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