From owner-freebsd-questions Sun Jun 6 3:46:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from zinc.singnet.com.sg (zinc.singnet.com.sg [165.21.7.31]) by hub.freebsd.org (Postfix) with ESMTP id 613451550B for ; Sun, 6 Jun 1999 03:46:29 -0700 (PDT) (envelope-from hsengyip@mbox3.singnet.com.sg) Received: from oasis (qtns01825.singnet.com.sg [165.21.164.95]) by zinc.singnet.com.sg (8.9.1a/8.9.1) with SMTP id SAA26845 for ; Sun, 6 Jun 1999 18:46:27 +0800 (SGT) Message-ID: <010901beb00a$105c5280$6ad474cb@oasis> Reply-To: "Ho Seng Yip" From: "Ho Seng Yip" To: "FreeBSD Questions" Subject: Crontab Mailback Date: Sun, 6 Jun 1999 18:47:13 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="x-user-defined" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am currently running on FreeBSD 3.1 and am using Crontab periodically to generate web statistics. The command to generate the statistics was executed fine at the set time, but everytime Crontab runs, it will send an empty mail to me with the command executed as the subject of the mail. Does anyone knows how to disable this ? Thank you. Regards, Seng Yip To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 4:12:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from usgs.gov (igsmn002.wr.usgs.gov [130.118.41.22]) by hub.freebsd.org (Postfix) with SMTP id 8F4AC14F32 for ; Sun, 6 Jun 1999 04:12:50 -0700 (PDT) (envelope-from rsowders@usgs.gov) Received: from IGSMN-Message_Server by usgs.gov with Novell_GroupWise; Sun, 06 Jun 1999 04:12:40 -0700 Message-Id: X-Mailer: Novell GroupWise 5.2 Date: Sun, 06 Jun 1999 04:12:18 -0700 From: "Robert Sowders" To: markov@globalnet.co.uk, btrzynadlowski@powernet.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: prompt in csh and terminals Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Answer to question 3. Make sure kernel is compiled with bpfilter, check out tcpdump or any other = sniffing utility. [>>> Mark Ovens 6/6/99 2:51:21 AM >>> [On Sat, Jun 05, 1999 at 05:42:56PM -0700, Bart Trzynadlowski wrote: [> Hi, [> I have three simple questions. [>=20 [> 1) How can I set the prompt in csh and sh so that it reflects the = current [> path... in zsh I got it working so it now looks like: [>=20 [Not sure about sh(1), but in csh(1) try adding the following alias [to your ~/.cshrc: [cd \!*;set prompt=3D"`hostname`:`pwd`{\!}% " [which gives: [ marder-1:/usr/marko{53}% [> /home/btrzynadlowski% [>=20 [> 2) Is there a way to add more console terminals? All I have is 3 right [> now: ttyv0, ttyv1, ttyv2. Can I add 2 or more of these so I can have [> ttyv3, ttyv4. [>=20 [Add extra entries in /etc/ttys. Copy the entry for ttyv1 (and rename [it to ttyv{4,5,6} etc). Note that ttyv3 already exists, it's the [tty that X runs from. [> 3) Where can I find out how to create snoop (SNP) devices to watch = other=20 [> consoles? Couldn't find much in the man pages. [>=20 [> Thanks a lot! [>=20 [> Bart Trzynadlowski [>=20 [>=20 [>=20 [>=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 4:13:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dbft.daimlerbenz.com (venus.daimlerbenz.com [53.122.79.10]) by hub.freebsd.org (Postfix) with SMTP id C2F3D14F32 for ; Sun, 6 Jun 1999 04:13:51 -0700 (PDT) (envelope-from ritwik@dbrci.blr.daimlerbenz.com) Received: by dbft.daimlerbenz.com; id NAA29503; Sun, 6 Jun 1999 13:13:46 +0200 Received: from mail.dbrci.blr.daimlerbenz.com(53.248.60.16) by fdedcft1.dbft.daimlerbenz.com via smap (V4.2) id xma029484; Sun, 6 Jun 99 13:12:54 +0200 Received: from hamsadhwani.dbrci.blr.daimlerbenz.com [53.248.60.17] by soham.dbrci.blr.DaimlerBenz.COM with esmtp (Exim 1.73 #1) id 10qaoM-0005Y4-00; Sun, 6 Jun 1999 16:39:54 +0530 Date: Sun, 6 Jun 1999 16:38:44 +0530 (IST) From: Ritwik Bhattacharya To: Ho Seng Yip Cc: FreeBSD Questions Subject: Re: Crontab Mailback In-Reply-To: <010901beb00a$105c5280$6ad474cb@oasis> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 6 Jun 1999, Ho Seng Yip wrote: >Hi, > >I am currently running on FreeBSD 3.1 and am using Crontab periodically to >generate web statistics. The command to generate the statistics was executed >fine at the set time, but everytime Crontab runs, it will send an empty mail >to me with the command executed as the subject of the mail. > >Does anyone knows how to disable this ? Set the variable MAILTO to null, like so : MAILTO="" in your crontab file. Ritwik The fact that a believer is happier than a sceptic is no more to the point than the fact that a drunken man is happier than a sober one. -- George Bernard Shaw ------------------------------------------------------------------ Daimler Benz Research Center India 302 A Somerset Apartments 137, Infantry Road 18 MG Road Bangalore 560 001 Bangalore 560 001 India India Tel : +91 80 286 1722 Fax : +91 80 286 1723 Mail : ritwik@dbrci.blr.daimlerbenz.com ------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 4:37:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from usgs.gov (igsmn002.wr.usgs.gov [130.118.41.22]) by hub.freebsd.org (Postfix) with SMTP id 3043014CA4 for ; Sun, 6 Jun 1999 04:37:40 -0700 (PDT) (envelope-from rsowders@usgs.gov) Received: from IGSMN-Message_Server by usgs.gov with Novell_GroupWise; Sun, 06 Jun 1999 04:37:40 -0700 Message-Id: X-Mailer: Novell GroupWise 5.2 Date: Sun, 06 Jun 1999 04:37:09 -0700 From: "Robert Sowders" To: markov@globalnet.co.uk, btrzynadlowski@powernet.net, rsowders@usgs.gov Cc: freebsd-questions@FreeBSD.ORG Subject: Re: prompt in csh and terminals Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sorry I misread your question, it's late here :) >>> "Robert Sowders" 6/6/99 4:12:18 AM >>> Answer to question 3. Make sure kernel is compiled with bpfilter, check out tcpdump or any other = sniffing utility. [>>> Mark Ovens 6/6/99 2:51:21 AM >>> [On Sat, Jun 05, 1999 at 05:42:56PM -0700, Bart Trzynadlowski wrote: [> Hi, [> I have three simple questions. [>=20 [> 1) How can I set the prompt in csh and sh so that it reflects the = current [> path... in zsh I got it working so it now looks like: [>=20 [Not sure about sh(1), but in csh(1) try adding the following alias [to your ~/.cshrc: [cd \!*;set prompt=3D"`hostname`:`pwd`{\!}% " [which gives: [ marder-1:/usr/marko{53}% [> /home/btrzynadlowski% [>=20 [> 2) Is there a way to add more console terminals? All I have is 3 right [> now: ttyv0, ttyv1, ttyv2. Can I add 2 or more of these so I can have [> ttyv3, ttyv4. [>=20 [Add extra entries in /etc/ttys. Copy the entry for ttyv1 (and rename [it to ttyv{4,5,6} etc). Note that ttyv3 already exists, it's the [tty that X runs from. [> 3) Where can I find out how to create snoop (SNP) devices to watch = other=20 [> consoles? Couldn't find much in the man pages. [>=20 [> Thanks a lot! [>=20 [> Bart Trzynadlowski [>=20 [>=20 [>=20 [>=20 To Unsubscribe: send mail to majordomo@FreeBSD.org=20 with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 4:43:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from usgs.gov (igsmn002.wr.usgs.gov [130.118.41.22]) by hub.freebsd.org (Postfix) with SMTP id 6C8B114CA4 for ; Sun, 6 Jun 1999 04:43:10 -0700 (PDT) (envelope-from rsowders@usgs.gov) Received: from IGSMN-Message_Server by usgs.gov with Novell_GroupWise; Sun, 06 Jun 1999 04:43:10 -0700 Message-Id: X-Mailer: Novell GroupWise 5.2 Date: Sun, 06 Jun 1999 04:42:31 -0700 From: "Robert Sowders" To: bright@rush.net, rseals@vdsi.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: KDE/X/FreeBSD question Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If you connect to your remote machine with ssh it automatically sets your DISPLAY env for you, so all you have to do is run xhost + name-or-ip.of .remote.machine >>> Alfred Perlstein 6/4/99 3:10:35 PM >>> On Fri, 4 Jun 1999, Ray Seals wrote: > I use a FreeBSD 3.1 machine at work as my workstation. I'm running = Xfree86 on > it with KDE. I need to connect to the HP Openview box to pull up our = pretty > pictures. I have tried just using xterm to get to the box but I can't = get > Openview to come up. I assume that this is because term type issues. = =20 >=20 > What client can I use to access other Xservers from within KDE? for some reason I belive you have user error going on here. check points: after you telnet into the box with HP openview do you: 1) have the "DISPLAY" enviornment variable set "yourmachine:0" setenv DISPLAY your.ip.here.ok:0 i -or-=20 export DISPLAY=3Dyour.ip.here.ok:0 Have you given access to the remote machine? on the freebsd box open an xterm and type: xhost name.of.box.with.openview.on.it (you may want to investigate "xauth" (man xauth) for better security) When using X applications it is important to remeber to set the=20 DISPLAY variable on the remote machine running the application,=20 and allow access on the machine running the graphics via xhost or xauth. good luck, -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org=20 with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 5:57:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.surnet.ru (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (Postfix) with ESMTP id 5F1FB14DE8 for ; Sun, 6 Jun 1999 05:57:30 -0700 (PDT) (envelope-from ilia@cgilh.chel.su) Received: (from uucgilh@localhost) by mobil.surnet.ru (8.9.1a/8.9.1) with UUCP id SAA09346; Sun, 6 Jun 1999 18:53:19 +0600 (UDT) Received: (from uucp@localhost) by cgilh.chel.su (8.8.7/8.8.7) with UUCP id SAA03807; Sun, 6 Jun 1999 18:29:23 +0600 Received: from localhost (ilia@localhost) by jane.cgu.chel.su (8.9.2/8.9.2) with ESMTP id SAA00339; Sun, 6 Jun 1999 18:28:44 +0600 (ESS) (envelope-from ilia@cgilh.chel.su) X-Authentication-Warning: jane.cgu.chel.su: ilia owned process doing -bs Date: Sun, 6 Jun 1999 18:28:44 +0600 (ESS) From: Ilia Chipitsine X-Sender: ilia@jane.cgu.chel.su To: Robert Sowders Cc: bright@rush.net, rseals@vdsi.net, freebsd-questions@FreeBSD.ORG Subject: Re: KDE/X/FreeBSD question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG guys, after you do xhost +ip.of.remote.machine everybody from that machine will be able to run programs at your display. if it doesn't bother you i can add that anybody from that machine will be able to capture your keyboard input. is it what are you looking for ?! use some better authorization that xhost offers. Regards, (Наилучшие пожелания) Ilia Chipitsine (Илья Шипицин) On Sun, 6 Jun 1999, Robert Sowders wrote: > If you connect to your remote machine with ssh it automatically sets your > DISPLAY env for you, so all you have to do is run > xhost + name-or-ip.of .remote.machine > > >>> Alfred Perlstein 6/4/99 3:10:35 PM >>> > On Fri, 4 Jun 1999, Ray Seals wrote: > > > I use a FreeBSD 3.1 machine at work as my workstation. I'm running Xfree86 on > > it with KDE. I need to connect to the HP Openview box to pull up our pretty > > pictures. I have tried just using xterm to get to the box but I can't get > > Openview to come up. I assume that this is because term type issues. > > > > What client can I use to access other Xservers from within KDE? > > for some reason I belive you have user error going on here. > > check points: > > after you telnet into the box with HP openview do you: > 1) have the "DISPLAY" enviornment variable set "yourmachine:0" > setenv DISPLAY your.ip.here.ok:0 i > -or- > export DISPLAY=your.ip.here.ok:0 > > Have you given access to the remote machine? > on the freebsd box open an xterm and type: > xhost name.of.box.with.openview.on.it > > (you may want to investigate "xauth" (man xauth) for better security) > > When using X applications it is important to remeber to set the > DISPLAY variable on the remote machine running the application, > and allow access on the machine running the graphics via xhost or xauth. > > good luck, > -Alfred > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 5:58:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (Postfix) with ESMTP id 5604F14DE8 for ; Sun, 6 Jun 1999 05:57:49 -0700 (PDT) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.9.2/8.9.2) id NAA49090 for questions@freebsd.org; Sun, 6 Jun 1999 13:30:56 +0100 (BST) (envelope-from nik) Date: Sun, 6 Jun 1999 13:30:56 +0100 From: Nik Clayton To: questions@freebsd.org Subject: Netscape, 3.x, and -DWANT_AOUT Message-ID: <19990606133056.L30927@catkin.nothing-going-on.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Organization: Nik at home, where there's nothing going on Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How do, Am I right in thinking that before I can run Netscape 4.x on a FreeBSD 3.x system, that system must have been compiled with "-DWANT_AOUT"? Or does ports/www/netscape46-navigator work on a wholly Elf system? N -- [intentional self-reference] can be easily accommodated using a blessed, non-self-referential dummy head-node whose own object destructor severs the links. -- Tom Christiansen in <375143b5@cs.colorado.edu> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 6: 8: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from seamud.oz.net (sense-samz-230.oz.net [216.39.153.230]) by hub.freebsd.org (Postfix) with ESMTP id 6951014DE8 for ; Sun, 6 Jun 1999 06:08:01 -0700 (PDT) (envelope-from samz@oz.net) Received: from sam (sam.seamud.oz.net [10.0.0.2]) by seamud.oz.net (8.9.3/8.9.3) with SMTP id GAA06108 for ; Sun, 6 Jun 1999 06:08:00 -0700 (PDT) Message-Id: <4.1.19990606060109.0092cd40@mail.oz.net> X-Sender: samz@mail.oz.net (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Sun, 06 Jun 1999 06:08:00 -0700 To: freebsd-questions@freebsd.org From: Sam Zamarripa Subject: Multiple IP's/IPFW/NAT Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi...I have a question..if you can tell me if this is even possible or not. If it is, point me in the direction of where to look. I am running FreeBSD 3.2-STABLE. I have a Home Lan off a ADSL modem. I have been doing IPFW & NAT-masquerading until recently. I got 2 REAL IP's from my ISP for my unix box and Winbox. My Unix box is using internal lan IP of 10.0.0.1 and Winbox is 10.0.0.2 What I have done is simply made an ifconfig alias on the main ethernet device for the 2nd IP and then used NAT and did a "redirect_addresss 10.0.0.2 my.real.IP" which has worked out great for everything..except the internal LAN. Both my boxes only see each other as the 10.x.x.x addresses. Which isn't a problem except when it comes to certain things like server programs/games. Especially ones that rely on relaying my IP to a client on the other end. When I connect to a server on the unix box, instead of it relaying my.real.IP to clients..it's relating 10.0.0.2 since that is what the unix box sees Is there any way to make FreeBSD and Win98 see each other with the REAL IP's and still be able to use IPFW for a firewall for both machines and routing. Thanks. Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 6: 8:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.svr.pol.co.uk (mail3.svr.pol.co.uk [195.92.193.19]) by hub.freebsd.org (Postfix) with ESMTP id 3F95C15264 for ; Sun, 6 Jun 1999 06:08:26 -0700 (PDT) (envelope-from steve.howe@lhowe.freeserve.co.uk) Received: from modem-248.name39.dialup.pol.co.uk ([62.136.179.248] helo=default) by mail3.svr.pol.co.uk with smtp (Exim 2.12 #1) id 10qced-0002Mn-00; Sun, 6 Jun 1999 14:08:00 +0100 Message-ID: <000b01beb01d$b96fbac0$f8b3883e@default> From: "Steve Howe" To: "Mark Ovens" Cc: References: <001301beaf78$4f666700$67b4883e@default> <19990606103813.A254@marder-1> Subject: Re: Ex-buffoon seeks ATAPI CDROM advice Date: Sun, 6 Jun 1999 14:07:48 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0006_01BEB025.F54B8BC0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0006_01BEB025.F54B8BC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, yeah, sorry about the lack of diagnostics before. I've done some tech = support in my time and=20 I guess the previous message was about as helpful as the "****ing = systems ****ed!" Sorry about the length of this, it's unavoidable! Herewith the dmesg output: Copyright (c) 1992-1998 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 2.2.8-RELEASE #0: Sat Jun 5 16:15:31 BST 1999 root@myname.my.domain:/usr/src/sys/compile/MYKERNEL CPU: Pentium II (quarter-micron) (451.02-MHz 686-class CPU) Origin =3D "GenuineIntel" Id =3D 0x652 Stepping=3D2 Features=3D0x183f9ff,,MMX,> real memory =3D 67108864 (65536K bytes) avail memory =3D 63746048 (62252K bytes) Probing for devices on PCI bus 0: chip0 = rev 2 on pci0:0:0 chip1 = rev 2 on pci0:1:0 chip2 rev 2 on pci0:7:0 chip3 rev 1 on pci0:7:1 chip4 rev 1 int d irq ?? on pci0:7:2 chip5 rev 2 on pci0:7:3 pci0:9: VIA Technologies, device=3D0x3043, class=3Dnetwork (ethernet) = int a irq ?? [no driver assigned] Probing for devices on PCI bus 1: vga0 rev 92 on pci1:0:0 Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard sc0: VGA color <16 virtual consoles, flags=3D0x0> sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A sio1: configured irq 3 not in bitmap of probed irqs 0 sio1 not found at 0x2f8 lpt0 at 0x378-0x37f irq 7 on isa lpt0: Interrupt-driven port lp0: TCP/IP capable interface lpt1 not found at 0xffffffff psm0 at 0x60-0x64 irq 12 on motherboard psm0: model MouseMan+, device ID 0 fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 7665MB (15698592 sectors), 15574 cyls, 16 heads, 63 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 on isa npx0 flags 0x1 on motherboard npx0: INT 16 interface changing root device to wd0s2e And this is the kernel that generated it: # # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks # # For more information read the handbook part System Administration ->=20 # Configuring the FreeBSD Kernel -> The Configuration File.=20 # The handbook is available in /usr/share/doc/handbook or online as # latest version from the FreeBSD World Wide Web server=20 # # # An exhaustive list of options and more detailed explanations of the=20 # device lines is present in the ./LINT configuration file. If you are=20 # in doubt as to the purpose or necessity of a line, check first in = LINT. # # $Id: GENERIC,v 1.77.2.28 1998/09/26 17:36:14 wpaul Exp $ #=20 #=20 machine "i386" cpu "I686_CPU" ident MYKERNEL maxusers 32 options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Berkeley Fast Filesystem #options NFS #Network Filesystem #options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=3D15 #Be pessimistic about Joe SCSI device options BOUNCE_BUFFERS #include support for DMA bounce buffers options UCONSOLE #Allow users to grab the console options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor config kernel root on wd0 controller isa0 #controller eisa0 controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 disk fd1 at fdc0 drive 1 # Unless you know very well what you're doing, leave ft0 at drive 2, or # remove the line entirely if you don't need it. Trying to configure # it on another unit might cause surprises, see PR kern/7176. #tape ft0 at fdc0 drive 2 options "CMD640" # work around CMD640 chip deficiency controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr disk wd2 at wdc1 drive 0 disk wd3 at wdc1 drive 1 options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM device wcd0 #IDE CD-ROM #device wfd0 #IDE floppy (LS-120) # A single entry for any of these controllers (ncr, ahb, ahc, amd) is # sufficient for any number of installed devices. #controller ncr0 #controller amd0 #controller ahb0 #controller ahc0 #controller dpt0 #controller bt0 at isa? port "IO_BT0" bio irq ? vector bt_isa_intr #controller uha0 at isa? port "IO_UHA0" bio irq ? drq 5 vector uhaintr #controller aha0 at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr #controller aic0 at isa? port 0x340 bio irq 11 vector aicintr #controller nca0 at isa? port 0x1f88 bio irq 10 vector ncaintr #controller nca1 at isa? port 0x350 bio irq 5 vector ncaintr #controller sea0 at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 vector = seaintr options DPT_MEASURE_PERFORMANCE # Required by DPT driver?? #options DPT_VERIFY_HINTR # Some hardware must have it! #options DPT_TRACK_CCB_STATES # Some hardware must have it! #options DPT_HANDLE_TIMEOUTS # Some hardware must have it! #options DPT_TIMEOUT_FACTOR=3D4 # Some hardware needs more #controller scbus0 #device sd0 #device od0 #See LINT for possible `od' options. #device st0 #device cd0 #Only need one of these, the code dynamically grows #device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr #device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr #controller matcd0 at isa? port 0x230 bio #device scd0 at isa? port 0x230 bio # syscons is the default console driver, resembling an SCO console device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint #options XSERVER # support for X server #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT = lines #options PCVT_SCANSET=3D2 # IBM keyboards are non-std # Mandatory, don't remove device npx0 at isa? port "IO_NPX" flags 0x1 irq 13 vector npxintr # # Laptop support (see LINT for more options) # #device apm0 at isa? disable # Advanced Power Management #options APM_BROKEN_STATCLOCK # Workaround some buggy APM BIOS # PCCARD (PCMCIA) support #controller card0 #device pcic0 at card? #device pcic1 at card? device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr device sio2 at isa? disable port "IO_COM3" tty irq 5 vector siointr device sio3 at isa? disable port "IO_COM4" tty irq 9 vector siointr device lpt0 at isa? port? tty irq 7 vector lptintr device lpt1 at isa? port? tty #device mse0 at isa? port 0x23c tty irq 5 vector mseintr device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr # Order is important here due to intrusive probes, do *not* alphabetize # this list of network interfaces until the probes have been fixed. # Right now it appears that the ie0 must be probed before ep0. See # revision 1.20 of this file. #device de0 #device fxp0 #device tl0 #device tx0 #device vx0 #device xl0 #device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 vector edintr #device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 vector ieintr #device ep0 at isa? port 0x300 net irq 10 vector epintr #device ex0 at isa? port? net irq? vector exintr #device fe0 at isa? port 0x300 net irq ? vector feintr #device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr #device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr #device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr #device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr #device cs0 at isa? disable port 0x300 net irq ? vector csintr pseudo-device loop pseudo-device ether pseudo-device log pseudo-device sl 1 pseudo-device ppp 1 pseudo-device vn 1 pseudo-device tun 1 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's # KTRACE enables the system-call tracing facility ktrace(2). # This adds 4 KB bloat to your kernel, and slightly increases # the costs of each syscall. options KTRACE #kernel tracing # This provides support for System V shared memory. # options SYSVSHM thanks for all help, Steve ----- Original Message -----=20 From: Mark Ovens=20 To: Steve Howe=20 Cc: freebsd-questions@FreeBSD.org=20 Sent: 06 June 1999 10:38 Subject: Re: Ex-buffoon seeks ATAPI CDROM advice On Sat, Jun 05, 1999 at 06:24:19PM +0100, Steve Howe wrote: > Hi, >=20 > first thanks to Oscar, Mark, Chris, Woody & Doug for the=20 > useful advice last time I mailed this group. I eventually > successfully installed FreeBSD from a DOS (spit) partition. >=20 > I am now able to do some unixy things. Hoorah!=20 >=20 > But now I want to get my hands on the ports residing on the=20 > CDROMs. >=20 > I am still having trouble getting the kernel to recognise=20 > my CDROM though.=20 >=20 > As Doug pointed out last time round an ATAPI IDE CDROM,=20 > while not supported in the novice installation, > is referenced in the GENERIC kernel. >=20 > So in the MYKERNEL version (which I have now succesfully=20 > built and installed 6 times!) I have uncommented-out the: >=20 > options ATAPI > options ATAPI_STATIC > device wcd0 >=20 > entries, while leaving, as advised on the web site, the=20 >=20 > controller wdc1 > disk wd2 > disk wd3 >=20 > options which actually point at the relevant controller. >=20 > At boot-up time however the kernel seems to make no attempt=20 > to resolve the wcd0 device I've told it to in MYKERNEL, and=20 > consequently I am not able to mount it after I've logged in. >=20 You need to include the boot messages in your mail. Type ``dmesg'' at the prompt and include the output in your mail, then we will have a clue as to what is happening :-) > I had a search round the website and found one link which seemed > to suggest that the ATAPI interface was experimental and should be=20 > regarded as alpha. So is this a problem in 2.2.8? >=20 Uh, it was back in the 2.1 days, in 2.2.8 it is stable although IDE/ATAPI seems to be one of those variable standards (some devices are more standard than others). There are cases where one make of IDE disk won't run as slave to another make. With CD-ROMs it is sometimes the case that they won't work when slaved to a HD, or are the slave when there is no master on the same channel. > Most advice gratefully received, >=20 > thanks, >=20 > Steve Howe > Harpenden > England (0 Sweden 0) >=20 > =20 --=20 FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com ------=_NextPart_000_0006_01BEB025.F54B8BC0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
 
yeah, sorry about the lack of diagnostics before. I've done some = tech=20 support in my time and
I guess the previous message was about as helpful as the "****ing = systems=20 ****ed!"
 
Sorry about the length of this, it's unavoidable!
 
Herewith the dmesg output:
 
Copyright (c) 1992-1998 FreeBSD Inc.
Copyright (c) 1982, 1986, = 1989,=20 1991, 1993
The Regents of the University of California.  All = rights=20 reserved.
FreeBSD 2.2.8-RELEASE #0: Sat Jun  5 16:15:31 BST = 1999
root@= myname.my.domain:/usr/src/sys/compile/MYKERNEL
CPU:=20 Pentium II (quarter-micron) (451.02-MHz 686-class CPU)
Origin =3D=20 "GenuineIntel"  Id =3D 0x652 =20 Stepping=3D2
Features=3D0x183f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX= 8,SEP,MTRR,PGE,
MCA,CMOV,<b16>,<b17>,MMX,<b24>>real=20 memory  =3D 67108864 (65536K bytes)
avail memory =3D 63746048 = (62252K=20 bytes)
Probing for devices on PCI bus 0:
chip0 <generic PCI = bridge=20 (vendor=3D8086 device=3D7190 subclass=3D0)> rev 2 on = pci0:0:0
chip1 <generic=20 PCI bridge (vendor=3D8086 device=3D7191 subclass=3D4)> rev 2 on = pci0:1:0
chip2=20 <Intel 82371AB PCI-ISA bridge> rev 2 on pci0:7:0
chip3 = <Intel=20 82371AB IDE interface> rev 1 on pci0:7:1
chip4 <Intel 82371AB = USB=20 interface> rev 1 int d irq ?? on pci0:7:2
chip5 <Intel 82371AB = Power=20 management controller> rev 2 on pci0:7:3
pci0:9:    = VIA=20 Technologies, device=3D0x3043, class=3Dnetwork (ethernet) int a irq ?? = [no driver=20 assigned]
Probing for devices on PCI bus 1:
vga0 = <VGA-compatible=20 display device> rev 92 on pci1:0:0
Probing for devices on the ISA=20 bus:
sc0 at 0x60-0x6f irq 1 on motherboard
sc0: VGA color <16 = virtual=20 consoles, flags=3D0x0>
sio0 at 0x3f8-0x3ff irq 4 on isa
sio0: = type=20 16550A
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1 = not=20 found at 0x2f8
lpt0 at 0x378-0x37f irq 7 on isa
lpt0: = Interrupt-driven=20 port
lp0: TCP/IP capable interface
lpt1 not found at = 0xffffffff
psm0 at=20 0x60-0x64 irq 12 on motherboard
psm0: model MouseMan+, device ID = 0
fdc0 at=20 0x3f0-0x3f7 irq 6 drq 2 on isa
fdc0: FIFO enabled, 8 bytes = threshold
fd0:=20 1.44MB 3.5in
wdc0 at 0x1f0-0x1f7 irq 14 on isa
wdc0: unit 0 (wd0): = <QUANTUM Bigfoot TX8.0AT>
wd0: 7665MB (15698592 sectors), 15574 = cyls,=20 16 heads, 63 S/T, 512 B/S
wdc1 at 0x170-0x177 irq 15 on isa
npx0 = flags 0x1=20 on motherboard
npx0: INT 16 interface
changing root device to=20 wd0s2e
And this is the kernel that generated it:
 
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family=20 disks
#
# For more information read the handbook part System=20 Administration ->
# Configuring the FreeBSD Kernel -> The=20 Configuration File.
# The handbook is available in = /usr/share/doc/handbook=20 or online as
# latest version from the FreeBSD World Wide Web server =
#=20 <URL:http://www.FreeBSD.ORG/>
#=
# An=20 exhaustive list of options and more detailed explanations of the
# = device=20 lines is present in the ./LINT configuration file. If you are
# in = doubt as=20 to the purpose or necessity of a line, check first in = LINT.
#
# $Id:=20 GENERIC,v 1.77.2.28 1998/09/26 17:36:14 wpaul Exp=20 $


machine  "i386"
cpu  "I= 686_CPU"
ident  MYKERNEL
maxusers 32
 
options  MATH_EMULATE  #Support for x87=20 emulation
options  INET   #InterNETworkingoptions  FFS   #Berkeley=20 Fast Filesystem
#options  NFS   #Network=20 Filesystem
#options  MSDOSFS   #MSDOS=20 Filesystem
options  "CD9660"  #ISO 9660=20 Filesystem
options  PROCFS   #Process=20 filesystem
options  "COMPAT_43"  #Compatible with = BSD 4.3=20 [KEEP THIS!]
options  SCSI_DELAY=3D15  #Be = pessimistic=20 about Joe SCSI = device
options  BOUNCE_BUFFERS  #include=20 support for DMA bounce = buffers
options  UCONSOLE  #Allow=20 users to grab the console
options  FAILSAFE  #Be=20 conservative
options  USERCONFIG  #boot -c=20 editor
options  VISUAL_USERCONFIG #visual boot -c = editor
 
config  kernel root on wd0
 
controller isa0
#controller eisa0
controller pc= i0
controller fdc0 at=20 isa? port "IO_FD1" bio irq 6 drq 2 vector = fdintr
disk  fd0 at=20 fdc0 drive 0
disk  fd1 at fdc0 drive 1
# Unless you = know=20 very well what you're doing, leave ft0 at drive 2, or
# remove the = line=20 entirely if you don't need it.  Trying to configure
# it on = another unit=20 might cause surprises, see PR kern/7176.
#tape  ft0 at = fdc0=20 drive 2
 
options  "CMD640" # work around CMD640 chip=20 deficiency
controller wdc0 at isa? port "IO_WD1" bio irq 14 = vector=20 wdintr
disk  wd0 at wdc0 drive=20 0
disk  wd1 at wdc0 drive 1
 
controller wdc1 at isa? port "IO_WD2" bio irq 15 vector=20 wdintr
disk  wd2 at wdc1 drive=20 0
disk  wd3 at wdc1 drive=20 1
options  ATAPI  #Enable ATAPI support for IDE=20 bus
options  ATAPI_STATIC #Don't do it as an=20 LKM
device  wcd0  #IDE=20 CD-ROM
#device  wfd0  #IDE floppy (LS-120)
# A = single=20 entry for any of these controllers (ncr, ahb, ahc, amd) is
# = sufficient for=20 any number of installed devices.
 
#controller ncr0
#controller amd0
#controller a= hb0
#controller ahc0
#controller dpt0
#controller = ;bt0 at=20 isa? port "IO_BT0" bio irq ? vector = bt_isa_intr
#controller uha0 at=20 isa? port "IO_UHA0" bio irq ? drq 5 vector=20 uhaintr
#controller aha0 at isa? port "IO_AHA0" bio irq ? = drq 5=20 vector ahaintr
#controller aic0 at isa? port 0x340 bio irq = 11=20 vector aicintr
#controller nca0 at isa? port 0x1f88 bio irq = 10=20 vector ncaintr
#controller nca1 at isa? port 0x350 bio irq = 5 vector=20 ncaintr
#controller sea0 at isa? bio irq 5 iomem 0xc8000 = iosiz=20 0x2000 vector seaintr
options  =20   DPT_MEASURE_PERFORMANCE # Required by DPT=20 driver??
#options  DPT_VERIFY_HINTR # Some hardware = must have=20 it!
#options  DPT_TRACK_CCB_STATES # Some hardware = must have=20 it!
#options      DPT_HANDLE_TIMEOUTS # = Some=20 hardware must have = it!
#options  DPT_TIMEOUT_FACTOR=3D4 # Some=20 hardware needs more
#controller scbus0
 
#device  sd0
#device  od0 #See LINT for = possible `od'=20 options.
#device  st0
#device  cd0 #Only = need one=20 of these, the code dynamically grows
#device  wt0 at = isa? port=20 0x300 bio irq 5 drq 1 vector wtintr
#device  mcd0 at = isa? port=20 0x300 bio irq 10 vector mcdintr
#controller matcd0 at isa? = port=20 0x230 bio
#device  scd0 at isa? port 0x230 bio
# = syscons is=20 the default console driver, resembling an SCO=20 console
device  sc0 at isa? port "IO_KBD" tty irq 1 = vector=20 scintr
# Enable this and PCVT_FREEBSD for pcvt vt220 compatible = console=20 driver
#device  vt0 at isa? port "IO_KBD" tty irq 1 = vector=20 pcrint
#options  XSERVER   # support for X=20 server
#options  FAT_CURSOR  # start with block=20 cursor
# If you have a ThinkPAD, uncomment this along with the rest = of the=20 PCVT lines
#options  PCVT_SCANSET=3D2  # IBM = keyboards are=20 non-std
 
# Mandatory, don't remove
device  npx0 at isa? = port=20 "IO_NPX" flags 0x1 irq 13 vector npxintr
#
# Laptop support (see = LINT for=20 more options)
#
#device  apm0    at=20 isa? disable # Advanced Power=20 Management
#options  APM_BROKEN_STATCLOCK # Workaround = some=20 buggy APM BIOS
# PCCARD (PCMCIA)=20 support
#controller card0
#device  pcic0 at=20 card?
#device  pcic1 at card?
 
device  sio0 at isa? port "IO_COM1" tty irq 4 vector = siointr
device  sio1 at isa? port "IO_COM2" tty irq 3 = vector=20 siointr
device  sio2 at isa? disable port "IO_COM3" = tty irq 5=20 vector siointr
device  sio3 at isa? disable port = "IO_COM4" tty=20 irq 9 vector siointr
 
device  lpt0 at isa? port? tty irq 7 vector=20 lptintr
device  lpt1 at isa? port?=20 tty
#device  mse0 at isa? port 0x23c tty irq 5 vector=20 mseintr
device  psm0 at isa? port "IO_KBD" conflicts = tty irq=20 12 vector psmintr
# Order is important here due to intrusive probes, = do *not*=20 alphabetize
# this list of network interfaces until the probes have = been=20 fixed.
# Right now it appears that the ie0 must be probed before ep0. = See
# revision 1.20 of this file.
#device de0
#device = fxp0
#device=20 tl0
#device tx0
#device vx0
#device xl0
 
#device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 vector=20 edintr
#device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 vector = ieintr
#device ep0 at isa? port 0x300 net irq 10 vector = epintr
#device ex0=20 at isa? port? net irq? vector exintr
#device fe0 at isa? port 0x300 = net irq ?=20 vector feintr
#device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 = vector=20 le_intr
#device lnc0 at isa? port 0x280 net irq 10 drq 0 vector=20 lncintr
#device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector = zeintr
#device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector = zpintr
#device cs0 at isa? disable port 0x300 net irq ? vector = csintr
 
pseudo-device loop
pseudo-device ether
pseudo-device=  log
pseudo-device sl 1
pseudo-device ppp = 1
pseudo-device vn 1
pseudo-device tun 1
pse= udo-device pty 16
pseudo-device gzip  #=20 Exec gzipped a.out's
 
# KTRACE enables the system-call tracing facility ktrace(2).
# = This adds=20 4 KB bloat to your kernel, and slightly increases
# the costs of each = syscall.
options  KTRACE  #kernel tracing
# = This=20 provides support for System V shared=20 memory.
#
options        =20 SYSVSHM
 
thanks for all help,
 
Steve
----- Original Message -----
From:=20 Mark=20 Ovens
To: Steve Howe
Cc: freebsd-questions@FreeBSD.org =
Sent: 06 June 1999 10:38
Subject: Re: Ex-buffoon seeks = ATAPI CDROM=20 advice

On Sat, Jun 05, 1999 at 06:24:19PM +0100, Steve Howe=20 wrote:
> Hi,
>
>   first thanks to Oscar, = Mark,=20 Chris, Woody & Doug for the
> useful advice last time I = mailed this=20 group. I eventually
> successfully installed FreeBSD from a DOS = (spit)=20 partition.
>
>   I am now able to do some unixy = things.=20 Hoorah!
>
>   But now I want to get my hands = on the=20 ports residing on the
> CDROMs.
>
>   I = am still=20 having trouble getting the kernel to recognise
> my CDROM = though.=20
>
>  As Doug pointed out last time round an ATAPI = IDE=20 CDROM,
> while not supported in the novice = installation,
> is=20 referenced in the GENERIC kernel.
>
>   So in = the=20 MYKERNEL version (which I have now succesfully
> built and = installed 6=20 times!) I have uncommented-out the:
>
>  =20 options     ATAPI
>  =20 options     ATAPI_STATIC
>  =20 device         wcd0
> =
>=20 entries, while leaving, as advised on the web site, the
>=20
>   controller    =20 wdc1
>  =20 = disk           &nb= sp;=20 wd2
>  =20 = disk           &nb= sp;=20 wd3
>
> options which actually point at the relevant=20 controller.
>
> At boot-up time however the kernel seems = to make=20 no attempt
> to resolve the wcd0 device I've told it to in = MYKERNEL,=20 and
> consequently I am not able to mount it after I've logged=20 in.
>

You need to include the boot messages in your = mail. Type=20 ``dmesg''
at the prompt and include the output in your mail, then = we=20 will
have a clue as to what is happening :-)

> I had a = search=20 round the website and found one link which seemed
> to suggest = that the=20 ATAPI interface was experimental and should be
> regarded as = alpha. So=20 is this a problem in 2.2.8?
>

Uh, it was back in the 2.1 = days,=20 in 2.2.8 it is stable although
IDE/ATAPI seems to be one of those = variable=20 standards (some devices
are more standard than others). There are = cases=20 where one make of
IDE disk won't run as slave to another make. With = CD-ROMs=20 it is
sometimes the case that they won't work when slaved to a HD,=20 or
are the slave when there is no master on the same = channel.

>=20 Most advice gratefully received,
>
> thanks,
> =
>=20 Steve Howe
> Harpenden
> England (0 Sweden 0)
>=20


--
      FreeBSD - = The=20 Power To Serve http://www.freebsd.org
  = ;   =20 My Webpage http://www.users.global= net.co.uk/~markov
________________________________________________= _______________
Mark=20 Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK
CAD/CAM=20 solutions for Sheetmetal Working Industry
mailto:marko@uk.radan.com &nb= sp;           &nbs= p;   =20 http://www.radan.com

------=_NextPart_000_0006_01BEB025.F54B8BC0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 7: 4: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mta2.mail.telepac.pt (mail2.telepac.pt [194.65.3.54]) by hub.freebsd.org (Postfix) with ESMTP id BCF7F150DB for ; Sun, 6 Jun 1999 07:03:59 -0700 (PDT) (envelope-from jpedras@mail.telepac.pt) Received: from manecao.tafkap.priv ([194.65.203.12]) by mta2.mail.telepac.pt (InterMail v03.02.07 118-124-101) with ESMTP id <19990606140407.TPR29529@manecao.tafkap.priv> for ; Sun, 6 Jun 1999 15:04:07 +0100 Content-Length: 615 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Sun, 06 Jun 1999 15:03:38 +0100 (BST) From: Joao Pedras To: freebsd-questions@freebsd.org Subject: postscript printer 4 FreeBSD Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello all! I'm looking into buying a postscript printer for my workgroup. I am thinking about the Hp 2100M printer, which has postscript. Is someone using this one ? With what sucess ? Do you advice other printer ? Joao ------------------------------------------------------------------------ Sent on 06-Jun-99 at 15:01:03 Powered by FreeBSD -> http://www.freebsd.org <- "The Power to Serve" PGP key available upon request or may be cut at http://members.tripod.com/fbsd/pgpkey.html ------------------------------------------------------------------------ "The Schizophrenic: An Unauthorized Autobiography" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 8:10:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand2.global.net.uk (sand2.global.net.uk [194.126.80.50]) by hub.freebsd.org (Postfix) with ESMTP id BEB7214EDF for ; Sun, 6 Jun 1999 08:10:27 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from pe7s02a06.client.global.net.uk ([195.147.210.232] helo=marder-1.) by sand2.global.net.uk with esmtp (Exim 2.05 #1) id 10qeZ5-0003Qx-00; Sun, 6 Jun 1999 16:10:24 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id QAA00355; Sun, 6 Jun 1999 16:08:25 +0100 (BST) (envelope-from marko) Date: Sun, 6 Jun 1999 16:08:25 +0100 From: Mark Ovens To: Steve Howe Cc: freebsd-questions@FreeBSD.org Subject: Re: Ex-buffoon seeks ATAPI CDROM advice Message-ID: <19990606160825.A323@marder-1> References: <001301beaf78$4f666700$67b4883e@default> <19990606103813.A254@marder-1> <000b01beb01d$b96fbac0$f8b3883e@default> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <000b01beb01d$b96fbac0$f8b3883e@default>; from Steve Howe on Sun, Jun 06, 1999 at 02:07:48PM +0100 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jun 06, 1999 at 02:07:48PM +0100, Steve Howe wrote: > > wdc0 at 0x1f0-0x1f7 irq 14 on isa > wdc0: unit 0 (wd0): > wd0: 7665MB (15698592 sectors), 15574 cyls, 16 heads, 63 S/T, 512 B/S > wdc1 at 0x170-0x177 irq 15 on isa It's finding the controller, both channels. What is the CD-ROM setup as? master or slave? primary or secondary channel? What make/model is it? Is it *definitely and IDE device and not a proprietry one (Sony, Panasonic/Matsushita)? Try ``boot -v'' (verbose). As it suggests it gives more verbose output. It may give us a clue. -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 8:22:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from revolution.3-cities.com (revolution.3-cities.com [204.203.224.155]) by hub.freebsd.org (Postfix) with ESMTP id F41E214EDF for ; Sun, 6 Jun 1999 08:22:13 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn1247.bossig.com [208.26.241.247]) by revolution.3-cities.com (8.9.3/8.9.3) with ESMTP id IAA05694; Sun, 6 Jun 1999 08:22:09 -0700 (PDT) Message-ID: <375A921B.AC90E8BA@3-cities.com> Date: Sun, 06 Jun 1999 08:22:03 -0700 From: Kent Stewart Reply-To: kstewart@3-cities.com Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.51 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Nik Clayton Cc: questions@FreeBSD.ORG Subject: Re: Netscape, 3.x, and -DWANT_AOUT References: <19990606133056.L30927@catkin.nothing-going-on.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Nik Clayton wrote: > > How do, > > Am I right in thinking that before I can run Netscape 4.x on a FreeBSD > 3.x system, that system must have been compiled with "-DWANT_AOUT"? > > Or does ports/www/netscape46-navigator work on a wholly Elf system? Hi Nik, I have been sort of waiting for someone to answer that. I am running 3.2-stable and I didn't use "-DWANT_AOUT" in the buildworld. There are somethings that need "compat22" and I don't have that in my kernel either. I am also using Netscape 4.6. This all makes me wonder why they work. Being from the old school that doesn't fix something that isn't broken, I figured that someone would popup with a problem and I would learn when either or both was needed. I definitely believe in Murphy's Law's but I also believe a system will fail for me before it will fail for other people. So, I am sitting here wondering why for a change . BTW, mergemaster is a wonderful tool. I tried doing the diff thing from your buildworld write up but they were changing the system faster than I could upgrade it. There was something that didn't quite work right on my system during the transition from 3.1-stable to beta to 3.2-stable and I couldn't keep up. You have this "kind of" broken system and you don't know what these change were fixing and had to try them. Someone eventually told me about mergemaster and I found that I had a life again. What ever was broken was magically fixed at 3.2-release + 1 week. Kent > > N > -- > [intentional self-reference] can be easily accommodated using a blessed, > non-self-referential dummy head-node whose own object destructor severs > the links. > -- Tom Christiansen in <375143b5@cs.colorado.edu> > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 8:38:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mvp-fw.visionpro.com (unknown [206.171.113.26]) by hub.freebsd.org (Postfix) with ESMTP id D79BB15502 for ; Sun, 6 Jun 1999 08:38:09 -0700 (PDT) (envelope-from brian@visionpro.com) Received: from visionpro.com (cx544213-a.vista1.sdca.home.com [24.0.36.79]) by mvp-fw.visionpro.com (8.9.1b+Sun/8.9.3) with ESMTP id IAA11251 for ; Sun, 6 Jun 1999 08:37:44 -0700 (PDT) Message-ID: <375A967A.D7F1BFDC@visionpro.com> Date: Sun, 06 Jun 1999 08:40:42 -0700 From: "Brian D. McGrew" Reply-To: brian@visionpro.com Organization: Machine Vision Products X-Mailer: Mozilla 4.51 [en] (X11; I; Linux 2.2.5-15 i586) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: YP Passwords Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greets, I'm using FreeBSD-3.1 RELEASE. I setup my server as a ypserver. Everything seemed to go smoothly. From the server 'bigguy', I can ypcat all the map files, and ypwhich says it's bound to it's self 'bigguy'. After the setup, all my local user logins had been COPIED from /etc/passwd to /var/yp/passwd. This was a good thing.. So, I removed all the local stuff from /etc/passwd. After that, I tried to login to the server as a local user 'brian', and got 'invalid login'. I could still login as root, but none of my local users could login. I made sure that ypserv, ypbind and rpc.yppasswdd were all running, but it did no good. So, to get my local users back, I had to put them back into /etc/passwd. I have two other workstations on my network. One being a FreeBSD-3.1 RELEASE box, and the other being a RedHat Linux-6.0 box. Both of these are also setup for a nis client. Both ypbind and rpc.yppasswdd are running. Again, I can ypcat all the map files and they both say that they're bound to the server 'bigguy'. But, I still can not login as any of the users that are in /var/yp/passwd. I am certanly not the worlds expert on yp, but it seems like either the server is not authenticating the password, or the user is not being properly mapped. Like I siad, I had to put all my local users back into /etc/passwd on the server so we could login and email would work. I run a ypserver at work on Solaris 7, and none of the user logins are in /etc/passwd on the server. Everything is in the /var/yp/passwd; so I assumed that FreeBSD would be the same. Am I missing something? What do I have to do to get YP to authenticate my users; on the server as well as the workstations? TIA, -- brian brian@visionpro.com brian@kaffe-soft.com pacemakertaker@yahoo.com -= * > WARNING: In case of rapture, this keyboard will be unmanned. < * =- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 8:42:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from turtle.ee.ncku.edu.tw (turtle.ee.ncku.edu.tw [140.116.72.72]) by hub.freebsd.org (Postfix) with ESMTP id DD11114C29 for ; Sun, 6 Jun 1999 08:41:50 -0700 (PDT) (envelope-from tung@turtle.ee.ncku.edu.tw) Received: (from tung@localhost) by turtle.ee.ncku.edu.tw (8.9.2/8.9.2) id XAA16853 for questions@FreeBSD.ORG; Sun, 6 Jun 1999 23:41:50 +0800 (CST) (envelope-from tung) Date: Sun, 6 Jun 1999 23:41:50 +0800 From: Chung-Kie Tung To: questions@FreeBSD.ORG Subject: how to set polling mode as default for lpt? Message-ID: <19990606234150.A15768@turtle.ee.ncku.edu.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello... I am running FreeBSD 3.1, and the new printer driver is default set to interrupt mode. Cause there are always some data missing when printing with interrupt mode, I'd like to use polling as the default. When using lptcontrol in /etc/rc.local to set printer mode, it works only if the printer is powered on. How can I set the nlpt device in kernel config file to make the polling mode the default? Thanks. tung To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 8:48:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from revolution.3-cities.com (revolution.3-cities.com [204.203.224.155]) by hub.freebsd.org (Postfix) with ESMTP id AB97E14C29 for ; Sun, 6 Jun 1999 08:48:57 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn1247.bossig.com [208.26.241.247]) by revolution.3-cities.com (8.9.3/8.9.3) with ESMTP id IAA07700; Sun, 6 Jun 1999 08:48:53 -0700 (PDT) Message-ID: <375A985F.78CE5A7@3-cities.com> Date: Sun, 06 Jun 1999 08:48:47 -0700 From: Kent Stewart Reply-To: kstewart@3-cities.com Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.51 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Joao Pedras Cc: freebsd-questions@FreeBSD.ORG Subject: Re: postscript printer 4 FreeBSD References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Joao Pedras wrote: > > Hello all! > > I'm looking into buying a postscript printer for my workgroup. I am thinking > about the Hp 2100M printer, which has postscript. Is someone using this one ? > With what sucess ? The problem with the HP 2100m is that it is a Postscript 2 and 3 is the current version. > > Do you advice other printer ? For a workgroup, I think the HP-4000 is a better printer. Unfortunately, it is also Postscript 2. It has a heavier duty cycle. The most significant benefit from the 4000, from my point of view, is that you can also purchase a duplexer and print on both sides of the paper. I hate manuals that I have to flip every page. Think of a copy of the FreeBSD handbook in two 2" binders instead of 8" of binders. Kent > > Joao > > ------------------------------------------------------------------------ > Sent on 06-Jun-99 at 15:01:03 > Powered by FreeBSD -> http://www.freebsd.org <- "The Power to Serve" > PGP key available upon request or may be cut at > http://members.tripod.com/fbsd/pgpkey.html > ------------------------------------------------------------------------ > > "The Schizophrenic: An Unauthorized Autobiography" > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 9: 2:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail15.svr.pol.co.uk (mail15.svr.pol.co.uk [195.92.193.25]) by hub.freebsd.org (Postfix) with ESMTP id 3C69214FD6 for ; Sun, 6 Jun 1999 09:02:46 -0700 (PDT) (envelope-from steve.howe@lhowe.freeserve.co.uk) Received: from modem-90.name69.dialup.pol.co.uk ([62.136.194.90] helo=default) by mail15.svr.pol.co.uk with smtp (Exim 2.12 #1) id 10qfNI-0002Nm-00; Sun, 6 Jun 1999 17:02:17 +0100 Message-ID: <000b01beb036$120fcae0$5ac2883e@default> From: "Steve Howe" To: "Mark Ovens" Cc: References: <001301beaf78$4f666700$67b4883e@default> <19990606103813.A254@marder-1> <000b01beb01d$b96fbac0$f8b3883e@default> <19990606160825.A323@marder-1> Subject: Re: Ex-buffoon seeks ATAPI CDROM advice Date: Sun, 6 Jun 1999 17:02:44 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0008_01BEB03E.655B5D60" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0008_01BEB03E.655B5D60 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello again, >What is the CD-ROM setup as? master or slave?=20 >primary or secondary channel? The CD-ROM is set up as the secondary channel.=20 Both the primary and secondary channels (ie the hard disk IDE=20 controller as well as the CD-ROM conroller) have in the Windows 98 Control Panel devices display the entry "Parent device: Intel 82371AB/EB PCI Bus Master IDE Controller" The resources used by this device just repeat the same interrupts and=20 addresses as reported by the 2 IDE Controllers, IRQ 14 0x1f0 & 15 0x170, = >What make/model is it? Is it *definitely and IDE device and not a >proprietry one (Sony, Panasonic/Matsushita)? The model is a GoldStar CD-ROM CRD-8322B boot -v output follows, thanks again for your help, Steve Copyright (c) 1992-1998 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 2.2.8-RELEASE #0: Sat Jun 5 16:15:31 BST 1999 root@myname.my.domain:/usr/src/sys/compile/MYKERNEL Calibrating clock(s) ... i586 clock: 451022515 Hz, i8254 clock: 1193181 = Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency CLK_USE_I586_CALIBRATION not specified - using old calibration method CPU: Pentium II (quarter-micron) (451.02-MHz 686-class CPU) Origin =3D "GenuineIntel" Id =3D 0x652 Stepping=3D2 = Features=3D0x183f9ff,,MMX,> real memory =3D 67108864 (65536K bytes) Physical memory chunk(s): 0x00001000 - 0x0009efff, 647168 bytes (158 pages) 0x001ce000 - 0x03ffdfff, 65208320 bytes (15920 pages) avail memory =3D 63746048 (62252K bytes) pcibus_setup(1): mode 1 addr port (0x0cf8) is 0x80000058 pcibus_setup(1a): mode1res=3D0x80000000 (0x80000000) pcibus_check: device 0 is there (id=3D71908086) Probing for devices on PCI bus 0: configuration mode 1 allows 32 devices. chip0 = rev 2 on pci0:0:0 mapreg[10] type=3D0 addr=3Df8000000 size=3D4000000. chip1 = rev 2 on pci0:1:0 bridge from pci0 to pci1 through 1. mapping regs: io:22a07070 mem:fec0fd00 pmem:0000fff0 chip2 rev 2 on pci0:7:0 chip3 rev 1 on pci0:7:1 mapreg[20] type=3D1 addr=3D0000dcf0 size=3D0010. chip4 rev 1 int d irq ?? on pci0:7:2 mapreg[20] type=3D1 addr=3D0000dcc0 size=3D0020. chip5 rev 2 on pci0:7:3 pci0:9: VIA Technologies, device=3D0x3043, class=3Dnetwork=20 (ethernet) int a irq ?? [no driver assigned] map(10): io(dc00) map(14): mem32(fedffc00) pci0: uses 67108864 bytes of memory from f8000000 upto fecfffff. pci0: uses 48 bytes of I/O space from 7000 upto dcff. pci0: subordinate busses from 1 upto 1. Probing for devices on PCI bus 1: vga0 rev 92 on pci1:0:0 [pci1 uses memory from fd000000 to fecfffff] mapreg[10] type=3D0 addr=3Dfd000000 size=3D1000000. mapreg[14] type=3D1 addr=3D00007800 size=3D0100. [pci1 uses memory from fd000000 to fecfffff] mapreg[18] type=3D0 addr=3Dfecfe000 size=3D1000. pci1: uses 16781312 bytes of memory from fd000000 upto fecfefff. pci1: uses 256 bytes of I/O space from 7800 upto 78ff. Probing for devices on the ISA bus: sc0: the current keyboard controller command byte 0047 kbdio: DIAGNOSE status:0055 kbdio: TEST_KBD_PORT status:0000 kbdio: RESET_KBD return code:00fa kbdio: RESET_KBD status:00aa sc0 at 0x60-0x6f irq 1 on motherboard sc0: BIOS video mode:3 sc0: VGA registers upon power-up 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81=20 bf 1f 00 4f 0d 0e 00 00 04 b0 9c 8e 8f 28 1f 96=20 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c=20 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff=20 sc0: video mode:24 sc0: VGA registers in BIOS for mode:24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81=20 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96=20 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c=20 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff=20 sc0: VGA registers to be used for mode:24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81=20 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96=20 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c=20 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff=20 sc0: rows_offset:1 sc0: VGA color <16 virtual consoles, flags=3D0x0> sio0: irq maps: 0x1 0x11 0x1 0x1 sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: irq maps: 0x1 0x1 0x1 0x1 sio1: probe failed test(s): 0 1 2 4 6 7 9 sio1 not found at 0x2f8 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 not found at 0xffffffff psm0: current command byte:0047 kbdio: TEST_AUX_PORT status:0000 kbdio: RESET_AUX return code:00fa kbdio: RESET_AUX status:00aa kbdio: RESET_AUX ID:0000 psm: status 00 02 64 psm: status 1a 03 3c psm: status 1a 03 3c psm: status 1a 03 3c psm: status 10 00 64 psm: data c8 c6 51 psm: data 08 00 00 psm: status 00 02 64 psm0 at 0x60-0x64 irq 12 on motherboard psm0: model MouseMan+, device ID 0, 3 buttons psm0: config:00000000, flags:00000000, packet size:3 psm0: syncmask:08, syncbits:08 fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 7665MB (15698592 sectors), 15574 cyls, 16 heads, 63 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 on isa npx0 flags 0x1 on motherboard npx0: INT 16 interface imasks: bio c008c040, tty c0071092, net c0071092 BIOS Geometries: 0:03feef3f 0..1022=3D1023 cylinders, 0..239=3D240 heads, 1..63=3D63 = sectors 0 accounted for Device configuration finished. new masks: bio c008c040, tty c0071092, net c0071092 Considering FFS root f/s. changing root device to wd0s2e wd0s1: type 0xb, start 63, end =3D 4188239, size 4188177 : OK wd0s2: type 0xa5, start 4188240, end =3D 15694559, size 11506320 : OK ENDS ----- Original Message -----=20 From: Mark Ovens=20 To: Steve Howe=20 Cc: freebsd-questions@FreeBSD.org=20 Sent: 06 June 1999 16:08 Subject: Re: Ex-buffoon seeks ATAPI CDROM advice On Sun, Jun 06, 1999 at 02:07:48PM +0100, Steve Howe wrote: >=20 > wdc0 at 0x1f0-0x1f7 irq 14 on isa > wdc0: unit 0 (wd0): > wd0: 7665MB (15698592 sectors), 15574 cyls, 16 heads, 63 S/T, 512 = B/S > wdc1 at 0x170-0x177 irq 15 on isa It's finding the controller, both channels. What is the CD-ROM setup as? master or slave? primary or secondary channel? What make/model is it? Is it *definitely and IDE device and not a proprietry one (Sony, Panasonic/Matsushita)? Try ``boot -v'' (verbose). As it suggests it gives more verbose output. It may give us a clue. --=20 FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com ------=_NextPart_000_0008_01BEB03E.655B5D60 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello again,
 
>What is the CD-ROM setup as? master or slave?
>primary or secondary channel?
The CD-ROM is set up as the secondary channel.
 
Both the primary and secondary channels (ie the hard disk IDE =
controller as well as the CD-ROM conroller) have in the=20 Windows 98
Control Panel devices display the entry
"Parent device: Intel 82371AB/EB PCI Bus Master IDE = Controller"
 
The resources used by this device just repeat the same interrupts = and=20
addresses as reported by the 2 IDE Controllers, IRQ 14 0x1f0 & = 15=20 0x170,
 
>What make/model is it? Is it *definitely and IDE device and not = a
>proprietry one (Sony, Panasonic/Matsushita)?

The model = is a=20 GoldStar CD-ROM CRD-8322B
 
boot -v output follows,
 
thanks again for your help,
 
Steve
 
Copyright (c) 1992-1998 FreeBSD Inc.
Copyright (c) 1982, 1986, = 1989,=20 1991, 1993
 The Regents of the University of California.  = All=20 rights reserved.
 
FreeBSD 2.2.8-RELEASE #0: Sat Jun  5 16:15:31 BST=20 1999
    root@= myname.my.domain:/usr/src/sys/compile/MYKERNEL
Calibrating=20 clock(s) ... i586 clock: 451022515 Hz, i8254 clock: 1193181=20 Hz
CLK_USE_I8254_CALIBRATION not specified - using default=20 frequency
CLK_USE_I586_CALIBRATION not specified - using old = calibration=20 method
CPU: Pentium II (quarter-micron) (451.02-MHz 686-class = CPU)
 =20 Origin =3D "GenuineIntel"  Id =3D 0x652  = Stepping=3D2
 =20 Features=3D0x183f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,M= CA,
CMOV,<b16>,<b17>,MMX,<b24>>
real=20 memory  =3D 67108864 (65536K bytes)
Physical memory=20 chunk(s):
0x00001000 - 0x0009efff, 647168 bytes (158 = pages)
0x001ce000 -=20 0x03ffdfff, 65208320 bytes (15920 pages)
avail memory =3D 63746048 = (62252K=20 bytes)
pcibus_setup(1): mode 1 addr port (0x0cf8) is=20 0x80000058
pcibus_setup(1a): mode1res=3D0x80000000=20 (0x80000000)
pcibus_check: device 0 is there = (id=3D71908086)
Probing=20 for devices on PCI bus 0:
 configuration mode 1 allows 32=20 devices.
chip0 <generic PCI bridge (vendor=3D8086 device=3D7190=20 subclass=3D0)> rev 2 on pci0:0:0
 mapreg[10] type=3D0 = addr=3Df8000000=20 size=3D4000000.
chip1 <generic PCI bridge (vendor=3D8086 = device=3D7191=20 subclass=3D4)> rev 2 on pci0:1:0
 bridge from pci0 to pci1 = through=20 1.
 mapping regs: io:22a07070 mem:fec0fd00 = pmem:0000fff0
chip2=20 <Intel 82371AB PCI-ISA bridge> rev 2 on pci0:7:0
chip3 = <Intel=20 82371AB IDE interface> rev 1 on pci0:7:1
 mapreg[20] type=3D1 = addr=3D0000dcf0 size=3D0010.
chip4 <Intel 82371AB USB = interface> rev 1 int=20 d irq ?? on pci0:7:2
 mapreg[20] type=3D1 addr=3D0000dcc0=20 size=3D0020.
chip5 <Intel 82371AB Power management controller> = rev 2 on=20 pci0:7:3
pci0:9:    VIA Technologies, device=3D0x3043, = class=3Dnetwork
 (ethernet) int a irq ?? [no driver=20 assigned]
 map(10): io(dc00)
 map(14): = mem32(fedffc00)
pci0:=20 uses 67108864 bytes of memory from f8000000 upto fecfffff.
pci0: uses = 48=20 bytes of I/O space from 7000 upto dcff.
pci0: subordinate busses from = 1 upto=20 1.
Probing for devices on PCI bus 1:
vga0 <VGA-compatible = display=20 device> rev 92 on pci1:0:0
 [pci1 uses memory from fd000000 = to=20 fecfffff]
 mapreg[10] type=3D0 addr=3Dfd000000=20 size=3D1000000.
 mapreg[14] type=3D1 addr=3D00007800 = size=3D0100.
 [pci1=20 uses memory from fd000000 to fecfffff]
 mapreg[18] type=3D0 = addr=3Dfecfe000=20 size=3D1000.
pci1: uses 16781312 bytes of memory from fd000000 upto=20 fecfefff.
pci1: uses 256 bytes of I/O space from 7800 upto = 78ff.
Probing=20 for devices on the ISA bus:
sc0: the current keyboard controller = command byte=20 0047
kbdio: DIAGNOSE status:0055
kbdio: TEST_KBD_PORT=20 status:0000
kbdio: RESET_KBD return code:00fa
kbdio: RESET_KBD=20 status:00aa
sc0 at 0x60-0x6f irq 1 on motherboard
sc0: BIOS video=20 mode:3
sc0: VGA registers upon power-up
50 18 10 00 10 00 03 00 02 = 67 5f=20 4f 50 82 55 81
bf 1f 00 4f 0d 0e 00 00 04 b0 9c 8e 8f 28 1f 96 =
b9 a3 ff=20 00 01 02 03 04 05 14 07 38 39 3a 3b 3c
3d 3e 3f 0c 00 0f 08 00 00 00 = 00 00=20 10 0e 00 ff
sc0: video mode:24
sc0: VGA registers in BIOS for=20 mode:24
50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81
bf 1f 00 = 4f 0d 0e=20 00 00 00 00 9c 8e 8f 28 1f 96
b9 a3 ff 00 01 02 03 04 05 14 07 38 39 = 3a 3b=20 3c
3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff
sc0: VGA = registers to=20 be used for mode:24
50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 =
bf 1f=20 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96
b9 a3 ff 00 01 02 03 04 05 = 14 07=20 38 39 3a 3b 3c
3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff =
sc0:=20 rows_offset:1
sc0: VGA color <16 virtual consoles, = flags=3D0x0>
sio0:=20 irq maps: 0x1 0x11 0x1 0x1
sio0 at 0x3f8-0x3ff irq 4 on isa
sio0: = type=20 16550A
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: = irq=20 maps: 0x1 0x1 0x1 0x1
sio1: probe failed test(s): 0 1 2 4 6 7 = 9
sio1 not=20 found at 0x2f8
sio2: disabled, not probed.
sio3: disabled, not=20 probed.
lpt0 at 0x378-0x37f irq 7 on isa
lpt0: Interrupt-driven=20 port
lp0: TCP/IP capable interface
lpt1 not found at = 0xffffffff
psm0:=20 current command byte:0047
kbdio: TEST_AUX_PORT status:0000
kbdio:=20 RESET_AUX return code:00fa
kbdio: RESET_AUX status:00aa
kbdio: = RESET_AUX=20 ID:0000
psm: status 00 02 64
psm: status 1a 03 3c
psm: status = 1a 03=20 3c
psm: status 1a 03 3c
psm: status 10 00 64
psm: data c8 c6 = 51
psm:=20 data 08 00 00
psm: status 00 02 64
psm0 at 0x60-0x64 irq 12 on=20 motherboard
psm0: model MouseMan+, device ID 0, 3 buttons
psm0:=20 config:00000000, flags:00000000, packet size:3
psm0: syncmask:08,=20 syncbits:08
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
fdc0: FIFO = enabled, 8=20 bytes threshold
fd0: 1.44MB 3.5in
wdc0 at 0x1f0-0x1f7 irq 14 on=20 isa
wdc0: unit 0 (wd0): <QUANTUM Bigfoot TX8.0AT>
wd0: = 7665MB=20 (15698592 sectors), 15574 cyls, 16 heads, 63 S/T, 512 B/S
wdc1 at = 0x170-0x177=20 irq 15 on isa
npx0 flags 0x1 on motherboard
npx0: INT 16=20 interface
imasks: bio c008c040, tty c0071092, net c0071092
BIOS=20 Geometries:
 0:03feef3f 0..1022=3D1023 cylinders, 0..239=3D240 = heads,=20 1..63=3D63 sectors
 0 accounted for
Device configuration=20 finished.
new masks: bio c008c040, tty c0071092, net = c0071092
Considering=20 FFS root f/s.
changing root device to wd0s2e
wd0s1: type 0xb, = start 63,=20 end =3D 4188239, size 4188177 : OK
wd0s2: type 0xa5, start 4188240, = end =3D=20 15694559, size 11506320 : OK
ENDS
----- Original Message -----
From:=20 Mark=20 Ovens
To: Steve Howe
Cc: freebsd-questions@FreeBSD.org =
Sent: 06 June 1999 16:08
Subject: Re: Ex-buffoon seeks = ATAPI CDROM=20 advice

On Sun, Jun 06, 1999 at 02:07:48PM +0100, Steve Howe=20 wrote:
>
> wdc0 at 0x1f0-0x1f7 irq 14 on isa
> = wdc0: unit 0=20 (wd0): <QUANTUM Bigfoot TX8.0AT>
> wd0: 7665MB (15698592 = sectors),=20 15574 cyls, 16 heads, 63 S/T, 512 B/S
> wdc1 at 0x170-0x177 irq = 15 on=20 isa

It's finding the controller, both channels. What is the=20 CD-ROM
setup as? master or slave? primary or secondary = channel?

What=20 make/model is it? Is it *definitely and IDE device and not = a
proprietry one=20 (Sony, Panasonic/Matsushita)?

Try ``boot -v'' (verbose). As it = suggests=20 it gives more verbose
output. It may give us a clue.

--=20
      FreeBSD - The Power To Serve http://www.freebsd.org
  = ;   =20 My Webpage http://www.users.global= net.co.uk/~markov
________________________________________________= _______________
Mark=20 Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK
CAD/CAM=20 solutions for Sheetmetal Working Industry
mailto:marko@uk.radan.com &nb= sp;           &nbs= p;   =20 http://www.radan.com

------=_NextPart_000_0008_01BEB03E.655B5D60-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 9: 8:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from www.inx.de (www.inx.de [195.21.255.251]) by hub.freebsd.org (Postfix) with ESMTP id 792F3153BE for ; Sun, 6 Jun 1999 09:08:37 -0700 (PDT) (envelope-from jnickelsen@acm.org) Received: from n247-80.berlin.snafu.de ([195.21.247.80] helo=goting.jn.berlin.snafu.de) by www.inx.de with esmtp (Exim 2.12 #2) id 10qfTP-0006iL-00; Sun, 6 Jun 1999 18:08:36 +0200 Received: by goting.jn.berlin.snafu.de (Postfix, from userid 100) id BA07D35D; Sun, 6 Jun 1999 17:32:11 +0200 (CEST) To: Calvin Bowen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Mac OSX (BSD 4.4) References: <375A2DF9.378ACE7D@sunnynet.or.jp> From: Juergen Nickelsen Date: 06 Jun 1999 17:32:11 +0200 In-Reply-To: Calvin Bowen's message of "Sun, 06 Jun 1999 17:14:49 +0900" Message-ID: Lines: 20 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Calvin Bowen writes: > The new OSX is based on BSD [...] Not really. As far as I understand, the system is based on a Mach kernel, with MacOS and 4.4 BSD servers -- just like NeXTSTEP was before, only with 4.3 BSD instead. For non-BSD applications, the performance of the BSD server is irrelevant. > I read recently that a G-3 running Mac OSX ran three times as fast > as Solaris on a Son box and seven times as fast as NT on a pentium. What application on which hardware? > Mac and Free BSD are my favorites. Same here. -- Juergen Nickelsen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 9:29: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns3.zoomnet.net (ns3.zoomnet.net [206.230.102.14]) by hub.freebsd.org (Postfix) with ESMTP id 9BD1A14BEB for ; Sun, 6 Jun 1999 09:28:55 -0700 (PDT) (envelope-from cygone@zoomnet.net) Received: from cygone (cygone.zoomnet.net [208.32.49.7]) by ns3.zoomnet.net (8.9.1/8.9.1) with SMTP id MAA14352 for ; Sun, 6 Jun 1999 12:28:53 -0400 (EDT) Message-ID: <006401beb039$6325d200$0200000a@cygone.zoomnet.net> From: "Mitch Vincent" To: Subject: Ethernet Card Questions.. Date: Sun, 6 Jun 1999 12:26:51 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey guys, I have a bunch of these IBM EtherStreamer NICs and a few of these Kingston KNE2021LC NICs I'm considering taking them in as a trade for some work I've done, they don't have boxes but the person guarantees that they work.. He could not tell me if they work under FreeBSD however.. I took one of the Kingston cards and put it in my 486 test box, I never could get it to work using any of the NIC drivers.. Would anyone happen to be using any of these successfully under FreeBSD? Thanks! -Mitch "When all your plans fail, backup, re-group and press on. The only real failure is quitting..." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 9:53:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from imo12.mx.aol.com (imo12.mx.aol.com [198.81.17.2]) by hub.freebsd.org (Postfix) with ESMTP id 2392F15152 for ; Sun, 6 Jun 1999 09:53:46 -0700 (PDT) (envelope-from Heff001@aol.com) Received: from Heff001@aol.com (4241) by imo12.mx.aol.com (IMOv20) id nEPVa10256 for ; Sun, 6 Jun 1999 12:53:08 -0400 (EDT) From: Heff001@aol.com Message-ID: Date: Sun, 6 Jun 1999 12:53:07 EDT Subject: Installation - Already have Win 98 To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: AOL 4.0 for Windows 95 sub 15 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG OK I have purchased Walnut Creek's FreeBSD Lite 3.1 (on CD-ROM) for my PC. I have a: AMD-K6(tm) 3D Processor 64.0MB RAM GENERIC IDE DISK TYPE46 - 6.4 GIG Primary Master C: GENERIC IDE DISK TYPE46 - 8.4 GIG Primary Slave D: BCD 40XH CD-ROM I am running Windows 98 4.10.1998 Question1: I plan to install FreeBSD on drive D: giving it 200MB of space. Is this enough? Question2: When I install FreeBSD, do I need something like System Commander to get to either OS? Win 98 is on drive C: and I don't want it disturbed. Can I continue to boot Win 98 as usual and select an option (from DOS) to boot FreeBSD when I need it (only)? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 9:55:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand2.global.net.uk (sand2.global.net.uk [194.126.80.50]) by hub.freebsd.org (Postfix) with ESMTP id 7FB781548A for ; Sun, 6 Jun 1999 09:55:41 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from p95s06a06.client.global.net.uk ([195.147.214.150] helo=marder-1.) by sand2.global.net.uk with esmtp (Exim 2.05 #1) id 10qgCx-00000a-00; Sun, 6 Jun 1999 17:55:39 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id RAA00659; Sun, 6 Jun 1999 17:53:45 +0100 (BST) (envelope-from marko) Date: Sun, 6 Jun 1999 17:53:45 +0100 From: Mark Ovens To: Steve Howe Cc: freebsd-questions@FreeBSD.org Subject: Re: Ex-buffoon seeks ATAPI CDROM advice Message-ID: <19990606175345.B323@marder-1> References: <001301beaf78$4f666700$67b4883e@default> <19990606103813.A254@marder-1> <000b01beb01d$b96fbac0$f8b3883e@default> <19990606160825.A323@marder-1> <000b01beb036$120fcae0$5ac2883e@default> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <000b01beb036$120fcae0$5ac2883e@default>; from Steve Howe on Sun, Jun 06, 1999 at 05:02:44PM +0100 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jun 06, 1999 at 05:02:44PM +0100, Steve Howe wrote: > Hello again, > > >What is the CD-ROM setup as? master or slave? > >primary or secondary channel? > > The CD-ROM is set up as the secondary channel. > > Both the primary and secondary channels (ie the hard disk IDE > controller as well as the CD-ROM conroller) have in the Windows 98 > Control Panel devices display the entry > "Parent device: Intel 82371AB/EB PCI Bus Master IDE Controller" > > The resources used by this device just repeat the same interrupts and > addresses as reported by the 2 IDE Controllers, IRQ 14 0x1f0 & 15 0x170, > > >What make/model is it? Is it *definitely and IDE device and not a > >proprietry one (Sony, Panasonic/Matsushita)? > > The model is a GoldStar CD-ROM CRD-8322B > Ah, this may be the problem. I've heard about problems with GoldStar CD-ROMs. A quick search of the mail archives at http://www.uk.freebsd.org/search/search.html entering ``GoldStar'' as the search string threw up a lot of info. Seems they are problematic. Below is one posting that seems to have a solution (slave it to a HD). Take a look at the archives, you may find other useful info. Failing that I reckon your best bet is to get a new drive. Sorry. ------- begin included message ------------ I have a system with an ATAPI IDE CD-ROM drive (Lucky Goldstar CRD-8322B), and a SCSI hard disk off a Diamond Fireport 40 controller. When I try booting off a FreeBSD-2.2.8 installation CD, the kernel doesn't detect the IDE CD-ROM unless I also hook up an IDE Disk. I've tried using the "Cable Select", "Master" and "Slave" settings on the drive, and they all fail. When using "Cable Select" or "Master" the IDE controller is detected but the drive is not. With the "Slave" setting, the controller is not detected at all. Should FreeBSD-2.x be able to work with just one IDE device which is a CD-ROM? ------- end included message ------------ -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 10: 0:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sg.zju.edu.cn (sg.zju.edu.cn [210.32.133.3]) by hub.freebsd.org (Postfix) with ESMTP id 881731553C for ; Sun, 6 Jun 1999 09:59:24 -0700 (PDT) (envelope-from fuse@mail.zd.dhs.org) Received: from fuse ([210.32.151.168]) by sg.zju.edu.cn (AIX4.2/UCB 8.7/8.7) with SMTP id AAA27036 for ; Mon, 7 Jun 1999 00:56:56 -0500 (CDT) Date: Mon, 07 Jun 1999 01:00:28 +0800 From: fuse To: freebsd-questions@FreeBSD.ORG Subject: probing device.....no end? Message-Id: <375AA92C32A.1F7AFUSE@sg.zju.edu.cn> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver 1.24 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I just buy a new machine:PII400/GIGA BXIIE motherboard/ 256M RAM/IBM 10.1G HD When I install FreeBSD 3.0/3.1/2.6, all the installation failed when the blue screen appears saying: "Probing device, this may take a long time, please wait..." ok, I wait for hours, and no more response. I had changed the hard disk to a smaller one, and this time, the whole hard disk install only freebsd, but everything is the same: probing and no more response. NetBSD 1.4, Redhat 6.0, Win98 can be install on it very well. Does the FreeBSD don't support my motherboard? Does anyone would give me advice on it? Thanks in advance! Geng Chenge. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 10:13:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from Prime-FE2.lvcablemodem.com (prime-fe2.lvcablemodem.com [24.234.0.11]) by hub.freebsd.org (Postfix) with ESMTP id 2812A14C3C for ; Sun, 6 Jun 1999 10:13:42 -0700 (PDT) (envelope-from mlholloway@yahoo.com) Received: from prime-fe2.lvcablemodem.com - 24.234.0.11 by lvcablemodem.com with Microsoft SMTPSVC; Sun, 6 Jun 1999 10:19:46 -0700 Received: from pluto (dhcp207.59.lvcm.com [24.234.59.207]) by prime-fe2.lvcablemodem.com with SMTP (MailShield v1.5); Sun, 06 Jun 1999 10:19:44 -0700 Message-ID: <003101beb040$394a03a0$cf3bea18@lvcm.com> From: "Mark Holloway" To: Subject: Binary U/G always fails. Date: Sun, 6 Jun 1999 10:15:49 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_002E_01BEB005.8CAAEE50" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_002E_01BEB005.8CAAEE50 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Whenever I do a /stand/sysinstall and upgrade via FTP it completes 100% = and says "Congratulations! You must reboot your machine.." Well, I reboot and once I get that first prompt where I have 10 seconds = to select a default boot or a custom boot I press enter for the default = and FreeBSD can't find my kernal! It doesn't matter if I upgrde 3.1 = Rel -> 3.1 Stable, -> 3.2 Rel, or 3.2 Stable - I always get the same = problem! Is there something I'm not doing after the upgrade (but before = I reboot)? If I CVSUP and makeworld do you think the same thing will = still happen? Is it better to CVSUP than to upgrade via binary? I appreciate the help.. This is something I've been fighting for a while = now.. Everytime the upgrade fails I completely re-install FreeBSD. Regards, Mark ------=_NextPart_000_002E_01BEB005.8CAAEE50 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Whenever I do a /stand/sysinstall and = upgrade via=20 FTP it completes 100% and says "Congratulations!  You must reboot = your=20 machine.."
 
 
Well, I reboot and once I get that = first prompt=20 where I have 10 seconds to select a default boot or a custom boot I = press enter=20 for the default and FreeBSD can't find my kernal!   It doesn't = matter=20 if I upgrde 3.1 Rel -> 3.1 Stable, -> 3.2 Rel, or 3.2 Stable - I = always=20 get the same problem!  Is there something I'm not doing after the = upgrade=20 (but before I reboot)?   If I CVSUP and makeworld do you think = the=20 same thing will still happen?  Is it better to CVSUP than to = upgrade via=20 binary?
 
I appreciate the help.. This is = something I've been=20 fighting for a while now.. Everytime the upgrade fails I completely = re-install=20 FreeBSD.
 
 
Regards,
Mark
 
------=_NextPart_000_002E_01BEB005.8CAAEE50-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 10:31:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from c523578-a.sttls1.wa.home.com (c523578-a.sttls1.wa.home.com [24.5.122.51]) by hub.freebsd.org (Postfix) with ESMTP id 059131560B for ; Sun, 6 Jun 1999 10:31:38 -0700 (PDT) (envelope-from tbackman@c523578-a.sttls1.wa.home.com) Received: from localhost (tbackman@localhost) by c523578-a.sttls1.wa.home.com (8.9.3/8.9.2) with ESMTP id KAA27820; Sun, 6 Jun 1999 10:37:36 -0700 (PDT) (envelope-from tbackman@c523578-a.sttls1.wa.home.com) Date: Sun, 6 Jun 1999 10:37:36 -0700 (PDT) From: Todd Backman To: Mark Holloway Cc: questions@FreeBSD.ORG Subject: Re: Binary U/G always fails. In-Reply-To: <003101beb040$394a03a0$cf3bea18@lvcm.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Did you recomile the new kernel? On Sun, 6 Jun 1999, Mark Holloway wrote: > Whenever I do a /stand/sysinstall and upgrade via FTP it completes 100% and says "Congratulations! You must reboot your machine.." > > > Well, I reboot and once I get that first prompt where I have 10 seconds to select a default boot or a custom boot I press enter for the default and FreeBSD can't find my kernal! It doesn't matter if I upgrde 3.1 Rel -> 3.1 Stable, -> 3.2 Rel, or 3.2 Stable - I always get the same problem! Is there something I'm not doing after the upgrade (but before I reboot)? If I CVSUP and makeworld do you think the same thing will still happen? Is it better to CVSUP than to upgrade via binary? > > I appreciate the help.. This is something I've been fighting for a while now.. Everytime the upgrade fails I completely re-install FreeBSD. > > > Regards, > Mark > > ========================================================================= Todd Backman "there are two major products that came out of berkley: Geek and FreeBSD user lsd and unix. Seattle, WA we don't believe this to be "Chaos is a good teacher..." a coincidence." j.s.anderson ========================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 10:32:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from c523578-a.sttls1.wa.home.com (c523578-a.sttls1.wa.home.com [24.5.122.51]) by hub.freebsd.org (Postfix) with ESMTP id B189415611 for ; Sun, 6 Jun 1999 10:32:40 -0700 (PDT) (envelope-from tbackman@c523578-a.sttls1.wa.home.com) Received: from localhost (tbackman@localhost) by c523578-a.sttls1.wa.home.com (8.9.3/8.9.2) with ESMTP id KAA27829; Sun, 6 Jun 1999 10:38:40 -0700 (PDT) (envelope-from tbackman@c523578-a.sttls1.wa.home.com) Date: Sun, 6 Jun 1999 10:38:40 -0700 (PDT) From: Todd Backman To: Mark Holloway Cc: questions@FreeBSD.ORG Subject: Re: Binary U/G always fails. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG err...recompile. On Sun, 6 Jun 1999, Todd Backman wrote: > > Did you recomile the new kernel? > > On Sun, 6 Jun 1999, Mark Holloway wrote: > > > Whenever I do a /stand/sysinstall and upgrade via FTP it completes 100% and says "Congratulations! You must reboot your machine.." > > > > > > Well, I reboot and once I get that first prompt where I have 10 seconds to select a default boot or a custom boot I press enter for the default and FreeBSD can't find my kernal! It doesn't matter if I upgrde 3.1 Rel -> 3.1 Stable, -> 3.2 Rel, or 3.2 Stable - I always get the same problem! Is there something I'm not doing after the upgrade (but before I reboot)? If I CVSUP and makeworld do you think the same thing will still happen? Is it better to CVSUP than to upgrade via binary? > > > > I appreciate the help.. This is something I've been fighting for a while now.. Everytime the upgrade fails I completely re-install FreeBSD. > > > > > > Regards, > > Mark > > > > > ========================================================================= Todd Backman "there are two major products that came out of berkley: Geek and FreeBSD user lsd and unix. Seattle, WA we don't believe this to be "Chaos is a good teacher..." a coincidence." j.s.anderson ========================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 10:48:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.130.111.12]) by hub.freebsd.org (Postfix) with ESMTP id 632DA1530C for ; Sun, 6 Jun 1999 10:48:15 -0700 (PDT) (envelope-from kreuzing@dbai.tuwien.ac.at) Received: from alphard (alphard [128.130.111.37]) by vexpert.dbai.tuwien.ac.at (8.9.1/8.9.1) with ESMTP id TAA18560; Sun, 6 Jun 1999 19:48:06 +0200 (MET DST) Date: Sun, 6 Jun 1999 19:48:04 +0200 (MET DST) From: Andreas Kreuzinger To: Robert Beer Cc: freebsd-questions@freebsd.org, Gerald Pfeifer Subject: Re: authentication for nis-user fails, only local user can login In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi ! On Thu, 3 Jun 1999, Robert Beer wrote: > At 4:06 PM -0400 6/3/1999, Andreas Kreuzinger wrote: > >Any other hints? > > Well, you need the nis domainname set and verified. You can see which NIS server you are bound to with ypwhich and you can test the communication with ypcat and ypmatch. If this stuff fails look at the /var/yp/Makefile on the NIS server. As I wrote in my first mail, I can get the passwd file with ypcat. That's why I think that the problem is the encryption and not the nis system. > Additionally, as root try using su to become an nis user. See if that produces any useful error messages. I tried that, but it fails with the error message "Unknown user". But I can list the home directories of the user. (We mount them with the automount daemon, so this works without problems.) Thanks anyway. Any other suggestions? cu andy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 10:48:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail11.svr.pol.co.uk (mail11.svr.pol.co.uk [195.92.193.23]) by hub.freebsd.org (Postfix) with ESMTP id 1AD771533B for ; Sun, 6 Jun 1999 10:48:42 -0700 (PDT) (envelope-from steve.howe@lhowe.freeserve.co.uk) Received: from modem-48.name4.dialup.pol.co.uk ([62.136.161.176] helo=default) by mail11.svr.pol.co.uk with smtp (Exim 2.12 #1) id 10qh1p-00013X-00; Sun, 6 Jun 1999 18:48:14 +0100 Message-ID: <000d01beb044$df1ae8e0$b0a1883e@default> From: "Steve Howe" To: "Mark Ovens" Cc: References: <001301beaf78$4f666700$67b4883e@default> <19990606103813.A254@marder-1> <000b01beb01d$b96fbac0$f8b3883e@default> <19990606160825.A323@marder-1> <000b01beb036$120fcae0$5ac2883e@default> <19990606175345.B323@marder-1> Subject: Re: Ex-buffoon seeks ATAPI CDROM advice Date: Sun, 6 Jun 1999 18:48:26 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000A_01BEB04D.296667A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000A_01BEB04D.296667A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Thanks for all your time on this, I'll let you know how I get on. (I've bookmarked the search site, so that should cut down on unnecessary = questions!) Doesn't look good though from the messages I've read. Will moving to 3.2 rather than 2.2.8 be any help or all GoldStar devices = a law unto themselves? enjoy your Monday morning! Steve ----- Original Message -----=20 From: Mark Ovens=20 To: Steve Howe=20 Cc: freebsd-questions@FreeBSD.org=20 Sent: 06 June 1999 17:53 Subject: Re: Ex-buffoon seeks ATAPI CDROM advice On Sun, Jun 06, 1999 at 05:02:44PM +0100, Steve Howe wrote: > Hello again, >=20 > >What is the CD-ROM setup as? master or slave?=20 > >primary or secondary channel? >=20 > The CD-ROM is set up as the secondary channel.=20 >=20 > Both the primary and secondary channels (ie the hard disk IDE=20 > controller as well as the CD-ROM conroller) have in the Windows 98 > Control Panel devices display the entry > "Parent device: Intel 82371AB/EB PCI Bus Master IDE Controller" >=20 > The resources used by this device just repeat the same interrupts = and=20 > addresses as reported by the 2 IDE Controllers, IRQ 14 0x1f0 & 15 = 0x170,=20 >=20 > >What make/model is it? Is it *definitely and IDE device and not a > >proprietry one (Sony, Panasonic/Matsushita)? >=20 > The model is a GoldStar CD-ROM CRD-8322B >=20 Ah, this may be the problem. I've heard about problems with GoldStar CD-ROMs. A quick search of the mail archives at http://www.uk.freebsd.org/search/search.html entering ``GoldStar'' as the search string threw up a lot of info. Seems they are problematic. Below is one posting that seems to have a solution (slave it to a HD). Take a look at the archives, you may find other useful info. Failing that I reckon your best bet is to get a new drive. Sorry. ------- begin included message ------------ I have a system with an ATAPI IDE CD-ROM drive (Lucky Goldstar CRD-8322B), and a SCSI hard disk off a Diamond Fireport 40 controller. When I try booting off a FreeBSD-2.2.8 installation CD, the kernel doesn't detect the IDE CD-ROM unless I also hook up an IDE Disk. I've tried using the "Cable Select", "Master" and "Slave" settings on the drive, and they all fail. When using "Cable Select" or "Master" the IDE controller is detected but the drive is not. With the "Slave" setting, the controller is not detected at all. Should FreeBSD-2.x be able to work with just one IDE device which is a CD-ROM? ------- end included message ------------ --=20 FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com ------=_NextPart_000_000A_01BEB04D.296667A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Thanks for all your time on this,
 
I'll let you know how I get on.
 
(I've bookmarked the search site, so that should cut down on = unnecessary=20 questions!)
 
Doesn't look good though from the messages I've read.
 
Will moving to 3.2 rather than 2.2.8 be any help or all GoldStar = devices a=20 law unto themselves?
 
enjoy your Monday morning!
 
Steve
----- Original Message -----
From:=20 Mark=20 Ovens
To: Steve Howe
Cc: freebsd-questions@FreeBSD.org =
Sent: 06 June 1999 17:53
Subject: Re: Ex-buffoon seeks = ATAPI CDROM=20 advice

On Sun, Jun 06, 1999 at 05:02:44PM +0100, Steve Howe=20 wrote:
> Hello again,
>
> >What is the CD-ROM = setup as?=20 master or slave?
> >primary or secondary channel?
> =
>=20 The CD-ROM is set up as the secondary channel.
>
> Both = the=20 primary and secondary channels (ie the hard disk IDE
> = controller as=20 well as the CD-ROM conroller) have in the Windows 98
> Control = Panel=20 devices display the entry
> "Parent device: Intel 82371AB/EB PCI = Bus=20 Master IDE Controller"
>
> The resources used by this = device just=20 repeat the same interrupts and
> addresses as reported by the 2 = IDE=20 Controllers, IRQ 14 0x1f0 & 15 0x170,
>
> >What=20 make/model is it? Is it *definitely and IDE device and not a
>=20 >proprietry one (Sony, Panasonic/Matsushita)?
>
> The = model is=20 a GoldStar CD-ROM CRD-8322B
>

Ah, this may be the = problem. I've=20 heard about problems with GoldStar
CD-ROMs. A quick search of the = mail=20 archives at
http://www.uk.freeb= sd.org/search/search.html=20 entering ``GoldStar''
as the search string threw up a lot of info. = Seems=20 they are
problematic. Below is one posting that seems to have a=20 solution
(slave it to a HD).

Take a look at the archives, = you may=20 find other useful info. Failing
that I reckon your best bet is to = get a new=20 drive. Sorry.

------- begin included message = ------------

I have=20 a system with an ATAPI IDE CD-ROM drive (Lucky Goldstar
CRD-8322B), = and a=20 SCSI hard disk off a Diamond Fireport 40 controller.

When I try = booting=20 off a FreeBSD-2.2.8 installation CD, the kernel
doesn't detect the = IDE=20 CD-ROM unless I also hook up an IDE Disk.

I've tried using the = "Cable=20 Select", "Master" and "Slave" settings
on the drive, and they all=20 fail.  When using "Cable Select" or
"Master" the IDE = controller is=20 detected but the drive is not.  With
the "Slave" setting, the=20 controller is not detected at all.

Should FreeBSD-2.x be able = to work=20 with just one IDE device which
is a CD-ROM?

------- end = included=20 message ------------

--
      = FreeBSD -=20 The Power To Serve http://www.freebsd.org
  = ;   =20 My Webpage http://www.users.global= net.co.uk/~markov
________________________________________________= _______________
Mark=20 Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK
CAD/CAM=20 solutions for Sheetmetal Working Industry
mailto:marko@uk.radan.com &nb= sp;           &nbs= p;   =20 http://www.radan.com

------=_NextPart_000_000A_01BEB04D.296667A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 11: 6: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rhein-zeitung.de (mail.rhein-zeitung.DE [195.189.135.96]) by hub.freebsd.org (Postfix) with ESMTP id DD89F14BCF for ; Sun, 6 Jun 1999 11:06:02 -0700 (PDT) (envelope-from mheinen0@wiesbaden-online.de) Received: from Moses.earth.sol (vincent@pppin83.mainz.rhein-zeitung.DE [195.189.131.83]) by mail.rhein-zeitung.de (8.9.2/8.9.2) with ESMTP id UAA10068; Sun, 6 Jun 1999 20:05:43 +0200 (CEST) Received: (from vincent@localhost) by Moses.earth.sol (8.8.3/8.8.3) id UAA31671; Sun, 6 Jun 1999 20:07:04 +0200 Date: Sun, 6 Jun 1999 20:07:04 +0200 From: Martin Heinen To: Marc Tardif Cc: freebsd-questions@FreeBSD.ORG Subject: Re: where's ADB Message-ID: <19990606200704.A31668@Moses.earth.sol> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Marc Tardif on Sat, Jun 05, 1999 at 12:24:05AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG As far as I know adb is the debugger in SunOS, try gdb(1) On Sat, Jun 05, 1999 at 12:24:05AM -0400, Marc Tardif wrote: > I've been on a few platforms and adb seems like a standard tool. Yet, it's > nowhere to be seen on the Freebsd platform (well, I'm still running > 2.2.5), nor is it to be seen in the ports. -- mheinen0@wiesbaden-online.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 11:34:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 19B8614C1B for ; Sun, 6 Jun 1999 11:34:39 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from rainbow5.scientia.demon.co.uk ([192.168.1.2] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.02 #1) id 10qgOG-000Bca-00; Sun, 06 Jun 1999 18:07:20 +0100 (envelope-from ben@rainbow5.scientia.demon.co.uk) Received: from rainbow5.scientia.demon.co.uk (ident=ben) by rainbow5.scientia.demon.co.uk with local (Exim 3.02 #1) id 10qgOJ-0008rF-00; Sun, 06 Jun 1999 18:07:23 +0100 (envelope-from ben@rainbow5.scientia.demon.co.uk) Date: Sun, 6 Jun 1999 18:07:22 +0100 From: Ben Smithurst To: Steve Howe Cc: Mark Ovens , freebsd-questions@FreeBSD.org Subject: Re: Ex-buffoon seeks ATAPI CDROM advice Message-ID: <19990606180722.A34018@rainbow5.scientia.demon.co.uk> References: <001301beaf78$4f666700$67b4883e@default> <19990606103813.A254@marder-1> <000b01beb01d$b96fbac0$f8b3883e@default> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <000b01beb01d$b96fbac0$f8b3883e@default> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Steve Howe wrote: > Sorry about the length of this, it's unavoidable! Wrong. If you sent it in plain text rather than plain text and HTML, it would have been under half the size. Reconfigure your mailer, please, and don't send any more HTML. -- Ben Smithurst ben@scientia.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 11:52:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 618) id 3370114E7F; Sun, 6 Jun 1999 11:52:35 -0700 (PDT) Subject: Re: authentication for nis-user fails, only local user can login In-Reply-To: from Andreas Kreuzinger at "Jun 6, 1999 7:48: 4 pm" To: kreuzing@dbai.tuwien.ac.at (Andreas Kreuzinger) Date: Sun, 6 Jun 1999 11:52:35 -0700 (PDT) Cc: freebsd-questions@freebsd.org, pfeifer@dbai.tuwien.ac.at, brian@visionpro.com X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 2516 Message-Id: <19990606185235.3370114E7F@hub.freebsd.org> From: wpaul@FreeBSD.ORG (Bill Paul) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hi ! > > On Thu, 3 Jun 1999, Robert Beer wrote: > > > At 4:06 PM -0400 6/3/1999, Andreas Kreuzinger wrote: > > >Any other hints? > > > > Well, you need the nis domainname set and verified. You can see which NIS server you are bound to with ypwhich and you can test the communication with ypcat and ypmatch. If this stuff fails look at the /var/yp/Makefile on the NIS server. > > As I wrote in my first mail, I can get the passwd file with ypcat. That's > why I think that the problem is the encryption and not the nis system. Grrrr. Okay people, here we go for the umpity-umpth time: - Read the man pages! man 5 passwd, man group, man yp, man ypbind, man ypserv, man netgroup You should read the man pages *first* before you go out wasting bandwidth browsing the web and sending mail to the lists. I'm sorry shatter of a point and click world, but there's no substitute for reading the instructions. - NIS itself doesn't care about the password encryption scheme used, except for rpc.yppasswdd. However, for clients and servers to all work together, they must all use the same scheme. FreeBSD uses an MD5-based crypt() by default, so it won't understand DES-encrypted passwords from a non-FreeBSD NIS server unless you install the DES option when you install FreeBSD. If all your machines are FreeBSD, then they should all understand the MD5-based passwords. - Read the passwd(5) man page, especially the part where it says in big letters: *DON'T* use +:*:::::::: in /etc/master.passwd. Use +::::::::: instead! (Notice the missing asterisk.) - Do *NOT* edit /etc/passwd. FreeBSD doesn't work that way. Read the vipw, pwd_mkdb, chpass and pw man pages. If you want to add a line to the password database, do the following: # setenv EDITOR /path/to/my/favorite/editor # vipw # The default editor should be vi(1). Setting the EDITOR variable will select a different editor if you don't like vi. When you exit vipw, it will run pwd_mkdb for you to regenerate the databases. I repeat do *NOT* edit /etc/passwd by hand. It has no effect. When you have become sufficiently familiar with the ways of the force, you can edit /etc/master.passwd by hand and use pwd_mkdb to rebuild the databases, but don't try to attempt this right away or else you'll make a mess out of your system. - Remember to set the domainname in rc.conf and set nis_client to YES to that ypbind will run. -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 11:55:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (Postfix) with ESMTP id 3952015719 for ; Sun, 6 Jun 1999 11:55:33 -0700 (PDT) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.9.2/8.9.2) id TAA27759; Sun, 6 Jun 1999 19:52:44 +0100 (BST) (envelope-from nik) Date: Sun, 6 Jun 1999 19:52:42 +0100 From: Nik Clayton To: Kent Stewart Cc: Nik Clayton , questions@FreeBSD.ORG Subject: Re: Netscape, 3.x, and -DWANT_AOUT Message-ID: <19990606195241.P30927@catkin.nothing-going-on.org> References: <19990606133056.L30927@catkin.nothing-going-on.org> <375A921B.AC90E8BA@3-cities.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <375A921B.AC90E8BA@3-cities.com>; from Kent Stewart on Sun, Jun 06, 1999 at 08:22:03AM -0700 Organization: Nik at home, where there's nothing going on Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jun 06, 1999 at 08:22:03AM -0700, Kent Stewart wrote: > > Am I right in thinking that before I can run Netscape 4.x on a FreeBSD > > 3.x system, that system must have been compiled with "-DWANT_AOUT"? > > > > Or does ports/www/netscape46-navigator work on a wholly Elf system? > > I have been sort of waiting for someone to answer that. I am running > 3.2-stable and I didn't use "-DWANT_AOUT" in the buildworld. Did you use "make world" from a pre-existing 2.2.x system? I had a fair amount of cruft on mine, so I decided it was simpler to take a backup of all my important stuff, and then install from a release I cut myself. This release was built with NO_AOUT defined. > There are somethings that need "compat22" and I don't have that in my > kernel either. Do you mean the compat22 package? I don't have that installed. > BTW, mergemaster is a wonderful tool. I tried doing the diff thing from > your buildworld write up but they were changing the system faster than I > could upgrade it. There was something that didn't quite work right on my > system during the transition from 3.1-stable to beta to 3.2-stable and I > couldn't keep up. You have this "kind of" broken system and you don't > know what these change were fixing and had to try them. Someone > eventually told me about mergemaster and I found that I had a life > again. What ever was broken was magically fixed at 3.2-release + 1 week. Couldn't agree more, mergemaster is very useful. N -- [intentional self-reference] can be easily accommodated using a blessed, non-self-referential dummy head-node whose own object destructor severs the links. -- Tom Christiansen in <375143b5@cs.colorado.edu> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 12: 7:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from amanda.qmpgmc.ac.uk (hide14.nhs.uk [194.6.81.14]) by hub.freebsd.org (Postfix) with ESMTP id B600714BD2 for ; Sun, 6 Jun 1999 12:07:37 -0700 (PDT) (envelope-from greg@swlct.sthames.nhs.uk) Received: from greg (chap-ppp0 [10.50.1.30]) by amanda.qmpgmc.ac.uk (8.9.3/8.9.3) with SMTP id UAA55152 for ; Sun, 6 Jun 1999 20:07:19 +0100 (BST) Reply-To: "Greg Quinlan" From: "Greg Quinlan" To: Subject: New CD-ROM Format, UDF? Date: Sun, 6 Jun 1999 19:59:48 +0100 Message-ID: <01beb04e$bff69ae0$0101a8c0@greg> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01BEB057.21BB02E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0004_01BEB057.21BB02E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, Just a quick question: Does FreeBSD 3.X support the new UDF? (Universal Disk Format, like ISO 9660 but better for DVD-ROM's, CD-RW's) Thanks Greg ps. Below is a URL for the adaptec site if there is any confusion: http://www.adaptec.com/products/faqs/udfreaders.html#1 ------=_NextPart_000_0004_01BEB057.21BB02E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
 
Just a quick question:
 
Does FreeBSD 3.X support the new UDF?
 
(Universal Disk Format, like ISO 9660 but better for = DVD-ROM's, CD-RW's)
 
Thanks
 
Greg
 
 
ps. Below is a URL for the adaptec = site if there=20 is any confusion:
 
http://ww= w.adaptec.com/products/faqs/udfreaders.html#1
 
 
------=_NextPart_000_0004_01BEB057.21BB02E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 12:13:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from donhm.calcasieu.com (tcnet02-11.austin.texas.net [209.99.40.74]) by hub.freebsd.org (Postfix) with ESMTP id 6D26415084 for ; Sun, 6 Jun 1999 12:13:01 -0700 (PDT) (envelope-from dread@texas.net) Received: from donhm.calcasieu.com (localhost.calcasieu.com [127.0.0.1]) by donhm.calcasieu.com (8.8.8/8.8.8) with ESMTP id OAA25837; Sun, 6 Jun 1999 14:12:23 -0500 (CDT) (envelope-from dread@texas.net) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199906060208.WAA16306@kot.ne.mediaone.net> Date: Sun, 06 Jun 1999 14:12:22 -0500 (CDT) From: Don Read To: Mikhail Teterin Subject: RE: dbm_* functions missing Cc: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 06-Jun-99 Mikhail Teterin wrote: > Hello! > Hiya, > Is there a good reason FreeBSD's ndbm does not implement > > dbm_error Uh-oh, PR time. The source has it (/usr/src/lib/libc/db/hash/ndbm.c) but it's not declared. add to /usr/include/ndbm.h: int dbm_error(DBM *); int dbm_clearerr(DBM *); > dbm_pagfno ndbm is a wrapper over the 'db' package which deals with a single *.db file. There isn't a separate *.pag file (see README in src/lib/libc/db/hash). Alternative (don't even _think_ of doing any dups or writes on this): #undefine dbm_pagfno #define dbm_pagfno(a) dbm_dirfno(a) > dbm_rdonly no idea, do you use this often ? > ? gdbm has them... Thanks, > install gdbm from the ports ? Regards, --- Don Read dread@calcasieu.com EDP Manager dread@texas.net Calcasieu Lumber Co. Austin TX -- Meddle not in the affairs of dragons, for you are crunchy and taste good with ketchup. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 12:17:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from laser.1sourcesolutions.com (1sourcesolutions.com [209.63.182.72]) by hub.freebsd.org (Postfix) with ESMTP id C0A8414E7F for ; Sun, 6 Jun 1999 12:17:14 -0700 (PDT) (envelope-from ecotechusa@yahoo.com) Received: from alserrenu (1SSPRES [195.105.15.8]) by laser.1sourcesolutions.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.1960.3) id LGM288CN; Sun, 6 Jun 1999 12:04:39 -0700 To: freebsd-questions@FreeBSD.ORG From: "Ecotech Technologies, L.L.C." Date: Sun, 6 Jun 99 12:12:19 -0700 Subject: International Business Opportunities X-Mailer: alserrenu Message-Id: <19990606191714.C0A8414E7F@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ECOTECH TECHNOLOGIES, L.L.C. 4001 E., Broadway Road, Suite 7, Phoenix, AZ 85040, USA Tel: (602) 437 8000, Fax: (602) 437 4033 E-mail: ecotechusa@yahoo.com http://www.ecotechindia.com Dear Sir, Sub: Your Partner for Development of International Business Ecotech Technologies, L.L.C., Phoenix, USA is a subsidiary of principal company Ecotech Marketing who has been established for 7 years in International Business Development and committed to promote cleaner technologies and projects. It promotes technologies, projects, products and equipments/machinery. Our business network covers India, Oman, UAE and Egypt. To promote your products we developed a team of professionals. The team is unique mix of technical and commercial personnel from various institutes and industries. Whether you are interested in licensing your technology or looking for establishing a joint venture or your own subsidiary or offering a turnkey project, we can provide you complete services from concept to implementation level. We provide services like market research and opportunity assessment study, feasibility study, project analysis, statutory services and supervision of implementation of project. We have been trying to promote more and more sustainable and eco-friendly technologies and we are committed to it. India is one of the fastest growing and largest economy, a democratic country with very optimistic program to implement sustainable manufacturing projects and one of the leading countries who has implemented largest number of projects. You have a concept, technology or product, and we have the professional experiences to take you to international. Sincerely Bimal Das To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 12:19:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hd1.vsnl.net.in (hd1.vsnl.net.in [202.54.30.1]) by hub.freebsd.org (Postfix) with ESMTP id 032F815639 for ; Sun, 6 Jun 1999 12:19:06 -0700 (PDT) (envelope-from sidcarter@softhome.net) Received: from softhome.net (avenger@[203.197.156.11]) by hd1.vsnl.net.in (8.8.8/8.8.8) with ESMTP id AAA16815 for ; Mon, 7 Jun 1999 00:51:09 +0500 (GMT+0500) Message-ID: <375ACB1B.A5E24B08@softhome.net> Date: Mon, 07 Jun 1999 00:55:15 +0530 From: Syed Khader Vali X-Mailer: Mozilla 4.08 [en] (X11; I; Linux 2.0.36 i686) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Connecting to Internet Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there, I am new to FreeBSD (just switched over from linux). I am having problem connecting to the net. I am dialing my ISP using minicom and starting pppd. After a minute or so the connection is lost my ISP's nameserver's are 202.54.30.1 and 202.54.30.2 and a dynamic IP is assigned to me. Could nebody help me in a detailed manner so that i can connect to the net using my FreeBSD box :-). Thanks in advance Regards Khader ------------------- Unix, MS-DOS, Windows Better Know as The Good, the Bad and the Ugly ------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 12:19:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand5.global.net.uk (sand5.global.net.uk [194.126.80.249]) by hub.freebsd.org (Postfix) with ESMTP id 013C2150F5 for ; Sun, 6 Jun 1999 12:19:18 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from p71s10a06.client.global.net.uk ([195.147.218.114] helo=marder-1.) by sand5.global.net.uk with esmtp (Exim 2.05 #1) id 10qiRv-0006DM-00; Sun, 6 Jun 1999 20:19:15 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id UAA00810; Sun, 6 Jun 1999 20:17:26 +0100 (BST) (envelope-from marko) Date: Sun, 6 Jun 1999 20:17:26 +0100 From: Mark Ovens To: Steve Howe Cc: freebsd-questions@FreeBSD.org Subject: Re: Ex-buffoon seeks ATAPI CDROM advice Message-ID: <19990606201726.C323@marder-1> References: <001301beaf78$4f666700$67b4883e@default> <19990606103813.A254@marder-1> <000b01beb01d$b96fbac0$f8b3883e@default> <19990606160825.A323@marder-1> <000b01beb036$120fcae0$5ac2883e@default> <19990606175345.B323@marder-1> <000d01beb044$df1ae8e0$b0a1883e@default> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <000d01beb044$df1ae8e0$b0a1883e@default>; from Steve Howe on Sun, Jun 06, 1999 at 06:48:26PM +0100 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jun 06, 1999 at 06:48:26PM +0100, Steve Howe wrote: > Thanks for all your time on this, > > I'll let you know how I get on. > > (I've bookmarked the search site, so that should cut down > on unnecessary questions!) > > Doesn't look good though from the messages I've read. > > Will moving to 3.2 rather than 2.2.8 be any help or all > GoldStar devices a law unto themselves? > I get the impression that they're problematic full stop. Still, moving to 3.[12]wouldn't be a bad move anyway. You might even get lucky with the GoldStar. > enjoy your Monday morning! > :-( > Steve > ----- Original Message ----- > From: Mark Ovens > To: Steve Howe > Cc: freebsd-questions@FreeBSD.org > Sent: 06 June 1999 17:53 > Subject: Re: Ex-buffoon seeks ATAPI CDROM advice > > > On Sun, Jun 06, 1999 at 05:02:44PM +0100, Steve Howe wrote: > > Hello again, > > > > >What is the CD-ROM setup as? master or slave? > > >primary or secondary channel? > > > > The CD-ROM is set up as the secondary channel. > > > > Both the primary and secondary channels (ie the hard disk IDE > > controller as well as the CD-ROM conroller) have in the Windows 98 > > Control Panel devices display the entry > > "Parent device: Intel 82371AB/EB PCI Bus Master IDE Controller" > > > > The resources used by this device just repeat the same interrupts and > > addresses as reported by the 2 IDE Controllers, IRQ 14 0x1f0 & 15 0x170, > > > > >What make/model is it? Is it *definitely and IDE device and not a > > >proprietry one (Sony, Panasonic/Matsushita)? > > > > The model is a GoldStar CD-ROM CRD-8322B > > > > Ah, this may be the problem. I've heard about problems with GoldStar > CD-ROMs. A quick search of the mail archives at > http://www.uk.freebsd.org/search/search.html entering ``GoldStar'' > as the search string threw up a lot of info. Seems they are > problematic. Below is one posting that seems to have a solution > (slave it to a HD). > > Take a look at the archives, you may find other useful info. Failing > that I reckon your best bet is to get a new drive. Sorry. > > ------- begin included message ------------ > > I have a system with an ATAPI IDE CD-ROM drive (Lucky Goldstar > CRD-8322B), and a SCSI hard disk off a Diamond Fireport 40 controller. > > When I try booting off a FreeBSD-2.2.8 installation CD, the kernel > doesn't detect the IDE CD-ROM unless I also hook up an IDE Disk. > > I've tried using the "Cable Select", "Master" and "Slave" settings > on the drive, and they all fail. When using "Cable Select" or > "Master" the IDE controller is detected but the drive is not. With > the "Slave" setting, the controller is not detected at all. > > Should FreeBSD-2.x be able to work with just one IDE device which > is a CD-ROM? > > ------- end included message ------------ > > -- > FreeBSD - The Power To Serve http://www.freebsd.org > My Webpage http://www.users.globalnet.co.uk/~markov > _______________________________________________________________ > Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK > CAD/CAM solutions for Sheetmetal Working Industry > mailto:marko@uk.radan.com http://www.radan.com > > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 12:45:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from revolution.3-cities.com (revolution.3-cities.com [204.203.224.155]) by hub.freebsd.org (Postfix) with ESMTP id 7BD3C154F0 for ; Sun, 6 Jun 1999 12:45:17 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn1005.bossig.com [208.26.241.5]) by revolution.3-cities.com (8.9.3/8.9.3) with ESMTP id MAA28648; Sun, 6 Jun 1999 12:44:20 -0700 (PDT) Message-ID: <375ACF8E.B89EA198@3-cities.com> Date: Sun, 06 Jun 1999 12:44:14 -0700 From: Kent Stewart Reply-To: kstewart@3-cities.com Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.51 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Nik Clayton Cc: questions@FreeBSD.ORG Subject: Re: Netscape, 3.x, and -DWANT_AOUT References: <19990606133056.L30927@catkin.nothing-going-on.org> <375A921B.AC90E8BA@3-cities.com> <19990606195241.P30927@catkin.nothing-going-on.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Nik Clayton wrote: > > On Sun, Jun 06, 1999 at 08:22:03AM -0700, Kent Stewart wrote: > > > Am I right in thinking that before I can run Netscape 4.x on a FreeBSD > > > 3.x system, that system must have been compiled with "-DWANT_AOUT"? > > > > > > Or does ports/www/netscape46-navigator work on a wholly Elf system? > > > > I have been sort of waiting for someone to answer that. I am running > > 3.2-stable and I didn't use "-DWANT_AOUT" in the buildworld. > > Did you use "make world" from a pre-existing 2.2.x system? Well, that is where the problem is. It didn't start out as a 2.2.x system but there were a number of build worlds before 3.2-release was created. I think this system started out as a 3.1-release and then upgraded to 3.1-stable. The old HD, which was 70% full, was an educational mistake. I upgraded to current and found I was trying to run 4.0-current. My system didn't fully appreciate that situation. There really wasn't anything important in the system, so I pulled the drive, replaced it with a 13GB Maxtor, and installed the 3.1-release from the CD's onto a 4GB partition. It didn't run as a 3.1-release very long. That is where I remember starting the 3.x-stable chain. I didn't remove anything but did build worlds of 3.1-stable when they were still creating the aout directory by default. That was eventually changed and it was removed from /usr/obj/... tree but I probably still have remnants behind. I noticed when you needed to add "-DWANT_AOUT" because the buildworld time dropped around 1000 seconds. The change in the wallclock time was on the order of 3:25 to 2:xx. About this time, as a test, the motherboard was replaced with a Asus P2B-B and a Celeron 433. The HD drive speed went from PIO 4 to UDMA 33. I haven't been using the other system as much as I anticipated and the Asus setup is running quite nicely in the FreeBSD box. I can see the difference between PC-66 memory and PC-100 on two comparable systems running "setiathome" and that could rearrange things. I probably need to create the aout files and will have to figure out how to add aout option to the buildworld as a default. Everything else has been almost KISS simple and I don't expect anything to change. Adding the aout option back to a buildworld on the current system will probably raise the time to around an hour. Kent > > I had a fair amount of cruft on mine, so I decided it was simpler to take > a backup of all my important stuff, and then install from a release I cut > myself. This release was built with NO_AOUT defined. > > > There are somethings that need "compat22" and I don't have that in my > > kernel either. > > Do you mean the compat22 package? I don't have that installed. > > > BTW, mergemaster is a wonderful tool. I tried doing the diff thing from > > your buildworld write up but they were changing the system faster than I > > could upgrade it. There was something that didn't quite work right on my > > system during the transition from 3.1-stable to beta to 3.2-stable and I > > couldn't keep up. You have this "kind of" broken system and you don't > > know what these change were fixing and had to try them. Someone > > eventually told me about mergemaster and I found that I had a life > > again. What ever was broken was magically fixed at 3.2-release + 1 week. > > Couldn't agree more, mergemaster is very useful. > > N > -- > [intentional self-reference] can be easily accommodated using a blessed, > non-self-referential dummy head-node whose own object destructor severs > the links. > -- Tom Christiansen in <375143b5@cs.colorado.edu> -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 12:47:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.go2france.com (go2france.com [209.51.193.70]) by hub.freebsd.org (Postfix) with SMTP id F13461507B for ; Sun, 6 Jun 1999 12:47:37 -0700 (PDT) (envelope-from lconrad@Go2France.com) Received: from superviseur [62.161.63.210] by mail.go2france.com with ESMTP (SMTPD32-4.03) id AC50E2017E; Sun, 06 Jun 1999 14:22:08 EST5EDT Message-Id: <4.2.0.56.19990606214452.00a4c340@go2france.com> X-Sender: lconrad@go2france.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.56 (Beta) Date: Sun, 06 Jun 1999 21:46:56 +0200 To: freebsd-questions@freebsd.org From: Len Conrad Subject: G.703 PCI card In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, We're ordering a 34 megabits FO line from Level 3 and the local loop provider (not L3) only delivers via a G.703 interface. Anybody know where I can find a G.703 PCI card at 34 megabits (DS3) ? Thanks, Len To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 13: 6:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bouvreuil.cybercable.fr (bouvreuil.cybercable.fr [212.198.3.12]) by hub.freebsd.org (Postfix) with SMTP id 2A61714D5B for ; Sun, 6 Jun 1999 13:06:51 -0700 (PDT) (envelope-from herbelot@cybercable.fr) Received: (qmail 15552 invoked from network); 6 Jun 1999 20:06:49 -0000 Received: from d243.paris-21.cybercable.fr (HELO cybercable.fr) ([212.198.21.243]) (envelope-sender ) by bouvreuil.cybercable.fr (qmail-ldap-1.03) with SMTP for ; 6 Jun 1999 20:06:49 -0000 Message-ID: <375AD4D2.618DA7F@cybercable.fr> Date: Sun, 06 Jun 1999 22:06:42 +0200 From: Thierry Herbelot Organization: Les barbus =?iso-8859-1?Q?associ=E9s?=, Paris, France X-Mailer: Mozilla 4.5 [en] (X11; U; FreeBSD 3.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: /boot/loader on an ancient PC Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I'trying to reuse an ancient 386sx for a router I've loaded FreeBSD on two disks from another machine (using dump/restore on the working PC), so my 386sx just has to boot - normally I've kep a small DOS partition at the begining of the 1st disk and I've got BootEasy when I type F2 at booteasy's prompt, I get an error message (from the BIOS, because of the partition type ?) Non-system disk type any key to reboot when I try to boot from a floppy (with wd(2,a) in /boot.config), I get another message : Disk error 0x7 (lba=0x0) no /kernel What does this error message mean ? (knowing that it comes from /usr/src/sys/boot/i386/boot2/boot2.c does not help) Time to try PicoBSD, or is there a method to get past the boot2 error ? TIA TfH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 13:16:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.symmetron.com (mail.symmetron.com [206.239.186.66]) by hub.freebsd.org (Postfix) with ESMTP id 4411414BD4 for ; Sun, 6 Jun 1999 13:16:42 -0700 (PDT) (envelope-from John.Shue@symmetron.com) Received: from mail (mail.symmetron.com [127.0.0.1]) by mail.symmetron.com (Netscape Mail Server v2.02) with SMTP id AAA208 for ; Sun, 6 Jun 1999 16:19:09 -0400 Reply-To: From: John.Shue@symmetron.com (John A. Shue) To: Subject: SGI releases XFS to Open Source Community Date: Sun, 6 Jun 1999 16:19:09 -0400 Message-ID: <00ce01beb059$d5bec5e0$42baefce@mail.symmetron.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG A friend of mine (he's a Linux guy) pointed me to a recent article in InfoWorld about SGI making an announcement at the Linux Expo. SGI is going to release the code to XFS, SGI's journaling, 64-bit filesystem. SGI's press release: http://www.sgi.com/newsroom/press_releases/1999/may/xfs.html I just did a mail archive search on all the freebsd lists where I thought discussion of this event would be. I was surprised to find nothing relevant. (Although, I did find a few emails from Nov. '96 and also a few from Apr. '97 saying they wish FreeBSD had XFS). Is FreeBSD going to wait for Linux to port XFS and run XFS under our Linux emulator? Or is FreeBSD going to create a development group to port the XFS to FreeBSD? -john --------------- John A. Shue 4000 Legato Road, Suite 600 Fairfax, VA 22033 (703) 591-5559 (703) 591-6337 FAX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 13:37:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law2-f14.hotmail.com [216.32.181.14]) by hub.freebsd.org (Postfix) with SMTP id 7589114BF5 for ; Sun, 6 Jun 1999 13:37:33 -0700 (PDT) (envelope-from sdorey@hotmail.com) Received: (qmail 8448 invoked by uid 0); 6 Jun 1999 20:37:33 -0000 Message-ID: <19990606203733.8447.qmail@hotmail.com> Received: from 155.246.1.104 by www.hotmail.com with HTTP; Sun, 06 Jun 1999 13:37:32 PDT X-Originating-IP: [155.246.1.104] From: Sebastien Dorey To: freebsd-questions@FreeBSD.ORG Subject: 56k PC Card Fax/Modem Date: Sun, 06 Jun 1999 20:37:32 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I 've just bought a TDK's CyberExpress 5600 PC card FAX/MODEM. I have the OS FreeBSD 2.6 and I would like to use it with the OS. Could you tell me where I can find information which will help me to connect my PC card modem ? Thanx very much. _______________________________________________________________ Get Free Email and Do More On The Web. Visit http://www.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 13:45:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mta2.mail.telepac.pt (mail2.telepac.pt [194.65.3.54]) by hub.freebsd.org (Postfix) with ESMTP id 497D314BF5 for ; Sun, 6 Jun 1999 13:45:46 -0700 (PDT) (envelope-from jpedras@mail.telepac.pt) Received: from manecao.tafkap.priv ([194.65.203.14]) by mta2.mail.telepac.pt (InterMail v03.02.07 118-124-101) with ESMTP id <19990606204555.BPYS29529@manecao.tafkap.priv>; Sun, 6 Jun 1999 21:45:55 +0100 Content-Length: 1478 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <375A985F.78CE5A7@3-cities.com> Date: Sun, 06 Jun 1999 21:45:55 +0100 (BST) From: Joao Pedras To: Kent Stewart Subject: Re: postscript printer 4 FreeBSD Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Only the bigger models (from HP) seem to have PostScript 3. That would blow up the budget for this $:) Do you recomend printer(s) from other manufacturers ? What do you use ? On 06-Jun-99 Kent Stewart wrote: > > > Joao Pedras wrote: >> >> Hello all! >> >> I'm looking into buying a postscript printer for my workgroup. I am thinking >> about the Hp 2100M printer, which has postscript. Is someone using this one >> ? >> With what sucess ? > > The problem with the HP 2100m is that it is a Postscript 2 and 3 is the > current version. > > For a workgroup, I think the HP-4000 is a better printer. Unfortunately, > it is also Postscript 2. It has a heavier duty cycle. The most > significant benefit from the 4000, from my point of view, is that you > can also purchase a duplexer and print on both sides of the paper. I > hate manuals that I have to flip every page. Think of a copy of the > FreeBSD handbook in two 2" binders instead of 8" of binders. > > Kent ------------------------------------------------------------------------ Sent on 06-Jun-99 at 21:35:51 Powered by FreeBSD -> http://www.freebsd.org <- "The Power to Serve" PGP key available upon request or may be cut at http://members.tripod.com/fbsd/pgpkey.html ------------------------------------------------------------------------ You may be sure that when a man begins to call himself a "realist," he is preparing to do something he is secretly ashamed of doing. -- Sydney Harris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 14:12:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from kot.ne.mediaone.net (kot.ne.mediaone.net [24.218.12.203]) by hub.freebsd.org (Postfix) with ESMTP id BBF511513B for ; Sun, 6 Jun 1999 14:12:12 -0700 (PDT) (envelope-from mi@aldan.algebra.com) Received: from rtfm.newton (rtfm.newton [10.10.0.1]) by kot.ne.mediaone.net (8.9.1a/8.9.1) with ESMTP id RAA19224 for ; Sun, 6 Jun 1999 17:11:38 -0400 (EDT) From: Mikhail Teterin X-Relay-IP: 10.10.0.1 Received: (from mi@localhost) by rtfm.newton (8.9.3/8.9.1) id RAA84895 for questions@freebsd.org; Mon, 7 Jun 1999 17:14:31 -0400 (EDT) Message-Id: <199906072114.RAA84895@rtfm.newton> Subject: bootp and ``could not allocate llinfo'' To: questions@freebsd.org Date: Mon, 7 Jun 1999 17:14:30 -0400 (EDT) X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7w hJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli"; Sun, 6 Jun 1999 14:21:38 -0700 (PDT) (envelope-from wayne@crb.crb-web.com) Received: (qmail 8214 invoked by uid 1001); 6 Jun 1999 21:18:12 -0000 Date: Sun, 6 Jun 1999 17:18:11 -0400 (EDT) From: Wayne Cuddy Reply-To: wayne@crb-web.com To: FreeBSD Questions Subject: driver examples Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What do I need to install to get the examples device drivers on my system? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 14:38:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from stennis.ca.sandia.gov (stennis.ca.sandia.gov [146.246.243.44]) by hub.freebsd.org (Postfix) with ESMTP id 715B314FD6 for ; Sun, 6 Jun 1999 14:38:34 -0700 (PDT) (envelope-from bmah@stennis.ca.sandia.gov) Received: (from bmah@localhost) by stennis.ca.sandia.gov (8.9.3/8.9.3) id OAA02320; Sun, 6 Jun 1999 14:38:31 -0700 (PDT) Message-Id: <199906062138.OAA02320@stennis.ca.sandia.gov> X-Mailer: exmh version 2.1.0 04/14/1999 To: Joao Pedras Cc: Kent Stewart , freebsd-questions@FreeBSD.ORG Subject: Re: postscript printer 4 FreeBSD In-Reply-To: Your message of "Sun, 06 Jun 1999 21:45:55 BST." From: bmah@CA.Sandia.GOV (Bruce A. Mah) Reply-To: bmah@CA.Sandia.GOV X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Url: http://www.ca.sandia.gov/~bmah/ Mime-Version: 1.0 Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_748687008P"; micalg=pgp-md5; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Sun, 06 Jun 1999 14:38:30 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --==_Exmh_748687008P Content-Type: text/plain; charset=us-ascii If memory serves me right, Joao Pedras wrote: > Only the bigger models (from HP) seem to have PostScript 3. That would blow up > the budget for this $:) > > Do you recomend printer(s) from other manufacturers ? What do you use ? I'm using the HP LaserJet 6MP at home (which is the predecessor to the 2100M), and a bunch of LaserJet 5MP and 5Ns at work (the predecessor to the 4000). They "only" do PostScript Level 2, and this has sufficed for everything that I've tried to throw at them (ranging from gnupot and enscript under UNIX to random M$ programs' files printed via Samba). Any particular reason you need to have PostScript Level 3? Bruce. PS. I've been quite satisfied with both of these. YMMV. --==_Exmh_748687008P Content-Type: application/pgp-signature -----BEGIN PGP MESSAGE----- Version: 2.6.2 iQCVAwUBN1rqVqjOOi0j7CY9AQG3oAP+KbaRW4dxCLT8KYpKxoSdbOPhBBKZxPms FdOB8IQoNNIVCmEM1g8BB/qPJ1oc71XBgXzJjKtifdRZLO7TpsuuwasxqLUeS/08 fKjp7ZYV2oA+9+jAZBccvs82+pBQclnEEtOnpfSlQ6Dp8Q1GY0lS7fX5h7MK06Ck mZhVVs0BF3M= =egNj -----END PGP MESSAGE----- --==_Exmh_748687008P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 14:42:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from revolution.3-cities.com (revolution.3-cities.com [204.203.224.155]) by hub.freebsd.org (Postfix) with ESMTP id 2187E155C8 for ; Sun, 6 Jun 1999 14:42:07 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn1005.bossig.com [208.26.241.5]) by revolution.3-cities.com (8.9.3/8.9.3) with ESMTP id OAA09872; Sun, 6 Jun 1999 14:42:00 -0700 (PDT) Message-ID: <375AEB22.FAD0EF02@3-cities.com> Date: Sun, 06 Jun 1999 14:41:54 -0700 From: Kent Stewart Reply-To: kstewart@3-cities.com Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.51 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Joao Pedras Cc: freebsd-questions@FreeBSD.ORG Subject: Re: postscript printer 4 FreeBSD References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Joao Pedras wrote: > > Only the bigger models (from HP) seem to have PostScript 3. That would blow up > the budget for this $:) I'm looking like you are. I need a Postscript printer but keep wavering because of the Postscript 2 and 3 problem. I like HP hardware and only have problems with the initial software that goes out with some of their products. Xerox and Lexmark have Postscript printer's but I don't know what their duty cycle is. I really like the appearance from the 4000. I think you would get a similar appearance from the 2100m. The only thing you would miss is duplex printing but you could purchase two 2100m's for the price of a 4000 with duplexing added. I've talked people into buying the 4000 but just can't quite do it myself. I bought an HP-1600c when they were new models and regreted it after about two months. The printing by HP-89x's, which had 600x600 color, was so much better than 300x300 color from the 1600 was that there wasn't a comparison. Duty cycle on the 89x's was 1000 pages of black and 160 pages of color a month. I was printing more than 1000 pages of color a month. It was a question of durability or appearance and durability won. > > Do you recomend printer(s) from other manufacturers ? What do you use ? I use HP. I don't have any experience with any other printer manufacturer. Kent > > On 06-Jun-99 Kent Stewart wrote: > > > > > > Joao Pedras wrote: > >> > >> Hello all! > >> > >> I'm looking into buying a postscript printer for my workgroup. I am thinking > >> about the Hp 2100M printer, which has postscript. Is someone using this one > >> ? > >> With what sucess ? > > > > The problem with the HP 2100m is that it is a Postscript 2 and 3 is the > > current version. > > > > For a workgroup, I think the HP-4000 is a better printer. Unfortunately, > > it is also Postscript 2. It has a heavier duty cycle. The most > > significant benefit from the 4000, from my point of view, is that you > > can also purchase a duplexer and print on both sides of the paper. I > > hate manuals that I have to flip every page. Think of a copy of the > > FreeBSD handbook in two 2" binders instead of 8" of binders. > > > > Kent > > ------------------------------------------------------------------------ > Sent on 06-Jun-99 at 21:35:51 > Powered by FreeBSD -> http://www.freebsd.org <- "The Power to Serve" > PGP key available upon request or may be cut at > http://members.tripod.com/fbsd/pgpkey.html > ------------------------------------------------------------------------ > > You may be sure that when a man begins to call himself a "realist," he > is preparing to do something he is secretly ashamed of doing. > -- Sydney Harris -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 14:47: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from milkymoo.newtoy.com (rm02-24-29-199-226.ce.mediaone.net [24.29.199.226]) by hub.freebsd.org (Postfix) with ESMTP id 0AD3B14CB8 for ; Sun, 6 Jun 1999 14:46:59 -0700 (PDT) (envelope-from brian@pobox.com) Received: from pobox.com (IDENT:snowfox@localhost [127.0.0.1]) by milkymoo.newtoy.com (8.9.3/8.9.3) with ESMTP id QAA00808 for ; Sun, 6 Jun 1999 16:51:06 -0500 Message-ID: <375AED49.16BD4CD7@pobox.com> Date: Sun, 06 Jun 1999 16:51:05 -0500 From: Brian McGroarty X-Mailer: Mozilla 4.51 [en] (X11; I; Linux 2.2.5-15 i686) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Installing & Using SSH Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I feel like I'm missing something obvious here. I'm just trying to install and test SSH with RSA encryption. I've done this: As root: 1) make & install ssh from ports. The public server key is made as part of the 'make install' process 2) add "AllowHosts localhost" to sshd_config 3) shutdown -r now As user: 4) ssh-keygen 5) cd ~/.ssh & cp identity.pub authorized_keys 6) ssh -v localhost I get: SSH Version 1.2.26 [i386--freebsd3.2], protocol version 1.5. Compiled with RSAREF. massiveattack.foobar.com: Reading configuration data /usr/local/etc/ssh_config massiveattack.foobar.com: ssh_connect: getuid 1000 geteuid 0 anon 0 massiveattack.foobar.com: Allocated local port 1015. massiveattack.foobar.com: Connecting to 127.0.0.1 port 22. massiveattack.foobar.com: Connection established. massiveattack.foobar.com: Remote protocol version 1.5, remote software version 1.2.26 massiveattack.foobar.com: Waiting for server public key. Sorry, you are not allowed to connect. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 14:51:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from revolution.3-cities.com (revolution.3-cities.com [204.203.224.155]) by hub.freebsd.org (Postfix) with ESMTP id D50A414CB8 for ; Sun, 6 Jun 1999 14:51:49 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn1005.bossig.com [208.26.241.5]) by revolution.3-cities.com (8.9.3/8.9.3) with ESMTP id OAA10581; Sun, 6 Jun 1999 14:49:33 -0700 (PDT) Message-ID: <375AECE5.1ECF1FB5@3-cities.com> Date: Sun, 06 Jun 1999 14:49:25 -0700 From: Kent Stewart Reply-To: kstewart@3-cities.com Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.51 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: bmah@CA.Sandia.GOV Cc: Joao Pedras , freebsd-questions@FreeBSD.ORG Subject: Re: postscript printer 4 FreeBSD References: <199906062138.OAA02320@stennis.ca.sandia.gov> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Bruce A. Mah" wrote: > > If memory serves me right, Joao Pedras wrote: > > Only the bigger models (from HP) seem to have PostScript 3. That would blow up > > the budget for this $:) > > > > Do you recomend printer(s) from other manufacturers ? What do you use ? > > I'm using the HP LaserJet 6MP at home (which is the predecessor to the > 2100M), and a bunch of LaserJet 5MP and 5Ns at work (the predecessor to > the 4000). They "only" do PostScript Level 2, and this has sufficed for > everything that I've tried to throw at them (ranging from gnupot and > enscript under UNIX to random M$ programs' files printed via Samba). Any > particular reason you need to have PostScript Level 3? I think it is like buying a HP LJ II just after the III's came out and they had discontinued the II's. You are basically at EOL and it is only time until the software starts using features in the new version. I think that required about two years. Printed output suddenly started being noticeably different. I think that in business, your printed output is the first product someone will see. Even your envelopes add or subtract from your business persona. This could be a little bit overboard but I think that there are some real side effects. I completely argree with YMMV. It is a heads up decision that people have to make. They may never notice the difference. Kent > > Bruce. > > PS. I've been quite satisfied with both of these. YMMV. > > ------------------------------------------------------------------------ > Part 1.2Type: application/pgp-signature -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 14:56: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mta1.mail.telepac.pt (mail1.telepac.pt [194.65.3.53]) by hub.freebsd.org (Postfix) with ESMTP id 0993E14CB8 for ; Sun, 6 Jun 1999 14:55:58 -0700 (PDT) (envelope-from jpedras@mail.telepac.pt) Received: from manecao.tafkap.priv ([194.65.203.21]) by mta1.mail.telepac.pt (InterMail v03.02.07 118-124-101) with ESMTP id <19990606215606.BVWQ13659@manecao.tafkap.priv>; Sun, 6 Jun 1999 22:56:06 +0100 Content-Length: 1399 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Sun, 06 Jun 1999 22:56:07 +0100 (BST) From: Joao Pedras To: Doug White Subject: Re: apache13-php3 port Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello again, I've tried with port and without it. Building openssl stops ALWAYS in the same place. Don't know whatelse to try. Is it just me ? Joao On 04-Jun-99 Doug White wrote: >> On 01-Jun-99 Doug White wrote: >> > On Tue, 1 Jun 1999, Joao Pedras wrote: >> >> cc -o openssl -DMONOLITH -I../include -DTERMIOS -DL_ENDIAN -O -pipe -m486 >> >> -DSHA1_ASM -DMD5_ASM -DRMD160_ASM openssl.o verify.o asn1pars.o req.o >> >> dgst.o >> >> dh.o enc.o gendh.o errstr.o ca.o pkcs7.o crl2p7.o crl.o rsa.o dsa.o >> >> dsaparam.o x509.o genrsa.o gendsa.o s_server.o s_client.o speed.o >> >> s_time.o >> >> apps.o s_cb.o s_socket.o version.o sess_id.o ciphers.o nseq.o -L. -L.. >> >> -L../.. >> >> -L../../.. -L.. -lssl -L.. -lcrypto >> >> speed.o: In function `speed_main': >> >> speed.o(.text+0x1178): undefined reference to `RC4' >> >> ../libcrypto.a(sha1dgst.o): In function `SHA1_Update': >> > >> > Try rebuilding openssl. Apparently it missed the rsaref dependency. ------------------------------------------------------------------------ Sent on 06-Jun-99 at 22:54:31 Powered by FreeBSD -> http://www.freebsd.org <- "The Power to Serve" PGP key available upon request or may be cut at http://members.tripod.com/fbsd/pgpkey.html ------------------------------------------------------------------------ "That boy's about as sharp as a pound of wet liver" -- Foghorn Leghorn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 15: 5:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hal.nidlink.com (tnt132-110.nidlink.com [216.18.132.110]) by hub.freebsd.org (Postfix) with ESMTP id 3A10E1503E for ; Sun, 6 Jun 1999 15:05:31 -0700 (PDT) (envelope-from malpert@holdenz.com) Received: from hal.nidlink.com (localhost.nidlink.com [127.0.0.1]) by hal.nidlink.com (8.9.3/8.9.2) with ESMTP id PAA26932; Sun, 6 Jun 1999 15:09:34 -0700 (PDT) (envelope-from malpert@holdenz.com) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Sun, 06 Jun 1999 15:09:34 -0700 (PDT) Reply-To: malpert@holdenz.com From: Shawn Workman To: Joao Pedras Subject: Re: apache13-php3 port Cc: freebsd-questions@FreeBSD.ORG, Doug White Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have been having problems with apache13-php3 as well, I will re-run make install and see what happens.. On 06-Jun-99 Joao Pedras wrote: > Hello again, > > I've tried with port and without it. Building openssl stops ALWAYS in the > same > place. > > Don't know whatelse to try. > > Is it just me ? > > Joao > > On 04-Jun-99 Doug White wrote: >>> On 01-Jun-99 Doug White wrote: >>> > On Tue, 1 Jun 1999, Joao Pedras wrote: >>> >> cc -o openssl -DMONOLITH -I../include -DTERMIOS -DL_ENDIAN -O -pipe >>> >> -m486 >>> >> -DSHA1_ASM -DMD5_ASM -DRMD160_ASM openssl.o verify.o asn1pars.o req.o >>> >> dgst.o >>> >> dh.o enc.o gendh.o errstr.o ca.o pkcs7.o crl2p7.o crl.o rsa.o dsa.o >>> >> dsaparam.o x509.o genrsa.o gendsa.o s_server.o s_client.o speed.o >>> >> s_time.o >>> >> apps.o s_cb.o s_socket.o version.o sess_id.o ciphers.o nseq.o -L. -L.. >>> >> -L../.. >>> >> -L../../.. -L.. -lssl -L.. -lcrypto >>> >> speed.o: In function `speed_main': >>> >> speed.o(.text+0x1178): undefined reference to `RC4' >>> >> ../libcrypto.a(sha1dgst.o): In function `SHA1_Update': >>> > >>> > Try rebuilding openssl. Apparently it missed the rsaref dependency. > > ------------------------------------------------------------------------ > Sent on 06-Jun-99 at 22:54:31 > Powered by FreeBSD -> http://www.freebsd.org <- "The Power to Serve" > PGP key available upon request or may be cut at > http://members.tripod.com/fbsd/pgpkey.html > ------------------------------------------------------------------------ > > "That boy's about as sharp as a pound of wet liver" > -- Foghorn Leghorn > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 15:12: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mashie.force9.net (mashie.force9.net [195.166.128.30]) by hub.freebsd.org (Postfix) with SMTP id 6B8CE1503E for ; Sun, 6 Jun 1999 15:11:55 -0700 (PDT) (envelope-from banta@ghulam.force9.co.uk) Received: (qmail 17495 invoked from network); 6 Jun 1999 22:11:40 -0000 Received: from mayfly.plus.net.uk (HELO mayfly.force9.net) (195.166.128.28) by mashie.force9.net with SMTP; 6 Jun 1999 22:11:40 -0000 Received: (qmail 12327 invoked from network); 6 Jun 1999 22:17:04 -0000 Received: from 340.hiper02.shef.dialup.force9.net (HELO signup) (195.166.145.84) by mayfly.plus.net.uk with SMTP; 6 Jun 1999 22:17:04 -0000 From: "Ghulam Dastgir" To: Subject: Fetchmail problems Date: Mon, 7 Jun 1999 00:09:39 -0700 Message-ID: <01beb0b4$b5537520$LocalHost@signup> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01BEB07A.08F49D20" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0004_01BEB07A.08F49D20 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am having problems with my fetchmail. After the PPP link's up I type: $ fetchmail -u ghulam mail.force9.net Then I get the password prompt, after which the following output: fetchmail: IMAP connection to mail.force9.net failed: local error: = Connection refused fetchmail: 1 message for ghulam at mail.force9.net reading message 1 of 1 (2075 bytes) .fetchmail: SMTP connect to = voyager.ghulam.force9.co.uk failed: Operation timed out fetchmail: SMTP transaction error while fetching mail from = mail.force9.net Any ideas what the problem is here?? ------=_NextPart_000_0004_01BEB07A.08F49D20 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I am having problems with my = fetchmail. After=20 the PPP link's up I type:
 
$ fetchmail -u ghulam=20 mail.force9.net
 
Then I get the password prompt, = after which the=20 following output:
 
fetchmail: IMAP connection to = mail.force9.net=20 failed: local error: Connection refused
fetchmail: 1 message for ghulam at=20 mail.force9.net
reading message 1 of 1 (2075 bytes) = .fetchmail:=20 SMTP connect to voyager.ghulam.force9.co.uk failed: Operation timed=20 out
fetchmail: SMTP transaction error = while fetching=20 mail from mail.force9.net
 
Any ideas what the problem is=20 here??
------=_NextPart_000_0004_01BEB07A.08F49D20-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 15:25: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mta2-rme.xtra.co.nz (unknown [203.96.92.3]) by hub.freebsd.org (Postfix) with ESMTP id A138D150BA for ; Sun, 6 Jun 1999 15:25:02 -0700 (PDT) (envelope-from junkmale@pop3.xtra.co.nz) Received: from wocker ([210.55.152.36]) by mta2-rme.xtra.co.nz (InterMail v04.00.02.07 201-227-108) with SMTP id <19990606222718.COEX8785947.mta2-rme@wocker>; Mon, 7 Jun 1999 10:27:18 +1200 From: "Dan Langille" Organization: The FreeBSD Diary To: Brian McGroarty Date: Mon, 7 Jun 1999 10:24:31 +1200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Installing & Using SSH Reply-To: junkmale@xtra.co.nz Cc: freebsd-questions@freebsd.org In-reply-to: <375AED49.16BD4CD7@pobox.com> X-mailer: Pegasus Mail for Win32 (v3.01d) Message-Id: <19990606222718.COEX8785947.mta2-rme@wocker> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Was sshd running on the machine you were trying to connect to? I'm guessing after looking at my notes at: http://www.freebsddiary.org/freebsd/ssh.htm FWIW: I never touched sshd_config as I'm using tcp_wrappers. For that, I used /usr/local/etc/hosts.allow cheers On 6 Jun 99, at 16:51, Brian McGroarty wrote: > I feel like I'm missing something obvious here. I'm just trying to > install and test SSH with RSA encryption. > > I've done this: > > As root: > > 1) make & install ssh from ports. The public server key is made as > part of the 'make install' process > > 2) add "AllowHosts localhost" to sshd_config > > 3) shutdown -r now > > As user: > > 4) ssh-keygen > > 5) cd ~/.ssh & cp identity.pub authorized_keys > > 6) ssh -v localhost > > I get: > > SSH Version 1.2.26 [i386--freebsd3.2], protocol version 1.5. > Compiled with RSAREF. > massiveattack.foobar.com: Reading configuration data > /usr/local/etc/ssh_config > massiveattack.foobar.com: ssh_connect: getuid 1000 geteuid 0 anon 0 > massiveattack.foobar.com: Allocated local port 1015. > massiveattack.foobar.com: Connecting to 127.0.0.1 port 22. > massiveattack.foobar.com: Connection established. > massiveattack.foobar.com: Remote protocol version 1.5, remote software > version 1.2.26 massiveattack.foobar.com: Waiting for server public key. > Sorry, you are not allowed to connect. > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Dan Langille - DVL Software Limited The FreeBSD Diary - http://www.FreeBSDDiary.org/freebsd/ NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/ The Racing System - http://www.racingsystem.com/racingsystem.htm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 15:25:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cm-24-142-61-16.cableco-op.ispchannel.com (unknown [24.142.61.16]) by hub.freebsd.org (Postfix) with ESMTP id BD0FC155AB for ; Sun, 6 Jun 1999 15:25:36 -0700 (PDT) (envelope-from jwg@netbox.com) Received: from localhost (jwg@localhost) by cm-24-142-61-16.cableco-op.ispchannel.com (8.8.8/8.8.8) with ESMTP id PAA00209 for ; Sun, 6 Jun 1999 15:28:09 -0700 (PDT) (envelope-from jwg@netbox.com) X-Authentication-Warning: cm-24-142-61-16.cableco-op.ispchannel.com: jwg owned process doing -bs Date: Sun, 6 Jun 1999 15:28:09 -0700 (PDT) From: Jeff Gray X-Sender: jwg@cm-24-142-61-16.cableco-op.ispchannel.com To: Questions at FreeBSD Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Subscribe jwg jwg@cm-24-142-61-16.cableco-op.ispchannel.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 15:28:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sawasdee.cc.columbia.edu (sawasdee.cc.columbia.edu [128.59.59.136]) by hub.freebsd.org (Postfix) with ESMTP id 12E10150BA for ; Sun, 6 Jun 1999 15:28:23 -0700 (PDT) (envelope-from stuyman@confusion.net) Received: from confusion.net (dialup-9-9.cc.columbia.edu [128.59.36.213]) by sawasdee.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id SAA16095; Sun, 6 Jun 1999 18:28:20 -0400 (EDT) Message-ID: <375AF5EF.C20996CE@confusion.net> Date: Sun, 06 Jun 1999 18:27:59 -0400 From: Laurence Berland Organization: B.R.A.T.T. X-Mailer: Mozilla 4.5 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: Brian McGroarty Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Installing & Using SSH References: <375AED49.16BD4CD7@pobox.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You restarted, did you remember to restart sshd after that? Brian McGroarty wrote: > > I feel like I'm missing something obvious here. I'm just trying to > install and test SSH with RSA encryption. > > I've done this: > > As root: > > 1) make & install ssh from ports. The public server key is made as > part of the 'make install' process > > 2) add "AllowHosts localhost" to sshd_config > > 3) shutdown -r now > > As user: > > 4) ssh-keygen > > 5) cd ~/.ssh & cp identity.pub authorized_keys > > 6) ssh -v localhost > > I get: > > SSH Version 1.2.26 [i386--freebsd3.2], protocol version 1.5. > Compiled with RSAREF. > massiveattack.foobar.com: Reading configuration data > /usr/local/etc/ssh_config > massiveattack.foobar.com: ssh_connect: getuid 1000 geteuid 0 anon 0 > massiveattack.foobar.com: Allocated local port 1015. > massiveattack.foobar.com: Connecting to 127.0.0.1 port 22. > massiveattack.foobar.com: Connection established. > massiveattack.foobar.com: Remote protocol version 1.5, remote software > version 1.2.26 > massiveattack.foobar.com: Waiting for server public key. > Sorry, you are not allowed to connect. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Laurence Berland, Stuyvesant HS Debate <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> Windows 98: n. useless extension to a minor patch release for 32-bit extensions and a graphical shell for a 16-bit patch to an 8-bit operating system originally coded for a 4-bit microprocessor, written by a 2-bit company that can't stand for 1 bit of competition. http://stuy.debate.net icq #7434346 aol imer E1101 The above email Copyright (C) 1999 Laurence Berland All rights reserved To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 16: 3:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from l3mail2.netzero.net (mail2.lax.netzero.net [209.0.233.37]) by hub.freebsd.org (Postfix) with SMTP id ADED715413 for ; Sun, 6 Jun 1999 16:03:09 -0700 (PDT) (envelope-from Etalume@netzero.net) Received: (qmail 24925 invoked by uid 0); 6 Jun 1999 23:03:08 -0000 Received: from dialup-209.244.68.115.sandiego1.level3.net (HELO r2d2) (209.244.68.115) by mail2.lax.netzero.net with SMTP; 6 Jun 1999 23:03:08 -0000 From: Etalume@netzero.net To: freebsd-questions@FreeBSD.org Date: Sun, 6 Jun 1999 16:03:36 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Installing Xfree86-3.3.3.1 from an msdos partition ? X-mailer: Pegasus Mail for Win32 (v3.11) Message-Id: <19990606230309.ADED715413@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've installed freebsd 3.2 from C:\freebsd (msdos partition) successfully. But when I try to install xfree86 nothing happens. After freebsd was installed I run /stand/sysinstall again to install xfree86 but when its installing and goes on the "Fixing permissions on Xfree86 tree ... " screen, it goes back to the FreeBSD Configuration Menu. I know that c:\freebsd\Xf863331 is complete except for the PC98-Servers folder. How do I install Xfree86 ? Tried xfree86.org for some info but it seems to be down. HELP! =) ________________________________________________________ NetZero - We believe in a FREE Internet. Shouldn't you? Get your FREE Internet Access and Email at http://www.netzero.net/download/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 16:58:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 98E4214D20 for ; Sun, 6 Jun 1999 16:58:28 -0700 (PDT) (envelope-from dkelly@nospam.hiwaay.net) Received: from nospam.hiwaay.net (tnt8-216-180-14-155.dialup.HiWAAY.net [216.180.14.155]) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id SAA21124; Sun, 6 Jun 1999 18:58:22 -0500 (CDT) Received: from nospam.hiwaay.net (nospam.hiwaay.net [127.0.0.1]) by nospam.hiwaay.net (8.9.3/8.9.3) with ESMTP id SAA38873; Sun, 6 Jun 1999 18:37:37 -0500 (CDT) (envelope-from dkelly@nospam.hiwaay.net) Message-Id: <199906062337.SAA38873@nospam.hiwaay.net> X-Mailer: exmh version 2.0.2 2/24/98 To: John.Shue@symmetron.com Cc: questions@FreeBSD.ORG From: David Kelly Subject: Re: SGI releases XFS to Open Source Community In-reply-to: Message from John.Shue@symmetron.com (John A. Shue) of "Sun, 06 Jun 1999 16:19:09 EDT." <00ce01beb059$d5bec5e0$42baefce@mail.symmetron.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 06 Jun 1999 18:37:37 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John A. Shue writes: > A friend of mine (he's a Linux guy) pointed me to a recent article in InfoWorld about SGI > making an announcement at the Linux Expo. SGI is going to release the code to XFS, SGI's > journaling, 64-bit filesystem. > > SGI's press release: http://www.sgi.com/newsroom/press_releases/1999/may/xfs.html > > I just did a mail archive search on all the freebsd lists where I thought discussion of > this event would be. I was surprised to find nothing relevant. (Although, I did find a > few emails from Nov. '96 and also a few from Apr. '97 saying they wish FreeBSD had XFS). freebsd-chat had at least 8 messages on the topic starting 5/20/99. > Is FreeBSD going to wait for Linux to port XFS and run XFS under our Linux emulator? I doubt it as XFS really needs to be in kernel space, not user space. > Or is FreeBSD going to create a development group to port the XFS to FreeBSD? Something like that. When SGI releases the code the interested people will band together and do something. -- David Kelly N4HHE, dkelly@nospam.hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 17:29:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pimout2-int.prodigy.net (pimout2-ext.prodigy.net [207.115.59.113]) by hub.freebsd.org (Postfix) with ESMTP id 2A4A21561B for ; Sun, 6 Jun 1999 17:29:47 -0700 (PDT) (envelope-from tetsuya1@prodigy.net) Received: from bergen (RENOB102-02.splitrock.net [209.156.128.2]) by pimout2-int.prodigy.net (8.8.5/8.8.5) with SMTP id UAA64050; Sun, 6 Jun 1999 20:29:45 -0400 Message-ID: <000a01beb07d$1d98b420$02809cd1@bergen> From: "Tetsuya Watanabe" To: Subject: Question: FreeBSD3.x Date: Sun, 6 Jun 1999 17:31:40 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, Would you please answer the follwing queation? 1) Does FreeBSD3.x install itself onto a partition in a extended partition (in a DOS sense)? I would like FreeBSD to share a pc with other operating sytems such as Windows98, NT, and 2000b3. 2) Does FreeBSD 3.x have SMC EZNET-PCI ethernet card driver? I could not find the name in the compatible ssytem list. 3) Does FreeBSD 3.x work with the following configuration? Motherboard: Abit BM6 with "JN" bios (Intel 440BX chipsets) CPU: Pentium II Celeron 466A Video Card: Matrox MGA 2064W 4MB (old Millenium with latest bios) CDROM Drive: NEC 28C("Dell OEM" working fine with Win98/NT/2000) Sound Card: SoundBlaster16 Value PnP (CT2980) Ethernet Card: SMC 10Mbps PCI (EZNET-PCI) Modem: 3com-USR Sportster v.90 ISA if PnP was enabled 3 EIDE UDMA/33 HDDs(3.2GB, 4.3GB, and 6.3GB) Thank you for your time. Tetsuya To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 18:18:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from voyager.fisicc-ufm.edu (dhcp116.conference.usenix.org [209.179.127.116]) by hub.freebsd.org (Postfix) with ESMTP id B2DFD1507D for ; Sun, 6 Jun 1999 18:18:47 -0700 (PDT) (envelope-from obonilla@voyager.fisicc-ufm.edu) Received: (from obonilla@localhost) by voyager.fisicc-ufm.edu (8.9.3/8.9.3) id TAA04226; Sun, 6 Jun 1999 19:17:22 -0600 (CST) (envelope-from obonilla) Date: Sun, 6 Jun 1999 19:17:22 -0600 From: Oscar Bonilla To: vagner@ginger.dhis.org Cc: questions@FreeBSD.ORG Subject: Re: bin file Message-ID: <19990606191721.A4103@fisicc-ufm.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from vagner@ginger.dhis.org on Sat, Jun 05, 1999 at 10:26:54AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jun 05, 1999 at 10:26:54AM -0700, vagner@ginger.dhis.org wrote: > ok i am stupid... i got a file that > ends in .bin.gz so i gunzip it now > it is a .bin file, how do i > make it back into the original files from here? > try to use the file(1) command to find out what the file actually is. -- For PGP Public Key: finger obonilla@fisicc-ufm.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 18:20:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 3F8CC14DF0 for ; Sun, 6 Jun 1999 18:20:18 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id VAA11220; Sun, 6 Jun 1999 21:20:27 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199906070120.VAA11220@cc942873-a.ewndsr1.nj.home.com> Subject: Re: YP Passwords In-Reply-To: <375A967A.D7F1BFDC@visionpro.com> from "Brian D. McGrew" at "Jun 6, 99 08:40:42 am" To: brian@visionpro.com Date: Sun, 6 Jun 1999 21:20:27 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brian D. McGrew wrote, > Greets, > > I'm using FreeBSD-3.1 RELEASE. I setup my server as a > ypserver. Everything seemed to go smoothly. From the server 'bigguy', > I can ypcat all the map files, and ypwhich says it's bound to it's self > 'bigguy'. After the setup, all my local user logins had been > COPIED from /etc/passwd to /var/yp/passwd. This was a good thing.. So, > I removed all the local stuff from /etc/passwd. [SNIP] You did add a, +::::::::: Line to the editted /etc/passwd file? -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 18:25:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from staff.cs.usyd.edu.au (staff.cs.usyd.edu.au [129.78.8.1]) by hub.freebsd.org (Postfix) with SMTP id 8CBDE14DF0 for ; Sun, 6 Jun 1999 18:25:53 -0700 (PDT) (envelope-from mhenry@hons.cs.usyd.edu.au) Subject: 86open To: freebsd-questions@freebsd.org Date: Mon, 7 Jun 1999 11:25:48 +1000 (EST) From: "Michael Henry" X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 490 Message-Id: <19990607012554.8CBDE14DF0@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi everyone, Does anyone know what's happening with the 86Open project? (http://www.telly.org/86open/) The web-page is dated November, 1997, which suggests no-one's working on it. I mailed the webmaster, but didn't get a reply; I'd really like to see this get off the ground. Thanks, Michael -- ==================================================================== Michael Henry aviast AT hons.cs.usyd.edu.au "How do I use rtfm?" - clueless newbie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 18:43: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sandpit.caloundra.qld.gov.au (sandpit.caloundra.qld.gov.au [203.102.94.73]) by hub.freebsd.org (Postfix) with ESMTP id A53A614DF0 for ; Sun, 6 Jun 1999 18:43:02 -0700 (PDT) (envelope-from storm@entopia.com.au) Received: from terminator (admin2.cal.library [192.168.226.175] (may be forged)) by sandpit.caloundra.qld.gov.au (8.8.8/8.8.8) with SMTP id LAA23049; Mon, 7 Jun 1999 11:41:29 +1000 (EST) (envelope-from storm@entopia.com.au) Message-Id: <4.1.19990607113756.024b96b0@caloundra.qld.gov.au> X-Sender: mb240027f@mail.entopia.com.au (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Mon, 07 Jun 1999 11:40:11 +1000 To: Paul Nathan Puri , questions@freebsd.org From: storm Subject: Re: irc channels? In-Reply-To: <19990604201922.B30214@office.office.ompages.com,> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 01:19 PM 5/6/99 , Paul Nathan Puri wrote: >Is there an irc channel where FBSD users hang out? > >I don't want to bother developers, but if there is >a users channel I'd like to know. Thanks. >-- >NatePuri >Certified Law Student >Debian GNU/Linux Monk >McGeorge School of Law >Sacramento, CA >http://www.ompages.com/ >publisher@ompages.com I chat in #FreeBSD on the OzOrg network (http://www.oz.org/ - mainly AU servers). Cheers Shane To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 18:55:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from user1.channel1.com (user1.channel1.com [199.1.13.9]) by hub.freebsd.org (Postfix) with ESMTP id 6047614F89 for ; Sun, 6 Jun 1999 18:54:17 -0700 (PDT) (envelope-from pontz@channel1.com) Received: from user1.channel1.com (IDENT:pontz@user1.channel1.com [199.1.13.9]) by user1.channel1.com (8.9.3/8.9.3) with ESMTP id VAA07335; Sun, 6 Jun 1999 21:54:12 -0400 (EDT) Date: Sun, 6 Jun 1999 21:54:12 -0400 (EDT) From: Brian Pontz To: Alfred Perlstein Cc: Jason Evans , freebsd-questions@FreeBSD.ORG Subject: Re: Connecting to a network In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, Just wanted to let you all know that I solved the problem. I had this line in rc.conf ifconfig_lo0_alias0="inet 127.255.255.255 netmask 0xffffffff" I changed it to ifconfig_lo0_alias1="same as above" I had to put a 1 after alias instead of the 0 Thanks everyone who helped Brian Pontz Windows 95 32-bit extensions and a graphical shell for a 16-bit patch to an 8-bit operating system originally coded for a 4-bit microprocessor, written by a 2-bit company that can't stand for 1 bit of competition. On Sun, 6 Jun 1999, Alfred Perlstein wrote: > On Sun, 6 Jun 1999, Brian Pontz wrote: > > > Thanks... I did already have that set to 10.0.0.1 since that is the router > > when I use dialup. The one thing I see different when I do ifconfig -a on > > both mahines is that the broadcast for eth0 on the linux box is 10.0.0.0 > > and on the freeBSD box (ed1) it is 10.0.0.255 . Icant figure out how to > > make it 10.0.0.0 > > It shouldn't be .0, it should be .255 I don't know what Linux > is smoking, .0 is REALLY REALLY old way of doing the broadcast. :) > > Since everything _looks_ ok, i would suggest swapping the ethernet > calbe with one of the cables being used by 95 or Linux, you may > have a simple cabling problem. > > -Alfred > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 19:13:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 9426214F89 for ; Sun, 6 Jun 1999 19:13:37 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id VAA72352; Sun, 6 Jun 1999 21:13:10 -0500 (CDT) (envelope-from dan) Date: Sun, 6 Jun 1999 21:13:10 -0500 From: Dan Nelson To: cjclark@home.com Cc: brian@visionpro.com, freebsd-questions@FreeBSD.ORG Subject: Re: YP Passwords Message-ID: <19990606211309.A72273@dan.emsphone.com> References: <375A967A.D7F1BFDC@visionpro.com> <199906070120.VAA11220@cc942873-a.ewndsr1.nj.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: <199906070120.VAA11220@cc942873-a.ewndsr1.nj.home.com>; from "Crist J. Clark" on Sun Jun 6 21:20:27 GMT 1999 X-OS: FreeBSD 4.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Jun 06), Crist J. Clark said: > Brian D. McGrew wrote, > > I'm using FreeBSD-3.1 RELEASE. I setup my server as a > > ypserver. Everything seemed to go smoothly. From the server > > 'bigguy', I can ypcat all the map files, and ypwhich says it's > > bound to it's self 'bigguy'. After the setup, all my local user > > logins had been COPIED from /etc/passwd to /var/yp/passwd. This > > was a good thing.. So, I removed all the local stuff from > > /etc/passwd. > > [SNIP] > > You did add a, > > +::::::::: > > Line to the editted /etc/passwd file? Of course you meant to say: > You did run vipw as root and add a > > +::::::::: > > line? Nothing in FreeBSD uses /etc/passwd. (If you find something that does, submit a big report :) -Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 19:34:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from c523578-a.sttls1.wa.home.com (c523578-a.sttls1.wa.home.com [24.5.122.51]) by hub.freebsd.org (Postfix) with ESMTP id 73CBC14E9A for ; Sun, 6 Jun 1999 19:34:32 -0700 (PDT) (envelope-from tbackman@c523578-a.sttls1.wa.home.com) Received: from localhost (tbackman@localhost) by c523578-a.sttls1.wa.home.com (8.9.3/8.9.2) with ESMTP id TAA28783 for ; Sun, 6 Jun 1999 19:40:31 -0700 (PDT) (envelope-from tbackman@c523578-a.sttls1.wa.home.com) Date: Sun, 6 Jun 1999 19:40:31 -0700 (PDT) From: Todd Backman To: questions@freebsd.org Subject: getty Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Anyone know of a way to get around the following error (other than reinstalling)?: init: cant exec getty '/usr/libexec/getty' for port /devttyv0..4 no such file or directory My / is at 105%... ========================================================================= Todd Backman "there are two major products that came out of berkley: Geek and FreeBSD user lsd and unix. Seattle, WA we don't believe this to be "Chaos is a good teacher..." a coincidence." j.s.anderson ========================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 19:36:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from server4.reno.powernet.net (server4.reno.powernet.net [208.226.189.15]) by hub.freebsd.org (Postfix) with ESMTP id 6796F14E9A for ; Sun, 6 Jun 1999 19:36:46 -0700 (PDT) (envelope-from btrzynadlowski@powernet.net) Received: from p3-3.reno.powernet.net (p3-3.reno.powernet.net [208.226.189.123]) by server4.reno.powernet.net (8.9.0/8.8.5) with ESMTP id TAA10538 for ; Sun, 6 Jun 1999 19:36:37 -0700 (PDT) Date: Sun, 6 Jun 1999 19:32:51 -0700 (PDT) From: Bart Trzynadlowski X-Sender: btrzynadlowski@Brzuszek To: freebsd-questions@freebsd.org Subject: need help with pine Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I just noticed that when I send messages with pine it will set the return address as "btrzynadlowski@powernet.net" but my email is "trzy@powernet.net" I don't see any options in Pine to change the email address, how can I get it so it does not print my FreeBSD login name but uses my email account name? I'm not 100% sure it does it with email message but I am 100% positive that any message I send to usenet will have a return address of btrzynadlowski@powernet.net Thank you, Bart Trzynadlowski trzy@powernet.net <-- reply here To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 19:49:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web121.yahoomail.com (web121.yahoomail.com [205.180.60.129]) by hub.freebsd.org (Postfix) with SMTP id 6579E150DB for ; Sun, 6 Jun 1999 19:49:55 -0700 (PDT) (envelope-from rehzon@yahoo.com) Message-ID: <19990607025651.3466.rocketmail@web121.yahoomail.com> Received: from [171.209.118.87] by web121.yahoomail.com; Sun, 06 Jun 1999 19:56:51 PDT Date: Sun, 6 Jun 1999 19:56:51 -0700 (PDT) From: Jawad Subject: FreeBsd installation question To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi: I'm trying to install freebsd on my desktop system which already has win98. The only thing that stopped me installing it yet is whether all my peripheral devices would be supported by it or not. Here are the specs of my system: CPU: PENTIUM II RAM: 256 MB 100 MHZ SDRAM CDROM: TOSHIBA DVD ROM SD-M1202 VIDEO CARD: 16 MB STB nVidia TNT 3D AGP Graphics Card HARDDISK: MAXTOR 17.2 GB ULTRA ATA ( I have allocated 9 GB for win98 and rest is free ) MODEM: 3COM US Robotics V.90 PCI Telephony WinModem SOUND CARD: TURTLE BEACH MONTEGO II A3D 320 V ZIP DRIVE: IOMEGA ZIP 100 MB INTERNAL AND A EXTERNAL SCSI PHILIPS OMNI WRITER CD-RW DRIVE I would really appreciate if someone could tell me that all this hardware would be supported by freebsd. Also would all the required drivers would be on the installation CD or do i have to download the drivers for some of these devices from somewhere? Thank You. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 19:55:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mta2-rme.xtra.co.nz (unknown [203.96.92.3]) by hub.freebsd.org (Postfix) with ESMTP id CD67A14E9A for ; Sun, 6 Jun 1999 19:55:48 -0700 (PDT) (envelope-from junkmale@pop3.xtra.co.nz) Received: from wocker ([210.55.152.36]) by mta2-rme.xtra.co.nz (InterMail v04.00.02.07 201-227-108) with SMTP id <19990607025813.ERKL8785947.mta2-rme@wocker>; Mon, 7 Jun 1999 14:58:13 +1200 From: "Dan Langille" Organization: The FreeBSD Diary To: Jawad Date: Mon, 7 Jun 1999 14:55:46 +1200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: FreeBsd installation question Reply-To: junkmale@xtra.co.nz Cc: freebsd-questions@freebsd.org In-reply-to: <19990607025651.3466.rocketmail@web121.yahoomail.com> X-mailer: Pegasus Mail for Win32 (v3.01d) Message-Id: <19990607025813.ERKL8785947.mta2-rme@wocker> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 6 Jun 99, at 19:56, Jawad wrote: > I'm trying to install freebsd on my desktop system > which already has win98. The only thing that stopped > me installing it yet is whether all my peripheral > devices would be supported by it or not. Here are the > specs of my system: > > MODEM: 3COM US Robotics V.90 PCI Telephony WinModem WinModems are for Windows only. You should buy a real modem. -- Dan Langille - DVL Software Limited The FreeBSD Diary - http://www.FreeBSDDiary.org/freebsd/ NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/ The Racing System - http://www.racingsystem.com/racingsystem.htm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 20:13: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law2-f74.hotmail.com [216.32.181.74]) by hub.freebsd.org (Postfix) with SMTP id C5E0615292 for ; Sun, 6 Jun 1999 20:13:05 -0700 (PDT) (envelope-from sdorey@hotmail.com) Received: (qmail 35320 invoked by uid 0); 7 Jun 1999 03:13:05 -0000 Message-ID: <19990607031305.35319.qmail@hotmail.com> Received: from 155.246.1.104 by www.hotmail.com with HTTP; Sun, 06 Jun 1999 20:13:05 PDT X-Originating-IP: [155.246.1.104] From: Sebastien Dorey To: ilia@cgilh.chel.su, freebsd-questions@FreeBSD.ORG Subject: Re: prompt in csh and terminals Date: Mon, 07 Jun 1999 03:13:05 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >From: Ilia Chipitsine >To: Bart Trzynadlowski >CC: freebsd-questions@FreeBSD.ORG >Subject: Re: prompt in csh and terminals >Date: Sun, 6 Jun 1999 08:59:33 +0600 (ESS) > >On Sat, 5 Jun 1999, Bart Trzynadlowski wrote: > > > Hi, > > I have three simple questions. > > > > 1) How can I set the prompt in csh and sh so that it reflects the >current > > path... in zsh I got it working so it now looks like: > > > > /home/btrzynadlowski% > I already post an answer but I find another one: set prompt='%M- %~ >' %M gives the name ofthe machine %~ gives the current directory I hope it will help Seb _______________________________________________________________ Get Free Email and Do More On The Web. Visit http://www.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 20:25:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from voyager.fisicc-ufm.edu (pm237.conference.usenix.org [209.179.127.237]) by hub.freebsd.org (Postfix) with ESMTP id B194C14E0A for ; Sun, 6 Jun 1999 20:25:30 -0700 (PDT) (envelope-from obonilla@voyager.fisicc-ufm.edu) Received: (from obonilla@localhost) by voyager.fisicc-ufm.edu (8.9.3/8.9.3) id VAA00775; Sun, 6 Jun 1999 21:25:24 -0600 (CST) (envelope-from obonilla) Date: Sun, 6 Jun 1999 21:25:23 -0600 From: Oscar Bonilla To: Steve Howe Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Ex-buffoon seeks ATAPI CDROM advice Message-ID: <19990606212523.B679@fisicc-ufm.edu> References: <001301beaf78$4f666700$67b4883e@default> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <001301beaf78$4f666700$67b4883e@default>; from Steve Howe on Sat, Jun 05, 1999 at 06:24:19PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG this is weird, ATAPI CD-ROMS have been officialy supported for quite a while. could you send your kernel config file and harware specs of your CD-ROM to the list? Regards, -Oscar On Sat, Jun 05, 1999 at 06:24:19PM +0100, Steve Howe wrote: > Hi, > > first thanks to Oscar, Mark, Chris, Woody & Doug for the > useful advice last time I mailed this group. I eventually > successfully installed FreeBSD from a DOS (spit) partition. > > I am now able to do some unixy things. Hoorah! > > But now I want to get my hands on the ports residing on the > CDROMs. > > I am still having trouble getting the kernel to recognise > my CDROM though. > > As Doug pointed out last time round an ATAPI IDE CDROM, > while not supported in the novice installation, > is referenced in the GENERIC kernel. > > So in the MYKERNEL version (which I have now succesfully > built and installed 6 times!) I have uncommented-out the: > > options ATAPI > options ATAPI_STATIC > device wcd0 > > entries, while leaving, as advised on the web site, the > > controller wdc1 > disk wd2 > disk wd3 > > options which actually point at the relevant controller. > > At boot-up time however the kernel seems to make no attempt > to resolve the wcd0 device I've told it to in MYKERNEL, and > consequently I am not able to mount it after I've logged in. > > I had a search round the website and found one link which seemed > to suggest that the ATAPI interface was experimental and should be > regarded as alpha. So is this a problem in 2.2.8? > > Most advice gratefully received, > > thanks, > > Steve Howe > Harpenden > England (0 Sweden 0) > > -- For PGP Public Key: finger obonilla@fisicc-ufm.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 20:26:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 4776014E0A for ; Sun, 6 Jun 1999 20:26:52 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id XAA14708; Sun, 6 Jun 1999 23:27:11 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199906070327.XAA14708@cc942873-a.ewndsr1.nj.home.com> Subject: Re: FreeBsd installation question In-Reply-To: <19990607025651.3466.rocketmail@web121.yahoomail.com> from Jawad at "Jun 6, 99 07:56:51 pm" To: rehzon@yahoo.com (Jawad) Date: Sun, 6 Jun 1999 23:27:11 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jawad wrote, > Hi: > > I'm trying to install freebsd on my desktop system > which already has win98. The only thing that stopped > me installing it yet is whether all my peripheral > devices would be supported by it or not. Here are the > specs of my system: > > CPU: PENTIUM II > RAM: 256 MB 100 MHZ SDRAM > CDROM: TOSHIBA DVD ROM SD-M1202 > VIDEO CARD: 16 MB STB nVidia TNT 3D AGP Graphics Card Check http://www.xfree86.org. FreeBSD itself does not care about graphics cards. But if you want to run X... Check the X server does. > HARDDISK: MAXTOR 17.2 GB ULTRA ATA > ( I have allocated 9 GB for win98 and rest is free ) > MODEM: 3COM US Robotics V.90 PCI Telephony WinModem ^^^^^^^^ Dan already pointed out the evils of WinModems. It won't work for Linux either. Heck, does NT handle them? > SOUND CARD: TURTLE BEACH MONTEGO II A3D 320 V Last I knew, this card was not supported. IIRC, there is only one PCI driver of any type in an experimental stage. This may have changed. > ZIP DRIVE: IOMEGA ZIP 100 MB INTERNAL > AND A EXTERNAL SCSI PHILIPS OMNI WRITER CD-RW DRIVE -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 20:34:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from po2.wam.umd.edu (po2.wam.umd.edu [128.8.10.164]) by hub.freebsd.org (Postfix) with ESMTP id 2B2D714E0A for ; Sun, 6 Jun 1999 20:34:34 -0700 (PDT) (envelope-from culverk@wam.umd.edu) Received: from rac1.wam.umd.edu (root@rac1.wam.umd.edu [128.8.10.141]) by po2.wam.umd.edu (8.9.3/8.9.3) with ESMTP id XAA02970; Sun, 6 Jun 1999 23:34:19 -0400 (EDT) Received: from rac1.wam.umd.edu (sendmail@localhost [127.0.0.1]) by rac1.wam.umd.edu (8.9.3/8.9.3) with SMTP id XAA19656; Sun, 6 Jun 1999 23:34:18 -0400 (EDT) Received: from localhost by rac1.wam.umd.edu (8.9.3/8.9.3) with SMTP id XAA19652; Sun, 6 Jun 1999 23:34:18 -0400 (EDT) X-Authentication-Warning: rac1.wam.umd.edu: culverk owned process doing -bs Date: Sun, 6 Jun 1999 23:34:18 -0400 (EDT) From: Kenneth Wayne Culver To: "Crist J. Clark" Cc: Jawad , freebsd-questions@FreeBSD.ORG Subject: Re: FreeBsd installation question In-Reply-To: <199906070327.XAA14708@cc942873-a.ewndsr1.nj.home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Hi: > > > > I'm trying to install freebsd on my desktop system > > which already has win98. The only thing that stopped > > me installing it yet is whether all my peripheral > > devices would be supported by it or not. Here are the > > specs of my system: > > > > CPU: PENTIUM II > > RAM: 256 MB 100 MHZ SDRAM > > CDROM: TOSHIBA DVD ROM SD-M1202 > > VIDEO CARD: 16 MB STB nVidia TNT 3D AGP Graphics Card > > Check http://www.xfree86.org. FreeBSD itself does not care about > graphics cards. But if you want to run X... Check the X server does. > > > HARDDISK: MAXTOR 17.2 GB ULTRA ATA > > ( I have allocated 9 GB for win98 and rest is free ) > > MODEM: 3COM US Robotics V.90 PCI Telephony WinModem > ^^^^^^^^ > Dan already pointed out the evils of WinModems. It won't work for > Linux either. Heck, does NT handle them? > > > SOUND CARD: TURTLE BEACH MONTEGO II A3D 320 V > > Last I knew, this card was not supported. IIRC, there is only one PCI > driver of any type in an experimental stage. This may have changed. > Last I heard, Someone was working on the Turtle Beach Montego I driver (Aureal Vortex chip) but I havn't heard anything on it for a couple of weeks. > > ZIP DRIVE: IOMEGA ZIP 100 MB INTERNAL > > AND A EXTERNAL SCSI PHILIPS OMNI WRITER CD-RW DRIVE > -- > Crist J. Clark cjclark@home.com > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 20:53:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ice.winterzone.com (ice.winterzone.com [209.98.6.108]) by hub.freebsd.org (Postfix) with ESMTP id 47D7114CA9 for ; Sun, 6 Jun 1999 20:53:17 -0700 (PDT) (envelope-from jstock@winterzone.com) Received: from localhost (jstock@localhost [127.0.0.1]) by ice.winterzone.com (8.9.3/8.9.3) with ESMTP id WAA52880 for ; Sun, 6 Jun 1999 22:53:16 -0500 (CDT) (envelope-from jstock@winterzone.com) Date: Sun, 6 Jun 1999 22:53:16 -0500 (CDT) From: "Jeremy L. Stock" X-Sender: jstock@localhost To: freebsd-questions@freebsd.org Subject: Ports Question Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What is the following looking for/supposed to do? post-install: @if [ ! -f ${PREFIX}/info/dir ]; then \ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ fi @install-info ${PREFIX}/info/automake.info ${PREFIX}/info/dir This was taken from the Makefile for automake but quite a few other ports have it now and they all abort on it before being registered under 3.2-STABLE as of June 4th. I'm just been commenting these lines out but I'd appreciate knowing what's not set up correctly. -- Jeremy L. Stock To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 22:36:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pokey.local.net (tcs2-38.arl.netwalk.net [216.69.200.102]) by hub.freebsd.org (Postfix) with ESMTP id C788014F94 for ; Sun, 6 Jun 1999 22:36:17 -0700 (PDT) (envelope-from jmutter@netwalk.com) Received: from insomnia.local.net (insomnia.local.net [192.168.2.3]) by pokey.local.net (8.9.3/8.9.2) with ESMTP id BAA07834; Mon, 7 Jun 1999 01:35:53 -0400 (EDT) (envelope-from jmutter@insomnia.local.net) Date: Mon, 7 Jun 1999 01:39:31 -0400 (EDT) From: "James A. Mutter" Reply-To: jmutter@netwalk.com To: Bart Trzynadlowski Cc: freebsd-questions@freebsd.org Subject: Re: need help with pine In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Choose , , , and change the value to Reply-To: trzy@powernet.net. That's the extent of pine's functionality for changing the address. If you're interested, sendmail or procmail could completely rewrite your mail headers. On Sun, 6 Jun 1999, Bart Trzynadlowski wrote: :Hello, : I just noticed that when I send messages with pine it will set the :return address as "btrzynadlowski@powernet.net" but my email is :"trzy@powernet.net" : I don't see any options in Pine to change the email address, how :can I get it so it does not print my FreeBSD login name but uses my email :account name? : I'm not 100% sure it does it with email message but I am 100% :positive that any message I send to usenet will have a return address of :btrzynadlowski@powernet.net : :Thank you, : :Bart Trzynadlowski :trzy@powernet.net <-- reply here : : : : :To Unsubscribe: send mail to majordomo@FreeBSD.org :with "unsubscribe freebsd-questions" in the body of the message : : To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 22:51:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id E9A381558E for ; Sun, 6 Jun 1999 22:51:41 -0700 (PDT) (envelope-from mharo@area51.fremont.ca.us) Received: (from mharo@localhost) by area51.fremont.ca.us (8.9.3/8.9.2) id WAA02482 for questions@freebsd.org; Sun, 6 Jun 1999 22:51:41 -0700 (PDT) (envelope-from mharo) Date: Sun, 6 Jun 1999 22:51:41 -0700 From: Michael Haro To: questions@freebsd.org Subject: how to make lint (not LINT) work? Message-ID: <19990606225141.A2412@area51.fremont.ca.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm trying to use lint but it tells me.. lint: cannot find llib-lc.ln How do I make llib-lc.ln? /usr/libdata/lint/ is empty. I see that llib-lc.ln was removed from the repository in 1996 so I assume I'm suppost to create llib-lc.ln, but don't know how. It's creation should probably be part of make world. Also, make lint (when including bsd.prog.mk) does @${LINT} ${LINTFLAGS} ${CFLAGS} ${.ALLSRC} | more 2>&1 Should ${CFLAGS} be part of it? That is also messing me up. Thanks, Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 22:58:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from revolution.3-cities.com (revolution.3-cities.com [204.203.224.155]) by hub.freebsd.org (Postfix) with ESMTP id 39BBC156BF for ; Sun, 6 Jun 1999 22:58:45 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn1095.bossig.com [208.26.241.95]) by revolution.3-cities.com (8.9.3/8.9.3) with ESMTP id WAA09718; Sun, 6 Jun 1999 22:58:42 -0700 (PDT) Message-ID: <375B5F8B.A437C887@3-cities.com> Date: Sun, 06 Jun 1999 22:58:35 -0700 From: Kent Stewart Reply-To: kstewart@3-cities.com Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.51 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: junkmale@xtra.co.nz Cc: freebsd-questions@FreeBSD.ORG Subject: Re: PCI Modems (was FreeBsd installation question) References: <19990607025813.ERKL8785947.mta2-rme@wocker> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dan Langille wrote: > > On 6 Jun 99, at 19:56, Jawad wrote: > > > I'm trying to install freebsd on my desktop system > > which already has win98. The only thing that stopped > > me installing it yet is whether all my peripheral > > devices would be supported by it or not. Here are the > > specs of my system: > > > > > MODEM: 3COM US Robotics V.90 PCI Telephony WinModem > > WinModems are for Windows only. You should buy a real modem. Hi Dan, I was browsing at http://www.o2.net/~gromitkc/winmodem.html the other day and he had a notice that there are some PCI modems that have setups for Linux. It doesn't seem like it has been that long since the PCI Modems were all WinModems. Kent -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 23: 7:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ds9.dreamhaven.org (dt0f4nfc.san.rr.com [24.94.22.252]) by hub.freebsd.org (Postfix) with ESMTP id DA42714D88 for ; Sun, 6 Jun 1999 23:07:43 -0700 (PDT) (envelope-from data@ds9.dreamhaven.org) Received: from data (helo=localhost) by ds9.dreamhaven.org with local-esmtp (Exim 2.12 #2) id 10qsZS-00073I-00; Sun, 6 Jun 1999 23:07:42 -0700 Date: Sun, 6 Jun 1999 23:07:42 -0700 (PDT) From: Bryce Newall To: FreeBSD Questions List Cc: trv@dreamhaven.net Subject: Possible C library bug? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings! One of my users recently brought to my attention a possible bug in either the FreeBSD C compilers (cc and gcc), or one of the libraries. The bug has to do with attempting to close a file that was never successfully opened. In other words, with a statement something like: f = fopen("filename", "r"); If the fopen fails, for whatever reason, and f has a value of NULL, then this statement: flose(f); will return a segmentation fault, instead of simply not doing anything. Here is a piece of code that he wrote to test it: include /* Purpose: to test how fclose() handles NULL pointers. */ void main() { int iStat; FILE *fp; char szLine[BUFSIZ]; fp = fopen("doesnotexist.file", "r"); if (!fp) { iStat = fclose(fp); } else { fgets(szLine, BUFSIZ, fp); iStat = fclose(fp); } } I logged into his account, and performed the following tests: (The file above is the one called testgcc.c) trv@calico:/home/trv/src>% cc -o testcc testgcc.c trv@calico:/home/trv/src>% gcc -o testgcc testgcc.c trv@calico:/home/trv/src>% ./testcc Segmentation fault (core dumped) trv@calico:/home/trv/src>% ./testgcc Segmentation fault (core dumped) trv@calico:/home/trv/src>% uname -a FreeBSD calico.dreamhaven.net 3.1-STABLE FreeBSD 3.1-STABLE #4: Thu May 13 16:50:23 MDT 1999 root@calico.dreamhaven.net:/usr/src/sys/compile/CALICO i386 As you can see, the program dumped core both with cc and gcc. I made the same test on a Linux system: bahamut:/root# cc -o testcc testgcc.c bahamut:/root# gcc -o testgcc testgcc.c bahamut:/root# ./testcc bahamut:/root# ./testgcc bahamut:/root# uname -a Linux bahamut 2.0.35 #5 Sun Dec 13 08:57:24 EST 1998 i586 No problem there. Same thing with a Solaris machine, aside from a gcc compiler warning: [9]newall@rohan:/home/ma/t/newall % cc -o testcc testgcc.c [10]newall@rohan:/home/ma/t/newall % gcc -o testgcc testgcc.c testgcc.c: In function `main': testgcc.c:6: warning: return type of `main' is not `int' [11]newall@rohan:/home/ma/t/newall % ./testcc [12]newall@rohan:/home/ma/t/newall % ./testgcc [13]newall@rohan:/home/ma/t/newall % uname -a SunOS rohan 5.6 Generic_105181-14 sun4u sparc SUNW,Ultra-Enterprise Perhaps there's a compiler flag that is required under FreeBSD, but not under these other OS's? Or do you think this may indeed be a bug? Thanks for your time! ********************************************************************** * Bryce Newall * Email: data@dreamhaven.net * * WWW: http://www.dreamhaven.net/~data * ICQ: 32620929 * * "Insanity takes its toll. Please have exact change." * ********************************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 23:16: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id E8D7915185 for ; Sun, 6 Jun 1999 23:16:06 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id BAA74916; Mon, 7 Jun 1999 01:15:55 -0500 (CDT) (envelope-from dan) Date: Mon, 7 Jun 1999 01:15:54 -0500 From: Dan Nelson To: Bryce Newall Cc: FreeBSD Questions List , trv@dreamhaven.net Subject: Re: Possible C library bug? Message-ID: <19990607011554.A74753@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: ; from "Bryce Newall" on Sun Jun 6 23:07:42 GMT 1999 X-OS: FreeBSD 4.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Jun 06), Bryce Newall said: > Greetings! > > One of my users recently brought to my attention a possible bug in > either the FreeBSD C compilers (cc and gcc), or one of the libraries. > The bug has to do with attempting to close a file that was never > successfully opened. In other words, with a statement something > like: > > f = fopen("filename", "r"); > > If the fopen fails, for whatever reason, and f has a value of NULL, > then this statement: > > flose(f); > > will return a segmentation fault, instead of simply not doing anything. Passing a NULL to fclose() results in undefined behaviour, since fclose closes open filehandles, and NULL isn't. Under FreeBSD, this means "segfault". This is similar to passing NULL to strcpy(). From the fclose manpage: NOTES fclose() does not handle NULL arguments; they will result in a segmentation violation. This is intentional - it makes it easier to make sure programs written under FreeBSD are bug free. This behaviour is an implementation detail, and programs should not rely upon it. -Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 6 23:21: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ds9.dreamhaven.org (dt0f4nfc.san.rr.com [24.94.22.252]) by hub.freebsd.org (Postfix) with ESMTP id E1A1E15185 for ; Sun, 6 Jun 1999 23:20:59 -0700 (PDT) (envelope-from data@ds9.dreamhaven.org) Received: from data (helo=localhost) by ds9.dreamhaven.org with local-esmtp (Exim 2.12 #2) id 10qsmI-00074t-00 for freebsd-questions@freebsd.org; Sun, 6 Jun 1999 23:20:58 -0700 Date: Sun, 6 Jun 1999 23:20:43 -0700 (PDT) From: Bryce Newall To: freebsd@dreamhaven.net Cc: trv@dreamhaven.net Subject: Re: Possible C library bug? In-Reply-To: <19990607011554.A74753@dan.emsphone.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 7 Jun 1999, Dan Nelson wrote: > NOTES > fclose() does not handle NULL arguments; they will result in a > segmentation violation. This is intentional - it makes it easier > to make sure programs written under FreeBSD are bug free. This > behaviour is an implementation detail, and programs should not > rely upon it. Heh, doh... I should've checked the man page first. :) I don't think of that, though, since I don't really do any C programming myself. Thanks for clearing it up for us, though! ********************************************************************** * Bryce Newall * Email: data@dreamhaven.net * * WWW: http://www.dreamhaven.net/~data * ICQ: 32620929 * * "Insanity takes its toll. Please have exact change." * ********************************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 0: 9: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from netdoor.com (netdoor.com [208.137.128.6]) by hub.freebsd.org (Postfix) with ESMTP id E4D8915046 for ; Mon, 7 Jun 1999 00:09:03 -0700 (PDT) (envelope-from dougj@netdoor.com) Received: from compuschmam (port65.jxn.netdoor.com [208.137.132.65]) by netdoor.com (8.9.3/8.9.3) with SMTP id CAA16607; Mon, 7 Jun 1999 02:09:02 -0500 (CDT) Message-ID: <000501beb0b4$a4c490e0$418489d0@compuschmam> From: "Doug Jennings" To: Subject: silo overflow errors Date: Mon, 7 Jun 1999 02:08:58 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Argh. After finally getting user ppp to work, I keep running into the following problem. Once I establish a ppp connection and I try to send/receive any data whatsoever (for example, opening a telnet session), I get the message: /kernel: sio0: 1 more silo overflow (total 1) The 'total' goes up each time I send/receive any data (for example, if I issue a "ls" command in the telnet session and have to receive the output of that). It slows down my 28800 modem to an absolute crawl. Any ideas on a fix for this? I am running a fresh installation of FreeBSD 3.1 and I am using an external USR v.everything courier modem. I know that it has to do with some buffering issue -- I just don't know how to fix it. Any ideas would be appreciated. Thanks, -Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 0:33:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from lanfear.nidlink.com (lanfear.nidlink.com [216.18.128.7]) by hub.freebsd.org (Postfix) with ESMTP id C102D152CC for ; Mon, 7 Jun 1999 00:33:35 -0700 (PDT) (envelope-from malpert@holdenz.com) Received: from enaila.nidlink.com (root@enaila.nidlink.com [216.18.128.8]) by lanfear.nidlink.com (8.9.0/8.9.0) with ESMTP id AAA21356; Mon, 7 Jun 1999 00:33:32 -0700 (PDT) Received: from hal.bsdguy.com (tnt132-176.nidlink.com [216.18.132.176]) by enaila.nidlink.com (8.9.0/8.9.0) with ESMTP id AAA20914; Mon, 7 Jun 1999 00:33:30 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) In-Reply-To: Date: Mon, 07 Jun 1999 00:37:40 -0700 (PDT) Reply-To: malpert@holdenz.com From: Shawn Workman To: freebsd-questions@freebsd.org Subject: RE: Possible C library bug? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 07-Jun-99 Bryce Newall wrote: > Greetings! > > One of my users recently brought to my attention a possible bug in either > the FreeBSD C compilers (cc and gcc), or one of the libraries. The bug > has to do with attempting to close a file that was never successfully > opened. In other words, with a statement something like: > > f = fopen("filename", "r"); > > If the fopen fails, for whatever reason, and f has a value of NULL, then > this statement: > > flose(f); > > will return a segmentation fault, instead of simply not doing anything. > > Here is a piece of code that he wrote to test it: > > include > > /* Purpose: to test how fclose() handles NULL pointers. > */ > > void main() { > int iStat; > FILE *fp; > char szLine[BUFSIZ]; > > fp = fopen("doesnotexist.file", "r"); > > if (!fp) { > iStat = fclose(fp); > } else { > fgets(szLine, BUFSIZ, fp); > iStat = fclose(fp); > } > } > Call me old fashioned but in all of my coding exploits if the file does not get opened then it should not be closed. Using your above example this is how I would have written it: #include /* Purpose: to test how fclose() handles NULL pointers. */ void main() { int iStat; FILE *fp; char fname[40] = "doesnotexist.file"; char szLine[BUFSIZ]; if (!(fp=fopen(fname,"r"))) { /* Could not open file send message then return. */ printf("Could not open the file %s!!.",fname); } else { fgets(szLine, BUFSIZ, fp); iStat = fclose(fp); } } In my opinion purposely trying to close a file that was not actually opened is like trying to clear or access memory that was not allocated in the first place. Just asking for trouble in my opinion. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 1:32:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from volodya.prime.net.ua (volodya.prime.net.ua [195.64.229.17]) by hub.freebsd.org (Postfix) with ESMTP id 3175414D12 for ; Mon, 7 Jun 1999 01:32:33 -0700 (PDT) (envelope-from andyo@prime.net.ua) Received: from prime.net.ua (localhost [127.0.0.1]) by volodya.prime.net.ua (8.9.3/8.8.8) with ESMTP id KAA00411 for ; Mon, 7 Jun 1999 10:51:35 +0300 (EEST) (envelope-from andyo@prime.net.ua) Message-ID: <375B7A05.6E0C33DD@prime.net.ua> Date: Mon, 07 Jun 1999 10:51:33 +0300 From: "Andy V. Oleynik" Organization: M-Info X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.2-BETA i386) X-Accept-Language: ru, en MIME-Version: 1.0 Cc: freebsd-questions@FreeBSD.ORG Subject: Re: question regarding 3.1-stable and drifting time clock. References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've expirienced same behavor with 2 new 3.2-S boxes. last is 4th June installed from ukrainian ftp. I'm sure its not a hardware. This is pieces from dmesg. Both are accurate for CPUs we have: Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 90040066 Hz Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 74539404 Hz And as far as I realized there is still no workeround? Doug White wrote: > On Wed, 2 Jun 1999, Oliver Stockhammer wrote: > > > > > Hello, > > I am running 3.1-stable on a Pentium 90. I get a wicked time > > drift, something like 5 minutes fast every hour. It is not my bios clock > > as that is keeping correct time (it is set to UTC). > > You too, eh? When you boot up, you should get a line like: > > Timecounter "TSC" frequency 100228262 Hz > > What does it report for the freq? > > Something is up with the 3.X TSC calibration and it causes timewarping > clocks. > > I am running xntpd to > > attempt to stop this and it is locally synching to another FBSD box which > > is keeping accurate time. I have run tzsetup and set it to UTC as well > > with EDT as the timezone. > > When xntpd starts up it seems to be fine: > > > > Jun 2 16:10:37 ary xntpd[106]: xntpd version=3.4e (beta multicast); > > Mon Feb 15 10:12:13 GMT 1999 (1) > > Jun 2 16:10:37 ary xntpd[106]: tickadj = 5, tick = 10000, > > tvu_maxslew = 495 > > > > But upon inspection of the time about an hour later, the clock has > > drifted again 5 minutes fast and continues to drift about 5 minutes/hour. > > There is no other logging in /var/log/messages from xntpd after > > starting it. > > xntpd can slew it only so much. I'm trying xntpd on another problem box > but I'm not sure it can keep up. > > > If I restart the machine and check the bios it is correctly set to > > UTC and the accurate time. Is this a bug with 3.1-stable or am I missing > > something? > > I'm not sure if this is due to flaky PC hardware or if it's an actual bug. > Our P90 thinks it's a P87.5. I think I'll enter a PR on it to get the > ball rolling. > > Doug White > Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve > http://gladstone.uoregon.edu/~dwhite | www.freebsd.org > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- WBW Andy V. Oleynik (When U work in virtual office U have good chance to obtain virtual money Ж%-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 1:36:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hermes.axis.de (hermes.axis.de [194.163.241.7]) by hub.freebsd.org (Postfix) with SMTP id 328C114D12 for ; Mon, 7 Jun 1999 01:36:38 -0700 (PDT) (envelope-from maret@axis.de) Received: from erlangen01.axis.de by hermes.axis.de via smtpd (for hub.FreeBSD.ORG [204.216.27.18]) with SMTP; 7 Jun 1999 08:36:38 UT Received: (private information removed) Message-ID: <91DA20EC3C3DD211833400A0245A4EA9BA0E9D@erlangen01.axis.de> From: Alexander Maret To: "'freebsd-questions@FreeBSD.ORG'" Subject: What are these kernel messages?? Date: Mon, 7 Jun 1999 10:36:36 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, can ne1 help me? I got the following kernel messages and don't know what they mean. Jun 5 21:05:01 mail /kernel: 128 v_inactive_target R *Handler Int Jun 5 21:05:01 mail /kernel: 129 v_inactive_count R *Handler Int Jun 5 21:05:01 mail /kernel: 130 v_cache_count R *Handler Int Jun 5 21:05:01 mail /kernel: 131 v_cache_min R *Handler Int Jun 5 21:05:01 mail /kernel: 132 v_cache_max R *Handler Int Jun 5 21:05:01 mail /kernel: 133 v_pageout_free_min R *Handler Int Jun 5 21:05:01 mail /kernel: 134 v_interrupt_free_min R *Handler Int Jun 5 21:05:02 mail /kernel: 102 misc RW Node Jun 5 21:05:02 mail /kernel: 100 zero_page_count R *Handler Int Jun 5 21:05:02 mail /kernel: 101 cnt_prezero R *Handler Int Jun 5 21:05:02 mail /kernel: 114 pageout_stats_max RW *Handler Int Jun 5 21:05:02 mail /kernel: 115 pageout_full_stats_interval RW *Handler Int Jun 5 21:05:02 mail /kernel: 116 pageout_stats_interval RW *Handler Int Jun 5 21:05:02 mail /kernel: 117 pageout_stats_free_max RW *Handler Int Jun 5 21:05:02 mail /kernel: 118 swap_idle_enabled RW *Handler Int Jun 5 21:05:02 mail /kernel: 119 defer_swapspace_pageouts RW *Handler Int Jun 5 21:05:02 mail /kernel: 120 disable_swapspace_pageouts RW *Handler Int Jun 5 21:05:02 mail /kernel: 121 max_page_launder RW *Handler Int Jun 5 21:05:02 mail /kernel: 122 zone R *Handler String Jun 5 21:05:02 mail /kernel: 123 zone_kmem_pages R *Handler Int Jun 5 21:05:02 mail /kernel: 124 zone_kmem_kvaspace R *Handler Int Jun 5 21:05:02 mail /kernel: 125 zone_kern_pages R *Handler Int Jun 5 21:05:02 mail /kernel: 3 vfs RW Node Jun 5 21:05:02 mail /kernel: 0 generic R *Handler Node Jun 5 21:05:02 mail /kernel: 100 numdirtybuffers R *Handler Int Jun 5 21:05:02 mail /kernel: 101 lodirtybuffers RW *Handler Int Jun 5 21:05:02 mail /kernel: 10 Jun 5 21:05:02 mail /kernel: 2 hidirtybuffers RW *Handler Int Jun 5 21:05:02 mail /kernel: 103 numfreebuffers R *Handler Int Jun 5 21:05:02 mail /kernel: 104 lofreebuffers RW *Handler Int Jun 5 21:05:02 mail /kernel: 105 hifreebuffers RW *Handler Int Jun 5 21:05:02 mail /kernel: 106 maxbufspace RW *Handler Int Jun 5 21:05:02 mail /kernel: 107 bufspace R *Handler Int Jun 5 21:05:02 mail /kernel: 108 maxvmiobufspace RW *Handler Int Jun 5 21:05:02 mail /kernel: 109 vmiospace R *Handler Int Jun 5 21:05:02 mail /kernel: 110 maxmallocbufspace RW *Handler Int Jun 5 21:05:02 mail /kernel: 111 bufmallocspace R *Handler Int Jun 5 21:05:02 mail /kernel: 112 kvafreespace R *Handler Int Jun 5 21:05:02 mail /kernel: 113 cache RW Node Jun 5 21:05:02 mail /kernel: 100 numneg R *Handler Int Jun 5 21:05:02 mail /kernel: 101 numcache R *Handler Int Jun 5 21:05:02 mail /kernel: 102 numcalls R *Handler Int Jun 5 21:05:02 mail /kernel: 103 dothits R *Handler Int Jun 5 21:05:02 mail /kernel: 104 dotdothits R *Handler Int Jun 5 21:05:02 mail /kernel: 105 numchecks R *Handler Int Jun 5 21:05:02 mail /kernel: 106 nummiss R *Handler Int Jun 5 21:05:02 mail /kernel: 107 nummisszap R *Handler Int Jun 5 21:05:02 mail /kernel: 108 numposzaps R *Handler Int Jun 5 21:05:02 mail /kernel: 109 numposhits R *Handler Int Jun 5 21:05:02 mail /kernel: 110 numnegzaps R *Handler Int Jun 5 21:05:02 mail /kernel: 111 numneghits R *Handler Int Jun 5 21:05:02 mail /kernel: 112 numcwdcalls R *Handler Int Jun 5 21:05:03 mail /kernel: 113 numcwdfail1 R *Handler Int Jun 5 21:05:03 mail /kernel: 114 numcwdfail2 R *Handler Int Jun 5 21:05:03 mail /kernel: 115 numcwdfail3 R *Handler Int Jun 5 21:05:03 mail /kernel: 116 numcwdfail4 R *Handler Int Jun 5 21:05:03 mail /kernel: 117 numcwdfound R *Handl Jun 5 21:05:03 mail /kernel: er Int Jun 5 21:05:03 mail /kernel: 114 mod0 R *Handler Int Jun 5 21:05:03 mail /kernel: 115 mod1 R *Handler Int Jun 5 21:05:03 mail /kernel: 116 usermount RW *Handler Int Jun 5 21:05:03 mail /kernel: 117 aio RW Node Jun 5 21:05:03 mail /kernel: 100 max_aio_per_proc RW *Handler Int Jun 5 21:05:03 mail /kernel: 101 max_aio_queue_per_proc RW *Handler Int Jun 5 21:05:03 mail /kernel: 102 max_aio_procs RW *Handler Int Jun 5 21:05:03 mail /kernel: 103 num_aio_procs R *Handler Int Jun 5 21:05:03 mail /kernel: 104 num_queue_count R *Handler Int Jun 5 21:05:03 mail /kernel: 105 max_aio_queue RW *Handler Int Jun 5 21:05:03 mail /kernel: 106 target_aio_procs RW *Handler Int Jun 5 21:05:03 mail /kernel: 107 max_buf_aio RW *Handler Int Jun 5 21:05:03 mail /kernel: 108 num_buf_aio R *Handler Int Jun 5 21:05:03 mail /kernel: 109 aiod_lifetime RW *Handler Int Jun 5 21:05:03 mail /kernel: 110 aiod_timeout RW *Handler Int Jun 5 21:05:03 mail /kernel: 118 ffs RW Node Jun 5 21:05:03 mail /kernel: 3 doreallocblks RW *Handler Int Jun 5 21:05:03 mail /kernel: 4 doasyncfree RW *Handler Int Jun 5 21:05:03 mail /kernel: 4 net RW Node Jun 5 21:05:03 mail /kernel: 1 local RW Node Jun 5 21:05:03 mail /kernel: 1 stream RW Node Jun 5 21:05:03 mail /kernel: 100 sendspace RW *Handler Int Jun 5 21:05:03 mail /kernel: 101 recvspace RW *Handler Int Jun 5 21:05:03 mail /kernel: 102 pcblist R *Handler Jun 5 21:05:03 mail /kernel: 2 dgram RW Node Jun 5 21:05:03 mail /kernel: 100 maxdgram RW *Handler Int Jun 5 21:05:03 mail /kernel: 101 recvspace RW *Handler Int Jun 5 21:05:03 mail /kernel: 102 pcblist R *Handler Jun 5 21:05:03 mail /kernel: 102 inflight R *Handler Int Jun 5 21:05:03 mail /kernel: 2 inet RW Node Jun 5 21:05:03 mail /kernel: 0 ip RW Node Jun 5 21:05:03 mail /kernel: 0 portrange RW Node Jun 5 21:05:04 mail /kernel: 100 lowfirst RW * Jun 5 21:05:04 mail /kernel: Handler Int Jun 5 21:05:04 mail /kernel: 101 lowlast RW *Handler Int Jun 5 21:05:04 mail /kernel: 102 first RW *Handler Int Jun 5 21:05:04 mail /kernel: 103 last RW *Handler Int Jun 5 21:05:04 mail /kernel: 104 hifirst RW *Handler Int Jun 5 21:05:04 mail /kernel: 105 hilast RW *Handler Int Jun 5 21:05:04 mail /kernel: 1 forwarding RW *Handler Int Jun 5 21:05:04 mail /kernel: 2 redirect RW *Handler Int Jun 5 21:05:04 mail /kernel: 3 ttl RW *Handler Int Jun 5 21:05:04 mail /kernel: 5 rtexpire RW *Handler Int Jun 5 21:05:04 mail /kernel: 6 rtminexpire RW *Handler Int Jun 5 21:05:04 mail /kernel: 7 rtmaxcache RW *Handler Int Jun 5 21:05:04 mail /kernel: 8 sourceroute RW *Handler Int Jun 5 21:05:04 mail /kernel: 10 intr_queue_maxlen R *Handler Int Jun 5 21:05:04 mail /kernel: 11 intr_queue_drops R *Handler Int Jun 5 21:05:04 mail /kernel: 12 stats R *Handler Opaque/struct Jun 5 21:05:04 mail /kernel: 13 accept_sourceroute RW *Handler Int Jun 5 21:05:04 mail /kernel: 14 fastforwarding RW *Handler Int Jun 5 21:05:04 mail /kernel: 114 subnets_are_local RW *Handler Int Jun 5 21:05:04 mail /kernel: 1 icmp RW Node Jun 5 21:05:04 mail /kernel: 1 maskrepl RW *Handler Int Jun 5 21:05:04 mail /kernel: 2 stats R *Handler Opaque/struct Jun 5 21:05:04 mail /kernel: 3 icmplim R *Handler Int Jun 5 21:05:04 mail /kernel: 103 bmcastecho RW *Handler Int Jun 5 21:05:04 mail /kernel: 2 igmp RW Node Jun 5 21:05:04 mail /kernel: 1 stats R *Handler Opaque/struct Jun 5 21:05:04 mail /kernel: 6 tcp RW Node Jun 5 21:05:04 mail /kernel: 1 rfc1323 RW *Handler Int Jun 5 21:05:04 mail /kernel: 2 rfc1644 RW *Handler Int Jun 5 21:05:04 mail /kernel: 3 mssdflt RW *Handler Int Jun 5 21:05:04 mail /kernel: 4 stats Jun 5 21:05:04 mail /kernel: R *Handler Opaque/struct Jun 5 21:05:04 mail /kernel: 5 rttdflt RW *Handler Int Jun 5 21:05:04 mail /kernel: 6 keepidle RW *Handler Int Jun 5 21:05:04 mail /kernel: 7 keepintvl RW *Handler Int Jun 5 21:05:04 mail /kernel: 8 sendspace RW *Handler Int Jun 5 21:05:04 mail /kernel: 9 recvspace RW *Handler Int Jun 5 21:05:05 mail /kernel: 10 keepinit RW *Handler Int Jun 5 21:05:05 mail /kernel: 11 pcblist R *Handler Jun 5 21:05:05 mail /kernel: 111 log_in_vain RW *Handler Int Jun 5 21:05:05 mail /kernel: 112 delayed_ack RW *Handler Int Jun 5 21:05:05 mail /kernel: 113 pcbcount R *Handler Int Jun 5 21:05:05 mail /kernel: 114 always_keepalive RW *Handler Int Jun 5 21:05:05 mail /kernel: 17 udp RW Node Jun 5 21:05:05 mail /kernel: 1 checksum RW *Handler Int Jun 5 21:05:05 mail /kernel: 2 stats R *Handler Opaque/struct Jun 5 21:05:05 mail /kernel: 3 maxdgram RW *Handler Int Jun 5 21:05:05 mail /kernel: 4 recvspace RW *Handler Int Jun 5 21:05:05 mail /kernel: 5 pcblist R *Handler Jun 5 21:05:05 mail /kernel: 105 log_in_vain RW *Handler Int Jun 5 21:05:05 mail /kernel: 255 raw RW Node Jun 5 21:05:05 mail /kernel: 100 maxdgram RW *Handler Int Jun 5 21:05:05 mail /kernel: 101 recvspace RW *Handler Int Jun 5 21:05:05 mail /kernel: 102 pcblist R *Handler Jun 5 21:05:05 mail /kernel: 17 routetable R *Handler Node Jun 5 21:05:05 mail /kernel: 18 link RW Node Jun 5 21:05:05 mail /kernel: 0 generic RW Node Jun 5 21:05:05 mail /kernel: 1 system RW Node Jun 5 21:05:05 mail /kernel: 1 ifcount R *Handler Int Jun 5 21:05:05 mail /kernel: 2 ifdata RW *Handler Node Jun 5 21:05:05 mail /kernel: 6 ether RW Node Jun 5 21:05:05 mail /kernel: 2 inet RW Node Jun 5 21:05:05 mail /kernel: 100 prune_intvl RW *Handler Int Jun 5 21:05:05 mail /kernel: 101 max_age RW Jun 5 21:05:05 mail /kernel: *Handler Int Jun 5 21:05:05 mail /kernel: 102 host_down_time RW *Handler Int Jun 5 21:05:05 mail /kernel: 103 maxtries RW *Handler Int Jun 5 21:05:05 mail /kernel: 104 useloopback RW *Handler Int Jun 5 21:05:05 mail /kernel: 105 proxyall RW *Handler Int Jun 5 21:05:05 mail /kernel: 5 debug RW Node Jun 5 21:05:05 mail /kernel: 100 elf_trace RW *Handler Int Jun 5 21:05:05 mail /kernel: 101 fdexpand R *Handler Int Jun 5 21:05:05 mail /kernel: 102 ttydebug RW *Handler Int Jun 5 21:05:05 mail /kernel: 103 nchash R *Handler Int Jun 5 21:05:05 mail /kernel: 104 ncnegfactor RW *Handler Int Jun 5 21:05:05 mail /kernel: 105 numneg R *Handler Int Jun 5 21:05:05 mail /kernel: 106 numcache R *Handler Int Jun 5 21:05:05 mail /kernel: 107 vfscache RW *Handler Int Jun 5 21:05:05 mail /kernel: 108 vnsize R *Handler Int Jun 5 21:05:05 mail /kernel: 109 ncsize R *Handler Int Jun 5 21:05:05 mail /kernel: 110 numvnodes R *Handler Int Jun 5 21:05:05 mail /kernel: 111 wantfreevnodes RW *Handler Int Jun 5 21:05:06 mail /kernel: 112 freevnodes R *Handler Int Jun 5 21:05:06 mail /kernel: 113 disablecwd RW *Handler Int Jun 5 21:05:06 mail /kernel: 114 tsc_timecounter R *Handler Opaque/struct Jun 5 21:05:06 mail /kernel: 115 i8254_timecounter R *Handler Opaque/struct Jun 5 21:05:06 mail /kernel: 6 hw RW Node Jun 5 21:05:06 mail /kernel: 1 machine R *Handler String Jun 5 21:05:06 mail /kernel: 2 model R *Handler String Jun 5 21:05:06 mail /kernel: 3 ncpu R *Handler Int Jun 5 21:05:06 mail /kernel: 4 byteorder R *Handler Int Jun 5 21:05:06 mail /kernel: 5 physmem R *Handler Int Jun 5 21:05:06 mail /kernel: 6 usermem R *Handler Int Jun 5 21:05:06 mail /kernel: 7 pagesize R *Handler Int Jun 5 21:05:06 mail /kernel: 10 floatingpoint R *Handler Int Jun 5 21:05:06 mail /kernel: 11 machine_arch R *Handler String Jun 5 21:05:06 mail /kernel: 111 availpa Jun 5 21:05:06 mail /kernel: ges R *Handler Int Jun 5 21:05:06 mail /kernel: 7 machdep RW Node Jun 5 21:05:06 mail /kernel: 1 consdev R *Handler Opaque/struct Jun 5 21:05:06 mail /kernel: 2 adjkerntz RW *Handler Int Jun 5 21:05:06 mail /kernel: 3 disable_rtc_set RW *Handler Int Jun 5 21:05:06 mail /kernel: 4 bootinfo R *Handler Opaque/struct Jun 5 21:05:06 mail /kernel: 5 wall_cmos_clock RW *Handler Int Jun 5 21:05:06 mail /kernel: 105 do_dump RW *Handler Int Jun 5 21:05:06 mail /kernel: 106 ispc98 R *Handler Int Jun 5 21:05:06 mail /kernel: 107 msgbuf R *Handler String Jun 5 21:05:06 mail /kernel: 108 msgbuf_clear RW *Handler Int Jun 5 21:05:06 mail /kernel: 109 uc_devlist R *Handler Jun 5 21:05:06 mail /kernel: 110 i8254_freq RW *Handler Int Jun 5 21:05:06 mail /kernel: 111 tsc_freq RW *Handler Int Jun 5 21:05:06 mail /kernel: 112 conspeed RW *Handler Int Jun 5 21:05:06 mail /kernel: 8 user RW Node Jun 5 21:05:06 mail /kernel: 1 cs_path R *Handler String Jun 5 21:05:06 mail /kernel: 2 bc_base_max R *Handler Int Jun 5 21:05:06 mail /kernel: 3 bc_dim_max R *Handler Int Jun 5 21:05:06 mail /kernel: 4 bc_scale_max R *Handler Int Jun 5 21:05:06 mail /kernel: 5 bc_string_max R *Handler Int Jun 5 21:05:06 mail /kernel: 6 coll_weights_max R *Handler Int Jun 5 21:05:06 mail /kernel: 7 expr_nest_max R *Handler Int Jun 5 21:05:06 mail /kernel: 8 line_max R *Handler Int Jun 5 21:05:06 mail /kernel: 9 re_dup_max R *Handler Int Jun 5 21:05:06 mail /kernel: 10 posix2_version R *Handler Int Jun 5 21:05:06 mail /kernel: 11 posix2_c_bind R *Handler Int Jun 5 21:05:06 mail /kernel: 12 posix2_c_dev R *Handler Int Jun 5 21:05:06 mail /kernel: 13 posix2_char_term R *Handler Int Jun 5 21:05:06 mail /kernel: 14 posix2_fort_dev R *Handler Int Jun 5 21:05:07 mail /kernel: 15 posix2_fort_run R *Handler Int Jun 5 21:05:07 mail /kernel: 16 posix2_localedef R *Handle Jun 5 21:05:07 mail /kernel: r Int Jun 5 21:05:07 mail /kernel: 17 posix2_sw_dev R *Handler Int Jun 5 21:05:07 mail /kernel: 18 posix2_upe R *Handler Int Jun 5 21:05:07 mail /kernel: 19 stream_max R *Handler Int Jun 5 21:05:07 mail /kernel: 20 tzname_max R *Handler Int Jun 5 21:05:07 mail /kernel: 9 p1003_1b RW Node Jun 5 21:05:07 mail /kernel: 1 asynchronous_io R *Handler Int Jun 5 21:05:07 mail /kernel: 2 mapped_files R *Handler Int Jun 5 21:05:07 mail /kernel: 3 memlock R *Handler Int Jun 5 21:05:07 mail /kernel: 4 memlock_range R *Handler Int Jun 5 21:05:07 mail /kernel: 5 memory_protection R *Handler Int Jun 5 21:05:07 mail /kernel: 6 message_passing R *Handler Int Jun 5 21:05:07 mail /kernel: 7 prioritized_io R *Handler Int Jun 5 21:05:07 mail /kernel: 8 priority_scheduling R *Handler Int Jun 5 21:05:07 mail /kernel: 9 realtime_signals R *Handler Int Jun 5 21:05:07 mail /kernel: 10 semaphores R *Handler Int Jun 5 21:05:07 mail /kernel: 11 fsync R *Handler Int Jun 5 21:05:07 mail /kernel: 12 shared_memory_objects R *Handler Int Jun 5 21:05:07 mail /kernel: 13 synchronized_io R *Handler Int Jun 5 21:05:07 mail /kernel: 14 timers R *Handler Int Jun 5 21:05:07 mail /kernel: 15 aio_listio_max R *Handler Int Jun 5 21:05:07 mail /kernel: 16 aio_max R *Handler Int Jun 5 21:05:07 mail /kernel: 17 aio_prio_delta_max R *Handler Int Jun 5 21:05:07 mail /kernel: 18 delaytimer_max R *Handler Int Jun 5 21:05:07 mail /kernel: 19 mq_open_max R *Handler Int Jun 5 21:05:07 mail /kernel: 20 pagesize R *Handler Int Jun 5 21:05:07 mail /kernel: 21 rtsig_max R *Handler Int Jun 5 21:05:07 mail /kernel: 22 sem_nsems_max R *Handler Int Jun 5 21:05:07 mail /kernel: 23 sem_value_max R *Handler Int Jun 5 21:05:07 mail /kernel: 24 sigqueue_max R *Handler Int Jun 5 21:05:07 mail /kernel: 25 timer_max R *Handler Int Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 1:43:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from stud.ee.ethz.ch (tardis-delek-fast.ee.ethz.ch [129.132.2.199]) by hub.freebsd.org (Postfix) with ESMTP id E602215093 for ; Mon, 7 Jun 1999 01:43:39 -0700 (PDT) (envelope-from lpruf@stud.ee.ethz.ch) Received: from tardis-a2.ee.ethz.ch (lpruf@tardis-a2.ee.ethz.ch [129.132.3.12]) by stud.ee.ethz.ch (8.8.4/8.8.8) with ESMTP id KAA00154 for ; Mon, 7 Jun 1999 10:43:38 +0200 (MET DST) Received: from localhost (lpruf@localhost) by tardis-a2.ee.ethz.ch (8.8.4/8.8.8) with ESMTP id KAA18155 for ; Mon, 7 Jun 1999 10:43:36 +0200 (MET DST) X-Authentication-Warning: tardis-a2.ee.ethz.ch: lpruf owned process doing -bs Date: Mon, 7 Jun 1999 10:43:36 +0200 (MET DST) From: Lukas Ruf X-Sender: lpruf@tardis-a2.ee.ethz.ch Reply-To: Lukas Ruf To: FreeBSD Questions Subject: dual boot Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi list, installed 3.2-Stable, I want to enable the bootloader of FreeBSD to boot on another partition MS-DOS. Is this possible ? How can I do that ? Where can I find the information for that ? Kind regards, Lukas -- *** ALWAYS MAILTO:"Lukas Ruf " *** (PGP2.6.3) Fingerprint = 37CF 3AB4 B0F7 0AF5 C308 4188 8C10 86FE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 2:10:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tt01.tech-trans.com (unknown [202.135.11.1]) by hub.freebsd.org (Postfix) with ESMTP id 296B514D2E for ; Mon, 7 Jun 1999 02:10:28 -0700 (PDT) (envelope-from peter@sweda.com.hk) Received: from SMTP ([210.184.43.2]) by tt01.tech-trans.com (Netscape Messaging Server 3.6) with SMTP id AAA277E for ; Mon, 7 Jun 1999 17:07:20 +0800 Received: from sweda.com.hk ([202.135.11.176]) by 210.184.43.2 (Norton AntiVirus for Internet Email Gateways 1.0) ; Tue, 08 Jun 1999 00:12:51 0000 (GMT) Message-ID: <375B9067.4F4C5DFF@sweda.com.hk> Date: Mon, 07 Jun 1999 17:27:03 +0800 From: "Peter Kok" X-Mailer: Mozilla 4.51 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd Subject: dmesg Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello all i would like to know the meaning of the following message thank you Peter system:> dmesg flood from 202.40.222.141 on 202.40.219.228:9080. Sending cookies. Warning: possible SYN flood from 202.40.222.141 on 202.40.219.228:9080. Sending cookies Warning: possible SYN flood from 202.40.222.136 on 202.40.219.228:9080. Sending cookies fcntl_setlk() called by process 10092 (addits) with broken flock() emulation send_head NULL in tcp_retransmit_time To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 2:12: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cygnus.rush.net (cygnus.rush.net [209.45.245.133]) by hub.freebsd.org (Postfix) with ESMTP id 39DD114D2E for ; Mon, 7 Jun 1999 02:12:04 -0700 (PDT) (envelope-from bright@rush.net) Received: from localhost (bright@localhost) by cygnus.rush.net (8.9.3/8.9.3) with SMTP id EAA10438 for ; Mon, 7 Jun 1999 04:35:57 -0500 (EST) Date: Mon, 7 Jun 1999 04:35:56 -0500 (EST) From: Alfred Perlstein To: questions@freebsd.org Subject: suggestions for a keyboard/monitor switch? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've got a boatload or PCs and a sparc here along with a 21" monitor, I've been trying to get a keyboard/monitor switch however, every model i've tried distorts the signal to the monitor so that at 1600x1280 there is a visible blur. Anyone have any suggestions on a model that may work, perhaps something that can boost/filter the signal? I guess it's a lot to hope for when you have an analog signal... thanks, -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 2:12:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from volodya.prime.net.ua (volodya.prime.net.ua [195.64.229.17]) by hub.freebsd.org (Postfix) with ESMTP id CD54715059 for ; Mon, 7 Jun 1999 02:12:30 -0700 (PDT) (envelope-from andyo@prime.net.ua) Received: from prime.net.ua (localhost [127.0.0.1]) by volodya.prime.net.ua (8.9.3/8.8.8) with ESMTP id KAA00486; Mon, 7 Jun 1999 10:56:18 +0300 (EEST) (envelope-from andyo@prime.net.ua) Message-ID: <375B7B20.ECF93D02@prime.net.ua> Date: Mon, 07 Jun 1999 10:56:17 +0300 From: "Andy V. Oleynik" Organization: M-Info X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.2-BETA i386) X-Accept-Language: ru, en MIME-Version: 1.0 To: Ilia Chipitsine Cc: freebsd-questions@FreeBSD.ORG Subject: Re: tip question References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG man 5 remote in addition to phones.5. looks like uucp operation in termcap style ;) Ilia Chipitsine wrote: > Hi everybody, > can anybody tell me how do I add phone number to /etc/phones. > I mean, why tip says all the time 'unrecognizable host name' ? > There are already some records at /etc/phones, what's wrong with > them, again 'unrecognizable host name' ?! > > Is it a bug ? > > Regards, (Наилучшие пожелания) > > Ilia Chipitsine (Илья Шипицин) > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- WBW Andy V. Oleynik (When U work in virtual office U have good chance to obtain virtual money Ж%-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 2:35:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from titan.metropolitan.at (mail.metropolitan.at [195.212.98.131]) by hub.freebsd.org (Postfix) with ESMTP id CFDF314C96 for ; Mon, 7 Jun 1999 02:35:43 -0700 (PDT) (envelope-from mladavac@metropolitan.at) Received: by TITAN with Internet Mail Service (5.0.1458.49) id ; Mon, 7 Jun 1999 11:38:37 +0200 Message-ID: <55586E7391ACD211B9730000C110027617963E@r-lmh-wi-100.corpnet.at> From: Ladavac Marino To: 'Alfred Perlstein' , questions@freebsd.org Subject: RE: suggestions for a keyboard/monitor switch? Date: Mon, 7 Jun 1999 11:33:16 +0200 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: Alfred Perlstein [SMTP:bright@rush.net] > Sent: Monday, June 07, 1999 11:36 AM > To: questions@freebsd.org > Subject: suggestions for a keyboard/monitor switch? > > > I've got a boatload or PCs and a sparc here along with a 21" > monitor, I've been trying to get a keyboard/monitor switch > however, every model i've tried distorts the signal to the > monitor so that at 1600x1280 there is a visible blur. > [ML] Let's see: 1600x1280@72Hz is 150 MHz of pure picture data bandwidth. Sync gaps add up to approx. 220 MHz (which is probably the RAMDAC clockrate you are using.) OTOH, keyboard/monitor switches are unshielded cheap mechanical monstrosities which have problems with anything over 100 MHz or thereabouts. It takes somewhat more money to switch 220 MHz signals without introducing distortion (i.e. your typical el-cheapo CMOS analog signal switch will not do either). Sorry, this seems to be the geist of it :( /Marino > Anyone have any suggestions on a model that may work, perhaps > something that can boost/filter the signal? I guess it's a > lot to hope for when you have an analog signal... [ML] at that bandwidth, yes. > thanks, > -Alfred > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 2:36:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from neptune.twrol.com (ras1-19.wizrealm.com [208.153.237.20]) by hub.freebsd.org (Postfix) with ESMTP id A207914C96 for ; Mon, 7 Jun 1999 02:36:22 -0700 (PDT) (envelope-from dionysos3@crosswinds.net) Received: from localhost (dionysos3@localhost) by neptune.twrol.com (8.9.3/8.9.3) with ESMTP id BAA03588; Mon, 7 Jun 1999 01:53:54 -0600 (MDT) (envelope-from dionysos3@crosswinds.net) X-Authentication-Warning: neptune.twrol.com: dionysos3 owned process doing -bs Date: Mon, 7 Jun 1999 01:53:53 -0600 (MDT) From: "James R. Shrenk" X-Sender: dionysos3@neptune.twrol.com To: "James A. Mutter" Cc: Bart Trzynadlowski , freebsd-questions@FreeBSD.ORG Subject: Re: need help with pine In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a slightly different workaround here. If you have root privledges on the machine simply create another user account (in your case "trzy" would be the new user). Then nothing else needs to be reset in pine. I presume it would also be possible to edit the /etc/aliases file and have the mail forwarded back to btrzynadlowski as well. Somebody else might want to tackle that though. James On Mon, 7 Jun 1999, James A. Mutter wrote: > > Choose , , , and change the value to > Reply-To: trzy@powernet.net. > > That's the extent of pine's functionality for changing the address. > If you're interested, sendmail or procmail could completely rewrite > your mail headers. > > On Sun, 6 Jun 1999, Bart Trzynadlowski wrote: > > :Hello, > : I just noticed that when I send messages with pine it will set the > :return address as "btrzynadlowski@powernet.net" but my email is > :"trzy@powernet.net" > : I don't see any options in Pine to change the email address, how > :can I get it so it does not print my FreeBSD login name but uses my email > :account name? > : I'm not 100% sure it does it with email message but I am 100% > :positive that any message I send to usenet will have a return address of > :btrzynadlowski@powernet.net > : > :Thank you, > : > :Bart Trzynadlowski > :trzy@powernet.net <-- reply here > : > : > : > : > :To Unsubscribe: send mail to majordomo@FreeBSD.org > :with "unsubscribe freebsd-questions" in the body of the message > : > : > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 2:38:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from neptune.twrol.com (ras1-19.wizrealm.com [208.153.237.20]) by hub.freebsd.org (Postfix) with ESMTP id 18EF514C96 for ; Mon, 7 Jun 1999 02:38:36 -0700 (PDT) (envelope-from dionysos3@crosswinds.net) Received: from localhost (dionysos3@localhost) by neptune.twrol.com (8.9.3/8.9.3) with ESMTP id BAA03603; Mon, 7 Jun 1999 01:56:10 -0600 (MDT) (envelope-from dionysos3@crosswinds.net) X-Authentication-Warning: neptune.twrol.com: dionysos3 owned process doing -bs Date: Mon, 7 Jun 1999 01:56:10 -0600 (MDT) From: "James R. Shrenk" X-Sender: dionysos3@neptune.twrol.com To: Doug Jennings Cc: freebsd-questions@FreeBSD.ORG Subject: Re: silo overflow errors In-Reply-To: <000501beb0b4$a4c490e0$418489d0@compuschmam> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What is your dmesg output? It looks like you might have a older UART (8250 maybe?) If that's the case, you might try slowing the modem down to 14400 and see if that doesn't help. James On Mon, 7 Jun 1999, Doug Jennings wrote: > > Argh. After finally getting user ppp to work, I keep running into the > following problem. Once I establish a ppp connection and I try to > send/receive any data whatsoever (for example, opening a telnet session), I > get the message: > > /kernel: sio0: 1 more silo overflow (total 1) > > The 'total' goes up each time I send/receive any data (for example, if I > issue a "ls" command in the telnet session and have to receive the output of > that). It slows down my 28800 modem to an absolute crawl. > > Any ideas on a fix for this? I am running a fresh installation of FreeBSD > 3.1 and I am using an external USR v.everything courier modem. I know that > it has to do with some buffering issue -- I just don't know how to fix it. > > Any ideas would be appreciated. > > Thanks, > > -Doug > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 2:52:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from neptune.twrol.com (ras1-19.wizrealm.com [208.153.237.20]) by hub.freebsd.org (Postfix) with ESMTP id 0FEBE1522D for ; Mon, 7 Jun 1999 02:52:45 -0700 (PDT) (envelope-from dionysos3@crosswinds.net) Received: from localhost (dionysos3@localhost) by neptune.twrol.com (8.9.3/8.9.3) with ESMTP id CAA03751; Mon, 7 Jun 1999 02:04:40 -0600 (MDT) (envelope-from dionysos3@crosswinds.net) X-Authentication-Warning: neptune.twrol.com: dionysos3 owned process doing -bs Date: Mon, 7 Jun 1999 02:04:39 -0600 (MDT) From: "James R. Shrenk" X-Sender: dionysos3@neptune.twrol.com To: Ghulam Dastgir Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Fetchmail problems In-Reply-To: <01beb0b4$b5537520$LocalHost@signup> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Try adding "-p POP3" before the -u flag. It looks like mail.force9.net doesn't respond to IMAP requests (which seems to be what fetchmail often defaults to). James On Mon, 7 Jun 1999, Ghulam Dastgir wrote: > I am having problems with my fetchmail. After the PPP link's up I type: > > $ fetchmail -u ghulam mail.force9.net > > Then I get the password prompt, after which the following output: > > fetchmail: IMAP connection to mail.force9.net failed: local error: Connection refused > fetchmail: 1 message for ghulam at mail.force9.net > reading message 1 of 1 (2075 bytes) .fetchmail: SMTP connect to voyager.ghulam.force9.co.uk failed: Operation timed out > fetchmail: SMTP transaction error while fetching mail from mail.force9.net > > Any ideas what the problem is here?? > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 3:10:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mta2.mail.telepac.pt (mail2.telepac.pt [194.65.3.54]) by hub.freebsd.org (Postfix) with ESMTP id 039CC14E0A for ; Mon, 7 Jun 1999 03:10:57 -0700 (PDT) (envelope-from jpedras@mail.telepac.pt) Received: from manecao.tafkap.priv ([194.65.203.13]) by mta2.mail.telepac.pt (InterMail v03.02.07 118-124-101) with ESMTP id <19990607101106.GQR22953@manecao.tafkap.priv> for ; Mon, 7 Jun 1999 11:11:06 +0100 Content-Length: 1514 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Mon, 07 Jun 1999 11:11:03 +0100 (BST) From: Joao Pedras To: freebsd-questions@freebsd.org Subject: missing headers, not! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am currently having problems when trying to install apps with or without the ports. This type of scenario is becoming usual when I run configure scripts : checking for fcntl.h... no checking for float.h... no checking for floatingpoint.h... no checking for ieeefp.h... no checking for limits.h... no checking for memory.h... no checking for pwd.h... no checking for select.h... no checking for stdlib.h... no checking for stddef.h... no checking for strings.h... no checking for string.h... no checking for synch.h... no checking for sys/mman.h... no checking for sys/timeb.h... no checking for sys/types.h... no checking for sys/un.h... no checking for sys/vadvise.h... no This for instance is taken out of mysql's 3.22.22 port install. All the apps I have been trying to install in the last week fail due to 'undeclared (first use this function)' and other errors. Openssl for instance is also giving me headaches. : ( I do have this header files in their original locations. Why does it seem they are not seen ? Using the ports or not, I get the same kind of errors. Thank for your help Joao ------------------------------------------------------------------------ Sent on 07-Jun-99 at 11:04:58 Powered by FreeBSD -> http://www.freebsd.org <- "The Power to Serve" PGP key available upon request or may be cut at http://members.tripod.com/fbsd/pgpkey.html ------------------------------------------------------------------------ "The bland leadeth the bland and they both shall fall into the kitsch." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 4: 2:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from campino.informatik.rwth-aachen.de (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by hub.freebsd.org (Postfix) with ESMTP id A851514DA6 for ; Mon, 7 Jun 1999 04:01:58 -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.9.1a/8.9.1/3) with ESMTP id NAA27295 for ; Mon, 7 Jun 1999 13:01:48 +0200 (MET DST) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.9.2/8.6.9) id NAA15835 for questions@freebsd.org; Mon, 7 Jun 1999 13:01:49 +0200 (CEST) Date: Mon, 7 Jun 1999 13:01:49 +0200 (CEST) From: Christoph Kukulies Message-Id: <199906071101.NAA15835@gil.physik.rwth-aachen.de> To: questions@freebsd.org Subject: rmt (remote tape interface) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm having trouble getting a remote tar connection to work. server is a somewhat older 3.0-current of December 1996. This is what I get on the client side: duke> tar tvf acbri504:/dev/rst0 select: protocol failure in circuit setup tar: can't open acbri504:/dev/rst0 : Input/output error -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 4:33:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from volodya.prime.net.ua (volodya.prime.net.ua [195.64.229.17]) by hub.freebsd.org (Postfix) with ESMTP id EEE1B14C57 for ; Mon, 7 Jun 1999 04:32:13 -0700 (PDT) (envelope-from andyo@prime.net.ua) Received: from prime.net.ua (localhost [127.0.0.1]) by volodya.prime.net.ua (8.9.3/8.8.8) with ESMTP id MAA36742; Mon, 7 Jun 1999 12:27:36 +0300 (EEST) (envelope-from andyo@prime.net.ua) Message-ID: <375B907D.6883EE68@prime.net.ua> Date: Mon, 07 Jun 1999 12:27:27 +0300 From: "Andy V. Oleynik" Organization: M-Info X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.2-BETA i386) X-Accept-Language: ru, en MIME-Version: 1.0 To: Alexander Maret Cc: "'freebsd-questions@FreeBSD.ORG'" Subject: Re: What are these kernel messages?? References: <91DA20EC3C3DD211833400A0245A4EA9BA0E9D@erlangen01.axis.de> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Looks like ur kernel outputs sysctl's variables. Question is when exactly it occures? Alexander Maret wrote: > Hi, > > can ne1 help me? I got the following kernel messages and don't know > what they mean. > > Jun 5 21:05:01 mail /kernel: 128 v_inactive_target R *Handler Int > Jun 5 21:05:01 mail /kernel: 129 v_inactive_count R *Handler Int > Jun 5 21:05:01 mail /kernel: 130 v_cache_count R *Handler Int > Jun 5 21:05:01 mail /kernel: 131 v_cache_min R *Handler Int > Jun 5 21:05:01 mail /kernel: 132 v_cache_max R *Handler Int > Jun 5 21:05:01 mail /kernel: 133 v_pageout_free_min R *Handler Int > Jun 5 21:05:01 mail /kernel: 134 v_interrupt_free_min R *Handler Int > Jun 5 21:05:02 mail /kernel: 102 misc RW Node > Jun 5 21:05:02 mail /kernel: 100 zero_page_count R *Handler Int > Jun 5 21:05:02 mail /kernel: 101 cnt_prezero R *Handler Int > Jun 5 21:05:02 mail /kernel: 114 pageout_stats_max RW *Handler Int > Jun 5 21:05:02 mail /kernel: 115 pageout_full_stats_interval RW *Handler > Int > Jun 5 21:05:02 mail /kernel: 116 pageout_stats_interval RW *Handler Int > Jun 5 21:05:02 mail /kernel: 117 pageout_stats_free_max RW *Handler Int > Jun 5 21:05:02 mail /kernel: 118 swap_idle_enabled RW *Handler Int > Jun 5 21:05:02 mail /kernel: 119 defer_swapspace_pageouts RW *Handler Int > Jun 5 21:05:02 mail /kernel: 120 disable_swapspace_pageouts RW *Handler Int > Jun 5 21:05:02 mail /kernel: 121 max_page_launder RW *Handler Int > Jun 5 21:05:02 mail /kernel: 122 zone R *Handler String > Jun 5 21:05:02 mail /kernel: 123 zone_kmem_pages R *Handler Int > Jun 5 21:05:02 mail /kernel: 124 zone_kmem_kvaspace R *Handler Int > Jun 5 21:05:02 mail /kernel: 125 zone_kern_pages R *Handler Int > Jun 5 21:05:02 mail /kernel: 3 vfs RW Node > Jun 5 21:05:02 mail /kernel: 0 generic R *Handler Node > Jun 5 21:05:02 mail /kernel: 100 numdirtybuffers R *Handler Int > Jun 5 21:05:02 mail /kernel: 101 lodirtybuffers RW *Handler Int > Jun 5 21:05:02 mail /kernel: 10 > Jun 5 21:05:02 mail /kernel: 2 hidirtybuffers RW *Handler Int > Jun 5 21:05:02 mail /kernel: 103 numfreebuffers R *Handler Int > Jun 5 21:05:02 mail /kernel: 104 lofreebuffers RW *Handler Int > Jun 5 21:05:02 mail /kernel: 105 hifreebuffers RW *Handler Int > Jun 5 21:05:02 mail /kernel: 106 maxbufspace RW *Handler Int > Jun 5 21:05:02 mail /kernel: 107 bufspace R *Handler Int > Jun 5 21:05:02 mail /kernel: 108 maxvmiobufspace RW *Handler Int > Jun 5 21:05:02 mail /kernel: 109 vmiospace R *Handler Int > Jun 5 21:05:02 mail /kernel: 110 maxmallocbufspace RW *Handler Int > Jun 5 21:05:02 mail /kernel: 111 bufmallocspace R *Handler Int > Jun 5 21:05:02 mail /kernel: 112 kvafreespace R *Handler Int > Jun 5 21:05:02 mail /kernel: 113 cache RW Node > Jun 5 21:05:02 mail /kernel: 100 numneg R *Handler Int > Jun 5 21:05:02 mail /kernel: 101 numcache R *Handler Int > Jun 5 21:05:02 mail /kernel: 102 numcalls R *Handler Int > Jun 5 21:05:02 mail /kernel: 103 dothits R *Handler Int > Jun 5 21:05:02 mail /kernel: 104 dotdothits R *Handler Int > Jun 5 21:05:02 mail /kernel: 105 numchecks R *Handler Int > Jun 5 21:05:02 mail /kernel: 106 nummiss R *Handler Int > Jun 5 21:05:02 mail /kernel: 107 nummisszap R *Handler Int > Jun 5 21:05:02 mail /kernel: 108 numposzaps R *Handler Int > Jun 5 21:05:02 mail /kernel: 109 numposhits R *Handler Int > Jun 5 21:05:02 mail /kernel: 110 numnegzaps R *Handler Int > Jun 5 21:05:02 mail /kernel: 111 numneghits R *Handler Int > Jun 5 21:05:02 mail /kernel: 112 numcwdcalls R *Handler Int > Jun 5 21:05:03 mail /kernel: 113 numcwdfail1 R *Handler Int > Jun 5 21:05:03 mail /kernel: 114 numcwdfail2 R *Handler Int > Jun 5 21:05:03 mail /kernel: 115 numcwdfail3 R *Handler Int > Jun 5 21:05:03 mail /kernel: 116 numcwdfail4 R *Handler Int > Jun 5 21:05:03 mail /kernel: 117 numcwdfound R *Handl > Jun 5 21:05:03 mail /kernel: er Int > Jun 5 21:05:03 mail /kernel: 114 mod0 R *Handler Int > Jun 5 21:05:03 mail /kernel: 115 mod1 R *Handler Int > Jun 5 21:05:03 mail /kernel: 116 usermount RW *Handler Int > Jun 5 21:05:03 mail /kernel: 117 aio RW Node > Jun 5 21:05:03 mail /kernel: 100 max_aio_per_proc RW *Handler Int > Jun 5 21:05:03 mail /kernel: 101 max_aio_queue_per_proc RW *Handler Int > Jun 5 21:05:03 mail /kernel: 102 max_aio_procs RW *Handler Int > Jun 5 21:05:03 mail /kernel: 103 num_aio_procs R *Handler Int > Jun 5 21:05:03 mail /kernel: 104 num_queue_count R *Handler Int > Jun 5 21:05:03 mail /kernel: 105 max_aio_queue RW *Handler Int > Jun 5 21:05:03 mail /kernel: 106 target_aio_procs RW *Handler Int > Jun 5 21:05:03 mail /kernel: 107 max_buf_aio RW *Handler Int > Jun 5 21:05:03 mail /kernel: 108 num_buf_aio R *Handler Int > Jun 5 21:05:03 mail /kernel: 109 aiod_lifetime RW *Handler Int > Jun 5 21:05:03 mail /kernel: 110 aiod_timeout RW *Handler Int > Jun 5 21:05:03 mail /kernel: 118 ffs RW Node > Jun 5 21:05:03 mail /kernel: 3 doreallocblks RW *Handler Int > Jun 5 21:05:03 mail /kernel: 4 doasyncfree RW *Handler Int > Jun 5 21:05:03 mail /kernel: 4 net RW Node > Jun 5 21:05:03 mail /kernel: 1 local RW Node > Jun 5 21:05:03 mail /kernel: 1 stream RW Node > Jun 5 21:05:03 mail /kernel: 100 sendspace RW *Handler Int > Jun 5 21:05:03 mail /kernel: 101 recvspace RW *Handler Int > Jun 5 21:05:03 mail /kernel: 102 pcblist R *Handler > Jun 5 21:05:03 mail /kernel: 2 dgram RW Node > Jun 5 21:05:03 mail /kernel: 100 maxdgram RW *Handler Int > Jun 5 21:05:03 mail /kernel: 101 recvspace RW *Handler Int > Jun 5 21:05:03 mail /kernel: 102 pcblist R *Handler > Jun 5 21:05:03 mail /kernel: 102 inflight R *Handler Int > Jun 5 21:05:03 mail /kernel: 2 inet RW Node > Jun 5 21:05:03 mail /kernel: 0 ip RW Node > Jun 5 21:05:03 mail /kernel: 0 portrange RW Node > Jun 5 21:05:04 mail /kernel: 100 lowfirst RW * > Jun 5 21:05:04 mail /kernel: Handler Int > Jun 5 21:05:04 mail /kernel: 101 lowlast RW *Handler Int > Jun 5 21:05:04 mail /kernel: 102 first RW *Handler Int > Jun 5 21:05:04 mail /kernel: 103 last RW *Handler Int > Jun 5 21:05:04 mail /kernel: 104 hifirst RW *Handler Int > Jun 5 21:05:04 mail /kernel: 105 hilast RW *Handler Int > Jun 5 21:05:04 mail /kernel: 1 forwarding RW *Handler Int > Jun 5 21:05:04 mail /kernel: 2 redirect RW *Handler Int > Jun 5 21:05:04 mail /kernel: 3 ttl RW *Handler Int > Jun 5 21:05:04 mail /kernel: 5 rtexpire RW *Handler Int > Jun 5 21:05:04 mail /kernel: 6 rtminexpire RW *Handler Int > Jun 5 21:05:04 mail /kernel: 7 rtmaxcache RW *Handler Int > Jun 5 21:05:04 mail /kernel: 8 sourceroute RW *Handler Int > Jun 5 21:05:04 mail /kernel: 10 intr_queue_maxlen R *Handler Int > Jun 5 21:05:04 mail /kernel: 11 intr_queue_drops R *Handler Int > Jun 5 21:05:04 mail /kernel: 12 stats R *Handler Opaque/struct > Jun 5 21:05:04 mail /kernel: 13 accept_sourceroute RW *Handler Int > Jun 5 21:05:04 mail /kernel: 14 fastforwarding RW *Handler Int > Jun 5 21:05:04 mail /kernel: 114 subnets_are_local RW *Handler Int > Jun 5 21:05:04 mail /kernel: 1 icmp RW Node > Jun 5 21:05:04 mail /kernel: 1 maskrepl RW *Handler Int > Jun 5 21:05:04 mail /kernel: 2 stats R *Handler Opaque/struct > Jun 5 21:05:04 mail /kernel: 3 icmplim R *Handler Int > Jun 5 21:05:04 mail /kernel: 103 bmcastecho RW *Handler Int > Jun 5 21:05:04 mail /kernel: 2 igmp RW Node > Jun 5 21:05:04 mail /kernel: 1 stats R *Handler Opaque/struct > Jun 5 21:05:04 mail /kernel: 6 tcp RW Node > Jun 5 21:05:04 mail /kernel: 1 rfc1323 RW *Handler Int > Jun 5 21:05:04 mail /kernel: 2 rfc1644 RW *Handler Int > Jun 5 21:05:04 mail /kernel: 3 mssdflt RW *Handler Int > Jun 5 21:05:04 mail /kernel: 4 stats > Jun 5 21:05:04 mail /kernel: R *Handler Opaque/struct > Jun 5 21:05:04 mail /kernel: 5 rttdflt RW *Handler Int > Jun 5 21:05:04 mail /kernel: 6 keepidle RW *Handler Int > Jun 5 21:05:04 mail /kernel: 7 keepintvl RW *Handler Int > Jun 5 21:05:04 mail /kernel: 8 sendspace RW *Handler Int > Jun 5 21:05:04 mail /kernel: 9 recvspace RW *Handler Int > Jun 5 21:05:05 mail /kernel: 10 keepinit RW *Handler Int > Jun 5 21:05:05 mail /kernel: 11 pcblist R *Handler > Jun 5 21:05:05 mail /kernel: 111 log_in_vain RW *Handler Int > Jun 5 21:05:05 mail /kernel: 112 delayed_ack RW *Handler Int > Jun 5 21:05:05 mail /kernel: 113 pcbcount R *Handler Int > Jun 5 21:05:05 mail /kernel: 114 always_keepalive RW *Handler Int > Jun 5 21:05:05 mail /kernel: 17 udp RW Node > Jun 5 21:05:05 mail /kernel: 1 checksum RW *Handler Int > Jun 5 21:05:05 mail /kernel: 2 stats R *Handler Opaque/struct > Jun 5 21:05:05 mail /kernel: 3 maxdgram RW *Handler Int > Jun 5 21:05:05 mail /kernel: 4 recvspace RW *Handler Int > Jun 5 21:05:05 mail /kernel: 5 pcblist R *Handler > Jun 5 21:05:05 mail /kernel: 105 log_in_vain RW *Handler Int > Jun 5 21:05:05 mail /kernel: 255 raw RW Node > Jun 5 21:05:05 mail /kernel: 100 maxdgram RW *Handler Int > Jun 5 21:05:05 mail /kernel: 101 recvspace RW *Handler Int > Jun 5 21:05:05 mail /kernel: 102 pcblist R *Handler > Jun 5 21:05:05 mail /kernel: 17 routetable R *Handler Node > Jun 5 21:05:05 mail /kernel: 18 link RW Node > Jun 5 21:05:05 mail /kernel: 0 generic RW Node > Jun 5 21:05:05 mail /kernel: 1 system RW Node > Jun 5 21:05:05 mail /kernel: 1 ifcount R *Handler Int > Jun 5 21:05:05 mail /kernel: 2 ifdata RW *Handler Node > Jun 5 21:05:05 mail /kernel: 6 ether RW Node > Jun 5 21:05:05 mail /kernel: 2 inet RW Node > Jun 5 21:05:05 mail /kernel: 100 prune_intvl RW *Handler Int > Jun 5 21:05:05 mail /kernel: 101 max_age RW > Jun 5 21:05:05 mail /kernel: *Handler Int > Jun 5 21:05:05 mail /kernel: 102 host_down_time RW *Handler Int > Jun 5 21:05:05 mail /kernel: 103 maxtries RW *Handler Int > Jun 5 21:05:05 mail /kernel: 104 useloopback RW *Handler Int > Jun 5 21:05:05 mail /kernel: 105 proxyall RW *Handler Int > Jun 5 21:05:05 mail /kernel: 5 debug RW Node > Jun 5 21:05:05 mail /kernel: 100 elf_trace RW *Handler Int > Jun 5 21:05:05 mail /kernel: 101 fdexpand R *Handler Int > Jun 5 21:05:05 mail /kernel: 102 ttydebug RW *Handler Int > Jun 5 21:05:05 mail /kernel: 103 nchash R *Handler Int > Jun 5 21:05:05 mail /kernel: 104 ncnegfactor RW *Handler Int > Jun 5 21:05:05 mail /kernel: 105 numneg R *Handler Int > Jun 5 21:05:05 mail /kernel: 106 numcache R *Handler Int > Jun 5 21:05:05 mail /kernel: 107 vfscache RW *Handler Int > Jun 5 21:05:05 mail /kernel: 108 vnsize R *Handler Int > Jun 5 21:05:05 mail /kernel: 109 ncsize R *Handler Int > Jun 5 21:05:05 mail /kernel: 110 numvnodes R *Handler Int > Jun 5 21:05:05 mail /kernel: 111 wantfreevnodes RW *Handler Int > Jun 5 21:05:06 mail /kernel: 112 freevnodes R *Handler Int > Jun 5 21:05:06 mail /kernel: 113 disablecwd RW *Handler Int > Jun 5 21:05:06 mail /kernel: 114 tsc_timecounter R *Handler Opaque/struct > Jun 5 21:05:06 mail /kernel: 115 i8254_timecounter R *Handler > Opaque/struct > Jun 5 21:05:06 mail /kernel: 6 hw RW Node > Jun 5 21:05:06 mail /kernel: 1 machine R *Handler String > Jun 5 21:05:06 mail /kernel: 2 model R *Handler String > Jun 5 21:05:06 mail /kernel: 3 ncpu R *Handler Int > Jun 5 21:05:06 mail /kernel: 4 byteorder R *Handler Int > Jun 5 21:05:06 mail /kernel: 5 physmem R *Handler Int > Jun 5 21:05:06 mail /kernel: 6 usermem R *Handler Int > Jun 5 21:05:06 mail /kernel: 7 pagesize R *Handler Int > Jun 5 21:05:06 mail /kernel: 10 floatingpoint R *Handler Int > Jun 5 21:05:06 mail /kernel: 11 machine_arch R *Handler String > Jun 5 21:05:06 mail /kernel: 111 availpa > Jun 5 21:05:06 mail /kernel: ges R *Handler Int > Jun 5 21:05:06 mail /kernel: 7 machdep RW Node > Jun 5 21:05:06 mail /kernel: 1 consdev R *Handler Opaque/struct > Jun 5 21:05:06 mail /kernel: 2 adjkerntz RW *Handler Int > Jun 5 21:05:06 mail /kernel: 3 disable_rtc_set RW *Handler Int > Jun 5 21:05:06 mail /kernel: 4 bootinfo R *Handler Opaque/struct > Jun 5 21:05:06 mail /kernel: 5 wall_cmos_clock RW *Handler Int > Jun 5 21:05:06 mail /kernel: 105 do_dump RW *Handler Int > Jun 5 21:05:06 mail /kernel: 106 ispc98 R *Handler Int > Jun 5 21:05:06 mail /kernel: 107 msgbuf R *Handler String > Jun 5 21:05:06 mail /kernel: 108 msgbuf_clear RW *Handler Int > Jun 5 21:05:06 mail /kernel: 109 uc_devlist R *Handler > Jun 5 21:05:06 mail /kernel: 110 i8254_freq RW *Handler Int > Jun 5 21:05:06 mail /kernel: 111 tsc_freq RW *Handler Int > Jun 5 21:05:06 mail /kernel: 112 conspeed RW *Handler Int > Jun 5 21:05:06 mail /kernel: 8 user RW Node > Jun 5 21:05:06 mail /kernel: 1 cs_path R *Handler String > Jun 5 21:05:06 mail /kernel: 2 bc_base_max R *Handler Int > Jun 5 21:05:06 mail /kernel: 3 bc_dim_max R *Handler Int > Jun 5 21:05:06 mail /kernel: 4 bc_scale_max R *Handler Int > Jun 5 21:05:06 mail /kernel: 5 bc_string_max R *Handler Int > Jun 5 21:05:06 mail /kernel: 6 coll_weights_max R *Handler Int > Jun 5 21:05:06 mail /kernel: 7 expr_nest_max R *Handler Int > Jun 5 21:05:06 mail /kernel: 8 line_max R *Handler Int > Jun 5 21:05:06 mail /kernel: 9 re_dup_max R *Handler Int > Jun 5 21:05:06 mail /kernel: 10 posix2_version R *Handler Int > Jun 5 21:05:06 mail /kernel: 11 posix2_c_bind R *Handler Int > Jun 5 21:05:06 mail /kernel: 12 posix2_c_dev R *Handler Int > Jun 5 21:05:06 mail /kernel: 13 posix2_char_term R *Handler Int > Jun 5 21:05:06 mail /kernel: 14 posix2_fort_dev R *Handler Int > Jun 5 21:05:07 mail /kernel: 15 posix2_fort_run R *Handler Int > Jun 5 21:05:07 mail /kernel: 16 posix2_localedef R *Handle > Jun 5 21:05:07 mail /kernel: r Int > Jun 5 21:05:07 mail /kernel: 17 posix2_sw_dev R *Handler Int > Jun 5 21:05:07 mail /kernel: 18 posix2_upe R *Handler Int > Jun 5 21:05:07 mail /kernel: 19 stream_max R *Handler Int > Jun 5 21:05:07 mail /kernel: 20 tzname_max R *Handler Int > Jun 5 21:05:07 mail /kernel: 9 p1003_1b RW Node > Jun 5 21:05:07 mail /kernel: 1 asynchronous_io R *Handler Int > Jun 5 21:05:07 mail /kernel: 2 mapped_files R *Handler Int > Jun 5 21:05:07 mail /kernel: 3 memlock R *Handler Int > Jun 5 21:05:07 mail /kernel: 4 memlock_range R *Handler Int > Jun 5 21:05:07 mail /kernel: 5 memory_protection R *Handler Int > Jun 5 21:05:07 mail /kernel: 6 message_passing R *Handler Int > Jun 5 21:05:07 mail /kernel: 7 prioritized_io R *Handler Int > Jun 5 21:05:07 mail /kernel: 8 priority_scheduling R *Handler Int > Jun 5 21:05:07 mail /kernel: 9 realtime_signals R *Handler Int > Jun 5 21:05:07 mail /kernel: 10 semaphores R *Handler Int > Jun 5 21:05:07 mail /kernel: 11 fsync R *Handler Int > Jun 5 21:05:07 mail /kernel: 12 shared_memory_objects R *Handler Int > Jun 5 21:05:07 mail /kernel: 13 synchronized_io R *Handler Int > Jun 5 21:05:07 mail /kernel: 14 timers R *Handler Int > Jun 5 21:05:07 mail /kernel: 15 aio_listio_max R *Handler Int > Jun 5 21:05:07 mail /kernel: 16 aio_max R *Handler Int > Jun 5 21:05:07 mail /kernel: 17 aio_prio_delta_max R *Handler Int > Jun 5 21:05:07 mail /kernel: 18 delaytimer_max R *Handler Int > Jun 5 21:05:07 mail /kernel: 19 mq_open_max R *Handler Int > Jun 5 21:05:07 mail /kernel: 20 pagesize R *Handler Int > Jun 5 21:05:07 mail /kernel: 21 rtsig_max R *Handler Int > Jun 5 21:05:07 mail /kernel: 22 sem_nsems_max R *Handler Int > Jun 5 21:05:07 mail /kernel: 23 sem_value_max R *Handler Int > Jun 5 21:05:07 mail /kernel: 24 sigqueue_max R *Handler Int > Jun 5 21:05:07 mail /kernel: 25 timer_max R *Handler Int > > Alex > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- WBW Andy V. Oleynik (When U work in virtual office U have good chance to obtain virtual money Ж%-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 4:39:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from agamemnon.gtf.ol.no (agamemnon.gtf.ol.no [128.39.174.83]) by hub.freebsd.org (Postfix) with ESMTP id C169E14C57 for ; Mon, 7 Jun 1999 04:39:53 -0700 (PDT) (envelope-from trond@agamemnon.gtf.ol.no) Received: from localhost (trond@localhost) by agamemnon.gtf.ol.no (8.9.3/8.9.3) with SMTP id NAA22457 for ; Mon, 7 Jun 1999 13:39:49 +0200 (CEST) (envelope-from trond@agamemnon.gtf.ol.no) Date: Mon, 7 Jun 1999 13:39:48 +0200 (CEST) From: Trond Endrestol To: freebsd-questions@freebsd.org Subject: Dynamic linked executable ==> static linked executable ? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Does anyone know if there's a way of turning a dynamic linked executable to a static linked executable. Or must this be done when compiling/linking the source code with --static? Trond Endrestol. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 4:42:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cygnus.rush.net (cygnus.rush.net [209.45.245.133]) by hub.freebsd.org (Postfix) with ESMTP id B947D14E46 for ; Mon, 7 Jun 1999 04:42:37 -0700 (PDT) (envelope-from bright@rush.net) Received: from localhost (bright@localhost) by cygnus.rush.net (8.9.3/8.9.3) with SMTP id HAA21120; Mon, 7 Jun 1999 07:06:29 -0500 (EST) Date: Mon, 7 Jun 1999 07:06:27 -0500 (EST) From: Alfred Perlstein To: Ladavac Marino Cc: questions@freebsd.org Subject: RE: suggestions for a keyboard/monitor switch? In-Reply-To: <55586E7391ACD211B9730000C110027617963E@r-lmh-wi-100.corpnet.at> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 7 Jun 1999, Ladavac Marino wrote: > > -----Original Message----- > > From: Alfred Perlstein [SMTP:bright@rush.net] > > Sent: Monday, June 07, 1999 11:36 AM > > To: questions@freebsd.org > > Subject: suggestions for a keyboard/monitor switch? > > > > > > I've got a boatload or PCs and a sparc here along with a 21" > > monitor, I've been trying to get a keyboard/monitor switch > > however, every model i've tried distorts the signal to the > > monitor so that at 1600x1280 there is a visible blur. > > > [ML] Let's see: > 1600x1280@72Hz is 150 MHz of pure picture data bandwidth. Sync > gaps add up to approx. 220 MHz (which is probably the RAMDAC clockrate > you are using.) OTOH, keyboard/monitor switches are unshielded cheap > mechanical monstrosities which have problems with anything over 100 MHz > or thereabouts. It takes somewhat more money to switch 220 MHz signals > without introducing distortion (i.e. your typical el-cheapo CMOS analog > signal switch will not do either). Sorry, this seems to be the geist of > it :( > > /Marino > > > Anyone have any suggestions on a model that may work, perhaps > > something that can boost/filter the signal? I guess it's a > > lot to hope for when you have an analog signal... > [ML] at that bandwidth, yes. :( I have this powered switchbox here as well as a mechanical one, I didn't expect much from the mechanical one, but the powered one I was given from work, well i kinda expected more from it... *sigh* at least the monitor will switch between BNC/25pin with one button so it'll to 2 computers :) anyhow, thanks, -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 4:58:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hermes.axis.de (hermes.axis.de [194.163.241.7]) by hub.freebsd.org (Postfix) with SMTP id A984F14FC3 for ; Mon, 7 Jun 1999 04:58:22 -0700 (PDT) (envelope-from maret@axis.de) Received: from erlangen01.axis.de by hermes.axis.de via smtpd (for hub.FreeBSD.ORG [204.216.27.18]) with SMTP; 7 Jun 1999 11:58:22 UT Received: (private information removed) Message-ID: <91DA20EC3C3DD211833400A0245A4EA9BA0EB5@erlangen01.axis.de> From: Alexander Maret To: "'Andy V. Oleynik'" Cc: "'freebsd-questions@FreeBSD.ORG'" Subject: RE: What are these kernel messages?? Date: Mon, 7 Jun 1999 13:58:20 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain; charset="koi8-r" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, > -----Original Message----- > From: Andy V. Oleynik [mailto:andyo@prime.net.ua] > Sent: Montag, 7. Juni 1999 11:27 > To: Alexander Maret > Cc: 'freebsd-questions@FreeBSD.ORG' > Subject: Re: What are these kernel messages?? > > > Looks like ur kernel outputs sysctl's variables. > Question is when exactly it occures? hmm, I don't know my process accounting doesn't show anything unusual. I just got this with my daily security output. Alex > Alexander Maret wrote: > > > can ne1 help me? I got the following kernel messages and don't know > > what they mean. > > > > Jun 5 21:05:01 mail /kernel: 128 v_inactive_target R *Handler Int > > Jun 5 21:05:01 mail /kernel: 129 v_inactive_count R *Handler Int > > Jun 5 21:05:01 mail /kernel: 130 v_cache_count R *Handler Int > > Jun 5 21:05:01 mail /kernel: 131 v_cache_min R *Handler Int > > Jun 5 21:05:01 mail /kernel: 132 v_cache_max R *Handler Int > > Jun 5 21:05:01 mail /kernel: 133 v_pageout_free_min R *Handler Int > > Jun 5 21:05:01 mail /kernel: 134 v_interrupt_free_min R *Handler Int .... .... .... [snip] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 5:11:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from agamemnon.gtf.ol.no (agamemnon.gtf.ol.no [128.39.174.83]) by hub.freebsd.org (Postfix) with ESMTP id 6096514D44 for ; Mon, 7 Jun 1999 05:11:44 -0700 (PDT) (envelope-from trond@agamemnon.gtf.ol.no) Received: from localhost (trond@localhost) by agamemnon.gtf.ol.no (8.9.3/8.9.3) with SMTP id OAA22533 for ; Mon, 7 Jun 1999 14:11:43 +0200 (CEST) (envelope-from trond@agamemnon.gtf.ol.no) Date: Mon, 7 Jun 1999 14:11:40 +0200 (CEST) From: Trond Endrestol To: freebsd-questions@freebsd.org Subject: smbfs and ncpfs in FreeBSD? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Have anyone considered adding smbfs (Samba/SMB) and/or ncpfs (NetWare Core Protocol) to FreeBSD? Trond Endrestol. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 5:21:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by hub.freebsd.org (Postfix) with ESMTP id 31E9814D44 for ; Mon, 7 Jun 1999 05:21:15 -0700 (PDT) (envelope-from Thierry.Herbelot@alcatel.fr) Received: from aifhs2.alcatel.fr (mailhub.alcatel.fr [155.132.180.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id NAA25159; Mon, 7 Jun 1999 13:18:28 +0200 Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id OAA04678; Mon, 7 Jun 1999 14:15:41 +0200 (MET DST) Received: from telss1 (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.9.1a/8.9.1) with ESMTP id OAA15131; Mon, 7 Jun 1999 14:01:41 +0200 (MEST) Received: from telspace.alcatel.fr by telss1 (8.8.8+Sun/SMI-SVR4) id OAA26976; Mon, 7 Jun 1999 14:05:55 +0200 (MET DST) Message-ID: <375BB6F9.5967D700@telspace.alcatel.fr> Date: Mon, 07 Jun 1999 14:11:37 +0200 From: Thierry Herbelot Reply-To: thierry.herbelot@alcatel.fr Organization: Alcatel CIT Nanterre X-Mailer: Mozilla 4.6 [en] (X11; I; SunOS 5.5.1 sun4m) X-Accept-Language: en MIME-Version: 1.0 To: Vincent Poy Cc: Doug White , Geoffrey Robinson , questions@FreeBSD.ORG Subject: Re: restoring a system References: Content-Type: multipart/mixed; boundary="------------158FB5BD3866D9B6CC54E4F3" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------158FB5BD3866D9B6CC54E4F3 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From what I've done this week-end : * use /stand/sysinstall to write a first disklabel on the partitions of the new disks * use disklabel -e on the new partitions to be sliced (along with a disklabel on the existing partitions to have a hinyt on sizes) * then use newfs on the newly created slices (a, b, e, f, ...) * (mount the new slices on /mnt) * then dump -0 -f - (filesystem) | (cd /mnt ; restore -f -) rm /mnt/restorsymtable that's it (beware of the contents of the /etc : the operations above have built an exact clone of the original disks - you may have to change at least the IP address) TfH Vincent Poy wrote: > > Speaking about restoring a system, what is the easiest way of > moving everything from one machine to another? > > Cheers, > Vince - vince@MCESTATE.COM - vince@GAIANET.NET ________ __ ____ > Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] > GaiaNet Corporation - M & C Estate / / / / | / | __] ] > Beverly Hills, California USA 90210 / / / / / |/ / | __] ] > HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message --------------158FB5BD3866D9B6CC54E4F3 Content-Type: text/x-vcard; charset=us-ascii; name="thierry.herbelot.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Thierry Herbelot Content-Disposition: attachment; filename="thierry.herbelot.vcf" begin:vcard n:Herbelot;Thierry tel;work:(+33) 1 46 52 47 23 x-mozilla-html:FALSE url:http://perso.cybercable.fr/herbelot org:CIT Nanterre adr:;;;;;; version:2.1 email;internet:thierry.herbelot@alcatel.fr x-mozilla-cpt:;-22032 fn:Thierry Herbelot end:vcard --------------158FB5BD3866D9B6CC54E4F3-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 5:26: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from volodya.prime.net.ua (volodya.prime.net.ua [195.64.229.17]) by hub.freebsd.org (Postfix) with ESMTP id BC21F14DA6 for ; Mon, 7 Jun 1999 05:26:03 -0700 (PDT) (envelope-from andyo@prime.net.ua) Received: from prime.net.ua (localhost [127.0.0.1]) by volodya.prime.net.ua (8.9.3/8.8.8) with ESMTP id NAA58373; Mon, 7 Jun 1999 13:18:44 +0300 (EEST) (envelope-from andyo@prime.net.ua) Message-ID: <375B9C76.9BFC0DB3@prime.net.ua> Date: Mon, 07 Jun 1999 13:18:32 +0300 From: "Andy V. Oleynik" Organization: M-Info X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.2-BETA i386) X-Accept-Language: ru, en MIME-Version: 1.0 To: Alexander Maret Cc: "'freebsd-questions@FreeBSD.ORG'" Subject: Re: What are these kernel messages?? References: <91DA20EC3C3DD211833400A0245A4EA9BA0EB5@erlangen01.axis.de> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Look for this entries in /var/log/messages Alexander Maret wrote: > Hi, > > > -----Original Message----- > > From: Andy V. Oleynik [mailto:andyo@prime.net.ua] > > Sent: Montag, 7. Juni 1999 11:27 > > To: Alexander Maret > > Cc: 'freebsd-questions@FreeBSD.ORG' > > Subject: Re: What are these kernel messages?? > > > > > > Looks like ur kernel outputs sysctl's variables. > > Question is when exactly it occures? > > hmm, I don't know my process accounting doesn't show anything unusual. > I just got this with my daily security output. > > Alex > > > Alexander Maret wrote: > > > > > can ne1 help me? I got the following kernel messages and don't know > > > what they mean. > > > > > > Jun 5 21:05:01 mail /kernel: 128 v_inactive_target R *Handler Int > > > Jun 5 21:05:01 mail /kernel: 129 v_inactive_count R *Handler Int > > > Jun 5 21:05:01 mail /kernel: 130 v_cache_count R *Handler Int > > > Jun 5 21:05:01 mail /kernel: 131 v_cache_min R *Handler Int > > > Jun 5 21:05:01 mail /kernel: 132 v_cache_max R *Handler Int > > > Jun 5 21:05:01 mail /kernel: 133 v_pageout_free_min R *Handler Int > > > Jun 5 21:05:01 mail /kernel: 134 v_interrupt_free_min R *Handler Int > .... > .... > .... > [snip] > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- WBW Andy V. Oleynik (When U work in virtual office U have good chance to obtain virtual money Ж%-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 5:34:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from aic-gw.mlink.net (aic-gw.mlink.net [209.104.118.65]) by hub.freebsd.org (Postfix) with SMTP id E8DB714DA6 for ; Mon, 7 Jun 1999 05:34:51 -0700 (PDT) (envelope-from matt@AIC-GW.MLINK.NET) Received: (qmail 31919 invoked by uid 1001); 7 Jun 1999 12:34:50 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 7 Jun 1999 12:34:50 -0000 Date: Mon, 7 Jun 1999 08:34:50 -0400 (EDT) From: matt To: FreeBSD-QUESTIONS Subject: BIND 8.2 Question.. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, I've read the mans and even the bloody book, but I can't seem to find how to fix this problem of mine.. I know that I have to set a "default" TTL but I don't know where to set it... Message follows: Jun 5 16:35:19 aic-gw named[109]: Zone "xx/xx.xx.xxx.xxx.in-addr.arpa" (file masters/db.xxx.xxx.xxx): No default TTL set using SOA minimum instead I get that on all my files... My SOA entries look like this: @ IN SOA xxxxxxxxx. xxx.xxxxxxxxxx. ( 1999052700 ; Serial 10800 ; Refresh after 3 hours 3600 ; Retry after 1 hour 604800 ; Expire after 1 week 3600 ) ; Minimum TTL of 1 hour What exactly am I doing wrong here? cause I sure am not seeing it... maybe one of you could help? Thanks in advance.. Matt ARPA Internet Canada -- DISCLAIMER: Anyone sending me unsolicited commercial electronic mail will be charged a $100 fee for time spent reading it. Do NOT send this type of electronic mail to me. In reading this, you automatically agree to be subjected to these terms: US Code Title 47, Sec.227(a)(2)(B), a computer/modem/printer meets the definition of a telephone fax machine. By Sec.227(b)(1)(C), it is unlawful to send any unsolicited advertisement to such equipment. By Sec.227(b)(3)(C), a violation of the aforementioned Section is punishable by action to recover actual monetary loss, or $500, whichever is greater, for each violation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 5:37:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hermes.axis.de (hermes.axis.de [194.163.241.7]) by hub.freebsd.org (Postfix) with SMTP id D4A8314DA6 for ; Mon, 7 Jun 1999 05:37:21 -0700 (PDT) (envelope-from maret@axis.de) Received: from erlangen01.axis.de by hermes.axis.de via smtpd (for hub.FreeBSD.ORG [204.216.27.18]) with SMTP; 7 Jun 1999 12:37:21 UT Received: (private information removed) Message-ID: <91DA20EC3C3DD211833400A0245A4EA9BA0EB7@erlangen01.axis.de> From: Alexander Maret To: "'Andy V. Oleynik'" Cc: "'freebsd-questions@FreeBSD.ORG'" Subject: RE: What are these kernel messages?? Date: Mon, 7 Jun 1999 14:37:20 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain; charset="koi8-r" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, > -----Original Message----- > From: Andy V. Oleynik [mailto:andyo@prime.net.ua] > Sent: Montag, 7. Juni 1999 12:19 > To: Alexander Maret > Cc: 'freebsd-questions@FreeBSD.ORG' > Subject: Re: What are these kernel messages?? > > > Look for this entries in /var/log/messages I already did this, but there is nothing special. Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 5:40:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from volodya.prime.net.ua (volodya.prime.net.ua [195.64.229.17]) by hub.freebsd.org (Postfix) with ESMTP id 0CF5514D24 for ; Mon, 7 Jun 1999 05:40:40 -0700 (PDT) (envelope-from andyo@prime.net.ua) Received: from prime.net.ua (localhost [127.0.0.1]) by volodya.prime.net.ua (8.9.3/8.8.8) with ESMTP id NAA64094; Mon, 7 Jun 1999 13:30:21 +0300 (EEST) (envelope-from andyo@prime.net.ua) Message-ID: <375B9F32.1544889C@prime.net.ua> Date: Mon, 07 Jun 1999 13:30:13 +0300 From: "Andy V. Oleynik" Organization: M-Info X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.2-BETA i386) X-Accept-Language: ru, en MIME-Version: 1.0 To: Alexander Maret Cc: "'freebsd-questions@FreeBSD.ORG'" Subject: Re: What are these kernel messages?? References: <91DA20EC3C3DD211833400A0245A4EA9BA0EB7@erlangen01.axis.de> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I was interesting how often this block repeats. Dayly run output may just report to U about the same block. Alexander Maret wrote: > Hi, > > > -----Original Message----- > > From: Andy V. Oleynik [mailto:andyo@prime.net.ua] > > Sent: Montag, 7. Juni 1999 12:19 > > To: Alexander Maret > > Cc: 'freebsd-questions@FreeBSD.ORG' > > Subject: Re: What are these kernel messages?? > > > > > > Look for this entries in /var/log/messages > > I already did this, but there is nothing special. > > Alex -- WBW Andy V. Oleynik (When U work in virtual office U have good chance to obtain virtual money Ж%-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 5:48:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hermes.axis.de (hermes.axis.de [194.163.241.7]) by hub.freebsd.org (Postfix) with SMTP id EE4F014D0F for ; Mon, 7 Jun 1999 05:48:37 -0700 (PDT) (envelope-from maret@axis.de) Received: from erlangen01.axis.de by hermes.axis.de via smtpd (for hub.FreeBSD.ORG [204.216.27.18]) with SMTP; 7 Jun 1999 12:48:37 UT Received: (private information removed) Message-ID: <91DA20EC3C3DD211833400A0245A4EA9BA0EB9@erlangen01.axis.de> From: Alexander Maret To: "'Andy V. Oleynik'" Cc: "'freebsd-questions@FreeBSD.ORG'" Subject: RE: What are these kernel messages?? Date: Mon, 7 Jun 1999 14:48:36 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain; charset="koi8-r" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I was interesting how often this block repeats. > Dayly run output may just report to U about the same > block. > Alexander Maret wrote: This is the only block I could find in all my message files (last 180 days). Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 5:53:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from volodya.prime.net.ua (volodya.prime.net.ua [195.64.229.17]) by hub.freebsd.org (Postfix) with ESMTP id 2409214D0F for ; Mon, 7 Jun 1999 05:53:31 -0700 (PDT) (envelope-from andyo@prime.net.ua) Received: from prime.net.ua (localhost [127.0.0.1]) by volodya.prime.net.ua (8.9.3/8.8.8) with ESMTP id NAA69706; Mon, 7 Jun 1999 13:42:46 +0300 (EEST) (envelope-from andyo@prime.net.ua) Message-ID: <375BA222.E8276184@prime.net.ua> Date: Mon, 07 Jun 1999 13:42:43 +0300 From: "Andy V. Oleynik" Organization: M-Info X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.2-BETA i386) X-Accept-Language: ru, en MIME-Version: 1.0 To: matt Cc: FreeBSD-QUESTIONS Subject: Re: BIND 8.2 Question.. References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have same messages on my new box with new bind-8.2. It's secondary for all the zones besides of 0.0.127.inaddr.arpa. It abuses on latter. I have no idea. Did the format SOA RR changed? matt wrote: > Greetings, > > I've read the mans and even the bloody book, but I can't seem > to find how to fix this problem of mine.. I know that I have to set a > "default" TTL but I don't know where to set it... Message follows: > > Jun 5 16:35:19 aic-gw named[109]: Zone "xx/xx.xx.xxx.xxx.in-addr.arpa" > (file masters/db.xxx.xxx.xxx): No default TTL set using SOA minimum > instead > > I get that on all my files... My SOA entries look like this: > > @ IN SOA xxxxxxxxx. xxx.xxxxxxxxxx. > ( > 1999052700 ; Serial > 10800 ; Refresh after 3 hours > 3600 ; Retry after 1 hour > 604800 ; Expire after 1 week > 3600 ) ; Minimum TTL of 1 hour > > What exactly am I doing wrong here? cause I sure am not seeing it... > maybe one of you could help? Thanks in advance.. > > Matt > ARPA Internet Canada > > -- > DISCLAIMER: Anyone sending me unsolicited commercial electronic mail > will be charged a $100 fee for time spent reading it. Do NOT send this > type of electronic mail to me. In reading this, you automatically agree > to be subjected to these terms: > > US Code Title 47, Sec.227(a)(2)(B), a computer/modem/printer meets the > definition of a telephone fax machine. By Sec.227(b)(1)(C), it is > unlawful to send any unsolicited advertisement to such equipment. By > Sec.227(b)(3)(C), a violation of the aforementioned Section is punishable > by action to recover actual monetary loss, or $500, whichever is greater, > for each violation. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- WBW Andy V. Oleynik (When U work in virtual office U have good chance to obtain virtual money Ж%-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 5:55:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from righi.ml.org (RIGHI.DF.UNIBO.IT [137.204.49.17]) by hub.freebsd.org (Postfix) with ESMTP id E93B814D0F for ; Mon, 7 Jun 1999 05:55:35 -0700 (PDT) (envelope-from riccardo@righi.ml.org) Received: from localhost (riccardo@localhost) by righi.ml.org (8.9.2/8.9.1) with ESMTP id PAA29090; Mon, 7 Jun 1999 15:01:15 +0200 (CEST) (envelope-from riccardo@righi.ml.org) Date: Mon, 7 Jun 1999 15:01:14 +0200 (CEST) From: Riccardo Veraldi To: Mikhail Teterin Cc: questions@FreeBSD.ORG Subject: Re: dbm_* functions missing In-Reply-To: <199906060208.WAA16306@kot.ne.mediaone.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG the reason is install gdbm from ports collection. dbm system is a library not a part of the OS itself. So if u like using dbm (I use it too) install gdbm with make install from /usr/ports/databases/gdbm directory. Rick On Sat, 5 Jun 1999, Mikhail Teterin wrote: > Hello! > > Is there a good reason FreeBSD's ndbm does not implement > > dbm_error > dbm_pagfno > dbm_rdonly > > ? gdbm has them... Thanks, > > -mi > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 6: 4:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.click2net.com (mail.click2net.com [216.94.59.238]) by hub.freebsd.org (Postfix) with ESMTP id 8FAE614D12 for ; Mon, 7 Jun 1999 06:04:30 -0700 (PDT) (envelope-from geoff@click2net.com) Received: from click2net.com (sparrow.click2net.com [216.94.59.226]) by mail.click2net.com (8.9.1/8.9.1) with ESMTP id JAA13801; Mon, 7 Jun 1999 09:05:25 -0400 (EDT) (envelope-from geoff@click2net.com) Message-ID: <375BC386.2200B52A@click2net.com> Date: Mon, 07 Jun 1999 09:05:10 -0400 From: Geoffrey Robinson Organization: Click2net inc. X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 3.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Vincent Poy Cc: questions@freebsd.org Subject: Re: restoring a system References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Vincent Poy wrote: > > Speaking about restoring a system, what is the easiest way of > moving everything from one machine to another? I think that generally doing comprehensive backups are harder than you would first think. From what I've read dump is probably the best for backing up a system but other things that may work are taring a file system over NFS or using a removable hard drive. -- Geoffrey Robinson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 6: 8:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from volodya.prime.net.ua (volodya.prime.net.ua [195.64.229.17]) by hub.freebsd.org (Postfix) with ESMTP id 6302A14D12 for ; Mon, 7 Jun 1999 06:08:51 -0700 (PDT) (envelope-from andyo@prime.net.ua) Received: from prime.net.ua (localhost [127.0.0.1]) by volodya.prime.net.ua (8.9.3/8.8.8) with ESMTP id NAA78228; Mon, 7 Jun 1999 13:57:09 +0300 (EEST) (envelope-from andyo@prime.net.ua) Message-ID: <375BA57B.615E672B@prime.net.ua> Date: Mon, 07 Jun 1999 13:57:00 +0300 From: "Andy V. Oleynik" Organization: M-Info X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.2-BETA i386) X-Accept-Language: ru, en MIME-Version: 1.0 To: Alexander Maret Cc: "'freebsd-questions@FreeBSD.ORG'" Subject: Re: What are these kernel messages?? References: <91DA20EC3C3DD211833400A0245A4EA9BA0EB9@erlangen01.axis.de> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Definitly dayly run output tells U about this one :) Alexander Maret wrote: > > I was interesting how often this block repeats. > > Dayly run output may just report to U about the same > > block. > > Alexander Maret wrote: > > This is the only block I could find in all my message files (last 180 days). > > Alex -- WBW Andy V. Oleynik (When U work in virtual office U have good chance to obtain virtual money Ж%-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 6: 9: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from venus.GAIANET.NET (venus.GAIANET.NET [207.211.200.74]) by hub.freebsd.org (Postfix) with ESMTP id A59EC14D12 for ; Mon, 7 Jun 1999 06:09:03 -0700 (PDT) (envelope-from vince@venus.GAIANET.NET) Received: from localhost (vince@localhost) by venus.GAIANET.NET (8.9.1/8.9.1) with ESMTP id GAA16986; Mon, 7 Jun 1999 06:09:04 -0700 (PDT) (envelope-from vince@venus.GAIANET.NET) Date: Mon, 7 Jun 1999 06:09:00 -0700 (PDT) From: Vincent Poy To: Geoffrey Robinson Cc: questions@FreeBSD.ORG Subject: Re: restoring a system In-Reply-To: <375BC386.2200B52A@click2net.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 7 Jun 1999, Geoffrey Robinson wrote: > > Speaking about restoring a system, what is the easiest way of > > moving everything from one machine to another? > > I think that generally doing comprehensive backups are harder than you > would first think. From what I've read dump is probably the best for > backing up a system but other things that may work are taring a file > system over NFS or using a removable hard drive. Probably NFS might work. The tar problem could be that the system needs to have the space to be able to compress even the user directories. Cheers, Vince - vince@MCESTATE.COM - vince@GAIANET.NET ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] GaiaNet Corporation - M & C Estate / / / / | / | __] ] Beverly Hills, California USA 90210 / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 6:42:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from goliath.dacor.com (ns1.dacor.net [205.133.75.2]) by hub.freebsd.org (Postfix) with ESMTP id 52C6B14D3D for ; Mon, 7 Jun 1999 06:42:16 -0700 (PDT) (envelope-from jkonecn@green-mfg.com) Received: from green-mfg.com (83.dacor.com [205.133.74.121]) by goliath.dacor.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id M1R0S2ZQ; Mon, 7 Jun 1999 09:42:15 -0400 Message-ID: <375BCD0C.41FC504E@green-mfg.com> Date: Mon, 07 Jun 1999 09:45:48 -0400 From: Joe Konecny X-Mailer: Mozilla 4.6 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Mailing List Subject: how to run natd? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to set up natd. I have my fbsd machine connected to an adsl line and it works fine. I have a win95 machine connected to the fbsd machine for web access. I enabled the firewall and it is set to open right now. I can ping each machine from the other. I ping anything on the internet from the win95 machine. The Complete FreeBSD says the natd should have a line in /etc/services saying... natd 6668/divert My services file says... natd 8668/divert Which should it be? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 6:46:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp3.263.net (unknown [202.96.44.22]) by hub.freebsd.org (Postfix) with SMTP id 2182014D3D for ; Mon, 7 Jun 1999 06:46:28 -0700 (PDT) (envelope-from ryuson@263.net) Received: (fmail 28044 invoked from network); 7 Jun 1999 13:50:32 -0000 Received: from unknown (HELO 263.net) (202.96.44.21) by smtp3 with SMTP; 7 Jun 1999 13:50:32 -0000 Received: (fmail 25671 invoked by uid 1004); 7 Jun 1999 13:43:21 -0000 Date: 7 Jun 1999 13:43:21 -0000 Message-ID: <19990607134321.25670.fmail@263.net> Reply-To: ryuson@263.net From: ryuson@263.net To: freebsd-questions@FreeBSD.ORG Subject: How to add MANPATH? Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello: I had installed xcin,but xcin's manpath is "/usr/X11R6/man", my MANPATH are "/usr/share/man" and "/usr/local/man",so I can't view xcin's man. I wanna ask how to add MANPATH? Thank you for your reply. Ryuson __________________________________________________ ╩╤с╜й╧сцйв╤╪тзоъцБ╥я╣ГвссйоДhttp://freemail.263.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 6:52:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from boy.rpd.univ.kiev.ua (boy.rpd.univ.kiev.ua [193.125.78.117]) by hub.freebsd.org (Postfix) with ESMTP id EAE2214D3D for ; Mon, 7 Jun 1999 06:52:06 -0700 (PDT) (envelope-from gonzo@boy.rpd.univ.kiev.ua) Received: (from gonzo@localhost) by boy.rpd.univ.kiev.ua (8.9.2/8.9.3) id QAA62841 for freebsd-questions@freebsd.Org; Mon, 7 Jun 1999 16:52:04 +0300 (EEST) Date: Mon, 7 Jun 1999 16:52:04 +0300 (EEST) From: GonZo Message-Id: <199906071352.QAA62841@boy.rpd.univ.kiev.ua> To: freebsd-questions@freebsd.Org Subject: Re: MANPATH Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG export MANPATH=/usr/X11R6/man:$MANPATH WBR GonZoo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 6:56:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ikar.elect.ru (unknown [195.161.50.139]) by hub.freebsd.org (Postfix) with ESMTP id 53A92152E3 for ; Mon, 7 Jun 1999 06:56:46 -0700 (PDT) (envelope-from pavel@ikar.elect.ru) Received: from localhost (pavel@localhost) by ikar.elect.ru (8.8.7/8.8.7) with SMTP id RAA00459 for ; Mon, 7 Jun 1999 17:56:21 +0400 (MSD) (envelope-from pavel@ikar.elect.ru) Date: Mon, 7 Jun 1999 17:56:19 +0400 (MSD) From: "Pavel V. Antipov" To: freebsd-questions@freebsd.org Subject: natd question Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi ! I have FreeBSD-2.2.5 internet server and local network which conected to my internet server. Local hosts has IP as advices in RFC1918. I want to provide the access to remote machine (194.87.96.134:27500) from my local host (192.168.32.5) via natd. See below the natd.conf: use_sockets yes same_ports yes unregistered_only yes interface de0 permanent_link udp 192.168.32.5:25000 194.87.96.134:0 27500 permanent_link udp 194.87.96.134:27500 192.168.32.5:0 25000 In this case when I try to connect to 194.87.96.134 I see (using tcpdump): .... 192.168.32.5:27901 > 194.87.96.134 UDP (17) Of course, remote server will not response me. HOW can i alter the source IP of outgouing packets ? (AND reverse) Please answer me via email:pavel@ikar.elect.ru Thank you Pavel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 7: 6: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from well.apcs.com.au (well.apcs.com.au [203.41.122.5]) by hub.freebsd.org (Postfix) with ESMTP id 854F514BF1 for ; Mon, 7 Jun 1999 07:05:52 -0700 (PDT) (envelope-from keith@well.apcs.com.au) Received: (from keith@localhost) by well.apcs.com.au (8.9.3/8.9.2) id AAA03941 for questions@freebsd.org; Tue, 8 Jun 1999 00:00:33 +1000 (EST) (envelope-from keith) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Tue, 08 Jun 1999 00:00:33 +1000 (EST) From: Keith Anderson To: questions@freebsd.org Subject: ipnat 3.2-REL Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi All I have a problem with transproxy. I have used transproxy on 2.2.8-rel with no probs the error is /dev/ipnat: open: Device not configured but if I run root@proxy2~#cd /dev root@proxy2/dev#/dev/MAKEDEV /dev/ipnat /dev/ipnat - no such device name root@proxy2/dev#ls -l |grep ipnat crw------- 1 root wheel 79, 1 Jun 8 06:49 ipnat Any help would be great Thanks Keith Anderson "The box said 'Requires Windows 95, NT, or better,' so I installed FreeBSD." ** The thing I like most about Windows 98 is... ** You can download FreeBSD with it! ---------------------------------- E-Mail: Keith Anderson Australia Power Control Systems Pty. Limited. Date: 07-Jun-99 Time: 23:55:18 Satelite Service 64K to 2Meg This message was sent by XFMail ---------------------------------- What's the similarity between an air conditioner and a computer? They both stop working when you open windows. ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 7: 9:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hal-pc.org (hal-pc.org [204.52.135.1]) by hub.freebsd.org (Postfix) with ESMTP id 7879114BF1 for ; Mon, 7 Jun 1999 07:09:25 -0700 (PDT) (envelope-from vista33@hal-pc.org) Received: from hal-pc.org (216-119-128-116.ipset8.wt.net [216.119.128.116]) by hal-pc.org (8.9.1/8.9.0) with ESMTP id JAA18194 for ; Mon, 7 Jun 1999 09:09:23 -0500 (CDT) Message-ID: <375BD342.7A5FC78D@hal-pc.org> Date: Mon, 07 Jun 1999 09:12:19 -0500 From: Jeff & Debra Watson Organization: Watson Family X-Mailer: Mozilla 4.5 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: test Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG test To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 7:19:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from public.lyptt.fj.cn (public.lyptt.fj.cn [202.101.113.33]) by hub.freebsd.org (Postfix) with ESMTP id 81A4F14BF1 for ; Mon, 7 Jun 1999 07:19:30 -0700 (PDT) (envelope-from mymail@telekbird.com.cn) Received: from legend (lymax1-37.lyptt.fj.cn [202.101.113.165]) by public.lyptt.fj.cn (8.9.2/8.9.2) with SMTP id WAA04729 for ; Mon, 7 Jun 1999 22:18:26 +0900 (CDT) Date: Mon, 7 Jun 1999 22:18:26 +0900 (CDT) Message-Id: <199906071318.WAA04729@public.lyptt.fj.cn> From: TEST To: freebsd-questions@freebsd.org Subject: HELP KDE MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver 1.25.04 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When I run the kdm, the error message as : /usr/libexec/ld-elf.so.1: Shared object "libstdc++.so.3" not found Where can found the libstdc++.so.3 ? and pkg_add ? Enjoy!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 7:26:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by hub.freebsd.org (Postfix) with ESMTP id 6781314CAE for ; Mon, 7 Jun 1999 07:26:09 -0700 (PDT) (envelope-from Thierry.Herbelot@alcatel.fr) Received: from aifhs2.alcatel.fr (mailhub.alcatel.fr [155.132.180.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id PAA13780; Mon, 7 Jun 1999 15:23:22 +0200 Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id QAA27705; Mon, 7 Jun 1999 16:20:36 +0200 (MET DST) Received: from telss1 (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.9.1a/8.9.1) with ESMTP id QAA08919; Mon, 7 Jun 1999 16:15:17 +0200 (MEST) Received: from telspace.alcatel.fr by telss1 (8.8.8+Sun/SMI-SVR4) id QAA01744; Mon, 7 Jun 1999 16:19:55 +0200 (MET DST) Message-ID: <375BD661.EBD3B84E@telspace.alcatel.fr> Date: Mon, 07 Jun 1999 16:25:37 +0200 From: Thierry Herbelot Reply-To: thierry.herbelot@alcatel.fr Organization: Alcatel CIT Nanterre X-Mailer: Mozilla 4.6 [en] (X11; I; SunOS 5.5.1 sun4m) X-Accept-Language: en MIME-Version: 1.0 To: "Pavel V. Antipov" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: natd question References: Content-Type: multipart/mixed; boundary="------------8B3DDD03A511D05D64AA6975" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------8B3DDD03A511D05D64AA6975 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello, you do not have to set up a "permanent_link" in the rules of your natd. for recent natd (why don't you upgrade ? - you should at least go to the 2.2.8-Stable version), you filter packets with ipfw, and all allowed packets will be translated (transparently). In this way, you do not have to specify the translation between in and out machines. I use it at home and all outgoing packets get automatically rewritten with the IP address of the outside interface of my router. TfH "Pavel V. Antipov" wrote: > > Hi ! > > I have FreeBSD-2.2.5 internet server and local network which conected to > my internet server. Local hosts has IP as advices in RFC1918. > I want to provide the access to remote machine (194.87.96.134:27500) from > my local host (192.168.32.5) via natd. > See below the natd.conf: > > use_sockets yes > same_ports yes > unregistered_only yes > interface de0 > permanent_link udp 192.168.32.5:25000 194.87.96.134:0 27500 > permanent_link udp 194.87.96.134:27500 192.168.32.5:0 25000 > > In this case when I try to connect to 194.87.96.134 I see (using tcpdump): > .... 192.168.32.5:27901 > 194.87.96.134 UDP (17) > > Of course, remote server will not response me. > > HOW can i alter the source IP of outgouing packets ? > (AND reverse) > > Please answer me via email:pavel@ikar.elect.ru > > Thank you > Pavel > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message --------------8B3DDD03A511D05D64AA6975 Content-Type: text/x-vcard; charset=us-ascii; name="thierry.herbelot.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Thierry Herbelot Content-Disposition: attachment; filename="thierry.herbelot.vcf" begin:vcard n:Herbelot;Thierry tel;work:(+33) 1 46 52 47 23 x-mozilla-html:FALSE url:http://perso.cybercable.fr/herbelot org:CIT Nanterre adr:;;;;;; version:2.1 email;internet:thierry.herbelot@alcatel.fr x-mozilla-cpt:;-22032 fn:Thierry Herbelot end:vcard --------------8B3DDD03A511D05D64AA6975-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 7:32:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from arthur.axion.bt.co.uk (arthur.axion.bt.co.uk [132.146.5.4]) by hub.freebsd.org (Postfix) with ESMTP id DA57614CAE for ; Mon, 7 Jun 1999 07:32:20 -0700 (PDT) (envelope-from elise.guedin@bt-sys.bt.co.uk) Received: from rambo (actually rambo.futures.bt.co.uk) by arthur (local) with SMTP; Mon, 7 Jun 1999 15:31:33 +0100 Received: from hercules.info.bt.co.uk (actually hercules) by rambo with SMTP (PP); Mon, 7 Jun 1999 15:33:50 +0100 Received: by hercules.info.bt.co.uk with SMTP (Microsoft Exchange Server Internet Mail Connector Version 4.0.996.62) id <01BEB0FB.981F71B0@hercules.info.bt.co.uk>; Mon, 7 Jun 1999 15:37:04 +0100 Message-ID: <01BEB0FB.981F71B0@hercules.info.bt.co.uk> From: Elise Guedin To: "'freebsd-questions@FreeBSD.ORG'" Subject: bpf - "initializer is not constant" Date: Mon, 7 Jun 1999 15:37:03 +0100 X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.996.62 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am trying to use bpf to filter some IP packets . It works well (as I didn't forget to put pseudo-device bpfilter ...) When I am specifying an IP address (i.e 0xac191b25..) to forward, no problem. BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K,0xac191b25,0,1) The problem is when I am putting "ipaddress" (which is a u_long) instead of 0xac191b25. I get "initializer for insns[5].k is not constant" . I really need to configure my filter depending on some other events, so I don't know before which IPaddress to forward. That's why I need to put a variable instead of a constant in the bpf filter. Anyone has a clue to cope with this ? Thanks in advance Elise GUEDIN To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 7:36:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from relay05.netaddress.usa.net (relay05.netaddress.usa.net [204.68.24.185]) by hub.freebsd.org (Postfix) with SMTP id 40F931574B for ; Mon, 7 Jun 1999 07:36:29 -0700 (PDT) (envelope-from oliver.bankel@usa.net) Received: (qmail 12195 invoked from network); 7 Jun 1999 14:36:28 -0000 Received: from nw176.netaddress.usa.net (204.68.24.76) by outbound.netaddress.usa.net with SMTP; 7 Jun 1999 14:36:28 -0000 Received: (qmail 4944 invoked by uid 60001); 7 Jun 1999 14:36:28 -0000 Message-ID: <19990607143628.4943.qmail@nw176.netaddress.usa.net> Received: from 204.68.24.76 by nw176 via web-mailer(M3.0.0.135) on Mon Jun 7 14:36:28 GMT 1999 Date: 7 Jun 99 16:36:28 MET DST From: Oliver Bankel To: freebsd-questions@FreeBSD.ORG Subject: My kernel won't boot. Problem with npx0. Any Ideas? X-Mailer: USANET web-mailer (M3.0.0.135) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am relativly new to FreeBSD and UNIX. Now I have written my own kernel. Also I am sure I have compiled it correctly. But I have a Problem. After He loads the npx0 I get this error message : ( It's absolutly so how its posted here) =2E =2E =2E npx0 on motherboard npx0: INT 16 interface Fatal trap 12: page fault while in Kernel mode fault virtual address =3D 0x58 fault code =3D supervisor read, page not present instruction pointer =3D 0x8:0xc01a164t stack pointer =3D 0x10:0xc0289f84 frame pointer =3D 0x10:0xc0289f88 code segment =3D base 0x0, limit 0xfffff =3D DPL 0, pres 1; def 32 1, gran 1 processor eflags =3Dinterupt enabled, resume IOPL=3D0 current process =3D 0 ( ) interrupt mask =3D trap number =3D 12 panic: page fault Then the message for rebooting comes up. I have no idea whats wrong in my kernel config file. I have an Cyrix 6x86 and both the 486 and 586 cpu classes loaded. And I have 64 MB RAM. Here are the files in my kernel config which could be important. =2E =2E =2E # $Id: GENERIC,v 1.143.2.12 1999/05/14 15:12:26 jkh Exp $ machine "i386" cpu "I486_CPU" cpu "I586_CPU" ident "UNIX1_Modified_Kernel_1.0" maxusers 10 options GPL_MATH_EMULATE #Support for x87 emulation =2E =2E =2E controller isa0 controller pnp0 controller eisa0 controller pci0 =2E =2E =2E device npx0 at isa? port IO_NPX iosiz 0x0 flags 0x0 irq 13 =2E =2E =2E options SYSVSHM options SYSVMSG options SYSVSEM I swear I have probed all ideas that came to me but nothing works. Can anyone help me to solve that prob, please ??? thanx greetings, Oliver Bankel alias Grand.Moobiey alias G_Moobiey Oliver.Bankel@usa.net ____________________________________________________________________ Get free e-mail and a permanent address at http://www.netaddress.com/?N=3D= 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 7:55:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.cyberphile.co.uk (mail.cyberphile.co.uk [194.143.181.137]) by hub.freebsd.org (Postfix) with ESMTP id 8913A1506A for ; Mon, 7 Jun 1999 07:55:37 -0700 (PDT) (envelope-from richard@cyberphile.net) Received: by mail.cyberphile.co.uk from localhost (router,SLMail V2.6); Mon, 07 Jun 1999 15:56:32 +0100 Received: by mail.cyberphile.co.uk from richard.cyberphile.co.uk (194.143.182.136::mail daemon,SLMail V2.6); Mon, 07 Jun 1999 15:56:32 +0100 Message-ID: <375BDD62.A99F2E01@cyberphile.net> Date: Mon, 07 Jun 1999 15:55:31 +0100 From: R J Thompson X-Mailer: Mozilla 4.6 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: FreeBSD & DEC TLZ07-DA Drive? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Does anyone know if the DEC TLZ07-DA Tape Drive is supported under FreeBSD? Any help would be appreciated. Thanks Richard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 7:58: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mtolympus.ari.net (newmtolympus.ari.net [198.69.192.180]) by hub.freebsd.org (Postfix) with ESMTP id 5B2EF1506A for ; Mon, 7 Jun 1999 07:58:00 -0700 (PDT) (envelope-from cmyers@ari.net) Received: from intan (intan.ari.net.192.69.198.in-addr.arpa [198.69.192.220] (may be forged)) by mtolympus.ari.net (8.8.8/8.8.8) with SMTP id LAA25723 for ; Mon, 7 Jun 1999 11:15:11 -0400 (EDT) (envelope-from cmyers@ari.net) Message-Id: <4.1.19990607105949.00a9ca80@mtolympus.ari.net> X-Sender: cmyers@mtolympus.ari.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Mon, 07 Jun 1999 11:03:23 +0000 To: freebsd-questions@FreeBSD.ORG From: Chris Myers Subject: Modem Dialer Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi everyone! I have problem I hope some of you can help with. I am trying to set up my system to automatically ping my other servers at specified intervals and then, if they do not respond to the ping, dial out on a modem to my pager and enter the IP address of the device as the telephone number. I have the perl script for pinging the system. The problem I am having is finding a program that the script can call if a server is not pingable. I have one for Linux called "pager.c" but I cannot get this to compile under freeBSD. Can someone PLEASE help me with this. I'm running out of time to get this solved. :-( Thanks, Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 8: 4:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from max.pressline.com (cc317033-a.brick1.nj.home.com [24.6.94.42]) by hub.freebsd.org (Postfix) with ESMTP id 7FA901506A for ; Mon, 7 Jun 1999 08:04:51 -0700 (PDT) (envelope-from carol@pressline.com) Received: (from robert@localhost) by max.pressline.com (8.9.3/8.9.3) id MAA20430; Mon, 7 Jun 1999 12:09:48 -0400 Date: Mon, 7 Jun 1999 12:09:48 -0400 Message-Id: <199906071609.MAA20430@max.pressline.com> To: freebsd-questions@freebsd.org From: PRESSline Databases Reply-To: PRESSline Databases MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8bit Subject: Your Press Release Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Sir or Madam: My name is Carol Irwin and I am writing to you about the press release you put on today's wires. PRESSline is a database for press releases and can offer you a wide range of national and international services, supporting your PR efforts. Particularly with regard to the distribution of the above- mentioned press release, I can offer you the following options: NATIONAL OPTIONS: ================= DAILY NEWSPAPERS NATIONWIDE: PRESSline can distribute your press release within minutes, virtually simultanously to 700+ Daily Newspapers in the U.S. (The Listing of Daily Newspapers Nationwide is available upon request) Cost: USD 98.00 Daily Newspapers Nationwide (Circulation over 200,000) (Listing available upon request) Cost: USD 69.00 Daily Newspapers Nationwide (Circulation over 400,000) (Listing available upon request) Cost: USD 59.00 MAGAZINES NATIONWIDE: PRESSline can distribute your press release nationwide to magazines, matching your target group of media. Distribution is done within minutes, virtually simultanously. (The Listing of all media categories is available upon request) Cost: USD 98.00 REGIONAL (by State) OPTIONS: ============================ PRESSline can distribute your press release to Daily and Weekly Newspapers, Radio an TV stations in a particular state. Distribution is done within minutes, virtually simultanously. (Listings of all media in any particular state is available upon request) Cost: USD 45.00 Call me with any questions at (732) 262-4244 or send email to Carol.Irwin@pressline.com Kind regards, P R E S S l i n e, Inc. Carol Irwin ______________________________________________________________ fax back to 732-262-4190 or email to office@pressline.com ______________________________________________________________ Please complete: Company Name: ___________________________________________ Street: _________________________________________________ City, State, ZIP: _______________________________________ Contact Name: ___________________________________________ Phone: __________________________________________________ Fax: ____________________________________________________ O I want my press release distributed to 700+ Daily Newspers nationwide (Cost: USD 98.00) O I want my press release distributed to Daily Newspers nationwide with a circulation over 200,000 (Cost: USD 69.00) O I want my press release distributed to Daily Newspapers nationwide with a circulation over 400,000 (Cost: USD 59.00) O I want my press release to be distributed to Daily and Weekly Newspapers, Radio an TV stations in the State of .......................... State of .......................... State of .......................... State of .......................... State of .......................... State of .......................... (Cost: USD 45.00 per state) 0 I want my press release distributed to Magazines. Please send me list of available media categories. O I am interested in your international services. Please send me information. ______________________________________________________________ PRESSline, Inc. 428 Crestview Terrace Brick, NJ 08723 Phone: (732) 262-4244 Fax: (732) 262-4190 eMail: office@pressline.com Internet: http://www.us.pressline.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 8:26:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hermes.axis.de (hermes.axis.de [194.163.241.7]) by hub.freebsd.org (Postfix) with SMTP id 9AC7D14C02 for ; Mon, 7 Jun 1999 08:26:14 -0700 (PDT) (envelope-from maret@axis.de) Received: from erlangen01.axis.de by hermes.axis.de via smtpd (for hub.FreeBSD.ORG [204.216.27.18]) with SMTP; 7 Jun 1999 15:26:15 UT Received: (private information removed) Message-ID: <91DA20EC3C3DD211833400A0245A4EA9BA0EBC@erlangen01.axis.de> From: Alexander Maret To: 'Chris Myers' Cc: "'freebsd-questions@FreeBSD.ORG'" Subject: RE: Modem Dialer Date: Mon, 7 Jun 1999 17:26:13 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, you can use chat to dial out. man chat should help. Alex > -----Original Message----- > From: Chris Myers [mailto:cmyers@ari.net] > Sent: Montag, 7. Juni 1999 13:03 > To: freebsd-questions@FreeBSD.ORG > Subject: Modem Dialer > > > Hi everyone! > > I have problem I hope some of you can help with. > > I am trying to set up my system to automatically ping my > other servers at > specified intervals and then, if they > do not respond to the ping, dial out on a modem to my pager > and enter the > IP address of the device as the telephone number. > > I have the perl script for pinging the system. The problem I > am having is > finding a program that the script can call > if a server is not pingable. I have one for Linux called > "pager.c" but I > cannot get this to compile under freeBSD. > > Can someone PLEASE help me with this. I'm running out of > time to get this > solved. :-( > > Thanks, > Chris > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 8:29:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from goblin.apana.org.au (goblin.apana.org.au [203.3.126.3]) by hub.freebsd.org (Postfix) with ESMTP id BE86A14E17 for ; Mon, 7 Jun 1999 08:29:27 -0700 (PDT) (envelope-from dougy@gargoyle.apana.org.au) Received: from server (bryden.apana.org.au [203.3.126.129]) by goblin.apana.org.au (8.8.8/8.8.8) with SMTP id BAA11139 for ; Tue, 8 Jun 1999 01:57:13 GMT (envelope-from dougy@gargoyle.apana.org.au) Message-ID: <003f01beb0f9$eaf9d760$847e03cb@server> From: "Doug Young" To: Subject: Date: Tue, 8 Jun 1999 01:25:01 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to find where to download FreeBSD and looked around ftp://ftp.freebsd.org/pub/FreeBSD (including a bunch of mirrors) for hours with no success. Are the files I need called something different to regular Linux / Unix ones or something or there a hidden directory with a password needed to access it ?? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 8:37:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hermes.axis.de (hermes.axis.de [194.163.241.7]) by hub.freebsd.org (Postfix) with SMTP id 6859F14BD4 for ; Mon, 7 Jun 1999 08:37:45 -0700 (PDT) (envelope-from maret@axis.de) Received: from erlangen01.axis.de by hermes.axis.de via smtpd (for hub.FreeBSD.ORG [204.216.27.18]) with SMTP; 7 Jun 1999 15:37:46 UT Received: (private information removed) Message-ID: <91DA20EC3C3DD211833400A0245A4EA9BA0EBD@erlangen01.axis.de> From: Alexander Maret To: 'Doug Young' Cc: "'freebsd-questions@freebsd.org'" Subject: RE: Date: Mon, 7 Jun 1999 17:37:44 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, http://www.freebsd.org/FAQ/FAQ12.html#12 and http://www.freebsd.org/FAQ/FAQ24.html#24 should help. Alex > -----Original Message----- > From: Doug Young [mailto:dougy@gargoyle.apana.org.au] > Sent: Montag, 7. Juni 1999 17:25 > To: freebsd-questions@FreeBSD.ORG > Subject: > > > I am trying to find where to download FreeBSD and looked around > ftp://ftp.freebsd.org/pub/FreeBSD (including a bunch of > mirrors) for hours > with no success. Are the files I need called something different > to regular Linux / Unix ones or something or there a hidden > directory with a > password needed to access it ?? > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 8:43:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from connected.bc.ca (mail.connected.bc.ca [209.53.123.202]) by hub.freebsd.org (Postfix) with ESMTP id C575015298 for ; Mon, 7 Jun 1999 08:43:27 -0700 (PDT) (envelope-from rhuffman@connected.bc.ca) Received: from rhuffman (rhuffman.cable.cr.island.net [209.52.239.54]) by connected.bc.ca (8.9.0/8.9.0) with SMTP id IAA23776 for ; Mon, 7 Jun 1999 08:43:23 -0700 Message-Id: <199906071543.IAA23776@connected.bc.ca> X-Sender: rhuffman@mail.connected.bc.ca X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Mon, 07 Jun 1999 08:42:40 -0700 To: questions@freebsd.org From: Christopher Shumway (by way of Rick Huffman ) Subject: Re: FreeBSD Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 30 May 1999, Rick Huffman wrote: > Hi I downloaded FreeBSD from your site so i could burn it to cd and install it, am unsure how to install it and i was wondering if you could provide me with a directory structure of how it is supposed to look on the cd. Rick, A downloaded copy of FreeBSD is not something I can really support. Walnut Creek CDROM can only support people who have bought one of our cd-roms. The best place to ask this question would be questions@freebsd.org Christopher Shumway Technical Support Staff Walnut Creek CDROM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 8:54: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fep03-svc.tin.it (mta03-acc.tin.it [212.216.176.34]) by hub.freebsd.org (Postfix) with ESMTP id AC54C15298 for ; Mon, 7 Jun 1999 08:53:59 -0700 (PDT) (envelope-from francesco.difilippo@tin.it) Received: from tin.it ([194.243.154.116]) by fep03-svc.tin.it (InterMail v4.0 201-221-105) with ESMTP id <19990607155353.LULI20919.fep03-svc@tin.it> for ; Mon, 7 Jun 1999 17:53:53 +0200 Message-ID: <375BEB11.A7A006AF@tin.it> Date: Mon, 07 Jun 1999 17:53:53 +0200 From: Francesco Di Filippo X-Mailer: Mozilla 4.5 [en] (X11; I; SunOS 5.7 sun4m) X-Accept-Language: en, it MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: QLinux Home Page Content-Type: multipart/mixed; boundary="------------663656DA1F596E24A3162624" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------663656DA1F596E24A3162624 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit for FREEBSD? http://www.cs.umass.edu/~lass/software/qlinux/index.html#what --------------663656DA1F596E24A3162624 Content-Type: text/html; charset=us-ascii; name="index.html" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="index.html" Content-Base: "http://www.cs.umass.edu/~lass/software /qlinux/index.html" Content-Location: "http://www.cs.umass.edu/~lass/software /qlinux/index.html" QLinux Home Page

QLinux: A QoS enhanced Linux Kernel for Multimedia Computing

Table of Contents

QLinux is a Linux kernel that can provide quality of service guarantees. QLinux, based on the Linux 2.2.x kernel, combines some of the latest innovations in operating systems research. It includes the following features:

  • Hierarchical Start Time Fair Queuing (H-SFQ) CPU scheduler
  • Hierarchical Start Time Fair Queuing (H-SFQ) network packet scheduler
  • Lazy receiver processing (LRP) network subsystem
  • Cello disk scheduling algorithm [not stable yet]

The H-SFQ CPU scheduler enables hierarchical scheduling of applications by fairly allocating cpu bandwidth to individual applications and application classes. The H-SFQ packet scheduler provides rate guarantees and fair allocation of bandwidth to packets from individual flows as well as flow aggregates (classes). Lazy receiver processing enables accurate charging of TCP/UDP protocol processing overhead (including interrupt processing) to the appropriate process. The Cello disk scheduler supports multiple application classes such as interactive best-effort, throughput-intensive best effort and soft real-time and fairly allocates disk bandwidth to these classes.

When enabled, these features replace the standard features/schedulers available in Linux. The current release provides the flexibility of allowing any combination of these features to be compiled as needed.

The current version for QLinux (based on the 2.2.0 kernel) is available for download from here. The QLinux developers can be reached at qlinux@cs.umass.edu. QLinux announcements are available by subscribing to the qlinux-announce mailing list. To subscribe, please send a mail to majordomo@cs.umass.edu with the text "subscribe qlinux-announce".

People

QLinux is a joint effort between AT&T Labs-Research, Distributed Multimedia Computing Laboratory (University of Texas) and the Laboratory for Advanced System Software (University of Massachusetts). QLinux was developed by the following people:

The following people provided inputs and/or resources for the QLinux project

References

QLinux is based on the following research publications:

[1] P. Goyal and X. Guo and H.M. Vin, A Hierarchical CPU Scheduler for Multimedia Operating Systems, Proceedings of 2nd Symposium on Operating System Design and Implementation (OSDI'96), Seattle, WA, pages 107-122, October 1996.

[2] P. Goyal and H. M. Vin and H. Cheng, Start-time Fair Queuing: A Scheduling Algorithm for Integrated Services Packet Switching Networks, Proceedings of ACM SIGCOMM'96, pages 157-168, August 1996.

[3] P. Druschel and G. Banga, Lazy Receiver Processing (LRP): A Network Subsystem Architecture for Server Systems, Proceedings of the 2nd Symposium on Operating System Design and Implementation (OSDI'96), Seattle, WA, Pages 261-275, October 1996

[4] P Shenoy and H M. Vin, Cello: A Disk Scheduling Framework for Next Generation Operating Systems, Proceedings of ACM SIGMETRICS Conference, Madison, WI, pages 44-55, June 1998.


Download QLinux

QLinux is open-source and is freely downloadable under Gnu General Public License.
The latest version is 2.2.0 (based on the 2.2.0 kernel). You can download the entire source code from here (14MB gzip'd)
Release notes are available here You can also download sample applications and man pages for QLinux.

Note: A version based on the Linux 2.2.9 kernel will be available later this summer.


Prashant Shenoy
Last modified: Sun Jun 6 13:19:54 EDT 1999
--------------663656DA1F596E24A3162624-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 9:10:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.oda.ru (unknown [195.7.173.130]) by hub.freebsd.org (Postfix) with ESMTP id 8457914E17; Mon, 7 Jun 1999 09:10:34 -0700 (PDT) (envelope-from 123@aol.com) Received: from webber.oda.ru (webber.oda.ru [195.7.173.141]) by ns.oda.ru (8.8.8/8.8.5) with SMTP id NAA00466; Mon, 7 Jun 1999 13:43:17 +0400 (MSD) From: 123@aol.com Date: Mon, 7 Jun 1999 13:34:30 +0400 X-Mailer: The Bat! (v1.32) S/N BC3C033C Reply-To: 123@aol.com Organization: ANEKDOTS.ru X-Priority: 3 (Normal) Message-ID: <12565.990607@anekdots.ru> Subject: Re: Your request Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Visit http://erotic.uka.ru 100% BANNER EXCHANGE
100% BANNER EXCHANGE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 9:18:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from three.overmind.ch (three.overmind.ch [194.191.120.154]) by hub.freebsd.org (Postfix) with ESMTP id 8730014A2D for ; Mon, 7 Jun 1999 09:18:14 -0700 (PDT) (envelope-from pajarola@cybertime.ch) Received: from tiamat.dlc.cybertime.ch (gw2-05.cybertime.ch [194.191.120.181]) by three.overmind.ch (8.9.3/8.9.3) with SMTP id SAA55906 for ; Mon, 7 Jun 1999 18:18:12 +0200 (CEST) (envelope-from pajarola@cybertime.ch) Message-Id: <4.1.19990606130200.00a01be0@mail.cybertime.ch> Message-Id: <4.1.19990606130200.00a01be0@mail.cybertime.ch> Message-Id: <4.1.19990606130200.00a01be0@mail.cybertime.ch> X-Sender: pajarola@shrike.overmind.ch X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Mon, 07 Jun 1999 18:18:02 +0200 To: freebsd-questions@freebsd.org From: Rico Pajarola Subject: Re: Ports (was Re: SSH2) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thu, 3 Jun 1999 22:34 James Wyatt wrote >The ports collection just flat rocks! It's the only thing better than >packages. I frequently use the ports to take the first whack at something >before I port it to AIX or Linux. My FreeBSD laptop is a good porting >tool - Jy@ Ports are what I usually show to the Linux people if I want to impress them ;) Ports make it very easy (trivial) to install custom modified software, while still having it under control of the native package system. It's also for the 'i-want-to-compile-it-myself' people (like me) who nevertheless want to benefit from package management (pkg_delete, pkg_info etc). It's also very easy to make your own ports. Has anybody ever thought of porting the ports mechanism to something like Linux, Solaris or even AIX (porting to AIX usually is a real pain...)? The ports should then create rpm's, dpkg's or bff's (or whatever). Any idea how difficult this would be? -- Rico To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 9:36:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from java.dpcsys.com (java.dpcsys.com [206.16.184.7]) by hub.freebsd.org (Postfix) with ESMTP id 6715214F8E for ; Mon, 7 Jun 1999 09:36:28 -0700 (PDT) (envelope-from dan@dpcsys.com) Received: from localhost (dan@localhost) by java.dpcsys.com (8.9.1a/8.9.1) with SMTP id JAA07989; Mon, 7 Jun 1999 09:37:11 -0700 (PDT) Date: Mon, 7 Jun 1999 09:37:11 -0700 (PDT) From: Dan Busarow To: matt Cc: FreeBSD-QUESTIONS Subject: Re: BIND 8.2 Question.. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 7 Jun 1999, matt wrote: > I've read the mans and even the bloody book, but I can't seem > to find how to fix this problem of mine.. I know that I have to set a > "default" TTL but I don't know where to set it... Message follows: > > Jun 5 16:35:19 aic-gw named[109]: Zone "xx/xx.xx.xxx.xxx.in-addr.arpa" > (file masters/db.xxx.xxx.xxx): No default TTL set using SOA minimum > instead > > I get that on all my files... My SOA entries look like this: > > @ IN SOA xxxxxxxxx. xxx.xxxxxxxxxx. > ( > 1999052700 ; Serial > 10800 ; Refresh after 3 hours > 3600 ; Retry after 1 hour > 604800 ; Expire after 1 week > 3600 ) ; Minimum TTL of 1 hour An explicit directive for TTL was defined in RFC2308 " 4 - SOA Minimum Field The SOA minimum field has been overloaded in the past to have three different meanings, the minimum TTL value of all RRs in a zone, the default TTL of RRs which did not contain a TTL value and the TTL of negative responses. Despite being the original defined meaning, the first of these, the minimum TTL value of all RRs in a zone, has never in practice been used and is hereby deprecated. [...] The Master File format [RFC 1035 Section 5] is extended to include the following directive: $TTL [comment] " Bind 8.2 started complaining (everything still works) if it is missing. Add it before the start of your SOA like $TTL 86400 @ IN SOA doheny.BEACH.NET. dan.doheny.BEACH.NET. ( See http://www.isc.org/bind8.2/master.html for more info on zone files. Dan -- Dan Busarow 949 443 4172 Dana Point Communications, Inc. dan@dpcsys.com Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 09 DB FD E1 DD 0C 82 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 9:48:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from atlrel2.hp.com (atlrel2.hp.com [156.153.255.202]) by hub.freebsd.org (Postfix) with ESMTP id 9D5D414F8E for ; Mon, 7 Jun 1999 09:48:16 -0700 (PDT) (envelope-from klui@cup.hp.com) Received: from cup44ux.cup.hp.com (klui@cup44ux.cup.hp.com [15.13.168.124]) by atlrel2.hp.com (8.8.6 (PHNE_17135)/8.8.5tis) with ESMTP id MAA23990; Mon, 7 Jun 1999 12:48:06 -0400 (EDT) Received: (from klui@localhost) by cup44ux.cup.hp.com (8.8.6 (PHNE_14041)/8.7.3 TIS Messaging 5.0) id JAA10958; Mon, 7 Jun 1999 09:43:40 -0700 (PDT) From: Ken Lui Message-Id: <199906071643.JAA10958@cup44ux.cup.hp.com> Subject: Re: Question about arp entry in /var/log/messages To: cjclark@home.com Date: Mon, 7 Jun 1999 09:43:39 -0700 (PDT) Cc: klui@cup.hp.com, dwhite@resnet.uoregon.edu, questions@FreeBSD.ORG In-Reply-To: <199906042120.RAA04060@cc942873-a.ewndsr1.nj.home.com> from "Crist J. Clark" at Jun 4, 99 05:20:05 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From cjc@cc942873-a.ewndsr1.nj.home.com Fri Jun 4 14:23:37 PDT 1999 > But I am begining to believe what your want is all of the machines on > one physical network, but the Macs and FreeBSD have both a 10- and > 15-net address while the NeXT machines have just a 10-net address? If > that is the case, you do not want an extra interface on the FreeBSD > box. In that case, you just want to alias ed1 to both networks. I got a chance to try IP aliasing and it doesn't work right. I'm able to ping my FreeBSD's 10.0.0.1 alias ethernet address but am unable to ping my Macs on 10.0.0.4. So my thought is to live with these messages. Thanks for everyone's help. FYI, the configuration I used was: ifconfig_ed1="inet 15.75.136.174 netmask 255.255.248.0" ifconfig_ed1_alias0="inet 10.0.0.1 netmask 255.255.255.255" network_interfaces="ed1 lo0" defaultrouter="15.75.136.169" Ken -- Ken Lui 19111 Pruneridge Avenue klui@cup.hp.com Cupertino, CA 95014-0795 USA Information Solutions & Services 1.408.447.3230 FAX 1.408.447.0218 Views within this message may not be those of the Hewlett-Packard Company To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 9:52:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp03.wxs.nl (smtp03.wxs.nl [195.121.6.37]) by hub.freebsd.org (Postfix) with ESMTP id DCDE214D93 for ; Mon, 7 Jun 1999 09:52:31 -0700 (PDT) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.54.15]) by smtp03.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAA1FDB; Mon, 7 Jun 1999 18:52:28 +0200 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id SAA37499; Mon, 7 Jun 1999 18:52:38 +0200 (CEST) (envelope-from asmodai) Date: Mon, 7 Jun 1999 18:52:38 +0200 From: Jeroen Ruigrok van der Werven To: matt Cc: FreeBSD-QUESTIONS Subject: Re: BIND 8.2 Question.. Message-ID: <19990607185238.B37227@daemon.ninth-circle.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.3i In-Reply-To: ; from matt on Mon, Jun 07, 1999 at 08:34:50AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jun 07, 1999 at 08:34:50AM -0400, matt wrote: > > Jun 5 16:35:19 aic-gw named[109]: Zone "xx/xx.xx.xxx.xxx.in-addr.arpa" > (file masters/db.xxx.xxx.xxx): No default TTL set using SOA minimum > instead > > I get that on all my files... My SOA entries look like this: > > @ IN SOA xxxxxxxxx. xxx.xxxxxxxxxx. > ( > 1999052700 ; Serial > 10800 ; Refresh after 3 hours > 3600 ; Retry after 1 hour > 604800 ; Expire after 1 week > 3600 ) ; Minimum TTL of 1 hour > try to TAB after the 3600 and before the ) ? -- Jeroen Ruigrok van der Werven asmodai(at)wxs.nl The FreeBSD Programmer's Documentation Project Network/Security Specialist *BSD: Accept no limitations... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 9:53:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from agamemnon.gtf.ol.no (agamemnon.gtf.ol.no [128.39.174.83]) by hub.freebsd.org (Postfix) with ESMTP id A9012151C7 for ; Mon, 7 Jun 1999 09:52:56 -0700 (PDT) (envelope-from trond@agamemnon.gtf.ol.no) Received: from localhost (trond@localhost) by agamemnon.gtf.ol.no (8.9.3/8.9.3) with SMTP id SAA22783; Mon, 7 Jun 1999 18:52:42 +0200 (CEST) (envelope-from trond@agamemnon.gtf.ol.no) Date: Mon, 7 Jun 1999 18:52:39 +0200 (CEST) From: Trond Endrestol To: Kenneth Wayne Culver Cc: freebsd-questions@freebsd.org Subject: Re: Re: smbfs and ncpfs in FreeBSD? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 7 Jun 1999, Kenneth Wayne Culver wrote: > > Have anyone considered adding smbfs (Samba/SMB) and/or ncpfs > > (NetWare Core Protocol) to FreeBSD? > > > There is already a port of samba in FreeBSD, and I don't know about the > Netware stuff. Yes, I know, but Linux can mount up a WinNT share/NetWare volume as if it were almost like NFS. Would smbfs and ncpfs be implemented as file systems in some future release of FreeBSD? Trond. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 9:53:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from lincc.lincc.lib.or.us (lincc.lincc.lib.or.us [198.245.131.10]) by hub.freebsd.org (Postfix) with ESMTP id 4106A152A9 for ; Mon, 7 Jun 1999 09:53:11 -0700 (PDT) (envelope-from george@lincc.lib.or.us) Received: from localhost (george@localhost) by lincc.lincc.lib.or.us (8.9.2/8.9.2) with ESMTP id JAA83298; Mon, 7 Jun 1999 09:53:10 -0700 (PDT) (envelope-from george@lincc.lib.or.us) Date: Mon, 7 Jun 1999 09:53:10 -0700 (PDT) From: George Yobst To: freebsd-questions@freebsd.org Cc: George Yobst Subject: Syslog and exec variables Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I've written a little script to page myself if a router interface goes down, but I'm having a little problem with syslog. I can't seem to figure out what variable it sends the output to, so I can use it in the script. The syslog.conf lines are: local6.* |exec /var/log/cisco/pager.sh local6.* /var/log/cisco/rou6.log What am I missing? Thanks! -George ---------------------------------------------------------------------- George Yobst, Automation Specialist email: george@lincc.lib.or.us LINCC phone: 503-723-4890 16239 SE McLoughlin Blvd, Suite 208 fax: 503-655-8555 Oak Grove, OR 97267-4654 webmaster: http://www.lincc.lib.or.us "...it is impossible for anyone to begin to learn what he thinks he already knows." - Epictetus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 9:54:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp02.wxs.nl (smtp02.wxs.nl [195.121.6.60]) by hub.freebsd.org (Postfix) with ESMTP id F006814E30 for ; Mon, 7 Jun 1999 09:54:45 -0700 (PDT) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.54.15]) by smtp02.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAA6686; Mon, 7 Jun 1999 18:54:44 +0200 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id SAA37509; Mon, 7 Jun 1999 18:54:54 +0200 (CEST) (envelope-from asmodai) Date: Mon, 7 Jun 1999 18:54:54 +0200 From: Jeroen Ruigrok van der Werven To: Lukas Ruf Cc: FreeBSD Questions Subject: Re: dual boot Message-ID: <19990607185454.C37227@daemon.ninth-circle.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.3i In-Reply-To: ; from Lukas Ruf on Mon, Jun 07, 1999 at 10:43:36AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jun 07, 1999 at 10:43:36AM +0200, Lukas Ruf wrote: > > installed 3.2-Stable, I want to enable the bootloader of FreeBSD to boot > on another partition MS-DOS. Is this possible ? How can I do that ? > Where can I find the information for that ? /stand/sysinstall configure > fdisk set the partitions bootable choose the EasyBoot bootloader That oughtta do it IIRC HTH, -- Jeroen Ruigrok van der Werven asmodai(at)wxs.nl The FreeBSD Programmer's Documentation Project Network/Security Specialist *BSD: Accept no limitations... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 9:59:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 9D9A514FFC for ; Mon, 7 Jun 1999 09:59:30 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Mon, 7 Jun 1999 12:59:35 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105959@site2s1> From: Christopher Michaels To: "'alex_pri@yahoo.com'" Cc: "FreeBSD Mailing List (E-mail)" Subject: RE: POP3/SMTP mail server Date: Mon, 7 Jun 1999 13:01:15 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alex, Please, when you reply, CC: the e-mail to the mailing list. See my answers below. > -----Original Message----- > From: alex_pri@yahoo.com [SMTP:alex_pri@yahoo.com] > Sent: Monday, June 07, 1999 5:22 AM > To: Christopher Michaels > Subject: RE: POP3/SMTP mail server > > > > --- Christopher Michaels wrote: > > SMTP is done by sendmail. Sendmail comes installed > > with FreeBSD, you > > usually don't need to change anything. > > > > For POP3 you need a pop server. Look in the ports > > /usr/ports/mail for a pop > > server. I personally use imap-uw. > > > > Also, you can look at > > http://www.FreeBSD.org/ports/mail.html look for > > POP3 > > servers there. > > > > -Chris > > > > > -----Original Message----- > > > From: alex_pri@yahoo.com [SMTP:alex_pri@yahoo.com] > > > Sent: Friday, May 28, 1999 6:16 PM > > > To: freebsd-questions@FreeBSD.ORG > > > Subject: POP3/SMTP mail server > > > > > > How to SET UP mail server thats support POP3 and > > SMTP protocols on > > > FreeBSD 2.2.2 ??? > > > i have amd486-dx2-66, 8Mb RAM, 210 Mb HDD > > > i need transform this PC to mail server > > > for small local network (intraNet) > > > i need so i can use mail from win-95/98/nt4 > > > > > > if this pusible - i wonna know how it's maket > > > and if you can answer me on RUSSIAN - be verry > > GOOD > > > > > > with best wishes: Alex-Prime > > Hi, Chris, i cant send mail from win-95 > , i use netscape messager. > > Where i can set name (alias) to set this name in netscape mailer ? - > wher i can get full documentation > for Administration FreeBSD and GUIDE to set up > I-net and MAIL server. > if this DOCs exists on RUSIAN - it's verry good ! > buy and thnks. > Alex-Prime > 1. You can ping the machine? It is connected to the network properly? 2. In netscape, for SMTP and POP, you need to type the name or IP address of the FreeBSD machine. In Netscape you click on the EDIT menu and then PREFERENCES. You then click on MAIL SERVERS and type the information there. Full documentation on setting up netscape, would be in the netscape help file. I don't know of a document that explains how to set this up, but maybe someone else does. -Chris P.S. If netscape is giving error messages, please reply with them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 10: 2:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp01.wxs.nl (smtp01.wxs.nl [195.121.6.61]) by hub.freebsd.org (Postfix) with ESMTP id 9A2F715159 for ; Mon, 7 Jun 1999 10:02:53 -0700 (PDT) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.54.56]) by smtp01.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAA72EE; Mon, 7 Jun 1999 19:02:51 +0200 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id TAA40176; Mon, 7 Jun 1999 19:02:57 +0200 (CEST) (envelope-from asmodai) Date: Mon, 7 Jun 1999 19:02:56 +0200 From: Jeroen Ruigrok van der Werven To: Michael Henry Cc: freebsd-questions@freebsd.org Subject: Re: 86open Message-ID: <19990607190256.D37227@daemon.ninth-circle.org> References: <19990607012554.8CBDE14DF0@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.3i In-Reply-To: <19990607012554.8CBDE14DF0@hub.freebsd.org>; from Michael Henry on Mon, Jun 07, 1999 at 11:25:48AM +1000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jun 07, 1999 at 11:25:48AM +1000, Michael Henry wrote: > > Does anyone know what's happening with the 86Open project? AFAIK it's dead -- Jeroen Ruigrok van der Werven asmodai(at)wxs.nl The FreeBSD Programmer's Documentation Project Network/Security Specialist *BSD: Accept no limitations... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 10:10:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 768EF14FFC for ; Mon, 7 Jun 1999 10:10:05 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id MAA82382; Mon, 7 Jun 1999 12:09:48 -0500 (CDT) (envelope-from dan) Date: Mon, 7 Jun 1999 12:09:47 -0500 From: Dan Nelson To: Trond Endrestol Cc: Kenneth Wayne Culver , freebsd-questions@FreeBSD.ORG Subject: Re: smbfs and ncpfs in FreeBSD? Message-ID: <19990607120947.A82339@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: ; from "Trond Endrestol" on Mon Jun 7 18:52:39 GMT 1999 X-OS: FreeBSD 4.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Jun 07), Trond Endrestol said: > On Mon, 7 Jun 1999, Kenneth Wayne Culver wrote: > > > > Have anyone considered adding smbfs (Samba/SMB) and/or ncpfs > > > (NetWare Core Protocol) to FreeBSD? > > > > > There is already a port of samba in FreeBSD, and I don't know about the > > Netware stuff. > > Yes, I know, but Linux can mount up a WinNT share/NetWare volume as if it > were almost like NFS. > > Would smbfs and ncpfs be implemented as file systems in some future > release of FreeBSD? Try /usr/ports/sharity-light for mounting SMB shares, and http://www.butya.kz/~bp/ for a Netware client. -Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 10:14:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from aic-gw.mlink.net (aic-gw.mlink.net [209.104.118.65]) by hub.freebsd.org (Postfix) with SMTP id D1BB315220 for ; Mon, 7 Jun 1999 10:14:47 -0700 (PDT) (envelope-from matt@AIC-GW.MLINK.NET) Received: (qmail 37166 invoked by uid 1001); 7 Jun 1999 17:14:42 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 7 Jun 1999 17:14:42 -0000 Date: Mon, 7 Jun 1999 13:14:42 -0400 (EDT) From: matt To: Dan Busarow Cc: FreeBSD-QUESTIONS Subject: Re: BIND 8.2 Question.. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thank you very much, This has solved all my problems.. Oddly I couldn't find it in the man pages or in DNS & BIND by O'Reily (second editon) Anyhow, I appreciate the help much. Thanks, Matt On Mon, 7 Jun 1999, Dan Busarow wrote: [...] : An explicit directive for TTL was defined in RFC2308 : " : 4 - SOA Minimum Field : : The SOA minimum field has been overloaded in the past to have three : different meanings, the minimum TTL value of all RRs in a zone, the : default TTL of RRs which did not contain a TTL value and the TTL of : negative responses. : : Despite being the original defined meaning, the first of these, the : minimum TTL value of all RRs in a zone, has never in practice been : used and is hereby deprecated. : : [...] : : The Master File format [RFC 1035 Section 5] is extended to include : the following directive: : : $TTL [comment] : : " : : Bind 8.2 started complaining (everything still works) if it is missing. : Add it before the start of your SOA like : : $TTL 86400 : @ IN SOA doheny.BEACH.NET. dan.doheny.BEACH.NET. ( : : : See http://www.isc.org/bind8.2/master.html for more info on : zone files. : : Dan : -- : Dan Busarow 949 443 4172 : Dana Point Communications, Inc. dan@dpcsys.com : Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 09 DB FD E1 DD 0C 82 : : : : To Unsubscribe: send mail to majordomo@FreeBSD.org : with "unsubscribe freebsd-questions" in the body of the message : : -- DISCLAIMER: Anyone sending me unsolicited commercial electronic mail will be charged a $100 fee for time spent reading it. Do NOT send this type of electronic mail to me. In reading this, you automatically agree to be subjected to these terms: US Code Title 47, Sec.227(a)(2)(B), a computer/modem/printer meets the definition of a telephone fax machine. By Sec.227(b)(1)(C), it is unlawful to send any unsolicited advertisement to such equipment. By Sec.227(b)(3)(C), a violation of the aforementioned Section is punishable by action to recover actual monetary loss, or $500, whichever is greater, for each violation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 10:21:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from java.dpcsys.com (java.dpcsys.com [206.16.184.7]) by hub.freebsd.org (Postfix) with ESMTP id 9285414EA5 for ; Mon, 7 Jun 1999 10:21:14 -0700 (PDT) (envelope-from dan@dpcsys.com) Received: from localhost (dan@localhost) by java.dpcsys.com (8.9.1a/8.9.1) with SMTP id KAA16858; Mon, 7 Jun 1999 10:22:07 -0700 (PDT) Date: Mon, 7 Jun 1999 10:22:07 -0700 (PDT) From: Dan Busarow To: matt Cc: FreeBSD-QUESTIONS Subject: Re: BIND 8.2 Question.. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 7 Jun 1999, matt wrote: > Thank you very much, This has solved all my problems.. Oddly I couldn't > find it in the man pages or in DNS & BIND by O'Reily (second editon) > Anyhow, I appreciate the help much. Thanks, Interesting. I have the 1st edition and figured it was mentioned in the 2nd. At least it *is* documented, even if it isn't noted that this is a change from earlier behaviour. Dan -- Dan Busarow 949 443 4172 Dana Point Communications, Inc. dan@dpcsys.com Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 09 DB FD E1 DD 0C 82 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 10:34:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from megamail.megared.net.mx (www.megacable.com.mx [207.249.163.2]) by hub.freebsd.org (Postfix) with SMTP id 81BD8152CF for ; Mon, 7 Jun 1999 10:34:04 -0700 (PDT) (envelope-from ales@megared.net.mx) Received: from [207.249.162.253] by megamail.megared.net.mx (NTMail 3.03.0017/4c.ab3r) with ESMTP id ta277231 for ; Mon, 7 Jun 1999 12:30:51 -0500 Message-ID: <01ca01beb042$71153d20$f9a3f9cf@megared.net.mx> From: =?iso-8859-1?Q?Alejandro_Ram=EDrez?= To: "fuse" , References: <375AA92C32A.1F7AFUSE@sg.zju.edu.cn> Subject: RE: probing device.....no end? Date: Sun, 6 Jun 1999 12:31:41 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, You could press the ALT+F2 Key to see what╢s going on, what device is failing. P.S. Why don╢t you install 3.2 Release, it╢s better. Ales ----- Original Message ----- From: fuse To: Sent: Sunday, June 06, 1999 12:00 PM Subject: probing device.....no end? > Hi > > I just buy a new machine:PII400/GIGA BXIIE motherboard/ > 256M RAM/IBM 10.1G HD > > When I install FreeBSD 3.0/3.1/2.6, all the installation > failed when the blue screen appears saying: > "Probing device, this may take a long time, please wait..." > > ok, I wait for hours, and no more response. > > I had changed the hard disk to a smaller one, and this time, > the whole hard disk install only freebsd, but everything is > the same: probing and no more response. > > NetBSD 1.4, Redhat 6.0, Win98 can be install on it very well. > > Does the FreeBSD don't support my motherboard? > > Does anyone would give me advice on it? > > Thanks in advance! > > Geng Chenge. > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 10:34:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fiber-optix.net (fiber-optix.net [208.192.111.69]) by hub.freebsd.org (Postfix) with ESMTP id 9FB26152CF for ; Mon, 7 Jun 1999 10:34:24 -0700 (PDT) (envelope-from hype@interaccess.com) Received: from interaccess.com (localhost [127.0.0.1]) by fiber-optix.net (8.9.3/8.9.3) with ESMTP id GAA29346; Sun, 6 Jun 1999 06:50:38 -0500 (CDT) (envelope-from hype@interaccess.com) Message-ID: <375A608D.1EFDDA55@interaccess.com> Date: Sun, 06 Jun 1999 06:50:38 -0500 From: vader Organization: fiber-optix.net X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Dan Busarow Cc: matt , FreeBSD-QUESTIONS Subject: Re: BIND 8.2 Question.. References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dan Busarow wrote: > On Mon, 7 Jun 1999, matt wrote: > > Thank you very much, This has solved all my problems.. Oddly I couldn't > > find it in the man pages or in DNS & BIND by O'Reily (second editon) > > Anyhow, I appreciate the help much. Thanks, > > Interesting. I have the 1st edition and figured it was mentioned in > the 2nd. At least it *is* documented, even if it isn't noted that this > is a change from earlier behaviour. > > Dan > -- > Dan Busarow 949 443 4172 > Dana Point Communications, Inc. dan@dpcsys.com > Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 09 DB FD E1 DD 0C 82 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message matt - The O'REILLY's third edition has the info you were looking for... if you are going to be doing any more DNS work I suggest picking it up It's only $33 bucks... -=- vader To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 10:38:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from imo20.mx.aol.com (imo20.mx.aol.com [198.81.17.10]) by hub.freebsd.org (Postfix) with ESMTP id CC469152F6 for ; Mon, 7 Jun 1999 10:38:20 -0700 (PDT) (envelope-from IKE4500@aol.com) Received: from IKE4500@aol.com (14391) by imo20.mx.aol.com (IMOv20) id nLDSa07332; Mon, 7 Jun 1999 13:34:55 -0400 (EDT) From: IKE4500@aol.com Message-ID: Date: Mon, 7 Jun 1999 13:35:03 EDT Subject: newbies To: freebsd-questions@freebsd.org Cc: IKE4500@aol.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: AOL 4.0 for Windows 95 sub 13 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG PLEASE SEND ANY LINEX INFORMATION TO: RICHARD COHEN 4500 POST AVE MIAMI BEACH FLA 33140 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 10:38:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from aic-gw.mlink.net (aic-gw.mlink.net [209.104.118.65]) by hub.freebsd.org (Postfix) with SMTP id 364E51541F for ; Mon, 7 Jun 1999 10:38:35 -0700 (PDT) (envelope-from matt@AIC-GW.MLINK.NET) Received: (qmail 37633 invoked by uid 1001); 7 Jun 1999 17:38:33 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 7 Jun 1999 17:38:33 -0000 Date: Mon, 7 Jun 1999 13:38:33 -0400 (EDT) From: matt To: Dan Busarow Cc: FreeBSD-QUESTIONS Subject: Re: BIND 8.2 Question.. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 7 Jun 1999, Dan Busarow wrote: [...] : Interesting. I have the 1st edition and figured it was mentioned in : the 2nd. At least it *is* documented, even if it isn't noted that this : is a change from earlier behaviour. Welp, it's not, at least not in any part I could find, not in the index for TTL, not in the setting up zone file part, not anything... I haven't read every page of the book yet though, so I *might* have missed it. : Dan : -- : Dan Busarow 949 443 4172 : Dana Point Communications, Inc. dan@dpcsys.com : Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 09 DB FD E1 DD 0C 82 Matt -- DISCLAIMER: Anyone sending me unsolicited commercial electronic mail will be charged a $100 fee for time spent reading it. Do NOT send this type of electronic mail to me. In reading this, you automatically agree to be subjected to these terms: US Code Title 47, Sec.227(a)(2)(B), a computer/modem/printer meets the definition of a telephone fax machine. By Sec.227(b)(1)(C), it is unlawful to send any unsolicited advertisement to such equipment. By Sec.227(b)(3)(C), a violation of the aforementioned Section is punishable by action to recover actual monetary loss, or $500, whichever is greater, for each violation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 10:38:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from agamemnon.gtf.ol.no (agamemnon.gtf.ol.no [128.39.174.83]) by hub.freebsd.org (Postfix) with ESMTP id 98C10157A1 for ; Mon, 7 Jun 1999 10:38:43 -0700 (PDT) (envelope-from trond@agamemnon.gtf.ol.no) Received: from localhost (trond@localhost) by agamemnon.gtf.ol.no (8.9.3/8.9.3) with SMTP id TAA23005; Mon, 7 Jun 1999 19:38:20 +0200 (CEST) (envelope-from trond@agamemnon.gtf.ol.no) Date: Mon, 7 Jun 1999 19:38:13 +0200 (CEST) From: Trond Endrestol To: Dan Nelson Cc: Kenneth Wayne Culver , freebsd-questions@FreeBSD.ORG Subject: Re: smbfs and ncpfs in FreeBSD? In-Reply-To: <19990607120947.A82339@dan.emsphone.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thank you all. Trond. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 10:42:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (Postfix) with ESMTP id EF3E1152CF for ; Mon, 7 Jun 1999 10:41:36 -0700 (PDT) (envelope-from dean@odyssey.apana.org.au) Received: from localhost (dean@localhost) by odyssey.apana.org.au (8.8.8/8.8.8) with ESMTP id BAA20304; Tue, 8 Jun 1999 01:40:44 +0800 (WST) (envelope-from dean@odyssey.apana.org.au) Date: Tue, 8 Jun 1999 01:40:44 +0800 (WST) From: Dean Hollister Reply-To: Dean Hollister To: IKE4500@aol.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: newbies In-Reply-To: Message-ID: X-no-archive: yes MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 7 Jun 1999 IKE4500@aol.com wrote: > PLEASE SEND ANY LINEX INFORMATION TO: > RICHARD COHEN 4500 POST AVE MIAMI BEACH FLA 33140 Please try a linux mailing list. This one is for FreeBSD and NOT linux. d. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 10:42:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from od3.sharp.co.jp (od3.sharp.co.jp [202.32.86.132]) by hub.freebsd.org (Postfix) with ESMTP id 4D100152FF for ; Mon, 7 Jun 1999 10:42:24 -0700 (PDT) (envelope-from okigami@sd.nara.sharp.co.jp) Received: by od3.sharp.co.jp; id CAA22115; Tue, 8 Jun 1999 02:42:20 +0900 (JST) Received: from unknown(133.159.14.115) by od3.sharp.co.jp via smap (4.1) id xma022084; Tue, 8 Jun 99 02:41:59 +0900 Received: from nd1.nara.sharp.co.jp (root@nd1.nara.sharp.co.jp [133.159.205.2]) by od.sharp.co.jp (8.8.5/3.5W-98081113) with ESMTP id CAA04553 for ; Tue, 8 Jun 1999 02:41:58 +0900 (JST) Received: from sd.nara.sharp.co.jp ([10.36.150.4]) by nd1.nara.sharp.co.jp (8.8.5/3.5W-97080510) with ESMTP id CAA29746 for ; Tue, 8 Jun 1999 02:41:58 +0900 (JST) Received: from shark.sd.nara.sharp.co.jp by sd.nara.sharp.co.jp (8.8.8+2.7Wbeta7/3.6W) id CAA25157; Tue, 8 Jun 1999 02:41:47 +0900 (JST) To: freebsd-questions@FreeBSD.ORG From: Masafumi Okigami Message-Id: <199906080242.BJG45514.JNJBPHL@sd.nara.sharp.co.jp> X-Mailer: Winbiff [Version 2.20 PL2] Date: Tue, 8 Jun 1999 02:42:25 +0900 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --------------------------------------------- Masafumi Okigami SHARP CORPORATION Phone +81-743-55-4177 / Fax +81-743-53-7319 E-MAIL:okigami@sd.nara.sharp.co.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 10:49: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns3.zoomnet.net (ns3.zoomnet.net [206.230.102.14]) by hub.freebsd.org (Postfix) with ESMTP id F37E014BDC for ; Mon, 7 Jun 1999 10:48:50 -0700 (PDT) (envelope-from cygone@zoomnet.net) Received: from cygone (cygone.zoomnet.net [208.32.49.7]) by ns3.zoomnet.net (8.9.1/8.9.1) with SMTP id NAA24629; Mon, 7 Jun 1999 13:47:31 -0400 (EDT) Message-ID: <008801beb10d$8945d960$0200000a@cygone.zoomnet.net> From: "Mitch Vincent" To: "Dean Hollister" Cc: Subject: Re: newbies Date: Mon, 7 Jun 1999 13:45:29 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Even on a Linux mailing list, you probably aren't going to get anyone to mail you any information. Go to www.cheapbytes.com or something and buy a copy with a good book. -Mitch "When all your plans fail, backup, re-group and press on. The only real failure is quitting..." -----Original Message----- From: Dean Hollister To: IKE4500@aol.com Cc: freebsd-questions@FreeBSD.ORG Date: Monday, June 07, 1999 1:44 PM Subject: Re: newbies >On Mon, 7 Jun 1999 IKE4500@aol.com wrote: > >> PLEASE SEND ANY LINEX INFORMATION TO: >> RICHARD COHEN 4500 POST AVE MIAMI BEACH FLA 33140 > >Please try a linux mailing list. This one is for FreeBSD and NOT linux. > >d. > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 10:50: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 1DF3314BDC for ; Mon, 7 Jun 1999 10:49:58 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Mon, 7 Jun 1999 13:50:02 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB440110595A@site2s1> From: Christopher Michaels To: "'junkmale@xtra.co.nz'" , L Kent Cc: freebsd-questions@freebsd.org Subject: RE: downloading Date: Mon, 7 Jun 1999 13:51:42 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hopefully everyone is smart enough to realize this, but the link should point to... http://www.FreeBSD.org/freebsd/data/handbook/install.html -Chris > -----Original Message----- > From: Dan Langille [SMTP:junkmale@xtra.co.nz] > Sent: Friday, June 04, 1999 9:30 PM > To: L Kent > Cc: freebsd-questions@freebsd.org > Subject: Re: downloading > > On 5 Jun 99, at 10:54, L Kent wrote: > > > i looked at your site and i couldn't figure out where to download > > freebsd from and i was wondering if you could just simply send me the > > address of the download file. > > If you start at: http://www.freebsd.org, under "Easy to install" you'll > see a link to http://ducky/freebsd/data/handbook/install.html > > That should be enough to get you started with the boot floppies. > -- > Dan Langille - DVL Software Limited > The FreeBSD Diary - http://www.FreeBSDDiary.org/freebsd/ > NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/ > The Racing System - http://www.racingsystem.com/racingsystem.htm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 11: 8:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.lusardi.com (mail.lusardi.com [207.215.158.12]) by hub.freebsd.org (Postfix) with ESMTP id 689CB1575E for ; Mon, 7 Jun 1999 11:08:25 -0700 (PDT) (envelope-from erinf@lusardi.com) Received: by MAIL with Internet Mail Service (5.5.2232.9) id ; Mon, 7 Jun 1999 11:03:29 -0700 Message-ID: From: Erin Fortenberry To: freebsd-questions@FreeBSD.ORG Subject: BIND and Sendmail 8.9.3 Date: Mon, 7 Jun 1999 11:03:21 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Just a few minor questions... * Does bind-8.2 support 4 digit years in the serial? * On sendmails relay-domains, I currently have to add every ip address in individually. Is there a way I can do whole subnets and by IP address? (ie. [192.168.0.0/24]) I am currently using sendmail 8.9.3. I had a few other questions, just cannot seem to remember them right now. :-( Thanks Erin mailto:kahn@deadbbs.com http://www.deadbbs.com http://www.fortenberry.net Torture by cluelessness. Its never a pretty sight. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 11:27:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id A958B14E65 for ; Mon, 7 Jun 1999 11:27:53 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id OAA16210; Mon, 7 Jun 1999 14:19:04 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199906071819.OAA16210@cc942873-a.ewndsr1.nj.home.com> Subject: Re: Question about arp entry in /var/log/messages In-Reply-To: <199906071643.JAA10958@cup44ux.cup.hp.com> from Ken Lui at "Jun 7, 99 09:43:39 am" To: klui@cup.hp.com (Ken Lui) Date: Mon, 7 Jun 1999 14:19:04 -0400 (EDT) Cc: cjclark@home.com, klui@cup.hp.com, dwhite@resnet.uoregon.edu, questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ken Lui wrote, > >From cjc@cc942873-a.ewndsr1.nj.home.com Fri Jun 4 14:23:37 PDT 1999 > > But I am begining to believe what your want is all of the machines on > > one physical network, but the Macs and FreeBSD have both a 10- and > > 15-net address while the NeXT machines have just a 10-net address? If > > that is the case, you do not want an extra interface on the FreeBSD > > box. In that case, you just want to alias ed1 to both networks. > > I got a chance to try IP aliasing and it doesn't work right. I'm able > to ping my FreeBSD's 10.0.0.1 alias ethernet address but am unable > to ping my Macs on 10.0.0.4. So my thought is to live with these > messages. > > Thanks for everyone's help. > > FYI, the configuration I used was: > ifconfig_ed1="inet 15.75.136.174 netmask 255.255.248.0" > ifconfig_ed1_alias0="inet 10.0.0.1 netmask 255.255.255.255" ^^^^^^^^^^^^^^^ This netmask is telling the machine that it is the only host that is reachable on this net. To talk to 10.0.0.4, you'd need to losen up that last byte to at least 248, but since it is a 10-net, might as well use 255.255.255.0 or, heck, treat it like the class A adress it is, 255.0.0.0. > network_interfaces="ed1 lo0" > defaultrouter="15.75.136.169" -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 11:29:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ancillary.inch.com (ancillary.inch.com [207.240.140.60]) by hub.freebsd.org (Postfix) with ESMTP id E2B7A14E65 for ; Mon, 7 Jun 1999 11:29:41 -0700 (PDT) (envelope-from oliver@ancillary.inch.com) Received: from localhost (oliver@localhost) by ancillary.inch.com (8.9.2/8.9.2) with ESMTP id QAA07306; Mon, 7 Jun 1999 16:37:08 -0400 (EDT) (envelope-from oliver@ancillary.inch.com) Date: Mon, 7 Jun 1999 16:37:07 -0400 (EDT) From: O Stockhammer To: dwhite@resnet.uoregon.edu Cc: freebsd-questions@FreeBSD.ORG Subject: Re: question regarding 3.1-stable and drifting time clock. (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug, This is the timecounter info you asked for: Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 87498979 Hz CPU: Pentium/P54C (87.50-MHz 586-class CPU) Looks like I have the same type of problem. Oliver > > Hello, > I am running 3.1-stable on a Pentium 90. I get a wicked time > drift, something like 5 minutes fast every hour. It is not my bios clock > as that is keeping correct time (it is set to UTC). You too, eh? When you boot up, you should get a line like: Timecounter "TSC" frequency 100228262 Hz What does it report for the freq? Something is up with the 3.X TSC calibration and it causes timewarping clocks. I am running xntpd to > attempt to stop this and it is locally synching to another FBSD box which > is keeping accurate time. I have run tzsetup and set it to UTC as well > with EDT as the timezone. > When xntpd starts up it seems to be fine: > > Jun 2 16:10:37 ary xntpd[106]: xntpd version=3.4e (beta multicast); > Mon Feb 15 10:12:13 GMT 1999 (1) > Jun 2 16:10:37 ary xntpd[106]: tickadj = 5, tick = 10000, > tvu_maxslew = 495 > > But upon inspection of the time about an hour later, the clock has > drifted again 5 minutes fast and continues to drift about 5 minutes/hour. > There is no other logging in /var/log/messages from xntpd after > starting it. xntpd can slew it only so much. I'm trying xntpd on another problem box but I'm not sure it can keep up. > If I restart the machine and check the bios it is correctly set to > UTC and the accurate time. Is this a bug with 3.1-stable or am I missing > something? I'm not sure if this is due to flaky PC hardware or if it's an actual bug. Our P90 thinks it's a P87.5. I think I'll enter a PR on it to get the ball rolling. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 11:35:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id C776E150D5 for ; Mon, 7 Jun 1999 11:35:32 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Mon, 7 Jun 1999 14:35:36 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB440110595B@site2s1> From: Christopher Michaels To: 'Erin Fortenberry' , freebsd-questions@FreeBSD.ORG Subject: RE: BIND and Sendmail 8.9.3 Date: Mon, 7 Jun 1999 14:37:15 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In my relay-domains file all I have is my domain name, I don't have any hostnames or relay addresses. -Chris > -----Original Message----- > From: Erin Fortenberry [SMTP:erinf@lusardi.com] > Sent: Monday, June 07, 1999 2:03 PM > To: freebsd-questions@FreeBSD.ORG > Subject: BIND and Sendmail 8.9.3 > > > Just a few minor questions... > > * Does bind-8.2 support 4 digit years in the serial? > > * On sendmails relay-domains, I currently have to add every ip address in > individually. Is there a way I can do whole subnets and by IP address? > (ie. > [192.168.0.0/24]) I am currently using sendmail 8.9.3. > > I had a few other questions, just cannot seem to remember them right now. > :-( > > Thanks > > > Erin > > > mailto:kahn@deadbbs.com > http://www.deadbbs.com > http://www.fortenberry.net > > Torture by cluelessness. Its never a pretty sight. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 11:36:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id ED59E1525F for ; Mon, 7 Jun 1999 11:36:32 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Mon, 7 Jun 1999 14:36:37 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB440110595C@site2s1> From: Christopher Michaels To: 'Adam Breaux' Cc: "FreeBSD Mailing List (E-mail)" Subject: RE: downloading Date: Mon, 7 Jun 1999 14:38:17 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG http://www.freebsd.org/handbook/install.html > -----Original Message----- > From: Adam Breaux [SMTP:freebsd@idomains.net] > Sent: Monday, June 07, 1999 2:12 PM > To: Christopher Michaels > Subject: Re: downloading > > Document not found. > > ----- Original Message ----- > From: Christopher Michaels > To: ; L Kent > Cc: > Sent: Monday, June 07, 1999 1:51 PM > Subject: RE: downloading > > > > Hopefully everyone is smart enough to realize this, but the link should > > point to... > > http://www.FreeBSD.org/freebsd/data/handbook/install.html > > > > -Chris > > > > > > > -----Original Message----- > > > From: Dan Langille [SMTP:junkmale@xtra.co.nz] > > > Sent: Friday, June 04, 1999 9:30 PM > > > To: L Kent > > > Cc: freebsd-questions@freebsd.org > > > Subject: Re: downloading > > > > > > On 5 Jun 99, at 10:54, L Kent wrote: > > > > > > > i looked at your site and i couldn't figure out where to download > > > > freebsd from and i was wondering if you could just simply send me > the > > > > address of the download file. > > > > > > If you start at: http://www.freebsd.org, under "Easy to install" > you'll > > > see a link to http://ducky/freebsd/data/handbook/install.html > > > > > > That should be enough to get you started with the boot floppies. > > > -- > > > Dan Langille - DVL Software Limited > > > The FreeBSD Diary - http://www.FreeBSDDiary.org/freebsd/ > > > NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/ > > > The Racing System - http://www.racingsystem.com/racingsystem.htm > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 11:40:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id EACAF152FE for ; Mon, 7 Jun 1999 11:40:29 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id OAA16263; Mon, 7 Jun 1999 14:40:47 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199906071840.OAA16263@cc942873-a.ewndsr1.nj.home.com> Subject: Re: BIND and Sendmail 8.9.3 In-Reply-To: from Erin Fortenberry at "Jun 7, 99 11:03:21 am" To: erinf@lusardi.com (Erin Fortenberry) Date: Mon, 7 Jun 1999 14:40:47 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Erin Fortenberry wrote, > > Just a few minor questions... > > * Does bind-8.2 support 4 digit years in the serial? I believe the serial is a 32-bit number. That gives you a valid range of 0 to 4294967296 (2^32). You can easily fit a number of the form: yyyymmddxx Into that space where 'yyyy' is four digit year, 'mm' is the month, 'dd' is the day, and 'xx' is a serial for any given day. If you plan on revising your DNS record more than 100 times a day, you might have to rethink the stragegy... It also will require a new format in 2300 years, but I am not worrying. > * On sendmails relay-domains, I currently have to add every ip address in > individually. Is there a way I can do whole subnets and by IP address? (ie. > [192.168.0.0/24]) I am currently using sendmail 8.9.3. For anything but the most basic sendmail questions or OS specific questions, you should probably try http://www.sendmail.org and comp.mail.sendmail rather than this list. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 12:17:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.gt (ns.gt [168.234.32.2]) by hub.freebsd.org (Postfix) with ESMTP id 4438E14C57 for ; Mon, 7 Jun 1999 12:16:37 -0700 (PDT) (envelope-from victorc@BitSmart.com) Received: from BitSmart.com (localhost [127.0.0.1]) by ns.gt (8.9.2/8.8.8) with ESMTP id NAA00401 for ; Mon, 7 Jun 1999 13:16:23 -0600 (CST) (envelope-from victorc@BitSmart.com) Message-ID: <375C1A87.D19E6FB2@BitSmart.com> Date: Mon, 07 Jun 1999 13:16:23 -0600 From: Victor Carranza X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: Signal 8 problem... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! I have been running MRTG on a 3.0-RELEASE box for a while without any problem. However, there was an accidental power disconnection today... and the machine came up apparently unharmed, but now MRTG's rateup module dies on signal 8 each time it runs! Possible causes? solutions? Thanks in advance! Regards, Victor Carranza To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 12:19:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mta1-rme.xtra.co.nz (unknown [203.96.92.1]) by hub.freebsd.org (Postfix) with ESMTP id BFE3414BC9 for ; Mon, 7 Jun 1999 12:19:14 -0700 (PDT) (envelope-from junkmale@pop3.xtra.co.nz) Received: from wocker ([210.55.152.36]) by mta1-rme.xtra.co.nz (InterMail v04.00.02.07 201-227-108) with SMTP id <19990607192154.NEZD8654004.mta1-rme@wocker>; Tue, 8 Jun 1999 07:21:54 +1200 From: "Dan Langille" Organization: The FreeBSD Diary To: Christopher Michaels , kent@powercom.com.au Date: Tue, 8 Jun 1999 07:19:08 +1200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: RE: downloading Reply-To: junkmale@xtra.co.nz Cc: freebsd-questions@freebsd.org In-reply-to: <6C37EE640B78D2118D2F00A0C90FCB440110595A@site2s1> X-mailer: Pegasus Mail for Win32 (v3.01d) Message-Id: <19990607192154.NEZD8654004.mta1-rme@wocker> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG OUCH! Sorry. Yes, that was a local link. My apologies. On 7 Jun 99, at 13:51, Christopher Michaels wrote: > Hopefully everyone is smart enough to realize this, but the link should > point to... > http://www.FreeBSD.org/freebsd/data/handbook/install.html -- Dan Langille - DVL Software Limited The FreeBSD Diary - http://www.FreeBSDDiary.org/freebsd/ NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/ The Racing System - http://www.racingsystem.com/racingsystem.htm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 12:22:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from scan.atvideo.com (ns1.atvideo.com [204.57.215.3]) by hub.freebsd.org (Postfix) with ESMTP id DF38315284 for ; Mon, 7 Jun 1999 12:22:29 -0700 (PDT) (envelope-from chadth@atvideo.com) Received: from chadth (ninja405@chadth.atvideo.com [10.0.0.130]) by scan.atvideo.com (8.9.3/8.9.3) with SMTP id MAA18442 for ; Mon, 7 Jun 1999 12:31:10 -0700 (PDT) From: "Chad Thunberg" To: Subject: Mounting windows shares for backup Date: Mon, 7 Jun 1999 12:19:56 -0700 Message-ID: <001b01beb11a$ba2c3d00$8200000a@atvideo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have been fighting with backing up windows NT shares across a network to a freebsd backup server. Originally I tried to use samba to connect but found out smbmount isn't compiled on anything non-linux. I installed Shared Light (shlight) to mount the shares but when using dump, it doesn't appear to read the mount (because of file system incompatibility?). The only way I found to be able to backup the volume is to mount the Windows share then cp -R /mnt/windows /backup then use dump to backup /backup. If anyone has any better ideas or can suggest another method besides converting the NT box I would greatly appreciate it. After mounting the file system with shlight, df returns: shlight-17677 4176832 3103616 1073216 74% /mnt/windows Thanks, -Chad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 12:22:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mta2-rme.xtra.co.nz (unknown [203.96.92.3]) by hub.freebsd.org (Postfix) with ESMTP id E911415284 for ; Mon, 7 Jun 1999 12:22:39 -0700 (PDT) (envelope-from junkmale@pop3.xtra.co.nz) Received: from wocker ([210.55.152.36]) by mta2-rme.xtra.co.nz (InterMail v04.00.02.07 201-227-108) with SMTP id <19990607192458.MLXC8785947.mta2-rme@wocker>; Tue, 8 Jun 1999 07:24:58 +1200 From: "Dan Langille" Organization: The FreeBSD Diary To: Inu Wikantiyoso Date: Tue, 8 Jun 1999 07:22:32 +1200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: ppp problem (dyn. IP from isp) Reply-To: junkmale@xtra.co.nz Cc: freebsd-questions@freebsd.org In-reply-to: <375C046A.8ACDEFA6@sby.centrin.net.id> X-mailer: Pegasus Mail for Win32 (v3.01d) Message-Id: <19990607192458.MLXC8785947.mta2-rme@wocker> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Inu, I have forwarded your question to the freebsd questions mailing list. Hopefully, someone there will be able to answer your question. I, unfortunately, don't have time at the moment. That's the beauty of the mailing list. If one person can't answer, another can. :) Cheers. On 8 Jun 99, at 0:42, Inu Wikantiyoso wrote: > This is my first 48 hours using FreeBSD-3.1, and I'm really excited with > this system, for it's stability and default security policy. Welcome to FreeBSD! > I read your PPP article I found from a website, and I'm able to connect to > internet ,but my resolver still doesn't work. I can send and fetch mail > with Netscape 4.5 and manually PPP as you shown at your article, using IP > number. That's a good start. > It's not a problem since I know my ISP's mail server IP number, but I > can't go to rest of the net :(. > > BTW, my ISP doesn't give me a static IP and I use a single box at home (no > LAN etc). > > So, what should I put on /etc/ppp/ppp.conf file, section ifaddr ? Or, what > I have to do if I connect PPP manually using ppp prompt ? Because'enable > dns' command doesn't works. > > My /etc/resolve.conf consist : > > search centrin.net.id > nameserver 202.146.255.3 > nameserver 202.146.255.5 > > and /etc/hosts consist : > > 127.0.0.1 localhost > > That's my main problem, I hope you would help me because I'm very new to > FreeBSD system and I really love this system rather than Linux. -- Dan Langille - DVL Software Limited The FreeBSD Diary - http://www.FreeBSDDiary.org/freebsd/ NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/ The Racing System - http://www.racingsystem.com/racingsystem.htm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 12:25:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from piggy.acet.org.noname (piggy.acet.org [192.188.104.38]) by hub.freebsd.org (Postfix) with SMTP id 892331581E for ; Mon, 7 Jun 1999 12:25:07 -0700 (PDT) (envelope-from ornery_101@yahoo.com) Received: from piggy (LOCALHOST.acet.org) by piggy.acet.org.noname (4.1/SMI-4.1) id AA21945; Mon, 7 Jun 99 15:23:58 EDT Message-Id: <375C1C4D.41C67EA6@yahoo.com> Date: Mon, 07 Jun 1999 15:23:57 -0400 From: Spud Taylor X-Mailer: Mozilla 3.01 (X11; I; SunOS 4.1.4 sun4m) Mime-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: netiso tree Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG We have been using Free BSD and BSDI since 1992. There was a descision to eliminate the netiso and netccitt trees in the OS a few years ago. Can these trees still be obtained and where can I obtain them from? I am having a problem reading raw CLNP PDUs because of the way BSD used to do it vs the way it is done now with the isopcbhead and isopcblist. If you could point me in the correct difre4ction, I would appreciate it. We have done extensive kernel programming and are familiar with what it will take to port a netiso tree into our current environment. Thank you for your time and I look forward to hearing an answer from you. Lynn Taylor Senior Engineer Planning Systems Inc McLean, Va. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 12:30:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 2D5F4157C3 for ; Mon, 7 Jun 1999 12:30:43 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Mon, 7 Jun 1999 15:30:48 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB440110595E@site2s1> From: Christopher Michaels To: "'Alexander T. Petrusa'" Cc: "FreeBSD Mailing List (E-mail)" Subject: RE: Hardware configuration Date: Mon, 7 Jun 1999 15:32:28 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'll try and field a couple of these but first a couple things. 1. What version of FreeBSD are you using? 2. Please don't send HTML e-mail messages to the list. It is to your benefit, because many people will delete these messages without actually reading them. Ok.. on to the answers... > -----Original Message----- > From: Alexander T. Petrusa [SMTP:apetrusa@canada.com] > Sent: Saturday, June 05, 1999 9:06 AM > To: freebsd-questions@FreeBSD.ORG > Subject: Hardware configuration > > Hi, > > I am new to FreeBSD, and I have some questions regarding: > 1. How to change hardware configuration ? > On a permanent basis, compile a custom kernel. You can change some things on the fly by using 'boot -c' at the boot prompt. You may want to take a look at http://www2.freebsd.org/handbook/handbook50.html#128 > 2. How to modify the addresses on a Network card? > Edit /etc/rc.conf, if you mean on-the-fly while the machine is already running, take a look at man ifconfig. > 3. I have a cable modem, Internet access, I know everything about my > provider's > servers, but how do I make myself to use DHCP address on my card? > First off you need to install one of the DHCP ports (/usr/ports/net/). There are both ISC and WIDE DHCP implementations. I don't know which is best, I personally like ISC myself. It comes with a sample script that is placed in /usr/local/etc. I'm sure someone else on the list with a bit more experience with using DHCP clients will give you a more definitive answer. > 4. Do you have a Novell Client to logon to NW5 servers? > I believe there is one but for the life of me I can't find it... but 1st you need to compile a custom kernel with IPX included. > > Thanks for the info where to lok for answers... > Hope this helps. > ________________________________________________________________ > > The one who is not ready today, will be less ready tomorrow... > > > Alexander T. Petrusa (C.N.A.) > > > > Phone: (514) 484-6815 > > -Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 12:36:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from luke.cpl.net (luke.cpl.net [209.150.92.68]) by hub.freebsd.org (Postfix) with ESMTP id 7DB4415048 for ; Mon, 7 Jun 1999 12:36:41 -0700 (PDT) (envelope-from shawn@luke.cpl.net) Received: (from shawn@localhost) by luke.cpl.net (8.9.3/8.9.3) id MAA03668; Mon, 7 Jun 1999 12:37:13 -0700 (PDT) Message-ID: <19990607123712.B614@cpl.net> Date: Mon, 7 Jun 1999 12:37:12 -0700 From: Shawn Ramsey To: Erin Fortenberry , freebsd-questions@FreeBSD.ORG Subject: Re: BIND and Sendmail 8.9.3 References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93i In-Reply-To: ; from Erin Fortenberry on Mon, Jun 07, 1999 at 11:03:21AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Just a few minor questions... > > * Does bind-8.2 support 4 digit years in the serial? > > * On sendmails relay-domains, I currently have to add every ip address in > individually. Is there a way I can do whole subnets and by IP address? (ie. > [192.168.0.0/24]) I am currently using sendmail 8.9.3. > > I had a few other questions, just cannot seem to remember them right now. > :-( Just adding 198.162 or 198.162.0 in relay-domains should work. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 12:42: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sonic.soniclink.net (sonic.soniclink.net [205.136.57.226]) by hub.freebsd.org (Postfix) with ESMTP id 8DB8E14C08 for ; Mon, 7 Jun 1999 12:42:03 -0700 (PDT) (envelope-from wacky@sonic.soniclink.net) Received: from localhost (wacky@localhost) by sonic.soniclink.net (8.9.3/8.9.2) with ESMTP id PAA96725 for ; Wed, 7 Jun 2000 15:39:37 -0400 (EDT) (envelope-from wacky@sonic.soniclink.net) Date: Wed, 7 Jun 2000 15:39:37 -0400 (EDT) From: SonicLink admin To: questions@freebsd.org Subject: Rebooting problems Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have a rebooting problem with my shell/web hosting server and what it does is it reboots without logging or haveing any kernel panics. I cant find any errors that could cause it to reboot automaticly. I installed from cdrom Freebsd3.1 and I currently upgraded to FreeBSD3.2. I had the same problem with Freebsd3.1. Can you please help me??? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 12:46:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from andyo.prime.net (P1M4.prime.net.ua [195.64.229.36]) by hub.freebsd.org (Postfix) with ESMTP id DCF1814C1F for ; Mon, 7 Jun 1999 12:45:21 -0700 (PDT) (envelope-from andyo@prime.net.ua) Received: from prime.net.ua (localhost [127.0.0.1]) by andyo.prime.net (8.9.3/8.9.3) with ESMTP id WAA00547 for ; Mon, 7 Jun 1999 22:33:19 +0300 (EET DST) Message-ID: <375C1E7C.DDD8BE46@prime.net.ua> Date: Mon, 07 Jun 1999 22:33:16 +0300 From: =?koi8-r?Q?=E1=CE=C4=D2=C5=CA=20=F7=2E=20=EF=CC=C5=CA=CE=C9=CB?= (Andy V. Oleynik) Organization: =?koi8-r?Q?=ED=2D=E9=CE=C6=CF?= X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) X-Accept-Language: ru, uk, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: question regarding 3.1-stable and drifting time clock. (fwd) References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Looks like >=3.1 doesnt like i8254 :) & all the frequencies < 1*0 000 000 MH O Stockhammer wrote: > Doug, > This is the timecounter info you asked for: > > Timecounter "i8254" frequency 1193182 Hz > Timecounter "TSC" frequency 87498979 Hz > CPU: Pentium/P54C (87.50-MHz 586-class CPU) > > Looks like I have the same type of problem. > > Oliver > > > > > Hello, > > I am running 3.1-stable on a Pentium 90. I get a wicked time > > drift, something like 5 minutes fast every hour. It is not my bios clock > > as that is keeping correct time (it is set to UTC). > > You too, eh? When you boot up, you should get a line like: > > Timecounter "TSC" frequency 100228262 Hz > > What does it report for the freq? > > Something is up with the 3.X TSC calibration and it causes timewarping > clocks. > > I am running xntpd to > > attempt to stop this and it is locally synching to another FBSD box which > > is keeping accurate time. I have run tzsetup and set it to UTC as well > > with EDT as the timezone. > > When xntpd starts up it seems to be fine: > > > > Jun 2 16:10:37 ary xntpd[106]: xntpd version=3.4e (beta multicast); > > Mon Feb 15 10:12:13 GMT 1999 (1) > > Jun 2 16:10:37 ary xntpd[106]: tickadj = 5, tick = 10000, > > tvu_maxslew = 495 > > > > But upon inspection of the time about an hour later, the clock has > > drifted again 5 minutes fast and continues to drift about 5 minutes/hour. > > There is no other logging in /var/log/messages from xntpd after > > starting it. > > xntpd can slew it only so much. I'm trying xntpd on another problem box > but I'm not sure it can keep up. > > > If I restart the machine and check the bios it is correctly set to > > UTC and the accurate time. Is this a bug with 3.1-stable or am I missing > > something? > > I'm not sure if this is due to flaky PC hardware or if it's an actual bug. > Our P90 thinks it's a P87.5. I think I'll enter a PR on it to get the > ball rolling. > > Doug White > Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve > http://gladstone.uoregon.edu/~dwhite | www.freebsd.org > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Andy V. Oleynik (When U aim for perfection, U discover it's a moving target Ж80) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 12:46:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from andyo.prime.net (P1M4.prime.net.ua [195.64.229.36]) by hub.freebsd.org (Postfix) with ESMTP id C401314C49 for ; Mon, 7 Jun 1999 12:45:21 -0700 (PDT) (envelope-from andyo@prime.net.ua) Received: from prime.net.ua (localhost [127.0.0.1]) by andyo.prime.net (8.9.3/8.9.3) with ESMTP id WAA00472; Mon, 7 Jun 1999 22:26:04 +0300 (EET DST) Message-ID: <375C1CC8.1344695B@prime.net.ua> Date: Mon, 07 Jun 1999 22:26:00 +0300 From: =?koi8-r?Q?=E1=CE=C4=D2=C5=CA=20=F7=2E=20=EF=CC=C5=CA=CE=C9=CB?= (Andy V. Oleynik) Reply-To: andyo@prime.net.ua Organization: =?koi8-r?Q?=ED=2D=E9=CE=C6=CF?= X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) X-Accept-Language: ru, uk, en MIME-Version: 1.0 To: George Yobst Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Syslog and exec variables References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Probably U use special device to set ur cisco interface up. May be no. Anyway I beleave that any change of this interface that being configured at start up by root will be logged in ur /var/log/messages. 2nd: look for Big Brother in the net. It has notify feature:) George Yobst wrote: > Hi all, > > I've written a little script to page myself if a router interface > goes down, but I'm having a little problem with syslog. I can't > seem to figure out what variable it sends the output to, so I can > use it in the script. The syslog.conf lines are: > local6.* |exec /var/log/cisco/pager.sh > local6.* /var/log/cisco/rou6.log > > What am I missing? Thanks! -George > ---------------------------------------------------------------------- > George Yobst, Automation Specialist email: george@lincc.lib.or.us > LINCC phone: 503-723-4890 > 16239 SE McLoughlin Blvd, Suite 208 fax: 503-655-8555 > Oak Grove, OR 97267-4654 webmaster: http://www.lincc.lib.or.us > "...it is impossible for anyone to begin to learn > what he thinks he already knows." - Epictetus > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Andy V. Oleynik (When U aim for perfection, U discover it's a moving target Ж80) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 12:49:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 95C4E14BFA for ; Mon, 7 Jun 1999 12:49:27 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Mon, 7 Jun 1999 15:49:32 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105961@site2s1> From: Christopher Michaels To: "'Heff001@aol.com'" Cc: "FreeBSD Mailing List (E-mail)" Subject: RE: Installation - Already have Win 98 Date: Mon, 7 Jun 1999 15:51:12 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 1. Yes 2 GB more than enough, of course you could fill that very quickly if you start installing different packages. 2. FreeBSD comes with a boot manager, it will allow you to choose which drive you'd like to boot from, and will default to the last drive that you chose. Keep in mind, that the boot manager does need to be installed to the C: drive to work, since that is the drive that the system initially boots from. This will not effect windows. (despite the above assurance, you should ALWAYS backup all valuable information before installing a new operating system.) -Chris > -----Original Message----- > From: Heff001@aol.com [SMTP:Heff001@aol.com] > Sent: Sunday, June 06, 1999 12:53 PM > To: freebsd-questions@freebsd.org > Subject: Installation - Already have Win 98 > > OK I have purchased Walnut Creek's FreeBSD Lite 3.1 (on CD-ROM) for my PC. > > > I have a: > > AMD-K6(tm) 3D Processor > 64.0MB RAM > GENERIC IDE DISK TYPE46 - 6.4 GIG Primary Master C: > GENERIC IDE DISK TYPE46 - 8.4 GIG Primary Slave D: > BCD 40XH CD-ROM > > I am running Windows 98 4.10.1998 > > Question1: I plan to install FreeBSD on drive D: giving it 200MB of space. > Is > this enough? > Question2: When I install FreeBSD, do I need something like System > Commander > to get to either OS? Win 98 is on drive C: and I don't want it disturbed. > Can I continue to boot Win 98 as usual and select an option (from DOS) to > boot FreeBSD when I need it (only)? > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 12:53: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 500A914C57 for ; Mon, 7 Jun 1999 12:53:01 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Mon, 7 Jun 1999 15:53:06 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105962@site2s1> From: Christopher Michaels To: 'Paul Nathan Puri' Cc: "FreeBSD Mailing List (E-mail)" Subject: RE: irc channels? Date: Mon, 7 Jun 1999 15:54:46 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I haven't been on there in a long time, but I remember there being an = actual irc.FreeBSD.org. Baring that I've found the UnderNET #FreeBSD to be a = good place to go. I've given up on EFNet's version of #FreeBSD, they seemed = to be a bit =E9litist in there. (please don't turn this into a what channel is best, or flame war = thread. In all honesty I haven't been on an irc channel for #FreeBSD in ages.) -Chris > -----Original Message----- > From: Paul Nathan Puri [SMTP:publisher@ompages.com] > Sent: Friday, June 04, 1999 11:19 PM > To: questions@freebsd.org > Subject: irc channels? >=20 > Is there an irc channel where FBSD users hang out? >=20 > I don't want to bother developers, but if there is=20 > a users channel I'd like to know. Thanks. > --=20 > NatePuri > Certified Law Student > Debian GNU/Linux Monk > McGeorge School of Law > Sacramento, CA > http://www.ompages.com/ > publisher@ompages.com >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 12:59:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fiber-optix.net (fiber-optix.net [208.192.111.69]) by hub.freebsd.org (Postfix) with ESMTP id B4682154B2 for ; Mon, 7 Jun 1999 12:59:34 -0700 (PDT) (envelope-from hype@interaccess.com) Received: from interaccess.com (localhost [127.0.0.1]) by fiber-optix.net (8.9.3/8.9.3) with ESMTP id JAA29560; Sun, 6 Jun 1999 09:16:15 -0500 (CDT) (envelope-from hype@interaccess.com) Message-ID: <375A82AD.392AEEB3@interaccess.com> Date: Sun, 06 Jun 1999 09:16:14 -0500 From: vader Organization: fiber-optix.net X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Christopher Michaels Cc: "'Paul Nathan Puri'" , "FreeBSD Mailing List (E-mail)" Subject: Re: irc channels? References: <6C37EE640B78D2118D2F00A0C90FCB4401105962@site2s1> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Christopher Michaels wrote: > I haven't been on there in a long time, but I remember there being an actual > irc.FreeBSD.org. Baring that I've found the UnderNET #FreeBSD to be a good > place to go. I've given up on EFNet's version of #FreeBSD, they seemed to > be a bit Иlitist in there. > > (please don't turn this into a what channel is best, or flame war thread. > In all honesty I haven't been on an irc channel for #FreeBSD in ages.) > > -Chris > > > -----Original Message----- > > From: Paul Nathan Puri [SMTP:publisher@ompages.com] > > Sent: Friday, June 04, 1999 11:19 PM > > To: questions@freebsd.org > > Subject: irc channels? > > > > Is there an irc channel where FBSD users hang out? > > > > I don't want to bother developers, but if there is > > a users channel I'd like to know. Thanks. > > -- > > NatePuri > > Certified Law Student > > Debian GNU/Linux Monk > > McGeorge School of Law > > Sacramento, CA > > http://www.ompages.com/ > > publisher@ompages.com > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Stop into #FreeBSD on EFnet server: irc.ais.net:6667 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 13: 1: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dart.sr.se (dart.SR.SE [193.12.91.98]) by hub.freebsd.org (Postfix) with ESMTP id 07ADE14E17 for ; Mon, 7 Jun 1999 13:00:41 -0700 (PDT) (envelope-from gunnar@pluto.sr.se) Received: from honken.sr.se ([134.25.128.27]) by dart.sr.se (8.9.3/8.9.3) with ESMTP id WAA11748; Mon, 7 Jun 1999 22:00:37 +0200 (MET DST) Received: from pluto.sr.se (pluto.SR.SE [134.25.193.91]) by honken.sr.se (8.7.5/8.7.3) with ESMTP id WAA10188; Mon, 7 Jun 1999 22:00:36 +0200 (MET DST) Received: (from gunnar@localhost) by pluto.sr.se (8.9.2/8.9.1) id WAA25829; Mon, 7 Jun 1999 22:00:36 +0200 (CEST) (envelope-from gunnar) Date: Mon, 7 Jun 1999 22:00:36 +0200 From: Gunnar Flygt To: Christopher Michaels Cc: FreeBSD Questions Subject: Re: downloading Message-ID: <19990607220036.C25750@sr.se> Reply-To: Gunnar Flygt References: <6C37EE640B78D2118D2F00A0C90FCB440110595A@site2s1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <6C37EE640B78D2118D2F00A0C90FCB440110595A@site2s1>; from Christopher Michaels on Mon, Jun 07, 1999 at 01:51:42PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jun 07, 1999 at 01:51:42PM -0400, Christopher Michaels wrote: > Hopefully everyone is smart enough to realize this, but the link should > point to... > http://www.FreeBSD.org/freebsd/data/handbook/install.html Que? In my world :-) (ie www.freebsd.org) the Easy to install points to: http://www.FreeBSD.org/handbook/install.html > > -Chris > > > > -----Original Message----- > > From: Dan Langille [SMTP:junkmale@xtra.co.nz] > > Sent: Friday, June 04, 1999 9:30 PM > > To: L Kent > > Cc: freebsd-questions@freebsd.org > > Subject: Re: downloading > > > > On 5 Jun 99, at 10:54, L Kent wrote: > > > > > i looked at your site and i couldn't figure out where to download > > > freebsd from and i was wondering if you could just simply send me the > > > address of the download file. > > > > If you start at: http://www.freebsd.org, under "Easy to install" you'll > > see a link to http://ducky/freebsd/data/handbook/install.html > > > > That should be enough to get you started with the boot floppies. > > -- > > Dan Langille - DVL Software Limited > > The FreeBSD Diary - http://www.FreeBSDDiary.org/freebsd/ > > NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/ > > The Racing System - http://www.racingsystem.com/racingsystem.htm > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- __o regards, Gunnar ---_ \<,_ email: flygt@sr.se ---- (_)/ (_) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 13:36:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from trooper.velocet.ca (trooper.velocet.net [209.167.225.226]) by hub.freebsd.org (Postfix) with ESMTP id BB4C0157E1; Mon, 7 Jun 1999 13:36:07 -0700 (PDT) (envelope-from dgilbert@trooper.velocet.ca) Received: (from dgilbert@localhost) by trooper.velocet.ca (8.8.7/8.8.7) id QAA22490; Mon, 7 Jun 1999 16:36:05 -0400 (EDT) From: David Gilbert MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="xAnB+fVNBz" Content-Transfer-Encoding: 7bit Message-ID: <14172.11570.978048.550537@trooper.velocet.ca> Date: Mon, 7 Jun 1999 16:36:02 -0400 (EDT) To: freebsd-questions@freebsd.org, freebsd-emulation@freebsd.org Subject: Civilization Call To Power. X-Mailer: VM 6.71 under 20.4 "Emerald" XEmacs Lucid Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --xAnB+fVNBz Content-Type: text/plain; charset=us-ascii Content-Description: message body text Content-Transfer-Encoding: 7bit In the vain hope that I could run it, I bought the Linux version of Civilization - Call To Power. Having installed it on my FreeBSD-3.0 machine, it doesn't seem to do anything. I have included the kdump output in this message in case someone knows how to fix this. I'd hate to have to keep a linux partition booted for this... --xAnB+fVNBz Content-Type: text/plain Content-Description: syscall trace of CIV-CTP. Content-Disposition: inline; filename="file" Content-Transfer-Encoding: 7bit 22275 ktrace RET ktrace 0 22275 ktrace CALL execve(0xefbfd507,0xefbfd3c0,0xefbfd3c8) 22275 ktrace NAMI "./CivCTP/civctp" 22275 civctp RET execve 0 22275 civctp CALL mkdir(0) 22275 civctp RET mkdir 0 22275 civctp CALL getpid 22275 civctp RET getpid 22275/0x5703 22275 civctp CALL getlogin 22275 civctp RET getlogin 101/0x65 22275 civctp CALL getuid 22275 civctp RET getuid 101/0x65 22275 civctp CALL setlogin 22275 civctp RET setlogin 21/0x15 22275 civctp CALL getgid 22275 civctp RET getgid 21/0x15 22275 civctp CALL getpid 22275 civctp RET getpid 22275/0x5703 22275 civctp CALL obs_vread(0xa,0xefbfd258,0) 22275 civctp RET obs_vread 0 22275 civctp CALL obs_vread(0xc,0xefbfd24c,0) 22275 civctp RET obs_vread 0 22275 civctp CALL setreuid(0,0xefbfd284,0) 22275 civctp RET setreuid 0 22275 civctp CALL ktrace(0) 22275 civctp RET ktrace 144297984/0x899d000 22275 civctp CALL ktrace(0x899d030) 22275 civctp RET ktrace 144298032/0x899d030 22275 civctp CALL ktrace(0x899e000) 22275 civctp RET ktrace 144302080/0x899e000 22275 civctp CALL ktrace(0x89a0000) 22275 civctp RET ktrace 144310272/0x89a0000 22275 civctp CALL listen(0xefbfd360,0xefbfd260) 22275 civctp NAMI "/compat/linux/dev/cdrom" 22275 civctp NAMI "/compat/linux" 22275 civctp NAMI "/compat/linux/dev/cdrom" 22275 civctp RET listen 0 22275 civctp CALL open(0x8514cae,0,0x1b6) 22275 civctp NAMI "/compat/linux/etc/fstab" 22275 civctp NAMI "/etc/fstab" 22275 civctp RET open 3 22275 civctp CALL old.sigvec(0x3,0xefbfcce4) 22275 civctp RET old.sigvec 0 22275 civctp CALL dup2(0xefbfcd30) 22275 civctp RET dup2 408051712/0x18526000 22275 civctp CALL read(0x3,0x18526000,0x2000) 22275 civctp GIO fd 3 read 438 bytes "# Swap on the 2 six gig drives on different channels #/dev/wd1s1b none swap sw 0 0 /dev/da0s1b none swap sw 0 0 /dev/wd2s1b none swap sw 0 0 # IDE filesystems /dev/wd0s1a / ufs rw 1 1 /dev/wd0s1e /var ufs rw 2 2 /dev/wd0s1f /usr ufs rw 2 2 /dev/da0s1g /u1 ufs rw 2 2 /dev/wd2s1g /u2 ufs rw 2 2 # Extras /dev/wd2s1b /tmp mfs rw 0 0 proc /proc procfs rw 0 0 /dev/cd0c /cdrom cd9660 ro,noauto 0 0 /dev/fd0a /a msdos rw,noauto 0 0 " 22275 civctp RET read 438/0x1b6 22275 civctp CALL read(0x3,0x18526000,0x2000) 22275 civctp GIO fd 3 read 0 bytes "" 22275 civctp RET read 0 22275 civctp CALL close(0x3) 22275 civctp RET close 0 22275 civctp CALL #91(0x18526000,0x2000) 22275 civctp RET #91 0 22275 civctp CALL listen(0xefbfd360,0xefbfd26c) 22275 civctp NAMI "/compat/linux/dev/hda" 22275 civctp NAMI "/dev/hda" 22275 civctp RET listen JUSTRETURN 22275 civctp CALL listen(0xefbfd360,0xefbfd26c) 22275 civctp NAMI "/compat/linux/dev/scd0" 22275 civctp NAMI "/dev/scd0" 22275 civctp RET listen JUSTRETURN 22275 civctp CALL listen(0xefbfd360,0xefbfd26c) 22275 civctp NAMI "/compat/linux/dev/sr0" 22275 civctp NAMI "/dev/sr0" 22275 civctp RET listen JUSTRETURN 22275 civctp CALL obs_vread(0xb,0xefbfd210,0xefbfd200) 22275 civctp RET obs_vread 0 22275 civctp CALL obs_vread(0x7,0xefbfd210,0xefbfd200) 22275 civctp RET obs_vread 0 22275 civctp CALL obs_vread(0x8,0xefbfd210,0xefbfd200) 22275 civctp RET obs_vread 0 22275 civctp CALL obs_vread(0x3,0xefbfd210,0xefbfd200) 22275 civctp RET obs_vread 0 22275 civctp CALL obs_vread(0xd,0xefbfd210,0xefbfd200) 22275 civctp RET obs_vread 0 22275 civctp CALL obs_vread(0xe,0xefbfd210,0xefbfd200) 22275 civctp RET obs_vread 0 22275 civctp CALL ktrace(0x89a2000) 22275 civctp RET ktrace 144318464/0x89a2000 22275 civctp CALL pipe(0xefbfd1e4) 22275 civctp RET pipe 0 22275 civctp CALL readv 22275 civctp RET readv -1 errno -38 Unknown error: -38 22275 civctp CALL close(0x3) 22275 civctp RET close 0 22275 civctp CALL close(0x4) 22275 civctp RET close 0 22275 civctp CALL setreuid(0x2,0,0xefbfd2a0) 22275 civctp RET setreuid 0 22275 civctp CALL vadvise(0,0,0) 22275 civctp PSIG SIGINT SIG_DFL --xAnB+fVNBz Content-Type: text/plain; charset=us-ascii Content-Description: message body and .signature Content-Transfer-Encoding: 7bit Dave. -- ============================================================================ |David Gilbert, Velocet Communications. | Two things can only be | |Mail: dgilbert@velocet.net | equal if and only if they | |http://www.velocet.net/~dgilbert | are precisely opposite. | =========================================================GLO================ --xAnB+fVNBz-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 13:44: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from palrel3.hp.com (palrel3.hp.com [156.153.255.226]) by hub.freebsd.org (Postfix) with ESMTP id 105FF15793 for ; Mon, 7 Jun 1999 13:43:53 -0700 (PDT) (envelope-from klui@cup.hp.com) Received: from cup44ux.cup.hp.com (klui@cup44ux.cup.hp.com [15.13.168.124]) by palrel3.hp.com (8.8.6 (PHNE_17135)/8.8.5tis) with ESMTP id NAA24472; Mon, 7 Jun 1999 13:43:42 -0700 (PDT) Received: (from klui@localhost) by cup44ux.cup.hp.com (8.8.6 (PHNE_14041)/8.7.3 TIS Messaging 5.0) id NAA18344; Mon, 7 Jun 1999 13:39:10 -0700 (PDT) From: Ken Lui Message-Id: <199906072039.NAA18344@cup44ux.cup.hp.com> Subject: Re: Question about arp entry in /var/log/messages To: cjclark@home.com Date: Mon, 7 Jun 1999 13:39:10 -0700 (PDT) Cc: klui@cup.hp.com, dwhite@resnet.uoregon.edu, questions@FreeBSD.ORG In-Reply-To: <199906071819.OAA16210@cc942873-a.ewndsr1.nj.home.com> from "Crist J. Clark" at Jun 7, 99 02:19:04 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From cjc@cc942873-a.ewndsr1.nj.home.com Mon Jun 7 11:23:23 PDT 1999 > > FYI, the configuration I used was: > > ifconfig_ed1="inet 15.75.136.174 netmask 255.255.248.0" > > ifconfig_ed1_alias0="inet 10.0.0.1 netmask 255.255.255.255" > ^^^^^^^^^^^^^^^ > > This netmask is telling the machine that it is the only host that is > reachable on this net. To talk to 10.0.0.4, you'd need to losen up > that last byte to at least 248, but since it is a 10-net, might as > well use 255.255.255.0 or, heck, treat it like the class A adress it > is, 255.0.0.0. I'll try this. Thanks again. Looking at the FAQ, I thought in order to get aliasing working, one needed to have a netmask of all 1s. Ken -- Ken Lui 19111 Pruneridge Avenue klui@cup.hp.com Cupertino, CA 95014-0795 USA Information Solutions & Services 1.408.447.3230 FAX 1.408.447.0218 Views within this message may not be those of the Hewlett-Packard Company To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 13:52:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 5591D15185 for ; Mon, 7 Jun 1999 13:52:43 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Mon, 7 Jun 1999 16:52:47 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105965@site2s1> From: Christopher Michaels To: 'Todd Backman' , Alphadlr Cc: FreeBSD Questions Subject: RE: make depend for custom kernel failed,...... Date: Mon, 7 Jun 1999 16:54:27 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG or you could just do... config -r mobile -Chris > -----Original Message----- > From: Todd Backman [SMTP:tbackman@c523578-a.sttls1.wa.home.com] > Sent: Sunday, June 06, 1999 2:33 AM > To: Alphadlr > Cc: FreeBSD Questions > Subject: Re: make depend for custom kernel failed,...... > > > rm * then rm -rf .depend in the mobile file in ../../compile then do: > > /usr/sbin/config mobile from /usr/src/sys/i386/conf (you know the deal) > ;^) > > You should then be able to make depend. > > > On Sat, 5 Jun 1999, Alphadlr wrote: > > > I just finished a 3.2 nake world, did make install world. All was fine > > there. > > > > Then I did a /usr/sbin/config mobile (name of the kernel) > > did a cd ..\..\compile\mobile > > did a make depend and this is what I got.... > > > > ------------------------- > > make -f ../../dev/aic7xxx/Makefile MAKESRCPATH=../../dev/aic7xxx > > Warning: Object directory not changed from original > > /usr/src/sys/compile/mobile > > cc -O -pipe -I/usr/include -I. -c aicasm_scan.c > > cc -O -pipe -I/usr/include -I. -c ../../dev/aic7xxx/aicasm.c > > cc -O -pipe -I/usr/include -I. -c ../../dev/aic7xxx/aicasm_symbol.c > > cc -O -pipe -I/usr/include -I. -o aicasm aicasm_gram.o aicasm_scan.o > > aicasm.o aicasm_symbol.o -ll > > *** Error code 1 > > > > Stop. > > *** Error code 1 > > > > Stop. > > > > ------------------------------------- > > > > Ideas please > > > > William > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > ========================================================================= > Todd Backman "there are two major products > that came out of berkley: > Geek and FreeBSD user lsd and unix. > Seattle, WA we don't believe this to be > "Chaos is a good teacher..." a coincidence." j.s.anderson > ========================================================================= > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 13:53: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pan.ch.intel.com (pan.ch.intel.com [143.182.246.24]) by hub.freebsd.org (Postfix) with ESMTP id 79EA015185 for ; Mon, 7 Jun 1999 13:52:49 -0700 (PDT) (envelope-from jreynold@sedona.ch.intel.com) Received: from sedona.intel.com (sedona.ch.intel.com [143.182.218.21]) by pan.ch.intel.com (8.9.1a+p1/8.9.1/d: relay.m4,v 1.6 1998/11/24 22:10:56 iwep Exp iwep $) with ESMTP id NAA21670 for ; Mon, 7 Jun 1999 13:52:49 -0700 (MST) Received: from hip186.ch.intel.com (hip186.ch.intel.com [143.182.225.68]) by sedona.intel.com (8.9.1a/8.9.1/d: sendmail.cf,v 1.8 1999/04/16 15:25:49 steved Exp steved $) with ESMTP id NAA22716 for ; Mon, 7 Jun 1999 13:52:48 -0700 (MST) X-Envelope-To: X-Envelope-From: jreynold@sedona.ch.intel.com Received: (from jreynold@localhost) by hip186.ch.intel.com (8.9.1a/8.9.1/d: client.m4,v 1.3 1998/09/29 16:36:11 sedayao Exp sedayao $) id QAA28350; Mon, 7 Jun 1999 16:52:48 -0400 (EDT) From: John Reynolds~ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14172.12574.525740.416458@hip186.ch.intel.com> Date: Mon, 7 Jun 1999 13:52:46 -0700 (MST) To: freebsd-questions@freebsd.org Subject: sio code--how much changed from 2.2.x -> 3.x? X-Mailer: VM 6.71 under Emacs 19.34.1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello FreeBSD'ers, I have recently configured a new box with 3.1-RELEASE and am having a terrible time getting any sort of comm program running with the modem that I purchased. The modem is an ActionTec DeskLink Master (ISA) V.90. I have the modem in on COM2 and can call into my ISP under Windows '98 just fine (except I can't connect to their V.90 lines--the modem has never auto-negotiated back down to a proper speed, I must call their V.34 lines). However, under FreeBSD, when I load up minicom (1.82 I think--whatever version came with 3.1-RELEASE in the ports tree) I cannot connect to even the V.34 lines at my ISP. I can hear the modem call out, then the negotiate 'screech' then I get "NO CARRIER". The modem just hangs up as soon as it's about to make a good connection (or so it seems--I don't know if it's the ISP hanging up, suffice to say I can use this same modem under Win98 and a different computer with different modem to the same ISP very reliably). I thought at first "maybe this port of minicom is broken" (which still may be true--I don't know what I'm fighting here!), so I tried to get userland PPP working. I have my PPP setup correct and verified (having another FreeBSD machine in the house connecting to the same ISP) but I get the same wierd behavior. When PPP is trying to dial in, I hear the dial, hear some negotiation, then boom--it hangs up. Adding to the wierdness, I took my friend's USR modem, plugged it into my 3.1-RELEASE machine and could at least call into my ISP's numbers with minicom--but I couldn't use the auto-dialer--I had to type ATDT to get it to successfully connect. However, userland PPP didn't even like this USR modem and did the "hangup at connection" thing right away. The thing that makes me suspect something in 3.x sio code is that I can take this modem and plug it into my other FreeBSD box running 2.2.8-STABLE and it works fine with minicom (previous version...1.75 I think) and userland PPP. I've searched the PR database looking for stuff related to sio code to no avail so I'm asking here: what sorts of changes were made from 2.2.x to 3.x in the sio code? Were there major architectural changes that might have introduced the bugs when dealing with certain chipsets (the ActionTec modem uses a lucent chipset BTW)? Any sio programmer gurus out there want to speculate? My machine config is as follows: ASUS P2B-DS motherboard with 1 Pentium II 450, BIOS 1009 serial and parallel port stuff all build onto mo-board (don't know make and model however) ActionTec Desklink master, ISA, on COM2 I've never had any problems switching modem after modem in 2.x (been using FreeBSD since 2.0.5 and when 14.4k modems were "it") so this problem has me quite befuddled. Does anybody have other advice? Things to try? Are there any "SIO_DEBUG" config options or something that I could compile my kernel with to provide more information as to what's going on in that layer? I'm open to all suggestions! Thanks, -Jr ps: I can't CVSup to 3.2-STABLE to see if things get better either ... cuz I can't get my PPP link up :) ... quite a catch .22 :-| -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | John Reynolds CEG, CCE, Next Generation Flows, HLA | | Intel Corporation MS: CH6-210 Phone: 480-554-9092 pgr: 868-6512 | | jreynold@sedona.ch.intel.com http://www-aec.ch.intel.com/~jreynold/ | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 13:58:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cygnus.rush.net (cygnus.rush.net [209.45.245.133]) by hub.freebsd.org (Postfix) with ESMTP id 281FD14F23; Mon, 7 Jun 1999 13:58:10 -0700 (PDT) (envelope-from bright@rush.net) Received: from localhost (bright@localhost) by cygnus.rush.net (8.9.3/8.9.3) with SMTP id QAA23082; Mon, 7 Jun 1999 16:22:02 -0500 (EST) Date: Mon, 7 Jun 1999 16:22:00 -0500 (EST) From: Alfred Perlstein To: David Gilbert Cc: freebsd-questions@FreeBSD.ORG, freebsd-emulation@FreeBSD.ORG Subject: Re: Civilization Call To Power. In-Reply-To: <14172.11570.978048.550537@trooper.velocet.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 7 Jun 1999, David Gilbert wrote: > In the vain hope that I could run it, I bought the Linux version of > Civilization - Call To Power. Having installed it on my FreeBSD-3.0 > machine, it doesn't seem to do anything. I have included the kdump > output in this message in case someone knows how to fix this. I'd > hate to have to keep a linux partition booted for this... I'm guessing it's having problems locating your cdrom, try making /usr/compat/linux/dev/cdrom a link to /usr/compat/linux/dev/cd0c just a guess.... -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 14: 1: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand4.global.net.uk (sand4.global.net.uk [194.126.80.248]) by hub.freebsd.org (Postfix) with ESMTP id AA2CB14BED for ; Mon, 7 Jun 1999 14:00:49 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from p57s02a07.client.global.net.uk ([195.147.226.88] helo=marder-1.) by sand4.global.net.uk with esmtp (Exim 2.12 #1) id 10r6VN-0005FC-00; Mon, 7 Jun 1999 22:00:27 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id VAA00598; Mon, 7 Jun 1999 21:58:21 +0100 (BST) (envelope-from marko) Date: Mon, 7 Jun 1999 21:58:20 +0100 From: Mark Ovens To: questions@freebsd.org Cc: freebsd-users@freebsd-uk.eu.org Subject: Who mailed me about an IPC thread? Message-ID: <19990607215820.C255@marder-1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sorry about the waste of bandwidth, but posting to the list is the only way I can get this to the intended recipient. Someone sent me a personal e-mail a couple of days ago about replies I'd had to a question I asked about Interprocess Communications. Unfortunately my mailbox at work got trashed before I had chance to reply. If the sender would like to mail me again I'll respond. -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 14: 4:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id A3A8F14F1C for ; Mon, 7 Jun 1999 14:04:39 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Mon, 7 Jun 1999 17:04:44 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105966@site2s1> From: Christopher Michaels To: "'trzy@powernet.net'" Cc: "FreeBSD Mailing List (E-mail)" Subject: RE: need help with pine Date: Mon, 7 Jun 1999 17:06:24 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The unix version of PINE does not have a configuration option to change the username that is being used. This is working as designed, and I belive that some other MUA's do have that ability. *** excerpt from http://www.washington.edu/pine/tech-notes.4.10/config.html user-id PC-Pine only and personal configuration file only. Sets the username that is placed on all outgoing messages. The username is the part of the address that comes before the "@". *** BUT.. you can add a reply-to address, which isn't exactly what you want but should have a similar effect. Again, according to the above page... *** customized-hdrs Add these custom headers when composing. Also possible to add default values to these custom headers or to any of the standard headers. This is a list variable. Each entry in the list is a header name (the actual header name that will appear in the message) followed by an optional colon and value. For example, if a Reply-to header was needed because it was different from the From address, that could be accomplished with: customized-hdrs=Reply-to: fred_flintstone@bedrock.net Leaving the optional value out allows the user to fill it in when composing a message. If it isn't filled in, it won't be included in the message. *** I might read that page if I were you, but there is a workaround available. Your only other options are, 1. change your username on the box, or 2. I belive there is a way to get sendmail to rewrite the headers of your email to change the user name, I'll be damned if I know how to do it tho. Hope this helps, Chris > -----Original Message----- > From: Bart Trzynadlowski [SMTP:btrzynadlowski@powernet.net] > Sent: Sunday, June 06, 1999 10:33 PM > To: freebsd-questions@freebsd.org > Subject: need help with pine > > Hello, > I just noticed that when I send messages with pine it will set the > return address as "btrzynadlowski@powernet.net" but my email is > "trzy@powernet.net" > I don't see any options in Pine to change the email address, how > can I get it so it does not print my FreeBSD login name but uses my email > account name? > I'm not 100% sure it does it with email message but I am 100% > positive that any message I send to usenet will have a return address of > btrzynadlowski@powernet.net > > Thank you, > > Bart Trzynadlowski > trzy@powernet.net <-- reply here > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 14: 8:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 32D8D14BED for ; Mon, 7 Jun 1999 14:08:11 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Mon, 7 Jun 1999 17:08:16 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105967@site2s1> From: Christopher Michaels To: "FreeBSD Mailing List (E-mail)" Subject: RE: Ports Question Date: Mon, 7 Jun 1999 17:09:56 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm having the same problem with the port of screen. Wish I could say why, but at least you've given me a something to do in the mean time. :) -Chris > -----Original Message----- > From: Jeremy L. Stock [SMTP:jstock@winterzone.com] > Sent: Sunday, June 06, 1999 11:53 PM > To: freebsd-questions@freebsd.org > Subject: Ports Question > > What is the following looking for/supposed to do? > > post-install: > @if [ ! -f ${PREFIX}/info/dir ]; then \ > ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; > \ > fi > @install-info ${PREFIX}/info/automake.info ${PREFIX}/info/dir > > This was taken from the Makefile for automake but quite a few other ports > have it now and they all abort on it before being registered under > 3.2-STABLE as of June 4th. I'm just been commenting these lines out but > I'd > appreciate knowing what's not set up correctly. > > -- > Jeremy L. Stock > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 14: 8:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gold.sdln.net (gold.sdln.net [204.52.252.74]) by hub.freebsd.org (Postfix) with ESMTP id E1ABC14BED for ; Mon, 7 Jun 1999 14:08:24 -0700 (PDT) (envelope-from cchrstns@sdln.net) Received: from corey (hermes.sdln.net [204.52.252.93] (may be forged)) by gold.sdln.net (8.8.8/8.8.8) with SMTP id PAA02561 for ; Mon, 7 Jun 1999 15:08:23 -0600 (MDT) (envelope-from cchrstns@sdln.net) Message-ID: <008401beb129$ec794aa0$5dfc34cc@sdln.net> From: "Corey A. Christians" To: Subject: npx0 stalls for several minutes during initital bootup Date: Mon, 7 Jun 1999 15:08:42 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0081_01BEB0F7.A1B5A7C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.0810.800 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0810.800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0081_01BEB0F7.A1B5A7C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am currecntly using FreeBSD version 2.2.8 and during the intitial = bootup the npx0 portion of the install appears and FreeBSD hangs for = about 15 minutes (app.). I'm not sure what is causing this and was = wondering if any of you caould offer any advice. The server that has = 2.2.8 on it is a Pentium III 450 with 327680K RAM. Any help at all = would be much appreciated. Thank you ~~~~~~~~~~~~~~ | Corey Christians | South Dakota Library Network | Programmer/Analyst ------=_NextPart_000_0081_01BEB0F7.A1B5A7C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I am currecntly using FreeBSD version = 2.2.8 and=20 during the intitial bootup the npx0 portion of the install appears and = FreeBSD=20 hangs for about 15 minutes (app.).  I'm not sure what is causing = this and=20 was wondering if any of you caould offer any advice.  The server = that has=20 2.2.8 on it is a Pentium III 450 with 327680K RAM.  Any help at all = would=20 be much appreciated.  Thank you
 
 
~~~~~~~~~~~~~~
| Corey = Christians
| South=20 Dakota Library Network
| = Programmer/Analyst
------=_NextPart_000_0081_01BEB0F7.A1B5A7C0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 14:22:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cs.tamu.edu (clavin.cs.tamu.edu [128.194.130.106]) by hub.freebsd.org (Postfix) with ESMTP id BC48C14F1C for ; Mon, 7 Jun 1999 14:22:18 -0700 (PDT) (envelope-from gurudatt@cs.tamu.edu) Received: from dilbert.cs.tamu.edu (IDENT:2146@dilbert [128.194.133.100]) by cs.tamu.edu (8.9.3/8.9.3) with ESMTP id QAA14567 for ; Mon, 7 Jun 1999 16:20:46 -0500 (CDT) Received: from localhost by dilbert.cs.tamu.edu (8.9.3/8.9.3) with SMTP id QAA14831 for ; Mon, 7 Jun 1999 16:19:17 -0500 (CDT) X-Authentication-Warning: dilbert.cs.tamu.edu: gurudatt owned process doing -bs Date: Mon, 7 Jun 1999 16:19:17 -0500 (CDT) From: Gurudatt Shenoy X-Sender: gurudatt@dilbert To: freebsd-questions@freebsd.org Subject: Question: Telnet A works ping A does not. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I can telnet to other machines in my subnet (or anywhere else, for that matter) but ping somehow cannot see any other machine. Also, there is a very large delay when I try to telnet / traceroute etc. Any idea why this could be happening? Guru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 14:24:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from spool.webzone.net (mail.webzone.net [205.219.23.67]) by hub.freebsd.org (Postfix) with ESMTP id 287DE14F1C for ; Mon, 7 Jun 1999 14:24:24 -0700 (PDT) (envelope-from murban@webzone.net) Received: from webzone.net ([208.152.100.58]) by spool.webzone.net (post.office MTA v2.0 0813 ID# 0-12689) with ESMTP id AAA18085; Mon, 7 Jun 1999 16:28:07 -0500 Message-ID: <375C38F5.1A5F08@webzone.net> Date: Mon, 07 Jun 1999 16:26:13 -0500 From: Mike Urban Reply-To: murban@webzone.net X-Mailer: Mozilla 4.07 [en] (X11; I; Linux 2.0.36 i686) MIME-Version: 1.0 To: SonicLink admin , questions@freebsd.org Subject: Re: Rebooting problems References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If the system is randomly rebooting, this sounds more like a hardware problem then a problem with FreeBSD. First thing I would check is the system's power supply and CPU fan (overheating often can cause random reboots. Is the CPU fan working? Is the power supply fan working?). Often times, flakey power supplies that have voltage variations can cause random reboots. Is the CPU overclocked? That can also cause random rebooting. If none of the above take care of the problem, check out the motherboard. It's also possible (but not very likely) that it could be a problem with the CPU itself. CPU problems are rare though, and unless the cooling fan on the CPU is not working, or you are running it overclocked, this is most likely a power supply or motherboard problem. Mike. SonicLink admin wrote: > Hi, I have a rebooting problem with my shell/web hosting server and what > it does is it reboots without logging or haveing any kernel panics. I cant > find any errors that could cause it to reboot automaticly. I installed > from cdrom Freebsd3.1 and I currently upgraded to FreeBSD3.2. I had the > same problem with Freebsd3.1. Can you please help me??? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 14:29: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from postoffice2.direcpc.com (mail.direcpc.com [198.77.116.30]) by hub.freebsd.org (Postfix) with ESMTP id 3F41414F1C for ; Mon, 7 Jun 1999 14:28:57 -0700 (PDT) (envelope-from bhp59@direcpc.com) Received: from hh1115083 ([206.71.115.83]) by postoffice2.direcpc.com (Post.Office MTA v3.1.2 release (PO203-101c) ID# 0-45425U50000L50000S0) with SMTP id AAA3671 for ; Mon, 7 Jun 1999 17:29:48 -0400 Message-ID: <000b01beb12d$128b0d20$537347ce@direcpc.com> From: bhp59@direcpc.com To: Subject: Commenting Out Date: Mon, 7 Jun 1999 16:31:11 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0008_01BEB103.276B1520" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0008_01BEB103.276B1520 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Exactly how do you comment out a line when building a kernel. Do you = just delete it. Thanks, ------=_NextPart_000_0008_01BEB103.276B1520 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Exactly how do you comment out a line = when building=20 a kernel.  Do you just delete it.
          &nbs= p;            = ;            =            =20 Thanks,
 
------=_NextPart_000_0008_01BEB103.276B1520-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 14:29:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from postoffice2.direcpc.com (mail.direcpc.com [198.77.116.30]) by hub.freebsd.org (Postfix) with ESMTP id 4BCCE14F1C for ; Mon, 7 Jun 1999 14:29:12 -0700 (PDT) (envelope-from bhp59@direcpc.com) Received: from hh1115083 ([206.71.115.83]) by postoffice2.direcpc.com (Post.Office MTA v3.1.2 release (PO203-101c) ID# 0-45425U50000L50000S0) with SMTP id AAA3680 for ; Mon, 7 Jun 1999 17:30:04 -0400 Message-ID: <000801beb12d$1bce4460$537347ce@direcpc.com> From: bhp59@direcpc.com To: Subject: Commenting Out Date: Mon, 7 Jun 1999 16:31:11 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0008_01BEB103.276B1520" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0008_01BEB103.276B1520 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Exactly how do you comment out a line when building a kernel. Do you = just delete it. Thanks, ------=_NextPart_000_0008_01BEB103.276B1520 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Exactly how do you comment out a line = when building=20 a kernel.  Do you just delete it.
          &nbs= p;            = ;            =            =20 Thanks,
 
------=_NextPart_000_0008_01BEB103.276B1520-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 14:29:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from postoffice2.direcpc.com (mail.direcpc.com [198.77.116.30]) by hub.freebsd.org (Postfix) with ESMTP id 278FF1580B for ; Mon, 7 Jun 1999 14:29:31 -0700 (PDT) (envelope-from bhp59@direcpc.com) Received: from hh1115083 ([206.71.115.83]) by postoffice2.direcpc.com (Post.Office MTA v3.1.2 release (PO203-101c) ID# 0-45425U50000L50000S0) with SMTP id AAA3696 for ; Mon, 7 Jun 1999 17:30:23 -0400 Message-ID: <000c01beb12d$27122da0$537347ce@direcpc.com> From: bhp59@direcpc.com To: Subject: Commenting Out Date: Mon, 7 Jun 1999 16:31:46 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0009_01BEB103.3C4DC320" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0009_01BEB103.3C4DC320 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Exactly how do you comment out a line when building a kernel. Do you = just delete it. Thanks, ------=_NextPart_000_0009_01BEB103.3C4DC320 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Exactly how do you comment out a line = when building=20 a kernel.  Do you just delete it.
          &nbs= p;            = ;            =            =20 Thanks,
 
------=_NextPart_000_0009_01BEB103.3C4DC320-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 14:29:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from postoffice2.direcpc.com (mail.direcpc.com [198.77.116.30]) by hub.freebsd.org (Postfix) with ESMTP id C70ED1580B for ; Mon, 7 Jun 1999 14:29:51 -0700 (PDT) (envelope-from bhp59@direcpc.com) Received: from hh1115083 ([206.71.115.83]) by postoffice2.direcpc.com (Post.Office MTA v3.1.2 release (PO203-101c) ID# 0-45425U50000L50000S0) with SMTP id AAA3699 for ; Mon, 7 Jun 1999 17:30:43 -0400 Message-ID: <001001beb12d$3337eb60$537347ce@direcpc.com> From: bhp59@direcpc.com To: Subject: Commenting Out Date: Mon, 7 Jun 1999 16:32:06 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000D_01BEB103.4851EF20" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000D_01BEB103.4851EF20 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Exactly how do you comment out a line when building a kernel. Do you = just delete it. Thanks, Brent H. Phelps bhp59@direcpc.com ------=_NextPart_000_000D_01BEB103.4851EF20 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Exactly how do you comment out a line = when building=20 a kernel.  Do you just delete it.
          &nbs= p;            = ;            =            =20 Thanks,
Brent H. Phelps
bhp59@direcpc.com
= ------=_NextPart_000_000D_01BEB103.4851EF20-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 14:30:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from postoffice2.direcpc.com (mail.direcpc.com [198.77.116.30]) by hub.freebsd.org (Postfix) with ESMTP id B1DA91580C for ; Mon, 7 Jun 1999 14:30:41 -0700 (PDT) (envelope-from bhp59@direcpc.com) Received: from hh1115083 ([206.71.115.83]) by postoffice2.direcpc.com (Post.Office MTA v3.1.2 release (PO203-101c) ID# 0-45425U50000L50000S0) with SMTP id AAA3723 for ; Mon, 7 Jun 1999 17:31:29 -0400 Message-ID: <002101beb12d$4ebff440$537347ce@direcpc.com> From: bhp59@direcpc.com To: Subject: Commenting Out Date: Mon, 7 Jun 1999 16:32:53 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_001C_01BEB103.63E19920" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_001C_01BEB103.63E19920 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Exactly how do you comment out a line when building a kernel. Do you = just delete it. Thanks, Brent H. Phelps bhp59@direcpc.com ------=_NextPart_000_001C_01BEB103.63E19920 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Exactly how do you comment out a line = when building=20 a kernel.  Do you just delete it.
          &nbs= p;            = ;            =            =20 Thanks,
Brent H. Phelps
bhp59@direcpc.com
= ------=_NextPart_000_001C_01BEB103.63E19920-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 14:31:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.lusardi.com (mail.lusardi.com [207.215.158.12]) by hub.freebsd.org (Postfix) with ESMTP id 8BCA814FCB for ; Mon, 7 Jun 1999 14:31:17 -0700 (PDT) (envelope-from erinf@lusardi.com) Received: by MAIL with Internet Mail Service (5.5.2232.9) id ; Mon, 7 Jun 1999 14:26:21 -0700 Message-ID: From: Erin Fortenberry To: "'bhp59@direcpc.com'" Cc: "'freebsd-questions@FreeBSD.ORG'" Subject: RE: Commenting Out Date: Mon, 7 Jun 1999 14:26:13 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --> Exactly how do you comment out a line when building a kernel. Do you just delete it. Thanks, Try putting a # in front of the line. Erin mailto:kahn@deadbbs.com http://www.deadbbs.com http://www.fortenberry.net You're a jerk. Stop being that. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 14:35:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from revolution.3-cities.com (revolution.3-cities.com [204.203.224.155]) by hub.freebsd.org (Postfix) with ESMTP id 391C714DBC for ; Mon, 7 Jun 1999 14:35:18 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn2120.bossig.com [208.26.242.120]) by revolution.3-cities.com (8.9.3/8.9.3) with ESMTP id OAA16279; Mon, 7 Jun 1999 14:35:14 -0700 (PDT) Message-ID: <375C3B0B.B2F23736@3-cities.com> Date: Mon, 07 Jun 1999 14:35:07 -0700 From: Kent Stewart Reply-To: kstewart@3-cities.com Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.51 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: bhp59@direcpc.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Commenting Out References: <000c01beb12d$27122da0$537347ce@direcpc.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You will notice lines in there with a "#" at the front of them and that is a comment. BTW, you will usually catch flak when you send a number of identical messages. Have fun, Kent > bhp59@direcpc.com wrote: > > Exactly how do you comment out a line when building a kernel. Do you > just delete it. > Thanks, > -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 14:40:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 2276814BCF for ; Mon, 7 Jun 1999 14:40:34 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Mon, 7 Jun 1999 17:40:38 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105968@site2s1> From: Christopher Michaels To: "'bhp59@direcpc.com'" , freebsd-questions@FreeBSD.ORG Subject: RE: Commenting Out Date: Mon, 7 Jun 1999 17:42:18 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG #1 - Don't send the same message 5 times!!! #2 You put a # (pound sign) at the beginning of the line. -Chris > -----Original Message----- > From: bhp59@direcpc.com [SMTP:bhp59@direcpc.com] > Sent: Monday, June 07, 1999 5:31 PM > To: freebsd-questions@FreeBSD.ORG > Subject: Commenting Out > > Exactly how do you comment out a line when building a kernel. Do you just > delete it. > Thanks, > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 14:44:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from trooper.velocet.ca (trooper.velocet.net [209.167.225.226]) by hub.freebsd.org (Postfix) with ESMTP id 02B8E14BCF; Mon, 7 Jun 1999 14:44:00 -0700 (PDT) (envelope-from dgilbert@trooper.velocet.ca) Received: (from dgilbert@localhost) by trooper.velocet.ca (8.8.7/8.8.7) id RAA24408; Mon, 7 Jun 1999 17:43:42 -0400 (EDT) From: David Gilbert MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14172.15629.592264.226789@trooper.velocet.ca> Date: Mon, 7 Jun 1999 17:43:41 -0400 (EDT) To: Alfred Perlstein Cc: David Gilbert , freebsd-questions@FreeBSD.ORG, freebsd-emulation@FreeBSD.ORG Subject: Re: Civilization Call To Power. In-Reply-To: References: <14172.11570.978048.550537@trooper.velocet.ca> X-Mailer: VM 6.71 under 20.4 "Emerald" XEmacs Lucid Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> "Alfred" == Alfred Perlstein writes: Alfred> On Mon, 7 Jun 1999, David Gilbert wrote: >> In the vain hope that I could run it, I bought the Linux version of >> Civilization - Call To Power. Having installed it on my >> FreeBSD-3.0 machine, it doesn't seem to do anything. I have >> included the kdump output in this message in case someone knows how >> to fix this. I'd hate to have to keep a linux partition booted for >> this... Alfred> I'm guessing it's having problems locating your cdrom, try Alfred> making /usr/compat/linux/dev/cdrom a link to Alfred> /usr/compat/linux/dev/cd0c Did that. Linked /usr/compat/linux/dev/cdrom to /dev/cd0c. Maybe it's ioctl'ing misunderstood things? Dave. -- ============================================================================ |David Gilbert, Velocet Communications. | Two things can only be | |Mail: dgilbert@velocet.net | equal if and only if they | |http://www.velocet.net/~dgilbert | are precisely opposite. | =========================================================GLO================ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 14:49:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 213EE14BCF for ; Mon, 7 Jun 1999 14:49:25 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Mon, 7 Jun 1999 17:49:29 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105969@site2s1> From: Christopher Michaels To: "'alex_pri@yahoo.com'" Cc: "FreeBSD Mailing List (E-mail)" Subject: RE: POP3/SMTP mail server Date: Mon, 7 Jun 1999 17:51:09 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alex, 1. Did you install one of the mail ports? And which one did you install? 2. Please reply with your /etc/inetd.conf. 3. PLEASE leave FreeBSD questions in the CC: line when replying, don't just reply to me. This is important. :) (reply to all). Thank you, Chris > -----Original Message----- > From: alex_pri@yahoo.com [SMTP:alex_pri@yahoo.com] > Sent: Monday, June 07, 1999 5:13 PM > To: Christopher Michaels > Subject: RE: POP3/SMTP mail server > > > I don't know of a document that explains how to set > > this up, but maybe > > someone else does. > > > > -Chris > > > > P.S. If netscape is giving error messages, please > > reply with them. > > > error: server not respond or down > plz contact server admin etc... > > i set IP on server 192.168.1.100 > on my PC: 192.168.1.2 > > pinging excutive exelent - all ok > but this ***** netscape messager tal me so i ***** > i **** in UNIX but not **** in win-95/98 etc... > don't know what me do ! :-( > and if i write mail from unix to unit (inside in host) > from server user to server user - all work fine. > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 15: 9:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bureau6.utcc.utoronto.ca (bureau6.utcc.utoronto.ca [128.100.132.16]) by hub.freebsd.org (Postfix) with ESMTP id BF46D14E9C for ; Mon, 7 Jun 1999 15:09:13 -0700 (PDT) (envelope-from pc.mackenzie@utoronto.ca) Received: from cgowave-45-163.cgocable.net ([24.226.45.163] HELO pauler.homer.com ident: TIMEDOUT [port 1190]) by bureau6.utcc.utoronto.ca with SMTP id <178262-22539>; Mon, 7 Jun 1999 18:09:02 -0400 Message-Id: <4.1.19990607180632.009f9ac0@mail.elehost.com> X-Sender: pc.mackenzie@mailbox21.utcc.utoronto.ca X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Mon, 07 Jun 1999 18:08:36 -0400 To: freebsd-questions@FreeBSD.ORG From: Paul MacKenzie Subject: TAR Question On Free-BSD Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I know this is a really stupid question but I do not have the time to figure this out as it is an emergency, How do i Create a TAR file on a server as a file (not going to a Tape Drive) on a particular directory? Ie I want to back up the /usr directory and save it in a TAR file called usr.tar PLEASE HELP! Please provide switches, etc... Thanks a million for any assistance (as I know this is very basic and I feel like an idiot) Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 15:13: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from chmls05.mediaone.net (ne.mediaone.net [24.128.1.70]) by hub.freebsd.org (Postfix) with ESMTP id 2BDEF152FA for ; Mon, 7 Jun 1999 15:12:52 -0700 (PDT) (envelope-from jim@thehousleys.net) Received: from thehousleys.net (frenchknot.ne.mediaone.net [24.218.96.75]) by chmls05.mediaone.net (8.8.7/8.8.7) with ESMTP id SAA16416; Mon, 7 Jun 1999 18:12:51 -0400 (EDT) Received: from thehousleys.net (housley@localhost [127.0.0.1]) by thehousleys.net (8.9.3/8.9.3) with ESMTP id SAA14789; Mon, 7 Jun 1999 18:12:51 -0400 (EDT) (envelope-from jim@thehousleys.net) Message-ID: <375C43E3.4BBA181@thehousleys.net> Date: Mon, 07 Jun 1999 18:12:51 -0400 From: "James E. Housley" X-Mailer: Mozilla 4.51 [en] (X11; U; FreeBSD 3.2-BETA i386) X-Accept-Language: en MIME-Version: 1.0 To: Alfred Perlstein Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Civilization Call To Power. References: <14172.11570.978048.550537@trooper.velocet.ca> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Just a thought. Don's page on how to setup linux Quake II on FreeBSD talks about cdroms, spedifically. Next up is creating the /compat/linux/etc/mtab file so that Quake 2 can find your CDROM drive. My copy of this file is here. For an IDE CD drive, replace /dev/wcd0c with /dev/scd0c if you have a SCSI drive. http://www.dons.net.au/~darius/quake/ -- ============================================================================ |David Gilbert, Velocet Communications. | Two things can only be | |Mail: dgilbert@velocet.net | equal if and only if they | |http://www.velocet.net/~dgilbert | are precisely opposite. | =========================================================GLO================ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 15:15:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from icicle.winternet.com (icicle.winternet.com [198.174.169.13]) by hub.freebsd.org (Postfix) with ESMTP id 5875B14CE2 for ; Mon, 7 Jun 1999 15:15:50 -0700 (PDT) (envelope-from nrahlstr@mail.winternet.com) Received: from tundra.winternet.com (nrahlstr@tundra.winternet.com [198.174.169.11]) by icicle.winternet.com (8.9.3/8.9.3) with ESMTP id RAA23373; Mon, 7 Jun 1999 17:15:46 -0500 (CDT) SMTP "HELO" (ESMTP) greeting from tundra.winternet.com But _really_ from :: nrahlstr@tundra.winternet.com [198.174.169.11] SMTP "MAIL From" = nrahlstr@mail.winternet.com (Nathan Ahlstrom) SMTP "RCPT To" = Received: (from nrahlstr@localhost) by tundra.winternet.com (8.8.7/8.8.4) id RAA25797; Mon, 7 Jun 1999 17:15:13 -0500 (CDT) Message-ID: <19990607171513.C25051@winternet.com> Date: Mon, 7 Jun 1999 17:15:13 -0500 From: Nathan Ahlstrom To: Paul MacKenzie , freebsd-questions@FreeBSD.ORG Subject: Re: TAR Question On Free-BSD Mail-Followup-To: Paul MacKenzie , freebsd-questions@FreeBSD.ORG References: <4.1.19990607180632.009f9ac0@mail.elehost.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <4.1.19990607180632.009f9ac0@mail.elehost.com>; from Paul MacKenzie on Mon, Jun 07, 1999 at 06:08:36PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tar cvf usr.tar /usr watch out it will be big! ;-) Good Luck, Nathan Paul MacKenzie wrote: > I know this is a really stupid question but I do not have the time to > figure this out as it is an emergency, > > How do i Create a TAR file on a server as a file (not going to a Tape > Drive) on a particular directory? > > Ie I want to back up the /usr directory and save it in a TAR file called > usr.tar > > PLEASE HELP! Please provide switches, etc... > > Thanks a million for any assistance (as I know this is very basic and I > feel like an idiot) > > Paul > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Nathan Ahlstrom FreeBSD: http://www.FreeBSD.org/ nrahlstr@winternet.com PGP Key ID: 0x67BC9D19 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 15:18:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from netdoor.com (netdoor.com [208.137.128.6]) by hub.freebsd.org (Postfix) with ESMTP id 09DDB14ECE for ; Mon, 7 Jun 1999 15:18:11 -0700 (PDT) (envelope-from dougj@netdoor.com) Received: from compuschmam (port339.jxn.netdoor.com [208.148.193.39]) by netdoor.com (8.9.3/8.9.3) with SMTP id RAA03116; Mon, 7 Jun 1999 17:18:05 -0500 (CDT) Message-ID: <000c01beb133$a2d3f1c0$27c194d0@compuschmam> From: "Doug Jennings" To: "James R. Shrenk" Cc: Subject: Re: silo overflow errors Date: Mon, 7 Jun 1999 17:17:53 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When I get the output of dmesg, it contains the following lines: sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A I knew it had to be a 16550A UART because the computer is brand new with all the appropriate bells / whistles / et cetera. Argh. I suppose I will see if I can slow down the modem now. One more question...do you think the problem is happening inside the modem itself? Or could it be caused by some kind of interference in my serial cable? I am obviously grasping here, but I just can't figure out why I am having silo errors with such a supposedly good modem (external courier v.everything 28800). >What is your dmesg output? It looks like you might have a older UART >(8250 maybe?) If that's the case, you might try slowing the modem down to >14400 and see if that doesn't help. > > >On Mon, 7 Jun 1999, Doug Jennings wrote: > >> >> After finally getting user ppp to work, I keep running into the >> following problem. Once I establish a ppp connection and I try to >> send/receive any data whatsoever (for example, opening a telnet session), I >> get the message: >> >> /kernel: sio0: 1 more silo overflow (total 1) >> >> The 'total' goes up each time I send/receive any data (for example, if I >> issue a "ls" command in the telnet session and have to receive the output of >> that). It slows down my 28800 modem to an absolute crawl. >> >> Any ideas on a fix for this? I am running a fresh installation of FreeBSD >> 3.1 and I am using an external USR v.everything courier modem. I know that >> it has to do with some buffering issue -- I just don't know how to fix it. >> >> Any ideas would be appreciated. >> >> Thanks, >> >> -Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 15:21: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand.global.net.uk (sand.global.net.uk [194.126.82.9]) by hub.freebsd.org (Postfix) with ESMTP id 7126815347 for ; Mon, 7 Jun 1999 15:20:49 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from p8bs14a06.client.global.net.uk ([195.147.222.140] helo=marder-1.) by sand.global.net.uk with esmtp (Exim 2.05 #1) id 10r7l8-00009t-00; Mon, 7 Jun 1999 23:20:47 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id XAA00722; Mon, 7 Jun 1999 23:18:52 +0100 (BST) (envelope-from marko) Date: Mon, 7 Jun 1999 23:18:52 +0100 From: Mark Ovens To: Paul MacKenzie Cc: freebsd-questions@FreeBSD.ORG Subject: Re: TAR Question On Free-BSD Message-ID: <19990607231852.D255@marder-1> References: <4.1.19990607180632.009f9ac0@mail.elehost.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <4.1.19990607180632.009f9ac0@mail.elehost.com>; from Paul MacKenzie on Mon, Jun 07, 1999 at 06:08:36PM -0400 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jun 07, 1999 at 06:08:36PM -0400, Paul MacKenzie wrote: > I know this is a really stupid question but I do not have the time to > figure this out as it is an emergency, > > How do i Create a TAR file on a server as a file (not going to a Tape > Drive) on a particular directory? > > Ie I want to back up the /usr directory and save it in a TAR file called > usr.tar > tar cvf /tmp/usr.tar /usr or, if you want it compressed: tar zcvf /tmp/usr.tar /usr Note that tar(1) will strip the leading ``/'', i.e. the files in the archive will be of the form ``usr/path/file''. HTH > PLEASE HELP! Please provide switches, etc... > > Thanks a million for any assistance (as I know this is very basic and I > feel like an idiot) > > Paul > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 15:26:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand5.global.net.uk (sand5.global.net.uk [194.126.80.249]) by hub.freebsd.org (Postfix) with ESMTP id 0381914F60 for ; Mon, 7 Jun 1999 15:25:56 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from p8bs14a06.client.global.net.uk ([195.147.222.140] helo=marder-1.) by sand5.global.net.uk with esmtp (Exim 2.05 #1) id 10r7q4-0003FV-00; Mon, 7 Jun 1999 23:25:53 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id XAA00747; Mon, 7 Jun 1999 23:23:57 +0100 (BST) (envelope-from marko) Date: Mon, 7 Jun 1999 23:23:57 +0100 From: Mark Ovens To: Doug Jennings Cc: "James R. Shrenk" , freebsd-questions@FreeBSD.ORG Subject: Re: silo overflow errors Message-ID: <19990607232356.E255@marder-1> References: <000c01beb133$a2d3f1c0$27c194d0@compuschmam> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <000c01beb133$a2d3f1c0$27c194d0@compuschmam>; from Doug Jennings on Mon, Jun 07, 1999 at 05:17:53PM -0500 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jun 07, 1999 at 05:17:53PM -0500, Doug Jennings wrote: > When I get the output of dmesg, it contains the following lines: > > sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa > sio0: type 16550A > > I knew it had to be a 16550A UART because the computer is brand new with all > the appropriate bells / whistles / et cetera. Argh. I suppose I will see > if I can slow down the modem now. > > One more question...do you think the problem is happening inside the modem > itself? Or could it be caused by some kind of interference in my serial > cable? It would be worth checking the shield on your cable, especially if it runs parallel to the mains lead. I've seen silo overflow errors generated at the rate of >50 per second on a Sun with serial lines to terminals running through a factory close to arc welders :-) > I am obviously grasping here, but I just can't figure out why I am > having silo errors with such a supposedly good modem (external courier > v.everything 28800). > > >What is your dmesg output? It looks like you might have a older UART > >(8250 maybe?) If that's the case, you might try slowing the modem down to > >14400 and see if that doesn't help. > > > > > >On Mon, 7 Jun 1999, Doug Jennings wrote: > > > >> > >> After finally getting user ppp to work, I keep running into the > >> following problem. Once I establish a ppp connection and I try to > >> send/receive any data whatsoever (for example, opening a telnet > session), I > >> get the message: > >> > >> /kernel: sio0: 1 more silo overflow (total 1) > >> > >> The 'total' goes up each time I send/receive any data (for example, if I > >> issue a "ls" command in the telnet session and have to receive the output > of > >> that). It slows down my 28800 modem to an absolute crawl. > >> > >> Any ideas on a fix for this? I am running a fresh installation of FreeBSD > >> 3.1 and I am using an external USR v.everything courier modem. I know > that > >> it has to do with some buffering issue -- I just don't know how to fix > it. > >> > >> Any ideas would be appreciated. > >> > >> Thanks, > >> > >> -Doug > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 15:36:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from goliath.dacor.com (ns1.dacor.net [205.133.75.2]) by hub.freebsd.org (Postfix) with ESMTP id 8B13014C26 for ; Mon, 7 Jun 1999 15:36:31 -0700 (PDT) (envelope-from jkonecn@green-mfg.com) Received: from green-mfg.com (dialup-1-25-sr.wcnet.org [205.133.112.155]) by goliath.dacor.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id M1R0SKFL; Mon, 7 Jun 1999 18:36:30 -0400 Message-ID: <375C48D0.85D4838D@green-mfg.com> Date: Mon, 07 Jun 1999 18:33:52 -0400 From: Joe Konecny X-Mailer: Mozilla 4.5 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd list Subject: how to execute rc.firewall? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 1. I'm not expert but it looks to me like rc.firewall is supposed to execute on startup? 2. Why does rc.firewall look in /etc/default/rc.conf first for variables? At least that is the way it looks from reading it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 15:39:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from goliath.dacor.com (ns1.dacor.net [205.133.75.2]) by hub.freebsd.org (Postfix) with ESMTP id 0EE251582B for ; Mon, 7 Jun 1999 15:39:42 -0700 (PDT) (envelope-from jkonecn@green-mfg.com) Received: from green-mfg.com (dialup-1-25-sr.wcnet.org [205.133.112.155]) by goliath.dacor.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id M1R0SKFW; Mon, 7 Jun 1999 18:39:41 -0400 Message-ID: <375C4991.2B757CCA@green-mfg.com> Date: Mon, 07 Jun 1999 18:37:05 -0400 From: Joe Konecny X-Mailer: Mozilla 4.5 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd list Subject: can't ping internet Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I set up fbsd with 2 nics and connected it to the internet via adsl. A win95 machine is connected to the fbsd box. I can access the inet from the fbsd box. I can ping both nics on fbsd from win95. I can ping the win95 machine. I cannot ping the inet from win95 machine. I have enabled gateway and firewall. I set the firewall to ipfirewall_default_to_accept. Any tips? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 15:58:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mgd.maxcalvo.net (unknown [206.80.218.244]) by hub.freebsd.org (Postfix) with ESMTP id 9AC2D14D2C for ; Mon, 7 Jun 1999 15:58:00 -0700 (PDT) (envelope-from mcalvo@maxcalvo.net) Received: from p200mmxntwks (fdsl89.phnx.uswest.net [209.181.96.89]) by mgd.maxcalvo.net (8.8.8/8.8.8) with SMTP id QAA18892; Mon, 7 Jun 1999 16:05:20 -0700 (MST) (envelope-from mcalvo@maxcalvo.net) Message-ID: <002601beb139$4717b1e0$5960b5d1@maxcalvo.net> From: "Max Calvo" To: "Branko Kmetec" , "Alex Heiphetz" Cc: References: <3.0.6.32.19990424195206.00992260@cvzoom.net> Subject: Re: electronic commerce Date: Mon, 7 Jun 1999 15:58:35 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-Mimeole: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alex; I am working on setting up an e-commerce site. I am looking at merchant software to take credit cards. In your past reply to another user you suggested PGP. Could you be so kind to explain a little more in detail of the process of PGP and credit card charging. Also, do you know if I still need to have a merchant account with a bank or can PGP send the funds directly to my checking account? Thank you very much. Any feedback that you provide will be greatly appreciated. -Max ----- Original Message ----- From: Alex Heiphetz To: Branko Kmetec Cc: Sent: Saturday, April 24, 1999 4:52 PM Subject: Re: electronic commerce > At 04:30 PM 4/24/99 +0200, you wrote: > >Anybody knows some usefull resources on budilding online shops? I'm > >specially interested in information about dealing with credit cards. > > There are several ways to deal with credit cards. Two most > common secure: > * use PGP (negatives: not all ISP support PGP, user might have trouble > unencrypting received order (don't overestimate their skills :-) > * use online credit card processing company. redicheck.com, authorize.net, > merchantonline.com and probably some others have interfaces where you can > conveniently plug your cgi and let them care about security (basically, > user is passed to their site, enters his credit card info there and your > cgi receives back "approved" or "denied"). Negatives: some merchants for > different reasons prefer to process orders by themselves. > > Regards, > A.Heiphetz/ahg.com > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 16:30:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from postal1.lbl.gov (postal1.lbl.gov [128.3.7.82]) by hub.freebsd.org (Postfix) with ESMTP id 3F4A1151E1 for ; Mon, 7 Jun 1999 16:30:11 -0700 (PDT) (envelope-from mlchow@lbl.gov) Received: from SpamWall.lbl.gov (root@localhost [127.0.0.1]) by postal1.lbl.gov (8.9.3/8.9.3) with ESMTP id QAA26457 for ; Mon, 7 Jun 1999 16:30:10 -0700 (PDT) Received: from svm (svm.lbl.gov [131.243.161.67]) by SpamWall.lbl.gov (8.9.3/8.9.3) with SMTP id QAA26445 for ; Mon, 7 Jun 1999 16:30:09 -0700 (PDT) Message-Id: <199906072330.QAA26445@SpamWall.lbl.gov> Date: Mon, 7 Jun 1999 16:30:09 -0700 (PDT) From: ming lap chow Reply-To: ming lap chow Subject: hardware compatibility list To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Content-MD5: jcoHOLpfREmLrxToVDoitQ== X-Mailer: dtmail 1.3.0 CDE Version 1.3 SunOS 5.7 sun4u sparc Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Sir or Madam: I got FreeBSD 4 CD set for free ($5 mandatory donation) at a computer show. The version I got is 3.0. I installed that successfully to some extent. I can't access X windows. This makes me wonder if my video card is supported. Can you tell me how I can find out if my video card is supported ? I visited the website "http://www.freebsd.org/" and could not find an answer to my question. I learnt that version 3.2 is now available. Is there a way to find out if my video card (Trident 3D Image 975 AGP) is supported? Thank you. -- Ming Chow To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 17: 7:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from jinx.unknown.nu (jinx.unknown.nu [207.229.158.108]) by hub.freebsd.org (Postfix) with ESMTP id 6F5C814BF7 for ; Mon, 7 Jun 1999 17:06:56 -0700 (PDT) (envelope-from lists@jinx.unknown.nu) Received: from localhost (lists@localhost) by jinx.unknown.nu (8.9.3/8.9.3) with SMTP id TAA16824 for ; Mon, 7 Jun 1999 19:06:56 -0500 (CDT) (envelope-from lists@jinx.unknown.nu) Date: Mon, 7 Jun 1999 19:06:56 -0500 (CDT) From: Kim Scarborough To: freebsd-questions@FreeBSD.ORG Subject: Using tip to get on console Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have something of an unusual situation. My FreeBSD box is colocated in a NOC that I don't usually have access to. If it crashes or loses network connectivity, I'd like to be able to get on console remotely. A friend has another FreeBSD box at the same place, and we both have accounts on each other's machines. I thought maybe I could hook up a serial cable from his serial port to console on my machine (and vice versa), and then if I need to get on console on my machine, I can just log into his machine and use tip cuaa0c or whatever to get on mine (and he can do the same thing on mine when he's down). My questions are these: 1) Does this sound like it will work? 2) How can I send a CTRL-ALT-DELETE (if my machine is really locked up) if I'm using SecureCRT on a Windows box to log on to my friends machine and hooked into my machine with tip? Is there an equivalent key combination that I can map to one of the F keys? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 17:18: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from namep.cyfari.com (namep.cyfari.com [208.193.65.10]) by hub.freebsd.org (Postfix) with SMTP id CE6F915766 for ; Mon, 7 Jun 1999 17:17:11 -0700 (PDT) (envelope-from naief@cyfari.com) Received: (qmail 508 invoked by alias); 8 Jun 1999 01:22:05 -0000 Received: from destroyer.cyfari.com (208.193.65.11) by namep.cyfari.com with SMTP; 8 Jun 1999 01:22:05 -0000 Date: Mon, 7 Jun 1999 20:20:23 -0400 (EDT) From: Naief BinTalal To: ming lap chow Cc: freebsd-questions@FreeBSD.ORG Subject: Re: hardware compatibility list In-Reply-To: <199906072330.QAA26445@SpamWall.lbl.gov> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 7 Jun 1999, ming lap chow wrote: Dear Sir, The OS is different form the X window system. FreeBSD uses XFree86 which by the does support your card! you may use the XF86_SVGA server for it. for more information check out the XFree86 webpage at http://www.xfree86.org > Dear Sir or Madam: I got FreeBSD 4 CD set for free ($5 mandatory donation) at > a computer show. The version I got is 3.0. I installed that successfully to > some extent. I can't access X windows. This makes me wonder if my video card > is supported. Can you tell me how I can find out if my video card is supported > ? I visited the website "http://www.freebsd.org/" and could not find an > answer to my question. I learnt that version 3.2 is now available. Is there a > way to find out if my video card (Trident 3D Image 975 AGP) is supported? > Thank you. -- Ming Chow > --------------------------------------------------------------------- Naief BinTalal naief@cyfari.com CyFari Inc The Commerce Engine Network Operations Center. http://www.cyfari.com Daytona Beach Florida. Tel: 904-258-1116 USA. Fax: 904-257-1311 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 17:34:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from aero.org (aero.org [130.221.16.2]) by hub.freebsd.org (Postfix) with ESMTP id D4B9014F3E for ; Mon, 7 Jun 1999 17:33:21 -0700 (PDT) (envelope-from dylan@rush.aero.org) Received: from rush.aero.org ([130.221.201.83]) by aero.org with ESMTP id <111128-1>; Mon, 7 Jun 1999 17:33:14 -0700 Received: (from dylan@localhost) by rush.aero.org (8.9.3/8.9.3) id RAA15033; Mon, 7 Jun 1999 17:33:12 -0700 (PDT) Date: Mon, 7 Jun 1999 17:33:11 -0700 From: "Dylan A. Loomis" To: Joe Konecny Cc: freebsd list Subject: Re: how to execute rc.firewall? Message-ID: <19990607173311.A14527@rush.aero.org> References: <375C48D0.85D4838D@green-mfg.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: <375C48D0.85D4838D@green-mfg.com>; from Joe Konecny on Mon, Jun 07, 1999 at 03:33:52PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jun 07, 1999 at 03:33:52PM -0700, Joe Konecny wrote: > 1. I'm not expert but it looks to me like rc.firewall is supposed to > execute on startup? > > 2. Why does rc.firewall look in /etc/default/rc.conf first for > variables? At least that is the way it looks from reading > it. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message 1. /etc/rc.network will run rc.firewall if firewall is enabled in the kernel, firewall_enable is set to YES in either /etc/rc.conf, or /etc/default/rc.conf see /etc/rc.network for the longer expl. rc.network is run by /etc/rc which is run by init. 2. A bunch of variables need to be set that reside in /etc/default/rc.conf then /etc/rc.conf, is read. This way you get all the the defaults, then can override any that you need in /etc/rc.conf without fubar'ing your defaults. HTH -DAL- -- Dylan A. Loomis Computer Systems Research Department The Aerospace Corporation e-mail: dylan@aero.org phone: (310) 336-2449 PGP Key fingerprint = 55 DE BB DD 34 10 CD 20 72 79 88 FE 02 0E 21 3A PGP 2.6.2 key available upon request To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 17:38:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id C7EA514ECC for ; Mon, 7 Jun 1999 17:37:22 -0700 (PDT) (envelope-from dkelly@nospam.hiwaay.net) Received: from nospam.hiwaay.net (tnt8-216-180-14-132.dialup.HiWAAY.net [216.180.14.132]) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id TAA15803; Mon, 7 Jun 1999 19:37:18 -0500 (CDT) Received: from nospam.hiwaay.net (nospam.hiwaay.net [127.0.0.1]) by nospam.hiwaay.net (8.9.3/8.9.3) with ESMTP id SAA71143; Mon, 7 Jun 1999 18:55:04 -0500 (CDT) (envelope-from dkelly@nospam.hiwaay.net) Message-Id: <199906072355.SAA71143@nospam.hiwaay.net> X-Mailer: exmh version 2.0.2 2/24/98 To: ryuson@263.net Cc: freebsd-questions@FreeBSD.ORG From: David Kelly Subject: Re: How to add MANPATH? In-reply-to: Message from ryuson@263.net of "07 Jun 1999 13:43:21 -0000." <19990607134321.25670.fmail@263.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Date: Mon, 07 Jun 1999 18:55:04 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ryuson@263.net writes: > Hello: > I had installed xcin,but xcin's manpath is "/usr/X11R6/man", > my MANPATH are "/usr/share/man" and "/usr/local/man",so I can't > view xcin's man. > I wanna ask how to add MANPATH? The default .login file at /usr/share/skel/dot.login defines MANPATH = "correctly" like this: setenv MANPATH "/usr/share/man:/usr/X11R6/man:/usr/local/man" If you login to your system via xdm, I believe ~/.login is not = executed. There are ways to fix that, but I don't know how right now. = The easiest thing to do would be to move the above line into ~/.cshrc. Lacking MANPATH, I believe man will execute manpath(1) to figure out = where things are. You can edit /etc/manpath.config to fix things. -- David Kelly N4HHE, dkelly@nospam.hiwaay.net =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 18: 1:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from alexander.pentalpha.com.hk (pop3.pentalpha.com.hk [210.176.109.1]) by hub.freebsd.org (Postfix) with ESMTP id 5677514C4F for ; Mon, 7 Jun 1999 18:00:46 -0700 (PDT) (envelope-from danny@pentalpha.com.hk) Received: (from uucp@localhost) by alexander.pentalpha.com.hk (8.9.3/8.9.3) id JAA16657 for ; Tue, 8 Jun 1999 09:00:40 +0800 (CST) (envelope-from danny@pentalpha.com.hk) Received: from 274Danny.pentalpha.com.hk(10.0.0.111), claiming to be "domain" via SMTP by alexander.pentalpha.com.hk, id smtpdm16655; Tue Jun 8 09:00:33 1999 Message-ID: <00ce01beb14a$4e576840$6f00000a@domain.pentalpha.com.hk> From: "danny" To: Subject: mail problem Date: Tue, 8 Jun 1999 09:00:31 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I always found the follow message in my server and the remote site server. They are both in FreeBSD 3.2 Stable and with smtpd installed. Is that a problem of bad link between them? Or some configuration problem? How can I fix it? Jun 7 12:13:58 server smtpd[70930]: Timeout on read (more than 600 seconds) - Abandoning session Jun 7 17:40:33 server sendmail[2175]: OAA01299: SYSERR(root): fill_fd: ,,... end of deliver(esmtp): fd 2 not open: Bad file descriptor Jun 7 17:40:33 server sendmail[2175]: OAA01299: SYSERR: putoutmsg (pop3.domain.com.): error on output channel sending "451 fill_fd: ,,... end of deliver(esmtp): fd 0 not open: Bad file descriptor": Input/output error Mail in local queue: Mail Queue (10 requests) --Q-ID-- --Size-- -----Q-Time----- ------------Sender/Recipient------------ NAA01160 295244 Mon Jun 7 13:47 (I/O error) KAA00827 203344 Mon Jun 7 10:49 (I/O error: Input/output error) Danny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 18: 3:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.netxpress.com.gt (unknown [216.72.30.3]) by hub.freebsd.org (Postfix) with ESMTP id 8967E14CAA for ; Mon, 7 Jun 1999 18:02:23 -0700 (PDT) (envelope-from cesarlp@quik.guate.com) Received: from quik.guate.com (ip157.netxpress.com.gt [216.72.30.157]) by ns.netxpress.com.gt (8.8.7/8.8.5) with ESMTP id BAA16248 for ; Tue, 8 Jun 1999 01:02:22 GMT Message-ID: <375466F6.151B161A@quik.guate.com> Date: Tue, 01 Jun 1999 23:04:22 +0000 From: User Cesar Organization: Quik Internet Guatemala X-Mailer: Mozilla 4.07 [en] (X11; I; FreeBSD 3.0-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: StarOffice 5.1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi experts! I try to install StarOffice 5.1 in my FreeBSB 3.1 system, I could succefully unpack it. I got the installation instructions for 5.0, but it seems that the file structure has change a bit. Anyone's got any instructions for how to install 5.1? Thanks a lot. Cesar Perez Please send me a copy, as Im not suscribing on the list. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 18: 5: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from caxton.correionet.com.br (caxton.correionet.com.br [200.246.35.7]) by hub.freebsd.org (Postfix) with ESMTP id 6CA9914CAA for ; Mon, 7 Jun 1999 18:04:06 -0700 (PDT) (envelope-from heu@correionet.com.br) Received: from default (cnet5-232.correionet.com.br [200.231.5.232]) by caxton.correionet.com.br (8.9.3/8.9.3) with SMTP id WAA25236 for ; Mon, 7 Jun 1999 22:03:08 -0200 (EDT) Message-ID: <000901beb14a$8ca9ff40$e805e7c8@default> Reply-To: "Henrique Meira Costa" <@correionet.com.br> From: "Henrique Meira Costa" To: Subject: FreeBSD Date: Mon, 7 Jun 1999 22:02:13 -0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0006_01BEB131.65E3E2E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0006_01BEB131.65E3E2E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I'am Henrique Meira Costa and I would like to know what does the = acronym "BSD" mean. I would like to know also what are the main diferences beetween = LINUX and FreeBSD. Thanks very much =20 heu@correionet.com.br ------=_NextPart_000_0006_01BEB131.65E3E2E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
    I'am Henrique = Meira Costa and=20 I would like to know what does = the =20 acronym "BSD" mean.
    I would=20 like to know also what are the main diferences beetween LINUX and=20 FreeBSD.
 
Thanks very much   
heu@correionet.com.br
 
 
 
------=_NextPart_000_0006_01BEB131.65E3E2E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 18:18:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 9B744150D5 for ; Mon, 7 Jun 1999 18:18:14 -0700 (PDT) (envelope-from dkelly@nospam.hiwaay.net) Received: from nospam.hiwaay.net (tnt8-216-180-14-132.dialup.HiWAAY.net [216.180.14.132]) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id UAA04002 for ; Mon, 7 Jun 1999 20:18:12 -0500 (CDT) Received: from nospam.hiwaay.net (nospam.hiwaay.net [127.0.0.1]) by nospam.hiwaay.net (8.9.3/8.9.3) with ESMTP id UAA06080 for ; Mon, 7 Jun 1999 20:18:07 -0500 (CDT) (envelope-from dkelly@nospam.hiwaay.net) Message-Id: <199906080118.UAA06080@nospam.hiwaay.net> X-Mailer: exmh version 2.0.2 2/24/98 To: freebsd-questions@freebsd.org Subject: /usr/ports: recursive "make fetch"? From: David Kelly Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 07 Jun 1999 20:18:07 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On my dialup connection I'd like to be able to prefetch all the elements of a complex port such as /usr/ports/x11/kde11. Then drop the line. And *then* compile. "make fetch" does not recurse into the sub-ports of a combinded port such as kde11. I'm interested in a fetch which walks the tree much like "make clean". Currently "make install" fetches as needed, compiles, fetches, compiles, etc. Right now I'm manually prefetching while kde11 is compiling. ports(7) lists some interesting targets. "fetch-list" doesn't seem to work, else I simply don't understand its output: nospam: {1091} pwd /home/ports/misc/kdeutils11 nospam: {1092} make fetch-list /usr/bin/env /usr/bin/fetch -A ftp://ftp.us.kde.org/pub/kde/stable/1.1.1/distrib ution/tar/generic/source/bz2/kdeutils-1.1.1.tar.bz2 ||echo kdeutils-1.1.1.tar.b z2 not fetched nospam: {1093} make depends-list make: don't know how to make depends-list. Stop nospam: {1094} make package-depends giflib-3.0 XFree86-3.3.3.1 jpeg-6b qt-1.42 Mesa-3.0 XFree86-3.3.3.1 XFree86-3.3.3.1 kdelibs-1.1.1 giflib-3.0 XFree86-3.3.3.1 jpeg-6b png-1.0.3 tiff-3.4b37 jpeg-6b qt-1.42 Mesa-3.0 XFree86-3.3.3.1 XFree86-3.3.3.1 nospam: {1095} "depends-list" is documented but apparently no longer exists. "package-depends" is interesting in that its listing the ports needed. Listed by package name and not ports directory. :-( -- David Kelly N4HHE, dkelly@nospam.hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 18:20:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from www.crb-web.com (ns1.crb-web.com [209.70.120.131]) by hub.freebsd.org (Postfix) with SMTP id B87F815013 for ; Mon, 7 Jun 1999 18:19:27 -0700 (PDT) (envelope-from wayne@crb.crb-web.com) Received: (qmail 16314 invoked by uid 1001); 8 Jun 1999 01:16:40 -0000 Date: Mon, 7 Jun 1999 21:16:40 -0400 (EDT) From: Wayne Cuddy Reply-To: wayne@crb-web.com To: Mark Ovens Cc: FreeBSD Questions Subject: Re: XView 3.2 menus are garbled..why?? In-Reply-To: <19990607233636.F255@marder-1> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yes, I also see that problem. CmdTool does other strange things on me also. I find it hard to believe we are the only people having problems with XView. On Mon, 7 Jun 1999, Mark Ovens wrote: > Date: Mon, 7 Jun 1999 23:36:36 +0100 > From: Mark Ovens > To: Wayne Cuddy > Subject: Re: XView 3.2 menus are garbled..why?? > > On Sat, Jun 05, 1999 at 08:01:23PM -0400, Wayne Cuddy wrote: > > Running FreeBSD 3.2Stable, I install XView 3.2lib/config/clients and olvwm. > > When I run olvwm and right click to see the menu the popup box appears empty > > until I move the mouse over it and then the menu contents appears and the > > menu items are written on top of each other. This is not usable this way. > > Does anyone know how I might fix this? > > > > I'm afraid I don't have an answer to your problem, but as you are > running olvwm I was wondering if you've come across this problem, > that I've had since u/g to 3.1R from 2.2.8 and if so, do you know > the solution? > > When running shelltool/cmdtool I can run a couple of commands and > then it just sits there at the prompt with the cursor flickering. > Switching to the console (Ctrl-Alt-F1) I see hundreds of > > TTYSW pty write failure : Bad file descriptor > > errors. The only solution is to kill the window. > > > > > Thanks, > > Wayne > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > -- > FreeBSD - The Power To Serve http://www.freebsd.org > My Webpage http://www.users.globalnet.co.uk/~markov > _______________________________________________________________ > Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK > CAD/CAM solutions for Sheetmetal Working Industry > mailto:marko@uk.radan.com http://www.radan.com > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 18:22:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sol (cs1-gw.cs.binghamton.edu [128.226.171.72]) by hub.freebsd.org (Postfix) with SMTP id 0950315013 for ; Mon, 7 Jun 1999 18:21:43 -0700 (PDT) (envelope-from zzhang@cs.binghamton.edu) Received: from localhost (zzhang@localhost) by sol (SMI-8.6/8.6.9) with SMTP id VAA13566; Mon, 7 Jun 1999 21:10:04 -0400 Date: Mon, 7 Jun 1999 21:10:04 -0400 (EDT) From: Zhihui Zhang To: Henrique Meira Costa Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD In-Reply-To: <000901beb14a$8ca9ff40$e805e7c8@default> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 7 Jun 1999, Henrique Meira Costa wrote: > I'am Henrique Meira Costa and I would like to know what does the > acronym "BSD" mean. > I would like to know also what are the main diferences beetween > LINUX and FreeBSD. BSD stands for Berkeley Software Distribution. I suggest you go to the site http://www.freebsd.org/search/search.html to search the mailing list archives. There have been many discussions about Linux vs. FreeBSD. -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 19: 2: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc02.worldnet.att.net (mtiwmhc02.worldnet.att.net [204.127.131.37]) by hub.freebsd.org (Postfix) with ESMTP id A302215831 for ; Mon, 7 Jun 1999 19:01:25 -0700 (PDT) (envelope-from wood1ro@worldnet.att.net) Received: from worldnet.att.net ([12.74.66.145]) by mtiwmhc02.worldnet.att.net (InterMail v03.02.07.06 118-133) with ESMTP id <19990608020123.BOSX11709@worldnet.att.net> for ; Tue, 8 Jun 1999 02:01:24 +0000 Message-ID: <375C952A.67812C62@worldnet.att.net> Date: Mon, 07 Jun 1999 20:59:38 -0700 From: TopDownusa X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Hardware Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To whom it may concern: I own a compaq presario 5030. I need instructions about installing FREEBSD on this hardware. Please help. Reply to W.A. Foster To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 19: 6:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sun00661.dn.net (webclipping.com [209.207.238.31]) by hub.freebsd.org (Postfix) with ESMTP id 86C441502B for ; Mon, 7 Jun 1999 19:05:25 -0700 (PDT) (envelope-from noah@sun00661.dn.net) Received: (from noah@localhost) by sun00661.dn.net (8.9.0/(dn)) id WAA00707; Mon, 7 Jun 1999 22:10:56 -0400 (EDT) Date: Mon, 7 Jun 1999 22:10:56 -0400 (EDT) Message-Id: <199906080210.WAA00707@sun00661.dn.net> Reply-To: info@webclipping.com From: "WebClipping.com" To: freebsd-questions@freebsd.org Subject: Your recent press release... Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG BSD Community Welcomes Apple's New Open Source Operating System We just came across the above press announcement. You are probably familiar with traditional clipping services that monitor newspapers and magazines for mention of your product, brand, or service. Public relations and marketing professionals use these services to measure public opinion and evaluate the effectiveness of their campaign. Until now, there has been no effective way to evaluate public opinion in cyberspace. Nonetheless, monitoring the Internet has become a necessary part of managing an effective PR or marketing campaign. We are writing to let you know about an extraordinary new clipping service designed to monitor the World Wide Web, Usenet discussion groups, and Online news sources. This service is called WebClipping.com. Designed to work as a complimentary tool with traditional clipping services, WebClipping.com ensures that you are monitoring the fastest growing form of media in the world. WebClipping.com is the only service that tracks for you, on an ongoing basis, how and where your product is mentioned on the Internet. This tracking incorporates Web sites indexed by search engines, the top news sites on the Web, and Usenet discussion groups. All clippings are included in our affordable flat rate price. We compile all of your clips into an easy to read format using our Smart Abstract (tm) technology, and make them available to you at a password protected web site. We believe that we have developed a revolutionary product that provides tremendous value for companies and individuals who are concerned about where and when they are discussed on the Web. If you fall within this group, we urge you to contact us. If you have additional questions, we would also be delighted to talk with you about them. Thank you for taking the time to read this message. Best regards, The WebClipping Team www.WebClipping.com info@allresearch.com (212) 260-6627 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 19:15:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sby.centrin.net.id (sby.centrin.net.id [202.146.252.3]) by hub.freebsd.org (Postfix) with ESMTP id 59D4314C9E for ; Mon, 7 Jun 1999 19:14:21 -0700 (PDT) (envelope-from inu@sby.centrin.net.id) Received: from sby.centrin.net.id ([202.146.252.216]) by sby.centrin.net.id (Netscape Mail Server v1.1) with ESMTP id AAA13903 for ; Tue, 8 Jun 1999 09:14:09 +0700 Message-ID: <375C7D86.ED99B0E1@sby.centrin.net.id> Date: Tue, 08 Jun 1999 09:18:46 +0700 From: Inu Wikantiyoso Organization: AMM (Anti Micro$oft Movement) X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 3.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: ppp problem (resolver doesn't work) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello all ... This is my first 60 hours using FreeBSD (3.1-RELEASE), and I'm really excited with this system, for it's stability and default security policy. I read Dan Langille's PPP article I found from a website, and I'm able to connect to internet ,but my name resolver still doesn't work. I can send and fetch mail with Netscape 4.5 (through my ISP's SMTP). I use PPP manually (interactively) as shown at his article, using IP number (not name). It's not a problem since I know my ISP's mail server IP number, but I can't go to rest of the net :(. BTW, my ISP doesn't give me a static IP and I use a single box at home (no LAN etc). So, what should I put on /etc/ppp/ppp.conf file, section ifaddr ? Or, what I have to do if I connect PPP manually using ppp prompt (interactive) ? Because'enable dns' command doesn't works. My /etc/resolve.conf consist : search centrin.net.id nameserver 202.146.255.3 nameserver 202.146.255.5 and /etc/hosts consist : 127.0.0.1 localhost That's my main problem, I hope you would help me because I'm very new to FreeBSD system. Thank You very much. Inu Wikantiyoso -- unix vs. windoze great power vs. nothing To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 19:26:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.concyt.gob.gt (concyt.gob.gt [168.234.106.2]) by hub.freebsd.org (Postfix) with ESMTP id 62A6514BFF for ; Mon, 7 Jun 1999 19:25:21 -0700 (PDT) (envelope-from victor@concyt.gob.gt) Received: from localhost (victor@localhost) by ns.concyt.gob.gt (8.9.1/8.8.7) with ESMTP id UAA26474 for ; Mon, 7 Jun 1999 20:25:10 -0600 (CST) Date: Mon, 7 Jun 1999 20:25:10 -0600 (CST) From: "Victor M. Carranza G." To: FreeBSD Questions mailing list Subject: Character based WordPerfect anyone? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! Is anyone using a character-based version of WordPerfect (SCO version I guess) under FreeBSD? Does anyone know whether is it still commercially available? I have a client who wants to use some 286 and early 386 PC's in a network to run a word processor (and maybe spreadsheet) application, and a packet-driver/telnet/char-based-app combination came to my mind... Thanks in advance for your input! Regards, Victor Carranza To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 19:41:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from home.gis.net (home.gis.net [208.218.130.20]) by hub.freebsd.org (Postfix) with ESMTP id 3E5F314BFF for ; Mon, 7 Jun 1999 19:40:16 -0700 (PDT) (envelope-from kah@gis.net) Received: from gis.net (ppp48-78.gis.net [216.41.48.78]) by home.gis.net (8.8.8/8.9.3) with ESMTP id WAA04220 for ; Mon, 7 Jun 1999 22:40:13 -0400 (EDT) Message-ID: <375C81AB.BAA43284@gis.net> Date: Mon, 07 Jun 1999 22:36:28 -0400 From: Rabbit Teeth Reply-To: kah@gis.net Organization: K C & Ho Ho X-Mailer: Mozilla 4.04 [en]C-NECCK (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Copying FreeBSD to disk Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am downloading the FreeBSD on my MS-DOS paritition. And i am planning to burn it to a CD and install for there. The reason is that i want to wipe out my current OS and start from strach with the FreeBSD. The problem i don't know if there is an organazation of the file system i should do or not (ex. freebsd\bin, freebsd\port, freebsd\packages...). And i want to know which form of the CD should use so that the kernel recongizes the CD (ISO 9660 Level 1, Level 2, Joilet...). Thank you. I am kinda happy to use FreeBSD to improve my education in the world of computer. Especially since I am a computer science major. Kenny Ho To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 19:42:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from shasta.eclipse.net (shasta.eclipse.net [207.207.193.17]) by hub.freebsd.org (Postfix) with ESMTP id 72B6714BFF for ; Mon, 7 Jun 1999 19:42:01 -0700 (PDT) (envelope-from chrismar@shasta.eclipse.net) Received: from localhost (chrismar@localhost) by shasta.eclipse.net (8.9.2/8.9.2) with ESMTP id WAA06160; Mon, 7 Jun 1999 22:46:20 -0400 (EDT) (envelope-from chrismar@shasta.eclipse.net) Date: Mon, 7 Jun 1999 22:46:20 -0400 (EDT) From: Chris To: Inu Wikantiyoso Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ppp problem (resolver doesn't work) In-Reply-To: <375C7D86.ED99B0E1@sby.centrin.net.id> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I see your problem-- The resolver file should be /etc/resolv.conf (you added the trailing 'e' which isn't supposed to be there) Chris On Tue, 8 Jun 1999, Inu Wikantiyoso wrote: > Hello all ... > > This is my first 60 hours using FreeBSD (3.1-RELEASE), and I'm really > excited with this system, for it's stability and default security > policy. > > I read Dan Langille's PPP article I found from a website, and I'm able > to connect to internet ,but my name resolver still doesn't work. I can > send and fetch mail with Netscape 4.5 (through my ISP's SMTP). I use PPP > manually (interactively) as shown at his article, using IP number (not > name). > > It's not a problem since I know my ISP's mail server IP number, but I > can't go to rest of the net :(. > > BTW, my ISP doesn't give me a static IP and I use a single box at home > (no LAN etc). > > So, what should I put on /etc/ppp/ppp.conf file, section ifaddr ? Or, > what I have to do if I connect PPP manually using ppp prompt > (interactive) ? Because'enable dns' command doesn't works. > > My /etc/resolve.conf consist : > > search centrin.net.id > nameserver 202.146.255.3 > nameserver 202.146.255.5 > > and /etc/hosts consist : > > 127.0.0.1 localhost > > That's my main problem, I hope you would help me because I'm very new to > FreeBSD system. > > Thank You very much. > > Inu Wikantiyoso > -- > unix vs. windoze > great power vs. nothing > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 20: 6:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cartman.weeble.dyndns.org (ubppp233-197.dialin.buffalo.edu [128.205.233.197]) by hub.freebsd.org (Postfix) with ESMTP id F077714C82 for ; Mon, 7 Jun 1999 20:05:41 -0700 (PDT) (envelope-from cjm2@earthling.net) Received: from shithead (shithead.weeble.dyndns.org [10.0.0.2]) by cartman.weeble.dyndns.org (8.9.3/8.9.3) with SMTP id XAA36459; Mon, 7 Jun 1999 23:05:26 -0400 (EDT) (envelope-from cjm2@earthling.net) From: "Christopher J. Michaels" To: Cc: "FreeBSD Mailing List" Subject: RE: POP3/SMTP mail server Date: Mon, 7 Jun 1999 23:05:25 -0400 Message-ID: <000201beb15b$c1865860$0200000a@shithead.weeble.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <19990607223405.13894.rocketmail@web203.mail.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok.. which mail package did you download, because you need to put the = proper lines in your inetd.conf file. Right now the mail server isn't running. -Chris -----Original Message----- From: alex_pri@yahoo.com [mailto:alex_pri@yahoo.com] Sent: Monday, June 07, 1999 6:34 PM To: Christopher Michaels Subject: POP3/SMTP mail server i don't know what is mail ports ! i just begin use UNIX i attack my inetd.conf i impress your working speed - courent time 1:38 AM pussible you have DAY now. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 20:11:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from jinx.unknown.nu (jinx.unknown.nu [207.229.158.108]) by hub.freebsd.org (Postfix) with ESMTP id E43F01537A for ; Mon, 7 Jun 1999 20:11:33 -0700 (PDT) (envelope-from lists@jinx.unknown.nu) Received: from localhost (lists@localhost) by jinx.unknown.nu (8.9.3/8.9.3) with SMTP id WAA17904; Mon, 7 Jun 1999 22:11:18 -0500 (CDT) (envelope-from lists@jinx.unknown.nu) Date: Mon, 7 Jun 1999 22:11:18 -0500 (CDT) From: Kim Scarborough To: "Victor M. Carranza G." Cc: FreeBSD Questions mailing list Subject: Re: Character based WordPerfect anyone? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG There's no version of WP available for BSD-based systems, I believe. There's various System V versions around, but it's not open-source, so that won't help you. Your best bet would be to buy the "Server Edition" of WP 8 for Linux, which includes, along with the modern X version, a character-based version that resembles the classic 5.1 version. You could then run this with the linux emulator. It costs about $500, though. On Mon, 7 Jun 1999, Victor M. Carranza G. wrote: > Hi! > > Is anyone using a character-based version of WordPerfect (SCO version I > guess) under FreeBSD? > > Does anyone know whether is it still commercially available? > > I have a client who wants to use some 286 and early 386 PC's in a network > to run a word processor (and maybe spreadsheet) application, and a > packet-driver/telnet/char-based-app combination came to my mind... > > Thanks in advance for your input! > > Regards, > > Victor Carranza > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 20:46:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from voyager.fisicc-ufm.edu (pm243.conference.usenix.org [209.179.127.243]) by hub.freebsd.org (Postfix) with ESMTP id B2B9214A09 for ; Mon, 7 Jun 1999 20:44:59 -0700 (PDT) (envelope-from obonilla@voyager.fisicc-ufm.edu) Received: (from obonilla@localhost) by voyager.fisicc-ufm.edu (8.9.3/8.9.3) id VAA00392; Mon, 7 Jun 1999 21:44:51 -0600 (CST) (envelope-from obonilla) Date: Mon, 7 Jun 1999 21:44:51 -0600 From: Oscar Bonilla To: vagner@ginger.dhis.org Cc: freebsd-questions@freebsd.org Subject: Re: bin file Message-ID: <19990607214451.A380@fisicc-ufm.edu> References: <19990606191721.A4103@fisicc-ufm.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from vagner@ginger.dhis.org on Mon, Jun 07, 1999 at 08:12:03PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jun 07, 1999 at 08:12:03PM -0700, vagner@ginger.dhis.org wrote: > i guess its executable. > > i try and run it i get > > ginger# ./FreeBSD-HamLog-0.9.1.bin > /usr/libexec/ld-elf.so.1: Shared object "libgtk12.so.2" not found > ginger# > > this file doesnt exist but libgtk12.so.1 does exist. you have an old version of the library it requires... you should build and install gtk version 2 (i think it's in the ports) regards, -Oscar > > > ginger# file FreeBSD-HamLog-0.9.1.bin > FreeBSD-HamLog-0.9.1.bin: ELF 32-bit LSB executable, Intel 80386, version 1 > (FreeBSD), dynamically linked, stripped > ginger# > > On 07-Jun-99 Oscar Bonilla wrote: > > On Sat, Jun 05, 1999 at 10:26:54AM -0700, vagner@ginger.dhis.org wrote: > >> ok i am stupid... i got a file that > >> ends in .bin.gz so i gunzip it now > >> it is a .bin file, how do i > >> make it back into the original files from here? > >> > > > > try to use the file(1) command to find out what the file actually is. > > > > -- > > For PGP Public Key: finger obonilla@fisicc-ufm.edu > > ---------------------------------- > Vetex > C/O L. Vagner > 3600 W. Mountain Drive > Flagstaff, AZ 86001 > Webpage: nadxa.com > E-Mail: vagner@ginger.vagner.com > Date: 07-Jun-99 > Time: 20:08:44 > > Windows Exception Error: noun: Meaning- > With the exception of a reboot anything > you do will fail to recover the system. > ---------------------------------- > -- For PGP Public Key: finger obonilla@fisicc-ufm.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 20:48:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.dhis.org (unknown [193.136.198.220]) by hub.freebsd.org (Postfix) with ESMTP id C486014A09 for ; Mon, 7 Jun 1999 20:47:41 -0700 (PDT) (envelope-from root@ginger.dhis.org) Received: (from root@localhost) by mail.dhis.org (8.9.1/8.9.1) id EAA02396 for ; Tue, 8 Jun 1999 04:47:37 +0100 (BST) Received: from UNKNOWN(162.42.132.6), claiming to be "ginger.kf7nn.com" via SMTP by mail.dhis.org, id smtpdAAATgaqQe; Tue Jun 8 04:47:26 1999 Received: (from root@localhost) by ginger.kf7nn.com (8.9.3/8.9.2) id UAA00804 for questions@freebsd.org; Mon, 7 Jun 1999 20:47:33 -0700 (MST) (envelope-from root) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Mon, 07 Jun 1999 20:47:33 -0700 (MST) From: vagner@ginger.dhis.org To: questions@freebsd.org Subject: IRC Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to get irc going and am running into some trouble. here is my trouble ginger# irc irc.freebsd.org irc: unknown host ginger# how fix? ---------------------------------- Vetex C/O L. Vagner 3600 W. Mountain Drive Flagstaff, AZ 86001 Webpage: nadxa.com E-Mail: vagner@ginger.vagner.com Date: 07-Jun-99 Time: 20:46:02 Windows Exception Error: noun: Meaning- With the exception of a reboot anything you do will fail to recover the system. ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 20:48:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from abby.skypoint.net (abby.skypoint.net [199.86.32.252]) by hub.freebsd.org (Postfix) with ESMTP id 4727714FA2 for ; Mon, 7 Jun 1999 20:47:51 -0700 (PDT) (envelope-from rpj@fep.hirshfields.com) Received: (from uucp@localhost) by abby.skypoint.net (8.8.7/jl 1.3) with UUCP id WAA02754; Mon, 7 Jun 1999 22:46:45 -0500 (CDT) Received: (from rpj@localhost) by fep.hirshfields.com (8.8.8/8.8.8) id WAA25788; Mon, 7 Jun 1999 22:16:29 -0500 (CDT) (envelope-from rpj) From: "Roger P. Johnson" Message-Id: <199906080316.WAA25788@fep.hirshfields.com> Subject: Re: adaptec 2940 In-Reply-To: <3755B99D.2795E85D@tdnet.com.br> from Unknow User at "Jun 2, 99 11:09:17 pm" To: kernel@tdnet.com.br (Unknow User) Date: Mon, 7 Jun 1999 22:16:29 -0500 (CDT) Cc: glewis@dartagnan.maths.adelaide.edu.au, questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Use a different controller other than Adaptec. FreeBSD has a problem with their 2940 drivers with certain motherboards, where Linux, Win98, WinNT, NetBSD etc doesn't. When I have the problem you mention, I use BusLogic controllers. I happen to use BusLogic BT-948UN though. Plug it in and it works! That wouldn't happend to be a Pheonix BIOS would it ? > ahc0: rev 0x01 int a irq 11 on > pci0.11.0 > ahc0: aic7880 Wide Channel A, SCSI Id=7, 16/255 SCBs > ... > Waiting 15 seconds for SCSI devices to settle > (probe0:ahc0:0:0:0): SCB 0xe - timed out while idle, LASTPHASE == 0x1, > SEQADDR == 0x18a > (probe0:ahc0:0:0:0): Queuing a BDR SCB > (probe0:ahc0:0:0:0): SCB 0xe - timed out while idle, LASTPHASE == 0x1, > SEQADDR == 0x18a > (probe0:ach0:0:0:0): no longer in timeout, status = 34b > ahc0: Issued Channel A Bus Reset. 15 SCBs aborted > ... > ... > ... > > this probing procedure goes along, and never stop. > > > Please, can anybody help. > > -- > "The box said 'Requires Windows 98, NT, Linux or better' so I > installed FreeBSD." > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 21:16:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from out4.ibm.net (out4.ibm.net [165.87.194.239]) by hub.freebsd.org (Postfix) with ESMTP id 679E214EF8 for ; Mon, 7 Jun 1999 21:16:08 -0700 (PDT) (envelope-from kalmadg@banet.net) Received: from banet.net (slip166-72-232-251.ny.us.ibm.net [166.72.232.251]) by out4.ibm.net (8.8.5/8.6.9) with ESMTP id EAA128506; Tue, 8 Jun 1999 04:16:01 GMT Message-ID: <375C9755.28668A30@banet.net> Date: Tue, 08 Jun 1999 00:08:54 -0400 From: James Kalmadge X-Mailer: Mozilla 4.5 [en] (X11; U; FreeBSD 2.2.8-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Christopher Michaels Cc: "'Heff001@aol.com'" , "FreeBSD Mailing List (E-mail)" Subject: Re: Installation - Already have Win 98 References: <6C37EE640B78D2118D2F00A0C90FCB4401105961@site2s1> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Christopher Michaels wrote: > 1. Yes 2 GB more than enough, of course you could fill that very quickly if > you start installing different packages. 2GB Yes. 200 MB - - uh-uh! With all that disk space why be stingy? James > > 2. FreeBSD comes with a boot manager, it will allow you to choose which > drive you'd like to boot from, and will default to the last drive that you > chose. Keep in mind, that the boot manager does need to be installed to the > C: drive to work, since that is the drive that the system initially boots > from. This will not effect windows. > > (despite the above assurance, you should ALWAYS backup all valuable > information before installing a new operating system.) > > -Chris > > > -----Original Message----- > > From: Heff001@aol.com [SMTP:Heff001@aol.com] > > Sent: Sunday, June 06, 1999 12:53 PM > > To: freebsd-questions@freebsd.org > > Subject: Installation - Already have Win 98 > > > > OK I have purchased Walnut Creek's FreeBSD Lite 3.1 (on CD-ROM) for my PC. > > > > > > I have a: > > > > AMD-K6(tm) 3D Processor > > 64.0MB RAM > > GENERIC IDE DISK TYPE46 - 6.4 GIG Primary Master C: > > GENERIC IDE DISK TYPE46 - 8.4 GIG Primary Slave D: > > BCD 40XH CD-ROM > > > > I am running Windows 98 4.10.1998 > > > > Question1: I plan to install FreeBSD on drive D: giving it 200MB of space. > > Is > > this enough? > > Question2: When I install FreeBSD, do I need something like System > > Commander > > to get to either OS? Win 98 is on drive C: and I don't want it disturbed. > > Can I continue to boot Win 98 as usual and select an option (from DOS) to > > boot FreeBSD when I need it (only)? > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 22:23:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bootp.sls.usu.edu (bootp.sls.usu.edu [129.123.82.251]) by hub.freebsd.org (Postfix) with ESMTP id 01BF314E0D for ; Mon, 7 Jun 1999 22:22:42 -0700 (PDT) (envelope-from kurto@bootp.sls.usu.edu) Received: (from kurto@localhost) by bootp.sls.usu.edu (8.9.3/8.9.3) id XAA98819 for freebsd-questions@freebsd.org; Mon, 7 Jun 1999 23:28:57 -0600 (MDT) (envelope-from kurto) Date: Mon, 7 Jun 1999 23:28:57 -0600 (MDT) From: Kurt Olsen Message-Id: <199906080528.XAA98819@bootp.sls.usu.edu> To: freebsd-questions@freebsd.org Subject: i-nodes Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I recently purchased a large disk (19 gig) and in the process of newfs-ing the drive I noticed that it wanted to create a large number of i-nodes. Since I'm reasonably sure that I'm never going to have 5 million files on this disk, I adjusted the number of i-nodes down a little bit (just over a million.) What I'm wondering is if someone who has access to wcarchive could do a df -i and send it to me. I'm not subscribed to the questions list direct replies would be appreciated. Thanks, Kurt Olsen kurto@bootp.sls.usu.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 23:13:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id A57E414D28 for ; Mon, 7 Jun 1999 23:12:54 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id BAA92825; Tue, 8 Jun 1999 01:11:34 -0500 (CDT) (envelope-from dan) Date: Tue, 8 Jun 1999 01:11:33 -0500 From: Dan Nelson To: vagner@ginger.dhis.org Cc: questions@FreeBSD.ORG Subject: Re: IRC Message-ID: <19990608011132.A92747@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: ; from "vagner@ginger.dhis.org" on Mon Jun 7 20:47:33 GMT 1999 X-OS: FreeBSD 4.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Jun 07), vagner@ginger.dhis.org said: > I am trying to get irc going and am running into some trouble. > > here is my trouble > > ginger# irc irc.freebsd.org > irc: unknown host > ginger# the irc command's usage is irc [nickname] [server] So you tried to connect to the default IRC server (which defaults to "irc") with a nickname of "irc.freebsd.org" :) Try irc vagner irc.freebsd.org -Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 7 23:20: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dartagnan.maths.adelaide.edu.au (dartagnan.maths.adelaide.edu.au [129.127.44.41]) by hub.freebsd.org (Postfix) with SMTP id 482DC14D28 for ; Mon, 7 Jun 1999 23:19:33 -0700 (PDT) (envelope-from glewis@dartagnan.maths.adelaide.edu.au) Received: by dartagnan.maths.adelaide.edu.au (5.64+1.3.1+0.50/UA-5.19) id AA28009; Tue, 8 Jun 1999 15:49:30 +0930 From: Gregory Lewis Message-Id: <9906080619.AA28009@dartagnan.maths.adelaide.edu.au> Subject: ATAPI cdrom burning To: freebsd-questions@freebsd.org Date: Tue, 8 Jun 1999 15:49:30 +0930 (CST) X-Mailer: ELM [version 2.4ME+ PL32 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1187 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I've followed the recent threads on cdrom burning and decided to give it a go myself. I'm using the /usr/share/examples/atapi/burndata script with acd0c as the device and an image I've verified as being an iso image by mounting it using the vn driver. However, I get these messages during the dd stage: dd: /dev/racd0c: end of device 1+0 records in 0+0 records out 0 bytes transferred in 0.015152 secs (0 bytes/sec) and naturally nothing gets written to the cdrom (I assume this is why it can't fixate it right at the end either). Anyone got any ideas on this? I'm running 3.1-S but have corrected the rezero problem using a patch which was posted to the list previously. The dmesg information for the drive (a Sony CDU928E) is wdc1: unit 0 (atapi): , removable, accel, dma, iordis acd0: drive speed 1378KB/sec, 384KB cache acd0: supported read types: CD-R, CD-DA, packet track acd0: supported write types: CD-R, test write acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable caddy acd0: Medium: no/blank disc inside, unlocked -- Greg Lewis glewis@trc.adelaide.edu.au Computing Officer +61 8 8303 3237 Teletraffic Research Centre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 0: 8: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mashie.force9.net (mashie.force9.net [195.166.128.30]) by hub.freebsd.org (Postfix) with SMTP id 980E414EF9 for ; Tue, 8 Jun 1999 00:07:13 -0700 (PDT) (envelope-from banta@ghulam.force9.co.uk) Received: (qmail 20421 invoked from network); 8 Jun 1999 07:07:05 -0000 Received: from mayfly.plus.net.uk (HELO mayfly.force9.net) (195.166.128.28) by mashie.force9.net with SMTP; 8 Jun 1999 07:07:05 -0000 Received: (qmail 17996 invoked from network); 8 Jun 1999 07:12:31 -0000 Received: from 137.hiper02.shef.dialup.force9.net (HELO signup) (195.166.144.137) by mayfly.plus.net.uk with SMTP; 8 Jun 1999 07:12:31 -0000 From: "Ghulam Dastgir" To: Subject: Fetchmail problems Date: Tue, 8 Jun 1999 08:59:58 -0700 Message-ID: <01beb1c7$f55eedc0$LocalHost@signup> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am still having problems with fetchmail. Now after typing: $ fetchmail -p POP3 -u ghulam mail.force9.net Fetchmail says that there are x messages waiting for me. It tries downloading but then times out with: fetchmail: SMTP connect to voyager.ghulam.force9.co.uk failed: Operation timed out fetchmail: SMTP transaction error while fetching from mail.force9.net What could be causing this? Thanks, Ghulam -----Original Message----- From: James R. Shrenk To: Ghulam Dastgir Cc: freebsd-questions@FreeBSD.ORG Date: Monday, June 07, 1999 2:52 AM Subject: Re: Fetchmail problems >Try adding "-p POP3" before the -u flag. It looks like mail.force9.net >doesn't respond to IMAP requests (which seems to be what fetchmail often >defaults to). > >James > >On Mon, 7 Jun 1999, Ghulam Dastgir wrote: > >> I am having problems with my fetchmail. After the PPP link's up I type: >> >> $ fetchmail -u ghulam mail.force9.net >> >> Then I get the password prompt, after which the following output: >> >> fetchmail: IMAP connection to mail.force9.net failed: local error: Connection refused >> fetchmail: 1 message for ghulam at mail.force9.net >> reading message 1 of 1 (2075 bytes) .fetchmail: SMTP connect to voyager.ghulam.force9.co.uk failed: Operation timed out >> fetchmail: SMTP transaction error while fetching from mail.force9.net >> >> Any ideas what the problem is here?? >> > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 0: 8:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from is2.nyu.edu (IS2.NYU.EDU [128.122.253.135]) by hub.freebsd.org (Postfix) with ESMTP id 8629414EF9; Tue, 8 Jun 1999 00:07:50 -0700 (PDT) (envelope-from hqy2446@is2.nyu.edu) Received: from localhost (hqy2446@localhost) by is2.nyu.edu (8.8.8/8.8.7) with SMTP id DAA13671; Tue, 8 Jun 1999 03:07:49 -0400 (EDT) Date: Tue, 8 Jun 1999 03:07:49 -0400 (EDT) From: hqy2446 To: freebsd-questions@freebsd.org Cc: freebsd-security@freebsd.org Subject: newbie question: ssh Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a newbie question regarding X connection forward by ssh. After I installed ssh-1.2.27 and ssh-2.0.13, I was unable to use 'X connection forwarding' at certain servers. Now I tried this command: $ ssh -l [username] [remote host] xterm -display [my ip address]:0.0 xterm of the remote host was opened and I could run X clients on the host. I want to make sure that this connection is secured or not by experts or experienced users of ssh. And one more question: What is the difference between above way of connection and just a connection to a remote host by ssh(just like a telnet) and run X clinets at the remote host shell? Thank you. -Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 0:37:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tt01.tech-trans.com (unknown [202.135.11.1]) by hub.freebsd.org (Postfix) with ESMTP id BC4FD14CB6 for ; Tue, 8 Jun 1999 00:36:28 -0700 (PDT) (envelope-from cckok00@stlinux.ouhk.edu.hk) Received: from SMTP ([210.184.43.2]) by tt01.tech-trans.com (Netscape Messaging Server 3.6) with SMTP id AAA2DD2 for ; Tue, 8 Jun 1999 15:33:22 +0800 Received: from stlinux.ouhk.edu.hk ([202.135.11.215]) by 210.184.43.2 (Norton AntiVirus for Internet Email Gateways 1.0) ; Tue, 08 Jun 1999 22:38:52 0000 (GMT) Message-ID: <375CCBE5.664DDA73@stlinux.ouhk.edu.hk> Date: Tue, 08 Jun 1999 15:53:09 +0800 From: peter kok X-Mailer: Mozilla 4.51 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd Subject: proxy Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello all how do i set proxy on my freebsd? thank you Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 0:53: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by hub.freebsd.org (Postfix) with ESMTP id 8C45614E0F for ; Tue, 8 Jun 1999 00:52:22 -0700 (PDT) (envelope-from Thierry.Herbelot@alcatel.fr) Received: from aifhs2.alcatel.fr (mailhub.alcatel.fr [155.132.180.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id IAA23904; Tue, 8 Jun 1999 08:49:28 +0200 Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id JAA17939; Tue, 8 Jun 1999 09:46:51 +0200 (MET DST) Received: from telss1 (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.9.1a/8.9.1) with ESMTP id JAA03831; Tue, 8 Jun 1999 09:33:40 +0200 (MEST) Received: from telspace.alcatel.fr by telss1 (8.8.8+Sun/SMI-SVR4) id JAA26965; Tue, 8 Jun 1999 09:38:20 +0200 (MET DST) Message-ID: <375CC9C2.6FD48DE6@telspace.alcatel.fr> Date: Tue, 08 Jun 1999 09:44:02 +0200 From: Thierry Herbelot Reply-To: thierry.herbelot@alcatel.fr Organization: Alcatel CIT Nanterre X-Mailer: Mozilla 4.6 [en] (X11; I; SunOS 5.5.1 sun4m) X-Accept-Language: en MIME-Version: 1.0 To: Spud Taylor Cc: freebsd-questions@FreeBSD.ORG Subject: Re: netiso tree References: <375C1C4D.41C67EA6@yahoo.com> Content-Type: multipart/mixed; boundary="------------3274989E2CDFC4D67BD7C13E" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------3274989E2CDFC4D67BD7C13E Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello, As FreeBSD code is stored in a CVS tree, yoou should get back the netiso tree if you use cvsup and specify a date "far enough" in the past (ideally, the date just before netiso/CCITT was dumped out of the oficial tree). You should have a look at the archives of : * questions to see if other people have developped code around netiso * announce to check the date when netiso was dumped TfH Spud Taylor wrote: > > We have been using Free BSD and BSDI since 1992. There was a descision > to eliminate the netiso and netccitt trees in the OS a few years ago. > Can these trees still be obtained and where can I obtain them from? I > am having a problem reading raw CLNP PDUs because of the way BSD used > to do it vs the way it is done now with the isopcbhead and isopcblist. > If you could point me in the correct difre4ction, I would appreciate it. > We have done extensive kernel programming and are familiar with what it > will take to port a netiso tree into our current environment. Thank > you for your time and I look forward to hearing an answer from you. > Lynn Taylor > Senior Engineer > Planning Systems Inc > McLean, Va. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message --------------3274989E2CDFC4D67BD7C13E Content-Type: text/x-vcard; charset=us-ascii; name="thierry.herbelot.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Thierry Herbelot Content-Disposition: attachment; filename="thierry.herbelot.vcf" begin:vcard n:Herbelot;Thierry tel;work:(+33) 1 46 52 47 23 x-mozilla-html:FALSE url:http://perso.cybercable.fr/herbelot org:CIT Nanterre adr:;;;;;; version:2.1 email;internet:thierry.herbelot@alcatel.fr x-mozilla-cpt:;-22032 fn:Thierry Herbelot end:vcard --------------3274989E2CDFC4D67BD7C13E-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 1:28:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from neptune.twrol.com (ras3-20.wizrealm.com [208.153.237.69]) by hub.freebsd.org (Postfix) with ESMTP id C2F7114ED8 for ; Tue, 8 Jun 1999 01:27:42 -0700 (PDT) (envelope-from dionysos3@crosswinds.net) Received: from localhost (dionysos3@localhost) by neptune.twrol.com (8.9.3/8.9.3) with ESMTP id AAA06593; Tue, 8 Jun 1999 00:42:00 -0600 (MDT) (envelope-from dionysos3@crosswinds.net) X-Authentication-Warning: neptune.twrol.com: dionysos3 owned process doing -bs Date: Tue, 8 Jun 1999 00:42:00 -0600 (MDT) From: "James R. Shrenk" X-Sender: dionysos3@neptune.twrol.com To: Mark Ovens Cc: Doug Jennings , freebsd-questions@FreeBSD.ORG Subject: Re: silo overflow errors In-Reply-To: <19990607232356.E255@marder-1> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG looks good so far. I took a visit around some man pages and the web and it seems unlikely that it's actually the modem that would be causing the problem. Check the output of top during your ppp sessions. In particular, what is your CPU usage during that time. The data that's buffered in the UART seems to be dropping in this case. The slow is then probably a result of packets being retransmitted to account for the errors. The man page for 3.2-release says that these silo overflows are the result of a problem with the interrupt handler. Although I'm sketchy on this, your serial port may not be getting enough attention from the CPU so it may be worth checking out. James On Mon, 7 Jun 1999, Mark Ovens wrote: > On Mon, Jun 07, 1999 at 05:17:53PM -0500, Doug Jennings wrote: > > When I get the output of dmesg, it contains the following lines: > > > > sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa > > sio0: type 16550A > > > > I knew it had to be a 16550A UART because the computer is brand new with all > > the appropriate bells / whistles / et cetera. Argh. I suppose I will see > > if I can slow down the modem now. > > > > One more question...do you think the problem is happening inside the modem > > itself? Or could it be caused by some kind of interference in my serial > > cable? > > It would be worth checking the shield on your cable, especially if > it runs parallel to the mains lead. I've seen silo overflow errors > generated at the rate of >50 per second on a Sun with serial lines > to terminals running through a factory close to arc welders :-) > > > I am obviously grasping here, but I just can't figure out why I am > > having silo errors with such a supposedly good modem (external courier > > v.everything 28800). > > > > >What is your dmesg output? It looks like you might have a older UART > > >(8250 maybe?) If that's the case, you might try slowing the modem down to > > >14400 and see if that doesn't help. > > > > > > > > >On Mon, 7 Jun 1999, Doug Jennings wrote: > > > > > >> > > >> After finally getting user ppp to work, I keep running into the > > >> following problem. Once I establish a ppp connection and I try to > > >> send/receive any data whatsoever (for example, opening a telnet > > session), I > > >> get the message: > > >> > > >> /kernel: sio0: 1 more silo overflow (total 1) > > >> > > >> The 'total' goes up each time I send/receive any data (for example, if I > > >> issue a "ls" command in the telnet session and have to receive the output > > of > > >> that). It slows down my 28800 modem to an absolute crawl. > > >> > > >> Any ideas on a fix for this? I am running a fresh installation of FreeBSD > > >> 3.1 and I am using an external USR v.everything courier modem. I know > > that > > >> it has to do with some buffering issue -- I just don't know how to fix > > it. > > >> > > >> Any ideas would be appreciated. > > >> > > >> Thanks, > > >> > > >> -Doug > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > -- > FreeBSD - The Power To Serve http://www.freebsd.org > My Webpage http://www.users.globalnet.co.uk/~markov > _______________________________________________________________ > Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK > CAD/CAM solutions for Sheetmetal Working Industry > mailto:marko@uk.radan.com http://www.radan.com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 1:41:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from flashmail.com (flashmail.com [209.63.137.8]) by hub.freebsd.org (Postfix) with SMTP id 4C83614F96 for ; Tue, 8 Jun 1999 01:41:06 -0700 (PDT) (envelope-from mholloway@flashmail.com) Received: from flashmail.com ([209.63.137.8]) by flashmail.com ; Tue, 08 Jun 1999 01:42:08 -0800 From: "Mark L. Holloway" Reply-To: mholloway@flashmail.com To: questions@freebsd.org Date: Tue, 8 Jun 1999 01:42:08 -800 Subject: Kernel option to Disable X-Mailer: CWMail Web to Mail Gateway 2.0n, http://netwinsite.com/top_mail.htm Message-id: <375cd760.bf.0@flashmail.com> X-User-Info: 24.234.59.207 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If someone wouldn't mind making a suggestion.. I have a PII/300 with an Adaptec SCSI, 4GB HD, and an IDE CDROM. Typically, what options right off the bat should I disable in my kernel file? THANKS! Mark ______________________________________________________ Get Your FREE FlashMail Address now at http://www.flashmail.com It's Free, Easy, & Fun !!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 1:41:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from flashmail.com (flashmail.com [209.63.137.8]) by hub.freebsd.org (Postfix) with SMTP id 611D514F96 for ; Tue, 8 Jun 1999 01:41:06 -0700 (PDT) (envelope-from mholloway@flashmail.com) Received: from (null) ([209.63.137.8]) by flashmail.com ; Tue, 08 Jun 1999 01:24:37 -0800 From: "Mark L. Holloway" Reply-To: mholloway@flashmail.com To: questions@freebsd.org Date: Tue, 8 Jun 1999 01:24:37 -800 Subject: Preserve kernal settings? X-Mailer: CWMail Web to Mail Gateway 2.0n, http://netwinsite.com/top_mail.htm Message-id: <375cd345.197.0@flashmail.com> X-User-Info: 24.234.59.207 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just did a binary upgrade (/stand/sysinstall -> upgrade) from 3.2 to 3.2. Everything went fine but when it was all finished I had to go to my root directory, "cp kernal.GENERIC kernal" so the system could reboot successfully, but now it looks like I need to re-do my kernal options again. For example, if I have IPFILTER, bpf, or any options enable do I need to redo them again after an upgrade? There must be a better method! Thanks!! Mark ______________________________________________________ Get Your FREE FlashMail Address now at http://www.flashmail.com It's Free, Easy, & Fun !!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 1:53:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mds02.prontomail.com (mds02.prontomail.com [209.185.149.92]) by hub.freebsd.org (Postfix) with ESMTP id 0B91E14F30 for ; Tue, 8 Jun 1999 01:52:38 -0700 (PDT) (envelope-from evilomen@blackcode.zzn.com) Received: from web06 (209.185.149.206) by mds02.prontomail.com (NPlex 2.0.119) for freebsd-questions@FreeBSD.ORG; Tue, 8 Jun 1999 01:50:21 -0700 From: "Evil Omen" Message-Id: <199906080150142@evilomen.blackcode.zzn.com> Date: Tue, 8 Jun 1999 18:54:56 +1000 X-Priority: Normal Content-Type: text/plain; charset=ISO-8859-1 To: freebsd-questions@FreeBSD.ORG Subject: ive got a question X-Mailer: Web Based Pronto Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just need to know one thing. can i have freeBSD on my computer and windows at the same time like you can with lynux. if you can do that then you have it all covered Free e-mail and much more at http://www.blackcode.com ___________________________________________________________ Get your own Web-based E-mail Service at http://www.zzn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 1:55:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from neptune.twrol.com (ras3-20.wizrealm.com [208.153.237.69]) by hub.freebsd.org (Postfix) with ESMTP id E177D15271 for ; Tue, 8 Jun 1999 01:54:52 -0700 (PDT) (envelope-from dionysos3@crosswinds.net) Received: from localhost (dionysos3@localhost) by neptune.twrol.com (8.9.3/8.9.3) with ESMTP id CAA06774; Tue, 8 Jun 1999 02:58:13 -0600 (MDT) (envelope-from dionysos3@crosswinds.net) X-Authentication-Warning: neptune.twrol.com: dionysos3 owned process doing -bs Date: Tue, 8 Jun 1999 02:58:13 -0600 (MDT) From: "James R. Shrenk" X-Sender: dionysos3@neptune.twrol.com To: Evil Omen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ive got a question In-Reply-To: <199906080150142@evilomen.blackcode.zzn.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG yes :) James On Tue, 8 Jun 1999, Evil Omen wrote: > I just need to know one thing. > can i have freeBSD on my computer and windows at the same time > like you can with lynux. > if you can do that then you have it all covered > > Free e-mail and much more at http://www.blackcode.com > ___________________________________________________________ > Get your own Web-based E-mail Service at http://www.zzn.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 2: 5:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mds02.prontomail.com (mds02.prontomail.com [209.185.149.92]) by hub.freebsd.org (Postfix) with ESMTP id 6BDD014F30 for ; Tue, 8 Jun 1999 02:05:27 -0700 (PDT) (envelope-from evilomen@blackcode.zzn.com) Received: from web06 (209.185.149.206) by mds02.prontomail.com (NPlex 2.0.119); Tue, 8 Jun 1999 02:02:39 -0700 From: "Evil Omen" Message-Id: <199906080202322@evilomen.blackcode.zzn.com> Date: Tue, 8 Jun 1999 19:07:14 +1000 X-Priority: Normal Content-Type: text/plain; charset=ISO-8859-1 To: dionysos3@crosswinds.net Subject: Re: Re: ive got a question Cc: freebsd-questions@FreeBSD.ORG X-Mailer: Web Based Pronto Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG is it a complicated system or does it run kinda like win95 with point and click features? and how much disk space does the system occupy? Free e-mail and much more at http://www.blackcode.com ___________________________________________________________ Get your own Web-based E-mail Service at http://www.zzn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 2:13: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by hub.freebsd.org (Postfix) with ESMTP id 0F08C14FDD for ; Tue, 8 Jun 1999 02:12:24 -0700 (PDT) (envelope-from Thierry.Herbelot@alcatel.fr) Received: from aifhs2.alcatel.fr (mailhub.alcatel.fr [155.132.180.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id KAA24127 for ; Tue, 8 Jun 1999 10:09:29 +0200 Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id LAA13248 for ; Tue, 8 Jun 1999 11:06:49 +0200 (MET DST) Received: from telss1 (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.9.1a/8.9.1) with ESMTP id KAA12304 for ; Tue, 8 Jun 1999 10:55:15 +0200 (MEST) Received: from telspace.alcatel.fr by telss1 (8.8.8+Sun/SMI-SVR4) id KAA29734; Tue, 8 Jun 1999 10:59:58 +0200 (MET DST) Message-ID: <375CDCE3.5F0F53C1@telspace.alcatel.fr> Date: Tue, 08 Jun 1999 11:05:39 +0200 From: Thierry Herbelot Reply-To: thierry.herbelot@alcatel.fr Organization: Alcatel CIT Nanterre X-Mailer: Mozilla 4.6 [en] (X11; I; SunOS 5.5.1 sun4m) X-Accept-Language: en MIME-Version: 1.0 To: questions Subject: Joliet CD in FreeBSD Content-Type: multipart/mixed; boundary="------------13B28821509D5FB295D8FFA3" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------13B28821509D5FB295D8FFA3 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello, I was preparing for burning my own CDs when I wandered in old archives. I've found a message from someone who had ported Joliet patches onto 2.2.x Now I see a message from Luoqi Chen about UNICODE support. BUT I don't see anything about Joliet extensions in the source tree of either 3.2-Stable nor -Current. Is there any reason all these patches are not included in the code of FreeBSD ? TIA TfH --------------13B28821509D5FB295D8FFA3 Content-Type: text/x-vcard; charset=us-ascii; name="thierry.herbelot.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Thierry Herbelot Content-Disposition: attachment; filename="thierry.herbelot.vcf" begin:vcard n:Herbelot;Thierry tel;work:(+33) 1 46 52 47 23 x-mozilla-html:FALSE url:http://perso.cybercable.fr/herbelot org:CIT Nanterre adr:;;;;;; version:2.1 email;internet:thierry.herbelot@alcatel.fr x-mozilla-cpt:;-22032 fn:Thierry Herbelot end:vcard --------------13B28821509D5FB295D8FFA3-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 2:13:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mds02.prontomail.com (mds02.prontomail.com [209.185.149.92]) by hub.freebsd.org (Postfix) with ESMTP id 74D5915175 for ; Tue, 8 Jun 1999 02:13:02 -0700 (PDT) (envelope-from evilomen@blackcode.zzn.com) Received: from web06 (209.185.149.206) by mds02.prontomail.com (NPlex 2.0.119) for freebsd-questions@freeBSD.org; Tue, 8 Jun 1999 02:10:45 -0700 From: "Evil Omen" Message-Id: <199906080210382@evilomen.blackcode.zzn.com> Date: Tue, 8 Jun 1999 19:15:19 +1000 X-Priority: Normal Content-Type: text/plain; charset=ISO-8859-1 To: freebsd-questions@freeBSD.org Subject: Just a few more questions please X-Mailer: Web Based Pronto Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG just a few more questions if its not a bother 1) will it conflict windows in anyway? 2) how much disk space does it occupy? thats all i have if you can answer those then thank you so much Free e-mail and much more at http://www.blackcode.com ___________________________________________________________ Get your own Web-based E-mail Service at http://www.zzn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 2:13:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from neptune.twrol.com (ras3-20.wizrealm.com [208.153.237.69]) by hub.freebsd.org (Postfix) with ESMTP id DE841151A0 for ; Tue, 8 Jun 1999 02:12:56 -0700 (PDT) (envelope-from dionysos3@crosswinds.net) Received: from localhost (dionysos3@localhost) by neptune.twrol.com (8.9.3/8.9.3) with ESMTP id DAA06816; Tue, 8 Jun 1999 03:13:44 -0600 (MDT) (envelope-from dionysos3@crosswinds.net) X-Authentication-Warning: neptune.twrol.com: dionysos3 owned process doing -bs Date: Tue, 8 Jun 1999 03:13:44 -0600 (MDT) From: "James R. Shrenk" X-Sender: dionysos3@neptune.twrol.com To: Ghulam Dastgir Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Fetchmail problems In-Reply-To: <01beb1c7$f55eedc0$LocalHost@signup> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG check out www.tuxedo.org/~esr/fetchmail/fetchmail-FAQ.html#R1 looks like fetchmail may be working just fine, but when it tries to put it through sendmail, it's not able to. Is sendmail running? James On Tue, 8 Jun 1999, Ghulam Dastgir wrote: > I am still having problems with fetchmail. Now after typing: > > $ fetchmail -p POP3 -u ghulam mail.force9.net > > Fetchmail says that there are x messages waiting for me. It tries > downloading but then times out with: > > fetchmail: SMTP connect to voyager.ghulam.force9.co.uk failed: Operation > timed out > fetchmail: SMTP transaction error while fetching from mail.force9.net > > What could be causing this? > Thanks, > Ghulam > > > -----Original Message----- > From: James R. Shrenk > To: Ghulam Dastgir > Cc: freebsd-questions@FreeBSD.ORG > Date: Monday, June 07, 1999 2:52 AM > Subject: Re: Fetchmail problems > > >Try adding "-p POP3" before the -u flag. It looks like mail.force9.net > >doesn't respond to IMAP requests (which seems to be what fetchmail often > >defaults to). > > > >James > > > >On Mon, 7 Jun 1999, Ghulam Dastgir wrote: > > > >> I am having problems with my fetchmail. After the PPP link's up I type: > >> > >> $ fetchmail -u ghulam mail.force9.net > >> > >> Then I get the password prompt, after which the following output: > >> > >> fetchmail: IMAP connection to mail.force9.net failed: local error: > Connection refused > >> fetchmail: 1 message for ghulam at mail.force9.net > >> reading message 1 of 1 (2075 bytes) .fetchmail: SMTP connect to > voyager.ghulam.force9.co.uk failed: Operation timed out > >> fetchmail: SMTP transaction error while fetching from mail.force9.net > >> > >> Any ideas what the problem is here?? > >> > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 2:17:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from neptune.twrol.com (ras3-20.wizrealm.com [208.153.237.69]) by hub.freebsd.org (Postfix) with ESMTP id 54B4414C1A for ; Tue, 8 Jun 1999 02:17:32 -0700 (PDT) (envelope-from dionysos3@crosswinds.net) Received: from localhost (dionysos3@localhost) by neptune.twrol.com (8.9.3/8.9.3) with ESMTP id DAA06842; Tue, 8 Jun 1999 03:20:53 -0600 (MDT) (envelope-from dionysos3@crosswinds.net) X-Authentication-Warning: neptune.twrol.com: dionysos3 owned process doing -bs Date: Tue, 8 Jun 1999 03:20:53 -0600 (MDT) From: "James R. Shrenk" X-Sender: dionysos3@neptune.twrol.com To: Evil Omen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Re: ive got a question In-Reply-To: <199906080202322@evilomen.blackcode.zzn.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG not complicated at all if you have no fear of the command line. Really, it takes a bit of time to get used to, but it is well worth it. If you run the X Windows system you'll get a little bit more of the point and click that you are used to (especially with interfaces like KDE and Gnome). Here's a website or two to get you started: www.freebsd.org/tutorials/multios/multios.html www.dvl-software.com/freebsd www.freebsd.org/FAQ Have fun and don't pity poor Bill Gates too much when you only boot him up once a month just to remember what the start button looks like ;) James On Tue, 8 Jun 1999, Evil Omen wrote: > is it a complicated system or does it run kinda like > win95 with point and click features? and how much disk > space does the system occupy? > > Free e-mail and much more at http://www.blackcode.com > ___________________________________________________________ > Get your own Web-based E-mail Service at http://www.zzn.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 2:22:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from neptune.twrol.com (ras3-20.wizrealm.com [208.153.237.69]) by hub.freebsd.org (Postfix) with ESMTP id 4D42B14D93 for ; Tue, 8 Jun 1999 02:22:02 -0700 (PDT) (envelope-from dionysos3@crosswinds.net) Received: from localhost (dionysos3@localhost) by neptune.twrol.com (8.9.3/8.9.3) with ESMTP id DAA06860; Tue, 8 Jun 1999 03:25:23 -0600 (MDT) (envelope-from dionysos3@crosswinds.net) X-Authentication-Warning: neptune.twrol.com: dionysos3 owned process doing -bs Date: Tue, 8 Jun 1999 03:25:23 -0600 (MDT) From: "James R. Shrenk" X-Sender: dionysos3@neptune.twrol.com To: Evil Omen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Just a few more questions please In-Reply-To: <199906080210382@evilomen.blackcode.zzn.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 8 Jun 1999, Evil Omen wrote: > just a few more questions if its not a bother > 1) will it conflict windows in anyway? no...it stays out of the way except for a bootloader to make it easy to boot into either operating system. > 2) how much disk space does it occupy? depends on what you are looking for...I have installations of FreeBSD on 170MB disks that work great. I have one on a 1.5 GB partition that's just too small. 1 GB if you can spare it should satisfy your needs. Less will do fine as well. > thats all i have if you can answer those then thank you > so much > you're welcome :) James > Free e-mail and much more at http://www.blackcode.com > ___________________________________________________________ > Get your own Web-based E-mail Service at http://www.zzn.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 2:51: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from stud.ee.ethz.ch (tardis-delek-fast.ee.ethz.ch [129.132.2.199]) by hub.freebsd.org (Postfix) with ESMTP id B31D8150B8 for ; Tue, 8 Jun 1999 02:50:05 -0700 (PDT) (envelope-from lpruf@stud.ee.ethz.ch) Received: from tardis-a2.ee.ethz.ch (lpruf@tardis-a2.ee.ethz.ch [129.132.3.12]) by stud.ee.ethz.ch (8.8.4/8.8.8) with ESMTP id LAA00760 for ; Tue, 8 Jun 1999 11:50:04 +0200 (MET DST) Received: from localhost (lpruf@localhost) by tardis-a2.ee.ethz.ch (8.8.4/8.8.8) with ESMTP id LAA08903 for ; Tue, 8 Jun 1999 11:50:01 +0200 (MET DST) X-Authentication-Warning: tardis-a2.ee.ethz.ch: lpruf owned process doing -bs Date: Tue, 8 Jun 1999 11:50:01 +0200 (MET DST) From: Lukas Ruf X-Sender: lpruf@tardis-a2.ee.ethz.ch Reply-To: Lukas Ruf To: FreeBSD Questions Subject: #!/bin/csh -- limit: no such limit. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi list, when I try to run a simple skript (as posted at the end of this mail) I always get the answer: limit: No such limit. If I run the skript with tcsh , all works fine. My environment: FreeBSD 3.1-RELEASE Does anybody know about this problem ? Does anybody know how to fix it (and gives me the answer) ? ---- the simple Skript ---- #!/bin/csh set TAR=/tmp set FILES=(Asker Bidder Decider Receiver Sender) set PRE=DA_ if (-d $TAR) then foreach xFILE ($FILES) cp ${PRE}${xFILE}.${OS} ${TAR}/${xFILE} end endif ---- End of the Skript. Kind Regards and Thanks in Advance, Lukas -- *** ALWAYS MAILTO:"Lukas Ruf " *** (PGP2.6.3) Fingerprint = 37CF 3AB4 B0F7 0AF5 C308 4188 8C10 86FE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 3:34:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.yes.no (ns1.yes.no [195.204.136.10]) by hub.freebsd.org (Postfix) with ESMTP id C995014E54; Tue, 8 Jun 1999 03:34:40 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.1a/8.9.1) with ESMTP id MAA13536; Tue, 8 Jun 1999 12:34:39 +0200 (CEST) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id MAA07566; Tue, 8 Jun 1999 12:34:39 +0200 (MET DST) Date: Tue, 8 Jun 1999 12:34:39 +0200 From: Eivind Eklund To: hqy2446 Cc: freebsd-questions@FreeBSD.ORG, freebsd-security@FreeBSD.ORG Subject: Re: newbie question: ssh Message-ID: <19990608123439.B7512@bitbox.follo.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: ; from hqy2446 on Tue, Jun 08, 1999 at 03:07:49AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jun 08, 1999 at 03:07:49AM -0400, hqy2446 wrote: > I have a newbie question regarding X connection forward by ssh. > > After I installed ssh-1.2.27 and ssh-2.0.13, I was unable to use 'X > connection forwarding' at certain servers. Now I tried this command: > > $ ssh -l [username] [remote host] xterm -display [my ip address]:0.0 > > xterm of the remote host was opened and I could run X clients on the host. > > I want to make sure that this connection is secured or not by experts or > experienced users of ssh. Not secured. > And one more question: What is the difference between above way of > connection and just a connection to a remote host by ssh(just like a > telnet) and run X clinets at the remote host shell? ssh will normally set up an emulated display at localhost:10.0 (or 11.0, 12.0, etc - depends on how many other ssh users you have.) This is securely forwarded, and is what you'll normally use. Your setup makes the program use an insecure connection over the normal net instead. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 3:41:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.vnet.net (smtp2.vnet.net [166.82.1.32]) by hub.freebsd.org (Postfix) with ESMTP id 797CA14E23 for ; Tue, 8 Jun 1999 03:41:04 -0700 (PDT) (envelope-from rivers@dignus.com) Received: from dignus.com (ponds.vnet.net [166.82.177.48]) by smtp2.vnet.net (8.9.1a/8.9.1) with ESMTP id GAA17487; Tue, 8 Jun 1999 06:41:42 -0400 (EDT) Received: from lakes.dignus.com (lakes.dignus.com [10.0.0.3]) by dignus.com (8.9.2/8.8.5) with ESMTP id GAA18176; Tue, 8 Jun 1999 06:40:56 -0400 (EDT) Received: (from rivers@localhost) by lakes.dignus.com (8.9.2/8.6.9) id GAA05921; Tue, 8 Jun 1999 06:40:54 -0400 (EDT) Date: Tue, 8 Jun 1999 06:40:54 -0400 (EDT) From: Thomas David Rivers Message-Id: <199906081040.GAA05921@lakes.dignus.com> To: questions@freefall.freebsd.org, victor@concyt.gob.gt Subject: Re: Character based WordPerfect anyone? In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Hi! > > Is anyone using a character-based version of WordPerfect (SCO version I > guess) under FreeBSD? > > Does anyone know whether is it still commercially available? > > I have a client who wants to use some 286 and early 386 PC's in a network > to run a word processor (and maybe spreadsheet) application, and a > packet-driver/telnet/char-based-app combination came to my mind... > > Thanks in advance for your input! > > Regards, > > Victor Carranza > I believe the character version comes with WordPerfect 8 for Linux *if* you purchase the Server Edition. The server edition costs quite a bit more than the Personal Edition. You may want to check on http://www.corel.com. The Linux version of the Personal Edition runs just fine on FreeBSD. - Dave Rivers - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 3:45:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web113.yahoomail.com (web113.yahoomail.com [205.180.60.84]) by hub.freebsd.org (Postfix) with SMTP id 342D314C01 for ; Tue, 8 Jun 1999 03:44:29 -0700 (PDT) (envelope-from holtor@yahoo.com) Message-ID: <19990608104517.4721.rocketmail@web113.yahoomail.com> Received: from [209.191.62.90] by web113.yahoomail.com; Tue, 08 Jun 1999 03:45:17 PDT Date: Tue, 8 Jun 1999 03:45:17 -0700 (PDT) From: Holtor Subject: FreeBSD's FTP Daemon To: freebsd-isp@freebsd.org, freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I run a moderatly sized ISP and as an FTP daemon we use NcFTPD (www.ncftpd.com). I really have no use for any of its features, plus i'm sure most of these features are included with using the normal ftpd from inetd. A few things I need to know first, is were can I get more information about this? Configuration wise.. theres a lot of stuff i'd like to change, (pre-login message, hostname it says, etc..) Secondly, lately i read some stuff about security in this ftpd? Running the normal ftpd that comes with freebsd is probably the safest way to go am I correct? Thanks, Holt _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 4:12:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from i686.lampsoft.com (unknown [206.155.61.155]) by hub.freebsd.org (Postfix) with ESMTP id F3B8C14FAF for ; Tue, 8 Jun 1999 04:11:26 -0700 (PDT) (envelope-from dkeller@psln.com) Received: from psln.com (localhost [127.0.0.1]) by i686.lampsoft.com (8.9.2/8.9.2) with ESMTP id EAA43647 for ; Tue, 8 Jun 1999 04:50:11 -0700 (PDT) (envelope-from dkeller@psln.com) Message-ID: <375D0373.D34284C8@psln.com> Date: Tue, 08 Jun 1999 04:50:11 -0700 From: "Daniel \\" The Bruce\ " Keller" Organization: LampSoft X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: services can't connect to local machine throup IP Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, i am trying to set up a web server and ftp server on my computer (running FreeBSD 3.1-RELEASE). I have installed apache and can get the default page (the one which just says apache is installed and working) by going to http://localhost/. However if i attempt to connect using my IP address ("http://206.155.61.155/") i can never connect. The same happends with telnet and ftp. My IP changes every time i dial into the internet, so i found my current one by doing a "netstat -rn" and looking at the gateway for my localhost (this may very well be the problem, is there a easier/correct way to find your current IP? Thanks, I'm sure the answer is really simple, but it's about 5:00 AM here so i really should get some sleep. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 4:14: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from netshell.com.br (gabriel.netshell.com.br [200.238.234.134]) by hub.freebsd.org (Postfix) with SMTP id 8638814EDB for ; Tue, 8 Jun 1999 04:13:00 -0700 (PDT) (envelope-from grios@netshell.com.br) Received: (qmail 5928 invoked by uid 1070); 8 Jun 1999 11:19:35 -0000 Date: Tue, 8 Jun 1999 08:19:35 -0300 (EST) From: Gustavo Vieira Goncalves Coelho Rios To: "Roger P. Johnson" Cc: Unknow User , glewis@dartagnan.maths.adelaide.edu.au, questions@FreeBSD.ORG Subject: Re: adaptec 2940 In-Reply-To: <199906080316.WAA25788@fep.hirshfields.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I will change my motherboard, now it will be a ASUS PA-B! What you think? --- Gustavo Rios - UIN 27456973 ----- On Mon, 7 Jun 1999, Roger P. Johnson wrote: > Use a different controller other than Adaptec. FreeBSD has a problem > with their 2940 drivers with certain motherboards, where Linux, Win98, > WinNT, NetBSD etc doesn't. > > When I have the problem you mention, I use BusLogic controllers. I happen > to use BusLogic BT-948UN though. Plug it in and it works! > > That wouldn't happend to be a Pheonix BIOS would it ? > > > ahc0: rev 0x01 int a irq 11 on > > pci0.11.0 > > ahc0: aic7880 Wide Channel A, SCSI Id=7, 16/255 SCBs > > ... > > Waiting 15 seconds for SCSI devices to settle > > (probe0:ahc0:0:0:0): SCB 0xe - timed out while idle, LASTPHASE == 0x1, > > SEQADDR == 0x18a > > (probe0:ahc0:0:0:0): Queuing a BDR SCB > > (probe0:ahc0:0:0:0): SCB 0xe - timed out while idle, LASTPHASE == 0x1, > > SEQADDR == 0x18a > > (probe0:ach0:0:0:0): no longer in timeout, status = 34b > > ahc0: Issued Channel A Bus Reset. 15 SCBs aborted > > ... > > ... > > ... > > > > this probing procedure goes along, and never stop. > > > > > > Please, can anybody help. > > > > -- > > "The box said 'Requires Windows 98, NT, Linux or better' so I > > installed FreeBSD." > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 4:26:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dbft.daimlerbenz.com (venus.daimlerbenz.com [53.122.79.10]) by hub.freebsd.org (Postfix) with SMTP id BCDAF14E23 for ; Tue, 8 Jun 1999 04:25:41 -0700 (PDT) (envelope-from ritwik@dbrci.blr.daimlerbenz.com) Received: by dbft.daimlerbenz.com; id NAA14925; Tue, 8 Jun 1999 13:25:24 +0200 Received: from mail.dbrci.blr.daimlerbenz.com(53.248.60.16) by venus.dbft.daimlerbenz.com via smap (V4.2) id xma013759; Tue, 8 Jun 99 13:24:31 +0200 Received: from hamsadhwani.dbrci.blr.daimlerbenz.com [53.248.60.17] by soham.dbrci.blr.DaimlerBenz.COM with esmtp (Exim 1.73 #1) id 10rIw1-0005el-00; Tue, 8 Jun 1999 15:46:45 +0530 Date: Tue, 8 Jun 1999 15:45:30 +0530 (IST) From: Ritwik Bhattacharya To: peter kok Cc: freebsd Subject: Re: proxy In-Reply-To: <375CCBE5.664DDA73@stlinux.ouhk.edu.hk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Guess you should be a little more specific :). Do you want to set it for internet browsing (in which case it is browser-specific), or something else ? Ritwik The fact that a believer is happier than a sceptic is no more to the point than the fact that a drunken man is happier than a sober one. -- George Bernard Shaw ------------------------------------------------------------------ Daimler Benz Research Center India 302 A Somerset Apartments 137, Infantry Road 18 MG Road Bangalore 560 001 Bangalore 560 001 India India Tel : +91 80 286 1722 Fax : +91 80 286 1723 Mail : ritwik@dbrci.blr.daimlerbenz.com ------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 4:37:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pmpro.com (halberd.pmpro.com [207.238.28.230]) by hub.freebsd.org (Postfix) with SMTP id 5A4D914EDB for ; Tue, 8 Jun 1999 04:36:33 -0700 (PDT) (envelope-from thomas@pmpro.com) Received: from carrot (carrot.pmpro.com [192.168.201.231]) by pmpro.com (8.6.13/8.6.12) with SMTP id HAA27021; Tue, 8 Jun 1999 07:35:56 -0400 Message-Id: <3.0.6.32.19990608073617.00fdb5d0@pop.pmpro.com> X-Sender: thomas@pop.pmpro.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Tue, 08 Jun 1999 07:36:17 -0400 To: Kim Scarborough , freebsd-questions@FreeBSD.ORG From: Mark Thomas Subject: Re: Using tip to get on console In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 07:06 PM 6/7/99 -0500, Kim Scarborough wrote: >I have something of an unusual situation. My FreeBSD box is colocated in a >NOC that I don't usually have access to. If it crashes or loses network >connectivity, I'd like to be able to get on console remotely. A friend has >another FreeBSD box at the same place, and we both have accounts on each >other's machines. I thought maybe I could hook up a serial cable from his >serial port to console on my machine (and vice versa), and then if I need >to get on console on my machine, I can just log into his machine and use >tip cuaa0c or whatever to get on mine (and he can do the same thing on >mine when he's down). My questions are these: > >1) Does this sound like it will work? I have this sort of set up in use internally to reduce monitors in the core. Works fine except that FreeBSD occasionally drops the tip session on its face during a reboot. Usually a reconnect fixes the problem. I haven't had time to really pursue the cause of this. >2) How can I send a CTRL-ALT-DELETE (if my machine is really locked up) if >I'm using SecureCRT on a Windows box to log on to my friends machine and >hooked into my machine with tip? Is there an equivalent key combination >that I can map to one of the F keys? I'm afraid I don't know the answer to this one, but it's a good question. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 4:58:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (Postfix) with ESMTP id 0F21114BED for ; Tue, 8 Jun 1999 04:57:20 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from keep.lan.Awfulhak.org (keep.lan.Awfulhak.org [172.16.0.8]) by awfulhak.org (8.9.3/8.9.3) with ESMTP id MAA26758; Tue, 8 Jun 1999 12:05:07 +0100 (BST) (envelope-from brian@lan.awfulhak.org) Received: from keep.lan.Awfulhak.org (localhost [127.0.0.1]) by keep.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id MAA15174; Tue, 8 Jun 1999 12:04:24 +0100 (BST) (envelope-from brian@keep.lan.Awfulhak.org) Message-Id: <199906081104.MAA15174@keep.lan.Awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: junkmale@xtra.co.nz Cc: Inu Wikantiyoso , freebsd-questions@freebsd.org Subject: Re: ppp problem (dyn. IP from isp) In-reply-to: Your message of "Tue, 08 Jun 1999 07:22:32 +1200." <19990607192458.MLXC8785947.mta2-rme@wocker> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 08 Jun 1999 12:04:23 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [.....] > > My /etc/resolve.conf consist : > > > > search centrin.net.id > > nameserver 202.146.255.3 > > nameserver 202.146.255.5 > > > > and /etc/hosts consist : > > > > 127.0.0.1 localhost > > > > That's my main problem, I hope you would help me because I'm very new to > > FreeBSD system and I really love this system rather than Linux. If ``enable dns'' doesn't work (you can ``set log +IPCP'' to ensure that this is the case, you'll need to contact your ISP and ask them for the correct nameserver addresses. /etc/resolv.conf is (as you already know) the correct place to put them. -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 5: 9: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mars.szabinet.hu (mars.szabinet.hu [195.184.162.67]) by hub.freebsd.org (Postfix) with ESMTP id 63B2B14BD3 for ; Tue, 8 Jun 1999 05:08:24 -0700 (PDT) (envelope-from rene@mars.szabinet.hu) Received: (from rene@localhost) by mars.szabinet.hu (8.9.3/8.9.3) id OAA57248; Tue, 8 Jun 1999 14:08:16 +0200 (CEST) (envelope-from rene) Date: Tue, 8 Jun 1999 14:08:16 +0200 From: Rene Scott To: Holtor Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD's FTP Daemon Message-ID: <19990608140816.A53294@mars.szabinet.hu> Reply-To: rene@kronos.szabinet.hu References: <19990608104517.4721.rocketmail@web113.yahoomail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: <19990608104517.4721.rocketmail@web113.yahoomail.com>; from Holtor on Tue, Jun 08, 1999 at 03:45:17AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Holtor (holtor@yahoo.com) [990608 12:47]: > Hello, I run a moderatly sized ISP and as an > FTP daemon we use NcFTPD (www.ncftpd.com). I really > have no use for any of its features, plus i'm sure > most of these features are included with using > the normal ftpd from inetd. Running a ftp-server from inetd is for low-volume sites. > A few things I need to know first, is were can I get > more information about this? Configuration wise.. > theres a lot of stuff i'd like to change, (pre-login > message, hostname it says, etc..) Did you look at the config files that comes with ncftpd? It's very well documented. > Secondly, lately i read some stuff about security > in this ftpd? Running the normal ftpd that comes > with freebsd is probably the safest way to go am I > correct? Probably not true. I think wu-ftpd-2.5.0 is the latest release at this time. > > Thanks, > Holt > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message --- *** --- end quoted text --- *** --- -- +------------------------------------------------------------------------------+ | Rene Scott http:// | | Email: rene.AT.kronos.DOT.szabinet.DOT.hu Fax: | | PGPkey: via finger or email. | +------------------------------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 6:41:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from uq.net.au (fox.uq.net.au [203.101.255.1]) by hub.freebsd.org (Postfix) with ESMTP id 042C01517F for ; Tue, 8 Jun 1999 06:40:39 -0700 (PDT) (envelope-from mynet@uq.net.au) Received: from uq.net.au (dyn-0-194.dialin.uq.net.au [203.100.0.194]) by uq.net.au (8.9.3/8.9.3) with ESMTP id XAA05876; Tue, 8 Jun 1999 23:39:26 +1000 (GMT+1000) Message-ID: <375D1D5D.EC385F58@uq.net.au> Date: Tue, 08 Jun 1999 23:40:45 +1000 From: Andrew X-Mailer: Mozilla 4.6 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: rene@kronos.szabinet.hu Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD's FTP Daemon References: <19990608104517.4721.rocketmail@web113.yahoomail.com> <19990608140816.A53294@mars.szabinet.hu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I would have to agree that ncftpd is probably one of the best ftpd's available for ISP use. It is also one of the most secure. If you have purchased a registration key then simply get the latest version and read the documentation. I have found the features extremly handy. Andrew Rene Scott wrote: > * Holtor (holtor@yahoo.com) [990608 12:47]: > > Hello, I run a moderatly sized ISP and as an > > FTP daemon we use NcFTPD (www.ncftpd.com). I really > > have no use for any of its features, plus i'm sure > > most of these features are included with using > > the normal ftpd from inetd. > > Running a ftp-server from inetd is for low-volume sites. > > > A few things I need to know first, is were can I get > > more information about this? Configuration wise.. > > theres a lot of stuff i'd like to change, (pre-login > > message, hostname it says, etc..) > > Did you look at the config files that comes with ncftpd? > It's very well documented. > > > Secondly, lately i read some stuff about security > > in this ftpd? Running the normal ftpd that comes > > with freebsd is probably the safest way to go am I > > correct? > > Probably not true. I think wu-ftpd-2.5.0 is the latest > release at this time. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 6:49:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sby.centrin.net.id (sby.centrin.net.id [202.146.252.3]) by hub.freebsd.org (Postfix) with ESMTP id 34E4D1517F for ; Tue, 8 Jun 1999 06:48:34 -0700 (PDT) (envelope-from inu@sby.centrin.net.id) Received: from sby.centrin.net.id ([202.146.252.202]) by sby.centrin.net.id (Netscape Mail Server v1.1) with ESMTP id AAA4554 for ; Tue, 8 Jun 1999 20:48:28 +0700 Message-ID: <375D1FC7.C1059AD6@sby.centrin.net.id> Date: Tue, 08 Jun 1999 20:51:03 +0700 From: Inu Wikantiyoso Organization: AMM (Anti Micro$oft Movement) X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 3.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Questions Subject: mounting ext2fs Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi all ... i need to transfer files from freebsd slice to linux partition. but when I did : mount_ext2fs /dev/wd0s1 /mnt ... then mount_ext2fs :vfsload (ext2fs) : No such file or directory. but i can mount a dos floppy successfully using mount_msdos and also a 9660 cd using mount_cd9660. mount_msdos also works on a fat16 windoze partition. how to solve this problem ? btw, my linux partition lies at first and second partition (with 4 extended partitions) or hda1 and hda2 on linux term. TIA inoe -- unix vs. windoze great power vs. nothing To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 6:59:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.ecsc.net (ns.ecsc.net [209.116.0.4]) by hub.freebsd.org (Postfix) with ESMTP id B1F5B14D6A for ; Tue, 8 Jun 1999 06:58:39 -0700 (PDT) (envelope-from bobby@ecsc.net) Received: from boobz.ecsc.net (boobz.ecsc.net [209.116.0.202]) by ns.ecsc.net (8.9.3/8.9.3) with SMTP id JAA19053 for ; Tue, 8 Jun 1999 09:50:24 GMT Reply-To: From: "Bobby Shively" To: Subject: C Util that helps ssleay/Apache SSL Date: Tue, 8 Jun 1999 09:51:18 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! Trying to automate ssleay and apache-modssl... Does anyone know of a C Utility that grabs the tty and puts characters in it to enter the passphrase from a script? Thanks, Bobby To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 7: 5: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fiber-optix.net (fiber-optix.net [208.192.111.69]) by hub.freebsd.org (Postfix) with ESMTP id 9789314D6A for ; Tue, 8 Jun 1999 07:04:28 -0700 (PDT) (envelope-from hype@interaccess.com) Received: from interaccess.com (localhost [127.0.0.1]) by fiber-optix.net (8.9.3/8.9.3) with ESMTP id DAA46511; Mon, 7 Jun 1999 03:21:05 -0500 (CDT) (envelope-from hype@interaccess.com) Message-ID: <375B80F1.894254DA@interaccess.com> Date: Mon, 07 Jun 1999 03:21:05 -0500 From: vader Organization: fiber-optix.net X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: bhp59@direcpc.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Commenting Out References: <000c01beb12d$27122da0$537347ce@direcpc.com> Content-Type: multipart/alternative; boundary="------------D67C9A2E94E5324825249BD7" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --------------D67C9A2E94E5324825249BD7 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit bhp59@direcpc.com wrote: > Exactly how do you comment out a line when building a kernel. Do you > just delete it. Thanks, all you have to put is a # infront of the line like all the other files with the #'s in front --------------D67C9A2E94E5324825249BD7 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit bhp59@direcpc.com wrote:
Exactly how do you comment out a line when building a kernel.  Do you just delete it.                                               Thanks, 
all you have to put is a # infront of the line like all the other files with the #'s in front --------------D67C9A2E94E5324825249BD7-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 7: 6:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fiber-optix.net (fiber-optix.net [208.192.111.69]) by hub.freebsd.org (Postfix) with ESMTP id 1FFD414D6A for ; Tue, 8 Jun 1999 07:06:20 -0700 (PDT) (envelope-from hype@interaccess.com) Received: from interaccess.com (localhost [127.0.0.1]) by fiber-optix.net (8.9.3/8.9.3) with ESMTP id DAA46515; Mon, 7 Jun 1999 03:23:01 -0500 (CDT) (envelope-from hype@interaccess.com) Message-ID: <375B8164.E4AB7F2A@interaccess.com> Date: Mon, 07 Jun 1999 03:23:01 -0500 From: vader Organization: fiber-optix.net X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Joe Konecny Cc: freebsd list Subject: Re: how to execute rc.firewall? References: <375C48D0.85D4838D@green-mfg.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Joe Konecny wrote: > 1. I'm not expert but it looks to me like rc.firewall is supposed to > execute on startup? > > 2. Why does rc.firewall look in /etc/default/rc.conf first for > variables? At least that is the way it looks from reading > it. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Joe, you need to set what paremeters you want it to boot from in your /etc/rc.conf file look at the domumentation on www.freebsd.org for more information.. It goes in depth there -=vader=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 7: 7:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.nr.psg.sk (mail.nr.psg.sk [195.80.167.2]) by hub.freebsd.org (Postfix) with ESMTP id 454B414D6A for ; Tue, 8 Jun 1999 07:06:07 -0700 (PDT) (envelope-from micro@microcomp.sk) Received: from microcomp.sk (pcnr3.nr.psg.sk [195.80.167.67]) by mail.nr.psg.sk (8.9.3/8.9.3) with ESMTP id QAA25028 for ; Tue, 8 Jun 1999 16:06:03 +0200 Message-ID: <375D23D2.24847882@microcomp.sk> Date: Tue, 08 Jun 1999 16:08:19 +0200 From: MICROCOMP Reply-To: micro@microcomp.sk Organization: MICROCOMP Computersystem s.r.o. X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Y2K Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Simply question : Is the FreeBSD 2.2.1 Release /UNIX/ year 2000 compliant ? If not, please let us know the course of the action needed. Thank you Rene Molnar MICROCOMP Computersystem Ltd, Nitra, Slovakia www.microcomp.sk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 7: 7:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id ACC4214D6A for ; Tue, 8 Jun 1999 07:06:48 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Tue, 8 Jun 1999 10:06:45 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB440110596A@site2s1> From: Christopher Michaels To: "'trzy@powernet.net'" Cc: "FreeBSD Mailing List (E-mail)" Subject: RE: need help with pine Date: Tue, 8 Jun 1999 10:08:30 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I personally don't really know because I just use pine myself. I'm pretty sure I've seen other people on the list mention that they could make such changes in another mailer. Someone else on the list should be able to answer your question. -Chris P.S. It's generally a good idea to keep the cc: to the mailing list on your replies. > -----Original Message----- > From: Bart Trzynadlowski [SMTP:btrzynadlowski@powernet.net] > Sent: Tuesday, June 08, 1999 1:03 AM > To: Christopher Michaels > Subject: RE: need help with pine > > > What about other mailers? What I need is an emailer that will work (I got > Mutt, I have yet to install and configure it) and a newsreader. I tried > slrn and I didn't like it at all! Is there anything that's quick and > effective that I can use as a newsreader? I might tackle the Pine problem > later but I think a new mailer would be nice for a newbie like me for now > :) > > Thank you, > > Bart Trzynadlowski > trzy@powernet.net <-- reply here > > > > On Mon, 7 Jun 1999, Christopher Michaels wrote: > > > The unix version of PINE does not have a configuration option to change > the > > username that is being used. This is working as designed, and I belive > that > > some other MUA's do have that ability. > > > > *** > > excerpt from http://www.washington.edu/pine/tech-notes.4.10/config.html > > user-id > > PC-Pine only and personal configuration file only. Sets the username > > that is placed on all outgoing messages. The username is the part of the > > address that comes before the "@". > > *** > > > > BUT.. you can add a reply-to address, which isn't exactly what you want > but > > should have a similar effect. Again, according to the above page... > > > > *** > > customized-hdrs > > Add these custom headers when composing. Also possible to add > > default values to these custom headers or to any of the standard > headers. > > This is a list variable. Each entry in the list is a header name (the > actual > > header name that will appear in the message) followed by an optional > colon > > and value. For example, if a Reply-to header was needed because it was > > different from the From address, that could be accomplished with: > > customized-hdrs=Reply-to: fred_flintstone@bedrock.net > > Leaving the optional value out allows the user to fill it in when > > composing a message. If it isn't filled in, it won't be included in the > > message. > > > > *** > > > > I might read that page if I were you, but there is a workaround > available. > > Your only other options are, 1. change your username on the box, or 2. I > > belive there is a way to get sendmail to rewrite the headers of your > email > > to change the user name, I'll be damned if I know how to do it tho. > > > > Hope this helps, > > Chris > > > > > > > > > -----Original Message----- > > > From: Bart Trzynadlowski [SMTP:btrzynadlowski@powernet.net] > > > Sent: Sunday, June 06, 1999 10:33 PM > > > To: freebsd-questions@freebsd.org > > > Subject: need help with pine > > > > > > Hello, > > > I just noticed that when I send messages with pine it will set the > > > return address as "btrzynadlowski@powernet.net" but my email is > > > "trzy@powernet.net" > > > I don't see any options in Pine to change the email address, how > > > can I get it so it does not print my FreeBSD login name but uses my > email > > > account name? > > > I'm not 100% sure it does it with email message but I am 100% > > > positive that any message I send to usenet will have a return address > of > > > btrzynadlowski@powernet.net > > > > > > Thank you, > > > > > > Bart Trzynadlowski > > > trzy@powernet.net <-- reply here > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 7:32: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.cadvision.com (mail3.cadvision.com [207.228.64.48]) by hub.freebsd.org (Postfix) with ESMTP id 8ACD814F69 for ; Tue, 8 Jun 1999 07:31:56 -0700 (PDT) (envelope-from tulit@rzsoft.com) Received: from rzsoft.com (gen123ip27.cadvision.com [207.228.123.27]) by mail3.cadvision.com (8.9.1a/8.9.1/CW) with ESMTP id IAA27189 for ; Tue, 8 Jun 1999 08:31:55 -0600 Message-ID: <375D299E.C95B5AF5@rzsoft.com> Date: Tue, 08 Jun 1999 08:33:02 -0600 From: Tarun Tuli X-Mailer: Mozilla 4.6 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: POP Only Accounts Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I was wondering if anyone had some suggestions on how I could setup POP3 only accounts (ie not give the accounts telnet or ftp access to the server, just email). Im running FreeBSD 3.3.1 with sendmail 8.8.2 with CUCIPOP as the pop server. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 7:44:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from chippie.cgu.nl (chippie.cgu.nl [145.101.220.7]) by hub.freebsd.org (Postfix) with ESMTP id 7994F14C85 for ; Tue, 8 Jun 1999 07:43:33 -0700 (PDT) (envelope-from psd@cgu.nl) Received: from localhost (psd@localhost) by chippie.cgu.nl (8.9.3/8.9.3/psd) with SMTP id QAA21154 for ; Tue, 8 Jun 1999 16:43:31 +0200 (CEST) Date: Tue, 8 Jun 1999 16:43:31 +0200 (CEST) From: Paul Dekkers X-Sender: psd@chippie.cgu Reply-To: Paul Dekkers To: FreeBSD Mailinglist Subject: Disable anonymous but keep non-anonymous?! Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi How can I disable anonymous ftp but keep user-ftp sessions with the FTP that comes with FreeBSD by default? (Couldn't find any option for it...) Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 7:53:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from goliath.dacor.com (ns1.dacor.net [205.133.75.2]) by hub.freebsd.org (Postfix) with ESMTP id 2FCD414DEB for ; Tue, 8 Jun 1999 07:52:30 -0700 (PDT) (envelope-from jkonecn@green-mfg.com) Received: from green-mfg.com (205.133.74.122 [205.133.74.122]) by goliath.dacor.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id M1R0SLXB; Tue, 8 Jun 1999 10:52:30 -0400 Message-ID: <375D2F6A.12ED7E30@green-mfg.com> Date: Tue, 08 Jun 1999 10:57:46 -0400 From: Joe Konecny X-Mailer: Mozilla 4.6 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Mailing List Subject: win95 dhcp client can't get thru fbsd firewall Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I finally got fbsd working as a firewall with natd! Yeah! But my win95 machines cannot ping the fbsd machine even on the local side (win95=10.1.1.26) (fbsd=10.1.1.100) when win95 gets it's ip from dhcp. If it set the ip manually on win95 it works fine. I'm using a dhcp server running on Netware. What gives? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 7:55:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sol (cs1-gw.cs.binghamton.edu [128.226.171.72]) by hub.freebsd.org (Postfix) with SMTP id 7B59714DEB for ; Tue, 8 Jun 1999 07:55:10 -0700 (PDT) (envelope-from zzhang@cs.binghamton.edu) Received: from localhost (zzhang@localhost) by sol (SMI-8.6/8.6.9) with SMTP id KAA15355 for ; Tue, 8 Jun 1999 10:43:41 -0400 Date: Tue, 8 Jun 1999 10:43:40 -0400 (EDT) From: Zhihui Zhang To: freebsd-questions@freebsd.org Subject: How to include my head file? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I modify the kernel a little bit. I add a file "test.h" under the directory /usr/src/sys/ufs/ufs. But when I declare #include The compiler says it can not find the file test.h. But it does not complain about an existing head file, like: #include I have to declare the following (with complete pathname): #include Why there is a difference between dir.h and test.h? How to let the compiler start searching for head files from /usr/src? Thanks for any help. -------------------------------------------------- Zhihui Zhang. Please visit http://www.freebsd.org -------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 7:56:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from shasta.eclipse.net (shasta.eclipse.net [207.207.193.17]) by hub.freebsd.org (Postfix) with ESMTP id C6CF414E55 for ; Tue, 8 Jun 1999 07:55:47 -0700 (PDT) (envelope-from chrismar@shasta.eclipse.net) Received: from localhost (chrismar@localhost) by shasta.eclipse.net (8.9.2/8.9.2) with ESMTP id LAA11794 for ; Tue, 8 Jun 1999 11:00:36 -0400 (EDT) (envelope-from chrismar@shasta.eclipse.net) X-Received: from sby.centrin.net.id (mta@sby.centrin.net.id [202.146.252.3]) by shasta.eclipse.net (8.9.2/8.9.2) with ESMTP id AAA07038 for ; Tue, 8 Jun 1999 00:47:09 -0400 (EDT) (envelope-from inu@sby.centrin.net.id) X-Received: from sby.centrin.net.id ([202.146.252.201]) by sby.centrin.net.id (Netscape Mail Server v1.1) with ESMTP id AAA18712 for ; Tue, 8 Jun 1999 11:41:42 +0700 Message-ID: <375C9FEF.2B50933C@sby.centrin.net.id> Date: Tue, 08 Jun 1999 11:45:35 +0700 From: Inu Wikantiyoso Organization: AMM (Anti Micro$oft Movement) X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 3.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Chris Subject: Re: ppp problem (resolver works now) References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Chris wrote: > I see your problem-- > > The resolver file should be /etc/resolv.conf > (you added the trailing 'e' which isn't supposed to be there) thanks a lot ... it works now ;). btw, i see a weird thing with the ttyvX. if I run 2 ttyvX, and the second terminal start the X system, a few milisecond before it entering X, the second ttyvX grabs contents from first ttyvX. how to avoid this ? thanks Inu -- unix vs. windoze great power vs. nothing To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 7:57:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from shasta.eclipse.net (shasta.eclipse.net [207.207.193.17]) by hub.freebsd.org (Postfix) with ESMTP id BD38414E55 for ; Tue, 8 Jun 1999 07:57:54 -0700 (PDT) (envelope-from chrismar@shasta.eclipse.net) Received: from localhost (chrismar@localhost) by shasta.eclipse.net (8.9.2/8.9.2) with ESMTP id LAA11819; Tue, 8 Jun 1999 11:02:41 -0400 (EDT) (envelope-from chrismar@shasta.eclipse.net) Date: Tue, 8 Jun 1999 11:02:41 -0400 (EDT) From: Chris To: Thierry Herbelot Cc: questions Subject: Re: Joliet CD in FreeBSD In-Reply-To: <375CDCE3.5F0F53C1@telspace.alcatel.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I don't know where it is in the source, but I do know that I can mount CDs with joliet extensions on my 3.2-stable box. chris On Tue, 8 Jun 1999, Thierry Herbelot wrote: > Hello, > > I was preparing for burning my own CDs when I wandered in old archives. > > I've found a message from someone who had ported Joliet patches onto > 2.2.x > Now I see a message from Luoqi Chen about UNICODE support. > > BUT I don't see anything about Joliet extensions in the source tree of > either 3.2-Stable nor -Current. > > Is there any reason all these patches are not included in the code of > FreeBSD ? > > TIA > > TfH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 7:58:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dart.sr.se (dart.SR.SE [193.12.91.98]) by hub.freebsd.org (Postfix) with ESMTP id BA47A151C8 for ; Tue, 8 Jun 1999 07:57:22 -0700 (PDT) (envelope-from gunnar@pluto.sr.se) Received: from honken.sr.se ([134.25.128.27]) by dart.sr.se (8.9.3/8.9.3) with ESMTP id QAA14264; Tue, 8 Jun 1999 16:57:17 +0200 (MET DST) Received: from pluto.sr.se (pluto.SR.SE [134.25.193.91]) by honken.sr.se (8.7.5/8.7.3) with ESMTP id QAA15687; Tue, 8 Jun 1999 16:57:16 +0200 (MET DST) Received: (from gunnar@localhost) by pluto.sr.se (8.9.2/8.9.1) id QAA50337; Tue, 8 Jun 1999 16:57:16 +0200 (CEST) (envelope-from gunnar) Date: Tue, 8 Jun 1999 16:57:16 +0200 From: Gunnar Flygt To: MICROCOMP Cc: FreeBSD Questions Subject: Re: Y2K Message-ID: <19990608165716.A50297@sr.se> Reply-To: Gunnar Flygt References: <375D23D2.24847882@microcomp.sk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <375D23D2.24847882@microcomp.sk>; from MICROCOMP on Tue, Jun 08, 1999 at 04:08:19PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jun 08, 1999 at 04:08:19PM +0200, MICROCOMP wrote: > Simply question : Is the FreeBSD 2.2.1 Release /UNIX/ year 2000 > compliant ? > > If not, please let us know the course of the action needed. Look at http://www.freebsd.org/y2kbug.html -- __o regards, Gunnar ---_ \<,_ email: flygt@sr.se ---- (_)/ (_) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 8: 4:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mailhub.stratus.com (mailhub.stratus.com [134.111.1.14]) by hub.freebsd.org (Postfix) with ESMTP id EA18914DEB for ; Tue, 8 Jun 1999 08:03:35 -0700 (PDT) (envelope-from Pradesh_Chanderpaul@stratus.com) Received: from exna1.stratus.com (exna1.stratus.com [134.111.200.65]) by mailhub.stratus.com (8.8.8/8.8.8) with ESMTP id LAA00788 for ; Tue, 8 Jun 1999 11:04:11 -0400 (EDT) Received: by exna1.stratus.com with Internet Mail Service (5.5.2448.0) id ; Tue, 8 Jun 1999 10:56:55 -0400 Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB667E670E@exna1.stratus.com> From: Pradesh_Chanderpaul@stratus.com To: freebsd-questions@FreeBSD.ORG Subject: Developing code for Non-Unix platform Date: Tue, 8 Jun 1999 10:56:51 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am busy with a few development projects that are destined for non-Unix based platforms. Some of them are ports. I am however not able to do my development on those platforms. To get around this, I do my development in a fantastic Windows based free IDE called LCCWin32 (bugs and all). However, I would prefer to do my development in FreeBSD. (This will provide one less reason to boot Win95. ) ;) I find that using gcc on FreeBSD will compile the "Unix'sms" (ie. "system" calls like 'fstat(), signal(), ) without complaint However, this {"unixsms") are not available in my destined platform, so I need to code around them. I found that coding in a DOS/Win32 environment will shut these out. Is there a way to do the same in FreeBSD using gcc. Regards =============================================================== Pradesh Chanderpaul Phone: +27 12 663 3260/6 Stratus Computer Systems FAX : +27 12 663 3281 South Africa CAC Email: Pradesh_Chanderpaul@stratus.com =============================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 8:11:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 4953615381 for ; Tue, 8 Jun 1999 08:10:38 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Tue, 8 Jun 1999 11:10:36 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB440110596B@site2s1> From: Christopher Michaels To: MICROCOMP Cc: FreeBSD Questions Subject: RE: Y2K Date: Tue, 8 Jun 1999 11:12:21 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Just a point of interest. To my knowledge versions 2.2.8 and 3.2-REL are y2k compliant. You will have to check the page given below to check for individual components/ports/packages. -Chris > -----Original Message----- > From: Gunnar Flygt [SMTP:gunnar@pluto.sr.se] > Sent: Tuesday, June 08, 1999 10:57 AM > To: MICROCOMP > Cc: FreeBSD Questions > Subject: Re: Y2K > > On Tue, Jun 08, 1999 at 04:08:19PM +0200, MICROCOMP wrote: > > Simply question : Is the FreeBSD 2.2.1 Release /UNIX/ year 2000 > > compliant ? > > > > If not, please let us know the course of the action needed. > > Look at http://www.freebsd.org/y2kbug.html > > -- > __o > regards, Gunnar ---_ \<,_ > email: flygt@sr.se ---- (_)/ (_) > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 8:13:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id DA86D151F4 for ; Tue, 8 Jun 1999 08:12:59 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id KAA98271; Tue, 8 Jun 1999 10:12:57 -0500 (CDT) (envelope-from dan) Date: Tue, 8 Jun 1999 10:12:56 -0500 From: Dan Nelson To: Pradesh_Chanderpaul@stratus.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Developing code for Non-Unix platform Message-ID: <19990608101256.A98097@dan.emsphone.com> References: <1D1A4EF7AD4DD211A80D00A0C9D7DB667E670E@exna1.stratus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: <1D1A4EF7AD4DD211A80D00A0C9D7DB667E670E@exna1.stratus.com>; from "Pradesh_Chanderpaul@stratus.com" on Tue Jun 8 10:56:51 GMT 1999 X-OS: FreeBSD 4.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Jun 08), Pradesh_Chanderpaul@stratus.com said: > I find that using gcc on FreeBSD will compile the "Unix'sms" (ie. > "system" calls like 'fstat(), signal(), ) without complaint However, > this {"unixsms") are not available in my destined platform, so I need > to code around them. > > I found that coding in a DOS/Win32 environment will shut these > out. Is there a way to do the same in FreeBSD using gcc. If what you want is a way to warn you when those functions are used, simply #define system target_machine_does_not_support_system #define fstat target_machine_does_not_support_fstat in a header file (say; hobble.h) and #include "hobble.h" at the top of all your source files. Then when you link, the linker will complain if you have used any of those functions, and you can then go back and rewrite the code. -Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 8:18:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from netshell.com.br (gabriel.netshell.com.br [200.238.234.134]) by hub.freebsd.org (Postfix) with SMTP id 516EF14E6B for ; Tue, 8 Jun 1999 08:17:51 -0700 (PDT) (envelope-from grios@netshell.com.br) Received: (qmail 10004 invoked by uid 1070); 8 Jun 1999 15:24:32 -0000 Date: Tue, 8 Jun 1999 12:24:32 -0300 (EST) From: Gustavo Vieira Goncalves Coelho Rios To: "Roger P. Johnson" Cc: Unknow User , glewis@dartagnan.maths.adelaide.edu.au, questions@FreeBSD.ORG Subject: Re: adaptec 2940 In-Reply-To: <199906080316.WAA25788@fep.hirshfields.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I changed my motherboard, now everything works fine! I am using a ASUS P5A-B, it is working very fine for me! --- Gustavo Rios - UIN 27456973 ----- On Mon, 7 Jun 1999, Roger P. Johnson wrote: > Use a different controller other than Adaptec. FreeBSD has a problem > with their 2940 drivers with certain motherboards, where Linux, Win98, > WinNT, NetBSD etc doesn't. > > When I have the problem you mention, I use BusLogic controllers. I happen > to use BusLogic BT-948UN though. Plug it in and it works! > > That wouldn't happend to be a Pheonix BIOS would it ? > > > ahc0: rev 0x01 int a irq 11 on > > pci0.11.0 > > ahc0: aic7880 Wide Channel A, SCSI Id=7, 16/255 SCBs > > ... > > Waiting 15 seconds for SCSI devices to settle > > (probe0:ahc0:0:0:0): SCB 0xe - timed out while idle, LASTPHASE == 0x1, > > SEQADDR == 0x18a > > (probe0:ahc0:0:0:0): Queuing a BDR SCB > > (probe0:ahc0:0:0:0): SCB 0xe - timed out while idle, LASTPHASE == 0x1, > > SEQADDR == 0x18a > > (probe0:ach0:0:0:0): no longer in timeout, status = 34b > > ahc0: Issued Channel A Bus Reset. 15 SCBs aborted > > ... > > ... > > ... > > > > this probing procedure goes along, and never stop. > > > > > > Please, can anybody help. > > > > -- > > "The box said 'Requires Windows 98, NT, Linux or better' so I > > installed FreeBSD." > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 8:24:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from stlex2.stlouis.magellanhealth.com (unknown [204.193.70.18]) by hub.freebsd.org (Postfix) with ESMTP id 1654B14DF3 for ; Tue, 8 Jun 1999 08:23:28 -0700 (PDT) (envelope-from RSeals@magellanhealth.com) Received: by stlex2.stlouis.magellanhealth.com with Internet Mail Service (5.5.2448.0) id ; Tue, 8 Jun 1999 10:22:43 -0500 Message-ID: <2FBBA32D2118D311B3650008C79155F28440@STLEX3> From: "Seals, Ray" To: 'Gurudatt Shenoy' , "'freebsd-questions@FreeBSD.ORG'" Subject: RE: Question: Telnet A works ping A does not. Date: Tue, 8 Jun 1999 10:23:16 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Somebody or something is not letting ICMP traffic through or back to you. Ray -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Gurudatt Shenoy Sent: Monday, June 07, 1999 4:19 PM To: freebsd-questions@FreeBSD.ORG Subject: Question: Telnet A works ping A does not. Hello, I can telnet to other machines in my subnet (or anywhere else, for that matter) but ping somehow cannot see any other machine. Also, there is a very large delay when I try to telnet / traceroute etc. Any idea why this could be happening? Guru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 8:25: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.wolves.k12.mo.us (mail.wolves.k12.mo.us [207.160.214.1]) by hub.freebsd.org (Postfix) with ESMTP id 8640B14E6B for ; Tue, 8 Jun 1999 08:24:26 -0700 (PDT) (envelope-from cdillon@wolves.k12.mo.us) Received: from mail.wolves.k12.mo.us (cdillon@mail.wolves.k12.mo.us [207.160.214.1]) by mail.wolves.k12.mo.us (8.9.3/8.9.2) with ESMTP id KAA75746; Tue, 8 Jun 1999 10:24:30 -0500 (CDT) (envelope-from cdillon@wolves.k12.mo.us) Date: Tue, 8 Jun 1999 10:24:29 -0500 (CDT) From: Chris Dillon To: Joe Konecny Cc: FreeBSD Mailing List Subject: Re: win95 dhcp client can't get thru fbsd firewall In-Reply-To: <375D2F6A.12ED7E30@green-mfg.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 8 Jun 1999, Joe Konecny wrote: > I finally got fbsd working as a firewall with natd! Yeah! > > But my win95 machines cannot ping the fbsd machine even > on the local side (win95=10.1.1.26) (fbsd=10.1.1.100) > when win95 gets it's ip from dhcp. If it set the ip > manually on win95 it works fine. I'm using a dhcp > server running on Netware. What gives? Then the DHCP server is not supplying the DHCP clients with the correct information. I have hundreds of Win95 boxes here configured via DHCP that communicate with everything just fine. Make sure the netmask supplied by the DHCP server is correct. -- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net FreeBSD: The fastest and most stable server OS on the planet. For Intel x86 and Alpha architectures (SPARC under development). ( http://www.freebsd.org ) "One should admire Windows users. It takes a great deal of courage to trust Windows with your data." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 8:25:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 13A1114E6B for ; Tue, 8 Jun 1999 08:25:02 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Tue, 8 Jun 1999 11:25:02 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB440110596C@site2s1> From: Christopher Michaels To: "'alex_pri@yahoo.com'" Cc: "FreeBSD Mailing List (E-mail)" Subject: RE: POP3/SMTP mail server Date: Tue, 8 Jun 1999 11:26:47 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok Alex, What you need to do is install one of the mail packages. IMAP and POP mail do not come with FreeBSD. You need to install one of these ports to have access to mail IMAP/POP mail. What I use is the imap-uw mail package. What you can do is type the following. cd /usr/ports/mail/imap-uw make all install clean more pkg/DESCR The reason I am having you read the pkg/DESCR file is because it tells you exactly what you need to type in you /etc/inetd.conf file to make IMAP/POP mail work. I hope this helps you. -Chris P.S. A port is a software package on FreeBSD that allows you to easily install a software program. P.P.S. It's 11:23 am for me right now. :) > -----Original Message----- > From: alex_pri@yahoo.com [SMTP:alex_pri@yahoo.com] > Sent: Monday, June 07, 1999 6:34 PM > To: Christopher Michaels > Subject: POP3/SMTP mail server > > i don't know what is mail ports ! i just begin use UNIX > i attack my inetd.conf > > i impress your working speed - courent time 1:38 AM > pussible you have DAY now. > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com << File: > inetd.conf >> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 8:27:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns2.interlinks.net (ns2.interlinks.net [207.107.160.2]) by hub.freebsd.org (Postfix) with ESMTP id 6137314E6E for ; Tue, 8 Jun 1999 08:26:57 -0700 (PDT) (envelope-from tomw@ns2.interlinks.net) Received: from localhost (tomw@localhost) by ns2.interlinks.net (8.9.2/8.8.8) with ESMTP id LAA20310 for ; Tue, 8 Jun 1999 11:15:15 -0400 (EDT) Date: Tue, 8 Jun 1999 11:15:15 -0400 (EDT) From: Tom Williams To: freebsd-questions@freebsd.org Subject: REbooting Problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have a freebsd 2.2.2 machine that has a habbit of just rebooting itself, is there any way I can diagnose what may be doing this all it is running is apache 1.3.6, named 4.9.4, and an FTP server. Any ideas? Thanks Tom Williams To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 8:32: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fiber-optix.net (fiber-optix.net [208.192.111.69]) by hub.freebsd.org (Postfix) with ESMTP id 02B7914E6B for ; Tue, 8 Jun 1999 08:31:19 -0700 (PDT) (envelope-from hype@interaccess.com) Received: from interaccess.com (localhost [127.0.0.1]) by fiber-optix.net (8.9.3/8.9.3) with ESMTP id EAA46607; Mon, 7 Jun 1999 04:47:59 -0500 (CDT) (envelope-from hype@interaccess.com) Message-ID: <375B954E.406678B@interaccess.com> Date: Mon, 07 Jun 1999 04:47:59 -0500 From: vader Organization: fiber-optix.net X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Joe Konecny Cc: FreeBSD Mailing List Subject: Re: win95 dhcp client can't get thru fbsd firewall References: <375D2F6A.12ED7E30@green-mfg.com> Content-Type: multipart/alternative; boundary="------------5A916041DEB04BFC3924DBCF" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --------------5A916041DEB04BFC3924DBCF Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Joe Konecny wrote: > I finally got fbsd working as a firewall with natd! Yeah! > > But my win95 machines cannot ping the fbsd machine even > on the local side (win95=10.1.1.26) (fbsd=10.1.1.100) > when win95 gets it's ip from dhcp. If it set the ip > manually on win95 it works fine. I'm using a dhcp > server running on Netware. What gives? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Joe, You are going to need to set up a route on the dhcp server..... -- _ xxxx _ /_;-.__ / _\ _.-;_\ `-._`'`_/'`.-' `\ /` | / /-.( \_._\ \ \`; > |/ / // |// =vader=- \(\ `` --------------5A916041DEB04BFC3924DBCF Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Joe Konecny wrote:
I finally got fbsd working as a firewall with natd!  Yeah!

But my win95 machines cannot ping the fbsd machine even
on the local side (win95=10.1.1.26) (fbsd=10.1.1.100)
when win95 gets it's ip from dhcp.  If it set the ip
manually on win95 it works fine.  I'm using a dhcp
server running on Netware.  What gives?

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message

Joe,
    You are going to need to set up a route on the dhcp server.....
-- 
     _      xxxx      _
     /_;-.__ / _\  _.-;_\
        `-._`'`_/'`.-'
            `\   /`
             |  /
            /-.(
            \_._\
             \ \`;
              > |/
             / //
             |//
  =vader=-   \(\
              ``
  --------------5A916041DEB04BFC3924DBCF-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 8:33:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.vnet.net (smtp2.vnet.net [166.82.1.32]) by hub.freebsd.org (Postfix) with ESMTP id 30B0414E6B for ; Tue, 8 Jun 1999 08:32:49 -0700 (PDT) (envelope-from rivers@dignus.com) Received: from dignus.com (ponds.vnet.net [166.82.177.48]) by smtp2.vnet.net (8.9.1a/8.9.1) with ESMTP id KAA09527; Tue, 8 Jun 1999 10:49:28 -0400 (EDT) Received: from lakes.dignus.com (lakes.dignus.com [10.0.0.3]) by dignus.com (8.9.2/8.8.5) with ESMTP id KAA18527; Tue, 8 Jun 1999 10:47:27 -0400 (EDT) Received: (from rivers@localhost) by lakes.dignus.com (8.9.2/8.6.9) id KAA07072; Tue, 8 Jun 1999 10:47:27 -0400 (EDT) Date: Tue, 8 Jun 1999 10:47:27 -0400 (EDT) From: Thomas David Rivers Message-Id: <199906081447.KAA07072@lakes.dignus.com> To: freebsd-questions@FreeBSD.ORG, tulit@rzsoft.com Subject: Re: POP Only Accounts In-Reply-To: <375D299E.C95B5AF5@rzsoft.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Hi, I was wondering if anyone had some suggestions on how I could setup > POP3 only accounts (ie not give the accounts telnet or ftp access to the > server, just email). > > Im running FreeBSD 3.3.1 with sendmail 8.8.2 with CUCIPOP as the pop > server. > > Thanks. > If you set their shell entry in the password to /sbin/nologin, the user will not be allowed to login, but will be 'users' in every sense. See the man page for nologin. - Dave Rivers - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 8:35:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from titan.metropolitan.at (mail.metropolitan.at [195.212.98.131]) by hub.freebsd.org (Postfix) with ESMTP id DB1E415376 for ; Tue, 8 Jun 1999 08:34:15 -0700 (PDT) (envelope-from mladavac@metropolitan.at) Received: by TITAN with Internet Mail Service (5.0.1458.49) id ; Tue, 8 Jun 1999 17:37:03 +0200 Message-ID: <55586E7391ACD211B9730000C1100276179645@r-lmh-wi-100.corpnet.at> From: Ladavac Marino To: 'Rico Pajarola' , freebsd-questions@freebsd.org Subject: RE: Ports (was Re: SSH2) Date: Tue, 8 Jun 1999 13:18:33 +0200 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: Rico Pajarola [SMTP:pajarola@cybertime.ch] > Sent: Monday, June 07, 1999 6:18 PM > To: freebsd-questions@freebsd.org > Subject: Re: Ports (was Re: SSH2) > > Has anybody ever thought of porting the ports mechanism to something > like > Linux, Solaris or even AIX (porting to AIX usually is a real pain...)? > The > ports should then create rpm's, dpkg's or bff's (or whatever). Any > idea how > difficult this would be? [ML] I have ported the 2.1.5 ports to HP-UX and it was done in under a day (inclusive bmake porting). The port did not support the swinstall compatible packages, though. Porting to AIX (>=4.3) is actually trivial (the new xlc behaves like a usual unixy C compiler by default) as long as you don't need Athena widget set--I could not find a precompiled libXaw, and compiling this myself requires more time than I'm ready to invest. Warning: job control seems to be BSD-ish and autoconf tends to detect SYSV job control which makes XEmacs shell and compile mode unreliable. /Marino > -- Rico > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 8:38:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from titan.metropolitan.at (mail.metropolitan.at [195.212.98.131]) by hub.freebsd.org (Postfix) with ESMTP id 4B47014E6B for ; Tue, 8 Jun 1999 08:37:28 -0700 (PDT) (envelope-from mladavac@metropolitan.at) Received: by TITAN with Internet Mail Service (5.0.1458.49) id ; Tue, 8 Jun 1999 17:39:04 +0200 Message-ID: <55586E7391ACD211B9730000C1100276179647@r-lmh-wi-100.corpnet.at> From: Ladavac Marino To: "'wayne@crb-web.com'" , Mark Ovens Cc: FreeBSD Questions Subject: RE: XView 3.2 menus are garbled..why?? Date: Tue, 8 Jun 1999 14:09:34 +0200 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: Wayne Cuddy [SMTP:wayne@crb-web.com] > Sent: Tuesday, June 08, 1999 3:17 AM > To: Mark Ovens > Cc: FreeBSD Questions > Subject: Re: XView 3.2 menus are garbled..why?? > > Yes, I also see that problem. CmdTool does other strange things on me > also. > I find it hard to believe we are the only people having problems with > XView. > [ML] Well, it seems that hardly anybody uses XView nowadays. It's been rotting for ages now. /Marino To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 8:46:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from peyote.coast.net (peyote.coast.net [206.84.176.169]) by hub.freebsd.org (Postfix) with ESMTP id 0F18D14E6B for ; Tue, 8 Jun 1999 08:45:14 -0700 (PDT) (envelope-from mszlaga@coast.net) Received: from hackdar.coast.net (hackdar.coast.net [205.149.130.46]) by peyote.coast.net (8.9.0/8.9.0) with SMTP id KAA28267 for ; Tue, 8 Jun 1999 10:37:41 -0400 Received: by hackdar.coast.net with Microsoft Mail id <01BEB1A4.A9C3FFE0@hackdar.coast.net>; Tue, 8 Jun 1999 11:47:19 -0400 Message-ID: <01BEB1A4.A9C3FFE0@hackdar.coast.net> From: Mark Szlaga To: "'freebsd-questions@freebsd.org'" Subject: ypbind not binding Date: Tue, 8 Jun 1999 11:47:17 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, Short:I am having trouble getting ypbind to bind to the server. =20 Long: I am running ypserv on my gateway machine. This machine has = been a dialup machine up until about 2 months ago when I got a = cablemodem. with the dialup I used alias, with the cablemodem I am = using natd to allow the internal machines to connect outside. Problem = is, now I cannot get ypbind to bind to the server itself. I am running = the server so that Linux and Solaris (2.7) can use the NIS passwords. =20 Running tcpdump on the network interface it appears that there are = alot of packets from something (random source ports) to the network = broadcast address on the rpcsvc port. This only occurs when ypbind is = running. What makes it even more strange is the fact that both Linux and = Solaris connect to the server fine, not one problem. But the server cannot connect to itself. Machine: P-120 OS: FreeBSD 3.2-stable (compiled about a month ago right after the = release) NIC: DEC 21140 based Kingston and NE2000 compliant SMC card Video: Piece of crap 512kb ISA (it does text and only text :) This is a basic stripped down machine with only what it needs to = function. natd, Kernel, and firewall created as per FAQ. everything else works = like a champ. Thanks, Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 8:47:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from goliath.dacor.com (ns1.dacor.net [205.133.75.2]) by hub.freebsd.org (Postfix) with ESMTP id B58B115328 for ; Tue, 8 Jun 1999 08:46:46 -0700 (PDT) (envelope-from jkonecn@green-mfg.com) Received: from green-mfg.com (205.133.74.122 [205.133.74.122]) by goliath.dacor.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id M1R0SL6C; Tue, 8 Jun 1999 11:46:45 -0400 Message-ID: <375D3C20.5F5C000D@green-mfg.com> Date: Tue, 08 Jun 1999 11:52:00 -0400 From: Joe Konecny X-Mailer: Mozilla 4.6 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: vader Cc: FreeBSD Mailing List Subject: Re: win95 dhcp client can't get thru fbsd firewall References: <375D2F6A.12ED7E30@green-mfg.com> <375B954E.406678B@interaccess.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG THANK YOU!!!!!! vader wrote: > > Joe Konecny wrote: > > > I finally got fbsd working as a firewall with natd! Yeah! > > > > But my win95 machines cannot ping the fbsd machine even > > on the local side (win95=10.1.1.26) (fbsd=10.1.1.100) > > when win95 gets it's ip from dhcp. If it set the ip > > manually on win95 it works fine. I'm using a dhcp > > server running on Netware. What gives? > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > Joe, > You are going to need to set up a route on the dhcp server..... > > -- > _ xxxx _ > /_;-.__ / _\ _.-;_\ > `-._`'`_/'`.-' > `\ /` > | / > /-.( > \_._\ > \ \`; > > |/ > / // > |// > =vader=- \(\ > `` > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 8:55: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from revolution.3-cities.com (revolution.3-cities.com [204.203.224.155]) by hub.freebsd.org (Postfix) with ESMTP id 3D3B315012 for ; Tue, 8 Jun 1999 08:54:58 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn1193.bossig.com [208.26.241.193]) by revolution.3-cities.com (8.9.3/8.9.3) with ESMTP id IAA13571; Tue, 8 Jun 1999 08:54:14 -0700 (PDT) Message-ID: <375D3C6D.4E8F6358@3-cities.com> Date: Tue, 08 Jun 1999 08:53:17 -0700 From: Kent Stewart Reply-To: kstewart@3-cities.com Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.51 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Tom Williams Cc: freebsd-questions@FreeBSD.ORG Subject: Re: REbooting Problem References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Tom Williams wrote: > > Hi, > > I have a freebsd 2.2.2 machine that has a habbit of just rebooting itself, > is there any way I can diagnose what may be doing this all it is running > is apache 1.3.6, named 4.9.4, and an FTP server. Any ideas? Hi Tom, I would go to the archives and do a search on "FIXED, PANIC & Re: [Q] How stable is FreeBSD 3.X". There has been a sizable discussion on how to find defective hardware. It started out as "How Stable..." and when Quinlan found the defective Pentium, the email had the first subject. Non-scheduled reboots are typically defective hardware. I've deleted the thread from my mailer but it will be in the archive. The problem is getting something that will cause it to fail. A buildworld seems to be a favorite tool. It stresses everything. It causes things to heat up in general. If it fails, you start with memory and work down the list. I had a motherboard that would BW just fine but do a couple of things with X and it would hang. A new modern MB got rid of the problem. Kent > > Thanks > Tom Williams > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 8:55:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.surnet.ru (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (Postfix) with ESMTP id AE3A815323 for ; Tue, 8 Jun 1999 08:55:46 -0700 (PDT) (envelope-from ilia@cgilh.chel.su) Received: (from uucgilh@localhost) by mobil.surnet.ru (8.9.1a/8.9.1) with UUCP id VAA20692; Tue, 8 Jun 1999 21:54:28 +0600 (UDT) Received: (from uucp@localhost) by cgilh.chel.su (8.8.7/8.8.7) with UUCP id VAA01206; Tue, 8 Jun 1999 21:03:12 +0600 Received: from localhost (ilia@localhost) by localhost.cgu.chel.su (8.9.2/8.9.2) with ESMTP id VAA00346; Tue, 8 Jun 1999 21:00:55 +0600 (ESS) (envelope-from ilia@cgilh.chel.su) X-Authentication-Warning: localhost.cgu.chel.su: ilia owned process doing -bs Date: Tue, 8 Jun 1999 21:00:55 +0600 (ESS) From: Ilia Chipitsine X-Sender: ilia@localhost.cgu.chel.su To: Paul Dekkers Cc: FreeBSD Mailinglist Subject: Re: Disable anonymous but keep non-anonymous?! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG run /stand/sysinstall Regards, (Наилучшие пожелания) Ilia Chipitsine (Илья Шипицин) On Tue, 8 Jun 1999, Paul Dekkers wrote: > Hi > > How can I disable anonymous ftp but keep user-ftp sessions with the FTP > that comes with FreeBSD by default? (Couldn't find any option for it...) > > Paul > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 8:56:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.surnet.ru (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (Postfix) with ESMTP id C4E5815012 for ; Tue, 8 Jun 1999 08:56:08 -0700 (PDT) (envelope-from ilia@cgilh.chel.su) Received: (from uucgilh@localhost) by mobil.surnet.ru (8.9.1a/8.9.1) with UUCP id VAA20693; Tue, 8 Jun 1999 21:54:28 +0600 (UDT) Received: (from uucp@localhost) by cgilh.chel.su (8.8.7/8.8.7) with UUCP id VAA01209; Tue, 8 Jun 1999 21:03:12 +0600 Received: from localhost (ilia@localhost) by localhost.cgu.chel.su (8.9.2/8.9.2) with ESMTP id VAA00354; Tue, 8 Jun 1999 21:03:18 +0600 (ESS) (envelope-from ilia@cgilh.chel.su) X-Authentication-Warning: localhost.cgu.chel.su: ilia owned process doing -bs Date: Tue, 8 Jun 1999 21:03:18 +0600 (ESS) From: Ilia Chipitsine X-Sender: ilia@localhost.cgu.chel.su To: Tarun Tuli Cc: freebsd-questions@FreeBSD.ORG Subject: Re: POP Only Accounts In-Reply-To: <375D299E.C95B5AF5@rzsoft.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 1. have a look at /etc/ftpusers 2. put the /nologin as a shell for those accounts Regards, (Наилучшие пожелания) Ilia Chipitsine (Илья Шипицин) On Tue, 8 Jun 1999, Tarun Tuli wrote: > Hi, I was wondering if anyone had some suggestions on how I could setup > POP3 only accounts (ie not give the accounts telnet or ftp access to the > server, just email). > > Im running FreeBSD 3.3.1 with sendmail 8.8.2 with CUCIPOP as the pop > server. > > Thanks. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 8:56:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.surnet.ru (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (Postfix) with ESMTP id DCD6D15012; Tue, 8 Jun 1999 08:56:16 -0700 (PDT) (envelope-from ilia@cgilh.chel.su) Received: (from uucgilh@localhost) by mobil.surnet.ru (8.9.1a/8.9.1) with UUCP id VAA20694; Tue, 8 Jun 1999 21:54:29 +0600 (UDT) Received: (from uucp@localhost) by cgilh.chel.su (8.8.7/8.8.7) with UUCP id VAA01217; Tue, 8 Jun 1999 21:36:40 +0600 Received: from localhost (ilia@localhost) by localhost.cgu.chel.su (8.9.2/8.9.2) with ESMTP id VAA00427; Tue, 8 Jun 1999 21:36:53 +0600 (ESS) (envelope-from ilia@cgilh.chel.su) X-Authentication-Warning: localhost.cgu.chel.su: ilia owned process doing -bs Date: Tue, 8 Jun 1999 21:36:52 +0600 (ESS) From: Ilia Chipitsine X-Sender: ilia@localhost.cgu.chel.su To: questions@FreeBSD.ORG Cc: advocacy@FreeBSD.ORG Subject: Fortran 90 and High Perfomance Fortran for FreeBSD ?! In-Reply-To: <375D148B.58589792@psrv.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear All, Pacific Sierra released F90 and HPF compilers. They are available for a number of platforms, but not for FreeBSD. F90 (Linux version) works so-so under Linux emulation, but I have not yet got HPF working (ld complains during linking). what they replied me > We currently do not have any plans to port to FreeBSD, however; if we > see more demand for this platform we may consider this. I will include > your Email with a list of users interested in FreeBSD. If we decided to > include FreeBSD support, I will send you Email. anybody else needs HPF for FreeBSD ?! Pacific Sierra URL http://www.psrv.com Regards, (Наилучшие пожелания) Ilia Chipitsine (Илья Шипицин) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 9: 4: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from email.maxinter.net (mail.maxinter.net [209.25.8.7]) by hub.freebsd.org (Postfix) with ESMTP id 4223015395 for ; Tue, 8 Jun 1999 09:04:00 -0700 (PDT) (envelope-from webmaster@castlecomm.com) Received: from castlecomm.com [209.25.12.147] by email.maxinter.net with ESMTP (SMTPD32-5.01) id AFE9705014C; Tue, 08 Jun 1999 12:08:09 EST Message-ID: <375D3DB6.DB93D7DE@castlecomm.com> Date: Tue, 08 Jun 1999 11:58:46 -0400 From: webmaster X-Mailer: Mozilla 4.51 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: http-lib.pl Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have a bot program that uses the http-lib.pl perl library. I know the program works because I've tried it on other os's etc. When I go to run it on freebsd systems I get the following error message: Error Occured: Can't connect socket: Address family not supported by protocol family I've gotten expanations for this tcp error: An address incompatible with the requested protocol was used. All sockets are created with an associated "address family" i.e. AF_INET for Internet Protocols) and a generic protocol type (i.e. SOCK_STREAM). This error will be returned if an incorrect protocol is explicitly requested in the socket call, or if an address of the wrong family is used for a socket, e.g. in sendto. Does Free BSD have a different AF_INET value, or is there some patch that fixes this problem? I've noticed other posts about similiar problems with other software on Free BSD. Does anyone know of a solution to this problem? Thanks In Advance! Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 9:46:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from aero.org (aero.org [130.221.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 2021C14EAF for ; Tue, 8 Jun 1999 09:46:30 -0700 (PDT) (envelope-from dylan@rush.aero.org) Received: from rush.aero.org ([130.221.201.83]) by aero.org with ESMTP id <111120-3>; Tue, 8 Jun 1999 09:46:15 -0700 Received: (from dylan@localhost) by rush.aero.org (8.9.3/8.9.3) id JAA04414; Tue, 8 Jun 1999 09:46:11 -0700 (PDT) Date: Tue, 8 Jun 1999 09:46:10 -0700 From: "Dylan A. Loomis" To: Zhihui Zhang Cc: freebsd-questions@freebsd.org Subject: Re: How to include my head file? Message-ID: <19990608094610.A1219@rush.aero.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; boundary=T4sUOijqQbZv57TR; micalg=pgp-md5; protocol="application/pgp-signature" X-Mailer: Mutt 0.95.5i In-Reply-To: ; from Zhihui Zhang on Tue, Jun 08, 1999 at 07:43:40AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable On Tue, Jun 08, 1999 at 07:43:40AM -0700, Zhihui Zhang wrote: >=20 > I modify the kernel a little bit. I add a file "test.h" under the > directory /usr/src/sys/ufs/ufs. But when I declare >=20 > #include The compiler is actually looking in its default search path which is is actually /usr/include. >=20 > The compiler says it can not find the file test.h. But it does not > complain about an existing head file, like:=20 >=20 > #include If you look in /usr/include/ufs/ufs/ you'll see dir.h resides there as well. >=20 > I have to declare the following (with complete pathname): >=20 > #include >=20 > Why there is a difference between dir.h and test.h? How to let the > compiler start searching for head files from /usr/src? The difference is that dir.h exists in two places, and the one being found is the one in /usr/include/ufs/ufs so if you put your test.h there it will be found with the: #include Line otherwise, you need to specify the full path: #include as you did above, or tell the compiler that it needs to include the /usr/src/sys in its search path, done with the -I flag e.g. gcc -I/usr/src/sys foo.c Then it will find test.h in /usr/src/sys/ufs/ufs with the line #include >=20 > Thanks for any help. >=20 > -------------------------------------------------- > Zhihui Zhang. Please visit http://www.freebsd.org > -------------------------------------------------- >=20 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Hope that helps -DAL- --=20 Dylan A. Loomis Computer Systems Research Department The Aerospace Corporation e-mail: dylan@aero.org phone: (310) 336-2449 PGP Key fingerprint =3D 55 DE BB DD 34 10 CD 20 72 79 88 FE 02 0E 21 3A PGP 2.6.2 key available upon request --T4sUOijqQbZv57TR Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBN11I0OzCrQVfDVWRAQGfpQP/VdoPd6s+Dcw4R6RUlzHmrR7delFKFtdD YglzbuiHMygcp9GQgk8ndf5uOWH0+06Qv1RJXpoRYtshLklWgarPhneDLgC7Qj4c FfUoX55JLt1EMU3my1ZELIWKq17YJ8VnQWavfStCHvtm6hPP2g3Uuxcv8ZoaExzC LJbmI9V9ibY= =k0lm -----END PGP SIGNATURE----- --T4sUOijqQbZv57TR-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 9:49:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from netdoor.com (netdoor.com [208.137.128.6]) by hub.freebsd.org (Postfix) with ESMTP id C6FA5151F6 for ; Tue, 8 Jun 1999 09:49:28 -0700 (PDT) (envelope-from dougj@netdoor.com) Received: from [208.137.128.7] (dougj@[208.137.128.7]) by netdoor.com (8.9.3/8.9.3) with ESMTP id LAA29057; Tue, 8 Jun 1999 11:48:53 -0500 (CDT) Date: Tue, 8 Jun 1999 11:48:52 -0500 (CDT) From: Doug Jennings To: "James R. Shrenk" Cc: Mark Ovens , freebsd-questions@FreeBSD.ORG Subject: Re: silo overflow errors In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am now positive that it is not the modem's fault. I installed Win 98 and the modem is performing quite nicely -- even downloading at 3 k/sec at times. When originally trying to configure and dial out with user ppp, I noticed that my CPU usage was skyrocketing to 90% (and I have a PII 450, so this concerned me to say the least) -- but this only seemed to happen during a failed dial attempt. I am fairly new at BSD, so it took me a day or two to get my modem and ppp.conf playing along nicely. I will check and see if the CPU usage is still as high as it was then. Do you know where I can get some info on how to resolve the problem if it is an IRQ issue? You guys have been really helpful, and I thank you for it. More later, I am sure. -Doug On Tue, 8 Jun 1999, James R. Shrenk wrote: > looks good so far. I took a visit around some man pages and the web and > it seems unlikely that it's actually the modem that would be causing the > problem. Check the output of top during your ppp sessions. In > particular, what is your CPU usage during that time. The data that's > buffered in the UART seems to be dropping in this case. The slow is then > probably a result of packets being retransmitted to account for the > errors. The man page for 3.2-release says that these silo overflows are > the result of a problem with the interrupt handler. Although I'm sketchy > on this, your serial port may not be getting enough attention from the CPU > so it may be worth checking out. > > James > > On Mon, 7 Jun 1999, Mark Ovens wrote: > > > On Mon, Jun 07, 1999 at 05:17:53PM -0500, Doug Jennings wrote: > > > When I get the output of dmesg, it contains the following lines: > > > > > > sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa > > > sio0: type 16550A > > > > > > I knew it had to be a 16550A UART because the computer is brand new with all > > > the appropriate bells / whistles / et cetera. Argh. I suppose I will see > > > if I can slow down the modem now. > > > > > > One more question...do you think the problem is happening inside the modem > > > itself? Or could it be caused by some kind of interference in my serial > > > cable? > > > > It would be worth checking the shield on your cable, especially if > > it runs parallel to the mains lead. I've seen silo overflow errors > > generated at the rate of >50 per second on a Sun with serial lines > > to terminals running through a factory close to arc welders :-) > > > > > I am obviously grasping here, but I just can't figure out why I am > > > having silo errors with such a supposedly good modem (external courier > > > v.everything 28800). > > > > > > >What is your dmesg output? It looks like you might have a older UART > > > >(8250 maybe?) If that's the case, you might try slowing the modem down to > > > >14400 and see if that doesn't help. > > > > > > > > > > > >On Mon, 7 Jun 1999, Doug Jennings wrote: > > > > > > > >> > > > >> After finally getting user ppp to work, I keep running into the > > > >> following problem. Once I establish a ppp connection and I try to > > > >> send/receive any data whatsoever (for example, opening a telnet > > > session), I > > > >> get the message: > > > >> > > > >> /kernel: sio0: 1 more silo overflow (total 1) > > > >> > > > >> The 'total' goes up each time I send/receive any data (for example, if I > > > >> issue a "ls" command in the telnet session and have to receive the output > > > of > > > >> that). It slows down my 28800 modem to an absolute crawl. > > > >> > > > >> Any ideas on a fix for this? I am running a fresh installation of FreeBSD > > > >> 3.1 and I am using an external USR v.everything courier modem. I know > > > that > > > >> it has to do with some buffering issue -- I just don't know how to fix > > > it. > > > >> > > > >> Any ideas would be appreciated. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 9:55:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.surnet.ru (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (Postfix) with ESMTP id 8941E14EAF for ; Tue, 8 Jun 1999 09:55:20 -0700 (PDT) (envelope-from ilia@cgilh.chel.su) Received: (from uucgilh@localhost) by mobil.surnet.ru (8.9.1a/8.9.1) with UUCP id WAA24045; Tue, 8 Jun 1999 22:55:50 +0600 (UDT) Received: (from uucp@localhost) by cgilh.chel.su (8.8.7/8.8.7) with UUCP id WAA01347; Tue, 8 Jun 1999 22:12:03 +0600 Received: from localhost (ilia@localhost) by localhost.cgu.chel.su (8.9.2/8.9.2) with ESMTP id WAA00526; Tue, 8 Jun 1999 22:09:45 +0600 (ESS) (envelope-from ilia@cgilh.chel.su) X-Authentication-Warning: localhost.cgu.chel.su: ilia owned process doing -bs Date: Tue, 8 Jun 1999 22:09:44 +0600 (ESS) From: Ilia Chipitsine X-Sender: ilia@localhost.cgu.chel.su To: Joe Konecny Cc: FreeBSD Mailing List Subject: Re: win95 dhcp client can't get thru fbsd firewall In-Reply-To: <375D2F6A.12ED7E30@green-mfg.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 8 Jun 1999, Joe Konecny wrote: > I finally got fbsd working as a firewall with natd! Yeah! Great ! Conglaturations ! > > But my win95 machines cannot ping the fbsd machine even > on the local side (win95=10.1.1.26) (fbsd=10.1.1.100) > when win95 gets it's ip from dhcp. If it set the ip > manually on win95 it works fine. I'm using a dhcp > server running on Netware. What gives? couple of Win9X commands that will probably help: 1. winipcfg 2. route PRINT > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 10:15: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from thelab.hub.org (nat192.211.mpoweredpc.net [142.177.192.211]) by hub.freebsd.org (Postfix) with ESMTP id 4CB4A15889 for ; Tue, 8 Jun 1999 10:14:53 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id OAA39738 for ; Tue, 8 Jun 1999 14:14:58 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Tue, 8 Jun 1999 14:14:57 -0300 (ADT) From: The Hermit Hacker To: freebsd-questions@freebsd.org Subject: MBUFs ... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG According to netstat -m, my configuration is as such: 840/1032/1024 mbuf clusters in use (current/peak/max) Peak is 8 clusters over max...how is that possible? And what does that affect? Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 10:26:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dartagnan.maths.adelaide.edu.au (dartagnan.maths.adelaide.edu.au [129.127.44.41]) by hub.freebsd.org (Postfix) with SMTP id C52EE14FAE for ; Tue, 8 Jun 1999 10:26:23 -0700 (PDT) (envelope-from glewis@dartagnan.maths.adelaide.edu.au) Received: by dartagnan.maths.adelaide.edu.au (5.64+1.3.1+0.50/UA-5.19) id AA29411; Wed, 9 Jun 1999 02:56:21 +0930 From: Gregory Lewis Message-Id: <9906081726.AA29411@dartagnan.maths.adelaide.edu.au> Subject: Re: mounting ext2fs In-Reply-To: <375D1FC7.C1059AD6@sby.centrin.net.id> from Inu Wikantiyoso at "Jun 8, 99 08:51:03 pm" To: inu@sby.centrin.net.id (Inu Wikantiyoso) Date: Wed, 9 Jun 1999 02:56:21 +0930 (CST) Cc: freebsd-questions@freebsd.org X-Mailer: ELM [version 2.4ME+ PL32 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 812 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > i need to transfer files from freebsd slice to linux partition. but when > I did : > > mount_ext2fs /dev/wd0s1 /mnt ... then > mount_ext2fs :vfsload (ext2fs) : No such file or directory. > > but i can mount a dos floppy successfully using mount_msdos and also a > 9660 cd using mount_cd9660. mount_msdos also works on a fat16 windoze > partition. > > how to solve this problem ? > > btw, my linux partition lies at first and second partition (with 4 > extended partitions) or hda1 and hda2 on linux term. Just a thought, but you may want to check that you have a kernel compiled with ext2fs support. This is not compiled in by default. The correct option is something like options "EXT2FS" -- Greg Lewis glewis@trc.adelaide.edu.au Computing Officer +61 8 8303 3237 Teletraffic Research Centre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 10:40:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from solaris.matti.ee (solaris.matti.ee [194.126.98.135]) by hub.freebsd.org (Postfix) with ESMTP id 7713E14EA4 for ; Tue, 8 Jun 1999 10:40:39 -0700 (PDT) (envelope-from vallo@matti.ee) Received: from myhakas.matti.ee (myhakas.matti.ee [194.126.114.87]) by solaris.matti.ee (8.8.8/8.8.8.s) with ESMTP id UAA15115; Tue, 8 Jun 1999 20:40:24 +0300 (EET DST) Received: by myhakas.matti.ee (Postfix, from userid 1000) id 8F5E61F96; Tue, 8 Jun 1999 20:40:27 +0300 (EEST) Date: Tue, 8 Jun 1999 20:40:27 +0300 From: Vallo Kallaste To: Rich Winkel Cc: freebsd-questions@freebsd.org Subject: Re: Freebsd FS i/o blocksize? Message-ID: <19990608204027.A25928@myhakas.matti.ee> Reply-To: vallo@matti.ee References: <199906072227.RAA06758@chumbly.math.missouri.edu> <19990608180433.B25205@myhakas.matti.ee> <9906081215.ZM8112@chumbly.math.missouri.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <9906081215.ZM8112@chumbly.math.missouri.edu>; from Rich Winkel on Tue, Jun 08, 1999 at 12:15:39PM -0500 Organization: =?iso-8859-1?Q?AS_Matti_B=FCrootehnika?= Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jun 08, 1999 at 12:15:39PM -0500, Rich Winkel wrote: > > The maximum is 64KB for one transaction if I can recall some of the > > Greg Lehey's messages. The usual is around 8KB per transaction. I can > > be wrong, I'm not expert by any means. > > Thanks!! So it fluctuates even within a single filesystem? > Or are you talking about swap as well? Better don't ask me, here's something from the vinum(8) manpage: The FreeBSD block I/O system issues requests of between .5kB and 60 kB; a typical mix is somewhere round 8 kB. You can't stop any striping system from breaking a request into two physical requests, and if you do it wrong it can be broken into several. This will result in a significant drop in performance: the decrease in transfer time per disk is offset by the order of magnitude greater increase in latency. For swap I don't know, I guess it uses raw disk partition(s) and doesn't have filesystem, althought it must have some system to track the data on the swap partition(s). It's all beyond my knowledge and I'm not interested digging into low-level system internals. Not my way :-| -- Vallo Kallaste vallo@matti.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 10:54:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mars.szabinet.hu (mars.szabinet.hu [195.184.162.67]) by hub.freebsd.org (Postfix) with ESMTP id 2985715261 for ; Tue, 8 Jun 1999 10:54:35 -0700 (PDT) (envelope-from rene@mars.szabinet.hu) Received: (from rene@localhost) by mars.szabinet.hu (8.9.3/8.9.3) id TAA68116 for freebsd-questions@freebsd.org; Tue, 8 Jun 1999 19:54:30 +0200 (CEST) (envelope-from rene) Date: Tue, 8 Jun 1999 19:54:29 +0200 From: Rene Scott To: freebsd-questions@freebsd.org Subject: Re: Disable anonymous but keep non-anonymous?! Message-ID: <19990608195429.A63838@mars.szabinet.hu> Reply-To: rene@kronos.szabinet.hu References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: ; from Ilia Chipitsine on Tue, Jun 08, 1999 at 09:00:55PM +0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Should work, but editing directly the ftpaccess file is the better solution. Example: class all real * And don't forget the "-a" flag at the end of the line in the inetd.conf. And read the man pages carefully. man ftpaccess man ftpd Regards, Rene * Ilia Chipitsine (ilia@cgilh.chel.su) [990608 17:59]: > run /stand/sysinstall > > Regards, (????????? ?????????) > > Ilia Chipitsine (???? ???????) > > On Tue, 8 Jun 1999, Paul Dekkers wrote: > > > Hi > > > > How can I disable anonymous ftp but keep user-ftp sessions with the FTP > > that comes with FreeBSD by default? (Couldn't find any option for it...) > > > > Paul > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 10:57:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from capecod.net (camb0389.capecod.net [209.244.245.135]) by hub.freebsd.org (Postfix) with ESMTP id ACA3415307 for ; Tue, 8 Jun 1999 10:57:04 -0700 (PDT) (envelope-from crtb@capecod.net) Received: from capecod.net (localhost [127.0.0.1]) by capecod.net (8.8.5/8.8.5) with SMTP id NAA00502 for ; Tue, 8 Jun 1999 13:56:35 -0400 (EDT) Message-ID: <375D5952.41C67EA6@capecod.net> Date: Tue, 08 Jun 1999 13:56:34 -0400 From: Chuck X-Mailer: Mozilla 3.04Gold (X11; I; FreeBSD 2.2.2-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: PNP NIC support? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just bought a new NIC not realizing it was PNP. My 1997-era Award BIOS has this opinion of it: Initializing Plug & Play Card01 NETGEAR EA201 Ethernet Card It's not listed among supported NICs in the release notes, but then, PNP isn't mentioned either. Is any of the supported NIC drivers apt to work? -- Chuck Bacon -- crtb@capecod.net ABHOR SECRECY -- DEFEND PRIVACY To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 10:57:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand2.global.net.uk (sand2.global.net.uk [194.126.80.50]) by hub.freebsd.org (Postfix) with ESMTP id 6580414BCE for ; Tue, 8 Jun 1999 10:57:01 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from p48s01a06.client.global.net.uk ([195.147.209.73] helo=marder-1.) by sand2.global.net.uk with esmtp (Exim 2.05 #1) id 10rQ7M-0003RI-00; Tue, 8 Jun 1999 18:56:57 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id SAA00324; Tue, 8 Jun 1999 18:54:48 +0100 (BST) (envelope-from marko) Date: Tue, 8 Jun 1999 18:54:48 +0100 From: Mark Ovens To: Wayne Cuddy Cc: FreeBSD Questions Subject: Re: XView 3.2 menus are garbled..why?? Message-ID: <19990608185447.B258@marder-1> References: <19990607233636.F255@marder-1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Wayne Cuddy on Mon, Jun 07, 1999 at 09:16:40PM -0400 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jun 07, 1999 at 09:16:40PM -0400, Wayne Cuddy wrote: > Yes, I also see that problem. CmdTool does other strange things on me also. > I find it hard to believe we are the only people having problems with XView. > It doesn't seem to be a popular wm :( (in the abandoned X desktop contest it wasn't even listed as allowed). I posted a question on -questions and -ports about it, but got no reply. > > On Mon, 7 Jun 1999, Mark Ovens wrote: > > > Date: Mon, 7 Jun 1999 23:36:36 +0100 > > From: Mark Ovens > > To: Wayne Cuddy > > Subject: Re: XView 3.2 menus are garbled..why?? > > > > On Sat, Jun 05, 1999 at 08:01:23PM -0400, Wayne Cuddy wrote: > > > Running FreeBSD 3.2Stable, I install XView 3.2lib/config/clients and olvwm. > > > When I run olvwm and right click to see the menu the popup box appears empty > > > until I move the mouse over it and then the menu contents appears and the > > > menu items are written on top of each other. This is not usable this way. > > > Does anyone know how I might fix this? > > > > > > > I'm afraid I don't have an answer to your problem, but as you are > > running olvwm I was wondering if you've come across this problem, > > that I've had since u/g to 3.1R from 2.2.8 and if so, do you know > > the solution? > > > > When running shelltool/cmdtool I can run a couple of commands and > > then it just sits there at the prompt with the cursor flickering. > > Switching to the console (Ctrl-Alt-F1) I see hundreds of > > > > TTYSW pty write failure : Bad file descriptor > > > > errors. The only solution is to kill the window. > > > > > > > > Thanks, > > > Wayne > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > -- > > FreeBSD - The Power To Serve http://www.freebsd.org > > My Webpage http://www.users.globalnet.co.uk/~markov > > _______________________________________________________________ > > Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK > > CAD/CAM solutions for Sheetmetal Working Industry > > mailto:marko@uk.radan.com http://www.radan.com > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 11: 3: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gccomm.net (unix1.gccomm.net [207.8.140.95]) by hub.freebsd.org (Postfix) with ESMTP id 9E57314BCE for ; Tue, 8 Jun 1999 11:02:52 -0700 (PDT) (envelope-from Admin@DelValley.net) Received: from tvmaster (tvmaster2.whyy.org [207.245.66.49]) by gccomm.net (8.9.2/8.9.3) with SMTP id OAA29483 for ; Tue, 8 Jun 1999 14:00:15 -0400 (EDT) Message-ID: <000901beb1d9$54ea1880$3142f5cf@whyy.org> From: "Jeff Ehrenkrantz" To: "questions" Subject: anyone using tyan S1836DLUAN-BX Thunder 100 ? Date: Tue, 8 Jun 1999 14:04:09 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.0810.800 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0810.800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG also does anyone know if the aic 7895 works with 3.2release? thanks ..je To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 11: 7:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from www.crb-web.com (ns1.crb-web.com [209.70.120.131]) by hub.freebsd.org (Postfix) with SMTP id 3F16714C3B for ; Tue, 8 Jun 1999 11:07:41 -0700 (PDT) (envelope-from wayne@crb.crb-web.com) Received: (qmail 21681 invoked by uid 1001); 8 Jun 1999 18:05:18 -0000 Date: Tue, 8 Jun 1999 14:05:18 -0400 (EDT) From: Wayne Cuddy Reply-To: wayne@crb-web.com To: Mark Ovens Cc: FreeBSD Questions Subject: Re: XView 3.2 menus are garbled..why?? In-Reply-To: <19990608185238.A258@marder-1> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It does not seem to be olvwm that was the problem. I created my own menu files and they look fine now. It looks like the default menus don't work correctly on my system. On Tue, 8 Jun 1999, Mark Ovens wrote: > Date: Tue, 8 Jun 1999 18:52:39 +0100 > From: Mark Ovens > To: Wayne Cuddy > Subject: Re: XView 3.2 menus are garbled..why?? > > On Mon, Jun 07, 1999 at 09:25:26PM -0400, Wayne Cuddy wrote: > > I forgot to ask you. Do you also see the menu problem that I see? > > > > No, but I'm running 3.1R (from the CD). olvwm has worked fine for > me on 2.1.5 and 2.2.[2678]. I've only had the shell/cmdtool problem > on 3.1 and the menu problem seems to be a new feature of 3.2 :-( > > > On Mon, 7 Jun 1999, Mark Ovens wrote: > > > > > Date: Mon, 7 Jun 1999 23:36:36 +0100 > > > From: Mark Ovens > > > To: Wayne Cuddy > > > Subject: Re: XView 3.2 menus are garbled..why?? > > > > > > On Sat, Jun 05, 1999 at 08:01:23PM -0400, Wayne Cuddy wrote: > > > > Running FreeBSD 3.2Stable, I install XView 3.2lib/config/clients and olvwm. > > > > When I run olvwm and right click to see the menu the popup box appears empty > > > > until I move the mouse over it and then the menu contents appears and the > > > > menu items are written on top of each other. This is not usable this way. > > > > Does anyone know how I might fix this? > > > > > > > > > > I'm afraid I don't have an answer to your problem, but as you are > > > running olvwm I was wondering if you've come across this problem, > > > that I've had since u/g to 3.1R from 2.2.8 and if so, do you know > > > the solution? > > > > > > When running shelltool/cmdtool I can run a couple of commands and > > > then it just sits there at the prompt with the cursor flickering. > > > Switching to the console (Ctrl-Alt-F1) I see hundreds of > > > > > > TTYSW pty write failure : Bad file descriptor > > > > > > errors. The only solution is to kill the window. > > > > > > > > > > > Thanks, > > > > Wayne > > > > > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > -- > > > FreeBSD - The Power To Serve http://www.freebsd.org > > > My Webpage http://www.users.globalnet.co.uk/~markov > > > _______________________________________________________________ > > > Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK > > > CAD/CAM solutions for Sheetmetal Working Industry > > > mailto:marko@uk.radan.com http://www.radan.com > > > > > > > > > > > -- > FreeBSD - The Power To Serve http://www.freebsd.org > My Webpage http://www.users.globalnet.co.uk/~markov > _______________________________________________________________ > Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK > CAD/CAM solutions for Sheetmetal Working Industry > mailto:marko@uk.radan.com http://www.radan.com > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 11:12:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand4.global.net.uk (sand4.global.net.uk [194.126.80.248]) by hub.freebsd.org (Postfix) with ESMTP id A0A1D14C46 for ; Tue, 8 Jun 1999 11:12:19 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from p48s01a06.client.global.net.uk ([195.147.209.73] helo=marder-1.) by sand4.global.net.uk with esmtp (Exim 2.12 #1) id 10rQMA-0004dU-00; Tue, 8 Jun 1999 19:12:15 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id TAA00356; Tue, 8 Jun 1999 19:10:08 +0100 (BST) (envelope-from marko) Date: Tue, 8 Jun 1999 19:10:08 +0100 From: Mark Ovens To: Pradesh_Chanderpaul@stratus.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Developing code for Non-Unix platform Message-ID: <19990608191007.C258@marder-1> References: <1D1A4EF7AD4DD211A80D00A0C9D7DB667E670E@exna1.stratus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <1D1A4EF7AD4DD211A80D00A0C9D7DB667E670E@exna1.stratus.com>; from Pradesh_Chanderpaul@stratus.com on Tue, Jun 08, 1999 at 10:56:51AM -0400 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jun 08, 1999 at 10:56:51AM -0400, Pradesh_Chanderpaul@stratus.com wrote: > I am busy with a few development projects that are destined for > non-Unix based platforms. Some of them are ports. > > I am however not able to do my development on those platforms. > > To get around this, I do my development in a fantastic Windows > based free IDE called LCCWin32 (bugs and all). > > However, I would prefer to do my development in FreeBSD. (This > will provide one less reason to boot Win95. ) ;) > > I find that using gcc on FreeBSD will compile the "Unix'sms" > (ie. "system" calls like 'fstat(), signal(), ) without complaint > However, this {"unixsms") are not available in my destined > platform, so I need to code around them. > > I found that coding in a DOS/Win32 environment will shut these > out. Is there a way to do the same in FreeBSD using gcc. > How about: #ifdef __FreeBSD__ /* Unix stuff here */ #else /* Non-Unix stuff here */ #endif HTH > Regards > > =============================================================== > Pradesh Chanderpaul Phone: +27 12 663 3260/6 > > Stratus Computer Systems FAX : +27 12 663 3281 > South Africa CAC > Email: Pradesh_Chanderpaul@stratus.com > > =============================================================== > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 11:13:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 4E4C914C46 for ; Tue, 8 Jun 1999 11:13:47 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Tue, 8 Jun 1999 14:13:46 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB440110596D@site2s1> From: Christopher Michaels To: 'Chuck' Cc: "FreeBSD Mailing List (E-mail)" Subject: RE: PNP NIC support? Date: Tue, 8 Jun 1999 14:15:31 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Do you know what the chipset on the card is? That's what you ultimately want to know. The PnP portion shouldn't be a problem. -Chris > -----Original Message----- > From: Chuck [SMTP:crtb@capecod.net] > Sent: Tuesday, June 08, 1999 1:57 PM > To: freebsd-questions@FreeBSD.ORG > Subject: PNP NIC support? > > I just bought a new NIC not realizing it was PNP. > My 1997-era Award BIOS has this opinion of it: > Initializing Plug & Play > Card01 NETGEAR EA201 Ethernet Card > It's not listed among supported NICs in the release notes, > but then, PNP isn't mentioned either. > Is any of the supported NIC drivers apt to work? > -- > Chuck Bacon -- crtb@capecod.net > ABHOR SECRECY -- DEFEND PRIVACY > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 11:37:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand2.global.net.uk (sand2.global.net.uk [194.126.80.50]) by hub.freebsd.org (Postfix) with ESMTP id 8DC0B14C8B for ; Tue, 8 Jun 1999 11:37:47 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from p8ds10a06.client.global.net.uk ([195.147.218.142] helo=marder-1.) by sand2.global.net.uk with esmtp (Exim 2.05 #1) id 10rQks-0005hK-00; Tue, 8 Jun 1999 19:37:47 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id TAA00440; Tue, 8 Jun 1999 19:27:09 +0100 (BST) (envelope-from marko) Date: Tue, 8 Jun 1999 19:27:09 +0100 From: Mark Ovens To: Wayne Cuddy Cc: FreeBSD Questions Subject: Re: XView 3.2 menus are garbled..why?? Message-ID: <19990608192709.D258@marder-1> References: <19990608185238.A258@marder-1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Wayne Cuddy on Tue, Jun 08, 1999 at 02:05:18PM -0400 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jun 08, 1999 at 02:05:18PM -0400, Wayne Cuddy wrote: > It does not seem to be olvwm that was the problem. I created my own menu > files and they look fine now. It looks like the default menus don't work > correctly on my system. > Which default menus? The only one I can find is /usr/openwin/lib/openwin-menu, which just contains: # # @(#)openwin-menu 23.18 93/01/11 openwin-menu # # OpenWindows default root menu file - top level menu # "Workspace" TITLE "Programs" DEFAULT INCLUDE openwin-menu-programs "Exit..." EXIT of course, ``Programs'' is greyed out as openwin-menu-programs doesn't exist. -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 11:38: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand2.global.net.uk (sand2.global.net.uk [194.126.80.50]) by hub.freebsd.org (Postfix) with ESMTP id 187E9153B8 for ; Tue, 8 Jun 1999 11:37:54 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from p8ds10a06.client.global.net.uk ([195.147.218.142] helo=marder-1.) by sand2.global.net.uk with esmtp (Exim 2.05 #1) id 10rQku-0005hK-00; Tue, 8 Jun 1999 19:37:49 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id TAA00461; Tue, 8 Jun 1999 19:33:59 +0100 (BST) (envelope-from marko) Date: Tue, 8 Jun 1999 19:33:59 +0100 From: Mark Ovens To: Ladavac Marino Cc: "'wayne@crb-web.com'" , FreeBSD Questions Subject: Re: XView 3.2 menus are garbled..why?? Message-ID: <19990608193359.E258@marder-1> References: <55586E7391ACD211B9730000C1100276179647@r-lmh-wi-100.corpnet.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <55586E7391ACD211B9730000C1100276179647@r-lmh-wi-100.corpnet.at>; from Ladavac Marino on Tue, Jun 08, 1999 at 02:09:34PM +0200 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jun 08, 1999 at 02:09:34PM +0200, Ladavac Marino wrote: > > -----Original Message----- > > From: Wayne Cuddy [SMTP:wayne@crb-web.com] > > Sent: Tuesday, June 08, 1999 3:17 AM > > To: Mark Ovens > > Cc: FreeBSD Questions > > Subject: Re: XView 3.2 menus are garbled..why?? > > > > Yes, I also see that problem. CmdTool does other strange things on me > > also. > > I find it hard to believe we are the only people having problems with > > XView. > > > [ML] Well, it seems that hardly anybody uses XView nowadays. > It's been rotting for ages now. > :-(. I guess that everyone wants flashy stuff now (I'm currently resisting attempts at work to get me to downgrade to an NT PC from Sparc10/SunOS 4.3.1/OpenWindows). At least XView has low resource requirements, which leaves more for doing *real* work. > /Marino > > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 11:42:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id A6131153DD; Tue, 8 Jun 1999 11:42:13 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.1) id UAA71479; Tue, 8 Jun 1999 20:42:09 +0200 (CEST) (envelope-from des) To: rezidew@rezidew.net Cc: freebsd-questions@freebsd.org Subject: Re: Cyrix, AMD, Intel References: <19990608122155.1225.qmail@kemicol.rezidew.net> From: Dag-Erling Smorgrav Date: 08 Jun 1999 20:42:09 +0200 In-Reply-To: rezidew@rezidew.net's message of "Tue, 8 Jun 1999 12:21:55 +0000 (GMT)" Message-ID: Lines: 48 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [redirected from -chat to -questions] rezidew@rezidew.net writes: > I have just bought two (new?) machines. > > one is a AMD-K62 (350) > the other is a Cyrix MII (366) > > I have several questions... > > #1) how should I compile my kernel 'i[3456]86'? The following should run on both: machine i386 cpu I586_CPU cpu I686_CPU > #2) when I boot up the AMD with freebsd it's > detected as a 586 running at some where around > 356.22MHz. Why only 586? Why not? The K6-2 is a Pentium clone, even if it runs at PII speeds. Here's a snippet from dmesg on one of my boxen: CPU: AMD-K6(tm) 3D processor (350.80-MHz 586-class CPU) Origin = "AuthenticAMD" Id = 0x58c Stepping=12 Features=0x8021bf > #3) when I boot up the Cyrix with OpenBSD it's > detected as a 686 running at 251.36Mhz. > should I expect the same with FreeBSD? why > does this happen? is there something wrong > with the processor? Yes: it was made by Cyrix. > #4) I have a Dual Processor Pentium-Pro-200. > If I compile in SMP for that machine, > on which of the three machines should I > expect to see the best performance? (all > things being equal) The best performance doing what? DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 11:45:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from spool.webzone.net (mail.webzone.net [205.219.23.67]) by hub.freebsd.org (Postfix) with ESMTP id 6D01F14BE6 for ; Tue, 8 Jun 1999 11:45:51 -0700 (PDT) (envelope-from murban@webzone.net) Received: from webzone.net ([208.152.100.108]) by spool.webzone.net (post.office MTA v2.0 0813 ID# 0-12689) with ESMTP id AAA12270 for ; Tue, 8 Jun 1999 13:49:40 -0500 Message-ID: <375D6553.FDD2ABA@webzone.net> Date: Tue, 08 Jun 1999 13:47:47 -0500 From: Mike Urban Reply-To: murban@webzone.net X-Mailer: Mozilla 4.07 [en] (X11; I; Linux 2.0.36 i686) MIME-Version: 1.0 To: questions@freebsd.org Subject: Automatically redialing internet connection? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am going to be running a server that will have a full time connection to the internet via a modem and dedicated line. My question is this: Is there a simple way for me to set it up so that it will monitor the modem and automatically restart the connection if it detects a disconnect? The server will be accepting incoming requests, so simply setting it up to dial whenever the connection is needed is not good enough. Basically what I need is something that can monitor the modem, and automatically restart the connection if it dies.. Could this be done through a simple shell script maybe? Please try to explain in relativly simple terms as I am pretty new to FreeBSD and UNIX in general. Any help would be greatly appreciated. Thanks, Mike. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 11:56:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.email.msn.com (cpimssmtpu03.email.msn.com [207.46.181.19]) by hub.freebsd.org (Postfix) with ESMTP id 70D5414CC4 for ; Tue, 8 Jun 1999 11:56:06 -0700 (PDT) (envelope-from BruceP@msn.com) Received: from bpennypacker_02 - 153.34.158.89 by email.msn.com with Microsoft SMTPSVC; Tue, 8 Jun 1999 11:56:07 -0700 Message-ID: <001e01beb1e1$0b730d80$2612040a@bpennypacker_02.directhit.com> From: "Bruce Pennypacker" To: Subject: dual processor question Date: Tue, 8 Jun 1999 14:59:28 -0400 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, We have an application that is very memory & cpu intensive, and can take upwards of 18 hours to run. The application essentially loads 4.5 million records of data into an array in memory and then does a lot of pattern matching through the data. It's currently running on a Pentium II 400MHz machine with 256MB RAM that's running FreeBSD 2.2.8-RELEASE . We're considering upgrading the machine for a number of reasons and one of the things we're trying to determine if going with a dual processor machine would help out much in terms of cutting down the time it takes this application to run. Not knowing much about the details of multi-processor machines I have no idea what kind of benefit simply adding another processor would provide. Would simply upgrading to a dual processor system & FreeBSD 3.x help improve the performance of this application, or would it take a fairly hefty rewrite of the application to make the second CPU useful? I have visions of rewriting this thing to fork subprocesses & share memory, etc. Would all that be necessary? Thanks, -Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 11:56:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id BCD2F151BE for ; Tue, 8 Jun 1999 11:56:53 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id NAA05471; Tue, 8 Jun 1999 13:56:51 -0500 (CDT) Date: Tue, 8 Jun 1999 13:56:51 -0500 (CDT) From: Steve Price To: Mike Urban Cc: questions@FreeBSD.ORG Subject: Re: Automatically redialing internet connection? In-Reply-To: <375D6553.FDD2ABA@webzone.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sounds like what you want is 'ppp -ddial'. 'man 8 ppp' for more details. On Tue, 8 Jun 1999, Mike Urban wrote: # I am going to be running a server that will have a full time connection # to the internet via a modem and dedicated line. My question is this: Is # there a simple way for me to set it up so that it will monitor the modem # and automatically restart the connection if it detects a disconnect? The # server will be accepting incoming requests, so simply setting it up to # dial whenever the connection is needed is not good enough. # # Basically what I need is something that can monitor the modem, and # automatically restart the connection if it dies.. Could this be done # through a simple shell script maybe? Please try to explain in relativly # simple terms as I am pretty new to FreeBSD and UNIX in general. Any help # would be greatly appreciated. # # Thanks, # # Mike. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 12: 2:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from solaris.matti.ee (solaris.matti.ee [194.126.98.135]) by hub.freebsd.org (Postfix) with ESMTP id A437514C12 for ; Tue, 8 Jun 1999 12:02:25 -0700 (PDT) (envelope-from vallo@matti.ee) Received: from myhakas.matti.ee (myhakas.matti.ee [194.126.114.87]) by solaris.matti.ee (8.8.8/8.8.8.s) with ESMTP id WAA17224; Tue, 8 Jun 1999 22:01:56 +0300 (EET DST) Received: by myhakas.matti.ee (Postfix, from userid 1000) id 057A91F96; Tue, 8 Jun 1999 22:02:00 +0300 (EEST) Date: Tue, 8 Jun 1999 22:01:59 +0300 From: Vallo Kallaste To: Jeff Ehrenkrantz Cc: questions Subject: Re: anyone using tyan S1836DLUAN-BX Thunder 100 ? Message-ID: <19990608220159.B26265@myhakas.matti.ee> Reply-To: vallo@matti.ee References: <000901beb1d9$54ea1880$3142f5cf@whyy.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <000901beb1d9$54ea1880$3142f5cf@whyy.org>; from Jeff Ehrenkrantz on Tue, Jun 08, 1999 at 02:04:09PM -0400 Organization: =?iso-8859-1?Q?AS_Matti_B=FCrootehnika?= Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jun 08, 1999 at 02:04:09PM -0400, Jeff Ehrenkrantz wrote: > also does anyone know if the aic 7895 works with 3.2release? > thanks ..je Yes, I use it a lot :-) It works very well with 3.2-RELEASE. I have two Quantum disks plugged either channels. The only difference is the GX chipset, but it doesn't matter. -- Vallo Kallaste vallo@matti.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 12: 5:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from www.crb-web.com (ns1.crb-web.com [209.70.120.131]) by hub.freebsd.org (Postfix) with SMTP id 8D0E914C12 for ; Tue, 8 Jun 1999 12:05:18 -0700 (PDT) (envelope-from wayne@crb.crb-web.com) Received: (qmail 22067 invoked by uid 1001); 8 Jun 1999 19:02:57 -0000 Date: Tue, 8 Jun 1999 15:02:57 -0400 (EDT) From: Wayne Cuddy Reply-To: wayne@crb-web.com To: FreeBSD Questions Subject: Re: UNIX98 style pty In-Reply-To: <19990604122812.A28664@dan.emsphone.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG After looking in the documentation in /dev/MAKEDEV we could get 384 pseudo terminals. I built a kernel for 384 pseudo-terminals but when I try to use mknod with a minor device number higher then 256 mknod says that the minor device number is to high. Is there a way around this? On Fri, 4 Jun 1999, Dan Nelson wrote: > Date: Fri, 4 Jun 1999 12:28:12 -0500 > From: Dan Nelson > To: Wayne Cuddy > Subject: Re: UNIX98 style pty > > In the last episode (Jun 04), Wayne Cuddy said: > > On Wed, 2 Jun 1999, Dan Nelson wrote: > > > You can have more than 256 ptys; the problem is what to name them. > > > You can easily get 384 ptys by extending the current scheme > > > slightly (using /dev/tty[tuTU]*; /dev/ttyv* is syscons so we hit > > > our limit with this > > > Can explain to me how this scheme works? Is this somethings like > > /dev/ttytT8 ? > > Sort of. The pty names are restricted to the following regex pattern: > "/dev/tty[pqrsPQRS][0123456789abcdefghijklmnopqrstuv]" . There are 32 > combinations for the last letter, so allowing "[pqrsPQRS]" for the > first letter gives 32*8=256 ptys. If you want more, it's easiest to > simply add to the set of first letters. "[tuTU]" extends the current > range and gives you 128 more ptys. > > > What would be the master and what would be the slave? > > I believe the master is /dev/pty* and the slave is /dev/tty* . So like > /dev/ttyp0 and /dev/ptyp0 . > > > -Dan Nelson > dnelson@emsphone.com > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 12:19:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from icarus.idirect.com (icarus.idirect.com [207.136.80.7]) by hub.freebsd.org (Postfix) with ESMTP id 042A914DBF for ; Tue, 8 Jun 1999 12:19:37 -0700 (PDT) (envelope-from tMind@bigfoot.com) Received: from eniac.idirect.ca (eniac.idirect.com [207.136.80.199]) by icarus.idirect.com (8.9.3/8.9.3) with ESMTP id PAA09397 for ; Tue, 8 Jun 1999 15:19:34 -0400 (EDT) Received: from gchan (fan200.fan590.com [209.250.138.200]) by eniac.idirect.ca (8.9.3/8.9.3) with SMTP id PAA27168 for ; Tue, 8 Jun 1999 15:19:33 -0400 (EDT) Message-ID: <013501beb1e3$6367eb80$3c29a8c0@tci.rdo> From: "Tenacious" To: "FreeBSD Questions" References: Subject: FrontPage Extension and Apache Upgrade Date: Tue, 8 Jun 1999 15:16:18 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I installed Apache 1.3.4 to my FreeBSD 2.2.7. Now, I want to install FrontPage Extension as well as upgrade to Apache 1.3.6. Should I go ahead and use the apache-fp port, or upgrade apache and install extension seperately? In either way, is there anything I should make note of? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 12:20:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from radagast.wizard.net (radagast.wizard.net [206.161.15.5]) by hub.freebsd.org (Postfix) with ESMTP id BADF11552E for ; Tue, 8 Jun 1999 12:20:25 -0700 (PDT) (envelope-from tyson@alumni.stanford.org) Received: from tc2-s46.wizard.net (tc2-s46.wizard.net [206.161.15.121] (may be forged)) by radagast.wizard.net (8.8.7/8.8.7) with ESMTP id PAA10563 for ; Tue, 8 Jun 1999 15:20:35 -0400 Date: Tue, 8 Jun 1999 15:20:21 -0400 (EDT) From: "Donald R. Tyson" X-Sender: tyson@homebase.wizard.net To: questions@FreeBSD.org Subject: Getting 3.2's startup aphorisms to display on 2.2.8 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Can anyone tell me how to get the changing set of quotes, aphorisms and just plain goofy messages which appear on startup in 3.2 -- RELEASE to appear on 2.2.8 -- RELEASE? Is there a way to ftp only that piece of 3.2 and plug it in? Many thanks. Don Tyson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 12:26:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id BC59514DBF for ; Tue, 8 Jun 1999 12:26:48 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id OAA16840; Tue, 8 Jun 1999 14:26:38 -0500 (CDT) Date: Tue, 8 Jun 1999 14:26:38 -0500 (CDT) From: Steve Price To: "Donald R. Tyson" Cc: questions@FreeBSD.ORG Subject: Re: Getting 3.2's startup aphorisms to display on 2.2.8 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 8 Jun 1999, Donald R. Tyson wrote: # Can anyone tell me how to get the changing set of quotes, aphorisms and # just plain goofy messages which appear on startup in 3.2 -- RELEASE to # appear on 2.2.8 -- RELEASE? Is there a way to ftp only that piece of 3.2 # and plug it in? Many thanks. Don Tyson I think you are looking for /usr/src/games/fortune. It is usually put in your shell's login script so that every time you login it is displayed. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 12:39:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from arctica.euronet.nl (arctica.euronet.nl [194.134.0.156]) by hub.freebsd.org (Postfix) with ESMTP id 046201513E for ; Tue, 8 Jun 1999 12:39:47 -0700 (PDT) (envelope-from tff.sysop@topservice.com) Received: from hippo (p701.asi.euronet.nl [194.134.124.193]) by arctica.euronet.nl (8.8.5/8.8.8) with SMTP id VAA02300 for ; Tue, 8 Jun 1999 21:39:35 +0200 (MET DST) Message-Id: <4.1.19990608214103.00a11250@k9.dds.nl> X-Sender: (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Tue, 08 Jun 1999 21:41:05 +0200 To: freebsd-questions@FreeBSD.ORG From: Huib van Wees Subject: Problem afther installation. Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I've multiple OS-es on my machine I made a primary partition, a FreeBSD partition and an extended which contains the other OS-es. I installed the FreeBSD from the internet thru FTP it worked fine afther the installation. But I made the first partition active again so ik can boot my other OS-es. Now I made the second (FreeBSD) partition active again and FreeBSD give an error while booting.. :-( Is there a possible way to boot without an bootmanager, with a disk maybe? Greetings, ----====( Huib van Wees )====---- * E-mail: huib@topservice.com * Homepage: http://dot.digibel.be/~nlife2 * FAX: +31-78-6390110 * ICQ: 8639478 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 12:48:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sderdau.ne.mediaone.net (sderdau.ne.mediaone.net [24.218.2.59]) by hub.freebsd.org (Postfix) with ESMTP id F174C14FB3 for ; Tue, 8 Jun 1999 12:48:41 -0700 (PDT) (envelope-from sderdau@sderdau.ne.mediaone.net) Received: from localhost (sderdau@localhost) by sderdau.ne.mediaone.net (8.9.3/8.8.8) with ESMTP id PAA37414; Tue, 8 Jun 1999 15:51:57 -0400 (EDT) (envelope-from sderdau@sderdau.ne.mediaone.net) Date: Tue, 8 Jun 1999 15:51:57 -0400 (EDT) From: "Stephen A. Derdau" To: Tenacious Cc: FreeBSD Questions Subject: Re: FrontPage Extension and Apache Upgrade In-Reply-To: <013501beb1e3$6367eb80$3c29a8c0@tci.rdo> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Read and follow those instructions. I downloaded the fpextinsion and did the install that came with it. It took a few tries for ME to get it working . Make sure you have the right version of apache also . When you build apache the option for the frontpage extensions isn't automatic you may want to read up on building apache so it does have the front page .so stuff I believe. Again I'm new to this stuff so it may not be as hard for you as it was for me. Good luck it's really not that difficult if you have an idea of what you're doing . Unlike myself using the brute force method. :-) http://www.FreeBSD.org http://www.fsf.org FreeBSD 3.0-RELEASE On Tue, 8 Jun 1999, Tenacious wrote: > I installed Apache 1.3.4 to my FreeBSD 2.2.7. Now, I want to install > FrontPage Extension as well as upgrade to Apache 1.3.6. Should I go ahead > and use the apache-fp port, or upgrade apache and install extension > seperately? In either way, is there anything I should make note of? > > Thanks. > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 12:50:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from osgroup.com (unknown [38.229.41.6]) by hub.freebsd.org (Postfix) with ESMTP id 6CE6D14FB3 for ; Tue, 8 Jun 1999 12:50:22 -0700 (PDT) (envelope-from stan@osgroup.com) Received: from stan166 ([38.229.41.237]) by osgroup.com (8.7.6/8.6.12) with SMTP id OAA25708 for ; Tue, 8 Jun 1999 14:39:01 -0500 Received: by localhost with Microsoft MAPI; Tue, 8 Jun 1999 14:51:45 -0500 Message-ID: <01BEB1BE.6DD01A90.stan@osgroup.com> From: Constantine Shkolnyy Reply-To: "stan@osgroup.com" To: "freebsd-questions@FreeBSD.ORG" Subject: [Q] A text mode alternative to DDD? Date: Tue, 8 Jun 1999 14:51:44 -0500 Organization: Ashley Laurent, Inc. X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi All, Could somebody point me to a program which functions like the DDD debugger which wraps around the GDB, only in the text screen mode, without X. Emacs is not an option, I need something with menus, as simple as Midnight Commander. Thanks, Stan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 12:54:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from uni-sb.de (uni-sb.de [134.96.252.33]) by hub.freebsd.org (Postfix) with ESMTP id 5ED7114FB3 for ; Tue, 8 Jun 1999 12:54:21 -0700 (PDT) (envelope-from schuerge@wjpserver.CS.Uni-SB.DE) Received: from cs.uni-sb.de (cs.uni-sb.de [134.96.252.31]) by uni-sb.de (8.9.3/1999031900) with ESMTP id VAA29357 for ; Tue, 8 Jun 1999 21:54:18 +0200 (CEST) Received: from wjpserver.cs.uni-sb.de (wjpserver.cs.uni-sb.de [134.96.247.42]) by cs.uni-sb.de (8.9.3/1999031900) with ESMTP id VAA10553 for ; Tue, 8 Jun 1999 21:54:17 +0200 (CEST) Received: (from schuerge@localhost) by wjpserver.cs.uni-sb.de (8.9.3/8.9.3/wjp-SVR4/1999052600) id VAA00241 for freebsd-questions@freebsd.org; Tue, 8 Jun 1999 21:54:18 +0200 (MET DST) From: Thomas Schuerger Message-Id: <199906081954.VAA00241@wjpserver.cs.uni-sb.de> Subject: Cache size To: freebsd-questions@freebsd.org Date: Tue, 8 Jun 1999 21:54:18 +0200 (MET DST) X-Mailer: ELM [version 2.4ME+ PL57 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! I was wondering whether it is possible in FreeBSD to allow the usage of a bigger cache for the filesystems. On my 256 MB system, at most 10 MB for Cache and Buf (values that "top" displays) are used. Is there a kernel setting or something? Please mail me directly as I am not reading this list regularly. Thanks! Ciao, Thomas. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 12:55:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id B85AE14FB3 for ; Tue, 8 Jun 1999 12:55:47 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id MAA27893; Tue, 8 Jun 1999 12:55:37 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Tue, 8 Jun 1999 12:55:36 -0700 (PDT) From: Doug White To: peter kok Cc: freebsd Subject: Re: send mail problem In-Reply-To: <37589D1E.CF11FB89@sweda.com.hk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 5 Jun 1999, peter kok wrote: > When i sent mail with attached files, it displayed the following > message: > > 'An error occured while sending mail. > the mail server responded: > collect: cannot write tfLAA06470. > please check the message and try again'. The mail server ran out of disk space, probably. I'm sure the remote mail server's administrator is about to kill you :) Just how big is this attachment, anyway? Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 12:57:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id D04761536F for ; Tue, 8 Jun 1999 12:57:27 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id MAA28649; Tue, 8 Jun 1999 12:56:46 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Tue, 8 Jun 1999 12:56:46 -0700 (PDT) From: Doug White To: Dean Hollister Cc: FreeBSD Questions Subject: Re: Logging Volume Usage In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 5 Jun 1999, Dean Hollister wrote: > On Fri, 4 Jun 1999, Doug White wrote: > > > If you want to monitor disk usage, look at quotas. man quotaon. > > No, actual volume transmitted down serial links. Either use the appropriate application (i.e. ppp) or try netstat -ib. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 12:59:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from icarus.idirect.com (icarus.idirect.com [207.136.80.7]) by hub.freebsd.org (Postfix) with ESMTP id 0B28214FB3 for ; Tue, 8 Jun 1999 12:59:17 -0700 (PDT) (envelope-from tMind@bigfoot.com) Received: from eniac.idirect.ca (eniac.idirect.com [207.136.80.199]) by icarus.idirect.com (8.9.3/8.9.3) with ESMTP id PAA21377 for ; Tue, 8 Jun 1999 15:59:16 -0400 (EDT) Received: from gchan (fan200.fan590.com [209.250.138.200]) by eniac.idirect.ca (8.9.3/8.9.3) with SMTP id PAA10989 for ; Tue, 8 Jun 1999 15:59:15 -0400 (EDT) Message-ID: <015201beb1e8$ec693740$3c29a8c0@tci.rdo> From: "Tenacious" To: References: <4.1.19990608214103.00a11250@k9.dds.nl> Subject: IPFW Date: Tue, 8 Jun 1999 15:55:55 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_014F_01BEB1C7.6464F9E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_014F_01BEB1C7.6464F9E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I have FreeBSD 2.2.7. I would like to implement NATd/IPFW on the = machine. However, I read some info lately on = http://www.freebsddiary.com. It suggest that there is a problem using = Natd/IPFW (listed below). My question is: Anyone encounter this kind = of problem? Is this problem just occurred in particular version of = FreeBSD? Or I should just go ahead to use IP Filter as the author said? Thanks Here is the text from http://www.freebsddiary.com/freebsd/firewall2.htm: deny all The default rule set within /etc/rc.firewall contains the following rule = to comply with RFC 1918: $fwcmd add deny all from any to 192.168.0.0:255.255.0.0 via ${oif} However, with natd divert, this causes a problem (at least with -stable = as of 1988/08/28). When a packet goes through natd, it gets reinjected = at the start of the rules. Then the rules are seeing a packet from the = outside with a destination within RFC 1918 space (ie within = 192.168.*.*). There are two known solutions: 1.. delete the rule=20 2.. upgrade to -current=20 #1 above is not very good. #2 is the best option at present. I took a = third option, which is not recommended but does do some good. I moved = the modified rule to be above the natd divert. After a bit of thought, I've concluded that the above solution will be = sufficient for me. I believe my ISP has sufficient filtering on their = routers to prevent such attacks event reaching me. I have also been told that IP Filter doesn't have this problem. I may = just investigate that option ------=_NextPart_000_014F_01BEB1C7.6464F9E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I have FreeBSD 2.2.7.  I would like to = implement=20 NATd/IPFW on the machine.  However, I read some info lately on http://www.freebsddiary.com. It = suggest=20 that there is a problem using Natd/IPFW (listed below).  My = question=20 is:  Anyone encounter this kind of problem?  Is this problem = just=20 occurred in particular version of FreeBSD? Or I should just go ahead to = use IP=20 Filter as the author said?
 
Thanks
 
 
 
 
Here is the text from http://www.fre= ebsddiary.com/freebsd/firewall2.htm:

deny all

The default rule set within /etc/rc.firewall contains the=20 following rule to comply with RFC 1918:

$fwcmd add deny all from any to 192.168.0.0:255.255.0.0 via=20 ${oif}

However, with natd divert, this causes a problem (at least = with=20 -stable as of 1988/08/28).  When a packet goes through = natd, it=20 gets reinjected at the start of the rules.  Then the rules are = seeing a=20 packet from the outside with a destination within RFC 1918 space (ie = within=20 192.168.*.*).

There are two known solutions:

  1. delete the rule=20
  2. upgrade to -current

#1 above is not very good.  #2 is the best option at = present.  I=20 took a third option, which is not recommended but does do some = good.  I=20 moved the modified rule to be above the natd divert.

After a bit of thought, I've concluded that the above solution will = be=20 sufficient for me.  I believe my ISP has sufficient filtering on = their=20 routers to prevent such attacks event reaching me.

I have also been told that IP = Filter=20 doesn't have this problem.  I may just investigate that=20 option

------=_NextPart_000_014F_01BEB1C7.6464F9E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 13: 0:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 0CC1E14FB3 for ; Tue, 8 Jun 1999 13:00:50 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id MAA27060; Tue, 8 Jun 1999 12:53:12 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Tue, 8 Jun 1999 12:53:10 -0700 (PDT) From: Doug White To: Ken Lui Cc: cjclark@home.com, questions@FreeBSD.ORG Subject: Re: Question about arp entry in /var/log/messages In-Reply-To: <199906072039.NAA18344@cup44ux.cup.hp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 7 Jun 1999, Ken Lui wrote: > >From cjc@cc942873-a.ewndsr1.nj.home.com Mon Jun 7 11:23:23 PDT 1999 > > > FYI, the configuration I used was: > > > ifconfig_ed1="inet 15.75.136.174 netmask 255.255.248.0" > > > ifconfig_ed1_alias0="inet 10.0.0.1 netmask 255.255.255.255" > > ^^^^^^^^^^^^^^^ > > > > This netmask is telling the machine that it is the only host that is > > reachable on this net. To talk to 10.0.0.4, you'd need to losen up > > that last byte to at least 248, but since it is a 10-net, might as > > well use 255.255.255.0 or, heck, treat it like the class A adress it > > is, 255.0.0.0. > > I'll try this. Thanks again. Looking at the FAQ, I thought in order > to get aliasing working, one needed to have a netmask of all 1s. In the conventional sense, i.e. the newly added alias is in the same network as the primary interface IP. When you're running multiple IP networks on the same wire. though, you must specify the correct netmask. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 13: 3:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 1A0EC15325 for ; Tue, 8 Jun 1999 13:03:43 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id NAA00527; Tue, 8 Jun 1999 13:03:37 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Tue, 8 Jun 1999 13:03:36 -0700 (PDT) From: Doug White To: "Bret A. Ford" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: NATD difficulties In-Reply-To: <199906050722.AAA00378@uop.cs.uop.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG One message is enough, thanks. :-/ On Sat, 5 Jun 1999, Bret A. Ford wrote: > Here's my setup: > > PC1 - 192.168.0.1 > PC2 - 192.168.0.2 On an internal network ... > 2 interfaces in the FreeBSD machine: > FreeBSD LAN NIC vx0 - 192.168.0.3 > FreeBSD DSL NIC ed0 - red.act.ed.ip Are you just hiding that IP or is that the real name? Do not use names in ifconfig statements. > I've got options IPFIREWALL and IPDIVERT in my kernel. > > Critical snippits from rc.conf: > > firewall_enable="YES" # Set to YES to enable firewall functionality > firewall_type="open" # Firewall type (see /etc/rc.firewall) > network_interfaces="lo0 vx0 ed0" # List of network interfaces (lo0 is loopback). > ifconfig_vx0="inet 192.168.0.3 netmask 0xffffff00" > ifconfig_ed0="inet red.act.ed.ip netmask 0xffff0000" > defaultrouter="red.act.ed.254" > gateway_enable="YES" # Set to YES if this host will be a gateway. > natd_program="/sbin/natd" # path to natd, if you want a different one. Hm, on my system it's in /usr/sbin/natd. What FreeBSD release is this? > natd_enable="YES" # Enable natd (if firewall_enable == YES). > natd_interface="ed0" # Public interface or IPaddress to use. > natd_flags="" # Additional flags for natd. You'll want to add some flags to this, see the natd manpage. It's not strictly required but can enhance the performance of natd. > I'm using the open firewall rule in rc.firewall without any changes. > > ipfw list shows the firewall rules looking this way, upon bootup: > > 00100 divert 8668 ip from any to any via ed0 > 00100 allow ip from any to any via lo0 > 00200 deny ip from any to 127.0.0.0/8 > 65000 allow ip from any to any > 65535 deny ip from any to any Standard default. > With that, I get "ping: sendto: Permission denied" when pinging by IP > address, and messages like "ping: cannot resolve ftp.cdrom.com: Host > name lookup failure" when pinging by hostname. This, by the way, is > the result when working directly with the FreeBSD machine. Similarly > no joy with the PCs. natd doesn't appear to be running. Try throwing on the -l option to natd and adding a rule like ipfw add 65530 deny log all from any to any to see what's happening to the packets. You should have an /var/log/alias.log that has natd's activity in it. > Now, by doing a "ipfw add 1 pass all from any to any", I get Internet > connectivity on the FreeBSD machine (name lookup works, everything's fine), but > no Internet for the PCs. Well, yeah, you circumvent natd. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 13: 9:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cs.CS.NMSU.Edu (cs.CS.NMSU.Edu [128.123.64.2]) by hub.freebsd.org (Postfix) with ESMTP id 4C1A515016 for ; Tue, 8 Jun 1999 13:08:45 -0700 (PDT) (envelope-from fzhang@cs.nmsu.edu) Received: from HuiLan (can-5200-43.NMSU.Edu [128.123.62.238]) by cs.CS.NMSU.Edu (8.8.6/8.8.6) with SMTP id OAA25813 for ; Tue, 8 Jun 1999 14:08:40 -0600 (MDT) Message-ID: <001e01beb1f3$9eaa9020$ee3e7b80@NMSU.Edu> From: "Fujie Zhang" To: Subject: pnp modem setup Date: Tue, 8 Jun 1999 14:12:29 -0700 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_001A_01BEB1B8.F12E6140" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_001A_01BEB1B8.F12E6140 Content-Type: multipart/alternative; boundary="----=_NextPart_001_001B_01BEB1B8.F1378900" ------=_NextPart_001_001B_01BEB1B8.F1378900 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable i'm trying to setup a pnp Boca 56k flex modem to work.i followed the = instructions in the FAQ. made the changes to the file = ../sys/src/isa/sio.c (adding the card ID). but still could not have the = card detected at boot. i attached the dmesg output and the kernel = configuration file could somebody have a look and give some hints as to = where the error my lie and how to correct it, pls?=20 ------=_NextPart_001_001B_01BEB1B8.F1378900 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
i'm trying to setup a pnp Boca 56k flex modem to = work.i=20 followed the instructions in the FAQ. made the changes to the file=20 ../sys/src/isa/sio.c (adding the card ID). but still could not have the = card=20 detected at boot. i attached the dmesg output and the kernel = configuration=20 file could somebody have a look and give some hints as to where the = error my lie=20 and how to correct it, pls?
------=_NextPart_001_001B_01BEB1B8.F1378900-- ------=_NextPart_000_001A_01BEB1B8.F12E6140 Content-Type: application/octet-stream; name="dmeg" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="dmeg" Copyright (c) 1992-1999 The FreeBSD Project.=0A= Copyright (c) 1982, 1986, 1989, 1991, 1993=0A= The Regents of the University of California. All rights reserved.=0A= FreeBSD 4.0-19990520-CURRENT #0: Tue Jun 8 13:49:46 MDT 1999=0A= root@myname.my.domain:/usr/src/sys/compile/mykernel=0A= Timecounter "i8254" frequency 1193182 Hz=0A= Timecounter "TSC" frequency 200455668 Hz=0A= CPU: AMD-K6tm w/ multimedia extensions (200.46-MHz 586-class CPU)=0A= Origin =3D "AuthenticAMD" Id =3D 0x562 Stepping=3D2=0A= Features=3D0x8001bf=0A= real memory =3D 67108864 (65536K bytes)=0A= config> pnp 1 0 enable os irq0 5 drq0 1 port0 0x3e8=0A= sio0: system console=0A= avail memory =3D 62459904 (60996K bytes)=0A= Preloaded elf kernel "kernel" at 0xc02b7000.=0A= Preloaded userconfig_script "/boot/kernel.conf" at 0xc02b709c.=0A= Probing for PnP devices:=0A= CSN 1 Vendor ID: BRIb400 [0x00b4490a] Serial 0xd8d2bf0c Comp ID: @@@0000 = [0x00000000]=0A= npx0: on motherboard=0A= npx0: INT 16 interface=0A= pcib0: on motherboard=0A= pci0: on pcib0=0A= chip0: at device 0.0 on = pci0=0A= isab0: at device 7.0 on pci0=0A= ide_pci0: at device 7.1 = on pci0=0A= chip1: irq 9 at device 7.2 on pci0=0A= bktr0: irq 11 at device 8.0 on pci0=0A= bti2c0: =0A= iicbb0: on bti2c0=0A= iicbus0: on iicbb0 master-only=0A= smbus0: on bti2c0=0A= Miro TV, Temic NTSC tuner, dbx stereo.=0A= vga-pci0: at device 10.0 on pci0=0A= isa0 on motherboard=0A= fdc0: at port 0x3f0-0x3f7 irq 6 drq 2 on isa0=0A= fdc0: FIFO enabled, 8 bytes threshold=0A= fd0: <1440-KB 3.5" drive> at fdc0 drive 0=0A= wdc0 at port 0x1f0-0x1f7 irq 14 on isa0=0A= wdc0: unit 0 (wd0): =0A= wd0: 3098MB (6346368 sectors), 6296 cyls, 16 heads, 63 S/T, 512 B/S=0A= wdc1 at port 0x170-0x177 irq 15 on isa0=0A= wdc1: unit 0 (atapi): , removable, accel, dma, = iordis=0A= wcd0: drive speed 4134KB/sec, 1024KB cache=0A= wcd0: supported read types: CD-R, CD-RW, CD-DA, packet track=0A= wcd0: supported write types: CD-R, CD-RW, test write=0A= wcd0: Audio: play, 256 volume levels=0A= wcd0: Mechanism: ejectable tray=0A= wcd0: Medium: no/blank disc inside, unlocked=0A= wdc1: unit 1 (atapi): , removable, dma, iordis=0A= atapi1.1: unknown phase=0A= atapi1.1: unknown phase=0A= atapi1.1: unknown phase=0A= atapi1.1: unknown phase=0A= atapi1.1: unknown phase=0A= atkbdc0: at port 0x60-0x6f on isa0=0A= atkbd0: irq 1 on atkbdc0=0A= psm0: irq 12 on atkbdc0=0A= psm0: model Generic PS/2 mouse, device ID 0=0A= vga0: on isa0=0A= sc0: on isa0=0A= sc0: VGA color <16 virtual consoles, flags=3D0x0>=0A= sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0=0A= sio0: type 16550A=0A= sio1 at port 0x2f8-0x2ff irq 3 on isa0=0A= sio1: type 16550A=0A= sio2 at port 0x3e8-0x3ef irq 5 on isa0=0A= sio2: type 16550A=0A= sio3: configured irq 9 not in bitmap of probed irqs 0=0A= ppc0 at port 0x378-0x37f irq 7 flags 0x40 on isa0=0A= ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode=0A= ppb0: IEEE1284 device found /NIBBLE=0A= Probing for PnP devices on ppbus0:=0A= ppbus0: PRINTER HP ENHANCED = PCL5,PJL=0A= lpt0: on ppbus 0=0A= lpt0: Interrupt-driven port=0A= changing root device to wd0s2a=0A= ------=_NextPart_000_001A_01BEB1B8.F12E6140 Content-Type: application/octet-stream; name="mykernel" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="mykernel" # # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks # # For more information read the handbook part System Administration ->=20 # Configuring the FreeBSD Kernel -> The Configuration File.=20 # The handbook is available in /usr/share/doc/handbook or online as # latest version from the FreeBSD World Wide Web server=20 # # # An exhaustive list of options and more detailed explanations of the=20 # device lines is present in the ./LINT configuration file. If you are=20 # in doubt as to the purpose or necessity of a line, check first in = LINT. # # $Id: GENERIC,v 1.170 1999/05/14 03:57:23 obrien Exp $ machine i386 cpu I586_CPU ident current_990520 maxusers 32 #makeoptions DEBUG=3D-g #Build kernel with gdb(1) debug symbols options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options MFS #Memory Filesystem options MFS_ROOT #MFS usable as root device, "MFS" req'ed options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, "NFS" req'ed options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root. "CD9660" req'ed options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options UCONSOLE #Allow users to grab the console options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor controller isa0 controller pnp0 # PnP support for ISA #controller eisa0 controller pci0 # Brooktree driver has been ported to the new I2C framework. Thus, # you'll need to have the following 3 lines in the kernel config. controller smbus0 controller iicbus0 controller iicbb0 # The iic and smb devices are only needed if you want to control other # I2C slaves connected to the external connector of some cards. # device bktr0 # PCI Ensoniq sound card support device pcm0 at pci0 port ? irq 10 drq 1=09 controller fdc0 at isa? port IO_FD1 irq 6 drq 2 disk fd0 at fdc0 drive 0 controller wdc0 at isa? port IO_WD1 irq 14 disk wd0 at wdc0 drive 0 controller wdc1 at isa? port IO_WD2 irq 15 #disk wd2 at wdc1 drive 0 #disk wd3 at wdc1 drive 1 # ATAPI devices on wdc? device wcd0 #IDE CD-ROM device wcd1 # atkbdc0 controls both the keyboard and the PS/2 mouse controller atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 device psm0 at atkbdc? irq 12 device vga0 at isa? port ? conflicts # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? options XSERVER # support for X server #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT = lines #options PCVT_SCANSET=3D2 # IBM keyboards are non-std device npx0 at nexus? port IO_NPX irq 13 device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device sio2 at isa? port IO_COM3 irq ? device sio3 at isa? port IO_COM4 irq 9 device cuaa? at pnp? port ? irq ? # Parallel port device ppc0 at isa? port? flags 0x40 irq 7 controller ppbus0 device lpt0 at ppbus? #device plip0 at ppbus? #device ppi0 at ppbus? #controller vpo0 at ppbus? pseudo-device loop pseudo-device ppp 1 pseudo-device tun 1 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's # KTRACE enables the system-call tracing facility ktrace(2). # This adds 4 KB bloat to your kernel, and slightly increases # the costs of each syscall. #options KTRACE #kernel tracing # This provides support for System V shared memory and message queues. # options SYSVSHM options SYSVMSG options SYSVSEM # The `bpfilter' pseudo-device enables the Berkeley Packet Filter. Be # aware of the legal and administrative consequences of enabling this # option. The number of devices determines the maximum number of # simultaneous BPF clients programs runnable. pseudo-device bpfilter 4 #Berkeley packet filter ------=_NextPart_000_001A_01BEB1B8.F12E6140-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 13:16: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 145081522F; Tue, 8 Jun 1999 13:15:59 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id NAA03998; Tue, 8 Jun 1999 13:15:54 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Tue, 8 Jun 1999 13:15:53 -0700 (PDT) From: Doug White To: michael@alderete.com Cc: freebsd-questions@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG, alderete@be.com Subject: Re: [HELP!] Crashing FreeBSD server with file system corruption In-Reply-To: <19990605175807.21420.rocketmail@web126.yahoomail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 5 Jun 1999, Michael A. Alderete wrote: > I have a FreeBSD-based web/ftp server that is crashing > regularly, and the crashes are causing (caused by)file > system corruption. When reporting "crashes", if you get a kernel panic, AT MINUMUM you *must* include the panic output. If you can reproduce it, you should build a debugging kernel, turn dumps on, cause a panic, and trace back the dump. This points the finger at the offending function. The Handbook section on kernel debugging is highly recommended. For fun, I'd try using a singleprocessor kernel and see if it helps; I doubt it will, but it's a good idea to eliminate possibilities. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 13:24:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fw2.roguewave.com (fw2.roguewave.com [208.151.233.2]) by hub.freebsd.org (Postfix) with ESMTP id 5492114ED5 for ; Tue, 8 Jun 1999 13:24:48 -0700 (PDT) (envelope-from carey@roguewave.com) Received: by fw2.roguewave.com; id VAA06323; Tue, 8 Jun 1999 21:27:56 -0700 (PDT) Received: from cvo1.cvo.roguewave.com(10.68.4.36) via SMTP by hub.FreeBSD.ORG, id smtpd006314; Tue Jun 8 21:27:55 1999 Received: by cvo1.cvo.roguewave.com with Internet Mail Service (5.5.1960.3) id ; Tue, 8 Jun 1999 13:26:07 -0700 Message-ID: From: Woody Carey To: "'Bruce Pennypacker'" , freebsd-questions@FreeBSD.ORG Subject: RE: dual processor question Date: Tue, 8 Jun 1999 13:26:06 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.1960.3) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It all depends on your application. If the application has a single thread of execution, then adding another processor will do you no good. How parallel is your application? If the program is not already multithreaded, but is grossly parallel, then threading it and running it on a dual-processor system will speed it up. > > Hi all, > > We have an application that is very memory & cpu intensive, > and can take > upwards of 18 hours to run. The application essentially > loads 4.5 million > records of data into an array in memory and then does a lot of pattern > matching through the data. It's currently running on a > Pentium II 400MHz > machine with 256MB RAM that's running FreeBSD 2.2.8-RELEASE . We're > considering upgrading the machine for a number of reasons and > one of the > things we're trying to determine if going with a dual > processor machine > would help out much in terms of cutting down the time it takes this > application to run. Not knowing much about the details of > multi-processor > machines I have no idea what kind of benefit simply adding > another processor > would provide. > > Would simply upgrading to a dual processor system & FreeBSD > 3.x help improve > the performance of this application, or would it take a > fairly hefty rewrite > of the application to make the second CPU useful? I have visions of > rewriting this thing to fork subprocesses & share memory, > etc. Would all > that be necessary? > > Thanks, > > -Bruce > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 13:27:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id D687F14ED5 for ; Tue, 8 Jun 1999 13:27:51 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id NAA06957; Tue, 8 Jun 1999 13:27:39 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Tue, 8 Jun 1999 13:27:37 -0700 (PDT) From: Doug White To: Ev Batey Cc: freebsd-questions@FreeBSD.ORG Subject: Re: When and How to CVSup Date from 2.2.8 In-Reply-To: <3759788F.AAAEB5B9@cotdazr.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 5 Jun 1999, Ev Batey wrote: > Q1- To gradually (over a few weeks, if possible) get to a > current "3.x / 4.x whatever is stable", what do I want to feed > cvsup_recipe_file to my newly installed cvsup-4.15 AND > WHERE do I feed in this config file ? See the Handbook section on 'staying -stable' or 'staying -current'. It explains the update processes. > Q3- Quessing there are two ways to build my own CVS archive > RCS versions lists, paraphrasing, or some-current source files > only, what are the tradeoffs between the two ? I_m just a user and > Web and DNS server here and NOT a C source developer. If you don't need immeidate access to the entire source history, run cvsup in checkout mode. > Q4- What kind of relative disk use should I expect ? I just went > from 1-GB up to 4-GB. It was easy to get half full in minutes, so, > am I going to be pushing the wall again with some semi conservative > upgrading of FreeBSD, Apache, BIND and a few other apps. ? The full CVS tree runs ~600MB, plus ~200MB for a build directory. > Q5- Do I want to upgrade a version at a time ? Is it reasonable to > expect to upgrade from 2.2.8 to 3-Stable or 4-Stable without a big > risk of losing it all .. ? 2.2.8 on up is tricky since we changed binary formats. Do a upgrade to 3.1 then go up from there. > Q6- Can I hope to protect things like qmail which I replaced sendmail > and not have to reinstall from scratch .. again .. that was a lot of > hours. They won't be touched, but upgrading from 2.X will involve rebuilding things. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 13:31:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.email.msn.com (cpimssmtpu09.email.msn.com [207.46.181.31]) by hub.freebsd.org (Postfix) with ESMTP id 45FBF153F4 for ; Tue, 8 Jun 1999 13:31:30 -0700 (PDT) (envelope-from BruceP@msn.com) Received: from bpennypacker_02 - 153.34.158.228 by email.msn.com with Microsoft SMTPSVC; Tue, 8 Jun 1999 13:31:29 -0700 Message-ID: <002501beb1ee$5e2d1c20$2612040a@bpennypacker_02.directhit.com> From: "Bruce Pennypacker" To: "Woody Carey" , Subject: Re: dual processor question Date: Tue, 8 Jun 1999 16:34:53 -0400 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The application is currently single threaded. I wasn't aware that FreeBSD supported multithreading. Some messages I came across when searching on freebsd.org seemed to indicate that it didn't support multithreading... -Bruce >It all depends on your application. If the application has a single >thread of execution, then adding another processor will do you no good. >How parallel is your application? If the program is not already >multithreaded, but is grossly parallel, then threading it and running it >on a dual-processor system will speed it up. > >> >> Hi all, >> >> We have an application that is very memory & cpu intensive, >> and can take >> upwards of 18 hours to run. The application essentially >> loads 4.5 million >> records of data into an array in memory and then does a lot of pattern >> matching through the data. It's currently running on a >> Pentium II 400MHz >> machine with 256MB RAM that's running FreeBSD 2.2.8-RELEASE . We're >> considering upgrading the machine for a number of reasons and >> one of the >> things we're trying to determine if going with a dual >> processor machine >> would help out much in terms of cutting down the time it takes this >> application to run. Not knowing much about the details of >> multi-processor >> machines I have no idea what kind of benefit simply adding >> another processor >> would provide. >> >> Would simply upgrading to a dual processor system & FreeBSD >> 3.x help improve >> the performance of this application, or would it take a >> fairly hefty rewrite >> of the application to make the second CPU useful? I have visions of >> rewriting this thing to fork subprocesses & share memory, >> etc. Would all >> that be necessary? >> >> Thanks, >> >> -Bruce >> >> >> >> >> >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-questions" in the body of the message >> > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 13:31:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from palrel3.hp.com (palrel3.hp.com [156.153.255.226]) by hub.freebsd.org (Postfix) with ESMTP id 40FEF15516 for ; Tue, 8 Jun 1999 13:31:32 -0700 (PDT) (envelope-from klui@cup.hp.com) Received: from cup44ux.cup.hp.com (klui@cup44ux.cup.hp.com [15.13.168.124]) by palrel3.hp.com (8.8.6 (PHNE_17135)/8.8.5tis) with ESMTP id NAA19101; Tue, 8 Jun 1999 13:31:24 -0700 (PDT) Received: (from klui@localhost) by cup44ux.cup.hp.com (8.8.6 (PHNE_14041)/8.7.3 TIS Messaging 5.0) id NAA29767; Tue, 8 Jun 1999 13:26:51 -0700 (PDT) From: Ken Lui Message-Id: <199906082026.NAA29767@cup44ux.cup.hp.com> Subject: Re: Question about arp entry in /var/log/messages To: dwhite@resnet.uoregon.edu (Doug White) Date: Tue, 8 Jun 1999 13:26:51 -0700 (PDT) Cc: klui@cup.hp.com, cjclark@home.com, questions@FreeBSD.ORG In-Reply-To: from "Doug White" at Jun 8, 99 12:53:10 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From dwhite@resnet.uoregon.edu Tue Jun 8 12:56:17 PDT 1999 > In the conventional sense, i.e. the newly added alias is in the same > network as the primary interface IP. When you're running multiple IP > networks on the same wire. though, you must specify the correct netmask. I'm happy to report that the messages are gone after I enabled IP aliasing! Thanks everyone for your input. Regards, Ken -- Ken Lui 19111 Pruneridge Avenue klui@cup.hp.com Cupertino, CA 95014-0795 USA Information Solutions & Services 1.408.447.3230 FAX 1.408.447.0218 Views within this message may not be those of the Hewlett-Packard Company To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 13:48:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.psln.com (psln.com [206.99.118.101]) by hub.freebsd.org (Postfix) with ESMTP id AD7B414ED5 for ; Tue, 8 Jun 1999 13:48:33 -0700 (PDT) (envelope-from dkeller@psln.com) Received: from g6200 (chester63.psln.com [206.155.61.163]) by mail.psln.com (8.9.1/8.9.1) with SMTP id NAA22390 for ; Tue, 8 Jun 1999 13:34:28 -0700 (PDT) Message-ID: <016901beb1f5$ad108f00$a33d9bce@g6200> From: "Dainel \"The Bruce\" Keller" To: Subject: begginner question: how can i determin my local IP address? Date: Tue, 8 Jun 1999 14:27:12 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I posted a similar message here last night, but I haven't gotten any response and I never received the message myself so I'm not sure if it got through, Thanks ----- Original Message ----- From: Daniel Keller Newsgroups: comp.unix.bsd.freebsd.misc Sent: Tuesday, June 08, 1999 1:39 PM Subject: begginner question: how can i determin my local IP address? > Hi, > I am having some trouble determining my local IP address when I dial into my > ISP. I have been getting what I believe is my IP from "netstat -rn", but I > can not usr this number to telnet, or ftp, or connect to any of the other > services available on "localhost" or "127.0.0.1". I am not sure if I am > getting the IP wrong, or if for some reason I cannon connect to myself > though the IP (perhaps I need to enable some sort of other routing, or > change my ipfw rules, which are currently set up for natd and are using > "ipfw add pass all from any to any"). Any help would be greatly appreciated. > Thanks, > Daniel Keller > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 13:53:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from misha.cisco.com (misha.cisco.com [171.69.206.50]) by hub.freebsd.org (Postfix) with ESMTP id 7640814FBE for ; Tue, 8 Jun 1999 13:53:47 -0700 (PDT) (envelope-from mi@misha.cisco.com) Received: (from mi@localhost) by misha.cisco.com (8.9.3/8.9.1) id QAA00976 for questions@freebsd.org; Tue, 8 Jun 1999 16:53:46 -0400 (EDT) (envelope-from mi) Message-Id: <199906082053.QAA00976@misha.cisco.com> Subject: Re: ELF Motif (fwd) To: questions@freebsd.org Date: Tue, 8 Jun 1999 16:53:46 -0400 (EDT) Reply-To: mi@aldan.algebra.com From: Mikhail Teterin X-Mailer: ELM [version 2.4ME+ PL52 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Below is XiG's response to my question about ELF Motif. Could anyone suggest anything? I bought the lincense once, could someone, perhaps, just send me the binaries? Thanks! -mi ----- Forwarded message from ... ----- Mikhail Teterin wrote: > > Hello! > > Some time ago I purchased the Motif development package from XiG. Back > then FreeBSD was using a.out binary format. Now my workstation runs > FreeBSD-3.2 and I'd like to build elf binaries. What do I need to get > the ELF-style Motif libraries? Thanks! Sir, I'm sorry, we don't yet support FreeBSD-3.x or ELF. We do plan to support them in the future, but I don't yet have a timeline on that. I apologize for the inconvenience. Please let me know if you need further assistance. Sincerely, Bryan ----- End of forwarded message from ... ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 13:57:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 19FD615381 for ; Tue, 8 Jun 1999 13:57:15 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Tue, 8 Jun 1999 16:57:12 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB440110596E@site2s1> From: Christopher Michaels To: "'Dainel \"The Bruce\" Keller'" Cc: "FreeBSD Mailing List (E-mail)" Subject: RE: begginner question: how can I determine my local IP address? Date: Tue, 8 Jun 1999 16:58:57 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ifconfig Where is the name of your network interface. E.g. if I wanted to see my ip for my ppp I would type. ifconfig tun0 -Chris > -----Original Message----- > From: Dainel "The Bruce" Keller [SMTP:dkeller@psln.com] > Sent: Tuesday, June 08, 1999 5:27 PM > To: questions@freebsd.org > Subject: begginner question: how can i determin my local IP address? > > I posted a similar message here last night, but I haven't gotten any > response and I never received the message myself so I'm not sure if it got > through, > Thanks > ----- Original Message ----- > From: Daniel Keller > Newsgroups: comp.unix.bsd.freebsd.misc > Sent: Tuesday, June 08, 1999 1:39 PM > Subject: begginner question: how can i determin my local IP address? > > > > Hi, > > I am having some trouble determining my local IP address when I dial > into > my > > ISP. I have been getting what I believe is my IP from "netstat -rn", but > I > > can not usr this number to telnet, or ftp, or connect to any of the > other > > services available on "localhost" or "127.0.0.1". I am not sure if I am > > getting the IP wrong, or if for some reason I cannon connect to myself > > though the IP (perhaps I need to enable some sort of other routing, or > > change my ipfw rules, which are currently set up for natd and are using > > "ipfw add pass all from any to any"). Any help would be greatly > appreciated. > > Thanks, > > Daniel Keller To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 14:13:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from over.ny.us.ibm.com. (over.ny.us.ibm.com [32.97.182.111]) by hub.freebsd.org (Postfix) with ESMTP id 09AE514C18 for ; Tue, 8 Jun 1999 14:13:21 -0700 (PDT) (envelope-from brianch@us.ibm.com) Received: from ny.us.ibm.com. (s4 [10.0.3.104]) by admin.ny.us.ibm.com. (8.9.3/8.9.3) with ESMTP id GAA41168 for ; Tue, 8 Jun 1999 06:52:57 -0400 From: brianch@us.ibm.com Received: from northrelay02.pok.ibm.com (northrelay02.pok.ibm.com [9.117.200.22]) by ny.us.ibm.com. (8.9.3/8.9.3) with ESMTP id GAA39724 for ; Tue, 8 Jun 1999 06:51:40 -0400 Received: from D51MTA05.pok.ibm.com (d51mta05.pok.ibm.com [9.117.200.33]) by northrelay02.pok.ibm.com (8.8.8m2/NCO v2.0) with SMTP id GAB41780 for ; Tue, 8 Jun 1999 06:51:42 -0400 Received: by D51MTA05.pok.ibm.com(Lotus SMTP MTA v4.6.4 (830.2 3-23-1999)) id 8525678A.003BA31A ; Tue, 8 Jun 1999 06:51:23 -0400 X-Lotus-FromDomain: IBMUS To: freebsd-questions@FreeBSD.ORG Message-ID: <8525678A.003BA125.00@D51MTA05.pok.ibm.com> Date: Tue, 8 Jun 1999 06:51:45 -0400 Subject: Japanese environment Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have the Japanese version of FreeBSD on my system at home. However the Japanese environment isn't set up yet. I have no documentation to help me complete the task. Can someone guide me through the last steps, I believe that I will need to create some files or add some code. Thanks, Brian *********************************** Brian Jay Christie characterization/test engineer (802) 769-7356 email: brianch@us.ibm.com *********************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 14:27: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from OMNIA_3.OMNIA.COM (unknown [209.6.11.70]) by hub.freebsd.org (Postfix) with ESMTP id 543BF14D70 for ; Tue, 8 Jun 1999 14:26:52 -0700 (PDT) (envelope-from fmaruca@Omnia.com) Received: by omnia_3.omnia.com with Internet Mail Service (5.0.1460.8) id ; Tue, 8 Jun 1999 17:27:35 -0400 Message-ID: <0D962991BD00D211A18900A0C9C8391A23F69B@omnia_3.omnia.com> From: Fran Maruca To: "'freebsd-questions@freebsd.org'" Subject: Upgrading from 2.2.7 Date: Tue, 8 Jun 1999 17:27:33 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1460.8) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm currently running 2.2.7 and have been putting off an upgrade until the timing was better....which I've realized is never. At any rate, I'm looking for a pointer as to how to go about this(I'm assuming there's a tutorial or something around that I just haven't found) and suggestions as to which release to come up to(3.1 vs. 3.2). This machine is used quite heavily in a QA environment so I'm trying hard not to shoot myself in the foot. Any input is very much appreciated. Thanks, Fran ================================ Fran Maruca Omnia Communications Inc. 400 Nickerson Road Marlboro, MA 01752 fmaruca@omnia.com (phone) 508-486-3603 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 14:27:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law2-f108.hotmail.com [216.32.181.108]) by hub.freebsd.org (Postfix) with SMTP id 1684315256 for ; Tue, 8 Jun 1999 14:27:43 -0700 (PDT) (envelope-from fjcameron@hotmail.com) Received: (qmail 47947 invoked by uid 0); 8 Jun 1999 21:27:42 -0000 Message-ID: <19990608212742.47946.qmail@hotmail.com> Received: from 147.160.99.35 by www.hotmail.com with HTTP; Tue, 08 Jun 1999 14:27:42 PDT X-Originating-IP: [147.160.99.35] From: Frank Cameron To: freebsd-questions@freebsd.org Cc: admin@wholesalehosting.com Subject: Re: Initial Install Date: Tue, 08 Jun 1999 14:27:42 PDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Should probably goto freebsd-questions@freebsd.org. Have you tried booting the kernel from the harddrive into kernel config mode ('boot -c'?) and re-resolving conflicts? That may enable you get in and build a working custom kernel. Frank >From: "WholesaleHosting.com" >To: FreeBSD-ISP >Subject: Initial Install >Date: Fri, 08 Jan 1999 14:42:22 -0500 . . . >I've installed freebsd 3.1 on two other machines with virtually no >problems. I don't really understand yet how much works.. >Upon installing it on my last computer, an IBM Aptiva, I find myself unable >to even get thru the install. >I boot from .flp disks and config kernal to resolve conflicts, then >install.. then ports.. then reboot... I never get past the reboot >because it freezes up while scroling the stuff it scrolls when you boot. > >The last thing i see is > plip0: on ppbus 0 >and.. freeze... I have to reboot with the /flp disc's and re install... >only to have to start all over 45 minutes later for the same reasons. > >Mhouser >Sorry of this was the wrong domo to mail to - its the only one I could >remember. > >Mhouser >mhouser@wholesalehosting.com > _______________________________________________________________ Get Free Email and Do More On The Web. Visit http://www.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 14:28:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from shell2.la.best.com (shell2.la.best.com [209.24.216.141]) by hub.freebsd.org (Postfix) with ESMTP id 792CB153E0 for ; Tue, 8 Jun 1999 14:28:51 -0700 (PDT) (envelope-from nugundam@shell2.la.best.com) Received: from localhost (nugundam@localhost) by shell2.la.best.com (8.9.3/8.9.2/best.sh) with ESMTP id OAA10618 for ; Tue, 8 Jun 1999 14:28:50 -0700 (PDT) Date: Tue, 8 Jun 1999 14:28:50 -0700 (PDT) From: Joseph Lee To: freebsd-questions@freebsd.org Subject: apache and tcp_wrappers? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From searching the docs and webpages, Apache doesn't native support tcp_wrappers so the only option is to let it run wide open in daemon mode or run it in limited mode behind inetd. Am I correct? Thanks, -- Joseph nugundam =best=com==/==\=IIGS=/==\=Playstation=/==\=Civic HX CVT=/==\ # Anime Expo 1999 >> www.anime-expo.org/ > # Redline Games >> www.redlinegames.com/ > # FreeBSD >> www.freebsd.org > # EX: The Online World of Anime & Manga >> www.ex.org/ / To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 14:32:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ciao.cc.columbia.edu (ciao.cc.columbia.edu [128.59.59.11]) by hub.freebsd.org (Postfix) with ESMTP id DD80814BE9 for ; Tue, 8 Jun 1999 14:32:46 -0700 (PDT) (envelope-from stuyman@confusion.net) Received: from confusion.net (dialup-9-7.cc.columbia.edu [128.59.36.211]) by ciao.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id RAA28783 for ; Tue, 8 Jun 1999 17:32:45 -0400 (EDT) Message-ID: <375D8BD6.181C5B77@confusion.net> Date: Tue, 08 Jun 1999 17:32:06 -0400 From: Laurence Berland Organization: B.R.A.T.T. X-Mailer: Mozilla 4.5 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: Silly question Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If my terminal prints lots of silly random stuff instead of real words, is there a command I can run to get the terminal back to a sane mode? (This is after having piped some control characters to more) -- Laurence Berland, Stuyvesant HS Debate <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> Windows 98: n. useless extension to a minor patch release for 32-bit extensions and a graphical shell for a 16-bit patch to an 8-bit operating system originally coded for a 4-bit microprocessor, written by a 2-bit company that can't stand for 1 bit of competition. http://stuy.debate.net icq #7434346 aol imer E1101 The above email Copyright (C) 1999 Laurence Berland All rights reserved To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 14:34:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.psln.com (psln.com [206.99.118.101]) by hub.freebsd.org (Postfix) with ESMTP id 91DD514CE6 for ; Tue, 8 Jun 1999 14:34:32 -0700 (PDT) (envelope-from dkeller@psln.com) Received: from g6200 (chester30.psln.com [206.155.61.130]) by mail.psln.com (8.9.1/8.9.1) with SMTP id OAA25325; Tue, 8 Jun 1999 14:20:26 -0700 (PDT) Message-ID: <000901beb1fc$180665e0$823d9bce@g6200> From: "Dainel \"The Bruce\" Keller" To: "Christopher Michaels" Cc: References: <6C37EE640B78D2118D2F00A0C90FCB440110596E@site2s1> Subject: Re: begginner question: how can I determine my local IP address? (can't ping) Date: Tue, 8 Jun 1999 15:13:08 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks, I had been looking all over the mailing list and gerneally getting nowhere. unfortunately I now have a rather larger problem. I can't ping or telnet to myself by the IP address. I can ping localhost fine, but not my IP (206.155.61.1XX). I have tried flushing ipfw and making sure it is not blocking anything, but I have no idea what to try next. And suggestions would help greatly. Thanks again for the help! Daniel Keller ----- Original Message ----- From: Christopher Michaels To: 'Dainel "The Bruce" Keller' Cc: FreeBSD Mailing List (E-mail) Sent: Tuesday, June 08, 1999 1:58 PM Subject: RE: begginner question: how can I determine my local IP address? > ifconfig > > Where is the name of your network interface. E.g. if I wanted > to see my ip for my ppp I would type. > > ifconfig tun0 > > -Chris > > > > -----Original Message----- > > From: Dainel "The Bruce" Keller [SMTP:dkeller@psln.com] > > Sent: Tuesday, June 08, 1999 5:27 PM > > To: questions@freebsd.org > > Subject: begginner question: how can i determin my local IP address? > > > > I posted a similar message here last night, but I haven't gotten any > > response and I never received the message myself so I'm not sure if it got > > through, > > Thanks > > ----- Original Message ----- > > From: Daniel Keller > > Newsgroups: comp.unix.bsd.freebsd.misc > > Sent: Tuesday, June 08, 1999 1:39 PM > > Subject: begginner question: how can i determin my local IP address? > > > > > > > Hi, > > > I am having some trouble determining my local IP address when I dial > > into > > my > > > ISP. I have been getting what I believe is my IP from "netstat -rn", but > > I > > > can not usr this number to telnet, or ftp, or connect to any of the > > other > > > services available on "localhost" or "127.0.0.1". I am not sure if I am > > > getting the IP wrong, or if for some reason I cannon connect to myself > > > though the IP (perhaps I need to enable some sort of other routing, or > > > change my ipfw rules, which are currently set up for natd and are using > > > "ipfw add pass all from any to any"). Any help would be greatly > > appreciated. > > > Thanks, > > > Daniel Keller > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 14:41: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from woody.dyess.af.mil (woody.dyess.af.mil [131.59.200.3]) by hub.freebsd.org (Postfix) with ESMTP id F0E3D14BE9 for ; Tue, 8 Jun 1999 14:40:47 -0700 (PDT) (envelope-from Duke.Johnson@dyess.af.mil) Received: from mfil.terminal (mfil@localhost) by woody.dyess.af.mil with SMTP id QAA08527 for ; Tue, 8 Jun 1999 16:26:08 -0500 (CDT) Received: from dys-ms-lg1.dyess.af.mil (dys-ms-lg1.dyess.af.mil [131.59.211.137]) by woody.dyess.af.mil with ESMTP id QAA08463 for ; Tue, 8 Jun 1999 16:25:03 -0500 (CDT) Received: by mailer.dyess.af.mil with Internet Mail Service (5.5.2448.0) id ; Tue, 8 Jun 1999 16:26:01 -0500 Message-ID: From: Johnson Duke Msgt 436TS/CCF To: "'FreeBSD'" Subject: CD IMAGES Date: Tue, 8 Jun 1999 16:25:52 -0500 X-Mailer: Internet Mail Service (5.5.2448.0) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Do you still maintain ISO Images of the official FreeBSD distribution, so folks like me can make our own CD's? Thanks Duke Johnson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 14:45:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from scan.atvideo.com (ns1.atvideo.com [204.57.215.3]) by hub.freebsd.org (Postfix) with ESMTP id 4ABF8155B5; Tue, 8 Jun 1999 14:45:09 -0700 (PDT) (envelope-from chadth@atvideo.com) Received: from chadth (chadth.atvideo.com [10.0.0.130]) by scan.atvideo.com (8.9.3/8.9.3) with SMTP id OAA28348; Tue, 8 Jun 1999 14:53:50 -0700 (PDT) From: "Chad Thunberg" To: , Subject: StarOffice 5.1 Date: Tue, 8 Jun 1999 14:42:47 -0700 Message-ID: <001001beb1f7$d983bb00$8200000a@atvideo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Has anyone managed to get StarOffice 5.1 to work on a freebsd 3.X box? If not, does anyone expect a port of the package? Thanks, -Chad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 14:46:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 9B50C15278 for ; Tue, 8 Jun 1999 14:46:21 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Tue, 8 Jun 1999 17:46:18 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB440110596F@site2s1> From: Christopher Michaels To: "'dkeller@psln.com'" Cc: freebsd-questions@freebsd.org Subject: RE: begginner question: how can I determine my local IP address? Date: Tue, 8 Jun 1999 17:48:04 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hrmm.. I think what would be best is if you posted to the list the output of ifconfig -a and netstat -rn. Also, when kind of connection is this, dialup, lan, etc..? Can you ping/telnet from other systems? -Chris > -----Original Message----- > From: Dainel "The Bruce" Keller [SMTP:dkeller@psln.com] > Sent: Tuesday, June 08, 1999 6:13 PM > To: Christopher Michaels > Cc: freebsd-questions@freebsd.org > Subject: begginner question: how can I determine my local IP address? > > Thanks, I had been looking all over the mailing list and gerneally getting > nowhere. unfortunately I now have a rather larger problem. I can't ping or > telnet to myself by the IP address. I can ping localhost fine, but not my > IP > (206.155.61.1XX). I have tried flushing ipfw and making sure it is not > blocking anything, but I have no idea what to try next. And suggestions > would help greatly. > Thanks again for the help! > Daniel Keller > ----- Original Message ----- > From: Christopher Michaels > To: 'Dainel "The Bruce" Keller' > Cc: FreeBSD Mailing List (E-mail) > Sent: Tuesday, June 08, 1999 1:58 PM > Subject: RE: begginner question: how can I determine my local IP address? > > > > ifconfig > > > > Where is the name of your network interface. E.g. if I > wanted > > to see my ip for my ppp I would type. > > > > ifconfig tun0 > > > > -Chris > > > > > > > -----Original Message----- > > > From: Dainel "The Bruce" Keller [SMTP:dkeller@psln.com] > > > Sent: Tuesday, June 08, 1999 5:27 PM > > > To: questions@freebsd.org > > > Subject: begginner question: how can i determin my local IP address? > > > > > > I posted a similar message here last night, but I haven't gotten any > > > response and I never received the message myself so I'm not sure if it > got > > > through, > > > Thanks > > > ----- Original Message ----- > > > From: Daniel Keller > > > Newsgroups: comp.unix.bsd.freebsd.misc > > > Sent: Tuesday, June 08, 1999 1:39 PM > > > Subject: begginner question: how can i determin my local IP address? > > > > > > > > > > Hi, > > > > I am having some trouble determining my local IP address when I dial > > > into > > > my > > > > ISP. I have been getting what I believe is my IP from "netstat -rn", > but > > > I > > > > can not usr this number to telnet, or ftp, or connect to any of the > > > other > > > > services available on "localhost" or "127.0.0.1". I am not sure if I > am > > > > getting the IP wrong, or if for some reason I cannon connect to > myself > > > > though the IP (perhaps I need to enable some sort of other routing, > or > > > > change my ipfw rules, which are currently set up for natd and are > using > > > > "ipfw add pass all from any to any"). Any help would be greatly > > > appreciated. > > > > Thanks, > > > > Daniel Keller To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 14:47:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.go2france.com (go2france.com [209.51.193.70]) by hub.freebsd.org (Postfix) with SMTP id BD4C415480 for ; Tue, 8 Jun 1999 14:47:32 -0700 (PDT) (envelope-from lconrad@Go2France.com) Received: from dell01 [195.68.2.63] by mail.go2france.com (SMTPD32-4.03) id AB623F80182; Tue, 08 Jun 1999 16:21:54 EST5EDT Message-Id: <4.1.19990608233933.01c6f460@mail.go2france.com> X-Sender: lconrad@mail.go2france.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Tue, 08 Jun 1999 23:40:16 +0200 To: freebsd-questions@FreeBSD.ORG From: Len Conrad Subject: ipfilter version? In-Reply-To: References: <19990605175807.21420.rocketmail@web126.yahoomail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How do I find out the version of ipfilter in 3.1-R? Thanks, Len To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 14:51:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fw2.roguewave.com (fw2.roguewave.com [208.151.233.2]) by hub.freebsd.org (Postfix) with ESMTP id 5A9CF15256 for ; Tue, 8 Jun 1999 14:51:23 -0700 (PDT) (envelope-from carey@roguewave.com) Received: by fw2.roguewave.com; id WAA21216; Tue, 8 Jun 1999 22:54:30 -0700 (PDT) Received: from cvo1.cvo.roguewave.com(10.68.4.36) via SMTP by hub.FreeBSD.ORG, id smtpd021203; Tue Jun 8 22:54:26 1999 Received: by cvo1.cvo.roguewave.com with Internet Mail Service (5.5.1960.3) id ; Tue, 8 Jun 1999 14:52:38 -0700 Message-ID: From: Woody Carey To: "'Johnson Duke Msgt 436TS/CCF'" , "'FreeBSD'" Subject: RE: CD IMAGES Date: Tue, 8 Jun 1999 14:52:37 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.1960.3) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ftp://ftp7.de.freebsd.org/pub/FreeBSD/CD-ROM-images/ (ps: I think this is becoming a FAQ...) > > Do you still maintain ISO Images of the official FreeBSD > distribution, so > folks like me can make our own CD's? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 15: 6:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from oceana.nlanr.net (oceana.sdsc.edu [132.249.40.200]) by hub.freebsd.org (Postfix) with ESMTP id 3209B15973 for ; Tue, 8 Jun 1999 15:06:46 -0700 (PDT) (envelope-from tshansen@oceana.nlanr.net) Received: from localhost (tshansen@localhost) by oceana.nlanr.net (8.8.6/8.8.6) with SMTP id PAA14641 for ; Tue, 8 Jun 1999 15:06:45 -0700 (PDT) Date: Tue, 8 Jun 1999 15:06:45 -0700 (PDT) From: Todd Hansen Reply-To: Todd Hansen To: freebsd-questions@freebsd.org Subject: bad block scans Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG is there anyway to scan a disk for new bad blocks without destroying the data already on the disk? We are looking into this because we are getting a problem where our server will randomly just die and reboot while doing some disk work but it doesn't put any errors on the screen or in the kernel logs. :( Thanks. Todd Hansen NLANR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 15:12: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fw2.roguewave.com (fw2.roguewave.com [208.151.233.2]) by hub.freebsd.org (Postfix) with ESMTP id 8AA6814E1F for ; Tue, 8 Jun 1999 15:12:02 -0700 (PDT) (envelope-from carey@roguewave.com) Received: by fw2.roguewave.com; id XAA23934; Tue, 8 Jun 1999 23:15:11 -0700 (PDT) Received: from cvo1.cvo.roguewave.com(10.68.4.36) via SMTP by hub.FreeBSD.ORG, id smtpd023930; Tue Jun 8 23:15:08 1999 Received: by cvo1.cvo.roguewave.com with Internet Mail Service (5.5.1960.3) id ; Tue, 8 Jun 1999 15:13:20 -0700 Message-ID: From: Woody Carey To: "'Todd Hansen'" , freebsd-questions@FreeBSD.ORG Subject: RE: bad block scans Date: Tue, 8 Jun 1999 15:13:18 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.1960.3) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Someone please correct me if I am way off base here, but this sounds like flaky hardware, not necessarily the disk itself. Why would bad disk blocks cause a crash? > > is there anyway to scan a disk for new bad blocks without > destroying the > data already on the disk? We are looking into this because we > are getting > a problem where our server will randomly just die and reboot > while doing > some disk work but it doesn't put any errors on the screen or in the > kernel logs. :( > Thanks. > Todd Hansen > NLANR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 15:14: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from oceana.nlanr.net (oceana.sdsc.edu [132.249.40.200]) by hub.freebsd.org (Postfix) with ESMTP id 7B6F11582C for ; Tue, 8 Jun 1999 15:13:57 -0700 (PDT) (envelope-from tshansen@oceana.nlanr.net) Received: from localhost (tshansen@localhost) by oceana.nlanr.net (8.8.6/8.8.6) with SMTP id PAA16571; Tue, 8 Jun 1999 15:13:55 -0700 (PDT) Date: Tue, 8 Jun 1999 15:13:55 -0700 (PDT) From: Todd Hansen To: Woody Carey Cc: freebsd-questions@FreeBSD.ORG Subject: RE: bad block scans In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG agreed. but it only seems to happen when we are accessing the disks and we are using well-known adaptec scsi cards. Anyway, it is one of our suspicions that we would like to get out of the way. -todd On Tue, 8 Jun 1999, Woody Carey wrote: > Someone please correct me if I am way off base here, but this sounds > like > flaky hardware, not necessarily the disk itself. > > Why would bad disk blocks cause a crash? > > > > > is there anyway to scan a disk for new bad blocks without > > destroying the > > data already on the disk? We are looking into this because we > > are getting > > a problem where our server will randomly just die and reboot > > while doing > > some disk work but it doesn't put any errors on the screen or in the > > kernel logs. :( > > Thanks. > > Todd Hansen > > NLANR > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 15:15:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.dhis.org (unknown [193.136.198.220]) by hub.freebsd.org (Postfix) with ESMTP id 028A21589F for ; Tue, 8 Jun 1999 15:15:46 -0700 (PDT) (envelope-from root@ginger.dhis.org) Received: (from root@localhost) by mail.dhis.org (8.9.1/8.9.1) id XAA27350 for ; Tue, 8 Jun 1999 23:15:41 +0100 (BST) Received: from UNKNOWN(162.42.132.11), claiming to be "ginger.kf7nn.com" via SMTP by mail.dhis.org, id smtpdAAA4NayA1; Tue Jun 8 23:15:30 1999 Received: (from root@localhost) by ginger.kf7nn.com (8.9.3/8.9.2) id PAA00464; Tue, 8 Jun 1999 15:15:38 -0700 (MST) (envelope-from root) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <19990608011132.A92747@dan.emsphone.com> Date: Tue, 08 Jun 1999 15:15:37 -0700 (MST) From: vagner@ginger.dhis.org To: Dan Nelson Subject: Re: IRC Cc: questions@FreeBSD.ORG, vagner@ginger.dhis.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG here it is ginger# irc mutsgo irc.freebsd.org Segmentation fault (core dumped) ginger# irc vagner irc.freebsd.org Segmentation fault (core dumped) ginger# On 08-Jun-99 Dan Nelson wrote: > In the last episode (Jun 07), vagner@ginger.dhis.org said: >> I am trying to get irc going and am running into some trouble. >> >> here is my trouble >> >> ginger# irc irc.freebsd.org >> irc: unknown host >> ginger# > > the irc command's usage is > > irc [nickname] [server] > > So you tried to connect to the default IRC server (which defaults to > "irc") with a nickname of "irc.freebsd.org" :) Try > > irc vagner irc.freebsd.org > > > > -Dan Nelson > dnelson@emsphone.com ---------------------------------- Vetex C/O L. Vagner 3600 W. Mountain Drive Flagstaff, AZ 86001 Webpage: nadxa.com E-Mail: vagner@ginger.vagner.com Date: 08-Jun-99 Time: 15:15:13 Windows Exception Error: noun: Meaning- With the exception of a reboot anything you do will fail to recover the system. ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 15:18:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id E464814C28 for ; Tue, 8 Jun 1999 15:18:45 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id RAA04418; Tue, 8 Jun 1999 17:18:39 -0500 (CDT) (envelope-from dan) Date: Tue, 8 Jun 1999 17:18:38 -0500 From: Dan Nelson To: vagner@ginger.dhis.org Cc: questions@FreeBSD.ORG Subject: Re: IRC Message-ID: <19990608171838.A4346@dan.emsphone.com> References: <19990608011132.A92747@dan.emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: ; from "vagner@ginger.dhis.org" on Tue Jun 8 15:15:37 GMT 1999 X-OS: FreeBSD 4.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Jun 08), vagner@ginger.dhis.org said: > here it is > > ginger# irc mutsgo irc.freebsd.org > Segmentation fault (core dumped) > ginger# irc vagner irc.freebsd.org > Segmentation fault (core dumped) > ginger# Sounds like a faulty binary. If you downloaded the package, try buiding the port. Ir if you built the port, try the package. I personally haven't had irc core on me in years. -Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 15:21:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from server4.reno.powernet.net (server4.reno.powernet.net [208.226.189.15]) by hub.freebsd.org (Postfix) with ESMTP id D9DC515354 for ; Tue, 8 Jun 1999 15:21:51 -0700 (PDT) (envelope-from btrzynadlowski@powernet.net) Received: from p3-13.reno.powernet.net (p3-13.reno.powernet.net [208.226.189.133]) by server4.reno.powernet.net (8.9.0/8.8.5) with ESMTP id PAA09961; Tue, 8 Jun 1999 15:21:43 -0700 (PDT) Date: Tue, 8 Jun 1999 15:17:51 -0700 (PDT) From: Bart Trzynadlowski X-Sender: btrzynadlowski@Brzuszek To: Christopher Michaels Cc: freebsd-questions@FreeBSD.org Subject: RE: need help with pine In-Reply-To: <6C37EE640B78D2118D2F00A0C90FCB440110596A@site2s1> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, does anyone know of a mailer similar to pine? I tried Mutt and did not like it because I would prefer a mailer that can scroll line by line and have a nice editing mode like pine. What about elm? And what about a newsreader? How does news work? Will the news reader fetch the news from my nntp server or do I need separate programs to fetch and read news? I tried slrn and trn and both of those were simply unusable. Pine's newsreading interface is nice through.... Thanks, Bart Trzynadlowski trzy@powernet.net <-- reply here On Tue, 8 Jun 1999, Christopher Michaels wrote: > I personally don't really know because I just use pine myself. I'm pretty > sure I've seen other people on the list mention that they could make such > changes in another mailer. > > Someone else on the list should be able to answer your question. > > -Chris > P.S. It's generally a good idea to keep the cc: to the mailing list on your > replies. > > > -----Original Message----- > > From: Bart Trzynadlowski [SMTP:btrzynadlowski@powernet.net] > > Sent: Tuesday, June 08, 1999 1:03 AM > > To: Christopher Michaels > > Subject: RE: need help with pine > > > > > > What about other mailers? What I need is an emailer that will work (I got > > Mutt, I have yet to install and configure it) and a newsreader. I tried > > slrn and I didn't like it at all! Is there anything that's quick and > > effective that I can use as a newsreader? I might tackle the Pine problem > > later but I think a new mailer would be nice for a newbie like me for now > > :) > > > > Thank you, > > > > Bart Trzynadlowski > > trzy@powernet.net <-- reply here > > > > > > > > On Mon, 7 Jun 1999, Christopher Michaels wrote: > > > > > The unix version of PINE does not have a configuration option to change > > the > > > username that is being used. This is working as designed, and I belive > > that > > > some other MUA's do have that ability. > > > > > > *** > > > excerpt from http://www.washington.edu/pine/tech-notes.4.10/config.html > > > user-id > > > PC-Pine only and personal configuration file only. Sets the username > > > that is placed on all outgoing messages. The username is the part of the > > > address that comes before the "@". > > > *** > > > > > > BUT.. you can add a reply-to address, which isn't exactly what you want > > but > > > should have a similar effect. Again, according to the above page... > > > > > > *** > > > customized-hdrs > > > Add these custom headers when composing. Also possible to add > > > default values to these custom headers or to any of the standard > > headers. > > > This is a list variable. Each entry in the list is a header name (the > > actual > > > header name that will appear in the message) followed by an optional > > colon > > > and value. For example, if a Reply-to header was needed because it was > > > different from the From address, that could be accomplished with: > > > customized-hdrs=Reply-to: fred_flintstone@bedrock.net > > > Leaving the optional value out allows the user to fill it in when > > > composing a message. If it isn't filled in, it won't be included in the > > > message. > > > > > > *** > > > > > > I might read that page if I were you, but there is a workaround > > available. > > > Your only other options are, 1. change your username on the box, or 2. I > > > belive there is a way to get sendmail to rewrite the headers of your > > email > > > to change the user name, I'll be damned if I know how to do it tho. > > > > > > Hope this helps, > > > Chris > > > > > > > > > > > > > -----Original Message----- > > > > From: Bart Trzynadlowski [SMTP:btrzynadlowski@powernet.net] > > > > Sent: Sunday, June 06, 1999 10:33 PM > > > > To: freebsd-questions@freebsd.org > > > > Subject: need help with pine > > > > > > > > Hello, > > > > I just noticed that when I send messages with pine it will set the > > > > return address as "btrzynadlowski@powernet.net" but my email is > > > > "trzy@powernet.net" > > > > I don't see any options in Pine to change the email address, how > > > > can I get it so it does not print my FreeBSD login name but uses my > > email > > > > account name? > > > > I'm not 100% sure it does it with email message but I am 100% > > > > positive that any message I send to usenet will have a return address > > of > > > > btrzynadlowski@powernet.net > > > > > > > > Thank you, > > > > > > > > Bart Trzynadlowski > > > > trzy@powernet.net <-- reply here > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 15:27:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.go2france.com (go2france.com [209.51.193.70]) by hub.freebsd.org (Postfix) with SMTP id C73C01530F for ; Tue, 8 Jun 1999 15:27:32 -0700 (PDT) (envelope-from lconrad@Go2France.com) Received: from dell01 [195.68.2.63] by mail.go2france.com (SMTPD32-4.03) id A4C411D0166; Tue, 08 Jun 1999 17:01:56 EST5EDT Message-Id: <4.1.19990609002022.021962a0@mail.go2france.com> X-Sender: lconrad@mail.go2france.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Wed, 09 Jun 1999 00:21:30 +0200 To: freebsd-questions@FreeBSD.ORG From: Len Conrad Subject: sdlcomm WANic 750? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Anybody know if there is a FreeBSD driver for the SDLComm WANic 750/755 T3/E3 PCI WAN card? Regards, Len To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 15:29:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bbs.kitel.co.kr (bbs.kitel.co.kr [210.102.35.84]) by hub.freebsd.org (Postfix) with ESMTP id 02786159C1 for ; Tue, 8 Jun 1999 15:29:40 -0700 (PDT) (envelope-from swjeong@bbs.kitel.co.kr) Received: (from swjeong@localhost) by bbs.kitel.co.kr (8.9.1/8.9.1) id HAA18555 for freebsd-questions@FreeBSD.ORG; Wed, 9 Jun 1999 07:33:49 +0900 (KST) (envelope-from swjeong) Date: Wed, 9 Jun 1999 07:33:49 +0900 (KST) From: Jeong Sung Won Message-Id: <199906082233.HAA18555@bbs.kitel.co.kr> To: freebsd-questions@FreeBSD.ORG Subject: kernel panic in ioctl() maybe due to VM ? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am using FreeBSD-3.1-RELEASE I met panic. Panic occured at FIONREAD ioctl(). I found it was called at rdchk() at rbsb.c in lrzsz 0.12.16 packages. Before panic, there was kernel warning message --- "b_to_q to a clist with no reserved cblocks". Is it related ? Following is gdb output for core dump. I think it's odd that gdb core dumped in displaying variable. --------- gdb output -------- # gdb -k /sys/compile/MYRI.19990430 vmcore.4 GDB is free software and you are welcome to distribute copies of it under certain conditions; type "show copying" to see the conditions. There is absolutely no warranty for GDB; type "show warranty" for details. GDB 4.16 (i386-unknown-freebsd), Copyright 1996 Free Software Foundation, Inc... IdlePTD 3792896 initial pcb at 2e598c panicstr: from debugger panic messages: --- Fatal trap 12: page fault while in kernel mode fault virtual address = 0x5480345f fault code = supervisor read, page not present instruction pointer = 0x8:0xf016d01d stack pointer = 0x10:0xfd69bec4 frame pointer = 0x10:0xfd69bf60 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 69172 (lsz) interrupt mask = panic: from debugger panic: from debugger dumping to dev 20401, offset 1572864 dump 256 255 254 253 252 251 250 249 248 ... 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 --- #0 boot (howto=260) at ../../kern/kern_shutdown.c:285 285 dumppcb.pcb_cr3 = rcr3(); (kgdb) bt #0 boot (howto=260) at ../../kern/kern_shutdown.c:285 #1 0xf016209d in panic (fmt=0xf0277128 "from debugger") at ../../kern/kern_shutdown.c:446 #2 0xf012b3c5 in db_panic (addr=-266940387, have_addr=0, count=1, modif=0xfd69bd48 "") at ../../ddb/db_command.c:432 #3 0xf012b365 in db_command (last_cmdp=0xf02b3920, cmd_table=0xf02b3780, aux_cmd_tablep=0xf02e317c) at ../../ddb/db_command.c:332 #4 0xf012b42a in db_command_loop () at ../../ddb/db_command.c:454 #5 0xf012d77b in db_trap (type=12, code=0) at ../../ddb/db_trap.c:71 #6 0xf023f55e in kdb_trap (type=12, code=0, regs=0xfd69be88) at ../../i386/i386/db_interface.c:157 #7 0xf02497d8 in trap_fatal (frame=0xfd69be88, eva=1417688159) at ../../i386/i386/trap.c:937 #8 0xf02494b7 in trap_pfault (frame=0xfd69be88, usermode=0, eva=1417688159) at ../../i386/i386/trap.c:835 #9 0xf02490ea in trap (frame={tf_es = -31850480, tf_ds = -43843568, tf_edi = 4, tf_esi = -238539008, tf_ebp = -43401376, tf_isp = -43401552, tf_ebx = -238632704, tf_edx = 0, tf_ecx = 1074030207, tf_eax = -238658276, tf_trapno = 12, tf_err = 0, tf_eip = -266940387, tf_cs = 8, tf_eflags = 66050, tf_esp = -43804224, tf_ss = -265588232}) at ../../i386/i386/trap.c:437 #10 0xf016d01d in ioctl (p=0xfd6399c0, uap=0xfd69bf94) at ../../kern/sys_generic.c:445 #11 0xf0249a47 in syscall (frame={tf_es = 39, tf_ds = 39, tf_edi = -272639696, tf_esi = 84992, tf_ebp = -272642208, tf_isp = -43401244, tf_ebx = 105, tf_edx = 85380, tf_ecx = 38099, tf_eax = 54, tf_trapno = 7, tf_err = 7, tf_eip = 537363601, tf_cs = 31, tf_eflags = 646, tf_esp = -272642224, tf_ss = 39}) at ../../i386/i386/trap.c:1100 #12 0x20078491 in ?? () #13 0x7193 in ?? () #14 0x69f7 in ?? () #15 0x49bd in ?? () #16 0x4450 in ?? () #17 0x3afe in ?? () #18 0x38f8 in ?? () #19 0x1095 in ?? () (kgdb) up 10 #10 0xf016d01d in ioctl (p=0xfd6399c0, uap=0xfd69bf94) at ../../kern/sys_generic.c:445 445 } else if ((com&IOC_OUT) && size) (kgdb) l ioctl 389 /* ARGSUSED */ 390 int 391 ioctl(p, uap) 392 struct proc *p; 393 register struct ioctl_args *uap; 394 { 395 register struct file *fp; 396 register struct filedesc *fdp; 397 register u_long com; 398 int error; (kgdb) p *uap $1 = {Segmentation fault (core dumped) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (gdb core dumped here) (kgdb) up #11 0xf0249a47 in syscall (frame={tf_es = 39, tf_ds = 39, tf_edi = -272639696, tf_esi = 84992, tf_ebp = -272642208, tf_isp = -43401244, tf_ebx = 105, tf_edx = 85380, tf_ecx = 38099, tf_eax = 54, tf_trapno = 7, tf_err = 7, tf_eip = 537363601, tf_cs = 31, tf_eflags = 646, tf_esp = -272642224, tf_ss = 39}) at ../../i386/i386/trap.c:1100 1100 error = (*callp->sy_call)(p, args); (kgdb) l syscall ... 1032 void 1033 syscall(frame) 1034 struct trapframe frame; 1035 { 1036 caddr_t params; 1037 int i; ... 1083 if (params && (i = callp->sy_narg * sizeof(int)) && 1084 (error = copyin(params, (caddr_t)args, (u_int)i))) { ... 1089 goto bad; (kgdb) l 1090 } .... 1095 p->p_retval[0] = 0; 1096 p->p_retval[1] = frame.tf_edx; 1097 1098 STOPEVENT(p, S_SCE, callp->sy_narg); 1099 (kgdb) l 1100 error = (*callp->sy_call)(p, args); 1101 ... (kgdb) p i No symbol "i" in current context. (kgdb) ---------- end of gdb output --------- What's the reason of the panic ? VM problem ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 15:30:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from jinx.unknown.nu (jinx.unknown.nu [207.229.158.108]) by hub.freebsd.org (Postfix) with ESMTP id 6338015841 for ; Tue, 8 Jun 1999 15:30:49 -0700 (PDT) (envelope-from lists@jinx.unknown.nu) Received: from localhost (lists@localhost) by jinx.unknown.nu (8.9.3/8.9.3) with SMTP id RAA22766; Tue, 8 Jun 1999 17:30:46 -0500 (CDT) (envelope-from lists@jinx.unknown.nu) Date: Tue, 8 Jun 1999 17:30:46 -0500 (CDT) From: Kim Scarborough To: Bart Trzynadlowski Cc: Christopher Michaels , freebsd-questions@FreeBSD.ORG Subject: RE: need help with pine In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm butting in here a little bit late, but you CAN change the username in pine. It's a compile-time option that is off by default. Download the source and look through the Makefile. On Tue, 8 Jun 1999, Bart Trzynadlowski wrote: > > Well, does anyone know of a mailer similar to pine? I tried Mutt and did > not like it because I would prefer a mailer that can scroll line by line > and have a nice editing mode like pine. What about elm? And what about a > newsreader? How does news work? Will the news reader fetch the news from > my nntp server or do I need separate programs to fetch and read news? > I tried slrn and trn and both of those were simply unusable. Pine's > newsreading interface is nice through.... > > Thanks, > > Bart Trzynadlowski > trzy@powernet.net <-- reply here > > On Tue, 8 Jun 1999, Christopher Michaels wrote: > > > I personally don't really know because I just use pine myself. I'm pretty > > sure I've seen other people on the list mention that they could make such > > changes in another mailer. > > > > Someone else on the list should be able to answer your question. > > > > -Chris > > P.S. It's generally a good idea to keep the cc: to the mailing list on your > > replies. > > > > > -----Original Message----- > > > From: Bart Trzynadlowski [SMTP:btrzynadlowski@powernet.net] > > > Sent: Tuesday, June 08, 1999 1:03 AM > > > To: Christopher Michaels > > > Subject: RE: need help with pine > > > > > > > > > What about other mailers? What I need is an emailer that will work (I got > > > Mutt, I have yet to install and configure it) and a newsreader. I tried > > > slrn and I didn't like it at all! Is there anything that's quick and > > > effective that I can use as a newsreader? I might tackle the Pine problem > > > later but I think a new mailer would be nice for a newbie like me for now > > > :) > > > > > > Thank you, > > > > > > Bart Trzynadlowski > > > trzy@powernet.net <-- reply here > > > > > > > > > > > > On Mon, 7 Jun 1999, Christopher Michaels wrote: > > > > > > > The unix version of PINE does not have a configuration option to change > > > the > > > > username that is being used. This is working as designed, and I belive > > > that > > > > some other MUA's do have that ability. > > > > > > > > *** > > > > excerpt from http://www.washington.edu/pine/tech-notes.4.10/config.html > > > > user-id > > > > PC-Pine only and personal configuration file only. Sets the username > > > > that is placed on all outgoing messages. The username is the part of the > > > > address that comes before the "@". > > > > *** > > > > > > > > BUT.. you can add a reply-to address, which isn't exactly what you want > > > but > > > > should have a similar effect. Again, according to the above page... > > > > > > > > *** > > > > customized-hdrs > > > > Add these custom headers when composing. Also possible to add > > > > default values to these custom headers or to any of the standard > > > headers. > > > > This is a list variable. Each entry in the list is a header name (the > > > actual > > > > header name that will appear in the message) followed by an optional > > > colon > > > > and value. For example, if a Reply-to header was needed because it was > > > > different from the From address, that could be accomplished with: > > > > customized-hdrs=Reply-to: fred_flintstone@bedrock.net > > > > Leaving the optional value out allows the user to fill it in when > > > > composing a message. If it isn't filled in, it won't be included in the > > > > message. > > > > > > > > *** > > > > > > > > I might read that page if I were you, but there is a workaround > > > available. > > > > Your only other options are, 1. change your username on the box, or 2. I > > > > belive there is a way to get sendmail to rewrite the headers of your > > > email > > > > to change the user name, I'll be damned if I know how to do it tho. > > > > > > > > Hope this helps, > > > > Chris > > > > > > > > > > > > > > > > > -----Original Message----- > > > > > From: Bart Trzynadlowski [SMTP:btrzynadlowski@powernet.net] > > > > > Sent: Sunday, June 06, 1999 10:33 PM > > > > > To: freebsd-questions@freebsd.org > > > > > Subject: need help with pine > > > > > > > > > > Hello, > > > > > I just noticed that when I send messages with pine it will set the > > > > > return address as "btrzynadlowski@powernet.net" but my email is > > > > > "trzy@powernet.net" > > > > > I don't see any options in Pine to change the email address, how > > > > > can I get it so it does not print my FreeBSD login name but uses my > > > email > > > > > account name? > > > > > I'm not 100% sure it does it with email message but I am 100% > > > > > positive that any message I send to usenet will have a return address > > > of > > > > > btrzynadlowski@powernet.net > > > > > > > > > > Thank you, > > > > > > > > > > Bart Trzynadlowski > > > > > trzy@powernet.net <-- reply here > > > > > > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 15:32:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from c523578-a.sttls1.wa.home.com (c523578-a.sttls1.wa.home.com [24.5.122.51]) by hub.freebsd.org (Postfix) with ESMTP id 5FC4D15835 for ; Tue, 8 Jun 1999 15:32:24 -0700 (PDT) (envelope-from tbackman@c523578-a.sttls1.wa.home.com) Received: from localhost (tbackman@localhost) by c523578-a.sttls1.wa.home.com (8.9.3/8.9.2) with ESMTP id PAA02131; Tue, 8 Jun 1999 15:38:46 -0700 (PDT) (envelope-from tbackman@c523578-a.sttls1.wa.home.com) Date: Tue, 8 Jun 1999 15:38:46 -0700 (PDT) From: Todd Backman To: Dan Nelson Cc: vagner@ginger.dhis.org, questions@FreeBSD.ORG Subject: Re: IRC In-Reply-To: <19990608171838.A4346@dan.emsphone.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Probably a bad port as I downloaded it last night and it dumped on me also... On Tue, 8 Jun 1999, Dan Nelson wrote: > In the last episode (Jun 08), vagner@ginger.dhis.org said: > > here it is > > > > ginger# irc mutsgo irc.freebsd.org > > Segmentation fault (core dumped) > > ginger# irc vagner irc.freebsd.org > > Segmentation fault (core dumped) > > ginger# > > Sounds like a faulty binary. If you downloaded the package, try > buiding the port. Ir if you built the port, try the package. I > personally haven't had irc core on me in years. > > -Dan Nelson > dnelson@emsphone.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > ========================================================================= Todd Backman "there are two major products that came out of berkley: Geek and FreeBSD user lsd and unix. Seattle, WA we don't believe this to be "Chaos is a good teacher..." a coincidence." j.s.anderson ========================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 15:46:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from i686.lampsoft.com (unknown [206.155.61.163]) by hub.freebsd.org (Postfix) with ESMTP id B90E415354 for ; Tue, 8 Jun 1999 15:46:38 -0700 (PDT) (envelope-from dkeller@psln.com) Received: from psln.com (localhost [127.0.0.1]) by i686.lampsoft.com (8.9.2/8.9.2) with ESMTP id JAA00963; Tue, 8 Jun 1999 09:20:45 -0700 (PDT) (envelope-from dkeller@psln.com) Message-ID: <375D42DD.2F7F5DB7@psln.com> Date: Tue, 08 Jun 1999 09:20:45 -0700 From: "Daniel \\" The Bruce\ " Keller" Organization: LampSoft X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: ChrisMic@clientlogic.com, freebsd-questions@freebsd.org Subject: Re: Fw: begginner question: how can I determine my local IP address? (can't ping) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks, here is the output of ifconfig -a : ed0: flags=8843 mtu 1500 inet 10.0.0.1 netmask 0xffffff00 broadcast 10.0.0.255 ether 00:00:c0:59:a6:f4 ppp0: flags=8051 mtu 1006 inet 206.155.61.163 --> 206.155.61.100 netmask 0xffffff00 lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 and here is netstat -rn: Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 206.155.61.100 UGSc 6 15 ppp0 10/24 link#1 UC 0 0 ed0 127.0.0.1 127.0.0.1 UH 0 0 lo0 206.155.61.100 206.155.61.163 UH 7 0 ppp0 ipfw show produces: 65535 0 0 allow ip from any to any Thanks for any suggestions, Daniel Keller Dainel \"The Bruce\" Keller wrote: > > ----- Original Message ----- > From: Christopher Michaels > To: > Cc: > Sent: Tuesday, June 08, 1999 2:48 PM > Subject: RE: begginner question: how can I determine my local IP address? > > > Hrmm.. I think what would be best is if you posted to the list the output > of > > ifconfig -a and netstat -rn. Also, when kind of connection is this, > dialup, > > lan, etc..? > > > > Can you ping/telnet from other systems? > > > > -Chris > > > -----Original Message----- > > > From: Dainel "The Bruce" Keller [SMTP:dkeller@psln.com] > > > Sent: Tuesday, June 08, 1999 6:13 PM > > > To: Christopher Michaels > > > Cc: freebsd-questions@freebsd.org > > > Subject: begginner question: how can I determine my local IP address? > > > > > > Thanks, I had been looking all over the mailing list and gerneally > getting > > > nowhere. unfortunately I now have a rather larger problem. I can't ping > or > > > telnet to myself by the IP address. I can ping localhost fine, but not > my > > > IP > > > (206.155.61.1XX). I have tried flushing ipfw and making sure it is not > > > blocking anything, but I have no idea what to try next. And suggestions > > > would help greatly. > > > Thanks again for the help! > > > Daniel Keller > > > ----- Original Message ----- > > > From: Christopher Michaels > > > To: 'Dainel "The Bruce" Keller' > > > Cc: FreeBSD Mailing List (E-mail) > > > Sent: Tuesday, June 08, 1999 1:58 PM > > > Subject: RE: begginner question: how can I determine my local IP > address? > > > > > > > > > > ifconfig > > > > > > > > Where is the name of your network interface. E.g. if I > > > wanted > > > > to see my ip for my ppp I would type. > > > > > > > > ifconfig tun0 > > > > > > > > -Chris > > > > > > > > > > > > > -----Original Message----- > > > > > From: Dainel "The Bruce" Keller [SMTP:dkeller@psln.com] > > > > > Sent: Tuesday, June 08, 1999 5:27 PM > > > > > To: questions@freebsd.org > > > > > Subject: begginner question: how can i determin my local IP address? > > > > > > > > > > I posted a similar message here last night, but I haven't gotten any > > > > > response and I never received the message myself so I'm not sure if > it > > > got > > > > > through, > > > > > Thanks > > > > > ----- Original Message ----- > > > > > From: Daniel Keller > > > > > Newsgroups: comp.unix.bsd.freebsd.misc > > > > > Sent: Tuesday, June 08, 1999 1:39 PM > > > > > Subject: begginner question: how can i determin my local IP address? > > > > > > > > > > > > > > > > Hi, > > > > > > I am having some trouble determining my local IP address when I > dial > > > > > into > > > > > my > > > > > > ISP. I have been getting what I believe is my IP from > "netstat -rn", > > > but > > > > > I > > > > > > can not usr this number to telnet, or ftp, or connect to any of > the > > > > > other > > > > > > services available on "localhost" or "127.0.0.1". I am not sure if > I > > > am > > > > > > getting the IP wrong, or if for some reason I cannon connect to > > > myself > > > > > > though the IP (perhaps I need to enable some sort of other > routing, > > > or > > > > > > change my ipfw rules, which are currently set up for natd and are > > > using > > > > > > "ipfw add pass all from any to any"). Any help would be greatly > > > > > appreciated. > > > > > > Thanks, > > > > > > Daniel Keller > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 15:56:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.240.222]) by hub.freebsd.org (Postfix) with ESMTP id E021B14C56 for ; Tue, 8 Jun 1999 15:56:51 -0700 (PDT) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.9.3/8.9.1) id PAA03153; Tue, 8 Jun 1999 15:56:45 -0700 (PDT) (envelope-from mph) Date: Tue, 8 Jun 1999 15:56:45 -0700 From: Matthew Hunt To: Laurence Berland Cc: questions@FreeBSD.ORG Subject: Re: Silly question Message-ID: <19990608155645.A94424@wopr.caltech.edu> References: <375D8BD6.181C5B77@confusion.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <375D8BD6.181C5B77@confusion.net>; from Laurence Berland on Tue, Jun 08, 1999 at 05:32:06PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jun 08, 1999 at 05:32:06PM -0400, Laurence Berland wrote: > If my terminal prints lots of silly random stuff instead of real words, > is there a command I can run to get the terminal back to a sane mode? > (This is after having piped some control characters to more) You can give "reset" a shot. I find that it isn't always powerful enough, though. If your terminal is really an xterm, then you should get good results by holding down control and pressing the middle mouse button, and selecting "Do Full Reset". It will have the side-effect of clearing the screen. Most full-screen applications will redraw if you hit control-L, so that's not usually a problem. Matt -- Matthew Hunt * UNIX is a lever for the http://www.pobox.com/~mph/ * intellect. -J.R. Mashey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 16:16: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from imo12.mx.aol.com (imo12.mx.aol.com [198.81.17.2]) by hub.freebsd.org (Postfix) with ESMTP id 3440A150E3 for ; Tue, 8 Jun 1999 16:16:05 -0700 (PDT) (envelope-from DrkWu1f6@aol.com) Received: from DrkWu1f6@aol.com (14449) by imo12.mx.aol.com (IMOv20) id nYNOa10256 for ; Tue, 8 Jun 1999 19:14:31 -0400 (EDT) From: DrkWu1f6@aol.com Message-ID: Date: Tue, 8 Jun 1999 19:14:31 EDT Subject: BSD To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: AOL 4.0 for Windows 95 sub 10 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i was wondering about an app to get to kewwoard ppp i heard it will help speed my computer up when im playing multiplayer games and well im a huge gamer so if you could send me an app. it would really help thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 16:19:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dsinw.com (dsinw.com [207.149.40.5]) by hub.freebsd.org (Postfix) with ESMTP id 730DB157F8 for ; Tue, 8 Jun 1999 16:19:49 -0700 (PDT) (envelope-from hamellr@dsinw.com) Received: from akane (ppp113.pm3-0.pdx.dsinw.com [207.149.41.113]) by dsinw.com (8.8.8/8.7.3) with SMTP id QAA05610; Tue, 8 Jun 1999 16:19:45 -0700 (PDT) Date: Tue, 8 Jun 1999 16:19:45 -0700 () From: Rick Hamell To: DrkWu1f6@aol.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: BSD In-Reply-To: Message-ID: X-X-Sender: hamellr@dsinw.com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > i was wondering about an app to get to kewwoard ppp i heard it will help > speed my computer up when im playing multiplayer games and well im a huge > gamer so if you could send me an app. it would really help thanks Check out www.freebsd.org, all the apps you'll ever need to speed up your computer will be there. Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 16:35:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from palrel3.hp.com (palrel3.hp.com [156.153.255.226]) by hub.freebsd.org (Postfix) with ESMTP id 6DB2E15904 for ; Tue, 8 Jun 1999 16:34:56 -0700 (PDT) (envelope-from darrylo@sr.hp.com) Received: from srmail.sr.hp.com (srmail.sr.hp.com [15.4.45.14]) by palrel3.hp.com (8.8.6 (PHNE_17135)/8.8.5tis) with ESMTP id QAA17817; Tue, 8 Jun 1999 16:34:44 -0700 (PDT) Received: from mina.sr.hp.com by srmail.sr.hp.com with ESMTP (1.37.109.16/15.5+ECS 3.3) id AA197224880; Tue, 8 Jun 1999 16:34:40 -0700 Received: from localhost (darrylo@mina.sr.hp.com [15.4.42.247]) by mina.sr.hp.com with ESMTP (8.8.6 (PHNE_14041)/8.7.3 TIS 5.0) id QAA21745; Tue, 8 Jun 1999 16:34:39 -0700 (PDT) Message-Id: <199906082334.QAA21745@mina.sr.hp.com> To: Mikhail Teterin , freebsd-questions@FreeBSD.ORG Subject: Re: ELF Motif (fwd) Reply-To: Darryl Okahata In-Reply-To: Your message of "Tue, 08 Jun 1999 16:53:46 EDT." Mime-Version: 1.0 (generated by tm-edit 1.1.1.1) Content-Type: text/plain; charset=US-ASCII Date: Tue, 08 Jun 1999 16:34:39 -0700 From: Darryl Okahata Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mikhail Teterin wrote: > Below is XiG's response to my question about ELF Motif. Could anyone > suggest anything? I bought the lincense once, could someone, perhaps, > just send me the binaries? Thanks! Another source for FreeBSD ELF Motif 2.1.10 is: http://www.apps2go.com/ It's available now, and costs something like US$129. -- Darryl Okahata darrylo@sr.hp.com DISCLAIMER: this message is the author's personal opinion and does not constitute the support, opinion, or policy of Hewlett-Packard, or of the little green men that have been following him all day. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 16:53: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from Raccoon.ChipChat.com (Raccoon.ChipChat.com [206.2.228.130]) by hub.freebsd.org (Postfix) with ESMTP id 6A73F14A0B for ; Tue, 8 Jun 1999 16:52:45 -0700 (PDT) (envelope-from mrc@ChipChat.com) Received: from Piman-Orange.ChipChat.com (Piman-Orange.ChipChat.com [206.2.228.146]) by Raccoon.ChipChat.com (8.9.2/8.9.2) with ESMTP id XAA68795 for ; Tue, 8 Jun 1999 23:59:03 GMT (envelope-from mrc@ChipChat.com) Received: from localhost (localhost.ChipChat.com [127.0.0.1]) by Piman-Orange.ChipChat.com (8.9.3/8.9.2) with ESMTP id XAA02884 for ; Tue, 8 Jun 1999 23:54:08 GMT (envelope-from mrc@ChipChat.com) To: questions@freebsd.org Subject: keyboard on IBM ThinkPad 701 X-Mailer: Mew version 1.93 on XEmacs 20.4 (Emerald) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990608235408G.mrc@ChipChat.com> Date: Tue, 08 Jun 1999 23:54:08 GMT From: Marty Cawthon X-Dispatcher: imput version 980905(IM100) Lines: 38 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hardware: IBM ThinkPad 701 FreeBSD: 3.0 Was working fine with 3.0 I upgraded to 3.2-Stable Examined 'GENERIC' vs 'MYKERNEL' - changed as appropriate. Rebuilt kernel New Boot Blocks With the new kernel the system boots, but the keyboard driver fails. atkbd0 not attached ... (I can only get a glimpse of the actual message as it flies by, keyboard is dead, so no 'dmesg', and I also have network troubles with my 3COM PC-Card...) System starts up, but my keyboard is inoperative. I have this in my 'MYKERNEL' config file: # atkbdc0 controlls both the keyboard and the PS/2 mouse controller atkbdc0 at isa? port IO_KBD tty device atkbd0 at isa? tty irq 1 device psm0 at isa? tty irq 12 When I boot my old 3.0 kernel, the keyboard works fine. ('ps', 'top', etc do not, ...) QUESTION 1: I have read LINT and saw mention of 'flags' for atkbd0 How do you use these 'flags' in the kernel config file? QUESTION 2: Any suggestions for my keyboard. Marty Cawthon ChipChat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 16:58:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 3F90C14EBD; Tue, 8 Jun 1999 16:58:28 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id TAA00588; Tue, 8 Jun 1999 19:59:47 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199906082359.TAA00588@cc942873-a.ewndsr1.nj.home.com> Subject: Re: Cyrix, AMD, Intel In-Reply-To: <19990608122155.1225.qmail@kemicol.rezidew.net> from "rezidew@rezidew.net" at "Jun 8, 99 12:21:55 pm" To: rezidew@rezidew.net Date: Tue, 8 Jun 1999 19:59:46 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG (FreeBSD Questions) Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, "Graphic," I do not have your answers, but this question is much more appropriate in freebsd-questions@freebsd.org. I'm bouncing it over there. Hope someone can help you. rezidew@rezidew.net wrote, > I have just bought two (new?) machines. > > one is a AMD-K62 (350) > the other is a Cyrix MII (366) > > I have several questions... > > #1) how should I compile my kernel 'i[3456]86'? > > #2) when I boot up the AMD with freebsd it's > detected as a 586 running at some where around > 356.22MHz. Why only 586? > > #3) when I boot up the Cyrix with OpenBSD it's > detected as a 686 running at 251.36Mhz. > should I expect the same with FreeBSD? why > does this happen? is there something wrong > with the processor? > > #4) I have a Dual Processor Pentium-Pro-200. > If I compile in SMP for that machine, > on which of the three machines should I > expect to see the best performance? (all > things being equal) > > Thanks in advance > > > > -- > Graphic Rezidew > Graphic@rezidew.net -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 17: 7:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 07AA4152E5; Tue, 8 Jun 1999 17:07:40 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id UAA00617; Tue, 8 Jun 1999 20:08:47 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199906090008.UAA00617@cc942873-a.ewndsr1.nj.home.com> Subject: Re: Router Problems In-Reply-To: <375CF437.F3904036@opentech.stpn.soft.net> from Dinesh Pal at "Jun 8, 99 04:15:12 pm" To: pdinesh@opentech.stpn.soft.net (Dinesh Pal) Date: Tue, 8 Jun 1999 20:08:39 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG (FreeBSD Questions) Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Dinesh. This is a question much beyond the scope of freebsd-newbies. I am forwarding this to freebsd-questions@freebsd.org. I do not have any solid answers, but some comments below... Dinesh Pal wrote, > Hello, > > I have installed a FreeBSD 2.1.0 which is working as a router . You just installed 2.1.0? Do you realize that the present release version of FreeBSD is 3.2? I would suggest upgrading to at least 2.2.8-STABLE[0], if not 3.x-STABLE. > It has two Network Interface cards. > > 1. Very frequently it igives following error message if I do a ping > to any system on my internal network. Ping works ok to any system > in > outside world. We also can not ping this system from any local > machine. > > " ping send to: no buffer space available." > > 2. System also reports " ix.cx.excesscoll" frequently on the console. > > I want to know why these error messages are comming and what I should do > to rectify them. > > Thanks in advance. > > Dinesh Pal > System Administartor > Open Technologies India Pvt. Ltd. > Noida > India [0] The jump from a 2.x.x to 3.x system has some tricks to it. If continuity of service is important, go to 2.2.8 unless you really know what you are doing. If this is a fresh install and you are working out bugs and configuring from scratch, however, might as well start at 3.x-STABLE... my humble opinions of course. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 17:29:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.vnet.net (smtp2.vnet.net [166.82.1.32]) by hub.freebsd.org (Postfix) with ESMTP id B6DA01584D for ; Tue, 8 Jun 1999 17:29:44 -0700 (PDT) (envelope-from rivers@dignus.com) Received: from dignus.com (ponds.vnet.net [166.82.177.48]) by smtp2.vnet.net (8.9.1a/8.9.1) with ESMTP id UAA17240; Tue, 8 Jun 1999 20:30:26 -0400 (EDT) Received: from lakes.dignus.com (lakes.dignus.com [10.0.0.3]) by dignus.com (8.9.2/8.8.5) with ESMTP id UAA19443; Tue, 8 Jun 1999 20:29:40 -0400 (EDT) Received: (from rivers@localhost) by lakes.dignus.com (8.9.2/8.6.9) id UAA10097; Tue, 8 Jun 1999 20:29:39 -0400 (EDT) Date: Tue, 8 Jun 1999 20:29:39 -0400 (EDT) From: Thomas David Rivers Message-Id: <199906090029.UAA10097@lakes.dignus.com> To: questions@FreeBSD.ORG, stuyman@confusion.net Subject: Re: Silly question In-Reply-To: <375D8BD6.181C5B77@confusion.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > If my terminal prints lots of silly random stuff instead of real words, > is there a command I can run to get the terminal back to a sane mode? > (This is after having piped some control characters to more) > -- > Laurence Berland, Stuyvesant HS Debate From the stty man page: sane Resets all modes to reasonable values for interactive termi- nal use. Try entering: stty sane If you terminal is in a really bad way - you won't be able to see what your typing, and you may have to send a cntrl-J or some other character to actually enter the command. - Dave Rivers - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 17:40:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sby.centrin.net.id (sby.centrin.net.id [202.146.252.3]) by hub.freebsd.org (Postfix) with ESMTP id ABC59151EF for ; Tue, 8 Jun 1999 17:40:32 -0700 (PDT) (envelope-from inu@sby.centrin.net.id) Received: from sby.centrin.net.id ([202.146.252.230]) by sby.centrin.net.id (Netscape Mail Server v1.1) with ESMTP id AAA1835; Wed, 9 Jun 1999 07:40:25 +0700 Message-ID: <375DB919.A0350906@sby.centrin.net.id> Date: Wed, 09 Jun 1999 07:45:13 +0700 From: Inu Wikantiyoso Organization: AMM (Anti Micro$oft Movement) X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 3.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Gregory Lewis Cc: FreeBSD Questions Subject: Re: mounting ext2fs References: <9906081726.AA29411@dartagnan.maths.adelaide.edu.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Gregory Lewis wrote: > Just a thought, but you may want to check that you have a kernel compiled > with ext2fs support. This is not compiled in by default. The correct > option is something like > > options "EXT2FS" it works !!! thanks a lot ;) .... I can browse into my linux area now .... inoe -- unix vs. windoze great power vs. nothing To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 17:55:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from obelix.unicamp.br (obelix.unicamp.br [143.106.10.2]) by hub.freebsd.org (Postfix) with ESMTP id 573801584B for ; Tue, 8 Jun 1999 17:55:23 -0700 (PDT) (envelope-from jair@obelix.unicamp.br) Received: (from jair@localhost) by obelix.unicamp.br (8.8.8/8.8.7) id VAA22925 for freebsd-questions@freebsd.org; Tue, 8 Jun 1999 21:57:35 -0300 (EST) From: "Jose' Jair Vianna Cirino- R. 8413 #110000#" Message-Id: <199906090057.VAA22925@obelix.unicamp.br> Subject: FreeBSD 2.2.6 To: freebsd-questions@freebsd.org Date: Tue, 8 Jun 1999 21:57:35 -0300 (EST) X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I need help. My FreeBSD (2.2.6) system cannot mount / filesystem. I need the boot and fixit floppies to try to correct the problem. Where can I find them? Please send any information to jair@unicamp.br or luci@unicamp.br Thank you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 18:12:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail0.atl.bellsouth.net (mail0.atl.bellsouth.net [205.152.0.27]) by hub.freebsd.org (Postfix) with ESMTP id 9632314F27 for ; Tue, 8 Jun 1999 18:12:30 -0700 (PDT) (envelope-from wghicks@bellsouth.net) Received: from wghicks.bellsouth.net (host-209-214-66-15.atl.bellsouth.net [209.214.66.15]) by mail0.atl.bellsouth.net (8.8.8-spamdog/8.8.5) with ESMTP id VAA06300; Tue, 8 Jun 1999 21:11:36 -0400 (EDT) Received: from wghicks (wghicks@localhost [127.0.0.1]) by wghicks.bellsouth.net (8.9.3/8.9.2) with ESMTP id VAA10474; Tue, 8 Jun 1999 21:14:58 -0400 (EDT) (envelope-from wghicks@wghicks.bellsouth.net) Message-Id: <199906090114.VAA10474@bellsouth.net> To: Tom Williams Cc: freebsd-questions@FreeBSD.ORG, wghicks@wghicks.bellsouth.net Subject: Re: REbooting Problem In-reply-to: Your message of "Tue, 08 Jun 1999 11:15:15 EDT." Date: Tue, 08 Jun 1999 21:14:58 -0400 From: W Gerald Hicks Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I have a freebsd 2.2.2 machine that has a habbit of just rebooting itself, > is there any way I can diagnose what may be doing this all it is running > is apache 1.3.6, named 4.9.4, and an FTP server. Any ideas? That's what an NMI (non-maskable interrupt) can do. Motherboard and/or RAM problems are frequently the culprit. Good Luck, Jerry Hicks wghicks@bellsouth.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 18:13:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from johnc.connectionsusa.com (johnc.connectionsusa.com [209.118.236.33]) by hub.freebsd.org (Postfix) with ESMTP id 8950C14F27 for ; Tue, 8 Jun 1999 18:13:43 -0700 (PDT) (envelope-from jdc@johnc.connectionsusa.com) Received: (from jdc@localhost) by johnc.connectionsusa.com (8.9.3/8.9.2) id VAA10679; Tue, 8 Jun 1999 21:13:39 -0400 (EDT) (envelope-from jdc) From: John Cochran Message-Id: <199906090113.VAA10679@johnc.connectionsusa.com> Subject: Re: anyone using tyan S1836DLUAN-BX Thunder 100 ? In-Reply-To: <000901beb1d9$54ea1880$3142f5cf@whyy.org> from Jeff Ehrenkrantz at "Jun 8, 1999 2: 4: 9 pm" To: Admin@DelValley.net (Jeff Ehrenkrantz) Date: Tue, 8 Jun 1999 21:13:38 -0400 (EDT) Cc: freebsd-questions@freebsd.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > also does anyone know if the aic 7895 works with 3.2release? > thanks ..je I'm currently running 3.2-RELEASE with a Tyan S1836DLUAN. The SCSI support is flawless. The only problem I've encountered with the board is that the Vibra16XV sound chip isn't very well supported. I can get sound out using the pcm driver, but I have problems recording sound using that same driver. Hope this helps, John Cochran To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 18:24:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ari.tamacc.chuo-u.ac.jp (ari.tc.chuo-u.ac.jp [133.91.135.11]) by hub.freebsd.org (Postfix) with ESMTP id B1ECA14F27 for ; Tue, 8 Jun 1999 18:24:43 -0700 (PDT) (envelope-from c8351013@wasi.sho.tamacc.chuo-u.ac.jp) Received: (from uucp@localhost) by ari.tamacc.chuo-u.ac.jp (8.9.1a/3.7W-19980928) id KAA02412 for ; Wed, 9 Jun 1999 10:24:43 +0900 (JST) (envelope-from c8351013@wasi.sho.tamacc.chuo-u.ac.jp) Received: from wasi.sho.tamacc.chuo-u.ac.jp(133.91.158.10) via SMTP by ari.tamacc.chuo-u.ac.jp, id smtpdAAA0ZC65d; Wed Jun 9 10:24:40 1999 Received: from ws37 ([133.91.173.37]) by wasi.sho.tamacc.chuo-u.ac.jp (8.9.3/3.7W) with SMTP id KAA26959 for ; Wed, 9 Jun 1999 10:24:39 +0900 (JST) Message-Id: <199906090124.KAA26959@wasi.sho.tamacc.chuo-u.ac.jp> X-Sender: c8351013@wasi.sho.tamacc.chuo-u.ac.jp (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5-J (32) Date: Wed, 09 Jun 1999 10:26:24 +0900 To: freebsd-questions@FreeBSD.ORG From: =?ISO-2022-JP?B?GyRCMCRJdE0zSH47UhsoQg==?= Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-2022-JP" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG $B%*%;%"%K%"CO0h$N?M$H1QJ8$N%a!<%k$,$7$?$$$N$G$9$,!">R2p$7$F$$$?$@$1$^$9$+!)(B To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 18:44: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 0DE8314BE1 for ; Tue, 8 Jun 1999 18:43:39 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from rainbow5.scientia.demon.co.uk ([192.168.1.2] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.02 #1) id 10rX9r-000LY7-00; Wed, 09 Jun 1999 02:28:00 +0100 (envelope-from ben@rainbow5.scientia.demon.co.uk) Received: from rainbow5.scientia.demon.co.uk (ident=ben) by rainbow5.scientia.demon.co.uk with local (Exim 3.02 #1) id 10rX9t-000CCy-00; Wed, 09 Jun 1999 02:28:01 +0100 (envelope-from ben@rainbow5.scientia.demon.co.uk) Date: Wed, 9 Jun 1999 02:28:00 +0100 From: Ben Smithurst To: Bart Trzynadlowski Cc: freebsd-questions@FreeBSD.org Subject: Re: need help with pine Message-ID: <19990609022800.A46855@rainbow5.scientia.demon.co.uk> References: <6C37EE640B78D2118D2F00A0C90FCB440110596A@site2s1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Bart Trzynadlowski wrote: > Well, does anyone know of a mailer similar to pine? I tried Mutt and did > not like it because I would prefer a mailer that can scroll line by line > and have a nice editing mode like pine. Mutt *can* scroll line by line; enter scrolls down, backspace scrolls up. And mutt just uses your favourite editor for editing, so there should be no problem there. > I tried slrn and trn and both of those were simply unusable. What makes slrn unusable? It's the best newsreader I've found yet. trn is a bit trickier though, but I wouldn't call it unusable. -- Ben Smithurst | PGP: 0x99392F7D ben@scientia.demon.co.uk | key available from keyservers and | ben+pgp@scientia.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 18:51: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from server4.reno.powernet.net (server4.reno.powernet.net [208.226.189.15]) by hub.freebsd.org (Postfix) with ESMTP id 78A3B15930 for ; Tue, 8 Jun 1999 18:51:00 -0700 (PDT) (envelope-from btrzynadlowski@powernet.net) Received: from p4-28.reno.powernet.net (p4-28.reno.powernet.net [208.226.189.178]) by server4.reno.powernet.net (8.9.0/8.8.5) with ESMTP id SAA00253; Tue, 8 Jun 1999 18:50:49 -0700 (PDT) Date: Tue, 8 Jun 1999 18:46:58 -0700 (PDT) From: Bart Trzynadlowski X-Sender: btrzynadlowski@Brzuszek To: Ben Smithurst Cc: freebsd-questions@FreeBSD.org Subject: Re: need help with pine In-Reply-To: <19990609022800.A46855@rainbow5.scientia.demon.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 9 Jun 1999, Ben Smithurst wrote: I'll try Mutt again but slrn was bad because I had to use ESC-Down and ESC-Up or some odd combination of keys like that to scroll page by page. I'm assuming its customizable though but that configuration file was a behemoth. What about tin? Thanks, Bart Trzynadlowski trzy@powernet.net <-- reply here > Mutt *can* scroll line by line; enter scrolls down, backspace scrolls > up. And mutt just uses your favourite editor for editing, so there > should be no problem there. > > > I tried slrn and trn and both of those were simply unusable. > > What makes slrn unusable? It's the best newsreader I've found yet. trn is > a bit trickier though, but I wouldn't call it unusable. > > -- > Ben Smithurst | PGP: 0x99392F7D > ben@scientia.demon.co.uk | key available from keyservers and > | ben+pgp@scientia.demon.co.uk > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 19: 2:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from Raccoon.ChipChat.com (Raccoon.ChipChat.com [206.2.228.130]) by hub.freebsd.org (Postfix) with ESMTP id D2DDF15942 for ; Tue, 8 Jun 1999 19:02:16 -0700 (PDT) (envelope-from mrc@ChipChat.com) Received: from Piman-Orange.ChipChat.com (Piman-Orange.ChipChat.com [206.2.228.146]) by Raccoon.ChipChat.com (8.9.2/8.9.2) with ESMTP id CAA69946 for ; Wed, 9 Jun 1999 02:08:37 GMT (envelope-from mrc@ChipChat.com) Received: from localhost (localhost.ChipChat.com [127.0.0.1]) by Piman-Orange.ChipChat.com (8.9.3/8.9.2) with ESMTP id CAA03518 for ; Wed, 9 Jun 1999 02:03:41 GMT (envelope-from mrc@ChipChat.com) To: freebsd-questions@freebsd.org Subject: atkbd0 not attached due to irq conflict with sc0 at 1 X-Mailer: Mew version 1.93 on XEmacs 20.4 (Emerald) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990609020338T.mrc@ChipChat.com> Date: Wed, 09 Jun 1999 02:03:38 GMT From: Marty Cawthon X-Dispatcher: imput version 980905(IM100) Lines: 18 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello fellow BSDaemons, I receive the following message upon bootup: "atkbd0 not attached due to irq conflict with sc0 at 1" and the keyboard does not work. Machine: IBM Thinkpad 701 Before FreeBSD 3.0 worked fine. Now I upgraded to 3.2, built a new kernel, and see that message. Is it possible to change the irq of sc0 in the kernel config file? I thought that irq was set in the hardware. Any suggestions for avoiding that conflict? Marty Cawthon ChipChat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 19: 6:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from boom.calcasieu.com (mail.calcasieu.com [209.99.46.80]) by hub.freebsd.org (Postfix) with ESMTP id 98A6C15942 for ; Tue, 8 Jun 1999 19:06:53 -0700 (PDT) (envelope-from dread@calcasieu.com) Received: from coypu.bb.calcasieu.com (coypu.bb.calcasieu.com [192.168.3.21]) by boom.calcasieu.com (8.9.3/8.9.3) with ESMTP id VAA11077; Tue, 8 Jun 1999 21:06:04 -0500 (CDT) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <375D8BD6.181C5B77@confusion.net> Date: Tue, 08 Jun 1999 21:06:04 -0500 (CDT) Organization: Calcasieu Lumber From: Don Read To: Laurence Berland Subject: RE: Silly question Cc: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 08-Jun-99 Laurence Berland wrote: > If my terminal prints lots of silly random stuff instead of real words, > is there a command I can run to get the terminal back to a sane mode? > (This is after having piped some control characters to more) > -- ^Jstty sane^J Regards, --- Don Read dread@calcasieu.com EDP Manager dread@texas.net Calcasieu Lumber Co. Austin TX -- Meddle not in the affairs of dragons, for you are crunchy and taste good with ketchup. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 19:26:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dtgnet.com (outmail.dtgnet.com [216.16.0.2]) by hub.freebsd.org (Postfix) with ESMTP id BF4B9152C6 for ; Tue, 8 Jun 1999 19:26:09 -0700 (PDT) (envelope-from buehnert@pluto.dsu.edu) Received: from mail.unitelsd.com (unitel-83.unitelsd.com [216.16.32.83]) by dtgnet.com (8.9.1b+Sun/8.8.8) with SMTP id VAA26475 for ; Tue, 8 Jun 1999 21:25:36 -0500 (CDT) Date: Tue, 8 Jun 1999 21:25:36 -0500 (CDT) Message-Id: <199906090225.VAA26475@dtgnet.com> Subject: *.ISO of FreeBsd CD From: "Troy Buehner" To: freebsd-questions@FreeBSD.ORG X-Color: 16777215 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am interested in FreeBsd. I was wondering if you have an .ISO image of the FreeBsd cd. I looked on you ftp site and couldn't find one. Do you plan to put one up, or do you know of any other ftp sites that have it? Thanks, Troy Buehner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 19:32:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from femto.bctel.net (femto.bctel.net [204.174.66.6]) by hub.freebsd.org (Postfix) with ESMTP id 1728B15228 for ; Tue, 8 Jun 1999 19:32:39 -0700 (PDT) (envelope-from mbannar-martin@pearson-college.uwc.ca) Received: (from nobody@localhost) by femto.bctel.net (8.8.8/8.8.4) id TAA05380 for ; Tue, 8 Jun 1999 19:32:39 -0700 (PDT) Received: from m99.pearson-college.uwc.ca(206.12.92.99) by femto via smap (V2.0) id xma005376; Tue, 8 Jun 99 19:32:35 -0700 Message-ID: <375DD0F9.717DD605@pearson-college.uwc.ca> Date: Tue, 08 Jun 1999 19:27:05 -0700 From: Mark Bannar-Martin X-Mailer: Mozilla 4.02 [en] (Win95; U) MIME-Version: 1.0 To: freebsd-questions Subject: Help:HP5M Duplexer Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Help: I have an HP5M printer with Jet Direct card and duplexer. It prints fine through lpr, printing page by page, but I cannot get the duplexer to work, that is, I cannot print double sided. The duplexer does work with a windows driver so it is not a hardware problem. I guess it is a question of software control from the FreeBSD box. Any suggestions? On a second point, any suggestions on the best way to achieve printer accounting given my set-up? Thank you, Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 19:32:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.cpd.ufv.br (mail.cpd.ufv.br [200.19.130.117]) by hub.freebsd.org (Postfix) with ESMTP id 9FB4014E18 for ; Tue, 8 Jun 1999 19:32:37 -0700 (PDT) (envelope-from nar_ufv@mail.ufv.br) Received: from mail.ufv.br (mercurio.nar.ufv.br [200.18.130.84]) by mail.cpd.ufv.br (8.9.0/8.9.0) with ESMTP id XAA18646 for ; Tue, 8 Jun 1999 23:43:28 -0300 Message-ID: <375DD0F6.1479485@mail.ufv.br> Date: Tue, 08 Jun 1999 23:27:02 -0300 From: Nucleo de Acesso Remoto Organization: Universidade Federal de Vicosa X-Mailer: Mozilla 4.51 [en] (X11; I; SunOS 5.5.1 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: adaptec 2940 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Gantleman, i am trying to get SCSI working on my system (adaptec 2940)! My boot floppy recgonize it perfectly, but when i try to set slice, i am adviced: Your Hard Disk is using > than 1024 cylinders, you should translate it to logical counting.... How can i set up it? Another questions: When i am formating slices, i see: Making new fs -b 8192 -f 1024 on /dev/wsd0s1[ab] Is my block 8192 bytes long ? How should i format it with 512 bytes long ? when i try to use -b 512 it returns with -1 ! Can anybody help me ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 19:35:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mercury.communitech.net (mercury.communitech.net [209.15.2.5]) by hub.freebsd.org (Postfix) with SMTP id BC23C15228 for ; Tue, 8 Jun 1999 19:35:32 -0700 (PDT) (envelope-from david@da3.net) Received: from da3.net ([216.184.140.184]) by mercury.communitech.net ; Tue, 08 Jun 1999 21:35:31 -600 Message-ID: <375DD2EE.4068760D@da3.net> Date: Tue, 08 Jun 1999 19:35:26 -0700 From: David Pollack X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: after install of windows freebsd doesn't boot... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, I spent to better part of this day install FreeBSD on my second HD that I just got. But when I restart the computer it goes stright into windows98. Now, I this probably has to do with the MBR but I am not sure how to go about install a boot loader similar to LILO, so that I can dual boot windows and freeBSD. Was there just an install option that I missed? And can I install the boot loader without reinstalling? Another thing, where is BASH located so that when I boot up into FreeBSD I can use that instead of sh. btw, I am not actually on the list so responses should be forwarded to me. Thanks a lot and sorry if you get this question a million times. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 19:57:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from 001101.zer0.org (001101.zer0.org [206.24.105.163]) by hub.freebsd.org (Postfix) with ESMTP id 25D0B15897 for ; Tue, 8 Jun 1999 19:57:29 -0700 (PDT) (envelope-from gsutter@001101.zer0.org) Received: (from gsutter@localhost) by 001101.zer0.org (8.9.2/8.9.2) id TAA99404 for freebsd-questions@freebsd.org; Tue, 8 Jun 1999 19:56:32 -0700 (PDT) (envelope-from gsutter) Date: Tue, 8 Jun 1999 19:56:32 -0700 From: Gregory Sutter To: freebsd-questions@freebsd.org Subject: FreeBSD 3 and Mysql - Large, Busy DB? Message-ID: <19990608195632.L69022@001101.zer0.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Organization: Zer0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is anybody using FreeBSD 3.x and Mysql for a large, busy database? How does it work? Do you consider it a viable option? When I say "large" and "busy", I mean a few tables of perhaps ten million rows each, accessed around 500-1000 times per second. Anyone have an installation approaching this? _Any_ data is appreciated, so drop me a line if you're anywhere close or have any kind of empirical data to share. Muchas gracias. Greg -- Gregory S. Sutter Failing sardine factory cans employees! mailto:gsutter@pobox.com http://www.pobox.com/~gsutter/ PGP DSS public key 0x40AE3052 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 20: 7:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 76BF714CC1 for ; Tue, 8 Jun 1999 20:07:43 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id XAA04664; Tue, 8 Jun 1999 23:08:51 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199906090308.XAA04664@cc942873-a.ewndsr1.nj.home.com> Subject: Re: ypbind not binding In-Reply-To: <01BEB1A4.A9C3FFE0@hackdar.coast.net> from Mark Szlaga at "Jun 8, 99 11:47:17 am" To: mszlaga@coast.net (Mark Szlaga) Date: Tue, 8 Jun 1999 23:08:51 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [Looks like your MUA globbed everything onto one line. Reformatted.] Mark Szlaga wrote, > Greetings, > Short:I am having trouble getting ypbind to bind to the server. > Long: I am running ypserv on my gateway machine. [snip] > Machine: P-120 > OS: FreeBSD 3.2-stable (compiled about a month ago right after the release) > NIC: DEC 21140 based Kingston and NE2000 compliant SMC card If everything else on the machine is working, really unlikely to have anything to do with hardware. Nice to have the FreeBSD version. > Video: Piece of crap 512kb ISA (it does text and only text :) How could this matter? :) > This is a basic stripped down machine with only what it needs to function. > > natd, Kernel, and firewall created as per FAQ. everything else works like a champ. Could you show us your NIS parameters set /etc/rc.conf file? Provided that is how you are starting NIS. If not, how are you doing it? Of most importance, are you using ypset? (My vague guess from your statements is that a machine with multiple interfaces could have ypserv and ypbind missing each other by trying to talk to each other in the wrong places... but just a guess until we get more info.) -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 20:14:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cygnus.rush.net (cygnus.rush.net [209.45.245.133]) by hub.freebsd.org (Postfix) with ESMTP id B5C5214CC1 for ; Tue, 8 Jun 1999 20:14:44 -0700 (PDT) (envelope-from bright@rush.net) Received: from localhost (bright@localhost) by cygnus.rush.net (8.9.3/8.9.3) with SMTP id WAA26585; Tue, 8 Jun 1999 22:33:06 -0500 (EST) Date: Tue, 8 Jun 1999 22:33:04 -0500 (EST) From: Alfred Perlstein To: David Pollack Cc: freebsd-questions@FreeBSD.ORG Subject: Re: after install of windows freebsd doesn't boot... In-Reply-To: <375DD2EE.4068760D@da3.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 8 Jun 1999, David Pollack wrote: > Well, I spent to better part of this day install FreeBSD > on my second HD that I just got. But when I restart the > computer it goes stright into windows98. Now, I this > probably has to do with the MBR but I am not sure > how to go about install a boot loader similar to LILO, > so that I can dual boot windows and freeBSD. Yes, during the install you should have asked freebsd to install "booteasy", it asks you right after you do the partitioning. > Was there just an install option that I missed? And > can I install the boot loader without reinstalling? yes, take a look at: ftp://ftp.freebsd.org/pub/FreeBSD/tools/osbsbeta.exe > Another thing, where is BASH located so that when I > boot up into FreeBSD I can use that instead of sh. FreeBSD doesn't use bash for a default shell, if you want bash, then you either install the package or use the port. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 20:47:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from andromeda. (www.digitalimage.md [209.26.120.205]) by hub.freebsd.org (Postfix) with SMTP id 7454F14E6D for ; Tue, 8 Jun 1999 20:47:16 -0700 (PDT) (envelope-from admin@wholesalehosting.com) Received: from uyrgfcgg by andromeda. (SMI-8.6/SMI-SVR4) id XAA10208; Tue, 8 Jun 1999 23:50:15 -0400 Date: Fri, 08 Jan 1999 23:37:54 -0500 From: "WholesaleHosting.com" To: Frank Cameron Cc: freebsd-questions Subject: Re: Initial Install In-Reply-To: <19990608212742.47946.qmail@hotmail.com> References: <19990608212742.47946.qmail@hotmail.com> Message-Id: <3696DD22212.3833ADMIN@domains.md> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver 1.24 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Someone suggested that to me in passing.. but suggested 'boot -v' - I was inable to figure out how to do that... There is no operating system on the HD because I can't get this one on. It seems as If i'd have to have had a working system to boot from a hard drive.. but I am so new to this.. i'm still having a hard time dealing with the work kernal.. so.. But thanks for the tip. any more? > Have you tried booting the kernel from the harddrive into kernel config mode > ('boot -c'?) and re-resolving conflicts? That may enable you get in and > build a working custom kernel. > > Frank > > >From: "WholesaleHosting.com" > >To: FreeBSD-ISP > >Subject: Initial Install > >Date: Fri, 08 Jan 1999 14:42:22 -0500 > . . . > >I've installed freebsd 3.1 on two other machines with virtually no > >problems. I don't really understand yet how much works.. > >Upon installing it on my last computer, an IBM Aptiva, I find myself unable > >to even get thru the install. > >I boot from .flp disks and config kernal to resolve conflicts, then > >install.. then ports.. then reboot... I never get past the reboot > >because it freezes up while scroling the stuff it scrolls when you boot. > > > >The last thing i see is > > plip0: on ppbus 0 > >and.. freeze... I have to reboot with the /flp disc's and re install... > >only to have to start all over 45 minutes later for the same reasons. > > > >Mhouser > >Sorry of this was the wrong domo to mail to - its the only one I could > >remember. > > > >Mhouser > >mhouser@wholesalehosting.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 20:58:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from boromir.vpop.net (dns1.vpop.net [206.117.147.2]) by hub.freebsd.org (Postfix) with ESMTP id 7724A14C47; Tue, 8 Jun 1999 20:58:32 -0700 (PDT) (envelope-from joe@vpop.net) Received: from localhost.vpop.net (ring.vpop.net [206.117.147.5]) by boromir.vpop.net (8.9.1/8.9.1) with SMTP id UAA07004; Tue, 8 Jun 1999 20:58:29 -0700 (PDT) From: joe@vpop.net (Joe McDonald) To: Holtor Cc: freebsd-isp@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD's FTP Daemon Date: Tue, 08 Jun 1999 20:52:33 -0700 Organization: VPOP Technologies Inc. Message-ID: <3794e48c.386351281@127.0.0.1> References: <19990608104517.4721.rocketmail@web113.yahoomail.com> In-Reply-To: <19990608104517.4721.rocketmail@web113.yahoomail.com> X-Mailer: Forte Agent 1.5/32.451 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Take a look at ProFTP http://www.proftpd.org/ . It has served us well. regards, -joe On Tue, 8 Jun 1999 03:45:17 -0700 (PDT), Holtor wrote: > Secondly, lately i read some stuff about security > in this ftpd? Running the normal ftpd that comes > with freebsd is probably the safest way to go am I > correct? --=20 NewsHub: http://www.NewsHub.com/tech/ | MultiTrace: http://www.MultiTrace.com/ | Explore Your Net! DomainSurfer: http://www.DomainSurfer.com/ | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 20:58:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (Postfix) with ESMTP id D551814E0C for ; Tue, 8 Jun 1999 20:58:24 -0700 (PDT) (envelope-from dean@mushka.cx) Received: from mushka (mushka.cx [203.11.114.10]) by odyssey.apana.org.au (8.8.8/8.8.8) with SMTP id LAA15443; Wed, 9 Jun 1999 11:57:37 +0800 (WST) (envelope-from dean@mushka.cx) Message-Id: <3.0.3.32.19990609115545.0070abb8@odyssey.apana.org.au> X-Sender: dean@odyssey.apana.org.au X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.3 (32) Date: Wed, 09 Jun 1999 11:55:45 +0800 To: Doug White From: Dean Hollister Subject: Re: Logging Volume Usage Cc: FreeBSD Questions In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 12:56 8/06/99 -0700, Doug White wrote: >Either use the appropriate application (i.e. ppp) or try netstat -ib. Hmmm, I'm not sure if that can be done thru pppd. I can't find anything on the manpage. d. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 21: 2:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id C95BC14C47 for ; Tue, 8 Jun 1999 21:02:53 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from rainbow5.scientia.demon.co.uk ([192.168.1.2] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.02 #1) id 10rZZh-000P2u-00; Wed, 09 Jun 1999 05:02:49 +0100 (envelope-from ben@rainbow5.scientia.demon.co.uk) Received: from rainbow5.scientia.demon.co.uk (ident=ben) by rainbow5.scientia.demon.co.uk with local (Exim 3.02 #1) id 10rZZZ-000CSB-00; Wed, 09 Jun 1999 05:02:41 +0100 (envelope-from ben@rainbow5.scientia.demon.co.uk) Date: Wed, 9 Jun 1999 05:02:41 +0100 From: Ben Smithurst To: Bart Trzynadlowski Cc: freebsd-questions@FreeBSD.org Subject: Re: need help with pine Message-ID: <19990609050241.A47839@rainbow5.scientia.demon.co.uk> References: <19990609022800.A46855@rainbow5.scientia.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Bart Trzynadlowski wrote: > I'll try Mutt again but slrn was bad because I had to use ESC-Down and > ESC-Up or some odd combination of keys like that to scroll page by page. Hmm... I think space does page down. Pressing "?" gives a list of which keys do what. > What about tin? Tin's not bad, I used it for quite a while in fact, but I prefer slrn now. -- Ben Smithurst | PGP: 0x99392F7D ben@scientia.demon.co.uk | key available from keyservers and | ben+pgp@scientia.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 21:20:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from server4.reno.powernet.net (server4.reno.powernet.net [208.226.189.15]) by hub.freebsd.org (Postfix) with ESMTP id A3EC014CE9 for ; Tue, 8 Jun 1999 21:20:43 -0700 (PDT) (envelope-from btrzynadlowski@powernet.net) Received: from p3-14.reno.powernet.net (p3-14.reno.powernet.net [208.226.189.134]) by server4.reno.powernet.net (8.9.0/8.8.5) with ESMTP id VAA14879; Tue, 8 Jun 1999 21:20:37 -0700 (PDT) Date: Tue, 8 Jun 1999 21:16:45 -0700 (PDT) From: Bart Trzynadlowski X-Sender: btrzynadlowski@Brzuszek To: Ben Smithurst Cc: freebsd-questions@FreeBSD.org Subject: Re: need help with pine In-Reply-To: <19990609050241.A47839@rainbow5.scientia.demon.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'll try tin, maybe I'll try slrn later. But as for Mutt. How does it transport mail to my SMTP server? I think it used sendmail as the rc file indicates but it also doesn't seem to have support for reply-to or username. The man pages aren't the best I've seen... Perhaps there's a way to get sendmail to add some lines to the mail header? I CAN change my username on my machine to "trzy" but unfortunately being the Curious George that I am I have this primal urge to get to the bottom of this =) Thanks, Bart Trzynadlowski trzy@powernet.net <-- reply here On Wed, 9 Jun 1999, Ben Smithurst wrote: > Bart Trzynadlowski wrote: > > > I'll try Mutt again but slrn was bad because I had to use ESC-Down and > > ESC-Up or some odd combination of keys like that to scroll page by page. > > Hmm... I think space does page down. Pressing "?" gives a list of which > keys do what. > > > What about tin? > > Tin's not bad, I used it for quite a while in fact, but I prefer slrn now. > > -- > Ben Smithurst | PGP: 0x99392F7D > ben@scientia.demon.co.uk | key available from keyservers and > | ben+pgp@scientia.demon.co.uk > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 21:32:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.240.222]) by hub.freebsd.org (Postfix) with ESMTP id 8DBE414CFF for ; Tue, 8 Jun 1999 21:32:28 -0700 (PDT) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.9.3/8.9.1) id VAA08019; Tue, 8 Jun 1999 21:32:22 -0700 (PDT) (envelope-from mph) Date: Tue, 8 Jun 1999 21:32:22 -0700 From: Matthew Hunt To: Bart Trzynadlowski Cc: Ben Smithurst , freebsd-questions@FreeBSD.ORG Subject: Re: need help with pine Message-ID: <19990608213221.A7967@wopr.caltech.edu> References: <19990609050241.A47839@rainbow5.scientia.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Bart Trzynadlowski on Tue, Jun 08, 1999 at 09:16:45PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jun 08, 1999 at 09:16:45PM -0700, Bart Trzynadlowski wrote: > But as for Mutt. How does it transport mail to my SMTP server? I think it > used sendmail as the rc file indicates but it also doesn't seem to have Right. > support for reply-to or username. The man pages aren't the best I've You're thinking too specifically. Mutt allows you to set arbitrary headers, so you can set the "From" or "Reply-to" header to exactly what you want. The manual page is just a synopsis and doesn't really cover the configuration file, ~/.muttrc, which has oodles of options. If mutt can't do you want, you're trying to do something pretty odd! The web page, www.mutt.org, has complete documentation, or if you installed it from the ports collection, you have a copy in /usr/local/share/doc/mutt. Try looking up "my_hdr". Matt -- Matthew Hunt * Stay close to the Vorlon. http://www.pobox.com/~mph/ * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 21:35:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from kot.ne.mediaone.net (kot.ne.mediaone.net [24.218.12.203]) by hub.freebsd.org (Postfix) with ESMTP id 5BE5F14CFF for ; Tue, 8 Jun 1999 21:35:44 -0700 (PDT) (envelope-from mi@kot.ne.mediaone.net) Received: (from mi@localhost) by kot.ne.mediaone.net (8.9.1a/8.9.1) id AAA00489; Wed, 9 Jun 1999 00:32:25 -0400 (EDT) From: Mikhail Teterin Message-Id: <199906090432.AAA00489@kot.ne.mediaone.net> Subject: Re: ELF Motif (fwd) In-Reply-To: <199906082334.QAA21745@mina.sr.hp.com> from Darryl Okahata at "Jun 8, 1999 04:34:39 pm" To: darrylo@sr.hp.com Date: Wed, 9 Jun 1999 00:32:24 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7w hJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" Below is XiG's response to my question about ELF Motif. Could anyone => suggest anything? I bought the lincense once, could someone, perhaps, => just send me the binaries? Thanks! = Another source for FreeBSD ELF Motif 2.1.10 is: = = http://www.apps2go.com/ = =It's available now, and costs something like US$129. Uhmm, I've already paid $100 for the license. I feel cheap and was hoping it would be perfectly legal for someone to simply send me the binaries. Oh, well. Thanks for the pointer, -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 21:51:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from spool.webzone.net (mail.webzone.net [205.219.23.67]) by hub.freebsd.org (Postfix) with ESMTP id 6C76914CFF for ; Tue, 8 Jun 1999 21:51:08 -0700 (PDT) (envelope-from murban@webzone.net) Received: from webzone.net ([208.152.96.46]) by spool.webzone.net (post.office MTA v2.0 0813 ID# 0-12689) with ESMTP id AAA24120 for ; Tue, 8 Jun 1999 23:54:58 -0500 Message-ID: <375DF331.1963345D@webzone.net> Date: Tue, 08 Jun 1999 23:53:06 -0500 From: Mike Urban Reply-To: murban@webzone.net X-Mailer: Mozilla 4.07 [en] (X11; I; Linux 2.0.36 i686) MIME-Version: 1.0 To: questions@freebsd.org Subject: Bonded analog? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Can anyone tell me if FreeBSD supporty bonded analog technology? (The ability to bond two modems togehter to achive twice the speed of one modem)? Thanks, Mike. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 21:54: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from lanfear.nidlink.com (lanfear.nidlink.com [216.18.128.7]) by hub.freebsd.org (Postfix) with ESMTP id 3EDCD14CFF for ; Tue, 8 Jun 1999 21:53:58 -0700 (PDT) (envelope-from malpert@holdenz.com) Received: from enaila.nidlink.com (root@enaila.nidlink.com [216.18.128.8]) by lanfear.nidlink.com (8.9.0/8.9.0) with ESMTP id VAA25172; Tue, 8 Jun 1999 21:53:57 -0700 (PDT) Received: from hal.nidlink.com (tnt132-44.nidlink.com [216.18.132.44]) by enaila.nidlink.com (8.9.0/8.9.0) with ESMTP id VAA23951; Tue, 8 Jun 1999 21:53:55 -0700 (PDT) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <375DF331.1963345D@webzone.net> Date: Tue, 08 Jun 1999 21:58:07 -0700 (PDT) Reply-To: malpert@holdenz.com From: Shawn Workman To: Mike Urban Subject: RE: Bonded analog? Cc: questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You mean Multilink PPP (MPPP) I believe it does support it. read the man page for ppp and see if there is any info there.. On 09-Jun-99 Mike Urban wrote: > Can anyone tell me if FreeBSD supporty bonded analog technology? (The > ability to bond two modems togehter to achive twice the speed of one > modem)? > > Thanks, > > Mike. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 22:43:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from WEBBSD1.turnaround.com.au (webbsd1.turnaround.com.au [203.39.138.49]) by hub.freebsd.org (Postfix) with ESMTP id 12DC414F5C for ; Tue, 8 Jun 1999 22:43:52 -0700 (PDT) (envelope-from ajohns@TurnAround.com.au) Received: from tasajohns (dhcp64.turnaround.com.au [192.168.1.64]) by WEBBSD1.turnaround.com.au (8.8.7/8.8.7) with SMTP id PAA26651; Wed, 9 Jun 1999 15:58:43 +1000 (EST) (envelope-from ajohns@TurnAround.com.au) From: "Andrew Johns" To: , Subject: RE: Bonded analog? Date: Wed, 9 Jun 1999 15:43:26 +1000 Message-ID: <000001beb23a$ff0668d0$4001a8c0@tasajohns.turnaround.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <375DF331.1963345D@webzone.net> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I think that you need the mpppd package/port - it's on the CD-ROMS/Net. > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Mike Urban > Sent: Wednesday, 9 June 1999 14:53 > To: questions@FreeBSD.ORG > Subject: Bonded analog? > > > Can anyone tell me if FreeBSD supporty bonded analog technology? (The > ability to bond two modems togehter to achive twice the speed of one > modem)? > > Thanks, > > Mike. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 22:45:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from guepardo.vicosa.com.br (guepardo.tdnet.com.br [200.236.148.6]) by hub.freebsd.org (Postfix) with ESMTP id EA9B815036 for ; Tue, 8 Jun 1999 22:45:25 -0700 (PDT) (envelope-from kernel@tdnet.com.br) Received: from tdnet.com.br [200.236.148.195] by guepardo.vicosa.com.br with ESMTP (SMTPD32-5.00) id A2251080158; Wed, 09 Jun 1999 02:56:53 -0300 Message-ID: <375DD516.C4451948@tdnet.com.br> Date: Wed, 09 Jun 1999 02:44:38 +0000 From: Unknow User X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.8-STABLE i386) MIME-Version: 1.0 To: questions@freebsd.org Subject: block size, simple question! Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What should i do to discover how big is my file system block ? Which one is FreeBSD default: 512 bytes, 1K or 2k, etc ? thanks -- "The box said 'Requires Windows 98, NT, Linux or better' so I installed FreeBSD." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 22:57:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id E823E14BF1 for ; Tue, 8 Jun 1999 22:57:32 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id AAA13452; Wed, 9 Jun 1999 00:57:26 -0500 (CDT) (envelope-from dan) Date: Wed, 9 Jun 1999 00:57:25 -0500 From: Dan Nelson To: Unknow User Cc: questions@FreeBSD.ORG Subject: Re: block size, simple question! Message-ID: <19990609005725.A13347@dan.emsphone.com> References: <375DD516.C4451948@tdnet.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: <375DD516.C4451948@tdnet.com.br>; from "Unknow User" on Wed Jun 9 02:44:38 GMT 1999 X-OS: FreeBSD 4.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Jun 09), Unknow User said: > What should i do to discover how big is my file system block ? > Which one is FreeBSD default: 512 bytes, 1K or 2k, etc ? > thanks The default is 8K blocks, with 1K frags. News spools usually are formatted at 4K/512b; I have a couple of 60GB archive volumes at 16K/2K. Usually fragsize is blocksize/8. You can check the blocksize of an existing filesystem by running "dumpfs /dev/rda0s1a", or whatever device you are interested in: $ dumpfs /dev/rda0s1a | head -6 magic 11954 time Wed Jun 9 00:53:54 1999 cylgrp dynamic inodes 4.4BSD nbfree 1426 ndir 71 nifree 5917 nffree 458 ncg 1 ncyl 16 size 32768 blocks 31775 bsize 8192 shift 13 mask 0xffffe000 fsize 1024 shift 10 mask 0xfffffc00 ^^^^^ blocksize and fragsize -Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 23: 0:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 9815D14BF1 for ; Tue, 8 Jun 1999 23:00:49 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id BAA13537; Wed, 9 Jun 1999 01:00:47 -0500 (CDT) (envelope-from dan) Date: Wed, 9 Jun 1999 01:00:47 -0500 From: Dan Nelson To: Mike Urban Cc: questions@FreeBSD.ORG Subject: Re: Bonded analog? Message-ID: <19990609010047.B13347@dan.emsphone.com> References: <375DF331.1963345D@webzone.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: <375DF331.1963345D@webzone.net>; from "Mike Urban" on Tue Jun 8 23:53:06 GMT 1999 X-OS: FreeBSD 4.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Jun 08), Mike Urban said: > Can anyone tell me if FreeBSD supporty bonded analog technology? (The > ability to bond two modems togehter to achive twice the speed of one > modem)? Yep. User-ppp (i.e. the ppp command) supports it. See the ppp manpage, under the "MULTI-LINK PPP" section. -Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 23: 3:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.dhis.org (unknown [193.136.198.220]) by hub.freebsd.org (Postfix) with ESMTP id C750D14BF1 for ; Tue, 8 Jun 1999 23:03:47 -0700 (PDT) (envelope-from root@ginger.dhis.org) Received: (from root@localhost) by mail.dhis.org (8.9.1/8.9.1) id HAA09957 for ; Wed, 9 Jun 1999 07:03:45 +0100 (BST) Received: from UNKNOWN(162.42.132.11), claiming to be "ginger.kf7nn.com" via SMTP by mail.dhis.org, id smtpdAAAA2ayCt; Wed Jun 9 07:03:33 1999 Received: (from root@localhost) by ginger.kf7nn.com (8.9.3/8.9.2) id XAA04590; Tue, 8 Jun 1999 23:03:39 -0700 (MST) (envelope-from root) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <375DD2EE.4068760D@da3.net> Date: Tue, 08 Jun 1999 23:03:38 -0700 (MST) From: vagner@ginger.dhis.org To: David Pollack Subject: RE: after install of windows freebsd doesn't boot... Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG yes windows blows away the MBR on the first disk. look for OSBS boot manager i think its in the tools directory, you might just like it. its a simple program written in dos that pretty much allows booting any disk with a menu on boot up. On 09-Jun-99 David Pollack wrote: > Well, I spent to better part of this day install FreeBSD > on my second HD that I just got. But when I restart the > computer it goes stright into windows98. Now, I this > probably has to do with the MBR but I am not sure > how to go about install a boot loader similar to LILO, > so that I can dual boot windows and freeBSD. > > Was there just an install option that I missed? And > can I install the boot loader without reinstalling? > > Another thing, where is BASH located so that when I > boot up into FreeBSD I can use that instead of sh. > > > btw, I am not actually on the list so responses should be > forwarded to me. Thanks a lot and sorry if you get this > question a million times. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message ---------------------------------- Vetex C/O L. Vagner 3600 W. Mountain Drive Flagstaff, AZ 86001 Webpage: nadxa.com E-Mail: vagner@ginger.vagner.com Date: 08-Jun-99 Time: 23:01:21 Windows Exception Error: noun: Meaning- With the exception of a reboot anything you do will fail to recover the system. ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 23: 5:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from thelab.hub.org (nat192.211.mpoweredpc.net [142.177.192.211]) by hub.freebsd.org (Postfix) with ESMTP id A66E714BF1 for ; Tue, 8 Jun 1999 23:05:10 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id DAA87925 for ; Wed, 9 Jun 1999 03:05:17 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Wed, 9 Jun 1999 03:05:16 -0300 (ADT) From: The Hermit Hacker To: freebsd-questions@freebsd.org Subject: ps2sgml or html2sgml converter? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does anyone know of any? I found one html2sgml, but it only converts to LinuxDoc :( Thanks... Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 23: 6:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from monte.enmity.com (c770714-a.frmt1.sfba.home.com [24.1.65.85]) by hub.freebsd.org (Postfix) with ESMTP id 30E6C14ECC for ; Tue, 8 Jun 1999 23:06:29 -0700 (PDT) (envelope-from monte@monte.enmity.com) Received: (from monte@localhost) by monte.enmity.com (8.9.3/8.9.3) id XAA22719 for questions@freebsd.org; Tue, 8 Jun 1999 23:07:04 -0700 (PDT) (envelope-from monte) Date: Tue, 8 Jun 1999 23:07:04 -0700 (PDT) From: Monte Christopher Jeu Message-Id: <199906090607.XAA22719@monte.enmity.com> To: questions@freebsd.org Subject: Old files Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When upgrading and upgrading and upgrading, I notice a lot of old files that are no longer in use like lfs files. Should they be left? If they should be removed, is there a clean way of removing everything like the man files and all of the binaries or do I have to do everything manually? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 23:25:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mars.szabinet.hu (mars.szabinet.hu [195.184.162.67]) by hub.freebsd.org (Postfix) with ESMTP id 2075714EFD for ; Tue, 8 Jun 1999 23:25:29 -0700 (PDT) (envelope-from rene@mars.szabinet.hu) Received: (from rene@localhost) by mars.szabinet.hu (8.9.3/8.9.3) id IAA87022; Wed, 9 Jun 1999 08:25:08 +0200 (CEST) (envelope-from rene) Date: Wed, 9 Jun 1999 08:25:08 +0200 From: Rene Scott To: Troy Buehner Cc: freebsd-questions@freebsd.org Subject: Re: *.ISO of FreeBsd CD Message-ID: <19990609082508.A86426@mars.szabinet.hu> Reply-To: rene@kronos.szabinet.hu References: <199906090225.VAA26475@dtgnet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: <199906090225.VAA26475@dtgnet.com>; from Troy Buehner on Tue, Jun 08, 1999 at 09:25:36PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, the site in finnland have some iso images. ftp://ftp.fi.freebsd.org/pub/FreeBSD/CDROM-Images/3.2-RELEASE If you want to support the FreeBSD project, please buy the CD-ROM set from Walnut Creek -- 100% of the money goes back to the FreeBSD project. http://www.freebsd.org/ http://www.freebsdmall.com/ http://www.cdrom.com/ Rene * Troy Buehner (buehnert@pluto.dsu.edu) [990609 07:57]: > Hi, I am interested in FreeBsd. I was wondering if you have an .ISO image > of the FreeBsd cd. I looked on you ftp site and couldn't find one. Do you > plan to put one up, or do you know of any other ftp sites that have it? > > Thanks, > > Troy Buehner -- +------------------------------------------------------------------------------+ | Rene Scott http:// | | Email: rene.AT.kronos.DOT.szabinet.DOT.hu Fax: | | PGPkey: via finger or email. | +------------------------------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 23:35:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from guepardo.vicosa.com.br (guepardo.tdnet.com.br [200.236.148.6]) by hub.freebsd.org (Postfix) with ESMTP id 43A0914E11 for ; Tue, 8 Jun 1999 23:35:27 -0700 (PDT) (envelope-from kernel@tdnet.com.br) Received: from tdnet.com.br [200.236.148.195] by guepardo.vicosa.com.br with ESMTP (SMTPD32-5.00) id ADD2DC0164; Wed, 09 Jun 1999 03:46:42 -0300 Message-ID: <375DE0C4.8B57A8AC@tdnet.com.br> Date: Wed, 09 Jun 1999 03:34:28 +0000 From: Unknow User X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.8-STABLE i386) MIME-Version: 1.0 To: Dan Nelson Cc: questions@FreeBSD.ORG Subject: Re: block size, simple question! References: <375DD516.C4451948@tdnet.com.br> <19990609005725.A13347@dan.emsphone.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dan Nelson wrote: > > The default is 8K blocks, with 1K frags. News spools usually are > formatted at 4K/512b; I have a couple of 60GB archive volumes at > 16K/2K. Usually fragsize is blocksize/8. > Why FreeBSD does not allow me to set my FreeBSD slices 512 bytes blocks long ? I set my NewFS options to -b 512 -f 1024 and it returned with a status 1. Is that possible to have this size (512 bytes) ? Thanks a lot! -- "The box said 'Requires Windows 98, NT, Linux or better' so I installed FreeBSD." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 8 23:47:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mercury.communitech.net (mercury.communitech.net [209.15.2.5]) by hub.freebsd.org (Postfix) with SMTP id C98E614EFD for ; Tue, 8 Jun 1999 23:47:26 -0700 (PDT) (envelope-from david@da3.net) Received: from da3.net ([216.184.140.184]) by mercury.communitech.net ; Wed, 09 Jun 1999 01:47:24 -600 Message-ID: <375E0DF2.BD9D2212@da3.net> Date: Tue, 08 Jun 1999 23:47:14 -0700 From: David Pollack X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: vagner@ginger.dhis.org Cc: freebsd-questions@FreeBSD.ORG Subject: Re: after install of windows freebsd doesn't boot... References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ok, I think that the problem is that my new HD, which I got today is messing up the install. I tried to install debian linux and I got a message that the disk was either bad or "factory clean". I am assuming that it is factory clean but I have no idea what that means or what to do. It is a Western Digital 10.1 GB drive eide. btw, that osbs program looks really ghetto. Warning are all over the place and it makes you think that it is the buggiest software in the world and that it is going to fry your computer. vagner@ginger.dhis.org wrote: > yes windows blows away the MBR on the first disk. > > look for OSBS boot manager i think its in the > tools directory, you might just like it. > > its a simple program written in dos that > pretty much allows booting any disk with > a menu on boot up. > > On 09-Jun-99 David Pollack wrote: > > Well, I spent to better part of this day install FreeBSD > > on my second HD that I just got. But when I restart the > > computer it goes stright into windows98. Now, I this > > probably has to do with the MBR but I am not sure > > how to go about install a boot loader similar to LILO, > > so that I can dual boot windows and freeBSD. > > > > Was there just an install option that I missed? And > > can I install the boot loader without reinstalling? > > > > Another thing, where is BASH located so that when I > > boot up into FreeBSD I can use that instead of sh. > > > > > > btw, I am not actually on the list so responses should be > > forwarded to me. Thanks a lot and sorry if you get this > > question a million times. > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > ---------------------------------- > Vetex > C/O L. Vagner > 3600 W. Mountain Drive > Flagstaff, AZ 86001 > Webpage: nadxa.com > E-Mail: vagner@ginger.vagner.com > Date: 08-Jun-99 > Time: 23:01:21 > > Windows Exception Error: noun: Meaning- > With the exception of a reboot anything > you do will fail to recover the system. > ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 0: 0:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mgd.maxcalvo.net (unknown [206.80.218.244]) by hub.freebsd.org (Postfix) with ESMTP id 6326315036 for ; Wed, 9 Jun 1999 00:00:21 -0700 (PDT) (envelope-from mcalvo@maxcalvo.net) Received: from p200mmxntwks (fdsl89.phnx.uswest.net [209.181.96.89]) by mgd.maxcalvo.net (8.8.8/8.8.8) with SMTP id AAA23628 for ; Wed, 9 Jun 1999 00:08:03 -0700 (MST) (envelope-from mcalvo@maxcalvo.net) Message-ID: <000701beb245$e1021450$5960b5d1@maxcalvo.net> From: "Max Calvo" To: Subject: ELF LIB Date: Wed, 9 Jun 1999 00:01:20 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all; I just fetch the ETERM package from the FreeBSD website. After the several packages were installed and I tried to run the Eterm program I get an error message that reads: /usr/libexec/ld-elf.so.1: Shared object "libImlib.so.4" not found OK What did I do wrong??? Can someone please help me find or point me to my problem. I am running 3.0-RELEASE. Thank u -Max To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 0: 7: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from www.inx.de (www.inx.de [195.21.255.251]) by hub.freebsd.org (Postfix) with ESMTP id 2F94614F07 for ; Wed, 9 Jun 1999 00:06:59 -0700 (PDT) (envelope-from jnickelsen@acm.org) Received: from n31-114.berlin.snafu.de ([195.21.31.114] helo=goting.jn.berlin.snafu.de) by www.inx.de with esmtp (Exim 2.12 #2) id 10rcRt-0005fE-00; Wed, 9 Jun 1999 09:06:58 +0200 Received: by goting.jn.berlin.snafu.de (Postfix, from userid 100) id 9D8693C0; Wed, 9 Jun 1999 02:07:36 +0200 (CEST) To: "Ghulam Dastgir" Cc: Subject: Re: Fetchmail problems References: <01beb0b4$b5537520$LocalHost@signup> From: Juergen Nickelsen Date: 09 Jun 1999 02:07:34 +0200 In-Reply-To: "Ghulam Dastgir"'s message of "Mon, 7 Jun 1999 00:09:39 -0700" Message-ID: Lines: 56 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Ghulam Dastgir" writes: > $ fetchmail -u ghulam mail.force9.net > > Then I get the password prompt, after which the following output: > > fetchmail: IMAP connection to mail.force9.net failed: local error: = > Connection refused fetchmail seems to try an IMAP4 connection first by default. > fetchmail: 1 message for ghulam at mail.force9.net At this point, fetchmail has succeded with a POP3 connection (I think). > reading message 1 of 1 (2075 bytes) .fetchmail: SMTP connect to = > voyager.ghulam.force9.co.uk failed: Operation timed out > fetchmail: SMTP transaction error while fetching mail from = > mail.force9.net fetchmail tried to deliver the message on your local host via SMTP (which is the default AFAIK). If you don't have an SMTP server running (usually sendmail), this won't work -- you either need an SMTP server (e. g. sendmail) or some other delivery agent (e. g. procmail); in the latter case you need the --mda option of fetchmail. Instead of the commandline options, you should consider using a $HOME/.fetchmailrc -- this is much more convenient. Let's have a look at my .fetchmailrc: ---- poll berlin.snafu.de with proto POP3 user "jn" there with password "xxxxxxxx" is jnickelsen@acm.org here warnings 3600 fetchall ---- In plain English, this is: - Get mail from host berlin.snafu.de with POP3 - my account on that host is jn, password xxxxxxxx (actually it is different, of course) - here, at the localhost, deliver the mail to jnickelsen@acm.org (which is my "official" private address, but will be rewritten by my MTA) - send warnings about oversized messages very 3600 seconds - fetch all messages (even the ones already read) I recommend you study the fetchmail(1) manual page in detail -- it is very instructive. BTW, I'd appreciate it if you could write your messages in plain text *without* the HTML. -- Juergen Nickelsen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 0:12:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from titan.metropolitan.at (mail.metropolitan.at [195.212.98.131]) by hub.freebsd.org (Postfix) with ESMTP id A4236151AD for ; Wed, 9 Jun 1999 00:12:16 -0700 (PDT) (envelope-from mladavac@metropolitan.at) Received: by TITAN with Internet Mail Service (5.0.1458.49) id ; Wed, 9 Jun 1999 09:15:12 +0200 Message-ID: <55586E7391ACD211B9730000C110027617964A@r-lmh-wi-100.corpnet.at> From: Ladavac Marino To: 'Mark Ovens' , Ladavac Marino Cc: "'wayne@crb-web.com'" , FreeBSD Questions Subject: RE: XView 3.2 menus are garbled..why?? Date: Wed, 9 Jun 1999 09:09:46 +0200 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: Mark Ovens [SMTP:markov@globalnet.co.uk] > Sent: Tuesday, June 08, 1999 8:34 PM > To: Ladavac Marino > Cc: 'wayne@crb-web.com'; FreeBSD Questions > Subject: Re: XView 3.2 menus are garbled..why?? > > > :-(. I guess that everyone wants flashy stuff now (I'm currently > resisting attempts at work to get me to downgrade to an NT PC from > Sparc10/SunOS 4.3.1/OpenWindows). At least XView has low resource > requirements, which leaves more for doing *real* work. > [ML] He he, I let them downgrade me from an X-terminal logging into a HPUX or Solaris box onto an NT PC. Then I let them install additional 64 Megs RAM so that the machine starts to walk instead of crawl. Then I installed FreeBSD on it :) I haven't booted into NT afterwards. I've really liked the speed improvement (it felt like factor 10 as far as X11 is concerned :) /Marino To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 0:12:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from is2.nyu.edu (IS2.NYU.EDU [128.122.253.135]) by hub.freebsd.org (Postfix) with ESMTP id 4C89615401; Wed, 9 Jun 1999 00:12:25 -0700 (PDT) (envelope-from hqy2446@is2.nyu.edu) Received: from localhost (hqy2446@localhost) by is2.nyu.edu (8.8.8/8.8.7) with SMTP id DAA11783; Wed, 9 Jun 1999 03:12:25 -0400 (EDT) Date: Wed, 9 Jun 1999 03:12:25 -0400 (EDT) From: hqy2446 To: Eivind Eklund Cc: freebsd-questions@FreeBSD.ORG, freebsd-security@FreeBSD.ORG Subject: Re: newbie question: ssh In-Reply-To: <3.0.6.32.19990609015904.007faa30@is2.nyu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 9 Jun 1999, Eivind Eklund wrote: > Date: Wed, 09 Jun 1999 01:59:04 -0400 > From: Eivind Eklund > To: hqy2446@nyu.edu > Subject: Re: newbie question: ssh > > On Tue, Jun 08, 1999 at 03:07:49AM -0400, hqy2446 wrote: > > I have a newbie question regarding X connection forward by ssh. > > > > After I installed ssh-1.2.27 and ssh-2.0.13, I was unable to use 'X > > connection forwarding' at certain servers. Now I tried this command: > > > > $ ssh -l [username] [remote host] xterm -display [my ip address]:0.0 > > > > xterm of the remote host was opened and I could run X clients on the host. > > > > I want to make sure that this connection is secured or not by experts or > > experienced users of ssh. > > Not secured. > > > And one more question: What is the difference between above way of > > connection and just a connection to a remote host by ssh(just like a > > telnet) and run X clinets at the remote host shell? > > ssh will normally set up an emulated display at localhost:10.0 (or > 11.0, 12.0, etc - depends on how many other ssh users you have.) This > is securely forwarded, and is what you'll normally use. Your setup > makes the program use an insecure connection over the normal net > instead. > > Eivind. > > Thanks for your reply. Now I have a question. How can I make a secure connection to a remote host using by ssh? My FreeBSD box is stand-alone, I am the only user. I re-complie ssh-1.2.27 and ssh-2.0.13 with X connection forward option (it was default option, though). I still can't make X connection forward to a certain remote host, not all of them. What I did is $ xhost +[remote host] and then $ ssh -l [my user name] [remote host] or, $ DISPLAY=[my ip address]:0.0; export DISPLAY $ ssh -l [my user name] [remote host] Both of above, usually shell connection is fine, but X connection. When I tried to open a X client, I got this error message: 'Error: Can't open display: :0' The following is 'ssh -v' message: $ ssh -v -l [user name] [remote host] debug: hostname is 'foo.bar'. debug: Unable to open /home/foo/.ssh2/ssh2_config debug: connecting to foo.bar... debug: entering event loop debug: ssh_client_wrap: creating transport protocol debug: ssh_client_wrap: creating userauth protocol debug: Ssh2Transport/trcommon.c:592/ssh_tr_input_version: Remote version: SSH-1.99-2.0.12 (non-commercial) debug: Remote version: SSH-1.99-2.0.12 (non-commercial) debug: Host key found from the database. debug: Ssh2Common/sshcommon.c:155/ssh_common_special: special packet received from connection protocol: 3 debug: Ssh2Common/sshcommon.c:155/ssh_common_special: special packet received from connection protocol: 4 debug: Unable to open /home/foo/.ssh2/identification password: debug: Ssh2Common/sshcommon.c:155/ssh_common_special: special packet received from connection protocol: 6 debug: Ssh2/ssh2.c:304/client_authenticated: client_authenticated debug: Ssh2Common/sshcommon.c:466/ssh_common_new_channel: num_channels now 1 Last login: Wed Jun 9 01:45:13 1999 % Any help would be greatly appreciately. Thanks again. -Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 0:19:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from voyager.fisicc-ufm.edu (pm242.conference.usenix.org [209.179.127.242]) by hub.freebsd.org (Postfix) with ESMTP id 985CE14DFE for ; Wed, 9 Jun 1999 00:19:28 -0700 (PDT) (envelope-from obonilla@voyager.fisicc-ufm.edu) Received: (from obonilla@localhost) by voyager.fisicc-ufm.edu (8.9.3/8.9.3) id BAA02264; Wed, 9 Jun 1999 01:18:35 -0600 (CST) (envelope-from obonilla) Date: Wed, 9 Jun 1999 01:18:34 -0600 From: Oscar Bonilla To: vagner@ginger.dhis.org Cc: freebsd-questions@freebsd.org Subject: Re: bin file Message-ID: <19990609011834.A1101@fisicc-ufm.edu> References: <19990607214451.A380@fisicc-ufm.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from vagner@ginger.dhis.org on Mon, Jun 07, 1999 at 09:29:43PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG /usr/ports/x11-toolkits/gtk12 if you check pkg/PLIST you'll see it's there :) Regards, -Oscar On Mon, Jun 07, 1999 at 09:29:43PM -0700, vagner@ginger.dhis.org wrote: > if its in the ports i cant find it. > > the highest i see is 1.2.2 > > unless its called something else. > > > On 08-Jun-99 Oscar Bonilla wrote: > > On Mon, Jun 07, 1999 at 08:12:03PM -0700, vagner@ginger.dhis.org wrote: > >> i guess its executable. > >> > >> i try and run it i get > >> > >> ginger# ./FreeBSD-HamLog-0.9.1.bin > >> /usr/libexec/ld-elf.so.1: Shared object "libgtk12.so.2" not found > >> ginger# > >> > >> this file doesnt exist but libgtk12.so.1 does exist. > > > > you have an old version of the library it requires... you should > > build and install gtk version 2 (i think it's in the ports) > > > > regards, > > > > -Oscar > > > >> > >> > >> ginger# file FreeBSD-HamLog-0.9.1.bin > >> FreeBSD-HamLog-0.9.1.bin: ELF 32-bit LSB executable, Intel 80386, version 1 > >> (FreeBSD), dynamically linked, stripped > >> ginger# > >> > >> On 07-Jun-99 Oscar Bonilla wrote: > >> > On Sat, Jun 05, 1999 at 10:26:54AM -0700, vagner@ginger.dhis.org wrote: > >> >> ok i am stupid... i got a file that > >> >> ends in .bin.gz so i gunzip it now > >> >> it is a .bin file, how do i > >> >> make it back into the original files from here? > >> >> > >> > > >> > try to use the file(1) command to find out what the file actually is. > >> > > >> > -- > >> > For PGP Public Key: finger obonilla@fisicc-ufm.edu > >> > >> ---------------------------------- > >> Vetex > >> C/O L. Vagner > >> 3600 W. Mountain Drive > >> Flagstaff, AZ 86001 > >> Webpage: nadxa.com > >> E-Mail: vagner@ginger.vagner.com > >> Date: 07-Jun-99 > >> Time: 20:08:44 > >> > >> Windows Exception Error: noun: Meaning- > >> With the exception of a reboot anything > >> you do will fail to recover the system. > >> ---------------------------------- > >> > > > > -- > > For PGP Public Key: finger obonilla@fisicc-ufm.edu > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > ---------------------------------- > Vetex > C/O L. Vagner > 3600 W. Mountain Drive > Flagstaff, AZ 86001 > Webpage: nadxa.com > E-Mail: vagner@ginger.vagner.com > Date: 07-Jun-99 > Time: 21:28:54 > > Windows Exception Error: noun: Meaning- > With the exception of a reboot anything > you do will fail to recover the system. > ---------------------------------- > -- For PGP Public Key: finger obonilla@fisicc-ufm.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 0:42:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from neptune.twrol.com (ras1-17.wizrealm.com [208.153.237.18]) by hub.freebsd.org (Postfix) with ESMTP id 4D58B14E2E for ; Wed, 9 Jun 1999 00:42:09 -0700 (PDT) (envelope-from dionysos3@crosswinds.net) Received: from localhost (dionysos3@localhost) by neptune.twrol.com (8.9.3/8.9.3) with ESMTP id DAA01949; Tue, 8 Jun 1999 03:21:40 -0600 (MDT) (envelope-from dionysos3@crosswinds.net) X-Authentication-Warning: neptune.twrol.com: dionysos3 owned process doing -bs Date: Tue, 8 Jun 1999 03:21:40 -0600 (MDT) From: "James R. Shrenk" X-Sender: dionysos3@neptune.twrol.com To: "Donald R. Tyson" Cc: questions@FreeBSD.ORG Subject: Re: Getting 3.2's startup aphorisms to display on 2.2.8 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG check to see if you have /usr/games/fortune on your machine. I have it running in my $HOME/.login file as: [ -x /usr/games/fortune ] && /usr/games/fortune at the end of the file James On Tue, 8 Jun 1999, Donald R. Tyson wrote: > Can anyone tell me how to get the changing set of quotes, aphorisms and > just plain goofy messages which appear on startup in 3.2 -- RELEASE to > appear on 2.2.8 -- RELEASE? Is there a way to ftp only that piece of 3.2 > and plug it in? Many thanks. Don Tyson > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 0:42:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from titan.metropolitan.at (mail.metropolitan.at [195.212.98.131]) by hub.freebsd.org (Postfix) with ESMTP id 324F614E61 for ; Wed, 9 Jun 1999 00:42:33 -0700 (PDT) (envelope-from mladavac@metropolitan.at) Received: by TITAN with Internet Mail Service (5.0.1458.49) id ; Wed, 9 Jun 1999 09:45:29 +0200 Message-ID: <55586E7391ACD211B9730000C110027617964B@r-lmh-wi-100.corpnet.at> From: Ladavac Marino To: 'Unknow User' , Dan Nelson Cc: questions@FreeBSD.ORG Subject: RE: block size, simple question! Date: Wed, 9 Jun 1999 09:40:05 +0200 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: Unknow User [SMTP:kernel@tdnet.com.br] > Sent: Wednesday, June 09, 1999 5:34 AM > To: Dan Nelson > Cc: questions@FreeBSD.ORG > Subject: Re: block size, simple question! > > Dan Nelson wrote: > > > > The default is 8K blocks, with 1K frags. News spools usually are > > formatted at 4K/512b; I have a couple of 60GB archive volumes at > > 16K/2K. Usually fragsize is blocksize/8. > > > > > Why FreeBSD does not allow me to set my FreeBSD slices 512 bytes > blocks > long ? > I set my NewFS options to -b 512 -f 1024 and it returned with a status > 1. [ML] a fragment (a partial block) cannot be larger than a block :) > Is that possible to have this size (512 bytes) ? [ML] File fragmentation would be horrendous (DOS-FAT fragmentation sense). If you are concerned by the space wastage on partially filled blocks, FFS uses a number of full blocks plus a number of block fragments at the end of the file. Thus you get lower file fragmentation (blocks are big and contiguous) and don't waste space at the end of the file because more than one file tails can reside in one in block fragments split block. What you seem to want is -b 2048 -f 512. /Marino > Thanks a lot! > > -- > "The box said 'Requires Windows 98, NT, Linux or better' so I > installed FreeBSD." > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 0:44:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hydrogen.fircrest.net (metriclient-3.uoregon.edu [128.223.172.3]) by hub.freebsd.org (Postfix) with ESMTP id B6ADE14E61; Wed, 9 Jun 1999 00:44:43 -0700 (PDT) (envelope-from gurney_j@efn.org) Received: (from jmg@localhost) by hydrogen.fircrest.net (8.9.1/8.8.7) id AAA11570; Wed, 9 Jun 1999 00:44:37 -0700 (PDT) Message-ID: <19990609004437.15372@hydrogen.nike.efn.org> Date: Wed, 9 Jun 1999 00:44:37 -0700 From: John-Mark Gurney To: hqy2446 Cc: freebsd-questions@FreeBSD.ORG, freebsd-security@FreeBSD.ORG Subject: Re: newbie question: ssh References: <3.0.6.32.19990609015904.007faa30@is2.nyu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69 In-Reply-To: ; from hqy2446 on Wed, Jun 09, 1999 at 03:12:25AM -0400 Reply-To: John-Mark Gurney Organization: Cu Networking X-Operating-System: FreeBSD 3.0-RELEASE i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hqy2446 scribbled this message on Jun 9: > On Wed, 9 Jun 1999, Eivind Eklund wrote: > > > Date: Wed, 09 Jun 1999 01:59:04 -0400 > > From: Eivind Eklund > > To: hqy2446@nyu.edu > > Subject: Re: newbie question: ssh > > > > On Tue, Jun 08, 1999 at 03:07:49AM -0400, hqy2446 wrote: > > > I have a newbie question regarding X connection forward by ssh. > > > > > > After I installed ssh-1.2.27 and ssh-2.0.13, I was unable to use 'X > > > connection forwarding' at certain servers. Now I tried this command: > > > > > > $ ssh -l [username] [remote host] xterm -display [my ip address]:0.0 > > > > > > xterm of the remote host was opened and I could run X clients on the host. > > > > > > I want to make sure that this connection is secured or not by experts or > > > experienced users of ssh. > > > > Not secured. > > > > > And one more question: What is the difference between above way of > > > connection and just a connection to a remote host by ssh(just like a > > > telnet) and run X clinets at the remote host shell? > > > > ssh will normally set up an emulated display at localhost:10.0 (or > > 11.0, 12.0, etc - depends on how many other ssh users you have.) This > > is securely forwarded, and is what you'll normally use. Your setup > > makes the program use an insecure connection over the normal net > > instead. > > Thanks for your reply. Now I have a question. How can I make a secure > connection to a remote host using by ssh? My FreeBSD box is stand-alone, > I am the only user. I re-complie ssh-1.2.27 and ssh-2.0.13 with X > connection forward option (it was default option, though). I still can't > make X connection forward to a certain remote host, not all of them. > > What I did is > > $ xhost +[remote host] NEVER EVER do this!!! this is BAD, anyone on [remote host] can now connect to your server and intercept ANY keystrokes that you may time, this includes any passwords you may type... instead you want to run xauth on the local machine, extract the info for the tcp/ip transport one, and add it to the remote machine's xauth database, then you can export your display info properly... example: hydrogen,ttypb,~,501$xauth Using authority file /a/home/johng/.Xauthority xauth> list lead.fircrest.net:0 MIT-MAGIC-COOKIE-1 12402031784e167c4c261c1d50781e07 xauth> quit the lead.fircrest.net line is because I used xdm to query and login remotely... now I would run xauth on the remote machine and issue the command: add lead.fircrest.net:0 MIT-MAGIC-COOKIE-1 12402031784e167c4c261c1d50781e07 and then: export DISPLAY=lead.fircrest.net:0 then I can run my applications, but the X connection is still not encrypted, just protected from other non-root users from being able to listen in... as for why ssh isn't doing all the forwarding work for you, that's another puzzle, you need to make sure you build ssh when the X libs are installed on the machine, I built ssh once, then installed the X libs, of course X forwarding didn't work till we rebuilt ssh... -- John-Mark Gurney Voice: +1 541 684 8449 Cu Networking P.O. Box 5693, 97405 "The soul contains in itself the event that shall presently befall it. The event is only the actualizing of its thought." -- Ralph Waldo Emerson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 0:48: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ext1.csi.forth.gr (ext1.csi.forth.gr [139.91.151.10]) by hub.freebsd.org (Postfix) with ESMTP id CE46A14FB3 for ; Wed, 9 Jun 1999 00:47:56 -0700 (PDT) (envelope-from vsiris@csi.forth.gr) Received: from ismene-lane.csi.forth.gr (ismene-lane.csi.forth.gr [139.91.157.51]) by ext1.csi.forth.gr (8.9.3/ICS-FORTH/V8.2.2-GATE) with ESMTP id KAA04270 for ; Wed, 9 Jun 1999 10:42:10 +0300 (EET DST) Received: from sappho-lane.ics.forth.gr (sappho-lane.csi.forth.gr [139.91.157.50]) by ismene-lane.csi.forth.gr (8.8.8/ICS-FORTH/V3) with ESMTP id JAA08255; Wed, 9 Jun 1999 09:43:47 +0300 (EET DST) Received: from ics.forth.gr (localhost [127.0.0.1]) by sappho-lane.ics.forth.gr (8.8.8/ICS-FORTH/C1) with ESMTP id JAA29959; Wed, 9 Jun 1999 09:42:26 +0300 (EET DST) Posted-Date: Wed, 9 Jun 1999 09:42:26 +0300 (EET DST) Organization: Message-ID: <375E0CD1.8B842BB2@ics.forth.gr> Date: Wed, 09 Jun 1999 09:42:26 +0300 From: Siris Vasilios X-Mailer: Mozilla 4.06 [en] (X11; I; SunOS 5.6 sun4u) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG, vsiris@csi.forth.gr Subject: seeking advice: cpus, scsi & raid Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I will need a fast data crunching workstation (or two of them) and after my initial experience with FreeBSD I will be sticking with it (and telling othe people about it). The intention of this email is to receive some feedback as regards to the tradeoffs of some hardware components. The workstation is targeted primary for storing and analysing large amounts of network traffic measurements. This translates to a high performance (PIII Xeon or 2 PIII@500Mhz), high data transfer from/to large disk (>30 GB). The system is not intended to be used by a large number of simultaneous users. Here are my questions Q1: Given that I need fast processing for few users (max 3-4), would a PIII Xeon@500Mhz be preferable (cost/performance) compared to a 2 PIII@ 500 Mhz ? Of course this is related to how faster a Xeon processor is, but is also related to how well FreeBSD can take advantage of a multiprocessor system. Q2: How much better sould I expect a SCSI drive to perform compared to an EIDE (note that this question refers to the particular application environment). (Although, due to budget constraints I might end up getting one SCSI-based and one-EIDE based) Q3: Though I will get a tape backup, I might be considering some other form of backup/ fault tolerant system. What are the options/tradeoffs (RAID, mirror of hard disk, etc), and what do other people consider an good solution for the particular application environment. Thanks for time & keep up the good work on FreeBSD !!! -- Vasilios A. Siris Institute of Computer Science, FORTH Communications and Networks Center, Univ. of Crete Heraklion, Greece To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 0:50:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dart.sr.se (dart.SR.SE [193.12.91.98]) by hub.freebsd.org (Postfix) with ESMTP id A612614FB3 for ; Wed, 9 Jun 1999 00:50:36 -0700 (PDT) (envelope-from gunnar@pluto.sr.se) Received: from honken.sr.se ([134.25.128.27]) by dart.sr.se (8.9.3/8.9.3) with ESMTP id JAA01748; Wed, 9 Jun 1999 09:50:27 +0200 (MET DST) Received: from pluto.sr.se (pluto.SR.SE [134.25.193.91]) by honken.sr.se (8.7.5/8.7.3) with ESMTP id JAA04565; Wed, 9 Jun 1999 09:50:27 +0200 (MET DST) Received: (from gunnar@localhost) by pluto.sr.se (8.9.2/8.9.1) id JAA52149; Wed, 9 Jun 1999 09:50:26 +0200 (CEST) (envelope-from gunnar) Date: Wed, 9 Jun 1999 09:50:26 +0200 From: Gunnar Flygt To: Max Calvo Cc: FreeBSD Questions Subject: Re: ELF LIB Message-ID: <19990609095026.A52109@sr.se> Reply-To: Gunnar Flygt References: <000701beb245$e1021450$5960b5d1@maxcalvo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <000701beb245$e1021450$5960b5d1@maxcalvo.net>; from Max Calvo on Wed, Jun 09, 1999 at 12:01:20AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jun 09, 1999 at 12:01:20AM -0700, Max Calvo wrote: > Hi all; > > I just fetch the ETERM package from the FreeBSD website. > After the several packages were installed and I tried to > run the Eterm program I get an error message that > reads: > > /usr/libexec/ld-elf.so.1: Shared object "libImlib.so.4" not found > > OK What did I do wrong??? When you have all the packages together pkg_add will install the dependencies. You should get the libImlib packages. But better is too use the ports. Then the ports mechanism will get all the dependencies for you. > > Can someone please help me find or point me to my problem. > I am running 3.0-RELEASE. > > Thank u > > -Max > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- __o regards, Gunnar ---_ \<,_ email: flygt@sr.se ---- (_)/ (_) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 0:50:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from titan.metropolitan.at (mail.metropolitan.at [195.212.98.131]) by hub.freebsd.org (Postfix) with ESMTP id 5020C152C4 for ; Wed, 9 Jun 1999 00:50:47 -0700 (PDT) (envelope-from mladavac@metropolitan.at) Received: by TITAN with Internet Mail Service (5.0.1458.49) id ; Wed, 9 Jun 1999 09:53:43 +0200 Message-ID: <55586E7391ACD211B9730000C110027617964C@r-lmh-wi-100.corpnet.at> From: Ladavac Marino To: 'Bruce Pennypacker' , Woody Carey , freebsd-questions@FreeBSD.ORG Subject: RE: dual processor question Date: Wed, 9 Jun 1999 09:48:20 +0200 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: Bruce Pennypacker [SMTP:BruceP@msn.com] > Sent: Tuesday, June 08, 1999 10:35 PM > To: Woody Carey; freebsd-questions@FreeBSD.ORG > Subject: Re: dual processor question > > The application is currently single threaded. I wasn't aware that > FreeBSD > supported multithreading. Some messages I came across when searching > on > freebsd.org seemed to indicate that it didn't support > multithreading... [ML] It does, but officially only in user space (I don't think LinuxThreads-kernel space threads have made it into a release yet). User space threads will not help you there because you still have just one thread of execution as far as the kernel sees it, you just longjmp in there a lot :( You will need to break the application into several processes in order to use additional CPU's. In fact, you can make all processes mmap the file and synchronize via SYSV semaphores--porting to kernel supported pthreads will then be trivial. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 0:52: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dart.sr.se (dart.SR.SE [193.12.91.98]) by hub.freebsd.org (Postfix) with ESMTP id 8281B14E61 for ; Wed, 9 Jun 1999 00:51:54 -0700 (PDT) (envelope-from gunnar@pluto.sr.se) Received: from honken.sr.se ([134.25.128.27]) by dart.sr.se (8.9.3/8.9.3) with ESMTP id JAA01823; Wed, 9 Jun 1999 09:51:49 +0200 (MET DST) Received: from pluto.sr.se (pluto.SR.SE [134.25.193.91]) by honken.sr.se (8.7.5/8.7.3) with ESMTP id JAA04628; Wed, 9 Jun 1999 09:51:48 +0200 (MET DST) Received: (from gunnar@localhost) by pluto.sr.se (8.9.2/8.9.1) id JAA52172; Wed, 9 Jun 1999 09:51:48 +0200 (CEST) (envelope-from gunnar) Date: Wed, 9 Jun 1999 09:51:48 +0200 From: Gunnar Flygt To: hqy2446 Cc: FreeBSD Questions Subject: Re: newbie question: ssh Message-ID: <19990609095148.B52109@sr.se> Reply-To: Gunnar Flygt References: <3.0.6.32.19990609015904.007faa30@is2.nyu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from hqy2446 on Wed, Jun 09, 1999 at 03:12:25AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jun 09, 1999 at 03:12:25AM -0400, hqy2446 wrote: > On Wed, 9 Jun 1999, Eivind Eklund wrote: > > > Date: Wed, 09 Jun 1999 01:59:04 -0400 > > From: Eivind Eklund > > To: hqy2446@nyu.edu > > Subject: Re: newbie question: ssh > > > > On Tue, Jun 08, 1999 at 03:07:49AM -0400, hqy2446 wrote: > > > I have a newbie question regarding X connection forward by ssh. > > > > > > After I installed ssh-1.2.27 and ssh-2.0.13, I was unable to use 'X > > > connection forwarding' at certain servers. Now I tried this command: > > > > > > $ ssh -l [username] [remote host] xterm -display [my ip address]:0.0 > > > > > > xterm of the remote host was opened and I could run X clients on the host. > > > > > > I want to make sure that this connection is secured or not by experts or > > > experienced users of ssh. The you have to have sshd running on the host also! > > > > Not secured. > > > > > And one more question: What is the difference between above way of > > > connection and just a connection to a remote host by ssh(just like a > > > telnet) and run X clinets at the remote host shell? > > > > ssh will normally set up an emulated display at localhost:10.0 (or > > 11.0, 12.0, etc - depends on how many other ssh users you have.) This > > is securely forwarded, and is what you'll normally use. Your setup > > makes the program use an insecure connection over the normal net > > instead. > > > > Eivind. > > > > > > Thanks for your reply. Now I have a question. How can I make a secure > connection to a remote host using by ssh? My FreeBSD box is stand-alone, > I am the only user. I re-complie ssh-1.2.27 and ssh-2.0.13 with X > connection forward option (it was default option, though). I still can't > make X connection forward to a certain remote host, not all of them. > > What I did is > > $ xhost +[remote host] > > and then > > $ ssh -l [my user name] [remote host] > > or, > > $ DISPLAY=[my ip address]:0.0; export DISPLAY > $ ssh -l [my user name] [remote host] > > Both of above, usually shell connection is fine, but X connection. When I > tried to open a X client, I got this error message: > > 'Error: Can't open display: :0' > > The following is 'ssh -v' message: > > $ ssh -v -l [user name] [remote host] > debug: hostname is 'foo.bar'. > debug: Unable to open /home/foo/.ssh2/ssh2_config > debug: connecting to foo.bar... > debug: entering event loop > debug: ssh_client_wrap: creating transport protocol > debug: ssh_client_wrap: creating userauth protocol > debug: Ssh2Transport/trcommon.c:592/ssh_tr_input_version: Remote version: > SSH-1.99-2.0.12 (non-commercial) > debug: Remote version: SSH-1.99-2.0.12 (non-commercial) > debug: Host key found from the database. > debug: Ssh2Common/sshcommon.c:155/ssh_common_special: special packet > received from connection protocol: 3 > debug: Ssh2Common/sshcommon.c:155/ssh_common_special: special packet > received from connection protocol: 4 > debug: Unable to open /home/foo/.ssh2/identification > password: > debug: Ssh2Common/sshcommon.c:155/ssh_common_special: special packet > received from connection protocol: 6 > debug: Ssh2/ssh2.c:304/client_authenticated: client_authenticated > debug: Ssh2Common/sshcommon.c:466/ssh_common_new_channel: num_channels now > 1 > Last login: Wed Jun 9 01:45:13 1999 > % > > > Any help would be greatly appreciately. Thanks again. > > > -Paul > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- __o regards, Gunnar ---_ \<,_ email: flygt@sr.se ---- (_)/ (_) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 1:25:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ontario.mooseriver.com (ontario.mooseriver.com [208.138.31.116]) by hub.freebsd.org (Postfix) with ESMTP id 4E78214E61 for ; Wed, 9 Jun 1999 01:25:56 -0700 (PDT) (envelope-from jgrosch@ontario.mooseriver.com) Received: (from jgrosch@localhost) by ontario.mooseriver.com (8.9.3/8.9.1) id BAA39475; Wed, 9 Jun 1999 01:23:16 -0700 (PDT) (envelope-from jgrosch) Date: Wed, 9 Jun 1999 01:23:16 -0700 From: Josef Grosch To: Darryl Okahata Cc: Mikhail Teterin , freebsd-questions@FreeBSD.ORG Subject: Re: ELF Motif (fwd) Message-ID: <19990609012315.A39428@ontario.mooseriver.com> Reply-To: jgrosch@MooseRiver.com References: <199906082334.QAA21745@mina.sr.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <199906082334.QAA21745@mina.sr.hp.com>; from Darryl Okahata on Tue, Jun 08, 1999 at 04:34:39PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jun 08, 1999 at 04:34:39PM -0700, Darryl Okahata wrote: > Mikhail Teterin wrote: > > > Below is XiG's response to my question about ELF Motif. Could anyone > > suggest anything? I bought the lincense once, could someone, perhaps, > > just send me the binaries? Thanks! > > Another source for FreeBSD ELF Motif 2.1.10 is: > > http://www.apps2go.com/ > > It's available now, and costs something like US$129. I am not very impressed with apps2go product. It seemed thrown together. The product had to down loaded, there was no option to get it on a CD. The documentation had to be down loaded seperatly, the man pages and the apps-defaults were not in the tar ball but were an after thought. The tarball unpacked into /usr/dt instead of /usr/X11R6. The Imake.tmpl files needed to be hacked to get them to work correctly with FreeBSD. In short, a thrown together product. I am ordering Metro Links "Motif Complete". Josef -- Josef Grosch | Another day closer to a | FreeBSD 3.2 jgrosch@MooseRiver.com | Micro$oft free world | UNIX for the masses To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 1:43:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pub.sy.ln.cn (pub.sy.ln.cn [202.96.64.111]) by hub.freebsd.org (Postfix) with ESMTP id 17F2D14BD6 for ; Wed, 9 Jun 1999 01:43:39 -0700 (PDT) (envelope-from wwwind@pub.sy.ln.cn) Received: from pub.sy.ln.cn ([202.96.79.144]) by pub.sy.ln.cn (8.9.1a/8.9.1) with ESMTP id QAA28659; Wed, 9 Jun 1999 16:47:36 +0800 (CST) Message-ID: <375E28B9.4D37ECCB@pub.sy.ln.cn> Date: Wed, 09 Jun 1999 16:41:29 +0800 From: ZhangJiYu X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.0-RELEASE i386) X-Accept-Language: en, zh-CN MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG, kevlo@hello.com.tw Subject: Your idea can't work. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello: At May.12.1999,you replied my email about how to display big5 fonts.Thank you for your reply. Still now I can't view web pages use big5 fonts.I installed big5fonts use ports,install in /usr/X11R6/lib/X11/fonts/misc,so need not add fontpath,but netscape can't display big5 fonts. Why can netscape display gb fonts,can't display big5 fonts? Besides,no XF86Setup in /etc,only XF86Config. Thank you for your reply. ZhangJiYu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 2:10:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from titan.metropolitan.at (mail.metropolitan.at [195.212.98.131]) by hub.freebsd.org (Postfix) with ESMTP id 061251593F for ; Wed, 9 Jun 1999 02:09:00 -0700 (PDT) (envelope-from mladavac@metropolitan.at) Received: by TITAN with Internet Mail Service (5.0.1458.49) id ; Wed, 9 Jun 1999 11:11:54 +0200 Message-ID: <55586E7391ACD211B9730000C110027617964D@r-lmh-wi-100.corpnet.at> From: Ladavac Marino To: 'Thomas Schuerger' , freebsd-questions@freebsd.org Subject: RE: Cache size Date: Wed, 9 Jun 1999 11:06:31 +0200 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: Thomas Schuerger [SMTP:schuerge@wjpserver.CS.Uni-SB.DE] > Sent: Tuesday, June 08, 1999 9:54 PM > To: freebsd-questions@freebsd.org > Subject: Cache size > > Hi! > > I was wondering whether it is possible in FreeBSD > to allow the usage of a bigger cache for the filesystems. > On my 256 MB system, at most 10 MB for Cache and Buf (values > that "top" displays) are used. Is there a kernel setting or something? [ML] IIRC, those two are metadata and NAMI caches. File contents are cached in VM and are limited by the RAM and swap sizes. /Marino > Please mail me directly as I am not reading this list > regularly. Thanks! > > > Ciao, > Thomas. > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 2:26:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from maskin.ettnet.se (maskin.oden.se [193.220.120.1]) by hub.freebsd.org (Postfix) with ESMTP id AF93F14D25 for ; Wed, 9 Jun 1999 02:26:16 -0700 (PDT) (envelope-from tw@ettnet.se) Received: (from uucp@localhost) by maskin.ettnet.se (8.9.1a/8.8.8) id LAA15834 for ; Wed, 9 Jun 1999 11:24:49 +0200 (MET DST) Received: from UNKNOWN(193.220.122.55), claiming to be "tw.oden.se" via SMTP by maskin, id smtpdCAAa003rG; Wed Jun 9 11:24:46 1999 From: Thomas Widlundh Reply-To: tw@ettnet.se To: "freebsd-questions@freebsd.org" Subject: Re: need help with pine Date: Wed, 9 Jun 1999 11:16:21 +0200 X-Mailer: KMail [version 1.0.17] Content-Type: text/plain References: <19990608213221.A7967@wopr.caltech.edu> MIME-Version: 1.0 Message-Id: <99060911200502.00715@tw.oden.se> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, If I am allowed to jump in here .... I have a little Q about Mutt. Trying to learn, reading the tutorial, I see how I write a mail. Then I should get out of edit mode, but it says nothing of how?! None of the commands seems to work. Am I missing something? Have I read too little? Thomas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 2:43: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from stud.ee.ethz.ch (tardis-delek-fast.ee.ethz.ch [129.132.2.199]) by hub.freebsd.org (Postfix) with ESMTP id 6B4431537E for ; Wed, 9 Jun 1999 02:43:01 -0700 (PDT) (envelope-from lpruf@stud.ee.ethz.ch) Received: from tardis-a2.ee.ethz.ch (lpruf@tardis-a2.ee.ethz.ch [129.132.3.12]) by stud.ee.ethz.ch (8.8.4/8.8.8) with ESMTP id LAA20209 for ; Wed, 9 Jun 1999 11:43:00 +0200 (MET DST) Received: from localhost (lpruf@localhost) by tardis-a2.ee.ethz.ch (8.8.4/8.8.8) with ESMTP id LAA18651 for ; Wed, 9 Jun 1999 11:42:58 +0200 (MET DST) X-Authentication-Warning: tardis-a2.ee.ethz.ch: lpruf owned process doing -bs Date: Wed, 9 Jun 1999 11:42:58 +0200 (MET DST) From: Lukas Ruf X-Sender: lpruf@tardis-a2.ee.ethz.ch Reply-To: Lukas Ruf To: FreeBSD Questions Subject: CSH script -- Need help Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi list, when I try to run a simple skript (as posted at the end of this mail) I always get the answer: limit: No such limit. If I run the skript with tcsh , all works fine. My environment: FreeBSD 3.1-RELEASE Does anybody know about this problem ? Does anybody know how to fix it (and gives me the answer) ? ---- the simple Script ---- #!/bin/csh set TAR=/tmp set FILES=(Asker Bidder Decider Receiver Sender) set PRE=DA_ if (-d $TAR) then foreach xFILE ($FILES) cp ${PRE}${xFILE}.${OS} ${TAR}/${xFILE} end endif ---- End of the Script. Kind Regards and Thanks in Advance, Lukas -- *** ALWAYS MAILTO:"Lukas Ruf " *** Lukas Ruf // Neugutstr. 9 // 8002 Zurich // Switzerland // +41-1-2813545 (PGP2.6.3) Fingerprint = 37CF 3AB4 B0F7 0AF5 C308 4188 8C10 86FE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 2:48:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ms2.eranet.net (ms2.eranet.net [203.95.230.35]) by hub.freebsd.org (Postfix) with ESMTP id 757E314D25 for ; Wed, 9 Jun 1999 02:48:27 -0700 (PDT) (envelope-from kevlo@hello.com.tw) Received: from hello.com.tw (n153.n203-95-234.eranet.net [203.95.234.153]) by ms2.eranet.net (8.9.1a/8.9.1) with ESMTP id RAA23012; Wed, 9 Jun 1999 17:48:09 +0800 (CST) Message-ID: <375E37F5.8A50A9D0@hello.com.tw> Date: Wed, 09 Jun 1999 17:46:30 +0800 From: Kevin Lo X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 2.2.8-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: ZhangJiYu Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Your idea can't work. References: <375E28B9.4D37ECCB@pub.sy.ln.cn> Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ZhangJiYu wrote: > Hello: Hi, there, > At May.12.1999,you replied my email about how to display big5 > fonts.Thank you for your reply. > Still now I can't view web pages use big5 fonts.I installed > big5fonts use ports,install in /usr/X11R6/lib/X11/fonts/misc,so need not > add fontpath,but netscape can't display big5 fonts. > Why can netscape display gb fonts,can't display big5 fonts? As I mentioned, you SHOULD download _taipei{15,16,24}_ fonts, you have to add FONTPATH in /etc/XF86Config as well. - Kevin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 2:51:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dbft.daimlerbenz.com (venus.dbft.daimlerbenz.com [53.122.79.10]) by hub.freebsd.org (Postfix) with SMTP id 8591C14D25 for ; Wed, 9 Jun 1999 02:51:50 -0700 (PDT) (envelope-from ritwik@dbrci.blr.daimlerbenz.com) Received: by dbft.daimlerbenz.com; id LAA12188; Wed, 9 Jun 1999 11:50:09 +0200 Received: from mail.dbrci.blr.daimlerbenz.com(53.248.60.16) by venus.dbft.daimlerbenz.com via smap (V4.2) id xma011988; Wed, 9 Jun 99 11:49:54 +0200 Received: from hamsadhwani.dbrci.blr.daimlerbenz.com [53.248.60.17] by soham.dbrci.blr.DaimlerBenz.COM with esmtp (Exim 1.73 #1) id 10rewg-00062s-00; Wed, 9 Jun 1999 15:16:54 +0530 Date: Wed, 9 Jun 1999 15:15:37 +0530 (IST) From: Ritwik Bhattacharya To: Lukas Ruf Cc: FreeBSD Questions Subject: Re: CSH script -- Need help In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > #!/bin/csh > > set TAR=/tmp > set FILES=(Asker Bidder Decider Receiver Sender) > set PRE=DA_ > > if (-d $TAR) then > foreach xFILE ($FILES) > cp ${PRE}${xFILE}.${OS} ${TAR}/${xFILE} I don't know about the limit thing, but where's $OS being defined ? Ritwik The fact that a believer is happier than a sceptic is no more to the point than the fact that a drunken man is happier than a sober one. -- George Bernard Shaw ------------------------------------------------------------------ Daimler Benz Research Center India 302 A Somerset Apartments 137, Infantry Road 18 MG Road Bangalore 560 001 Bangalore 560 001 India India Tel : +91 80 286 1722 Fax : +91 80 286 1723 Mail : ritwik@dbrci.blr.daimlerbenz.com ------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 2:54:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from stud.ee.ethz.ch (tardis-delek-fast.ee.ethz.ch [129.132.2.199]) by hub.freebsd.org (Postfix) with ESMTP id 89F9D14F5C for ; Wed, 9 Jun 1999 02:54:35 -0700 (PDT) (envelope-from lpruf@stud.ee.ethz.ch) Received: from tardis-a2.ee.ethz.ch (lpruf@tardis-a2.ee.ethz.ch [129.132.3.12]) by stud.ee.ethz.ch (8.8.4/8.8.8) with ESMTP id LAA21872; Wed, 9 Jun 1999 11:54:35 +0200 (MET DST) Received: from localhost (lpruf@localhost) by tardis-a2.ee.ethz.ch (8.8.4/8.8.8) with ESMTP id LAA18762; Wed, 9 Jun 1999 11:54:32 +0200 (MET DST) X-Authentication-Warning: tardis-a2.ee.ethz.ch: lpruf owned process doing -bs Date: Wed, 9 Jun 1999 11:54:32 +0200 (MET DST) From: Lukas Ruf X-Sender: lpruf@tardis-a2.ee.ethz.ch Reply-To: Lukas Ruf To: Ritwik Bhattacharya Cc: FreeBSD Questions Subject: Re: CSH script -- Need help In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I define OS with setenv OS `uname` within my ~/.tcshrc. In fact, I made further test: even executing the script with all lines outcommented, I receive this error message. Thanks, Lukas On Wed, 9 Jun 1999, Ritwik Bhattacharya wrote: > Date: Wed, 9 Jun 1999 15:15:37 +0530 (IST) > From: Ritwik Bhattacharya > To: Lukas Ruf > Cc: FreeBSD Questions > Subject: Re: CSH script -- Need help > > > #!/bin/csh > > > > set TAR=/tmp > > set FILES=(Asker Bidder Decider Receiver Sender) > > set PRE=DA_ > > > > if (-d $TAR) then > > foreach xFILE ($FILES) > > cp ${PRE}${xFILE}.${OS} ${TAR}/${xFILE} > > I don't know about the limit thing, but where's $OS being defined ? > > Ritwik > > The fact that a believer is happier than a sceptic is no more to > the point than the fact that a drunken man is happier than a sober > one. -- George Bernard Shaw > ------------------------------------------------------------------ > Daimler Benz Research Center India 302 A Somerset Apartments > 137, Infantry Road 18 MG Road > Bangalore 560 001 Bangalore 560 001 > India India > > Tel : +91 80 286 1722 > Fax : +91 80 286 1723 > Mail : ritwik@dbrci.blr.daimlerbenz.com > ------------------------------------------------------------------ > Lukas -- *** ALWAYS MAILTO:"Lukas Ruf " *** Lukas Ruf // Neugutstr. 9 // 8002 Zurich // Switzerland // +41-1-2813545 (PGP2.6.3) Fingerprint = 37CF 3AB4 B0F7 0AF5 C308 4188 8C10 86FE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 3:16:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dbft.daimlerbenz.com (venus.dbft.daimlerbenz.com [53.122.79.10]) by hub.freebsd.org (Postfix) with SMTP id 8DB8614F22 for ; Wed, 9 Jun 1999 03:16:47 -0700 (PDT) (envelope-from ritwik@dbrci.blr.daimlerbenz.com) Received: by dbft.daimlerbenz.com; id MAA28345; Wed, 9 Jun 1999 12:17:13 +0200 Received: from mail.dbrci.blr.daimlerbenz.com(53.248.60.16) by venus.dbft.daimlerbenz.com via smap (V4.2) id xma027305; Wed, 9 Jun 99 12:17:04 +0200 Received: from hamsadhwani.dbrci.blr.daimlerbenz.com [53.248.60.17] by soham.dbrci.blr.DaimlerBenz.COM with esmtp (Exim 1.73 #1) id 10rfLK-0006HN-00; Wed, 9 Jun 1999 15:42:22 +0530 Date: Wed, 9 Jun 1999 15:41:04 +0530 (IST) From: Ritwik Bhattacharya To: Lukas Ruf Cc: Ritwik Bhattacharya , FreeBSD Questions Subject: Re: CSH script -- Need help In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I checked man limit. It's a built-in command of csh, that sets limits on the resources a process is allowed to use. Maybe your defaults are a problem? I don't use csh, so I don't really know much about this. Is there a particular reason you need to use csh ? Bash is far more powerful. Ritwik The fact that a believer is happier than a sceptic is no more to the point than the fact that a drunken man is happier than a sober one. -- George Bernard Shaw ------------------------------------------------------------------ Daimler Benz Research Center India 302 A Somerset Apartments 137, Infantry Road 18 MG Road Bangalore 560 001 Bangalore 560 001 India India Tel : +91 80 286 1722 Fax : +91 80 286 1723 Mail : ritwik@dbrci.blr.daimlerbenz.com ------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 3:26:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from stud.ee.ethz.ch (tardis-delek-fast.ee.ethz.ch [129.132.2.199]) by hub.freebsd.org (Postfix) with ESMTP id 7C90D14FD9 for ; Wed, 9 Jun 1999 03:26:51 -0700 (PDT) (envelope-from lpruf@stud.ee.ethz.ch) Received: from tardis-a2.ee.ethz.ch (lpruf@tardis-a2.ee.ethz.ch [129.132.3.12]) by stud.ee.ethz.ch (8.8.4/8.8.8) with ESMTP id MAA25170; Wed, 9 Jun 1999 12:26:51 +0200 (MET DST) Received: from localhost (lpruf@localhost) by tardis-a2.ee.ethz.ch (8.8.4/8.8.8) with ESMTP id MAA18954; Wed, 9 Jun 1999 12:26:49 +0200 (MET DST) X-Authentication-Warning: tardis-a2.ee.ethz.ch: lpruf owned process doing -bs Date: Wed, 9 Jun 1999 12:26:48 +0200 (MET DST) From: Lukas Ruf X-Sender: lpruf@tardis-a2.ee.ethz.ch Reply-To: Lukas Ruf To: Ritwik Bhattacharya Cc: FreeBSD Questions Subject: Re: CSH script -- Need help In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Ritwik, On Wed, 9 Jun 1999, Ritwik Bhattacharya wrote: > > I checked man limit. It's a built-in command of csh, that sets limits on > the resources a process is allowed to use. Maybe your defaults are a > problem? I don't use csh, so I don't really know much about this. Is there > a particular reason you need to use csh ? Bash is far more powerful. > I know, that limit is a built-in of csh. I already tried with different limits than th defaults -- bot no success. I know bash from my Linux ages, too. But since I changed to FreeBSD (I needed to -- since then I am really FreeBSD addicted :-) I have been using tcsh as the front end and doing my shell programming jobs with /bin/csh. I really appreciate the similarity of csh to C. Btw: Executing an empty script with nothing than #!/bin/csh fails. Executing it with tcsh
Hello there.
My pkg of Freebsd came with the newer edition of = Bind version=20 8.2 . I am familiar
with Bind 4.3 but not this newer style. Is there any = documentation on how to
setup the newer DNS server.
I have been to the Internet Consortium for = information and=20 what there is the same
that comes with the package.
 
Is there any light you can shed on my situation. I = learn a=20 great deal by example.
 
Thanks  M.Jennings (jennings@kos.net)
------=_NextPart_000_0004_01BEB270.0E25EB80-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 9: 6:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from capecod.net (camb0866.capecod.net [209.244.240.104]) by hub.freebsd.org (Postfix) with ESMTP id A925814D6D for ; Wed, 9 Jun 1999 09:06:22 -0700 (PDT) (envelope-from crtb@capecod.net) Received: from localhost (crtb@localhost) by capecod.net (8.8.5/8.8.5) with SMTP id KAA00414; Wed, 9 Jun 1999 10:25:16 -0400 (EDT) Date: Wed, 9 Jun 1999 10:25:15 -0400 (EDT) From: Chuck To: Christopher Michaels Cc: "FreeBSD Mailing List (E-mail)" Subject: RE: PNP NIC support? In-Reply-To: <6C37EE640B78D2118D2F00A0C90FCB440110596D@site2s1> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 8 Jun 1999, Christopher Michaels wrote: > Do you know what the chipset on the card is? That's what you ultimately > want to know. > > The PnP portion shouldn't be a problem. > > -Chris Thanks for the response. Well, chipset! Hah! You tell me! There are four chips on the board, two of which may be of interest, as follows: 1. The big chip, surface mount. Has a sticker with "YES Netware" on it" which hides the chip info. Under the sticker: P/N: 181025183760 9839M BH 6066.3 2. Next biggest chip says: HT93LC56-C 9747K1602 Silkscreen on the board says EA201 D2, and Bay Networks (Aha!), and there is a sticker on the board which says EA21029111 004005 A5BB36. And of course the box it came in said NETGEAR. By chasing after the board with an ed0 driver (FBSD 2.2.7R), I have found its e-net address 00:40:33:2a:06:27, and it almost responds. The board comes up enough that I can ifconfig ed1 and proclaim a route for it. It tickles the box at the other end, but I keep getting ed1 timeout messages, and no ping responses are detected, even though the box at the other end burps. I suspect it can't receive. I've played with coordinating what I tell the pnp portion and the ed1 configs when booting, using irq 6, then 15. The system seems to like the board until it actually tries to use it. What I maybe really need most is: what are those two numbers in the pnp command at boot -cv time? The DSN and LDN. I used 1 and 1, and that may be off. Thus, "pnp 1 1 enable os port0 0x280 mem0 0xd9000 irq15 1 drq6 1" --any idea whether 1 1 is the right set of numbers? Before boot, I see "Award BIOS" "Initializing Plug & Play Cards" and "Card-01 NETGEAR EA201 Ethernet Card" - unmentioned in the FBSD3.2 handbook. Sorry if the above is rather disorganized, but I'm new to PnP. And believe me, I'm tremendously grateful for the support I've gotten in the past for other querulous wailings I've made about FreeBSD. Love it! Chuck Bacon -- crtb@capecod.net ABHOR SECRECY -- DEFEND PRIVACY To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 9:10:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from stlex2.stlouis.magellanhealth.com (unknown [204.193.70.18]) by hub.freebsd.org (Postfix) with ESMTP id D13E214D6D for ; Wed, 9 Jun 1999 09:10:45 -0700 (PDT) (envelope-from RSeals@magellanhealth.com) Received: by stlex2.stlouis.magellanhealth.com with Internet Mail Service (5.5.2448.0) id ; Wed, 9 Jun 1999 11:09:59 -0500 Message-ID: <2FBBA32D2118D311B3650008C79155F28448@STLEX3> From: "Seals, Ray" To: 'Francisco Reyes' Cc: 'FreeBSD questions' Subject: RE: Chat software for FreeBSD? Date: Wed, 9 Jun 1999 11:10:09 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I use ircd hybrid (ports collection) for the server and I have a few java freebie IRC clients embedded in web pages for the end users. Works well. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Dan Nelson Sent: Sunday, June 06, 1999 1:50 AM To: Francisco Reyes Cc: FreeBSD questions Subject: Re: Chat software for FreeBSD? In the last episode (Jun 06), Francisco Reyes said: > I just checked the ports and did not see any chat servers for FreeBSD. > > It can be commercial. > > For a sample of what I am looking for see www.ichat.com That software > seems to do what I want, but it is extremly expensive even in the > entry level. For that type of money I would only do it ($500/50 > users) if it was for a business purpose/venture not just to have a > chat system for friends. Try /usr/ports/net/irc ; at one point irc.blackened.com (running FreeBSD) exceeded 8000 clients. I don't know what the current record is, or what platform it's running. -Dan Nelson dnelson@emsphobne.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 9:11:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bureau6.utcc.utoronto.ca (bureau6.utcc.utoronto.ca [128.100.132.16]) by hub.freebsd.org (Postfix) with ESMTP id 64EBD14D6D for ; Wed, 9 Jun 1999 09:11:42 -0700 (PDT) (envelope-from pc.mackenzie@utoronto.ca) Received: from ts7-66t-27.idirect.com ([209.161.248.170] HELO paul ident: NO-IDENT-SERVICE [port 1106]) by bureau6.utcc.utoronto.ca with SMTP id <178444-11443>; Wed, 9 Jun 1999 12:11:32 -0400 Message-Id: <4.1.19990609120932.009f2b60@mail.elehost.com> X-Sender: pc.mackenzie@mailbox21.utcc.utoronto.ca X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Wed, 09 Jun 1999 12:11:05 -0400 To: freebsd-questions@FreeBSD.ORG From: Paul MacKenzie Subject: syslogd: unknown facility name "telnet" error Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Any idea why I am getting this error? syslogd: unknown facility name "telnet" when syslogd starts Any help would be much appreciated. I was in the process of doing a test reinstall of a system to see how fast I could do it and I ran into this problem. Thanks Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 9:17:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 2020114E68 for ; Wed, 9 Jun 1999 09:17:19 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id MAA05994; Wed, 9 Jun 1999 12:18:40 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199906091618.MAA05994@cc942873-a.ewndsr1.nj.home.com> Subject: Re: syslogd: unknown facility name "telnet" error In-Reply-To: <4.1.19990609120932.009f2b60@mail.elehost.com> from Paul MacKenzie at "Jun 9, 99 12:11:05 pm" To: pc.mackenzie@utoronto.ca (Paul MacKenzie) Date: Wed, 9 Jun 1999 12:18:40 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Paul MacKenzie wrote, > Any idea why I am getting this error? > > syslogd: unknown facility name "telnet" when syslogd starts > > Any help would be much appreciated. I was in the process of doing a test > reinstall of a system to see how fast I could do it and I ran into this > problem. Sending along a copy of your /etc/syslog.conf would probably be a good idea. My guess is that somewhere in syslog.conf you have something along the lines of, telnet.info /var/log/telnet.log But "telnet" is an unknown facility name. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 9:17:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from uswgco3.uswc.uswest.com (uswgco3.uswest.com [209.54.108.174]) by hub.freebsd.org (Postfix) with ESMTP id 0365914D6D for ; Wed, 9 Jun 1999 09:17:23 -0700 (PDT) (envelope-from mmeola@ima2wk6.uswc.uswest.com) Received: from egate.mnet.uswest.com (mailgate.uswc.uswest.com [151.119.130.8]) by uswgco3.uswc.uswest.com (8.8.5/8.8.5) with ESMTP id KAA07639; Wed, 9 Jun 1999 10:17:22 -0600 (MDT) Received: from smokey.uswc.uswest.com (smokey.uswc.uswest.com [151.119.16.10]) by egate.mnet.uswest.com (8.8.8/8.8.8) with ESMTP id KAA13481; Wed, 9 Jun 1999 10:17:22 -0600 (MDT) Received: from ima2wk6.uswc.uswest.com (ima2wk6.uswc.uswest.com [151.116.151.207]) by smokey.uswc.uswest.com (8.6.11/uswc-hub.950320) with ESMTP id KAA27926; Wed, 9 Jun 1999 10:17:21 -0600 Received: from ima2wk6.uswc.uswest.com (localhost.uswc.uswest.com [127.0.0.1]) by ima2wk6.uswc.uswest.com (8.6.11/uswc-server.950313) with ESMTP id KAA01582; Wed, 9 Jun 1999 10:17:20 -0600 Message-Id: <199906091617.KAA01582@ima2wk6.uswc.uswest.com> X-Mailer: exmh version 2.0.3 3/22/99 From: Matt Meola To: "Justin T. Gibbs" Cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: MH + POP + Filtering In-Reply-To: <199906031753.LAA65306@pluto.plutotech.com> References: <199906031753.LAA65306@pluto.plutotech.com> Mime-Version: 1.0 Content-Type: multipart/mixed ; boundary="==_Exmh_21319483940" Date: Wed, 09 Jun 1999 10:17:19 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multipart MIME message. --==_Exmh_21319483940 Content-Type: text/plain; charset=us-ascii > I'm trying to setup a system that automatic pops my mail and filters > it into mh style folders. It looks like exmh can do this, but I don't > always have access to an X display and like the flexibility of using > the command line mh utilities. Anyone have a setup like this? Yep, sure do... Firstly, exmh, although a nice piece of software, doesn't actually do the filtering -- it uses the 'slocal' program which is part of MH. Nothing wrong with that, but some users seem to want their mail client to do the filtering. Personally, I've used both slocal and procmail, with procmail being my current setup (its rules can be more complex). Procmail can store into an MH folder directly; that is, without _having_ to use rcvstore. However, I use rcvstore so that I can update the unseen sequence. Both procmail and slocal need to be called from a POP3 client; in my case, fetchmail. If you've got sendmail/exim/qmail/postfix/etc... configured to receive your mail straight from your MX forwarder, then you need the '.forward'-file mechanism described in the O'Reilly MH book. Anyway, here's an example setup: my .fetchmailrc, .procmailrc and .maildelivery (for slocal) files. .maildelivery is alot cleaner, but like I said, procmail is more flexible. -- Matt Meola KC0DXW --==_Exmh_21319483940 Content-Type: text/plain ; name=".fetchmailrc"; charset=us-ascii Content-Description: .fetchmailrc Content-Disposition: attachment; filename=".fetchmailrc" #poll pop.netaddress.com # proto pop3 # user matt.meola with password ***** is matt here # mda "/usr/local/libexec/nmh/slocal" poll some-host-inside-uswest proto pop3 user mmeola with password ***** mda "procmail -m /u/mmeola/.procmailrc" # Local Variables: # mode: ksh # tab-width: 12 # font-lock-keywords: (t ("\\(\\[.*\\]\\)" (1 font-lock-string-face t)) ("\\(\\\\|\\\\|\\\\|\\\\|\\\\|\\\\|\\\\)" (1 font-lock-keyword-face))) # eval: (font-lock-fontify-buffer) # End: --==_Exmh_21319483940 Content-Type: text/plain ; name=".procmailrc"; charset=us-ascii Content-Description: .procmailrc Content-Disposition: attachment; filename=".procmailrc" # -*- mode: ksh -*- MAILDIR=/opt/devtools/mmeola/Mail.MH # You'd better make sure it exists DEFAULT=$MAILDIR/mbox LOGFILE=$MAILDIR/.log VERBOSE=off PATH=$PATH:/opt/devtools/lib # Ham Radio lists... :0 w * Sender:.*owner-ham-tech@ | rcvstore -create -unseen "+AmateurRadio/Ham-Tech" :0 w * Sender:.*owner-qrp-l@ | rcvstore -create -unseen "+AmateurRadio/QRP" :0 w * Sender:.*owner-antennas@ | rcvstore -create -unseen "+AmateurRadio/Antennas" :0 w * Sender:.*owner-ham-linux@ | rcvstore -create -unseen "+AmateurRadio/Ham-Linux" :0 w * Sender:.*owner-forsale-swap@ | rcvstore -create -unseen "+AmateurRadio/ForSale-Swap" :0 w * Sender:.*owner-homebrew@ | rcvstore -create -unseen "+AmateurRadio/Homebrew" :0 w * Sender:.*atv.tallahassee.net | rcvstore -create -unseen "+AmateurRadio/ATV" # Other mailing lists... :0 w * ^TO.*pygtk@daa.com.au | rcvstore -create -unseen "+PyGTK" :0 w * Sender:.*owner-co-ff@ | rcvstore -create -unseen "+CO-FF" :0 w * Sender:.*FLYFISH@ | rcvstore -create -unseen "+Flyfish" :0 w * Sender:.*wmaker-owner@ | rcvstore -create -unseen "+WindowMaker" :0 w * Sender:.*SSUG-L@ | rcvstore -create -unseen "+Shopsmith" :0 w * Sender:.*jeep-l@ | rcvstore -create -unseen "+Jeep" # Linux :0 w * Sender:.*linux-admin | rcvstore -create -unseen "+Linux/Admin" :0 w * Sender:.*linux-announce | rcvstore -create -unseen "+Linux/Announce" :0 w * Sender:.*linux-config | rcvstore -create -unseen "+Linux/Config" :0 w * Sender:.*linux-hams | rcvstore -create -unseen "+Linux/Ham" :0 w * Sender:.*linux-home | rcvstore -create -unseen "+Linux/Home" :0 w * Sender:.*linux-opengl | rcvstore -create -unseen "+Linux/OpenGL" :0 w * Sender:.*linux-ppp | rcvstore -create -unseen "+Linux/PPP" :0 w * Sender:.*linux-sound | rcvstore -create -unseen "+Linux/Sound" :0 w * Sender:.*linux-x11 | rcvstore -create -unseen "+Linux/X11" :0 w * Sender:.*redhat-announce-list | rcvstore -create -unseen "+Linux/RedHat/Announce" :0 w * Sender:.*redhat-devel-list | rcvstore -create -unseen "+Linux/RedHat/Devel" :0 w * Sender:.*redhat-install-list | rcvstore -create -unseen "+Linux/RedHat/Install" # FreeBSD :0 w * ^Sender:.*owner-freebsd-advocacy@freebsd.org | rcvstore -create -unseen "+FreeBSD/Advocacy" :0 w * ^Sender:.*owner-freebsd-alpha@freebsd.org | rcvstore -create -unseen "+FreeBSD/Alpha" :0 w * ^Sender:.*owner-freebsd-announce@freebsd.org | rcvstore -create -unseen "+FreeBSD/Announce" :0 w * ^Sender:.*owner-freebsd-chat@freebsd.org | rcvstore -create -unseen "+FreeBSD/Chat" :0 w * ^Sender:.*owner-freebsd-current@freebsd.org | rcvstore -create -unseen "+FreeBSD/Current" :0 w * ^Sender:.*owner-freebsd-doc@freebsd.org | rcvstore -create -unseen "+FreeBSD/Doc" :0 w * ^Sender:.*owner-freebsd-hardware@freebsd.org | rcvstore -create -unseen "+FreeBSD/Hardware" :0 w * ^Sender:.*owner-freebsd-questions@freebsd.org | rcvstore -create -unseen "+FreeBSD/Questions" :0 w * ^Sender:.*owner-freebsd-platforms@freebsd.org | rcvstore -create -unseen "+FreeBSD/Platforms" :0 w * ^Subject:.*ports/[0-9][0-9]* | rcvstore -create -nounseen "+FreeBSD/Ports/PRs" :0 w * ^Sender:.*owner-freebsd-ports@freebsd.org | rcvstore -create -unseen "+FreeBSD/Ports" :0 w * ^Sender:.*owner-freebsd-stable@freebsd.org | rcvstore -create -unseen "+FreeBSD/Stable" :0 w * ^TOfreebsd | rcvstore -create -unseen "+FreeBSD" # NetBSD :0 w * Sender:.*port-alpha-owner@ | rcvstore -create -unseen "+NetBSD/Alpha" :0 w * Sender:.*netbsd-announce-owner@ | rcvstore -create -unseen "+NetBSD/Announce" :0 w * Sender:.*port-i386-owner@ | rcvstore -create -unseen "+NetBSD/i386" :0 w * Sender:.*port-macppc-owner@ | rcvstore -create -unseen "+NetBSD/PPC" :0 w * Sender:.*netbsd-users-owner@ | rcvstore -create -unseen "+NetBSD/Users" :0 w * Sender:.*netbsd.org | rcvstore -create -unseen "+NetBSD" # KDE :0 w * Resent:.*from kde-announce | rcvstore -create -unseen "+KDE/Announce" :0 w * Resent:.*from kde-devel | rcvstore -create -unseen "+KDE/Devel" :0 w * Resent:.*from kde-user | rcvstore -create -unseen "+KDE/User" :0 w * Resent:.*from kde | rcvstore -create -unseen "+KDE" # USWest :0 w * From:.*ddts@ | rcvstore -create "+USWest/DDTS" :0 w * ^From:.*(ccromar|gsisam|pswelch|snewbol)@uswest.com | rcvstore -create -unseen "+USWest/Production" :0 w * ^Subject:.*new.*GUI | rcvstore -create -nounseen "+USWest/Admin" :0 w * From:.*(dsnyman|rjswens|starsms|sastott|cmaberr|cmrvosh)@uswest.com | rcvstore -create -unseen "+USWest/Admin" :0 w * From:.*AIC_TECHWEST.* | rcvstore -create -unseen "+USWest/Admin" :0 w * From:.*CAROL_MRVOSH@HP | rcvstore -create -unseen "+USWest/Admin" :0 wHB * From:.*uswest.com * application/msword | rcvstore -create -unseen "+USWest/Word_Docs" :0 w * From:.*uswest.com * > 40000 | rcvstore -create -unseen "+USWest/Big" :0 w * From:.*uswest.com | rcvstore -create -unseen "+USWest" # My Pimps :0 w * From:.*modisit.com | rcvstore -create -unseen "+INBOX/Modis" # Other :0 w * From:.*(idrahaje|registrar|campreg|radams)@(bwn.net|bewellnet.com) | rcvstore -create -unseen "+INBOX/Idrahaje" :0 w * From:.*klkirsch@juno.com | rcvstore -create -unseen "+INBOX/Idrahaje" # Tracy's Family :0 w * From:.*soozann@juno.com | rcvstore -create -unseen "+INBOX/Mitchell" :0 w * From:.*daylilee@juno.com | rcvstore -create -unseen "+INBOX/Mitchell" :0 w * From:.*mitchellphx@uswest.net | rcvstore -create -unseen "+INBOX/Mitchell" # CHBC :0 w * From:.*scott.zorno@lmco.com | rcvstore -create -nounseen "+INBOX/Zorno" :0 w * From:.*MIKRWILL@aol.com | rcvstore -create -unseen "+INBOX/CHBC" :0 w * From:.*RMIKEHUBER@aol.com | rcvstore -create -unseen "+INBOX/CHBC" :0 w * From:.*RRBMHADAMS@aol.com | rcvstore -create -unseen "+INBOX/CHBC" :0 w * From:.*cbremser@ | rcvstore -create -unseen "+INBOX/CHBC" :0 w * From:.*chbc@bwn.net | rcvstore -create -unseen "+INBOX/CHBC" :0 w * From:.*chbc@bewellnet.com | rcvstore -create -unseen "+INBOX/CHBC" :0 w * From:.*t_meola@yahoo.com | rcvstore -create -unseen "+INBOX/Tracy" :0 w * From:.*tmeola@usa.net | rcvstore -create -unseen "+INBOX/Tracy" #from file@delivery.org pipe ? "/u/mmeola/python/handle_mail.py" # Other SPAM :0 w * ^TOmmeola * ^From:.*catherinajones@yahoo.com | rcvstore -create "+Spam" # Default :0 w * ^TOmmeola | rcvstore -create -unseen "+INBOX" # SPAM :0 w * .* | rcvstore -create "+Spam" --==_Exmh_21319483940 Content-Type: text/plain ; name=".maildelivery"; charset=us-ascii Content-Description: .maildelivery Content-Disposition: attachment; filename=".maildelivery" # Ham Radio lists... sender owner-ham-tech@ folder ? "AmateurRadio/Ham-Tech" sender owner-qrp-l@ folder ? "AmateurRadio/QRP" sender owner-antennas@ folder ? "AmateurRadio/Antennas" sender owner-ham-linux@ folder ? "AmateurRadio/Ham-Linux" sender owner-forsale-swap@ folder ? "AmateurRadio/ForSale-Swap" sender owner-homebrew@ folder ? "AmateurRadio/Homebrew" # Other mailing lists... sender owner-co-ff@ folder ? "CO-FF" sender FLYFISH@ folder ? "Flyfish" sender wmaker-owner@ folder ? "WindowMaker" sender SSUG-L@ folder ? "Shopsmith" sender jeep-l@ folder ? "Jeep" # Linux sender linux-admin folder ? "Linux/Admin" sender linux-announce folder ? "Linux/Announce" sender linux-config folder ? "Linux/Config" sender linux-hams folder ? "Linux/Ham" sender linux-home folder ? "Linux/Home" sender linux-opengl folder ? "Linux/OpenGL" sender linux-ppp folder ? "Linux/PPP" sender linux-sound folder ? "Linux/Sound" sender linux-x11 folder ? "Linux/X11" sender redhat-announce-list folder ? "Linux/RedHat/Announce" sender redhat-devel-list folder ? "Linux/RedHat/Devel" sender redhat-install-list folder ? "Linux/RedHat/Install" # FreeBSD sender freebsd-alpha@ folder ? "FreeBSD/Alpha" sender freebsd-announce@ folder ? "FreeBSD/Announce" sender freebsd-chat@ folder ? "FreeBSD/Chat" sender freebsd-current@ folder ? "FreeBSD/Current" sender freebsd-doc@ folder ? "FreeBSD/Doc" sender freebsd-hardware@ folder ? "FreeBSD/Hardware" sender freebsd-questions@ folder ? "FreeBSD/Questions" sender freebsd-platforms@ folder ? "FreeBSD/Platforms" sender freebsd-ports@ folder ? "FreeBSD/Ports" sender freebsd-stable@ folder ? "FreeBSD/Stable" sender freebsd folder ? "FreeBSD" # NetBSD sender port-alpha-owner@ folder ? "NetBSD/Alpha" sender netbsd-announce-owner@ folder ? "NetBSD/Announce" sender port-i386-owner@ folder ? "NetBSD/i386" sender port-macppc-owner@ folder ? "NetBSD/PPC" sender netbsd-users-owner@ folder ? "NetBSD/Users" sender @netbsd.org folder ? "NetBSD" # KDE resent-from kde-announce folder ? "KDE/Announce" resent-from kde-devel folder ? "KDE/Devel" resent-from kde-user folder ? "KDE/User" resent-from kde folder ? "KDE" # USWest from ddts@ folder ? "USWest/DDTS" from dsnyman@uswest.com folder ? "USWest/Admin" from rjswens@ folder ? "USWest/Admin" from starsms@uswest.com folder ? "USWest/Admin" from rrockwe@uswest.com folder ? "USWest/Production" from uswest.com folder ? "USWest" from CAROL_MRVOSH@HP folder ? "USWest" from @modisit.com folder ? "INBOX/Modis" from idrahaje@bwn.net folder ? "INBOX/Idrahaje" from idrahaje@bewellnet.com folder ? "INBOX/Idrahaje" from registrar@bwn.net folder ? "INBOX/Idrahaje" from registrar@bewellnet.com folder ? "INBOX/Idrahaje" from campreg@bewellnet.com folder ? "INBOX/Idrahaje" from campreg@bwn.net folder ? "INBOX/Idrahaje" from radams@bewellnet.com folder ? "INBOX/Idrahaje" from soozann@juno.com folder ? "INBOX/Mitchell" from daylilee@juno.com folder ? "INBOX/Mitchell" from mitchellphx@uswest.net folder ? "INBOX/Mitchell" from scott.zorno@lmco.com folder ? "INBOX/CHBC" from MIKRWILL@aol.com folder ? "INBOX/CHBC" from RMIKEHUBER@aol.com folder ? "INBOX/CHBC" from RRBMHADAMS@aol.com folder ? "INBOX/CHBC" from cbremser@ folder ? "INBOX/CHBC" from chbc@bwn.net folder ? "INBOX/CHBC" from chbc@bewellnet.com folder ? "INBOX/CHBC" from t_meola@yahoo.com folder ? "INBOX/Tracy" from tmeola@usa.net folder ? "INBOX/Tracy" default - folder ? "INBOX" default - file ? "mbox" ### Local Variables: ### mode: ksh ### tab-width: 34 ### End: --==_Exmh_21319483940-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 9:21:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from artemis.rus.uni-stuttgart.de (artemis.rus.uni-stuttgart.de [129.69.1.28]) by hub.freebsd.org (Postfix) with ESMTP id 969E914D6D for ; Wed, 9 Jun 1999 09:21:08 -0700 (PDT) (envelope-from Andreas.Rozek@RUS.Uni-Stuttgart.De) Received: from ksat24 (ksat24.rus.uni-stuttgart.de [129.69.13.219]) by artemis.rus.uni-stuttgart.de (8.8.8/8.8.8) with SMTP id SAA22831; Wed, 9 Jun 1999 18:21:02 +0200 (MET DST) env-from (Andreas.Rozek@RUS.Uni-Stuttgart.De) From: "Andreas Rozek" To: Cc: "Andreas Rozek" , "Tassilo Erlewein" Subject: Upgrading the kernel from 2.2.x to 3.2 Date: Wed, 9 Jun 1999 18:24:28 +0200 Message-ID: <006401beb294$8becabc0$db0d4581@ksat24.RUS.Uni-Stuttgart.De> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-Mimeole: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! We have a running FreeBSD 2.2 installation here and would like to up- grade the kernel to 3.2 (due to outdated libraries and multicast bugs in the old kernel). Are there special procedures to "upgrade" an exi- sting kernel rather than to (re-)install a new one? Thanks in advance for your effort! Andreas Rozek Rechenzentrum Universitaet Stuttgart ****** ** ** ***** Kommunikationssysteme/BelWue-Entwicklung ** ** ** ** ** Allmandring 3a ** ** ** ** ** D-70550 Stuttgart ****** ** ** ***** *** ** ** ** Telefon: ++49 (711) 685-4514 ** ** ** ** ** Telefax: ++49 (711) 678-8363 ** ** ***** ****** E-Mail: Andreas.Rozek@RUS.Uni-Stuttgart.De To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 9:22:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from uswgco3.uswc.uswest.com (uswgco3.uswest.com [209.54.108.174]) by hub.freebsd.org (Postfix) with ESMTP id 16C0414D6D; Wed, 9 Jun 1999 09:22:36 -0700 (PDT) (envelope-from mmeola@ima2wk6.uswc.uswest.com) Received: from egate2.mnet.uswest.com (mailgate.uswc.uswest.com [151.117.138.135]) by uswgco3.uswc.uswest.com (8.8.5/8.8.5) with ESMTP id KAA09605; Wed, 9 Jun 1999 10:22:35 -0600 (MDT) Received: from smokey.uswc.uswest.com (smokey.uswc.uswest.com [151.119.16.10]) by egate2.mnet.uswest.com (8.8.8/8.8.8) with ESMTP id LAA08990; Wed, 9 Jun 1999 11:22:36 -0500 (CDT) Received: from ima2wk6.uswc.uswest.com (ima2wk6.uswc.uswest.com [151.116.151.207]) by smokey.uswc.uswest.com (8.6.11/uswc-hub.950320) with ESMTP id KAA27947; Wed, 9 Jun 1999 10:22:34 -0600 Received: from ima2wk6.uswc.uswest.com (localhost.uswc.uswest.com [127.0.0.1]) by ima2wk6.uswc.uswest.com (8.6.11/uswc-server.950313) with ESMTP id KAA01643; Wed, 9 Jun 1999 10:22:33 -0600 Message-Id: <199906091622.KAA01643@ima2wk6.uswc.uswest.com> X-Mailer: exmh version 2.0.3 3/22/99 From: Matt Meola To: hardware@freebsd.org Cc: questions@freebsd.org Subject: liquid cooling a motherboard? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 09 Jun 1999 10:22:32 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Not too long ago, I saw a link which pointed one to a web page where a guy had immersed his motherboard in mineral oil, and recycled the oil over a cooling unit -- it looked slick (no pun intended). Problem is, I _thought_ I had bookmarked the site, but I can't find it. Now, I thought for sure that I saw it on one of the (many) FreeBSD mailing lists I'm on; does this ring a bell with anyone? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 9:27:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from imo28.mx.aol.com (imo28.mx.aol.com [198.81.17.72]) by hub.freebsd.org (Postfix) with ESMTP id 7DBFC14D6D for ; Wed, 9 Jun 1999 09:27:32 -0700 (PDT) (envelope-from ESPO247@aol.com) Received: from ESPO247@aol.com (353) by imo28.mx.aol.com (IMOv20) id 3KBDa17716; Wed, 9 Jun 1999 12:26:16 -0400 (EDT) From: ESPO247@aol.com Message-ID: Date: Wed, 9 Jun 1999 12:26:14 EDT Subject: Re: seeking advice: cpus, scsi & raid To: vsiris@csi.forth.gr Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: AOL 3.0 for Windows 95 sub 62 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It depends on the application you are using. If the application dosn't support SMP, then it won't do you any good having a dual processer machine. But with Xeons, you can have up to 8 processers. I believe with the stock PIIIs, you can only have up to 4. Espo In a message dated 99-06-09 03:48:33 EDT, you write: > Q1: Given that I need fast processing for few users (max 3-4), would > a PIII Xeon@500Mhz > be preferable (cost/performance) compared to a 2 PIII@ 500 Mhz ? Of > course this is related to > how faster a Xeon processor is, but is also related to how well FreeBSD > can take advantage of a multiprocessor system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 9:30:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from apotheosis.za.org (apotheosis.za.org [137.158.128.27]) by hub.freebsd.org (Postfix) with ESMTP id E2920151E2; Wed, 9 Jun 1999 09:30:27 -0700 (PDT) (envelope-from lonewolf@apotheosis.za.org) Date: Wed, 9 Jun 1999 18:30:15 +0200 From: Lonewolf To: Matt Meola Cc: hardware@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Re: liquid cooling a motherboard? Message-ID: <19990609183015.A86878@apotheosis.za.org> Mail-Followup-To: Matt Meola , hardware@FreeBSD.ORG, questions@FreeBSD.ORG References: <199906091622.KAA01643@ima2wk6.uswc.uswest.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199906091622.KAA01643@ima2wk6.uswc.uswest.com>; from "Matt Meola" on Wed, Jun 09, 1999 at 10:22:32AM Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG http://www.accsdata.com/drffreeze/Dr%20Ffreeze.htm is what you're looking for. http://www.wizard.com/users/scfoster/public_html is also very interesting :) I found both (and more similar) on slashdot: http://slashdot.org/search.pl?topic=hardware -- lonewolf@apotheosis.za.org On Wed, Jun 09, 1999 at 10:22:32AM -0600, Matt Meola wrote: > Not too long ago, I saw a link which pointed one to a web page where a > guy had immersed his motherboard in mineral oil, and recycled the oil > over a cooling unit -- it looked slick (no pun intended). > > Problem is, I _thought_ I had bookmarked the site, but I can't find it. > Now, I thought for sure that I saw it on one of the (many) FreeBSD > mailing lists I'm on; does this ring a bell with anyone? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 9:57:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 22256151EF for ; Wed, 9 Jun 1999 09:57:31 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Wed, 9 Jun 1999 12:57:31 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105971@site2s1> From: Christopher Michaels To: 'Lukas Ruf' , FreeBSD Questions Subject: RE: CSH script -- Need help Date: Wed, 9 Jun 1999 12:59:17 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Try starting the script with #!/bin/csh -f -Chris > -----Original Message----- > From: Lukas Ruf [SMTP:lpruf@stud.ee.ethz.ch] > Sent: Wednesday, June 09, 1999 5:43 AM > To: FreeBSD Questions > Subject: CSH script -- Need help > > Hi list, > > when I try to run a simple skript (as posted at the end of this mail) I > always get the answer: > limit: No such limit. > > If I run the skript with tcsh , all works fine. > > My environment: FreeBSD 3.1-RELEASE > > Does anybody know about this problem ? Does anybody know how to fix it > (and gives me the answer) ? > > ---- the simple Script ---- > #!/bin/csh > > set TAR=/tmp > set FILES=(Asker Bidder Decider Receiver Sender) > set PRE=DA_ > > if (-d $TAR) then > foreach xFILE ($FILES) > cp ${PRE}${xFILE}.${OS} ${TAR}/${xFILE} > end > endif > ---- End of the Script. > > Kind Regards and Thanks in Advance, > > Lukas > -- > *** ALWAYS MAILTO:"Lukas Ruf " *** > Lukas Ruf // Neugutstr. 9 // 8002 Zurich // Switzerland // +41-1-2813545 > (PGP2.6.3) Fingerprint = 37CF 3AB4 B0F7 0AF5 C308 4188 8C10 86FE > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 10: 2:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from aw164.netaddress.usa.net (aw164.netaddress.usa.net [204.68.24.64]) by hub.freebsd.org (Postfix) with SMTP id 3617E15083 for ; Wed, 9 Jun 1999 10:02:15 -0700 (PDT) (envelope-from genkin@usa.net) Received: (qmail 24019 invoked by uid 60001); 9 Jun 1999 17:02:11 -0000 Message-ID: <19990609170211.24018.qmail@aw164.netaddress.usa.net> Received: from 204.68.24.64 by aw164 via web-mailer(M3.0.0.118) on Wed Jun 9 17:02:11 GMT 1999 Date: 9 Jun 99 11:02:11 MDT From: ARCADY GENKIN To: freebsd-questions@freebsd.org Subject: Configuring local networking X-Mailer: USANET web-mailer (M3.0.0.118) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all: I have new intstallation of FreeBSD on an i486. It has 2 nics in it, both ne2000, which are recognised correctly as ed0 and ed1, after I recompiled the kernel. I read through networking part of the Handbook at FreeBSD's website, but it only seems to explain it conceptually -- there are no examples of ifconfig and route commands that I need to issue. I have some Linux experience, but it seems that Freebsd's versions of ifconfig and route have different format. I know that man pages should = be my resource, but due to disk space limitations, I can't really afford installing them on that machine. Are there online versions of the man pages perhaps? I wrote in /etc/host "door", /etc/hosts: 127.0.0.1 localhost.wgaf.net localhost 192.168.1.1 door.wgaf.net door 192.168.1.2 main.wgaf.net main My /etc/host.conf: hosts bind My /etc/resolve.conf: domain wgaf.net nameserver 204.101.251.1 Would anyone be as kind as give me an example of ifconfig and route to = assign 192.168.1.1 to ed1, and to allow me at least ping my other machine (main, 192.168.1.2). Once I'll be able to telnet and ftp between them, life will be much easier. Thanks! -- = Arcady Genkin "... without money one gets nothing in this world, not even a certificate= of eternal blessedness in the other world..." (S. Kierkegaard) ____________________________________________________________________ Get free e-mail and a permanent address at http://www.amexmail.com/?A=3D1= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 10: 2:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 55A1B15083 for ; Wed, 9 Jun 1999 10:02:37 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Wed, 9 Jun 1999 13:02:37 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105972@site2s1> From: Christopher Michaels To: 'Erin Fortenberry' , "'questions@freebsd.org'" Subject: RE: Full FS Date: Wed, 9 Jun 1999 13:04:23 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG FFS sets aside about 8% of space that isn't normally usable. Only root can use it. I believe the reasoning for this is to keep the file fragmentation to a minimum. There are postings in the mailing list archives that go into more detail, as you may also want to look at man tunefs. -Chris > -----Original Message----- > From: Erin Fortenberry [SMTP:erinf@lusardi.com] > Sent: Wednesday, June 09, 1999 11:07 AM > To: 'questions@freebsd.org' > Subject: Full FS > > /var is 109% full, where does the extra space come from? Any ideas? > > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/wd0s1a 31775 15028 14205 51% / > /dev/wd0s1f 317375 221854 70131 76% /usr > /dev/wd0s1e 29727 29718 -2369 109% /var > procfs 4 4 0 100% /proc > > > Thanks > > > > Erin > > > mailto:kahn@deadbbs.com > http://www.deadbbs.com > http://www.fortenberry.net > > Master Yoda speaks for Intel of Borg: > > Intel we are. Futile is division. Approximated you will be. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 10:10: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand.global.net.uk (sand.global.net.uk [194.126.82.9]) by hub.freebsd.org (Postfix) with ESMTP id D1F111545F for ; Wed, 9 Jun 1999 10:09:50 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from pc5s03a06.client.global.net.uk ([195.147.211.198] helo=marder-1.) by sand.global.net.uk with esmtp (Exim 2.05 #1) id 10rlrJ-0003fl-00; Wed, 9 Jun 1999 18:09:49 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id SAA00295; Wed, 9 Jun 1999 18:07:42 +0100 (BST) (envelope-from marko) Date: Wed, 9 Jun 1999 18:07:42 +0100 From: Mark Ovens To: Ben Smithurst Cc: Bart Trzynadlowski , freebsd-questions@FreeBSD.org Subject: Re: need help with pine Message-ID: <19990609180741.A261@marder-1> References: <6C37EE640B78D2118D2F00A0C90FCB440110596A@site2s1> <19990609022800.A46855@rainbow5.scientia.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <19990609022800.A46855@rainbow5.scientia.demon.co.uk>; from Ben Smithurst on Wed, Jun 09, 1999 at 02:28:00AM +0100 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jun 09, 1999 at 02:28:00AM +0100, Ben Smithurst wrote: > Bart Trzynadlowski wrote: > > > Well, does anyone know of a mailer similar to pine? I tried Mutt and did > > not like it because I would prefer a mailer that can scroll line by line > > and have a nice editing mode like pine. > > Mutt *can* scroll line by line; enter scrolls down, backspace scrolls > up. And you can re-map the keystrokes if you don't like the std ones. -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 10:10:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from aero.org (aero.org [130.221.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 07231154C9 for ; Wed, 9 Jun 1999 10:10:06 -0700 (PDT) (envelope-from dylan@rush.aero.org) Received: from rush.aero.org ([130.221.201.83]) by aero.org with ESMTP id <111149-1>; Wed, 9 Jun 1999 10:09:55 -0700 Received: (from dylan@localhost) by rush.aero.org (8.9.3/8.9.3) id KAA11975; Wed, 9 Jun 1999 10:09:48 -0700 (PDT) Date: Wed, 9 Jun 1999 10:09:48 -0700 From: "Dylan A. Loomis" To: Chuck Cc: Christopher Michaels , "FreeBSD Mailing List (E-mail)" Subject: Re: PNP NIC support? Message-ID: <19990609100947.A8999@rush.aero.org> References: <6C37EE640B78D2118D2F00A0C90FCB440110596D@site2s1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: ; from Chuck on Wed, Jun 09, 1999 at 07:25:15AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jun 09, 1999 at 07:25:15AM -0700, Chuck wrote: > On Tue, 8 Jun 1999, Christopher Michaels wrote: > > Do you know what the chipset on the card is? That's what you ultimately > > want to know. > > > > The PnP portion shouldn't be a problem. > > > > -Chris > > Thanks for the response. Well, chipset! Hah! You tell me! There are > four chips on the board, two of which may be of interest, as follows: > 1. The big chip, surface mount. Has a sticker with "YES Netware" on it" > which hides the chip info. Under the sticker: P/N: 181025183760 9839M > BH 6066.3 > 2. Next biggest chip says: HT93LC56-C 9747K1602 > Silkscreen on the board says EA201 D2, and Bay Networks (Aha!), and there > is a sticker on the board which says EA21029111 004005 A5BB36. And of > course the box it came in said NETGEAR. > > By chasing after the board with an ed0 driver (FBSD 2.2.7R), I have > found its e-net address 00:40:33:2a:06:27, and it almost responds. > > The board comes up enough that I can ifconfig ed1 and proclaim a route > for it. It tickles the box at the other end, but I keep getting ed1 > timeout messages, and no ping responses are detected, even though the box > at the other end burps. I suspect it can't receive. I've played with > coordinating what I tell the pnp portion and the ed1 configs when booting, > using irq 6, then 15. The system seems to like the board until it > actually tries to use it. > > What I maybe really need most is: what are those two numbers in the pnp > command at boot -cv time? The DSN and LDN. I used 1 and 1, and that may > be off. Thus, "pnp 1 1 enable os port0 0x280 mem0 0xd9000 irq15 1 drq6 1" > --any idea whether 1 1 is the right set of numbers? Before boot, > I see "Award BIOS" "Initializing Plug & Play Cards" and "Card-01 NETGEAR > EA201 Ethernet Card" - unmentioned in the FBSD3.2 handbook. > > Sorry if the above is rather disorganized, but I'm new to PnP. > And believe me, I'm tremendously grateful for the support I've gotten in > the past for other querulous wailings I've made about FreeBSD. Love it! > > Chuck Bacon -- crtb@capecod.net > ABHOR SECRECY -- DEFEND PRIVACY > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Chuck, with regards to the CSN (I think you meant this instead of DSN ???) and LDN you can get these with the command pnpinfo(8) This should give you rather a verbose dumping (in my case for my sound card) of the pnp card's information. It will also give you the CSN - Card Select Number and the LDN - Logical Device number. E.g. my pnpinfo looks like: # pnpinfo Checking for Plug-n-Play devices... Card assigned CSN #1 Vendor ID CSCf032 (0x32f0630e), Serial Number 0xffffffff PnP Version 1.0, Vendor Version 1 Device Description: SIC CrystalWave 32 Logical Device ID: CSC0000 0x0000630e #0 Device Description: WSS/SB TAG Start DF Good Configuration DMA: channel(s) 1 8-bit, not a bus master, count by byte, , Type A DMA: channel(s) 0 3 8-bit, not a bus master, count by byte, , Type A IRQ: 5 - only one type (true/edge) I/O Range 0x534 .. 0x534, alignment 0x4, len 0x4 [16-bit addr] I/O Range 0x388 .. 0x388, alignment 0x8, len 0x4 [16-bit addr] I/O Range 0x220 .. 0x220, alignment 0x20, len 0x10 [16-bit addr] -- SNIP --- So my since "Card assigned CSN #1" and "Logical Device ID: CSC0000 0x0000630e #0" ^^ ^^ I threw the following in my pnp config line: pnp 1 0 os enable port0 0x534 port 0x220 irq 5 drq0 1 drq1 3 And that seems to work. Hope that helps. -DAL- -- Dylan A. Loomis Computer Systems Research Department The Aerospace Corporation e-mail: dylan@aero.org phone: (310) 336-2449 PGP Key fingerprint = 55 DE BB DD 34 10 CD 20 72 79 88 FE 02 0E 21 3A PGP 2.6.2 key available upon request To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 10:20: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from g-net.globe.com.ph (g-net.globe.com.ph [203.127.225.10]) by hub.freebsd.org (Postfix) with ESMTP id 344EB14D54 for ; Wed, 9 Jun 1999 10:20:00 -0700 (PDT) (envelope-from nitronarc@iname.com) Received: from honey1 ([203.127.225.250]) by g-net.globe.com.ph (8.8.8/8.8.5) with SMTP id BAA24410 for ; Thu, 10 Jun 1999 01:28:47 +0800 (HKT) Message-Id: <4.1.19990610013456.00c63390@mailhost.i-next.net> X-Sender: googoo@mailhost.i-next.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Thu, 10 Jun 1999 01:34:59 +0815 To: freebsd-questions@freebsd.org From: "Ramoncito P. Puyat" Subject: looking for linuxconf equivalent Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm pretty new at freebsd. at work, we use a linux system using the kde environment. I would like to know if there is a "linuxconf" equivalent in freebsd. i found it quite helpful and not as difficult to configure the server. thanks Ramon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 10:20:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from lansolo.actv.com (unknown [208.246.40.99]) by hub.freebsd.org (Postfix) with ESMTP id DF72714D54 for ; Wed, 9 Jun 1999 10:20:10 -0700 (PDT) (envelope-from mchugh@actv.com) Received: from actv.com (208.246.40.250 [208.246.40.250]) by lansolo.actv.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id LJ842100; Wed, 9 Jun 1999 13:24:31 -0400 Message-ID: <375EA264.CF1E755A@actv.com> Date: Wed, 09 Jun 1999 13:20:36 -0400 From: McHugh X-Mailer: Mozilla 4.6 [en] (X11; I; SunOS 5.7 i86pc) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: [Fwd: dns] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Get O'Reilly's DNS and BIND - ISBN 1 56592 512 2 - has a load of examples covering both BIND 4.x and BIND 8.x files and their differences. That being said - it's pretty easy: Throw these lines in /etc/rc.conf named_enable="YES" named_program="/usr/sbin/named" By default, named looks in /etc/namedb for configuration files. The biggest changes happen in yer named.conf file. // BIND configuration file - names & numbers changed to protect the innocent options { directory "/etc/namedb"; forwarders { 172.16.50.254; 172.16.60.254; }; }; zone "yernamehere.com" in { type slave; file "db.yernamehere"; masters { 172.16.70.254; }; allow-transfer { 172.16.80.254; }; }; zone "30.16.172.in-addr.arpa" in { type master; file "db.172.16.30"; allow-transfer { none; }; }; etc... Hope this helps.. Michael McHugh "My friends, no matter how rough the road may be, we can and we will never, never surrender to what is right." - Dan Quayle, Former U.S. Vice President (1947-) -------- Original Message -------- Subject: dns Date: Wed, 9 Jun 1999 12:03:15 -0400 From: "CO DND" To: Hello there.My pkg of Freebsd came with the newer edition of Bind version 8.2 . I am familiarwith Bind 4.3 but not this newer style. Is there any documentation on how tosetup the newer DNS server.I have been to the Internet Consortium for information and what there is the samethat comes with the package. Is there any light you can shed on my situation. I learn a great deal by example. Thanks M.Jennings (jennings@kos.net) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 10:21:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand2.global.net.uk (sand2.global.net.uk [194.126.80.50]) by hub.freebsd.org (Postfix) with ESMTP id CD4C014D54 for ; Wed, 9 Jun 1999 10:21:16 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from pc5s03a06.client.global.net.uk ([195.147.211.198] helo=marder-1.) by sand2.global.net.uk with esmtp (Exim 2.05 #1) id 10rm2M-0005xo-00; Wed, 9 Jun 1999 18:21:14 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id SAA00344; Wed, 9 Jun 1999 18:19:07 +0100 (BST) (envelope-from marko) Date: Wed, 9 Jun 1999 18:19:06 +0100 From: Mark Ovens To: Bart Trzynadlowski Cc: Ben Smithurst , freebsd-questions@FreeBSD.org Subject: Re: need help with pine Message-ID: <19990609181906.B261@marder-1> References: <19990609050241.A47839@rainbow5.scientia.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Bart Trzynadlowski on Tue, Jun 08, 1999 at 09:16:45PM -0700 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jun 08, 1999 at 09:16:45PM -0700, Bart Trzynadlowski wrote: > > I'll try tin, maybe I'll try slrn later. > But as for Mutt. How does it transport mail to my SMTP server? I think it > used sendmail as the rc file indicates Yes. > but it also doesn't seem to have > support for reply-to or username. Oh yes it does. Add something like the following to ~/.muttrc: my_hdr From: Mark Ovens my_hdr Reply-To: Mark Ovens my_hdr Organization: Total lack of > The man pages aren't the best I've > seen... Perhaps there's a way to get sendmail to add some lines to the > mail header? I CAN change my username on my machine to "trzy" but > unfortunately being the Curious George that I am I have this primal urge > to get to the bottom of this =) > As for changing your username in the From: line, the ``my_hdr From:'' line above does it. I log into FreeBSD as ``marko'' but my ISP login is ``markov''. I'm not an expert on sendmail, but it seems that as long as I have ``DMglobalnet.co.uk'' in /etc/sendmail it doesn't change ``markov'' to ``markov''. I set my sendmail up using m4 as detailed in an e-mail article in the FreeBSDzine a couple of months ago. For Mutt documentation go to http://www.mutt.org/. There's an indexed HTML document set. That's what I used. HTH > Thanks, > > Bart Trzynadlowski > trzy@powernet.net <-- reply here > > On Wed, 9 Jun 1999, Ben Smithurst wrote: > > > Bart Trzynadlowski wrote: > > > > > I'll try Mutt again but slrn was bad because I had to use ESC-Down and > > > ESC-Up or some odd combination of keys like that to scroll page by page. > > > > Hmm... I think space does page down. Pressing "?" gives a list of which > > keys do what. > > > > > What about tin? > > > > Tin's not bad, I used it for quite a while in fact, but I prefer slrn now. > > > > -- > > Ben Smithurst | PGP: 0x99392F7D > > ben@scientia.demon.co.uk | key available from keyservers and > > | ben+pgp@scientia.demon.co.uk > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 10:34:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fw2.roguewave.com (fw2.roguewave.com [208.151.233.2]) by hub.freebsd.org (Postfix) with ESMTP id 64CE914E2A for ; Wed, 9 Jun 1999 10:34:28 -0700 (PDT) (envelope-from carey@roguewave.com) Received: by fw2.roguewave.com; id SAA21510; Wed, 9 Jun 1999 18:37:39 -0700 (PDT) Received: from cvo1.cvo.roguewave.com(10.68.4.36) via SMTP by hub.FreeBSD.ORG, id smtpd021460; Wed Jun 9 18:37:38 1999 Received: by cvo1.cvo.roguewave.com with Internet Mail Service (5.5.1960.3) id ; Wed, 9 Jun 1999 10:35:37 -0700 Message-ID: From: Woody Carey To: "'Ramoncito P. Puyat'" , freebsd-questions@FreeBSD.ORG Subject: RE: looking for linuxconf equivalent Date: Wed, 9 Jun 1999 10:35:36 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.1960.3) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG /stand/sysinstall [someone please correct me if I am wrong here.] > > I'm pretty new at freebsd. at work, we use a linux system > using the kde > environment. I would like to know if there is a "linuxconf" > equivalent in > freebsd. i found it quite helpful and not as difficult to > configure the > server. thanks > > Ramon > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 11: 2:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 70F2D14F75 for ; Wed, 9 Jun 1999 11:02:23 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id OAA06179; Wed, 9 Jun 1999 14:03:40 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199906091803.OAA06179@cc942873-a.ewndsr1.nj.home.com> Subject: Re: Configuring local networking In-Reply-To: <19990609170211.24018.qmail@aw164.netaddress.usa.net> from ARCADY GENKIN at "Jun 9, 99 11:02:11 am" To: genkin@usa.net (ARCADY GENKIN) Date: Wed, 9 Jun 1999 14:03:39 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ARCADY GENKIN wrote, > Hi all: > > I have new intstallation of FreeBSD on an i486. It has 2 nics in it, > both ne2000, which are recognised correctly as ed0 and ed1, after I > recompiled the kernel. Great. > I read through networking part of the Handbook at FreeBSD's website, > but it only seems to explain it conceptually -- there are no examples > of ifconfig and route commands that I need to issue. > > I have some Linux experience, but it seems that Freebsd's versions of > ifconfig and route have different format. I know that man pages should > be my resource, but due to disk space limitations, I can't really > afford installing them on that machine. Are there online versions of > the man pages perhaps? Yes, there are, http://www.freebsd.org/docs.html#man But I would really suggest installing manpages on your system. They do not take up a lot of space compared to their value, % du -s /usr/share/man/ 5718 /usr/share/man/ > I wrote in /etc/host "door", /etc/hosts: > > 127.0.0.1 localhost.wgaf.net localhost > 192.168.1.1 door.wgaf.net door > 192.168.1.2 main.wgaf.net main > > My /etc/host.conf: > hosts > bind > > My /etc/resolve.conf: > domain wgaf.net > nameserver 204.101.251.1 > > Would anyone be as kind as give me an example of ifconfig and route to > assign 192.168.1.1 to ed1, and to allow me at least ping my other > machine (main, 192.168.1.2). Once I'll be able to telnet and ftp > between them, life will be much easier. On the command line, # ifconfig ed1 inet 192.168.1.1 Should suffice. In /etc/rc.conf, ifconfig_ed1="inet 192.168.1.1" Should work. As for routing, no additional 'custom' routing is required provided that you are not doing anything too out of the ordinary; ifconfig sets up the basic routing for that interface for you. You should also have a default route though. At the command line, # route add default 'your_gateway' Or in /etc/rc.conf, defaultrouter="'your_gateway'" HTH. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 11:10: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from showcase.pdsys.com (showcase.pdsys.com [207.167.12.13]) by hub.freebsd.org (Postfix) with ESMTP id C08C114F75 for ; Wed, 9 Jun 1999 11:09:57 -0700 (PDT) (envelope-from jim@pdsys.com) Received: from j ([207.153.40.7]) by showcase.pdsys.com (Post.Office MTA v3.5.2 release 221 ID# 0-56457U100L100S0V35) with SMTP id com; Wed, 9 Jun 1999 12:06:41 -0600 From: "Jim Whitelaw" To: "'Chuck'" Cc: Subject: RE: PNP NIC support? Date: Wed, 9 Jun 1999 12:02:20 -0600 Message-ID: <000e01beb2a2$3845d7e0$072899cf@whitelaw> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I see "Award BIOS" "Initializing Plug & Play Cards" and > "Card-01 NETGEAR > EA201 Ethernet Card" - unmentioned in the FBSD3.2 handbook. Have you tried the install disk for the Netgear EA201 to see if it allows you to disable PNP and configure the card manually? http://netgear.baynetworks.com/support/support.shtml#nc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 11:39:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id BCB89150B4 for ; Wed, 9 Jun 1999 11:39:26 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Wed, 9 Jun 1999 14:39:26 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105973@site2s1> From: Christopher Michaels To: 'Keith Stevenson' Cc: "FreeBSD Mailing List (E-mail)" Subject: RE: Book Date: Wed, 9 Jun 1999 14:41:11 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thought he was in China? ;^P -Chris > -----Original Message----- > From: Keith Stevenson [SMTP:k.stevenson@louisville.edu] > Sent: Wednesday, June 09, 1999 10:27 AM > To: freebsd-stable@freebsd.org > Subject: Re: Book > > I spoke with the author, Greg Lehey, last night and he said that the > updated > for FreeBSD3 version should be back from the printers and ready for > distribution this week. > > Regards, > --Keith Stevenson-- > > -- > Keith Stevenson > System Programmer - Data Center Services - University of Louisville > k.stevenson@louisville.edu > PGP key fingerprint = 4B 29 A8 95 A8 82 EA A2 29 CE 68 DE FC EE B6 A0 > > On Tue, Jun 08, 1999 at 02:27:40PM -0700, saxon wrote: > > Sorry. I'm aware that this is the wrong list for this question but would > > like to ask a very simple question. > > I bought the book . The Complete FreeBSD back when I had 2.2.5. > > Has there been any updates to the book to reflect any changes? Is the > book > > still valid for for 3x systems? > > > > Or. Point me to the proper list for this question. > > > > Thank you. > > Keith > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-stable" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 12: 3:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gateway.ciminot.com (gateway.ciminot.com [208.149.231.26]) by hub.freebsd.org (Postfix) with ESMTP id 7512C14BDB for ; Wed, 9 Jun 1999 12:03:14 -0700 (PDT) (envelope-from dave@ciminot.com) Received: from dave ([192.168.200.15]) by gateway.ciminot.com (8.9.1/8.9.1) with SMTP id OAA22485 for ; Wed, 9 Jun 1999 14:01:26 -0500 (CDT) (envelope-from dave@ciminot.com) From: "David B. Aas" To: Subject: newbie help with firewall/IP aliasing Date: Wed, 9 Jun 1999 14:03:14 -0500 Message-ID: <000701beb2aa$ba4c4e60$0fc8a8c0@dave.ciminot.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am a FreeBSD newbie. I am trying to install a firewall with IP aliasing. I am walking tru the FreeBSD book, and it does not work! I am using FreeBSD 3.1 from the Walnut Creek CD ROM. I have successfully recompiled the kernel (after only 3 tries!), and I have 2 NICs in my computer, one plugged into a hub connected to an ADSL Internet hookup, and the other hub plugged into a separate hub for my network. Can I get help from anyone? Thanks in advance. Dave Aas dave@ciminot.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 12: 5:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand2.global.net.uk (sand2.global.net.uk [194.126.80.50]) by hub.freebsd.org (Postfix) with ESMTP id A98A014D1A for ; Wed, 9 Jun 1999 12:05:41 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from p0es02a06.client.global.net.uk ([195.147.210.15] helo=marder-1.) by sand2.global.net.uk with esmtp (Exim 2.05 #1) id 10rnfK-0002dh-00; Wed, 9 Jun 1999 20:05:35 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id UAA00499; Wed, 9 Jun 1999 20:03:29 +0100 (BST) (envelope-from marko) Date: Wed, 9 Jun 1999 20:03:29 +0100 From: Mark Ovens To: Christopher Michaels Cc: "'Keith Stevenson'" , "FreeBSD Mailing List (E-mail)" Subject: Re: Book Message-ID: <19990609200329.D261@marder-1> References: <6C37EE640B78D2118D2F00A0C90FCB4401105973@site2s1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <6C37EE640B78D2118D2F00A0C90FCB4401105973@site2s1>; from Christopher Michaels on Wed, Jun 09, 1999 at 02:41:11PM -0400 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jun 09, 1999 at 02:41:11PM -0400, Christopher Michaels wrote: > Thought he was in China? ;^P > He was. He's at Usenix now. See the photo http://www.risc.org/Images/Usenix99/freebsd-02.jpg if you don't believe me :-) > -Chris > > > -----Original Message----- > > From: Keith Stevenson [SMTP:k.stevenson@louisville.edu] > > Sent: Wednesday, June 09, 1999 10:27 AM > > To: freebsd-stable@freebsd.org > > Subject: Re: Book > > > > I spoke with the author, Greg Lehey, last night and he said that the > > updated > > for FreeBSD3 version should be back from the printers and ready for > > distribution this week. > > > > Regards, > > --Keith Stevenson-- > > > > -- > > Keith Stevenson > > System Programmer - Data Center Services - University of Louisville > > k.stevenson@louisville.edu > > PGP key fingerprint = 4B 29 A8 95 A8 82 EA A2 29 CE 68 DE FC EE B6 A0 > > > > On Tue, Jun 08, 1999 at 02:27:40PM -0700, saxon wrote: > > > Sorry. I'm aware that this is the wrong list for this question but would > > > like to ask a very simple question. > > > I bought the book . The Complete FreeBSD back when I had 2.2.5. > > > Has there been any updates to the book to reflect any changes? Is the > > book > > > still valid for for 3x systems? > > > > > > Or. Point me to the proper list for this question. > > > > > > Thank you. > > > Keith > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-stable" in the body of the message > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-stable" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 12:12:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 8A1FD14D1A for ; Wed, 9 Jun 1999 12:12:09 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id PAA06309; Wed, 9 Jun 1999 15:13:02 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199906091913.PAA06309@cc942873-a.ewndsr1.nj.home.com> Subject: Re: syslogd: unknown facility name "telnet" error In-Reply-To: <4.1.19990609131405.009f2740@mail.elehost.com> from Paul MacKenzie at "Jun 9, 99 01:18:18 pm" To: pc.mackenzie@utoronto.ca (Paul MacKenzie) Date: Wed, 9 Jun 1999 15:13:02 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG (FreeBSD Questions) Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [Please CC the list when relpying. Thanks.] Paul MacKenzie wrote, > Chris, > > It is weird that this did not show up on the previous server (as the config was > the same) > > I have the following line > > telnet.* /var/log/telnetd > > How can I add this in as a facility (if possible at all)? 'telnet' is not a valid facility. See syslog(3) for a listing. > Obviously, the nature of the need is to log all telnet messages in a specific > area > > Thanks for your help I answered a similar question about named a while back, http://www.freebsd.org/cgi/getmsg.cgi?fetch=10144929+10147486+/usr/local/www/db/text/1999/freebsd-questions/19990509.freebsd-questions Grepping the telnetd code, I spotted the following, telnetd.c: openlog("telnetd", LOG_PID | LOG_ODELAY, LOG_DAEMON); Which shows telnet uses the 'daemon' facility for internal messages. However, I believe telnet calls 'login' which talks to the 'auth' facility. To catch all of that, you would enter something like, !telnetd *.* /var/log/telnetd Which I think should do it. HTH. > At 12:18 PM 09/06/99 -0400, you wrote: > >Paul MacKenzie wrote, > >> Any idea why I am getting this error? > >> > >> syslogd: unknown facility name "telnet" when syslogd starts > >> > >> Any help would be much appreciated. I was in the process of doing a test > >> reinstall of a system to see how fast I could do it and I ran into this > >> problem. > > > >Sending along a copy of your /etc/syslog.conf would probably be a good > >idea. My guess is that somewhere in syslog.conf you have something > >along the lines of, > > > >telnet.info /var/log/telnet.log > > > >But "telnet" is an unknown facility name. > >-- > >Crist J. Clark cjclark@home.com > -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 12:15:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dsinw.com (dsinw.com [207.149.40.5]) by hub.freebsd.org (Postfix) with ESMTP id AF38C14D1A for ; Wed, 9 Jun 1999 12:15:18 -0700 (PDT) (envelope-from hamellr@dsinw.com) Received: (from hamellr@localhost) by dsinw.com (8.8.8/8.7.3) id MAA10171; Wed, 9 Jun 1999 12:15:02 -0700 (PDT) Date: Wed, 9 Jun 1999 12:15:02 -0700 (PDT) From: rick hamell To: Chuck Cc: "FreeBSD Mailing List (E-mail)" Subject: RE: PNP NIC support? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > What I maybe really need most is: what are those two numbers in the pnp > command at boot -cv time? The DSN and LDN. I used 1 and 1, and that may > be off. Thus, "pnp 1 1 enable os port0 0x280 mem0 0xd9000 irq15 1 drq6 1" > --any idea whether 1 1 is the right set of numbers? Before boot, Do you have a secondary IDE port? If so you'll want to change the IRQ, try 10 or 11. There should be a configuration disk that came with it which will allow you to tell the adapter which IRQ to use. Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 12:18:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 5286B1543B for ; Wed, 9 Jun 1999 12:18:23 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id MAA10625; Wed, 9 Jun 1999 12:18:20 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 12:18:18 -0700 (PDT) From: Doug White To: Joe Lerch III Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: Ethernet settings ( SMC 8216C ) In-Reply-To: <199906060126.VAA52944@f04n01.cac.psu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 5 Jun 1999, Joe Lerch III wrote: > Hello. > > I recently installed FreeBSD 3.1, however I am having problems with the network configuration. I am on a > small TCP/IP network consisting of three computers. One computer acts as a gateway for the other two ( > uses dial on demand ). Whenever I try to telnet to any of the other computers on the network I receive the > message: /kernal: ed0: device timeout The resources of the Ethernet card does not match the resources the kernel's ed0 device is programmed with, or you have a cable problem. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 12:22:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 2615B14E95 for ; Wed, 9 Jun 1999 12:22:45 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id MAA11470; Wed, 9 Jun 1999 12:22:44 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 12:22:43 -0700 (PDT) From: Doug White To: Allan Cc: questions@FreeBSD.ORG Subject: Re: your mail In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 5 Jun 1999, Allan wrote: > I got this message when I tried to install enlightement. > > >> Checksum mismatch for fnlib-0.4.tar.gz. > > It's from the author's site: > > >> Attempting to fetch from > ftp://www.rasterman.com/pub/enlightenment/enlightenment/. > > Is this his checksum problem or ours? The file doesn't match what the port's expecting. Either the file is corrupted or the author regenerated the file. Use 'tar tzf /usr/ports/distfiles/fnlib-0.4.tar.gz' to test the file, and make NO_CHECKSUM=yes install to override the checksum check. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 12:23:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id B2A3C15452 for ; Wed, 9 Jun 1999 12:23:30 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id MAA11835; Wed, 9 Jun 1999 12:23:16 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 12:23:15 -0700 (PDT) From: Doug White To: Doug Young Cc: freebsd-questions@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <003f01beb0f9$eaf9d760$847e03cb@server> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 8 Jun 1999, Doug Young wrote: > I am trying to find where to download FreeBSD and looked around > ftp://ftp.freebsd.org/pub/FreeBSD (including a bunch of mirrors) for hours > with no success. Are the files I need called something different > to regular Linux / Unix ones or something or there a hidden directory with a > password needed to access it ?? You just don't know what you're looking for. See http://www.freebsd.org/handbook/install/ Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 12:25:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 471B615168 for ; Wed, 9 Jun 1999 12:25:30 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id MAA12624; Wed, 9 Jun 1999 12:25:27 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 12:25:27 -0700 (PDT) From: Doug White To: Suttipan Limanond Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 2.2.5 to 3.2 updates (CDROM) In-Reply-To: <19990606031526.42983@lymatech.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 6 Jun 1999, Suttipan Limanond wrote: > Hi: > > I am planning to upgrade to 3.2 release using CDROM. Basically, > I have two hard disks, the first one that shares with other OS > contains / and swap, and the second are purely FreeBSD > which have /usr/local and /usr/home partitions. > > 1. My understanding is I can install the 3.2 on the first > disk and bring /usr/local and /usr/home from the second hard > disk in later. Is this correct? Yes. > 2. Will the ports that I have (.aout format) run on 3.2? > Is there any way to make sure they do? Or I just need to > re-install all of them? The upgrade will not fix the libraries, so they will probably break. You have to manually move the a.out libraries into aout/ directories underneath their present location, then edit rc.conf and add them to the ldconfig_aout_paths variable. They should work again on the next reboot. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 12:25:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gaia.euronet.nl (gaia.euronet.nl [194.134.0.10]) by hub.freebsd.org (Postfix) with ESMTP id 391B714E95 for ; Wed, 9 Jun 1999 12:25:56 -0700 (PDT) (envelope-from roelof@eboa.com) Received: from eboa.com (n669.telekabel.euronet.nl [194.134.130.170]) by gaia.euronet.nl (8.8.8/8.8.8) with ESMTP id VAA07746; Wed, 9 Jun 1999 21:25:54 +0200 (MET DST) Received: from eboa.com (roelof [10.0.0.2]) by eboa.com (8.9.2/8.9.2) with ESMTP id VAA24204; Wed, 9 Jun 1999 21:28:30 +0200 (CEST) (envelope-from roelof@eboa.com) Message-ID: <375EC083.7B77CA3B@eboa.com> Date: Wed, 09 Jun 1999 21:29:07 +0200 From: Roelof Osinga Organization: eboa - engineering buro Office Automation X-Mailer: Mozilla 4.6 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Vladimir Kiselyov Cc: freebsd-questions@FreeBSD.ORG Subject: Re: I want to purchase FreeBDS 3.2 References: <375E4984.750EB4FB@bmg.lv> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Vladimir Kiselyov wrote: > > Hello! > I very much wish to purchase CD the FreeBSD disk 3.2 but to regrets from > me there is no possibility > to purchase it through Internet. > I could transmit to you the order for a purchase FreeBSD 3.2, > you send me by fax invoice, i it i shall pay, and when you take money > that send me from post of CD ROM with FreeBSD. > > If it is possible that I ask you to write to me!!!!!! > Very much I wait from you of the answer That is because it is free, gratis, gratuit. You can just download it. If, however, you do wish to buy a CD and thus sponsor the project then you can try Walnut Creek at http://www.cdrom.com/. Roelof -- Home is where the (@) http://eboa.com/ is. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 12:26:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from exchange.quest.com (unknown [192.77.210.14]) by hub.freebsd.org (Postfix) with ESMTP id 02206153FC for ; Wed, 9 Jun 1999 12:26:11 -0700 (PDT) (envelope-from SBenjamin@quest.com) Received: by exchange.quests.com with Internet Mail Service (5.5.2232.9) id ; Wed, 9 Jun 1999 12:26:11 -0700 Message-ID: <1D7D0A00F0E8D111A26600104B873E4C01783B39@exchange.quests.com> From: Scott Benjamin To: freebsd-questions@freebsd.org Subject: GUI Development Enviornment Date: Wed, 9 Jun 1999 12:26:03 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I haven't done much research in this area, but I figured that I'd ask around. Is there a GUI Development Environment for FreeBSD? CodeWarrior for Linux running FreeBSD? I'm looking for something that could be comparable to Visual C++. Any thoughts? Thanks in advance, Scott ---- "Any sufficiently advanced bug is indistinguishable from a feature" -- Rich Kulawiec To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 12:30:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bogslab.ucdavis.edu (bogslab.ucdavis.edu [169.237.68.34]) by hub.freebsd.org (Postfix) with ESMTP id D202114E95 for ; Wed, 9 Jun 1999 12:30:20 -0700 (PDT) (envelope-from greg@bogslab.ucdavis.edu) Received: from deal1.bogs.org (deal1.bogs.org [198.137.203.51]) by bogslab.ucdavis.edu (8.9.3/8.9.3) with ESMTP id MAA19654 for ; Wed, 9 Jun 1999 12:30:12 -0700 (PDT) Received: from deal1.bogs.org (localhost [127.0.0.1]) by deal1.bogs.org (8.8.8/8.6.12) with ESMTP id MAA00569 for ; Wed, 9 Jun 1999 12:30:10 -0700 (PDT) Message-Id: <199906091930.MAA00569@deal1.bogs.org> To: questions@freebsd.org Subject: 3.2: Root full, mgetty.config, /var, xpert98 1600x1200 Reply-To: gkshenaut@ucdavis.edu Date: Wed, 09 Jun 1999 12:30:10 -0700 From: Greg Shenaut Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Just did an install of 3.2 with mgetty included. It installs "live", with an "on" status in /etc/ttys, but the mgetty.config file contains many lines of explanatory text without a prepended comment mark--this resulted in around 40 MB of useless logfile in /var/log/mgetty.cuaa1 after an uptime of around 18 hours. When I fixed mgetty.config by commenting out the comments, I found that a much more moderate, but considerable amount of logfile was still being generated until I hung a modem on com1. It seems to me that it should either install "off", or be able to detect the lack of a modem and go away silently, with a single line of log info or (better) a system error message. In either case, the configuration file should be fixed. Also, I seem to remember in an earlier version of the install menus that it asked about /var in some way: I think it either advised you to create a /var filesystem or it asked you if you wanted a slink from /var to /usr/var. Maybe this was a BSD/OS thing. Anyway, something like this would probably be a reasonably useful idea (although if the mgetty.cuaa1 log had been in my /usr partition, I probably wouldn't have noticed anything was wrong until the millenium). I had intended to connect a mouse to com1--I put it on com2 (aka cuaa1) because I couldn't find a cable adapter. I wonder what mgetty would have thought of being connected to a mouse? BTW: so far, I *love* the 3.2 system. Apache works out of the box, X is working pretty well with my xpert98 8MB (but I can't seem to get 1600x1200 working--anyone know about this?), and even StarOffice set up and worked with little difficulty (I think that a FreeBSD specific setup script might help here). It (dist + many pkgs) took 5 days of continuous downloading to ftp over my modem link, but it was worth it. Also, there are *many* commands on the system now that have no manual page that I can find easily. Apropos doesn't find them either. This probably means that I need to set something else up, but what? -Greg Shenaut To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 12:31:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from exchange.quest.com (unknown [192.77.210.14]) by hub.freebsd.org (Postfix) with ESMTP id 76F1414E95 for ; Wed, 9 Jun 1999 12:31:12 -0700 (PDT) (envelope-from SBenjamin@quest.com) Received: by exchange.quests.com with Internet Mail Service (5.5.2232.9) id ; Wed, 9 Jun 1999 12:31:12 -0700 Message-ID: <1D7D0A00F0E8D111A26600104B873E4C01783B3A@exchange.quests.com> From: Scott Benjamin To: Mark Ovens , Christopher Michaels Cc: 'Keith Stevenson' , "FreeBSD Mailing List (E-mail)" Subject: RE: Book Date: Wed, 9 Jun 1999 12:31:06 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The Book can only be purchased right? One could not peruse it online? -----Original Message----- From: Mark Ovens [mailto:markov@globalnet.co.uk] Sent: Wednesday, June 09, 1999 12:03 PM To: Christopher Michaels Cc: 'Keith Stevenson'; FreeBSD Mailing List (E-mail) Subject: Re: Book On Wed, Jun 09, 1999 at 02:41:11PM -0400, Christopher Michaels wrote: > Thought he was in China? ;^P > He was. He's at Usenix now. See the photo http://www.risc.org/Images/Usenix99/freebsd-02.jpg if you don't believe me :-) > -Chris > > > -----Original Message----- > > From: Keith Stevenson [SMTP:k.stevenson@louisville.edu] > > Sent: Wednesday, June 09, 1999 10:27 AM > > To: freebsd-stable@freebsd.org > > Subject: Re: Book > > > > I spoke with the author, Greg Lehey, last night and he said that the > > updated > > for FreeBSD3 version should be back from the printers and ready for > > distribution this week. > > > > Regards, > > --Keith Stevenson-- > > > > -- > > Keith Stevenson > > System Programmer - Data Center Services - University of Louisville > > k.stevenson@louisville.edu > > PGP key fingerprint = 4B 29 A8 95 A8 82 EA A2 29 CE 68 DE FC EE B6 A0 > > > > On Tue, Jun 08, 1999 at 02:27:40PM -0700, saxon wrote: > > > Sorry. I'm aware that this is the wrong list for this question but would > > > like to ask a very simple question. > > > I bought the book . The Complete FreeBSD back when I had 2.2.5. > > > Has there been any updates to the book to reflect any changes? Is the > > book > > > still valid for for 3x systems? > > > > > > Or. Point me to the proper list for this question. > > > > > > Thank you. > > > Keith > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-stable" in the body of the message > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-stable" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 12:33: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.psln.com (psln.com [206.99.118.101]) by hub.freebsd.org (Postfix) with ESMTP id A335015188 for ; Wed, 9 Jun 1999 12:33:07 -0700 (PDT) (envelope-from dkeller@psln.com) Received: from g6200 (chester25.psln.com [206.155.61.125]) by mail.psln.com (8.9.1/8.9.1) with SMTP id MAA25647; Wed, 9 Jun 1999 12:18:56 -0700 (PDT) Message-ID: <001601beb2b4$4ab536c0$7d3d9bce@g6200> From: "Dainel \"The Bruce\" Keller" To: Cc: References: Subject: Re: Ethernet settings ( SMC 8216C ) Date: Wed, 9 Jun 1999 13:11:41 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I was having this same problem just yesterday. I had to set the PnP setting for the card with the DOS configuration utility they give you (EZStart.exe I think it is). Then I had to change the PnP bios settings because it was assigning my Soundcard (anybody able to get a sound blaster live up under FreeBSD, perhaps in SB16 emulation mode?) the same IRQ the NIC was using. Good luck, Daniel Keller ----- Original Message ----- From: Doug White To: Joe Lerch III Cc: Sent: Wednesday, June 09, 1999 12:18 PM Subject: Re: Ethernet settings ( SMC 8216C ) > On Sat, 5 Jun 1999, Joe Lerch III wrote: > > > Hello. > > > > I recently installed FreeBSD 3.1, however I am having problems with the network configuration. I am on a > > small TCP/IP network consisting of three computers. One computer acts as a gateway for the other two > > uses dial on demand ). Whenever I try to telnet to any of the other computers on the network I receive the > > message: /kernal: ed0: device timeout > > The resources of the Ethernet card does not match the resources the > kernel's ed0 device is programmed with, or you have a cable problem. > > Doug White > Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve > http://gladstone.uoregon.edu/~dwhite | www.freebsd.org > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 12:34:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 292511565B for ; Wed, 9 Jun 1999 12:34:34 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Wed, 9 Jun 1999 15:34:32 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105974@site2s1> From: Christopher Michaels To: 'Scott Benjamin' Cc: "FreeBSD Mailing List (E-mail)" Subject: RE: Book Date: Wed, 9 Jun 1999 15:36:16 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Correct. He doesn't keep a freely available online version of the book. -Chris > -----Original Message----- > From: Scott Benjamin [SMTP:SBenjamin@quest.com] > Sent: Wednesday, June 09, 1999 3:31 PM > To: Mark Ovens; Christopher Michaels > Cc: 'Keith Stevenson'; FreeBSD Mailing List (E-mail) > Subject: RE: Book > > The Book can only be purchased right? One could not peruse it online? > > -----Original Message----- > From: Mark Ovens [mailto:markov@globalnet.co.uk] > Sent: Wednesday, June 09, 1999 12:03 PM > To: Christopher Michaels > Cc: 'Keith Stevenson'; FreeBSD Mailing List (E-mail) > Subject: Re: Book > > > On Wed, Jun 09, 1999 at 02:41:11PM -0400, Christopher Michaels wrote: > > Thought he was in China? ;^P > > > > He was. He's at Usenix now. See the photo > > http://www.risc.org/Images/Usenix99/freebsd-02.jpg > > if you don't believe me :-) > > > -Chris > > > > > -----Original Message----- > > > From: Keith Stevenson [SMTP:k.stevenson@louisville.edu] > > > Sent: Wednesday, June 09, 1999 10:27 AM > > > To: freebsd-stable@freebsd.org > > > Subject: Re: Book > > > > > > I spoke with the author, Greg Lehey, last night and he said that the > > > updated > > > for FreeBSD3 version should be back from the printers and ready for > > > distribution this week. > > > > > > Regards, > > > --Keith Stevenson-- > > > > > > -- > > > Keith Stevenson > > > System Programmer - Data Center Services - University of Louisville > > > k.stevenson@louisville.edu > > > PGP key fingerprint = 4B 29 A8 95 A8 82 EA A2 29 CE 68 DE FC EE B6 > A0 > > > > > > On Tue, Jun 08, 1999 at 02:27:40PM -0700, saxon wrote: > > > > Sorry. I'm aware that this is the wrong list for this question but > would > > > > like to ask a very simple question. > > > > I bought the book . The Complete FreeBSD back when I had 2.2.5. > > > > Has there been any updates to the book to reflect any changes? Is > the > > > book > > > > still valid for for 3x systems? > > > > > > > > Or. Point me to the proper list for this question. > > > > > > > > Thank you. > > > > Keith > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-stable" in the body of the message > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-stable" in the body of the message > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > -- > FreeBSD - The Power To Serve http://www.freebsd.org > My Webpage http://www.users.globalnet.co.uk/~markov > _______________________________________________________________ > Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK > CAD/CAM solutions for Sheetmetal Working Industry > mailto:marko@uk.radan.com http://www.radan.com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 12:36: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand4.global.net.uk (sand4.global.net.uk [194.126.80.248]) by hub.freebsd.org (Postfix) with ESMTP id 7A03B15956 for ; Wed, 9 Jun 1999 12:35:20 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from p1cs09a06.client.global.net.uk ([195.147.217.29] helo=marder-1.) by sand4.global.net.uk with esmtp (Exim 2.12 #1) id 10ro7v-0007vF-00 for questions@freebsd.org; Wed, 9 Jun 1999 20:35:09 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id UAA00581 for questions@freebsd.org; Wed, 9 Jun 1999 20:32:58 +0100 (BST) (envelope-from marko) Date: Wed, 9 Jun 1999 20:32:58 +0100 From: Mark Ovens To: questions@freebsd.org Subject: gcc/egcs trouble passing a double Message-ID: <19990609203258.E261@marder-1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've got a wierd problem with a program I'm working on, trying to pass a double to a function. The program core dumps with a SIGFPE. I built a debug version and ran it in gdb to find the cause. A C++ function declared Datasym *install(const char *s, int t, double d, int stream) is called (from another C++ file) by s = install(sbuf, 261, 0.0, q_strm); In install() the SIGFPE (Arithmetic exception) occurrs at the line sp->val = d; Inserting a breakpoint at the start of install() and printing d shows it to be 8.275783586691418e-313 hence the SIGFPE, it's outside the range of a double, but why? 0.0 was passed in. All the other args are passed correctly. I've been trying to crack this for a couple of days now, but it's got me stumped. It's as though too much space is being allocated for a double. The only thing I can think of (& I'm guessing here) is that it's to do with the alignment of doubles and/or the stack and/or the start of functions on word boundaries. I see that there are several compiler options for controlling this, -malign-double, -mno-align-double, -malign-functions, -mpreferred-stack-boundary etc. Is this the cause? Can anyone suggest where I should start looking for the cause. Thanks. -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 12:40:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 14DBA15188 for ; Wed, 9 Jun 1999 12:40:52 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id MAA18354; Wed, 9 Jun 1999 12:40:36 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 12:40:35 -0700 (PDT) From: Doug White To: Nik Clayton Cc: questions@FreeBSD.ORG Subject: Re: Netscape, 3.x, and -DWANT_AOUT In-Reply-To: <19990606133056.L30927@catkin.nothing-going-on.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 6 Jun 1999, Nik Clayton wrote: > Am I right in thinking that before I can run Netscape 4.x on a FreeBSD > 3.x system, that system must have been compiled with "-DWANT_AOUT"? > > Or does ports/www/netscape46-navigator work on a wholly Elf system? Netscape is still an a.out binary, so you must have the a.out libs (INCLUDING X) on the system. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 12:43: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 86EC615188 for ; Wed, 9 Jun 1999 12:43:03 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id MAA19283; Wed, 9 Jun 1999 12:42:47 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 12:42:47 -0700 (PDT) From: Doug White To: "Brian D. McGrew" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: YP Passwords In-Reply-To: <375A967A.D7F1BFDC@visionpro.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 6 Jun 1999, Brian D. McGrew wrote: > Greets, > > I'm using FreeBSD-3.1 RELEASE. I setup my server as a > ypserver. Everything seemed to go smoothly. From the server 'bigguy', > I can ypcat all the map files, and ypwhich says it's bound to it's self > 'bigguy'. After the setup, all my local user logins had been > COPIED from /etc/passwd to /var/yp/passwd. This was a good thing.. So, > I removed all the local stuff from /etc/passwd. Not too great an idea. You want to leave root and such in there so you an login if the YP server tanks. Oh, and you did it with vipw, right? And not editing passwd directly, which HAS NO EFFECT? Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 12:43:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 2802115188 for ; Wed, 9 Jun 1999 12:43:25 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id MAA19701; Wed, 9 Jun 1999 12:43:18 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 12:43:17 -0700 (PDT) From: Doug White To: Chung-Kie Tung Cc: questions@FreeBSD.ORG Subject: Re: how to set polling mode as default for lpt? In-Reply-To: <19990606234150.A15768@turtle.ee.ncku.edu.tw> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 6 Jun 1999, Chung-Kie Tung wrote: > I am running FreeBSD 3.1, and the new printer driver is default set to > interrupt mode. Cause there are always some data missing when printing > with interrupt mode, I'd like to use polling as the default. > > When using lptcontrol in /etc/rc.local to set printer mode, it works > only if the printer is powered on. How can I set the nlpt device in kernel > config file to make the polling mode the default? Give it no interrupt (or -1). Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 12:44: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand.global.net.uk (sand.global.net.uk [194.126.82.9]) by hub.freebsd.org (Postfix) with ESMTP id D76071545C for ; Wed, 9 Jun 1999 12:44:04 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from p1cs09a06.client.global.net.uk ([195.147.217.29] helo=marder-1.) by sand.global.net.uk with esmtp (Exim 2.05 #1) id 10roGY-00062e-00; Wed, 9 Jun 1999 20:44:02 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id UAA00654; Wed, 9 Jun 1999 20:41:59 +0100 (BST) (envelope-from marko) Date: Wed, 9 Jun 1999 20:41:59 +0100 From: Mark Ovens To: Scott Benjamin Cc: Christopher Michaels , "'Keith Stevenson'" , "FreeBSD Mailing List (E-mail)" Subject: Re: Book Message-ID: <19990609204159.F261@marder-1> References: <1D7D0A00F0E8D111A26600104B873E4C01783B3A@exchange.quests.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <1D7D0A00F0E8D111A26600104B873E4C01783B3A@exchange.quests.com>; from Scott Benjamin on Wed, Jun 09, 1999 at 12:31:06PM -0700 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jun 09, 1999 at 12:31:06PM -0700, Scott Benjamin wrote: > The Book can only be purchased right? One could not peruse it online? > That's right, although it's on the CDs in ASCII text IIRC > -----Original Message----- > From: Mark Ovens [mailto:markov@globalnet.co.uk] > Sent: Wednesday, June 09, 1999 12:03 PM > To: Christopher Michaels > Cc: 'Keith Stevenson'; FreeBSD Mailing List (E-mail) > Subject: Re: Book > > > On Wed, Jun 09, 1999 at 02:41:11PM -0400, Christopher Michaels wrote: > > Thought he was in China? ;^P > > > > He was. He's at Usenix now. See the photo > > http://www.risc.org/Images/Usenix99/freebsd-02.jpg > > if you don't believe me :-) > > > -Chris > > > > > -----Original Message----- > > > From: Keith Stevenson [SMTP:k.stevenson@louisville.edu] > > > Sent: Wednesday, June 09, 1999 10:27 AM > > > To: freebsd-stable@freebsd.org > > > Subject: Re: Book > > > > > > I spoke with the author, Greg Lehey, last night and he said that the > > > updated > > > for FreeBSD3 version should be back from the printers and ready for > > > distribution this week. > > > > > > Regards, > > > --Keith Stevenson-- > > > > > > -- > > > Keith Stevenson > > > System Programmer - Data Center Services - University of Louisville > > > k.stevenson@louisville.edu > > > PGP key fingerprint = 4B 29 A8 95 A8 82 EA A2 29 CE 68 DE FC EE B6 A0 > > > > > > On Tue, Jun 08, 1999 at 02:27:40PM -0700, saxon wrote: > > > > Sorry. I'm aware that this is the wrong list for this question but > would > > > > like to ask a very simple question. > > > > I bought the book . The Complete FreeBSD back when I had 2.2.5. > > > > Has there been any updates to the book to reflect any changes? Is the > > > book > > > > still valid for for 3x systems? > > > > > > > > Or. Point me to the proper list for this question. > > > > > > > > Thank you. > > > > Keith > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-stable" in the body of the message > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-stable" in the body of the message > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > -- > FreeBSD - The Power To Serve http://www.freebsd.org > My Webpage http://www.users.globalnet.co.uk/~markov > _______________________________________________________________ > Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK > CAD/CAM solutions for Sheetmetal Working Industry > mailto:marko@uk.radan.com http://www.radan.com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 12:52:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from houston.matchlogic.com (houston.matchlogic.com [205.216.147.127]) by hub.freebsd.org (Postfix) with ESMTP id 85CEF15561 for ; Wed, 9 Jun 1999 12:52:40 -0700 (PDT) (envelope-from crandall@matchlogic.com) Received: by houston.matchlogic.com with Internet Mail Service (5.5.2448.0) id ; Wed, 9 Jun 1999 13:52:36 -0600 Message-ID: <64003B21ECCAD11185C500805F31EC0302D74CF0@houston.matchlogic.com> From: Charles Randall To: freebsd-questions@freebsd.org Subject: RE: GUI Development Enviornment Date: Wed, 9 Jun 1999 13:52:27 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Here's two, Code Crusader, http://www.its.caltech.edu/~jafl/jcc/ C-Forge (FreeBSD port supposedly in progress), http://www.codeforge.com/ Charles -----Original Message----- From: Scott Benjamin [mailto:SBenjamin@quest.com] Sent: Wednesday, June 09, 1999 1:26 PM To: freebsd-questions@freebsd.org Subject: GUI Development Enviornment I haven't done much research in this area, but I figured that I'd ask around. Is there a GUI Development Environment for FreeBSD? CodeWarrior for Linux running FreeBSD? I'm looking for something that could be comparable to Visual C++. Any thoughts? Thanks in advance, Scott ---- "Any sufficiently advanced bug is indistinguishable from a feature" -- Rich Kulawiec To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 13: 1:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.psln.com (psln.com [206.99.118.101]) by hub.freebsd.org (Postfix) with ESMTP id 7E34315942 for ; Wed, 9 Jun 1999 13:00:41 -0700 (PDT) (envelope-from dkeller@psln.com) Received: from g6200 (chester19.psln.com [206.155.61.119]) by mail.psln.com (8.9.1/8.9.1) with SMTP id MAA26911; Wed, 9 Jun 1999 12:46:30 -0700 (PDT) Message-ID: <002101beb2b8$234f9fe0$773d9bce@g6200> From: "Dainel \"The Bruce\" Keller" To: Cc: Subject: Fw: begginner question: how can I determine my local IP address? (can't ping) Date: Wed, 9 Jun 1999 13:39:13 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: Dainel "The Bruce" Keller To: Jamie Lawrence Sent: Wednesday, June 09, 1999 1:35 PM Subject: Re: begginner question: how can I determine my local IP address? (can't ping) > Thanks for the help, I think i may have confused things a bit. > I do have a NIC, but it is connected only to my other home computer, not the > internet. I am connected to my ISP through a dialup line, so the IP > should be the IP of the machine (or the modem?) right? I put the XXs on the > IP to show that it is dynamically assigned in that range. Once I know my > local IP I can ping it from my other computer by the NIC, and I assume other > computers on the internet can get to it, but I can't ping it from itself > using the IP address. Here is the output of "ifconfig -a": > > ed0: flags=8843 mtu 1500 > inet 10.0.0.1 netmask 0xffffff00 broadcast 10.0.0.255 > ether 00:00:c0:59:a6:f4 > ppp0: flags=8051 mtu 1006 > inet 206.155.61.157 --> 206.155.61.100 netmask 0xffffff00 > lo0: flags=8049 mtu 16384 > inet 127.0.0.1 netmask 0xff000000 > > here is "netstat -rn": > Routing tables > > Internet: > Destination Gateway Flags Refs Use Netif > Expire > default 206.155.61.100 UGSc 3 8 ppp0 > 10/24 link#1 UC 0 0 ed0 > 127.0.0.1 127.0.0.1 UH 0 0 lo0 > 206.155.61.100 206.155.61.157 UH 3 0 ppp0 > > > here is "ipfw show": > 00100 15 1260 divert 8668 ip from any to any via ppp0 > 65535 0 0 allow ip from any to any > > "ping localhost": > PING localhost (127.0.0.1): 56 data bytes > 64 bytes from 127.0.0.1: icmp_seq=0 ttl=255 time=0.052 ms > 64 bytes from 127.0.0.1: icmp_seq=1 ttl=255 time=0.043 ms > 64 bytes from 127.0.0.1: icmp_seq=2 ttl=255 time=0.030 ms > > --- localhost ping statistics --- > 3 packets transmitted, 3 packets received, 0% packet loss > round-trip min/avg/max/stddev = 0.030/0.042/0.052/0.009 ms > > "ping 206.155.61.157": > PING 206.155.61.157 (206.155.61.157): 56 data bytes > > --- 206.155.61.157 ping statistics --- > 8 packets transmitted, 0 packets received, 100% packet loss > > Any suggestions would be great, > Thanks again, > Daniel Keller > > ----- Original Message ----- > From: Jamie Lawrence > To: Dainel "The Bruce" Keller ; Christopher Michaels > > Sent: Tuesday, June 08, 1999 2:47 PM > Subject: Re: begginner question: how can I determine my local IP address? > (can't ping) > > > > At 03:13 PM 6/8/99 -0700, Dainel \"The Bruce\" Keller wrote: > > >Thanks, I had been looking all over the mailing list and gerneally > getting > > >nowhere. unfortunately I now have a rather larger problem. I can't ping > or > > >telnet to myself by the IP address. I can ping localhost fine, but not my > IP > > >(206.155.61.1XX). I have tried flushing ipfw and making sure it is not > > >blocking anything, but I have no idea what to try next. And suggestions > > >would help greatly. > > >Thanks again for the help! > > >Daniel Keller > > > > Keep in mind that the IP address (206.155.61.130, BTW - you're > > not protecting yourself by obscuring it) is The NIC's IP, > > not the machine's. Make sure you ifconfig'ed your device correctly. > > > > Do an ifconfig -a and see what it tells you it thinks its IP, > > netmask, broadcast, etc. are. > > > > -j > > > > >----- Original Message ----- > > >From: Christopher Michaels > > >To: 'Dainel "The Bruce" Keller' > > >Cc: FreeBSD Mailing List (E-mail) > > >Sent: Tuesday, June 08, 1999 1:58 PM > > >Subject: RE: begginner question: how can I determine my local IP address? > > > > > > > > >> ifconfig > > >> > > >> Where is the name of your network interface. E.g. if I > wanted > > >> to see my ip for my ppp I would type. > > >> > > >> ifconfig tun0 > > >> > > >> -Chris > > >> > > >> > > >> > -----Original Message----- > > >> > From: Dainel "The Bruce" Keller [SMTP:dkeller@psln.com] > > >> > Sent: Tuesday, June 08, 1999 5:27 PM > > >> > To: questions@freebsd.org > > >> > Subject: begginner question: how can i determin my local IP address? > > >> > > > >> > I posted a similar message here last night, but I haven't gotten any > > >> > response and I never received the message myself so I'm not sure if > it > > >got > > >> > through, > > >> > Thanks > > >> > ----- Original Message ----- > > >> > From: Daniel Keller > > >> > Newsgroups: comp.unix.bsd.freebsd.misc > > >> > Sent: Tuesday, June 08, 1999 1:39 PM > > >> > Subject: begginner question: how can i determin my local IP address? > > >> > > > >> > > > >> > > Hi, > > >> > > I am having some trouble determining my local IP address when I > dial > > >> > into > > >> > my > > >> > > ISP. I have been getting what I believe is my IP from > "netstat -rn", > > >but > > >> > I > > >> > > can not usr this number to telnet, or ftp, or connect to any of the > > >> > other > > >> > > services available on "localhost" or "127.0.0.1". I am not sure if > I > > >am > > >> > > getting the IP wrong, or if for some reason I cannon connect to > myself > > >> > > though the IP (perhaps I need to enable some sort of other routing, > or > > >> > > change my ipfw rules, which are currently set up for natd and are > > >using > > >> > > "ipfw add pass all from any to any"). Any help would be greatly > > >> > appreciated. > > >> > > Thanks, > > >> > > Daniel Keller > > >> > > >> > > >> To Unsubscribe: send mail to majordomo@FreeBSD.org > > >> with "unsubscribe freebsd-questions" in the body of the message > > >> > > > > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > >with "unsubscribe freebsd-questions" in the body of the message > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 13: 3:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from saturn.med.nyu.edu (mcbi-34.med.nyu.edu [128.122.3.88]) by hub.freebsd.org (Postfix) with ESMTP id F078314D26 for ; Wed, 9 Jun 1999 13:03:02 -0700 (PDT) (envelope-from xuc@saturn.med.nyu.edu) Received: from bragg.med.nyu.edu (bragg [128.122.3.222]) by saturn.med.nyu.edu (8.9.2/8.9.2) with ESMTP id QAA1431662 for ; Wed, 9 Jun 1999 16:02:58 -0400 (EDT) Date: Wed, 9 Jun 1999 16:02:58 -0400 From: Chen Xu To: freebsd-questions Subject: tricks to upgrade from 2.2.7 to 3.2 using CD? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I plan to buy 3.2 CD to upgrade my 2.2.7. (I can only connect to internet by PPP). I like to know your experience upgrading your box from 2.x to 3.x. Any trickes, problems etc.. I don't want reinstall everything from scrach. Thanks alot! Chen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 13: 6:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from exchange.quest.com (unknown [192.77.210.14]) by hub.freebsd.org (Postfix) with ESMTP id 1606D14D82 for ; Wed, 9 Jun 1999 13:06:56 -0700 (PDT) (envelope-from SBenjamin@quest.com) Received: by exchange.quests.com with Internet Mail Service (5.5.2232.9) id ; Wed, 9 Jun 1999 13:06:56 -0700 Message-ID: <1D7D0A00F0E8D111A26600104B873E4C01783B3F@exchange.quests.com> From: Scott Benjamin To: Charles Randall , freebsd-questions@freebsd.org Subject: RE: GUI Development Enviornment Date: Wed, 9 Jun 1999 13:06:47 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'll look into them.. Charles, Do you use either of them? -----Original Message----- From: Charles Randall [mailto:crandall@matchlogic.com] Sent: Wednesday, June 09, 1999 12:52 PM To: freebsd-questions@freebsd.org Subject: RE: GUI Development Enviornment Here's two, Code Crusader, http://www.its.caltech.edu/~jafl/jcc/ C-Forge (FreeBSD port supposedly in progress), http://www.codeforge.com/ Charles -----Original Message----- From: Scott Benjamin [mailto:SBenjamin@quest.com] Sent: Wednesday, June 09, 1999 1:26 PM To: freebsd-questions@freebsd.org Subject: GUI Development Enviornment I haven't done much research in this area, but I figured that I'd ask around. Is there a GUI Development Environment for FreeBSD? CodeWarrior for Linux running FreeBSD? I'm looking for something that could be comparable to Visual C++. Any thoughts? Thanks in advance, Scott ---- "Any sufficiently advanced bug is indistinguishable from a feature" -- Rich Kulawiec To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 13:15:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ct1.webquill.com (ct1.webquill.com [208.130.59.63]) by hub.freebsd.org (Postfix) with ESMTP id C5EFD14E98 for ; Wed, 9 Jun 1999 13:15:33 -0700 (PDT) (envelope-from dci@ct1.webquill.com) Received: (from dci@localhost) by ct1.webquill.com (8.9.1/8.9.1) id QAA20980 for freebsd-questions@freebsd.org; Wed, 9 Jun 1999 16:15:47 -0400 (EDT) From: Chris McCulloh Message-Id: <199906092015.QAA20980@ct1.webquill.com> Subject: Compilation Problems To: freebsd-questions@freebsd.org Date: Wed, 9 Jun 1999 16:15:47 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I recently installed FreeBSD 3.2 downloaded in complete from cdrom.com. Whenever I try to compile a program that uses X header includes, compilation is unsuccessful. The error messsage given, for example, is the following: wmapm.c:153: X11/X.h: No such file or directory But I've checked in /usr/X11R6/include/X11 and X.h is, in fact, present and accounted for. If I hardcode the location in wmapm.c, the following error message appears: In file included from wmapm.c:154: /usr/X11R6/include/X11/xpm.h:76: X11/Xlib.h: No such file or directory Again, the file is actually there. I've search the mailing lists and seen a few other people asking the same, but have not been able to find any resolution. If anyone can help, it would be much appreciated. Thanks! Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 13:16:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from flashmail.com (flashmail.com [209.63.137.8]) by hub.freebsd.org (Postfix) with SMTP id 89BC414D82 for ; Wed, 9 Jun 1999 13:16:54 -0700 (PDT) (envelope-from mholloway@flashmail.com) Received: from flashmail.com ([209.63.137.8]) by flashmail.com ; Wed, 09 Jun 1999 13:17:57 -0800 From: "Mark L. Holloway" Reply-To: mholloway@flashmail.com To: questions@freebsd.org Date: Wed, 9 Jun 1999 13:17:57 -800 Subject: Can FreeBSD Cluster? X-Mailer: CWMail Web to Mail Gateway 2.0n, http://netwinsite.com/top_mail.htm Message-id: <375ecbf5.133.0@flashmail.com> X-User-Info: 206.135.117.130 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Can FreeBSD cluster? If you were setting servers for high bandwidth demands (real audio/video, shoutcast, web, ftp) what would be the ideal configuration? Just wondering.. I read an interview with Linus that Linux has this ability. Mark ______________________________________________________ Get Your FREE FlashMail Address now at http://www.flashmail.com It's Free, Easy, & Fun !!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 13:17:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 04C141515C for ; Wed, 9 Jun 1999 13:17:23 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Wed, 9 Jun 1999 16:17:20 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105975@site2s1> From: Christopher Michaels To: 'Andreas Rozek' , freebsd-questions@FreeBSD.ORG Cc: Tassilo Erlewein Subject: RE: Upgrading the kernel from 2.2.x to 3.2 Date: Wed, 9 Jun 1999 16:19:06 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You can't upgrade JUST the kernel. FreeBSD isn't like linux where the kernel and the userland are separate entites. You'll need to upgrade the whole system from 2.2.x to 3.2. There are several ways you could do this. 1. CVSUP the source code and do a 'make upgrade' (there is more to it than that). 2. Create the boot floppies and do a binary upgrade. 3. Backup your date, wipe the system clean, install from scratch. Each has it's ups and downs. Take a look at http://www.dvl-software.com/freebsd/ for more detailed information on how-tos. -Chris > -----Original Message----- > From: Andreas Rozek [SMTP:Andreas.Rozek@RUS.Uni-Stuttgart.De] > Sent: Wednesday, June 09, 1999 12:24 PM > To: freebsd-questions@FreeBSD.ORG > Cc: Andreas Rozek; Tassilo Erlewein > Subject: Upgrading the kernel from 2.2.x to 3.2 > > Hello! > > We have a running FreeBSD 2.2 installation here and would like to up- > grade the kernel to 3.2 (due to outdated libraries and multicast bugs > in the old kernel). Are there special procedures to "upgrade" an exi- > sting kernel rather than to (re-)install a new one? > > Thanks in advance for your effort! > > Andreas Rozek > Rechenzentrum Universitaet Stuttgart ****** ** ** ***** > Kommunikationssysteme/BelWue-Entwicklung ** ** ** ** ** > Allmandring 3a ** ** ** ** ** > D-70550 Stuttgart ****** ** ** ***** > *** ** ** ** > Telefon: ++49 (711) 685-4514 ** ** ** ** ** > Telefax: ++49 (711) 678-8363 ** ** ***** ****** > E-Mail: Andreas.Rozek@RUS.Uni-Stuttgart.De To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 13:23:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 3B9C014D82 for ; Wed, 9 Jun 1999 13:23:09 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Wed, 9 Jun 1999 16:23:10 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105976@site2s1> From: Christopher Michaels To: "'Dainel \"The Bruce\" Keller'" Cc: freebsd-questions@freebsd.org Subject: RE: beginner question: how can I determine my local IP address? ( can't ping) Date: Wed, 9 Jun 1999 16:24:56 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I seem to remember Brian Somers telling me that you can't ping or telnet, etc to your dynamically assigned IP address, because the link is a point-to-point link. Can you ping/telnet/etc.. your ip address from another machine on the internet? I will try this when I get home from work tonight to verify if this is indeed the case. Is the ppp link working otherwise, or is it a more serious problem?? Maybe Brian can chime in here if I am wrong (or right)? -Chris > -----Original Message----- > From: Dainel "The Bruce" Keller [SMTP:dkeller@psln.com] > Sent: Wednesday, June 09, 1999 4:39 PM > To: ChrisMic@clientlogic.com > Cc: freebsd-questions@freebsd.org > Subject: Fw: begginner question: how can I determine my local IP > address? (can't ping) > > > ----- Original Message ----- > From: Dainel "The Bruce" Keller > To: Jamie Lawrence > Sent: Wednesday, June 09, 1999 1:35 PM > Subject: Re: begginner question: how can I determine my local IP address? > (can't ping) > > > > Thanks for the help, I think i may have confused things a bit. > > I do have a NIC, but it is connected only to my other home computer, not > the > > internet. I am connected to my ISP through a dialup line, so the IP > > should be the IP of the machine (or the modem?) right? I put the XXs on > the > > IP to show that it is dynamically assigned in that range. Once I know my > > local IP I can ping it from my other computer by the NIC, and I assume > other > > computers on the internet can get to it, but I can't ping it from itself > > using the IP address. Here is the output of "ifconfig -a": > > > > ed0: flags=8843 mtu 1500 > > inet 10.0.0.1 netmask 0xffffff00 broadcast 10.0.0.255 > > ether 00:00:c0:59:a6:f4 > > ppp0: flags=8051 mtu 1006 > > inet 206.155.61.157 --> 206.155.61.100 netmask 0xffffff00 > > lo0: flags=8049 mtu 16384 > > inet 127.0.0.1 netmask 0xff000000 > > > > here is "netstat -rn": > > Routing tables > > > > Internet: > > Destination Gateway Flags Refs Use Netif > > Expire > > default 206.155.61.100 UGSc 3 8 ppp0 > > 10/24 link#1 UC 0 0 ed0 > > 127.0.0.1 127.0.0.1 UH 0 0 lo0 > > 206.155.61.100 206.155.61.157 UH 3 0 ppp0 > > > > > > here is "ipfw show": > > 00100 15 1260 divert 8668 ip from any to any via ppp0 > > 65535 0 0 allow ip from any to any > > > > "ping localhost": > > PING localhost (127.0.0.1): 56 data bytes > > 64 bytes from 127.0.0.1: icmp_seq=0 ttl=255 time=0.052 ms > > 64 bytes from 127.0.0.1: icmp_seq=1 ttl=255 time=0.043 ms > > 64 bytes from 127.0.0.1: icmp_seq=2 ttl=255 time=0.030 ms > > > > --- localhost ping statistics --- > > 3 packets transmitted, 3 packets received, 0% packet loss > > round-trip min/avg/max/stddev = 0.030/0.042/0.052/0.009 ms > > > > "ping 206.155.61.157": > > PING 206.155.61.157 (206.155.61.157): 56 data bytes > > > > --- 206.155.61.157 ping statistics --- > > 8 packets transmitted, 0 packets received, 100% packet loss > > > > Any suggestions would be great, > > Thanks again, > > Daniel Keller > > > > ----- Original Message ----- > > From: Jamie Lawrence > > To: Dainel "The Bruce" Keller ; Christopher Michaels > > > > Sent: Tuesday, June 08, 1999 2:47 PM > > Subject: Re: begginner question: how can I determine my local IP > address? > > (can't ping) > > > > > > > At 03:13 PM 6/8/99 -0700, Dainel \"The Bruce\" Keller wrote: > > > >Thanks, I had been looking all over the mailing list and gerneally > > getting > > > >nowhere. unfortunately I now have a rather larger problem. I can't > ping > > or > > > >telnet to myself by the IP address. I can ping localhost fine, but > not > my > > IP > > > >(206.155.61.1XX). I have tried flushing ipfw and making sure it is > not > > > >blocking anything, but I have no idea what to try next. And > suggestions > > > >would help greatly. > > > >Thanks again for the help! > > > >Daniel Keller > > > > > > Keep in mind that the IP address (206.155.61.130, BTW - you're > > > not protecting yourself by obscuring it) is The NIC's IP, > > > not the machine's. Make sure you ifconfig'ed your device correctly. > > > > > > Do an ifconfig -a and see what it tells you it thinks its IP, > > > netmask, broadcast, etc. are. > > > > > > -j > > > > > > >----- Original Message ----- > > > >From: Christopher Michaels > > > >To: 'Dainel "The Bruce" Keller' > > > >Cc: FreeBSD Mailing List (E-mail) > > > >Sent: Tuesday, June 08, 1999 1:58 PM > > > >Subject: RE: begginner question: how can I determine my local IP > address? > > > > > > > > > > > >> ifconfig > > > >> > > > >> Where is the name of your network interface. E.g. if I > > wanted > > > >> to see my ip for my ppp I would type. > > > >> > > > >> ifconfig tun0 > > > >> > > > >> -Chris > > > >> > > > >> > > > >> > -----Original Message----- > > > >> > From: Dainel "The Bruce" Keller [SMTP:dkeller@psln.com] > > > >> > Sent: Tuesday, June 08, 1999 5:27 PM > > > >> > To: questions@freebsd.org > > > >> > Subject: begginner question: how can i determin my local IP > address? > > > >> > > > > >> > I posted a similar message here last night, but I haven't gotten > any > > > >> > response and I never received the message myself so I'm not sure > if > > it > > > >got > > > >> > through, > > > >> > Thanks > > > >> > ----- Original Message ----- > > > >> > From: Daniel Keller > > > >> > Newsgroups: comp.unix.bsd.freebsd.misc > > > >> > Sent: Tuesday, June 08, 1999 1:39 PM > > > >> > Subject: begginner question: how can i determin my local IP > address? > > > >> > > > > >> > > > > >> > > Hi, > > > >> > > I am having some trouble determining my local IP address when I > > dial > > > >> > into > > > >> > my > > > >> > > ISP. I have been getting what I believe is my IP from > > "netstat -rn", > > > >but > > > >> > I > > > >> > > can not usr this number to telnet, or ftp, or connect to any of > the > > > >> > other > > > >> > > services available on "localhost" or "127.0.0.1". I am not sure > if > > I > > > >am > > > >> > > getting the IP wrong, or if for some reason I cannon connect to > > myself > > > >> > > though the IP (perhaps I need to enable some sort of other > routing, > > or > > > >> > > change my ipfw rules, which are currently set up for natd and > are > > > >using > > > >> > > "ipfw add pass all from any to any"). Any help would be greatly > > > >> > appreciated. > > > >> > > Thanks, > > > >> > > Daniel Keller To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 13:27: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from java.dpcsys.com (java.dpcsys.com [206.16.184.7]) by hub.freebsd.org (Postfix) with ESMTP id CBF761515C for ; Wed, 9 Jun 1999 13:27:04 -0700 (PDT) (envelope-from dan@dpcsys.com) Received: from localhost (dan@localhost) by java.dpcsys.com (8.9.1a/8.9.1) with SMTP id NAA18433; Wed, 9 Jun 1999 13:27:15 -0700 (PDT) Date: Wed, 9 Jun 1999 13:27:14 -0700 (PDT) From: Dan Busarow To: "David B. Aas" Cc: questions@FreeBSD.ORG Subject: Re: newbie help with firewall/IP aliasing In-Reply-To: <000701beb2aa$ba4c4e60$0fc8a8c0@dave.ciminot.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 9 Jun 1999, David B. Aas wrote: > I am a FreeBSD newbie. I am trying to install a firewall with IP aliasing. I > am walking tru the FreeBSD book, and it does not work! > > I am using FreeBSD 3.1 from the Walnut Creek CD ROM. I have successfully > recompiled the kernel (after only 3 tries!), and I have 2 NICs in my > computer, one plugged into a hub connected to an ADSL Internet hookup, and > the other hub plugged into a separate hub for my network. > > Can I get help from anyone? Thanks in advance. Probably. But you'll need to tell us what the problem is. In addition, send the output of # ipfw -l # netstat -in # netstat -rn and your rc.conf settings for firewall_enable firewall_script firewall_type natd_program natd_enable natd_interface natd_flags defaultrouter static_routes gateway_enable router_enable Dan -- Dan Busarow 949 443 4172 Dana Point Communications, Inc. dan@dpcsys.com Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 09 DB FD E1 DD 0C 82 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 13:27:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dart.sr.se (dart.SR.SE [193.12.91.98]) by hub.freebsd.org (Postfix) with ESMTP id AC71715432 for ; Wed, 9 Jun 1999 13:27:10 -0700 (PDT) (envelope-from gunnar@pluto.sr.se) Received: from honken.sr.se ([134.25.128.27]) by dart.sr.se (8.9.3/8.9.3) with ESMTP id WAA02581; Wed, 9 Jun 1999 22:26:50 +0200 (MET DST) Received: from pluto.sr.se (pluto.SR.SE [134.25.193.91]) by honken.sr.se (8.7.5/8.7.3) with ESMTP id WAA05687; Wed, 9 Jun 1999 22:26:49 +0200 (MET DST) Received: (from gunnar@localhost) by pluto.sr.se (8.9.2/8.9.1) id WAA53315; Wed, 9 Jun 1999 22:26:49 +0200 (CEST) (envelope-from gunnar) Date: Wed, 9 Jun 1999 22:26:49 +0200 From: Gunnar Flygt To: Woody Carey Cc: FreeBSD Questions Subject: Re: looking for linuxconf equivalent Message-ID: <19990609222649.B53274@sr.se> Reply-To: Gunnar Flygt References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Woody Carey on Wed, Jun 09, 1999 at 10:35:36AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jun 09, 1999 at 10:35:36AM -0700, Woody Carey wrote: > /stand/sysinstall > > [someone please correct me if I am wrong here.] I will! /stand/sysinstall is an install utility as I see it. Linuxconf is a day to day Linux configurer, including all that is in rc.conf (in FreeBSD) and a lot of other things. > > > > > I'm pretty new at freebsd. at work, we use a linux system > > using the kde > > environment. I would like to know if there is a "linuxconf" > > equivalent in > > freebsd. i found it quite helpful and not as difficult to > > configure the > > server. thanks > > > > Ramon > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- __o regards, Gunnar ---_ \<,_ email: flygt@sr.se ---- (_)/ (_) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 13:29: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fw2.roguewave.com (fw2.roguewave.com [208.151.233.2]) by hub.freebsd.org (Postfix) with ESMTP id 935D814BDB for ; Wed, 9 Jun 1999 13:29:04 -0700 (PDT) (envelope-from carey@roguewave.com) Received: by fw2.roguewave.com; id VAA16514; Wed, 9 Jun 1999 21:32:14 -0700 (PDT) Received: from cvo1.cvo.roguewave.com(10.68.4.36) via SMTP by hub.FreeBSD.ORG, id smtpd016484; Wed Jun 9 21:32:05 1999 Received: by cvo1.cvo.roguewave.com with Internet Mail Service (5.5.1960.3) id ; Wed, 9 Jun 1999 13:30:17 -0700 Message-ID: From: Woody Carey To: "'mholloway@flashmail.com'" , questions@FreeBSD.ORG Subject: RE: Can FreeBSD Cluster? Date: Wed, 9 Jun 1999 13:30:15 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.1960.3) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Can FreeBSD cluster? I think the question you are asking is: "Can I compile and run PVM or MPICH on FreeBSD?". I am not aware that there is a port or package currently for these, however, it may not prove too difficult to port over. Someone else want to chime in on this? There was also a shared memory library written for FreeBSD by some professors at some Texas University, called TreadMarks or something. see www.beowulf.org for clustering info. I know there is a page on the mpich site detailing the porting/build process. > If you were setting servers for high > bandwidth demands > (real audio/video, shoutcast, web, ftp) what would be the > ideal configuration? Generally, a high bandwidth network card, and fast disk, right? Plus plenty of upstream bandwidth... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 13:39:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from NetMint.COM (NetMint.COM [216.22.213.224]) by hub.freebsd.org (Postfix) with ESMTP id 4FB6F15422 for ; Wed, 9 Jun 1999 13:39:40 -0700 (PDT) (envelope-from andriss@argate.com) Received: from localhost (andriss@localhost) by NetMint.COM (8.9.3/8.9.3) with ESMTP id QAA24265 for ; Wed, 9 Jun 1999 16:39:42 -0400 (EDT) Date: Wed, 9 Jun 1999 16:39:41 -0400 (EDT) From: Andriss X-Sender: andriss@NetMint.COM To: freebsd-questions@freebsd.org Subject: no stack execution Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I was looking through the archives and found a few messages about a custom kernel hack that can supposedly stop certain types of buffer overflows. It looks like there is a patch for linux, by Solar Designer, but I could not find such patch for FreeBSD. (I am running FreeBSD 2.2.8) I also looked through the FreeBSD hardening project, but could not find information on stack execution. Does anyone know if such patch exists for FreeBSD, and if there are websites that discuss this issue? All comments will be appreciated. Thanks, Andriss To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 13:54: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from beelzebubba.sysabend.org (beelzebubba.sysabend.org [208.243.107.6]) by hub.freebsd.org (Postfix) with ESMTP id 28BA215165; Wed, 9 Jun 1999 13:54:05 -0700 (PDT) (envelope-from ragnar@sysabend.org) Received: by beelzebubba.sysabend.org (Postfix, from userid 1004) id A25194079; Wed, 9 Jun 1999 16:54:14 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by beelzebubba.sysabend.org (Postfix) with SMTP id 811919ABD; Wed, 9 Jun 1999 16:54:14 -0400 (EDT) Date: Wed, 9 Jun 1999 16:54:13 -0400 (EDT) From: Jamie Bowden To: Matt Meola Cc: hardware@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Re: liquid cooling a motherboard? In-Reply-To: <199906091622.KAA01643@ima2wk6.uswc.uswest.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 9 Jun 1999, Matt Meola wrote: :Not too long ago, I saw a link which pointed one to a web page where a :guy had immersed his motherboard in mineral oil, and recycled the oil :over a cooling unit -- it looked slick (no pun intended). : :Problem is, I _thought_ I had bookmarked the site, but I can't find it. :Now, I thought for sure that I saw it on one of the (many) FreeBSD :mailing lists I'm on; does this ring a bell with anyone? It was on slashdot, hit their archive. Jamie Bowden -- If we've got to fight over grep, sign me up. But boggle can go. -Ted Faber (on Hasbro's request for removal of /usr/games/boggle) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 14: 3: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 923DE153F6 for ; Wed, 9 Jun 1999 14:03:06 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id OAA14829; Wed, 9 Jun 1999 14:03:04 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 14:03:03 -0700 (PDT) From: Doug White To: Mark Holloway Cc: questions@FreeBSD.ORG Subject: Re: Binary U/G always fails. In-Reply-To: <003101beb040$394a03a0$cf3bea18@lvcm.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 6 Jun 1999, Mark Holloway wrote: > Whenever I do a /stand/sysinstall and upgrade via FTP it completes > 100% and says "Congratulations! You must reboot your machine.." Don't do this. Upgrade from the boot floppies *ONLY*. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 14: 3:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 77388153F6 for ; Wed, 9 Jun 1999 14:03:28 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id OAA14855; Wed, 9 Jun 1999 14:03:25 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 14:03:24 -0700 (PDT) From: Doug White To: Greg Quinlan Cc: freebsd-questions@FreeBSD.ORG Subject: Re: New CD-ROM Format, UDF? In-Reply-To: <01beb04e$bff69ae0$0101a8c0@greg> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 6 Jun 1999, Greg Quinlan wrote: > Does FreeBSD 3.X support the new UDF? Not currently. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 14: 3:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 7310515442 for ; Wed, 9 Jun 1999 14:03:54 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id OAA14865; Wed, 9 Jun 1999 14:03:46 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 14:03:45 -0700 (PDT) From: Doug White To: Syed Khader Vali Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Connecting to Internet In-Reply-To: <375ACB1B.A5E24B08@softhome.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 7 Jun 1999, Syed Khader Vali wrote: > Hi there, > I am new to FreeBSD (just switched over from linux). I am having problem > connecting to the net. I am dialing my ISP using minicom and starting > pppd. After a minute or so the connection is lost Try 'ppp' instead. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 14: 4:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id D908615914 for ; Wed, 9 Jun 1999 14:04:37 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id OAA14872; Wed, 9 Jun 1999 14:04:35 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 14:04:34 -0700 (PDT) From: Doug White To: Len Conrad Cc: freebsd-questions@FreeBSD.ORG Subject: Re: G.703 PCI card In-Reply-To: <4.2.0.56.19990606214452.00a4c340@go2france.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 6 Jun 1999, Len Conrad wrote: > We're ordering a 34 megabits FO line from Level 3 and the local loop > provider (not L3) only delivers via a G.703 interface. > > Anybody know where I can find a G.703 PCI card at 34 megabits (DS3) ? Why are you stuffing this into a PC? You should be attaching it to your Cisco router. Needless to say you couldn't even begin to use that kind of bandwidth. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 14: 5:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 35C1E153F6 for ; Wed, 9 Jun 1999 14:05:14 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id OAA15318; Wed, 9 Jun 1999 14:05:11 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 14:05:11 -0700 (PDT) From: Doug White To: Heff001@aol.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Installation - Already have Win 98 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 6 Jun 1999 Heff001@aol.com wrote: > OK I have purchased Walnut Creek's FreeBSD Lite 3.1 (on CD-ROM) for my PC. > > I have a: > > AMD-K6(tm) 3D Processor > 64.0MB RAM > GENERIC IDE DISK TYPE46 - 6.4 GIG Primary Master C: > GENERIC IDE DISK TYPE46 - 8.4 GIG Primary Slave D: > BCD 40XH CD-ROM > > I am running Windows 98 4.10.1998 > > Question1: I plan to install FreeBSD on drive D: giving it 200MB of space. Is > this enough? No. I suggest 500MB. > Question2: When I install FreeBSD, do I need something like System Commander > to get to either OS? Win 98 is on drive C: and I don't want it disturbed. > Can I continue to boot Win 98 as usual and select an option (from DOS) to > boot FreeBSD when I need it (only)? FreeBSD ships with a bootloader, so System Commander is not needed. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 14: 6:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 2186B153F6 for ; Wed, 9 Jun 1999 14:06:07 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id OAA15871; Wed, 9 Jun 1999 14:05:58 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 14:05:57 -0700 (PDT) From: Doug White To: Thierry Herbelot Cc: questions@FreeBSD.ORG Subject: Re: /boot/loader on an ancient PC In-Reply-To: <375AD4D2.618DA7F@cybercable.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 6 Jun 1999, Thierry Herbelot wrote: > I'trying to reuse an ancient 386sx for a router Will this thing be alive in 6 months? > I've loaded FreeBSD on two disks from another machine (using > dump/restore on the working PC), so my 386sx just has to boot - normally > > I've kep a small DOS partition at the begining of the 1st disk and I've > got BootEasy > > when I type F2 at booteasy's prompt, I get an error message (from the > BIOS, because of the partition type ?) > Non-system disk > type any key to reboot Make sure you set up the partition in compatibility mode. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 14: 6:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 7CECA153F6 for ; Wed, 9 Jun 1999 14:06:53 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id OAA16376; Wed, 9 Jun 1999 14:06:51 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 14:06:50 -0700 (PDT) From: Doug White To: Wayne Cuddy Cc: FreeBSD Questions Subject: Re: driver examples In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 6 Jun 1999, Wayne Cuddy wrote: > What do I need to install to get the examples device drivers on my system? They should be in /usr/share/examples. You shouldn't have to install anything. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 14: 8: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id B399C151E8 for ; Wed, 9 Jun 1999 14:08:03 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id OAA16486; Wed, 9 Jun 1999 14:08:02 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 14:08:01 -0700 (PDT) From: Doug White To: Etalume@netzero.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Installing Xfree86-3.3.3.1 from an msdos partition ? In-Reply-To: <19990606230309.ADED715413@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 6 Jun 1999 Etalume@netzero.net wrote: > I've installed freebsd 3.2 from C:\freebsd (msdos partition) > successfully. But when I try to install xfree86 nothing happens. Did you configure the Xset distribution? You need this to configure X. > After freebsd was installed I run /stand/sysinstall again to install > xfree86 but when its installing and goes on the "Fixing permissions > on Xfree86 tree ... " screen, it goes back to the FreeBSD > Configuration Menu. I know that c:\freebsd\Xf863331 is complete > except for the PC98-Servers folder. How do I install Xfree86 ? Tried > xfree86.org for some info but it seems to be down. HELP! =) The directory is XF86333, actually. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 14: 8:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 9A714151E8 for ; Wed, 9 Jun 1999 14:08:48 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id OAA16497; Wed, 9 Jun 1999 14:08:46 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 14:08:45 -0700 (PDT) From: Doug White To: Tetsuya Watanabe Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Question: FreeBSD3.x In-Reply-To: <000a01beb07d$1d98b420$02809cd1@bergen> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 6 Jun 1999, Tetsuya Watanabe wrote: > Hello, > > Would you please answer the follwing queation? > 1) Does FreeBSD3.x install itself onto a partition in a extended partition > (in a DOS sense)? I would like FreeBSD to share a pc with other operating > sytems such as Windows98, NT, and 2000b3. No. FreeBSD uses it's own slice type. > 2) Does FreeBSD 3.x have SMC EZNET-PCI ethernet card driver? I could not > find the name in the compatible ssytem list. Do you have a model number? > 3) Does FreeBSD 3.x work with the following configuration? > Motherboard: Abit BM6 with "JN" bios (Intel 440BX chipsets) > CPU: Pentium II Celeron 466A > Video Card: Matrox MGA 2064W 4MB (old Millenium with latest bios) > CDROM Drive: NEC 28C("Dell OEM" working fine with Win98/NT/2000) > Sound Card: SoundBlaster16 Value PnP (CT2980) > Ethernet Card: SMC 10Mbps PCI (EZNET-PCI) > Modem: 3com-USR Sportster v.90 ISA if PnP was enabled > 3 EIDE UDMA/33 HDDs(3.2GB, 4.3GB, and 6.3GB) Should be ok. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 14:10:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id F1F2C151E8 for ; Wed, 9 Jun 1999 14:10:29 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id OAA16518; Wed, 9 Jun 1999 14:10:27 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 14:10:26 -0700 (PDT) From: Doug White To: Todd Backman Cc: questions@FreeBSD.ORG Subject: Re: getty In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 6 Jun 1999, Todd Backman wrote: > > Anyone know of a way to get around the following error (other than > reinstalling)?: > > init: cant exec getty '/usr/libexec/getty' for port /devttyv0..4 ^^^^^^^^^^^ That's a bit messed up. Fix /etc/ttys. > no such file or directory > My / is at 105%... That's a problem. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 14:13: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id A4CB9151E8 for ; Wed, 9 Jun 1999 14:13:01 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id OAA17391; Wed, 9 Jun 1999 14:11:45 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 14:11:43 -0700 (PDT) From: Doug White To: "Jeremy L. Stock" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Ports Question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 6 Jun 1999, Jeremy L. Stock wrote: > What is the following looking for/supposed to do? > > post-install: > @if [ ! -f ${PREFIX}/info/dir ]; then \ > ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ > fi > @install-info ${PREFIX}/info/automake.info ${PREFIX}/info/dir > > This was taken from the Makefile for automake but quite a few other ports > have it now and they all abort on it before being registered under > 3.2-STABLE as of June 4th. I'm just been commenting these lines out but I'd > appreciate knowing what's not set up correctly. It's trying to add the program's info file into the info heirarchy. Did you install the info distribution? (info is GNU's replacement for man pages.) Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 14:21:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 4F8B414BCE for ; Wed, 9 Jun 1999 14:21:33 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Wed, 9 Jun 1999 17:21:32 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105978@site2s1> From: Christopher Michaels To: 'Doug White' , "Jeremy L. Stock" Cc: freebsd-questions@FreeBSD.ORG Subject: RE: Ports Question Date: Wed, 9 Jun 1999 17:23:19 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This (of course) begs the question. If the make is failing because it requires the info distribution (is it a dist or a port?) then why isn't it considered to be a dependency? More of a rhetorical question, but it had to be asked. -Chris > -----Original Message----- > From: Doug White [SMTP:dwhite@resnet.uoregon.edu] > Sent: Wednesday, June 09, 1999 5:12 PM > To: Jeremy L. Stock > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: Ports Question > > On Sun, 6 Jun 1999, Jeremy L. Stock wrote: > > > What is the following looking for/supposed to do? > > > > post-install: > > @if [ ! -f ${PREFIX}/info/dir ]; then \ > > ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; > \ > > fi > > @install-info ${PREFIX}/info/automake.info ${PREFIX}/info/dir > > > > This was taken from the Makefile for automake but quite a few other > ports > > have it now and they all abort on it before being registered under > > 3.2-STABLE as of June 4th. I'm just been commenting these lines out but > I'd > > appreciate knowing what's not set up correctly. > > It's trying to add the program's info file into the info heirarchy. Did > you install the info distribution? (info is GNU's replacement for man > pages.) > > > Doug White > Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve > http://gladstone.uoregon.edu/~dwhite | www.freebsd.org > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 14:30:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from broccoli.graphics.cornell.edu (BROCCOLI.GRAPHICS.CORNELL.EDU [128.84.247.53]) by hub.freebsd.org (Postfix) with ESMTP id 7D8E715205 for ; Wed, 9 Jun 1999 14:30:17 -0700 (PDT) (envelope-from mkc@Graphics.Cornell.EDU) Received: from graphics.cornell.edu (localhost.graphics.cornell.edu) by broccoli.graphics.cornell.edu with ESMTP (1.37.109.16/16.2) id AA081013812; Wed, 9 Jun 1999 17:30:13 -0400 Message-Id: <199906092130.AA081013812@broccoli.graphics.cornell.edu> To: questions@freebsd.org Cc: mkc@broccoli.graphics.cornell.edu Subject: freebsd 3.1: where is vnode_if.h ?? Date: Wed, 09 Jun 1999 17:30:12 -0400 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm trying to build a kernel under 3.1 and ran into the following: cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -Wunused -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -DVM_STACK -include opt_global.h -elf ../../kern/imgact_aout.c In file included from ../../kern/imgact_aout.c:45: ../../sys/vnode.h:457: vnode_if.h: No such file or directory *** Error code 1 Stop. There doesn't seem to be a vnode_if.h anywhere. I installed the complete src tree. I don't find vnode_if.h on my 3.0 system either but I have successfully built a kernel on it with approximately the same config, modulo differences due to os version. Any ideas what's happening here? -Mitch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 14:34:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 429961517A for ; Wed, 9 Jun 1999 14:34:54 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id OAA24198; Wed, 9 Jun 1999 14:34:47 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 14:34:46 -0700 (PDT) From: Doug White To: Peter Kok Cc: freebsd Subject: Re: dmesg In-Reply-To: <375B9067.4F4C5DFF@sweda.com.hk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 7 Jun 1999, Peter Kok wrote: > i would like to know the meaning of the following message > > system:> dmesg > flood from 202.40.222.141 on 202.40.219.228:9080. Sending cookies. > Warning: possible SYN flood from 202.40.222.141 on 202.40.219.228:9080. > Sending cookies > Warning: possible SYN flood from 202.40.222.136 on 202.40.219.228:9080. > Sending cookies > fcntl_setlk() called by process 10092 (addits) with broken flock() > emulation > send_head NULL in tcp_retransmit_time Someone's attempting to DoS your computer. The machine recognizes this and is attemting to protect itself by issuing cookies to the responses to track their origin. I don't know what that fcntl_setlk() function call is about though. You should contact the owner of 202.40.222.141 or 202.40.222.136 and inform them their system is disrupting network traffic. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 14:37: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 5B63514BCE for ; Wed, 9 Jun 1999 14:37:05 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id OAA24279; Wed, 9 Jun 1999 14:37:00 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 14:36:59 -0700 (PDT) From: Doug White To: Joao Pedras Cc: freebsd-questions@FreeBSD.ORG Subject: Re: missing headers, not! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 7 Jun 1999, Joao Pedras wrote: > I am currently having problems when trying to install apps with or without the > ports. This type of scenario is becoming usual when I run configure scripts : > > checking for fcntl.h... no It looks like the ports' include path is set incorrectly, which is very, very strange. What are the permissions on /usr/include? Can you compile a trivial application that pulls in these headers? Also check config.log. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 14:37:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id D821414BCE for ; Wed, 9 Jun 1999 14:37:43 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id OAA24348; Wed, 9 Jun 1999 14:37:30 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 14:37:30 -0700 (PDT) From: Doug White To: Christoph Kukulies Cc: questions@FreeBSD.ORG Subject: Re: rmt (remote tape interface) In-Reply-To: <199906071101.NAA15835@gil.physik.rwth-aachen.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 7 Jun 1999, Christoph Kukulies wrote: > > I'm having trouble getting a remote tar connection to work. > server is a somewhat older 3.0-current of December 1996. > > This is what I get on the client side: > > duke> tar tvf acbri504:/dev/rst0 This uses rsh. Are you sure it's working? I generally use ssh for this sort of thing. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 14:38:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 381F214D4C for ; Wed, 9 Jun 1999 14:38:27 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id OAA24853; Wed, 9 Jun 1999 14:38:24 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 14:38:24 -0700 (PDT) From: Doug White To: Chris Myers Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Modem Dialer In-Reply-To: <4.1.19990607105949.00a9ca80@mtolympus.ari.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 7 Jun 1999, Chris Myers wrote: > I am trying to set up my system to automatically ping my other servers > at specified intervals and then, if they do not respond to the ping, > dial out on a modem to my pager and enter the IP address of the device > as the telephone number. Big Brother, http://MacLawran.ca/bb-dnld/, has been doing this for a while. It uses kermit. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 14:38:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id BFBED14D4C for ; Wed, 9 Jun 1999 14:38:50 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id OAA25060; Wed, 9 Jun 1999 14:38:44 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 14:38:43 -0700 (PDT) From: Doug White To: Trond Endrestol Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Dynamic linked executable ==> static linked executable ? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 7 Jun 1999, Trond Endrestol wrote: > Hi, > > Does anyone know if there's a way of turning a dynamic linked executable > to a static linked executable. > Or must this be done when compiling/linking the source code with --static? Yes, it must be done at compile time. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 14:39:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 9096614E24 for ; Wed, 9 Jun 1999 14:39:56 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id OAA25717; Wed, 9 Jun 1999 14:39:52 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 14:39:51 -0700 (PDT) From: Doug White To: Joe Konecny Cc: FreeBSD Mailing List Subject: Re: how to run natd? In-Reply-To: <375BCD0C.41FC504E@green-mfg.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 7 Jun 1999, Joe Konecny wrote: > I'm trying to set up natd. I have my fbsd machine connected to > an adsl line and it works fine. I have a win95 machine connected > to the fbsd machine for web access. I enabled the firewall and it > is set to open right now. I can ping each machine from the other. > I ping anything on the internet from the win95 machine. The Complete > FreeBSD says the natd should have a line in /etc/services saying... > > natd 6668/divert > > My services file says... > > natd 8668/divert > > Which should it be? Either/or. I'd keep the default. natd and ipfw pick it up from services anyway, as long as they're talking to the same port it'll be fine. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 14:41:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand2.global.net.uk (sand2.global.net.uk [194.126.80.50]) by hub.freebsd.org (Postfix) with ESMTP id E3AB214D4C for ; Wed, 9 Jun 1999 14:41:50 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from p1cs09a06.client.global.net.uk ([195.147.217.29] helo=marder-1.) by sand2.global.net.uk with esmtp (Exim 2.05 #1) id 10rq6C-00027I-00; Wed, 9 Jun 1999 22:41:30 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id WAA00868; Wed, 9 Jun 1999 22:39:19 +0100 (BST) (envelope-from marko) Date: Wed, 9 Jun 1999 22:39:18 +0100 From: Mark Ovens To: Mitch Collinsworth Cc: questions@freebsd.org, mkc@broccoli.graphics.cornell.edu Subject: Re: freebsd 3.1: where is vnode_if.h ?? Message-ID: <19990609223918.H261@marder-1> References: <199906092130.AA081013812@broccoli.graphics.cornell.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <199906092130.AA081013812@broccoli.graphics.cornell.edu>; from Mitch Collinsworth on Wed, Jun 09, 1999 at 05:30:12PM -0400 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jun 09, 1999 at 05:30:12PM -0400, Mitch Collinsworth wrote: > > Hi, > > I'm trying to build a kernel under 3.1 and ran into the following: > > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -Winline -Wuninitialized -Wformat -Wunused -fformat-extensions -ansi > -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -DVM_STACK -include > opt_global.h -elf ../../kern/imgact_aout.c > In file included from ../../kern/imgact_aout.c:45: > ../../sys/vnode.h:457: vnode_if.h: No such file or directory > *** Error code 1 > > Stop. > > > There doesn't seem to be a vnode_if.h anywhere. I installed the complete > src tree. I don't find vnode_if.h on my 3.0 system either but I have > successfully built a kernel on it with approximately the same config, > modulo differences due to os version. Any ideas what's happening here? > You didn't run ``make depend'' before ``make''. vnode_if.h is created by running ``make depend'' > -Mitch > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 14:42:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id B188514D4C for ; Wed, 9 Jun 1999 14:42:11 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id OAA25938; Wed, 9 Jun 1999 14:42:07 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 14:42:06 -0700 (PDT) From: Doug White To: R J Thompson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD & DEC TLZ07-DA Drive? In-Reply-To: <375BDD62.A99F2E01@cyberphile.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 7 Jun 1999, R J Thompson wrote: > Does anyone know if the DEC TLZ07-DA Tape Drive is supported under > FreeBSD? Dumb question: Is it SCSI? Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 14:43:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id CAE5314D4C for ; Wed, 9 Jun 1999 14:43:46 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id OAA26062; Wed, 9 Jun 1999 14:43:42 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 14:43:42 -0700 (PDT) From: Doug White To: Victor Carranza Cc: questions@FreeBSD.ORG Subject: Re: Signal 8 problem... In-Reply-To: <375C1A87.D19E6FB2@BitSmart.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 7 Jun 1999, Victor Carranza wrote: > I have been running MRTG on a 3.0-RELEASE box for a while without any > problem. However, there was an accidental power disconnection today... > and the machine came up apparently unharmed, but now MRTG's rateup > module dies on signal 8 each time it runs! SIGFPE, floating point exception. Perhaps a data file is corrupted? Or the program binary? Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 14:44:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from maskin.ettnet.se (maskin.oden.se [193.220.120.1]) by hub.freebsd.org (Postfix) with ESMTP id 8D0BD14D4C for ; Wed, 9 Jun 1999 14:44:38 -0700 (PDT) (envelope-from tw@ettnet.se) Received: (from uucp@localhost) by maskin.ettnet.se (8.9.1a/8.8.8) id XAA06672 for ; Wed, 9 Jun 1999 23:43:12 +0200 (MET DST) Received: from UNKNOWN(193.220.122.17), claiming to be "tw.oden.se" via SMTP by maskin, id smtpdAAAa001c8; Wed Jun 9 23:43:01 1999 From: Thomas Widlundh Reply-To: tw@ettnet.se To: "freebsd-questions@freebsd.org" Subject: Re: need help with pine Date: Wed, 9 Jun 1999 23:32:00 +0200 X-Mailer: KMail [version 1.0.17] Content-Type: text/plain References: <19990609142853.A292@africaonline.co.ke> MIME-Version: 1.0 Message-Id: <99060923344601.00720@tw.oden.se> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hmm... your subject line says pine... then you ask about mutt... Oh, I'm so sorry, I didn't think of that. The original mail concerned Mutt, but You couldn't know, because I deleted that in my mail. Stupid of me. > Anyway, your system is probably giving you the vi editor when you compose > messages in mutt. You need to learn how to edit using vi, or change your > default editor in your .muttrc, like this: > > set editor="pico -etz" > > Anyway, if you're editing a message in vi, after you finish composing the > message, type the following key sequence, preserving case, to get out of > vi: > > Escape, Z, Z Thank You very much for Your fast answer. Best Thomas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 14:49:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id BDDE614D4C for ; Wed, 9 Jun 1999 14:49:40 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id OAA27753; Wed, 9 Jun 1999 14:48:23 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 14:48:22 -0700 (PDT) From: Doug White To: John Reynolds~ Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sio code--how much changed from 2.2.x -> 3.x? In-Reply-To: <14172.12574.525740.416458@hip186.ch.intel.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 7 Jun 1999, John Reynolds~ wrote: > I have recently configured a new box with 3.1-RELEASE and am having a terrible > time getting any sort of comm program running with the modem that I > purchased. The modem is an ActionTec DeskLink Master (ISA) V.90. > > I have the modem in on COM2 and can call into my ISP under Windows '98 just > fine (except I can't connect to their V.90 lines--the modem has never > auto-negotiated back down to a proper speed, I must call their V.34 lines). > However, under FreeBSD, when I load up minicom (1.82 I think--whatever version > came with 3.1-RELEASE in the ports tree) I cannot connect to even the > V.34 lines at my ISP. I can hear the modem call out, then the negotiate > 'screech' then I get "NO CARRIER". The modem just hangs up as soon as it's > about to make a good connection (or so it seems--I don't know if it's the > ISP hanging up, suffice to say I can use this same modem under Win98 and > a different computer with different modem to the same ISP very reliably). This is irrespective of the operating system in use. Most likey, Windows is sending an init string to the modem that configures some extra options. You should go into the Modem control panel and find out what string(s) it's sending to initialize the modem. You may want to issue the 'factory reset' command -- usually AT&F -- then dial and see if this remedies things. If so, write the status back to NVRAM with AT&W and init the modem with AT&F before dialing. Please consult your modem's manual for further commands. The OS serial-line drivers *CANNOT* and *DO NOT* impact the modem's handshake phase. Unless this is a WinModem, which it is not since you can use it under FreeBSD. :) Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 14:50: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id B0EBE1517A for ; Wed, 9 Jun 1999 14:50:01 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id OAA27818; Wed, 9 Jun 1999 14:49:57 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 14:49:56 -0700 (PDT) From: Doug White To: "Corey A. Christians" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: npx0 stalls for several minutes during initital bootup In-Reply-To: <008401beb129$ec794aa0$5dfc34cc@sdln.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 7 Jun 1999, Corey A. Christians wrote: > I am currecntly using FreeBSD version 2.2.8 and during the intitial > bootup the npx0 portion of the install appears and FreeBSD hangs for > about 15 minutes (app.). I'm not sure what is causing this and was > wondering if any of you caould offer any advice. The server that has > 2.2.8 on it is a Pentium III 450 with 327680K RAM. Any help at all > would be much appreciated. Thank you Your hard drive must not be coming ready, since the kernel does it's startup just after that probe. Try booting with the -v flag and see if that gives any hints. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 14:51:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 39EA21512F for ; Wed, 9 Jun 1999 14:51:16 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id OAA28400; Wed, 9 Jun 1999 14:51:13 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 14:51:13 -0700 (PDT) From: Doug White To: Mikhail Teterin Cc: questions@FreeBSD.ORG Subject: Re: bootp and ``could not allocate llinfo'' In-Reply-To: <199906072114.RAA84895@rtfm.newton> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 7 Jun 1999, Mikhail Teterin wrote: > The new machine I'm trying to make net-bootable has the Intel LANDesk > software in the network-card's BIOS. When it boots, the bootp on my > server hears it, but concludes it "can only proxy". Here are the log > messages (without timestamps or pid): > > bootpd: recvd pkt from IP addr 0.0.0.0 > /kernel: arplookup 10.10.0.3 failed: could not allocate llinfo > /kernel: arpresolve: can't allocate llinfo for 10.10.0.3rt Your netmask or routing information is incorrect. Most likely, it doesn't feel that 10.10.0.3 is on it's local network. > .default:\ > :ht=ethernet:\ > :bf=kernel.GENERIC:\ > :td=/tftpboot:\ > :sm=255.255.255.248:\ > :hd=/:\ > :bs=auto:\ > :ds=aldan: > > rtfm:ha=0x0020af0b864d:tc=.default: > guest:ha=0x00A0C9830BD5:tc=.default: Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 14:54:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from broccoli.graphics.cornell.edu (BROCCOLI.GRAPHICS.CORNELL.EDU [128.84.247.53]) by hub.freebsd.org (Postfix) with ESMTP id 7832C1515C for ; Wed, 9 Jun 1999 14:54:26 -0700 (PDT) (envelope-from mkc@Graphics.Cornell.EDU) Received: from graphics.cornell.edu (localhost.graphics.cornell.edu) by broccoli.graphics.cornell.edu with ESMTP (1.37.109.16/16.2) id AA081355235; Wed, 9 Jun 1999 17:53:55 -0400 Message-Id: <199906092153.AA081355235@broccoli.graphics.cornell.edu> X-Mailer: exmh version 2.0zeta 7/24/97 To: Mark Ovens Cc: questions@freebsd.org Subject: Re: freebsd 3.1: where is vnode_if.h ?? In-Reply-To: Your message of "Wed, 09 Jun 1999 22:39:18 BST." <19990609223918.H261@marder-1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 09 Jun 1999 17:53:55 -0400 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >You didn't run ``make depend'' before ``make''. vnode_if.h is >created by running ``make depend'' Thanks! (It must be time to go home for the day...) :-) Curiously, I was following the instructions in Chapter 16 of the Lehey book and I still don't see this step mentioned there, though I must have been smart enough to just do it anyway the last time I built a kernel. I'll just write it in there so I'll remember a couple months from now when it happens again! :-) -Mitch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 15: 3:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.netxpress.com.gt (unknown [216.72.30.3]) by hub.freebsd.org (Postfix) with ESMTP id B70301512F for ; Wed, 9 Jun 1999 15:03:24 -0700 (PDT) (envelope-from cesarlp@quik.guate.com) Received: from quik.guate.com (ip157.netxpress.com.gt [216.72.30.157]) by ns.netxpress.com.gt (8.8.7/8.8.5) with ESMTP id WAA45866 for ; Wed, 9 Jun 1999 22:03:20 GMT Message-ID: <3756DFF3.830CE52B@quik.guate.com> Date: Thu, 03 Jun 1999 20:05:07 +0000 From: User Cesar Organization: Quik Internet Guatemala X-Mailer: Mozilla 4.07 [en] (X11; I; FreeBSD 3.0-RELEASE i386) MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: STAROFFICE 5.1 Installation HELP Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi experts! I try to install StarOffice 5.1 in my FreeBSB 3.1 system, I could succefully unpack it. And I followed the instructions included in the readme file. 1. I succcessfully install glibc 2.0.7 libraries, following this instructions: 1) Unpack the glibc2 libraries required, i.e., in the /tmp directory: cd /tmp tar zxvf glibc207.tar.gz 2) Remove a library loader (ld-linux.so.2) of a possibly still existing older glibc2 version NOTE: the warning mentioned above in the installation via Shell Script applies also here! rm -f /lib/ld-linux.so.2 3) Copy as root the runtime Linker in the /lib directory cp /tmp/glibc2/ld-linux.so.2 /lib/ld-linux.so.2 4) Enter the path to the libraries in your LD_LIBRARY_PATH: export LD_LIBRARY_PATH=/tmp/glibc2:$LD_LIBRARY_PATH for sh,bash setenv LD_LIBRARY_PATH /tmp/glibc2:$LD_LIBRARY_PATH for csh,tcsh 5) Execute the StarOffice setup in the directory containing the installation files: ./setup But when I executed it, I got this message: Segmentation fault (core dumped) What's wrong? Please send me a copy because I'm not suscribed on the list. Thanks a lot! Cesar Perez cesar@quik.guate.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 15: 5: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from i.caniserv.com (i.caniserv.com [139.142.95.1]) by hub.freebsd.org (Postfix) with SMTP id 446911512F for ; Wed, 9 Jun 1999 15:05:01 -0700 (PDT) (envelope-from csinger@workfire.com) Received: (qmail 25203 invoked from network); 9 Jun 1999 22:06:27 -0000 Received: from h139-142-220-195.ok.fiberone.net (HELO maverick) (@139.142.220.195) by 139.142.95.152 with SMTP; 9 Jun 1999 22:06:27 -0000 From: "Chris Singer" To: "Scott Langevin" , "BSD Help" Subject: Does anyone know what to do to apply a patch?? Date: Wed, 9 Jun 1999 15:04:09 -0700 Message-ID: <000301beb2c4$0012f890$0ea78e8b@maverick.workfire.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I need to apply a patch to a source file and I'm wondering how you do it. The purpose of this is to fix a TCP bug with small packets. Here is the relevant info that I have been given: Apply the following patch to /usr/src/sys/kern/uipc_socket.c RCS file: /home/ncvs/src/sys/kern/uipc_socket.c,v retrieving revision 1.40 retrieving revision 1.41 diff -p -u -r1.40 -r1.41 --- src/sys/kern/uipc_socket.c 1998/05/15 20:11:30 1.40 +++ /home/ncvs/src/sys/kern/uipc_socket.c 1998/07/06 19:27:14 1.41 @@ -491,6 +491,7 @@ restart: mlen = MCLBYTES; len = min(min(mlen, resid), space); }else{ + atomic=1; nopages; len = min(min(mlen, resid), space); /* That is all the info I have. I don't follow what it means? It doesn't much look like C code until the last 5 or 6 lines. I tried entering them in as commands and I just get a bad command back. Have any ideas of how to implement this? THanks for taking the time to hear my dilema. Chris Singer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 15: 6:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand2.global.net.uk (sand2.global.net.uk [194.126.80.50]) by hub.freebsd.org (Postfix) with ESMTP id 0F64F1512F for ; Wed, 9 Jun 1999 15:06:07 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from p1cs09a06.client.global.net.uk ([195.147.217.29] helo=marder-1.) by sand2.global.net.uk with esmtp (Exim 2.05 #1) id 10rqTx-0003G5-00; Wed, 9 Jun 1999 23:06:02 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id XAA00975; Wed, 9 Jun 1999 23:03:55 +0100 (BST) (envelope-from marko) Date: Wed, 9 Jun 1999 23:03:55 +0100 From: Mark Ovens To: Mitch Collinsworth Cc: questions@freebsd.org Subject: Re: freebsd 3.1: where is vnode_if.h ?? Message-ID: <19990609230355.I261@marder-1> References: <19990609223918.H261@marder-1> <199906092153.AA081355235@broccoli.graphics.cornell.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <199906092153.AA081355235@broccoli.graphics.cornell.edu>; from Mitch Collinsworth on Wed, Jun 09, 1999 at 05:53:55PM -0400 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jun 09, 1999 at 05:53:55PM -0400, Mitch Collinsworth wrote: > > >You didn't run ``make depend'' before ``make''. vnode_if.h is > >created by running ``make depend'' > > > Thanks! (It must be time to go home for the day...) :-) > > Curiously, I was following the instructions in Chapter 16 of the Lehey > book I've just looked. You're right, it's not there (I can't find it in the errata either). Maybe a ``make depend'' wasn't required when the book was written? > and I still don't see this step mentioned there, though I must > have been smart enough to just do it anyway the last time I built a > kernel. I'll just write it in there so I'll remember a couple months > from now when it happens again! :-) > > -Mitch > > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 15: 9:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand5.global.net.uk (sand5.global.net.uk [194.126.80.249]) by hub.freebsd.org (Postfix) with ESMTP id E830115416 for ; Wed, 9 Jun 1999 15:09:02 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from p1cs09a06.client.global.net.uk ([195.147.217.29] helo=marder-1.) by sand5.global.net.uk with esmtp (Exim 2.05 #1) id 10rqWm-0002XN-00; Wed, 9 Jun 1999 23:08:57 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id XAA01018; Wed, 9 Jun 1999 23:06:50 +0100 (BST) (envelope-from marko) Date: Wed, 9 Jun 1999 23:06:50 +0100 From: Mark Ovens To: Chris Singer Cc: Scott Langevin , BSD Help Subject: Re: Does anyone know what to do to apply a patch?? Message-ID: <19990609230649.J261@marder-1> References: <000301beb2c4$0012f890$0ea78e8b@maverick.workfire.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <000301beb2c4$0012f890$0ea78e8b@maverick.workfire.com>; from Chris Singer on Wed, Jun 09, 1999 at 03:04:09PM -0700 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jun 09, 1999 at 03:04:09PM -0700, Chris Singer wrote: > I need to apply a patch to a source file and I'm wondering how you do it. > The purpose of this is to fix a TCP bug with small packets. Here is the > relevant info that I have been given: > > Apply the following patch to /usr/src/sys/kern/uipc_socket.c > > RCS file: /home/ncvs/src/sys/kern/uipc_socket.c,v > retrieving revision 1.40 > retrieving revision 1.41 > diff -p -u -r1.40 -r1.41 > --- src/sys/kern/uipc_socket.c 1998/05/15 20:11:30 1.40 > +++ /home/ncvs/src/sys/kern/uipc_socket.c 1998/07/06 19:27:14 1.41 > @@ -491,6 +491,7 @@ restart: > mlen = MCLBYTES; > len = min(min(mlen, resid), space); > }else{ > + atomic=1; > nopages; > len = min(min(mlen, resid), space); > /* > > > > That is all the info I have. I don't follow what it means? It doesn't much > look like C code until the last 5 or 6 lines. I tried entering them in as > commands and I just get a bad command back. Have any ideas of how to > implement this? THanks for taking the time to hear my dilema. > The file is the output from diff(1)'ing the original and modified files. Use patch(1). Usually ``patch < '' is aal that's required, but check the manpage for full details. > Chris Singer > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 15:11:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 3174E15416 for ; Wed, 9 Jun 1999 15:11:34 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA04463; Wed, 9 Jun 1999 15:11:32 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 15:11:31 -0700 (PDT) From: Doug White To: Joe Konecny Cc: freebsd list Subject: Re: can't ping internet In-Reply-To: <375C4991.2B757CCA@green-mfg.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 7 Jun 1999, Joe Konecny wrote: > I set up fbsd with 2 nics and connected it to the internet > via adsl. A win95 machine is connected to the fbsd box. > I can access the inet from the fbsd box. I can ping > both nics on fbsd from win95. I can ping the win95 > machine. I cannot ping the inet from win95 machine. > I have enabled gateway and firewall. I set the firewall > to ipfirewall_default_to_accept. Any tips? natd isn't running correctly. Are you sure it's running, and you've specified the correct settings in rc.conf? Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 15:13:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 6539D15482 for ; Wed, 9 Jun 1999 15:13:57 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA04484; Wed, 9 Jun 1999 15:13:49 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 15:13:48 -0700 (PDT) From: Doug White To: Oliver Bankel Cc: freebsd-questions@FreeBSD.ORG Subject: Re: My kernel won't boot. Problem with npx0. Any Ideas? In-Reply-To: <19990607143628.4943.qmail@nw176.netaddress.usa.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 7 Jun 1999, Oliver Bankel wrote: > I am relativly new to FreeBSD and UNIX. > Now I have written my own kernel. > Also I am sure I have compiled it correctly. > But I have a Problem. > After He loads the npx0 I get this error > message : ( It's absolutly so how its posted here) > > . > . > npx0 on motherboard > npx0: INT 16 interface > > Fatal trap 12: page fault while in Kernel mode > fault virtual address = 0x58 > fault code = supervisor read, page not present > instruction pointer = 0x8:0xc01a164t > stack pointer = 0x10:0xc0289f84 > frame pointer = 0x10:0xc0289f88 > code segment = base 0x0, limit 0xfffff > = DPL 0, pres 1; def 32 1, gran 1 > processor eflags =interupt enabled, resume IOPL=0 > current process = 0 ( ) > interrupt mask = > trap number = 12 > panic: page fault > > > Then the message for rebooting comes up. > I have no idea whats wrong in my kernel config file. > I have an Cyrix 6x86 and both the 486 and 586 cpu classes loaded. > And I have 64 MB RAM. Well, you made some change that wasn't correct, and the kernel doesn' like you. To fix: 1) At the boot: prompt type 'unload' then 'boot kernel.GENERIC' to get your old system back. 2) Double-check your changes ('diff -u GENERIC mykernel' works great for this) Edit as necessary. 3) Rebuild an reboot. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 15:14: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from broccoli.graphics.cornell.edu (BROCCOLI.GRAPHICS.CORNELL.EDU [128.84.247.53]) by hub.freebsd.org (Postfix) with ESMTP id 1B6571559B for ; Wed, 9 Jun 1999 15:14:02 -0700 (PDT) (envelope-from mkc@Graphics.Cornell.EDU) Received: from graphics.cornell.edu (localhost.graphics.cornell.edu) by broccoli.graphics.cornell.edu with ESMTP (1.37.109.16/16.2) id AA081936412; Wed, 9 Jun 1999 18:13:32 -0400 Message-Id: <199906092213.AA081936412@broccoli.graphics.cornell.edu> X-Mailer: exmh version 2.0zeta 7/24/97 To: Mark Ovens Cc: questions@freebsd.org Subject: Re: freebsd 3.1: where is vnode_if.h ?? In-Reply-To: Your message of "Wed, 09 Jun 1999 23:03:55 BST." <19990609230355.I261@marder-1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 09 Jun 1999 18:13:31 -0400 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I've just looked. You're right, it's not there (I can't find it in >the errata either). Maybe a ``make depend'' wasn't required when >the book was written? hmm, maybe. The book pre-dates 3.0 for sure, and 3.0 was my first exposure to freebsd. But I've been making ultrix kernels (developed from an earlier version of bsd) since the mid-1980s and it always needed it. My guess is it's always been needed and it got left out of the book. -Mitch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 15:15:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 0536015482 for ; Wed, 9 Jun 1999 15:15:17 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA05428; Wed, 9 Jun 1999 15:15:13 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 15:15:12 -0700 (PDT) From: Doug White To: danny Cc: freebsd-questions@FreeBSD.ORG Subject: Re: mail problem In-Reply-To: <00ce01beb14a$4e576840$6f00000a@domain.pentalpha.com.hk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 8 Jun 1999, danny wrote: > I always found the follow message in my server and the remote site server. > They are both in FreeBSD 3.2 Stable and with smtpd installed. Is that a > problem of bad link between them? Or some configuration problem? How can I > fix it? What is smtpd? That's not shipped with the system. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 15:17:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 27DF215416 for ; Wed, 9 Jun 1999 15:17:55 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA06223; Wed, 9 Jun 1999 15:17:52 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 15:17:52 -0700 (PDT) From: Doug White To: David Kelly Cc: freebsd-questions@FreeBSD.ORG Subject: Re: /usr/ports: recursive "make fetch"? In-Reply-To: <199906080118.UAA06080@nospam.hiwaay.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 7 Jun 1999, David Kelly wrote: > On my dialup connection I'd like to be able to prefetch all the > elements of a complex port such as /usr/ports/x11/kde11. Then drop the > line. And *then* compile. > > "make fetch" does not recurse into the sub-ports of a combinded port > such as kde11. I'm interested in a fetch which walks the tree much like > "make clean". You need to drop a bit further into the build, where it starts resolving dependencies. Try doing 'make extract', although I know there are some other dependencies picked up in the install phase. Optionally, you can 'make fetch' the required packages by looking at the kde11 Makefile and looking for the *_DEPENDS lines. It will want any ports listed there. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 15:19:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id B82DC15416 for ; Wed, 9 Jun 1999 15:19:15 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA06242; Wed, 9 Jun 1999 15:19:13 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 15:19:13 -0700 (PDT) From: Doug White To: "Mark L. Holloway" Cc: questions@FreeBSD.ORG Subject: Re: Preserve kernal settings? In-Reply-To: <375cd345.197.0@flashmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 8 Jun 1999, Mark L. Holloway wrote: > I just did a binary upgrade (/stand/sysinstall -> upgrade) from 3.2 to 3.2. Where did you read to do this? This is *WRONG*. I want to go kill it. Now. You *MUST* use the boot floppies! > Everything went fine but when it was all finished I had to go to my root directory, > "cp kernal.GENERIC kernal" so the system could reboot successfully, but now > it looks like I need to re-do my kernal options again. For example, if I have > IPFILTER, bpf, or any options enable do I need to redo them again after an upgrade? > There must be a better method! You have to build a new kernel either way. Save your kernel config then rm -rf /usr/src/sys, then install the kernel source in the installer. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 15:19:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pan.ch.intel.com (pan.ch.intel.com [143.182.246.24]) by hub.freebsd.org (Postfix) with ESMTP id 59181155B3 for ; Wed, 9 Jun 1999 15:19:21 -0700 (PDT) (envelope-from jreynold@sedona.ch.intel.com) Received: from sedona.intel.com (sedona.ch.intel.com [143.182.218.21]) by pan.ch.intel.com (8.9.1a+p1/8.9.1/d: relay.m4,v 1.6 1998/11/24 22:10:56 iwep Exp iwep $) with ESMTP id PAA15115; Wed, 9 Jun 1999 15:19:12 -0700 (MST) Received: from hip186.ch.intel.com (hip186.ch.intel.com [143.182.225.68]) by sedona.intel.com (8.9.1a/8.9.1/d: sendmail.cf,v 1.8 1999/04/16 15:25:49 steved Exp steved $) with ESMTP id PAA26685; Wed, 9 Jun 1999 15:19:10 -0700 (MST) X-Envelope-From: jreynold@sedona.ch.intel.com Received: (from jreynold@localhost) by hip186.ch.intel.com (8.9.1a/8.9.1/d: client.m4,v 1.3 1998/09/29 16:36:11 sedayao Exp sedayao $) id SAA02170; Wed, 9 Jun 1999 18:19:10 -0400 (EDT) From: John Reynolds~ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14174.59484.953286.518007@hip186.ch.intel.com> Date: Wed, 9 Jun 1999 15:19:08 -0700 (MST) To: Doug White Subject: Re: sio code--how much changed from 2.2.x -> 3.x? In-Reply-To: References: <14172.12574.525740.416458@hip186.ch.intel.com> X-Mailer: VM 6.71 under Emacs 19.34.1 Cc: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [ On Wednesday, June 9, Doug White wrote: ] > > This is irrespective of the operating system in use. > > Most likey, Windows is sending an init string to the modem that configures > some extra options. You should go into the Modem control panel and find > out what string(s) it's sending to initialize the modem. You may want to > issue the 'factory reset' command -- usually AT&F -- then dial and see if > this remedies things. If so, write the status back to NVRAM with AT&W and > init the modem with AT&F before dialing. Please consult your modem's > manual for further commands. I've tried bazillions of the commands--disabling V.90, &D2 vs. &D3, blah blah, to no avail. As far as I can tell (from their control panel) there isn't any 'magical' init string that windows is sending. But, given the stupidity of the registry it could be buried in there somewhere (needle, haystack). > The OS serial-line drivers *CANNOT* and *DO NOT* impact the modem's > handshake phase. Unless this is a WinModem, which it is not since you > can use it under FreeBSD. :) Hmmm. Well, at least that's good to know. The TOTALLY strange thing is that I can take my plane jane Zoom 28.8K modem (no V.90 or other stupidity) out of my trusty Gateway running 2.2.8-STABLE, plug it into the new 3.1-R machine and have it NOT work. My /etc/rc.serial does nothing on the 2.2.8-S machine (stock file with everything all commented out). It is just thoroughly bizzare. Can you (or anyone) think of any reason whatsoever, that a modem could come from a fully functional 2.2.8-STABLE system, plug into a 3.1-R system and have me experience these bizzare problems with handshaking, etc.--but have that same modem work under another "os" such as windud? (I've even copied over the "older" version of minicom from my 2.2.8-S system with no success). Thank you very much for your response Doug! It is much appreciated! -Jr -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | John Reynolds CEG, CCE, Next Generation Flows, HLA | | Intel Corporation MS: CH6-210 Phone: 480-554-9092 pgr: 868-6512 | | jreynold@sedona.ch.intel.com http://www-aec.ch.intel.com/~jreynold/ | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 15:19:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 9C0381559B for ; Wed, 9 Jun 1999 15:19:41 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA06344; Wed, 9 Jun 1999 15:19:39 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 15:19:36 -0700 (PDT) From: Doug White To: "Mark L. Holloway" Cc: questions@FreeBSD.ORG Subject: Re: Kernel option to Disable In-Reply-To: <375cd760.bf.0@flashmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 8 Jun 1999, Mark L. Holloway wrote: > I have a PII/300 with an Adaptec SCSI, 4GB HD, and an IDE CDROM. Typically, > what options right off the bat should I disable in my kernel file? All the ethernet cards for starters. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 15:21:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 19D1715416 for ; Wed, 9 Jun 1999 15:21:13 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA07136; Wed, 9 Jun 1999 15:21:11 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 15:21:10 -0700 (PDT) From: Doug White To: Rabbit Teeth Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Copying FreeBSD to disk In-Reply-To: <375C81AB.BAA43284@gis.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 7 Jun 1999, Rabbit Teeth wrote: > I am downloading the FreeBSD on my MS-DOS paritition. And i am > planning to burn it to a CD and install for there. The reason is that > i want to wipe out my current OS and start from strach with the > FreeBSD. The problem i don't know if there is an organazation of the > file system i should do or not (ex. freebsd\bin, freebsd\port, > freebsd\packages...). And i want to know which form of the CD should > use so that the kernel recongizes the CD (ISO 9660 Level 1, Level 2, > Joilet...). Thank you. I am kinda happy to use FreeBSD to improve my > education in the world of computer. Especially since I am a computer > science major. . The organization should match the ftp site, with the root as the release directory. You can use ISO9660 for the install files only. . You do not need to download the packages. They barely fit on 3 CDs as it is! :-) Besides, Windows will happily trash the names, and no Windows burner supports RockRidge extensions anyway. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 15:24: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id ADCE015416 for ; Wed, 9 Jun 1999 15:24:03 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA07857; Wed, 9 Jun 1999 15:24:00 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 15:24:00 -0700 (PDT) From: Doug White To: Lukas Ruf Cc: FreeBSD Questions Subject: Re: #!/bin/csh -- limit: no such limit. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 8 Jun 1999, Lukas Ruf wrote: > when I try to run a simple skript (as posted at the end of this mail) I > always get the answer: > limit: No such limit. There's no limit command in that script. Perhaps you have something odd in .cshrc? > If I run the skript with tcsh , all works fine. csh != tcsh. > My environment: FreeBSD 3.1-RELEASE > > Does anybody know about this problem ? Does anybody know how to fix it > (and gives me the answer) ? > > ---- the simple Skript ---- > #!/bin/csh csh isn't recommended as a scripting environment. > > set TAR=/tmp > set FILES=(Asker Bidder Decider Receiver Sender) > set PRE=DA_ > > if (-d $TAR) then > foreach xFILE ($FILES) > cp ${PRE}${xFILE}.${OS} ${TAR}/${xFILE} > end > endif > ---- End of the Skript. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 15:25:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 1312C14C0B for ; Wed, 9 Jun 1999 15:25:38 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA08210; Wed, 9 Jun 1999 15:25:37 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 15:25:36 -0700 (PDT) From: Doug White To: "Daniel \\ The Bruce Keller" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: services can't connect to local machine throup IP In-Reply-To: <375D0373.D34284C8@psln.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 8 Jun 1999, Daniel \ The Bruce Keller wrote: > Hi, i am trying to set up a web server and ftp server on my computer > (running FreeBSD 3.1-RELEASE). I have installed apache and can get the > default page (the one which just says apache is installed and working) > by going to http://localhost/. However if i attempt to connect using my > IP address ("http://206.155.61.155/") i can never connect. Does it sit there and spin, or does it give you an error? > The same happends with telnet and ftp. My IP changes every time i > dial into the internet, so i found my current one by doing a "netstat > -rn" and looking at the gateway for my localhost (this may very well > be the problem, is there a easier/correct way to find your current IP? > Thanks, I'm sure the answer is really simple, but it's about 5:00 AM > here so i really should get some sleep. Bruce Sounds like a misconfig on the network interface, or broken DNS lookups. 'netstat -a' may be useful. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 15:27: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 728DE159AC for ; Wed, 9 Jun 1999 15:26:59 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA08751; Wed, 9 Jun 1999 15:26:55 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 15:26:54 -0700 (PDT) From: Doug White To: Paul Dekkers Cc: FreeBSD Mailinglist Subject: Re: Disable anonymous but keep non-anonymous?! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 8 Jun 1999, Paul Dekkers wrote: > How can I disable anonymous ftp but keep user-ftp sessions with the FTP > that comes with FreeBSD by default? (Couldn't find any option for it...) Anonymous FTP isn't set up by default. If you turned it on by creating an 'ftp' user, you're on your own :) Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 15:27:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.dhis.org (unknown [193.136.198.220]) by hub.freebsd.org (Postfix) with ESMTP id 30A1D150C4 for ; Wed, 9 Jun 1999 15:27:40 -0700 (PDT) (envelope-from root@ginger.dhis.org) Received: (from root@localhost) by mail.dhis.org (8.9.1/8.9.1) id XAA25140 for ; Wed, 9 Jun 1999 23:27:36 +0100 (BST) Received: from UNKNOWN(162.42.132.10), claiming to be "ginger.kf7nn.com" via SMTP by mail.dhis.org, id smtpdAAAx.aqdX; Wed Jun 9 23:27:25 1999 Received: (from root@localhost) by ginger.kf7nn.com (8.9.3/8.9.2) id PAA07226; Wed, 9 Jun 1999 15:27:30 -0700 (MST) (envelope-from root) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <14174.59484.953286.518007@hip186.ch.intel.com> Date: Wed, 09 Jun 1999 15:27:29 -0700 (MST) From: vagner@ginger.dhis.org To: John Reynolds~ Subject: Re: sio code--how much changed from 2.2.x -> 3.x? Cc: freebsd-questions@FreeBSD.ORG, Doug White Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Watch out for getty.. make sure it is not running on that serial port or some really wierd stuff will happen. I had problems with timeouts and handshaking using my digital camera during downloading because of it. On 09-Jun-99 John Reynolds~ wrote: > > [ On Wednesday, June 9, Doug White wrote: ] >> >> This is irrespective of the operating system in use. >> >> Most likey, Windows is sending an init string to the modem that configures >> some extra options. You should go into the Modem control panel and find >> out what string(s) it's sending to initialize the modem. You may want to >> issue the 'factory reset' command -- usually AT&F -- then dial and see if >> this remedies things. If so, write the status back to NVRAM with AT&W and >> init the modem with AT&F before dialing. Please consult your modem's >> manual for further commands. > > I've tried bazillions of the commands--disabling V.90, &D2 vs. &D3, blah > blah, to no avail. As far as I can tell (from their control panel) there > isn't any 'magical' init string that windows is sending. But, given the > stupidity of the registry it could be buried in there somewhere (needle, > haystack). > >> The OS serial-line drivers *CANNOT* and *DO NOT* impact the modem's >> handshake phase. Unless this is a WinModem, which it is not since you >> can use it under FreeBSD. :) > > Hmmm. Well, at least that's good to know. The TOTALLY strange thing is that > I can take my plane jane Zoom 28.8K modem (no V.90 or other stupidity) out > of my trusty Gateway running 2.2.8-STABLE, plug it into the new 3.1-R > machine and have it NOT work. My /etc/rc.serial does nothing on the 2.2.8-S > machine (stock file with everything all commented out). It is just > thoroughly bizzare. Can you (or anyone) think of any reason whatsoever, that > a modem could come from a fully functional 2.2.8-STABLE system, plug into a > 3.1-R system and have me experience these bizzare problems with handshaking, > etc.--but have that same modem work under another "os" such as windud? > > (I've even copied over the "older" version of minicom from my 2.2.8-S > system with no success). > > Thank you very much for your response Doug! It is much appreciated! > > -Jr > > -- > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= >| John Reynolds CEG, CCE, Next Generation Flows, HLA | >| Intel Corporation MS: CH6-210 Phone: 480-554-9092 pgr: 868-6512 | >| jreynold@sedona.ch.intel.com http://www-aec.ch.intel.com/~jreynold/ | > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message ---------------------------------- Vetex C/O L. Vagner 3600 W. Mountain Drive Flagstaff, AZ 86001 Webpage: nadxa.com E-Mail: vagner@ginger.vagner.com Date: 09-Jun-99 Time: 15:25:49 Windows Exception Error: noun: Meaning- With the exception of a reboot anything you do will fail to recover the system. ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 15:29:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.ab.home.com (ha1.rdc1.ab.wave.home.com [24.64.2.50]) by hub.freebsd.org (Postfix) with ESMTP id E4284159E3 for ; Wed, 9 Jun 1999 15:29:15 -0700 (PDT) (envelope-from grifter@toolshed.ab.ca) Received: from linux_box ([24.64.43.22]) by mail.rdc1.ab.home.com (InterMail v4.01.01.00 201-229-111) with SMTP id <19990609222914.HJFQ1126.mail.rdc1.ab.home.com@linux_box> for ; Wed, 9 Jun 1999 15:29:14 -0700 Message-Id: <3.0.1.32.19990609163023.00a17a5c@mail.rdc1.ab.wave.home.com> X-Sender: grifter2@mail.rdc1.ab.wave.home.com X-Mailer: Windows Eudora Pro Version 3.0.1 (32) Date: Wed, 09 Jun 1999 16:30:23 -0600 To: freebsd-questions@freebsd.org From: Todd Anderson Subject: Seemingly random rebooting Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hello every once and a while i feel the need to look at my FreeBSD computers screen to see if any errors are on the screen. When i move the mouse to turn off the screensaver there are alot of random characters on the screen. After about 5 seconds the computer reboots without unmounting the filesystem. All of my internet access runs though this machine and seems to work right up untill the computer reboots. im some cases i have turned off the screensaver and seen that the mailserver has printed a message on the screen for each and every email that has bounced. After this the computer runs out of memory (or somthing similar) because the server will not work until rebooted. And on a totally different note My internet access is a cable modem that uses DHCP. But FreeBSD doesnt seem to support this so when i loose my IP i take my modem to my windows machine and use it to retrieve the new IP. Once i have written the new IP down i then move it back to the server and hardcode the IP into the proper files and then contact the owner of my DNS (the email automaticaly changes the records). Anyway i dont like doing this every time my IP changes, so my question is, can i get a DHCP client for FreeBSD that will also automate the email sent to my DNS provider or at least tell me when the IP has changed so i can get on top of the situation and set up my domain again. Thanks - Todd Anderson (grifter) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 15:29:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id C82AA1598B for ; Wed, 9 Jun 1999 15:29:37 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA09503; Wed, 9 Jun 1999 15:29:35 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 15:29:34 -0700 (PDT) From: Doug White To: The Hermit Hacker Cc: freebsd-questions@FreeBSD.ORG Subject: Re: MBUFs ... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 8 Jun 1999, The Hermit Hacker wrote: > According to netstat -m, my configuration is as such: > > 840/1032/1024 mbuf clusters in use (current/peak/max) > > Peak is 8 clusters over max...how is that possible? And what does that > affect? Network traffic. Normally, the kernel panics when you run out of mbufs. Solution: increase maxusers. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 15:32:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 14F0E14DBB for ; Wed, 9 Jun 1999 15:32:20 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA10531; Wed, 9 Jun 1999 15:32:17 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 15:32:16 -0700 (PDT) From: Doug White To: Huib van Wees Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problem afther installation. In-Reply-To: <4.1.19990608214103.00a11250@k9.dds.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 8 Jun 1999, Huib van Wees wrote: > I've multiple OS-es on my machine I made a primary partition, a FreeBSD > partition and an extended which contains the other OS-es. > > I installed the FreeBSD from the internet thru FTP it worked fine afther > the installation. > But I made the first partition active again so ik can boot my other OS-es. > Now I made the second (FreeBSD) partition active again and FreeBSD give an > error while booting.. What error? > Is there a possible way to boot without an bootmanager, with a disk maybe? Yea, you can boot the MFS floppy and type 'wd(0,a)' at the boot: prompt. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 15:33:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 8456014DBB for ; Wed, 9 Jun 1999 15:33:47 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA10557; Wed, 9 Jun 1999 15:33:40 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 15:33:39 -0700 (PDT) From: Doug White To: Dean Hollister Cc: FreeBSD Questions Subject: Re: Logging Volume Usage In-Reply-To: <3.0.3.32.19990609115545.0070abb8@odyssey.apana.org.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 9 Jun 1999, Dean Hollister wrote: > At 12:56 8/06/99 -0700, Doug White wrote: > > >Either use the appropriate application (i.e. ppp) or try netstat -ib. > > Hmmm, I'm not sure if that can be done thru pppd. I can't find anything on > the manpage. > Then use netstat. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 15:39:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id D22F114DBB for ; Wed, 9 Jun 1999 15:39:34 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id RAA33899; Wed, 9 Jun 1999 17:39:32 -0500 (CDT) (envelope-from dan) Date: Wed, 9 Jun 1999 17:39:32 -0500 From: Dan Nelson To: "Mark L. Holloway" Cc: questions@FreeBSD.ORG Subject: Re: Can FreeBSD Cluster? Message-ID: <19990609173932.A33864@dan.emsphone.com> References: <375ecbf5.133.0@flashmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <375ecbf5.133.0@flashmail.com>; from "Mark L. Holloway" on Wed Jun 9 13:17:57 GMT 1999 X-OS: FreeBSD 4.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Jun 09), Mark L. Holloway said: > Can FreeBSD cluster? If you were setting servers for high bandwidth > demands (real audio/video, shoutcast, web, ftp) what would be the > ideal configuration? Just wondering.. I read an interview with Linus > that Linux has this ability. For simple things like load-balancing web/ftp services, you don't need clustering at all. Simply have a bunch of machines all set up with the same DNS name: $ host ftp.netscape.com ftp.netscape.com has address 207.200.79.198 ftp.netscape.com has address 204.131.112.43 ftp.netscape.com has address 204.131.112.52 ftp.netscape.com has address 207.200.72.74 ftp.netscape.com has address 207.200.72.21 ftp.netscape.com has address 207.200.79.194 ftp.netscape.com has address 207.200.79.195 ftp.netscape.com has address 207.200.79.196 ftp.netscape.com has address 207.200.79.197 -Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 15:41:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from thelab.hub.org (nat192.211.mpoweredpc.net [142.177.192.211]) by hub.freebsd.org (Postfix) with ESMTP id 0C1F114DBB for ; Wed, 9 Jun 1999 15:41:32 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id TAA00106; Wed, 9 Jun 1999 19:41:44 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Wed, 9 Jun 1999 19:41:44 -0300 (ADT) From: The Hermit Hacker To: Doug White Cc: freebsd-questions@FreeBSD.ORG Subject: Re: MBUFs ... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 9 Jun 1999, Doug White wrote: > On Tue, 8 Jun 1999, The Hermit Hacker wrote: > > > According to netstat -m, my configuration is as such: > > > > 840/1032/1024 mbuf clusters in use (current/peak/max) > > > > Peak is 8 clusters over max...how is that possible? And what does that > > affect? > > Network traffic. Normally, the kernel panics when you run out of mbufs. > > Solution: increase maxusers. Solution: leave maxusers, increase NMBCLUSTERS Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 15:44:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pan.ch.intel.com (pan.ch.intel.com [143.182.246.24]) by hub.freebsd.org (Postfix) with ESMTP id 8F61215155 for ; Wed, 9 Jun 1999 15:44:15 -0700 (PDT) (envelope-from jreynold@sedona.ch.intel.com) Received: from sedona.intel.com (sedona.ch.intel.com [143.182.218.21]) by pan.ch.intel.com (8.9.1a+p1/8.9.1/d: relay.m4,v 1.6 1998/11/24 22:10:56 iwep Exp iwep $) with ESMTP id PAA15555; Wed, 9 Jun 1999 15:43:59 -0700 (MST) Received: from hip186.ch.intel.com (hip186.ch.intel.com [143.182.225.68]) by sedona.intel.com (8.9.1a/8.9.1/d: sendmail.cf,v 1.8 1999/04/16 15:25:49 steved Exp steved $) with ESMTP id PAA29697; Wed, 9 Jun 1999 15:43:59 -0700 (MST) X-Envelope-From: jreynold@sedona.ch.intel.com Received: (from jreynold@localhost) by hip186.ch.intel.com (8.9.1a/8.9.1/d: client.m4,v 1.3 1998/09/29 16:36:11 sedayao Exp sedayao $) id SAA02718; Wed, 9 Jun 1999 18:43:59 -0400 (EDT) From: John Reynolds~ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14174.60974.410396.656954@hip186.ch.intel.com> Date: Wed, 9 Jun 1999 15:43:58 -0700 (MST) To: vagner@ginger.dhis.org Subject: Re: sio code--how much changed from 2.2.x -> 3.x? In-Reply-To: References: <14174.59484.953286.518007@hip186.ch.intel.com> X-Mailer: VM 6.71 under Emacs 19.34.1 Cc: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [ On Wednesday, June 9, vagner@ginger.dhis.org wrote: ] > Watch out for getty.. make sure it is not > running on that serial port or some > really wierd stuff will happen. > > I had problems with timeouts and handshaking > using my digital camera during downloading > because of it. > Hmmmm. VEEEEEEEERY interesting ... I hadn't even THOUGHT of that ... I will check /etc/gettytab and /etc/ttys ASAP when I get home. That very well may be it. On my Gateway running 2.2.8-STABLE I have the modem sitting on COM3-IRQ5 (actually COM7) and I could be running a getty on COM2 which would never EVER manifest itself. BUT, if by default a getty is dealing with COM2 then that might very well be a BIIIG Problem. Thank you thank you! Oh, I hope this is it .... -Jr -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | John Reynolds CEG, CCE, Next Generation Flows, HLA | | Intel Corporation MS: CH6-210 Phone: 480-554-9092 pgr: 868-6512 | | jreynold@sedona.ch.intel.com http://www-aec.ch.intel.com/~jreynold/ | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 15:45:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.lusardi.com (mail.lusardi.com [207.215.158.12]) by hub.freebsd.org (Postfix) with ESMTP id 8084D15956 for ; Wed, 9 Jun 1999 15:44:53 -0700 (PDT) (envelope-from erinf@lusardi.com) Received: by MAIL with Internet Mail Service (5.5.2232.9) id ; Wed, 9 Jun 1999 15:39:53 -0700 Message-ID: From: Erin Fortenberry To: 'Dan Nelson' , "Mark L. Holloway" Cc: questions@FreeBSD.ORG Subject: RE: Can FreeBSD Cluster? Date: Wed, 9 Jun 1999 15:39:52 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --> --> In the last episode (Jun 09), Mark L. Holloway said: --> > Can FreeBSD cluster? If you were setting servers for --> high bandwidth --> > demands (real audio/video, shoutcast, web, ftp) what would be the --> > ideal configuration? Just wondering.. I read an --> interview with Linus --> > that Linux has this ability. --> --> For simple things like load-balancing web/ftp services, you --> don't need --> clustering at all. Simply have a bunch of machines all set --> up with the --> same DNS name: --> --> $ host ftp.netscape.com --> ftp.netscape.com has address 207.200.79.198 --> ftp.netscape.com has address 204.131.112.43 --> ftp.netscape.com has address 204.131.112.52 --> ftp.netscape.com has address 207.200.72.74 --> ftp.netscape.com has address 207.200.72.21 --> ftp.netscape.com has address 207.200.79.194 --> ftp.netscape.com has address 207.200.79.195 --> ftp.netscape.com has address 207.200.79.196 --> ftp.netscape.com has address 207.200.79.197 This is not load-balancing. This is round-robin. Load-balancing requires external hardware or custom software and a gateway. Erin mailto:kahn@deadbbs.com http://www.deadbbs.com http://www.fortenberry.net "Mooooo" "Strange, We've not installed any Microsoft software on our machines; none of them should be acting like cows" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 15:46:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.240.222]) by hub.freebsd.org (Postfix) with ESMTP id CB4D0159D6 for ; Wed, 9 Jun 1999 15:45:40 -0700 (PDT) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.9.3/8.9.1) id PAA24229; Wed, 9 Jun 1999 15:45:37 -0700 (PDT) (envelope-from mph) Date: Wed, 9 Jun 1999 15:45:37 -0700 From: Matthew Hunt To: Woody Carey Cc: "'mholloway@flashmail.com'" , questions@FreeBSD.ORG Subject: Re: Can FreeBSD Cluster? Message-ID: <19990609154537.C24041@wopr.caltech.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Woody Carey on Wed, Jun 09, 1999 at 01:30:15PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jun 09, 1999 at 01:30:15PM -0700, Woody Carey wrote: > I think the question you are asking is: "Can I compile and run PVM or > MPICH on FreeBSD?". I am not aware that there is a port or package > currently for these, PVM is in ports as net/pvm. MPICH is in ports as net/mpich. I have no experience with either, though. Matt -- Matthew Hunt * Stay close to the Vorlon. http://www.pobox.com/~mph/ * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 15:49:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mta3.mail.telepac.pt (mail7.telepac.pt [194.65.3.51]) by hub.freebsd.org (Postfix) with ESMTP id B213C15243 for ; Wed, 9 Jun 1999 15:49:20 -0700 (PDT) (envelope-from jpedras@mail.telepac.pt) Received: from manecao.tafkap.priv ([194.65.203.17]) by mta3.mail.telepac.pt (InterMail v03.02.07 118-124-101) with ESMTP id <19990609224929.COCW11882@manecao.tafkap.priv>; Wed, 9 Jun 1999 23:49:29 +0100 Content-Length: 1616 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Wed, 09 Jun 1999 23:49:22 +0100 (BST) From: Joao Pedras To: Doug White Subject: Re: missing headers, not! Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello again Doug, Sorry for bothering you with this. The permissions in /usr/include are fine. Here is what I was doing : I installed egcc so I could install some apps with better optimization. When I export the variables CC and CPP with egcc and eg++, for instance, also changing CFLAGS in /etc/make.conf, this strange behaviour happens. It's like /usr/include wasn't there. If I don't touch that and use bsd's cc everything's goes well. Do you know something about this ? Thanks Joao On 09-Jun-99 Doug White wrote: > On Mon, 7 Jun 1999, Joao Pedras wrote: > >> I am currently having problems when trying to install apps with or without >> the >> ports. This type of scenario is becoming usual when I run configure scripts >> : >> >> checking for fcntl.h... no > > It looks like the ports' include path is set incorrectly, which is very, > very strange. What are the permissions on /usr/include? Can you compile > a trivial application that pulls in these headers? > > Also check config.log. > > Doug White > Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve > http://gladstone.uoregon.edu/~dwhite | www.freebsd.org ------------------------------------------------------------------------ Sent on 09-Jun-99 at 23:45:33 Powered by FreeBSD -> http://www.freebsd.org <- "The Power to Serve" PGP key available upon request or may be cut at http://members.tripod.com/fbsd/pgpkey.html ------------------------------------------------------------------------ "What's the use of a good quotation if you can't change it?" -- The Doctor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 15:50:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id F0F551595A for ; Wed, 9 Jun 1999 15:50:26 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA15551; Wed, 9 Jun 1999 15:50:25 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 15:50:24 -0700 (PDT) From: Doug White To: Fran Maruca Cc: "'freebsd-questions@freebsd.org'" Subject: Re: Upgrading from 2.2.7 In-Reply-To: <0D962991BD00D211A18900A0C9C8391A23F69B@omnia_3.omnia.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 8 Jun 1999, Fran Maruca wrote: > I'm currently running 2.2.7 and have been putting off an upgrade until the > timing was better....which I've realized is never. At any rate, I'm looking > for a pointer as to how to go about this(I'm assuming there's a tutorial or > something around that I just haven't found) and suggestions as to which > release to come up to(3.1 vs. 3.2). This machine is used quite heavily in a > QA environment so I'm trying hard not to shoot myself in the foot. Any > input is very much appreciated. If it's mission critical, bump it up to 2.2.8 but don't upgrade to 3.X unless you have some time and can rebuild all your software. Unless you move your a.out libs into aout/ directories, upgrading to 3.X will break any a.out programs. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 15:50:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id AADB41543D for ; Wed, 9 Jun 1999 15:49:15 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA15533; Wed, 9 Jun 1999 15:49:11 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 15:49:10 -0700 (PDT) From: Doug White To: "Dainel \"The Bruce\" Keller" Cc: questions@FreeBSD.ORG Subject: Re: begginner question: how can i determin my local IP address? In-Reply-To: <016901beb1f5$ad108f00$a33d9bce@g6200> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 8 Jun 1999, Dainel "The Bruce" Keller wrote: > I posted a similar message here last night, but I haven't gotten any > response and I never received the message myself so I'm not sure if it got > through, Paitience my son. This is a volunteer list, not one human being. > > I am having some trouble determining my local IP address when I dial into > my > > ISP. I have been getting what I believe is my IP from "netstat -rn", but I > > can not usr this number to telnet, or ftp, or connect to any of the other > > services available on "localhost" or "127.0.0.1". I am not sure if I am > > getting the IP wrong, or if for some reason I cannon connect to myself > > though the IP (perhaps I need to enable some sort of other routing, or > > change my ipfw rules, which are currently set up for natd and are using > > "ipfw add pass all from any to any"). Any help would be greatly > appreciated. You're probably looking at your gateway's IP, not y ours. Are you sing ppp or pppd? Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 15:52:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id AF9F715213 for ; Wed, 9 Jun 1999 15:52:21 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA15665; Wed, 9 Jun 1999 15:52:12 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 15:52:11 -0700 (PDT) From: Doug White To: Joseph Lee Cc: freebsd-questions@FreeBSD.ORG Subject: Re: apache and tcp_wrappers? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 8 Jun 1999, Joseph Lee wrote: > >From searching the docs and webpages, Apache doesn't native support > tcp_wrappers so the only option is to let it run wide open in daemon mode > or run it in limited mode behind inetd. It doesn't support tcpwrappers, but that doesn't mean it doesn't have access control. Look for the 'allow' and 'deny' directives. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 15:54:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id A1392154E1 for ; Wed, 9 Jun 1999 15:54:40 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA17134; Wed, 9 Jun 1999 15:54:38 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 15:54:37 -0700 (PDT) From: Doug White To: Mark Bannar-Martin Cc: freebsd-questions Subject: Re: Help:HP5M Duplexer In-Reply-To: <375DD0F9.717DD605@pearson-college.uwc.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 8 Jun 1999, Mark Bannar-Martin wrote: > I have an HP5M printer with Jet Direct card and duplexer. It prints fine > through lpr, printing page by page, but I cannot get the duplexer to > work, that is, I cannot print double sided. The duplexer does work with > a windows driver so it is not a hardware problem. I guess it is a > question of software control from the FreeBSD box. Any suggestions? Find the software command, or evoke the ire of your workmates by enabling the duplexer by default (which I did on our 8000DN). > On a second point, any suggestions on the best way to achieve printer > accounting given my set-up? Install LPRng and read the long threads on how print accounting sucks. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 16: 4:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from alan17.his.com (alan17.his.com [205.252.80.9]) by hub.freebsd.org (Postfix) with SMTP id 20B8F14EFC for ; Wed, 9 Jun 1999 16:04:12 -0700 (PDT) (envelope-from alan17@his.com) Received: (qmail 715 invoked by uid 500); 9 Jun 1999 23:07:43 -0000 Message-ID: <19990609230743.714.qmail@alan17.his.com> From: alan17@his.com Subject: Partitioning the disk for FreeBSD To: freebsd-questions@FreeBSD.ORG Date: Wed, 9 Jun 1999 19:07:43 -0400 (EDT) X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings! The Web site implied that I can post to this E-list without joining it; I hope this is the case. I have recently bought and installed a 6.3 Seagate, and have reserved the first half of it for a planned installation of FreeBSD. I made a gig partition for the system(BSDI fs), 75 meg for swap(BSDI swap), and a third 1.3 gig partition(BSDI fs) for home directories. Questions: Is the above correct, and adequate? Will I be able to install FreeBSD there without messing up the rest of the disk?(this is important, the rest of the disk is filling up with Linux stuff)? Finally, will I be able to hand-edit my Linux /etc/lilo.conf so as to be able to boot Free BSD at boot time? Is there any reason why I shouldn't simply order a CD with the 3.2 release on it and -- using the info that you will hopefully provide -- proceed with installation? I have already downloaded the Handbook. TIA, and best wishes, Alan McConnell -- Alan McConnell I claim not to have controlled events, but confess Pixel Analysis plainly that events have controlled me. (A. Lincoln) alan17@his.com Hold the fort! I am coming! (W.T. Sherman) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 16:31:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pony-express.cs.rit.edu (unknown [129.21.30.24]) by hub.freebsd.org (Postfix) with ESMTP id AFAD614EFC for ; Wed, 9 Jun 1999 16:31:21 -0700 (PDT) (envelope-from mpd6334@cs.rit.edu) Received: from indium (indium [129.21.37.170]) by pony-express.cs.rit.edu (8.9.3/8.9.3) with ESMTP id TAA20306 for ; Wed, 9 Jun 1999 19:31:20 -0400 (EDT) Date: Wed, 9 Jun 1999 19:31:16 -0400 (EDT) From: "Mike P Dungan;951;icsg1;" To: questions@freebsd.org Subject: modem problems Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG using 3.2-R, I am not able to get my modem working. The relevent dmesg output: sio2: configured irq 5 not in bitmap of probed irqs 0x400 sio2 at 0x3e8-0x3ef irq5 on isa sio: type 16550A the last time i used my modem, i was still using 2.2.7-R. I have tried using several irqs, and disabled every unnecessary device. Was something changed between 2.2.7-R and 3.2-R that I haven't noticed? I was on a LAN all year at school, and hence have not needed a modem. thanks, Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 16:50: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from g-net.globe.com.ph (g-net.globe.com.ph [203.127.225.10]) by hub.freebsd.org (Postfix) with ESMTP id A224E155B3 for ; Wed, 9 Jun 1999 16:50:05 -0700 (PDT) (envelope-from nitronarc@iname.com) Received: from honey1 ([203.127.225.250]) by g-net.globe.com.ph (8.8.8/8.8.5) with SMTP id HAA09511 for ; Thu, 10 Jun 1999 07:58:52 +0800 (HKT) Message-Id: <4.1.19990610075706.00a658d0@mailhost.i-next.net> X-Sender: googoo@mailhost.i-next.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Thu, 10 Jun 1999 08:04:09 +0815 To: freebsd-questions@freebsd.org From: "Ramoncito P. Puyat" Subject: X-Windows: looking for a "Linuxconf" equivalent Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My last post was a bit ambiguous. At work we use a Linux system which boots up X-windows, KDE environment at startup. To administer the server, we use Netscape/LinuxConf. We found it quite handy and easy to use. Is there an X-windows equivalent to this type of setup. I know that most of this can be done with /stand/sysinstall, but LinuxConf handles our entire network system from user admin, to addresses, to authorities, routing, and almost anything to do with our network/internet system under one interface. TIA, Ramon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 16:50:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 34C6415929 for ; Wed, 9 Jun 1999 16:50:11 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id QAA01732; Wed, 9 Jun 1999 16:50:01 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 16:50:00 -0700 (PDT) From: Doug White To: The Hermit Hacker Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ps2sgml or html2sgml converter? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 9 Jun 1999, The Hermit Hacker wrote: > > Does anyone know of any? I found one html2sgml, but it only converts to > LinuxDoc :( Well, what SGML DTD were you expecting? SGML is a generic markup style (the format); it doesn't define the actual tags nor the styles to apply to the tags (the transspec). Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 17: 0:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 47C0114F52 for ; Wed, 9 Jun 1999 17:00:36 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id RAA05052; Wed, 9 Jun 1999 17:00:28 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 17:00:27 -0700 (PDT) From: Doug White To: Monte Christopher Jeu Cc: questions@FreeBSD.ORG Subject: Re: Old files In-Reply-To: <199906090607.XAA22719@monte.enmity.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 8 Jun 1999, Monte Christopher Jeu wrote: > When upgrading and upgrading and upgrading, I notice a lot of old > files that are no longer in use like lfs files. Should they be left? > If they should be removed, is there a clean way of removing everything > like the man files and all of the binaries or do I have to do > everything manually? You have to do it manually, and carefully; some older programs may be depending on things. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 17: 1:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 31CE814F52 for ; Wed, 9 Jun 1999 17:01:29 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id RAA05110; Wed, 9 Jun 1999 17:01:23 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 17:01:23 -0700 (PDT) From: Doug White To: Marty Cawthon Cc: freebsd-questions@FreeBSD.ORG Subject: Re: atkbd0 not attached due to irq conflict with sc0 at 1 In-Reply-To: <19990609020338T.mrc@ChipChat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 9 Jun 1999, Marty Cawthon wrote: > Hello fellow BSDaemons, > > I receive the following message upon bootup: > > "atkbd0 not attached due to irq conflict with sc0 at 1" > > and the keyboard does not work. > > Machine: IBM Thinkpad 701 > Before FreeBSD 3.0 worked fine. > Now I upgraded to 3.2, built a new kernel, and see that message. > Is it possible to change the irq of sc0 in the kernel config file? > I thought that irq was set in the hardware. Please read LINT; the keyboard attachment style has changed. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 17: 2:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id EF6B714F52 for ; Wed, 9 Jun 1999 17:02:47 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id RAA05144; Wed, 9 Jun 1999 17:02:39 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 17:02:39 -0700 (PDT) From: Doug White To: "H.L." Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Partition and installation problem In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 9 Jun 1999, H.L. wrote: > I have only one hard drive with win98 installed in my computer. I want to > buy a 2nd hard drive for FreeBSD and Linux. I want to keep all the stuff > in my 1st hard drive. How can I do the partition? Using FDISK to format > the 2nd hard drive??? Since win98 is FAT32, Does FreeBSD recognize FAT32 > partition??? It does, and you can copy files off of it, but you cannot install FreeBSD on it. FreeBSD requires it's own slice type. But if you have a new disk, simply delete any existing DOS partition the vendor may have put on there, install FreeBSD, and have fun. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 17: 4:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 59C3D14F52 for ; Wed, 9 Jun 1999 17:04:55 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id RAA06285; Wed, 9 Jun 1999 17:04:53 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 17:04:52 -0700 (PDT) From: Doug White To: cjclark@home.com Cc: FreeBSD Questions Subject: Re: SSH X Forwarding In-Reply-To: <199906091454.KAA05844@cc942873-a.ewndsr1.nj.home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 9 Jun 1999, Crist J. Clark wrote: > Just to note, this is not the same thread as the 'newbie question: > ssh' posts. > > I have one machine that seems to be having trouble forwarding X > connections. The problem does not seem to be on the client end; I can > open X apps fine on several FreeBSD and IRIX machines I run sshd > on. Plus, I have seen the problem using ssh clients on more than one > machine. > > I open a ssh session with this machine, and everything runs > smoothly. However, I try to run an X application and I get the > following error (xterm used as an example), > > [102:~] xterm > _X11TransSocketINETConnect: Can't connect: errno = 60 > xterm Xt error: Can't open display: pc222.mydomain.com:10.0 60: operation timed out, the remote did not respond. > Note that the exact error varies somewhat with the app, > > [103:~] xwp > TRANS(SocketINETConnect) () can't connect: errno = 110 > Error: Can't open display: pc222.mydomain.com:10.0 There is no errno 110. > The first time this occured, the machine in question had 'xlock' > running, and I wondered if this was preventing X connections (which > does not seem like proper behavior, but this is one of the few things > about this machine that is different from the others I connect to > successfully). However, now, with no xlock, there are the same errors. > > The sshd server in question is running on 3.1-STABLE and was built > from the ports. Perhaps a tcpdump is in order? Maybe the remote is blocking X requests from non-local hosts. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 17: 5:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 45FA914CBB for ; Wed, 9 Jun 1999 17:05:43 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id RAA06736; Wed, 9 Jun 1999 17:05:37 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 17:05:36 -0700 (PDT) From: Doug White To: CO DND Cc: freebsd-questions@FreeBSD.ORG Subject: Re: dns In-Reply-To: <000701beb291$96196000$c4dec28e@css273> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 9 Jun 1999, CO DND wrote: > Hello there. > My pkg of Freebsd came with the newer edition of Bind version 8.2 . I am familiar > with Bind 4.3 but not this newer style. Is there any documentation on how to > setup the newer DNS server. Purchase the 3rd Edition of the O'Reilly book 'DNS and BIND'. Well worth the money! Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 17: 8:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 6DCE814E34 for ; Wed, 9 Jun 1999 17:08:11 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id RAA06818; Wed, 9 Jun 1999 17:08:08 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 17:08:08 -0700 (PDT) From: Doug White To: Chris McCulloh Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Compilation Problems In-Reply-To: <199906092015.QAA20980@ct1.webquill.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 9 Jun 1999, Chris McCulloh wrote: > I recently installed FreeBSD 3.2 downloaded in complete from cdrom.com. Whenever I try to compile a program that uses X header includes, compilation is unsuccessful. The error messsage given, for example, is the following: > > wmapm.c:153: X11/X.h: No such file or directory Install the Xprog distribution. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 17:10:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id D128A14BF5 for ; Wed, 9 Jun 1999 17:10:26 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id RAA06881; Wed, 9 Jun 1999 17:09:09 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 17:09:07 -0700 (PDT) From: Doug White To: Christopher Michaels Cc: "Jeremy L. Stock" , freebsd-questions@FreeBSD.ORG Subject: RE: Ports Question In-Reply-To: <6C37EE640B78D2118D2F00A0C90FCB4401105978@site2s1> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 9 Jun 1999, Christopher Michaels wrote: > This (of course) begs the question. If the make is failing because it > requires the info distribution (is it a dist or a port?) then why isn't it > considered to be a dependency? System components can't be depended on, although it is keying on the existence of /usr/local/info/dir. Does that file exist? Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 17:15:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 6969614BF5 for ; Wed, 9 Jun 1999 17:15:52 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id RAA09235; Wed, 9 Jun 1999 17:15:46 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 17:15:45 -0700 (PDT) From: Doug White To: Todd Anderson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Seemingly random rebooting In-Reply-To: <3.0.1.32.19990609163023.00a17a5c@mail.rdc1.ab.wave.home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 9 Jun 1999, Todd Anderson wrote: > hello every once and a while i feel the need to look at my FreeBSD > computers screen to see if any errors are on the screen. When i move the > mouse to turn off the screensaver there are alot of random characters on > the screen. After about 5 seconds the computer reboots without unmounting > the filesystem. That's nutty. What version of FreeBSD is this? Which screensaver? What kind of mouse? I assume you're running moused. > All of my internet access runs though this machine and seems to > work right up untill the computer reboots. > > im some cases i have turned off the screensaver and seen that the > mailserver has printed a message on the screen for each and every email > that has bounced. After this the computer runs out of memory (or somthing > similar) because the server will not work until rebooted. Can you capture this? You may want to a) compile a debugging kernel and take a dump or b) run top and look for a runaway process. > And on a totally different note My internet access is a cable > modem that uses DHCP. But FreeBSD doesnt seem to support this No, just install isc-dhcp. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 17:27:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 1E42D14BF5 for ; Wed, 9 Jun 1999 17:27:20 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id RAA12720; Wed, 9 Jun 1999 17:27:17 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 17:27:16 -0700 (PDT) From: Doug White To: The Hermit Hacker Cc: freebsd-questions@FreeBSD.ORG Subject: Re: MBUFs ... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 9 Jun 1999, The Hermit Hacker wrote: > On Wed, 9 Jun 1999, Doug White wrote: > > > On Tue, 8 Jun 1999, The Hermit Hacker wrote: > > > > > According to netstat -m, my configuration is as such: > > > > > > 840/1032/1024 mbuf clusters in use (current/peak/max) > > > > > > Peak is 8 clusters over max...how is that possible? And what does that > > > affect? > > > > Network traffic. Normally, the kernel panics when you run out of mbufs. > > > > Solution: increase maxusers. > > Solution: leave maxusers, increase NMBCLUSTERS Ha! We're both right. From /sys/conf/param.c: #ifndef NMBCLUSTERS #define NMBCLUSTERS (512 + MAXUSERS * 16) Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 17:28:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id B7BE915087 for ; Wed, 9 Jun 1999 17:28:52 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id RAA12788; Wed, 9 Jun 1999 17:28:48 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 17:28:48 -0700 (PDT) From: Doug White To: Joao Pedras Cc: freebsd-questions@FreeBSD.ORG Subject: Re: missing headers, not! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 9 Jun 1999, Joao Pedras wrote: > Hello again Doug, > > Sorry for bothering you with this. The permissions in /usr/include are fine. > Here is what I was doing : I installed egcc so I could install some apps with > better optimization. When I export the variables CC and CPP with egcc and eg++, > for instance, also changing CFLAGS in /etc/make.conf, this strange behaviour > happens. It's like /usr/include wasn't there. > If I don't touch that and use bsd's cc everything's goes well. > > Do you know something about this ? Something may be fiddling with the -I include path argument. I don't suggest installing egcs on 2.2.X systems. It will ship with 4.X and have all the bugs worked out. With configure scripts, they usually dump a config.log. Checking this log will have the compiler errors. This will help you isolate your problem. > On 09-Jun-99 Doug White wrote: > > On Mon, 7 Jun 1999, Joao Pedras wrote: > > > >> I am currently having problems when trying to install apps with or without > >> the > >> ports. This type of scenario is becoming usual when I run configure scripts > >> : > >> > >> checking for fcntl.h... no > > > > It looks like the ports' include path is set incorrectly, which is very, > > very strange. What are the permissions on /usr/include? Can you compile > > a trivial application that pulls in these headers? > > Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 17:29:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from team7.cba (team7.cba.ualr.edu [144.167.120.24]) by hub.freebsd.org (Postfix) with ESMTP id BE2BA15363 for ; Wed, 9 Jun 1999 17:29:34 -0700 (PDT) (envelope-from joe@team7.cba.ualr.edu) Received: from team7.cba (team7.cba [144.167.120.24]) by team7.cba (8.9.3/8.9.3) with ESMTP id TAA03950; Wed, 9 Jun 1999 19:29:27 -0500 (CDT) (envelope-from joe@team7.cba.ualr.edu) Date: Wed, 9 Jun 1999 19:29:27 -0500 (CDT) From: Joe Royce X-Sender: joe@team7.cba To: "Ramoncito P. Puyat" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: X-Windows: looking for a "Linuxconf" equivalent In-Reply-To: <4.1.19990610075706.00a658d0@mailhost.i-next.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 10 Jun 1999, Ramoncito P. Puyat wrote: > My last post was a bit ambiguous. At work we use a Linux system which boots > up X-windows, KDE environment at startup. To administer the server, we use > Netscape/LinuxConf. We found it quite handy and easy to use. Is there an > X-windows equivalent to this type of setup. I know that most of this can be > done with /stand/sysinstall, but LinuxConf handles our entire network > system from user admin, to addresses, to authorities, routing, and almost > anything to do with our network/internet system under one interface. > > TIA, > > Ramon There is NetMAX. Take a look at http://www.netmax.com/ You can purchase it through http://www.freebsdmall.com/ -Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 17:31: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 5AC59151C0 for ; Wed, 9 Jun 1999 17:31:01 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id RAA13786; Wed, 9 Jun 1999 17:30:59 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 9 Jun 1999 17:30:58 -0700 (PDT) From: Doug White To: alan17@his.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Partitioning the disk for FreeBSD In-Reply-To: <19990609230743.714.qmail@alan17.his.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 9 Jun 1999 alan17@his.com wrote: > Greetings! The Web site implied that I can post to this E-list > without joining it; I hope this is the case. > > I have recently bought and installed a 6.3 Seagate, and have reserved > the first half of it for a planned installation of FreeBSD. I made > a gig partition for the system(BSDI fs), 75 meg for swap(BSDI swap), > and a third 1.3 gig partition(BSDI fs) for home directories. Did you make partitions with Partition Magic or something? FreeBSD's file format isn't strictly like BSDi's. You should use sysinstall. > Questions: Is the above correct, and adequate? Will I be able to > install FreeBSD there without messing up the rest of the disk?(this > is important, the rest of the disk is filling up with Linux stuff)? > Finally, will I be able to hand-edit my Linux /etc/lilo.conf so as > to be able to boot Free BSD at boot time? How much RAM do you have? 75MB of swap isn't that much. Also, you want more space in /usr than in /. > Is there any reason why I shouldn't simply order a CD with the 3.2 > release on it and -- using the info that you will hopefully provide -- > proceed with installation? I have already downloaded the Handbook. It's helpful to have the distfiles and packages for the ports local. Plus, FTP downloads from wcarchive are much slower than a CD. :) Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 17:49:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from alexander.pentalpha.com.hk (pop3.pentalpha.com.hk [210.176.109.1]) by hub.freebsd.org (Postfix) with ESMTP id EB4EA15455 for ; Wed, 9 Jun 1999 17:49:14 -0700 (PDT) (envelope-from danny@pentalpha.com.hk) Received: (from uucp@localhost) by alexander.pentalpha.com.hk (8.9.3/8.9.3) id IAA47304; Thu, 10 Jun 1999 08:49:05 +0800 (CST) (envelope-from danny@pentalpha.com.hk) Received: from 274Danny.pentalpha.com.hk(10.0.0.111), claiming to be "domain" via SMTP by alexander.pentalpha.com.hk, id smtpdv47302; Thu Jun 10 08:49:02 1999 Message-ID: <000a01beb2db$04cd54e0$6f00000a@domain.pentalpha.com.hk> From: "danny" To: "Doug White" Cc: Subject: Re: mail problem Date: Thu, 10 Jun 1999 08:48:50 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Obtuse smtpd/smtpfwdd, part of the Juniper firewall toolkit. I found it in freebsd port collection. -----Original Message----- From: Doug White To: danny Cc: freebsd-questions@FreeBSD.ORG Date: Thursday, June 10, 1999 6:15 AM Subject: Re: mail problem >On Tue, 8 Jun 1999, danny wrote: > >> I always found the follow message in my server and the remote site server. >> They are both in FreeBSD 3.2 Stable and with smtpd installed. Is that a >> problem of bad link between them? Or some configuration problem? How can I >> fix it? > >What is smtpd? That's not shipped with the system. > > >Doug White >Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve >http://gladstone.uoregon.edu/~dwhite | www.freebsd.org > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 17:54:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from firewall.confia.com.mx (unknown [148.242.127.200]) by hub.freebsd.org (Postfix) with SMTP id 73307159EE for ; Wed, 9 Jun 1999 17:54:05 -0700 (PDT) (envelope-from rosario.carmona@confia.com.mx) From: =?iso-8859-1?Q?Rosario_Carmona_Mart=EDnez?= To: freebsd-questions@freebsd.org Subject: Impresora generica solo texto. Date: Wed, 9 Jun 1999 12:04:53 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Message-ID: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey!!!!!!! Tengo una pregunta para ustedes, alguien de ustedes me pudiera decir de que manera puedo controlar los caracteres de impresion en una impresora que esta dada de alta como generica solo texto en Windows NT? Esto se puede lograr en Windows 95 en una de las propiedades de la impresora llamada Device Options en la cual seleccionas TTY custom en la parte que dice Character mapping, pero desconosco el equivalente en WinNT, alguien de ustedes de casualidad se ha topado con este problema. Les pido por favor que me avisen si alguien de ustedes me puede ayudar. Garcias. HEEEEEEEEEEELLLLLLLLLLPPPPPPPPPPPPPP!!!!!!!!!!!!!!!!!!!! \ \ \ \ | / / / / \ \ / / | | O O | | ( ( 0 ) ) ~~~o0o ~ o0o~~~~~~~~ Rosario Carmona Martinez CITIBANK TEL 399-6250 EXT. 9170 e-mail: rosario.carmona@confia.com.mx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 18: 6:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.netxpress.com.gt (unknown [216.72.30.3]) by hub.freebsd.org (Postfix) with ESMTP id 99A6B15929 for ; Wed, 9 Jun 1999 18:06:46 -0700 (PDT) (envelope-from cesarlp@quik.guate.com) Received: from quik.guate.com (ip157.netxpress.com.gt [216.72.30.157]) by ns.netxpress.com.gt (8.8.7/8.8.5) with ESMTP id BAA61936 for ; Thu, 10 Jun 1999 01:06:45 GMT Message-ID: <37570AF0.4ED2F00B@quik.guate.com> Date: Thu, 03 Jun 1999 23:08:32 +0000 From: User Cesar Organization: Quik Internet Guatemala X-Mailer: Mozilla 4.07 [en] (X11; I; FreeBSD 3.0-RELEASE i386) MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: FTP symbolic link Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! Perhaps can you help me. I have to upload a 70MB file to my /var/ftp, but I dont want to change my partition size, so I try to used a symbolic link to /usr/home/something, but I dont know exactly how to do it. Thanks. Cesar Perez please send me a copy , cuz I'm not suscribed to the list. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 18:21:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.domainbank.net (idomains-nt1.idomains.net [207.18.15.14]) by hub.freebsd.org (Postfix) with ESMTP id 64FBD1538A for ; Wed, 9 Jun 1999 18:20:38 -0700 (PDT) (envelope-from adam@idomains.net) Received: from gandalf ([205.147.226.180]) by mail.domainbank.net (Post.Office MTA v3.1.2 release (PO205-101c) ID# 1-666L) with SMTP id AAA243 for ; Wed, 9 Jun 1999 21:17:01 -0400 Message-ID: <000f01beb2df$7027cbe0$1e01a8c0@altronics.com> From: "Adam Breaux" To: Subject: Firewall With 2 Gateways Date: Wed, 9 Jun 1999 21:20:33 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000C_01BEB2BD.E8E0C400" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000C_01BEB2BD.E8E0C400 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I need to setup a machine with the ability to switch between 2 different = gateways automatically. The system would need 3 nics ( I assume ). LAN Interface:=20 ip: 192.168.1.1=20 nm: 255.255.255.0 Cable Interface:=20 ip: 24.x.x.x=20 nm: 255.255.255.0 gw: 24.x.x.254 Frame Interface: ip: 205.x.x.x nm: 255.255.255.224 gw: 205.x.x.161 Some sort of script that pings a remote host...cable provider's router = maybe... When it loses connect, change default gateway to frame. When cable comes back up, change default gateway to cable. Any ideas on this? I have a pretty good idea of what is needed but a = good how-to is=20 certainly in order. Thanks in advance. Adam Breaux ------=_NextPart_000_000C_01BEB2BD.E8E0C400 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I need to setup a machine with the = ability to=20 switch between 2 different gateways automatically.
 
The system would need 3 nics ( I assume = ).
 
LAN Interface:
    ip: 192.168.1.1 =
    nm: = 255.255.255.0
 
Cable Interface:
    ip: 24.x.x.x =
    nm: = 255.255.255.0
    gw: = 24.x.x.254
 
Frame Interface:
    ip: = 205.x.x.x
    nm: = 255.255.255.224
    gw: = 205.x.x.161
 
Some sort of script that pings a = remote=20 host...cable provider's router maybe...
 
When it loses connect, change = default gateway to frame.
When cable comes back up, change = default gateway to=20 cable.
 
Any ideas on this? I have a pretty good = idea of=20 what is needed but a good how-to is
certainly in order. Thanks in = advance.
 
Adam Breaux
------=_NextPart_000_000C_01BEB2BD.E8E0C400-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 18:46: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dfssl.exchange.microsoft.com (dfssl.exchange.microsoft.com [131.107.88.59]) by hub.freebsd.org (Postfix) with ESMTP id F2E4914D9E for ; Wed, 9 Jun 1999 18:46:00 -0700 (PDT) (envelope-from sgasch@Exchange.Microsoft.com) Received: by dfssl with Internet Mail Service (5.5.2580.0) id ; Wed, 9 Jun 1999 18:45:31 -0700 Message-ID: From: "Scott Gasch (Exchange)" To: "'freebsd-questions@freebsd.org'" Subject: Root not dismounted properly... Date: Wed, 9 Jun 1999 18:45:31 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2580.0) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there, I'm having a problem with a system that I am having trouble understanding. Whenever I reboot the machine (3.0-RELEASE, Western Digital IDE drives both on IDE channel A), it comes up with an "WARNING \ was not properly dismounted". This occurs even though I shut down the system properly (shutdown -r now...) fscking the partition and mounting it by hand is required at each reboot. It is my understanding that the boot system call unmounts all active mountpoints before shutting down. Could this fail for some reason? I've heard of this happening on systems with NFS mountpoints but the system in question has none. If no one else has an explaination for this behavior I will investigate further and report my findings. Thanks for any assistence, Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 18:56:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 8D52314D9E for ; Wed, 9 Jun 1999 18:56:52 -0700 (PDT) (envelope-from dkelly@nospam.hiwaay.net) Received: from nospam.hiwaay.net (tnt8-216-180-15-50.dialup.HiWAAY.net [216.180.15.50]) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id UAA21934; Wed, 9 Jun 1999 20:56:50 -0500 (CDT) Received: from nospam.hiwaay.net (nospam.hiwaay.net [127.0.0.1]) by nospam.hiwaay.net (8.9.3/8.9.3) with ESMTP id UAA48114; Wed, 9 Jun 1999 20:56:45 -0500 (CDT) (envelope-from dkelly@nospam.hiwaay.net) Message-Id: <199906100156.UAA48114@nospam.hiwaay.net> X-Mailer: exmh version 2.0.2 2/24/98 To: Doug White Cc: freebsd-questions@FreeBSD.ORG From: David Kelly Subject: Re: /usr/ports: recursive "make fetch"? In-reply-to: Message from Doug White of "Wed, 09 Jun 1999 15:17:52 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 09 Jun 1999 20:56:44 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug White writes: > On Mon, 7 Jun 1999, David Kelly wrote: > > > On my dialup connection I'd like to be able to prefetch all the > > elements of a complex port such as /usr/ports/x11/kde11. Then drop the > > line. And *then* compile. > > > > "make fetch" does not recurse into the sub-ports of a combinded port > > such as kde11. I'm interested in a fetch which walks the tree much like > > "make clean". > > You need to drop a bit further into the build, where it starts resolving > dependencies. Try doing 'make extract', although I know there are some > other dependencies picked up in the install phase. > > Optionally, you can 'make fetch' the required packages by looking at the > kde11 Makefile and looking for the *_DEPENDS lines. It will want any > ports listed there. Yup. And then you have to recurse thru *those* ports looking for the _DEPENDS stuff... The proper place to do this is in the /usr/share/mk/ stuff. Probably a new target, "rfetch". One day I'll look into it closer but for now wanted to put the bug in somebody's ear, and possibly inspire them to do it for me. :-) -- David Kelly N4HHE, dkelly@nospam.hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 19:13:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp5.jps.net (smtp5.jps.net [209.63.224.55]) by hub.freebsd.org (Postfix) with ESMTP id 8CCBC14D9E for ; Wed, 9 Jun 1999 19:13:14 -0700 (PDT) (envelope-from ulairi@jps.net) Received: from ulairi (208-237-196-33.irv.jps.net [208.237.196.33]) by smtp5.jps.net (8.9.0/8.8.5) with SMTP id TAA04251; Wed, 9 Jun 1999 19:12:59 -0700 (PDT) From: "Ulairi" To: "Woody Carey" Cc: "Questions" Subject: RE: Can FreeBSD Cluster? Date: Wed, 9 Jun 1999 19:11:56 -0700 Message-ID: <000c01beb2e6$9d6de600$21c4edd0@ulairi> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 LAM (local area multicomputer) will do distributed MPI - I've compiled it on 3.1-stable there's a PVM port, too :) | | | > Can FreeBSD cluster? | | I think the question you are asking is: "Can I compile and run PVM or | MPICH on FreeBSD?". I am not aware that there is a port or package | currently for these, | however, it may not prove too difficult to port over. | Someone else want | to chime in on this? There was also a shared memory library | written for | FreeBSD by some professors at some Texas University, called TreadMarks | or something. | see www.beowulf.org for clustering info. I know there is a | page on the | mpich site detailing the porting/build process. -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 6.0.2i iQA/AwUBN18a9lR8Yh25VFLEEQK4SgCg3pR4xDVWdP+HSIjByxJcyjaW/c4AoODY YIPgNmFhCXq7cyL2fuQYhZPG =E9D+ -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 19:19: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id D0F42152FB for ; Wed, 9 Jun 1999 19:18:58 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id WAA08126; Wed, 9 Jun 1999 22:20:16 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199906100220.WAA08126@cc942873-a.ewndsr1.nj.home.com> Subject: Re: SSH X Forwarding In-Reply-To: from Doug White at "Jun 9, 99 05:04:52 pm" To: dwhite@resnet.uoregon.edu (Doug White) Date: Wed, 9 Jun 1999 22:20:15 -0400 (EDT) Cc: cjclark@home.com, freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug White wrote, > On Wed, 9 Jun 1999, Crist J. Clark wrote: > > The first time this occured, the machine in question had 'xlock' > > running, and I wondered if this was preventing X connections (which > > does not seem like proper behavior, but this is one of the few things > > about this machine that is different from the others I connect to > > successfully). However, now, with no xlock, there are the same errors. > > > > The sshd server in question is running on 3.1-STABLE and was built > > from the ports. > > Perhaps a tcpdump is in order? Maybe the remote is blocking X requests > from non-local hosts. Well, the machine I was having problems with earlier _is_ local (on the same wire, I assume that is what you mean). But I did the dump just now from a remote machine... I'm not sure what exactly to make of it. The machines talk a bit when the connetion is made. Then, I give an 'xterm' command, and tcpdump shows, 22:06:00.155784 mypc.myhome.com.1010 > pc222.mydomain.com.ssh: P 756:776(20) ack 1352 win 17520 (DF) [tos 0x10] 22:06:00.334199 pc222.mydomain.com.ssh > mypc.myhome.com.1010: P 1352:1372(20) ack 776 win 17520 (DF) [tos 0x10] 22:06:00.380118 mypc.myhome.com.1010 > pc222.mydomain.com.ssh: . ack 1372 win 17520 (DF) [tos 0x10] 22:06:00.750710 mypc.myhome.com.1010 > pc222.mydomain.com.ssh: P 776:796(20) ack 1372 win 17520 (DF) [tos 0x10] 22:06:00.975884 pc222.mydomain.com.ssh > mypc.myhome.com.1010: P 1372:1392(20) ack 796 win 17520 (DF) [tos 0x10] 22:06:00.980135 mypc.myhome.com.1010 > pc222.mydomain.com.ssh: . ack 1392 win 17520 (DF) [tos 0x10] 22:06:01.022457 mypc.myhome.com.1010 > pc222.mydomain.com.ssh: P 796:816(20) ack 1392 win 17520 (DF) [tos 0x10] 22:06:01.130711 pc222.mydomain.com.ssh > mypc.myhome.com.1010: P 1392:1412(20) ack 816 win 17520 (DF) [tos 0x10] 22:06:01.180135 mypc.myhome.com.1010 > pc222.mydomain.com.ssh: . ack 1412 win 17520 (DF) [tos 0x10] 22:06:01.182652 mypc.myhome.com.1010 > pc222.mydomain.com.ssh: P 816:836(20) ack 1412 win 17520 (DF) [tos 0x10] 22:06:01.237078 mypc.myhome.com.1010 > pc222.mydomain.com.ssh: P 836:856(20) ack 1412 win 17520 (DF) [tos 0x10] 22:06:01.299060 pc222.mydomain.com.ssh > mypc.myhome.com.1010: P 1412:1432(20) ack 856 win 17520 (DF) [tos 0x10] 22:06:01.314166 mypc.myhome.com.1010 > pc222.mydomain.com.ssh: P 856:876(20) ack 1432 win 17520 (DF) [tos 0x10] 22:06:01.323674 pc222.mydomain.com.ssh > mypc.myhome.com.1010: P 1432:1452(20) ack 856 win 17520 (DF) [tos 0x10] 22:06:01.380128 mypc.myhome.com.1010 > pc222.mydomain.com.ssh: . ack 1452 win 17520 (DF) [tos 0x10] 22:06:01.439768 pc222.mydomain.com.ssh > mypc.myhome.com.1010: P 1452:1472(20) ack 876 win 17520 (DF) [tos 0x10] 22:06:01.580124 mypc.myhome.com.1010 > pc222.mydomain.com.ssh: . ack 1472 win 17520 (DF) [tos 0x10] 22:06:02.000272 mypc.myhome.com.1010 > pc222.mydomain.com.ssh: P 876:896(20) ack 1472 win 17520 (DF) [tos 0x10] 22:06:02.114737 pc222.mydomain.com.ssh > mypc.myhome.com.1010: P 1472:1492(20) ack 896 win 17520 (DF) [tos 0x10] 22:06:02.180143 mypc.myhome.com.1010 > pc222.mydomain.com.ssh: . ack 1492 win 17520 (DF) [tos 0x10] 22:07:17.116835 pc222.mydomain.com.ssh > mypc.myhome.com.1010: P 1492:1632(140) ack 896 win 17520 (DF) [tos 0x10] 22:07:17.184970 mypc.myhome.com.1010 > pc222.mydomain.com.ssh: . ack 1632 win 17520 (DF) [tos 0x10] Where I believe that final exchange is pc222 passing me the failure message. I'm not exactly sure how I could be more detailed in a tcpdump of a ssh session. After all, everything deeper than what I have shown is encrypted, no? Any more suggestions of what to check would be appreciated. Or a diagnosis of the above that I am missing would be even better. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 19:23:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp3.263.net (unknown [202.96.44.22]) by hub.freebsd.org (Postfix) with SMTP id 5315F152FB for ; Wed, 9 Jun 1999 19:23:33 -0700 (PDT) (envelope-from ryuson@263.net) Received: (fmail 2150 invoked from network); 10 Jun 1999 02:27:35 -0000 Received: from unknown (HELO 263.net) (202.96.44.21) by smtp3 with SMTP; 10 Jun 1999 02:27:35 -0000 Received: (fmail 24366 invoked by uid 1004); 10 Jun 1999 02:20:16 -0000 Date: 10 Jun 1999 02:20:16 -0000 Message-ID: <19990610022016.24365.fmail@263.net> Reply-To: ryuson@263.net From: ryuson@263.net To: freebsd-questions@FreeBSD.ORG Subject: How to update freeBSD3.0 to 3.2 over my modem? Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello: I wanna ask:how to update freeBSD 3.0 to 3.2 over my modem? Thank you very much for your reply. Ryuson __________________________________________________ ╩╤с╜й╧сцйв╤╪тзоъцБ╥я╣ГвссйоДhttp://freemail.263.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 19:24:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from kalypso.iqm.unicamp.br (kalypso.iqm.unicamp.br [143.106.51.1]) by hub.freebsd.org (Postfix) with ESMTP id B913F152FB for ; Wed, 9 Jun 1999 19:24:46 -0700 (PDT) (envelope-from vazquez@iqm.unicamp.br) Received: by kalypso.iqm.unicamp.br (V-MTA, from userid 105) id 624AA461; Wed, 9 Jun 1999 23:24:40 -0300 (EST) Date: Wed, 9 Jun 1999 23:24:40 -0300 From: Pedro A M Vazquez To: Ulairi Cc: Woody Carey , Questions Subject: Re: Can FreeBSD Cluster? Message-ID: <19990609232440.E90807@kalypso.iqm.unicamp.br> References: <000c01beb2e6$9d6de600$21c4edd0@ulairi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <000c01beb2e6$9d6de600$21c4edd0@ulairi>; from Ulairi on Wed, Jun 09, 1999 at 07:11:56PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Wed, Jun 09, 1999 at 07:11:56PM -0700, Ulairi wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > LAM (local area multicomputer) will do distributed MPI - I've compiled > it on 3.1-stable > there's a PVM port, too :) yes: PVM: http://www.freebsd.org/cgi/ports.cgi?query=pvm&stype=all MPICH http://www.freebsd.org/cgi/ports.cgi?query=mpich&stype=all > > | > | > | > Can FreeBSD cluster? > | > | I think the question you are asking is: "Can I compile and run PVM > or > | MPICH on FreeBSD?". I am not aware that there is a port or package > | currently for these, > | however, it may not prove too difficult to port over. > | Someone else want > | to chime in on this? There was also a shared memory library > | written for > | FreeBSD by some professors at some Texas University, called > TreadMarks > | or something. > | see www.beowulf.org for clustering info. I know there is a > | page on the > | mpich site detailing the porting/build process. > > -----BEGIN PGP SIGNATURE----- > Version: PGPfreeware 6.0.2i > > iQA/AwUBN18a9lR8Yh25VFLEEQK4SgCg3pR4xDVWdP+HSIjByxJcyjaW/c4AoODY > YIPgNmFhCXq7cyL2fuQYhZPG > =E9D+ > -----END PGP SIGNATURE----- > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Slowly and surely the unix crept up on the Nintendo user ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 19:26:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from thelab.hub.org (nat192.211.mpoweredpc.net [142.177.192.211]) by hub.freebsd.org (Postfix) with ESMTP id CD2E6152FB for ; Wed, 9 Jun 1999 19:26:52 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id XAA02583; Wed, 9 Jun 1999 23:26:48 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Wed, 9 Jun 1999 23:26:48 -0300 (ADT) From: The Hermit Hacker To: Doug White Cc: freebsd-questions@FreeBSD.ORG Subject: Re: MBUFs ... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 9 Jun 1999, Doug White wrote: > On Wed, 9 Jun 1999, The Hermit Hacker wrote: > > > On Wed, 9 Jun 1999, Doug White wrote: > > > > > On Tue, 8 Jun 1999, The Hermit Hacker wrote: > > > > > > > According to netstat -m, my configuration is as such: > > > > > > > > 840/1032/1024 mbuf clusters in use (current/peak/max) > > > > > > > > Peak is 8 clusters over max...how is that possible? And what does that > > > > affect? > > > > > > Network traffic. Normally, the kernel panics when you run out of mbufs. > > > > > > Solution: increase maxusers. > > > > Solution: leave maxusers, increase NMBCLUSTERS > > Ha! We're both right. From /sys/conf/param.c: > > #ifndef NMBCLUSTERS > #define NMBCLUSTERS (512 + MAXUSERS * 16) The problem with MAXUSERS (that was suggested to me the other day) was that you raise a bunch of other things that don't necessarily need to be raised, wasting memory... Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 19:37:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from VMS.UCI.KUN.NL (vms.uci.kun.nl [131.174.64.21]) by hub.freebsd.org (Postfix) with ESMTP id 94975154F7 for ; Wed, 9 Jun 1999 19:37:54 -0700 (PDT) (envelope-from h.vanreenen@uci.kun.nl) Received: from uci.kun.nl (ops.uci.kun.nl) by VMS.UCI.KUN.NL (PMDF V5.1-10 #8798) with ESMTP id <01JC80US3VJ400A625@VMS.UCI.KUN.NL> for questions@freebsd.org; Thu, 10 Jun 1999 04:37:53 +0200 (MET-DST) Date: Thu, 10 Jun 1999 04:38:16 +0200 From: Hans van Reenen Subject: A simple network configuration question. To: questions@freebsd.org Message-id: <375F2518.D9731B4A@uci.kun.nl> MIME-version: 1.0 X-Mailer: Mozilla 4.51 [nl] (Win95; I) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit X-Accept-Language: nl Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, How can I manually -bypassing the rc.local file- set the route to a gateway. route add .............. Many thanks in advance. Hans van Reenen. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 19:40: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from VMS.UCI.KUN.NL (vms.uci.kun.nl [131.174.64.21]) by hub.freebsd.org (Postfix) with ESMTP id 2182314D8E for ; Wed, 9 Jun 1999 19:39:59 -0700 (PDT) (envelope-from H.vanReenen@UCI.KUN.NL) Received: from baserv.uci.kun.nl by VMS.UCI.KUN.NL (PMDF V5.1-10 #8798) with ESMTP id <01JC80XDAICW009B1S@VMS.UCI.KUN.NL> for questions@freebsd.org; Thu, 10 Jun 1999 04:39:58 +0200 (MET-DST) Date: Thu, 10 Jun 1999 04:39:57 +0200 (MDT) From: Hans van Reenen Subject: A simple network configuration question. To: questions@freebsd.org Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, How can I manually -bypassing the rc.local file- set the route to a gateway. route add .............. Many thanks in advance. Hans van Reenen. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 19:45:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 4A26714BF6 for ; Wed, 9 Jun 1999 19:45:41 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id WAA08641; Wed, 9 Jun 1999 22:46:57 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199906100246.WAA08641@cc942873-a.ewndsr1.nj.home.com> Subject: Re: A simple network configuration question. In-Reply-To: <375F2518.D9731B4A@uci.kun.nl> from Hans van Reenen at "Jun 10, 99 04:38:16 am" To: h.vanreenen@uci.kun.nl (Hans van Reenen) Date: Wed, 9 Jun 1999 22:46:57 -0400 (EDT) Cc: questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hans van Reenen wrote, > > Hello, > > How can I manually -bypassing the rc.local file- set the route to a > gateway. > > route add .............. > > Many thanks in advance. Not exactly sure what you are trying to ask. You can just type, # route add default 'gateway-ip' At a command prompt (as root of course) to set the default route. Is that all you want? -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 19:53:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id E4C6014BF6 for ; Wed, 9 Jun 1999 19:53:26 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id WAA08656; Wed, 9 Jun 1999 22:54:43 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199906100254.WAA08656@cc942873-a.ewndsr1.nj.home.com> Subject: Re: Firewall With 2 Gateways\ In-Reply-To: <000f01beb2df$7027cbe0$1e01a8c0@altronics.com> from Adam Breaux at "Jun 9, 99 09:20:33 pm" To: adam@idomains.net (Adam Breaux) Date: Wed, 9 Jun 1999 22:54:43 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Adam Breaux wrote, > I need to setup a machine with the ability to switch between 2 different gateways automatically. > > The system would need 3 nics ( I assume ). > > LAN Interface: > ip: 192.168.1.1 > nm: 255.255.255.0 > > Cable Interface: > ip: 24.x.x.x > nm: 255.255.255.0 > gw: 24.x.x.254 @Home service, per chance? > Frame Interface: > ip: 205.x.x.x > nm: 255.255.255.224 > gw: 205.x.x.161 > > Some sort of script that pings a remote host...cable provider's router maybe... > > When it loses connect, change default gateway to frame. > When cable comes back up, change default gateway to cable. > > Any ideas on this? I have a pretty good idea of what is needed but a good how-to is > certainly in order. Thanks in advance. This kind of job is one of the things router daemons were created for. Have a look at the documentation for 'routed' or 'gated' for a start. Doing this as a script is not recommended when there are powerful tools like that built for jobs just like this. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 19:57:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dt054n86.san.rr.com (dt054n86.san.rr.com [24.30.152.134]) by hub.freebsd.org (Postfix) with ESMTP id 5836B14BF6 for ; Wed, 9 Jun 1999 19:57:19 -0700 (PDT) (envelope-from Studded@gorean.org) Received: from localhost (doug@localhost) by dt054n86.san.rr.com (8.8.8/8.8.8) with ESMTP id TAA03356 for ; Wed, 9 Jun 1999 19:57:18 -0700 (PDT) (envelope-from Studded@gorean.org) Date: Wed, 9 Jun 1999 19:57:18 -0700 (PDT) From: Studded X-Sender: doug@dt054n86.san.rr.com To: freebsd-questions@freebsd.org Subject: Sun automounter -> fbsd amd problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, :) I'm adding a FreeBSD machine to an existing all-sun shop and I need help with setting up amd. I'm a virtual NFS novice (although for those that don't know me I'm experienced with other aspects of FreeBSD). On our sun machines we have the following auto_Directory file: * IP&:/usr/& To translate, if I'm on local and I want to mount the /usr/foo directory on remote (where "IPfoo" is an alias in /etc/hosts for "remote") I just do 'cd /Directory/foo' and voila, I'm there. That's what the ampersand means in the automounter file. Now I don't necessarily need to be able to do all of that, I can generate a list of specific directories if I have to. What I DO need to be able to do is automount /usr/foo on "remote" when I cd to /Directory/foo on "local," and for the life of me I can't figure out the syntax of amd.conf, amd.map, or the amd command line. I'm sure I could probably lick it by spending some more time on it (which I will of course be doing) but I'm kind of under the gun at work to get this thing going like, yesterday. The good news is that I can mount the stuff with a manual mount command, so the NFS bit is good to go. It's just amd that's giving me grief. I looked through the mail archives and didn't see any examples that made sens to me. If someone could provide me with a concrete example, I'd be really grateful. I have read the web page at http://www.netbsd.org/Documentation/bsd/amdref.html and still haven't deciphered it entirely. There is a lot of theory there, but not enough concrete examples for my taste. Many thanks, Doug -- Nominated for quote of the year is the statement made by Representative Dick Armey (Texas), who when asked if he were in the President's place, would he resign, responded: "If I were in the President's place I would not get a chance to resign. I would be lying in a pool of my own blood hearing Mrs. Armey standing over me saying, 'How do I reload this damn thing?'" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 20:46:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sparticus.bright.net (sparticus.bright.net [205.212.123.5]) by hub.freebsd.org (Postfix) with ESMTP id B5BDC14F03 for ; Wed, 9 Jun 1999 20:46:19 -0700 (PDT) (envelope-from SteveG@bright.net) Received: from bright.net (woos-asc1-cs-28.dial.bright.net [209.143.18.47]) by sparticus.bright.net (8.9.3/8.9.3 ComNet Build) with ESMTP id XAA29268 for ; Wed, 9 Jun 1999 23:46:13 -0400 (EDT) Message-ID: <375F350A.F3D9F2DB@bright.net> Date: Wed, 09 Jun 1999 23:46:18 -0400 From: Steve Gasbarre X-Mailer: Mozilla 4.51 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: FreeBSD Installation problem from DOS partition Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I tried to install FreeBSD 3.1 from my Hitachi CDR-7730 (4X) CDROM drive. Many of the package installations fail -- write failure on transfer -- but when I attempt to install from a DOS directory (C:\FREEBSD) and chose the correct path it fails -- no root device found - or - file system full. I've deleted and recreated the FreeBSD slice many times, but I don't know what to do at this point. Hopefully I haven't overlooked some important instruction. I've cleaned the CDROM drive, but that didn't seem to help. Is a new Sony CDU711 32X CDROM Drive a good choice? Is there any way I can set the installation to use different variables so I have a better chance of the installation going through? Curiously, I had FreeBSD 3.0 installed last week, but deleted it after messing the X Windows configuration files. It (along with SuSE 6.1) won't install, but other things from Win95 seem to be OK. Thanks for any help! SteveG@bright.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 21:29:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pop03.globecomm.net (pop03.globecomm.net [206.253.130.65]) by hub.freebsd.org (Postfix) with ESMTP id 9E05614E86 for ; Wed, 9 Jun 1999 21:29:49 -0700 (PDT) (envelope-from jschwab@royal.net) Received: from freaker (usr15-dialup76.mix1.Irving.cw.net [166.62.215.78]) by pop03.globecomm.net (8.9.0/8.8.0) with SMTP id AAA29152 for ; Thu, 10 Jun 1999 00:29:48 -0400 (EDT) Message-Id: <199906100429.AAA29152@pop03.globecomm.net> X-Sender: lb012226@mail.iname.com (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Demo Date: Wed, 09 Jun 1999 22:27:52 -0600 To: questions@freebsd.org From: "Jason L. Schwab" Subject: booting with scsi. Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG people, I installed freebsd 3.2 onto scsi id 2 (da2) ... it installed with no problems, then I installed the boot manager onto da0 (scsi id0) and da2.. but when I bring up the machine, the boot loader only gives me F1 for DOS and F5 for Drive 1 (both goto the DOS harddrive) any ideas on why this is happening? -- thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 21:37: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id DB30914C42 for ; Wed, 9 Jun 1999 21:37:01 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id AAA09139; Thu, 10 Jun 1999 00:38:22 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199906100438.AAA09139@cc942873-a.ewndsr1.nj.home.com> Subject: Re: A simple network configuration question. In-Reply-To: from Hans van Reenen at "Jun 10, 99 04:59:50 am" To: H.vanReenen@UCI.KUN.NL (Hans van Reenen) Date: Thu, 10 Jun 1999 00:38:22 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG (FreeBSD Questions) Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [Please keep CCs to freebsd-questions@freebsd.org when replying.] Hans van Reenen wrote, > > Hello Crist, > > I mean in the following situation. > > PC-box: inet 131.174.118.146 > Gateway: inet 131.174.116.7 > > In this example there is no home-lan. Just a point (PC box) to point > (gateway) connection. > > Do you understand the above description ? Not really. The gateway has to be reachable from your PC. If your gateway is not on your LAN, how do you plan on reaching it? Are we talking about PPP between these machines? In that case, I think you still need to be more specific about what you wish to do. I still am not sure what you mean by 'bypassing rc.local' either. For some reason you want to only enable this connection by hand, rather than automatically at startup? -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 22: 4:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from VMS.UCI.KUN.NL (vms.uci.kun.nl [131.174.64.21]) by hub.freebsd.org (Postfix) with ESMTP id 59FA814EFC for ; Wed, 9 Jun 1999 22:04:42 -0700 (PDT) (envelope-from H.vanReenen@UCI.KUN.NL) Received: from baserv.uci.kun.nl by VMS.UCI.KUN.NL (PMDF V5.1-10 #8798) with ESMTP id <01JC85YSBF0G009KK4@VMS.UCI.KUN.NL> for freebsd-questions@freebsd.org; Thu, 10 Jun 1999 07:04:40 +0200 (MET-DST) Date: Thu, 10 Jun 1999 07:04:39 +0200 (MDT) From: Hans van Reenen Subject: Re: A simple network configuration question. In-reply-to: <199906100438.AAA09139@cc942873-a.ewndsr1.nj.home.com> To: freebsd-questions@freebsd.org Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I will try explain it clearly. e-net catv enet enet PC-box ------- cable modem ------ com controller ------ gateway ----- 131.174.118.146 131.174.116.7 Between the PC-box and the gateway it is a ethernet connection (no PPP), and the PC-box is NOT a gateway itself (for example a home-lan). I hope it is specific enough to answer this question. Thanks. Hans. On Thu, 10 Jun 1999, Crist J. Clark wrote: > [Please keep CCs to freebsd-questions@freebsd.org when replying.] > > Hans van Reenen wrote, > > > > Hello Crist, > > > > I mean in the following situation. > > > > PC-box: inet 131.174.118.146 > > Gateway: inet 131.174.116.7 > > > > In this example there is no home-lan. Just a point (PC box) to point > > (gateway) connection. > > > > Do you understand the above description ? > > Not really. The gateway has to be reachable from your PC. If your > gateway is not on your LAN, how do you plan on reaching it? > > Are we talking about PPP between these machines? In that case, I think > you still need to be more specific about what you wish to do. > > I still am not sure what you mean by 'bypassing rc.local' either. For > some reason you want to only enable this connection by hand, rather > than automatically at startup? > -- > Crist J. Clark cjclark@home.com > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 22: 9:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from 21cn.com (unknown [202.104.32.242]) by hub.freebsd.org (Postfix) with SMTP id 7738814EFC for ; Wed, 9 Jun 1999 22:09:10 -0700 (PDT) (envelope-from yang_lj@21cn.com) Received: from ([159.226.248.76]) by 21cn.com(JetMail 2.1.1.0) with SMTP id /aimcque/jmail.rcv/1/jm5375f59f1; Thu, 10 Jun 1999 05:09:00 -0000 Message-ID: <000801beb2ff$9012ac20$4cf8e29f@billing.stonetelecom.com.cn> From: "yang lijun" To: Subject: Where and how can I get the software Date: Thu, 10 Jun 1999 13:08:36 +0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01BEB342.59A96640" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0004_01BEB342.59A96640 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Dear sir: I like the BSD UNIX.but I don't know where can I get=20 the free software(include the source codes) please tell me My Email address:cuisong@263.net ------=_NextPart_000_0004_01BEB342.59A96640 Content-Type: text/html; charset="gb2312" Content-Transfer-Encoding: quoted-printable
Dear sir:
  I like the BSD UNIX.but I = don't know=20 where can I get
the free software(include the source = codes)
  please = tell=20 me
 
My Email address:cuisong@263.net
 
 
------=_NextPart_000_0004_01BEB342.59A96640-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 22:16:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from user.xtdl.com (user.xtdl.com [206.25.228.20]) by hub.freebsd.org (Postfix) with ESMTP id 59A7915038 for ; Wed, 9 Jun 1999 22:16:53 -0700 (PDT) (envelope-from wizard@xtdl.com) Received: from xtdl.com ([208.146.158.18]) by user.xtdl.com (8.8.8/8.6.9) with ESMTP id BAA15783 for ; Thu, 10 Jun 1999 01:36:35 -0400 (EDT) Message-ID: <375CA78F.7E8FE717@xtdl.com> Date: Tue, 08 Jun 1999 01:18:07 -0400 From: Sean WuGlazier X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Toshiba CDROM Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have a relatively new installtion of freeBSD on an new intel box. I have and adaptec ultra-wide scsi controller. I also have a toshiba cdrom on SCSI ID 4. My problem is that I can't get the system to recognize or mount the cdrom. I know that toshiba scsi cdrom is supported. It is recommended by one of your folks as a favorite. What steps do I need to take to install / mount the cdrom. I tried mount -t cd9660 /dev/cd0c /cdrom and used /dev/scd0 . It comes back saying no such file or directory. Could someone please tell me what I am doing wrong? Thanks reply to mailto://seanw@wavewizard.com Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 22:17:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from flashmail.com (flashmail.com [209.63.137.8]) by hub.freebsd.org (Postfix) with SMTP id 0848315038 for ; Wed, 9 Jun 1999 22:17:36 -0700 (PDT) (envelope-from mholloway@flashmail.com) Received: from flashmail.com ([209.63.137.8]) by flashmail.com ; Wed, 09 Jun 1999 22:18:38 -0800 From: "Mark L. Holloway" Reply-To: mholloway@flashmail.com To: questions@freebsd.org Date: Wed, 9 Jun 1999 22:18:38 -800 Subject: AMD or Intel? X-Mailer: CWMail Web to Mail Gateway 2.0n, http://netwinsite.com/top_mail.htm Message-id: <375f4aae.17f.0@flashmail.com> X-User-Info: 24.234.59.207 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm looking do get another PC for my FreeBSD dektop workstation (ie not serving). For $189 I can get an AMD K2-450 and Motherboard. For $379 I can get an Intel 400 and Motherboard. I've heard the AMD has a weak FPU but as soon as you hit PIII the price jumps way too high (since I won't use the PIII extensions). Any advice? Is the AMD still a good cpu? Regards, Mark ______________________________________________________ Get Your FREE FlashMail Address now at http://www.flashmail.com It's Free, Easy, & Fun !!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 22:48:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from imc01.ex.nus.edu.sg (imc01.ex.nus.edu.sg [137.132.14.60]) by hub.freebsd.org (Postfix) with ESMTP id EFC3814BE4; Wed, 9 Jun 1999 22:48:40 -0700 (PDT) (envelope-from ccegongw@nus.edu.sg) Received: by imc01.ex.nus.edu.sg with Internet Mail Service (5.5.2448.0) id ; Thu, 10 Jun 1999 13:49:15 +0800 Message-ID: <762388C091FAD01180FF00A024621378E8EECB@exs01.ex.nus.edu.sg> From: Gong Wei To: "'freebsd-questions@freebsd.org'" Cc: "'freebsd-stable@freebsd.org'" Subject: max proc and maxfileno (anything else?) Date: Thu, 10 Jun 1999 13:49:26 +0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: multipart/mixed; boundary="----_=_NextPart_000_01BEB304.F8652794" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_000_01BEB304.F8652794 Content-Type: text/plain; charset="ISO-8859-1" Hi all, Description: Every user login to the campus network will have exactly one connection to a Samba server throughout his whole logon session. This connection is in fact quite idle, there will be very little (if any) traffic. But, one connection will cost (at least) one additional process (smbd) plus one estabilished TCP connection on the server. With 1166 such connections, my testing machine got 1183 process, 154MB active memory, 298 Used Swap space and "netstat -an | egrep EST | wc -l" gives 1160 as the output. So my question is: 1. what would be the hardware requirement? Can I just put in more swap instead of RAM since most of the time the connection is actually idling. Now my machine has 256MB of RAM and 1GB of swap. 2. how can I fine-tune the kernel? What I have done is recompile the kernel with MAXUSERs=1024, then set kern.maxfiles=15000, kern.maxfilesperproc=10240, ulimit -n 10240 before start samba daemon. Is this sufficient? I couldn't generate the real load as the school is in vacation. In fact our production server is a Linux machine. But I can forseen a lot problem when term starts and all students come back to school. So I am looking at the possibility of using FreeBSD instead. Any one has any suggestion on the "release" I should use? I have installed Release 3.2 on a testing machine, with PII 400, 258MB Ram, 1GB SWAP, identical hardware setting as the production machine. ------_=_NextPart_000_01BEB304.F8652794 Content-Type: application/octet-stream; name="Gong Wei.vcf" Content-Disposition: attachment; filename="Gong Wei.vcf" BEGIN:VCARD VERSION:2.1 N:Wei;Gong;;; FN:Gong Wei ORG:National University of Singapore; TITLE:Analyst Programmer TEL;WORK;VOICE:+65 8746421 TEL;PAGER;VOICE:+65 94963742 TEL;WORK;FAX:+65 7780198 ADR;WORK;ENCODING=QUOTED-PRINTABLE:;;Computer Centre=0D=0ANational University of Singapore=0D=0A2 Engineering D= rive 4;Singapore;;117584;Singapore LABEL;WORK;ENCODING=QUOTED-PRINTABLE:Computer Centre=0D=0ANational University of Singapore=0D=0A2 Engineering Dri= ve 4=0D=0ASingapore, 117584=0D=0ASingapore EMAIL;PREF;INTERNET:ccegongw@nus.edu.sg REV:19990518T103531Z END:VCARD ------_=_NextPart_000_01BEB304.F8652794-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 23: 1:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from showcase.pdsys.com (showcase.pdsys.com [207.167.12.13]) by hub.freebsd.org (Postfix) with ESMTP id 0775514DF1 for ; Wed, 9 Jun 1999 23:01:38 -0700 (PDT) (envelope-from jim@pdsys.com) Received: from pdsys.com ([24.108.11.34]) by showcase.pdsys.com (Post.Office MTA v3.5.2 release 221 ID# 0-56457U100L100S0V35) with ESMTP id com for ; Wed, 9 Jun 1999 23:57:37 -0600 Message-ID: <375F54DB.103D10B4@pdsys.com> Date: Thu, 10 Jun 1999 00:02:03 -0600 From: Jim Whitelaw Organization: Pathways Data Systems Inc. X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: Installing on Jaz disk Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've had FreeBSD on a server for about a month, and I really like it. I'm ready to try it as a workstation. I'm thinking the easiest way to give it a go for a while without disrupting my current workstation setup (W98 & NT) is to install it on a Jaz (1GB) disk. The system I want to to install on has an Adaptec 2940UW I can run the Jaz drive off and set the system to boot from it. Will this work? Will FreeBSD install on removeable media? Are there any non-obvious gotcha's that I should be aware of? Thanks in advance. -- ========================================================================= Jim Whitelaw tel: +1.780.975.1534 jim-at-pdsys-dot-com fax: +1.780.484.9239 Pathways Data Systems Inc. http://www.pdsys.com/ ========================================================================= "It is best to assume that the network is filled with malevolent entities that will send packets designed to have the worst possible effect." - F.Baker, RFC1812 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 23:22:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from aw164.netaddress.usa.net (aw164.netaddress.usa.net [204.68.24.64]) by hub.freebsd.org (Postfix) with SMTP id B87C015227 for ; Wed, 9 Jun 1999 23:22:52 -0700 (PDT) (envelope-from genkin@usa.net) Received: (qmail 18782 invoked by uid 60001); 10 Jun 1999 06:22:51 -0000 Message-ID: <19990610062251.18781.qmail@aw164.netaddress.usa.net> Received: from 204.68.24.64 by aw164 via web-mailer(M3.0.0.118) on Thu Jun 10 06:22:51 GMT 1999 Date: 10 Jun 99 00:22:51 MDT From: ARCADY GENKIN To: freebsd-questions@freebsd.org Subject: Ethernet cards woes (2 x ne2000) X-Mailer: USANET web-mailer (M3.0.0.118) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all: I have a new installation of FreeBSD 3.2Rel. on an i486 with 2 ISA NE2000= nics. I recompiled the kernel with the following parameters: device ed0 at isa? port 0x300 net irq 5 iomem 0xd8000 device ed1 at isa? port 0x240 net irq 3 iomem 0xd8000 at boot time it looks like they are initialized properly: config> en ed0 config> po ed0 0x300 config> ir ed0 5 config> iom ed0 0xd8000 config> f ed0 0 config> q [...] ed0 at 0x300-0x31f irq 5 on isa ed0: address 52:54:4c:17:c9:5c, type NE2000 (16 bit) = ed1 at 0x240-0x25f irq 3 on isa ed1: address 00:80:c8:ec:0f:39, type NE2000 (16 bit) any attempt to work with them, though, results in "edX: device timeout" warning. Q1: Does the above look sane? What are "config" and the latter parts of initialization? Q2: In the kernel configuration file, what is "iomem 0xd8000", and is it standard for all ethernet cards? If not, how can I find out the value for= my system? Thanks in advance! ____________________________________________________________________ Get free e-mail and a permanent address at http://www.amexmail.com/?A=3D1= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 23:36:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.freebsddiary.cx (210-55-152-36.ipnets.xtra.co.nz [210.55.152.36]) by hub.freebsd.org (Postfix) with ESMTP id 30FC714F88 for ; Wed, 9 Jun 1999 23:36:24 -0700 (PDT) (envelope-from dan@freebsddiary.cx) Received: from wocker (wocker.freebsddiary.cx [192.168.0.99]) by ns.freebsddiary.cx (8.9.3/8.9.3) with SMTP id SAA38470; Thu, 10 Jun 1999 18:36:02 +1200 (NZST) Message-Id: <199906100636.SAA38470@ns.freebsddiary.cx> From: "Dan Langille" Organization: The FreeBSD Diary To: User Cesar Date: Thu, 10 Jun 1999 18:36:01 +1200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: FTP symbolic link Reply-To: dan@freebsddiary.cx Cc: freebsd-questions@freebsd.org In-reply-to: <37570AF0.4ED2F00B@quik.guate.com> X-mailer: Pegasus Mail for Win32 (v3.01d) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 3 Jun 99, at 23:08, User Cesar wrote: > Perhaps can you help me. I have to upload a 70MB file to my /var/ftp, but > I dont want to change my partition size, so I try to used a symbolic link > to /usr/home/something, but I dont know exactly how to do it. Thanks. You can't do that. ftpd uses chroot, which effectively sets the root directory for anonymous ftp sessions. So you cannot link to anything outside of the root directory for ftp. What you can do instead is change the root directory of ftp to be something else. Then do the symlink that way. I've simplified the process, but that should get your started. -- Dan Langille - DVL Software Limited The FreeBSD Diary - http://www.FreeBSDDiary.org/freebsd/ NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/ The Racing System - http://www.racingsystem.com/racingsystem.htm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 9 23:42:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from netvisor.hu (mmtp86.mit.bme.hu [152.66.81.166]) by hub.freebsd.org (Postfix) with ESMTP id D2A1D14F88 for ; Wed, 9 Jun 1999 23:42:00 -0700 (PDT) (envelope-from szoli@netvisor.hu) Received: from localhost (szoli@localhost) by netvisor.hu (8.8.7/8.8.7) with ESMTP id IAA11530; Thu, 10 Jun 1999 08:41:28 +0200 Date: Thu, 10 Jun 1999 08:41:28 +0200 (CEST) From: Sebestyen Zoltan X-Sender: szoli@linux.intranet.netvisor.hu To: Juergen Nickelsen Cc: Calvin Bowen , freebsd-questions@FreeBSD.ORG Subject: Re: Mac OSX (BSD 4.4) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-2 Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 6 Jun 1999, Juergen Nickelsen wrote: > Calvin Bowen writes: >=20 > > The new OSX is based on BSD [...] >=20 > Not really. As far as I understand, the system is based on a Mach > kernel, with MacOS and 4.4 BSD servers -- just like NeXTSTEP was=20 > before, only with 4.3 BSD instead. For non-BSD applications, the > performance of the BSD server is irrelevant. Mac OS X IS based on BSD. You can regard it as a Mach microkernel BSD with an own proprietary graphical interface instead of X-window System. ---------------------------------------------------------------------------= ----- Sebesty=E9n Zolt=E1n =09Things must changed we must rear= range =09=09=09=09=09them, or we'll have to estrange them. =09=09=09=09=09All that I'm saying the game's not MAKE INSTALL NOT WAR=09=09=09worth playing over and over again. I use UNIX because reboots are for hardware upgrades. Kick me! Whip me!! Make me develop on AIX!!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 0:17:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id 2B72514D4C for ; Thu, 10 Jun 1999 00:17:39 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from revolution.3-cities.com (revolution.3-cities.com [204.203.224.155]) by corinth.bossig.com (Rockliffe SMTPRA 3.3.1) with ESMTP id ; Thu, 10 Jun 1999 00:19:36 -0700 Received: from 3-cities.com (kenn1254.bossig.com [208.26.241.254]) by revolution.3-cities.com (8.9.3/8.9.3) with ESMTP id AAA03444; Thu, 10 Jun 1999 00:17:37 -0700 (PDT) Message-ID: <375F6686.A3A9024@3-cities.com> Date: Thu, 10 Jun 1999 00:17:26 -0700 From: Kent Stewart Reply-To: kstewart@3-cities.com Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.51 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Jim Whitelaw Cc: questions@freebsd.org Subject: Re: Installing on Jaz disk References: <375F54DB.103D10B4@pdsys.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jim Whitelaw wrote: > > I've had FreeBSD on a server for about a month, and I really like it. I'm > ready to try it as a workstation. I'm thinking the easiest way to give it a > go for a while without disrupting my current workstation setup (W98 & NT) is > to install it on a Jaz (1GB) disk. > > The system I want to to install on has an Adaptec 2940UW I can run the Jaz > drive off and set the system to boot from it. Will this work? Will FreeBSD > install on removeable media? Are there any non-obvious gotcha's that I should > be aware of? In my opinion, they aren't continuous duty HD's. If they don't go to sleep, they wear out. At least, the drive mechanism did. The media was still good. They are also slow by modern standards. Kent > > Thanks in advance. > > -- > ========================================================================= > Jim Whitelaw tel: +1.780.975.1534 > jim-at-pdsys-dot-com fax: +1.780.484.9239 > Pathways Data Systems Inc. http://www.pdsys.com/ > ========================================================================= > "It is best to assume that the network is filled with malevolent entities > that will send packets designed to have the worst possible effect." > - F.Baker, RFC1812 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 1: 2:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pasha.anand.org (pasha.anand.org [199.103.176.41]) by hub.freebsd.org (Postfix) with SMTP id 5947C14FBA for ; Thu, 10 Jun 1999 01:02:05 -0700 (PDT) (envelope-from arb@anand.org) Received: (qmail 4336 invoked by uid 1001); 10 Jun 1999 08:02:01 -0000 Date: Thu, 10 Jun 1999 11:02:01 +0300 From: Anand Buddhdev To: Mark Ovens Cc: questions@FreeBSD.org Subject: Re: Book Message-ID: <19990610110201.D4153@africaonline.co.ke> References: <6C37EE640B78D2118D2F00A0C90FCB4401105973@site2s1> <19990609200329.D261@marder-1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: <19990609200329.D261@marder-1>; from Mark Ovens on Wed, Jun 09, 1999 at 08:03:29PM +0100 Organisation: Africa Online Ltd, P O Box 63017, Nairobi, Kenya X-Phone: +254-2-243775 X-WWW-Homepage: http://www.anand.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jun 09, 1999 at 08:03:29PM +0100, Mark Ovens wrote: > On Wed, Jun 09, 1999 at 02:41:11PM -0400, Christopher Michaels wrote: > > Thought he was in China? ;^P > > > > He was. He's at Usenix now. See the photo > > http://www.risc.org/Images/Usenix99/freebsd-02.jpg Which of the 7 men is Greg? It would be nice to put a face to the name :-) -- Anand To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 1: 6: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp3.xs4all.nl (smtp3.xs4all.nl [194.109.30.146]) by hub.freebsd.org (Postfix) with ESMTP id 6DFDA14F9B for ; Thu, 10 Jun 1999 01:05:55 -0700 (PDT) (envelope-from rene@xs4all.nl) Received: from innerpeace (innerpeace.outerheaven.net [194.109.23.210]) by smtp3.xs4all.nl (8.8.8/8.8.8) with SMTP id KAA00634 for ; Thu, 10 Jun 1999 10:05:52 +0200 (CEST) Message-Id: <199906100805.KAA00634@smtp3.xs4all.nl> X-Sender: rene@pop.xs4all.nl X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Sun, 13 Jun 1999 10:05:36 +0200 To: freebsd-questions@FreeBSD.ORG From: Rene Veerman Subject: newbie attempting to compile a 3.2 kernel Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hija. I'm a newbie to freeBSD, and come from a win32-programmer background. No need to tell me windows sucks ;-P Anyway.. I'm trying to build a kernel, for which I got the source-files using cvs. This was done by a friend of mine. I editted the kernel-config file myself (see bottom of mail), and tried compiling the kernel as described in the handbook. It compiled just fine, but when booting it comes up with elf_loadexec: archsw.readin failed Here, i'm lost ;-) Can anyone tell me what I'm doing wrong here? (any other tips you have on this kernel config are also appreciated). # Rene's modest little kernel machine "i386" cpu "I586_CPU" ident MESSENGER-EXPERIMENTAL maxusers 32 options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options MFS #Memory Filesystem options NFS #Network Filesystem options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options "CD9660_ROOT" #CD-ROM usable as root. "CD9660" req'ed options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=5000 #Be pessimistic about Joe SCSI device options UCONSOLE #Allow users to grab the console options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options QUOTA config kernel root on wd0 # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O # Optionally these may need tweaked, (defaults shown): #options NCPU=2 # number of CPUs #options NBUS=4 # number of busses #options NAPIC=1 # number of IO APICs #options NINTR=24 # number of INTs options "NO_F00F_HACK" options "MD5" controller isa0 controller pnp0 controller eisa0 controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 disk fd0 at fdc0 drive 0 #disk fd1 at fdc0 drive 1 #options "CMD640" # work around CMD640 chip deficiency controller wdc0 at isa? port "IO_WD1" bio irq 14 disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 controller wdc1 at isa? port "IO_WD2" bio irq 15 disk wd2 at wdc1 drive 0 disk wd3 at wdc1 drive 1 options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM device acd0 #IDE CD-ROM device wfd0 #IDE Floppy (e.g. LS-120) # A single entry for any of these controllers (ncr, ahb, ahc) is # sufficient for any number of installed devices. controller ahc0 controller scbus0 device vp0 device da0 device sa0 device pass0 device cd0 #Only need one of these, the code dynamically grows device wt0 at isa? port 0x300 bio irq 5 drq 1 device mcd0 at isa? port 0x300 bio irq 10 controller matcd0 at isa? port 0x230 bio device scd0 at isa? port 0x230 bio # atkbdc0 controlls both the keyboard and the PS/2 mouse controller atkbdc0 at isa? port IO_KBD tty device atkbd0 at isa? tty irq 1 device psm0 at isa? tty irq 12 device vga0 at isa? port ? conflicts # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? tty device npx0 at isa? port IO_NPX irq 13 #numeric CPU support # Serial port device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4 device sio1 at isa? port "IO_COM2" tty irq 3 device sio2 at isa? disable port "IO_COM3" tty irq 5 device sio3 at isa? disable port "IO_COM4" tty irq 9 # Parallel port device ppc0 at isa? port? flags 0x40 net irq 7 controller ppbus0 device lpt0 at ppbus? device plip0 at ppbus? device ppi0 at ppbus? #controller vpo0 at ppbus? # # The following Ethernet NICs are all PCI devices. # device vx0 # 3Com 3c590, 3c595 (``Vortex'') device xl0 # 3Com 3c90x (``Boomerang'', ``Cyclone'') # Order is important here due to intrusive probes, do *not* alphabetize # this list of network interfaces until the probes have been fixed. # Right now it appears that the ie0 must be probed before ep0. See # revision 1.20 of this file. device ep0 at isa? port 0x300 net irq 10 pseudo-device loop pseudo-device ether pseudo-device ppp 1 pseudo-device tun 1 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's # KTRACE enables the system-call tracing facility ktrace(2). # This adds 4 KB bloat to your kernel, and slightly increases # the costs of each syscall. options KTRACE #kernel tracing # This provides support for System V shared memory and message queues. # options SYSVSHM options SYSVMSG options SYSVSEM # The `bpfilter' pseudo-device enables the Berkeley Packet Filter. Be # aware of the legal and administrative consequences of enabling this # option. The number of devices determines the maximum number of # simultaneous BPF clients programs runnable. #pseudo-device bpfilter 4 #Berkeley packet filter // Rene Veerman // XS4ALL software development // To be a programmer is to develop a carefully managed relationship with error. // -wired, april 1999, page 126 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 1: 7:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from titan.metropolitan.at (mail.metropolitan.at [195.212.98.131]) by hub.freebsd.org (Postfix) with ESMTP id AAF7015072 for ; Thu, 10 Jun 1999 01:07:06 -0700 (PDT) (envelope-from mladavac@metropolitan.at) Received: by TITAN with Internet Mail Service (5.0.1458.49) id ; Thu, 10 Jun 1999 10:10:01 +0200 Message-ID: <55586E7391ACD211B9730000C1100276179650@r-lmh-wi-100.corpnet.at> From: Ladavac Marino To: 'Doug White' , Paul Dekkers Cc: FreeBSD Mailinglist Subject: RE: Disable anonymous but keep non-anonymous?! Date: Thu, 10 Jun 1999 10:04:36 +0200 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: Doug White [SMTP:dwhite@resnet.uoregon.edu] > Sent: Thursday, June 10, 1999 12:27 AM > To: Paul Dekkers > Cc: FreeBSD Mailinglist > Subject: Re: Disable anonymous but keep non-anonymous?! > > On Tue, 8 Jun 1999, Paul Dekkers wrote: > > > How can I disable anonymous ftp but keep user-ftp sessions with the > FTP > > that comes with FreeBSD by default? (Couldn't find any option for > it...) > > Anonymous FTP isn't set up by default. If you turned it on by > creating an > 'ftp' user, you're on your own :) [ML] There is a hint in the previous mail: use vipw to disable anon-ftp :) ftpd manpage can be of some use as well :) /Marino To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 1:25:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by hub.freebsd.org (Postfix) with ESMTP id C56EE15260 for ; Thu, 10 Jun 1999 01:24:11 -0700 (PDT) (envelope-from Thierry.Herbelot@alcatel.fr) Received: from aifhs2.alcatel.fr (mailhub.alcatel.fr [155.132.180.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id JAA17000; Thu, 10 Jun 1999 09:20:58 +0200 Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id KAA27922; Thu, 10 Jun 1999 10:18:36 +0200 (MET DST) Received: from telss1 (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.9.1a/8.9.1) with ESMTP id KAA29565; Thu, 10 Jun 1999 10:11:48 +0200 (MEST) Received: from telspace.alcatel.fr by telss1 (8.8.8+Sun/SMI-SVR4) id KAA11532; Thu, 10 Jun 1999 10:16:20 +0200 (MET DST) Message-ID: <375F75A7.7A8C2082@telspace.alcatel.fr> Date: Thu, 10 Jun 1999 10:21:59 +0200 From: Thierry Herbelot Reply-To: thierry.herbelot@alcatel.fr Organization: Alcatel CIT Nanterre X-Mailer: Mozilla 4.6 [en] (X11; I; SunOS 5.5.1 sun4m) X-Accept-Language: en MIME-Version: 1.0 To: mholloway@flashmail.com Cc: questions@FreeBSD.ORG Subject: Re: AMD or Intel? References: <375f4aae.17f.0@flashmail.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, you may just wait a little and get an "official" SMP board with two celerons-400 for the same price as your P-II 400 (check Abit and QDI for info and look at Tom's Hardware) This seems the best combination with a decent OS (it should still work with Wincrap98) TfH "Mark L. Holloway" wrote: > > I'm looking do get another PC for my FreeBSD dektop workstation (ie not serving). > > For $189 I can get an AMD K2-450 and Motherboard. > For $379 I can get an Intel 400 and Motherboard. > > I've heard the AMD has a weak FPU but as soon as you hit PIII the price jumps > way too high (since I won't use the PIII extensions). Any advice? Is the AMD > still a good cpu? > > Regards, > Mark > ______________________________________________________ > Get Your FREE FlashMail Address now at http://www.flashmail.com > It's Free, Easy, & Fun !!! > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Thierry Herbelot Phone : (+33) 1 46 52 47 23 Home Page : http://perso.cybercable.fr/herbelot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 1:30:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from rsfq.npi.msu.su (rsfq.npi.msu.su [194.67.81.98]) by hub.freebsd.org (Postfix) with ESMTP id B26D314C27 for ; Thu, 10 Jun 1999 01:26:43 -0700 (PDT) (envelope-from svysh@rsfq.npi.msu.su) Received: from handel (handel.rsfq.npi.msu.su [158.250.52.24]) by rsfq.npi.msu.su (8.9.3/8.9.3) with SMTP id MAA15855 for ; Thu, 10 Jun 1999 12:27:33 +0400 (MSD) Message-Id: <3.0.5.32.19990610122700.007c4220@rsfq.npi.msu.su> X-Sender: svysh@rsfq.npi.msu.su X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Thu, 10 Jun 1999 12:27:00 +0400 To: freebsd-questions@freebsd.org From: Sergei Vyshenski Subject: fortran-90 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Could you recommend Fortran-90 (ported?) for FreeBSD? The one which matches some nice development kit? Thank you very much ahead of time. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 2:33:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from artemis.rus.uni-stuttgart.de (artemis.rus.uni-stuttgart.de [129.69.1.28]) by hub.freebsd.org (Postfix) with ESMTP id E302014DFA for ; Thu, 10 Jun 1999 02:32:25 -0700 (PDT) (envelope-from Andreas.Rozek@RUS.Uni-Stuttgart.De) Received: from ksat24 (ksat24.rus.uni-stuttgart.de [129.69.13.219]) by artemis.rus.uni-stuttgart.de (8.8.8/8.8.8) with SMTP id LAA10213; Thu, 10 Jun 1999 11:32:21 +0200 (MET DST) env-from (Andreas.Rozek@RUS.Uni-Stuttgart.De) From: "Andreas Rozek" To: , "Christopher Michaels" Cc: "Andreas Rozek" , "Tassilo Erlewein" Subject: AW: Upgrading the kernel from 2.2.x to 3.2 Date: Thu, 10 Jun 1999 11:35:43 +0200 Message-ID: <006901beb324$9c433f80$db0d4581@ksat24.RUS.Uni-Stuttgart.De> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-reply-to: <6C37EE640B78D2118D2F00A0C90FCB4401105975@site2s1> Importance: Normal X-Mimeole: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Christopher, > There are several ways you could do this. > 1. CVSUP the source code and do a 'make upgrade' (there is > more to it than > that). > 2. Create the boot floppies and do a binary upgrade. > 3. Backup your date, wipe the system clean, install from scratch. thanks for the quick reply. From what I read in several notes, a bi- nary upgrade using "sysinstall" sounds most interesting. Unfortu- nately, I could not find any information on how to upgrade a system using "sysinstall" on the web. Do you have any hints for me? Thanks in advance for your effort! Andreas Rozek Rechenzentrum Universitaet Stuttgart ****** ** ** ***** Kommunikationssysteme/BelWue-Entwicklung ** ** ** ** ** Allmandring 3a ** ** ** ** ** D-70550 Stuttgart ****** ** ** ***** *** ** ** ** Telefon: ++49 (711) 685-4514 ** ** ** ** ** Telefax: ++49 (711) 678-8363 ** ** ***** ****** E-Mail: Andreas.Rozek@RUS.Uni-Stuttgart.De To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 2:39:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from titan.metropolitan.at (mail.metropolitan.at [195.212.98.131]) by hub.freebsd.org (Postfix) with ESMTP id 3C75114DFA for ; Thu, 10 Jun 1999 02:39:26 -0700 (PDT) (envelope-from mladavac@metropolitan.at) Received: by TITAN with Internet Mail Service (5.0.1458.49) id ; Thu, 10 Jun 1999 11:42:21 +0200 Message-ID: <55586E7391ACD211B9730000C1100276179651@r-lmh-wi-100.corpnet.at> From: Ladavac Marino To: 'Andreas Rozek' , freebsd-questions@FreeBSD.ORG, Christopher Michaels Cc: Tassilo Erlewein Subject: RE: Upgrading the kernel from 2.2.x to 3.2 Date: Thu, 10 Jun 1999 11:36:55 +0200 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: Andreas Rozek [SMTP:Andreas.Rozek@RUS.Uni-Stuttgart.De] > Sent: Thursday, June 10, 1999 11:36 AM > To: freebsd-questions@FreeBSD.ORG; Christopher Michaels > Cc: Andreas Rozek; Tassilo Erlewein > Subject: AW: Upgrading the kernel from 2.2.x to 3.2 > > thanks for the quick reply. From what I read in several notes, a bi- > nary upgrade using "sysinstall" sounds most interesting. Unfortu- > nately, I could not find any information on how to upgrade a system > using "sysinstall" on the web. > [ML] Download the boot and mfsroot (and fixit, when you are at it) floppies from the floppies directory of the 3.2-RELEASE. sysinstall is the name of the installation program which is started automatically when you boot from the installation floppy. The binary upgrade of the system HAS TO BE done from floppy, and not from the running system. After installation/upgrade, you can use /stand/sysinstall to add software, change timezone, add diskspace, but not to upgrade the system. /Marino > Do you have any hints for me? > > Thanks in advance for your effort! > > Andreas Rozek > Rechenzentrum Universitaet Stuttgart ****** ** ** ***** > Kommunikationssysteme/BelWue-Entwicklung ** ** ** ** ** > Allmandring 3a ** ** ** ** ** > D-70550 Stuttgart ****** ** ** ***** > *** ** ** ** > Telefon: ++49 (711) 685-4514 ** ** ** ** ** > Telefax: ++49 (711) 678-8363 ** ** ***** ****** > E-Mail: Andreas.Rozek@RUS.Uni-Stuttgart.De > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 3:21:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from aic-gw.mlink.net (aic-gw.mlink.net [209.104.118.65]) by hub.freebsd.org (Postfix) with SMTP id 4B08914D36 for ; Thu, 10 Jun 1999 03:21:53 -0700 (PDT) (envelope-from matt@AIC-GW.MLINK.NET) Received: (qmail 376 invoked by uid 1001); 10 Jun 1999 10:21:51 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 10 Jun 1999 10:21:51 -0000 Date: Thu, 10 Jun 1999 06:21:51 -0400 (EDT) From: matt To: FreeBSD-QUESTIONS Subject: Vhosts Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, What would be the best way to handle multiple (about 60) vhosts, I know I could do it through ifconfig, and have a script that does that already though if gives me ioctl file already exists errors, it works fine.. Is there prehaps a daemon or something that is easy to do (grin) that would make this task much more painless? Thanks in advance. Matt -- DISCLAIMER: Anyone sending me unsolicited commercial electronic mail automatically agrees to be held to the following legal terms: US Code Title 47, Sec.227(a)(2)(B), a computer/modem/printer meets the definition of a telephone fax machine. By Sec.227(b)(1)(C), it is unlawful to send any unsolicited advertisement to such equipment. By Sec.227(b)(3)(C), a violation of the aforementioned Section is punishable by action to recover actual monetary loss, or $500, whichever is greater, for each violation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 3:24:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from artemis.rus.uni-stuttgart.de (artemis.rus.uni-stuttgart.de [129.69.1.28]) by hub.freebsd.org (Postfix) with ESMTP id 410FE14F9B for ; Thu, 10 Jun 1999 03:24:02 -0700 (PDT) (envelope-from Andreas.Rozek@RUS.Uni-Stuttgart.De) Received: from ksat24 (ksat24.rus.uni-stuttgart.de [129.69.13.219]) by artemis.rus.uni-stuttgart.de (8.8.8/8.8.8) with SMTP id MAA11532; Thu, 10 Jun 1999 12:23:34 +0200 (MET DST) env-from (Andreas.Rozek@RUS.Uni-Stuttgart.De) From: "Andreas Rozek" To: "Ladavac Marino" , , "Christopher Michaels" Subject: AW: Upgrading the kernel from 2.2.x to 3.2 Date: Thu, 10 Jun 1999 12:26:55 +0200 Message-ID: <006a01beb32b$c31bd7a0$db0d4581@ksat24.RUS.Uni-Stuttgart.De> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-reply-to: <55586E7391ACD211B9730000C1100276179651@r-lmh-wi-100.corpnet.at> Importance: Normal X-Mimeole: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Wonderful, thanks for the quick reply! Andreas Rozek Rechenzentrum Universitaet Stuttgart ****** ** ** ***** Kommunikationssysteme/BelWue-Entwicklung ** ** ** ** ** Allmandring 3a ** ** ** ** ** D-70550 Stuttgart ****** ** ** ***** *** ** ** ** Telefon: ++49 (711) 685-4514 ** ** ** ** ** Telefax: ++49 (711) 678-8363 ** ** ***** ****** E-Mail: Andreas.Rozek@RUS.Uni-Stuttgart.De > -----UrsprЭngliche Nachricht----- > Von: Ladavac Marino [mailto:mladavac@metropolitan.at] > Gesendet am: Donnerstag, 10. Juni 1999 11:37 > An: 'Andreas Rozek'; freebsd-questions@FreeBSD.ORG; > Christopher Michaels > Cc: Tassilo Erlewein > Betreff: RE: Upgrading the kernel from 2.2.x to 3.2 > > > -----Original Message----- > > From: Andreas Rozek [SMTP:Andreas.Rozek@RUS.Uni-Stuttgart.De] > > Sent: Thursday, June 10, 1999 11:36 AM > > To: freebsd-questions@FreeBSD.ORG; Christopher Michaels > > Cc: Andreas Rozek; Tassilo Erlewein > > Subject: AW: Upgrading the kernel from 2.2.x to 3.2 > > > > thanks for the quick reply. From what I read in several notes, a bi- > > nary upgrade using "sysinstall" sounds most interesting. Unfortu- > > nately, I could not find any information on how to upgrade a system > > using "sysinstall" on the web. > > > [ML] Download the boot and mfsroot (and fixit, when you are at > it) floppies from the floppies directory of the 3.2-RELEASE. > sysinstall > is the name of the installation program which is started automatically > when you boot from the installation floppy. > > The binary upgrade of the system HAS TO BE done from floppy, and > not from the running system. After installation/upgrade, you can use > /stand/sysinstall to add software, change timezone, add diskspace, but > not to upgrade the system. > > /Marino > > Do you have any hints for me? > > > > Thanks in advance for your effort! > > > > Andreas Rozek > > Rechenzentrum Universitaet Stuttgart ****** ** ** ***** > > Kommunikationssysteme/BelWue-Entwicklung ** ** ** ** ** > > Allmandring 3a ** ** ** ** ** > > D-70550 Stuttgart ****** ** ** ***** > > *** ** ** ** > > Telefon: ++49 (711) 685-4514 ** ** ** ** ** > > Telefax: ++49 (711) 678-8363 ** ** ***** ****** > > E-Mail: Andreas.Rozek@RUS.Uni-Stuttgart.De > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 3:30:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gatekeeper.webscape.net (webscape.net [202.61.67.22]) by hub.freebsd.org (Postfix) with ESMTP id 3A5DD14F9B for ; Thu, 10 Jun 1999 03:30:16 -0700 (PDT) (envelope-from jerome@webscape.net) Received: (from uucp@localhost) by gatekeeper.webscape.net (8.8.5/8.8.5) id SAA27821 for ; Thu, 10 Jun 1999 18:24:13 +0800 (PHT) Received: from systems.i-next.net(202.61.64.27) by gatekeeper.webscape.net via smap (V1.3) id sma027813; Thu Jun 10 18:24:05 1999 Message-ID: <375F9ABC.BCDDCD35@webscape.net> Date: Thu, 10 Jun 1999 19:00:12 +0800 From: Jerome Chuacuco Reply-To: jerome@webquest.com Organization: WebScape Phils., Inc. X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: kernel error Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sir, What causes this error ' /kernel: file: table is full'. How can I prevent this from happening. Can you help me out with this problem. Jerome To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 3:50: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from titan.metropolitan.at (mail.metropolitan.at [195.212.98.131]) by hub.freebsd.org (Postfix) with ESMTP id 9A38814DAA for ; Thu, 10 Jun 1999 03:50:04 -0700 (PDT) (envelope-from mladavac@metropolitan.at) Received: by TITAN with Internet Mail Service (5.0.1458.49) id ; Thu, 10 Jun 1999 12:53:00 +0200 Message-ID: <55586E7391ACD211B9730000C1100276179652@r-lmh-wi-100.corpnet.at> From: Ladavac Marino To: "'jerome@webquest.com'" , freebsd-questions@FreeBSD.ORG Subject: RE: kernel error Date: Thu, 10 Jun 1999 12:47:35 +0200 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: Jerome Chuacuco [SMTP:jerome@webscape.net] > Sent: Thursday, June 10, 1999 1:00 PM > To: freebsd-questions@FreeBSD.ORG > Subject: kernel error > > Sir, > > What causes this error ' /kernel: file: table is full'. How can I > prevent this from happening. Can you help me out with this problem. > [ML] The kernel keeps a "table" of open file descriptors because it needs to know from which disk area or network socket the bytes are coming from or going to. "Table", because it is a hashed list and it can be increased on runtime--it is limited so that the runaway processes would not eat too much kernel memory. The mechanism for in/decreasing the size of the "table" is sysctl. The variable which has to be altered is kern.maxfiles and/or kern.maxfileperproc (IIRC--you can get the correct names with sysctl -a | grep file). man sysctl(8) /Marino > Jerome > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 4:55:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from relay.ripco.com (relay.ripco.com [209.100.227.3]) by hub.freebsd.org (Postfix) with SMTP id 2F76D15170 for ; Thu, 10 Jun 1999 04:55:45 -0700 (PDT) (envelope-from rezidew@rezidew.net) Received: (qmail 22593 invoked from network); 10 Jun 1999 11:55:56 -0000 Received: from soap.rezidew.net (HELO rezidew.net) (209.100.228.86) by relay.ripco.com with SMTP; 10 Jun 1999 11:55:56 -0000 Message-ID: <375FA7A9.4DFA62E6@rezidew.net> Date: Thu, 10 Jun 1999 06:55:21 -0500 From: rezidew@rezidew.net Organization: rezidew.net X-Mailer: Mozilla 4.07 [en] (X11; I; Linux 2.2.2 i686) MIME-Version: 1.0 To: Christopher Michaels Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Cyrix, AMD, Intel References: <6C37EE640B78D2118D2F00A0C90FCB4401105970@site2s1> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Christopher Michaels wrote: > > I can try and field a couple of these... > > > rezidew@rezidew.net wrote, > > > > > > #3) when I boot up the Cyrix with OpenBSD it's > > > detected as a 686 running at 251.36Mhz. > > > should I expect the same with FreeBSD? why > > > does this happen? is there something wrong > > > with the processor? > > > > > > As far as I know you should. If this is the case then you will > probably want a 686 kernel for the Cyrix. Ok, I am guessing that you have > the motherboard jumpered wrong. That should be reported at it's proper > speed, otherwise the Cyrix is pulling that old game of rating the processor > at one speed and running it at another. I will check the jumpers... > > Personally, if I were you, I would triple-check that the processor > is jumpered properly. > > > > #4) I have a Dual Processor Pentium-Pro-200. > > > If I compile in SMP for that machine, > > > on which of the three machines should I > > > expect to see the best performance? (all > > > things being equal) > > > > > > It REALLY depends upon when you are doing with the machines, and > what kind of hardware other than the processor is in them. All things equal > I would I say the AMD, because it has sheer MHz over the PPro and a newer > design, and because I've never seen a Cyrix that performed well. If you are > running CPU intensive programs that have been optimized for multiple CPU's, > that computer may have a slight speed benefit. > > (My K6-2/300 used to regularly outperform my roommate's PII/300. > Now that I have a K6-3/400 there's no contest :) > well I'll be using it as a desktop and running X, along with bochs (http://www.bochs.com) and GIMP, maybe blender, I might also start tweaking dosemu (http://www.dosemu.org) so see if I can get it to run on FreeBSD. btw, anyone know where SMP in FreeBSD is, compared to linux? -- -- Graphic Rezidew Graphic@rezidew.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 5: 0:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from zagnut.hotpop.com (zagnut.hotpop.com [204.57.55.32]) by hub.freebsd.org (Postfix) with ESMTP id EFDD71519E for ; Thu, 10 Jun 1999 05:00:19 -0700 (PDT) (envelope-from chanfs@phreaker.net) Received: from phreaker.net (unknown [203.116.21.240]) by zagnut.hotpop.com (Postfix) with ESMTP id 85466639C2 for ; Thu, 10 Jun 1999 08:00:12 -0400 (EDT) Message-ID: <375FA9E7.DCA0F3D0@phreaker.net> Date: Thu, 10 Jun 1999 20:04:56 +0800 From: chan X-Mailer: Mozilla 4.5 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: search engine - Howto Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I apologize if this is out of the scope for this mailing list. May I know if where can I find info on how to build a search engine? I heard hotbot.com is build using either NetBSd or FreeBSD with clustering. Thanks and my apology if this mail should not be here, but I tend to trust FreeBSD users and gurus more. Best Regards, Chan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 5:10:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from beorn.wizrealm.com (beorn.wizrealm.com [208.153.236.47]) by hub.freebsd.org (Postfix) with ESMTP id 84118151CA for ; Thu, 10 Jun 1999 05:10:38 -0700 (PDT) (envelope-from sfisher@twrol.com) Received: from twrol.com (nebula.twrol.com [208.153.236.250]) by beorn.wizrealm.com (8.9.3/8.9.3) with ESMTP id GAA22260; Thu, 10 Jun 1999 06:15:57 GMT Message-ID: <375FAB21.6F77B737@twrol.com> Date: Thu, 10 Jun 1999 06:10:09 -0600 From: Stephen Fisher X-Mailer: Mozilla 4.5 [en] (X11; U; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Vladimir Kiselyov Cc: freebsd-questions@FreeBSD.ORG Subject: Re: I want to purchase FreeBDS 3.2 References: <375E4984.750EB4FB@bmg.lv> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You can call Walnut Creek CD-ROM at +1 925-674-0783 (800-786-9907 in U.S.). See: http://www.cdrom.com/info/order.phtml Vladimir Kiselyov wrote: > > Hello! > I very much wish to purchase CD the FreeBSD disk 3.2 but to regrets from > me there is no possibility > to purchase it through Internet. > I could transmit to you the order for a purchase FreeBSD 3.2, > you send me by fax invoice, i it i shall pay, and when you take money > that send me from post of CD ROM with FreeBSD. > > If it is possible that I ask you to write to me!!!!!! > Very much I wait from you of the answer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 5:11:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ivory.lm.com (ivory.telerama.com [205.201.1.20]) by hub.freebsd.org (Postfix) with ESMTP id C8F8B151CA for ; Thu, 10 Jun 1999 05:11:24 -0700 (PDT) (envelope-from evs@telerama.com) Received: from mvehpc (d15-36.dyn.telerama.com [205.201.42.100]) by ivory.lm.com (8.8.5/8.6.12) with SMTP id IAA05445; Thu, 10 Jun 1999 08:11:17 -0400 (EDT) Message-ID: <06c401beb33a$150644c0$6f27abcd@mvehpc.evs.slip.lm.com> Reply-To: "Mikhail V. Evstiounin" From: "Mikhail V. Evstiounin" To: , Subject: Re: AMD or Intel? Date: Thu, 10 Jun 1999 08:09:14 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To best my knowledge, AMD still beats crap out of Intel in Integer Math. Yes, it's weak in FPU. I am running one old Pentium and two AMD - I am happy. I am waiting now for AMD K-7 - It should have nice FPU - totally redesigned. It's should be at least comparable to Intel if not better, and... it should run on 200MHz bus - adopted from Alpha. From: Mark L. Holloway wrote: >I'm looking do get another PC for my FreeBSD dektop workstation (ie not serving). > > >For $189 I can get an AMD K2-450 and Motherboard. >For $379 I can get an Intel 400 and Motherboard. > > >I've heard the AMD has a weak FPU but as soon as you hit PIII the price jumps >way too high (since I won't use the PIII extensions). Any advice? Is the AMD >still a good cpu? > >Regards, >Mark >______________________________________________________ >Get Your FREE FlashMail Address now at http://www.flashmail.com >It's Free, Easy, & Fun !!! > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 5:25:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from stud.ee.ethz.ch (tardis-delek-fast.ee.ethz.ch [129.132.2.199]) by hub.freebsd.org (Postfix) with ESMTP id C8E251509D for ; Thu, 10 Jun 1999 05:25:00 -0700 (PDT) (envelope-from lpruf@stud.ee.ethz.ch) Received: from tardis-a2.ee.ethz.ch (lpruf@tardis-a2.ee.ethz.ch [129.132.3.12]) by stud.ee.ethz.ch (8.8.4/8.8.8) with ESMTP id OAA24611 for ; Thu, 10 Jun 1999 14:24:58 +0200 (MET DST) Received: from localhost (lpruf@localhost) by tardis-a2.ee.ethz.ch (8.8.4/8.8.8) with ESMTP id OAA00334 for ; Thu, 10 Jun 1999 14:24:56 +0200 (MET DST) X-Authentication-Warning: tardis-a2.ee.ethz.ch: lpruf owned process doing -bs Date: Thu, 10 Jun 1999 14:24:55 +0200 (MET DST) From: Lukas Ruf X-Sender: lpruf@tardis-a2.ee.ethz.ch Reply-To: Lukas Ruf To: FreeBSD Questions Subject: FreeBSD 3.1-RELEASE: live packet capture Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi list, even if I installed in my configuration file the live packet capture capability, ntop reports ntop: listening on ze0 ntop: live packet capture not supported on this system In my configuration, I enabled pseudo-device bpfilter 4 #Berkeley packet filter ls -l /dev/bpf* reports: crw-rw---- 1 root netcrack 23, 0 May 16 17:20 /dev/bpf0 crw-rw---- 1 root netcrack 23, 1 May 13 16:18 /dev/bpf1 crw-rw---- 1 root netcrack 23, 2 May 13 15:47 /dev/bpf2 crw-rw---- 1 root netcrack 23, 3 May 13 15:48 /dev/bpf3 where I put me into the netcrack group. Does anyone know, what I could have made wrong ? Kind regards in advance. Lukas -- *** ALWAYS MAILTO:"Lukas Ruf " *** (PGP2.6.3) Fingerprint = 37CF 3AB4 B0F7 0AF5 C308 4188 8C10 86FE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 6: 2:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ice.winterzone.com (ice.winterzone.com [209.98.6.108]) by hub.freebsd.org (Postfix) with ESMTP id 6644014CA1 for ; Thu, 10 Jun 1999 06:01:49 -0700 (PDT) (envelope-from jstock@winterzone.com) Received: from localhost (jstock@localhost [127.0.0.1]) by ice.winterzone.com (8.9.3/8.9.3) with ESMTP id IAA00436; Thu, 10 Jun 1999 08:01:37 -0500 (CDT) (envelope-from jstock@winterzone.com) Date: Thu, 10 Jun 1999 08:01:37 -0500 (CDT) From: "Jeremy L. Stock" X-Sender: jstock@localhost To: Doug White Cc: Christopher Michaels , freebsd-questions@FreeBSD.ORG Subject: RE: Ports Question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 9 Jun 1999, Doug White wrote: > On Wed, 9 Jun 1999, Christopher Michaels wrote: > > > This (of course) begs the question. If the make is failing because it > > requires the info distribution (is it a dist or a port?) then why isn't it > > considered to be a dependency? > > System components can't be depended on, although it is keying on the > existence of /usr/local/info/dir. Does that file exist? > > > Doug White > Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve > http://gladstone.uoregon.edu/~dwhite | www.freebsd.org > Last night I installed the info distribution haven't tried reinstalling a port that has the check yet, but if they're looking for a file /usr/local/info/dir then they're still broken somehow. I used touch to create that file the first time a port install aborted and it made no difference. -- Jeremy L. Stock To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 6: 8:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by hub.freebsd.org (Postfix) with ESMTP id 51CF614F0D for ; Thu, 10 Jun 1999 06:08:13 -0700 (PDT) (envelope-from Thierry.Herbelot@alcatel.fr) Received: from aifhs2.alcatel.fr (mailhub.alcatel.fr [155.132.180.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id OAA20374; Thu, 10 Jun 1999 14:04:58 +0200 Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id PAA15993; Thu, 10 Jun 1999 15:02:40 +0200 (MET DST) Received: from telss1 (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.9.1a/8.9.1) with ESMTP id OAA15636; Thu, 10 Jun 1999 14:49:28 +0200 (MEST) Received: from telspace.alcatel.fr by telss1 (8.8.8+Sun/SMI-SVR4) id OAA20263; Thu, 10 Jun 1999 14:54:16 +0200 (MET DST) Message-ID: <375FB6CE.9AEB88FB@telspace.alcatel.fr> Date: Thu, 10 Jun 1999 14:59:58 +0200 From: Thierry Herbelot Reply-To: thierry.herbelot@alcatel.fr Organization: Alcatel CIT Nanterre X-Mailer: Mozilla 4.6 [en] (X11; I; SunOS 5.5.1 sun4m) X-Accept-Language: en MIME-Version: 1.0 To: Lukas Ruf Cc: FreeBSD Questions Subject: Re: FreeBSD 3.1-RELEASE: live packet capture References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, * does you interface work with the standard packet sniffer : tcpdump ? * does your version of the ze driver support BPF (grep BPF /usr/src/sys/i386/isa/if_ze.c) ? TfH Lukas Ruf wrote: > > Hi list, > > even if I installed in my configuration file the live packet capture > capability, ntop reports > > ntop: listening on ze0 > ntop: live packet capture not supported on this system > > In my configuration, I enabled > pseudo-device bpfilter 4 #Berkeley packet filter > > ls -l /dev/bpf* reports: > crw-rw---- 1 root netcrack 23, 0 May 16 17:20 /dev/bpf0 > crw-rw---- 1 root netcrack 23, 1 May 13 16:18 /dev/bpf1 > crw-rw---- 1 root netcrack 23, 2 May 13 15:47 /dev/bpf2 > crw-rw---- 1 root netcrack 23, 3 May 13 15:48 /dev/bpf3 > > where I put me into the netcrack group. > > Does anyone know, what I could have made wrong ? > > Kind regards in advance. > > Lukas > -- > *** ALWAYS MAILTO:"Lukas Ruf " *** > (PGP2.6.3) Fingerprint = 37CF 3AB4 B0F7 0AF5 C308 4188 8C10 86FE > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Thierry Herbelot Phone : (+33) 1 46 52 47 23 Home Page : http://perso.cybercable.fr/herbelot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 6:17:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mercurio.nar.ufv.br (mercurio.nar.ufv.br [200.18.130.84]) by hub.freebsd.org (Postfix) with SMTP id 58A3015018 for ; Thu, 10 Jun 1999 06:16:29 -0700 (PDT) (envelope-from kernel@tdnet.com.br) Received: (qmail 733 invoked from network); 10 Jun 1999 13:10:48 -0000 Received: from mercurio.nar.ufv.br (HELO tdnet.com.br) (200.18.130.84) by mercurio.nar.ufv.br with SMTP; 10 Jun 1999 13:10:48 -0000 Message-ID: <375FB958.C06A4A67@tdnet.com.br> Date: Thu, 10 Jun 1999 10:10:48 -0300 From: Gustavo V G C Rios X-Mailer: Mozilla 4.51 [en] (X11; I; SunOS 5.5.1 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: questions@freeBSD.org Subject: man Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When i type man passwd, i get nothing, but when i man 3 passwd, i see passwd man pages! what is happening? man pwd does not work any longer! if one had already had similar problem, please give me some tip! Thanks a lot! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 6:19: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from stud.ee.ethz.ch (tardis-delek-fast.ee.ethz.ch [129.132.2.199]) by hub.freebsd.org (Postfix) with ESMTP id 0362F152EE for ; Thu, 10 Jun 1999 06:18:55 -0700 (PDT) (envelope-from lpruf@stud.ee.ethz.ch) Received: from tardis-a2.ee.ethz.ch (lpruf@tardis-a2.ee.ethz.ch [129.132.3.12]) by stud.ee.ethz.ch (8.8.4/8.8.8) with ESMTP id PAA04091; Thu, 10 Jun 1999 15:18:53 +0200 (MET DST) Received: from localhost (lpruf@localhost) by tardis-a2.ee.ethz.ch (8.8.4/8.8.8) with ESMTP id PAA00670; Thu, 10 Jun 1999 15:18:51 +0200 (MET DST) X-Authentication-Warning: tardis-a2.ee.ethz.ch: lpruf owned process doing -bs Date: Thu, 10 Jun 1999 15:18:51 +0200 (MET DST) From: Lukas Ruf X-Sender: lpruf@tardis-a2.ee.ethz.ch Reply-To: Lukas Ruf To: Thierry Herbelot Cc: FreeBSD Questions Subject: Re: FreeBSD 3.1-RELEASE: live packet capture In-Reply-To: <375FB6CE.9AEB88FB@telspace.alcatel.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Thierry, On Thu, 10 Jun 1999, Thierry Herbelot wrote: > > Hello, > > * does you interface work with the standard packet sniffer : tcpdump ? > * does your version of the ze driver support BPF (grep BPF > /usr/src/sys/i386/isa/if_ze.c) ? > > TfH The output of both of them: grep BPF /usr/src/sys/i386/isa/if_ze.c #if NBPFILTER > 0 * If BPF is in the kernel, call the attach for it #if NBPFILTER > 0 #if NBPFILTER > 0 * If there is BPF support in the configuration, tap off here. #if NBPFILTER > 0 #if NBPFILTER > 0 * ether_input(). If there is a BPF listener, give a copy to BPF, too. #if NBPFILTER > 0 * Check if there's a BPF listener on this interface. * there are no BPF listeners. And if we are in promiscuous tcpdump: listening on ze0 15:14:08.636761 pc-3015.ethz.ch.209722428 > tec1.ethz.ch.nfs: 140 getattr [|nfs] ... 127 packets received by filter 0 packets dropped by kernel > > Lukas Ruf wrote: > > [...] > > > ntop: listening on ze0 > > ntop: live packet capture not supported on this system > > > > In my configuration, I enabled > > pseudo-device bpfilter 4 #Berkeley packet filter Kind regards, and thanks in advance, Lukas -- *** ALWAYS MAILTO:"Lukas Ruf " *** (PGP2.6.3) Fingerprint = 37CF 3AB4 B0F7 0AF5 C308 4188 8C10 86FE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 6:26:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ice.winterzone.com (ice.winterzone.com [209.98.6.108]) by hub.freebsd.org (Postfix) with ESMTP id 5507315062 for ; Thu, 10 Jun 1999 06:26:37 -0700 (PDT) (envelope-from jstock@winterzone.com) Received: from localhost (jstock@localhost [127.0.0.1]) by ice.winterzone.com (8.9.3/8.9.3) with ESMTP id IAA04210; Thu, 10 Jun 1999 08:26:25 -0500 (CDT) (envelope-from jstock@winterzone.com) Date: Thu, 10 Jun 1999 08:26:25 -0500 (CDT) From: "Jeremy L. Stock" X-Sender: jstock@localhost To: Doug White Cc: Christopher Michaels , freebsd-questions@FreeBSD.ORG Subject: RE: Ports Question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 10 Jun 1999, Jeremy L. Stock wrote: > On Wed, 9 Jun 1999, Doug White wrote: > > > On Wed, 9 Jun 1999, Christopher Michaels wrote: > > > > > This (of course) begs the question. If the make is failing because it > > > requires the info distribution (is it a dist or a port?) then why isn't it > > > considered to be a dependency? > > > > System components can't be depended on, although it is keying on the > > existence of /usr/local/info/dir. Does that file exist? > > > > > > Doug White > > Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve > > http://gladstone.uoregon.edu/~dwhite | www.freebsd.org > > > > Last night I installed the info distribution haven't tried reinstalling a > port that has the check yet, but if they're looking for a file > /usr/local/info/dir then they're still broken somehow. I used touch to > create that file the first time a port install aborted and it made no > difference. > Ok just tried reinstalling automake with the info distribution installed. Results below: Script started on Thu Jun 10 08:08:24 1999 [8:08am] 1 [/usr/ports/devel/automake]:ice# ls -la /usr/local/info total 1619 drwxr-xr-x 2 root wheel 512 Jun 10 08:08 . drwxr-xr-x 17 root wheel 512 Jun 9 13:46 .. -r--r--r-- 1 root wheel 251525 Jun 6 22:03 autoconf.info -r--r--r-- 1 root wheel 132016 Jun 10 08:08 automake.info -rw-r--r-- 1 root wheel 0 Jun 4 17:35 dir -r--r--r-- 1 bin bin 26060 Jun 8 09:35 gdbm.info -r--r--r-- 1 root wheel 214979 Jun 6 16:27 gettext.info -r--r--r-- 1 root wheel 175195 Jun 8 09:33 libtool.info -r--r--r-- 1 root wheel 108805 Jun 6 22:01 m4.info -r--r--r-- 1 root wheel 403779 Mar 9 05:09 make.info -r--r--r-- 1 root wheel 130177 Jun 6 22:03 standards.info -r--r--r-- 1 root wheel 2500 Jan 26 02:01 wget.info -r--r--r-- 1 root wheel 50818 Jan 26 02:01 wget.info-1 -r--r--r-- 1 root wheel 38612 Jan 26 02:01 wget.info-2 -r--r--r-- 1 root wheel 28100 Jan 26 02:01 wget.info-3 [8:08am] 2 [/usr/ports/devel/automake]:ice# make install distclean ===> Installing for automake-1.4 Making install in . /bin/sh ./mkinstalldirs /usr/local/bin install -c -o root -g wheel -m 555 automake /usr/local/bin/automake install -c -o root -g wheel -m 555 aclocal /usr/local/bin/aclocal /bin/sh ./mkinstalldirs /usr/local/info install -c -o root -g wheel -m 444 ./automake.info /usr/local/info/automake.info install-info --info-dir=/usr/local/info /usr/local/info/automake.info install-info: Undefined error: 0 for /usr/local/info/dir /bin/sh ./mkinstalldirs /usr/local/share/automake install -c -o root -g wheel -m 444 ./COPYING /usr/local/share/automake/COPYING install -c -o root -g wheel -m 444 ./INSTALL /usr/local/share/automake/INSTALL install -c -o root -g wheel -m 444 ./texinfo.tex /usr/local/share/automake/texinfo.tex install -c -o root -g wheel -m 444 ./ansi2knr.c /usr/local/share/automake/ansi2knr.c install -c -o root -g wheel -m 444 ./ansi2knr.1 /usr/local/share/automake/ansi2knr.1 install -c -o root -g wheel -m 444 ./clean-hdr.am /usr/local/share/automake/clean-hdr.am install -c -o root -g wheel -m 444 ./clean-kr.am /usr/local/share/automake/clean-kr.am install -c -o root -g wheel -m 444 ./clean.am /usr/local/share/automake/clean.am install -c -o root -g wheel -m 444 ./comp-vars.am /usr/local/share/automake/comp-vars.am install -c -o root -g wheel -m 444 ./compile.am /usr/local/share/automake/compile.am install -c -o root -g wheel -m 444 ./data-clean.am /usr/local/share/automake/data-clean.am install -c -o root -g wheel -m 444 ./data.am /usr/local/share/automake/data.am install -c -o root -g wheel -m 444 ./dejagnu.am /usr/local/share/automake/dejagnu.am install -c -o root -g wheel -m 444 ./depend.am /usr/local/share/automake/depend.am install -c -o root -g wheel -m 444 ./depend2.am /usr/local/share/automake/depend2.am install -c -o root -g wheel -m 444 ./dist-vars.am /usr/local/share/automake/dist-vars.am install -c -o root -g wheel -m 444 ./footer.am /usr/local/share/automake/footer.am install -c -o root -g wheel -m 444 ./header-vars.am /usr/local/share/automake/header-vars.am install -c -o root -g wheel -m 444 ./header.am /usr/local/share/automake/header.am install -c -o root -g wheel -m 444 ./java-clean.am /usr/local/share/automake/java-clean.am install -c -o root -g wheel -m 444 ./java.am /usr/local/share/automake/java.am install -c -o root -g wheel -m 444 ./kr-extra.am /usr/local/share/automake/kr-extra.am install -c -o root -g wheel -m 444 ./library.am /usr/local/share/automake/library.am install -c -o root -g wheel -m 444 ./libs-clean.am /usr/local/share/automake/libs-clean.am install -c -o root -g wheel -m 444 ./libs.am /usr/local/share/automake/libs.am install -c -o root -g wheel -m 444 ./libtool.am /usr/local/share/automake/libtool.am install -c -o root -g wheel -m 444 ./lisp-clean.am /usr/local/share/automake/lisp-clean.am install -c -o root -g wheel -m 444 ./lisp.am /usr/local/share/automake/lisp.am install -c -o root -g wheel -m 444 ./ltlib-clean.am /usr/local/share/automake/ltlib-clean.am install -c -o root -g wheel -m 444 ./ltlib.am /usr/local/share/automake/ltlib.am install -c -o root -g wheel -m 444 ./ltlibrary.am /usr/local/share/automake/ltlibrary.am install -c -o root -g wheel -m 444 ./mans-vars.am /usr/local/share/automake/mans-vars.am install -c -o root -g wheel -m 444 ./mans.am /usr/local/share/automake/mans.am install -c -o root -g wheel -m 444 ./multilib.am /usr/local/share/automake/multilib.am install -c -o root -g wheel -m 444 ./program.am /usr/local/share/automake/program.am install -c -o root -g wheel -m 444 ./progs-clean.am /usr/local/share/automake/progs-clean.am install -c -o root -g wheel -m 444 ./progs.am /usr/local/share/automake/progs.am install -c -o root -g wheel -m 444 ./remake-hdr.am /usr/local/share/automake/remake-hdr.am install -c -o root -g wheel -m 444 ./remake.am /usr/local/share/automake/remake.am install -c -o root -g wheel -m 444 ./scripts.am /usr/local/share/automake/scripts.am install -c -o root -g wheel -m 444 ./subdirs.am /usr/local/share/automake/subdirs.am install -c -o root -g wheel -m 444 ./tags-clean.am /usr/local/share/automake/tags-clean.am install -c -o root -g wheel -m 444 ./tags.am /usr/local/share/automake/tags.am install -c -o root -g wheel -m 444 ./texi-vers.am /usr/local/share/automake/texi-vers.am install -c -o root -g wheel -m 444 ./texinfos.am /usr/local/share/automake/texinfos.am /bin/sh ./mkinstalldirs /usr/local/share/automake install -c -o root -g wheel -m 444 ./config.guess /usr/local/share/automake/config.guess install -c -o root -g wheel -m 444 ./config.sub /usr/local/share/automake/config.sub install -c -o root -g wheel -m 444 ./install-sh /usr/local/share/automake/install-sh install -c -o root -g wheel -m 444 ./mdate-sh /usr/local/share/automake/mdate-sh install -c -o root -g wheel -m 444 ./missing /usr/local/share/automake/missing install -c -o root -g wheel -m 444 ./mkinstalldirs /usr/local/share/automake/mkinstalldirs install -c -o root -g wheel -m 444 ./elisp-comp /usr/local/share/automake/elisp-comp install -c -o root -g wheel -m 444 ./ylwrap /usr/local/share/automake/ylwrap install -c -o root -g wheel -m 444 ./acinstall /usr/local/share/automake/acinstall make install-data-hook Making install in m4 /bin/sh ../mkinstalldirs /usr/local/share/aclocal install -c -o root -g wheel -m 444 ./ccstdc.m4 /usr/local/share/aclocal/ccstdc.m4 install -c -o root -g wheel -m 444 ./cond.m4 /usr/local/share/aclocal/cond.m4 install -c -o root -g wheel -m 444 ./dmalloc.m4 /usr/local/share/aclocal/dmalloc.m4 install -c -o root -g wheel -m 444 ./error.m4 /usr/local/share/aclocal/error.m4 install -c -o root -g wheel -m 444 ./header.m4 /usr/local/share/aclocal/header.m4 install -c -o root -g wheel -m 444 ./init.m4 /usr/local/share/aclocal/init.m4 install -c -o root -g wheel -m 444 ./lex.m4 /usr/local/share/aclocal/lex.m4 install -c -o root -g wheel -m 444 ./lispdir.m4 /usr/local/share/aclocal/lispdir.m4 install -c -o root -g wheel -m 444 ./maintainer.m4 /usr/local/share/aclocal/maintainer.m4 install -c -o root -g wheel -m 444 ./missing.m4 /usr/local/share/aclocal/missing.m4 install -c -o root -g wheel -m 444 ./mktime.m4 /usr/local/share/aclocal/mktime.m4 install -c -o root -g wheel -m 444 ./multi.m4 /usr/local/share/aclocal/multi.m4 install -c -o root -g wheel -m 444 ./obstack.m4 /usr/local/share/aclocal/obstack.m4 install -c -o root -g wheel -m 444 ./protos.m4 /usr/local/share/aclocal/protos.m4 install -c -o root -g wheel -m 444 ./ptrdiff.m4 /usr/local/share/aclocal/ptrdiff.m4 install -c -o root -g wheel -m 444 ./regex.m4 /usr/local/share/aclocal/regex.m4 install -c -o root -g wheel -m 444 ./sanity.m4 /usr/local/share/aclocal/sanity.m4 install -c -o root -g wheel -m 444 ./strtod.m4 /usr/local/share/aclocal/strtod.m4 install -c -o root -g wheel -m 444 ./termios.m4 /usr/local/share/aclocal/termios.m4 install -c -o root -g wheel -m 444 ./winsz.m4 /usr/local/share/aclocal/winsz.m4 Making install in tests ===> Generating temporary packing list install-info: Undefined error: 0 for /usr/local/info/dir *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. [8:09am] 3 [/usr/ports/devel/automake]:ice# exit exit Script done on Thu Jun 10 08:09:03 1999 Same behavior as when I touched the file. Ideas? -- Jeremy L. Stock To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 6:27:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ingate.uk.neceur.com (ingate.uk.neceur.com [193.116.254.1]) by hub.freebsd.org (Postfix) with ESMTP id 0386115260 for ; Thu, 10 Jun 1999 06:27:18 -0700 (PDT) (envelope-from Jeff.Bond@nectech.co.uk) Received: from internal-mail.uk.neceur.com by ingate.uk.neceur.com id OAA02516; Thu, 10 Jun 1999 14:22:45 +0100 (BST) Received: from exchange.nectech.co.uk by internal-mail.uk.neceur.com id OAA20958; Thu, 10 Jun 1999 14:24:27 +0100 (BST) from exchange.nectech.co.uk (localhost [127.0.0.1]) id OAA20958 for (2.4-8.8.8/3.1.31); Thu, 10 Jun 1999 14:24:27 +0100 (BST) Received: by exchange.nectech.co.uk with Internet Mail Service (5.0.1460.8) id ; Thu, 10 Jun 1999 14:24:26 +0100 Message-ID: From: "Bond, Jeffery" To: "'FreeBSD questions'" Subject: Vmware Date: Thu, 10 Jun 1999 14:24:25 +0100 X-Mailer: Internet Mail Service (5.0.1460.8) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, Has anyone seen VMWare (www.vmware.com). Basically, this well cool app creates a virtual PC from within your unix environment. You are then free to install (almost) any OS you like on this virtual PC. I have seen Win98 running on this, under KDE, without any problems, albeit a bit slow. I think it's pretty neat that you can run two OS's at the same time on one PC. Hey, even the networking works! I've tried it under RedHat6 and was wondering if anyone has got it going under FreeBSD? Regards, Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 6:42:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ingate.uk.neceur.com (ingate.uk.neceur.com [193.116.254.1]) by hub.freebsd.org (Postfix) with ESMTP id 9F8CB14F0D for ; Thu, 10 Jun 1999 06:42:08 -0700 (PDT) (envelope-from Jeff.Bond@nectech.co.uk) Received: from internal-mail.uk.neceur.com by ingate.uk.neceur.com id OAA03140; Thu, 10 Jun 1999 14:37:26 +0100 (BST) Received: from exchange.nectech.co.uk by internal-mail.uk.neceur.com id OAA21647; Thu, 10 Jun 1999 14:39:07 +0100 (BST) from exchange.nectech.co.uk (localhost [127.0.0.1]) id OAA21647 (2.4-8.8.8/3.1.31); Thu, 10 Jun 1999 14:39:07 +0100 (BST) Received: by exchange.nectech.co.uk with Internet Mail Service (5.0.1460.8) id ; Thu, 10 Jun 1999 14:39:05 +0100 Message-ID: From: "Bond, Jeffery" To: "'questions@FreeBSD.ORG'" Cc: "'alan17@his.com'" Subject: RE: questions-digest V4 #947 Date: Thu, 10 Jun 1999 14:39:02 +0100 X-Mailer: Internet Mail Service (5.0.1460.8) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Alan, You only want to make one partition for FreeBSD. The FreeBSD 'disklabel' program then 'slices' this single partition up into swap, /, /usr, /home, etc. This differs from Linux where you make separate partitions for everything. Basically, the easy way is to not create ANY partitions for FreeBSD yet, but just leave some unused space (3 gig or whatever). The FreeBSD intall program will then let you create the proper partition (just one) in the space you left, and then let you slice that up into swap, and filesystems. Order the 3.2-RELEASE CD by all means. It will save a lot of time downloading. I find that downloading is only really viable if you have a permanent connection (i.e. at work), and have access to a CD burner, especially if you want all the packages. I ordered a 2.2.5 CD from Walnut Creek ages ago, and they seem very quick and reliable. Good luck, Jeff >Date: Wed, 9 Jun 1999 19:07:43 -0400 (EDT) >From: alan17@his.com >Subject: Partitioning the disk for FreeBSD > >Greetings! The Web site implied that I can post to this E-list >without joining it; I hope this is the case. > >I have recently bought and installed a 6.3 Seagate, and have reserved >the first half of it for a planned installation of FreeBSD. I made >a gig partition for the system(BSDI fs), 75 meg for swap(BSDI swap), >and a third 1.3 gig partition(BSDI fs) for home directories. > >Questions: Is the above correct, and adequate? Will I be able to >install FreeBSD there without messing up the rest of the disk?(this >is important, the rest of the disk is filling up with Linux stuff)? >Finally, will I be able to hand-edit my Linux /etc/lilo.conf so as >to be able to boot Free BSD at boot time? > >Is there any reason why I shouldn't simply order a CD with the 3.2 >release on it and -- using the info that you will hopefully provide -- >proceed with installation? I have already downloaded the Handbook. > >TIA, and best wishes, > >Alan McConnell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 6:52:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by hub.freebsd.org (Postfix) with ESMTP id 4ADBB14E8E for ; Thu, 10 Jun 1999 06:52:44 -0700 (PDT) (envelope-from Thierry.Herbelot@alcatel.fr) Received: from aifhs2.alcatel.fr (mailhub.alcatel.fr [155.132.180.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id OAA05490; Thu, 10 Jun 1999 14:49:29 +0200 Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id PAA15503; Thu, 10 Jun 1999 15:47:11 +0200 (MET DST) Received: from telss1 (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.9.1a/8.9.1) with ESMTP id PAA21084; Thu, 10 Jun 1999 15:41:28 +0200 (MEST) Received: from telspace.alcatel.fr by telss1 (8.8.8+Sun/SMI-SVR4) id PAA22198; Thu, 10 Jun 1999 15:46:18 +0200 (MET DST) Message-ID: <375FC301.D1AA214C@telspace.alcatel.fr> Date: Thu, 10 Jun 1999 15:52:01 +0200 From: Thierry Herbelot Reply-To: thierry.herbelot@alcatel.fr Organization: Alcatel CIT Nanterre X-Mailer: Mozilla 4.6 [en] (X11; I; SunOS 5.5.1 sun4m) X-Accept-Language: en MIME-Version: 1.0 To: Lukas Ruf Cc: Thierry Herbelot , FreeBSD Questions Subject: Re: FreeBSD 3.1-RELEASE: live packet capture References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Then, you know "ntop" is not working - you must configure it to work on your machine. TfH Lukas Ruf wrote: > > Hi Thierry, > > On Thu, 10 Jun 1999, Thierry Herbelot wrote: > > > > > Hello, > > > > * does you interface work with the standard packet sniffer : tcpdump ? > > * does your version of the ze driver support BPF (grep BPF > > /usr/src/sys/i386/isa/if_ze.c) ? > > > > TfH > > The output of both of them: > > grep BPF /usr/src/sys/i386/isa/if_ze.c > #if NBPFILTER > 0 > * If BPF is in the kernel, call the attach for it > #if NBPFILTER > 0 > #if NBPFILTER > 0 > * If there is BPF support in the configuration, tap off here. > #if NBPFILTER > 0 > #if NBPFILTER > 0 > * ether_input(). If there is a BPF listener, give a copy to BPF, too. > #if NBPFILTER > 0 > * Check if there's a BPF listener on this interface. > * there are no BPF listeners. And if we are in promiscuous > > tcpdump: listening on ze0 > 15:14:08.636761 pc-3015.ethz.ch.209722428 > tec1.ethz.ch.nfs: 140 getattr [|nfs] > ... > 127 packets received by filter > 0 packets dropped by kernel > > > > > Lukas Ruf wrote: > > > > [...] > > > > > ntop: listening on ze0 > > > ntop: live packet capture not supported on this system > > > > > > In my configuration, I enabled > > > pseudo-device bpfilter 4 #Berkeley packet filter > > Kind regards, and thanks in advance, > > Lukas > -- > *** ALWAYS MAILTO:"Lukas Ruf " *** > (PGP2.6.3) Fingerprint = 37CF 3AB4 B0F7 0AF5 C308 4188 8C10 86FE > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Thierry Herbelot Phone : (+33) 1 46 52 47 23 Home Page : http://perso.cybercable.fr/herbelot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 6:57:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from stud.ee.ethz.ch (tardis-delek-fast.ee.ethz.ch [129.132.2.199]) by hub.freebsd.org (Postfix) with ESMTP id E471714E8E for ; Thu, 10 Jun 1999 06:57:21 -0700 (PDT) (envelope-from lpruf@stud.ee.ethz.ch) Received: from tardis-a2.ee.ethz.ch (lpruf@tardis-a2.ee.ethz.ch [129.132.3.12]) by stud.ee.ethz.ch (8.8.4/8.8.8) with ESMTP id PAA14602; Thu, 10 Jun 1999 15:57:20 +0200 (MET DST) Received: from localhost (lpruf@localhost) by tardis-a2.ee.ethz.ch (8.8.4/8.8.8) with ESMTP id PAA01268; Thu, 10 Jun 1999 15:57:18 +0200 (MET DST) X-Authentication-Warning: tardis-a2.ee.ethz.ch: lpruf owned process doing -bs Date: Thu, 10 Jun 1999 15:57:18 +0200 (MET DST) From: Lukas Ruf X-Sender: lpruf@tardis-a2.ee.ethz.ch Reply-To: Lukas Ruf To: Thierry Herbelot Cc: FreeBSD Questions Subject: Re: FreeBSD 3.1-RELEASE: live packet capture In-Reply-To: <375FC301.D1AA214C@telspace.alcatel.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 10 Jun 1999, Thierry Herbelot wrote: > > Then, you know "ntop" is not working - you must configure it to work on > your machine. > Thierry, that's what I thougt. But when I start ntop, it reports the following. WARNING: unknown protocol 'name'. It has been ignored. WARNING: unknown protocol 'pop-2'. It has been ignored. WARNING: unknown protocol 'pop-3'. It has been ignored. WARNING: unknown protocol 'kpop'. It has been ignored. WARNING: unknown protocol 'snmp-trap'. It has been ignored. WARNING: unknown protocol 'mount'. It has been ignored. WARNING: unknown protocol 'pcnfs'. It has been ignored. WARNING: unknown protocol 'bwnfs'. It has been ignored. WARNING: unknown protocol 'nfs'. It has been ignored. ntop: listening on ze0 ntop: live packet capture not supported on this system What and where should I configure ? Kind regards and thanks in advance, Lukas -- *** ALWAYS MAILTO:"Lukas Ruf " *** (PGP2.6.3) Fingerprint = 37CF 3AB4 B0F7 0AF5 C308 4188 8C10 86FE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 7: 6: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from alan17.his.com (alan17.his.com [205.252.80.9]) by hub.freebsd.org (Postfix) with SMTP id 0AA4614E8E for ; Thu, 10 Jun 1999 07:05:55 -0700 (PDT) (envelope-from alan17@his.com) Received: (qmail 1119 invoked by uid 500); 10 Jun 1999 14:09:27 -0000 Message-ID: <19990610140927.1118.qmail@alan17.his.com> From: alan17@his.com Subject: Re: Partitioning the disk for FreeBSD To: dwhite@resnet.uoregon.edu (Doug White) Date: Thu, 10 Jun 1999 10:09:27 -0400 (EDT) Cc: Jeff.Bond@nectech.co.uk, freebsd-questions@FreeBSD.ORG In-Reply-To: from "Doug White" at Jun 9, 99 05:30:58 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG According to Doug White: > > How much RAM do you have? 75MB of swap isn't that much. Also, you want > more space in /usr than in /. I have 32 meg of RAM; my Linux swap is 64meg and works fine. What I want to do is put _all_ of the system onto my first partition, and put e.g. /home or /nerdstuff on my second big partition, where I will put my users(mostly me). Something that Jeff Bond wrote implies that I can't do that. I _certainly_ can't allow any install procedure to do any repartitioning of my new drive, since I already have stuff in the Linux part of the drive further on. If the FreeBSD install procedure insists on carving up my drive to suit itself . . . goodby to my plans of trying out FreeBSD Many thanks to the two who've replied, and I hope that others can help in this dilemma. TIA and best wishes, Alan -- Alan McConnell An error is the more dangerous the more truth it Pixel Analysis contains. (H. Amiel) Hypocrite reader -- my alan17@his.com fellow man -- my brother! (C. Baudelaire) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 7: 9:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from solaris.matti.ee (solaris.matti.ee [194.126.98.135]) by hub.freebsd.org (Postfix) with ESMTP id 689FA15056 for ; Thu, 10 Jun 1999 07:09:28 -0700 (PDT) (envelope-from vallo@matti.ee) Received: from myhakas.matti.ee (myhakas.matti.ee [194.126.114.87]) by solaris.matti.ee (8.8.8/8.8.8.s) with ESMTP id RAA27722; Thu, 10 Jun 1999 17:09:20 +0300 (EET DST) Received: by myhakas.matti.ee (Postfix, from userid 1000) id 752651F8F; Thu, 10 Jun 1999 17:09:26 +0300 (EEST) Date: Thu, 10 Jun 1999 17:09:26 +0300 From: Vallo Kallaste To: Erin Fortenberry Cc: "'questions@freebsd.org'" Subject: Re: Full FS Message-ID: <19990610170926.A32511@myhakas.matti.ee> Reply-To: vallo@matti.ee References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Erin Fortenberry on Wed, Jun 09, 1999 at 08:07:07AM -0700 Organization: =?iso-8859-1?Q?AS_Matti_B=FCrootehnika?= Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jun 09, 1999 at 08:07:07AM -0700, Erin Fortenberry wrote: > /var is 109% full, where does the extra space come from? Any ideas? > > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/wd0s1a 31775 15028 14205 51% / > /dev/wd0s1f 317375 221854 70131 76% /usr > /dev/wd0s1e 29727 29718 -2369 109% /var > procfs 4 4 0 100% /proc Some of the space is always reserved for superuser. Check man tunefs(8). -- Vallo Kallaste vallo@matti.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 7:16:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from aging.cpaaa.org (unknown [165.201.71.130]) by hub.freebsd.org (Postfix) with ESMTP id F27C514E8E for ; Thu, 10 Jun 1999 07:16:01 -0700 (PDT) (envelope-from jboss@cpaaa.org) Received: from jboss (Administrators@localhost) by aging.cpaaa.org (8.8.8/8.8.7) with SMTP id JAA00311 for ; Thu, 10 Jun 1999 09:15:57 -0500 (Central Daylight Time) Message-ID: <000801beb34b$d7ab9d20$050f12ac@cpaaa.org> From: "Justin L. Boss" To: Subject: File and Print server Date: Thu, 10 Jun 1999 09:16:25 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BEB321.EA4314B0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BEB321.EA4314B0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I currently use NT and NetWare for my file and print server. I would = like to move to FreeBSD, but I can not find a NFS client for win95 that = is free. is there a another way to set win95 up to be able to access NFS = or some other network resource on FreeBSD? ------=_NextPart_000_0005_01BEB321.EA4314B0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I currently use NT and NetWare for my = file and=20 print server. I would like to move to FreeBSD, but I can not find a NFS = client=20 for win95 that is free. is there a another way to set win95 up to be = able to=20 access NFS or some other network resource on = FreeBSD?
------=_NextPart_000_0005_01BEB321.EA4314B0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 7:17: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ingate.uk.neceur.com (ingate.uk.neceur.com [193.116.254.1]) by hub.freebsd.org (Postfix) with ESMTP id 5881215056 for ; Thu, 10 Jun 1999 07:16:50 -0700 (PDT) (envelope-from Jeff.Bond@nectech.co.uk) Received: from internal-mail.uk.neceur.com by ingate.uk.neceur.com id PAA04421; Thu, 10 Jun 1999 15:12:18 +0100 (BST) Received: from exchange.nectech.co.uk by internal-mail.uk.neceur.com id PAA23080; Thu, 10 Jun 1999 15:14:00 +0100 (BST) from exchange.nectech.co.uk (localhost [127.0.0.1]) id PAA23080 (2.4-8.8.8/3.1.31); Thu, 10 Jun 1999 15:14:00 +0100 (BST) Received: by exchange.nectech.co.uk with Internet Mail Service (5.0.1460.8) id ; Thu, 10 Jun 1999 15:14:00 +0100 Message-ID: From: "Bond, Jeffery" To: "'alan17@his.com'" Cc: "'FreeBSD questions'" Subject: RE: Partitioning the disk for FreeBSD Date: Thu, 10 Jun 1999 15:13:56 +0100 X-Mailer: Internet Mail Service (5.0.1460.8) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alan, You are worrying unduly. The FreeBSD install will not 'carve up your drive' willy-nilly, and it will not repartition anything. It can, however, create a NEW partition in the empty space you have left, and then 'slice' that new partition up into swap, fs, etc. If you haven't left any space, then the installer can delete unwanted partition(s), e.g. the BSDi ones you created, and create a new one (under your control of course). All your existing linux partitions will remain untouched. This is all under your control from within the install program. It certainly won't do anything without asking your approval. I find the latest RedHat linux much more dangerous in this respect. For example, if you choose the 'workstation' option in the installer, then it will delete all existing partitions and start over. Very scary! If you don't read the README first, it can all end in disaster. Please don't rule out FreeBSD so easily! Regards, Jeff > -----Original Message----- > From: alan17@his.com [SMTP:alan17@his.com] > Sent: Thursday, June 10, 1999 3:09 PM > To: dwhite@resnet.uoregon.edu > Cc: Jeff.Bond@nectech.co.uk; freebsd-questions@FreeBSD.ORG > Subject: Re: Partitioning the disk for FreeBSD > > According to Doug White: > > > > How much RAM do you have? 75MB of swap isn't that much. Also, you want > > more space in /usr than in /. > I have 32 meg of RAM; my Linux swap is 64meg and works fine. > What I want to do is put _all_ of the system onto my first > partition, and put e.g. /home or /nerdstuff on my second big > partition, where I will put my users(mostly me). Something > that Jeff Bond wrote implies that I can't do that. > > I _certainly_ can't allow any install procedure to do any repartitioning > of my new drive, since I already have stuff in the Linux part of the > drive further on. If the FreeBSD install procedure insists on carving > up my drive to suit itself . . . goodby to my plans of trying out FreeBSD > > > Many thanks to the two who've replied, and I hope that others can help in > this dilemma. > > TIA and best wishes, > > Alan > > -- > Alan McConnell An error is the more dangerous the more truth it > Pixel Analysis contains. (H. Amiel) Hypocrite reader -- my > alan17@his.com fellow man -- my brother! (C. Baudelaire) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 7:23:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from titan.metropolitan.at (mail.metropolitan.at [195.212.98.131]) by hub.freebsd.org (Postfix) with ESMTP id 7FAE3153CD for ; Thu, 10 Jun 1999 07:23:20 -0700 (PDT) (envelope-from mladavac@metropolitan.at) Received: by TITAN with Internet Mail Service (5.0.1458.49) id ; Thu, 10 Jun 1999 16:26:02 +0200 Message-ID: <55586E7391ACD211B9730000C1100276179653@r-lmh-wi-100.corpnet.at> From: Ladavac Marino To: "'alan17@his.com'" , dwhite@resnet.uoregon.edu Cc: Jeff.Bond@nectech.co.uk, freebsd-questions@FreeBSD.ORG Subject: RE: Partitioning the disk for FreeBSD Date: Thu, 10 Jun 1999 16:20:19 +0200 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: alan17@his.com [SMTP:alan17@his.com] > Sent: Thursday, June 10, 1999 4:09 PM > To: dwhite@resnet.uoregon.edu > Cc: Jeff.Bond@nectech.co.uk; freebsd-questions@FreeBSD.ORG > Subject: Re: Partitioning the disk for FreeBSD > > According to Doug White: > > > > How much RAM do you have? 75MB of swap isn't that much. Also, you > want > > more space in /usr than in /. > I have 32 meg of RAM; my Linux swap is 64meg and works fine. > What I want to do is put _all_ of the system onto my first > partition, and put e.g. /home or /nerdstuff on my second big > partition, where I will put my users(mostly me). Something > that Jeff Bond wrote implies that I can't do that. > > I _certainly_ can't allow any install procedure to do any > repartitioning > of my new drive, since I already have stuff in the Linux part of the > drive further on. If the FreeBSD install procedure insists on carving > up my drive to suit itself . . . goodby to my plans of trying out > FreeBSD > > > Many thanks to the two who've replied, and I hope that others can help > in > this dilemma. [ML] I think you have misunderstood: FreeBSD uses only one (primary) DOS/Linux partition (FreeBSD calls this slice). It repartitions this slice afterwards into its own partitions. So, if you have reserved more than one DOS partition (slice) for BSD, and they are contiguous, you can merge them together and install FreeBSD on that. Normaly, there is always only one BSD slice on disk which is then split into more BSD partitions. BSD does not touch other slices (but caution is nevertheless a good advice). However, the DOS/Linux style partition (BSD slice) has to be a primary partition: BSD cannot subpartition an extended DOS/Linux partition. 64 Megs of swap may or may not be enough, depending on your job mix: FreeBSD prefers keeping recently used pages (even if they are clean) over the not so recently used dirty pages in cache; it also swaps out clean executable pages out in idle periods so that an app needing new memory does not need to wait for swapout. The result is that it pages out (much) more aggressively than Linux, for example, but has much better response under load and memory hungry apps. Naturally, when the swap is short, it will throw away the clean buffers, degrading its performance. /Marino To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 7:26:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from titan.metropolitan.at (mail.metropolitan.at [195.212.98.131]) by hub.freebsd.org (Postfix) with ESMTP id 47DA81510B for ; Thu, 10 Jun 1999 07:26:26 -0700 (PDT) (envelope-from mladavac@metropolitan.at) Received: by TITAN with Internet Mail Service (5.0.1458.49) id ; Thu, 10 Jun 1999 16:29:15 +0200 Message-ID: <55586E7391ACD211B9730000C1100276179654@r-lmh-wi-100.corpnet.at> From: Ladavac Marino To: "'vallo@matti.ee'" , Erin Fortenberry Cc: "'questions@freebsd.org'" Subject: RE: Full FS Date: Thu, 10 Jun 1999 16:23:49 +0200 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: Vallo Kallaste [SMTP:vallo@matti.ee] > Sent: Thursday, June 10, 1999 4:09 PM > To: Erin Fortenberry > Cc: 'questions@freebsd.org' > Subject: Re: Full FS > > On Wed, Jun 09, 1999 at 08:07:07AM -0700, Erin Fortenberry > wrote: > > Some of the space is always reserved for superuser. Check man > tunefs(8). [ML] Well, not exactly the superuser, but in order not to degrade the file layout (which behaves as a hash and thus starts significantly to degrade after being 85% full). Naturally, the superuser has to be allowed to write even after the significant degradation. Take a look at FFS papers; they are in the distribution. /Marino > -- > > Vallo Kallaste > vallo@matti.ee > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 7:28:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from titan.metropolitan.at (mail.metropolitan.at [195.212.98.131]) by hub.freebsd.org (Postfix) with ESMTP id 42D3C15342 for ; Thu, 10 Jun 1999 07:28:12 -0700 (PDT) (envelope-from mladavac@metropolitan.at) Received: by TITAN with Internet Mail Service (5.0.1458.49) id ; Thu, 10 Jun 1999 16:31:07 +0200 Message-ID: <55586E7391ACD211B9730000C1100276179655@r-lmh-wi-100.corpnet.at> From: Ladavac Marino To: "'Justin L. Boss'" , freebsd-questions@FreeBSD.ORG Subject: RE: File and Print server Date: Thu, 10 Jun 1999 16:25:40 +0200 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: Justin L. Boss [SMTP:jboss@cpaaa.org] > Sent: Thursday, June 10, 1999 4:16 PM > To: freebsd-questions@FreeBSD.ORG > Subject: File and Print server > > I currently use NT and NetWare for my file and print server. I would > like to move to FreeBSD, but I can not find a NFS client for win95 > that is free. is there a another way to set win95 up to be able to > access NFS or some other network resource on FreeBSD? [ML] Take a look at samba. It provides LanManager (NETBIOS) file and print services; these are natively supported under Windows (Windows shares *are* LanMan shares). /Marino To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 7:30:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ingate.uk.neceur.com (ingate.uk.neceur.com [193.116.254.1]) by hub.freebsd.org (Postfix) with ESMTP id 9402315056 for ; Thu, 10 Jun 1999 07:30:51 -0700 (PDT) (envelope-from Jeff.Bond@nectech.co.uk) Received: from internal-mail.uk.neceur.com by ingate.uk.neceur.com id PAA04981; Thu, 10 Jun 1999 15:26:11 +0100 (BST) Received: from exchange.nectech.co.uk by internal-mail.uk.neceur.com id PAA23692; Thu, 10 Jun 1999 15:27:52 +0100 (BST) from exchange.nectech.co.uk (localhost [127.0.0.1]) id PAA23692 (2.4-8.8.8/3.1.31); Thu, 10 Jun 1999 15:27:52 +0100 (BST) Received: by exchange.nectech.co.uk with Internet Mail Service (5.0.1460.8) id ; Thu, 10 Jun 1999 15:27:52 +0100 Message-ID: From: "Bond, Jeffery" To: "'Ladavac Marino'" , "'alan17@his.com'" , dwhite@resnet.uoregon.edu Cc: freebsd-questions@FreeBSD.ORG Subject: RE: Partitioning the disk for FreeBSD Date: Thu, 10 Jun 1999 15:27:48 +0100 X-Mailer: Internet Mail Service (5.0.1460.8) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yeah you are right. I'm getting the names reversed, but It is still true that FreeBSD divides a single partition table entry (slice in FreeBSD speak, partition in DOS/Linux), into sub-partitions. I think the naming is confusing. Surely, we should call the main partition a 'partition' and not a slice (same as everyone else), and then have some other name for the subdivisions that the disklabel editor creates. Regards, Jeff > -----Original Message----- > From: Ladavac Marino [SMTP:mladavac@metropolitan.at] > Sent: Thursday, June 10, 1999 3:20 PM > To: 'alan17@his.com'; dwhite@resnet.uoregon.edu > Cc: Jeff.Bond@nectech.co.uk; freebsd-questions@FreeBSD.ORG > Subject: RE: Partitioning the disk for FreeBSD > > > -----Original Message----- > > From: alan17@his.com [SMTP:alan17@his.com] > > Sent: Thursday, June 10, 1999 4:09 PM > > To: dwhite@resnet.uoregon.edu > > Cc: Jeff.Bond@nectech.co.uk; freebsd-questions@FreeBSD.ORG > > Subject: Re: Partitioning the disk for FreeBSD > > > > According to Doug White: > > > > > > How much RAM do you have? 75MB of swap isn't that much. Also, you > > want > > > more space in /usr than in /. > > I have 32 meg of RAM; my Linux swap is 64meg and works fine. > > What I want to do is put _all_ of the system onto my first > > partition, and put e.g. /home or /nerdstuff on my second big > > partition, where I will put my users(mostly me). Something > > that Jeff Bond wrote implies that I can't do that. > > > > I _certainly_ can't allow any install procedure to do any > > repartitioning > > of my new drive, since I already have stuff in the Linux part of the > > drive further on. If the FreeBSD install procedure insists on carving > > up my drive to suit itself . . . goodby to my plans of trying out > > FreeBSD > > > > > > Many thanks to the two who've replied, and I hope that others can help > > in > > this dilemma. > [ML] I think you have misunderstood: FreeBSD uses only one > (primary) DOS/Linux partition (FreeBSD calls this slice). It > repartitions this slice afterwards into its own partitions. So, if you > have reserved more than one DOS partition (slice) for BSD, and they are > contiguous, you can merge them together and install FreeBSD on that. > Normaly, there is always only one BSD slice on disk which is then split > into more BSD partitions. > > BSD does not touch other slices (but caution is nevertheless a > good advice). > > However, the DOS/Linux style partition (BSD slice) has to be a > primary partition: BSD cannot subpartition an extended DOS/Linux > partition. > > 64 Megs of swap may or may not be enough, depending on your job > mix: FreeBSD prefers keeping recently used pages (even if they are > clean) over the not so recently used dirty pages in cache; it also swaps > out clean executable pages out in idle periods so that an app needing > new memory does not need to wait for swapout. The result is that it > pages out (much) more aggressively than Linux, for example, but has much > better response under load and memory hungry apps. Naturally, when the > swap is short, it will throw away the clean buffers, degrading its > performance. > > /Marino To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 7:38:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by hub.freebsd.org (Postfix) with ESMTP id 6A22214CA1 for ; Thu, 10 Jun 1999 07:38:50 -0700 (PDT) (envelope-from Thierry.Herbelot@alcatel.fr) Received: from aifhs2.alcatel.fr (mailhub.alcatel.fr [155.132.180.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id PAA20580; Thu, 10 Jun 1999 15:35:35 +0200 Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id QAA12169; Thu, 10 Jun 1999 16:33:16 +0200 (MET DST) Received: from telss1 (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.9.1a/8.9.1) with ESMTP id QAA27260; Thu, 10 Jun 1999 16:23:01 +0200 (MEST) Received: from telspace.alcatel.fr by telss1 (8.8.8+Sun/SMI-SVR4) id QAA23643; Thu, 10 Jun 1999 16:27:49 +0200 (MET DST) Message-ID: <375FCCBC.5B27B34A@telspace.alcatel.fr> Date: Thu, 10 Jun 1999 16:33:32 +0200 From: Thierry Herbelot Reply-To: thierry.herbelot@alcatel.fr Organization: Alcatel CIT Nanterre X-Mailer: Mozilla 4.6 [en] (X11; I; SunOS 5.5.1 sun4m) X-Accept-Language: en MIME-Version: 1.0 To: "Justin L. Boss" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: File and Print server References: <000801beb34b$d7ab9d20$050f12ac@cpaaa.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG http://www.samba.org > "Justin L. Boss" wrote: > > I currently use NT and NetWare for my file and print server. I would > like to move to FreeBSD, but I can not find a NFS client for win95 > that is free. is there a another way to set win95 up to be able to > access NFS or some other network resource on FreeBSD? -- Thierry Herbelot Phone : (+33) 1 46 52 47 23 Home Page : http://perso.cybercable.fr/herbelot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 7:39:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 34B89152C7 for ; Thu, 10 Jun 1999 07:39:15 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Thu, 10 Jun 1999 10:39:13 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB440110597B@site2s1> From: Christopher Michaels To: "'Bond, Jeffery'" , 'FreeBSD questions' Subject: RE: Vmware Date: Thu, 10 Jun 1999 10:40:51 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG VMWare currently does not run on FreeBSD. The linux emulation isn't going to cover it this time because the VMWare actually makes changes or links into the linux kernel. :^( But, please send VMWare an e-mail, showing interest in a FreeBSD version, if they see enough demand for it, they will eventually make a FreeBSD version. -Chris > -----Original Message----- > From: Bond, Jeffery [SMTP:Jeff.Bond@nectech.co.uk] > Sent: Thursday, June 10, 1999 9:24 AM > To: 'FreeBSD questions' > Subject: Vmware > > Hi all, > > Has anyone seen VMWare (www.vmware.com). Basically, this well cool app > creates a virtual PC from within your unix environment. You are then free > to > install (almost) any OS you like on this virtual PC. I have seen Win98 > running on this, under KDE, without any problems, albeit a bit slow. I > think > it's pretty neat that you can run two OS's at the same time on one PC. > Hey, > even the networking works! > > I've tried it under RedHat6 and was wondering if anyone has got it going > under FreeBSD? > > Regards, > > Jeff > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 7:39:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from titan.metropolitan.at (mail.metropolitan.at [195.212.98.131]) by hub.freebsd.org (Postfix) with ESMTP id E1B4F14CA1 for ; Thu, 10 Jun 1999 07:39:38 -0700 (PDT) (envelope-from mladavac@metropolitan.at) Received: by TITAN with Internet Mail Service (5.0.1458.49) id ; Thu, 10 Jun 1999 16:42:29 +0200 Message-ID: <55586E7391ACD211B9730000C1100276179656@r-lmh-wi-100.corpnet.at> From: Ladavac Marino To: "'Bond, Jeffery'" , Ladavac Marino , "'alan17@his.com'" , dwhite@resnet.uoregon.edu Cc: freebsd-questions@FreeBSD.ORG Subject: RE: Partitioning the disk for FreeBSD Date: Thu, 10 Jun 1999 16:35:57 +0200 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: Bond, Jeffery [SMTP:Jeff.Bond@nectech.co.uk] > Sent: Thursday, June 10, 1999 4:28 PM > To: 'Ladavac Marino'; 'alan17@his.com'; dwhite@resnet.uoregon.edu > Cc: freebsd-questions@FreeBSD.ORG > Subject: RE: Partitioning the disk for FreeBSD > > I think the naming is confusing. Surely, we should call the main > partition a > 'partition' and not a slice (same as everyone else), and then have > some > other name for the subdivisions that the disklabel editor creates. > [ML] Same as who else? DOS world? Disklabel partitions are partitions in UNIX world :) /Marino To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 7:42:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from megamail.megared.net.mx (megamail.megared.com.mx [207.249.162.252]) by hub.freebsd.org (Postfix) with SMTP id BC1E515056 for ; Thu, 10 Jun 1999 07:42:13 -0700 (PDT) (envelope-from ales@megared.net.mx) Received: from [207.249.163.251] by megamail.megared.net.mx (NTMail 3.03.0017/4c.ab3r) with ESMTP id ka287050 for ; Thu, 10 Jun 1999 09:38:57 -0500 Message-ID: <00aa01beb285$ec32cfa0$fba3f9cf@megared.net.mx> From: =?iso-8859-1?Q?Alejandro_Ram=EDrez?= To: "User Cesar" , References: <3756DFF3.830CE52B@quik.guate.com> Subject: RE: STAROFFICE 5.1 Installation HELP Date: Wed, 9 Jun 1999 09:39:46 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, You could try this page : http://lt.tar.com/ It may help you with this. Ales ----- Original Message ----- From: User Cesar To: Sent: Thursday, June 03, 1999 3:05 PM Subject: STAROFFICE 5.1 Installation HELP > Hi experts! > > I try to install StarOffice 5.1 in my FreeBSB 3.1 system, I could > succefully unpack it. And I followed the instructions included in the > readme file. > > 1. I succcessfully install glibc 2.0.7 libraries, following this > instructions: > > 1) Unpack the glibc2 libraries required, i.e., in the /tmp directory: > > cd /tmp > tar zxvf glibc207.tar.gz > > 2) Remove a library loader (ld-linux.so.2) of a possibly still existing > older > glibc2 version > > NOTE: the warning mentioned above in the installation via Shell > Script > applies also here! > > rm -f /lib/ld-linux.so.2 > > 3) Copy as root the runtime Linker in the /lib directory > > cp /tmp/glibc2/ld-linux.so.2 /lib/ld-linux.so.2 > > 4) Enter the path to the libraries in your LD_LIBRARY_PATH: > > export LD_LIBRARY_PATH=/tmp/glibc2:$LD_LIBRARY_PATH for sh,bash > setenv LD_LIBRARY_PATH /tmp/glibc2:$LD_LIBRARY_PATH for csh,tcsh > > 5) Execute the StarOffice setup in the directory containing the > installation > files: > > ./setup > > But when I executed it, I got this message: > > Segmentation fault (core dumped) > > What's wrong? > > Please send me a copy because I'm not suscribed on the list. > > Thanks a lot! > > > Cesar Perez > cesar@quik.guate.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 7:44: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from solaris.matti.ee (solaris.matti.ee [194.126.98.135]) by hub.freebsd.org (Postfix) with ESMTP id 40B9C14CA1 for ; Thu, 10 Jun 1999 07:44:03 -0700 (PDT) (envelope-from vallo@matti.ee) Received: from myhakas.matti.ee (myhakas.matti.ee [194.126.114.87]) by solaris.matti.ee (8.8.8/8.8.8.s) with ESMTP id RAA28977; Thu, 10 Jun 1999 17:43:54 +0300 (EET DST) Received: by myhakas.matti.ee (Postfix, from userid 1000) id 421511F8F; Thu, 10 Jun 1999 17:44:01 +0300 (EEST) Date: Thu, 10 Jun 1999 17:44:01 +0300 From: Vallo Kallaste To: Ladavac Marino Cc: "'questions@freebsd.org'" Subject: Re: Full FS Message-ID: <19990610174401.B32511@myhakas.matti.ee> Reply-To: vallo@matti.ee References: <55586E7391ACD211B9730000C1100276179654@r-lmh-wi-100.corpnet.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <55586E7391ACD211B9730000C1100276179654@r-lmh-wi-100.corpnet.at>; from Ladavac Marino on Thu, Jun 10, 1999 at 04:23:49PM +0200 Organization: =?iso-8859-1?Q?AS_Matti_B=FCrootehnika?= Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jun 10, 1999 at 04:23:49PM +0200, Ladavac Marino wrote: > > Some of the space is always reserved for superuser. Check man > > tunefs(8). > [ML] Well, not exactly the superuser, but in order not to > degrade the file layout (which behaves as a hash and thus starts > significantly to degrade after being 85% full). Naturally, the > superuser has to be allowed to write even after the significant > degradation. Take a look at FFS papers; they are in the distribution. Yes, I was a bit incorrect and my answer wasn't needed anyway. I found two-three answers after posting including your precise explanation. Thanks. -- Vallo Kallaste vallo@matti.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 7:47: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from guard.polynet.lviv.ua (Guard.PolyNet.Lviv.UA [194.44.138.1]) by hub.freebsd.org (Postfix) with SMTP id 986D814CA1 for ; Thu, 10 Jun 1999 07:46:49 -0700 (PDT) (envelope-from ts@postoffice.polynet.lviv.ua) Received: (qmail 36134 invoked from network); 10 Jun 1999 14:46:46 -0000 Received: from unknown (HELO postoffice.polynet.lviv.ua) (unknown) by unknown with SMTP; 10 Jun 1999 14:46:46 -0000 Received: (qmail 50878 invoked by uid 1000); 10 Jun 1999 14:46:45 -0000 Date: 10 Jun 1999 17:46:45 +0300 Date: Thu, 10 Jun 1999 17:46:45 +0300 (EEST) From: Yaroslav Terletsky X-Sender: ts@NetSurfer.lp.lviv.ua To: freebsd-questions@FreeBSD.ORG Subject: Policy Routing w/ FreeBSD Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, Is there anything which allows Policy Routing with FreeBSD? (like w/CISCO) Thanks. == ts To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 7:47:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ingate.uk.neceur.com (ingate.uk.neceur.com [193.116.254.1]) by hub.freebsd.org (Postfix) with ESMTP id D222814CA1 for ; Thu, 10 Jun 1999 07:47:50 -0700 (PDT) (envelope-from Jeff.Bond@nectech.co.uk) Received: from internal-mail.uk.neceur.com by ingate.uk.neceur.com id PAA05769; Thu, 10 Jun 1999 15:43:18 +0100 (BST) Received: from exchange.nectech.co.uk by internal-mail.uk.neceur.com id PAA24628; Thu, 10 Jun 1999 15:45:00 +0100 (BST) from exchange.nectech.co.uk (localhost [127.0.0.1]) id PAA24628 (2.4-8.8.8/3.1.31); Thu, 10 Jun 1999 15:45:00 +0100 (BST) Received: by exchange.nectech.co.uk with Internet Mail Service (5.0.1460.8) id ; Thu, 10 Jun 1999 15:44:59 +0100 Message-ID: From: "Bond, Jeffery" To: "'Ladavac Marino'" Cc: "'FreeBSD questions'" Subject: RE: Partitioning the disk for FreeBSD Date: Thu, 10 Jun 1999 15:44:57 +0100 X-Mailer: Internet Mail Service (5.0.1460.8) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Marino Yes, same as DOS, Windows, Linux, but I agree that that the disklabel 'partitions' are partitions in the UNIX world. It is still confusing though, and I don't know a way around it really. It's just a shame that what DOS, windows and Linux users call a 'partition', we call a 'slice'. Regards, Jeff > -----Original Message----- > From: Ladavac Marino [SMTP:mladavac@metropolitan.at] > Sent: Thursday, June 10, 1999 3:36 PM > To: 'Bond, Jeffery'; Ladavac Marino; 'alan17@his.com'; > dwhite@resnet.uoregon.edu > Cc: freebsd-questions@FreeBSD.ORG > Subject: RE: Partitioning the disk for FreeBSD > > > -----Original Message----- > > From: Bond, Jeffery [SMTP:Jeff.Bond@nectech.co.uk] > > Sent: Thursday, June 10, 1999 4:28 PM > > To: 'Ladavac Marino'; 'alan17@his.com'; dwhite@resnet.uoregon.edu > > Cc: freebsd-questions@FreeBSD.ORG > > Subject: RE: Partitioning the disk for FreeBSD > > > > I think the naming is confusing. Surely, we should call the main > > partition a > > 'partition' and not a slice (same as everyone else), and then have > > some > > other name for the subdivisions that the disklabel editor creates. > > > [ML] Same as who else? DOS world? Disklabel partitions are > partitions in UNIX world :) > > /Marino To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 7:49:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from aw163.netaddress.usa.net (aw163.netaddress.usa.net [204.68.24.63]) by hub.freebsd.org (Postfix) with SMTP id E2879153CE for ; Thu, 10 Jun 1999 07:49:28 -0700 (PDT) (envelope-from genkin@usa.net) Received: (qmail 1940 invoked by uid 60001); 10 Jun 1999 14:49:24 -0000 Message-ID: <19990610144924.1939.qmail@aw163.netaddress.usa.net> Received: from 204.68.24.63 by aw163 via web-mailer(M3.0.0.118) on Thu Jun 10 14:49:24 GMT 1999 Date: 10 Jun 99 08:49:24 MDT From: ARCADY GENKIN To: freebsd-questions@freebsd.org Subject: What's the normal kernel size? X-Mailer: USANET web-mailer (M3.0.0.118) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My kernel on an i486 is 1.2Meg after I removed pretty much everything fro= m it ;^). Is this normal size? ____________________________________________________________________ Get free e-mail and a permanent address at http://www.amexmail.com/?A=3D1= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 7:53:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.lusardi.com (mail.lusardi.com [207.215.158.12]) by hub.freebsd.org (Postfix) with ESMTP id D02A714CA1 for ; Thu, 10 Jun 1999 07:53:25 -0700 (PDT) (envelope-from erinf@lusardi.com) Received: by MAIL with Internet Mail Service (5.5.2232.9) id ; Thu, 10 Jun 1999 07:48:24 -0700 Message-ID: From: Erin Fortenberry To: 'ARCADY GENKIN' , freebsd-questions@freebsd.org Subject: RE: What's the normal kernel size? Date: Thu, 10 Jun 1999 07:48:19 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My Kernels on a P-Pro or P2 tend to be about 1.7 to 2.1Meg. Erin mailto:kahn@deadbbs.com http://www.deadbbs.com http://www.fortenberry.net Master Yoda speaks for Intel of Borg: Intel we are. Futile is division. Approximated you will be. --> -----Original Message----- --> From: ARCADY GENKIN [mailto:genkin@usa.net] --> --> My kernel on an i486 is 1.2Meg after I removed pretty much --> everything from it --> ;^). Is this normal size? --> --> --> ____________________________________________________________________ --> Get free e-mail and a permanent address at --> http://www.amexmail.com/?A=1 --> --> --> To Unsubscribe: send mail to majordomo@FreeBSD.org --> with "unsubscribe freebsd-questions" in the body of the message --> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 8: 1: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 95F2E15367 for ; Thu, 10 Jun 1999 08:01:01 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Thu, 10 Jun 1999 11:01:01 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB440110597C@site2s1> From: Christopher Michaels To: "'mholloway@flashmail.com'" Cc: "FreeBSD Mailing List (E-mail)" Subject: RE: AMD or Intel? Date: Thu, 10 Jun 1999 11:02:41 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I suppose it depends upon what you are doing. How important is the FPU to you? I have both a k6-2/300 and a k6-3/400. Both have overall performance that is on par with a Pentium II of equivalent speed. As a matter of fact, my 300 outperforms my housemate's pII 300. AND if you're worried about the FPU for games, most games these days support the 3DNow! instructions, which makes the FPU issue a moot point. Overall, I think you get more bang for the buck, with the AMD chips. -Chris P.S. Then again, Celerons are so cheap now, the money isn't a real issue in choosing anymore. > -----Original Message----- > From: Mark L. Holloway [SMTP:mholloway@flashmail.com] > Sent: Wednesday, June 09, 1999 6:19 PM > To: questions@freebsd.org > Subject: AMD or Intel? > > I'm looking do get another PC for my FreeBSD dektop workstation (ie not > serving). > > > For $189 I can get an AMD K2-450 and Motherboard. > For $379 I can get an Intel 400 and Motherboard. > > > I've heard the AMD has a weak FPU but as soon as you hit PIII the price > jumps > way too high (since I won't use the PIII extensions). Any advice? Is the > AMD > still a good cpu? > > Regards, > Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 8:18:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from beowulf.utmb.edu (beowulf.utmb.edu [129.109.59.83]) by hub.freebsd.org (Postfix) with ESMTP id 030E214BF8 for ; Thu, 10 Jun 1999 08:18:21 -0700 (PDT) (envelope-from bdodson@beowulf.utmb.edu) Received: (from bdodson@localhost) by beowulf.utmb.edu (8.9.3/8.9.2) id KAA46478; Thu, 10 Jun 1999 10:13:49 -0500 (CDT) (envelope-from bdodson) Date: Thu, 10 Jun 1999 10:13:49 -0500 (CDT) Message-Id: <199906101513.KAA46478@beowulf.utmb.edu> From: "M. L. Dodson" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: "Bond, Jeffery" Cc: "'Ladavac Marino'" , "'FreeBSD questions'" Subject: RE: Partitioning the disk for FreeBSD In-Reply-To: References: X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well I _could_ say Unix was there first! ;-) I agree that this is confusing to {DOS,Windows,Linux}-heads. Blame IBM for screwing up the nomenclature with the introduction of the XT. This whole "problem" is a consequence of the "multiple operating systems on one hard disk" capability plus converging incompatible nomenclature schemes. If we had to set up a separate hard disk for every OS we wanted to run, the PC boot procedure would probably look a whole lot more like that of a Sun or (pick your own favorite commercial Unix vendor). Bud Dodson Bond, Jeffery writes: > Hi Marino > > Yes, same as DOS, Windows, Linux, but I agree that that the disklabel > 'partitions' are partitions in the UNIX world. It is still confusing though, > and I don't know a way around it really. It's just a shame that what DOS, > windows and Linux users call a 'partition', we call a 'slice'. > > Regards, > > Jeff > > [elided] -- M. L. Dodson bdodson@scms.utmb.edu 409-772-2178 FAX: 409-772-1790 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 8:21:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fw2.roguewave.com (fw2.roguewave.com [208.151.233.2]) by hub.freebsd.org (Postfix) with ESMTP id 8D59D14CC0 for ; Thu, 10 Jun 1999 08:21:37 -0700 (PDT) (envelope-from carey@roguewave.com) Received: by fw2.roguewave.com; id QAA01080; Thu, 10 Jun 1999 16:24:49 -0700 (PDT) Received: from cvo1.cvo.roguewave.com(10.68.4.36) via SMTP by hub.FreeBSD.ORG, id smtpd001076; Thu Jun 10 16:24:48 1999 Received: by cvo1.cvo.roguewave.com with Internet Mail Service (5.5.1960.3) id ; Thu, 10 Jun 1999 08:22:59 -0700 Message-ID: From: Woody Carey To: "'Sean WuGlazier'" , freebsd-questions@FreeBSD.ORG Subject: RE: Toshiba CDROM Date: Thu, 10 Jun 1999 08:22:52 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.1960.3) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The instructions on the install guide worked for me, at least in 2.2.5: mount /cdrom (but only as root!) for my Toshiba on an adaptec 2940U I think this is aliased to something else in /etc/fstab, so you can look there for the exact syntax that it is using. > > Hi, > > I have a relatively new installtion of freeBSD on an new intel box. I > have and adaptec ultra-wide scsi controller. I also have a > toshiba cdrom > on SCSI ID 4. > > My problem is that I can't get the system to recognize or mount the > cdrom. I know that toshiba scsi cdrom is supported. It is > recommended by > one of your folks as a favorite. > > What steps do I need to take to install / mount the cdrom. I > tried mount > -t cd9660 /dev/cd0c /cdrom and used /dev/scd0 . > > It comes back saying no such file or directory. > > Could someone please tell me what I am doing wrong? > > Thanks > > reply to mailto://seanw@wavewizard.com > > Thanks > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 8:21:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from titan.metropolitan.at (mail.metropolitan.at [195.212.98.131]) by hub.freebsd.org (Postfix) with ESMTP id 896E114CC0 for ; Thu, 10 Jun 1999 08:21:47 -0700 (PDT) (envelope-from mladavac@metropolitan.at) Received: by TITAN with Internet Mail Service (5.0.1458.49) id ; Thu, 10 Jun 1999 17:24:44 +0200 Message-ID: <55586E7391ACD211B9730000C1100276179657@r-lmh-wi-100.corpnet.at> From: Ladavac Marino To: "'M. L. Dodson'" , "Bond, Jeffery" Cc: Ladavac Marino , 'FreeBSD questions' Subject: RE: Partitioning the disk for FreeBSD Date: Thu, 10 Jun 1999 17:19:15 +0200 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: M. L. Dodson [SMTP:bdodson@beowulf.utmb.edu] > Sent: Thursday, June 10, 1999 5:14 PM > To: Bond, Jeffery > Cc: 'Ladavac Marino'; 'FreeBSD questions' > Subject: RE: Partitioning the disk for FreeBSD > > > Well I _could_ say Unix was there first! ;-) [ML] Well, say it then :) I will definitely agree (not that my agreement has any weight :) /Marino To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 8:25:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from home.ridethe.net (unknown [216.96.108.2]) by hub.freebsd.org (Postfix) with ESMTP id 2EDBB14E66 for ; Thu, 10 Jun 1999 08:25:21 -0700 (PDT) (envelope-from dgeorge@ridethe.net) Received: from home ([216.96.108.2]) by home.ridethe.net (Post.Office MTA v3.5.3 release 223 ID# 0-59320U1000L100S0V35) with SMTP id net for ; Thu, 10 Jun 1999 10:25:11 -0500 Message-ID: <000101beb355$6e6b7240$026c60d8@home.ridethe.net> From: dgeorge@ridethe.net (dgeorge) To: Subject: windows nt 4.0 Date: Thu, 10 Jun 1999 10:25:11 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will this run with nt4.0? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 8:26:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from titan.metropolitan.at (mail.metropolitan.at [195.212.98.131]) by hub.freebsd.org (Postfix) with ESMTP id 56D6414E66 for ; Thu, 10 Jun 1999 08:26:29 -0700 (PDT) (envelope-from mladavac@metropolitan.at) Received: by TITAN with Internet Mail Service (5.0.1458.49) id ; Thu, 10 Jun 1999 17:29:25 +0200 Message-ID: <55586E7391ACD211B9730000C1100276179658@r-lmh-wi-100.corpnet.at> From: Ladavac Marino To: 'Woody Carey' , 'Sean WuGlazier' , freebsd-questions@FreeBSD.ORG Subject: RE: Toshiba CDROM Date: Thu, 10 Jun 1999 17:23:58 +0200 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: Woody Carey [SMTP:carey@roguewave.com] > Sent: Thursday, June 10, 1999 5:23 PM > To: 'Sean WuGlazier'; freebsd-questions@FreeBSD.ORG > Subject: RE: Toshiba CDROM > > > > > My problem is that I can't get the system to recognize or mount the > > cdrom. I know that toshiba scsi cdrom is supported. It is > > recommended by > > one of your folks as a favorite. > > > > What steps do I need to take to install / mount the cdrom. I > > tried mount > > -t cd9660 /dev/cd0c /cdrom and used /dev/scd0 . > > > > It comes back saying no such file or directory. > > > [ML] To the prevoius poster: if the CD-ROM was not there during the installation, it may well have happened that the device node was not created. As root: #cd /dev #./MAKEDEV cd0c #mount -t cd9660 /dev/cd0c /mnt (/mnt was certainly created by the installation; /cdrom not neccessarily--mkdir /cdrom if needed). /Marino To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 8:28:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from noz.mail.pt (noz.mail.pt [195.23.2.91]) by hub.freebsd.org (Postfix) with SMTP id DD934150A8 for ; Thu, 10 Jun 1999 08:28:50 -0700 (PDT) (envelope-from mna@mail.pt) Received: (qmail 15694 invoked by alias); 10 Jun 1999 15:28:47 -0000 Date: 10 Jun 1999 15:28:47 -0000 Message-ID: <19990610152847.15692.qmail@noz.mail.pt> Content-Type: multipart/mixed; boundary="----------=_929028525-15100-2" Content-Transfer-Encoding: binary Mime-Version: 1.0 From: =?ISO-8859-1?Q?Miguel Narciso Almeida?= To: questions@freebsd.org Subject: =?ISO-8859-1?Q?2.2.8-STABLE and HP EIDE Colorado=3F?= Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format... ------------=_929028525-15100-2 Content-Type: text/plain Content-Disposition: inline Hello I need to install some sort of tape backup in file servers running 2.2.8-STABLE. Is an HP EIDE Colorado supported? If not, which EIDE/SCSI controller/tape would you recommend on a low budget? TIA -- Miguel Narciso Almeida mna@mail.pt -- -- Miguel Narciso Almeida mna@mail.pt ______________________________________________________ mail.pt, um mail para todos - Gratuito em http://mail.pt/ ------------=_929028525-15100-2-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 8:29:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.lusardi.com (mail.lusardi.com [207.215.158.12]) by hub.freebsd.org (Postfix) with ESMTP id 4391B14E66 for ; Thu, 10 Jun 1999 08:29:35 -0700 (PDT) (envelope-from erinf@lusardi.com) Received: by MAIL with Internet Mail Service (5.5.2232.9) id ; Thu, 10 Jun 1999 08:24:34 -0700 Message-ID: From: Erin Fortenberry To: "'dgeorge@ridethe.net'" , freebsd-questions@FreeBSD.ORG Subject: RE: windows nt 4.0 Date: Thu, 10 Jun 1999 08:24:33 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Will what run? FreeBSD? You could set it up to dual boot. Both are operating system and thus will not run at the same time. Does this answer your question? Erin mailto:kahn@deadbbs.com http://www.deadbbs.com http://www.fortenberry.net Master Yoda speaks for Intel of Borg: Intel we are. Futile is division. Approximated you will be. --> -----Original Message----- --> From: dgeorge@ridethe.net [mailto:dgeorge@ridethe.net] --> Sent: Thursday, June 10, 1999 8:25 AM --> To: freebsd-questions@FreeBSD.ORG --> Subject: windows nt 4.0 --> --> --> will this run with nt4.0? --> --> --> --> --> To Unsubscribe: send mail to majordomo@FreeBSD.org --> with "unsubscribe freebsd-questions" in the body of the message --> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 8:31:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from titan.metropolitan.at (mail.metropolitan.at [195.212.98.131]) by hub.freebsd.org (Postfix) with ESMTP id BA97214BF8 for ; Thu, 10 Jun 1999 08:31:29 -0700 (PDT) (envelope-from mladavac@metropolitan.at) Received: by TITAN with Internet Mail Service (5.0.1458.49) id ; Thu, 10 Jun 1999 17:34:23 +0200 Message-ID: <55586E7391ACD211B9730000C1100276179659@r-lmh-wi-100.corpnet.at> From: Ladavac Marino To: "'dgeorge@ridethe.net'" , freebsd-questions@FreeBSD.ORG Subject: RE: windows nt 4.0 Date: Thu, 10 Jun 1999 17:28:55 +0200 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: dgeorge@ridethe.net [SMTP:dgeorge@ridethe.net] > Sent: Thursday, June 10, 1999 5:25 PM > To: freebsd-questions@FreeBSD.ORG > Subject: windows nt 4.0 > > will this run with nt4.0? [ML] Windows NT 4.0 or FreeBSD--your Subject does not say which :) FreeBSD will not run under NT. It is a standalone operating system. However, you can install it on the machine where NT already resides given that you have enough free space on the disk: you will need a free primary DOS partition (FreeBSD calls that slice; please read the README and all other documentation prior to actual installation). /Marino > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 8:33:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from vader.fiber-optix.net (fiber-optix.net [208.192.111.69]) by hub.freebsd.org (Postfix) with ESMTP id 396BC14E66 for ; Thu, 10 Jun 1999 08:33:10 -0700 (PDT) (envelope-from hype@interaccess.com) Received: from interaccess.com (fiber-optix.net [208.192.111.69]) by vader.fiber-optix.net (8.9.3/8.9.3) with ESMTP id JAA55765; Wed, 9 Jun 1999 09:50:02 -0500 (CDT) (envelope-from hype@interaccess.com) Message-ID: <375E7F1A.BEBBEEF6@interaccess.com> Date: Wed, 09 Jun 1999 09:50:02 -0500 From: vader Organization: fiber-optix.net X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: bsd newsgroup , hype@interaccess.com Subject: disabling ping netstat etc... Content-Type: multipart/alternative; boundary="------------5974B11CC7743F49A37E539D" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --------------5974B11CC7743F49A37E539D Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit heya, I wan't to be able to disable ping, netstat, whois, finger, etc.... on my firewall box through the group wheel... I do want the user root to be able to execute those cmds though... any help would be appreciated.. thanks --=vader=-- _________________________________ |:::::::::::::;;::::::::::::::::::| |:::::::::::'~||~~~``:::::::::::::| |::::::::' .': o`:::::::::::| |:::::::' oo | |o o ::::::::::| |::::::: 8 .'.' 8 o :::::::::| |::::::: 8 | | 8 :::::::::| |::::::: _._| |_,...8 :::::::::| |::::::'~--. .--. `. `::::::::| |:::::' =8 ~ \ o ::::::::| |::::' 8._ 88. \ o::::::::| |:::' __. ,.ooo~~. \ o`::::::| |::: . -. 88`78o/: \ `:::::| |::' /. o o \ :: \88`::::| |:; o|| 8 8 |d. `8 `:::| |:. - ^ ^ -' `-`::| |::. .:::| |:::::..... ::' ``::| |::::::::-'`- 88 `| |:::::-'. - :: | |:-~. . . : | | .. . ..: o:8 88o | |. . ::: 8:P d888. . . | |. . :88 88 888' . . | | o8 d88P . 88 ' d88P .. | | 88P 888 d8P ' 888 | | 8 d88P.'d:8 .- dP~ o8 --------------5974B11CC7743F49A37E539D Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit heya,
    I wan't to be able to disable ping, netstat, whois, finger, etc.... on my firewall box through the group wheel...
I do want the user root to be able to execute those cmds though... any help would be appreciated.. thanks
 
--=vader=-- 

   _________________________________
  |:::::::::::::;;::::::::::::::::::|
  |:::::::::::'~||~~~``:::::::::::::|
  |::::::::'   .':     o`:::::::::::|
  |:::::::' oo | |o  o    ::::::::::|
  |::::::: 8  .'.'    8 o  :::::::::|
  |::::::: 8  | |     8    :::::::::|
  |::::::: _._| |_,...8    :::::::::|
  |::::::'~--.   .--. `.   `::::::::|
  |:::::'     =8     ~  \ o ::::::::|
  |::::'       8._ 88.   \ o::::::::|
  |:::'   __. ,.ooo~~.    \ o`::::::|
  |:::   . -. 88`78o/:     \  `:::::|
  |::'     /. o o \ ::      \88`::::|  
  |:;     o|| 8 8 |d.        `8 `:::|
  |:.       - ^ ^ -'           `-`::|
  |::.                          .:::|
  |:::::.....           ::'     ``::|
  |::::::::-'`-        88          `|
  |:::::-'.          -       ::     |
  |:-~. . .                   :     |
  | .. .   ..:   o:8      88o       |
  |. .     :::   8:P     d888. . .  |
  |.   .   :88   88      888'  . .  |
  |   o8  d88P . 88   ' d88P   ..   |
  |  88P  888   d8P   ' 888         |
  |   8  d88P.'d:8  .- dP~ o8
  --------------5974B11CC7743F49A37E539D-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 8:37: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.240.222]) by hub.freebsd.org (Postfix) with ESMTP id 58C8F14BF8 for ; Thu, 10 Jun 1999 08:37:03 -0700 (PDT) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.9.3/8.9.1) id IAA34634; Thu, 10 Jun 1999 08:36:58 -0700 (PDT) (envelope-from mph) Date: Thu, 10 Jun 1999 08:36:58 -0700 From: Matthew Hunt To: Sean WuGlazier Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Toshiba CDROM Message-ID: <19990610083658.A34555@wopr.caltech.edu> References: <375CA78F.7E8FE717@xtdl.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <375CA78F.7E8FE717@xtdl.com>; from Sean WuGlazier on Tue, Jun 08, 1999 at 01:18:07AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jun 08, 1999 at 01:18:07AM -0400, Sean WuGlazier wrote: > What steps do I need to take to install / mount the cdrom. I tried mount > -t cd9660 /dev/cd0c /cdrom and used /dev/scd0 . > > It comes back saying no such file or directory. Make sure your have a /dev/cd0c. If not, # cd /dev # sh MAKEDEV cd0 Make sure you have a /cdrom. If not, # mkdir /cdrom Matt -- Matthew Hunt * Stay close to the Vorlon. http://www.pobox.com/~mph/ * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 8:39:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from aic-gw.mlink.net (aic-gw.mlink.net [209.104.118.65]) by hub.freebsd.org (Postfix) with SMTP id 5979A15130 for ; Thu, 10 Jun 1999 08:39:48 -0700 (PDT) (envelope-from matt@AIC-GW.MLINK.NET) Received: (qmail 1651 invoked by uid 1001); 10 Jun 1999 15:39:45 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 10 Jun 1999 15:39:45 -0000 Date: Thu, 10 Jun 1999 11:39:45 -0400 (EDT) From: matt To: vader Cc: bsd newsgroup Subject: Re: disabling ping netstat etc... In-Reply-To: <375E7F1A.BEBBEEF6@interaccess.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 9 Jun 1999, vader wrote: : heya, : I wan't to be able to disable ping, netstat, whois, finger, etc.... : on my firewall box through the group wheel... : I do want the user root to be able to execute those cmds though... any : help would be appreciated.. thanks find the binaries, and do the following: "chmod 700 " without the <>'s and ""'s of course. If you need help finding the binaries, try the command "which " : --=vader=-- [...] Matt -- DISCLAIMER: Anyone sending me unsolicited commercial electronic mail automatically agrees to be held to the following legal terms: US Code Title 47, Sec.227(a)(2)(B), a computer/modem/printer meets the definition of a telephone fax machine. By Sec.227(b)(1)(C), it is unlawful to send any unsolicited advertisement to such equipment. By Sec.227(b)(3)(C), a violation of the aforementioned Section is punishable by action to recover actual monetary loss, or $500, whichever is greater, for each violation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 8:41:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pear.pausd.palo-alto.ca.us (pear.pausd.palo-alto.ca.us [199.80.176.220]) by hub.freebsd.org (Postfix) with ESMTP id AB020151F9 for ; Thu, 10 Jun 1999 08:41:39 -0700 (PDT) (envelope-from tfortin@pausd.palo-alto.ca.us) Received: from pausd.palo-alto.ca.us ([199.80.131.79]) by pear.pausd.palo-alto.ca.us (Netscape Messaging Server 3.56) with ESMTP id 169 for ; Thu, 10 Jun 1999 08:58:51 -0700 Message-ID: <375FDCB0.94A840F7@pausd.palo-alto.ca.us> Date: Thu, 10 Jun 1999 08:43:13 -0700 From: "Thomas Fortin" Reply-To: tfortin@pausd.palo-alto.ca.us Organization: PAUSD X-Mailer: Mozilla 4.6 (Macintosh; I; PPC) X-Accept-Language: English,en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: WebEmail Interface Apache-PHP-IMP Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to get the IMP Web Interface to Email work on a FreeBSD 3.2 install but I think that my problem is that the Apache13-php3 package does not have IMAP support. Can anyone give me some pointers on getting this going. Thanks -- Thomas Fortin Network Specialist Palo Alto Unified School District mailto:tfortin@pausd.palo-alto.ca.us (650) 329-3703 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 8:43: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from vader.fiber-optix.net (fiber-optix.net [208.192.111.69]) by hub.freebsd.org (Postfix) with ESMTP id 19C9515130 for ; Thu, 10 Jun 1999 08:42:59 -0700 (PDT) (envelope-from hype@interaccess.com) Received: from interaccess.com (fiber-optix.net [208.192.111.69]) by vader.fiber-optix.net (8.9.3/8.9.3) with ESMTP id JAA55827; Wed, 9 Jun 1999 09:59:38 -0500 (CDT) (envelope-from hype@interaccess.com) Message-ID: <375E8159.6E778A24@interaccess.com> Date: Wed, 09 Jun 1999 09:59:38 -0500 From: vader Organization: fiber-optix.net X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: matt Cc: bsd newsgroup Subject: Re: disabling ping netstat etc... References: Content-Type: multipart/alternative; boundary="------------FBA6555C5FEDFFACA1A11B3F" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --------------FBA6555C5FEDFFACA1A11B3F Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit matt wrote: > On Wed, 9 Jun 1999, vader wrote: > > : heya, > : I wan't to be able to disable ping, netstat, whois, finger, etc.... > : on my firewall box through the group wheel... > : I do want the user root to be able to execute those cmds though... any > : help would be appreciated.. thanks > > find the binaries, and do the following: "chmod 700 " > without the <>'s and ""'s of course. If you need help finding the > binaries, try the command "which " > > : --=vader=-- > [...] > > Matt > > -- > DISCLAIMER: Anyone sending me unsolicited commercial electronic mail > automatically agrees to be held to the following legal terms: > > US Code Title 47, Sec.227(a)(2)(B), a computer/modem/printer meets the > definition of a telephone fax machine. By Sec.227(b)(1)(C), it is > unlawful to send any unsolicited advertisement to such equipment. By > Sec.227(b)(3)(C), a violation of the aforementioned Section is punishable > by action to recover actual monetary loss, or $500, whichever is greater, > for each violation. > > To Unsubscribe: send mail to majordomo@FreeBSD.org Thanks a bunch matt, appreciate it --=vader=-- _________________________________ |:::::::::::::;;::::::::::::::::::| |:::::::::::'~||~~~``:::::::::::::| |::::::::' .': o`:::::::::::| |:::::::' oo | |o o ::::::::::| |::::::: 8 .'.' 8 o :::::::::| |::::::: 8 | | 8 :::::::::| |::::::: _._| |_,...8 :::::::::| |::::::'~--. .--. `. `::::::::| |:::::' =8 ~ \ o ::::::::| |::::' 8._ 88. \ o::::::::| |:::' __. ,.ooo~~. \ o`::::::| |::: . -. 88`78o/: \ `:::::| |::' /. o o \ :: \88`::::| |:; o|| 8 8 |d. `8 `:::| |:. - ^ ^ -' `-`::| |::. .:::| |:::::..... ::' ``::| |::::::::-'`- 88 `| |:::::-'. - :: | |:-~. . . : | | .. . ..: o:8 88o | |. . ::: 8:P d888. . . | |. . :88 88 888' . . | | o8 d88P . 88 ' d88P .. | | 88P 888 d8P ' 888 | | 8 d88P.'d:8 .- dP~ o8 --------------FBA6555C5FEDFFACA1A11B3F Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit matt wrote:
On Wed, 9 Jun 1999, vader wrote:

: heya,
:     I wan't to be able to disable ping, netstat, whois, finger, etc....
: on my firewall box through the group wheel...
: I do want the user root to be able to execute those cmds though... any
: help would be appreciated.. thanks

find the binaries, and do the following: "chmod 700 <command>"
without the <>'s and ""'s  of course. If you need help finding the
binaries, try the command "which <command>"

: --=vader=--
[...]

Matt

--
DISCLAIMER: Anyone sending me unsolicited commercial electronic mail
automatically agrees to be held to the following legal terms:

US Code Title 47, Sec.227(a)(2)(B), a computer/modem/printer meets the
definition of a telephone fax machine. By Sec.227(b)(1)(C), it is
unlawful to send any unsolicited advertisement to such equipment. By
Sec.227(b)(3)(C), a violation of the aforementioned Section is punishable
by action to recover actual monetary loss, or $500, whichever is greater,
for each violation.

To Unsubscribe: send mail to majordomo@FreeBSD.org

Thanks a bunch matt, appreciate it
--=vader=-- 

   _________________________________
  |:::::::::::::;;::::::::::::::::::|
  |:::::::::::'~||~~~``:::::::::::::|
  |::::::::'   .':     o`:::::::::::|
  |:::::::' oo | |o  o    ::::::::::|
  |::::::: 8  .'.'    8 o  :::::::::|
  |::::::: 8  | |     8    :::::::::|
  |::::::: _._| |_,...8    :::::::::|
  |::::::'~--.   .--. `.   `::::::::|
  |:::::'     =8     ~  \ o ::::::::|
  |::::'       8._ 88.   \ o::::::::|
  |:::'   __. ,.ooo~~.    \ o`::::::|
  |:::   . -. 88`78o/:     \  `:::::|
  |::'     /. o o \ ::      \88`::::|  
  |:;     o|| 8 8 |d.        `8 `:::|
  |:.       - ^ ^ -'           `-`::|
  |::.                          .:::|
  |:::::.....           ::'     ``::|
  |::::::::-'`-        88          `|
  |:::::-'.          -       ::     |
  |:-~. . .                   :     |
  | .. .   ..:   o:8      88o       |
  |. .     :::   8:P     d888. . .  |
  |.   .   :88   88      888'  . .  |
  |   o8  d88P . 88   ' d88P   ..   |
  |  88P  888   d8P   ' 888         |
  |   8  d88P.'d:8  .- dP~ o8
  --------------FBA6555C5FEDFFACA1A11B3F-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 8:48:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from icarus.idirect.com (icarus.idirect.com [207.136.80.7]) by hub.freebsd.org (Postfix) with ESMTP id 28B9614BF8 for ; Thu, 10 Jun 1999 08:48:16 -0700 (PDT) (envelope-from tMind@bigfoot.com) Received: from eniac.idirect.ca (eniac.idirect.com [207.136.80.199]) by icarus.idirect.com (8.9.3/8.9.3) with ESMTP id LAA13393 for ; Thu, 10 Jun 1999 11:48:15 -0400 (EDT) Received: from gchan (fan200.fan590.com [209.250.138.200]) by eniac.idirect.ca (8.9.3/8.9.3) with SMTP id LAA09476 for ; Thu, 10 Jun 1999 11:48:09 -0400 (EDT) Message-ID: <023401beb358$3f1b4bc0$3c29a8c0@tci.rdo> From: "Tenacious" To: Subject: LDAP Date: Thu, 10 Jun 1999 11:45:09 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0231_01BEB336.B1538800" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-Mimeole: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0231_01BEB336.B1538800 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Is anyone using LDAP-3.3 on FreeBSD 2.2.7? =20 I download the ldap-3.3 port and do a make & make install and everthing = go well. Then, edit the slapd.conf to my hostname and create a = databasefile. Do a ./ldif2ldbm -i databasefile and ./slapd. But when I = run ./ldapsearch -h 127.0.0.1 'objectclass=3D*' and return nothing. = However, if I use ldbmtest, I can find all my database. What I did wrong = or I need to do something else? I did try restall manually (not using = port) but it did the same thing. Any suggestion? Thanks for reply ------=_NextPart_000_0231_01BEB336.B1538800 Content-Type: text/html; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable

Is anyone using LDAP-3.3 on FreeBSD 2.2.7? 

I download the ldap-3.3 port and do a make & make = install=20 and everthing go well. Then, edit the slapd.conf to my hostname and = create a=20 databasefile. Do a ./ldif2ldbm -i databasefile and ./slapd. But = when I run=20 ./ldapsearch -h 127.0.0.1 'objectclass=3D*' and = return nothing. However,=20 if I use ldbmtest, I can find all my database. What I did wrong or I = need to do=20 something else? I did try restall manually (not using port) but it = did the=20 same thing.  Any suggestion?

Thanks for reply

------=_NextPart_000_0231_01BEB336.B1538800-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 9:15:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from freedom.cybertouch.org (freedom.cybertouch.org [216.183.4.2]) by hub.freebsd.org (Postfix) with ESMTP id E976E153FA for ; Thu, 10 Jun 1999 09:15:27 -0700 (PDT) (envelope-from lnb@freedom.cybertouch.org) Received: from localhost (lnb@localhost) by freedom.cybertouch.org (8.9.3/8.9.3) with ESMTP id MAA37298 for ; Thu, 10 Jun 1999 12:15:26 -0400 (EDT) Date: Thu, 10 Jun 1999 12:15:26 -0400 (EDT) From: Lanny Baron To: questions@freebsd.org Subject: apsfilter...can't install Message-ID: City: Thorhill Province: Ontario Postal: L4J 6X4 Tel: 905-763-1900 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, Although I have installed apsfilter before, I had to re-install apsfilter. First doing make deinstall, then make clean and finally, make. In doing so, it comes back with a lot of: [: not found [: not found Any one have any clue as to what is going on? Thanks for your help, Lanny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 9:18:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from freedom.cybertouch.org (freedom.cybertouch.org [216.183.4.2]) by hub.freebsd.org (Postfix) with ESMTP id 3497515449 for ; Thu, 10 Jun 1999 09:18:26 -0700 (PDT) (envelope-from lnb@freedom.cybertouch.org) Received: from localhost (lnb@localhost) by freedom.cybertouch.org (8.9.3/8.9.3) with ESMTP id MAA38228 for ; Thu, 10 Jun 1999 12:18:26 -0400 (EDT) Date: Thu, 10 Jun 1999 12:18:26 -0400 (EDT) From: Lanny Baron To: questions@freebsd.org Subject: Apsfilter--the messages Message-ID: City: Thorhill Province: Ontario Postal: L4J 6X4 Tel: 905-763-1900 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello again, Here is the output of make in /usr/ports/apsfilter: freedom# cd /usr/ports/print/apsfilter freedom# make [: not found [: not found [: not found ===> Extracting for apsfilter-5.1.1 [: not found cannot open apsfilter-5.1.1.tar.bz2: no such file *** Error code 2 Thanks again, Lanny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 9:26:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web1006.mail.yahoo.com (web1006.mail.yahoo.com [128.11.23.96]) by hub.freebsd.org (Postfix) with SMTP id 33BE4153AC for ; Thu, 10 Jun 1999 09:25:55 -0700 (PDT) (envelope-from bvmcg@yahoo.com) Message-ID: <19990610162552.6700.rocketmail@web1006.mail.yahoo.com> Received: from [206.71.99.198] by web1006.mail.yahoo.com; Thu, 10 Jun 1999 09:25:52 PDT Date: Thu, 10 Jun 1999 09:25:52 -0700 (PDT) From: Brian McGroarty Reply-To: brian@pobox.com Subject: Re: What's the normal kernel size? To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I think you've still a ways to go. I've had mine down to about 700k. This is probably my smallest currently in use: % ls -l /k* -r-xr-xr-x 1 root wheel 1057260 Jun 6 13:30 /kernel -rwxr-xr-x 1 root wheel 2329748 May 17 23:05 /kernel.GENERIC -r-xr-xr-x 1 root wheel 1068419 Jun 6 12:59 /kernel.old % cat /usr/src/sys/i386/conf/MASSIVEATTACK machine "i386" cpu "I386_CPU" ident MASSIVEATTACK maxusers 32 options IPFIREWALL options IPDIVERT options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] config kernel root on wd0 controller isa0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 disk fd0 at fdc0 drive 0 disk fd1 at fdc0 drive 1 options "CMD640" # work around CMD640 chip deficiency controller wdc0 at isa? port "IO_WD1" bio irq 14 disk wd0 at wdc0 drive 0 controller atkbdc0 at isa? port IO_KBD tty device atkbd0 at isa? tty irq 1 device vga0 at isa? port ? conflicts device sc0 at isa? tty device npx0 at isa? port IO_NPX irq 13 device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4 device sio1 at isa? port "IO_COM2" tty irq 3 device ppc0 at isa? port? flags 0x40 net irq 7 controller ppbus0 device lpt0 at ppbus? device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 device ed1 at isa? port 0x300 net irq 5 iomem 0xd8000 pseudo-device loop pseudo-device ether pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's options SYSVSHM options SYSVMSG options SYSVSEM pseudo-device bpfilter 4 #Berkeley packet filter --- ARCADY GENKIN wrote: > My kernel on an i486 is 1.2Meg after I removed pretty much > everything from it > ;^). Is this normal size? > > > ____________________________________________________________________ > Get free e-mail and a permanent address at > http://www.amexmail.com/?A=1 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the > message _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 9:36:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from broccoli.graphics.cornell.edu (BROCCOLI.GRAPHICS.CORNELL.EDU [128.84.247.53]) by hub.freebsd.org (Postfix) with ESMTP id 881DA14CF7 for ; Thu, 10 Jun 1999 09:36:33 -0700 (PDT) (envelope-from mkc@Graphics.Cornell.EDU) Received: from graphics.cornell.edu (localhost.graphics.cornell.edu) by broccoli.graphics.cornell.edu with ESMTP (1.37.109.16/16.2) id AA093302531; Thu, 10 Jun 1999 12:35:31 -0400 Message-Id: <199906101635.AA093302531@broccoli.graphics.cornell.edu> X-Mailer: exmh version 2.0zeta 7/24/97 To: Todd Anderson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Seemingly random rebooting In-Reply-To: Your message of "Wed, 09 Jun 1999 16:30:23 MDT." <3.0.1.32.19990609163023.00a17a5c@mail.rdc1.ab.wave.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 10 Jun 1999 12:35:31 -0400 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >[...] so my question is, can i get a DHCP client >for FreeBSD that will also automate the email sent to my DNS provider or at >least tell me when the IP has changed so i can get on top of the situation >and set up my domain again. I would suggest looking at the one put out by ISC (www.isc.org). I haven't tried it yet myself, but the price is right. -Mitch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 9:37:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from broccoli.graphics.cornell.edu (BROCCOLI.GRAPHICS.CORNELL.EDU [128.84.247.53]) by hub.freebsd.org (Postfix) with ESMTP id DC37914CF7 for ; Thu, 10 Jun 1999 09:37:40 -0700 (PDT) (envelope-from mkc@Graphics.Cornell.EDU) Received: from graphics.cornell.edu (localhost.graphics.cornell.edu) by broccoli.graphics.cornell.edu with ESMTP (1.37.109.16/16.2) id AA093442655; Thu, 10 Jun 1999 12:37:36 -0400 Message-Id: <199906101637.AA093442655@broccoli.graphics.cornell.edu> X-Mailer: exmh version 2.0zeta 7/24/97 To: Steve Gasbarre Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD Installation problem from DOS partition In-Reply-To: Your message of "Wed, 09 Jun 1999 23:46:18 EDT." <375F350A.F3D9F2DB@bright.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 10 Jun 1999 12:37:35 -0400 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Are you sure your hard disk isn't flaking out? "write failure" is not a CDROM problem... -Mitch >I tried to install FreeBSD 3.1 from my Hitachi CDR-7730 (4X) CDROM >drive. Many of the package installations fail -- write failure on >transfer -- but when I attempt to install from a DOS directory >(C:\FREEBSD) and chose the correct path it fails -- no root device found >- or - file system full. >I've deleted and recreated the FreeBSD slice many times, but I don't >know what to do at this point. >Hopefully I haven't overlooked some important instruction. > >I've cleaned the CDROM drive, but that didn't seem to help. Is a new >Sony CDU711 32X CDROM Drive a good choice? Is there any way I can set >the installation to use different variables so I have a better chance of >the installation going through? > >Curiously, I had FreeBSD 3.0 installed last week, but deleted it after >messing the X Windows configuration files. It (along with SuSE 6.1) >won't install, but other things from Win95 seem to be OK. > >Thanks for any help! > >SteveG@bright.net > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 9:37:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from traveler.e-scape.net (sentry.e-scape.net [207.245.48.254]) by hub.freebsd.org (Postfix) with SMTP id A452D14FBB for ; Thu, 10 Jun 1999 09:37:37 -0700 (PDT) (envelope-from stefanos@traveler.e-scape.net) Received: by traveler.e-scape.net (NX5.67e/NX3.0M) id AA02302; Thu, 10 Jun 99 12:35:43 -0400 Message-Id: <9906101635.AA02302@traveler.e-scape.net> Content-Type: text/plain Mime-Version: 1.0 (NeXT Mail 3.3 v118.2) X-Nextstep-Mailer: Mail 3.3 (Enhance 2.0b5) Received: by NeXT.Mailer (1.118.2) From: Kiakas Date: Thu, 10 Jun 99 12:35:42 -0400 To: questions@freebsd.org Subject: Problems compilling custom kernel in 3.1 Reply-To: stefanos@traveler.e-scape.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I'm tring to compile a custom kernel for FreeBSD 3.1 but I keep getting the following error. This is from memory, but I think I got it right. /var/tmp/ccuS4625.s: Assembler messages: /var/tmp/ccuS4625.s:79: Fatal error: Symbol sysctl__debug already defined The above error occurs even if I copy the GENERIC config to a new file with another name and I try to build the kernel. I installed FreeBSD 3.1 from the 3.1 RELEASE CDROM. Now what's strange. I installed FreeBSD 3.1 from ftp.freebsd.org on another PC before I got the CR-ROM and I had no problem compiling a custom kernel. So can anyone help me? Thank you, Stefanos P.S. Please CC any replies to stefanos@e-scape.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 9:43:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from broccoli.graphics.cornell.edu (BROCCOLI.GRAPHICS.CORNELL.EDU [128.84.247.53]) by hub.freebsd.org (Postfix) with ESMTP id 4E8D314ECA for ; Thu, 10 Jun 1999 09:43:07 -0700 (PDT) (envelope-from mkc@Graphics.Cornell.EDU) Received: from graphics.cornell.edu (localhost.graphics.cornell.edu) by broccoli.graphics.cornell.edu with ESMTP (1.37.109.16/16.2) id AA093622972; Thu, 10 Jun 1999 12:42:52 -0400 Message-Id: <199906101642.AA093622972@broccoli.graphics.cornell.edu> X-Mailer: exmh version 2.0zeta 7/24/97 To: Yaroslav Terletsky Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Policy Routing w/ FreeBSD In-Reply-To: Your message of "Thu, 10 Jun 1999 17:46:45 +0300." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 10 Jun 1999 12:42:51 -0400 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Is there anything which allows Policy Routing with FreeBSD? (like w/CISCO) Policy Routing? As in BGP? Or as in packet filtering? I think freebsd's ipfw will do packet filtering. I haven't looked at it closely yet. For BGP try gated: www.gated.org -Mitch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 9:49: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from orbit.flnet.com (orbit.flnet.com [205.240.232.32]) by hub.freebsd.org (Postfix) with ESMTP id DB09514CD3 for ; Thu, 10 Jun 1999 09:49:03 -0700 (PDT) (envelope-from henrich@orbit.flnet.com) Received: (from henrich@localhost) by orbit.flnet.com (8.8.5/8.8.4) id MAA10104 for freebsd-questions@freebsd.org; Thu, 10 Jun 1999 12:49:01 -0400 (EDT) Date: Thu, 10 Jun 1999 09:49:01 -0700 From: Charles Henrich To: freebsd-questions@freebsd.org Subject: xmcd and 3.2? Message-ID: <19990610094901.A9686@orbit.flnet.com> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i X-Operating-System: FreeBSD 2.2-BETA_A X-PGP-Fingerprint: 1024/F7 FD C7 3A F5 6A 23 BF 76 C4 B8 C9 6E 41 A4 4F Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Has anyone else had any problems with XMCD and 3.2 with SCSI CD-ROM's? I have a plextor, and XMCD is refusing to recognize when CD's are actuall present in the drive. This is the binary distribution from the XMCD site, and worked flawlessly on 3.1 Any ideas anyone? -Crh Charles Henrich Manex Visual Effects henrich@flnet.com http://orbit.flnet.com/~henrich To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 10:12: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ucsu.Colorado.EDU (ucsu.Colorado.EDU [128.138.129.83]) by hub.freebsd.org (Postfix) with ESMTP id 7668214D6B for ; Thu, 10 Jun 1999 10:11:58 -0700 (PDT) (envelope-from doranj@ucsu.Colorado.EDU) Received: (from doranj@localhost) by ucsu.Colorado.EDU (8.9.3/8.9.3/ITS-5.0/standard) id LAA08472; Thu, 10 Jun 1999 11:11:47 -0600 (MDT) From: Jonathon Doran Message-Id: <199906101711.LAA08472@ucsu.Colorado.EDU> Subject: Re: Toshiba CDROM To: seanw@xtdl.com Date: Thu, 10 Jun 1999 11:11:46 -0600 (MDT) Cc: freebsd-questions@freebsd.org In-Reply-To: <00b401beb170$eb6bb2f0$129e92d0@wizard.xtdl.com> from "Sean Glazier" at Jun 8, 99 01:36:55 am X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Before worrying about device special files etc, we should address a more fundamental problem. Sean's cdrom isn't being probed by the scsi driver (thus no mounts). Sean has two scsi controllers (I assume on board), ach0 and ahc1. In May, the cdrom showed up: May 11 03:10:56 user2 /kernel: cd0 at ahc1 bus 0 target 4 lun 0 May 11 03:10:56 user2 /kernel: cd0: Removable CD -ROM SCSI-2 device May 11 03:10:56 user2 /kernel: cd0: 5.813MB/s transfers (5.813MHz, offset 15) May 11 03:10:56 user2 /kernel: cd0: Attempt to query device size failed: NOT REA DY, Medium not present But, in June it is gone: Jun 10 00:50:15 user2 /kernel: da1 at ahc1 bus 0 target 1 lun 0 Jun 10 00:50:15 user2 /kernel: da1: Fixed Direct Access S CSI-2 device Jun 10 00:50:15 user2 /kernel: da1: 11.626MB/s transfers (5.813MHz, offset 8, 16 bit), Tagged Queueing Enabled Jun 10 00:50:15 user2 /kernel: da1: 8715MB (17850000 512 byte sectors: 255H 63S/ T 1111C) Jun 10 00:50:15 user2 /kernel: da0 at ahc1 bus 0 target 0 lun 0 Jun 10 00:50:15 user2 /kernel: da0: Fixed Direct Access S CSI-2 device Jun 10 00:50:15 user2 /kernel: da0: 11.626MB/s transfers (5.813MHz, offset 8, 16 bit), Tagged Queueing Enabled Jun 10 00:50:15 user2 /kernel: da0: 8715MB (17850000 Sean says that the scsi BIOS sees the drive, and doesn't think there is a cabling problem. I'm scratching my head a bit here. Certainly the first priority is fixing whatever happened between May 11 and June 10 -- get the drive to be probed. I'm thinking improper termination at this point. This isn't always a deal breaker (in fact, I accidently ran my cdrom with bad termination for a few months without realizing it). Sean: could you please let us know the order the devices are on the chain. Also, please doublecheck the termination of all devices. I'm sure you've been over this a couple of times by now, but the problem is most certainly HW (IMHO of course). Jon Doran To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 10:17:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from germanium.xtalwind.net (germanium.xtalwind.net [205.160.242.5]) by hub.freebsd.org (Postfix) with ESMTP id 5F25815123 for ; Thu, 10 Jun 1999 10:17:44 -0700 (PDT) (envelope-from jack@germanium.xtalwind.net) Received: from localhost (jack@localhost) by germanium.xtalwind.net (8.9.3/8.9.3) with ESMTP id NAA62214; Thu, 10 Jun 1999 13:17:37 -0400 (EDT) Date: Thu, 10 Jun 1999 13:17:37 -0400 (EDT) From: jack To: Charles Henrich Cc: freebsd-questions@FreeBSD.ORG Subject: Re: xmcd and 3.2? In-Reply-To: <19990610094901.A9686@orbit.flnet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Today Charles Henrich wrote: > Has anyone else had any problems with XMCD and 3.2 with SCSI CD-ROM's? I > have a plextor, and XMCD is refusing to recognize when CD's are actuall > present in the drive. This is the binary distribution from the XMCD site, and > worked flawlessly on 3.1 > > Any ideas anyone? Update xmcd. Date: Thu, 6 May 1999 18:46:39 -0600 (MDT) From: "Kenneth D. Merry" To: stable@FreeBSD.ORG Subject: HEADS UP: CAM changes I have just committed a number of CAM changes to -stable that will require recompilation of any userland programs you have that access the CAM passthrough driver. So things like cdrecord, xmcd, etc., should be recompiled. -------------------------------------------------------------------------- Jack O'Neill Systems Administrator / Systems Analyst jack@germanium.xtalwind.net Crystal Wind Communications, Inc. Finger jack@germanium.xtalwind.net for my PGP key. PGP Key fingerprint = F6 C4 E6 D4 2F 15 A7 67 FD 09 E9 3C 5F CC EB CD enriched, vcard, HTML messages > /dev/null -------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 10:20:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.husseycopper.com (mail.husseycopper.com [63.69.104.66]) by hub.freebsd.org (Postfix) with ESMTP id 4F45F15447 for ; Thu, 10 Jun 1999 10:20:09 -0700 (PDT) (envelope-from MKowalski@HusseyCopper.com) Received: by HUSSEYMAIL with Internet Mail Service (5.5.1960.3) id ; Thu, 10 Jun 1999 13:18:53 -0400 Message-ID: <8D12FFB31307D311B4280090274F68DC01E763@HUSSEYMAIL> From: "Kowalski, Mike" To: freebsd-questions@FreeBSD.ORG Subject: ip masquerade Date: Thu, 10 Jun 1999 13:18:53 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.1960.3) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ok im lost this is my freebsd box xl0 is 63.69.104.70 (outside connection)xl1 is 131.254.18.12 (inside lan)i want all of my 131.254.18.* to be able to use the freebsd box to surfe the net, ive read your(freebsddiary) natd & ipnat examples and nothing is workingipnat rules:map xl0 131.254.18.0/16 -> 63.69.104.70/32 portmap tcp 10000:20000map xl0 131.254.18.0/16 -> 63.69.104.70/24 or is there some other way to do this?thanx for your helpmike mkowalski@HUSSEYCOPPER.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 10:28:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tvainet.tva.gov (tvainet.tva.gov [152.85.133.14]) by hub.freebsd.org (Postfix) with SMTP id 77CD115308 for ; Thu, 10 Jun 1999 10:28:21 -0700 (PDT) (envelope-from tjswanson@tva.gov) Received: from topaz-hme.cha.tva.gov by tvainet.tva.gov via smtpd (for hub.FreeBSD.ORG [204.216.27.18]) with SMTP; 10 Jun 1999 17:27:31 UT Received: from chachaois2b.cha.tva.gov (chachaois2b.cha.tva.gov [152.85.66.29]) by topaz.cha.tva.gov (8.8.6/8.7.3/8.7.5-topaz) with ESMTP id NAA18693; Thu, 10 Jun 1999 13:28:14 -0400 (EDT) Received: by chachaois2b.cha.tva.gov with Internet Mail Service (5.5.2448.0) id ; Thu, 10 Jun 1999 13:28:19 -0400 Message-ID: <8C8DCBC7A064D01181F30000F8014E277DBB10@knxnorois1b.noh.tva.gov> From: "Swanson, Toby J." To: "'questions@freebsd.org'" Cc: "'toby@milkyway.org'" Subject: how to make a fixit floppy Date: Thu, 10 Jun 1999 13:27:57 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I need root access to a 2.1.7 host. The old administrator left without giving anyone (any information) the root password. This machine does not have a cdrom drive, only a floppy and the hard drives. The plan is to boot up using the floppy, mount the root file system, vi /etc/passwd and remove the root password, boot from the hard drive and log in as root. I searched the FAQ and mailing list archives but did not find any instructions on doing this sort of thing. I have booted using the install floppy, and then opened vty4. However, I can't seem to get any commands to work there. Any help is appreciated, Toby To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 10:40:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tvainet.tva.gov (tvainet.tva.gov [152.85.133.14]) by hub.freebsd.org (Postfix) with SMTP id 29A7114FF7 for ; Thu, 10 Jun 1999 10:40:13 -0700 (PDT) (envelope-from tjswanson@tva.gov) Received: from topaz-hme.cha.tva.gov by tvainet.tva.gov via smtpd (for hub.FreeBSD.ORG [204.216.27.18]) with SMTP; 10 Jun 1999 17:39:22 UT Received: from chachaois2b.cha.tva.gov (chachaois2b.cha.tva.gov [152.85.66.29]) by topaz.cha.tva.gov (8.8.6/8.7.3/8.7.5-topaz) with ESMTP id NAA20078; Thu, 10 Jun 1999 13:40:01 -0400 (EDT) Received: by chachaois2b.cha.tva.gov with Internet Mail Service (5.5.2448.0) id ; Thu, 10 Jun 1999 13:40:06 -0400 Message-ID: <8C8DCBC7A064D01181F30000F8014E277DBB11@knxnorois1b.noh.tva.gov> From: "Swanson, Toby J." To: "'Adam Ulmer'" Cc: "'questions@freebsd.org'" Subject: RE: how to hack root :) Date: Thu, 10 Jun 1999 13:38:33 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sorry, I forgot to mention the console is in secure mode, requiring the root password on bootup. > ---------- > From: Adam Ulmer[SMTP:ulmer@ulmer.iserver.net] > Sent: Thursday, June 10, 1999 1:34 PM > To: Swanson, Toby J. > Subject: Re: how to hack root :) > > http://www.freebsd.org/FAQ/FAQ138.html#138 > > Adam > > On Thu, 10 Jun 1999, Swanson, Toby J. wrote: > > > I need root access to a 2.1.7 host. The old administrator left without > > giving > > anyone (any information) the root password. This machine does not have > > a cdrom drive, only a floppy and the hard drives. The plan is to boot > up > > using the floppy, mount the root file system, vi /etc/passwd and remove > the > > root password, boot from the hard drive and log in as root. I searched > the > > FAQ and mailing list archives but did not find any instructions on doing > > > this sort of thing. I have booted using the install floppy, and then > opened > > > > vty4. However, I can't seem to get any commands to work there. > > > > Any help is appreciated, > > > > Toby > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 10:55:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand.global.net.uk (sand.global.net.uk [194.126.82.9]) by hub.freebsd.org (Postfix) with ESMTP id 1170815311 for ; Thu, 10 Jun 1999 10:55:09 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from p3bs10a06.client.global.net.uk ([195.147.218.60] helo=marder-1.) by sand.global.net.uk with esmtp (Exim 2.05 #1) id 10s92h-0003oU-00; Thu, 10 Jun 1999 18:55:08 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id SAA00303; Thu, 10 Jun 1999 18:52:37 +0100 (BST) (envelope-from marko) Date: Thu, 10 Jun 1999 18:52:31 +0100 From: Mark Ovens To: Anand Buddhdev Cc: questions@FreeBSD.org Subject: Re: Book Message-ID: <19990610185231.A255@marder-1> References: <6C37EE640B78D2118D2F00A0C90FCB4401105973@site2s1> <19990609200329.D261@marder-1> <19990610110201.D4153@africaonline.co.ke> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <19990610110201.D4153@africaonline.co.ke>; from Anand Buddhdev on Thu, Jun 10, 1999 at 11:02:01AM +0300 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jun 10, 1999 at 11:02:01AM +0300, Anand Buddhdev wrote: > On Wed, Jun 09, 1999 at 08:03:29PM +0100, Mark Ovens wrote: > > > On Wed, Jun 09, 1999 at 02:41:11PM -0400, Christopher Michaels wrote: > > > Thought he was in China? ;^P > > > > > > > He was. He's at Usenix now. See the photo > > > > http://www.risc.org/Images/Usenix99/freebsd-02.jpg > > Which of the 7 men is Greg? It would be nice to put a face to the name :-) > Bottom left, with the beard. http://www.lemis.com/~grog will confirm. > -- > Anand > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 11:14:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand4.global.net.uk (sand4.global.net.uk [194.126.80.248]) by hub.freebsd.org (Postfix) with ESMTP id DD35314C4E for ; Thu, 10 Jun 1999 11:14:10 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from p3bs10a06.client.global.net.uk ([195.147.218.60] helo=marder-1.) by sand4.global.net.uk with esmtp (Exim 2.12 #1) id 10s9L5-00080S-00 for questions@freebsd.org; Thu, 10 Jun 1999 19:14:07 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id TAA00369 for questions@freebsd.org; Thu, 10 Jun 1999 19:11:33 +0100 (BST) (envelope-from marko) Date: Thu, 10 Jun 1999 19:11:28 +0100 From: Mark Ovens To: questions@freebsd.org Subject: Problem with Code Crusader and a library Message-ID: <19990610191127.B255@marder-1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I d/l Code Crusader (Linux binary, glibc-2.1 version) from ftp.its.caltech.edu. When I tried to run it I got an error about /lib/libstdc++-libc6.1-1.so.2 not found. Couldn't find it on my disk, or in the ports, so I d/l it from the same ftp site. Now I get: /lib/libstdc++-libc6.1-1.so.2: undefined symbol: _IO_file_open Is this because it's a Linux (native) lib and I need a FreeBSD version of the same lib, or is something else wrong. Has anyone got Code Crusader running under FreeBSD, or knows what the lib problem is? Thanks. -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 11:22:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id 774A314C4E for ; Thu, 10 Jun 1999 11:22:47 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from revolution.3-cities.com (revolution.3-cities.com [204.203.224.155]) by corinth.bossig.com (Rockliffe SMTPRA 3.3.1) with ESMTP id ; Thu, 10 Jun 1999 11:24:41 -0700 Received: from 3-cities.com (kenn2219.bossig.com [208.26.242.219]) by revolution.3-cities.com (8.9.3/8.9.3) with ESMTP id LAA27406; Thu, 10 Jun 1999 11:22:37 -0700 (PDT) Message-ID: <37600262.97B851C6@3-cities.com> Date: Thu, 10 Jun 1999 11:22:26 -0700 From: Kent Stewart Reply-To: kstewart@3-cities.com Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.51 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: thierry.herbelot@alcatel.fr Cc: mholloway@flashmail.com, questions@freebsd.org Subject: Re: AMD or Intel? References: <375f4aae.17f.0@flashmail.com> <375F75A7.7A8C2082@telspace.alcatel.fr> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thierry Herbelot wrote: > > Hello, > > you may just wait a little and get an "official" SMP board with two > celerons-400 for the same price as your P-II 400 (check Abit and QDI for > info and look at Tom's Hardware) One thing to consider is the memory. The Celeron uses PC-66 and the P-II 400 uses PC-100. When I run setiathome on a Celeron 433 with 64 MB and on two P-II 400 systems running NT4+ with 128MB, I get work unit times of 15hrs for the Celeron and 9:50 to 10:50 on the NT machines. There is a graphic display that goes with the NT version of setiathome and execution time varies a factor of 3+ depending on whether you have blanked the display or not. It is run as the screensaver and I am blanking the display. If I don't blank the display a WU requires as much as 35 hours. Setiathome on FreeBSD as I write this is showing 35.3hrs and 99.02% CPU on top. I haven't been doing anything for a couple of days on FreeBSD so the system is just sitting there running setiathome instead of chewing up idle time. At this point, I think the only difference in WU times is the 100Mhz memory on the P-II's. The Celeron is not supposed to use 100Mhz memory at this point. I think that is scheduled for the Celeron 500. The speeds ending in 33 or 66 and the 400 use the 66Mhz bus. I have more than enough memory on all three systems to run setiathome. It is a pure computation program and CPU speed and access to memory would be the primary throttles on performance. I think you would get more throughput with two Celerons but each single threaded job would run slower than on the P-II 400. I also think that it takes a special program to use memory that intensively and most programs would never see it, since the on-board cache is clocked faster on the current Celeron's than on the P-II. Kent > > This seems the best combination with a decent OS (it should still work > with Wincrap98) > > TfH > > "Mark L. Holloway" wrote: > > > > I'm looking do get another PC for my FreeBSD dektop workstation (ie not serving). > > > > For $189 I can get an AMD K2-450 and Motherboard. > > For $379 I can get an Intel 400 and Motherboard. > > > > I've heard the AMD has a weak FPU but as soon as you hit PIII the price jumps > > way too high (since I won't use the PIII extensions). Any advice? Is the AMD > > still a good cpu? > > > > Regards, > > Mark > > ______________________________________________________ > > Get Your FREE FlashMail Address now at http://www.flashmail.com > > It's Free, Easy, & Fun !!! > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > -- > Thierry Herbelot > Phone : (+33) 1 46 52 47 23 > Home Page : http://perso.cybercable.fr/herbelot > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html SETI @ Home (Search for Extraterrestrial Intelligence) http://setiathome.ssl.berkeley.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 11:26: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from exeter.ac.uk (hermes.ex.ac.uk [144.173.6.14]) by hub.freebsd.org (Postfix) with ESMTP id D6B4D14D57 for ; Thu, 10 Jun 1999 11:25:55 -0700 (PDT) (envelope-from D.Leong-Tuk-Wai@exeter.ac.uk) Received: from p0341.ex.ac.uk [144.173.73.86] by hermes via ESMTP (TAA15653); Thu, 10 Jun 1999 19:25:53 +0100 (BST) Message-ID: <3760027A.CE6A3F80@exeter.ac.uk> Date: Thu, 10 Jun 1999 19:22:50 +0100 From: David Leong X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Installing BSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, How do I install BSD into a DOS logical drive? The Fdisk in BSD can only detect my primary partition and my extended partition as a whole but totally ignored my logical drives. I have a 2.1 GB drive split into three drives. The C: drive is 300MB (pri), D: is 1000MB (extd-logical 1) and 700MB (logical 2) supposedly for BSD. Thanks. David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 11:29:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.gmx.net (mail2.gmx.net [194.221.183.62]) by hub.freebsd.org (Postfix) with SMTP id E267414D6B for ; Thu, 10 Jun 1999 11:29:21 -0700 (PDT) (envelope-from Stormtroops@gmx.de) Received: (qmail 13157 invoked by uid 0); 10 Jun 1999 18:29:20 -0000 Received: from ppp02555.01019freenet.de (HELO gmx.de) (212.81.137.251) by mail2.gmx.net with SMTP; 10 Jun 1999 18:29:20 -0000 Message-ID: <37600399.4A9FACDB@gmx.de> Date: Thu, 10 Jun 1999 20:27:38 +0200 From: Sebastian Hartig X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: Error when compiling Kernel Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, My FreeBSD normally run stable without problems, but when i try to compile any new kernel, even if the content is the same as in the standard Kernel (GENERIC) that happens: .... ../../isofs/cd9660/cd9660_bmap.c:43:../../sys/vnode.h:457:vnode_if.h: No such file or directory ### Error Code 1 Stop. I've already tried to replace the cd9660_bmap.c with a new one, but it didn't work, i really have no idea, what to do. Help PS: Excuse my bad English, im from Germany ;-) With best wishes Sebastian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 11:33:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sol (cs1-gw.cs.binghamton.edu [128.226.171.72]) by hub.freebsd.org (Postfix) with SMTP id 58FF814D57 for ; Thu, 10 Jun 1999 11:33:36 -0700 (PDT) (envelope-from zzhang@cs.binghamton.edu) Received: from localhost (zzhang@localhost) by sol (SMI-8.6/8.6.9) with SMTP id OAA25780; Thu, 10 Jun 1999 14:21:58 -0400 Date: Thu, 10 Jun 1999 14:21:57 -0400 (EDT) From: Zhihui Zhang To: David Leong Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Installing BSD In-Reply-To: <3760027A.CE6A3F80@exeter.ac.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 10 Jun 1999, David Leong wrote: > Hello, > > How do I install BSD into a DOS logical drive? The Fdisk in BSD can > only detect my primary partition and my extended partition as a whole > but totally ignored my logical drives. I have a 2.1 GB drive split into > three drives. The C: drive is 300MB (pri), D: is 1000MB (extd-logical 1) > and 700MB (logical 2) supposedly for BSD. You need a DOS primary partition to install FreeBSD into it. -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 11:36: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand5.global.net.uk (sand5.global.net.uk [194.126.80.249]) by hub.freebsd.org (Postfix) with ESMTP id 68C6914D57 for ; Thu, 10 Jun 1999 11:36:01 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from pd6s12a06.client.global.net.uk ([195.147.220.215] helo=marder-1.) by sand5.global.net.uk with esmtp (Exim 2.05 #1) id 10s9g9-0002vV-00; Thu, 10 Jun 1999 19:35:55 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id TAA00418; Thu, 10 Jun 1999 19:33:15 +0100 (BST) (envelope-from marko) Date: Thu, 10 Jun 1999 19:33:09 +0100 From: Mark Ovens To: David Leong Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Installing BSD Message-ID: <19990610193309.C255@marder-1> References: <3760027A.CE6A3F80@exeter.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <3760027A.CE6A3F80@exeter.ac.uk>; from David Leong on Thu, Jun 10, 1999 at 07:22:50PM +0100 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jun 10, 1999 at 07:22:50PM +0100, David Leong wrote: > Hello, > > How do I install BSD into a DOS logical drive? The Fdisk in BSD can > only detect my primary partition and my extended partition as a whole > but totally ignored my logical drives. I have a 2.1 GB drive split into > three drives. The C: drive is 300MB (pri), D: is 1000MB (extd-logical 1) > and 700MB (logical 2) supposedly for BSD. > You can't install FreeBSD on a logical drive, it needs it's own primary partition, but you can mount logical drives (FAT{16,32} and NTFS) once you got FreeBSD up & running. You can't create another primary after the extended but if you have, or can get, a copy of Partition Magic you could delete the 700MB logical drive, move D: to the end of the disk, and shrink the extended partition, so leaving a 'hole' between C: and D: which you could then use for FreeBSD. > Thanks. > > > David > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 11:36:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from broccoli.graphics.cornell.edu (BROCCOLI.GRAPHICS.CORNELL.EDU [128.84.247.53]) by hub.freebsd.org (Postfix) with ESMTP id C0AD914D57 for ; Thu, 10 Jun 1999 11:36:16 -0700 (PDT) (envelope-from mkc@Graphics.Cornell.EDU) Received: from graphics.cornell.edu (localhost.graphics.cornell.edu) by broccoli.graphics.cornell.edu with ESMTP (1.37.109.16/16.2) id AA095259772; Thu, 10 Jun 1999 14:36:12 -0400 Message-Id: <199906101836.AA095259772@broccoli.graphics.cornell.edu> X-Mailer: exmh version 2.0zeta 7/24/97 To: Sebastian Hartig Cc: questions@FreeBSD.ORG Subject: Re: Error when compiling Kernel In-Reply-To: Your message of "Thu, 10 Jun 1999 20:27:38 +0200." <37600399.4A9FACDB@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 10 Jun 1999 14:36:12 -0400 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >../../isofs/cd9660/cd9660_bmap.c:43:../../sys/vnode.h:457:vnode_if.h: >No such file or directory >### Error Code 1 >Stop. Hey, I know this one. I just asked this question myself last night! The answer is that you have to do 'make depend' before you do 'make'. For whatever reason this was left out of the instructions in Chapter 16 of the Lehey book. -Mitch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 11:36:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fw2.roguewave.com (fw2.roguewave.com [208.151.233.2]) by hub.freebsd.org (Postfix) with ESMTP id 61C0014F2A for ; Thu, 10 Jun 1999 11:36:33 -0700 (PDT) (envelope-from carey@roguewave.com) Received: by fw2.roguewave.com; id TAA05518; Thu, 10 Jun 1999 19:39:45 -0700 (PDT) Received: from cvo1.cvo.roguewave.com(10.68.4.36) via SMTP by hub.FreeBSD.ORG, id smtpd005516; Thu Jun 10 19:39:44 1999 Received: by cvo1.cvo.roguewave.com with Internet Mail Service (5.5.1960.3) id ; Thu, 10 Jun 1999 11:37:56 -0700 Message-ID: From: Woody Carey To: "'Sebastian Hartig'" , questions@FreeBSD.ORG Subject: RE: Error when compiling Kernel Date: Thu, 10 Jun 1999 11:37:50 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.1960.3) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG As always, someone please correct me if I am wrong here. I believe the correct answer to this question is that you need to 'make depend' before you 'make', as 'make depend' generates this file. > > Hello, > My FreeBSD normally run stable without problems, but when i try to > compile any > new kernel, even if the content is the same as in the standard Kernel > (GENERIC) > that happens: > .... > ../../isofs/cd9660/cd9660_bmap.c:43:../../sys/vnode.h:457:vnode_if.h: > No such file or directory > ### Error Code 1 > Stop. > > I've already tried to replace the cd9660_bmap.c with a new one, but it > didn't work, > i really have no idea, what to do. Help > > PS: Excuse my bad English, im from Germany ;-) Your bad english is better than the english of most americans posting to this list! Congrats! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 11:37: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from exchange.quest.com (unknown [192.77.210.14]) by hub.freebsd.org (Postfix) with ESMTP id 30D5114ED0 for ; Thu, 10 Jun 1999 11:37:03 -0700 (PDT) (envelope-from SBenjamin@quest.com) Received: by exchange.quests.com with Internet Mail Service (5.5.2232.9) id ; Thu, 10 Jun 1999 11:37:03 -0700 Message-ID: <1D7D0A00F0E8D111A26600104B873E4C01783C13@exchange.quests.com> From: Scott Benjamin To: Zhihui Zhang , David Leong Cc: freebsd-questions@FreeBSD.ORG Subject: RE: Installing BSD Date: Thu, 10 Jun 1999 11:37:01 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Logical Drives exist within an Extended partition. -----Original Message----- From: Zhihui Zhang [mailto:zzhang@cs.binghamton.edu] Sent: Thursday, June 10, 1999 11:22 AM To: David Leong Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Installing BSD On Thu, 10 Jun 1999, David Leong wrote: > Hello, > > How do I install BSD into a DOS logical drive? The Fdisk in BSD can > only detect my primary partition and my extended partition as a whole > but totally ignored my logical drives. I have a 2.1 GB drive split into > three drives. The C: drive is 300MB (pri), D: is 1000MB (extd-logical 1) > and 700MB (logical 2) supposedly for BSD. You need a DOS primary partition to install FreeBSD into it. -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 11:40:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand2.global.net.uk (sand2.global.net.uk [194.126.80.50]) by hub.freebsd.org (Postfix) with ESMTP id 6A24114ECF for ; Thu, 10 Jun 1999 11:39:30 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from pd6s12a06.client.global.net.uk ([195.147.220.215] helo=marder-1.) by sand2.global.net.uk with esmtp (Exim 2.05 #1) id 10s9jN-0004yC-00; Thu, 10 Jun 1999 19:39:14 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id TAA00439; Thu, 10 Jun 1999 19:36:28 +0100 (BST) (envelope-from marko) Date: Thu, 10 Jun 1999 19:36:23 +0100 From: Mark Ovens To: Sebastian Hartig Cc: questions@freebsd.org Subject: Re: Error when compiling Kernel Message-ID: <19990610193623.D255@marder-1> References: <37600399.4A9FACDB@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <37600399.4A9FACDB@gmx.de>; from Sebastian Hartig on Thu, Jun 10, 1999 at 08:27:38PM +0200 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jun 10, 1999 at 08:27:38PM +0200, Sebastian Hartig wrote: > Hello, > My FreeBSD normally run stable without problems, but when i try to > compile any > new kernel, even if the content is the same as in the standard Kernel > (GENERIC) > that happens: > .... > ../../isofs/cd9660/cd9660_bmap.c:43:../../sys/vnode.h:457:vnode_if.h: > No such file or directory > ### Error Code 1 > Stop. > > I've already tried to replace the cd9660_bmap.c with a new one, but it > didn't work, > i really have no idea, what to do. Help > It's not cd9660_bmap.c that's the problem. You didn't run ``make depend'' before ``make''. vnode_if.h is created by ``make depend'' (if you are following the instructions in The Complete FreeBSD then ``make depend'' is missing from the instructions. > PS: Excuse my bad English, im from Germany ;-) > Nothing wrong with your English, it's infinitely better than my German :-). > > With best wishes > Sebastian > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 11:40:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from finch-post-10.mail.demon.net (finch-post-10.mail.demon.net [194.217.242.38]) by hub.freebsd.org (Postfix) with ESMTP id 835C714ED0 for ; Thu, 10 Jun 1999 11:40:43 -0700 (PDT) (envelope-from jon@dookie.demon.co.uk) Received: from dookie.demon.co.uk ([158.152.138.232]) by finch-post-10.mail.demon.net with esmtp (Exim 2.12 #1) id 10s9k5-000JaU-0A for freebsd-questions@FreeBSD.ORG; Thu, 10 Jun 1999 18:39:57 +0000 Received: from dookie.demon.co.uk (really [127.0.0.1]) by dookie.demon.co.uk via in.smtpd with esmtp (ident jon using rfc1413) id (Debian Smail3.2.0.102) for ; Thu, 10 Jun 1999 19:41:09 +0100 (BST) Message-ID: <376006C4.284DEFA4@dookie.demon.co.uk> Date: Thu, 10 Jun 1999 19:41:08 +0100 From: Jonathan Belson Organization: Jon' s Place X-Mailer: Mozilla 4.5 [en] (X11; I; Linux 2.2.1 i586) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: PCI soundcards? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hiya I couldn't figure out whether PCI soundcards like the SoundBlaster Live were supported by FreeBSD 3.1. Is anyone successfully using one? C-YA Jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 11:44:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sol (cs1-gw.cs.binghamton.edu [128.226.171.72]) by hub.freebsd.org (Postfix) with SMTP id 860B114ED0 for ; Thu, 10 Jun 1999 11:44:48 -0700 (PDT) (envelope-from zzhang@cs.binghamton.edu) Received: from localhost (zzhang@localhost) by sol (SMI-8.6/8.6.9) with SMTP id OAA25840; Thu, 10 Jun 1999 14:33:07 -0400 Date: Thu, 10 Jun 1999 14:33:06 -0400 (EDT) From: Zhihui Zhang To: Scott Benjamin Cc: David Leong , freebsd-questions@FreeBSD.ORG Subject: RE: Installing BSD In-Reply-To: <1D7D0A00F0E8D111A26600104B873E4C01783C13@exchange.quests.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Logical Drives exist within an Extended partition. An extended partition itself counts for one primary partition. There are at most four primary partitions in a fdisk table. In an extended partition, you can have many logical partitions. See www.pcguide.com. -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 11:57:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f149.hotmail.com [207.82.251.28]) by hub.freebsd.org (Postfix) with SMTP id 4BBD714D4F for ; Thu, 10 Jun 1999 11:57:37 -0700 (PDT) (envelope-from michial@hotmail.com) Received: (qmail 67802 invoked by uid 0); 10 Jun 1999 18:57:32 -0000 Message-ID: <19990610185732.67801.qmail@hotmail.com> Received: from 38.12.168.131 by wy1lg.hotmail.com with HTTP; Thu, 10 Jun 1999 11:57:32 PDT X-Originating-IP: [38.12.168.131] From: Michial Bloore To: freebsd-questions@FreeBSD.ORG Subject: Hardware compatiblity Date: Thu, 10 Jun 1999 14:57:32 EDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is there a Freebsd hardware compatibilty list and where can I find it.I would like to set up an inexpensive bsd system and learn more about it but I've been told you need expensive brand name equipiment. _______________________________________________________________ Get Free Email and Do More On The Web. Visit http://www.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 12: 9:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dsinw.com (dsinw.com [207.149.40.5]) by hub.freebsd.org (Postfix) with ESMTP id 21A1514D4F for ; Thu, 10 Jun 1999 12:09:10 -0700 (PDT) (envelope-from hamellr@dsinw.com) Received: (from hamellr@localhost) by dsinw.com (8.8.8/8.7.3) id MAA17691; Thu, 10 Jun 1999 12:08:23 -0700 (PDT) Date: Thu, 10 Jun 1999 12:08:22 -0700 (PDT) From: rick hamell To: "Justin L. Boss" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: File and Print server In-Reply-To: <000801beb34b$d7ab9d20$050f12ac@cpaaa.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Please turn off HTML in your email client when mailing international mailing lists, is considered immpolited to send it, and saves on bandwidth. > I currently use NT and NetWare for my file and print server. I would = > like to move to FreeBSD, but I can not find a NFS client for win95 that = > is free. is there a another way to set win95 up to be able to access NFS = > or some other network resource on FreeBSD? Yes, check out Samba. Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 12:10: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from broccoli.graphics.cornell.edu (BROCCOLI.GRAPHICS.CORNELL.EDU [128.84.247.53]) by hub.freebsd.org (Postfix) with ESMTP id 8A92614D4F for ; Thu, 10 Jun 1999 12:09:57 -0700 (PDT) (envelope-from mkc@Graphics.Cornell.EDU) Received: from graphics.cornell.edu (localhost.graphics.cornell.edu) by broccoli.graphics.cornell.edu with ESMTP (1.37.109.16/16.2) id AA096181787; Thu, 10 Jun 1999 15:09:48 -0400 Message-Id: <199906101909.AA096181787@broccoli.graphics.cornell.edu> X-Mailer: exmh version 2.0zeta 7/24/97 To: Michial Bloore Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Hardware compatiblity In-Reply-To: Your message of "Thu, 10 Jun 1999 14:57:32 EDT." <19990610185732.67801.qmail@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 10 Jun 1999 15:09:47 -0400 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Is there a Freebsd hardware compatibilty list and where can I find it. Well there's http://www.freebsd.org/FAQ/FAQ54.html#54 though it would be nice if there were something easier to read. >I >would like to set up an inexpensive bsd system and learn more about it but >I've been told you need expensive brand name equipiment. No, that's Windows NT. :-) -Mitch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 12:14:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sol (cs1-gw.cs.binghamton.edu [128.226.171.72]) by hub.freebsd.org (Postfix) with SMTP id 4737A14D4F for ; Thu, 10 Jun 1999 12:14:04 -0700 (PDT) (envelope-from zzhang@cs.binghamton.edu) Received: from localhost (zzhang@localhost) by sol (SMI-8.6/8.6.9) with SMTP id PAA26003; Thu, 10 Jun 1999 15:01:49 -0400 Date: Thu, 10 Jun 1999 15:01:49 -0400 (EDT) From: Zhihui Zhang To: Michial Bloore Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Hardware compatiblity In-Reply-To: <19990610185732.67801.qmail@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 10 Jun 1999, Michial Bloore wrote: > Is there a Freebsd hardware compatibilty list and where can I find it.I > would like to set up an inexpensive bsd system and learn more about it but > I've been told you need expensive brand name equipiment. I believe that you can find this information in the release notes of every FreeBSD release. They have a complete list of hardware that is supported by FreeBSD. Check the www.freebsd.org. -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 12:19:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from swcc2.sw.cc.va.us (unknown [164.106.192.192]) by hub.freebsd.org (Postfix) with ESMTP id 111A714CE1 for ; Thu, 10 Jun 1999 12:19:53 -0700 (PDT) (envelope-from Kevin_Rooney@sw.cc.va.us) Received: by SWCC2 with Internet Mail Service (5.5.1960.3) id ; Thu, 10 Jun 1999 15:16:08 -0400 Message-ID: <519E4F1A60BCD211AC6100805FEA7ACA035059@SWCC2> From: Kevin Rooney To: 'Michial Bloore' , "'freebsd-questions@FreeBSD.ORG'" Subject: RE: Hardware compatiblity Date: Thu, 10 Jun 1999 15:15:59 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.1960.3) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Try ftp://ftp.freebsd.org/pub/FreeBSD/3.2-RELEASE/HARDWARE.TXT note this is for the 3.2-RELEASE specifically move up a couple of directories for the 2.2.8-RELEASE etc. > Is there a Freebsd hardware compatibilty list and where can I > find it.I > would like to set up an inexpensive bsd system and learn more > about it but > I've been told you need expensive brand name equipiment. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 12:29:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from serveri.netti.fi (serveri.netti.fi [195.16.192.130]) by hub.freebsd.org (Postfix) with ESMTP id 48C9414CE1 for ; Thu, 10 Jun 1999 12:29:28 -0700 (PDT) (envelope-from yurtesen@ispro.net.tr) Received: from ispro.net.tr (dyn-4-141.tku.netti.fi [195.16.219.142]) by serveri.netti.fi (8.8.8/8.8.3) with ESMTP id WAA25953 for ; Thu, 10 Jun 1999 22:29:23 +0300 Message-ID: <376011E2.5345B7B8@ispro.net.tr> Date: Thu, 10 Jun 1999 22:28:34 +0300 From: Evren Yurtesen X-Mailer: Mozilla 4.51 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: SGML info? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, how do you make freebsd handbook, faq ? what SGML converters etc. do you use? I hope I am not disturbing thanks Evren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 12:31:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from i.caniserv.com (i.caniserv.com [139.142.95.1]) by hub.freebsd.org (Postfix) with SMTP id 18B5214D18 for ; Thu, 10 Jun 1999 12:31:21 -0700 (PDT) (envelope-from csinger@workfire.com) Received: (qmail 25552 invoked from network); 10 Jun 1999 19:33:02 -0000 Received: from h139-142-220-195.ok.fiberone.net (HELO maverick) (@139.142.220.195) by 139.142.95.152 with SMTP; 10 Jun 1999 19:33:02 -0000 From: "Chris Singer" To: "BSD Help" Subject: Can't change a variable using Sysctl. Date: Thu, 10 Jun 1999 12:30:29 -0700 Message-ID: <000901beb377$b2b06f60$0ea78e8b@maverick.workfire.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm having trouble with using a program. I can't make any sense of it. I have to add a line to the rc.conf file. The line is as follows: /usr/sbin/sysctl -w kern.somaxconn=1024 Now at start up I get this: > Starting local daemons :/etc/rc.local : /usr/sbin/sysctl: not found > /etc/rc.local : /usr/sbin/sysctl : not found Which of course means that the variables weren't changed. I have checked to see that the files is in that directory and it is. If I type it in at the prompt I get "/usr/sbin/sysctl: command not found". I can start other programs like "sysinstall" from the prompt by typeing /stand/sysinstall. Sysinstall isn't in my directory path. I can manually type the line if I'm in the same directory as "sysctl" and it will accept the command properly and adjust the variable. I was wondering why FreeBSD is treating the path like a command in this case? What do I have to do so that FreeBSD will correctly use the line I'm putting in rc.conf? Chris Singer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 12:33:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from user.xtdl.com (user.xtdl.com [206.25.228.20]) by hub.freebsd.org (Postfix) with ESMTP id 13F7814D71 for ; Thu, 10 Jun 1999 12:33:00 -0700 (PDT) (envelope-from seanw@xtdl.com) Received: from wizard ([208.146.158.18]) by user.xtdl.com (8.8.8/8.6.9) with SMTP id PAA00529; Thu, 10 Jun 1999 15:52:37 -0400 (EDT) Reply-To: From: "Sean Glazier" To: "Jonathon Doran" Cc: Subject: RE: Toshiba CDROM Date: Tue, 8 Jun 1999 15:34:16 -0400 Message-ID: <00e801beb1e5$e5028f90$129e92d0@wizard.xtdl.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 In-Reply-To: <199906101711.LAA08472@ucsu.Colorado.EDU> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I sure will, I am going to pull apart the box shortly. I'll let ya know. I didn't notice that in the messages. I was always looking at the bottom of the file. I let you know how it goes. I see a failure trying to read that device at the bottom of the messages file. Sean > -----Original Message----- > From: Jonathon Doran [mailto:doranj@Colorado.EDU] > Sent: Thursday, June 10, 1999 1:12 PM > To: seanw@xtdl.com > Cc: freebsd-questions@freebsd.org > Subject: Re: Toshiba CDROM > > > Before worrying about device special files etc, we should address a > more fundamental problem. Sean's cdrom isn't being probed by the scsi > driver (thus no mounts). > > Sean has two scsi controllers (I assume on board), ach0 and ahc1. > > In May, the cdrom showed up: > > May 11 03:10:56 user2 /kernel: cd0 at ahc1 bus 0 target 4 lun 0 > May 11 03:10:56 user2 /kernel: cd0: 1037> Removable CD > -ROM SCSI-2 device > May 11 03:10:56 user2 /kernel: cd0: 5.813MB/s transfers > (5.813MHz, offset 15) > May 11 03:10:56 user2 /kernel: cd0: Attempt to query device size > failed: NOT REA > DY, Medium not present > > But, in June it is gone: > > Jun 10 00:50:15 user2 /kernel: da1 at ahc1 bus 0 target 1 lun 0 > Jun 10 00:50:15 user2 /kernel: da1: Fixed > Direct Access S > CSI-2 device > Jun 10 00:50:15 user2 /kernel: da1: 11.626MB/s transfers > (5.813MHz, offset 8, 16 > bit), Tagged Queueing Enabled > Jun 10 00:50:15 user2 /kernel: da1: 8715MB (17850000 512 byte > sectors: 255H 63S/ > T 1111C) > Jun 10 00:50:15 user2 /kernel: da0 at ahc1 bus 0 target 0 lun 0 > Jun 10 00:50:15 user2 /kernel: da0: Fixed > Direct Access S > CSI-2 device > Jun 10 00:50:15 user2 /kernel: da0: 11.626MB/s transfers > (5.813MHz, offset 8, 16 > bit), Tagged Queueing Enabled > Jun 10 00:50:15 user2 /kernel: da0: 8715MB (17850000 > > Sean says that the scsi BIOS sees the drive, and doesn't think there is a > cabling problem. I'm scratching my head a bit here. Certainly the first > priority is fixing whatever happened between May 11 and June 10 -- get the > drive to be probed. > > I'm thinking improper termination at this point. This isn't always a deal > breaker (in fact, I accidently ran my cdrom with bad termination for a few > months without realizing it). Sean: could you please let us > know the order > the devices are on the chain. Also, please doublecheck the termination of > all devices. I'm sure you've been over this a couple of times by now, but > the problem is most certainly HW (IMHO of course). > > Jon Doran > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 12:41:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mars.szabinet.hu (mars.szabinet.hu [195.184.162.67]) by hub.freebsd.org (Postfix) with ESMTP id 069B614F04 for ; Thu, 10 Jun 1999 12:41:11 -0700 (PDT) (envelope-from rene@mars.szabinet.hu) Received: (from rene@localhost) by mars.szabinet.hu (8.9.3/8.9.3) id VAA41470; Thu, 10 Jun 1999 21:40:46 +0200 (CEST) (envelope-from rene) Date: Thu, 10 Jun 1999 21:40:46 +0200 From: Rene Scott To: "Swanson, Toby J." Cc: freebsd-questions@freebsd.org Subject: Re: how to hack root :) Message-ID: <19990610214046.A39666@mars.szabinet.hu> Reply-To: rene@kronos.szabinet.hu References: <8C8DCBC7A064D01181F30000F8014E277DBB11@knxnorois1b.noh.tva.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: <8C8DCBC7A064D01181F30000F8014E277DBB11@knxnorois1b.noh.tva.gov>; from Swanson, Toby J. on Thu, Jun 10, 1999 at 01:38:33PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Put the hd's in another freebsd box and mount it... Rene * Swanson, Toby J. (tjswanson@tva.gov) [990610 20:34]: > Sorry, I forgot to mention the console is in secure mode, requiring the > root password on bootup. > > > ---------- > > From: Adam Ulmer[SMTP:ulmer@ulmer.iserver.net] > > Sent: Thursday, June 10, 1999 1:34 PM > > To: Swanson, Toby J. > > Subject: Re: how to hack root :) > > > > http://www.freebsd.org/FAQ/FAQ138.html#138 > > > > Adam > > > > On Thu, 10 Jun 1999, Swanson, Toby J. wrote: > > > > > I need root access to a 2.1.7 host. The old administrator left without > > > giving > > > anyone (any information) the root password. This machine does not have > > > a cdrom drive, only a floppy and the hard drives. The plan is to boot > > up > > > using the floppy, mount the root file system, vi /etc/passwd and remove > > the > > > root password, boot from the hard drive and log in as root. I searched > > the > > > FAQ and mailing list archives but did not find any instructions on doing > > > > > this sort of thing. I have booted using the install floppy, and then > > opened > > > > > > vty4. However, I can't seem to get any commands to work there. > > > > > > Any help is appreciated, > > > > > > Toby > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message --- *** --- end quoted text --- *** --- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 12:51: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from enws626.eas.asu.edu (modem-1177.rns.tamu.edu [165.91.68.216]) by hub.freebsd.org (Postfix) with ESMTP id 63D3E14E6A for ; Thu, 10 Jun 1999 12:50:55 -0700 (PDT) (envelope-from limanond@enws626.eas.asu.edu) Received: (from limanond@localhost) by enws626.eas.asu.edu (8.8.7/8.8.7) id OAA10005; Thu, 10 Jun 1999 14:54:55 GMT (envelope-from limanond) Message-ID: <19990610145455.33587@lymatech.com> Date: Thu, 10 Jun 1999 14:54:55 +0000 From: Suttipan Limanond To: freebsd-questions@FreeBSD.org Subject: Out of Space error from `atrun' Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi: I was trying to install ATLAS which is a machine-specific optimized BLAS routine on FreeBSD 2.2.5. I tried doing this three times. The first two times failed (screen, keyboard, and mouse frozen up) but the last time was a success. I noticed the following mail from daemon on all those three occasions: "From daemon Thu Jun 10 03:55:18 1999 Date: Thu, 10 Jun 1999 03:55:17 GMT From: root (Cron Daemon) To: root Subject: Cron /usr/libexec/atrun X-Cron-Env: X-Cron-Env: X-Cron-Env: X-Cron-Env: X-Cron-Env: Out of space" Does anyone know what this means? ATLAS installation is very heavy on CPU usage (90+% user, with no idle time). When the machine died, I noticed totally different CPU usage (2-3% user, 95-96% system). So I suspect maybe `atrun' had something to do with installation failure. Thanks very much, Suttipan Limanond. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 13: 1:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sttlpop2.sttl.uswest.net (sttlpop2.sttl.uswest.net [206.81.192.2]) by hub.freebsd.org (Postfix) with SMTP id A233D14F7F for ; Thu, 10 Jun 1999 13:01:30 -0700 (PDT) (envelope-from jslider@uswest.net) Received: (qmail 18414 invoked by alias); 10 Jun 1999 20:01:24 -0000 Delivered-To: fixup-freebsd-questions@FreeBSD.ORG@fixme Received: (qmail 18364 invoked by uid 0); 10 Jun 1999 20:01:22 -0000 Received: from ddsl150.sttl.uswest.net (HELO uswest.net) (209.180.205.150) by sttlpop2.sttl.uswest.net with SMTP; 10 Jun 1999 20:01:22 -0000 Message-ID: <37601914.24C48F44@uswest.net> Date: Thu, 10 Jun 1999 12:59:16 -0700 From: Jon Slider X-Mailer: Mozilla 4.6 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: I just don't know... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How to actually GET RID of the boot manager... Have decided that sharing disk space with FBSD on my Windoze machine just isn't working out, and FBSD should get its own box. Now that it's been moved to its own machine, I've removed FBSD from my Windows machine, but still have the boot manager loading. I tried SYS'ing from a bootup floppy, but that didn't do it. Please help! :) Jon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 13: 2:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fw2.roguewave.com (fw2.roguewave.com [208.151.233.2]) by hub.freebsd.org (Postfix) with ESMTP id 083C014F7F for ; Thu, 10 Jun 1999 13:02:43 -0700 (PDT) (envelope-from carey@roguewave.com) Received: by fw2.roguewave.com; id VAA19852; Thu, 10 Jun 1999 21:05:55 -0700 (PDT) Received: from cvo1.cvo.roguewave.com(10.68.4.36) via SMTP by hub.FreeBSD.ORG, id smtpd019812; Thu Jun 10 21:05:47 1999 Received: by cvo1.cvo.roguewave.com with Internet Mail Service (5.5.1960.3) id ; Thu, 10 Jun 1999 13:03:59 -0700 Message-ID: From: Woody Carey To: "'Evren Yurtesen'" , freebsd-questions@FreeBSD.ORG Subject: RE: SGML info? Date: Thu, 10 Jun 1999 13:03:49 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.1960.3) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG http://www.freebsd.org/docproj/sgml.html http://www.freebsd.org/tutorials/docproj-primer/ > -----Original Message----- > From: Evren Yurtesen [mailto:yurtesen@ispro.net.tr] > Sent: Thursday, June 10, 1999 12:29 PM > To: freebsd-questions@FreeBSD.ORG > Subject: SGML info? > > > Hello, > > how do you make freebsd handbook, faq ? > what SGML converters etc. do you use? > I hope I am not disturbing > > thanks > > Evren > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 13: 6:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mars.szabinet.hu (mars.szabinet.hu [195.184.162.67]) by hub.freebsd.org (Postfix) with ESMTP id F27F014F7F for ; Thu, 10 Jun 1999 13:06:47 -0700 (PDT) (envelope-from rene@mars.szabinet.hu) Received: (from rene@localhost) by mars.szabinet.hu (8.9.3/8.9.3) id WAA41985; Thu, 10 Jun 1999 22:06:33 +0200 (CEST) (envelope-from rene) Date: Thu, 10 Jun 1999 22:06:33 +0200 From: Rene Scott To: Thomas Fortin Cc: freebsd-questions@freebsd.org Subject: Re: WebEmail Interface Apache-PHP-IMP Message-ID: <19990610220633.B39666@mars.szabinet.hu> Reply-To: rene@kronos.szabinet.hu References: <375FDCB0.94A840F7@pausd.palo-alto.ca.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: <375FDCB0.94A840F7@pausd.palo-alto.ca.us>; from Thomas Fortin on Thu, Jun 10, 1999 at 08:43:13AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, dowload the latest sources and buid your own customized apache. This is probably the best way to go. Rene * Thomas Fortin (tfortin@pausd.palo-alto.ca.us) [990610 20:34]: > I am trying to get the IMP Web Interface to Email work on a FreeBSD 3.2 > install but I think that my problem is that the Apache13-php3 package > does not have IMAP support. Can anyone give me some pointers on getting > this going. > > Thanks > -- > > Thomas Fortin > Network Specialist > Palo Alto Unified School District > mailto:tfortin@pausd.palo-alto.ca.us > (650) 329-3703 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message --- *** --- end quoted text --- *** --- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 13:32:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from holdennt.holdenz.com (holdennt.holdenz.com [198.202.29.242]) by hub.freebsd.org (Postfix) with ESMTP id 5FB2815447 for ; Thu, 10 Jun 1999 13:32:08 -0700 (PDT) (envelope-from malpert@holdenz.com) Received: from sycamore ([207.53.165.36]) by holdennt.holdenz.com (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35) with SMTP id com for ; Thu, 10 Jun 1999 13:34:25 -0700 Message-ID: <007801beb37f$ff34ee30$24a535cf@ieasoftware.com> From: "Shawn Workman" To: Subject: apache-php3 Date: Thu, 10 Jun 1999 13:29:52 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am looking for some info on using php in my web pages etc.. I have seen a few examples that use mysql, but I am using postgresql. If someone could point me in the right direction for some info/source for this I would appreciate it.. As a side note, I will be putting up a site ( www.bsdguy.com ) that I will be posting tips and hints from the lists as well as my personal experiences with FreeBSD so when it is all up and running I welcome your input and suggestions as to the content of this site.. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 13:32:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand5.global.net.uk (sand5.global.net.uk [194.126.80.249]) by hub.freebsd.org (Postfix) with ESMTP id 21B5C15447 for ; Thu, 10 Jun 1999 13:32:16 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from p06s03a06.client.global.net.uk ([195.147.211.7] helo=marder-1.) by sand5.global.net.uk with esmtp (Exim 2.05 #1) id 10sBUi-0004l2-00; Thu, 10 Jun 1999 21:32:13 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id VAA00575; Thu, 10 Jun 1999 21:29:59 +0100 (BST) (envelope-from marko) Date: Thu, 10 Jun 1999 21:29:58 +0100 From: Mark Ovens To: Jon Slider Cc: freebsd-questions@FreeBSD.ORG Subject: Re: I just don't know... Message-ID: <19990610212958.E255@marder-1> References: <37601914.24C48F44@uswest.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <37601914.24C48F44@uswest.net>; from Jon Slider on Thu, Jun 10, 1999 at 12:59:16PM -0700 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jun 10, 1999 at 12:59:16PM -0700, Jon Slider wrote: > How to actually GET RID of the boot manager... Have decided that sharing > disk space with FBSD on my Windoze machine just isn't working out, and > FBSD should get its own box. Now that it's been moved to its own > machine, I've removed FBSD from my Windows machine, but still have the > boot manager loading. I tried SYS'ing from a bootup floppy, but that > didn't do it. Please help! :) > Boot DOS and run ``fdisk /mbr'' > Jon. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 13:34:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id D0DFC153CD for ; Thu, 10 Jun 1999 13:34:32 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id PAA49229; Thu, 10 Jun 1999 15:34:30 -0500 (CDT) (envelope-from dan) Date: Thu, 10 Jun 1999 15:34:30 -0500 From: Dan Nelson To: Chris Singer Cc: BSD Help Subject: Re: Can't change a variable using Sysctl. Message-ID: <19990610153429.A48972@dan.emsphone.com> References: <000901beb377$b2b06f60$0ea78e8b@maverick.workfire.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <000901beb377$b2b06f60$0ea78e8b@maverick.workfire.com>; from "Chris Singer" on Thu Jun 10 12:30:29 GMT 1999 X-OS: FreeBSD 4.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Jun 10), Chris Singer said: > I'm having trouble with using a program. I can't make any sense of it. I > have to add a line to the rc.conf file. The line is as follows: > /usr/sbin/sysctl -w kern.somaxconn=1024 > Now at start up I get this: > > > Starting local daemons :/etc/rc.local : /usr/sbin/sysctl: not found > > /etc/rc.local : /usr/sbin/sysctl : not found I believe sysctl is in /sbin. -Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 13:38:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from norton.miranda.com (mail.miranda.com [199.202.147.246]) by hub.freebsd.org (Postfix) with ESMTP id 5C6EE14D0C for ; Thu, 10 Jun 1999 13:38:13 -0700 (PDT) (envelope-from mjblais@miranda.com) Received: from sparta (sparta.miranda.com [192.168.100.1]) by norton.miranda.com (8.8.8/8.8.8) with SMTP id QAA00350 for ; Thu, 10 Jun 1999 16:42:20 -0400 (EDT) (envelope-from mjblais@miranda.com) Message-Id: <199906102042.QAA00350@norton.miranda.com> X-Sender: mjblais@mail.miranda.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Thu, 10 Jun 1999 16:39:07 -0400 To: "questions@FreeBSD.ORG" From: Marie-Josee Blais Subject: Network slowed down Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I am currently running FreeBSD 2.2.7. My network card is an= SMC9432-TX For some unknown reason my network connection became very slow and I tried getting rid of any process that wasn't useful and it did not come back to it's usual speed. I then rebooted and it fixed the problem. When this happened I was trying to setup a remote connection to another server. Could this be related ? /-----------------------------\ | Marie-Josee Blais=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 | | Network Administrator=A0=A0=A0=A0=A0=A0 | |=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0 | | E-mail:mjblais@miranda.com=A0 | | --------------------------- | | Technologies Miranda Inc.=A0=A0 | | Tel:(514) 333-1772=A0=A0=A0=A0=A0=A0=A0=A0=A0 | | Fax:(514) 333-9828=A0=A0=A0=A0=A0=A0=A0=A0=A0 | | Web:=A0www.miranda.com | \-----------------------------/ =20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 13:40:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from exchange.quest.com (unknown [192.77.210.14]) by hub.freebsd.org (Postfix) with ESMTP id AD2CE14C8E for ; Thu, 10 Jun 1999 13:40:50 -0700 (PDT) (envelope-from SBenjamin@quest.com) Received: by exchange.quests.com with Internet Mail Service (5.5.2232.9) id ; Thu, 10 Jun 1999 13:40:50 -0700 Message-ID: <1D7D0A00F0E8D111A26600104B873E4C01783C32@exchange.quests.com> From: Scott Benjamin To: Shawn Workman Cc: questions@freebsd.org Subject: RE: apache-php3 Date: Thu, 10 Jun 1999 13:40:49 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, did you look at www.php.net? I was there a month or so and it had lots of good tidbits. Scott -----Original Message----- From: Shawn Workman [mailto:malpert@holdenz.com] Sent: Thursday, June 10, 1999 1:30 PM To: questions@freebsd.org Subject: apache-php3 I am looking for some info on using php in my web pages etc.. I have seen a few examples that use mysql, but I am using postgresql. If someone could point me in the right direction for some info/source for this I would appreciate it.. As a side note, I will be putting up a site ( www.bsdguy.com ) that I will be posting tips and hints from the lists as well as my personal experiences with FreeBSD so when it is all up and running I welcome your input and suggestions as to the content of this site.. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 13:45:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cygnus.rush.net (cygnus.rush.net [209.45.245.133]) by hub.freebsd.org (Postfix) with ESMTP id 9574F153DF for ; Thu, 10 Jun 1999 13:45:20 -0700 (PDT) (envelope-from bright@rush.net) Received: from localhost (bright@localhost) by cygnus.rush.net (8.9.3/8.9.3) with SMTP id QAA10308; Thu, 10 Jun 1999 16:04:06 -0500 (EST) Date: Thu, 10 Jun 1999 16:04:05 -0500 (EST) From: Alfred Perlstein To: Jon Slider Cc: freebsd-questions@FreeBSD.ORG Subject: Re: I just don't know... In-Reply-To: <37601914.24C48F44@uswest.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 10 Jun 1999, Jon Slider wrote: > How to actually GET RID of the boot manager... Have decided that sharing > disk space with FBSD on my Windoze machine just isn't working out, and > FBSD should get its own box. Now that it's been moved to its own > machine, I've removed FBSD from my Windows machine, but still have the > boot manager loading. I tried SYS'ing from a bootup floppy, but that > didn't do it. Please help! :) C:\> fdisk /mbr -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 13:55: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from holdennt.holdenz.com (holdennt.holdenz.com [198.202.29.242]) by hub.freebsd.org (Postfix) with ESMTP id EF34E14D71 for ; Thu, 10 Jun 1999 13:55:02 -0700 (PDT) (envelope-from malpert@holdenz.com) Received: from sycamore ([207.53.165.36]) by holdennt.holdenz.com (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35) with SMTP id com; Thu, 10 Jun 1999 13:57:20 -0700 Message-ID: <00a001beb383$327cf410$24a535cf@ieasoftware.com> From: "Shawn Workman" To: "Scott Benjamin" Cc: References: <1D7D0A00F0E8D111A26600104B873E4C01783C32@exchange.quests.com> Subject: Re: apache-php3 Date: Thu, 10 Jun 1999 13:52:47 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks for the info, this is exactly what I was looking for I just installed the php3 server last night and had very little time to do anything but just browse a couple of examples.. Thank you. ----- Original Message ----- From: Scott Benjamin To: Shawn Workman Cc: Sent: Thursday, June 10, 1999 1:40 PM Subject: RE: apache-php3 > Hi, > > did you look at www.php.net? I was there a month or so and it had lots of > good tidbits. > > Scott > > -----Original Message----- > From: Shawn Workman [mailto:malpert@holdenz.com] > Sent: Thursday, June 10, 1999 1:30 PM > To: questions@freebsd.org > Subject: apache-php3 > > > I am looking for some info on using php in my web pages etc.. I have seen a > few examples that use mysql, but I am using postgresql. > > If someone could point me in the right direction for some info/source for > this I would appreciate it.. > > As a side note, I will be putting up a site ( www.bsdguy.com ) that I will > be posting tips and hints from the lists as well as my personal experiences > with FreeBSD so when it is all up and running I welcome your input and > suggestions as to the content of this site.. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 14: 6:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from osgroup.com (unknown [38.229.41.6]) by hub.freebsd.org (Postfix) with ESMTP id 6626514D00 for ; Thu, 10 Jun 1999 14:06:15 -0700 (PDT) (envelope-from stan@osgroup.com) Received: from stan166 ([38.229.41.237]) by osgroup.com (8.7.6/8.6.12) with SMTP id PAA22705 for ; Thu, 10 Jun 1999 15:54:57 -0500 Received: by localhost with Microsoft MAPI; Thu, 10 Jun 1999 16:07:39 -0500 Message-ID: <01BEB35B.5D0001F0.stan@osgroup.com> From: Constantine Shkolnyy Reply-To: "stan@osgroup.com" To: "freebsd-questions@FreeBSD.ORG" Subject: RE: I just don't know... Date: Thu, 10 Jun 1999 16:07:38 -0500 Organization: Ashley Laurent, Inc. X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > How to actually GET RID of the boot manager... Have decided that > > sharing > > disk space with FBSD on my Windoze machine just isn't working out, and > > FBSD should get its own box. Now that it's been moved to its own > > machine, I've removed FBSD from my Windows machine, but still have the > > boot manager loading. I tried SYS'ing from a bootup floppy, but that > > didn't do it. Please help! :) > > C:\> fdisk /mbr But where is the original boot sector stored? Wouldn't it be more reliable to copy it back? fdisk will copy a standard boot sector and sometimes it may be different from the original one. It is not safe to suggest such a use of fdisk in general case, without prior knowing of his configuration. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 14: 6:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from kb.ecs.csun.edu (hp-kb.ecs.csun.edu [130.166.12.14]) by hub.freebsd.org (Postfix) with ESMTP id 3FC0114C8C for ; Thu, 10 Jun 1999 14:06:50 -0700 (PDT) (envelope-from ulairi@jps.net) Received: from localhost ([127.0.0.1]) by kb.ecs.csun.edu (Netscape Messaging Server 3.6) with SMTP id AAA367A for ; Thu, 10 Jun 1999 14:04:49 -0700 Subject: FreeBSD miniroot boot disk Date: Thu, 10 Jun 1999 14:04:49 -0700 Message-ID: <7727401D1A0.AAA367A@kb.ecs.csun.edu> From: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm looking for help building a boot disk that will act like a boot PROM. Comes up to just enough to do a BootP broadcast, mount swap/FS across the netw network, grab the kernel, load it, and then CPIO stuff around... URLs/personal help would be welcome I suspect I'd be modifying the PicoBSD stuff a bit, but not certain *********NEWBIE ALERT************ Extra Patience required when explaining :) Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 14:12:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from aw164.netaddress.usa.net (aw164.netaddress.usa.net [204.68.24.64]) by hub.freebsd.org (Postfix) with SMTP id 15AD014D39 for ; Thu, 10 Jun 1999 14:12:45 -0700 (PDT) (envelope-from genkin@usa.net) Received: (qmail 22330 invoked by uid 60001); 10 Jun 1999 21:12:45 -0000 Message-ID: <19990610211245.22329.qmail@aw164.netaddress.usa.net> Received: from 204.68.24.64 by aw164 via web-mailer(M3.0.0.118) on Thu Jun 10 21:12:45 GMT 1999 Date: 10 Jun 99 15:12:45 MDT From: ARCADY GENKIN To: freebsd-questions@freebsd.org Subject: ed0: device timeout (repost) X-Mailer: USANET web-mailer (M3.0.0.118) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all: I have a new installation of FreeBSD 3.2Rel. on an i486 with 2 ISA NE2000= nics. I recompiled the kernel with the following parameters: device ed0 at isa? port 0x300 net irq 5 iomem 0xd8000 device ed1 at isa? port 0x240 net irq 3 iomem 0xd8000 at boot time it looks like they are initialized properly: config> en ed0 config> po ed0 0x300 config> ir ed0 5 config> iom ed0 0xd8000 config> f ed0 0 config> q [...] ed0 at 0x300-0x31f irq 5 on isa ed0: address 52:54:4c:17:c9:5c, type NE2000 (16 bit) = ed1 at 0x240-0x25f irq 3 on isa ed1: address 00:80:c8:ec:0f:39, type NE2000 (16 bit) any attempt to work with them, though, results in "edX: device timeout" warning. Q1: Does the above look sane? What are "config" and the latter parts of initialization? Q2: In the kernel configuration file, what is "iomem 0xd8000", and is it standard for all ethernet cards? If not, how can I find out the value for= my system? Thanks in advance! ____________________________________________________________________ Get free e-mail and a permanent address at http://www.amexmail.com/?A=3D1= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 14:21:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from matrix.42.org (matrix.42.org [194.246.250.200]) by hub.freebsd.org (Postfix) with ESMTP id C225714DE4 for ; Thu, 10 Jun 1999 14:21:42 -0700 (PDT) (envelope-from sec@42.org) Received: (from sec@localhost) by matrix.42.org (8.8.8/8.8.5) id XAA18365 (sender ); Thu, 10 Jun 1999 23:21:41 +0200 (CEST) Date: Thu, 10 Jun 1999 23:21:40 +0200 From: Stefan `Sec` Zehl To: freebsd-questions@freebsd.org Cc: opp@muffin.org Subject: tcp sequence numbers aren't in sequece :) Message-ID: <19990610232140.B17240@matrix.42.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.95.6i I-love-doing-this: really Accept-Languages: de, en X-URL: http://sec.42.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm not really expecting an answer here, because it's probably a winsux bug. But I'll take my chance anyway. Today I was debugging why someone in our (switched) lan couldn't send Mail. a quick tcpdump revealed the following: [.. all normal ...] 929015471.500826 ewok.smtp > ref201.1579: P 127:134(7) ack 477 win 17520 (DF) (ttl 64, id 16436) "250 ok\n" 929015471.502014 ref201.1579 > ewok.smtp: P 477:483(6) ack 134 win 8627 (DF) [tos 0x10] > (ttl 128, id 22034) "DATA\n\r" 929015471.596899 ewok.smtp > ref201.1579: . ack 483 win 17520 (DF) (ttl 64, id 16438) 929015480.076121 ewok.smtp > ref201.1579: P 134:147(13) ack 483 win 17520 (DF) (ttl 64, id 16468) "354 go ahead\n" [ this is where it gets wired ] 929015480.091100 ref201.1579 > ewok.smtp: P 1943:2503(560) ack 147 win 8614 (DF) [tos > 0x10] (ttl 128, id 22546) last ack'd packet was '483' now he sends '1943' 929015480.091461 ewok.smtp > ref201.1579: . ack 483 win 17520 (DF) (ttl 64, id 16469) hey ref201, i still need data starting at 483... 929015480.102461 ref201.1579 > ewok.smtp: P 3963:4501(538) ack 147 win 8614 (DF) [tos > 0x10] (ttl 128, id 23058) blah blah blah... 929015480.102721 ewok.smtp > ref201.1579: . ack 483 win 17520 (DF) (ttl 64, id 16471) hey! do you here me? 929015480.111333 ref201.1579 > ewok.smtp: P 5961:6499(538) ack 147 win 8614 (DF) [tos > 0x10] (ttl 128, id 23826) foop munch blearg... [ and so on ] 929015480.111577 ewok.smtp > ref201.1579: . ack 483 win 17520 (DF) (ttl 64, id 16472) 929015480.118386 ref201.1579 > ewok.smtp: P 7959:8497(538) ack 147 win 8614 (DF) [tos > 0x10] (ttl 128, id 24338) 929015480.118603 ewok.smtp > ref201.1579: . ack 483 win 17520 (DF) (ttl 64, id 16473) 929015480.125682 ref201.1579 > ewok.smtp: P 9957:10495(538) ack 147 win 8614 (DF) [tos > 0x10] (tt l 128, id 24850) 929015480.125907 ewok.smtp > ref201.1579: . ack 483 win 17520 (DF) (ttl 64, id 16474) And finally handgs completely at that point. The boxes involved were eowk="FreeBSD 2.2.1-RELEASE" running sendmail and ref201="Windows NT Workstation" running Netscape4.x trying to send a mail with a 200-300k Attachment. The funny thing is, short mails (a couple of lines text) did not exhibit this problem. So I'm asking if somebody saw something like this, or has an idea what this could be. CU, Sec -- McAffee gibt's wohl fЭr FreeBSD. Der soll auch versteckte Viren in /sbin/init finden. :-)) - Joerg Wunsch am 21.8.97 in de.comp.os.bsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 14:24:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from flashmail.com (flashmail.com [209.63.137.8]) by hub.freebsd.org (Postfix) with SMTP id 1DF9614DE4 for ; Thu, 10 Jun 1999 14:24:24 -0700 (PDT) (envelope-from mholloway@flashmail.com) Received: from flashmail.com ([209.63.137.8]) by flashmail.com ; Thu, 10 Jun 1999 14:25:29 -0800 From: "Mark L. Holloway" Reply-To: mholloway@flashmail.com To: questions@freebsd.org Date: Thu, 10 Jun 1999 14:25:29 -800 Subject: Hotbot = NT+IIS4 X-Mailer: CWMail Web to Mail Gateway 2.0n, http://netwinsite.com/top_mail.htm Message-id: <37602d49.c0.0@flashmail.com> X-User-Info: 206.135.117.130 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How the heck is Hotbot running their entire search engine on a Windows NT 4/IIS platform? I thought NT couldn't handle that kind of traffic load... Are they using NT Enterprsie? Or a special HAL from Microsoft maybe? Mark ______________________________________________________ Get Your FREE FlashMail Address now at http://www.flashmail.com It's Free, Easy, & Fun !!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 14:28:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.lusardi.com (mail.lusardi.com [207.215.158.12]) by hub.freebsd.org (Postfix) with ESMTP id 5D47914DE4 for ; Thu, 10 Jun 1999 14:28:07 -0700 (PDT) (envelope-from erinf@lusardi.com) Received: by MAIL with Internet Mail Service (5.5.2232.9) id ; Thu, 10 Jun 1999 14:23:06 -0700 Message-ID: From: Erin Fortenberry To: "'mholloway@flashmail.com'" , questions@freebsd.org Subject: RE: Hotbot = NT+IIS4 Date: Thu, 10 Jun 1999 14:22:57 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --> How the heck is Hotbot running their entire search engine on a Windows NT 4/IIS --> platform? I thought NT couldn't handle that kind of traffic load... Are they --> using NT Enterprsie? Or a special HAL from Microsoft maybe? ^^^ Sorry, Dave, You can't do that. Dave, are you listening to me? --> Mark Sorry, I just couldn't pass that up. Erin mailto:kahn@deadbbs.com http://www.deadbbs.com http://www.fortenberry.net Come back, I'm not dangerous. The doctor gave me these pills... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 14:31: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from unix.kawartha.com (unix.kawartha.com [204.101.15.2]) by hub.freebsd.org (Postfix) with ESMTP id 9185614DE4 for ; Thu, 10 Jun 1999 14:30:58 -0700 (PDT) (envelope-from support@kawartha.com) Received: from kawartha.com (earth.kawartha.com [204.101.15.14]) by unix.kawartha.com (8.9.1/8.8.7) with ESMTP id RAA29896; Thu, 10 Jun 1999 17:29:59 -0400 (EDT) Message-ID: <37602F86.A37C72A9@kawartha.com> Date: Thu, 10 Jun 1999 17:35:02 -0400 From: OCD Support X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: mholloway@flashmail.com Cc: questions@FreeBSD.ORG Subject: Re: Hotbot = NT+IIS4 References: <37602d49.c0.0@flashmail.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I wasn't aware that Hotbot was running NT however I wasn't really looking neither..:) I wouldn't say that Windows NT can't handle high loads of traffic... just not as much or as well as a good Apache server on FreeBSD... My guess is that they are running a large cluster of servers acting as one or via round robin DNS. Paul "Mark L. Holloway" wrote: > How the heck is Hotbot running their entire search engine on a Windows NT 4/IIS > platform? I thought NT couldn't handle that kind of traffic load... Are they > using NT Enterprsie? Or a special HAL from Microsoft maybe? > > Mark > ______________________________________________________ > Get Your FREE FlashMail Address now at http://www.flashmail.com > It's Free, Easy, & Fun !!! > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 14:32: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from attach1.rocketmail.com (attach1.rocketmail.com [205.180.57.81]) by hub.freebsd.org (Postfix) with SMTP id C73E414DE4 for ; Thu, 10 Jun 1999 14:32:02 -0700 (PDT) (envelope-from bhamon@rocketmail.com) Message-ID: <19990610212511.21128.rocketmail@attach1.rocketmail.com> Received: from [207.245.222.4] by attach1; Thu, 10 Jun 1999 14:25:11 PDT Date: Thu, 10 Jun 1999 14:25:11 -0700 (PDT) From: Bryan Hamon Subject: Quickcam To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does freebsd support parallel quickcam's? I've got an old 486 that I want to hook-up a quickcam to, but it only has a 120mb hard drive. I figured I'd attempt to install freebsd on it instead of trying to cut Win98 down to size (and freebsd would also be alot faster than win98 on a 486) to make it run on the 120mb hard drive. Is any of this possible? Thanks, Bryan _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 14:37:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from broccoli.graphics.cornell.edu (BROCCOLI.GRAPHICS.CORNELL.EDU [128.84.247.53]) by hub.freebsd.org (Postfix) with ESMTP id EB23415238 for ; Thu, 10 Jun 1999 14:37:21 -0700 (PDT) (envelope-from mkc@Graphics.Cornell.EDU) Received: from graphics.cornell.edu (localhost.graphics.cornell.edu) by broccoli.graphics.cornell.edu with ESMTP (1.37.109.16/16.2) id AA098890639; Thu, 10 Jun 1999 17:37:20 -0400 Message-Id: <199906102137.AA098890639@broccoli.graphics.cornell.edu> X-Mailer: exmh version 2.0zeta 7/24/97 To: freebsd-questions@freebsd.org Subject: journaled filesystem? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 10 Jun 1999 17:37:19 -0400 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm interested in knowing if there exists a journalled filesystem that runs on freebsd. something along the lines of jfs or vxfs that will fsck quickly so it doesn't take forever to get a fileserver with big disks back online after a crash. -Mitch [huh, ispell gets pretty crude when you give it a document containing the word fsck.] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 14:38:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from osgroup.com (unknown [38.229.41.6]) by hub.freebsd.org (Postfix) with ESMTP id 58D5814DE4 for ; Thu, 10 Jun 1999 14:38:43 -0700 (PDT) (envelope-from stan@osgroup.com) Received: from stan166 ([38.229.41.237]) by osgroup.com (8.7.6/8.6.12) with SMTP id QAA23057 for ; Thu, 10 Jun 1999 16:27:26 -0500 Received: by localhost with Microsoft MAPI; Thu, 10 Jun 1999 16:40:07 -0500 Message-ID: <01BEB35F.E63E2510.stan@osgroup.com> From: Constantine Shkolnyy Reply-To: "stan@osgroup.com" To: "freebsd-questions@FreeBSD.ORG" Subject: RE: ed0: device timeout (repost) Date: Thu, 10 Jun 1999 16:40:06 -0500 Organization: Ashley Laurent, Inc. X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thursday, June 10, 1999 4:13 PM, ARCADY GENKIN [SMTP:genkin@usa.net] wrote: > Hi all: > > I have a new installation of FreeBSD 3.2Rel. on an i486 with 2 ISA NE2000 > nics. I recompiled the kernel with the following parameters: > > device ed0 at isa? port 0x300 net irq 5 iomem 0xd8000 > device ed1 at isa? port 0x240 net irq 3 iomem 0xd8000 > > at boot time it looks like they are initialized properly: > > config> en ed0 > config> po ed0 0x300 > config> ir ed0 5 > config> iom ed0 0xd8000 > config> f ed0 0 > config> q > [...] > ed0 at 0x300-0x31f irq 5 on isa > ed0: address 52:54:4c:17:c9:5c, type NE2000 (16 bit) > ed1 at 0x240-0x25f irq 3 on isa > ed1: address 00:80:c8:ec:0f:39, type NE2000 (16 bit) > > any attempt to work with them, though, results in "edX: device timeout" > warning. > > Q1: Does the above look sane? What are "config" and the latter parts of > initialization? > Q2: In the kernel configuration file, what is "iomem 0xd8000", and is it > standard for all ethernet cards? If not, how can I find out the value for > my system? My understanding is that these values must be different for different cards. These are probably physical memory addresses used by the boards. They must be set differently in the boards themselves too. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 14:38:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dsinw.com (dsinw.com [207.149.40.5]) by hub.freebsd.org (Postfix) with ESMTP id 3E44E14DE4 for ; Thu, 10 Jun 1999 14:38:50 -0700 (PDT) (envelope-from hamellr@dsinw.com) Received: (from hamellr@localhost) by dsinw.com (8.8.8/8.7.3) id OAA23378; Thu, 10 Jun 1999 14:38:21 -0700 (PDT) Date: Thu, 10 Jun 1999 14:38:21 -0700 (PDT) From: rick hamell To: Jon Slider Cc: freebsd-questions@FreeBSD.ORG Subject: Re: I just don't know... In-Reply-To: <37601914.24C48F44@uswest.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > machine, I've removed FBSD from my Windows machine, but still have the > boot manager loading. I tried SYS'ing from a bootup floppy, but that > didn't do it. Please help! :) Use dos fdisk then type fdisk /mbr Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 14:41:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dsinw.com (dsinw.com [207.149.40.5]) by hub.freebsd.org (Postfix) with ESMTP id AF87515362 for ; Thu, 10 Jun 1999 14:41:27 -0700 (PDT) (envelope-from hamellr@dsinw.com) Received: (from hamellr@localhost) by dsinw.com (8.8.8/8.7.3) id OAA23454; Thu, 10 Jun 1999 14:40:52 -0700 (PDT) Date: Thu, 10 Jun 1999 14:40:52 -0700 (PDT) From: rick hamell To: Constantine Shkolnyy Cc: "freebsd-questions@FreeBSD.ORG" Subject: RE: I just don't know... In-Reply-To: <01BEB35B.5D0001F0.stan@osgroup.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > C:\> fdisk /mbr > > But where is the original boot sector stored? Wouldn't it be more > reliable to copy it back? fdisk will copy a standard boot sector > and sometimes it may be different from the original one. It is not > safe to suggest such a use of fdisk in general case, without prior > knowing of his configuration. That's what /mbr does, it restores an orginal copy of the boot sector. Besides unless he has other boot managers in addition, there is no reason to not use it. Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 14:43:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id 1653314DE4 for ; Thu, 10 Jun 1999 14:43:36 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from revolution.3-cities.com (revolution.3-cities.com [204.203.224.155]) by corinth.bossig.com (Rockliffe SMTPRA 3.3.1) with ESMTP id ; Thu, 10 Jun 1999 14:45:33 -0700 Received: from 3-cities.com (kenn2219.bossig.com [208.26.242.219]) by revolution.3-cities.com (8.9.3/8.9.3) with ESMTP id OAA25030; Thu, 10 Jun 1999 14:43:29 -0700 (PDT) Message-ID: <37603176.36757BF5@3-cities.com> Date: Thu, 10 Jun 1999 14:43:18 -0700 From: Kent Stewart Reply-To: kstewart@3-cities.com Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.51 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: rick hamell Cc: Jon Slider , freebsd-questions@freebsd.org Subject: Re: I just don't know... References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rick hamell wrote: > > > machine, I've removed FBSD from my Windows machine, but still have the > > boot manager loading. I tried SYS'ing from a bootup floppy, but that > > didn't do it. Please help! :) > > Use dos fdisk then type fdisk /mbr If he has a large drive, wouldn't that install a bad mbr. I think he needs to use the Win 9x "Emergency Startup Disk" to do the "fdisk /mbr". Kent > > Rick > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 14:46:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from c523578-a.sttls1.wa.home.com (c523578-a.sttls1.wa.home.com [24.5.122.51]) by hub.freebsd.org (Postfix) with ESMTP id 9F4C615341 for ; Thu, 10 Jun 1999 14:46:29 -0700 (PDT) (envelope-from tbackman@c523578-a.sttls1.wa.home.com) Received: from localhost (tbackman@localhost) by c523578-a.sttls1.wa.home.com (8.9.3/8.9.2) with ESMTP id OAA07619; Thu, 10 Jun 1999 14:52:58 -0700 (PDT) (envelope-from tbackman@c523578-a.sttls1.wa.home.com) Date: Thu, 10 Jun 1999 14:52:58 -0700 (PDT) From: Todd Backman To: Bryan Hamon Cc: questions@FreeBSD.ORG Subject: Re: Quickcam In-Reply-To: <19990610212511.21128.rocketmail@attach1.rocketmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I don't believe you can do it on a 120mb hd. There is support for the parallel quickcam though... On Thu, 10 Jun 1999, Bryan Hamon wrote: > Does freebsd support parallel quickcam's? I've got an > old 486 that I want to hook-up a quickcam to, but it > only has a 120mb hard drive. I figured I'd attempt to > install freebsd on it instead of trying to cut Win98 > down to size (and freebsd would also be alot faster > than win98 on a 486) to make it run on the 120mb hard > drive. > > Is any of this possible? > > > Thanks, > Bryan > > > > > > > _________________________________________________________ > DO YOU YAHOO!? > Get your free @yahoo.com address at http://mail.yahoo.com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > ========================================================================= Todd Backman "there are two major products that came out of berkley: Geek and FreeBSD user lsd and unix. Seattle, WA we don't believe this to be "Chaos is a good teacher..." a coincidence." j.s.anderson ========================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 14:47:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from osgroup.com (unknown [38.229.41.6]) by hub.freebsd.org (Postfix) with ESMTP id B10E715238 for ; Thu, 10 Jun 1999 14:47:31 -0700 (PDT) (envelope-from stan@osgroup.com) Received: from stan166 ([38.229.41.237]) by osgroup.com (8.7.6/8.6.12) with SMTP id QAA23172 for ; Thu, 10 Jun 1999 16:36:13 -0500 Received: by localhost with Microsoft MAPI; Thu, 10 Jun 1999 16:48:55 -0500 Message-ID: <01BEB361.20AB00F0.stan@osgroup.com> From: Constantine Shkolnyy Reply-To: "stan@osgroup.com" To: "freebsd-questions@FreeBSD.ORG" Subject: RE: I just don't know... Date: Thu, 10 Jun 1999 16:48:54 -0500 Organization: Ashley Laurent, Inc. X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thursday, June 10, 1999 4:41 PM, rick hamell [SMTP:hamellr@dsinw.com] wrote: > > > > C:\> fdisk /mbr > > > > But where is the original boot sector stored? Wouldn't it be more > > reliable to copy it back? fdisk will copy a standard boot sector > > and sometimes it may be different from the original one. It is not > > safe to suggest such a use of fdisk in general case, without prior > > knowing of his configuration. > > That's what /mbr does, it restores an orginal copy of the boot > sector. Besides unless he has other boot managers in addition, there is > no reason to not use it. Exactly. I just wanted to draw your attention that you people should always add the above warning to your advices to use fdisk /mbr or the machine may be rendered unusable. Get an unusable machine instead of machine with F? prompt - this is not what he wants :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 14:47:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from out1.ibm.net (out1.ibm.net [165.87.194.252]) by hub.freebsd.org (Postfix) with ESMTP id C1084150F6 for ; Thu, 10 Jun 1999 14:47:46 -0700 (PDT) (envelope-from youlgok@ibm.net) Received: from ibm.net (slip129-37-165-247.pq.ca.ibm.net [129.37.165.247]) by out1.ibm.net (8.8.5/8.6.9) with ESMTP id VAA340616 for ; Thu, 10 Jun 1999 21:47:44 GMT From: youlgok@ibm.net Message-ID: <376031BA.5FB8967E@ibm.net> Date: Thu, 10 Jun 1999 17:44:26 -0400 Reply-To: youlgok@ibm.net X-Mailer: Mozilla 4.5 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Installation Panic! (3.1) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just have been installing a few times of 3.1 and some problem has been occured as follows: In the installation processing: [Message] Kernel copied OK, but unable to save boot -c changes to it. See the debug scrren(Alt-F2) for details. I don't have a copy of the debug screen. After exiting from the screen(Ctrl-Alt-Del), rest of the installation was processed and it said the installation is complete. In the re-booting: panic: bt0: btreset-Diagnostic Active failed to drop status=0x80 Automatic reboot in 15 seconds... Trying to re-boot a few times, it keeps same message and didn't re-boot. How should I fix this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 14:58:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from team7.cba (team7.cba.ualr.edu [144.167.120.24]) by hub.freebsd.org (Postfix) with ESMTP id BF9C315283 for ; Thu, 10 Jun 1999 14:58:48 -0700 (PDT) (envelope-from joe@team7.cba.ualr.edu) Received: from team7.cba (team7.cba [144.167.120.24]) by team7.cba (8.9.3/8.9.3) with ESMTP id QAA08064; Thu, 10 Jun 1999 16:58:51 -0500 (CDT) (envelope-from joe@team7.cba.ualr.edu) Date: Thu, 10 Jun 1999 16:58:51 -0500 (CDT) From: Joe Royce X-Sender: joe@team7.cba To: Bryan Hamon Cc: questions@FreeBSD.ORG Subject: Re: Quickcam In-Reply-To: <19990610212511.21128.rocketmail@attach1.rocketmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 10 Jun 1999, Bryan Hamon wrote: > Does freebsd support parallel quickcam's? I've got an > old 486 that I want to hook-up a quickcam to, but it > only has a 120mb hard drive. I figured I'd attempt to > install freebsd on it instead of trying to cut Win98 > down to size (and freebsd would also be alot faster > than win98 on a 486) to make it run on the 120mb hard > drive. > > Is any of this possible? > Yes, if it's a color quickcam then you can use xcqcam or sane. Also check out http://www.cs.virginia.edu/~patrick/quickcam/ for other info. -Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 15: 0:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from spool.webzone.net (mail.webzone.net [205.219.23.67]) by hub.freebsd.org (Postfix) with ESMTP id D4E8C15334 for ; Thu, 10 Jun 1999 15:00:18 -0700 (PDT) (envelope-from murban@webzone.net) Received: from webzone.net ([208.152.103.169]) by spool.webzone.net (post.office MTA v2.0 0813 ID# 0-12689) with ESMTP id AAA16295; Thu, 10 Jun 1999 17:04:04 -0500 Message-ID: <376035E4.11135650@webzone.net> Date: Thu, 10 Jun 1999 17:02:13 -0500 From: Mike Urban Reply-To: murban@webzone.net X-Mailer: Mozilla 4.07 [en] (X11; I; Linux 2.0.36 i686) MIME-Version: 1.0 To: mholloway@flashmail.com Cc: questions@freebsd.org Subject: Re: AMD or Intel? References: <375f4aae.17f.0@flashmail.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If you are not going to be playing a lot of 3D games, then definitely go with AMD.. They make excellent CPU's that perform as well as (and sometimes better then) Intel on business apps. And they will cost you significantly less. I don't play many games, and I use AMD almost exclusively. Mike. Mark L. Holloway wrote: > I'm looking do get another PC for my FreeBSD dektop workstation (ie not serving). > > For $189 I can get an AMD K2-450 and Motherboard. > For $379 I can get an Intel 400 and Motherboard. > > I've heard the AMD has a weak FPU but as soon as you hit PIII the price jumps > way too high (since I won't use the PIII extensions). Any advice? Is the AMD > still a good cpu? > > Regards, > Mark > ______________________________________________________ > Get Your FREE FlashMail Address now at http://www.flashmail.com > It's Free, Easy, & Fun !!! > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 15: 4: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp02.wxs.nl (smtp02.wxs.nl [195.121.6.60]) by hub.freebsd.org (Postfix) with ESMTP id 4732C1524D for ; Thu, 10 Jun 1999 15:04:03 -0700 (PDT) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.196.30]) by smtp02.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAA5D1; Fri, 11 Jun 1999 00:04:02 +0200 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id AAA07858; Fri, 11 Jun 1999 00:04:34 +0200 (CEST) (envelope-from asmodai) Date: Fri, 11 Jun 1999 00:04:33 +0200 From: Jeroen Ruigrok van der Werven To: Rene Veerman Cc: freebsd-questions@FreeBSD.ORG Subject: Re: newbie attempting to compile a 3.2 kernel Message-ID: <19990611000433.B7680@ninth-circle.org> References: <199906100805.KAA00634@smtp3.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.3i In-Reply-To: <199906100805.KAA00634@smtp3.xs4all.nl>; from Rene Veerman on Sun, Jun 13, 1999 at 10:05:36AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Rene Veerman (rene@xs4all.nl) [990610 13:55]: > Hija. > > I editted the kernel-config file myself (see bottom of mail), and tried > compiling the kernel as described in the handbook. It compiled just fine, > but when booting it comes up with > > elf_loadexec: archsw.readin failed > > Here, i'm lost ;-) No clue what this means... > Can anyone tell me what I'm doing wrong here? (any other tips you have on > this kernel config are also appreciated). See inserted text. > # Rene's modest little kernel > > machine "i386" > cpu "I586_CPU" I thought it was recommended to leave cpu's be that equal yer's or are greater... > ident MESSENGER-EXPERIMENTAL > maxusers 32 > > options INET #InterNETworking > options FFS #Berkeley Fast Filesystem > options FFS_ROOT #FFS usable as root device [keep this!] > options MFS #Memory Filesystem > options NFS #Network Filesystem > options MSDOSFS #MSDOS Filesystem > options "CD9660" #ISO 9660 Filesystem > options "CD9660_ROOT" #CD-ROM usable as root. "CD9660" req'ed > options PROCFS #Process filesystem > options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] > options SCSI_DELAY=5000 #Be pessimistic about Joe SCSI device > options UCONSOLE #Allow users to grab the console > options FAILSAFE #Be conservative > options USERCONFIG #boot -c editor > options VISUAL_USERCONFIG #visual boot -c editor > options QUOTA > > > config kernel root on wd0 > > options "NO_F00F_HACK" Remove that line, it's generally better to check for F00F with pentiums. > options "MD5" > > controller isa0 > controller pnp0 > controller eisa0 > controller pci0 Ye really need eisa0? > controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 > disk fd0 at fdc0 drive 0 > > #disk fd1 at fdc0 drive 1 > > #options "CMD640" # work around CMD640 chip deficiency > controller wdc0 at isa? port "IO_WD1" bio irq 14 > disk wd0 at wdc0 drive 0 > disk wd1 at wdc0 drive 1 > > controller wdc1 at isa? port "IO_WD2" bio irq 15 > disk wd2 at wdc1 drive 0 > disk wd3 at wdc1 drive 1 > > options ATAPI #Enable ATAPI support for IDE bus > options ATAPI_STATIC #Don't do it as an LKM > device acd0 #IDE CD-ROM > device wfd0 #IDE Floppy (e.g. LS-120) Ye also have a LS-120? =) > # A single entry for any of these controllers (ncr, ahb, ahc) is > # sufficient for any number of installed devices. > controller ahc0 > controller scbus0 > device vp0 > device da0 > > device sa0 > > device pass0 > > device cd0 #Only need one of these, the code dynamically grows > > device wt0 at isa? port 0x300 bio irq 5 drq 1 > device mcd0 at isa? port 0x300 bio irq 10 > > controller matcd0 at isa? port 0x230 bio Surely there's no need for 4 diff cd-rom drivers? either use acd0, mcd0, matcd0 or scd0. cd0 is SCSI. Also, I gather yer using a mixed IDE/SCSI system? > device scd0 at isa? port 0x230 bio > > # atkbdc0 controlls both the keyboard and the PS/2 mouse > controller atkbdc0 at isa? port IO_KBD tty > device atkbd0 at isa? tty irq 1 > device psm0 at isa? tty irq 12 > > device vga0 at isa? port ? conflicts > > # splash screen/screen saver > pseudo-device splash > > # syscons is the default console driver, resembling an SCO console > device sc0 at isa? tty > > device npx0 at isa? port IO_NPX irq 13 #numeric CPU support > > # Serial port > device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4 > device sio1 at isa? port "IO_COM2" tty irq 3 > device sio2 at isa? disable port "IO_COM3" tty irq 5 > device sio3 at isa? disable port "IO_COM4" tty irq 9 Ye need 4 COM-ports? Just verifying. > # Parallel port > device ppc0 at isa? port? flags 0x40 net irq 7 > controller ppbus0 > device lpt0 at ppbus? > device plip0 at ppbus? > device ppi0 at ppbus? > #controller vpo0 at ppbus? > > # > # The following Ethernet NICs are all PCI devices. > # > device vx0 # 3Com 3c590, 3c595 (``Vortex'') > device xl0 # 3Com 3c90x (``Boomerang'', ``Cyclone'') > > # Order is important here due to intrusive probes, do *not* alphabetize > # this list of network interfaces until the probes have been fixed. > # Right now it appears that the ie0 must be probed before ep0. See > # revision 1.20 of this file. > > device ep0 at isa? port 0x300 net irq 10 > > pseudo-device loop > pseudo-device ether > pseudo-device ppp 1 > pseudo-device tun 1 > pseudo-device pty 16 > pseudo-device gzip # Exec gzipped a.out's [ snip of extra support and development stuff ] Why not add options DDB for crash debugging? > // Rene Veerman > // XS4ALL software development -- Jeroen Ruigrok van der Werven asmodai(at)wxs.nl The *BSD Programmer's Documentation Project Network/Security Specialist *BSD & (g)VIM : Accept no limitations... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 15: 5:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from spool.webzone.net (mail.webzone.net [205.219.23.67]) by hub.freebsd.org (Postfix) with ESMTP id CAED6152B6 for ; Thu, 10 Jun 1999 15:05:38 -0700 (PDT) (envelope-from murban@webzone.net) Received: from webzone.net ([208.152.103.169]) by spool.webzone.net (post.office MTA v2.0 0813 ID# 0-12689) with ESMTP id AAA20033; Thu, 10 Jun 1999 17:09:26 -0500 Message-ID: <37603727.4A1F9B3F@webzone.net> Date: Thu, 10 Jun 1999 17:07:35 -0500 From: Mike Urban Reply-To: murban@webzone.net X-Mailer: Mozilla 4.07 [en] (X11; I; Linux 2.0.36 i686) MIME-Version: 1.0 To: Jon Slider Cc: freebsd-questions@FreeBSD.ORG Subject: Re: I just don't know... References: <37601914.24C48F44@uswest.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG fdisk /mbr should wipe out the boot manager. Mike. Jon Slider wrote: > How to actually GET RID of the boot manager... Have decided that sharing > disk space with FBSD on my Windoze machine just isn't working out, and > FBSD should get its own box. Now that it's been moved to its own > machine, I've removed FBSD from my Windows machine, but still have the > boot manager loading. I tried SYS'ing from a bootup floppy, but that > didn't do it. Please help! :) > > Jon. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 15: 6:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from lab12.ie.pitt.edu (lab12.ie.pitt.edu [136.142.89.102]) by hub.freebsd.org (Postfix) with ESMTP id D5FA91569F for ; Thu, 10 Jun 1999 15:06:34 -0700 (PDT) (envelope-from grafe@lab12.ie.pitt.edu) Received: (from grafe@localhost) by lab12.ie.pitt.edu (8.8.8+Sun/8.8.8) id SAA13183 for freebsd-questions@freebsd.org; Thu, 10 Jun 1999 18:06:33 -0400 (EDT) Date: Thu, 10 Jun 1999 18:06:33 -0400 (EDT) Message-Id: <199906102206.SAA13183@lab12.ie.pitt.edu> From: grafe@lab12.ie.pitt.edu (Gary Rafe) To: freebsd-questions@freebsd.org Subject: Q: WordPerfect8 on FreeBSD 3.2-RELEASE ? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG After upgrading my 2.2.8-RELEASE notebook to 3.2-RELEASE, I've run into a none-too-obvious problem with my previously working installation of WordPerfect8 for Linux: $ /usr/LINUX/wp8/wpbin/xwp # the WordPerfect binary xwp: Can't resolve symbol '_CurrentRuneLocale' xwp: Can't resolve symbol '__sF' FWIW, my Linux binaries for Acrobat3 & RealVideo player seem to behave as expected -- the system has the linux_lib-2.6.1 package installed. Any pointers to resolving this are appreciated. --Gary gerst4@pitt.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 15:16:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from spool.webzone.net (mail.webzone.net [205.219.23.67]) by hub.freebsd.org (Postfix) with ESMTP id 16C1314C0D for ; Thu, 10 Jun 1999 15:16:18 -0700 (PDT) (envelope-from murban@webzone.net) Received: from webzone.net ([208.152.103.169]) by spool.webzone.net (post.office MTA v2.0 0813 ID# 0-12689) with ESMTP id AAA27423 for ; Thu, 10 Jun 1999 17:20:03 -0500 Message-ID: <376039A3.4AAF514B@webzone.net> Date: Thu, 10 Jun 1999 17:18:11 -0500 From: Mike Urban Reply-To: murban@webzone.net X-Mailer: Mozilla 4.07 [en] (X11; I; Linux 2.0.36 i686) MIME-Version: 1.0 To: questions@freebsd.org Subject: Re: I just don't know... Content-Type: multipart/mixed; boundary="------------81880D2DD59CE11CC5FFEB7A" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------81880D2DD59CE11CC5FFEB7A Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit > The original boot record has already been overwritten by FreeBSD's boot > loader... Besides, editing the boot record by hand involves using a hex > editor, which is probably more dangerous then using fdisk /mbr.Constantine > Shkolnyy wrote: > > > > > How to actually GET RID of the boot manager... Have decided that > > > > sharing > > > > disk space with FBSD on my Windoze machine just isn't working out, and > > > > FBSD should get its own box. Now that it's been moved to its own > > > > machine, I've removed FBSD from my Windows machine, but still have the > > > > boot manager loading. I tried SYS'ing from a bootup floppy, but that > > > > didn't do it. Please help! :) > > > > > > C:\> fdisk /mbr > > > > But where is the original boot sector stored? Wouldn't it be more > > reliable to copy it back? fdisk will copy a standard boot sector > > and sometimes it may be different from the original one. It is not > > safe to suggest such a use of fdisk in general case, without prior > > knowing of his configuration. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > --------------81880D2DD59CE11CC5FFEB7A Content-Type: message/rfc822 Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <376037D5.A4E0611@webzone.net> Date: Thu, 10 Jun 1999 17:10:29 -0500 From: Mike Urban Reply-To: murban@webzone.net X-Mailer: Mozilla 4.07 [en] (X11; I; Linux 2.0.36 i686) MIME-Version: 1.0 To: "stan@osgroup.com" Subject: Re: I just don't know... References: <01BEB35B.5D0001F0.stan@osgroup.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit The original boot record has already been overwritten by FreeBSD's boot loader... Besides, editing the boot record by hand involves using a hex editor, which is probably more dangerous then using fdisk /mbr.Constantine Shkolnyy wrote: > > > How to actually GET RID of the boot manager... Have decided that > > > sharing > > > disk space with FBSD on my Windoze machine just isn't working out, and > > > FBSD should get its own box. Now that it's been moved to its own > > > machine, I've removed FBSD from my Windows machine, but still have the > > > boot manager loading. I tried SYS'ing from a bootup floppy, but that > > > didn't do it. Please help! :) > > > > C:\> fdisk /mbr > > But where is the original boot sector stored? Wouldn't it be more > reliable to copy it back? fdisk will copy a standard boot sector > and sometimes it may be different from the original one. It is not > safe to suggest such a use of fdisk in general case, without prior > knowing of his configuration. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > --------------81880D2DD59CE11CC5FFEB7A-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 15:18:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from osgroup.com (unknown [38.229.41.6]) by hub.freebsd.org (Postfix) with ESMTP id A0FC914C8D for ; Thu, 10 Jun 1999 15:18:12 -0700 (PDT) (envelope-from stan@osgroup.com) Received: from stan166 ([38.229.41.237]) by osgroup.com (8.7.6/8.6.12) with SMTP id RAA23509 for ; Thu, 10 Jun 1999 17:06:54 -0500 Received: by localhost with Microsoft MAPI; Thu, 10 Jun 1999 17:19:36 -0500 Message-ID: <01BEB365.6A24AD90.stan@osgroup.com> From: Constantine Shkolnyy Reply-To: "stan@osgroup.com" To: "freebsd-questions@FreeBSD.ORG" Subject: How to uninstall the FreeBSD boot manager correctly? Date: Thu, 10 Jun 1999 17:19:35 -0500 Organization: Ashley Laurent, Inc. X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi All, What is the correct way to uninstall the FreeBSD boot manager, returning the old MBR to its place? Where is that old MBR stored during the installation? (I usually conveniently delete the NT boot manager by writing the bootsect.dos, which it stores in the root directory, directly to the sector 0 of the infected partition :-) Is the procedure any similar in FreeBSD? Thank you, Stan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 15:28:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from icicle.winternet.com (icicle.winternet.com [198.174.169.13]) by hub.freebsd.org (Postfix) with ESMTP id 3093714BE5 for ; Thu, 10 Jun 1999 15:28:14 -0700 (PDT) (envelope-from nrahlstr@mail.winternet.com) Received: from tundra.winternet.com (nrahlstr@tundra.winternet.com [198.174.169.11]) by icicle.winternet.com (8.9.3/8.9.3) with ESMTP id RAA07915; Thu, 10 Jun 1999 17:28:13 -0500 (CDT) SMTP "HELO" (ESMTP) greeting from tundra.winternet.com But _really_ from :: nrahlstr@tundra.winternet.com [198.174.169.11] SMTP "MAIL From" = nrahlstr@mail.winternet.com (Nathan Ahlstrom) SMTP "RCPT To" = Received: (from nrahlstr@localhost) by tundra.winternet.com (8.8.7/8.8.4) id RAA16271; Thu, 10 Jun 1999 17:27:46 -0500 (CDT) Message-ID: <19990610172746.A16261@winternet.com> Date: Thu, 10 Jun 1999 17:27:46 -0500 From: Nathan Ahlstrom To: Jonathan Belson , freebsd-questions@FreeBSD.ORG Subject: Re: PCI soundcards? Mail-Followup-To: Jonathan Belson , freebsd-questions@FreeBSD.ORG References: <376006C4.284DEFA4@dookie.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <376006C4.284DEFA4@dookie.demon.co.uk>; from Jonathan Belson on Thu, Jun 10, 1999 at 07:41:08PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jonathan Belson wrote: > Hiya > > > I couldn't figure out whether PCI soundcards like the > SoundBlaster Live were supported by FreeBSD 3.1. Is > anyone successfully using one? The sound blaster live is not supported. I have successfully used the Sound blaster PCI 128. -- Nathan Ahlstrom FreeBSD: http://www.FreeBSD.org/ nrahlstr@winternet.com PGP Key ID: 0x67BC9D19 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 15:42:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pop3-3.enteract.com (pop3-3.enteract.com [207.229.143.32]) by hub.freebsd.org (Postfix) with SMTP id 510331501A for ; Thu, 10 Jun 1999 15:42:57 -0700 (PDT) (envelope-from cmpnerds@enteract.com) Received: (qmail 67790 invoked from network); 10 Jun 1999 22:42:57 -0000 Received: from adam.enteract.com (cmpnerds@206.54.252.1) by pop3-3.enteract.com with SMTP; 10 Jun 1999 22:42:57 -0000 Date: Thu, 10 Jun 1999 17:42:55 -0500 (CDT) From: cmpnerds To: freebsd-questions@freebsd.org Subject: Dual configuration boot Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greatings, I have a quick question abou a script I'm trying to write. Before I attempt it let me explain. I'm running freebsd on a laptop. When I'm at work my ip address is 10.165.64.241 with gateway of 10.165.64.1 and a netmask of 255.255.255.0. When I'm at home I have an IP# of 10.165.77.68 a gateway of 10.165.77.65 and a netmask of 255.255.255.248. DNS and Hostname is the same. I want my default network info to be my work info and when I'm at home I want to be able to call a script that will temporarily change my information to match my home network. Is this possible? Is there a better way of doing this??Any suggestions?? Thanks in advance To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 15:45:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tank.razorfish.com (tank.razorfish.com [206.64.109.2]) by hub.freebsd.org (Postfix) with ESMTP id 259461524D for ; Thu, 10 Jun 1999 15:45:29 -0700 (PDT) (envelope-from hans@razorfish.com) Received: from yaga.razorfish.com (yaga.razorfish.com [206.64.109.6]) by tank.razorfish.com (8.9.1/8.9.1) with ESMTP id SAA25031; Thu, 10 Jun 1999 18:45:27 -0400 (EDT) Received: (from hans@localhost) by yaga.razorfish.com (8.9.2/8.9.2) id SAA08093; Thu, 10 Jun 1999 18:45:26 -0400 (EDT) Message-Id: <199906102245.SAA08093@yaga.razorfish.com> Content-Type: text/plain MIME-Version: 1.0 (NeXT Mail 4.2mach v148) X-Image-URL: http://yagaland.razorfish.com/hcs.tiff X-Face: $}SX;AVK.1WpW9e}n(k95w5U?O;M3T8)YG1'%c|?JT/1_RYui,GJ".'lwb.U,(9%*b|z4| RY4T5s,+MFSx%Y_Ot[Tn-S!F9dia&cm*0+65zXMo6S~;B?i/`23C-oovCgg)b{y~kuy6c1 chjm:I(A~3^_2?3Y}[NnMgu>is6|Lm1 In-Reply-To: <37602F86.A37C72A9@kawartha.com> X-Nextstep-Mailer: Mail 4.2mach [i386] (Enhance 2.2p2) Received: by NeXT.Mailer (1.148) From: Hans-Christoph Steiner Date: Thu, 10 Jun 1999 18:45:26 -0400 To: OCD Support Subject: Re: Hotbot = NT+IIS4 Cc: mholloway@flashmail.com, questions@FreeBSD.ORG References: <37602d49.c0.0@flashmail.com> <37602F86.A37C72A9@kawartha.com> X-URL: http://yagaland.steinertours.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG There are some large sites that run on NT. They usually use large clusters with load balancers. One thing that NT is good at is making process data available so that when they crash, the load balancer knows that the machine is down. As for NT Enterprise, there not much more to it. It can use more than 2 GB RAM and more than 4 processors. But NT Workstation, Server, and Enterprise all have the same kernel, its a licensing thing. In fact, you can convert NT Workstation into Server with some registry hacks. -Hans >I wasn't aware that Hotbot was running NT however I wasn't really looking >neither..:) I wouldn't say that Windows NT can't handle high loads of >traffic... just not as much or as well as a good Apache server on >FreeBSD... > >My guess is that they are running a large cluster of servers acting as one or >via round robin DNS. > >Paul > >"Mark L. Holloway" wrote: > >> How the heck is Hotbot running their entire search engine on a Windows NT >> 4/IIS platform? I thought NT couldn't handle that kind of traffic load... >> Are they using NT Enterprsie? Or a special HAL from Microsoft maybe? >> >> Mark >> ______________________________________________________ >> Get Your FREE FlashMail Address now at > It's Free, Easy, & Fun !!! >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-questions" in the body of the message > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > | || ||| || r a z o r f i s h , new york hans-christoph steiner [ network systems manager ] phone >> 212.798.6432 pager >> 888.433.4970 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 15:47:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tank.razorfish.com (tank.razorfish.com [206.64.109.2]) by hub.freebsd.org (Postfix) with ESMTP id 6E8521501A for ; Thu, 10 Jun 1999 15:47:35 -0700 (PDT) (envelope-from hans@razorfish.com) Received: from yaga.razorfish.com (yaga.razorfish.com [206.64.109.6]) by tank.razorfish.com (8.9.1/8.9.1) with ESMTP id SAA25122; Thu, 10 Jun 1999 18:47:31 -0400 (EDT) Received: (from hans@localhost) by yaga.razorfish.com (8.9.2/8.9.2) id SAA08096; Thu, 10 Jun 1999 18:47:30 -0400 (EDT) Message-Id: <199906102247.SAA08096@yaga.razorfish.com> Content-Type: text/plain MIME-Version: 1.0 (NeXT Mail 4.2mach v148) X-Image-URL: http://yagaland.razorfish.com/hcs.tiff X-Face: $}SX;AVK.1WpW9e}n(k95w5U?O;M3T8)YG1'%c|?JT/1_RYui,GJ".'lwb.U,(9%*b|z4| RY4T5s,+MFSx%Y_Ot[Tn-S!F9dia&cm*0+65zXMo6S~;B?i/`23C-oovCgg)b{y~kuy6c1 chjm:I(A~3^_2?3Y}[NnMgu>is6|Lm1 In-Reply-To: <199906102137.AA098890639@broccoli.graphics.cornell.edu> X-Nextstep-Mailer: Mail 4.2mach [i386] (Enhance 2.2p2) Received: by NeXT.Mailer (1.148) From: Hans-Christoph Steiner Date: Thu, 10 Jun 1999 18:47:30 -0400 To: Mitch Collinsworth Subject: Re: journaled filesystem? Cc: freebsd-questions@FreeBSD.ORG References: <199906102137.AA098890639@broccoli.graphics.cornell.edu> X-URL: http://yagaland.steinertours.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG FreeBSD does not have a journaled file system, but it does have "soft updates" which achieves many of the same results. ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/src/contrib/sys/softupdates/README -Hans >I'm interested in knowing if there exists a journalled filesystem >that runs on freebsd. something along the lines of jfs or vxfs >that will fsck quickly so it doesn't take forever to get a fileserver >with big disks back online after a crash. > >-Mitch > >[huh, ispell gets pretty crude when you give it a document >containing the word fsck.] > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > | || ||| || r a z o r f i s h , new york hans-christoph steiner [ network systems manager ] phone >> 212.798.6432 pager >> 888.433.4970 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 16: 0:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail-01.cdsnet.net (mail-01.cdsnet.net [206.107.16.35]) by hub.freebsd.org (Postfix) with SMTP id B705315326 for ; Thu, 10 Jun 1999 16:00:56 -0700 (PDT) (envelope-from reich@ntemail.internetcds.com) Received: (qmail 14978 invoked from network); 10 Jun 1999 23:00:52 -0000 Received: from ntemail.internetcds.com (204.118.245.115) by mail.cdsnet.net with SMTP; 10 Jun 1999 23:00:52 -0000 Received: by ntemail.internetcds.com with Internet Mail Service (5.5.2448.0) id ; Thu, 10 Jun 1999 16:00:45 -0700 Message-ID: <518AAFCF1E9AD211BCEA00A0241A91B7062566@ntemail.internetcds.com> From: reich@ntemail.internetcds.com To: freebsd-questions@freebsd.org Subject: Kernel loading error mesasge Date: Thu, 10 Jun 1999 16:00:44 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Can anyone tell me what this means, and more importantly, how to fix it? After a pretty severe crash, I rebooted to find my kernel unloadable. Not just the normal kernel, but kernel.old, .prev, and .GENERIC. With some fixit disk fun, I was able to find a bootable kernel, and I am currently making world up to 3.1 stable. (Was at 3.0 stable.) The error message was during the bootloader, as it sucked in the kernel: "elf_loadexec: archsw.readin failed input/output error" What could have possibly caused this? Ideas/suggestions are appreciated, as I am crippled without this machine. :) Mahlon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 16:24:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from server4.reno.powernet.net (server4.reno.powernet.net [208.226.189.15]) by hub.freebsd.org (Postfix) with ESMTP id 284A215410 for ; Thu, 10 Jun 1999 16:24:38 -0700 (PDT) (envelope-from trzy@powernet.net) Received: from p5-11.reno.powernet.net (p5-11.reno.powernet.net [208.226.188.13]) by server4.reno.powernet.net (8.9.0/8.8.5) with ESMTP id QAA06446 for ; Thu, 10 Jun 1999 16:24:36 -0700 (PDT) Date: Thu, 10 Jun 1999 16:20:37 -0700 (PDT) From: Bart Trzynadlowski X-Sender: trzy@Brzuszek To: freebsd-questions@freebsd.org Subject: prompts Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I'd like to thank everyone for helping me out with the email issue. I decided to stick with Pine and just change my login name to "trzy". I asked earlier about prompts under csh and sh but I still haven't been able to change them. I want the prompts to display the current directory followed by a # or $ depending on the user class. My zsh prompt looks like this: /home/trzy% But my sh prompt is just a "$" or "#" and my csh prompt prints the hostname followed by a # or $. The csh man page says that the cwd variable lists the current working directory and is modified each time the directory is changed via cd. So I tried setting the prompt like this: set prompt = "$cwd#" Csh is for my root account and when I logged in as root I got to experience what follows: /root# cd .. /root# cd /home/trzy /root# thus cwd is not changing with each cd. Any ideas for csh and sh? Thanks a lot! Bart Trzynadlowski To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 16:54:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ucsu.Colorado.EDU (ucsu.Colorado.EDU [128.138.129.83]) by hub.freebsd.org (Postfix) with ESMTP id 48CFF14C41 for ; Thu, 10 Jun 1999 16:54:23 -0700 (PDT) (envelope-from doranj@ucsu.Colorado.EDU) Received: (from doranj@localhost) by ucsu.Colorado.EDU (8.9.3/8.9.3/ITS-5.0/standard) id RAA07500; Thu, 10 Jun 1999 17:54:19 -0600 (MDT) From: Jonathon Doran Message-Id: <199906102354.RAA07500@ucsu.Colorado.EDU> Subject: Re: prompts To: trzy@powernet.net (Bart Trzynadlowski) Date: Thu, 10 Jun 1999 17:54:19 -0600 (MDT) Cc: freebsd-questions@freebsd.org In-Reply-To: from "Bart Trzynadlowski" at Jun 10, 99 04:20:37 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Csh is for my root account and when I logged in as root I got to > experience what follows: > > /root# cd .. > /root# cd /home/trzy > /root# Well, from the comp.unix.questions FAQ: (for csh) alias setprompt 'set prompt="${cwd}% "' setprompt # to set the initial prompt alias cd 'chdir \!* && setprompt' The same type of strategy can work for other shells. The problem with what you were attempting is that shell variables are evaluated when they are created. So your first directory was loaded into the variable, and the expression wasn't re-evaluated later. If you change cd (as above) you can have it re-evaluate this expression. Jon Doran To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 17: 2:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from folly.lemis.com (static221.conference.usenix.org [209.179.127.221]) by hub.freebsd.org (Postfix) with ESMTP id 8B58D154BF for ; Thu, 10 Jun 1999 17:02:11 -0700 (PDT) (envelope-from grog@folly.lemis.com) Received: (grog@localhost) by folly.lemis.com (8.9.3/8.6.12) id QAA00794; Thu, 10 Jun 1999 16:21:42 -0700 (PDT) Message-ID: <19990610161857.42141@folly.lemis.com> Date: Thu, 10 Jun 1999 16:18:57 -0700 From: Greg Lehey To: Christopher Michaels , Daniel Malament , freebsd-questions@FreeBSD.ORG Subject: Re: vinum installation References: <6C37EE640B78D2118D2F00A0C90FCB440110594B@site2s1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <6C37EE640B78D2118D2F00A0C90FCB440110594B@site2s1>; from Christopher Michaels on Thu, Jun 03, 1999 at 02:58:38PM -0400 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thursday, 3 June 1999 at 14:58:38 -0400, Christopher Michaels wrote: >> On Thursday, June 03, 1999 2:41 PM, Daniel Malament wrote: >> To: freebsd-questions@freebsd.org >> Subject: vinum installation >> >> Hey all. I'm trying to install vinum, but I'm having some problems. The >> biggest on is that the makefile is looking for stuff under >> /usr/src/sys/dev/vinum, which doesn't exist on our system. Do I have to >> blow away /usr/src/sys and reinstall from ftp.freebsd.org? (This is a >> 2.2.8 system, btw.) Am I just missing something? >> >> Also, I'm hoping to use it to mirror a drive. How stable is vinum at this >> point? At "this point", Vinum is very stable. However, 2.2.8 is not "this point". There are a number of unfixed problems in the 2.2.8 version, including one relating to building. I won't have time to look at this version for at least two weeks. >> Will I be able to use the mirrored drive easily if the main one >> crashes? Yes. >> Am I better off just using rdist in a nightly cron job? That depends on what you want to do. Normally, the answer would be an emphatic "no". > 1. Did you get the tarball from ftp.lemis.com, and which one did you get? > 2. Did you follow the instructions in the README. > > It says in there that you are supposed to cd /usr/src and then untar the > files there. > Take a look at ftp://ftp.lemis.com/pub/vinum/README > > As far as stability, I haven't heard much trouble with it. I'm using vinum > but only for concatenation. Personally I think, even if you are mirroring, > you should still do backups anyway. :) Correct. No RAID system can protect against finger trouble. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 17:25:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from acme.sb.west.net (acme.sb.west.net [205.254.224.2]) by hub.freebsd.org (Postfix) with ESMTP id 163AC154AA for ; Thu, 10 Jun 1999 17:25:16 -0700 (PDT) (envelope-from ramey@rrsd.com) Received: from RRSD01 (226-146.adsl2.avtel.net [207.71.226.146]) by acme.sb.west.net (Postfix) with ESMTP id 055B92531F for ; Thu, 10 Jun 1999 17:24:11 -0700 (PDT) From: "Robert Ramey" To: Subject: question about kernel command line arguments Date: Thu, 10 Jun 1999 17:26:58 -0700 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1162 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <19990611002412.055B92531F@acme.sb.west.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The linux kernel has the ability to pass certain arguments such as the nfsroot when it boots. Is there a similar facility in the FreeBSD kernel? I am porting the etherboot package to FreeBSD and this would be useful. Robert Ramey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 17:27:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns2.cha.ne.jp (unknown [210.163.103.85]) by hub.freebsd.org (Postfix) with ESMTP id 235EB154AA for ; Thu, 10 Jun 1999 17:26:35 -0700 (PDT) (envelope-from ml@cha.ne.jp) Received: from fm-v.toy-net.ocn.ad.jp (client-9.cha.ne.jp [210.163.103.90]) by ns2.cha.ne.jp (8.8.8/3.6W) with SMTP id JAA01738 for ; Fri, 11 Jun 1999 09:26:57 +0900 (JST) Message-ID: <004901beb3a1$621b1080$5a67a3d2@fm-v.toy-net.ocn.ad.jp> From: "FreeBSD ML" To: Subject: PPP Date: Fri, 11 Jun 1999 09:28:52 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG $B=i$a$F%a!<%k$7$^$9!#(B PPP$B@\B3$,$&$^$/$$$-$^$;$s!#%b%G%`$O(BHUCOM-EX336$B$r!"(BOS$B$O(B2.2.8-stable $B$r;HMQ$7$F$$$^$9!#(B http://www.jp.freebsd.org/www.freebsd.org/ja/handbook/dialup.html $B$K5-:\$5$l$F$$$?DL$j$K?J$a$k$H!X%G%#%P%$%9(B $B%9%Z%7%c%k(B $B%U%!%$%k$N:n@.(B $B!Y$G(B MAKEDEV ttyd1 $B$H%?%$%W$7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 17:34:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand.global.net.uk (sand.global.net.uk [194.126.82.9]) by hub.freebsd.org (Postfix) with ESMTP id D49C415341 for ; Thu, 10 Jun 1999 17:34:04 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from p9es10a06.client.global.net.uk ([195.147.218.159] helo=marder-1.) by sand.global.net.uk with esmtp (Exim 2.05 #1) id 10sFGi-00009K-00; Fri, 11 Jun 1999 01:34:00 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id BAA00788; Fri, 11 Jun 1999 01:32:01 +0100 (BST) (envelope-from marko) Date: Fri, 11 Jun 1999 01:32:00 +0100 From: Mark Ovens To: Constantine Shkolnyy Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: I just don't know... Message-ID: <19990611013200.F255@marder-1> References: <01BEB361.20AB00F0.stan@osgroup.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <01BEB361.20AB00F0.stan@osgroup.com>; from Constantine Shkolnyy on Thu, Jun 10, 1999 at 04:48:54PM -0500 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jun 10, 1999 at 04:48:54PM -0500, Constantine Shkolnyy wrote: > On Thursday, June 10, 1999 4:41 PM, rick hamell [SMTP:hamellr@dsinw.com] > wrote: > > > > > > C:\> fdisk /mbr > > > > > > But where is the original boot sector stored? Wouldn't it be more > > > reliable to copy it back? fdisk will copy a standard boot sector > > > and sometimes it may be different from the original one. It is not > > > safe to suggest such a use of fdisk in general case, without prior > > > knowing of his configuration. > > > > That's what /mbr does, it restores an orginal copy of the boot > > sector. Besides unless he has other boot managers in addition, there is > > no reason to not use it. > > Exactly. I just wanted to draw your attention that you people should > always add the above warning to your advices to use fdisk /mbr or > the machine may be rendered unusable. Get an unusable machine instead > of machine with F? prompt - this is not what he wants :-) > "original" mbr, er, wouldn't that mean that FreeBSD saved a copy of the mbr and that Winblows knew where to find it and restore it? In the Wonderful World of Winblows it's a case of: original mbr == standard mbr == ONLY mbr. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 17:50:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from netdoor.com (netdoor.com [208.137.128.6]) by hub.freebsd.org (Postfix) with ESMTP id 9114A14D09 for ; Thu, 10 Jun 1999 17:50:10 -0700 (PDT) (envelope-from dougj@netdoor.com) Received: from compuschmam (port497.jxn.netdoor.com [208.148.193.197]) by netdoor.com (8.9.3/8.9.3) with SMTP id TAA29048 for ; Thu, 10 Jun 1999 19:50:09 -0500 (CDT) Message-ID: <000201beb3a4$614876e0$c5c194d0@compuschmam> From: "Doug Jennings" To: Subject: Re: PCI soundcards? Date: Thu, 10 Jun 1999 19:47:12 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Along those lines...does anyone out there have a TBS (Turtle Beach) Montego II PCI card working with BSD? Just curious. -Doug >Jonathan Belson wrote: >> >> I couldn't figure out whether PCI soundcards like the >> SoundBlaster Live were supported by FreeBSD 3.1. Is >> anyone successfully using one? > >The sound blaster live is not supported. I have >successfully used the Sound blaster PCI 128. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 17:55:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from www.crb-web.com (ns1.crb-web.com [209.70.120.131]) by hub.freebsd.org (Postfix) with SMTP id 1130014D75 for ; Thu, 10 Jun 1999 17:55:40 -0700 (PDT) (envelope-from wayne@crb.crb-web.com) Received: (qmail 6888 invoked by uid 1001); 11 Jun 1999 00:54:34 -0000 Date: Thu, 10 Jun 1999 20:54:34 -0400 (EDT) From: Wayne Cuddy Reply-To: wayne@crb-web.com To: FreeBSD Questions Subject: VIM and tab completion Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I use vim 5.x with most unix systems. When I want to complete a command on the modeline at the bottom I can use the key. However under freebsd it prints ^I. Does anyone know how to fix this? Thanks, Wayne To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 18: 2:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from osgroup.com (unknown [38.229.41.6]) by hub.freebsd.org (Postfix) with ESMTP id A105C1512B for ; Thu, 10 Jun 1999 18:02:47 -0700 (PDT) (envelope-from stan@osgroup.com) Received: from stan166 ([38.229.41.237]) by osgroup.com (8.7.6/8.6.12) with SMTP id TAA25087 for ; Thu, 10 Jun 1999 19:51:30 -0500 Received: by localhost with Microsoft MAPI; Thu, 10 Jun 1999 20:04:17 -0500 Message-ID: <01BEB37C.6BA3B500.stan@osgroup.com> From: Constantine Shkolnyy Reply-To: "stan@osgroup.com" To: "freebsd-questions@FreeBSD.ORG" Subject: MBR (Was RE: I just don't know...) Date: Thu, 10 Jun 1999 20:04:16 -0500 Organization: Ashley Laurent, Inc. X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thursday, June 10, 1999 7:32 PM, Mark Ovens [SMTP:markov@globalnet.co.uk] wrote: > On Thu, Jun 10, 1999 at 04:48:54PM -0500, Constantine Shkolnyy wrote: > > On Thursday, June 10, 1999 4:41 PM, rick hamell [SMTP:hamellr@dsinw.com] > > > > wrote: > > > > > > > > C:\> fdisk /mbr > > > > > > > > But where is the original boot sector stored? Wouldn't it be more > > > > reliable to copy it back? fdisk will copy a standard boot sector > > > > and sometimes it may be different from the original one. It is not > > > > safe to suggest such a use of fdisk in general case, without prior > > > > knowing of his configuration. > > > > > > That's what /mbr does, it restores an orginal copy of the boot > > > sector. Besides unless he has other boot managers in addition, there > > > is > > > no reason to not use it. > > > > Exactly. I just wanted to draw your attention that you people should > > always add the above warning to your advices to use fdisk /mbr or > > the machine may be rendered unusable. Get an unusable machine instead > > of machine with F? prompt - this is not what he wants :-) > > > > "original" mbr, er, wouldn't that mean that FreeBSD saved a copy of > the mbr and that Winblows knew where to find it and restore it? In > the Wonderful World of Winblows it's a case of: > > original mbr == standard mbr == ONLY mbr. When I said "original", I meant that one that existed before FreeBSD boot manager. It's my opinion that any software product should provide some means of "undoing" the changes it did to the computer system, whenever it's possible. Of course, it is not possible to restore the disk data that you agreed to overwrite with FreeBSD file system. It would be fine to let the user simply delete the FreeBSD partition. In the case of a boot manager, it would be nice if it could ask the user whether he wants to backup the existing MBR to some place, before re-writing it, so that the manager could be cleanly deleted in future. At installation time, if the user has some ill-brained MBR, he could find soon that his DOS/Windows doesn't boot. What should he do then? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 18:10:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id C93E514D09 for ; Thu, 10 Jun 1999 18:10:28 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id VAA20323; Thu, 10 Jun 1999 21:11:49 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199906110111.VAA20323@cc942873-a.ewndsr1.nj.home.com> Subject: Re: A simple network configuration question. In-Reply-To: from Hans van Reenen at "Jun 10, 99 07:04:39 am" To: H.vanReenen@UCI.KUN.NL (Hans van Reenen) Date: Thu, 10 Jun 1999 21:11:49 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hans van Reenen wrote, > > Hello, > > I will try explain it clearly. > > e-net catv enet enet > PC-box ------- cable modem ------ com controller ------ gateway ----- > 131.174.118.146 131.174.116.7 > > Between the PC-box and the gateway it is a ethernet connection (no PPP), > and the PC-box is NOT a gateway itself (for example a home-lan). > > I hope it is specific enough to answer this question. So your LAN is at _least_ as big as 131.174.116/22, huh? You can configure this from the command line with, # ifconfig inet 131.174.118.146 netmask 255.255.252.0 Where '' is the name of your interface. To now set the default route to the gateway, # route add default 131.174.116.7 And that should be it. Is there are reason you said earlier that you did not want to do this from the rc-files? -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 18:13:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand.global.net.uk (sand.global.net.uk [194.126.82.9]) by hub.freebsd.org (Postfix) with ESMTP id EB89514D09 for ; Thu, 10 Jun 1999 18:13:37 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from pfds08a06.client.global.net.uk ([195.147.216.254] helo=marder-1.) by sand.global.net.uk with esmtp (Exim 2.05 #1) id 10sFt2-0000In-00; Fri, 11 Jun 1999 02:13:36 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id CAA01117; Fri, 11 Jun 1999 02:11:38 +0100 (BST) (envelope-from marko) Date: Fri, 11 Jun 1999 02:11:37 +0100 From: Mark Ovens To: Constantine Shkolnyy Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: MBR (Was RE: I just don't know...) Message-ID: <19990611021137.H255@marder-1> References: <01BEB37C.6BA3B500.stan@osgroup.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <01BEB37C.6BA3B500.stan@osgroup.com>; from Constantine Shkolnyy on Thu, Jun 10, 1999 at 08:04:16PM -0500 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jun 10, 1999 at 08:04:16PM -0500, Constantine Shkolnyy wrote: > On Thursday, June 10, 1999 7:32 PM, Mark Ovens > [SMTP:markov@globalnet.co.uk] wrote: > > On Thu, Jun 10, 1999 at 04:48:54PM -0500, Constantine Shkolnyy wrote: > > > On Thursday, June 10, 1999 4:41 PM, rick hamell > [SMTP:hamellr@dsinw.com] > > > > > > wrote: > > > > > > > > > > C:\> fdisk /mbr > > > > > > > > > > But where is the original boot sector stored? Wouldn't it be more > > > > > reliable to copy it back? fdisk will copy a standard boot sector > > > > > and sometimes it may be different from the original one. It is not > > > > > safe to suggest such a use of fdisk in general case, without prior > > > > > knowing of his configuration. > > > > > > > > That's what /mbr does, it restores an orginal copy of the boot > > > > sector. Besides unless he has other boot managers in addition, there > > > > is > > > > no reason to not use it. > > > > > > Exactly. I just wanted to draw your attention that you people should > > > always add the above warning to your advices to use fdisk /mbr or > > > the machine may be rendered unusable. Get an unusable machine instead > > > of machine with F? prompt - this is not what he wants :-) > > > > > > > "original" mbr, er, wouldn't that mean that FreeBSD saved a copy of > > the mbr and that Winblows knew where to find it and restore it? In > > the Wonderful World of Winblows it's a case of: > > > > original mbr == standard mbr == ONLY mbr. > > When I said "original", I meant that one that existed before FreeBSD > boot manager. So did I > It's my opinion that any software product should provide > some means of "undoing" the changes it did to the computer system, > whenever it's possible. Of course, it is not possible to restore the > disk data that you agreed to overwrite with FreeBSD file system. > It would be fine to let the user simply delete the FreeBSD partition. > In the case of a boot manager, it would be nice if it could ask the user > whether he wants to backup the existing MBR to some place, before > re-writing it, so that the manager could be cleanly deleted in future. > But why do you need to save a DOS/WIN3.x/WIN9x mbr? All it does in effect is say "look for IO.SYS in the root dir of the first primary partition, and if you find it, then run it" > At installation time, if the user has some ill-brained MBR, he > could find soon that his DOS/Windows doesn't boot. What should > he do then? > Consider himself very lucky :-) > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 18:18:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand2.global.net.uk (sand2.global.net.uk [194.126.80.50]) by hub.freebsd.org (Postfix) with ESMTP id 3EA3E14D09 for ; Thu, 10 Jun 1999 18:18:34 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from pfds08a06.client.global.net.uk ([195.147.216.254] helo=marder-1.) by sand2.global.net.uk with esmtp (Exim 2.05 #1) id 10sFxo-00078S-00; Fri, 11 Jun 1999 02:18:33 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id BAA00842; Fri, 11 Jun 1999 01:46:38 +0100 (BST) (envelope-from marko) Date: Fri, 11 Jun 1999 01:46:38 +0100 From: Mark Ovens To: Bart Trzynadlowski Cc: freebsd-questions@freebsd.org Subject: Re: prompts Message-ID: <19990611014637.G255@marder-1> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Bart Trzynadlowski on Thu, Jun 10, 1999 at 04:20:37PM -0700 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jun 10, 1999 at 04:20:37PM -0700, Bart Trzynadlowski wrote: > Hello, > I'd like to thank everyone for helping me out with the email > issue. I decided to stick with Pine and just change my login name to > "trzy". > > I asked earlier about prompts under csh and sh but I still haven't been > able to change them. I want the prompts to display the current directory > followed by a # or $ depending on the user class. > My zsh prompt looks like this: > > /home/trzy% > > But my sh prompt is just a "$" or "#" and my csh prompt prints the > hostname followed by a # or $. The csh man page says that the cwd variable > lists the current working directory and is modified each time the > directory is changed via cd. So I tried setting the prompt like this: > > set prompt = "$cwd#" > > Csh is for my root account and when I logged in as root I got to > experience what follows: > > /root# cd .. > /root# cd /home/trzy > /root# > > thus cwd is not changing with each cd. > > Any ideas for csh and sh? > For csh you need to alias ``cd''. If you just do a ``set prompt='' like you tried then it is static, that is you set the variable "prompt" to the value it was at that point in time (actually, what you did was wrong anyway, you needed ``set prompt = "`echo $cwd`#") You need to update the variable "prompt" every time you ``cd''. To get what you want, add the following to ~/.cshrc (so it applies to all shells that you start): alias cd 'cd \!*;set prompt="`pwd`# "' % % cd % alias cd 'cd \!*;set prompt="`pwd`# "' % % % cd /usr/marko# cd /etc /etc# cd /mnt /mnt# HTH > Thanks a lot! > > Bart Trzynadlowski > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 18:24: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from macbeth.ienet.com (macbeth.ienet.com [207.78.32.52]) by hub.freebsd.org (Postfix) with ESMTP id CE7F215326 for ; Thu, 10 Jun 1999 18:24:03 -0700 (PDT) (envelope-from joe@zyan.com) Received: from joe (joe.ienet.com [206.253.0.204]) by macbeth.ienet.com (8.8.7/8.8.7) with SMTP id SAA21992 for ; Thu, 10 Jun 1999 18:24:02 -0700 (PDT) Message-Id: <4.1.19990610182337.00ab3100@mail.ienet.com> X-Sender: joe@mail.ienet.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Thu, 10 Jun 1999 18:24:44 -0700 To: freebsd-questions@FreeBSD.ORG From: Joe Gilbert Subject: supported tape drives Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What tape drives does FreeBSD have supported drivers for? i am looking in to creating a backup solution and was wondering where I could find a list or information about what tape drive we can use. Cheers, Joe -- Joe Gilbert, Support Manager Zyan Communications http://www.zyan.com mailto:joe@zyan.com 877-ZYAN.COM (877-992-6266) Fax 213-488-6101 Internet Access DSL T1 T3 VPN Hosting Ecommerce Web Design To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 18:34:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cgi1.tm.net.my (provision.tm.net.my [202.188.95.13]) by hub.freebsd.org (Postfix) with ESMTP id 201DE1536A; Thu, 10 Jun 1999 18:34:01 -0700 (PDT) (envelope-from rezath@tm.net.my) Received: from setan ([202.188.127.2]) by cgi1.tm.net.my (InterMail v03.02.05 118 121 101) with SMTP id <19990611013400.FBFE3962@setan>; Fri, 11 Jun 1999 09:34:00 +0800 Message-ID: <004501beb3ab$7bf0a2e0$081603c8@tmmaster> From: "Rezamys" To: Cc: Subject: 2.2.7 Release To 3.2 Stable Date: Fri, 11 Jun 1999 09:41:10 +0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0042_01BEB3EE.897CD300" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.203 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.203 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0042_01BEB3EE.897CD300 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi All, I installed Freebie 2.2.7 Release. Am thinking of upgrading it to = version 3.2 Stable.=20 Should I do an 3.2 upgrade first or just select 3.2 stable (ftp'ying = from releng3.freebsd.org) instead? Is this the correct way? Am confused here... I understood that there're many ways to do it. But i think ftp'ying and = do "sysinstall" sounds easier... In "freebsd diary" it says just download the "src" the do the = "sysinstall" (i hope i got that right). Which what I did. Is it = sufficient just downloading the "src" from 3.2 Stable, compile, reboot = and expect to have "stable" there on the srceen? Also I wonder where does the new kernel "src" reside? Does it parked at = /usr/bin? How does one "sysinstall" it? Thanks ------=_NextPart_000_0042_01BEB3EE.897CD300 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi All,
I installed Freebie 2.2.7 Release. Am thinking of upgrading it to = version=20 3.2 Stable.
Should I do an 3.2 upgrade first or just select 3.2 stable = (ftp'ying from=20 releng3.freebsd.org) instead?
Is this the correct way? Am confused here...
 
I understood that there're many ways to do it. But i think ftp'ying = and do=20 "sysinstall" sounds easier...
In "freebsd diary" it says just download the "src" the do the = "sysinstall"=20 (i hope i got that right). Which what I did. Is it = sufficient just=20 downloading the "src" from 3.2 Stable, compile, reboot and expect to = have=20 "stable" there on the srceen?
 
Also I wonder where does the new kernel "src" reside? Does it = parked at=20 /usr/bin?  How does one "sysinstall" it?
Thanks
------=_NextPart_000_0042_01BEB3EE.897CD300-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 18:44:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from q3.quik.com (q3.quik.com [209.213.140.5]) by hub.freebsd.org (Postfix) with ESMTP id CECCD15466 for ; Thu, 10 Jun 1999 18:44:47 -0700 (PDT) (envelope-from morrows@dmtconsulting.com) Received: from renegade01 (ip009.wispr.quik.com [209.213.153.9]) by q3.quik.com (8.9.3/8.9.3) with SMTP id SAA13748 for ; Thu, 10 Jun 1999 18:44:10 -0700 Reply-To: From: "Steve Morrow" To: Subject: High speed serial Date: Fri, 11 Jun 1999 20:41:17 -0500 Message-ID: <001201beb474$aa435ce0$1100000a@renegade> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a ISDN adapter hooked up to a FreeBSD 2.2.8 box. I need to get a high speed serial port. What are some that people have used before? I really only need the one serial port, and don't often have a large amount of money to spend on it. Any suggestions would be appreciated though... Steve renegade@unforgettable.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 18:56:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc602670-a.flrtn1.occa.home.com (cc602670-a.flrtn1.occa.home.com [24.0.114.133]) by hub.freebsd.org (Postfix) with ESMTP id 5890115326 for ; Thu, 10 Jun 1999 18:56:36 -0700 (PDT) (envelope-from jeff@cc602670-a.flrtn1.occa.home.com) Received: (from jeff@localhost) by cc602670-a.flrtn1.occa.home.com (8.8.8/8.8.8) id SAA00437; Thu, 10 Jun 1999 18:56:28 -0700 (PDT) (envelope-from jeff) From: jeff Message-Id: <199906110156.SAA00437@cc602670-a.flrtn1.occa.home.com> Subject: Re: High speed serial In-Reply-To: <001201beb474$aa435ce0$1100000a@renegade> from Steve Morrow at "Jun 11, 1999 8:41:17 pm" To: morrows@dmtconsulting.com Date: Thu, 10 Jun 1999 18:56:28 -0700 (PDT) Cc: morrow@dmtconsulting.com, questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I have a ISDN adapter hooked up to a FreeBSD 2.2.8 box. I need to get a > high speed serial port. What are some that people have used before? I > really only need the one serial port, and don't often have a large amount of > money to spend on it. Any suggestions would be appreciated though... > > Steve > renegade@unforgettable.com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Hello-I have used several brands and the real issue (IMHO) isn't who makes the card so much as does the card have at least a 16650 UART chip. There is also a 16750 UART, the problem with both of them is that you probably won't be able to get more the 128kbps unless both your end and the other support the same form of compression. The cost in my area (So. Cal.) usually runs no more then $50. with many brands at $35 to $40. I would suggest you beware of any card that says it uses a chip that is "equvilant to" either the 16650 or the 16750 UART. Get the real thing if you can. Hope this helps good luck. Jeff Phillips To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 19:23:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gateway.villasenor.org (unknown [209.124.88.194]) by hub.freebsd.org (Postfix) with ESMTP id 040C014DEF for ; Thu, 10 Jun 1999 19:23:16 -0700 (PDT) (envelope-from tony@villasenor.org) Received: from gateway.villasenor.org (gateway.villasenor.org [209.124.88.194]) by gateway.villasenor.org (8.8.5/8.8.5) with SMTP id WAA06322 for ; Thu, 10 Jun 1999 22:33:03 -0400 (EDT) Date: Thu, 10 Jun 1999 22:33:03 -0400 (EDT) From: Tony Villasenor To: freebsd-questions@FreeBSD.ORG Subject: STB Velocity video card? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does FreeBSD 3.0 support the STB Velocity 128 video card? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 19:32:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.goes.com (mail.goes.com [208.208.69.5]) by hub.freebsd.org (Postfix) with ESMTP id 5649814C2A for ; Thu, 10 Jun 1999 19:32:16 -0700 (PDT) (envelope-from pmelici@goes.com) Received: from goes.com (IDENT:grndzer0@d163.goes.com [208.195.247.163]) by mail.goes.com (8.9.1a/8.9.1) with SMTP id WAA22381 for freebsd-questions@freebsd.org; Thu, 10 Jun 1999 22:32:01 -0400 (EDT) Date: Thu, 10 Jun 1999 22:32:01 -0400 (EDT) From: Paul Melici Message-Id: <199906110232.WAA22381@mail.goes.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm installing FreeBSD for the first time, and i'm having some trouble. With my current partition setup, i cannot get a continous block of free space. Partition Magic refuses to move my linux swap partition. So, i figured i would space out my partitions and make /var, /usr, etc. partitions. I had a problem, During the partitions creation section of the install, i had to create >4 partitions. After i create the 4th partition, i calls the rest X. Previously, it had been calling them /dev /wd01 or something like that. After number 4, it just wouldn't give them reasonable names anymore. I ignored it and continued with the setup. And, or course, when the partition format came, /dev/X did not exsist.So my question is: How do i get FreeBSD to work with more than 4 partitions on the same drive ? Thanx for any help you can give. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 19:37:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.sirius.com (mail1.sirius.com [205.134.253.131]) by hub.freebsd.org (Postfix) with ESMTP id E325B14F5F for ; Thu, 10 Jun 1999 19:37:11 -0700 (PDT) (envelope-from freepix@sirius.com) Received: from JASONS (ppp-frx201--032.sirius.net [205.134.236.32]) by mail1.sirius.com (8.9.2/8.9.1) with SMTP id TAA74692 for ; Thu, 10 Jun 1999 19:37:09 -0700 (PDT) Message-Id: <4.1.19990610193525.00c8ce30@mail.sirius.com> X-Sender: freepix@mail.sirius.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Thu, 10 Jun 1999 19:36:48 -0700 To: FreeBSD-questions@FreeBSD.ORG From: Jason Scott Subject: Returning to Sender Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I run a online cards site, and I would like to have a message "bounced" back to the sender if the message does not go through instead of going to the "postmaster" account, and no where else.. I've looked at the aliases file, and I see no way to do this... Has anyone else successfully done this? Thanks, Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 19:43:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from boom.calcasieu.com (mail.calcasieu.com [209.99.46.80]) by hub.freebsd.org (Postfix) with ESMTP id 97BB114C2A for ; Thu, 10 Jun 1999 19:43:36 -0700 (PDT) (envelope-from dread@calcasieu.com) Received: from coypu.bb.calcasieu.com (coypu.bb.calcasieu.com [192.168.3.21]) by boom.calcasieu.com (8.9.3/8.9.3) with ESMTP id VAA14729; Thu, 10 Jun 1999 21:43:34 -0500 (CDT) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <007801beb37f$ff34ee30$24a535cf@ieasoftware.com> Date: Thu, 10 Jun 1999 21:43:29 -0500 (CDT) Organization: Calcasieu Lumber From: Don Read To: Shawn Workman Subject: RE: apache-php3 Cc: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 10-Jun-99 Shawn Workman wrote: > I am looking for some info on using php in my web pages etc.. I have seen a > few examples that use mysql, but I am using postgresql. > > If someone could point me in the right direction for some info/source for > this I would appreciate it.. > > As a side note, I will be putting up a site ( www.bsdguy.com ) that I will > be posting tips and hints from the lists as well as my personal experiences > with FreeBSD so when it is all up and running I welcome your input and > suggestions as to the content of this site.. > cd /usr/ports/www/apache13-php3 make fetch;make You'll get a short little dialog script asking what options to install: mysql, postgress, ssl etc. very slick. Also put http://www.php.net in your bookmark file. Regards, --- Don Read dread@calcasieu.com EDP Manager dread@texas.net Calcasieu Lumber Co. Austin TX -- Meddle not in the affairs of dragons, for you are crunchy and taste good with ketchup. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 19:46:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dt054n86.san.rr.com (dt054n86.san.rr.com [24.30.152.134]) by hub.freebsd.org (Postfix) with ESMTP id C23B314F90 for ; Thu, 10 Jun 1999 19:46:37 -0700 (PDT) (envelope-from Studded@gorean.org) Received: from localhost (doug@localhost) by dt054n86.san.rr.com (8.8.8/8.8.8) with ESMTP id TAA15712 for ; Thu, 10 Jun 1999 19:46:35 -0700 (PDT) (envelope-from Studded@gorean.org) Date: Thu, 10 Jun 1999 19:46:35 -0700 (PDT) From: Studded X-Sender: doug@dt054n86.san.rr.com To: freebsd-questions@freebsd.org Subject: Re: Sun automounter -> fbsd amd problem In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 9 Jun 1999, Studded wrote: > Greetings, :) > > I'm adding a FreeBSD machine to an existing all-sun shop and I > need help with setting up amd. I'm a virtual NFS novice (although for > those that don't know me I'm experienced with other aspects of FreeBSD). > On our sun machines we have the following auto_Directory file: > > * IP&:/usr/& > > To translate, if I'm on local and I want to mount the /usr/foo directory > on remote (where "IPfoo" is an alias in /etc/hosts for "remote") I just do > 'cd /Directory/foo' and voila, I'm there. That's what the ampersand means > in the automounter file. Well I am pleased to report that I figured it out. :) I'm responding to my own post so that the answer will be archived. As it turns out, one of my points of confusion was that there are actually several different ways to start amd. What I chose to do was to put the following settings in the amd.conf file. The comments are my own and reflect my limited understanding of the technology. [ global ] # Only search for maps of this type map_type = file # Search this path for maps search_path = /etc # Use this directory for amd's private mount points auto_dir = /mnt # Log all activity to syslog (daemon) log_file = syslog log_options = all # Check /etc/hosts for hostnames normalize_hostnames = yes # Lock the amd process into memory, improves perf. plock = yes # Use the special /default entry in maps selectors_on_default = yes # DEFINE AN AMD MOUNT POINT [ /Interfaces ] map_name = amd.Interfaces Using that amd.conf file all I have to do is run 'amd' and I'm all set. The amd.Interfaces file looks like this: /defaults type:=nfs;opts:=rw,nosuid * rhost:=IP${key};rfs:=/Space/${key} So now I can simply 'cd /Interfaces/foo' and assuming that there is an alias in /etc/hosts for "IPfoo", amd mounts "/Space/foo" on the hostname referred to by that alias to the local /Interfaces/foo. Pretty slick stuff if you ask me! Now that I have some understanding of this I look forward to putting NFS to use. Hope this is of use to someone, Doug -- *** Chief Operations Officer, DALnet IRC network *** On account of being a democracy and run by the people, we are the only nation in the world that has to keep a government four years, no matter what it does. -- Will Rogers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 20: 3:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gulftel.com (mail.gulftel.com [208.222.57.20]) by hub.freebsd.org (Postfix) with ESMTP id DA3D5151CD for ; Thu, 10 Jun 1999 20:03:55 -0700 (PDT) (envelope-from rjob@gulftel.com) Received: from gulftel.com ([208.222.60.65]) by mail.gulftel.com (Post.Office MTA v3.5.3 release 223 ID# 0-58681U15000L999S0V35) with ESMTP id com for ; Thu, 10 Jun 1999 22:03:39 -0500 Message-ID: <37607CB2.3789E1D@gulftel.com> Date: Thu, 10 Jun 1999 22:04:18 -0500 From: bob olbrich X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: USB CD-RW support Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, Will any CD-RW have USB support in 4.0 or later? Thanks, Bob Olbrich rjob@gulftel.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 20:25: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from server4.reno.powernet.net (server4.reno.powernet.net [208.226.189.15]) by hub.freebsd.org (Postfix) with ESMTP id C05B314E8F for ; Thu, 10 Jun 1999 20:25:02 -0700 (PDT) (envelope-from trzy@powernet.net) Received: from p3-9.reno.powernet.net (p3-9.reno.powernet.net [208.226.189.129]) by server4.reno.powernet.net (8.9.0/8.8.5) with ESMTP id UAA26807; Thu, 10 Jun 1999 20:24:32 -0700 (PDT) Date: Thu, 10 Jun 1999 20:20:35 -0700 (PDT) From: Bart Trzynadlowski X-Sender: trzy@Brzuszek To: Mark Ovens Cc: freebsd-questions@freebsd.org Subject: Re: prompts In-Reply-To: <19990611014637.G255@marder-1> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This works great in csh. There is one little quirk: when I cd to /home (which is a link to /usr/home) it prints /usr/home and to go down to / I have to issue cd .. twice. In zsh it prints /home and I only have to cd .. once. Can this be fixed? Once again, its not a big deal though, just curious. But the alias for cd you gave me does not work under sh. And also, the character # for superuser and $ or % for user... how does the shell change this? In zsh I think /# sets # for superuser and % for user. How can I set the prompt up so that if I'm a superuser it uses # and if I'm a user it uses $ under sh and csh. Do I just use "#"? I tried doing PS1="`pwd`# " in sh but it printed # for the regular users. > For csh you need to alias ``cd''. If you just do a ``set prompt='' > like you tried then it is static, that is you set the variable > "prompt" to the value it was at that point in time (actually, what > you did was wrong anyway, you needed ``set prompt = "`echo $cwd`#") > > You need to update the variable "prompt" every time you ``cd''. To > get what you want, add the following to ~/.cshrc (so it applies to > all shells that you start): > > alias cd 'cd \!*;set prompt="`pwd`# "' > > % > % cd > % alias cd 'cd \!*;set prompt="`pwd`# "' > % > % > % cd > /usr/marko# cd /etc > /etc# cd /mnt > /mnt# > > HTH > > > > Thanks a lot! > > > > Bart Trzynadlowski > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > -- > FreeBSD - The Power To Serve http://www.freebsd.org > My Webpage http://www.users.globalnet.co.uk/~markov > _______________________________________________________________ > Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK > CAD/CAM solutions for Sheetmetal Working Industry > mailto:marko@uk.radan.com http://www.radan.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 20:33:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from jnp-email.jnpcs.com (unknown [206.239.64.40]) by hub.freebsd.org (Postfix) with ESMTP id 97F0A14E8F for ; Thu, 10 Jun 1999 20:33:53 -0700 (PDT) (envelope-from rporter@jnpcs.com) Received: from randy (ip241.herndon24.va.pub-ip.psi.net [38.30.176.241]) by jnp-email.jnpcs.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id MPH35MMP; Thu, 10 Jun 1999 23:29:28 -0400 Message-ID: <37607DB7.4A97@jnpcs.com> Date: Thu, 10 Jun 1999 23:08:39 -0400 From: Randy Porter X-Mailer: Mozilla 3.0 (Win95; I) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: CDROM devices appearing twice as /dev/cd0a and /dev/cd0c Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am setting up a FreeBSD 2.2.8 server to act as both a gateway and as a CDROM server using SAMBA to share CDs and file space for Windoze workstations. I have 5 NEC SCSI CD drives connected to an Adaptec 1522 controller. The device IDs are from 1 to 6, the card is 7, and the chain is terminated. They are all functioning correctly using DOS. I ran MAKEDEV for the additional 4 CD drives, and I now have devices for all five CDs, but it seems like they all appear twice, as both a cdXa and cdXc. I can mount CDs using either the cdXa or cdXc, and there appears to be no difference between them. I searched the web pages for cd0a and cd0c with no success. Is this normal? If so, is there a difference between the devices? If it is not normal, any ideas about what could be causing it? Thanks. p.s. If the answer is RTFM, please let me know what chapter or man page I should be looking for. -- Randy Porter rporter@jnpcs.com http://www.jnpcs.com/rporter ___________________________________________ Si Hoc Legere Scis Nimium Eruditionis Habes If you can read this, you're overeducated. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 20:47:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from Prime-FE1.lvcablemodem.com (prime-fe1.lvcablemodem.com [24.234.0.9]) by hub.freebsd.org (Postfix) with ESMTP id 3EA6014F9D for ; Thu, 10 Jun 1999 20:47:15 -0700 (PDT) (envelope-from mholloway@flashmail.com) Received: from 24.234.0.9 - 24.234.0.9 by lvcablemodem.com with Microsoft SMTPSVC; Thu, 10 Jun 1999 20:51:42 -0700 Received: from pluto (dhcp207.59.lvcm.com [24.234.59.207]) by prime-fe1.lvcablemodem.com with SMTP (MailShield v1.5); Thu, 10 Jun 1999 20:51:42 -0700 Message-ID: <000801beb3bd$52e67b60$cf3bea18@lvcm.com> From: "Mark Holloway" To: Subject: Commercial Software Date: Thu, 10 Jun 1999 20:48:52 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BEB382.A6478D20" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BEB382.A6478D20 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable The commercial software section of the freebsd homepage is missing = Sendmail Pro - which I think is very important to have since they only = make it for a few platforms (and freebsd is the only free platform they = make it for).. It's the same guys who make the free sendmail.. ------=_NextPart_000_0005_01BEB382.A6478D20 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
The commercial software section of the = freebsd=20 homepage is missing Sendmail Pro - which I think is very important to = have since=20 they only make it for a few platforms (and freebsd is the only free = platform=20 they make it for).. It's the same guys who make the free=20 sendmail..
------=_NextPart_000_0005_01BEB382.A6478D20-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 21: 0:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from granite.sentex.net (granite.sentex.ca [199.212.134.1]) by hub.freebsd.org (Postfix) with ESMTP id 0FCC414E8F for ; Thu, 10 Jun 1999 21:00:41 -0700 (PDT) (envelope-from mike@sentex.net) Received: from ospf-wat.sentex.net (ospf-wat.sentex.net [209.167.248.81]) by granite.sentex.net (8.8.8/8.6.9) with SMTP id XAA10464; Thu, 10 Jun 1999 23:58:48 -0400 (EDT) From: mike@sentex.net (Mike Tancsa) To: mjblais@miranda.com (Marie-Josee Blais) Cc: questions@freebsd.org Subject: Re: Network slowed down Date: Fri, 11 Jun 1999 04:10:01 GMT Message-ID: <37608be6.532624563@mail.sentex.net> References: In-Reply-To: X-Mailer: Forte Agent .99e/32.227 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 10 Jun 1999 16:46:18 -0400, in sentex.lists.freebsd.questions you wrote: >Hello, I am currently running FreeBSD 2.2.7. My network card is an SMC9432-TX > >For some unknown reason my network connection became very slow and I tried >getting rid of any process that wasn't useful and it did not come back to >it's usual speed. I then rebooted and it fixed the problem. > >When this happened I was trying to setup a remote connection to another >server. Could this be related ? Does netstat -ni show any errors or excessive collisions ? ---Mike Mike Tancsa (mdtancsa@sentex.net) Sentex Communications Corp, Waterloo, Ontario, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 21:38:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cygnus.rush.net (cygnus.rush.net [209.45.245.133]) by hub.freebsd.org (Postfix) with ESMTP id D06951506C for ; Thu, 10 Jun 1999 21:38:36 -0700 (PDT) (envelope-from bright@rush.net) Received: from localhost (bright@localhost) by cygnus.rush.net (8.9.3/8.9.3) with SMTP id XAA27239; Thu, 10 Jun 1999 23:57:36 -0500 (EST) Date: Thu, 10 Jun 1999 23:57:34 -0500 (EST) From: Alfred Perlstein To: Chris Singer Cc: BSD Help Subject: Re: Can't change a variable using Sysctl. In-Reply-To: <000901beb377$b2b06f60$0ea78e8b@maverick.workfire.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 10 Jun 1999, Chris Singer wrote: > I'm having trouble with using a program. I can't make any sense of it. I > have to add a line to the rc.conf file. The line is as follows: > /usr/sbin/sysctl -w kern.somaxconn=1024 > Now at start up I get this: > > > Starting local daemons :/etc/rc.local : /usr/sbin/sysctl: not found > > /etc/rc.local : /usr/sbin/sysctl : not found > > Which of course means that the variables weren't changed. I have checked to > see that the files is in that directory and it is. If I type it in at the > prompt I get "/usr/sbin/sysctl: command not found". I can start other > programs like "sysinstall" from the prompt by typeing /stand/sysinstall. > Sysinstall isn't in my directory path. > > I can manually type the line if I'm in the same directory as "sysctl" and it > will accept the command properly and adjust the variable. I was wondering > why FreeBSD is treating the path like a command in this case? What do I > have to do so that FreeBSD will correctly use the line I'm putting in > rc.conf? don't put it in rc.conf, but the command at the end of rc.local. rc.conf is read in by most of the startup scripts. rc.local is the last thing run during bootup as far as i know... -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 21:42:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from post-ofc05.srv.cis.pitt.edu (post-ofc05.srv.cis.pitt.edu [136.142.185.10]) by hub.freebsd.org (Postfix) with ESMTP id A75FE14F35 for ; Thu, 10 Jun 1999 21:42:06 -0700 (PDT) (envelope-from cacst92+@pitt.edu) Received: from pitt.edu (ehdup-a2-2.rmt.net.pitt.edu [136.142.20.32]) by post-ofc05.srv.cis.pitt.edu with ESMTP (8.8.8/8.8.8/cispo-7.2.2.2) ID for ; Fri, 11 Jun 1999 00:42:04 -0400 (EDT) Message-ID: <37609399.F19F1F7@pitt.edu> Date: Fri, 11 Jun 1999 00:42:01 -0400 From: "Christopher A. Caputo" X-Mailer: Mozilla 4.6 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Installing Problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to install FreeBSD on my computer. The boot image file is 1474560 bytes but I can only format my 3.5" disks for 1457664 bytes. I used format from Win 98 and MS-DOS 6.22. Could you tell me what I'm doing wrong? -- Christopher A. Caputo cacst92@pitt.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 21:50:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 9976614F0A for ; Thu, 10 Jun 1999 21:50:05 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id AAA21206; Fri, 11 Jun 1999 00:51:26 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199906110451.AAA21206@cc942873-a.ewndsr1.nj.home.com> Subject: Re: Installing Problem In-Reply-To: <37609399.F19F1F7@pitt.edu> from "Christopher A. Caputo" at "Jun 11, 99 00:42:01 am" To: cacst92+@pitt.edu (Christopher A. Caputo) Date: Fri, 11 Jun 1999 00:51:26 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Christopher A. Caputo wrote, > I'm trying to install FreeBSD on my computer. The boot image file is > 1474560 bytes but I can only format my 3.5" disks for 1457664 bytes. I > used format from Win 98 and MS-DOS 6.22. Could you tell me what I'm > doing wrong? You are trying to copy the image onto a formatted disk. See item (4) on, http://www.freebsd.org/handbook/install.html and ftp://ftp.FreeBSD.ORG/pub/FreeBSD/3.2-RELEASE/floppies/README.TXT Good luck. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 21:57:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id 1C89614D03 for ; Thu, 10 Jun 1999 21:57:22 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from revolution.3-cities.com (revolution.3-cities.com [204.203.224.155]) by corinth.bossig.com (Rockliffe SMTPRA 3.3.1) with ESMTP id ; Thu, 10 Jun 1999 21:59:20 -0700 Received: from 3-cities.com (kenn1167.bossig.com [208.26.241.167]) by revolution.3-cities.com (8.9.3/8.9.3) with ESMTP id VAA23193; Thu, 10 Jun 1999 21:57:13 -0700 (PDT) Message-ID: <37609719.18897942@3-cities.com> Date: Thu, 10 Jun 1999 21:56:57 -0700 From: Kent Stewart Reply-To: kstewart@3-cities.com Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.51 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "Christopher A. Caputo" Cc: freebsd-questions@freebsd.org Subject: Re: Installing Problem References: <37609399.F19F1F7@pitt.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG That usually only happens when you use a browser to download and it done as an ASCII file. Download it as binary and it will be the right length. Kent "Christopher A. Caputo" wrote: > > I'm trying to install FreeBSD on my computer. The boot image file is > 1474560 bytes but I can only format my 3.5" disks for 1457664 bytes. I > used format from Win 98 and MS-DOS 6.22. Could you tell me what I'm > doing wrong? > > -- > Christopher A. Caputo > cacst92@pitt.edu > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 22: 1:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id A353C14D03 for ; Thu, 10 Jun 1999 22:01:12 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id BAA21250; Fri, 11 Jun 1999 01:02:32 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199906110502.BAA21250@cc942873-a.ewndsr1.nj.home.com> Subject: Re: ip masquerade In-Reply-To: <8D12FFB31307D311B4280090274F68DC01E763@HUSSEYMAIL> from "Kowalski, Mike" at "Jun 10, 99 01:18:53 pm" To: MKowalski@HusseyCopper.com (Kowalski, Mike) Date: Fri, 11 Jun 1999 01:02:32 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kowalski, Mike wrote, > ok im lost this is my freebsd box xl0 is 63.69.104.70 (outside > connection)xl1 is 131.254.18.12 (inside lan)i want all of my > 131.254.18.* to be able to use the freebsd box to surfe the net, ive > read your(freebsddiary) natd & ipnat examples and nothing is > workingipnat rules:map xl0 131.254.18.0/16 -> 63.69.104.70/32 portmap > tcp 10000:20000map xl0 131.254.18.0/16 -> 63.69.104.70/24 > > or is there some other way to do this?thanx for your helpmike > mkowalski@HUSSEYCOPPER.com Mike, are those 131.254.18.0/16 numbers registered to you? A traceroute to 63.69.104.70 takes me through alter.net right to Hussey Copper Ltd. However, if I trace, say 131.254.18.12, my packets seem to find their way to France where they die in a machine of Institut National de Recherche en Informatique et Automatique de Rennes. Does Hussey Copper Ltd. of Leetsdale, PA have an office in Rennes? -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 22: 6:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id F17D014E7D for ; Thu, 10 Jun 1999 22:06:22 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from revolution.3-cities.com (revolution.3-cities.com [204.203.224.155]) by corinth.bossig.com (Rockliffe SMTPRA 3.3.1) with ESMTP id ; Thu, 10 Jun 1999 22:08:19 -0700 Received: from 3-cities.com (kenn1167.bossig.com [208.26.241.167]) by revolution.3-cities.com (8.9.3/8.9.3) with ESMTP id WAA24563; Thu, 10 Jun 1999 22:06:10 -0700 (PDT) Message-ID: <37609931.4D3102B8@3-cities.com> Date: Thu, 10 Jun 1999 22:05:53 -0700 From: Kent Stewart Reply-To: kstewart@3-cities.com Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.51 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "Christopher A. Caputo" Cc: freebsd-questions@freebsd.org Subject: Re: Installing Problem References: <37609399.F19F1F7@pitt.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Christopher A. Caputo" wrote: > > I'm trying to install FreeBSD on my computer. The boot image file is > 1474560 bytes but I can only format my 3.5" disks for 1457664 bytes. I > used format from Win 98 and MS-DOS 6.22. Could you tell me what I'm > doing wrong? Ignore my previous message. You need to read the readme at ftp://ftp3.FreeBSD.ORG/pub/FreeBSD/3.2-RELEASE/floppies/README.TXT It tells you how to write a floppy. Do you have a FreeBSD system or are you trying to get setup to create one? Kent > > -- > Christopher A. Caputo > cacst92@pitt.edu > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 22:15:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dbft.daimlerbenz.com (venus.dbft.daimlerbenz.com [53.122.79.10]) by hub.freebsd.org (Postfix) with SMTP id 0CD3714D94 for ; Thu, 10 Jun 1999 22:15:56 -0700 (PDT) (envelope-from ritwik@dbrci.blr.daimlerbenz.com) Received: by dbft.daimlerbenz.com; id HAA21415; Fri, 11 Jun 1999 07:14:49 +0200 Received: from mail.dbrci.blr.daimlerbenz.com(53.248.60.16) by venus.dbft.daimlerbenz.com via smap (V4.2) id xma020848; Fri, 11 Jun 99 07:13:27 +0200 Received: from hamsadhwani.dbrci.blr.daimlerbenz.com [53.248.60.17] by soham.dbrci.blr.DaimlerBenz.COM with esmtp (Exim 1.73 #1) id 10sJXq-0005AA-00; Fri, 11 Jun 1999 10:37:58 +0530 Date: Fri, 11 Jun 1999 10:36:36 +0530 (IST) From: Ritwik Bhattacharya Cc: "'questions@FreeBSD.ORG'" , "'alan17@his.com'" Subject: RE: questions-digest V4 #947 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > >Date: Wed, 9 Jun 1999 19:07:43 -0400 (EDT) > >From: alan17@his.com > >Subject: Partitioning the disk for FreeBSD > > > >Finally, will I be able to hand-edit my Linux /etc/lilo.conf so as > >to be able to boot Free BSD at boot time? Yes. Ritwik The fact that a believer is happier than a sceptic is no more to the point than the fact that a drunken man is happier than a sober one. -- George Bernard Shaw ------------------------------------------------------------------ Daimler Benz Research Center India 302 A Somerset Apartments 137, Infantry Road 18 MG Road Bangalore 560 001 Bangalore 560 001 India India Tel : +91 80 286 1722 Fax : +91 80 286 1723 Mail : ritwik@dbrci.blr.daimlerbenz.com ------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 22:17:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from femto.bctel.net (femto.bctel.net [204.174.66.6]) by hub.freebsd.org (Postfix) with ESMTP id 13AE614DEF for ; Thu, 10 Jun 1999 22:17:36 -0700 (PDT) (envelope-from mbannar-martin@pearson-college.uwc.ca) Received: (from nobody@localhost) by femto.bctel.net (8.8.8/8.8.4) id WAA16569 for ; Thu, 10 Jun 1999 22:17:35 -0700 (PDT) Received: from m99.pearson-college.uwc.ca(206.12.92.99) by femto via smap (V2.0) id xma016554; Thu, 10 Jun 99 22:17:18 -0700 Message-ID: <37609BBB.6FB57E83@pearson-college.uwc.ca> Date: Thu, 10 Jun 1999 22:16:43 -0700 From: Mark Bannar-Martin X-Mailer: Mozilla 4.02 [en] (Win95; U) MIME-Version: 1.0 To: freebsd-questions Subject: 2.2.8 vs 3.2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am a recent convert from linux to FreeBSD. I really like version 2.2.8, maybe because that is the version I've installed and I've grown to like it. What are the advantages of shifting to 3.2? I guess there are disadvantages too, what might they be? Thanks. Mark. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 22:23:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp13.bellglobal.com (smtp13.bellglobal.com [204.101.251.52]) by hub.freebsd.org (Postfix) with ESMTP id 2342214D94 for ; Thu, 10 Jun 1999 22:23:36 -0700 (PDT) (envelope-from a.genkin@utoronto.ca) Received: from main.wgaf.net (HSE-TOR-ppp22860.sympatico.ca [209.226.71.150]) by smtp13.bellglobal.com (8.8.5/8.8.5) with ESMTP id BAA05535 for ; Fri, 11 Jun 1999 01:24:48 -0400 (EDT) Received: from antipode by main.wgaf.net with local (Exim 2.05 #1 (Debian)) id 10sK8Z-0000F0-00; Fri, 11 Jun 1999 01:45:55 -0400 To: freebsd-questions@freebsd.org Subject: Still can't get ethernet cards going (HELP!) From: Arcady Genkin Date: 11 Jun 1999 01:45:55 -0400 Message-ID: <87n1y7nvcc.fsf@main.wgaf.net> Lines: 86 User-Agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) XEmacs/21.1 (20 Minutes to Nikko) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all: I still can't get my 2 ne2000 working. The cards do get recognized at bootup, but then whenever I try to assign an address to either of them, I get "door /kernel: ed0: device timeout" message. Here's an abstract from dmesg's output: ed0 at 0x240-0x25f irq 3 on isa ed0: address 00:80:c8:ec:0f:39, type NE2000 (16 bit) ed1 at 0x300-0x31f irq 5 on isa ed1: address 52:54:4c:17:c9:5c, type NE2000 (16 bit) [...] ed0: device timeout Here's my kernel configuration (my goal was to make it as small as possible): # DOORKERNEL2 machine "i386" cpu "I486_CPU" ident "DOORKERNEL2" maxusers 4 options "NO_F00F_HACK" options IPFIREWALL options IPDIVERT options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] #options FAILSAFE #Be conservative #options USERCONFIG #boot -c editor #options VISUAL_USERCONFIG #visual boot -c editor config kernel root on wd0 controller isa0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 disk fd0 at fdc0 drive 0 # options "CMD640" # work around CMD640 chip deficiency controller wdc0 at isa? port "IO_WD1" bio irq 14 disk wd0 at wdc0 drive 0 # atkbdc0 controlls both the keyboard and the PS/2 mouse controller atkbdc0 at isa? port IO_KBD tty device atkbd0 at isa? tty irq 1 device vga0 at isa? port ? conflicts # syscons is the default console driver, resembling an SCO console device sc0 at isa? tty # math coprocessor config device npx0 at isa? port IO_NPX irq 13 # device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4 # device sio1 at isa? port "IO_COM2" tty irq 3 # device sio2 at isa? disable port "IO_COM3" tty irq 5 # device sio3 at isa? disable port "IO_COM4" tty irq 9 device ed0 at isa? port 0x240 net irq 3 iomem 0xd8000 device ed1 at isa? port 0x300 net irq 5 iomem 0xd8000 pseudo-device loop pseudo-device ether pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's # This provides support for System V shared memory and message queues. options SYSVSHM options SYSVMSG options SYSVSEM pseudo-device bpfilter 4 #Berkeley packet filter -- Arcady Genkin "... without money one gets nothing in this world, not even a certificate of eternal blessedness in the other world..." (S. Kierkegaard) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 23:19:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from lanfear.nidlink.com (lanfear.nidlink.com [216.18.128.7]) by hub.freebsd.org (Postfix) with ESMTP id 02E9314EF0 for ; Thu, 10 Jun 1999 23:19:23 -0700 (PDT) (envelope-from malpert@holdenz.com) Received: from enaila.nidlink.com (root@enaila.nidlink.com [216.18.128.8]) by lanfear.nidlink.com (8.9.0/8.9.0) with ESMTP id XAA09594 for ; Thu, 10 Jun 1999 23:19:23 -0700 (PDT) Received: from holdenz.com (tnt131-243.nidlink.com [216.18.131.243]) by enaila.nidlink.com (8.9.0/8.9.0) with ESMTP id XAA10868 for ; Thu, 10 Jun 1999 23:19:21 -0700 (PDT) Message-ID: <3760AB66.E1ABD92C@holdenz.com> Date: Thu, 10 Jun 1999 23:23:34 -0700 From: Shawn Workman X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: Problems building apache-php3 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am re-compiling my apache php3 web server.. It gets to a point and pukes complaining about my version on openssl being to old : openssl-0.9.2b It says it needs openssl 0.9.3 or higher. but 0.9.2b is all that is available in the ports collection (which it checks to see what is installed) Any info.. I have yet to get the newer version of apache-php3 to compile for the past week.. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 23:44:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id 724D514FE5 for ; Thu, 10 Jun 1999 23:44:50 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from revolution.3-cities.com (revolution.3-cities.com [204.203.224.155]) by corinth.bossig.com (Rockliffe SMTPRA 3.3.1) with ESMTP id ; Thu, 10 Jun 1999 23:46:48 -0700 Received: from 3-cities.com (kenn1167.bossig.com [208.26.241.167]) by revolution.3-cities.com (8.9.3/8.9.3) with ESMTP id XAA04075; Thu, 10 Jun 1999 23:44:48 -0700 (PDT) Message-ID: <3760B054.513AFCA6@3-cities.com> Date: Thu, 10 Jun 1999 23:44:36 -0700 From: Kent Stewart Reply-To: kstewart@3-cities.com Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.51 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Arcady Genkin Cc: freebsd-questions@freebsd.org Subject: Re: Still can't get ethernet cards going (HELP!) References: <87n1y7nvcc.fsf@main.wgaf.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Arcady Genkin wrote: > > Hi all: > > I still can't get my 2 ne2000 working. The cards do get recognized at > bootup, but then whenever I try to assign an address to either of > them, I get "door /kernel: ed0: device timeout" message. Here's an > abstract from dmesg's output: > > ed0 at 0x240-0x25f irq 3 on isa > ed0: address 00:80:c8:ec:0f:39, type NE2000 (16 bit) > ed1 at 0x300-0x31f irq 5 on isa > ed1: address 52:54:4c:17:c9:5c, type NE2000 (16 bit) > [...] > ed0: device timeout > > Here's my kernel configuration (my goal was to make it as small as > possible): > > # DOORKERNEL2 > > machine "i386" > cpu "I486_CPU" > ident "DOORKERNEL2" > maxusers 4 > > options "NO_F00F_HACK" > > options IPFIREWALL > options IPDIVERT > options INET #InterNETworking > options FFS #Berkeley Fast Filesystem > options FFS_ROOT #FFS usable as root device [keep this!] > options PROCFS #Process filesystem > options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] > > #options FAILSAFE #Be conservative > #options USERCONFIG #boot -c editor > #options VISUAL_USERCONFIG #visual boot -c editor > > config kernel root on wd0 > > controller isa0 > > controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 > disk fd0 at fdc0 drive 0 > > # options "CMD640" # work around CMD640 chip deficiency > controller wdc0 at isa? port "IO_WD1" bio irq 14 > disk wd0 at wdc0 drive 0 > > # atkbdc0 controlls both the keyboard and the PS/2 mouse > controller atkbdc0 at isa? port IO_KBD tty > device atkbd0 at isa? tty irq 1 > > device vga0 at isa? port ? conflicts > > # syscons is the default console driver, resembling an SCO console > device sc0 at isa? tty > > # math coprocessor config > device npx0 at isa? port IO_NPX irq 13 > > # device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4 > # device sio1 at isa? port "IO_COM2" tty irq 3 > # device sio2 at isa? disable port "IO_COM3" tty irq 5 > # device sio3 at isa? disable port "IO_COM4" tty irq 9 > > device ed0 at isa? port 0x240 net irq 3 iomem 0xd8000 > device ed1 at isa? port 0x300 net irq 5 iomem 0xd8000 Only one card can be at 0xd800 and you have two at 0xd8000 One needs to be somewhere else. Kent > > pseudo-device loop > pseudo-device ether > pseudo-device pty 16 > pseudo-device gzip # Exec gzipped a.out's > > # This provides support for System V shared memory and message queues. > options SYSVSHM > options SYSVMSG > options SYSVSEM > > pseudo-device bpfilter 4 #Berkeley packet filter > > -- > Arcady Genkin > "... without money one gets nothing in this world, not even a certificate > of eternal blessedness in the other world..." (S. Kierkegaard) > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jun 10 23:54:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gwdu60.gwdg.de (gwdu60.gwdg.de [134.76.10.60]) by hub.freebsd.org (Postfix) with ESMTP id 18AA8150A7 for ; Thu, 10 Jun 1999 23:54:10 -0700 (PDT) (envelope-from kheuer@gwdu60.gwdg.de) Received: from localhost (kheuer@localhost) by gwdu60.gwdg.de (8.9.2/8.9.2) with ESMTP id IAA14263; Fri, 11 Jun 1999 08:53:49 +0200 (CEST) (envelope-from kheuer@gwdu60.gwdg.de) Date: Fri, 11 Jun 1999 08:53:49 +0200 (CEST) From: Konrad Heuer To: Tony Villasenor Cc: freebsd-questions@FreeBSD.ORG Subject: Re: STB Velocity video card? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 10 Jun 1999, Tony Villasenor wrote: > Does FreeBSD 3.0 support the STB Velocity 128 video card? I think you are interested in X running with your card. As far as I know the XFree-Version distributed with 3.0-R already supports the STB Velocity 128. If not, you can download the X-Server (probably XSVGA.tgz) from the current XFree distribution (mirror site I know below) and install it: cd /usr/X11R6 fetch ftp://ftp.gwdg.de/pub/xfree86/XFree86/3.3.3.1/binaries/FreeBSD-3.0/Se= rvers/XSVGA.tgz tar xvzf XSVGA.tgz rm XSVGA.tgz Regards // // Konrad Heuer ____ ___ _____= __=20 // Gesellschaft f=FCr wissenschaftliche / __/______ ___ / _ )/ __= / _ \ // Datenverarbeitung mbH G=D6ttingen / _// __/ -_) -_) _ |\ \/= // / // Am Fa=DFberg, D-37077 G=D6ttingen /_/ /_/ \__/\__/____/___= /____/=20 // Deutschland (Germany) ----- The Power to Serve ----= - // http://www.freebsd.org // kheuer@gwdu60.gwdg.de // To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 0:56: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by hub.freebsd.org (Postfix) with ESMTP id A982414CEA for ; Fri, 11 Jun 1999 00:56:05 -0700 (PDT) (envelope-from Thierry.Herbelot@alcatel.fr) Received: from aifhs2.alcatel.fr (mailhub.alcatel.fr [155.132.180.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id IAA05898; Fri, 11 Jun 1999 08:52:44 +0200 Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id JAA08703; Fri, 11 Jun 1999 09:50:29 +0200 (MET DST) Received: from telss1 (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.9.1a/8.9.1) with ESMTP id JAA10193; Fri, 11 Jun 1999 09:42:43 +0200 (MEST) Received: from telspace.alcatel.fr by telss1 (8.8.8+Sun/SMI-SVR4) id JAA15648; Fri, 11 Jun 1999 09:47:35 +0200 (MET DST) Message-ID: <3760C06C.8B29EB47@telspace.alcatel.fr> Date: Fri, 11 Jun 1999 09:53:16 +0200 From: Thierry Herbelot Reply-To: thierry.herbelot@alcatel.fr Organization: Alcatel CIT Nanterre X-Mailer: Mozilla 4.6 [en] (X11; I; SunOS 5.5.1 sun4m) X-Accept-Language: en MIME-Version: 1.0 To: reich@ntemail.internetcds.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Kernel loading error mesasge References: <518AAFCF1E9AD211BCEA00A0241A91B7062566@ntemail.internetcds.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG reich@ntemail.internetcds.com wrote: > > Can anyone tell me what this means, and more importantly, how to fix it? > > After a pretty severe crash, I rebooted to find my kernel unloadable. > Not just the normal kernel, but kernel.old, .prev, and .GENERIC. > With some fixit disk fun, I was able to find a bootable kernel, and I am > currently making world up to 3.1 stable. > (Was at 3.0 stable.) > > The error message was during the bootloader, as it sucked in the kernel: > > "elf_loadexec: archsw.readin failed > input/output error" This may be caused by the old bootloader (or the new ?) when it tries to load a kernel in the "other" format (the old bootloader loads a.out / the new loads elf) Your machine seems to be badly damaged, the best way would be a complete reinstall (just save your data partition) TfH > > What could have possibly caused this? > Ideas/suggestions are appreciated, as I am crippled without this machine. > :) > > Mahlon > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Thierry Herbelot Phone : (+33) 1 46 52 47 23 Home Page : http://perso.cybercable.fr/herbelot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 1: 9:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by hub.freebsd.org (Postfix) with ESMTP id 1847014D59 for ; Fri, 11 Jun 1999 01:09:53 -0700 (PDT) (envelope-from Thierry.Herbelot@alcatel.fr) Received: from aifhs2.alcatel.fr (mailhub.alcatel.fr [155.132.180.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id JAA12550; Fri, 11 Jun 1999 09:06:24 +0200 Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id KAA18602; Fri, 11 Jun 1999 10:04:05 +0200 (MET DST) Received: from telss1 (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.9.1a/8.9.1) with ESMTP id JAA11159; Fri, 11 Jun 1999 09:49:18 +0200 (MEST) Received: from telspace.alcatel.fr by telss1 (8.8.8+Sun/SMI-SVR4) id JAA15845; Fri, 11 Jun 1999 09:54:08 +0200 (MET DST) Message-ID: <3760C1F5.AA455DA8@telspace.alcatel.fr> Date: Fri, 11 Jun 1999 09:59:49 +0200 From: Thierry Herbelot Reply-To: thierry.herbelot@alcatel.fr Organization: Alcatel CIT Nanterre X-Mailer: Mozilla 4.6 [en] (X11; I; SunOS 5.5.1 sun4m) X-Accept-Language: en MIME-Version: 1.0 To: stefanos@sentry.e-scape.net Cc: questions@FreeBSD.ORG Subject: Re: Problems compilling custom kernel in 3.1 References: <9906101635.AA02302@traveler.e-scape.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kiakas wrote: > > Hello, > > I'm tring to compile a custom kernel for FreeBSD 3.1 but I keep > getting the following error. This is from memory, but I think I got it > right. > > /var/tmp/ccuS4625.s: Assembler messages: > /var/tmp/ccuS4625.s:79: Fatal error: Symbol sysctl__debug already defined > > The above error occurs even if I copy the GENERIC config to a > new file with another name and I try to build the kernel. I installed > FreeBSD 3.1 from the 3.1 RELEASE CDROM. Hello, Then, your source tree is perhaps corrupted : could you reinstall the kernel source files (rm -rf /usr/src/sys ; ) If you've got an internet connection, you may also want to upgrade to the latest 3.2-Stable (via cvsup and "make world") TfH > > Now what's strange. I installed FreeBSD 3.1 from ftp.freebsd.org > on another PC before I got the CR-ROM and I had no problem compiling a > custom kernel. > > So can anyone help me? > > Thank you, > Stefanos > > P.S. Please CC any replies to stefanos@e-scape.net > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Thierry Herbelot Phone : (+33) 1 46 52 47 23 Home Page : http://perso.cybercable.fr/herbelot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 1:22:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ms1.eranet.net (ms1.eranet.net [203.95.230.34]) by hub.freebsd.org (Postfix) with ESMTP id AC1E114E05 for ; Fri, 11 Jun 1999 01:22:18 -0700 (PDT) (envelope-from kevlo@hello.com.tw) Received: from hello.com.tw (n210.n203-95-234.eranet.net [203.95.234.210]) by ms1.eranet.net (8.9.1a/8.9.1) with ESMTP id QAA16736; Fri, 11 Jun 1999 16:22:12 +0800 (CST) Message-ID: <3760C6DA.B4E0300F@hello.com.tw> Date: Fri, 11 Jun 1999 16:20:42 +0800 From: Kevin Lo X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 2.2.8-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: bob olbrich Cc: freebsd-questions@FreeBSD.ORG Subject: Re: USB CD-RW support References: <37607CB2.3789E1D@gulftel.com> Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Bob Olbrich wrote: > Hello, Hi, Bob, > Will any CD-RW have USB support in 4.0 or later? Look at the USB home pages: http://www.etla.net/~n_hibma/usb/usb.pl > Thanks, > > Bob Olbrich rjob@gulftel.com -- Kevin Lo | Linpus Technologies Inc. kevinlo@linpus.com.tw | http://www.linpus.com.tw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 1:32: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dsinw.com (dsinw.com [207.149.40.5]) by hub.freebsd.org (Postfix) with ESMTP id D26E514EF0 for ; Fri, 11 Jun 1999 01:32:00 -0700 (PDT) (envelope-from hamellr@dsinw.com) Received: (from hamellr@localhost) by dsinw.com (8.8.8/8.7.3) id BAA11194; Fri, 11 Jun 1999 01:31:23 -0700 (PDT) Date: Fri, 11 Jun 1999 01:31:22 -0700 (PDT) From: rick hamell To: "Christopher A. Caputo" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Installing Problem In-Reply-To: <37609399.F19F1F7@pitt.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I'm trying to install FreeBSD on my computer. The boot image file is > 1474560 bytes but I can only format my 3.5" disks for 1457664 bytes. I > used format from Win 98 and MS-DOS 6.22. Could you tell me what I'm > doing wrong? The problem is that you're not following the instructions right. You need to grab the fdimage.exe program also. It should be in \tools on your cdrom or off the ftp site. Once you've got that you go c:\fdimage boot.flp a: More detailed instructions are located at www.freebsd.org Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 1:33:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ivcs.dtcom.dp.ua (ivcs.dtcom.dp.ua [195.123.7.36]) by hub.freebsd.org (Postfix) with ESMTP id AD1F914FE5 for ; Fri, 11 Jun 1999 01:33:35 -0700 (PDT) (envelope-from serg@relay.dtcom.dp.ua) Received: from relay.dtcom.dp.ua (localhost.dtcoms.net [127.0.0.1] (may be forged)) by ivcs.dtcom.dp.ua (8.9.2/8.9.2) with ESMTP id LAA00573 for ; Fri, 11 Jun 1999 11:36:01 +0300 (EEST) (envelope-from serg@relay.dtcom.dp.ua) Message-ID: <3760CA6F.4736BAB2@relay.dtcom.dp.ua> Date: Fri, 11 Jun 1999 11:36:00 +0300 From: "Chorny S.I." Reply-To: serg@relay.dtcom.dp.ua Organization: COPP DD Ukrtelecom X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 3.1-RELEASE i386) MIME-Version: 1.0 To: questions@freebsd.org Subject: Upgrade from 3.0 to 3.2 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG After upgrade from 3.0 to 3.2 I can't boot in to FreeBSD . System type follow mesage : file format error . kernel.prev booting normal . How resolve this problem . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 1:34:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dsinw.com (dsinw.com [207.149.40.5]) by hub.freebsd.org (Postfix) with ESMTP id 4CC5D14E05 for ; Fri, 11 Jun 1999 01:34:49 -0700 (PDT) (envelope-from hamellr@dsinw.com) Received: (from hamellr@localhost) by dsinw.com (8.8.8/8.7.3) id BAA11233; Fri, 11 Jun 1999 01:34:10 -0700 (PDT) Date: Fri, 11 Jun 1999 01:34:10 -0700 (PDT) From: rick hamell To: Arcady Genkin Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Still can't get ethernet cards going (HELP!) In-Reply-To: <87n1y7nvcc.fsf@main.wgaf.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > ed0 at 0x240-0x25f irq 3 on isa > ed0: address 00:80:c8:ec:0f:39, type NE2000 (16 bit) > ed1 at 0x300-0x31f irq 5 on isa > ed1: address 52:54:4c:17:c9:5c, type NE2000 (16 bit) You have IRQ 3 on com 2 disabled in the kernal... but does your bios know that? If you have a new enough bios, do you have IRQ 3 and 5 set to ISA or PNP? You really should probally put them up on 10 and 11 anyways, don't tie up 3 which you may want in the future. Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 1:40:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from titan.metropolitan.at (mail.metropolitan.at [195.212.98.131]) by hub.freebsd.org (Postfix) with ESMTP id F2D671529A for ; Fri, 11 Jun 1999 01:40:10 -0700 (PDT) (envelope-from mladavac@metropolitan.at) Received: by TITAN with Internet Mail Service (5.0.1458.49) id ; Fri, 11 Jun 1999 10:43:04 +0200 Message-ID: <55586E7391ACD211B9730000C110027617965B@r-lmh-wi-100.corpnet.at> From: Ladavac Marino To: "'Swanson, Toby J.'" , "'questions@freebsd.org'" Cc: "'toby@milkyway.org'" Subject: RE: how to make a fixit floppy Date: Fri, 11 Jun 1999 10:37:37 +0200 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: Swanson, Toby J. [SMTP:tjswanson@tva.gov] > Sent: Thursday, June 10, 1999 7:28 PM > To: 'questions@freebsd.org' > Cc: 'toby@milkyway.org' > Subject: how to make a fixit floppy > > I need root access to a 2.1.7 host. The old administrator left > without > giving > anyone (any information) the root password. This machine does not > have > a cdrom drive, only a floppy and the hard drives. The plan is to boot > up > using the floppy, mount the root file system, vi /etc/passwd and > remove the > root password, boot from the hard drive and log in as root. I > searched the > FAQ and mailing list archives but did not find any instructions on > doing > this sort of thing. I have booted using the install floppy, and then > opened > > vty4. However, I can't seem to get any commands to work there. > > Any help is appreciated, > [ML] Take boot, root, and fixit floppies from any later release. Boot and go into fixit mode. Mount the / of the hard disk as /mnt. edit /etc/ttys (or is it ttytab?) and set vt0-vt3 to secure (if they are insecure). reboot. supply -s as a boot flag to the hard disk boot loader. you are now in standalone mode and should not be asked for the root password (if you are, repeat the edit sequence and choose the other option--sorry, I only have an NT box in front of me). mount /usr passwd root there you go. /Marino > Toby > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 1:41:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pengabingen.ankeborg.net (pengabingen.ankeborg.net [195.178.180.9]) by hub.freebsd.org (Postfix) with ESMTP id D710D15133 for ; Fri, 11 Jun 1999 01:41:36 -0700 (PDT) (envelope-from stefan@ankeborg.net) Received: from localhost (stefan@localhost) by pengabingen.ankeborg.net (8.9.3/8.9.3/Debian/GNU) with ESMTP id KAA20129 for ; Fri, 11 Jun 1999 10:41:06 +0200 Date: Fri, 11 Jun 1999 08:41:06 +0000 (GMT) From: Stefan Cars To: freebsd-questions@freebsd.org Subject: Problem's with PPP - FreeBSD 3.1-RELEASE Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I recently installed FreeBSD 3.1 on my machine, everything works fine except for the PPP. Doing exactly as told in the manual I got only LCP-Timeout's. Then I talked to my friend who has been running FreeBSD with userland-ppp for a long time and asked him to send me all his ppp files, he did but those didn't work either. I thought maybe it could be the kernel so I asked him to send me his kernel config, and I did just have to change small things from his kernel (and none of those was any related to internet or serial ports) but that didn't work either. Then i thought maybe this could be a problem from my ISP (even if I could connect from other OSes like Linux, my friend tried to connect and it worked for him. As a last resolution I tried to move over to pppd and use my old Linux configuration files (with changes so they worked in FreeBSD) but that did not work, so I asked another friend using pppd in FreeBSD to send me his ppp files, of course that didn't work either. Is this any known problem, it couldn't be the hardware (it works in other OSes) or could it ? Regards, Stefan Cars To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 1:51:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from titan.metropolitan.at (mail.metropolitan.at [195.212.98.131]) by hub.freebsd.org (Postfix) with ESMTP id 2B43615133 for ; Fri, 11 Jun 1999 01:51:28 -0700 (PDT) (envelope-from mladavac@metropolitan.at) Received: by TITAN with Internet Mail Service (5.0.1458.49) id ; Fri, 11 Jun 1999 10:54:24 +0200 Message-ID: <55586E7391ACD211B9730000C110027617965C@r-lmh-wi-100.corpnet.at> From: Ladavac Marino To: 'Suttipan Limanond' , freebsd-questions@FreeBSD.org Subject: RE: Out of Space error from `atrun' Date: Fri, 11 Jun 1999 10:48:56 +0200 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: Suttipan Limanond [SMTP:limanond@enws626.eas.asu.edu] > Sent: Thursday, June 10, 1999 4:55 PM > To: freebsd-questions@FreeBSD.org > Subject: Out of Space error from `atrun' > > Hi: > > I was trying to install ATLAS which is a machine-specific > optimized BLAS routine on FreeBSD 2.2.5. I tried doing this > three times. The first two times failed (screen, keyboard, and > mouse frozen up) but the last time was > a success. I noticed the following mail from daemon on all those > three occasions: [ML] You seem to be running out of swap. Add more swap (or better yet, add more RAM and swap). The machine then killed your X server. > "From daemon Thu Jun 10 03:55:18 1999 > Date: Thu, 10 Jun 1999 03:55:17 GMT > From: root (Cron Daemon) > To: root > Subject: Cron /usr/libexec/atrun > X-Cron-Env: > X-Cron-Env: > X-Cron-Env: > X-Cron-Env: > X-Cron-Env: > > Out of space" > > Does anyone know what this means? [ML] You are out of VM space. > ATLAS installation is very heavy on CPU usage (90+% user, with > no idle time). When the machine died, I noticed totally different > CPU usage (2-3% user, 95-96% system). So I suspect maybe `atrun' > had something to do with installation failure. [ML] you are definitely paging horribly. Add more RAM (and swap) > Thanks very much, > > Suttipan Limanond. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 2: 4:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by hub.freebsd.org (Postfix) with ESMTP id CFDFC14F35 for ; Fri, 11 Jun 1999 02:04:34 -0700 (PDT) (envelope-from Thierry.Herbelot@alcatel.fr) Received: from aifhs2.alcatel.fr (mailhub.alcatel.fr [155.132.180.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id KAA07229; Fri, 11 Jun 1999 10:01:11 +0200 Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id KAA28469; Fri, 11 Jun 1999 10:58:54 +0200 (MET DST) Received: from telss1 (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.9.1a/8.9.1) with ESMTP id KAA15830; Fri, 11 Jun 1999 10:40:09 +0200 (MEST) Received: from telspace.alcatel.fr by telss1 (8.8.8+Sun/SMI-SVR4) id KAA17538; Fri, 11 Jun 1999 10:45:03 +0200 (MET DST) Message-ID: <3760CDE4.BA7C9F1E@telspace.alcatel.fr> Date: Fri, 11 Jun 1999 10:50:44 +0200 From: Thierry Herbelot Reply-To: thierry.herbelot@alcatel.fr Organization: Alcatel CIT Nanterre X-Mailer: Mozilla 4.6 [en] (X11; I; SunOS 5.5.1 sun4m) X-Accept-Language: en MIME-Version: 1.0 To: serg@relay.dtcom.dp.ua Cc: questions@FreeBSD.ORG Subject: Re: Upgrade from 3.0 to 3.2 References: <3760CA6F.4736BAB2@relay.dtcom.dp.ua> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, This error is caused by the new binary format of the kernel (it was aout in 3.0, it is elf in 3.2). You just have to update the boot blocks with "disklabel -B " (have a look at the man page) TfH "Chorny S.I." wrote: > > After upgrade from 3.0 to 3.2 I can't boot in to FreeBSD . > System type follow mesage : > > file format error . > > kernel.prev booting normal . > > How resolve this problem . > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Thierry Herbelot Phone : (+33) 1 46 52 47 23 Home Page : http://perso.cybercable.fr/herbelot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 2:10:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mta2-rme.xtra.co.nz (unknown [203.96.92.3]) by hub.freebsd.org (Postfix) with ESMTP id 370FD154A2 for ; Fri, 11 Jun 1999 02:10:45 -0700 (PDT) (envelope-from junkmale@pop3.xtra.co.nz) Received: from wocker ([210.55.152.36]) by mta2-rme.xtra.co.nz (InterMail v04.00.02.07 201-227-108) with SMTP id <19990611091314.LLHV2926.mta2-rme@wocker>; Fri, 11 Jun 1999 21:13:14 +1200 From: "Dan Langille" Organization: The FreeBSD Diary To: Mark Bannar-Martin Date: Fri, 11 Jun 1999 21:10:44 +1200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: 2.2.8 vs 3.2 Reply-To: junkmale@xtra.co.nz Cc: freebsd-questions@freebsd.org In-reply-to: <37609BBB.6FB57E83@pearson-college.uwc.ca> X-mailer: Pegasus Mail for Win32 (v3.01d) Message-Id: <19990611091314.LLHV2926.mta2-rme@wocker> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 10 Jun 99, at 22:16, Mark Bannar-Martin wrote: > I am a recent convert from linux to FreeBSD. I really like version > 2.2.8, maybe because that is the version I've installed and I've grown to > like it. Welcome to the one-true path . I'm running 3.1-stable and 2.2.8 here. Mostly because I haven't had time to upgrade. I would say go with 3.2-release now. Others will tell you more technical stuff about the pros/cons. Upgrading now will teach you more about the OS. -- Dan Langille - DVL Software Limited The FreeBSD Diary - http://www.FreeBSDDiary.org/freebsd/ NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/ The Racing System - http://www.racingsystem.com/racingsystem.htm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 2:48: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from stud.ee.ethz.ch (tardis-delek-fast.ee.ethz.ch [129.132.2.199]) by hub.freebsd.org (Postfix) with ESMTP id 4E3AB15004 for ; Fri, 11 Jun 1999 02:47:58 -0700 (PDT) (envelope-from lpruf@stud.ee.ethz.ch) Received: from tardis-a2.ee.ethz.ch (lpruf@tardis-a2.ee.ethz.ch [129.132.3.12]) by stud.ee.ethz.ch (8.8.4/8.8.8) with ESMTP id LAA02803 for ; Fri, 11 Jun 1999 11:47:57 +0200 (MET DST) Received: from localhost (lpruf@localhost) by tardis-a2.ee.ethz.ch (8.8.4/8.8.8) with ESMTP id LAA13571 for ; Fri, 11 Jun 1999 11:47:55 +0200 (MET DST) X-Authentication-Warning: tardis-a2.ee.ethz.ch: lpruf owned process doing -bs Date: Fri, 11 Jun 1999 11:47:55 +0200 (MET DST) From: Lukas Ruf X-Sender: lpruf@tardis-a2.ee.ethz.ch Reply-To: Lukas Ruf To: FreeBSD Questions Subject: FreeBSD 3.1-RELEASE: Memory upgrade -- where's the memory Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi list, I recently (five minutes ago) upgraded the RAM from 32MB to 64MB on a Compag Laptop. The kernel I built reports at boot time 16MB real, 14MB avail. It was built with 32MB. Two questions: - The mem amount the kernel reports reflects only the BIOS values ? - Where can I test in FreeBSD how much memory is available. The command free -- which I know from my Linux ages -- does not exist under FreeBSD, at least not in my installation. top reports something like Active, Inact(ive) memory. What do they reflect ? Thanks in adavance. Kind regards, Lukas -- *** ALWAYS MAILTO:"Lukas Ruf " *** (PGP2.6.3) Fingerprint = 37CF 3AB4 B0F7 0AF5 C308 4188 8C10 86FE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 2:54:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from stud.ee.ethz.ch (tardis-delek-fast.ee.ethz.ch [129.132.2.199]) by hub.freebsd.org (Postfix) with ESMTP id ED0E615004 for ; Fri, 11 Jun 1999 02:54:11 -0700 (PDT) (envelope-from lpruf@stud.ee.ethz.ch) Received: from tardis-a2.ee.ethz.ch (lpruf@tardis-a2.ee.ethz.ch [129.132.3.12]) by stud.ee.ethz.ch (8.8.4/8.8.8) with ESMTP id LAA03195 for ; Fri, 11 Jun 1999 11:54:10 +0200 (MET DST) Received: from localhost (lpruf@localhost) by tardis-a2.ee.ethz.ch (8.8.4/8.8.8) with ESMTP id LAA13670 for ; Fri, 11 Jun 1999 11:54:08 +0200 (MET DST) X-Authentication-Warning: tardis-a2.ee.ethz.ch: lpruf owned process doing -bs Date: Fri, 11 Jun 1999 11:54:08 +0200 (MET DST) From: Lukas Ruf X-Sender: lpruf@tardis-a2.ee.ethz.ch Reply-To: Lukas Ruf To: FreeBSD Questions Subject: FreeBSD 3.1-REL: mem reports Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've forgotten to add the output of sysctl to my prior question: sysctl -a | grep mem hw.physmem: 14712832 hw.usermem: 11567104 ...but I really know, that the machine has 64MB. Kind regards, Lukas -- *** ALWAYS MAILTO:"Lukas Ruf " *** (PGP2.6.3) Fingerprint = 37CF 3AB4 B0F7 0AF5 C308 4188 8C10 86FE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 3:18:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bow.intnet.mu (bow.intnet.mu [194.51.132.7]) by hub.freebsd.org (Postfix) with ESMTP id DD5B514FE9 for ; Fri, 11 Jun 1999 03:18:48 -0700 (PDT) (envelope-from jamiil@francemel.com) Received: from 2n2369 ([196.27.21.197]) by bow.intnet.mu (Netscape Messaging Server 3.6) with SMTP id AAA5129 for ; Fri, 11 Jun 1999 14:20:58 +0400 Message-ID: <000001beb3f3$99e81060$c5151bc4@2n2369> From: "Jamiil Tourabaly" To: Subject: no sound! Date: Thu, 10 Jun 1999 22:15:31 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i have a PCI sound card on port 0x6000 which emulates ISA devices in the following way: APConfig - Sound Blaster(R) PCI64 Configuration Utility, Ver 2.60. Copyright(c) 1996-1998, Creative Technology Ltd., All rights reserved. ----------------------- Current PCI Audio Configuration ---------------------- PCI Hardware: Port=6000, IRQ=10 Soundscape Emulation: Base/MIDI_Port=330, Wave_Port=534, MIDI_IRQ=7, Wave_IRQ=7, DMA=1 Sound Blaster Pro Emulation: Port=220, IRQ=7, DMA=1 MPU-401 (General MIDI, Roland MT-32/LAPC-1) Emulation: Port=330, IRQ=7 AdLib Emulation: Port=388 ------- The above emulation ports are all software programable. The current configuration (shown) correspond to my custom kernel and default include files settings of FreeBSD 3.0.0 release. Yet, the sound card fails detection. On a DOS environment a software (TSR) is required for the ISA emulation to take place. i want to have it work on FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 3:27:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from barrow.uwaterloo.ca (barrow.uwaterloo.ca [129.97.140.32]) by hub.freebsd.org (Postfix) with ESMTP id 3EEEA14D16 for ; Fri, 11 Jun 1999 03:27:26 -0700 (PDT) (envelope-from acheng@barrow.uwaterloo.ca) Received: from localhost (acheng@localhost) by barrow.uwaterloo.ca (8.8.8/8.8.8) with SMTP id GAA04164 for ; Fri, 11 Jun 1999 06:27:18 -0400 (EDT) Date: Fri, 11 Jun 1999 06:27:18 -0400 (EDT) From: Ada To: freebsd-questions@FreeBSD.ORG Subject: Formatting a dos readable floppy on FreeBSD Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, How can I format a floppy on FreeBSD so that Dos can read it? Thanks Ada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 3:31:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from titan.metropolitan.at (mail.metropolitan.at [195.212.98.131]) by hub.freebsd.org (Postfix) with ESMTP id C291B15439 for ; Fri, 11 Jun 1999 03:31:26 -0700 (PDT) (envelope-from mladavac@metropolitan.at) Received: by TITAN with Internet Mail Service (5.0.1458.49) id ; Fri, 11 Jun 1999 12:34:14 +0200 Message-ID: <55586E7391ACD211B9730000C110027617965D@r-lmh-wi-100.corpnet.at> From: Ladavac Marino To: 'Ada' , freebsd-questions@FreeBSD.ORG Subject: RE: Formatting a dos readable floppy on FreeBSD Date: Fri, 11 Jun 1999 12:28:46 +0200 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: Ada [SMTP:acheng@barrow.uwaterloo.ca] > Sent: Friday, June 11, 1999 12:27 PM > To: freebsd-questions@FreeBSD.ORG > Subject: Formatting a dos readable floppy on FreeBSD > > Hi, > How can I format a floppy on FreeBSD so that Dos can read it? > Thanks > [ML] man fdformat man mformat (please install mtools package/port if the latter man command displays nothing) /Marino > Ada > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 3:32:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from campino.informatik.rwth-aachen.de (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by hub.freebsd.org (Postfix) with ESMTP id CC20915686 for ; Fri, 11 Jun 1999 03:32:49 -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.9.1a/8.9.1/3) with ESMTP id MAA04930 for ; Fri, 11 Jun 1999 12:32:43 +0200 (MET DST) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.9.2/8.6.9) id MAA16041 for questions@freebsd.org; Fri, 11 Jun 1999 12:32:48 +0200 (CEST) Date: Fri, 11 Jun 1999 12:32:48 +0200 (CEST) From: Christoph Kukulies Message-Id: <199906111032.MAA16041@gil.physik.rwth-aachen.de> To: questions@freebsd.org Subject: pppd - no matching compression scheme CPP disabled Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm wondering about these lines in my pppd.log. The connection works though but I suspect it could be faster if a compression scheme would be active. May 21 11:48:59 agate pppd[4124]: pppd 2.2.0 started by root, uid 0 May 21 11:48:59 agate pppd[4124]: Using interface ppp0 May 21 11:48:59 agate pppd[4124]: Connect: ppp0 <--> /dev/ttyd0 May 21 11:49:03 agate pppd[4124]: user xxxxxxx logged in May 21 11:49:05 agate pppd[4124]: No matching compression scheme, CCP disabled May 21 11:49:05 agate pppd[4124]: local IP address 123.123.12.11 May 21 11:49:05 agate pppd[4124]: remote IP address 123.123.12.3 May 21 11:49:05 agate pppd[4124]: found interface ed0 for proxy arp May 21 11:55:54 agate pppd[4124]: Hangup (SIGHUP) May 21 11:55:54 agate pppd[4124]: Modem hangup May 21 11:55:54 agate pppd[4124]: Exit. -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 3:50:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mailer3.bham.ac.uk (mailer3.bham.ac.uk [147.188.128.54]) by hub.freebsd.org (Postfix) with SMTP id 7582C15299 for ; Fri, 11 Jun 1999 03:50:43 -0700 (PDT) (envelope-from binl@ee-wp.bham.ac.uk) Received: from bham.ac.uk by mailer3.bham.ac.uk with SMTP (XT-PP) with ESMTP; Fri, 11 Jun 1999 11:50:39 +0100 Received: from ee-wp.bham.ac.uk ([147.188.145.7]) by bham.ac.uk with esmtp (Exim 2.12 #2) id 10sOtQ-0005EZ-00 for freebsd-questions@FreeBSD.ORG; Fri, 11 Jun 1999 11:50:36 +0100 Received: from BHAM-EEE-FS3/SpoolDir by ee-wp.bham.ac.uk (Mercury 1.31); 11 Jun 99 11:46:57 +/-0000 Received: from SpoolDir by BHAM-EEE-FS3 (Mercury 1.31); 11 Jun 99 11:46:54 +/-0000 From: Organization: University of Birmingham To: freebsd-questions@FreeBSD.ORG Date: Fri, 11 Jun 1999 11:46:48 GMT MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Can NIST Net run on FreeBSD 3.1? Reply-To: b.liu.2@bham.ac.uk X-mailer: Pegasus Mail for Windows (v2.42a) Message-ID: <4DFAFFD5B8A@ee-wp.bham.ac.uk> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'd like to install FreeBSD 3.1 as the operation system of a small LAN. My purpose is to do some experiments on network management. Does FreeBSD 3.1 support NIST Net? If unfortunately not, Would you please tell me any other emulation package that runs on FreeBSD? Thank you very much! yours liu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 3:54:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id EB5E71521A for ; Fri, 11 Jun 1999 03:54:39 -0700 (PDT) (envelope-from dkelly@nospam.hiwaay.net) Received: from nospam.hiwaay.net (tnt8-216-180-14-73.dialup.HiWAAY.net [216.180.14.73]) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id FAA21254; Fri, 11 Jun 1999 05:54:37 -0500 (CDT) Received: from nospam.hiwaay.net (nospam.hiwaay.net [127.0.0.1]) by nospam.hiwaay.net (8.9.3/8.9.3) with ESMTP id FAA71267; Fri, 11 Jun 1999 05:54:34 -0500 (CDT) (envelope-from dkelly@nospam.hiwaay.net) Message-Id: <199906111054.FAA71267@nospam.hiwaay.net> X-Mailer: exmh version 2.0.2 2/24/98 To: Ada Cc: freebsd-questions@FreeBSD.ORG From: David Kelly Subject: Re: Formatting a dos readable floppy on FreeBSD In-reply-to: Message from Ada of "Fri, 11 Jun 1999 06:27:18 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 11 Jun 1999 05:54:33 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ada writes: > Hi, > How can I format a floppy on FreeBSD so that Dos can read it? % ls -l /dev/rfd0.1440 crw-rw---- 1 root operator 9, 3 May 24 08:24 /dev/rfd0.1440 Demonstrate that I'm in an appropriate group to use the above: % id uid=928(dkelly) gid=928(dkelly) groups=928(dkelly), 0(wheel), 5(operator), 68(dialer) % fdformat /dev/rfd0.1440 Format 1440K floppy `/dev/rfd0.1440'? (y/n): y Processing VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV done. % mkdosfs /dev/rfd0.1440 % It also helps to install /usr/ports/emulators/mtools/ as its a whole lot easier to use mtools to read/write a floppy than to mount the thing: % mdir a: Volume in drive A is 4.4BSD Directory for A:/ No files 1 457 664 bytes free % mcopy .cshrc a: Can't open /dev/rfd0: Permission denied Cannot initialize 'A:' Bad target a: % su Password: # ls -l /dev/rfd0 crw-r----- 9 root operator 9, 0 May 24 08:24 /dev/rfd0 # chmod g+w /dev/rfd0 # exit exit % !mcopy mcopy .cshrc a: % mdir a: Volume in drive A is 4.4BSD Directory for A:/ cshrc~1 1350 06-11-1999 5:52 .cshrc 1 file 1 350 bytes 1 456 128 bytes free % -- David Kelly N4HHE, dkelly@nospam.hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 4:18:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from imo15.mx.aol.com (imo15.mx.aol.com [198.81.17.5]) by hub.freebsd.org (Postfix) with ESMTP id 47C8A154C1 for ; Fri, 11 Jun 1999 04:18:22 -0700 (PDT) (envelope-from REver92379@aol.com) Received: from REver92379@aol.com (8062) by imo15.mx.aol.com (IMOv20) id nYMa018282 for ; Fri, 11 Jun 1999 07:18:07 -0400 (EDT) From: REver92379@aol.com Message-ID: <689a30df.24924a6f@aol.com> Date: Fri, 11 Jun 1999 07:18:07 EDT Subject: hello To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: AOL 4.0 for Windows 95 sub 13 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG what do i need to download to run freebsd i would like to try it out and where from if you could tell me the directory or send me link i would be greatful To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 4:22:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from concerto.demon.co.uk (concerto.demon.co.uk [194.222.196.144]) by hub.freebsd.org (Postfix) with ESMTP id A7B0A15402 for ; Fri, 11 Jun 1999 04:22:45 -0700 (PDT) (envelope-from ian@concerto.demon.co.uk) Received: from ian by concerto.demon.co.uk with local (Exim 2.12 #1) id 10sPJQ-0000Bg-00 for freebsd-questions@FreeBSD.ORG; Fri, 11 Jun 1999 12:17:28 +0100 Content-Length: 1297 Message-ID: X-Mailer: XFMail 1.2 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Fri, 11 Jun 1999 12:17:28 +0100 (BST) From: Ian Edwards To: FreeBSD questions Subject: Installing 2nd copy of FreeBSD Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I am trying to instal two copies of FreeBSD 3.0 onto the same disk - one will get upgraded to -stable, the other to -current. Using install floppies from the FreeBSD 3.0 CD. Disk (Quantum 6GB SCSI C/H/S = 783/255/63 on BusLogic BT-948) is sliced da0s1 47MB id=6 DOS da0s2 1024M id=160 da0s3 1024M id=165 FreeBSD I have installed 3.0 into da0s3 and it seems OK. When I try to install into da0s2 I change the slice id (in the FreeBSD slice editor the installation floppy starts) to 165. When I get to the FreeBSD Disklabel Editor and try to create a 64MB root filesystem it says "This region cannot be used for your root partition as the FreeBSD boot code cannot deal with a root partition created in that location." What is the problem ? I have tried setting the id of slice da0s3 to 160 so the installation does not see the existing copy of FreeBSD but this does not help. Thanks, Ian. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- E-mail: Ian Edwards Date: 11-Jun-99 Time: 12:17:28 Early Music Record Labels - http://www.concerto.demon.co.uk/ The 'ups' debugger for C/C++ - http://www.concerto.demon.co.uk/UPS/ -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 4:28:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from neutron.cichlids.com (as12-pri96.rp-plus.de [149.221.242.96]) by hub.freebsd.org (Postfix) with ESMTP id E23501521A; Fri, 11 Jun 1999 04:28:26 -0700 (PDT) (envelope-from alex@cichlids.com) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (8.9.3/8.9.3) with ESMTP id NAA73885; Fri, 11 Jun 1999 13:16:03 +0200 (CEST) (envelope-from alex@cichlids.com) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id NAA00708; Fri, 11 Jun 1999 13:16:06 +0200 (CEST) (envelope-from alex) From: Alexander Langer Date: Fri, 11 Jun 1999 13:16:06 +0200 To: Rezamys Cc: freebsd-questions@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: 2.2.7 Release To 3.2 Stable Message-ID: <19990611131606.E508@cichlids.cichlids.com> References: <004501beb3ab$7bf0a2e0$081603c8@tmmaster> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <004501beb3ab$7bf0a2e0$081603c8@tmmaster> X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Rezamys (rezath@tm.net.my): > Should I do an 3.2 upgrade first or just select 3.2 stable (ftp'ying from releng3.freebsd.org) instead? > Is this the correct way? Am confused here... I prefer the updates by make worlds. But I had to update to 2.2.8 first, before I could do the make aout-to-elf successfully. You also should first do a aout-to-elf-build. Updating by FTP didn't really work for me. the update worked better. > Also I wonder where does the new kernel "src" reside? Does it parked at /usr/bin? How does one "sysinstall" it? The new kernel src? In /usr/src/sys of course, as before. Or do you mean how to get the sources for upgrading to 3.2? You have to use cvsup, as described in detail in the handbook. Alex -- ************** I doubt, therefore I might be. ************** *** Send email to to get PGP-Key *** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 4:33:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dunapack.hu (mail.dunapack.hu [194.143.225.166]) by hub.freebsd.org (Postfix) with ESMTP id E93E51542B for ; Fri, 11 Jun 1999 04:33:48 -0700 (PDT) (envelope-from antalr@MAIL.DUNAPACK.HU) Received: from zaphod.dunapack.hu ([10.64.2.32]) by mozart.dunapack.hu with ESMTP id <40321>; Fri, 11 Jun 1999 13:32:32 +0200 Received: from grumpy.dunapack.hu [10.65.1.42] (mail) by zaphod.dunapack.hu with esmtp (Exim 1.92 #1 (Debian)) id 10sPYq-0008CP-00; Fri, 11 Jun 1999 13:33:24 +0200 Received: from antal by grumpy.dunapack.hu with local (Exim 1.92 #1 (Debian)) id 10sPYq-0003JS-00; Fri, 11 Jun 1999 13:33:24 +0200 Message-ID: <19990611133324.A11649@grumpy.dunapack.hu> Date: Fri, 11 Jun 1999 13:33:24 +0200 From: Antal Ritter To: freebsd-questions@freebsd.org Subject: gnat for FreeBSD 3.1? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Could somebody please give me some instruction on how to get Gnat (the Ada translator) working on a freshly installed 3.1 system? I downloaded the sources, and now 'make install' says the port is broken, because I need a pathed gcc. In the Makefile there are some comments indicating that I need a C compiler that calls an existing gnat, later than 3.08. It also say that if I don't have it I should get it from a binary distribution, but I could not find any pointer to such a beast. Thanks for your help, Antal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 4:41:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dart.sr.se (dart.SR.SE [193.12.91.98]) by hub.freebsd.org (Postfix) with ESMTP id D27AB154F2 for ; Fri, 11 Jun 1999 04:41:13 -0700 (PDT) (envelope-from gunnar@pluto.sr.se) Received: from honken.sr.se ([134.25.128.27]) by dart.sr.se (8.9.3/8.9.3) with ESMTP id NAA01738; Fri, 11 Jun 1999 13:41:10 +0200 (MET DST) Received: from pluto.sr.se (pluto.SR.SE [134.25.193.91]) by honken.sr.se (8.7.5/8.7.3) with ESMTP id NAA18080; Fri, 11 Jun 1999 13:41:10 +0200 (MET DST) Received: (from gunnar@localhost) by pluto.sr.se (8.9.2/8.9.1) id NAA58879; Fri, 11 Jun 1999 13:41:09 +0200 (CEST) (envelope-from gunnar) Date: Fri, 11 Jun 1999 13:41:09 +0200 From: Gunnar Flygt To: REver92379@aol.com Cc: FreeBSD Questions Subject: Re: hello Message-ID: <19990611134109.C54751@sr.se> Reply-To: Gunnar Flygt References: <689a30df.24924a6f@aol.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <689a30df.24924a6f@aol.com>; from REver92379@aol.com on Fri, Jun 11, 1999 at 07:18:07AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jun 11, 1999 at 07:18:07AM -0400, REver92379@aol.com wrote: > what do i need to download to run freebsd i would like to try it out and > where from if you could tell me the directory or send me link i would be > greatful Try reading http://www.freebsd.org the Easy to install part! -- __o regards, Gunnar ---_ \<,_ email: flygt@sr.se ---- (_)/ (_) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 4:51: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from amanda.qmpgmc.ac.uk (hide14.nhs.uk [194.6.81.14]) by hub.freebsd.org (Postfix) with ESMTP id B667B14C98 for ; Fri, 11 Jun 1999 04:50:56 -0700 (PDT) (envelope-from greg@swlct.sthames.nhs.uk) Received: from greg (gquinlan [194.81.0.56]) by amanda.qmpgmc.ac.uk (8.9.3/8.9.3) with SMTP id MAA63471 for ; Fri, 11 Jun 1999 12:48:56 +0100 (BST) Message-ID: <00fa01beb400$a1cb2f80$380051c2@qmpgmc.ac.uk> Reply-To: "Greg Quinlan" From: "Greg Quinlan" To: Subject: TCP/IP [Q] Date: Fri, 11 Jun 1999 12:50:41 +0100 Organization: Queen Mary's Hospital (SWLCT) X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, Can someone explain in relation to routing what: accept_sourceforward enable_sourceforward mean? (In the /etc/rc.conf file.) What are the consequences for NATD? Greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 5: 8:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from swcc2.sw.cc.va.us (unknown [164.106.192.192]) by hub.freebsd.org (Postfix) with ESMTP id A727714F32 for ; Fri, 11 Jun 1999 05:08:23 -0700 (PDT) (envelope-from Kevin_Rooney@sw.cc.va.us) Received: by SWCC2 with Internet Mail Service (5.5.1960.3) id ; Fri, 11 Jun 1999 08:04:38 -0400 Message-ID: <519E4F1A60BCD211AC6100805FEA7ACA03505A@SWCC2> From: Kevin Rooney To: 'Marie-Josee Blais' , "'questions@FreeBSD.ORG'" Subject: RE: Network slowed down Date: Fri, 11 Jun 1999 08:04:27 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.1960.3) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I had the same problem with that card. I was getting approx. 4,000 errors every 20 minutes (netstat -I 'device'). Replaced the card after it was perfect for almost 2 years. This was all sorts of trouble such as failed kernel compiles, and random reboots. > Hello, I am currently running FreeBSD 2.2.7. My network card > is an SMC9432-TX > > For some unknown reason my network connection became very > slow and I tried > getting rid of any process that wasn't useful and it did not > come back to > it's usual speed. I then rebooted and it fixed the problem. > > When this happened I was trying to setup a remote connection > to another > server. Could this be related ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 5:15:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from volodya.prime.net.ua (volodya.prime.net.ua [195.64.229.17]) by hub.freebsd.org (Postfix) with ESMTP id 6DBFD14F32; Fri, 11 Jun 1999 05:15:54 -0700 (PDT) (envelope-from andyo@prime.net.ua) Received: from prime.net.ua (localhost [127.0.0.1]) by volodya.prime.net.ua (8.9.3/8.8.8) with ESMTP id KAA00505; Fri, 11 Jun 1999 10:18:28 +0300 (EEST) (envelope-from andyo@prime.net.ua) Message-ID: <3760B843.80E2FE65@prime.net.ua> Date: Fri, 11 Jun 1999 10:18:27 +0300 From: "Andy V. Oleynik" Organization: M-Info X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.2-BETA i386) X-Accept-Language: ru, en MIME-Version: 1.0 To: FS Cc: "freebsd-questions@FreeBSD.ORG" Subject: About 3.2-S kernel's clock on old PC(K-5,P-S with CPU freq<=~100MH) Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG There was enough msgs in questions&stable about 3.2 kernel's clock latancy on some platforms. At least I had 2 listed in subj with same bug. 1st: Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 90039950 Hz chip0: rev 0x23 on pci0.0.0 chip1: rev 0x27 on pci0.7.0 ide_pci0: rev 0x06 on pci0.7.1 2nd: chip0 rev 2 on pci0:0:0 chip1 rev 1 on pci0:7:0 chip2 rev 0 on pci0:7:1 I cannot show timecounters in 2nd case cos I installed 2.2.8 on it (it is critical for this PC to tick correctly). Is there any solution? -- WBW Andy V. Oleynik (When U work in virtual office U have good chance to obtain virtual money Ж%-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 5:23:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id CB2DC14F32 for ; Fri, 11 Jun 1999 05:23:26 -0700 (PDT) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.8.7/8.8.7) with ESMTP id IAA16165 for ; Fri, 11 Jun 1999 08:23:21 -0400 (EDT) (envelope-from shovey@buffnet.net) Date: Fri, 11 Jun 1999 08:23:17 -0400 (EDT) From: Steve Hovey To: freebsd-questions@freebsd.org Subject: DVD burners Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG is there support for panasonic DVD ram under freebsd? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 5:37:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by hub.freebsd.org (Postfix) with ESMTP id 3713314F32 for ; Fri, 11 Jun 1999 05:37:08 -0700 (PDT) (envelope-from Thierry.Herbelot@alcatel.fr) Received: from aifhs2.alcatel.fr (mailhub.alcatel.fr [155.132.180.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id NAA20967; Fri, 11 Jun 1999 13:33:45 +0200 Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id OAA09916; Fri, 11 Jun 1999 14:31:19 +0200 (MET DST) Received: from telss1 (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.9.1a/8.9.1) with ESMTP id OAA09154; Fri, 11 Jun 1999 14:18:21 +0200 (MEST) Received: from telspace.alcatel.fr by telss1 (8.8.8+Sun/SMI-SVR4) id OAA24185; Fri, 11 Jun 1999 14:23:13 +0200 (MET DST) Message-ID: <37610106.597C0ED4@telspace.alcatel.fr> Date: Fri, 11 Jun 1999 14:28:54 +0200 From: Thierry Herbelot Reply-To: thierry.herbelot@alcatel.fr Organization: Alcatel CIT Nanterre X-Mailer: Mozilla 4.6 [en] (X11; I; SunOS 5.5.1 sun4m) X-Accept-Language: en MIME-Version: 1.0 To: Ian Edwards Cc: FreeBSD questions Subject: Re: Installing 2nd copy of FreeBSD References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, When I went to 3.0, I also had a 2.2.8-S partition that I wanted to preserve (in the same way as you : on the same disk). The problem comes from the old bootblocks (used in 2.x and 3.0) which can only see one bootable FreeBSD partition on a disk. If you look in the archives, you will find a post by Greg Lehey, explaining how ot install a second version of FreeBSD in a "e" BSD partition in lieu of a "a" partition (In this way : in the same "DOS" partition, you cut a "a" partition for the root part of BSD no1, other partitions as you like for swap, var, ..., then the "e" partition to install the 2nd BSD root partition - you may have these partitions in your da0s3 and all other partitions (/usr : on for each BSD version /home...) in the second BSD partition (da0s2). I found that an easier way was to buy a second disk and have one release of FreeBSD on each disk (with the swap and /home partitions shared between the two). Either way, have a long look at the disklabel man page. TfH Ian Edwards wrote: > > Hello, > > I am trying to instal two copies of FreeBSD 3.0 onto the same disk - one > will get upgraded to -stable, the other to -current. > > Using install floppies from the FreeBSD 3.0 CD. > > Disk (Quantum 6GB SCSI C/H/S = 783/255/63 on BusLogic BT-948) is sliced > > da0s1 47MB id=6 DOS > da0s2 1024M id=160 > da0s3 1024M id=165 FreeBSD > > I have installed 3.0 into da0s3 and it seems OK. > > When I try to install into da0s2 I change the slice id (in the FreeBSD > slice editor the installation floppy starts) to 165. When I get to > the FreeBSD Disklabel Editor and try to create a 64MB root filesystem > it says > > "This region cannot be used for your root partition as the FreeBSD boot > code cannot deal with a root partition created in that location." > > What is the problem ? > > I have tried setting the id of slice da0s3 to 160 so the installation > does not see the existing copy of FreeBSD but this does not help. > > Thanks, > Ian. > > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > E-mail: Ian Edwards > Date: 11-Jun-99 Time: 12:17:28 > > Early Music Record Labels - http://www.concerto.demon.co.uk/ > The 'ups' debugger for C/C++ - http://www.concerto.demon.co.uk/UPS/ > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Thierry Herbelot Phone : (+33) 1 46 52 47 23 Home Page : http://perso.cybercable.fr/herbelot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 5:41:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from freedom.cybertouch.org (freedom.cybertouch.org [216.183.4.2]) by hub.freebsd.org (Postfix) with ESMTP id DD56C14F32 for ; Fri, 11 Jun 1999 05:41:05 -0700 (PDT) (envelope-from lnb@freedom.cybertouch.org) Received: from localhost (lnb@localhost) by freedom.cybertouch.org (8.9.3/8.9.3) with ESMTP id IAA19097; Fri, 11 Jun 1999 08:41:05 -0400 (EDT) Date: Fri, 11 Jun 1999 08:41:04 -0400 (EDT) From: Lanny Baron To: freebsd-questions@freebsd.org Cc: Lowell Gilbert Subject: Re: [freebsd-questions] Apsfilter--the messages In-Reply-To: Message-ID: City: Thorhill Province: Ontario Postal: L4J 6X4 Tel: 905-763-1900 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Lowell, Well what ever it was, it eventually led me to have to reinstall via ftp :-( Oh well. Would like to know how that happened. Thanks for your reply, Lanny Baron On 11 Jun 1999, Lowell Gilbert wrote: Lanny Baron writes: > Hello again, > > Here is the output of make in /usr/ports/apsfilter: > > freedom# cd /usr/ports/print/apsfilter > freedom# make > [: not found > [: not found > [: not found > ===> Extracting for apsfilter-5.1.1 > [: not found > cannot open apsfilter-5.1.1.tar.bz2: no such file > *** Error code 2 Sounds like you've lost "/bin/[". It should be a hard link to "/bin/test". To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 5:48:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.go2france.com (go2france.com [209.51.193.70]) by hub.freebsd.org (Postfix) with SMTP id B362F14CA4 for ; Fri, 11 Jun 1999 05:48:24 -0700 (PDT) (envelope-from lconrad@Go2France.com) Received: from superviseur [62.161.63.210] by mail.go2france.com with ESMTP (SMTPD32-4.03) id A1824F401EC; Fri, 11 Jun 1999 07:22:42 EST5EDT Message-Id: <4.2.0.56.19990611143807.00a69a20@go2france.com> X-Sender: lconrad@go2france.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.56 (Beta) Date: Fri, 11 Jun 1999 14:45:19 +0200 To: questions@FreeBSD.ORG From: Len Conrad Subject: kernal floppy boot doesn't In-Reply-To: <519E4F1A60BCD211AC6100805FEA7ACA03505A@SWCC2> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Trying to build a dedicated ipfilter/ipnat machine between DMZ and private >network, using a Pentium 100 someting, retiring Win95. BIOS doesn't support cdrom boot, so created a fbsd 3.1-R boot diskette using the "dd if=/cdrom/etc" command from Lehey book, dd seems to complete successfully. But two different diskettes fail to boot with: zf_read: fill error elf_load exec: archsw.readin failed cant load kernel. and give a command prompt. Help, Len To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 5:48:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from europe.std.com (europe.std.com [199.172.62.20]) by hub.freebsd.org (Postfix) with ESMTP id 376F515483 for ; Fri, 11 Jun 1999 05:48:29 -0700 (PDT) (envelope-from lowell@world.std.com) Received: from world.std.com by europe.std.com (STD1.2/BZS-8-1.0) id IAA23794; Fri, 11 Jun 1999 08:48:24 -0400 (EDT) Received: by world.std.com (TheWorld/Spike-2.0) id AA13539; Fri, 11 Jun 1999 08:48:24 -0400 Date: Fri, 11 Jun 1999 08:48:24 -0400 Message-Id: <199906111248.AA13539@world.std.com> From: Lowell Gilbert To: lnb@freedom.cybertouch.org Cc: freebsd-questions@freebsd.org In-Reply-To: (message from Lanny Baron on Fri, 11 Jun 1999 08:41:04 -0400 (EDT)) Subject: Re: [freebsd-questions] Apsfilter--the messages References: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Date: Fri, 11 Jun 1999 08:41:04 -0400 (EDT) From: Lanny Baron Hi Lowell, Well what ever it was, it eventually led me to have to reinstall via ftp :-( Oh well. Would like to know how that happened. Within the last few weeks, I responded to someone else with similar problems who had tried to "clean up" his executables directories and removed [ because it looked like a typo. Thanks for your reply, Sorry it wasn't faster. If my guess was right, you could've fixed things as simply as "ln /bin/test /bin/[". Be well. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 5:54:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from www0e.netaddress.usa.net (www0e.netaddress.usa.net [204.68.24.34]) by hub.freebsd.org (Postfix) with SMTP id AD12A14F37 for ; Fri, 11 Jun 1999 05:54:07 -0700 (PDT) (envelope-from cjm2@netscape.net) Received: (qmail 6477 invoked by uid 60001); 11 Jun 1999 12:54:06 -0000 Message-ID: <19990611125406.6476.qmail@www0e.netaddress.usa.net> Received: from 204.68.24.34 by www0e via web-mailer(M3.0.0.118) on Fri Jun 11 12:54:06 GMT 1999 Date: 11 Jun 99 08:54:06 EDT From: C J Michaels To: Randy Porter , freebsd-questions@freebsd.org Subject: Re: [CDROM devices appearing twice as /dev/cd0a and /dev/cd0c] X-Mailer: USANET web-mailer (M3.0.0.118) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Randy, This is perfectly normal. The a and c represent partitions (in the UNIX = sense of the word). The a partition is just the 1st partition on the drive and= the c partition represents the "whole" drive. The reason the mount works on both, is because in the case of your cd-rom= s the a partition takes up the whole drive. In the case of a harddrive the a a= nd c would generally be different, but I personally heard of a partitioned cdr= om (I could be wrong). Anyway, it is normal, take a look at man disklabel -Chris P.S. Sorry for the netscape mail, my regular work e-mail is down because = of that worm virus. Randy Porter wrote: > I am setting up a FreeBSD 2.2.8 server to act as both a gateway and as = a > CDROM server using SAMBA to share CDs and file space for Windoze > workstations. > = > I have 5 NEC SCSI CD drives connected to an Adaptec 1522 controller. = > The device IDs are from 1 to 6, the card is 7, and the chain is > terminated. They are all functioning correctly using DOS. > = > I ran MAKEDEV for the additional 4 CD drives, and I now have devices fo= r > all five CDs, but it seems like they all appear twice, as both a cdXa > and cdXc. > = > I can mount CDs using either the cdXa or cdXc, and there appears to be > no difference between them. > = > I searched the web pages for cd0a and cd0c with no success. > = > Is this normal? If so, is there a difference between the devices? > = > If it is not normal, any ideas about what could be causing it? > = > Thanks. > = > p.s. If the answer is RTFM, please let me know what chapter or man pag= e > I should be looking for. > = > = > = > = > -- = > Randy Porter > rporter@jnpcs.com > http://www.jnpcs.com/rporter > = > ___________________________________________ > = > Si Hoc Legere Scis Nimium Eruditionis Habes > = > If you can read this, you're overeducated. > = > = > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message ____________________________________________________________________ Get your own FREE, personal Netscape WebMail account today at http://webm= ail.netscape.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 6:15: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ct1.webquill.com (ct1.webquill.com [208.130.59.63]) by hub.freebsd.org (Postfix) with ESMTP id A5C7C14C22 for ; Fri, 11 Jun 1999 06:13:58 -0700 (PDT) (envelope-from dci@ct1.webquill.com) Received: (from dci@localhost) by ct1.webquill.com (8.9.1/8.9.1) id JAA14506; Fri, 11 Jun 1999 09:14:02 -0400 (EDT) From: Chris McCulloh Message-Id: <199906111314.JAA14506@ct1.webquill.com> Subject: Re: Compilation Problems In-Reply-To: from Doug White at "Jun 9, 99 05:08:08 pm" To: dwhite@resnet.uoregon.edu (Doug White) Date: Fri, 11 Jun 1999 09:14:02 -0400 (EDT) Cc: freebsd-questions@freebsd.org X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Wed, 9 Jun 1999, Chris McCulloh wrote: > > I recently installed FreeBSD 3.2 downloaded in complete from cdrom.com. Whenever I try to compile a program that uses X header includes, compilation is unsuccessful. The error messsage given, for example, is the following: > > wmapm.c:153: X11/X.h: No such file or directory > Install the Xprog distribution. I appreciate the quick response, however as I said in the original post, the files themselves are not the problem -- they are already there. But not to make a complete fool out of myself, I went ahead yesterday and installed the Xprog distrib using sysinstall. It installed correctly, and sure enough when I tried to compile anything using the X includes, the same problem appears. I get the message about the file not being there, despite the fact that I'm sure it is. What could the problem be? Thanks Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 6:25:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from alan17.his.com (alan17.his.com [205.252.80.9]) by hub.freebsd.org (Postfix) with SMTP id 7025815167 for ; Fri, 11 Jun 1999 06:25:10 -0700 (PDT) (envelope-from alan17@his.com) Received: (qmail 758 invoked by uid 500); 11 Jun 1999 12:54:43 -0000 Message-ID: <19990611125443.757.qmail@alan17.his.com> From: alan17@his.com Subject: Detailed explanation of problem To: freebsd-questions@FreeBSD.ORG Date: Fri, 11 Jun 1999 08:54:43 -0400 (EDT) X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Before I get into the nitty-gritty, let me thank the kind and knowledgeable people -- from all parts of the world, I am interested to note! -- who have posted responses and suggestions to me. It makes me hope even more that I will be able to install FreeBSD. However . . . ! I need reassurance about the installation procedure. So let me explain as precisely as I can my problem/concern(the impatient can bail out right here) I am a Linuxer with a vanilla Pentium, with a first HD(bought in Nairobi BTW) that is now 90% full. So a week ago I bought a 6.3gig HD and partitioned it as follows: /dev/hdc1 944 meg b7 BSDI fs /dev/hdc2 75 meg b8 BSDI swap /dev/hdc3 1247 meg b7 BSDI fs /dev/hdc4 3982 meg 5 Extended /dev/hdc5 1039 meg 83 Linux native /dev/hdc6 1228 meg 83 Linux native /dev/hdc7 1714 meg 83 Linux native Since I detect some ambiguity/ambivalence in the various terminologies, let me say a few words about my understanding of the above. 1. The above data are "pre-OS"; they are written into the master boot record(I believe) of my disk(which is called /dev/hdc because it is the Master on my IDE1(second half of IDE). 2. It can be seen that I have three primary partitions, /dev/hdc1, /dev/hdc2, /dev/hdc3, which are intended for FreeBSD, plus a fourth primary which is Extended(this is some sort of Kludge) and which is subdivided into three Linux partitions. These three Linux partitions are already in use, contain data, and I am extremely unwilling to do, or allow to happen, anything which will compromise their integrity. 3. As a consequence of 2., I am willing to change the partition types of /dev/hdc1, /dev/hdc2, /dev/hdc3, but not to delete them or to change their size(I note that my Linux fdisk program mentions a partition type 'a5', named BSD/383; I could change the 'b7' or BSDI partitions to that) 4. I thought I was being clever in putting the prospective BSDI partitions first, since Linux, at any rate, requires BIOS right at the beginning, and BIOSes sometimes have difficulty finding locations way out on a big hard drive. OK, I hope that any of you who have read so far have understood this. My question: can I install FreeBSD _without_ the above data being changed? I am certainly willing to consider a "dd-type" installation, where I get a minimal system from somewhere, put it on, say, a Zip disk, and 'dd' it to e.g. my /dev/hdc1. It is my intention to put all the directories of the BSD _system_(e.g. /, /usr, /bin, /dev, etc etc) onto /dev/hdc1, and reserve /dev/hdc3 for user accounts, and possibly sym-linked overflow from /dev/hdc1. I am very much hoping that someone will a) have read as far as this, and b) give me a definitive solution to this difficulty. Again thanks to all responders! Best wishes, Alan -- Alan McConnell The beauty of an object, a song, or a dance can Pixel Analysis never be altogether intrinsic, independent of old alan17@his.com associations and acquired understanding. (L.J.Halle) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 6:30:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dart.sr.se (dart.SR.SE [193.12.91.98]) by hub.freebsd.org (Postfix) with ESMTP id 77837151E3 for ; Fri, 11 Jun 1999 06:30:21 -0700 (PDT) (envelope-from gunnar@pluto.sr.se) Received: from honken.sr.se ([134.25.128.27]) by dart.sr.se (8.9.3/8.9.3) with ESMTP id PAA08101 for ; Fri, 11 Jun 1999 15:30:20 +0200 (MET DST) Received: from pluto.sr.se (pluto.SR.SE [134.25.193.91]) by honken.sr.se (8.7.5/8.7.3) with ESMTP id PAA24653 for ; Fri, 11 Jun 1999 15:30:19 +0200 (MET DST) Received: (from gunnar@localhost) by pluto.sr.se (8.9.2/8.9.1) id PAA59184 for freebsd-questions@FreeBSD.org; Fri, 11 Jun 1999 15:30:19 +0200 (CEST) (envelope-from gunnar) Date: Fri, 11 Jun 1999 15:30:19 +0200 From: Gunnar Flygt To: FreeBSD Questions Subject: sh script Message-ID: <19990611153019.A59005@sr.se> Reply-To: Gunnar Flygt Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This has nothing special to do with FreeBSD, other than it is my OS of choice. :) But since the knowledge is huge in the list, I have a sh script question. I want to ftp large files to a site on our internal WAN to test if we get any corrupt files when using ftp. (There are M$ people at work who thinks the routers are destroying ftp's) So I would `put big.file` and then `get big.file` perform a test to see if it is exactly what it was before I sent it. Put the result in a file together with a counter and then repeat th e whole thing for 100 times or so. And also it should stop immediately if an error occurs! The files will be in sizes from 3 - 300 MB, just to test if the size is important. Any help will be appreciated. -- __o regards, Gunnar ---_ \<,_ email: flygt@sr.se ---- (_)/ (_) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 6:33:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from titan.metropolitan.at (mail.metropolitan.at [195.212.98.131]) by hub.freebsd.org (Postfix) with ESMTP id C1A42151E3 for ; Fri, 11 Jun 1999 06:33:17 -0700 (PDT) (envelope-from mladavac@metropolitan.at) Received: by TITAN with Internet Mail Service (5.0.1458.49) id ; Fri, 11 Jun 1999 15:36:13 +0200 Message-ID: <55586E7391ACD211B9730000C110027617965F@r-lmh-wi-100.corpnet.at> From: Ladavac Marino To: 'Chris McCulloh' , dwhite@resnet.uoregon.edu Cc: freebsd-questions@freebsd.org Subject: RE: Compilation Problems Date: Fri, 11 Jun 1999 15:30:46 +0200 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: Chris McCulloh [SMTP:dci@ct1.webquill.com] > Sent: Friday, June 11, 1999 3:14 PM > To: dwhite@resnet.uoregon.edu > Cc: freebsd-questions@freebsd.org > Subject: Re: Compilation Problems > > > I appreciate the quick response, however as I said in the original > post, the files themselves are not the problem -- they are already > there. But not to make a complete fool out of myself, I went ahead > yesterday and installed the Xprog distrib using sysinstall. It > installed correctly, and sure enough when I tried to compile anything > using the X includes, the same problem appears. I get the message > about the file not being there, despite the fact that I'm sure it is. > > What could the problem be? > [ML] Your include path being only -I/usr/X11R6/include/X11. Try to add -I/usr/X11R6/include because the #include directive looks for X11/mumble.h, and there is no /usr/X11R6/include/X11/X11/mumble.h OTOH, it may happen that X11R6/include does not have X11 underneath: add a symlink called X11 to current directory. Unfortunately, imake does not always get it right, especially on commercial systems, and then developers work around it in Imakefile which breaks it for the system where imake would have gotten it right (e.g. FreeBSD). /Marino > Thanks > Chris > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 6:37:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by hub.freebsd.org (Postfix) with ESMTP id 68FB914C83 for ; Fri, 11 Jun 1999 06:37:16 -0700 (PDT) (envelope-from Thierry.Herbelot@alcatel.fr) Received: from aifhs2.alcatel.fr (mailhub.alcatel.fr [155.132.180.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id OAA10918; Fri, 11 Jun 1999 14:33:52 +0200 Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id PAA18432; Fri, 11 Jun 1999 15:30:41 +0200 (MET DST) Received: from telss1 (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.9.1a/8.9.1) with ESMTP id PAA17647; Fri, 11 Jun 1999 15:07:14 +0200 (MEST) Received: from telspace.alcatel.fr by telss1 (8.8.8+Sun/SMI-SVR4) id PAA26323; Fri, 11 Jun 1999 15:12:09 +0200 (MET DST) Message-ID: <37610C7D.536ED874@telspace.alcatel.fr> Date: Fri, 11 Jun 1999 15:17:49 +0200 From: Thierry Herbelot Reply-To: thierry.herbelot@alcatel.fr Organization: Alcatel CIT Nanterre X-Mailer: Mozilla 4.6 [en] (X11; I; SunOS 5.5.1 sun4m) X-Accept-Language: en MIME-Version: 1.0 To: Len Conrad Cc: questions@FreeBSD.ORG Subject: Re: kernal floppy boot doesn't References: <4.2.0.56.19990611143807.00a69a20@go2france.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does your machine have more than 12 Megs ? (minimum for 3.x) TfH Len Conrad wrote: > > >Trying to build a dedicated ipfilter/ipnat machine between DMZ and private > >network, using a Pentium 100 someting, retiring Win95. > > BIOS doesn't support cdrom boot, so created a fbsd 3.1-R boot diskette > using the "dd if=/cdrom/etc" command from Lehey book, dd seems to complete > successfully. > > But two different diskettes fail to boot with: > > zf_read: fill error > elf_load exec: archsw.readin failed > cant load kernel. > > and give a command prompt. > > Help, > Len > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Thierry Herbelot Phone : (+33) 1 46 52 47 23 Home Page : http://perso.cybercable.fr/herbelot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 6:45: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp3.263.net (unknown [202.96.44.22]) by hub.freebsd.org (Postfix) with SMTP id 34D5514C83 for ; Fri, 11 Jun 1999 06:44:52 -0700 (PDT) (envelope-from ryuson@263.net) Received: (fmail 5434 invoked from network); 11 Jun 1999 13:49:07 -0000 Received: from unknown (HELO 263.net) (202.96.44.21) by smtp3 with SMTP; 11 Jun 1999 13:49:07 -0000 Received: (fmail 9277 invoked by uid 1004); 11 Jun 1999 13:41:42 -0000 Date: 11 Jun 1999 13:41:42 -0000 Message-ID: <19990611134142.9276.fmail@263.net> Reply-To: ryuson@263.net From: ryuson@263.net To: freebsd-questions@FreeBSD.ORG Subject: questions about update and licq Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello: I wanna ask: how to update freeBSD3.0 to 3.2 over my modem? and how to use Licq? Thank you for your reply. Ryuson __________________________________________________ ╩╤с╜й╧сцйв╤╪тзоъцБ╥я╣ГвссйоДhttp://freemail.263.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 6:48: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from vader.fiber-optix.net (fiber-optix.net [208.192.111.69]) by hub.freebsd.org (Postfix) with ESMTP id 24CCF15167 for ; Fri, 11 Jun 1999 06:47:59 -0700 (PDT) (envelope-from hype@interaccess.com) Received: from interaccess.com (fiber-optix.net [208.192.111.69]) by vader.fiber-optix.net (8.9.3/8.9.3) with ESMTP id IAA58501; Thu, 10 Jun 1999 08:04:35 -0500 (CDT) (envelope-from hype@interaccess.com) Message-ID: <375FB7E2.37BC360E@interaccess.com> Date: Thu, 10 Jun 1999 08:04:35 -0500 From: vader Organization: fiber-optix.net X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Tony Villasenor Cc: freebsd-questions@FreeBSD.ORG Subject: Re: STB Velocity video card? References: Content-Type: multipart/alternative; boundary="------------08E4A79471BF3B2F2C9DFB8D" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --------------08E4A79471BF3B2F2C9DFB8D Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Tony Villasenor wrote: > Does FreeBSD 3.0 support the STB Velocity 128 video card? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message yes... I'm running it -- _________________________________ |:::::::::::::;;::::::::::::::::::| |:::::::::::'~||~~~``:::::::::::::| |::::::::' .': o`:::::::::::| |:::::::' oo | |o o ::::::::::| |::::::: 8 .'.' 8 o :::::::::| |::::::: 8 | | 8 :::::::::| |::::::: _._| |_,...8 :::::::::| |::::::'~--. .--. `. `::::::::| |:::::' =8 ~ \ o ::::::::| |::::' 8._ 88. \ o::::::::| |:::' __. ,.ooo~~. \ o`::::::| |::: . -. 88`78o/: \ `:::::| |::' /. o o \ :: \88`::::| |:; o|| 8 8 |d. `8 `:::| |:. - ^ ^ -' `-`::| |::. .:::| |:::::..... ::' ``::| |::::::::-'`- 88 `| |:::::-'. - :: | |:-~. . . : | | .. . ..: o:8 88o | |. . ::: 8:P d888. . . | |. . :88 88 888' . . | | o8 d88P . 88 ' d88P .. | | 88P 888 d8P ' 888 | | 8 d88P.'d:8 .- dP~ o8 --------------08E4A79471BF3B2F2C9DFB8D Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Tony Villasenor wrote:
Does FreeBSD 3.0 support the STB Velocity 128 video card?

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message

yes... I'm running it
-- 

   _________________________________
  |:::::::::::::;;::::::::::::::::::|
  |:::::::::::'~||~~~``:::::::::::::|
  |::::::::'   .':     o`:::::::::::|
  |:::::::' oo | |o  o    ::::::::::|
  |::::::: 8  .'.'    8 o  :::::::::|
  |::::::: 8  | |     8    :::::::::|
  |::::::: _._| |_,...8    :::::::::|
  |::::::'~--.   .--. `.   `::::::::|
  |:::::'     =8     ~  \ o ::::::::|
  |::::'       8._ 88.   \ o::::::::|
  |:::'   __. ,.ooo~~.    \ o`::::::|
  |:::   . -. 88`78o/:     \  `:::::|
  |::'     /. o o \ ::      \88`::::|  
  |:;     o|| 8 8 |d.        `8 `:::|
  |:.       - ^ ^ -'           `-`::|
  |::.                          .:::|
  |:::::.....           ::'     ``::|
  |::::::::-'`-        88          `|
  |:::::-'.          -       ::     |
  |:-~. . .                   :     |
  | .. .   ..:   o:8      88o       |
  |. .     :::   8:P     d888. . .  |
  |.   .   :88   88      888'  . .  |
  |   o8  d88P . 88   ' d88P   ..   |
  |  88P  888   d8P   ' 888         |
  |   8  d88P.'d:8  .- dP~ o8
  --------------08E4A79471BF3B2F2C9DFB8D-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 6:50:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.freemessage.com (blackavar.freemessage.com [208.210.50.13]) by hub.freebsd.org (Postfix) with SMTP id 4642715167 for ; Fri, 11 Jun 1999 06:50:39 -0700 (PDT) (envelope-from ryuson@freemessage.com) Received: (qmail 17686 invoked from network); 11 Jun 1999 13:51:52 -0000 Received: from fiver.freemessage.com (208.210.50.10) by mail1.freemessage.com with SMTP; 11 Jun 1999 13:51:52 -0000 Received: (from nobody@localhost) by fiver.freemessage.com (8.9.1/8.9.1) id JAA22210; Fri, 11 Jun 1999 09:44:53 -0400 Date: Fri, 11 Jun 1999 09:44:53 -0400 Message-Id: <199906111344.JAA22210@fiver.freemessage.com> From: "ZHANG jiyu" To: freebsd-questions@FreeBSD.ORG Subject: how to use licq? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello: I wanna ask how to use licq? Thank you for your reply. ryuson Signup for your FREEMessage account at http://www.freemessage.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 6:52:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from titan.metropolitan.at (mail.metropolitan.at [195.212.98.131]) by hub.freebsd.org (Postfix) with ESMTP id AF22F15167 for ; Fri, 11 Jun 1999 06:52:29 -0700 (PDT) (envelope-from mladavac@metropolitan.at) Received: by TITAN with Internet Mail Service (5.0.1458.49) id ; Fri, 11 Jun 1999 15:55:26 +0200 Message-ID: <55586E7391ACD211B9730000C1100276179660@r-lmh-wi-100.corpnet.at> From: Ladavac Marino To: "'alan17@his.com'" , freebsd-questions@FreeBSD.ORG Subject: RE: Detailed explanation of problem Date: Fri, 11 Jun 1999 15:49:58 +0200 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: alan17@his.com [SMTP:alan17@his.com] > Sent: Friday, June 11, 1999 2:55 PM > To: freebsd-questions@FreeBSD.ORG > Subject: Detailed explanation of problem > > > /dev/hdc1 944 meg b7 BSDI fs > /dev/hdc2 75 meg b8 BSDI swap > /dev/hdc3 1247 meg b7 BSDI fs > /dev/hdc4 3982 meg 5 Extended > /dev/hdc5 1039 meg 83 Linux native > /dev/hdc6 1228 meg 83 Linux native > /dev/hdc7 1714 meg 83 Linux native > [ML] FreeBSD will work best if there is only one DOS primary partition (called slice in further text) on the disk with the type a5. It will subpartition that slice into FreeBSD partitions (disklabel partitions). It will not touch other DOS partitions (slices) on the disk. So, in order to get the use of the maximum space, you can use the Partition Magic and simply delete first three slices (the ones you called hdc1, hdc2, and hdc3). This will neither touch nor move the rest of the slices on the disk. When you enter FreeBSD slice editor, it will see that you have about 2.2Gig unallocated disk which you should then allocate for the use of FreeBSD. This will make a new hdc1 in the Linux terminology. hdc2 and hdc3 will no longer exist, but the others will remain wherever they are; I think not even their names will change as far as Linux is concerned. You will then enter the FreeBSD partition editor which will allow you to partition the 2.2Gig FreeBSD slice. Again, it will not touch any other area of the disk. You can think of FreeBSD partitions as logical partitions within a FreeBSD slice. > 2. It can be seen that I have three primary partitions, /dev/hdc1, > /dev/hdc2, /dev/hdc3, which are intended for FreeBSD, plus a fourth > primary which is Extended(this is some sort of Kludge) and which is > subdivided into three Linux partitions. These three Linux partitions > are already in use, contain data, and I am extremely unwilling > to do, or allow to happen, anything which will compromise their > integrity. > > 3. As a consequence of 2., I am willing to change the partition types > of /dev/hdc1, /dev/hdc2, /dev/hdc3, but not to delete them or to > change their size(I note that my Linux fdisk program mentions a > partition type 'a5', named BSD/383; I could change the 'b7' or BSDI > partitions to that) [ML] Okay, then your best bet would be to use the biggest existing slice and change its type to a5 and proceed with FreeBSD partitioning from there. You can use the rest for Linux/FreeBSD; they both supports ext2 and FAT filesystems. > 4. I thought I was being clever in putting the prospective BSDI > partitions first, since Linux, at any rate, requires BIOS right at > the beginning, and BIOSes sometimes have difficulty finding locations > way out on a big hard drive. > > OK, I hope that any of you who have read so far have understood this. > > My question: can I install FreeBSD _without_ the above data being > changed? I am certainly willing to consider a "dd-type" installation, > where I get a minimal system from somewhere, put it on, say, a Zip > disk, > and 'dd' it to e.g. my /dev/hdc1. It is my intention to put all the > directories of the BSD _system_(e.g. /, /usr, /bin, /dev, etc etc) > onto /dev/hdc1, and reserve /dev/hdc3 for user accounts, and possibly > sym-linked overflow from /dev/hdc1. [ML] Then again, there is a way to do that as well, but it may get a bit tricky: at least the bootblocks I know (up to 3.0-R) want to boot from the first FreeBSD slice on the disk. This means retyping hdc1, 2, and 3 into a5, partitioning hdc1 and installing the system there, and then later mounting the other (partitioned) slices. > I am very much hoping that someone will a) have read as far as > this, > and b) give me a definitive solution to this difficulty. [ML] The problem is, there is no definitive solution to your difficulty. There are some easier and some harder ways to do it, the most natural (and IMHO easiest) being merge of the 3 slices reserved for FreeBSD and going from there. > Again thanks to all responders! [ML] You're welcome :) /Marino > Best wishes, > > Alan > > -- > Alan McConnell The beauty of an object, a song, or a dance can > Pixel Analysis never be altogether intrinsic, independent of old > alan17@his.com associations and acquired understanding. > (L.J.Halle) > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 6:56:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from norton.miranda.com (mail.miranda.com [199.202.147.246]) by hub.freebsd.org (Postfix) with ESMTP id 8CB1615167 for ; Fri, 11 Jun 1999 06:56:01 -0700 (PDT) (envelope-from mjblais@miranda.com) Received: from sparta (sparta.miranda.com [192.168.100.1]) by norton.miranda.com (8.8.8/8.8.8) with SMTP id JAA06045; Fri, 11 Jun 1999 09:59:20 -0400 (EDT) (envelope-from mjblais@miranda.com) Message-Id: <199906111359.JAA06045@norton.miranda.com> X-Sender: mjblais@mail.miranda.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Fri, 11 Jun 1999 09:55:34 -0400 To: mike@sentex.net (Mike Tancsa) From: Marie-Josee Blais Subject: Re: Network slowed down Cc: questions@freebsd.org, eoin@maths.tcd.ie In-Reply-To: <37608be6.532624563@mail.sentex.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The problem has come back and I tried netstat -ni and there is no errors and no collisions. I have also looked at the output of tcpdump and trafshow and I can't see anything out of the ordinary. At 04:10 1999-06-11 +0000, Mike Tancsa wrote: >On 10 Jun 1999 16:46:18 -0400, in sentex.lists.freebsd.questions you wrote: > >>Hello, I am currently running FreeBSD 2.2.7. My network card is an SMC9432-TX >> >>For some unknown reason my network connection became very slow and I tried >>getting rid of any process that wasn't useful and it did not come back to >>it's usual speed. I then rebooted and it fixed the problem. >> >>When this happened I was trying to setup a remote connection to another >>server. Could this be related ? > >Does netstat -ni show any errors or excessive collisions ? > > ---Mike >Mike Tancsa (mdtancsa@sentex.net) =09 >Sentex Communications Corp, =09 >Waterloo, Ontario, Canada >=20 /-----------------------------\ | Marie-Josee Blais=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 | | Network Administrator=A0=A0=A0=A0=A0=A0 | |=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0 | | E-mail:mjblais@miranda.com=A0 | | --------------------------- | | Technologies Miranda Inc.=A0=A0 | | Tel:(514) 333-1772=A0=A0=A0=A0=A0=A0=A0=A0=A0 | | Fax:(514) 333-9828=A0=A0=A0=A0=A0=A0=A0=A0=A0 | | Web:=A0www.miranda.com | \-----------------------------/ =20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 6:57:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from norton.miranda.com (mail.miranda.com [199.202.147.246]) by hub.freebsd.org (Postfix) with ESMTP id 4E5FE15167 for ; Fri, 11 Jun 1999 06:57:34 -0700 (PDT) (envelope-from mjblais@miranda.com) Received: from sparta (sparta.miranda.com [192.168.100.1]) by norton.miranda.com (8.8.8/8.8.8) with SMTP id KAA06126; Fri, 11 Jun 1999 10:01:53 -0400 (EDT) (envelope-from mjblais@miranda.com) Message-Id: <199906111401.KAA06126@norton.miranda.com> X-Sender: mjblais@mail.miranda.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Fri, 11 Jun 1999 09:58:16 -0400 To: Kevin Rooney , "'questions@FreeBSD.ORG'" From: Marie-Josee Blais Subject: RE: Network slowed down In-Reply-To: <519E4F1A60BCD211AC6100805FEA7ACA03505A@SWCC2> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What kind of card did you replace it with ? At 08:04 1999-06-11 -0400, Kevin Rooney wrote: > >I had the same problem with that card. I was getting approx. 4,000 >errors every 20 minutes (netstat -I 'device'). Replaced the card after >it was perfect for almost 2 years. This was all sorts of trouble such >as failed kernel compiles, and random reboots. >> Hello, I am currently running FreeBSD 2.2.7. My network card=20 >> is an SMC9432-TX >>=20 >> For some unknown reason my network connection became very=20 >> slow and I tried >> getting rid of any process that wasn't useful and it did not=20 >> come back to >> it's usual speed. I then rebooted and it fixed the problem. >>=20 >> When this happened I was trying to setup a remote connection=20 >> to another >> server. Could this be related ? >=20 /-----------------------------\ | Marie-Josee Blais=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 | | Network Administrator=A0=A0=A0=A0=A0=A0 | |=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0 | | E-mail:mjblais@miranda.com=A0 | | --------------------------- | | Technologies Miranda Inc.=A0=A0 | | Tel:(514) 333-1772=A0=A0=A0=A0=A0=A0=A0=A0=A0 | | Fax:(514) 333-9828=A0=A0=A0=A0=A0=A0=A0=A0=A0 | | Web:=A0www.miranda.com | \-----------------------------/ =20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 7: 6:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from beowulf.utmb.edu (beowulf.utmb.edu [129.109.59.83]) by hub.freebsd.org (Postfix) with ESMTP id C724515167 for ; Fri, 11 Jun 1999 07:06:42 -0700 (PDT) (envelope-from bdodson@beowulf.utmb.edu) Received: (from bdodson@localhost) by beowulf.utmb.edu (8.9.3/8.9.2) id JAA71464; Fri, 11 Jun 1999 09:02:16 -0500 (CDT) (envelope-from bdodson) Date: Fri, 11 Jun 1999 09:02:16 -0500 (CDT) Message-Id: <199906111402.JAA71464@beowulf.utmb.edu> From: "M. L. Dodson" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Jeroen Ruigrok van der Werven Cc: Rene Veerman , freebsd-questions@FreeBSD.ORG Subject: Re: newbie attempting to compile a 3.2 kernel In-Reply-To: <19990611000433.B7680@ninth-circle.org> References: <199906100805.KAA00634@smtp3.xs4all.nl> <19990611000433.B7680@ninth-circle.org> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jeroen Ruigrok van der Werven writes: > * Rene Veerman (rene@xs4all.nl) [990610 13:55]: > > Hija. > > > > I editted the kernel-config file myself (see bottom of mail), and tried > > compiling the kernel as described in the handbook. It compiled just fine, > > but when booting it comes up with > > > > elf_loadexec: archsw.readin failed > > > > Here, i'm lost ;-) > > No clue what this means... > This MAY mean that you have a 3.1 or earlier /boot/loader which has trouble loading a 3.2 kernel. It is possible that a new 3.2 /boot/loader file will fix the problem. I track -STABLE with cvsup, and I ran into something along this line when I compiled a new kernel using the STABLE sources without doing a concommitant "make world". (Which upgrades /boot/loader.) IIRC that is the error message I received. [elided] Bud Dodson -- M. L. Dodson bdodson@scms.utmb.edu 409-772-2178 FAX: 409-772-1790 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 7:14:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id F00EB15528 for ; Fri, 11 Jun 1999 07:14:27 -0700 (PDT) (envelope-from a.genkin@utoronto.ca) Received: from main.wgaf.net (HSE-TOR-ppp22860.sympatico.ca [209.226.71.150]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id KAA04638 for ; Fri, 11 Jun 1999 10:17:05 -0400 (EDT) Received: from antipode by main.wgaf.net with local (Exim 2.05 #1 (Debian)) id 10sSQP-0000G8-00; Fri, 11 Jun 1999 10:36:53 -0400 To: freebsd-questions@freebsd.org Subject: Re: Still can't get ethernet cards going (HELP!) References: <87n1y7nvcc.fsf@main.wgaf.net> <3760B054.513AFCA6@3-cities.com> From: Arcady Genkin Date: 11 Jun 1999 10:36:53 -0400 In-Reply-To: Kent Stewart's message of "Thu, 10 Jun 1999 23:44:36 -0700" Message-ID: <873dzyu7lm.fsf@main.wgaf.net> Lines: 24 User-Agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) XEmacs/21.1 (20 Minutes to Nikko) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kent Stewart writes: > > ed0 at 0x240-0x25f irq 3 on isa > > ed0: address 00:80:c8:ec:0f:39, type NE2000 (16 bit) > > ed1 at 0x300-0x31f irq 5 on isa > > ed1: address 52:54:4c:17:c9:5c, type NE2000 (16 bit) > > [...] > > ed0: device timeout > > device ed0 at isa? port 0x240 net irq 3 iomem 0xd8000 > > device ed1 at isa? port 0x300 net irq 5 iomem 0xd8000 > > Only one card can be at 0xd800 and you have two at 0xd8000 > > One needs to be somewhere else. So how can I know, which iomem to assign? The setup utility for the cards doesn't show anything relevant. Please advise! Do I just assign an arbitrary value? Which value then? -- Arcady Genkin "... without money one gets nothing in this world, not even a certificate of eternal blessedness in the other world..." (S. Kierkegaard) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 7:25:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from speedy.isr.uc.pt (speedy.isr.uc.pt [193.136.230.52]) by hub.freebsd.org (Postfix) with ESMTP id EB7B5151F3 for ; Fri, 11 Jun 1999 07:24:57 -0700 (PDT) (envelope-from paulo@isr.uc.pt) Received: from speedy.isr.uc.pt (speedy.isr.uc.pt [193.136.230.52]) by speedy.isr.uc.pt (8.9.3/8.9.2) with SMTP id PAA15741 for ; Fri, 11 Jun 1999 15:24:55 +0100 (WEST) (envelope-from paulo@isr.uc.pt) Date: Fri, 11 Jun 1999 15:24:55 +0100 (WEST) From: Paulo Menezes To: questions@freebsd.org Subject: TEKRAM SCSI controller driver ? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, After upgrading one of our production machines from 2.2.8 to 3.2-stable I was surprised by the fact that the TEKRAM DC390 (based on the amd chip) was not supported in this version. Of course I had to buy another controller, but as this controller is very popular here I think it should be brought back again. Is anyone working on the new cam compliant driver for this? Cheers, PM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 7:26:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from titan.metropolitan.at (mail.metropolitan.at [195.212.98.131]) by hub.freebsd.org (Postfix) with ESMTP id 6D49614C16 for ; Fri, 11 Jun 1999 07:26:37 -0700 (PDT) (envelope-from mladavac@metropolitan.at) Received: by TITAN with Internet Mail Service (5.0.1458.49) id ; Fri, 11 Jun 1999 16:29:34 +0200 Message-ID: <55586E7391ACD211B9730000C1100276179662@r-lmh-wi-100.corpnet.at> From: Ladavac Marino To: 'Arcady Genkin' , freebsd-questions@freebsd.org Subject: RE: Still can't get ethernet cards going (HELP!) Date: Fri, 11 Jun 1999 16:24:05 +0200 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: Arcady Genkin [SMTP:a.genkin@utoronto.ca] > Sent: Friday, June 11, 1999 4:37 PM > To: freebsd-questions@freebsd.org > Subject: Re: Still can't get ethernet cards going (HELP!) > > Kent Stewart writes: > > > > ed0 at 0x240-0x25f irq 3 on isa > > > ed0: address 00:80:c8:ec:0f:39, type NE2000 (16 bit) > > > ed1 at 0x300-0x31f irq 5 on isa > > > ed1: address 52:54:4c:17:c9:5c, type NE2000 (16 bit) > > > [...] > > > ed0: device timeout > > > > device ed0 at isa? port 0x240 net irq 3 iomem 0xd8000 > > > device ed1 at isa? port 0x300 net irq 5 iomem 0xd8000 > > > > Only one card can be at 0xd800 and you have two at 0xd8000 > > > > One needs to be somewhere else. > > So how can I know, which iomem to assign? The setup utility for the > cards doesn't show anything relevant. Please advise! Do I just assign > an arbitrary value? Which value then? > [ML] If the setup utility cannot change the iomem (it probably looks as d800 there), and you have no jumpers on the card, then you will not be able to have two of these cards in one machine (and have them both work). If it does allow you to change it, one classical address is 0xcc000 (cc00). /Marino > -- > Arcady Genkin > "... without money one gets nothing in this world, not even a > certificate > of eternal blessedness in the other world..." (S. Kierkegaard) > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 7:28: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from titan.metropolitan.at (mail.metropolitan.at [195.212.98.131]) by hub.freebsd.org (Postfix) with ESMTP id C6DCF14E64 for ; Fri, 11 Jun 1999 07:28:01 -0700 (PDT) (envelope-from mladavac@metropolitan.at) Received: by TITAN with Internet Mail Service (5.0.1458.49) id ; Fri, 11 Jun 1999 16:30:55 +0200 Message-ID: <55586E7391ACD211B9730000C1100276179663@r-lmh-wi-100.corpnet.at> From: Ladavac Marino To: 'Paulo Menezes' , questions@freebsd.org Subject: RE: TEKRAM SCSI controller driver ? Date: Fri, 11 Jun 1999 16:25:27 +0200 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: Paulo Menezes [SMTP:paulo@isr.uc.pt] > Sent: Friday, June 11, 1999 4:25 PM > To: questions@freebsd.org > Subject: TEKRAM SCSI controller driver ? > > > Hi, > > After upgrading one of our production machines from 2.2.8 to > 3.2-stable I > was surprised by the fact that the TEKRAM DC390 (based on the amd > chip) > was not supported in this version. Of course I had to buy another > controller, but as this controller is very popular here I think it > should > be brought back again. Is anyone working on the new cam compliant > driver > for this? [ML] I don't know. Do we hear you volunteer--at least you have the required hardware. /Marino > Cheers, > > PM > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 7:35:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from beowulf.utmb.edu (beowulf.utmb.edu [129.109.59.83]) by hub.freebsd.org (Postfix) with ESMTP id DE08C14DE8 for ; Fri, 11 Jun 1999 07:35:30 -0700 (PDT) (envelope-from bdodson@beowulf.utmb.edu) Received: (from bdodson@localhost) by beowulf.utmb.edu (8.9.3/8.9.2) id JAA71537; Fri, 11 Jun 1999 09:31:04 -0500 (CDT) (envelope-from bdodson) Date: Fri, 11 Jun 1999 09:31:04 -0500 (CDT) Message-Id: <199906111431.JAA71537@beowulf.utmb.edu> From: "M. L. Dodson" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Len Conrad Cc: questions@FreeBSD.ORG Subject: kernal floppy boot doesn't In-Reply-To: <4.2.0.56.19990611143807.00a69a20@go2france.com> References: <519E4F1A60BCD211AC6100805FEA7ACA03505A@SWCC2> <4.2.0.56.19990611143807.00a69a20@go2france.com> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If you made a 3.1-R boot floppy, that will likely fail unless the kernel you are trying to boot is built from 3.1-R sources. /boot/loader and /kernel need to be version matched. Bud Dodson Len Conrad writes: > > >Trying to build a dedicated ipfilter/ipnat machine between DMZ and private > >network, using a Pentium 100 someting, retiring Win95. > > BIOS doesn't support cdrom boot, so created a fbsd 3.1-R boot diskette > using the "dd if=/cdrom/etc" command from Lehey book, dd seems to complete > successfully. > > But two different diskettes fail to boot with: > > zf_read: fill error > elf_load exec: archsw.readin failed > cant load kernel. > > and give a command prompt. > > Help, > Len > -- M. L. Dodson bdodson@scms.utmb.edu 409-772-2178 FAX: 409-772-1790 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 7:38:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from beowulf.utmb.edu (beowulf.utmb.edu [129.109.59.83]) by hub.freebsd.org (Postfix) with ESMTP id 3CF9A14DE8 for ; Fri, 11 Jun 1999 07:38:55 -0700 (PDT) (envelope-from bdodson@beowulf.utmb.edu) Received: (from bdodson@localhost) by beowulf.utmb.edu (8.9.3/8.9.2) id JAA71544; Fri, 11 Jun 1999 09:34:23 -0500 (CDT) (envelope-from bdodson) Date: Fri, 11 Jun 1999 09:34:23 -0500 (CDT) Message-Id: <199906111434.JAA71544@beowulf.utmb.edu> From: "M. L. Dodson" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: "Christopher A. Caputo" Cc: freebsd-questions@FreeBSD.ORG Subject: Installing Problem In-Reply-To: <37609399.F19F1F7@pitt.edu> References: <37609399.F19F1F7@pitt.edu> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Christopher A. Caputo writes: > I'm trying to install FreeBSD on my computer. The boot image file is > 1474560 bytes but I can only format my 3.5" disks for 1457664 bytes. I > used format from Win 98 and MS-DOS 6.22. Could you tell me what I'm > doing wrong? > The boot image files are NOT just copied to floppies using DOS or Windows (of any flavor). They are IMAGE files. Follow the instructions at www.freebsd.org to get them onto floppies for installation. > -- > Christopher A. Caputo > cacst92@pitt.edu > > > > -- M. L. Dodson bdodson@scms.utmb.edu 409-772-2178 FAX: 409-772-1790 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 7:41: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id 75A0115110 for ; Fri, 11 Jun 1999 07:40:55 -0700 (PDT) (envelope-from a.genkin@utoronto.ca) Received: from main.wgaf.net (HSE-TOR-ppp22860.sympatico.ca [209.226.71.150]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id KAA13550 for ; Fri, 11 Jun 1999 10:43:45 -0400 (EDT) Received: from antipode by main.wgaf.net with local (Exim 2.05 #1 (Debian)) id 10sSqE-0000Id-00; Fri, 11 Jun 1999 11:03:34 -0400 To: freebsd-questions@freebsd.org Subject: Re: Still can't get ethernet cards going (HELP!) References: <55586E7391ACD211B9730000C1100276179662@r-lmh-wi-100.corpnet.at> From: Arcady Genkin Date: 11 Jun 1999 11:03:34 -0400 In-Reply-To: Ladavac Marino's message of "Fri, 11 Jun 1999 16:24:05 +0200" Message-ID: <87zp26srsp.fsf@main.wgaf.net> Lines: 43 User-Agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) XEmacs/21.1 (20 Minutes to Nikko) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ladavac Marino writes: > > > > ed0 at 0x240-0x25f irq 3 on isa > > > > ed0: address 00:80:c8:ec:0f:39, type NE2000 (16 bit) > > > > ed1 at 0x300-0x31f irq 5 on isa > > > > ed1: address 52:54:4c:17:c9:5c, type NE2000 (16 bit) > > > > [...] > > > > ed0: device timeout > > > > > > device ed0 at isa? port 0x240 net irq 3 iomem 0xd8000 > > > > device ed1 at isa? port 0x300 net irq 5 iomem 0xd8000 > > > > > > Only one card can be at 0xd800 and you have two at 0xd8000 > > > One needs to be somewhere else. > > > > So how can I know, which iomem to assign? The setup utility for the > > cards doesn't show anything relevant. Please advise! Do I just assign > > an arbitrary value? Which value then? > > > [ML] If the setup utility cannot change the iomem (it probably > looks as d800 there), and you have no jumpers on the card, then you will > not be able to have two of these cards in one machine (and have them > both work). Just ran MS-DOS based setup utilities for each card. Neither of them (it's two different ne2000's) allows me to change or access iomem address or anything looking like it. BUT -- I had both of the cards running fine under Linux on the same machine, with the same settings. Right now I changed IRQ's for 10 and 11 -- in case there's a conflict with some other IRQ's on the system. Now I'll wait for 4 hours for the kernel to recompile ;^), and then let you know if that worked. But the fact remains -- I had the cards working fine under Linux with the same configuration. In fact, I have just installed FreeBSD on that machine instead of Linux, and didn't change or add any hardware. -- Arcady Genkin "... without money one gets nothing in this world, not even a certificate of eternal blessedness in the other world..." (S. Kierkegaard) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 7:52:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from guard.polynet.lviv.ua (Guard.PolyNet.Lviv.UA [194.44.138.1]) by hub.freebsd.org (Postfix) with SMTP id 2C27914DE8 for ; Fri, 11 Jun 1999 07:51:53 -0700 (PDT) (envelope-from ts@postoffice.polynet.lviv.ua) Received: (qmail 87323 invoked from network); 11 Jun 1999 14:25:13 -0000 Received: from unknown (HELO postoffice.polynet.lviv.ua) (unknown) by unknown with SMTP; 11 Jun 1999 14:25:13 -0000 Received: (qmail 86168 invoked by uid 1000); 11 Jun 1999 14:25:13 -0000 Date: 11 Jun 1999 17:25:13 +0300 Date: Fri, 11 Jun 1999 17:25:13 +0300 (EEST) From: Yaroslav Terletsky X-Sender: ts@NetSurfer.lp.lviv.ua To: Mitch Collinsworth Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Policy Routing w/ FreeBSD In-Reply-To: <199906101642.AA093622972@broccoli.graphics.cornell.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 10 Jun 1999, Mitch Collinsworth wrote: > > >Is there anything which allows Policy Routing with FreeBSD? (like w/CISCO) > > Policy Routing? As in BGP? Or as in packet filtering? > > I think freebsd's ipfw will do packet filtering. I haven't looked > at it closely yet. > Yea, I really was asking about something like "packet selection" with say ipfw and then routing these packets to different interfaces, next-hops, etc. It would of been very nice if I can set/reset some flags/options in packets also. But looking at ipfw man pages I don't see anything like that. I'm just wondering if there are people who think about starting such a thing, then none OS will beat FreeBSD as a router :) I think ipfw suits for this the best, like it was done with DUMMYNET. Well, I have not looked at dummy's sources yet ... So I just ask, are there any people who want start/help2do/consult on it? I have no OS developing experience, just utils and daemons, so can't be a team leader, but will join one with pleasure. == ts To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 7:59:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.go2france.com (go2france.com [209.51.193.70]) by hub.freebsd.org (Postfix) with SMTP id 3309615201 for ; Fri, 11 Jun 1999 07:59:27 -0700 (PDT) (envelope-from lconrad@Go2France.com) Received: from superviseur [62.161.63.210] by mail.go2france.com with ESMTP (SMTPD32-4.03) id A02C54D01EC; Fri, 11 Jun 1999 09:33:32 EST5EDT Message-Id: <4.2.0.56.19990611165527.00af62a0@go2france.com> X-Sender: lconrad@go2france.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.56 (Beta) Date: Fri, 11 Jun 1999 16:57:45 +0200 To: thierry.herbelot@alcatel.fr From: Len Conrad Subject: Re: kernal floppy boot doesn't Cc: questions@FreeBSD.ORG In-Reply-To: <37610C7D.536ED874@telspace.alcatel.fr> References: <4.2.0.56.19990611143807.00a69a20@go2france.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yes, 64 megs. I'm, happily, not pursuing this anymore since the cdrom drive turned out to be bootable after all. I think the diskette drive is sick, it's certainly old, rarely used, Paris air is filthy, and the drive just couldn't read the innermost tracks. Len =============== >Does your machine have more than 12 Megs ? (minimum for 3.x) > > TfH > >Len Conrad wrote: > > > > >Trying to build a dedicated ipfilter/ipnat machine between DMZ and private > > >network, using a Pentium 100 someting, retiring Win95. > > > > BIOS doesn't support cdrom boot, so created a fbsd 3.1-R boot diskette > > using the "dd if=/cdrom/etc" command from Lehey book, dd seems to complete > > successfully. > > > > But two different diskettes fail to boot with: > > > > zf_read: fill error > > elf_load exec: archsw.readin failed > > cant load kernel. > > > > and give a command prompt. > > > > Help, > > Len > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 8: 2:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp13.bellglobal.com (smtp13.bellglobal.com [204.101.251.52]) by hub.freebsd.org (Postfix) with ESMTP id 46BF1151CB for ; Fri, 11 Jun 1999 08:02:33 -0700 (PDT) (envelope-from a.genkin@utoronto.ca) Received: from main.wgaf.net (HSE-TOR-ppp22860.sympatico.ca [209.226.71.150]) by smtp13.bellglobal.com (8.8.5/8.8.5) with ESMTP id LAA22797 for ; Fri, 11 Jun 1999 11:03:44 -0400 (EDT) Received: from antipode by main.wgaf.net with local (Exim 2.05 #1 (Debian)) id 10sTBB-0000JS-00; Fri, 11 Jun 1999 11:25:13 -0400 To: freebsd-questions@freebsd.org Subject: kernel recompilation question From: Arcady Genkin Date: 11 Jun 1999 11:25:13 -0400 Message-ID: <87u2sesqsm.fsf@main.wgaf.net> Lines: 17 User-Agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) XEmacs/21.1 (20 Minutes to Nikko) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Suppose I compile a kernel. Then I decide that I want, for example change an IRQ for a networking card, or add a flag for a hard-disk controller. The question is -- should I still do the "configure" and "make depend" steps or can I go straight to "make", provided no options and/or devices have been added? This is important for me b/c it takes 4 hours overall to compile a kernel on my 486, so if I can save 30 min for skipping "make depend", that would make me a bit happier. Thanks! -- Arcady Genkin "... without money one gets nothing in this world, not even a certificate of eternal blessedness in the other world..." (S. Kierkegaard) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 8:14:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fire.mhi-tx.com (www.mhi-tx.com [208.243.253.225]) by hub.freebsd.org (Postfix) with ESMTP id 5C111151CB for ; Fri, 11 Jun 1999 08:14:23 -0700 (PDT) (envelope-from robert@mhi-tx.com) Received: from mhi-tx.com (robert.mhi-tx.com [192.168.1.200]) by fire.mhi-tx.com (8.8.7/8.8.7) with ESMTP id KAA02887 for ; Fri, 11 Jun 1999 10:12:44 -0500 (CDT) (envelope-from robert@mhi-tx.com) Message-ID: <37612762.A327015@mhi-tx.com> Date: Fri, 11 Jun 1999 10:12:34 -0500 From: robert X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd list Subject: rc.conf??? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hello, I just upgraded to 3.2 from 2.2.6 and it seems as though the rc.conf file has lost significance. Where can I control things like which interfaces are used, whether to start lpd or not, default gateways etc? Is there still a central location to set all of this info? thanks in advance. robert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 8:20:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from osgroup.com (unknown [38.229.41.6]) by hub.freebsd.org (Postfix) with ESMTP id D057214DEA for ; Fri, 11 Jun 1999 08:20:28 -0700 (PDT) (envelope-from stan@osgroup.com) Received: from stan166 ([38.229.41.237]) by osgroup.com (8.7.6/8.6.12) with SMTP id KAA00745 for ; Fri, 11 Jun 1999 10:09:10 -0500 Received: by localhost with Microsoft MAPI; Fri, 11 Jun 1999 10:21:57 -0500 Message-ID: <01BEB3F4.3C1D7C30.stan@osgroup.com> From: Constantine Shkolnyy Reply-To: "stan@osgroup.com" To: "freebsd-questions@FreeBSD.ORG" Subject: RE: MBR (Was RE: I just don't know...) Date: Fri, 11 Jun 1999 10:21:56 -0500 Organization: Ashley Laurent, Inc. X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thursday, June 10, 1999 8:12 PM, Mark Ovens [SMTP:markov@globalnet.co.uk] wrote: > > It's my opinion that any software product should provide > > some means of "undoing" the changes it did to the computer system, > > whenever it's possible. Of course, it is not possible to restore the > > disk data that you agreed to overwrite with FreeBSD file system. > > It would be fine to let the user simply delete the FreeBSD partition. > > In the case of a boot manager, it would be nice if it could ask the > > user > > whether he wants to backup the existing MBR to some place, before > > re-writing it, so that the manager could be cleanly deleted in future. > > > > But why do you need to save a DOS/WIN3.x/WIN9x mbr? All it does in > effect is say "look for IO.SYS in the root dir of the first primary > partition, and if you find it, then run it" Actually, there is some term mixing here and I myself was too cautious yesterday when I wrote about dangers of fdisk /mbr, etc. The MBR is the sector 1 at track 0, head 0. This is what the BIOS reads and this is what the FreeBSD loader replaces. The "mbr" that looks for io.sys is called "boot sector" and there is one boot sector per each partition. The MBR loads one of them, that marked 'active" according to partition table info, or that that the user chooses at MBR's prompt. It is quite uncommon for software products to replace the MBR. They usually replace a boot sector, as NT does. If the original poster finds his Windows loading correctly after installation of FreeBSD loader, this means the original MBR did not contain any unusual functionality, so it can be safely reset with fdisk /mbr. What about a boot record, you should not touch it, since it may be NT's boot record, or a boot record that launches some encryption upon the partition by hooking int 13h. The correct way is what NT does - store the original boot sector, do your things in your replacement, then load and run the original boot record. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 8:25:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from swcc2.sw.cc.va.us (unknown [164.106.192.192]) by hub.freebsd.org (Postfix) with ESMTP id EAC5B1526E for ; Fri, 11 Jun 1999 08:25:52 -0700 (PDT) (envelope-from Kevin_Rooney@sw.cc.va.us) Received: by SWCC2 with Internet Mail Service (5.5.1960.3) id ; Fri, 11 Jun 1999 11:22:04 -0400 Message-ID: <519E4F1A60BCD211AC6100805FEA7ACA03505B@SWCC2> From: Kevin Rooney To: 'Marie-Josee Blais' , "'questions@FreeBSD.ORG'" Subject: RE: Network slowed down Date: Fri, 11 Jun 1999 11:21:54 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.1960.3) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It was replaced by Gateway under warranty, but they sent me a 3-Com 3c905B. =20 > What kind of card did you replace it with ? >=20 > At 08:04 1999-06-11 -0400, Kevin Rooney wrote: > > > >I had the same problem with that card. I was getting approx. 4,000 > >errors every 20 minutes (netstat -I 'device'). Replaced the=20 > card after > >it was perfect for almost 2 years. This was all sorts of=20 > trouble such > >as failed kernel compiles, and random reboots. > >> Hello, I am currently running FreeBSD 2.2.7. My network card=20 > >> is an SMC9432-TX > >>=20 > >> For some unknown reason my network connection became very=20 > >> slow and I tried > >> getting rid of any process that wasn't useful and it did not=20 > >> come back to > >> it's usual speed. I then rebooted and it fixed the problem. > >>=20 > >> When this happened I was trying to setup a remote connection=20 > >> to another > >> server. Could this be related ? > >=20 > /-----------------------------\ > | Marie-Josee Blais=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 | > | Network Administrator=A0=A0=A0=A0=A0=A0 | > = |=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0 | > | E-mail:mjblais@miranda.com=A0 | > | --------------------------- | > | Technologies Miranda Inc.=A0=A0 | > | Tel:(514) 333-1772=A0=A0=A0=A0=A0=A0=A0=A0=A0 | > | Fax:(514) 333-9828=A0=A0=A0=A0=A0=A0=A0=A0=A0 | > | Web:=A0www.miranda.com | > \-----------------------------/ =20 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 8:31:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from granite.sentex.net (granite.sentex.ca [199.212.134.1]) by hub.freebsd.org (Postfix) with ESMTP id A937014C9A for ; Fri, 11 Jun 1999 08:31:15 -0700 (PDT) (envelope-from mike@sentex.net) Received: from gravel (ospf-wat.sentex.net [209.167.248.81]) by granite.sentex.net (8.8.8/8.6.9) with SMTP id LAA15975; Fri, 11 Jun 1999 11:31:13 -0400 (EDT) Message-Id: <4.1.19990611114132.06e08f10@granite.sentex.ca> X-Sender: mdtancsa@granite.sentex.ca X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Fri, 11 Jun 1999 11:42:28 -0400 To: Marie-Josee Blais From: Mike Tancsa Subject: Re: Network slowed down Cc: questions@freebsd.org In-Reply-To: <199906111359.JAA06045@norton.miranda.com> References: <37608be6.532624563@mail.sentex.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 09:55 AM 6/11/99 , Marie-Josee Blais wrote: >The problem has come back and I tried netstat -ni and there is no errors >and no collisions. >I have also looked at the output of tcpdump and trafshow and I can't see >anything out of the ordinary. Is it on a switch ? Check the duplex settings on both the card and the switch. When these are out of whack, nasty slowdowns will happen. ---Mike ********************************************************************** Mike Tancsa, Network Admin * mike@sentex.net Sentex Communications Corp, * http://www.sentex.net/mike Cambridge, Ontario * 01.519.651.3400 Canada * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 8:37:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from norton.miranda.com (mail.miranda.com [199.202.147.246]) by hub.freebsd.org (Postfix) with ESMTP id 73D4814D01 for ; Fri, 11 Jun 1999 08:37:20 -0700 (PDT) (envelope-from mjblais@miranda.com) Received: from sparta (sparta.miranda.com [192.168.100.1]) by norton.miranda.com (8.8.8/8.8.8) with SMTP id LAA02057; Fri, 11 Jun 1999 11:40:59 -0400 (EDT) (envelope-from mjblais@miranda.com) Message-Id: <199906111540.LAA02057@norton.miranda.com> X-Sender: mjblais@mail.miranda.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Fri, 11 Jun 1999 11:37:54 -0400 To: Mike Tancsa From: Marie-Josee Blais Subject: Re: Network slowed down Cc: questions@freebsd.org In-Reply-To: <4.1.19990611114132.06e08f10@granite.sentex.ca> References: <199906111359.JAA06045@norton.miranda.com> <37608be6.532624563@mail.sentex.net> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It is on a switch ! Actually everything is set on auto on both sides so they should be detecting the speed by themselves. Should I force the communication to a 100 Mbits (The server and the switch are in the same room ) or only use Half duplex or etc ? I also checked if both had detected the same thing and both say 100Mbits and Full duplex. At 11:42 1999-06-11 -0400, Mike Tancsa wrote: >At 09:55 AM 6/11/99 , Marie-Josee Blais wrote: >>The problem has come back and I tried netstat -ni and there is no errors >>and no collisions. >>I have also looked at the output of tcpdump and trafshow and I can't see >>anything out of the ordinary. > >Is it on a switch ? Check the duplex settings on both the card and the >switch. When these are out of whack, nasty slowdowns will happen. > > ---Mike >********************************************************************** >Mike Tancsa, Network Admin * mike@sentex.net >Sentex Communications Corp, * http://www.sentex.net/mike >Cambridge, Ontario * 01.519.651.3400 >Canada * >=20 /-----------------------------\ | Marie-Josee Blais=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 | | Network Administrator=A0=A0=A0=A0=A0=A0 | |=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0 | | E-mail:mjblais@miranda.com=A0 | | --------------------------- | | Technologies Miranda Inc.=A0=A0 | | Tel:(514) 333-1772=A0=A0=A0=A0=A0=A0=A0=A0=A0 | | Fax:(514) 333-9828=A0=A0=A0=A0=A0=A0=A0=A0=A0 | | Web:=A0www.miranda.com | \-----------------------------/ =20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 8:39: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.240.222]) by hub.freebsd.org (Postfix) with ESMTP id 02F0515167 for ; Fri, 11 Jun 1999 08:38:59 -0700 (PDT) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.9.3/8.9.1) id IAA51312; Fri, 11 Jun 1999 08:38:20 -0700 (PDT) (envelope-from mph) Date: Fri, 11 Jun 1999 08:38:20 -0700 From: Matthew Hunt To: Randy Porter Cc: freebsd-questions@FreeBSD.ORG Subject: Re: CDROM devices appearing twice as /dev/cd0a and /dev/cd0c Message-ID: <19990611083820.D51017@wopr.caltech.edu> References: <37607DB7.4A97@jnpcs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <37607DB7.4A97@jnpcs.com>; from Randy Porter on Thu, Jun 10, 1999 at 11:08:39PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jun 10, 1999 at 11:08:39PM -0400, Randy Porter wrote: > I ran MAKEDEV for the additional 4 CD drives, and I now have devices for > all five CDs, but it seems like they all appear twice, as both a cdXa > and cdXc. This is normal. For disks, the "a" partition is normall the first partition, and the "c" partition is a "fake" partition which refers to the disk as a whole. Try "disklabel da0" or "disklabel wd0" (former SCSI, latter IDE) to see the label for your hard disk. You will probably see a bunch of partitions, maybe a, b, d, e, and so on; there will also be a partition "c" which is the size of the whole disk. As you have observed, for the cd device, the "first" partition and the "whole disk" partition are basically the same. I don't know if there are any differences at all. Matt -- Matthew Hunt * Stay close to the Vorlon. http://www.pobox.com/~mph/ * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 8:45: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from granite.sentex.net (granite.sentex.ca [199.212.134.1]) by hub.freebsd.org (Postfix) with ESMTP id A3BEF15167 for ; Fri, 11 Jun 1999 08:45:07 -0700 (PDT) (envelope-from mike@sentex.net) Received: from gravel (ospf-wat.sentex.net [209.167.248.81]) by granite.sentex.net (8.8.8/8.6.9) with SMTP id LAA19753; Fri, 11 Jun 1999 11:45:05 -0400 (EDT) Message-Id: <4.1.19990611115453.06e0bc60@granite.sentex.ca> X-Sender: mdtancsa@granite.sentex.ca X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Fri, 11 Jun 1999 11:56:20 -0400 To: Marie-Josee Blais From: Mike Tancsa Subject: Re: Network slowed down Cc: questions@freebsd.org In-Reply-To: <199906111540.LAA02057@norton.miranda.com> References: <4.1.19990611114132.06e08f10@granite.sentex.ca> <199906111359.JAA06045@norton.miranda.com> <37608be6.532624563@mail.sentex.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 11:37 AM 6/11/99 , Marie-Josee Blais wrote: >It is on a switch ! Actually everything is set on auto on both sides so >they should be detecting the speed by themselves. Should I force the >communication to a 100 Mbits (The server and the switch are in the same >room ) or only use Half duplex or etc ? I also checked if both had >detected the same thing and both say 100Mbits and Full duplex. My luck is 50/50 with auto-detect... Force it to the speed and duplex settings you desire... Just make sure its set the same on both ends. Start with 10Mb Half Duplex, then work your way up from there. ---Mike >At 11:42 1999-06-11 -0400, Mike Tancsa wrote: >>At 09:55 AM 6/11/99 , Marie-Josee Blais wrote: >>>The problem has come back and I tried netstat -ni and there is no errors >>>and no collisions. >>>I have also looked at the output of tcpdump and trafshow and I can't see >>>anything out of the ordinary. >> >>Is it on a switch ? Check the duplex settings on both the card and the >>switch. When these are out of whack, nasty slowdowns will happen. >> >> ---Mike >>********************************************************************** >>Mike Tancsa, Network Admin * mike@sentex.net >>Sentex Communications Corp, * http://www.sentex.net/mike >>Cambridge, Ontario * 01.519.651.3400 >>Canada * >> >/-----------------------------\ >| Marie-Josee Blais | >| Network Administrator | >| | >| E-mail:mjblais@miranda.com | >| --------------------------- | >| Technologies Miranda Inc. | >| Tel:(514) 333-1772 | >| Fax:(514) 333-9828 | >| Web: www.miranda.com | >\-----------------------------/ ********************************************************************** Mike Tancsa, Network Admin * mike@sentex.net Sentex Communications Corp, * http://www.sentex.net/mike Cambridge, Ontario * 01.519.651.3400 Canada * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 9: 5:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cartman.weeble.dyndns.org (ubppp233-230.dialin.buffalo.edu [128.205.233.230]) by hub.freebsd.org (Postfix) with ESMTP id A71E414FA6 for ; Fri, 11 Jun 1999 09:05:30 -0700 (PDT) (envelope-from cjm2@earthling.net) Received: from shithead (shithead.weeble.dyndns.org [10.0.0.2]) by cartman.weeble.dyndns.org (8.9.3/8.9.3) with SMTP id MAA01375 for ; Fri, 11 Jun 1999 12:05:19 -0400 (EDT) (envelope-from cjm2@earthling.net) From: "Christopher J. Michaels" To: "FreeBSD Mailing List" Subject: Retrieving mail for root? Date: Fri, 11 Jun 1999 12:05:18 -0400 Message-ID: <000901beb424$33924980$0200000a@shithead.weeble.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I know that this is probably intrinsically unsafe, but this is just on = my local network, and I would like to know if it is possible to use an = IMAP client to read root's e-mail? I realize I could have it re-directed to another user for this purpose, = if I so choose, I would actually know if there is any way to configure = anything for imapd (I'm using the imap-uw port). Or, if not, is there a = configurable imapd that has this option? Thanks -Chris=20 "f u cn rd ths, u cn gt a gd jb n cmptr prgrmmng." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 9:12:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ucsu.Colorado.EDU (ucsu.Colorado.EDU [128.138.129.83]) by hub.freebsd.org (Postfix) with ESMTP id CEC9814FA6 for ; Fri, 11 Jun 1999 09:12:14 -0700 (PDT) (envelope-from doranj@ucsu.Colorado.EDU) Received: (from doranj@localhost) by ucsu.Colorado.EDU (8.9.3/8.9.3/ITS-5.0/standard) id KAA04276; Fri, 11 Jun 1999 10:12:09 -0600 (MDT) From: Jonathon Doran Message-Id: <199906111612.KAA04276@ucsu.Colorado.EDU> Subject: Re: rc.conf??? To: robert@mhi-tx.com (robert) Date: Fri, 11 Jun 1999 10:12:06 -0600 (MDT) Cc: freebsd-questions@freebsd.org In-Reply-To: <37612762.A327015@mhi-tx.com> from "robert" at Jun 11, 99 10:12:34 am X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > hello, > I just upgraded to 3.2 from 2.2.6 and it seems as though the rc.conf > file has lost significance. Not true, as seen in the comment at the top of the file: # This file now contains just the overrides from /etc/defaults/rc.conf # please make all changes to this file. Thus, you add lines to this file to override the defaults. For example: network_interfaces="lo0 xl0" Its a little odd (IMHO), since one has to run through the contents of /etc/defaults/rc.conf to figure out what needs to be changed. Then place the new statements in /etc/rc.conf. But in fairness you aren't going to be doing this more than once. Jon Doran To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 9:18: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cartman.weeble.dyndns.org (ubppp233-230.dialin.buffalo.edu [128.205.233.230]) by hub.freebsd.org (Postfix) with ESMTP id 910DF154D9 for ; Fri, 11 Jun 1999 09:17:50 -0700 (PDT) (envelope-from cjm2@earthling.net) Received: from shithead (shithead.weeble.dyndns.org [10.0.0.2]) by cartman.weeble.dyndns.org (8.9.3/8.9.3) with SMTP id MAA04238; Fri, 11 Jun 1999 12:17:37 -0400 (EDT) (envelope-from cjm2@earthling.net) From: "Christopher J. Michaels" To: "robert" Cc: "FreeBSD Mailing List" Subject: RE: rc.conf??? Date: Fri, 11 Jun 1999 12:17:36 -0400 Message-ID: <000a01beb425$eb3ebea0$0200000a@shithead.weeble.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 In-Reply-To: <37612762.A327015@mhi-tx.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG /etc/defaults/rc.conf has all the options (defaults). What you are supposed to do, is that for anything you want to be = different from /etc/defaults/rc.conf, you are supposed to then place in = /etc/rc.conf. I personally find it a pain in the butt, but I understand why it's being = done. There reasoning is that if there is a change in the format or the = defaults that are in rc.conf, that change/upgrade/etc will not fubar = your /etc/rc.conf, it'll just alter the defaults one. Hope this helps. -Chris (I was confused at 1st also) -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of robert Sent: Friday, June 11, 1999 11:13 AM To: freebsd list Subject: rc.conf??? hello, I just upgraded to 3.2 from 2.2.6 and it seems as though the rc.conf file has lost significance. Where can I control things like which interfaces are used, whether to start lpd or not, default gateways etc? Is there still a central location to set all of this info? thanks in advance. robert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 9:24:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from student3.netserv.chula.ac.th (student3.netserv.chula.ac.th [161.200.192.11]) by hub.freebsd.org (Postfix) with ESMTP id CFCAB15160 for ; Fri, 11 Jun 1999 09:24:39 -0700 (PDT) (envelope-from g3946643@student.chula.ac.th) Received: from student.chula.ac.th (ppp-75.netserv.chula.ac.th [161.200.129.75]) by student3.netserv.chula.ac.th (8.8.7/8.8.7) with ESMTP id XAA00957 for ; Fri, 11 Jun 1999 23:24:35 +0700 (GMT+0700) Message-ID: <37619BBD.83C6FE8@student.chula.ac.th> Date: Sat, 12 Jun 1999 06:29:01 +0700 From: "Nut S." X-Mailer: Mozilla 4.6 [en] (X11; I; Linux 2.2.5-15 i586) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Need some technical information... Content-Type: text/plain; charset=x-user-defined Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dears, I need to know some technical information of FreeBSD, like... hmm.... design of something like kernel process or thread, user process or thread, some important and interesting algorithm FreeBSD is using, specification. I know just FreeBSD is based on 4.4BSD-lite, with nothing much... Where could I find these information??? Any source or website would be OK... :) Thank you... I'm NUT... g3946643@student.chula.ac.th nut110@hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 9:34: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from shasta.eclipse.net (shasta.eclipse.net [207.207.193.17]) by hub.freebsd.org (Postfix) with ESMTP id 130F915160 for ; Fri, 11 Jun 1999 09:34:01 -0700 (PDT) (envelope-from chrismar@shasta.eclipse.net) Received: from localhost (chrismar@localhost) by shasta.eclipse.net (8.9.2/8.9.2) with ESMTP id MAA05587 for ; Fri, 11 Jun 1999 12:38:55 -0400 (EDT) (envelope-from chrismar@shasta.eclipse.net) Date: Fri, 11 Jun 1999 12:38:55 -0400 (EDT) From: Chris To: freebsd-questions@freebsd.org Subject: sched_getscheduler ?? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi folks, I recently downloaded and compiled xmms 0.9(formerly x11amp). I can get sound output as long as I click on the window and drag it around the screen. If I just let it sit there and play the sound gets garbled and distorted. There is a console message though when I try to play an mp3, it is: cmd xmms pid 439 tried to use non-present sched_getscheduler I assume that xmms is trying to use some sort of cpu scheduler that it isn't finding present therefore it isn't getting the needed CPU cycles to play the mp3, that is why I have to drag it around the screen. Is sched_getscheduler something I can add to my kernel? or am I gonna have to try and ask the developers for a work around? TIA, Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 9:44: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id DB2EE15277 for ; Fri, 11 Jun 1999 09:43:57 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from rainbow5.scientia.demon.co.uk ([192.168.1.2] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.02 #1) id 10sTUM-0001i7-00; Fri, 11 Jun 1999 16:45:02 +0100 (envelope-from ben@rainbow5.scientia.demon.co.uk) Received: from rainbow5.scientia.demon.co.uk (ident=ben) by rainbow5.scientia.demon.co.uk with local (Exim 3.02 #1) id 10sTUL-000055-00; Fri, 11 Jun 1999 16:45:01 +0100 (envelope-from ben@rainbow5.scientia.demon.co.uk) Date: Fri, 11 Jun 1999 16:45:01 +0100 From: Ben Smithurst To: Bart Trzynadlowski Cc: Mark Ovens , freebsd-questions@freebsd.org Subject: Re: prompts Message-ID: <19990611164501.A281@rainbow5.scientia.demon.co.uk> References: <19990611014637.G255@marder-1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Bart Trzynadlowski wrote: > This works great in csh. There is one little quirk: when I cd to /home > (which is a link to /usr/home) it prints /usr/home and to go down to / I > have to issue cd .. twice. In zsh it prints /home and I only have to cd > .. once. Can this be fixed? Once again, its not a big deal though, just > curious. No, I don't beleive it can. The shell must keep track of symlinks it follows, AIUI, which bash does, and zsh does too going by your description. (After you `cd /home', your current working directory *is* /usr/home (with the symlinks as above), as returned by getcwd(), but the shell keeps track of where you think you are, so `cd ..', etc, works appropriately. At least, I think it does, I haven't checked the code, but it must to something along those lines.) > But the alias for cd you gave me does not work under sh. I find bash much nicer for interactive use than sh. (Well, a bit nicer, anyway.) Bash can do what you want with PS1='\w\$ ' or similar, though similar solutions exist for sh: try searching this list's archives from www.freebsd.org. > How > can I set the prompt up so that if I'm a superuser it > uses # and if I'm a user it uses $ under sh and csh. Do I just use "#"? I > tried doing > PS1="`pwd`# " > in sh but it printed # for the regular users. In your shell initialization file, case `id -u` in 0) PS1="`pwd`# ";; *) PS1="`pwd1$ ";; esac should do what you want, in a sh-type shell. csh probably has similar constructs, check the manpage. In my bash PS1, I have '\$', which expands automatically to "#" if uid == 0, else it expands to "$". -- Ben Smithurst | PGP: 0x99392F7D ben@scientia.demon.co.uk | key available from keyservers and | ben+pgp@scientia.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 9:44:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from speedy.isr.uc.pt (speedy.isr.uc.pt [193.136.230.52]) by hub.freebsd.org (Postfix) with ESMTP id 3E46315277 for ; Fri, 11 Jun 1999 09:44:11 -0700 (PDT) (envelope-from paulo@isr.uc.pt) Received: from speedy.isr.uc.pt (speedy.isr.uc.pt [193.136.230.52]) by speedy.isr.uc.pt (8.9.3/8.9.2) with SMTP id RAA24050; Fri, 11 Jun 1999 17:44:04 +0100 (WEST) (envelope-from paulo@isr.uc.pt) Date: Fri, 11 Jun 1999 17:44:04 +0100 (WEST) From: Paulo Menezes To: Ladavac Marino Cc: questions@freebsd.org Subject: RE: TEKRAM SCSI controller driver ? In-Reply-To: <55586E7391ACD211B9730000C1100276179663@r-lmh-wi-100.corpnet.at> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ~On Fri, 11 Jun 1999, Ladavac Marino wrote: > > -----Original Message----- ~> > From: Paulo Menezes [SMTP:paulo@isr.uc.pt] > > Sent: Friday, June 11, 1999 4:25 PM > > To: questions@freebsd.org > > Subject: TEKRAM SCSI controller driver ? > > > > > > Hi, > > > > After upgrading one of our production machines from 2.2.8 to > > 3.2-stable I > > was surprised by the fact that the TEKRAM DC390 (based on the amd > > chip) > > was not supported in this version. Of course I had to buy another > > controller, but as this controller is very popular here I think it > > should > > be brought back again. Is anyone working on the new cam compliant > > driver > > for this? > [ML] I don't know. Do we hear you volunteer--at least you have > the required hardware. > > /Marino > I'd like to volunteer but I don't have the knowledge about the CAM stuff needed to do that. But I can test it. PM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 10: 5:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from rainer.bnt.com (rainer.bnt.com [12.4.218.18]) by hub.freebsd.org (Postfix) with ESMTP id D624C14CB5 for ; Fri, 11 Jun 1999 10:05:32 -0700 (PDT) (envelope-from dan@vadesigns.com) Received: from venom (mwilson.c2s.com [12.5.16.39] (may be forged)) by rainer.bnt.com (8.9.3/8.9.3) with SMTP id NAA23373 for ; Fri, 11 Jun 1999 13:05:31 -0400 (EDT) Message-ID: <001201beb42c$742205a0$2710050c@venom> From: "Daniel Fisher" To: Subject: X windows logon Date: Fri, 11 Jun 1999 13:04:18 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000F_01BEB40A.EA0DD400" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000F_01BEB40A.EA0DD400 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable i just installed 3.2 and i'm having problems with my graphical logon = into X. it accepts my password, but takes me right back to the logon screen. i read at linuxpower.com that this means the system is rejecting my = password...ie invalid logon and i could bypass it using F1 to get a = barebones X going. they didn't offer a solution....does anyone know what the problem is = here? i didn't have this problem with 3.1 thanks, daniel fisher btw i start xdm using /etc/ttys not with rc.local ------=_NextPart_000_000F_01BEB40A.EA0DD400 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
i just installed 3.2 and i'm having = problems with=20 my graphical logon into X.
it accepts my password, but takes me = right back to=20 the logon screen.
i read at linuxpower.com that this = means the system=20 is rejecting my password...ie invalid logon and i could bypass it using = F1 to=20 get a barebones X going.
they didn't offer a = solution....does anyone know what the problem is = here?
i didn't have this problem with = 3.1
thanks,
 
daniel fisher
 
btw i start xdm using /etc/ttys not = with=20 rc.local
 
------=_NextPart_000_000F_01BEB40A.EA0DD400-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 10:15:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fairport.styx.uk.eu.org (unknown [62.232.6.52]) by hub.freebsd.org (Postfix) with SMTP id C2DF814FCC for ; Fri, 11 Jun 1999 10:15:07 -0700 (PDT) (envelope-from ejb@fairport.styx.uk.eu.org) Received: (qmail 26407 invoked by uid 1000); 11 Jun 1999 17:15:24 -0000 Date: Fri, 11 Jun 1999 17:15:24 +0000 From: Edward Brocklesby To: "Nut S." Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Need some technical information... Message-ID: <19990611171524.B26366@maria.hermes.uk.eu.org> References: <37619BBD.83C6FE8@student.chula.ac.th> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <37619BBD.83C6FE8@student.chula.ac.th>; from Nut S. on Sat, Jun 12, 1999 at 06:29:01AM +0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jun 12, 1999 at 06:29:01AM +0700, Nut S. wrote: > Dears, > > I need to know some technical information of FreeBSD, like... hmm.... > design of something like kernel process or thread, user process or > thread, some important and interesting algorithm FreeBSD is using, > specification. I know just FreeBSD is based on 4.4BSD-lite, with nothing > much... Where could I find these information??? Any source or website > would be OK... :) If you're looking for general information on 4.4BSD, the book "The Design and Implementation of the 4.4BSD Operating System" (Marshall Kirk McKusick et al.), (Published 1996 Addison-Wesley, ISBN 0-201-54979-4), is an excellent guide to the internals of 4.4BSD, and describes in detail the way the kernel works. -- Edward Brocklesby System Administrator ejb@styx.uk.eu.org Styx Public Access Unix System http://www.styx.uk.eu.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 10:18:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand2.global.net.uk (sand2.global.net.uk [194.126.80.50]) by hub.freebsd.org (Postfix) with ESMTP id 6998614FCC for ; Fri, 11 Jun 1999 10:18:27 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from p0bs11a06.client.global.net.uk ([195.147.219.12] helo=marder-1.) by sand2.global.net.uk with esmtp (Exim 2.05 #1) id 10sUwf-0004yt-00; Fri, 11 Jun 1999 18:18:23 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id SAA00328; Fri, 11 Jun 1999 18:15:59 +0100 (BST) (envelope-from marko) Date: Fri, 11 Jun 1999 18:15:58 +0100 From: Mark Ovens To: Bart Trzynadlowski Cc: freebsd-questions@freebsd.org Subject: Re: prompts Message-ID: <19990611181558.B255@marder-1> References: <19990611014637.G255@marder-1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Bart Trzynadlowski on Thu, Jun 10, 1999 at 08:20:35PM -0700 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jun 10, 1999 at 08:20:35PM -0700, Bart Trzynadlowski wrote: > > > This works great in csh. There is one little quirk: when I cd to /home > (which is a link to /usr/home) it prints /usr/home and to go down to / I > have to issue cd .. twice. In zsh it prints /home and I only have to cd > .. once. Can this be fixed? Once again, its not a big deal though, just > curious. I don't think it can be changed. If it can I don't know how. > But the alias for cd you gave me does not work under sh. It was for csh only. For sh you set PWD I think. > And also, > the character # for superuser and $ or % for user... how does the shell > change this? For csh you put the alias in each users ~/.cshrc and for non-root users edit it, changing ``#'' to ``%''. Normally, if you don't set the ``prompt'' variable yourself, the shell uses % as the default for non-root users and # for root. > In zsh I think /# sets # for superuser and % for user. How > can I set the prompt up so that if I'm a superuser it > uses # and if I'm a user it uses $ under sh and csh. Do I just use "#"? I > tried doing > PS1="`pwd`# " > in sh but it printed # for the regular users. > > > > For csh you need to alias ``cd''. If you just do a ``set prompt='' > > like you tried then it is static, that is you set the variable > > "prompt" to the value it was at that point in time (actually, what > > you did was wrong anyway, you needed ``set prompt = "`echo $cwd`#") > > > > You need to update the variable "prompt" every time you ``cd''. To > > get what you want, add the following to ~/.cshrc (so it applies to > > all shells that you start): > > > > alias cd 'cd \!*;set prompt="`pwd`# "' > > > > % > > % cd > > % alias cd 'cd \!*;set prompt="`pwd`# "' > > % > > % > > % cd > > /usr/marko# cd /etc > > /etc# cd /mnt > > /mnt# > > > > HTH > > > > > > > Thanks a lot! > > > > > > Bart Trzynadlowski > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > -- > > FreeBSD - The Power To Serve http://www.freebsd.org > > My Webpage http://www.users.globalnet.co.uk/~markov > > _______________________________________________________________ > > Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK > > CAD/CAM solutions for Sheetmetal Working Industry > > mailto:marko@uk.radan.com http://www.radan.com > > > > > > > > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 10:19:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from martini.office.cdsnet.net (martini.office.cdsnet.net [204.118.245.24]) by hub.freebsd.org (Postfix) with SMTP id E269F14FCC for ; Fri, 11 Jun 1999 10:19:09 -0700 (PDT) (envelope-from reich@internetcds.com) Received: (qmail 14532 invoked from network); 11 Jun 1999 17:19:08 -0000 Received: from martini.office.cdsnet.net (reich@204.118.245.24) by martini.office.cdsnet.net with SMTP; 11 Jun 1999 17:19:08 -0000 Date: Fri, 11 Jun 1999 10:19:08 -0700 (PDT) From: Mahlon Smith X-Sender: reich@martini.office.cdsnet.net To: Daniel Fisher Cc: freebsd-questions@FreeBSD.ORG Subject: Re: X windows logon In-Reply-To: <001201beb42c$742205a0$2710050c@venom> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 11 Jun 1999, Daniel Fisher wrote: > i just installed 3.2 and i'm having problems with my graphical logon into X. > it accepts my password, but takes me right back to the logon screen. It sounds as if you don't have a valid window manager in your .xsession file, or your .xsession file isn't set to be executable. Verify the path to your WM manually and doublecheck your permissions. (0755) -------------------------- Mahlon Smith InternetCDS http://www.internetcds.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 10:31: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from broccoli.graphics.cornell.edu (BROCCOLI.GRAPHICS.CORNELL.EDU [128.84.247.53]) by hub.freebsd.org (Postfix) with ESMTP id 32D7515000 for ; Fri, 11 Jun 1999 10:30:49 -0700 (PDT) (envelope-from mkc@Graphics.Cornell.EDU) Received: from graphics.cornell.edu (localhost.graphics.cornell.edu) by broccoli.graphics.cornell.edu with ESMTP (1.37.109.16/16.2) id AA112702247; Fri, 11 Jun 1999 13:30:47 -0400 Message-Id: <199906111730.AA112702247@broccoli.graphics.cornell.edu> X-Mailer: exmh version 2.0zeta 7/24/97 To: freebsd-questions@freebsd.org Subject: where is scsiformat ? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 11 Jun 1999 13:30:47 -0400 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This seems like a silly question, but where do I find the scsiformat program shown on p. 184 of the Lehey book? I have both a 3.0 and 3.1 system and cannot find it on either... -Mitch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 10:35:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand4.global.net.uk (sand4.global.net.uk [194.126.80.248]) by hub.freebsd.org (Postfix) with ESMTP id 5174814EDF for ; Fri, 11 Jun 1999 10:34:54 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from p0bs11a06.client.global.net.uk ([195.147.219.12] helo=marder-1.) by sand4.global.net.uk with esmtp (Exim 2.12 #1) id 10sVCT-0000Gl-00; Fri, 11 Jun 1999 18:34:43 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id SAA00360; Fri, 11 Jun 1999 18:32:17 +0100 (BST) (envelope-from marko) Date: Fri, 11 Jun 1999 18:32:16 +0100 From: Mark Ovens To: Arcady Genkin Cc: freebsd-questions@freebsd.org Subject: Re: kernel recompilation question Message-ID: <19990611183216.C255@marder-1> References: <87u2sesqsm.fsf@main.wgaf.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <87u2sesqsm.fsf@main.wgaf.net>; from Arcady Genkin on Fri, Jun 11, 1999 at 11:25:13AM -0400 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jun 11, 1999 at 11:25:13AM -0400, Arcady Genkin wrote: > Suppose I compile a kernel. Then I decide that I want, for example > change an IRQ for a networking card, or add a flag for a hard-disk > controller. > You can change such things at boot-time by doing ``boot -c'', and changing the settings. They will be saved and used at future boots. Note, if you're running 3.1 then check out the errata at www.freebsd.org, there's a bug which means it saves to the wrong file. The errata explains how to fix it (dead easy). This *may* also apply to 3.0 as well, I'm not sure. 2.2.x is OK. > The question is -- should I still do the "configure" and "make depend" > steps or can I go straight to "make", provided no options and/or > devices have been added? > > This is important for me b/c it takes 4 hours overall to compile a > kernel on my 486, so if I can save 30 min for skipping "make depend", > that would make me a bit happier. > > Thanks! > -- > Arcady Genkin > "... without money one gets nothing in this world, not even a certificate > of eternal blessedness in the other world..." (S. Kierkegaard) > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 10:35:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cygnus.rush.net (cygnus.rush.net [209.45.245.133]) by hub.freebsd.org (Postfix) with ESMTP id D983C14EDF for ; Fri, 11 Jun 1999 10:35:16 -0700 (PDT) (envelope-from bright@rush.net) Received: from localhost (bright@localhost) by cygnus.rush.net (8.9.3/8.9.3) with SMTP id MAA19573; Fri, 11 Jun 1999 12:54:13 -0500 (EST) Date: Fri, 11 Jun 1999 12:54:12 -0500 (EST) From: Alfred Perlstein To: Chris Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sched_getscheduler ?? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 11 Jun 1999, Chris wrote: > Hi folks, > > I recently downloaded and compiled xmms 0.9(formerly x11amp). I can get > sound output as long as I click on the window and drag it around the > screen. If I just let it sit there and play the sound gets garbled and > distorted. > > There is a console message though when I try to play an mp3, it is: > > cmd xmms pid 439 tried to use non-present sched_getscheduler > > I assume that xmms is trying to use some sort of cpu scheduler that it > isn't finding present therefore it isn't getting the needed CPU cycles to > play the mp3, that is why I have to drag it around the screen. > > Is sched_getscheduler something I can add to my kernel? or am I gonna have > to try and ask the developers for a work around? > > TIA, > Chris just dump this in your kernel (from LINT) options P1003_1B options _KPOSIX_PRIORITY_SCHEDULING options _KPOSIX_VERSION=199309L -Alfred note, you may have to surround these options with quotes for 3.2. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 10:50:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ganymede.or.intel.com (ganymede.or.intel.com [134.134.248.3]) by hub.freebsd.org (Postfix) with ESMTP id 8CA8F15187 for ; Fri, 11 Jun 1999 10:50:13 -0700 (PDT) (envelope-from steve@ichips.intel.com) Received: from ichips-jf.jf.intel.com (ichips-jf.jf.intel.com [134.134.50.200]) by ganymede.or.intel.com (8.9.1a+p1/8.9.1/d: relay.m4,v 1.6 1998/11/24 22:10:56 iwep Exp iwep $) with ESMTP id KAA18691 for ; Fri, 11 Jun 1999 10:50:13 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by ichips-jf.jf.intel.com (8.9.1a/8.9.1/d: internal.m4,v 1.2 1998/11/09 19:18:37 iwep Exp iwep $) with ESMTP id KAA27826 for ; Fri, 11 Jun 1999 10:50:12 -0700 (PDT) Message-Id: <199906111750.KAA27826@ichips-jf.jf.intel.com> X-Mailer: exmh version 2.0delta 6/3/97 To: freebsd-questions@freebsd.org Subject: ThinkPad 600E won't install FreeBSD 3.2? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 11 Jun 1999 10:50:12 -0700 From: Steve Willoughby Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Argh. I didn't see anything in the mailing list archives or FAQs which addresses this, so here goes... I'm trying to install 3.2-RELEASE on a ThinkPad 600E (128Mb RAM, DVD ROM, 10Gb HD, etc.), but the installation kernel just hangs. Once it hung in the middle of the device configuration (the boot -c thing) screen, but after that it's consistently locking up the system immediately *after* exiting the config screen. I've tried disabling all devices except the IDE controller, floppy, mouse and keyboard, even tried unplugging the DVD drive, but it always locks up right there. The last thing displayed on-screen is the list of device probes, the last being "Probing for PnP devices...", but I don't know if that was spewed to the console before or after launching into the configuration tool. I know others have said they've got FreeBSD running on ThinkPads. Is this a 3.2 issue, or is there still some special magic I need to do to get a ThinkPad running FreeBSD? TIA, --steve -- ______________________________________________________________________________ Steve Willoughby * Intel PMD | "Java leads to shockwave. Shockwave leads to steve@ichips.intel.com | realaudio. And realaudio leads to suffering." Unix SysAdmin/Security | -- Jedi Master Peter da Silva To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 10:55: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail-gw.pacbell.net (mail-gw.pacbell.net [206.13.28.25]) by hub.freebsd.org (Postfix) with ESMTP id B2ECA15152 for ; Fri, 11 Jun 1999 10:54:58 -0700 (PDT) (envelope-from gstrock2@pacbell.net) Received: from pacbell.net (adsl-216-101-220-23.dsl.lsan03.pacbell.net [216.101.220.23]) by mail-gw.pacbell.net (8.9.3/8.9.3) with ESMTP id KAA20837 for ; Fri, 11 Jun 1999 10:54:57 -0700 (PDT) Message-ID: <37614DC0.AC0BD145@pacbell.net> Date: Fri, 11 Jun 1999 10:56:17 -0700 From: greg strockbine X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 3.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: glib12.2 - where is it Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm about to throw in the towel and I think I have probably hosed my system. All I wanted to do was update the gnome stuff. - so first I did the 3.1 to 3.1-stable upgrade kit via pkg_add - then I tried to build/install the gnome-1.0.0 meta port I get this error message about not finding glib12.2 - so after a couple of hours trying to figure out where this was and doing build/install in ports I thought were needed, I `cvsup' the whole port tree. - I did a `make' in glib12 - I did a `make' in gtk-1.2.3 and it complained about glib12.2 also. So where is glib12.2?? - greg strockbine canoga park, ca ================================================================= Some specifics follow: > uname -a FreeBSD 127.0.0.1 3.1-RELEASE FreeBSD 3.1-RELEASE #0: Mon Feb 15 11:08:08 GMT 1999 jkh@usw3.freebsd.org:/usr/src/sys/compile/GENERIC i386 ===================================================================== Making install in tests ===> Generating temporary packing list ===> Registering installation for libtool-1.3 ===> Returning to build of gtk-1.2.3 ===> gtk-1.2.3 depends on shared library: glib12.2 - not found ===> Verifying install for glib12.2 in /usr/ports/devel/glib12 ===> Returning to build of gtk-1.2.3 Error: shared library "glib12.2" does not exist *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 11:13:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from norton.miranda.com (mail.miranda.com [199.202.147.246]) by hub.freebsd.org (Postfix) with ESMTP id 04EDE14C3C for ; Fri, 11 Jun 1999 11:13:16 -0700 (PDT) (envelope-from mjblais@miranda.com) Received: from sparta (sparta.miranda.com [192.168.100.1]) by norton.miranda.com (8.8.8/8.8.8) with SMTP id OAA05225 for ; Fri, 11 Jun 1999 14:17:30 -0400 (EDT) (envelope-from mjblais@miranda.com) Message-Id: <199906111817.OAA05225@norton.miranda.com> X-Sender: mjblais@mail.miranda.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Fri, 11 Jun 1999 14:14:21 -0400 To: "questions@FreeBSD.ORG" From: Marie-Josee Blais Subject: Problem adding SCSI support to kernel Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am running FreeBSD 2.2.7 and I want to add support for the Adaptec 2940 I have tried to compile both the GENERIC and my machine specific kernel but both stop at the same place. If I remove the ahc0 line, then it compiles fine. When I try to recompile my kernel everything goes fine until I try the make depend Here is the output: # make depend cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointerc cc -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arm ./genassym >assym.s rm -f param.c cp ../../conf/param.c . sh ../../kern/vnode_if.sh ../../kern/vnode_if.src make -f ../../dev/aic7xxx/Makefile MAKESRCPATH=3D../../dev/aic7xxx Warning: Object directory not changed from original /usr/src/sys/compile/GENERIC yacc -d ../../dev/aic7xxx/aicasm_gram.y mv y.tab.c aicasm_gram.c cc -O -I. -c aicasm_gram.c lex -t ../../dev/aic7xxx/aicasm_scan.l > aicasm_scan.c cc -O -I. -c aicasm_scan.c ../../dev/aic7xxx/aicasm_scan.l: In function `yylex': ../../dev/aic7xxx/aicasm_scan.l:68: `T_DOWNLOAD' undeclared (first use this function) ../../dev/aic7xxx/aicasm_scan.l:68: (Each undeclared identifier is reported only once ../../dev/aic7xxx/aicasm_scan.l:68: for each function it appears in.) *** Error code 1 Stop. *** Error code 1 Stop. Here is my kernel configuration file: # # BART -- machine specific with WD disks # # For more information read the handbook part System Administration -> # Configuring the FreeBSD Kernel -> The Configuration File. # The handbook is available in /usr/share/doc/handbook or online as # latest version from the FreeBSD World Wide Web server # # # An exhaustive list of options and more detailed explanations of the # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $Id: GENERIC,v 1.77.2.4 1997/02/22 20:31:24 joerg Exp $ machine "i386" #cpu "I386_CPU" #cpu "I486_CPU" cpu "I586_CPU" #cpu "I686_CPU" ident BART maxusers 32 config kernel root on wd0 #options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking #options IPX #IPX support options FFS #Berkeley Fast Filesystem options NFS #Network Filesystem options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP= THIS!] options SCSI_DELAY=3D15 #Be pessimistic about Joe SCSI= device options BOUNCE_BUFFERS #include support for DMA bounce buffers options UCONSOLE #Allow users to grab the console options SYSVSHM #System V shared memory options SYSVSEM #System V semaphores options SYSVMSG #System V messages options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor controller isa0 controller eisa0 controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 disk fd1 at fdc0 drive 1 #tape ft0 at fdc0 drive 2 controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr disk wd2 at wdc1 drive 0 disk wd3 at wdc1 drive 1 options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM device wcd0 #IDE CD-ROM # A single entry for any of these controllers (ncr, ahb, ahc, amd) is # sufficient for any number of installed devices. #controller ncr0 #controller amd0 #controller ahb0 controller ahc0 #controller bt0 at isa? port "IO_BT0" bio irq ? vector bt_isa_intr #controller uha0 at isa? port "IO_UHA0" bio irq ? drq 5 vector= uhaintr #controller aha0 at isa? port "IO_AHA0" bio irq ? drq 5 vector= ahaintr #controller aic0 at isa? port 0x340 bio irq 11 vector aicintr #controller nca0 at isa? port 0x1f88 bio irq 10 vector ncaintr #controller nca1 at isa? port 0x350 bio irq 5 vector ncaintr #controller sea0 at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 vector seaintr controller scbus0 #device sd0 device od0 #See LINT for possible `od' options. device st0 device cd0 #Only need one of these, the code dynamically grows #device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr #device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr #controller matcd0 at isa? port 0x230 bio #device scd0 at isa? port 0x230 bio # syscons is the default console driver, resembling an SCO console device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint #options PCVT_FREEBSD=3D210 # pcvt running on FreeBSD >=3D 2.0.5 #options XSERVER # include code for XFree86 #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT= lines #options PCVT_SCANSET=3D2 # IBM keyboards are= non-std # Mandatory, don't remove device npx0 at isa? port "IO_NPX" irq 13 vector npxintr # # Laptop support (see LINT for more options) # #device apm0 at isa? disable # Advanced Power Management #options APM_BROKEN_STATCLOCK # Workaround some buggy APM BIOS # PCCARD (PCMCIA) support #controller crd0 #device pcic0 at crd? #device pcic1 at crd? device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr #device sio2 at isa? disable port "IO_COM3" tty irq 5 vector siointr #device sio3 at isa? disable port "IO_COM4" tty irq 9 vector siointr device lpt0 at isa? port? tty irq 7 vector lptintr #device lpt1 at isa? port? tty #device mse0 at isa? port 0x23c tty irq 5 vector mseintr device psm0 at isa? disable port "IO_KBD" conflicts tty irq 12 vector psmintr # Order is important here due to intrusive probes, do *not* alphabetize # this list of network interfaces until the probes have been fixed. # Right now it appears that the ie0 must be probed before ep0. See # revision 1.20 of this file. #device de0 #device fxp0 #device vx0 #device ed0 at isa? port 0x260 net irq 10 iomem 0xc8000 vector edintr #device ed1 at isa? port 0x280 net irq 11 iomem 0xd0000 vector edintr #device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr #device ep0 at isa? port 0x300 net irq 10 vector epintr #device ex0 at isa? port 0x300 net irq 10 iomem 0xd0000 vector exintr #device fe0 at isa? port 0x300 net irq ? vector feintr #device ix0 at isa? port 0x300 net irq 10 iomem 0xd0000 iosiz 32768 vector ixintr #device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr #device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr #device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr #device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr device tx0 pseudo-device loop pseudo-device ether pseudo-device log #pseudo-device sl 1 # ijppp uses tun instead of ppp device #pseudo-device ppp 1 #pseudo-device tun 1 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's pseudo-device bpfilter 2 # KTRACE enables the system-call tracing facility ktrace(2). # This adds 4 KB bloat to your kernel, and slightly increases # the costs of each syscall. options KTRACE #kernel tracing /-----------------------------\ | Marie-Josee Blais=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 | | Network Administrator=A0=A0=A0=A0=A0=A0 | |=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0 | | E-mail:mjblais@miranda.com=A0 | | --------------------------- | | Technologies Miranda Inc.=A0=A0 | | Tel:(514) 333-1772=A0=A0=A0=A0=A0=A0=A0=A0=A0 | | Fax:(514) 333-9828=A0=A0=A0=A0=A0=A0=A0=A0=A0 | | Web:=A0www.miranda.com | \-----------------------------/ =20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 12: 5:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hyperhost.net (ether.lightrealm.com [207.159.132.5]) by hub.freebsd.org (Postfix) with ESMTP id 2C7D814F01 for ; Fri, 11 Jun 1999 12:05:10 -0700 (PDT) (envelope-from patseal@foobar.yi.org) Received: from foobar.yi.org (p49.a8.du.radix.net [207.192.132.177]) by hyperhost.net (8.8.5/8.8.5) with ESMTP id PAA25566 for ; Fri, 11 Jun 1999 15:05:06 -0400 (EDT) Received: by foobar.yi.org (Postfix, from userid 1000) id 144B0137F1C; Fri, 11 Jun 1999 15:03:58 -0400 (EDT) Date: Fri, 11 Jun 1999 15:03:57 -0400 From: Patrick Seal To: freebsd-questions@FreeBSD.ORG Subject: ld.so failed: Can't find shared library "libc.so.3.0" Message-ID: <19990611150357.A11853@hyperhost.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i X-Operating-System: FreeBSD foobar.yi.org 3.2-STABLE FreeBSD 3.2-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Just downloaded a freebsd binary (for my credit card system) and it's giving me this error. I created a symlink libc.so.3.0 just to check, did ldconfig -R but no luck. I have no idea what version this was compiled for. It is extremely important that I get this working. Does anyone have any clues? Thanks -- ------------------------------------ _____________________________________ Patrick Seal |"Microsoft isn't evil, they just make | really crappy operating systems." Hyperhost - http://www.hyperhost.net| -Linus Torvalds To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 12: 6:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.bitbybit.net (river.bitbybit.net [216.3.77.6]) by hub.freebsd.org (Postfix) with ESMTP id 185EE1518C for ; Fri, 11 Jun 1999 12:06:44 -0700 (PDT) (envelope-from vasher@bitxbit.com) Received: from bitxbit.com ([216.3.77.84]) by mail.bitbybit.net (Netscape Messaging Server 3.56) with ESMTP id 620; Fri, 11 Jun 1999 15:02:20 -0400 Message-ID: <37615E02.3B21DA95@bitxbit.com> Date: Fri, 11 Jun 1999 15:05:38 -0400 From: Vic Asher Organization: BitbyBit Systems X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Cc: fradlis@centreinvest.com Subject: Network Card Content-Type: multipart/mixed; boundary="------------A63D5147D45CC66D9C68DFF9" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------A63D5147D45CC66D9C68DFF9 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To Whom it May Concern: I was just wondering if you can run a 10/100VG card with FreeBSD V. 2.28. What other network cards do you recommend. Please let me know ASAP. Thanks, Vic Asher --------------A63D5147D45CC66D9C68DFF9 Content-Type: text/x-vcard; charset=us-ascii; name="vasher.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Vic Asher Content-Disposition: attachment; filename="vasher.vcf" begin:vcard n:Asher;Vic tel;fax:212-691-8134 tel;work:212-691-8081 x-mozilla-html:FALSE url:http://www.bitxbit.com org:BitbyBit Systems adr:;;200 Varick Street, 5th Floor;New York;N.Y.;10014; version:2.1 email;internet:Vasher@bitxbit.com title:Senior Account Executive fn:Vic Asher end:vcard --------------A63D5147D45CC66D9C68DFF9-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 12: 8:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from shell2.la.best.com (shell2.la.best.com [209.24.216.141]) by hub.freebsd.org (Postfix) with ESMTP id 9271D1518C for ; Fri, 11 Jun 1999 12:08:38 -0700 (PDT) (envelope-from nugundam@shell2.la.best.com) Received: from localhost (nugundam@localhost) by shell2.la.best.com (8.9.3/8.9.2/best.sh) with ESMTP id MAA22351 for ; Fri, 11 Jun 1999 12:08:37 -0700 (PDT) Date: Fri, 11 Jun 1999 12:08:37 -0700 (PDT) From: Joseph Lee To: freebsd-questions@freebsd.org Subject: problems with xset and truetype Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to add the truetype fonts from my windows setup to X. I have compiled/installed xtt-SVGA out of ports. I have symbolically linked all my .ttf .TTF fonts from the fat32 mount into /usr/X11R6/lib/X11/fonts/ttf. Ran mkttfdir in that directory. Then tried xset -display :0 fp+ /usr/X11R6/lib/X11/fonts/ttf and I get this: xset: bad font path element (#38), possible causes are: Directory does not exist or has wrong permissions Directory missing fonts.dir Incorrect font server address or syntax I've tried it with only 1 font numbered and listed in fonts.dir and it's the same. What's going on? I've hit handbook/faq/mailing list archives, but no clues. tia, -- Joseph nugundam =best=com==/==\=IIGS=/==\=Playstation=/==\=Civic HX CVT=/==\ # Anime Expo 1999 >> www.anime-expo.org/ > # FreeBSD: The Power to Serve >> www.freebsd.org > # EX: The Online World of Anime & Manga >> www.ex.org/ / To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 12: 9:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pop3-3.enteract.com (pop3-3.enteract.com [207.229.143.32]) by hub.freebsd.org (Postfix) with SMTP id 2921514FE4 for ; Fri, 11 Jun 1999 12:09:46 -0700 (PDT) (envelope-from jrs@enteract.com) Received: (qmail 28070 invoked from network); 11 Jun 1999 19:09:46 -0000 Received: from adam.enteract.com (jrs@206.54.252.1) by pop3-3.enteract.com with SMTP; 11 Jun 1999 19:09:46 -0000 Date: Fri, 11 Jun 1999 14:09:44 -0500 (CDT) From: John Sconiers To: freebsd-questions@freebsd.org Subject: Kernel config file problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i get the following message on boot up. The machine still boots but is this some sort of typo error on my part? Features=0x183f9ff real memory = 134152192 (131008K bytes) config> di wt0 <<<< di mcd0 <<<<< di matcdc0<< q<<<; Fri, 11 Jun 1999 12:26:34 -0700 (PDT) (envelope-from patseal@foobar.yi.org) Received: from foobar.yi.org (p49.a8.du.radix.net [207.192.132.177]) by hyperhost.net (8.8.5/8.8.5) with ESMTP id PAA01590 for ; Fri, 11 Jun 1999 15:26:01 -0400 (EDT) Received: by foobar.yi.org (Postfix, from userid 1000) id D4C64137F1C; Fri, 11 Jun 1999 15:20:22 -0400 (EDT) Date: Fri, 11 Jun 1999 15:20:22 -0400 From: Patrick Seal To: freebsd-questions@FreeBSD.ORG Subject: Re: ld.so failed: Can't find shared library "libc.so.3.0" Message-ID: <19990611152022.A12770@hyperhost.net> References: <19990611150357.A11853@hyperhost.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990611150357.A11853@hyperhost.net>; from Patrick Seal on Fri, Jun 11, 1999 at 03:03:57PM -0400 X-Operating-System: FreeBSD foobar.yi.org 3.2-STABLE FreeBSD 3.2-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Did some exploring and did this: # cd /usr/src/lib/compat/ # make install COMPAT22= ===> compat22 install -c -o root -g wheel -m 555 ld.so /usr/libexec install -c -o root -g wheel -m 444 libalias.so.2.4 libc.so.3.1 libc_r.so.3.0 libcalendar.so.2.0 libcom_err.so.2.0 libcurses.so.2.0 libdialog.so.3.1 libedit.so.2.0 libf2c.so.2.0 libftpio.so.4.0 libg++.so.4.0 libgmp.so.3.0 libgnuregex.so.2.0 libipx.so.2.0 libkvm.so.2.0 libm.so.2.0 libmp.so.3.0 libmytinfo.so.2.0 libncurses.so.3.1 libopie.so.2.0 libpcap.so.2.2 libreadline.so.3.0 librpcsvc.so.2.0 libscrypt.so.2.0 libscsi.so.2.0 libskey.so.2.0 libss.so.2.0 libstdc++.so.2.0 libtelnet.so.2.0 libtermcap.so.2.1 libutil.so.2.2 libvgl.so.1.0 libxpg4.so.2.0 libz.so.2.0 /usr/lib/compat/aout libcrypt.so.2.0 -> libscrypt.so.2.0 libtermlib.so.2.1 -> libtermcap.so.2.1 Now this is what happens when I run the binary (which I found out is for 2.1 freebsd) /usr/libexec/ld.so: warning: /usr/lib/libc.so.3: minor version -1 older than expected 0, using it anyway ld.so failed: bad magic number in "/usr/lib/libc.so.3" On Fri, Jun 11, 1999 at 03:03:57PM -0400i, Patrick Seal wrote: > Just downloaded a freebsd binary (for my credit card system) and it's giving > me this error. I created a symlink libc.so.3.0 just to check, did ldconfig -R > but no luck. I have no idea what version this was compiled for. > > It is extremely important that I get this working. Does anyone have any clues? > > Thanks > > -- > ------------------------------------ _____________________________________ > Patrick Seal |"Microsoft isn't evil, they just make > | really crappy operating systems." > Hyperhost - http://www.hyperhost.net| -Linus Torvalds > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- ------------------------------------ _____________________________________ Patrick Seal |"Microsoft isn't evil, they just make | really crappy operating systems." Hyperhost - http://www.hyperhost.net| -Linus Torvalds To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 12:31:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (Postfix) with ESMTP id A64FD15181 for ; Fri, 11 Jun 1999 12:31:27 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with ESMTP id NAA16555; Fri, 11 Jun 1999 13:28:56 -0600 (MDT) (envelope-from brett@peloton.physics.montana.edu) Date: Fri, 11 Jun 1999 13:28:56 -0600 (MDT) From: Brett Taylor To: greg strockbine Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: glib12.2 - where is it In-Reply-To: <37614DC0.AC0BD145@pacbell.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, On Fri, 11 Jun 1999, greg strockbine wrote: > I'm about to throw in the towel and I think I have probably hosed my > system. All I wanted to do was update the gnome stuff. I doubt you've hosed the system. > - then I tried to build/install the gnome-1.0.0 meta port > I get this error message about not finding glib12.2 do an ldconfig -r | grep glib | more Are there any glib libraries there? If so how are they named? > - I did a `make' in glib12 > - I did a `make' in gtk-1.2.3 and it complained about glib12.2 also. It appears to me that you have a glib12 installed, but not the latest version - try pkg_delete'ing the glib12 port if it's installed and starting over. Brett *********************************************************** Brett Taylor brett@peloton.physics.montana.edu * brett@daemonnews.org * * http://www.daemonnews.org/ * *********************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 12:38:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand4.global.net.uk (sand4.global.net.uk [194.126.80.248]) by hub.freebsd.org (Postfix) with ESMTP id 1D48814C2F for ; Fri, 11 Jun 1999 12:38:50 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from p09s02a06.client.global.net.uk ([195.147.210.10] helo=marder-1.) by sand4.global.net.uk with esmtp (Exim 2.12 #1) id 10sX8Z-00021f-00; Fri, 11 Jun 1999 20:38:48 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id UAA00543; Fri, 11 Jun 1999 20:36:34 +0100 (BST) (envelope-from marko) Date: Fri, 11 Jun 1999 20:36:34 +0100 From: Mark Ovens To: John Sconiers Cc: freebsd-questions@freebsd.org Subject: Re: Kernel config file problem Message-ID: <19990611203634.E255@marder-1> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from John Sconiers on Fri, Jun 11, 1999 at 02:09:44PM -0500 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jun 11, 1999 at 02:09:44PM -0500, John Sconiers wrote: > i get the following message on boot up. The machine still boots but is > this some sort of typo error on my part? > > Features=0x183f9ff > real memory = 134152192 (131008K bytes) > config> di wt0 <<<< No such device: wt0 <<<<< Invalid command or syntax. Type `?' for help. > config> di mcd0 <<<<< No such device: mcd0<< Invalid command or syntax. Type `?' for help. > config> di matcdc0<< No such device: matcdc0<<< Invalid command or syntax. Type `?' for help. > config> q<<< sio0: system console > avail memory = 126873600 (123900K bytes) > Sounds like you've got a /kernel.config file that's trying to di(sable) devices that are not in your kernel. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 12:43: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from uven.ru (uven.ru [62.76.35.162]) by hub.freebsd.org (Postfix) with ESMTP id BA35E14C2F for ; Fri, 11 Jun 1999 12:42:57 -0700 (PDT) (envelope-from vlad@high.net.ru) Received: from ns.ulstu.ru (root@ns.ulstu.ru [62.76.34.36]) by uven.ru (8.9.1a/8.9.1) with ESMTP id XAA05142 for ; Fri, 11 Jun 1999 23:42:50 +0400 (MSD) Received: from hq.spc.high (ip238.link-ul.ru [195.151.42.241]) by ns.ulstu.ru (8.8.5-MVC-230198/8.8.7) with ESMTP id XAA45717 for ; Fri, 11 Jun 1999 23:42:24 +0400 (MSD) (envelope-from vlad@high.net.ru) Received: (from vlad@localhost) by hq.spc.high (8.9.3/8.9.3) id WAA74141 for freebsd-questions@freebsd.org; Fri, 11 Jun 1999 22:52:16 +0400 (MSD) (envelope-from vlad) From: Vlad Skvortsov Message-Id: <199906111852.WAA74141@hq.spc.high> Subject: how to install FreeBSD from sources To: freebsd-questions@freebsd.org Date: Fri, 11 Jun 1999 22:52:15 +0400 (MSD) X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi. I've got full FreeBSD-STABLE sources on my hard disk. A friend of mine wants to install FreeBSD too. How do I install it onto his hard disk without connecting to the net ? -- Vlad Skvortsov, vss@ulstu.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 12:43:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 78EF414C2F for ; Fri, 11 Jun 1999 12:43:44 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from rainbow5.scientia.demon.co.uk ([192.168.1.2] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.02 #1) id 10sXAT-00067A-00; Fri, 11 Jun 1999 20:40:45 +0100 (envelope-from ben@rainbow5.scientia.demon.co.uk) Received: from rainbow5.scientia.demon.co.uk (ident=ben) by rainbow5.scientia.demon.co.uk with local (Exim 3.02 #1) id 10sXAM-0000Qm-00; Fri, 11 Jun 1999 20:40:38 +0100 (envelope-from ben@rainbow5.scientia.demon.co.uk) Date: Fri, 11 Jun 1999 20:40:37 +0100 From: Ben Smithurst To: ryuson@263.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: questions about update and licq Message-ID: <19990611204037.A1610@rainbow5.scientia.demon.co.uk> References: <19990611134142.9276.fmail@263.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990611134142.9276.fmail@263.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ryuson@263.net wrote: > I wanna ask: how to update freeBSD3.0 to 3.2 over my > modem? Use CVSup: there are very helpful instructions in the handbook. The URL is: http://www.freebsd.org/handbook/synching.html That should explain it adequately; if not, ask the list with any specific problems you may have. -- Ben Smithurst | PGP: 0x99392F7D ben@scientia.demon.co.uk | key available from keyservers and | ben+pgp@scientia.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 12:46: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.ecsc.net (ns.ecsc.net [209.116.0.4]) by hub.freebsd.org (Postfix) with ESMTP id EDDFE14C09 for ; Fri, 11 Jun 1999 12:45:59 -0700 (PDT) (envelope-from bobby@ecsc.net) Received: from boobz.ecsc.net (boobz.ecsc.net [209.116.0.202]) by ns.ecsc.net (8.9.3/8.9.3) with SMTP id PAA29564 for ; Fri, 11 Jun 1999 15:37:36 GMT Reply-To: From: "Bobby Shively" To: Subject: ssh won't install!! Date: Fri, 11 Jun 1999 15:38:39 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! Oh Noooo!!! I just cvsuped the ports on a fresh install of FreeBSD, and ssh won't make install! Can anyone give me any info on what this error is: newchannels.o: Undefined symbol `_trimdomain' referenced from text segment *** Error code 1 Any help would be hot. Thanks, Bobby Shively To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 12:51:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ucsu.Colorado.EDU (ucsu.Colorado.EDU [128.138.129.83]) by hub.freebsd.org (Postfix) with ESMTP id BAD1A14C09 for ; Fri, 11 Jun 1999 12:51:08 -0700 (PDT) (envelope-from doranj@ucsu.Colorado.EDU) Received: (from doranj@localhost) by ucsu.Colorado.EDU (8.9.3/8.9.3/ITS-5.0/standard) id NAA00304; Fri, 11 Jun 1999 13:50:54 -0600 (MDT) From: Jonathon Doran Message-Id: <199906111950.NAA00304@ucsu.Colorado.EDU> Subject: Re: Problem adding SCSI support to kernel To: mjblais@miranda.com (Marie-Josee Blais) Date: Fri, 11 Jun 1999 13:50:54 -0600 (MDT) Cc: freebsd-questions@freebsd.org In-Reply-To: <199906111817.OAA05225@norton.miranda.com> from "Marie-Josee Blais" at Jun 11, 99 02:14:21 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I am running FreeBSD 2.2.7 and I want to add support for the Adaptec 2940 I'm not following this. I was running 2.2.6 with a 2940, support for this card is in the default kernel. Thus there is nothing to "add". > #controller aha0 at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr I believe you need to have aha0 for the 2940. > controller eisa0 You probably don't need this :-) > #device sd0 You probably need this. Give this a shot, and let us know how it goes. Jon Doran To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 12:52:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from broccoli.graphics.cornell.edu (BROCCOLI.GRAPHICS.CORNELL.EDU [128.84.247.53]) by hub.freebsd.org (Postfix) with ESMTP id 2558514C09 for ; Fri, 11 Jun 1999 12:52:32 -0700 (PDT) (envelope-from mkc@Graphics.Cornell.EDU) Received: from graphics.cornell.edu (localhost.graphics.cornell.edu) by broccoli.graphics.cornell.edu with ESMTP (1.37.109.16/16.2) id AA114590746; Fri, 11 Jun 1999 15:52:26 -0400 Message-Id: <199906111952.AA114590746@broccoli.graphics.cornell.edu> X-Mailer: exmh version 2.0zeta 7/24/97 To: cmpnerds Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Dual configuration boot In-Reply-To: Your message of "Thu, 10 Jun 1999 17:42:55 CDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 11 Jun 1999 15:52:26 -0400 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I have a quick question abou a script I'm trying to write. Before I >attempt it let me explain. I'm running freebsd on a laptop. When I'm at >work my ip address is 10.165.64.241 with gateway of 10.165.64.1 and a >netmask of 255.255.255.0. When I'm at home I have an IP# of 10.165.77.68 >a gateway of 10.165.77.65 and a netmask of 255.255.255.248. DNS and >Hostname is the same. I want my default network info to be my work info >and when I'm at home I want to be able to call a script that will >temporarily change my information to match my home network. Is this >possible? I haven't tried it, but it might work. Basic idea would be: ifconfig ... down ifconfig ... up route delete default ... route add default ... If it won't work on a live system then you could twiddle the addresses in /etc/rc.conf just before shutting down at work, so they'll then be there when you boot at home. >Is there a better way of doing this??Any suggestions?? If servers are available at each location, DHCP is the perfect solution. There is a unix client at www.isc.org -Mitch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 12:54:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web1002.mail.yahoo.com (web1002.mail.yahoo.com [128.11.23.92]) by hub.freebsd.org (Postfix) with SMTP id CA69214C09 for ; Fri, 11 Jun 1999 12:54:46 -0700 (PDT) (envelope-from bvmcg@yahoo.com) Message-ID: <19990611195446.14779.rocketmail@web1002.mail.yahoo.com> Received: from [206.71.99.198] by web1002.mail.yahoo.com; Fri, 11 Jun 1999 12:54:46 PDT Date: Fri, 11 Jun 1999 12:54:46 -0700 (PDT) From: Brian McGroarty Reply-To: brian@pobox.com Subject: Cheap ethernet with bootp support To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'd like to set up a couple completely diskless 486 X stations. Not so much as a boot floppy. 1) Am I correct in assuming I need a network card which explicitly supports bootp to do this? If so, 2) I can find any number of card & boot ROM combinations which support MS and Novell booting, but I haven't spotted any ISA cards offering the cabability. I've been looking at a variety of inexpensive NE2000 clones. Brand suggetions/recommendations? _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 13:17:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from broccoli.graphics.cornell.edu (BROCCOLI.GRAPHICS.CORNELL.EDU [128.84.247.53]) by hub.freebsd.org (Postfix) with ESMTP id 0D013151D7 for ; Fri, 11 Jun 1999 13:17:57 -0700 (PDT) (envelope-from mkc@Graphics.Cornell.EDU) Received: from graphics.cornell.edu (localhost.graphics.cornell.edu) by broccoli.graphics.cornell.edu with ESMTP (1.37.109.16/16.2) id AA114972273; Fri, 11 Jun 1999 16:17:54 -0400 Message-Id: <199906112017.AA114972273@broccoli.graphics.cornell.edu> X-Mailer: exmh version 2.0zeta 7/24/97 To: Hans-Christoph Steiner Cc: freebsd-questions@FreeBSD.ORG Subject: Soft updates [was: journaled filesystem?] In-Reply-To: Your message of "Thu, 10 Jun 1999 18:47:30 EDT." <199906102247.SAA08096@yaga.razorfish.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 11 Jun 1999 16:17:53 -0400 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >FreeBSD does not have a journaled file system, but it does have "soft updates" > >which achieves many of the same results. > >ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/src/contrib/sys/softupdates / >README Very interesting, thanks. This looks like it will do what I'm after. If I understand correctly this is already built-in, at least in 3.0 and later, and to turn it on I just have to 'tunefs -n enable' each filesystem? Is anybody here running this? Could I get some testimonials before I put our whole lab on soft updates? :-) -Mitch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 13:20:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id 77C2715249 for ; Fri, 11 Jun 1999 13:20:17 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 70283 invoked by uid 1003); 11 Jun 1999 20:19:36 -0000 Date: Fri, 11 Jun 1999 22:19:36 +0200 From: Neil Blakey-Milner To: Mitch Collinsworth Cc: Hans-Christoph Steiner , freebsd-questions@FreeBSD.ORG Subject: Re: Soft updates [was: journaled filesystem?] Message-ID: <19990611221936.A70046@rucus.ru.ac.za> References: <199906102247.SAA08096@yaga.razorfish.com> <199906112017.AA114972273@broccoli.graphics.cornell.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <199906112017.AA114972273@broccoli.graphics.cornell.edu>; from Mitch Collinsworth on Fri, Jun 11, 1999 at 04:17:53PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri 1999-06-11 (16:17), Mitch Collinsworth wrote: > Very interesting, thanks. This looks like it will do what I'm after. > If I understand correctly this is already built-in, at least in 3.0 and > later, and to turn it on I just have to 'tunefs -n enable' each > filesystem? You'll have to recompile your kernel after reading the softupdates README file and taking into account what things are said there. > Is anybody here running this? Could I get some testimonials before > I put our whole lab on soft updates? :-) It's a massive improvement. (just don't use it on /) Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 13:27: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tank.razorfish.com (tank.razorfish.com [206.64.109.2]) by hub.freebsd.org (Postfix) with ESMTP id E690015249 for ; Fri, 11 Jun 1999 13:27:07 -0700 (PDT) (envelope-from hans@razorfish.com) Received: from yaga.razorfish.com (yaga.razorfish.com [206.64.109.6]) by tank.razorfish.com (8.9.1/8.9.1) with ESMTP id QAA19287; Fri, 11 Jun 1999 16:27:05 -0400 (EDT) Received: (from hans@localhost) by yaga.razorfish.com (8.9.2/8.9.2) id QAA10192; Fri, 11 Jun 1999 16:27:04 -0400 (EDT) Message-Id: <199906112027.QAA10192@yaga.razorfish.com> Content-Type: text/plain MIME-Version: 1.0 (NeXT Mail 4.2mach v148) X-Image-URL: http://yagaland.razorfish.com/hcs.tiff X-Face: $}SX;AVK.1WpW9e}n(k95w5U?O;M3T8)YG1'%c|?JT/1_RYui,GJ".'lwb.U,(9%*b|z4| RY4T5s,+MFSx%Y_Ot[Tn-S!F9dia&cm*0+65zXMo6S~;B?i/`23C-oovCgg)b{y~kuy6c1 chjm:I(A~3^_2?3Y}[NnMgu>is6|Lm1 In-Reply-To: <199906112017.AA114972273@broccoli.graphics.cornell.edu> X-Nextstep-Mailer: Mail 4.2mach [i386] (Enhance 2.2p2) Received: by NeXT.Mailer (1.148) From: Hans-Christoph Steiner Date: Fri, 11 Jun 1999 16:27:03 -0400 To: Mitch Collinsworth Subject: Re: Soft updates [was: journaled filesystem?] Cc: Hans-Christoph Steiner , freebsd-questions@FreeBSD.ORG References: <199906112017.AA114972273@broccoli.graphics.cornell.edu> X-URL: http://yagaland.steinertours.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Look in the archives of this list, there were a few people who said that they were using it when I asked this very same question about two weeks ago. -hans >>FreeBSD does not have a journaled file system, but it does have "soft >updates" >> >>which achieves many of the same results. >> >>/ >>README > >Very interesting, thanks. This looks like it will do what I'm after. >If I understand correctly this is already built-in, at least in 3.0 and >later, and to turn it on I just have to 'tunefs -n enable' each >filesystem? > >Is anybody here running this? Could I get some testimonials before >I put our whole lab on soft updates? < > >-Mitch > > > | || ||| || r a z o r f i s h , new york hans-christoph steiner [ network systems manager ] phone >> 212.798.6432 pager >> 888.433.4970 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 13:42: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from broccoli.graphics.cornell.edu (BROCCOLI.GRAPHICS.CORNELL.EDU [128.84.247.53]) by hub.freebsd.org (Postfix) with ESMTP id E9B03153E2 for ; Fri, 11 Jun 1999 13:42:05 -0700 (PDT) (envelope-from mkc@Graphics.Cornell.EDU) Received: from graphics.cornell.edu (localhost.graphics.cornell.edu) by broccoli.graphics.cornell.edu with ESMTP (1.37.109.16/16.2) id AA115243260; Fri, 11 Jun 1999 16:34:20 -0400 Message-Id: <199906112034.AA115243260@broccoli.graphics.cornell.edu> X-Mailer: exmh version 2.0zeta 7/24/97 To: Jason Scott Cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: Returning to Sender In-Reply-To: Your message of "Thu, 10 Jun 1999 19:36:48 PDT." <4.1.19990610193525.00c8ce30@mail.sirius.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 11 Jun 1999 16:34:20 -0400 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I run a online cards site, and I would like to have a message "bounced" >back to the sender if the message does not go through instead of going to >the "postmaster" account, and no where else.. I've looked at the aliases >file, and I see no way to do this... Has anyone else successfully done this? If I understand correctly, you're asking for a way to get sendmail to send errors back to the sender rather than to the postmaster. As far as I'm aware the sender always gets a copy, unless it's a mailing list that re-directs the bounce messages to the list admin. Meanwhile the postmaster copy is optional. It's controlled in /etc/sendmail.cf by the line that says: # who (if anyone) should get extra copies of error messages O PostMasterCopy=Postmaster Comment this out to stop the copies to postmaster. (And then kill -HUP the sendmail daemon.) -Mitch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 14: 5:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from broccoli.graphics.cornell.edu (BROCCOLI.GRAPHICS.CORNELL.EDU [128.84.247.53]) by hub.freebsd.org (Postfix) with ESMTP id 1632E14C2A for ; Fri, 11 Jun 1999 14:05:20 -0700 (PDT) (envelope-from mkc@Graphics.Cornell.EDU) Received: from graphics.cornell.edu (localhost.graphics.cornell.edu) by broccoli.graphics.cornell.edu with ESMTP (1.37.109.16/16.2) id AA115665090; Fri, 11 Jun 1999 17:04:50 -0400 Message-Id: <199906112104.AA115665090@broccoli.graphics.cornell.edu> X-Mailer: exmh version 2.0zeta 7/24/97 To: Neil Blakey-Milner Cc: Hans-Christoph Steiner , freebsd-questions@FreeBSD.ORG Subject: Re: Soft updates In-Reply-To: Your message of "Fri, 11 Jun 1999 22:19:36 +0200." <19990611221936.A70046@rucus.ru.ac.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 11 Jun 1999 17:04:49 -0400 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >You'll have to recompile your kernel after reading the softupdates README >file and taking into account what things are said there. Ok I'm game, but I'm not finding the the diffs for the "40 files that require change". /usr/src/contrib/sys/softupdates only contains README, ffs_softdep.c, and softdep.h. What am I missing? -Mitch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 14:11: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from proxy4.ba.best.com (proxy4.ba.best.com [206.184.139.15]) by hub.freebsd.org (Postfix) with ESMTP id 7539F14C89 for ; Fri, 11 Jun 1999 14:11:00 -0700 (PDT) (envelope-from GregoryC@stcinc.com) Received: from stcinc.com (gw-covad768k-cognitivetech.ncal.verio.com [207.20.238.29] (may be forged)) by proxy4.ba.best.com (8.9.3/8.9.2/best.out) with ESMTP id OAA07877 for ; Fri, 11 Jun 1999 14:10:09 -0700 (PDT) Message-ID: <3760D251.5856D638@stcinc.com> Date: Fri, 11 Jun 1999 02:09:37 -0700 From: Gregory Carvalho X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 3.1-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: problem with tar Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to read a gzipped tar archive, here is what happens: #tar -tgvf delegate-5.7.2.tgz tar: read error on /dev/rsa0 : input/output error More stuff is displayed, but if you want to see it, then I will post it upon request. Would someone tell me how to avoid the error. Hope to see you all at www.freebsdcon.org! Thanks, Gregory Carvalho GregoryC@stcinc.com Simplified Technology Company http://www.stcinc.com In God I Trust! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 14:13: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id 7376F14C93 for ; Fri, 11 Jun 1999 14:12:57 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 81355 invoked by uid 1003); 11 Jun 1999 21:12:18 -0000 Date: Fri, 11 Jun 1999 23:12:18 +0200 From: Neil Blakey-Milner To: Mitch Collinsworth Cc: Hans-Christoph Steiner , freebsd-questions@FreeBSD.ORG Subject: Re: Soft updates Message-ID: <19990611231217.A81070@rucus.ru.ac.za> References: <19990611221936.A70046@rucus.ru.ac.za> <199906112104.AA115665090@broccoli.graphics.cornell.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <199906112104.AA115665090@broccoli.graphics.cornell.edu>; from Mitch Collinsworth on Fri, Jun 11, 1999 at 05:04:49PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri 1999-06-11 (17:04), Mitch Collinsworth wrote: > > >You'll have to recompile your kernel after reading the softupdates README > >file and taking into account what things are said there. > > Ok I'm game, but I'm not finding the the diffs for the "40 files that > require change". /usr/src/contrib/sys/softupdates only contains README, > ffs_softdep.c, and softdep.h. What am I missing? Reading the README tells you how to use softupdates. Hint: one ln command, one option enabled in kernel. Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 14:21: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from proxy4.ba.best.com (proxy4.ba.best.com [206.184.139.15]) by hub.freebsd.org (Postfix) with ESMTP id C896514C2A for ; Fri, 11 Jun 1999 14:20:59 -0700 (PDT) (envelope-from GregoryC@stcinc.com) Received: from stcinc.com (gw-covad768k-cognitivetech.ncal.verio.com [207.20.238.29] (may be forged)) by proxy4.ba.best.com (8.9.3/8.9.2/best.out) with ESMTP id OAA07115 for ; Fri, 11 Jun 1999 14:20:32 -0700 (PDT) Message-ID: <3760D4C0.D0F82AAF@stcinc.com> Date: Fri, 11 Jun 1999 02:20:00 -0700 From: Gregory Carvalho X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 3.1-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: problem with tar References: <3760D251.5856D638@stcinc.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Please ignore my previous message, I had placed a g instead of z in the command word, ugh. Gregory Carvalho wrote: > > I am trying to read a gzipped tar archive, here is what happens: > #tar -tgvf delegate-5.7.2.tgz > tar: read error on /dev/rsa0 : input/output error > > More stuff is displayed, but if you want to see it, then I will post it > upon request. Would someone tell me how to avoid the error. > > Hope to see you all at www.freebsdcon.org! > > Thanks, > Gregory Carvalho GregoryC@stcinc.com > Simplified Technology Company http://www.stcinc.com > In God I Trust! -- Cordially, Gregory Carvalho GregoryC@stcinc.com Simplified Technology Company http://www.stcinc.com In God I Trust! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 14:25:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from broccoli.graphics.cornell.edu (BROCCOLI.GRAPHICS.CORNELL.EDU [128.84.247.53]) by hub.freebsd.org (Postfix) with ESMTP id A75F514D58 for ; Fri, 11 Jun 1999 14:25:53 -0700 (PDT) (envelope-from mkc@Graphics.Cornell.EDU) Received: from graphics.cornell.edu (localhost.graphics.cornell.edu) by broccoli.graphics.cornell.edu with ESMTP (1.37.109.16/16.2) id AA116296330; Fri, 11 Jun 1999 17:25:31 -0400 Message-Id: <199906112125.AA116296330@broccoli.graphics.cornell.edu> X-Mailer: exmh version 2.0zeta 7/24/97 To: Neil Blakey-Milner Cc: Hans-Christoph Steiner , freebsd-questions@FreeBSD.ORG Subject: Re: Soft updates In-Reply-To: Your message of "Fri, 11 Jun 1999 23:12:18 +0200." <19990611231217.A81070@rucus.ru.ac.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 11 Jun 1999 17:25:30 -0400 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Reading the README tells you how to use softupdates. > >Hint: one ln command, one option enabled in kernel. OK either I'm blind or I'm reading a different README than you are. the one in /usr/src/contrib/sys/softupdates on my 3.1-R system talks about kernel changes but it does not name a kernel option. It mentions "40 files that require change" and says diffs are supplied, but they don't seem to be here. -Mitch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 14:26:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from stud.ee.ethz.ch (tardis-delek-fast.ee.ethz.ch [129.132.2.199]) by hub.freebsd.org (Postfix) with ESMTP id 77CB914D58 for ; Fri, 11 Jun 1999 14:26:08 -0700 (PDT) (envelope-from lpruf@stud.ee.ethz.ch) Received: from tardis-a2.ee.ethz.ch (lpruf@tardis-a2.ee.ethz.ch [129.132.3.12]) by stud.ee.ethz.ch (8.8.4/8.8.8) with ESMTP id XAA08623 for ; Fri, 11 Jun 1999 23:26:04 +0200 (MET DST) Received: from localhost (lpruf@localhost) by tardis-a2.ee.ethz.ch (8.8.4/8.8.8) with ESMTP id XAA19839 for ; Fri, 11 Jun 1999 23:26:02 +0200 (MET DST) X-Authentication-Warning: tardis-a2.ee.ethz.ch: lpruf owned process doing -bs Date: Fri, 11 Jun 1999 23:26:02 +0200 (MET DST) From: Lukas Ruf X-Sender: lpruf@tardis-a2.ee.ethz.ch Reply-To: Lukas Ruf To: FreeBSD Questions Subject: Memory Problem: 64MB installed, only 16MB used. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi list, my system makes only use of 16MB RAM even if I have 64MB installed. the output of sysctl is as follows: sysctl -a | grep mem hw.physmem: 14712832 hw.usermem: 11567104 does anyone know where I have to fix something to get all memory being used ? Thanks in advance. Kind regards, Lukas -- *** ALWAYS MAILTO:"Lukas Ruf " *** (PGP2.6.3) Fingerprint = 37CF 3AB4 B0F7 0AF5 C308 4188 8C10 86FE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 14:30:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from broccoli.graphics.cornell.edu (BROCCOLI.GRAPHICS.CORNELL.EDU [128.84.247.53]) by hub.freebsd.org (Postfix) with ESMTP id 966BE14D55 for ; Fri, 11 Jun 1999 14:30:24 -0700 (PDT) (envelope-from mkc@Graphics.Cornell.EDU) Received: from graphics.cornell.edu (localhost.graphics.cornell.edu) by broccoli.graphics.cornell.edu with ESMTP (1.37.109.16/16.2) id AA116476620; Fri, 11 Jun 1999 17:30:21 -0400 Message-Id: <199906112130.AA116476620@broccoli.graphics.cornell.edu> X-Mailer: exmh version 2.0zeta 7/24/97 To: Vic Asher Cc: freebsd-questions@FreeBSD.ORG, fradlis@centreinvest.com Subject: Re: Network Card In-Reply-To: Your message of "Fri, 11 Jun 1999 15:05:38 EDT." <37615E02.3B21DA95@bitxbit.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 11 Jun 1999 17:30:20 -0400 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I was just wondering if you can run a 10/100VG card with >FreeBSD V. 2.28. What other network cards do you recommend. Please let >me know ASAP. Whoah, 10/100VG? 100VG is 100 Mbps only. I don't recall there ever being a 10VG. If you mean 10/100Base-T, yes it works. -Mitch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 14:34: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from broccoli.graphics.cornell.edu (BROCCOLI.GRAPHICS.CORNELL.EDU [128.84.247.53]) by hub.freebsd.org (Postfix) with ESMTP id 9579D14D55 for ; Fri, 11 Jun 1999 14:34:04 -0700 (PDT) (envelope-from mkc@Graphics.Cornell.EDU) Received: from graphics.cornell.edu (localhost.graphics.cornell.edu) by broccoli.graphics.cornell.edu with ESMTP (1.37.109.16/16.2) id AA116666833; Fri, 11 Jun 1999 17:33:54 -0400 Message-Id: <199906112133.AA116666833@broccoli.graphics.cornell.edu> X-Mailer: exmh version 2.0zeta 7/24/97 To: Marie-Josee Blais Cc: Mike Tancsa , questions@FreeBSD.ORG Subject: Re: Network slowed down In-Reply-To: Your message of "Fri, 11 Jun 1999 11:37:54 EDT." <199906111540.LAA02057@norton.miranda.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 11 Jun 1999 17:33:53 -0400 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have seen cases where a card that is supposed to do 100 Full just can't handle it. In these cases locking the switch port to 100 Half has resulted in a dramatic speed-up in my experience. I can't tell you offhand which cards these were, but give it a try. -Mitch >It is on a switch ! Actually everything is set on auto on both sides so >they should be detecting the speed by themselves. Should I force the >communication to a 100 Mbits (The server and the switch are in the same >room ) or only use Half duplex or etc ? I also checked if both had >detected the same thing and both say 100Mbits and Full duplex. > >At 11:42 1999-06-11 -0400, Mike Tancsa wrote: >>At 09:55 AM 6/11/99 , Marie-Josee Blais wrote: >>>The problem has come back and I tried netstat -ni and there is no errors >>>and no collisions. >>>I have also looked at the output of tcpdump and trafshow and I can't see >>>anything out of the ordinary. >> >>Is it on a switch ? Check the duplex settings on both the card and the >>switch. When these are out of whack, nasty slowdowns will happen. >> >> ---Mike >>********************************************************************** >>Mike Tancsa, Network Admin * mike@sentex.net >>Sentex Communications Corp, * http://www.sentex.net/mike >>Cambridge, Ontario * 01.519.651.3400 >>Canada * >>=20 >/-----------------------------\ >| Marie-Josee Blais=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 | >| Network Administrator=A0=A0=A0=A0=A0=A0 | >|=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= >=A0=A0=A0 | >| E-mail:mjblais@miranda.com=A0 | >| --------------------------- | >| Technologies Miranda Inc.=A0=A0 | >| Tel:(514) 333-1772=A0=A0=A0=A0=A0=A0=A0=A0=A0 | >| Fax:(514) 333-9828=A0=A0=A0=A0=A0=A0=A0=A0=A0 | >| Web:=A0www.miranda.com | >\-----------------------------/ =20 > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 14:43:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from stennis.ca.sandia.gov (stennis.ca.sandia.gov [146.246.243.44]) by hub.freebsd.org (Postfix) with ESMTP id C203814D55 for ; Fri, 11 Jun 1999 14:43:40 -0700 (PDT) (envelope-from bmah@stennis.ca.sandia.gov) Received: (from bmah@localhost) by stennis.ca.sandia.gov (8.9.3/8.9.3) id OAA03757; Fri, 11 Jun 1999 14:43:29 -0700 (PDT) Message-Id: <199906112143.OAA03757@stennis.ca.sandia.gov> X-Mailer: exmh version 2.1.0 06/10/1999 To: Mitch Collinsworth Cc: Neil Blakey-Milner , Hans-Christoph Steiner , freebsd-questions@FreeBSD.ORG Subject: Re: Soft updates In-Reply-To: Your message of "Fri, 11 Jun 1999 17:25:30 EDT." <199906112125.AA116296330@broccoli.graphics.cornell.edu> From: bmah@CA.Sandia.GOV (Bruce A. Mah) Reply-To: bmah@CA.Sandia.GOV X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Url: http://www.ca.sandia.gov/~bmah/ Mime-Version: 1.0 Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_-307355078P"; micalg=pgp-md5; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Fri, 11 Jun 1999 14:43:29 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --==_Exmh_-307355078P Content-Type: text/plain; charset=us-ascii If memory serves me right, Mitch Collinsworth wrote: > > >Reading the README tells you how to use softupdates. > > > >Hint: one ln command, one option enabled in kernel. > > OK either I'm blind or I'm reading a different README than you are. > the one in /usr/src/contrib/sys/softupdates on my 3.1-R system talks > about kernel changes but it does not name a kernel option. It mentions > "40 files that require change" and says diffs are supplied, but they > don't seem to be here. Try: /usr/src/sys/ufs/ffs/README.softupdates I got confused by (finding) this too, the first time. Bruce. --==_Exmh_-307355078P Content-Type: application/pgp-signature -----BEGIN PGP MESSAGE----- Version: 2.6.2 iQCVAwUBN2GDAKjOOi0j7CY9AQGHYAQAh5xEXRYH1RVdSxIPAA7GOYuS6YNrKQFz WUGcGAGxPYUdvwU9BSfes8SVOU0nIBD7c09iORgBWvu41fyLNnl+rpKTKg2022Dt HwXzYt2suFhEr/0g7fqomHyt3YW+UHEGHJWZZH5dlCrarZMFqS0bc9oynSYDbh8v l45zxbwLN+s= =up3q -----END PGP MESSAGE----- --==_Exmh_-307355078P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 14:47:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 5987D14D55 for ; Fri, 11 Jun 1999 14:47:30 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id OAA03077; Fri, 11 Jun 1999 14:47:25 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 11 Jun 1999 14:47:23 -0700 (PDT) From: Doug White To: danny Cc: freebsd-questions@FreeBSD.ORG Subject: Re: mail problem In-Reply-To: <000a01beb2db$04cd54e0$6f00000a@domain.pentalpha.com.hk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 10 Jun 1999, danny wrote: > > Obtuse smtpd/smtpfwdd, part of the Juniper firewall toolkit. I found it in > freebsd port collection. Well, in that case you're on your own ... I suggest finding the Juniper docs and dive in. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 14:50:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 60B0814D55 for ; Fri, 11 Jun 1999 14:50:14 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id OAA04030; Fri, 11 Jun 1999 14:50:07 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 11 Jun 1999 14:50:06 -0700 (PDT) From: Doug White To: Adam Breaux Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Firewall With 2 Gateways In-Reply-To: <000f01beb2df$7027cbe0$1e01a8c0@altronics.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 9 Jun 1999, Adam Breaux wrote: > I need to setup a machine with the ability to switch between 2 > different gateways automatically. > > The system would need 3 nics ( I assume ). Not necessarily. > LAN Interface: > ip: 192.168.1.1 > nm: 255.255.255.0 > > Cable Interface: > ip: 24.x.x.x > nm: 255.255.255.0 > gw: 24.x.x.254 > > Frame Interface: > ip: 205.x.x.x > nm: 255.255.255.224 > gw: 205.x.x.161 > > Some sort of script that pings a remote host...cable provider's router > maybe... That's the basic way. A better, more robust way would be to run gated/routed with your upstreams and use that to swap the gateway. > When it loses connect, change default gateway to frame. > When cable comes back up, change default gateway to cable. > > Any ideas on this? I have a pretty good idea of what is needed but a > good how-to is certainly in order. Thanks in advance. Switching between cable and a direct FR connection? That has to be expensive. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 14:50:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from luke.cpl.net (luke.cpl.net [209.150.92.68]) by hub.freebsd.org (Postfix) with ESMTP id 91CB414F2C for ; Fri, 11 Jun 1999 14:50:37 -0700 (PDT) (envelope-from shawn@luke.cpl.net) Received: (from shawn@localhost) by luke.cpl.net (8.9.3/8.9.3) id OAA28973; Fri, 11 Jun 1999 14:51:14 -0700 (PDT) Message-ID: <19990611145113.F26537@cpl.net> Date: Fri, 11 Jun 1999 14:51:13 -0700 From: Shawn Ramsey To: Marie-Josee Blais , "questions@FreeBSD.ORG" Subject: Re: Problem adding SCSI support to kernel References: <199906111817.OAA05225@norton.miranda.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93i In-Reply-To: <199906111817.OAA05225@norton.miranda.com>; from Marie-Josee Blais on Fri, Jun 11, 1999 at 02:14:21PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > I have tried to compile both the GENERIC and my machine specific kernel but > both stop at the same place. If I remove the ahc0 line, then it compiles > fine. > > When I try to recompile my kernel everything goes fine until I try the make > depend > Here is the output: > > # make depend > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointerc > cc -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arm > ./genassym >assym.s > rm -f param.c > cp ../../conf/param.c . > sh ../../kern/vnode_if.sh ../../kern/vnode_if.src > make -f ../../dev/aic7xxx/Makefile MAKESRCPATH=../../dev/aic7xxx > Warning: Object directory not changed from original > /usr/src/sys/compile/GENERIC > yacc -d ../../dev/aic7xxx/aicasm_gram.y > mv y.tab.c aicasm_gram.c > cc -O -I. -c aicasm_gram.c > lex -t ../../dev/aic7xxx/aicasm_scan.l > aicasm_scan.c > cc -O -I. -c aicasm_scan.c > ../../dev/aic7xxx/aicasm_scan.l: In function `yylex': > ../../dev/aic7xxx/aicasm_scan.l:68: `T_DOWNLOAD' undeclared (first use this > function) > ../../dev/aic7xxx/aicasm_scan.l:68: (Each undeclared identifier is reported > only once > ../../dev/aic7xxx/aicasm_scan.l:68: for each function it appears in.) > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > controller scbus0 > > #device sd0 Maybe its different in 3.1, but in 2.x, this option is a requirement for SCSI disks. Or maybe even for SCSI period, its been awhile since I recompiled a kernel. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 14:52:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id C441614F0E for ; Fri, 11 Jun 1999 14:52:28 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id OAA04122; Fri, 11 Jun 1999 14:52:27 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 11 Jun 1999 14:52:26 -0700 (PDT) From: Doug White To: "Scott Gasch (Exchange)" Cc: "'freebsd-questions@freebsd.org'" Subject: Re: Root not dismounted properly... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 9 Jun 1999, Scott Gasch (Exchange) wrote: > I'm having a problem with a system that I am having trouble > understanding. Whenever I reboot the machine (3.0-RELEASE, Western > Digital IDE drives both on IDE channel A), it comes up with an > "WARNING \ was not properly dismounted". This occurs even though I > shut down the system properly (shutdown -r now...) fscking the > partition and mounting it by hand is required at each reboot. The system should fsck the filesystems automatically on boot. Are they failing that badly? > It is my understanding that the boot system call unmounts all active > mountpoints before shutting down. Could this fail for some reason? If the drive or controller gets wedged and won't accept the final block. It's unusual for this to occur and should be checked out. You'll see this if the final 'syncing disks ... ' runs down to 'giving up'. You might try running 'sync' a few times before issuing the shutdown. If it's syncing out the blocks OK then your disk subsystem has some major problems. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 14:55:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 66B8714D55 for ; Fri, 11 Jun 1999 14:55:39 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id OAA05066; Fri, 11 Jun 1999 14:55:29 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 11 Jun 1999 14:55:29 -0700 (PDT) From: Doug White To: ryuson@263.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to update freeBSD3.0 to 3.2 over my modem? In-Reply-To: <19990610022016.24365.fmail@263.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 10 Jun 1999 ryuson@263.net wrote: > Hello: > I wanna ask:how to update freeBSD 3.0 to 3.2 > over my modem? Probably the same way you installed it -- over PPP or downloading to a local disk. You can have sysinstall pick up files off a UFS partition -- including the one you're upgrading. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 14:57:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id EBA2B15045 for ; Fri, 11 Jun 1999 14:57:32 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id OAA05759; Fri, 11 Jun 1999 14:57:30 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 11 Jun 1999 14:57:29 -0700 (PDT) From: Doug White To: The Hermit Hacker Cc: freebsd-questions@FreeBSD.ORG Subject: Re: MBUFs ... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 9 Jun 1999, The Hermit Hacker wrote: > > #ifndef NMBCLUSTERS > > #define NMBCLUSTERS (512 + MAXUSERS * 16) > > The problem with MAXUSERS (that was suggested to me the other day) was > that you raise a bunch of other things that don't necessarily need to be > raised, wasting memory... I guess that depends on what the machine is doing. In most cases, you want to increase these values anyway since you're obviously doing enough to blow out the defaults in the first place. The wastage isn't that bad, it's only an issue if you have < 8MB of RAM... Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 15: 0:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 2AA3B14D55 for ; Fri, 11 Jun 1999 15:00:31 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA06445; Fri, 11 Jun 1999 15:00:29 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 11 Jun 1999 15:00:28 -0700 (PDT) From: Doug White To: Steve Gasbarre Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD Installation problem from DOS partition In-Reply-To: <375F350A.F3D9F2DB@bright.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 9 Jun 1999, Steve Gasbarre wrote: > I tried to install FreeBSD 3.1 from my Hitachi CDR-7730 (4X) CDROM > drive. Many of the package installations fail -- write failure on > transfer -- but when I attempt to install from a DOS directory > (C:\FREEBSD) and chose the correct path it fails -- no root device found > - or - file system full. File system full? It sounds like you didn't allocate enough space to the partition. What was your partition layout like? Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 15: 1:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 4B87E14D55 for ; Fri, 11 Jun 1999 15:01:48 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA07523; Fri, 11 Jun 1999 15:01:46 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 11 Jun 1999 15:01:45 -0700 (PDT) From: Doug White To: "Jason L. Schwab" Cc: questions@FreeBSD.ORG Subject: Re: booting with scsi. In-Reply-To: <199906100429.AAA29152@pop03.globecomm.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 9 Jun 1999, Jason L. Schwab wrote: > I installed freebsd 3.2 onto scsi id 2 (da2) ... it installed with no > problems, then I installed the boot manager onto da0 (scsi id0) and da2.. > but when I bring up the machine, the boot loader only gives me F1 for DOS > and F5 for Drive 1 (both goto the DOS harddrive) any ideas on why this is > happening? Do you have IDE disks along with your SCSI disks? Your BIOS may not see da2 as a bootable disk. Having da2 implies you have da1, and most BIOSen will only boot the first two disks in the system. You can boot up if you start the MFS floppy, hit a key at the spinning bar, then type 'da(2,a)' at the prompt. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 15: 2:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 50F1A14D55 for ; Fri, 11 Jun 1999 15:02:22 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA07563; Fri, 11 Jun 1999 15:02:15 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 11 Jun 1999 15:02:15 -0700 (PDT) From: Doug White To: yang lijun Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Where and how can I get the software In-Reply-To: <000801beb2ff$9012ac20$4cf8e29f@billing.stonetelecom.com.cn> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 10 Jun 1999, yang lijun wrote: > Dear sir: > I like the BSD UNIX.but I don't know where can I get > the free software(include the source codes) > please tell me ftp://ftp.freebsd.org/pub/FreeBSD, of course. See http://www.freebsd.org/ for the coumentation you'll need. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 15: 6:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from stud.ee.ethz.ch (tardis-delek-fast.ee.ethz.ch [129.132.2.199]) by hub.freebsd.org (Postfix) with ESMTP id ADB9814D55 for ; Fri, 11 Jun 1999 15:06:44 -0700 (PDT) (envelope-from lpruf@stud.ee.ethz.ch) Received: from tardis-a2.ee.ethz.ch (lpruf@tardis-a2.ee.ethz.ch [129.132.3.12]) by stud.ee.ethz.ch (8.8.4/8.8.8) with ESMTP id AAA12695; Sat, 12 Jun 1999 00:06:43 +0200 (MET DST) Received: from localhost (lpruf@localhost) by tardis-a2.ee.ethz.ch (8.8.4/8.8.8) with ESMTP id AAA19965; Sat, 12 Jun 1999 00:06:42 +0200 (MET DST) X-Authentication-Warning: tardis-a2.ee.ethz.ch: lpruf owned process doing -bs Date: Sat, 12 Jun 1999 00:06:42 +0200 (MET DST) From: Lukas Ruf X-Sender: lpruf@tardis-a2.ee.ethz.ch Reply-To: Lukas Ruf To: Doug White Cc: FreeBSD Questions Subject: Re: MBUFs ... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 11 Jun 1999, Doug White wrote: [...] > > I guess that depends on what the machine is doing. In most cases, you > want to increase these values anyway since you're obviously doing enough > to blow out the defaults in the first place. > > The wastage isn't that bad, it's only an issue if you have < 8MB of RAM... > Hi Doug, to which value would you suggest ? I normally get the appropriate error message while I do ftp downloads. Btw. Do you know, how to increase the used memory to the max. available RAM size ? I've installed 64MB but the system reports only 16MB. sysctl -a | grep mem hw.physmem: 14712832 hw.usermem: 11567104 Thanks in advance. Kind regards, Lukas -- *** ALWAYS MAILTO:"Lukas Ruf " *** (PGP2.6.3) Fingerprint = 37CF 3AB4 B0F7 0AF5 C308 4188 8C10 86FE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 15:11:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 86AC8154C0 for ; Fri, 11 Jun 1999 15:11:15 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA09274; Fri, 11 Jun 1999 15:11:12 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 11 Jun 1999 15:11:11 -0700 (PDT) From: Doug White To: ARCADY GENKIN Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Ethernet cards woes (2 x ne2000) In-Reply-To: <19990610062251.18781.qmail@aw164.netaddress.usa.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 10 Jun 1999, ARCADY GENKIN wrote: > I have a new installation of FreeBSD 3.2Rel. on an i486 with 2 ISA NE2000 > nics. I recompiled the kernel with the following parameters: > > device ed0 at isa? port 0x300 net irq 5 iomem 0xd8000 > device ed1 at isa? port 0x240 net irq 3 iomem 0xd8000 You're sure these are the correct settings? IRQ 3 is a bit odd. > at boot time it looks like they are initialized properly: > > config> en ed0 > config> po ed0 0x300 > config> ir ed0 5 > config> iom ed0 0xd8000 > config> f ed0 0 > config> q > [...] > ed0 at 0x300-0x31f irq 5 on isa > ed0: address 52:54:4c:17:c9:5c, type NE2000 (16 bit) > ed1 at 0x240-0x25f irq 3 on isa > ed1: address 00:80:c8:ec:0f:39, type NE2000 (16 bit) > > any attempt to work with them, though, results in "edX: device timeout" > warning. These are caused by: 1) Misconfigs. 2) Link failure. NE2k's generally stop responding if there is no network link present. Check cabling. > Q2: In the kernel configuration file, what is "iomem 0xd8000", and is it > standard for all ethernet cards? If not, how can I find out the value for my > system? It doesn't apply for NE2000s. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 15:12:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 7A3C914BF8 for ; Fri, 11 Jun 1999 15:12:29 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA09338; Fri, 11 Jun 1999 15:12:23 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 11 Jun 1999 15:12:22 -0700 (PDT) From: Doug White To: Andreas Rozek Cc: freebsd-questions@FreeBSD.ORG, Christopher Michaels , Tassilo Erlewein Subject: Re: AW: Upgrading the kernel from 2.2.x to 3.2 In-Reply-To: <006901beb324$9c433f80$db0d4581@ksat24.RUS.Uni-Stuttgart.De> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 10 Jun 1999, Andreas Rozek wrote: > Christopher, > > > There are several ways you could do this. > > 1. CVSUP the source code and do a 'make upgrade' (there is > > more to it than > > that). > > 2. Create the boot floppies and do a binary upgrade. > > 3. Backup your date, wipe the system clean, install from scratch. > > thanks for the quick reply. From what I read in several notes, a bi- > nary upgrade using "sysinstall" sounds most interesting. Unfortu- > nately, I could not find any information on how to upgrade a system > using "sysinstall" on the web. Boot the boot floppies then select 'upgrade' from the main menu & follow the prompts. Otherwise it's just like installing. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 15:13:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id AC1B914E3B for ; Fri, 11 Jun 1999 15:13:11 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA09790; Fri, 11 Jun 1999 15:13:03 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 11 Jun 1999 15:13:02 -0700 (PDT) From: Doug White To: matt Cc: FreeBSD-QUESTIONS Subject: Re: Vhosts In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 10 Jun 1999, matt wrote: > What would be the best way to handle multiple (about 60) vhosts, I know > I could do it through ifconfig, and have a script that does that already > though if gives me ioctl file already exists errors, it works fine.. Is > there prehaps a daemon or something that is easy to do (grin) that would > make this task much more painless? Thanks in advance. It's a short Perl script. C'mon, it's not _that_ hard... :-) Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 15:15:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id D8D8914BCC for ; Fri, 11 Jun 1999 15:15:17 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA10856; Fri, 11 Jun 1999 15:15:03 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 11 Jun 1999 15:15:02 -0700 (PDT) From: Doug White To: Gustavo V G C Rios Cc: questions@FreeBSD.ORG Subject: Re: man In-Reply-To: <375FB958.C06A4A67@tdnet.com.br> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 10 Jun 1999, Gustavo V G C Rios wrote: > When i type man passwd, i get nothing, but when i man 3 passwd, i see > passwd man pages! > what is happening? > man pwd does not work any longer! Try removing /usr/share/man/cat1/passwd.1.gz. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 15:17:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pop3-3.enteract.com (pop3-3.enteract.com [207.229.143.32]) by hub.freebsd.org (Postfix) with SMTP id 171B314BF8 for ; Fri, 11 Jun 1999 15:17:33 -0700 (PDT) (envelope-from jrs@enteract.com) Received: (qmail 89344 invoked from network); 11 Jun 1999 22:17:30 -0000 Received: from adam.enteract.com (jrs@206.54.252.1) by pop3-3.enteract.com with SMTP; 11 Jun 1999 22:17:30 -0000 Date: Fri, 11 Jun 1999 17:17:29 -0500 (CDT) From: John Sconiers To: freebsd-questions@freebsd.org Subject: -current GENERIC and LINT Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Where can I get a stock Generic and LINt -current kernel config file. Can someone send me this?? JRS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 15:20:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 419B614EE0 for ; Fri, 11 Jun 1999 15:20:34 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA12581; Fri, 11 Jun 1999 15:20:33 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 11 Jun 1999 15:20:32 -0700 (PDT) From: Doug White To: Thomas Fortin Cc: freebsd-questions@FreeBSD.ORG Subject: Re: WebEmail Interface Apache-PHP-IMP In-Reply-To: <375FDCB0.94A840F7@pausd.palo-alto.ca.us> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 10 Jun 1999, Thomas Fortin wrote: > I am trying to get the IMP Web Interface to Email work on a FreeBSD 3.2 > install but I think that my problem is that the Apache13-php3 package > does not have IMAP support. Can anyone give me some pointers on getting > this going. Well, no, of course not. Apache doesn't do mail. Install the imap port. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 15:27:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 1C14B14D94 for ; Fri, 11 Jun 1999 15:27:09 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA14257; Fri, 11 Jun 1999 15:27:08 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 11 Jun 1999 15:27:07 -0700 (PDT) From: Doug White To: youlgok@ibm.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Installation Panic! (3.1) In-Reply-To: <376031BA.5FB8967E@ibm.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 10 Jun 1999 youlgok@ibm.net wrote: > I just have been installing a few times of 3.1 and some problem has been > occured as follows: > > In the installation processing: > > [Message] > Kernel copied OK, but unable to save boot -c changes to it. See the > debug scrren(Alt-F2) for details. > > I don't have a copy of the debug screen. Can't help you, then. > After exiting from the screen(Ctrl-Alt-Del), rest of the installation > was processed and it said the installation is complete. > > In the re-booting: > > panic: bt0: btreset-Diagnostic Active failed to drop status=0x80 > > Automatic reboot in 15 seconds... What exact model and BIOS revision is your BusLogic SCSI controller? > Trying to re-boot a few times, it keeps same message and didn't re-boot. > > How should I fix this? Did you try a cold boot? I'm using a BT card in my workstation right now and it works, so your card is bunged up or misconfigured. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 15:28:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 1907B14BCC for ; Fri, 11 Jun 1999 15:28:19 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA14345; Fri, 11 Jun 1999 15:28:17 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 11 Jun 1999 15:28:16 -0700 (PDT) From: Doug White To: Rene Veerman Cc: freebsd-questions@FreeBSD.ORG Subject: Re: newbie attempting to compile a 3.2 kernel In-Reply-To: <199906100805.KAA00634@smtp3.xs4all.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 13 Jun 1999, Rene Veerman wrote: > Anyway.. I'm trying to build a kernel, for which I got the source-files > using cvs. This was done by a friend of mine. > > I editted the kernel-config file myself (see bottom of mail), and tried > compiling the kernel as described in the handbook. It compiled just fine, > but when booting it comes up with > > elf_loadexec: archsw.readin failed > > Here, i'm lost ;-) See http://www.freebsd.org/FAQ question 2.29. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 15:28:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id C0DF814BCC for ; Fri, 11 Jun 1999 15:28:52 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA14355; Fri, 11 Jun 1999 15:28:50 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 11 Jun 1999 15:28:49 -0700 (PDT) From: Doug White To: Constantine Shkolnyy Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: How to uninstall the FreeBSD boot manager correctly? In-Reply-To: <01BEB365.6A24AD90.stan@osgroup.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 10 Jun 1999, Constantine Shkolnyy wrote: > What is the correct way to uninstall the FreeBSD boot manager, > returning the old MBR to its place? Where is that old MBR stored > during the installation? 1. Boot DOS. 2. Run 'fdisk /mbr'. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 15:32:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 7B1DB14BCC for ; Fri, 11 Jun 1999 15:32:23 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA15379; Fri, 11 Jun 1999 15:32:21 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 11 Jun 1999 15:32:20 -0700 (PDT) From: Doug White To: Robert Ramey Cc: questions@FreeBSD.ORG Subject: Re: question about kernel command line arguments In-Reply-To: <19990611002412.055B92531F@acme.sb.west.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 10 Jun 1999, Robert Ramey wrote: > The linux kernel has the ability to pass certain arguments such as the > nfsroot when it boots. Is there a similar facility in the FreeBSD kernel? In 3.X, maybe. > I am porting the etherboot package to FreeBSD and this would be useful. Someone already beat you. See ports/net/etherboot. Also check the -hackers mail archives for other interesting bits. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 15:32:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from camelot.bitart.com (camelot.BITart.com [206.103.221.33]) by hub.freebsd.org (Postfix) with SMTP id B13A614BCC for ; Fri, 11 Jun 1999 15:32:24 -0700 (PDT) (envelope-from gerti@bitart.com) Received: (qmail 17572 invoked by uid 101); 11 Jun 1999 22:32:28 -0000 Message-ID: <19990611223228.17570.qmail@camelot.bitart.com> Content-Type: text/plain MIME-Version: 1.0 (NeXT Mail 4.2mach v148) X-Nextstep-Mailer: Mail 4.2mach (Enhance 2.2p1) Received: by NeXT.Mailer (1.148) From: Gerd Knops Date: Fri, 11 Jun 1999 17:32:27 -0500 To: freebsd-questions@freebsd.org Subject: Remote upgrade from 3.1 to 3.2? Reply-To: gerti-freebsdq@BITart.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have a number of remote machines running 3.1. They were all installed from copies of the same 'Master' disk, containing a 3.1 minimum install and some custom code. Is there a way to upgrade the remote systems via the network, without any 'physical' contact to the machines? Thanks Gerd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 15:33: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 3E780151D2 for ; Fri, 11 Jun 1999 15:33:00 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA15720; Fri, 11 Jun 1999 15:32:58 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 11 Jun 1999 15:32:58 -0700 (PDT) From: Doug White To: Wayne Cuddy Cc: FreeBSD Questions Subject: Re: VIM and tab completion In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 10 Jun 1999, Wayne Cuddy wrote: > I use vim 5.x with most unix systems. When I want to complete a command on > the modeline at the bottom I can use the key. However under freebsd it > prints ^I. Does anyone know how to fix this? Are you on the console or another terminal? The command may have been remapped. ^I is the tab control character. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 15:34:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 8F1FA14F79 for ; Fri, 11 Jun 1999 15:34:14 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA16106; Fri, 11 Jun 1999 15:34:11 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 11 Jun 1999 15:34:10 -0700 (PDT) From: Doug White To: Joe Gilbert Cc: freebsd-questions@FreeBSD.ORG Subject: Re: supported tape drives In-Reply-To: <4.1.19990610182337.00ab3100@mail.ienet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 10 Jun 1999, Joe Gilbert wrote: > What tape drives does FreeBSD have supported drivers for? i am looking in > to creating a backup solution and was wondering where I could find a list > or information about what tape drive we can use. Just about any SCSI tape is supported. Some support for ATAPI tapes is available, but frankly I don't recommend or suggest using devices that typically are designed for cost savings and not reliability, as most ATAPI devices are. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 15:34:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from imo21.mx.aol.com (imo21.mx.aol.com [198.81.17.65]) by hub.freebsd.org (Postfix) with ESMTP id 25E6F14F79 for ; Fri, 11 Jun 1999 15:34:15 -0700 (PDT) (envelope-from ESPO247@aol.com) Received: from ESPO247@aol.com (14431) by imo21.mx.aol.com (IMOv20) id nFBQa18150 for ; Fri, 11 Jun 1999 18:33:53 -0400 (EDT) From: ESPO247@aol.com Message-ID: <22005793.2492e8d0@aol.com> Date: Fri, 11 Jun 1999 18:33:52 EDT Subject: rc.conf in 3.2-RELEASE To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: AOL 3.0 for Windows 95 sub 62 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to edit rc.conf (or something to that effect) for 3.2-RELEASE. I had a 2.2.5-RELEASE system, and I edited rc.conf on it. I understand things have changed in 3.x. I'm having trouble finding documentation on those changes. If somone could point me to somwhere that describes what has changed, I would be very grateful. Espo PS - I'm a relative newbie to UN*X. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 15:36:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id A4FB914F79 for ; Fri, 11 Jun 1999 15:36:20 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA16403; Fri, 11 Jun 1999 15:36:17 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 11 Jun 1999 15:36:16 -0700 (PDT) From: Doug White To: Mark Holloway Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Commercial Software In-Reply-To: <000801beb3bd$52e67b60$cf3bea18@lvcm.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 10 Jun 1999, Mark Holloway wrote: > The commercial software section of the freebsd homepage is missing > Sendmail Pro - which I think is very important to have since they only > make it for a few platforms (and freebsd is the only free platform > they make it for).. It's the same guys who make the free sendmail.. The commercial gallery's entries are submitted by the respective companies. You're more than welcome to solicit an entry from them, though. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 15:38:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 5CE4B15030 for ; Fri, 11 Jun 1999 15:38:15 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA17043; Fri, 11 Jun 1999 15:38:11 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 11 Jun 1999 15:38:10 -0700 (PDT) From: Doug White To: Stefan Cars Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problem's with PPP - FreeBSD 3.1-RELEASE In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 11 Jun 1999, Stefan Cars wrote: > I recently installed FreeBSD 3.1 on my machine, everything works fine > except for the PPP. Doing exactly as told in the manual I got only > LCP-Timeout's. Then I talked to my friend who has been running FreeBSD > with userland-ppp for a long time and asked him to send me all his ppp > files, he did but those didn't work either. Can you log in successfully using the 'term' mode? If not then check your modem connection and settings. If you can log in, your login script is incorrect. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 15:39:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id A8DBC14F79 for ; Fri, 11 Jun 1999 15:39:22 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA17490; Fri, 11 Jun 1999 15:39:19 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 11 Jun 1999 15:39:18 -0700 (PDT) From: Doug White To: Lukas Ruf Cc: FreeBSD Questions Subject: Re: FreeBSD 3.1-RELEASE: Memory upgrade -- where's the memory In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 11 Jun 1999, Lukas Ruf wrote: > I recently (five minutes ago) upgraded the RAM from 32MB to 64MB on a > Compag Laptop. > > The kernel I built reports at boot time 16MB real, 14MB avail. It was > built with 32MB. Typical Compaq breakage. See FAQ question 4.11. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 15:40:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 8030914F79 for ; Fri, 11 Jun 1999 15:40:28 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA17768; Fri, 11 Jun 1999 15:40:23 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 11 Jun 1999 15:40:23 -0700 (PDT) From: Doug White To: Christoph Kukulies Cc: questions@FreeBSD.ORG Subject: Re: pppd - no matching compression scheme CPP disabled In-Reply-To: <199906111032.MAA16041@gil.physik.rwth-aachen.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 11 Jun 1999, Christoph Kukulies wrote: > > I'm wondering about these lines in my pppd.log. The connection > works though but I suspect it could be faster if a compression scheme > would be active. > > May 21 11:48:59 agate pppd[4124]: pppd 2.2.0 started by root, uid 0 > May 21 11:48:59 agate pppd[4124]: Using interface ppp0 > May 21 11:48:59 agate pppd[4124]: Connect: ppp0 <--> /dev/ttyd0 > May 21 11:49:03 agate pppd[4124]: user xxxxxxx logged in > May 21 11:49:05 agate pppd[4124]: No matching compression scheme, CCP disabled Try optioning on VJ compression. Some remote servers just don't have compression enabled or only certain modes. PPP will do it's best with what it has enabled. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 15:44:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 1F1E1151D2 for ; Fri, 11 Jun 1999 15:44:53 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA18652; Fri, 11 Jun 1999 15:44:50 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 11 Jun 1999 15:44:50 -0700 (PDT) From: Doug White To: Greg Quinlan Cc: questions@FreeBSD.ORG Subject: Re: TCP/IP [Q] In-Reply-To: <00fa01beb400$a1cb2f80$380051c2@qmpgmc.ac.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 11 Jun 1999, Greg Quinlan wrote: > Hi all, > > Can someone explain in relation to routing what: > > accept_sourceforward > enable_sourceforward > > mean? Hm, this isn't on the rc.conf manpage. These control the source routed packet sysctls. Source routed packets allow the originator of the packet to specify the route the packet is to take. In general source routed packets are evil and are most likely spoofed, but they can be useful for debugging. I suggest leaving them disabled. > What are the consequences for NATD? These will not affect any system daemon directly. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 15:45:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 20AE1151D2 for ; Fri, 11 Jun 1999 15:45:11 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA18824; Fri, 11 Jun 1999 15:45:08 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 11 Jun 1999 15:45:08 -0700 (PDT) From: Doug White To: Steve Hovey Cc: freebsd-questions@FreeBSD.ORG Subject: Re: DVD burners In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 11 Jun 1999, Steve Hovey wrote: > is there support for panasonic DVD ram under freebsd? There is no DVD support, period, under FreeBSD at this time. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 15:52:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [212.110.138.1]) by hub.freebsd.org (Postfix) with ESMTP id 3113A14EB8 for ; Fri, 11 Jun 1999 15:51:44 -0700 (PDT) (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.9.3/8.9.3/UCB) id BAA47148; Sat, 12 Jun 1999 01:49:57 +0300 (EEST) (envelope-from ru) Date: Sat, 12 Jun 1999 01:49:56 +0300 From: Ruslan Ermilov To: ESPO247@aol.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: rc.conf in 3.2-RELEASE Message-ID: <19990612014956.A45403@relay.ucb.crimea.ua> Mail-Followup-To: ESPO247@aol.com, freebsd-questions@FreeBSD.ORG References: <22005793.2492e8d0@aol.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <22005793.2492e8d0@aol.com>; from ESPO247@aol.com on Fri, Jun 11, 1999 at 06:33:52PM -0400 X-Operating-System: FreeBSD 3.2-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jun 11, 1999 at 06:33:52PM -0400, ESPO247@aol.com wrote: > I'm trying to edit rc.conf (or something to that effect) for 3.2-RELEASE. I > had a 2.2.5-RELEASE system, and I edited rc.conf on it. I understand things > have changed in 3.x. I'm having trouble finding documentation on those > changes. If somone could point me to somwhere that describes what has > changed, I would be very grateful. > > Espo > > PS - I'm a relative newbie to UN*X. http://www.freebsd.org/releases/3.0R/notes.html http://www.freebsd.org/releases/3.1R/notes.html http://www.freebsd.org/releases/3.2R/notes.html Also make sure to read ``head /etc/defaults/rc.conf'' for information on how you should edit your rc.conf. Cheers, -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 15:57:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from q3.quik.com (q3.quik.com [209.213.140.5]) by hub.freebsd.org (Postfix) with ESMTP id D1BBE14EB8 for ; Fri, 11 Jun 1999 15:57:35 -0700 (PDT) (envelope-from morrows@dmtconsulting.com) Received: from renegade01 (ip009.wispr.quik.com [209.213.153.9]) by q3.quik.com (8.9.3/8.9.3) with SMTP id PAA96420 for ; Fri, 11 Jun 1999 15:56:56 -0700 Reply-To: From: "Steve Morrow" To: Subject: High speed serial ports Date: Sat, 12 Jun 1999 17:54:07 -0500 Message-ID: <001001beb526$7ad95240$1100000a@renegade> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Previously I had posted a message about which high speed serial card to use.... thanx everybody for the info. I have one other question though... Is there anything I need to do with FreeBSD 2.2.8 in order to use the new card? Or can I just access it through cuaax like a normal port? thanx for the help, Steve renegade@unforgettable.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 15:59:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from flashmail.com (flashmail.com [209.63.137.8]) by hub.freebsd.org (Postfix) with SMTP id 29F1714EB8 for ; Fri, 11 Jun 1999 15:59:25 -0700 (PDT) (envelope-from mholloway@flashmail.com) Received: from flashmail.com ([209.63.137.8]) by flashmail.com ; Fri, 11 Jun 1999 16:00:31 -0800 From: "Mark L. Holloway" Reply-To: mholloway@flashmail.com To: questions@freebsd.org Date: Fri, 11 Jun 1999 16:00:31 -800 Subject: Yahoo! and Round Robin X-Mailer: CWMail Web to Mail Gateway 2.0n, http://netwinsite.com/top_mail.htm Message-id: <3761950f.126.0@flashmail.com> X-User-Info: 206.135.117.130 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I understand the concept of Round Robin DNS so you can multiple server serving out the same data, but how does Yahoo! mirror that information from machine to machine? What Database software is Yahoo! using to store eveything on its search engine? Mark ______________________________________________________ Get Your FREE FlashMail Address now at http://www.flashmail.com It's Free, Easy, & Fun !!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 15:59:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from eyry.econ.iastate.edu (eyry.econ.iastate.edu [129.186.32.221]) by hub.freebsd.org (Postfix) with ESMTP id 5D64014EB8 for ; Fri, 11 Jun 1999 15:59:55 -0700 (PDT) (envelope-from hawk@eyry.econ.iastate.edu) Received: from eyry.econ.iastate.edu (localhost [127.0.0.1]) by eyry.econ.iastate.edu (8.9.3/8.9.3) with ESMTP id SAA59728 for ; Fri, 11 Jun 1999 18:00:26 -0500 (CDT) (envelope-from hawk@eyry.econ.iastate.edu) Message-Id: <199906112300.SAA59728@eyry.econ.iastate.edu> X-Mailer: exmh version 2.0.2 2/24/98 To: freebsd-questions@freebsd.org Reply-To: freebsd-questions@freebsd.org, hawk@eyry.econ.iastate.edu Subject: help, it won't let go of my floppy Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 11 Jun 1999 18:00:25 -0500 From: "Richard E. Hawkins" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG There seems to be something wrong with my floppy drive, or the diskette in it. I tried to umount it, and it's seeking endlessly. It's been at it about 20 minutes so far. Last time that this happened, it resulted in not properly dismounting the other file systems on the next boot. My hard disk now seems to be abnormally busy, as well. How do I get control of the system back? rick -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 16: 1: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 031A81548B for ; Fri, 11 Jun 1999 16:00:50 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id QAA23783; Fri, 11 Jun 1999 16:00:46 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 11 Jun 1999 16:00:44 -0700 (PDT) From: Doug White To: Gunnar Flygt Cc: FreeBSD Questions Subject: Re: sh script In-Reply-To: <19990611153019.A59005@sr.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 11 Jun 1999, Gunnar Flygt wrote: > This has nothing special to do with FreeBSD, other than it is my OS of > choice. :) > > But since the knowledge is huge in the list, I have a sh script > question. I want to ftp large files to a site on our internal WAN to > test if we get any corrupt files when using ftp. (There are M$ people at > work who thinks the routers are destroying ftp's) So I would `put > big.file` and then `get big.file` perform a test to see if it is exactly > what it was before I sent it. Put the result in a file together with a > counter and then repeat th e whole thing for 100 times or so. And also > it should stop immediately if an error occurs! > > The files will be in sizes from 3 - 300 MB, just to test if the size is > important. Use ncftp as the actual transfer agent. It can download & upload files from the command line. Watch the network timeout parameter however! Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 16: 1:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id D502D14F79 for ; Fri, 11 Jun 1999 16:01:35 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id QAA23796; Fri, 11 Jun 1999 16:01:21 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 11 Jun 1999 16:01:21 -0700 (PDT) From: Doug White To: Paulo Menezes Cc: questions@FreeBSD.ORG Subject: Re: TEKRAM SCSI controller driver ? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 11 Jun 1999, Paulo Menezes wrote: > After upgrading one of our production machines from 2.2.8 to 3.2-stable I > was surprised by the fact that the TEKRAM DC390 (based on the amd chip) > was not supported in this version. Of course I had to buy another > controller, but as this controller is very popular here I think it should > be brought back again. Is anyone working on the new cam compliant driver > for this? We're working on it. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 16: 3: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 6282A14F79 for ; Fri, 11 Jun 1999 16:03:05 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id QAA23812; Fri, 11 Jun 1999 16:03:03 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 11 Jun 1999 16:03:03 -0700 (PDT) From: Doug White To: Arcady Genkin Cc: freebsd-questions@FreeBSD.ORG Subject: Re: kernel recompilation question In-Reply-To: <87u2sesqsm.fsf@main.wgaf.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 11 Jun 1999, Arcady Genkin wrote: > Suppose I compile a kernel. Then I decide that I want, for example > change an IRQ for a networking card, or add a flag for a hard-disk > controller. > > The question is -- should I still do the "configure" and "make depend" > steps or can I go straight to "make", provided no options and/or > devices have been added? As suggested previously, use boot -c. For future reference, however, if you make changes the kernel config file you _must_ run 'config' to affect these changes the the kernel build directory. > This is important for me b/c it takes 4 hours overall to compile a > kernel on my 486, so if I can save 30 min for skipping "make depend", > that would make me a bit happier. 4 hours?!? Just what are you building? On our 486/25sx it takes ~45 minutes. It's a decently pruned kernel, though. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 16: 4:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id F261814F79 for ; Fri, 11 Jun 1999 16:04:08 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id QAA23920; Fri, 11 Jun 1999 16:04:06 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 11 Jun 1999 16:04:05 -0700 (PDT) From: Doug White To: "Christopher J. Michaels" Cc: FreeBSD Mailing List Subject: Re: Retrieving mail for root? In-Reply-To: <000901beb424$33924980$0200000a@shithead.weeble.dyndns.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 11 Jun 1999, Christopher J. Michaels wrote: > I know that this is probably intrinsically unsafe, but this is just on > my local network, and I would like to know if it is possible to use an > IMAP client to read root's e-mail? Technically it should be possible. Root's mailspool is just like anyone else's. > I realize I could have it re-directed to another user for this > purpose, if I so choose, I would actually know if there is any way to > configure anything for imapd (I'm using the imap-uw port). Or, if > not, is there a configurable imapd that has this option? I don't know if imap-uw has an explicit config option to enable/disable root access. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 16:22: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from c523578-a.sttls1.wa.home.com (c523578-a.sttls1.wa.home.com [24.5.122.51]) by hub.freebsd.org (Postfix) with ESMTP id 3D8ED154C6 for ; Fri, 11 Jun 1999 16:21:57 -0700 (PDT) (envelope-from tbackman@c523578-a.sttls1.wa.home.com) Received: from localhost (tbackman@localhost) by c523578-a.sttls1.wa.home.com (8.9.3/8.9.2) with ESMTP id QAA10522; Fri, 11 Jun 1999 16:28:23 -0700 (PDT) (envelope-from tbackman@c523578-a.sttls1.wa.home.com) Date: Fri, 11 Jun 1999 16:28:23 -0700 (PDT) From: Todd Backman To: Shawn Ramsey Cc: Marie-Josee Blais , "questions@FreeBSD.ORG" Subject: Re: Problem adding SCSI support to kernel In-Reply-To: <19990611145113.F26537@cpl.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rm -rf * in ../../compile/KERNELNAME/ recompile kernel... make depend should then work. On Fri, 11 Jun 1999, Shawn Ramsey wrote: > > > > I have tried to compile both the GENERIC and my machine specific kernel but > > both stop at the same place. If I remove the ahc0 line, then it compiles > > fine. > > > > When I try to recompile my kernel everything goes fine until I try the make > > depend > > Here is the output: > > > > # make depend > > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit > > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointerc > > cc -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit > > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arm > > ./genassym >assym.s > > rm -f param.c > > cp ../../conf/param.c . > > sh ../../kern/vnode_if.sh ../../kern/vnode_if.src > > make -f ../../dev/aic7xxx/Makefile MAKESRCPATH=../../dev/aic7xxx > > Warning: Object directory not changed from original > > /usr/src/sys/compile/GENERIC > > yacc -d ../../dev/aic7xxx/aicasm_gram.y > > mv y.tab.c aicasm_gram.c > > cc -O -I. -c aicasm_gram.c > > lex -t ../../dev/aic7xxx/aicasm_scan.l > aicasm_scan.c > > cc -O -I. -c aicasm_scan.c > > ../../dev/aic7xxx/aicasm_scan.l: In function `yylex': > > ../../dev/aic7xxx/aicasm_scan.l:68: `T_DOWNLOAD' undeclared (first use this > > function) > > ../../dev/aic7xxx/aicasm_scan.l:68: (Each undeclared identifier is reported > > only once > > ../../dev/aic7xxx/aicasm_scan.l:68: for each function it appears in.) > > *** Error code 1 > > > > Stop. > > *** Error code 1 > > > > Stop. > > > controller scbus0 > > > > #device sd0 > > Maybe its different in 3.1, but in 2.x, this option is a requirement for > SCSI disks. Or maybe even for SCSI period, its been awhile since I > recompiled a kernel. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > ========================================================================= Todd Backman "there are two major products that came out of berkeley: Geek and FreeBSD user lsd and unix. Seattle, WA we don't believe this to be "Chaos is a good teacher..." a coincidence." j.s.anderson ========================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 16:32:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 2C5B1154C6 for ; Fri, 11 Jun 1999 16:32:19 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id QAA02336; Fri, 11 Jun 1999 16:32:17 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Fri, 11 Jun 1999 16:32:16 -0700 (PDT) From: Doug White To: Mitch Collinsworth Cc: freebsd-questions@FreeBSD.ORG Subject: Re: where is scsiformat ? In-Reply-To: <199906111730.AA112702247@broccoli.graphics.cornell.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 11 Jun 1999, Mitch Collinsworth wrote: > > This seems like a silly question, but where do I find the scsiformat > program shown on p. 184 of the Lehey book? I have both a 3.0 and 3.1 > system and cannot find it on either... scsiformat was probably superceded by CAM. I have the manpage on my upgraded workstation, but I can't find any references to it or any similar camcontrol(8) subcommand. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 16:55:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.du.gtn.com (mail.du.gtn.com [194.77.9.57]) by hub.freebsd.org (Postfix) with ESMTP id B717B14CF8 for ; Fri, 11 Jun 1999 16:55:16 -0700 (PDT) (envelope-from anzy@du.gtn.com) Received: from anzy.du.gtn.com (anzy.du.gtn.com [194.231.4.143]) by mail.du.gtn.com (8.8.6/8.8.6) with ESMTP id BAA03533; Sat, 12 Jun 1999 01:48:19 +0200 (MET DST) Date: Sat, 12 Jun 1999 01:55:13 +0200 (CEST) From: Andreas Zymny Reply-To: anzy@du.gtn.com To: FreeBSD Questions , c@du.gtn.com Subject: =?iso-8859-1?Q?DNS_Eintr=E4ge_in_=2Fetc=2Fresolv=2Econ?= Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ich habe meinen Rechner f=FCr zwei ISp konfiguriert, und in der Datei /etc/resolv.conf insgesamt 4 Nameserver eingetragen. Zwei f=FCr Provider 1 und zwei f=FCr Provider 2. Das funzt auch ganz gut, ABER: Irgendwann stehen nur noch die IP ADressen fuer zwei Nameserver eines providers in dieser Datei. Die anderen beiden IP Adressen fehlen ganz einfach. Kann mir einer erkl=E4ren, woran das leigt, wie die beiden anderen Adressen abhanden kommen, und wie ich das verhindern kann? MfukG, Andreas Zymny --=20 DPN Verbund-Zentrale GTN mbH fon: +49 203 3093 100 Bismarckstrasse 120 fax: +49 203 3093 112 D-47057 Duisburg http://www.dpn.de eM@il: andreas.zymny@dpn.de -=3D> Powered by FreeBSD - And Pine <=3D- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 16:58:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from flashmail.com (flashmail.com [209.63.137.8]) by hub.freebsd.org (Postfix) with SMTP id A1BA814CF8 for ; Fri, 11 Jun 1999 16:58:27 -0700 (PDT) (envelope-from mholloway@flashmail.com) Received: from flashmail.com ([209.63.137.8]) by flashmail.com ; Fri, 11 Jun 1999 16:59:29 -0800 From: "Mark L. Holloway" Reply-To: mholloway@flashmail.com To: questions@freebsd.org Date: Fri, 11 Jun 1999 16:59:29 -800 Subject: Ebay down all day.. X-Mailer: CWMail Web to Mail Gateway 2.0n, http://netwinsite.com/top_mail.htm Message-id: <3761a2e1.119.0@flashmail.com> X-User-Info: 206.135.117.130 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I guess that's what happens when you run NT.. They keep saying they'll be back up soon, then when you go back it says "Folks, we apologize it looks like we'll be up in a couple more hours." Bummer... They're either in the process of migrating from NT to the Solaris Enterprise Servers they just bought OR they just flat out crashed.. Mark ______________________________________________________ Get Your FREE FlashMail Address now at http://www.flashmail.com It's Free, Easy, & Fun !!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 16:59:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [212.110.138.1]) by hub.freebsd.org (Postfix) with ESMTP id BA9CE14E08 for ; Fri, 11 Jun 1999 16:58:19 -0700 (PDT) (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.9.3/8.9.3/UCB) id CAA60468; Sat, 12 Jun 1999 02:55:26 +0300 (EEST) (envelope-from ru) Date: Sat, 12 Jun 1999 02:55:25 +0300 From: Ruslan Ermilov To: Doug White Cc: Mitch Collinsworth , freebsd-questions@FreeBSD.ORG Subject: Re: where is scsiformat ? Message-ID: <19990612025525.A59135@relay.ucb.crimea.ua> Mail-Followup-To: Doug White , Mitch Collinsworth , freebsd-questions@FreeBSD.ORG References: <199906111730.AA112702247@broccoli.graphics.cornell.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Doug White on Fri, Jun 11, 1999 at 04:32:16PM -0700 X-Operating-System: FreeBSD 3.2-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jun 11, 1999 at 04:32:16PM -0700, Doug White wrote: > On Fri, 11 Jun 1999, Mitch Collinsworth wrote: > > > > > This seems like a silly question, but where do I find the scsiformat > > program shown on p. 184 of the Lehey book? I have both a 3.0 and 3.1 > > system and cannot find it on either... > > scsiformat was probably superceded by CAM. I have the manpage on my > upgraded workstation, but I can't find any references to it or any similar > camcontrol(8) subcommand. > It's from camcontrol(8): * camcontrol cmd -n da -u 3 -v -t 7200 -c "4 0 0 0 0 0" * * Send the FORMAT UNIT (0x04) command to da3. This will low-level format * the disk. Print sense information if the command fails, and set the * timeout to two hours (or 7200 seconds). -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 17: 2:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 3671E14CF8; Fri, 11 Jun 1999 17:02:14 -0700 (PDT) To: FreeBSD-questions@FreeBSD.org Subject: How to get best results from FreeBSD-questions Message-Id: <19990612000214.3671E14CF8@hub.freebsd.org> Date: Fri, 11 Jun 1999 17:02:14 -0700 (PDT) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How to get the best results from FreeBSD questions. =================================================== Last update 23 February 1998 This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that at least one of the following things was wrong with your message: - You left out a subject line, or the subject line was not appropriate. - You formatted it in such a way that it was difficult to read. - You asked more than one unrelated question in one message. - You sent out a message with an incorrect date, time or time zone. - You sent out the same message more than once. - You sent an 'unsubscribe' message to FreeBSD-questions. If you have done any of these things, there is a good chance that you will get more than one copy of this message from different people. Read on, and your next message will be more successful. This document is also available on the web at http://www.lemis.com/questions.html. ===================================================================== Contents: I: Introduction II: How to unsubscribe from FreeBSD-questions III: Should I ask -questions or -hackers? IV: How to submit a question to FreeBSD-questions V: How to answer a question to FreeBSD-questions I: Introduction =============== This is a regular posting aimed to help both those seeking advice from FreeBSD-questions (the "newcomers"), and also those who answer the questions (the "hackers"). Note that the term "hacker" has nothing to do with break- ing into other people's computers. The correct term for the latter activity is "cracker", but the popular press hasn't found out yet. The FreeBSD hackers disapprove strongly of cracking security, and have nothing to do with it. In the past, there has been some friction which stems from the different viewpoints of the two groups. The newcomers accused the hackers of being arrogant, stuck-up, and unhelpful, while the hackers accused the newcomers of being stupid, unable to read plain English, and expecting everything to be handed to them on a silver platter. Of course, there's an element of truth in both these claims, but for the most part these viewpoints come from a sense of frustration. In this document, I'd like to do something to relieve this frustration and help everybody get better results from FreeBSD-questions. In the following section, I recommend how to submit a question; after that, we'll look at how to answer one. II: How to unsubscribe from FreeBSD-questions ============================================== When you subscribed to FreeBSD-questions, you got a welcome message from Majordomo@FreeBSD.ORG. In this message, amongst other things, it told you how to unsubscribe. Here's a typical message: Welcome to the freebsd-questions mailing list! If you ever want to remove yourself from this mailing list, you can send mail to "Majordomo@FreeBSD.ORG" with the following command in the body of your email message: unsubscribe freebsd-questions Greg Lehey Here's the general information for the list you've subscribed to, in case you don't already have it: FREEBSD-QUESTIONS User questions This is the mailing list for questions about FreeBSD. You should not send "how to" questions to the technical lists unless you consider the question to be pretty technical. Normally, unsubscribing is even simpler than the message suggests: you don't need to specify your mail ID unless it is different from the one which you specified when you subscribed. If Majordomo replies and tells you (incorrectly) that you're not on the list, this may mean one of two things: 1. You have changed your mail ID since you subscribed. That's where keeping the original message from majordomo comes in handy. For example, the sample message above shows my mail ID as grog@lemis.de. Since then, I have changed it to grog@lemis.com. If I were to try to remove grog@lemis.com from the list, it would fail: I would have to specify the name with which I joined. 2. You're subscribed to a mailing list which is subscribed to FreeBSD-questions. If that's the case, you'll have to figure out which one it is and get your name taken off that one. If you're not sure which one it might be, check the headers of the messages you receive from freebsd-questions: maybe there's a clue there. If you've done all this, and you still can't figure out what's going on, send a message to Postmaster@FreeBSD.org, and he will sort things out for you. Don't send a message to FreeBSD-questions: they can't help you. III: Should I ask -questions or -hackers? ========================================= Two mailing lists handle general questions about FreeBSD, FreeBSD-questions and FreeBSD-hackers. In some cases, it's not really clear which group you should ask. The following criteria should help for 99% of all questions, however: If the question is of a general nature, ask FreeBSD-questions. Examples might be questions about intstalling FreeBSD or the use of a particular UNIX utility. If you think the question relates to a bug, but you're not sure, or you don't know how to look for it, send the message to FreeBSD-questions. If the question relates to a bug, and you're sure that it's a bug (for example, you can pinpoint the place in the code where it happens, and you maybe have a fix), then send the message to FreeBSD-hackers. If the question relates to enhancements to FreeBSD, and you can make suggestions about how to implement them, then send the message to FreeBSD-hackers. There are also a number of other specialized mailing lists, for example FreeBSD-isp, which caters to the interests of ISPs (Internet Service Providers) who run FreeBSD. If you happen to be an ISP, this doesn't mean you should automatically send your questions to FreeBSD-isp. The criteria above still apply, and it's in your interest to stick to them, since you're more likely to get good results that way. IV: How to submit a question ============================= When submitting a question to FreeBSD-questions, consider the following points: 1. Remember that nobody gets paid for answering a FreeBSD question. They do it of their own free will. You can influence this free will positively by submitting a well-formulated question supplying as much relevant information as possible. You can influence this free will negatively by submitting an incomplete, illegible, or rude question. It's perfectly possible to send a message to FreeBSD-questions and not get an answer even if you follow these rules. It's much more possible to not get an answer if you don't. In the rest of this document, we'll look at how to get the most out of your question to FreeBSD-questions. 2. Not everybody who answers FreeBSD questions reads every message: they look at the subject line and decide whether it interests them. Clearly, it's in your interest to specify a subject. ``FreeBSD problem'' or ``Help'' aren't enough. If you provide no subject at all, many people won't bother reading it. If your subject isn't specific enough, the people who can answer it may not read it. 3. Format your message so that it is legible, and PLEASE DON'T SHOUT!!!!!. We appreciate that a lot of people don't speak English as their first language, and we try to make allowances for that, but it's really painful to try to read a message written full of typos or without any line breaks. A lot of badly formatted messages come from bad mailers or badly configured mailers. The following mailers are known to send out badly formatted messages without you finding out about them: Eudora exmh Microsoft Exchange Microsoft Internet Mail Microsoft Outlook Netscape As you can see, the mailers in the Microsoft world are frequent offenders. If at all possible, use a UNIX mailer. If you must use a mailer under Microsoft environments, make sure it is set up correctly. Try not to use MIME: a lot of people use mailers which don't get on very well with MIME. For further information on this subject, check http://www.lemis.com/email.html. 4. Make sure your time and time zone are set correctly. This may seem a little silly, since your message still gets there, but many of the people you are trying to reach get several hundred messages a day. They frequently sort the incoming messages by subject and by date, and if your message doesn't come before the first answer, they may assume they missed it and not bother to look. 5. Don't include unrelated questions in the same message. Firstly, a long message tends to scare people off, and secondly, it's more difficult to get all the people who can answer all the questions to read the message. 6. Specify as much information as possible. This is a difficult area, and we need to expand on what information you need to submit, but here's a start: If you get error messages, don't say ``I get error messages'', say (for example) ``I get the error message 'No route to host'''. If your system panics, don't say ``My system panicked'', say (for example) ``my system panicked with the message 'free vnode isn't'''. If you have difficulty installing FreeBSD, please tell us what hardware you have. In particular, it's important to know the IRQs and I/O addresses of the boards installed in your machine. If you have difficulty getting PPP to run, describe the configuration. Which version of PPP do you use? What kind of authentication do you have? Do you have a static or dynamic IP address? What kind of messages do you get in the log file? 7. If you do all this, and you still don't get an answer, there could be other reasons. For example, the problem is so complicated that nobody knows the answer, or the person who does know the answer was offline. If you don't get an answer after, say, a week, it might help to re-send the message. If you don't get an answer to your second message, though, you're probably not going to get one from this forum. Resending the same message again and again will only make you unpopular. To summarize, let's assume you know the answer to the following question (yes, it's the same one in each case :-). You choose which of these two questions you would be more prepared to answer: Message 1: Subject: (none) I just can't get hits damn silly FereBSD system to workd, and Im really good at this tsuff, but I have never seen anythign sho difficult to install, it jst wont work whatever I try so why don't y9ou guys tell me what I doing wrong. ---------------------------------------------------------------------- Message 2: Subject: Problems installing FreeBSD I've just got the FreeBSD 2.1.5 CD-ROM from Walnut Creek, and I'm having a lot of difficulty installing it. I have a 66 MHz 486 with 16 MB of memory and an Adaptec 1540A SCSI board, a 1.2GB Quantum Fireball disk and a Toshiba 3501XA CD-ROM drive. The installation works just fine, but when I try to reboot the system, I get the message "Missing Operating System". ---------------------------------------------------------------------- V: How to answer a question =========================== Before you answer a question to FreeBSD-questions, consider: 1. A lot of the points on submitting questions also apply to answering questions. Read them. 2. Has somebody already answered the question? The easiest way to check this is to sort your incoming mail by subject: then (hopefully) you'll see the question followed by any answers, all together. If somebody has already answered it, it doesn't automatically mean that you shouldn't send another answer. But it makes sense to read all the other answers first. 3. Do you have something to contribute beyond what has already been said? In general, "Yeah, me too" answers don't help much, although there are exceptions, like when somebody is describing a problem he's having, and he doesn't know whether it's his fault or whether there's something wrong with the hardware or software. If you do send a "me too" answer, you should also include any further relevant information. 4. Are you sure your answer is correct? If not, wait a day or so. If nobody else comes up with a better answer, you can still reply and say, for example, "I don't know if this is correct, but since nobody else has replied, why don't you try replacing your ATAPI CD-ROM with a frog?". 5. Don't do a group reply; lots of people send messages with hundreds of CCs. Unless there's a good reason to do otherwise, just reply to the person and copy FreeBSD-questions. 6. Trim the original message to the minimum, and use some technique to identify which text came from the original message, and which text you add. I personally find that prepending "> " to the original message works best. Leaving white space after the ">" and leave empty lines between your text and the original text both make the result more readable. Most mailers change the subject line on a reply by prepending a text such as "Re: ". If your mailer doesn't do it automatically, you should do it manually. If the submitter didn't abide by format conventions (lines too long, inappropriate subject line), *please* fix it. In the case of an incorrect subject line (such as "HELP!!??"), change the subject line to (say) "Re: Difficulties with sync PPP (was: HELP!!??)". That way other people trying to follow the thread will have less difficulty following it. In such cases, it's appropriate to say what you did and why you did it, but try not to be rude. If you find you can't answer without being rude, don't answer. If you just want to reply to a message because of its bad format, just reply to the submitter, not to the list. You can just send him this message in reply, if you like. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 17: 2:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 818C314DC1; Fri, 11 Jun 1999 17:02:14 -0700 (PDT) To: FreeBSD-questions@FreeBSD.org Subject: "The Complete FreeBSD", second edition: errata and addenda Message-Id: <19990612000214.818C314DC1@hub.freebsd.org> Date: Fri, 11 Jun 1999 17:02:14 -0700 (PDT) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Errata and addenda for the Complete FreeBSD, second edition Last revision: 18 April 1999 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, ``The Complete FreeBSD'', published by Walnut Creek, is no exception. In- evitably, a number of bugs and changes have surfaced. The following is a list of modifications which go beyond simple typos. They relate to the second edition, formatted on 16 December 1997. If you have this book, please check this list. If you have the first edition of 19 July 1996, please check ftp://ftp.lemis.com/pub/cfbsd/errata-1. This same file is also available via the web link http://www.lemis.com/. This list is available in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ps. See page 222 of the book to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only take this version if you have real problems with PostScript: I can't be sure that the lack of different fonts won't confuse the meaning. o A web version at http://www.lemis.com/errata-2.html. All these modifications have been applied to the ongoing source text of the book, so if you buy a later edition, they will be in it as well. If you find a Page 1 The Complete FreeBSD bug or a suspected bug in the book, please contact me at General changes _______________ o In a number of places, I suggest the use of the following command to find process information: $ ps aux | grep foo Unfortunately, ps is sensitive to the column width of the terminal emulator upon which it is working. This command usually works fine on a relatively wide xterm, but if you're running on an 80-column terminal, it may truncate exactly the information you're looking for, so you end up with no output. You can fix that with the w option: $ ps waux | grep foo Thanks to Sue Blake for this information Location of the sample files ____________________________ On the 2.2.5 CD-ROM only, the location of the sample files does not match the specifications in the book (/book on the first CD-ROM). The 2.2.5 CD-ROM came out before the book, and it contains the files on the third (repository) CD-ROM as a single gzipped tar file /xperimnt/cfbsd/cfbsd.tar.gz. It contains the following files: drwxr-xr-x jkh/jkh 0 Oct 17 13:01 1997 cfbsd/ drwxr-xr-x jkh/jkh 0 Oct 17 13:01 1997 cfbsd/mutt/ -rw-r--r-- jkh/jkh 352 Oct 15 15:21 1997 cfbsd/mutt/.mail_aliases -rw-r--r-- jkh/jkh 9394 Oct 15 15:22 1997 cfbsd/mutt/.muttrc drwxr-xr-x jkh/jkh 0 Oct 17 14:02 1997 cfbsd/scripts/ -rw-r--r-- jkh/jkh 18281 Oct 16 16:52 1997 cfbsd/scripts/.fvwm2rc -rwxr-xr-x jkh/jkh 1392 Oct 17 12:54 1997 cfbsd/scripts/install-desktop -rw-r--r-- jkh/jkh 296 Oct 17 12:35 1997 cfbsd/scripts/.xinitrc -rwxr-xr-x jkh/jkh 622 Oct 17 13:51 1997 cfbsd/scripts/install-rcfiles -rw-r--r-- jkh/jkh 1133 Oct 17 13:00 1997 cfbsd/scripts/Uutry -rw-r--r-- jkh/jkh 1028 Oct 17 14:02 1997 cfbsd/scripts/README drwxr-xr-x jkh/jkh 0 Oct 18 19:32 1997 cfbsd/docs/ -rw-r--r-- jkh/jkh 199111 Oct 16 14:29 1997 cfbsd/docs/packages.txt Page 2 Errata and addenda for the Complete FreeBSD, second edition -rw-r--r-- jkh/jkh 189333 Oct 16 14:28 1997 cfbsd/docs/packages-by-category.txt -rw-r--r-- jkh/jkh 188108 Oct 16 14:29 1997 cfbsd/docs/packages.ps -rw-r--r-- jkh/jkh 226439 Oct 16 14:27 1997 cfbsd/docs/packages-by-category.ps -rw-r--r-- jkh/jkh 788 Oct 16 15:01 1997 cfbsd/README -rw-r--r-- jkh/jkh 248 Oct 17 11:52 1997 cfbsd/errata To extract one of these files, say cfbsd/docs/packages.txt, and assuming you have the CD-ROM mounted as /cdrom, enter: # cd /usr/share/doc # tar xvzf /cdrom/xperimnt/cfbsd/cfbsd.tar.gz cfbsd/docs/packages.txt See page 209 for more information on using tar. These files are an early version of what is described in the book. I'll put up some updated versions on ftp://ftp.lemis.com/ in the near future. Thanks to Frank McCormick for drawing this to my attention. Chapter 8: Setting up X11 _________________________ For FreeBSD 2.2.7, this chapter has changed sufficiently to make it impractical to distribute errata. You can download the PostScript version from ftp://www.lemis.com/pub/cfbsd/xsetup.ps, or the ASCII version from ftp://www.lemis.com/pub/cfbsd/xsetup.txt. No HTML version is available. Page xxxiv __________ Before the discussion of the shell prompts in the middle of the page, add: In this book, I recommend the use of the Bourne shell or one of its descendents (sh, bash, pdksh, ksh or zsh). With the exception of sh, they are all in the Ports Collection. I personally use the bash shell. This is a personal preference, and a recommendation, but it's not the standard shell. The standard BSD shell is the C shell (csh), which has a fuller- featured descendent tcsh. In particular, the standard installation sets the root user up with a csh. See page 152 (in this errata) for details of how to change the shell. Page 3 General changes Page 11: Reading the handbook _____________________________ The CD-ROM now includes Netscape. Replace the last paragraph on the page and the example on the following page with: If you're running X, you can use a browser like netscape to read the handbook. If you don't have X running yet, use lynx. Both of these programs are included on the CD-ROM. To install them, enter: # pkg_add /cdrom/packages/All/netscape-communicator-4.5.tgz or # pkg_add /cdrom/packages/All/lynx-2.8.1.1.tgz The numbers after the name (4.5 and 2.8.1.1) may change after this book has been printed. Use ls to list the names if you can't find these particular versions. Note that lynx is not a complete substitute for netscape: since it is text- only, it is not capable of displaying the large majority of web pages correctly. It will suffice for reading most of the handbook, however. Thanks to Stuart Henderson and for drawing this to my attention. Page 12: Printing the handbook ______________________________ The instructions for formatting the handbook are obsolete. Replace the section starting Alternatively, you can print out the handbook with the following text: Alternatively, you can print out the handbook. You need to have the documentation sources (/usr/doc) installed on your system. You can find them on the second CD-ROM in the directory of the same name. To install them, first mount your CD-ROM (see page 175). Then enter: $ cd /cdrom/usr/doc/handbook $ mkdir -p /usr/doc/handbook you may need to be root for this operation $ cp -pr * /usr/doc/handbook You have a choice of formats for the output: o ascii will give you plain 7-bit ASCII output, suitable for reading on a character-mode terminal. Page 4 Errata and addenda for the Complete FreeBSD, second edition o html will give you HTML output, suitable for browsing with a web browser. o latex will give you LATEX format, suitable for further processing with TEX and LATEX. o ps will give you PostScript output, probably the best choice for printing. o roff will give you output in troff source. You can process this output with nroff or troff, but it's currently not very polished. LATEX output is a better choice if you want to process it further. Once you have decided your format, use make to create the document. For example, if you decide on PostScript format, you would enter: $ make FORMATS=ps This creates a file handbook.ps which you can then print to a PostScript printer or with the aid of ghostscript (see page 222). Thanks to Bob Beer for drawing this to my attention. Page 45: Preparing floppies for installation _____________________________________________ Replace the paragraph below the list of file names (in the middle of the page) with: The floppy set should contain the file bin.inf and the ones whose names start with bin. followed by two letters. These other files are all 240640 bytes long, except for the final one which is usually shorter. Use the MS-DOS COPY program to copy as many files as will fit onto each disk (5 or 6) until you've got all the distributions you want packed up in this fashion. Copy each distribution into subdirectory corresponding to the base name--for example, copy the bin distribution to the files A:\BIN\BIN.INF, A:\BIN\BIN.AA and so on. Page 80 and 81 ______________ In a couple of examples, the FreeBSD partition is shown as type 164. It should be 165. Thanks to an unknown contributer for this correction (sorry, I lost your name). Page 5 General changes Page 88: setting up for dumping _______________________________ The example mentions a variable savecore in /etc/rc.conf. This variable is no longer used--it's enough to set the variable dumpdev. Page 92 _______ At the end of the section How to install a package add the text: Alternatively, you can install packages from the /stand/sysinstall Final Configuration Menu. We saw this menu on page in figure 4-14 on page 71. When you start sysinstall from the command line, you get to this menu by selecting Index, and then selecting Configure. Page 93 _______ Before the heading Install ports from the first CD-ROM add: Install ports when installing the system ________________________________________ The file ports/ports.tgz on the first CD-ROM is a tar archive containing all the ports. You can install it with the base system if you select the Custom distribution and include the ports collection. If you didn't install them at the time, use the following method to install them all (about 40 MB). Make sure your CD-ROM is mounted (in this example on /cdrom), and enter: Page 96 _______ Replace the example at the top of the page with: Instead, do: # cd /cd4/ports/distfiles # mkdir -p /usr/ports/distfiles make sure you have a distfiles directory # for i in *; do > ln -s /cd4/ports/distfiles/$i /usr/ports/distfiles/$i > done Page 6 Errata and addenda for the Complete FreeBSD, second edition If you're using csh or tcsh, enter: # cd /cd4/ports/distfiles # mkdir -p /usr/ports/distfiles make sure you have a distfiles directory # foreach i (*) ? ln -s /cd4/ports/distfiles/$i /usr/ports/distfiles/$i ? end Thanks to Christopher Raven and Francois Jacques for drawing this to my attention. Page 104 ________ The examples at the bottom of the page and the top of the next page specify the wrong directory (/usr). It should be /usr/X11R6. Replace the examples with: For a full install, choose /cdrom/dists/XF86331/X331*.tgz. If you are using sh, enter: # cd /usr/X11R6 # for i in /cdrom/dists/XF86331/X331*.tgz; do # tar xzf $i # done If you are using csh, enter: % cd /usr/X11R6 % foreach i (/cdrom/dists/XF86331/X331*.tgz) % tar xzf $i % end For a minimal installation, first choose a server archive corresponding to your VGA board. If table 8-2 on page 103 doesn't give you enough information, check the server man pages, starting on page 1545, which list the VGA chip sets supported by each server. For example, if you have an ET4000 based board you will use the XF86_SVGA server. In this case you would enter: # cd /usr/X11R6 # tar xzf /cdrom/dists/XF86331/X331SVGA.tgz substitute your server name here # for i in bin fnts lib xicf; do # tar xzf /cdrom/dists/XF86331/X331$i.tgz # done Page 7 Install ports when installing the system If you are using csh, enter: % cd /usr/X11R6 % tar xzf /cdrom/dists/XF86331/X331SVGA.tgz substitute your server name here % foreach i (bin fnts lib xicf) % tar xzf /cdrom/dists/XF86331/$i % end Thanks to Manuel Enrique Garcia Cuesta for pointing out this one. Page 128 ________ Replace the complete text below the example with the following: These values are defaults, and many are either incorrect for FreeBSD (for example the device name /dev/com1) or do not apply at all (for example Xqueue). If you are configuring manually, select one Protocol and one Device entry from the following selection. If you must use a two-button mouse, uncomment the keyword Emulate3Buttons--in this mode, pressing both mouse buttons simultane- ously within Emulate3Timeout milliseconds causes the server to report a middle button press. Section "Pointer" Protocol "Microsoft" for Microsoft protocol mice Protocol "MouseMan" for Logitech mice Protocol "PS/2" for a PS/2 mouse Protocol "Busmouse" for a bus mouse Device "/dev/ttyd0" for a mouse on the first serial port Device "/dev/ttyd1" for a mouse on the second serial port Device "/dev/ttyd2" for a mouse on the third serial port Device "/dev/ttyd3" for a mouse on the fourth serial port Device "/dev/psm0" for a PS/2 mouse Device "/dev/mse0" for a bus mouse Emulate3Buttons only for a two-button mouse EndSection You'll notice that the protocol name does not always match the manufacturer's Page 8 Errata and addenda for the Complete FreeBSD, second edition name. In particular, the Logitech protocol only applies to older Logitech mice. The newer ones use either the MouseMan or Microsoft protocols. Nearly all modern serial mice run one of these two protocols, and most run both. If you are using a bus mouse or a PS/2 mouse, make sure that the device driver is included in the kernel. The GENERIC kernel contains drivers for both mice, but the PS/2 driver is disabled. Use UserConfig (see page 50) to enable it. Page 140 ________ Just before the paragraph The super user add the following paragraph: If you do manage to lose the root password, all may not be lost. Reboot the machine to single user mode (see page 157), and enter: # mount -u / mount root file system read/write # mount /usr mount /usr file system (if separate) # passwd root change the password for root Enter new password: Enter password again: # ^D enter ctrl-D to continue with startup If you have a separate /usr file system (the normal case), you need to mount it as well, since the passwd program is in the directory /usr/bin. Note that you should explicitly state the name root: in single user mode, the system doesn't have the concept of user IDs. Page 148 ________ Replace the text at the top of the page with: Modern shells supply command line editing which resembles the editors vi or Emacs. In bash, sh, ksh, and zsh you can make the choice by entering Page 152 ________ After figure 10-8, add the following text: It would be tedious for every user to put settings in their private initialization files, so the shells also read a system-wide default file. For the Bourne shell family, it is /etc/profile, while the C shell family has three Page 9 Install ports when installing the system files: /etc/csh.login to be executed on login, /etc/csh.cshrc to be executed when a new shell is started after you log in, and /etc/csh.logout to be executed when you stop a shell. The start files are executed before the corresponding individual files. In addition, login classes (page 141) offer another method of setting environment variables at a global level. Changing your shell ___________________ The FreeBSD installation gives root a C shell, csh. This is the traditional Berkeley shell, but it has a number of disadvantages: command line editing is very primitive, and the script language is significantly different from that of the Bourne shell, which is the de facto standard for shell scripts: if you stay with the C shell, you may still need to understand the Bourne shell. The latest version of the Bourne shell sh also includes some command line editing. See page 148 for details of how to enable it. You can get better command line editing with tcsh, in the Ports Collection. You can get both better command line editing and Bourne shell syntax with bash, also in the Ports Collection. If you have root access, you can use vipw to change your shell, but there's a more general way: use chsh (Change Shell). Simply run the program. It starts your favourite editor (as defined by the EDITOR environment variable). Here's an example before: #Changing user database information for velte. Shell: /bin/csh Full Name: Jack Velte Location: Office Phone: Home Phone: You can change anything after the colons. For example, you might change this to: #Changing user database information for velte. Shell: /usr/local/bin/bash Full Name: Jack Velte Location: On the road Office Phone: +1-408-555-1999 Home Phone: Page 10 Errata and addenda for the Complete FreeBSD, second edition chsh checks and updates the password files when you save the modifications and exit the editor. The next time you log in, you get the new shell. chsh tries to ensure you don't make any mistakes--for example, it won't let you enter the name of a shell which isn't mentioned in the file /etc/shells--but it's a very good idea to check the shell before logging out. You can try this with su, which you normally use to become super user: bumble# su velte Password: su-2.00$ note the new prompt There are a couple of problems in using tcsh or bash as a root shell: o The shell for root must be on the root file system, otherwise it will not work in single user mode. Unfortunately, most ports of shells put the shell in the directory /usr/local/bin, which is almost never on the root file system. o Most shells are dynamically linked: they rely on library routines in files such as /usr/lib/libc.a. These files are not available in single user mode, so the shells won't work. You can solve this problem by creating statically linked versions of the shell, but this requires programming experience beyond the scope of this book. If you can get hold of a statically linked version, perform the following steps to install it: o Copy the shell to /bin, for example: # cp /usr/local/bin/bash /bin o Add the name of the shell to /etc/shells, in this example the line in bold print: # List of acceptable shells for chpass(1). # Ftpd will not allow users to connect who are not using # one of these shells. /bin/sh /bin/csh /bin/bash You can then change the shell for root as described above. Page 11 Install ports when installing the system Thanks to Lars Koller for drawing this to my attention. Page 160 ________ Replace the text at the fourth bullet with the augmented text: The second-level boot locates the kernel, by default the file /kernel on the root file system, and loads it into memory. It prints the Boot: prompt at this point so that you can influence this choice--see the man page on page 579 for more details of what you can enter at this prompt. Page 169 ________ Replace the last paragraph on the page with: The standard solution for these problems is to relocate the /tmp file system to a different directory, say /usr/tmp, and create a symbolic link from /usr/tmp to /tmp--see , page *******, for more details. Thanks to Charlie Sorsby for drawing this to my attention. Page 176 ________ Add the following paragraph Unmounting file systems When you mount a file system, the system assumes it is going to stay there, and in the interests of efficiency it delays writing data back to the file system. This is the same effect we discussed on page 158. As a result, if you want to stop using a file system, you need to tell the system about it. You do this with the umount command. Note the spelling--there's no n in the command name. You need to do this even with read-only media such as CD-ROMs: the system assumes it can access the data from a mounted file system, and it gets quite unhappy if it can't. Where possible, it locks removable media so that you can't remove them from the device until you unmount them. Using umount is straightforward: just tell it what to unmount, either the device name or the directory name. For example, to unmount the CD-ROM we Page 12 Errata and addenda for the Complete FreeBSD, second edition mounted in the example above, you could enter one of these commands: # umount /dev/cd1a # umount /cd1 Before unmounting a file system, umount checks that nobody is using it. If somebody is using it, it will refuse to unmount it with a message like umount: /cd1: Device busy. This message often occurs because you have changed your directory to a directory on the file system you want to remove. For example (which also shows the usefulness of having directory names in the prompt): === root@freebie (/dev/ttyp2) /cd1 16 -> umount /cd1 umount: /cd1: Device busy === root@freebie (/dev/ttyp2) /cd1 17 -> cd === root@freebie (/dev/ttyp2) ~ 18 -> umount /cd1 === root@freebie (/dev/ttyp2) ~ 19 -> Thanks to Ken Deboy for pointing out this omission. Page 180 ________ The example in the middle of the page should read: For example, to generate a second set of 32 pseudo-terminals, enter: # cd /dev # ./MAKEDEV pty1 You can generate up to 256 pseudo-terminals. They are named ttyp0 through ttypv, ttyq0 through ttyqv, ttyr0 through ttyrv, ttys0 through ttysv, ttyP0 through ttyPv, ttyQ0 through ttyQv, ttyR0 through ttyRv and ttyS0 through ttySv. To create each set of 32 terminals, use the number of the set: the first set is pty0, and the eighth set is pty7. Note that some processes, such as xterm, only look at ttyp0 through ttysv. Thanks to Karl Wagner for pointing out this error. Page 197, first line ____________________ The text of the first full sentence reads: Page 13 Install ports when installing the system The first name, up the the symbol, is the label. In fact, it should read: The first name, up to the | symbol, is the label. Page 208, middle of page ________________________ The example shows the file name /dev/rst0 when using the Bourne shell, and /dev/nrst0 when using C shell and friends. This is inconsistent; use /dev/nrst0 with any shell if you want a non-rewinding tape, or /dev/rst0 if you want a rewinding tape. Thanks to Norman C Rice for pointing out this one. Page 219 ________ Before the section Testing the spooler add the following section: As we saw above, the line printer daemon lpd is responsible for printing spooled jobs. By default it isn't started at boot time. If you're root, you can start it by name: # lpd Normally, however, you will want it to be started automatically when the system starts up. You do this by setting the variable lpd_enable in /etc/rc.conf: lpd_enable="YES" # Run the line printer daemon See page for more details of /etc/rc.conf. Another line in /etc/rc.conf refers to the line printer daemon: lpd_flags="" # Flags to lpd (if enabled). You don't normally need to change this line. See the man page for lpd for details of the flags. Thanks to Tommy G. James for bringing this to my attention. Page 14 Errata and addenda for the Complete FreeBSD, second edition Page 231 ________ Replace the first line of the example with: xhost presto bumble gw The original version allowed anybody on the Internet to access your system. Thanks to Jerry Dunham for drawing this one to my attention. Page 237 ________ In the section Installing the sample desktop, replace the first paragraph with: You'll find all the files described in this chapter on the first CD-ROM (Installation CD-ROM) in the directory /book. Remember that you must mount the CD-ROM before you can access the files--see page 175 for further details. The individual scripts are in the directory /book/scripts, but you'll probably find it easier to install them with the script install-desktop: Thanks to Chris Kaiser for drawing this to my attention. Page 242 ________ The instructions for extracting the source files from CD-ROM in the middle of page 242 are incorrect. You'll find the kernel sources on the first CD-ROM in the directory /src. Replace the example with: # mkdir -p /usr/src/sys # ln -s /usr/src/sys /sys # cd / # cat /cdrom/src/ssys.[a-d]* | tar xzvf - Thanks to Raymond Noel , Suttipan Limanond and Satwant for finding this one in several small slices. Page 15 Install ports when installing the system Page 257 ________ Replace the paragraph Berkeley Packet Filter with: pseudo-device bpfilter ______________________ The Berkeley Packet Filter (bpf) allows you to capture packets crossing a network interface to disk or to examine them with the tcpdump program. Note that this capability represents a significant compromise of network security. The number after bpfilter is the number of concurrent processes that can use the facility. Not all network interfaces support bpf. In order to use the Berkeley Packet Filter, you must also create the device nodes /dev/bpf0 to /dev/bpf3 (if you're using the default number 4). Current- ly, MAKEDEV doesn't help much--you need to create each device separately: # cd /dev # ./MAKEDEV bpf0 # ./MAKEDEV bpf1 # ./MAKEDEV bpf2 # ./MAKEDEV bpf3 Thanks to Christopher Raven for drawing this to my attention. Page 264 ________ In the list of disk driver flags, add: o Bit 12 (0x1000) enables LBA (logical block addressing mode). If this bit is not set, the driver accesses the disk in CHS (cylinder/head/sector) mode. o In CHS mode, if bits 11 to 8 are not equal to 0, they specify the number of heads to assume (between 1 and 15). The driver recalculates the number of cylinders to make up the total size of the disk. Page 16 Errata and addenda for the Complete FreeBSD, second edition Page 283, ``Creating the source tree'' ______________________________________ Add a third point to what you need to know: 3. Possibly, the date of the last update that you want to be included in the checkout. If you specify this date, cvs ignores any more recent updates. This option is often useful when somebody discovers a recently introduced bug in -CURRENT: you check out the modules as they were before the bug was introduced. You specify the date with the -D option, for example -D "10 December 1997". Page 285, after the second example. ___________________________________ Add the text: If you need to check out an older version, for example if there are problems with the most recent version of -CURRENT, you could enter: # cvs co -D "10 December 1997" src/sys This command checks out the kernel sources as of 10 December 1997. Page 294 ________ Add the following section: Problems executing Linux binaries _________________________________ One of the problems with the ELF format used by more recent Linux binaries is that they usually contain no information to identify them as Linux binaries. They might equally well be BSD/OS or UnixWare binaries. That's not really a problem at this point, since the only ELF format that FreeBSD 2.2.7 understands is Linux, but FreeBSD-CURRENT recognizes a native FreeBSD ELF format as well, and of course that's the default. If you want to run a Linux ELF binary on such a system, you must brand the executable using the program brandelf. For example, to brand the StarOffice program swriter3, you would enter: Page 17 Install ports when installing the system # brandelf -t linux /usr/local/StarOffice-3.1/linux-x86/bin/swriter3 Thanks to Dan Busarow for bringing this to my attention. Page 364, middle of page ________________________ Change the text from: The names MYADDR and HISADDR are keywords which represent the addresses at each end of the link. They must be written as shown, though they may be in lower case. to The names MYADDR and HISADDR are keywords which represent the addresses at each end of the link. They must be written as shown, though newer versions of ppp allow you to write them in lower case. Thanks to Mark S. Reichman for this correction. Page 368 ________ Replace the paragraph after the second example with: In FreeBSD version 3.0 and later, specify the options PPP_BSDCOMP and PPP_DEFLATE to enable two kinds of compression. You'll also need to specify the corresponding option in Kernel PPP's configuration file. These options are not available in FreeBSD version 2. Thanks to Brian Somers for this information. Page 397 ________ In the section ``Nicknames'', the example should read: www IN CNAME freebie ftp IN CNAME presto In other words, there should be a space between CNAME and the system name. Page 18 Errata and addenda for the Complete FreeBSD, second edition Page 422 ________ Replace the text above the example with: tcpdump is a program which monitors a network interface and displays selected information which passes through it. It uses the Berkeley Packet Filter (bpf), an optional component of the kernel. It is not included in the GENERIC kernel: see page 257 for information on how to configure it. If you don't configure the Berkeley Packet Filter, you will get a message like tcpdump: /dev/bpf0: device not configured If you forget to create the devices for bpf, you will get a message like: tcpdump: /dev/bpf0: No such file or directory Since tcpdump poses a potential security problem, you must be root in order to run it. The simplest way to run it is without any parameters. This will cause tcpdump to monitor and display all traffic on the first active network interface, normally Ethernet: Thanks to Christopher Raven for drawing this to my attention. Page 423 ________ The description at the top of the page incorrectly uses the term IP address instead of Ethernet address. In addition, a page number reference is incorrect. Replace the paragraph with: o Line 1 shows an ARP request: system presto is looking for the Ethernet address of wait. It would appear that wait is currently not responding, since there is no reply. o Line 2 is not an IP message at all. tcpdump shows the Ethernet addresses and the beginning of the packet. We don't consider this kind of request in this book. o Line 3 is a broadcast ntp message. We looked at ntp on page 160. Page 19 Install ports when installing the system o Line 4 is another attempt by presto to find the IP address of wait. o Line 5 is a broadcast message from bumble on the rwho port, giving information about its current load averages and how long it has been up. See the man page for rwho on page 1167 for more information. o Line 6 is from a TCP connection between port 6000 on freebie and port 1089 on presto. It is sending 384 bytes (with the sequence numbers 536925467 to 536925851; see page 305), and is acknowledging that the last byte it received from presto had the sequence number 325114346. The window size is 17280. o Line 7 is another ARP request. presto is looking for the Ethernet address of freebie. How can that happen? We've just seen that they have a TCP connection. In fact, ARP information expires after 20 minutes. It's quite possible that all connections between presto and freebie have been dormant for this period, so presto needs to find freebie's IP address again. o Line 8 is the ARP reply from freebie to presto giving its Ethernet address. o Line 9 shows a reply from presto on the connection to freebie that we saw on line 6. It acknowledges the data up to sequence number 536925851, but doesn't send any itself. o Line 10 shows another 448 bytes of data from freebie to presto, and acknowledging the same sequence number from presto as in line 6. Thanks to Sergei S. Laskavy for drawing this to my attention. Page 450: anonymous ftp _______________________ Replace the paragraph starting with Create a user ftp: Create a user ftp, with the anonymous ftp directory as the home directory and the shell /dev/null. Using /dev/null as the shell makes it impossible to log in as user ftp, but does not interfere with the use of anonymous ftp. ftp can be a member of group bin, or you can create a new group ftp by adding the group to /etc/group. See page 138 for more details of adding users, and the man page on page 805 for adding groups. Thanks to Mark S. Reichman for drawing this to my attention. Page 20 Errata and addenda for the Complete FreeBSD, second edition Page 466, before the ps example _______________________________ Add another bullet: o Finally, you may find it convenient to let some other system handle all your mail delivery for you: you just send anything you can't deliver locally to this other host, which sendmail calls a smart host. This is particularly convenient if you send your mail with UUCP. To tell sendmail to use a smart host (in our case, mail.example.net), find the following line in sendmail.cf: # "Smart" relay host (may be null) DS Change it to: # "Smart" relay host (may be null) DSmail.example.net Page 478, ``Running Apache'' ____________________________ The text describes the location of the server as /usr/local/www/server/httpd. This appears to depend on where you get the port from. Some people report the file being at the more likely location /usr/local/sbin/httpd (though note the directory sbin, not bin). Check both locations if you run into trouble. Thanks to Sue Blake for this information. Page 492 ________ Replace references to nmdb with nmbd. Page 493 ________ Replace the last paragraph on the page with: socket options is hardly mentioned in the documentation, but it's very important: many Microsoft implementations of TCP/IP are inefficient and establish a new TCP more often than necessary. Select the socket options Page 21 Install ports when installing the system TCP_NODELAY and IPTOS_LOWDELAY, which can speed up the response time of such applications by over 95%. Page 22 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 18:27: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id A5A3014D13 for ; Fri, 11 Jun 1999 18:27:00 -0700 (PDT) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.8.7/8.8.7) with ESMTP id VAA04752; Fri, 11 Jun 1999 21:26:55 -0400 (EDT) (envelope-from shovey@buffnet.net) Date: Fri, 11 Jun 1999 21:26:54 -0400 (EDT) From: Steve Hovey To: "Mark L. Holloway" Cc: questions@FreeBSD.ORG Subject: Re: Ebay down all day.. In-Reply-To: <3761a2e1.119.0@flashmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ive emailed them and emailed them my luck with freebsd - and how to do a contingency plan - they just email generic thank yous, and crash for days at a time anyways. On Fri, 11 Jun 1999, Mark L. Holloway wrote: > I guess that's what happens when you run NT.. They keep saying they'll be back > up soon, then when you go back it says "Folks, we apologize it looks like we'll > be up in a couple more hours." > > Bummer... > > They're either in the process of migrating from NT to the Solaris Enterprise > Servers they just bought OR they just flat out crashed.. > > Mark > > ______________________________________________________ > Get Your FREE FlashMail Address now at http://www.flashmail.com > It's Free, Easy, & Fun !!! > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 18:30:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand2.global.net.uk (sand2.global.net.uk [194.126.80.50]) by hub.freebsd.org (Postfix) with ESMTP id 02EDA14D13 for ; Fri, 11 Jun 1999 18:30:42 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from p93s12a06.client.global.net.uk ([195.147.220.148] helo=marder-1.) by sand2.global.net.uk with esmtp (Exim 2.05 #1) id 10scd6-0002VN-00; Sat, 12 Jun 1999 02:30:40 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id CAA00305; Sat, 12 Jun 1999 02:28:26 +0100 (BST) (envelope-from marko) Date: Sat, 12 Jun 1999 02:28:25 +0100 From: Mark Ovens To: Lukas Ruf Cc: FreeBSD Questions Subject: Re: Memory Problem: 64MB installed, only 16MB used. Message-ID: <19990612022825.A255@marder-1> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Lukas Ruf on Fri, Jun 11, 1999 at 11:26:02PM +0200 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jun 11, 1999 at 11:26:02PM +0200, Lukas Ruf wrote: > Hi list, > > my system makes only use of 16MB RAM even if I have 64MB installed. > > the output of sysctl is as follows: > sysctl -a | grep mem > hw.physmem: 14712832 > hw.usermem: 11567104 > > > does anyone know where I have to fix something to get all memory being > used ? > You need options MAXMEM=(64*1024) in your kernel config. Search for MAXMAM in LINT for more info > Thanks in advance. > > Kind regards, > > Lukas > -- > *** ALWAYS MAILTO:"Lukas Ruf " *** > (PGP2.6.3) Fingerprint = 37CF 3AB4 B0F7 0AF5 C308 4188 8C10 86FE > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 18:36:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand.global.net.uk (sand.global.net.uk [194.126.82.9]) by hub.freebsd.org (Postfix) with ESMTP id 0F1A414F3B for ; Fri, 11 Jun 1999 18:36:10 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from p93s12a06.client.global.net.uk ([195.147.220.148] helo=marder-1.) by sand.global.net.uk with esmtp (Exim 2.05 #1) id 10sciM-0008QJ-00; Sat, 12 Jun 1999 02:36:07 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id CAA00330; Sat, 12 Jun 1999 02:33:52 +0100 (BST) (envelope-from marko) Date: Sat, 12 Jun 1999 02:33:52 +0100 From: Mark Ovens To: Doug White Cc: Steve Gasbarre , freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD Installation problem from DOS partition Message-ID: <19990612023352.B255@marder-1> References: <375F350A.F3D9F2DB@bright.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Doug White on Fri, Jun 11, 1999 at 03:00:28PM -0700 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jun 11, 1999 at 03:00:28PM -0700, Doug White wrote: > On Wed, 9 Jun 1999, Steve Gasbarre wrote: > > > I tried to install FreeBSD 3.1 from my Hitachi CDR-7730 (4X) CDROM > > drive. Many of the package installations fail -- write failure on > > transfer -- but when I attempt to install from a DOS directory > > (C:\FREEBSD) and chose the correct path it fails -- no root device found > > - or - file system full. > > File system full? It sounds like you didn't allocate enough space to the > partition. What was your partition layout like? > Is it not the DOS directory that's wrong? From the 3.1 errata: o DOS installation fails when you actually follow the instructions to install stuff under C:\FREEBSD\BIN\... and so on. Fix: The instructions are correct but the code was wrong in 3.1-RELEASE, sysinstall looking instead directly under C:\ (e.g. C:\BIN\...) or under C:\RELEASES\ (C:\RELEASES\BIN\... and so on). Fixed in 3.1-STABLE. > Doug White > Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve > http://gladstone.uoregon.edu/~dwhite | www.freebsd.org > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 18:42:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand4.global.net.uk (sand4.global.net.uk [194.126.80.248]) by hub.freebsd.org (Postfix) with ESMTP id C7DF7150BA for ; Fri, 11 Jun 1999 18:42:37 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from p93s12a06.client.global.net.uk ([195.147.220.148] helo=marder-1.) by sand4.global.net.uk with esmtp (Exim 2.12 #1) id 10scoa-000591-00; Sat, 12 Jun 1999 02:42:33 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id CAA00364; Sat, 12 Jun 1999 02:40:18 +0100 (BST) (envelope-from marko) Date: Sat, 12 Jun 1999 02:40:18 +0100 From: Mark Ovens To: Lukas Ruf Cc: FreeBSD Questions Subject: Re: Memory Problem: 64MB installed, only 16MB used. Message-ID: <19990612024018.C255@marder-1> References: <19990612022825.A255@marder-1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <19990612022825.A255@marder-1>; from Mark Ovens on Sat, Jun 12, 1999 at 02:28:25AM +0100 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jun 12, 1999 at 02:28:25AM +0100, Mark Ovens wrote: > On Fri, Jun 11, 1999 at 11:26:02PM +0200, Lukas Ruf wrote: > > Hi list, > > > > my system makes only use of 16MB RAM even if I have 64MB installed. > > > > the output of sysctl is as follows: > > sysctl -a | grep mem > > hw.physmem: 14712832 > > hw.usermem: 11567104 > > > > > > does anyone know where I have to fix something to get all memory being > > used ? > > > > You need > > options MAXMEM=(64*1024) > Sorry, that should have been: options "MAXMEM=(64*1024)" you must include the quotes (coz the string contains numbers). > in your kernel config. Search for MAXMAM in LINT for more info > > > Thanks in advance. > > > > Kind regards, > > > > Lukas > > -- > > *** ALWAYS MAILTO:"Lukas Ruf " *** > > (PGP2.6.3) Fingerprint = 37CF 3AB4 B0F7 0AF5 C308 4188 8C10 86FE > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > -- > FreeBSD - The Power To Serve http://www.freebsd.org > My Webpage http://www.users.globalnet.co.uk/~markov > _______________________________________________________________ > Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK > CAD/CAM solutions for Sheetmetal Working Industry > mailto:marko@uk.radan.com http://www.radan.com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 19:12:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id C0B7315208; Fri, 11 Jun 1999 19:12:04 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id WAA23511; Fri, 11 Jun 1999 22:13:23 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199906120213.WAA23511@cc942873-a.ewndsr1.nj.home.com> Subject: Re: Network Card Config In-Reply-To: <2540773643661E16A0DF09AE@mail.networku.net> from Administrator at "Jun 11, 99 02:03:24 pm" To: aoe@networku.net (Administrator) Date: Fri, 11 Jun 1999 22:13:22 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG (FreeBSD Questions) Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [This type of question is much more approriate in freebsd-questions@freebsd.org. This reply and followups are directed there.] Administrator wrote, > How can I get my system to identify a second network card to utilize the FreeBSD system? Please advise. That depends on the card. Is it ISA or PCI? ISA will require modifications to the kernel, but if you already have a similar card working, it should not be a big challenge. If it is a second PCI, even easier, just slap it in, the kernel will pick up multiple cards of the same type with a single line in the kernel config. So, what type of card are you adding, what type do you have working (I assume you do from the way the question is posed), and how is your kernel configured now? -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 19:55:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 965FD14EE7 for ; Fri, 11 Jun 1999 19:55:16 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id WAA23626 for freebsd-questions@FreeBSD.ORG; Fri, 11 Jun 1999 22:56:36 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199906120256.WAA23626@cc942873-a.ewndsr1.nj.home.com> Subject: Finding scd0 To: freebsd-questions@FreeBSD.ORG (FreeBSD Questions) Date: Fri, 11 Jun 1999 22:56:36 -0400 (EDT) Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have two old 486DXs that I have 'appropriated' at my office, where no one wants to have their screensavers running on anything less than a 500MHz PIII. Both have Sony CDROMs (and one has a 5.25" floppy drive! =). However, I only have 'found' the drive on one. On the first, I recklessly clobbered the old M$ OS without checking all of the hardware configurations. Now I cannot find the Sony CDROM. If I boot looking at the default 0x230, nothing. If I boot at 0x340, which is where I found it on the other machine (by looking it up in Winbloze first), still nothing. How can I determine the I/O address for this CDROM? Along these lines, for the weekend I am remote from this box, but I can ssh in. How can I configure the kernel (without continuously rebuilding new ones) to try different addresses using just the boot files (since I won't be at the console)? I've looked at boot(8) and loader(8). The docs are fairly voluminous an example of the commands to do it would be a great help. Thanks for help or pointers to more specific documentation. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 20:51: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id BD7F5154F0 for ; Fri, 11 Jun 1999 20:51:01 -0700 (PDT) (envelope-from a.genkin@utoronto.ca) Received: from main.wgaf.net (HSE-TOR-ppp22860.sympatico.ca [209.226.71.150]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id XAA23461; Fri, 11 Jun 1999 23:53:50 -0400 (EDT) Received: from antipode by main.wgaf.net with local (Exim 2.05 #1 (Debian)) id 10sfBA-0000Fc-00; Sat, 12 Jun 1999 00:14:00 -0400 To: Doug White Cc: Arcady Genkin , freebsd-questions@freebsd.org Subject: Re: kernel recompilation question References: From: Arcady Genkin Date: 12 Jun 1999 00:13:59 -0400 In-Reply-To: Doug White's message of "Fri, 11 Jun 1999 16:03:03 -0700 (PDT)" Message-ID: <874skehx88.fsf@main.wgaf.net> Lines: 30 User-Agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) XEmacs/21.1 (20 Minutes to Nikko) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug White writes: Doug, thanks for replying. > As suggested previously, use boot -c. I think I've disabled this option in my kernel. > For future reference, however, if you make changes the kernel config file > you _must_ run 'config' to affect these changes the the kernel build > directory. OK. How about "make depend"? Do I have to run this command if I didn't add any new options/devices, but only changed some IRQ's and/or flags? > > This is important for me b/c it takes 4 hours overall to compile a > > kernel on my 486, so if I can save 30 min for skipping "make depend", > > that would make me a bit happier. > > 4 hours?!? Just what are you building? On our 486/25sx it takes ~45 > minutes. It's a decently pruned kernel, though. I've removed pretty much everything from it, exept for IDE HD, fd, and ne cards. Even the com ports. Well, if not 4 hours, but over 3 for sure (including make depend && make). -- Arcady Genkin "... without money one gets nothing in this world, not even a certificate of eternal blessedness in the other world..." (S. Kierkegaard) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 21:20:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id E19681507D for ; Fri, 11 Jun 1999 21:20:53 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Sat, 12 Jun 1999 00:20:53 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105981@site2s1> From: Christopher Michaels To: "'murban@webzone.net'" Cc: questions@freebsd.org Subject: RE: AMD or Intel? Date: Sat, 12 Jun 1999 00:22:23 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I don't understand your statement at all. Most 3d games support 3DNow! and that levels the playing field. -Chris > -----Original Message----- > From: Mike Urban [SMTP:murban@webzone.net] > Sent: Thursday, June 10, 1999 6:02 PM > To: mholloway@flashmail.com > Cc: questions@freebsd.org > Subject: Re: AMD or Intel? > > If you are not going to be playing a lot of 3D games, then definitely go > with AMD.. > They make excellent CPU's that perform as well as (and sometimes better > then) Intel > on business apps. And they will cost you significantly less. I don't play > many > games, and I use AMD almost exclusively. > > Mike. > > Mark L. Holloway wrote: > > > I'm looking do get another PC for my FreeBSD dektop workstation (ie not > serving). > > > > For $189 I can get an AMD K2-450 and Motherboard. > > For $379 I can get an Intel 400 and Motherboard. > > > > I've heard the AMD has a weak FPU but as soon as you hit PIII the price > jumps > > way too high (since I won't use the PIII extensions). Any advice? Is > the AMD > > still a good cpu? > > > > Regards, > > Mark > > ______________________________________________________ > > Get Your FREE FlashMail Address now at http://www.flashmail.com > > It's Free, Easy, & Fun !!! > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 22:15: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from atlas.topquark.org (drwho.xnet.com [205.243.140.183]) by hub.freebsd.org (Postfix) with ESMTP id 3878D151EC for ; Fri, 11 Jun 1999 22:14:43 -0700 (PDT) (envelope-from drwho@xnet.com) Received: (from drwho@localhost) by atlas.topquark.org (8.9.3/8.9.3) id AAA09132 for freebsd-questions@freebsd.org; Sat, 12 Jun 1999 00:14:02 -0500 (CDT) Date: Sat, 12 Jun 1999 00:14:02 -0500 From: Michael Maxwell To: freebsd-questions@freebsd.org Subject: "wheel" group on tmp files? Message-ID: <19990612001402.A9113@atlas.topquark.org> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I would like to know why all files in my /tmp area are being created as group "wheel".... The /tmp directory is a symlink to /var/tmp. % groups other operator devel % cd /tmp ; touch foo % ls -l foo -rw-r--r-- 1 drwho wheel 0 Jun 12 00:09 /tmp/foo % uname -a FreeBSD atlas.topquark.org 3.2-STABLE FreeBSD 3.2-STABLE #9: Sat May 22 04:36:38 CDT 1999 root@atlas.topquark.org:/usr/src/sys/compile/DRWHO i386 Any help would be appreciated. Also, if possible, please email me directly (or CC) to drwho@xnet.com, since I'm not currently subscribed to the list. Thanks. -- Michael Maxwell | http://www.xnet.com/~drwho/ -- Stop the illegal attacks on Serbia NOW! -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 22:19: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 6723C14E67 for ; Fri, 11 Jun 1999 22:19:01 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Sat, 12 Jun 1999 01:19:01 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105983@site2s1> From: Christopher Michaels To: 'Michael Maxwell' Cc: "FreeBSD Mailing List (E-mail)" Subject: RE: "wheel" group on tmp files? Date: Sat, 12 Jun 1999 01:20:48 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Most likely /var/tmp is owned by group "wheel". The group ownership of a directory determines the group ownership of any files created within it. -Chris > -----Original Message----- > From: Michael Maxwell [SMTP:drwho@xnet.com] > Sent: Saturday, June 12, 1999 1:14 AM > To: freebsd-questions@freebsd.org > Subject: "wheel" group on tmp files? > > I would like to know why all files in my /tmp area are being created as > group "wheel".... > > The /tmp directory is a symlink to /var/tmp. > > % groups > other operator devel > % cd /tmp ; touch foo > % ls -l foo > -rw-r--r-- 1 drwho wheel 0 Jun 12 00:09 /tmp/foo > % uname -a > FreeBSD atlas.topquark.org 3.2-STABLE FreeBSD 3.2-STABLE #9: Sat May 22 > 04:36:38 CDT 1999 root@atlas.topquark.org:/usr/src/sys/compile/DRWHO > i386 > > Any help would be appreciated. Also, if possible, please email me > directly > (or CC) to drwho@xnet.com, since I'm not currently subscribed to the list. > > Thanks. > > > -- > Michael Maxwell | http://www.xnet.com/~drwho/ > -- Stop the illegal attacks on Serbia NOW! -- > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jun 11 23: 5:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from spool.webzone.net (mail.webzone.net [205.219.23.67]) by hub.freebsd.org (Postfix) with ESMTP id 5A46414FA4 for ; Fri, 11 Jun 1999 23:05:34 -0700 (PDT) (envelope-from murban@webzone.net) Received: from webzone.net ([208.137.185.226]) by spool.webzone.net (post.office MTA v2.0 0813 ID# 0-12689) with ESMTP id AAA15347; Sat, 12 Jun 1999 01:09:26 -0500 Message-ID: <3761F929.F1C3969D@webzone.net> Date: Sat, 12 Jun 1999 01:07:37 -0500 From: Mike Urban Reply-To: murban@webzone.net X-Mailer: Mozilla 4.07 [en] (X11; I; Linux 2.0.36 i686) MIME-Version: 1.0 To: Christopher Michaels Cc: questions@freebsd.org Subject: Re: AMD or Intel? References: <6C37EE640B78D2118D2F00A0C90FCB4401105981@site2s1> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Some games do not suppor 3DNow! And even with the ones that do, Intel still out-performs AMD on games... It's just a fact of life. Mike. Christopher Michaels wrote: > I don't understand your statement at all. Most 3d games support 3DNow! and > that levels the playing field. > > -Chris > > > -----Original Message----- > > From: Mike Urban [SMTP:murban@webzone.net] > > Sent: Thursday, June 10, 1999 6:02 PM > > To: mholloway@flashmail.com > > Cc: questions@freebsd.org > > Subject: Re: AMD or Intel? > > > > If you are not going to be playing a lot of 3D games, then definitely go > > with AMD.. > > They make excellent CPU's that perform as well as (and sometimes better > > then) Intel > > on business apps. And they will cost you significantly less. I don't play > > many > > games, and I use AMD almost exclusively. > > > > Mike. > > > > Mark L. Holloway wrote: > > > > > I'm looking do get another PC for my FreeBSD dektop workstation (ie not > > serving). > > > > > > For $189 I can get an AMD K2-450 and Motherboard. > > > For $379 I can get an Intel 400 and Motherboard. > > > > > > I've heard the AMD has a weak FPU but as soon as you hit PIII the price > > jumps > > > way too high (since I won't use the PIII extensions). Any advice? Is > > the AMD > > > still a good cpu? > > > > > > Regards, > > > Mark > > > ______________________________________________________ > > > Get Your FREE FlashMail Address now at http://www.flashmail.com > > > It's Free, Easy, & Fun !!! > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 0:51: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from rzmail.uni-trier.de (rzmail.uni-trier.de [136.199.8.220]) by hub.freebsd.org (Postfix) with ESMTP id A427D14DC0 for ; Sat, 12 Jun 1999 00:50:57 -0700 (PDT) (envelope-from blank@uni-trier.de) Received: from uni-trier.de (blank@rzppp-155.uni-trier.de [136.199.4.155]) by rzmail.uni-trier.de (8.8.5/8.6.9) with ESMTP id JAA03088 for ; Sat, 12 Jun 1999 09:50:55 +0200 (CEST) Received: (from blank@localhost) by uni-trier.de (8.9.3/8.9.3) id JAA00293 for questions@freebsd.org; Sat, 12 Jun 1999 09:49:59 +0200 (CEST) (envelope-from blank) Date: Sat, 12 Jun 1999 09:49:59 +0200 From: Sascha Blank To: questions@freebsd.org Subject: StarOffice 5.1 unable to start plugin manager Message-ID: <19990612094959.A272@blank.uni-trier.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i Organization: Computer Center of the University of Trier, Germany Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I have successfully installed StarOffice 5.1 on my 3.2-STABLE system using the linux_lib-2.6.1 port. But about 10 seconds after each start of "soffice" it complains that it was unable to load the plugin manager and that I should therefore repair my installation using the setup program. The setup program says my installation is alright so that there is no need for any repair. If I ignore this message StarOffice continues to work, but many of the components (for example the autopilots) are defunctional thus recuding the usability of the entire office suite a lot. Has anybody managed to find a solution (or knows at least the cause) for this special problem? PS: Please don't advise me to use StarOffice 5.0 instead, I need version 5.1 for its improved import capabilities. -- Sascha Blank | FreeBSD - Student and System Administrator | that's where you want to go today! at the University of Trier, Germany | mailto:blank@fox.uni-trier.de | See http://www.freebsd.org for details To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 0:57:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tower.portal2.com (tower.portal2.com [203.85.226.225]) by hub.freebsd.org (Postfix) with SMTP id 1735014D45 for ; Sat, 12 Jun 1999 00:57:11 -0700 (PDT) (envelope-from kent@graffiti.net) Received: (qmail 77111 invoked by uid 27197); 12 Jun 1999 07:59:15 -0000 Message-ID: <19990612075915.77110.qmail@graffiti.net> Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 8bit Mime-Version: 1.0 X-Mailer: MIME-tools 4.103 (Entity 4.115) From: "Kent Ho" To: freebsd-questions@FreeBSD.ORG Date: Sat, 12 Jun 1999 15:59:15 +0800 Subject: Can I setup 2 hardrives and as one in FreeBSD. Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Is it possible to strung up two harddrive together to make one big drive in FreeBSD... like you can do in Windows NT? I know RAID can do it but is there any cheaper and simpler alternatives... Kent Powered by OutBlaze To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 1:18: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cygnus.rush.net (cygnus.rush.net [209.45.245.133]) by hub.freebsd.org (Postfix) with ESMTP id B734214D88 for ; Sat, 12 Jun 1999 01:18:07 -0700 (PDT) (envelope-from bright@rush.net) Received: from localhost (bright@localhost) by cygnus.rush.net (8.9.3/8.9.3) with SMTP id DAA28677; Sat, 12 Jun 1999 03:37:27 -0500 (EST) Date: Sat, 12 Jun 1999 03:37:24 -0500 (EST) From: Alfred Perlstein To: Kent Ho Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Can I setup 2 hardrives and as one in FreeBSD. In-Reply-To: <19990612075915.77110.qmail@graffiti.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 12 Jun 1999, Kent Ho wrote: > Hi, > > Is it possible to strung up two harddrive together to make one big drive in FreeBSD... like you can do in Windows NT? I know RAID can do it but is there any cheaper and simpler alternatives... please tell your mailer to wrap lines at 75 characters or so... and yes, there is software raid: man ccd man vinum ccd is "easier" but also less flexible, vinum is extremely flexible but a bit hairy to setup from what i've seen. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 2:56:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.surnet.ru (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (Postfix) with ESMTP id 82D0214E2D for ; Sat, 12 Jun 1999 02:56:51 -0700 (PDT) (envelope-from ilia@cgilh.chel.su) Received: (from uucgilh@localhost) by mobil.surnet.ru (8.9.1a/8.9.1) with UUCP id PAA11822; Sat, 12 Jun 1999 15:54:08 +0600 (UDT) Received: (from uucp@localhost) by cgilh.chel.su (8.8.7/8.8.7) with UUCP id PAA03217; Sat, 12 Jun 1999 15:02:53 +0600 Received: from localhost (ilia@localhost) by localhost.cgu.chel.su (8.9.2/8.9.2) with ESMTP id PAA00971; Sat, 12 Jun 1999 15:00:31 +0600 (ESS) (envelope-from ilia@cgilh.chel.su) X-Authentication-Warning: localhost.cgu.chel.su: ilia owned process doing -bs Date: Sat, 12 Jun 1999 15:00:30 +0600 (ESS) From: Ilia Chipitsine X-Sender: ilia@localhost.cgu.chel.su To: "Mark L. Holloway" Cc: questions@FreeBSD.ORG Subject: Re: Hotbot = NT+IIS4 In-Reply-To: <37602d49.c0.0@flashmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG try /usr/ports/security/nmap/ On Thu, 10 Jun 1999, Mark L. Holloway wrote: > How the heck is Hotbot running their entire search engine on a Windows NT 4/IIS > platform? I thought NT couldn't handle that kind of traffic load... Are they > using NT Enterprsie? Or a special HAL from Microsoft maybe? > > Mark > ______________________________________________________ > Get Your FREE FlashMail Address now at http://www.flashmail.com > It's Free, Easy, & Fun !!! > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 3:55:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.surnet.ru (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (Postfix) with ESMTP id A659214E49 for ; Sat, 12 Jun 1999 03:55:11 -0700 (PDT) (envelope-from ilia@cgilh.chel.su) Received: (from uucgilh@localhost) by mobil.surnet.ru (8.9.1a/8.9.1) with UUCP id QAA13261; Sat, 12 Jun 1999 16:54:11 +0600 (UDT) Received: (from uucp@localhost) by cgilh.chel.su (8.8.7/8.8.7) with UUCP id PAA03256; Sat, 12 Jun 1999 15:54:40 +0600 Received: from localhost (ilia@localhost) by localhost.cgu.chel.su (8.9.2/8.9.2) with ESMTP id PAA00370; Sat, 12 Jun 1999 15:53:39 +0600 (ESS) (envelope-from ilia@cgilh.chel.su) X-Authentication-Warning: localhost.cgu.chel.su: ilia owned process doing -bs Date: Sat, 12 Jun 1999 15:53:38 +0600 (ESS) From: Ilia Chipitsine X-Sender: ilia@localhost.cgu.chel.su To: Bart Trzynadlowski Cc: questions@FreeBSD.ORG Subject: Re: need help with pine In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG there's special Sendmail's local ruleset add after "S98" in your /etc/sendmail.cf (only one line) Rme < @ home.work.station > $* $@ someone-else < @ another.mach.ine > ^^^^ it's a single "Tab" after editing /etc/sendmail.cf # killall -HUP sendmail $ sendmail -bt > 3,0 me@home.work.station someone-else@..... does it work for you ? Regards, (Наилучшие пожелания) Ilia Chipitsine (Илья Шипицин) On Wed, 9 Jun 1999, Bart Trzynadlowski wrote: > > Netscape would work, I remember using it in Linux for a while but the > problem is I like the Pine interface and would love to try something > that's console-based before I go crawling to Netscape. > And my X Windows isn't set up all that well yet. It barely works. > I'm still figuring out the console :) what goes wrong with X ? > > Thanks, > > Bart Trzynadlowski > trzy@powernet.net <-- reply here > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 4: 2:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from chain.freebsd.os.org.za (chain.freebsd.os.org.za [196.7.74.174]) by hub.freebsd.org (Postfix) with ESMTP id 78FFA14CDF for ; Sat, 12 Jun 1999 04:02:28 -0700 (PDT) (envelope-from khetan@chain.freebsd.os.org.za) X-Disclaimer: Contents of this e-mail are the writer's opinion X-Disclaimer2: and may not be quoted, re-produced or forwarded X-Disclaimer3: (in part or whole) without the author's permission. Received: from localhost (khetan@localhost) by chain.freebsd.os.org.za (8.9.3/8.9.3) with ESMTP id NAA34245; Sat, 12 Jun 1999 13:02:18 +0200 (SAST) (envelope-from khetan@chain.freebsd.os.org.za) Date: Sat, 12 Jun 1999 13:02:18 +0200 (SAST) From: Khetan Gajjar Reply-To: Khetan Gajjar To: Thomas Fortin Cc: freebsd-questions@FreeBSD.ORG Subject: Re: WebEmail Interface Apache-PHP-IMP In-Reply-To: Message-ID: X-Mobile: +27 82 9907663 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Around Yesterday, "Doug White" wrote : DW> > I am trying to get the IMP Web Interface to Email work on a FreeBSD 3.2 DW> > install but I think that my problem is that the Apache13-php3 package DW> > does not have IMAP support. Can anyone give me some pointers on getting DW> > this going. DW> DW> Well, no, of course not. Apache doesn't do mail. Install the imap port. Check http://www.os.org.za/Archives/FreeBSD/msg00816.html and rebuild imap-uw and apache13-php It worked flawlessly for me. --- Khetan Gajjar (!kg1779) * khetan@os.org.za http://khetan.os.org.za/ * Talk/Finger khetan@khetan.os.org.za FreeBSD enthusiast * http://www2.za.freebsd.org/ Reference : Date : Jun 11, 1999, 3:20pm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 4:32:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 9434114E63 for ; Sat, 12 Jun 1999 04:32:26 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Sat, 12 Jun 1999 07:32:25 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105984@site2s1> From: Christopher Michaels To: 'Alfred Perlstein' , Kent Ho Cc: freebsd-questions@FreeBSD.ORG Subject: RE: Can I setup 2 hardrives and as one in FreeBSD. Date: Sat, 12 Jun 1999 07:34:13 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Now that I can speak from experience. It's a bit intimidating when you look at it, but I believe it took me about 1 or 2 hrs to successfully setup my 1st vinum volume. It would have taken me even less time, had I had the proper information in front of me when I was trying to set it up, I had to search the mailing lists for more info. If there's one thing that Greg Lehey is good it, it's documentation. :) Now that I understand better what is going on with vinum, I'm confident that I could set one up on 10 minutes. Vinum does appear to be a more flexable way to go for merging 2 disks, you can concatenate them, you can stripe them for speed, and you can do software level RAID. Take a look at http://www.lemis.com/vinum.html for more information. -Chris > -----Original Message----- > From: Alfred Perlstein [SMTP:bright@rush.net] > Sent: Saturday, June 12, 1999 4:37 AM > To: Kent Ho > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: Can I setup 2 hardrives and as one in FreeBSD. > > On Sat, 12 Jun 1999, Kent Ho wrote: > > > Hi, > > > > Is it possible to strung up two harddrive together to make one big drive > in FreeBSD... like you can do in Windows NT? I know RAID can do it but is > there any cheaper and simpler alternatives... > > please tell your mailer to wrap lines at 75 characters or so... > > and yes, there is software raid: > > man ccd > man vinum > > ccd is "easier" but also less flexible, vinum is extremely flexible but > a bit hairy to setup from what i've seen. > > -Alfred > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 5:22: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gus.orgus.ru (gus.orgus.ru [195.16.115.189]) by hub.freebsd.org (Postfix) with ESMTP id 0F31114CD4 for ; Sat, 12 Jun 1999 05:21:55 -0700 (PDT) (envelope-from vit@gus.orgus.ru) Received: from localhost (vit@localhost) by gus.orgus.ru (8.9.3/8.9.3) with SMTP id SAA27531 for ; Sat, 12 Jun 1999 18:28:11 +0600 (ESS) Date: Sat, 12 Jun 1999 18:28:11 +0600 (ESS) From: Victor M To: questions@freebsd.org Subject: multilink ppp Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I want to learn more about 'multilink ppp'. Can I use it on leased lines? Where can I find all about it? Thank You. Victor. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 6: 3:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hercules.telenet-ops.be (hercules.telenet-ops.be [195.130.132.33]) by hub.freebsd.org (Postfix) with SMTP id 2791415028 for ; Sat, 12 Jun 1999 06:03:26 -0700 (PDT) (envelope-from georg.haber@pandora.be) Received: (qmail 29930 invoked from network); 12 Jun 1999 13:03:22 -0000 Received: from unknown (HELO hoofdcomputer) (212.123.9.37) by hercules.telenet-ops.be with SMTP; 12 Jun 1999 13:03:22 -0000 Message-ID: <000f01beb4d3$f2980220$25097bd4@hoofdcomputer.pandora.be> From: "georg haber" To: Subject: cd contents Date: Sat, 12 Jun 1999 15:03:20 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000C_01BEB4E4.B5CCE5C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000C_01BEB4E4.B5CCE5C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Can you mail me the total dir. listings of the CD's.=20 I'm downloading it, but i don't know what to put on which CD. Tom ------=_NextPart_000_000C_01BEB4E4.B5CCE5C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Can you mail me the total dir. listings of the CD's. =
I'm downloading it, but i don't know what to put on = which=20 CD.
 
 
Tom
------=_NextPart_000_000C_01BEB4E4.B5CCE5C0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 6:34:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from scrabble.freeuk.net (scrabble.freeuk.net [212.126.144.6]) by hub.freebsd.org (Postfix) with ESMTP id F13B414FDF for ; Sat, 12 Jun 1999 06:34:22 -0700 (PDT) (envelope-from andrew@cream.org) Received: from [212.126.147.239] (helo=cream.org) by scrabble.freeuk.net with esmtp (Exim 2.11 #1) id 10snvQ-0005Ak-00 for FreeBSD-Questions@FreeBSD.org; Sat, 12 Jun 1999 13:34:21 +0000 Content-Length: 908 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Sat, 12 Jun 1999 14:31:29 +0100 (BST) From: Andrew Boothman To: FreeBSD-Questions@FreeBSD.org Subject: Matrox Millenium II 4MB - Resolution Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! I've got a Matox Millenium II 4MB installed in my 3.1-RELEASE system. Under XF86Setup, I've tried selecting different resolutions, but the X server refuses to start if a resolution higher then 640x480 is chosen. I've definately got the correct card selected from the list in XF86Setup, and I've told it how much RAM is on the card, because the README says that memory probing can be a problem. One possible reason is the monitor which I got second-hand, and hence I don't know much about it. I'd say it's about 14"-15" and is a Digital PCXBV-SC but doesn't appear to be mentioned on Digital's web site. Is it possible that the monitor is able to stop the X server from starting? I'd be really greatful for any help or comments. 640x480 is far to painful! :-) Many thanks. --- Andrew Boothman http://sour.cream.org Unmetered Telecoms. Join the Fight! http://www.unmetered.org.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 6:42:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ricardis.ricardis.tudelft.nl (ricardis.ricardis.tudelft.nl [130.161.58.2]) by hub.freebsd.org (Postfix) with ESMTP id CED5414FDF for ; Sat, 12 Jun 1999 06:42:22 -0700 (PDT) (envelope-from rik@ricardis.tudelft.nl) Received: from localhost (rik@localhost) by ricardis.ricardis.tudelft.nl (8.8.7/8.8.7-ricardis) with SMTP id PAA18991 for ; Sat, 12 Jun 1999 15:42:22 +0200 Date: Sat, 12 Jun 1999 15:42:21 +0200 (CEST) From: Rik van Mierlo To: FreeBSD Mailing List Subject: Mpeg TV segmentation fault Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, I'm trying to get mtv to work. mtvp works fine, but mtv gives a segmentation fault. I tried to apply the rawcd.diff patch, but it couldn't find one file, and failed to patch another... This could have something to do with the fact that my ATAPI cd-rom isn't detected at all as it is on the second IDE channel, but I'm not sure. I'm using FreeBSD-3.1 RELEASE. anybody else had this problem? -Rik van Mierlo -rik@ricardis.tudelft.nl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 7:22:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc602670-a.flrtn1.occa.home.com (cc602670-a.flrtn1.occa.home.com [24.0.114.133]) by hub.freebsd.org (Postfix) with ESMTP id D81D914CAF for ; Sat, 12 Jun 1999 07:22:55 -0700 (PDT) (envelope-from jeff@cc602670-a.flrtn1.occa.home.com) Received: (from jeff@localhost) by cc602670-a.flrtn1.occa.home.com (8.8.8/8.8.8) id HAA00447; Sat, 12 Jun 1999 07:22:52 -0700 (PDT) (envelope-from jeff) From: jeff Message-Id: <199906121422.HAA00447@cc602670-a.flrtn1.occa.home.com> Subject: Re: Matrox Millenium II 4MB - Resolution In-Reply-To: from Andrew Boothman at "Jun 12, 1999 2:31:29 pm" To: andrew@cream.org (Andrew Boothman) Date: Sat, 12 Jun 1999 07:22:52 -0700 (PDT) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hi! > > I've got a Matox Millenium II 4MB installed in my 3.1-RELEASE system. > > Under XF86Setup, I've tried selecting different resolutions, but the X server > refuses to start if a resolution higher then 640x480 is chosen. I've definately > got the correct card selected from the list in XF86Setup, and I've told it how > much RAM is on the card, because the README says that memory probing can be a > problem. > > One possible reason is the monitor which I got second-hand, and hence I don't > know much about it. I'd say it's about 14"-15" and is a Digital PCXBV-SC but > doesn't appear to be mentioned on Digital's web site. Is it possible that the > monitor is able to stop the X server from starting? > > I'd be really greatful for any help or comments. 640x480 is far to painful! :-) > > Many thanks. > > --- > Andrew Boothman > http://sour.cream.org > Unmetered Telecoms. Join the Fight! > http://www.unmetered.org.uk > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Hello-I use the same card on a Gateway 15 inch moniter and there are two things that are a MUST have when you set up X-One is the Virticle frequency (on mine it is 50-120Hz and I have to enter it as there is no specific catagory) and the other is the Horizontal sync (again on mine it is catagory 8, that is my moniter has a max resolution of 1200x1024 at 60MHz, if memory serves correct that is catagory 8). These two are independant values and entered separately from the amount of memory the card has. I am not at all familiar with your moniter but suspect these two values may be your problem-With out the two sync values X will default to 680x480-Of course your situation may vary-You don't say much else on the problem so this is only a GuESS-Hope this will help some-Good Luck Jeff Phillips To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 8:20:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from misha.cisco.com (misha.cisco.com [171.69.206.50]) by hub.freebsd.org (Postfix) with ESMTP id E25CA14DF9 for ; Sat, 12 Jun 1999 08:20:38 -0700 (PDT) (envelope-from mi@misha.cisco.com) Received: (from mi@localhost) by misha.cisco.com (8.9.3/8.9.1) id LAA90191; Sat, 12 Jun 1999 11:20:05 -0400 (EDT) (envelope-from mi) Message-Id: <199906121520.LAA90191@misha.cisco.com> Subject: Re: bootp and ``could not allocate llinfo'' In-Reply-To: from Doug White at "Jun 9, 1999 02:51:13 pm" To: dwhite@resnet.uoregon.edu (Doug White) Date: Sat, 12 Jun 1999 11:20:04 -0400 (EDT) Cc: questions@FreeBSD.ORG Reply-To: mi@aldan.algebra.com From: Mikhail Teterin X-Mailer: ELM [version 2.4ME+ PL52 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug White once wrote: > On Mon, 7 Jun 1999, Mikhail Teterin wrote: > > The new machine I'm trying to make net-bootable has the Intel > > LANDesk software in the network-card's BIOS. When it boots, the > > bootp on my server hears it, but concludes it "can only proxy". Here > > are the log messages (without timestamps or pid): > > bootpd: recvd pkt from IP addr 0.0.0.0 > > /kernel: arplookup 10.10.0.3 failed: could not allocate llinfo > > /kernel: arpresolve: can't allocate llinfo for 10.10.0.3rt > Your netmask or routing information is incorrect. Most likely, it > doesn't feel that 10.10.0.3 is on it's local network. Well, here are my settings, which I believe are right: mi@rtfm:~ (840) netstat -rn Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 10.10.0.2 UGSc 1 0 ep0 10.10/29 link#1 UC 0 0 ep0 10.10.0.1 0:20:af:b:86:4d UHLW 0 193 lo0 10.10.0.2 0:60:8c:f3:77:7c UHLW 18 5350377 ep0 582 10.10.0.3 0:a0:c9:83:b:d5 UHS 1 31 ep0 10.10.0.7 ff:ff:ff:ff:ff:ff UHLWb 1 4597 ep0 127.0.0.1 127.0.0.1 UH 1 9288 lo0 mi@rtfm:~ (841) ifconfig ep0 ep0: flags=8843 mtu 1500 inet 10.10.0.1 netmask 0xfffffff8 broadcast 10.10.0.7 ether 00:20:af:0b:86:4d The netmask is, indeed, unusual, but that's what I use, and that's what is specified in the bootptab: mi@rtfm:~ (842) route get 10.10.0.3 route to: guest destination: guest interface: ep0 flags: recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire 0 0 0 0 0 0 1500 -729304 > > .default:\ > > :ht=ethernet:\ > > :bf=kernel.GENERIC:\ > > :td=/tftpboot:\ > > :sm=255.255.255.248:\ > > :hd=/:\ > > :bs=auto:\ > > :ds=aldan: > > > > rtfm:ha=0x0020af0b864d:tc=.default: > > guest:ha=0x00A0C9830BD5:tc=.default: Anything else I'm overlooking? Thanks! -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 8:49:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 7FA6014CA5 for ; Sat, 12 Jun 1999 08:49:13 -0700 (PDT) (envelope-from dkelly@nospam.hiwaay.net) Received: from nospam.hiwaay.net (tnt8-216-180-15-107.dialup.HiWAAY.net [216.180.15.107]) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id KAA32662; Sat, 12 Jun 1999 10:49:11 -0500 (CDT) Received: from nospam.hiwaay.net (nospam.hiwaay.net [127.0.0.1]) by nospam.hiwaay.net (8.9.3/8.9.3) with ESMTP id KAA21092; Sat, 12 Jun 1999 10:49:04 -0500 (CDT) (envelope-from dkelly@nospam.hiwaay.net) Message-Id: <199906121549.KAA21092@nospam.hiwaay.net> X-Mailer: exmh version 2.0.2 2/24/98 To: Andrew Boothman Cc: FreeBSD-Questions@FreeBSD.ORG From: David Kelly Subject: Re: Matrox Millenium II 4MB - Resolution In-reply-to: Message from Andrew Boothman of "Sat, 12 Jun 1999 14:31:29 BST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 12 Jun 1999 10:49:04 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Andrew Boothman writes: > Hi! > > I've got a Matox Millenium II 4MB installed in my 3.1-RELEASE system. > > Under XF86Setup, I've tried selecting different resolutions, but the X server > refuses to start if a resolution higher then 640x480 is chosen. I've definately > got the correct card selected from the list in XF86Setup, and I've told it how > much RAM is on the card, because the README says that memory probing can be a > problem. > > One possible reason is the monitor which I got second-hand, and hence I don't > know much about it. I'd say it's about 14"-15" and is a Digital PCXBV-SC but > doesn't appear to be mentioned on Digital's web site. Is it possible that the > monitor is able to stop the X server from starting? > > I'd be really greatful for any help or comments. 640x480 is far to painful! :-) Works for me: vga0: rev 0x00 int a irq 15 on pci0.12.0 You might start at Matrox's web site http://www.matrox.com/ and look for updates. Apparently the Mill II has flashable BIOS, and Matrox has provided several updates. A new BIOS might be just what is needed for XFree86 to get started. Or maybe get the card initialized correctly at RESET, so XFree86 knows what to do about it. -- David Kelly N4HHE, dkelly@nospam.hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 9:38:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns2.interlinks.net (ns2.interlinks.net [207.107.160.2]) by hub.freebsd.org (Postfix) with ESMTP id 92CB414CA5 for ; Sat, 12 Jun 1999 09:38:45 -0700 (PDT) (envelope-from tomw@ns2.interlinks.net) Received: from localhost (tomw@localhost) by ns2.interlinks.net (8.9.2/8.8.8) with ESMTP id MAA27765 for ; Sat, 12 Jun 1999 12:26:41 -0400 (EDT) Date: Sat, 12 Jun 1999 12:26:41 -0400 (EDT) From: Tom Williams To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I keep getting an Error that looks like this rtinit: wong IFA (0xf14f3700 was (0xf14eed00) This is when I am using the ifconfig ed1 alias command I have about 60 or so IP's on it any ideas? TTYL TOm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 9:47:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ares.flash.net (ares.flash.net [209.30.0.41]) by hub.freebsd.org (Postfix) with ESMTP id 19C4B15029 for ; Sat, 12 Jun 1999 09:47:54 -0700 (PDT) (envelope-from jserf@centurion.flash.net) Received: from [209.30.20.77] (dhcp-209-30-20-77.flash.net [209.30.20.77]) by ares.flash.net (8.9.3/8.9.3) with SMTP id LAA16741 for ; Sat, 12 Jun 1999 11:47:50 -0500 (CDT) Message-Id: <199906121647.LAA16741@ares.flash.net> Subject: FTP Install Date: Sat, 12 Jun 99 11:48:34 -0000 x-sender: jserf@pop.flash.net x-mailer: Claris Emailer 2.0v2, June 6, 1997 From: jserf To: Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to install FreeBSD on a laptop using FTP. The laptop is an NEC Versa P75. The modem I am using is an external Zoom 33.6, which works pretty well with a wintel box. I have the most recent boot disks, and am using the novice installation. I am able to connect to my ISP through the terminal program, but the machine fails to resolve whatever FTP site I am selecting. I am assuming that this is because I am not correctly filling in the network information section. Do you think you could tell me what I ought to be putting into these fields? In the host name, I have just been putting in something like "jserf.flash.net" or just "jserf" In the domain name I have been typing "flash.net" In the gateway, I have no clue what to type. I have tried leaving it blank, and also typing in the DNS addy. In the name server, I am typing 209.30.0.9, FlashNet's primary DNS server. I'm not sure about the other fields. I apologize asking you such simple questions; I am very new to BSD. I work here at FlashNet, so if you need any more information, please feel free to ask, and I'm sure I can get it somehow. Thanks in advance for any assistance you can provide! -Joe, The Feeble FlashNet Serf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 9:53:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from oracle.clara.net (oracle.clara.net [195.8.69.94]) by hub.freebsd.org (Postfix) with ESMTP id 2D81515029 for ; Sat, 12 Jun 1999 09:53:45 -0700 (PDT) (envelope-from pierre@siteit.net) Received: from [195.8.78.103] (helo=pierre) by oracle.clara.net with smtp (Exim 2.12 #2) id 10sr2O-000By3-00 for freebsd-questions@freebsd.org; Sat, 12 Jun 1999 17:53:44 +0100 Message-ID: <000401beb4f4$26c1af40$0100a8c0@pierre> From: To: Subject: brandelf Date: Fri, 11 Jun 1999 22:34:19 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0010_01BEB45A.8BD4FBC0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0010_01BEB45A.8BD4FBC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable hey in the handbook its says " Installing Linux ELF binaries=20 ELF binaries sometimes require an extra step of ``branding''. If you = attempt to run an unbranded ELF binary, you will get an error message = like the following;=20 % ./my-linux-elf-binary ELF binary type not known Abort To help the FreeBSD kernel distinguish between a FreeBSD ELF binary from = a Linux binary, use the brandelf(1) utility.=20 % brandelf -t Linux my-linux-elf-binary " well i did that but i got this error :-( " ELF binary type "Linux" not known.Abort trap " what shall I do? =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Affordable Hosting from $10.00 a month! Free Email Address; Detailed = Stats; CGI-BIN [ http://www.site-it.net ] For all your web hosting needs.. ------=_NextPart_000_0010_01BEB45A.8BD4FBC0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
hey in the handbook its says
 
"

Installing Linux ELF binaries =

ELF binaries sometimes require an extra step of ``branding''. If you = attempt=20 to run an unbranded ELF binary, you will get an error message like the=20 following;

    % ./my-linux-elf-binary
    ELF binary type not known
    Abort

To help the FreeBSD kernel distinguish between a FreeBSD ELF binary = from a=20 Linux binary, use the brandelf(1) utility.

    % brandelf -t Linux my-linux-elf-binary
"
 
well i did that but i got this error =
:-(
"
ELF binary type "Linux" not known.
Abort = trap
"
what shall I do?
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Affordable=20 Hosting from $10.00 a month! Free Email Address; Detailed Stats; = CGI-BIN
[ http://www.site-it.net ] For all = your web=20 hosting needs..
------=_NextPart_000_0010_01BEB45A.8BD4FBC0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 9:59:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.surnet.ru (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (Postfix) with ESMTP id EEC2A15109 for ; Sat, 12 Jun 1999 09:59:13 -0700 (PDT) (envelope-from ilia@cgilh.chel.su) Received: (from uucgilh@localhost) by mobil.surnet.ru (8.9.1a/8.9.1) with UUCP id WAA20179 for questions@FreeBSD.ORG; Sat, 12 Jun 1999 22:54:03 +0600 (UDT) Received: (from uucp@localhost) by cgilh.chel.su (8.8.7/8.8.7) with UUCP id WAA03472 for questions@FreeBSD.ORG; Sat, 12 Jun 1999 22:36:36 +0600 Received: from localhost (ilia@localhost) by localhost.cgu.chel.su (8.9.2/8.9.2) with ESMTP id WAA00503 for ; Sat, 12 Jun 1999 22:36:38 +0600 (ESS) (envelope-from ilia@cgilh.chel.su) X-Authentication-Warning: localhost.cgu.chel.su: ilia owned process doing -bs Date: Sat, 12 Jun 1999 22:36:37 +0600 (ESS) From: Ilia Chipitsine X-Sender: ilia@localhost.cgu.chel.su To: questions@FreeBSD.ORG Subject: ppp question Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, i need to set up a ppp connection 195.54.15.228 < ---- > 195.54.15.86 (my machine) (server) it's not Class C network, so I tried to include set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.254.0 0.0.0.0 or set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.0.0 0.0.0.0 to /etc/ppp/ppp.conf it connects well, but 'ifconfig -a' gives tun0: flags=8051 mtu 1500 inet 195.54.15.228 --> 195.54.14.86 netmask 0xffffff00 ^^ i expected 0xfffffe00 here why ? i suspect that is the reason why it doesn't even ping other side of peer. Regards, (Наилучшие пожелания) Ilia Chipitsine (Илья Шипицин) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 10: 0:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from green.cu.unep.net (unknown [194.54.93.9]) by hub.freebsd.org (Postfix) with ESMTP id AD866151A5 for ; Sat, 12 Jun 1999 10:00:06 -0700 (PDT) (envelope-from Bia@cidea.cu.unep.net) Received: from svr2-hav.unep.net ([194.54.93.5]) by green.cu.unep.net (8.8.8/8.8.8) with SMTP id MAA15621 for ; Sat, 12 Jun 1999 12:52:20 -0400 (CDT) (envelope-from Bia@cidea.cu.unep.net) From: Bia@cidea.cu.unep.net Received: from cidea.cu.unep.net by svr2-hav.unep.net with smtp (Smail3.1.29.1 #1) id m0LVUQ2-00039TC; Sun, 27 Jan 80 03:02 CST Message-Id: To: freebsd-questions@FreeBSD.ORG Date: 12 Jun 1999 13:03:04 EDT Subject: i AM LOOKING FOR Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG HI FreeBSD.ORG I am lookign fro network management tools inside freebsd , a kind of tool similar to WHATSUP form IPSWTCH or similar to LINK PRO VIEW. This of tool that let administrators follows the enhancement of the network.If exists one I would like you tell me in what www.site I could find. Thanks a lot Graciela Elena GonzАlez TabМo Freebsd Administrator gracie@cigea.cu.unep.net bia@cidea.cu.unep.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 10:14:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from monet.titania.net (monet.titania.net [209.207.60.17]) by hub.freebsd.org (Postfix) with ESMTP id C832A14DB8; Sat, 12 Jun 1999 10:14:16 -0700 (PDT) (envelope-from jtk@titania.net) Received: from titania.net (dega.titania.net [209.207.60.18]) by monet.titania.net (8.9.2/8.9.1) with ESMTP id MAA71403; Sat, 12 Jun 1999 12:37:23 -0500 (CDT) Message-ID: <3762960B.7D723FB6@titania.net> Date: Sat, 12 Jun 1999 12:16:59 -0500 From: "Joseph T. Klein" Organization: Titania Corporation X-Mailer: Mozilla 4.6 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: "Daniel C. Sobral" Cc: current@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Re: Real Producer and FreeBSD References: <3761DD82.B72DCAA0@titania.net> <3761EF1E.BCB3C092@newsguy.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To clarify ... Real Producer is the program that performs the encoding of Real Audio streams. I would prefer to run it under FreeBSD but am having problems related to its willingness to play with libc6 and glibstdc++2.8. I was hoping to check my setup with someone else attempting to do or having done the same. "Daniel C. Sobral" wrote: > > "Joseph T. Klein" wrote: > > > > Has anyone gotten real producer to run under FreeBSD, or am > > I to resort to Linux? > > Whatever is you are calling a "producer" (in my vocabulary, it is a > resource generation agent), if there is one that runs on Linux, why > not use it under FreeBSD? > > -- > Daniel C. Sobral (8-DCS) > dcs@newsguy.com > dcs@freebsd.org > > Given infinite time, 100 monkeys could type out the complete works > of Shakespeare. > Win 98 source code? Eight monkeys, five minutes. -- jtk@titania.net [arin-jk70] "Various predictions have fiber links arriving on our doorsteps in 25 or 30 years." Special Report: Local Loop Access, February 1999 Network Magazine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 10:18:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from Prime-FE1.lvcablemodem.com (prime-fe1.lvcablemodem.com [24.234.0.9]) by hub.freebsd.org (Postfix) with ESMTP id E9E3B14CD0 for ; Sat, 12 Jun 1999 10:18:32 -0700 (PDT) (envelope-from mholloway@flashmail.com) Received: from 24.234.0.9 - 24.234.0.9 by lvcablemodem.com with Microsoft SMTPSVC; Sat, 12 Jun 1999 10:23:01 -0700 Received: from pluto (dhcp207.59.lvcm.com [24.234.59.207]) by prime-fe1.lvcablemodem.com with SMTP (MailShield v1.5); Sat, 12 Jun 1999 10:23:01 -0700 Message-ID: <004601beb4f7$d0ce5ee0$cf3bea18@lvcm.com> From: "Mark Holloway" To: Subject: FreeBSD in Denver? Date: Sat, 12 Jun 1999 10:20:06 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0043_01BEB4BD.244AE7E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0043_01BEB4BD.244AE7E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Anyone in the Denver, Colorado area? ------=_NextPart_000_0043_01BEB4BD.244AE7E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Anyone in the Denver, Colorado=20 area?
------=_NextPart_000_0043_01BEB4BD.244AE7E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 10:20:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from legend.idworld.net (legend.idworld.net [209.142.64.2]) by hub.freebsd.org (Postfix) with ESMTP id 40A5314CD0 for ; Sat, 12 Jun 1999 10:20:04 -0700 (PDT) (envelope-from john01@idworld.net) Received: from idworld.net (dnas-04-23.sat.idworld.net [209.142.68.93]) by legend.idworld.net (8.9.3/8.9.3) with ESMTP id MAA16888 for ; Sat, 12 Jun 1999 12:20:01 -0500 (CDT) Message-ID: <3762501D.675A84E1@idworld.net> Date: Sat, 12 Jun 1999 12:18:38 +0000 From: John Garcia Organization: City Public Service X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Window manager problems Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I recently installed 3.2-RELEASE as an upgrade to 2.2.8, Everything seems to have gone fine with the exception that I cannot use the new, or for that matter any, window manager( Afterstep, Olvwm, etc.) The only one that works is twm. When I attempt to use any other I get the xserver to start with a few xterm's but no manager. I have a working .xinitrc file, so I know that is not the problem. What else could be wrong? -John. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 10:23:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gershwin.tera.com (gershwin.tera.com [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id 4900814E12 for ; Sat, 12 Jun 1999 10:23:24 -0700 (PDT) (envelope-from kline@tera.com) Received: from athena.tera.com (athena.tera.com [207.224.230.169]) by gershwin.tera.com (8.8.8/8.8.8) with ESMTP id KAA02331 for ; Sat, 12 Jun 1999 10:23:22 -0700 (PDT) From: Gary Kline Received: (from kline@localhost) by athena.tera.com (8.7.5/8.7.3) id KAA00264 for questions@freebsd.org; Sat, 12 Jun 1999 10:23:22 -0700 (PDT) Message-Id: <199906121723.KAA00264@athena.tera.com> Subject: printing to an hp500 deskjet from wordperfect To: questions@freebsd.org Date: Sat, 12 Jun 1999 10:23:22 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL23 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just installed wordperfect-8 on both my platforms (running 2.2.8) and it works well. As far as the editing is concerned. Printing is another matter... Has anybody gotten wp to print using the standard lp|lpr spooler? Or is there a translator|filter than can turn wp files into PostScript? thanks, gary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 10:35:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc602670-a.flrtn1.occa.home.com (cc602670-a.flrtn1.occa.home.com [24.0.114.133]) by hub.freebsd.org (Postfix) with ESMTP id EBE4614E2D for ; Sat, 12 Jun 1999 10:35:40 -0700 (PDT) (envelope-from jeff@cc602670-a.flrtn1.occa.home.com) Received: (from jeff@localhost) by cc602670-a.flrtn1.occa.home.com (8.8.8/8.8.8) id KAA23443; Sat, 12 Jun 1999 10:35:38 -0700 (PDT) (envelope-from jeff) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199906121723.KAA00264@athena.tera.com> Date: Sat, 12 Jun 1999 10:35:37 -0700 (PDT) Reply-To: iratus@home.com From: jeff To: Gary Kline Subject: RE: printing to an hp500 deskjet from wordperfect Cc: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 12-Jun-99 Gary Kline wrote: > > > > I just installed wordperfect-8 on both my platforms > (running 2.2.8) and it works well. As far as the > editing is concerned. Printing is another matter... > > Has anybody gotten wp to print using the standard > lp|lpr spooler? Or is there a translator|filter than > can turn wp files into PostScript? > > thanks, > > gary > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message ---------------------------------- E-Mail: jeff Date: 12-Jun-99 Time: 10:24:56 This message was sent by XFMail ---------------------------------- Hello-I use the following filter to print from WP 8. I am assuming you already have it setup as to printer selection and need only to setup the destination. #!/usr/bin/perl while() {chop $_; print "$_\r\n";}; BTW-This little gem (also doubles as an excellant text print filter) is not my invention, it comes from the "Linux Printing HOWTO". Hope this will do the trick. Good Luck Jeff Phillips To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 10:41:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns2.interlinks.net (ns2.interlinks.net [207.107.160.2]) by hub.freebsd.org (Postfix) with ESMTP id B9E9714F5B for ; Sat, 12 Jun 1999 10:41:29 -0700 (PDT) (envelope-from tomw@ns2.interlinks.net) Received: from localhost (tomw@localhost) by ns2.interlinks.net (8.9.2/8.8.8) with ESMTP id NAA29128 for ; Sat, 12 Jun 1999 13:29:29 -0400 (EDT) Date: Sat, 12 Jun 1999 13:29:29 -0400 (EDT) From: Tom Williams To: questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I keep getting RTINIT: wrong IFA when I am adding ip aliases to my card any Ideas? TTYL TOm \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 10:58:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.filetron.com (unknown [206.171.92.1]) by hub.freebsd.org (Postfix) with SMTP id 5249014E84 for ; Sat, 12 Jun 1999 10:57:47 -0700 (PDT) (envelope-from anonymous@ns1.filetron.com) Received: (qmail 24029 invoked by uid 514); 12 Jun 1999 18:00:46 -0000 Date: 12 Jun 1999 18:00:46 -0000 Message-ID: <19990612180046.24028.qmail@ns1.filetron.com> To: questions@freebsd.org Cc: From: Stephen <5tephen@linuxstart.com> Subject: defrag the partitions X-Mailer: @Mail (http://webbasedemail.net) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ello After i install and reboot up my system, then show me the message /dev/rwd0a: clean 8604 free (108 frags, 2124 blocks, 0.7% fragmentation) /dev/rwd0s2f: clean 21384 free (148 frags, 5309 blocks, 0.1% fragmentation) /dev/rwd0s2e: clean 12934 free (70 frags, 3216 blocks, 0.5% fragmentation) what is the meaning of frags? and how to do defrag the above partitions? We are using FreeBSD 3.0 Realese Thank you Regards, Stephen ------ Do you do Linux? :) Get your FREE @linuxstart.com email address at: http://www.linuxstart.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 11:17:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from luna.lyris.net (luna.shelby.com [207.90.155.6]) by hub.freebsd.org (Postfix) with ESMTP id B570714E84 for ; Sat, 12 Jun 1999 11:17:38 -0700 (PDT) (envelope-from kip@lyris.com) Received: from luna.shelby.com by luna.lyris.net (8.9.1b+Sun/SMI-SVR4) id LAA23974; Sat, 12 Jun 1999 11:11:08 -0700 (PDT) Received: from (luna.shelby.com [207.90.155.6]) by luna.shelby.com with SMTP (MailShield v1.50); Sat, 12 Jun 1999 11:11:08 -0700 Date: Sat, 12 Jun 1999 11:11:08 -0700 (PDT) From: X-Sender: kip@luna To: questions@freebsd.org Subject: mounting a linux drive Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SMTP-HELO: luna X-SMTP-MAIL-FROM: kip@lyris.com X-SMTP-RCPT-TO: questions@freebsd.org X-SMTP-PEER-INFO: luna.shelby.com [207.90.155.6] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am running 3.2-R when I try to mount a linux drive I get the following errors: adsl-216-101-22-188 [~|11:19|126|]mount -t ext2fs /dev/da0s2 /mnt/ ext2fs: vfsload(ext2fs): No such file or directory adsl-216-101-22-188 [~|11:19|127|]mount -t ext2fs /dev/da0s2a /mnt/ ext2fs: vfsload(ext2fs): No such file or directory What does this mean? Thanks. -Kip To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 11:40:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from s1.smtp.oleane.net (s1.smtp.oleane.net [195.25.12.3]) by hub.freebsd.org (Postfix) with ESMTP id BE41415102 for ; Sat, 12 Jun 1999 11:40:13 -0700 (PDT) (envelope-from jaco@titine.fr.eu.org) Received: from tom.oleane.net (tom.oleane.net [194.2.28.14]) by s1.smtp.oleane.net with ESMTP id UAA30213; Sat, 12 Jun 1999 20:40:01 +0200 Received: from titine.fr.eu.org (dyn-1-1-019.Tls.dialup.oleane.fr [194.2.21.19]) by tom.oleane.net (8.8.8/8.8.8) with ESMTP id UAA07277; Sat, 12 Jun 1999 20:39:57 +0200 Received: by titine.fr.eu.org (Postfix, from userid 1000) id 7585E15386; Sat, 12 Jun 1999 20:30:33 +0200 (CEST) To: Cc: questions@FreeBSD.ORG Subject: Re: mounting a linux drive References: From: Eric Jacoboni Date: 12 Jun 1999 20:30:32 +0200 In-Reply-To: 's message of "Sat, 12 Jun 1999 11:11:08 -0700 (PDT)" Message-ID: <87vhctmfuf.fsf@titine.fr.eu.org> Lines: 13 X-Mailer: Gnus v5.6.45/XEmacs 21.1 - "20 Minutes to Nikko" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG writes: > ext2fs: vfsload(ext2fs): No such file or directory > > What does this mean? Have you add the ext2fs support to your kernel ? (cf. /usr/src/sys/i386/conf/LINT) -- --------------------------------------------------------- иric Jacoboni ╚ No sport, cigars! ╩ (W. Churchill) --------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 11:43:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from stennis.ca.sandia.gov (stennis.ca.sandia.gov [146.246.243.44]) by hub.freebsd.org (Postfix) with ESMTP id 4555014D92 for ; Sat, 12 Jun 1999 11:43:12 -0700 (PDT) (envelope-from bmah@stennis.ca.sandia.gov) Received: (from bmah@localhost) by stennis.ca.sandia.gov (8.9.3/8.9.3) id LAA06810; Sat, 12 Jun 1999 11:42:21 -0700 (PDT) Message-Id: <199906121842.LAA06810@stennis.ca.sandia.gov> X-Mailer: exmh version 2.1.0 06/10/1999 To: Stephen <5tephen@linuxstart.com> Cc: questions@FreeBSD.ORG Subject: Re: defrag the partitions In-Reply-To: Your message of "12 Jun 1999 18:00:46 -0000." <19990612180046.24028.qmail@ns1.filetron.com> From: bmah@CA.Sandia.GOV (Bruce A. Mah) Reply-To: bmah@CA.Sandia.GOV X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Url: http://www.ca.sandia.gov/~bmah/ Mime-Version: 1.0 Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_-1569397830P"; micalg=pgp-md5; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Sat, 12 Jun 1999 11:42:21 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --==_Exmh_-1569397830P Content-Type: text/plain; charset=us-ascii If memory serves me right, Stephen wrote: > ello > After i install and reboot up my system, then show me the message > /dev/rwd0a: clean 8604 free (108 frags, 2124 blocks, 0.7% fragmentation) > /dev/rwd0s2f: clean 21384 free (148 frags, 5309 blocks, 0.1% fragmentation) > /dev/rwd0s2e: clean 12934 free (70 frags, 3216 blocks, 0.5% fragmentation) > what is the meaning of frags? With respect to the Berkeley Fast File System (which is what FreeBSD uses), a fragment is a small part of a block, where a block is usually 8K and a fragment is usually 1K. The FFS algorithms try to allocate disk space in terms of 8K blocks, but they'll allocate 1K fragments for small files or small parts of files. Note that the words "block" and "fragment" above have different meanings than in the MS-DOS world. > and how to do defrag the above partitions? You don't need to worry about this. "Fragmentation" also means something different with FreeBSD than it does with MS-DOS. Invoking much hand-waving, FreeBSD is more intelligent about how it places data on disk than MS-DOS is. (If you look through the mailing list archives, someone has given a more detailed explanation than this, if you're interested.) Bruce. --==_Exmh_-1569397830P Content-Type: application/pgp-signature -----BEGIN PGP MESSAGE----- Version: 2.6.2 iQCVAwUBN2KqDKjOOi0j7CY9AQHOhwP/UOT0/jSxv+Qo6QyfKMLhKVAmMXpMcbUQ Ho9xeltqNpGc0YysYJjG/hsYBhqJNrXOsAJXPBiQ65/nI/PsGts91S5woJSvjfCA 7NvTgOAUXxT/BPdu85bCUnS1sgRlTh2EiFKP6/E6aGzyqEzBysZrh4AC18FwLNs2 NiME+HU67to= =wUcL -----END PGP MESSAGE----- --==_Exmh_-1569397830P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 12:11:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.uts.ohio-state.edu (mail1.uts.ohio-state.edu [128.146.214.30]) by hub.freebsd.org (Postfix) with ESMTP id 4F73614ECD for ; Sat, 12 Jun 1999 12:11:25 -0700 (PDT) (envelope-from hong.80@osu.edu) Received: from osu.edu (ts15-5.homenet.ohio-state.edu [140.254.113.60]) by mail1.uts.ohio-state.edu (8.9.2/8.9.2) with ESMTP id PAA12216 for ; Sat, 12 Jun 1999 15:11:24 -0400 (EDT) Message-ID: <3762B12F.B74B9082@osu.edu> Date: Sat, 12 Jun 1999 15:12:48 -0400 From: Keon-woo Hong X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 3.1-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Scilab 2.4.1 port Content-Type: text/plain; charset=iso-2022-kr Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi. Has anyone successfully installed the NetBSD port of Scilab 2.4? I'm trying to use the NetBSD patches for Scilab 2.4 port with the FreeBSD skeleton of Scilab 2.3.1 port on Scilab 2.4.1 with no success. I get the following error when I do make: ===> Patching for Scilab-2.3.1 ===> Applying FreeBSD patches for Scilab-2.3.1 Ignoring previously applied (or reversed) patch. 2 of 2 hunks ignored--saving rejects to configure.in.rej *** Error code 2 Stop. The "FreeBSD patches" are actually the NetBSD patches and the "Scilab-2.3.1" is actually Scilab-2.4.1; I just replaced them. I don't know what I'm doing... Thanks for any help. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 12:12:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cartman.weeble.dyndns.org (ubppp233-164.dialin.buffalo.edu [128.205.233.164]) by hub.freebsd.org (Postfix) with ESMTP id 0241014ECD for ; Sat, 12 Jun 1999 12:12:18 -0700 (PDT) (envelope-from cjm2@earthling.net) Received: from shithead (shithead.weeble.dyndns.org [10.0.0.2]) by cartman.weeble.dyndns.org (8.9.3/8.9.3) with SMTP id PAA14926; Sat, 12 Jun 1999 15:11:26 -0400 (EDT) (envelope-from cjm2@earthling.net) From: "Christopher J. Michaels" To: "Vlad Skvortsov" Cc: "FreeBSD Mailing List" Subject: RE: how to install FreeBSD from sources Date: Sat, 12 Jun 1999 15:11:26 -0400 Message-ID: <001801beb507$5e13b160$0200000a@shithead.weeble.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <199906111852.WAA74141@hq.spc.high> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I tried doing that and never really came to a solid conclusion no how to = do that. You CAN do a 'make release' if you so choose. If you are = going to do that you will NEED to read /usr/src/release/Makefile, and = also need about 1GB of free HD space. What I ended up doing was a basic installed over the internet, nfs = mounted the source code, and did a 'make world'. Maybe someone else on the list can give you more information on make = release. -Chris -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Vlad Skvortsov Sent: Friday, June 11, 1999 2:52 PM To: freebsd-questions@freebsd.org Subject: how to install FreeBSD from sources Hi. I've got full FreeBSD-STABLE sources on my hard disk. A friend of mine wants to install FreeBSD too. How do I install it onto his hard disk without connecting to the net ? --=20 Vlad Skvortsov, vss@ulstu.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 12:24:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cartman.weeble.dyndns.org (ubppp233-164.dialin.buffalo.edu [128.205.233.164]) by hub.freebsd.org (Postfix) with ESMTP id 2694214E63 for ; Sat, 12 Jun 1999 12:24:21 -0700 (PDT) (envelope-from cjm2@earthling.net) Received: from shithead (shithead.weeble.dyndns.org [10.0.0.2]) by cartman.weeble.dyndns.org (8.9.3/8.9.3) with SMTP id PAA14909; Sat, 12 Jun 1999 15:04:02 -0400 (EDT) (envelope-from cjm2@earthling.net) From: "Christopher J. Michaels" To: , Subject: RE: brandelf Date: Sat, 12 Jun 1999 15:04:02 -0400 Message-ID: <000d01beb506$5594d100$0200000a@shithead.weeble.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <000401beb4f4$26c1af40$0100a8c0@pierre> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Do you have the linux emulation loaded, and are the linux libs = installed? Try typing "linux" at the command prompt as root, and then re-run your = brandelf. -Chris P.S. Please don't send HTML e-mails to the list. -----Original Message----- From: owner-freebsd-questions@freebsd.org = [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of = pierre@siteit.net Sent: Friday, June 11, 1999 5:34 PM To: freebsd-questions@freebsd.org Subject: brandelf hey in the handbook its says "=20 Installing Linux ELF binaries=20 ELF binaries sometimes require an extra step of ``branding''. If you = attempt to run an unbranded ELF binary, you will get an error message = like the following;=20 % ./my-linux-elf-binary ELF binary type not known Abort To help the FreeBSD kernel distinguish between a FreeBSD ELF binary from = a Linux binary, use the brandelf(1) utility.=20 % brandelf -t Linux my-linux-elf-binary " =20 well i did that but i got this error :-( " ELF binary type "Linux" not known.Abort trap " what shall I do? =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Affordable Hosting from $10.00 a month! Free Email Address; Detailed = Stats; CGI-BIN [ http://www.site-it.net ] For all your web hosting needs.. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 12:43:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from vicosa.dpi.ufv.br (vicosa.dpi.ufv.br [200.17.74.1]) by hub.freebsd.org (Postfix) with ESMTP id 5D7E114E63 for ; Sat, 12 Jun 1999 12:43:12 -0700 (PDT) (envelope-from kernel@tdnet.com.br) Received: from tdnet.com.br (pontenova [200.17.74.6]) by vicosa.dpi.ufv.br (AIX4.2/UCB 8.7/8.7) with ESMTP id QAA07258 for ; Sat, 12 Jun 1999 16:45:53 -0300 (GRNLNDST) Message-ID: <3762B819.499463AC@tdnet.com.br> Date: Sat, 12 Jun 1999 16:42:17 -0300 From: Gustavo V G C Rios X-Mailer: Mozilla 4.04 [en] (X11; I; AIX 4.1) MIME-Version: 1.0 To: questions@freebsd.org Subject: quotaon crashed my system Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear gentleman, I am using 2.2.8-Stable. I was trying to get quota working under my system, but it crashed my system! Nothing works now, including ping, telnet, console login, etc. my mount points have the necessary entries. The command was: quotaon -avug After that the system crashed! What is the problem ? Thanks a lot! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 12:44: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from www.inx.de (www.inx.de [195.21.255.251]) by hub.freebsd.org (Postfix) with ESMTP id 70BF814E63 for ; Sat, 12 Jun 1999 12:44:03 -0700 (PDT) (envelope-from bibbi.berlin@snafu.de) Received: from n34-175.berlin.snafu.de ([195.21.34.175] helo=werner) by www.inx.de with smtp (Exim 2.12 #2) id 10sthC-0003KP-00 for freebsd-questions@FreeBSD.ORG; Sat, 12 Jun 1999 21:44:02 +0200 Message-ID: <000701beb50b$fe57fec0$71706f6f@werner> From: "ZET!" To: Subject: networking Date: Sat, 12 Jun 1999 21:44:19 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01BEB51C.BA3FAEC0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0004_01BEB51C.BA3FAEC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, first: THANX for developing FreeBSD!=20 I got it a few days ago and I love it. but... How can I make the rources of a FreeBSD server accessable for Windows 95/NT hosts? Is there a special application/driver to do this or is this even not required? thank you! ZET! ------=_NextPart_000_0004_01BEB51C.BA3FAEC0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
 
first: THANX for developing FreeBSD! =
I got it a few days ago and I love=20 it.
 
but...
How can I make the rources of a = FreeBSD server=20 accessable
for Windows 95/NT hosts? Is there a = special=20 application/driver to do
this or is this even not = required?
 
thank you!
 
ZET!
------=_NextPart_000_0004_01BEB51C.BA3FAEC0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 12:49:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from diet2lose.com (Mta.lvdi.net [216.24.138.2]) by hub.freebsd.org (Postfix) with SMTP id C8A09150FB for ; Sat, 12 Jun 1999 12:49:16 -0700 (PDT) (envelope-from notme@lvdi.net) Received: from lvdi.net ([216.24.141.166]) by diet2lose.com ; Sat, 12 Jun 1999 12:49:00 -PDT Message-ID: <3762BB76.9E9255ED@lvdi.net> Date: Sat, 12 Jun 1999 12:56:38 -0700 From: notme Organization: me++ X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: "ZET!" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: networking References: <000701beb50b$fe57fec0$71706f6f@werner> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Samba (www.samba.org) will allow you to share resource with Win95/98/NT machines. Best of all, Samba is FREE :) Frankie (btw, please don't write e-mails in html... most of these guys are using text only e-mailers.:) "ZET!" wrote: > Hi, first: THANX for developing FreeBSD!I got it a few days ago and I > love it. but...How can I make the rources of a FreeBSD server > accessablefor Windows 95/NT hosts? Is there a special > application/driver to dothis or is this even not required? thank > you! ZET! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 12:51:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (Postfix) with ESMTP id 8784414E3D for ; Sat, 12 Jun 1999 12:51:39 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with ESMTP id NAA20099; Sat, 12 Jun 1999 13:49:03 -0600 (MDT) (envelope-from brett@peloton.physics.montana.edu) Date: Sat, 12 Jun 1999 13:49:03 -0600 (MDT) From: Brett Taylor To: John Garcia Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Window manager problems In-Reply-To: <3762501D.675A84E1@idworld.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, On Sat, 12 Jun 1999, John Garcia wrote: > I recently installed 3.2-RELEASE as an upgrade to 2.2.8, Everything > seems to have gone fine with the exception that I cannot use the new, > or for that matter any, window manager( Afterstep, Olvwm, etc.) The > only one that works is twm. When I attempt to use any other I get the > xserver to start with a few xterm's but no manager. > I have a working .xinitrc file, so I know that is not the problem. > What else could be wrong? Lots - we need more info than this. Did you upgrade your ports when you upgraded the system? If not, did you keep the a.out compatibility libs? Is the working .xinitrc _your_ xinitrc or the system default? Look in .xinitrc-errors in your directory (I think there's a file like this - there is for using xdm which I use) and tell us what, if anything, it says. Post your .xinitrc as a reference for us. Brett *********************************************************** Brett Taylor brett@peloton.physics.montana.edu * brett@daemonnews.org * * http://www.daemonnews.org/ * *********************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 12:54:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.surnet.ru (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (Postfix) with ESMTP id E8FA414DDB for ; Sat, 12 Jun 1999 12:54:12 -0700 (PDT) (envelope-from ilia@cgilh.chel.su) Received: (from uucgilh@localhost) by mobil.surnet.ru (8.9.1a/8.9.1) with UUCP id BAA23986 for questions@FreeBSD.ORG; Sun, 13 Jun 1999 01:54:04 +0600 (UDT) Received: (from uucp@localhost) by cgilh.chel.su (8.8.7/8.8.7) with UUCP id AAA03621 for questions@FreeBSD.ORG; Sun, 13 Jun 1999 00:53:57 +0600 Received: from localhost (ilia@localhost) by localhost.cgu.chel.su (8.9.2/8.9.2) with ESMTP id AAA00324 for ; Sun, 13 Jun 1999 00:52:53 +0600 (ESS) (envelope-from ilia@cgilh.chel.su) X-Authentication-Warning: localhost.cgu.chel.su: ilia owned process doing -bs Date: Sun, 13 Jun 1999 00:52:52 +0600 (ESS) From: Ilia Chipitsine X-Sender: ilia@localhost.cgu.chel.su To: questions@FreeBSD.ORG Subject: tutorials Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG how do I put tutorials to /usr/share/doc/tutorials ? Regards, (Наилучшие пожелания) Ilia Chipitsine (Илья Шипицин) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 13: 0:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from imo21.mx.aol.com (imo21.mx.aol.com [198.81.17.65]) by hub.freebsd.org (Postfix) with ESMTP id E0AE215046 for ; Sat, 12 Jun 1999 12:59:10 -0700 (PDT) (envelope-from JRHerr1050@aol.com) Received: from JRHerr1050@aol.com (8039) by imo21.mx.aol.com (IMOv20) id nASKa01249 for ; Sat, 12 Jun 1999 15:58:46 -0400 (EDT) From: JRHerr1050@aol.com Message-ID: Date: Sat, 12 Jun 1999 15:58:46 EDT Subject: Can you send me a copy of the GENERIC kernel for freebsd version 3.0? To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: AOL 4.0 for Windows 95 sub 214 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I need to obtain another copy of the GENERIC kernel for freebsd version 3.0 can you send me another copy? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 13: 1:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from server4.reno.powernet.net (server4.reno.powernet.net [208.226.189.15]) by hub.freebsd.org (Postfix) with ESMTP id 3533814BFA for ; Sat, 12 Jun 1999 13:01:31 -0700 (PDT) (envelope-from trzy@powernet.net) Received: from p3-14.reno.powernet.net (p3-14.reno.powernet.net [208.226.189.134]) by server4.reno.powernet.net (8.9.0/8.8.5) with ESMTP id NAA04929; Sat, 12 Jun 1999 13:01:20 -0700 (PDT) Date: Sat, 12 Jun 1999 12:57:11 -0700 (PDT) From: Bart Trzynadlowski X-Sender: trzy@Brzuszek To: Ilia Chipitsine Cc: questions@FreeBSD.ORG Subject: Re: need help with pine In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Do I remove everything else in the S98 section? How does this work? When sendmail sees mail coming from home.work.station it changes the From field? That's what really needs to be changed, the from field. Thanks! Bart Trzynadlowski On Sat, 12 Jun 1999, Ilia Chipitsine wrote: > there's special Sendmail's local ruleset > add after "S98" in your /etc/sendmail.cf (only one line) > Rme < @ home.work.station > $* $@ someone-else < @ another.mach.ine > > ^^^^ > it's a single "Tab" >=20 > after editing /etc/sendmail.cf=20 > # killall -HUP sendmail > $ sendmail -bt > > 3,0 me@home.work.station > > someone-else@..... >=20 > does it work for you ? > Regards, (=EE=C1=C9=CC=D5=DE=DB=C9=C5 =D0=CF=D6=C5=CC=C1=CE=C9=D1) >=20 > Ilia Chipitsine (=E9=CC=D8=D1 =FB=C9=D0=C9=C3=C9=CE) >=20 > On Wed, 9 Jun 1999, Bart Trzynadlowski wrote: >=20 > >=20 > > Netscape would work, I remember using it in Linux for a while but the > > problem is I like the Pine interface and would love to try something > > that's console-based before I go crawling to Netscape. > > =09And my X Windows isn't set up all that well yet. It barely works. > > I'm still figuring out the console :) >=20 > what goes wrong with X ? >=20 > >=20 > > Thanks, > >=20 > > Bart Trzynadlowski > > trzy@powernet.net <-- reply here > >=20 >=20 >=20 >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 13:35:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from server4.reno.powernet.net (server4.reno.powernet.net [208.226.189.15]) by hub.freebsd.org (Postfix) with ESMTP id 3ECA314D9F for ; Sat, 12 Jun 1999 13:35:07 -0700 (PDT) (envelope-from trzy@powernet.net) Received: from p4-18.reno.powernet.net (p4-18.reno.powernet.net [208.226.189.168]) by server4.reno.powernet.net (8.9.0/8.8.5) with ESMTP id NAA06691; Sat, 12 Jun 1999 13:30:28 -0700 (PDT) Date: Sat, 12 Jun 1999 13:26:18 -0700 (PDT) From: Bart Trzynadlowski X-Sender: trzy@Brzuszek To: Mark Ovens Cc: freebsd-questions@freebsd.org Subject: Re: prompts In-Reply-To: <19990611181558.B255@marder-1> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG So there is no automated way to make it so the shell expands it to # or % according to the user class? I know that if the prompt is just defined as: set prompt = "\$ " then csh expands it to # for root and % for a user. But I noticed that I cannot do: set prompt "`pwd`\$" ANYTHING I put in front of the \$ is ignored. > For csh you put the alias in each users ~/.cshrc and for non-root > users edit it, changing ``#'' to ``%''. Normally, if you don't set > the ``prompt'' variable yourself, the shell uses % as the default > for non-root users and # for root. > > > In zsh I think /# sets # for superuser and % for user. How > > can I set the prompt up so that if I'm a superuser it > > uses # and if I'm a user it uses $ under sh and csh. Do I just use "#"? I > > tried doing > > PS1="`pwd`# " > > in sh but it printed # for the regular users. > > > > > > > For csh you need to alias ``cd''. If you just do a ``set prompt='' > > > like you tried then it is static, that is you set the variable > > > "prompt" to the value it was at that point in time (actually, what > > > you did was wrong anyway, you needed ``set prompt = "`echo $cwd`#") > > > > > > You need to update the variable "prompt" every time you ``cd''. To > > > get what you want, add the following to ~/.cshrc (so it applies to > > > all shells that you start): > > > > > > alias cd 'cd \!*;set prompt="`pwd`# "' > > > > > > % > > > % cd > > > % alias cd 'cd \!*;set prompt="`pwd`# "' > > > % > > > % > > > % cd > > > /usr/marko# cd /etc > > > /etc# cd /mnt > > > /mnt# > > > > > > HTH > > > > > > > > > > Thanks a lot! > > > > > > > > Bart Trzynadlowski > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > -- > > > FreeBSD - The Power To Serve http://www.freebsd.org > > > My Webpage http://www.users.globalnet.co.uk/~markov > > > _______________________________________________________________ > > > Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK > > > CAD/CAM solutions for Sheetmetal Working Industry > > > mailto:marko@uk.radan.com http://www.radan.com > > > > > > > > > > > > > > > -- > FreeBSD - The Power To Serve http://www.freebsd.org > My Webpage http://www.users.globalnet.co.uk/~markov > _______________________________________________________________ > Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK > CAD/CAM solutions for Sheetmetal Working Industry > mailto:marko@uk.radan.com http://www.radan.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 13:39:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mercurio.nar.ufv.br (mercurio.nar.ufv.br [200.18.130.84]) by hub.freebsd.org (Postfix) with SMTP id D523E14D92 for ; Sat, 12 Jun 1999 13:39:41 -0700 (PDT) (envelope-from kernel@tdnet.com.br) Received: (qmail 403 invoked from network); 12 Jun 1999 20:33:59 -0000 Received: from mercurio.nar.ufv.br (HELO tdnet.com.br) (200.18.130.84) by mercurio.nar.ufv.br with SMTP; 12 Jun 1999 20:33:59 -0000 Message-ID: <3762C437.82B4C35B@tdnet.com.br> Date: Sat, 12 Jun 1999 17:33:59 -0300 From: Gustavo V G C Rios X-Mailer: Mozilla 4.51 [en] (X11; I; SunOS 5.5.1 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org, grios@dpi.ufv.br Subject: quotaon crash my system Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When i try to get quota working, my system halts: Here goes the necessary information: My system only crashes when i type: quotaon -av (crash) quotaon -a (crash sometimes) Any other options, does not crash the system quotaon -vu (no crash) quotaon -vg (no crash) uname -a: FreeBSD vitoria.ddsecurity.net 2.2.8-STABLE FreeBSD 2.2.8-STABLE #0: Fri Jun 11 22:02:04 EST 1999 root@vitoria.ddsecurity.net:/usr/src/sys/compile/VITORIA i386 Halt messages: Fatal trap 12: page fault while in kernel mode fault virtual address = 0x0 fault code = supervisor write, page not present instruction pointer = 0x8:0xf0158dc5 stack pointer = 0x10:0xefbffdcc frame pointer = 0x10:0xefbffe28 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflag = interrupt enable, resume, IOPL = 0 current process = (220) quotaon interrupt mask = panic: page fault syncing disk... done Automatic reboot in 15 seconds - press a key on the console to abort Thanks a lot for your help. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 13:44: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from valis.worldgate.com (valis.worldgate.com [198.161.84.2]) by hub.freebsd.org (Postfix) with ESMTP id 479F914D92 for ; Sat, 12 Jun 1999 13:44:04 -0700 (PDT) (envelope-from skafte@gras-varg.worldgate.com) Received: from gras-varg.worldgate.com (skafte@gras-varg.worldgate.com [198.161.84.12]) by valis.worldgate.com (8.9.1a/8.9.1) with ESMTP id OAA29524 for ; Sat, 12 Jun 1999 14:44:04 -0600 (MDT) Received: (from skafte@localhost) by gras-varg.worldgate.com (8.9.1a/8.9.1) id OAA04049 for freebsd-questions@freebsd.org; Sat, 12 Jun 1999 14:44:03 -0600 (MDT) Date: Sat, 12 Jun 1999 14:44:02 -0600 From: Greg Skafte To: freebsd-questions@freebsd.org Subject: vinum Message-ID: <19990612144402.A3806@gras-varg.worldgate.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Organization: WorldGate Inc. X-PGP-Fingerprint: 42 9C 2C A8 4D 2B C9 C4 7D B6 00 B0 50 47 20 97 X-URL: http://gras-varg.worldgate.com/~skafte Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've just created a series of strip sets drive home1 device /dev/wd0s1g drive home2 device /dev/wd2s1g volume home plex org striped 256k sd length 1535M drive home1 sd length 1535M drive home2 drive usr1 device /dev/wd0s1e drive usr2 device /dev/wd2s1e volume usr plex org striped 256k sd length 1535M drive usr1 sd length 1535M drive usr2 drive var1 device /dev/wd0s1g drive var2 device /dev/wd2s1g volume var plex org striped 256k sd length 1023M drive var1 sd length 1023M drive var2 now when I do a vinum printconfig drive usr1 device /dev/wd0e drive home1 device /dev/wd0g drive usr2 device /dev/wd2e drive home2 device /dev/wd2g drive var1 device /dev/wd0s1g drive var2 device /dev/wd2s1g volume usr volume home volume var plex name usr.p0 org striped 512b vol usr plex name home.p0 org striped 512b vol home plex name var.p0 org striped 512b vol var [rest of stuff deleted] If I read the printconfig correctly it states thata the plexes are stripped on 512b (bytes) but I've created them to be 256k (kbytes). Is this a reporting error, or is somethingelse happening that I'm mis-interpreting. -- Email: skafte@worldgate.com Voice: +780 413 1910 Fax: +780 421 4929 #575 Sun Life Place * 10123 99 Street * Edmonton, AB * Canada * T5J 3H1 -- -- When things can't get any worse, they simplify themselves by getting a whole lot worse then complicated. A complete and utter disaster is the simplest thing in the world; it's preventing one that's complex. (Janet Morris) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 13:46: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dsinw.com (dsinw.com [207.149.40.5]) by hub.freebsd.org (Postfix) with ESMTP id A74A914D92 for ; Sat, 12 Jun 1999 13:45:59 -0700 (PDT) (envelope-from hamellr@dsinw.com) Received: (from hamellr@localhost) by dsinw.com (8.8.8/8.7.3) id NAA27307; Sat, 12 Jun 1999 13:45:02 -0700 (PDT) Date: Sat, 12 Jun 1999 13:45:02 -0700 (PDT) From: rick hamell To: freebsd-questions@freebsd.org Cc: Portland FUG Subject: June PFUG Meeting Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello everyone just an update on whats going on. Our next scheduled meeting is to be Thursday next week. It kinda snuck up on me. :) Anyways, I'm not going to make it. Unluckily, nobody has volunteered to speak either. So as of this point I'm going to go ahead and cancel this month's meeting, unless the rest of you really want it. But, we're still looking for topics for next month... otherwise I'll find something to bore y'all with. :) Peace, Rick -- There are few problems that can not be solved with sufficent use of a sledge hammer.... even relationships. http://www.grendal.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 13:46:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from valis.worldgate.com (valis.worldgate.com [198.161.84.2]) by hub.freebsd.org (Postfix) with ESMTP id 4875A15061 for ; Sat, 12 Jun 1999 13:46:20 -0700 (PDT) (envelope-from skafte@gras-varg.worldgate.com) Received: from gras-varg.worldgate.com (skafte@gras-varg.worldgate.com [198.161.84.12]) by valis.worldgate.com (8.9.1a/8.9.1) with ESMTP id OAA29711 for ; Sat, 12 Jun 1999 14:46:19 -0600 (MDT) Received: (from skafte@localhost) by gras-varg.worldgate.com (8.9.1a/8.9.1) id OAA04069 for freebsd-questions@freebsd.org; Sat, 12 Jun 1999 14:46:18 -0600 (MDT) Date: Sat, 12 Jun 1999 14:46:18 -0600 From: Greg Skafte To: freebsd-questions@freebsd.org Subject: vinum additional Message-ID: <19990612144618.B3806@gras-varg.worldgate.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Organization: WorldGate Inc. X-PGP-Fingerprint: 42 9C 2C A8 4D 2B C9 C4 7D B6 00 B0 50 47 20 97 X-URL: http://gras-varg.worldgate.com/~skafte Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG do softupdates have any _real_ effect on vinum volumes? -- Email: skafte@worldgate.com Voice: +780 413 1910 Fax: +780 421 4929 #575 Sun Life Place * 10123 99 Street * Edmonton, AB * Canada * T5J 3H1 -- -- When things can't get any worse, they simplify themselves by getting a whole lot worse then complicated. A complete and utter disaster is the simplest thing in the world; it's preventing one that's complex. (Janet Morris) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 15:17: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc602670-a.flrtn1.occa.home.com (cc602670-a.flrtn1.occa.home.com [24.0.114.133]) by hub.freebsd.org (Postfix) with ESMTP id 776B914D64 for ; Sat, 12 Jun 1999 15:17:05 -0700 (PDT) (envelope-from jeff@cc602670-a.flrtn1.occa.home.com) Received: (from jeff@localhost) by cc602670-a.flrtn1.occa.home.com (8.8.8/8.8.8) id PAA05598; Sat, 12 Jun 1999 15:17:03 -0700 (PDT) (envelope-from jeff) From: jeff Message-Id: <199906122217.PAA05598@cc602670-a.flrtn1.occa.home.com> Subject: Re: printing to an hp500 deskjet from wordperfect In-Reply-To: <199906121934.MAA00520@athena.tera.com> from Gary Kline at "Jun 12, 1999 12:34: 4 pm" To: kline@tera.com (Gary Kline) Date: Sat, 12 Jun 1999 15:17:02 -0700 (PDT) Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Reply To: iratus@home.com X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 2601 > According to jeff: > > > > On 12-Jun-99 Gary Kline wrote: > > > > > > > > > > > > I just installed wordperfect-8 on both my platforms > > > (running 2.2.8) and it works well. As far as the > > > editing is concerned. Printing is another matter... > > > > > > Has anybody gotten wp to print using the standard > > > lp|lpr spooler? Or is there a translator|filter than > > > can turn wp files into PostScript? > > > > > > thanks, > > > > > > gary > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > ---------------------------------- > > E-Mail: jeff > > Date: 12-Jun-99 > > Time: 10:24:56 > > > > This message was sent by XFMail > > ---------------------------------- > > Hello-I use the following filter to print from WP 8. I am assuming you already > > have it setup as to printer selection and need only to setup the destination. > > > > #!/usr/bin/perl > > while() {chop $_; print "$_\r\n";}; > > > > BTW-This little gem (also doubles as an excellant text print filter) is not my > > invention, it comes from the "Linux Printing HOWTO". Hope this will do the > > trick. Good Luck Jeff Phillips > > > > Hi Jeff, > > Can you give me some more insight on the setup? I did select > the "HP DeskJet" from the WP8 menu... But the ``Destination'' > pop-up left me wondering. > > Do I > > (1) save your perl script in, say, /usr/local/bin/wp_filter > > (2) and put _that_ as the destination? > > Or something along these lines? > > thanks much, > > gary Hello Gary-What I did is to call the perl script lpfilter and do a chmod +x and dump it in /usr/local/bin. I then created a file in /var/spool/lpd called lp (/var/spool/lpd/lp). Then I made the entry in my /etc/printcap to reflect this and when I set up wp to print I just checked off lp in the destination box. So far it has worked like a charm. Obviously one could call lpfilter just about any name that works as long as all the entries and files are properly named and identified. There is a program called dj-printcap.tar.gz that contains a printcap that is ideal with only very little modification. You should be able to find it in the linux files at sunsite.unc.edu. There is one other thing I almost forgot-Do not use postscript-The printer resource file that comes with wp outputs code specific to your printer-postscript will mess this up. Hope this will be enough to get you up and running. Good Luck Jeff Phillips > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 16:15:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dns.imparcial.com.mx (dns.indices.com.mx [200.36.200.248]) by hub.freebsd.org (Postfix) with SMTP id 8C8EA14D50 for ; Sat, 12 Jun 1999 16:15:13 -0700 (PDT) (envelope-from jymscybercafe@compact.com.mx) Received: from [200.36.201.137] by dns.compact.com.mx (NTMail 3.03.0017/1.abpu) with ESMTP id oa075388 for ; Sat, 12 Jun 1999 16:14:13 -0700 Date: Sat, 12 Jun 1999 16:18:47 -0600 From: =?ISO-8859-1?B?SnltJ3MgQ3liZXJDYWbpIA==?= , =?ISO-8859-1?B??=@FreeBSD.ORG X-Mailer: The Bat! (v1.18 Christmas Edition) UNREG Reply-To: =?ISO-8859-1?B?SnltJ3MgQ3liZXJDYWbpIA==?= , =?ISO-8859-1?B??=@FreeBSD.ORG X-Priority: 3 (Normal) Message-ID: <16679.990612@compact.com.mx> To: freebsd-questions@FreeBSD.ORG Subject: help Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello Freebsd-questions, I have a problem (I am beginner) I want to install the version 3.2 of FreeBSD but the file boot.flp measures 2,429,279 that which doesn't fit in a flexible disk that I can make? P.D. discharge it in binary form Greetings Respectfully Miguel Angel Armenta Beltran Best regards, Jym's mailto:jymscybercafe@compact.com.mx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 16:22:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dsinw.com (dsinw.com [207.149.40.5]) by hub.freebsd.org (Postfix) with ESMTP id BBD7014BF3 for ; Sat, 12 Jun 1999 16:22:18 -0700 (PDT) (envelope-from hamellr@dsinw.com) Received: from akane (ppp102.pm3-0.pdx.dsinw.com [207.149.41.102]) by dsinw.com (8.8.8/8.7.3) with SMTP id QAA29822; Sat, 12 Jun 1999 16:20:43 -0700 (PDT) Date: Sat, 12 Jun 1999 16:18:06 -0700 () From: Rick Hamell To: "Jym's CyberCafИ" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: help In-Reply-To: <16679.990612@compact.com.mx> Message-ID: X-X-Sender: hamellr@dsinw.com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > but the file boot.flp measures 2,429,279 > > that which doesn't fit in a flexible disk > > that I can make? You need to download kern.flp and mfsroot.flp instead of boot.flp Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 16:55:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (Postfix) with ESMTP id B9A9814E3D for ; Sat, 12 Jun 1999 16:55:10 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from keep.lan.Awfulhak.org (keep.lan.Awfulhak.org [172.16.0.8]) by awfulhak.org (8.9.3/8.9.3) with ESMTP id AAA57348; Sun, 13 Jun 1999 00:55:05 +0100 (BST) (envelope-from brian@lan.awfulhak.org) Received: from keep.lan.Awfulhak.org (localhost [127.0.0.1]) by keep.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id AAA28618; Sun, 13 Jun 1999 00:54:19 +0100 (BST) (envelope-from brian@keep.lan.Awfulhak.org) Message-Id: <199906122354.AAA28618@keep.lan.Awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Ilia Chipitsine Cc: questions@FreeBSD.ORG Subject: Re: ppp question In-reply-to: Your message of "Sat, 12 Jun 1999 22:36:37 +0600." Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Date: Sun, 13 Jun 1999 00:54:17 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hi, > i need to set up a ppp connection = > = > 195.54.15.228 < ---- > 195.54.15.86 = > (my machine) (server) > = > it's not Class C network, so I tried to > include = > set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.254.0 0.0.0.0 > or = > set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.0.0 0.0.0.0 > to /etc/ppp/ppp.conf set ifaddr 195.54.15.228 195.54.15.86 255.255.255.0 may be more straight to the point :-) > it connects well, but 'ifconfig -a' gives > tun0: flags=3D8051 mtu 1500 > inet 195.54.15.228 --> 195.54.14.86 netmask 0xffffff00 > ^^ > i expected 0xfffffe00 here > = > why ? i suspect that is the reason why it doesn't even ping other = > side of peer. Netmasks are ignored for point-to-point links... this shouldn't have = anything to do with your problem, but the latest versions of ppp = *should* get the netmask right. Take a look at the FAQ (http://www.FreeBSD.org/FAQ/userppp.html) to = get some hints on how to diagnose your problem. > Regards, (=EE=C1=C9=CC=D5=DE=DB=C9=C5 =D0=CF=D6=C5=CC=C1=CE=C9=D1) > = > Ilia Chipitsine (=E9=CC=D8=D1 =FB=C9=D0=C9=C3=C9=CE) -- = Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 16:57:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cartman.weeble.dyndns.org (ubppp233-164.dialin.buffalo.edu [128.205.233.164]) by hub.freebsd.org (Postfix) with ESMTP id 7A8F114E3D for ; Sat, 12 Jun 1999 16:57:01 -0700 (PDT) (envelope-from cjm2@earthling.net) Received: from shithead (shithead.weeble.dyndns.org [10.0.0.2]) by cartman.weeble.dyndns.org (8.9.3/8.9.3) with SMTP id TAA17817; Sat, 12 Jun 1999 19:55:27 -0400 (EDT) (envelope-from cjm2@earthling.net) From: "Christopher J. Michaels" To: "Vlad Skvortsov" Cc: "FreeBSD Mailing List" Subject: RE: how to install FreeBSD from sources Date: Sat, 12 Jun 1999 19:55:26 -0400 Message-ID: <000001beb52f$0aec47e0$0200000a@shithead.weeble.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <199906121948.XAA95107@hq.spc.high> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I honestly do not know how you would do that. Is it possible for you to = download the BIN distribution before all this happens? and then just = have the other machine install via NFL or something like that? Hopefully someone else on the list has an answer. -Chris P.S. Please CC: all replies to the mailing list. -----Original Message----- From: Vlad Skvortsov [mailto:vlad@high.net.ru] Sent: Saturday, June 12, 1999 3:48 PM To: Christopher J. Michaels Subject: Re: how to install FreeBSD from sources > I tried doing that and never really came to a solid conclusion no how = to do that. You CAN do a 'make release' if you so choose. If you are = going to do that you will NEED to read /usr/src/release/Makefile, and = also need about 1GB of free HD space. I guess, I can't do that. The problem is that we have to do the install in short period of time and we'll not be wired to the net then. Though, I think, I can do make buildworld before that ... I can change installation target directory for installworld, right ? But how do I make this newly installed world boot itself after moving it to the other box ? >=20 > What I ended up doing was a basic installed over the internet, nfs = mounted the source code, and did a 'make world'. >=20 > Maybe someone else on the list can give you more information on make = release. >=20 > -Chris >=20 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Vlad = Skvortsov > Sent: Friday, June 11, 1999 2:52 PM > To: freebsd-questions@freebsd.org > Subject: how to install FreeBSD from sources >=20 >=20 > Hi. >=20 > I've got full FreeBSD-STABLE sources on my hard disk. A friend of > mine wants to install FreeBSD too. How do I install it onto his hard > disk without connecting to the net ? >=20 > --=20 > Vlad Skvortsov, vss@ulstu.ru >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 >=20 >=20 --=20 Vlad Skvortsov, vss@ulstu.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 16:58: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cartman.weeble.dyndns.org (ubppp233-164.dialin.buffalo.edu [128.205.233.164]) by hub.freebsd.org (Postfix) with ESMTP id B9FC814E3D for ; Sat, 12 Jun 1999 16:57:42 -0700 (PDT) (envelope-from cjm2@earthling.net) Received: from shithead (shithead.weeble.dyndns.org [10.0.0.2]) by cartman.weeble.dyndns.org (8.9.3/8.9.3) with SMTP id TAA17823; Sat, 12 Jun 1999 19:57:17 -0400 (EDT) (envelope-from cjm2@earthling.net) From: "Christopher J. Michaels" To: "ZET!" Cc: Subject: RE: networking Date: Sat, 12 Jun 1999 19:57:16 -0400 Message-ID: <000301beb52f$4cb9fbe0$0200000a@shithead.weeble.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <3762BB76.9E9255ED@lvdi.net> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To install it go to /usr/ports/net/samba, type 'make all install clean' -Chris -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of notme Sent: Saturday, June 12, 1999 3:57 PM To: ZET! Cc: freebsd-questions@freebsd.org Subject: Re: networking Hi, Samba (www.samba.org) will allow you to share resource with Win95/98/NT machines. Best of all, Samba is FREE :) Frankie (btw, please don't write e-mails in html... most of these guys are using text only e-mailers.:) "ZET!" wrote: > Hi, first: THANX for developing FreeBSD!I got it a few days ago and I > love it. but...How can I make the rources of a FreeBSD server > accessablefor Windows 95/NT hosts? Is there a special > application/driver to dothis or is this even not required? thank > you! ZET! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 17: 0:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cartman.weeble.dyndns.org (ubppp233-164.dialin.buffalo.edu [128.205.233.164]) by hub.freebsd.org (Postfix) with ESMTP id 24BB914E3D for ; Sat, 12 Jun 1999 17:00:20 -0700 (PDT) (envelope-from cjm2@earthling.net) Received: from shithead (shithead.weeble.dyndns.org [10.0.0.2]) by cartman.weeble.dyndns.org (8.9.3/8.9.3) with SMTP id UAA17833; Sat, 12 Jun 1999 20:00:08 -0400 (EDT) (envelope-from cjm2@earthling.net) From: "Christopher J. Michaels" To: "Greg Skafte" Cc: "FreeBSD Mailing List" Subject: RE: vinum additional Date: Sat, 12 Jun 1999 20:00:07 -0400 Message-ID: <000401beb52f$b29bd500$0200000a@shithead.weeble.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <19990612144618.B3806@gras-varg.worldgate.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I can't say yet if they have a positive benefit, I don't know if I do = the kind of work that would make softupdates shine. I have seen marked = improvements in the speed of say, rm -rf. One thing I can say is that I have not had any trouble using softupdates = on my vinum volume. -Chris -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Greg Skafte Sent: Saturday, June 12, 1999 4:46 PM To: freebsd-questions@freebsd.org Subject: vinum additional do softupdates have any _real_ effect on vinum volumes? =20 --=20 Email: skafte@worldgate.com Voice: +780 413 1910 Fax: +780 421 4929 #575 Sun Life Place * 10123 99 Street * Edmonton, AB * Canada * T5J = 3H1=20 -- -- When things can't get any worse, they simplify themselves by getting a = whole lot worse then complicated. A complete and utter disaster is the = simplest thing in the world; it's preventing one that's complex. (Janet = Morris) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 17:53:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from office (ppp-209-160-171-138.01.promedia.net [209.160.171.138]) by hub.freebsd.org (Postfix) with ESMTP id 73BBD14C26 for ; Sat, 12 Jun 1999 17:53:53 -0700 (PDT) (envelope-from publisher@office.ompages.com) Received: from publisher by office with local (Exim 2.11 #1 (Debian)) for questions@freebsd.org id 10sytR-0002Bo-00; Sat, 12 Jun 1999 18:17:01 -0700 Date: Sat, 12 Jun 1999 18:17:01 -0700 From: Paul Nathan Puri To: questions@freebsd.org Subject: How do I burn this disc1.iso? Message-ID: <19990612181701.A2413@office.office.ompages.com,> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I downloaded disc1.iso.gz. I did "gunzip disc1.iso.gz", then it became disc1.iso. I simply mastered the file with xcdroast, then I burned the cd. The file on the cd is disc1.iso. When I tried to boot the cd it wouldn't boot and simply booted the hard drive (my bios is configured to boot ATAPI CDROM first). Invariably, I'm sure I have done something wrong here. Anyone know what it is? Thanks. -- NatePuri Certified Law Student Debian GNU/Linux Monk McGeorge School of Law Sacramento, CA http://www.ompages.com/ publisher@ompages.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 17:55: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp04.primenet.com (smtp04.primenet.com [206.165.6.134]) by hub.freebsd.org (Postfix) with ESMTP id DED1B14C26 for ; Sat, 12 Jun 1999 17:55:06 -0700 (PDT) (envelope-from geyejoe@primenet.com) Received: (from daemon@localhost) by smtp04.primenet.com (8.8.8/8.8.8) id RAA13718 for ; Sat, 12 Jun 1999 17:55:05 -0700 (MST) Received: from ip-49-227.scf.primenet.com(206.132.49.227), claiming to be "primenet.com" via SMTP by smtp04.primenet.com, id smtpd013596; Sat Jun 12 17:54:44 1999 Message-ID: <3763001C.35D5238@primenet.com> Date: Sat, 12 Jun 1999 17:49:32 -0700 From: geyejoe X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: PnP modem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG im using a usr 33.6 voice modem. i usually assign it a com port but i want to use it in PnP mode. is it possible to do that in freebsd 3.1? sincerely, geyejoe@primenet.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 17:56: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand4.global.net.uk (sand4.global.net.uk [194.126.80.248]) by hub.freebsd.org (Postfix) with ESMTP id 7918514C26 for ; Sat, 12 Jun 1999 17:55:56 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from pc6s08a06.client.global.net.uk ([195.147.216.199] helo=marder-1.) by sand4.global.net.uk with esmtp (Exim 2.12 #1) id 10syYz-0007y7-00; Sun, 13 Jun 1999 01:55:54 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id BAA00293; Sun, 13 Jun 1999 01:53:35 +0100 (BST) (envelope-from marko) Date: Sun, 13 Jun 1999 01:53:35 +0100 From: Mark Ovens To: Bart Trzynadlowski Cc: freebsd-questions@freebsd.org Subject: Re: prompts Message-ID: <19990613015335.A255@marder-1> References: <19990611181558.B255@marder-1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Bart Trzynadlowski on Sat, Jun 12, 1999 at 01:26:18PM -0700 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jun 12, 1999 at 01:26:18PM -0700, Bart Trzynadlowski wrote: > > > So there is no automated way to make it so the shell expands > it to # or % according to the user class? I know that if the > prompt is just defined as: > set prompt = "\$ " > then csh expands it to # for root and % for a user. I didn't know that. You've taught me something > But I noticed that I cannot do: > set prompt "`pwd`\$" > ANYTHING I put in front of the \$ is ignored. > Hmm, one would expect it to work. I'd be interested to know if it can be made to work. > > > > For csh you put the alias in each users ~/.cshrc and for non-root > > users edit it, changing ``#'' to ``%''. Normally, if you don't set > > the ``prompt'' variable yourself, the shell uses % as the default > > for non-root users and # for root. > > > > > In zsh I think /# sets # for superuser and % for user. How > > > can I set the prompt up so that if I'm a superuser it > > > uses # and if I'm a user it uses $ under sh and csh. Do I just use "#"? I > > > tried doing > > > PS1="`pwd`# " > > > in sh but it printed # for the regular users. > > > > > > > > > > For csh you need to alias ``cd''. If you just do a ``set prompt='' > > > > like you tried then it is static, that is you set the variable > > > > "prompt" to the value it was at that point in time (actually, what > > > > you did was wrong anyway, you needed ``set prompt = "`echo $cwd`#") > > > > > > > > You need to update the variable "prompt" every time you ``cd''. To > > > > get what you want, add the following to ~/.cshrc (so it applies to > > > > all shells that you start): > > > > > > > > alias cd 'cd \!*;set prompt="`pwd`# "' > > > > > > > > % > > > > % cd > > > > % alias cd 'cd \!*;set prompt="`pwd`# "' > > > > % > > > > % > > > > % cd > > > > /usr/marko# cd /etc > > > > /etc# cd /mnt > > > > /mnt# > > > > > > > > HTH > > > > > > > > > > > > > Thanks a lot! > > > > > > > > > > Bart Trzynadlowski > > > > > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > > > > -- > > > > FreeBSD - The Power To Serve http://www.freebsd.org > > > > My Webpage http://www.users.globalnet.co.uk/~markov > > > > _______________________________________________________________ > > > > Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK > > > > CAD/CAM solutions for Sheetmetal Working Industry > > > > mailto:marko@uk.radan.com http://www.radan.com > > > > > > > > > > > > > > > > > > > > > > -- > > FreeBSD - The Power To Serve http://www.freebsd.org > > My Webpage http://www.users.globalnet.co.uk/~markov > > _______________________________________________________________ > > Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK > > CAD/CAM solutions for Sheetmetal Working Industry > > mailto:marko@uk.radan.com http://www.radan.com > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 18: 0: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand2.global.net.uk (sand2.global.net.uk [194.126.80.50]) by hub.freebsd.org (Postfix) with ESMTP id 99E9114C26 for ; Sat, 12 Jun 1999 18:00:05 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from pc6s08a06.client.global.net.uk ([195.147.216.199] helo=marder-1.) by sand2.global.net.uk with esmtp (Exim 2.05 #1) id 10syd1-00054l-00; Sun, 13 Jun 1999 02:00:04 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id BAA00310; Sun, 13 Jun 1999 01:57:46 +0100 (BST) (envelope-from marko) Date: Sun, 13 Jun 1999 01:57:45 +0100 From: Mark Ovens To: Rik van Mierlo Cc: FreeBSD Mailing List Subject: Re: Mpeg TV segmentation fault Message-ID: <19990613015745.B255@marder-1> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Rik van Mierlo on Sat, Jun 12, 1999 at 03:42:21PM +0200 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jun 12, 1999 at 03:42:21PM +0200, Rik van Mierlo wrote: > hi, > > I'm trying to get mtv to work. mtvp works fine, but mtv gives a segmentation > fault. I tried to apply the rawcd.diff patch, but it couldn't find one file, > and failed to patch another... This could have something to do with the fact > that my ATAPI cd-rom isn't detected at all as it is on the second IDE > channel, but I'm not sure. > > I'm using FreeBSD-3.1 RELEASE. > > anybody else had this problem? > Yes, but I can't remember what the solution was :-(. Exactly what error do you get? That might jog my memory. > -Rik van Mierlo > -rik@ricardis.tudelft.nl > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 18: 4: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pelican.davlin.net (pelican.davlin.net [206.245.221.3]) by hub.freebsd.org (Postfix) with ESMTP id D5B4E14C26 for ; Sat, 12 Jun 1999 18:03:59 -0700 (PDT) (envelope-from mcellroy@davlin.net) Received: from davlin.net (lr-12-172.davlin.net [209.60.79.172]) by pelican.davlin.net (8.8.6/CBX1.1d) with ESMTP id UAA20524 for ; Sat, 12 Jun 1999 20:04:26 -0500 (CDT) Message-ID: <3762BD68.180A5B85@davlin.net> Date: Sat, 12 Jun 1999 15:04:57 -0500 From: Jonathan Andrew McEllroy X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 2.2.7-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Subject: Trouble with Boot Easy Content-Type: multipart/alternative; boundary="------------2421C38A0D6E125B126C53BD" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --------------2421C38A0D6E125B126C53BD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello, I'm running 2.2.7 on a dedicated disk. I just installed another drive that has Win98 on it. I installed Boot easy on the FreeBSD drive. When it runs it presents: F1: BSD F2: BSD F5: Disk 2 Whatever function key I press it boots from the first drive and runs FreeBSD. What do I have to do so I can also boot Win98 on the other drive from Boot Easy? Thanks, -- Ens Jon McEllroy, USNR Naval Aviator Student (1395) email: mcellroy@davlin.net Meatspace: RM 241 BOQ NAS Kingsville TX 78363 (361) 516 1344 EXT: 2241 --------------2421C38A0D6E125B126C53BD Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Hello,

I'm running 2.2.7 on a dedicated disk. I just installed another drive that
has Win98 on it. I installed Boot easy on the FreeBSD drive. When it
runs it presents:

F1: BSD
F2: BSD
F5: Disk 2

Whatever function key I press it boots from the first drive and runs FreeBSD.
What do I have to do so I can also boot Win98 on the other drive from Boot
Easy?

Thanks,

-- 
Ens Jon McEllroy, USNR
Naval Aviator Student (1395)

email: mcellroy@davlin.net

Meatspace:
RM 241 BOQ
NAS Kingsville TX 78363
(361) 516 1344 EXT: 2241
  --------------2421C38A0D6E125B126C53BD-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 18:11:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sand5.global.net.uk (sand5.global.net.uk [194.126.80.249]) by hub.freebsd.org (Postfix) with ESMTP id 32E7214D6C for ; Sat, 12 Jun 1999 18:11:24 -0700 (PDT) (envelope-from marko@globalnet.co.uk) Received: from pc6s08a06.client.global.net.uk ([195.147.216.199] helo=marder-1.) by sand5.global.net.uk with esmtp (Exim 2.05 #1) id 10synz-0006Et-00; Sun, 13 Jun 1999 02:11:23 +0100 Received: (from marko@localhost) by marder-1. (8.9.2/8.8.8) id CAA00505; Sun, 13 Jun 1999 02:09:06 +0100 (BST) (envelope-from marko) Date: Sun, 13 Jun 1999 02:09:06 +0100 From: Mark Ovens To: geyejoe Cc: freebsd-questions@FreeBSD.ORG Subject: Re: PnP modem Message-ID: <19990613020905.C255@marder-1> References: <3763001C.35D5238@primenet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <3763001C.35D5238@primenet.com>; from geyejoe on Sat, Jun 12, 1999 at 05:49:32PM -0700 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jun 12, 1999 at 05:49:32PM -0700, geyejoe wrote: > im using a usr 33.6 voice modem. i usually assign it a com port but i > want to use it in PnP mode. is it possible to do that in freebsd 3.1? > Is it a PnP modem? If so then add controller pnp0 to your kernel config file and rebuild the kernel. > sincerely, > geyejoe@primenet.com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 19:25:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from server4.reno.powernet.net (server4.reno.powernet.net [208.226.189.15]) by hub.freebsd.org (Postfix) with ESMTP id ABEA914C4B for ; Sat, 12 Jun 1999 19:25:09 -0700 (PDT) (envelope-from trzy@powernet.net) Received: from p3-24.reno.powernet.net (p3-24.reno.powernet.net [208.226.189.144]) by server4.reno.powernet.net (8.9.0/8.8.5) with ESMTP id TAA25800; Sat, 12 Jun 1999 19:25:04 -0700 (PDT) Date: Sat, 12 Jun 1999 19:20:52 -0700 (PDT) From: Bart Trzynadlowski X-Sender: trzy@Brzuszek To: Gordon Burditt Cc: freebsd-questions@freebsd.org Subject: Re: freebsd on alpha? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Exactly what is the deal with FreeBSD/Alpha? Any issues to be aware > >of? > > FreeBSD seems to want to use a serial console, and FreeBSD/alpha > has a lousy record for boot images that actually work. I haven't > tried the ones on 3.2-RELEASE yet, but one of the May snapshots > kept panicing on not being able to mount the hard disk (Duh! I > haven't installed anything on it yet!) You mean the boot images to actually get the installation going? Such as the KERN.FLP and MFSROOT.FLP which can be used to start the installation on i386 machines? > >I am getting an old UDB (Multia) box, 166MHz and I will upgrade the > >ARC firmware to SRM (is this possible without even installing an OS?) > > Multia contains both ARC and SRM. You probably want to upgrade > the firmware anyway, and essentially what you do is boot the > firmware upgrade floppy and DON'T INTERRUPT IT. Hmm, so the BIOS actually has 2 consoles? I'll upgrade it but the files seem to be DOS executables. Does the ARC console have support for reading them and executing them? I don't really see how it works. > >and plan on trying FreeBSD 3.X on it. I realize it may be sluggish but > >will it support the standard configuration for a run-off-the-mill UDB > >with a TGA 2mb graphics card? > > I haven't managed to get hold of an X distribution for FreeBSD/alpha yet. > I'm not sure the system is stable (make buildworld always bombs out > in a different place) and I don't know whether it's a software > or hardware issue. Is it FreeBSD that bombs out or just X? I don't really NEED X. Just wondering about that. > > > And how does FreeBSD/Alpha run on the higher end? > > I don't have the hardware for this. > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 19:28:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from server4.reno.powernet.net (server4.reno.powernet.net [208.226.189.15]) by hub.freebsd.org (Postfix) with ESMTP id BA60614C4B for ; Sat, 12 Jun 1999 19:28:36 -0700 (PDT) (envelope-from trzy@powernet.net) Received: from p3-24.reno.powernet.net (p3-24.reno.powernet.net [208.226.189.144]) by server4.reno.powernet.net (8.9.0/8.8.5) with ESMTP id TAA25627; Sat, 12 Jun 1999 19:21:12 -0700 (PDT) Date: Sat, 12 Jun 1999 19:17:00 -0700 (PDT) From: Bart Trzynadlowski X-Sender: trzy@Brzuszek To: Mark Ovens Cc: freebsd-questions@freebsd.org Subject: Re: prompts In-Reply-To: <19990613015335.A255@marder-1> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, I used the below method to implement the prompt along with # for superuser and $ for user. However it only updates with cd, not chdir. # set prompt and display it at start up before any cd command is used case `id -u` in 0) PS1="`pwd`# ";; # for root... uid 0 *) PS1="`pwd`$ ";; esac # update prompt with each cd -- will NOT update if chdir is used though cd() { chdir "$@" case `id -u` in 0) PS1="`pwd`# ";; *) PS1="`pwd`$ ";; esac } However I still don't know how to make the # at the end of my csh prompt expand to % for user and # for superuser. It's just static at # for all users. But it does update the directory so thanks to everyone who helped out! Shells are such a chore. I'm gonna have to get myself one of those shell books. Thanks! Bart Trzynadlowski On Sun, 13 Jun 1999, Mark Ovens wrote: > On Sat, Jun 12, 1999 at 01:26:18PM -0700, Bart Trzynadlowski wrote: > > > > > > So there is no automated way to make it so the shell expands > > it to # or % according to the user class? I know that if the > > prompt is just defined as: > > set prompt = "\$ " > > then csh expands it to # for root and % for a user. > > I didn't know that. You've taught me something > > > But I noticed that I cannot do: > > set prompt "`pwd`\$" > > ANYTHING I put in front of the \$ is ignored. > > > > Hmm, one would expect it to work. I'd be interested to know if it > can be made to work. > > > > > > > > For csh you put the alias in each users ~/.cshrc and for non-root > > > users edit it, changing ``#'' to ``%''. Normally, if you don't set > > > the ``prompt'' variable yourself, the shell uses % as the default > > > for non-root users and # for root. > > > > > > > In zsh I think /# sets # for superuser and % for user. How > > > > can I set the prompt up so that if I'm a superuser it > > > > uses # and if I'm a user it uses $ under sh and csh. Do I just use "#"? I > > > > tried doing > > > > PS1="`pwd`# " > > > > in sh but it printed # for the regular users. > > > > > > > > > > > > > For csh you need to alias ``cd''. If you just do a ``set prompt='' > > > > > like you tried then it is static, that is you set the variable > > > > > "prompt" to the value it was at that point in time (actually, what > > > > > you did was wrong anyway, you needed ``set prompt = "`echo $cwd`#") > > > > > > > > > > You need to update the variable "prompt" every time you ``cd''. To > > > > > get what you want, add the following to ~/.cshrc (so it applies to > > > > > all shells that you start): > > > > > > > > > > alias cd 'cd \!*;set prompt="`pwd`# "' > > > > > > > > > > % > > > > > % cd > > > > > % alias cd 'cd \!*;set prompt="`pwd`# "' > > > > > % > > > > > % > > > > > % cd > > > > > /usr/marko# cd /etc > > > > > /etc# cd /mnt > > > > > /mnt# > > > > > > > > > > HTH > > > > > > > > > > > > > > > > Thanks a lot! > > > > > > > > > > > > Bart Trzynadlowski > > > > > > > > > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > > > > > > > -- > > > > > FreeBSD - The Power To Serve http://www.freebsd.org > > > > > My Webpage http://www.users.globalnet.co.uk/~markov > > > > > _______________________________________________________________ > > > > > Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK > > > > > CAD/CAM solutions for Sheetmetal Working Industry > > > > > mailto:marko@uk.radan.com http://www.radan.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > FreeBSD - The Power To Serve http://www.freebsd.org > > > My Webpage http://www.users.globalnet.co.uk/~markov > > > _______________________________________________________________ > > > Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK > > > CAD/CAM solutions for Sheetmetal Working Industry > > > mailto:marko@uk.radan.com http://www.radan.com > > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > -- > FreeBSD - The Power To Serve http://www.freebsd.org > My Webpage http://www.users.globalnet.co.uk/~markov > _______________________________________________________________ > Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK > CAD/CAM solutions for Sheetmetal Working Industry > mailto:marko@uk.radan.com http://www.radan.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 19:49:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.datatek.com (socrates.datatek.com [205.219.244.22]) by hub.freebsd.org (Postfix) with ESMTP id E6B6514C91 for ; Sat, 12 Jun 1999 19:49:11 -0700 (PDT) (envelope-from lesherjt@BOUNCE.datatek.com) Received: by mail.datatek.com from localhost (router,SLMail V3.2); Sat, 12 Jun 1999 22:00:15 -0500 Received: from BOUNCE.datatek.com [205.219.244.253] by mail.datatek.com [205.219.244.22] (SLmail 3.2.3113) with ESMTP id 598496721F8511D3939B00805F1A8367 for ; Sat, 12 Jun 1999 22:00:15 -0500 Message-ID: <37631C24.92C85C50@BOUNCE.datatek.com> Date: Sat, 12 Jun 1999 21:49:09 -0500 From: Tilghman Lesher Reply-To: Tilghman.Lesher@vanderbilt.edu X-Mailer: Mozilla 4.6 (Macintosh; U; PPC) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: 3C589D freeze at boot Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SLUIDL: 4F6066CF-1F8511D3-939B0080-5F1A8367 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm getting this weird freeze at boot time related to the 3Com 3c589D card. To release the system, I discovered that if I hit the shortcut key to make the system go to sleep, then press another key to wake it up, the card comes online and the system runs perfectly. The freeze can occur several lines before the login: prompt or at the login: prompt. During the freeze, no keyboard input is echoed to the screen, although after the wakeup, keys pressed during the freeze are acted upon. During the freeze, Ctrl-Alt-Del has no effect and does not appear to reset the machine after a sleep and wakeup. The card is configured using the pcic card services. I was never actually able to get the zp driver to work with this card. The current settings for the card (configured and saved under DOS) are: 300h, IRQ 10, IOMEM ee00h, although it appears pcic is setting the IOMEM to d800h. The machine is an AMSTech TravelPro 2580CTA (366MHz, K6-2, 64MB) which otherwise works great. -Tilghman ----------------------------------------------------------------- Tilghman Lesher Computer Specialist Vanderbilt Bookstore Email: Tilghman.Lesher@Vanderbilt.Edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 20:48:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from konichiwa.cc.columbia.edu (konichiwa.cc.columbia.edu [128.59.59.132]) by hub.freebsd.org (Postfix) with ESMTP id 0B1AD14C38 for ; Sat, 12 Jun 1999 20:48:48 -0700 (PDT) (envelope-from stuyman@confusion.net) Received: from confusion.net (dialup-8-1.cc.columbia.edu [128.59.36.189]) by konichiwa.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id XAA11733 for ; Sat, 12 Jun 1999 23:48:46 -0400 (EDT) Message-ID: <37632A1C.3523758F@confusion.net> Date: Sat, 12 Jun 1999 23:48:44 -0400 From: Laurence Berland Organization: B.R.A.T.T. X-Mailer: Mozilla 4.5 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: Wildcard problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On my new FreeBSD system, I've noticed something unusual. Wildcards don't work. For example, typing echo * should return all the filenames in the current directory, but i get "echo: No Match." The shell is tcsh. If there's more information you'd need let me know, I'm not sure what else to send along -- Laurence Berland, Stuyvesant HS Debate <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> Windows 98: n. useless extension to a minor patch release for 32-bit extensions and a graphical shell for a 16-bit patch to an 8-bit operating system originally coded for a 4-bit microprocessor, written by a 2-bit company that can't stand for 1 bit of competition. http://stuy.debate.net icq #7434346 aol imer E1101 The above email Copyright (C) 1999 Laurence Berland All rights reserved To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 21:14:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id E6F6D14BDE for ; Sat, 12 Jun 1999 21:13:36 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Sun, 13 Jun 1999 00:13:36 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105985@site2s1> From: Christopher Michaels To: 'jserf' , freebsd-questions@FreeBSD.ORG Subject: RE: FTP Install Date: Sun, 13 Jun 1999 00:15:24 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Um.. you don't want to specify a gateway address, that's probably why it's failing. The ppp will negotiate that for you. Otherwise it all sounds good to me. -Chris > -----Original Message----- > From: jserf [SMTP:jserf@flash.net] > Sent: Saturday, June 12, 1999 7:49 AM > To: freebsd-questions@FreeBSD.ORG > Subject: FTP Install > > I'm trying to install FreeBSD on a laptop using FTP. The laptop is an > NEC Versa P75. The modem I am using is an external Zoom 33.6, which > works pretty well with a wintel box. I have the most recent boot disks, > and am using the novice installation. I am able to connect to my ISP > through the terminal program, but the machine fails to resolve whatever > FTP site I am selecting. I am assuming that this is because I am not > correctly filling in the network information section. Do you think you > could tell me what I ought to be putting into these fields? In the host > name, I have just been putting in something like "jserf.flash.net" or > just "jserf" In the domain name I have been typing "flash.net" In the > gateway, I have no clue what to type. I have tried leaving it blank, and > also typing in the DNS addy. In the name server, I am typing 209.30.0.9, > FlashNet's primary DNS server. I'm not sure about the other fields. I > apologize asking you such simple questions; I am very new to BSD. I work > here at FlashNet, so if you need any more information, please feel free > to ask, and I'm sure I can get it somehow. Thanks in advance for any > assistance you can provide! > > -Joe, The Feeble FlashNet Serf > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 21:26:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 0400B14BDE for ; Sat, 12 Jun 1999 21:26:48 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Sun, 13 Jun 1999 00:26:48 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105987@site2s1> From: Christopher Michaels To: "FreeBSD Mailing List (E-mail)" Subject: RE: how to install FreeBSD from sources Date: Sun, 13 Jun 1999 00:28:37 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG For the record that was supposed to say NFS, darn spell checker caught me when I wasn't looking. :^) -Chris > -----Original Message----- > From: Christopher J. Michaels [SMTP:cjm2@earthling.net] > Sent: Saturday, June 12, 1999 7:55 PM > To: Vlad Skvortsov > Cc: FreeBSD Mailing List > Subject: RE: how to install FreeBSD from sources > > I honestly do not know how you would do that. Is it possible for you to > download the BIN distribution before all this happens? and then just have > the other machine install via NFL or something like that? > > Hopefully someone else on the list has an answer. > -Chris > > P.S. Please CC: all replies to the mailing list. > > -----Original Message----- > From: Vlad Skvortsov [mailto:vlad@high.net.ru] > Sent: Saturday, June 12, 1999 3:48 PM > To: Christopher J. Michaels > Subject: Re: how to install FreeBSD from sources > > > > I tried doing that and never really came to a solid conclusion no how to > do that. You CAN do a 'make release' if you so choose. If you are going > to do that you will NEED to read /usr/src/release/Makefile, and also need > about 1GB of free HD space. > I guess, I can't do that. The problem is that we have to do the > install in short period of time and we'll not be wired to the net > then. > > Though, I think, I can do make buildworld before that ... I can > change installation target directory for installworld, right ? But > how do I make this newly installed world boot itself after moving it > to the other box ? > > > > > What I ended up doing was a basic installed over the internet, nfs > mounted the source code, and did a 'make world'. > > > > Maybe someone else on the list can give you more information on make > release. > > > > -Chris > > > > -----Original Message----- > > From: owner-freebsd-questions@freebsd.org > > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Vlad Skvortsov > > Sent: Friday, June 11, 1999 2:52 PM > > To: freebsd-questions@freebsd.org > > Subject: how to install FreeBSD from sources > > > > > > Hi. > > > > I've got full FreeBSD-STABLE sources on my hard disk. A friend of > > mine wants to install FreeBSD too. How do I install it onto his hard > > disk without connecting to the net ? > > > > -- > > Vlad Skvortsov, vss@ulstu.ru > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > -- > Vlad Skvortsov, vss@ulstu.ru > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 21:54:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from guepardo.vicosa.com.br (guepardo.tdnet.com.br [200.236.148.6]) by hub.freebsd.org (Postfix) with ESMTP id BC1D614F8E for ; Sat, 12 Jun 1999 21:54:47 -0700 (PDT) (envelope-from kernel@tdnet.com.br) Received: from tdnet.com.br [200.236.148.194] by guepardo.vicosa.com.br with ESMTP (SMTPD32-5.00) id AC77CE0152; Sun, 13 Jun 1999 02:07:03 -0300 Message-ID: <37630F31.8D0B6A9F@tdnet.com.br> Date: Sun, 13 Jun 1999 01:53:53 +0000 From: Unknow User X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.8-STABLE i386) MIME-Version: 1.0 To: questions@freebsd.org Subject: how to prevent quota from crashing my system Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quota crash my system after quotaoff followed by quotaon! I applied a patch (kern/8137), but it did not work! Can anybody explain how could i fix this problem. uname -a: FreeBSD vitoria.ddsecurity.net 2.2.8-STABLE FreeBSD 2.2.8-STABLE #0: Fri Jun 11 22:02:04 EST 1999 root@vitoria.ddsecurity.net:/usr/src/sys/compile/VITORIA i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 22:13:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pop3-3.enteract.com (pop3-3.enteract.com [207.229.143.32]) by hub.freebsd.org (Postfix) with SMTP id D529714F8E for ; Sat, 12 Jun 1999 22:13:45 -0700 (PDT) (envelope-from jrs@enteract.com) Received: (qmail 42425 invoked from network); 13 Jun 1999 05:13:44 -0000 Received: from adam.enteract.com (jrs@206.54.252.1) by pop3-3.enteract.com with SMTP; 13 Jun 1999 05:13:44 -0000 Date: Sun, 13 Jun 1999 00:13:43 -0500 (CDT) From: John Sconiers To: freebsd-questions@freebsd.org Subject: quakeworld client?? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is there a quake world client for FreeBSD??? JRS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 22:43:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bh.mbn.or.jp (bh.mbn.or.jp [202.217.0.65]) by hub.freebsd.org (Postfix) with ESMTP id 3BD8F14CC7 for ; Sat, 12 Jun 1999 22:43:52 -0700 (PDT) (envelope-from mimiandi@bh.mbn.or.jp) Received: from cse8-6.machida.mbn.or.jp (cse8-6.machida.mbn.or.jp [210.144.132.30]) by bh.mbn.or.jp (8.9.1a/bh.mbn.or.jp-2.0) with ESMTP id OAA14364 for ; Sun, 13 Jun 1999 14:43:48 +0900 (JST) Date: Sun, 13 Jun 1999 14:47:35 -0700 (PDT) From: Daniel Jung To: freebsd-questions@FreeBSD.ORG Subject: ensoniq es1371 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi just wondering if ensoniq es1371 is supported yet? Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 22:54:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.surnet.ru (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (Postfix) with ESMTP id 29DAD14CC7 for ; Sat, 12 Jun 1999 22:54:41 -0700 (PDT) (envelope-from ilia@cgilh.chel.su) Received: (from uucgilh@localhost) by mobil.surnet.ru (8.9.1a/8.9.1) with UUCP id LAA19253; Sun, 13 Jun 1999 11:54:10 +0600 (UDT) Received: (from uucp@localhost) by cgilh.chel.su (8.8.7/8.8.7) with UUCP id KAA04245; Sun, 13 Jun 1999 10:51:05 +0600 Received: from localhost (ilia@localhost) by localhost.cgu.chel.su (8.9.2/8.9.2) with ESMTP id KAA00396; Sun, 13 Jun 1999 10:50:56 +0600 (ESS) (envelope-from ilia@cgilh.chel.su) X-Authentication-Warning: localhost.cgu.chel.su: ilia owned process doing -bs Date: Sun, 13 Jun 1999 10:50:56 +0600 (ESS) From: Ilia Chipitsine X-Sender: ilia@localhost.cgu.chel.su To: ZET! Cc: freebsd-questions@FreeBSD.ORG Subject: Re: networking In-Reply-To: <000701beb50b$fe57fec0$71706f6f@werner> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG you'd better use samba from ports collection cd /usr/ports/net/samba make make install Regards, (Наилучшие пожелания) Ilia Chipitsine (Илья Шипицин) On Sat, 12 Jun 1999, ZET! wrote: > Hi, > > first: THANX for developing FreeBSD! > I got it a few days ago and I love it. > > but... > How can I make the rources of a FreeBSD server accessable > for Windows 95/NT hosts? Is there a special application/driver to do > this or is this even not required? > > thank you! > > ZET! > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 22:55:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.surnet.ru (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (Postfix) with ESMTP id 6B33014CC7 for ; Sat, 12 Jun 1999 22:55:01 -0700 (PDT) (envelope-from ilia@cgilh.chel.su) Received: (from uucgilh@localhost) by mobil.surnet.ru (8.9.1a/8.9.1) with UUCP id LAA19255; Sun, 13 Jun 1999 11:54:10 +0600 (UDT) Received: (from uucp@localhost) by cgilh.chel.su (8.8.7/8.8.7) with UUCP id LAA04260; Sun, 13 Jun 1999 11:28:49 +0600 Received: from localhost (ilia@localhost) by localhost.cgu.chel.su (8.9.2/8.9.2) with ESMTP id LAA00428; Sun, 13 Jun 1999 11:18:08 +0600 (ESS) (envelope-from ilia@cgilh.chel.su) X-Authentication-Warning: localhost.cgu.chel.su: ilia owned process doing -bs Date: Sun, 13 Jun 1999 11:18:08 +0600 (ESS) From: Ilia Chipitsine X-Sender: ilia@localhost.cgu.chel.su To: Keon-woo Hong Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Scilab 2.4.1 port In-Reply-To: <3762B12F.B74B9082@osu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 12 Jun 1999, Keon-woo Hong wrote: > Hi. Has anyone successfully installed the NetBSD port of Scilab 2.4? i have. > I'm trying to use the NetBSD patches for Scilab 2.4 port with the > FreeBSD skeleton of Scilab 2.3.1 port on Scilab 2.4.1 with no success. > I get the following error when I do make: > > ===> Patching for Scilab-2.3.1 > ===> Applying FreeBSD patches for Scilab-2.3.1 > Ignoring previously applied (or reversed) patch. > 2 of 2 hunks ignored--saving rejects to configure.in.rej > *** Error code 2 > > Stop. > > The "FreeBSD patches" are actually the NetBSD patches and the > "Scilab-2.3.1" is actually Scilab-2.4.1; I just replaced them. I don't > know what I'm doing... > Thanks for any help. > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 22:55:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.surnet.ru (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (Postfix) with ESMTP id 4485414CC7 for ; Sat, 12 Jun 1999 22:55:22 -0700 (PDT) (envelope-from ilia@cgilh.chel.su) Received: (from uucgilh@localhost) by mobil.surnet.ru (8.9.1a/8.9.1) with UUCP id LAA19252; Sun, 13 Jun 1999 11:54:09 +0600 (UDT) Received: (from uucp@localhost) by cgilh.chel.su (8.8.7/8.8.7) with UUCP id KAA04237; Sun, 13 Jun 1999 10:49:17 +0600 Received: from localhost (ilia@localhost) by localhost.cgu.chel.su (8.9.2/8.9.2) with ESMTP id KAA00386; Sun, 13 Jun 1999 10:48:28 +0600 (ESS) (envelope-from ilia@cgilh.chel.su) X-Authentication-Warning: localhost.cgu.chel.su: ilia owned process doing -bs Date: Sun, 13 Jun 1999 10:48:28 +0600 (ESS) From: Ilia Chipitsine X-Sender: ilia@localhost.cgu.chel.su To: Bart Trzynadlowski Cc: questions@FreeBSD.ORG Subject: Re: need help with pine In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 12 Jun 1999, Bart Trzynadlowski wrote: > > Do I remove everything else in the S98 section? How does this work? When I have nothing in that section. But you can just add lines without remioving. Nobody knows how it works :-) Sendmail is tricky to configure :-( > sendmail sees mail coming from home.work.station it changes the From > field? That's what really needs to be changed, the from field. yes, it does. > > Thanks! > > Bart Trzynadlowski > > On Sat, 12 Jun 1999, Ilia Chipitsine wrote: > > > there's special Sendmail's local ruleset > > add after "S98" in your /etc/sendmail.cf (only one line) > > Rme < @ home.work.station > $* $@ someone-else < @ another.mach.ine > > > ^^^^ > > it's a single "Tab" > > > > after editing /etc/sendmail.cf > > # killall -HUP sendmail > > $ sendmail -bt > > > 3,0 me@home.work.station > > > > someone-else@..... > > > > does it work for you ? > > Regards, (Наилучшие пожелания) > > > > Ilia Chipitsine (Илья Шипицин) > > > > On Wed, 9 Jun 1999, Bart Trzynadlowski wrote: > > > > > > > > Netscape would work, I remember using it in Linux for a while but the > > > problem is I like the Pine interface and would love to try something > > > that's console-based before I go crawling to Netscape. > > > And my X Windows isn't set up all that well yet. It barely works. > > > I'm still figuring out the console :) > > > > what goes wrong with X ? > > > > > > > > Thanks, > > > > > > Bart Trzynadlowski > > > trzy@powernet.net <-- reply here > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 22:57: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.surnet.ru (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (Postfix) with ESMTP id A0C1014CC7 for ; Sat, 12 Jun 1999 22:56:56 -0700 (PDT) (envelope-from ilia@cgilh.chel.su) Received: (from uucgilh@localhost) by mobil.surnet.ru (8.9.1a/8.9.1) with UUCP id LAA19250; Sun, 13 Jun 1999 11:54:09 +0600 (UDT) Received: (from uucp@localhost) by cgilh.chel.su (8.8.7/8.8.7) with UUCP id KAA04217; Sun, 13 Jun 1999 10:43:26 +0600 Received: from localhost (ilia@localhost) by localhost.cgu.chel.su (8.9.2/8.9.2) with ESMTP id KAA00292; Sun, 13 Jun 1999 10:39:12 +0600 (ESS) (envelope-from ilia@cgilh.chel.su) X-Authentication-Warning: localhost.cgu.chel.su: ilia owned process doing -bs Date: Sun, 13 Jun 1999 10:39:12 +0600 (ESS) From: Ilia Chipitsine X-Sender: ilia@localhost.cgu.chel.su To: Brian Somers Cc: questions@FreeBSD.ORG Subject: Re: ppp question In-Reply-To: <199906122354.AAA28618@keep.lan.Awfulhak.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 13 Jun 1999, Brian Somers wrote: > > Hi, > > i need to set up a ppp connection > > > > 195.54.15.228 < ---- > 195.54.15.86 > > (my machine) (server) > > > > it's not Class C network, so I tried to > > include > > set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.254.0 0.0.0.0 > > or > > set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.0.0 0.0.0.0 > > to /etc/ppp/ppp.conf > > set ifaddr 195.54.15.228 195.54.15.86 255.255.255.0 > > may be more straight to the point :-) It could change, It's not under my control. > > > it connects well, but 'ifconfig -a' gives > > tun0: flags=8051 mtu 1500 > > inet 195.54.15.228 --> 195.54.14.86 netmask 0xffffff00 > > ^^ > > i expected 0xfffffe00 here > > > > why ? i suspect that is the reason why it doesn't even ping other > > side of peer. > > Netmasks are ignored for point-to-point links... this shouldn't have > anything to do with your problem, but the latest versions of ppp > *should* get the netmask right. I have 3.1-RELEASE from feb/1999. > > Take a look at the FAQ (http://www.FreeBSD.org/FAQ/userppp.html) to > get some hints on how to diagnose your problem. > > > Regards, (Наилучшие пожелания) > > > > Ilia Chipitsine (Илья Шипицин) > > -- > Brian > > Don't _EVER_ lose your sense of humour ! > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jun 12 23:50:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.greencis.net (mail.greencis.net [38.193.38.4]) by hub.freebsd.org (Postfix) with ESMTP id 6331B14CB7 for ; Sat, 12 Jun 1999 23:50:09 -0700 (PDT) (envelope-from ibi@greencis.net) Received: from default (pool-39.carth.mo.ipa.net [208.142.2.39]) by mail.greencis.net (Postfix) with SMTP id A721E1CE for ; Sun, 13 Jun 1999 01:46:10 -0500 (CDT) Message-ID: <37635488.1355@mail.greencis.net> Date: Sun, 13 Jun 1999 01:49:44 -0500 From: PJ X-Mailer: Mozilla 3.04 (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: LD connect problems Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This may be the strangest question this year and I don't know how to make it easy. The problem is I cannot dial LD to my ISP who is in another state who is running FreeBSD. My modem checks out okay and connects just fine when we are in the same state. When I am home it dials as far as CD and then stops. The error message says I should check my Network configuration. I am not a network. I am a home user and when I check modem_properties _advanced the log indicates there isn't any communication between the modems after the initial characters are sent. However using a local dial up connection I can send/receive mail and Ftp the server. I'm stumped. Can you help? Pj ibi@greencis.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message