From owner-freebsd-questions Sun May 24 00:06:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA28211 for freebsd-questions-outgoing; Sun, 24 May 1998 00:06:02 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA28149 for ; Sun, 24 May 1998 00:05:54 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id AAA09464; Sun, 24 May 1998 00:01:08 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 00:01:08 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Andrew S. Katkov" cc: freebsd-questions@FreeBSD.ORG Subject: Re: LPT In-Reply-To: <199805210657.JAA07594@master.crimea.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 21 May 1998, Andrew S. Katkov wrote: > I want to read/write data through LPT port from user programm. > Where I can find example how I can do it? The old quickcam libraries did this. I think it used /dev/io and poked the port directly though. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 00:10:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA29016 for freebsd-questions-outgoing; Sun, 24 May 1998 00:10:49 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA28995 for ; Sun, 24 May 1998 00:10:44 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id AAA09486; Sun, 24 May 1998 00:10:42 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 00:10:42 -0700 (PDT) From: Doug White Reply-To: Doug White To: Patsy Coyne cc: questions@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <000901bd8536$83da6c60$03eb869f@server1> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 22 May 1998, Patsy Coyne wrote: > will freeBSD 2.2.5 run on a gigabyte 686dx motherboard with two pentium > pro 200 /512k cpus. You'll need to run -CURRENT to take advantage of that other CPU, but otherwise no problem. 2xPPro/512k? And I thought that my soon-to-be dual PPro200/256k was fancy. :) You should _really_ enjoy watching that machine boot some Pentium II buut. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 00:13:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA29405 for freebsd-questions-outgoing; Sun, 24 May 1998 00:13:23 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA29396 for ; Sun, 24 May 1998 00:13:18 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id AAA09490; Sun, 24 May 1998 00:13:17 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 00:13:17 -0700 (PDT) From: Doug White Reply-To: Doug White To: Brad Tucker cc: freebsd-questions@FreeBSD.ORG Subject: Re: your mail In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 23 May 1998, Brad Tucker wrote: > I have a freebsd box at home, and a win 95 box. I have ethernet cards on > both boxes. In the freebsd box I have a modem. I would like to use the > freebsd box as a gateway for the win95 box. I tried setting the > geteway=yes in rc.conf. this didnt seem to work. When i try to ping > somewhere thats not at home from the win95 box I get "Request Timed Out." > Do I need to set the freebsd box to be a router?? Is there an easy way to > tell the freebsd box to take any requests from the device ed0 and give > them to the devices tun0? Will someone please push me into the right > direction. 1. Make sure that `gateway_enable="YES"' is set in /etc/rc.conf. 2. Run `sysctl -w net.inet.ip.forwarding=1' if you don't reboot after doing #1. 3. When you dial up with `ppp', run it with the -alias option: ppp -alias provider 4. When the connection is made, fire up you Winblows box and enjoy. -alias sets you up as Network Address Translation router. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 00:17:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA00404 for freebsd-questions-outgoing; Sun, 24 May 1998 00:17:51 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA00388 for ; Sun, 24 May 1998 00:17:46 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id AAA09505; Sun, 24 May 1998 00:17:37 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 00:17:37 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Chan, Fook Sheng" cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: configure network In-Reply-To: <35641B11.31C7CAA1@capgemini.com.sg> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 21 May 1998, Chan, Fook Sheng wrote: > how do I configure my ethernet NIC to have a ip, netmask, router? Edit /etc/rc.conf. > how do I configure my FreeBSD as a ftp,news, dhcp, nfs server? ftp: setup by default. news: install INN. Read the INN FAQ. dhcp: Grab isc-dhcp2 and read the dhcpd man page. nfs: enable in /etc/rc.conf, set up /etc/exports as desired. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 00:18:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA00578 for freebsd-questions-outgoing; Sun, 24 May 1998 00:18:34 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA00563 for ; Sun, 24 May 1998 00:18:30 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id AAA09509; Sun, 24 May 1998 00:18:20 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 00:18:20 -0700 (PDT) From: Doug White Reply-To: Doug White To: Diego Jose Varona Agredo cc: questions@FreeBSD.ORG Subject: Re: NIC HP27245 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 21 May 1998, Diego Jose Varona Agredo wrote: > > FreeBSD support NIC HP27245 from Disk Instalation? How I can do to > reconigze this NIC and can Install???? AFAIK, no HP NICs are supported. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major PS: What a bunch of TLAs :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 00:19:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA00699 for freebsd-questions-outgoing; Sun, 24 May 1998 00:19:58 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA00691 for ; Sun, 24 May 1998 00:19:54 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id AAA09513; Sun, 24 May 1998 00:19:41 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 00:19:40 -0700 (PDT) From: Doug White Reply-To: Doug White To: Guram Mosashvili cc: freebsd-questions@FreeBSD.ORG Subject: Re: problem with mouse In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 21 May 1998, Guram Mosashvili wrote: > > Hello, > > I have problem again! Anybody help me please. > > My FreeBSD 2.2.5 and X windows have worked good until yesterday. > I dont know what happend, but today when I try to start X windows, > I get message: > > Fatal server error: > Cannot open mouse (Device not configured) > > X connection to :0.0 broken (explicit kill or server shutdown) > > > I look forvard your message with advices who to resolve this problem. What type of mouse do you have, and is moused set up to configure it? If you're not sure about moused check /etc/rc.conf. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 00:20:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA01013 for freebsd-questions-outgoing; Sun, 24 May 1998 00:20:49 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA00988 for ; Sun, 24 May 1998 00:20:40 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id AAA09520; Sun, 24 May 1998 00:20:39 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 00:20:39 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Benjamin A. Oldham" cc: questions@FreeBSD.ORG Subject: Re: linux audio vs freebsd audio In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 21 May 1998, Benjamin A. Oldham wrote: > So I've downloaded a linux sound player to use under X, compiled it fine, > start it up, and it opens up nicely. The only problem being the error > "bind: Invalid argument," which I'm guessing means that it's not binding > to the audio devices that I'm using. (Obviously, no sound actually gets > played). I'm using the standard FBSD sound drivers (not Luigi's), and am > wondering if someone knows whether or not I could simply create a sym link > to the appropriate drivers, and if so, what the links should be named? I > _think_ that the device that should be used under FBSD is going to be > /dev/dsp, which is a link to /dev/dsp0. > > any ideas? bind() is a network system call. Apparently it uses something that FreeBSD doesn't expect. perhaps you could get a prebuilt binary for linux and use it under the linux emulator? Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 00:21:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA01197 for freebsd-questions-outgoing; Sun, 24 May 1998 00:21:38 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA01176 for ; Sun, 24 May 1998 00:21:33 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id AAA09524; Sun, 24 May 1998 00:21:32 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 00:21:32 -0700 (PDT) From: Doug White Reply-To: Doug White To: gurab@lineone.net cc: freebsd-questions@FreeBSD.ORG Subject: Re: lan timeout In-Reply-To: <35645620.5E47@ukonline.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 21 May 1998 gurab@lineone.net wrote: > Hi, > > having just upgraded to the 2.2.6 release I now find that my LAN has > slowed to a crawl. > > the machines are using mix of cards including 3Com 3C509 cards (which > appear to work ok on loopback). The cards worked ok before but now a > typical ping is anything in the region of 75,000 ms to 1,000 ms. The > packet loss runs at about 40 - 50%. > > Does anyone have any ideas? is the hub dying on me or something - the > hosts file etc. are all set up as before (as per The Complete FreeBSD) > and I have tried to find answers in the mailing lists :-( Run a tcpdump and see what you're getting. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 00:24:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA01946 for freebsd-questions-outgoing; Sun, 24 May 1998 00:24:48 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA01930 for ; Sun, 24 May 1998 00:24:44 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id AAA09529; Sun, 24 May 1998 00:24:44 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 00:24:44 -0700 (PDT) From: Doug White Reply-To: Doug White To: MIKE JENKINS cc: freebsd-questions@FreeBSD.ORG Subject: Re: host routes In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 21 May 1998, MIKE JENKINS wrote: > > -------External-LAN--------FreeBSD---------Internal-LAN--------- > 200.1.1.0/24 > > Let's say I want to move host 200.1.1.123 from the Internal-LAN > to the External-LAN. How do I add a host route to tell FreeBSD > that 200.1.1.123 is on the External-LAN? I tried something like > "route add -host 200.1.1.123 -interface ep0" but it seems to use > the FreeBSD MAC address in the route table and arp table. The -inteface argument takes the IP address of the interface, not the name. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 00:31:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA02873 for freebsd-questions-outgoing; Sun, 24 May 1998 00:31:34 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA02834 for ; Sun, 24 May 1998 00:30:27 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id AAA09539; Sun, 24 May 1998 00:30:12 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 00:30:12 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Roger P. Johnson" cc: freebsd-questions@FreeBSD.ORG Subject: Re: I got 2940UW timeout problem also ... help please ... In-Reply-To: <199805212158.QAA02379@fep.hirshfields.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 21 May 1998, Roger P. Johnson wrote: > OK. I have searched the archives, etc. and still need help on what > appears to be an age old problem with these 2940UW's. With an age old solution ... > > I cannot install FreeBSD 2.2.6 or 2.2.2 onto this configuration: > DEC Celebris 590 > 16 MB RAM > 2940UW BIOS ver. 1.32 > Seagate ST34572W 4550MB Barracuda (Ultra Wide; 68 pin) > Panasonic SCSI-2 CD-ROM. > > At the very basic level, I only have the 2940UW and the HD installed. > Forget the CD-ROM at this point. Don't even have the 50 pin cable attached > (not that it mattered). Um, yes it can. > I am only using the 68 pin cable to the hard drive which is terminated > by the hard drive on the very last connector. Well, your problem reeks of termination problems so please double- and triple-check that the drive is set termination ON and to get termination power from the SCSI bus, but NOT supply it. Also check your cable length and quality. If you have a plastic blob at the end of your cable, CUT IT OFF. Mine says `Amphenol' and has a couple of terminating ICs in it. > After FreeBSD boots up from the floppy, I finish the visual > configuration and the 2940UW is reconized, and I have to wait for the > SCSI devices to settle. Then big long pause while it times out on all > along the chain. If you leave it long enough you get the installation > menu, and then she reboots and does it all over again. Also try running a verify against the drive and verifying that the termination is set to LOW OFF/HIGH ON in SCSISelect. (Mine is actually LOW ON/HIGH ON and it works okay.) Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 00:32:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA03010 for freebsd-questions-outgoing; Sun, 24 May 1998 00:32:27 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA02997 for ; Sun, 24 May 1998 00:32:21 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id AAA09546; Sun, 24 May 1998 00:32:11 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 00:32:11 -0700 (PDT) From: Doug White Reply-To: Doug White To: George Nimmer cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD and Linux In-Reply-To: <3564BB65.7866F423@drexel.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 21 May 1998, George Nimmer wrote: > I'm currently a die hard Linux user looking at other similar OS's. > Where could I find a comparison of FreeBSD and Linux? This is a good comparison: http://keystone.westminster.edu/~fullermd/bsdvlin.htm Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 00:33:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA03083 for freebsd-questions-outgoing; Sun, 24 May 1998 00:33:34 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA03078 for ; Sun, 24 May 1998 00:33:26 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id AAA09550; Sun, 24 May 1998 00:32:51 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 00:32:51 -0700 (PDT) From: Doug White Reply-To: Doug White To: john cc: questions@FreeBSD.ORG Subject: Re: Permissions changing on sendmail solved. In-Reply-To: <199805212343.SAA07145@www.cas.unt.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 21 May 1998, john wrote: > Well, it looks like if you put the beloew line in /etc/crontab > #*/30 * * * * root /usr/sbin/sendmail -q > Your permisions on sendmail get wacked.....I find this > behavior kind of odd.... Yes. But this is redundant if you have sendmail enabled in /etc/rc.conf with the default flags. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 00:35:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA03382 for freebsd-questions-outgoing; Sun, 24 May 1998 00:35:02 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from info.tsu.ru (info.tsu.ru [212.192.100.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA03357 for ; Sun, 24 May 1998 00:34:50 -0700 (PDT) (envelope-from vas@vas.tsu.tomsk.su) Received: (from uucp@localhost) by info.tsu.ru (8.8.7/8.8.7) with UUCP id PAA12283 for questions@freebsd.org; Sun, 24 May 1998 15:36:23 +0800 (TSD) (envelope-from vas@vas.tsu.tomsk.su) Received: (from vas@localhost) by vas.tsu.tomsk.su (8.8.8/8.8.8) id NAA16664 for questions@freebsd.org; Sun, 24 May 1998 13:44:56 +0800 (KRSS) From: Victor Sudakov Message-Id: <199805240544.NAA16664@vas.tsu.tomsk.su> Subject: UNIX 98 To: questions@FreeBSD.ORG (freebsd questions mailing list) Date: Sun, 24 May 1998 13:44:56 +0800 (KRSS) X-Mailer: ELM [version 2.4ME+ PL31H (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi. Are there any efforts to make FreeBSD UNIX 98 compliant? Is it at all possible? Look at http://www.opengroup.org/regproducts/ -- Victor Sudakov mailto:vas@obluo.tomsk.su http://www.obluo.tomsk.su/~vas PGP public key: finger vas@obluo.tomsk.su To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 00:35:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA03630 for freebsd-questions-outgoing; Sun, 24 May 1998 00:35:53 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA03596 for ; Sun, 24 May 1998 00:35:45 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id AAA09557; Sun, 24 May 1998 00:35:38 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 00:35:38 -0700 (PDT) From: Doug White Reply-To: Doug White To: Natalia Salzberg cc: FreeBSD Questions Subject: Re: internal PnP Modem under FreeBSD 2.2.6 In-Reply-To: <3564DBC2.15FB@stn-atlas.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 22 May 1998, Natalia Salzberg wrote: > Dear All, > > I have a Pentuim II 266MHz running FreeBSD 2.2.6 on one partition and > Win95 on another with an internal pnp modem (CommWave 336) on a isa slot > > I can get the kernel to see it but I dont know how to access the actual > device... > I set the modem to have irq 9 and port 0x2e8 (com4 type settings) but > I cant seem to talk to the modem using /dev/cuaa3 (i tried this using > tip to talk to the modem directly) > I have attached the output from 'dmesg' too Try /dev/cuaa4. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 00:38:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA04130 for freebsd-questions-outgoing; Sun, 24 May 1998 00:38:00 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from xwin.webweaver.net (xwin.webweaver.net [208.138.29.35]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA04116 for ; Sun, 24 May 1998 00:37:54 -0700 (PDT) (envelope-from nicole@xwin.webweaver.net) Received: (from nicole@localhost) by xwin.webweaver.net (8.8.8/8.8.7) id AAA24933; Sun, 24 May 1998 00:39:49 -0700 (PDT) (envelope-from nicole) Message-ID: X-Mailer: XFMail 1.2 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii MIME-Version: 1.0 In-Reply-To: Date: Sun, 24 May 1998 00:39:48 -0700 (PDT) From: Nicole To: beaupran Subject: Re: More Xwindows "area's" Cc: freebsd-questions@FreeBSD.ORG Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id AAA04119 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 13-May-98 beaupran wisely wrote: > In afterstep (depending on what version you have...) there's a file called > .steprc which contains a lot of info and settings. You can check the > manpages for "afterstep" and "wharf" for more details. > > Briefly, I would say that you got to search this file for something called > "pager and vitrual desktop" or smthing like that... There you'll have a > setting like "2x2" (for 4 areas) and you can set it the way you want this > way, by saving the file and restarting afterstep or "recycling" it. > Wonderfull That did it! Thanks Nicole Way behind on her e-mail > Reply any questions! > > Spidey > > On Wed, 13 May 1998, Nicole wrote: > >> >> >> Hi All >> I have what I hope is an easy question. I am running 2.2.6 with Xfree86 and >> aft >> erstep. Currently I have 4 virtual "area's" to move around in. I would like >> to i >> ncrease this to 6 or 8. Is this possible? How would one do this? >> >> >> Thanks >> >> Nicole >> >> >> >> nicole@webweaver.net - http://www.webweaver.net/ >> webmistress@dangermouse.org - http://www.dangermouse.org/ >> ------------------------------------------------- >> >> -- Powered by Coka Cola and FreeBSD -- >> -- Stong enough for a man - But made for a Woman -- >> >> -- Microsoft: What bug would you like today? -- >> -- I tried an internal modem once, but it hurt when I walked -- >> >> --------------------------------------------------- >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-questions" in the body of the message >> >> > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >| A: uuuh, no, I won't give up meat. >| >| Q: Even if thirty thousand people a year are dying of hunger or of >| hunger-related deases? >| >| A: No, I still won't give up meat. >| >| >| "While people would starve elsewhere, 9/10 of the grain of the United >| States is fed to animals, so we can eat meat. The result, is that we >| feed pigs, better than many third world countries, feed people." >| >| Crass, 1982. >| I promote vegetarism as a politcal statement against poverty and hunger, >| would you dare to do so??? > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ nicole@webweaver.net - http://www.webweaver.net/ webmistress@dangermouse.org - http://www.dangermouse.org/ ------------------------------------------------- -- Powered by Coka Cola and FreeBSD -- -- Stong enough for a man - But made for a Woman -- -- Microsoft: What bug would you like today? -- -- I tried an internal modem once, but it hurt when I walked -- --------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 00:39:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA04437 for freebsd-questions-outgoing; Sun, 24 May 1998 00:39:18 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA04415 for ; Sun, 24 May 1998 00:39:14 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id AAA09561; Sun, 24 May 1998 00:37:59 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 00:37:59 -0700 (PDT) From: Doug White Reply-To: Doug White To: "drachen (James)" cc: questions@FreeBSD.ORG Subject: Re: PnP modems... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 21 May 1998, drachen (James) wrote: > How would one go about in setting up a plug-n-play modem? > > I have put controller pnp0 in the kernel config and now i need to know how > to get FreeBSD to recognize the modem. Any help is appreciated. It should be automatic once pnp0 is in there. On the next reboot it should show up like so (stolen from someone else): Probing for PnP devices: CSN 1 Vendor ID: ESS1868 [0x68187316] Serial 0xffffffff CSN 2 Vendor ID: PCP2880 [0x80287040] Serial 0x01000000 sio4 (siopnp sn 0x01000000) at 0x2e8 irq 9 drq -1 flags 0x0 id 20 The modem here has been assigned to sio4, so it'll show up at /dev/cuaa4 or /dev/ttyd4. If it doesn't, get the Vendor ID and plug it into /sys/i386/isa/sio.c around line 2100 -- look for `Supra1201'. Rebuild & reinstall the kernel and it should show up. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 00:39:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA04465 for freebsd-questions-outgoing; Sun, 24 May 1998 00:39:23 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA04422 for ; Sun, 24 May 1998 00:39:15 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id AAA09565; Sun, 24 May 1998 00:38:46 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 00:38:46 -0700 (PDT) From: Doug White Reply-To: Doug White To: Andrew Specht cc: freebsd-questions@FreeBSD.ORG Subject: Re: TPROXY??? In-Reply-To: <022601bd8535$22f849e0$e34a05cb@alpine.iaccess> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 22 May 1998, Andrew Specht wrote: > Hi, > > I don'r know if this is a freebsd question or a transproxy question, but I > would like to know what these error messages mean. There is not much info > out there no transproxy. > > May 22 13:36:43 aphrodite tproxy[9443]: write(client) failed: Broken pipe > May 22 13:42:15 aphrodite tproxy[10918]: write(client) failed: Broken pipe > May 22 13:42:43 aphrodite tproxy[10988]: write(client) failed: Broken pipe > May 22 13:42:56 aphrodite tproxy[11157]: write(client) failed: Broken pipe > May 22 13:43:09 aphrodite tproxy[11269]: connect(): Connection refused > May 22 13:43:09 aphrodite /kernel: pid 11269 (tproxy), uid -1: exited on > signal 11 Looks like tproxy crashed hardcore. Broken pipe would indicate that it's buddy (another process?) quit and apparently tproxy didn't like that idea. Just restart it and it should work again. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 00:43:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA05305 for freebsd-questions-outgoing; Sun, 24 May 1998 00:43:31 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA05267 for ; Sun, 24 May 1998 00:43:16 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id AAA09572; Sun, 24 May 1998 00:43:01 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 00:43:00 -0700 (PDT) From: Doug White Reply-To: Doug White To: pgl@ein.cz cc: questions@FreeBSD.ORG Subject: Re: utmp not updating In-Reply-To: <19980522090626.29838.qmail@divny.ein.cz> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 22 May 1998 pgl@ein.cz wrote: > The problem is that when I exit xterms, /var/run/utmp isn't being updated, > meaning that I still show up on a "w" output or similar command. It looks > like this : > > pgl pi :0.0 Mon04PM 3days - This is a known bug. Rebuild xterm. You should do this anyway since xterm has some security holes. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 00:44:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA05667 for freebsd-questions-outgoing; Sun, 24 May 1998 00:44:33 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA05629 for ; Sun, 24 May 1998 00:44:20 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id AAA09576; Sun, 24 May 1998 00:44:08 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 00:44:08 -0700 (PDT) From: Doug White Reply-To: Doug White To: CyberPeasant cc: freebsd-questions@FreeBSD.ORG Subject: Re: /etc/crontab fishiness In-Reply-To: <199805220916.FAA17487@lucy.bedford.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 22 May 1998, CyberPeasant wrote: > The crontab(5) man page asserts that variables declared in a crontab, > such as > > HOME=/var/log > > in /etc/crontab will be passed to the commands executed. In the case > at least of /etc/crontab executing the supplied /etc/weekly script, > this is not the case. > > Place "echo $HOME" in that script, and see "/root", not the expected > "/var/log". This is probably because the user's shell resets $HOME. Remember that the task is run as the user. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 00:45:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA05853 for freebsd-questions-outgoing; Sun, 24 May 1998 00:45:20 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA05810 for ; Sun, 24 May 1998 00:45:11 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id AAA09580; Sun, 24 May 1998 00:44:44 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 00:44:44 -0700 (PDT) From: Doug White Reply-To: Doug White To: Eurosoft cc: freebsd-questions@FreeBSD.ORG Subject: Re: Supporting hardware In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 22 May 1998, Eurosoft wrote: > Hi > I am thinking of buying Freebsd and there are a few points I > would like to know before hand. > Does it suopport the S3 vigre 3d graphics card. If it does not, Where > could I find the driver once I have it installed. Technically, FreeBSD doesn't care as long as it supports text mode :), but XFree86 supports S3 Virge cards fine. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 00:46:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA06241 for freebsd-questions-outgoing; Sun, 24 May 1998 00:46:25 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA06215 for ; Sun, 24 May 1998 00:46:16 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id AAA09588; Sun, 24 May 1998 00:46:15 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 00:46:15 -0700 (PDT) From: Doug White Reply-To: Doug White To: mlduke@concentric.net cc: freebsd-questions@FreeBSD.ORG Subject: Re: zip drives In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 22 May 1998 mlduke@concentric.net wrote: > Can someone direct me to information re 2.2.6-RELEASE support for non-SCSI > zip drives? Which one -- ATAPI or parallel? ATAPI Zips are supported under the wfd driver, but parallel zips are not supported in 2.2.6 (at least easily). -CURRENT has a parallel port bus driver and associated drivers to make the parallel zip work. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 00:53:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA07726 for freebsd-questions-outgoing; Sun, 24 May 1998 00:53:25 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA07711 for ; Sun, 24 May 1998 00:53:18 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id AAA09619; Sun, 24 May 1998 00:53:17 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 00:53:16 -0700 (PDT) From: Doug White Reply-To: Doug White To: Li Zhang cc: freebsd-questions@FreeBSD.ORG Subject: Re: Question about installation In-Reply-To: <35654ECB.25B8@vt.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 22 May 1998, Li Zhang wrote: > Hi, > How are you? Not bad. > I am trying to install FreeBSD version 2.2.5 in my computer. But I met a > problem. > > The following is my computer hardware set. > Primary master device: hard-disk1 > Primary slave device: zip driver > Secondary master device: hard-disk2 > Secondary slave device: CD-ROM > > I want to install FreeBSD on the hard-disk2 from CD-ROM. But, because > they are all on the Secondary Channel (device), their IRQs are 15 and > I/O addresses are 170. So when I used "install.bat", setup procedure > told me that the two devices conflicted. When I continued, the CD-ROM > was ignored. My installation failed. That doesn't make sense. The disk and CDROM disk themselves won't show up in the config utility, but the IDE controller that they're attached to will show up at that IRQ and port. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 00:54:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA07919 for freebsd-questions-outgoing; Sun, 24 May 1998 00:54:18 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA07902 for ; Sun, 24 May 1998 00:54:13 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id AAA09627; Sun, 24 May 1998 00:54:10 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 00:54:10 -0700 (PDT) From: Doug White Reply-To: Doug White To: Pipeline / Simon Vetterli cc: freebsd-questions@FreeBSD.ORG Subject: Re: files like stdio.c In-Reply-To: <356563E6.DFD3ABA6@pipeline.ch> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 22 May 1998, Pipeline / Simon Vetterli wrote: > Dear people's > > I use now FreeBSD, Version 2.2.6. I see, that some include-files are > there like > stdio.h, string.h, struct.h. > Now my question is, if it's also have the *.c-file. The code for the functions prototyped in those headers are most likey in the standard C library, libc. If you want the actual source, you can view it at: http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 00:56:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA08334 for freebsd-questions-outgoing; Sun, 24 May 1998 00:56:38 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from camel7.mindspring.com (camel7.mindspring.com [207.69.200.57]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA08322 for ; Sun, 24 May 1998 00:56:33 -0700 (PDT) (envelope-from skidoo@mindspring.com) Received: from cybele1 (user-38ld071.dialup.mindspring.com [209.86.128.225]) by camel7.mindspring.com (8.8.5/8.8.5) with SMTP id DAA24824 for ; Sun, 24 May 1998 03:56:31 -0400 (EDT) Message-Id: <3.0.1.32.19900102234835.0068d8fc@pop.mindspring.com> X-Sender: skidoo@pop.mindspring.com X-Mailer: Windows Eudora Light Version 3.0.1 (32) Date: Tue, 02 Jan 1990 23:48:35 +0000 To: freebsd-questions@FreeBSD.ORG From: andrew skidmore 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 realtime quote(market) server outside of dos... before I make the fatal plunge... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 00:57:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA08442 for freebsd-questions-outgoing; Sun, 24 May 1998 00:57:15 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from camel7.mindspring.com (camel7.mindspring.com [207.69.200.57]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA08437 for ; Sun, 24 May 1998 00:57:09 -0700 (PDT) (envelope-from skidoo@mindspring.com) Received: from cybele1 (user-38ld071.dialup.mindspring.com [209.86.128.225]) by camel7.mindspring.com (8.8.5/8.8.5) with SMTP id DAA15173 for ; Sun, 24 May 1998 03:57:08 -0400 (EDT) Message-Id: <3.0.1.32.19900102234912.0068d8fc@pop.mindspring.com> X-Sender: skidoo@pop.mindspring.com X-Mailer: Windows Eudora Light Version 3.0.1 (32) Date: Tue, 02 Jan 1990 23:49:12 +0000 To: freebsd-questions@FreeBSD.ORG From: andrew skidmore Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG auth b403d2d9 subscribe freebsd-announce skidoo@mindspring.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 01:01:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA09160 for freebsd-questions-outgoing; Sun, 24 May 1998 01:01:07 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA09139 for ; Sun, 24 May 1998 01:01:00 -0700 (PDT) (envelope-from toor@dyson.iquest.net) Received: (from root@localhost) by dyson.iquest.net (8.8.8/8.8.8) id DAA00892; Sun, 24 May 1998 03:00:52 -0500 (EST) (envelope-from toor) Message-Id: <199805240800.DAA00892@dyson.iquest.net> Subject: Re: Compatibility with Ultra IDE drives? In-Reply-To: from Doug White at "May 23, 98 11:57:30 pm" To: dwhite@resnet.uoregon.edu Date: Sun, 24 May 1998 03:00:52 -0500 (EST) Cc: lfloyd@sonic.net, freebsd-questions@FreeBSD.ORG From: "John S. Dyson" Reply-To: dyson@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug White said: > > 2.2.5 doesn't, so you get standard old IDE without any UltraDMA > improvement. -CURRENT can grok UltraDMA and can give you the (supposed) > performance boost. > Given you have a very fast machine to start with (like a fast P5 or faster), bus-master DMA does help alot. There is a very noticable difference in responsiveness of the system under load with the DMA. I actually wasn't convinced until I mistakenly built a system without the DMA, and noticed that it was somehow "slow." -- John | Never try to teach a pig to sing, dyson@freebsd.org | it just makes you look stupid, jdyson@nc.com | and it irritates the pig. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 01:24:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA11683 for freebsd-questions-outgoing; Sun, 24 May 1998 01:24:43 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA11678 for ; Sun, 24 May 1998 01:24:38 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id BAA09708; Sun, 24 May 1998 01:24:36 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 01:24:36 -0700 (PDT) From: Doug White Reply-To: Doug White To: Doug Jernigan cc: freebsd-questions@FreeBSD.ORG Subject: Re: fd0 In-Reply-To: <356595AF.7149@sbei.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 Fri, 22 May 1998, Doug Jernigan wrote: > I am unable to access fd0. When the system boots I see fd0 but cannot > access it. Please show. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 01:30:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA12296 for freebsd-questions-outgoing; Sun, 24 May 1998 01:30:35 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from quasi.bis.co.il (quasi.bis.co.il [192.115.114.40]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA12263 for ; Sun, 24 May 1998 01:30:21 -0700 (PDT) (envelope-from meir@bis.co.il) Received: from bis.co.il (meir@irdavid.bis.co.il [192.115.114.42]) by quasi.bis.co.il (8.8.3/8.8.3) with ESMTP id LAA14004; Sun, 24 May 1998 11:31:02 GMT Message-ID: <3567D9B2.2DF9E41@bis.co.il> Date: Sun, 24 May 1998 11:26:26 +0300 From: Meir Dukhan Organization: BIS Software Systems X-Mailer: Mozilla 4.04 [en] (X11; I; Linux 2.0.32 i586) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG CC: meir@bis.co.il Subject: /usr/lib/crt0.o: Undefined symbol `__startup_setlocale' Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, When trying to build any program I get this message: /usr/lib/crt0.o: Undefined symbol `__startup_setlocale' referenced from text segment Do I have a problem with my linker files ? Tia Meir ps: please, cc me at meir@bis.co.il, thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 01:40:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA13497 for freebsd-questions-outgoing; Sun, 24 May 1998 01:40:27 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from camel8.mindspring.com (camel8.mindspring.com [207.69.200.58]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA13478 for ; Sun, 24 May 1998 01:40:17 -0700 (PDT) (envelope-from skidoo@mindspring.com) Received: from cybele1 (user-38ld071.dialup.mindspring.com [209.86.128.225]) by camel8.mindspring.com (8.8.5/8.8.5) with SMTP id EAA07081 for ; Sun, 24 May 1998 04:40:12 -0400 (EDT) Message-Id: <3.0.1.32.19900103003216.0068d9c4@pop.mindspring.com> X-Sender: skidoo@pop.mindspring.com X-Mailer: Windows Eudora Light Version 3.0.1 (32) Date: Wed, 03 Jan 1990 00:32:16 +0000 To: freebsd-questions@FreeBSD.ORG From: andrew skidmore Subject: winmodems Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG just bought 56*winmodem cause needed new modem- new for 50 bucks then on second thought realized it might not support bsd... my planned move to it is spoild'? I call US Rob and the cust serv guy doesnt know what unix is and asks me to spell it... then puts me on hold for so long, i hang up, answerless.. are my instincts correct? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 01:49:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA14587 for freebsd-questions-outgoing; Sun, 24 May 1998 01:49:30 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA14580 for ; Sun, 24 May 1998 01:49:23 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id BAA09730; Sun, 24 May 1998 01:49:22 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 01:49:22 -0700 (PDT) From: Doug White Reply-To: Doug White To: Jim Van Baalen cc: questions@FreeBSD.ORG Subject: Re: rdump question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 22 May 1998, Jim Van Baalen wrote: > I have been dumping several machines to local 8mm drives. Dump writes to > these drives at about 4mbps. To conserve resources I have been trying > to dump to the same model drive on a remote machine using the : > notation. When I do this dump writes at about .5mbps. Sounds like either a busy net or a shoeshining drive. I'd run a tcpdump and watch the packets go by and see if they're getting squashed somewhere. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 01:50:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA14803 for freebsd-questions-outgoing; Sun, 24 May 1998 01:50:20 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA14796 for ; Sun, 24 May 1998 01:50:17 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id BAA09737; Sun, 24 May 1998 01:50:15 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 01:50:15 -0700 (PDT) From: Doug White Reply-To: Doug White To: lrios cc: freebsd-questions@FreeBSD.ORG Subject: Re: User Names > 8 characters In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 22 May 1998, lrios wrote: > Is there anyway way to increase the Username length beyond eight > characters?? Any help would be appreciated.... Run -CURRENT. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 01:51:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA14962 for freebsd-questions-outgoing; Sun, 24 May 1998 01:51:37 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA14947 for ; Sun, 24 May 1998 01:51:34 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id BAA09741; Sun, 24 May 1998 01:51:06 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 01:51:05 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Oleg G." cc: Questions Subject: Re: PPP problem! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 22 May 1998, Oleg G. wrote: > Hi, there! > I have problem in connection via modems two FBSD 2.2.5 systems. > Modems are connected and exchanging data, but not properly link the > systems. > Syslog wrote: > > pppd 2.2.0 started by root, uid 0 > Connect: ppp0 <--> /dev/ttyd2 > LCP: timeout sending Config-Requests > Connection terminated. > ... > ... > > Whats the problem? Crank up the logging and check /var/log/ppp.log for the results. I'm guessing that you aren't getting fully logged in so you're trying to LCP to a login: prompt. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 01:55:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA15601 for freebsd-questions-outgoing; Sun, 24 May 1998 01:55:44 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA15582 for ; Sun, 24 May 1998 01:55:36 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id BAA09753; Sun, 24 May 1998 01:55:22 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 01:55:22 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Arthur W. Neilson III" cc: freebsd-questions@FreeBSD.ORG Subject: Re: communicator installation In-Reply-To: <199805221944.JAA05224@neilson.ddns.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 22 May 1998, Arthur W. Neilson III wrote: > > Has anyone installed the communicator-v405-us.x86-unknown-linux2.0.tar.gz > off of the Netscape web site? The communicator in the FreeBSD 2.2.6 > ports collection expects the v404 version so I can't use the makefile > in the /usr/ports/www/netscape4-communicator.us directory. Do I just > do a pkg_add to install this tarball? Is it in package format? Nope, it's just a straight binary. AFAIK there is an install script there so just extract and run install. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 01:58:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA16081 for freebsd-questions-outgoing; Sun, 24 May 1998 01:58:22 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA16073 for ; Sun, 24 May 1998 01:58:18 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id BAA09757; Sun, 24 May 1998 01:58:17 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 01:58:16 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Larry S. Marso" cc: freebsd-questions@FreeBSD.ORG Subject: Re: Should I bad block scan? In-Reply-To: <19980522161743.C1071@marso.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 Fri, 22 May 1998, Larry S. Marso wrote: > Is it *always* a good idea to bad block scan new disk partitions as a > matter of practice, when initially creating freebsd partitions? Or does > this introduce an element of uncertainty/instability? For a while it was broken for disks >2GB. In addition bad block checks should NOT be necessary since all modern disks do sector remapping. If you have bad sectors showing then you need to run a verify on the disk and make sure sector remapping is enabled. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 01:59:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA16198 for freebsd-questions-outgoing; Sun, 24 May 1998 01:59:41 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA16186 for ; Sun, 24 May 1998 01:59:37 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id BAA09761; Sun, 24 May 1998 01:59:32 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 01:59:32 -0700 (PDT) From: Doug White Reply-To: Doug White To: ollie barker cc: freebsd-questions@FreeBSD.ORG Subject: Re: need your help In-Reply-To: <3.0.1.32.19980522171153.0068b9c8@pop.mindspring.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 Fri, 22 May 1998, ollie barker wrote: > trying to install freebsd into my laptopbut haveing problems down loading > frim ftp.if you can send me the program into my email so that i can > transfer it to a disk i and install it into my puter would be very helpful > .by the way all that i have in my puter is dos 6.22 would that bother it ? You can copy the files to the DOS partition then install from there. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 02:00:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA16547 for freebsd-questions-outgoing; Sun, 24 May 1998 02:00:19 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA16513 for ; Sun, 24 May 1998 02:00:13 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id CAA09838; Sun, 24 May 1998 02:00:04 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 02:00:04 -0700 (PDT) From: Doug White Reply-To: Doug White To: Brendan Kosowski cc: FreeBSD Questions Subject: Re: 2 ppp questions In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 22 May 1998, Brendan Kosowski wrote: > > I've got a modem connected to what is known as COM3 in the dos world. > > When I run pppd, what device should I use ??? /dev/cuaa2 > Do I have to make a new kernel to support the device ??? I think so. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 02:04:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA17265 for freebsd-questions-outgoing; Sun, 24 May 1998 02:04:29 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA17254 for ; Sun, 24 May 1998 02:04:18 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id CAA09882; Sun, 24 May 1998 02:04:08 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 02:04:08 -0700 (PDT) From: Doug White Reply-To: Doug White To: Marcel Mason cc: "'Free BSD Questions'" Subject: Re: panic: unknown/reserved trap In-Reply-To: <01BD85C0.6A85A380@ppp-222.nunanet.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 Fri, 22 May 1998, Marcel Mason wrote: > I have a Compaq Presario 510 computer system with > 20 Mb RAM, a 258 Mb IDE hard-drive & ATAPI CD-ROM > (setup as a slave) using IRQ 14, I/O address 0x01F0 > that I need to get FreeBSD running on in order to > take a distance ed. unix course. > > I have tried to install FreeBSD ver 2.1 but repeatedly > get the following message after running the install > command from the D:> prompt (which is the CD-ROM > drive) and after the system is probed: 2.1.0?? That's very, very old. Please try this with 2.2.6 and if you're still having problems please post the *exact* output. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 02:06:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA17669 for freebsd-questions-outgoing; Sun, 24 May 1998 02:06:53 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA17651 for ; Sun, 24 May 1998 02:06:46 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id CAA09889; Sun, 24 May 1998 02:06:44 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 02:06:44 -0700 (PDT) From: Doug White Reply-To: Doug White To: Chris Puccio cc: freebsd-questions@FreeBSD.ORG Subject: Re: 3Com Ethernet Problems.. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 22 May 1998, Chris Puccio wrote: > Im new to the FreeBSD OS, and i have been experiancing problems > with my Ethernet card, that work in other BSD's. I have 2 seperate > FreeBSD machines, with 3Com EtherLink II's and EtherLink III's. I would > assume that they would be using ep0. In the dmesg it gives me the very > simple error message 'ep0: not found on 0x300.' Then again it IS on that > address that it claims it can't find it on. Any help on this would be > greatly appreciated. On other, more happier terms, FreeBSd did a great job > on my LinkSys Card finding de0 once it booted. :). Use the 3c5x9 setup program to confirm the settings for the card, then program FreeBSD's boot-time configuration to match the port and IRQ settings. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 02:10:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA18282 for freebsd-questions-outgoing; Sun, 24 May 1998 02:10:28 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA18269 for ; Sun, 24 May 1998 02:10:18 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id CAA09896; Sun, 24 May 1998 02:10:17 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 02:10:17 -0700 (PDT) From: Doug White Reply-To: Doug White To: Stephen B Maguire cc: freebsd-questions@FreeBSD.ORG Subject: Re: Multiple NTFS partions on WD1 In-Reply-To: <000001bd85f3$70154070$0118a8c0@PDC1.OCTOPUS.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 Fri, 22 May 1998, Stephen B Maguire wrote: > Here are my questions: Am I supposed to delete the extended partition, > reconfigure this somehow, and preserve the data it contains to retain > access, still, from NT? I think so. I don't quite see your disk layout, but FreeBSD requires it's own slice. > Do I have to use FIPS to designate a small area in > the MBR to place the boot manager? No. > Generally, how can I get FreeBSD in a slice I already created as a FAT > partition in the extended partition? You have to delete what's there first. Partition Magic is good for this. > Second question: Does anyone know if FreeBSD supports an ATAPI CD-ROM > changer? This one is an OEM made by NEC. I think it will. I'm not sure about the changer control but you should at least get the reader. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 02:11:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA18427 for freebsd-questions-outgoing; Sun, 24 May 1998 02:11:42 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA18412 for ; Sun, 24 May 1998 02:11:36 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id CAA09900; Sun, 24 May 1998 02:11:29 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 02:11:29 -0700 (PDT) From: Doug White Reply-To: Doug White To: laszlo vagner cc: questions@FreeBSD.ORG Subject: Re: sc0 problem In-Reply-To: <199805230430.XAA05506@mutsgo.kf7nn.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 Fri, 22 May 1998, laszlo vagner wrote: > i am getting this message at startup, what does it mean and what will > it limit or affect. > > I have a 486dx-66 with hercules Dynamite VLB installed and noticed that > Xwindows is super slow, I have 20MB of ram installed. Perhaps you're using VGA16? X can be pretty slow unless you have a PCI video card. > sc0: WARNING: video mode switching is only partially supported << Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA19108 for freebsd-questions-outgoing; Sun, 24 May 1998 02:17:16 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA19102 for ; Sun, 24 May 1998 02:17:11 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id CAA09907; Sun, 24 May 1998 02:17:10 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 02:17:09 -0700 (PDT) From: Doug White Reply-To: Doug White To: laszlo vagner cc: questions@FreeBSD.ORG Subject: Re: .forward help In-Reply-To: <199805230448.XAA05632@mutsgo.kf7nn.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 Fri, 22 May 1998, laszlo vagner wrote: > how would i set my .forward file to email me my mail at another address > and ALSO keep a copy locally so I can access it in both places. I forget what character it is, but you add a special character just before the email address. Check the mail archives. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 02:19:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA19259 for freebsd-questions-outgoing; Sun, 24 May 1998 02:19:02 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA19251 for ; Sun, 24 May 1998 02:18:59 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id CAA09915; Sun, 24 May 1998 02:18:37 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 02:18:37 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Oleg G." cc: Questions Subject: Re: PPPD question. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 23 May 1998, Oleg G. wrote: > Hi, there! > I'm set up two modems GVC VF-1133V/R6 to 2 wire LL. > And I have the error, syslog wrote: > > May 23 12:18:54 astra pppd[4723]: pppd 2.2.0 started by root, uid 0 > May 23 12:19:37 astra pppd[4723]: Using interface ppp1 > May 23 12:19:37 astra pppd[4723]: Connect: ppp1 <--> /dev/ttyd2 > May 23 12:19:37 astra pppd[4723]: sent [LCP ConfReq id=0x1 ] > May 23 12:19:58 astra last message repeated 7 times > May 23 12:20:01 astra pppd[4723]: sent [LCP ConfReq id=0x1 ] > May 23 12:20:04 astra pppd[4723]: sent [LCP ConfReq id=0x1 ] > May 23 12:20:07 astra pppd[4723]: LCP: timeout sending Config-Requests > May 23 12:20:07 astra pppd[4723]: Connection terminated. > May 23 12:20:07 astra pppd[4723]: Exit. > ... > ... > > On another computer syslog wrote the same messages. > Modems are sending data to LL and NOT recieving any data. > Whats the problem? > If You have time to reply me, please help. The remote is not responding. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 02:19:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA19321 for freebsd-questions-outgoing; Sun, 24 May 1998 02:19:20 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA19301 for ; Sun, 24 May 1998 02:19:16 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id CAA09911; Sun, 24 May 1998 02:18:02 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 24 May 1998 02:18:02 -0700 (PDT) From: Doug White Reply-To: Doug White To: Francis Vidal cc: FreeBSD Questions Subject: Re: other options for this SCSI disk? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 23 May 1998, Francis Vidal wrote: > hello everyone! > > are there options for the Seagate Cheetah 4LP (wide) on an Adaptec 2940UW > when compiling the kernel? Not that I know of. > what's CAM? where can i get it? CAM is the new SCSI framework. If you have a 2940UW you don't need it. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 02:28:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA20330 for freebsd-questions-outgoing; Sun, 24 May 1998 02:28:11 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lucy.bedford.net (lucy.bedford.net [206.99.145.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA20315 for ; Sun, 24 May 1998 02:28:06 -0700 (PDT) (envelope-from djv@lucy.bedford.net) Received: (from djv@localhost) by lucy.bedford.net (8.8.8/8.8.8) id FAA04524; Sun, 24 May 1998 05:24:21 -0400 (EDT) (envelope-from djv) From: CyberPeasant Message-Id: <199805240924.FAA04524@lucy.bedford.net> Subject: Re: /etc/crontab fishiness In-Reply-To: from Doug White at "May 24, 98 00:44:08 am" To: dwhite@resnet.uoregon.edu Date: Sun, 24 May 1998 05:24:20 -0400 (EDT) Cc: djv@bedford.net, freebsd-questions@FreeBSD.ORG Reply-to: djv@bedford.net X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug White wrote > On Fri, 22 May 1998, CyberPeasant wrote: > > > The crontab(5) man page asserts that variables declared in a crontab, > > such as > > > > HOME=/var/log > > > > in /etc/crontab will be passed to the commands executed. In the case > > at least of /etc/crontab executing the supplied /etc/weekly script, > > this is not the case. > > > > Place "echo $HOME" in that script, and see "/root", not the expected > > "/var/log". > > This is probably because the user's shell resets $HOME. Remember that the > task is run as the user. > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major Doug, that is correct, thanks for pointing it out! In my case, root uses bash as default shell. (Note, this bash is not linked to sh.) The distributed .profile (also good for a root using /bin/sh), does in fact reset HOME. The distributed csh startup files for root do not do this, which explains why this complaint is not universal. I define HOME for root as a security measure anyway (probably a lame one, but I prefer to override umask, PATH and HOME in root's startups). Whoever wrote the default .profile for root seems to agree, (jkh?) (probably where I got the idea, anyway, long ago on another BSD version). A possible fix is to add the -p switch (suppressing sourcing of .profile) to the SHELL declaration in /etc/crontab. y.a. fix is the one I suggested originally, setting HOME in /etc/weekly. y.a. fix is to place some new code in /root/.profile to examine the incoming HOME from login, check it against a list of "OK" homes, (possibly /:/var/log:/root) and change it to /root if it is not in that list. Probably the simplest thing would be to add a comment at the head of /etc/weekly, advising of the problem. It's pesky to track down, and I see it occuring regularly enough to be a FAQ. Puzzle: man 5 crontab says in the EXAMPLE section: # use /bin/sh to run commands, no matter what /etc/passwd says SHELL=/bin/sh Why, if the default .profile sets root's HOME to /root, do csh using roots (whose csh is not actually invoked) /not/ see this problem? Dave -- --== Things that suck: PA vehicle inspections ==-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 02:36:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA21165 for freebsd-questions-outgoing; Sun, 24 May 1998 02:36:47 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gamma.aei.ca (root@gamma.aei.ca [206.123.6.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA21159 for ; Sun, 24 May 1998 02:36:43 -0700 (PDT) (envelope-from malartre@aei.ca) Received: from aei.ca (kaput@aeiusrI-14.aei.ca [206.186.205.164]) by gamma.aei.ca (8.8.5/8.8.5) with ESMTP id FAA05925; Sun, 24 May 1998 05:36:37 -0400 (EDT) Message-ID: <3567EA1D.CFCA3816@aei.ca> Date: Sun, 24 May 1998 05:36:29 -0400 From: Malartre X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: Nicole CC: beaupran , freebsd-questions@FreeBSD.ORG Subject: Re: More Xwindows "area's" References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If I understand your problem, a more easy solution should be to type in Xfree Login window xterm & Malartre Nicole wrote: > On 13-May-98 beaupran wisely wrote: > > In afterstep (depending on what version you have...) there's a file called > > .steprc which contains a lot of info and settings. You can check the > > manpages for "afterstep" and "wharf" for more details. > > > > Briefly, I would say that you got to search this file for something called > > "pager and vitrual desktop" or smthing like that... There you'll have a > > setting like "2x2" (for 4 areas) and you can set it the way you want this > > way, by saving the file and restarting afterstep or "recycling" it. > > > > Wonderfull > That did it! > > Thanks > > Nicole > Way behind on her e-mail > > > Reply any questions! > > > > Spidey > > > > On Wed, 13 May 1998, Nicole wrote: > > > >> > >> > >> Hi All > >> I have what I hope is an easy question. I am running 2.2.6 with Xfree86 and > >> aft > >> erstep. Currently I have 4 virtual "area's" to move around in. I would like > >> to i > >> ncrease this to 6 or 8. Is this possible? How would one do this? > >> > >> > >> Thanks > >> > >> Nicole > >> > >> > >> > >> nicole@webweaver.net - http://www.webweaver.net/ > >> webmistress@dangermouse.org - http://www.dangermouse.org/ > >> ------------------------------------------------- > >> > >> -- Powered by Coka Cola and FreeBSD -- > >> -- Stong enough for a man - But made for a Woman -- > >> > >> -- Microsoft: What bug would you like today? -- > >> -- I tried an internal modem once, but it hurt when I walked -- > >> > >> --------------------------------------------------- > >> > >> To Unsubscribe: send mail to majordomo@FreeBSD.org > >> with "unsubscribe freebsd-questions" in the body of the message > >> > >> > > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > >| A: uuuh, no, I won't give up meat. > >| > >| Q: Even if thirty thousand people a year are dying of hunger or of > >| hunger-related deases? > >| > >| A: No, I still won't give up meat. > >| > >| > >| "While people would starve elsewhere, 9/10 of the grain of the United > >| States is fed to animals, so we can eat meat. The result, is that we > >| feed pigs, better than many third world countries, feed people." > >| > >| Crass, 1982. > >| I promote vegetarism as a politcal statement against poverty and hunger, > >| would you dare to do so??? > > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > nicole@webweaver.net - http://www.webweaver.net/ > webmistress@dangermouse.org - http://www.dangermouse.org/ > ------------------------------------------------- > > -- Powered by Coka Cola and FreeBSD -- > -- Stong enough for a man - But made for a Woman -- > > -- Microsoft: What bug would you like today? -- > -- I tried an internal modem once, but it hurt when I walked -- > > --------------------------------------------------- > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- -------------------------------------------------- malartre@aei.ca ICQ #4224434 www.aei.ca/~malartre/ Unix FreeBSD-2.2.6 -------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 02:46:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA22143 for freebsd-questions-outgoing; Sun, 24 May 1998 02:46:12 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dt050n33.san.rr.com (@dt053nd2.san.rr.com [204.210.34.210]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA22137 for ; Sun, 24 May 1998 02:46:09 -0700 (PDT) (envelope-from Studded@san.rr.com) Received: from san.rr.com (Studded@localhost [127.0.0.1]) by dt050n33.san.rr.com (8.8.8/8.8.8) with ESMTP id CAA02204; Sun, 24 May 1998 02:45:38 -0700 (PDT) (envelope-from Studded@san.rr.com) Message-ID: <3567EC41.FE66D4BF@san.rr.com> Date: Sun, 24 May 1998 02:45:37 -0700 From: Studded Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.6-STABLE-0507 i386) MIME-Version: 1.0 To: Dean Hollister CC: FreeBSD-questions@FreeBSD.ORG Subject: Re: wine References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dean Hollister wrote: > > Hiyall, > > I cannot get wine to run at all. On each occassion, it returns: > > bad system call: core dumped > > on 2.2.6-REL > > Any ideas? Yes. :) Unfortunately wine is a very linux-centric project and to date no freebsd person with serious programming ability has been willing to take it on. The fact that you got it to compile at all is a victory. :) I wish I had better news for you, but you might as well know the truth. Doug -- *** Chief Operations Officer, DALnet IRC network *** *** Proud designer and maintainer of one of the world's largest *** Internet Relay Chat server with 5,328 simultaneous connections *** Try spider.dal.net on ports 6662-4 (Powered by FreeBSD) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 03:12:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA26089 for freebsd-questions-outgoing; Sun, 24 May 1998 03:12:36 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from top.worldcontrol.com (surf52.cruzers.com [205.215.232.52]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id DAA26080 for ; Sun, 24 May 1998 03:12:27 -0700 (PDT) (envelope-from brian@worldcontrol.com) From: brian@worldcontrol.com Received: (qmail 24741 invoked by uid 100); 24 May 1998 10:13:22 -0000 Message-ID: <19980524031319.A24533@top.worldcontrol.com> Date: Sun, 24 May 1998 03:13:19 -0700 To: spork , questions@FreeBSD.ORG Subject: Re: mutt and pgp5 References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91i In-Reply-To: ; from spork on Sun, May 24, 1998 at 02:14:40AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On %M 0, spork wrote: > Has anyone got mutt to work with pgp5? I had it working with 2.6.2, but > it sits at "Enter key for ___:" with the newer pgp. I've tried both the > mutt.withpgp port and mutt.9l with no luck. Using pgp5 "manually" works > fine... I run mutt.91i (the international version with PGP 2/3/5 support built in) ftp://riemann.iam.uni-bonn.de/pub/mutt/mutt-0.91.1i.tar.gz I built it from the mutt release (i.e. not ports). Works fine. If you are going to use PGP 5.0 you have to run with the release version (not the older betas). -- Brian Litzinger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 03:28:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA27891 for freebsd-questions-outgoing; Sun, 24 May 1998 03:28:20 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from avrasya.ispro.net.tr (avrasya.ispro.net.tr [195.174.18.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA27584 for ; Sun, 24 May 1998 03:27:12 -0700 (PDT) (envelope-from yurtesen@ispro.net.tr) Received: from localhost (yurtesen@localhost) by avrasya.ispro.net.tr (8.8.6/8.7.3) with SMTP id MAA00220; Sun, 24 May 1998 12:47:21 +0300 Date: Sun, 24 May 1998 12:47:20 +0300 (EET DST) From: Evren Yurtesen To: Doug White cc: questions@FreeBSD.ORG Subject: Re: libc.so.3.0 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG what about if I issue `make world` ? will it upgrade to 2.2.6 completely? I still could not understand the exact thing which make world command do, cause sometime ago I tried cvsup program and then I recompile the kernel, now it says that it is 2.2.6 but also some files are not upgraded...do make world upgrade those files too? +--------------------------------------------------------+ | Name : Evren Yurtesen - yurtesen@ispro.net.tr | | S-mail: Mithatpasa Cad. No:1079/13 35290 Guzelyali | | Home:+90-232-2857604 Work:+90-232-2463992 Izmir/TURKEY | +--------------------------------------------------------+ On Sat, 23 May 1998, Doug White wrote: > On Thu, 21 May 1998, Evren Yurtesen wrote: > > > what is the easiest way to upgrade? > > 0. Back up everything important. > 1. Grab a 2.2.6 boot floppy. Write it. Boot it. > 2. At the main menu select `upgrade'. > > > thank you :) > > No problem. > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 03:48:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA29747 for freebsd-questions-outgoing; Sun, 24 May 1998 03:48:30 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.bit-net.com (dns1.bit-net.com [208.146.132.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA29650 for ; Sun, 24 May 1998 03:47:50 -0700 (PDT) (envelope-from sderdau@bit-net.com) Received: from sderdau.bit-net.com (sderdau.bit-net.com [208.146.135.247]) by mail.bit-net.com (8.8.8/8.8.8) with SMTP id GAA12074; Sun, 24 May 1998 06:47:45 -0400 (EDT) Message-ID: <3567FAFA.167EB0E7@bit-net.com> Date: Sun, 24 May 1998 06:48:26 -0400 From: "Stephen A. Derdau" X-Mailer: Mozilla 3.04Gold (X11; I; FreeBSD 2.2.6-RELEASE i386) MIME-Version: 1.0 To: Brad Tucker CC: freebsd-questions@FreeBSD.ORG Subject: Re: References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This link helped me: http://www.freebsd.org/tutorials/ppp/ppp.html Brad Tucker wrote: > > I have a freebsd box at home, and a win 95 box. I have ethernet cards on > both boxes. In the freebsd box I have a modem. I would like to use the > freebsd box as a gateway for the win95 box. I tried setting the > geteway=yes in rc.conf. this didnt seem to work. When i try to ping > somewhere thats not at home from the win95 box I get "Request Timed Out." > Do I need to set the freebsd box to be a router?? Is there an easy way to > tell the freebsd box to take any requests from the device ed0 and give > them to the devices tun0? Will someone please push me into the right > direction. > > Thanks > Brad > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- "FreeBSD It's That and Much Much More" Find out Why @ http://www.freebsd.org Stephen A. Derdau To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 04:42:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA05854 for freebsd-questions-outgoing; Sun, 24 May 1998 04:42:00 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA05806 for ; Sun, 24 May 1998 04:41:24 -0700 (PDT) (envelope-from dean@odyssey.apana.org.au) Received: from localhost (dean@localhost) by odyssey.apana.org.au (8.8.7/8.8.7) with SMTP id TAA06026; Sun, 24 May 1998 19:42:17 +0800 (WST) Date: Sun, 24 May 1998 19:42:17 +0800 (WST) From: Dean Hollister To: Studded cc: Dean Hollister , FreeBSD-questions@FreeBSD.ORG Subject: Re: wine In-Reply-To: <3567EC41.FE66D4BF@san.rr.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 24 May 1998, Studded wrote: > Yes. :) Unfortunately wine is a very linux-centric project and to date > no freebsd person with serious programming ability has been willing to > take it on. The fact that you got it to compile at all is a victory. :) What on earth is it doing in the ports collection then? ;-) > I wish I had better news for you, but you might as well know the truth. Thanks! ;-) Regards, d. +-------------------------------------------------------+ | Dean Hollister, | dean@odyssey.apana.org.au | | Perth, Western Australia. | deanh@iinet.net.au | +-------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 04:46:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA06701 for freebsd-questions-outgoing; Sun, 24 May 1998 04:46:08 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from server.visiontm.com (pp253.islc.net [208.236.113.253]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA06695 for ; Sun, 24 May 1998 04:46:02 -0700 (PDT) (envelope-from harry@visiontm.com) Received: from hp.visiontm.com (hp.visiontm.com [192.168.93.5]) by server.visiontm.com (8.8.8/8.8.8) with SMTP id HAA12060 for ; Sun, 24 May 1998 07:43:29 -0400 (EDT) From: "Harry Patterson" To: "freebsd-questions" Subject: Sendmail oddness Date: Sun, 24 May 1998 07:36:51 -0400 Message-ID: <01bd8708$3ef6ed20$055da8c0@hp.visiontm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am having a very odd problem occur with sendmail(8.8.8). 99% of my mail is delivered with no problem. However; twice this week I have tried to send e-mail to two servers that just never gets delivered and is returned with a 451 read error. If I deliver them (same address) using my dial in account with a local ISP the mail delivers fine. For some reason the receiving server won't negotiate with mine. Since one of these server is the Internic, it is causing me significant problems. I have included a copy of one of the deferred files in /var/spool/mqueue to see if this helps. Any ideas would be greatly approeciated. Harry ****** deferred file from que *** V2 T895672331 K895749294 N43 P3821471 I0/131076/263 MDeferred: Operation timed out with rs.internic.net. Fwb $rSMTP $shp.viwiontm.com $_hp.visiontm.com [192.168.93.5] S RPFD: H?P?Return-Path: HReceived: from hp.viwiontm.com (hp.visiontm.com [192.168.93.5]) by server.visiontm.com (8.8.8/8.8.8) with SMTP id JAA00487 for ; Wed, 20 May 1998 09:52:11 -0400 (EDT) H?x?Full-Name: Harry Patterson HFrom: "Harry Patterson" HTo: HSubject: MODIFY DOMAIN britishraj.com HDate: Wed, 20 May 1998 09:48:12 -0400 HMessage-ID: <01bd83f5$ee8bafc0$055da8c0@hp.viwiontm.com> HMIME-Version: 1.0 HContent-Type: text/plain; charset="iso-8859-1" HContent-Transfer-Encoding: 7bit HX-Priority: 3 HX-MSMail-Priority: Normal HX-Mailer: Microsoft Outlook Express 4.71.1712.3 HX-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 05:34:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA10737 for freebsd-questions-outgoing; Sun, 24 May 1998 05:34:14 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from woozle.rinet.ru (marck@woozle.rinet.ru [195.54.192.68]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA10726 for ; Sun, 24 May 1998 05:34:09 -0700 (PDT) (envelope-from marck@rinet.ru) Received: from localhost (marck@localhost) by woozle.rinet.ru (8.8.7/8.8.7) with SMTP id QAA27276 for ; Sun, 24 May 1998 16:33:56 +0400 (MSD) (envelope-from marck@rinet.ru) X-Authentication-Warning: woozle.rinet.ru: marck owned process doing -bs Date: Sun, 24 May 1998 16:33:56 +0400 (MSD) From: Dmitry Morozovsky To: freebsd-questions@FreeBSD.ORG Subject: dumping really big filesystems to Travan-4 streamer (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello there. 0. FreeBSD 2.2.6-R, ufs with 6G of used space, Travan-4 by Seagate (4G native size) SCSI tape, hardware compression on. Central thing: file system used size is more than 1 tape. dumping with command > dump -0ua -b 32 -f /dev/nrst0 leads to error message at the end of the first tape: DUMP: 57.24% done, finished in 1:40 DUMP: write error 3999584 blocks into volume 1 DUMP: Do you want to restart?: ("yes" or "no") Then, answering "no" leads to abort entire dump; answer "yes" leads to remount tape and rewrite backup set from the very beginning, then to the same error message. Any suggestions? Sincerely, D.Marck ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 05:38:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA11082 for freebsd-questions-outgoing; Sun, 24 May 1998 05:38:01 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.eds.com (ns1.eds.com [192.85.154.78]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA11044 for ; Sun, 24 May 1998 05:37:58 -0700 (PDT) (envelope-from peter.bijl@nl.eds.com) Received: from nnsa.eds.com (nnsa2.eds.com [192.85.154.30]) by ns1.eds.com (8.8.8/8.8.8) with ESMTP id IAA09749 for ; Sun, 24 May 1998 08:37:58 -0400 (EDT) Received: from mail.nl.eds.com ([204.104.106.251]) by nnsa.eds.com (8.8.8/8.8.8) with SMTP id IAA09691 for ; Sun, 24 May 1998 08:37:25 -0400 (EDT) Received: from [207.169.182.67] by mail.nl.eds.com with SMTP (1.38.193.5/16.2) id AA04161; Sun, 24 May 1998 14:31:48 +0200 Message-Id: <356814C4.ADC6A23A@nl.eds.com> Date: Sun, 24 May 1998 14:38:28 +0200 From: Peter Bijl X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) Mime-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: The FreeBSD operating system 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 don't have any questions (yet). I just want to say that FreeBSD is working fine. Everything functions and the questions of all my answers could be found at the FreeBSD website or The Complete FreeBSD book. I have just installed the apsfilter-port and I now can print even postscript files on my simple HP-printer. My compliments to all the people who work on FreeBSD! Greetings from a happy-FreeBSD-user, Peter peter.bijl@nl.eds.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 05:50:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA12411 for freebsd-questions-outgoing; Sun, 24 May 1998 05:50:24 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lucy.bedford.net (lucy.bedford.net [206.99.145.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA12391 for ; Sun, 24 May 1998 05:50:18 -0700 (PDT) (envelope-from listread@lucy.bedford.net) Received: (from listread@localhost) by lucy.bedford.net (8.8.8/8.8.8) id IAA05971; Sun, 24 May 1998 08:50:11 -0400 (EDT) (envelope-from listread) Message-Id: <199805241250.IAA05971@lucy.bedford.net> Subject: Re: winmodems In-Reply-To: <3.0.1.32.19900103003216.0068d9c4@pop.mindspring.com> from andrew skidmore at "Jan 3, 90 00:32:16 am" To: skidoo@mindspring.com (andrew skidmore) Date: Sun, 24 May 1998 08:50:11 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG Reply-to: djv@bedford.net From: CyberPeasant X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andrew skidmore wrote: > just bought 56*winmodem cause needed new modem- new for 50 bucks then on > second thought realized it might not support bsd... my planned move to it > is spoild'? I call US Rob and the cust serv guy doesnt know what unix is > and asks me to spell it... then puts me on hold for so long, i hang up, > answerless.. are my instincts correct? > They are completely accurate, as far as I know. Trade up to a 'real' modem, preferably external. (they're nicer. Couriers are nicest.) I don't think winmodems are supported on Free|Net|Open BSD nor on Linux. If anybody knows of a non-M$ OS that supports them, I'd be fascinated to hear about it. (OS/2?) I believe there's another P.O.S. called a winprinter. The 'win' in these names does not apply to the buyer. Dave. -- If somebody 'wins', somebody else 'loses'. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 06:03:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA13586 for freebsd-questions-outgoing; Sun, 24 May 1998 06:03:41 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from 209.94.109.39 (dialin-5.poughkeepsie.bestweb.net [209.94.109.39]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA13581 for ; Sun, 24 May 1998 06:03:36 -0700 (PDT) (envelope-from Internet-Gourmet@jerusalemail.com) Date: Sun, 24 May 1998 06:03:36 -0700 (PDT) From: Internet-Gourmet@jerusalemail.com Message-Id: <199805241303.GAA13581@hub.freebsd.org> Received: (from uudp@lcl|lhost) by in2.|br.net (8.6.9/8.6.9) id CFF569794 for ; Sunday, May 24, 1998 01:12:39 GMT Received: from tomsurl|.com (mh.tomsurl|.com [100.257.57.69]) by m4.tomsurl|.com (8.6.12/8.6.12) with ESMTP id PAA21932 Received: from reb50.rs41|1date.net (root@reb50.rs41|1date.net [256.36.1.176]) by tomsurl|.com (8.6.12/8.6.12) with ESMTP id PBA023891 for ; Received: (from suppressed@lcl|lhost) by pc.sma|l.net (8.7.3/6.7.3) id CFF34285 for ; Sunday, May 24, 1998 20:12:58 -0500 (CDT) Received: from emoose.mai|.|bot.com (emoose.mai|.|bot.com [258.81.11.42]) by md.sparpnet..net (8.7.4/8.7.3) with ESMTP id RAC035940 for ; Received: from clift.b21|1crost.com (clift.b21|1crost.com [199.3.12.256]) by dot.71|1bycentric.net (8.8.5/04/01 3.26)) id LAT131787; Received: from sprmost.bix.l|lneter.com(204.256.183.71) by hars11.ix.l|lneter.com via smapt (V1.3) id smr0029301; To: questions@FreeBSD.ORG Reply-To: nycremove@prontomail.com Subject: Gourmet Food Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, if you love really great food, read on! If not, please excuse this intrusion. Hi, if you really enjoy gourmet food, read on. If not, please excuse this intrusion. THE MOST DELICIOUS FOOD ON THE INTERNET IS AT NEW YORK CITY GOURMET FOOD A list of the foods and a link to the site can be found at: http://www.jpostmail.com/jpost/users/cybergourmet To be deleted from the mail list, please respond with remove in the subject line and press the reply button. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 06:21:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA16039 for freebsd-questions-outgoing; Sun, 24 May 1998 06:21:11 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dc1.mfn.org (dc1.mfn.org [204.238.179.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA16034 for ; Sun, 24 May 1998 06:21:00 -0700 (PDT) (envelope-from sysadmin@mfn.org) Received: from w3svcs.mfn.org (unverified [204.238.179.11]) by mail.mfn.org (EMWAC SMTPRS 0.83) with SMTP id ; Sun, 24 May 1998 08:22:52 -0500 Received: by w3svcs.mfn.org with Microsoft Mail id <01BD86EC.D9BE8EB0@w3svcs.mfn.org>; Sun, 24 May 1998 08:20:45 -0500 Message-ID: <01BD86EC.D9BE8EB0@w3svcs.mfn.org> From: "J.A. Terranson" To: "'Doug White'" , Brendan Kosowski Cc: FreeBSD Questions Subject: RE: 2 ppp questions Date: Sun, 24 May 1998 08:20:44 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yes, you do. Serial devices in the default kernel are 0x3f8/IRQ4 ("Com1") and 0x2f8/IRQ3 ("Com2"). You may add other devices, or alter these, but you *must* make a new kernel to do it. (BTW: This comes in VERY handy for oddball configurations, for example, this machine has 0x3f8 on IRQ7 and 0x2f8 on IRQ4, although the reasoning is a LONG story I wont go into... If you absolutely need strange settings, remember that FBSD will let you put just about anything into just about anywhere!) J.A. Terranson sysadmin@mfn.org -----Original Message----- From: Doug White [SMTP:dwhite@gdi.uoregon.edu] Sent: Sunday, May 24, 1998 4:00 AM To: Brendan Kosowski Cc: FreeBSD Questions Subject: Re: 2 ppp questions On Fri, 22 May 1998, Brendan Kosowski wrote: > > I've got a modem connected to what is known as COM3 in the dos world. > > When I run pppd, what device should I use ??? /dev/cuaa2 > Do I have to make a new kernel to support the device ??? I think so. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major 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 May 24 06:26:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA16666 for freebsd-questions-outgoing; Sun, 24 May 1998 06:26:17 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from vigilante2.uninet.net.mx (vigilante2.uninet.net.mx [200.33.150.70]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA16513 for ; Sun, 24 May 1998 06:25:55 -0700 (PDT) (envelope-from octavios@mexicobiz.com) Received: from EDISWITCH2 (EDISWITCH2.uninet.net.mx [200.33.150.25]) by vigilante2.uninet.net.mx (8.8.8/8.8.8) with SMTP id IAA00857 for ; Sun, 24 May 1998 08:28:23 -0600 (CST) Received: from galileo.orbinet.com.mx by EDISWITCH2 (SMI-8.6/SMI-SVR4) id IAA17127; Sun, 24 May 1998 08:17:19 -0600 Message-Id: <199805241417.IAA17127@EDISWITCH2> Reply-To: From: "Octavio Solorzano" To: Subject: Boot Error Date: Sun, 24 May 1998 08:26:38 -0500 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1161 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have version freebsd 2.2.5 and it is giving me an error kernel not found, partition not found, i would like to recover all my info, thanks a lot what can ido ??? Did somebody hack my system ??? godzuki@mexicobiz.com octavios@mexicobiz.com Thanks its urgent !!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 07:22:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA22683 for freebsd-questions-outgoing; Sun, 24 May 1998 07:22:15 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.IDFW.COM ([207.86.246.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id HAA22676 for ; Sun, 24 May 1998 07:22:09 -0700 (PDT) (envelope-from frankg@idfw.com) Received: from fast1 [207.136.53.73] by mail.IDFW.COM (SMTPD32-4.03) id A39061DD0138; Sun, 24 May 1998 07:25:04 EDT Message-ID: <000201bd871f$95c9acc0$0200a8c0@fast1.dfw.com> Reply-To: "Frank Griffith" From: "Frank Griffith" To: Subject: Rotten old Core Dump! Date: Sun, 24 May 1998 08:42:51 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I was running FreeBSD 2.2.6 on my Pentium 75 computer for the last few weeks and everything was stable. I installed a new Pentium 166 MgHz chip, reset the jumpers on the motherboard for it and off I went. FreeBSD crashed on the first attempt to boot and again on the second. I then booted from the FreeBSD 2.2.6 floppy installation disk and got it to at least boot. I then rebooted to the hard drive and got in. But alas, my once very stable system is now encountering problems. For instance when I try to view a man page, it starts the formatting and the I get this message: Formatting page, please wait...May 24 00:07:19 FreeBSD /kernel: pid 375 (troff), uid 0: exited on signal 11 (core dumped) /usr/bin/groff: troff Segmentation fault (core dumped). Done. Also, when I renistall FreeBSD via FTP, it gets to the Remaking all Devices screen and hangs until I press Ctrl+C. Anyone have a suggestion? I only swapped out the chip and have checked and rechecked the jumper setting on the main board. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 07:55:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA26455 for freebsd-questions-outgoing; Sun, 24 May 1998 07:55:01 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA26443 for ; Sun, 24 May 1998 07:54:56 -0700 (PDT) (envelope-from kpielorz@tdx.co.uk) Received: from tdx.co.uk (lorca-tx.tdx.co.uk [195.188.177.242]) by caladan.tdx.co.uk (8.8.8/8.8.8) with ESMTP id PAA00794; Sun, 24 May 1998 15:54:48 +0100 (BST) (envelope-from kpielorz@tdx.co.uk) Message-ID: <356834B8.B44C2241@tdx.co.uk> Date: Sun, 24 May 1998 15:54:48 +0100 From: Karl Pielorz Organization: TDX X-Mailer: Mozilla 4.05 [en] (WinNT; I) MIME-Version: 1.0 To: Frank Griffith CC: freebsd-questions@FreeBSD.ORG Subject: Re: Rotten old Core Dump! References: <000201bd871f$95c9acc0$0200a8c0@fast1.dfw.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Frank Griffith wrote: > Formatting page, please wait...May 24 00:07:19 FreeBSD > /kernel: pid 375 (troff), uid 0: exited on signal 11 (core dumped) > /usr/bin/groff: troff Segmentation fault (core dumped). > Done. > > Also, when I renistall FreeBSD via FTP, it gets to the Remaking all > Devices screen and hangs until I press Ctrl+C. > > Anyone have a suggestion? I only swapped out the chip and have > checked and rechecked the jumper setting on the main board. It sounds like your system can't keep up with the new processor - Signal 11's are notoriously memory related - does your BIOS have any settings for memory speed or timings? - What motherboard is it? - You may be better off posting to the -hardware list... Regards, Karl Pielorz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 08:03:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA27581 for freebsd-questions-outgoing; Sun, 24 May 1998 08:03:36 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from atlantis.nconnect.net (root@atlantis.nconnect.net [207.227.50.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA27560 for ; Sun, 24 May 1998 08:03:30 -0700 (PDT) (envelope-from randyd@nconnect.net) Received: from nconnect.net (birddog-mke-x2-28.nconnect.net [207.227.61.28]) by atlantis.nconnect.net (8.8.5/8.8.5) with ESMTP id JAA22869; Sun, 24 May 1998 09:59:25 -0500 (CDT) Message-ID: <356836A5.A5D7A68A@nconnect.net> Date: Sun, 24 May 1998 10:03:01 -0500 From: Randy DuCharme Organization: Astrolab Development X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: Frank Griffith CC: freebsd-questions@FreeBSD.ORG Subject: Re: Rotten old Core Dump! References: <000201bd871f$95c9acc0$0200a8c0@fast1.dfw.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Frank Griffith wrote: > > I was running FreeBSD 2.2.6 on my Pentium 75 computer > for the last few weeks and everything was stable. I installed > a new Pentium 166 MgHz chip, reset the jumpers on the > motherboard for it and off I went. FreeBSD crashed on the > first attempt to boot and again on the second. I then booted > from the FreeBSD 2.2.6 floppy installation disk and got it to > at least boot. I then rebooted to the hard drive and got in. > > But alas, my once very stable system is now encountering > problems. For instance when I try to view a man page, it > starts the formatting and the I get this message: > > Formatting page, please wait...May 24 00:07:19 FreeBSD > /kernel: pid 375 (troff), uid 0: exited on signal 11 (core dumped) > /usr/bin/groff: troff Segmentation fault (core dumped). > Done. > > Also, when I renistall FreeBSD via FTP, it gets to the Remaking all > Devices screen and hangs until I press Ctrl+C. > > Anyone have a suggestion? I only swapped out the chip and have > checked and rechecked the jumper setting on the main board. Several possibilities: 1) Be absolutely sure CPU voltages are correct. If memory serves me correctly, MMX and non-MMX CPUs ran at different core voltages. ( I'm not 100% certain of this, but a close examination of documentation should prove this out.) 2) Memory! Your memory may not be up to the task. When I encounter these problems I go to CMOS and add wait states. If I can effect a change in erroneous behavior by slowing down memory timing I tend to be suspicious of memory or cache ram quality. This is not always the case as I've seen motherboards do this too. We'd gotten a batch of Shuttle ( yecch! ) mainboards once that ran fine at 90-100 MHz but acted strangely above that, no matter what kind of RAM or cache we installed. Temporarily disabling external cache may also help point you in the right direction. 3) Mainboard: As I said above, I've frequently found some lesser quality mainboards to be strange at higher clock speeds. I avoid 'budget' components like the plague for serious computing. 4) Check, recheck, and check again the jumper settings. Be sure you have them correct for the CPU installed and that the mainboard does in fact support the CPU you're trying to install. My 2 cents worth. -- Randall D DuCharme Systems Engineer Novell, Microsoft, and UNIX Networking Support Computer Specialists Free Your Machine.... FreeBSD 414-253-9998 414-253-9919 (fax) The Power To Serve! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 08:14:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA29069 for freebsd-questions-outgoing; Sun, 24 May 1998 08:14:02 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from zinc.singnet.com.sg (zinc.singnet.com.sg [165.21.7.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA29019 for ; Sun, 24 May 1998 08:13:57 -0700 (PDT) (envelope-from kevinx@singnet.com.sg) Received: from wisteria.singnet.com.sg (wisteria.singnet.com.sg [165.21.1.12]) by zinc.singnet.com.sg (8.8.7/8.8.7) with SMTP id XAA29802 for ; Sun, 24 May 1998 23:13:55 +0800 (SGT) Date: Sun, 24 May 1998 23:13:55 +0800 (SST) From: Kevin Subject: what is silo overflow? To: freebsd-questions@FreeBSD.ORG Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, When running X with few xterms and netscape4.05 open,I got the below log msg on my console. Running 2.2.5 on P100 and 16mb ram. May 24 11:19:27 vmuniz /kernel: sio1: 1 more silo overflow (total 1) May 24 11:46:24 vmuniz /kernel: sio1: 1 more silo overflow (total 2) May 24 11:47:07 vmuniz /kernel: sio1: 2 more silo overflows (total 4) May 24 12:03:07 vmuniz /kernel: sio1: 4 more silo overflows (total 8) May 24 12:49:03 vmuniz /kernel: sio1: 3 more silo overflows (total 11) Thanks kevin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 08:53:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA03201 for freebsd-questions-outgoing; Sun, 24 May 1998 08:53:47 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from fledge.watson.org (root@COPLAND.CODA.CS.CMU.EDU [128.2.222.48]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA03182 for ; Sun, 24 May 1998 08:53:39 -0700 (PDT) (envelope-from robert@cyrus.watson.org) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.8.8/8.8.8) with SMTP id LAA17812 for ; Sun, 24 May 1998 11:53:39 -0400 (EDT) Date: Sun, 24 May 1998 11:53:38 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org Reply-To: Robert Watson To: freebsd-questions@FreeBSD.ORG Subject: sd0(ahc0:0:0): MEDIUM ERROR Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sd0(ahc0:0:0): MEDIUM ERROR info:0x2e389a asc:11,0 Unrecovered read error , retries:4 sd0(ahc0:0:0): MEDIUM ERROR info:0x3be72d asc:11,0 Unrecovered read error , retries:4 sd0(ahc0:0:0): MEDIUM ERROR info:0x3be72a asc:11,0 Unrecovered read error , retries:4 These errors are not particularly informative to me (the uninitiated when it comes to the SCSI driver under 2.2-STABLE). Any suggestions as to what this actually means? Is this just a notification that the hard disk is doing bad sector relocation in hardware, or is this a bus error, etc? I do not know what the system was doing when these messages happened (a remote server), but a sector number at least would be useful. Thanks, Robert N Watson ---- Carnegie Mellon University http://www.cmu.edu/ Trusted Information Systems http://www.tis.com/ SafePort Network Services http://www.safeport.com/ robert@fledge.watson.org http://www.watson.org/~robert/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 09:06:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA05317 for freebsd-questions-outgoing; Sun, 24 May 1998 09:06:02 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mercury.acs.unt.edu (mercury.acs.unt.edu [129.120.220.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA05278 for ; Sun, 24 May 1998 09:05:56 -0700 (PDT) (envelope-from john@www.cas.unt.edu) Received: from www.cas.unt.edu (www.cas.unt.edu [129.120.3.150]) by mercury.acs.unt.edu (8.8.8/8.8.8) with ESMTP id KAA17889; Sun, 24 May 1998 10:53:17 -0500 (CDT) Received: (from john@localhost) by www.cas.unt.edu (8.8.8/8.6.9) id KAA28217; Sun, 24 May 1998 10:49:54 -0500 (CDT) From: john Message-Id: <199805241549.KAA28217@www.cas.unt.edu> Subject: Re: Permissions changing on sendmail solved. In-Reply-To: from Doug White at "May 24, 98 00:32:51 am" To: dwhite@resnet.uoregon.edu Date: Sun, 24 May 1998 10:49:53 -0500 (CDT) Cc: questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Thu, 21 May 1998, john wrote: > > > Well, it looks like if you put the beloew line in /etc/crontab > > #*/30 * * * * root /usr/sbin/sendmail -q > > Your permisions on sendmail get wacked.....I find this > > behavior kind of odd.... > > Yes. But this is redundant if you have sendmail enabled in /etc/rc.conf > with the default flags. > Yes it is, but I've got tcpwrappers running sendmail from /etc/inetd.conf smtp stream tcp nowait/5 root /usr/local/libexec/tcpd /usr/sbin/sendmail -bs I think I can just do sendmail -bm -q30m and be ok as well as the inetd spawned sendmail. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 09:08:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA05551 for freebsd-questions-outgoing; Sun, 24 May 1998 09:08:28 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from amber.ecom.net (ns1.ecom.net [207.155.73.10] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA05517 for ; Sun, 24 May 1998 09:08:24 -0700 (PDT) (envelope-from randyk@ccsales.com) Received: from ntrkcasa (b208.ecom.net [207.13.225.208]) by amber.ecom.net (8.8.8/8.8.7) with SMTP id JAA00272 for ; Sun, 24 May 1998 09:08:22 -0700 (PDT) (envelope-from randyk@ccsales.com) Message-Id: <3.0.5.32.19980524090543.038a1350@ccsales.com> X-Sender: randyk@ccsales.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Sun, 24 May 1998 09:05:43 -0700 To: freebsd-questions@FreeBSD.ORG From: "Randy A. Katz" Subject: Pager Notification In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I've got around 25 happy FreeBSD boxes. I want to be notified via pager when certain conditions arise (certain deamons no longer running, certain %'s of partition full, etc...). I would need a c/c++ program which allows me to: ./pagehim phone# statuscode So, this would send the statuscode to the page victim (me) so the condition/status is known. It will let me know: 1. Which machine the problem is on. 2. Where the error is. 3. If a partition is full, which one. Can anyone point in the right direction? Thanx, Randy Katz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 09:10:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA06119 for freebsd-questions-outgoing; Sun, 24 May 1998 09:10:57 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from elephants.dyn.ml.org (root@mki4-pl-ri5.kos.net [206.186.40.45]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA06082; Sun, 24 May 1998 09:10:49 -0700 (PDT) (envelope-from jake@elephants.dyn.ml.org) Received: from elephants.dyn.ml.org (jake@elephants.dyn.ml.org [127.0.0.1]) by elephants.dyn.ml.org (8.8.8/8.8.8) with ESMTP id MAA02028; Sun, 24 May 1998 12:13:02 -0700 (PDT) (envelope-from jake@elephants.dyn.ml.org) Message-Id: <199805241913.MAA02028@elephants.dyn.ml.org> X-Mailer: exmh version 1.6.9 8/22/96 To: questions@FreeBSD.ORG cc: current@FreeBSD.ORG Subject: devfs on /dev? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 24 May 1998 12:13:01 -0700 From: Jake Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is the purpose of devfs to be mounted on /dev? can I safely move /dev to /dev.old and use devfs /dev devfs rw 0 0 in /etc/fstab? Should I put "options DEVFS_ROOT" in my kernel config? I saw that in a search of the mailing lists, but don't think its in LINT. I'm running -current from a few days ago. Thanks -- http://www.checker.org/~jake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 09:24:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA07892 for freebsd-questions-outgoing; Sun, 24 May 1998 09:24:41 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA07870 for ; Sun, 24 May 1998 09:24:34 -0700 (PDT) (envelope-from kpielorz@tdx.co.uk) Received: from tdx.co.uk (lorca-tx.tdx.co.uk [195.188.177.242]) by caladan.tdx.co.uk (8.8.8/8.8.8) with ESMTP id RAA00709; Sun, 24 May 1998 17:24:25 +0100 (BST) (envelope-from kpielorz@tdx.co.uk) Message-ID: <356849B9.D359D2BC@tdx.co.uk> Date: Sun, 24 May 1998 17:24:25 +0100 From: Karl Pielorz Organization: TDX X-Mailer: Mozilla 4.05 [en] (WinNT; I) MIME-Version: 1.0 To: Kevin CC: freebsd-questions@FreeBSD.ORG Subject: Re: what is silo overflow? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kevin wrote: > > Hi, > > When running X with few xterms and netscape4.05 open,I got the below > log msg on my console. Running 2.2.5 on P100 and 16mb ram. > > May 24 11:19:27 vmuniz /kernel: sio1: 1 more silo overflow (total 1) [snip] > May 24 12:03:07 vmuniz /kernel: sio1: 4 more silo overflows (total 8) > May 24 12:49:03 vmuniz /kernel: sio1: 3 more silo overflows (total 11) > > Thanks > kevin I think this is where your system can't keep up with your serial port... I presume your using PPP or something for your internet connection? - If you can, reduce the baudrate your using (e.g. if your using 115,200 go to 57600) etc. Someone else may be able to suggest a better 'fix' for this ;-) Regards, Karl Pielorz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 09:30:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA08633 for freebsd-questions-outgoing; Sun, 24 May 1998 09:30:31 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from avrasya.ispro.net.tr (avrasya.ispro.net.tr [195.174.18.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA08455 for ; Sun, 24 May 1998 09:29:21 -0700 (PDT) (envelope-from yurtesen@ispro.net.tr) Received: from localhost (yurtesen@localhost) by avrasya.ispro.net.tr (8.8.6/8.7.3) with SMTP id UAA06017 for ; Sun, 24 May 1998 20:29:31 +0300 Date: Sun, 24 May 1998 20:29:31 +0300 (EET DST) From: Evren Yurtesen To: freebsd-questions@FreeBSD.ORG Subject: core Message-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 maybe this is a real stupid qustion, sometimes programs quit with an error message like error writing core and they create a file with programname.core what can I do with that .core file? what is the purpose of it? why do programs create that file instead of just exiting? +--------------------------------------------------------+ | Name : Evren Yurtesen - yurtesen@ispro.net.tr | | S-mail: Mithatpasa Cad. No:1079/13 35290 Guzelyali | | Home:+90-232-2857604 Work:+90-232-2463992 Izmir/TURKEY | +--------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 10:00:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA11684 for freebsd-questions-outgoing; Sun, 24 May 1998 10:00:20 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from zinc.singnet.com.sg (zinc.singnet.com.sg [165.21.7.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA11677 for ; Sun, 24 May 1998 10:00:14 -0700 (PDT) (envelope-from kevinx@singnet.com.sg) Received: from wisteria.singnet.com.sg (wisteria.singnet.com.sg [165.21.1.12]) by zinc.singnet.com.sg (8.8.7/8.8.7) with SMTP id BAA15715; Mon, 25 May 1998 01:00:02 +0800 (SGT) Date: Mon, 25 May 1998 01:00:01 +0800 (SST) From: Kevin Subject: Re: what is silo overflow? To: Karl Pielorz cc: freebsd-questions@FreeBSD.ORG 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, > > > > When running X with few xterms and netscape4.05 open,I got the below > > log msg on my console. Running 2.2.5 on P100 and 16mb ram. > > > > May 24 11:19:27 vmuniz /kernel: sio1: 1 more silo overflow (total 1) > [snip] > > May 24 12:03:07 vmuniz /kernel: sio1: 4 more silo overflows (total 8) > > May 24 12:49:03 vmuniz /kernel: sio1: 3 more silo overflows (total 11) > > > > Thanks > > kevin > > I think this is where your system can't keep up with your serial port... I > presume your using PPP or something for your internet connection? - If you > can, reduce the baudrate your using (e.g. if your using 115,200 go to 57600) > etc. Someone else may be able to suggest a better 'fix' for this ;-) > > Regards, > > Karl Pielorz Yes, using PPP here on cuaa1 with a 56k modem, baudrate is 57600 not 115,200. regards kevin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 10:09:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA12821 for freebsd-questions-outgoing; Sun, 24 May 1998 10:09:16 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA12811 for ; Sun, 24 May 1998 10:09:11 -0700 (PDT) (envelope-from kpielorz@tdx.co.uk) Received: from tdx.co.uk (lorca-tx.tdx.co.uk [195.188.177.242]) by caladan.tdx.co.uk (8.8.8/8.8.8) with ESMTP id SAA00967; Sun, 24 May 1998 18:09:07 +0100 (BST) (envelope-from kpielorz@tdx.co.uk) Message-ID: <35685432.545B8E98@tdx.co.uk> Date: Sun, 24 May 1998 18:09:06 +0100 From: Karl Pielorz Organization: TDX X-Mailer: Mozilla 4.05 [en] (WinNT; I) MIME-Version: 1.0 To: Robert Watson CC: freebsd-questions@FreeBSD.ORG Subject: Re: sd0(ahc0:0:0): MEDIUM ERROR References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Robert Watson wrote: > > sd0(ahc0:0:0): MEDIUM ERROR info:0x2e389a asc:11,0 Unrecovered read error > , retries:4 > sd0(ahc0:0:0): MEDIUM ERROR info:0x3be72d asc:11,0 Unrecovered read error > , retries:4 > sd0(ahc0:0:0): MEDIUM ERROR info:0x3be72a asc:11,0 Unrecovered read error > , retries:4 This means the drive is dying... :-( The 0xZZZZZ address may be the block number, I'm not sure... I'd get the drive backed up soon if it has anything important on it... > These errors are not particularly informative to me (the uninitiated when > it comes to the SCSI driver under 2.2-STABLE). Any suggestions as to what > this actually means? Is this just a notification that the hard disk is > doing bad sector relocation in hardware, or is this a bus error, etc? Hmmm... I'm not sure what you'd get if it remapped the block, I doubt it would fail say more than once if it had remapped... Remapping is often 'off' by default on some drives... Either way - make sure you have the system backed up etc... Regards, Karl Pielorz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 10:37:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA16596 for freebsd-questions-outgoing; Sun, 24 May 1998 10:37:18 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA16584 for ; Sun, 24 May 1998 10:37:10 -0700 (PDT) (envelope-from kpielorz@tdx.co.uk) Received: from tdx.co.uk (lorca-tx.tdx.co.uk [195.188.177.242]) by caladan.tdx.co.uk (8.8.8/8.8.8) with ESMTP id SAA01255; Sun, 24 May 1998 18:36:50 +0100 (BST) (envelope-from kpielorz@tdx.co.uk) Message-ID: <35685AB3.BCD2DD83@tdx.co.uk> Date: Sun, 24 May 1998 18:36:51 +0100 From: Karl Pielorz Organization: TDX X-Mailer: Mozilla 4.05 [en] (WinNT; I) MIME-Version: 1.0 To: Evren Yurtesen CC: freebsd-questions@FreeBSD.ORG Subject: Re: core References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Evren Yurtesen wrote: > > hello > maybe this is a real stupid qustion, > sometimes programs quit with an error message like > > error > writing core > > and they create a file with programname.core > what can I do with that .core file? > > what is the purpose of it? why do programs create > that file instead of just exiting? The 'core' file is a copy of the memory the program was using when it exited. You can use it for debugging purposes - to find out exactly why the program quit, and what it was doing (roughly) at the time... There not for the faint hearted though, and can be very complex... Look up the man page for 'gdb'... You can safely delete them... Regards, Karl Pielorz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 10:38:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA16898 for freebsd-questions-outgoing; Sun, 24 May 1998 10:38:45 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA16885; Sun, 24 May 1998 10:38:37 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id RAA10310; Sun, 24 May 1998 17:38:12 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id TAA19617; Sun, 24 May 1998 19:37:59 +0200 (MET DST) Message-ID: <19980524193759.30829@follo.net> Date: Sun, 24 May 1998 19:37:59 +0200 From: Eivind Eklund To: Jake , questions@FreeBSD.ORG Cc: current@FreeBSD.ORG Subject: Re: devfs on /dev? References: <199805241913.MAA02028@elephants.dyn.ml.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199805241913.MAA02028@elephants.dyn.ml.org>; from Jake on Sun, May 24, 1998 at 12:13:01PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, May 24, 1998 at 12:13:01PM -0700, Jake wrote: > Is the purpose of devfs to be mounted on /dev? > can I safely move /dev to /dev.old and use > devfs /dev devfs rw 0 0 > in /etc/fstab? > Should I put "options DEVFS_ROOT" in my kernel config? > I saw that in a search of the mailing lists, but don't think its in LINT. > I'm running -current from a few days ago. Just put # DEVFS and SLICE are experimental but work. # SLICE disables too much old code so enabling it in LINT would be bad options DEVFS #devices filesystem options SLICE #devfs based disk handling in your config. This is from LINT (but SLICE is commented out there). Be aware that this break disklabel -e and handling disks from sysinstall. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 11:39:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA22399 for freebsd-questions-outgoing; Sun, 24 May 1998 11:39:34 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cybertouch.org (cybertouch.org [209.47.145.231]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA22391 for ; Sun, 24 May 1998 11:39:29 -0700 (PDT) (envelope-from beef@cybertouch.org) Received: from localhost (beef@localhost) by cybertouch.org (8.8.8/8.8.8) with SMTP id OAA00645; Sun, 24 May 1998 14:38:15 -0400 (EDT) (envelope-from beef@cybertouch.org) Date: Sun, 24 May 1998 14:38:14 -0400 (EDT) From: Lanny Baron To: questions@FreeBSD.ORG, support@cdrom.com Subject: /usr dir is exceeding 100%..help Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello Everyone. Would someone please tell me how to find out what is filling up my /usr dir/. I have used du but I dont quiet understand how to tell it to look for huge dir's. Is there another method by which I can see the size of dir's so I can rm them. Your help is much appreciated as I don't want to reinstall all over again. Thanks -lanny * Lanny Baron * In the Beginning He Said "Let there be Light" | Have you had your BEEF today? | He saw it was good. A few days later He said | http://www.tht.net/~beef | "Let there be computers for mankind" And the * * PC was made. He then turned on His heavenly | Want a great operating system? | pc and the heavenly monitor displayed | try FreeBSD, it's remarkable! | "Welcome to FreeBSD" And he jumped for joy. * http://www.FreeBSD.org * &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 11:48:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA23649 for freebsd-questions-outgoing; Sun, 24 May 1998 11:48:48 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from piggy.mdstud.chalmers.se (root@piggy.mdstud.chalmers.se [129.16.234.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA23639 for ; Sun, 24 May 1998 11:48:40 -0700 (PDT) (envelope-from md6tommy@mdstud.chalmers.se) Received: from scooter.mdstud.chalmers.se (md6tommy@scooter.mdstud.chalmers.se [129.16.234.20]) by piggy.mdstud.chalmers.se (8.8.5/8.8.5) with ESMTP id UAA11010 for ; Sun, 24 May 1998 20:48:35 +0200 (MET DST) Received: from localhost (md6tommy@localhost) by scooter.mdstud.chalmers.se (8.8.5/8.8.5) with SMTP id UAA21922 for ; Sun, 24 May 1998 20:48:32 +0200 (MET DST) X-Authentication-Warning: scooter.mdstud.chalmers.se: md6tommy owned process doing -bs Date: Sun, 24 May 1998 20:48:32 +0200 (MET DST) From: Tommy Hallgren To: freebsd-questions@FreeBSD.ORG Subject: disklabel Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My FreeBSD slice isn't full, can I, without loosing any file, add another partition at the end? Please mail the answer since I'm not on this list. Thank you! Tommy Hallgren(md6tommy@mdstud.chalmers.se) - the source of all good beers... Go to http://www.freebsd.org and get real BSD Unix. Today! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 11:52:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA24292 for freebsd-questions-outgoing; Sun, 24 May 1998 11:52:22 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from CLIENTS4 (clients4.hawaii.rr.com [204.210.96.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA24252 for ; Sun, 24 May 1998 11:52:16 -0700 (PDT) (envelope-from art@neilson.ddns.org) Received: from neilson.ddns.org - 204.210.105.69 by hawaii.rr.com with Microsoft SMTPSVC; Sun, 24 May 1998 08:53:37 -1000 Received: from neilson.ddns.org (localhost.hawaii.rr.com [127.0.0.1] (may be forged)) by neilson.ddns.org (8.8.8/8.8.8) with ESMTP id IAA06128 for ; Sun, 24 May 1998 08:51:44 -1000 (HST) (envelope-from art@neilson.ddns.org) Message-ID: <35686C3F.D2B1E0F8@neilson.ddns.org> Date: Sun, 24 May 1998 08:51:43 -1000 From: "Arthur W. Neilson III" Reply-To: art@neilson.ddns.org X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.6-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: localhost error Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm getting the following messages in /var/log/messages on my system, I'm running FreeBSD 2.2.6-RELEASE on a Tyan Titan 1571S Motherboard w/AMD K6-200 onboard. I have a 3COM 3C509B-TP ISA card installed and it's connected to a Motorola cable modem. Here's the /var/log/messages: May 24 07:35:36 neilson popper[5936]: Client at "127.0.0.1" resolves to an unknown host name "localh ost.hawaii.rr.com" May 24 07:40:25 neilson popper[5940]: Client at "127.0.0.1" resolves to an unknown host name "localh ost.hawaii.rr.com" May 24 07:44:21 neilson popper[5942]: Client at "127.0.0.1" resolves to an unknown host name "localh ost.hawaii.rr.com" May 24 07:54:21 neilson popper[5960]: Client at "127.0.0.1" resolves to an unknown host name "localh ost.hawaii.rr.com" May 24 07:55:08 neilson su: art to root on /dev/ttyp2 May 24 08:04:21 neilson popper[6002]: Client at "127.0.0.1" resolves to an unknown host name "localh ost.hawaii.rr.com" May 24 08:14:21 neilson popper[6011]: Client at "127.0.0.1" resolves to an unknown host name "localh ost.hawaii.rr.com" May 24 08:24:20 neilson popper[6045]: Client at "127.0.0.1" resolves to an unknown host name "localh ost.hawaii.rr.com" There's a lot more like those in the messages log ... Here's the output from netstat: root@neilson# netstat -rn Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 204.210.105.1 UGSc 10 0 ep0 127.0.0.1 127.0.0.1 UH 1 4383 lo0 204.210.105 link#2 UC 0 0 204.210.105.1 8:0:3e:0:78:ad UHLW 11 0 ep0 1199 204.210.105.69 127.0.0.1 UGHS 0 0 ep0 root@neilson# netstat -in Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll lp0* 1500 0 0 0 0 0 ep0 1500 00.60.08.27.12.e5 17480 0 14522 1 0 ep0 1500 204.210.105 204.210.105.69 17480 0 14522 1 0 tun0* 1500 0 0 0 0 0 sl0* 552 0 0 0 0 0 sl1* 552 0 0 0 0 0 ppp0* 1500 0 0 0 0 0 ppp1* 1500 0 0 0 0 0 lo0 16384 4383 0 4383 0 0 lo0 16384 127 127.0.0.1 4383 0 4383 0 0 ds0* 65532 0 0 0 0 0 root@neilson# I'm not sure what's wrong or how I should properly configure things, I have isc-dhcp2 installed and am using the dhclient program to configure my internet connection. -- __ / ) _/_ It is a capital mistake to theorise before one has data. /--/ __ / Insensibly one begins to twist facts to suit theories, / (_/ (_<__ Instead of theories to suit facts. -- Sherlock Holmes, "A Scandal in Bohemia" Arthur W. Neilson III Bank of Hawaii Tech support art@neilson.ddns.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 12:17:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA26730 for freebsd-questions-outgoing; Sun, 24 May 1998 12:17:44 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from rosencrantz.citytel.net (root@rosencrantz.rupert.net [204.244.98.45]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA26719 for ; Sun, 24 May 1998 12:17:31 -0700 (PDT) (envelope-from kwoody@citytel.net) Received: from mybsd.net (citytelprct94.citytel.net [204.244.99.47]) by rosencrantz.citytel.net (8.8.8/8.8.8) with ESMTP id MAA21482; Sun, 24 May 1998 12:17:28 -0700 (PDT) Received: from mybsd.net (mybsd.net [192.168.0.2]) by mybsd.net (8.8.5/8.8.5) with SMTP id MAA04960; Sun, 24 May 1998 12:13:26 -0700 (PDT) Date: Sun, 24 May 1998 12:13:26 -0700 (PDT) From: Keith Woodworth To: Kevin cc: freebsd-questions@FreeBSD.ORG Subject: Re: what is silo overflow? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I thnk that means that your serial port is being overrun. Meaning data is coming into sio1 (com2) faster than it can deal with the data. On Sun, 24 May 1998, Kevin wrote: > Hi, > > When running X with few xterms and netscape4.05 open,I got the below > log msg on my console. Running 2.2.5 on P100 and 16mb ram. > > May 24 11:19:27 vmuniz /kernel: sio1: 1 more silo overflow (total 1) > May 24 11:46:24 vmuniz /kernel: sio1: 1 more silo overflow (total 2) > May 24 11:47:07 vmuniz /kernel: sio1: 2 more silo overflows (total 4) > May 24 12:03:07 vmuniz /kernel: sio1: 4 more silo overflows (total 8) > May 24 12:49:03 vmuniz /kernel: sio1: 3 more silo overflows (total 11) > > > > Thanks > kevin > > 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 May 24 12:19:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA27378 for freebsd-questions-outgoing; Sun, 24 May 1998 12:19:52 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from localhost.zilker.net (jump-k56flex-0166.jumpnet.com [207.8.6.166]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA27326 for ; Sun, 24 May 1998 12:19:46 -0700 (PDT) (envelope-from marquard@zilker.net) Received: (from marquard@localhost) by localhost.zilker.net (8.8.8/8.8.3) id OAA21693; Sun, 24 May 1998 14:19:45 -0500 (CDT) To: freebsd-questions@FreeBSD.ORG Subject: Re: UNIX 98 References: <199805240544.NAA16664@vas.tsu.tomsk.su> From: Dave Marquardt Date: 24 May 1998 14:18:51 -0500 In-Reply-To: Victor Sudakov's message of "Sun, 24 May 1998 13:44:56 +0800 (KRSS)" Message-ID: <85wwbb1nqc.fsf@localhost.zilker.net> Lines: 9 X-Mailer: Quassia Gnus v0.22/XEmacs 19.16 - "Lille" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Victor Sudakov writes: > Are there any efforts to make FreeBSD UNIX 98 compliant? Is it at all > possible? I suspect there aren't any efforts, due to lack of interest. As for whether it's possible, do you mean to ask whether it's technically feasible? Yes, of course it's technically feasible. -Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 12:29:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA28846 for freebsd-questions-outgoing; Sun, 24 May 1998 12:29:32 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dove.peace.com.my (peace.com.my [202.184.153.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA28835 for ; Sun, 24 May 1998 12:29:26 -0700 (PDT) (envelope-from panda@peace.com.my) Received: from lovebox (love.com.my [202.184.153.17]) by dove.peace.com.my (8.8.5/8.8.5) with SMTP id DAA11565; Mon, 25 May 1998 03:10:10 +0800 (SGT) Date: Mon, 25 May 1998 03:10:10 +0800 (SGT) Message-Id: <3.0.32.19980525033215.0092bcf0@peace.com.my> X-Sender: panda@peace.com.my X-Mailer: Windows Eudora Pro Version 3.0 (32) To: Lanny Baron , questions@FreeBSD.ORG From: chas Subject: Re: /usr dir is exceeding 100%..help Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Try # find /usr -size +Nc -print this should print out the names of files larger than N bytes in the /usr directory (and subdirectories) eg # find / -size +500000c -print prints files larger than 500K under /usr don't forget the 'c' or else N is in blocks. good luck chas > > Would someone please tell me how to find out what is filling up my /usr dir/. I have used du >but I dont quiet understand how to tell it to look for huge dir's. Is there another method by >which I can see the size of dir's so I can rm them. > > Your help is much appreciated as I don't want to reinstall all over again. > >Thanks >-lanny > >* Lanny Baron * In the Beginning He Said "Let there be Light" >| Have you had your BEEF today? | He saw it was good. A few days later He said >| http://www.tht.net/~beef | "Let there be computers for mankind" And the >* * PC was made. He then turned on His heavenly >| Want a great operating system? | pc and the heavenly monitor displayed >| try FreeBSD, it's remarkable! | "Welcome to FreeBSD" And he jumped for joy. >* http://www.FreeBSD.org * >&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 12:50:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA02059 for freebsd-questions-outgoing; Sun, 24 May 1998 12:50:49 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cybere.creative.net (cybere.creative.net [209.104.222.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA01886 for ; Sun, 24 May 1998 12:49:43 -0700 (PDT) (envelope-from ASK@ActiveResearch.com) Received: from ActiveResearch.com (ppp012.creative.net [209.104.220.202]) by cybere.creative.net (8.8.8/8.8.8) with ESMTP id MAA09895 for ; Sun, 24 May 1998 12:45:08 -0700 (PDT) Message-ID: <35687A47.7FFC14A4@ActiveResearch.com> Date: Sun, 24 May 1998 12:51:36 -0700 From: "Ali S. Kazeroonian" Organization: Active Research, Inc. X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Firewall applications for FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, We are new to FreeBSD and wanted to set up an Internet (smtp,http,udp) firewall for our LAN. Is there a firewall application as part of freebsd packages? Is there one that people prefer? We have less than a dozen workstations & servers on this lan segment, but since e-commerce servers run on the LAN, we get lots and lots of hits per day. Thanks, --ASK Ali S. Kazeroonian Active Research, Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 12:50:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA02097 for freebsd-questions-outgoing; Sun, 24 May 1998 12:50:57 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.2win.com (gw.2win.com [206.40.35.1] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA02054 for ; Sun, 24 May 1998 12:50:46 -0700 (PDT) (envelope-from alee@2win.com) Received: from ns1.2win.com (ns1.2win.com [206.40.35.1]) by ns1.2win.com (8.8.8/8.8.8) with SMTP id MAA24335 for ; Sun, 24 May 1998 12:49:37 -0700 (PDT) (envelope-from alee@2win.com) Date: Sun, 24 May 1998 12:49:37 -0700 (PDT) From: Alex Lee To: freebsd-questions@FreeBSD.ORG Subject: NIC memory corrupt Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am getting lots of messages complaining: /kernel: ed1: NIC memory corrupt - invalid package length 63488 It's on 2.2.6-RELEASE. The kernel recognized the card as ed1 at 0x300-0x31f irq 10 maddr 0xcc000 msize 8192 on isa ed1: address 00:00:c0:ad:18:8b, type SMC8216T (8 bit) It seemed ok until I changed rc.conf to enable the ed1 in network_interfaces and put in IP address,net mask in ifconfig_ed1, then reboot the machine. Is this really hardware problem or just some misconfiguration? The card and machine was working fine as a Linux box before. Alex Lee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 13:00:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA03571 for freebsd-questions-outgoing; Sun, 24 May 1998 13:00:41 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lsmarso.dialup.access.net (lsmarso.dialup.access.net [166.84.254.60]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA03556 for ; Sun, 24 May 1998 13:00:27 -0700 (PDT) (envelope-from larry@lsmarso.dialup.access.net) Received: (from larry@localhost) by lsmarso.dialup.access.net (8.8.8/8.8.8) id QAA00497; Sun, 24 May 1998 16:00:23 -0400 (EDT) (envelope-from larry) Message-ID: <19980524160021.C257@marso.com> Date: Sun, 24 May 1998 16:00:21 -0400 From: "Larry S. Marso" To: Doug White , freebsd-questions@FreeBSD.ORG Subject: Re: Should I bad block scan? Mail-Followup-To: Doug White , freebsd-questions@freebsd.org References: <19980522161743.C1071@marso.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: ; from Doug White on Sun, May 24, 1998 at 01:58:16AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, May 24, 1998 at 01:58:16AM -0700, Doug White wrote: > On Fri, 22 May 1998, Larry S. Marso wrote: > > For a while it was broken for disks >2GB. In addition bad block checks > should NOT be necessary since all modern disks do sector remapping. By modern, do you mean SCSI only? I'm having this problem on my laptop. >If > you have bad sectors showing then you need to run a verify on the disk and > make sure sector remapping is enabled. Can you refer me to instructions? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 13:03:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA03884 for freebsd-questions-outgoing; Sun, 24 May 1998 13:03:41 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dove.peace.com.my (peace.com.my [202.184.153.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA03847 for ; Sun, 24 May 1998 13:03:19 -0700 (PDT) (envelope-from panda@peace.com.my) Received: from lovebox (love.com.my [202.184.153.17]) by dove.peace.com.my (8.8.5/8.8.5) with SMTP id DAA11759; Mon, 25 May 1998 03:44:23 +0800 (SGT) Date: Mon, 25 May 1998 03:44:23 +0800 (SGT) Message-Id: <3.0.32.19980525040629.00a02410@peace.com.my> X-Sender: panda@peace.com.my X-Mailer: Windows Eudora Pro Version 3.0 (32) To: Alex , questions@FreeBSD.ORG From: chas Subject: Re: Generating a master.passwd from pwd.db? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The difficult way I think : take a look at "man getpwent" and write a script. I'm sure perl must have a module to access this. Using python, it's rather easy : >>> import pwd >>> x = pwd.getpwall() Now x contains info like : [('root', '$1$3KagL$aHK65kVdt9gQLJqIx9HUU1', 0, 0, 'Charlie &', '/root', '/bin/csh'), ('toor', '*', 0, 0, 'Bourne-again Superuser', '/root', ''), ('daemon', '*', 1, 1, 'Owner of many system processes', '/root', '/nonexistent'), .... etc simply join the fields with ":" But note that you still have to add ":0:0" for 2 of the fields (6th and 7th fields... every entry seems to have these) though I don't know what they do. ie. using only getpwall()'s results would produce : gary:$1$s5oclFll$3244G/:1001:1000::gary:/home/gary:/bin/sh when the real entry should be : gary:$1$s5oclFll$3244G/:1001:1000::0:0:gary:/home/gary:/bin/sh hth, chas >As the subject alluded to, I'm curious if there's some way to (easily) >generate passwd and master.passwd files from their respective databases. >I've trashed the master.passwd accidentally, and while I have a backup, >I'd like to know if there's some way to fix this if sometime I >accidentally zap the backup file too. > >- alex > >| "Contrary to popular belief, penguins are not the salvation of modern | >| technology. Neither do they throw parties for the urban proletariat." | >| Powered by FreeBSD http://www.freebsd.org/ | > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 13:37:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA08166 for freebsd-questions-outgoing; Sun, 24 May 1998 13:37:48 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA08156 for ; Sun, 24 May 1998 13:37:33 -0700 (PDT) (envelope-from kpielorz@tdx.co.uk) Received: from tdx.co.uk (lorca-tx.tdx.co.uk [195.188.177.242]) by caladan.tdx.co.uk (8.8.8/8.8.8) with ESMTP id VAA02375; Sun, 24 May 1998 21:37:20 +0100 (BST) (envelope-from kpielorz@tdx.co.uk) Message-ID: <35688500.EC0DF573@tdx.co.uk> Date: Sun, 24 May 1998 21:37:20 +0100 From: Karl Pielorz Organization: TDX X-Mailer: Mozilla 4.05 [en] (WinNT; I) MIME-Version: 1.0 To: Kevin CC: freebsd-questions@FreeBSD.ORG Subject: Re: what is silo overflow? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kevin wrote: > Yes, using PPP here on cuaa1 with a 56k modem, baudrate is 57600 not > 115,200. What type of serial ports does your system have? 16550 or 16450 etc.? (you can find out by looking at the output of 'dmesg')... Regards, Karl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 13:40:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA08860 for freebsd-questions-outgoing; Sun, 24 May 1998 13:40:49 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from zinc.singnet.com.sg (zinc.singnet.com.sg [165.21.7.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA08829 for ; Sun, 24 May 1998 13:40:43 -0700 (PDT) (envelope-from kevinx@singnet.com.sg) Received: from wisteria.singnet.com.sg (wisteria.singnet.com.sg [165.21.1.12]) by zinc.singnet.com.sg (8.8.7/8.8.7) with SMTP id EAA28449; Mon, 25 May 1998 04:40:36 +0800 (SGT) Date: Mon, 25 May 1998 04:40:36 +0800 (SST) From: Kevin Subject: Re: what is silo overflow? To: Karl Pielorz cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <35688500.EC0DF573@tdx.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 24 May 1998, Karl Pielorz wrote: > Kevin wrote: > > > Yes, using PPP here on cuaa1 with a 56k modem, baudrate is 57600 not > > 115,200. > > What type of serial ports does your system have? 16550 or 16450 etc.? (you > can find out by looking at the output of 'dmesg')... > > Regards, > > Karl > sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A there you go. kevin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 13:43:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA09711 for freebsd-questions-outgoing; Sun, 24 May 1998 13:43:31 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ntserver.sohopros.com (mail.sohopros.com [209.196.67.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA09691 for ; Sun, 24 May 1998 13:43:27 -0700 (PDT) (envelope-from anthony@sohopros.com) Received: from ftw-tsa5-62.cyberramp.net by ntserver.sohopros.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1457.7) id KTKRBQR8; Sun, 24 May 1998 15:43:25 -0500 Message-Id: <3.0.32.19980524154448.0086a7d0@sohopros.com> X-Sender: anthony@sohopros.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Sun, 24 May 1998 15:44:50 -0500 To: freebsd-questions@FreeBSD.ORG From: "Anthony E. Coley" Subject: BRU question? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Can someone tell me if I can run the BRU that comes on RedHat ver.5.0? I have it on CD-ROM, but it's in an RPM format. Is there any way of getting it to run on my FreeBSD 2.2.5 machine? Thanks, Anthony .... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 13:53:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA11354 for freebsd-questions-outgoing; Sun, 24 May 1998 13:53:58 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cyberia.com (cyberia.com [205.160.224.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA11340 for ; Sun, 24 May 1998 13:53:45 -0700 (PDT) (envelope-from peterc@cyberia.com) Received: from [208.13.144.76] ([208.13.144.76]) by cyberia.com with SMTP (IPAD 2.06) id 3572500 ; Sun, 24 May 1998 17:02:29 EST Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: freebsd-questions@FreeBSD.ORG From: peterc@cyberia.com (Peter Carli) Subject: MUSIC, AUDIO, VIDEO APPS FOR FREEBSD? Date: Sun, 24 May 1998 17:02:29 EST Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Are there any music sequencing, audio editing, and video production apps available for FreeBSD? Thanks: Peter Carli York, PA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 13:55:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA11613 for freebsd-questions-outgoing; Sun, 24 May 1998 13:55:22 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA11576; Sun, 24 May 1998 13:55:15 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id NAA08572; Sun, 24 May 1998 13:47:17 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd008570; Sun May 24 20:47:13 1998 Date: Sun, 24 May 1998 13:47:10 -0700 (PDT) From: Julian Elischer To: Jake cc: questions@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: devfs on /dev? In-Reply-To: <199805241913.MAA02028@elephants.dyn.ml.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG NO use option SLICE it will mount it for you and use it to mount root from as well. On Sun, 24 May 1998, Jake wrote: > Is the purpose of devfs to be mounted on /dev? > can I safely move /dev to /dev.old and use > devfs /dev devfs rw 0 0 > in /etc/fstab? > Should I put "options DEVFS_ROOT" in my kernel config? > I saw that in a search of the mailing lists, but don't think its in LINT. > I'm running -current from a few days ago. > > Thanks > -- > http://www.checker.org/~jake > > > > 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 May 24 13:56:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA11955 for freebsd-questions-outgoing; Sun, 24 May 1998 13:56:13 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mooseriver.com (dynamic11.pm06.sf3d.best.com [209.24.235.75]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA11790 for ; Sun, 24 May 1998 13:56:04 -0700 (PDT) (envelope-from jgrosch@mooseriver.com) Received: (from jgrosch@localhost) by mooseriver.com (8.8.8/8.8.5) id NAA05423; Sun, 24 May 1998 13:55:57 -0700 (PDT) Message-ID: <19980524135556.A5368@mooseriver.com> Date: Sun, 24 May 1998 13:55:56 -0700 From: Josef Grosch To: Dave Marquardt , freebsd-questions@FreeBSD.ORG Subject: Re: UNIX 98 Reply-To: jgrosch@superior.mooseriver.com References: <199805240544.NAA16664@vas.tsu.tomsk.su> <85wwbb1nqc.fsf@localhost.zilker.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <85wwbb1nqc.fsf@localhost.zilker.net>; from Dave Marquardt on Sun, May 24, 1998 at 02:18:51PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, May 24, 1998 at 02:18:51PM -0500, Dave Marquardt wrote: > Victor Sudakov writes: > > Are there any efforts to make FreeBSD UNIX 98 compliant? Is it at all > > possible? > > I suspect there aren't any efforts, due to lack of interest. As for > whether it's possible, do you mean to ask whether it's technically > feasible? Yes, of course it's technically feasible. > Yes, it is technically feasible. However, it is my understanding that the branding process costs around $100,000 and I just don't see what a Unix 98 (BLECH!) brand would buy us. There may be a few pointy haired management type who might be impressed but the fact there is no support would nullify what ever might gain. If we ever had $100,000 to screw around with I'm sure we could find several better uses for the money than a Unix 98 branding. My $0.02 Josef -- Josef Grosch | Another day closer to a | FreeBSD 2.2.7 jgrosch@MooseRiver.com | Micro$oft free world | UNIX for the masses To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 14:02:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA13109 for freebsd-questions-outgoing; Sun, 24 May 1998 14:02:40 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dania.dialisdn.com (cdlevin@dania.dialisdn.com [209.4.65.28]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA13085 for ; Sun, 24 May 1998 14:02:30 -0700 (PDT) (envelope-from cdlevin@dania.dialisdn.com) Received: (from cdlevin@localhost) by dania.dialisdn.com (8.8.8/8.8.8) id PAA05688; Sun, 24 May 1998 15:51:52 -0400 (EDT) (envelope-from cdlevin) Date: Sun, 24 May 1998 15:51:52 -0400 (EDT) Message-Id: <199805241951.PAA05688@dania.dialisdn.com> To: freebsd-questions@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-URL: http://www2.freebsd.org/mailto.html X-Mailer: Lynx, Version 2.8rel.2 X-Personal_name: Curtis D. Levin From: cdlevin@dialisdn.com Subject: can saver modules lock the machine ? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am pretty new to freeBSD, but have an interesting question or two. Firstly, I have apps that must run 24/7, even when I'm not around. I'd like to be able to secure these apps, but running an ordinary lock program isn't really feasible. BSD has some wonderful screen savers that come up at intervals set by the install program. I was wondering, since they are controlled by modules, if it would be possible to have one of these modules, or possibly all, have a feature enabling a lock function for all vtys. In other words, after x amount of inactivity, cause the computer to enable the saver, and lock the computer so that a key press of any type will give a password prompt instead of simply allowing a user, or anyone else for that matter, to reaccess the system. I was also looking at console.h in the kernel source, and it might be possible to do something of this sort from there, although the modules do offer more flexibility. BTW - are there any plans for a VGA_100x37 terminal ? It's a nice mode, and works well with most VGA cards, without any special timings, etc. Ok, thanx for reading this, and we'll ttyl. Curtis D. Levin cdlevin@dialisdn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 14:12:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA14335 for freebsd-questions-outgoing; Sun, 24 May 1998 14:12:37 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from camel7.mindspring.com (camel7.mindspring.com [207.69.200.57]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA14310 for ; Sun, 24 May 1998 14:12:32 -0700 (PDT) (envelope-from jimrogers@mindspring.com) Received: from jim (user-38lc8pt.dialup.mindspring.com [209.86.35.61]) by camel7.mindspring.com (8.8.5/8.8.5) with SMTP id RAA29859 for ; Sun, 24 May 1998 17:12:30 -0400 (EDT) Message-ID: <000901bd4171$4b3953c0$3d2356d1@jim> Reply-To: "Jim Rogers" From: "Jim Rogers" To: Subject: Installing via FTP with Mindspring? Date: Tue, 24 Feb 1998 17:11:56 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BD4147.4F4446C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BD4147.4F4446C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi, I would appreciate help anybody can give me to install via FTP. I have read all the online documentation I can find without any luck. I'm installing to a plain-jane 486 (two serial, 500 meg hard drive, one floppy, SVGA, 56.6 external on com1). I boot with the floppy I made no problem. Then when I configure the devices to remove conflics (removing just about everything except serial ports, floppy, and hard drive) it locks up after quitting the full screen editor. This happened on two different computers I tried. If I skip the configuration utility, it will detect devices and get to the installation menu. I choose Novice and use the defaults for most everything. When the ppp configuration comes up, I type www.mindspring.com for the host, mindspring.com for the domain, leave gateway blank, type the correct ip of mindspring's dns (207.69.188.185), and click ok (netmask autosets to 255.255.255.0). I hit return the next two menus leaving modem speed at 115200 and IP 0. I then switch to the terminal, type term, connect to Mindspring and log in. It then says "Packet mode." I switch back to the other screen, hit return, and it immediately says "unable to resolve host name." Ok, so I figured I am having problems configuring my name server. If I start over and use the address given in the handbook (ftp://165.113.121.81/pub/FreeBSD/2.2.6-RELEASE) it will immediately say "could not open ... service not responding" after going through everything above. Another thing I should mention is that after connecting, my SEND/RECEIVE lights flash wildly, which doesn't normally happen after connecting to my ISP. Thanks, Jim ------=_NextPart_000_0005_01BD4147.4F4446C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
 
I would appreciate help anybody can = give me to=20 install via FTP. I have read all the online documentation I can find = without any=20 luck.
 
I'm installing to a plain-jane 486 = (two serial,=20 500 meg hard drive, one floppy, SVGA, 56.6 external on com1). I boot = with the=20 floppy I made no problem. Then when I configure the devices to remove = conflics=20 (removing just about everything except serial ports, floppy, and hard = drive) it=20 locks up after quitting the full screen editor. This happened on two = different=20 computers I tried.
 
If I skip the configuration utility, = it will=20 detect devices and get to the installation menu. I choose Novice and use = the=20 defaults for most everything. When the ppp configuration comes up, I = type www.mindspring.com for the host,=20 mindspring.com for the domain, leave gateway blank, type the correct ip = of=20 mindspring's dns (207.69.188.185), and click ok (netmask autosets to=20 255.255.255.0).
 
I hit return the next two menus = leaving modem=20 speed at 115200 and IP 0. I then switch to the terminal, type term, = connect to=20 Mindspring and log in. It then says "Packet mode." I switch = back to=20 the other screen, hit return, and it immediately says "unable to = resolve=20 host name." Ok, so I figured I am having problems configuring my = name=20 server. If I start over and use the address given in the handbook (ftp://165.113.121= .81/pub/FreeBSD/2.2.6-RELEASE)=20 it will immediately say "could not open ... service not = responding"=20 after going through everything above.
 
Another thing I should mention is = that after=20 connecting, my SEND/RECEIVE lights flash wildly, which doesn't normally = happen=20 after connecting to my ISP.
 
Thanks,
Jim
------=_NextPart_000_0005_01BD4147.4F4446C0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 14:38:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA16793 for freebsd-questions-outgoing; Sun, 24 May 1998 14:38:35 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from darius.concentric.net (darius.concentric.net [207.155.184.79]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA16788 for ; Sun, 24 May 1998 14:38:30 -0700 (PDT) (envelope-from ursa@cris.com) Received: from newman.concentric.net (newman.concentric.net [207.155.184.71]) by darius.concentric.net (8.8.8/(98/04/23 5.10)) id RAA19405; Sun, 24 May 1998 17:38:18 -0400 (EDT) [1-800-745-2747 The Concentric Network] Received: from UrsaMajor.Ursa.com (ts009d26.atl-ga.concentric.net [206.173.83.182]) by newman.concentric.net (8.8.8) id RAA21903; Sun, 24 May 1998 17:38:17 -0400 (EDT) Message-ID: <35689521.167EB0E7@cris.com> Date: Sun, 24 May 1998 16:46:09 -0500 From: amg X-Mailer: Mozilla 3.04Gold (X11; I; FreeBSD 2.2.1-RELEASE i386) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: Help Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Questions: Does the FreeBSD SCO binary compatibility option allow one to use a 3rd party library, that has been compiled for SCO UnixWare 2.1, to be used when compiling binaries on a FreeBSD platform, specifically, 2.2.X?? august ursa@cris.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 14:42:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA17336 for freebsd-questions-outgoing; Sun, 24 May 1998 14:42:37 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from zvi.t-networking.com (zvi@zvi.t-networking.com [206.117.19.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA17122 for ; Sun, 24 May 1998 14:41:23 -0700 (PDT) (envelope-from zvi@t-networking.com) Received: from localhost (zvi@localhost) by zvi.t-networking.com (8.8.5/8.8.5) with SMTP id OAA09567 for ; Sun, 24 May 1998 14:47:57 -0700 (PDT) Date: Sun, 24 May 1998 14:47:57 -0700 (PDT) From: Brad Tucker To: freebsd-questions@FreeBSD.ORG Subject: ip forwarding PPP and ed0 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a server wich is running a ppp server in one location, and is conected to the internet via ethernet.(zvi, 206.117.19.2) I also another freebsd machine running the ppp client at home. (ivz 206.117.19.10). Im running the ppp -auto -alias provider on the freebsd machine at home. This works fine for the freebsd machine. I also have another win95 machine(zzyx 206.117.19.11) hooked up on a local network to the freebas box at home. I have gateway="yes" in my rc.config, but packets will not pass from the win95 box to "zvi". I can ping ivz from zvi, and vice versa. I can ping ivz to zzyx and vice versa, but I can not ping zvi to zzyx or vice versa. This is my host file: 127.0.0.1 localhost localhost.my.domain 206.117.19.10 ivz.t-networking.com ivz 206.117.19.11 zzyx.t-networking.com zzyx 206.117.19.2 zvi.t-networking.com zvi "These are fixed ips I assigned my self. They are valid. I have half of a class C. this is my host.conf: hosts bind These are the statements out of rc.conf: ifconfig_tun0="inet 206.117.19.10 206.117.19.2 netmask 255.255.255.255" ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration. ifconfig_ed0="inet 206.117.19.10 netmask 255.255.255.128" defaultrouter="206.117.19.2" # Set to default gateway (or NO). static_routes="" # Set to static route list (or leave empty). gateway_enable="YES" # Set to YES if this host will be a gateway. router_enable="NO" # Set to YES to enable a routing daemon. router="routed" # Name of routing daemon to use if enabled. router_flags="-q" # Flags for routing daemon. mrouted_enable="NO" # Do multicast routing (see /etc/mrouted.conf). mrouted_flags="" # Flags for multicast routing daemon. ipxgateway_enable="NO" # Set to YES to enable IPX routing. ipxrouted_enable="NO" # Set to YES to run the IPX routing daemon. ipxrouted_flags="" # Flags for IPX routing daemon. arpproxy_all="" # replaces obsolete kernel option ARP_PROXYALL. forward_sourceroute="NO" # do source routing (only if gateway_enable is s et to "YES") accept_sourceroute="NO" # accept source routed packets to us this is ab ifconfig: ed0: flags=8843 mtu 1500 inet 206.117.19.10 netmask 0xffffff80 broadcast 206.117.19.127 ether 00:40:05:69:59:03 lp0: flags=8810 mtu 1500 tun0: flags=8051 mtu 1500 inet 206.117.19.10 --> 206.117.19.2 netmask 0xffffffff ppp0: flags=8010 mtu 1500 ppp1: flags=8010 mtu 1500 lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 This is a netstat: Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default zvi UGSc 3 12 tun0 localhost localhost UH 0 0 lo0 206.117.19/25 link#1 UC 0 0 zvi ivz UH 4 2041 tun0 zzyx 0:40:5:69:59:1 UHLW 0 8 ed0 543 The problem, I believe is that I cant get tun0 to pass packets any further that itself. When I do tcpdump from zzyx to ivz, it only goes through the ed0, and not the tun0. PLEASE HELP. This is day #2 of non stop fun, and Ive run out of ideas. Thanks Brad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 14:44:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA17628 for freebsd-questions-outgoing; Sun, 24 May 1998 14:44:21 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA17610 for ; Sun, 24 May 1998 14:44:10 -0700 (PDT) (envelope-from kpielorz@tdx.co.uk) Received: from tdx.co.uk (lorca-tx.tdx.co.uk [195.188.177.242]) by caladan.tdx.co.uk (8.8.8/8.8.8) with ESMTP id WAA03328; Sun, 24 May 1998 22:44:06 +0100 (BST) (envelope-from kpielorz@tdx.co.uk) Message-ID: <356894A6.B5CE449C@tdx.co.uk> Date: Sun, 24 May 1998 22:44:06 +0100 From: Karl Pielorz Organization: TDX X-Mailer: Mozilla 4.05 [en] (WinNT; I) MIME-Version: 1.0 To: amg CC: questions@FreeBSD.ORG Subject: Re: Help References: <35689521.167EB0E7@cris.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG amg wrote: > > Questions: > > Does the FreeBSD SCO binary compatibility option allow one to > use a 3rd party library, that has been compiled for SCO UnixWare 2.1, > to be used when compiling binaries on a FreeBSD platform, > specifically, > 2.2.X?? Hi, I don't think so (though I may be wrong) - won't the SCO library be in a different format? - I don't know if you could pursuade FreeBSD's linking tools to link it... Regards, Karl Pielorz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 14:56:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA19275 for freebsd-questions-outgoing; Sun, 24 May 1998 14:56:22 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp.enteract.com (thor.enteract.com [206.54.252.9]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA19268 for ; Sun, 24 May 1998 14:56:16 -0700 (PDT) (envelope-from tkim@mcs.net) Received: (qmail 23956 invoked from network); 24 May 1998 21:56:15 -0000 Received: from azathoth-20.d.enteract.com (HELO mcs.net) (207.229.149.68) by thor.enteract.com with SMTP; 24 May 1998 21:56:15 -0000 Message-ID: <35689989.5FAB2D58@mcs.net> Date: Sun, 24 May 1998 22:04:57 +0000 From: Anthony Kim Organization: deus ex machina X-Mailer: Mozilla 4.05 [en] (X11; U; FreeBSD 2.2.6-STABLE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: RFC822 errors Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I continue to get the following errors only when I send mail to certain mailing lists and not others. I have no idea why this is the case and I don't have this error under NT. Comments: RFC822 error: Incorrect or incomplete address field found and ignored. Comments: RFC822 error: Incorrect or incomplete address field found and ignored. Comments: RFC822 error: Mail origin cannot be determined. Comments: RFC822 error: Original tag data was -> anthony Situation: OS=FreeBSD 2.2.6-STABLE (as well as Linux kernel 2.0.33) Mailer: Communicator 4.05-us SMTP, not sendmail FWIW, I'm online via a ISP#2 and retrieve mail via POP from ISP#1. My email address in Netscape is set for my ISP#1. I get the error when I fill in the reply to: field and when I leave it blank. And hostname is set with hostname.ISP#2.com Any ideas are welcome. Thanks, Anthony -- Fingerprint: 2CDE 798E 4140 332C 72D9 0F57 B786 DA9B CBC3 4592 "The conclusion I have reached is that reading is an operation without object; or that its true object is itself." --Italo Calvino "First and foremost, I think of myself as a reader." --Borges To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 15:19:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA22862 for freebsd-questions-outgoing; Sun, 24 May 1998 15:19:37 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cybcon.com (root@cybcon.com [205.147.64.49]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA22808 for ; Sun, 24 May 1998 15:18:37 -0700 (PDT) (envelope-from wwoods@cybcon.com) Received: from cybcon.com (IDENT:william@support1.cybcon.com [205.147.76.126]) by cybcon.com (8.9.0/8.9.0) with ESMTP id PAA04483 for ; Sun, 24 May 1998 15:18:44 -0700 (PDT) Message-ID: <35689CB0.912076F0@cybcon.com> Date: Sun, 24 May 1998 15:18:24 -0700 From: William Woods X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: FreeBSD Questions Subject: egcs port... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am debating going from gcc to egcs, Anyone here running egcs as their compiler? What are your opinions of it, speed, durability, error handeling? How does it compare to gcc? William To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 15:35:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA24864 for freebsd-questions-outgoing; Sun, 24 May 1998 15:35:44 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mojo.calyx.net (qmailr@mojo.calyx.net [208.132.136.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id PAA24855 for ; Sun, 24 May 1998 15:35:31 -0700 (PDT) (envelope-from lists@mojo.calyx.net) Received: (qmail 16615 invoked by uid 1012); 24 May 1998 22:35:24 -0000 Date: Sun, 24 May 1998 18:35:23 -0400 (EDT) From: Nicholas Merrill To: "Anthony E. Coley" cc: freebsd-questions@FreeBSD.ORG Subject: Re: BRU question? In-Reply-To: <3.0.32.19980524154448.0086a7d0@sohopros.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 24 May 1998, Anthony E. Coley wrote: > Can someone tell me if I can run the BRU that comes on RedHat ver.5.0? > I have it on CD-ROM, but it's in an RPM format. Is there any way of > getting it to run on my FreeBSD 2.2.5 machine? Well Anthony, if you install the linux_lib port, then you should be able to compile and install the RPM package. Then you could use the rpm command to install the BRU package PS I've run the Linux BRU on a FreeBSD machine before and it worked great. I currently run the Linux BRU on an OpenBSD machine in the same way using the linux_lib port ---------------------------------------------------------------------------- Nicholas Merrill 24 Hour pager: 917-381-0500 Voice: 212-966-1900 President / CEO http://www.calyx.net Fax : 212-966-3965 Calyx Internet Access 13-17 Laight St. NYC, NY 10013 Email: nick@calyx.net ---------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 15:46:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA25718 for freebsd-questions-outgoing; Sun, 24 May 1998 15:46:15 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dc1.mfn.org (dc1.mfn.org [204.238.179.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id PAA25713 for ; Sun, 24 May 1998 15:46:10 -0700 (PDT) (envelope-from sysadmin@mfn.org) Received: from w3svcs.mfn.org (unverified [204.238.179.11]) by mail.mfn.org (EMWAC SMTPRS 0.83) with SMTP id ; Sun, 24 May 1998 15:43:16 -0500 Received: by w3svcs.mfn.org with Microsoft Mail id <01BD872A.5FEE2260@w3svcs.mfn.org>; Sun, 24 May 1998 15:41:10 -0500 Message-ID: <01BD872A.5FEE2260@w3svcs.mfn.org> From: "J.A. Terranson" To: "'FreeBSD Questions'" Subject: Apache Tree Still Not Found... Date: Sun, 24 May 1998 15:41:08 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I guess my previous post got lost in the noise... ;-( I decided to install an Apache to experiment with, and found that it has fallen off the ports tree... I cant find it on *any* of the FBSD sites under the www section. Has this moved? J.A. Terranson sysadmin@mfn.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 15:58:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA27720 for freebsd-questions-outgoing; Sun, 24 May 1998 15:58:31 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from tigger.stn-atlas.com.au (tigger.stn-atlas.com.au [203.16.181.226]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id PAA27698 for ; Sun, 24 May 1998 15:58:19 -0700 (PDT) (envelope-from natalia@stn-atlas.com.au) Received: from hilaryb.mac.cogs.susx.ac.uk by tigger.stn-atlas.com.au (5.65v3.2/1.1.10.5/29Oct97-1000AM) id AA04477; Mon, 25 May 1998 08:56:37 +1000 Message-Id: <3568A639.41C6@stn-atlas.com.au> Date: Mon, 25 May 1998 08:59:05 +1000 From: Natalia Salzberg Organization: STN Atlas X-Mailer: Mozilla 3.0Gold (X11; I; OSF1 V4.0 alpha) Mime-Version: 1.0 To: djv@bedford.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: internal PnP Modem under FreeBSD 2.2.6 References: <199805220510.BAA13148@lucy.bedford.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG CyberPeasant wrote: > > Natalia Salzberg wrote: > > Dear All, > > > > I have a Pentuim II 266MHz running FreeBSD 2.2.6 on one partition and > > Win95 on another with an internal pnp modem (CommWave 336) on a isa slot > > > > I can get the kernel to see it but I dont know how to access the actual > > device... > > I set the modem to have irq 9 and port 0x2e8 (com4 type settings) but > > I cant seem to talk to the modem using /dev/cuaa3 (i tried this using > > tip to talk to the modem directly) > > I have attached the output from 'dmesg' too > > I hope someone corrects me if I'm wrong, but I believe you will > need to rebuild the kernel, activating the sio2 and sio3 devices. > You may need to add a line "controller pnp0" to the > kernel config file, as well. > the modem is on sio3 (irq 9 port 0x2e8) and 'controller pnp0' is also compiled in the kernel...i didnt activate sio2 because there is no such thing as sio2 on this machine (sio0 is where the mouse is, sio1 is spare, and sio3 is where the modem is (bios set)) > > > > chip2 rev 1 on pci0:2:0 > > chip3 rev 1 on pci0:2:1 > > chip4 rev 1 int d irq 11 on pci0:2:2 > > chip5 rev 1 on pci0:2:3 > > vga0 rev 84 int a irq 12 on pci0:13:0 > > Probing for devices on PCI bus 1: > > Probing for PnP devices: > > CSN 1 Vendor ID: ESS1868 [0x68187316] Serial 0xffffffff > > CSN 2 Vendor ID: PCP2880 [0x80287040] Serial 0x01000000 > > sio4: probe failed > > sio4 (siopnp sn 0x01000000) at 0x2e8 irq 9 drq -1 flags 0x0 id 20 > > Is this a probe on the PCI bus? > > > Probing for devices on the ISA bus: > > sc0 at 0x60-0x6f irq 1 on motherboard > > sc0: VGA color <16 virtual consoles, flags=0x0> > > ed0 not found at 0x280 > > fe0 not found at 0x300 > > sio0 at 0x3f8-0x3ff irq 4 on isa > > sio0: type 16550A > > sio1 at 0x2f8-0x2ff irq 3 on isa > > sio1: type 16550A > > Shouldn't the modem have been found /here/? i thought it should! -- Natalia Salzberg STN Atlas (Australia): mailto:natalia@stn-atlas.com.au UTS Programmer's Society: mailto:natalia@progsoc.uts.edu.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 16:02:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA28402 for freebsd-questions-outgoing; Sun, 24 May 1998 16:02:54 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from tigger.stn-atlas.com.au (tigger.stn-atlas.com.au [203.16.181.226]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA28199 for ; Sun, 24 May 1998 16:00:56 -0700 (PDT) (envelope-from natalia@stn-atlas.com.au) Received: from hilaryb.mac.cogs.susx.ac.uk by tigger.stn-atlas.com.au (5.65v3.2/1.1.10.5/29Oct97-1000AM) id AA05054; Mon, 25 May 1998 08:59:17 +1000 Message-Id: <3568A6D9.167E@stn-atlas.com.au> Date: Mon, 25 May 1998 09:01:45 +1000 From: Natalia Salzberg Organization: STN Atlas X-Mailer: Mozilla 3.0Gold (X11; I; OSF1 V4.0 alpha) Mime-Version: 1.0 To: Doug White Cc: freebsd-questions@FreeBSD.ORG Subject: Re: internal PnP Modem under FreeBSD 2.2.6 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug White wrote: > > On Fri, 22 May 1998, Natalia Salzberg wrote: > > > Dear All, > > > > I have a Pentuim II 266MHz running FreeBSD 2.2.6 on one partition and > > Win95 on another with an internal pnp modem (CommWave 336) on a isa slot > > > > I can get the kernel to see it but I dont know how to access the actual > > device... > > I set the modem to have irq 9 and port 0x2e8 (com4 type settings) but > > I cant seem to talk to the modem using /dev/cuaa3 (i tried this using > > tip to talk to the modem directly) > > I have attached the output from 'dmesg' too > > Try /dev/cuaa4. > It didnt work (that was the 2nd thing i tried) -- Natalia Salzberg STN Atlas (Australia): mailto:natalia@stn-atlas.com.au UTS Programmer's Society: mailto:natalia@progsoc.uts.edu.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 16:44:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA03908 for freebsd-questions-outgoing; Sun, 24 May 1998 16:44:38 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lucy.bedford.net (lucy.bedford.net [206.99.145.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA03864 for ; Sun, 24 May 1998 16:44:19 -0700 (PDT) (envelope-from listread@lucy.bedford.net) Received: (from listread@localhost) by lucy.bedford.net (8.8.8/8.8.8) id TAA04401; Sun, 24 May 1998 19:12:56 -0400 (EDT) (envelope-from listread) Message-Id: <199805242312.TAA04401@lucy.bedford.net> Subject: Re: can saver modules lock the machine ? In-Reply-To: <199805241951.PAA05688@dania.dialisdn.com> from "cdlevin@dialisdn.com" at "May 24, 98 03:51:52 pm" To: cdlevin@dialisdn.com Date: Sun, 24 May 1998 19:12:56 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG Reply-to: djv@bedford.net From: CyberPeasant X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cdlevin@dialisdn.com wrote: [Charset iso-8859-1 unsupported, filtering to ASCII...] > Hi, I am pretty new to freeBSD, but have an interesting > question or two. Firstly, I have apps that must run 24/7, > even when I'm not around. I'd like to be able to secure > these apps, but running an ordinary lock program isn't > really feasible. BSD has some wonderful screen savers > that come up at intervals set by the install program. > I was wondering, since they are controlled by modules, > if it would be possible to have one of these modules, > or possibly all, have a feature enabling a lock function > for all vtys. In other words, after x amount of inactivity, Under the X Window System, this program is called "xscreensaver". Such programs don't need to be part of the kernel, actually. A privileged daemon is all that's needed. > cause the computer to enable the saver, and lock the computer so that a key > press of any type will give a password prompt instead of > simply allowing a user, or anyone else for that matter, > to reaccess the system. I was also looking at console.h > in the kernel source, and it might be possible to do > something of this sort from there, although the modules > do offer more flexibility. I hope I don't come on like a wise guy, but the name of the program that locks the console is "login". The problem seems to be to get your apps away from the console. If they don't need the console, (why would they if they run unattended), they should be made to run in the background, or even as daemons. These can't be interfered with except by root or the owning user. This is one of the benefits of a real multitasking/multi-user OS, of course. The ability to interfere with another user's process is called a "security hole". The simplest way to get a task away from the console is to run it with "nohup" (means "no hangup", i.e. the job so run is immune from the 'hangup' that occurs when you logoff the console. -- it will run happily. man nohup for more info. So if you've got some job that needs to run for a few days you can do it this way: nohup bigjob bigjob.output 2>bigjob.errors & and log out. (Note this is Bourne shell syntax. For csh syntax, see the csh man page.) There are other ways to skin this cat, too. > BTW - are there any plans for a VGA_100x37 terminal ? > It's a nice mode, and works well with most VGA cards, > without any special timings, etc. Ok, thanx for reading > this, and we'll ttyl. I'll cast a vote for such modes, too. It's the wide use of X that has stifled the "text" console features. > Curtis D. Levin > cdlevin@dialisdn.com Dave -- Is the true purpose of Unix its use, or its administration? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 16:51:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA05599 for freebsd-questions-outgoing; Sun, 24 May 1998 16:51:58 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA05589 for ; Sun, 24 May 1998 16:51:50 -0700 (PDT) (envelope-from grog@lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id JAA02401; Mon, 25 May 1998 09:21:47 +0930 (CST) (envelope-from grog) Message-ID: <19980525092147.K15604@freebie.lemis.com> Date: Mon, 25 May 1998 09:21:47 +0930 From: Greg Lehey To: Tommy Hallgren , freebsd-questions@FreeBSD.ORG Subject: Re: disklabel References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: ; from Tommy Hallgren on Sun, May 24, 1998 at 08:48:32PM +0200 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 24 May 1998 at 20:48:32 +0200, Tommy Hallgren wrote: > My FreeBSD slice isn't full, can I, without loosing any file, add another > partition at the end? Yes. You can even rename the partitions as long as you're very careful to keep the offset and length the same. In this case, you'd have to change your /etc/fstab as well. Unfortunately, you can't expand the size of the partition (yet). Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 16:55:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA06494 for freebsd-questions-outgoing; Sun, 24 May 1998 16:55:41 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA06484 for ; Sun, 24 May 1998 16:55:32 -0700 (PDT) (envelope-from grog@lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id JAA02451; Mon, 25 May 1998 09:25:17 +0930 (CST) (envelope-from grog) Message-ID: <19980525092516.L15604@freebie.lemis.com> Date: Mon, 25 May 1998 09:25:16 +0930 From: Greg Lehey To: amg , questions@FreeBSD.ORG Subject: UnixWare compatibility (was: Help) References: <35689521.167EB0E7@cris.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <35689521.167EB0E7@cris.com>; from amg on Sun, May 24, 1998 at 04:46:09PM -0500 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 24 May 1998 at 16:46:09 -0500, amg wrote: > Questions: > > Does the FreeBSD SCO binary compatibility option allow one to > use a 3rd party library, that has been compiled for SCO UnixWare 2.1, > to be used when compiling binaries on a FreeBSD platform, > specifically, > 2.2.X?? No. SCO compatibility is for iBCS2, which is the System V.3 standard used by SCO UNIX (also called Open Desktop). UnixWare (previously Novell UnixWare) is System V.4 and uses a completely different object format. We currently don't have support for it. Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 17:11:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA10031 for freebsd-questions-outgoing; Sun, 24 May 1998 17:11:06 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA10002; Sun, 24 May 1998 17:10:58 -0700 (PDT) (envelope-from grog@lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id JAA02485; Mon, 25 May 1998 09:40:43 +0930 (CST) (envelope-from grog) Message-ID: <19980525094043.M15604@freebie.lemis.com> Date: Mon, 25 May 1998 09:40:43 +0930 From: Greg Lehey To: dyson@FreeBSD.ORG, dwhite@resnet.uoregon.edu Cc: lfloyd@sonic.net, freebsd-questions@FreeBSD.ORG Subject: Re: Compatibility with Ultra IDE drives? References: <199805240800.DAA00892@dyson.iquest.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199805240800.DAA00892@dyson.iquest.net>; from John S. Dyson on Sun, May 24, 1998 at 03:00:52AM -0500 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 24 May 1998 at 3:00:52 -0500, John S. Dyson wrote: > Doug White said: >> >> 2.2.5 doesn't, so you get standard old IDE without any UltraDMA >> improvement. -CURRENT can grok UltraDMA and can give you the (supposed) >> performance boost. >> > Given you have a very fast machine to start with (like a fast P5 or > faster), bus-master DMA does help alot. There is a very noticable > difference in responsiveness of the system under load with the > DMA. I actually wasn't convinced until I mistakenly built a system > without the DMA, and noticed that it was somehow "slow." I was recently rather astonished with the performance of modern IDE drives, and spent some time comparing the time for a 'make world' on a K6/233 with 96 MB of memory. Here are the results for an IBM DORS SCSI drive with an Adaptec 2940 host adaptor, and an IBM DHEA IDE drive with normal and Ultra DMA: Disk Elapsed User System DORS 126m22.811s 66m2.051s 16m28.411s DHEA 124m54.116s 65m3.465s 18m50.257s DHEA/Ultra 111m21.743s 66m24.344s 18m37.329s Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 17:24:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA12666 for freebsd-questions-outgoing; Sun, 24 May 1998 17:24:13 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lucy.bedford.net (lucy.bedford.net [206.99.145.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA12642 for ; Sun, 24 May 1998 17:24:01 -0700 (PDT) (envelope-from djv@lucy.bedford.net) Received: (from djv@localhost) by lucy.bedford.net (8.8.8/8.8.8) id UAA04691; Sun, 24 May 1998 20:11:27 -0400 (EDT) (envelope-from djv) From: CyberPeasant Message-Id: <199805250011.UAA04691@lucy.bedford.net> Subject: Re: internal PnP Modem under FreeBSD 2.2.6 In-Reply-To: <3568A639.41C6@stn-atlas.com.au> from Natalia Salzberg at "May 25, 98 08:59:05 am" To: natalia@stn-atlas.com.au (Natalia Salzberg) Date: Sun, 24 May 1998 20:11:27 -0400 (EDT) Cc: djv@bedford.net, freebsd-questions@FreeBSD.ORG Reply-to: djv@bedford.net X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Natalia Salzberg wrote > CyberPeasant wrote: > > > > Natalia Salzberg wrote: > > > Dear All, > > > > > > I have a Pentuim II 266MHz running FreeBSD 2.2.6 on one partition and > > > Win95 on another with an internal pnp modem (CommWave 336) on a isa slot Hmm. And I bet it runs just fine under windoze with that special driver that came with it. Sounds like it's a [shudder] winmodem. Better known as a lose-modem. >From the mfgr's web page; URL: http://www.multiwave.com/pd_cw336hsp.htm [INLINE] Low Power Consumption Due to Green Power Management and No Redundant High Speed Chipsets. [INLINE] With no redundant high speed chipsets such as Data Pump (or DSP), UART, SRAM and ROM found in most high speed data/fax modem board, and Green power management, power consumption is significantly reduced. That " no redundant high speed chipsets such as Data Pump (or DSP), UART, SRAM and ROM " is what a winmodem is, I believe. Those chips are "redundant" because a winmodem uses your CPU to do /all the work/ (real modems don't need software drivers). This doesn't work well in multi-tasking OSes. Winmodems aren't supported by OSes except W95 and NT. This is the first time i've seen a mfgr brag about the lack of any on-board capabilities as a swell design innovation. I can think of a way to reduce its power consumption to /exactly zero/ :) Winmodems were thought up by M$ as a field trial of a larger scheme to close off all hardware specifications and device driver interfaces, so as to strangle open source operating systems. I'm afraid you've been bitten. Maybe I'm wrong. The webpage didn't say 'winmodem' explicitly, but it said what I've quoted, and had "special device drivers" for W95 to download. Bad signs. Dave -- --== Things that suck: winmodems ==-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 18:11:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA17700 for freebsd-questions-outgoing; Sun, 24 May 1998 18:11:11 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cozumel.saidev.com (cozumel.saidev.com [207.67.52.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA17680 for ; Sun, 24 May 1998 18:11:05 -0700 (PDT) (envelope-from derek@cozumel.saidev.com) Received: (from derek@localhost) by cozumel.saidev.com (8.7.1/8.7.1) id UAA11286; Sun, 24 May 1998 20:10:21 -0500 (CDT) Message-ID: <19980524201021.21154@saidev.com> Date: Sun, 24 May 1998 20:10:21 -0500 From: Derek Inksetter To: freebsd-questions@FreeBSD.ORG Subject: 2.2.6 panics on IDE/SCSI setup Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i X-Mailer: Mutt 0.89.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm installing FreeBSD 2.2.6 on a Compaq Prolinea 5133. It has a 1GB IDE drive, and an Adaptec 2940u with a WD 4GB drive and an HP CD writer. I have the SCSI drive split into two 2GB slices. It seems that if I boot from the IDE drive, and mount partitions from both SCSI slices, the kernel panics after the initial fsck, with "free: multiple frees". I tried installing onto just the IDE drive, installing on just the SCSI drive (using both slices), and installing on the IDE drive and ignoring either SCSI slice. All of them seemed to work fine, with no noticable problems. I tried installing 2.2.5 and ran into the same problem, so it's concievable that this is partly my hardware. Anybody else running into this? Derek PS. I just tried setting it up again and had something else happen. It made it through the fsck, but the filesystems WEREN'T THERE! They showed up in df, but there was nothing at the mount point. Then, at shutdown, the same panic occurred. Now, upon reboot, the kernel panics with "Fatal trap 12: page fault while in kernel mode". -- Derek Inksetter "It is easier to port a shell than a shell script." --Larry Wall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 18:15:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA18591 for freebsd-questions-outgoing; Sun, 24 May 1998 18:15:36 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ms.lawton.com.cn ([202.96.242.129]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA18586 for ; Sun, 24 May 1998 18:15:31 -0700 (PDT) (envelope-from haifeng@ms.lawton.com.cn) Received: from jianping ([202.96.242.251]) by ms.lawton.com.cn (8.8.7/8.8.7) with SMTP id JAA02194 for ; Mon, 25 May 1998 09:17:17 +0800 (CST) (envelope-from haifeng@ms.lawton.com.cn) Message-ID: <000901bd8772$29838ab0$fbf260ca@jianping.lawton.com.cn> From: "Haifeng" To: Subject: tape content Date: Mon, 25 May 1998 09:15:02 +0900 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0006_01BD87BD.995A69D0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0006_01BD87BD.995A69D0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi guy: I want to know how can I see the content of the tape . ------=_NextPart_000_0006_01BD87BD.995A69D0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi guy:
 
I want to know how can I see the = content of the=20 tape .
 
------=_NextPart_000_0006_01BD87BD.995A69D0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 18:33:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA21612 for freebsd-questions-outgoing; Sun, 24 May 1998 18:33:47 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dt050n33.san.rr.com (@dt053nd2.san.rr.com [204.210.34.210]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA21594 for ; Sun, 24 May 1998 18:33:42 -0700 (PDT) (envelope-from Studded@san.rr.com) Received: from san.rr.com (Studded@localhost [127.0.0.1]) by dt050n33.san.rr.com (8.8.8/8.8.8) with ESMTP id SAA10303; Sun, 24 May 1998 18:33:28 -0700 (PDT) (envelope-from Studded@san.rr.com) Message-ID: <3568CA68.1472048A@san.rr.com> Date: Sun, 24 May 1998 18:33:28 -0700 From: Studded Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.6-STABLE-0507 i386) MIME-Version: 1.0 To: Dean Hollister CC: Dean Hollister , FreeBSD-questions@FreeBSD.ORG Subject: Re: wine References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dean Hollister wrote: > What on earth is it doing in the ports collection then? ;-) Sometimes it works, and personally I hope someone picks it up and runs with it. :) Doug -- *** Chief Operations Officer, DALnet IRC network *** *** Proud designer and maintainer of one of the world's largest *** Internet Relay Chat server with 5,328 simultaneous connections *** Try spider.dal.net on ports 6662-4 (Powered by FreeBSD) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 18:46:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA23359 for freebsd-questions-outgoing; Sun, 24 May 1998 18:46:47 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gershwin.tera.com (gershwin.tera.com [207.224.230.28]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA23341 for ; Sun, 24 May 1998 18:46:40 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (tao.tera.com [207.108.223.55]) by gershwin.tera.com (8.8.8/8.8.8) with ESMTP id SAA18624 for ; Sun, 24 May 1998 18:45:53 -0700 (PDT) Received: (from kline@localhost) by tao.thought.org (8.8.5/8.7.3) id SAA14243 for freebsd-questions@FreeBSD.ORG; Sun, 24 May 1998 18:45:30 -0700 (PDT) From: Gary Kline Message-Id: <199805250145.SAA14243@tao.thought.org> Subject: StarOffice fonts:: adding To: freebsd-questions@FreeBSD.ORG (FreeBSD Mailing List) Date: Sun, 24 May 1998 18:45:30 -0700 (PDT) Organization: <> thought.org: public access uNix in service... <> X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Over the past 8 months I've added literally scores of free and shareware fonts to my enscript collection and translated them into *.bdf format for X. These 8859-2 fonts work fine with xedit, but that's about it. Does anybody know how to add font files to the StarOffice suite? I've followed the instructions in the readme.01 but swriter still doesn't see them. Any ideas? gary -- Gary D. Kline kline@tao.thought.org Public service uNix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 18:51:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA23824 for freebsd-questions-outgoing; Sun, 24 May 1998 18:51:36 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from burnett.criticalpath.net (burnett.criticalpath.net [209.188.6.39]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA23815 for ; Sun, 24 May 1998 18:51:32 -0700 (PDT) (envelope-from shanmin@lvdi.net) Received: (cpmta 29170 invoked from network); 25 May 1998 01:51:32 GMT Received: from shan-gw.lvdi.net (HELO shan) (208.129.55.17) by smtp.lvdi.net with SMTP; 24 May 1998 18:51:32 -0700 X-Sent: 25 May 1998 01:51:32 GMT Reply-To: "Shan-Min Chao" From: "Shan-Min Chao" To: Subject: X-Windows Configuration Date: Sun, 24 May 1998 06:51:27 -0700 Message-ID: <01bd871b$0c17e040$143781d0@shan> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, Hi, I just installed FreeBSD 2.2.5 onto my computer, and I am trying to setup Xwindows. I'm just wondering how to setup the resolution of my Xwindows to 800 x 600. I have try to edit the XF86Config, but I have no idea where to start from. Oh, and another thing - do you guys know how to turn off the virtual screen? I was told the /stand/sysinstall x-windows configuration asks you whether you want it on or not, but it has never asked me. Please help, and please e-mail me back direct. Thanks in advance! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 19:19:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA27161 for freebsd-questions-outgoing; Sun, 24 May 1998 19:19:35 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from netfeed.netfeed.com (netfeed.netfeed.com [206.170.11.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA27153 for ; Sun, 24 May 1998 19:19:29 -0700 (PDT) (envelope-from donato@netfeed.netfeed.com) Received: from netfeed.com (ppp-modca-161-54.netfeed.com [209.95.161.54]) by netfeed.netfeed.com (8.8.5/8.8.5) with ESMTP id TAA19087 for ; Sun, 24 May 1998 19:16:48 -0700 (PDT) Message-ID: <3568D500.F5E146CB@netfeed.com> Date: Sun, 24 May 1998 19:18:41 -0700 From: "marc t. donato" X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: maybe a stupid questio, i dont know Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG maybe this is a dumb question, but can you run unix along with windows nt? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 19:36:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA28858 for freebsd-questions-outgoing; Sun, 24 May 1998 19:36:36 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hermes.iaccess.com.au (hermes.iaccess.com.au [203.5.74.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA28851 for ; Sun, 24 May 1998 19:36:17 -0700 (PDT) (envelope-from andrew@iaccess.com.au) Received: from alpine.iaccess (alpine.iaccess.com.au [203.5.74.227]) by hermes.iaccess.com.au (8.8.5/8.8.5) with SMTP id MAA22639 for ; Mon, 25 May 1998 12:37:45 +1000 (EST) Message-ID: <032601bd8786$6acb07a0$e34a05cb@alpine.iaccess> From: "Andrew Specht" To: Subject: tx errors due to pci bus speed??? Date: Mon, 25 May 1998 12:40:02 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Could the msgs below be due to the PCI bus speed being too high? May 25 11:41:37 /kernel: tx0: device timeout 1 packets May 25 11:41:37 /kernel: tx0: can't stop TX DMA How would i go about checking the PCI bus speed? Thanks in advance Andrew Specht | System Administrator E-mail: andrew@iaccess.com.au | Internet Access Australia Internet: http://www.iaccess.com.au | Melbourne, Australia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 20:18:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA03994 for freebsd-questions-outgoing; Sun, 24 May 1998 20:18:41 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA03961 for ; Sun, 24 May 1998 20:18:30 -0700 (PDT) (envelope-from grog@lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id MAA03951; Mon, 25 May 1998 12:48:12 +0930 (CST) (envelope-from grog) Message-ID: <19980525124812.W15604@freebie.lemis.com> Date: Mon, 25 May 1998 12:48:12 +0930 From: Greg Lehey To: chas , freebsd-questions@FreeBSD.ORG Subject: Re: adding 25GB as single partition ok ? References: <3.0.32.19980522231438.00969b40@peace.com.my> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <3.0.32.19980522231438.00969b40@peace.com.my>; from chas on Fri, May 22, 1998 at 10:52:31PM +0800 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 22 May 1998 at 22:52:31 +0800, chas wrote: > I have just inherited a 25GB 3-disk RAID for a > FreeBSD mailserver which already has 4GB configured > as follows : > [current config] > / 100 MB > /usr 3600 MB > /var -> /usr/var > /swap 500 MB > > since the additional 25GB will be used for users' > mail, is there any recommended way to split it or > should I just make it one big /data partition > symlink /var to it as follows : > [proposed config] > ie. > / 100 MB > /usr 3600 MB > /var -> /data/var > /swap 500 MB > /data 25000 MB > > Just like the school of thought that places /var on > /usr/var since disk usage is unpredictable, I figured > that it's less troublesome and more efficient (in terms > of usage) to put everyone and everything on one big > 25GB slice. Does this sound reasonable ? Under the circumstances, yes. If I were installing freshly, I might have made the /usr file system the full 29 GB. > Any caveats to beware of ? If you have a crash (you can't, right? It's RAID, right? Oh well), you'll probably run into trouble with fsck. I believe the best solution there is to mount the swap before continuing. Let me know if you have any problems--I'd be quite interested in this. Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 20:54:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA08418 for freebsd-questions-outgoing; Sun, 24 May 1998 20:54:44 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from enigami.com (enigami.com [208.140.182.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA08408 for ; Sun, 24 May 1998 20:54:35 -0700 (PDT) (envelope-from ckempf@enigami.com) Received: from singularity.enigami.com (singularity.enigami.com [208.140.182.42]) by enigami.com (8.8.7/8.8.7) with ESMTP id XAA07165; Sun, 24 May 1998 23:53:17 -0400 (EDT) From: Cory Kempf Received: (from ckempf@localhost) by singularity.enigami.com (8.8.8/8.8.8) id XAA15704; Sun, 24 May 1998 23:50:49 -0400 (EDT) (envelope-from ckempf@enigami.com) Date: Sun, 24 May 1998 23:50:49 -0400 (EDT) Message-Id: <199805250350.XAA15704@singularity.enigami.com> To: donato@netfeed.com, freebsd-questions@FreeBSD.ORG Subject: Re: maybe a stupid questio, i dont know Newsgroups: cory.BSD.questions References: <3568D500.F5E146CB@netfeed.com> X-Newsreader: NN version 6.5.0 #1 (NOV) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In cory.BSD.questions you write: >maybe this is a dumb question, but can you run unix along with windows >nt? You can run them both on the same hardware, but you will need to reboot to switch between them. +C -- -- Thinking of purchasing RAM from the Chip Merchant? Please read this first: Cory Kempf Macintosh / Unix Consulting & Software Development ckempf@enigami.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 21:18:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA12103 for freebsd-questions-outgoing; Sun, 24 May 1998 21:18:06 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gregory.dyn.ml.org (dave@cgowave-22-127.cgocable.net [24.226.22.127]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA12006 for ; Sun, 24 May 1998 21:18:01 -0700 (PDT) (envelope-from dave@gregory.dyn.ml.org) Received: from localhost (dave@localhost) by gregory.dyn.ml.org (8.8.7/8.8.7) with SMTP id TAA01047 for ; Sun, 24 May 1998 19:22:04 -0400 Date: Sun, 24 May 1998 19:22:04 -0400 (EDT) From: Dave To: questions@FreeBSD.ORG Subject: sendmail connections refused Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG After a physical network problem at a different location, I temporarily moved my server home and I am connected to the internet via modem through sprint. I have done this before without any problem, but now all outgoing mail is having delivery problems due to refused connections: May 24 23:38:28 webify sendmail[6125]: MAA02719: to=majordomo@freebsd.org, ctladdr=hounddog (1001/1001), delay=11:20:48, xdelay=00:00:47, mailer=esmtp, relay=hub.freebsd.org. [204.216.27.18], stat=Deferred: Connection refused by hub.freebsd.org. With all the hassles of reconfiguring everything, I may be overlooking something obvious. Any help would be appreciated. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 21:57:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA16457 for freebsd-questions-outgoing; Sun, 24 May 1998 21:57:11 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from bmkind.lnk.telstra.net (brendan@bmkind.lnk.telstra.net [139.130.51.118]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA16446 for ; Sun, 24 May 1998 21:56:57 -0700 (PDT) (envelope-from brendan@bmkind.lnk.telstra.net) Received: from localhost (brendan@localhost) by bmkind.lnk.telstra.net (8.8.7/8.8.7) with SMTP id OAA00157 for ; Mon, 25 May 1998 14:57:08 -1000 Date: Mon, 25 May 1998 14:57:05 -1000 (GMT+10) From: Brendan Kosowski To: FreeBSD Questions Subject: Mounting an MS-DOS floppy Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How do I mount an MS-DOS floppy in the A: drive. Thanks and Regards, Brendan... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 22:17:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA19414 for freebsd-questions-outgoing; Sun, 24 May 1998 22:17:12 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from peanut.readington.com (peanut.readington.com [207.207.198.120]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA19408 for ; Sun, 24 May 1998 22:17:08 -0700 (PDT) (envelope-from chrismar@peanut.readington.com) Received: from localhost (chrismar@localhost) by peanut.readington.com (8.8.7/8.8.7) with SMTP id AAA15307; Mon, 25 May 1998 00:20:50 -0400 (EDT) (envelope-from chrismar@peanut.readington.com) Date: Mon, 25 May 1998 00:20:50 -0400 (EDT) From: Chris Martino To: Brendan Kosowski cc: FreeBSD Questions Subject: Re: Mounting an MS-DOS floppy 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 As root: stupid:/home/chrismar/ % mount -t msdos /dev/ft0 /mnt That should mount it for you..=) Then to access it cd /mnt Chris -- Chris Martino chrismar@readington.com On Mon, 25 May 1998, Brendan Kosowski wrote: > > How do I mount an MS-DOS floppy in the A: drive. > > > Thanks and Regards, Brendan... > > > > > 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 May 24 22:17:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA19445 for freebsd-questions-outgoing; Sun, 24 May 1998 22:17:32 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from peanut.readington.com (peanut.readington.com [207.207.198.120]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA19433 for ; Sun, 24 May 1998 22:17:24 -0700 (PDT) (envelope-from chrismar@peanut.readington.com) Received: from localhost (chrismar@localhost) by peanut.readington.com (8.8.7/8.8.7) with SMTP id AAA15311; Mon, 25 May 1998 00:21:32 -0400 (EDT) (envelope-from chrismar@peanut.readington.com) Date: Mon, 25 May 1998 00:21:32 -0400 (EDT) From: Chris Martino To: Brendan Kosowski cc: FreeBSD Questions Subject: Re: Mounting an MS-DOS floppy 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 Whoops... thats fd0 not ft0, again, as root: stupid:/home/chrismar/ % mount -t msdos /dev/fd0 /mnt C -- Chris Martino chrismar@readington.com On Mon, 25 May 1998, Brendan Kosowski wrote: > > How do I mount an MS-DOS floppy in the A: drive. > > > Thanks and Regards, Brendan... > > > > > 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 May 24 23:03:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA25742 for freebsd-questions-outgoing; Sun, 24 May 1998 23:03:30 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from fciencias.ens.uabc.mx ([148.231.177.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA25735 for ; Sun, 24 May 1998 23:03:26 -0700 (PDT) (envelope-from mbarbosa@fciencias.ens.uabc.mx) Received: (from mbarbosa@localhost) by fciencias.ens.uabc.mx (8.8.7/8.8.7) id XAA10386; Sun, 24 May 1998 23:05:00 -0700 (PDT) (envelope-from mbarbosa) From: "Marco A. Barbosa S." Message-Id: <199805250605.XAA10386@fciencias.ens.uabc.mx> Subject: Re: Mounting an MS-DOS floppy In-Reply-To: from Brendan Kosowski at "May 25, 98 02:57:05 pm" To: brendan@bmkind.lnk.telstra.net (Brendan Kosowski) Date: Sun, 24 May 1998 23:04:59 -0700 (PDT) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > How do I mount an MS-DOS floppy in the A: drive. > in my pc-like server at school with 2.2.5 RELEASE ( and at my home in my ex-486 with 2.1.6 RELEASE) with common floppies I just do... mount_msdos /dev/fd0a /mnt maybe that will work for you... -- ************************************* * Marco Antonio Barbosa Santoyo * * Facultad de Ciencias, U.A.B.C. * * Ensenada, Baja California, Mexico * ************************************* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 23:04:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA26025 for freebsd-questions-outgoing; Sun, 24 May 1998 23:04:20 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from www.transfar.com ([202.103.100.244]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA26007 for ; Sun, 24 May 1998 23:04:12 -0700 (PDT) (envelope-from phj@www.transfar.com) Received: from www.TransFar.com ([202.103.100.245]) by www.transfar.com (Netscape Mail Server v2.02) with ESMTP id AAA23406; Mon, 25 May 1998 14:59:50 +0900 Message-ID: <356979EE.5E518DE2@www.TransFar.com> Date: Mon, 25 May 1998 14:02:22 +0000 From: phj X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.6-RELEASE i386) MIME-Version: 1.0 To: Brendan Kosowski CC: FreeBSD Questions Subject: Re: Mounting an MS-DOS floppy References: Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mount_msdos /dev/fd0 /mnt<---- (or other directory ) Brendan Kosowski wrote: > How do I mount an MS-DOS floppy in the A: drive. > > Thanks and Regards, Brendan... > > 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 May 24 23:08:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA26827 for freebsd-questions-outgoing; Sun, 24 May 1998 23:08:28 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from UPIMSSMTPUSR05 (smtp.email.msn.com [207.68.143.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA26819 for ; Sun, 24 May 1998 23:08:22 -0700 (PDT) (envelope-from marice@email.msn.com) Received: from rice-home - 208.254.186.242 by email.msn.com with Microsoft SMTPSVC; Sun, 24 May 1998 23:07:40 -0700 Message-ID: <001a01bd87a4$2dc95f00$6e00cbc0@rice-home> From: "Michael Rice" To: "FreeBSD Questions List" Subject: Install problems on Dell XPS R400 Date: Mon, 25 May 1998 00:13:03 -0600 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have just purchased a Dell 400MHz Pentium II system and I can't get FBSD 2.6.2 to install. The following lists the hardware installed: 400MHz Pentium II 128MB RAM 6.4GB Ultra-ATA IDE hard disk (Master on primary IDE) NEC 32X CD-ROM (Master on secondary IDE) Adaptec 2940 SCSI II PCI controller (no devices attached) Diamond Fire GL video w/ 8MB Montego Turtle Beach audio 2 Intel EtherExpress Pro/100+ Ethernet PCI cards Microsoft InteliMouse (PS/2 interface) I am trying to install from the Walnut Creek CD. I do the following: 1. Boot from FBSD 2.6.2 floppy 2. Select the full screen setup 3. Remove all unnecessary devices BTW, I can't find a driver for a NEC CD-ROM or the Intel Ethernet cards 4. Select 'Q' to quit and save When I Quit and save the setup, it spins the floppy for about 30 seconds, accesses it a couple of times, clears the screen, and then locks up. Thinking that maybe it was timing out on a bunch of devices, I let it sit for about 30 minutes on the blank screen, but it never progressed any further. Any ideas? Michael Rice marice@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 May 24 23:21:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA29737 for freebsd-questions-outgoing; Sun, 24 May 1998 23:21:46 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from zvi.t-networking.com (zvi@zvi.t-networking.com [206.117.19.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA29703 for ; Sun, 24 May 1998 23:21:37 -0700 (PDT) (envelope-from zvi@t-networking.com) Received: from localhost (zvi@localhost) by zvi.t-networking.com (8.8.5/8.8.5) with SMTP id XAA00768; Sun, 24 May 1998 23:25:20 -0700 (PDT) Date: Sun, 24 May 1998 23:25:19 -0700 (PDT) From: Brad Tucker To: Doug White cc: freebsd-questions@FreeBSD.ORG Subject: Re: your mail In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I tried all this, and still it dows not work. I also tried changing everthing like the tutorial says to do for ip masquerading, and still nothing. I run into the same problem. Is the -alias option compile into ppp by default on 2.2.6 freebsd. Also, do I need to do anything to my kernel to allow packets to pass from ed0 to tun0. The wierd thing is I can ping 198.147.103.2 from my win95 box. wich is out of my local net at home. I can ping 206.117.19.10 wich is the freebsd box at home on the ethernet. I CAN NOT ping my name server 206.117.19.2 which is the machine Im connecting to via ppp from my win 95 box. I can ping anywhere I wan from my freebsd box at home. Do I need to add some special route, or set something in ifconfig, or is this a netmask problem. Im lost. Please Help. Thanks Again Brad On Sun, 24 May 1998, Doug White wrote: > On Sat, 23 May 1998, Brad Tucker wrote: > > > I have a freebsd box at home, and a win 95 box. I have ethernet cards on > > both boxes. In the freebsd box I have a modem. I would like to use the > > freebsd box as a gateway for the win95 box. I tried setting the > > geteway=yes in rc.conf. this didnt seem to work. When i try to ping > > somewhere thats not at home from the win95 box I get "Request Timed Out." > > Do I need to set the freebsd box to be a router?? Is there an easy way to > > tell the freebsd box to take any requests from the device ed0 and give > > them to the devices tun0? Will someone please push me into the right > > direction. > > 1. Make sure that `gateway_enable="YES"' is set in /etc/rc.conf. > 2. Run `sysctl -w net.inet.ip.forwarding=1' if you don't reboot after > doing #1. > 3. When you dial up with `ppp', run it with the -alias option: > > ppp -alias provider > > 4. When the connection is made, fire up you Winblows box and enjoy. > > -alias sets you up as Network Address Translation router. > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 23:21:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA29804 for freebsd-questions-outgoing; Sun, 24 May 1998 23:21:58 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from fciencias.ens.uabc.mx ([148.231.177.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA29777 for ; Sun, 24 May 1998 23:21:52 -0700 (PDT) (envelope-from mbarbosa@fciencias.ens.uabc.mx) Received: (from mbarbosa@localhost) by fciencias.ens.uabc.mx (8.8.7/8.8.7) id XAA10572 for freebsd-questions@freebsd.org; Sun, 24 May 1998 23:23:47 -0700 (PDT) (envelope-from mbarbosa) From: "Marco A. Barbosa S." Message-Id: <199805250623.XAA10572@fciencias.ens.uabc.mx> Subject: wierd video card (maybe a bit new...) To: freebsd-questions@FreeBSD.ORG Date: Sun, 24 May 1998 23:23:46 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hello people, I went to read some stuff on the www site, and on the ftp site... and I could not find info about 2.2.6-RELEASE supporting a wierd video card named... Diamond Stealth II (S220), 4MB SGRAM... chipset verite 2100 or something... a friend is going to try to install X on his machine, and he is kinda worried about the system not supporting his device... is there a driver for that thing? or do you know if it is kinda backwards compatible with a model in the driver list and which one is it... ? before he brings his machine and we start to try the Diamond card driver family for a close match... thanks P.D. I copied the ftp site at ftp.freebsd.org for the 2.2.6-RELEASE thingie... and the only thing I left out were.. the packages and the xperimnt directories... I noticed an update directory... is there where any erratas and fixes for 2.2.6 will be uploaded? anyone on the side of Baja or sonora is welcome to install the 2.2.6-RELEASE from 148.231.177.8 with an anonymous login, anyone who is not there... will probably take longer than 1 hour to download 1 MB of info during normal weekdays... :( -- ************************************* * Marco Antonio Barbosa Santoyo * * Facultad de Ciencias, U.A.B.C. * * Ensenada, Baja California, Mexico * ************************************* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 24 23:44:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA05000 for freebsd-questions-outgoing; Sun, 24 May 1998 23:44:53 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp2.erols.com (smtp2.erols.com [207.172.3.235]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA04943 for ; Sun, 24 May 1998 23:44:42 -0700 (PDT) (envelope-from philuint@ibm.net) Received: from ibm.net (207-172-44-154.s154.tnt3.brd.erols.com [207.172.44.154]) by smtp2.erols.com (8.8.8/8.8.5) with ESMTP id CAA22968 for ; Mon, 25 May 1998 02:44:37 -0400 (EDT) Message-ID: <35691254.5A204860@ibm.net> Date: Mon, 25 May 1998 02:40:20 -0400 From: Whee Kim X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: question... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi. I had FreeBSD 2.2.5 installed previously and I just got 2.2.6 and installed. However, I have encountered something unsual... something I haven't seen with 2.2.5. When I "su" to become root, I get... su: kerberos: not in roots' ACL before password prompt. What does that mean? What is kerberos and is ACL? And other thing is that when I am root, I get myname# for my prompt instead of just plain #? How can I change it back to # or something I want? and I try to use xcdplayer, but I can't mount audio cd. if I want to mount /cdrom a audio CD, I get I/o error. I looked at fstab file and it said "noaudio" Does it have anything to do with it? How do I fix this and set up xcdplayer so I can play CDs... ? Thank you for your time To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 00:14:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA09803 for freebsd-questions-outgoing; Mon, 25 May 1998 00:14:55 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from righi.ml.org (RIGHI.DF.UNIBO.IT [137.204.49.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA09795 for ; Mon, 25 May 1998 00:14:44 -0700 (PDT) (envelope-from bsd@righi.ml.org) Received: from localhost (bsd@localhost) by righi.ml.org (8.8.8/8.8.8) with SMTP id IAA01830 for ; Mon, 25 May 1998 08:16:58 +0200 (CEST) (envelope-from bsd@righi.ml.org) Date: Mon, 25 May 1998 08:16:56 +0200 (CEST) From: bsd mailing lists To: freebsd-questions@FreeBSD.ORG Subject: xterm bug, or w or who 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 I have noticed this strange behaviour of the xterm program. When I run xterm and after I quit it, either issuing the exit command in the shell or killing the window via window manager, well the xterm process really is quit and xterm is closed but if I look with w or who at the users on the system the xterm user process is still present like an idle process and everytime I open a new xterm and quit it, well this always happen and on my system the w output look like this after a while: 8:13AM up 1 day, 23:15, 3 users, load averages: 0.07, 0.17, 0.17 USER TTY FROM LOGIN@ IDLE WHAT admin p1 axdel1.bo.infn.i 7:59AM 1 (pine) admin p3 axdel1.bo.infn.i 8:12AM - w admin p4 axdel1.bo.infn.i 8:13AM - - the last user showed is what I mean,and it is very weird and if some users open many xterms and then quit well the system is all messed up with not existent users. If I look to processes with ps -aux these processes reported by w and who are not existent....so I wonder is it a bug of xterm or w or who or what else? I tryed it on other 2.2.6 RELEASE systems and I found the same trouble. Dos anyone know how to fix it?? thanks Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 00:18:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA10630 for freebsd-questions-outgoing; Mon, 25 May 1998 00:18:14 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from insanus.matematik.su.se (root@insanus.matematik.su.se [130.237.198.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA10616 for ; Mon, 25 May 1998 00:18:07 -0700 (PDT) (envelope-from tege@matematik.su.se) Received: from tiger.matematik.su.se (root@tiger.matematik.su.se [130.237.198.18]) by insanus.matematik.su.se (8.8.8/8.6.9) with ESMTP id JAA14043 for ; Mon, 25 May 1998 09:18:05 +0200 (MET DST) X-Address: Department of Mathematics, Stockholm University S-106 91 Stockholm SWEDEN X-Phone: int+46 8 162000 X-Fax: int+46 8 6126717 X-Url: http://www.matematik.su.se Received: from tiger.matematik.su.se (tege@localhost [127.0.0.1]) by tiger.matematik.su.se (8.8.8/8.6.9) with ESMTP id JAA05080 for ; Mon, 25 May 1998 09:18:04 +0200 Message-Id: <199805250718.JAA05080@tiger.matematik.su.se> To: questions@FreeBSD.ORG Subject: Change of idprio between 2.2.5 an 2.2.6 Date: Mon, 25 May 1998 09:18:04 +0200 From: Torbjorn Granlund Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In 2.2.5 a mortal was allowed to use idprio (with some restriction even for his/her own processes) but in 2.2.6 idprio is like rtprio--only the superuser may use it. This observed change is confirmed by a change in the manual pages for idprio/rtprio. Why was this change made? A user-accessible means of starting a truly low-priority proess was an important feature. (No, `nice' does not do that.) Torbjorn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 00:22:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA11465 for freebsd-questions-outgoing; Mon, 25 May 1998 00:22:17 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from righi.ml.org (RIGHI.DF.UNIBO.IT [137.204.49.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA11256 for ; Mon, 25 May 1998 00:22:01 -0700 (PDT) (envelope-from bsd@righi.ml.org) Received: from localhost (bsd@localhost) by righi.ml.org (8.8.8/8.8.8) with SMTP id IAA01778; Mon, 25 May 1998 08:06:20 +0200 (CEST) (envelope-from bsd@righi.ml.org) Date: Mon, 25 May 1998 08:06:19 +0200 (CEST) From: bsd mailing lists To: William Woods cc: FreeBSD Questions Subject: Re: Firewall questions.... In-Reply-To: <356784E4.74024EC0@cybcon.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 you must write the rules in /etc/rc.firewall and they will be loaded at boot time Rick On Sat, 23 May 1998, William Woods wrote: > I have a security program that automatically adds deny routes to the > firewall. My question is this, If I have a bunch of rules in the > firewall, when I reboot, I loose them right? How would I keep them? > > William > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 00:23:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA11699 for freebsd-questions-outgoing; Mon, 25 May 1998 00:23:09 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from astra.gal.ukrpack.net ([195.230.139.50]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA11607 for ; Mon, 25 May 1998 00:22:48 -0700 (PDT) (envelope-from olegg@astra.gal.ukrpack.net) Received: from localhost (olegg@localhost) by astra.gal.ukrpack.net (8.8.7/8.8.7) with SMTP id KAA09815; Mon, 25 May 1998 10:16:55 +0300 (EEST) (envelope-from olegg@astra.gal.ukrpack.net) Date: Mon, 25 May 1998 10:16:54 +0300 (EEST) From: "Oleg G." To: Questions , Doug White Subject: Re: PPPD question. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, another! On Sun, 24 May 1998, Doug White wrote: > On Sat, 23 May 1998, Oleg G. wrote: > > > Hi, there! > > I'm set up two modems GVC VF-1133V/R6 to 2 wire LL. > > And I have the error, syslog wrote: This messages appears on the remote host. > > > > May 23 12:18:54 astra pppd[4723]: pppd 2.2.0 started by root, uid 0 > > May 23 12:19:37 astra pppd[4723]: Using interface ppp1 > > May 23 12:19:37 astra pppd[4723]: Connect: ppp1 <--> /dev/ttyd2 > > May 23 12:19:37 astra pppd[4723]: sent [LCP ConfReq id=0x1 ] > > May 23 12:19:58 astra last message repeated 7 times > > May 23 12:20:01 astra pppd[4723]: sent [LCP ConfReq id=0x1 ] > > May 23 12:20:04 astra pppd[4723]: sent [LCP ConfReq id=0x1 ] > > May 23 12:20:07 astra pppd[4723]: LCP: timeout sending Config-Requests > > May 23 12:20:07 astra pppd[4723]: Connection terminated. > > May 23 12:20:07 astra pppd[4723]: Exit. > > ... > > ... > > > > On another computer syslog wrote the same messages. > > Modems are sending data to LL and NOT recieving any data. > > Whats the problem? > > If You have time to reply me, please help. > > The remote is not responding. On the local box syslog wrote the same messges. The remote and local boxes stay near in one room, and modems are linked 5m shortest range LL :) , maybe LL are overloading? Regardz, Oleg G. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 01:03:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA21328 for freebsd-questions-outgoing; Mon, 25 May 1998 01:03:10 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from zero.alphawest.com.au (dns.alphawest.com.au [203.14.124.44]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id BAA21316 for ; Mon, 25 May 1998 01:03:04 -0700 (PDT) (envelope-from stephenc@ios.alphawest.com.au) Received: (from smap@localhost) by zero.alphawest.com.au (8.6.12/8.6.12) id PAA17374 for ; Mon, 25 May 1998 15:58:47 +0800 Received: from parang(203.14.124.50) by zero via smap (V2.0p2) id xma017372; Mon, 25 May 98 15:58:34 +0800 Received: from stephenc ([203.14.124.41]) by parang.alphawest.com.au (8.9.0/8.8.8) with SMTP id PAA27114 for ; Mon, 25 May 1998 15:53:30 +0800 (WST) (envelope-from stephenc@ios.alphawest.com.au) Message-ID: <00f801bd87b2$c0b2e580$297c0ecb@stephenc.alphawest.com.au> Reply-To: "Stephen Cooper" From: "Stephen Cooper" To: "FreeBSD mailing list" Subject: KDE - fails to compile. Anyone had success? Date: Mon, 25 May 1998 15:57:20 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to compile KDE under FreeBSD 2.2.6 from the ports collection under /usr/ports/x11/kdelibs I am using the standard version of gcc which is installed with the OS Has anyone any advice? Here is the error: root:/usr/ports/x11/kdelibs/work/kdelibs>cd ../.. root:/usr/ports/x11/kdelibs>make >> Checksum OK for kdelibs-Beta3-1.src.tar.gz. ===> Building for kdelibs-3.1b make all-recursive Making all in kdecore /bin/sh ../libtool --mode=link g++ -O2 -Wall -s -o libkdecore.la -rpath /usr/local/kde/lib -version-info 0:91 kconfig.lo kconfigbase.lo ksimpleconfig.lo kcolorgroup.lo kapp.lo kurl.lo ksock.lo drag.lo kkeyconf.lo kprocess.lo kprocctrl.lo klocale.lo libintl.lo fakes.lo kiconloader.lo kdebug.lo kstdaccel.lo kwm.lo krootprop.lo kcharsets.lo kcharsetsdata.lo kchartables.lo kstring.lo rm -f .libs/libkdecore.la .libs/libkdecore.* .libs/libkdecore.* /usr/bin/ld -Bshareable -o .libs/libkdecore.so.0.91 kconfig.lo kconfigbase.lo ksimpleconfig.lo kcolorgroup.lo kapp.lo kurl.lo ksock.lo drag.lo kkeyconf.lo kprocess.lo kprocctrl.lo klocale.lo libintl.lo fakes.lo kiconloader.lo kdebug.lo kstdaccel.lo kwm.lo krootprop.lo kcharsets.lo kcharsetsdata.lo kchartables.lo kstring.lo /usr/lib/c++rt0.o kconfig.lo: Definition of symbol `vt::t7QArrayT1Zc' (multiply defined) kconfig.lo: Definition of symbol `vt::t6QDictT1Zt6QDictT1Z15KEntryDictEntry' (multiply defined) kconfig.lo: Definition of symbol `vt::t6QDictT1Z15KEntryDictEntry' (multiply defined) kconfigbase.lo: Definition of symbol `vt::t6QDictT1Zt6QDictT1Z15KEntryDictEntry' (multiply defined) kconfigbase.lo: Definition of symbol `vt::t7QArrayT1Zc' (multiply defined) kconfigbase.lo: Definition of symbol `vt::t6QDictT1Z15KEntryDictEntry' (multiply defined) kconfigbase.lo: Definition of symbol `vt::t6QListT1Zc' (multiply defined) ksimpleconfig.lo: Definition of symbol `vt::t7QArrayT1Zc' (multiply defined) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 01:16:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA24826 for freebsd-questions-outgoing; Mon, 25 May 1998 01:16:40 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA24785 for ; Mon, 25 May 1998 01:16:31 -0700 (PDT) (envelope-from grog@lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id RAA05470; Mon, 25 May 1998 17:46:26 +0930 (CST) (envelope-from grog) Message-ID: <19980525174625.J15604@freebie.lemis.com> Date: Mon, 25 May 1998 17:46:25 +0930 From: Greg Lehey To: Michael Rice , FreeBSD Questions List Subject: Re: Install problems on Dell XPS R400 References: <001a01bd87a4$2dc95f00$6e00cbc0@rice-home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <001a01bd87a4$2dc95f00$6e00cbc0@rice-home>; from Michael Rice on Mon, May 25, 1998 at 12:13:03AM -0600 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 25 May 1998 at 0:13:03 -0600, Michael Rice wrote: > I have just purchased a Dell 400MHz Pentium II system and I can't get FBSD > 2.6.2 to install. > > The following lists the hardware installed: > > 400MHz Pentium II > 128MB RAM > 6.4GB Ultra-ATA IDE hard disk (Master on primary IDE) > NEC 32X CD-ROM (Master on secondary IDE) > Adaptec 2940 SCSI II PCI controller (no devices attached) > Diamond Fire GL video w/ 8MB > Montego Turtle Beach audio > 2 Intel EtherExpress Pro/100+ Ethernet PCI cards > Microsoft InteliMouse (PS/2 interface) > > I am trying to install from the Walnut Creek CD. I do the following: > > 1. Boot from FBSD 2.6.2 floppy > 2. Select the full screen setup > 3. Remove all unnecessary devices > BTW, I can't find a driver for a NEC CD-ROM or the Intel > Ethernet cards There's no special driver for the CD-ROM. The Intel boards should be there. > 4. Select 'Q' to quit and save > > When I Quit and save the setup, it spins the floppy for about 30 seconds, > accesses it a couple of times, clears the screen, and then locks up. > Thinking that maybe it was timing out on a bunch of devices, I let it sit > for about 30 minutes on the blank screen, but it never progressed any > further. > > Any ideas? Looks like something has gone wrong. Have you ever had any other operating system running on the machine? I'd suggest that you 1. Try to boot from the CD-ROM. There should be a BIOS setup option for that. If you can't, boot from floppy again. 2. Don't change anything in the setup menu. It should at least find your disks and get you into the installation menu proper (which is in colour). If that works, then you can probably refine things. If not, we need to scratch our heads again. Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 01:23:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA27033 for freebsd-questions-outgoing; Mon, 25 May 1998 01:23:48 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lucy.bedford.net (lucy.bedford.net [206.99.145.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA27027 for ; Mon, 25 May 1998 01:23:41 -0700 (PDT) (envelope-from listread@lucy.bedford.net) Received: (from listread@localhost) by lucy.bedford.net (8.8.8/8.8.8) id EAA06119; Mon, 25 May 1998 04:14:46 -0400 (EDT) (envelope-from listread) Message-Id: <199805250814.EAA06119@lucy.bedford.net> Subject: Re: Install problems on Dell XPS R400 In-Reply-To: <001a01bd87a4$2dc95f00$6e00cbc0@rice-home> from Michael Rice at "May 25, 98 00:13:03 am" To: marice@email.msn.com (Michael Rice) Date: Mon, 25 May 1998 04:14:46 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG Reply-to: djv@bedford.net From: CyberPeasant X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Michael Rice wrote: > I have just purchased a Dell 400MHz Pentium II system and I can't get FBSD > 2.6.2 to install. > > 1. Boot from FBSD 2.6.2 floppy > 2. Select the full screen setup > 3. Remove all unnecessary devices > BTW, I can't find a driver for a NEC CD-ROM or the Intel Ethernet cards > 4. Select 'Q' to quit and save > > When I Quit and save the setup, it spins the floppy for about 30 seconds, > accesses it a couple of times, clears the screen, and then locks up. > Thinking that maybe it was timing out on a bunch of devices, I let it sit > for about 30 minutes on the blank screen, but it never progressed any > further. > I bet you removed the console. (device sc0). Don't worry about that conflict with the mouse. dave -- Is the true purpose of Unix its use, or its administration? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 01:37:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA29119 for freebsd-questions-outgoing; Mon, 25 May 1998 01:37:37 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from drama.3pstudio.com.tw (drama.3pstudio.com.tw [210.66.235.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA29110 for ; Mon, 25 May 1998 01:37:31 -0700 (PDT) (envelope-from styih@mail.3pstudio.net) Received: from mail.3pstudio.net (dns.3pstudio.com.tw [210.66.235.8]) by drama.3pstudio.com.tw (8.8.8/8.8.8) with ESMTP id QAA18564; Mon, 25 May 1998 16:39:09 +0800 (CST) (envelope-from styih@mail.3pstudio.net) Message-ID: <35692E4F.E4F239C4@mail.3pstudio.net> Date: Mon, 25 May 1998 16:39:43 +0800 From: Szu-ting Yi Organization: 3P Studio X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: Brian Somers CC: freebsd-questions@FreeBSD.ORG Subject: Re: [Help]:Problems with PPP dialin Server with mgetty ... References: <199805230138.CAA13162@awfulhak.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brian Somers wrote: > Can you draw a picture of your network ? I clearly have no idea > about what's connected to what. Internet | Modem ____|____ | | | Rounter |--------------- Hub | ---------- | | | |___________________________________________ | | | | | | 210.66.235.* 1 2 3 4 5 ======= | PPP | | Server |-------modem ======= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 01:39:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA29575 for freebsd-questions-outgoing; Mon, 25 May 1998 01:39:54 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from drama.3pstudio.com.tw (drama.3pstudio.com.tw [210.66.235.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA29567 for ; Mon, 25 May 1998 01:39:49 -0700 (PDT) (envelope-from styih@mail.3pstudio.net) Received: from mail.3pstudio.net (dns.3pstudio.com.tw [210.66.235.8]) by drama.3pstudio.com.tw (8.8.8/8.8.8) with ESMTP id QAA18572; Mon, 25 May 1998 16:42:20 +0800 (CST) (envelope-from styih@mail.3pstudio.net) Message-ID: <35692F0E.D0E14D7F@mail.3pstudio.net> Date: Mon, 25 May 1998 16:42:55 +0800 From: Szu-ting Yi Organization: 3P Studio X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: Brian Somers CC: freebsd-questions@FreeBSD.ORG Subject: Re: [Help]:Problems with PPP dialin Server with mgetty ... References: <199805230138.CAA13162@awfulhak.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brian Somers wrote: > Can you draw a picture of your network ? I clearly have no idea > about what's connected to what. An Isp --- modem ---- router | hub------210.66.235.1 |------210.66.235.2 |------ |------ |------ |------ ppp server --modem To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 01:44:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA00656 for freebsd-questions-outgoing; Mon, 25 May 1998 01:44:39 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lucy.bedford.net (lucy.bedford.net [206.99.145.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA00648 for ; Mon, 25 May 1998 01:44:32 -0700 (PDT) (envelope-from listread@lucy.bedford.net) Received: (from listread@localhost) by lucy.bedford.net (8.8.8/8.8.8) id EAA06210; Mon, 25 May 1998 04:31:25 -0400 (EDT) (envelope-from listread) Message-Id: <199805250831.EAA06210@lucy.bedford.net> Subject: Re: sendmail connections refused In-Reply-To: from Dave at "May 24, 98 07:22:04 pm" To: dave@gregory.dyn.ml.org (Dave) Date: Mon, 25 May 1998 04:31:25 -0400 (EDT) Cc: questions@FreeBSD.ORG Reply-to: djv@bedford.net From: CyberPeasant X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dave wrote: > After a physical network problem at a different location, > I temporarily moved my server home and I am connected to > the internet via modem through sprint. I have done this before > without any problem, but now all outgoing mail is having > delivery problems due to refused connections: > > May 24 23:38:28 webify sendmail[6125]: MAA02719: > to=majordomo@freebsd.org, > ctladdr=hounddog (1001/1001), delay=11:20:48, xdelay=00:00:47, > mailer=esmtp, relay=hub.freebsd.org. [204.216.27.18], > stat=Deferred: > Connection refused by hub.freebsd.org. > > With all the hassles of reconfiguring everything, I may be > overlooking something obvious. Any help would be appreciated. Well, it's possible that hub.f.o was busy. It may be, however, that the host's sendmail still thinks that it has the name and IPA that it has at work. But at home, the rest of the world thinks it is the IPA that it has from sprint. I assume these are different. Many overly-anal sendmails will reject connections that appear to come from an IPA-spoofing host -- it figures you're a spammer or badboy. Do the bounce messages give more hints? Does /any/ mail at all get through? Dave -- Is the true purpose of Unix its use, or its administration? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 01:59:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA02982 for freebsd-questions-outgoing; Mon, 25 May 1998 01:59:03 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from public.bta.net.cn (public.bta.net.cn [202.96.0.97]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA02963 for ; Mon, 25 May 1998 01:58:55 -0700 (PDT) (envelope-from robinson@public.bta.net.cn) Received: (from robinson@localhost) by public.bta.net.cn (8.8.5/8.8.5) id QAA29435 for freebsd-questions@freebsd.org; Mon, 25 May 1998 16:58:44 +0800 (GMT) Date: Mon, 25 May 1998 16:58:44 +0800 (GMT) From: Michael Robinson Message-Id: <199805250858.QAA29435@public.bta.net.cn> To: freebsd-questions@FreeBSD.ORG Subject: Corrupted hard disk recovery question Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a Tecra 510CDT running 2.2.6 RELEASE. I used the apm to suspend the computer, and when I resumed it a few days later, the battery was almost dead. I got a low-power alarm as soon as the computer came up, so I immediately typed "halt" into a root window, but as soon as I hit the return key, the power died completely. This seems to have caused corruption of the disk (a "TOSHIBA MK2101MAN", according to the boot message). The symptoms are as follows: 1. The machine boots normally. 2. The disk works completely normally, except for: 3. Any I/O request to a particular block (somewhere around #604800 of my FreeBSD partition, according to "bad144 -s -v /dev/wd0c") causes the following error (which is printed only once): wd0: interrupt timeout: wd0: status 50 error 0 wd0: interrupt timeout: wd0: status 50 error 1 after which, the console locks completely, and the kernel goes into a loop that causes the disks to make a constant "click click click click bzzzt" seeking pattern (the number of clicks varies between one and ten). 4. I can mount the affected slice (/usr) with "mount -f -r /usr", and that works normally as long as I don't cause I/O to the bad part. 5. fsck fails with the problem in #3, for obvious reasons. Any suggestions for recovery/repair? -Michael Robinson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 02:02:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03702 for freebsd-questions-outgoing; Mon, 25 May 1998 02:02:05 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hotmail.com (f42.hotmail.com [207.82.250.53]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id CAA03635 for ; Mon, 25 May 1998 02:02:00 -0700 (PDT) (envelope-from huang_min@hotmail.com) Received: (qmail 15757 invoked by uid 0); 25 May 1998 09:01:30 -0000 Message-ID: <19980525090130.15756.qmail@hotmail.com> Received: from 202.98.36.4 by www.hotmail.com with HTTP; Mon, 25 May 1998 02:01:30 PDT X-Originating-IP: [202.98.36.4] From: "Min Huang" To: questions@FreeBSD.ORG Subject: How to setup Apache Web Server to use PERL cgi Content-Type: text/plain Date: Mon, 25 May 1998 02:01:30 PDT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, sir, ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 02:07:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA05186 for freebsd-questions-outgoing; Mon, 25 May 1998 02:07:44 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hotmail.com (f197.hotmail.com [207.82.251.86]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id CAA05175 for ; Mon, 25 May 1998 02:07:40 -0700 (PDT) (envelope-from huang_min@hotmail.com) Received: (qmail 26373 invoked by uid 0); 25 May 1998 09:07:08 -0000 Message-ID: <19980525090708.26372.qmail@hotmail.com> Received: from 202.98.36.4 by www.hotmail.com with HTTP; Mon, 25 May 1998 02:07:08 PDT X-Originating-IP: [202.98.36.4] From: "Min Huang" To: questions@FreeBSD.ORG Subject: How to setup Apache Web Server to use PERL cgi Content-Type: text/plain Date: Mon, 25 May 1998 02:07:08 PDT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, sir, I'm running a FreeBSD 2.2.5 box, I installed Apache and PERL 5.004 came with the FreeBSD 2.2.5 CDROM and set the cgi-bin as the executable directory. I put some perl program in that directory, but every time I run them, just got a internal error. Why? Can anyone direct me how to set Apache Web Server to use PERL cgi? Thanks. By the way, I'm not in this list, please reply to huang_min@hotmail.com. Huang Min ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 02:48:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA10497 for freebsd-questions-outgoing; Mon, 25 May 1998 02:48:14 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from zero.alphawest.com.au (dns.alphawest.com.au [203.14.124.44]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id CAA10393 for ; Mon, 25 May 1998 02:48:07 -0700 (PDT) (envelope-from stephenc@ios.alphawest.com.au) Received: (from smap@localhost) by zero.alphawest.com.au (8.6.12/8.6.12) id RAA17888 for ; Mon, 25 May 1998 17:43:53 +0800 Received: from parang(203.14.124.50) by zero via smap (V2.0p2) id xma017886; Mon, 25 May 98 17:43:44 +0800 Received: from stephenc ([203.14.124.41]) by parang.alphawest.com.au (8.9.0/8.8.8) with SMTP id RAA13297 for ; Mon, 25 May 1998 17:38:41 +0800 (WST) (envelope-from stephenc@ios.alphawest.com.au) Message-ID: <011a01bd87c1$710087e0$297c0ecb@stephenc.alphawest.com.au> Reply-To: "Stephen Cooper" From: "Stephen Cooper" To: "FreeBSD mailing list" Subject: kdebase - Ports patches fail to apply Date: Mon, 25 May 1998 17:42:31 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to build kdebase in /usr/ports/X11/kdebase after successfuly building kdelibs, the port falls over when trying to apply the FreeBSD patches. The port will not successfully configure without the patches applied. Has anyone had any success with compiling this port? OS: FreeBSD 2.2.6-RELEASE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 04:16:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA27984 for freebsd-questions-outgoing; Mon, 25 May 1998 04:16:53 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from granite.sentex.net (granite.sentex.ca [199.212.134.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA27976 for ; Mon, 25 May 1998 04:16:48 -0700 (PDT) (envelope-from mike@sentex.net) Received: from ospf-mdt.sentex.net (ospf-mdt.sentex.net [205.211.164.81]) by granite.sentex.net (8.8.6/8.6.9) with SMTP id HAA12640; Mon, 25 May 1998 07:16:05 -0400 (EDT) From: mike@sentex.net (Mike Tancsa) To: memmerto@undergrad.math.uwaterloo.ca (Matthew Emmerton) Cc: questions@FreeBSD.ORG Subject: Re: Microsoft Frontpage 98 Server Extensions Date: Mon, 25 May 1998 11:18:17 GMT Message-ID: <356952ff.26700503@mail.sentex.net> References: <002201bd86d2$b4d8c080$0200000a@win95.gsicomp.on.ca> In-Reply-To: <002201bd86d2$b4d8c080$0200000a@win95.gsicomp.on.ca> X-Mailer: Forte Agent .99e/32.227 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 24 May 1998 01:13:31 -0400, in sentex.lists.freebsd.questions you wrote: >I recently got FreeBSD-2.2.6 running, and downloaded the most recent MS >Frontpage Server extensions (version 3.0.4 according to the tarball I got) >for BSD/OS 3.0 from the Microsoft site. There is an excellent port of it.. See http://www.westbend.net/~hetzels/apache-fp/ ---Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 04:20:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA28565 for freebsd-questions-outgoing; Mon, 25 May 1998 04:20:07 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from granite.sentex.net (granite.sentex.ca [199.212.134.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA28465 for ; Mon, 25 May 1998 04:20:02 -0700 (PDT) (envelope-from mike@sentex.net) Received: from ospf-mdt.sentex.net (ospf-mdt.sentex.net [205.211.164.81]) by granite.sentex.net (8.8.6/8.6.9) with SMTP id HAA12818; Mon, 25 May 1998 07:19:01 -0400 (EDT) From: mike@sentex.net (Mike Tancsa) To: randyk@ccsales.com ("Randy A. Katz") Cc: questions@FreeBSD.ORG Subject: Re: Pager Notification Date: Mon, 25 May 1998 11:21:11 GMT Message-ID: <356953ea.26935751@mail.sentex.net> References: <3.0.5.32.19980524090543.038a1350@ccsales.com> In-Reply-To: <3.0.5.32.19980524090543.038a1350@ccsales.com> X-Mailer: Forte Agent .99e/32.227 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 24 May 1998 09:05:43 -0700, in sentex.lists.freebsd.questions >I've got around 25 happy FreeBSD boxes. I want to be notified via pager >when certain conditions arise (certain deamons no longer running, certain >%'s of partition full, etc...). I would need a c/c++ program which allows >me to: > >./pagehim phone# statuscode I would use some combination of the ucd snmp trap services and then the paging facilities of HylaFax. Both are ports in the port section. ---Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 04:22:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA29057 for freebsd-questions-outgoing; Mon, 25 May 1998 04:22:56 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from righi.ml.org (RIGHI.DF.UNIBO.IT [137.204.49.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA29019 for ; Mon, 25 May 1998 04:22:30 -0700 (PDT) (envelope-from bsd@righi.ml.org) Received: from localhost (bsd@localhost) by righi.ml.org (8.8.8/8.8.8) with SMTP id NAA01500 for ; Mon, 25 May 1998 13:00:28 +0200 (CEST) (envelope-from bsd@righi.ml.org) Date: Mon, 25 May 1998 13:00:28 +0200 (CEST) From: bsd mailing lists To: freebsd-questions@FreeBSD.ORG Subject: xterm bug, or w or who 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 Look at this output on my system!! 1:00PM up 3:38, 17 users, load averages: 0.23, 0.33, 0.35 USER TTY FROM LOGIN@ IDLE WHAT admin p1 axdel1.bo.infn.i 12:55PM - (pine) student p2 :0.0 12:42PM - telnet 137.204.48.43 admin p3 axdel1.bo.infn.i 12:57PM - w student p4 :0.0 12:11PM 47 - student p5 :0.0 12:12PM 47 - student p6 :0.0 12:12PM 47 - student p7 :0.0 12:12PM 47 - student p8 :0.0 12:12PM 47 - student p9 :0.0 12:12PM 47 - student pa :0.0 12:12PM 47 - student pb :0.0 12:12PM 47 - student pc :0.0 12:12PM 47 - student pd :0.0 12:12PM 46 - student pe :0.0 12:12PM 46 - student pf :0.0 12:12PM 46 - student pg :0.0 12:12PM 46 - student ph :0.0 12:12PM 46 - why does xterm behaves like this when a user quit the program?? ---------- Forwarded message ---------- Date: Mon, 25 May 1998 08:16:56 +0200 (CEST) From: bsd mailing lists To: freebsd-questions@freebsd.org Subject: xterm bug, or w or who bug??? I have noticed this strange behaviour of the xterm program. When I run xterm and after I quit it, either issuing the exit command in the shell or killing the window via window manager, well the xterm process really is quit and xterm is closed but if I look with w or who at the users on the system the xterm user process is still present like an idle process and everytime I open a new xterm and quit it, well this always happen and on my system the w output look like this after a while: 8:13AM up 1 day, 23:15, 3 users, load averages: 0.07, 0.17, 0.17 USER TTY FROM LOGIN@ IDLE WHAT admin p1 axdel1.bo.infn.i 7:59AM 1 (pine) admin p3 axdel1.bo.infn.i 8:12AM - w admin p4 axdel1.bo.infn.i 8:13AM - - the last user showed is what I mean,and it is very weird and if some users open many xterms and then quit well the system is all messed up with not existent users. If I look to processes with ps -aux these processes reported by w and who are not existent....so I wonder is it a bug of xterm or w or who or what else? I tryed it on other 2.2.6 RELEASE systems and I found the same trouble. Dos anyone know how to fix it?? thanks Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 04:44:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA02024 for freebsd-questions-outgoing; Mon, 25 May 1998 04:44:04 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from www.istudio.no (istudio.no [193.216.235.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA02001 for ; Mon, 25 May 1998 04:44:00 -0700 (PDT) (envelope-from lindgren@istudio.no) Received: from kraftwerk.istudio.no ([193.216.235.61]) by www.istudio.no (8.8.7/8.8.8) with SMTP id NAA16152 for ; Mon, 25 May 1998 13:43:54 +0200 (MET DST) Message-Id: <3.0.5.32.19980525134352.008df350@istudio.no> X-Sender: lindgren@istudio.no X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Mon, 25 May 1998 13:43:52 +0200 To: questions@FreeBSD.ORG From: Simon Lindgren Subject: wdcontrol returned nonzero... Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Booting 2.2.6 GENERIC kernel off my secondary master (fujitsu) HD I get the following error: -- wd2: wdcontrol: wdcommand failed reading fsbn 0wd2: status 80 error 0 ^ (repeated 4 times) wd2: wdstart: wdcontrol returned nonzero, state = 1 -- then everything stops and I have to reboot... Booting worked with the same disk on another system (where I installed FreeBSD). What can I do when I cannot even make a new kernel (and are there changes I could make to it if I could?) Thanks very much for any insight. simon@lindgren.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 04:57:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA03578 for freebsd-questions-outgoing; Mon, 25 May 1998 04:57:37 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gccomm.net (gccomm.net [207.8.142.138]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA03558 for ; Mon, 25 May 1998 04:57:31 -0700 (PDT) (envelope-from admin@gccomm.net) Received: from tvmaster2.whyy.org (tvmaster2.whyy.org [207.245.66.49]) by gccomm.net (8.8.7/8.8.7) with SMTP id HAA10675; Mon, 25 May 1998 07:49:54 -0400 (EDT) (envelope-from admin@gccomm.net) Message-ID: <044401bd87d4$f1ab6500$3142f5cf@tvmaster2.whyy.org> From: "Jeff Ehrenkrantz" To: "Anthony Woo" Cc: Subject: Re: want to be a FTP mirror site for freeBSD Date: Mon, 25 May 1998 08:01:36 -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.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Be carefull about the export restrictions regarding the security stuff it could get ugly if you miror a US site............. Gud Luck On Thu, 21 May 1998, Anthony Woo wrote: > I am interesting in FreeBSD and our Internet server is usring > FreeBSD. But in China > few peoples kown the powerfull FreeBSD, so I want to found a FTP site > mirror FreeBSD for > chinease, can you help me ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 04:59:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA03918 for freebsd-questions-outgoing; Mon, 25 May 1998 04:59:46 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp.enteract.com (thor.enteract.com [206.54.252.9]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id EAA03895 for ; Mon, 25 May 1998 04:59:42 -0700 (PDT) (envelope-from tkim@mcs.net) Received: (qmail 27559 invoked from network); 25 May 1998 11:59:42 -0000 Received: from hezron-14.d.enteract.com (HELO mcs.net) (207.229.148.144) by thor.enteract.com with SMTP; 25 May 1998 11:59:42 -0000 Message-ID: <35695F39.5659A3D@mcs.net> Date: Mon, 25 May 1998 12:08:25 +0000 From: Anthony Kim Organization: deus ex machina X-Mailer: Mozilla 4.05 [en] (X11; U; FreeBSD 2.2.6-STABLE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: LILO under Linux Emulator Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Has anyone run lilo under FreeBSD? I ask b/c I currently run lilo on the MBR before I installed FreeBSD. I removed my linux partition and am concerned about manipulating lilo without damaging my valuable FreeBSD slices. I'm not sure if fdisk /mbr will trash my system, and I can't seem to be able to overwrite with booteasy. Am I missing something obvious? Tks Anthony -- Fingerprint: 2CDE 798E 4140 332C 72D9 0F57 B786 DA9B CBC3 4592 "The conclusion I have reached is that reading is an operation without object; or that its true object is itself." --Italo Calvino "First and foremost, I think of myself as a reader." --Borges To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 05:03:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA04686 for freebsd-questions-outgoing; Mon, 25 May 1998 05:03:15 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from 203.231.240.15 ([203.231.240.15]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id FAA04672 for ; Mon, 25 May 1998 05:03:05 -0700 (PDT) (envelope-from marie5@chollian.net) Date: Mon, 25 May 1998 05:03:05 -0700 (PDT) Message-Id: <199805251203.FAA04672@hub.freebsd.org> From: 78442.marie5@chollian.net To: 78442. Subject: used machinery & heavy equipments -6335 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To whom may concern. Dear sir. We are pleased to hear the esteemed name of your company through internet which you are dealing the factory facilities and construction heavy equipments in your market. First of all we wish to introduce our selves as a leading company in the field of used factory facilities and construction heavy equipments for exporting in Korea. As you see well, we, Korea, have met a very critical economic crisis due to sudden foreign currency deficit and continuous bankruptcy of so many factories from end of last year. So many bankrupted factories construction company want to sell their factory facilities and heavy equipment by very cheapest value. Accordingly if you want to purchase the used factory facilities heavy equipment from Korean market, we guarantee you that this time is the most proper one to buy the equipment, by very competitive price. If you are interest in importing them from Korean market. please do not hesitate to contact us at anytime. We are willing to supply any kinds of the used factory facilities and construction heavy quipments (Korean-made and imported equipments) with best quotation. For your reference please kindly see the following equipment which we are dealing mainly. We are looking forward to hearing a good news and starting the business in the very near future. [MAIN ITEMS] USED HEAVY EQUIPMENT LIST Excavator(Hyundai, Samsung, Daewoo) Dumptruck(Hyundai, Samsung, Daewoo, Asia, Scania, Volvo) Concrete mixer truck(Hyundai, Samsung, Daewoo) Fork lift((Samsung, Daewoo) Concrete pump car Motor grader Lorder(Wheel type) Asphalt finisher Roller(vibratility) Crane Bull dozer USED MACHINE TOOLS Horizontal machining centers Vertical machining centers N.C lathe Hobbings & shapers Engine lathe Vertical borers Radial drilling M/C Milling M/C Various grinders Table & floor boring M/C Plano millers Various presses CNC tapping centers Various M/C Various injection molding M/C Best regard / Andrew park. E-mail : marie5@chollian.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 05:18:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA07710 for freebsd-questions-outgoing; Mon, 25 May 1998 05:18:07 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ms.lawton.com.cn ([202.96.242.129]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA07491 for ; Mon, 25 May 1998 05:16:59 -0700 (PDT) (envelope-from haifeng@ms.lawton.com.cn) Received: from jianping ([202.96.242.251]) by ms.lawton.com.cn (8.8.7/8.8.7) with SMTP id UAA03337 for ; Mon, 25 May 1998 20:18:40 +0800 (CST) (envelope-from haifeng@ms.lawton.com.cn) Message-ID: <000901bd87ce$8f4a8400$fbf260ca@jianping.lawton.com.cn> From: "Haifeng" To: Subject: Where to test my dns setting Date: Mon, 25 May 1998 20:16:27 +0900 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0006_01BD8819.FF216320" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0006_01BD8819.FF216320 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi guys: I set server domain on my server, I found from the outside some server = can be pinged but the other can't , I want know how can I test my domain = name. ------=_NextPart_000_0006_01BD8819.FF216320 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi guys:
 
I set server domain on my  = server, I found=20 from the outside some server can be pinged but the other can't , I want = know how=20 can I test my domain name.
 
------=_NextPart_000_0006_01BD8819.FF216320-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 06:22:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA16739 for freebsd-questions-outgoing; Mon, 25 May 1998 06:22:28 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from server.parliament.ge ([208.239.41.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA16731 for ; Mon, 25 May 1998 06:22:20 -0700 (PDT) (envelope-from guram@server.parliament.ge) Received: (from guram@localhost) by server.parliament.ge (8.8.7/8.8.7) id RAA00504; Mon, 25 May 1998 17:24:21 +0500 (GET) (envelope-from guram) Date: Mon, 25 May 1998 17:24:17 +0500 (GET) From: Guram Mosashvili To: freebsd-questions@FreeBSD.ORG Subject: search engine Message-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 need search engine for my Apache Web server, which works under my FreeBSD operation system. In the other words I would like to have search engine among my html files. Who know any good program, Please send me message. Thanks Guram To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 06:35:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA18644 for freebsd-questions-outgoing; Mon, 25 May 1998 06:35:13 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hermes.germany.net (hermes.germany.net [151.189.0.45]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA18635 for ; Mon, 25 May 1998 06:35:02 -0700 (PDT) (envelope-from 101.150836@germanynet.de) Received: (from root@localhost) by hermes.germany.net (8.8.8/8.8.8) id NAA01647; Mon, 25 May 1998 13:34:59 GMT Date: Mon, 25 May 1998 13:34:59 GMT Message-Id: <199805251334.NAA01647@hermes.germany.net> From: 101.150836@germanynet.de (Matthias Kretschmer) Subject: TV Support To: freebsd-questions@FreeBSD.ORG X-Mailer: nettool/newmail 03.02.98 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I want to buy a TV-capture-board to view TV on my computer. Now I am running FreeBSD 2.2.1. I din't find any drivers or applications for TC-capture-board and now I ask you, if there are drivers or applications in one of the newer distribution, so that I can view TV under XFree86 in a window? Greetings Matthias Kretschmer, Germany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 07:01:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA22069 for freebsd-questions-outgoing; Mon, 25 May 1998 07:01:39 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from slate.bw.edu (slate.bw.edu [192.150.115.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA21954 for ; Mon, 25 May 1998 07:00:33 -0700 (PDT) (envelope-from dmeleaso@bw.edu) Received: from localhost (dmeleaso@localhost) by slate.bw.edu (8.8.8/8.8.8) with SMTP id JAA08853; Mon, 25 May 1998 09:57:53 -0400 (EDT) Date: Mon, 25 May 1998 09:57:52 -0400 (EDT) From: Dan To: Michael Rice cc: FreeBSD-Questions Subject: Re: Install problems on Dell XPS R400 In-Reply-To: <001a01bd87a4$2dc95f00$6e00cbc0@rice-home> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > NEC 32X CD-ROM (Master on secondary IDE) > BTW, I can't find a driver for a NEC CD-ROM or the Intel Ethernet cards > > When I Quit and save the setup, it spins the floppy for about 30 seconds, > accesses it a couple of times, clears the screen, and then locks up. > Thinking that maybe it was timing out on a bunch of devices, I let it sit > for about 30 minutes on the blank screen, but it never progressed any > further. > I am starting to see a trend here: It seems a lot of the people having install problems with 2.2.6 have NEC CD-ROM...me included. Any thoughts on this? Dan Non sum qualis eram. Tempus edax rerum. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 07:11:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA23752 for freebsd-questions-outgoing; Mon, 25 May 1998 07:11:42 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from beech.sucs.soton.ac.uk (beech.sucs.soton.ac.uk [152.78.129.138]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA23739 for ; Mon, 25 May 1998 07:11:35 -0700 (PDT) (envelope-from J.Kuan@ecs.soton.ac.uk) Received: from bright.ecs.soton.ac.uk (bright.ecs.soton.ac.uk [152.78.64.201]) by beech.sucs.soton.ac.uk (8.8.8/relay-02) with SMTP id PAA25194 for ; Mon, 25 May 1998 15:11:31 +0100 (BST) Received: from penelope.ecs.soton.ac.uk by bright.ecs.soton.ac.uk; Mon, 25 May 98 15:08:32 BST Received: from ecs.soton.ac.uk by penelope.ecs.soton.ac.uk; Mon, 25 May 1998 15:11:22 +0100 Message-Id: <35698A08.6EA51233@ecs.soton.ac.uk> Date: Mon, 25 May 1998 16:11:04 +0100 From: Joseph Kuan Reply-To: J.Kuan@ecs.soton.ac.uk Organization: Multimedia Research Group, University of Southampton X-Mailer: Mozilla 4.04 [en] (X11; I; IRIX64 6.4 IP27) Mime-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Between FreeBSD and Linux Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am just a normal Linux user, don't know much about how the FreeBSD and Linux being developed. I have read the web page, I thought Linux is an operating system by incoporating GNU stuff. Sometimes I see some BSD directories with Linux, but I don't know what they for. I will be grateful if you can direct me to any source for all these confusion. Thanks in advance Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 07:17:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA24584 for freebsd-questions-outgoing; Mon, 25 May 1998 07:17:38 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from wired.ctech.ac.za (wired.ctech.ac.za [155.238.4.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA24571 for ; Mon, 25 May 1998 07:17:25 -0700 (PDT) (envelope-from jacques@wired.ctech.ac.za) Received: from wired.ctech.ac.za (localhost [127.0.0.1]) by wired.ctech.ac.za (8.8.7/8.8.7) with SMTP id QAA26488 for ; Mon, 25 May 1998 16:18:08 +0200 (SAT) (envelope-from jacques@wired.ctech.ac.za) Message-ID: <35697D9F.2781E494@wired.ctech.ac.za> Date: Mon, 25 May 1998 16:18:07 +0200 From: Jacques Hugo X-Mailer: Mozilla 3.04 (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: 3.0-RELEASE 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 ... When will we see a fbsd 3.0-RELEASE, are there any dates set? Thanks -Jacques ------------------------------------------------------ The box said "Requires Windows 3.1 or better" ... so I got BSD Network Administrator | Jacques Hugo UNIX Systems | jacques@wired.ctech.ac.za Cape Technikon | +27-21-4603584 ------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 07:18:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA24674 for freebsd-questions-outgoing; Mon, 25 May 1998 07:18:00 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from darius.concentric.net (darius.concentric.net [207.155.184.79]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA24642 for ; Mon, 25 May 1998 07:17:48 -0700 (PDT) (envelope-from Ashort@concentric.net) Received: from mcfeely.concentric.net (mcfeely.concentric.net [207.155.184.83]) by darius.concentric.net (8.8.8/(98/04/23 5.10)) id KAA04631; Mon, 25 May 1998 10:17:49 -0400 (EDT) [1-800-745-2747 The Concentric Network] Received: from viking.cris.com (viking.concentric.net [206.173.119.81]) by mcfeely.concentric.net (8.8.8) id KAA14147; Mon, 25 May 1998 10:17:48 -0400 (EDT) Date: Mon, 25 May 1998 10:17:48 -0400 (EDT) From: Andrew Short X-Sender: Ashort@viking.cris.com To: Doug White cc: FreeBSD Questions Mailing List Subject: Re: FreeBSD and Linux 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 keystone.westminster.edu doesn't seem to be there. On Sun, 24 May 1998, Doug White wrote: > On Thu, 21 May 1998, George Nimmer wrote: > > > I'm currently a die hard Linux user looking at other similar OS's. > > Where could I find a comparison of FreeBSD and Linux? > > This is a good comparison: > > http://keystone.westminster.edu/~fullermd/bsdvlin.htm > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > ----------------------------------------------------------------------- Andrew Short Colossians 3:23 ashort@concentric.net http://www.concentric.net/~ashort/ ----------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 07:21:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA25643 for freebsd-questions-outgoing; Mon, 25 May 1998 07:21:57 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gregory.dyn.ml.org (dave@cgowave-22-127.cgocable.net [24.226.22.127]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA25635 for ; Mon, 25 May 1998 07:21:52 -0700 (PDT) (envelope-from dave@gregory.dyn.ml.org) Received: from localhost (dave@localhost) by gregory.dyn.ml.org (8.8.7/8.8.7) with SMTP id FAA02670; Mon, 25 May 1998 05:21:28 -0400 Date: Mon, 25 May 1998 05:21:28 -0400 (EDT) From: Dave To: CyberPeasant cc: questions@FreeBSD.ORG Subject: Re: sendmail connections refused In-Reply-To: <199805250831.EAA06210@lucy.bedford.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 25 May 1998, CyberPeasant wrote: > Dave wrote: > > After a physical network problem at a different location, > > I temporarily moved my server home and I am connected to > > the internet via modem through sprint. I have done this before > > without any problem, but now all outgoing mail is having > > delivery problems due to refused connections: > > > > May 24 23:38:28 webify sendmail[6125]: MAA02719: > > to=majordomo@freebsd.org, > > ctladdr=hounddog (1001/1001), delay=11:20:48, xdelay=00:00:47, > > mailer=esmtp, relay=hub.freebsd.org. [204.216.27.18], > > stat=Deferred: > > Connection refused by hub.freebsd.org. > > > > With all the hassles of reconfiguring everything, I may be > > overlooking something obvious. Any help would be appreciated. > > Well, it's possible that hub.f.o was busy. It's happening with all my outgoing mail at all times, giving a message just like the one above. Incoming mail is fine. from my box: %telnet snybufaf 25 Trying 136.183.139.17... telnet: Unable to connect to remote host: Connection refused from this box, with a similar setup (different ISP): gregory %telnet 136.183.139.17 25 Trying 136.183.139.17... Connected to 136.183.139.17. Escape character is '^]'. 220 snybufaf Sendmail 5.65v3.2 (1.1.3.6) Mon, 25 May 1998 09:49:36 -0400 Telnet (to port 23), ftp, http, finger etc. to machines rejecting a port 25 connection works normally. Neither one of these machines will reverse lookup, and the only difference between my setup here and my setup at work is that I'm going through sprint now: I was using a .dyn.ml.org address at work (a college). > It may be, however, that the host's sendmail still thinks that it has > the name and IPA that it has at work. But at home, the rest of > the world thinks it is the IPA that it has from sprint. I assume > these are different. > > Many overly-anal sendmails will reject connections that appear > to come from an IPA-spoofing host -- it figures you're a spammer > or badboy. Do the bounce messages give more hints? Does /any/ > mail at all get through? None of these hosts reject the machine I'm on now, and as far as I can tell there is no difference between the configuration of this one and mine. Like I said, the only difference between my setup a few days ago and my setup now is that I'm using sprint for my internet connection. I'm beginning to wonder if they are using anti-spam measures that prevent me from sending outgoing mail from my box. > -- > Is the true purpose of Unix its use, or its administration? > Dig the sig :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 08:51:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA09292 for freebsd-questions-outgoing; Mon, 25 May 1998 08:51:13 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ntserver.sohopros.com (mail.sohopros.com [209.196.67.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA09277 for ; Mon, 25 May 1998 08:51:06 -0700 (PDT) (envelope-from elmore@sohopros.com) From: elmore@sohopros.com Received: from fwasc31-55.flash.net by ntserver.sohopros.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1457.7) id KTKRBQ4Z; Mon, 25 May 1998 10:51:04 -0500 Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Mon, 25 May 1998 10:41:00 -0500 (CDT) Organization: Student To: freebsd-questions@FreeBSD.ORG Subject: Help with tape backup? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The following is a typescript of how I'm tring to run a tape backup. I would like to know how to change the default backup device. I would like to send the data to be backedup to /dev/ft0 and not /dev/rst0. Can someone tell me what I'm doing wrong? # dump 0sd 307 1600 /dev/ft0_ DUMP: Date of this level 0 dump: Mon May 25 10:25:25 1998_ DUMP: Date of last level 0 dump: the epoch_ DUMP: Dumping /dev/ft0 to /dev/rst0_ DUMP: bad sblock magic number_ DUMP: The ENTIRE dump is aborted._ # ^D__exit_ Script done on Mon May 25 10:25:31 1998 Thanks Anthony... ---------------------------------- E-Mail: elmore@sohopros.com Date: 25-May-98 Time: 10:41:00 This message was sent by XFMail ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 08:57:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA10327 for freebsd-questions-outgoing; Mon, 25 May 1998 08:57:32 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pop.jaring.my (pop.jaring.my [192.228.128.19]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA10245 for ; Mon, 25 May 1998 08:56:24 -0700 (PDT) (envelope-from stevenm@pc.jaring.my) Received: from romulus (j13.ptl33.jaring.my [161.142.114.87]) by pop.jaring.my (8.8.7/8.8.7) with SMTP id XAA20613 for ; Mon, 25 May 1998 23:55:46 +0800 (MYT) Message-ID: <000701bd87f5$77ab6360$57728ea1@romulus> From: "Steven Mah" To: Subject: Where to obtain FreeBSD CD in Malaysia? Date: Mon, 25 May 1998 23:54:41 +0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01BD8838.7BB138C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0004_01BD8838.7BB138C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I live in Malaysia and am very interested in installing FreeBSD. Could = someone tell me where I can obtain a copy of FreeBSD 2.2.6 CD-ROMs (all = four) and possibly the manual too, in Malaysia or in Sinagpore. Regards and thanks in advance. Steven ------=_NextPart_000_0004_01BD8838.7BB138C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I live in Malaysia and am very = interested in=20 installing FreeBSD. Could someone tell me where I can obtain a copy of = FreeBSD=20 2.2.6 CD-ROMs (all four) and possibly the manual too, in Malaysia or in=20 Sinagpore.
 
Regards and thanks in = advance.
 
Steven
------=_NextPart_000_0004_01BD8838.7BB138C0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 09:38:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA17946 for freebsd-questions-outgoing; Mon, 25 May 1998 09:38:29 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from bot.fringeware.com (bot.FringeWare.COM [207.170.80.8]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA17934 for ; Mon, 25 May 1998 09:38:20 -0700 (PDT) (envelope-from robitron@fringeware.com) Received: from shado.fringeware.com by bot.fringeware.com (SMI-8.6/SMI-SVR4) id LAA15776; Mon, 25 May 1998 11:37:41 -0500 Date: Mon, 25 May 1998 12:37:14 -0400 (EDT) From: Robby Glen Garner To: freebsd-questions@FreeBSD.ORG Subject: tty-level buffer overflows Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG FreeBSD Rocks!!! Bill Gates can kiss my hairy posterior. I am new to FreeBSD UNIX and am having an error message when downloading large files. It says: /kernel: si01: 567 more tty-level buffer overflows total (989) Can someone suggest whether I need to look at a cmos setting for my serial port, or a kernel line modification perhaps? I have all the source loaded. Thanks, Robby Garner robitron@fringeware.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 09:41:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA18432 for freebsd-questions-outgoing; Mon, 25 May 1998 09:41:38 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from abyss.merrimack.edu (abyss.merrimack.edu [192.58.242.254]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA18406 for ; Mon, 25 May 1998 09:41:26 -0700 (PDT) (envelope-from flux@mediaone.net) Received: from flux.ne.mediaone.net by abyss.merrimack.edu (5.65v4.0/1.1.19.2/22May98-0138AM) id AA05009; Mon, 25 May 1998 12:41:25 -0400 Message-Id: <003101bd87fc$2a66a400$4c738018@manx.true.com> From: "Mark F. True" To: Subject: Hey guys... Date: Mon, 25 May 1998 12:42: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.2106.4 X-Mimeole: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a cable modem. My cable provider does not give me static IP addresses, they distribute IPs with a dhcp server. I need to find a way to get an ip address from my cable provider via dhcp without having to run PPP. The cable modem just uses a regular ethernet interface. --Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 09:56:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20473 for freebsd-questions-outgoing; Mon, 25 May 1998 09:56:57 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns2.cetlink.net (root@ns2.cetlink.net [209.54.54.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA20449 for ; Mon, 25 May 1998 09:56:50 -0700 (PDT) (envelope-from jak@cetlink.net) Received: from EXIT10 (i485-gw.cetlink.net [209.198.15.97]) by ns2.cetlink.net (8.8.8/8.8.5) with SMTP id MAA25128; Mon, 25 May 1998 12:56:16 -0400 (EDT) From: jak@cetlink.net (John Kelly) To: Jacques Hugo Cc: questions@FreeBSD.ORG Subject: Re: 3.0-RELEASE Date: Mon, 25 May 1998 16:58:36 GMT Message-ID: <356ca238.186922049@mail.cetlink.net> References: <35697D9F.2781E494@wired.ctech.ac.za> In-Reply-To: <35697D9F.2781E494@wired.ctech.ac.za> X-Mailer: Forte Agent 1.5/32.451 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id JAA20451 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 25 May 1998 16:18:07 +0200, Jacques Hugo wrote: >When will we see a fbsd 3.0-RELEASE, are there any dates set? The time until release approaches zero as time approaches infinity. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 09:57:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20525 for freebsd-questions-outgoing; Mon, 25 May 1998 09:57:15 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ultra1.dreamscape.com (ultra1.dreamscape.com [206.64.128.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA20508 for ; Mon, 25 May 1998 09:57:10 -0700 (PDT) (envelope-from aaron@csh.rit.edu) Received: from thud.homenet (ud17.dreamscape.com [207.198.13.114]) by ultra1.dreamscape.com (8.8.5/8.8.4) with ESMTP id MAA01470; Mon, 25 May 1998 12:56:51 -0400 (EDT) Received: (from aaron@localhost) by thud.homenet (8.8.7/8.8.7) id HAA00399; Sun, 24 May 1998 07:15:26 -0400 (EDT) (envelope-from aaron) Message-ID: <19980524071525.39992@homenet> Date: Sun, 24 May 1998 07:15:25 -0400 From: Aaron Jeremias Luz To: "Marco A. Barbosa S." Cc: questions@FreeBSD.ORG Subject: Re: wierd video card (maybe a bit new...) References: <199805250623.XAA10572@fciencias.ens.uabc.mx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <199805250623.XAA10572@fciencias.ens.uabc.mx>; from Marco A. Barbosa S. on Sun, May 24, 1998 at 11:23:46PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, May 24, 1998 at 11:23:46PM -0700, Marco A. Barbosa S. wrote: > hello people, > > I went to read some stuff on the www site, and on the ftp site... > and I could not find info about 2.2.6-RELEASE supporting a wierd > video card named... Diamond Stealth II (S220), 4MB SGRAM... > chipset verite 2100 or something... > > a friend is going to try to install X on his machine, and he is > kinda worried about the system not supporting his device... I'm afraid the Rendition Verite series are not supported by XFree86. Rendition is a small, fabricationless chip company with a vested interest in keeping the architecture of its chips secret. I'm also fairly sure that no commercial X server is available for the chip. It's too bad because I once had a Intergraph Reactor, based on the V1000, and really loved it... (How else is Quake on a 486 bearable?) > is there a driver for that thing? or do you know if it is kinda > backwards compatible with a model in the driver list and which > one is it... ? before he brings his machine and we start to > try the Diamond card driver family for a close match... The site you want to check for video card compatibility is www.xfree86.org. A good combination for FreeBSD / XFree86 / Windows 95 would be the Matrox Millenium + Monster 3D. I replaced my V1000 with an ET6000, which is okay for small monitors. Aaron To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 10:19:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA24272 for freebsd-questions-outgoing; Mon, 25 May 1998 10:19:54 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from horst.bfd.com (horst.bfd.com [204.160.242.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA24261 for ; Mon, 25 May 1998 10:19:46 -0700 (PDT) (envelope-from ejs@bfd.com) Received: from harlie.bfd.com (bastion.bfd.com [204.160.242.14]) by horst.bfd.com (8.8.8/8.8.8) with SMTP id KAA05170; Mon, 25 May 1998 10:19:43 -0700 (PDT) (envelope-from ejs@bfd.com) Date: Mon, 25 May 1998 10:19:43 -0700 (PDT) From: "Eric J. Schwertfeger" To: Mike Tancsa cc: "Randy A. Katz" , questions@FreeBSD.ORG Subject: Re: Pager Notification In-Reply-To: <356953ea.26935751@mail.sentex.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 25 May 1998, Mike Tancsa wrote: > On Sun, 24 May 1998 09:05:43 -0700, in sentex.lists.freebsd.questions > >I've got around 25 happy FreeBSD boxes. I want to be notified via pager > >when certain conditions arise (certain deamons no longer running, certain > >%'s of partition full, etc...). I would need a c/c++ program which allows > >me to: > > > >./pagehim phone# statuscode > > I would use some combination of the ucd snmp trap services and then > the paging facilities of HylaFax. Both are ports in the port section. If paging is all you want, I'd recommend qpage (also in ports) instead, it's much simpler to set up than HylaFax, which does much more. Oops, I'm making an assumption here. qpage only deals with alphanumeric pagers. Then again, for nonalphanumeric, I just use a chat script. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 10:36:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA27478 for freebsd-questions-outgoing; Mon, 25 May 1998 10:36:48 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from couatl.uchicago.edu (couatl.uchicago.edu [128.135.21.64]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA27436 for ; Mon, 25 May 1998 10:36:34 -0700 (PDT) (envelope-from sfarrell@couatl.uchicago.edu) Received: (from sfarrell@localhost) by couatl.uchicago.edu (8.9.0.Beta5/8.9.0.Beta5) id MAA02649; Mon, 25 May 1998 12:36:29 -0500 (CDT) To: "Min Huang" Cc: questions@FreeBSD.ORG Subject: Re: How to setup Apache Web Server to use PERL cgi References: <19980525090708.26372.qmail@hotmail.com> From: sfarrell+lists@farrell.org Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Date: 25 May 1998 12:36:29 -0500 In-Reply-To: "Min Huang"'s message of "Mon, 25 May 1998 02:07:08 PDT" Message-ID: <87wwbaxnfm.fsf@couatl.uchicago.edu> Lines: 21 X-Mailer: Gnus v5.6.9/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Min Huang" writes: > I'm running a FreeBSD 2.2.5 box, I installed Apache and PERL 5.004 > came with the FreeBSD 2.2.5 CDROM and set the cgi-bin as the > executable directory. I put some perl program in that directory, but > every time I run them, just got a internal error. Why? Can anyone > direct me how to set Apache Web Server to use PERL cgi? Thanks. Not really a freebsd--more of an apache question so I'd direct future questions in that direction... (see http://apache.org for mailing list, etc) Anyway, you want to check the errorlog (see where it is by looking at your httpd.conf file)--stderr goes there w/apache and you'll probably see what the problem is. Remember to get your mime headers right.... or Use CGI.pm... and so on. -- Steve Farrell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 10:38:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA27803 for freebsd-questions-outgoing; Mon, 25 May 1998 10:38:03 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from couatl.uchicago.edu (couatl.uchicago.edu [128.135.21.64]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA27721 for ; Mon, 25 May 1998 10:37:47 -0700 (PDT) (envelope-from sfarrell@couatl.uchicago.edu) Received: (from sfarrell@localhost) by couatl.uchicago.edu (8.9.0.Beta5/8.9.0.Beta5) id MAA02652; Mon, 25 May 1998 12:37:28 -0500 (CDT) To: Guram Mosashvili Cc: freebsd-questions@FreeBSD.ORG Subject: Re: search engine References: From: sfarrell+lists@farrell.org Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Date: 25 May 1998 12:37:28 -0500 In-Reply-To: Guram Mosashvili's message of "Mon, 25 May 1998 17:24:17 +0500 (GET)" Message-ID: <87u36exndz.fsf@couatl.uchicago.edu> Lines: 12 X-Mailer: Gnus v5.6.9/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Guram Mosashvili writes: > I need search engine for my Apache Web server, which works under my > FreeBSD operation system. In the other words I would like to have search > engine among my html files. I think a lot of people use glimpse or free-wais. Check in ports. -- Steve Farrell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 10:41:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA28765 for freebsd-questions-outgoing; Mon, 25 May 1998 10:41:53 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lsmarso.dialup.access.net (lsmarso.dialup.access.net [166.84.254.60]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA28742 for ; Mon, 25 May 1998 10:41:48 -0700 (PDT) (envelope-from larry@lsmarso.dialup.access.net) Received: (from larry@localhost) by lsmarso.dialup.access.net (8.8.8/8.8.8) id NAA12846; Mon, 25 May 1998 13:42:17 -0400 (EDT) (envelope-from larry) Message-ID: <19980525134215.C905@marso.com> Date: Mon, 25 May 1998 13:42:15 -0400 From: "Larry S. Marso" To: freebsd-questions@FreeBSD.ORG Subject: "Try reducing NFS_MUIDHASHIZ" Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I get the following message during boot up: May 25 13:35:35 second /kernel: struct nfsmount bloated (>512bytes) May 25 13:35:35 second /kernel: Try reducing NFS_MUIDHASHSIZ Note that, after a few minutes copying files as a NFS client from another FreeBSD NFS server box, the client box locks up. I cant find this documented anywhere. What do I reduce exactly? Thank you kindly. Best regards -- Larry S. Marso larry@marso.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 10:45:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA29697 for freebsd-questions-outgoing; Mon, 25 May 1998 10:45:55 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alcatel.fr (gatekeeper.alcatel.fr [194.133.58.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA29685 for ; Mon, 25 May 1998 10:45:47 -0700 (PDT) (envelope-from THIERRY.HERBELOT@telspace.alcatel.fr) From: THIERRY.HERBELOT@telspace.alcatel.fr Received: from alcatel.fr (gatekeeper-ssn.alcatel.fr [155.132.180.244]) by mailgate.alcatel.fr (ALCANET/SMTP.9.9.9) with ESMTP id TAA16093; Mon, 25 May 1998 19:12:15 +0200 Received: from aifhs1.alcatel.fr (aifhs1.alcatel.fr [155.132.180.86]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id TAA24260; Mon, 25 May 1998 19:01:50 +0200 (MET DST) Received: from aifhs2.alcatel.fr (localhost [127.0.0.1]) by aifhs1.alcatel.fr (8.8.8/8.8.8) with ESMTP id TAA02049; Mon, 25 May 1998 19:05:39 +0200 (MET DST) Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id TAA24231; Mon, 25 May 1998 19:01:48 +0200 (MET DST) Received: from telss1 (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.7.6/8.7.3) with SMTP id SAA17617; Mon, 25 May 1998 18:26:59 +0200 (MET DST) Received: from telspace.alcatel.fr by telss1 (4.1/SMI-4.1) id AA07212; Mon, 25 May 98 18:16:31 +0200 Received: from localhost by telspace.alcatel.fr with SMTP (1.40.112.12/16.2) id AA146072783; Mon, 25 May 1998 18:13:03 +0200 X-Openmail-Hops: 1 Date: Mon, 25 May 98 18:12:52 +0200 Message-Id: In-Reply-To: <199805250623.XAA10572@fciencias.ens.uabc.mx> Subject: =?ISO-8859-1?Q?R=E9p_:_wierd_video_card_(maybe_a_bit_new...)?= Mime-Version: 1.0 To: mbarbosa@fciencias.ens.uabc.mx Cc: freebsd-questions@FreeBSD.ORG Content-Type: text/plain; charset=ISO-8859-1; name="wierd" Content-Disposition: inline; filename="wierd" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id KAA29687 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG in itself, FreeBSD doesn't support graphics boards - but X-Windows does Check which borads are supported by the latest release fo xfree86 at www.xfree86.org TfH ____________________________ Séparateur Réponse ________________________________ Objet : wierd video card (maybe a bit new...) Auteur : mbarbosa@fciencias.ens.uabc.mx Date : 25/05/98 08:23 hello people, I went to read some stuff on the www site, and on the ftp site... and I could not find info about 2.2.6-RELEASE supporting a wierd video card named... Diamond Stealth II (S220), 4MB SGRAM... chipset verite 2100 or something... a friend is going to try to install X on his machine, and he is kinda worried about the system not supporting his device... is there a driver for that thing? or do you know if it is kinda backwards compatible with a model in the driver list and which one is it... ? before he brings his machine and we start to try the Diamond card driver family for a close match... thanks P.D. I copied the ftp site at ftp.freebsd.org for the 2.2.6-RELEASE thingie... and the only thing I left out were.. the packages and the xperimnt directories... I noticed an update directory... is there where any erratas and fixes for 2.2.6 will be uploaded? anyone on the side of Baja or sonora is welcome to install the 2.2.6-RELEASE from 148.231.177.8 with an anonymous login, anyone who is not there... will probably take longer than 1 hour to download 1 MB of info during normal weekdays... :( -- ************************************* * Marco Antonio Barbosa Santoyo * * Facultad de Ciencias, U.A.B.C. * * Ensenada, Baja California, Mexico * ************************************* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 10:48:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA00326 for freebsd-questions-outgoing; Mon, 25 May 1998 10:48:42 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from sol.muratasystem.or.jp (root@[210.163.133.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA00306 for ; Mon, 25 May 1998 10:48:32 -0700 (PDT) (envelope-from n-k@muratasystem.or.jp) Received: from main (ppp53.kitami.muratasystem.or.jp [210.163.132.55]) by sol.muratasystem.or.jp (8.7.5/3.5Wbeta) with SMTP id CAA04113 for ; Tue, 26 May 1998 02:48:16 +0900 Message-ID: <000101bd8850$42e1d6e0$3784a3d2@main> From: "Naoki Kodama" To: Subject: =?iso-2022-jp?B?GyRCJWIlRyVgJHJHJzwxJDckRiQvJGwkSiQkJHMkRyQ5ISMbKEI=?= Date: Tue, 26 May 1998 02:44:48 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG $BKM$N;H$C$F$$$k%^%7%s$O!"%P%j%e!<%9%?!<$N(B V13 $B$N%_%K%?%o!<7?$J$N$G$9$,!"FbB"(B $B$N%b%G%`$G!"%$%s%?!<%M%C%H$K@\B3$7$h$&$H$7$?$H$3$m!"%@%$%"%k$9$i$7$F$/$l$J$$(B $B$N$G!"D4$Y$F$_$?$H$3$m!"FbB"%b%G%`$O(B COM3 $B$K@\B3$7$F$"$k$i$7$/!":G=i$N5/F02h(B $BLL$G!"(B $B!!!!(Bsio0 at 0x30-0x33 irq 4 on isa sio0: type 8251 (internal) sio1:not found at $B!A!JK:$l$^$7$?!K(B $B!!(B sio2:not found at $B!A(B $B$H$$$&$h$&$K$J$C$F$$$F!"(BCOM3 $B$KBP1~$9$k(B sio2 $B$K%b%G%`$rG'<1$5$;$k$3$H$,$G$-(B $B$^$;$s!#(B ppp $B$N3Fpasswd $B!A(B $B!!!!(Bppp ON myname>dial $B!!!!(BDial attempt 1 of 1 $B!!!!(Bdial faild $B!!!!(Bppp ON myname>Packet mode $B!!!!(Bppp ON myname> $B$H$J$C$F$7$^$$!"%@%$%"%k$G$-$^$;$s!#(B $B%&%$%s%I%&%:$NJ}$G$$$m$$$m$$$8$C$F$_$F$b(B $B%]!<%H$OJQ$($i$l$J$$$h$&$J$N$G!"$J(B $B$K$+%b%G%`$N$h$$@_Dj$,$"$l$P65$($F$/$@$5$$!#$h$m$7$/$*4j$$$7$^$9!#(B To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 11:01:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA02757 for freebsd-questions-outgoing; Mon, 25 May 1998 11:01:33 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from acca.nmsu.edu (acca.NMSU.Edu [128.123.71.44]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id LAA02750 for ; Mon, 25 May 1998 11:01:24 -0700 (PDT) (envelope-from sven@acca.nmsu.edu) From: sven@acca.nmsu.edu Received: (qmail 11914 invoked by uid 1478); 25 May 1998 18:01:04 -0000 Date: 25 May 1998 18:01:04 -0000 Message-ID: <19980525180104.11913.qmail@acca.nmsu.edu> To: elmore@sohopros.com, freebsd-questions@FreeBSD.ORG Subject: Re: Help with tape backup? In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >The following is a typescript of how I'm tring to >run a tape backup. I would like to know how >to change the default backup device. I would >like to send the data to be backedup to /dev/ft0 >and not /dev/rst0. Can someone tell me what I'm >doing wrong? > ># dump 0sd 307 1600 /dev/ft0_ > DUMP: Date of this level 0 dump: Mon May 25 10:25:25 1998_ > DUMP: Date of last level 0 dump: the epoch_ > DUMP: Dumping /dev/ft0 to /dev/rst0_ > DUMP: bad sblock magic number_ > DUMP: The ENTIRE dump is aborted._ ># ^D__exit_ You need to use the -f command to tell it you're using a different file. Try dump 0fsd /dev/ft0 307 1600 what_ever_filesystem_you're_dumping Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 11:05:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA03751 for freebsd-questions-outgoing; Mon, 25 May 1998 11:05:53 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lsmarso.dialup.access.net (lsmarso.dialup.access.net [166.84.254.60]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA03724 for ; Mon, 25 May 1998 11:05:27 -0700 (PDT) (envelope-from larry@lsmarso.dialup.access.net) Received: (from larry@localhost) by lsmarso.dialup.access.net (8.8.8/8.8.8) id OAA12970; Mon, 25 May 1998 14:05:52 -0400 (EDT) (envelope-from larry) Message-ID: <19980525140500.A12927@marso.com> Date: Mon, 25 May 1998 14:05:00 -0400 From: "Larry S. Marso" To: freebsd-questions@FreeBSD.ORG Subject: Re: "Try reducing NFS_MUIDHASHIZ" Mail-Followup-To: freebsd-questions@freebsd.org References: <19980525134215.C905@marso.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <19980525134215.C905@marso.com>; from Larry S. Marso on Mon, May 25, 1998 at 01:42:16PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I found the following in sys/nfs/nfs.h: #ifndef NFS_MUIDHASHSIZ #define NFS_MUIDHASHSIZ 63 /* Tune the size of nfsmount with this */ #endif What's the relevence of 63, and the implication of reducing the number? On Mon, May 25, 1998 at 01:42:16PM -0400, Larry S. Marso wrote: > I get the following message during boot up: > > May 25 13:35:35 second /kernel: struct nfsmount bloated (>512bytes) > May 25 13:35:35 second /kernel: Try reducing NFS_MUIDHASHSIZ > > Note that, after a few minutes copying files as a NFS client from another > FreeBSD NFS server box, the client box locks up. > > I cant find this documented anywhere. What do I reduce exactly? > > Thank you kindly. > > Best regards > -- > Larry S. Marso > larry@marso.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 11:13:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA05038 for freebsd-questions-outgoing; Mon, 25 May 1998 11:13:28 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA05020 for ; Mon, 25 May 1998 11:13:22 -0700 (PDT) (envelope-from toor@dyson.iquest.net) Received: (from root@localhost) by dyson.iquest.net (8.8.8/8.8.8) id NAA10545; Mon, 25 May 1998 13:13:16 -0500 (EST) (envelope-from toor) Message-Id: <199805251813.NAA10545@dyson.iquest.net> Subject: Re: Change of idprio between 2.2.5 an 2.2.6 In-Reply-To: <199805250718.JAA05080@tiger.matematik.su.se> from Torbjorn Granlund at "May 25, 98 09:18:04 am" To: tege@matematik.su.se (Torbjorn Granlund) Date: Mon, 25 May 1998 13:13:16 -0500 (EST) Cc: questions@FreeBSD.ORG From: "John S. Dyson" Reply-To: dyson@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Torbjorn Granlund said: > > Why was this change made? A user-accessible means of starting a truly > low-priority proess was an important feature. (No, `nice' does not do > that.) > Denial of service bug in the FreeBSD kernel code. The work-around for now is to disable idprio. -- John | Never try to teach a pig to sing, dyson@freebsd.org | it just makes you look stupid, jdyson@nc.com | and it irritates the pig. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 11:17:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA05912 for freebsd-questions-outgoing; Mon, 25 May 1998 11:17:16 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from wpg-01.escape.ca (root@wpg-01.escape.ca [198.163.232.254]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA05888 for ; Mon, 25 May 1998 11:17:02 -0700 (PDT) (envelope-from pioneer@wpg-01.escape.ca) Received: from wpg-03.escape.ca (pioneer@wpg-03.escape.ca [198.163.232.252]) by wpg-01.escape.ca (8.8.7/8.7.5) with SMTP id NAA11100 for ; Mon, 25 May 1998 13:16:55 -0500 (CDT) Received: by wpg-03.escape.ca (SMI-8.6/SMI-SVR4) id NAA16332; Mon, 25 May 1998 13:16:53 -0500 Date: Mon, 25 May 1998 13:16:53 -0500 Message-Id: <199805251816.NAA16332@wpg-03.escape.ca> To: questions@FreeBSD.ORG X-URL: mailto:questions@freebsd.org X-Mailer: Lynx, Version 2.7.1 X-Personal_name: Baden R. de Bari From: baden@lords.com Subject: Undocumented? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, As I am unable to download the entire FreeBSD handbook I was searching for specific hardware compatabilities. I was unable to retrieve any video card h/w specs - could you please email these to me, as well, I couldn't find whether or not FreeBSD will be compatable with an ASUSTek P2L97 LX motherboard w/ PII 333 - the board has an AGP slot; does FreeBSD support an AGP video card? What about video features supported: ie. I will be connecting a cable modem to my system and will also like to have live video feeds. Will the OS support channel-changer-style video cards or will this fall under the X-Windows features. Thanks. reply to: baden@lords.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 11:31:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09289 for freebsd-questions-outgoing; Mon, 25 May 1998 11:31:34 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pub.shantou.gd.cn (pub.shantou.gd.cn [202.96.144.46]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA09264 for ; Mon, 25 May 1998 11:31:23 -0700 (PDT) (envelope-from andylr@usa.net) Received: from andy (ppp80.shantou.gd.cn [202.96.145.80]) by pub.shantou.gd.cn (8.8.7/8.8.7) with SMTP id CAA07538 for ; Tue, 26 May 1998 02:37:14 +0900 (CDT) Message-Id: <199805251737.CAA07538@pub.shantou.gd.cn> Date: Thu, 4 Jan 1996 12:0:6 +0800 From: Andy Lam To: "freebsd-questions@FreeBSD.ORG" X-mailer: FoxMail 2.1 [cn] 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 12:01:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA15497 for freebsd-questions-outgoing; Mon, 25 May 1998 12:01:21 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pub.shantou.gd.cn (pub.shantou.gd.cn [202.96.144.46]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA15480 for ; Mon, 25 May 1998 12:00:53 -0700 (PDT) (envelope-from andylr@usa.net) Received: from andy (ppp80.shantou.gd.cn [202.96.145.80]) by pub.shantou.gd.cn (8.8.7/8.8.7) with SMTP id DAA07837 for ; Tue, 26 May 1998 03:06:50 +0900 (CDT) Message-Id: <199805251806.DAA07837@pub.shantou.gd.cn> Date: Thu, 4 Jan 1996 12:29:42 +0800 From: Andy Lam To: "freebsd-questions@FreeBSD.ORG" X-mailer: FoxMail 2.1 [cn] 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 lists To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 12:35:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA20379 for freebsd-questions-outgoing; Mon, 25 May 1998 12:35:38 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA20330 for ; Mon, 25 May 1998 12:35:23 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id MAA29662; Mon, 25 May 1998 12:25:15 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd029658; Mon May 25 19:25:13 1998 Date: Mon, 25 May 1998 12:25:11 -0700 (PDT) From: Julian Elischer To: "Mark F. True" cc: freebsd-questions@FreeBSD.ORG Subject: Re: Hey guys... In-Reply-To: <003101bd87fc$2a66a400$4c738018@manx.true.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 get the DHCP client from the ports collection. On Mon, 25 May 1998, Mark F. True wrote: > > I have a cable modem. My cable provider does not give me static IP > addresses, they distribute > IPs with a dhcp server. I need to find a way to get an ip address from my > cable provider via dhcp > without having to run PPP. > > The cable modem just uses a regular ethernet interface. > > --Mark > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 14:00:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA03882 for freebsd-questions-outgoing; Mon, 25 May 1998 14:00:41 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from colin.muc.de (root@colin.muc.de [193.174.4.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA03868 for ; Mon, 25 May 1998 14:00:28 -0700 (PDT) (envelope-from jhs@jhs.muc.de) Received: from jhs.muc.de ([193.174.4.84]) by colin.muc.de with SMTP id <140587-2>; Mon, 25 May 1998 22:47:25 +0200 Received: (from jhs@localhost) by jhs.muc.de (8.8.8/8.8.7) id XAA00887; Sun, 24 May 1998 23:05:29 +0200 (MET DST) (envelope-from jhs) Date: Sun, 24 May 1998 23:05:29 +0200 Message-Id: <199805242105.XAA00887@jhs.muc.de> To: questions@FreeBSD.ORG Subject: URL for gnats CTM archive & current mail list name ? From: "Julian H. Stacey" Reply-To: "Julian H. Stacey" X-Post: Holz Strasse 27d, 80469 Munich, Germany X-Email: jhs@freebsd.org (& jhs@muc.de & jhs@jhs.muc.de ) X-Web: http://www.freebsd.org/~jhs/ (& http://www.muc.de/~jhs/ ) X-Tel: +49.89.268616 X-Fax: +49.89.2608126 X-Data: +49.89.26023276 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My CTM mail feed of gnats deltas died at gnats.1990.gz (Jan 12), Anyone know - an archive address to catch up from (I did look a while ago, but didn't find an archive on freefall ) - where to resubscribe ? majordomo@freebsd.org says ctm-gnats jhs@muc.de but I get nothing. PS I did look in handbook, but its very out of date: RELENG_2_2/doc/handbook/handbook239.html#493 "There is a sequence of deltas for the ports collection too, but interest has not been all that high yet. Tell me if you want an email list for that too and we will consider setting it up." EG port-cur has existed a long time. Julian Julian H. Stacey http://www.freebsd.org/~jhs/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 15:03:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA15052 for freebsd-questions-outgoing; Mon, 25 May 1998 15:03:15 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.iconz.co.nz (mail.iconz.co.nz [202.14.100.36]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA15022 for ; Mon, 25 May 1998 15:03:03 -0700 (PDT) (envelope-from jonc@pinnacle.co.nz) Received: from news.iconz.co.nz (status.gen.nz [202.14.100.1]) by mail.iconz.co.nz (8.8.7/8.8.7) with ESMTP id KAA108150896133724; Tue, 26 May 1998 10:02:04 +1200 (NZST) Received: (from uucp@localhost) by news.iconz.co.nz (8.8.5/8.8.5) with UUCP id KAA22025; Tue, 26 May 1998 10:01:59 +1200 Received: from tui.pinnacle.co.nz (tui.pinnacle.co.nz [202.37.163.3]) by kakapo.pinnacle.co.nz (8.8.8/8.8.8) with ESMTP id JAA02040; Tue, 26 May 1998 09:56:18 +1200 (NZST) Received: from localhost (jonc@localhost) by tui.pinnacle.co.nz (8.8.8/8.8.8) with SMTP id JAA01125; Tue, 26 May 1998 09:56:18 +1200 (NZST) X-Authentication-Warning: tui.pinnacle.co.nz: jonc owned process doing -bs Date: Tue, 26 May 1998 09:56:17 +1200 (NZST) From: Jonathan Chen To: bsd mailing lists cc: freebsd-questions@FreeBSD.ORG Subject: Re: xterm bug, or w or who bug??? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 25 May 1998, bsd mailing lists wrote: > I tryed it on other 2.2.6 RELEASE systems and I found the same trouble. > Dos anyone know how to fix it?? > thanks Get the updated xterm from (I'm guessing the URL here) ftp://ftp.freebsd.org/pub/FreeBSD/2.2.6/UPDATES or thereabouts. -- Jonathan Chen ---------------------------------------------------------------------- Clothes do make the man. Naked people have little or no influence on society. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 15:03:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA15182 for freebsd-questions-outgoing; Mon, 25 May 1998 15:03:56 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from burnett.criticalpath.net (burnett.criticalpath.net [209.188.6.39]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id PAA15158 for ; Mon, 25 May 1998 15:03:51 -0700 (PDT) (envelope-from shanmin@lvdi.net) Received: (cpmta 13668 invoked from network); 25 May 1998 22:03:50 GMT Received: from shan-gw.lvdi.net (HELO shan) (208.129.55.17) by smtp.lvdi.net with SMTP; 25 May 1998 15:03:50 -0700 X-Sent: 25 May 1998 22:03:50 GMT Reply-To: "Shan-Min Chao" From: "Shan-Min Chao" To: Subject: Virtual screen Date: Mon, 25 May 1998 03:03:46 -0700 Message-ID: <01bd87c4$681b47c0$143781d0@shan> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0021_01BD8789.BBBC6FC0" 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_0021_01BD8789.BBBC6FC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I have one simple question concerning X-Windows: how do you turn off the virtual screen? There is no option under the /stand/sysinstall XF86Config config. program that asks you this. Can anybody help me? Please e-mail me direct. Thank you. ------=_NextPart_000_0021_01BD8789.BBBC6FC0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi, I have one simple question=20 concerning
X-Windows:  how do you turn off = the
virtual screen?  There is no = option=20 under
the /stand/sysinstall XF86Config=20 config.
program that asks you this.  = Can=20 anybody
help me?  Please e-mail me = direct.=20 Thank
you.
 
 
------=_NextPart_000_0021_01BD8789.BBBC6FC0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 15:22:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA18436 for freebsd-questions-outgoing; Mon, 25 May 1998 15:22:50 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from darla.swimsuit.internet.dk (Modem1121.internet.dk [194.255.12.53]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA18413 for ; Mon, 25 May 1998 15:22:40 -0700 (PDT) (envelope-from leifn@internet.dk) Received: from darla.swimsuit.internet.dk (darla.swimsuit.internet.dk. [192.168.0.10]) by darla.swimsuit.internet.dk (8.8.8/8.8.8) with SMTP id AAA00432; Tue, 26 May 1998 00:07:41 +0200 (CEST) (envelope-from leifn@internet.dk) Date: Tue, 26 May 1998 00:07:40 +0200 (CEST) From: Leif Neland Reply-To: leifn@internet.dk To: Andrew Perry cc: Malte Lance , freebsd-questions@FreeBSD.ORG, Andrew MacIntyre Subject: Re: watch or monitor program? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 22 May 1998, Andrew Perry wrote: > > > > So what exactly does it "display" when it "displays w" (content, file-attribs, > > ..) ??? > > it clears the screen and gives me the output of w (you know, who's logged > in and what are they doing) and then it refreshes the display every 2 > seconds (by default, you can change it to whatever you like) > as in while true do clear w sleep 2 done Leif Neland leifn@internet.dk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 15:32:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA20913 for freebsd-questions-outgoing; Mon, 25 May 1998 15:32:03 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from home.ict.nl (root@olympus.home.ict.nl [193.79.216.19]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA20819 for ; Mon, 25 May 1998 15:31:52 -0700 (PDT) (envelope-from walter.oostendorp@home.ict.nl) Received: from home.ict.nl (ehvn1-p8.worldonline.nl [195.241.132.8]) by home.ict.nl (8.8.5/8.8.5) with ESMTP id AAA14918 for ; Tue, 26 May 1998 00:37:56 +0200 Message-ID: <3569F22A.D2974A5B@home.ict.nl> Date: Tue, 26 May 1998 00:35:22 +0200 From: Walter Oostendorp X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: cdrecord Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi All, I have some difficulties getting cdrecord 1.6 to work on a 3.0-980311-SNAP box. Writing starts accompanied by these messages: Cdrecord release 1.6 Copyright (C) 1995-1998 Jörg Schilling scsidev: '0,2,0' scsibus: 0 target: 2 lun: 0 Device type : Removable CD-ROM Version : 2 Response Format: 2 Capabilities : Vendor_info : 'RICOH ' Identifikation : 'MP6200S ' Revision : '2.20' Device seems to be: Generic mmc CD-RW. Using generic SCSI-3/mmc CD-R driver (mmc_cdr). Driver flags : SWABAUDIO cdrecord: Input/output error. read disk info: scsi sendcmd: no error status: 0x0 (GOOD STATUS) CDB: 51 00 00 00 00 00 00 00 02 00 resid: 2 cmd finished after 0.001s timeout 240s cdrecord: Cannot get disk type. Also the console shows : # penny/kernel: cd0: physio split the request.. cannot proceed To get it sofar I had to change the /dev/scgx linked to rcd0.ctl The worm0 does not find the drive. Anyone got a clue? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 15:34:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA21779 for freebsd-questions-outgoing; Mon, 25 May 1998 15:34:50 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id PAA21760; Mon, 25 May 1998 15:34:38 -0700 (PDT) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Mon, 25 May 1998 18:33:35 -0400 (EDT) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA12822; Mon, 25 May 98 18:33:32 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id SAA13061; Mon, 25 May 1998 18:32:57 -0400 Message-Id: <19980525183257.A13013@ct.picker.com> Date: Mon, 25 May 1998 18:32:57 -0400 From: Randall Hopper To: Alex Osokin , freebsd-questions@FreeBSD.ORG, Doug White , Aaron Jeremias Luz Cc: questions@FreeBSD.ORG Subject: Re: Moving filesystems to another drive Mail-Followup-To: Alex Osokin , freebsd-questions@FreeBSD.org, Doug White , Aaron Jeremias Luz , questions@FreeBSD.ORG References: <35630D3B.60AB51D4@ars.ml.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <35630D3B.60AB51D4@ars.ml.org>; from Alex Osokin on Wed, May 20, 1998 at 05:05:00PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alex Osokin: |Finally I got such solution: |Do disklabel and newfs on your new drive (you may type /stand/sysinstall |as root then follow your intuition :)) |Then mount your / on new drive to /mnt for example and do | |tar cf - /etc | tar xvpf - -C /mnt |tar cf - /.... | tar xvpf - -C /mnt Aaron Jeremias Luz: |Or you could just use | tar -C / -cf - . | tar -C /mnt --exclude mnt/\* -xvpf - |after you've mounted all your filesystems at the correct A bit late jumping in on this thread, but I went through the same thing this weekend myself :-) A follow-up question. Is there a version of tar or cpio that stores FreeBSD's extended file attributes (chflags(1)) and longer i-node numbers. Seems like sometimes when I've used them in the past to copy root or data UFS partitions I get some complaint (truncating inode number, etc.). E.g.: cd $dir1; tar cvf - . | (cd $dir2; tar xpf -) OR cd $dir1; find . -print | cpio -dumpv $dir2 On that thread, is dump(8) safe to use when copying files between file systems if your target FS has a different geometry from your source FS? For example, using: cd $dir1; dump 0f - / | (cd $dir2; restore xf -) I expect that handles FreeBSD extended attributes, so if there are no other obstacles, maybe that's the way to go. I ended up making my new root exactly the same size as my previous, and used dump/restore to copy it over. I then used tar/tar to copy my other data partitions (since there are no files with FreeBSD extended attribute settings on those FSs AFAIK). Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 15:46:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA24239 for freebsd-questions-outgoing; Mon, 25 May 1998 15:46:57 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp1.erols.com (smtp1.erols.com [207.172.3.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA24219 for ; Mon, 25 May 1998 15:46:49 -0700 (PDT) (envelope-from philuint@ibm.net) Received: from ibm.net (207-172-52-111.s111.tnt1.brd.erols.com [207.172.52.111]) by smtp1.erols.com (8.8.8/8.8.5) with ESMTP id SAA11849 for ; Mon, 25 May 1998 18:46:43 -0400 (EDT) Message-ID: <3569F3D3.FFF2BB7@ibm.net> Date: Mon, 25 May 1998 18:42:27 -0400 From: Whee Kim X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Question... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I try to become root with "su" and I get message... su: kerberos not in root's ACL What does that mean? What is kerberos and ACL? How do I fix it?! and I try to play a audio CD with xcdplayer, but I can't. Why not? How do I configure them so that I can play music CDs? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 15:53:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA25723 for freebsd-questions-outgoing; Mon, 25 May 1998 15:53:05 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from flarn.dyn.ml.org (root@ss01b58.third-wave.com [147.72.123.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA25652 for ; Mon, 25 May 1998 15:52:48 -0700 (PDT) (envelope-from mph@flarn.dyn.ml.org) Received: (from mph@localhost) by flarn.dyn.ml.org (8.8.8/8.8.8) id SAA17441; Mon, 25 May 1998 18:41:43 -0400 (EDT) (envelope-from mph) Message-ID: <19980525184142.A17140@flarn.dyn.ml.org> Date: Mon, 25 May 1998 18:41:42 -0400 From: Matthew Hunt To: bsd mailing lists , freebsd-questions@FreeBSD.ORG Subject: Re: xterm bug, or w or who bug??!!! Mail-Followup-To: bsd mailing lists , freebsd-questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: ; from bsd mailing lists on Mon, May 25, 1998 at 01:00:28PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, May 25, 1998 at 01:00:28PM +0200, bsd mailing lists wrote: > why does xterm behaves like this when a user quit the program?? A bug that has been fixed. flarn:~/FreeBSD/ports/x11/XFree86$ cvs log -r1.41 Makefile RCS file: /home/ncvs/ports/x11/XFree86/Makefile,v Working file: Makefile head: 1.41 branch: locks: strict access list: symbolic names: RELEASE_2_2_6: 1.39 RELEASE_2_2_5: 1.36 RELEASE_2_2_1: 1.29 RELEASE_2_2_2: 1.29 XFree86_3_1: 1.1.1.1 XFree86: 1.1.1 keyword substitution: kv total revisions: 42; selected revisions: 1 description: ---------------------------- revision 1.41 date: 1998/05/05 21:47:21; author: jmz; state: Exp; lines: +9 -1 This is bugfix patch number 1 for XFree86 3.3.2. This patch fixes the following problems: - xterm utmp handling problem. - exploitable buffer overflows in xterm related to the preeditType, inputMethod and *Keymap resources. - fix xterm's mishandling of the -vb command line option. - fix an invisible cursor problem with xterm. - exploitable buffer overflows in setuid programs using the Xaw library which are related to the preeditType and inputMethod resources. ============================================================================= -- Matthew Hunt * Stay close to the Vorlon. http://www.pobox.com/~mph/pgp.key for PGP public key 0x67203349. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 16:19:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00359 for freebsd-questions-outgoing; Mon, 25 May 1998 16:19:50 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from distance.net (fike@distance.net [209.142.224.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA00349 for ; Mon, 25 May 1998 16:19:43 -0700 (PDT) (envelope-from fike@distance.net) Received: from localhost (fike@localhost) by distance.net (8.8.8/8.8.7) with SMTP id TAA00581; Mon, 25 May 1998 19:18:44 -0400 (EDT) (envelope-from fike@distance.net) Date: Mon, 25 May 1998 19:18:43 -0400 (EDT) From: Fike Force To: MP cc: freebsd-questions@FreeBSD.ORG Subject: Re: too many open files problem In-Reply-To: <3.0.1.32.19980517145521.0069e5b4@icorp.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG MP, The problem is that named is listening on all 400 address. There is an option that you can set to just listen on one ip address. I would suggest updating to bind 8.1.2-T3B -- if you do decide to update here is the syntax. - listen-op port 53 { 1.2.3.4; }; }; - RPD On Sun, 17 May 1998, MP wrote: > > Greetings, > > I'm running into a problem with FreeBSD 2.2.6. > > I have two Class C's on my network and recently a hacker tunnelled into the > backbone and masqueraded under an unused IP in my subnet to do spamming. > As a result, I opted to bind all my IP addresses - used or not, to one of > my servers. So I have about 400 or so IPs bound. When I boot FBSD 2.2.6, > everything works, but if I -HUP the nameserver, I get this in the messages > log: > > May 17 14:29:37 mysys named[1266]: starting. named 4.9.6-REL Wed Mar 25 > 00:29: > 44 GMT 1998 jkh@time.cdrom.com:/usr/obj/usr/src/usr.sbin/named > May 17 14:29:37 mysys named[1266]: fcntl(dfd, F_DUPFD, 20): Too many open > files > May 17 14:29:37 mysys last message repeated 15 times > > The hard limit on open files is set at 360 - this may be inadequate since I > may have up to 512 domains mapped to my server. I assume there is a > relationship between these two concepts. > > In scanning the archives on FreeBSD.org, none of the solutions worked for > me (regarding setting ulimit ...) - and I didn't try anything regarding > compiling the kernel - I'm using the generic compilation right now. > > What are my options? Do I need to tune the kernel to solve this problem? > > If so, would someone be so kind as to walk me through this process? > Initial examinations showed a value OPEN_MAX, but it simply referenced some > header file that I could not find on the system - I haven't done enough > research yet to figure out what to do. > > Any help would be GREATLY appreciated - please direct e-mail to: mp@icorp.net > > Thanks very much!! > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 17:26:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA09949 for freebsd-questions-outgoing; Mon, 25 May 1998 17:26:14 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from MNSi.Net (e450.mnsi.net [206.48.122.98]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id RAA09742 for ; Mon, 25 May 1998 17:24:40 -0700 (PDT) (envelope-from nate@MNSi.Net) Received: (uucp@localhost) by MNSi.Net (SMI-8.6/SMI-SVR4) id UAA14785 for ; Mon, 25 May 1998 20:21:54 -0400 Received: from dyn124-246.win.mnsi.net(206.48.124.246) by e450.mnsi.net via smap (V2.0) id xma014599; Tue, 26 May 98 00:21:31 GMT Message-Id: <3.0.5.32.19960325202142.007a2430@in.mnsi.net> X-Sender: nate@in.mnsi.net X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Mon, 25 Mar 1996 20:21:42 -0500 To: freebsd-questions@FreeBSD.ORG From: Nathan Vidican Subject: A little clarification... Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear List, I have been inquiring recently about X-Terminals. The reason being, not that I wish to purchase them, but rather because I already have many such similar devices... I have, (or the schoolboard rather), approximately 2000 graphics-capable 10Base-2 *nix-based terminals. They were manufactured by Unisys Canada, (up until '92 @ which time production ceased), which has branched off a department deemed the "iconix" group, (whom is supposed to take care of support for such hardware). To make a long story shorter...they cannot/will-not provide support on them...So I am all on my own. They origionally ran on Unisys' own hacked-up version of QNX, with their own GUI called "Icon-Look". I have a (supposedly) functioning copy of the O/S install disks...but have not yet been able to read, or even copy them, (tried using FreeBSD's "dd if=/dev/fd0 of=/usr/disk1.flp" type-of-command, but it reports errors reading the disks). As I said, software support is refused, as is replacement. This was the "straw that broke the camel's back" so-to-speak, in that I am now no longer interested in making them run the old(er) QNX-based system, but rather I want to make them run FreeBSD, (and if possible...eventually X). So to ask my question(s) with a little more clarity...does anyone know of how I may make these beast startup? I have currently setup tftp, and bootpd, and they report: Requesting Operating System From Specified Node... (on some...says failed, and then reports): Requesting Operating System From Default Node (after either, it continues to report): Node Found, awaiting Operating System... (at which...the system error's out, and continually retry's, apparentl NOT getting what it wants). I think that what I require, is to make the correct boot image for them...but even if I make/obtain such an image, (both of which I am not sure how to do...), I do not know how to implement it. So I was hoping, that by sending such a message as this...there may be someone like you out there who could provide further insight/direction into the eventual solution of my problem. I appreciate all input you may have to offer, and look forward to recieving it. Nathan Vidican nate@mnsi.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 18:17:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA17501 for freebsd-questions-outgoing; Mon, 25 May 1998 18:17:46 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from bo.net ([206.154.132.180]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA17445 for ; Mon, 25 May 1998 18:17:01 -0700 (PDT) (envelope-from melo@bo.net) Received: by bo.net from localhost (router,SLMail V2.5); Mon, 25 May 1998 21:24:14 -0400 Received: by bo.net from bo.net (206.154.132.166::mail daemon; unverified,SLMail V2.5); Mon, 25 May 1998 21:24:14 -0400 Message-ID: <356A191D.67B3D922@bo.net> Date: Mon, 25 May 1998 21:21:33 -0400 From: "Marcelo Suarez" X-Mailer: Mozilla 4.03 [es] (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Question from Bolivia Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I search a server near me, but I can4t find anywhere, I interesting in help to your organization. Marcelo Suarez To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 18:18:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA17616 for freebsd-questions-outgoing; Mon, 25 May 1998 18:18:05 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp03.primenet.com (daemon@smtp03.primenet.com [206.165.6.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA17007 for ; Mon, 25 May 1998 18:13:37 -0700 (PDT) (envelope-from bkogawa@primenet.com) Received: (from daemon@localhost) by smtp03.primenet.com (8.8.8/8.8.8) id SAA03184; Mon, 25 May 1998 18:13:36 -0700 (MST) Received: from ip215.sjc.primenet.com(206.165.96.215), claiming to be "foo.primenet.com" via SMTP by smtp03.primenet.com, id smtpd003140; Mon May 25 18:13:30 1998 Received: (from bkogawa@localhost) by foo.primenet.com (8.8.8/8.8.6) id SAA22784; Mon, 25 May 1998 18:14:51 -0700 (PDT) Date: Mon, 25 May 1998 18:14:51 -0700 (PDT) Message-Id: <199805260114.SAA22784@foo.primenet.com> To: 101.150836@germanynet.de Subject: Re: TV Support Newsgroups: localhost.freebsd.questions References: <199805251334.NAA01647@hermes.germany.net> From: "Bryan K. Ogawa" Cc: freebsd-questions@FreeBSD.ORG X-Newsreader: NN version 6.5.0 #1 (NOV) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In localhost.freebsd.questions you write: >I want to buy a TV-capture-board to view TV on my computer. Now >I am running FreeBSD 2.2.1. I din't find any drivers or applications >for TC-capture-board and now I ask you, if there are drivers or >applications in one of the newer distribution, so that I can view >TV under XFree86 in a window? There is add-on support for BT-848 based cards in 2.2.1, which is built in from 2.2.5 or so. See: http://www.freebsd.org/~ahasty/Bt848.html for information on these cards. -- bryan k ogawa http://www.primenet.com/~bkogawa/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 18:26:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA18821 for freebsd-questions-outgoing; Mon, 25 May 1998 18:26:41 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from bmkind.lnk.telstra.net (bmkind.lnk.telstra.net [139.130.51.118]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA18704 for ; Mon, 25 May 1998 18:25:44 -0700 (PDT) (envelope-from brendan@bmkind.lnk.telstra.net) Received: from localhost (brendan@localhost) by bmkind.lnk.telstra.net (8.8.7/8.8.7) with SMTP id LAA00166 for ; Tue, 26 May 1998 11:26:02 -1000 Date: Tue, 26 May 1998 11:25:55 -1000 (GMT+10) From: Brendan Kosowski To: FreeBSD Questions Subject: IMAP server 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 How do I start a shell when logged into the IMAP server on a FreeBSD system ? Thanks & Regards, Brendan... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 18:30:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA19485 for freebsd-questions-outgoing; Mon, 25 May 1998 18:30:52 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from couatl.uchicago.edu (couatl.uchicago.edu [128.135.21.64]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA19174 for ; Mon, 25 May 1998 18:28:45 -0700 (PDT) (envelope-from sfarrell@couatl.uchicago.edu) Received: (from sfarrell@localhost) by couatl.uchicago.edu (8.9.0/8.9.0) id UAA07427; Mon, 25 May 1998 20:28:31 -0500 (CDT) To: "Stephen Cooper" Cc: "FreeBSD mailing list" Subject: Re: kdebase - Ports patches fail to apply References: <011a01bd87c1$710087e0$297c0ecb@stephenc.alphawest.com.au> From: sfarrell+lists@farrell.org Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Date: 25 May 1998 20:28:31 -0500 In-Reply-To: "Stephen Cooper"'s message of "Mon, 25 May 1998 17:42:31 +0800" Message-ID: <87vhqtvn0g.fsf@couatl.uchicago.edu> Lines: 20 X-Mailer: Gnus v5.6.9/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Stephen Cooper" writes: > I am trying to build kdebase in /usr/ports/X11/kdebase after successfuly > building kdelibs, the port > falls over when trying to apply the FreeBSD patches. > > The port will not successfully configure without the patches applied. > > Has anyone had any success with compiling this port? > > OS: FreeBSD 2.2.6-RELEASE kde ppl sometimes make changes w/o changing the version number... kind of annoying. Are you sure your ports directory is fully up to sync? might need to cvsup /usr/share/examples/cvsup/ports-supfile -- Steve Farrell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 18:40:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA20896 for freebsd-questions-outgoing; Mon, 25 May 1998 18:40:05 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from granite.sentex.net (granite.sentex.ca [199.212.134.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA20739 for ; Mon, 25 May 1998 18:40:00 -0700 (PDT) (envelope-from mike@sentex.net) Received: from ospf-mdt.sentex.net (ospf-mdt.sentex.net [205.211.164.81]) by granite.sentex.net (8.8.6/8.6.9) with SMTP id VAA19672; Mon, 25 May 1998 21:39:10 -0400 (EDT) From: mike@sentex.net (Mike Tancsa) To: philuint@ibm.net (Whee Kim) Cc: questions@FreeBSD.ORG Subject: Re: Question... Date: Tue, 26 May 1998 01:41:34 GMT Message-ID: <356a1d71.78527035@mail.sentex.net> References: <3569F3D3.FFF2BB7@ibm.net> In-Reply-To: <3569F3D3.FFF2BB7@ibm.net> X-Mailer: Forte Agent .99e/32.227 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG yOn Mon, 25 May 1998 18:42:27 -0400, in sentex.lists.freebsd.questions you wrote: > I try to become root with "su" and I get message... > > su: kerberos not in root's ACL It sounds like you installed Kerberos, a security/authentication system. See http://www.freebsd.org/handbook/handbook64.html#66 for details... ---Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 18:45:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA21779 for freebsd-questions-outgoing; Mon, 25 May 1998 18:45:32 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA21761 for ; Mon, 25 May 1998 18:45:21 -0700 (PDT) (envelope-from grog@lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id LAA24171; Tue, 26 May 1998 11:15:19 +0930 (CST) (envelope-from grog) Message-ID: <19980526111519.A24133@freebie.lemis.com> Date: Tue, 26 May 1998 11:15:19 +0930 From: Greg Lehey To: freebsd-questions@FreeBSD.ORG Subject: Re: "Try reducing NFS_MUIDHASHIZ" References: <19980525134215.C905@marso.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <19980525134215.C905@marso.com>; from Larry S. Marso on Mon, May 25, 1998 at 01:42:16PM -0400 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 25 May 1998 at 13:42:16 -0400, Larry S. Marso wrote: > I get the following message during boot up: > > May 25 13:35:35 second /kernel: struct nfsmount bloated (>512bytes) > May 25 13:35:35 second /kernel: Try reducing NFS_MUIDHASHSIZ > > Note that, after a few minutes copying files as a NFS client from another > FreeBSD NFS server box, the client box locks up. > > I cant find this documented anywhere. What do I reduce exactly? What version of FreeBSD are you running? So far, we've only seen this on -CURRENT, and we don't discuss -CURRENT on this mailing list. It's been fixed in -CURRENT. Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 18:48:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA22258 for freebsd-questions-outgoing; Mon, 25 May 1998 18:48:52 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA22250 for ; Mon, 25 May 1998 18:48:47 -0700 (PDT) (envelope-from grog@lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id LAA24207; Tue, 26 May 1998 11:18:27 +0930 (CST) (envelope-from grog) Message-ID: <19980526111827.B24133@freebie.lemis.com> Date: Tue, 26 May 1998 11:18:27 +0930 From: Greg Lehey To: leifn@internet.dk, Andrew Perry Cc: Malte Lance , freebsd-questions@FreeBSD.ORG, Andrew MacIntyre Subject: Re: watch or monitor program? References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: ; from Leif Neland on Tue, May 26, 1998 at 12:07:40AM +0200 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998 at 0:07:40 +0200, Leif Neland wrote: > On Fri, 22 May 1998, Andrew Perry wrote: > >>> >>> So what exactly does it "display" when it "displays w" (content, file-attribs, >>> ..) ??? >> >> it clears the screen and gives me the output of w (you know, who's logged >> in and what are they doing) and then it refreshes the display every 2 >> seconds (by default, you can change it to whatever you like) >> > > as in > while true > do > clear > w > sleep 2 > done Yes, except that this causes a lot of screen output, and it flashes. The watch program is available (including binary :-) at ftp://www.lemis.com/pub/watch.tar.gz. Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 19:05:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA24869 for freebsd-questions-outgoing; Mon, 25 May 1998 19:05:47 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ntserver.sohopros.com (mail.sohopros.com [209.196.67.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA24852 for ; Mon, 25 May 1998 19:05:40 -0700 (PDT) (envelope-from anthony@sohopros.com) Received: from fwasc30-251.flash.net by ntserver.sohopros.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1457.7) id KTKRBQW7; Mon, 25 May 1998 21:05:39 -0500 Message-Id: <3.0.32.19980525210643.00859980@sohopros.com> X-Sender: anthony@sohopros.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Mon, 25 May 1998 21:06:46 -0500 To: freebsd-questions@FreeBSD.ORG From: "Anthony E. Coley" Subject: backup device? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How can I change my default backup device from /dev/rst0 to /dev/ft0? When I type "tar t" it tries to read from /dev/rst0. FreeBSD 2.2.5 Thanks, Anthony ..... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 19:14:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA26157 for freebsd-questions-outgoing; Mon, 25 May 1998 19:14:52 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hermes.iaccess.com.au (hermes.iaccess.com.au [203.5.74.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA26122 for ; Mon, 25 May 1998 19:14:41 -0700 (PDT) (envelope-from andrew@iaccess.com.au) Received: from alpine.iaccess (alpine.iaccess.com.au [203.5.74.227]) by hermes.iaccess.com.au (8.8.5/8.8.5) with SMTP id MAA26364 for ; Tue, 26 May 1998 12:16:34 +1000 (EST) Message-ID: <01aa01bd884c$a4c04d00$e34a05cb@alpine.iaccess> From: "Andrew Specht" To: Subject: Re: "Try reducing NFS_MUIDHASHIZ" Date: Tue, 26 May 1998 12:18:59 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Go to /usr/src/sys/nfs/nfs.h change NFS_MUIDHASHSIZ to 31 If you're running -current, then please post questions about it to freebsd-current@freebsd.org :) Andrew Specht | System Administrator E-mail: andrew@iaccess.com.au | Internet Access Australia Internet: http://www.iaccess.com.au | Melbourne, Australia >On Mon, 25 May 1998 at 13:42:16 -0400, Larry S. Marso wrote: >> I get the following message during boot up: >> >> May 25 13:35:35 second /kernel: struct nfsmount bloated (>512bytes) >> May 25 13:35:35 second /kernel: Try reducing NFS_MUIDHASHSIZ >> >> Note that, after a few minutes copying files as a NFS client from another >> FreeBSD NFS server box, the client box locks up. >> >> I cant find this documented anywhere. What do I reduce exactly? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 19:47:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA02056 for freebsd-questions-outgoing; Mon, 25 May 1998 19:47:19 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from acca.nmsu.edu (acca.NMSU.Edu [128.123.71.44]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id TAA02042 for ; Mon, 25 May 1998 19:47:13 -0700 (PDT) (envelope-from sven@acca.nmsu.edu) From: sven@acca.nmsu.edu Received: (qmail 15347 invoked by uid 1478); 26 May 1998 02:47:15 -0000 Date: 26 May 1998 02:47:15 -0000 Message-ID: <19980526024715.15346.qmail@acca.nmsu.edu> To: anthony@sohopros.com, freebsd-questions@FreeBSD.ORG Subject: Re: backup device? In-Reply-To: <3.0.32.19980525210643.00859980@sohopros.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Try doing a: tar tf /dev/ft0 Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 21:18:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA14546 for freebsd-questions-outgoing; Mon, 25 May 1998 21:18:13 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp1.erols.com (smtp1.erols.com [207.172.3.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA14421 for ; Mon, 25 May 1998 21:17:35 -0700 (PDT) (envelope-from philuint@ibm.net) Received: from ibm.net (207-172-44-94.s94.tnt3.brd.erols.com [207.172.44.94]) by smtp1.erols.com (8.8.8/8.8.5) with ESMTP id AAA18840 for ; Tue, 26 May 1998 00:17:33 -0400 (EDT) Message-ID: <356A415A.A1EFCDF@ibm.net> Date: Tue, 26 May 1998 00:13:15 -0400 From: Whee Kim X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Questions... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am here with more questions... =) I just rebuilt my kernel and it seems to be working fine... However, I can't have it to recognize my SCSI board. I have Zip SCSI accelartor card for my SCSI ZIP drive I configure it as aha0 and it is located at IRQ 11, I/O 0x140. However, my kernel thinks it's at 0x340 and it says can't find it... Why is that?! in my GENERIC file, I typed controller aha0 at isa? port 0x140 bio irq 11 drq 5 vector ahaintr and another question is, I want to play a regular CD with my creative cdrom drive. I tried xcdplayer, but I don't think it's for my cdrom drive. What do I do? and the last question is how do I uninstall a program? To be exact, I want to unport(uninstall) xcdplayer. Thank you very much To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 21:32:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA16093 for freebsd-questions-outgoing; Mon, 25 May 1998 21:32:50 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from darla.swimsuit.internet.dk (Modem1102.internet.dk [194.255.12.34]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA16067 for ; Mon, 25 May 1998 21:32:22 -0700 (PDT) (envelope-from leifn@internet.dk) Received: from darla.swimsuit.internet.dk (darla.swimsuit.internet.dk. [192.168.0.10]) by darla.swimsuit.internet.dk (8.8.8/8.8.8) with SMTP id AAA00602 for ; Tue, 26 May 1998 00:33:18 +0200 (CEST) (envelope-from leifn@internet.dk) Date: Tue, 26 May 1998 00:33:18 +0200 (CEST) From: Leif Neland Reply-To: leifn@internet.dk To: questions@FreeBSD.ORG Subject: how to test a hash db Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have trouble making the genericstable work. So I want to test if I have put the right stuff in the db. Is there a command to dump the hash? Leif Neland leifn@internet.dk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 21:47:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA17737 for freebsd-questions-outgoing; Mon, 25 May 1998 21:47:23 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ntserver.sohopros.com (mail.sohopros.com [209.196.67.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA17714 for ; Mon, 25 May 1998 21:47:18 -0700 (PDT) (envelope-from anthony@sohopros.com) Received: from fwasc17-107.flash.net by ntserver.sohopros.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1457.7) id KTKRBQXN; Mon, 25 May 1998 23:47:17 -0500 Message-Id: <3.0.32.19980525234820.008158a0@sohopros.com> X-Sender: anthony@sohopros.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Mon, 25 May 1998 23:48:24 -0500 To: freebsd-questions@FreeBSD.ORG From: "Anthony E. Coley" Subject: trouble with backup? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to get my QIC 80 to work with 2.2.5. I can get it to backup up using a command line like so: tar cvzf - /usr | ft "/usr save". The problem I'm having is that each time I do a backup it over wrights the last backup. I have tried using the -M, -K and -V options, but no luck. It will only create one volume. Can someone tell me what I'm doing wrong, or tell me a better way to make incremental backups? Thanks, Anthony... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 21:48:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA17948 for freebsd-questions-outgoing; Mon, 25 May 1998 21:48:23 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from www.communique.no (www.communique.no [193.212.204.33]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id VAA17932 for ; Mon, 25 May 1998 21:48:11 -0700 (PDT) (envelope-from are@communique.no) Received: (qmail 7269 invoked by uid 1001); 26 May 1998 04:53:50 -0000 Date: Tue, 26 May 1998 06:53:50 +0200 (CEST) From: Are Bryne To: FreeBSD questions list Subject: Funny freeze (due to limits :) Message-ID: Organization: Communique DA MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, david /kernel: pid 323 (XF86_Mach64), uid 0, was killed: exceeded maximum CPU limit XF86_Mach64 is setuid root. Root of course has no cpulimit set in login.conf. So why does the above happen when I run startx? TIA. Regards, Are To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 21:54:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA19234 for freebsd-questions-outgoing; Mon, 25 May 1998 21:54:38 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from wired.ctech.ac.za (wired.ctech.ac.za [155.238.4.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA19226 for ; Mon, 25 May 1998 21:54:21 -0700 (PDT) (envelope-from jacques@wired.ctech.ac.za) Received: from wired.ctech.ac.za (localhost [127.0.0.1]) by wired.ctech.ac.za (8.8.7/8.8.7) with SMTP id GAA28420; Tue, 26 May 1998 06:54:24 +0200 (SAT) (envelope-from jacques@wired.ctech.ac.za) Message-ID: <356A4B00.446B9B3D@wired.ctech.ac.za> Date: Tue, 26 May 1998 06:54:24 +0200 From: Jacques Hugo X-Mailer: Mozilla 3.04 (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: John Kelly CC: questions@FreeBSD.ORG Subject: Re: 3.0-RELEASE References: <35697D9F.2781E494@wired.ctech.ac.za> <356ca238.186922049@mail.cetlink.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Kelly wrote: > >When will we see a fbsd 3.0-RELEASE, are there any dates set? > > The time until release approaches zero as time approaches infinity. Deep, very deep. ------------------------------------------------------ The box said "Requires Windows 3.1 or better" ... so I got BSD Network Administrator | Jacques Hugo UNIX Systems | jacques@wired.ctech.ac.za Cape Technikon | +27-21-4603584 ------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 22:22:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA23276 for freebsd-questions-outgoing; Mon, 25 May 1998 22:22:11 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mx.iki.rssi.ru (mx.iki.rssi.ru [193.232.212.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA23070 for ; Mon, 25 May 1998 22:21:43 -0700 (PDT) (envelope-from richi@tdis.gctc.rssi.ru) Received: from tdis.gctc.rssi.ru (tdis.gctc.rssi.ru [193.232.26.70]) by mx.iki.rssi.ru (8.8.5/8.8.5) with SMTP id JAA05452; Tue, 26 May 1998 09:21:56 +0500 (MSD) Received: from tdis by tdis.gctc.rssi.ru (5.x/SMI-SVR4) id AA02249; Tue, 26 May 1998 09:18:14 -0300 Message-Id: <356AB306.F0F7AB5@tdis.gctc.rssi.ru> Date: Tue, 26 May 1998 09:18:14 -0300 From: "Andrew A.Karjagin" Organization: Gagarin Cosmonaut Training Center X-Mailer: Mozilla 4.04 [en] (X11; I; SunOS 5.4 sun4m) Mime-Version: 1.0 To: Guram Mosashvili , "freebsd-questions@FreeBSD.ORG" Subject: Re: search engine References: Content-Type: multipart/alternative; boundary="------------6785C2BA5DDDCDBE83BA623E" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --------------6785C2BA5DDDCDBE83BA623E Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Guram Mosashvili wrote: > Hello, > > I need search engine for my Apache Web server, which works under my > FreeBSD operation system. In the other words I would like to have search > engine among my html files. > > Who know any good program, Please send me message. > > Thanks > > Guram Hi, Guram. At the http://www.comptek.ru you can find search engine "Yandex Light". "Light" version is free but indexing area is 1 Mb. ____________________________________________________ Best regards Andrew A.Karjagin Gagarin Cosmonaut Training Center, Star town, Russia ICQ# = 4744622 --------------6785C2BA5DDDCDBE83BA623E Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Guram Mosashvili wrote:
Hello,

I need search engine for my Apache Web server, which works under my
FreeBSD operation system. In the other words I would like to have search
engine among my html files.

Who know any good program, Please send me message.

Thanks

Guram

Hi, Guram. At the http://www.comptek.ru you can find search engine "Yandex Light".
"Light" version is free but indexing area is 1 Mb.
____________________________________________________

Best regards                       Andrew A.Karjagin
Gagarin Cosmonaut Training Center, Star town, Russia
ICQ# = 4744622
  --------------6785C2BA5DDDCDBE83BA623E-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 22:35:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA24792 for freebsd-questions-outgoing; Mon, 25 May 1998 22:35:50 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gershwin.tera.com (gershwin.tera.com [207.224.230.28]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA24780 for ; Mon, 25 May 1998 22:35:37 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (tao.tera.com [207.108.223.55]) by gershwin.tera.com (8.8.8/8.8.8) with ESMTP id WAA28149 for ; Mon, 25 May 1998 22:35:02 -0700 (PDT) Received: (from kline@localhost) by tao.thought.org (8.8.8/8.7.3) id WAA01246 for freebsd-questions@FreeBSD.ORG; Mon, 25 May 1998 22:32:29 -0700 (PDT) From: Gary Kline Message-Id: <199805260532.WAA01246@tao.thought.org> Subject: new X To: freebsd-questions@FreeBSD.ORG (FreeBSD Mailing List) Date: Mon, 25 May 1998 22:32:28 -0700 (PDT) Organization: <> thought.org: public access uNix in service... <> X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG After some hours of concentration, my P90 is now 2.2.6-R. I was installing the entire X11 release into my /usr slice but ran out of space. ---Only 1.7G on this box and 700MB is /usr/local. So my question is: what do I need to continue my X11 application development and run the latest release of X11R6? I only have 75M free on /usr. thanks for some insights, gary -- Gary D. Kline kline@tao.thought.org Public service uNix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 22:42:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA25603 for freebsd-questions-outgoing; Mon, 25 May 1998 22:42:33 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from tiger.lantronix.com (tiger.lantronix.com [207.211.9.201]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id WAA25585 for ; Mon, 25 May 1998 22:42:29 -0700 (PDT) (envelope-from maxk@lantronix.com) Received: from mulligan (arnie [192.111.119.91]) by tiger.lantronix.com with SMTP id WAA08097 (SMI-8.6/SMI-SVR4 for ); Mon, 25 May 1998 22:42:15 -0700 Received: from shark (shark.lantronix.com) by mulligan with SMTP id AA08558 (5.67b8+/IDA-1.4.4 for ); Mon, 25 May 1998 22:42:09 -0700 Received: by shark id AA02990 (5.67b8+/IDA-1.4.4 for freebsd-questions@freebsd.org); Mon, 25 May 1998 22:42:08 -0700 Date: Mon, 25 May 1998 22:42:07 -0700 (PDT) From: Max Kartsev To: freebsd-questions@FreeBSD.ORG Subject: NIC Question Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! I am having a problem configuring FreeBSD with Linksys' Ether16 LAN Card. The card is NE2000 compatible, PnP. I have installed one on a Pentium PC running FreeBSD, and it was recognized, via ed0 interface (addr 0x280, irq 10). The problem comes when installing the card on a 486 machine. I tried different ISA slots, tried installing a different card of the same type; also changed memory address to 0xffffff and irq to -1 thinking that it would poll all possible addresses. Even tried polling different interfaces (ie0, ep0, le0, etc.) Is there anything that I've missed? Is it still a compatibility issue? As I know, the card has 8/16bit autosense. Maybe it is not working properly? Can it be a PnP feature that causes the problem? Or maybe an old 486's ISA slot is too wide for this card and there's simply no electric contact? Any answers or help from you will be greatly appreciated. Thanks in advance! M. Kartsev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 23:26:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA01066 for freebsd-questions-outgoing; Mon, 25 May 1998 23:26:59 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cybertouch.org (beef@cybertouch.org [209.47.145.231]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA01053 for ; Mon, 25 May 1998 23:26:41 -0700 (PDT) (envelope-from beef@cybertouch.org) Received: from localhost (beef@localhost) by cybertouch.org (8.8.8/8.8.8) with SMTP id CAA00693 for ; Tue, 26 May 1998 02:25:34 -0400 (EDT) (envelope-from beef@cybertouch.org) Date: Tue, 26 May 1998 02:25:33 -0400 (EDT) From: Lanny Baron To: freebsd-questions@FreeBSD.ORG Subject: problem with using colorls in xterm Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I was wondering if anyone knows how to get colorls working in an xterm. I have my alias set up in .profile as ls='colorls -FG' and in .xinitrc the xterm is as follows: xterm -s -sl 256 -sb -ls -j -rw -geometry 100x55 & xterm -s -sl 256 -sb -ls -j -rw -geometry 100x55-0+0 & but it still does not work. If someone would not mind, can you tell me where I am going wrong. Thanks alot :-) Regards, lanny * Lanny Baron * In the Beginning He Said "Let there be Light" | Have you had your BEEF today? | He saw it was good. A few days later He said | http://www.tht.net/~beef | "Let there be computers for mankind" And the * * PC was made. He then turned on His heavenly | Want a great operating system? | pc and the heavenly monitor displayed | try FreeBSD, it's remarkable! | "Welcome to FreeBSD" And he jumped for joy. * http://www.FreeBSD.org * &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 25 23:40:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA03009 for freebsd-questions-outgoing; Mon, 25 May 1998 23:40:23 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gpb.tspace.ru (gpb.tspace.ru [194.84.24.180]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA02987 for ; Mon, 25 May 1998 23:40:11 -0700 (PDT) (envelope-from denis@gpb.tspace.ru) Received: from gpb.tspace.ru ([192.168.126.6]) by gpb.tspace.ru (8.8.5/8.8.5) with SMTP id NAA02384 for ; Tue, 26 May 1998 13:36:13 GMT Date: Tue, 26 May 1998 14:39:27 +0000 From: =?koi8-r?B?9sXSxd3JziDkxc7J0yDhzMXL08HOxNLP18neIA==?= =?koi8-r?B??= X-Mailer: The Bat! (v1.00 Build 1328) Registered to Denis A. Zhereschin Reply-To: =?koi8-r?B?9sXSxd3JziDkxc7J0yDhzMXL08HOxNLP18neIA==?= =?koi8-r?B??= Organization: =?koi8-r?B?9OYg58Ha0NLPzcLBzss=?= Message-ID: <14610.980526@gpb.tspace.ru> To: freebsd-questions@FreeBSD.ORG Subject: FreeBSD as Novell Netware Client 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 Hello Freebsd-questions, How can i access NW volumes from FreeBSD ? Best regards, Denis Zhereschin mailto:denis@gpb.tspace.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 00:07:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA06254 for freebsd-questions-outgoing; Tue, 26 May 1998 00:07:21 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ww2.unime.it (ww2.unime.it [192.167.96.220]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id AAA06129 for ; Tue, 26 May 1998 00:06:43 -0700 (PDT) (envelope-from macri@ww2.unime.it) Received: from ingegneria.unime.it (pressci.unime.it [192.167.99.119]) by ww2.unime.it (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id JAA01157 for ; Tue, 26 May 1998 09:07:53 -2359 Message-ID: <356A69C2.A80F1EFC@ingegneria.unime.it> Date: Tue, 26 May 1998 09:05:38 +0200 From: "Maurizio Macrì" X-Mailer: Mozilla 4.05 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: information Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i must install Mgen on mi pc running freebsd where i can find the version of mgen running under freebsd? cordially Macrì Maurizio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 01:11:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA13464 for freebsd-questions-outgoing; Tue, 26 May 1998 01:11:51 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alcatel.fr (gatekeeper.alcatel.fr [194.133.58.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA13456 for ; Tue, 26 May 1998 01:11:46 -0700 (PDT) (envelope-from THIERRY.HERBELOT@telspace.alcatel.fr) From: THIERRY.HERBELOT@telspace.alcatel.fr Received: from alcatel.fr (gatekeeper-ssn.alcatel.fr [155.132.180.244]) by mailgate.alcatel.fr (ALCANET/SMTP.9.9.9) with ESMTP id KAA20753; Tue, 26 May 1998 10:15:46 +0200 Received: from aifhs1.alcatel.fr (aifhs1.alcatel.fr [155.132.180.86]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id KAA06321; Tue, 26 May 1998 10:05:25 +0200 (MET DST) Received: from aifhs2.alcatel.fr (localhost [127.0.0.1]) by aifhs1.alcatel.fr (8.8.8/8.8.8) with ESMTP id KAA19825; Tue, 26 May 1998 10:09:10 +0200 (MET DST) Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id KAA06258; Tue, 26 May 1998 10:05:19 +0200 (MET DST) Received: from telss1 (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.7.6/8.7.3) with SMTP id KAA13315; Tue, 26 May 1998 10:02:43 +0200 (MET DST) Received: from telspace.alcatel.fr by telss1 (4.1/SMI-4.1) id AA12118; Tue, 26 May 98 09:52:16 +0200 Received: from localhost by telspace.alcatel.fr with SMTP (1.40.112.12/16.2) id AA023998927; Tue, 26 May 1998 09:48:47 +0200 X-Openmail-Hops: 1 Date: Tue, 26 May 98 09:48:28 +0200 Message-Id: In-Reply-To: <356A69C2.A80F1EFC@ingegneria.unime.it> Subject: =?ISO-8859-1?Q?R=E9p_:_information?= Mime-Version: 1.0 To: macri@ww2.unime.it Cc: freebsd-questions@FreeBSD.ORG Content-Type: text/plain; charset=ISO-8859-1; name="information" Content-Disposition: inline; filename="information" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id BAA13460 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG if "mgen" has been ported to FreeBSD, you will find it in the packages (do you have the CD-ROM from Walnut Creek). start /stand/sysinstall select post-install configuration select add packages / All search for your software [install] ____________________________ Séparateur Réponse ________________________________ Objet : information Auteur : macri@ww2.unime.it Date : 26/05/98 09:05 i must install Mgen on mi pc running freebsd where i can find the version of mgen running under freebsd? cordially Macrì Maurizio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 01:21:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA16110 for freebsd-questions-outgoing; Tue, 26 May 1998 01:21:20 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from UPIMSSMTPUSR05 (smtp.email.msn.com [207.68.143.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA16105 for ; Tue, 26 May 1998 01:21:16 -0700 (PDT) (envelope-from marice@email.msn.com) Received: from rice-home - 208.254.186.242 by email.msn.com with Microsoft SMTPSVC; Tue, 26 May 1998 01:20:32 -0700 Message-ID: <000f01bd887f$e5858980$6e00cbc0@rice-home> From: "Michael Rice" To: "FreeBSD Questions List" Subject: XFree86 Video Problems Date: Tue, 26 May 1998 02:25:51 -0600 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a Diamond FIRE GL 1000 Pro video card. The following are the specs for the card: Chip Type: 3Dlabs' PERMEDIA 2 DAC Type: TVP4020 Memory: 8MB 230MHz RAMDAC AGP 1.0 / ATX compatible When configuring the X server, I did the following: This card is not in the card database for the X server, so I chose the generic "VGA Compatible" card. I also didn't see the DAC or chipset as supported selectable items, so I didn't select any. I chose to use the VGA (16 color) server, just to be safe. When I start the server using 'startx', the machine locks up. I can't even do a CTRL-ALT-BKSPC to stop the server. I can tell that the video board stops sending a signal to my monitor because the monitor's on-screen menu shows up about 3 seconds after 'startx'. The menu shows that there are no input signals present. Any ideas? Michael Rice marice@msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 01:25:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA17049 for freebsd-questions-outgoing; Tue, 26 May 1998 01:25:50 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alcatel.fr (gatekeeper.alcatel.fr [194.133.58.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA17036 for ; Tue, 26 May 1998 01:25:43 -0700 (PDT) (envelope-from THIERRY.HERBELOT@telspace.alcatel.fr) From: THIERRY.HERBELOT@telspace.alcatel.fr Received: from alcatel.fr (gatekeeper-ssn.alcatel.fr [155.132.180.244]) by mailgate.alcatel.fr (ALCANET/SMTP.9.9.9) with ESMTP id JAA16815; Tue, 26 May 1998 09:48:41 +0200 Received: from aifhs1.alcatel.fr (aifhs1.alcatel.fr [155.132.180.86]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id JAA24789; Tue, 26 May 1998 09:38:19 +0200 (MET DST) Received: from aifhs2.alcatel.fr (localhost [127.0.0.1]) by aifhs1.alcatel.fr (8.8.8/8.8.8) with ESMTP id JAA14370; Tue, 26 May 1998 09:42:06 +0200 (MET DST) Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id JAA24752; Tue, 26 May 1998 09:38:14 +0200 (MET DST) Received: from telss1 (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.7.6/8.7.3) with SMTP id JAA21049; Tue, 26 May 1998 09:34:01 +0200 (MET DST) Received: from telspace.alcatel.fr by telss1 (4.1/SMI-4.1) id AA11936; Tue, 26 May 98 09:23:33 +0200 Received: from localhost by telspace.alcatel.fr with SMTP (1.40.112.12/16.2) id AA012197204; Tue, 26 May 1998 09:20:04 +0200 X-Openmail-Hops: 1 Date: Tue, 26 May 98 09:19:50 +0200 Message-Id: In-Reply-To: Subject: =?ISO-8859-1?Q?R=E9p_:_Re:_Install_problems_on_Dell_XPS_R400?= Mime-Version: 1.0 To: dmeleaso@bw.edu Cc: FreeBSD-Questions@FreeBSD.ORG, marice@email.msn.com Content-Type: text/plain; charset=ISO-8859-1; name="Re:" Content-Disposition: inline; filename="Re:" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id BAA17043 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG don't forget that the atapi driver included in the kernel of the 2.2.6 release is not completely functional. I installed via the DOS partition (after disabling wdc1), then recompiled the kernel with the new atapi driver. ____________________________ Séparateur Réponse ________________________________ Objet : Rép : Re: Install problems on Dell XPS R400 Auteur : dmeleaso@bw.edu Date : 25/05/98 15:57 > NEC 32X CD-ROM (Master on secondary IDE) > BTW, I can't find a driver for a NEC CD-ROM or the Intel Ethernet cards > > When I Quit and save the setup, it spins the floppy for about 30 seconds, > accesses it a couple of times, clears the screen, and then locks up. > Thinking that maybe it was timing out on a bunch of devices, I let it sit > for about 30 minutes on the blank screen, but it never progressed any > further. > I am starting to see a trend here: It seems a lot of the people having install problems with 2.2.6 have NEC CD-ROM...me included. Any thoughts on this? Dan Non sum qualis eram. Tempus edax rerum. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 01:31:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA17698 for freebsd-questions-outgoing; Tue, 26 May 1998 01:31:02 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from righi.ml.org (RIGHI.DF.UNIBO.IT [137.204.49.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA17689 for ; Tue, 26 May 1998 01:30:59 -0700 (PDT) (envelope-from bsd@righi.ml.org) Received: from localhost (bsd@localhost) by righi.ml.org (8.8.8/8.8.8) with SMTP id KAA00337; Tue, 26 May 1998 10:30:23 +0200 (CEST) (envelope-from bsd@righi.ml.org) Date: Tue, 26 May 1998 10:30:22 +0200 (CEST) From: bsd mailing lists To: Matthew Hunt cc: freebsd-questions@FreeBSD.ORG Subject: xterm bug In-Reply-To: <19980525184142.A17140@flarn.dyn.ml.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello thanks for the help, but I have not understood how to use cvs at all... I knew about cvsup and keep updated sometimes my source tree with cvsup but I do not know how to use cvs. So I installed rxvt and did a link xterm to xrvt to avoid the xterm bug. Could you someone please give me some hints about getting informations on hot to use cvs? The cvs infoes files are kinda obscure and cannot understand at all from them. thanks Rick May 1998, Matthew Hunt wrote: > On Mon, May 25, 1998 at 01:00:28PM +0200, bsd mailing lists wrote: > > > why does xterm behaves like this when a user quit the program?? > > A bug that has been fixed. > > flarn:~/FreeBSD/ports/x11/XFree86$ cvs log -r1.41 Makefile > > RCS file: /home/ncvs/ports/x11/XFree86/Makefile,v > Working file: Makefile > head: 1.41 > branch: > locks: strict > access list: > symbolic names: > RELEASE_2_2_6: 1.39 > RELEASE_2_2_5: 1.36 > RELEASE_2_2_1: 1.29 > RELEASE_2_2_2: 1.29 > XFree86_3_1: 1.1.1.1 > XFree86: 1.1.1 > keyword substitution: kv > total revisions: 42; selected revisions: 1 > description: > ---------------------------- > revision 1.41 > date: 1998/05/05 21:47:21; author: jmz; state: Exp; lines: +9 -1 > This is bugfix patch number 1 for XFree86 3.3.2. This patch fixes the > following problems: > > - xterm utmp handling problem. > - exploitable buffer overflows in xterm related to the preeditType, > inputMethod and *Keymap resources. > - fix xterm's mishandling of the -vb command line option. > - fix an invisible cursor problem with xterm. > - exploitable buffer overflows in setuid programs using the Xaw library > which are related to the preeditType and inputMethod resources. > ============================================================================= > > -- > Matthew Hunt * Stay close to the Vorlon. > http://www.pobox.com/~mph/pgp.key for PGP public key 0x67203349. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 03:05:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA28737 for freebsd-questions-outgoing; Tue, 26 May 1998 03:05:59 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from righi.ml.org (RIGHI.DF.UNIBO.IT [137.204.49.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA28718 for ; Tue, 26 May 1998 03:05:43 -0700 (PDT) (envelope-from bsd@righi.ml.org) Received: from localhost (bsd@localhost) by righi.ml.org (8.8.8/8.8.8) with SMTP id MAA00633 for ; Tue, 26 May 1998 12:05:54 +0200 (CEST) (envelope-from bsd@righi.ml.org) Date: Tue, 26 May 1998 12:05:53 +0200 (CEST) From: bsd mailing lists To: freebsd-questions@FreeBSD.ORG Subject: bad block scan ?? Message-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, installing the quota system I ahd a problem of bad block on th disk when the system check the file quota.users Well seems like there is a bad block and the system cannot read the file so I had also to turn quota off. So I Ask if ther eis such a tool to chck bad blocks on the hard drive and to mark them as bad without having to reinstall the whole system thanks very much Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 03:09:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA29212 for freebsd-questions-outgoing; Tue, 26 May 1998 03:09:12 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from righi.ml.org (RIGHI.DF.UNIBO.IT [137.204.49.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA29202 for ; Tue, 26 May 1998 03:09:04 -0700 (PDT) (envelope-from bsd@righi.ml.org) Received: from localhost (bsd@localhost) by righi.ml.org (8.8.8/8.8.8) with SMTP id MAA00692 for ; Tue, 26 May 1998 12:08:27 +0200 (CEST) (envelope-from bsd@righi.ml.org) Date: Tue, 26 May 1998 12:08:26 +0200 (CEST) From: bsd mailing lists To: freebsd-questions@FreeBSD.ORG Subject: klock problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The klock program from kde distribution, is the program which should lock the screen. When I Execute it, it ain't lock at all, and the screen is unlocked just if I press the enter key. If then I enable the password in the screen-saver option of kde control panel the klock starts to work properly...only that no password is fine for him, and it never allows me to unlock the screen with my user or root password. There is a way to fix it?? thanks Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 04:00:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA05520 for freebsd-questions-outgoing; Tue, 26 May 1998 04:00:19 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns2.cetlink.net (root@ns2.cetlink.net [209.54.54.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA05490 for ; Tue, 26 May 1998 04:00:13 -0700 (PDT) (envelope-from jak@cetlink.net) Received: from EXIT10 (i485-gw.cetlink.net [209.198.15.97]) by ns2.cetlink.net (8.8.8/8.8.5) with SMTP id HAA01886; Tue, 26 May 1998 07:00:10 -0400 (EDT) From: jak@cetlink.net (John Kelly) To: Max Kartsev Cc: freebsd-questions@FreeBSD.ORG Subject: Re: NIC Question Date: Tue, 26 May 1998 11:02:40 GMT Message-ID: <356ba0ca.252102243@mail.cetlink.net> References: In-Reply-To: X-Mailer: Forte Agent 1.5/32.451 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id EAA05508 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 25 May 1998 22:42:07 -0700 (PDT), Max Kartsev wrote: >I am having a problem configuring FreeBSD with Linksys' Ether16 LAN Card. >The card is NE2000 compatible, PnP. >Can it be a PnP feature that causes the problem? >Or maybe an old 486's ISA slot is too wide for this card and there's >simply no electric contact? I run one in a 486, works fine. Use the setup utility to manually choose the IRQ and I/O address suitable for your environment. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 05:06:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA13245 for freebsd-questions-outgoing; Tue, 26 May 1998 05:06:38 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA13231 for ; Tue, 26 May 1998 05:06:23 -0700 (PDT) (envelope-from dean@odyssey.apana.org.au) Received: from localhost (dean@localhost) by odyssey.apana.org.au (8.8.7/8.8.7) with SMTP id UAA20453 for ; Tue, 26 May 1998 20:07:10 +0800 (WST) Date: Tue, 26 May 1998 20:07:10 +0800 (WST) From: Dean Hollister To: FreeBSD Questions Subject: Killing zombie processes Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Folks, I have another occurance of these Zombies causing bash processes not to exit. I cannot kill the zombie, and killing the parent doesn't work. A couple people did have some other suggestions, any ideas? Regards, d. +-------------------------------------------------------+ | Dean Hollister, | dean@odyssey.apana.org.au | | Perth, Western Australia. | deanh@iinet.net.au | +-------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 05:42:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA17297 for freebsd-questions-outgoing; Tue, 26 May 1998 05:42:51 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from relay3.Austria.EU.net (relay3.Austria.EU.net [193.154.160.103]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA17289 for ; Tue, 26 May 1998 05:42:40 -0700 (PDT) (envelope-from hvt@vie.co.at) Received: from viennaairport.com (fie.viennaairport.com [193.80.102.4]) by relay3.Austria.EU.net (8.8.8/8.8.8) with ESMTP id OAA23126 for ; Tue, 26 May 1998 14:42:32 +0200 (MET DST) Received: (from uucp@localhost) by viennaairport.com (8.8.8/8.8.8) id NAA29217 for ; Tue, 26 May 1998 13:36:01 +0200 (MET DST) X-Authentication-Warning: ice: uucp set sender to using -f Received: from oz.vie-i.at(172.222.6.1) by ice via smap (V2.0beta) id xma029215; Tue, 26 May 98 13:35:49 +0200 Received: (from hvt@localhost) by oz.vie-i.at (8.8.8/8.8.8) id OAA09801 for freebsd-questions@FreeBSD.ORG; Tue, 26 May 1998 14:37:04 +0200 (CEST) From: anton horvath Message-Id: <199805261237.OAA09801@oz.vie-i.at> Subject: Virus scan for FBsd ? To: freebsd-questions@FreeBSD.ORG Date: Tue, 26 May 1998 12:37:04 +0000 (GMT) X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, does anybody know which virusscanners are availbale under Fbsd as firewall. I ev. think of using a scanner under smapd. any suggestions, critics ? please mail to hvt@vie.co.at, cause i`m not on the list Mit freundlichen Gruessen/Best regards Anton Horvath -- Office address (Vienna Airport) : Co. Anton Horvath Flughafen Wien AG. Postfach 1 A-1300, Vienna Austria Voice: (++43 - 1) 7007 Ext: 2837 Fax: (++43 - 1) 7007 Ext: 5188 EMail: hvt@vie.co.at (Email: a.horvath@viennaairport.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 05:50:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA18210 for freebsd-questions-outgoing; Tue, 26 May 1998 05:50:04 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp1.globalserve.net (smtp1.globalserve.net [209.90.144.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA18066 for ; Tue, 26 May 1998 05:49:56 -0700 (PDT) (envelope-from geoffr@globalserve.net) Received: from globalserve.net (dialin1213.toronto.globalserve.net [209.90.134.196]) by smtp1.globalserve.net (8.8.8/8.8.8) with ESMTP id IAA14926 for ; Tue, 26 May 1998 08:50:25 -0400 (EDT) (envelope-from geoffr@globalserve.net) Message-ID: <356AB8E3.4BAE4E06@globalserve.net> Date: Tue, 26 May 1998 08:43:15 -0400 From: Geoffrey Robinson Reply-To: geoffr@globalserve.net X-Mailer: Mozilla 4.03 [en] (Win95; U) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: Pentium II Temperature Data Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Somebody mentioned to me that there are programs for FreeBSD that can get the data about temperature, fan speed and voltage levels that Pentium II processors monitor. Do any such programs exist and dose anybody know where I can get a copy if this is so? Thanks -- Geoffrey Robinson geoffr@globalserve.net Oakville, Ontario, Canada. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 06:03:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA19796 for freebsd-questions-outgoing; Tue, 26 May 1998 06:03:56 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mamba-e.gsfc.nasa.gov (mamba-f.gsfc.nasa.gov [128.183.245.19]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA19749 for ; Tue, 26 May 1998 06:03:46 -0700 (PDT) (envelope-from uhl@mamba-e.gsfc.nasa.gov) Received: (from uhl@localhost) by mamba-e.gsfc.nasa.gov (8.8.5/8.8.4) id JAA11671; Tue, 26 May 1998 09:03:42 -0400 (EDT) Date: Tue, 26 May 1998 09:03:42 -0400 (EDT) From: George Uhl Message-Id: <199805261303.JAA11671@mamba-e.gsfc.nasa.gov> To: freebsd-questions@FreeBSD.ORG, mk@i-2000.com Subject: Re: dual homed host- Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-MD5: MhpxSsce6Kk5gqq3MrE1iw== Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Your message is unclear. I'm not sure what ip addresses you've assigned on your FreeBSD boxes. I'll assume 12.14.48.19 for tx1 and 97.72.2.27 for tx0. If you assign tx1 the ip address of 12.14.48.19 you'd better be able to ping it. Where is the next hop ethernet address for 12.14.48.17 in your routing table? This is not an etc/hosts issue, but one of two boxes on the same ethernet link not communicating via arp. According to your diagram, the 12.14.48.16/28 route should have a next hop address of 12.14.48.17, but only after your 12.14.48.17 next hop address issue is resolved, of course. I also find it interesting that your default route next hop is 97.72.2.13. It would be better if your default next hop is 12.14.48.17. It will make internet access easier for your freeBSD box. Again only after you've addressed your mac address problem with 12.14.48.17. It appears that 97.72.2/24 route next hop is 97.72.2.13 which is the only route you need to access that subnet. George Uhl > From owner-freebsd-questions@FreeBSD.ORG Fri May 22 20:23 EDT 1998 > Date: Fri, 22 May 1998 15:20:17 -0400 > From: mel kravitz > MIME-Version: 1.0 > To: freebsd-questions@FreeBSD.ORG > Subject: dual homed host- > X-Loop: FreeBSD.ORG > > Hi, > I have freeBSD 2.2.6 with 2 SMC pci tulip cards installed on an i686 > machine, > the machine is to be a gw box between a cyclades router -56k line > 12.14.48.16-.31, subnetmask 255.255.255.240,router ip 12.14.48.17 and a > the linux box which currently provides ipfwadm sevices to 40-59 clients, > ip 97.72.2.13 > subnetnask 255.255.255.0, i have assigned hostname on the freebsd box to > be an ip on the > lan 97.72.2.27, > <---internet--->router12.14.48.17<---tx1--->FreeBSD97.72.2.27<----tx0--->Linux/l an97.72.2.13}40-59clients,on > the > freebsd box: > i modified /etc/hosts to contain 97.72.2.27,all ip's of the lan, local > host 127.0.0.1 > and 12.14.48.17 router.domain.com router > 12.14.48.19 firewall.domain.com firewall > /etc/rc.conf added ifconfig_tx1 > 12.14.48.19 would be the ip of hostname if only one ethernet card , one > subnet. > On `boot-up` this is the kernel routing table, i can ping 12.14.48.19 > but not the router > 12.14.48.17, what files in /etc directory have i missed, what route > `add` commands for static routes > need to be set up. > Thanks in advance-mel > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 06:09:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA20850 for freebsd-questions-outgoing; Tue, 26 May 1998 06:09:06 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.echtzeit.de (raptor.echtzeit.de [194.42.87.4]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA20844 for ; Tue, 26 May 1998 06:08:54 -0700 (PDT) (envelope-from ulf@echtzeit.de) Received: by mail.echtzeit.de (Smail3.2) from echtzeit.de (194.42.87.5) with esmtp id ; Tue, 26 May 1998 15:09:17 +0200 (MEST) Message-ID: <356ABEFC.D8D1DFC7@echtzeit.de> Date: Tue, 26 May 1998 15:09:16 +0200 From: Ulf Schleth Organization: echtzeit gmbh, kantstr. 165, 10623 berlin X-Mailer: Mozilla 4.03 [en] (X11; I; IRIX 6.2 IP22) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: nfs Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, one little questions: does freebsd supports nfs3, so that filelocks over nfs will work? please answer also via email directly. thanks, ulf schleth -- --- noc * echtzeit gmbh * kantstr 165 * 10623 berlin fon 8845860 * fax 8845860 * ef (D2) 0172-9426806 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 06:14:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA21410 for freebsd-questions-outgoing; Tue, 26 May 1998 06:14:54 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from firewall2.startribune.com (firewall2.startribune.com [132.148.80.211]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA21404 for ; Tue, 26 May 1998 06:14:46 -0700 (PDT) (envelope-from bendede@startribune.com) Received: by firewall2.startribune.com; id IAA24640; Tue, 26 May 1998 08:22:38 -0500 (CDT) Received: from mailserv1.startribune.com(132.148.25.25) by firewall2.startribune.com via smap (3.2) id xma024591; Tue, 26 May 98 08:22:16 -0500 Received: from MANNY by mailserv1.startribune.com; Tue, 26 May 1998 08:21:11 -0500 (CDT) Received: by MANNY with Microsoft Mail id <01BD887E.F6988750@MANNY>; Tue, 26 May 1998 08:19:12 -0500 Message-ID: <01BD887E.F6988750@MANNY> From: Dave Bender To: "freebsd-questions@freebsd.org" , "'Max Kartsev'" Subject: RE: NIC Question Date: Tue, 26 May 1998 08:17:25 -0500 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 Check the "media" type. I have Linksys "combo" cards, which have two types of connectors: BNC thin-net connectors and the other, telephone-cord-like connectors. By default, the telephone-like one is used. You need to specify in the media type (e.g. "LINK1") in your ifconfig line in rc.conf. Check "man ep" for many more details. ---------- From: Max Kartsev Sent: Tuesday, May 26, 1998 12:42 AM To: freebsd-questions@freebsd.org Subject: NIC Question Hi! I am having a problem configuring FreeBSD with Linksys' Ether16 LAN Card. The card is NE2000 compatible, PnP. I have installed one on a Pentium PC running FreeBSD, and it was recognized, via ed0 interface (addr 0x280, irq 10). The problem comes when installing the card on a 486 machine. I tried different ISA slots, tried installing a different card of the same type; also changed memory address to 0xffffff and irq to -1 thinking that it would poll all possible addresses. Even tried polling different interfaces (ie0, ep0, le0, etc.) Is there anything that I've missed? Is it still a compatibility issue? As I know, the card has 8/16bit autosense. Maybe it is not working properly? Can it be a PnP feature that causes the problem? Or maybe an old 486's ISA slot is too wide for this card and there's simply no electric contact? Any answers or help from you will be greatly appreciated. Thanks in advance! M. Kartsev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 06:45:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA25702 for freebsd-questions-outgoing; Tue, 26 May 1998 06:45:12 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from omnix.net (omnix.net [194.183.217.130]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA25633 for ; Tue, 26 May 1998 06:44:46 -0700 (PDT) (envelope-from didier@omnix.net) Received: from localhost (didier@localhost) by omnix.net (8.8.7/8.8.7) with SMTP id NAA08729; Tue, 26 May 1998 13:44:21 GMT (envelope-from didier@omnix.net) Date: Tue, 26 May 1998 15:44:21 +0200 (CEST) From: Didier Derny To: denis@gpb.tspace.ru cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD as Novell Netware Client In-Reply-To: <14610.980526@gpb.tspace.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by hub.freebsd.org id GAA25636 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, [koi8-r] öÅÒÅÝÉÎ äÅÎÉÓ áÌÅËÓÁÎÄÒÏ×ÉÞ wrote: > > Hello Freebsd-questions, > > How can i access NW volumes from FreeBSD ? > > Best regards, > Denis Zhereschin mailto:denis@gpb.tspace.ru > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > There is an NFS server for Novell so FreeBSD can access Novell through NFS. It work fine for me -- Didier Derny didier@omnix.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 08:22:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA14898 for freebsd-questions-outgoing; Tue, 26 May 1998 08:22:16 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lachman.com (genesis.lachman.com [192.35.52.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA14756 for ; Tue, 26 May 1998 08:21:57 -0700 (PDT) (envelope-from satwant@lachman.com) Received: from ra.lachman.com (ra.lachman.com [192.35.52.29]) by lachman.com (8.7.1/8.7.1) with SMTP id KAA18106 for ; Tue, 26 May 1998 10:21:24 -0500 (CDT) Received: from satwant.i88 (satwant.lachman.com) by ra.lachman.com (4.1/SMI-4.1) id AA14592; Tue, 26 May 98 10:21:23 CDT Received: from localhost by satwant.i88 (SMI-8.6/SMI-SVR4) id KAA04191; Tue, 26 May 1998 10:17:56 -0500 Date: Tue, 26 May 1998 10:17:56 -0500 (CDT) From: Satwant To: freebsd-questions@FreeBSD.ORG Subject: FREEBSD installation. (fwd) Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I bought walnut Freebsd 2.26 for my Win 95 Pentium Packard bell system. On running install.bat the follwoing error message come up in a DOS window: fbsdboot.exe -D kernel Sorry ! can't allocate enough memory. What should I do. Please advise. I am deepending on free BSD to get my grdauate project in time, done with source code of BSD. Please help me.. ASAP Thanks.. Satwant Behal (630) 428-1809 (H) (630) 505-6301 (w) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 08:26:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA15477 for freebsd-questions-outgoing; Tue, 26 May 1998 08:26:01 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from Kitten.mcs.com (Kitten.mcs.com [192.160.127.90]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA15420 for ; Tue, 26 May 1998 08:25:39 -0700 (PDT) (envelope-from ljo@Venus.mcs.net) Received: from Venus.mcs.net (ljo@Venus.mcs.net [192.160.127.92]) by Kitten.mcs.com (8.8.7/8.8.2) with ESMTP id KAA07660; Tue, 26 May 1998 10:25:35 -0500 (CDT) Received: (from ljo@localhost) by Venus.mcs.net (8.8.7/8.8.2) id KAA18787; Tue, 26 May 1998 10:25:34 -0500 (CDT) From: Lars Jonas Olsson Message-Id: <199805261525.KAA18787@Venus.mcs.net> Subject: DLT tape errors To: questions@FreeBSD.ORG Date: Tue, 26 May 1998 10:25:34 -0500 (CDT) Cc: ljo@mcs.net X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When backing up to a Digital TZ87 DLT tape drive I sometimes get the following errors ansyslogged and dump quits: st0(ncr0:4:0): Deferred Error: RECOVERED ERROR asc:a,0 Error log overflow Any ideas what these mean? Or how to avoid them? Also why does dump fail for a recovered error? Jonas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 08:26:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA15683 for freebsd-questions-outgoing; Tue, 26 May 1998 08:26:53 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from skyserv.med.osd.mil (skyserv.med.osd.mil [199.209.8.144]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id IAA15648 for ; Tue, 26 May 1998 08:26:24 -0700 (PDT) (envelope-from rpotts@med.osd.mil) Received: from 161.14.168.22 (ae1970.med.osd.mil [161.14.168.22]) by skyserv.med.osd.mil (8.6.8.1/SCA-6.6) with SMTP id LAA24418 for ; Tue, 26 May 1998 11:26:14 -0400 From: "Ross Potts, CON, EDS/D-SIDDOMS" Message-Id: <9805261123.ZM-94469@161.14.168.22> Date: Tue, 26 May 1998 11:23:34 -0700 X-Mailer: ZM-Win (3.2.1 11Sep94) To: FreeBSD-questions@FreeBSD.ORG Subject: FTP links Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I couldn't quite understand the man page ofr FTP. Here is what I want to do: I have a web-page that I am trying to put together for software distribution and I want to be able to have our clewbies click on a folder, say "disk1" and have all the files for disk1 download. Destination is the clewbies' problem, I just can't seem to figure out how to get multiple file downloads in a link. I already got my links to download single files. Any suggestion would be appreciated. TIA -- Potts, Ross A. Internet : Ross.Potts@med.osd.mil EDS-D/SIDDOMS Phone : (703) 824-7601 Skyline Two, Suite 1200 Beeper : (888) 687-2709 5113 Leesburg Pike, FAX : (703) 824-4155 Falls Church, VA 22041 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 08:50:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA19110 for freebsd-questions-outgoing; Tue, 26 May 1998 08:50:08 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dan.emsphone.com (dan@dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA18888 for ; Tue, 26 May 1998 08:49:51 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.8.8/8.8.8) id KAA01063; Tue, 26 May 1998 10:49:00 -0500 (CDT) (envelope-from dan) Message-ID: <19980526104900.A1032@emsphone.com> Date: Tue, 26 May 1998 10:49:00 -0500 From: Dan Nelson To: Dean Hollister , FreeBSD Questions Subject: Re: Killing zombie processes References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.92.4i In-Reply-To: ; from "Dean Hollister" on Tue May 26 20:07:10 GMT 1998 X-OS: FreeBSD 2.2.6-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (May 26), Dean Hollister said: > I have another occurance of these Zombies causing bash processes not > to exit. I cannot kill the zombie, and killing the parent doesn't > work. A couple people did have some other suggestions, any ideas? You can't kill zombies because they're already dead (blame those wacky Unix authors for the name) When you say "killing the parent doesn't work", do you mean that killing the parent did NOT remove the child's pid, or you couldn't even kill the parent at all? What does a 'ps axl' print for the processes? -Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 08:51:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA19353 for freebsd-questions-outgoing; Tue, 26 May 1998 08:51:21 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from harfang.CC.UMontreal.CA (harfang.CC.UMontreal.CA [132.204.2.102]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA19336 for ; Tue, 26 May 1998 08:51:09 -0700 (PDT) (envelope-from beaupran@JSP.UMontreal.CA) Received: from epsom.jsp.umontreal.ca (epsom.JSP.UMontreal.CA [132.204.45.25]) by harfang.CC.UMontreal.CA (8.8.8/8.8.8) with SMTP id LAA17507; Tue, 26 May 1998 11:50:58 -0400 (EDT) Received: from outpost.nada.org (derby.jsp.umontreal.ca [132.204.46.26]) by epsom.jsp.umontreal.ca via SMTP (951211.SGI.8.6.12.PATCH1502/JSP1789) id LAA18819; Tue, 26 May 1998 11:51:06 -0400 Date: Tue, 26 May 1998 11:51:11 -0400 (EDT) From: Spidey X-Sender: beaupran@outpost.nada.org To: Shan-Min Chao cc: questions@FreeBSD.ORG Subject: Re: Virtual screen In-Reply-To: <01bd87c4$681b47c0$143781d0@shan> Message-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, 25 May 1998, Shan-Min Chao wrote: > Hi, I have one simple question concerning > X-Windows: how do you turn off the > virtual screen? There is no option under > the /stand/sysinstall XF86Config config. > program that asks you this. Can anybody > help me? Please e-mail me direct. Thank > you. Supposing you're using a 800x600 definition, find the line virtual nnn mmm and change it to: virtual 600 600 Spidey ____________________________________ | Still searching for a good .sig... | \------------------------------------/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 08:56:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA20648 for freebsd-questions-outgoing; Tue, 26 May 1998 08:56:12 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.westbend.net (ns1.westbend.net [207.217.224.194]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA20441; Tue, 26 May 1998 08:55:58 -0700 (PDT) (envelope-from postmaster@westbend.net) Received: from admin (admin.westbend.net [207.217.224.195]) by mail.westbend.net (8.8.8/8.8.8) with SMTP id KAA18696; Tue, 26 May 1998 10:54:45 -0500 (CDT) (envelope-from postmaster@westbend.net) Message-ID: <01db01bd88be$9af42fe0$c3e0d9cf@admin.westbend.net> From: "PostMaster" To: "Matthew Emmerton" Cc: , Subject: Re: Microsoft Frontpage 98 Server Extensions Date: Tue, 26 May 1998 10:54:45 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From: Matthew Emmerton > >I recently got FreeBSD-2.2.6 running, and downloaded the most recent MS >Frontpage Server extensions (version 3.0.4 according to the tarball I got) >for BSD/OS 3.0 from the Microsoft site. > >However, I noticed a couple of problems that would be worthwhile to mention. > >First, the fp_install.sh script (obviously) doesn't support FreeBSD and dies >horribly. >So, rename the distribution to fp30.freebsd.tar.gz, and patch the >fp_install.sh with fpext-3.0.4-freebsd-fp_install-patch. > It probably better not to rename the distribution, but to just add the check for freebsd to the BSD check. >Also, the huge patchfile that patches Apache 1.2.5 contains a mistake (for >bsdi users) and (of course) needs to be fixed up for us FreeBSD users. > 1. You shouldn't be patching a patch file, as it is hard to keep track of the patches. 2. The patch for the RAND_CMD, in mod_frontpage.c, shouldn't use "(__FreeBSD__)", but should use "(defined(BSD) & BSD > 199103)" instead. Makes the patch more general so that NetBSD & OpenBSD users can use the same patch. >I have submitted this information to RTR and (hopefully) they'll include >some of it in the next release of the extensions. > All of the above changes are already included in the Apache-FP port. Plus additional patches for the shtml.dll - shtml.exe problem, Encryption Problem (when des not installed, passwords created by fpsrvadm.exe don't work). The port is currently, going through the process of being submitted to the ports collection (see pr 4878). The port for apache v1.26 is available from http://www.westbend.net/~hetzels/apache-fp A port for apache v1.3b6 is also available from http://www.westbend.net/~hetzels/apache-fp/beta.html Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 09:00:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA21918 for freebsd-questions-outgoing; Tue, 26 May 1998 09:00:48 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA21885 for ; Tue, 26 May 1998 09:00:21 -0700 (PDT) (envelope-from dean@odyssey.apana.org.au) Received: from localhost (dean@localhost) by odyssey.apana.org.au (8.8.7/8.8.7) with SMTP id AAA18338; Wed, 27 May 1998 00:00:48 +0800 (WST) Date: Wed, 27 May 1998 00:00:48 +0800 (WST) From: Dean Hollister Reply-To: Dean Hollister To: Dan Nelson cc: FreeBSD Questions Subject: Re: Killing zombie processes In-Reply-To: <19980526104900.A1032@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 Tue, 26 May 1998, Dan Nelson wrote: > When you say "killing the parent doesn't work", do you mean that > killing the parent did NOT remove the child's pid, or you couldn't even > kill the parent at all? What does a 'ps axl' print for the processes? I could not kill the parent at all. bash$ ps -axl | grep 4994 10 4994 4803 0 -6 0 0 0 - Z+ v0- 0:00.00 (tail) And also: bash$ ps -t /dev/ttyv0 PID TT STAT TIME COMMAND 4803 v0- IEs+ 0:00.00 (sh) 4994 v0- Z+ 0:00.00 (tail) See? Here, the sh process will not exit, because of the zombie. It is trying to exit, but can't. Regards, d. +-------------------------------------------------------+ | Dean Hollister, | dean@odyssey.apana.org.au | | Perth, Western Australia. | deanh@iinet.net.au | +-------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 09:02:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA22260 for freebsd-questions-outgoing; Tue, 26 May 1998 09:02:10 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ultra1.dreamscape.com (ultra1.dreamscape.com [206.64.128.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA22057 for ; Tue, 26 May 1998 09:01:46 -0700 (PDT) (envelope-from aaron@csh.rit.edu) Received: from thud.homenet (ua29.dreamscape.com [206.114.185.62]) by ultra1.dreamscape.com (8.8.5/8.8.4) with ESMTP id MAA01988; Tue, 26 May 1998 12:00:22 -0400 (EDT) Received: (from aaron@localhost) by thud.homenet (8.8.7/8.8.7) id TAA00459; Sun, 24 May 1998 19:13:06 -0400 (EDT) (envelope-from aaron) Message-ID: <19980524191306.08666@homenet> Date: Sun, 24 May 1998 19:13:06 -0400 From: Aaron Jeremias Luz To: Brendan Kosowski Cc: questions@FreeBSD.ORG Subject: Re: Mounting an MS-DOS floppy References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Brendan Kosowski on Mon, May 25, 1998 at 02:57:05PM -1000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, May 25, 1998 at 02:57:05PM -1000, Brendan Kosowski wrote: > > How do I mount an MS-DOS floppy in the A: drive. > Create the mount point /floppy and add the following to /etc/fstab. # Device Mountpoint FStype Options Dump Pass# /dev/fd0 /floppy msdos rw,noauto 0 0 Then you can simply mount and unmount /floppy. For example: root@thud:~# mount /floppy You may also want to check out /usr/ports/emulators/mtools which provides a set of DOS like file commands that automatically mount and unmount the floppy drive for you. Aaron To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 09:31:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA28505 for freebsd-questions-outgoing; Tue, 26 May 1998 09:31:59 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dan.emsphone.com (dan@dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA28406 for ; Tue, 26 May 1998 09:30:33 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.8.8/8.8.8) id LAA01439; Tue, 26 May 1998 11:30:25 -0500 (CDT) (envelope-from dan) Message-ID: <19980526113025.A1334@emsphone.com> Date: Tue, 26 May 1998 11:30:25 -0500 From: Dan Nelson To: Dean Hollister Cc: FreeBSD Questions Subject: Re: Killing zombie processes References: <19980526104900.A1032@emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.92.4i In-Reply-To: ; from "Dean Hollister" on Wed May 27 00:00:48 GMT 1998 X-OS: FreeBSD 2.2.6-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (May 27), Dean Hollister said: > On Tue, 26 May 1998, Dan Nelson wrote: > > When you say "killing the parent doesn't work", do you mean that > > killing the parent did NOT remove the child's pid, or you couldn't > > even kill the parent at all? What does a 'ps axl' print for the > > processes? > > I could not kill the parent at all. > > bash$ ps -t /dev/ttyv0 > PID TT STAT TIME COMMAND > 4803 v0- IEs+ 0:00.00 (sh) > 4994 v0- Z+ 0:00.00 (tail) > > See? Here, the sh process will not exit, because of the zombie. It is > trying to exit, but can't. It's definitely trying to exit, but the zombie probably isn't stopping it. Zombies are processes that have exited completely, but the parent hasn't checked the returnvalue for them yet. i.e. the tail command has finished, and the only remnant of that process is the slot in the process table (which will be removed once the parent exits or does a wait() ). The only resource a zombie takes up is one process table entry. Do a "ps axl -t v0", and see what's under the "WCHAN" column for pid 4803. That's the kernel event the process is waiting for. If it says "ttywai", it's trying to write something to the console (make sure scroll-lock isn't on). -Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 09:37:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA29837 for freebsd-questions-outgoing; Tue, 26 May 1998 09:37:55 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA29810 for ; Tue, 26 May 1998 09:37:33 -0700 (PDT) (envelope-from dean@odyssey.apana.org.au) Received: from localhost (dean@localhost) by odyssey.apana.org.au (8.8.7/8.8.7) with SMTP id AAA23279; Wed, 27 May 1998 00:38:07 +0800 (WST) Date: Wed, 27 May 1998 00:38:07 +0800 (WST) From: Dean Hollister To: Dan Nelson cc: FreeBSD Questions Subject: Re: Killing zombie processes In-Reply-To: <19980526113025.A1334@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 Tue, 26 May 1998, Dan Nelson wrote: > Do a "ps axl -t v0", and see what's under the "WCHAN" column for pid > 4803. That's the kernel event the process is waiting for. If it says > "ttywai", it's trying to write something to the console (make sure > scroll-lock isn't on). Yep, that's what came back. How do I kill it? I cannot get at the scroll-lock key from here. Regards, d. +-------------------------------------------------------+ | Dean Hollister, | dean@odyssey.apana.org.au | | Perth, Western Australia. | deanh@iinet.net.au | +-------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 09:44:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA01232 for freebsd-questions-outgoing; Tue, 26 May 1998 09:44:40 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from bsl1.bslnet.com (bsl1.bslnet.com [209.140.134.10]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA01166 for ; Tue, 26 May 1998 09:44:09 -0700 (PDT) (envelope-from brintm@bslnet.com) Received: from bslnet.com (brint.bslnet.com [209.140.134.15]) by bsl1.bslnet.com (8.6.12/8.6.9) with ESMTP id JAA01915 for ; Tue, 26 May 1998 09:56:44 -0700 Message-ID: <356AF143.33CD0315@bslnet.com> Date: Tue, 26 May 1998 09:43:48 -0700 From: Brint MacMillan Reply-To: brintm@bslnet.com Organization: BSL Computers X-Mailer: Mozilla 4.02 [en]C-DIAL (Win95; U) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: file system full Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am getting this message: May 26 09:35:00 www /kernel: uid 101 on /usr: file system full How do I get rid of this message? Thanks for your help Brint To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 09:56:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA03396 for freebsd-questions-outgoing; Tue, 26 May 1998 09:56:54 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.artcom.de ([192.76.129.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA03352 for ; Tue, 26 May 1998 09:56:37 -0700 (PDT) (envelope-from hans@artcom.de) Received: by artcom.de via sendmail with stdio id for freebsd-questions@freebsd.org; Tue, 26 May 1998 18:55:56 +0200 (CEST) Message-Id: Date: Tue, 26 May 1998 18:55:56 +0200 (CEST) From: hans@artcom.de (Hans Huebner) To: ljo@mcs.net Subject: Re: DLT tape errors Newsgroups: artcom.mailing-list.freebsd.questions In-Reply-To: <199805261525.KAA18787@Venus.mcs.net> Organization: Art+Com GmbH, Berlin, Germany Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article <199805261525.KAA18787@Venus.mcs.net> you write: >When backing up to a Digital TZ87 DLT tape drive I sometimes get the >following errors ansyslogged and dump quits: >st0(ncr0:4:0): Deferred Error: RECOVERED ERROR asc:a,0 Error log overflow >Any ideas what these mean? Or how to avoid them? Also why does dump >fail for a recovered error? They mean that the error log storage of the DLT drive has been exhausted. This is not a severe error in itself (that's why it says 'RECOVERED ERROR'), but it does point you to a problem. You should look at the error log pages of the drive to see what's wrong. To do this, you can either use the scsi(8) utility which is included with FreeBSD (you need the DLT's handbook to do that) or the DLTtools utility which is available at Quantum's web site. I'd suspect that the drive either needs cleaning or that there have been many (recovered) media errors. In either case, corrective action should be taken. To avoid the error during dumps, query and clear the log page of the DLT drive regularily. After each backup run would be a fine point in time. Regards, Hans To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 10:02:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA04348 for freebsd-questions-outgoing; Tue, 26 May 1998 10:02:09 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mercury.webserve.net (allah@mercury.webserve.net [206.96.226.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA03735; Tue, 26 May 1998 09:58:40 -0700 (PDT) (envelope-from allah@mercury.webserve.net) Received: from localhost (allah@localhost) by mercury.webserve.net (8.8.8/8.8.6) with SMTP id MAA09591; Tue, 26 May 1998 12:58:19 -0400 Date: Tue, 26 May 1998 12:58:19 -0400 (EDT) From: Ray Black To: Greg Lehey cc: Doug White , Stefan Esser , questions@FreeBSD.ORG Subject: Re: NCR 53c710 Fast-SCSI-2 controller (was: Hardware Support) In-Reply-To: <19980524162535.A419@freebie.lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by hub.freebsd.org id JAA03736 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 24 May 1998, Greg Lehey wrote: > On Sat, 23 May 1998 at 23:35:36 -0700, Doug White wrote: > > > > My guesses are as follows: > > . Those who are capable of programming for this card don't have a card > > handy to hack with. > > . Until recently Compaq products were lameducks because their Ethernet > > cards weren't supported either. Now that there is a driver for their > > NICs it may spur someone to undertake a development effor. > > >> I'm far from a great programmer, but if someone would point me to > >> info on how to write device drivers, I'd do what I could to make > >> that sucker work. > > Talk to Stefan Eßer, who is responsible for the NCR driver. He'll > probably be interested if you can help with the testing. I've copied > him on this message. I'd love to help w/ the testing. If, as mentioned as a possibility above, Stefan doesn't have a card handy, I've got a 53c710 I'd be more than willing to send to him. It is, of course, EISA, so having a system w/ that bus would be a prerequisite. Thank you all for the dialog on the subject. I've been floating through mailing-list/usenet archives the past month trying to find references to the card, and have been largely unable to find anything productive. This has been a great boon to my dreams of making use of the machine. Thanks again. Ray Black, III To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 10:02:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA04529 for freebsd-questions-outgoing; Tue, 26 May 1998 10:02:30 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from darius.concentric.net (darius.concentric.net [207.155.184.79]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA04355 for ; Tue, 26 May 1998 10:02:09 -0700 (PDT) (envelope-from Ashort@concentric.net) Received: from mcfeely.concentric.net (mcfeely.concentric.net [207.155.184.83]) by darius.concentric.net (8.8.8/(98/04/23 5.10)) id NAA18747; Tue, 26 May 1998 13:02:06 -0400 (EDT) [1-800-745-2747 The Concentric Network] Received: from mariner.cris.com (mariner.concentric.net [206.173.119.83]) by mcfeely.concentric.net (8.8.8) id NAA00379; Tue, 26 May 1998 13:02:05 -0400 (EDT) Date: Tue, 26 May 1998 13:02:05 -0400 (EDT) From: Andrew Short X-Sender: Ashort@mariner.cris.com To: Didier Derny cc: denis@gpb.tspace.ru, freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD as Novell Netware Client In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I think a legitimate Netware client would be a good option to have as well...not everyone (me?!) has admin rights to Netware servers to be able to implement NFS on them...and according to the KISS principle, alot of current admins wouldn't WANT to add it because it is "one more thing to mess with". > > How can i access NW volumes from FreeBSD ? > > > > Best regards, > > Denis Zhereschin mailto:denis@gpb.tspace.ru > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > There is an NFS server for Novell so FreeBSD can access Novell through > NFS. > > It work fine for me > > > -- > Didier Derny > didier@omnix.net > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > ----------------------------------------------------------------------- Andrew Short Colossians 3:23 ashort@concentric.net http://www.concentric.net/~ashort/ ----------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 10:04:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA05068 for freebsd-questions-outgoing; Tue, 26 May 1998 10:04:15 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA04893 for ; Tue, 26 May 1998 10:03:52 -0700 (PDT) (envelope-from dean@odyssey.apana.org.au) Received: from localhost (dean@localhost) by odyssey.apana.org.au (8.8.7/8.8.7) with SMTP id BAA26723; Wed, 27 May 1998 01:04:08 +0800 (WST) Date: Wed, 27 May 1998 01:04:08 +0800 (WST) From: Dean Hollister To: Brint MacMillan cc: freebsd-questions@FreeBSD.ORG Subject: Re: file system full In-Reply-To: <356AF143.33CD0315@bslnet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, Brint MacMillan wrote: > I am getting this message: > May 26 09:35:00 www /kernel: uid 101 on /usr: file system full > > How do I get rid of this message? Delete some files off your hard disk! ;-) Regards, d. +-------------------------------------------------------+ | Dean Hollister, | dean@odyssey.apana.org.au | | Perth, Western Australia. | deanh@iinet.net.au | +-------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 10:05:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA05215 for freebsd-questions-outgoing; Tue, 26 May 1998 10:05:01 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ha1.rdc1.tn.home.com (siteadm@ha1.rdc1.tn.home.com [24.2.7.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA05106 for ; Tue, 26 May 1998 10:04:22 -0700 (PDT) (envelope-from speedlimit@home.com) Received: from home.com ([24.2.102.92]) by ha1.rdc1.tn.home.com (Netscape Mail Server v2.02) with ESMTP id AAA15800 for ; Tue, 26 May 1998 10:04:21 -0700 Message-ID: <356AF5C3.E94C01D1@home.com> Date: Tue, 26 May 1998 12:02:59 -0500 From: Tai Nguyen Reply-To: speedlimit@home.com Organization: @Home Network X-Mailer: Mozilla 4.02 [en]C-AtHome0402 (Win95; U) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: system commander Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG could i use system commander instead of creating a boot disk? please email me back at speedlimit@home.net sincerely, tai nguyen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 10:14:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA07379 for freebsd-questions-outgoing; Tue, 26 May 1998 10:14:35 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jcegroup.com (jce.wintermute.co.uk [194.105.163.212]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA07343 for ; Tue, 26 May 1998 10:14:13 -0700 (PDT) (envelope-from wayne@jcegroup.com) Received: from ST21.jcegroup.com (st21 [198.100.100.21]) by jcegroup.com (8.8.7/8.8.7) with SMTP id SAA01124 for ; Tue, 26 May 1998 18:11:53 GMT (envelope-from wayne@jcegroup.com) Message-Id: <199805261811.SAA01124@jcegroup.com> From: "Wayne G Boyd" Organization: JCE (Aberdeen) Ltd To: freebsd-questions@FreeBSD.ORG Date: Tue, 26 May 1998 18:11:55 +0000 Subject: PPP, Mgetty, Dialup Question Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a FreeBSD 2.2.5-RELEASE machine up and running, connected to a local ethernet of Win95 machines. With User PPP configured and working for dial on demand access to our ISP. I am now trying to get the BSD box to accept external dial-in's. I have a working copy of mgetty compiled and installed. It correctly detects a PPP request from the dialin client, and launches the PPP -direct program. The ppp program correctly authenticates the login using PAP, from the /etc/ppp/ppp.secret file. And the Win95 dialin client reports a successfully connection has been established. Here is an extract of the PPP log file:- May 26 17:39:05 jcegroup ppp[936]: Phase: Using interface: tun1 May 26 17:39:05 jcegroup ppp[936]: Phase: Listening at port 3001. May 26 17:39:05 jcegroup ppp[936]: Phase: PPP Started. May 26 17:39:05 jcegroup ppp[936]: Phase: Packet mode enabled May 26 17:39:06 jcegroup ppp[936]: Phase: *Connected! May 26 17:39:07 jcegroup ppp[936]: Phase: NewPhase: Authenticate May 26 17:39:07 jcegroup ppp[936]: Phase: his = 0, mine = c023 May 26 17:39:07 jcegroup ppp[936]: Phase: PapInput: REQUEST May 26 17:39:07 jcegroup ppp[936]: Phase: PapOutput: ACK May 26 17:39:07 jcegroup ppp[936]: Phase: NewPhase: Network May 26 17:39:08 jcegroup ppp[936]: Link: myaddr = 203.14.100.1 hisaddr =203.14.100.20 May 26 17:39:08 jcegroup ppp[936]: Link: OsLinkup: 203.14.100.20 May 26 17:39:18 jcegroup ppp[59]: Phase: Modem /dev/cuaa0 is in use May 26 17:39:48 jcegroup last message repeated 5 times May 26 17:40:18 jcegroup last message repeated 2 times May 26 17:43:40 jcegroup ppp[936]: Phase: Idle timer expired. May 26 17:43:40 jcegroup ppp[936]: Link: OsLinkdown: 203.14.100.20 May 26 17:43:40 jcegroup ppp[936]: Phase: NewPhase: Dead May 26 17:43:40 jcegroup ppp[936]: Phase: NewPhase: Terminate May 26 17:43:41 jcegroup ppp[936]: Phase: PPP Terminated (dead). All looks well, but the problem is as follows:- I can ping the BSD box from the win95 client (and I can see the traffic on the BSD box using BPF and tcpdump), but if I try a telnet, or ftp, or pop3 access, it just hangs there and does nothing. There are a couple of lines come up on the tcpdump, but it then just sits there for about 60 seconds or so. At which point, strangely, it starts to work. But only for that telnet session, I get the same problem next time I try to initiate a telnet, or anything else. But this is enough to stop things like email programs from working at all. It feel's as if I am VERY close to success, but not quite there. Does anyone have any inspiration for me. Any help would be GREATLY appreciated. Thanks, Wayne. -- Wayne G Boyd, Digital Systems Manager JCE (Aberdeen) Ltd Tel: +44 (0)1224 772030 Fax: +44 (0)1224 772002 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 10:16:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA07721 for freebsd-questions-outgoing; Tue, 26 May 1998 10:16:18 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from zaphod.axion.bt.co.uk (zaphod.axion.bt.co.uk [132.146.5.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA07680 for ; Tue, 26 May 1998 10:16:05 -0700 (PDT) (envelope-from tim.baden@bt.com) Received: from nipper.galadriel.bt.co.uk by zaphod.axion.bt.co.uk with SMTP (PP); Tue, 26 May 1998 18:10:08 +0100 Received: from boat.bt.com ([132.146.220.89]) by nipper.galadriel.bt.co.uk; Tue, 26 May 1998 18:09:02 GMT Message-Id: <356AF7E9.A9042F96@boat.bt.com> Date: Tue, 26 May 1998 18:12:09 +0100 From: Trevor Baden Organization: BT X-Mailer: Mozilla 4.04 [en] (WinNT; I) Mime-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: compatibility with 3Com's fast etherlink XL network card Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to install freeBSD onto a brand new Dell computer with a the above network card. However, it doesn't seem to recognise it. The version of freeBSD is 2.2.6. The 3com options in the setup procedure only gives the option of 3com's 3c509 network adaptor, not the required 3c905b-tx. Does this mean that this is a fruitless adventure or is there something simple that I am missing? Any assistance would be gratefully received. Yours Trevor Baden To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 10:25:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA09953 for freebsd-questions-outgoing; Tue, 26 May 1998 10:25:12 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hunter.pomona.edu (hunter.pomona.edu [134.173.64.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA09907 for ; Tue, 26 May 1998 10:24:48 -0700 (PDT) (envelope-from jbarbee@pom-unix1.pomona.edu) Received: from pom-unix1.pomona.edu by HUNTER.POMONA.EDU (PMDF V5.1-9 #29006) with SMTP id <01IXHI8FC518002R42@HUNTER.POMONA.EDU> for freebsd-questions@freebsd.org; Tue, 26 May 1998 10:24:38 PDT Received: by pom-unix1.pomona.edu (5.x/SMI-SVR4) id AA07730; Tue, 26 May 1998 10:24:25 -0700 Date: Tue, 26 May 1998 10:24:25 -0700 From: jbarbee@pom-unix1.pomona.edu (John H. Barbee) Apparently-to: freebsd-questions@FreeBSD.ORG To: freebsd-questions@FreeBSD.ORG Message-id: <9805261724.AA07730@pom-unix1.pomona.edu> Content-type: text Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What is the most common window that everyon is using? I know a couple are obsolete and Sun and HP are doing CDE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 10:43:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA13023 for freebsd-questions-outgoing; Tue, 26 May 1998 10:43:17 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from MNSi.Net (e450.mnsi.net [206.48.122.98]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA13015 for ; Tue, 26 May 1998 10:43:07 -0700 (PDT) (envelope-from acer@MNSi.Net) Received: (uucp@localhost) by MNSi.Net (SMI-8.6/SMI-SVR4) id NAA02904 for ; Tue, 26 May 1998 13:40:29 -0400 Message-Id: <199805261740.NAA02904@MNSi.Net> Received: from dyn208-6-78-108.win.mnsi.net(208.6.78.108) by e450.mnsi.net via smap (V2.0) id xma002764; Tue, 26 May 98 17:40:01 GMT Reply-To: <@generation.net@MNSi.Net> From: "acer" To: Subject: PPP configuration problems Date: Tue, 26 May 1998 13:46:00 -0400 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1161 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! I am trying to configure my ppp in order to connect to my ISP. I am using freeBSD v2.2.6. I have followed the instructions from the freeBSD website from the handbook online documentation titled "Setting up user PPP". (http://www.freeBSD.com/handbook/handbook.html) But when I actually try to run "ppp" , I get the following error message: Working in interactive mode. No tunnel device is available (Device Busy) Warning: OpenTunnel: No such file or directory Please Help!!! Thanks... acer (acer@mnsi.net) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 10:55:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA15502 for freebsd-questions-outgoing; Tue, 26 May 1998 10:55:21 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pau-amma.whistle.com (s205m64.whistle.com [207.76.205.64]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA15467 for ; Tue, 26 May 1998 10:55:11 -0700 (PDT) (envelope-from dhw@whistle.com) Received: (from dhw@localhost) by pau-amma.whistle.com (8.8.7/8.8.7) id KAA00292 for freebsd-questions@FreeBSD.ORG; Tue, 26 May 1998 10:54:41 -0700 (PDT) (envelope-from dhw) Date: Tue, 26 May 1998 10:54:41 -0700 (PDT) From: David Wolfskill Message-Id: <199805261754.KAA00292@pau-amma.whistle.com> To: freebsd-questions@FreeBSD.ORG Subject: Re: backup device? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Date: Mon, 25 May 1998 21:06:46 -0500 >From: "Anthony E. Coley" >How can I change my default backup device from /dev/rst0 to >/dev/ft0? >When I type "tar t" it tries to read from /dev/rst0. >FreeBSD 2.2.5 >From "man tar": ENVIRONMENT ... TAPE Changes tar's default tape drive (which is still over- ridden by the -f flag). Or you could make /dev/rst0 a (sym)link to /dev/ft0, I suppose, though that's a little tacky (especially if anyone else might be administering the machine). david -- David Wolfskill dhw@whistle.com (650) 577-7158 pager: (650) 371-4621 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 11:01:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA16811 for freebsd-questions-outgoing; Tue, 26 May 1998 11:01:59 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pau-amma.whistle.com (s205m64.whistle.com [207.76.205.64]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA16804 for ; Tue, 26 May 1998 11:01:52 -0700 (PDT) (envelope-from dhw@whistle.com) Received: (from dhw@localhost) by pau-amma.whistle.com (8.8.7/8.8.7) id LAA00387 for questions@freebsd.org; Tue, 26 May 1998 11:01:20 -0700 (PDT) (envelope-from dhw) Date: Tue, 26 May 1998 11:01:20 -0700 (PDT) From: David Wolfskill Message-Id: <199805261801.LAA00387@pau-amma.whistle.com> To: questions@FreeBSD.ORG Subject: Re: .forward help Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >From: laszlo vagner >Date: Fri, 22 May 1998 23:48:34 -0500 (CDT) >how would i set my .forward file to email me my mail at another address >and ALSO keep a copy locally so I can access it in both places. >From "man forward" on a Solaris 2.5 system: A backslash before a username inhibits further aliasing. For instance, to invoke the vacation program, user js creates a ~/.forward file that contains the line: \js, "|/usr/ucb/vacation js" so that one copy of the message is sent to the user, and another is piped into the vacation program. david -- David Wolfskill dhw@whistle.com (650) 577-7158 pager: (650) 371-4621 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 11:09:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA18216 for freebsd-questions-outgoing; Tue, 26 May 1998 11:09:18 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pau-amma.whistle.com (s205m64.whistle.com [207.76.205.64]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA18191 for ; Tue, 26 May 1998 11:09:06 -0700 (PDT) (envelope-from dhw@whistle.com) Received: (from dhw@localhost) by pau-amma.whistle.com (8.8.7/8.8.7) id LAA00446 for questions@freebsd.org; Tue, 26 May 1998 11:08:37 -0700 (PDT) (envelope-from dhw) Date: Tue, 26 May 1998 11:08:37 -0700 (PDT) From: David Wolfskill Message-Id: <199805261808.LAA00446@pau-amma.whistle.com> To: questions@FreeBSD.ORG Subject: Re: Permissions changing on sendmail solved. Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >From: john >Date: Sun, 24 May 1998 10:49:53 -0500 (CDT) >> Yes. But this is redundant if you have sendmail enabled in /etc/rc.conf >> with the default flags. >Yes it is, but I've got tcpwrappers running sendmail from /etc/inetd.conf >smtp stream tcp nowait/5 root /usr/local/libexec/tcpd /usr/sbin/sendmail -bs >I think I can just do sendmail -bm -q30m and be ok as well as the inetd >spawned sendmail. Please note that this depends on how sendmail was compiled (whether or not it was with -DTCPWRAPPERS specified). If -DTCPWRAPPERS was specified, you don't need to be using the indirection trick that inetd.conf provides, because the executable will make use of libwrap.a from tcpwrappers directly. david -- David Wolfskill dhw@whistle.com (650) 577-7158 pager: (650) 371-4621 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 11:30:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA22507 for freebsd-questions-outgoing; Tue, 26 May 1998 11:30:51 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from enigami.com (enigami.com [208.140.182.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA22399 for ; Tue, 26 May 1998 11:30:15 -0700 (PDT) (envelope-from ckempf@enigami.com) Received: from singularity.enigami.com (singularity.enigami.com [208.140.182.42]) by enigami.com (8.8.7/8.8.7) with ESMTP id OAA11804; Tue, 26 May 1998 14:29:28 -0400 (EDT) From: Cory Kempf Received: (from ckempf@localhost) by singularity.enigami.com (8.8.8/8.8.8) id OAA27609; Tue, 26 May 1998 14:26:52 -0400 (EDT) (envelope-from ckempf@enigami.com) Date: Tue, 26 May 1998 14:26:52 -0400 (EDT) Message-Id: <199805261826.OAA27609@singularity.enigami.com> To: brintm@bslnet.com, freebsd-questions@FreeBSD.ORG Subject: Re: file system full Newsgroups: cory.BSD.questions References: <356AF143.33CD0315@bslnet.com> X-Newsreader: NN version 6.5.0 #1 (NOV) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In cory.BSD.questions you write: >I am getting this message: >May 26 09:35:00 www /kernel: uid 101 on /usr: file system full Uh, log in as root, and do the command '/bin/rm -rf /usr'? You should then have *plenty* of space available on /usr :-) (your file system is full, you either need to buy more disk or delete some files) +C -- -- Thinking of purchasing RAM from the Chip Merchant? Please read this first: Cory Kempf Macintosh / Unix Consulting & Software Development ckempf@enigami.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 11:48:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA26244 for freebsd-questions-outgoing; Tue, 26 May 1998 11:48:24 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from roma.neomorphic.com (roma.neomorphic.com [205.217.46.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA26149 for ; Tue, 26 May 1998 11:48:03 -0700 (PDT) (envelope-from dkulp@board67.cruzers.com) Received: from board67.cruzers.com (board67.cruzers.com [205.215.233.67]) by roma.neomorphic.com (8.9.0/8.9.0) with ESMTP id LAA27201 for ; Tue, 26 May 1998 11:46:43 -0700 (PDT) Received: (from dkulp@localhost) by board67.cruzers.com (8.8.8/8.7.3) id LAA00651; Tue, 26 May 1998 11:47:54 -0700 (PDT) Date: Tue, 26 May 1998 11:47:54 -0700 (PDT) Message-Id: <199805261847.LAA00651@board67.cruzers.com> From: David Kulp MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: freebsd-questions@FreeBSD.ORG Subject: How to boot from SCSI? X-Mailer: VM 6.22 under 19.15 XEmacs Lucid Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just installed FreeBSD 2.2.6 on a slice of a SCSI drive that is on a system with 2 IDEs. I put the booteasy boot manager on the first IDE disk, but it simply comes up with F1/DOS. How do I make the boot manager aware of FreeBSD on the SCSI drive? thanks!! -david kulp. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 11:54:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA27158 for freebsd-questions-outgoing; Tue, 26 May 1998 11:54:16 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lachman.com (genesis.lachman.com [192.35.52.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA26967 for ; Tue, 26 May 1998 11:53:51 -0700 (PDT) (envelope-from satwant@lachman.com) Received: from ra.lachman.com (ra.lachman.com [192.35.52.29]) by lachman.com (8.7.1/8.7.1) with SMTP id NAA21995; Tue, 26 May 1998 13:53:13 -0500 (CDT) Received: from satwant.i88 (satwant.lachman.com) by ra.lachman.com (4.1/SMI-4.1) id AA15465; Tue, 26 May 98 13:53:06 CDT Received: from localhost by satwant.i88 (SMI-8.6/SMI-SVR4) id NAA04219; Tue, 26 May 1998 13:49:39 -0500 Date: Tue, 26 May 1998 13:49:39 -0500 (CDT) From: Satwant To: David Wolfskill Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FREEBSD installation. (fwd) In-Reply-To: <199805261818.LAA00507@pau-amma.whistle.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 Thanks for the response. I have a boot floppy made, which was easy to make using config.exe from cdrom in w95 mode. The problem is booting in dos mode, or booting thru walnut cdrom, or thru bootable floppy is the foll: although, the installation menu comes up, and i can do disk partitioning, and set up diff filesystems /, /usr,/var, BUT WHEN it tries to load the bin, man directories etc., it wants to know where should it load from.. and i say .. cdrom. It comes back saying "cdrom not found". This happens even when the install program is itself running from cdrom. Also, when I boot in dos mode, I can't see h: as my cdrom any more, although I can see it in dos shell. So I think my OS cant see my cdrom, although w95 can. Also, my cdrom is Goldstar, which is not in the list of supported controllers/ cdrom drives. Now I am trying the following: copying all of cdrom contents onto D: drive, so that I may ( I hope I can) later choose to load through DOS partition and be able to specify that drive. ( I have C+D drive on my HD1 and E on HD2- I plan to use E as my bsd disk) I dont know if it will work. Do you have any clue, how I can make the installation program look at the bin etc. dirs. ? Please let me know, Thanks, -Satwant. P.S. Pl also cc: me at lakewood12@aol.com On Tue, 26 May 1998, David Wolfskill wrote: > I think you'll need to re-post your query to the list, supplying specific > information about your configuration (such as how much memory you have). > > Please do not respond only to me, as there are others on the list who > will undountedly be able to help you better than I, once you supply > the needed information. > > david > -- > David Wolfskill dhw@whistle.com (650) 577-7158 pager: (650) 371-4621 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 12:10:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA29846 for freebsd-questions-outgoing; Tue, 26 May 1998 12:10:08 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA29718 for ; Tue, 26 May 1998 12:09:35 -0700 (PDT) (envelope-from dean@odyssey.apana.org.au) Received: from localhost (dean@localhost) by odyssey.apana.org.au (8.8.7/8.8.7) with SMTP id DAA10144; Wed, 27 May 1998 03:10:25 +0800 (WST) Date: Wed, 27 May 1998 03:10:25 +0800 (WST) From: Dean Hollister To: Cory Kempf cc: brintm@bslnet.com, freebsd-questions@FreeBSD.ORG Subject: Re: file system full In-Reply-To: <199805261826.OAA27609@singularity.enigami.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, Cory Kempf wrote: > Uh, log in as root, and do the command '/bin/rm -rf /usr'? You should > then have *plenty* of space available on /usr :-) Nah, rm -rf / is *heaps* better! ;-) Regards, d. +-------------------------------------------------------+ | Dean Hollister, | dean@odyssey.apana.org.au | | Perth, Western Australia. | deanh@iinet.net.au | +-------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 12:47:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA05467 for freebsd-questions-outgoing; Tue, 26 May 1998 12:47:12 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from abby.skypoint.net (abby.skypoint.net [199.86.32.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA05442 for ; Tue, 26 May 1998 12:46:46 -0700 (PDT) (envelope-from rpj@fep.hirshfields.com) Received: (from uucp@localhost) by abby.skypoint.net (8.8.7/jl 1.3) with UUCP id OAA17878; Tue, 26 May 1998 14:46:20 -0500 (CDT) Received: (from rpj@localhost) by fep.hirshfields.com (8.8.5/8.8.5) id NAA19152; Tue, 26 May 1998 13:55:53 -0500 (CDT) From: "Roger P. Johnson" Message-Id: <199805261855.NAA19152@fep.hirshfields.com> Subject: Re: I got 2940UW timeout problem also ... help please ... To: dwhite@resnet.uoregon.edu Date: Tue, 26 May 1998 13:55:51 -0500 (CDT) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: from Doug White at "May 24, 98 00:30:12 am" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Thu, 21 May 1998, Roger P. Johnson wrote: > > > OK. I have searched the archives, etc. and still need help on what > > appears to be an age old problem with these 2940UW's. > > With an age old solution ... > > > > > I cannot install FreeBSD 2.2.6 or 2.2.2 onto this configuration: > > DEC Celebris 590 > > 16 MB RAM > > 2940UW BIOS ver. 1.32 > > Seagate ST34572W 4550MB Barracuda (Ultra Wide; 68 pin) > > Panasonic SCSI-2 CD-ROM. > > Well, your problem reeks of termination problems so please double- and > triple-check that the drive is set termination ON and to get termination > power from the SCSI bus, but NOT supply it. Also check your cable length > and quality. If you have a plastic blob at the end of your cable, CUT IT > OFF. Mine says `Amphenol' and has a couple of terminating ICs in it. > I had tried that also. No go. > > After FreeBSD boots up from the floppy, I finish the visual > > configuration and the 2940UW is reconized, and I have to wait for the > > SCSI devices to settle. Then big long pause while it times out on all > > along the chain. If you leave it long enough you get the installation > > menu, and then she reboots and does it all over again. > > Also try running a verify against the drive and verifying that the > termination is set to LOW OFF/HIGH ON in SCSISelect. (Mine is actually LOW > ON/HIGH ON and it works okay.) I had tried that too. No go. Here is what another person had mailed me about his experience using the 2940UW and FreeBSD: !! At the time I was using an Acer AP53-R3 (HX) Mainboard. As it turned out !! although I was quite reluctant to do so, I borrowed another mainboard !! (Asus) and poof. It booted without problem. It was quite distirbing as !! Linux (Slackware and RedHat) both responded okay, Windows 98 responded !! okay but FreeBSD crashed.... In diagram terms, here is what I have: ____________________________ | | | Adaptec 2940UW | <-- Adapter is set to its default settings EXCEPT | | for SCSI ID #0, which has negotiate WIDE to NO,and | Narrow Wide | enable WIDE for SCSI ID #1 | 50 Pin 68 Pin | | ___________ _______ | |_|XXXXXXXXXXX|___|XXXXXXX|__| | | | | | | | | | | | | <-- These cables came with the Adaptec 2940UW Kit, | | | | so I assume Adaptec has good quality cables with |_________| | | their stuff. [unused plug] | | |---------| | | | | |____ | | | [unused ] | | |-----| | | | | | | | | | | | | XXXXXXXXXXX XXXXXXXXXXXX XXXXXXXXXXX XXXXXXXXXXXX XXXXXXXXXXX XXXXXXXXXXXX XX Hard XXX XXX Hard XXX XX Drive XX XXX Drive XX XXXXXXXXXXX XXXXXXXXXXXX XXXXXXXXXXX XXXXXXXXXXXX XXXXXXXXXXX XXXXXXXXXXXX SCSI ID 0 SCSI ID 1 ST31055N 1GB ST34572W 4 GB Barracuda Jumper Settings: TP is TP is Power from Drive Power from Drive TE is ENABLED TE is ENABLED ^ | This drive has FreeBSD 2.2.2 already installed on it via a 2940AU card. It does boot via a 2940AU card. Thus it should boot here with the 2940UW. I get the boot prompt, then it hangs after waiting for SCSI devices to settle. I have: Tried setting the LOW/HIGH manually. No go. Set the TE to Power from the SCSI bus. No go. Leave the setting to Automatic. No go. Only the narrow drive on the card. No go. Only the wide drive on the card. No go. I conclude, particularly after the response from the one user, that there is something wrong with the FreeBSD 2940UW driver with _some_ mother boards. Which, unfortunately, I see to always have. Any pointers, ref's? Roger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 12:47:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA05499 for freebsd-questions-outgoing; Tue, 26 May 1998 12:47:20 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from abby.skypoint.net (abby.skypoint.net [199.86.32.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA05462 for ; Tue, 26 May 1998 12:47:07 -0700 (PDT) (envelope-from rpj@fep.hirshfields.com) Received: (from uucp@localhost) by abby.skypoint.net (8.8.7/jl 1.3) with UUCP id OAA17979; Tue, 26 May 1998 14:46:59 -0500 (CDT) Received: (from rpj@localhost) by fep.hirshfields.com (8.8.5/8.8.5) id OAA19486; Tue, 26 May 1998 14:25:16 -0500 (CDT) From: "Roger P. Johnson" Message-Id: <199805261925.OAA19486@fep.hirshfields.com> Subject: Re: I got 2940UW timeout problem also ... NEWSFLASH conclusion To: dwhite@resnet.uoregon.edu Date: Tue, 26 May 1998 14:25:16 -0500 (CDT) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: from Doug White at "May 24, 98 00:30:12 am" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Heh. I just installed the _exact_ same card and both drives into a Gateway 2000 pc that has an AMIBIOS verses the Phoenix BIOS that is in the DEC pc's that I have so many of. Guess what? The darn thing booted up FreeBSD that was on the SCSI #0 hard disk like it should have. Here is another gotcha! Remember the "Read Error" problem I was having with the Phoneix BIOS? This hard drive had the patched boot block to deal with it, and with this Gateway/AMIBIOS, FreeBSD booted properly, it didn't hit my patched code section! Good gawlly! These boot/controller cards issues are all in what crummy BIOS you have on the motherboard! Please make mention of that in the FAQ/HARDWARE section. Ugh. This makes two ugly, double whammy's solve just by the BIOS/motherboard combo! I'm happy, but the DEC pc's have been soooooooooooo reliable in uptime and no down time that I hate to abandon them. Roger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 12:55:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA07823 for freebsd-questions-outgoing; Tue, 26 May 1998 12:55:29 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ii.pilsnet.sunet.se (ii.pilsnet.sunet.se [192.36.125.164]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA07774 for ; Tue, 26 May 1998 12:55:18 -0700 (PDT) (envelope-from bengan@ii.pilsnet.sunet.se) Received: (from bengan@localhost) by ii.pilsnet.sunet.se (8.8.8/8.8.5) id VAA23706; Tue, 26 May 1998 21:54:12 +0200 (CEST) Message-ID: <19980526215412.E23373@sunet.se> Date: Tue, 26 May 1998 21:54:12 +0200 From: Bengt Gorden To: Trevor Baden , freebsd-questions@FreeBSD.ORG Subject: Re: compatibility with 3Com's fast etherlink XL network card Mail-Followup-To: Trevor Baden , freebsd-questions@FreeBSD.ORG References: <356AF7E9.A9042F96@boat.bt.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <356AF7E9.A9042F96@boat.bt.com>; from Trevor Baden on Tue, May 26, 1998 at 06:12:09PM +0100 X-Mutt-References: <356AF7E9.A9042F96@boat.bt.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, May 26, 1998 at 06:12:09PM +0100, Trevor Baden wrote: > I am trying to install freeBSD onto a brand new Dell computer with a the > above network card. However, it doesn't seem to recognise it. > The version of freeBSD is 2.2.6. > The 3com options in the setup procedure only gives the option of 3com's > 3c509 network adaptor, not the required 3c905b-tx. > Does this mean that this is a fruitless adventure or is there something > simple that I am missing? I've tried that myself. The 3c905b isn't supported yet. Have a look at http://www.freebsd.org/cgi/query-pr.cgi?pr=6197 -- /Bengan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 12:59:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA08915 for freebsd-questions-outgoing; Tue, 26 May 1998 12:59:42 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from violet.csi.cam.ac.uk (exim@violet.csi.cam.ac.uk [131.111.8.58]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA08894 for ; Tue, 26 May 1998 12:59:11 -0700 (PDT) (envelope-from bjc23@hermes.cam.ac.uk) Received: from bjc23.trin.cam.ac.uk ([131.111.212.250]) by violet.csi.cam.ac.uk with smtp (Exim 1.92 #1) id 0yePry-0004Le-00; Tue, 26 May 1998 20:58:46 +0100 Date: Tue, 26 May 1998 20:58:47 +0100 (BST) From: Ben Cohen X-Sender: bjc23@bjc23.trin.cam.ac.uk Reply-To: bjc23@hermes.cam.ac.uk To: Cory Kempf cc: brintm@bslnet.com, freebsd-questions@FreeBSD.ORG Subject: Re: file system full In-Reply-To: <199805261826.OAA27609@singularity.enigami.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 > Uh, log in as root, and do the command '/bin/rm -rf /usr'? You should > then have *plenty* of space available on /usr :-) Does FreeBSD have an undelete command? (Is anyone familiar with the SCO OpenServer undelete command that seems to be a sort of revision-control undelete!? Is it any good?) How do you de-fragment partitions? Copy them onto another partition or disk and then copy them back? At what point do you begin to need to do this? Ben. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 13:07:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA10665 for freebsd-questions-outgoing; Tue, 26 May 1998 13:07:56 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA10618 for ; Tue, 26 May 1998 13:07:20 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with SMTP id OAA12100; Tue, 26 May 1998 14:06:38 -0600 (MDT) (envelope-from brett@peloton.physics.montana.edu) Date: Tue, 26 May 1998 14:06:37 -0600 (MDT) From: Brett Taylor To: "John H. Barbee" cc: freebsd-questions@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <9805261724.AA07730@pom-unix1.pomona.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > What is the most common window that everyon is using? I assume that you mean window manager. The most common are: - various flavors of fvwm - AfterStep - WindowMaker - KDE - Enlightenment I would guess Enlightenment is probably the least used of these. KDE is growing fast, but is a bit too Windows-like for my taste. Other options are available. See: http://www.PLiG.org/xwinman/ This page is doing a survey, and of course to make me look bad, Enlightenment is winning that one. :-) I claim those are all Linux users though. :-) Brett ********************************************************* Brett Taylor brett@peloton.physics.montana.edu http://peloton.physics.montana.edu/brett/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 13:23:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA13031 for freebsd-questions-outgoing; Tue, 26 May 1998 13:23:58 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pike.cdrom.com (pike.cdrom.com [204.216.28.222]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA12958 for ; Tue, 26 May 1998 13:23:20 -0700 (PDT) (envelope-from support@cdrom.com) Received: from localhost (support@localhost) by pike.cdrom.com (8.8.8/8.8.7) with SMTP id NAA03105 for ; Tue, 26 May 1998 13:23:05 -0700 (PDT) (envelope-from support@cdrom.com) X-Received: from alpha.mcit.com (alpha.mcit.com [199.249.18.143]) by pike.cdrom.com (8.8.8/8.8.7) with ESMTP id NAA02906 for ; Tue, 26 May 1998 13:19:39 -0700 (PDT) (envelope-from Robert.Gee@mci.com) X-Received: from ndcrelay.mcit.com (ndcrelay.mcit.com [166.37.172.49]) by alpha.mcit.com (8.8.8/) with ESMTP id QAA21342 for ; Tue, 26 May 1998 16:18:41 -0400 (EDT) X-Received: from nmss1b.mcit.com.mci.com (nmss1b.mcit.com [166.37.172.6]) by ndcrelay.mcit.com (8.8.7/) with ESMTP id QAA30376 for ; Tue, 26 May 1998 16:18:41 -0400 (EDT) X-Received: from rgee ([166.34.96.101]) by nmss1b.mcit.com.mci.com (Intermail v3.1 117 241) with SMTP id <19980526201840.OZXQ1678@[166.34.96.101]> for ; Tue, 26 May 1998 16:18:41 -0400 Message-ID: <000701bd88e3$80b45ea0$656022a6@rgee.lab.ns.mci.com> From: "Robert Gee" To: Subject: Laplink install of FreeBSD using PLIP Date: Tue, 26 May 1998 15:18:52 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello Walnut Creek, I finally finished installing FreeBSD 2.2.6 on my pc clone after resolving some interrupt problems. It appears to be running like a champ! Now, I want to install FreeBSD 2.2.6 on my Toshiba 4400SXC using a Laplink cable since my Xircom PEII is not supported. I've used /stand/sysinstall to configure the lp0, sl0, and pp0 interfaces on my new pc clone host. After checking the FAQ and Handbook, I bought and connected a High Speed Parallel Transfer cable (Laplink) between the pc clone and Toshiba. I booted up the Toshiba on a FreeBSD 2.2.6 boot disk, and the boot disk recognized the lp0, sl0, and pp0 interfaces. However, whenever I attempted to use a Custom Install, it fails to ifconfig lp0 or sl0 interfaces. I am able to ifconfig a pp0 interface, but I can't start the install after I establish a PPP connect in the VTY3 screen. The pc clone reports LCP problems and the install times out. I just need to dial on the VTY3 screen to send the PPP into packet mode since the two computers are hardwired with a Laplink cable. I know notebooks are harder to setup but any ideas would be appreciated. Happy customer, Robert Gee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 13:48:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA16963 for freebsd-questions-outgoing; Tue, 26 May 1998 13:48:25 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freebsd.usb.edu.co (freebsd.usb.edu.co [200.25.23.34]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA16775 for ; Tue, 26 May 1998 13:47:54 -0700 (PDT) (envelope-from root@freebsd.usb.edu.co) Received: from localhost (root@localhost) by freebsd.usb.edu.co (8.8.8/8.8.8) with SMTP id KAA11322 for ; Tue, 26 May 1998 10:52:19 -0500 (COT) (envelope-from root@freebsd.usb.edu.co) Date: Tue, 26 May 1998 10:52:19 -0500 (COT) From: Charlie ROOT To: questions@FreeBSD.ORG Subject: toor Password Message-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 password by defect to toor? I loose the root password >:( Thanks Diego Varona To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 14:04:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA20235 for freebsd-questions-outgoing; Tue, 26 May 1998 14:04:12 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.iconz.co.nz (mail.iconz.co.nz [202.14.100.36]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA20127 for ; Tue, 26 May 1998 14:03:49 -0700 (PDT) (envelope-from jonc@pinnacle.co.nz) Received: from news.iconz.co.nz (status.gen.nz [202.14.100.1]) by mail.iconz.co.nz (8.8.7/8.8.7) with ESMTP id JAA111690896216609; Wed, 27 May 1998 09:03:29 +1200 (NZST) Received: (from uucp@localhost) by news.iconz.co.nz (8.8.5/8.8.5) with UUCP id JAA09075; Wed, 27 May 1998 09:03:28 +1200 Received: from tui.pinnacle.co.nz (tui.pinnacle.co.nz [202.37.163.3]) by kakapo.pinnacle.co.nz (8.8.8/8.8.8) with ESMTP id IAA05103; Wed, 27 May 1998 08:59:20 +1200 (NZST) Received: from localhost (jonc@localhost) by tui.pinnacle.co.nz (8.8.8/8.8.8) with SMTP id IAA02452; Wed, 27 May 1998 08:59:19 +1200 (NZST) X-Authentication-Warning: tui.pinnacle.co.nz: jonc owned process doing -bs Date: Wed, 27 May 1998 08:59:19 +1200 (NZST) From: Jonathan Chen To: Satwant cc: freebsd-questions@FreeBSD.ORG Subject: Re: FREEBSD installation. (fwd) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, Satwant wrote: > > > I bought walnut Freebsd 2.26 for my Win 95 Pentium Packard bell system. > > On running install.bat the follwoing error message come up in a DOS > window: > > fbsdboot.exe -D kernel > > Sorry ! can't allocate enough memory. > > What should I do. Please advise. I am deepending on free BSD to get my > grdauate project in time, done with source code of BSD. The small booklet that comes with the 4 disks gives you the alternative methods. There are also several ASCII-text files on the 1st CDROM that you should read before installation. Please Read Them. The most reliable method involves booting off an install floppy, and then using the CDROM as your install-media. -- Jonathan Chen ---------------------------------------------------------------------- Clothes do make the man. Naked people have little or no influence on society. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 14:18:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA22602 for freebsd-questions-outgoing; Tue, 26 May 1998 14:18:18 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from eagle.ns.net (root@eagle.ns.net [204.75.146.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA22428 for ; Tue, 26 May 1998 14:17:56 -0700 (PDT) (envelope-from rfg@monkeys.com) Received: from monkeys.com (segfault.monkeys.com [204.119.242.200]) by eagle.ns.net (8.8.5/8.8.5) with ESMTP id OAA03426 for ; Tue, 26 May 1998 14:17:52 -0700 (PDT) Received: from monkeys.com (localhost [127.0.0.1]) by monkeys.com (8.8.8/8.8.5) with ESMTP id OAA15380 for ; Tue, 26 May 1998 14:18:31 -0700 To: questions@FreeBSD.ORG Subject: How do I find out how much memory the kernel is using now? X-Copyright: (c) 1998 Ronald F. Guilmette; All rights reserved. Date: Tue, 26 May 1998 14:18:31 -0700 Message-ID: <15378.896217511@monkeys.com> From: "Ronald F. Guilmette" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a FreeBSD box configured (via sysctl) to allow for a large number of both open files (system-wide) and also for a large number of open network connections (system-wide). This box has very little running on it, only a few processes, the largest of which is about 5.5 megs (virtual), but I have 32 MB of physical memory in the box. Still, the thing seems to be swapping like crazy. Why? I need to find out exactly why, and soon. Please help. I need to know if there is any command that I can use to find out exactly how much main memory the kernel itself is using up at the present moment. The only thing that I can find that even seems remotely like it might do the job is `sysctl -a', which shows me: hw.physmem: 32010240 hw.usermem: 3829760 Now for the big question... What exactly is the significance of that second number?? Is that really saying that I only have 3.8 MB left for user-level processes?? -- Ron Guilmette, Roseville, California ---------- E-Scrub Technologies, Inc. -- Deadbolt(tm) Personal E-Mail Filter demo: http://www.e-scrub.com/deadbolt/ -- Wpoison (web harvester poisoning) - demo: http://www.e-scrub.com/wpoison/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 14:46:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA27352 for freebsd-questions-outgoing; Tue, 26 May 1998 14:46:19 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gratia.it.hq.nasa.gov (Gratia.it.hq.nasa.gov [131.182.119.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA27143 for ; Tue, 26 May 1998 14:45:58 -0700 (PDT) (envelope-from cshenton@gratia.it.hq.nasa.gov) Received: from wirehead.it.hq.nasa.gov (WireHead.it.hq.nasa.gov [131.182.119.88]) by gratia.it.hq.nasa.gov (8.8.8/8.7.3) with ESMTP id RAA08265; Tue, 26 May 1998 17:38:26 -0400 (EDT) Received: (from cshenton@localhost) by wirehead.it.hq.nasa.gov (8.8.8/8.8.8) id RAA25540; Tue, 26 May 1998 17:45:56 -0400 (EDT) To: Brandon Bossenbroek Cc: questions@FreeBSD.ORG Subject: Re: Dial-up References: X-Emacs: Emacs 20.2, MULE 3.0 (MOMIJINOGA) MIME-Version: 1.0 (generated by SEMI 1.2.0 - "Nishiizumi") Content-Type: text/plain; charset=US-ASCII From: Chris Shenton Date: 26 May 1998 17:45:56 -0400 In-Reply-To: Brandon Bossenbroek's message of Fri, 22 May 1998 15:24:07 -0500 (CDT) Message-ID: Lines: 20 X-Mailer: Gnus v5.5/Emacs 20.2 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brandon Bossenbroek writes: > If I do a : > > cu -l /dev/cuaa0 -s 115200 > > it says connected, but that is all it will let me do. On some combo of FreeBSD systems around 2.2.1-2.2.5, I found cu/tip to from one to another got me a login prompt but nothing happened when I typed. Some kind soul here said he thought there was a parity problem. I switched to kermit (in ports) and had no problem. > When I envoke PPP and say "dial supranet(my ISP)" > it says "Dialing attempt 1" and then "dialing failed". I've never had a problem with pppd (kernel mode). This sounds like you're using user-land "ppp", which I have much less experience with, sorry. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 14:46:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA27366 for freebsd-questions-outgoing; Tue, 26 May 1998 14:46:27 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from drama.navinet.net (root@drama.navinet.net [207.252.86.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA27119 for ; Tue, 26 May 1998 14:45:42 -0700 (PDT) (envelope-from forrie@tiac.net) Received: from forrie ([207.252.86.77]) by drama.navinet.net with SMTP id RAA12666 for ; Tue, 26 May 1998 17:45:22 -0400 (EDT) Message-Id: <199805262145.RAA12666@drama.navinet.net> X-Sender: forrie@pop.tiac.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0.1 Date: Tue, 26 May 1998 17:45:57 -0400 To: freebsd-questions@FreeBSD.ORG From: Forrest Aldrich Subject: LPD and HP/PCL Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've been working on settng up a parallel connection to an HP Laserjet 6pxi, which requires PCL conversion. However, it doesn't seem clear to me whether I'm better off using LPRNG or LPD. The Handbook doesn't really address PCL conversion directly (just postscript). Both daemons require different approaches, and I thought that staying simple and standard would be best. I've checked out the /usr/ports collection (which I have updated) and there doesn't appear to be any PCL-related utilities in the print section. So, I'm wondering if you recommend something. Thanks, Forrest To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 14:51:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA28533 for freebsd-questions-outgoing; Tue, 26 May 1998 14:51:04 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from slate.bw.edu (slate.bw.edu [192.150.115.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA28266 for ; Tue, 26 May 1998 14:50:20 -0700 (PDT) (envelope-from dmeleaso@bw.edu) Received: from localhost (dmeleaso@localhost) by slate.bw.edu (8.8.8/8.8.8) with SMTP id RAA26535; Tue, 26 May 1998 17:47:03 -0400 (EDT) Date: Tue, 26 May 1998 17:47:03 -0400 (EDT) From: Dan To: Guy Helmer cc: r.h.vidler@usa.net, FreeBSD-Questions Subject: Re: Gateway2000 and FreeBSD 2.2.6 install problems In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Several years ago I installed FreeBSD 1.1.5.1 and later 2.1.0 on a GW2K > 486-DX2/66 w/ PCI as well as a 486-DX2/66 that probably had VLB. I don't > recall having any install problems with these machines. Does it help to > remove or swap memory? > > Guy Helmer Actually, I have tried to take out 8megs worth, leaving 32megs. I received the same message, only the address of the error was different. The debug for the "Probing devices" screen says: wfd0: Sense the media type is failed At this point in time, I am all but ready to call it quits, and wait till I can get a new computer to install FreeBSD. Thanks for the info, Dan Non sum qualis eram. Tempus edax rerum. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 14:51:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA28771 for freebsd-questions-outgoing; Tue, 26 May 1998 14:51:50 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.iconz.co.nz (mail.iconz.co.nz [202.14.100.36]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA28281 for ; Tue, 26 May 1998 14:50:22 -0700 (PDT) (envelope-from jonc@pinnacle.co.nz) Received: from news.iconz.co.nz (status.gen.nz [202.14.100.1]) by mail.iconz.co.nz (8.8.7/8.8.7) with ESMTP id JAA233640896219411; Wed, 27 May 1998 09:50:11 +1200 (NZST) Received: (from uucp@localhost) by news.iconz.co.nz (8.8.5/8.8.5) with UUCP id JAA13166; Wed, 27 May 1998 09:50:11 +1200 Received: from tui.pinnacle.co.nz (tui.pinnacle.co.nz [202.37.163.3]) by kakapo.pinnacle.co.nz (8.8.8/8.8.8) with ESMTP id JAA05213; Wed, 27 May 1998 09:33:39 +1200 (NZST) Received: from localhost (jonc@localhost) by tui.pinnacle.co.nz (8.8.8/8.8.8) with SMTP id JAA02550; Wed, 27 May 1998 09:33:38 +1200 (NZST) X-Authentication-Warning: tui.pinnacle.co.nz: jonc owned process doing -bs Date: Wed, 27 May 1998 09:33:37 +1200 (NZST) From: Jonathan Chen To: David Kulp cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to boot from SCSI? In-Reply-To: <199805261847.LAA00651@board67.cruzers.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, David Kulp wrote: > I just installed FreeBSD 2.2.6 on a slice of a SCSI drive that is on a > system with 2 IDEs. > > I put the booteasy boot manager on the first IDE disk, but it > simply comes up with F1/DOS. > > How do I make the boot manager aware of FreeBSD on the SCSI drive? The boot manager is too small to know about a SCSI drive. Usually some tweaking with your SCSI card options allows it to remap it to something the BIOS knows about; but since you already have 2 IDE drives, this is option is not easily available to you. The simple solution is to have a small / partition on the first IDE drive (30Mb or so), so that the machine can boot and load all the necessary drivers, and have all the other filesystems loaded from your SCSI drive (/tmp, /var, /usr). -- Jonathan Chen ---------------------------------------------------------------------- Clothes do make the man. Naked people have little or no influence on society. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 14:53:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA29242 for freebsd-questions-outgoing; Tue, 26 May 1998 14:53:11 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from slate.bw.edu (slate.bw.edu [192.150.115.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA29087 for ; Tue, 26 May 1998 14:52:27 -0700 (PDT) (envelope-from dmeleaso@bw.edu) Received: from localhost (dmeleaso@localhost) by slate.bw.edu (8.8.8/8.8.8) with SMTP id RAA02600; Tue, 26 May 1998 17:49:40 -0400 (EDT) Date: Tue, 26 May 1998 17:49:40 -0400 (EDT) From: Dan To: Satwant cc: freebsd-questions@FreeBSD.ORG Subject: Re: FREEBSD installation. (fwd) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > On running install.bat the follwoing error message come up in a DOS > window: > > fbsdboot.exe -D kernel > > Sorry ! can't allocate enough memory. > Try installing from a boot-floppy or in DOS...not through a DOS window in Windows. Dan Non sum qualis eram. Tempus edax rerum. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 15:18:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA04538 for freebsd-questions-outgoing; Tue, 26 May 1998 15:18:33 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.iconz.co.nz (mail.iconz.co.nz [202.14.100.36]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA04454 for ; Tue, 26 May 1998 15:18:15 -0700 (PDT) (envelope-from jonc@pinnacle.co.nz) Received: from news.iconz.co.nz (status.gen.nz [202.14.100.1]) by mail.iconz.co.nz (8.8.7/8.8.7) with ESMTP id KAA000240896221026; Wed, 27 May 1998 10:17:06 +1200 (NZST) Received: (from uucp@localhost) by news.iconz.co.nz (8.8.5/8.8.5) with UUCP id KAA15450; Wed, 27 May 1998 10:17:06 +1200 Received: from tui.pinnacle.co.nz (tui.pinnacle.co.nz [202.37.163.3]) by kakapo.pinnacle.co.nz (8.8.8/8.8.8) with ESMTP id KAA05312; Wed, 27 May 1998 10:00:02 +1200 (NZST) Received: from localhost (jonc@localhost) by tui.pinnacle.co.nz (8.8.8/8.8.8) with SMTP id KAA02618; Wed, 27 May 1998 10:00:01 +1200 (NZST) X-Authentication-Warning: tui.pinnacle.co.nz: jonc owned process doing -bs Date: Wed, 27 May 1998 10:00:01 +1200 (NZST) From: Jonathan Chen To: Satwant cc: freebsd-questions@FreeBSD.ORG Subject: Re: FREEBSD installation. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, Satwant wrote: [snipped. please leave Cc: when replying] > although, the installation menu comes up, and i can > do disk partitioning, and set up diff filesystems > /, /usr,/var, BUT WHEN it tries to load the bin, man > directories etc., it wants to know where should it load > from.. and i say .. cdrom. It comes back > saying "cdrom not found". > > This happens even when the install program is itself running > from cdrom. > > Also, when I boot in dos mode, I can't see h: as my cdrom any > more, although I can see it in dos shell. > > So I think my OS cant see my cdrom, although w95 can. Is your CDROM drive an IDE based one? Common suggestions include shifting it on the primary-controller (ie the 1st one) and making sure it's jumpered as a slave. > Now I am trying the following: > > copying all of cdrom contents onto D: drive, so that I may > ( I hope I can) later choose to load through DOS partition and be > able to specify that drive. ( I have C+D drive on my HD1 and E on HD2- > I plan to use E as my bsd disk) > > I dont know if it will work. I've never really tried installing off a DOS partition before, but perhaps others on the list may have and perhaps advise you. -- Jonathan Chen ---------------------------------------------------------------------- Clothes do make the man. Naked people have little or no influence on society. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 15:31:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA07313 for freebsd-questions-outgoing; Tue, 26 May 1998 15:31:47 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from stulife2.tamu.edu (stulife2.tamu.edu [165.91.98.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA07281 for ; Tue, 26 May 1998 15:31:25 -0700 (PDT) (envelope-from David@stulife2.tamu.edu) Received: by stulife2.tamu.edu with Internet Mail Service (5.5.1960.3) id ; Tue, 26 May 1998 17:28:01 -0500 Message-ID: <08E210EC0CC0D1119BEF00A0C914099401A6FC@stulife2.tamu.edu> From: David Sweeney To: "'freebsd-questions@FreeBSD.ORG'" Subject: Multiple Processors Date: Tue, 26 May 1998 17:27:51 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.1960.3) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Can FreeeBSD take advantage of multi-processor machines, for example, a dual Pentium II PCI machine? David Sweeney Texas A&M University Adaptiman@tamu.edu "There are two heavens; the one at church and the one right here." - David's two year old daughter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 15:34:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA07738 for freebsd-questions-outgoing; Tue, 26 May 1998 15:34:35 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from narnia.mitra.net.id (narnia.mitra.net.id [202.43.252.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA07538 for ; Tue, 26 May 1998 15:33:13 -0700 (PDT) (envelope-from hi72@hehe.com) Received: from mitra.net.id (port4-16.mitra.net.id [202.43.252.143]) by narnia.mitra.net.id (8.8.7/MitraNet) with SMTP id EAA09358 for ; Wed, 27 May 1998 04:57:16 +0700 (GMT+0700) Message-Id: <199805262157.EAA09358@narnia.mitra.net.id> Date: Tue, 26 May 1998 22:35:21 GMT To: freebsd-questions@FreeBSD.ORG From: hi72@hehe.com (Hi!) Subject: Can FreeBSD act as a server for Windows 95 or NT? X-Mailer: Mozilla/3.0 (compatible; Opera/3.0; Windows 95/NT4) 3.21 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm running a small network using NT4 Server and Windows 95 as clients. I'm very interested in FreeBSD. I wonder if I can use it as a server for my Windows 95 clients or as a client for my Windows NT 4.0 SP 3 server, and can you tell me how? Thanks for your respond. (My email address is tigani_b@hehe.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 15:37:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA08439 for freebsd-questions-outgoing; Tue, 26 May 1998 15:37:56 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pm04sm.pmm.mci.net (pm04sm.pmm.mci.net [208.159.126.153]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA08351 for ; Tue, 26 May 1998 15:37:30 -0700 (PDT) (envelope-from chart@mci2000.com) Received: from clh2 (usr1-dialup2.mix2.Boston.mci.net) by PM04SM.PMM.MCI.NET (PMDF V5.1-10 #27036) with SMTP id <0ETL00E0S5HCV3@PM04SM.PMM.MCI.NET> for freebsd-questions@FreeBSD.ORG; Tue, 26 May 1998 22:37:05 +0000 (GMT) Date: Tue, 26 May 1998 18:35:13 -0400 From: chart Subject: libary needed To: freebsd-questions@FreeBSD.ORG Cc: clh@ismd.ups.com Message-id: <000701bd88f6$9d1b8240$024337a6@clh2.ismd.ups.com> MIME-version: 1.0 X-Mailer: Microsoft Outlook Express 4.72.2106.4 Content-type: multipart/alternative; boundary="----=_NextPart_000_0004_01BD88D5.0568AE80" X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 X-Priority: 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_01BD88D5.0568AE80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I tried to configure the ppp with freebsd2.2.6 and I cant execute the ppp command. I keep getting a ld.so error libdes.so.3.0 file is = missing. =20 If you have a copy please email me a copy . Also any others that I may = need in order to get ppp working!! Thanks clh@ismd.ups.com ------=_NextPart_000_0004_01BD88D5.0568AE80 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I tried to configure the ppp with = freebsd2.2.6=20 and I cant execute
the ppp command. I keep getting a = ld.so error=20 libdes.so.3.0 file is missing. 
If you have a copy please email me a = copy . Also=20 any others that I may need in order to get ppp working!!
 
 
Thanks
 
clh@ismd.ups.com
<= /BODY> ------=_NextPart_000_0004_01BD88D5.0568AE80-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 15:39:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA08822 for freebsd-questions-outgoing; Tue, 26 May 1998 15:39:25 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dan.emsphone.com (dan@dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA08749 for ; Tue, 26 May 1998 15:39:04 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.8.8/8.8.8) id RAA07698; Tue, 26 May 1998 17:38:58 -0500 (CDT) (envelope-from dan) Message-ID: <19980526173857.A7584@emsphone.com> Date: Tue, 26 May 1998 17:38:57 -0500 From: Dan Nelson To: Dean Hollister Cc: FreeBSD Questions Subject: Re: Killing zombie processes References: <19980526113025.A1334@emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.92.4i In-Reply-To: ; from "Dean Hollister" on Wed May 27 00:38:07 GMT 1998 X-OS: FreeBSD 2.2.6-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (May 27), Dean Hollister said: > On Tue, 26 May 1998, Dan Nelson wrote: > > > Do a "ps axl -t v0", and see what's under the "WCHAN" column for pid > > 4803. That's the kernel event the process is waiting for. If it says > > "ttywai", it's trying to write something to the console (make sure > > scroll-lock isn't on). > > Yep, that's what came back. How do I kill it? I cannot get at the > scroll-lock key from here. I'd say ignore it till you can have a look at the console yourself. There's probably a way to unlock the vty through an ioctl(), if you really want that process killed. My best guess would be to use KDSKBSTATE and turn off the scroll-lock LED, but you'll end up with a confused console, and possibly a panic (manually turning off SLK looks like it unlocks the console, but doesn't clean up the scroll-back history buffer). -Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 15:56:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA13211 for freebsd-questions-outgoing; Tue, 26 May 1998 15:56:27 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gershwin.tera.com (gershwin.tera.com [207.224.230.28]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA13153 for ; Tue, 26 May 1998 15:56:15 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (tao.tera.com [207.108.223.55]) by gershwin.tera.com (8.8.8/8.8.8) with ESMTP id PAA12222; Tue, 26 May 1998 15:55:17 -0700 (PDT) Received: (from kline@localhost) by tao.thought.org (8.8.8/8.7.3) id PAA02661; Tue, 26 May 1998 15:54:07 -0700 (PDT) From: Gary Kline Message-Id: <199805262254.PAA02661@tao.thought.org> Subject: Re: your mail In-Reply-To: from Brett Taylor at "May 26, 98 02:06:37 pm" To: brett@peloton.physics.montana.edu (Brett Taylor) Date: Tue, 26 May 1998 15:54:07 -0700 (PDT) Cc: jbarbee@pom-unix1.pomona.edu, freebsd-questions@FreeBSD.ORG Organization: <> thought.org: public access uNix in service... <> X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG According to Brett Taylor: > > What is the most common window that everyon is using? > > I assume that you mean window manager. > > The most common are: > > - various flavors of fvwm > - AfterStep > - WindowMaker > - KDE > - Enlightenment > > I would guess Enlightenment is probably the least used of these. KDE is > growing fast, but is a bit too Windows-like for my taste. > > Brett Taylor brett@peloton.physics.montana.edu > http://peloton.physics.montana.edu/brett/ > Other (older?) window managers are twm and its more powerful up-rev, ctwm. It all all depends upon how you use your system: for work; for fun. Or a combination. I don't mind an environment looking like (*ick*) Lose-dose so long as it helps me organize my stuff. From what I've seen, the latest AfterStep is really swift! gary -- Gary D. Kline kline@tao.thought.org Public service uNix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 16:02:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA15130 for freebsd-questions-outgoing; Tue, 26 May 1998 16:02:42 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from stratos.net (pm3-2-8.stratos.net [207.86.132.72]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA14956 for ; Tue, 26 May 1998 16:02:22 -0700 (PDT) (envelope-from drifter@stratos.net) From: drifter@stratos.net Received: (from drifter@localhost) by stratos.net (8.8.8/8.8.5) id QAA21120; Tue, 26 May 1998 16:58:28 -0400 (EDT) Message-ID: <19980526165828.B20319@stratos.net> Date: Tue, 26 May 1998 16:58:28 -0400 To: Lanny Baron , freebsd-questions@FreeBSD.ORG Subject: Re: problem with using colorls in xterm References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: ; from Lanny Baron on Tue, May 26, 1998 at 02:25:33AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, May 26, 1998 at 02:25:33AM -0400, Lanny Baron wrote: > Hello, > > I was wondering if anyone knows how to get colorls working in an xterm. I have > my alias set up in .profile as ls='colorls -FG' and in .xinitrc the xterm is as follows: Did you try: $ export TERM=xterm-color # For /bin/sh and friends or % setenv TERM xterm-color # For /bin/csh or tcsh -drifter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 16:15:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA17633 for freebsd-questions-outgoing; Tue, 26 May 1998 16:15:14 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from orcas.foghead.com (orcas.foghead.com [192.147.160.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA17579 for ; Tue, 26 May 1998 16:14:51 -0700 (PDT) (envelope-from junkins@foghead.com) Received: from localhost (junkins@localhost) by orcas.foghead.com (8.8.8/8.8.8) with SMTP id QAA24469; Tue, 26 May 1998 16:12:47 -0700 (PDT) Date: Tue, 26 May 1998 16:12:46 -0700 (PDT) From: Doug Junkins X-Sender: junkins@orcas To: Dan cc: Guy Helmer , r.h.vidler@usa.net, FreeBSD-Questions Subject: Re: Gateway2000 and FreeBSD 2.2.6 install problems In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I had the same problem with my GW2K P60 and the hack I found to work arround was to replaced the NEC-260 CD-ROM that came with the computer. -Doug On Tue, 26 May 1998, Dan wrote: > > > > Several years ago I installed FreeBSD 1.1.5.1 and later 2.1.0 on a GW2K > > 486-DX2/66 w/ PCI as well as a 486-DX2/66 that probably had VLB. I don't > > recall having any install problems with these machines. Does it help to > > remove or swap memory? > > > > Guy Helmer > > > Actually, I have tried to take out 8megs worth, leaving 32megs. I > received the same message, only the address of the error was different. > The debug for the "Probing devices" screen says: > > wfd0: Sense the media type is failed > > At this point in time, I am all but ready to call it quits, and wait till > I can get a new computer to install FreeBSD. > > Thanks for the info, > Dan > Non sum qualis eram. Tempus edax rerum. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 16:38:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA20565 for freebsd-questions-outgoing; Tue, 26 May 1998 16:38:16 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cc1003523-a.twsn1.md.home.com (cc1003523-a.twsn1.md.home.com [24.3.4.78]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA20433 for ; Tue, 26 May 1998 16:37:29 -0700 (PDT) (envelope-from root@cc1003523-a.twsn1.md.home.com) Received: from cc1003523-a.twsn1.md.home.com (localhost [127.0.0.1]) by cc1003523-a.twsn1.md.home.com (8.8.8/8.8.8) with ESMTP id TAA00385 for ; Tue, 26 May 1998 19:41:01 GMT (envelope-from root@cc1003523-a.twsn1.md.home.com) Message-ID: <356B1AC6.A9A451C2@cc1003523-a.twsn1.md.home.com> Date: Tue, 26 May 1998 19:40:55 +0000 From: Zip311 X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.6-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: I can't su!! Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When I try to "su" to root it gives me the message: "su: you are not in the correct group to su root." But my /etc/passwd and /etc/master.passwd entries both state me as being in group wheel. Am I doing some thing wrong? How can I fix this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 17:07:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA25617 for freebsd-questions-outgoing; Tue, 26 May 1998 17:07:19 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA25565 for ; Tue, 26 May 1998 17:07:00 -0700 (PDT) (envelope-from grog@lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id JAA19779; Wed, 27 May 1998 09:36:58 +0930 (CST) (envelope-from grog) Message-ID: <19980527093658.U24133@freebie.lemis.com> Date: Wed, 27 May 1998 09:36:58 +0930 From: Greg Lehey To: Ulf Schleth , freebsd-questions@FreeBSD.ORG Subject: Re: nfs References: <356ABEFC.D8D1DFC7@echtzeit.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <356ABEFC.D8D1DFC7@echtzeit.de>; from Ulf Schleth on Tue, May 26, 1998 at 03:09:16PM +0200 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998 at 15:09:16 +0200, Ulf Schleth wrote: > hi, > > one little questions: does freebsd supports nfs3, Yes. It's standard. > so that filelocks over nfs will work? Some people say yes. Here's a copy of a message that went through the -chat list a couple of days ago: > ---------- Forwarded message ---------- > Date: Mon, 18 May 1998 14:41:58 -0500 (CDT) > From: tip > To: dc-stuff@dis.org > Subject: freebsd vs linux (nfs) > > >from unix review's "performance computing" magazine, june 1998, > pages 21-28, > > comparisons are on nt products vs various flavors of unix. > > for simplicity's sake, linux, bsdi, and freebsd are only mentioned here > for comparison of bsd vs linux: > > NFS PROTOCOL SUPPORT > -------------------- > nfs v.2 nfs v.3 webnfs > udp tcp udp tcp > bsdi x x x x > freebsd x x x x x > linux x > > > SUPPORT FOR ANCILLARY NFS PROTOCOLS > ----------------------------------- > RPC PORTMAPPER MOUNT PROTOCOL NETWORK LOCK MGR STATUS > Over UDP Over TCP Over UDP Over TCP Over UDP Over TCP UDP TCP > v2 v3 v4 v2 v3 v4 v1 v2 v3 v1 v2 v3 v1 v2 v3 v4 v1 v2 v3 v4 v1 v1 > bsdi x x x x x x > freebsd x x x x x x x x x x x > linux x x x x The general reaction was that you shouldn't rely on it too much. Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 17:14:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA27314 for freebsd-questions-outgoing; Tue, 26 May 1998 17:14:42 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA27144 for ; Tue, 26 May 1998 17:14:06 -0700 (PDT) (envelope-from grog@lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id JAA20200; Wed, 27 May 1998 09:43:53 +0930 (CST) (envelope-from grog) Message-ID: <19980527094353.W24133@freebie.lemis.com> Date: Wed, 27 May 1998 09:43:53 +0930 From: Greg Lehey To: Satwant , freebsd-questions@FreeBSD.ORG Subject: Re: FREEBSD installation. (fwd) References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: ; from Satwant on Tue, May 26, 1998 at 10:17:56AM -0500 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998 at 10:17:56 -0500, Satwant wrote: > > > I bought walnut Freebsd 2.26 for my Win 95 Pentium Packard bell system. > > On running install.bat the follwoing error message come up in a DOS > window: > > fbsdboot.exe -D kernel > > Sorry ! can't allocate enough memory. > > What should I do. Please advise. I am deepending on free BSD to get my > grdauate project in time, done with source code of BSD. Create a boot floppy and boot from that. Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 17:18:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA28088 for freebsd-questions-outgoing; Tue, 26 May 1998 17:18:21 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mailmtx.acnet.net (mailmtx.acnet.net [170.76.16.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA27967 for ; Tue, 26 May 1998 17:17:43 -0700 (PDT) (envelope-from lmadrig@acnet.net) Received: from acnet.net ([167.114.17.101]) by mailmtx.acnet.net (8.8.4/8.8.4) with ESMTP id TAA07401 for ; Tue, 26 May 1998 19:17:39 -0500 (CDT) Message-ID: <356B5C56.7007CD89@acnet.net> Date: Tue, 26 May 1998 19:20:39 -0500 From: Leonardo Madrigal X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.6-STABLE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: certified engineer Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is there a way for someone , to be a certified freebsd, engineer??? thanx bye -- ------------------------------------------------------------------------------- Leonardo Madrigal Network Services Department Ashton Communications GDL Pager 01 800 7234500 Pin #6930294 Tel. 52 (3) 122-8260 lmadrig@acnet.net ------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 17:24:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA29109 for freebsd-questions-outgoing; Tue, 26 May 1998 17:24:34 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mailwall.nwest.mccaw.com (mailwall.attws.com [155.176.34.35]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA28941 for ; Tue, 26 May 1998 17:23:29 -0700 (PDT) (envelope-from jaxley@invernes.nwest.attws.com) Received: from viruswall.entp.attws.com by mailwall.nwest.mccaw.com (8.8.8/AT&T Wireless Services, Inc. V8 version 2) id RAA23162; Tue, 26 May 1998 17:22:52 -0700 (PDT) Received: from nwestmail.nwest.mccaw.com by viruswall.entp.attws.com (8.8.8/AT&T Wireless Services, Inc. V8 version 2) id RAA28485; Tue, 26 May 1998 17:22:50 -0700 (PDT) Received: by nwestmail.nwest.mccaw.com (8.6.12/McCaw V8 version 1) id RAA14546; Tue, 26 May 1998 17:22:49 -0700 Received: from invernes.nwest.attws.com by nwestmail.nwest.mccaw.com (8.6.12/McCaw V8 version 1) id RAA14543; Tue, 26 May 1998 17:22:49 -0700 Received: from invernes.nwest.attws.com (jaxley@manteador [141.204.86.19]) by invernes.nwest.attws.com (8.8.8/8.8.8) with ESMTP id RAA05985 for ; Tue, 26 May 1998 17:22:45 -0700 (PDT) Message-Id: <199805270022.RAA05985@invernes.nwest.attws.com> Date: Tue, 26 May 1998 17:24:54 -0700 (PDT) From: jason.axley@attws.com Subject: 2.2.6 installation problems creating / slice To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm just now trying to install FreeBSD 2.2.6 on a 6 gig UDMA drive that already has several operating systems on it. I have run into a problem during the install when I'm supposed to create slices on the freebsd partition I just created. If I try to do the Auto configuration option, I get an error that is something like "unable to create root partition. Too big?". If I try to manually create a root slice (even specifying the minimum 20M size) I get a similar error that also says something like "FreeBSD boot code cannot deal with a partition in that location". My hard drive has, of course, physically > 1024 cylinders (geometry is 13328/15/63) but is using LBA mode so the translated geometry is 784/255/63 so there shouldn't be a problem booting off of the partition I created (it starts at translated cylinder 642, or sector 10297665). I have been booting Solaris x86 off that partition for a while now! Anyhow, can anyone clue me in on what I need to do to get FreeBSD installed here and why I'm getting these errors? BTW, was there a definitive answer on *why* FreeBSD cannot be installed on a logical partition? Is this a limitation that applies to all operating systems because of some BIOS limitation or something or is it specific to a particular operating system? Thanks! -Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 17:55:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA02402 for freebsd-questions-outgoing; Tue, 26 May 1998 17:55:44 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from portal.eltex.spb.ru ([195.19.195.34]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAB02364 for ; Tue, 26 May 1998 17:55:30 -0700 (PDT) (envelope-from antuan@eltex.spb.ru) Received: from localhost (antuan@localhost) by portal.eltex.spb.ru (8.8.8/8.8.8) with SMTP id RAA10010 for ; Mon, 25 May 1998 17:17:38 +0400 (MSD) X-Authentication-Warning: portal.eltex.spb.ru: antuan owned process doing -bs Date: Mon, 25 May 1998 17:17:38 +0400 (MSD) From: Antuan Avdioukhine To: FreeBSD Support Subject: Adaptec Cogent Quartet network card Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Gentlemen, Some starnge things happened when I installed Cogent Quartet card under FreeBSD 2.2.6. This card provides four single-bridged DEC21140A-based 10/100 TX adapters. After boot all adapters are detected correctly and become devices de0 to de3. Now only de0 interface connected to LAN, de1 to de3 are down-ed. But after boot driver reports "link cable problem", ifconfig reported "no carrier". When I manually change media from "autosence" to "10baseT/UTP" and then back to "autosence" -- links restores after "ifconfig de0 up" command. Can anyone comment this phenomenon? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 17:55:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA02459 for freebsd-questions-outgoing; Tue, 26 May 1998 17:55:50 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from portal.eltex.spb.ru ([195.19.195.34]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA02378 for ; Tue, 26 May 1998 17:55:37 -0700 (PDT) (envelope-from antuan@eltex.spb.ru) Received: from localhost (antuan@localhost) by portal.eltex.spb.ru (8.8.8/8.8.8) with SMTP id RAA09994 for ; Mon, 25 May 1998 17:06:54 +0400 (MSD) X-Authentication-Warning: portal.eltex.spb.ru: antuan owned process doing -bs Date: Mon, 25 May 1998 17:06:53 +0400 (MSD) From: Antuan Avdioukhine To: freebsd-questions@FreeBSD.ORG Subject: AAA-131 Adaptec RAID controller Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Gentlemen, I tried to install FreeBSD 2.2.6 onto machine with AAA-131 RAID controller with Western Digital Enterprise USCSI 2.17G drive as drive 0 (standalone) and 3 Seagate Barracuda 2.1G drives, initiated as RAID5 array (drive 1). Primary boot assigned to WD single drive. Controller detected by kernel as two devices: ahc0 () and ahc1 (). When booting kernel reports "RAID functionality not supported". After that I got normal boot from WD drive (unit 0 at ahc1), but my RAID5 array dissasebles onto 3 single drives at ahc1, units 1, 2 and 3 consequently. Q: What's wrong? Is it because no RAID support for this controller in FreeBSD or some specific tunes I have to perform to activate RAID functionality and use RAID unit as single RAID drive? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 18:01:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA03642 for freebsd-questions-outgoing; Tue, 26 May 1998 18:01:22 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mailhost2.u.washington.edu (mailhost2.u.washington.edu [140.142.33.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA03591 for ; Tue, 26 May 1998 18:01:11 -0700 (PDT) (envelope-from dmorrisn@u.washington.edu) Received: from don (D-128-95-141-170.dhcp.washington.edu [128.95.141.170]) by mailhost2.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.11) with SMTP id RAA13291; Tue, 26 May 1998 17:42:04 -0700 Message-Id: <3.0.3.32.19980526174433.006e77c0@dmorrisn.deskmail.washington.edu> X-Sender: dmorrisn@dmorrisn.deskmail.washington.edu X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.3 (32) Date: Tue, 26 May 1998 17:44:33 -0700 To: Zip311 , freebsd-questions@FreeBSD.ORG From: don morrison Subject: Re: I can't su!! In-Reply-To: <356B1AC6.A9A451C2@cc1003523-a.twsn1.md.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >When I try to "su" to root it gives me the message: >"su: you are not in the correct group to su root." >But my /etc/passwd and /etc/master.passwd entries both state me as being >in group wheel. >Am I doing some thing wrong? >How can I fix this? Your /etc/group file also needs to include you in the wheel group. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 18:01:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA03721 for freebsd-questions-outgoing; Tue, 26 May 1998 18:01:40 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mailhost2.u.washington.edu (mailhost2.u.washington.edu [140.142.33.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA03600 for ; Tue, 26 May 1998 18:01:13 -0700 (PDT) (envelope-from dmorrisn@u.washington.edu) Received: from don (D-128-95-141-170.dhcp.washington.edu [128.95.141.170]) by mailhost2.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.11) with SMTP id RAA13435; Tue, 26 May 1998 17:47:07 -0700 Message-Id: <3.0.3.32.19980526174936.006ec784@dmorrisn.deskmail.washington.edu> X-Sender: dmorrisn@dmorrisn.deskmail.washington.edu X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.3 (32) Date: Tue, 26 May 1998 17:49:36 -0700 To: chart , freebsd-questions@FreeBSD.ORG From: don morrison Subject: Re: libary needed Cc: clh@ismd.ups.com In-Reply-To: <000701bd88f6$9d1b8240$024337a6@clh2.ismd.ups.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I tried to configure the ppp with freebsd2.2.6 and I cant execute >If you have a copy please email me a copy . Also any others that I may >need in order to get ppp working!! Thanks clh@ismd.ups.com Please refer to: http://www.de.freebsd.org/releases/2.2.6R/errata.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 18:13:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA29109 for freebsd-questions-outgoing; Tue, 26 May 1998 17:24:34 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mailwall.nwest.mccaw.com (mailwall.attws.com [155.176.34.35]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA28941 for ; Tue, 26 May 1998 17:23:29 -0700 (PDT) (envelope-from jaxley@invernes.nwest.attws.com) Received: from viruswall.entp.attws.com by mailwall.nwest.mccaw.com (8.8.8/AT&T Wireless Services, Inc. V8 version 2) id RAA23162; Tue, 26 May 1998 17:22:52 -0700 (PDT) Received: from nwestmail.nwest.mccaw.com by viruswall.entp.attws.com (8.8.8/AT&T Wireless Services, Inc. V8 version 2) id RAA28485; Tue, 26 May 1998 17:22:50 -0700 (PDT) Received: by nwestmail.nwest.mccaw.com (8.6.12/McCaw V8 version 1) id RAA14546; Tue, 26 May 1998 17:22:49 -0700 Received: from invernes.nwest.attws.com by nwestmail.nwest.mccaw.com (8.6.12/McCaw V8 version 1) id RAA14543; Tue, 26 May 1998 17:22:49 -0700 Received: from invernes.nwest.attws.com (jaxley@manteador [141.204.86.19]) by invernes.nwest.attws.com (8.8.8/8.8.8) with ESMTP id RAA05985 for ; Tue, 26 May 1998 17:22:45 -0700 (PDT) Message-Id: <199805270022.RAA05985@invernes.nwest.attws.com> Date: Tue, 26 May 1998 17:24:54 -0700 (PDT) From: jason.axley@attws.com Subject: 2.2.6 installation problems creating / slice To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-questions@freebsd.org Precedence: bulk X-Loop: FreeBSD.ORG I'm just now trying to install FreeBSD 2.2.6 on a 6 gig UDMA drive that already has several operating systems on it. I have run into a problem during the install when I'm supposed to create slices on the freebsd partition I just created. If I try to do the Auto configuration option, I get an error that is something like "unable to create root partition. Too big?". If I try to manually create a root slice (even specifying the minimum 20M size) I get a similar error that also says something like "FreeBSD boot code cannot deal with a partition in that location". My hard drive has, of course, physically > 1024 cylinders (geometry is 13328/15/63) but is using LBA mode so the translated geometry is 784/255/63 so there shouldn't be a problem booting off of the partition I created (it starts at translated cylinder 642, or sector 10297665). I have been booting Solaris x86 off that partition for a while now! Anyhow, can anyone clue me in on what I need to do to get FreeBSD installed here and why I'm getting these errors? BTW, was there a definitive answer on *why* FreeBSD cannot be installed on a logical partition? Is this a limitation that applies to all operating systems because of some BIOS limitation or something or is it specific to a particular operating system? Thanks! -Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 18:56:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA13144 for freebsd-questions-outgoing; Tue, 26 May 1998 18:56:32 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from slate.bw.edu (slate.bw.edu [192.150.115.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA13084 for ; Tue, 26 May 1998 18:56:14 -0700 (PDT) (envelope-from dmeleaso@bw.edu) Received: from localhost (dmeleaso@localhost) by slate.bw.edu (8.8.8/8.8.8) with SMTP id VAA07203; Tue, 26 May 1998 21:53:17 -0400 (EDT) Date: Tue, 26 May 1998 21:53:17 -0400 (EDT) From: Dan To: Doug Junkins cc: Guy Helmer , r.h.vidler@usa.net, FreeBSD-Questions Subject: Re: Gateway2000 and FreeBSD 2.2.6 install problems In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I had the same problem with my GW2K P60 and the hack I found to work > arround was to replaced the NEC-260 CD-ROM that came with the computer. > > -Doug > > Were you getting the same debug message (wfd0)? Dan Non sum qualis eram. Tempus edax rerum. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 19:00:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA14178 for freebsd-questions-outgoing; Tue, 26 May 1998 19:00:37 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from m7.sprynet.com (m7.sprynet.com [165.121.2.64]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA14097 for ; Tue, 26 May 1998 19:00:18 -0700 (PDT) (envelope-from connecte@sprynet.com) Received: from sprynet.com (ras1.sbu.edu [149.76.208.34]) by m7.sprynet.com (8.8.5/8.8.5) with ESMTP id TAA05131 for ; Tue, 26 May 1998 19:00:05 -0700 (PDT) Message-ID: <356B73F0.11A2880@sprynet.com> Date: Tue, 26 May 1998 22:01:20 -0400 From: Matthew & Lori Taylor Reply-To: connecte@sprynet.com Organization: Maledil Productions X-Mailer: Mozilla 4.05 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Apache/Post BSD FTP install Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does the post FreeBSD install actually INSTALL the binaries or do I have to MAKW WORLD? I'm specifically interested in if Apache is actually able to work after the FTP install. Is it suposed to or do I have to set it up? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 19:01:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA14406 for freebsd-questions-outgoing; Tue, 26 May 1998 19:01:56 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from zero.alphawest.com.au (dns.alphawest.com.au [203.14.124.44]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id TAA14323 for ; Tue, 26 May 1998 19:01:30 -0700 (PDT) (envelope-from stephenc@ios.alphawest.com.au) Received: (from smap@localhost) by zero.alphawest.com.au (8.6.12/8.6.12) id JAA00054; Wed, 27 May 1998 09:56:48 +0800 Received: from parang(203.14.124.50) by zero via smap (V2.0p2) id xma000052; Wed, 27 May 98 09:56:44 +0800 Received: from stephenc ([203.14.124.41]) by parang.alphawest.com.au (8.9.0/8.8.8) with SMTP id JAA18680; Wed, 27 May 1998 09:51:35 +0800 (WST) (envelope-from stephenc@ios.alphawest.com.au) Message-ID: <005201bd8912$85214a50$297c0ecb@stephenc.alphawest.com.au> Reply-To: "Stephen Cooper" From: "Stephen Cooper" To: Cc: "FreeBSD mailing list" Subject: Re: kdebase - Ports patches fail to apply Date: Wed, 27 May 1998 09:55:24 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You were right, I carried out a cvsup today. It appears the version number has changed I guess I will have to compile kdelib again to... Thanks -----Original Message----- From: sfarrell+lists@farrell.org To: Stephen Cooper Cc: FreeBSD mailing list Date: Tuesday, May 26, 1998 9:37 AM Subject: Re: kdebase - Ports patches fail to apply >"Stephen Cooper" writes: > >> I am trying to build kdebase in /usr/ports/X11/kdebase after successfuly >> building kdelibs, the port >> falls over when trying to apply the FreeBSD patches. >> >> The port will not successfully configure without the patches applied. >> >> Has anyone had any success with compiling this port? >> >> OS: FreeBSD 2.2.6-RELEASE > >kde ppl sometimes make changes w/o changing the version number... kind >of annoying. Are you sure your ports directory is fully up to sync? >might need to cvsup /usr/share/examples/cvsup/ports-supfile > >-- > >Steve Farrell > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 19:03:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA14845 for freebsd-questions-outgoing; Tue, 26 May 1998 19:03:30 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cybcon.com (root@cybcon.com [205.147.64.49]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA14433 for ; Tue, 26 May 1998 19:02:01 -0700 (PDT) (envelope-from wwoods@cybcon.com) Received: from cybcon.com (IDENT:william@support1.cybcon.com [205.147.76.126]) by cybcon.com (8.9.0/8.9.0) with ESMTP id TAA18987 for ; Tue, 26 May 1998 19:02:11 -0700 (PDT) Message-ID: <356B740D.7A54CCBE@cybcon.com> Date: Tue, 26 May 1998 19:01:49 -0700 From: William Woods X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: FreeBSD Questions Subject: firewall question... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What would be the firewall rule to stop all incomming ICMP packets from all? Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 19:09:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA16428 for freebsd-questions-outgoing; Tue, 26 May 1998 19:09:27 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA16407 for ; Tue, 26 May 1998 19:09:09 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id TAA19437; Tue, 26 May 1998 19:06:33 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 19:06:32 -0700 (PDT) From: Doug White Reply-To: Doug White To: Robert Gee cc: FreeBSD Questions Subject: Re: Laplink install of FreeBSD using PLIP In-Reply-To: <000701bd88e3$80b45ea0$656022a6@rgee.lab.ns.mci.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, Robert Gee wrote: > I finally finished installing FreeBSD 2.2.6 on my pc clone after resolving > some interrupt problems. It appears to be running like a champ! Now, I > want to install FreeBSD 2.2.6 on my Toshiba 4400SXC using a Laplink cable > since my Xircom PEII is not supported. Before we get too deep here, if your laptop has a CDROM drive I'd heartily suggest purchasing the FreeBSD CDROM. It makes things soooo much easier. > I've used /stand/sysinstall to configure the lp0, sl0, and pp0 interfaces on > my new pc clone host. After checking the FAQ and Handbook, I bought and > connected a High Speed Parallel Transfer cable (Laplink) between the pc > clone and Toshiba. You only wanted to configure lp0. sl0 is for the SLIP serial interface and ppp0 for the PPP serial interface. > I booted up the Toshiba on a FreeBSD 2.2.6 boot disk, and the boot disk > recognized the lp0, sl0, and pp0 interfaces. However, whenever I attempted > to use a Custom Install, it fails to ifconfig lp0 or sl0 interfaces. I am > able to ifconfig a pp0 interface, but I can't start the install after I > establish a PPP connect in the VTY3 screen. The pc clone reports LCP > problems and the install times out. I just need to dial on the VTY3 screen > to send the PPP into packet mode since the two computers are hardwired with > a Laplink cable. You'll have to explain why it couldn't ifconfig lp0. Unless you have some free IPs to spare you'll have to allocate your own IPs (best on the fakenet 10.0.0.0). Make sure you have IP gatewaying enabled on the workstation, assign an IP for each end of the lp link, add routing for that net, and go for it. It isn't as easy as it looks though, which is why I recommend buying the CD. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 19:15:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA17627 for freebsd-questions-outgoing; Tue, 26 May 1998 19:15:32 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA17595 for ; Tue, 26 May 1998 19:15:15 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id TAA20897; Tue, 26 May 1998 19:15:13 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 19:15:12 -0700 (PDT) From: Doug White Reply-To: Doug White To: "John H. Barbee" cc: freebsd-questions@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <9805261724.AA07730@pom-unix1.pomona.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, John H. Barbee wrote: > What is the most common window that everyon is using? > I know a couple are obsolete and Sun and HP are doing CDE. KDE is becoming pretty popular, and there are plenty of holdouts for fvwm. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 19:25:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA19480 for freebsd-questions-outgoing; Tue, 26 May 1998 19:25:08 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA19443 for ; Tue, 26 May 1998 19:24:47 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id TAA20976; Tue, 26 May 1998 19:24:44 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 19:24:44 -0700 (PDT) From: Doug White Reply-To: Doug White To: Jim Rogers cc: freebsd-questions@FreeBSD.ORG Subject: Re: Installing via FTP with Mindspring? In-Reply-To: <000901bd4171$4b3953c0$3d2356d1@jim> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 24 Feb 1998, Jim Rogers wrote: > If I skip the configuration utility, it will detect devices and get to the > installation menu. I choose Novice and use the defaults for most > everything. When the ppp configuration comes up, I type www.mindspring.com > for the host, mindspring.com for the domain, leave gateway blank, type the > correct ip of mindspring's dns (207.69.188.185), and click ok (netmask > autosets to 255.255.255.0). > > I hit return the next two menus leaving modem speed at 115200 and IP 0. I > then switch to the terminal, type term, connect to Mindspring and log in. > It then says "Packet mode." I switch back to the other screen, hit return, > and it immediately says "unable to resolve host name." Try typing `add 0 0 HISADDR' after you get the PPP> prompt back after entering packet mode. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 19:29:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA20254 for freebsd-questions-outgoing; Tue, 26 May 1998 19:29:54 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA20244 for ; Tue, 26 May 1998 19:29:45 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id TAA25865; Tue, 26 May 1998 19:29:40 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 19:29:40 -0700 (PDT) From: Doug White Reply-To: Doug White To: chas cc: freebsd-questions@FreeBSD.ORG Subject: Re: adding 25GB as single partition ok ? In-Reply-To: <3.0.32.19980522231438.00969b40@peace.com.my> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 22 May 1998, chas wrote: > Just like the school of thought that places /var on > /usr/var since disk usage is unpredictable, I figured > that it's less troublesome and more efficient (in terms > of usage) to put everyone and everything on one big > 25GB slice. Does this sound reasonable ? Any caveats > to beware of ? You can't easily back up /var, at least using dump. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 19:35:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA21214 for freebsd-questions-outgoing; Tue, 26 May 1998 19:35:27 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA21152 for ; Tue, 26 May 1998 19:35:12 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id TAA27488; Tue, 26 May 1998 19:35:07 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 19:35:06 -0700 (PDT) From: Doug White Reply-To: Doug White To: michael knoepfler cc: freebsd-questions@FreeBSD.ORG Subject: Re: graphics libraries and RPC In-Reply-To: <3566E69B.4559@abq.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 23 May 1998, michael knoepfler wrote: > hello, > a few questions i would appreciate the answers to: > i would like to be able to address individual pixels and > change their color and so forth. is there a C or C++ graphics > library available that will allow this? libvgl, maybe. > can this be done both in X windows and also without X? Yes and I think so. > i have some computation intensive code that i thought could > be parcelled out to several machines. is RPC the appropriate > place to be looking or is there something else? Perhaps, although you could make up your own protocol just as easily. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 19:35:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA21366 for freebsd-questions-outgoing; Tue, 26 May 1998 19:35:57 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA21302 for ; Tue, 26 May 1998 19:35:39 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id TAA27492; Tue, 26 May 1998 19:35:27 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 19:35:27 -0700 (PDT) From: Doug White Reply-To: Doug White To: phj cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to play mp3 file on FreeBSD(2.2.6) In-Reply-To: <3566E922.61D615A1@www.TransFar.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 23 May 1998, phj wrote: > I am using mpg123 to play mp3 file,it gave out the following error > message: > Can't open /dev/dsp! > but when I use MAKEDEV to make the device in /dev directory ,it tell > me that there > id no dsp device. > > > when I use amp it give error message: > Unable to open the audio device > > I don't know what device I haven't built. > Could you help resolve this problem ? What does `cat /dev/sndstat' report? Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 19:39:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA21789 for freebsd-questions-outgoing; Tue, 26 May 1998 19:39:34 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA21742 for ; Tue, 26 May 1998 19:39:22 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id TAA28620; Tue, 26 May 1998 19:39:10 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 19:39:09 -0700 (PDT) From: Doug White Reply-To: Doug White To: Garry Paul Cramins cc: questions@FreeBSD.ORG Subject: Re: Troubleshooting tty-level buffer overflow In-Reply-To: <3566FA9B.D7B1C143@batelco.com.bh> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 23 May 1998, Garry Paul Cramins wrote: > "sio2: tty-level buffer overflow" This is a problem with your application not reading the data fast enough. What kind of machine do you have? > Would upgrading to the 2.2.6 kernel fix this? It wouldn't hurt. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 19:40:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA21978 for freebsd-questions-outgoing; Tue, 26 May 1998 19:40:27 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dove.peace.com.my (peace.com.my [202.184.153.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA21957 for ; Tue, 26 May 1998 19:40:13 -0700 (PDT) (envelope-from panda@peace.com.my) Received: from lovebox (love.com.my [202.184.153.17]) by dove.peace.com.my (8.8.5/8.8.5) with SMTP id KAA26812; Wed, 27 May 1998 10:21:15 +0800 (SGT) Date: Wed, 27 May 1998 10:21:15 +0800 (SGT) Message-Id: <3.0.32.19980527104321.0093f320@peace.com.my> X-Sender: panda@peace.com.my X-Mailer: Windows Eudora Pro Version 3.0 (32) To: "Steven Mah" , From: chas Subject: Re: Where to obtain FreeBSD CD in Malaysia? Mime-Version: 1.0 Content-Type: text/enriched; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've never seen them locally (in Malaysia). We ordered the CDROMs and manual from www.cdrom.com - they're very good value for money and highly recommended. Regards, chas >>>> I live in Malaysia and am very interested in installing FreeBSD. Could someone tell me where I can obtain a copy of FreeBSD 2.2.6 CD-ROMs (all four) and possibly the manual too, in Malaysia or in Sinagpore. Regards and thanks in advance. Steven To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 19:43:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA22592 for freebsd-questions-outgoing; Tue, 26 May 1998 19:43:53 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA22282 for ; Tue, 26 May 1998 19:42:21 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id TAA28922; Tue, 26 May 1998 19:40:49 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 19:40:49 -0700 (PDT) From: Doug White Reply-To: Doug White To: dpetrou@cs.cmu.edu cc: freebsd-questions@FreeBSD.ORG Subject: Re: Q: Upgrading X In-Reply-To: <199805231653.MAA04340@auchroisk.pdl.cs.cmu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 23 May 1998, David Petrou wrote: > Hi. What's the procedure for upgrading to a newer binary X > distribution in FreeBSD? If X is already installed, you should be able to just install right over it without too much problem. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 19:44:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA22679 for freebsd-questions-outgoing; Tue, 26 May 1998 19:44:06 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dove.peace.com.my (peace.com.my [202.184.153.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA22605 for ; Tue, 26 May 1998 19:43:58 -0700 (PDT) (envelope-from panda@peace.com.my) Received: from lovebox (love.com.my [202.184.153.17]) by dove.peace.com.my (8.8.5/8.8.5) with SMTP id KAA26836; Wed, 27 May 1998 10:24:49 +0800 (SGT) Date: Wed, 27 May 1998 10:24:49 +0800 (SGT) Message-Id: <3.0.32.19980527104655.009565e0@peace.com.my> X-Sender: panda@peace.com.my X-Mailer: Windows Eudora Pro Version 3.0 (32) To: "Haifeng" , From: chas Subject: Re: Where to test my dns setting Mime-Version: 1.0 Content-Type: text/enriched; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Do an nslookup but use an external name server. eg. # nslookup > server some.other.nameserver > set q=any > mydomain.com chas >>>> Hi guys: I set server domain on my server, I found from the outside some server can be pinged but the other can't , I want know how can I test my domain name. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 19:45:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA22952 for freebsd-questions-outgoing; Tue, 26 May 1998 19:45:01 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA22835 for ; Tue, 26 May 1998 19:44:36 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id TAA29467; Tue, 26 May 1998 19:43:04 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 19:43:04 -0700 (PDT) From: Doug White Reply-To: Doug White To: dpetrou@cs.cmu.edu cc: freebsd-questions@FreeBSD.ORG Subject: Re: Q: Online mailing list archive? In-Reply-To: <199805231715.NAA04383@auchroisk.pdl.cs.cmu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 23 May 1998, David Petrou wrote: > Is there an online (web-based?) FreeBSD mailing list archive? All I > found was the searchable database at http://www.freebsd.org/handbook/ > eresources:mail.html while I'd prefer a full-text online archive. You must have missed http://www.freebsd.org/search.html. You can't read each message as it came out, but that would be tens of thousands of messages. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 19:46:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA23396 for freebsd-questions-outgoing; Tue, 26 May 1998 19:46:58 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA23338 for ; Tue, 26 May 1998 19:46:37 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id TAA29665; Tue, 26 May 1998 19:46:31 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 19:46:31 -0700 (PDT) From: Doug White Reply-To: Doug White To: Karl Pielorz cc: questions@FreeBSD.ORG Subject: Re: Sound - setting sample rates for /dev/dspW? In-Reply-To: <35670E3D.9354D24F@tdx.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 23 May 1998, Karl Pielorz wrote: > I've just installed a sound card in my FreeBSD box (wow, what luxury!) - but > I need to know how I can set the sample-rate that the /dev/dspW device uses? > > I assume that /dev/dspW is 'wide' - i.e. 16 bits? - I have a sound file I'd > like to play, cat'ing it to /dev/audio gives me horrible garbage, cat'ing it > to >/dev/dspW does play it but very, very sssllloowwwlllyyy... So I'm > guessing the device doesn't use the 44.1Khz I need? Try piping the file through sox and translate it to .au format and cat to /dev/audio. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 19:51:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA24483 for freebsd-questions-outgoing; Tue, 26 May 1998 19:51:34 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dove.peace.com.my (peace.com.my [202.184.153.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA24455 for ; Tue, 26 May 1998 19:51:24 -0700 (PDT) (envelope-from panda@peace.com.my) Received: from lovebox (love.com.my [202.184.153.17]) by dove.peace.com.my (8.8.5/8.8.5) with SMTP id KAA26903; Wed, 27 May 1998 10:32:16 +0800 (SGT) Date: Wed, 27 May 1998 10:32:16 +0800 (SGT) Message-Id: <3.0.32.19980527105421.0093fd30@peace.com.my> X-Sender: panda@peace.com.my X-Mailer: Windows Eudora Pro Version 3.0 (32) To: Doug White From: chas Subject: Re: adding 25GB as single partition ok ? Cc: 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 Thanks Doug, >You can't easily back up /var, at least using dump. I've actually picked up some good input from some Digital Unix folks : >2. The root partition looks a little small, I'd be more comfortable with > 150-200mb. > >3. Your /usr partition is large, but then I tend to split /usr/local > (or /usr/opt if you come from an HP background) and /var off onto > seperate partitions. In a configuration/security sensitive environment > this allows you to mount /usr as read-only (make sure that the links > to var are in place for directories that need to change) and only mounted > read-write when the OS is updated. 1GB should be plenty if you split > out your local and var files. > >4. As above, I tend to seperate out /usr/local and /var > > a. /usr/local is nice to have seperate, just because I don't trust the > vendor's installers -- that way you can unmount it before any upgrades. > > b. /var is nice to have on a seperate partition because it contains both > your log files and your crash dumps. If your system is attacked, both > can start to fill a filesystem quickly. > >5. If the 25GB raid set is to be used only for the mail spool, why > not just mount it as /var/spool/mail or to be more flexable, > /var/spool? > >> Are there any speed (I/O) considerations that would >> suggest an alternative configuration ? (backup/redundancy >> should be failsafe since it's hardware RAID) > >Speed-wise, if you could get another disk I'd strongly suggest using >RAID 0+1 (somtimes refered to as RAID 10). RAID 5 and especially >RAID 3 tend to bottle-neck with many small files. RAID 0+1 is a >stripe set that is then mirrored by an identical stripe set. It has >the all of the performance benifits of stripe sets and mirroring >(round-robin reads) but is very costly in terms of disks (2 X capacity >is needed). If possible, spread all of the disks out over controller >chanels (HSZ) or at least put the stripe sets on different chanels >(SWXCR). > >Mail, as opposed to news, generates one spool file per user. Depending >on the number of users, you may want to consider adjusting the inode >or extent ratio that you use. > >I don't remember the max size for a UFS partiion, but if you are using >UFS -- don't forget to set the inodes per kb down to one or two. This >will reduce the avialable space bya small amount but will let you handle >more small files. Also, we're hoping to use Qmail which everyone says will speed things up. (if we can get it to work with Cyrus - next post) chas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 19:52:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA24711 for freebsd-questions-outgoing; Tue, 26 May 1998 19:52:37 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA24662 for ; Tue, 26 May 1998 19:52:20 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id TAA29697; Tue, 26 May 1998 19:52:17 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 19:52:17 -0700 (PDT) From: Doug White Reply-To: Doug White To: baden@lords.com cc: questions@FreeBSD.ORG Subject: Re: FreeBSD Motherboard compatability In-Reply-To: <199805231920.OAA00674@wpg-03.escape.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 23 May 1998 baden@lords.com wrote: > I would like to make sure that FreeBSD can be used on ASUSTex's > P2L97 LX motherboard. Should. > I have also lost the URL for what peref. hardware is supported by > FreeBSD - could you please send that to me as well? I don't think the handbook's been updated for PII hardware. ASUS gear is usually well built; FreeBSD usually doesn't have a problem with it. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 20:03:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA26524 for freebsd-questions-outgoing; Tue, 26 May 1998 20:03:54 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA26516 for ; Tue, 26 May 1998 20:03:50 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id UAA29745; Tue, 26 May 1998 20:03:41 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 20:03:40 -0700 (PDT) From: Doug White Reply-To: Doug White To: "J.A. Terranson" cc: "'FreeBSD Questions'" Subject: Re: Power Outages And Missing Tree Limbs... In-Reply-To: <01BD866D.F4CF1050@w3svcs.mfn.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 23 May 1998, J.A. Terranson wrote: > (1) We had a power outage yesterday that lasted about two hours > longer than our 8 hour batteries did :( and I'm happy to report that of > the 15 odd machines running 2.2.5R, only 1 suffered any file systems > damage when the (unexpected) end finally came (fsck compained about > "missing/corrupted bitmaps"). > > To put that into perspective: 1 SVR4 machine was totaled, 2 were > seriously damaged enough to require reloading anyway, and I'm nervous > about the rest of them (6 more). In my experience (15++ years) this is > about average for *nix crashes, so I'm * VERY * impressed with FBSD's > "survivability"! Thank you. FBSD just became our *nix standard. :) Were you running your filesystems async, curiously? > (2) As part of our new standard, I decided to load up Apache today, and > I see it has fallen off the ports tree? It is NOT in the www ports, and > I am unable to find it (or a tarball) on the standard freebsd ftp sites. > Where did it go??? Looks there to me. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 20:13:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA26524 for freebsd-questions-outgoing; Tue, 26 May 1998 20:03:54 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA26516 for ; Tue, 26 May 1998 20:03:50 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id UAA29745; Tue, 26 May 1998 20:03:41 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 20:03:40 -0700 (PDT) From: Doug White Reply-To: Doug White To: "J.A. Terranson" cc: "'FreeBSD Questions'" Subject: Re: Power Outages And Missing Tree Limbs... In-Reply-To: <01BD866D.F4CF1050@w3svcs.mfn.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 23 May 1998, J.A. Terranson wrote: > (1) We had a power outage yesterday that lasted about two hours > longer than our 8 hour batteries did :( and I'm happy to report that of > the 15 odd machines running 2.2.5R, only 1 suffered any file systems > damage when the (unexpected) end finally came (fsck compained about > "missing/corrupted bitmaps"). > > To put that into perspective: 1 SVR4 machine was totaled, 2 were > seriously damaged enough to require reloading anyway, and I'm nervous > about the rest of them (6 more). In my experience (15++ years) this is > about average for *nix crashes, so I'm * VERY * impressed with FBSD's > "survivability"! Thank you. FBSD just became our *nix standard. :) Were you running your filesystems async, curiously? > (2) As part of our new standard, I decided to load up Apache today, and > I see it has fallen off the ports tree? It is NOT in the www ports, and > I am unable to find it (or a tarball) on the standard freebsd ftp sites. > Where did it go??? Looks there to me. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 20:13:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA00632 for freebsd-questions-outgoing; Tue, 26 May 1998 20:13:41 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA00626 for ; Tue, 26 May 1998 20:13:37 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id UAA29762; Tue, 26 May 1998 20:13:35 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 20:13:35 -0700 (PDT) From: Doug White Reply-To: Doug White To: "m. w." cc: questions@FreeBSD.ORG Subject: Re: plextor SCSI CDROM? In-Reply-To: <19980524013311.19439.qmail@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 23 May 1998, m. w. wrote: > I was installing FreeBSD 2.2.6 after moving some partitions around > on my drive today, and was apalled to find that when I tried to select > which media to install from BSD would not read from the cd drive. It > gives me a message saying that there is no CDROM drive found. I have a > Gateway 2000 Pentium II machine with an Adaptec AHA-2940 SCSI controller > and a Plextor 12x SCSI CDROM. Shouldn't BSD recognize any SCSI drives > running off of a supported SCSI controller? I looked in the "hardware > supported" list of the installation notes, and Plextor isn't listed > under SCSI devices, but I just wanted to make sure... Any help you could > give me would be greatly appreciated. Hit scroll-lock at the main menu, scroll up to the ahc probe, and make sure your CD is found. If it isn't, check your termination and cabling. > Also, all of my previous OSes like Windoze 95 (gag) and NT 4.0 have > seen my trusty Seagate 9.1 gig drive as being an 8676 Mbyte drive > instead of 9.1 gigs like it's supposed to be. (So does FreeBSD on > bootup!) Even BSD's Fdisk sees it as that. The geometry cannot be > changed from the CMOS setup since it's not IDE, and I can't change it in > the Adaptec bios either. This is probably a misunderstanding about the size of the drive. Note that 9.1gig is in decimal and computers measure bytes in binary, 1,000,000 decimal bytes == 1,048,576 real bytes. 8676MB sounds about right. This is intentional marketing foolry by the drive manufacturers :-( > Like I said, any help or advice or whatever you could give me would > be great. I'd be bummed if I had to stick with Win NT, cuz I kinda > wanted both NT _and_ BSD on my machine. Oh, would it make a difference > if I booted from the floppy instead of the CDROM to install? No. I guess that your CD is misterminated. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 20:15:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA00849 for freebsd-questions-outgoing; Tue, 26 May 1998 20:15:47 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA00715 for ; Tue, 26 May 1998 20:14:39 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id UAA29766; Tue, 26 May 1998 20:14:20 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 20:14:20 -0700 (PDT) From: Doug White Reply-To: Doug White To: Malartre cc: questions@FreeBSD.ORG Subject: Re: PPP used has a user In-Reply-To: <3567808D.10689465@aei.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 23 May 1998, Malartre wrote: > My little brother want to use FreeBSD. I gived him a user but I have not > gived him the root password. So he cannot use the modem and the PPP term > > How can I change that? I only want him to use PPP and not other user. > And how can I add him to the operator group? I have tryed /etc/group but > it dont work :-/ > > FreeBSD 2.2.5 I'd suggest installing sudo and giving him permission to run /usr/sbin/ppp only. sudo can grant root access for certain programs only. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 20:17:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA01025 for freebsd-questions-outgoing; Tue, 26 May 1998 20:17:37 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA01006 for ; Tue, 26 May 1998 20:17:23 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id UAA29776; Tue, 26 May 1998 20:17:17 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 20:17:17 -0700 (PDT) From: Doug White Reply-To: Doug White To: Evren Yurtesen cc: questions@FreeBSD.ORG Subject: Re: libc.so.3.0 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 24 May 1998, Evren Yurtesen wrote: > what about if I issue `make world` ? > will it upgrade to 2.2.6 completely? Yes BUT you can get yourself in trouble this way. Make sure you read the make world tutorial at http://www.freebsd.org/tutorials/ before you begin! > I still could not understand the exact thing which make world command > do, cause sometime ago I tried cvsup program and then I recompile the > kernel, now it says that it is 2.2.6 but also some files are not > upgraded...do make world upgrade those files too? `make world' makes everything unless you explicitly disable it. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 20:18:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA01201 for freebsd-questions-outgoing; Tue, 26 May 1998 20:18:47 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dc1.mfn.org (dc1.mfn.org [204.238.179.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id UAA01173 for ; Tue, 26 May 1998 20:18:36 -0700 (PDT) (envelope-from sysadmin@mfn.org) Received: from w3svcs.mfn.org (unverified [204.238.179.11]) by mail.mfn.org (EMWAC SMTPRS 0.83) with SMTP id ; Tue, 26 May 1998 22:14:46 -0500 Received: by w3svcs.mfn.org with Microsoft Mail id <01BD88F3.54B30210@w3svcs.mfn.org>; Tue, 26 May 1998 22:12:11 -0500 Message-ID: <01BD88F3.54B30210@w3svcs.mfn.org> From: "J.A. Terranson" To: "'William Woods'" , FreeBSD Questions Subject: RE: firewall question... Date: Tue, 26 May 1998 22:12:09 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ipfw add 100 deny icmp from any to any Note that this is NOT a good idea! Please choose the packets you block very carefully, as some of them are actually needed! Simple echo requests are no big deal to block, but things like redirects and unavailables do you a favor! J.A. Terranson sysadmin@mfn.org -----Original Message----- From: William Woods [SMTP:wwoods@cybcon.com] Sent: Tuesday, May 26, 1998 9:02 PM To: FreeBSD Questions Subject: firewall question... What would be the firewall rule to stop all incomming ICMP packets from all? Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 20:18:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA01269 for freebsd-questions-outgoing; Tue, 26 May 1998 20:18:54 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dc1.mfn.org (dc1.mfn.org [204.238.179.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id UAA01178 for ; Tue, 26 May 1998 20:18:41 -0700 (PDT) (envelope-from sysadmin@mfn.org) Received: from w3svcs.mfn.org (unverified [204.238.179.11]) by mail.mfn.org (EMWAC SMTPRS 0.83) with SMTP id ; Tue, 26 May 1998 22:18:31 -0500 Received: by w3svcs.mfn.org with Microsoft Mail id <01BD88F3.DA8B13A0@w3svcs.mfn.org>; Tue, 26 May 1998 22:15:56 -0500 Message-ID: <01BD88F3.DA8B13A0@w3svcs.mfn.org> From: "J.A. Terranson" To: "'Leonardo Madrigal'" , "freebsd-questions@FreeBSD.ORG" Subject: RE: certified engineer Date: Tue, 26 May 1998 22:15:54 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I certainly hope not! The day they start selling FBSD "certifications" is the day I'll start looking for another platform! (BTW: We specifically *discount* those things here, and I'm sure a lot of others are doing it too: it's totally out of control. You've got "Microsoft Certified Systems Engineers" out there who can't boot a floppy, but they had the *$$$* for the pretty title, and the time to regurgitate the right answers. If you really want to do well, just *know everything*) J.A. Terranson *NOT* an MCSE/MCP/CNE/etc... (sysadmin@mfn.org) Is there a way for someone , to be a certified freebsd, engineer??? thanx bye -- ------------------------------------------------------------------------------- Leonardo Madrigal Network Services Department Ashton Communications GDL Pager 01 800 7234500 Pin #6930294 Tel. 52 (3) 122-8260 lmadrig@acnet.net ------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 20:20:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA01461 for freebsd-questions-outgoing; Tue, 26 May 1998 20:20:07 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA01390; Tue, 26 May 1998 20:19:55 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id UAA29780; Tue, 26 May 1998 20:19:40 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 20:19:40 -0700 (PDT) From: Doug White Reply-To: Doug White To: Greg Lehey cc: dyson@FreeBSD.ORG, lfloyd@sonic.net, freebsd-questions@FreeBSD.ORG Subject: Re: Compatibility with Ultra IDE drives? In-Reply-To: <19980525094043.M15604@freebie.lemis.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, 25 May 1998, Greg Lehey wrote: > > Given you have a very fast machine to start with (like a fast P5 or > > faster), bus-master DMA does help alot. There is a very noticable > > difference in responsiveness of the system under load with the > > DMA. I actually wasn't convinced until I mistakenly built a system > > without the DMA, and noticed that it was somehow "slow." > > I was recently rather astonished with the performance of modern IDE > drives, and spent some time comparing the time for a 'make world' on > a K6/233 with 96 MB of memory. Here are the results for an IBM DORS > SCSI drive with an Adaptec 2940 host adaptor, and an IBM DHEA IDE > drive with normal and Ultra DMA: > > Disk Elapsed User System > > DORS 126m22.811s 66m2.051s 16m28.411s > DHEA 124m54.116s 65m3.465s 18m50.257s > DHEA/Ultra 111m21.743s 66m24.344s 18m37.329s Yeah, but were you doing anything at the time? IDE kills interactive response. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 20:22:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA02020 for freebsd-questions-outgoing; Tue, 26 May 1998 20:22:46 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA01951 for ; Tue, 26 May 1998 20:22:30 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id UAA29754; Tue, 26 May 1998 20:09:21 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 20:09:21 -0700 (PDT) From: Doug White Reply-To: Doug White To: Robert Hill cc: freebsd-questions@FreeBSD.ORG Subject: Re: PNP SoundBlaster AWE In-Reply-To: <35675C75.62677465@wf.quik.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 23 May 1998, Robert Hill wrote: > I have been having a few problems setting up my PNP SoundBlaster AWE32 > and was wondering if someone else could shed some light on the subject. > To begin with, I compiled my kernel with the following settings. okay .. > Probing for PnP devices: > CSN 1 Vendor ID: CTL009c [0x9c008c0e] Serial 0x100f3de6 > pcm1 (SB16pnp sn 0x100f3de6) at 0x220 irq 5 drq 1 flags 0x15 > id 8 hello there. > pcm0 not found at 0xffffffff This is normal ... > I also created the snd0 (and snd1) devices. I have tried making the > audio symbolic link - audio to both audio0 and audio1 with no luck. Try modifying /dev/MAKEDEV's snd* section and comment out the lines # if [ $unit = "0" ] ; then <-- this one ln -fs mixer$unit mixer <-- leave these ln -fs sequencer$unit sequencer ln -fs dsp$unit dsp ln -fs audio$unit audio ln -fs dspW$unit dspW ln -fs music$unit music ln -fs pss$unit pss # fi <-- this one > My main questions are: Why is the pcm device showing up as pcm1 and not > finding pcm0? (If I change the device entry in the kernel to pcm1, it > shows up as pcm2.) This is normal with the pcm driver. Unit 0 is statically reserved, but PnP automatically reserves out the next two higher numbers, in this case 1 and 2. Making the above change to MAKEDEV then running /dev/MAKEDEV snd1 will make the symlinks right. Your hint of the problem is that if you do cat file > /dev/audio you'll get some log message about pcm0: are you sure you don't mean pcm1? Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 20:30:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA03653 for freebsd-questions-outgoing; Tue, 26 May 1998 20:30:13 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA03531 for ; Tue, 26 May 1998 20:29:50 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id UAA29801; Tue, 26 May 1998 20:29:48 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 20:29:48 -0700 (PDT) From: Doug White Reply-To: Doug White To: Brad Tucker cc: freebsd-questions@FreeBSD.ORG Subject: Re: your mail In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 24 May 1998, Brad Tucker wrote: > I tried all this, and still it dows not work. I also tried changing > everthing like the tutorial says to do for ip masquerading, and still > nothing. I run into the same problem. Did you enable the IP gateway and point the Windows box's default gateway at the FreeBSD machine? > Is the -alias option compile into ppp by default on 2.2.6 freebsd. Yes, it is. > Also, do I need to do anything to my kernel to allow packets to pass > from ed0 to tun0. Yes, see #1. > The wierd thing is I can ping 198.147.103.2 from my win95 box. wich is > out of my local net at home. I can ping 206.117.19.10 wich is the > freebsd box at home on the ethernet. I CAN NOT ping my name server > 206.117.19.2 which is the machine Im connecting to via ppp from my win > 95 box. I can ping anywhere I wan from my freebsd box at home. Do I > need to add some special route, or set something in ifconfig, or is this > a netmask problem. Im lost. Please Help. If your FreeBSD machine can reach it, then the Windows box should too. > > 1. Make sure that `gateway_enable="YES"' is set in /etc/rc.conf. > > 2. Run `sysctl -w net.inet.ip.forwarding=1' if you don't reboot after > > doing #1. > > 3. When you dial up with `ppp', run it with the -alias option: > > > > ppp -alias provider > > > > 4. When the connection is made, fire up you Winblows box and enjoy. > > > > -alias sets you up as Network Address Translation router. > > > > Doug White | University of Oregon > > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > > > > > > Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 20:32:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA04092 for freebsd-questions-outgoing; Tue, 26 May 1998 20:32:21 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dove.peace.com.my (peace.com.my [202.184.153.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA04061 for ; Tue, 26 May 1998 20:32:14 -0700 (PDT) (envelope-from panda@peace.com.my) Received: from lovebox (love.com.my [202.184.153.17]) by dove.peace.com.my (8.8.5/8.8.5) with SMTP id LAA27318 for ; Wed, 27 May 1998 11:13:14 +0800 (SGT) Date: Wed, 27 May 1998 11:13:14 +0800 (SGT) Message-Id: <3.0.32.19980527113520.0092f940@peace.com.my> X-Sender: panda@peace.com.my X-Mailer: Windows Eudora Pro Version 3.0 (32) To: freebsd-questions@FreeBSD.ORG From: chas Subject: Cyrus IMAPd and Qmail working together anyone ? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have one FBSD server running Cyrus IMAP (using Sendmail as the SMTP server) - again, works a treat. A second FBSD box is running Qmail instead of Sendmail - it runs perfectly out the box and I have learned why people love Qmail once they start using it. I'm now having a total nightmare trying to get Qmail to feed mail to Cyrus IMAP on a third server. Has anyone got this to work ? If so, may I ask a desperate 'how' ? thank you very much, chas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 20:36:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA04535 for freebsd-questions-outgoing; Tue, 26 May 1998 20:36:15 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA04356 for ; Tue, 26 May 1998 20:35:38 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id UAA29820; Tue, 26 May 1998 20:35:05 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 20:35:05 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Roger P. Johnson" cc: freebsd-questions@FreeBSD.ORG Subject: Re: I got 2940UW timeout problem also ... help please ... In-Reply-To: <199805261855.NAA19152@fep.hirshfields.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, Roger P. Johnson wrote: > In diagram terms, here is what I have: Bzzt! Wrong! Can't use both plugs simultaneously. Get a Wide-Narrow adapter and follow the instructions on http://www.adaptec.com/support/faqs/aha294x.html: Q: Can I use all three connectors on a AHA-2940UW? A: No. The internal 50 pin connector is a parallel branch of the lower 8 bits of the wide bus. Using all the connectors creates a "Y" connection instead of the point-to-point bus configuration required for proper operation. The wide bus on the AHA-2940UW can be pictured as two parallel horizontal lines, the upper eight data bits, and the lower eight data bits. The lower bus is tapped and routed to an internal 50 pin SCSI connector. If using an internal 68 pin hard drive at one end of the parallel lines, the other end of those lines must have a 68 pin terminated wide device on an external cable, an external non-wide device with an appropriate adapter to terminate the upper bus, be terminated on the host adapter(and have no other devices), OR have a non-wide device on the 50 pin internal connector with the host adapter termination set to high on/low off or Automatic. This maintains the point-to-point requirement of the SCSI bus. A complete list of part numbers, descriptions and configuration examples can be accessed via our Web site at: www.adaptec.com/cables/cable1.html#conv. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 20:37:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA04908 for freebsd-questions-outgoing; Tue, 26 May 1998 20:37:48 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA04838 for ; Tue, 26 May 1998 20:37:25 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id UAA29828; Tue, 26 May 1998 20:37:21 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 20:37:21 -0700 (PDT) From: Doug White Reply-To: Doug White To: Andrew Short cc: FreeBSD Questions Mailing List Subject: Re: FreeBSD and Linux In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 25 May 1998, Andrew Short wrote: > keystone.westminster.edu doesn't seem to be there. Server must be down, sorry. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 20:38:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA05239 for freebsd-questions-outgoing; Tue, 26 May 1998 20:38:57 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA05183 for ; Tue, 26 May 1998 20:38:43 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id UAA29845; Tue, 26 May 1998 20:38:39 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 20:38:38 -0700 (PDT) From: Doug White Reply-To: Doug White To: john cc: questions@FreeBSD.ORG Subject: Re: Permissions changing on sendmail solved. In-Reply-To: <199805241549.KAA28217@www.cas.unt.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 24 May 1998, john wrote: > > On Thu, 21 May 1998, john wrote: > > > > > Well, it looks like if you put the beloew line in /etc/crontab > > > #*/30 * * * * root /usr/sbin/sendmail -q > > > Your permisions on sendmail get wacked.....I find this > > > behavior kind of odd.... > > > > Yes. But this is redundant if you have sendmail enabled in /etc/rc.conf > > with the default flags. > > > > Yes it is, but I've got tcpwrappers running sendmail from /etc/inetd.conf > > smtp stream tcp nowait/5 root /usr/local/libexec/tcpd /usr/sbin/sendmail -bs That's the wierdest way I've seen sendmail run, but I guess it's okay. > I think I can just do sendmail -bm -q30m and be ok as well as the inetd > spawned sendmail. I'd be careful with that. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 20:41:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA05816 for freebsd-questions-outgoing; Tue, 26 May 1998 20:41:34 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA05740 for ; Tue, 26 May 1998 20:40:56 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id UAA29852; Tue, 26 May 1998 20:40:45 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 20:40:45 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Larry S. Marso" cc: freebsd-questions@FreeBSD.ORG Subject: Re: Should I bad block scan? In-Reply-To: <19980524160021.C257@marso.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 24 May 1998, Larry S. Marso wrote: > On Sun, May 24, 1998 at 01:58:16AM -0700, Doug White wrote: > > On Fri, 22 May 1998, Larry S. Marso wrote: > > > > For a while it was broken for disks >2GB. In addition bad block checks > > should NOT be necessary since all modern disks do sector remapping. > > By modern, do you mean SCSI only? I'm having this problem on my laptop. Modern as in made in the 1990s. IDE disks do it too (although you may have to use a utility to enable it). > >If > you have bad sectors showing then you need to run a verify on the > disk and > make sure sector remapping is enabled. > > Can you refer me to instructions? It's vendor-dependent. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 20:42:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA06096 for freebsd-questions-outgoing; Tue, 26 May 1998 20:42:50 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA06000 for ; Tue, 26 May 1998 20:42:22 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id UAA29856; Tue, 26 May 1998 20:41:58 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 20:41:58 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Oleg G." cc: Questions Subject: Re: PPPD question. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 25 May 1998, Oleg G. wrote: > This messages appears on the remote host. Okay, so both sides report the same problem??? > On the local box syslog wrote the same messges. Interesting. > The remote and local boxes stay near in one room, and modems are linked 5m > shortest range LL :) , maybe LL are overloading? What is LL? Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 20:45:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA06550 for freebsd-questions-outgoing; Tue, 26 May 1998 20:45:21 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA06466 for ; Tue, 26 May 1998 20:44:48 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id UAA29864; Tue, 26 May 1998 20:44:20 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 20:44:20 -0700 (PDT) From: Doug White Reply-To: Doug White To: Dmitry Morozovsky cc: freebsd-questions@FreeBSD.ORG Subject: Re: dumping really big filesystems to Travan-4 streamer (fwd) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 24 May 1998, Dmitry Morozovsky wrote: > Hello there. > > 0. FreeBSD 2.2.6-R, ufs with 6G of used space, Travan-4 by Seagate (4G > native size) SCSI tape, hardware compression on. Central thing: file system > used size is more than 1 tape. > > dumping with command > > > dump -0ua -b 32 -f /dev/nrst0 > > leads to error message at the end of the first tape: > > DUMP: 57.24% done, finished in 1:40 > DUMP: write error 3999584 blocks into volume 1 > DUMP: Do you want to restart?: ("yes" or "no") > > Then, answering "no" leads to abort entire dump; answer "yes" leads to > remount tape and rewrite backup set from the very beginning, then to the > same error message. > > Any suggestions? You'll have to use the B and b options to manually specify the size of the tape. Your tape drive reacts badly to end-of-tape. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 20:45:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA06552 for freebsd-questions-outgoing; Tue, 26 May 1998 20:45:23 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA06252 for ; Tue, 26 May 1998 20:43:53 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id UAA29860; Tue, 26 May 1998 20:43:47 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 20:43:47 -0700 (PDT) From: Doug White Reply-To: Doug White To: Harry Patterson cc: freebsd-questions Subject: Re: Sendmail oddness In-Reply-To: <01bd8708$3ef6ed20$055da8c0@hp.visiontm.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 24 May 1998, Harry Patterson wrote: > I am having a very odd problem occur with sendmail(8.8.8). 99% of my mail is > delivered with no problem. However; twice this week I have tried to send > e-mail to two servers that just never gets delivered and is returned with a > 451 read error. If I deliver them (same address) using my dial in account > with a local ISP the mail delivers fine. For some reason the receiving > server won't negotiate with mine. Since one of these server is the Internic, > it is causing me significant problems. Where is this read error? Make sure you can ping & telnet to rs.internic.net okay. > I have included a copy of one of the deferred files in /var/spool/mqueue to > see if this helps. Not really, I'd like to see the bounce message from sendmail. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 20:45:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA06578 for freebsd-questions-outgoing; Tue, 26 May 1998 20:45:30 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA06484 for ; Tue, 26 May 1998 20:44:52 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id UAA29868; Tue, 26 May 1998 20:44:48 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 20:44:48 -0700 (PDT) From: Doug White Reply-To: Doug White To: Peter Bijl cc: freebsd-questions@FreeBSD.ORG Subject: Re: The FreeBSD operating system In-Reply-To: <356814C4.ADC6A23A@nl.eds.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 24 May 1998, Peter Bijl wrote: > Hello, > > I don't have any questions (yet). I just want to say that FreeBSD is > working fine. Everything functions and the questions of all my answers > could be found at the FreeBSD website or The Complete FreeBSD book. I > have just installed the apsfilter-port and I now can print even > postscript files on my simple HP-printer. My compliments to all the > people who work on FreeBSD! Thank you! Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 20:46:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA06804 for freebsd-questions-outgoing; Tue, 26 May 1998 20:46:21 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA06630 for ; Tue, 26 May 1998 20:45:41 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id UAA29875; Tue, 26 May 1998 20:45:38 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 20:45:38 -0700 (PDT) From: Doug White Reply-To: Doug White To: Octavio Solorzano cc: freebsd-questions@FreeBSD.ORG Subject: Re: Boot Error In-Reply-To: <199805241417.IAA17127@EDISWITCH2> Message-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, 24 May 1998, Octavio Solorzano wrote: > I have version freebsd 2.2.5 and it is giving me an error > kernel not found, partition not found, i would like to recover all my info, > thanks a lot what can ido ??? > Did somebody hack my system ??? Try booting the fixit floppy and see if you can mount your disk up. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 20:49:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA07418 for freebsd-questions-outgoing; Tue, 26 May 1998 20:49:55 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA07394 for ; Tue, 26 May 1998 20:49:40 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id UAA29885; Tue, 26 May 1998 20:49:36 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 20:49:36 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Arthur W. Neilson III" cc: freebsd-questions@FreeBSD.ORG Subject: Re: localhost error In-Reply-To: <35686C3F.D2B1E0F8@neilson.ddns.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 24 May 1998, Arthur W. Neilson III wrote: > I'm getting the following messages in /var/log/messages on my system, > I'm running > FreeBSD 2.2.6-RELEASE on a Tyan Titan 1571S Motherboard w/AMD K6-200 > onboard. > I have a 3COM 3C509B-TP ISA card installed and it's connected to a > Motorola cable modem. > > Here's the /var/log/messages: > > May 24 07:35:36 neilson popper[5936]: Client at "127.0.0.1" resolves to > an unknown host name "localhost.hawaii.rr.com" Have the domain administrator for hawaii.rr.com add a localhost entry pointing to address 127.0.0.1. It's a DNS misconfig. It comes from having that in /etc/hosts and popper insists on checking if it exists in the DNS. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 20:46:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA06896 for freebsd-questions-outgoing; Tue, 26 May 1998 20:46:49 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA06861 for ; Tue, 26 May 1998 20:46:34 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id UAA29881; Tue, 26 May 1998 20:46:26 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 20:46:26 -0700 (PDT) From: Doug White Reply-To: Doug White To: Shan-Min Chao cc: questions@FreeBSD.ORG Subject: Re: X-Windows Configuration In-Reply-To: <01bd871b$0c17e040$143781d0@shan> Message-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, 24 May 1998, Shan-Min Chao wrote: > Hello, > Hi, I just installed FreeBSD 2.2.5 onto my computer, and I am trying > to setup Xwindows. I'm just wondering how to setup the resolution of my > Xwindows to 800 x 600. I have try to edit the XF86Config, but I have no > idea where to start from. Oh, and another thing - do you guys know how > to turn off the virtual screen? I was told the /stand/sysinstall > x-windows configuration asks you whether you want it on or not, but it > has never asked me. Please help, and please e-mail me back direct. > Thanks in advance! Use XF86Setup. It's a GUI setup util for XF86Config and is much easier to use (unless you're an old XF86Config hacker like me). Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 20:51:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA07717 for freebsd-questions-outgoing; Tue, 26 May 1998 20:51:03 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA07629 for ; Tue, 26 May 1998 20:50:32 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id UAA29892; Tue, 26 May 1998 20:50:21 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 20:50:20 -0700 (PDT) From: Doug White Reply-To: Doug White To: Alex Lee cc: freebsd-questions@FreeBSD.ORG Subject: Re: NIC memory corrupt In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 24 May 1998, Alex Lee wrote: > I am getting lots of messages complaining: > /kernel: ed1: NIC memory corrupt - invalid package length 63488 > > It's on 2.2.6-RELEASE. The kernel recognized the card as > ed1 at 0x300-0x31f irq 10 maddr 0xcc000 msize 8192 on isa > ed1: address 00:00:c0:ad:18:8b, type SMC8216T (8 bit) > > It seemed ok until I changed rc.conf to enable the ed1 in > network_interfaces and put in IP address,net mask in ifconfig_ed1, then > reboot the machine. > > Is this really hardware problem or just some misconfiguration? The card > and machine was working fine as a Linux box before. How many ethernet cards do you have in this machine? Check that two devices aren't using the same interrupt or occupying the same base address. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 20:51:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA07789 for freebsd-questions-outgoing; Tue, 26 May 1998 20:51:27 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA07695 for ; Tue, 26 May 1998 20:50:56 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id UAA29896; Tue, 26 May 1998 20:50:48 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 20:50:47 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Ali S. Kazeroonian" cc: freebsd-questions@FreeBSD.ORG Subject: Re: Firewall applications for FreeBSD In-Reply-To: <35687A47.7FFC14A4@ActiveResearch.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 24 May 1998, Ali S. Kazeroonian wrote: > Greetings, > > We are new to FreeBSD and wanted to set up an Internet (smtp,http,udp) > firewall for our LAN. Is there a firewall application as part of freebsd > packages? Is there one that people prefer? Yes, ipfw. If you need something more, you can use ftwk from the ports tree. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 20:54:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA08584 for freebsd-questions-outgoing; Tue, 26 May 1998 20:54:38 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp1.erols.com (smtp1.erols.com [207.172.3.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA08471 for ; Tue, 26 May 1998 20:54:16 -0700 (PDT) (envelope-from philuint@erols.com) Received: from erols.com (207-172-45-123.s123.tnt5.brd.erols.com [207.172.45.123]) by smtp1.erols.com (8.8.8/8.8.5) with ESMTP id XAA29633 for ; Tue, 26 May 1998 23:54:11 -0400 (EDT) Message-ID: <356B8D57.270FC309@erols.com> Date: Tue, 26 May 1998 23:49:43 -0400 From: Whee Kim X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Question! Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have a question. I try to become root from the regular user by "su"Then I get following message... su: kerberos: not in root's ACL Password: This started after I installed 2.2.6. It hasn't done that with 2.2.5. What is kerberos? and What is ACL? Is that an error? If it is how do I fix it? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 20:55:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA08686 for freebsd-questions-outgoing; Tue, 26 May 1998 20:55:14 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA08611 for ; Tue, 26 May 1998 20:54:43 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id UAA29901; Tue, 26 May 1998 20:54:36 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 20:54:36 -0700 (PDT) From: Doug White Reply-To: Doug White To: Brad Tucker cc: freebsd-questions@FreeBSD.ORG Subject: Re: ip forwarding PPP and ed0 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 24 May 1998, Brad Tucker wrote: > I have a server wich is running a ppp server in one location, and is > conected to the internet via ethernet.(zvi, 206.117.19.2) > > I also another freebsd machine running the ppp client at home. > (ivz 206.117.19.10). Im running the ppp -auto -alias provider on the > freebsd machine at home. This works fine for the freebsd machine. I also > have another win95 machine(zzyx 206.117.19.11) hooked up on a local > network to the freebas box at home. I have gateway="yes" in my rc.config, > but packets will not pass from the win95 box to "zvi". I can ping ivz > from zvi, and vice versa. I can ping ivz to zzyx and vice versa, but I > can not ping zvi to zzyx or vice versa. > > This is my host file: > 127.0.0.1 localhost localhost.my.domain > 206.117.19.10 ivz.t-networking.com ivz > 206.117.19.11 zzyx.t-networking.com zzyx > 206.117.19.2 zvi.t-networking.com zvi > > "These are fixed ips I assigned my self. They are valid. I have half of > a class C. If you have real addresses don't use -alias. It'll hide everything behind ivz. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 20:56:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA08932 for freebsd-questions-outgoing; Tue, 26 May 1998 20:56:30 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA08802 for ; Tue, 26 May 1998 20:55:46 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id UAA29912; Tue, 26 May 1998 20:55:42 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 20:55:42 -0700 (PDT) From: Doug White Reply-To: Doug White To: William Woods cc: FreeBSD Questions Subject: Re: egcs port... In-Reply-To: <35689CB0.912076F0@cybcon.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 24 May 1998, William Woods wrote: > I am debating going from gcc to egcs, Anyone here running egcs as their > compiler? What are your opinions of it, speed, durability, error > handeling? How does it compare to gcc? At last check egcs will build you corrupt kernels. It may have gotten better recently tho. I'm still on the stock default gcc. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 20:56:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA09049 for freebsd-questions-outgoing; Tue, 26 May 1998 20:56:56 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp1.erols.com (smtp1.erols.com [207.172.3.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA08855 for ; Tue, 26 May 1998 20:55:58 -0700 (PDT) (envelope-from philuint@erols.com) Received: from erols.com (207-172-45-123.s123.tnt5.brd.erols.com [207.172.45.123]) by smtp1.erols.com (8.8.8/8.8.5) with ESMTP id XAA00303 for ; Tue, 26 May 1998 23:55:48 -0400 (EDT) Message-ID: <356B8DB8.749371CB@erols.com> Date: Tue, 26 May 1998 23:51:20 -0400 From: Whee Kim X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: How do I mount an audio CD? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I need help. I have been trying to play CDs, but I can't. I put the audio CD in my drive and mount /cdrom... but it can't mount it... how come? I have creative CD-ROM drive. How do I play audio CD? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 20:58:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA09357 for freebsd-questions-outgoing; Tue, 26 May 1998 20:58:12 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA09235 for ; Tue, 26 May 1998 20:57:40 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id UAA29916; Tue, 26 May 1998 20:56:21 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 20:56:21 -0700 (PDT) From: Doug White Reply-To: Doug White To: Haifeng cc: freebsd-questions@FreeBSD.ORG Subject: Re: tape content In-Reply-To: <000901bd8772$29838ab0$fbf260ca@jianping.lawton.com.cn> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 25 May 1998, Haifeng wrote: > Hi guy: > > I want to know how can I see the content of the tape . tar tf /dev/rst0 Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 20:58:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA09388 for freebsd-questions-outgoing; Tue, 26 May 1998 20:58:23 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA09266 for ; Tue, 26 May 1998 20:57:50 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id UAA29920; Tue, 26 May 1998 20:57:07 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 20:57:07 -0700 (PDT) From: Doug White Reply-To: Doug White To: Andrew Specht cc: freebsd-questions@FreeBSD.ORG Subject: Re: tx errors due to pci bus speed??? In-Reply-To: <032601bd8786$6acb07a0$e34a05cb@alpine.iaccess> Message-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, 25 May 1998, Andrew Specht wrote: > Could the msgs below be due to the PCI bus speed being too high? No, the tx driver still needs some work. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 21:00:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA10036 for freebsd-questions-outgoing; Tue, 26 May 1998 21:00:49 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA09713 for ; Tue, 26 May 1998 20:59:33 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id UAA29932; Tue, 26 May 1998 20:59:20 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 20:59:19 -0700 (PDT) From: Doug White Reply-To: Doug White To: Stephen Cooper cc: FreeBSD mailing list Subject: Re: KDE - fails to compile. Anyone had success? In-Reply-To: <00f801bd87b2$c0b2e580$297c0ecb@stephenc.alphawest.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 25 May 1998, Stephen Cooper wrote: > I am trying to compile KDE under FreeBSD 2.2.6 from the ports collection > under /usr/ports/x11/kdelibs > > I am using the standard version of gcc which is installed with the OS > > Has anyone any advice? Compiled fine for me. Make sure you remove the previous kde, then use the /usr/ports/x11/kde meta-port to build everything. You may want to upgrade your ports since KDE Beta4 is out. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 21:01:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA10172 for freebsd-questions-outgoing; Tue, 26 May 1998 21:01:26 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from quackerjack.cc.vt.edu (quackerjack.cc.vt.edu [198.82.160.250]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA09946 for ; Tue, 26 May 1998 21:00:22 -0700 (PDT) (envelope-from mgowen@vt.edu) Received: from sable.cc.vt.edu (sable.cc.vt.edu [128.173.16.30]) by quackerjack.cc.vt.edu (8.8.8/8.8.8) with ESMTP id AAA29797 for ; Wed, 27 May 1998 00:04:38 -0400 (EDT) Received: from vt.edu (as2511-28.sl013.cns.vt.edu [128.173.36.178]) by sable.cc.vt.edu (8.8.8/8.8.8) with ESMTP id XAA20264 for ; Tue, 26 May 1998 23:59:59 -0400 (EDT) Message-ID: <356BB8BE.6D6D6965@vt.edu> Date: Tue, 26 May 1998 23:54:55 -0700 From: Mike Gowen X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: files? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I want to download the latest version of freebsd from the FTP but I don't know which files I need to download. Which ones do I get? Mike Gowen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 21:01:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA10218 for freebsd-questions-outgoing; Tue, 26 May 1998 21:01:45 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA10108 for ; Tue, 26 May 1998 21:01:04 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id VAA29939; Tue, 26 May 1998 21:00:53 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 21:00:52 -0700 (PDT) From: Doug White Reply-To: Doug White To: Stephen Cooper cc: FreeBSD mailing list Subject: Re: kdebase - Ports patches fail to apply In-Reply-To: <011a01bd87c1$710087e0$297c0ecb@stephenc.alphawest.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 25 May 1998, Stephen Cooper wrote: > I am trying to build kdebase in /usr/ports/X11/kdebase after successfuly > building kdelibs, the port > falls over when trying to apply the FreeBSD patches. > > The port will not successfully configure without the patches applied. > > Has anyone had any success with compiling this port? yeah, Beta2, Beta3, and Beta4 all built fine (with some configure hacks for beta2 and maybe beta3). Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 21:05:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA11256 for freebsd-questions-outgoing; Tue, 26 May 1998 21:05:51 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA10724 for ; Tue, 26 May 1998 21:03:53 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id VAA29947; Tue, 26 May 1998 21:03:30 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 21:03:30 -0700 (PDT) From: Doug White Reply-To: Doug White To: Antuan Avdioukhine cc: freebsd-questions@FreeBSD.ORG Subject: Re: AAA-131 Adaptec RAID controller In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 25 May 1998, Antuan Avdioukhine wrote: > Gentlemen, > I tried to install FreeBSD 2.2.6 onto machine with AAA-131 RAID > controller with Western Digital Enterprise USCSI 2.17G drive as drive 0 > (standalone) and 3 Seagate Barracuda 2.1G drives, initiated as RAID5 > array (drive 1). Primary boot assigned to WD single drive. > Controller detected by kernel as two devices: ahc0 ( RAID memory controller>) and ahc1 (). When booting > kernel reports "RAID functionality not supported". After that I got normal > boot from WD drive (unit 0 at ahc1), but my RAID5 array dissasebles onto 3 > single drives at ahc1, units 1, 2 and 3 consequently. > Q: What's wrong? Is it because no RAID support for this controller in > FreeBSD or some specific tunes I have to perform to activate RAID > functionality and use RAID unit as single RAID drive? It's exactly what it says: RAID is not supported. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 21:05:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA11309 for freebsd-questions-outgoing; Tue, 26 May 1998 21:05:59 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA10532 for ; Tue, 26 May 1998 21:02:27 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id VAA29943; Tue, 26 May 1998 21:02:18 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 21:02:18 -0700 (PDT) From: Doug White Reply-To: Doug White To: Simon Lindgren cc: questions@FreeBSD.ORG Subject: Re: wdcontrol returned nonzero... In-Reply-To: <3.0.5.32.19980525134352.008df350@istudio.no> Message-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, 25 May 1998, Simon Lindgren wrote: > Booting 2.2.6 GENERIC kernel off my secondary master (fujitsu) HD I get the > following error: > > -- > wd2: wdcontrol: wdcommand failed reading fsbn 0wd2: status 80 error 0 > ^ (repeated 4 times) > wd2: wdstart: wdcontrol returned nonzero, state = 1 > -- > > then everything stops and I have to reboot... Your hard drive is hanging. Perhaps you have a bad sector on it? Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 21:06:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA11408 for freebsd-questions-outgoing; Tue, 26 May 1998 21:06:12 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA11189 for ; Tue, 26 May 1998 21:05:28 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id VAA29954; Tue, 26 May 1998 21:05:24 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 21:05:24 -0700 (PDT) From: Doug White Reply-To: Doug White To: Antuan Avdioukhine cc: FreeBSD Support Subject: Re: Adaptec Cogent Quartet network card In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 25 May 1998, Antuan Avdioukhine wrote: > Gentlemen, > Some starnge things happened when I installed Cogent Quartet card > under FreeBSD 2.2.6. This card provides four single-bridged > DEC21140A-based 10/100 TX adapters. After boot all adapters are detected > correctly and become devices de0 to de3. Now only de0 interface connected > to LAN, de1 to de3 are down-ed. But after boot driver reports "link cable > problem", ifconfig reported "no carrier". When I manually change media > from "autosence" to "10baseT/UTP" and then back to "autosence" -- links > restores after "ifconfig de0 up" command. Can anyone comment this > phenomenon? Working as advertised. I assume that there is nothing plugged into the Quartet card. I think it gives up after a while if it doesn't detect any connection at either 10mbit or 100mbit -- ifconfig down/up resets the autodetect sequence. If you're going to do this a lot fix the media type with ifconfig or the setup program. We have several of these cards and need to test them, but a Kingston card based on the same chip does the same thing. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 21:06:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA11549 for freebsd-questions-outgoing; Tue, 26 May 1998 21:06:59 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA11541 for ; Tue, 26 May 1998 21:06:52 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id VAA29958; Tue, 26 May 1998 21:06:35 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 21:06:35 -0700 (PDT) From: Doug White Reply-To: Doug White To: Steven Mah cc: freebsd-questions@FreeBSD.ORG Subject: Re: Where to obtain FreeBSD CD in Malaysia? In-Reply-To: <000701bd87f5$77ab6360$57728ea1@romulus> Message-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, 25 May 1998, Steven Mah wrote: > I live in Malaysia and am very interested in installing FreeBSD. Could > someone tell me where I can obtain a copy of FreeBSD 2.2.6 CD-ROMs (all > four) and possibly the manual too, in Malaysia or in Sinagpore. Walnut Creek will ship overseas. http://www.cdrom.com/ Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 21:07:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA11674 for freebsd-questions-outgoing; Tue, 26 May 1998 21:07:37 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA11645 for ; Tue, 26 May 1998 21:07:23 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id VAA29962; Tue, 26 May 1998 21:07:19 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 21:07:19 -0700 (PDT) From: Doug White Reply-To: Doug White To: Robby Glen Garner cc: freebsd-questions@FreeBSD.ORG Subject: Re: tty-level buffer overflows In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 25 May 1998, Robby Glen Garner wrote: > It says: > > /kernel: si01: 567 more tty-level buffer overflows total (989) > > Can someone suggest whether I need to look at a cmos setting for my > serial port, or a kernel line modification perhaps? Try dropping your baudrate and/or rebuilding ppp from http://www.frebsd.org/~brian. (assuming you're using ppp when it starts giving errors.) Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 21:09:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA12141 for freebsd-questions-outgoing; Tue, 26 May 1998 21:09:04 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA12113 for ; Tue, 26 May 1998 21:08:59 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id VAA29966; Tue, 26 May 1998 21:08:46 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 21:08:45 -0700 (PDT) From: Doug White Reply-To: Doug White To: baden@lords.com cc: questions@FreeBSD.ORG Subject: Re: Undocumented? In-Reply-To: <199805251816.NAA16332@wpg-03.escape.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 25 May 1998 baden@lords.com wrote: > Hello, > As I am unable to download the entire FreeBSD handbook I was > searching for specific hardware compatabilities. I was unable to retrieve > any video card h/w specs - could you please email these to me, as well, I > couldn't find whether or not FreeBSD will be compatable with an ASUSTek > P2L97 LX motherboard w/ PII 333 - the board has an AGP slot; does FreeBSD > support an AGP video card? XFree86 sees it as a PCI card so it should work fine. > What about video features supported: ie. I will be connecting a > cable modem to my system and will also like to have live video feeds. > Will the OS support channel-changer-style video cards or will this fall > under the X-Windows features. Yes, make sure you grab a Bt848 based board -- see http://www.freebsd.org/~ahasty/Bt848.html. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 21:09:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA12281 for freebsd-questions-outgoing; Tue, 26 May 1998 21:09:38 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA12226 for ; Tue, 26 May 1998 21:09:25 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id VAA29970; Tue, 26 May 1998 21:09:19 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 21:09:19 -0700 (PDT) From: Doug White Reply-To: Doug White To: Leif Neland cc: questions@FreeBSD.ORG Subject: Re: how to test a hash db In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, Leif Neland wrote: > I have trouble making the genericstable work. > > So I want to test if I have put the right stuff in the db. > > Is there a command to dump the hash? See www.sendmail.org. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 21:12:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA12832 for freebsd-questions-outgoing; Tue, 26 May 1998 21:12:13 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA12623 for ; Tue, 26 May 1998 21:10:42 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id VAA29977; Tue, 26 May 1998 21:10:23 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 21:10:22 -0700 (PDT) From: Doug White Reply-To: Doug White To: Marcelo Suarez cc: freebsd-questions@FreeBSD.ORG Subject: Re: Question from Bolivia In-Reply-To: <356A191D.67B3D922@bo.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 25 May 1998, Marcelo Suarez wrote: > I search a server near me, but I can4t find anywhere, I interesting in > help to your organization. What do you need? We have a couple of servers in Brazil. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 21:13:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA13077 for freebsd-questions-outgoing; Tue, 26 May 1998 21:13:13 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA12858 for ; Tue, 26 May 1998 21:12:15 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id VAA29981; Tue, 26 May 1998 21:11:59 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 21:11:59 -0700 (PDT) From: Doug White Reply-To: Doug White To: Whee Kim cc: freebsd-questions@FreeBSD.ORG Subject: Re: Questions... In-Reply-To: <356A415A.A1EFCDF@ibm.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, Whee Kim wrote: > Hi, I am here with more questions... =) > > I just rebuilt my kernel and it seems to be working fine... > However, I can't have it to recognize my SCSI board. I have Zip SCSI > accelartor card for my SCSI ZIP drive I configure it as aha0 and it is > located at IRQ 11, I/O 0x140. However, my kernel thinks it's at 0x340 > and it says can't find it... Why is that?! in my GENERIC file, I typed > > controller aha0 at isa? port 0x140 bio irq 11 drq 5 vector ahaintr I don't know if that card is supported under FreeBSD. Did you make && make install the kernel? > and another question is, I want to play a regular CD with my creative > cdrom drive. I tried xcdplayer, but I don't think it's for my cdrom > drive. What do I do? Try cdcontrol or the -f flag to xcdplayer. It default to the SCSI cd player, and you want it to go do /dev/rwcd0c. > and the last question is how do I uninstall a program? To be exact, I > want to unport(uninstall) xcdplayer. pkg_delete program-x.y Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 21:13:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA13266 for freebsd-questions-outgoing; Tue, 26 May 1998 21:13:54 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA13099 for ; Tue, 26 May 1998 21:13:11 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id VAA29991; Tue, 26 May 1998 21:13:01 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 21:13:00 -0700 (PDT) From: Doug White Reply-To: Doug White To: Are Bryne cc: FreeBSD questions list Subject: Re: Funny freeze (due to limits :) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, Are Bryne wrote: > Hi, > > david /kernel: pid 323 (XF86_Mach64), uid 0, was killed: exceeded maximum > CPU limit > > XF86_Mach64 is setuid root. Root of course has no cpulimit set in > login.conf. So why does the above happen when I run startx? It still applies to your limits. Try running `unlimit' before startx. That or hack /etc/login.conf and give yourself some more cup. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 21:15:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA13730 for freebsd-questions-outgoing; Tue, 26 May 1998 21:15:45 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA13475 for ; Tue, 26 May 1998 21:14:44 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id VAA29995; Tue, 26 May 1998 21:14:24 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 21:14:24 -0700 (PDT) From: Doug White Reply-To: Doug White To: Michael Rice cc: FreeBSD Questions List Subject: Re: XFree86 Video Problems In-Reply-To: <000f01bd887f$e5858980$6e00cbc0@rice-home> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, Michael Rice wrote: > I have a Diamond FIRE GL 1000 Pro video card. The following are the specs > for the card: You need to get a nda-restricted server for this card from www.suse.com. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 21:16:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA14087 for freebsd-questions-outgoing; Tue, 26 May 1998 21:16:36 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA13931 for ; Tue, 26 May 1998 21:16:08 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id VAA00108; Tue, 26 May 1998 21:15:38 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 21:15:38 -0700 (PDT) From: Doug White Reply-To: Doug White To: Dean Hollister cc: FreeBSD Questions Subject: Re: Killing zombie processes In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, Dean Hollister wrote: > I have another occurance of these Zombies causing bash processes not to > exit. I cannot kill the zombie, and killing the parent doesn't work. A > couple people did have some other suggestions, any ideas? Fix the offending program that zombie-ing. Add a wait() call just before it exits to reap the children. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 21:17:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA14311 for freebsd-questions-outgoing; Tue, 26 May 1998 21:17:21 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA14168 for ; Tue, 26 May 1998 21:16:44 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id VAA00121; Tue, 26 May 1998 21:16:34 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 21:16:34 -0700 (PDT) From: Doug White Reply-To: Doug White To: anton horvath cc: freebsd-questions@FreeBSD.ORG Subject: Re: Virus scan for FBsd ? In-Reply-To: <199805261237.OAA09801@oz.vie-i.at> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, anton horvath wrote: > does anybody know which virusscanners are availbale > under Fbsd as firewall. What do you want to scan? Scanning data as it's coming across the firewall seems like a really bad idea. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 21:20:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA14847 for freebsd-questions-outgoing; Tue, 26 May 1998 21:20:19 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA14609 for ; Tue, 26 May 1998 21:19:16 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id VAA00130; Tue, 26 May 1998 21:18:21 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 21:18:21 -0700 (PDT) From: Doug White Reply-To: Doug White To: Tai Nguyen cc: freebsd-questions@FreeBSD.ORG Subject: Re: system commander In-Reply-To: <356AF5C3.E94C01D1@home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, Tai Nguyen wrote: > could i use system commander instead of creating a boot disk? please > email me back at speedlimit@home.net yes, but syscommander has a nasty bug that confuses the freebsd bootblocks. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 21:20:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA14877 for freebsd-questions-outgoing; Tue, 26 May 1998 21:20:26 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA14595 for ; Tue, 26 May 1998 21:19:09 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id VAA00126; Tue, 26 May 1998 21:17:50 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 21:17:50 -0700 (PDT) From: Doug White Reply-To: Doug White To: Charlie ROOT cc: questions@FreeBSD.ORG Subject: Re: toor Password In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, Charlie ROOT wrote: > > What is the password by defect to toor? I loose the root password >:( Toor has no password by default. See the FAQ to fix yourself. http://www.freebsd.org/FAQ Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 21:21:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA15126 for freebsd-questions-outgoing; Tue, 26 May 1998 21:21:22 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA14948 for ; Tue, 26 May 1998 21:20:29 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id VAA00148; Tue, 26 May 1998 21:20:21 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 21:20:21 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Ross Potts, CON, EDS/D-SIDDOMS" cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: FTP links In-Reply-To: <9805261123.ZM-94469@161.14.168.22> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, Ross Potts, CON, EDS/D-SIDDOMS wrote: > I couldn't quite understand the man page ofr FTP. > > Here is what I want to do: > > I have a web-page that I am trying to put together for software > distribution and I want to be able to have our clewbies click on a folder, say > "disk1" and have all the files for disk1 download. Destination is the clewbies' > problem, I just can't seem to figure out how to get multiple file downloads in a > link. I already got my links to download single files. You don't. This is what zip and tar are for :) Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 21:22:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA15307 for freebsd-questions-outgoing; Tue, 26 May 1998 21:22:16 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA15204 for ; Tue, 26 May 1998 21:21:32 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id VAA00162; Tue, 26 May 1998 21:21:24 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 21:21:24 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Roger P. Johnson" cc: freebsd-questions@FreeBSD.ORG Subject: Re: I got 2940UW timeout problem also ... NEWSFLASH conclusion In-Reply-To: <199805261925.OAA19486@fep.hirshfields.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, Roger P. Johnson wrote: > Good gawlly! These boot/controller cards issues are all in what crummy > BIOS you have on the motherboard! > > Please make mention of that in the FAQ/HARDWARE section. Ugh. > I'll try to synthesize it. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 21:23:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA15534 for freebsd-questions-outgoing; Tue, 26 May 1998 21:23:29 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA15375 for ; Tue, 26 May 1998 21:22:27 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id VAA00167; Tue, 26 May 1998 21:22:19 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 21:22:18 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Ronald F. Guilmette" cc: questions@FreeBSD.ORG Subject: Re: How do I find out how much memory the kernel is using now? In-Reply-To: <15378.896217511@monkeys.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, Ronald F. Guilmette wrote: > > I have a FreeBSD box configured (via sysctl) to allow for a large number of > both open files (system-wide) and also for a large number of open network > connections (system-wide). > > This box has very little running on it, only a few processes, the largest > of which is about 5.5 megs (virtual), but I have 32 MB of physical memory > in the box. > > Still, the thing seems to be swapping like crazy. Why? I need to find out > exactly why, and soon. Run top and watch what turns to . processes are swapped out. Perhaps your huge process is leaking memory? > number?? Is that really saying that I only have 3.8 MB left for user-level > processes?? That isn't bad. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 21:26:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA15932 for freebsd-questions-outgoing; Tue, 26 May 1998 21:26:04 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA15623 for ; Tue, 26 May 1998 21:23:54 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id VAA00180; Tue, 26 May 1998 21:23:41 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 21:23:40 -0700 (PDT) From: Doug White Reply-To: Doug White To: Forrest Aldrich cc: freebsd-questions@FreeBSD.ORG Subject: Re: LPD and HP/PCL In-Reply-To: <199805262145.RAA12666@drama.navinet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, Forrest Aldrich wrote: > I've been working on settng up a parallel connection to an HP Laserjet > 6pxi, which requires PCL conversion. However, it doesn't seem clear to me > whether I'm better off using LPRNG or LPD. The Handbook doesn't really > address PCL conversion directly (just postscript). Both daemons require > different approaches, and I thought that staying simple and standard would > be best. Actually you give a different output device to ghostscript and it'll spew PCL instead of postscript. I think you use the laserjet4 driver. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 21:26:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA15986 for freebsd-questions-outgoing; Tue, 26 May 1998 21:26:11 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA15671 for ; Tue, 26 May 1998 21:24:11 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id VAA00184; Tue, 26 May 1998 21:23:56 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 21:23:56 -0700 (PDT) From: Doug White Reply-To: Doug White To: David Sweeney cc: "'freebsd-questions@FreeBSD.ORG'" Subject: Re: Multiple Processors In-Reply-To: <08E210EC0CC0D1119BEF00A0C914099401A6FC@stulife2.tamu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, David Sweeney wrote: > Can FreeeBSD take advantage of multi-processor machines, for example, a > dual Pentium II PCI machine? On -CURRENT, yes. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 21:26:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA16011 for freebsd-questions-outgoing; Tue, 26 May 1998 21:26:20 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cybcon.com (root@cybcon.com [205.147.64.49]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA15704 for ; Tue, 26 May 1998 21:24:26 -0700 (PDT) (envelope-from wwoods@cybcon.com) Received: from cybcon.com (IDENT:william@support1.cybcon.com [205.147.76.126]) by cybcon.com (8.9.0/8.9.0) with ESMTP id VAA28966; Tue, 26 May 1998 21:24:17 -0700 (PDT) Message-ID: <356B955C.E76C141A@cybcon.com> Date: Tue, 26 May 1998 21:23:56 -0700 From: William Woods X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: "J.A. Terranson" CC: FreeBSD Questions Subject: Re: firewall question... References: <01BD88F3.54B30210@w3svcs.mfn.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG OK, my theory behind this was blocking ping floods.....is this a legit way to stop em or not then.... J.A. Terranson wrote: > > ipfw add 100 deny icmp from any to any > > Note that this is NOT a good idea! Please choose the packets you > block very carefully, as some of them are actually needed! Simple > echo requests are no big deal to block, but things like redirects > and unavailables do you a favor! > > J.A. Terranson > sysadmin@mfn.org > > -----Original Message----- > From: William Woods [SMTP:wwoods@cybcon.com] > Sent: Tuesday, May 26, 1998 9:02 PM > To: FreeBSD Questions > Subject: firewall question... > > What would be the firewall rule to stop all incomming ICMP packets from > all? > > Bill > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 21:27:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA16287 for freebsd-questions-outgoing; Tue, 26 May 1998 21:27:24 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA16003 for ; Tue, 26 May 1998 21:26:06 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id VAA00201; Tue, 26 May 1998 21:25:27 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 21:25:27 -0700 (PDT) From: Doug White Reply-To: Doug White To: jason.axley@attws.com cc: freebsd-questions@FreeBSD.ORG Subject: Re: 2.2.6 installation problems creating / slice In-Reply-To: <199805270022.RAA05985@invernes.nwest.attws.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998 jason.axley@attws.com wrote: > BTW, was there a definitive answer on *why* FreeBSD cannot be installed > on a logical partition? Because FreeBSD doesn't use FAT filesystems? Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 21:27:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA16244 for freebsd-questions-outgoing; Tue, 26 May 1998 21:27:12 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA15795 for ; Tue, 26 May 1998 21:25:03 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id VAA00174; Tue, 26 May 1998 21:22:34 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 21:22:34 -0700 (PDT) From: Doug White Reply-To: Doug White To: Brendan Kosowski cc: FreeBSD Questions Subject: Re: IMAP server question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, Brendan Kosowski wrote: > How do I start a shell when logged into the IMAP server on a FreeBSD > system ? You're not supposed to be able to. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 21:30:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA17073 for freebsd-questions-outgoing; Tue, 26 May 1998 21:30:33 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from eagle.ns.net (root@eagle.ns.net [204.75.146.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA16792 for ; Tue, 26 May 1998 21:29:12 -0700 (PDT) (envelope-from rfg@monkeys.com) Received: from monkeys.com (segfault.monkeys.com [204.119.242.200]) by eagle.ns.net (8.8.5/8.8.5) with ESMTP id VAA26448; Tue, 26 May 1998 21:29:00 -0700 (PDT) Received: from monkeys.com (localhost [127.0.0.1]) by monkeys.com (8.8.8/8.8.5) with ESMTP id VAA29196; Tue, 26 May 1998 21:29:43 -0700 To: Doug White cc: questions@FreeBSD.ORG Subject: Re: How do I find out how much memory the kernel is using now? In-reply-to: Your message of Tue, 26 May 1998 21:22:18 -0700. X-Copyright: (c) 1998 Ronald F. Guilmette; All rights reserved. Date: Tue, 26 May 1998 21:29:42 -0700 Message-ID: <29194.896243382@monkeys.com> From: "Ronald F. Guilmette" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message , you wrot e: >On Tue, 26 May 1998, Ronald F. Guilmette wrote: > >> >> I have a FreeBSD box configured (via sysctl) to allow for a large number of >> both open files (system-wide) and also for a large number of open network >> connections (system-wide). >> >> This box has very little running on it, only a few processes, the largest >> of which is about 5.5 megs (virtual), but I have 32 MB of physical memory >> in the box. >> >> Still, the thing seems to be swapping like crazy. Why? I need to find out >> exactly why, and soon. > >Run top and watch what turns to . processes are >swapped out. Perhaps your huge process is leaking memory? If it was leaking memory, then that fact would show up (glaringly) on a `ps -l' report would it not? I am seeing no evidence of that. >> number?? Is that really saying that I only have 3.8 MB left for user-level >> processes?? > >That isn't bad. Ah... excuse?? Come again? I spent good money to put 32 MB of main memory in this puppy and now when I say that it look like the OS is using up all but 3.8 MB of that you say ``That isn't bad''. It sure as hell _is_ bad in my book. Jeeezzzz. Even Windoze NT doesn't suck memory THIS bad! P.S. I am still hoping for an answer to my original question... How can I tell exactly how much memory the OS itself is using at any given instant in time? -- Ron Guilmette, Roseville, California ---------- E-Scrub Technologies, Inc. -- Deadbolt(tm) Personal E-Mail Filter demo: http://www.e-scrub.com/deadbolt/ -- Wpoison (web harvester poisoning) - demo: http://www.e-scrub.com/wpoison/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 21:36:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA18094 for freebsd-questions-outgoing; Tue, 26 May 1998 21:36:28 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from auchroisk.pdl.cs.cmu.edu (AUCHROISK.PDL.CS.CMU.EDU [128.2.189.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA17793 for ; Tue, 26 May 1998 21:34:25 -0700 (PDT) (envelope-from dpetrou@auchroisk.pdl.cs.cmu.edu) Received: (from dpetrou@localhost) by auchroisk.pdl.cs.cmu.edu (8.8.8/8.8.8) id AAA09309; Wed, 27 May 1998 00:03:06 -0400 (EDT) (envelope-from dpetrou) From: David Petrou Message-Id: <199805270403.AAA09309@auchroisk.pdl.cs.cmu.edu> Subject: Q: Online mailing list archive? To: dwhite@gdi.uoregon.edu Date: Wed, 27 May 1998 00:03:06 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG Reply-To: dpetrou@cs.cmu.edu 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 > > Is there an online (web-based?) FreeBSD mailing list archive? All I > > found was the searchable database at > > http://www.freebsd.org/handbook/ > > eresources:mail.html while I'd prefer a full-text online archive. > > You must have missed http://www.freebsd.org/search.html. You can't > read each message as it came out, but that would be tens of thousands > of messages. No, I didn't miss that. I really _do_ want a full archive, so I can do things like read all messages posted on a specific date, or other more advanced queries that http://www.freebsd.org/search.html doesn't support. Once I get some more hard drive space, I'll just grab mail archive using cvsup. > Doug White | University of Oregon David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 21:57:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA22101 for freebsd-questions-outgoing; Tue, 26 May 1998 21:57:55 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mutsgo.kf7nn.com (mutsgo.kf7nn.com [204.251.27.213]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA21848 for ; Tue, 26 May 1998 21:56:23 -0700 (PDT) (envelope-from kf7nn@mutsgo.kf7nn.com) Received: (from kf7nn@localhost) by mutsgo.kf7nn.com (8.8.8/8.8.7) id XAA19761 for questions@freebsd.org; Tue, 26 May 1998 23:55:07 -0500 (CDT) (envelope-from kf7nn) From: George Vagner Message-Id: <199805270455.XAA19761@mutsgo.kf7nn.com> Subject: problem with elm To: questions@FreeBSD.ORG Date: Tue, 26 May 1998 23:55:07 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sometimes while holding down the "d" key to delete messages in elm i get this wierd error and my screen goes wacko, check it out. D 46 May 26 Hans Huebner (69) Re: DLT tape errors D 47 May 26 Brint MacMillan (50) file system full D 48 May 27 Dean Hollister (60) Re: Killing zombie processes O 61 May 26 Geoffrey Robinson (54) Pentium II Temperature Data 62 May 26 anton horvath (75) Virus scan for FBsd ? OM 63 May 26 Andrew A.Karjagin (108) Re: search engine O 64 May 26 Dean Hollister (55) Killing zombie processes O 65 May 26 John Kelly (59) Re: NIC Question O 66 May 26 bsd mailing lists (55) klock problem O 67 May 26 bsd mailing lists (55) bad block scan ?? O 68 May 26 bsd mailing lists (103) xterm bug O 69 May 26 Michael Rice (69) XFree86 Video Problems OM 70 May 26 THIERRY.HERBELOT@t (84) [R_p : information] BASE64 data was corrupt! O 55 May 26 ??????? ???? ? ???? (50) FreeBSD as Novell Netware Client O 56 May 26 Didier Derny (71) Re: FreeBSD as Novell Netware Client O 57 May 26 Grandmaison, Ron (75) RE: Re(2): [Antennas] Antenna Ideas O 58 May 26 Dave Bender (92) RE: NIC Question Command: cool huh? it actually crashed the whole server once when i was running it on the console. George To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 22:14:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA25744 for freebsd-questions-outgoing; Tue, 26 May 1998 22:14:14 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from wired.ctech.ac.za (wired.ctech.ac.za [155.238.4.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA25664 for ; Tue, 26 May 1998 22:13:47 -0700 (PDT) (envelope-from jacques@wired.ctech.ac.za) Received: from wired.ctech.ac.za (localhost [127.0.0.1]) by wired.ctech.ac.za (8.8.7/8.8.7) with SMTP id HAA03518; Wed, 27 May 1998 07:13:37 +0200 (SAT) (envelope-from jacques@wired.ctech.ac.za) Message-ID: <356BA101.41C67EA6@wired.ctech.ac.za> Date: Wed, 27 May 1998 07:13:37 +0200 From: Jacques Hugo X-Mailer: Mozilla 3.04 (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: Doug White CC: questions@FreeBSD.ORG Subject: Re: fbsd 3 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug White wrote: > > On Thu, 21 May 1998, Jacques Hugo wrote: > > > When will we see a STABLE fbsd 3 release? > > When it's ready. Not a very descriptive answer I usually see from you, but thanks for the reply. -Jacques ------------------------------------------------------ The box said "Requires Windows 3.1 or better" ... so I got BSD Network Administrator | Jacques Hugo UNIX Systems | jacques@wired.ctech.ac.za Cape Technikon | +27-21-4603584 ------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 22:15:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA25901 for freebsd-questions-outgoing; Tue, 26 May 1998 22:15:00 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from Proxy.metro.tas.com.au ([147.109.165.35]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA25794 for ; Tue, 26 May 1998 22:14:26 -0700 (PDT) (envelope-from kerry.morse@metro.tas.com.au) Received: from mttmail.metro.tas.com.au (MTTMail.metrotas.com.au [147.109.164.249]) by Proxy.metro.tas.com.au (8.8.8/8.8.5) with ESMTP id PAA10985 for ; Wed, 27 May 1998 15:14:12 +1000 (EST) Received: by MTTMail.metro.tas.gov.au with Internet Mail Service (5.0.1458.49) id ; Wed, 27 May 1998 15:14:13 +1000 Message-ID: <02B01380C828D1119ED70020AF641C53091A79@MTTMail.metro.tas.gov.au> From: Kerry Morse To: freebsd-questions@FreeBSD.ORG Subject: RE: your mail Date: Wed, 27 May 1998 15:14:11 +1000 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > What is the most common window that everyon is using? > I know a couple are obsolete and Sun and HP are doing CDE. KDE is becoming pretty popular, and there are plenty of holdouts for fvwm. Have a look at http://www.plig.org/xwinman/ this lists most of the X Windows managers and has some comparisions... My personal favourite is Afterstep 1.4.5... Which isn't as far as I know in the packages or ports.. I just recompiled it... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 22:16:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA26215 for freebsd-questions-outgoing; Tue, 26 May 1998 22:16:20 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from geocities.com (mail9.geocities.com [209.1.224.44]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA26121 for ; Tue, 26 May 1998 22:15:56 -0700 (PDT) (envelope-from a9631597@tribe.fit.unimas.my) Received: from tribe.fit.unimas.my (credit2.mimos.my [192.228.133.184]) by geocities.com (8.8.5/8.8.5) with ESMTP id WAA12417 for ; Tue, 26 May 1998 22:15:49 -0700 (PDT) Message-ID: <356BA1FB.CDB91C1@tribe.fit.unimas.my> Date: Wed, 27 May 1998 13:17:47 +0800 From: Faizul Ngsrimin X-Mailer: Mozilla 4.05 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: plug & play devices Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I know that FreeBSD has no support for pnp devices. But can I use isapnp tools in linux distribution and get in working in FreeBSD? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 22:19:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA27036 for freebsd-questions-outgoing; Tue, 26 May 1998 22:19:22 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mutsgo.kf7nn.com (mutsgo.kf7nn.com [204.251.27.213]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA26962 for ; Tue, 26 May 1998 22:19:01 -0700 (PDT) (envelope-from vagner@mutsgo.kf7nn.com) Received: (from vagner@localhost) by mutsgo.kf7nn.com (8.8.8/8.8.7) id XAA19791 for questions@freebsd.org; Tue, 26 May 1998 23:59:13 -0500 (CDT) (envelope-from vagner) From: laszlo vagner Message-Id: <199805270459.XAA19791@mutsgo.kf7nn.com> Subject: operation not permitted To: questions@FreeBSD.ORG Date: Tue, 26 May 1998 23:59:13 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG when i su to vagner i get this message but it still lets me do it. /home/kf7nn >su vagner Password: mesg: /dev/ttyp0: Operation not permitted /home/kf7nn >whoami vagner /home/kf7nn > what could be wrong? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 22:28:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA29144 for freebsd-questions-outgoing; Tue, 26 May 1998 22:28:20 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dc1.mfn.org (dc1.mfn.org [204.238.179.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id WAA29028 for ; Tue, 26 May 1998 22:27:51 -0700 (PDT) (envelope-from sysadmin@mfn.org) Received: from w3svcs.mfn.org (unverified [204.238.179.11]) by mail.mfn.org (EMWAC SMTPRS 0.83) with SMTP id ; Wed, 27 May 1998 00:28:07 -0500 Received: by w3svcs.mfn.org with Microsoft Mail id <01BD8905.F5465170@w3svcs.mfn.org>; Wed, 27 May 1998 00:25:31 -0500 Message-ID: <01BD8905.F5465170@w3svcs.mfn.org> From: "J.A. Terranson" To: "'William Woods'" Cc: FreeBSD Questions Subject: RE: firewall question... Date: Wed, 27 May 1998 00:25:30 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [=] That's what I suspected. Instead of rejecting *all* ICMP packets, why not keep it to the ones that are causing you problems... ipfw add 100 deny icmp from any to : icmptype 8 this will disable ping packets only, and leave other ICMP functions intact. J.A. Terranson sysadmin@mfn.org OK, my theory behind this was blocking ping floods.....is this a legit way to stop em or not then.... J.A. Terranson wrote: > > ipfw add 100 deny icmp from any to any > > Note that this is NOT a good idea! Please choose the packets you > block very carefully, as some of them are actually needed! Simple > echo requests are no big deal to block, but things like redirects > and unavailables do you a favor! > > J.A. Terranson > sysadmin@mfn.org > > -----Original Message----- > From: William Woods [SMTP:wwoods@cybcon.com] > Sent: Tuesday, May 26, 1998 9:02 PM > To: FreeBSD Questions > Subject: firewall question... > > What would be the firewall rule to stop all incomming ICMP packets from > all? > > Bill > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 22:30:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA29659 for freebsd-questions-outgoing; Tue, 26 May 1998 22:30:15 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from stratos.net (pm3-3-31.stratos.net [207.86.132.159]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA29554 for ; Tue, 26 May 1998 22:29:46 -0700 (PDT) (envelope-from drifter@stratos.net) From: drifter@stratos.net Received: (from drifter@localhost) by stratos.net (8.8.8/8.8.5) id WAA21640; Tue, 26 May 1998 22:31:46 -0400 (EDT) Message-ID: <19980526223145.A21627@stratos.net> Date: Tue, 26 May 1998 22:31:46 -0400 To: freebsd-questions@FreeBSD.ORG Subject: 2-in-1 sound card causes upgrade problems. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have a strange problem here, and I was wondering if any of you guys could help out. Basically, for over a year I have been using the sound card supplied by my OEM vendor (NEC Ready 9701, for what it's worth). Windows 95 listed it as an Aztech Sound III (or something to that effect), and it includes a sound blaster Pro compatible device, as well as a MPU MIDI look-a-like. It also contains my modem. Well, any way, it was only capable of 8-bit sound, and some sound programs let off an obnoxious noise when it tried to play 16-bit music under FreeBSD (2.2-RELENG, 2.2.5 and 2.2.6-RELEASE). One example is Doom, another is RealAudio under 16-bit mode. Windows seems to mask out the noise well enough, but I thought it was time maybe to upgrade to a 16-bit sound card, so I bought the SoundBlaster 16 (which also has sbvxi and sbmidi). Unfortunately, this doesn't come with a modem. Therefore, I have to keep the old sound card in just for the modem. Here's my problem: Under Windows95, I can disable the old Aztech drivers (except the modem, of course) using the "Device" tab of the "Properties" dialog under "My Computer." Then I just leave the new SB16 drivers in. I have 16-bit sound and I can use my modem. Under FreeBSD, on the other hand, I can't. I tried the old fashioned way (without Luigi's PnP code), but it only would recognize my old sound card. I even tried the boot-under-windows-let-PnP-configure-cards- then-reboot-under-FreeBSD-method, but it still wouldn't recognize the card (Just the Aztechs). I then tried with: options pnp0 ... device pcm0 at isa? port ? tty irq 10 drq 1 flags 0x0 vector pcmintr But when I rebooted, it would give me: Probing for PnP devices: CSN 1 Vendor ID: AZT3000 [0x00305407] Serial 0xffffffff CSN 2 Vendor ID: CTL00f0 [0xf0008c0e] Serial 0xffffffff This is a SB16 PnP, but LDN 0 is disabled .. Probing for devices on the ISA bus: pcm1 not found at 0xffffffff Not only was CSN 2 disabled, but for some strange reason, even though I had specified pcm0 in my config, the driver was looking for pcm1. I recompiled with "pcm1" specified, and on boot-up, it failed looking for "pcm2"! I made unsuccessful attempts to disable CSN1 under config -c, and experimented with enabling/disabling PnP support in the BIOS (Phoenix). Nothing worked. As a final resort, I yanked out my Aztech sound card (along with my modem), and the sound driver still failed to detect it. (CSN2 SB16 became CSN1, and it was not disabled, but I still had the running pcm0 -> pcm1 problem). Lastly, I used the old Voxware version, with the IRQs, ports, and DRQs set up exactly as reported in Windows95, and rebooted with the Aztech yanked. It FINALLY worked (but with no modem, of course.) Question: Is there a way to get FreeBSD 2.2.6 to recognize the SB16 sound card, rather than the Aztech? Even with both cards installed? I don't care if it involves the Voxware method or Luigi PnP, just so long as it works. Also, it needs to be able to recognize the modem on COM1: (or /dev/cuaa0). Will I just have to splurge for a new external modem on COM2? Thanks: -Rob -- drifter@stratos.nospam.net (remove nospam to send) "Ever notice that in every commercial about the Internet, advertising geniuses can't resist having a bunch of kids staring into a monitor, awe- struck, looking at a whale jumping out of the ocean? Or is it just me?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 22:37:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA16088 for freebsd-questions-outgoing; Tue, 26 May 1998 21:26:37 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA15775 for ; Tue, 26 May 1998 21:24:55 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id VAA00194; Tue, 26 May 1998 21:24:15 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 21:24:14 -0700 (PDT) From: Doug White Reply-To: Doug White To: Hi! cc: freebsd-questions@FreeBSD.ORG Subject: Re: Can FreeBSD act as a server for Windows 95 or NT? In-Reply-To: <199805262157.EAA09358@narnia.mitra.net.id> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, Hi! wrote: > Hi, I'm running a small network using NT4 Server and Windows 95 as > clients. I'm very interested in FreeBSD. I wonder if I can use it as a > server for my Windows 95 clients or as a client for my Windows NT 4.0 SP > 3 server, and can you tell me how? Install Samba. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 22:43:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA13813 for freebsd-questions-outgoing; Tue, 26 May 1998 21:15:59 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA13610 for ; Tue, 26 May 1998 21:15:10 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id VAA29999; Tue, 26 May 1998 21:14:55 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 21:14:55 -0700 (PDT) From: Doug White Reply-To: Doug White To: bsd mailing lists cc: freebsd-questions@FreeBSD.ORG Subject: Re: bad block scan ?? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, bsd mailing lists wrote: > > Hello, > installing the quota system I ahd a problem of bad block on th disk > when the system check the file quota.users > > Well seems like there is a bad block and the system cannot read the file > so I had also to turn quota off. > > So I Ask if ther eis such a tool to chck bad blocks on the hard drive and > to mark them as bad without having to reinstall the whole system > thanks very much See bad144. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 22:51:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA14958 for freebsd-questions-outgoing; Tue, 26 May 1998 21:20:43 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA14785 for ; Tue, 26 May 1998 21:20:00 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id VAA00140; Tue, 26 May 1998 21:19:50 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 26 May 1998 21:19:49 -0700 (PDT) From: Doug White Reply-To: Doug White To: Wayne G Boyd cc: freebsd-questions@FreeBSD.ORG Subject: Re: PPP, Mgetty, Dialup Question In-Reply-To: <199805261811.SAA01124@jcegroup.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, Wayne G Boyd wrote: > I have a FreeBSD 2.2.5-RELEASE machine up and running, connected to a > local ethernet of Win95 machines. With User PPP configured and > working for dial on demand access to our ISP. > > I am now trying to get the BSD box to accept external dial-in's. > I have a working copy of mgetty compiled and installed. It correctly > detects a PPP request from the dialin client, and launches the PPP > -direct program. > > The ppp program correctly authenticates the login using PAP, from the > /etc/ppp/ppp.secret file. And the Win95 dialin client reports a > successfully connection has been established. Here is an extract of > the PPP log file:- > > May 26 17:39:18 jcegroup ppp[59]: Phase: Modem /dev/cuaa0 is in use Hm, you're trying to run ppp on the same modem. Check your configuration. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 22:54:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA05046 for freebsd-questions-outgoing; Tue, 26 May 1998 22:54:41 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mx.iki.rssi.ru (mx.iki.rssi.ru [193.232.212.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA04992; Tue, 26 May 1998 22:53:48 -0700 (PDT) (envelope-from richi@tdis.gctc.rssi.ru) Received: from tdis.gctc.rssi.ru (tdis.gctc.rssi.ru [193.232.26.70]) by mx.iki.rssi.ru (8.8.5/8.8.5) with SMTP id KAA06691; Tue, 26 May 1998 10:37:20 +0500 (MSD) Received: from tdis by tdis.gctc.rssi.ru (5.x/SMI-SVR4) id AA02373; Tue, 26 May 1998 10:34:42 -0300 Message-Id: <356AC4F1.987CD94C@tdis.gctc.rssi.ru> Date: Tue, 26 May 1998 10:34:41 -0300 From: "Andrew A.Karjagin" Organization: Gagarin Cosmonaut Training Center X-Mailer: Mozilla 4.04 [en] (X11; I; SunOS 5.4 sun4m) Mime-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" , "freebsd-net@FreeBSD.ORG" Subject: Modem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, people! Anybody help me! How can I send a commands to my local modem on FreeBSD machine to control internal options of modem. Thank you. ____________________________________________________ Best regards Andrew A.Karjagin Gagarin Cosmonaut Training Center, Star town, Russia ICQ# = 4744622 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 22:59:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA05736 for freebsd-questions-outgoing; Tue, 26 May 1998 22:59:46 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mutsgo.kf7nn.com (mutsgo.kf7nn.com [204.251.27.213]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA05668 for ; Tue, 26 May 1998 22:59:08 -0700 (PDT) (envelope-from vagner@mutsgo.kf7nn.com) Received: (from vagner@localhost) by mutsgo.kf7nn.com (8.8.8/8.8.7) id AAA20112 for questions@freebsd.org; Wed, 27 May 1998 00:58:10 -0500 (CDT) (envelope-from vagner) From: laszlo vagner Message-Id: <199805270558.AAA20112@mutsgo.kf7nn.com> Subject: afterstep 1.4 To: questions@FreeBSD.ORG Date: Wed, 27 May 1998 00:58:10 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i am having problems compiling the new afterstep. i downloaded the port ran configure ran xmkmf ran make Makefiles ran make and get this error. can someone point me in the right direction? cc -O2 -fno-strength-reduce -I/usr/X11R6/include -I/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c stepgfx.c cc -O2 -fno-strength-reduce -I/usr/X11R6/include -I/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c hashtable.c rm -f afterstep cc -o afterstep -O2 -fno-strength-reduce -L/usr/X11R6/lib afterstep.o configure.o clientwin.o events.o borders.o menus.o functions.o resize.o add_window.o pager.o move.o icons.o windows.o module.o placement.o decorations.o colormaps.o misc.o style.o stepgfx.o hashtable.o -L/usr/X11R6/lib -lXpm -lXext -lX11 -lafterstep -L../../lib -lgnumalloc ld: -lgnumalloc: no match *** Error code 1 Stop. *** Error code 1 Stop. /root/AfterStep-1.4.5.55N6 > thanks George To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 23:01:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA06242 for freebsd-questions-outgoing; Tue, 26 May 1998 23:01:54 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Date: Tue, 26 May 1998 23:01:54 -0700 (PDT) From: owner-freebsd-questions@FreeBSD.ORG Message-Id: <199805270601.XAA06242@hub.freebsd.org> To: undisclosed-recipients:; From owner-freebsd-questions Tue May 26 23:05:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA06677 for freebsd-questions-outgoing; Tue, 26 May 1998 23:05:18 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from colossus.dyn.ml.org (dburr@206-18-115-32.la.inreach.net [206.18.115.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA06621 for ; Tue, 26 May 1998 23:04:45 -0700 (PDT) (envelope-from dburr@colossus.dyn.ml.org) Received: (from dburr@localhost) by colossus.dyn.ml.org (8.8.8/8.8.7) id XAA24674; Tue, 26 May 1998 23:02:51 -0700 (PDT) (envelope-from dburr) Message-ID: X-Mailer: XFMail 1.2 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <356B8DB8.749371CB@erols.com> Date: Tue, 26 May 1998 23:02:51 -0700 (PDT) Organization: Computer Help From: Donald Burr To: Whee Kim Subject: RE: How do I mount an audio CD? Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- My secret spy satellite informs me that on 27-May-98, Whee Kim wrote: > I have been trying to play CDs, but I can't. I put the audio CD in > my drive and mount /cdrom... but it can't mount it... how come? I have > creative CD-ROM drive. You cannot directly play an audio CD by mounting it. You must use a audio CD playing program to do so. > How do I play audio CD? There are several good ones in the Ports collection (look in the /usr/ports/audio directory). My personal favorite is xmcd (/usr/ports/audio/xmcd). - --- Donald Burr - Ask me for my PGP key | PGP: Your WWW HomePage: http://DonaldBurr.base.org/ ICQ #1347455 | right to Address: P.O. Box 91212, Santa Barbara, CA 93190-1212 | 'Net privacy. Phone: (805) 957-9666 FAX: (800) 492-5954 | USE IT. -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNWusivjpixuAwagxAQEQ6AP9F4x6D9o3erkx7HCMkR/HrBg5kfjoWNCG uKHJPDt+nPUPrPXk2PNR3MH+2RF+UNp+CcJxxxmm0ttE8lT3sGdX3gx4PyOnzgcz oaL1SRz8R5QIcbR6CaUUyl5kkeV/5FVCLRibUiuydEFSEdYOvimevCj5yT1PUMtf CowQNKwaZzE= =C80F -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 23:08:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA07149 for freebsd-questions-outgoing; Tue, 26 May 1998 23:08:36 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from latte.2xtreme.net (breve.2xtreme.net [208.147.33.71]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id XAA07083 for ; Tue, 26 May 1998 23:08:16 -0700 (PDT) (envelope-from AllenSitho@2xtreme.net) Received: (qmail 775 invoked from network); 27 May 1998 06:08:46 -0000 Received: from 135.usr5.2xtreme.net (HELO mona) (209.21.44.135) by latte.2xtreme.net with SMTP; 27 May 1998 06:08:46 -0000 Message-ID: <0eda01bd8936$45ad8180$6f6fa8c0@mona.allen.com> Reply-To: "Allen Sitho" From: "Allen Sitho" To: "Doug White" , "Tai Nguyen" Cc: Subject: Re: system commander Date: Tue, 26 May 1998 23:11:20 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Here is the tips to get it working - 1. Under System Commander, highlight (not enter) the FreeBSD selection and do Alt-S to do Setup. 2. Highlight (not enter) the Global Option. Do Alt-F9 to bring up a pop up menu. 3. Change the Memory Option to No. 4. Boot. -------------------------------------------------- Allen Sitho -----Original Message----- From: Doug White To: Tai Nguyen Cc: freebsd-questions@FreeBSD.ORG Date: Tuesday, May 26, 1998 11:02 PM Subject: Re: system commander >On Tue, 26 May 1998, Tai Nguyen wrote: > >> could i use system commander instead of creating a boot disk? please >> email me back at speedlimit@home.net > >yes, but syscommander has a nasty bug that confuses the freebsd >bootblocks. > >Doug White | University of Oregon >Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant >http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 23:13:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA08055 for freebsd-questions-outgoing; Tue, 26 May 1998 23:13:59 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cybertouch.org (beef@cybertouch.org [209.47.145.231]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA07978 for ; Tue, 26 May 1998 23:13:18 -0700 (PDT) (envelope-from beef@cybertouch.org) Received: from localhost (beef@localhost) by cybertouch.org (8.8.8/8.8.8) with SMTP id CAA00864; Wed, 27 May 1998 02:11:59 -0400 (EDT) (envelope-from beef@cybertouch.org) Date: Wed, 27 May 1998 02:11:58 -0400 (EDT) From: Lanny Baron To: drifter@stratos.net cc: freebsd-questions@FreeBSD.ORG Subject: Re: problem alias's in Xwindows (from .profile) In-Reply-To: <19980526165828.B20319@stratos.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998 drifter@stratos.net wrote: > On Tue, May 26, 1998 at 02:25:33AM -0400, Lanny Baron wrote: > > Hello, > > > > I was wondering if anyone knows how to get colorls working in an xterm. I have > > my alias set up in .profile as ls='colorls -FG' and in .xinitrc the xterm is as follows: > > Did you try: > > $ export TERM=xterm-color # For /bin/sh and friends > > or > > % setenv TERM xterm-color # For /bin/csh or tcsh > > -drifter > Hi, Thanks for the response to my problem. To answer you, I use bash or bash2. But in my .login file I have the following line: TERM=xterm-color; export TERM alias x='exit' alias ls='colorls -FG' alias ll='colorls -FGl' alias la='colorls -FGal' In addition, in anything but the first 2 xterm windows that open when starting X, the colorls as well as an alias: alias ts='telnet shell.tht.net' will not work. If you can help me I would be most grateful. Again thanks for your help in advance!! Regards.... lanny * Lanny Baron * In the Beginning He Said "Let there be Light" | Have you had your BEEF today? | He saw it was good. A few days later He said | http://www.tht.net/~beef | "Let there be computers for mankind" And the * * PC was made. He then turned on His heavenly | Want a great operating system? | pc and the heavenly monitor displayed | try FreeBSD, it's remarkable! | "Welcome to FreeBSD" And he jumped for joy. * http://www.FreeBSD.org * &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 23:15:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA08223 for freebsd-questions-outgoing; Tue, 26 May 1998 23:15:10 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from zero.alphawest.com.au (dns.alphawest.com.au [203.14.124.44]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id XAA08157 for ; Tue, 26 May 1998 23:14:30 -0700 (PDT) (envelope-from stephenc@ios.alphawest.com.au) Received: (from smap@localhost) by zero.alphawest.com.au (8.6.12/8.6.12) id OAA01876 for ; Wed, 27 May 1998 14:09:40 +0800 Received: from parang(203.14.124.50) by zero via smap (V2.0p2) id xma001873; Wed, 27 May 98 14:09:10 +0800 Received: from stephenc ([203.14.124.41]) by parang.alphawest.com.au (8.9.0/8.8.8) with SMTP id OAA00466 for ; Wed, 27 May 1998 14:04:14 +0800 (WST) (envelope-from stephenc@ios.alphawest.com.au) Message-ID: <00e101bd8935$c7cc5110$297c0ecb@stephenc.alphawest.com.au> Reply-To: "Stephen Cooper" From: "Stephen Cooper" To: "FreeBSD mailing list" Subject: Passwd very slow when using kerberos. Why? Date: Wed, 27 May 1998 14:07:50 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trialing kerberos, I have gone through the steps in the Handbook and edited inetd.conf and rc.conf to launch the kerberos daemons. Now when I type "passwd", it responds with the default realm after nearly a minute. But it takes AGES to respond, what exactly is it doing? Is it broadcasting on the network? I am running on an 80486 laptop, a little low end I know, but its just a trial. Type /stand/sysinstall to re-enter the installation and configuration utility. You have new mail. erase ^H, kill ^U, intr ^C This is parang.alphawest.com.au stephenc:/disk2/home/stephenc>klist Ticket file: /tmp/tkt_1013 Principal: stephenc@ALPHAWEST.COM.AU Issued Expires Principal May 27 13:55:41 May 27 23:55:41 krbtgt.ALPHAWEST.COM.AU@ALPHAWEST.COM.AU stephenc:/disk2/home/stephenc>passwd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 23:17:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA08467 for freebsd-questions-outgoing; Tue, 26 May 1998 23:17:04 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.drivel.net (eclipse.blurred.net [206.108.68.58]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA08408 for ; Tue, 26 May 1998 23:16:34 -0700 (PDT) (envelope-from patrick@drivel.net) Received: from localhost (patrick@localhost) by mail.drivel.net (8.8.8/8.8.5) with SMTP id CAA06820 for ; Wed, 27 May 1998 02:16:27 -0400 (EDT) Date: Wed, 27 May 1998 02:16:27 -0400 (EDT) From: Patrick X-Sender: patrick@eclipse.blurred.net To: freebsd-questions@FreeBSD.ORG Subject: freebsd and zyxel Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i have a network of 2 freebsd machines, a windows machine and a zyxel isdn router, which is doing ip masquerading. everything is nice and fast from the windows machine, but is painfully slow from either freebsd machine. if i telnet to an external host from the windows machine it's fine, but if i telnet to the same host from a freebsd machine it's as if the connection is really slow. i tried downloading something via ftp and got throughput of 0.36 kBps. but if i ping the external host, the return times are around 40 ms. i even tried flood-pinging an external host, and it was fine, the zyxel even connected the second channel. when i was using a bitsurfr connected to one of the freebsd machines, everything was fine from all the machines. help me? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 23:22:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA09394 for freebsd-questions-outgoing; Tue, 26 May 1998 23:22:39 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from medvet-pu.s-gim.kr.edus.si (root@medvet-pu.s-gim.kr.edus.si [194.249.236.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA09301 for ; Tue, 26 May 1998 23:22:05 -0700 (PDT) (envelope-from domens@medvet-pu.s-gim.kr.edus.si) Received: from Domen ([193.189.183.241]) by medvet-pu.s-gim.kr.edus.si (8.8.8/8.8.7/19970814) with SMTP id IAA12606 for ; Wed, 27 May 1998 08:19:21 +0200 (CEST) Message-ID: <000701be3169$a71438c0$0200a8c0@Domen> From: "Domen Semolic" To: Subject: Hi Date: Sun, 27 Dec 1998 08:22:21 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01BE3172.06426580" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0004_01BE3172.06426580 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello !!! I have only one question ! Can i have one account on freebsd , for my bot=20 Thank You !!! DoDy ------=_NextPart_000_0004_01BE3172.06426580 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello !!! I have only one question=20 !
Can i have one account on freebsd , = for my bot=20
Thank You !!!
DoDy
------=_NextPart_000_0004_01BE3172.06426580-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 23:36:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA11852 for freebsd-questions-outgoing; Tue, 26 May 1998 23:36:01 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA11769 for ; Tue, 26 May 1998 23:35:26 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id HAA24532; Wed, 27 May 1998 07:33:51 +0100 (BST) (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199805270633.HAA24532@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Szu-ting Yi cc: Brian Somers , freebsd-questions@FreeBSD.ORG Subject: Re: [Help]:Problems with PPP dialin Server with mgetty ... In-reply-to: Your message of "Mon, 25 May 1998 16:42:55 +0800." <35692F0E.D0E14D7F@mail.3pstudio.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 27 May 1998 07:33:51 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > Brian Somers wrote: > > > Can you draw a picture of your network ? I clearly have no idea > > about what's connected to what. > > An Isp --- modem ---- router > | > hub------210.66.235.1 > |------210.66.235.2 > |------ > |------ > |------ > |------ ppp server --modem Hi, sorry it took a while to get back. I haven't got your original message, but I suspect that you're missing the `enable proxy' on the ppp server. Once you `enable proxy', the router will be able to talk to the other end of the ppp link (210.66.235.201). Without it, the router does an ``arp'' and gets no reply. -- Brian , , Don't _EVER_ lose your sense of humour.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 23:36:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA12034 for freebsd-questions-outgoing; Tue, 26 May 1998 23:36:50 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from www.transfar.com ([202.103.100.244]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA11934 for ; Tue, 26 May 1998 23:36:23 -0700 (PDT) (envelope-from phj@www.transfar.com) Received: from www.TransFar.com ([202.103.100.245]) by www.transfar.com (Netscape Mail Server v2.02) with ESMTP id AAA1769; Wed, 27 May 1998 15:31:22 +0900 Message-ID: <356C2452.B6923541@www.TransFar.com> Date: Wed, 27 May 1998 14:33:56 +0000 From: phj X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.6-RELEASE i386) MIME-Version: 1.0 To: Whee Kim CC: freebsd-questions@FreeBSD.ORG Subject: Re: How do I mount an audio CD? References: <356B8DB8.749371CB@erols.com> Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Whee Kim wrote: > Hi, I need help. > > I have been trying to play CDs, but I can't. I put the audio CD in > my drive and mount /cdrom... but it can't mount it... how come? I have > creative CD-ROM drive. > > How do I play audio CD? use xcdplayer or other software to play audio CD,if you use xcdplayer and the CD-ROM as the sencond master drive ,so "xcdplayer -device /dev/wcd0c" will work. BTW:As I knew audio CD can not be monuted . > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 23:37:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA12134 for freebsd-questions-outgoing; Tue, 26 May 1998 23:37:12 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from zero.alphawest.com.au (dns.alphawest.com.au [203.14.124.44]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id XAA12057 for ; Tue, 26 May 1998 23:36:52 -0700 (PDT) (envelope-from stephenc@ios.alphawest.com.au) Received: (from smap@localhost) by zero.alphawest.com.au (8.6.12/8.6.12) id OAA02023 for ; Wed, 27 May 1998 14:32:35 +0800 Received: from parang(203.14.124.50) by zero via smap (V2.0p2) id xma002021; Wed, 27 May 98 14:32:23 +0800 Received: from stephenc ([203.14.124.41]) by parang.alphawest.com.au (8.9.0/8.8.8) with SMTP id OAA07441 for ; Wed, 27 May 1998 14:27:26 +0800 (WST) (envelope-from stephenc@ios.alphawest.com.au) Message-ID: <012701bd8939$05e3d380$297c0ecb@stephenc.alphawest.com.au> Reply-To: "Stephen Cooper" From: "Stephen Cooper" To: "FreeBSD mailing list" Subject: su - under kerberos, misconfig in login.conf ? Date: Wed, 27 May 1998 14:30:59 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Why do I get the ACL message? Do I need to edit login.conf? stephenc:/>su - su: kerberos: not in root's ACL. <<<<<<<<<<<<< ??? Password: erase ^H, kill ^U, intr ^C This is parang.alphawest.com.au root:/root> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 23:42:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA12898 for freebsd-questions-outgoing; Tue, 26 May 1998 23:42:15 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from www.transfar.com ([202.103.100.244]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA12820 for ; Tue, 26 May 1998 23:41:35 -0700 (PDT) (envelope-from phj@www.transfar.com) Received: from www.TransFar.com ([202.103.100.245]) by www.transfar.com (Netscape Mail Server v2.02) with ESMTP id AAA1807; Wed, 27 May 1998 15:37:12 +0900 Message-ID: <356C25B2.C8927A17@www.TransFar.com> Date: Wed, 27 May 1998 14:39:47 +0000 From: phj X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.6-RELEASE i386) MIME-Version: 1.0 To: Whee Kim CC: freebsd-questions@FreeBSD.ORG Subject: Re: Question! References: <356B8D57.270FC309@erols.com> Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Whee Kim wrote: > Hi, I have a question. > > I try to become root from the regular user by "su"Then I get > following message... > > su: kerberos: not in root's ACL > Password: > This problem happens when you are not in the same group with bin group.You may add the additional group with "bin" when you create your account ,then you wouldn't meet this problem. > This started after I installed 2.2.6. It hasn't done that with 2.2.5. > What is kerberos? and What is ACL? Is that an error? If it is how do I > fix it? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 23:47:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA13819 for freebsd-questions-outgoing; Tue, 26 May 1998 23:47:33 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hotmail.com (f66.hotmail.com [207.82.250.152]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id XAA13679 for ; Tue, 26 May 1998 23:46:48 -0700 (PDT) (envelope-from lyjiong@hotmail.com) Received: (qmail 11311 invoked by uid 0); 27 May 1998 06:46:12 -0000 Message-ID: <19980527064612.11310.qmail@hotmail.com> Received: from 202.96.233.109 by www.hotmail.com with HTTP; Tue, 26 May 1998 23:46:11 PDT X-Originating-IP: [202.96.233.109] From: "yuejiong li" To: questions@FreeBSD.ORG Content-Type: text/plain Date: Tue, 26 May 1998 23:46:11 PDT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear sir, I heard that I could get entire source code of UNIX.Is this true? And how I could do it. lyjiong May/27/98 ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 23:48:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA13950 for freebsd-questions-outgoing; Tue, 26 May 1998 23:48:06 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA13801; Tue, 26 May 1998 23:47:19 -0700 (PDT) (envelope-from grog@lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id QAA15333; Wed, 27 May 1998 16:17:01 +0930 (CST) (envelope-from grog) Message-ID: <19980527161700.G24133@freebie.lemis.com> Date: Wed, 27 May 1998 16:17:00 +0930 From: Greg Lehey To: Doug White Cc: dyson@FreeBSD.ORG, lfloyd@sonic.net, freebsd-questions@FreeBSD.ORG Subject: Re: Compatibility with Ultra IDE drives? References: <19980525094043.M15604@freebie.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: ; from Doug White on Tue, May 26, 1998 at 08:19:40PM -0700 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998 at 20:19:40 -0700, Doug White wrote: > On Mon, 25 May 1998, Greg Lehey wrote: > >>> Given you have a very fast machine to start with (like a fast P5 or >>> faster), bus-master DMA does help alot. There is a very noticable >>> difference in responsiveness of the system under load with the >>> DMA. I actually wasn't convinced until I mistakenly built a system >>> without the DMA, and noticed that it was somehow "slow." >> >> I was recently rather astonished with the performance of modern IDE >> drives, and spent some time comparing the time for a 'make world' on >> a K6/233 with 96 MB of memory. Here are the results for an IBM DORS >> SCSI drive with an Adaptec 2940 host adaptor, and an IBM DHEA IDE >> drive with normal and Ultra DMA: >> >> Disk Elapsed User System >> >> DORS 126m22.811s 66m2.051s 16m28.411s >> DHEA 124m54.116s 65m3.465s 18m50.257s >> DHEA/Ultra 111m21.743s 66m24.344s 18m37.329s > > Yeah, but were you doing anything at the time? Making the world. > IDE kills interactive response. Not true. What gives you that idea? Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 26 23:57:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA15989 for freebsd-questions-outgoing; Tue, 26 May 1998 23:57:30 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA15898 for ; Tue, 26 May 1998 23:57:00 -0700 (PDT) (envelope-from grog@lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id QAA15903; Wed, 27 May 1998 16:26:28 +0930 (CST) (envelope-from grog) Message-ID: <19980527162627.H24133@freebie.lemis.com> Date: Wed, 27 May 1998 16:26:27 +0930 From: Greg Lehey To: bjc23@hermes.cam.ac.uk, Cory Kempf Cc: brintm@bslnet.com, freebsd-questions@FreeBSD.ORG Subject: Re: file system full References: <199805261826.OAA27609@singularity.enigami.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: ; from Ben Cohen on Tue, May 26, 1998 at 08:58:47PM +0100 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998 at 20:58:47 +0100, Ben Cohen wrote: >> Uh, log in as root, and do the command '/bin/rm -rf /usr'? You should >> then have *plenty* of space available on /usr :-) > > Does FreeBSD have an undelete command? No. > (Is anyone familiar with the SCO OpenServer undelete command that > seems to be a sort of revision-control undelete!? Is it any good?) I'm not familiar with this command, but years ago I bought and used the Norton Tools for UNIX, which included an undelete command. It significantly slowed down the machine, and in the end I uninstalled it. > How do you de-fragment partitions? Copy them onto another partition > or disk and then copy them back? That's as good as any. Normally you'd use tape. > At what point do you begin to need to do this? I've never seen the need. Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 00:13:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA19300 for freebsd-questions-outgoing; Wed, 27 May 1998 00:13:36 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA19143 for ; Wed, 27 May 1998 00:12:50 -0700 (PDT) (envelope-from dean@odyssey.apana.org.au) Received: from localhost (dean@localhost) by odyssey.apana.org.au (8.8.7/8.8.7) with SMTP id PAA25603; Wed, 27 May 1998 15:12:59 +0800 (WST) Date: Wed, 27 May 1998 15:12:59 +0800 (WST) From: Dean Hollister To: Doug White cc: FreeBSD Questions Subject: Re: Killing zombie processes In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, Doug White wrote: > Fix the offending program that zombie-ing. Add a wait() call just before > it exits to reap the children. Hmmm, how would you achieve this on a serial port, running a sh or bash process? Regards, d. +-------------------------------------------------------+ | Dean Hollister, | dean@odyssey.apana.org.au | | Perth, Western Australia. | deanh@iinet.net.au | +-------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 00:28:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA22176 for freebsd-questions-outgoing; Wed, 27 May 1998 00:28:41 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alcatel.fr (mail.alcatel.fr [194.133.58.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA22118 for ; Wed, 27 May 1998 00:28:12 -0700 (PDT) (envelope-from THIERRY.HERBELOT@telspace.alcatel.fr) From: THIERRY.HERBELOT@telspace.alcatel.fr Received: from alcatel.fr (gatekeeper-ssn.alcatel.fr [155.132.180.244]) by mailgate.alcatel.fr (ALCANET/SMTP.9.9.9) with ESMTP id JAA07321; Wed, 27 May 1998 09:27:19 +0200 Received: from aifhs1.alcatel.fr (aifhs1.alcatel.fr [155.132.180.86]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id JAA11636; Wed, 27 May 1998 09:17:01 +0200 (MET DST) Received: from aifhs2.alcatel.fr (localhost [127.0.0.1]) by aifhs1.alcatel.fr (8.8.8/8.8.8) with ESMTP id JAA24289; Wed, 27 May 1998 09:20:48 +0200 (MET DST) Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id JAA11622; Wed, 27 May 1998 09:16:59 +0200 (MET DST) Received: from telss1 (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.7.6/8.7.3) with SMTP id JAA05894; Wed, 27 May 1998 09:26:31 +0200 (MET DST) Received: from telspace.alcatel.fr by telss1 (4.1/SMI-4.1) id AA22243; Wed, 27 May 98 09:16:04 +0200 Received: from localhost by telspace.alcatel.fr with SMTP (1.40.112.12/16.2) id AA087043152; Wed, 27 May 1998 09:12:32 +0200 X-Openmail-Hops: 1 Date: Wed, 27 May 98 09:12:23 +0200 Message-Id: In-Reply-To: <199805261811.SAA01124@jcegroup.com> Subject: =?ISO-8859-1?Q?R=E9p_:_PPP,_Mgetty,_Dialup_Question?= Mime-Version: 1.0 To: wayne@jcegroup.com Cc: freebsd-questions@FreeBSD.ORG Content-Type: text/plain; charset=ISO-8859-1; name="PPP," Content-Disposition: inline; filename="PPP," Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id AAA22130 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG it seems you have 2 ppp processes fighting for cuaa0 May 26 17:39:08 jcegroup ppp[936]: Link: myaddr = 203.14.100.1 hisaddr =203.14.100.20 May 26 17:39:08 jcegroup ppp[936]: Link: OsLinkup: 203.14.100.20 May 26 17:39:18 jcegroup ppp[59]: Phase: Modem /dev/cuaa0 is in use May 26 17:39:48 jcegroup last message repeated 5 times processes 59 and 936 BTW, have you installed the very latest version of user-PPP. I have had troubles with mgetty and the version of iij-pp included in the 2.2.5 Release TfH ____________________________ Séparateur Réponse ________________________________ Objet : PPP, Mgetty, Dialup Question Auteur : wayne@jcegroup.com Date : 26/05/98 20:11 I have a FreeBSD 2.2.5-RELEASE machine up and running, connected to a local ethernet of Win95 machines. With User PPP configured and working for dial on demand access to our ISP. I am now trying to get the BSD box to accept external dial-in's. I have a working copy of mgetty compiled and installed. It correctly detects a PPP request from the dialin client, and launches the PPP -direct program. The ppp program correctly authenticates the login using PAP, from the /etc/ppp/ppp.secret file. And the Win95 dialin client reports a successfully connection has been established. Here is an extract of the PPP log file:- May 26 17:39:05 jcegroup ppp[936]: Phase: Using interface: tun1 May 26 17:39:05 jcegroup ppp[936]: Phase: Listening at port 3001. May 26 17:39:05 jcegroup ppp[936]: Phase: PPP Started. May 26 17:39:05 jcegroup ppp[936]: Phase: Packet mode enabled May 26 17:39:06 jcegroup ppp[936]: Phase: *Connected! May 26 17:39:07 jcegroup ppp[936]: Phase: NewPhase: Authenticate May 26 17:39:07 jcegroup ppp[936]: Phase: his = 0, mine = c023 May 26 17:39:07 jcegroup ppp[936]: Phase: PapInput: REQUEST May 26 17:39:07 jcegroup ppp[936]: Phase: PapOutput: ACK May 26 17:39:07 jcegroup ppp[936]: Phase: NewPhase: Network May 26 17:39:08 jcegroup ppp[936]: Link: myaddr = 203.14.100.1 hisaddr =203.14.100.20 May 26 17:39:08 jcegroup ppp[936]: Link: OsLinkup: 203.14.100.20 May 26 17:39:18 jcegroup ppp[59]: Phase: Modem /dev/cuaa0 is in use May 26 17:39:48 jcegroup last message repeated 5 times May 26 17:40:18 jcegroup last message repeated 2 times May 26 17:43:40 jcegroup ppp[936]: Phase: Idle timer expired. May 26 17:43:40 jcegroup ppp[936]: Link: OsLinkdown: 203.14.100.20 May 26 17:43:40 jcegroup ppp[936]: Phase: NewPhase: Dead May 26 17:43:40 jcegroup ppp[936]: Phase: NewPhase: Terminate May 26 17:43:41 jcegroup ppp[936]: Phase: PPP Terminated (dead). All looks well, but the problem is as follows:- I can ping the BSD box from the win95 client (and I can see the traffic on the BSD box using BPF and tcpdump), but if I try a telnet, or ftp, or pop3 access, it just hangs there and does nothing. There are a couple of lines come up on the tcpdump, but it then just sits there for about 60 seconds or so. At which point, strangely, it starts to work. But only for that telnet session, I get the same problem next time I try to initiate a telnet, or anything else. But this is enough to stop things like email programs from working at all. It feel's as if I am VERY close to success, but not quite there. Does anyone have any inspiration for me. Any help would be GREATLY appreciated. Thanks, Wayne. -- Wayne G Boyd, Digital Systems Manager JCE (Aberdeen) Ltd Tel: +44 (0)1224 772030 Fax: +44 (0)1224 772002 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 00:45:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA24673 for freebsd-questions-outgoing; Wed, 27 May 1998 00:45:12 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from astra.gal.ukrpack.net ([195.230.139.50]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA24587 for ; Wed, 27 May 1998 00:44:37 -0700 (PDT) (envelope-from olegg@astra.gal.ukrpack.net) Received: from localhost (olegg@localhost) by astra.gal.ukrpack.net (8.8.7/8.8.7) with SMTP id KAA02024; Wed, 27 May 1998 10:38:53 +0300 (EEST) (envelope-from olegg@astra.gal.ukrpack.net) Date: Wed, 27 May 1998 10:38:53 +0300 (EEST) From: "Oleg G." To: Questions , Zip311 Subject: Re: I can't su!! In-Reply-To: <356B1AC6.A9A451C2@cc1003523-a.twsn1.md.home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, Zip311 wrote: > When I try to "su" to root it gives me the message: > "su: you are not in the correct group to su root." > But my /etc/passwd and /etc/master.passwd entries both state me as being > in group wheel. Check GID, it must be 0, like this: root:*:0:0:Charlie &:/root:/usr/local/bin/tcsh toor:*:0:0:Bourne-again Superuser:/root: ... some lines are deleted... ... olegg:*:1060:0:Oleg G., Info-Center:/home/olegg:/usr/local/bin/tcsh ... ^^^ Use vipw command, to correctly rebuilt database /etc/master.passwd > Am I doing some thing wrong? > How can I fix this? Check the GID in /etc/master.passwd > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Regardz, Oleg G. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 00:48:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA25359 for freebsd-questions-outgoing; Wed, 27 May 1998 00:48:32 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from astra.gal.ukrpack.net ([195.230.139.50]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA25219 for ; Wed, 27 May 1998 00:47:51 -0700 (PDT) (envelope-from olegg@astra.gal.ukrpack.net) Received: from localhost (olegg@localhost) by astra.gal.ukrpack.net (8.8.7/8.8.7) with SMTP id KAA02031; Wed, 27 May 1998 10:42:11 +0300 (EEST) (envelope-from olegg@astra.gal.ukrpack.net) Date: Wed, 27 May 1998 10:42:11 +0300 (EEST) From: "Oleg G." To: Questions , Doug White Subject: Re: PPPD question. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, Doug White wrote: > On Mon, 25 May 1998, Oleg G. wrote: > > > This messages appears on the remote host. > > Okay, so both sides report the same problem??? > > > On the local box syslog wrote the same messges. > > Interesting. > > > The remote and local boxes stay near in one room, and modems are linked 5m > > shortest range LL :) , maybe LL are overloading? > > What is LL? Sorry, LL - 2 wire leased line. Regardz, Oleg G. > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 00:57:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA26928 for freebsd-questions-outgoing; Wed, 27 May 1998 00:57:34 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cybertouch.org (beef@cybertouch.org [209.47.145.231]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA26905 for ; Wed, 27 May 1998 00:57:20 -0700 (PDT) (envelope-from beef@cybertouch.org) Received: from localhost (beef@localhost) by cybertouch.org (8.8.8/8.8.8) with SMTP id DAA01068; Wed, 27 May 1998 03:56:05 -0400 (EDT) (envelope-from beef@cybertouch.org) Date: Wed, 27 May 1998 03:56:03 -0400 (EDT) From: Lanny Baron To: questions@FreeBSD.ORG, support@cdrom.com Subject: /usr filling up.. Message-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 have installed 2.2.6 and my /usr was at 94%. I was given some help last night on IRC by jkh telling me to make clean /usr/ports. I did that and am now at 85% in /usr. I have installed "all" when I originally installed via /stand/sysinstall. However I can see that there are many things which in all likely hood, I will not need. I am extremely happy with this version and setup of FreeBSD 2.2.6 and do not want to destroy and reinstall. Can someone tell me what I can (and how to go about it properly), remove from /usr/src (i do rebuild my kernel sometimes) and in /usr/X11R6. Below is the summary for du -sk * in /usr/X11R6 cybertouch# cd /usr/X11R6 cybertouch# du -sk * 74918 bin 2 etc 953 icons 4467 include 1 info 60771 lib 1 libexec 2851 man 136 share 78436 src the summary below is for /usr cybertouch# cd /usr cybertouch# du -sk * 222537 X11R6 11134 bin 1 compat 1670 games 3753 include 12347 lib 68 libdata 4771 libexec 188235 local 101 mdec 1 obj 48232 ports 3749 sbin 29916 share 147083 src 1 tmp the summary below is for /usr/local cybertouch# cd /usr/local cybertouch# du -sk * 343 apsfilter 26974 bin 45 cgi-bin 571 etc 1990 include 7865 info 40330 lib 441 libexec 3048 man 826 sbin 105702 share 99 www and finally /usr/src cybertouch# cd /usr/src cybertouch# du -sk * 4 COPYRIGHT 5 CVS 23 Makefile 3 README 2490 bin 49098 contrib 315 etc 7224 games 13952 gnu 494 include 113 kerberosIV 11810 lib 1358 libexec 130 lkm 919 release 2225 sbin 673 secure 9265 share 22628 sys 11078 usr.bin 13275 usr.sbin Thank you so much in advance for any help in which you may provide to me. -Lanny * Lanny Baron * In the Beginning He Said "Let there be Light" | Have you had your BEEF today? | He saw it was good. A few days later He said | http://www.tht.net/~beef | "Let there be computers for mankind" And the * * PC was made. He then turned on His heavenly | Want a great operating system? | pc and the heavenly monitor displayed | try FreeBSD, it's remarkable! | "Welcome to FreeBSD" And he jumped for joy. * http://www.FreeBSD.org * &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 00:58:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA27112 for freebsd-questions-outgoing; Wed, 27 May 1998 00:58:54 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from divre5.telkom.co.id ([202.134.0.55]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id AAA27018 for ; Wed, 27 May 1998 00:58:11 -0700 (PDT) (envelope-from sandy@divre5.telkom.co.id) Received: from ars by divre5.telkom.co.id (SMI-8.6/SMI-SVR4) id OAA17908; Wed, 27 May 1998 14:48:57 -0700 Message-ID: <001701bd8945$ce21c3f0$7305600a@ars.divre5.net> From: "Arisandy" To: "question-freebsd" Subject: Squid? Date: Wed, 27 May 1998 15:02:11 +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 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'll try to install squid for cache server on my ppp on demand box... but there is warning ->fdstat_update:re-opening biggest_FD? and error -> /usr/local/squid/logs/access.log : (13) permission denied cannot open logfile........... what is access .log ? when i install squid...there is no file for access.log? thanks, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 01:11:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA29756 for freebsd-questions-outgoing; Wed, 27 May 1998 01:11:34 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from colossus.dyn.ml.org (dburr@206-18-115-32.la.inreach.net [206.18.115.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA29685 for ; Wed, 27 May 1998 01:11:11 -0700 (PDT) (envelope-from dburr@colossus.dyn.ml.org) Received: (from dburr@localhost) by colossus.dyn.ml.org (8.8.8/8.8.7) id BAA28476; Wed, 27 May 1998 01:10:52 -0700 (PDT) (envelope-from dburr) Message-ID: X-Mailer: XFMail 1.2 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <356BA1FB.CDB91C1@tribe.fit.unimas.my> Date: Wed, 27 May 1998 01:10:51 -0700 (PDT) Organization: Computer Help From: Donald Burr To: Faizul Ngsrimin Subject: RE: plug & play devices Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- My secret spy satellite informs me that on 27-May-98, Faizul Ngsrimin wrote: > > I know that FreeBSD has no support for pnp devices. But can I use isapnp > tools in linux distribution and get in working in FreeBSD? Actually, as of the latest release version (2.2.6), PnP support is now integrated into FreeBSD. If you are running 2.2.5 (the previous version), you can get patches to add PnP support to that. But I recommend that you go ahead and upgrade to 2.2.6 -- you'll be glad you did! - --- Donald Burr - Ask me for my PGP key | PGP: Your WWW HomePage: http://DonaldBurr.base.org/ ICQ #1347455 | right to Address: P.O. Box 91212, Santa Barbara, CA 93190-1212 | 'Net privacy. Phone: (805) 957-9666 FAX: (800) 492-5954 | USE IT. -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNWvKi/jpixuAwagxAQGC0QQAjf8Uje8v6nEs8i8XCtzyVPbNz575pDHR G0RSaEe62C1Nzlyk5nYuviFySlp8iHTyq06ZdAxXNmuAQCIbyADRZBgDOs5rjCq0 +Q0E1gn5dmfFvYwKfwnm1lcQidTxPC6q/i8VUd7wQlU6HoQu7X1inDXIHY8rptDv 9CzpIP2y+LQ= =jnwy -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 01:28:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA03301 for freebsd-questions-outgoing; Wed, 27 May 1998 01:28:28 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from anjin.xpress.se (anjin.xpress.se [195.162.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA03231 for ; Wed, 27 May 1998 01:28:06 -0700 (PDT) (envelope-from john@xpress.se) Received: from anjin.xpress.se (anjin.xpress.se [195.162.64.2]) by anjin.xpress.se (8.8.5/8.8.0) with ESMTP id JAA06901 for ; Wed, 27 May 1998 09:28:25 +0200 Date: Wed, 27 May 1998 09:28:25 +0200 (MET DST) From: John Nilsson To: freebsd-questions@FreeBSD.ORG Subject: latest FreeBSD on my SCSI-HW? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello ! Want to install FreeBSD on a machine w. on-board AIC-7895 - can't find it on the HW-compat.-list - am I out of luck? Alternatively I could use a BusLogic FlashPoint LW-card but ... se above ;-) TIA! -- Best regards, John Nilsson _ _ /_ / /_/ \ \ \/ / John Nilsson \ \/ /\ Tel: +46 54 521920 / +46 708 183310 / Fax: +46 54 525867 / /\ \ \ Bivägen 4 / 663 41 Hammarö / Sweden /_/ \_\/press On-Line To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 01:55:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA07576 for freebsd-questions-outgoing; Wed, 27 May 1998 01:55:09 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp1.erols.com (smtp1.erols.com [207.172.3.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA07563 for ; Wed, 27 May 1998 01:55:00 -0700 (PDT) (envelope-from philuint@erols.com) Received: from erols.com (207-172-119-85.s85.tnt2.brd.erols.com [207.172.119.85]) by smtp1.erols.com (8.8.8/8.8.5) with ESMTP id EAA15382 for ; Wed, 27 May 1998 04:54:57 -0400 (EDT) Message-ID: <356BD3D4.869D2076@erols.com> Date: Wed, 27 May 1998 04:50:28 -0400 From: Whee Kim X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: AWE32 not fonund?! Help! Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi. I am rebuilding my kernel and facing some problems here. I have AWE32 PNP sound card and FreeBSD 2.2.6 I have following lines for my kernel and compiled it. controller snd0 device sb0 at isa? port 0x220 irq 5 drq 1 vectore sbintr device sbxvi0 at isa? drq 5 device sbmidi0 at isa? port 0x330 device opl0 at isa? port 0x388 device awe0 at isa? port 0x620 However, at probing, I got following messages. AWE32 not found AWE32: not detected What is wrong? The settings are all correct... IRQ.. I/O and everything. I found out that AWE is using three I/O ...0620h-0623h,0a20h-0a23h, and 0e20h-0e23h. Which one should I use? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 02:13:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA09961 for freebsd-questions-outgoing; Wed, 27 May 1998 02:13:38 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from zaphod.axion.bt.co.uk (zaphod.axion.bt.co.uk [132.146.5.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id CAA09956 for ; Wed, 27 May 1998 02:13:31 -0700 (PDT) (envelope-from antonio.herrera@bt.com) Received: from sheriff.mavericks.bt.co.uk. (actually sheriff.mavericks.bt.co.uk) by zaphod.axion.bt.co.uk with SMTP (PP); Wed, 27 May 1998 10:12:20 +0100 Received: from smtpgate.mavericks.bt.co.uk (smtpgate [132.146.105.7]) by sheriff.mavericks.bt.co.uk. (8.6.12/8.6.12) with SMTP id KAA13093 for ; Wed, 27 May 1998 10:01:36 +0100 Received: by smtpgate.mavericks.bt.co.uk with Microsoft Mail id <356BE487@smtpgate.mavericks.bt.co.uk>; Wed, 27 May 98 10:01:43 UCT From: "Herrera, Antonio, HERRERA2" To: "'smtp:freebsd-questions@freebsd.org'" Subject: Can't install freeBSD in a new computer. Date: Wed, 27 May 98 10:02:00 UCT Message-ID: <356BE487@smtpgate.mavericks.bt.co.uk> X-Mailer: Microsoft Mail V3.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear all. I've got a new computer in my office and a can't install freebsd because I can't configure the kernel to recognize the network adapter. The network adapter is a 3Com Fast Etherlink XL 10/100Mb TX Ethernet NIC (3C905B-TX). All I know is that the current settings are: I/O Address= 0xDC00-0xDC7F IRQ=11 Memory range= c8000-cffff ; ff000000-ff00007f There aren't conflicts with other devices. I need to know whether FreeBSD supports this card, and in that case, how to make it work. Any help?. Thanks in advance. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 02:18:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA10654 for freebsd-questions-outgoing; Wed, 27 May 1998 02:18:21 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from oslo13.or.uninett.no (hanspbie@oslo13.or.uninett.no [158.36.90.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA10534 for ; Wed, 27 May 1998 02:17:54 -0700 (PDT) (envelope-from zerium@webindex.no) Received: from localhost (hanspbie@localhost) by oslo13.or.uninett.no (8.8.8/8.8.8) with SMTP id LAA24744; Wed, 27 May 1998 11:19:23 +0200 (CEST) (envelope-from zerium@webindex.no) X-Authentication-Warning: oslo13.or.uninett.no: hanspbie owned process doing -bs Date: Wed, 27 May 1998 11:19:20 +0200 (CEST) From: Hans Petter Bieker X-Sender: hanspbie@oslo13.or.uninett.no To: laszlo vagner cc: questions@FreeBSD.ORG Subject: Re: afterstep 1.4 In-Reply-To: <199805270558.AAA20112@mutsgo.kf7nn.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, laszlo vagner wrote: > i am having problems compiling the new afterstep. > > i downloaded the port what do you mean? downloaded the port? just remove -lgnumalloc in the Makefile. -bieker- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 02:19:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA10842 for freebsd-questions-outgoing; Wed, 27 May 1998 02:19:19 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jpi.mozcom.com (jpi.mozcom.com [206.151.136.210]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id CAA10818 for ; Wed, 27 May 1998 02:19:05 -0700 (PDT) (envelope-from ricky@jpi.mozcom.com) Received: from j-pcc0050 (j-pcc0050 [10.0.0.5]) by jpi.mozcom.com (8.6.12/8.6.12) with SMTP id RAA21821 for ; Wed, 27 May 1998 17:27:29 +0800 Message-Id: <199805270927.RAA21821@jpi.mozcom.com> X-Sender: ricky@jpi.mozcom.com X-Mailer: Windows Eudora Pro Version 2.2-Jr1 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-2022-JP" Date: Wed, 27 May 1998 09:24:22 +0800 To: questions@FreeBSD.ORG From: "Ricardo M. Codizar" Subject: 2 versions of FreeBSD Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Fellow FreeBSD users, Good Afternoon. I would like to install two FreeBSD versions on my PC together with Windows 95. I used OS/2 boot manager to create three primary partitions on my hard disk. I already installed Windows 95 on one of the partition and FreeBSD 2.0.1 on the other. On one of the partition left, I tried installing FreeBSD 2.2.2 but FreeBSD 2.0.1 were over written and in return there are two FreeBSD 2.2.2 version exists. Does two FreeBSD partitions can co-exist in one hard disk on a different partitions? Is that a FreeBSD limitations or hardware limitations? Do you have a possible solutions in mind to enable two FreeBSD versions in one hard disk? Hoping for your early response. Thank You. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 02:24:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA12113 for freebsd-questions-outgoing; Wed, 27 May 1998 02:24:34 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from zero.alphawest.com.au (dns.alphawest.com.au [203.14.124.44]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id CAA12089 for ; Wed, 27 May 1998 02:24:24 -0700 (PDT) (envelope-from stephenc@ios.alphawest.com.au) Received: (from smap@localhost) by zero.alphawest.com.au (8.6.12/8.6.12) id RAA03156; Wed, 27 May 1998 17:20:00 +0800 Received: from parang(203.14.124.50) by zero via smap (V2.0p2) id xma003153; Wed, 27 May 98 17:19:43 +0800 Received: from stephenc ([203.14.124.41]) by parang.alphawest.com.au (8.9.0/8.8.8) with SMTP id RAA04753; Wed, 27 May 1998 17:14:47 +0800 (WST) (envelope-from stephenc@ios.alphawest.com.au) Message-ID: <014501bd8950$66089770$297c0ecb@stephenc.alphawest.com.au> Reply-To: "Stephen Cooper" From: "Stephen Cooper" To: "FreeBSD mailing list" Cc: Subject: Core dump during initial kdestart Date: Wed, 27 May 1998 17:18:20 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Anybody know if the core dump I got at line 7 is OK? stephenc:/home/stephenc>DISPLAY=203.14.124.41:0.0; export DISPLAY stephenc:/home/stephenc>startkde QDir::readDirEntries: Cannot read the directory: /home/stephenc/Desktop/Templates ERROR: Template does not exist '/home/stephenc/Desktop/Templates/' kpanel: waiting for windowmanager PID could not get read. 4715: Segmentation fault - core dumped NAME of DISPLAY = '203.14.124.41_0.0' KBackground::KBackground KScreenSaver::KScreenSaver KGeneral::KGeneral ERROR: KFM is not running KFM call: selectRootIcons KFM NOT READY NAME of DISPLAY = '203.14.124.41_0.0' NAME of DISPLAY = '203.14.124.41_0.0' NAME of DISPLAY = '203.14.124.41_0.0' Changing to desktop 3 Desktops identical Could not read '/home/stephenc/.kde/share/apps/kfm/cache/index.txt' Scroll: 0 0 Adding waiting: 801792, 0 ######## (1) lstURL = 'file:/home/stephenc/' NAME of DISPLAY = '203.14.124.41_0.0' A new kioslave has been started emit documentStarted( this ); Adding waiting: 801792, 1 Parsing : file:/home/stephenc/ Done Handing slave back Parsing done emit documentDone( this ); Removed waiting: 801792, 0 Scroll: 0 0 Adding waiting: 801792, 0 host: www.kde.org HTTP::Open: connecting to 195.0.254.76:80 emit documentStarted( this ); Adding waiting: 801792, 1 Parsing : http://www.kde.org ############# COPY 'http://www.kde.org/logotp3.gif' to 'file:/home/stephenc/.kde/share/apps/kfm/cache/896260251.0logotp3.gif' NAME of DISPLAY = '203.14.124.41_0.0' ############# COPY 'http://www.kde.org/nav_bar.gif' to 'file:/home/stephenc/.kde/share/apps/kfm/cache/896260251.1nav_bar.gif' NAME of DISPLAY = '203.14.124.41_0.0' A new kioslave has been started A new kioslave has been started ############# COPY 'http://www.kde.org/kdeNOWsmaller.gif' to 'file:/home/stephenc/.kde/share/apps/kfm/cache/896260254.2kdeNOWsmaller.gif' NAME of DISPLAY = '203.14.124.41_0.0' ############# COPY 'http://www.kde.org/main7.gif' to 'file:/home/stephenc/.kde/share/apps/kfm/cache/896260254.3main7.gif' NAME of DISPLAY = '203.14.124.41_0.0' A new kioslave has been started A new kioslave has been started host: www.kde.org HTTP::Open: connecting to 195.0.254.76:80 host: www.kde.org HTTP::Open: connecting to 195.0.254.76:80 Parsing done Done Handing slave back host: www.kde.org HTTP::Open: connecting to 195.0.254.76:80 host: www.kde.org HTTP::Open: connecting to 195.0.254.76:80 Done Handing slave back Checking '/disk2/home/stephenc/.kde/share/apps/kfm/cache' and '/disk2/home/stephenc/.kde/share/apps/kfm/bookmarks' ############# COPY 'http://www.kde.org/news.gif' to 'file:/home/stephenc/.kde/share/apps/kfm/cache/896260262.5news.gif' host: www.kde.org HTTP::Open: connecting to 195.0.254.76:80 Done Handing slave back Checking '/disk2/home/stephenc/.kde/share/apps/kfm/cache' and '/disk2/home/stephenc/.kde/share/apps/kfm/bookmarks' Done Handing slave back Checking '/disk2/home/stephenc/.kde/share/apps/kfm/cache' and '/disk2/home/stephenc/.kde/share/apps/kfm/bookmarks' Done Handing slave back Checking '/disk2/home/stephenc/.kde/share/apps/kfm/cache' and '/disk2/home/stephenc/.kde/share/apps/kfm/bookmarks' Done Handing slave back Checking '/disk2/home/stephenc/.kde/share/apps/kfm/cache' and '/disk2/home/stephenc/.kde/share/apps/kfm/bookmarks' emit documentDone( this ); Removed waiting: 801792, 0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 02:35:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA14959 for freebsd-questions-outgoing; Wed, 27 May 1998 02:35:16 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp2.erols.com (smtp2.erols.com [207.172.3.235]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA14952 for ; Wed, 27 May 1998 02:35:10 -0700 (PDT) (envelope-from philuint@erols.com) Received: from erols.com (207-172-52-109.s109.tnt1.brd.erols.com [207.172.52.109]) by smtp2.erols.com (8.8.8/8.8.5) with ESMTP id FAA16114 for ; Wed, 27 May 1998 05:35:06 -0400 (EDT) Message-ID: <356BDD41.63BC554E@erols.com> Date: Wed, 27 May 1998 05:30:41 -0400 From: Whee Kim X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Question..:file system full?! Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've been working ont rebuilding kernel and things are getting better... However, I just found this message at the start up... after probing... ...... Initial rc.i386 initialization:. rc.i386 configure syscons: keyrate screen_map font 8x16 font 8x14 font8x8 blank_ time screen saver /: write failed, file system is full. ld: write: no space left on device May 27 05:10:42 myname /kernel: pid 139(ld), uid 0 on /:file system full modload: /usr/bin/ld: return code 1 .... What does that mean.. file system is full? What have I done? How do I clean up my file system? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 02:39:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA16177 for freebsd-questions-outgoing; Wed, 27 May 1998 02:39:40 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA16151 for ; Wed, 27 May 1998 02:39:31 -0700 (PDT) (envelope-from grog@lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id TAA25979; Wed, 27 May 1998 19:09:09 +0930 (CST) (envelope-from grog) Message-ID: <19980527190909.M24133@freebie.lemis.com> Date: Wed, 27 May 1998 19:09:09 +0930 From: Greg Lehey To: chas , Doug White Cc: freebsd-questions@FreeBSD.ORG Subject: Re: adding 25GB as single partition ok ? References: <3.0.32.19980527105421.0093fd30@peace.com.my> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <3.0.32.19980527105421.0093fd30@peace.com.my>; from chas on Wed, May 27, 1998 at 10:32:16AM +0800 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998 at 10:32:16 +0800, chas wrote: > Thanks Doug, > >> You can't easily back up /var, at least using dump. > > I've actually picked up some good input from some Digital > Unix folks : > >> 2. The root partition looks a little small, I'd be more comfortable with >> 150-200mb. That might be right for Digital UNIX. It's far too large for FreeBSD. 40 or 50 MB is more typical. >> 3. Your /usr partition is large, but then I tend to split /usr/local >> (or /usr/opt if you come from an HP background) and /var off onto >> seperate partitions. In a configuration/security sensitive environment >> this allows you to mount /usr as read-only (make sure that the links >> to var are in place for directories that need to change) and only mounted >> read-write when the OS is updated. 1GB should be plenty if you split >> out your local and var files. The trouble with this scheme is that it's difficult to estimate the size of /usr, and FreeBSD is not laid out to easily mount /usr read-only. >> 4. As above, I tend to seperate out /usr/local and /var >> >> a. /usr/local is nice to have seperate, just because I don't trust the >> vendor's installers -- that way you can unmount it before any upgrades. This may be a Digital problem. We haven't had it on FreeBSD. >> b. /var is nice to have on a seperate partition because it contains both >> your log files and your crash dumps. If your system is attacked, both >> can start to fill a filesystem quickly. This is true, but you can use quotas. You can limit the amount of space that core dump files take by setting corresponding values in /var/crash/minfree, and there's no reason why you shouldn't include some script in the startup file to ensure that your /var/log/ directory doesn't get too big. Nevertheless, in this particular case, it may be justified if you're primarily a mail and news machine, in which case most of the disk would be /var. >> 5. If the 25GB raid set is to be used only for the mail spool, why >> not just mount it as /var/spool/mail or to be more flexable, >> /var/spool? Why not call the file system /var? >>> Are there any speed (I/O) considerations that would >>> suggest an alternative configuration ? (backup/redundancy >>> should be failsafe since it's hardware RAID) >> >> Speed-wise, if you could get another disk I'd strongly suggest using >> RAID 0+1 (somtimes refered to as RAID 10). RAID 5 and especially >> RAID 3 tend to bottle-neck with many small files. RAID 0+1 is a >> stripe set that is then mirrored by an identical stripe set. It has >> the all of the performance benifits of stripe sets and mirroring >> (round-robin reads) but is very costly in terms of disks (2 X capacity >> is needed). If possible, spread all of the disks out over controller >> chanels (HSZ) or at least put the stripe sets on different chanels >> (SWXCR). It also uses significantly more disk--depending on the RAID 5 configuration, up to double. >> Mail, as opposed to news, generates one spool file per user. Depending >> on the number of users, you may want to consider adjusting the inode >> or extent ratio that you use. >> >> I don't remember the max size for a UFS partiion, but if you are using >> UFS -- don't forget to set the inodes per kb down to one or two. This >> will reduce the avialable space bya small amount but will let you handle >> more small files. If this is primarily mail, you won't need to do this. If it's primarily news, it's a good idea. Remember that the only way to increase the number of inodes (files) is to re-newfs the file system, which involves a backup and restore of the complete Raid set. Even a fast tape drive (2 MB/s) would take about 8 hours to back up the data, and possibly about 12 hours to restore; count 24 hours uninterrupted work to rebuild it. > Also, we're hoping to use Qmail which everyone says will speed things > up. (if we can get it to work with Cyrus - next post) I don't know about "everyone". The jury's out about qmail. Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 02:40:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA16389 for freebsd-questions-outgoing; Wed, 27 May 1998 02:40:21 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alcatel.fr (mail.alcatel.fr [194.133.58.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA16368 for ; Wed, 27 May 1998 02:40:14 -0700 (PDT) (envelope-from THIERRY.HERBELOT@telspace.alcatel.fr) From: THIERRY.HERBELOT@telspace.alcatel.fr Received: from alcatel.fr (gatekeeper-ssn.alcatel.fr [155.132.180.244]) by mailgate.alcatel.fr (ALCANET/SMTP.9.9.9) with ESMTP id LAA28592; Wed, 27 May 1998 11:44:15 +0200 Received: from aifhs1.alcatel.fr (aifhs1.alcatel.fr [155.132.180.86]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id LAA15173; Wed, 27 May 1998 11:33:56 +0200 (MET DST) Received: from aifhs2.alcatel.fr (localhost [127.0.0.1]) by aifhs1.alcatel.fr (8.8.8/8.8.8) with ESMTP id LAA24587; Wed, 27 May 1998 11:37:44 +0200 (MET DST) Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id LAA15139; Wed, 27 May 1998 11:33:54 +0200 (MET DST) Received: from telss1 (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.7.6/8.7.3) with SMTP id LAA18025; Wed, 27 May 1998 11:44:33 +0200 (MET DST) Received: from telspace.alcatel.fr by telss1 (4.1/SMI-4.1) id AA23980; Wed, 27 May 98 11:34:05 +0200 Received: from localhost by telspace.alcatel.fr with SMTP (1.40.112.12/16.2) id AA145021434; Wed, 27 May 1998 11:30:34 +0200 X-Openmail-Hops: 1 Date: Wed, 27 May 98 11:30:27 +0200 Message-Id: In-Reply-To: <199805261740.NAA02904@MNSi.Net> Subject: =?ISO-8859-1?Q?R=E9p_:_PPP_configuration_problems?= Mime-Version: 1.0 To: acer@MNSi.Net Cc: freebsd-questions@FreeBSD.ORG Content-Type: text/plain; charset=ISO-8859-1; name="PPP" Content-Disposition: inline; filename="PPP" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id CAA16375 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG you have to build a tun driver in your kernel add the lines # ijppp uses tun instead of ppp device pseudo-device tun 1 in your kernel config file (the rebuild your kernel) then in /dev : sh ./MAKEDEV tun0 but you could also have more than one ppp process running (try "ps -auxww | grep ppp") TfH ____________________________ Séparateur Réponse ________________________________ Objet : PPP configuration problems Auteur : acer@MNSi.Net Date : 26/05/98 19:46 Hi! I am trying to configure my ppp in order to connect to my ISP. I am using freeBSD v2.2.6. I have followed the instructions from the freeBSD website from the handbook online documentation titled "Setting up user PPP". (http://www.freeBSD.com/handbook/handbook.html) But when I actually try to run "ppp" , I get the following error message: Working in interactive mode. No tunnel device is available (Device Busy) Warning: OpenTunnel: No such file or directory Please Help!!! Thanks... acer (acer@mnsi.net) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 03:18:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA24154 for freebsd-questions-outgoing; Wed, 27 May 1998 03:18:33 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from www.transfar.com ([202.103.100.244]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA24140 for ; Wed, 27 May 1998 03:18:27 -0700 (PDT) (envelope-from phj@www.transfar.com) Received: from www.TransFar.com ([202.103.100.245]) by www.transfar.com (Netscape Mail Server v2.02) with ESMTP id AAA3989; Wed, 27 May 1998 19:13:40 +0900 Message-ID: <356C586F.685E4485@www.TransFar.com> Date: Wed, 27 May 1998 18:16:16 +0000 From: phj X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.6-RELEASE i386) MIME-Version: 1.0 To: Whee Kim CC: freebsd-questions@FreeBSD.ORG Subject: Re: AWE32 not fonund?! Help! References: <356BD3D4.869D2076@erols.com> Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Whee Kim wrote: > Hi. I am rebuilding my kernel and facing some problems here. > > I have AWE32 PNP sound card and FreeBSD 2.2.6 > > I have following lines for my kernel and compiled it. > > controller snd0 > device sb0 at isa? port 0x220 irq 5 drq 1 vectore > sbintr > device sbxvi0 at isa? drq 5 > device sbmidi0 at isa? port 0x330 > device opl0 at isa? port 0x388 > device awe0 at isa? port 0x620 > > However, at probing, I got following messages. > > AWE32 not found > AWE32: not detected > Don't mind it,your Sound card will work however.You may try to play CD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 03:20:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA24527 for freebsd-questions-outgoing; Wed, 27 May 1998 03:20:20 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from profit.kharkov.ua (root@profit.ktts.kharkov.ua [195.5.1.129]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA24358 for ; Wed, 27 May 1998 03:20:05 -0700 (PDT) (envelope-from ktts.kharkov.ua!kaiser-nicht.ktts.kharkov.ua!greg@ktts.kharkov.ua) Received: by profit.kharkov.ua id NAA20000; Wed, 27 May 1998 13:14:17 +0300 (EEST) Received: by ktts.kharkov.ua id NAA16979; Wed, 27 May 1998 13:09:05 +0300 (EET DST) Received: (from greg@localhost) by kaiser-nicht.ktts.kharkov.ua (8.8.8/8.7.Ru) id NAA26720 for questions@freebsd.org; Wed, 27 May 1998 13:09:06 +0300 (EET DST) Date: Wed, 27 May 1998 13:09:06 +0300 (EET DST) From: Gregory Edigaroff Message-Id: <199805271009.NAA26720@kaiser-nicht.ktts.kharkov.ua> To: questions@FreeBSD.ORG Subject: How to lock ALL vtys Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! Under Linux i can do something like: vlock -a What can i do under FreeBSD? With best regards, Gregory Edigarov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 03:29:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA25959 for freebsd-questions-outgoing; Wed, 27 May 1998 03:29:00 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.bit-net.com (dns1.bit-net.com [208.146.132.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA25952 for ; Wed, 27 May 1998 03:28:56 -0700 (PDT) (envelope-from sderdau@bit-net.com) Received: from sderdau.bit-net.com (sderdau.bit-net.com [208.146.135.247]) by mail.bit-net.com (8.8.8/8.8.8) with SMTP id GAA05398; Wed, 27 May 1998 06:28:51 -0400 (EDT) Message-ID: <356C93BC.41C67EA6@bit-net.com> Date: Wed, 27 May 1998 18:29:16 -0400 From: "Stephen A. Derdau" X-Mailer: Mozilla 3.04Gold (X11; I; FreeBSD 2.2.6-RELEASE i386) MIME-Version: 1.0 To: "@generation.net"@MNSi.Net CC: freebsd-questions@FreeBSD.ORG Subject: Re: PPP configuration problems References: <199805261740.NAA02904@MNSi.Net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This link helped me out : http://www.freebsd.org/tutorials/ppp/ppp.html acer wrote: > > Hi! > > I am trying to configure my ppp in order to connect to my ISP. > I am using freeBSD v2.2.6. > I have followed the instructions from the freeBSD website from the handbook > online documentation titled "Setting up user PPP". > (http://www.freeBSD.com/handbook/handbook.html) > > But when I actually try to run "ppp" , I get the following error message: > Working in interactive mode. > No tunnel device is available (Device Busy) > Warning: OpenTunnel: No such file or directory > > Please Help!!! > > Thanks... > > acer > (acer@mnsi.net) > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- "FreeBSD It's That and Much Much More" Find out Why @ http://www.freebsd.org Stephen A. Derdau To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 03:34:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA27113 for freebsd-questions-outgoing; Wed, 27 May 1998 03:34:05 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp1.erols.com (smtp1.erols.com [207.172.3.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA26938 for ; Wed, 27 May 1998 03:33:57 -0700 (PDT) (envelope-from philuint@erols.com) Received: from erols.com (207-172-119-12.s12.tnt2.brd.erols.com [207.172.119.12]) by smtp1.erols.com (8.8.8/8.8.5) with ESMTP id GAA22554 for ; Wed, 27 May 1998 06:33:54 -0400 (EDT) Message-ID: <356BEB07.82C3362B@erols.com> Date: Wed, 27 May 1998 06:29:28 -0400 From: Whee Kim X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: file system is full?! Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I've been rebuilding my kernel and things worked out well...however, now I get "filesystem is full" message at the booting... how do I clean up my file system? My kernel is 9395062? Isn't it unusually too big?! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 03:46:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA29165 for freebsd-questions-outgoing; Wed, 27 May 1998 03:46:01 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from home.rest.ru (root@home.rest.ru [195.58.8.205]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA29138; Wed, 27 May 1998 03:45:45 -0700 (PDT) (envelope-from zal@rest.ru) Received: from rest.ru (zal.rest.ru [194.135.175.178]) by home.rest.ru (8.8.8/8.8.7) with ESMTP id QAA21315; Wed, 27 May 1998 16:47:38 +0600 (ESS) (envelope-from zal@rest.ru) Message-ID: <356BEE76.63A45351@rest.ru> Date: Wed, 27 May 1998 16:44:06 +0600 From: Aleksey Zvyagin Organization: REST Ltd. X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG CC: zal@rest.ru, freebsd-bug@FreeBSD.ORG Subject: Using the new BIND (8.1.2) in FreeBSD 2.2.6-BETA Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, All! I am sorry for my bad English! I had installed the new version of BIND - 8.1.2 (the default FreeBSD's bind is 4.xx version) And i would like to ask a two question: ** 1. ** I have some bugs: for example: if i am adding in my primary DNS (DNS1, zone is 'foo.com' for example, on machine with FreeBSD 2.2.6-BETA + BIND 8.1.2) the NS record for other DNS (DNS2, zone is 'alex.foo.com', XXX OS) and the DNS2 has MX record for itself: ========================================= EXAMPLE ===================================== ; ------------ DNS1 contents: alex.foo.com. NS dns2.foo.com. ;------------- DNS2 contents: alex.foo.com. MX dns2.foo.com. ======================================================================================= In the DNS1 machine (it contents the zone 'foo.com') i type: nslookup -q=mx alex.foo.com the nslookup writes: *** localhost.rest.ru can't find okb.rest.ru: Non-existent host/domain If i run the nslookup in interactive mode with 'set d2' then i notice that serial number of 'foo.com' is 1998052201 (too older - the new serial is 1998052701 already!) ***************************** Got answer (86 bytes): HEADER: opcode = QUERY, id = 52105, rcode = NXDOMAIN header flags: response, auth. answer, want recursion, recursion avail questions = 1, answers = 0, authority records = 1, additional = 0 QUESTIONS: alex.foo.com, type = MX, class = IN AUTHORITY RECORDS: -> rest.ru type = SOA, class = IN, dlen = 38 ttl = 86400 (1 day) origin = dns1.foo.com mail addr = hostmaster.dns1.foo.com serial = 1998052201 refresh = 10800 (3 hours) retry = 3600 (1 hour) expire = 2592000 (30 days) minimum ttl = 86400 (1 day) ***************************** If i run the nslookup as: nslookup -q=soa foo.com then the serial is normal - 1998052701 The question is following: Is it bug or not??? ** 2. ** The question number two. The destribution of BIND 8.1.2 (FreeBSD port) uses the directory '/usr/local/bind/' which contents include/arpa/inet.h, include/resolv.h and etc. But the original FreeBSD containg the bind 4.x stores these header files in '/usr/include/resolv.h', '/usr/include/arpa/inet.h' and etc. After installation of BIND 8.1.2 these files are located in two places: /usr/include/* - an older files from BIND 4.x /usr/local/bind/include/* - an newer files from BIND 8.1.2 Is not this right? What is happen if i will compile a program which uses these files ?! What files from header files will be used for dns related functions?! May the my first question be the result this not correct istallation? Please, to send the copies answers at my Email address: zal@rest.ru Thanks. -- Best regards, Aleksey Zvyagin, Ekaterinburg city, Ural region, Russia. E-mail: zal@rest.ru; UIN: 1381198; ntalk compatible: zal@zal.rest.ru; Mini-site: http://www.almaz.rest.ru ; HomePage: http://www.rest.ru/~zal/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 04:07:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA02498 for freebsd-questions-outgoing; Wed, 27 May 1998 04:07:54 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id EAA02486 for ; Wed, 27 May 1998 04:07:34 -0700 (PDT) (envelope-from ip@albatross.mcc.ac.uk) Received: from albatross.mcc.ac.uk [130.88.202.16] by probity.mcc.ac.uk with esmtp (Exim 1.81 #4) id 0yee3H-0003JC-00; Wed, 27 May 1998 12:07:23 +0100 Received: (from ip@localhost) by albatross.mcc.ac.uk (8.8.8/8.8.4) id MAA04442 for questions@freebsd.org; Wed, 27 May 1998 12:07:23 +0100 (BST) From: Ian Pallfreeman Message-Id: <199805271107.MAA04442@albatross.mcc.ac.uk> Subject: BICC ISA NICs -- verbose logging To: questions@FreeBSD.ORG Date: Wed, 27 May 1998 12:07:23 +0100 (BST) Reply-To: ip@mcc.ac.uk X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a small pile of old BICC 16-bit ISA ethernet cards. They work with all the versions of FreeBSD which I've used, and indeed sometimes give better performance than the 3C509s which are "standard" around here. My only gripe with them is that they're forever logging errors: May 24 13:00:17 hub /kernel: lnc0: Receive overflow error May 24 13:00:22 hub last message repeated 17 times May 27 09:04:21 magoo /kernel: lnc0: Missed packet -- no receive buffer May 27 09:04:24 magoo last message repeated 2 times All of the cards I've tried whine in a similar way. I've tried them on a range of machines from a 486/33 up to a P166, none of which are doing a great deal in network terms. My question is, really: is this to be expected? Ian. -- Network Unit, SNOT Team, Manchester Computing, The University, Manchester, UK. mail: ip@mcc.ac.uk | phone: +44-161-275-6006 | fax: +44-161-275-6040 Where once we had dragons to slay, now we just sacrifice chickens. 35,000 users, 622Mb/s networking, and a 486. :-( To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 04:10:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA03290 for freebsd-questions-outgoing; Wed, 27 May 1998 04:10:47 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id EAA03261; Wed, 27 May 1998 04:10:37 -0700 (PDT) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Wed, 27 May 1998 7:09:20 -0400 (EDT) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA02263; Wed, 27 May 98 07:09:01 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id HAA20839; Wed, 27 May 1998 07:08:19 -0400 Message-Id: <19980527070819.A20832@ct.picker.com> Date: Wed, 27 May 1998 07:08:19 -0400 From: Randall Hopper To: Arisandy Cc: Questions , Isp Subject: Re: Modem speed? Mail-Followup-To: Arisandy , Questions , Isp References: <002501bd83ba$473d3030$7305600a@dial-up.divre5.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: ; from Doug White on Wed, May 20, 1998 at 01:59:29PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug White: |On Wed, 20 May 1998, Arisandy wrote: | |> How can I know the modem speed while connections happens ? | |You don't, at least easily -- you have to have a way of grabbing the |CONNECT string and usermode ppp can't do that at current (afaik). | |Doug White | University of Oregon |Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant |http://gladstone.uoregon.edu/~dwhite | Computer Science Major If you're using CHAT for connection negotiation like I am (SLIPing into to one of my ISPs), check out the REPORT feature. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 04:11:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA03384 for freebsd-questions-outgoing; Wed, 27 May 1998 04:11:14 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mx.iki.rssi.ru (mx.iki.rssi.ru [193.232.212.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA03244 for ; Wed, 27 May 1998 04:10:25 -0700 (PDT) (envelope-from richi@tdis.gctc.rssi.ru) Received: from tdis.gctc.rssi.ru (tdis.gctc.rssi.ru [193.232.26.70]) by mx.iki.rssi.ru (8.8.5/8.8.5) with SMTP id PAA15480; Wed, 27 May 1998 15:10:34 +0500 (MSD) Received: from tdis by tdis.gctc.rssi.ru (5.x/SMI-SVR4) id AA02021; Wed, 27 May 1998 15:08:24 -0300 Message-Id: <356C5698.C2C35E52@tdis.gctc.rssi.ru> Date: Wed, 27 May 1998 15:08:24 -0300 From: "Andrew A.Karjagin" Organization: Gagarin Cosmonaut Training Center X-Mailer: Mozilla 4.04 [en] (X11; I; SunOS 5.4 sun4m) Mime-Version: 1.0 To: "Oleg G." , "freebsd-questions@FreeBSD.ORG" Subject: Re: I can't su!! References: Content-Type: multipart/alternative; boundary="------------3DF230428E66F7FC9A73C60B" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --------------3DF230428E66F7FC9A73C60B Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Oleg G. wrote: > On Tue, 26 May 1998, Zip311 wrote: > > > When I try to "su" to root it gives me the message: > > "su: you are not in the correct group to su root." > > But my /etc/passwd and /etc/master.passwd entries both state me as being > > in group wheel. > Check /etc/group. Your username must be added at the wheel group. ____________________________________________________ Best regards Andrew A.Karjagin Gagarin Cosmonaut Training Center, Star town, Russia ICQ# = 4744622 --------------3DF230428E66F7FC9A73C60B Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Oleg G. wrote:
On Tue, 26 May 1998, Zip311 wrote:

> When I try to "su" to root it gives me the message:
> "su: you are not in the correct group to su root."
> But my /etc/passwd and /etc/master.passwd entries both state me as being
> in group wheel.
 

Check /etc/group. Your username must be added at the wheel group.
____________________________________________________

Best regards                       Andrew A.Karjagin
Gagarin Cosmonaut Training Center, Star town, Russia
ICQ# = 4744622
  --------------3DF230428E66F7FC9A73C60B-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 04:15:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA04604 for freebsd-questions-outgoing; Wed, 27 May 1998 04:15:07 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from scheria.ionio.gr ([195.130.124.68]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id EAA04209 for ; Wed, 27 May 1998 04:14:02 -0700 (PDT) (envelope-from gvlachos@uion.edu.gr) Received: from gvlachos.ionio.gr by scheria.ionio.gr; (5.65/1.1.8.2/05Mar96-0202PM) id AA08474; Wed, 27 May 1998 14:12:42 +0300 Message-Id: <356BF4EC.346C@uion.edu.gr> Date: Wed, 27 May 1998 14:11:40 +0300 From: Giannis Vlachos Reply-To: gvlachos@uion.edu.gr X-Mailer: Mozilla 3.0Gold (Win95; I) Mime-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: DNS configuration Content-Type: text/plain; charset=iso-8859-7 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello Can anyone know how can i make DNS working in my system. Iam using freebsd 2.2.5 version. Thanks in advance Giannis Vlachos Greece To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 04:39:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA09470 for freebsd-questions-outgoing; Wed, 27 May 1998 04:39:54 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from oslo5.or.uninett.no (hanspbie@oslo5.or.uninett.no [158.36.90.25]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA09456 for ; Wed, 27 May 1998 04:39:45 -0700 (PDT) (envelope-from zerium@webindex.no) Received: from localhost (hanspbie@localhost) by oslo5.or.uninett.no (8.8.8/8.8.8) with SMTP id NAA25137; Wed, 27 May 1998 13:41:45 +0200 (CEST) (envelope-from zerium@webindex.no) X-Authentication-Warning: oslo5.or.uninett.no: hanspbie owned process doing -bs Date: Wed, 27 May 1998 13:41:44 +0200 (CEST) From: Hans Petter Bieker X-Sender: hanspbie@oslo5.or.uninett.no To: Stephen Cooper cc: FreeBSD mailing list , stephen.cooper@alphawest.com.au Subject: Re: Core dump during initial kdestart In-Reply-To: <014501bd8950$66089770$297c0ecb@stephenc.alphawest.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, Stephen Cooper wrote: > Anybody know if the core dump I got at line 7 is OK? kaudioserver / kwmsound in beta 4 is broken for freebsd. Upgrade to the CVS version of kaudioserver, it works for freebsd. -bieker- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 04:50:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA11362 for freebsd-questions-outgoing; Wed, 27 May 1998 04:50:16 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from MNSi.Net (e450.mnsi.net [206.48.122.98]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id EAA11035 for ; Wed, 27 May 1998 04:49:09 -0700 (PDT) (envelope-from acer@MNSi.Net) Received: (uucp@localhost) by MNSi.Net (SMI-8.6/SMI-SVR4) id HAA28396 for ; Wed, 27 May 1998 07:46:31 -0400 Received: from dyn124-61.win.mnsi.net(206.48.124.61) by e450.mnsi.net via smap (V2.0) id xma028353; Wed, 27 May 98 11:46:02 GMT Message-ID: <000701bd8965$de9bda20$3d7c30ce@default> Reply-To: "acer" <@generation.net@MNSi.Net> From: "acer" To: Subject: ppp problems Date: Wed, 27 May 1998 07:52:03 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01BD8944.5629BFC0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0004_01BD8944.5629BFC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi! I am trying to configure ppp on my freeBSD machine v2.2.6. I have followed the "Setting up user ppp" from the online handbook". (www.freeBSD.com/handbook/handbook.html)=20 But after I reboot computer, I get the following message: Working in interactive mode. No tunnel device is available (Device Busy) Warning: OpenTunnel: No such file or directory Also when I try: "ps -auxww | grep ppp" I'll see that "ppp -auto ISP" = is running. What's wrong? Thanks... acer ------=_NextPart_000_0004_01BD8944.5629BFC0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi!
I am trying to configure ppp on my = freeBSD=20 machine v2.2.6.
I have followed the "Setting up = user=20 ppp" from the online handbook".
(www.freeBSD.com/h= andbook/handbook.html)=20
 
But after I reboot computer, I get = the following=20 message:
    Working in = interactive=20 mode.
    No tunnel device = is available=20 (Device Busy)
    Warning: = OpenTunnel: No such=20 file or directory
 
Also when I try:    = "ps=20 -auxww | grep ppp" I'll see that "ppp -auto ISP" is=20 running.
 
What's wrong?
 
Thanks...
 
acer
------=_NextPart_000_0004_01BD8944.5629BFC0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 04:51:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA11535 for freebsd-questions-outgoing; Wed, 27 May 1998 04:51:27 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from righi.ml.org (RIGHI.DF.UNIBO.IT [137.204.49.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA11525 for ; Wed, 27 May 1998 04:51:17 -0700 (PDT) (envelope-from bsd@righi.ml.org) Received: from localhost (bsd@localhost) by righi.ml.org (8.8.8/8.8.8) with SMTP id NAA07549 for ; Wed, 27 May 1998 13:49:14 +0200 (CEST) (envelope-from bsd@righi.ml.org) Date: Wed, 27 May 1998 13:49:13 +0200 (CEST) From: bsd mailing lists To: freebsd-questions@FreeBSD.ORG Subject: ESS Audiodrive prooblem. Message-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, the GENERIC kernel does not recognize my audio card which is a ESS Audiodrive Sound blaster 16 Compatible. IS there a way I can solve this problem? Noone has an ESS 1868 under FreeBSD? thanks. Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 05:13:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA15777 for freebsd-questions-outgoing; Wed, 27 May 1998 05:13:44 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA15745 for ; Wed, 27 May 1998 05:13:37 -0700 (PDT) (envelope-from grog@lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id VAA05681; Wed, 27 May 1998 21:43:34 +0930 (CST) (envelope-from grog) Message-ID: <19980527214334.P24133@freebie.lemis.com> Date: Wed, 27 May 1998 21:43:34 +0930 From: Greg Lehey To: Whee Kim , freebsd-questions@FreeBSD.ORG Subject: Re: file system is full?! References: <356BEB07.82C3362B@erols.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <356BEB07.82C3362B@erols.com>; from Whee Kim on Wed, May 27, 1998 at 06:29:28AM -0400 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998 at 6:29:28 -0400, Whee Kim wrote: > Hi, I've been rebuilding my kernel and things worked out > well...however, now I get "filesystem is full" message at the booting... > how do I clean up my file system? My kernel is 9395062? Isn't it > unusually too big?! Looks like you compiled it with debugging symbols (config -g). Make a copy, strip the original, and install the stripped version: # cp kernel kernel.gdb # strip -d kernel # make install Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 05:29:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA17871 for freebsd-questions-outgoing; Wed, 27 May 1998 05:29:58 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ntserver.sohopros.com (mail.sohopros.com [209.196.67.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA17859 for ; Wed, 27 May 1998 05:29:54 -0700 (PDT) (envelope-from anthony@sohopros.com) Received: from ftw-tsa5-43.cyberramp.net by ntserver.sohopros.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1457.7) id KTKRBRAQ; Wed, 27 May 1998 07:29:49 -0500 Message-Id: <3.0.32.19980527073051.00873ac0@sohopros.com> X-Sender: anthony@sohopros.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Wed, 27 May 1998 07:30:53 -0500 To: freebsd-questions@FreeBSD.ORG From: "Anthony E. Coley" Subject: help: trouble with backup? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I realize this is the second time I have posted this, but i'm not sure if it was answered or if I just missed it, so I'm posting it again. thanks Anthony ... I'm trying to get my QIC 80 to work with 2.2.5. I can get it to backup up using a command line like so: tar cvzf - /usr | ft "/usr save". The problem I'm having is that each time I do a backup it over wrights the last backup. I have tried using the -M, -K and -V options, but no luck. It will only create one volume. Can someone tell me what I'm doing wrong, or tell me a better way to make incremental backups? Thanks, Anthony... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 05:38:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA19940 for freebsd-questions-outgoing; Wed, 27 May 1998 05:38:28 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from slate.bw.edu (slate.bw.edu [192.150.115.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA19925 for ; Wed, 27 May 1998 05:38:23 -0700 (PDT) (envelope-from dmeleaso@bw.edu) Received: from localhost (dmeleaso@localhost) by slate.bw.edu (8.8.8/8.8.8) with SMTP id IAA17002; Wed, 27 May 1998 08:35:36 -0400 (EDT) Date: Wed, 27 May 1998 08:35:36 -0400 (EDT) From: Dan To: Julian Elischer cc: FreeBSD-Questions Subject: Re: Gateway2000 and FreeBSD 2.2.6 install problems In-Reply-To: <356B7702.FF6D5DF@whistle.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 > > do you have an atapi floppy? that's what it's reporting.. > > I've missed the rest of the thread.. what's wrong? > As far as I know, I don't. No removable media, either. Here is the original problem, followed by the debug (This happens at the "Probing devices" screen). panic: vm_fault: faulton no fault entry, addr: f338e000 syncing disks... done Automatic reboot in 15 seconds - press a key on the console to abort Debug: ioctl(3, TIOCCONS, Null) = 0(success) Debug: Found network device name lp0 Debug: Found CD-ROM for /dev/wcd0c wfd0: Sense the media type is failed Thanks again, Dan Non sum qualis eram. Tempus edax rerum. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 05:42:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA20534 for freebsd-questions-outgoing; Wed, 27 May 1998 05:42:16 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtpott2 (smtpott2.nortel.ca [192.58.194.80]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA20520 for ; Wed, 27 May 1998 05:42:10 -0700 (PDT) (envelope-from wyattn@nortel.ca) Message-Id: <199805271242.FAA20520@hub.freebsd.org> Received: from bcars520 by smtpott2; Wed, 27 May 1998 08:41:38 -0400 Received: from ca.nortel.com by bcars520.ca.nortel.com id <29722-0@bcars520.ca.nortel.com>; Wed, 27 May 1998 08:41:04 -0400 Date: 27 May 1998 08:40 EDT To: philuint@erols.com Cc: freebsd-questions@FreeBSD.ORG From: "Wyatt Nordstrom" Subject: re:How do I mount an audio CD? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You do not mount audio cds in order to play them. 1. Insert music cd into cdrom drive 2. run cdplayer. If you do not have it on your system, get it from the /usr/ports/audio. 3. Read the readme file for cdplayer. 4. Happy listening. BTW, there are several cd players. Another popular one is xcd. -Wyatt In message "How do I mount an audio CD?", philuint@erols.com writes: > Hi, I need help. > > > I have been trying to play CDs, but I can't. I put the audio CD in > my drive and mount /cdrom... but it can't mount it... how come? I have > creative CD-ROM drive. > > How do I play audio CD? > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 05:46:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA21161 for freebsd-questions-outgoing; Wed, 27 May 1998 05:46:02 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtpott2 (smtpott2.nortel.ca [192.58.194.80]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA21109 for ; Wed, 27 May 1998 05:45:57 -0700 (PDT) (envelope-from wyattn@nortel.ca) Message-Id: <199805271245.FAA21109@hub.freebsd.org> Received: from bcars520 by smtpott2; Wed, 27 May 1998 08:45:13 -0400 Received: from ca.nortel.com by bcars520.ca.nortel.com id <01177-0@bcars520.ca.nortel.com>; Wed, 27 May 1998 08:44:44 -0400 Date: 27 May 1998 08:44 EDT To: freebsd-questions@FreeBSD.ORG From: "Wyatt Nordstrom" Subject: alias 0 errors Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Recently I upgraded to 2.2.6. Immediately, I began to get errors every morning on my console. The errors are complaing about a missing alias 0 from the /etc/aliases file(or something similar, I do not have the error message with me). The errors are being generated through some job being run by cron, and I believe they have something to do with sendmail. Thanks for any assitence. Wyatt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 06:10:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA25222 for freebsd-questions-outgoing; Wed, 27 May 1998 06:10:16 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from E35.nz.fh-koeln.de (e35.nz.FH-Koeln.DE [139.6.1.14]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA25112 for ; Wed, 27 May 1998 06:10:04 -0700 (PDT) (envelope-from Csaba.Wachter@E35.nz.fh-koeln.de) Received: from Fh-Koeln.de (yoda.noc.FH-Koeln.DE) by E35.nz.fh-koeln.de with SMTP id AA17834 (5.67b/IDA-1.5 for ); Wed, 27 May 1998 15:07:48 +0200 Message-Id: <356C1065.B54CCDDC@Fh-Koeln.de> Date: Wed, 27 May 1998 15:08:53 +0200 From: Csaba Wachter-Barta X-Mailer: Mozilla 4.03 [en] (X11; I; HP-UX A.09.05 9000/715) Mime-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: make kernel problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hye All, I`am trying to compile my new kernel and i get following Error: ioconf.o:Undefined sysmbol '_opdriver' referenced from data segment ***Error code 1 I have a P2 machine with SCSI AHA2940, 3Com509B and AWE64Value Card The configuration file seems at like right and i don't know what is to do. Anybody can help me ? Thanks, Csaba -- ********************************************************************* Csaba Wachter-Barta | E-Mail: Csaba.Wachter@Fh-Koeln.de Fachhochschule Koeln | Fachbereich NT / S.G. 4.4 | D - 50679 Koeln | Fax : 0221 / 82752494 ********************************************************************* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 06:28:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA27849 for freebsd-questions-outgoing; Wed, 27 May 1998 06:28:28 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cvs.rochester.edu (swift.cvs.rochester.edu [128.151.80.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA27840 for ; Wed, 27 May 1998 06:28:23 -0700 (PDT) (envelope-from chizk@cvs.rochester.edu) Received: from 128.151.80.16 (cassowary.cvs.rochester.edu) by cvs.rochester.edu (4.1/MAIN-MX-1.4.3.3) id AA15313; Wed, 27 May 98 09:28:19 EDT Message-Id: <356C232C.5ED8D06@cvs.rochester.edu> Date: Wed, 27 May 1998 09:29:05 -0500 From: Chris Chizk X-Mailer: Mozilla 4.01 (Macintosh; I; PPC) Mime-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Connecting to isp w/ a modem X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854"; x-mac-creator="4D4F5353" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, My question is in reguards to connecting to my isp via modem on my machine running freebsd. At this point, I have no interest in regestering a domain name or becoming a server, I just want to connect to my isp to read mail etc. I can do this on my win 95 partition, but it is cumbersome to reboot etc. if all I want to do is read mail or download a file. I have read many of the FAQ's and chapters in the book that accompanied my cd, but most of it is still alittle to "low level" and I don't have the background to "really " comprehend it. Is there a concise method somewhere on how to set up my modem and machine to dial in to my isp. My equipment is a toshiba laptop w/ a 33.6 pc card fax modem. Also, Another unrelated question: I have been attempting to mount my cdrom w/ the mount command and do not entirely understand all the arguments. I have read the man page but still don't get it. I do not have lots of unix background but am trying. Can anyone tell me how to mount the a volume in the cdrom drive. It is an IDE drive if that is important. Thanks, Chris. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 06:28:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA27883 for freebsd-questions-outgoing; Wed, 27 May 1998 06:28:38 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from couatl.uchicago.edu (couatl.uchicago.edu [128.135.21.64]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA27850 for ; Wed, 27 May 1998 06:28:29 -0700 (PDT) (envelope-from sfarrell@couatl.uchicago.edu) Received: (from sfarrell@localhost) by couatl.uchicago.edu (8.9.0/8.9.0) id IAA25239; Wed, 27 May 1998 08:28:19 -0500 (CDT) To: laszlo vagner Cc: questions@FreeBSD.ORG Subject: Re: operation not permitted References: <199805270459.XAA19791@mutsgo.kf7nn.com> From: sfarrell@farrell.org Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Date: 27 May 1998 08:28:19 -0500 In-Reply-To: laszlo vagner's message of "Tue, 26 May 1998 23:59:13 -0500 (CDT)" Message-ID: <87solvq1vw.fsf@couatl.uchicago.edu> Lines: 22 X-Mailer: Gnus v5.6.9/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG laszlo vagner writes: > when i su to vagner i get this message but it still lets me do it. > > /home/kf7nn >su vagner > Password: > mesg: /dev/ttyp0: Operation not permitted > /home/kf7nn >whoami > vagner > /home/kf7nn > > > what could be wrong? Nothing important. vagner is running something like mesg on in his .cshrc/.bashrc/whatever. when you su to the person you can't do that. I"m not sure why (I'm guessing some security fix), but it's not very important. -- Steve Farrell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 06:29:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA28018 for freebsd-questions-outgoing; Wed, 27 May 1998 06:29:26 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from couatl.uchicago.edu (couatl.uchicago.edu [128.135.21.64]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA27980 for ; Wed, 27 May 1998 06:29:11 -0700 (PDT) (envelope-from sfarrell@couatl.uchicago.edu) Received: (from sfarrell@localhost) by couatl.uchicago.edu (8.9.0/8.9.0) id IAA25230; Wed, 27 May 1998 08:24:06 -0500 (CDT) To: hi72@hehe.com (Hi!) Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Can FreeBSD act as a server for Windows 95 or NT? References: <199805262157.EAA09358@narnia.mitra.net.id> From: sfarrell+lists@farrell.org Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Date: 27 May 1998 08:24:06 -0500 In-Reply-To: hi72@hehe.com's message of "Tue, 26 May 1998 22:35:21 GMT" Message-ID: <87yavnq22x.fsf@couatl.uchicago.edu> Lines: 18 X-Mailer: Gnus v5.6.9/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi72@hehe.com (Hi!) writes: > Hi, I'm running a small network using NT4 Server and Windows 95 as > clients. I'm very interested in FreeBSD. I wonder if I can use it > as a server for my Windows 95 clients or as a client for my Windows > NT 4.0 SP 3 server, and can you tell me how? You can definitely make it a server (I assume you mean file and print server) using the samba package. The only way to make it a client to the NT server (again, I"m thinking file and print) would be if the NT server were running nfs, which is possible, but 3rd party add-on. --sf -- Steve Farrell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 06:29:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA28041 for freebsd-questions-outgoing; Wed, 27 May 1998 06:29:33 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from couatl.uchicago.edu (couatl.uchicago.edu [128.135.21.64]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA27993 for ; Wed, 27 May 1998 06:29:15 -0700 (PDT) (envelope-from sfarrell@couatl.uchicago.edu) Received: (from sfarrell@localhost) by couatl.uchicago.edu (8.9.0/8.9.0) id IAA25236; Wed, 27 May 1998 08:25:23 -0500 (CDT) To: "Andrew A.Karjagin" Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: Modem References: <356AC4F1.987CD94C@tdis.gctc.rssi.ru> From: sfarrell+lists@farrell.org Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Date: 27 May 1998 08:25:23 -0500 In-Reply-To: "Andrew A.Karjagin"'s message of "Tue, 26 May 1998 10:34:41 -0300" Message-ID: <87vhqrq20s.fsf@couatl.uchicago.edu> Lines: 12 X-Mailer: Gnus v5.6.9/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Andrew A.Karjagin" writes: > Hello, people! Anybody help me! How can I send a commands to my local > modem on FreeBSD machine to control internal options of modem. Thank > you. echo "ATXXX" > /dev/cuaa0 -- Steve Farrell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 06:30:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA28528 for freebsd-questions-outgoing; Wed, 27 May 1998 06:30:55 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from couatl.uchicago.edu (couatl.uchicago.edu [128.135.21.64]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA28072 for ; Wed, 27 May 1998 06:29:40 -0700 (PDT) (envelope-from sfarrell@couatl.uchicago.edu) Received: (from sfarrell@localhost) by couatl.uchicago.edu (8.9.0/8.9.0) id IAA25254; Wed, 27 May 1998 08:29:26 -0500 (CDT) To: Patrick Cc: freebsd-questions@FreeBSD.ORG Subject: Re: freebsd and zyxel References: From: sfarrell+lists@farrell.org Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Date: 27 May 1998 08:29:26 -0500 In-Reply-To: Patrick's message of "Wed, 27 May 1998 02:16:27 -0400 (EDT)" Message-ID: <87pvgzq1u1.fsf@couatl.uchicago.edu> Lines: 21 X-Mailer: Gnus v5.6.9/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Patrick writes: > i have a network of 2 freebsd machines, a windows machine and a zyxel isdn > router, which is doing ip masquerading. everything is nice and fast from > the windows machine, but is painfully slow from either freebsd machine. if > i telnet to an external host from the windows machine it's fine, but if i > telnet to the same host from a freebsd machine it's as if the connection > is really slow. i tried downloading something via ftp and got throughput > of 0.36 kBps. but if i ping the external host, the return times are around > 40 ms. i even tried flood-pinging an external host, and it was fine, the > zyxel even connected the second channel. when i was using a bitsurfr > connected to one of the freebsd machines, everything was fine from all the > machines. help me? What's netstat -r say? Did you run tcpdump and see what kind of traffic you're getting? -- Steve Farrell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 06:31:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA28662 for freebsd-questions-outgoing; Wed, 27 May 1998 06:31:48 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from couatl.uchicago.edu (couatl.uchicago.edu [128.135.21.64]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA28656 for ; Wed, 27 May 1998 06:31:43 -0700 (PDT) (envelope-from sfarrell@couatl.uchicago.edu) Received: (from sfarrell@localhost) by couatl.uchicago.edu (8.9.0/8.9.0) id IAA25263; Wed, 27 May 1998 08:31:41 -0500 (CDT) To: "yuejiong li" Cc: questions@FreeBSD.ORG Subject: Re: none References: <19980527064612.11310.qmail@hotmail.com> From: sfarrell+lists@farrell.org Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Date: 27 May 1998 08:31:41 -0500 In-Reply-To: "yuejiong li"'s message of "Tue, 26 May 1998 23:46:11 PDT" Message-ID: <87k977q1qa.fsf@couatl.uchicago.edu> Lines: 10 X-Mailer: Gnus v5.6.9/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "yuejiong li" writes: > I heard that I could get entire source code of UNIX.Is this true? Read about FreeBSD on http://www.freebsd.org/ -- Steve Farrell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 06:32:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA29031 for freebsd-questions-outgoing; Wed, 27 May 1998 06:32:42 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from couatl.uchicago.edu (couatl.uchicago.edu [128.135.21.64]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA28986 for ; Wed, 27 May 1998 06:32:28 -0700 (PDT) (envelope-from sfarrell@couatl.uchicago.edu) Received: (from sfarrell@localhost) by couatl.uchicago.edu (8.9.0/8.9.0) id IAA25260; Wed, 27 May 1998 08:30:21 -0500 (CDT) To: "Domen Semolic" Cc: Subject: Re: Hi References: <000701be3169$a71438c0$0200a8c0@Domen> From: sfarrell+lists@farrell.org Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Date: 27 May 1998 08:30:21 -0500 In-Reply-To: "Domen Semolic"'s message of "Sun, 27 Dec 1998 08:22:21 +0100" Message-ID: <87n2c3q1si.fsf@couatl.uchicago.edu> Lines: 10 X-Mailer: Gnus v5.6.9/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Domen Semolic" writes: > Can i have one account on freebsd , for my bot For your what? -- Steve Farrell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 06:36:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA00229 for freebsd-questions-outgoing; Wed, 27 May 1998 06:36:28 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from couatl.uchicago.edu (couatl.uchicago.edu [128.135.21.64]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA00171 for ; Wed, 27 May 1998 06:36:14 -0700 (PDT) (envelope-from sfarrell@couatl.uchicago.edu) Received: (from sfarrell@localhost) by couatl.uchicago.edu (8.9.0/8.9.0) id IAA25275; Wed, 27 May 1998 08:34:58 -0500 (CDT) To: Lanny Baron Cc: questions@FreeBSD.ORG Subject: Re: /usr filling up.. References: From: sfarrell+lists@farrell.org Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Date: 27 May 1998 08:34:57 -0500 In-Reply-To: Lanny Baron's message of "Wed, 27 May 1998 03:56:03 -0400 (EDT)" Message-ID: <87hg2bq1ku.fsf@couatl.uchicago.edu> Lines: 15 X-Mailer: Gnus v5.6.9/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Lanny Baron writes: > I have installed 2.2.6 and my /usr was at 94%. I was given some help > last night on > IRC by jkh telling me to make clean /usr/ports. I > did that and am now at 85% in /usr. I have installed "all" when I > originally installed via /stand/sysinstall. However I can see that > there are many things which in all likely hood, I will not need. YOu don't want to start deleting stuff. Get a bigger disk. Copy usr over to it. Really--this problem is not going to go away otherwise. -- Steve Farrell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 06:42:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA01500 for freebsd-questions-outgoing; Wed, 27 May 1998 06:42:23 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA01448 for ; Wed, 27 May 1998 06:42:13 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with SMTP id HAA01126; Wed, 27 May 1998 07:42:05 -0600 (MDT) (envelope-from brett@peloton.physics.montana.edu) Date: Wed, 27 May 1998 07:42:05 -0600 (MDT) From: Brett Taylor Reply-To: Brett Taylor To: laszlo vagner cc: questions@FreeBSD.ORG Subject: Re: afterstep 1.4 In-Reply-To: <199805270558.AAA20112@mutsgo.kf7nn.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > i downloaded the port You downloaded from ftp.freebsd.org the afterstep144 port? I'll assume this and move on. > ran configure > ran xmkmf > ran make Makefiles > ran make and get this error. Why the heck are you doing this w/ the port???? If you really downloaded the port, then you shouldn't do this. Since I'm the maintainer, you can grab a copy of the port from my machine: http://peloton.physics.montana.edu/brett/afterstep-devel.tar.gz You can also grab it from: ftp.freebsd.org/pub/FreeBSD/ports/x11/afterstep144 > /root/AfterStep-1.4.5.55N6 > AH - this is NOT the port. You downloaded source. The port is for version 1.4.5.3, not the .55N6 version. Some things have changed and I haven't ported it yet. In fact I haven't even looked for the patches to take it to N6 - I've only seen 1.4.5.55N. There aren't that many changes from the 1.4.5.53 version. Just download the port and use it. :-) Brett ********************************************************* Brett Taylor brett@peloton.physics.montana.edu http://peloton.physics.montana.edu/brett/ But Master, does not the fire need water too? Does not the mountain need the storm? - Beavis To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 06:54:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA04160 for freebsd-questions-outgoing; Wed, 27 May 1998 06:54:30 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alcatel.fr (mail.alcatel.fr [194.133.58.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA04149 for ; Wed, 27 May 1998 06:54:25 -0700 (PDT) (envelope-from THIERRY.HERBELOT@telspace.alcatel.fr) From: THIERRY.HERBELOT@telspace.alcatel.fr Received: from alcatel.fr (gatekeeper-ssn.alcatel.fr [155.132.180.244]) by mailgate.alcatel.fr (ALCANET/SMTP.9.9.9) with ESMTP id PAA31586; Wed, 27 May 1998 15:58:04 +0200 Received: from aifhs1.alcatel.fr (aifhs1.alcatel.fr [155.132.180.86]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id PAA29338; Wed, 27 May 1998 15:47:47 +0200 (MET DST) Received: from aifhs2.alcatel.fr (localhost [127.0.0.1]) by aifhs1.alcatel.fr (8.8.8/8.8.8) with ESMTP id PAA13507; Wed, 27 May 1998 15:51:33 +0200 (MET DST) Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id PAA29304; Wed, 27 May 1998 15:47:39 +0200 (MET DST) Received: from telss1 (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.7.6/8.7.3) with SMTP id PAA00768; Wed, 27 May 1998 15:53:08 +0200 (MET DST) Received: from telspace.alcatel.fr by telss1 (4.1/SMI-4.1) id AA26054; Wed, 27 May 98 15:42:40 +0200 Received: from localhost by telspace.alcatel.fr with SMTP (1.40.112.12/16.2) id AA229946348; Wed, 27 May 1998 15:39:08 +0200 X-Openmail-Hops: 1 Date: Wed, 27 May 98 15:38:59 +0200 Message-Id: In-Reply-To: <356C1065.B54CCDDC@Fh-Koeln.de> Subject: =?ISO-8859-1?Q?R=E9p_:_make_kernel_problem?= Mime-Version: 1.0 To: Csaba.Wachter@Fh-Koeln.de Cc: freebsd-questions@FreeBSD.ORG Content-Type: text/plain; charset=ISO-8859-1; name="make" Content-Disposition: inline; filename="make" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id GAA04150 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG which release ? which driver enabled ? give us info !!!!!!!!!!!! TfH ____________________________ Séparateur Réponse ________________________________ Objet : make kernel problem Auteur : Csaba.Wachter@Fh-Koeln.de Date : 27/05/98 15:08 Hye All, I`am trying to compile my new kernel and i get following Error: ioconf.o:Undefined sysmbol '_opdriver' referenced from data segment ***Error code 1 I have a P2 machine with SCSI AHA2940, 3Com509B and AWE64Value Card The configuration file seems at like right and i don't know what is to do. Anybody can help me ? Thanks, Csaba -- ********************************************************************* Csaba Wachter-Barta | E-Mail: Csaba.Wachter@Fh-Koeln.de Fachhochschule Koeln | Fachbereich NT / S.G. 4.4 | D - 50679 Koeln | Fax : 0221 / 82752494 ********************************************************************* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 07:19:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA08572 for freebsd-questions-outgoing; Wed, 27 May 1998 07:19:50 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alex.metrocom.ru (alex.metrocom.ru [195.5.130.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA08540 for ; Wed, 27 May 1998 07:19:44 -0700 (PDT) (envelope-from alex@metrocom.ru) Received: from alex.metrocom.ru (alex.metrocom.ru [195.5.130.6]) by alex.metrocom.ru (8.9.0/8.9.0) with SMTP id SAA00377; Wed, 27 May 1998 18:19:16 +0400 (MSD) Date: Wed, 27 May 1998 18:19:16 +0400 (MSD) From: Varshavchick Alexander To: laszlo vagner cc: questions@FreeBSD.ORG Subject: Re: afterstep 1.4 In-Reply-To: <199805270558.AAA20112@mutsgo.kf7nn.com> Message-ID: Ogranization: Metrocom JSC MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, laszlo vagner wrote: > i am having problems compiling the new afterstep. > > i downloaded the port > > ran configure > > ran xmkmf > > ran make Makefiles > > ran make and get this error. > > can someone point me in the right direction? > > cc -O2 -fno-strength-reduce -I/usr/X11R6/include -I/include > -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c stepgfx.c > cc -O2 -fno-strength-reduce -I/usr/X11R6/include -I/include > -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c hashtable.c > rm -f afterstep > cc -o afterstep -O2 -fno-strength-reduce -L/usr/X11R6/lib afterstep.o > configure.o clientwin.o events.o borders.o menus.o functions.o resize.o > add_window.o pager.o move.o icons.o windows.o module.o placement.o > decorations.o colormaps.o misc.o style.o stepgfx.o hashtable.o > -L/usr/X11R6/lib -lXpm -lXext -lX11 -lafterstep -L../../lib -lgnumalloc > ld: -lgnumalloc: no match > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > /root/AfterStep-1.4.5.55N6 > > > thanks > George > The original Afterstep location is http://peloton.physics.montana.edu/brett/afterstep-devel.tar.gz It compiles like a charm! Varshavchick Alexander, Metrocom Joint Stock Company Phone: (812)118-3322, 314-8986(fax) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 07:49:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA12254 for freebsd-questions-outgoing; Wed, 27 May 1998 07:49:03 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from fanfic.org (fanfic.org [205.150.35.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA12187 for ; Wed, 27 May 1998 07:48:42 -0700 (PDT) (envelope-from dstenn@fanfic.org) Received: from fanfic.org (fanfic.org [205.150.35.145]) by fanfic.org (8.8.8/8.8.8) with SMTP id KAA26803; Wed, 27 May 1998 10:48:37 -0400 (EDT) (envelope-from dstenn@fanfic.org) Posted-Date: Wed, 27 May 1998 10:48:37 -0400 (EDT) Date: Wed, 27 May 1998 10:48:37 -0400 (EDT) From: Dennis Tenn To: Whee Kim cc: freebsd-questions@FreeBSD.ORG Subject: Re: AWE32 not fonund?! Help! In-Reply-To: <356BD3D4.869D2076@erols.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, Whee Kim wrote: | Hi. I am rebuilding my kernel and facing some problems here. | | I have AWE32 PNP sound card and FreeBSD 2.2.6 | | I have following lines for my kernel and compiled it. | | controller snd0 | device sb0 at isa? port 0x220 irq 5 drq 1 vectore | sbintr | device sbxvi0 at isa? drq 5 | device sbmidi0 at isa? port 0x330 | device opl0 at isa? port 0x388 | device awe0 at isa? port 0x620 | | However, at probing, I got following messages. | | AWE32 not found | AWE32: not detected | | | What is wrong? The settings are all correct... IRQ.. I/O and | everything. I found out that AWE is using three I/O | ...0620h-0623h,0a20h-0a23h, and 0e20h-0e23h. Which one should I use? Reboot and at the 'boot: ' prompt type '-c'. In the User Configuration mode type the following. pnp 1 2 os enable port0 0x620 port1 0xa20 port2 0xe20 quit and it should recognize the AWE portion of your card. Keep in mind that each time you rebuild a new kernel you will need to do this again. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Dennis Tenn * There will always come a time dstenn@fanfic.org * When your love will be tested ICQ# 1457509 * Stand tall and rise to the occasion * For only then will you grow strong. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 08:03:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA15032 for freebsd-questions-outgoing; Wed, 27 May 1998 08:03:51 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from E35.nz.fh-koeln.de (e35.nz.FH-Koeln.DE [139.6.1.14]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id IAA14995 for ; Wed, 27 May 1998 08:03:31 -0700 (PDT) (envelope-from Csaba.Wachter@E35.nz.fh-koeln.de) Received: from Fh-Koeln.de (yoda.noc.FH-Koeln.DE) by E35.nz.fh-koeln.de with SMTP id AA19130 (5.67b/IDA-1.5 for ); Wed, 27 May 1998 17:01:24 +0200 Message-Id: <356C2B04.C9567D10@Fh-Koeln.de> Date: Wed, 27 May 1998 17:02:29 +0200 From: Csaba Wachter-Barta X-Mailer: Mozilla 4.03 [en] (X11; I; HP-UX A.09.05 9000/715) Mime-Version: 1.0 To: THIERRY.HERBELOT@telspace.alcatel.fr, freebsd-questions@FreeBSD.ORG Subject: Re: Rip : make kernel problem References: Content-Type: multipart/mixed; boundary="------------343C842E955F7BB44E1C6309" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------343C842E955F7BB44E1C6309 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sorry ! That was not very intelligent from me to give so small information, i used (i would like to use )release 2.2.6 on machine PII-233MHz , ASUS P2L7 440LX with Adaptec 2940 on board,128MB with following cards: 3Com509B Matrox Mystique II WinTV-Primio SB AWE 64Value and here is the message that i get after type make : ioconf.o:Undefined sysmbol '_opdriver' referenced from data segment ***Error code 1 my configuration file i will be attempt. Thanks, Csaba THIERRY.HERBELOT@telspace.alcatel.fr wrote: > which release ? > > which driver enabled ? > > give us info !!!!!!!!!!!! > > TfH > > ____________________________ Siparateur Riponse ________________________________ > Objet : make kernel problem > Auteur : Csaba.Wachter@Fh-Koeln.de > Date : 27/05/98 15:08 > > Hye All, > > I`am trying to compile my new kernel and i get following Error: > > ioconf.o:Undefined sysmbol '_opdriver' referenced from data segment > ***Error code 1 > > I have a P2 machine with SCSI AHA2940, 3Com509B and AWE64Value Card > > The configuration file seems at like right and i don't know what is to > do. > > Anybody can help me ? > > Thanks, > Csaba > -- ********************************************************************* Csaba Wachter-Barta | E-Mail: Csaba.Wachter@Fh-Koeln.de Fachhochschule Koeln | Fachbereich NT / S.G. 4.4 | D - 50679 Koeln | Fax : 0221 / 82752494 ********************************************************************* --------------343C842E955F7BB44E1C6309 Content-Type: text/plain; charset=us-ascii; name="ASTERIX" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="ASTERIX" # # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks # # For more information read the handbook part System Administration -> # Configuring the FreeBSD Kernel -> The Configuration File. # The handbook is available in /usr/share/doc/handbook or online as # latest version from the FreeBSD World Wide Web server # # # An exhaustive list of options and more detailed explanations of the # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $Id: GENERIC,v 1.77.2.22 1998/03/24 01:20:14 jkh Exp $ machine "i386" #cpu "I386_CPU" #cpu "I486_CPU" cpu "I586_CPU" #cpu "I686_CPU" ident ASTERIX maxusers 10 #options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Berkeley Fast Filesystem options NFS #Network Filesystem options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15 #Be pessimistic about Joe SCSI device options BOUNCE_BUFFERS #include support for DMA bounce buffers options UCONSOLE #Allow users to grab the console options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor config kernel root on wd0 controller isa0 #controller eisa0 controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 #disk fd1 at fdc0 drive 1 #tape ft0 at fdc0 drive 2 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. # # Note: The dpt driver is present in this release but was left disabled # due to its relatively late entry (it's almost certainly benign to enable # it but we didn't want to risk any chance of destabilizing 2.2.6). To # enable DPT support, uncomment the dpt0 controller entry and the two # options DPTOPT and DPT_MEASURE_PERFORMANCE entries below. #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 DPTOPT # will go away soon #options DPT_MEASURE_PERFORMANCE # just enable for now #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=4 # 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=2 # 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 tx0 #device vx0 #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 15 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 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 # Adding Sounddriver to Kernel AWE-0.4 for FreeBSD # Date:26May98 Csaba Wachter-Barta # controller pnp0 controller snd0 device sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr device sbxvi0 at isa? drq 5 device sbmidi0 at isa? port 0x330 device op10 at isa? port 0x388 device awe0 at isa? port 0x620 --------------343C842E955F7BB44E1C6309-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 08:07:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA15703 for freebsd-questions-outgoing; Wed, 27 May 1998 08:07:55 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lucy.bedford.net (lucy.bedford.net [206.99.145.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA15655 for ; Wed, 27 May 1998 08:07:44 -0700 (PDT) (envelope-from listread@lucy.bedford.net) Received: (from listread@localhost) by lucy.bedford.net (8.8.8/8.8.8) id LAA23827; Wed, 27 May 1998 11:07:27 -0400 (EDT) (envelope-from listread) Message-Id: <199805271507.LAA23827@lucy.bedford.net> Subject: Re: alias 0 errors In-Reply-To: <199805271245.FAA21109@hub.freebsd.org> from Wyatt Nordstrom at "May 27, 98 08:44:00 am" To: wyattn@nortel.ca (Wyatt Nordstrom) Date: Wed, 27 May 1998 11:07:27 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG Reply-to: djv@bedford.net From: CyberPeasant X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Wyatt Nordstrom wrote: > Recently I upgraded to 2.2.6. Immediately, I began to get errors every > morning on my console. The errors are complaing about a missing alias > 0 from the /etc/aliases file(or something similar, I do not have the > error message with me). The errors are being generated through some > job being run by cron, and I believe they have something to do with > sendmail. > > Thanks for any assitence. > Wyatt You're right. Run newaliases as root, and your problems should disappear. (assuming that the /etc/aliases file exists, and is in good shape). Dave -- Is the true purpose of Unix its use, or its administration? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 08:21:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA18112 for freebsd-questions-outgoing; Wed, 27 May 1998 08:21:17 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gregory.dyn.ml.org (dave@cgowave-22-127.cgocable.net [24.226.22.127]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA18083 for ; Wed, 27 May 1998 08:21:12 -0700 (PDT) (envelope-from dave@gregory.dyn.ml.org) Received: from localhost (dave@localhost) by gregory.dyn.ml.org (8.8.7/8.8.7) with SMTP id GAA09880 for ; Wed, 27 May 1998 06:25:16 -0400 Date: Wed, 27 May 1998 06:25:16 -0400 (EDT) From: Dave To: questions@FreeBSD.ORG Subject: QtEZ port: can't find QTEZ-v0.52a-src.tar.gz Message-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 where it is? Apparently the QtEZ folks don't keep older versions of the sources around, and it's not at ftp.freebsd.org either. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 08:32:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA21199 for freebsd-questions-outgoing; Wed, 27 May 1998 08:32:10 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA21142 for ; Wed, 27 May 1998 08:31:54 -0700 (PDT) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id IAA07635; Wed, 27 May 1998 08:32:03 -0700 (PDT) Message-Id: <199805271532.IAA07635@implode.root.com> To: William Woods cc: FreeBSD Questions Subject: Re: firewall question... In-reply-to: Your message of "Tue, 26 May 1998 19:01:49 PDT." <356B740D.7A54CCBE@cybcon.com> From: David Greenman Reply-To: dg@root.com Date: Wed, 27 May 1998 08:32:03 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >What would be the firewall rule to stop all incomming ICMP packets from >all? You don't want to stop ICMP UNREACH_NEEDFRAG packets else you'll break Path MTU Discovery which will cause problems when connecting to some hosts. -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 08:41:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA23652 for freebsd-questions-outgoing; Wed, 27 May 1998 08:41:22 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gutenberg.uoregon.edu (gutenberg.uoregon.edu [128.223.56.211]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id IAA23622 for ; Wed, 27 May 1998 08:41:09 -0700 (PDT) (envelope-from sharding@gutenberg.uoregon.edu) Received: from localhost (sharding@localhost) by gutenberg.uoregon.edu (950413.SGI.8.6.12/950213.SGI.AUTOCF) via SMTP id IAA29425; Wed, 27 May 1998 08:44:25 -0700 Date: Wed, 27 May 1998 08:44:25 -0700 (PDT) From: Sean Harding Reply-To: Sean Harding To: "Oleg G." cc: Questions , Zip311 Subject: Re: I can't su!! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, Oleg G. wrote: > Check GID, it must be 0, like this: > olegg:*:1060:0:Oleg G., Info-Center:/home/olegg:/usr/local/bin/tcsh No, this is wrong. 'su' checks /etc/group, *not* passwd. As a matter of fact, it is a bad idea to make wheel your default group like this. Put yourself in a normal group in passwd and then add yourself to wheel in group. Sean -- Sean Harding sharding@oregon.uoregon.edu|"Life is a sleazy stranger http://gladstone.uoregon.edu/~sharding/ | & this is his favorite bar." NeXTMail OK! | --Ani DiFranco To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 08:43:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA24114 for freebsd-questions-outgoing; Wed, 27 May 1998 08:43:19 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lucy.bedford.net (lucy.bedford.net [206.99.145.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA24029 for ; Wed, 27 May 1998 08:42:44 -0700 (PDT) (envelope-from listread@lucy.bedford.net) Received: (from listread@localhost) by lucy.bedford.net (8.8.8/8.8.8) id LAA24363; Wed, 27 May 1998 11:31:51 -0400 (EDT) (envelope-from listread) Message-Id: <199805271531.LAA24363@lucy.bedford.net> Subject: Re: problem with elm In-Reply-To: <199805270455.XAA19761@mutsgo.kf7nn.com> from George Vagner at "May 26, 98 11:55:07 pm" To: kf7nn@mutsgo.kf7nn.com (George Vagner) Date: Wed, 27 May 1998 11:31:51 -0400 (EDT) Cc: questions@FreeBSD.ORG Reply-to: djv@bedford.net From: CyberPeasant X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG George Vagner wrote: > sometimes while holding down the "d" key to delete messages in elm > i get this wierd error and my screen goes wacko, check it out. > > D 46 May 26 Hans Huebner (69) Re: DLT tape errors > D 47 May 26 Brint MacMillan (50) file system full > D 48 May 27 Dean Hollister (60) Re: Killing zombie processes > O 61 May 26 Geoffrey Robinson (54) Pentium II Temperature Data > 62 May 26 anton horvath (75) Virus scan for FBsd ? > OM 63 May 26 Andrew A.Karjagin (108) Re: search engine > O 64 May 26 Dean Hollister (55) Killing zombie processes > O 65 May 26 John Kelly (59) Re: NIC Question > O 66 May 26 bsd mailing lists (55) klock problem > O 67 May 26 bsd mailing lists (55) bad block scan ?? > O 68 May 26 bsd mailing lists (103) xterm bug > O 69 May 26 Michael Rice (69) XFree86 Video Problems > OM 70 May 26 THIERRY.HERBELOT@t (84) [R_p : information] > > BASE64 data was corrupt! O 55 May 26 ??????? > ???? > ? ???? (50) FreeBSD as Novell Netware Client > O 56 May 26 Didier Derny (71) Re: FreeBSD as Novell Netware Client > O 57 May 26 Grandmaison, Ron (75) RE: Re(2): [Antennas] Antenna Ideas > O 58 May 26 Dave Bender (92) RE: NIC Question > Command: > > cool huh? > > it actually crashed the whole server once when i was running it on the console. > Yeah, everybody got that one. Some turkey has a lousy mailer. Just delete the mail. I don't that you really crashed the server, did you? Just skunked/locked up the virtual terminal maybe? Dave -- Is the true purpose of Unix its use, or its administration? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 09:11:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA29715 for freebsd-questions-outgoing; Wed, 27 May 1998 09:11:35 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from xcf.berkeley.edu (scam.XCF.Berkeley.EDU [128.32.43.201]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA29692 for ; Wed, 27 May 1998 09:11:27 -0700 (PDT) (envelope-from nordwick@scam.xcf.berkeley.edu) Received: (qmail 638 invoked from network); 27 May 1998 16:13:11 -0000 Received: from ip207.san-francisco23.ca.pub-ip.psi.net (HELO scam.xcf.berkeley.edu) (38.28.61.207) by scam.xcf.berkeley.edu with SMTP; 27 May 1998 16:13:11 -0000 Message-ID: <356C3AD2.E5E8D8F8@scam.xcf.berkeley.edu> Date: Wed, 27 May 1998 09:09:54 -0700 From: Jason Nordwick X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: Doug White CC: FreeBSD Questions Subject: Re: Killing zombie processes References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug White wrote: > > Fix the offending program that zombie-ing. Add a wait() call just before > it exits to reap the children. > _exit(2) does this. (I think). > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > Jay -- 4.4 > 95 http://www.xcf.berkeley.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 09:13:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA00239 for freebsd-questions-outgoing; Wed, 27 May 1998 09:13:41 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alcatel.fr (mail.alcatel.fr [194.133.58.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA00187 for ; Wed, 27 May 1998 09:13:28 -0700 (PDT) (envelope-from THIERRY.HERBELOT@telspace.alcatel.fr) From: THIERRY.HERBELOT@telspace.alcatel.fr Received: from alcatel.fr (gatekeeper-ssn.alcatel.fr [155.132.180.244]) by mailgate.alcatel.fr (ALCANET/SMTP.9.9.9) with ESMTP id SAA20449; Wed, 27 May 1998 18:11:31 +0200 Received: from aifhs1.alcatel.fr (aifhs1.alcatel.fr [155.132.180.86]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id SAA01521; Wed, 27 May 1998 18:01:15 +0200 (MET DST) Received: from aifhs2.alcatel.fr (localhost [127.0.0.1]) by aifhs1.alcatel.fr (8.8.8/8.8.8) with ESMTP id SAA13084; Wed, 27 May 1998 18:05:03 +0200 (MET DST) Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id SAA01516; Wed, 27 May 1998 18:01:13 +0200 (MET DST) Received: from telss1 (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.7.6/8.7.3) with SMTP id SAA23575; Wed, 27 May 1998 18:01:54 +0200 (MET DST) Received: from telspace.alcatel.fr by telss1 (4.1/SMI-4.1) id AA27359; Wed, 27 May 98 17:51:26 +0200 Received: from localhost by telspace.alcatel.fr with SMTP (1.40.112.12/16.2) id AA279684073; Wed, 27 May 1998 17:47:53 +0200 X-Openmail-Hops: 1 Date: Wed, 27 May 98 17:47:43 +0200 Message-Id: In-Reply-To: <356C2B04.C9567D10@Fh-Koeln.de> Subject: =?ISO-8859-1?Q?R=E9p_:_Re:_Rip_:_make_kernel_problem?= Mime-Version: 1.0 To: Csaba.Wachter@Fh-Koeln.de Cc: THIERRY.HERBELOT@telspace.alcatel.fr, freebsd-questions@FreeBSD.ORG Content-Type: text/plain; charset=US-ASCII; name="Texte" Content-Disposition: inline; filename="Texte" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG look in the file ioconf.c which is in the compile/ASTERIX - you will see opdriver in it. This must be related to the following line in your configuration file : device op10 at isa? port 0x388 I don't have configured my own Sound Blaster (yet), and I don't know if your config is ok or not. I Hope other people have a solution TfH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 09:16:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA00834 for freebsd-questions-outgoing; Wed, 27 May 1998 09:16:10 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cyclone.degnet.baynet.de (www.degnet.baynet.de [194.95.214.129]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA00798 for ; Wed, 27 May 1998 09:16:03 -0700 (PDT) (envelope-from malte@webmore.com) Received: from neuron.webmore.com (unverified [194.95.214.169]) by cyclone.degnet.baynet.de (EMWAC SMTPRS 0.83) with SMTP id ; Wed, 27 May 1998 18:12:35 +0200 Received: from neuron.webmore.de (malte@webmore.com) by neuron.webmore.com (8.8.8/8.8.8) with ESMTP id SAA02356; Wed, 27 May 1998 18:13:46 +0200 (CEST) Message-ID: X-Mailer: XFMail 1.2 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Wed, 27 May 1998 18:13:46 +0200 (CEST) Reply-To: malte@webmore.com From: Malte Lance To: Lanny Baron Subject: Re: problem alias's in Xwindows (from .profile) Cc: freebsd-questions@FreeBSD.ORG, drifter@stratos.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 27-May-98 Lanny Baron wrote: > On Tue, 26 May 1998 drifter@stratos.net wrote: >> On Tue, May 26, 1998 at 02:25:33AM -0400, Lanny Baron wrote: >> > Hello, >> > I was wondering if anyone knows how to get colorls working in an xterm. > Thanks for the response to my problem. To answer you, I use bash or bash2. > But in my > .login file I have the following line: How about "man bash" ??? There you will find out, that bash uses ~/.bashrc and ~/.bash_profile as startup-scripts. ~/.bash_profile for login-shells ~/.bashrc for non-login-shells > TERM=xterm-color; export TERM put this in ~/.bashrc > alias x='exit' > alias ls='colorls -FG' > alias ll='colorls -FGl' > alias la='colorls -FGal' this goes in ~/.bash_profile Malte. >> > I have >> > my alias set up in .profile as ls='colorls -FG' and in .xinitrc the xterm >> > is as follows: >> >> Did you try: >> >> $ export TERM=xterm-color # For /bin/sh and friends >> >> or >> >> % setenv TERM xterm-color # For /bin/csh or tcsh >> >> -drifter >> > Hi, > > Thanks for the response to my problem. To answer you, I use bash or bash2. > But in my > .login file I have the following line: > > TERM=xterm-color; export TERM > > alias x='exit' > alias ls='colorls -FG' > alias ll='colorls -FGl' > alias la='colorls -FGal' > > In addition, in anything but the first 2 xterm windows that open when > starting X, the > colorls as well as an alias: alias ts='telnet shell.tht.net' > will not work. > > If you can help me I would be most grateful. > > Again thanks for your help in advance!! > > Regards.... > > lanny > > * Lanny Baron * In the Beginning He Said "Let there > be Light" >| Have you had your BEEF today? | He saw it was good. A few days later >| He said >| http://www.tht.net/~beef | "Let there be computers for mankind" >| And the > * * PC was made. He then turned on His > heavenly >| Want a great operating system? | pc and the heavenly monitor displayed >| try FreeBSD, it's remarkable! | "Welcome to FreeBSD" And he jumped >| for joy. > * http://www.FreeBSD.org * > &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message ---------------------------------- E-Mail: Malte Lance Date: 27-May-98 Time: 17:56:16 ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 09:21:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA01824 for freebsd-questions-outgoing; Wed, 27 May 1998 09:21:16 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pcOldhamB.Res.carleton.edu (pcOldhamB.Res.Carleton.edu [137.22.96.138]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA01789 for ; Wed, 27 May 1998 09:21:08 -0700 (PDT) (envelope-from oldhamb@carleton.edu) Received: from localhost (oldhamb@localhost) by pcOldhamB.Res.carleton.edu (8.8.8/8.8.7) with SMTP id LAA00738; Wed, 27 May 1998 11:20:28 -0500 (CDT) (envelope-from oldhamb@carleton.edu) X-Authentication-Warning: pcOldhamB.Res.carleton.edu: oldhamb owned process doing -bs Date: Wed, 27 May 1998 11:20:27 -0500 (CDT) From: "Benjamin A. Oldham" X-Sender: oldhamb@pcOldhamB.Res.carleton.edu To: bsd mailing lists cc: freebsd-questions@FreeBSD.ORG Subject: Re: ESS Audiodrive prooblem. 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, > the GENERIC kernel does not recognize my audio card which > is a ESS Audiodrive Sound blaster 16 Compatible. > IS there a way I can solve this problem? > Noone has an ESS 1868 under FreeBSD? > thanks. > > Rick I had to toss mine, and get a true SB16. The Luigi/PnP combination claims to be able to get at least some sound out of the 1868, but I futzed with it for a while and couldn't get it working. In the end, my new SB16 is working great, while the Win95 user I gave the 1868 to can't tell the difference... good luck Ben To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 09:36:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA04942 for freebsd-questions-outgoing; Wed, 27 May 1998 09:36:40 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dove.peace.com.my (peace.com.my [202.184.153.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA04918 for ; Wed, 27 May 1998 09:36:33 -0700 (PDT) (envelope-from panda@peace.com.my) Received: from lovebox (love.com.my [202.184.153.17]) by dove.peace.com.my (8.8.5/8.8.5) with SMTP id AAA02403; Thu, 28 May 1998 00:17:22 +0800 (SGT) Date: Thu, 28 May 1998 00:17:22 +0800 (SGT) Message-Id: <3.0.32.19980528003928.0094b210@peace.com.my> X-Sender: panda@peace.com.my X-Mailer: Windows Eudora Pro Version 3.0 (32) To: Greg Lehey From: chas Subject: Re: adding 25GB as single partition ok ? Cc: 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 >>> You can't easily back up /var, at least using dump. >> >> I've actually picked up some good input from some Digital >> Unix folks : Ooops, in retrospect.. that sounded really rude of me. What I meant was "I've picked up more good input (in addition to that provided by FBSD people) and it came from DU folk". Apologies for any misinterpretation. >>> 2. The root partition looks a little small, I'd be more comfortable with >>> 150-200mb. > >That might be right for Digital UNIX. It's far too large for >FreeBSD. 40 or 50 MB is more typical. True. >>> 5. If the 25GB raid set is to be used only for the mail spool, why >>> not just mount it as /var/spool/mail or to be more flexable, >>> /var/spool? > >Why not call the file system /var? Well, I'm using Cyrus IMAPd (which I finally managed to get working in harmony with Qmail 10 minutes ago after 24 hours of grief) so all mail is guaranteed to go to /var/spool/imap/ Seems nicer to keep mail/data on there and the OS/logfiles/config on the HD. But this is all matter of choice I guess - "horses for courses" as they say. >>> Mail, as opposed to news, generates one spool file per user. Depending >>> on the number of users, you may want to consider adjusting the inode >>> or extent ratio that you use. >>> >>> I don't remember the max size for a UFS partiion, but if you are using >>> UFS -- don't forget to set the inodes per kb down to one or two. This >>> will reduce the avialable space bya small amount but will let you handle >>> more small files. > >If this is primarily mail, you won't need to do this. happy to hear. :) > If it's >primarily news, it's a good idea. Remember that the only way to >increase the number of inodes (files) is to re-newfs the file system, >which involves a backup and restore of the complete Raid set. Even a >fast tape drive (2 MB/s) would take about 8 hours to back up the data, >and possibly about 12 hours to restore; count 24 hours uninterrupted >work to rebuild it. Thank you for the figures there. This was precisely why I sought as much input as possible now that the configuration is flexible. The thought of such backup/restore's wasn't too appealing when the server is live. Cheers, chas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 10:35:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA15594 for freebsd-questions-outgoing; Wed, 27 May 1998 10:35:40 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA15291; Wed, 27 May 1998 10:33:40 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with SMTP id LAA04935; Wed, 27 May 1998 11:33:19 -0600 (MDT) (envelope-from brett@peloton.physics.montana.edu) Date: Wed, 27 May 1998 11:33:18 -0600 (MDT) From: Brett Taylor To: Kerry Morse cc: freebsd-questions@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: RE: your mail In-Reply-To: <02B01380C828D1119ED70020AF641C53091A79@MTTMail.metro.tas.gov.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Afterstep 1.4.5... Which isn't as far as I know in the packages or > ports.. Yeah it is. It's just under afterstep144 right now. peloton: {30} more /usr/ports/x11/afterstep144/Makefile -snip- PKGNAME= afterstep-1.4.5.3 -snip- Matthew Hunt asked for a repository name change when it went through, but it hasn't happened yet. (cc'd to ports - hint) :-) ********************************************************* Brett Taylor brett@peloton.physics.montana.edu http://peloton.physics.montana.edu/brett/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 10:49:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA18514 for freebsd-questions-outgoing; Wed, 27 May 1998 10:49:01 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA18171 for ; Wed, 27 May 1998 10:46:58 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id KAA07785; Wed, 27 May 1998 10:34:33 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd007752; Wed May 27 17:34:24 1998 Date: Wed, 27 May 1998 10:34:13 -0700 (PDT) From: Julian Elischer To: yuejiong li cc: questions@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <19980527064612.11310.qmail@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG http://www.freebsd.org On Tue, 26 May 1998, yuejiong li wrote: > Dear sir, > > I heard that I could get entire source code of UNIX.Is this true? > > And how I could do it. > > > lyjiong > May/27/98 > > ______________________________________________________ > Get Your Private, Free Email at http://www.hotmail.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 10:51:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA19107 for freebsd-questions-outgoing; Wed, 27 May 1998 10:51:32 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA18956 for ; Wed, 27 May 1998 10:50:36 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with SMTP id LAA04993; Wed, 27 May 1998 11:50:04 -0600 (MDT) (envelope-from brett@peloton.physics.montana.edu) Date: Wed, 27 May 1998 11:50:04 -0600 (MDT) From: Brett Taylor To: Varshavchick Alexander cc: laszlo vagner , questions@FreeBSD.ORG Subject: Re: afterstep 1.4 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 > > /root/AfterStep-1.4.5.55N6 > As noted earlier - this is NOT the ported version. :-) > The original Afterstep location is > http://peloton.physics.montana.edu/brett/afterstep-devel.tar.gz > It compiles like a charm! It's in the ports now - /usr/ports/x11/afterstep144 (yes, the name is screwed up.... we've asked for a repository name change) Brett ********************************************************* Brett Taylor brett@peloton.physics.montana.edu http://peloton.physics.montana.edu/brett/ But Master, does not the fire need water too? Does not the mountain need the storm? - Beavis To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 11:09:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA22638 for freebsd-questions-outgoing; Wed, 27 May 1998 11:09:16 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cybcon.com (root@cybcon.com [205.147.64.49]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA22522 for ; Wed, 27 May 1998 11:08:58 -0700 (PDT) (envelope-from wwoods@cybcon.com) Received: from cybcon.com (IDENT:william@support1.cybcon.com [205.147.76.126]) by cybcon.com (8.9.0/8.9.0) with ESMTP id LAA23429 for ; Wed, 27 May 1998 11:09:03 -0700 (PDT) Message-ID: <356C56AF.D5379241@cybcon.com> Date: Wed, 27 May 1998 11:08:47 -0700 From: William Woods X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: FreeBSD Questions Subject: Boches Port Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Anyone here used the Boches Port to emulate Win95,? William To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 11:42:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA29403 for freebsd-questions-outgoing; Wed, 27 May 1998 11:42:29 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mercury.jorsm.com (mercury.jorsm.com [207.112.128.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA29363 for ; Wed, 27 May 1998 11:42:17 -0700 (PDT) (envelope-from jer@jorsm.com) Received: from localhost (jer@localhost) by mercury.jorsm.com (8.8.7/8.8.7) with SMTP id NAA23552; Wed, 27 May 1998 13:42:04 -0500 (CDT) Date: Wed, 27 May 1998 13:42:03 -0500 (CDT) From: Jeremy Shaffner To: Jonathan Chen cc: Satwant , freebsd-questions@FreeBSD.ORG Subject: Re: FREEBSD installation. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, Jonathan Chen wrote: > On Tue, 26 May 1998, Satwant wrote: > > [snipped. please leave Cc: when replying] > [more snipping] > > Is your CDROM drive an IDE based one? Common suggestions include > shifting it on the primary-controller (ie the 1st one) and making sure > it's jumpered as a slave. > > > Now I am trying the following: > > > > copying all of cdrom contents onto D: drive, so that I may > > ( I hope I can) later choose to load through DOS partition and be > > able to specify that drive. ( I have C+D drive on my HD1 and E on HD2- > > I plan to use E as my bsd disk) > > > > I dont know if it will work. > > I've never really tried installing off a DOS partition before, but > perhaps others on the list may have and perhaps advise you. > I have, because I had the same problems. I have the luxury of having lots of space, so I copied the contents of the CD onto a DOS partition (ie: D:\freebsd) D: in your case should be wd0s2 and that's the partition you'd specify. It worked just fine. -===================================================================- Jeremy Shaffner JORSM Internet Senior Technical Support Northwest Indiana's Premium jer@jorsm.com Internet Service Provider support@jorsm.com http://www.jorsm.com -===================================================================- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 11:56:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA02406 for freebsd-questions-outgoing; Wed, 27 May 1998 11:56:49 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns.insolwwb.net (root@ns.insolwwb.net [206.31.149.200]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA02357 for ; Wed, 27 May 1998 11:56:34 -0700 (PDT) (envelope-from mgrommet@insolwwb.net) Received: from work1.insolwwb.net (work2.insolwwb.net [208.150.248.12]) by ns.insolwwb.net (8.8.7/8.7.3) with SMTP id NAA28566 for ; Wed, 27 May 1998 13:53:48 -0500 (CDT) Message-ID: <00dc01bd893c$a358f0c0$0cf896d0@work1.insolwwb.net> From: "Mike Grommet" To: Subject: Clear command locks up telnet window? Date: Wed, 27 May 1998 01:56:56 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greets. we are setting up a down stream isp using freebsd and we've got everything talking to each other just peachy. When I telnet into their server, I log in just fine. I can ls, more, any generic unix command... take your pick, but once I do a clear command, it locks up the telnet session. I can re-telnet back in and such but this makes life really bad because I cant use pico or vi to edit config files there. HELP? Mike Grommet System Admin, and all around nice guy Internet Solutions, Inc. mgrommet@insolwwb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 11:58:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA02900 for freebsd-questions-outgoing; Wed, 27 May 1998 11:58:41 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.drivel.net (eclipse.blurred.net [206.108.68.58]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA02807 for ; Wed, 27 May 1998 11:58:14 -0700 (PDT) (envelope-from patrick@drivel.net) Received: from localhost (patrick@localhost) by mail.drivel.net (8.8.8/8.8.5) with SMTP id OAA08687; Wed, 27 May 1998 14:58:31 -0400 (EDT) Date: Wed, 27 May 1998 14:58:30 -0400 (EDT) From: Patrick X-Sender: patrick@eclipse.blurred.net To: sfarrell+lists@farrell.org cc: freebsd-questions@FreeBSD.ORG Subject: Re: freebsd and zyxel In-Reply-To: <87pvgzq1u1.fsf@couatl.uchicago.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG netstat -r shows entries for the 3 machines, and: default 192.168.1.1 UGSc 12 725 ed0 with 192.168.1.1 being the router. i've never used tcpdump, i tried it just now and it said tcpdump: /dev/bpf0: Device not configured, so i'll have to look into it later. i did, however, set up ipfw on one machine to log all traffic to itself, and it was 99% traffic like this: May 27 01:32:33 eclipse /kernel: ipfw: 100 Allow UDP 192.168.1.5:872 192.168.1.5:1021 via lo0 so there doesn't seem to be much, if any, external traffic, except for what i'm actually generating with telnet etc. On 27 May 1998 sfarrell+lists@farrell.org wrote: > Patrick writes: > > > i have a network of 2 freebsd machines, a windows machine and a zyxel isdn > > router, which is doing ip masquerading. everything is nice and fast from > > the windows machine, but is painfully slow from either freebsd machine. if > > i telnet to an external host from the windows machine it's fine, but if i > > telnet to the same host from a freebsd machine it's as if the connection > > is really slow. i tried downloading something via ftp and got throughput > > of 0.36 kBps. but if i ping the external host, the return times are around > > 40 ms. i even tried flood-pinging an external host, and it was fine, the > > zyxel even connected the second channel. when i was using a bitsurfr > > connected to one of the freebsd machines, everything was fine from all the > > machines. help me? > > What's netstat -r say? Did you run tcpdump and see what kind of > traffic you're getting? > > -- > > Steve Farrell > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 12:01:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA03605 for freebsd-questions-outgoing; Wed, 27 May 1998 12:01:19 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from marlin.corp.gulf.net (root@marlin.corp.gulf.net [198.69.72.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA03523 for ; Wed, 27 May 1998 12:00:49 -0700 (PDT) (envelope-from bgrider@corp.gulf.net) Received: from tetra (tetra.corp.gulf.net [206.105.61.157]) by marlin.corp.gulf.net (8.8.8/8.8.5) with SMTP id OAA09251 for ; Wed, 27 May 1998 14:00:08 -0500 (CDT) Reply-To: From: "Ben Grider" To: Subject: unable to load root partition Date: Wed, 27 May 1998 14:01:55 -0500 Message-ID: <000001bd89a1$ead799a0$9d3d69ce@tetra.corp.gulf.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When I boot into FreeBSD through the boot.ini in NT I get unable to load root partition. If I boot straight to that drive it works ok. What I need to do is set the SCSI drive that FreeBSD is on to boot to the native partition. I have look and I can't find how. How would I change this so it boots to root as a native partition? Ben Grider bgrider@gulf.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 12:02:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA03805 for freebsd-questions-outgoing; Wed, 27 May 1998 12:02:07 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mercury.jorsm.com (mercury.jorsm.com [207.112.128.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA03719 for ; Wed, 27 May 1998 12:01:54 -0700 (PDT) (envelope-from jer@jorsm.com) Received: from localhost (jer@localhost) by mercury.jorsm.com (8.8.7/8.8.7) with SMTP id OAA24348; Wed, 27 May 1998 14:01:44 -0500 (CDT) Date: Wed, 27 May 1998 14:01:43 -0500 (CDT) From: Jeremy Shaffner To: Whee Kim cc: freebsd-questions@FreeBSD.ORG Subject: Re: Question! In-Reply-To: <356B8D57.270FC309@erols.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, Whee Kim wrote: > Hi, I have a question. > > I try to become root from the regular user by "su"Then I get > following message... > > su: kerberos: not in root's ACL > Password: > > This started after I installed 2.2.6. It hasn't done that with 2.2.5. > What is kerberos? and What is ACL? Is that an error? If it is how do I > fix it? > You must have installed Kerberos. It's another password encryption scheme. ACL is (I'm guessing here) Account CLass. (One of the normally blank (0) fields in /etc/passwd.) Uninstall Kerberos (with pkg_delete) or use the -K option when su'ing to not use Kerberos. $ su -K Password: ******** # Dunno about the bin group business the other fella mentioned. -===================================================================- Jeremy Shaffner JORSM Internet Senior Technical Support Northwest Indiana's Premium jer@jorsm.com Internet Service Provider support@jorsm.com http://www.jorsm.com -===================================================================- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 12:23:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA08479 for freebsd-questions-outgoing; Wed, 27 May 1998 12:23:19 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dt050n33.san.rr.com (@dt053nd2.san.rr.com [204.210.34.210]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA08441 for ; Wed, 27 May 1998 12:23:08 -0700 (PDT) (envelope-from Studded@san.rr.com) Received: from san.rr.com (Studded@localhost [127.0.0.1]) by dt050n33.san.rr.com (8.8.8/8.8.8) with ESMTP id MAA13990; Wed, 27 May 1998 12:23:04 -0700 (PDT) (envelope-from Studded@san.rr.com) Message-ID: <356C6818.D457FF4E@san.rr.com> Date: Wed, 27 May 1998 12:23:04 -0700 From: Studded Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.6-STABLE-0507 i386) MIME-Version: 1.0 To: "Mark F. True" CC: freebsd-questions@FreeBSD.ORG Subject: Re: Hey guys... References: <003101bd87fc$2a66a400$4c738018@manx.true.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mark F. True wrote: > > I have a cable modem. My cable provider does not give me static IP > addresses, they distribute > IPs with a dhcp server. I need to find a way to get an ip address from my > cable provider via dhcp Check out http://home.san.rr.com/freebsd/dhcp.html and let me know if that helps you. Good luck, Doug -- *** Chief Operations Officer, DALnet IRC network *** *** Proud designer and maintainer of one of the world's largest *** Internet Relay Chat servers with 5,328 simultaneous connections *** Try spider.dal.net on ports 6662-4 (Powered by FreeBSD) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 12:37:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA11079 for freebsd-questions-outgoing; Wed, 27 May 1998 12:37:20 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dt050n33.san.rr.com (@dt053nd2.san.rr.com [204.210.34.210]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA11055 for ; Wed, 27 May 1998 12:37:04 -0700 (PDT) (envelope-from Studded@san.rr.com) Received: from san.rr.com (Studded@localhost [127.0.0.1]) by dt050n33.san.rr.com (8.8.8/8.8.8) with ESMTP id MAA14012; Wed, 27 May 1998 12:36:53 -0700 (PDT) (envelope-from Studded@san.rr.com) Message-ID: <356C6B55.FDF7716A@san.rr.com> Date: Wed, 27 May 1998 12:36:53 -0700 From: Studded Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.6-STABLE-0507 i386) MIME-Version: 1.0 To: Fike Force CC: MP , freebsd-questions@FreeBSD.ORG Subject: Re: too many open files problem References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Fike Force wrote: > > MP, > > The problem is that named is listening on all 400 address. There is an > option that you can set to just listen on one ip address. I would suggest > updating to bind 8.1.2-T3B Or better yet, use 8.1.2 since it's out now. :) There are several important changes from the public beta so it's worth upgrading if you have the beta installed. Doug -- *** Chief Operations Officer, DALnet IRC network *** *** Proud designer and maintainer of one of the world's largest *** Internet Relay Chat servers with 5,328 simultaneous connections *** Try spider.dal.net on ports 6662-4 (Powered by FreeBSD) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 12:56:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14295 for freebsd-questions-outgoing; Wed, 27 May 1998 12:56:13 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp1.erols.com (smtp1.erols.com [207.172.3.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA14116 for ; Wed, 27 May 1998 12:55:59 -0700 (PDT) (envelope-from Aleta8@erols.com) Received: from erols.com (207-172-81-8.s8.as1.ptr.erols.com [207.172.81.8]) by smtp1.erols.com (8.8.8/8.8.5) with ESMTP id PAA24587 for ; Wed, 27 May 1998 15:55:54 -0400 (EDT) Message-ID: <356C6FD4.52576379@erols.com> Date: Wed, 27 May 1998 15:56:04 -0400 From: Samuel Stainback X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Disk controllers Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I was wondering if FreeBSD works with any controller types other than EIDE and SCSI? Does it support ATA or Ultra DMA? Thanks, Samuel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 12:57:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14444 for freebsd-questions-outgoing; Wed, 27 May 1998 12:57:15 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail0.tor.acc.ca (mail0.tor.acc.ca [204.92.54.110]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA14405 for ; Wed, 27 May 1998 12:57:04 -0700 (PDT) (envelope-from 781185@ican.net) Received: from ican.net (ppp-173.m2-2.dialup.rochester.edu [204.92.7.173]) by mail0.tor.acc.ca (8.8.8/8.8.8) with ESMTP id PAA28762 for ; Wed, 27 May 1998 15:56:59 -0400 (EDT) Message-ID: <356C6F43.D09F80A1@ican.net> Date: Wed, 27 May 1998 15:53:39 -0400 From: Chris Chizk <781185@ican.net> X-Mailer: Mozilla 4.05 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Modem questions Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to set up may macine to dial into my isp and when using the ppp command I get an error message Device not configured and gives the device name. In the ppp case it is cuaa1 but this has happened for other devices aswell. What besides the obvious does this mean? How can I configure a device? This does not seem to be related to the MAKEDEV script b/c i have attempted to make a device and it does not solve the problem... Also, is there a command that either lists all configured devices or all the devices that the machine can detect? Thanks in advance for any answer. CLC. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 13:23:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA20318 for freebsd-questions-outgoing; Wed, 27 May 1998 13:23:48 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from militzer.me.tuns.ca (militzer.me.Tuns.Ca [134.190.50.153]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA20283 for ; Wed, 27 May 1998 13:23:32 -0700 (PDT) (envelope-from bemfica@militzer.me.tuns.ca) Received: from localhost (bemfica@localhost) by militzer.me.tuns.ca (8.8.8/8.8.5) with SMTP id RAA11230 for ; Wed, 27 May 1998 17:14:47 -0300 (ADT) Date: Wed, 27 May 1998 17:14:47 -0300 (ADT) From: Antonio Bemfica Reply-To: Antonio Bemfica To: freebsd-questions@FreeBSD.ORG Subject: Re: 2940AU SCSI timeout problem - how come kernel.GENERIC works In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a new Pentium II machine with an A-Open AX6LC motherboard, an Adaptec 2940AU controller and a Seagate 4.5G Barracuda. After rebuilding my kernel, I get errors at boot time: SEQADDR=0x42 .... sd0(ahc:0:0) SCB 0:Immediate Reset. Flags=0x401 sd0 no longer in timeout ahc0: Issued Channel A Bus Reset A SCBs aborted sd0: error reading primary partition reading fsbn0 (sd0 bn 0; cn 0 tn 0 sn 0) [etc.] The interesting thing is that I can boot OK with the kernel.GENERIC of version 2.2.5-RELEASE from October 21st, 1997. I see there has been some discussion on the problems of the 2940UW, and I'm trying to make sense of it. Is there a solution to my problem, other than getting a new controller? Thanks in advance Antonio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 13:23:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA20351 for freebsd-questions-outgoing; Wed, 27 May 1998 13:23:57 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lucy.bedford.net (lucy.bedford.net [206.99.145.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA20278 for ; Wed, 27 May 1998 13:23:31 -0700 (PDT) (envelope-from listread@lucy.bedford.net) Received: (from listread@localhost) by lucy.bedford.net (8.8.8/8.8.8) id QAA27498; Wed, 27 May 1998 16:22:54 -0400 (EDT) (envelope-from listread) Message-Id: <199805272022.QAA27498@lucy.bedford.net> Subject: Re: Clear command locks up telnet window? In-Reply-To: <00dc01bd893c$a358f0c0$0cf896d0@work1.insolwwb.net> from Mike Grommet at "May 27, 98 01:56:56 am" To: mgrommet@insolwwb.net (Mike Grommet) Date: Wed, 27 May 1998 16:22:54 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG Reply-to: djv@bedford.net From: CyberPeasant X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mike Grommet wrote: [Charset iso-8859-1 unsupported, filtering to ASCII...] > Greets. > > we are setting up a down stream isp using freebsd and we've got everything > talking to each other just peachy. > > When I telnet into their server, I log in just fine. > I can ls, more, any generic unix command... take your pick, but > once I do a clear command, it locks up the telnet session. I can re-telnet > back in > and such > but this makes life really bad because I cant use pico or vi to edit config > files there. > > > HELP? > Here's an all-round wild guess: the clear command is making telnet think it's been escaped. Try using 8-bit clean, no-escape-char switches on your telnet client, namely: telnet -E8 downstream.host Maybe just the -L switch will work. Dave -- Is the true purpose of Unix its use, or its administration? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 13:27:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21227 for freebsd-questions-outgoing; Wed, 27 May 1998 13:27:18 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.cms-mpc.com (mail.cms-mpc.com [209.99.158.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21178 for ; Wed, 27 May 1998 13:26:57 -0700 (PDT) (envelope-from bryant@cms-mpc.com) Received: from cms-mpc.com (host20.cms-mpc.com [209.99.158.20] (may be forged)) by mail.cms-mpc.com (8.8.6/8.8.6) with ESMTP id QAA15201 for ; Wed, 27 May 1998 16:26:25 -0400 (EDT) Message-ID: <356CA13C.97A6A688@cms-mpc.com> Date: Wed, 27 May 1998 16:26:53 -0700 From: Bryant Martin Reply-To: bryant@cms-mpc.com Organization: Martin Publishing Corp. X-Mailer: Mozilla 4.05 [en] (Win16; U) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Incorrect FTP Time Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am running a FreeBSD server, and, although the system time is set to the correct time, incoming and outgoing FTP transactions are post-timed by four hours. We can find no apparent cause for this. Has anyone there seen this on another system, and, if so, can I get a suggestion on how to correct it? Thank you very much, Bryant Martin Commonwealth/Martin 1700 Venable Street Richmond, VA 23223-6308 Voice: 800.336.6245 x103 (or local 804.780.1700 x103) Fax: 804.782.9876 Email: bryant@cms-mpc.com FTP: ftp://ftp.cms-mpc.com/ directory is /INCOMING for input files. end_of_document To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 13:28:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21586 for freebsd-questions-outgoing; Wed, 27 May 1998 13:28:23 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns.insolwwb.net (root@ns.insolwwb.net [206.31.149.200]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21513 for ; Wed, 27 May 1998 13:28:10 -0700 (PDT) (envelope-from mgrommet@insolwwb.net) Received: from work1.insolwwb.net (work2.insolwwb.net [208.150.248.12]) by ns.insolwwb.net (8.8.7/8.7.3) with SMTP id PAA03778; Wed, 27 May 1998 15:25:28 -0500 (CDT) Message-ID: <00ff01bd8949$55b0a5e0$0cf896d0@work1.insolwwb.net> From: "Mike Grommet" To: Cc: Subject: Re: Clear command locks up telnet window? Date: Wed, 27 May 1998 03:27:49 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sigh. no dice here... >Mike Grommet wrote: >[Charset iso-8859-1 unsupported, filtering to ASCII...] >> Greets. >> >> we are setting up a down stream isp using freebsd and we've got everything >> talking to each other just peachy. >> >> When I telnet into their server, I log in just fine. >> I can ls, more, any generic unix command... take your pick, but >> once I do a clear command, it locks up the telnet session. I can re-telnet >> back in >> and such >> but this makes life really bad because I cant use pico or vi to edit config >> files there. >> >> >> HELP? >> > >Here's an all-round wild guess: the clear command is making telnet >think it's been escaped. Try using 8-bit clean, no-escape-char >switches on your telnet client, namely: > > telnet -E8 downstream.host > >Maybe just the -L switch will work. > >Dave >-- > Is the true purpose of Unix its use, or its administration? > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 13:39:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA24024 for freebsd-questions-outgoing; Wed, 27 May 1998 13:39:41 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from colossus.dyn.ml.org (dburr@206-18-112-222.la.inreach.net [206.18.112.222]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA23983 for ; Wed, 27 May 1998 13:39:09 -0700 (PDT) (envelope-from dburr@colossus.dyn.ml.org) Received: (from dburr@localhost) by colossus.dyn.ml.org (8.8.8/8.8.7) id NAA29465; Wed, 27 May 1998 13:39:12 -0700 (PDT) (envelope-from dburr) Message-ID: X-Mailer: XFMail 1.2 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199805271245.FAA21109@hub.freebsd.org> Date: Wed, 27 May 1998 13:39:11 -0700 (PDT) Organization: Computer Help From: Donald Burr To: Wyatt Nordstrom Subject: RE: alias 0 errors Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- My secret spy satellite informs me that on 27-May-98, Wyatt Nordstrom wrote: > Recently I upgraded to 2.2.6. Immediately, I began to get errors every > morning on my console. The errors are complaing about a missing alias > 0 from the /etc/aliases file(or something similar, I do not have the > error message with me). The errors are being generated through some > job being run by cron, and I believe they have something to do with > sendmail. Try running "newaliases" at the a shell prompt. This will rebuild your alias file, which may do the trick. - --- Donald Burr - Ask me for my PGP key | PGP: Your WWW HomePage: http://DonaldBurr.base.org/ ICQ #1347455 | right to Address: P.O. Box 91212, Santa Barbara, CA 93190-1212 | 'Net privacy. Phone: (805) 957-9666 FAX: (800) 492-5954 | USE IT. -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNWx57/jpixuAwagxAQFOngP/Q5TCDoI7RT+7ab3LyYx5dqe2XXk1tuCJ E3G1PYasxwgVfV8Lwl7CPQbSrA77lDYv8TND9W2fWA+sqmADFslSmOvESK5DDUzu JMqrLBF71iou7HmQcI/hEXjdL0kFIVOYYJunHIpgLzXlAfhVVEmZPPpNnp7IRX53 r0VXaWf74a4= =fvGd -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 13:46:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA25591 for freebsd-questions-outgoing; Wed, 27 May 1998 13:46:20 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from andrsn.stanford.edu (root@andrsn.Stanford.EDU [36.33.0.163]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA25433 for ; Wed, 27 May 1998 13:45:59 -0700 (PDT) (envelope-from andrsn@andrsn.stanford.edu) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.8.8/8.6.12) with SMTP id NAA09052 for ; Wed, 27 May 1998 13:41:30 -0700 (PDT) Date: Wed, 27 May 1998 13:41:29 -0700 (PDT) From: Annelise Anderson To: freebsd-questions@FreeBSD.ORG Subject: FreeBSD Newbie Question (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This person wants to disable the Ctrl-Alt-Delete equivalence to reboot, and I looked in the handbook and the mail archives and I can't figure out how to do it. We will both find your answer of interest--(all I found was Terry Lambert saying it didn't matter anyway because there's always the big red button). --Annelise ---------- Forwarded message ---------- Date: Tue, 26 May 1998 13:44:06 +0800 From: Mohammad Rizal Othman To: andrsn@andrsn.stanford.edu Subject: FreeBSD Newbie Question Hi, First, please accept my apology for asking this question directly to you... I've just read your tutorial for new users of FreeBSD. It was an excellent article. However, being a long time user of Linux, I've found something that I cannot easily do on FreeBSD that I took for granted on Linux. On Linux, there is this runlevel thing and a file which you can edit. As with FreeBSD, you can reboot a Linux box by pressing Control-Alt-Delete buttons simultaneously. This can be turned off easily on Linux by editing a file in /etc. But I cannot do the same thing on FreeBSD. I've read the FAQ and it mentions of editing a file in /usr/share/syscons/keymaps/. I searched for any occurences of "rbt" but didn't find any. I guess I'm using us.key since that is what appear in my /etc/rc.conf. Please help me solving this problem. Except for this "feature" I'm beginning to like FreeBSD :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 13:46:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA25672 for freebsd-questions-outgoing; Wed, 27 May 1998 13:46:41 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA25614 for ; Wed, 27 May 1998 13:46:23 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA02227; Wed, 27 May 1998 13:45:36 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 27 May 1998 13:45:36 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Ricardo M. Codizar" cc: questions@FreeBSD.ORG Subject: Re: 2 versions of FreeBSD In-Reply-To: <199805270927.RAA21821@jpi.mozcom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, Ricardo M. Codizar wrote: > I would like to install two FreeBSD versions on my PC together with > Windows 95. I used OS/2 boot manager to create three primary partitions on > my hard disk. I already installed Windows 95 on one of the partition and > FreeBSD 2.0.1 on the other. On one of the partition left, I tried installing > FreeBSD 2.2.2 but FreeBSD 2.0.1 were over written and in return there are > two FreeBSD 2.2.2 version exists. > > Does two FreeBSD partitions can co-exist in one hard disk on a > different partitions? Is that a FreeBSD limitations or hardware limitations? No, it's a boot block limitation. The boot blocks will boot the first FreeBSD slice found in the system. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 13:47:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA25820 for freebsd-questions-outgoing; Wed, 27 May 1998 13:47:32 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA25747 for ; Wed, 27 May 1998 13:47:04 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA02231; Wed, 27 May 1998 13:47:00 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 27 May 1998 13:47:00 -0700 (PDT) From: Doug White Reply-To: Doug White To: Matthew & Lori Taylor cc: freebsd-questions@FreeBSD.ORG Subject: Re: Apache/Post BSD FTP install In-Reply-To: <356B73F0.11A2880@sprynet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, Matthew & Lori Taylor wrote: > Does the post FreeBSD install actually INSTALL the binaries or do I have > to MAKW WORLD? I'm specifically interested in if Apache is actually > able to work after the FTP install. Is it suposed to or do I have to > set it up? You have to install Apache manually. I don't think the package manager works for anything but from CDROM. When I say `manually' you just have to add the package or build the port. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 13:54:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA27468 for freebsd-questions-outgoing; Wed, 27 May 1998 13:54:35 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA27321 for ; Wed, 27 May 1998 13:53:59 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA02239; Wed, 27 May 1998 13:53:56 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 27 May 1998 13:53:56 -0700 (PDT) From: Doug White Reply-To: Doug White To: drifter@stratos.net cc: freebsd-questions@FreeBSD.ORG Subject: Re: 2-in-1 sound card causes upgrade problems. In-Reply-To: <19980526223145.A21627@stratos.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998 drifter@stratos.net wrote: > I have a strange problem here, and I was wondering if any of you > guys could help out. Basically, for over a year I have been using the > sound card supplied by my OEM vendor (NEC Ready 9701, for what it's > worth). > Windows 95 listed it as an Aztech Sound III (or something to that > effect), and it includes a sound blaster Pro compatible device, as > well as a MPU MIDI look-a-like. The classic Packard Hell accessory. > Under FreeBSD, on the other hand, I can't. I tried the old fashioned > way (without Luigi's PnP code), but it only would recognize my old > sound card. I even tried the boot-under-windows-let-PnP-configure-cards- > then-reboot-under-FreeBSD-method, but it still wouldn't recognize the > card (Just the Aztechs). > I then tried with: > > options pnp0 er, that was `controller pnp0'. > Probing for PnP devices: > CSN 1 Vendor ID: AZT3000 [0x00305407] Serial 0xffffffff Hm, found this, but no driver claimed it. It may take some hacking for the driver(s) to figure out how to attach this thing. I assume one of the LDN (logical device numbers) is the modem and the other is the soundcard. > CSN 2 Vendor ID: CTL00f0 [0xf0008c0e] Serial 0xffffffff > This is a SB16 PnP, but LDN 0 is disabled Make sure you have `PnP OS' set to NO in the BIOS setup. > long as it works. Also, it needs to be able to recognize the modem > on COM1: (or /dev/cuaa0). > Will I just have to splurge for a new external modem on COM2? I would suggest this over the Aztech. reports are that the onboard modem suffers from some serious noise problems. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 13:57:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA28091 for freebsd-questions-outgoing; Wed, 27 May 1998 13:57:32 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA27864; Wed, 27 May 1998 13:56:26 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA02246; Wed, 27 May 1998 13:56:10 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 27 May 1998 13:56:10 -0700 (PDT) From: Doug White Reply-To: Doug White To: Greg Lehey cc: dyson@FreeBSD.ORG, lfloyd@sonic.net, freebsd-questions@FreeBSD.ORG Subject: Re: Compatibility with Ultra IDE drives? In-Reply-To: <19980527161700.G24133@freebie.lemis.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 It may be time to move this .. > > Yeah, but were you doing anything at the time? > > Making the world. No, I meant were you doing anything interactive, ie web browsing? > > IDE kills interactive response. > > Not true. What gives you that idea? My IDE drive in gdi. You can tell when it's working. The SCSI drive could do a full search on itself and I'd never know it. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 13:59:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA28530 for freebsd-questions-outgoing; Wed, 27 May 1998 13:59:43 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA28162 for ; Wed, 27 May 1998 13:58:01 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA02250; Wed, 27 May 1998 13:57:27 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 27 May 1998 13:57:27 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Oleg G." cc: Questions Subject: Re: PPPD question. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, Oleg G. wrote: > > > The remote and local boxes stay near in one room, and modems are linked 5m > > > shortest range LL :) , maybe LL are overloading? > > > > What is LL? > > Sorry, LL - 2 wire leased line. Ah. I was thinking `LapLink' after I sent the msg. Are you sure both ends can see one another? They may be talking to blank space. See if you can log into the other using a comm program like seyon or cu -l /dev/cuaa0 :) Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 13:59:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA28583 for freebsd-questions-outgoing; Wed, 27 May 1998 13:59:58 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA28434 for ; Wed, 27 May 1998 13:59:08 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA02254; Wed, 27 May 1998 13:58:53 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 27 May 1998 13:58:53 -0700 (PDT) From: Doug White Reply-To: Doug White To: Dean Hollister cc: FreeBSD Questions Subject: Re: Killing zombie processes In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, Dean Hollister wrote: > On Tue, 26 May 1998, Doug White wrote: > > > Fix the offending program that zombie-ing. Add a wait() call just before > > it exits to reap the children. > > Hmmm, how would you achieve this on a serial port, running a sh or bash > process? Use vi to edit the bash source & rebuild it. This is a source-level function call, not a command, thus the parens() to hint it's a function call. If bash doesn't wait then it's a bug in bash. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 14:10:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA01514 for freebsd-questions-outgoing; Wed, 27 May 1998 14:10:59 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA01453 for ; Wed, 27 May 1998 14:10:35 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id OAA02275; Wed, 27 May 1998 14:09:15 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 27 May 1998 14:09:15 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Ronald F. Guilmette" cc: questions@FreeBSD.ORG Subject: Re: How do I find out how much memory the kernel is using now? In-Reply-To: <29194.896243382@monkeys.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, Ronald F. Guilmette wrote: > >Run top and watch what turns to . processes are > >swapped out. Perhaps your huge process is leaking memory? > > If it was leaking memory, then that fact would show up (glaringly) on a > `ps -l' report would it not? Maybe. > >> number?? Is that really saying that I only have 3.8 MB left for user-level > >> processes?? > > > >That isn't bad. > > Ah... excuse?? Come again? > > I spent good money to put 32 MB of main memory in this puppy and now when > I say that it look like the OS is using up all but 3.8 MB of that you say > ``That isn't bad''. FreeBSD (and UNIces in general) don't use memory the same way MicroSlop systems do. FreeBSD will allocate all of system RAM to itself, or as much as it can use. RAM is first allocated to the kernel then to user programs. Everything left over is allocted to a disk cache, aka buffer cache, that is dynamically sized according to system RAM demands. Thus your `Free RAM' number will stay small. Here's a snapshot of my workstation's memory usage from top: Mem: 15M Active, 1444K Inact, 15M Wired, 5016K Cache, 4536K Buf, 504K Free This machine has 40MB of RAM installed. I see the 500K left totally Free is reserved for any instant memory demands, but otherwise the left over 9MB is allocated to the disk cache and buffers. > P.S. I am still hoping for an answer to my original question... How can > I tell exactly how much memory the OS itself is using at any given > instant in time? Define `OS itself'. You mean the kernel only, kernel+devices, ... ? Top tends to give you the best measure but you have to interpret it right. You should be paying attention to swap. My swap line from top: Swap: 100M Total, 41M Used, 59M Free, 41% Inuse tells me that I shold have added some more swap when I brought my 2gig drive online. I've seen this up to 60% and that makes me really jumpy. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 14:13:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA02057 for freebsd-questions-outgoing; Wed, 27 May 1998 14:13:53 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA01995 for ; Wed, 27 May 1998 14:13:38 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id OAA02282; Wed, 27 May 1998 14:11:45 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 27 May 1998 14:11:45 -0700 (PDT) From: Doug White Reply-To: Doug White To: Jacques Hugo cc: questions@FreeBSD.ORG Subject: Re: fbsd 3 In-Reply-To: <356BA101.41C67EA6@wired.ctech.ac.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, Jacques Hugo wrote: > > On Thu, 21 May 1998, Jacques Hugo wrote: > > > > > When will we see a STABLE fbsd 3 release? > > > > When it's ready. > > Not a very descriptive answer I usually see from you, > but thanks for the reply. Well, it answers the question, and I was piling through a mass of built-up questions mail and was getting tired. :) Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 14:14:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA02229 for freebsd-questions-outgoing; Wed, 27 May 1998 14:14:49 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA02201 for ; Wed, 27 May 1998 14:14:40 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id OAA02290; Wed, 27 May 1998 14:14:35 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 27 May 1998 14:14:35 -0700 (PDT) From: Doug White Reply-To: Doug White To: Stephen Cooper cc: FreeBSD mailing list Subject: Re: su - under kerberos, misconfig in login.conf ? In-Reply-To: <012701bd8939$05e3d380$297c0ecb@stephenc.alphawest.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, Stephen Cooper wrote: > Why do I get the ACL message? Do I need to edit login.conf? You installed the kerberos distribution and didn't set it up. Run su with the -k option to quiet it. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 14:14:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA02245 for freebsd-questions-outgoing; Wed, 27 May 1998 14:14:52 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA02146 for ; Wed, 27 May 1998 14:14:18 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id OAA02286; Wed, 27 May 1998 14:14:11 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 27 May 1998 14:14:11 -0700 (PDT) From: Doug White Reply-To: Doug White To: Patrick cc: freebsd-questions@FreeBSD.ORG Subject: Re: freebsd and zyxel In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, Patrick wrote: > i have a network of 2 freebsd machines, a windows machine and a zyxel isdn > router, which is doing ip masquerading. everything is nice and fast from > the windows machine, but is painfully slow from either freebsd machine. if > i telnet to an external host from the windows machine it's fine, but if i > telnet to the same host from a freebsd machine it's as if the connection > is really slow. i tried downloading something via ftp and got throughput > of 0.36 kBps. Try disabling TCP extensions in /etc/rc.conf. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 14:16:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA02715 for freebsd-questions-outgoing; Wed, 27 May 1998 14:16:39 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.castlegate.net (mail.castlegate.net [207.168.201.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA02636; Wed, 27 May 1998 14:16:15 -0700 (PDT) (envelope-from Porter@castlegate.net) Received: from tech-machine.castlegate.net ([207.168.201.115]) by mail.castlegate.net (post.office MTA v2.0 0813 ID# 0-18511U1000) with SMTP id AAA164; Wed, 27 May 1998 17:15:42 -0400 Message-ID: <001901bd89b4$9afe0820$73c9a8cf@tech-machine.castlegate.net> From: Porter@castlegate.net (Chris Porter) To: , , Subject: Port Installation Problems? Date: Wed, 27 May 1998 17:15:41 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0016_01BD8993.138F5400" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0016_01BD8993.138F5400 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I purchased the FreeBSD 2-cd set a year or so ago and it has worked fine = with one exception: When I install ports into /usr/ports they don't = actually run. I just get a directory with the same name as the port I = was trying to install with sub-directories like CVS, pkg, files and the = like. I have tried to MAKE the program, but I always get the message = that the file is up to date. I have also been unable to get the Boot = Manager to activate when I install it from a Windows 95-based system. = Any suggestions? Please respond to this address as I am not subscribed = to any FreeBSD mailing lists at this time. Thanks in advance, Chris Porter General Tech and Web Programmer at castlegate.net ------=_NextPart_000_0016_01BD8993.138F5400 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I purchased the FreeBSD 2-cd set a = year or so=20 ago and it has worked fine with one exception: When I install ports into = /usr/ports they don't actually run. I just get a directory with the same = name as=20 the port I was trying to install with sub-directories like CVS, pkg, = files and=20 the like. I have tried to MAKE the program, but I always get the message = that=20 the file is up to date. I have also been unable to get the Boot Manager = to=20 activate when I install it from a Windows 95-based system. Any = suggestions?=20 Please respond to this address as I am not subscribed to any FreeBSD = mailing=20 lists at this time.
 
Thanks in advance,
 
Chris Porter
General Tech and Web Programmer at=20 castlegate.net
------=_NextPart_000_0016_01BD8993.138F5400-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 14:17:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA02849 for freebsd-questions-outgoing; Wed, 27 May 1998 14:17:12 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA02653 for ; Wed, 27 May 1998 14:16:19 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id OAA02297; Wed, 27 May 1998 14:16:14 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 27 May 1998 14:16:14 -0700 (PDT) From: Doug White Reply-To: Doug White To: yuejiong li cc: questions@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <19980527064612.11310.qmail@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, yuejiong li wrote: > Dear sir, > > I heard that I could get entire source code of UNIX.Is this true? The FreeBSD source, yes. > And how I could do it. It's easiest to browse it online at http://www.freebsd.org/cgi/cvsweb.cgi. If you want the source tree locally, see http://www.freebsd.org/handbook/, Chapter 18 on how to set up cvsup. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 14:17:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA02969 for freebsd-questions-outgoing; Wed, 27 May 1998 14:17:41 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA02828 for ; Wed, 27 May 1998 14:17:09 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id OAA02301; Wed, 27 May 1998 14:16:58 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 27 May 1998 14:16:58 -0700 (PDT) From: Doug White Reply-To: Doug White To: Mike Gowen cc: freebsd-questions@FreeBSD.ORG Subject: Re: files? In-Reply-To: <356BB8BE.6D6D6965@vt.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, Mike Gowen wrote: > I want to download the latest version of freebsd from the FTP but I > don't know which files I need to download. Which ones do I get? See http://www.freebsd.org/FAQ/FAQ21.html#21. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 14:18:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA03195 for freebsd-questions-outgoing; Wed, 27 May 1998 14:18:29 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA03119 for ; Wed, 27 May 1998 14:18:13 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id OAA02305; Wed, 27 May 1998 14:18:09 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 27 May 1998 14:18:08 -0700 (PDT) From: Doug White Reply-To: Doug White To: Mike Grommet cc: freebsd-questions@FreeBSD.ORG Subject: Re: Clear command locks up telnet window? In-Reply-To: <00dc01bd893c$a358f0c0$0cf896d0@work1.insolwwb.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, Mike Grommet wrote: > we are setting up a down stream isp using freebsd and we've got everything > talking to each other just peachy. > > When I telnet into their server, I log in just fine. > I can ls, more, any generic unix command... take your pick, but > once I do a clear command, it locks up the telnet session. I can re-telnet > back in > and such > but this makes life really bad because I cant use pico or vi to edit config > files there. What terminal are you using? It reacts badly to the screen clear command. Did you try hitting a few times? Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 14:19:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA03559 for freebsd-questions-outgoing; Wed, 27 May 1998 14:19:50 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA03405 for ; Wed, 27 May 1998 14:19:13 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id OAA02309; Wed, 27 May 1998 14:18:57 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 27 May 1998 14:18:57 -0700 (PDT) From: Doug White Reply-To: Doug White To: John Nilsson cc: freebsd-questions@FreeBSD.ORG Subject: Re: latest FreeBSD on my SCSI-HW? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, John Nilsson wrote: > Hello ! > > Want to install FreeBSD on a machine w. on-board AIC-7895 - can't find it > on the HW-compat.-list - am I out of luck? You'll have to run -CURRENT with CAM but you can do it. > Alternatively I could use a BusLogic FlashPoint LW-card but ... se above Nope, not supported, I don't think. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 14:21:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA04083 for freebsd-questions-outgoing; Wed, 27 May 1998 14:21:40 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA04020 for ; Wed, 27 May 1998 14:21:23 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id OAA02316; Wed, 27 May 1998 14:21:06 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 27 May 1998 14:21:06 -0700 (PDT) From: Doug White Reply-To: Doug White To: Lanny Baron cc: questions@FreeBSD.ORG, support@cdrom.com Subject: Re: /usr filling up.. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, Lanny Baron wrote: > I have installed 2.2.6 and my /usr was at 94%. I was given some > help last night on IRC by jkh telling me to make clean /usr/ports. I did > that and am now at 85% in /usr. I have installed "all" when I originally > installed via /stand/sysinstall. However I can see that there are many > things which in all likely hood, I will not need. Yuck. Your first target should be the src directories, unless you want to have the source code online. (DON'T DELETE /usr/src/sys THOUGH!!) > cybertouch# cd /usr/local > cybertouch# du -sk * > 343 apsfilter > 26974 bin > 45 cgi-bin > 571 etc > 1990 include > 7865 info > 40330 lib > 441 libexec > 3048 man > 826 sbin > 105702 share /usr/local/share/ is pretty busy too. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 14:23:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA04568 for freebsd-questions-outgoing; Wed, 27 May 1998 14:23:20 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cc1003523-a.twsn1.md.home.com (cc1003523-a.twsn1.md.home.com [24.3.4.78]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA04432 for ; Wed, 27 May 1998 14:22:52 -0700 (PDT) (envelope-from root@cc1003523-a.twsn1.md.home.com) Received: (from root@localhost) by cc1003523-a.twsn1.md.home.com (8.8.8/8.8.8) id RAA00847 for freebsd-questions@FreeBSD.ORG; Wed, 27 May 1998 17:22:19 GMT (envelope-from root) Date: Wed, 27 May 1998 17:22:19 GMT From: Charlie Root Message-Id: <199805271722.RAA00847@cc1003523-a.twsn1.md.home.com> To: undisclosed-recipients:; Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a problem with my shell prompt. I want to set it so that it will show the directory I am currently in. I have tried to do this with: set prompt="`pwd`#" All seems fine until I switch directories, and the directory listed on the prompt stays the same. I.E. I am in "/root" but the prompt says "/usr/bin#". I am using the sh shell and I am wondering if there is a way to get it to do "pwd" each time before the prompt appears so that it will always reflect my current directory. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 14:24:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA04786 for freebsd-questions-outgoing; Wed, 27 May 1998 14:24:05 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA04667 for ; Wed, 27 May 1998 14:23:40 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id OAA02321; Wed, 27 May 1998 14:23:21 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 27 May 1998 14:23:21 -0700 (PDT) From: Doug White Reply-To: Doug White To: Whee Kim cc: freebsd-questions@FreeBSD.ORG Subject: Re: Question..:file system full?! In-Reply-To: <356BDD41.63BC554E@erols.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, Whee Kim wrote: > /: write failed, file system is full. > ld: write: no space left on device > May 27 05:10:42 myname /kernel: pid 139(ld), uid 0 on /:file system full > > modload: /usr/bin/ld: return code 1 > .... > > What does that mean.. file system is full? It means the file system, ie disk, is full. :) > What have I done? How do I > clean up my file system? Use 'rm' and delete some files. I'd be looking for garbage in /tmp first. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 14:26:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA05405 for freebsd-questions-outgoing; Wed, 27 May 1998 14:26:52 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA05299 for ; Wed, 27 May 1998 14:26:18 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id OAA02328; Wed, 27 May 1998 14:25:56 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 27 May 1998 14:25:56 -0700 (PDT) From: Doug White Reply-To: Doug White To: Giannis Vlachos cc: freebsd-questions@FreeBSD.ORG Subject: Re: DNS configuration In-Reply-To: <356BF4EC.346C@uion.edu.gr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, Giannis Vlachos wrote: > Can anyone know how can i make DNS working in my system. Iam using > freebsd 2.2.5 version. 1. Go out and buy 'DNS and BIND'. 2. Enable named in /etc/rc.conf. 3. Modify /etc/resolv.conf to point to yourself (127.0.0.1). 4. Reboot. 5. Enjoy. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 14:31:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA06601 for freebsd-questions-outgoing; Wed, 27 May 1998 14:31:57 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA06537 for ; Wed, 27 May 1998 14:31:22 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id OAA02338; Wed, 27 May 1998 14:31:03 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 27 May 1998 14:31:03 -0700 (PDT) From: Doug White Reply-To: Doug White To: bsd mailing lists cc: freebsd-questions@FreeBSD.ORG Subject: Re: ESS Audiodrive prooblem. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, bsd mailing lists wrote: > > HEllo, > the GENERIC kernel does not recognize my audio card which > is a ESS Audiodrive Sound blaster 16 Compatible. > IS there a way I can solve this problem? > Noone has an ESS 1868 under FreeBSD? 1. Build a kernel with lines controller pnp0 device pcm0 at isa? port ? tty irq ? drq ? flags 0x0 vector pcmintr 2. Modify /dev/MAKEDEV, snd* section to not check the unit number before making the symlinks for audio, etc. Then run /dev/MAKEDEV snd1 Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 14:32:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA06729 for freebsd-questions-outgoing; Wed, 27 May 1998 14:32:24 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA06627 for ; Wed, 27 May 1998 14:32:03 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id OAA02342; Wed, 27 May 1998 14:31:57 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 27 May 1998 14:31:57 -0700 (PDT) From: Doug White Reply-To: Doug White To: acer@MNSi.Net cc: freebsd-questions@FreeBSD.ORG Subject: Re: ppp problems In-Reply-To: <000701bd8965$de9bda20$3d7c30ce@default> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Please fix your Reply-To. On Wed, 27 May 1998, acer wrote: > I am trying to configure ppp on my freeBSD machine v2.2.6. > I have followed the "Setting up user ppp" from the online handbook". > (www.freeBSD.com/handbook/handbook.html) > > But after I reboot computer, I get the following message: > Working in interactive mode. > No tunnel device is available (Device Busy) > Warning: OpenTunnel: No such file or directory > > Also when I try: "ps -auxww | grep ppp" I'll see that "ppp -auto ISP" is running. > > What's wrong? ppp is running. DOn't run it again. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 14:34:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA07001 for freebsd-questions-outgoing; Wed, 27 May 1998 14:34:12 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA06882 for ; Wed, 27 May 1998 14:33:28 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id OAA02346; Wed, 27 May 1998 14:33:15 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 27 May 1998 14:33:15 -0700 (PDT) From: Doug White Reply-To: Doug White To: Csaba Wachter-Barta cc: freebsd-questions@FreeBSD.ORG Subject: Re: make kernel problem In-Reply-To: <356C1065.B54CCDDC@Fh-Koeln.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, Csaba Wachter-Barta wrote: > I`am trying to compile my new kernel and i get following Error: > > ioconf.o:Undefined sysmbol '_opdriver' referenced from data segment > ***Error code 1 > > I have a P2 machine with SCSI AHA2940, 3Com509B and AWE64Value Card > > The configuration file seems at like right and i don't know what is to > do. Perhaps your misspelled `opl0' (oh pee ell zero) as `op10' (oh pee one zero)? Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 14:35:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA07213 for freebsd-questions-outgoing; Wed, 27 May 1998 14:35:12 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA07069 for ; Wed, 27 May 1998 14:34:30 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id OAA02350; Wed, 27 May 1998 14:34:15 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 27 May 1998 14:34:15 -0700 (PDT) From: Doug White Reply-To: Doug White To: Chris Chizk cc: freebsd-questions@FreeBSD.ORG Subject: Re: Connecting to isp w/ a modem In-Reply-To: <356C232C.5ED8D06@cvs.rochester.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, Chris Chizk wrote: > Hi, My question is in reguards to connecting to my isp via modem on my > machine running freebsd. At this point, I have no interest in > regestering a domain name or becoming a server, I just want to connect > to my isp to read mail etc. Sure, read http://www.freebsd.org/tutorials/ppp/. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 14:37:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA07624 for freebsd-questions-outgoing; Wed, 27 May 1998 14:37:18 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA07478 for ; Wed, 27 May 1998 14:36:37 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id OAA02357; Wed, 27 May 1998 14:35:05 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 27 May 1998 14:35:05 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Herrera, Antonio, HERRERA2" cc: "'smtp:freebsd-questions@freebsd.org'" Subject: Re: Can't install freeBSD in a new computer. In-Reply-To: <356BE487@smtpgate.mavericks.bt.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, Herrera, Antonio, HERRERA2 wrote: > > Dear all. > I've got a new computer in my office and a can't install freebsd because > I can't configure the kernel to recognize the network adapter. > The network adapter is a 3Com Fast Etherlink XL 10/100Mb TX Ethernet NIC > (3C905B-TX). The 905B is not currently supported, sorry. It's very different from the 905 predecessor. 3com should be shot for reusing the number :( Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 14:47:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA09658 for freebsd-questions-outgoing; Wed, 27 May 1998 14:47:10 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from MNSi.Net (e450.mnsi.net [206.48.122.98]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA09482 for ; Wed, 27 May 1998 14:46:18 -0700 (PDT) (envelope-from acer@MNSi.Net) Received: (uucp@localhost) by MNSi.Net (SMI-8.6/SMI-SVR4) id RAA05504 for ; Wed, 27 May 1998 17:43:28 -0400 Received: from dyn208-6-78-100.win.mnsi.net(208.6.78.100) by e450.mnsi.net via smap (V2.0) id xma005345; Wed, 27 May 98 21:42:42 GMT Message-ID: <000701bd89b9$3a2e2660$644e06d0@default> Reply-To: "acer" <@generation.net@MNSi.Net> From: "acer" To: Subject: ppp help Date: Wed, 27 May 1998 17:48:44 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01BD8997.B1A3A200" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0004_01BD8997.B1A3A200 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi! Still having problems configuring my ppp on freeBSD v2.2.6 machine. I have followed the user ppp installation instructions from "The = Complete FreeBSD" by Greg Lehey. =20 But when I run "ppp" I get the following: Working in interactive mode. Using interface: tun0 ppp ON freebie> "dial ISP" (I type this) Dial attempt 1 of 1 dial OK! login OK! ppp ON freebie> Packet mode ppp ON freebie> ppp ON freebie> Then it just stays in this way for ever. NOTHING HAPPENS. What I have also noticed, is that when I pick-up my telephone I get no = modem connection sound. But what is even more interesting is that when = I disconnect my phone line from computer I get the same printout as = above! Maybe my modem is not working? Please help! Thanks... Joseph ------=_NextPart_000_0004_01BD8997.B1A3A200 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi!
Still having problems configuring my ppp on freeBSD v2.2.6 = machine.
I have followed the user ppp installation instructions from = "The=20 Complete FreeBSD" by Greg Lehey. 
 
But when I run "ppp" I get the following:
    Working in interactive mode.
    Using interface: tun0
    ppp ON freebie> "dial=20 ISP"        (I type this)
    Dial attempt 1 of 1
    dial OK!
    login OK!
    ppp ON freebie> Packet mode
    ppp ON freebie>
    ppp ON freebie>
 
Then it just stays in this way for ever.  NOTHING = HAPPENS.
 
What I have also noticed, is that when I pick-up my telephone I get = no=20 modem connection sound.  But what is even more interesting is that = when I=20 disconnect my phone line from computer I get the same printout as = above! =20 Maybe my modem is not working?
 
Please help!
 
Thanks...
 
Joseph
------=_NextPart_000_0004_01BD8997.B1A3A200-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 15:03:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA12343 for freebsd-questions-outgoing; Wed, 27 May 1998 15:03:58 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.iconz.co.nz (mail.iconz.co.nz [202.14.100.36]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA12206 for ; Wed, 27 May 1998 15:02:01 -0700 (PDT) (envelope-from jonc@pinnacle.co.nz) Received: from news.iconz.co.nz (status.gen.nz [202.14.100.1]) by mail.iconz.co.nz (8.8.7/8.8.7) with ESMTP id KAA019620896306419; Thu, 28 May 1998 10:00:19 +1200 (NZST) Received: (from uucp@localhost) by news.iconz.co.nz (8.8.5/8.8.5) with UUCP id KAA01788; Thu, 28 May 1998 10:00:18 +1200 Received: from tui.pinnacle.co.nz (tui.pinnacle.co.nz [202.37.163.3]) by kakapo.pinnacle.co.nz (8.8.8/8.8.8) with ESMTP id JAA00610; Thu, 28 May 1998 09:55:11 +1200 (NZST) Received: from localhost (jonc@localhost) by tui.pinnacle.co.nz (8.8.8/8.8.8) with SMTP id JAA04899; Thu, 28 May 1998 09:55:18 +1200 (NZST) X-Authentication-Warning: tui.pinnacle.co.nz: jonc owned process doing -bs Date: Thu, 28 May 1998 09:55:17 +1200 (NZST) From: Jonathan Chen To: "Ronald F. Guilmette" cc: questions@FreeBSD.ORG Subject: Re: How do I find out how much memory the kernel is using now? In-Reply-To: <29194.896243382@monkeys.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, Ronald F. Guilmette wrote: [snip] > I spent good money to put 32 MB of main memory in this puppy and now when > I say that it look like the OS is using up all but 3.8 MB of that you say > ``That isn't bad''. > > It sure as hell _is_ bad in my book. Jeeezzzz. Even Windoze NT doesn't > suck memory THIS bad! FreeBSD will use as much memory as you've got mainly for buffers. It will release as required. -- Jonathan Chen ---------------------------------------------------------------------- Clothes do make the man. Naked people have little or no influence on society. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 15:30:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA17138 for freebsd-questions-outgoing; Wed, 27 May 1998 15:30:04 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from bot.fringeware.com (bot.FringeWare.COM [207.170.80.8]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id PAA17064 for ; Wed, 27 May 1998 15:29:36 -0700 (PDT) (envelope-from robitron@fringeware.com) Received: from shado.fringeware.com by bot.fringeware.com (SMI-8.6/SMI-SVR4) id RAA19284; Wed, 27 May 1998 17:28:44 -0500 Date: Wed, 27 May 1998 17:28:44 -0500 Message-Id: <199805272228.RAA19284@bot.fringeware.com> From: Robby Glen Garner To: dwhite@resnet.uoregon.edu CC: freebsd-questions@FreeBSD.ORG In-reply-to: (message from Doug White on Tue, 26 May 1998 21:07:19 -0700 (PDT)) Subject: Re: tty-level buffer overflows Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Mon, 25 May 1998, Robby Glen Garner wrote: > > > It says: > > > > /kernel: si01: 567 more tty-level buffer overflows total (989) > > > > Can someone suggest whether I need to look at a cmos setting for my > > serial port, or a kernel line modification perhaps? > > Try dropping your baudrate and/or rebuilding ppp from > http://www.frebsd.org/~brian. (assuming you're using ppp when it starts > giving errors.) I tried dropping the baudrate and that worked. First I loaded the binaries for ppp from ~brian, and did 'make', but to no avail. I'll eventually try a faster/better modem :) Thankyou very much! Robby Garner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 15:30:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA17401 for freebsd-questions-outgoing; Wed, 27 May 1998 15:30:44 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from eagle.ns.net (root@eagle.ns.net [204.75.146.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA17227 for ; Wed, 27 May 1998 15:30:18 -0700 (PDT) (envelope-from rfg@monkeys.com) Received: from monkeys.com (segfault.monkeys.com [204.119.242.200]) by eagle.ns.net (8.8.5/8.8.5) with ESMTP id PAA14338; Wed, 27 May 1998 15:30:15 -0700 (PDT) Received: from monkeys.com (localhost [127.0.0.1]) by monkeys.com (8.8.8/8.8.5) with ESMTP id PAA27898; Wed, 27 May 1998 15:31:02 -0700 To: Doug White cc: questions@FreeBSD.ORG Subject: Re: How do I find out how much memory the kernel is using now? In-reply-to: Your message of Wed, 27 May 1998 14:09:15 -0700. X-Copyright: (c) 1998 Ronald F. Guilmette; All rights reserved. Date: Wed, 27 May 1998 15:31:02 -0700 Message-ID: <27896.896308262@monkeys.com> From: "Ronald F. Guilmette" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message , you wrote : >FreeBSD (and UNIces in general) don't use memory the same way MicroSlop >systems do. FreeBSD will allocate all of system RAM to itself, or as >much as it can use. RAM is first allocated to the kernel then to user >programs. Everything left over is allocted to a disk cache, aka buffer >cache, that is dynamically sized according to system RAM demands. Yes, i knew all that. I was discounting the disk buffer cache. When `stsctl -a' told me I only had about 3.8 MB of ``user memory'' that still didn't sound at all correct. (But maybe it was... see below.) >> P.S. I am still hoping for an answer to my original question... How can >> I tell exactly how much memory the OS itself is using at any given >> instant in time? > >Define `OS itself'. You mean the kernel only, kernel+devices, ... ? Yup. >Top tends to give you the best measure but you have to interpret it right. > >You should be paying attention to swap. My swap line from top: > >Swap: 100M Total, 41M Used, 59M Free, 41% Inuse > >tells me that I shold have added some more swap when I brought my 2gig >drive online. I've seen this up to 60% and that makes me really jumpy. OK. Thanks. Now I'm getting somewhere. This is the kind of guidance I was looking for. (I dunno why I didn't think to run top earlier. Duh.) The results from top on my system are interesting and rather misleading. Due to some goofy partitioning left over from another project, I have a HUGE 1.5 GB swap partition. Top shows that (on average) I am only using about 1% of that, which superficially sounds quite modest and OK, until I looked more closely and saw that the truth of that matter is that I'm constantly using about 18 MB of swap... mostly due to a single big process that I know is thrashing its actual working set a lot. So at last I have my answer. I need to put at least 18 MB more main memory into this machine in order to get it to stop behaving like a whashing machine with a unbalanced load set to the `spin' cycle. :-) I'll be doing that forthwith. Thanks for the help! -- Ron Guilmette, Roseville, California ---------- E-Scrub Technologies, Inc. -- Deadbolt(tm) Personal E-Mail Filter demo: http://www.e-scrub.com/deadbolt/ -- Wpoison (web harvester poisoning) - demo: http://www.e-scrub.com/wpoison/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 15:36:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA20498 for freebsd-questions-outgoing; Wed, 27 May 1998 15:36:42 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from sumatra.americantv.com (sumatra.americantv.com [207.170.17.37]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA20380 for ; Wed, 27 May 1998 15:36:12 -0700 (PDT) (envelope-from jlemon@americantv.com) Received: from right.PCS (right.PCS [148.105.10.31]) by sumatra.americantv.com (8.8.5/8.8.5) with ESMTP id RAA27300; Wed, 27 May 1998 17:36:06 -0500 (CDT) Received: (from jlemon@localhost) by right.PCS (8.6.13/8.6.4) id RAA19325; Wed, 27 May 1998 17:35:35 -0500 Message-ID: <19980527173534.48606@right.PCS> Date: Wed, 27 May 1998 17:35:34 -0500 From: Jonathan Lemon To: Annelise Anderson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD Newbie Question (fwd) References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.61.1 In-Reply-To: ; from Annelise Anderson on May 05, 1998 at 01:41:29PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On May 05, 1998 at 01:41:29PM -0700, Annelise Anderson wrote: > This person wants to disable the Ctrl-Alt-Delete equivalence to > reboot, and I looked in the handbook and the mail archives and Find the keymap you are using in /usr/share/syscons/keymaps. Change all occurrences of "boot" to "nop" to disable rebooting via a specific keysequence. -- Jonathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 15:43:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA23031 for freebsd-questions-outgoing; Wed, 27 May 1998 15:43:18 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from Altitude.CAM.ORG (Altitude.CAM.ORG [198.168.100.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA22232 for ; Wed, 27 May 1998 15:41:34 -0700 (PDT) (envelope-from owilson@cam.org) Received: from siren.sirn.org (owilson.HIP.CAM.ORG [205.151.117.34]) by Altitude.CAM.ORG (8.8.4/8.8.4) with SMTP id SAA12829; Wed, 27 May 1998 18:40:44 -0400 (EDT) Message-ID: <356C96D0.41C67EA6@cam.org> Date: Wed, 27 May 1998 18:42:24 -0400 From: Oliver Wilson Organization: SIRN X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.1.5-RELEASE i386) MIME-Version: 1.0 To: Jacques Hugo CC: John Kelly , questions@FreeBSD.ORG Subject: Re: 3.0-RELEASE References: <35697D9F.2781E494@wired.ctech.ac.za> <356ca238.186922049@mail.cetlink.net> <356A4B00.446B9B3D@wired.ctech.ac.za> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jacques Hugo wrote: > > John Kelly wrote: > > > >When will we see a fbsd 3.0-RELEASE, are there any dates set? > > > > The time until release approaches zero as time approaches infinity. > Do you mean that the time until release is infinity?? ;) Oliver Wilson --  To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 15:52:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA24932 for freebsd-questions-outgoing; Wed, 27 May 1998 15:52:08 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from endeavor.flash.net (endeavor.flash.net [209.30.0.40]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA24792 for ; Wed, 27 May 1998 15:51:32 -0700 (PDT) (envelope-from aly1@endeavor.flash.net) Received: from unknown (auasc5-251.flash.net [208.194.196.251]) by endeavor.flash.net (8.8.8/8.8.5) with SMTP id RAA17274 for ; Wed, 27 May 1998 17:51:28 -0500 (CDT) Message-ID: Read-Receipt-To: "Ting Liu" X-MSMail-Priority: Normal X-Priority: 3 To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 From: "Ting Liu" Subject: FreeBSD download Date: Wed, 27 May 98 18:02:00 PDT Content-Type: text/plain; charset="ISO-8859-1"; X-MAPIextension=".TXT" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by hub.freebsd.org id PAA24812 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To Whom may concer I would like to know how to download FreeBSD on FTP website an audio file, like ...\bin\bin.au. Thank You To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 16:03:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA27514 for freebsd-questions-outgoing; Wed, 27 May 1998 16:03:12 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail-ftp.nordicdms.com ([207.21.168.100]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA27456 for ; Wed, 27 May 1998 16:02:49 -0700 (PDT) (envelope-from walton@nordicdms.com) Received: from mail-ftp (mail.nordicdms.com [207.21.168.101]) by mail-ftp.nordicdms.com (Post.Office MTA v3.1 release PO205e ID# 0-0U10L2S100) with SMTP id AAA104; Wed, 27 May 1998 16:01:56 -0700 From: walton@nordicdms.com (Dave Walton) Organization: Nordic Entertainment Worldwide To: Annelise Anderson , freebsd-questions@FreeBSD.ORG, Date: Wed, 27 May 1998 16:01:56 -800 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: FreeBSD Newbie Question (fwd) Reply-to: techsupport@nordicdms.com In-reply-to: Message-ID: <19980527230156429.AAA104@mail.nordicdms.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 27 May 98 at 13:41, Annelise Anderson wrote: > This person wants to disable the Ctrl-Alt-Delete equivalence to > reboot, and I looked in the handbook and the mail archives and > I can't figure out how to do it. We will both find your answer > of interest--(all I found was Terry Lambert saying it didn't > matter anyway because there's always the big red button). I've seen that comment, too, and have to disagree with it. Disabling that function may not do much to prevent malicious reboots, but it sure helps prevent accidental reboots. We have a lot of NT machines around here, and "Press Ctrl-Alt-Del to log in" can be very habit-forming... Here's how to do it: Run /stand/sysinstall, select option 3 ("Keymap"), and select whatever keyboard mapping is appropriate for your locale. For example, if you want a standard US keyboard mapping, select the last item on the list, "United States ISO keymap". Once you've made your selection, exit sysinstall and: grep keymap /etc/rc.conf You will see something like this: keymap="us.iso" # keymap in /usr/share/syscons/keymaps/* (or NO). Now you need to edit the .kbd file. For our example, that means /usr/share/syscons/keymaps/us.iso.kbd needs editing. In that file, replace every instance of the word "boot" with "nop". (In the us.iso file, "boot" appears three times.) Once you've made that change, reboot and you're done. Dave > > --Annelise > > ---------- Forwarded message ---------- > Date: Tue, 26 May 1998 13:44:06 +0800 > From: Mohammad Rizal Othman > To: andrsn@andrsn.stanford.edu > Subject: FreeBSD Newbie Question > > Hi, > > First, please accept my apology for asking this > question directly to you... > > I've just read your tutorial for new users of > FreeBSD. It was an excellent article. However, > being a long time user of Linux, I've found > something that I cannot easily do on FreeBSD that > I took for granted on Linux. On Linux, there is > this runlevel thing and a file which you can > edit. As with FreeBSD, you can reboot a Linux box > by pressing Control-Alt-Delete buttons > simultaneously. This can be turned off easily on > Linux by editing a file in /etc. But I cannot do > the same thing on FreeBSD. I've read the FAQ and > it mentions of editing a file in > /usr/share/syscons/keymaps/. I searched for any > occurences of "rbt" but didn't find any. I guess > I'm using us.key since that is what appear in my > /etc/rc.conf. > > Please help me solving this problem. Except for > this "feature" I'm beginning to like FreeBSD :) > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > ---------------------------------------------------------------------- Dave Walton Tech Support Nordic Entertainment Worldwide techsupport@nordicdms.com http://www.nordicdms.com ---------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 16:04:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA27780 for freebsd-questions-outgoing; Wed, 27 May 1998 16:04:48 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from postal.grin.net (root@postal.grin.net [209.104.220.39]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA27661 for ; Wed, 27 May 1998 16:04:11 -0700 (PDT) (envelope-from winbev@grin.net) Received: from grin.net (ppp-max1-24.grin.net [208.202.191.24]) by postal.grin.net (8.8.5/8.8.5) with ESMTP id QAA16710 for ; Wed, 27 May 1998 16:23:33 -0700 (PDT) Message-ID: <356C9E20.7D907733@grin.net> Date: Wed, 27 May 1998 16:13:36 -0700 From: pn X-Mailer: Mozilla 4.04 [en] (Win95; U) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: popper error Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am recently installed ver. 2.2.6 and keep getting this error msg from /var/log/messages host1 popper[5802]: @hosts1.mydomain.com: -ERR Too few arguments for the auth command. Does any one have any ideas what wrong or any online info that I can get help to fix this error. I think there is some thing go wrong here, I can send mail out to the world, but the world cant send it to me . I keep getting this erorr when try to send mail to this host: ----- The following addresses had permanent fatal errors ----- ----- Transcript of session follows ----- 553 host1.mydomain.com. config error: mail loops back to me (MX problem?) 554 ... Local configuration error. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 16:04:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA27792 for freebsd-questions-outgoing; Wed, 27 May 1998 16:04:54 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.drivel.net (eclipse.blurred.net [206.108.68.58]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA27723 for ; Wed, 27 May 1998 16:04:23 -0700 (PDT) (envelope-from patrick@drivel.net) Received: from localhost (patrick@localhost) by mail.drivel.net (8.8.8/8.8.5) with SMTP id TAA00294; Wed, 27 May 1998 19:04:05 -0400 (EDT) Date: Wed, 27 May 1998 19:04:05 -0400 (EDT) From: Patrick X-Sender: patrick@eclipse.blurred.net To: Doug White cc: freebsd-questions@FreeBSD.ORG Subject: Re: freebsd and zyxel 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 that did it, thanks so much! On Wed, 27 May 1998, Doug White wrote: > On Wed, 27 May 1998, Patrick wrote: > > > i have a network of 2 freebsd machines, a windows machine and a zyxel isdn > > router, which is doing ip masquerading. everything is nice and fast from > > the windows machine, but is painfully slow from either freebsd machine. if > > i telnet to an external host from the windows machine it's fine, but if i > > telnet to the same host from a freebsd machine it's as if the connection > > is really slow. i tried downloading something via ftp and got throughput > > of 0.36 kBps. > > Try disabling TCP extensions in /etc/rc.conf. > > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 16:20:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00654 for freebsd-questions-outgoing; Wed, 27 May 1998 16:20:16 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA00428 for ; Wed, 27 May 1998 16:19:04 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id AAA28775; Thu, 28 May 1998 00:18:32 +0100 (BST) (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199805272318.AAA28775@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: "Wayne G Boyd" cc: freebsd-questions@FreeBSD.ORG Subject: Re: PPP, Mgetty, Dialup Question In-reply-to: Your message of "Tue, 26 May 1998 18:11:55 -0000." <199805261811.SAA01124@jcegroup.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 28 May 1998 00:18:31 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This sounds like a dns problem. Can you ``nslookup'' the thing you're telnetting to using both the name and the IP number ? Can you also ``nslookup'' yourself by name and IP number ? If not, make sure your /etc/resolv.conf is correct.... > I have a FreeBSD 2.2.5-RELEASE machine up and running, connected to a > local ethernet of Win95 machines. With User PPP configured and > working for dial on demand access to our ISP. > > I am now trying to get the BSD box to accept external dial-in's. > I have a working copy of mgetty compiled and installed. It correctly > detects a PPP request from the dialin client, and launches the PPP > -direct program. > > The ppp program correctly authenticates the login using PAP, from the > /etc/ppp/ppp.secret file. And the Win95 dialin client reports a > successfully connection has been established. Here is an extract of > the PPP log file:- > > May 26 17:39:05 jcegroup ppp[936]: Phase: Using interface: tun1 > May 26 17:39:05 jcegroup ppp[936]: Phase: Listening at port 3001. > May 26 17:39:05 jcegroup ppp[936]: Phase: PPP Started. > May 26 17:39:05 jcegroup ppp[936]: Phase: Packet mode enabled > May 26 17:39:06 jcegroup ppp[936]: Phase: *Connected! > May 26 17:39:07 jcegroup ppp[936]: Phase: NewPhase: Authenticate > May 26 17:39:07 jcegroup ppp[936]: Phase: his = 0, mine = c023 > May 26 17:39:07 jcegroup ppp[936]: Phase: PapInput: REQUEST > May 26 17:39:07 jcegroup ppp[936]: Phase: PapOutput: ACK > May 26 17:39:07 jcegroup ppp[936]: Phase: NewPhase: Network > May 26 17:39:08 jcegroup ppp[936]: Link: myaddr = 203.14.100.1 > hisaddr =203.14.100.20 > May 26 17:39:08 jcegroup ppp[936]: Link: OsLinkup: 203.14.100.20 > May 26 17:39:18 jcegroup ppp[59]: Phase: Modem /dev/cuaa0 is in use > May 26 17:39:48 jcegroup last message repeated 5 times > May 26 17:40:18 jcegroup last message repeated 2 times > May 26 17:43:40 jcegroup ppp[936]: Phase: Idle timer expired. > May 26 17:43:40 jcegroup ppp[936]: Link: OsLinkdown: 203.14.100.20 > May 26 17:43:40 jcegroup ppp[936]: Phase: NewPhase: Dead > May 26 17:43:40 jcegroup ppp[936]: Phase: NewPhase: Terminate > May 26 17:43:41 jcegroup ppp[936]: Phase: PPP Terminated (dead). > > All looks well, but the problem is as follows:- > > I can ping the BSD box from the win95 client (and I can see the > traffic on the BSD box using BPF and tcpdump), but if I try a > telnet, or ftp, or pop3 access, it just hangs there and does nothing. > There are a couple of lines come up on the tcpdump, but it then just > sits there for about 60 seconds or so. At which point, strangely, it > starts to work. But only for that telnet session, I get the same > problem next time I try to initiate a telnet, or anything else. > > But this is enough to stop things like email programs from working at > all. > > It feel's as if I am VERY close to success, but not quite there. > Does anyone have any inspiration for me. > > Any help would be GREATLY appreciated. > > Thanks, > > Wayne. > > -- > Wayne G Boyd, Digital Systems Manager > JCE (Aberdeen) Ltd > Tel: +44 (0)1224 772030 > Fax: +44 (0)1224 772002 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Brian , , Don't _EVER_ lose your sense of humour.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 16:28:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA02765 for freebsd-questions-outgoing; Wed, 27 May 1998 16:28:53 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from harfang.CC.UMontreal.CA (harfang.CC.UMontreal.CA [132.204.2.102]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA02398 for ; Wed, 27 May 1998 16:27:08 -0700 (PDT) (envelope-from beaupran@JSP.UMontreal.CA) Received: from epsom.jsp.umontreal.ca (epsom.JSP.UMontreal.CA [132.204.45.25]) by harfang.CC.UMontreal.CA (8.8.8/8.8.8) with SMTP id TAA10430; Wed, 27 May 1998 19:27:01 -0400 (EDT) Received: from outpost.nada.org (derby.jsp.umontreal.ca [132.204.46.26]) by epsom.jsp.umontreal.ca via SMTP (951211.SGI.8.6.12.PATCH1502/JSP1789) id TAA04747; Wed, 27 May 1998 19:27:08 -0400 Date: Wed, 27 May 1998 19:26:42 -0400 (EDT) From: Spidey X-Sender: beaupran@outpost.nada.org Reply-To: Spidey To: Julian Elischer cc: Question=answer Subject: Re: Melting 2 partitions into 1 (fwd) Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1877870305-896311163=:402" Content-ID: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-1877870305-896311163=:402 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Content-ID: Hello! >>>>> For those in the list who don't have a hint of what I'm talking about here, see the message forwarded below. Briefly, it's about me trying to melt freespace with a already installed /usr partition. >>>>> I was wondering if you answered my previous questions... I've been out for a while and didn't receive any answers. Anyway, I'm gonna try the thing. I forward you the outputs of fdisk and disklabel (i.e. "disklabel /dev/wd0") I don't know if I on the right track and if the disks are OK. So please help me out! For sanity, I have a WD 3.2Gb hard drive partitionned this way: DOS (C:) 1 Gb FreeSpace: 500 Mb ? FreeBSD: 1.275 Gb FreeSpace: 500 Mb ? This is the output of partition magic... However, fdisk tells me that: Part: Type: Size: 1 unused ? 2 165 (FreeBSD) 1275 Mb 3 6 (DOS=FAT16) 1000 Mb 4 unused ? Is the order difference important? What is the cause of this difference? Before making the big move, I'll make my DOS partition a little bigger (See another posting to the list). I intend to use the rest of the partition to the grace of FreeBSD. I have ported almost nothing and my /usr boosted up to 1 Gig! Now I want to install some other stuff and I feel like I will always be missing some space... Is it feasable to use a 1.5 Gb partition to the sake of FreeBSD, when you use the ports to install (because it imports the source, contrarly to the package method)? The following is a forward of the message previously posted. Please read it because it includes important questions (to my eye!). Thanks a lot! Spidey ____________________________________ | Still searching for a good .sig... | \------------------------------------/ ---------- Forwarded message ---------- Date: Mon, 18 May 1998 03:46:11 -0400 (EDT) From: Spidey To: Julian Elischer Subject: Re: Melting 2 partitions into 1 ... Rock'n Roll! mmm what fun will I have... The problem is that my /usr is going up to 95% of its limit (1Gb)... I don't know if I will try but I fear I will scrap my HD!!! Anyways there are some question coming up/// On Wed, 13 May 1998, Julian Elischer wrote: > you CAN do that but you have to REALLY KNOW WHAT YOU ARE DOING! For now I just don't know... > 0/ write down (or better, print) teh output of fdisk and disklabel > for the appropriate device. > 1/ boot the fixit floppy, (I presume it has fdisk, disklabel and dd) You _presume_... How can I know? > 2/ copy the first 8K from the existing BSD partition to the first 8k of > the Win95 partition using dd and teh raw devices > ( dd if=/dev/rwd0s2 of=/dev/rwd0s1 count=16) Actually, it will be a DOS partition I'll be bumming space from... > 2/ using fdisk you can make the win95 partition > a BSD partition. The fixit fdisk? It can do that? I'll check the manpage... > and add the space from the 2nd (BSD) part to the first (now BSD) > and delete the 2nd OK, still with fdisk, if I get this right... > Since in this version of BSD, the offsets of the BSD partitions are > given in ABSOLUTE SECTOR OFFSETS from the beginning of the device, > the slices should all still be right in the table at the beginning. Hummm, ya... That's right (???) I don't have a hint of what this means. What's that "table"? > Make sure it's set active (flags 0x80) How can I check or do this? > 3/ try boot it. > it SHOULD boot as before. What if not ? > 4/ running disklabel you should see that ther is a big empty space at teh > beginning of the BSD slice. using disklabel -e wd0 > edit the disklabel to point an unused partition to the empty space To point an unsued partition to the empty space? Aren't the 2 partitions already melted together at this point? > 5/ > newfs it hmm I don't want to do any mistkes.... Could you give me some hints on the switches I should use??? > 6/ mount it > (there are other variants of this scheme) Are the other variants more simple? > > julian Thanks a lot for responding, this will help me a lot and even more if you answer the many questions I've asked you. Thanks again! Spidey > > > On Wed, 13 May 1998, BEAUPRE Antoine wrote: > > > Hi! > > > > I would like to know something... If by any hazard, I happen to delete my > > Win95 partition, can I recuperate the disk space and make it "melt" into , > > say, the /usr partition? > > > > I know about ccd, and I'd like a cleaner solution. > > > > thanx! > > > > +-----------------------------------+ > > | Free the world from businessmen | > > | Free yourself from your money | > > +-----------------------------------+ > > Free the web. > > Spidey > > > > visit: http://www.JSP.UMontreal.CA/~beaupran > > > > > > 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 > > --0-1877870305-896311163=:402 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII; NAME="fdisk.o" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: fdisk output KioqKioqKiBXb3JraW5nIG9uIGRldmljZSAvZGV2L3J3ZDAgKioqKioqKg0K cGFyYW1ldGVycyBleHRyYWN0ZWQgZnJvbSBpbi1jb3JlIGRpc2tsYWJlbCBh cmU6DQpjeWxpbmRlcnM9NzgyIGhlYWRzPTEyOCBzZWN0b3JzL3RyYWNrPTYz ICg4MDY0IGJsa3MvY3lsKQ0KDQpwYXJhbWV0ZXJzIHRvIGJlIHVzZWQgZm9y IEJJT1MgY2FsY3VsYXRpb25zIGFyZToNCmN5bGluZGVycz03ODIgaGVhZHM9 MTI4IHNlY3RvcnMvdHJhY2s9NjMgKDgwNjQgYmxrcy9jeWwpDQoNCk1lZGlh IHNlY3RvciBzaXplIGlzIDUxMg0KV2FybmluZzogQklPUyBzZWN0b3IgbnVt YmVyaW5nIHN0YXJ0cyB3aXRoIHNlY3RvciAxDQpJbmZvcm1hdGlvbiBmcm9t IERPUyBib290YmxvY2sgaXM6DQpUaGUgZGF0YSBmb3IgcGFydGl0aW9uIDEg aXM6DQo8VU5VU0VEPg0KVGhlIGRhdGEgZm9yIHBhcnRpdGlvbiAyIGlzOg0K c3lzaWQgMTY1LChGcmVlQlNEL05ldEJTRC8zODZCU0QpDQogICAgc3RhcnQg MzA3MjM4NCwgc2l6ZSAyNjEyNzM2ICgxMjc1IE1lZyksIGZsYWcgODANCgli ZWc6IGN5bCAzODEvIHNlY3RvciAxLyBoZWFkIDA7DQoJZW5kOiBjeWwgNzA0 LyBzZWN0b3IgNjMvIGhlYWQgMTI3DQpUaGUgZGF0YSBmb3IgcGFydGl0aW9u IDMgaXM6DQpzeXNpZCA2LChQcmltYXJ5ICdiaWcnIERPUyAoPiAzMk1CKSkN CiAgICBzdGFydCA4MDY0LCBzaXplIDIwNDgyNTYgKDEwMDAgTWVnKSwgZmxh ZyAwDQoJYmVnOiBjeWwgMS8gc2VjdG9yIDEvIGhlYWQgMDsNCgllbmQ6IGN5 bCAyNTQvIHNlY3RvciA2My8gaGVhZCAxMjcNClRoZSBkYXRhIGZvciBwYXJ0 aXRpb24gNCBpczoNCjxVTlVTRUQ+DQo= --0-1877870305-896311163=:402 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII; NAME="disklabel.o" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: disklabel output for wd0 IyAvZGV2L3J3ZDBjOg0KdHlwZTogRVNESQ0KZGlzazogd2QwczINCmxhYmVs OiANCmZsYWdzOg0KYnl0ZXMvc2VjdG9yOiA1MTINCnNlY3RvcnMvdHJhY2s6 IDYzDQp0cmFja3MvY3lsaW5kZXI6IDEyOA0Kc2VjdG9ycy9jeWxpbmRlcjog ODA2NA0KY3lsaW5kZXJzOiAzMjQNCnNlY3RvcnMvdW5pdDogMjYxMjczNg0K cnBtOiAzNjAwDQppbnRlcmxlYXZlOiAxDQp0cmFja3NrZXc6IDANCmN5bGlu ZGVyc2tldzogMA0KaGVhZHN3aXRjaDogMAkJIyBtaWxsaXNlY29uZHMNCnRy YWNrLXRvLXRyYWNrIHNlZWs6IDAJIyBtaWxsaXNlY29uZHMNCmRyaXZlZGF0 YTogMCANCg0KOCBwYXJ0aXRpb25zOg0KIyAgICAgICAgc2l6ZSAgIG9mZnNl dCAgICBmc3R5cGUgICBbZnNpemUgYnNpemUgYnBzL2NwZ10NCiAgYTogICAg NjU1MzYgICAgICAgIDAgICAgNC4yQlNEICAgICAgICAwICAgICAwICAgICAw IAkjIChDeWwuICAgIDAgLSA4KikNCiAgYjogICAxNTEyNDggICAgNjU1MzYg ICAgICBzd2FwICAgICAgICAgICAgICAgICAgICAJIyAoQ3lsLiAgICA4Ki0g MjYqKQ0KICBjOiAgMjYxMjczNiAgICAgICAgMCAgICB1bnVzZWQgICAgICAg IDAgICAgIDAgICAgICAgCSMgKEN5bC4gICAgMCAtIDMyMykNCiAgZTogICAg NjE0NDAgICAyMTY3ODQgICAgNC4yQlNEICAgICAgICAwICAgICAwICAgICAw IAkjIChDeWwuICAgMjYqLSAzNCopDQogIGY6ICAyMzM0NTEyICAgMjc4MjI0 ICAgIDQuMkJTRCAgICAgICAgMCAgICAgMCAgICAgMCAJIyAoQ3lsLiAgIDM0 Ki0gMzIzKikNCg== --0-1877870305-896311163=:402-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 16:32:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA03541 for freebsd-questions-outgoing; Wed, 27 May 1998 16:32:29 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.clarityconnect.com (mail.clarityconnect.com [206.64.143.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA03065 for ; Wed, 27 May 1998 16:30:37 -0700 (PDT) (envelope-from rrchristie@clarityconnect.com) Received: from default (209.4.90.46) by mail.clarityconnect.com with SMTP (Eudora Internet Mail Server 2.1); Wed, 27 May 1998 19:32:58 -0400 Message-ID: <356CA20F.1F47@clarityconnect.com> Date: Wed, 27 May 1998 19:30:23 -0400 From: Rich Christie Reply-To: rrchristie@clarityconnect.com X-Mailer: Mozilla 3.01C-KIT (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Getting FreeBSD on Floppy Disks Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have looked on the FreeBSD website, as well as a few other places, but I can't seem to find anywhere where I could get FreeBSD on floppy disks. I seen on the FreeBSD website that it was possible, but it only gave resources for downloading it or buying it on CD. Where can I get the floppies for it? -R.C. rrchristie@clarityconnect.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 16:32:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA03623 for freebsd-questions-outgoing; Wed, 27 May 1998 16:32:43 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from fanfic.org (fanfic.org [205.150.35.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA03440 for ; Wed, 27 May 1998 16:32:00 -0700 (PDT) (envelope-from dstenn@fanfic.org) Received: from fanfic.org (fanfic.org [205.150.35.145]) by fanfic.org (8.8.8/8.8.8) with SMTP id TAA02317; Wed, 27 May 1998 19:31:38 -0400 (EDT) (envelope-from dstenn@fanfic.org) Posted-Date: Wed, 27 May 1998 19:31:38 -0400 (EDT) Date: Wed, 27 May 1998 19:31:38 -0400 (EDT) From: Dennis Tenn To: acer cc: freebsd-questions@FreeBSD.ORG Subject: Re: ppp help In-Reply-To: <000701bd89b9$3a2e2660$644e06d0@default> Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/ALTERNATIVE; BOUNDARY="----=_NextPart_000_0004_01BD8997.B1A3A200" Content-ID: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. ------=_NextPart_000_0004_01BD8997.B1A3A200 Content-Type: TEXT/PLAIN; CHARSET=iso-8859-1 Content-ID: On Wed, 27 May 1998, acer wrote: | Hi! | | Still having problems configuring my ppp on freeBSD v2.2.6 machine. I | have followed the user ppp installation instructions from "The Complete | FreeBSD" by Greg Lehey. | | But when I run "ppp" I get the following: | Working in interactive mode. | Using interface: tun0 | ppp ON freebie> "dial ISP" (I type this) | Dial attempt 1 of 1 | dial OK! | login OK! | ppp ON freebie> Packet mode | ppp ON freebie> | ppp ON freebie> | | Then it just stays in this way for ever. NOTHING HAPPENS. | | What I have also noticed, is that when I pick-up my telephone I get no | modem connection sound. But what is even more interesting is that when | I disconnect my phone line from computer I get the same printout as | above! Maybe my modem is not working? First.. PLEASE DON'T SEND IN HTML FORMAT. I don't know about most of you but I usually delete messages if they are in HTML format. Second.. What happens when you try to dial manually? Third.. Have you configured your /etc/ppp/ppp.conf file properly? -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Dennis Tenn * There will always come a time dstenn@fanfic.org * When your love will be tested ICQ# 1457509 * Stand tall and rise to the occasion * For only then will you grow strong. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ------=_NextPart_000_0004_01BD8997.B1A3A200-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 16:38:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA04335 for freebsd-questions-outgoing; Wed, 27 May 1998 16:38:42 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from harfang.CC.UMontreal.CA (harfang.CC.UMontreal.CA [132.204.2.102]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA04004 for ; Wed, 27 May 1998 16:35:27 -0700 (PDT) (envelope-from beaupran@JSP.UMontreal.CA) Received: from epsom.jsp.umontreal.ca (epsom.JSP.UMontreal.CA [132.204.45.25]) by harfang.CC.UMontreal.CA (8.8.8/8.8.8) with SMTP id TAA10973; Wed, 27 May 1998 19:35:07 -0400 (EDT) Received: from outpost.nada.org (derby.jsp.umontreal.ca [132.204.46.26]) by epsom.jsp.umontreal.ca via SMTP (951211.SGI.8.6.12.PATCH1502/JSP1789) id TAA04997; Wed, 27 May 1998 19:35:17 -0400 Date: Wed, 27 May 1998 19:35:24 -0400 (EDT) From: Spidey X-Sender: beaupran@outpost.nada.org To: Charlie Root cc: Question=answer Subject: Re: your mail In-Reply-To: <199805271722.RAA00847@cc1003523-a.twsn1.md.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 Presuming you're using csh, make an alias like: alias cd = cd \!* ; set prompt="$cwd#" or something like that... try and check you shells's manpage. (i.e. man csh) Spidey On Wed, 27 May 1998, Charlie Root wrote: > I have a problem with my shell prompt. > I want to set it so that it will show the directory I am currently in. > I have tried to do this with: > > set prompt="`pwd`#" > > All seems fine until I switch directories, and the directory listed on the prompt stays the same. > > I.E. I am in "/root" but the prompt says "/usr/bin#". > > I am using the sh shell and I am wondering if there is a way to get it to do > "pwd" each time before the prompt appears so that it will always reflect my > current directory. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > Spidey ____________________________________ | Still searching for a good .sig... | \------------------------------------/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 16:46:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA05873 for freebsd-questions-outgoing; Wed, 27 May 1998 16:46:39 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail-ftp.nordicdms.com ([207.21.168.100]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA05503 for ; Wed, 27 May 1998 16:45:24 -0700 (PDT) (envelope-from walton@nordicdms.com) Received: from mail-ftp (mail.nordicdms.com [207.21.168.101]) by mail-ftp.nordicdms.com (Post.Office MTA v3.1 release PO205e ID# 0-0U10L2S100) with SMTP id AAA201; Wed, 27 May 1998 16:44:13 -0700 From: walton@nordicdms.com (Dave Walton) Organization: Nordic Entertainment Worldwide To: chas , freebsd-questions@FreeBSD.ORG Date: Wed, 27 May 1998 16:44:12 -800 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Cyrus IMAPd and Qmail working together anyone ? Reply-to: techsupport@nordicdms.com In-reply-to: <3.0.32.19980527113520.0092f940@peace.com.my> Message-ID: <19980527234413097.AAA201@mail.nordicdms.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 27 May 98 at 11:13, chas wrote: > I'm now having a total nightmare trying to get Qmail to feed > mail to Cyrus IMAP on a third server. Has anyone got this to > work ? If so, may I ask a desperate 'how' ? Chas, I just did this, and it went very smoothly. Of course, I did get some good pointers from someone on the qmail list before I started, so I guess it's my turn to pass it along. I assume you can handle installing cyrus and qmail. Do that, except you can ignore the sendmail-specific portions of the cyrus install, since you won't be using sendmail. You'll need to give the cyrus account a home directory to put its .qmail files in, and make it owned by cyrus. (We'll assume you use /home/cyrus, but it could be anywhere.) Create /home/cyrus/.qmail-default containing: |/home/cyrus/qmail-deliver Create /home/cyrus/qmail-deliver containing the script attached below, and make it executable by the cyrus account. This script feeds the email to cyrus and translates the return codes for qmail. Now all you need to do to put mail into username's cyrus box is forward it to cyrus-username from any .qmail file. cyrus-username is handled by ~cyrus/.qmail-default while qmail strips off the "cyrus-" and puts "username" in $EXT. The cyrus deliver program reads $EXT from its command line, and puts the mail in the user.username box. That help any? By the way... Do you know how to make cyrus use something other than /etc/passwd for authentication? I've got it on a machine that doesn't allow user logins, and I don't really want to fill up /etc/passwd with a bunch of usernames and passwords that will only be used by cyrus. Dave qmail-deliver: ------------------------------------------------------------ #!/bin/sh # # This script should be called from a .qmail-default file. # It delivers mail to Cyrus' deliver, and returns the proper # error code for qmail. # /usr/local/cyrus/bin/deliver $EXT case $? in 64|65|66|67|68|76|77|78) exit 100 ;; 0) exit 0 ;; *) exit 111 ;; esac # man qmail-command: # command's exit codes are interpreted as follows: 0 means # that the delivery was successful; 99 means that the delivery # was successful, but that qmail-local should ignore all # further delivery instructions; 100 means that the delivery # failed permanently (hard error); 111 means that the delivery # failed but should be tried again in a little while (soft # error) # cyrus deliver uses the /usr/include/sysexits.h codes: # # define EX_USAGE 64 /* command line usage error */ # define EX_DATAERR 65 /* data format error */ # define EX_NOINPUT 66 /* cannot open input */ # define EX_NOUSER 67 /* addressee unknown */ # define EX_NOHOST 68 /* host name unknown */ # define EX_UNAVAILABLE 69 /* service unavailable */ # define EX_SOFTWARE 70 /* internal software error */ # define EX_OSERR 71 /* system error (e.g., can't fork) */ # define EX_OSFILE 72 /* critical OS file missing */ # define EX_CANTCREAT 73 /* can't create (user) output file */ # define EX_IOERR 74 /* input/output error */ # define EX_TEMPFAIL 75 /* temp failure; user is invited to retry */ # define EX_PROTOCOL 76 /* remote error in protocol */ # define EX_NOPERM 77 /* permission denied */ # define EX_CONFIG 78 /* configuration error */ ------------------------------------------------------------ ---------------------------------------------------------------------- Dave Walton Tech Support Nordic Entertainment Worldwide techsupport@nordicdms.com http://www.nordicdms.com ---------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 16:51:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA07393 for freebsd-questions-outgoing; Wed, 27 May 1998 16:51:28 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hotmail.com (f84.hotmail.com [207.82.250.190]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA07058 for ; Wed, 27 May 1998 16:49:58 -0700 (PDT) (envelope-from mcwong@hotmail.com) Received: (qmail 2143 invoked by uid 0); 27 May 1998 23:49:23 -0000 Message-ID: <19980527234923.2142.qmail@hotmail.com> Received: from 203.22.110.50 by www.hotmail.com with HTTP; Wed, 27 May 1998 16:49:23 PDT X-Originating-IP: [203.22.110.50] From: "M.C Wong" To: questions@FreeBSD.ORG Subject: how to create virtual com port device ? Content-Type: text/plain Date: Thu, 28 May 1998 09:49:23 EST Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am using Ascend MAX which as something called MAXDIAL, which essentially is a way of telnet into the MAX on some port numbers and get connected to the modem and one can do all sort of at commands. However, I prefer to create some kind of virtual com port device special file under /dev so that one doesn't have to worrying about telnet into the MAX etc and any other program that used to talk to real com port would still work transparently. Can someone suggest how I can do that properly ?? Thanks in advance. ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 17:33:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA16256 for freebsd-questions-outgoing; Wed, 27 May 1998 17:33:35 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cesit1.unifi.it (cesit1.unifi.it [150.217.1.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA16134 for ; Wed, 27 May 1998 17:32:35 -0700 (PDT) (envelope-from ugo@dsi.UNIFI.IT) Received: from aguirre.dsi.unifi.it by CESIT1.UNIFI.IT (PMDF V5.1-10 #23168) with SMTP id <01IXJUCBKRPI00022N@CESIT1.UNIFI.IT> for freebsd-questions@FreeBSD.ORG; Thu, 28 May 1998 02:32:57 MET Received: from dsi.unifi.it (ppp-firenze71-166.iol.it) by aguirre.dsi.unifi.it (4.1/SMI-4.1) id AA28319; Thu, 28 May 1998 02:32:46 +0200 Received: from pegasus.home.net (pegasus.home.net [192.168.1.3]) by dsi.unifi.it (8.8.8/8.8.8) with ESMTP id XAA11742; Wed, 27 May 1998 23:33:06 +0200 (MET DST envelope-from ugo) Received: (from ugo@localhost) by pegasus.home.net (8.8.8/8.8.8) id XAA00377; Wed, 27 May 1998 23:33:06 +0200 (MET DST envelope-from ugo) Date: Wed, 27 May 1998 23:33:06 +0200 (MET DST) From: Ugo Paternostro Subject: Re: I got 2940UW timeout problem also ... help please ... In-reply-to: To: Doug White Cc: freebsd-questions@FreeBSD.ORG, "Roger P. Johnson" Message-id: Organization: Not an organization MIME-version: 1.0 X-Mailer: XFMail 1.2 [p0] on FreeBSD Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 8bit X-Priority: 3 (Normal) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 27-May-98 Doug White wrote about "Re: I got 2940UW timeout problem also ... help please ...": > Bzzt! Wrong! Can't use both plugs simultaneously. Get a Wide-Narrow You *CAN* use both plugs (this is what I am doing here, and it works perfectly). You cannot use all the three at once! > Q: Can I use all three connectors on a AHA-2940UW? ^^^^^^^ > A: No. The internal 50 pin connector is a parallel branch of the lower 8 ^^^^ Right. > Doug White | University of Oregon Bye, UP To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 17:53:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA19803 for freebsd-questions-outgoing; Wed, 27 May 1998 17:53:16 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from harfang.CC.UMontreal.CA (harfang.CC.UMontreal.CA [132.204.2.102]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA19684 for ; Wed, 27 May 1998 17:52:24 -0700 (PDT) (envelope-from beaupran@JSP.UMontreal.CA) Received: from epsom.jsp.umontreal.ca (epsom.JSP.UMontreal.CA [132.204.45.25]) by harfang.CC.UMontreal.CA (8.8.8/8.8.8) with SMTP id UAA16204; Wed, 27 May 1998 20:52:16 -0400 (EDT) Received: from outpost.nada.org (derby.jsp.umontreal.ca [132.204.46.26]) by epsom.jsp.umontreal.ca via SMTP (951211.SGI.8.6.12.PATCH1502/JSP1789) id UAA06698; Wed, 27 May 1998 20:52:26 -0400 Date: Wed, 27 May 1998 20:51:59 -0400 (EDT) From: Spidey X-Sender: beaupran@outpost.nada.org To: acer cc: freebsd-questions@FreeBSD.ORG Subject: Re: ppp help In-Reply-To: <000701bd89b9$3a2e2660$644e06d0@default> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, acer wrote: > Hi! > Still having problems configuring my ppp on freeBSD v2.2.6 machine. > I have followed the user ppp installation instructions from "The Complete FreeBSD" by Greg Lehey. > > But when I run "ppp" I get the following: > Working in interactive mode. > Using interface: tun0 > ppp ON freebie> "dial ISP" (I type this) OK! > Dial attempt 1 of 1 > dial OK! > login OK! OK! > ppp ON freebie> Packet mode > ppp ON freebie> > ppp ON freebie> mmmm, there, the ppp should be in caps (i. e. 'PPP') > > Then it just stays in this way for ever. NOTHING HAPPENS. You should put ppp in background using CTRL-Z and bg to make in run in background, and try to use it via lynx or ftp or whatever. If it takes a year and there nothing happens, then you got a problem... > > What I have also noticed, is that when I pick-up my telephone I get no modem connection sound. But what is even more interesting is that when I disconnect my phone line from computer I get the same printout as above! Maybe my modem is not working? What do you mean "the same problem"? Spidey ____________________________________ | Still searching for a good .sig... | \------------------------------------/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 17:53:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA19836 for freebsd-questions-outgoing; Wed, 27 May 1998 17:53:33 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gershwin.tera.com (gershwin.tera.com [207.224.230.28]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA19723 for ; Wed, 27 May 1998 17:52:39 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (tao.tera.com [207.108.223.55]) by gershwin.tera.com (8.8.8/8.8.8) with ESMTP id RAA05414 for ; Wed, 27 May 1998 17:51:47 -0700 (PDT) Received: (from kline@localhost) by tao.thought.org (8.8.8/8.7.3) id RAA06275 for freebsd-questions@FreeBSD.ORG; Wed, 27 May 1998 17:51:40 -0700 (PDT) From: Gary Kline Message-Id: <199805280051.RAA06275@tao.thought.org> Subject: netscape booting me To: freebsd-questions@FreeBSD.ORG (FreeBSD Mailing List) Date: Wed, 27 May 1998 17:51:40 -0700 (PDT) Organization: <> thought.org: public access uNix in service... <> X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Since upgrading to 2.2.6 my old netscape-3 will sometimes kick me out of my window manager (which kills ppp), and a moment later I'm looking at a new xdm login screen. Anybody seen this or have a solution? (I was touching the freebsd.org website) 3 times in a row. thanks, gary PS: trying to get netscape-4.04 fails, too, BTW... -- Gary D. Kline kline@tao.thought.org Public service uNix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 17:55:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA20081 for freebsd-questions-outgoing; Wed, 27 May 1998 17:55:07 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from harfang.CC.UMontreal.CA (harfang.CC.UMontreal.CA [132.204.2.102]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA19921 for ; Wed, 27 May 1998 17:53:53 -0700 (PDT) (envelope-from beaupran@JSP.UMontreal.CA) Received: from epsom.jsp.umontreal.ca (epsom.JSP.UMontreal.CA [132.204.45.25]) by harfang.CC.UMontreal.CA (8.8.8/8.8.8) with SMTP id UAA16225; Wed, 27 May 1998 20:52:29 -0400 (EDT) Received: from outpost.nada.org (derby.jsp.umontreal.ca [132.204.46.26]) by epsom.jsp.umontreal.ca via SMTP (951211.SGI.8.6.12.PATCH1502/JSP1789) id UAA06703; Wed, 27 May 1998 20:52:40 -0400 Date: Wed, 27 May 1998 20:52:48 -0400 (EDT) From: Spidey X-Sender: beaupran@outpost.nada.org Reply-To: Spidey To: Chris Porter cc: Question=answer Subject: Re: Port Installation Problems? In-Reply-To: <001901bd89b4$9afe0820$73c9a8cf@tech-machine.castlegate.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hmmm... Seems like you don't know very much about the ports... See the handbook at /usr/share/doc/handbook/handbook.html or .ascii. For a immediate solution, you might try to use "make install" instead of plain "make". Spidey On Wed, 27 May 1998, Chris Porter wrote: > I purchased the FreeBSD 2-cd set a year or so ago and it has worked fine with one exception: When I install ports into /usr/ports they don't actually run. I just get a directory with the same name as the port I was trying to install with sub-directories like CVS, pkg, files and the like. I have tried to MAKE the program, but I always get the message that the file is up to date. I have also been unable to get the Boot Manager to activate when I install it from a Windows 95-based system. Any suggestions? Please respond to this address as I am not subscribed to any FreeBSD mailing lists at this time. > > Thanks in advance, > > Chris Porter > General Tech and Web Programmer at castlegate.net > Spidey ____________________________________ | Still searching for a good .sig... | \------------------------------------/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 17:55:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA20116 for freebsd-questions-outgoing; Wed, 27 May 1998 17:55:22 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from harfang.CC.UMontreal.CA (harfang.CC.UMontreal.CA [132.204.2.102]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA19740 for ; Wed, 27 May 1998 17:52:51 -0700 (PDT) (envelope-from beaupran@JSP.UMontreal.CA) Received: from epsom.jsp.umontreal.ca (epsom.JSP.UMontreal.CA [132.204.45.25]) by harfang.CC.UMontreal.CA (8.8.8/8.8.8) with SMTP id UAA16238; Wed, 27 May 1998 20:52:41 -0400 (EDT) Received: from outpost.nada.org (derby.jsp.umontreal.ca [132.204.46.26]) by epsom.jsp.umontreal.ca via SMTP (951211.SGI.8.6.12.PATCH1502/JSP1789) id UAA06720; Wed, 27 May 1998 20:52:51 -0400 Date: Wed, 27 May 1998 20:52:59 -0400 (EDT) From: Spidey X-Sender: beaupran@outpost.nada.org Reply-To: Spidey To: Chris Chizk cc: freebsd-questions@FreeBSD.ORG Subject: Re: Connecting to isp w/ a modem In-Reply-To: <356C232C.5ED8D06@cvs.rochester.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, Chris Chizk wrote: > Hi, My question is in reguards to connecting to my isp via modem on my > machine running freebsd. At this point, I have no interest in > regestering a domain name or becoming a server, I just want to connect > to my isp to read mail etc. I can do this on my win 95 partition, but it > is cumbersome to reboot etc. if all I want to do is read mail or > download a file. Indeed! windoze sucks anyways... > I have read many of the FAQ's and chapters in the book > that accompanied my cd, but most of it is still alittle to "low level" > and I don't have the background to "really " comprehend it. Is there a > concise method somewhere on how to set up my modem and machine to dial > in to my isp. You're better out with the handbook... > My equipment is a toshiba laptop w/ a 33.6 pc card fax > modem. You'll need some info about your ISP: dynamic of fixed IP's, DNS address, etc. > Also, Another unrelated question: I have been attempting to > mount my cdrom w/ the mount command and do not entirely understand all > the arguments. I have read the man page but still don't get it. I do > not have lots of unix background but am trying. Can anyone tell me how > to mount the a volume in the cdrom drive. It is an IDE drive if that is > important. It is... First, you got to check the file /etc/fstab (more /etc/fstab). Search for the line containing the word "cd9660" or smthing like this... If it's there, on the same line, you should have a directory where the cdrom will be mounted. (for me: /cdrom) It should be about this: # Device Mountpoint FStype Options Dump Pass# /dev/wd0s2b none swap sw 0 0 /dev/wd0s2a / ufs rw 1 1 /dev/wd0s3 /dos msdos rw 0 0 /dev/wd0s2f /usr ufs rw 2 2 /dev/wd0s2e /var ufs rw 2 2 proc /proc procfs rw 0 0 /dev/wcd0c /cdrom cd9660 ro,noauto 0 0 ^ \_____It's this last line... Then, when you insert the CD-ROM (NOT audio!), do mount /cdrom, and bingo! You can browse the cd in the /cdrom directory as a filesystem! For audio cds, you must use software like cdcontrol, cdplayer, xcd or xcdplayer. I think that's about it! Keep me informed! Spidey ____________________________________ | Still searching for a good .sig... | \------------------------------------/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 18:00:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA21007 for freebsd-questions-outgoing; Wed, 27 May 1998 18:00:11 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA20522; Wed, 27 May 1998 17:57:37 -0700 (PDT) (envelope-from grog@lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id KAA01346; Thu, 28 May 1998 10:27:19 +0930 (CST) (envelope-from grog) Message-ID: <19980528102719.D342@freebie.lemis.com> Date: Thu, 28 May 1998 10:27:19 +0930 From: Greg Lehey To: Doug White Cc: dyson@FreeBSD.ORG, lfloyd@sonic.net, freebsd-questions@FreeBSD.ORG Subject: Re: Compatibility with Ultra IDE drives? References: <19980527161700.G24133@freebie.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: ; from Doug White on Wed, May 27, 1998 at 01:56:10PM -0700 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998 at 13:56:10 -0700, Doug White wrote: > It may be time to move this .. > >>> Yeah, but were you doing anything at the time? >> >> Making the world. > > No, I meant were you doing anything interactive, ie web browsing? If I had done anything like that, it would have completely falsified the timing results. >>> IDE kills interactive response. >> >> Not true. What gives you that idea? > > My IDE drive in gdi. You can tell when it's working. The SCSI drive > could do a full search on itself and I'd never know it. What kind of transfers are you doing? With DMA, there's very little difference. Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 18:13:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA23593 for freebsd-questions-outgoing; Wed, 27 May 1998 18:13:45 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from postman.true.net (s1.admin.true.net [161.196.66.100]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA23472 for ; Wed, 27 May 1998 18:12:48 -0700 (PDT) (envelope-from guigonza@cantv.net) Received: from fwa-1.true.net (fwa-1.true.net [200.11.128.1]) by postman.true.net (8.8.7/8.6.12) with ESMTP id VAA24102 for ; Wed, 27 May 1998 21:11:57 -0400 (VET) Received: from cantv.net (root@localhost) by fwa-1.true.net (8.8.6/8.6.12) with ESMTP id VAA21953 for ; Wed, 27 May 1998 21:11:55 -0400 (VET) X-BlackMail: 200.44.3.35, cantv.net, guigonza@cantv.net, 200.44.3.35 X-Authenticated-Timestamp: 21:11:56(VET) on May 27, 1998 Message-ID: <356CBA40.80E66DA1@cantv.net> Date: Wed, 27 May 1998 21:13:36 -0400 From: Guillermo Gonzalez X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Help...with popper Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, my name is Guillermo I'm trying to setting a popper in a server with FreeBSD 2.2.2 now it's functioning but i see amessage: " can't get a cannonical name of the client" What does it means ? How can i solve this ? Thank you so much .. Guillermo Gonzalez guigonza@usb.ve guigonza@cantv.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 18:17:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA24339 for freebsd-questions-outgoing; Wed, 27 May 1998 18:17:29 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from rizal.mimos.my (rizal.mimos.my [192.228.134.68]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA24272 for ; Wed, 27 May 1998 18:17:08 -0700 (PDT) (envelope-from rizal@rizal.mimos.my) Received: (from rizal@localhost) by rizal.mimos.my (8.8.8/8.8.7) id JAA00244; Thu, 28 May 1998 09:19:06 +0800 (MYT) (envelope-from rizal) Message-ID: X-Mailer: XFMail 1.2 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <19980527230156429.AAA104@mail.nordicdms.com> Date: Thu, 28 May 1998 09:19:05 +0800 (MYT) Reply-To: rizal@mimos.my Organization: MIMOS Berhad From: Mohammad Rizal Othman To: techsupport@nordicdms.com Subject: Re: FreeBSD Newbie Question (fwd) Cc: freebsd-questions@FreeBSD.ORG, Annelise Anderson Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- On 28-May-98 Dave Walton wrote: > On 27 May 98 at 13:41, Annelise Anderson wrote: > > Here's how to do it: > > Run /stand/sysinstall, select option 3 ("Keymap"), and select > whatever keyboard mapping is appropriate for your locale. For > example, if you want a standard US keyboard mapping, select the last > item on the list, "United States ISO keymap". > > Once you've made your selection, exit sysinstall and: > > grep keymap /etc/rc.conf > > You will see something like this: > > keymap="us.iso" # keymap in /usr/share/syscons/keymaps/* (or NO). > > Now you need to edit the .kbd file. For our example, that > means /usr/share/syscons/keymaps/us.iso.kbd needs editing. In that > file, replace every instance of the word "boot" with "nop". (In the > us.iso file, "boot" appears three times.) > > Once you've made that change, reboot and you're done. > > Dave Thanks very much guys....I guess the answer in the FAQ needs to be updated too.. -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQCVAwUBNWy7iU5JH9s+j1J9AQGIowP9Gplwo/1aEjMBcodvlwr7oPhMzsPR8MJT to39jNrUHFZ3VEgMaERP+/razEVSdxkGsrW3AL16mzAC6F9Va5QQyNaPxMM899Pz i0JhYFswa6dR8HdxcLtO8YSSHAnG5RJVLJlLBIBFgegKMlgt3fvd2GyhHnI8DOob iesZ219nfUQ= =Iq8N -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 18:55:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA29963 for freebsd-questions-outgoing; Wed, 27 May 1998 18:55:27 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA29934 for ; Wed, 27 May 1998 18:55:10 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with SMTP id TAA09945; Wed, 27 May 1998 19:54:04 -0600 (MDT) (envelope-from brett@peloton.physics.montana.edu) Date: Wed, 27 May 1998 19:54:04 -0600 (MDT) From: Brett Taylor Reply-To: Brett Taylor To: Gary Kline cc: FreeBSD Mailing List Subject: Re: netscape booting me In-Reply-To: <199805280051.RAA06275@tao.thought.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Since upgrading to 2.2.6 my old netscape-3 will sometimes kick me > out of my window manager (which kills ppp), and a moment later > I'm looking at a new xdm login screen. Huh.... weird. > PS: trying to get netscape-4.04 fails, too, BTW... That's because 4.05 is out. :-) peloton: {2} more /usr/ports/www/netscape4-navigator/Makefile # New ports collection makefile for: netscape (navigator only) # Version required: 4.05 Brett ********************************************************* Brett Taylor brett@peloton.physics.montana.edu http://peloton.physics.montana.edu/brett/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 19:14:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA02902 for freebsd-questions-outgoing; Wed, 27 May 1998 19:14:03 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns.cac.net (ns.cac.net [209.44.14.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA02859 for ; Wed, 27 May 1998 19:13:41 -0700 (PDT) (envelope-from cooley@cac.net) Received: from gcooley (03-132.001.popsite.net [207.227.180.132]) by ns.cac.net (2.5 Build 2639 (Berkeley 8.8.6)/8.8.4) with SMTP id WAA01027; Wed, 27 May 1998 22:16:41 -0400 Date: Wed, 27 May 1998 22:16:41 -0400 From: Gary Cooley Subject: Do you pay referral fees? Message-Id: Content-Type: TEXT/PLAIN charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To: undisclosed-recipients:; Hello; Your Web site is helpful and informative. I found it in Alta Vista while searching for real estate agents who handle country properties and ranches. My reason for contacting you is that I have a few buyers who are currently looking for larger country properties and ranches outside my sales area. I am a licensed real estate agent in Mountain Home, Arkansas, USA. I have an exceptional country property listed for $2 million. It attracts interested buyers, but, very honestly, few can afford it. So these buyers have asked me if I am aware of similar properties for a little less anywhere else. Through my Web site I get inquiries from all over the world, as you probably do. Buyers seem to think I know where all the "good deals" are, and of course I don't. This has happened often enough to cause me to make the effort to find out which real estate agencies are willing to pay referral fees if I send a buyer their way! So if you are, let me know! Also, our agency, Blackburn & Co. Real Estate, Inc., pays a referral fee equal to 20% of the buyer- side commission (more if you help in the transaction). In the case of the $2 million listing, your buyer referral fee would be about $20,000. The property offers over 600 acres, has a 6,000 sq. ft. home, 6 additional buildings, 3/4 mile of frontage on a large creek, a 236 acre subdivision, is only about an hour from the music entertainment captial of Branson Missouri, there's room for a 4,000 foot landing strip, and many more unique features. If you have any buyers interested in this type of property, details are at http://www.ozarkmtns.com/luxuryhomes/index.htm We also have a luxury country home on 180 acres for $395,000. See it at http://www.ozarkmtns.com/blackburn/country/c1363.html We will also pay a 20% referral on it. Thanks for your time and consideration in these matters. And I wish you the best in your Web marketing efforts! Sincerely, Gary R. Cooley, Realtor Blackburn & Co. Real Estate, Inc. Mountain Home, Arkansas, USA Email: cooley@cac.net Phone: 1-800-264-7653 Web: http://www.ozarkmtns.com/blackburn/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 19:16:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA03271 for freebsd-questions-outgoing; Wed, 27 May 1998 19:16:04 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA03075 for ; Wed, 27 May 1998 19:14:28 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id TAA03913; Wed, 27 May 1998 19:09:11 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd003896; Thu May 28 02:09:03 1998 Message-ID: <356CC739.1CFBAE39@whistle.com> Date: Wed, 27 May 1998 19:08:57 -0700 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: Spidey CC: Question=answer Subject: Re: Melting 2 partitions into 1 (fwd) References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Spidey wrote: > > Hello! > > > For sanity, I have a WD 3.2Gb hard drive partitionned this way: > > DOS (C:) 1 Gb > FreeSpace: 500 Mb ? > FreeBSD: 1.275 Gb > FreeSpace: 500 Mb ? > > This is the output of partition magic... > > However, fdisk tells me that: > > Part: Type: Size: > 1 unused ? > 2 165 (FreeBSD) 1275 Mb > 3 6 (DOS=FAT16) 1000 Mb > 4 unused ? > > Is the order difference important? What is the cause of this > difference? partition magic is reporting the order of the partitions on the disk freebsd fdisk is reporting the order in the table, they don't have to match. > > Before making the big move, I'll make my DOS partition a little bigger > (See another posting to the list). I intend to use the rest of the > partition to the grace of FreeBSD. I have ported almost nothing and my > /usr boosted up to 1 Gig! Now I want to install some other stuff and I > feel like I will always be missing some space... Is it feasable to use a > 1.5 Gb partition to the sake of FreeBSD, when you use the ports to install > (because it imports the source, contrarly to the package method)? why not delete the source after you have compiled it? (make clean is your friend) also cd /usr/ports/distfiles and rm anything you have already installed. > On Wed, 13 May 1998, Julian Elischer wrote: > > > you CAN do that but you have to REALLY KNOW WHAT YOU ARE DOING! > > > 0/ write down (or better, print) teh output of fdisk and disklabel > > for the appropriate device. > > 1/ boot the fixit floppy, (I presume it has fdisk, disklabel and dd) > > You _presume_... How can I know? boot the install disk choose the 'fixit' option follow instructions. check if said files exist. I don't have one around here. > > > 2/ copy the first 8K from the existing BSD partition to the first 8k of > > the Win95 partition using dd and teh raw devices > > ( dd if=/dev/rwd0s2 of=/dev/rwd0s1 count=16) > > Actually, it will be a DOS partition I'll be bumming space from... you didn't say how you wat this to end up what is really on the disk is: 4MB free 1000MB DOS 500MB free 1250MB FBSD 500MB free You say you want to grow the DOS by some amount. use partition magic for that first before any other changes.. We need that completed before we go any further. the rest we can do from a running freebsd system (gasp) send me the output of freebsd's fdisk after you've done that. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 19:17:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA03574 for freebsd-questions-outgoing; Wed, 27 May 1998 19:17:38 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from amber.ecom.net (ns1.ecom.net [207.155.73.10] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA03524 for ; Wed, 27 May 1998 19:17:07 -0700 (PDT) (envelope-from randyk@ccsales.com) Received: from ntrkcasa (b205.ecom.net [207.13.225.205]) by amber.ecom.net (8.8.8/8.8.7) with SMTP id TAA19080 for ; Wed, 27 May 1998 19:17:02 -0700 (PDT) (envelope-from randyk@ccsales.com) Message-Id: <3.0.5.32.19980527191429.039b61e0@ccsales.com> X-Sender: randyk@ccsales.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Wed, 27 May 1998 19:14:29 -0700 To: questions@FreeBSD.ORG From: "Randy A. Katz" Subject: PERMISSIONS - FIX In-Reply-To: References: <199805280051.RAA06275@tao.thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello (and Help!), I have just changed permissions globally through a script and the whole server is messed up. Is there a way to change the permissions to correct for the base operating system in FreeBSD 2.2.6? Thanx, Randy Katz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 19:29:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA05931 for freebsd-questions-outgoing; Wed, 27 May 1998 19:29:36 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.bayou.com (Bayou.com [206.28.99.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA05898 for ; Wed, 27 May 1998 19:29:20 -0700 (PDT) (envelope-from m_wall@hotmail.com) Received: from hotmail.com (max2-p189.Bayou.COM [208.143.112.189]) by mail.bayou.com (8.8.5/8.8.5) with ESMTP id VAA15792 for ; Wed, 27 May 1998 21:23:46 GMT Message-ID: <356CCBD7.DF1D922B@hotmail.com> Date: Wed, 27 May 1998 21:28:39 -0500 From: Michael Wallis X-Mailer: Mozilla 4.05 [en] (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: plextor SCSI cdrom Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, people-- I seem to have a slight problem with FreeBSD version 2.2.6 seeing my cdrom and tape drive. I have an Adaptec AHA-2940UW controller with a Plextor 12x cdrom and Conner tape drive running off of it. NT sees everything just fine, but when I boot from the cd to install BSD, it probes the controller and finds nothing on any of the id's. It gets an unknown response and says that the board is not responding. On the fifth id it should find the cdrom, but it passes over it just like everything else. The cables and termination are just fine. I can get as far as selecting which media I want to install from, and when I select cdrom, it simply says it can't find one. If anyone has any ideas, they'd be appreciated. Michael Wallis To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 19:39:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA07684 for freebsd-questions-outgoing; Wed, 27 May 1998 19:39:33 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.hroads.net (root@mail.hroads.net [206.246.221.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA07658 for ; Wed, 27 May 1998 19:39:16 -0700 (PDT) (envelope-from doliver@ieee.org) Received: from ieee.org (ppp05.pm1.hroads.net [206.246.221.205]) by mail.hroads.net (8.8.6/8.8.6) with ESMTP id WAA19363 for ; Wed, 27 May 1998 22:39:14 -0400 Message-ID: <356CCCA8.BE46EF28@ieee.org> Date: Wed, 27 May 1998 22:32:08 -0400 From: Donald Oliver X-Mailer: Mozilla 4.05 [en] (Win95; U) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: kernel compilation Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am creating a kernel according to the directions in the handbook. I ran the "make" part and it is taking forever. I started it at 7:00 AM and it is still compiling at 10:30PM. Would this have anything to do with only 4 Meg of RAM or is something else wrong? Don Oliver doliver@ieee.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 19:45:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA08858 for freebsd-questions-outgoing; Wed, 27 May 1998 19:45:54 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from usfamily.net (xtlab.com [207.225.145.250]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id TAA08793 for ; Wed, 27 May 1998 19:45:21 -0700 (PDT) (envelope-from tomwojahn@usfamily.net) From: Tom Wojahn To: freebsd-questions@FreeBSD.ORG Message-ID: <356CD071.4CBCC06A@usfamily.net> Date: Wed, 27 May 1998 21:48:18 -0500 X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 Subject: problem with nec cdrom Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have freeBSD v 2.2.1, everytime I try to install from cdrom it spins up the cd rom but fails to read and copy files and subsequently locks the pc when you are notified of its failure to transfer files. It will not install from cdrom either it starts to boot and then goes off into lala land. It has a buslogic 545 (bios recently updated to newest version) card pentium pc Seagate piranha scsi drive and a nec cdr1610 ( I believe) (fairly new scsi 20x) drive. I have a dos partition I can try to install from I suppose but it is only 80 meg. any ideas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 19:53:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA10379 for freebsd-questions-outgoing; Wed, 27 May 1998 19:53:16 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from Proxy.metro.tas.com.au ([147.109.165.35]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA10302 for ; Wed, 27 May 1998 19:52:45 -0700 (PDT) (envelope-from kerry.morse@metro.tas.com.au) Received: from mttmail.metro.tas.com.au (MTTMail.metro.tas.com.au [147.109.164.249]) by Proxy.metro.tas.com.au (8.8.8/8.8.5) with ESMTP id MAA01828 for ; Thu, 28 May 1998 12:52:38 +1000 (EST) Received: by MTTMail.metro.tas.gov.au with Internet Mail Service (5.0.1458.49) id ; Thu, 28 May 1998 12:52:38 +1000 Message-ID: <02B01380C828D1119ED70020AF641C53091A8D@MTTMail.metro.tas.gov.au> From: Kerry Morse To: Jacques Hugo Cc: questions@FreeBSD.ORG Subject: RE: 3.0-RELEASE Date: Thu, 28 May 1998 12:52:37 +1000 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jacques Hugo wrote: > > John Kelly wrote: > > > >When will we see a fbsd 3.0-RELEASE, are there any dates set? > > > > The time until release approaches zero as time approaches infinity. > Do you mean that the time until release is infinity?? ;) Nope, they'll just never release 3.0-RELEASE, they'll go straight to 3.01-RELEASE..... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 19:56:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA11054 for freebsd-questions-outgoing; Wed, 27 May 1998 19:56:35 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ivz.t-networking.com (ivz.t-networking.com [206.117.19.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA10958 for ; Wed, 27 May 1998 19:56:10 -0700 (PDT) (envelope-from zvi@ivz.t-networking.com) Received: from localhost (zvi@localhost) by ivz.t-networking.com (8.8.8/8.8.8) with SMTP id TAA00945 for ; Tue, 26 May 1998 19:56:50 -0700 (PDT) (envelope-from zvi@ivz.t-networking.com) Date: Tue, 26 May 1998 19:56:49 -0700 (PDT) From: Brad To: freebsd-questions@FreeBSD.ORG Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is the error code I get when ever I try to compile a *.java file It never works. Any of the apps in the java port will not compile. Please Help!!! SIGSEGV 11* segmentation violation Full thread dump: Monitor Cache Dump: Registered Monitor Dump: Name and type hash table lock: String intern lock: JNI pinning lock: JNI global reference lock: BinClass lock: Class loading lock: Java stack lock: Code rewrite lock: Heap lock: Has finalization queue lock: Finalize me queue lock: Monitor IO lock: Child death monitor: Event monitor: I/O monitor: Alarm monitor: _malloc: Monitor registry: Thread Alarm Q: Abort trap - core dumped To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 20:12:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA14871 for freebsd-questions-outgoing; Wed, 27 May 1998 20:12:57 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp.racsa.co.cr (smtp.racsa.co.cr [207.1.120.68]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA14765 for ; Wed, 27 May 1998 20:12:34 -0700 (PDT) (envelope-from tamerica@sol.racsa.co.cr) Received: from apolo3-a5.racsa.co.cr (apolo3-a5.racsa.co.cr [200.9.53.45]) by smtp.racsa.co.cr (8.8.8/8.8.8) with SMTP id VAA10175 for ; Wed, 27 May 1998 21:12:34 -0600 (CST) Date: Wed, 27 May 1998 21:12:34 -0600 (CST) Message-Id: <2.2.16.19980527211502.1bbfa1fa@sol.racsa.co.cr> X-Sender: tamerica@sol.racsa.co.cr (Unverified) X-Mailer: Windows Eudora Pro Version 2.2 (16) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: questions@FreeBSD.ORG From: Mario Martinez Subject: Information Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Could you please tell me How can I get information about FreeBDS in Spanish on the Web? Thanks for all Hernan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 20:21:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA16133 for freebsd-questions-outgoing; Wed, 27 May 1998 20:21:08 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA16107 for ; Wed, 27 May 1998 20:20:46 -0700 (PDT) (envelope-from grog@lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id MAA26268; Thu, 28 May 1998 12:50:42 +0930 (CST) (envelope-from grog) Message-ID: <19980528125041.I4179@freebie.lemis.com> Date: Thu, 28 May 1998 12:50:41 +0930 From: Greg Lehey To: Michael Wallis , freebsd-questions@FreeBSD.ORG Subject: Re: plextor SCSI cdrom References: <356CCBD7.DF1D922B@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <356CCBD7.DF1D922B@hotmail.com>; from Michael Wallis on Wed, May 27, 1998 at 09:28:39PM -0500 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998 at 21:28:39 -0500, Michael Wallis wrote: > Hi, people-- > I seem to have a slight problem with FreeBSD version 2.2.6 seeing my > cdrom and tape drive. I have an Adaptec AHA-2940UW controller with a > Plextor 12x cdrom and Conner tape drive running off of it. NT sees > everything just fine, but when I boot from the cd to install BSD, it > probes the controller and finds nothing on any of the id's. It gets an > unknown response and says that the board is not responding. On the fifth > id it should find the cdrom, but it passes over it just like everything > else. The cables and termination are just fine. I can get as far as > selecting which media I want to install from, and when I select cdrom, > it simply says it can't find one. If anyone has any ideas, they'd be > appreciated. Let's see the dmesg output. Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 20:34:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA17713 for freebsd-questions-outgoing; Wed, 27 May 1998 20:34:06 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from chipweb.ml.org (c1003518-a.plstn1.sfba.home.com [24.1.82.47]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id UAA17656 for ; Wed, 27 May 1998 20:33:52 -0700 (PDT) (envelope-from ludwigp@bigfoot.com) Received: (qmail 11843 invoked by uid 666); 28 May 1998 03:33:35 -0000 Received: from unknown (HELO speedy.chipweb.ml.org) (172.16.1.1) by 172.16.1.5 with SMTP; 28 May 1998 03:33:34 -0000 Message-Id: <3.0.3.32.19980527203317.030c0e9c@mail.plstn1.sfba.home.com> X-Sender: ludwigp@mail.plstn1.sfba.home.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Wed, 27 May 1998 20:33:17 -0700 To: "Stephen Cooper" , "FreeBSD mailing list" From: Ludwig Pummer Subject: Re: Core dump during initial kdestart Cc: In-Reply-To: <014501bd8950$66089770$297c0ecb@stephenc.alphawest.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 05:18 PM 5/27/98 +0800, Stephen Cooper wrote: >Anybody know if the core dump I got at line 7 is OK? > >stephenc:/home/stephenc>DISPLAY=203.14.124.41:0.0; export DISPLAY >stephenc:/home/stephenc>startkde >QDir::readDirEntries: Cannot read the directory: >/home/stephenc/Desktop/Templates >ERROR: Template does not exist '/home/stephenc/Desktop/Templates/' >kpanel: waiting for windowmanager >PID could not get read. >4715: Segmentation fault - core dumped >NAME of DISPLAY = '203.14.124.41_0.0' >KBackground::KBackground >KScreenSaver::KScreenSaver >KGeneral::KGeneral >ERROR: KFM is not running My guess would be that it's not. I installed kde beta4 from a recently cvsuped ports tree and get the same core dumping. No ideas why as I haven't spent time to investigate. --Ludwig Pummer ludwigp@bigfoot.com ludwigp@chipweb.ml.org ICQ UIN: 692441 http://chipweb.home.ml.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 20:46:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA18946 for freebsd-questions-outgoing; Wed, 27 May 1998 20:46:18 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA18925 for ; Wed, 27 May 1998 20:46:06 -0700 (PDT) (envelope-from grog@lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id NAA01107; Thu, 28 May 1998 13:16:03 +0930 (CST) (envelope-from grog) Message-ID: <19980528131602.J4179@freebie.lemis.com> Date: Thu, 28 May 1998 13:16:02 +0930 From: Greg Lehey To: Donald Oliver , freebsd-questions@FreeBSD.ORG Subject: Re: kernel compilation References: <356CCCA8.BE46EF28@ieee.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <356CCCA8.BE46EF28@ieee.org>; from Donald Oliver on Wed, May 27, 1998 at 10:32:08PM -0400 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998 at 22:32:08 -0400, Donald Oliver wrote: > I am creating a kernel according to the directions in the handbook. I > ran the "make" part and it is taking forever. I started it at 7:00 AM > and it is still compiling at 10:30PM. Would this have anything to do > with only 4 Meg of RAM Yes. > or is something else wrong? Not if it keeps outputting compiler invocation lines. Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 21:11:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA22349 for freebsd-questions-outgoing; Wed, 27 May 1998 21:11:43 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cybertouch.org (beef@cybertouch.org [209.47.145.231]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA22325 for ; Wed, 27 May 1998 21:11:29 -0700 (PDT) (envelope-from beef@cybertouch.org) Received: from localhost (beef@localhost) by cybertouch.org (8.8.8/8.8.8) with SMTP id AAA01113; Thu, 28 May 1998 00:10:04 -0400 (EDT) (envelope-from beef@cybertouch.org) Date: Thu, 28 May 1998 00:10:03 -0400 (EDT) From: Lanny Baron To: Malte Lance cc: freebsd-questions@FreeBSD.ORG, drifter@stratos.net Subject: Re: lpd just stops and must always restart.. 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, I would like to thank those that have emailed me with some help. Thank you!!! Has anyone run into a situation where you must always type lpd to get anything printed? All of a sudden about a week ago I noticed from anything I was going to print, that a msg would appear saying something to the effect of "connect" unknown and qued the print job. Thank you again -lanny * Lanny Baron * In the Beginning He Said "Let there be Light" | Have you had your BEEF today? | He saw it was good. A few days later He said | http://www.tht.net/~beef | "Let there be computers for mankind" And the * * PC was made. He then turned on His heavenly | Want a great operating system? | pc and the heavenly monitor displayed | try FreeBSD, it's remarkable! | "Welcome to FreeBSD" And he jumped for joy. * http://www.FreeBSD.org * &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 21:16:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA23312 for freebsd-questions-outgoing; Wed, 27 May 1998 21:16:43 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mailgw01.execpc.com (mailgw01.execpc.com [169.207.2.78]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA23140 for ; Wed, 27 May 1998 21:16:08 -0700 (PDT) (envelope-from fpawlak@execpc.com) Received: from darkstar.connect.com (harconia-2-91.mdm.mke.execpc.com [169.207.132.219]) by mailgw01.execpc.com (8.8.8) id XAA25844 for ; Wed, 27 May 1998 23:16:03 -0500 (CDT) Received: (from fpawlak@localhost) by darkstar.connect.com (8.8.8/8.8.8) id XAA01328 for freebsd-questions@FreeBSD.ORG; Wed, 27 May 1998 23:16:11 -0500 (CDT) From: "Frank Pawlak" Message-Id: <980528041610.ZM1327@darkstar.connect.com> Date: Thu, 28 May 1998 04:16:10 +0000 In-Reply-To: Rich Christie "Getting FreeBSD on Floppy Disks" (May 27, 7:30pm) References: <356CA20F.1F47@clarityconnect.com> X-Mailer: Z-Mail (5.0.0 30July97) To: freebsd-questions@FreeBSD.ORG Subject: RTFM MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Can anyone tell me where I can locate some accurate and current information describing why FreeBSD can carry heavier server loads than Linux? I would like to get spunup on this so that I can explain to folks why FreeBSD is a superior server platform. This is not to get into Linux bashing. Am interested in only the facts pertaining to why this is true. Thanks in advance. Frank To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 21:28:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA25626 for freebsd-questions-outgoing; Wed, 27 May 1998 21:28:27 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from out4.ibm.net (out4.ibm.net [165.87.194.239]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA25354 for ; Wed, 27 May 1998 21:27:03 -0700 (PDT) (envelope-from pirat@oaep.go.th) Received: from parwati.oaep.go.th (slip202-135-22-149.sy.au.ibm.net [202.135.22.149]) by out4.ibm.net (8.8.5/8.6.9) with SMTP id EAA113340 for ; Thu, 28 May 1998 04:26:30 GMT Date: Thu, 28 May 1998 11:26:10 +0700 (ICT) From: pirat sriyotha To: questions@FreeBSD.ORG Subject: pine and mutt Message-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 recently have some problems with mutt. almost all problems are setting up dot.muttrc file. previously, i used pine and setup from menu such a parameter like smtp server to point to my isp. when i composed mail, with pine, and sent, there was nothing left in /var/spool/mqueue. this is not always true for mutt. even i connect to my isp and disconnect my machine from my local network, i face several times that a lot of mails remain in queue. and most of them are deferred,... domain does not resolve for an output of mailq -v command. so what is wrong with mutt and pine and of course with me, in addition to set mutt up to an unknown way, ( and probably to sendmail) too. i like and love both mutt and pine. would anyone please help me clear of this wonder ? regards, pirat sriyotha pirat@center.oaep.go.th To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 22:20:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA02754 for freebsd-questions-outgoing; Wed, 27 May 1998 22:20:24 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from server.te.ugm.ac.id (purwanto@[202.46.249.18]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA02555 for ; Wed, 27 May 1998 22:19:51 -0700 (PDT) (envelope-from purwanto@server.te.ugm.ac.id) Received: from localhost (purwanto@localhost) by server.te.ugm.ac.id (8.8.8/8.8.5) with SMTP id MAA11075; Thu, 28 May 1998 12:20:58 +0700 Date: Thu, 28 May 1998 12:20:57 +0700 (JVT) From: Purwanto Nugroho To: freebsd-questions@FreeBSD.ORG cc: purwanto@hotmail.com Subject: FreeBSD <--> Linux PLIP connection Message-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 wanna ask you about PLIP connection. I've installed FreBSD 2.2.6 on my desktop and want to connect it to my Linux notebook via PLIP. I have no problem connection Linux <--> Linux with PLIP but when i try to connect it via PLIP it didn't work. i dont use any ethernet card on my desktop. i simply executing command: ifconfig lp0 my.desktop.ipaddr my.notebook.ipaddr and ifconfig -a is: lp0: flags=8851 mtu 1500 inet my.desktop.ipaddr --> my.notebook.ipaddr netmask 0xffffff00 netstat -rn is: Destination Gateway Flags Refs Use Netif my.notebook.ipaddr my.desktop.ipaddr UH 0 0 lp0 On my Linux notebok i simply executing commands: ifconfig plip1 my.notebook.ipaddr pointopoint my.dekstop.ipaddr netmask 255.255.255.0 my route command: route add my.notebook.ipaddr plip1 route add my.desktop.ipaddr plip1 route is: Destination Gateway Genmask Flags Ref Use Iface my.dekstop.ipaddr * 255.255.255.255 UH 0 0 plip1 my.notebook.ipaddr * 255.255.255.255 UH 0 0 plip1 but the setting i did above didn't establish the connection between my Linux & FreeBSD. I use standar PLIP cable... i've used it many times to connect linux <--> linux Is there anything wrong with my setting? or maybe the PLIP cable config for FreeBSD is different from PLIP cable for Linux? please help me to solve this problem. Thank you very much in Andvance.. :) =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Purwanto Nugroho purwanto@te.ugm.ac.id purwanto@hotmail.com EleCtRicAl.EngIneErInG@GadJah.MadA.UnVerSItY.YogYAkArtA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 22:25:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA03271 for freebsd-questions-outgoing; Wed, 27 May 1998 22:25:18 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp2.erols.com (smtp2.erols.com [207.172.3.235]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA03242 for ; Wed, 27 May 1998 22:25:07 -0700 (PDT) (envelope-from philuint@erols.com) Received: from erols.com (207-172-119-37.s37.tnt2.brd.erols.com [207.172.119.37]) by smtp2.erols.com (8.8.8/8.8.5) with ESMTP id BAA01903 for ; Thu, 28 May 1998 01:25:03 -0400 (EDT) Message-ID: <356CF426.992E1C76@erols.com> Date: Thu, 28 May 1998 01:20:39 -0400 From: Whee Kim X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: How do I set up AWE32 for FreeBSD? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have been rebuilding my kernel and facing a problem with my sound card. I have AWE32 PnP. My kernel is configured... controller pnp0 controller snd0 device sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr device sbxvi0 at isa? drq 5 device sbmidi0 at isa? port 0x330 device opl0 at isa? port 0x388 device awe0 at isa? port 0x620 and (boot) configured pnp 1 0 os enable port0 0x220 irq0 5 drq0 1 drq1 5 port1 0x330 port2 0x388 pnp 1 1 os enable port0 0x208 pnp 1 2 os enable port0 0x620 port1 0xa20 port2 0xe20 sb0, snd0, sbxvi0, sbmidi0, and opl0 are detected and works fine. I can even listen to CDs... but I get message AWE32 not found AWE32: not detected. What is wrong? How do I fix this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 22:36:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA04779 for freebsd-questions-outgoing; Wed, 27 May 1998 22:36:11 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dove.peace.com.my (peace.com.my [202.184.153.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA04769 for ; Wed, 27 May 1998 22:36:04 -0700 (PDT) (envelope-from panda@peace.com.my) Received: from lovebox (love.com.my [202.184.153.17]) by dove.peace.com.my (8.8.5/8.8.5) with SMTP id NAA05405; Thu, 28 May 1998 13:16:59 +0800 (SGT) Date: Thu, 28 May 1998 13:16:59 +0800 (SGT) Message-Id: <3.0.32.19980528133904.00956e80@peace.com.my> X-Sender: panda@peace.com.my X-Mailer: Windows Eudora Pro Version 3.0 (32) To: techsupport@nordicdms.com, freebsd-questions@FreeBSD.ORG From: chas Subject: Re: Cyrus IMAPd and Qmail working together anyone ? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Just want to say a huge thank you Dave. I got exactly the same advice from someone on the qmail list too. (looks like the same guy judging by the script). I had no problem with Qmail and Cyrus separately but having messed around with my config files prior to getting the two to work together, it took a lot of trial and error to get this working. In fact, I still have a slightly different set up from the one below. Anyway, for anyone else who has to do this, best advice is to follow the pointers laid out below on a clean install of Cyrus and Qmail, and it should work OK. >By the way... Do you know how to make cyrus use something other than >/etc/passwd for authentication? I've got it on a machine that >doesn't allow user logins, and I don't really want to fill up >/etc/passwd with a bunch of usernames and passwords that will only be >used by cyrus. I've been looking at exactly this b/c there is little need for cyrus IMAP users to have login accounts. Since I'm finishing a web-email application, this would be highly desirable. Things I'm considering : 1) recompiling pwcheck with a modified version of pwd.h to use a separate password file. This means that it won't work for login accounts on the box, whose passwords are in /etc/master.passwd 2) use a dbm file (someone's passing me the script later, but I'm not sure if it will be fast enough). 3) another hack to cause pwcheck to use the current /etc/master.passwd first, and then check a second file if the user ID is not in the system spdb. if you wanna take this offline, just email me direct... I'll post a summarised results to the list anyway since many people seem to be looking for this. chas >> I'm now having a total nightmare trying to get Qmail to feed >> mail to Cyrus IMAP on a third server. Has anyone got this to >> work ? If so, may I ask a desperate 'how' ? > > >Chas, > >I just did this, and it went very smoothly. Of course, I did get >some good pointers from someone on the qmail list before I started, >so I guess it's my turn to pass it along. > >I assume you can handle installing cyrus and qmail. Do that, except >you can ignore the sendmail-specific portions of the cyrus install, >since you won't be using sendmail. > >You'll need to give the cyrus account a home directory to put its >.qmail files in, and make it owned by cyrus. (We'll assume you use >/home/cyrus, but it could be anywhere.) > >Create /home/cyrus/.qmail-default containing: >|/home/cyrus/qmail-deliver > >Create /home/cyrus/qmail-deliver containing the script attached >below, and make it executable by the cyrus account. This script >feeds the email to cyrus and translates the return codes for qmail. > >Now all you need to do to put mail into username's cyrus box is >forward it to cyrus-username from any .qmail file. cyrus-username is >handled by ~cyrus/.qmail-default while qmail strips off the "cyrus-" >and puts "username" in $EXT. The cyrus deliver program reads $EXT >from its command line, and puts the mail in the user.username box. > >That help any? > >By the way... Do you know how to make cyrus use something other than >/etc/passwd for authentication? I've got it on a machine that >doesn't allow user logins, and I don't really want to fill up >/etc/passwd with a bunch of usernames and passwords that will only be >used by cyrus. > >Dave > > > >qmail-deliver: >------------------------------------------------------------ >#!/bin/sh ># ># This script should be called from a .qmail-default file. ># It delivers mail to Cyrus' deliver, and returns the proper ># error code for qmail. ># >/usr/local/cyrus/bin/deliver $EXT >case $? in > 64|65|66|67|68|76|77|78) > exit 100 > ;; > 0) > exit 0 > ;; > *) > exit 111 > ;; >esac ># man qmail-command: ># command's exit codes are interpreted as follows: 0 means ># that the delivery was successful; 99 means that the delivery ># was successful, but that qmail-local should ignore all ># further delivery instructions; 100 means that the delivery ># failed permanently (hard error); 111 means that the delivery ># failed but should be tried again in a little while (soft ># error) > ># cyrus deliver uses the /usr/include/sysexits.h codes: ># ># define EX_USAGE 64 /* command line usage error */ ># define EX_DATAERR 65 /* data format error */ ># define EX_NOINPUT 66 /* cannot open input */ ># define EX_NOUSER 67 /* addressee unknown */ ># define EX_NOHOST 68 /* host name unknown */ ># define EX_UNAVAILABLE 69 /* service unavailable */ ># define EX_SOFTWARE 70 /* internal software error */ ># define EX_OSERR 71 /* system error (e.g., can't fork) */ ># define EX_OSFILE 72 /* critical OS file missing */ ># define EX_CANTCREAT 73 /* can't create (user) output file */ ># define EX_IOERR 74 /* input/output error */ ># define EX_TEMPFAIL 75 /* temp failure; user is invited to retry */ ># define EX_PROTOCOL 76 /* remote error in protocol */ ># define EX_NOPERM 77 /* permission denied */ ># define EX_CONFIG 78 /* configuration error */ >------------------------------------------------------------ > >---------------------------------------------------------------------- >Dave Walton >Tech Support Nordic Entertainment Worldwide >techsupport@nordicdms.com http://www.nordicdms.com >---------------------------------------------------------------------- > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 27 22:56:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA06949 for freebsd-questions-outgoing; Wed, 27 May 1998 22:56:39 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA06943 for ; Wed, 27 May 1998 22:56:35 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id WAA03155; Wed, 27 May 1998 22:46:56 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd003138; Thu May 28 05:46:50 1998 Date: Wed, 27 May 1998 22:46:46 -0700 (PDT) From: Julian Elischer To: Purwanto Nugroho cc: freebsd-questions@FreeBSD.ORG, purwanto@hotmail.com Subject: Re: FreeBSD <--> Linux PLIP connection In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG from tne man page for the lpt port lp interface, you need the link0 flag to ifconfig (see below) man 4 lp LP(4) FreeBSD Kernel Interfaces Manual (i386 Architecture) LP(4) NAME lp - printer port Internet Protocol driver SYNOPSIS ifconfig lp0 myaddress hisaddress [-link0] device lpt0 at isa? port? tty irq 7 vector lptintr DESCRIPTION The lp driver allows a PC parallel printer port to be used as a point-to- point network interface between two similarly configured systems. Data is transferred 4 bits at a time, using the printer status lines for in- put: hence there is no requirement for special bidirectional hardware and any standard AT-compatible printer port with working interrupts may be used. The lp driver is implemented as an integral part of the lpt driver, and will automatically be present in a kernel configured with Internet sup- port and at least one lpt device. During the boot process, for each lpt printer device which is probed and has an interrupt assigned, a corre- sponding lp network device is created. Available devices are announced with a message such as: lp0: TCP/IP capable interface [...] The communication protocol is selected by the link0 flag: -link0 (default) Use FreeBSD mode (LPIP). This is the simpler of the two modes and therefore slightly more efficient. link0 Use Crynwr/Linux compatible mode (CLPIP). This mode has a simulated ethernet packet header, and is easier to interface to other types of equipment. On Thu, 28 May 1998, Purwanto Nugroho wrote: > Hi..:) > > I wanna ask you about PLIP connection. > > I've installed FreBSD 2.2.6 on my desktop and want to connect it > to my Linux notebook via PLIP. > > I have no problem connection Linux <--> Linux with PLIP > > but when i try to connect it via PLIP it didn't work. > > i dont use any ethernet card on my desktop. > > i simply executing command: > ifconfig lp0 my.desktop.ipaddr my.notebook.ipaddr > > and ifconfig -a is: > > lp0: flags=8851 mtu 1500 > inet my.desktop.ipaddr --> my.notebook.ipaddr netmask 0xffffff00 > > netstat -rn is: > Destination Gateway Flags Refs Use Netif > my.notebook.ipaddr my.desktop.ipaddr UH 0 0 lp0 > > > > On my Linux notebok i simply executing commands: > > ifconfig plip1 my.notebook.ipaddr pointopoint my.dekstop.ipaddr netmask > 255.255.255.0 > > my route command: > route add my.notebook.ipaddr plip1 > route add my.desktop.ipaddr plip1 > > route is: > Destination Gateway Genmask Flags Ref Use Iface > my.dekstop.ipaddr * 255.255.255.255 UH 0 0 plip1 > my.notebook.ipaddr * 255.255.255.255 UH 0 0 plip1 > > > > but the setting i did above didn't establish the connection between > my Linux & FreeBSD. > > I use standar PLIP cable... i've used it many times to connect > linux <--> linux > > Is there anything wrong with my setting? or maybe the PLIP cable config > for FreeBSD is different from PLIP cable for Linux? > > > please help me to solve this problem. > > > Thank you very much in Andvance.. :) > > > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > Purwanto Nugroho > purwanto@te.ugm.ac.id > purwanto@hotmail.com > EleCtRicAl.EngIneErInG@GadJah.MadA.UnVerSItY.YogYAkArtA > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 00:19:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA18049 for freebsd-questions-outgoing; Thu, 28 May 1998 00:19:41 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gwdu60.gwdg.de (gwdu60.gwdg.de [134.76.10.60]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA18037 for ; Thu, 28 May 1998 00:19:35 -0700 (PDT) (envelope-from kheuer@gwdu60.gwdg.de) Received: from localhost (kheuer@localhost) by gwdu60.gwdg.de (8.8.5/8.8.5) with SMTP id JAA06337; Thu, 28 May 1998 09:19:23 +0200 (CEST) Date: Thu, 28 May 1998 09:19:23 +0200 (CEST) From: Konrad Heuer To: Donald Oliver cc: freebsd-questions@FreeBSD.ORG Subject: Re: kernel compilation In-Reply-To: <356CCCA8.BE46EF28@ieee.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, Donald Oliver wrote: > I am creating a kernel according to the directions in the handbook. I > ran the "make" part and it is taking forever. I started it at 7:00 AM > and it is still compiling at 10:30PM. Would this have anything to do > with only 4 Meg of RAM or is something else wrong? Time for kernel compilation obviously depends on the actual hardware. E.g., on a P233 machine with 128M the elapsed time is about 5 minutes, but on 486DX33 with 20M the compilation of `my' kernel takes more than an hour. I've no experience with a 386 system and 4M (your hardware?), but time may grow heavily. Furthermore, as I remember, isn't 5M the required minimum since 2.2-RELEASE? 2.0.5(?)-RELEASE worked fine for me on a 4M system, but it seems to be long ago ... :-) Konrad Heuer // Gesellschaft fuer wissenschaftliche Datenverarbeitung mbH // Goettingen (GWDG), Am Fassberg, D-37077 Goettingen, Germany // // kheuer@gwdu60.gwdg.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 01:00:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA23919 for freebsd-questions-outgoing; Thu, 28 May 1998 01:00:40 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from astra.gal.ukrpack.net ([195.230.139.50]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA23834 for ; Thu, 28 May 1998 01:00:09 -0700 (PDT) (envelope-from olegg@astra.gal.ukrpack.net) Received: from localhost (olegg@localhost) by astra.gal.ukrpack.net (8.8.7/8.8.7) with SMTP id KAA02542; Thu, 28 May 1998 10:54:30 +0300 (EEST) (envelope-from olegg@astra.gal.ukrpack.net) Date: Thu, 28 May 1998 10:54:30 +0300 (EEST) From: "Oleg G." To: Questions , "Andrew A.Karjagin" Subject: Re: Modem In-Reply-To: <356AC4F1.987CD94C@tdis.gctc.rssi.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, Andrew A.Karjagin wrote: > Hello, people! Anybody help me! How can I send a commands to my local > modem on FreeBSD machine to control internal options of modem. Thank > you. Try to use: #cu -l /dev/cuaa0 -s 57600 or #cu -l /dev/cuaa0 to connect with modem on default speed of modem<->serialport You may use the modem commands, like the AT&V, ATA, ATDP... (if Your modem is Hayes-type) and set up internal options of Your modem. To exit from cu-terminal use command '~.' And, read the 'man cu' :) Regardz, Oleg G. ~~~~~~~~~~~~~~~~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 01:01:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA24022 for freebsd-questions-outgoing; Thu, 28 May 1998 01:01:00 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from fanfic.org (fanfic.org [205.150.35.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA23978 for ; Thu, 28 May 1998 01:00:53 -0700 (PDT) (envelope-from dstenn@fanfic.org) Received: from fanfic.org (fanfic.org [205.150.35.145]) by fanfic.org (8.8.8/8.8.8) with SMTP id EAA10501; Thu, 28 May 1998 04:00:45 -0400 (EDT) (envelope-from dstenn@fanfic.org) Posted-Date: Thu, 28 May 1998 04:00:45 -0400 (EDT) Date: Thu, 28 May 1998 04:00:45 -0400 (EDT) From: Dennis Tenn To: pn cc: questions@FreeBSD.ORG Subject: Re: popper error In-Reply-To: <356C9E20.7D907733@grin.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, pn wrote: | Hi, | I am recently installed ver. 2.2.6 and keep getting this error msg from | /var/log/messages | host1 popper[5802]: @hosts1.mydomain.com: -ERR Too few arguments for the | auth command. | | Does any one have any ideas what wrong or any online info that I can get | help to fix this error. | I think there is some thing go wrong here, I can send mail out to the | world, but the world cant send it to me . I keep getting this erorr when | try to send mail to this host: | ----- The following addresses had permanent fatal errors ----- | | | ----- Transcript of session follows ----- | 553 host1.mydomain.com. config error: mail loops back to me (MX | problem?) | 554 ... Local configuration error. Check your /etc/rc.conf file and see if you declared your domain in there. then edit /etc/hosts and /etc/host.conf and make sure you are looking into hosts first then bind. That might solve your problem. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Dennis Tenn * There will always come a time dstenn@fanfic.org * When your love will be tested ICQ# 1457509 * Stand tall and rise to the occasion * For only then will you grow strong. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 01:08:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA25427 for freebsd-questions-outgoing; Thu, 28 May 1998 01:08:02 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns.fx.ro (ns.fx.ro [193.231.208.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA25379 for ; Thu, 28 May 1998 01:07:53 -0700 (PDT) (envelope-from cpl92@fx.ro) Received: from fx.ro (ppp66.fx.ro [193.231.209.66]) by ns.fx.ro (8.8.8/8.8.7) with ESMTP id LAA32163 for ; Thu, 28 May 1998 11:07:10 +0300 Message-ID: <356D1A9B.6D53A65A@fx.ro> Date: Thu, 28 May 1998 11:04:43 +0300 From: Florin Nicolescu Organization: Consorzio Progetto Lazio '92 X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Problem encountered 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've got a problem with this ftp site (ftp.freebsd.org), and I don't know to whom I should post it. The problem is that when I want to download a port for any application (e.g. Scilab.tar), I can get only the very first 1k, then it stops. I thought this is because of my provider, but when I try downloading the corresponding distfile (tgz), it works perfectly. I mention that this started about one week ago, and keeps on repeating. If you have any suggestion, please let me know. Thank you very much for your help, Florin Nicolescu. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 01:13:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA26775 for freebsd-questions-outgoing; Thu, 28 May 1998 01:13:37 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from astra.gal.ukrpack.net ([195.230.139.50]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA26666 for ; Thu, 28 May 1998 01:13:06 -0700 (PDT) (envelope-from olegg@astra.gal.ukrpack.net) Received: from localhost (olegg@localhost) by astra.gal.ukrpack.net (8.8.7/8.8.7) with SMTP id LAA02569; Thu, 28 May 1998 11:07:25 +0300 (EEST) (envelope-from olegg@astra.gal.ukrpack.net) Date: Thu, 28 May 1998 11:07:25 +0300 (EEST) From: "Oleg G." To: Questions , Doug White Subject: Re: PPPD question. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, Doug White wrote: > On Wed, 27 May 1998, Oleg G. wrote: > > > > > The remote and local boxes stay near in one room, and modems are linked 5m > > > > shortest range LL :) , maybe LL are overloading? > > > > > > What is LL? > > > > Sorry, LL - 2 wire leased line. > > Ah. I was thinking `LapLink' after I sent the msg. > > Are you sure both ends can see one another? They may be talking to blank > space. See if you can log into the other using a comm program like seyon > or cu -l /dev/cuaa0 :) Thanx, I'm resolv my problem. My bug is: -I have the part of C-class IP addresses 195.230.139.50-195.230.139.63 netmask 255.255.255.240 -and I try to connect 195.230.139.50:195.230.139.51 in the same subnet, via ppp, but it not working -when I used IP 198.192.2.1 on remote, and change the /etc/ppp/options on server and remote, I link the boxes :) My question: In one subnet I not connect two boxes via ppp? Regardz, Oleg G. ~~~~~~~~~~~~~~~~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 01:26:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA28652 for freebsd-questions-outgoing; Thu, 28 May 1998 01:26:01 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from 209.69.156.161 ([209.69.156.161]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id BAA28620 for ; Thu, 28 May 1998 01:25:53 -0700 (PDT) (envelope-from asukarno@bhawono.com) Received: from oka-station (unverified [209.69.156.171]) by dns.bhawono.com (EMWAC SMTPRS 0.83) with SMTP id ; Thu, 28 May 1998 04:22:28 -0400 From: "Aryo Sukarno" To: Subject: Need information in SMP Date: Thu, 28 May 1998 04:33:06 -0400 Message-ID: <000601bd8a13$3cd3ff20$ab9c45d1@oka-station.bhawono.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Where to find information about dual CPU? Thank you much ARYO K. SUKARNO asukarno@bhawono.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 01:30:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA29237 for freebsd-questions-outgoing; Thu, 28 May 1998 01:30:59 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cyclone.degnet.baynet.de (www.degnet.baynet.de [194.95.214.129]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id BAA29179 for ; Thu, 28 May 1998 01:30:38 -0700 (PDT) (envelope-from malte@webmore.com) Received: from neuron.webmore.com (unverified [194.95.214.184]) by cyclone.degnet.baynet.de (EMWAC SMTPRS 0.83) with SMTP id ; Thu, 28 May 1998 10:27:57 +0200 Received: from neuron.webmore.de (malte@webmore.com) by neuron.webmore.com (8.8.8/8.8.8) with ESMTP id JAA00592; Thu, 28 May 1998 09:52:22 +0200 (CEST) Message-ID: X-Mailer: XFMail 1.2 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <356CBA40.80E66DA1@cantv.net> Date: Thu, 28 May 1998 09:52:22 +0200 (CEST) Reply-To: malte@webmore.com From: Malte Lance To: Guillermo Gonzalez Subject: RE: Help...with popper Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When a client connects to your popper-server, the popper-server tries to resolve the IP-adr and DNS-entry of the client. If popper cant resolve them, it logs the message you have seen. Nothing to worry about. Malte. On 28-May-98 Guillermo Gonzalez wrote: > Hi, my name is Guillermo > I'm trying to setting a popper in a server with FreeBSD 2.2.2 > now it's functioning but i see amessage: > " can't get a cannonical name of the client" > What does it means ? > How can i solve this ? > > Thank you so much .. > > Guillermo Gonzalez > guigonza@usb.ve > guigonza@cantv.net > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message ---------------------------------- E-Mail: Malte Lance Date: 28-May-98 Time: 09:49:32 ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 01:31:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA29252 for freebsd-questions-outgoing; Thu, 28 May 1998 01:31:01 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cyclone.degnet.baynet.de (www.degnet.baynet.de [194.95.214.129]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id BAA29228 for ; Thu, 28 May 1998 01:30:57 -0700 (PDT) (envelope-from malte@webmore.com) Received: from neuron.webmore.com (unverified [194.95.214.184]) by cyclone.degnet.baynet.de (EMWAC SMTPRS 0.83) with SMTP id ; Thu, 28 May 1998 10:27:58 +0200 Received: from neuron.webmore.de (malte@webmore.com) by neuron.webmore.com (8.8.8/8.8.8) with ESMTP id JAA00590; Thu, 28 May 1998 09:52:09 +0200 (CEST) Message-ID: X-Mailer: XFMail 1.2 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199805280051.RAA06275@tao.thought.org> Date: Thu, 28 May 1998 09:52:09 +0200 (CEST) Reply-To: malte@webmore.com From: Malte Lance To: Gary Kline Subject: RE: netscape booting me Cc: (FreeBSD Mailing List) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Seen this already. Reason unknown. Switched to NS-4.0.5 No problems since then. Malte. On 28-May-98 Gary Kline wrote: > > > Since upgrading to 2.2.6 my old netscape-3 will sometimes kick me > out of my window manager (which kills ppp), and a moment later > I'm looking at a new xdm login screen. > > Anybody seen this or have a solution? (I was touching the freebsd.org > website) 3 times in a row. > > thanks, > > gary > > PS: trying to get netscape-4.04 fails, too, BTW... > > > -- > Gary D. Kline kline@tao.thought.org Public service uNix > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message ---------------------------------- E-Mail: Malte Lance Date: 28-May-98 Time: 09:50:53 ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 01:37:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA00828 for freebsd-questions-outgoing; Thu, 28 May 1998 01:37:49 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA00799 for ; Thu, 28 May 1998 01:37:33 -0700 (PDT) (envelope-from kpielorz@tdx.co.uk) Received: from tdx.co.uk (lorca-tx.tdx.co.uk [195.188.177.242]) by caladan.tdx.co.uk (8.8.8/8.8.8) with ESMTP id JAA00346; Thu, 28 May 1998 09:37:24 +0100 (BST) (envelope-from kpielorz@tdx.co.uk) Message-ID: <356D2244.651ACF7B@tdx.co.uk> Date: Thu, 28 May 1998 09:37:24 +0100 From: Karl Pielorz Organization: TDX X-Mailer: Mozilla 4.05 [en] (WinNT; I) MIME-Version: 1.0 To: Aryo Sukarno CC: freebsd-questions@FreeBSD.ORG Subject: Re: Need information in SMP References: <000601bd8a13$3cd3ff20$ab9c45d1@oka-station.bhawono.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Aryo Sukarno wrote: > > Where to find information about dual CPU? > Thank you much > > ARYO K. SUKARNO > asukarno@bhawono.com Try http://www.freebsd.org/~fsmp/SMP/SMP.html Or the -SMP and -Current mailing lists... Regards, Karl Pielorz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 02:05:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA04883 for freebsd-questions-outgoing; Thu, 28 May 1998 02:05:36 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from astra.gal.ukrpack.net ([195.230.139.50]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA04706 for ; Thu, 28 May 1998 02:03:52 -0700 (PDT) (envelope-from olegg@astra.gal.ukrpack.net) Received: from localhost (olegg@localhost) by astra.gal.ukrpack.net (8.8.7/8.8.7) with SMTP id LAA02747; Thu, 28 May 1998 11:54:48 +0300 (EEST) (envelope-from olegg@astra.gal.ukrpack.net) Date: Thu, 28 May 1998 11:54:48 +0300 (EEST) From: "Oleg G." Reply-To: "Oleg G." To: Questions , Sean Harding Subject: Re: I can't su!! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, Sean Harding wrote: > On Wed, 27 May 1998, Oleg G. wrote: > > > Check GID, it must be 0, like this: > > > olegg:*:1060:0:Oleg G., Info-Center:/home/olegg:/usr/local/bin/tcsh > > No, this is wrong. 'su' checks /etc/group, *not* passwd. As a matter of > fact, it is a bad idea to make wheel your default group like this. Put > yourself in a normal group in passwd and then add yourself to wheel in > group. Sure, it's a bad idea to make default group *wheel* like this, but I say _check GID_, thats mean _check_ not exactly modify! However, it's a way to temporary change the GID to *wheel*. Regardz, Oleg G. ~~~~~~~~~~~~~~~~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 02:17:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA06693 for freebsd-questions-outgoing; Thu, 28 May 1998 02:17:07 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from righi.ml.org (RIGHI.DF.UNIBO.IT [137.204.49.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA06523 for ; Thu, 28 May 1998 02:16:14 -0700 (PDT) (envelope-from bsd@righi.ml.org) Received: from localhost (bsd@localhost) by righi.ml.org (8.8.8/8.8.8) with SMTP id KAA03126; Thu, 28 May 1998 10:52:42 +0200 (CEST) (envelope-from bsd@righi.ml.org) Date: Thu, 28 May 1998 10:52:42 +0200 (CEST) From: bsd mailing lists To: Matthew Hunt , freebsd-questions@FreeBSD.ORG Subject: Re: help In-Reply-To: <19980527115439.A25471@mstar.astro.psu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG THANKS A LOT Rick On Wed, 27 May 1998, Matthew Hunt wrote: > On Wed, May 27, 1998 at 04:44:44PM +0200, bsd mailing lists wrote: > > > but with cvsup I am not able cause ports-x11 is not valid > > for RELENG_2_2_6_RELEASE or RELENG_2_2 the stable one. > > Even though the ports collection targets 2.2-STABLE, the tag > you want is simply "." because it is not branced. Change > "RELENG_2_2" to "." and you should be okay. > > In the future, please direct questions to free-bsd-questions. > > Regards, > Matt > > -- > Matthew Hunt * Stay close to the Vorlon. > http://mph124.rh.psu.edu/~mph/pgp.key for PGP public key 0x67203349. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 02:51:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA12372 for freebsd-questions-outgoing; Thu, 28 May 1998 02:51:33 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.ifrance.com (bip.opsion.fr [194.51.143.7]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id CAA12363 for ; Thu, 28 May 1998 02:51:25 -0700 (PDT) (envelope-from snowvince@i-france.com) Received: from [195.90.34.44] by mail.ifrance.com; Thu, 28 May 1998 09:52:42 GMT X-Mailer: Mozilla 4.03 [fr] (Win95; I) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 28 May 1998 11:49:23 +0200 From: Vincent Message-ID: <356D3322.1081E986@i-france.com> To: freebsd-questions@FreeBSD.ORG Subject: Scsi Cdrom mounting problems Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi this is Vincent I tried for 5 days to mount my new scsi cdrom, but without success. It's a plextor scsi cdrom type 2. In the boot session of Freebsd 2.2.5 it 's well configured by looking at all the boot commands I can see / cd0(aic0:4:0) and then all the type of the cdrom But in root i try "mount -t cd9660 /dev/cd0c /cdrom" and each time after typing enter i have no answer back and again cd0c(aic0:4:0) time out. Could you try to help me because i can' t do more now. thank you Vincent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 02:53:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA12728 for freebsd-questions-outgoing; Thu, 28 May 1998 02:53:50 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hotpoint.dcs.qmw.ac.uk (hotpoint.dcs.qmw.ac.uk [138.37.88.162]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA12714 for ; Thu, 28 May 1998 02:53:40 -0700 (PDT) (envelope-from scott@dcs.qmw.ac.uk) Received: from brunos-sun.dcs.qmw.ac.uk [138.37.88.185]; by hotpoint.dcs.qmw.ac.uk (8.8.7/8.8.5/S-4.0) with SMTP; id KAA11299; Thu, 28 May 1998 10:53:38 +0100 (BST) Date: Thu, 28 May 1998 10:53:38 +0100 (BST) Message-Id: <199805280953.KAA11299@hotpoint.dcs.qmw.ac.uk> Received: locally by brunos-sun (SMI-8.6/QMW-client-3.2b); poster "scott"; id KAA01703; Thu, 28 May 1998 10:48:51 +0100 From: Scott Mitchell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Chris Chizk <781185@ican.net> CC: freebsd-questions@FreeBSD.ORG Subject: Re: Modem questions In-Reply-To: <111556490@toto.iv> X-Mailer: VM 6.22 under 19.15 XEmacs Lucid Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Chris Chizk said: >I am trying to set up may macine to dial into my isp and when using the >ppp command I get an error message Device not configured and gives the >device name. In the ppp case it is cuaa1 but this has happened for other >devices aswell. What besides the obvious does this mean? How can I >configure a device? This does not seem to be related to the MAKEDEV >script b/c i have attempted to make a device and it does not solve the >problem... Also, is there a command that either lists all configured >devices or all the devices that the machine can detect? >Thanks in advance for any answer. >CLC. 'Device not configured' means that the kernel couldn't find the device in question at boot time...in this case your second serial port (aka COM2). Does that port actually exist? It would help if you could post the output of the 'dmesg' command to the list, so we can see what your kernel thinks is going on. HTH, Scott -- =========================================================================== Scott Mitchell | PGP Key ID |"If I can't have my coffee, I'm just | 0x54B171B9 | like a dried up piece of roast goat" QMW College, London, UK | 0xAA775B8B | -- J. S. Bach. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 03:06:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA14724 for freebsd-questions-outgoing; Thu, 28 May 1998 03:06:27 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from relay.eunet.es (goya.eunet.es [193.127.1.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA14714 for ; Thu, 28 May 1998 03:06:21 -0700 (PDT) (envelope-from jms@caja-granada.es) Received: (from uucp@localhost) by relay.eunet.es (8.8.8/8.8.8) id MAA18350 for freebsd-questions@FreeBSD.ORG; Thu, 28 May 1998 12:00:42 +0200 (MET DST) Received: from unknown (jms [130.130.105.3]) by mulhacen.caja-granada.es (8.6.12/4.4) with SMTP id MAA15454 for ; Thu, 28 May 1998 12:00:54 +0200 Message-ID: X-MSMail-Priority: Normal X-Priority: 3 To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 From: "Jose Megias Sanchez" Subject: deny e-mail through internet to several people Date: Thu, 28 May 98 12:07:39 PDT Content-Type: text/plain; charset="ISO-8859-1"; X-MAPIextension=".TXT" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id DAA14718 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I have a computer with FreeBSD 2.1 and sendmail V.8. I have a private network and I would like to deny the e-mail through internet to several people but permit the e-mail internally to those users. All the users are in the same domain (e.g. pp@cg.es). How can I deny the e-mail?. Regards. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 03:46:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA19668 for freebsd-questions-outgoing; Thu, 28 May 1998 03:46:02 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns2.cetlink.net (root@ns2.cetlink.net [209.54.54.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA19643 for ; Thu, 28 May 1998 03:45:55 -0700 (PDT) (envelope-from jak@cetlink.net) Received: from EXIT10 (i485-gw.cetlink.net [209.198.15.97]) by ns2.cetlink.net (8.8.8/8.8.5) with SMTP id GAA11531 for ; Thu, 28 May 1998 06:45:53 -0400 (EDT) From: jak@cetlink.net (John Kelly) To: questions@FreeBSD.ORG Subject: Re: 3.0-RELEASE Date: Thu, 28 May 1998 10:48:36 GMT Message-ID: <356e3c59.423022643@mail.cetlink.net> References: <02B01380C828D1119ED70020AF641C53091A8D@MTTMail.metro.tas.gov.au> In-Reply-To: <02B01380C828D1119ED70020AF641C53091A8D@MTTMail.metro.tas.gov.au> X-Mailer: Forte Agent 1.5/32.451 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id DAA19644 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 28 May 1998 12:52:37 +1000, Kerry Morse wrote: >> > >When will we see a fbsd 3.0-RELEASE, are there any dates set? >> > >> > The time until release approaches zero as time approaches infinity. > >Do you mean that the time until release is infinity?? ;) > >Nope, they'll just never release 3.0-RELEASE, they'll go straight to >3.01-RELEASE..... I'm running a -current 980515 SNAP here which looks good here. Even though it's lacking CAM and some other ongoing work, it's still light years ahead of 2.2.X, with SMP, better performance, and many other worthwhile improvements. Dot-zero releases are usually buggy anyway, so why not just take that 980515 SNAP, get the ports collection in order, and call it 3.0 RELEASE? That would prevent bugs introduced by developers trying to make last-minute changes, which seems to happen with every release Jordan announces in advance. I think the 2.2.2 "stealth" release was one of the most stable ever. The ongoing -current work could later be called 3.1-RELEASE, or even 4.0-RELEASE. I have a feeling that one is six months away, which is a long time to wait for the good stuff that's already in -current now. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 04:49:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA27190 for freebsd-questions-outgoing; Thu, 28 May 1998 04:49:18 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from harfang.CC.UMontreal.CA (harfang.CC.UMontreal.CA [132.204.2.102]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA27185 for ; Thu, 28 May 1998 04:49:12 -0700 (PDT) (envelope-from beaupran@JSP.UMontreal.CA) Received: from epsom.jsp.umontreal.ca (epsom.JSP.UMontreal.CA [132.204.45.25]) by harfang.CC.UMontreal.CA (8.8.8/8.8.8) with SMTP id HAA22712 for ; Thu, 28 May 1998 07:49:11 -0400 (EDT) Received: from outpost.nada.org (derby.jsp.umontreal.ca [132.204.46.26]) by epsom.jsp.umontreal.ca via SMTP (951211.SGI.8.6.12.PATCH1502/JSP1789) id HAA18799 for ; Thu, 28 May 1998 07:49:20 -0400 Date: Thu, 28 May 1998 07:49:01 -0400 (EDT) From: Spidey X-Sender: beaupran@outpost.nada.org To: Question=answer Subject: Re: FreeBSD Newbie Question (fwd) In-Reply-To: <19980527230156429.AAA104@mail.nordicdms.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 Hmmm, about keymaps, I got a wierd thing happening sometimes in pine... After the header, before the message, I get the notice: [The following text is in the "ISO-8859-1" character set] [Your display is set for the "US-ASCII" character set] [Some characters may be displayed incorrectly] However, my screenmap is set to: keymap="us.iso" # keymap in /usr/share/syscons/keymaps/* (or NO). scrnmap="iso-8859-1_to_cp437" # screen map in /usr/share/syscons/scrnm Is my display set to iso-8859? How can I change it? Thanks Spidey On Wed, 27 May 1998, Dave Walton wrote: > On 27 May 98 at 13:41, Annelise Anderson wrote: > > > This person wants to disable the Ctrl-Alt-Delete equivalence to > > reboot, and I looked in the handbook and the mail archives and > > I can't figure out how to do it. We will both find your answer > > of interest--(all I found was Terry Lambert saying it didn't > > matter anyway because there's always the big red button). > > I've seen that comment, too, and have to disagree with it. Disabling > that function may not do much to prevent malicious reboots, but it > sure helps prevent accidental reboots. We have a lot of NT machines > around here, and "Press Ctrl-Alt-Del to log in" can be very > habit-forming... > > Here's how to do it: > > Run /stand/sysinstall, select option 3 ("Keymap"), and select > whatever keyboard mapping is appropriate for your locale. For > example, if you want a standard US keyboard mapping, select the last > item on the list, "United States ISO keymap". > > Once you've made your selection, exit sysinstall and: > > grep keymap /etc/rc.conf > > You will see something like this: > > keymap="us.iso" # keymap in /usr/share/syscons/keymaps/* (or NO). > > Now you need to edit the .kbd file. For our example, that > means /usr/share/syscons/keymaps/us.iso.kbd needs editing. In that > file, replace every instance of the word "boot" with "nop". (In the > us.iso file, "boot" appears three times.) > > Once you've made that change, reboot and you're done. > > Dave > > > > > > > > > --Annelise > > > > ---------- Forwarded message ---------- > > Date: Tue, 26 May 1998 13:44:06 +0800 > > From: Mohammad Rizal Othman > > To: andrsn@andrsn.stanford.edu > > Subject: FreeBSD Newbie Question > > > > Hi, > > > > First, please accept my apology for asking this > > question directly to you... > > > > I've just read your tutorial for new users of > > FreeBSD. It was an excellent article. However, > > being a long time user of Linux, I've found > > something that I cannot easily do on FreeBSD that > > I took for granted on Linux. On Linux, there is > > this runlevel thing and a file which you can > > edit. As with FreeBSD, you can reboot a Linux box > > by pressing Control-Alt-Delete buttons > > simultaneously. This can be turned off easily on > > Linux by editing a file in /etc. But I cannot do > > the same thing on FreeBSD. I've read the FAQ and > > it mentions of editing a file in > > /usr/share/syscons/keymaps/. I searched for any > > occurences of "rbt" but didn't find any. I guess > > I'm using us.key since that is what appear in my > > /etc/rc.conf. > > > > Please help me solving this problem. Except for > > this "feature" I'm beginning to like FreeBSD :) > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > ---------------------------------------------------------------------- > Dave Walton > Tech Support Nordic Entertainment Worldwide > techsupport@nordicdms.com http://www.nordicdms.com > ---------------------------------------------------------------------- > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > Spidey ____________________________________ | Still searching for a good .sig... | \------------------------------------/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 04:57:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA28103 for freebsd-questions-outgoing; Thu, 28 May 1998 04:57:53 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dot.crosswinds.net (dot.crosswinds.net [209.47.139.147]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA28082; Thu, 28 May 1998 04:57:46 -0700 (PDT) (envelope-from Genius@glasgow.crosswinds.net) Received: from metallica (th-pm00-06.ndirect.co.uk [195.7.225.6]) by dot.crosswinds.net (8.8.7/8.8.8) with SMTP id HAA18871; Thu, 28 May 1998 07:58:02 -0400 (EDT) (envelope-from Genius@glasgow.crosswinds.net) Message-ID: <000201bad8cb$4976e7c0$06e107c3@metallica> From: "Ian O'Friel" To: , "FreeBSD Questions" Subject: PPP Date: Mon, 1 Jan 1996 14:51:13 -0000 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0006_01BAD858.98FAB9C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0006_01BAD858.98FAB9C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hey can anyone help.... I am trying to set up a Dial-Up Connection to my ISP using FreeBSD = 2.2.5, I have found that ppp is needed but when I try editing the = ppp.conf after copying it from ppp.conf.sample I cannot connect, it only = works if I give the command=20 set line /dev/cuaa0 If I try set line /dev/cuaa1 (2 or 3) It still wont work, when it tries to dial when set for cuaa0 it tells me = the modem isn't configured and can't open modem ?? Can anyone tell me how to configure my modem and how to set up a Dial-Up = connection, my ISP won't tell me as the prefer not to have UNIX-like = connections but the still permit it.... Thanx Ian O'Friel ------=_NextPart_000_0006_01BAD858.98FAB9C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hey can anyone = help....
 
I am trying to set up a = Dial-Up Connection=20 to my ISP using FreeBSD 2.2.5, I have found that ppp is needed but when = I try=20 editing the ppp.conf after copying it from ppp.conf.sample I cannot = connect, it=20 only works if I give the command
 
set line = /dev/cuaa0
 
If I try
 
set line /dev/cuaa1 (2 or = 3)
 
It still wont work, when it = tries to dial=20 when set for cuaa0 it tells me the modem isn't configured and can't open = modem=20 ??
 
Can anyone tell me how to = configure my=20 modem and how to set up a Dial-Up connection, my ISP won't tell me as = the prefer=20 not to have UNIX-like connections but the still permit = it....
 
Thanx
Ian = O'Friel
------=_NextPart_000_0006_01BAD858.98FAB9C0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 05:34:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA04014 for freebsd-questions-outgoing; Thu, 28 May 1998 05:34:49 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from skyserv.med.osd.mil (skyserv.med.osd.mil [199.209.8.144]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id FAA04005 for ; Thu, 28 May 1998 05:34:45 -0700 (PDT) (envelope-from rpotts@med.osd.mil) Received: from 161.14.168.22 (ae1970.med.osd.mil [161.14.168.22]) by skyserv.med.osd.mil (8.6.8.1/SCA-6.6) with SMTP id IAA14364 for ; Thu, 28 May 1998 08:34:40 -0400 From: "Ross Potts, CON, EDS/D-SIDDOMS" Message-Id: <9805280832.ZM-145965@161.14.168.22> Date: Thu, 28 May 1998 08:32:06 -0700 X-Mailer: ZM-Win (3.2.1 11Sep94) To: FreeBSD-questions@FreeBSD.ORG Subject: NFS & PCNFSD Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm running 2.2.6 on a very unassuming PC. I know I've seen the threads concerning this before and until now, I've had no need to deal with it, but, since I finally got NFS & PCNFSD running, I have a concern. When I connect from a Win95 box to my FreeBSD box, why does the PCNFSD link sometimes go down. I don't know if it's on the W95 side or the FBSD side, but, I have to reboot both machines before I can link up again. Also, it seems that I have to invoke PCNFSD periodically. Shouldn't it show up in my "ps -aux" command? Also, if there are any good pubs, please let me know. Thanks -- Potts, Ross A. Internet : Ross.Potts@med.osd.mil EDS-D/SIDDOMS Phone : (703) 824-7601 Skyline Two, Suite 1200 Beeper : (888) 687-2709 5113 Leesburg Pike, FAX : (703) 824-4155 Falls Church, VA 22041 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 05:47:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA06092 for freebsd-questions-outgoing; Thu, 28 May 1998 05:47:01 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from harfang.CC.UMontreal.CA (harfang.CC.UMontreal.CA [132.204.2.102]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA06083 for ; Thu, 28 May 1998 05:46:55 -0700 (PDT) (envelope-from beaupran@JSP.UMontreal.CA) Received: from epsom.jsp.umontreal.ca (epsom.JSP.UMontreal.CA [132.204.45.25]) by harfang.CC.UMontreal.CA (8.8.8/8.8.8) with SMTP id IAA27939; Thu, 28 May 1998 08:46:53 -0400 (EDT) Received: from outpost.nada.org (derby.jsp.umontreal.ca [132.204.46.26]) by epsom.jsp.umontreal.ca via SMTP (951211.SGI.8.6.12.PATCH1502/JSP1789) id IAA20253; Thu, 28 May 1998 08:47:02 -0400 Date: Thu, 28 May 1998 08:47:10 -0400 (EDT) From: Spidey X-Sender: beaupran@outpost.nada.org To: Julian Elischer cc: Question=answer Subject: Re: Melting 2 partitions into 1 (fwd) In-Reply-To: <356CC739.1CFBAE39@whistle.com> Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-2096750044-896359630=:255" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-2096750044-896359630=:255 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 27 May 1998, Julian Elischer wrote: > Spidey wrote: > > > > Hello! > > > > > > For sanity, I have a WD 3.2Gb hard drive partitionned this way: > > > > DOS (C:) 1 Gb > > FreeSpace: 500 Mb ? > > FreeBSD: 1.275 Gb > > FreeSpace: 500 Mb ? > > > > This is the output of partition magic... > > > > However, fdisk tells me that: > > > > Part: Type: Size: > > 1 unused ? > > 2 165 (FreeBSD) 1275 Mb > > 3 6 (DOS=FAT16) 1000 Mb > > 4 unused ? > > > > Is the order difference important? What is the cause of this > > difference? > > partition magic is reporting the order of the partitions on the disk > freebsd fdisk is reporting the order in the table, > they don't have to match. > > > > > > Before making the big move, I'll make my DOS partition a little bigger > > (See another posting to the list). I intend to use the rest of the > > partition to the grace of FreeBSD. I have ported almost nothing and my > > /usr boosted up to 1 Gig! Now I want to install some other stuff and I > > feel like I will always be missing some space... Is it feasable to use a > > 1.5 Gb partition to the sake of FreeBSD, when you use the ports to install > > (because it imports the source, contrarly to the package method)? > > why not delete the source after you have compiled it? > (make clean is your friend) I just do "make clean"? In which dir? > also cd /usr/ports/distfiles and rm anything you > have already installed. Well, all that is there is installed! I always installed via make install, and never ported manually... These files (source & distfiles) are useless? > > On Wed, 13 May 1998, Julian Elischer wrote: > > > > > you CAN do that but you have to REALLY KNOW WHAT YOU ARE DOING! > > > > > 0/ write down (or better, print) teh output of fdisk and disklabel > > > for the appropriate device. > > > 1/ boot the fixit floppy, (I presume it has fdisk, disklabel and dd) > > > > You _presume_... How can I know? > > boot the install disk > choose the 'fixit' option > follow instructions. > check if said files exist. > I don't have one around here. > > > > > > 2/ copy the first 8K from the existing BSD partition to the first 8k of > > > the Win95 partition using dd and teh raw devices > > > ( dd if=/dev/rwd0s2 of=/dev/rwd0s1 count=16) > > > > Actually, it will be a DOS partition I'll be bumming space from... > > > you didn't say how you wat this to end up > what is really on the disk is: > > 4MB free Why is that 4Mb alone and free? > 1000MB DOS > 500MB free > 1250MB FBSD > 500MB free > > You say you want to grow the DOS by some amount. > use partition magic for that first before any other changes.. > We need that completed before we go any further. This is now: 1 Gb DOS 500 Mb Extended DOS 1.275 Gb FreeBSD 500 Mb +- FreeSpace > the rest we can do from a running freebsd system (gasp) > send me the output of freebsd's fdisk after you've done that. It's in attach... Spidey ____________________________________ | Still searching for a good .sig... | \------------------------------------/ --0-2096750044-896359630=:255 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="fdisk.out" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: KioqKioqKiBXb3JraW5nIG9uIGRldmljZSAvZGV2L3J3ZDAgKioqKioqKg0K cGFyYW1ldGVycyBleHRyYWN0ZWQgZnJvbSBpbi1jb3JlIGRpc2tsYWJlbCBh cmU6DQpjeWxpbmRlcnM9NzgyIGhlYWRzPTEyOCBzZWN0b3JzL3RyYWNrPTYz ICg4MDY0IGJsa3MvY3lsKQ0KDQpwYXJhbWV0ZXJzIHRvIGJlIHVzZWQgZm9y IEJJT1MgY2FsY3VsYXRpb25zIGFyZToNCmN5bGluZGVycz03ODIgaGVhZHM9 MTI4IHNlY3RvcnMvdHJhY2s9NjMgKDgwNjQgYmxrcy9jeWwpDQoNCk1lZGlh IHNlY3RvciBzaXplIGlzIDUxMg0KV2FybmluZzogQklPUyBzZWN0b3IgbnVt YmVyaW5nIHN0YXJ0cyB3aXRoIHNlY3RvciAxDQpJbmZvcm1hdGlvbiBmcm9t IERPUyBib290YmxvY2sgaXM6DQpUaGUgZGF0YSBmb3IgcGFydGl0aW9uIDEg aXM6DQpzeXNpZCA1LChFeHRlbmRlZCBET1MpDQogICAgc3RhcnQgMjA1NjMy MCwgc2l6ZSAxMDE2MDY0ICg0OTYgTWVnKSwgZmxhZyAwDQoJYmVnOiBjeWwg MjU1LyBzZWN0b3IgMS8gaGVhZCAwOw0KCWVuZDogY3lsIDM4MC8gc2VjdG9y IDYzLyBoZWFkIDEyNw0KVGhlIGRhdGEgZm9yIHBhcnRpdGlvbiAyIGlzOg0K c3lzaWQgMTY1LChGcmVlQlNEL05ldEJTRC8zODZCU0QpDQogICAgc3RhcnQg MzA3MjM4NCwgc2l6ZSAyNjEyNzM2ICgxMjc1IE1lZyksIGZsYWcgODANCgli ZWc6IGN5bCAzODEvIHNlY3RvciAxLyBoZWFkIDA7DQoJZW5kOiBjeWwgNzA0 LyBzZWN0b3IgNjMvIGhlYWQgMTI3DQpUaGUgZGF0YSBmb3IgcGFydGl0aW9u IDMgaXM6DQpzeXNpZCA2LChQcmltYXJ5ICdiaWcnIERPUyAoPiAzMk1CKSkN CiAgICBzdGFydCA4MDY0LCBzaXplIDIwNDgyNTYgKDEwMDAgTWVnKSwgZmxh ZyAwDQoJYmVnOiBjeWwgMS8gc2VjdG9yIDEvIGhlYWQgMDsNCgllbmQ6IGN5 bCAyNTQvIHNlY3RvciA2My8gaGVhZCAxMjcNClRoZSBkYXRhIGZvciBwYXJ0 aXRpb24gNCBpczoNCjxVTlVTRUQ+DQo= --0-2096750044-896359630=:255-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 05:58:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA08175 for freebsd-questions-outgoing; Thu, 28 May 1998 05:58:53 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from localhost.zilker.net (jump-k56flex-0003.jumpnet.com [207.8.6.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA08167 for ; Thu, 28 May 1998 05:58:48 -0700 (PDT) (envelope-from marquard@zilker.net) Received: (from marquard@localhost) by localhost.zilker.net (8.8.8/8.8.3) id HAA02445; Thu, 28 May 1998 07:58:44 -0500 (CDT) To: freebsd-questions@FreeBSD.ORG Subject: Re: Incorrect FTP Time References: <356CA13C.97A6A688@cms-mpc.com> From: Dave Marquardt Date: 28 May 1998 07:58:00 -0500 In-Reply-To: Bryant Martin's message of "Wed, 27 May 1998 16:26:53 -0700" Message-ID: <85iumqa6xz.fsf@localhost.zilker.net> Lines: 20 X-Mailer: Quassia Gnus v0.22/XEmacs 19.16 - "Lille" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Bryant Martin writes: > I am running a FreeBSD server, and, although the system time is set to > the correct time, incoming and outgoing FTP transactions are post-timed > by four hours. We can find no apparent cause for this. Has anyone > there seen this on another system, and, if so, can I get a suggestion on > how to correct it? > > Thank you very much, > Bryant Martin > > Commonwealth/Martin > 1700 Venable Street > Richmond, VA 23223-6308 Considering that you're on the east coast of the US, you're exactly 4 hours behind UTC. So your FTP server is running on UTC, for some reason. Perhaps someone else on the list can address the reasons for that and whether it's really harmful. -Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 05:59:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA08219 for freebsd-questions-outgoing; Thu, 28 May 1998 05:59:05 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from localhost.zilker.net (jump-k56flex-0003.jumpnet.com [207.8.6.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA08199 for ; Thu, 28 May 1998 05:58:57 -0700 (PDT) (envelope-from marquard@zilker.net) Received: (from marquard@localhost) by localhost.zilker.net (8.8.8/8.8.3) id HAA02455; Thu, 28 May 1998 07:58:56 -0500 (CDT) To: freebsd-questions@FreeBSD.ORG Subject: Re: Getting FreeBSD on Floppy Disks References: <356CA20F.1F47@clarityconnect.com> From: Dave Marquardt Date: 28 May 1998 07:58:54 -0500 In-Reply-To: Rich Christie's message of "Wed, 27 May 1998 19:30:23 -0400" Message-ID: <85g1hua6wh.fsf@localhost.zilker.net> Lines: 12 X-Mailer: Quassia Gnus v0.22/XEmacs 19.16 - "Lille" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Rich Christie writes: > I have looked on the FreeBSD website, as well as a few other places, but > I can't seem to find anywhere where I could get FreeBSD on floppy disks. > I seen on the FreeBSD website that it was possible, but it only gave > resources for downloading it or buying it on CD. Where can I get the > floppies for it? That's probably because it would be a LOT of floppy disks. You might be better off just doing a network install, if you don't have a CD drive. -Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 06:01:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA08733 for freebsd-questions-outgoing; Thu, 28 May 1998 06:01:18 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from localhost.zilker.net (jump-k56flex-0003.jumpnet.com [207.8.6.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA08716 for ; Thu, 28 May 1998 06:01:05 -0700 (PDT) (envelope-from marquard@zilker.net) Received: (from marquard@localhost) by localhost.zilker.net (8.8.8/8.8.3) id IAA02500; Thu, 28 May 1998 08:01:03 -0500 (CDT) To: freebsd-questions@FreeBSD.ORG Subject: Re: kernel compilation References: From: Dave Marquardt Date: 28 May 1998 08:01:02 -0500 In-Reply-To: Konrad Heuer's message of "Thu, 28 May 1998 09:19:23 +0200 (CEST)" Message-ID: <85d8cya6sx.fsf@localhost.zilker.net> Lines: 9 X-Mailer: Quassia Gnus v0.22/XEmacs 19.16 - "Lille" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Konrad Heuer writes: > Furthermore, as I remember, isn't 5M the required minimum since > 2.2-RELEASE? 2.0.5(?)-RELEASE worked fine for me on a 4M system, but it > seems to be long ago ... :-) I thought you needed 5M to install, but once you'd installed the system, it could run in 4M. -Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 06:08:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA09765 for freebsd-questions-outgoing; Thu, 28 May 1998 06:08:26 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns.insolwwb.net (root@ns.insolwwb.net [206.31.149.200]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA09757 for ; Thu, 28 May 1998 06:08:22 -0700 (PDT) (envelope-from mgrommet@insolwwb.net) Received: from work1.insolwwb.net (work2.insolwwb.net [208.150.248.12]) by ns.insolwwb.net (8.8.7/8.7.3) with SMTP id IAA19830; Thu, 28 May 1998 08:05:32 -0500 (CDT) Message-ID: <004e01bd89d5$4ccd3c40$0cf896d0@work1.insolwwb.net> From: "Mike Grommet" To: "Doug White" Cc: Subject: Re: Clear command locks up telnet window? Date: Wed, 27 May 1998 20:09:44 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >What terminal are you using? It reacts badly to the screen clear command. >Did you try hitting a few times? > The weirdest part is that I have tried it using 3 different terminal apps: commnet, crt, and windows95 telnet, and on multiple machines. Now it gets stranger. If I telnet in from console on my bsdi box, or my friends linux box, it works perfectly. If I telnet in from my workstation using the term programs mentioned above into my bsdi box and then telnet into the down stream isp, it doesnt work and still locks up the machine. Heck I even tried copying the termcap file from another freebsd machine here on sight and no difference. However, I do believe that we may have some router problems between us and them because there is simply a god awful amount of errors showing up in the router info... our main router to mci shows well over 15 million packets with 10-20 errors (in the past week or so)... the routers connecting us to the down stream provider are showing 6500 or so plus errors and have only been up 1 day! we are able to communicate with the downstream provider, but its very unpredictable at this time... one minute I can connect perfectly, another minute it takes 25 seconds to make the connect... really weird since they are only 2 routers away and directly connected. Do you think its possible that this situation could be caused by router difficulties? Mike Grommet System Admin, and all around nice guy Internet Solutions, Inc. mgrommet@insolwwb.net >Doug White | University of Oregon >Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant >http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 06:30:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA13202 for freebsd-questions-outgoing; Thu, 28 May 1998 06:30:15 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pop.asahi-net.or.jp (pop.asahi-net.or.jp [202.224.39.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA13051; Thu, 28 May 1998 06:30:03 -0700 (PDT) (envelope-from tfuruya@dilemma.tf.or.jp@ppp129166.asahi-net.or.jp) Received: from galois.tf.or.jp (ppp129166.asahi-net.or.jp [202.213.129.166]) by pop.asahi-net.or.jp (8.8.8/3.6W) with ESMTP id WAA09854; Thu, 28 May 1998 22:34:45 +0900 Received: from dilemma.tf.or.jp (dilemma.tf.or.jp [192.168.1.3]) by galois.tf.or.jp (8.8.8/3.6W-ht5t-fry@asahi-net-98042218) with ESMTP id WAA04632; Thu, 28 May 1998 22:29:23 +0900 (JST) Received: from dilemma.tf.or.jp (localhost [127.0.0.1]) by dilemma.tf.or.jp (8.8.8/3.6W-CF3.6W-dilemma-tf.or.jp-9805) with ESMTP id WAA00669; Thu, 28 May 1998 22:24:13 +0900 (JST) Message-Id: <199805281324.WAA00669@dilemma.tf.or.jp> To: robinson@public.bta.net.cn, Mike Smith Cc: freebsd-stable@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG, Tetsuro FURUYA Subject: Re: Bug in wd driver From: Tetsuro FURUYA Reply-To: Tetsuro FURUYA In-Reply-To: Your message of "Tue, 26 May 1998 11:42:26 +0800 (GMT)" References: <199805260342.LAA02975@public.bta.net.cn> X-Mailer: Mew version 1.54 on Emacs 19.28.1, Mule 2.3 X-fingerprint: F1 BA 5F C1 C2 48 1D C7 AE 5F 16 ED 12 17 75 38 X-URL: http://sodan.komaba.ecc.u-tokyo.ac.jp/~tfuruya/ Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 28 May 1998 22:24:07 +0900 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My mail does not reach mailing lists. So, this is a resend. In Message-ID: <199805260342.LAA02975@public.bta.net.cn> Michael Robinson wrote: >I wrote a message related to this problem to freebsd-questions >yesterday, but upon further investigation, I have decided this is >a bug, not a feature. >I have a Tecra 510CDT (running 2.2.6-RELEASE) that suffered a >corrupted disk when the battery power failed as it was trying to >halt. > > 1. Any I/O access to the affected sectors will cause the following > message: > > wd0: interrupt timeout > wd0: status 58 error 0 > > followed by seeking noises, and the following message: > > wd0: interrupt timeout > wd0: status 50 error 1 > > 2. After this, the process requesting the I/O will be completely > locked, but the disk will continue to make seeking noises > continuously until the system is powered off. > Other processes are able to access the affected slice/partition > (ls, cat, etc.) without any difficulty, as long as they avoid > the 7 affected sectors. Any process which requires privileged > kernel calls (halt, ps, etc.) will lock immediately and > completely. > > 3. Other than the two messages above, wd produces no error messages. > > 4. Hard reset is the only way to recover. > > I tried to work around this problem with bad144, but rapidly discovered > that bad144 is something of a bad joke in FreeBSD. Does anyone have > any recommendations for how to fix the wd driver or otherwise recover > from this fault? > > -Michael Robinson I have been encountered at the same defaults in using Panasonic AL-N1, and FreeBSD-2.2.2. And bad144 was hangupped. But I have found out how to manipulate bad144, or fsck , or badsect. My kernel has kernel-debugger ddb(4) installed in it. ^^^^^^ So, listening to the hamming sound of wd0 drive, and when wd drive is hangupped, invoke kernel-debugger by typing ctrl-alt-ESC keys. ^^^^^^^^^^^^ A while after stopping of disk access, type 'c' or 'continue', and go back to bad144 or fsck. Several attempts may complete the identification of bad clusters. As for my machine, this was worked. ======================================================================== TEL: 048-852-3520 FAX: 048-858-1597 E-Mail: ht5t-fry@asahi-net.or.jp tfu@ff.iij4u.or.jp pgp-fingerprint: pub Tetsuro FURUYA Key fingerprint = F1 BA 5F C1 C2 48 1D C7 AE 5F 16 ED 12 17 75 38 ========================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 06:41:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA15409 for freebsd-questions-outgoing; Thu, 28 May 1998 06:41:07 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns.insolwwb.net (root@ns.insolwwb.net [206.31.149.200]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA15389 for ; Thu, 28 May 1998 06:41:00 -0700 (PDT) (envelope-from mgrommet@insolwwb.net) Received: from work1.insolwwb.net (work2.insolwwb.net [208.150.248.12]) by ns.insolwwb.net (8.8.7/8.7.3) with SMTP id IAA21617; Thu, 28 May 1998 08:38:10 -0500 (CDT) Message-ID: <009701bd89d9$dc259140$0cf896d0@work1.insolwwb.net> From: "Mike Grommet" To: Cc: Subject: Re: Clear command locks up telnet window? Date: Wed, 27 May 1998 20:42:22 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, I am attempting to change the termcap entry for freebsd to remove this padding... the machine is rebooting as I type this... I should know more shortly. Hm... apparently that didnt make a difference... I modified the termcap entry for vt100 and it still did it, do I need to do anything after I modify termcap to make the changes take effect? BTW, if I use a terminal prog that supports vt220 it works fine... go figure. -----Original Message----- From: CyberPeasant To: Mike Grommet Date: Wednesday, May 27, 1998 5:34 PM Subject: Re: Clear command locks up telnet window? >Mike Grommet wrote >[Charset iso-8859-1 unsupported, filtering to ASCII...] >> it worked fine... I'm really stumped here. > >Yeah. I looked at the termcap entry for vt100 on BSD >and it is moderately different from the one on OpenBSD (the >other OS I have handy here.) The difference is that the >F'BSD entry has lots of padding all over it. > >The cl sequence (clear screen and home cursor, if you've been spared >the joys of termcap so far) of interest are: > > FreeBSD: 50\E[H\E[J > OpenBSD: \E[H\E[J > > FreeBSD: \E[H\E[J for xterm > >Soooo... you tell me :) how 50ms of padding is hosing a telnet connection. >For one thing, over telnet, you don't need any #$#$ padding, which is just >for the purpose of allowing a "real" vt100 to burp and clear its screen. > >Maybe the fix is to use "vs100" (i.e. xterm) for TERM/term? > >(... more on this later ...) > >Dave > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 06:41:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA15418 for freebsd-questions-outgoing; Thu, 28 May 1998 06:41:08 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pop.asahi-net.or.jp (pop.asahi-net.or.jp [202.224.39.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA15391 for ; Thu, 28 May 1998 06:41:01 -0700 (PDT) (envelope-from tfuruya@dilemma.tf.or.jp@ppp129166.asahi-net.or.jp) Received: from galois.tf.or.jp (ppp129166.asahi-net.or.jp [202.213.129.166]) by pop.asahi-net.or.jp (8.8.8/3.6W) with ESMTP id WAA55076; Thu, 28 May 1998 22:46:05 +0900 Received: from dilemma.tf.or.jp (dilemma.tf.or.jp [192.168.1.3]) by galois.tf.or.jp (8.8.8/3.6W-ht5t-fry@asahi-net-98042218) with ESMTP id WAA05288; Thu, 28 May 1998 22:40:44 +0900 (JST) Received: from dilemma.tf.or.jp (localhost [127.0.0.1]) by dilemma.tf.or.jp (8.8.8/3.6W-CF3.6W-dilemma-tf.or.jp-9805) with ESMTP id WAA01679; Thu, 28 May 1998 22:43:41 +0900 (JST) Message-Id: <199805281343.WAA01679@dilemma.tf.or.jp> To: freebsd-questions@FreeBSD.ORG Cc: Tetsuro FURUYA Subject: test, please ignore. From: Tetsuro FURUYA Reply-To: Tetsuro FURUYA X-Mailer: Mew version 1.54 on Emacs 19.28.1, Mule 2.3 X-fingerprint: F1 BA 5F C1 C2 48 1D C7 AE 5F 16 ED 12 17 75 38 X-URL: http://sodan.komaba.ecc.u-tokyo.ac.jp/~tfuruya/ Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 28 May 1998 22:43:40 +0900 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is test. Please, ignore. // To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 06:49:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA17385 for freebsd-questions-outgoing; Thu, 28 May 1998 06:49:37 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from rfcnet.com (rfcnet.com [207.227.20.207]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA17373 for ; Thu, 28 May 1998 06:49:26 -0700 (PDT) (envelope-from mattc@rfcnet.com) Received: (from mattc@localhost) by rfcnet.com (8.8.8/8.8.8) id IAA20166; Thu, 28 May 1998 08:48:29 -0500 (CDT) (envelope-from mattc) Message-ID: <19980528084829.B20016@rfcnet.com> Date: Thu, 28 May 1998 08:48:29 -0500 From: Matthew Cashdollar To: "Ian O'Friel" , freebsd-questions@FreeBSD.ORG Subject: Re: PPP References: <000201bad8cb$4976e7c0$06e107c3@metallica> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <000201bad8cb$4976e7c0$06e107c3@metallica>; from Ian O'Friel on Mon, Jan 01, 1996 at 02:51:13PM -0000 x-no-archive: yes Organization: RF Communications, Inc. http://www.rfcinc.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jan 01, 1996 at 02:51:13PM -0000, Ian O'Friel wrote: > Hey can anyone help.... > > I am trying to set up a Dial-Up Connection to my ISP using FreeBSD 2.2.5, I have found that ppp is needed but when I try editing the ppp.conf after copying it from ppp.conf.sample I cannot connect, it only works if I give the command > > set line /dev/cuaa0 > > If I try > > set line /dev/cuaa1 (2 or 3) > > It still wont work, when it tries to dial when set for cuaa0 it tells me the modem isn't configured and can't open modem ?? > > Can anyone tell me how to configure my modem and how to set up a Dial-Up connection, my ISP won't tell me as the prefer not to have UNIX-like connections but the still permit it.... You need to find out what port your modem is on: dos port freebsd device com1 /dev/cuaa0 com2 /dev/cuaa1 com3 /dev/cuaa2 com4 /dev/cuaa3 Once you figure that out you need to put the appropriate device in your kernel.. kernel freebsd device sio0 /dev/cuaa0 sio1 /dev/cuaa1 sio2 /dev/cuaa2 sio3 /dev/cuaa3 Go read the manual on www.freebsd.org to learn how to configure your kernel :) -- Matthew Cashdollar RF Communications, Inc. -- http://www.rfcinc.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 06:54:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA18114 for freebsd-questions-outgoing; Thu, 28 May 1998 06:54:20 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from rfcnet.com (rfcnet.com [207.227.20.207]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA18100 for ; Thu, 28 May 1998 06:54:09 -0700 (PDT) (envelope-from mattc@rfcnet.com) Received: (from mattc@localhost) by rfcnet.com (8.8.8/8.8.8) id IAA20213; Thu, 28 May 1998 08:53:11 -0500 (CDT) (envelope-from mattc) Message-ID: <19980528085311.C20016@rfcnet.com> Date: Thu, 28 May 1998 08:53:11 -0500 From: Matthew Cashdollar To: bryant@cms-mpc.com, freebsd-questions@FreeBSD.ORG Subject: Re: Incorrect FTP Time References: <356CA13C.97A6A688@cms-mpc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <356CA13C.97A6A688@cms-mpc.com>; from Bryant Martin on Wed, May 27, 1998 at 04:26:53PM -0700 x-no-archive: yes Organization: RF Communications, Inc. http://www.rfcinc.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, May 27, 1998 at 04:26:53PM -0700, Bryant Martin wrote: > I am running a FreeBSD server, and, although the system time is set to > the correct time, incoming and outgoing FTP transactions are post-timed > by four hours. We can find no apparent cause for this. Has anyone > there seen this on another system, and, if so, can I get a suggestion on > how to correct it? Maybe your time zone is set wrong?? You can change it using /stand/sysinstall -- Matthew Cashdollar RF Communications, Inc. -- http://www.rfcinc.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 07:28:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA21994 for freebsd-questions-outgoing; Thu, 28 May 1998 07:28:16 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from federation.addy.com (federation.addy.com [207.239.68.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA21964 for ; Thu, 28 May 1998 07:28:08 -0700 (PDT) (envelope-from fbsdlist@federation.addy.com) Received: from localhost (fbsdlist@localhost) by federation.addy.com (8.8.5/8.6.12) with SMTP id KAA28764; Thu, 28 May 1998 10:28:04 -0400 (EDT) Date: Thu, 28 May 1998 10:28:03 -0400 (EDT) From: Cliff Addy To: Bryant Martin cc: freebsd-questions@FreeBSD.ORG Subject: Re: Incorrect FTP Time In-Reply-To: <85iumqa6xz.fsf@localhost.zilker.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Bryant Martin wrote: > I am running a FreeBSD server, and, although the system time is set to > the correct time, incoming and outgoing FTP transactions are post-timed > by four hours. We can find no apparent cause for this. Has anyone > there seen this on another system, and, if so, can I get a suggestion on > how to correct it? I think this is caused by the ftp "user" not being able to real localtime, try "chmod a+r /etc/localtime", I remember having a similar problem with web server log files and I think this fixed it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 07:39:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA23248 for freebsd-questions-outgoing; Thu, 28 May 1998 07:39:26 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jau.tmt.tele.fi (jau.tmt.tele.fi [192.130.25.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA23202 for ; Thu, 28 May 1998 07:39:12 -0700 (PDT) (envelope-from jau@jukkonen.dial.tele.fi) Received: from jukkonen.dial.tele.fi (root@jukkonen.dial.tele.fi [194.89.253.78]) by jau.tmt.tele.fi (8.8.5/8.8.5/JAU-2.2) with ESMTP id RAA01426 for ; Thu, 28 May 1998 17:31:20 +0300 (EET DST) Received: (from jau@localhost) by jukkonen.dial.tele.fi (8.8.5/8.8.5/JAU-2.2) id RAA20127 for questions@freebsd.org; Thu, 28 May 1998 17:25:35 +0300 (EEST) Message-Id: <199805281425.RAA20127@iki.fi> Subject: How can I reliably map a user space address... To: questions@FreeBSD.ORG Date: Thu, 28 May 1998 17:25:34 +0300 (EET DST) Reply-To: jau@iki.fi From: jau@iki.fi (Jukka Ukkonen) Latin-Date: Joi XXVIII Mai a.d. MCMXCVIII Organization: Private person Phone: +358-9-6215280 (home) Reply-To: jau@iki.fi (Jukka Ukkonen) Content-Conversion: prohibited X-Mailer: ELM [version 2.4 PL25+pgp] MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello all! How am I supposed to map a user space address to an absolute address in kernel space such that the resulting address will really always be the same absolute address independent of the process whose address is subject to the conversion? Cheers, // jau ------ / Jukka A. Ukkonen, Internet Services R&D / Sonera Ltd. /__ M.Sc. (sw-eng & cs) (Phone) +358-2040-4025 / Internet: Jukka.Ukkonen@sonera.fi (Fax) +358-2040-2712 / Internet: jau@iki.fi (Mobile) +358-400-606671 v Internet: ukkonen@nic.funet.fi (Home&Fax) +358-9-6215280 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 07:48:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA24053 for freebsd-questions-outgoing; Thu, 28 May 1998 07:48:14 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp-gate.mottmac.com ([138.104.79.252]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id HAA24048 for ; Thu, 28 May 1998 07:48:06 -0700 (PDT) (envelope-from jw1@mm-croy.mottmac.com) Received: from Connect2 Message Router by smtp-gate.mottmac.com via Connect2-SMTP 4.30A; Thu, 28 May 1998 15:50:40 +0000 Message-ID: Date: Thu, 28 May 1998 15:46:49 +0100 From: "Wall, Jonathan" Disposition-Notification-To: Organization: Mott MacDonald To: freebsd-questions@FreeBSD.ORG Subject: ^C on 'man' page stops Carriage Return on xterm Importance: Normal X-Mailer: Connect2-SMTP 4.30A MHS/SMF to SMTP Gateway Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hopefully somebody can shed some light on this relatively minor problem. If I exit from a 'man' page halfway through its contents using control C (^C) then subsequent pressing on the Enter key fails to move the prompt onto a new line. Instead the new prompt appears further along the original line. Any characters I enter fail to appear at the prompt until after I push the Enter key. At the moment I have to start a new xterm to get round this (or try to remember to not use ^C in a man page) eg./ Rather then getting: Myprompt> [Enter] Myprompt> [Enter] Myprompt> I get: Myprompt> [Enter] Myprompt> [Enter] Myprompt> Thankyou for your time, Jonathan Wall PS./ Please let me know if this message is not formatted correctly - I am using DaVinci eMAIL for Windows and despite adding the line 'Unix_Wrap = 70' to the inifile I don't think it's doing much good. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 07:50:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA24323 for freebsd-questions-outgoing; Thu, 28 May 1998 07:50:10 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gic1.kyungpook.ac.kr (gic1.kyungpook.ac.kr [155.230.124.41] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA24269 for ; Thu, 28 May 1998 07:49:43 -0700 (PDT) (envelope-from choidu@taegu.net) Received: from simul-2.keimyung.ac.kr ([203.247.7.154]) by gic1.kyungpook.ac.kr (8.8.8H2/8.8.8) with SMTP id XAA25642 for ; Thu, 28 May 1998 23:47:58 -0500 Message-ID: <001101b1e514$83767840$9a07f7cb@simul-2.keimyung.ac.kr> From: "Dong-Uk Choi" To: Subject: where can i get 'lilo'? Date: Fri, 8 Jan 1988 04:01:30 +0900 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000C_01B1E55F.E2BCEC80" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000C_01B1E55F.E2BCEC80 Content-Type: text/plain; charset="euc-kr" Content-Transfer-Encoding: base64 SSBoYXZlIGEgcHJvYmxlbSBvZiBib290aW5nIC4uLg0Kbm93IHR3byBvcyh3aW45OCAmIGJzZCkg aXMgaW5zdGFsbGVkIGluIGEgaGFyZCwgYnV0IG9ubHkgYnNkIGlzIGJvb3RlZC4uLg0Kc28gSSBl eGVjdXRlZCAnZmRpc2sgL21icicgYW5kIHRoZSByZXN1bHQgaXMgbm8gb3BlcmF0aW5nIHN5c3Rl bSBub3cuLi4NCmFuZCBzbyBJIGFtIGdvaW5nIHRvIHVzZSAnbGlsbycuLi5jLmYuIEkgYW0gYSBu b3ZpY2UgDQpBcyBzb29uIGFzIHBvc3NpYmxlLCBJIGhvcGUgdSBzZW5kIG1haWwgdG8gbWUuLi4N CmJ5ZSEhIQ0K ------=_NextPart_000_000C_01B1E55F.E2BCEC80 Content-Type: text/html; charset="euc-kr" Content-Transfer-Encoding: base64 PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBXMyBIVE1MLy9FTiI+DQo8SFRNTD4N CjxIRUFEPg0KDQo8TUVUQSBjb250ZW50PSJ0ZXh0L2h0bWw7IGNoYXJzZXQ9a3NfY181NjAxLTE5 ODciIGh0dHAtZXF1aXY9Q29udGVudC1UeXBlPg0KPE1FVEEgY29udGVudD0nIk1TSFRNTCA0Ljcy LjIxMDYuMTEiJyBuYW1lPUdFTkVSQVRPUj4NCjwvSEVBRD4NCjxCT0RZIGJnQ29sb3I9I2ZmZmZm Zj4NCjxESVY+PEZPTlQgY29sb3I9IzAwMDAwMCBzaXplPTI+SSBoYXZlIGEgcHJvYmxlbSBvZiBi b290aW5nIC4uLjwvRk9OVD48L0RJVj4NCjxESVY+PEZPTlQgY29sb3I9IzAwMDAwMCBzaXplPTI+ bm93IHR3byBvcyh3aW45OCAmYW1wOyBic2QpIGlzIGluc3RhbGxlZCBpbiBhIA0KaGFyZCwgYnV0 IG9ubHkgYnNkIGlzIGJvb3RlZC4uLjwvRk9OVD48L0RJVj4NCjxESVY+PEZPTlQgY29sb3I9IzAw MDAwMCBzaXplPTI+c28gSSBleGVjdXRlZCAnZmRpc2sgL21icicgYW5kIHRoZSByZXN1bHQgaXMg bm8gDQpvcGVyYXRpbmcgc3lzdGVtIG5vdy4uLjwvRk9OVD48L0RJVj4NCjxESVY+PEZPTlQgY29s b3I9IzAwMDAwMCBzaXplPTI+YW5kIHNvIEkgYW0gZ29pbmcgdG8gdXNlICdsaWxvJy4uLmMuZi4g SSBhbSBhIA0Kbm92aWNlIDwvRk9OVD48L0RJVj4NCjxESVY+PEZPTlQgY29sb3I9IzAwMDAwMCBz aXplPTI+QXMgc29vbiBhcyBwb3NzaWJsZSwgSSBob3BlIHUgc2VuZCBtYWlsIHRvIA0KbWUuLi48 L0ZPTlQ+PC9ESVY+DQo8RElWPjxGT05UIGNvbG9yPSMwMDAwMDAgc2l6ZT0yPmJ5ZSEhITwvRk9O VD48L0RJVj48L0JPRFk+PC9IVE1MPg0K ------=_NextPart_000_000C_01B1E55F.E2BCEC80-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 07:55:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA25028 for freebsd-questions-outgoing; Thu, 28 May 1998 07:55:55 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from newton.crisp.net (newton.crisp.net [199.224.12.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA25023 for ; Thu, 28 May 1998 07:55:48 -0700 (PDT) (envelope-from jordan@crisp.net) Received: from crisp.net (steve.crisp.net [204.141.91.5]) by newton.crisp.net (8.8.6/8.6.6) with ESMTP id KAA24526 for ; Thu, 28 May 1998 10:53:39 -0400 (EDT) Message-ID: <356D79FB.A56C254E@crisp.net> Date: Thu, 28 May 1998 10:51:39 -0400 From: Jordan Cole Lederman X-Mailer: Mozilla 4.05 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: new release Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I was just wondering when the next signifigant stable release would be available. (after 2.2.6)? -jordan -- ==================================================================== Jordan Cole Lederman Technical Support Engineer jordan@crisp.net Crisp Network Solutions www.crisp.net 732.885.0808 x130 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 07:59:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA25265 for freebsd-questions-outgoing; Thu, 28 May 1998 07:59:52 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from localhost.zilker.net (jump-k56flex-0156.jumpnet.com [207.8.6.156]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA25260 for ; Thu, 28 May 1998 07:59:45 -0700 (PDT) (envelope-from marquard@zilker.net) Received: (from marquard@localhost) by localhost.zilker.net (8.8.8/8.8.3) id IAA02544; Thu, 28 May 1998 08:07:09 -0500 (CDT) To: freebsd-questions@FreeBSD.ORG Subject: Re: how to create virtual com port device ? References: <19980527234923.2142.qmail@hotmail.com> From: Dave Marquardt Date: 28 May 1998 08:07:09 -0500 In-Reply-To: "M.C Wong"'s message of "Thu, 28 May 1998 09:49:23 EST" Message-ID: <85af82a6iq.fsf@localhost.zilker.net> Lines: 27 X-Mailer: Quassia Gnus v0.22/XEmacs 19.16 - "Lille" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "M.C Wong" writes: > I am using Ascend MAX which as something called MAXDIAL, which > essentially is a way of telnet into the MAX on some port numbers and > get connected to the modem and one can do all sort of at commands. > > However, I prefer to create some kind of virtual com port device special > file under /dev so that one doesn't have to worrying about > telnet into the MAX etc and any other program that used to talk to > real com port would still work transparently. > > Can someone suggest how I can do that properly ?? Well, not in a traditiional sense of a device special file. That would imply having a pseudo-device driver that understands how to telnet into the MAX. That doesn't seem like a kernel task to me. You might grab one of the PTYs in /dev, make a symlink to the name you want, then create a daemon that waits for someone to open the PTY or TTY. Once the open happens, the daemon can telnet to the MAX. Once it's all set up, you can just start passing data back and forth between the user process, the daemon, and telnet. Another idea: Create an "expect" script that does the telnet and all, maybe even "invisibly", then passes control to the user once you're logged in to the MAX. -Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 08:30:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA29367 for freebsd-questions-outgoing; Thu, 28 May 1998 08:30:13 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mailserv.caiw.nl (mailserv.caiw.nl [194.178.9.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA29334 for ; Thu, 28 May 1998 08:30:06 -0700 (PDT) (envelope-from M.Joling@caiw.nl) Received: (from root@localhost) by mailserv.caiw.nl (8.8.5/8.6.12) id RAA15997 for ; Thu, 28 May 1998 17:29:38 +0200 (MET DST) Received: from k2nw203.dial.kabelfoon.nl(195.193.22.203), claiming to be "mansjoling" via SMTP by mailserv.caiw.nl, id smtpdAAAa15973; Thu May 28 17:29:32 1998 Message-ID: <000701bd8a4c$7e169a40$cb16c1c3@mansjoling> From: "Mans Joling" To: Subject: Installation problem Date: Thu, 28 May 1998 17:22:52 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01BD8A5D.3F4C5280" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dit is een meerdelig bericht in MIME-indeling. ------=_NextPart_000_0004_01BD8A5D.3F4C5280 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Dear Sir, I have a problem whit the installation off FREEBSD. Sytem : Intel pentium 200mhz 31mb ram After booting from floppy I give enter on the first selection (no kernel = modification). He finds all my hardware like floppy hardisks cdrom and so on. The last message he display's is "ep0 not fount at 0x300" and then he = hangs. If I choose kernel modification he display the same last message. Thanks for any help.=20 Kind regards Mans Joling. ------=_NextPart_000_0004_01BD8A5D.3F4C5280 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
          &nbs= p; Dear Sir,
I have a = problem whit the=20 installation off FREEBSD.
Sytem : Intel pentium 200mhz 31mb ram
After booting = from floppy I=20 give enter on the first selection (no kernel = modification).
He finds all my hardware like floppy hardisks cdrom and so=20 on.
The last = message he=20 display's is "ep0 not fount at 0x300" and then he=20 hangs.
If I choose = kernel=20 modification he display the same last message.
Thanks for any = help. =
 
Kind=20 regards
Mans=20 Joling.
------=_NextPart_000_0004_01BD8A5D.3F4C5280-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 08:47:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA01273 for freebsd-questions-outgoing; Thu, 28 May 1998 08:47:47 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from platon.itacom.com.py ([207.124.229.35]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA01241 for ; Thu, 28 May 1998 08:47:09 -0700 (PDT) (envelope-from admin@platon.itacom.com.py) Received: (from admin@localhost) by platon.itacom.com.py (8.8.7/8.8.3) id LAA12920; Thu, 28 May 1998 11:47:12 -0400 (PYT) Date: Thu, 28 May 1998 11:47:12 -0400 (PYT) From: Administrador del Sistema To: questions@FreeBSD.ORG Subject: Compaq Prosignia 500 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have some questions 1-) On my 64Mbytes Compaq Prosignia 500 the kernel recognizes only 16Mbytes. What can i do? 2-) In the same machine there are two SCSI Host Adapters. One of these is a NCR53c810, and the kernel recognizes it well. The other one is a Compaq 32-bit Fast-Wide SCSI-2 /E Controller and when i boot with the options -v for verbose mode i get this message : eisa CPQ4431 UNKNOWN DEVICE . How can i verify that the disk controller is properly probed at boot time?. Thank you in advance Gregorio Faraldo Network Manager Please send me the answer ( if there is any ) to admin@itacom.com.py e-mail address. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 10:02:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA08761 for freebsd-questions-outgoing; Thu, 28 May 1998 10:02:53 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from joshua.sns.org (dan@joshua.sns.org [207.219.216.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA08744 for ; Thu, 28 May 1998 10:02:37 -0700 (PDT) (envelope-from dan@joshua.sns.org) Received: from localhost (dan@localhost) by joshua.sns.org (8.8.5/8.8.5) with SMTP id NAA14663 for ; Thu, 28 May 1998 13:02:35 -0400 (EDT) Date: Thu, 28 May 1998 13:02:35 -0400 (EDT) From: Dan Meyer To: questions@FreeBSD.ORG Subject: 100Mbs NIC Question Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi. I need to upgrade my 10Mb NIC to a 100Mb model. After looking through the archive it seems like the Intel EtherExpress PRO/100+ would be my best choice. I'm looking for a stable, reliable and well supported PIC NIC, will this be my best choice? Thanks! Dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 10:33:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA14432 for freebsd-questions-outgoing; Thu, 28 May 1998 10:33:59 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from firewall2.startribune.com (firewall2.startribune.com [132.148.80.211]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA14326 for ; Thu, 28 May 1998 10:33:48 -0700 (PDT) (envelope-from bendede@startribune.com) Received: by firewall2.startribune.com; id MAA07655; Thu, 28 May 1998 12:41:56 -0500 (CDT) Received: from mailserv1.startribune.com(132.148.25.25) by firewall2.startribune.com via smap (3.2) id xma007524; Thu, 28 May 98 12:41:28 -0500 Received: from MANNY by mailserv1.startribune.com; Thu, 28 May 1998 12:40:07 -0500 (CDT) Received: by MANNY with Microsoft Mail id <01BD8A35.7FF2F2D0@MANNY>; Thu, 28 May 1998 12:38:22 -0500 Message-ID: <01BD8A35.7FF2F2D0@MANNY> From: Dave Bender To: "freebsd-questions@freebsd.org" Subject: Get dynamically assigned DNS server IP address? Date: Thu, 28 May 1998 12:38:19 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id KAA14330 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How can I configure my ppp dial-out connection to fetch my ISP's DNS server when the DNS server is dynamically assigned? To clarify: I'm setting up my home FreeBSD machine to dial into my ISP, but the ISP (actually, the office) system doles out the DNS number dynamically. (From WindowsNT, the DNS gateways are blanked out.) For now, any IP connections from my FreeBSD machine require an absolute IP address, which makes web browsing darned impossible! I'd even be willing to hard code this value somewhere if I knew how to find out what it's currently using, presuming that it really doesn't change all that often. Does it? Any help would be appreciated. Thanks. Meanwhile, I'm off to Amazon.com to order that "DNS and Bind" book.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 10:43:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA16261 for freebsd-questions-outgoing; Thu, 28 May 1998 10:43:48 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ms11.hinet.net (root@ms11.hinet.net [168.95.4.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA16247; Thu, 28 May 1998 10:43:38 -0700 (PDT) (envelope-from jwlo@ms11.hinet.net) Received: from ms11.hinet.net (h135.s9.ts32.hinet.net [163.32.9.135]) by ms11.hinet.net (8.8.8/8.8.8) with ESMTP id BAA09626; Fri, 29 May 1998 01:46:20 +0800 (CST) Message-ID: <356DA153.A9484BC6@ms11.hinet.net> Date: Fri, 29 May 1998 01:39:31 +0800 From: Doug Lo X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.6-RELEASE i386) MIME-Version: 1.0 To: freebsd-java@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Chinese in JAVA. Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I write a java applet to display Chinese, I run 'javac -encoding Big5 xxx.java', but it can't display chinese on FreeBSD, would anyone know how to do, thanks. P.S. I've installed Chinese X server so I can see chinese on Netscape without any problem. Best regards, Doug. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 10:57:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA17961 for freebsd-questions-outgoing; Thu, 28 May 1998 10:57:16 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from adm.internet-frontier.net (root@adm.internet-frontier.net [208.196.56.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA17934 for ; Thu, 28 May 1998 10:57:03 -0700 (PDT) (envelope-from bchicken@ifn.net) Received: from impunity.dark-secrets.com (BChicken@impunity.dark-secrets.com [208.196.56.188]) by adm.internet-frontier.net (8.9.0/8.8.5) with SMTP id KAA20869 for ; Thu, 28 May 1998 10:54:44 -0700 Message-ID: <356C22B1.5BA3@ifn.net> Date: Wed, 27 May 1998 07:26:57 -0700 From: Boneless Chicken Reply-To: BonelessChicken@juno.com Organization: Tunnel To Impunity X-Mailer: Mozilla 3.04 (Win16; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: FreeBSD does not currently support IBM's microchannel (MCA) bus. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am wondering if there is any future plans to support the MCA bus or any devices on it? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 10:57:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA18059 for freebsd-questions-outgoing; Thu, 28 May 1998 10:57:50 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA17882 for ; Thu, 28 May 1998 10:56:42 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id KAA02580; Thu, 28 May 1998 10:56:40 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Thu, 28 May 1998 10:56:40 -0700 (PDT) From: Doug White Reply-To: Doug White To: Annelise Anderson cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD Newbie Question (fwd) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, Annelise Anderson wrote: > This person wants to disable the Ctrl-Alt-Delete equivalence to > reboot, and I looked in the handbook and the mail archives and > I can't figure out how to do it. We will both find your answer > of interest--(all I found was Terry Lambert saying it didn't > matter anyway because there's always the big red button). See FAQ question 8.21. Added it in my last pass. If you haven't looked at the FAQ recently, you should; I added several things last week. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 10:58:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA18277 for freebsd-questions-outgoing; Thu, 28 May 1998 10:58:21 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from stage1.thirdage.com (stage1.ThirdAge.com [204.74.82.151]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA18217 for ; Thu, 28 May 1998 10:58:15 -0700 (PDT) (envelope-from jal@ThirdAge.com) Received: from goober (gigi.ThirdAge.com [204.74.82.169]) by stage1.thirdage.com (8.8.5/8.8.5) with SMTP id KAA20527; Thu, 28 May 1998 10:54:23 -0700 (PDT) Message-Id: <3.0.5.32.19980528105120.00acc500@204.74.82.151> X-Sender: jal@204.74.82.151 X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Thu, 28 May 1998 10:51:20 -0700 To: Atipa From: Jamie Lawrence Subject: Re: FreeBSD Tunneling Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: References: <8169.896324451@time.cdrom.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 08:03 PM 5/27/98 -0600, you wrote: > >> > Jordan mentioned to me that Walnut Creek is in some sort of >> > crypto-law-exempt region or something, and FreeBSD can use full-strength >> > crypto. Jordan, care to explain? This would be a big loss to FreeBSD if >> > this technology goes non-exportable! >> >> I wouldn't worry too much about this. > >If you have an authoritative coder saying "this will not be available >outside the US", I would worry, or explain to him/her why one should not. > >I myself would like to know why we need not worry. My guess is that you need not worry because every major (and most minor) crypto package released "USA only" ends up in an overseas ftp repository within hours of release. There seem to be a large number of people who compete to be the first to violate the EAR. -j To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 10:58:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA18388 for freebsd-questions-outgoing; Thu, 28 May 1998 10:58:37 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.esigroup.com (esiwg.esigroup.com [205.218.124.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA18006 for ; Thu, 28 May 1998 10:57:26 -0700 (PDT) (envelope-from RHall@esigroup.com) Received: by ESIPROD with Internet Mail Service (5.0.1460.8) id ; Thu, 28 May 1998 12:53:32 -0500 Message-ID: <2C10B557AEBDD011872500A0C933CDDB34442C@ESIPROD> From: Roger Hall To: questions@FreeBSD.ORG Subject: CPU Compatibility Date: Thu, 28 May 1998 12:53:30 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1460.8) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I am trying to convince my higher powers to let me set up a UNIX box on our network, and after my research, I definitely want FreeBSD (nice web site BTW). We have a PC with a NexGen 90 CPU that no one else wants (thus assuring the survival of the project), and I am wondering about compatibility. I didn't see CPU's on your FAQ, so I'm thinking that this is a newbie question - perhaps I should know that FreeBSD will run on any x86-CISC processor? Please briefly describe the CPU requirements. Thanks! Roger Hall Webmaster http://www.esigroup.com 501.666.4233.296 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 10:59:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA18613 for freebsd-questions-outgoing; Thu, 28 May 1998 10:59:27 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA18588 for ; Thu, 28 May 1998 10:59:07 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id KAA02601; Thu, 28 May 1998 10:59:06 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Thu, 28 May 1998 10:59:05 -0700 (PDT) From: Doug White Reply-To: Doug White To: William Woods cc: FreeBSD Questions Subject: Re: Boches Port In-Reply-To: <356C56AF.D5379241@cybcon.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, William Woods wrote: > Anyone here used the Boches Port to emulate Win95,? I heard of sone trying to install windows in it, it was taking forever. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 11:01:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA19171 for freebsd-questions-outgoing; Thu, 28 May 1998 11:01:23 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA19124 for ; Thu, 28 May 1998 11:01:12 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id LAA02618; Thu, 28 May 1998 11:01:04 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Thu, 28 May 1998 11:01:04 -0700 (PDT) From: Doug White Reply-To: Doug White To: Samuel Stainback cc: freebsd-questions@FreeBSD.ORG Subject: Re: Disk controllers In-Reply-To: <356C6FD4.52576379@erols.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, Samuel Stainback wrote: > I was wondering if FreeBSD works with any controller types other than > EIDE and SCSI? Does it support ATA or Ultra DMA? ATA & UltraDMA are extensions to IDE so those will work fine. -CURRENT can actually take advangtage of UltraDMA controllers and devices rather than driving them as standard IDE devices. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 11:02:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA19410 for freebsd-questions-outgoing; Thu, 28 May 1998 11:02:05 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA19336 for ; Thu, 28 May 1998 11:01:55 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id LAA02622; Thu, 28 May 1998 11:01:53 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Thu, 28 May 1998 11:01:52 -0700 (PDT) From: Doug White Reply-To: Doug White To: Antonio Bemfica cc: freebsd-questions@FreeBSD.ORG Subject: Re: 2940AU SCSI timeout problem - how come kernel.GENERIC works In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, Antonio Bemfica wrote: > I have a new Pentium II machine with an A-Open AX6LC motherboard, an Adaptec > 2940AU controller and a Seagate 4.5G Barracuda. After rebuilding my kernel, > I get errors at boot time: > > SEQADDR=0x42 .... > sd0(ahc:0:0) SCB 0:Immediate Reset. Flags=0x401 > sd0 no longer in timeout > ahc0: Issued Channel A Bus Reset A SCBs aborted > sd0: error reading primary partition reading fsbn0 (sd0 bn 0; cn 0 tn 0 sn 0) > [etc.] > > The interesting thing is that I can boot OK with the kernel.GENERIC of > version 2.2.5-RELEASE from October 21st, 1997. I see there has been some > discussion on the problems of the 2940UW, and I'm trying to make sense of > it. Is there a solution to my problem, other than getting a new controller? You must have enabled something odd. What changes did you make in your config file? Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 11:07:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA20387 for freebsd-questions-outgoing; Thu, 28 May 1998 11:07:30 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA20288 for ; Thu, 28 May 1998 11:06:22 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id LAA02641; Thu, 28 May 1998 11:05:28 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Thu, 28 May 1998 11:05:28 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Oleg G." cc: Questions Subject: Re: PPPD question. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 28 May 1998, Oleg G. wrote: > > Thanx, I'm resolv my problem. > My bug is: > -I have the part of C-class IP addresses > 195.230.139.50-195.230.139.63 netmask 255.255.255.240 > -and I try to connect 195.230.139.50:195.230.139.51 in the same > subnet, via ppp, but it not working > -when I used IP 198.192.2.1 on remote, and change the > /etc/ppp/options on server and remote, I link the boxes :) > > My question: > In one subnet I not connect two boxes via ppp? It should work, concievably, but the server has to know how to route it. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 11:14:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA21934 for freebsd-questions-outgoing; Thu, 28 May 1998 11:14:54 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from copland.rowan.edu (copland.rowan.edu [150.250.1.22]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id LAA21923 for ; Thu, 28 May 1998 11:14:39 -0700 (PDT) (envelope-from kilroy@copland.rowan.edu) Received: from localhost (localhost [127.0.0.1]) by copland.rowan.edu (950413.SGI.8.6.12/950213.SGI.AUTOCF) via SMTP id OAA21352 for ; Thu, 28 May 1998 14:14:32 -0400 To: questions@FreeBSD.ORG Subject: FAQ questions 3.2 and 3.5 Date: Thu, 28 May 1998 14:14:27 -0400 Message-ID: <21350.896379267@copland.rowan.edu> From: "Dr Nancy's Sweetie" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It is not clear to me from these answers whether the SCSI card that comes with Iomega drives is supported or not. If I buy a drive for a machine that doesn't have any SCSI drives at all, do I need to get a SCSI card or can I use the one (I think it's called a "Zip Zoom" card) that comes with the drive? Darren F Provine ! kilroy@copland.rowan.edu ! http://www.rowan.edu/~kilroy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 11:26:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA23357 for freebsd-questions-outgoing; Thu, 28 May 1998 11:26:53 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dc1.mfn.org (dc1.mfn.org [204.238.179.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id LAA23345 for ; Thu, 28 May 1998 11:26:43 -0700 (PDT) (envelope-from sysadmin@mfn.org) Received: from w3svcs.mfn.org (unverified [204.238.179.11]) by mail.mfn.org (EMWAC SMTPRS 0.83) with SMTP id ; Thu, 28 May 1998 13:28:55 -0500 Received: by w3svcs.mfn.org with Microsoft Mail id <01BD8A3C.334C9650@w3svcs.mfn.org>; Thu, 28 May 1998 13:26:19 -0500 Message-ID: <01BD8A3C.334C9650@w3svcs.mfn.org> From: "J.A. Terranson" To: "'FreeBSD Questions'" Subject: Source Route vs IPFW Date: Thu, 28 May 1998 13:13:40 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is there any facility (now or planned) to enable filtering of source routed packets? J.A. Terranson sysadmin@mfn.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 12:08:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA00451 for freebsd-questions-outgoing; Thu, 28 May 1998 12:08:11 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from m7.sprynet.com (m7.sprynet.com [165.121.1.64]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA00280 for ; Thu, 28 May 1998 12:07:47 -0700 (PDT) (envelope-from connecte@sprynet.com) Received: from sprynet.com (lindnew.sbu.edu [149.76.25.9]) by m7.sprynet.com (8.8.5/8.8.5) with ESMTP id MAA16440; Thu, 28 May 1998 12:07:45 -0700 (PDT) Message-ID: <356DB52D.FA1C6768@sprynet.com> Date: Thu, 28 May 1998 15:04:13 -0400 From: Matthew Taylor X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Kermit 6.0.192 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG During the download of apps and ports from FTP.FREEBSD.ORG I rec'd the message that there was an error during the load due to KERMIT 6.0.192 neing not present. Also got an error that nzsz 3.48 was not present. I do not know for which installs this happened. I will assume that one of them was Apache due to another error that I get on startup: httpd: could not open document config file /usr/local/etc/apache/httpd.conf the only file that is in that dir that looks like httpd.conf is httpd.conf-dist. This file is also read-only. Now, as per your last reply to my question about whether or not I have to MAKE anything for APACHE, it looks as if it MIGHT have installed it from FTP due to the system looking for it on startup. Is any if this realted? If so, where do I find the KERMIT 6.0.192. When I do find it, what do I do w/ it? TIA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 12:18:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA02352 for freebsd-questions-outgoing; Thu, 28 May 1998 12:18:04 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mixer.visi.com (root@mixer.visi.com [209.98.98.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA02240 for ; Thu, 28 May 1998 12:17:54 -0700 (PDT) (envelope-from ekholm@visi.com) Received: from thumper.visi.com (ekholm@thumper.visi.com [209.98.98.3]) by mixer.visi.com (8.8.8/8.7.5) with SMTP id OAA19155 for ; Thu, 28 May 1998 14:17:52 -0500 (CDT) Posted-Date: Thu, 28 May 1998 14:17:52 -0500 (CDT) Date: Thu, 28 May 1998 14:17:51 -0500 (CDT) From: Mike Ekholm To: freebsd-questions@FreeBSD.ORG Subject: Upgrade probs Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to upgrade from 2.1.7.1 to 2.2.5 on my 486. I am having problems with the partition stage. It says "Writing partition information to drive wd0" and gets stuck there. no hard drive activity. I have let it sit for 2 hours, and nothing. Here is what I get under alt-F2: ... DEBUG: Add mapping for cuaa0 on /dev/ppp0 pid 5 (sysinstall), uid 0, was killed: out of swap space pid 6 (sysinstall), uid 0, was killed: out of swap space pid 7 (sysinstall), uid 0, was killed: out of swap space Can't open input file in dialog_textbox(). pid 8 (sysinstall), uid 0, was killed: out of swap space DEBUG: Scanning disk wd0 for root filesystem DEBUG: Scanning disk wd0 for swap partitions (end output) that is all I get (well, the bottom half of the screen) one other thing, I did not get the 2 pages about the upgrade warnings, just the yes/no prompt asking if i realy do want to upgrade (this all when I choose the upgrade option) How do I fix my partition problem? -Mike -- ekholm@visi.com | http://www.visi.com/~ekholm | quake:nalez ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Unix is user-friendly, not beginner-friendly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 12:20:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA02938 for freebsd-questions-outgoing; Thu, 28 May 1998 12:20:33 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mojo.calyx.net (qmailr@mojo.calyx.net [208.132.136.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA02931 for ; Thu, 28 May 1998 12:20:22 -0700 (PDT) (envelope-from lists@mojo.calyx.net) Received: (qmail 2750 invoked by uid 1012); 28 May 1998 19:20:05 -0000 Date: Thu, 28 May 1998 15:20:05 -0400 (EDT) From: Nicholas Merrill To: Boneless Chicken cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD does not currently support IBM's microchannel (MCA) bus. In-Reply-To: <356C22B1.5BA3@ifn.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, Boneless Chicken wrote: > I am wondering if there is any future plans to support the MCA bus or > any devices on it? I don't claim to speak for the FreeBSD project, but as I understand that is basically the #1 priority right now. What else could be more important than that? ---------------------------------------------------------------------------- Nicholas Merrill 24 Hour pager: 917-381-0500 Voice: 212-966-1900 President / CEO http://www.calyx.net Fax : 212-966-3965 Calyx Internet Access 13-17 Laight St. NYC, NY 10013 Email: nick@calyx.net ---------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 12:45:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA07661 for freebsd-questions-outgoing; Thu, 28 May 1998 12:45:45 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA07630 for ; Thu, 28 May 1998 12:45:24 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id MAA29402; Thu, 28 May 1998 12:39:27 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd029399; Thu May 28 19:39:21 1998 Message-ID: <356DBD66.167EB0E7@whistle.com> Date: Thu, 28 May 1998 12:39:18 -0700 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: Spidey CC: Question=answer Subject: Re: Melting 2 partitions into 1 (fwd) References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > why not delete the source after you have compiled it? > > (make clean is your friend) > > I just do "make clean"? In which dir? > > > also cd /usr/ports/distfiles and rm anything you > > have already installed. > > Well, all that is there is installed! I always installed > via make install, > and never ported manually... These files > (source & distfiles) are useless? yes, once you have typed "make install" [...] > > 4MB free > > Why is that 4Mb alone and free? because DOS likes to start on a cylinder boundary and the first cylinder already has a block in use (the bootblock) so it skips that one and starts on the second cylinder. there are 8000 blocks per cylinder on your disk, so that's 4MB You could put some stuff in it if you were adventurous but it's hardly worth it. > > > 1000MB DOS > > 500MB free > > 1250MB FBSD > > 500MB free > > > > You say you want to grow the DOS by some amount. > > use partition magic for that first before any other changes.. > > We need that completed before we go any further. > > This is now: > > 1 Gb DOS > 500 Mb Extended DOS > 1.275 Gb FreeBSD > 500 Mb +- FreeSpace ok this is a dead snap. just use (from UNIX in single user mode) fdisk -u /dev/rwd0 and extend the size of the BSD partition to be the whole rest of the diskby adding the remaining blocks to the present size of 2612736 then reboot ( not strictly needed but.... ) after reboot, in single user mode do: If the device /dev/rwds2 doesn't exist in /dev. (cd /dev ; sh MAKEDEV wd0s2g) disklabel -r -e /dev/rwd0s2 rwd0c might work as well edit the 'blocks per unit field and the size of the 'c' partition to reflect the new size. reboot. to single user mode again check during boot for any unusiual errors about the disk partitions. let me know what disklabel and fdisk looks like after this.. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 12:54:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA10359 for freebsd-questions-outgoing; Thu, 28 May 1998 12:54:59 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from harfang.CC.UMontreal.CA (harfang.CC.UMontreal.CA [132.204.2.102]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA10348 for ; Thu, 28 May 1998 12:54:45 -0700 (PDT) (envelope-from beaupran@JSP.UMontreal.CA) Received: from epsom.jsp.umontreal.ca (epsom.JSP.UMontreal.CA [132.204.45.25]) by harfang.CC.UMontreal.CA (8.8.8/8.8.8) with SMTP id PAA18368; Thu, 28 May 1998 15:54:39 -0400 (EDT) Received: from outpost.nada.org (derby.jsp.umontreal.ca [132.204.46.26]) by epsom.jsp.umontreal.ca via SMTP (951211.SGI.8.6.12.PATCH1502/JSP1789) id PAA09576; Thu, 28 May 1998 15:54:49 -0400 Date: Thu, 28 May 1998 15:54:59 -0400 (EDT) From: Spidey X-Sender: beaupran@outpost.nada.org To: Dave Marquardt cc: freebsd-questions@FreeBSD.ORG Subject: Re: Incorrect FTP Time In-Reply-To: <85iumqa6xz.fsf@localhost.zilker.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 28 May 1998, Dave Marquardt wrote: > Bryant Martin writes: > > I am running a FreeBSD server, and, although the system time is set to > > the correct time, incoming and outgoing FTP transactions are post-timed > > by four hours. We can find no apparent cause for this. Has anyone > > there seen this on another system, and, if so, can I get a suggestion on > > how to correct it? > > > > Thank you very much, > > Bryant Martin > > > > Commonwealth/Martin > > 1700 Venable Street > > Richmond, VA 23223-6308 > > Considering that you're on the east coast of the US, you're exactly 4 > hours behind UTC. So your FTP server is running on UTC, for some > reason. Perhaps someone else on the list can address the reasons for > that and whether it's really harmful. To my humble opinion, it's an error in the installation. At some point the install program asks you the timezone you're in... After you've done it, it asks if the clock is set to UTC. So maybe it's where the "feature"'s from. Also, check if there is a file named /etc/wall_cmos_clock. If not there should be one to indicate to your system that your clock is set to local time. This file is empty on my system. ( I'm not sure about this so you're better out with the handbook and/or the FAQ...) Spidey ____________________________________ | Still searching for a good .sig... | \------------------------------------/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 13:00:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA11472 for freebsd-questions-outgoing; Thu, 28 May 1998 13:00:54 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from harfang.CC.UMontreal.CA (harfang.CC.UMontreal.CA [132.204.2.102]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA11450 for ; Thu, 28 May 1998 13:00:38 -0700 (PDT) (envelope-from beaupran@JSP.UMontreal.CA) Received: from epsom.jsp.umontreal.ca (epsom.JSP.UMontreal.CA [132.204.45.25]) by harfang.CC.UMontreal.CA (8.8.8/8.8.8) with SMTP id QAA19056; Thu, 28 May 1998 16:00:32 -0400 (EDT) Received: from outpost.nada.org (derby.jsp.umontreal.ca [132.204.46.26]) by epsom.jsp.umontreal.ca via SMTP (951211.SGI.8.6.12.PATCH1502/JSP1789) id QAA09960; Thu, 28 May 1998 16:00:42 -0400 Date: Thu, 28 May 1998 16:00:53 -0400 (EDT) From: Spidey X-Sender: beaupran@outpost.nada.org To: Doug White cc: Annelise Anderson , freebsd-questions@FreeBSD.ORG Subject: Re: FAQ (was: Re: FreeBSD Newbie Question (fwd)) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 28 May 1998, Doug White wrote: > On Wed, 27 May 1998, Annelise Anderson wrote: > > > This person wants to disable the Ctrl-Alt-Delete equivalence to > > reboot, and I looked in the handbook and the mail archives and > > I can't figure out how to do it. We will both find your answer > > of interest--(all I found was Terry Lambert saying it didn't > > matter anyway because there's always the big red button). > > See FAQ question 8.21. Added it in my last pass. > > If you haven't looked at the FAQ recently, you should; I added several > things last week. Ah? The FAQ is updated frequently? Is there a way to update the one I have on my system? (I mean removing the old files, and installing the new ones?) Also, I'd like to know if there is a way to download these "tutorials" that live in http://www.freebsd.org/tutorial/ Thanks a lot! Spidey ____________________________________ | Still searching for a good .sig... | \------------------------------------/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 13:00:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA11487 for freebsd-questions-outgoing; Thu, 28 May 1998 13:00:58 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from inet16.us.oracle.com (inet16.us.oracle.com [192.86.155.100]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA11456 for ; Thu, 28 May 1998 13:00:44 -0700 (PDT) (envelope-from RMIRON@us.oracle.com) Received: from mailsun2.us.oracle.com (mailsun2.us.oracle.com [144.25.88.74]) by inet16.us.oracle.com (8.8.5/8.8.5) with SMTP id NAA09224 for ; Thu, 28 May 1998 13:00:33 -0700 (PDT) Received: by mailsun2.us.oracle.com (SMI-8.6/37.8) id NAA20939; Thu, 28 May 1998 13:00:32 -0700 Message-Id: <199805282000.NAA20939@mailsun2.us.oracle.com> Date: 28 May 98 12:51:43 -0700 From: "RMIRON.US.ORACLE.COM" To: freebsd-questions@FreeBSD.ORG Subject: using a floppy MIME-Version: 1.0 X-Mailer: Oracle InterOffice (version 4.1.1.3.40) Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, I am running FreeBSD on a pentium platform. The hardware contains a floppy device. When I try to use the floppy I can format a disk, but I cannot mount the floppy. The command that I use is: mount /dev/fd0 /floppy. I get the error message "Incorrect Super Block". I check the etc/fstab file and it does not show anything for /floppy. There were no super block errors during installation and I have checked the compatibility of the hardware. Does the mount command require any options or am I just missing the point altogether? I checked the FAQ site and there is not much on floppies. ********************************************* Richard Miron (email : rmiron@us.oracle.com) Oracle Network Computer Support fax : (719)577-8048 phone: (719)577-6042 ********************************************* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 13:07:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA13315 for freebsd-questions-outgoing; Thu, 28 May 1998 13:07:37 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from entity.enta.net (entity.enta.net [195.74.96.34]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA13226 for ; Thu, 28 May 1998 13:07:16 -0700 (PDT) (envelope-from steve@enta.net) Received: from steve (stevehome.enta.net [195.74.97.189]) by entity.enta.net (8.8.8/8.8.7) with SMTP id VAA25227; Thu, 28 May 1998 21:07:01 +0100 (BST) Message-ID: <002201bd8a74$39373240$0200a8c0@steve.1024.co.uk> From: "Steve Lalonde" To: "Roger Hall" , Subject: Re: CPU Compatibility Date: Thu, 28 May 1998 21:07:20 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a nexgen 90 running 2.2.6 at home, no problem except it is so slow compared to intel P90 kernel rebuild took >120 mins its running apache 1.2.6 and mysql no problem just slow Steve -----Original Message----- From: Roger Hall To: questions@FreeBSD.ORG Date: 28 May 1998 20:51 Subject: CPU Compatibility >Hello, > I am trying to convince my higher powers to let me set up a UNIX box >on our network, and after my research, I definitely want FreeBSD (nice web >site BTW). We have a PC with a NexGen 90 CPU that no one else wants (thus >assuring the survival of the project), and I am wondering about >compatibility. I didn't see CPU's on your FAQ, so I'm thinking that this is >a newbie question - perhaps I should know that FreeBSD will run on any >x86-CISC processor? > Please briefly describe the CPU requirements. > > Thanks! > >Roger Hall >Webmaster >http://www.esigroup.com >501.666.4233.296 > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 13:08:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA13638 for freebsd-questions-outgoing; Thu, 28 May 1998 13:08:29 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from militzer.me.tuns.ca (militzer.me.Tuns.Ca [134.190.50.153]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA13582 for ; Thu, 28 May 1998 13:08:14 -0700 (PDT) (envelope-from bemfica@militzer.me.tuns.ca) Received: from localhost (bemfica@localhost) by militzer.me.tuns.ca (8.8.8/8.8.5) with SMTP id QAA23203; Thu, 28 May 1998 16:59:26 -0300 (ADT) Date: Thu, 28 May 1998 16:59:26 -0300 (ADT) From: Antonio Bemfica To: Doug White cc: freebsd-questions@FreeBSD.ORG Subject: Re: 2940AU SCSI timeout problem - how come kernel.GENERIC works In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 28 May 1998, Doug White wrote: > You must have enabled something odd. What changes did you make in your > config file? Here goes the kernel config file - maybe someone can spot the mistake... I would be very thankful. Antonio ------------------------------------------------------------------------ machine "i386" ident MECH-GENERIC maxusers 32 options CHILD_MAX=256 options OPEN_MAX=256 options "MAXDSIZ=(256*1024*1024)" options "DFLDSIZ=(256*1024*1024)" options FAILSAFE options INCLUDE_CONFIG_FILE # Include this file in kernel config kernel root on sd0 cpu "I486_CPU" cpu "I586_CPU" cpu "I686_CPU" # aka Pentium Pro(tm) options "CPU_FASTER_5X86_FPU" options "CPU_SUSP_HLT" options "COMPAT_43" options USER_LDT #allow user-level control of i386 ldt options SYSVSHM options SYSVSEM options SYSVMSG options "MD5" options DDB_UNATTENDED options KTRACE #kernel tracing options PERFMON options UCONSOLE options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options INET #Internet communications protocols pseudo-device ether #Generic Ethernet pseudo-device loop #Network loopback device pseudo-device sl 6 #Serial Line IP pseudo-device bpfilter 6 #Berkeley packet filter pseudo-device tun 6 #Tunnel driver(user process ppp) options MROUTING options ARP_PROXYALL # global proxy ARP options FFS #Fast filesystem options NFS #Network File System options NQNFS #Enable NQNFS lease checking options "CD9660" #ISO 9660 filesystem options KERNFS #Kernel filesystem options MSDOSFS #MS DOS File System options PROCFS #Process filesystem options UNION #Union filesystem options QUOTA #enable disk quotas controller scbus0 #base SCSI code device sd0 #SCSI disks device sd1 #SCSI disks device st0 #SCSI tapes device cd0 #SCSI CD-ROMs options SCSI_REPORT_GEOMETRY pseudo-device pty 32 #Pseudo ttys - can go as high as 256 pseudo-device speaker #Play IBM BASIC-style noises out your speaker pseudo-device log #Kernel syslog interface (/dev/klog) pseudo-device gzip #Exec gzipped a.out's pseudo-device vn #Vnode driver (turns a file into a device) pseudo-device snp 6 #Snoop device - to look at pty/vty/etc.. controller isa0 options "AUTO_EOI_1" options "AUTO_EOI_2" options BOUNCE_BUFFERS options "TUNE_1542" device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr options MAXCONS=16 # number of virtual consoles device npx0 at isa? port "IO_NPX" iosiz 0x0 flags 0x0 irq 13 vector npxintr controller aha0 at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr 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 "CMD640" #Enable work around for CMD640 h/w bug 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 options FDSEEKWAIT=32 device lpt0 at isa? port? tty irq 7 vector lptintr device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr options "COM_MULTIPORT" device sio2 at isa? port 0x380 tty flags 0x505 device sio3 at isa? port 0x388 tty flags 0x505 device sio4 at isa? port 0x390 tty flags 0x505 device sio5 at isa? port 0x398 tty flags 0x505 irq 5 vector siointr device ed1 at isa? port 0x300 net irq 14 iomem 0xd8000 vector edintr device pca0 at isa? port IO_TIMER1 tty controller snd0 controller pci0 controller ahc0 controller ncr0 controller pnp0 device vx0 options COMPAT_LINUX options SCSI_DELAY=16 # Be pessimistic about Joe SCSI device To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 13:16:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA15463 for freebsd-questions-outgoing; Thu, 28 May 1998 13:16:03 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from geocities.com (mail1.geocities.com [209.1.224.29]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA15367 for ; Thu, 28 May 1998 13:15:35 -0700 (PDT) (envelope-from dimitri1@geocities.com) Received: from geocities.com ([204.146.77.66]) by geocities.com (8.8.5/8.8.5) with ESMTP id NAA03019 for ; Thu, 28 May 1998 13:15:21 -0700 (PDT) Message-ID: <356DB892.FD4EBECE@geocities.com> Date: Thu, 28 May 1998 16:18:43 -0300 From: Sir Dimitri X-Mailer: Mozilla 4.05 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Extended Partitions Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! I want to install FreeBSD on my computer. I partitioned my disk, into two partitions: C:\ (Where Windows 95 is actually running) and D:\ (Where I want to install FreeBSD). But then, I read something that said that I couldn't install FreeBSD on a Extended partition. But in the Installing and Using FreeBSD with other OS Web Page, said that they can be together in the same disk. I am completely confused and frustrated, thinking that I can't install FreeBSD on partition D:\. I would appreciate if you can tell me concretely if I can install FreeBSD on my D:\ partition or if I can't. Thanks for your time. -Dimitri To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 13:20:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA16945 for freebsd-questions-outgoing; Thu, 28 May 1998 13:20:32 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lamb.sas.com (root@lamb.sas.com [192.35.83.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA16746 for ; Thu, 28 May 1998 13:20:14 -0700 (PDT) (envelope-from bts@unx.sas.com) Received: from mozart (mozart.unx.sas.com [192.58.184.8]) by lamb.sas.com (8.8.7/8.8.7) with SMTP id QAA17673 for ; Thu, 28 May 1998 16:20:05 -0400 (EDT) Received: from newlgn16.unx.sas.com by mozart (5.65c/SAS/Domains/5-6-90) id AA21922; Thu, 28 May 1998 16:19:56 -0400 From: "Brian T. Schellenberger" Received: by newlgn16.unx.sas.com (5.65c/SAS/Generic 9.01/3-26-93) id AA06800; Thu, 28 May 1998 16:20:00 -0400 Message-Id: <199805282020.AA06800@newlgn16.unx.sas.com> Subject: ppbus / Sparq drive? To: freebsd-questions@FreeBSD.ORG Date: Thu, 28 May 1998 16:20:00 -0400 (EDT) Reply-To: babbleon@bigfoot.com X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG - What is the current status of ppbus work? - In particular, will it support the Syquest parallel-port SparQ drive? - Is anybody here actually using a parallel-port Sparq? Please send answers to me personally; I just don't have the time to keep up with the list. I will summarize any responses I receive. An answer consisting of a URL would be quite cool, too; I've tried searching the FreeBSD pages (which is where I found the oblique ppbus reference), but perhaps I'm not searching for the right thing. Thank you for your undulgance. -- +-----BRIAN---------------TOD----------------------SCHELLENBERGER------+ +R2266--babbleon@bigfoot.com--the Man from Babble-on-------------x7783-+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 13:24:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA17919 for freebsd-questions-outgoing; Thu, 28 May 1998 13:24:17 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pau-amma.whistle.com (s205m64.whistle.com [207.76.205.64]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA17840 for ; Thu, 28 May 1998 13:24:02 -0700 (PDT) (envelope-from dhw@whistle.com) Received: (from dhw@localhost) by pau-amma.whistle.com (8.8.7/8.8.7) id NAA10703 for freebsd-questions@FreeBSD.ORG; Thu, 28 May 1998 13:23:29 -0700 (PDT) (envelope-from dhw) Date: Thu, 28 May 1998 13:23:29 -0700 (PDT) From: David Wolfskill Message-Id: <199805282023.NAA10703@pau-amma.whistle.com> To: freebsd-questions@FreeBSD.ORG Subject: Re: ^C on 'man' page stops Carriage Return on xterm Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Date: Thu, 28 May 1998 15:46:49 +0100 >From: "Wall, Jonathan" >If I exit from a 'man' page halfway through its contents using control C >(^C) then subsequent pressing on the Enter key fails to move the prompt >onto a new line. Instead the new prompt appears further along the >original line. Any characters I enter fail to appear at the prompt until >after I push the Enter key. At the moment I have to start a new xterm to >get round this (or try to remember to not use ^C in a man page) First, remembering to not use ^C to exit "man" is an excellent idea. :-} The way to exit "man" is somewhat dependent on what "pager" you use ("less" and "more" are typical examples). It is usual for a "pager" to need to do some "interesting" thing to your display, so it will place the controlling terminal in "raw" mode. In order for the program to put things back the way they were, it needs to have a chance to do that. Yes, the program in question could have been wrwitten so that if it received a "TERM" signal, it would clean things up & exit gracefully. Evidently, the program you are using doesn't, so you need to exit it in a less violent way; often typing "q" at the display will accomplish this. And should you find yourself in such a situation, often the following will be useful. Type: stty sane^J just as above (where, of course, ^J is control-J). Also, xterms can be reset, often (sorry; like much else, you could have changed things, since it's configurable) by holding the control key down, moving the mouse into the body of the xterm window, and holding the middle mouse button down. You should see a "VT Options" menu pop up; slide the mouse down to the "Do Full Reset" line, then release the mouse button (& the control key). >PS./ Please let me know if this message is not formatted correctly - I >am using DaVinci eMAIL for Windows and despite adding the line 'Unix_Wrap >= 70' to the inifile I don't think it's doing much good. Seemed OK on this end, and I'm using /usr/ucb/mail, which is about as primitive a mailer as there is anymore.... david -- David Wolfskill UNIX System Administrator dhw@whistle.com voice: (650) 577-7158 pager: (650) 371-4621 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 13:27:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA18641 for freebsd-questions-outgoing; Thu, 28 May 1998 13:27:21 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from oskar.nanoteq.co.za (oskar.nanoteq.co.za [196.37.91.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA18437 for ; Thu, 28 May 1998 13:26:45 -0700 (PDT) (envelope-from rbezuide@oskar.nanoteq.co.za) Received: (from rbezuide@localhost) by oskar.nanoteq.co.za (8.8.8/8.8.5) id WAA29883; Thu, 28 May 1998 22:23:41 +0200 (SAT) From: Reinier Bezuidenhout Message-Id: <199805282023.WAA29883@oskar.nanoteq.co.za> Subject: Re: Boches Port In-Reply-To: from Doug White at "May 28, 98 10:59:05 am" To: dwhite@resnet.uoregon.edu Date: Thu, 28 May 1998 22:23:41 +0200 (SAT) Cc: wwoods@cybcon.com, freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Wed, 27 May 1998, William Woods wrote: > > > Anyone here used the Boches Port to emulate Win95,? > > I heard of sone trying to install windows in it, it was taking forever. Yes .. I installed Win95 in the emulator ... it DID take long ... but then again it worked .. (VERY SLOWLY). Even the mouse worked :) I also tried to install Office 97 .. it completed halfway .. but I didn't have all the files onto the image file ... so I had to cancel it ... but I guess it would have worked :) I ran SPEED.EXE in the emulator DOS .. it registered a lightning fast 6 Mhz AT :) hehehe Byebye Reinier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 13:36:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA20859 for freebsd-questions-outgoing; Thu, 28 May 1998 13:36:54 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA20842 for ; Thu, 28 May 1998 13:36:39 -0700 (PDT) (envelope-from grog@lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id GAA23273; Fri, 29 May 1998 06:06:36 +0930 (CST) (envelope-from grog) Message-ID: <19980529060635.A25469@freebie.lemis.com> Date: Fri, 29 May 1998 06:06:35 +0930 From: Greg Lehey To: BonelessChicken@juno.com, freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD does not currently support IBM's microchannel (MCA) bus. References: <356C22B1.5BA3@ifn.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <356C22B1.5BA3@ifn.net>; from Boneless Chicken on Wed, May 27, 1998 at 07:26:57AM -0700 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998 at 7:26:57 -0700, Boneless Chicken wrote: > I am wondering if there is any future plans to support the MCA bus or > any devices on it? Not that I know of. I'd consider it very unlikely. Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 13:52:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA23671 for freebsd-questions-outgoing; Thu, 28 May 1998 13:52:58 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from Rigel.orionsys.com (rigel.orionsys.com [205.148.224.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA23381 for ; Thu, 28 May 1998 13:51:47 -0700 (PDT) (envelope-from dbabler@Rigel.orionsys.com) Received: from localhost (dbabler@localhost) by Rigel.orionsys.com (8.8.8/8.8.8) with SMTP id NAA23658 for ; Thu, 28 May 1998 13:51:44 -0700 (PDT) (envelope-from dbabler@Rigel.orionsys.com) Date: Thu, 28 May 1998 13:51:43 -0700 (PDT) From: David Babler To: freebsd-questions@FreeBSD.ORG Subject: 2.2-STABLE Kernel Broken? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I CVSUP'd RELENG_2_2 today and tried to build a new kernel. It errored out with: ---- loading kernel isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment *** Error code 1 Stop. ---- Currently running 2.2.5-STABLE. Does this mean I have to do a make world before I can rebuild the kernel now, or is something else broken? -Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 13:53:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA23684 for freebsd-questions-outgoing; Thu, 28 May 1998 13:53:03 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mercury.jorsm.com (mercury.jorsm.com [207.112.128.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA23644 for ; Thu, 28 May 1998 13:52:46 -0700 (PDT) (envelope-from jer@jorsm.com) Received: from localhost (jer@localhost) by mercury.jorsm.com (8.8.7/8.8.7) with SMTP id PAA22105; Thu, 28 May 1998 15:52:39 -0500 (CDT) Date: Thu, 28 May 1998 15:52:39 -0500 (CDT) From: Jeremy Shaffner To: Spidey cc: Charlie Root , Question=answer Subject: Re: your mail In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Isn't that somewhat...cumbersome? (for sh) PS1="\u@\h:\w\$ " login@host:currentdirectory$ etc.. On Wed, 27 May 1998, Spidey wrote: > Presuming you're using csh, make an alias like: > > alias cd = cd \!* ; set prompt="$cwd#" > > or something like that... > > try and check you shells's manpage. (i.e. man csh) > > Spidey > > > > On Wed, 27 May 1998, Charlie Root wrote: > > > I have a problem with my shell prompt. > > I want to set it so that it will show the directory I am currently in. > > I have tried to do this with: > > > > set prompt="`pwd`#" > > > > All seems fine until I switch directories, and the directory listed on the prompt stays the same. > > > > I.E. I am in "/root" but the prompt says "/usr/bin#". > > > > I am using the sh shell and I am wondering if there is a way to get it to do > > "pwd" each time before the prompt appears so that it will always reflect my > > current directory. > > -===================================================================- Jeremy Shaffner JORSM Internet Senior Technical Support Northwest Indiana's Premium jer@jorsm.com Internet Service Provider support@jorsm.com http://www.jorsm.com -===================================================================- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 14:16:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA27410 for freebsd-questions-outgoing; Thu, 28 May 1998 14:16:59 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA27363 for ; Thu, 28 May 1998 14:16:39 -0700 (PDT) (envelope-from grog@lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id GAA25804; Fri, 29 May 1998 06:46:26 +0930 (CST) (envelope-from grog) Message-ID: <19980529064626.M25469@freebie.lemis.com> Date: Fri, 29 May 1998 06:46:26 +0930 From: Greg Lehey To: pirat sriyotha , questions@FreeBSD.ORG Subject: Re: pine and mutt References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: ; from pirat sriyotha on Thu, May 28, 1998 at 11:26:10AM +0700 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 28 May 1998 at 11:26:10 +0700, pirat sriyotha wrote: > hi, > > i recently have some problems with mutt. almost all problems are setting > up dot.muttrc file. previously, i used pine and setup from menu such a > parameter like smtp server to point to my isp. when i composed mail, with > pine, and sent, there was nothing left in /var/spool/mqueue. > > this is not always true for mutt. even i connect to my isp and disconnect > my machine from my local network, i face several times that a lot of > mails remain in queue. and most of them are deferred,... domain does not > resolve for an output of mailq -v command. > > so what is wrong with mutt and pine and of course with me, in addition to > set mutt up to an unknown way, ( and probably to sendmail) too. This isn't a mutt or a pine problem. It's a DNS problem. As sendmail tells you, the domains don't resolve. This could be a problem outside your system, or it could be a problem with your DNS setup. Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 14:32:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA00424 for freebsd-questions-outgoing; Thu, 28 May 1998 14:32:15 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from piinbh1.ms.com (firewall-user@piinbh1.ms.com [199.89.64.71]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA00269 for ; Thu, 28 May 1998 14:32:00 -0700 (PDT) (envelope-from amado@ms.com) Received: (from uucp@localhost) by piinbh1.ms.com (8.8.6/fw v1.22) id RAA06112; Thu, 28 May 1998 17:31:49 -0400 (EDT) Received: from unknown(144.14.28.13) by piinbh1.ms.com via smap (4.0a) id xma005390; Thu, 28 May 98 17:31:04 -0400 Received: from ms.com (piit101.morgan.com [138.20.77.87]) by bkadm1.morgan.com (8.8.5/hub v1.86) with ESMTP id RAA10087; Thu, 28 May 1998 17:31:03 -0400 (EDT) Message-ID: <356DD797.1EB9FD50@ms.com> Date: Thu, 28 May 1998 17:31:03 -0400 From: Amado Gonzalez Organization: Morgan Stanley X-Mailer: Mozilla 4.04 [en] (X11; I; SunOS 4.1.3 sun4m) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG CC: amado@ms.com, agonzale@panix.com Subject: ATAPI internal ZIP drive... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello: DO thenew ATAPI internal ZIP drives work with FreeBSD? Amado Gonzalez agonzale@panix.com amado@ms.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 14:42:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA02324 for freebsd-questions-outgoing; Thu, 28 May 1998 14:42:16 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mercury.jorsm.com (mercury.jorsm.com [207.112.128.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA02194 for ; Thu, 28 May 1998 14:42:00 -0700 (PDT) (envelope-from jer@jorsm.com) Received: from localhost (jer@localhost) by mercury.jorsm.com (8.8.7/8.8.7) with SMTP id QAA24531; Thu, 28 May 1998 16:41:28 -0500 (CDT) Date: Thu, 28 May 1998 16:41:28 -0500 (CDT) From: Jeremy Shaffner To: acer cc: freebsd-questions@FreeBSD.ORG Subject: Re: ppp help In-Reply-To: <000701bd89b9$3a2e2660$644e06d0@default> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, acer wrote: > Hi! > Still having problems configuring my ppp on freeBSD v2.2.6 machine. > I have followed the user ppp installation instructions from "The Complete FreeBSD" by Greg Lehey. > > But when I run "ppp" I get the following: > Working in interactive mode. > Using interface: tun0 > ppp ON freebie> "dial ISP" (I type this) > Dial attempt 1 of 1 > dial OK! > login OK! > ppp ON freebie> Packet mode > ppp ON freebie> > ppp ON freebie> Looks like you might be missing "add 0 0 HISADDR" > > Then it just stays in this way for ever. NOTHING HAPPENS. > > What I have also noticed, is that when I pick-up my telephone I get no modem connection sound. But what is even more interesting is that when I disconnect my phone line from computer I get the same printout as above! Maybe my modem is not working? > > Please help! > > Thanks... > > Joseph -===================================================================- Jeremy Shaffner JORSM Internet Senior Technical Support Northwest Indiana's Premium jer@jorsm.com Internet Service Provider support@jorsm.com http://www.jorsm.com -===================================================================- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 14:56:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA05035 for freebsd-questions-outgoing; Thu, 28 May 1998 14:56:07 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from home.ict.nl (root@olympus.home.ict.nl [193.79.216.19]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA04834 for ; Thu, 28 May 1998 14:55:58 -0700 (PDT) (envelope-from walter.oostendorp@home.ict.nl) Received: from home.ict.nl (ehvn1-p130.worldonline.nl [195.241.132.130]) by home.ict.nl (8.8.5/8.8.5) with ESMTP id AAA01005; Fri, 29 May 1998 00:02:51 +0200 Message-ID: <356DDE3C.B652CE9@home.ict.nl> Date: Thu, 28 May 1998 23:59:24 +0200 From: Walter Oostendorp X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: Mostyn Lewis CC: "freebsd-questions@FreeBSD.ORG" Subject: Re: cdrecord References: <199805261622.JAA00101@user2.teleport.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi All, The fs=0 unfortunately didn't solve anything, as to be expected because I already had CDR_FIFOSIZE set to 0. I found some pointers in -bugs and -current to kern_physio.c v1.23, but that didn't bring anything as well. As a last resort I will reinstall 2.2.5 to see if that will help. Thanks sofar, and keep me informed. Greetings, Walter Mostyn Lewis wrote: > > Howdy, > > I have a MP6201S (Ricoh internal caddy loading) and have successfully > used the following line > > cdrecord -v -fs=0 speed=2 dev=0,0 /usr/home/mrl/fido1.img > > The key is -fs=0, it stops large physical I/O and inhibits > "physio split the request". > > cdrecord tries to buffer requests so that CD burning even works > across NFS! It's not necessary if the cd is on the machine. > > Enjoy, > Mostyn > > > > > Hi All, > > > > I have some difficulties getting cdrecord 1.6 to work on a > > 3.0-980311-SNAP box. > > > > Writing starts accompanied by these messages: > > > > Cdrecord release 1.6 Copyright (C) 1995-1998 Jörg Schilling > > scsidev: '0,2,0' > > scsibus: 0 target: 2 lun: 0 > > Device type : Removable CD-ROM > > Version : 2 > > Response Format: 2 > > Capabilities : > > Vendor_info : 'RICOH ' > > Identifikation : 'MP6200S ' > > Revision : '2.20' > > Device seems to be: Generic mmc CD-RW. > > Using generic SCSI-3/mmc CD-R driver (mmc_cdr). > > Driver flags : SWABAUDIO > > cdrecord: Input/output error. > > read disk info: scsi sendcmd: no error > > status: 0x0 (GOOD STATUS) > > CDB: 51 00 00 00 00 00 00 00 02 00 > > resid: 2 > > cmd finished after 0.001s timeout 240s > > cdrecord: Cannot get disk type. > > > > > > Also the console shows : > > > > # penny/kernel: cd0: physio split the request.. cannot proceed > > > > > > To get it sofar I had to change the /dev/scgx linked to rcd0.ctl > > The worm0 does not find the drive. > > > > Anyone got a clue? > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 14:58:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA05446 for freebsd-questions-outgoing; Thu, 28 May 1998 14:58:20 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from darla.swimsuit.internet.dk (pm25-17.image.dk [194.234.59.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA05264 for ; Thu, 28 May 1998 14:58:00 -0700 (PDT) (envelope-from leifn@internet.dk) Received: from darla.swimsuit.internet.dk (darla.swimsuit.internet.dk. [192.168.0.10]) by darla.swimsuit.internet.dk (8.8.8/8.8.8) with SMTP id XAA10857 for ; Thu, 28 May 1998 23:57:39 +0200 (CEST) (envelope-from leifn@internet.dk) Date: Thu, 28 May 1998 23:57:38 +0200 (CEST) From: Leif Neland Reply-To: leifn@internet.dk To: questions@FreeBSD.ORG Subject: perl, MX lookup Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In a perlscript, I can use gethostbyname to check if a given host exists. But how can I check if there exists a MX-record for a given host? I probably could system("host -t MX $host"), but I'd rather have a "native" perl solution. (I want to check in a script if an email-adress contains a valid hostpart) Leif Neland leifn@internet.dk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 15:03:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA06737 for freebsd-questions-outgoing; Thu, 28 May 1998 15:03:54 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from darla.swimsuit.internet.dk (pm25-17.image.dk [194.234.59.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06611 for ; Thu, 28 May 1998 15:03:20 -0700 (PDT) (envelope-from leifn@internet.dk) Received: from darla.swimsuit.internet.dk (darla.swimsuit.internet.dk. [192.168.0.10]) by darla.swimsuit.internet.dk (8.8.8/8.8.8) with SMTP id AAA13071; Fri, 29 May 1998 00:03:05 +0200 (CEST) (envelope-from leifn@internet.dk) Date: Fri, 29 May 1998 00:03:04 +0200 (CEST) From: Leif Neland Reply-To: leifn@internet.dk To: vagner cc: questions@FreeBSD.ORG Subject: Re: sendmail antispam In-Reply-To: <35665D44.746B@spdc.ti.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 23 May 1998, vagner wrote: > I have this rule set in sendmail.cf but i would like to > also check for valid username@their.domain instead of just the > domain name.I checked the sendmail site for a rule but am at a > loss. > > anyone know how to do this? You can't. The host in question might not be online at the moment. For instance, many systems call in at regular intervals to pick up mail at the machines at work. And even if the system is online, it might not want to tell you if a username is ok before you try to deliver. Or the system you deliver to might just be the outside of a firewall, which happily accepts mail to any username inside, and passes it on to the real, unreachable mailserver inside. Leif Neland leifn@internet.dk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 15:11:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA08196 for freebsd-questions-outgoing; Thu, 28 May 1998 15:11:32 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gershwin.tera.com (gershwin.tera.com [207.224.230.28]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA08177 for ; Thu, 28 May 1998 15:11:24 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (tao.tera.com [207.108.223.55]) by gershwin.tera.com (8.8.8/8.8.8) with ESMTP id OAA22589 for ; Thu, 28 May 1998 14:31:30 -0700 (PDT) Received: (from kline@localhost) by tao.thought.org (8.8.8/8.7.3) id OAA00464 for freebsd-questions@FreeBSD.ORG; Thu, 28 May 1998 14:28:46 -0700 (PDT) From: Gary Kline Message-Id: <199805282128.OAA00464@tao.thought.org> Subject: browser bombing problems To: freebsd-questions@FreeBSD.ORG (FreeBSD Mailing List) Date: Thu, 28 May 1998 14:28:46 -0700 (PDT) Organization: <> thought.org: public access uNix in service... <> X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yesterday I found that netscape-3 would blow me out of my window manager and a moment later I'd be looking at my xdm login screen. I installed nertscape-405; same thing. Also, chimera blows me out of my environment (and back to my xdm login). But the XEmacs browser does not. My thinking now is that this is some sort of a library or compatibility problem. Any other ideas out there?? thanks, gary -- Gary D. Kline kline@tao.thought.org Public service uNix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 15:25:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10886 for freebsd-questions-outgoing; Thu, 28 May 1998 15:25:02 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lucy.bedford.net (lucy.bedford.net [206.99.145.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA10837 for ; Thu, 28 May 1998 15:24:30 -0700 (PDT) (envelope-from listread@lucy.bedford.net) Received: (from listread@localhost) by lucy.bedford.net (8.8.8/8.8.8) id SAA04053; Thu, 28 May 1998 18:16:57 -0400 (EDT) (envelope-from listread) Message-Id: <199805282216.SAA04053@lucy.bedford.net> Subject: Re: CPU Compatibility In-Reply-To: <2C10B557AEBDD011872500A0C933CDDB34442C@ESIPROD> from Roger Hall at "May 28, 98 12:53:30 pm" To: RHall@esigroup.com (Roger Hall) Date: Thu, 28 May 1998 18:16:57 -0400 (EDT) Cc: questions@FreeBSD.ORG Reply-to: djv@bedford.net From: CyberPeasant X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Roger Hall wrote: > Hello, > I am trying to convince my higher powers to let me set up a UNIX box > on our network, and after my research, I definitely want FreeBSD (nice web > site BTW). We have a PC with a NexGen 90 CPU that no one else wants (thus > assuring the survival of the project), and I am wondering about > compatibility. I didn't see CPU's on your FAQ, so I'm thinking that this is > a newbie question - perhaps I should know that FreeBSD will run on any > x86-CISC processor? > Please briefly describe the CPU requirements. > > Thanks! > > Roger Hall > Webmaster > http://www.esigroup.com > 501.666.4233.296 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message A /quick/ test is to download and make the installation floppy, and see if it boots and runs, and how it senses your hardware. This does /not/ commit you to continue with installation, just bail out without doing anything. As far as I know, it it's 386SX or better it will take FreeBSD. There seem to be more caveats on non-CPU issues. 5MB min. 8MB comfortable without X. 16MB nice. >16MB luxury. Dave -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 15:43:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA14579 for freebsd-questions-outgoing; Thu, 28 May 1998 15:43:30 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from star.lsp.nsu.ru (star.lsp.nsu.ru [193.124.220.171]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA14534 for ; Thu, 28 May 1998 15:42:56 -0700 (PDT) (envelope-from root@star.lsp.nsu.ru) Received: from star.lsp.nsu.ru (localhost [127.0.0.1]) by star.lsp.nsu.ru (8.8.8/8.8.8) with SMTP id FAA03050 for ; Fri, 29 May 1998 05:43:44 +0700 (NSS) (envelope-from root@star.lsp.nsu.ru) From: Charlie & To: freebsd-questions@FreeBSD.ORG Subject: Kernel config Date: Fri, 29 May 1998 05:41:23 +0700 X-Mailer: KMail [version 0.5.5] MIME-Version: 1.0 Message-Id: <98052905434300.03045@star.lsp.nsu.ru> Content-Type: Multipart/Mixed; boundary="Boundary-=_WfAZyzAZOHsNGHcxSfUBSnsNWfUJ" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --Boundary-=_WfAZyzAZOHsNGHcxSfUBSnsNWfUJ Content-Type: text/plain Content-Transfer-Encoding: 8bit Help I can't make kernel --Boundary-=_WfAZyzAZOHsNGHcxSfUBSnsNWfUJ Content-Type: text/english; name="STARK" Content-Transfer-Encoding: base64 Content-Description: Kernel Config IwojIEdFTkVSSUMgLS0gR2VuZXJpYyBtYWNoaW5lIHdpdGggV0QvQUh4L05DUi9CVHggZmFtaWx5 IGRpc2tzCiMKIyBGb3IgbW9yZSBpbmZvcm1hdGlvbiByZWFkIHRoZSBoYW5kYm9vayBwYXJ0IFN5 c3RlbSBBZG1pbmlzdHJhdGlvbiAtPiAKIyBDb25maWd1cmluZyB0aGUgRnJlZUJTRCBLZXJuZWwg LT4gVGhlIENvbmZpZ3VyYXRpb24gRmlsZS4gCiMgVGhlIGhhbmRib29rIGlzIGF2YWlsYWJsZSBp biAvdXNyL3NoYXJlL2RvYy9oYW5kYm9vayBvciBvbmxpbmUgYXMKIyBsYXRlc3QgdmVyc2lvbiBm cm9tIHRoZSBGcmVlQlNEIFdvcmxkIFdpZGUgV2ViIHNlcnZlciAKIyA8VVJMOmh0dHA6Ly93d3cu RnJlZUJTRC5PUkcvPgojCiMgQW4gZXhoYXVzdGl2ZSBsaXN0IG9mIG9wdGlvbnMgYW5kIG1vcmUg ZGV0YWlsZWQgZXhwbGFuYXRpb25zIG9mIHRoZSAKIyBkZXZpY2UgbGluZXMgaXMgcHJlc2VudCBp biB0aGUgLi9MSU5UIGNvbmZpZ3VyYXRpb24gZmlsZS4gSWYgeW91IGFyZSAKIyBpbiBkb3VidCBh cyB0byB0aGUgcHVycG9zZSBvciBuZWNlc3NpdHkgb2YgYSBsaW5lLCBjaGVjayBmaXJzdCBpbiBM SU5ULgojCiMJJElkOiBHRU5FUklDLHYgMS43Ny4yLjIyIDE5OTgvMDMvMjQgMDE6MjA6MTQgamto IEV4cCAkCgptYWNoaW5lCQkiaTM4NiIKI2NwdQkJIkkzODZfQ1BVIgojY3B1CQkiSTQ4Nl9DUFUi CmNwdQkJIkk1ODZfQ1BVIgpjcHUJCSJJNjg2X0NQVSIKaWRlbnQJCVNUQVIKbWF4dXNlcnMJMjUK CiNvcHRpb25zCQlNQVRIX0VNVUxBVEUJCSNTdXBwb3J0IGZvciB4ODcgZW11bGF0aW9uCm9wdGlv bnMJCUlORVQJCQkjSW50ZXJORVR3b3JraW5nCm9wdGlvbnMJCUZGUwkJCSNCZXJrZWxleSBGYXN0 IEZpbGVzeXN0ZW0Kb3B0aW9ucwkJTkZTCQkJI05ldHdvcmsgRmlsZXN5c3RlbQpvcHRpb25zCQlN U0RPU0ZTCQkJI01TRE9TIEZpbGVzeXN0ZW0Kb3B0aW9ucwkJIkNEOTY2MCIJCSNJU08gOTY2MCBG aWxlc3lzdGVtCm9wdGlvbnMJCVBST0NGUwkJCSNQcm9jZXNzIGZpbGVzeXN0ZW0Kb3B0aW9ucwkJ IkNPTVBBVF80MyIJCSNDb21wYXRpYmxlIHdpdGggQlNEIDQuMyBbS0VFUCBUSElTIV0Kb3B0aW9u cwkJU0NTSV9ERUxBWT01CQkjQmUgcGVzc2ltaXN0aWMgYWJvdXQgSm9lIFNDU0kgZGV2aWNlCm9w dGlvbnMJCUJPVU5DRV9CVUZGRVJTCQkjaW5jbHVkZSBzdXBwb3J0IGZvciBETUEgYm91bmNlIGJ1 ZmZlcnMKb3B0aW9ucwkJVUNPTlNPTEUJCSNBbGxvdyB1c2VycyB0byBncmFiIHRoZSBjb25zb2xl Cm9wdGlvbnMJCUZBSUxTQUZFCQkjQmUgY29uc2VydmF0aXZlCm9wdGlvbnMJCVVTRVJDT05GSUcJ CSNib290IC1jIGVkaXRvcgpvcHRpb25zCQlWSVNVQUxfVVNFUkNPTkZJRwkjdmlzdWFsIGJvb3Qg LWMgZWRpdG9yCm9wdGlvbnMJCU1GUwoKY29uZmlnCQlrZXJuZWwJcm9vdCBvbiB3ZDAKCmNvbnRy b2xsZXIJaXNhMApjb250cm9sbGVyCWVpc2EwCmNvbnRyb2xsZXIJcGNpMAoKY29udHJvbGxlcglm ZGMwCWF0IGlzYT8gcG9ydCAiSU9fRkQxIiBiaW8gaXJxIDYgZHJxIDIgdmVjdG9yIGZkaW50cgpk aXNrCQlmZDAJYXQgZmRjMCBkcml2ZSAwCmRpc2sJCWZkMQlhdCBmZGMwIGRyaXZlIDEKdGFwZQkJ ZnQwCWF0IGZkYzAgZHJpdmUgMgoKb3B0aW9ucwkJIkNNRDY0MCIJIyB3b3JrIGFyb3VuZCBDTUQ2 NDAgY2hpcCBkZWZpY2llbmN5CmNvbnRyb2xsZXIJd2RjMAlhdCBpc2E/IHBvcnQgIklPX1dEMSIg YmlvIGlycSAxNCB2ZWN0b3Igd2RpbnRyCmRpc2sJCXdkMAlhdCB3ZGMwIGRyaXZlIDAKZGlzawkJ d2QxCWF0IHdkYzAgZHJpdmUgMQoKY29udHJvbGxlcgl3ZGMxCWF0IGlzYT8gcG9ydCAiSU9fV0Qy IiBiaW8gaXJxIDE1IHZlY3RvciB3ZGludHIKZGlzawkJd2QyCWF0IHdkYzEgZHJpdmUgMApkaXNr CQl3ZDMJYXQgd2RjMSBkcml2ZSAxCgpvcHRpb25zCQlBVEFQSQkJI0VuYWJsZSBBVEFQSSBzdXBw b3J0IGZvciBJREUgYnVzCm9wdGlvbnMJCUFUQVBJX1NUQVRJQwkjRG9uJ3QgZG8gaXQgYXMgYW4g TEtNCmRldmljZQkJd2NkMAkJI0lERSBDRC1ST00KZGV2aWNlCQl3ZmQwCQkjSURFIGZsb3BweSAo TFMtMTIwKQoKIyBBIHNpbmdsZSBlbnRyeSBmb3IgYW55IG9mIHRoZXNlIGNvbnRyb2xsZXJzIChu Y3IsIGFoYiwgYWhjLCBhbWQpIGlzCiMgc3VmZmljaWVudCBmb3IgYW55IG51bWJlciBvZiBpbnN0 YWxsZWQgZGV2aWNlcy4KIwojIE5vdGU6IFRoZSBkcHQgZHJpdmVyIGlzIHByZXNlbnQgaW4gdGhp cyByZWxlYXNlIGJ1dCB3YXMgbGVmdCBkaXNhYmxlZAojIGR1ZSB0byBpdHMgcmVsYXRpdmVseSBs YXRlIGVudHJ5IChpdCdzIGFsbW9zdCBjZXJ0YWlubHkgYmVuaWduIHRvIGVuYWJsZQojIGl0IGJ1 dCB3ZSBkaWRuJ3Qgd2FudCB0byByaXNrIGFueSBjaGFuY2Ugb2YgZGVzdGFiaWxpemluZyAyLjIu NikuICBUbwojIGVuYWJsZSBEUFQgc3VwcG9ydCwgdW5jb21tZW50IHRoZSBkcHQwIGNvbnRyb2xs ZXIgZW50cnkgYW5kIHRoZSB0d28KIyBvcHRpb25zIERQVE9QVCBhbmQgRFBUX01FQVNVUkVfUEVS Rk9STUFOQ0UgZW50cmllcyBiZWxvdy4KCiNjb250cm9sbGVyCW5jcjAKY29udHJvbGxlcglhbWQw CmNvbnRyb2xsZXIJYWhiMApjb250cm9sbGVyCWFoYzAKY29udHJvbGxlcglkcHQwCmNvbnRyb2xs ZXIJYnQwCWF0IGlzYT8gcG9ydCAiSU9fQlQwIiBiaW8gaXJxID8gdmVjdG9yIGJ0X2lzYV9pbnRy CmNvbnRyb2xsZXIJdWhhMAlhdCBpc2E/IHBvcnQgIklPX1VIQTAiIGJpbyBpcnEgPyBkcnEgNSB2 ZWN0b3IgdWhhaW50cgpjb250cm9sbGVyCWFoYTAJYXQgaXNhPyBwb3J0ICJJT19BSEEwIiBiaW8g aXJxID8gZHJxIDUgdmVjdG9yIGFoYWludHIKY29udHJvbGxlcglhaWMwCWF0IGlzYT8gcG9ydCAw eDM0MCBiaW8gaXJxIDExIHZlY3RvciBhaWNpbnRyCmNvbnRyb2xsZXIJbmNhMAlhdCBpc2E/IHBv cnQgMHgxZjg4IGJpbyBpcnEgMTAgdmVjdG9yIG5jYWludHIKY29udHJvbGxlcgluY2ExCWF0IGlz YT8gcG9ydCAweDM1MCBiaW8gaXJxIDUgdmVjdG9yIG5jYWludHIKY29udHJvbGxlcglzZWEwCWF0 IGlzYT8gYmlvIGlycSA1IGlvbWVtIDB4YzgwMDAgaW9zaXogMHgyMDAwIHZlY3RvciBzZWFpbnRy Cgojb3B0aW9ucwkJRFBUT1BUCQkJIyB3aWxsIGdvIGF3YXkgc29vbgojb3B0aW9ucyAgIAkJRFBU X01FQVNVUkVfUEVSRk9STUFOQ0UJIyBqdXN0IGVuYWJsZSBmb3Igbm93CiNvcHRpb25zCQlEUFRf VkVSSUZZX0hJTlRSCSMgU29tZSBoYXJkd2FyZSBtdXN0IGhhdmUgaXQhCiNvcHRpb25zCQlEUFRf VFJBQ0tfQ0NCX1NUQVRFUwkjIFNvbWUgaGFyZHdhcmUgbXVzdCBoYXZlIGl0IQojb3B0aW9ucyAg ICAJCURQVF9IQU5ETEVfVElNRU9VVFMJIyBTb21lIGhhcmR3YXJlIG11c3QgaGF2ZSBpdCEKI29w dGlvbnMJCURQVF9USU1FT1VUX0ZBQ1RPUj00CSMgU29tZSBoYXJkd2FyZSBuZWVkcyBtb3JlCgoj Y29udHJvbGxlcglzY2J1czAKCiNkZXZpY2UJCXNkMAoKZGV2aWNlCQlvZDAJI1NlZSBMSU5UIGZv ciBwb3NzaWJsZSBgb2QnIG9wdGlvbnMuCgojZGV2aWNlCQlzdDAKCiNkZXZpY2UJCWNkMAkjT25s eSBuZWVkIG9uZSBvZiB0aGVzZSwgdGhlIGNvZGUgZHluYW1pY2FsbHkgZ3Jvd3MKCmRldmljZQkJ d3QwCWF0IGlzYT8gcG9ydCAweDMwMCBiaW8gaXJxIDUgZHJxIDEgdmVjdG9yIHd0aW50cgpkZXZp Y2UJCW1jZDAJYXQgaXNhPyBwb3J0IDB4MzAwIGJpbyBpcnEgMTAgdmVjdG9yIG1jZGludHIKCmNv bnRyb2xsZXIJbWF0Y2QwCWF0IGlzYT8gcG9ydCAweDIzMCBiaW8KCmRldmljZQkJc2NkMAlhdCBp c2E/IHBvcnQgMHgyMzAgYmlvCgojIHN5c2NvbnMgaXMgdGhlIGRlZmF1bHQgY29uc29sZSBkcml2 ZXIsIHJlc2VtYmxpbmcgYW4gU0NPIGNvbnNvbGUKI2RldmljZQkJc2MwCWF0IGlzYT8gcG9ydCAi SU9fS0JEIiB0dHkgaXJxIDEgdmVjdG9yIHNjaW50cgojIEVuYWJsZSB0aGlzIGFuZCBQQ1ZUX0ZS RUVCU0QgZm9yIHBjdnQgdnQyMjAgY29tcGF0aWJsZSBjb25zb2xlIGRyaXZlcgpkZXZpY2UJCXZ0 MAlhdCBpc2E/IHBvcnQgIklPX0tCRCIgdHR5IGlycSAxIHZlY3RvciBwY3JpbnQKb3B0aW9ucwkJ IlBDVlRfRlJFRUJTRD0yMTAiCm9wdGlvbnMJCVhTRVJWRVIJCQkjIHN1cHBvcnQgZm9yIFggc2Vy dmVyCm9wdGlvbnMJCUZBVF9DVVJTT1IJCSMgc3RhcnQgd2l0aCBibG9jayBjdXJzb3IKIyBJZiB5 b3UgaGF2ZSBhIFRoaW5rUEFELCB1bmNvbW1lbnQgdGhpcyBhbG9uZyB3aXRoIHRoZSByZXN0IG9m IHRoZSBQQ1ZUIGxpbmVzCiNvcHRpb25zCQlQQ1ZUX1NDQU5TRVQ9MgkJIyBJQk0ga2V5Ym9hcmRz IGFyZSBub24tc3RkCgojIE1hbmRhdG9yeSwgZG9uJ3QgcmVtb3ZlCmRldmljZQkJbnB4MAlhdCBp c2E/IHBvcnQgIklPX05QWCIgZmxhZ3MgMHgxIGlycSAxMyB2ZWN0b3IgbnB4aW50cgoKIwojIExh cHRvcCBzdXBwb3J0IChzZWUgTElOVCBmb3IgbW9yZSBvcHRpb25zKQojCmRldmljZQkJYXBtMCAg ICBhdCBpc2E/CWRpc2FibGUJIyBBZHZhbmNlZCBQb3dlciBNYW5hZ2VtZW50Cm9wdGlvbnMJCUFQ TV9CUk9LRU5fU1RBVENMT0NLCSMgV29ya2Fyb3VuZCBzb21lIGJ1Z2d5IEFQTSBCSU9TCiMgUEND QVJEIChQQ01DSUEpIHN1cHBvcnQKI2NvbnRyb2xsZXIJY2FyZDAKI2RldmljZQkJcGNpYzAJYXQg Y2FyZD8KI2RldmljZQkJcGNpYzEJYXQgY2FyZD8KCmRldmljZQkJc2lvMAlhdCBpc2E/IHBvcnQg IklPX0NPTTEiIHR0eSBpcnEgNCB2ZWN0b3Igc2lvaW50cgpkZXZpY2UJCXNpbzEJYXQgaXNhPyBw b3J0ICJJT19DT00yIiB0dHkgaXJxIDMgdmVjdG9yIHNpb2ludHIKZGV2aWNlCQlzaW8yCWF0IGlz YT8gZGlzYWJsZSBwb3J0ICJJT19DT00zIiB0dHkgaXJxIDUgdmVjdG9yIHNpb2ludHIKZGV2aWNl CQlzaW8zCWF0IGlzYT8gZGlzYWJsZSBwb3J0ICJJT19DT000IiB0dHkgaXJxIDkgdmVjdG9yIHNp b2ludHIKCmRldmljZQkJbHB0MAlhdCBpc2E/IHBvcnQ/IHR0eSBpcnEgNyB2ZWN0b3IgbHB0aW50 cgpkZXZpY2UJCWxwdDEJYXQgaXNhPyBwb3J0PyB0dHkKI2RldmljZQkJbXNlMAlhdCBpc2E/IHBv cnQgMHgyM2MgdHR5IGlycSA1IHZlY3RvciBtc2VpbnRyCgojZGV2aWNlCQlwc20wCWF0IGlzYT8g cG9ydCAiSU9fS0JEIiBjb25mbGljdHMgdHR5IGlycSAxMiB2ZWN0b3IgcHNtaW50cgoKIyBPcmRl ciBpcyBpbXBvcnRhbnQgaGVyZSBkdWUgdG8gaW50cnVzaXZlIHByb2JlcywgZG8gKm5vdCogYWxw aGFiZXRpemUKIyB0aGlzIGxpc3Qgb2YgbmV0d29yayBpbnRlcmZhY2VzIHVudGlsIHRoZSBwcm9i ZXMgaGF2ZSBiZWVuIGZpeGVkLgojIFJpZ2h0IG5vdyBpdCBhcHBlYXJzIHRoYXQgdGhlIGllMCBt dXN0IGJlIHByb2JlZCBiZWZvcmUgZXAwLiBTZWUKIyByZXZpc2lvbiAxLjIwIG9mIHRoaXMgZmls ZS4KI2RldmljZSBkZTAKI2RldmljZSBmeHAwCmRldmljZSB0eDAKI2RldmljZSB2eDAKCmRldmlj ZSBlZDAgYXQgaXNhPyBwb3J0IDB4MjgwIG5ldCBpcnEgMTAgaW9tZW0gMHhkODAwMCB2ZWN0b3Ig ZWRpbnRyCiNkZXZpY2UgaWUwIGF0IGlzYT8gcG9ydCAweDMwMCBuZXQgaXJxIDEwIGlvbWVtIDB4 ZDAwMDAgdmVjdG9yIGllaW50cgojZGV2aWNlIGVwMCBhdCBpc2E/IHBvcnQgMHgzMDAgbmV0IGly cSAxMCB2ZWN0b3IgZXBpbnRyCmRldmljZSBleDAgYXQgaXNhPyBwb3J0PyBuZXQgaXJxPyB2ZWN0 b3IgZXhpbnRyCiNkZXZpY2UgZmUwIGF0IGlzYT8gcG9ydCAweDMwMCBuZXQgaXJxID8gdmVjdG9y IGZlaW50cgpkZXZpY2UgbGUwIGF0IGlzYT8gcG9ydCAweDMwMCBuZXQgaXJxIDUgaW9tZW0gMHhk MDAwMCB2ZWN0b3IgbGVfaW50cgpkZXZpY2UgbG5jMCBhdCBpc2E/IHBvcnQgMHgyODAgbmV0IGly cSAxMCBkcnEgMCB2ZWN0b3IgbG5jaW50cgojZGV2aWNlIHplMCBhdCBpc2E/IHBvcnQgMHgzMDAg bmV0IGlycSA1IGlvbWVtIDB4ZDgwMDAgdmVjdG9yIHplaW50cgojZGV2aWNlIHpwMCBhdCBpc2E/ IHBvcnQgMHgzMDAgbmV0IGlycSAxMCBpb21lbSAweGQ4MDAwIHZlY3RvciB6cGludHIKCnBzZXVk by1kZXZpY2UJbG9vcApwc2V1ZG8tZGV2aWNlCWV0aGVyCnBzZXVkby1kZXZpY2UJbG9nCnBzZXVk by1kZXZpY2UJc2wJMQpwc2V1ZG8tZGV2aWNlCXBwcAkxCnBzZXVkby1kZXZpY2UJdm4JMQpwc2V1 ZG8tZGV2aWNlCXR1bgkxCnBzZXVkby1kZXZpY2UJcHR5CTE2CnBzZXVkby1kZXZpY2UJZ3ppcAkJ IyBFeGVjIGd6aXBwZWQgYS5vdXQncwoKIyBLVFJBQ0UgZW5hYmxlcyB0aGUgc3lzdGVtLWNhbGwg dHJhY2luZyBmYWNpbGl0eSBrdHJhY2UoMikuCiMgVGhpcyBhZGRzIDQgS0IgYmxvYXQgdG8geW91 ciBrZXJuZWwsIGFuZCBzbGlnaHRseSBpbmNyZWFzZXMKIyB0aGUgY29zdHMgb2YgZWFjaCBzeXNj YWxsLgpvcHRpb25zCQlLVFJBQ0UJCSNrZXJuZWwgdHJhY2luZwoKY29udHJvbGxlciBzbmQwCgpk ZXZpY2Ugc2IwIGF0IGlzYT8gcG9ydCAweDIyMCBpcnEgNyBjb25mbGljdHMgZHJxIDEgdmVjdG9y IHNiaW50cgojIFRoaXMgcHJvdmlkZXMgc3VwcG9ydCBmb3IgU3lzdGVtIFYgc2hhcmVkIG1lbW9y eS4KIwpvcHRpb25zICAgICAgICAgU1lTVlNITQpvcHRpb25zCQlRVU9UQQpvcHRpb25zCQlJUEZJ UkVXQUxMX1ZFUkJPU0UKAAA= --Boundary-=_WfAZyzAZOHsNGHcxSfUBSnsNWfUJ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 15:51:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA16471 for freebsd-questions-outgoing; Thu, 28 May 1998 15:51:05 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mx.nsu.ru (root@mx.nsu.ru [193.124.215.71]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA16367 for ; Thu, 28 May 1998 15:50:30 -0700 (PDT) (envelope-from andy@lsp.nsu.ru) Received: from lsp.nsu.ru (lsp.nsu.ru [193.124.215.3]) by mx.nsu.ru (8.9.0/8.9.0) with ESMTP id FAA29999 for ; Fri, 29 May 1998 05:48:57 +0700 (NOVST) Received: from LSP/MAILQUEUE by lsp.nsu.ru (Mercury 1.21); 29 May 98 04:48:58 NSK-6 Received: from MAILQUEUE by LSP (Mercury 1.21); 29 May 98 04:48:54 NSK-6 Received: from star.lsp.nsu.ru by lsp.nsu.ru (Mercury 1.21); 29 May 98 04:48:40 NSK-6 From: Charlie & Reply-To: andy@lsp.nsu.ru To: freebsd-questions@FreeBSD.ORG Subject: Kernel config Date: Fri, 29 May 1998 05:47:16 +0700 X-Mailer: KMail [version 0.5.5] MIME-Version: 1.0 Message-Id: <98052905493500.03056@star.lsp.nsu.ru> Content-Type: Multipart/Mixed; boundary="Boundary-=_WfAZyzAZOHsNGHcxSfUBSnsNWfUJ" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --Boundary-=_WfAZyzAZOHsNGHcxSfUBSnsNWfUJ Content-Type: text/plain Content-Transfer-Encoding: 8bit Help !!! --Boundary-=_WfAZyzAZOHsNGHcxSfUBSnsNWfUJ Content-Type: text/english; name="STARK" Content-Transfer-Encoding: base64 Content-Description: Kernel Config IwojIEdFTkVSSUMgLS0gR2VuZXJpYyBtYWNoaW5lIHdpdGggV0QvQUh4L05DUi9CVHggZmFtaWx5 IGRpc2tzCiMKIyBGb3IgbW9yZSBpbmZvcm1hdGlvbiByZWFkIHRoZSBoYW5kYm9vayBwYXJ0IFN5 c3RlbSBBZG1pbmlzdHJhdGlvbiAtPiAKIyBDb25maWd1cmluZyB0aGUgRnJlZUJTRCBLZXJuZWwg LT4gVGhlIENvbmZpZ3VyYXRpb24gRmlsZS4gCiMgVGhlIGhhbmRib29rIGlzIGF2YWlsYWJsZSBp biAvdXNyL3NoYXJlL2RvYy9oYW5kYm9vayBvciBvbmxpbmUgYXMKIyBsYXRlc3QgdmVyc2lvbiBm cm9tIHRoZSBGcmVlQlNEIFdvcmxkIFdpZGUgV2ViIHNlcnZlciAKIyA8VVJMOmh0dHA6Ly93d3cu RnJlZUJTRC5PUkcvPgojCiMgQW4gZXhoYXVzdGl2ZSBsaXN0IG9mIG9wdGlvbnMgYW5kIG1vcmUg ZGV0YWlsZWQgZXhwbGFuYXRpb25zIG9mIHRoZSAKIyBkZXZpY2UgbGluZXMgaXMgcHJlc2VudCBp biB0aGUgLi9MSU5UIGNvbmZpZ3VyYXRpb24gZmlsZS4gSWYgeW91IGFyZSAKIyBpbiBkb3VidCBh cyB0byB0aGUgcHVycG9zZSBvciBuZWNlc3NpdHkgb2YgYSBsaW5lLCBjaGVjayBmaXJzdCBpbiBM SU5ULgojCiMJJElkOiBHRU5FUklDLHYgMS43Ny4yLjIyIDE5OTgvMDMvMjQgMDE6MjA6MTQgamto IEV4cCAkCgptYWNoaW5lCQkiaTM4NiIKI2NwdQkJIkkzODZfQ1BVIgojY3B1CQkiSTQ4Nl9DUFUi CmNwdQkJIkk1ODZfQ1BVIgpjcHUJCSJJNjg2X0NQVSIKaWRlbnQJCVNUQVIKbWF4dXNlcnMJMjUK CiNvcHRpb25zCQlNQVRIX0VNVUxBVEUJCSNTdXBwb3J0IGZvciB4ODcgZW11bGF0aW9uCm9wdGlv bnMJCUlORVQJCQkjSW50ZXJORVR3b3JraW5nCm9wdGlvbnMJCUZGUwkJCSNCZXJrZWxleSBGYXN0 IEZpbGVzeXN0ZW0Kb3B0aW9ucwkJTkZTCQkJI05ldHdvcmsgRmlsZXN5c3RlbQpvcHRpb25zCQlN U0RPU0ZTCQkJI01TRE9TIEZpbGVzeXN0ZW0Kb3B0aW9ucwkJIkNEOTY2MCIJCSNJU08gOTY2MCBG aWxlc3lzdGVtCm9wdGlvbnMJCVBST0NGUwkJCSNQcm9jZXNzIGZpbGVzeXN0ZW0Kb3B0aW9ucwkJ IkNPTVBBVF80MyIJCSNDb21wYXRpYmxlIHdpdGggQlNEIDQuMyBbS0VFUCBUSElTIV0Kb3B0aW9u cwkJU0NTSV9ERUxBWT01CQkjQmUgcGVzc2ltaXN0aWMgYWJvdXQgSm9lIFNDU0kgZGV2aWNlCm9w dGlvbnMJCUJPVU5DRV9CVUZGRVJTCQkjaW5jbHVkZSBzdXBwb3J0IGZvciBETUEgYm91bmNlIGJ1 ZmZlcnMKb3B0aW9ucwkJVUNPTlNPTEUJCSNBbGxvdyB1c2VycyB0byBncmFiIHRoZSBjb25zb2xl Cm9wdGlvbnMJCUZBSUxTQUZFCQkjQmUgY29uc2VydmF0aXZlCm9wdGlvbnMJCVVTRVJDT05GSUcJ CSNib290IC1jIGVkaXRvcgpvcHRpb25zCQlWSVNVQUxfVVNFUkNPTkZJRwkjdmlzdWFsIGJvb3Qg LWMgZWRpdG9yCm9wdGlvbnMJCU1GUwoKY29uZmlnCQlrZXJuZWwJcm9vdCBvbiB3ZDAKCmNvbnRy b2xsZXIJaXNhMApjb250cm9sbGVyCWVpc2EwCmNvbnRyb2xsZXIJcGNpMAoKY29udHJvbGxlcglm ZGMwCWF0IGlzYT8gcG9ydCAiSU9fRkQxIiBiaW8gaXJxIDYgZHJxIDIgdmVjdG9yIGZkaW50cgpk aXNrCQlmZDAJYXQgZmRjMCBkcml2ZSAwCmRpc2sJCWZkMQlhdCBmZGMwIGRyaXZlIDEKdGFwZQkJ ZnQwCWF0IGZkYzAgZHJpdmUgMgoKb3B0aW9ucwkJIkNNRDY0MCIJIyB3b3JrIGFyb3VuZCBDTUQ2 NDAgY2hpcCBkZWZpY2llbmN5CmNvbnRyb2xsZXIJd2RjMAlhdCBpc2E/IHBvcnQgIklPX1dEMSIg YmlvIGlycSAxNCB2ZWN0b3Igd2RpbnRyCmRpc2sJCXdkMAlhdCB3ZGMwIGRyaXZlIDAKZGlzawkJ d2QxCWF0IHdkYzAgZHJpdmUgMQoKY29udHJvbGxlcgl3ZGMxCWF0IGlzYT8gcG9ydCAiSU9fV0Qy IiBiaW8gaXJxIDE1IHZlY3RvciB3ZGludHIKZGlzawkJd2QyCWF0IHdkYzEgZHJpdmUgMApkaXNr CQl3ZDMJYXQgd2RjMSBkcml2ZSAxCgpvcHRpb25zCQlBVEFQSQkJI0VuYWJsZSBBVEFQSSBzdXBw b3J0IGZvciBJREUgYnVzCm9wdGlvbnMJCUFUQVBJX1NUQVRJQwkjRG9uJ3QgZG8gaXQgYXMgYW4g TEtNCmRldmljZQkJd2NkMAkJI0lERSBDRC1ST00KZGV2aWNlCQl3ZmQwCQkjSURFIGZsb3BweSAo TFMtMTIwKQoKIyBBIHNpbmdsZSBlbnRyeSBmb3IgYW55IG9mIHRoZXNlIGNvbnRyb2xsZXJzIChu Y3IsIGFoYiwgYWhjLCBhbWQpIGlzCiMgc3VmZmljaWVudCBmb3IgYW55IG51bWJlciBvZiBpbnN0 YWxsZWQgZGV2aWNlcy4KIwojIE5vdGU6IFRoZSBkcHQgZHJpdmVyIGlzIHByZXNlbnQgaW4gdGhp cyByZWxlYXNlIGJ1dCB3YXMgbGVmdCBkaXNhYmxlZAojIGR1ZSB0byBpdHMgcmVsYXRpdmVseSBs YXRlIGVudHJ5IChpdCdzIGFsbW9zdCBjZXJ0YWlubHkgYmVuaWduIHRvIGVuYWJsZQojIGl0IGJ1 dCB3ZSBkaWRuJ3Qgd2FudCB0byByaXNrIGFueSBjaGFuY2Ugb2YgZGVzdGFiaWxpemluZyAyLjIu NikuICBUbwojIGVuYWJsZSBEUFQgc3VwcG9ydCwgdW5jb21tZW50IHRoZSBkcHQwIGNvbnRyb2xs ZXIgZW50cnkgYW5kIHRoZSB0d28KIyBvcHRpb25zIERQVE9QVCBhbmQgRFBUX01FQVNVUkVfUEVS Rk9STUFOQ0UgZW50cmllcyBiZWxvdy4KCiNjb250cm9sbGVyCW5jcjAKY29udHJvbGxlcglhbWQw CmNvbnRyb2xsZXIJYWhiMApjb250cm9sbGVyCWFoYzAKY29udHJvbGxlcglkcHQwCmNvbnRyb2xs ZXIJYnQwCWF0IGlzYT8gcG9ydCAiSU9fQlQwIiBiaW8gaXJxID8gdmVjdG9yIGJ0X2lzYV9pbnRy CmNvbnRyb2xsZXIJdWhhMAlhdCBpc2E/IHBvcnQgIklPX1VIQTAiIGJpbyBpcnEgPyBkcnEgNSB2 ZWN0b3IgdWhhaW50cgpjb250cm9sbGVyCWFoYTAJYXQgaXNhPyBwb3J0ICJJT19BSEEwIiBiaW8g aXJxID8gZHJxIDUgdmVjdG9yIGFoYWludHIKY29udHJvbGxlcglhaWMwCWF0IGlzYT8gcG9ydCAw eDM0MCBiaW8gaXJxIDExIHZlY3RvciBhaWNpbnRyCmNvbnRyb2xsZXIJbmNhMAlhdCBpc2E/IHBv cnQgMHgxZjg4IGJpbyBpcnEgMTAgdmVjdG9yIG5jYWludHIKY29udHJvbGxlcgluY2ExCWF0IGlz YT8gcG9ydCAweDM1MCBiaW8gaXJxIDUgdmVjdG9yIG5jYWludHIKY29udHJvbGxlcglzZWEwCWF0 IGlzYT8gYmlvIGlycSA1IGlvbWVtIDB4YzgwMDAgaW9zaXogMHgyMDAwIHZlY3RvciBzZWFpbnRy Cgojb3B0aW9ucwkJRFBUT1BUCQkJIyB3aWxsIGdvIGF3YXkgc29vbgojb3B0aW9ucyAgIAkJRFBU X01FQVNVUkVfUEVSRk9STUFOQ0UJIyBqdXN0IGVuYWJsZSBmb3Igbm93CiNvcHRpb25zCQlEUFRf VkVSSUZZX0hJTlRSCSMgU29tZSBoYXJkd2FyZSBtdXN0IGhhdmUgaXQhCiNvcHRpb25zCQlEUFRf VFJBQ0tfQ0NCX1NUQVRFUwkjIFNvbWUgaGFyZHdhcmUgbXVzdCBoYXZlIGl0IQojb3B0aW9ucyAg ICAJCURQVF9IQU5ETEVfVElNRU9VVFMJIyBTb21lIGhhcmR3YXJlIG11c3QgaGF2ZSBpdCEKI29w dGlvbnMJCURQVF9USU1FT1VUX0ZBQ1RPUj00CSMgU29tZSBoYXJkd2FyZSBuZWVkcyBtb3JlCgoj Y29udHJvbGxlcglzY2J1czAKCiNkZXZpY2UJCXNkMAoKZGV2aWNlCQlvZDAJI1NlZSBMSU5UIGZv ciBwb3NzaWJsZSBgb2QnIG9wdGlvbnMuCgojZGV2aWNlCQlzdDAKCiNkZXZpY2UJCWNkMAkjT25s eSBuZWVkIG9uZSBvZiB0aGVzZSwgdGhlIGNvZGUgZHluYW1pY2FsbHkgZ3Jvd3MKCmRldmljZQkJ d3QwCWF0IGlzYT8gcG9ydCAweDMwMCBiaW8gaXJxIDUgZHJxIDEgdmVjdG9yIHd0aW50cgpkZXZp Y2UJCW1jZDAJYXQgaXNhPyBwb3J0IDB4MzAwIGJpbyBpcnEgMTAgdmVjdG9yIG1jZGludHIKCmNv bnRyb2xsZXIJbWF0Y2QwCWF0IGlzYT8gcG9ydCAweDIzMCBiaW8KCmRldmljZQkJc2NkMAlhdCBp c2E/IHBvcnQgMHgyMzAgYmlvCgojIHN5c2NvbnMgaXMgdGhlIGRlZmF1bHQgY29uc29sZSBkcml2 ZXIsIHJlc2VtYmxpbmcgYW4gU0NPIGNvbnNvbGUKI2RldmljZQkJc2MwCWF0IGlzYT8gcG9ydCAi SU9fS0JEIiB0dHkgaXJxIDEgdmVjdG9yIHNjaW50cgojIEVuYWJsZSB0aGlzIGFuZCBQQ1ZUX0ZS RUVCU0QgZm9yIHBjdnQgdnQyMjAgY29tcGF0aWJsZSBjb25zb2xlIGRyaXZlcgpkZXZpY2UJCXZ0 MAlhdCBpc2E/IHBvcnQgIklPX0tCRCIgdHR5IGlycSAxIHZlY3RvciBwY3JpbnQKb3B0aW9ucwkJ IlBDVlRfRlJFRUJTRD0yMTAiCm9wdGlvbnMJCVhTRVJWRVIJCQkjIHN1cHBvcnQgZm9yIFggc2Vy dmVyCm9wdGlvbnMJCUZBVF9DVVJTT1IJCSMgc3RhcnQgd2l0aCBibG9jayBjdXJzb3IKIyBJZiB5 b3UgaGF2ZSBhIFRoaW5rUEFELCB1bmNvbW1lbnQgdGhpcyBhbG9uZyB3aXRoIHRoZSByZXN0IG9m IHRoZSBQQ1ZUIGxpbmVzCiNvcHRpb25zCQlQQ1ZUX1NDQU5TRVQ9MgkJIyBJQk0ga2V5Ym9hcmRz IGFyZSBub24tc3RkCgojIE1hbmRhdG9yeSwgZG9uJ3QgcmVtb3ZlCmRldmljZQkJbnB4MAlhdCBp c2E/IHBvcnQgIklPX05QWCIgZmxhZ3MgMHgxIGlycSAxMyB2ZWN0b3IgbnB4aW50cgoKIwojIExh cHRvcCBzdXBwb3J0IChzZWUgTElOVCBmb3IgbW9yZSBvcHRpb25zKQojCmRldmljZQkJYXBtMCAg ICBhdCBpc2E/CWRpc2FibGUJIyBBZHZhbmNlZCBQb3dlciBNYW5hZ2VtZW50Cm9wdGlvbnMJCUFQ TV9CUk9LRU5fU1RBVENMT0NLCSMgV29ya2Fyb3VuZCBzb21lIGJ1Z2d5IEFQTSBCSU9TCiMgUEND QVJEIChQQ01DSUEpIHN1cHBvcnQKI2NvbnRyb2xsZXIJY2FyZDAKI2RldmljZQkJcGNpYzAJYXQg Y2FyZD8KI2RldmljZQkJcGNpYzEJYXQgY2FyZD8KCmRldmljZQkJc2lvMAlhdCBpc2E/IHBvcnQg IklPX0NPTTEiIHR0eSBpcnEgNCB2ZWN0b3Igc2lvaW50cgpkZXZpY2UJCXNpbzEJYXQgaXNhPyBw b3J0ICJJT19DT00yIiB0dHkgaXJxIDMgdmVjdG9yIHNpb2ludHIKZGV2aWNlCQlzaW8yCWF0IGlz YT8gZGlzYWJsZSBwb3J0ICJJT19DT00zIiB0dHkgaXJxIDUgdmVjdG9yIHNpb2ludHIKZGV2aWNl CQlzaW8zCWF0IGlzYT8gZGlzYWJsZSBwb3J0ICJJT19DT000IiB0dHkgaXJxIDkgdmVjdG9yIHNp b2ludHIKCmRldmljZQkJbHB0MAlhdCBpc2E/IHBvcnQ/IHR0eSBpcnEgNyB2ZWN0b3IgbHB0aW50 cgpkZXZpY2UJCWxwdDEJYXQgaXNhPyBwb3J0PyB0dHkKI2RldmljZQkJbXNlMAlhdCBpc2E/IHBv cnQgMHgyM2MgdHR5IGlycSA1IHZlY3RvciBtc2VpbnRyCgojZGV2aWNlCQlwc20wCWF0IGlzYT8g cG9ydCAiSU9fS0JEIiBjb25mbGljdHMgdHR5IGlycSAxMiB2ZWN0b3IgcHNtaW50cgoKIyBPcmRl ciBpcyBpbXBvcnRhbnQgaGVyZSBkdWUgdG8gaW50cnVzaXZlIHByb2JlcywgZG8gKm5vdCogYWxw aGFiZXRpemUKIyB0aGlzIGxpc3Qgb2YgbmV0d29yayBpbnRlcmZhY2VzIHVudGlsIHRoZSBwcm9i ZXMgaGF2ZSBiZWVuIGZpeGVkLgojIFJpZ2h0IG5vdyBpdCBhcHBlYXJzIHRoYXQgdGhlIGllMCBt dXN0IGJlIHByb2JlZCBiZWZvcmUgZXAwLiBTZWUKIyByZXZpc2lvbiAxLjIwIG9mIHRoaXMgZmls ZS4KI2RldmljZSBkZTAKI2RldmljZSBmeHAwCmRldmljZSB0eDAKI2RldmljZSB2eDAKCmRldmlj ZSBlZDAgYXQgaXNhPyBwb3J0IDB4MjgwIG5ldCBpcnEgMTAgaW9tZW0gMHhkODAwMCB2ZWN0b3Ig ZWRpbnRyCiNkZXZpY2UgaWUwIGF0IGlzYT8gcG9ydCAweDMwMCBuZXQgaXJxIDEwIGlvbWVtIDB4 ZDAwMDAgdmVjdG9yIGllaW50cgojZGV2aWNlIGVwMCBhdCBpc2E/IHBvcnQgMHgzMDAgbmV0IGly cSAxMCB2ZWN0b3IgZXBpbnRyCmRldmljZSBleDAgYXQgaXNhPyBwb3J0PyBuZXQgaXJxPyB2ZWN0 b3IgZXhpbnRyCiNkZXZpY2UgZmUwIGF0IGlzYT8gcG9ydCAweDMwMCBuZXQgaXJxID8gdmVjdG9y IGZlaW50cgpkZXZpY2UgbGUwIGF0IGlzYT8gcG9ydCAweDMwMCBuZXQgaXJxIDUgaW9tZW0gMHhk MDAwMCB2ZWN0b3IgbGVfaW50cgpkZXZpY2UgbG5jMCBhdCBpc2E/IHBvcnQgMHgyODAgbmV0IGly cSAxMCBkcnEgMCB2ZWN0b3IgbG5jaW50cgojZGV2aWNlIHplMCBhdCBpc2E/IHBvcnQgMHgzMDAg bmV0IGlycSA1IGlvbWVtIDB4ZDgwMDAgdmVjdG9yIHplaW50cgojZGV2aWNlIHpwMCBhdCBpc2E/ IHBvcnQgMHgzMDAgbmV0IGlycSAxMCBpb21lbSAweGQ4MDAwIHZlY3RvciB6cGludHIKCnBzZXVk by1kZXZpY2UJbG9vcApwc2V1ZG8tZGV2aWNlCWV0aGVyCnBzZXVkby1kZXZpY2UJbG9nCnBzZXVk by1kZXZpY2UJc2wJMQpwc2V1ZG8tZGV2aWNlCXBwcAkxCnBzZXVkby1kZXZpY2UJdm4JMQpwc2V1 ZG8tZGV2aWNlCXR1bgkxCnBzZXVkby1kZXZpY2UJcHR5CTE2CnBzZXVkby1kZXZpY2UJZ3ppcAkJ IyBFeGVjIGd6aXBwZWQgYS5vdXQncwoKIyBLVFJBQ0UgZW5hYmxlcyB0aGUgc3lzdGVtLWNhbGwg dHJhY2luZyBmYWNpbGl0eSBrdHJhY2UoMikuCiMgVGhpcyBhZGRzIDQgS0IgYmxvYXQgdG8geW91 ciBrZXJuZWwsIGFuZCBzbGlnaHRseSBpbmNyZWFzZXMKIyB0aGUgY29zdHMgb2YgZWFjaCBzeXNj YWxsLgpvcHRpb25zCQlLVFJBQ0UJCSNrZXJuZWwgdHJhY2luZwoKY29udHJvbGxlciBzbmQwCgpk ZXZpY2Ugc2IwIGF0IGlzYT8gcG9ydCAweDIyMCBpcnEgNyBjb25mbGljdHMgZHJxIDEgdmVjdG9y IHNiaW50cgojIFRoaXMgcHJvdmlkZXMgc3VwcG9ydCBmb3IgU3lzdGVtIFYgc2hhcmVkIG1lbW9y eS4KIwpvcHRpb25zICAgICAgICAgU1lTVlNITQpvcHRpb25zCQlRVU9UQQpvcHRpb25zCQlJUEZJ UkVXQUxMX1ZFUkJPU0UKAAA= --Boundary-=_WfAZyzAZOHsNGHcxSfUBSnsNWfUJ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 16:18:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA21100 for freebsd-questions-outgoing; Thu, 28 May 1998 16:18:28 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mercury.jorsm.com (mercury.jorsm.com [207.112.128.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA21086 for ; Thu, 28 May 1998 16:18:20 -0700 (PDT) (envelope-from jer@jorsm.com) Received: from localhost (jer@localhost) by mercury.jorsm.com (8.8.7/8.8.7) with SMTP id SAA28918; Thu, 28 May 1998 18:18:18 -0500 (CDT) Date: Thu, 28 May 1998 18:18:17 -0500 (CDT) From: Jeremy Shaffner To: Rich Christie cc: freebsd-questions@FreeBSD.ORG Subject: Re: Getting FreeBSD on Floppy Disks In-Reply-To: <356CA20F.1F47@clarityconnect.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, Rich Christie wrote: > I have looked on the FreeBSD website, as well as a few other places, but > I can't seem to find anywhere where I could get FreeBSD on floppy disks. > I seen on the FreeBSD website that it was possible, but it only gave > resources for downloading it or buying it on CD. Where can I get the > floppies for it? > The idea is to make your own floppies (A Whole Heck Of Alot.) That's why all the files are nice and small. -===================================================================- Jeremy Shaffner JORSM Internet Senior Technical Support Northwest Indiana's Premium jer@jorsm.com Internet Service Provider support@jorsm.com http://www.jorsm.com -===================================================================- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 16:25:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA22526 for freebsd-questions-outgoing; Thu, 28 May 1998 16:25:43 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mx.nsu.ru (root@mx.nsu.ru [193.124.215.71]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA22511 for ; Thu, 28 May 1998 16:25:27 -0700 (PDT) (envelope-from andy@lsp.nsu.ru) Received: from star.lsp.nsu.ru (star.lsp.nsu.ru [193.124.220.171]) by mx.nsu.ru (8.9.0/8.9.0) with SMTP id GAA02499 for ; Fri, 29 May 1998 06:20:45 +0700 (NOVST) From: Charlie & Reply-To: andy@lsp.nsu.ru To: freebsd-questions@FreeBSD.ORG Subject: Fwd: Kernel config Date: Fri, 29 May 1998 06:21:19 +0700 X-Mailer: KMail [version 0.5.5] MIME-Version: 1.0 Message-Id: <98052906213900.03138@star.lsp.nsu.ru> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ---------- Forwarded Message ---------- Subject: Kernel config Date: Fri, 29 May 1998 05:47:16 +0700 From: Charlie & Help !!! ---------------------------------------- Content-Type: text/english; name="STARK" Content-Transfer-Encoding: base64 Content-Description: Kernel Config ---------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 16:27:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA22826 for freebsd-questions-outgoing; Thu, 28 May 1998 16:27:07 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from server.computeralt.com (server.computeralt.com [207.41.29.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA22785 for ; Thu, 28 May 1998 16:26:58 -0700 (PDT) (envelope-from scott@computeralt.com) Received: from scott (scott@scott.computeralt.com [207.41.29.100]) by server.computeralt.com (8.8.8/8.8.5) with SMTP id TAA23131 for ; Thu, 28 May 1998 19:26:54 -0400 (EDT) Message-Id: <199805282326.TAA23131@server.computeralt.com> X-Sender: scott@mail.computeralt.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0.1 Date: Thu, 28 May 1998 19:26:52 -0400 To: freebsd-questions@FreeBSD.ORG From: "Scott I. Remick" Subject: Problems installing KDE Beta 4 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok, there's seems to be no consensus on how to go about installing KDE. Here's my situation: I just installed a fresh 2.2.6 install over FTP. So far, so good. I have XFree86 running fine with the default window manager (ugh). I've gathered from reading around that I do NOT want to install from the files downloaded from the KDE website. Instead, use the ports from the FreeBSD site. Very well... Using /stand/sysintall, the port version listed is 3.1. Not what I want (4.1). The version listed in /usr/ports/x11/kde is also 3.1 :( The version listed at http://www.freebsd.org/ports/x11.html is 4.1. YES. HOWEVER... it gets confusing. There are a bunch of files (kdebase, kdelibs, giflib, jpeg, qt) that are needed, and order is unclear. Ahh... but the "meta-port" claims to be a one-stop shop to get KDE installed. So I download the 4.1 metaport. And I start installing it... only to see it start trying to grab 3.1 files. BAD... (it can't find them anyways). I abort. Ok, so I'll try it by hand... install the individual packages by-hand, in the best order I can figure. giflib, jpeg, and qt all installed fine. Looks like the next is kdelibs... go to install it, and I get errors. It requires bzip2, which it fetches, then bails on an md5/checksum error. Grrr... OK what the heck do I need to do to get 4.1 running? Thanks in advance... ----------------------- Scott I. Remick (MCP, A+, HP) mailto:scott@computeralt.com Network Systems Administrator (802)388-7545 FAX:(802)388-3697 Computer Alternatives, Inc. http://www.computeralt.com Theater is life. Television is furniture. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 16:49:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA25908 for freebsd-questions-outgoing; Thu, 28 May 1998 16:49:17 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA25850 for ; Thu, 28 May 1998 16:49:08 -0700 (PDT) (envelope-from dean@odyssey.apana.org.au) Received: from localhost (dean@localhost) by odyssey.apana.org.au (8.8.8/8.8.7) with SMTP id HAA02111; Fri, 29 May 1998 07:50:04 +0800 (WST) Date: Fri, 29 May 1998 07:50:04 +0800 (WST) From: Dean Hollister To: David Babler cc: freebsd-questions@FreeBSD.ORG Subject: Re: 2.2-STABLE Kernel Broken? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 28 May 1998, David Babler wrote: > I CVSUP'd RELENG_2_2 today and tried to build a new kernel. It errored out > with: Hmmm. I just performed an upgrade from -CURRENT to 2.2.6-RELEASE and recompiled the kernel with no problems... Regards, d. +-------------------------------------------------------+ | Dean Hollister, | dean@odyssey.apana.org.au | | Perth, Western Australia. | deanh@iinet.net.au | +-------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 16:59:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA27581 for freebsd-questions-outgoing; Thu, 28 May 1998 16:59:13 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.kersur.net (root@mail.kersur.net [199.79.199.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA27575 for ; Thu, 28 May 1998 16:59:05 -0700 (PDT) (envelope-from dswartz@druber.com) Received: from manticore (manticore.druber.com [207.180.95.108]) by mail.kersur.net (8.8.8/8.8.8) with SMTP id TAA10052 for ; Thu, 28 May 1998 19:58:58 -0400 (EDT) Message-Id: <3.0.5.32.19980528195857.00930100@mail.kersur.net> X-Sender: druber@mail.kersur.net X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Thu, 28 May 1998 19:58:57 -0400 To: freebsd-questions@FreeBSD.ORG From: Dan Swartzendruber Subject: reading from serial port? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a null modem cable connecting S0 on two freebsd 2.2.6-stable boxes. One of the is booted in serial console mode. I am trying to read from the serial port on the other one. I'm seeing some peculiar behavior. Basically, when the reader opens /dev/cuaa0 (or /dev/ttyd0), it blocks. Okay. Then, if I throw something in the other end (manually, by 'echo xxx > /dev/cua00', I do see that output show up, but then the reader goes into an infinite loop of returning from read with nbytes of zero. Even though there is clearly no data present, it is returning nonetheless. If I close and re-open the port, I do block as expected. What am I missing? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 17:00:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA27854 for freebsd-questions-outgoing; Thu, 28 May 1998 17:00:10 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from marvin.albury.net.au (marvin.albury.NET.AU [203.15.244.108]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA27676 for ; Thu, 28 May 1998 16:59:58 -0700 (PDT) (envelope-from josh2@marvin.albury.net.au) Received: (from josh2@localhost) by marvin.albury.net.au (8.8.7/8.8.8) id KAA04152; Fri, 29 May 1998 10:09:57 +1000 (EST) Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Fri, 29 May 1998 09:44:49 +1000 (EST) From: Josh To: Doug White Subject: Re: Boches Port Cc: FreeBSD Questions , William Woods Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have installed Boches and got win3.11 running (crawling) on it. From memory I could not get mouse control in windows. I didnt argue with it much as it was so slow it was unusable for my task anyhow. It would be great to see it speed up, a 1Gig PII perhaps :-). I had it on a P166 with 32Meg. On 28-May-98 Doug White wrote: >On Wed, 27 May 1998, William Woods wrote: > >> Anyone here used the Boches Port to emulate Win95,? > >I heard of sone trying to install windows in it, it was taking forever. > > >Doug White | University of Oregon >Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant >http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message ---------------------------------- E-Mail: Josh Date: 29-May-98 Time: 09:44:53 This message was sent by XFMail ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 17:05:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA28861 for freebsd-questions-outgoing; Thu, 28 May 1998 17:05:25 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from webserver (mail.w-va.com [208.155.227.5] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id RAA28815 for ; Thu, 28 May 1998 17:05:03 -0700 (PDT) (envelope-from nathan@mtec.net) From: nathan@mtec.net Received: from usr96.mtec.net (usr96.mtec.net [208.155.227.196]) by webserver (NTMail 3.02.13) with ESMTP id va081193 for ; Thu, 28 May 1998 20:04:52 -0400 Message-ID: <356E2471.6E63684F@mtec.net> Date: Thu, 28 May 1998 19:58:58 -0700 X-Mailer: Mozilla 4.05 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Question 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 am wanting to install FreeBSD on my computer, but MS-DOS is on my hard-disk. Can I have both FreeBSD AND DOS on my disk or do I need to delete the MS-DOS?? If not is there a program that will prompt me which OS to boot up with?? Confused first installer, Nathan nathan@mtec.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 17:06:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA29156 for freebsd-questions-outgoing; Thu, 28 May 1998 17:06:24 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from fly.HiWAAY.net (root@fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA29138 for ; Thu, 28 May 1998 17:06:17 -0700 (PDT) (envelope-from dkelly@nospam.hiwaay.net) Received: from nospam.hiwaay.net (tnt1-216.HiWAAY.net [208.147.147.216]) by fly.HiWAAY.net (8.8.8/8.8.6) with ESMTP id TAA30342; Thu, 28 May 1998 19:06:15 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by nospam.hiwaay.net (8.8.8/8.8.4) with ESMTP id TAA19345; Thu, 28 May 1998 19:06:13 -0500 (CDT) Message-Id: <199805290006.TAA19345@nospam.hiwaay.net> X-Mailer: exmh version 2.0.2 2/24/98 To: Guillermo Gonzalez cc: freebsd-questions@FreeBSD.ORG From: David Kelly Subject: Re: Help...with popper In-reply-to: Message from Guillermo Gonzalez of "Wed, 27 May 1998 21:13:36 EDT." <356CBA40.80E66DA1@cantv.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 28 May 1998 19:06:13 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Guillermo Gonzalez writes: > Hi, my name is Guillermo > I'm trying to setting a popper in a server with FreeBSD 2.2.2 > now it's functioning but i see amessage: > " can't get a cannonical name of the client" > What does it means ? It means the machine which is popping email is not in DNS or /etc/hosts. > How can i solve this ? Add the IP address of the remote host(s) to DNS, /etc/hosts, or hack the offending message out of popper. There is one other way, syslogd can be instructed to ignore this class of popper messages. There might be other messages of interest. So if only this one (right now) is causing problems its easiest to delete it in the source code and leave any other possible messages enabled % su # cd /usr/ports/mail/popper # make patch # cd work/qpopper2.41beta1 # grep -i canonical *.c pop_init.c: /* Get the canonical name of the host to whom I am speaking */ pop_init.c: "(v%s) Unable to get canonical name of client, err = %d", # vi pop_init.c /* Get the canonical name of the host to whom I am speaking */ ch = gethostbyaddr((char *) &cs.sin_addr, sizeof(cs.sin_addr), AF_INET); if (ch == NULL){ #ifdef CANONICAL_BELLYACHE pop_log(p,POP_PRIORITY, "(v%s) Unable to get canonical name of client, err = %d", VERSION, errno); #endif p->client = p->ipaddr; } Add the #ifdef/#endif shown above. Don't worry about CANONICAL_BELLYACHE, just chose something thats not defined. # cd ../.. # pwd /usr/ports/mail/popper # pkg_delete qpopper-2.41b1 # make install # make clean # exit % -- 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 Thu May 28 17:09:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA29881 for freebsd-questions-outgoing; Thu, 28 May 1998 17:09:15 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA29796 for ; Thu, 28 May 1998 17:08:52 -0700 (PDT) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id RAA17932; Thu, 28 May 1998 17:08:48 -0700 (PDT) Message-Id: <199805290008.RAA17932@implode.root.com> To: Dave Marquardt cc: freebsd-questions@FreeBSD.ORG Subject: Re: Incorrect FTP Time In-reply-to: Your message of "28 May 1998 07:58:00 CDT." <85iumqa6xz.fsf@localhost.zilker.net> From: David Greenman Reply-To: dg@root.com Date: Thu, 28 May 1998 17:08:48 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Bryant Martin writes: >> I am running a FreeBSD server, and, although the system time is set to >> the correct time, incoming and outgoing FTP transactions are post-timed >> by four hours. We can find no apparent cause for this. Has anyone >> there seen this on another system, and, if so, can I get a suggestion on >> how to correct it? >> >> Thank you very much, >> Bryant Martin >> >> Commonwealth/Martin >> 1700 Venable Street >> Richmond, VA 23223-6308 > >Considering that you're on the east coast of the US, you're exactly 4 >hours behind UTC. So your FTP server is running on UTC, for some >reason. Perhaps someone else on the list can address the reasons for >that and whether it's really harmful. There is no /etc/locatime file in the anonymous FTP chroot area, so the times default to GMT. This is probably a good thing because you generally want the external view of times to be consistent, and daylight savings time conflicts with this goal. -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 17:15:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA01392 for freebsd-questions-outgoing; Thu, 28 May 1998 17:15:50 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from fly.HiWAAY.net (root@fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA01348 for ; Thu, 28 May 1998 17:15:08 -0700 (PDT) (envelope-from dkelly@nospam.hiwaay.net) Received: from nospam.hiwaay.net (tnt1-216.HiWAAY.net [208.147.147.216]) by fly.HiWAAY.net (8.8.8/8.8.6) with ESMTP id TAA32687; Thu, 28 May 1998 19:15:01 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by nospam.hiwaay.net (8.8.8/8.8.4) with ESMTP id TAA19437; Thu, 28 May 1998 19:14:59 -0500 (CDT) Message-Id: <199805290014.TAA19437@nospam.hiwaay.net> X-Mailer: exmh version 2.0.2 2/24/98 To: "RMIRON.US.ORACLE.COM" cc: freebsd-questions@FreeBSD.ORG From: David Kelly Subject: Re: using a floppy In-reply-to: Message from "RMIRON.US.ORACLE.COM" of "28 May 1998 12:51:43 PDT." <199805282000.NAA20939@mailsun2.us.oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 28 May 1998 19:14:59 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "RMIRON.US.ORACLE.COM" writes: > Greetings, > > I am running FreeBSD on a pentium platform. The hardware contains a floppy > device. When I try to use the floppy I can format a disk, but I cannot > mount > the floppy. The command that I use is: mount /dev/fd0 /floppy. I get the > error message "Incorrect Super Block". I check the etc/fstab file and it > does > not show anything for /floppy. There were no super block errors during > installation and I have checked the compatibility of the hardware. > > Does the mount command require any options or am I just missing the point > altogether? Almost missing the point. fdformat(1) only does a low level format. The floppy would be good for writing tar achives to. Or you could use newfs(8) to write a new UFS filesystem. Yet we're talking about floppies here, so "mkdosfs(1)" is probably the most appropriate. Then because its not much use to try running something off a floppy, and because mounting is a minor hassle, the mtools port in /usr/ports/emulators/mtools is much handier. Simply use mcopy(1), mdir(1), mcd(1), etc, to access the DOS floppy without mounting. There are/were other tools for dealing with Mac floppies. -- 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 Thu May 28 17:16:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA01446 for freebsd-questions-outgoing; Thu, 28 May 1998 17:16:03 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mercury.jorsm.com (mercury.jorsm.com [207.112.128.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA01387 for ; Thu, 28 May 1998 17:15:46 -0700 (PDT) (envelope-from jer@jorsm.com) Received: from localhost (jer@localhost) by mercury.jorsm.com (8.8.7/8.8.7) with SMTP id TAA01617; Thu, 28 May 1998 19:15:40 -0500 (CDT) Date: Thu, 28 May 1998 19:15:40 -0500 (CDT) From: Jeremy Shaffner To: Ting Liu cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD download In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, Ting Liu wrote: > To Whom may concer > I would like to know how to download FreeBSD on FTP website an audio file, like ...\bin\bin.au. > Thank You > Heh. That is not an .au file. It is one of the files in the bin distribution. -===================================================================- Jeremy Shaffner JORSM Internet Senior Technical Support Northwest Indiana's Premium jer@jorsm.com Internet Service Provider support@jorsm.com http://www.jorsm.com -===================================================================- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 17:18:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA01779 for freebsd-questions-outgoing; Thu, 28 May 1998 17:18:07 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA01704 for ; Thu, 28 May 1998 17:17:27 -0700 (PDT) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id RAA18004; Thu, 28 May 1998 17:15:56 -0700 (PDT) Message-Id: <199805290015.RAA18004@implode.root.com> To: Doug White cc: "Ronald F. Guilmette" , questions@FreeBSD.ORG Subject: Re: How do I find out how much memory the kernel is using now? In-reply-to: Your message of "Wed, 27 May 1998 14:09:15 PDT." From: David Greenman Reply-To: dg@root.com Date: Thu, 28 May 1998 17:15:56 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> I spent good money to put 32 MB of main memory in this puppy and now when >> I say that it look like the OS is using up all but 3.8 MB of that you say >> ``That isn't bad''. > >FreeBSD (and UNIces in general) don't use memory the same way MicroSlop >systems do. FreeBSD will allocate all of system RAM to itself, or as >much as it can use. RAM is first allocated to the kernel then to user >programs. Everything left over is allocted to a disk cache, aka buffer >cache, that is dynamically sized according to system RAM demands. Thus >your `Free RAM' number will stay small. Here's a snapshot of my >workstation's memory usage from top: > >Mem: 15M Active, 1444K Inact, 15M Wired, 5016K Cache, 4536K Buf, 504K Free > >This machine has 40MB of RAM installed. I see the 500K left totally Free >is reserved for any instant memory demands, but otherwise the left over >9MB is allocated to the disk cache and buffers. Actually it's even more complicated then that. The numbers that top reports are quite useless for determining the split between process memory and disk caching. The "cache" number is, for lack of a better term, the 'low priority' part of the disk cache...those pages that will be reclaimed first. Higher priority disk cache pages will be in the "active" and "inactive" class. The "buffers" number is almost completely useless and I don't know why top reports it. Process pages are usually in the "active" class, but can be "inactive" or "cache" as well. So the numbers all have to do with priority and have to do with type. -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 17:21:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA02608 for freebsd-questions-outgoing; Thu, 28 May 1998 17:21:48 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA02463 for ; Thu, 28 May 1998 17:21:16 -0700 (PDT) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id RAA18059; Thu, 28 May 1998 17:19:50 -0700 (PDT) Message-Id: <199805290019.RAA18059@implode.root.com> To: "Ronald F. Guilmette" cc: Doug White , questions@FreeBSD.ORG Subject: Re: How do I find out how much memory the kernel is using now? In-reply-to: Your message of "Wed, 27 May 1998 15:31:02 PDT." <27896.896308262@monkeys.com> From: David Greenman Reply-To: dg@root.com Date: Thu, 28 May 1998 17:19:50 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Due to some goofy partitioning left over from another project, I have a >HUGE 1.5 GB swap partition. Top shows that (on average) I am only using >about 1% of that, which superficially sounds quite modest and OK, until >I looked more closely and saw that the truth of that matter is that I'm >constantly using about 18 MB of swap... mostly due to a single big process >that I know is thrashing its actual working set a lot. > >So at last I have my answer. I need to put at least 18 MB more main memory >into this machine in order to get it to stop behaving like a whashing machine >with a unbalanced load set to the `spin' cycle. :-) I'll be doing that >forthwith. FreeBSD will swap out idle pages even when you have plenty of RAM for the process. It does this to make more room for the disk cache...and this behavior does improve overall performance. So it isn't uncommon to have some stuff in swap even though the system isn't paging heavily. The thing to watch for is pageins/outs which top also displays when they occur. A high rate of paging is bad, but a page or three every few seconds is nothing to worry about. -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 17:34:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA05558 for freebsd-questions-outgoing; Thu, 28 May 1998 17:34:09 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from phwilm.zeneca.com (phwilm.zeneca.com [208.197.163.35]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id RAA05447 for ; Thu, 28 May 1998 17:33:40 -0700 (PDT) (envelope-from ian.clendaniel@phwilm.zeneca.com) Received: from [156.70.134.198] by phwilm.zeneca.com via smtpd (for hub.FreeBSD.ORG [204.216.27.18]) with SMTP; 28 May 1998 23:49:16 UT Received: from usuwphsmtp01.usuwph.zeneca.com ([156.70.134.197] (may be forged)) by usuwphsmtp02.phwilm.zeneca.com (2.5 Build 2639 (Berkeley 8.8.6)/8.8.4) with ESMTP id UAA18240 for ; Thu, 28 May 1998 20:28:37 -0400 Received: from usuwphmsxhub02.usuwph.zeneca.com (usuwphmsxhub02.usuwph.zeneca.com [156.70.134.229]) by usuwphsmtp01.usuwph.zeneca.com (2.5 Build 2639 (Berkeley 8.8.6)/8.8.4) with SMTP id UAA14915 for ; Thu, 28 May 1998 20:27:14 -0400 Received: by usuwphmsxhub02.usuwph.zeneca.com with SMTP (Microsoft Exchange Server Internet Mail Connector Version 4.0.995.52) id <01BD8A77.D1D5E840@usuwphmsxhub02.usuwph.zeneca.com>; Thu, 28 May 1998 20:33:06 -0400 Message-ID: From: Clendaniel Ian IB To: "'freebsd-questions@freebsd.org'" Subject: XF86 with Neomagic Chipset... Date: Thu, 28 May 1998 20:33:04 -0400 X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.995.52 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alright. I know that the Neomagic chipset isn't directly supported with XFree86 but I can't seem to even get the vga server up and running on it. I'm attempting to install 2.2.6 on a NEC Versa 6060 (P166/48Megs) and the XF86Setup util seems to run fine but when I go to "startx" afterwards the machine just freezes (it never goes anywhere...just sits with startx displayed on the screen). It has the Neomagic 128ZV chipset and I'm trying to get it set up so that I can try the XiG X-server which supports the chipset. I'm at a loss as to what is wrong. I have reinstalled twice and also attempted to install on another laptop (P200/64Megs) with the same video adapter. I thought that the mouse was messing it up (PS/2 touchpad...mouse daemon works fine during setup) so I tried to disable but still ran into the same problems. HELP! I really want to get rid of winblows on this laptop (it's the only machine that I _don't_ have running FBSD) but unless I can get X running it's not going to happen. --Ian Ian Clendaniel IT Technition Zeneca Pharmaceuticals FOC1 NW255 x4494 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 17:38:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA06560 for freebsd-questions-outgoing; Thu, 28 May 1998 17:38:39 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mixer.visi.com (root@mixer.visi.com [209.98.98.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA06412 for ; Thu, 28 May 1998 17:37:46 -0700 (PDT) (envelope-from ekholm@visi.com) Received: from thumper.visi.com (ekholm@thumper.visi.com [209.98.98.3]) by mixer.visi.com (8.8.8/8.7.5) with SMTP id TAA07207 for ; Thu, 28 May 1998 19:37:37 -0500 (CDT) Posted-Date: Thu, 28 May 1998 19:37:37 -0500 (CDT) Date: Thu, 28 May 1998 19:37:37 -0500 (CDT) From: Mike Ekholm To: freebsd-questions@FreeBSD.ORG Subject: partition probs Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to upgrade from 2.1.7.1 to 2.2.5 on my 486. I am having problems with the partition stage. It says "Writing partition information to drive wd0" and gets stuck there. no hard drive activity. I have let it sit for 2 hours, and nothing. Here is what I get under alt-F2: ... DEBUG: Add mapping for cuaa0 on /dev/ppp0 pid 5 (sysinstall), uid 0, was killed: out of swap space pid 6 (sysinstall), uid 0, was killed: out of swap space pid 7 (sysinstall), uid 0, was killed: out of swap space Can't open input file in dialog_textbox(). pid 8 (sysinstall), uid 0, was killed: out of swap space DEBUG: Scanning disk wd0 for root filesystem DEBUG: Scanning disk wd0 for swap partitions (end output) that is all I get (well, the bottom half of the screen) one other thing, I did not get the 2 pages about the upgrade warnings, just the yes/no prompt asking if i realy do want to upgrade (this all when I choose the upgrade option) How do I fix my partition problem? Thanks, -Mike -- ekholm@visi.com | http://www.visi.com/~ekholm | quake:nalez ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Unix is user-friendly, not beginner-friendly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 18:17:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA13680 for freebsd-questions-outgoing; Thu, 28 May 1998 18:17:09 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail1.realtime.net (mail1.realtime.net [205.238.128.217]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA13634 for ; Thu, 28 May 1998 18:16:58 -0700 (PDT) (envelope-from jktheowl@bga.com) Received: (qmail 22738 invoked from network); 29 May 1998 01:16:53 -0000 Received: from zoom.realtime.net (HELO zoom.bga.com) (root@205.238.128.40) by mail1.realtime.net with SMTP; 29 May 1998 01:16:53 -0000 Received: from barnowl (apm7-212.realtime.net [204.96.0.212]) by zoom.bga.com (8.6.12/8.6.12) with SMTP id UAA19562 for ; Thu, 28 May 1998 20:16:46 -0500 Date: Thu, 28 May 1998 20:23:44 -0500 (CDT) From: John Kenagy X-Sender: jktheowl@barnowl To: questions freebsd Subject: si02 and sio3 both dead? Message-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 lost. Some time ago I added a serial and parallel port card, rebuilt the kernel, hooked up the parallel port to a second printer and ran fine. The probe reports the serial ports, too. I have read everything and tried it all but the /dev/cuaa2 and 3 are dead as well as /dev/ttyd2 and 3. Modems switched, cords switched, entries in /etc/ttys for cuaa1 do not work with cuaa2. Using mgetty on cuaa1, I can log in but not on cuaa2. What other files than /etc/ttys, /etc/remote, et al do I need to worry about. I have been through the docs and archives. Are _both_ serial ports dead? John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 18:21:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA14350 for freebsd-questions-outgoing; Thu, 28 May 1998 18:21:41 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from zero.alphawest.com.au (dns.alphawest.com.au [203.14.124.44]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA14309 for ; Thu, 28 May 1998 18:21:25 -0700 (PDT) (envelope-from stephenc@ios.alphawest.com.au) Received: (from smap@localhost) by zero.alphawest.com.au (8.6.12/8.6.12) id JAA15802 for ; Fri, 29 May 1998 09:17:04 +0800 Received: from parang(203.14.124.50) by zero via smap (V2.0p2) id xma015800; Fri, 29 May 98 09:16:41 +0800 Received: from stephenc ([203.14.124.41]) by parang.alphawest.com.au (8.9.0/8.8.8) with SMTP id JAA03201 for ; Fri, 29 May 1998 09:11:40 +0800 (WST) (envelope-from stephenc@ios.alphawest.com.au) Message-ID: <005d01bd8a9f$3a2cf560$297c0ecb@stephenc.alphawest.com.au> Reply-To: "Stephen Cooper" From: "Stephen Cooper" To: "FreeBSD mailing list" Subject: How to set up root user in Kerberos (su - not working correctly) Date: Fri, 29 May 1998 09:15:10 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have installed DES + kerberos as an additional package, I seem to have it working for general users, however when I "su -" I get the following message "stephenc:/disk2/home/stephenc>su - root su: kerberos: not in root's ACL. Password:" And no kerberos ticket is issued. What steps would I need to follow to rectfiy this (This is a second posting, hopefully with more coherent details this time :) I know tickets are being issued: ogin: login: stephenc Password: Last login: Thu May 28 13:26:22 from 203.14.124.41 Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 2.2.6-RELEASE (PAO) #0: Tue May 19 13:28:05 WST 1998 Welcome to FreeBSD! If the info distribution has been loaded on this machine, the FreeBSD Handbook will be in file:/usr/share/doc/handbook and the FAQ in file:/usr/share/doc/FAQ Type /stand/sysinstall to re-enter the installation and configuration utility. erase ^H, kill ^U, intr ^C This is parang.alphawest.com.au stephenc:/disk2/home/stephenc>klist Ticket file: /tmp/tkt_1013 Principal: stephenc@ALPHAWEST.COM.AU Issued Expires Principal May 29 09:09:00 May 29 19:09:00 krbtgt.ALPHAWEST.COM.AU@ALPHAWEST.COM.AU stephenc:/disk2/home/stephenc> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 18:22:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA14600 for freebsd-questions-outgoing; Thu, 28 May 1998 18:22:36 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mercury.jorsm.com (mercury.jorsm.com [207.112.128.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA14558 for ; Thu, 28 May 1998 18:22:30 -0700 (PDT) (envelope-from jer@jorsm.com) Received: from localhost (jer@localhost) by mercury.jorsm.com (8.8.7/8.8.7) with SMTP id UAA04298; Thu, 28 May 1998 20:22:21 -0500 (CDT) Date: Thu, 28 May 1998 20:22:21 -0500 (CDT) From: Jeremy Shaffner To: David Babler cc: freebsd-questions@FreeBSD.ORG Subject: Re: 2.2-STABLE Kernel Broken? 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 Remake the config program first. -===================================================================- Jeremy Shaffner JORSM Internet Senior Technical Support Northwest Indiana's Premium jer@jorsm.com Internet Service Provider support@jorsm.com http://www.jorsm.com -===================================================================- On Thu, 28 May 1998, David Babler wrote: > > I CVSUP'd RELENG_2_2 today and tried to build a new kernel. It errored out > with: > > ---- > loading kernel > isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment > isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment > isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment > isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment > isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment > isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment > isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment > isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment > *** Error code 1 > > Stop. > > ---- > Currently running 2.2.5-STABLE. Does this mean I have to do a make world > before I can rebuild the kernel now, or is something else broken? > > -Dave > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 18:23:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA14772 for freebsd-questions-outgoing; Thu, 28 May 1998 18:23:06 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mercury.jorsm.com (mercury.jorsm.com [207.112.128.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA14686 for ; Thu, 28 May 1998 18:22:52 -0700 (PDT) (envelope-from jer@jorsm.com) Received: from localhost (jer@localhost) by mercury.jorsm.com (8.8.7/8.8.7) with SMTP id UAA04317; Thu, 28 May 1998 20:22:50 -0500 (CDT) Date: Thu, 28 May 1998 20:22:50 -0500 (CDT) From: Jeremy Shaffner To: Amado Gonzalez cc: freebsd-questions@FreeBSD.ORG, agonzale@panix.com Subject: Re: ATAPI internal ZIP drive... In-Reply-To: <356DD797.1EB9FD50@ms.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yes, with the wfd driver. -===================================================================- Jeremy Shaffner JORSM Internet Senior Technical Support Northwest Indiana's Premium jer@jorsm.com Internet Service Provider support@jorsm.com http://www.jorsm.com -===================================================================- On Thu, 28 May 1998, Amado Gonzalez wrote: > Hello: > > DO thenew ATAPI internal ZIP drives work with FreeBSD? > > Amado Gonzalez > agonzale@panix.com > amado@ms.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 18:25:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA15476 for freebsd-questions-outgoing; Thu, 28 May 1998 18:25:40 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mercury.jorsm.com (mercury.jorsm.com [207.112.128.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA15462 for ; Thu, 28 May 1998 18:25:33 -0700 (PDT) (envelope-from jer@jorsm.com) Received: from localhost (jer@localhost) by mercury.jorsm.com (8.8.7/8.8.7) with SMTP id UAA04415; Thu, 28 May 1998 20:24:47 -0500 (CDT) Date: Thu, 28 May 1998 20:24:46 -0500 (CDT) From: Jeremy Shaffner To: Charlie & cc: freebsd-questions@FreeBSD.ORG Subject: Re: Kernel config In-Reply-To: <98052905434300.03045@star.lsp.nsu.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Last I checked, there wasn't a freebsd-statement@freebsd.org list. "Help!" etc does not qualify as a question. Need more input. -===================================================================- Jeremy Shaffner JORSM Internet Senior Technical Support Northwest Indiana's Premium jer@jorsm.com Internet Service Provider support@jorsm.com http://www.jorsm.com -===================================================================- On Fri, 29 May 1998, Charlie & wrote: > Help > I can't make kernel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 18:28:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA16107 for freebsd-questions-outgoing; Thu, 28 May 1998 18:28:18 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA16031 for ; Thu, 28 May 1998 18:28:01 -0700 (PDT) (envelope-from grog@lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id KAA11976; Fri, 29 May 1998 10:57:24 +0930 (CST) (envelope-from grog) Message-ID: <19980529105724.K25469@freebie.lemis.com> Date: Fri, 29 May 1998 10:57:24 +0930 From: Greg Lehey To: Yarema Cc: FreeBSD Questions Subject: Re: "Try reducing NFS_MUIDHASHIZ" References: <044f01bd8aa0$2e469520$1f40e6cd@ichiban.ingress.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <044f01bd8aa0$2e469520$1f40e6cd@ichiban.ingress.com>; from Yarema on Thu, May 28, 1998 at 09:22:00PM -0400 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 28 May 1998 at 21:22:00 -0400, Yarema wrote: >> On Mon, 25 May 1998 at 13:42:16 -0400, Larry S. Marso wrote: >>> I get the following message during boot up: >>> >>> May 25 13:35:35 second /kernel: struct nfsmount bloated (>512bytes) >>> May 25 13:35:35 second /kernel: Try reducing NFS_MUIDHASHSIZ >>> >>> Note that, after a few minutes copying files as a NFS client from another >>> FreeBSD NFS server box, the client box locks up. >>> >>> I cant find this documented anywhere. What do I reduce exactly? >> >> What version of FreeBSD are you running? So far, we've only seen this >> on -CURRENT, and we don't discuss -CURRENT on this mailing list. >> >> It's been fixed in -CURRENT. > > OK, I've been a similar problem on 2.2.6. If I nfs mount /usr/ports > across a Ethernet segment and try to make any port the client will > lock up. I could reproduce this every time by doing a make reinstall > on a precompiled ssh port. Apparently the ssh port insists on > getting relinked during the reinstall and causes the NFS client to > lock up. However dong an NFS install from the same machine usually > works though. That's a whole different problem. This one here was a warning about wasting 512 bytes of kernel memory. Can you give more details about the problem? What machines are you using? What Ethernet boards? Can you perform any other access when NFS locks up? Are you using the GENERIC 2.2.6 kernel, or have you changed anything? Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 18:28:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA16168 for freebsd-questions-outgoing; Thu, 28 May 1998 18:28:41 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from zero.alphawest.com.au (dns.alphawest.com.au [203.14.124.44]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA16122 for ; Thu, 28 May 1998 18:28:20 -0700 (PDT) (envelope-from stephenc@ios.alphawest.com.au) Received: (from smap@localhost) by zero.alphawest.com.au (8.6.12/8.6.12) id JAA15820; Fri, 29 May 1998 09:24:04 +0800 Received: from parang(203.14.124.50) by zero via smap (V2.0p2) id xma015818; Fri, 29 May 98 09:23:50 +0800 Received: from stephenc ([203.14.124.41]) by parang.alphawest.com.au (8.9.0/8.8.8) with SMTP id JAA03219; Fri, 29 May 1998 09:18:48 +0800 (WST) (envelope-from stephenc@ios.alphawest.com.au) Message-ID: <006301bd8aa0$39a50b40$297c0ecb@stephenc.alphawest.com.au> Reply-To: "Stephen Cooper" From: "Stephen Cooper" To: , "Scott I. Remick" Subject: Re: Problems installing KDE Beta 4 Date: Fri, 29 May 1998 09:22:19 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I had the same problem. Have you ever used cvsup? You need to cvsup the /usr/ports/x11 and /usr/ports/graphics directory and start again from scratch. I have kde 4.1 running. The b in beta should be a big B, quite a few of the supplemental apps such as kmail, kfm core dump regularly, but apart from that kde is quite good. Very much like cde in Sun's Solaris 2.6. -----Original Message----- From: Scott I. Remick To: freebsd-questions@FreeBSD.ORG Date: Friday, May 29, 1998 7:42 AM Subject: Problems installing KDE Beta 4 >Ok, there's seems to be no consensus on how to go about installing KDE. >Here's my situation: > >I just installed a fresh 2.2.6 install over FTP. So far, so good. > >I have XFree86 running fine with the default window manager (ugh). > >I've gathered from reading around that I do NOT want to install from the >files downloaded from the KDE website. Instead, use the ports from the >FreeBSD site. Very well... > >Using /stand/sysintall, the port version listed is 3.1. Not what I want >(4.1). > >The version listed in /usr/ports/x11/kde is also 3.1 :( > >The version listed at http://www.freebsd.org/ports/x11.html is 4.1. YES. > >HOWEVER... it gets confusing. There are a bunch of files (kdebase, >kdelibs, giflib, jpeg, qt) that are needed, and order is unclear. Ahh... >but the "meta-port" claims to be a one-stop shop to get KDE installed. > >So I download the 4.1 metaport. And I start installing it... only to see >it start trying to grab 3.1 files. BAD... (it can't find them anyways). I >abort. > >Ok, so I'll try it by hand... install the individual packages by-hand, in >the best order I can figure. giflib, jpeg, and qt all installed fine. >Looks like the next is kdelibs... go to install it, and I get errors. It >requires bzip2, which it fetches, then bails on an md5/checksum error. >Grrr... > >OK what the heck do I need to do to get 4.1 running? > >Thanks in advance... >----------------------- >Scott I. Remick (MCP, A+, HP) mailto:scott@computeralt.com >Network Systems Administrator (802)388-7545 FAX:(802)388-3697 >Computer Alternatives, Inc. http://www.computeralt.com > >Theater is life. Television is furniture. > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 18:50:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA19277 for freebsd-questions-outgoing; Thu, 28 May 1998 18:50:53 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from iectech.com (netgate.iectech.com [198.136.226.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA19257 for ; Thu, 28 May 1998 18:50:40 -0700 (PDT) (envelope-from CPELTIER@iectech.com) Received: by netgate.iectech.com id <6209>; Thu, 28 May 1998 17:22:09 -0400 From: Chris Peltier To: "'David Babler'" Cc: "'freebsd-questions@FreeBSD.org'" Subject: RE: 2.2-STABLE Kernel Broken? Date: Thu, 28 May 1998 21:30:48 -0400 X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.837.3 Message-Id: <98May28.172209edt.6209@netgate.iectech.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I had the same problem. I went to the isa.c code and commented out the offending references, continued with the make and the kernel is rock solid. I am not sure what this references.... Is it SCSI CAM support or a video CAM? Whatever it is I don't have it! Sincerely, Chris Peltier * email: CPeltier@NetCarrier.com * voice: 215-257-4917 * FAX: 215-257-4916 >---------- >From: David Babler[SMTP:dbabler@Rigel.orionsys.com] >Sent: Thursday, May 28, 1998 4:51 PM >To: freebsd-questions@FreeBSD.ORG >Subject: 2.2-STABLE Kernel Broken? > > > >I CVSUP'd RELENG_2_2 today and tried to build a new kernel. It errored >out >with: > >---- >loading kernel >isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment >isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment >isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment >isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment >isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment >isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment >isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment >isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment >*** Error code 1 > >Stop. > >---- >Currently running 2.2.5-STABLE. Does this mean I have to do a make >world >before I can rebuild the kernel now, or is something else broken? > >-Dave > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 18:54:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA19934 for freebsd-questions-outgoing; Thu, 28 May 1998 18:54:20 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mailhost2.u.washington.edu (mailhost2.u.washington.edu [140.142.33.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA19927 for ; Thu, 28 May 1998 18:54:12 -0700 (PDT) (envelope-from dmorrisn@u.washington.edu) Received: from u.washington.edu (dmorrisn@D-128-95-141-106.dhcp.washington.edu [128.95.141.106]) by mailhost2.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.11) with ESMTP id SAA27522; Thu, 28 May 1998 18:54:00 -0700 Message-ID: <356E15CE.AFECDF96@u.washington.edu> Date: Thu, 28 May 1998 18:56:30 -0700 From: Don Morrison X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.6-STABLE i386) MIME-Version: 1.0 To: nathan@mtec.net CC: freebsd-questions@FreeBSD.ORG Subject: Re: Question References: <356E2471.6E63684F@mtec.net> 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 am wanting to install FreeBSD on my computer, but MS-DOS is on my > hard-disk. Can I have both FreeBSD AND DOS on my disk or do I need to > delete the MS-DOS?? If not is there a program that will prompt me which > OS to boot up with?? > Confused first installer, > Nathan > nathan@mtec.net No, you do not need to wipe out your DOS installation necessarily. See: http://www.de.FreeBSD.org/handbook/handbook19.html#21 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 19:00:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA20936 for freebsd-questions-outgoing; Thu, 28 May 1998 19:00:51 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp1.erols.com (smtp1.erols.com [207.172.3.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA20908 for ; Thu, 28 May 1998 19:00:42 -0700 (PDT) (envelope-from philuint@erols.com) Received: from erols.com (207-172-119-19.s19.tnt2.brd.erols.com [207.172.119.19]) by smtp1.erols.com (8.8.8/8.8.5) with ESMTP id WAA09466 for ; Thu, 28 May 1998 22:00:36 -0400 (EDT) Message-ID: <356E15B9.AA2BA118@erols.com> Date: Thu, 28 May 1998 21:56:09 -0400 From: Whee Kim X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: question: about SCSI ZIP DRIVE Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to set up my ZIP drive... this is what I get from dmseg.... aic0 at 0x340-0x35f irq 9 on isa aic0 waiting for SCSI devices to settle (aic0:6:0): "IOMEGA ZIP 100 D.13" type 0 removable SCSI sd0(aic0:6:0):Direct-Access sd0(aic0:6:0):NOT READY asc:3a,0 Medium not present sd0:Could not get size sd0(aic0:6:0):ILLEGAL REQUEST asc:24,0 invalid filed in CDB sd0 could not mode sense (4). Using ficticious geometry What is wrong? How do I fix this? and after I fix this? How do I mount ZIP DRIVE, format it? and newfs?! Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 19:30:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA26406 for freebsd-questions-outgoing; Thu, 28 May 1998 19:30:12 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from sommer.dyn.ml.org (Child@kato-ras1-4-cs-25.dial.mctcnet.net [208.156.162.175]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA26247 for ; Thu, 28 May 1998 19:29:53 -0700 (PDT) (envelope-from child@healing.edunet.aus.net) Received: from child (Child@child.sommer.dyn.ml.org [192.168.0.1]) by sommer.dyn.ml.org (8.8.7/8.8.8) with SMTP id SAA02422; Tue, 10 Feb 1998 18:45:37 -0600 (CST) (envelope-from child@healing.edunet.aus.net) Message-Id: <3.0.3.32.19980528213714.00693f84@192.168.0.10> X-Sender: child@192.168.0.10 X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Thu, 28 May 1998 21:37:14 -0500 To: freebsd-questions@FreeBSD.ORG From: Child Subject: Squid/filter?? Cc: rin@sommer.dyn.ml.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear All, i'm faced in trying to find a way to restict web broswering of one of my win95 client boxs (that has 2.2.5-REL as its inet gateway) basicly I need to look a the HTML content in the page look for bad works ie sex porn blah blah and redirect them to a local page saying you cant vieqw that etc etc or just stop loading completey can squid do anything of the sort if not is there anyway I can do this? Thanks Jeremy Sommer Time to heal....Time to recover...Time to Move on..Time to live life. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 19:37:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA27692 for freebsd-questions-outgoing; Thu, 28 May 1998 19:37:02 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA27678 for ; Thu, 28 May 1998 19:36:53 -0700 (PDT) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id TAA18979; Thu, 28 May 1998 19:36:42 -0700 (PDT) Message-Id: <199805290236.TAA18979@implode.root.com> To: Doug White cc: "Ronald F. Guilmette" , questions@FreeBSD.ORG Subject: Re: How do I find out how much memory the kernel is using now? In-reply-to: Your message of "Thu, 28 May 1998 17:15:56 PDT." <199805290015.RAA18004@implode.root.com> From: David Greenman Reply-To: dg@root.com Date: Thu, 28 May 1998 19:36:42 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Oops, I edited a bit too aggressively. :-) >it. Process pages are usually in the "active" class, but can be "inactive" >or "cache" as well. So the numbers all have to do with priority and have to nothing ^ >do with type. -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 19:37:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA27724 for freebsd-questions-outgoing; Thu, 28 May 1998 19:37:18 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mtiwmhc02.worldnet.att.net (mtiwmhc02.worldnet.att.net [204.127.131.37]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA27693 for ; Thu, 28 May 1998 19:37:02 -0700 (PDT) (envelope-from jtranch@worldnet.att.net) Received: from worldnet.att.net ([12.68.37.218]) by mtiwmhc02.worldnet.att.net (InterMail v03.02.03 118 118 102) with ESMTP id <19980529023630.IGPD5374@worldnet.att.net> for ; Fri, 29 May 1998 02:36:30 +0000 Message-ID: <356E20A5.4D74B8E9@worldnet.att.net> Date: Thu, 28 May 1998 22:42:46 -0400 From: JT X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Questions on IP changes Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I need to change the IP's on a FreeBSD 2.2.6 machine. What are the files I need to edit to change this. When I run sysinstall to do it it doesn't remove the old info from some of the files. Thanks. Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 19:40:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA28530 for freebsd-questions-outgoing; Thu, 28 May 1998 19:40:23 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA28403 for ; Thu, 28 May 1998 19:40:07 -0700 (PDT) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id TAA18999; Thu, 28 May 1998 19:39:52 -0700 (PDT) Message-Id: <199805290239.TAA18999@implode.root.com> To: Dan Meyer cc: questions@FreeBSD.ORG Subject: Re: 100Mbs NIC Question In-reply-to: Your message of "Thu, 28 May 1998 13:02:35 EDT." From: David Greenman Reply-To: dg@root.com Date: Thu, 28 May 1998 19:39:52 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hi. I need to upgrade my 10Mb NIC to a 100Mb model. After looking >through the archive it seems like the Intel EtherExpress PRO/100+ would be >my best choice. I'm looking for a stable, reliable and well supported PIC >NIC, will this be my best choice? Yes. -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 19:41:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA28735 for freebsd-questions-outgoing; Thu, 28 May 1998 19:41:44 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from couatl.uchicago.edu (couatl.uchicago.edu [128.135.21.64]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA28695 for ; Thu, 28 May 1998 19:41:29 -0700 (PDT) (envelope-from sfarrell@couatl.uchicago.edu) Received: (from sfarrell@localhost) by couatl.uchicago.edu (8.9.0/8.9.0) id VAA11252; Thu, 28 May 1998 21:41:07 -0500 (CDT) To: David Babler Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 2.2-STABLE Kernel Broken? References: From: sfarrell@farrell.org Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Date: 28 May 1998 21:41:06 -0500 In-Reply-To: David Babler's message of "Thu, 28 May 1998 13:51:43 -0700 (PDT)" Message-ID: <87iumppznh.fsf@couatl.uchicago.edu> Lines: 18 X-Mailer: Gnus v5.6.9/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David Babler writes: > I CVSUP'd RELENG_2_2 today and tried to build a new kernel. It errored out > with: > > ---- > loading kernel > isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment Update your sources (e.g., cvsup /usr/share/examples/cvsup/stable-supfile), rebuild config, and reconfig your kernel. Then try again. -- Steve Farrell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 19:44:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA29500 for freebsd-questions-outgoing; Thu, 28 May 1998 19:44:08 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from couatl.uchicago.edu (couatl.uchicago.edu [128.135.21.64]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA29347 for ; Thu, 28 May 1998 19:43:58 -0700 (PDT) (envelope-from sfarrell@couatl.uchicago.edu) Received: (from sfarrell@localhost) by couatl.uchicago.edu (8.9.0/8.9.0) id VAA11255; Thu, 28 May 1998 21:43:27 -0500 (CDT) To: "Dong-Uk Choi" Cc: Subject: Re: where can i get 'lilo'? References: <001101b1e514$83767840$9a07f7cb@simul-2.keimyung.ac.kr> From: sfarrell+lists@farrell.org Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Date: 28 May 1998 21:43:27 -0500 In-Reply-To: "Dong-Uk Choi"'s message of "Fri, 8 Jan 1988 04:01:30 +0900" Message-ID: <87g1htpzjk.fsf@couatl.uchicago.edu> Lines: 19 X-Mailer: Gnus v5.6.9/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Dong-Uk Choi" writes: > I have a problem of booting ... > now two os(win98 & bsd) is installed in a hard, but only bsd is booted... > so I executed 'fdisk /mbr' and the result is no operating system now... > and so I am going to use 'lilo'...c.f. I am a novice > As soon as possible, I hope u send mail to me... You can reinstall the bsd boot in the mbr, and this is probably what you want to do. See the handbook and FAQ at http://freebsd.org, particularly about installing NT or win95 on the same disk as freebsd. Basically you rerun the installer but only have it write out the boot information to disk and then reboot. -- Steve Farrell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 19:48:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA00643 for freebsd-questions-outgoing; Thu, 28 May 1998 19:48:59 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from Rigel.orionsys.com (rigel.orionsys.com [205.148.224.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA00414 for ; Thu, 28 May 1998 19:47:40 -0700 (PDT) (envelope-from dbabler@Rigel.orionsys.com) Received: from localhost (dbabler@localhost) by Rigel.orionsys.com (8.8.8/8.8.8) with SMTP id TAA09824; Thu, 28 May 1998 19:47:31 -0700 (PDT) (envelope-from dbabler@Rigel.orionsys.com) Date: Thu, 28 May 1998 19:47:28 -0700 (PDT) From: David Babler To: Jeremy Shaffner cc: freebsd-questions@FreeBSD.ORG Subject: Re: 2.2-STABLE Kernel Broken? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 28 May 1998, Jeremy Shaffner wrote: > Remake the config program first. Thank you - that fixed it! > > On Thu, 28 May 1998, David Babler wrote: > > > > > I CVSUP'd RELENG_2_2 today and tried to build a new kernel. It errored out > > with: > > > > ---- > > loading kernel > > isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment > > *** Error code 1 > > > > Stop. > > > > ---- > > Currently running 2.2.5-STABLE. Does this mean I have to do a make world > > before I can rebuild the kernel now, or is something else broken? > > > > -Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 19:57:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA02081 for freebsd-questions-outgoing; Thu, 28 May 1998 19:57:16 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ziplink.net (relay-0.ziplink.net [206.15.168.49]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA02074 for ; Thu, 28 May 1998 19:57:08 -0700 (PDT) (envelope-from lrios@ziplink.net) Received: from zip1.ziplink.net (zip1.ziplink.net [206.15.168.18]) by ziplink.net (8.8.7/8.8.7) with SMTP id WAA20904 for ; Thu, 28 May 1998 22:57:07 -0400 (EDT) Date: Thu, 28 May 1998 22:58:38 -0400 (EDT) From: lrios To: freebsd-questions@FreeBSD.ORG Subject: Unexpected warnings Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG While running user ppp I receive numerous warnings like this: Warning: CCP: Unexpected ResetAck (id 11) ignored Warning: CCP: Unexpected ResetAck (id 11) ignored Warning: CCP: Unexpected ResetAck (id 11) ignored Warning: CCP: Unexpected ResetAck (id 11) ignored Has anybody else received messages like this?? It appears to only happen once I start cruising around the net but otherwise fine when using ssh and telnet.. Any help would be fantastic... ______ __ /___ / / / __ / /(@)__ / (@)__ / /__ lrios@ziplink.net / // / _ \/ / / _ \/ '_/ / //_/ .__/_/_/_//_/_/\_\ NASA TEAM / /__/_/___________________ `He who dies with the most toys win!` /___________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 20:02:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA02932 for freebsd-questions-outgoing; Thu, 28 May 1998 20:02:12 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jack.direct.ca (jack.direct.ca [199.60.229.4]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id UAA02853 for ; Thu, 28 May 1998 20:02:00 -0700 (PDT) (envelope-from bsatnam@direct.ca) Received: from van-as-05a08.direct.ca (direct.ca) [204.174.249.8] by jack.direct.ca with esmtp (Exim 1.82 #1) id 0yfFQZ-0006Wv-00; Thu, 28 May 1998 20:01:56 -0700 Message-ID: <356E2536.EBA73587@direct.ca> Date: Thu, 28 May 1998 20:02:14 -0700 From: satnam X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: FreeBSD V2.2.2 release 0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I'm a novice Unix and would like to know if there is a way to change the command from a # to a full directory path; so, I can see what directory I'm currently working in. Any help with this matter would be greatly appreciated. satnam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 20:09:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA03972 for freebsd-questions-outgoing; Thu, 28 May 1998 20:09:04 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from bmkind.lnk.telstra.net (bmkind.lnk.telstra.net [139.130.51.118]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA03919 for ; Thu, 28 May 1998 20:08:54 -0700 (PDT) (envelope-from brendan@bmkind.lnk.telstra.net) Received: from localhost (brendan@localhost) by bmkind.lnk.telstra.net (8.8.7/8.8.7) with SMTP id NAA01078 for ; Fri, 29 May 1998 13:08:58 -1000 Date: Fri, 29 May 1998 13:08:29 -1000 (GMT+10) From: Brendan Kosowski To: FreeBSD Questions Subject: BUG with vt100 terminal emulation Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does anyone out there have a BUG FIX for the vt100 terminal emulation problems with FreeBSD 2.2.5 ??? If you are asking "What Bug ?", try setting your term to vt100 and then telnetting into locis.loc.gov or try telnetting into a linux system and using the joe editor help menu. Then compare your results running win95 with a telnet program in vt100 mode. Who do I announce BUGS to ??? Thanks & Regards, Brendan... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 20:24:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA05579 for freebsd-questions-outgoing; Thu, 28 May 1998 20:24:32 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from divre5.telkom.co.id ([202.134.0.55]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id UAA05434; Thu, 28 May 1998 20:23:13 -0700 (PDT) (envelope-from sandy@divre5.telkom.co.id) Received: from ars by divre5.telkom.co.id (SMI-8.6/SMI-SVR4) id KAA04442; Fri, 29 May 1998 10:13:47 -0700 Message-ID: <000501bd8ab1$af345990$7305600a@ars.divre5.net> From: "Arisandy" To: "question-freebsd" , "isp-freebsd" Subject: ppp -alias Date: Fri, 29 May 1998 10:27:17 +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 4.72.2106.4 X-Mimeole: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I use ppp -auto -alias now....for 3 client.... how can I protects others....to join my ppp -auto -alias when he knows ip setting......??? why the ICQ anda mRC athough I only alias the http and ftp??? thanx all To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 20:28:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA06142 for freebsd-questions-outgoing; Thu, 28 May 1998 20:28:19 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA05990 for ; Thu, 28 May 1998 20:27:03 -0700 (PDT) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id UAA19377; Thu, 28 May 1998 20:26:50 -0700 (PDT) Message-Id: <199805290326.UAA19377@implode.root.com> To: Florin Nicolescu cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problem encountered In-reply-to: Your message of "Thu, 28 May 1998 11:04:43 +0300." <356D1A9B.6D53A65A@fx.ro> From: David Greenman Reply-To: dg@root.com Date: Thu, 28 May 1998 20:26:50 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I've got a problem with this ftp site (ftp.freebsd.org), and I don't >know to whom I should post it. >The problem is that when I want to download a port for any application >(e.g. Scilab.tar), I can get only the very first 1k, then it stops. I >thought this is because of my provider, but when I try downloading the >corresponding distfile (tgz), it works perfectly. >I mention that this started about one week ago, and keeps on repeating. >If you have any suggestion, please let me know. Do you have any trouble getting any of the other 'ports'? This sounds like it might be a bad link in the path between us and you. -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 20:32:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA06920 for freebsd-questions-outgoing; Thu, 28 May 1998 20:32:27 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from nexus.astro.psu.edu (nexus.astro.psu.edu [128.118.147.20]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id UAA06913 for ; Thu, 28 May 1998 20:32:18 -0700 (PDT) (envelope-from mph@astro.psu.edu) Received: from mstar.astro.psu.edu by nexus.astro.psu.edu (4.1/Nexus-1.3) id AA01253; Thu, 28 May 98 23:32:06 EDT Received: by mstar.astro.psu.edu (SMI-8.6/Client-1.3) id XAA10116; Thu, 28 May 1998 23:32:04 -0400 Message-Id: <19980528233204.A10089@mstar.astro.psu.edu> Date: Thu, 28 May 1998 23:32:04 -0400 From: Matthew Hunt To: "Wall, Jonathan" , freebsd-questions@FreeBSD.ORG Subject: Re: ^C on 'man' page stops Carriage Return on xterm Mail-Followup-To: "Wall, Jonathan" , freebsd-questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: ; from Wall, Jonathan on Thu, May 28, 1998 at 03:46:49PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, May 28, 1998 at 03:46:49PM +0100, Wall, Jonathan wrote: > If I exit from a 'man' page halfway through its contents using control C > (^C) then subsequent pressing on the Enter key fails to move the prompt > onto a new line. Instead the new prompt appears further along the > original line. Any characters I enter fail to appear at the prompt until > after I push the Enter key. At the moment I have to start a new xterm to > get round this (or try to remember to not use ^C in a man page) Running "reset" should restore the terminal to a sensible state. -- Matthew Hunt * Stay close to the Vorlon. http://mph124.rh.psu.edu/~mph/pgp.key for PGP public key 0x67203349. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 20:47:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA08750 for freebsd-questions-outgoing; Thu, 28 May 1998 20:47:33 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.net-link.net (mail.net-link.net [205.217.6.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA08725 for ; Thu, 28 May 1998 20:47:20 -0700 (PDT) (envelope-from wpub1@net-link.net) Received: from ricecake.fastnet0.net (pmr200-16.bc.net-link.net [207.49.227.56]) by mail.net-link.net (8.9.0/8.9.0) with SMTP id XAA17658 for ; Thu, 28 May 1998 23:47:19 -0400 Message-ID: <356E2F6F.2E4B@net-link.net> Date: Thu, 28 May 1998 23:45:51 -0400 From: Matthew Hagerty Reply-To: wpub1@net-link.net X-Mailer: Mozilla 3.04 (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Projected release for 3.0? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, Does anyone have any idea when 3.0 will be released as stable? I was just wondering if there was a projected date set. Thanks, Matthew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 20:53:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA09887 for freebsd-questions-outgoing; Thu, 28 May 1998 20:53:38 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from achao.chilesat.net (achao.chilesat.net [200.31.43.35]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA09873 for ; Thu, 28 May 1998 20:53:27 -0700 (PDT) (envelope-from raffo@achao.chilesat.net) Received: from PreinstalledCom by achao.chilesat.net; (8.8.8/1.1.8.2/16Jun97-0537PM) id XAA32694; Thu, 28 May 1998 23:48:07 -0400 (CST) Message-ID: <356E5C01.1B97@mail.chilesat.net> Date: Thu, 28 May 1998 23:56:01 -0700 From: rigo Reply-To: raffo@achao.chilesat.net Organization: raffo inc. X-Mailer: Mozilla 3.01 [es] (Win95; I; 16bit) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: i need information Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, i need information.... Where i can ask for prices for dat and dlt drives??? If you can help me i will thank you... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 21:21:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA15580 for freebsd-questions-outgoing; Thu, 28 May 1998 21:21:59 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA15534 for ; Thu, 28 May 1998 21:21:42 -0700 (PDT) (envelope-from grog@lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id NAA23442; Fri, 29 May 1998 13:51:32 +0930 (CST) (envelope-from grog) Message-ID: <19980529135132.A20360@freebie.lemis.com> Date: Fri, 29 May 1998 13:51:32 +0930 From: Greg Lehey To: Brendan Kosowski , FreeBSD Questions Subject: Re: BUG with vt100 terminal emulation References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: ; from Brendan Kosowski on Fri, May 29, 1998 at 01:08:29PM -1000 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998 at 13:08:29 -1000, Brendan Kosowski wrote: ^^^^^ This is the time zone in Hawaii. You appear to be in Melbourne, +1000. > Does anyone out there have a BUG FIX for the vt100 terminal emulation > problems with FreeBSD 2.2.5 ??? I didn't know that we offer a VT100 emulation. What's the name of the package? > If you are asking "What Bug ?", try setting your term to vt100 and then > telnetting into locis.loc.gov or try telnetting into a linux system and > using the joe editor help menu. Then compare your results running win95 > with a telnet program in vt100 mode. This isn't enough to go on. What kind of "term" are you talking about? In addition, I have never yet seen a Windows 95 terminal emulator without bugs. If you mean the TERM environment variable, of course you'll get incorrect results if you set it to the incorrect emulation. What terminal emulator are you trying to use? > Who do I announce BUGS to ??? man send-pr. But you'll need some information. Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 21:47:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA18655 for freebsd-questions-outgoing; Thu, 28 May 1998 21:47:35 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from transbay.net (synergy.transbay.net [207.105.6.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA18644 for ; Thu, 28 May 1998 21:47:30 -0700 (PDT) (envelope-from bh@transbay.net) Received: from localhost (bh@localhost) by transbay.net (8.8.5/8.8.5) with SMTP id VAA23219 for ; Thu, 28 May 1998 21:51:38 -0700 (PDT) Date: Thu, 28 May 1998 21:51:37 -0700 (PDT) From: Brandon Huey To: FreeBSD Questions List Subject: xcalc in freebsd > 2.2.2 Message-ID: X-Copyright: (C)1998 Brandon Huey; Forwarding prohibited MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG xcalc seems to have disappeared in 2.2.{5,6} if not, where is it? thanks, -bh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 21:50:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA19294 for freebsd-questions-outgoing; Thu, 28 May 1998 21:50:31 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from fanfic.org (fanfic.org [205.150.35.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA19259 for ; Thu, 28 May 1998 21:50:20 -0700 (PDT) (envelope-from dstenn@fanfic.org) Received: from fanfic.org (fanfic.org [205.150.35.145]) by fanfic.org (8.8.8/8.8.8) with SMTP id AAA01416; Fri, 29 May 1998 00:50:11 -0400 (EDT) (envelope-from dstenn@fanfic.org) Posted-Date: Fri, 29 May 1998 00:50:11 -0400 (EDT) Date: Fri, 29 May 1998 00:50:11 -0400 (EDT) From: Dennis Tenn To: Tom Wojahn cc: freebsd-questions@FreeBSD.ORG Subject: Re: problem with nec cdrom In-Reply-To: <356CD071.4CBCC06A@usfamily.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, Tom Wojahn wrote: | I have freeBSD v 2.2.1, everytime I try to install from | cdrom it spins up the cd rom but fails to read and copy | files and subsequently locks the pc when you are notified | of its failure to transfer files. It will not install from | cdrom either it starts to boot and then goes off into lala | land. It has a buslogic 545 (bios recently updated to | newest version) card pentium pc Seagate piranha scsi drive | and a nec cdr1610 ( I believe) (fairly new scsi 20x) | drive. I have a dos partition I can try to install from I | suppose but it is only 80 meg. any ideas Try FreeBSD 2.2.6. I have a 24x NEC CDROM and it works fine. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Dennis Tenn * There will always come a time dstenn@fanfic.org * When your love will be tested ICQ# 1457509 * Stand tall and rise to the occasion * For only then will you grow strong. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 21:53:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA20006 for freebsd-questions-outgoing; Thu, 28 May 1998 21:53:21 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from fanfic.org (fanfic.org [205.150.35.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA19958 for ; Thu, 28 May 1998 21:53:11 -0700 (PDT) (envelope-from dstenn@fanfic.org) Received: from fanfic.org (fanfic.org [205.150.35.145]) by fanfic.org (8.8.8/8.8.8) with SMTP id AAA01422; Fri, 29 May 1998 00:53:07 -0400 (EDT) (envelope-from dstenn@fanfic.org) Posted-Date: Fri, 29 May 1998 00:53:07 -0400 (EDT) Date: Fri, 29 May 1998 00:53:07 -0400 (EDT) From: Dennis Tenn To: JT cc: freebsd-questions@FreeBSD.ORG Subject: Re: Questions on IP changes In-Reply-To: <356E20A5.4D74B8E9@worldnet.att.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 28 May 1998, JT wrote: | I need to change the IP's on a FreeBSD 2.2.6 machine. What are the | files I need to edit to change this. When I run sysinstall to do it it | doesn't remove the old info from some of the files. It's in the /etc/rc.conf file. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Dennis Tenn * There will always come a time dstenn@fanfic.org * When your love will be tested ICQ# 1457509 * Stand tall and rise to the occasion * For only then will you grow strong. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 21:53:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA20017 for freebsd-questions-outgoing; Thu, 28 May 1998 21:53:22 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lucy.bedford.net (lucy.bedford.net [206.99.145.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA19967 for ; Thu, 28 May 1998 21:53:12 -0700 (PDT) (envelope-from listread@lucy.bedford.net) Received: (from listread@localhost) by lucy.bedford.net (8.8.8/8.8.8) id AAA01990; Fri, 29 May 1998 00:52:40 -0400 (EDT) (envelope-from listread) Message-Id: <199805290452.AAA01990@lucy.bedford.net> Subject: Re: BUG with vt100 terminal emulation In-Reply-To: from Brendan Kosowski at "May 29, 98 01:08:29 pm" To: brendan@bmkind.lnk.telstra.net (Brendan Kosowski) Date: Fri, 29 May 1998 00:52:40 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG Reply-to: djv@bedford.net From: CyberPeasant X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brendan Kosowski wrote: > > > Does anyone out there have a BUG FIX for the vt100 terminal emulation > problems with FreeBSD 2.2.5 ??? > > If you are asking "What Bug ?", try setting your term to vt100 and then > telnetting into locis.loc.gov or try telnetting into a linux system and > using the joe editor help menu. Then compare your results running win95 > with a telnet program in vt100 mode. > > Who do I announce BUGS to ??? > > Aw, come on... what's the real behavior??? Is the result a frozen telnet session? I spent the afternoon yesterday with someone working on frozen telnet sessions, which seem to point at a problem in the vt100 termcap, and would like to know what your problem is. Do me a favor, and set your terminal type to vt220 and see if that makes a difference. Dave -- Is the true purpose of Unix its use, or its administration? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 22:01:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA22241 for freebsd-questions-outgoing; Thu, 28 May 1998 22:01:19 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lucy.bedford.net (lucy.bedford.net [206.99.145.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA22224 for ; Thu, 28 May 1998 22:01:11 -0700 (PDT) (envelope-from listread@lucy.bedford.net) Received: (from listread@localhost) by lucy.bedford.net (8.8.8/8.8.8) id BAA02060; Fri, 29 May 1998 01:01:07 -0400 (EDT) (envelope-from listread) Message-Id: <199805290501.BAA02060@lucy.bedford.net> Subject: Re: partition probs In-Reply-To: from Mike Ekholm at "May 28, 98 07:37:37 pm" To: ekholm@visi.com (Mike Ekholm) Date: Fri, 29 May 1998 01:01:07 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG Reply-to: djv@bedford.net From: CyberPeasant X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mike Ekholm wrote: > I am trying to upgrade from 2.1.7.1 to 2.2.5 on my 486. I am having > problems with the partition stage. It says "Writing partition information > to drive wd0" and gets stuck there. no hard drive activity. I have let it > sit for 2 hours, and nothing. Here is what I get under alt-F2: > > ... > DEBUG: Add mapping for cuaa0 on /dev/ppp0 > pid 5 (sysinstall), uid 0, was killed: out of swap space > pid 6 (sysinstall), uid 0, was killed: out of swap space > pid 7 (sysinstall), uid 0, was killed: out of swap space > > Can't open input file in dialog_textbox(). > pid 8 (sysinstall), uid 0, was killed: out of swap space > DEBUG: Scanning disk wd0 for root filesystem > DEBUG: Scanning disk wd0 for swap partitions > (end output) > > that is all I get (well, the bottom half of the screen) > one other thing, I did not get the 2 pages about the upgrade warnings, > just the yes/no prompt asking if i realy do want to upgrade (this all when > I choose the upgrade option) > > How do I fix my partition problem? > I ran into a similar problem when doing an install with 2.2.6, and attempting to define many partitions over three slices. I believe mine puked because it couldn't mount the partitions. (Out of inodes). this has a similar smell to it. Try it again, making the slices, but only partitioning one slice enough to get things going, (i.e. a minimal boot). Do the remaining partitioning after a bootable system with a good swap partition exists. DV -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 22:04:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA23133 for freebsd-questions-outgoing; Thu, 28 May 1998 22:04:50 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cody.usls.edu (cody.usls.edu [202.47.133.45]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id WAA23094 for ; Thu, 28 May 1998 22:04:35 -0700 (PDT) (envelope-from francis@cody.usls.edu) Received: (qmail 419 invoked by uid 1001); 29 May 1998 05:03:58 -0000 Date: Fri, 29 May 1998 13:03:58 +0800 (PHT) From: Francis Vidal To: FreeBSD Questions Subject: recommended MTA Message-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 guys! aside from sendmail, what MTA would be best for a high-volume server? --- francis vidal | usls.NET | university of st. la salle, bacolod city, PH PGP key available at ftp://ftp.usls.edu/pub/pgpkeys/francis.pgp "birds of the same feathers are birds!" - rhoderick samonte's class To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 22:08:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA23888 for freebsd-questions-outgoing; Thu, 28 May 1998 22:08:22 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lor.watermarkgroup.com (lor.watermarkgroup.com [207.202.73.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA23775; Thu, 28 May 1998 22:08:04 -0700 (PDT) (envelope-from luoqi@lor.watermarkgroup.com) Received: (from luoqi@localhost) by lor.watermarkgroup.com (8.8.8/8.8.8) id BAA20755; Fri, 29 May 1998 01:07:25 -0400 (EDT) (envelope-from luoqi) Date: Fri, 29 May 1998 01:07:25 -0400 (EDT) From: Luoqi Chen Message-Id: <199805290507.BAA20755@lor.watermarkgroup.com> To: freebsd-java@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG, jwlo@ms11.hinet.net Subject: Re: Chinese in JAVA. Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hello, > > I write a java applet to display Chinese, I run 'javac -encoding Big5 xxx.java', > > but it can't display chinese on FreeBSD, would anyone know how to do, thanks. > > P.S. I've installed Chinese X server so I can see chinese on Netscape without > any problem. > > Best regards, > Doug. > You might want to check the file jdk/lib/font.properties.zh_TW_Big5. It has font mappings from java to XLFD. Make sure you have the fonts listed there (i.e. chinese fonts distributed by sun) or replace the XLFDs with the ones you have. BTW, what did you mean by Chinese X server? Did you mean you have chinese fonts installed or a localized X server? AFAIK, Xlib doesn't even know how to handle BIG5 encodings (it knows GB and CNS). -lq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 22:13:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA25359 for freebsd-questions-outgoing; Thu, 28 May 1998 22:13:37 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from peanut.readington.com (peanut.readington.com [207.207.198.120]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA25264 for ; Thu, 28 May 1998 22:13:23 -0700 (PDT) (envelope-from chrismar@peanut.readington.com) Received: from localhost (chrismar@localhost) by peanut.readington.com (8.8.7/8.8.7) with SMTP id AAA09595; Fri, 29 May 1998 00:16:43 -0400 (EDT) (envelope-from chrismar@peanut.readington.com) Date: Fri, 29 May 1998 00:16:42 -0400 (EDT) From: Chris Martino To: David Greenman cc: Florin Nicolescu , freebsd-questions@FreeBSD.ORG Subject: Re: Problem encountered In-Reply-To: <199805290326.UAA19377@implode.root.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I had the same problem at one time, but going to ftp2.freebsd.org and so on seemed to fix it. C -- Chris Martino chrismar@readington.com On Thu, 28 May 1998, David Greenman wrote: > >I've got a problem with this ftp site (ftp.freebsd.org), and I don't > >know to whom I should post it. > >The problem is that when I want to download a port for any application > >(e.g. Scilab.tar), I can get only the very first 1k, then it stops. I > >thought this is because of my provider, but when I try downloading the > >corresponding distfile (tgz), it works perfectly. > >I mention that this started about one week ago, and keeps on repeating. > >If you have any suggestion, please let me know. > > Do you have any trouble getting any of the other 'ports'? This sounds like > it might be a bad link in the path between us and you. > > -DG > > David Greenman > Co-founder/Principal Architect, The FreeBSD Project > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 22:14:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA25837 for freebsd-questions-outgoing; Thu, 28 May 1998 22:14:34 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from peanut.readington.com (peanut.readington.com [207.207.198.120]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA25772 for ; Thu, 28 May 1998 22:14:24 -0700 (PDT) (envelope-from chrismar@peanut.readington.com) Received: from localhost (chrismar@localhost) by peanut.readington.com (8.8.7/8.8.7) with SMTP id AAA09599; Fri, 29 May 1998 00:18:08 -0400 (EDT) (envelope-from chrismar@peanut.readington.com) Date: Fri, 29 May 1998 00:18:03 -0400 (EDT) From: Chris Martino To: Brandon Huey cc: FreeBSD Questions List Subject: Re: xcalc in freebsd > 2.2.2 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 Um.... Its there... I just used it 5 minutes ago...=\ In 2.2.6 that is. C -- Chris Martino chrismar@readington.com On Thu, 28 May 1998, Brandon Huey wrote: > > xcalc seems to have disappeared in 2.2.{5,6} > > if not, where is it? > > thanks, > -bh > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 22:28:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA29647 for freebsd-questions-outgoing; Thu, 28 May 1998 22:28:35 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from postal.pfmc.net (postal.pfmc.net [204.254.224.18]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA29627 for ; Thu, 28 May 1998 22:28:23 -0700 (PDT) (envelope-from williamj@pfmc.net) Received: from wutang (wutang.pfmc.net [204.254.224.115]) by postal.pfmc.net (8.8.7/8.8.7) with SMTP id BAA06158 for ; Fri, 29 May 1998 01:27:01 -0400 (EDT) From: "Jamal Williams" To: Subject: HELP!!! Date: Fri, 29 May 1998 01:28:23 -0400 Message-ID: <000001bd8ac2$9a794810$73e0fecc@wutang.pfmc.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greeting. I need additional information about FreeBSD. This is my first time installing and using FreeBSD. I need to know how to configured it in a Win95GUI, Bash, etc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 22:39:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA01985 for freebsd-questions-outgoing; Thu, 28 May 1998 22:39:45 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freebsd.kies.co.kr ([203.236.114.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA01964 for ; Thu, 28 May 1998 22:39:38 -0700 (PDT) (envelope-from jbkim@kies.co.kr) Received: (from root@localhost) by freebsd.kies.co.kr (8.8.5/8.8.7) id OAA01395 for freebsd-questions@FreeBSD.ORG; Fri, 29 May 1998 14:21:55 +0900 (KST) Message-ID: <356E49CA.B1327C39@sky.kies.co.kr> Date: Fri, 29 May 1998 14:38:19 +0900 From: Kim JaeBong Reply-To: jbkim@kies.co.kr Organization: KIES,Co.,Ltd. X-Mailer: Mozilla 4.05 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: [Question] UDP-relay and poll Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings. I using a FREEBSD 2.1.7 . I want to code UDP-relay using 'poll' system call. But, Freebsd is not supported 'poll' system call. How do I? -- Kim JaeBong,Development Korea Information Engineering Services jbkim@sky.kies.co.kr Tel: 02-529-8400 Fax: 02-529-8851 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 22:42:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA02929 for freebsd-questions-outgoing; Thu, 28 May 1998 22:42:44 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp3.erols.com (smtp3.erols.com [207.172.3.236]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA02909 for ; Thu, 28 May 1998 22:42:37 -0700 (PDT) (envelope-from philuint@erols.com) Received: from erols.com (207-172-52-15.s15.tnt1.brd.erols.com [207.172.52.15]) by smtp3.erols.com (8.8.8/8.8.5) with ESMTP id BAA25209 for ; Fri, 29 May 1998 01:42:34 -0400 (EDT) Message-ID: <356E49C1.E6224D38@erols.com> Date: Fri, 29 May 1998 01:38:09 -0400 From: Whee Kim X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Question about X window Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I need help. After I installed 2.2.6, I can't run X as regular user. I did installed x distribution and I can run X when I directly log in as root, but I can't run it if I am a regular user. What is wrong? How do I fix this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 22:45:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA03480 for freebsd-questions-outgoing; Thu, 28 May 1998 22:45:23 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp3.erols.com (smtp3.erols.com [207.172.3.236]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA03448 for ; Thu, 28 May 1998 22:45:12 -0700 (PDT) (envelope-from philuint@erols.com) Received: from erols.com (207-172-52-15.s15.tnt1.brd.erols.com [207.172.52.15]) by smtp3.erols.com (8.8.8/8.8.5) with ESMTP id BAA25981 for ; Fri, 29 May 1998 01:45:10 -0400 (EDT) Message-ID: <356E4A5D.2B3401B2@erols.com> Date: Fri, 29 May 1998 01:40:45 -0400 From: Whee Kim X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Question about mounting point... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have a question about mounting points... Is mounting point regular directory? Can I create a directore at / and mount to it? For example, for my SCSI ZIP drive. let say I want to have a mount point called zip, Can I create a directory zip and do mount /dev/sd0s4 /zip ? if not, why not ? how do I create mounting points? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 23:22:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA10134 for freebsd-questions-outgoing; Thu, 28 May 1998 23:22:00 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA10117 for ; Thu, 28 May 1998 23:21:52 -0700 (PDT) (envelope-from grog@lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id PAA01105; Fri, 29 May 1998 15:51:50 +0930 (CST) (envelope-from grog) Message-ID: <19980529155150.E20360@freebie.lemis.com> Date: Fri, 29 May 1998 15:51:50 +0930 From: Greg Lehey To: jbkim@kies.co.kr, freebsd-questions@FreeBSD.ORG Subject: Re: [Question] UDP-relay and poll References: <356E49CA.B1327C39@sky.kies.co.kr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <356E49CA.B1327C39@sky.kies.co.kr>; from Kim JaeBong on Fri, May 29, 1998 at 02:38:19PM +0900 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998 at 14:38:19 +0900, Kim JaeBong wrote: > Greetings. > > I using a FREEBSD 2.1.7 . > > I want to code UDP-relay using 'poll' system call. > But, Freebsd is not supported 'poll' system call. > How do I? Use select() or upgrade to a newer version of FreeBSD. The latest version supports poll() as well. Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 23:23:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA10555 for freebsd-questions-outgoing; Thu, 28 May 1998 23:23:57 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA10506 for ; Thu, 28 May 1998 23:23:32 -0700 (PDT) (envelope-from grog@lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id PAA01188; Fri, 29 May 1998 15:53:06 +0930 (CST) (envelope-from grog) Message-ID: <19980529155306.F20360@freebie.lemis.com> Date: Fri, 29 May 1998 15:53:06 +0930 From: Greg Lehey To: Whee Kim , freebsd-questions@FreeBSD.ORG Subject: Re: Question about mounting point... References: <356E4A5D.2B3401B2@erols.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <356E4A5D.2B3401B2@erols.com>; from Whee Kim on Fri, May 29, 1998 at 01:40:45AM -0400 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998 at 1:40:45 -0400, Whee Kim wrote: > Hi, I have a question about mounting points... They're called mount points. > Is mounting point regular directory? Yes. > Can I create a directore at / and mount to it? For example, for my > SCSI ZIP drive. let say I want to have a mount point called zip, Can I > create a directory zip and do mount /dev/sd0s4 /zip ? Yes. > how do I create mounting points? # mkdir /zip Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 23:32:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA12049 for freebsd-questions-outgoing; Thu, 28 May 1998 23:32:38 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from astra.gal.ukrpack.net ([195.230.139.50]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA12002 for ; Thu, 28 May 1998 23:32:09 -0700 (PDT) (envelope-from olegg@astra.gal.ukrpack.net) Received: from localhost (olegg@localhost) by astra.gal.ukrpack.net (8.8.7/8.8.7) with SMTP id JAA03093; Fri, 29 May 1998 09:26:24 +0300 (EEST) (envelope-from olegg@astra.gal.ukrpack.net) Date: Fri, 29 May 1998 09:26:24 +0300 (EEST) From: "Oleg G." To: Questions , Doug White Subject: Re: PPPD question. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 28 May 1998, Doug White wrote: > On Thu, 28 May 1998, Oleg G. wrote: > > > > > Thanx, I'm resolv my problem. > > My bug is: > > -I have the part of C-class IP addresses > > 195.230.139.50-195.230.139.63 netmask 255.255.255.240 > > -and I try to connect 195.230.139.50:195.230.139.51 in the same > > subnet, via ppp, but it not working > > -when I used IP 198.192.2.1 on remote, and change the > > /etc/ppp/options on server and remote, I link the boxes :) > > > > My question: > > In one subnet I not connect two boxes via ppp? > > It should work, concievably, but the server has to know how to route it. Hi Doug! Thanx, for Your msg. It does not work now, I do not know where is my bug. What I have to say to server how to route it. It must be configured? If yes, could You please, write to me which the rc.*, or any other files, I have to edit? Thanx. Rgdz, Oleg. ~~~~~~~~~~~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 23:44:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA14627 for freebsd-questions-outgoing; Thu, 28 May 1998 23:44:41 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA14609 for ; Thu, 28 May 1998 23:44:36 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id XAA19641; Thu, 28 May 1998 23:44:12 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd019631; Fri May 29 06:44:11 1998 Date: Thu, 28 May 1998 23:44:04 -0700 (PDT) From: Julian Elischer To: "RMIRON.US.ORACLE.COM" cc: freebsd-questions@FreeBSD.ORG Subject: Re: using a floppy In-Reply-To: <199805282000.NAA20939@mailsun2.us.oracle.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is it a dos floppy or a unix floppy? Of course if you formatted it, it's neither. On 28 May 1998, RMIRON.US.ORACLE.COM wrote: > Greetings, > > I am running FreeBSD on a pentium platform. The hardware contains a floppy > device. When I try to use the floppy I can format a disk, but I cannot > mount > the floppy. The command that I use is: mount /dev/fd0 /floppy. I get the > error message "Incorrect Super Block". I check the etc/fstab file and it > does > not show anything for /floppy. There were no super block errors during > installation and I have checked the compatibility of the hardware. > > Does the mount command require any options or am I just missing the point > altogether? > > I checked the FAQ site and there is not much on floppies. > > > > ********************************************* > Richard Miron (email : rmiron@us.oracle.com) > Oracle Network Computer > Support fax : (719)577-8048 > > phone: (719)577-6042 > ********************************************* > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 23:48:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA15257 for freebsd-questions-outgoing; Thu, 28 May 1998 23:48:45 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from bamboo.verinet.com (root@bamboo.verinet.com [204.144.246.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA15214 for ; Thu, 28 May 1998 23:48:25 -0700 (PDT) (envelope-from allenc@verinet.com) Received: from const. (algae5.verinet.com [199.45.181.101]) by bamboo.verinet.com (8.8.8/8.7.1) with ESMTP id AAA28625 for ; Fri, 29 May 1998 00:48:06 -0600 Received: (from allenc@localhost) by const. (8.8.8/8.8.8) id AAA11399 for questions@freebsd.org; Fri, 29 May 1998 00:48:11 -0600 (MDT) (envelope-from allenc) Date: Fri, 29 May 1998 00:48:11 -0600 (MDT) From: allen campbell Message-Id: <199805290648.AAA11399@const.> To: questions@FreeBSD.ORG Subject: KDE Beta4 multimedia Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is the Beta4 port of kdemultimedia still in the works or am I missing something? The existing Beta3 kdemultimedia port is marked broken; upgrade. I have all of the other KDE Beta4 ports installed and working fine. Thank you for your efforts and sorry if I seem impatient :) -- Allen Campbell allenc@verinet.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 23:50:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA15723 for freebsd-questions-outgoing; Thu, 28 May 1998 23:50:38 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA15700 for ; Thu, 28 May 1998 23:50:30 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id XAA04949; Thu, 28 May 1998 23:50:28 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Thu, 28 May 1998 23:50:27 -0700 (PDT) From: Doug White Reply-To: Doug White To: Jamal Williams cc: faq@FreeBSD.ORG Subject: Re: HELP!!! In-Reply-To: <000001bd8ac2$9a794810$73e0fecc@wutang.pfmc.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998, Jamal Williams wrote: > Greeting. I need additional information about FreeBSD. This is my first > time installing and using FreeBSD. I need to know how to configured it in a > Win95GUI, Bash, etc. In general you should send FreeBSD questions to questions@freebsd.org. I don't know what you mean by `Win95GUI'. There is an X Windows window manager that happens to look like Win95 but doesn't run Windows binaries ... is this what you're thinking of? bash (and the window managers) are easy -- use the packages tree. pkg_add /path/to/package.tgz should do it for you. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 28 23:56:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA16867 for freebsd-questions-outgoing; Thu, 28 May 1998 23:56:48 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ms11.hinet.net (root@ms11.hinet.net [168.95.4.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA16839; Thu, 28 May 1998 23:56:39 -0700 (PDT) (envelope-from jwlo@ms11.hinet.net) Received: from ms11.hinet.net (dialup244.cyut.edu.tw [163.17.3.244] (may be forged)) by ms11.hinet.net (8.8.8/8.8.8) with ESMTP id OAA14717; Fri, 29 May 1998 14:59:10 +0800 (CST) Message-ID: <356E5B22.C5862CE4@ms11.hinet.net> Date: Fri, 29 May 1998 14:52:18 +0800 From: Doug Lo X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.6-RELEASE i386) MIME-Version: 1.0 To: Luoqi Chen CC: freebsd-java@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: Chinese in JAVA. References: <199805290507.BAA20755@lor.watermarkgroup.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Luoqi Chen wrote: > > Hello, > > > > I write a java applet to display Chinese, I run 'javac -encoding Big5 xxx.java', > > > > but it can't display chinese on FreeBSD, would anyone know how to do, thanks. > > > > P.S. I've installed Chinese X server so I can see chinese on Netscape without > > any problem. > > > > Best regards, > > Doug. > > > You might want to check the file jdk/lib/font.properties.zh_TW_Big5. It has > font mappings from java to XLFD. Make sure you have the fonts listed there > (i.e. chinese fonts distributed by sun) or replace the XLFDs with the ones > you have. I checked the file font_properties.zh_TW_Big4. I didn't have the fonts listed on it.I'm not familiar with JAVA, would you tell me what is XLFD, thanks. > BTW, what did you mean by Chinese X server? Yup! > Did you mean you have chinese > fonts installed or a localized X server? AFAIK, Xlib doesn't even know > how to handle BIG5 encodings (it knows GB and CNS). You would install both chinese X server and chinese fonts on your system, and you would seeChinese mails, homepages, or others without any problem. Best regards, Doug. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 00:18:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA20864 for freebsd-questions-outgoing; Fri, 29 May 1998 00:18:04 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from astra.gal.ukrpack.net ([195.230.139.50]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA20772 for ; Fri, 29 May 1998 00:17:39 -0700 (PDT) (envelope-from olegg@astra.gal.ukrpack.net) Received: from localhost (olegg@localhost) by astra.gal.ukrpack.net (8.8.7/8.8.7) with SMTP id KAA03239; Fri, 29 May 1998 10:11:55 +0300 (EEST) (envelope-from olegg@astra.gal.ukrpack.net) Date: Fri, 29 May 1998 10:11:55 +0300 (EEST) From: "Oleg G." To: Questions , satnam Subject: Re: FreeBSD V2.2.2 release 0 In-Reply-To: <356E2536.EBA73587@direct.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 28 May 1998, satnam wrote: > Hi > > I'm a novice Unix and would like to know if there is a way to change the > command from a # to a full directory path; so, I can see what directory > I'm currently working in. > > Any help with this matter would be greatly appreciated. > satnam > Try to edit Your rc file, for example ~/.cshrc : #csh .cshrc file ... ... some lines are deleted ... if ($?prompt) then # An interactive shell -- set some stuff up set filec set history = 100 set ignoreeof set mail = (/var/mail/$USER) set mch = `hostname -s` # set prompt = "${mch:q}: {\!} " set prompt="%n@%m:%l [%T] %c3%# %L" umask 2 endif It rc file prepared for tcsh. Rgdz, Oleg. ~~~~~~~~~~~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 00:27:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA22755 for freebsd-questions-outgoing; Fri, 29 May 1998 00:27:27 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alcatel.fr (news2.alcatel.fr [194.133.58.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA22719 for ; Fri, 29 May 1998 00:27:09 -0700 (PDT) (envelope-from THIERRY.HERBELOT@telspace.alcatel.fr) From: THIERRY.HERBELOT@telspace.alcatel.fr Received: from alcatel.fr (gatekeeper-ssn.alcatel.fr [155.132.180.244]) by mailgate.alcatel.fr (ALCANET/SMTP.9.9.9) with ESMTP id JAA31545; Fri, 29 May 1998 09:28:04 +0200 Received: from aifhs1.alcatel.fr (aifhs1.alcatel.fr [155.132.180.86]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id JAA24562; Fri, 29 May 1998 09:17:53 +0200 (MET DST) Received: from aifhs2.alcatel.fr (localhost [127.0.0.1]) by aifhs1.alcatel.fr (8.8.8/8.8.8) with ESMTP id JAA00480; Fri, 29 May 1998 09:21:38 +0200 (MET DST) Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id JAA24536; Fri, 29 May 1998 09:17:50 +0200 (MET DST) Received: from telss1 (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.7.6/8.7.3) with SMTP id JAA24845; Fri, 29 May 1998 09:21:51 +0200 (MET DST) Received: from telspace.alcatel.fr by telss1 (4.1/SMI-4.1) id AA12591; Fri, 29 May 98 09:09:11 +0200 Received: from localhost by telspace.alcatel.fr with SMTP (1.40.112.12/16.2) id AA260415476; Fri, 29 May 1998 09:04:36 +0200 X-Openmail-Hops: 1 Date: Fri, 29 May 98 08:56:54 +0200 Message-Id: In-Reply-To: <356DD797.1EB9FD50@ms.com> Subject: =?ISO-8859-1?Q?R=E9p_:_ATAPI_internal_ZIP_drive...?= Mime-Version: 1.0 To: amado@ms.com Cc: agonzale@panix.com, freebsd-questions@FreeBSD.ORG Content-Type: text/plain; charset=ISO-8859-1; name="ATAPI" Content-Disposition: inline; filename="ATAPI" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id AAA22728 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sure, with the latest 226 release,but not directly : the atapi driver included in the release does not work, thus : - install a minimal distribution from a dos partition - fetch the latest atapi.c and atapi.h frm ftp.freebsd.org - re-make your kernel with the new source files it should bo ok TfH ____________________________ Séparateur Réponse ________________________________ Objet : ATAPI internal ZIP drive... Auteur : amado@ms.com Date : 28/05/98 23:31 Hello: DO thenew ATAPI internal ZIP drives work with FreeBSD? Amado Gonzalez agonzale@panix.com amado@ms.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 00:48:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA26804 for freebsd-questions-outgoing; Fri, 29 May 1998 00:48:58 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from atlantica.access.ch (atlantica.access.ch [195.112.71.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA26796 for ; Fri, 29 May 1998 00:48:52 -0700 (PDT) (envelope-from erwin.brandenberger@switzerland.org) Received: from switzerland.org by atlantica.access.ch (8.8.5/INA-1.05pri) id JAA29718; Fri, 29 May 1998 09:48:47 +0200 (MET DST) Message-ID: <356E6855.286CD87B@switzerland.org> Date: Fri, 29 May 1998 09:48:37 +0200 From: Erwin Brandenberger Organization: Human Engineering AG X-Mailer: Mozilla 4.03 [en] (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: rlogin source Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG which package do i need to download to get the source code of the rlogin command ? if you already have the rlogin source code next to you, please send me the code directly. thank you verv much erwin brandenberger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 00:54:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA27403 for freebsd-questions-outgoing; Fri, 29 May 1998 00:54:14 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from epic5.Stanford.EDU (epic5.Stanford.EDU [171.64.15.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA27389 for ; Fri, 29 May 1998 00:54:07 -0700 (PDT) (envelope-from kutta@leland.Stanford.EDU) Received: (from kutta@localhost) by epic5.Stanford.EDU (8.8.8/8.8.4) id AAA09859 for questions@freebsd.org; Fri, 29 May 1998 00:54:02 -0700 (PDT) From: "John W. Chang" Message-Id: <199805290754.AAA09859@epic5.Stanford.EDU> Subject: info.. To: questions@FreeBSD.ORG Date: Fri, 29 May 1998 00:54:02 -0700 (PDT) X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am about to install my first freeBSD installation on my pc but I am puzzled by seeing other "free" bsd OS's around... for instance, there is the NetBSD and the OpenBSD... and there is the 4.4 BSD Lite... Who knows what else is there. Can you explain to me the difference between them (not the tedious technical details though) and are they in fact very closely related??? Which one is the best to get and what are the strengths?? Thanks.. John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 01:01:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA28088 for freebsd-questions-outgoing; Fri, 29 May 1998 01:01:46 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from www.chepsa.com ([196.4.175.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA28071 for ; Fri, 29 May 1998 01:01:26 -0700 (PDT) (envelope-from tuckd@chepsa.com) Received: from it-tuckd ([196.4.175.96]) by www.chepsa.com (Post.Office MTA v3.1.2 release (PO205-101c) ID# 140-42119U100L2S100) with SMTP id AAA284 for ; Fri, 29 May 1998 09:55:26 +0200 Received: by localhost with Microsoft MAPI; Fri, 29 May 1998 09:56:45 -0000 Message-ID: <01BD8AE8.16E64F40.tuckd@chepsa.com> From: "Dale Tuck" Reply-To: "tuckd@chepsa.com" To: "'freebsd-questions@FreeBSD.ORG'" Subject: Kernel Conflict Date: Fri, 29 May 1998 09:56:44 -0000 Organization: GKN Chep SA (Pty) Ltd X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 X-MS-Attachment: dmesg.txt 0 00-00-1980 00:00 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----Original Message----- From: Dale Tuck Sent: Thursday, May 28, 1998 3:12 PM To: 'freebsd-questions@FreeBSD.ORG' Cc: Ray Bartho Subject: Kernel Conflict Hi All, We use FreeBSD to drive our logistics management software. One of the problems I am having is getting PPP support going while on the network. I removed the comment out of line "pseudo devide ppp1" in my kernel to allow dialup to occur but it now hangs my PC just after device lo0 appears. My network card is ep0 and use lo0 to access to external modem (is this correct?). A copy of my dmesg output (using generic - as I said the new kernel with the ppp line not commented out doesn't work) , please advise if you need anything else! Please advise a.s.a.p. Regards Dale Tuck mailto://tuckd@chepsa.com begin 600 dmesg.txt M0V]P>7)I9VAT("AC*2 Q.3DR+3$Y.38@1G)E94)31"!);F,N#0I#;W!Y2!O9B!#86QI9F]R;FEA+B @06QL(')I M9VATB U.#8M8VQA#4T,R @4W1E<'!I;F<],PT*("!& M96%T=7)E#@P,#%B9CQ&4%4L5DU%+$1%+%!312Q44T,L35-2+$U#12Q# M6#@^#0IR96%L(&UE;6]R>2 @/2 S,S4U-#0S,B H,S(W-CA+(&)Y=&5S*0T* M879A:6P@;65M;W)Y(#T@,S R-C$R-#@@*#(Y-34R2R!B>71E#9F(&ER<2 Q(&]N(&UO M=&AE#-F9B!I#,W9B!O;B!I#,P9B!IG P M.B!D:7-A8FQE9"P@;F]T('!R;V)E9"X-"FYP># @;VX@;6]T:&5R8F]A# Z($E.5" Q-B!I;G1E Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA28386 for freebsd-questions-outgoing; Fri, 29 May 1998 01:03:34 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA28378 for ; Fri, 29 May 1998 01:03:28 -0700 (PDT) (envelope-from dean@odyssey.apana.org.au) Received: from localhost (dean@localhost) by odyssey.apana.org.au (8.8.8/8.8.7) with SMTP id QAA11665 for ; Fri, 29 May 1998 16:04:42 +0800 (WST) Date: Fri, 29 May 1998 16:04:42 +0800 (WST) From: Dean Hollister To: FreeBSD Questions Subject: Perl: Localtime Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hiyall, Just one interesting observation when upgrading to 2.2.6 from -CURRENT: Perl no longer responds correctly to localtime() calls. Any thoughts on this? Regards, d. +-------------------------------------------------------+ | Dean Hollister, | dean@odyssey.apana.org.au | | Perth, Western Australia. | deanh@iinet.net.au | +-------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 01:33:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA02685 for freebsd-questions-outgoing; Fri, 29 May 1998 01:33:15 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from keep.scn.ru (keep.scn.ru [195.151.16.41]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA02643 for ; Fri, 29 May 1998 01:33:00 -0700 (PDT) (envelope-from alx@scn.ru) Received: from alx.scn.ru (alx.scn.ru [195.151.16.36]) by keep.scn.ru (8.8.7/8.8.7) with SMTP id QAA11580 for ; Fri, 29 May 1998 16:33:57 +0800 (KRSS) (envelope-from alx@scn.ru) Message-Id: <199805290833.QAA11580@keep.scn.ru> From: "Alex N. Zhuravlev" To: Subject: Adaptec 7890 problem Date: Fri, 29 May 1998 16:33:35 +0700 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 Hi ! Help wanted .... I have FreeBSD-2.2.6-Release installed on my PC IWILL P2L. It has an ADAPTEC 7880 SCSI controller and WD UWSCSI hard disk. When I've installed 2.2.6 there were no problem with SCSI and with WD ( beside com ports ;-) ). Now I've changed MB to ASUS P2BLS with ADAPTEC 7890 SCSI controller and with the same WD with 2.2.6. on it. When I've started the following happens : Everything is fine during probing, beside SCSI controller and disk, and after that it says :"Can't mount root - rebooting system". I don't want to re-install 2.2.6 cause I've got lot's of usefull data on it. So how can I solve the proplem ??? I'll be glad to any possible variants. Alex N. Zhuravlev. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 01:46:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA05575 for freebsd-questions-outgoing; Fri, 29 May 1998 01:46:34 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gwdu60.gwdg.de (gwdu60.gwdg.de [134.76.10.60]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA05540 for ; Fri, 29 May 1998 01:46:22 -0700 (PDT) (envelope-from kheuer@gwdu60.gwdg.de) Received: from localhost (kheuer@localhost) by gwdu60.gwdg.de (8.8.5/8.8.5) with SMTP id KAA09010 for ; Fri, 29 May 1998 10:46:20 +0200 (CEST) Date: Fri, 29 May 1998 10:46:19 +0200 (CEST) From: Konrad Heuer To: freebsd-questions@FreeBSD.ORG Subject: Sendmail Q How 2 disable relay Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have to prevent sendmail from acting as relay on my 2.2.2-R box since we've no interest in someone using our name for stupid mail. How to do .. I'm no sendmail specialist? Konrad Heuer // Gesellschaft fuer wissenschaftliche Datenverarbeitung mbH // Goettingen (GWDG), Am Fassberg, D-37077 Goettingen, Germany // // kheuer@gwdu60.gwdg.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 02:01:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA09754 for freebsd-questions-outgoing; Fri, 29 May 1998 02:01:41 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA09568 for ; Fri, 29 May 1998 02:01:34 -0700 (PDT) (envelope-from kpielorz@tdx.co.uk) Received: from tdx.co.uk (lorca-tx.tdx.co.uk [195.188.177.242]) by caladan.tdx.co.uk (8.8.8/8.8.8) with ESMTP id KAA27142; Fri, 29 May 1998 10:01:29 +0100 (BST) (envelope-from kpielorz@tdx.co.uk) Message-ID: <356E7968.5790B5D7@tdx.co.uk> Date: Fri, 29 May 1998 10:01:29 +0100 From: Karl Pielorz Organization: TDX X-Mailer: Mozilla 4.05 [en] (WinNT; I) MIME-Version: 1.0 To: Konrad Heuer CC: freebsd-questions@FreeBSD.ORG Subject: Re: Sendmail Q How 2 disable relay References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Konrad Heuer wrote: > > I have to prevent sendmail from acting as relay on my 2.2.2-R box since > we've no interest in someone using our name for stupid mail. How to do .. > I'm no sendmail specialist? > > Konrad Heuer Theres lots of details at www.sendmail.org, Regards, Karl Pielorz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 02:02:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA11101 for freebsd-questions-outgoing; Fri, 29 May 1998 02:02:49 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mailhost.dircon.co.uk (mailhost.dircon.co.uk [194.112.50.75]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA10789 for ; Fri, 29 May 1998 02:02:31 -0700 (PDT) (envelope-from danny@AlphaZed.COM) Received: from milliard.uk.alphazed.com (dannyl.dircon.co.uk [194.112.43.62]) by mailhost.dircon.co.uk (8.8.8/8.8.7) with ESMTP id KAA15766 for ; Fri, 29 May 1998 10:02:27 +0100 (BST) Received: (qmail 7635 invoked by uid 0); 29 May 1998 08:55:29 -0000 Received: from unknown (HELO AlphaZed.COM) (unknown) by unknown with SMTP; 29 May 1998 08:55:29 -0000 Message-ID: <356E7801.70DB8C3F@AlphaZed.COM> Date: Fri, 29 May 1998 09:55:29 +0100 From: daniel lawrence Organization: AlphaZed, Ltd X-Mailer: Mozilla 4.05 [en] (X11; U; FreeBSD 2.2.6-STABLE i386) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: fstat dying on signal 10 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am using fstat(1) in an Apache log rotation script run via cron. The idea is that the script signals Apache to close and re-open its log files, then it loops on fstat until no process has the logs open. Then the logs are analyzed and compressed. The problem is that fstat randomly dies on signal 10. It is fairly frequent, but I cannot repeat it from the command line and I can't find a core file. The relevant part of the script looks like this: while [ `fstat $file_list|wc -l` -gt 1 ]; do sleep 1 done This happens on Apache versions 1.2.4 and 1.2.6 on 2.2.1-RELEASE and the latest 2.2.6-STABLE. -- daniel lawrence AlphaZed, Ltd mailto:danny@AlphaZed.COM http://uk.AlphaZed.COM +44 (0)1322 410 419 London To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 02:04:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA12392 for freebsd-questions-outgoing; Fri, 29 May 1998 02:04:24 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from siafu.iconnect.co.ke (qmailr@siafu.iconnect.co.ke [208.208.120.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id CAA11816 for ; Fri, 29 May 1998 02:03:42 -0700 (PDT) (envelope-from me@anand.org) From: me@anand.org Received: (qmail 3652 invoked by uid 182); 29 May 1998 09:03:11 -0000 Message-ID: <19980529120311.B1574@iconnect.co.ke> Date: Fri, 29 May 1998 12:03:11 +0300 To: Francis Vidal , freebsd-questions@FreeBSD.ORG Subject: Re: recommended MTA References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1 In-Reply-To: ; from Francis Vidal on Fri, May 29, 1998 at 01:03:58PM +0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, May 29, 1998 at 01:03:58PM +0800, Francis Vidal wrote: > hello guys! > > aside from sendmail, what MTA would be best for a high-volume server? Try qmail. You'll love it - easy to configure and _very_ fast. I'd also recommend the new upcoming vmailer, but it still in alpha. If you can wait a bit, then watch out for its release and try that too. qmail: http://www.qmail.org VMailer: http://www.vmailer.org -- Anand For an idea to be fashionable is ominous, since it must afterwards be always old-fashioned. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 02:36:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA27435 for freebsd-questions-outgoing; Fri, 29 May 1998 02:36:28 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from huron.nvl.virginia.edu (adrian@huron.nvl.Virginia.EDU [128.143.244.43]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA27394 for ; Fri, 29 May 1998 02:36:17 -0700 (PDT) (envelope-from adrian@nvl.virginia.edu) Received: from localhost (adrian@localhost) by huron.nvl.virginia.edu (8.8.6 (PHNE_14041)/8.8.6) with SMTP id FAA28322 for ; Fri, 29 May 1998 05:36:07 -0400 (EDT) Date: Fri, 29 May 1998 05:36:07 -0400 (EDT) From: Adrian Filipi-Martin Reply-To: Adrian Filipi-Martin To: FreeBSD Questions List Subject: mammoth exabyte 210 changer problems Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi folks, I just got one of these to set up. st0 and ch0 are both found correctly when the kernel probes for them, but I am having problems with chio and moving the picker around. While "chio status" works as expected all other commands fail with a SCSI error. If I try a "move" or "postion" command I get the following error: ch0(ahc0:5:0): NOT READY asc:4,8d Vendor Specific ASCQ Has anyone run into this? Is there an easy fix? BTW, in case it matters, the SCSI card is a cheap AHA-2910B. (Yes, a better card is on the way.) thanks, Adrian P.S. Leave me in the cc: when you reply. I have taken myself off this list temporarily. -- adrian@virginia.edu ---->>>>| If I were stranded on a desert island, and System Administrator --->>>| I could only have one OS for my computer, Neurosurgical Visualization Lab ->>| it would be FreeBSD. Think about it..... http://www.nvl.virginia.edu/ ->| http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 02:36:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA27476 for freebsd-questions-outgoing; Fri, 29 May 1998 02:36:47 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from star.flashnet.it (root@star.flashnet.it [194.247.160.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA27424 for ; Fri, 29 May 1998 02:36:24 -0700 (PDT) (envelope-from darkstar@stelnet.it) Received: from linux.starch.it (ip036.pool-10.flashnet.it [195.191.8.36]) by star.flashnet.it (8.8.7/8.8.6) with ESMTP id LAA15742 for ; Fri, 29 May 1998 11:20:21 +0200 Received: from ruggero (ruggero.starch.it [192.168.0.9]) by linux.starch.it (8.7.5/8.7.3) with ESMTP id LAA00418 for ; Fri, 29 May 1998 11:10:13 +0200 Message-Id: <199805290910.LAA00418@linux.starch.it> From: "ruggero beretta" To: Subject: I: Installation problems Date: Fri, 29 May 1998 11:02:04 +0200 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ---------- > Da: ruggero beretta > A: Questions@freebsd.org > Oggetto: Installation problems ! > Data: sabato 23 maggio 1998 15.04 > > Hello, > I'm an italian student, and I'm trying to install FreeBSD. > I have 2 hard disks: - the first one (primary master) with Windows95 (it > is not an Operating System !!) > - the second one (secondary master) where I'm trying to install > FreeBSD. > > To install FreeBSD I booted with Cd-Rom and I setted the Kernel. > Then appared a menu and I selected to install the system (novice). > I answered all the questions and I selected to install the O.S. on the > secondary master disk. > I made secondary master disk bootable and then I installed the MBR manager. > Then the system started to install the Free BSD. > When it finished I reboot the computer. > > Now came the problems !! > On the prompt appear this: > > F1.........BSD > > I wait some seconds then appear: > > > can not find boot.config > > can not find boot.help > >can not find Kernel > > boot default o:wd(0,a)kernel > > Then I can do nothig.... > >Could you help me: > On the start up, I'd like to have the possibility to choose between > Windows95 and FreeBSD. > > > thank' you > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 02:47:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA29963 for freebsd-questions-outgoing; Fri, 29 May 1998 02:47:15 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns.fx.ro (ns.fx.ro [193.231.208.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA29893 for ; Fri, 29 May 1998 02:47:01 -0700 (PDT) (envelope-from cpl92@fx.ro) Received: from fx.ro (ppp86.fx.ro [193.231.209.86]) by ns.fx.ro (8.8.8/8.8.7) with ESMTP id MAA09971; Fri, 29 May 1998 12:45:46 +0300 Message-ID: <356E8343.60655348@fx.ro> Date: Fri, 29 May 1998 12:43:31 +0300 From: Florin Nicolescu Organization: Consorzio Progetto Lazio '92 X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: dg@root.com, "freebsd-questions@FreeBSD.ORG" Subject: follow: Re: Problem encountered References: <199805290326.UAA19377@implode.root.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David Greenman wrote: > >I've got a problem with this ftp site (ftp.freebsd.org), and I don't > >know to whom I should post it. > >The problem is that when I want to download a port for any application > >(e.g. Scilab.tar), I can get only the very first 1k, then it stops. I > >thought this is because of my provider, but when I try downloading the > >corresponding distfile (tgz), it works perfectly. > >I mention that this started about one week ago, and keeps on repeating. > >If you have any suggestion, please let me know. > > Do you have any trouble getting any of the other 'ports'? This sounds like > it might be a bad link in the path between us and you. > > -DG > > David Greenman > Co-founder/Principal Architect, The FreeBSD Project Here is more information: when I try to download a tar file for a port within Netscape or ftp client, I try to get 'dirname.tar' wher dirname is the name of the directory the port resides in. It is the server job to run tar. There is a little difference between Netscape and ftp client. Netscape reports only 1k (stalled) and keeps waiting for the rest; the ftp client receives 10240 and then give me the prompter, but the tar file contains only the Makefile. This is happening anytime I try to get a directory like a tar file. Also I must specify that this is happening on both servers (ftp.freebsd.org and ftp2.freebsd.org). For normal downloading (e.g. get 'filename') it works perfectly. Thank you for your attention, Florin Nicolescu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 03:00:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA04081 for freebsd-questions-outgoing; Fri, 29 May 1998 03:00:11 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [194.93.177.113]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03804 for ; Fri, 29 May 1998 02:58:58 -0700 (PDT) (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.8.8/8.8.8) id MAA01283; Fri, 29 May 1998 12:58:18 +0300 (EEST) (envelope-from ru) Message-ID: <19980529125818.B29838@ucb.crimea.ua> Date: Fri, 29 May 1998 12:58:18 +0300 From: Ruslan Ermilov To: freebsd-questions@FreeBSD.ORG Subject: Re: Sendmail Q How 2 disable relay Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91i In-Reply-To: ; from Konrad Heuer on Fri, May 29, 1998 at 10:46:19AM +0200 X-Operating-System: FreeBSD 2.2.6-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, May 29, 1998 at 10:46:19AM +0200, Konrad Heuer wrote: > > I have to prevent sendmail from acting as relay on my 2.2.2-R box since > we've no interest in someone using our name for stupid mail. How to do .. > I'm no sendmail specialist? > > Konrad Heuer Since FreeBSD 2.2.5R there is a /etc/mail directory, which contains a working anti-spam solution. I'd advise you to upgrade to 2.2.6-STABLE, or wait a little until Sendmail 8.9.0 comes in FreeBSD, and then upgrade. Sendmail 8.9.0 has built-in rules, turned ``on'' by default, to prevent unauthorized relaying and spamming. Regards, -- Ruslan Ermilov System Administrator ru@ucb.crimea.ua United Commercial Bank +380-652-247647 Simferopol, Crimea 2426679 ICQ Network, UIN To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 03:13:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA09454 for freebsd-questions-outgoing; Fri, 29 May 1998 03:13:58 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA09408 for ; Fri, 29 May 1998 03:13:53 -0700 (PDT) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id DAA22135; Fri, 29 May 1998 03:13:30 -0700 (PDT) Message-Id: <199805291013.DAA22135@implode.root.com> To: Florin Nicolescu cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: follow: Re: Problem encountered In-reply-to: Your message of "Fri, 29 May 1998 12:43:31 +0300." <356E8343.60655348@fx.ro> From: David Greenman Reply-To: dg@root.com Date: Fri, 29 May 1998 03:13:29 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> >I've got a problem with this ftp site (ftp.freebsd.org), and I don't >> >know to whom I should post it. >> >The problem is that when I want to download a port for any application >> >(e.g. Scilab.tar), I can get only the very first 1k, then it stops. I >> >thought this is because of my provider, but when I try downloading the >> >corresponding distfile (tgz), it works perfectly. >> >I mention that this started about one week ago, and keeps on repeating. >> >If you have any suggestion, please let me know. >> >> Do you have any trouble getting any of the other 'ports'? This sounds like >> it might be a bad link in the path between us and you. > > Here is more information: when I try to download a tar file for a port >within Netscape or ftp client, I try to get 'dirname.tar' wher dirname is the >name of the directory the port resides in. It is the server job to run tar. There >is a little difference between Netscape and ftp client. Netscape reports only 1k >(stalled) and keeps waiting for the rest; the ftp client receives 10240 and then >give me the prompter, but the tar file contains only the Makefile. This is >happening anytime I try to get a directory like a tar file. > Also I must specify that this is happening on both servers (ftp.freebsd.org >and ftp2.freebsd.org). For normal downloading (e.g. get 'filename') it works >perfectly. That's pretty strange. I just tested it here with Netscape, retrieving ftp://ftp.freebsd.org/pub/FreeBSD/ports/security/ssh.tar and had no trouble getting the complete (50K) file. ftp.freebsd.org and ftp2.freebsd.org handle .tar entirely different. In the ftp.freebsd.org (actually wcarchive.cdrom.com), the tarring feature is entirely written by me and is internal to the ftp daemon. In the other case, it is the normal /usr/bin/tar through a pipe method. -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 03:56:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA00980 for freebsd-questions-outgoing; Fri, 29 May 1998 03:56:07 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from rubicon.hasler.ascom.ch (rubicon.hasler.ascom.ch [139.79.129.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA00853 for ; Fri, 29 May 1998 03:55:56 -0700 (PDT) (envelope-from naz@ascom.ch) Received: from ssus01.infrasys.ascom.ch (ssus01.infrasys.ascom.ch [139.79.51.1]) by rubicon.hasler.ascom.ch (8.8.7/8.8.7) with ESMTP id MAA01253 for ; Fri, 29 May 1998 12:55:52 +0200 (MET DST) Received: from ascom.ch (naz@hbc027.infrasys.ascom.ch [139.79.85.27]) by ssus01.infrasys.ascom.ch (8.8.6/8.8.6) with ESMTP id MAA26099 for ; Fri, 29 May 1998 12:55:49 +0200 (MET DST) Message-ID: <356E9451.EFDA8D46@ascom.ch> Date: Fri, 29 May 1998 12:56:17 +0200 From: "Norman H. Azadian" Organization: Ascom Infrasys AG X-Mailer: Mozilla 4.04 [en] (X11; I; Linux 2.0.30 i686) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: 2.2.6-RELEASE/ports/ports.tgz Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Am I the first one who has attempted to install 2.2.6-RELEASE ? The file which is the subject of this email has CRC errors when I try to unzip it with gzip version 1.2.4. Yet md5sum shows that the checksum matches that given in CHECKSUMS.MD5. Today I downloaded ports.tgz again and got the same results. NHA -- Norman Azadian; naz@ascom.ch; tel: +41 31 999-3223 (fax: -1019) Ascom Infrasys; Suedbahnhofstrasse 14c; CH-3000 Bern 17; Switzerland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 04:02:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA04646 for freebsd-questions-outgoing; Fri, 29 May 1998 04:02:45 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pacs05.infoave.net (20A11AD1@pacs05.InfoAve.Net [165.166.0.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA04546 for ; Fri, 29 May 1998 04:02:36 -0700 (PDT) (envelope-from fripmis@hargray.com) Received: from hp.visiontm.com ("port 3647"@[208.236.113.253]) by InfoAve.Net (PMDF V5.1-10 #23426) with SMTP id <01IXLI1JVQ4Y90O98R@InfoAve.Net> for freebsd-questions@freebsd.org; Fri, 29 May 1998 07:02:16 EDT Date: Fri, 29 May 1998 07:02:41 -0400 From: Harry Patterson Subject: Re: Sendmail oddness To: Doug White Cc: freebsd-questions Message-id: <01bd8af1$4d0b9cc0$055da8c0@hp.visiontm.com> MIME-version: 1.0 X-Mailer: Microsoft Outlook Express 4.71.1712.3 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 X-Priority: 3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 24 May 1998, Harry Patterson wrote: >> I am having a very odd problem occur with sendmail(8.8.8). 99% of my mail is >> delivered with no problem. However; twice this week I have tried to send >> e-mail to two servers that just never gets delivered and is returned with a >> 451 read error. If I deliver them (same address) using my dial in account >> with a local ISP the mail delivers fine. For some reason the receiving >> server won't negotiate with mine. Since one of these server is the Internic, >> it is causing me significant problems. > >Where is this read error? Make sure you can ping & telnet to >rs.internic.net okay. I believe we resolved the Internic mail delivery problem by fixing a reverse lookup problem (as suggested by Ben Pepa) caused by my ISP having a reverse entry for my IP address pointing to his server. The Internic mail now delivers fine. However, I am still having delivery problems with one inbound message and 1 outbound message. I've included the bounced read error message below and the maillog messages from the inbound and outbound message failures. Thanks for any help or insight Harry ************Bounced mail error message ************ ----- The following addresses had transient non-fatal errors ----- ----- Transcript of session follows ----- 451 ... reply: read error from upimssmtpsys04.email.msn.com. ... while talking to upimssmtpsys07.email.msn.com.: >>> DATA <<< 451 Timeout waiting for client input 451 ... reply: read error from upimssmtpsys03.email.msn.com. 451 ... reply: read error from upimssmtpsys02.email.msn.com. 451 ... reply: read error from upimssmtpsys01.email.msn.com. ... Deferred: Operation timed out with upimssmtpsys01.email.msn.com. ********* maillog - Outbound message delivery problem *************** May 29 06:02:56 server sendmail[5286]: FAA05286: timeout waiting for input from mail-gw2.pacbell.net during message collect May 29 06:02:57 server sendmail[5286]: FAA05286: from=, size=0, class=0, pri=30000, nrcpts=1, msgid=<199805290902.FAA05286@server.visiontm.com>, bodytype=8BITMIME, proto=ESMTP, relay=mail-gw2.pacbell.net [206.13.28.53] ********* maillog - Inbound message delivery problem *************** May 29 06:06:27 server sendmail[5291]: FAA05291: timeout waiting for input from gull.prod.itd.earthlink.net during message collect May 29 06:06:28 server sendmail[5291]: FAA05291: from=, size=0, class=0, pri=30000, nrcpts=1, msgid=<199805290906.FAA05291@server.visiontm.com>, proto=ESMTP, relay=gull.prod.itd.earthlink.net [207.217.120.85] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 04:09:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA09512 for freebsd-questions-outgoing; Fri, 29 May 1998 04:09:50 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns.cityip.co.za (ns.cityip.co.za [196.25.223.140]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id EAA09335 for ; Fri, 29 May 1998 04:09:39 -0700 (PDT) (envelope-from wjv@cityip.co.za) Received: from wjv by ns.cityip.co.za with local (Exim 1.82 #2) id 0yfN1s-0004XO-00; Fri, 29 May 1998 13:08:56 +0200 Subject: Re: Between FreeBSD and Linux In-Reply-To: <35698A08.6EA51233@ecs.soton.ac.uk> from Joseph Kuan at "May 25, 98 04:11:04 pm" To: J.Kuan@ecs.soton.ac.uk Date: Fri, 29 May 1998 13:08:56 +0200 (SAT) Cc: freebsd-questions@FreeBSD.ORG X-PGP: ftp://ftp.cityip.co.za/users/wjv/pubkey.asc X-URL: http://www.cityip.co.za/~wjv/ X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: From: Johann Visagie Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Joseph Kuan wrote: > > I am just a normal Linux user, don't know much about how the FreeBSD and > Linux being developed. Both are being developed by volunteers who co-ordinate their efforts via the net. The Linux development methodology is more anarchic by design. > I have read the web page, I thought Linux is an operating system by > incoporating GNU stuff. Not sure what you mean. Linux is really just an OS kernel. Add to it a whole array of tools and utilities, and it becomes a functioning Unix-like OS. People have different ideas as to exactly which tools to add and how, and hence you have a whole array of Linux "distributions", e.g. Slackware, RedHat, etc. > Sometimes I see some BSD directories with Linux, but I don't know what > they for. Although the Linux crowd seems to favour GNU software, many of the bits that get distributed in Linux distributions can trace their roots back to the BSD project. -- V Johann Visagie | Email: wjv@CityIP.co.za | Tel: +27 21 419-7878 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 04:20:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA17296 for freebsd-questions-outgoing; Fri, 29 May 1998 04:20:19 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gamma.aei.ca (root@gamma.aei.ca [206.123.6.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA17251 for ; Fri, 29 May 1998 04:20:05 -0700 (PDT) (envelope-from malartre@aei.ca) Received: from aei.ca (kaput@dialA36.aei.ca [206.123.6.74]) by gamma.aei.ca (8.8.5/8.8.5) with ESMTP id HAA21432; Fri, 29 May 1998 07:20:01 -0400 (EDT) Message-ID: <356E99D9.C4C8E4C9@aei.ca> Date: Fri, 29 May 1998 07:19:53 -0400 From: Malartre X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: Whee Kim CC: freebsd-questions@FreeBSD.ORG Subject: Re: Question about X window References: <356E49C1.E6224D38@erols.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I think its only a question of PATH in .profile Go in your user home directory and edit ".profile" You should put the right path to Xfree wich I dont remember (I dont use X) Malartre Whee Kim wrote: > Hi, I need help. > > After I installed 2.2.6, I can't run X as regular user. I did > installed x distribution and I can run X when I directly log in as root, > but I can't run it if I am a regular user. What is wrong? How do I fix > this? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- -------------------------------------------------- malartre@aei.ca ICQ #4224434 www.aei.ca/~malartre/ Unix FreeBSD-2.2.6 -------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 04:33:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA19509 for freebsd-questions-outgoing; Fri, 29 May 1998 04:33:56 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from harfang.CC.UMontreal.CA (harfang.CC.UMontreal.CA [132.204.2.102]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA19418 for ; Fri, 29 May 1998 04:33:49 -0700 (PDT) (envelope-from beaupran@JSP.UMontreal.CA) Received: from epsom.jsp.umontreal.ca (epsom.JSP.UMontreal.CA [132.204.45.25]) by harfang.CC.UMontreal.CA (8.8.8/8.8.8) with SMTP id HAA15328; Fri, 29 May 1998 07:33:46 -0400 (EDT) Received: from outpost.nada.org (derby.jsp.umontreal.ca [132.204.46.26]) by epsom.jsp.umontreal.ca via SMTP (951211.SGI.8.6.12.PATCH1502/JSP1789) id HAA07614; Fri, 29 May 1998 07:33:55 -0400 Date: Fri, 29 May 1998 07:34:05 -0400 (EDT) From: Spidey X-Sender: beaupran@outpost.nada.org To: Jeremy Shaffner cc: Charlie Root , Question=answer Subject: Re: your mail In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 28 May 1998, Jeremy Shaffner wrote: > > Isn't that somewhat...cumbersome? > > (for sh) Sorry, I'm using tcsh... > PS1="\u@\h:\w\$ " > > login@host:currentdirectory$ > > etc.. > > > On Wed, 27 May 1998, Spidey wrote: > > > Presuming you're using csh, make an alias like: > > > > alias cd = cd \!* ; set prompt="$cwd#" > > > > or something like that... > > > > try and check you shells's manpage. (i.e. man csh) > > > > Spidey > > > > > > > > On Wed, 27 May 1998, Charlie Root wrote: > > > > > I have a problem with my shell prompt. > > > I want to set it so that it will show the directory I am currently in. > > > I have tried to do this with: > > > > > > set prompt="`pwd`#" > > > > > > All seems fine until I switch directories, and the directory listed on the prompt stays the same. > > > > > > I.E. I am in "/root" but the prompt says "/usr/bin#". > > > > > > I am using the sh shell and I am wondering if there is a way to get it to do > > > "pwd" each time before the prompt appears so that it will always reflect my > > > current directory. > > > > > > -===================================================================- > Jeremy Shaffner JORSM Internet > Senior Technical Support Northwest Indiana's Premium > jer@jorsm.com Internet Service Provider > support@jorsm.com http://www.jorsm.com > -===================================================================- > > > Spidey ____________________________________ | Still searching for a good .sig... | \------------------------------------/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 05:11:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA06825 for freebsd-questions-outgoing; Fri, 29 May 1998 05:11:38 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mipnet.mipnet.fr (mipnet.mipnet.fr [194.51.103.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA06769 for ; Fri, 29 May 1998 05:11:31 -0700 (PDT) (envelope-from mahe@twam.com) Received: from twam.com (sad1-7.mipnet.fr [195.101.68.137]) by mipnet.mipnet.fr (8.8.7/8.8.7) with ESMTP id OAA20088 for ; Fri, 29 May 1998 14:14:40 +0200 (MET DST) Message-ID: <356EA5AF.D7703DA5@twam.com> Date: Fri, 29 May 1998 14:10:23 +0200 From: "Loïc Mahé" Organization: TWAM Informatique X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.2-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: About Olvwm Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I'm (still) using FreeBSD 2.2.2 and I've got a problem with olvwm. The menu is empty even if the openwin-menu file exist and is at the right place (/usr/X11R6/lib/X11). According to the olwm man page, I created the OLWMMENU variable, but still without result (I also tried OLVWMMENU, unsucessfully). OPENWINHOME doesn't work, either. The only way I found is to use the personal .openwin-menu file, but I would like to have the system-wide file, so that every user has the menu by default. Perhaps a bug in olvwm ? Is there a solution ? Thanks. Loic (Toulouse - France) -- + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + TWAM Informatique 18 av. Charles de Gaulle, 31138 Balma cedex tel.(fax) : 05-61-24-65-66 (66-30) mahe@twam.com On ne trébuche pas deux fois sur la même pierre (proverbe oriental). En principe ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 05:15:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA08825 for freebsd-questions-outgoing; Fri, 29 May 1998 05:15:24 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pili.adn.edu.ph (art@[165.220.57.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA08790 for ; Fri, 29 May 1998 05:15:16 -0700 (PDT) (envelope-from art@pili.adn.edu.ph) Received: from localhost (art@localhost) by pili.adn.edu.ph (8.8.7/8.8.7) with SMTP id PAA00406 for ; Fri, 29 May 1998 15:22:06 +0800 (PHT) (envelope-from art@pili.adn.edu.ph) Date: Fri, 29 May 1998 15:22:06 +0800 (PHT) From: Arthur Alacar cc: questions@FreeBSD.ORG Subject: PS/2 mouse 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 Am trying to work with my PS/2 mouse. I have recompiled the kernel with the following line included. device psm0 ........................ compilation works fine and i successfully rebooted the system, but the problem is it never tries probing psm0... so it wasn't enable.. everytime i try to use /dev/psm0 it returns ... device not configured. so i did use the -c option at boot time and ... > enable psm0 > quit my PS/2 mouse now works fine... now the problem is.. how can i configure my system such that i won't always be using -c option everytime it restarts... i mean for my system to automatically probe psm0? thank you.. .a.r.t. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 05:22:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA13833 for freebsd-questions-outgoing; Fri, 29 May 1998 05:22:17 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from phoenix.welearn.com.au (suebla.lnk.telstra.net [139.130.44.81]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA13538; Fri, 29 May 1998 05:21:49 -0700 (PDT) (envelope-from sue@phoenix.welearn.com.au) Received: (from sue@localhost) by phoenix.welearn.com.au (8.8.5/8.8.5) id WAA02634; Fri, 29 May 1998 22:21:28 +1000 (EST) Message-ID: <19980529222124.32981@welearn.com.au> Date: Fri, 29 May 1998 22:21:24 +1000 From: Sue Blake To: Open Systems Networking Cc: Bryan Seltzer , freebsd-questions@FreeBSD.ORG Subject: Re: docs for 2.1.5 References: <199805291126.HAA09437@carriage.chesco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: ; from Open Systems Networking on Fri, May 29, 1998 at 07:40:46AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG (from -newbies) On Fri, May 29, 1998 at 07:40:46AM -0400, Open Systems Networking wrote: > On Wed, 27 May 1998, Bryan Seltzer wrote: > > > Hello, > > I just started with freebsd last month. Have gotten my freebsd box running > > on my internal network in my home. Now my problem is trying to get this to > > dial into my provider. I don't have a docs on 2.1.5. The docs I have don't > > cover 2.1.5, does anyone have docs for ppp connection with 2.1.5? > 2.1.5? Thats a pretty old version. My suggestion is you use cvsup > to upgrade that system to 2.2.6 and then work on getting it configured. > 2.2.6 is the latest -RELEASE > If you need some help setting up or using or using cvsup drop me private > email and ill help you out. But thats what I recommend is using a current > release and THEN trying to configure it. That's great for people who have a good Internet connection and the skills to understand and use these techniques. There is a trememdous amount to learn before a real novice could do that, starting with basic unix commands, an editor, what is cvsup, and all that scarey make business. I hope you're expecting a lot of private email :-) For many of us, particularly newbies, it might be easier to simply reinstall by FTP, or cheaper to buy it on CD. And for those of us who are still trying to work out the difference between ls and less, 2.1.5 might be indistinguishable from -current for at least a few more weeks. We don't all have the option of downloading huge amounts, or purchasing CDs right away, and some of us have disks too small to hold the sources. Bryan gives no indication of his situation. As someone who has used 2.1.5 as a newbie, I'd say it's better to plug on than have no ppp while waiting for the CDs to arrive, and way better than windoze if that's the only alternative. Or he could be a unix expert wondering what to do with a cheap unlimited Internet account, though I'd wonder how this got into -newbies in that case. Sure, upgrading is to be strongly recommended, even pressed, but we can't decide how feasible it is for him (or others watching on) on the info we have. Since we're talking about someone who can't even connect yet to start looking around the web site, it might be worth setting up ppp as the system is, with the realisation that an upgrade will be needed real soon and that not much help will be available until then. Maybe it would be worth downloading a later version of ppp to use for this temporary learning period, I'm not real sure if that would work or not. But I'm pretty sure I had ppp working on 2.1.5, so it can't have been too hard. I used the handbook and/or faq that came with the system to work out what to do, step by slow step. I'm redirecting this to freebsd-questions where this discussion is more appropriate, and where there's plenty of non-newbies to knock my ideas on the head if they are technically incorrect or unwise. -- Regards, -*Sue*- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 05:23:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA14324 for freebsd-questions-outgoing; Fri, 29 May 1998 05:23:39 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pili.adn.edu.ph (art@pili.adn.edu.ph [165.220.57.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA14270 for ; Fri, 29 May 1998 05:23:30 -0700 (PDT) (envelope-from art@pili.adn.edu.ph) Received: from localhost (art@localhost) by pili.adn.edu.ph (8.8.7/8.8.7) with SMTP id PAA00277 for ; Fri, 29 May 1998 15:30:28 +0800 (PHT) (envelope-from art@pili.adn.edu.ph) Date: Fri, 29 May 1998 15:30:28 +0800 (PHT) From: Arthur Alacar To: questions@FreeBSD.ORG Subject: rc In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What's the file that is being executed whenever i shutdown/reboot my system? equivalent file for rc.S in linux? .a.r.t. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 05:27:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA15659 for freebsd-questions-outgoing; Fri, 29 May 1998 05:27:08 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from horton.iaces.com (horton.iaces.com [204.147.87.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA15636 for ; Fri, 29 May 1998 05:26:52 -0700 (PDT) (envelope-from proot@horton.iaces.com) Received: (from proot@localhost) by horton.iaces.com (8.8.7/8.8.7) id HAA21498; Fri, 29 May 1998 07:25:29 -0500 (CDT) From: "Paul T. Root" Message-Id: <199805291225.HAA21498@horton.iaces.com> Subject: Re: Kernel config To: root@star.lsp.nsu.ru (Charlie &) Date: Fri, 29 May 1998 07:25:29 -0500 (CDT) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <98052905434300.03045@star.lsp.nsu.ru> from Charlie & at "May 29, 98 05:41:23 am" X-Organization: USWEST !nterprise Networking - ACES X-Phone: (612) 664-3385 X-Fax: (612) 664-4779 X-Page: (800) SKY-PAGE PIN: 537-7270 X-Address: 600 Stinson Blvd, Fl 1S X-Address: Minneapolis, MN 55413 X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In a previous message, Charlie & said: > Help > I can't make kernel It would be more helpful if you told us what you are trying to do. A quick glance at the config shows that you've left 11 SCSI controllers in your config but commented out scbus0 (which is required for a scsi controller). Then you comment out all but the Optical Disk device. Is that what you want? I'd suggest that you read the Handbook and FAQ sections on kernels. Then read LINT carefully, then repeat that process. Once you understand what you are trying to do, maybe you can explain to us what you are trying to do and then maybe we can help you. Paul. > 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 > > #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 -- A skydiver is taken by the gravity of his situation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 05:30:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA16916 for freebsd-questions-outgoing; Fri, 29 May 1998 05:30:35 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id FAA16877 for ; Fri, 29 May 1998 05:30:24 -0700 (PDT) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Fri, 29 May 1998 8:28:51 -0400 (EDT) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA18824; Fri, 29 May 98 08:28:49 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id IAA10167; Fri, 29 May 1998 08:28:08 -0400 Message-Id: <19980529082807.A10117@ct.picker.com> Date: Fri, 29 May 1998 08:28:07 -0400 From: Randall Hopper To: Whee Kim , freebsd-questions@FreeBSD.ORG Subject: Re: question: about SCSI ZIP DRIVE Mail-Followup-To: Whee Kim , freebsd-questions@FreeBSD.ORG References: <356E15B9.AA2BA118@erols.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <356E15B9.AA2BA118@erols.com>; from Whee Kim on Thu, May 28, 1998 at 09:56:09PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Whee Kim: | I am trying to set up my ZIP drive... | this is what I get from dmseg.... It's normal. Just ignore them. Randall Hopper To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 05:34:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA17968 for freebsd-questions-outgoing; Fri, 29 May 1998 05:34:30 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from horton.iaces.com (horton.iaces.com [204.147.87.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA17914 for ; Fri, 29 May 1998 05:34:21 -0700 (PDT) (envelope-from proot@horton.iaces.com) Received: (from proot@localhost) by horton.iaces.com (8.8.7/8.8.7) id HAA21514; Fri, 29 May 1998 07:32:44 -0500 (CDT) From: "Paul T. Root" Message-Id: <199805291232.HAA21514@horton.iaces.com> Subject: Re: xcalc in freebsd > 2.2.2 To: chrismar@peanut.readington.com (Chris Martino) Date: Fri, 29 May 1998 07:32:44 -0500 (CDT) Cc: bh@transbay.net, freebsd-questions@FreeBSD.ORG In-Reply-To: from Chris Martino at "May 29, 98 00:18:03 am" X-Organization: USWEST !nterprise Networking - ACES X-Phone: (612) 664-3385 X-Fax: (612) 664-4779 X-Page: (800) SKY-PAGE PIN: 537-7270 X-Address: 600 Stinson Blvd, Fl 1S X-Address: Minneapolis, MN 55413 X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In a previous message, Chris Martino said: It is in the contrib sources to XFree86. It took me some time to find it, too. > Um.... Its there... I just used it 5 minutes ago...=\ > In 2.2.6 that is. > > C > > -- > > Chris Martino > chrismar@readington.com > > On Thu, 28 May 1998, Brandon Huey wrote: > > > > > xcalc seems to have disappeared in 2.2.{5,6} > > > > if not, where is it? > > > > thanks, > > -bh > > > > > > > > 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 > -- Minds, like parachutes, only function when open. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 05:42:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA20575 for freebsd-questions-outgoing; Fri, 29 May 1998 05:42:52 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from horton.iaces.com (horton.iaces.com [204.147.87.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA20545 for ; Fri, 29 May 1998 05:42:44 -0700 (PDT) (envelope-from proot@horton.iaces.com) Received: (from proot@localhost) by horton.iaces.com (8.8.7/8.8.7) id HAA21576; Fri, 29 May 1998 07:41:28 -0500 (CDT) From: "Paul T. Root" Message-Id: <199805291241.HAA21576@horton.iaces.com> Subject: Re: PS/2 mouse To: art@pili.adn.edu.ph (Arthur Alacar) Date: Fri, 29 May 1998 07:41:28 -0500 (CDT) Cc: questions@FreeBSD.ORG In-Reply-To: from Arthur Alacar at "May 29, 98 03:22:06 pm" X-Organization: USWEST !nterprise Networking - ACES X-Phone: (612) 664-3385 X-Fax: (612) 664-4779 X-Page: (800) SKY-PAGE PIN: 537-7270 X-Address: 600 Stinson Blvd, Fl 1S X-Address: Minneapolis, MN 55413 X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Remove the disabled keyword froom the psm0 line. In a previous message, Arthur Alacar said: > > Am trying to work with my PS/2 mouse. > > I have recompiled the kernel with the following line included. > > device psm0 ........................ > > compilation works fine and i successfully rebooted the system, but the > problem is it never tries probing psm0... so it wasn't enable.. > everytime i try to use /dev/psm0 it returns ... device not configured. > > so i did use the -c option at boot time and ... > > > enable psm0 > > quit > > my PS/2 mouse now works fine... now the problem is.. how can i > configure my system such that i won't always be using -c option > everytime it restarts... i mean for my system to automatically probe > psm0? > > thank you.. > > > .a.r.t. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Did you hear about the Polish parachute? --opens on impact. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 05:52:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA25070 for freebsd-questions-outgoing; Fri, 29 May 1998 05:52:30 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cyclone.degnet.baynet.de (www.degnet.baynet.de [194.95.214.129]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id FAA24478 for ; Fri, 29 May 1998 05:51:37 -0700 (PDT) (envelope-from malte@webmore.com) Received: from neuron.webmore.com (unverified [194.95.214.164]) by cyclone.degnet.baynet.de (EMWAC SMTPRS 0.83) with SMTP id ; Fri, 29 May 1998 14:52:09 +0200 Received: from neuron.webmore.de (malte@webmore.com) by neuron.webmore.com (8.8.8/8.8.8) with ESMTP id OAA00801; Fri, 29 May 1998 14:49:49 +0200 (CEST) Message-ID: X-Mailer: XFMail 1.2 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <356E49C1.E6224D38@erols.com> Date: Fri, 29 May 1998 14:49:49 +0200 (CEST) Reply-To: malte@webmore.com From: Malte Lance To: Whee Kim Subject: RE: Question about X window Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 29-May-98 Whee Kim wrote: > Hi, I need help. > > After I installed 2.2.6, I can't run X as regular user. I did > installed x distribution and I can run X when I directly log in as root, > but I can't run it if I am a regular user. What is wrong? How do I fix > this? What do you mean by "can't run it" ??? Maybe it is a path-problem. Or does it start and bomb out ? Malte. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message ---------------------------------- E-Mail: Malte Lance Date: 29-May-98 Time: 14:34:23 ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 05:52:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA25347 for freebsd-questions-outgoing; Fri, 29 May 1998 05:52:57 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cyclone.degnet.baynet.de (www.degnet.baynet.de [194.95.214.129]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id FAA25281 for ; Fri, 29 May 1998 05:52:47 -0700 (PDT) (envelope-from malte@webmore.com) Received: from neuron.webmore.com (unverified [194.95.214.164]) by cyclone.degnet.baynet.de (EMWAC SMTPRS 0.83) with SMTP id ; Fri, 29 May 1998 14:52:10 +0200 Received: from neuron.webmore.de (malte@webmore.com) by neuron.webmore.com (8.8.8/8.8.8) with ESMTP id OAA00799; Fri, 29 May 1998 14:49:41 +0200 (CEST) Message-ID: X-Mailer: XFMail 1.2 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199805282128.OAA00464@tao.thought.org> Date: Fri, 29 May 1998 14:49:41 +0200 (CEST) Reply-To: malte@webmore.com From: Malte Lance To: Gary Kline Subject: RE: browser bombing problems Cc: (FreeBSD Mailing List) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 28-May-98 Gary Kline wrote: > > Yesterday I found that netscape-3 would blow me out of my window > manager and a moment later I'd be looking at my xdm login screen. > > I installed nertscape-405; same thing. Also, chimera blows me > out of my environment (and back to my xdm login). But the XEmacs > browser does not. Hm really strange. > > My thinking now is that this is some sort of a library or compatibility > problem. Any other ideas out there?? Do netscape / chimera leave core-dumps ? Have a look at them then. Malte. > > thanks, > > gary > > > > -- > Gary D. Kline kline@tao.thought.org Public service uNix > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message ---------------------------------- E-Mail: Malte Lance Date: 29-May-98 Time: 14:48:34 ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 05:54:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA25958 for freebsd-questions-outgoing; Fri, 29 May 1998 05:54:14 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns.cityip.co.za (ns.cityip.co.za [196.25.223.140]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id FAA25826 for ; Fri, 29 May 1998 05:53:58 -0700 (PDT) (envelope-from wjv@cityip.co.za) Received: from wjv by ns.cityip.co.za with local (Exim 1.82 #2) id 0yfOcn-0004Zy-00; Fri, 29 May 1998 14:51:09 +0200 Subject: Re: recommended MTA In-Reply-To: <19980529120311.B1574@iconnect.co.ke> from "me@anand.org" at "May 29, 98 12:03:11 pm" To: me@anand.org Date: Fri, 29 May 1998 14:51:08 +0200 (SAT) Cc: francis@cody.usls.edu, freebsd-questions@FreeBSD.ORG X-PGP: ftp://ftp.cityip.co.za/users/wjv/pubkey.asc X-URL: http://www.cityip.co.za/~wjv/ X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: From: Johann Visagie Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG me@anand.org wrote: > > > > aside from sendmail, what MTA would be best for a high-volume server? > > qmail: http://www.qmail.org > VMailer: http://www.vmailer.org Both good choices, but also don't forget exim (http://www.exim.org/). Easier to configure and customise than Qmail, and in use in some very large ISPs that I know of (it contains many optimisations for high-volume usage). It takes a different approach to the security problem than Qmail - it can probably be argued that Qmail is still a better choice for installations where security is absolutely paramount. I suspect many people will switch to vmailer when it emerges from beta, on the strength of the author's reputation alone. -- V Johann Visagie | Email: wjv@CityIP.co.za | Tel: +27 21 419-7878 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 06:26:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA14790 for freebsd-questions-outgoing; Fri, 29 May 1998 06:26:00 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from iwvisp.com (ns.iwvisp.com [207.141.203.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA14653 for ; Fri, 29 May 1998 06:25:51 -0700 (PDT) (envelope-from wersans-f@iwvisp.com) Received: from alpha ([207.141.203.84]) by iwvisp.com with ESMTP (IPAD 2.05) id 4784400 ; Fri, 29 May 1998 06:24:53 -0900 From: "Stephen Wersan" To: Cc: "Doug White" Subject: Help Needed Date: Fri, 29 May 1998 06:28:08 -0700 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1161 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <199805291124.4784400@iwvisp.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The messages between the lines are part of an e-mail exchange I had this past week with Doug White at the University of Oregon (dwhite@resnet.uoregon.edu). His replies appear after the message. My query continues after this reply. ======================================================= MY MESSAGES TO DOUG WHITE: First Message I installed FreeBSD last week. I believe that I encountered no problems along the way and that I received no distress or error messages. Since I was already using System Commander (Deluxe) to choose between the existing OSes on my machine (MSDOS and WINNT4), I did not install the FreeBSD booteasy boot manager, choosing instead the "none" option in order to leave System Commander in place. Sure enough, on the first post-FreeBSD boot, System Commander had recognized the presence of FreeBSD and had installed it in the main boot menu. The problem is that FreeBSD won't boot. I suspect, without any proof, that the problem has something to do with a bad fit between System Commander and the FreeBSD booting process. If you have any ideas or suggestions on how to investigate and solve this problem, I would be most grateful. Second Message A lot of messages are posted to the screen during the FreeBSD boot process -- is there some way to capture this output in order to later print it out for inspection by FreeBSD experts such as yourselves? I did notice the following message amongst the flood of messages (close paraphrase, not exact quote): lpt1 not probed because of I/O conflict with lpt0 at 0x378 The last two lines before quitting with reboot-in-15-seconds message: changing root device to st1s1a panic: cannot mount root ======================================================= DOUG WHITE'S REPLIES: To Message 1 This is because SysCommander gratuitously changes the SysID bytes in the partition table to activate the high-order bit on the last selected partition. The FreeBSD bootblocks (and probably NetBSD & OpenBSD too fall over when they can't find which slice they're booting off of since they're looking for sysid 0xA5 and it's been changed to 0xB6. You'll have to ask SysCommander tech support about it, but I think there is an option on the ALT-F10 setup menu to disable that behavior. To Message 2 > A lot of messages are posted to the screen during the FreeBSD boot process > -- is there some way to capture this output in order to later print it out > for inspection by FreeBSD experts such as yourselves? `dmesg' > The last two lines before quitting with reboot-in-15-seconds message: > > changing root device to st1s1a > panic: cannot mount root Trying to boot off of tape eh? v I love that typo. > changing root device to st1s1a You need my cant mount root boilerplate, that or wire down your SCSI IDs. See LINT. If you get the message: panic: Cannot mount root At the end of the probe sequence you should either: 1. Have the line: config kernel root on wd2 in your kernel config, OR: 2. Rename the second disk to wd1 in the kernel config (comment out the original wd1 line and change the wd2 line to read wd1, leaving all other parameters unchanged). ======================================================= MY QUERY: 1) 'dmesg' -- wouldn't I have had to successfully booted before this command became available? 2) I have looked at material (approx. p.265 of the book) about wiring down SCSI IDs, and it indicates that the proper IDs for hard disks are 0-3, and 5-6 for tapes. The jumpers on my two SCSI disks are set at 6 for the first and 5 for the second. Should I change these jumpers? Would changing these jumpers have any adverse effect on the other OSes (DOS and WINNT4) on the first disk? Would the current settings of these jumper account for White's remark about booting off of tape? Would the reversed ordering of the jumpers (disk 1 at 6 and disk 2 at 5) have anything to do with the reversal of disk identifications during the disk partitioning portion of the FreeBSD installation process? (Disk 1 was referred to as sd1 and disk 2 as sd0. This confusion almost resulted in a disaster!) 3) What is this "cant mount root boilerplate"? 4) How can I look at LINT or perform any of White's other recommended kernel config actions until I have successfully booted? Am I missing something here? If so, what? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 06:28:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA17000 for freebsd-questions-outgoing; Fri, 29 May 1998 06:28:47 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dirac.physik.uni-bonn.de (dirac.physik.uni-bonn.de [131.220.161.119]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA16718 for ; Fri, 29 May 1998 06:28:28 -0700 (PDT) (envelope-from conrad@dirac.physik.uni-bonn.de) Received: from localhost by dirac.physik.uni-bonn.de (5.65v3.2/1.1.10.5/06Dec97-0221PM) id AA16608; Fri, 29 May 1998 15:27:25 +0200 Date: Fri, 29 May 1998 15:27:25 +0200 (MET DST) From: Jan Conrad To: freebsd-questions@FreeBSD.ORG Subject: NFS-options Message-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 have a little question.. How can I find out what NFS-options are currently in use for a filesystem? On most other systems I know 'mount' simply shows the active options. But on FreeBSD-2.2.5 mount doesn't show nothing - not even with 'mount -p'. Whats up? best regards Jan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 06:30:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA18609 for freebsd-questions-outgoing; Fri, 29 May 1998 06:30:59 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from linux.cca.usart.ru (max@linux.cca.usart.ru [194.226.230.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA18448 for ; Fri, 29 May 1998 06:30:46 -0700 (PDT) (envelope-from max@cca.usart.ru) Received: from localhost (max@localhost) by linux.cca.usart.ru (8.8.6/8.8.4) with SMTP id TAA26290; Fri, 29 May 1998 19:33:00 -0600 Date: Fri, 29 May 1998 19:33:00 -0600 (GMT+6) From: ccabsdgroup To: Arthur Alacar cc: questions@FreeBSD.ORG Subject: Re: rc 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! Try /etc/rc.shutdown Max. On Fri, 29 May 1998, Arthur Alacar wrote: > > What's the file that is being executed whenever i shutdown/reboot > my system? > > equivalent file for rc.S in linux? > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 06:33:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA20892 for freebsd-questions-outgoing; Fri, 29 May 1998 06:33:52 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from nl-mail-dmz.cmg-gecis.nl (nl-mail-dmz.cmg-gecis.nl [195.109.155.100]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA20659 for ; Fri, 29 May 1998 06:33:33 -0700 (PDT) (envelope-from imro.landveld@cmg.nl) Received: from nl-amv-mail01.atf.cmg.nl (10.16.66.200) by nl-mail-dmz.cmg-gecis.nl (Integralis SMTPRS 1.51) with ESMTP id ; Fri, 29 May 1998 15:33:10 +0200 Received: from mailgate.atf.cmg.nl by nl-amv-mail01.atf.cmg.nl with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1458.49) id K77NC6JN; Fri, 29 May 1998 15:32:53 +0200 Received: from netsrv.att.cmg.nl (root@[193.79.165.2]) by mailgate.atf.cmg.nl. (8.6.9/8.6.9) with ESMTP id PAA04767 for ; Fri, 29 May 1998 15:36:11 +0100 Received: from imrol.att.cmg.nl ([10.16.195.27]) by netsrv.att.cmg.nl (8.8.4/8.8.4) with SMTP id PAA29036 for ; Fri, 29 May 1998 15:29:40 +0200 From: "Mail server" To: Subject: c++ Date: Fri, 29 May 1998 15:35:01 +0200 Message-Id: <01bd8b06$94de4060$1bc3100a@imrol.att.cmg.nl> MIME-Version: 1.0 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 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0019_01BD8B17.58671060" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0019_01BD8B17.58671060 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello I am a new c++ programmer Can you mail me some suggestions what to do to learn this quick and some simple c++ programs thanks imrolandveld@wxs.nl imro.landveld@cmg.nl ------=_NextPart_000_0019_01BD8B17.58671060 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello
I am a new c++ = programmer
Can you mail me some suggestions what
to do to learn this quick and some simple c++=20 programs
 
thanks
imrolandveld@wxs.nl
imro.landveld@cmg.nl
 
------=_NextPart_000_0019_01BD8B17.58671060-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 06:45:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA25439 for freebsd-questions-outgoing; Fri, 29 May 1998 06:45:38 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hotmail.com (f174.hotmail.com [207.82.251.60]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA25399 for ; Fri, 29 May 1998 06:45:31 -0700 (PDT) (envelope-from gandalf79@hotmail.com) Received: (qmail 4038 invoked by uid 0); 29 May 1998 13:44:56 -0000 Message-ID: <19980529134456.4037.qmail@hotmail.com> Received: from 205.174.127.20 by www.hotmail.com with HTTP; Fri, 29 May 1998 06:44:55 PDT X-Originating-IP: [205.174.127.20] From: "Justus Calvin" To: freebsd-questions@FreeBSD.ORG Subject: plug and play kernel option Content-Type: text/plain Date: Fri, 29 May 1998 09:44:55 EDT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG last night i was recompiling my kernel and tried to add the line options pnp0 to my kernel config file. when i tried to compile it that line gave me an error on that line. when i rem'ed the line it compiled just fine and booted ok too. i searched of any documentation on this option any were. my question to you is, is pnp0 supported in the 2.2.5 release, is it an option that will be added in the future, or did i just enter the line wrong. sorry if i omited any information needed but i am a new comer to bsd and unix. please mail a reply at your earliest convenece to gandalf79@hotmail.com or arcad@mns.com. ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 06:47:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA26174 for freebsd-questions-outgoing; Fri, 29 May 1998 06:47:52 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mtiwmhc01.worldnet.att.net (mtiwmhc01.worldnet.att.net [204.127.131.36]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA26137 for ; Fri, 29 May 1998 06:47:39 -0700 (PDT) (envelope-from boraq@worldnet.att.net) Received: from bora ([12.67.81.227]) by mtiwmhc01.worldnet.att.net (InterMail v03.02.03 118 118 102) with SMTP id <19980529134708.XJMA24685@bora> for ; Fri, 29 May 1998 13:47:08 +0000 Message-ID: <000701bd8b08$445592e0$e351430c@bora> From: "Bora Ertung" To: Subject: Where is the thread library located? Date: Fri, 29 May 1998 08:47:04 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01BD8ADE.5A854C60" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0004_01BD8ADE.5A854C60 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am looking for the latest multithreading library. I couldnt find any=20 pointers and information about it on FreeBSD.org homepage. thanks for advance Bora ------=_NextPart_000_0004_01BD8ADE.5A854C60 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I am looking for the latest = multithreading=20 library. I couldnt find any
pointers and information about it on = FreeBSD.org=20 homepage.
 
thanks for advance
Bora
------=_NextPart_000_0004_01BD8ADE.5A854C60-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 06:51:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA27718 for freebsd-questions-outgoing; Fri, 29 May 1998 06:51:59 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from linux.cca.usart.ru (max@linux.cca.usart.ru [194.226.230.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA27379 for ; Fri, 29 May 1998 06:51:01 -0700 (PDT) (envelope-from max@cca.usart.ru) Received: from localhost (max@localhost) by linux.cca.usart.ru (8.8.6/8.8.4) with SMTP id TAA26403 for ; Fri, 29 May 1998 19:54:41 -0600 Date: Fri, 29 May 1998 19:54:41 -0600 (GMT+6) From: ccabsdgroup To: freebsd-questions@FreeBSD.ORG Subject: IPv6 availability Message-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! Are there any plans to include IPv6 (there is at least one realization by INRIA) into the 3.0 src tree (or even in future 2.2.X releases) ? Max. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 07:19:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA11952 for freebsd-questions-outgoing; Fri, 29 May 1998 07:19:00 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from harfang.CC.UMontreal.CA (harfang.CC.UMontreal.CA [132.204.2.102]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA10900 for ; Fri, 29 May 1998 07:17:21 -0700 (PDT) (envelope-from beaupran@JSP.UMontreal.CA) Received: from epsom.jsp.umontreal.ca (epsom.JSP.UMontreal.CA [132.204.45.25]) by harfang.CC.UMontreal.CA (8.8.8/8.8.8) with SMTP id KAA01604; Fri, 29 May 1998 10:09:35 -0400 (EDT) Received: from derby.jsp.umontreal.ca (derby.jsp.umontreal.ca [132.204.46.26]) by epsom.jsp.umontreal.ca via ESMTP (951211.SGI.8.6.12.PATCH1502/JSP1789) id KAA11888; Fri, 29 May 1998 10:09:47 -0400 Received: from localhost (beaupran@localhost) by derby.jsp.umontreal.ca via SMTP (951211.SGI.8.6.12.PATCH1502/JSP1789) id KAA23358; Fri, 29 May 1998 10:09:37 -0400 X-Authentication-Warning: derby.jsp.umontreal.ca: beaupran owned process doing -bs Date: Fri, 29 May 1998 10:09:36 -0400 (EDT) From: BEAUPRE Antoine To: julian@whistle.com cc: freebsd-questions Subject: Oh-oh, can't write to /tmp/EDa.JSADkka Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! I have tried to swallow my freespace, and I'm in trouble... I have extended the size of the bsd partition with fdisk, as you told me to, to the max size of 3690312 blocks (well I think it's the max size). Now I rebooted, checked if the /dev/rwd0s2 device was there, it was, and tried disklabel -r -e /dev/rwd0s2 (or rwd0c). I got domething like: can't write to /tmp/Edf.nFMNklaj This is only an approximation, because I don't think it would be a good idea to use my system without completing the procedure, so I'm in DOS now. I really don't have hint of what is going on, everybody's got write perms on the temp, and I even re-maked the /dev/wd0s2g device. (starting my system at full capacity however, because I didn't have rm perms on the old wd0s2g device) Please help!!! What is that!!!! +-----------------------------------+ | Free the world from businessmen | | Free yourself from your money | +-----------------------------------+ Free the web. Spidey visit: http://www.JSP.UMontreal.CA/~beaupran To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 07:27:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA16407 for freebsd-questions-outgoing; Fri, 29 May 1998 07:27:18 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from drama.navinet.net (root@drama.navinet.net [207.252.86.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA16346 for ; Fri, 29 May 1998 07:27:08 -0700 (PDT) (envelope-from forrie@tiac.net) Received: from forrie ([207.252.86.77]) by drama.navinet.net with SMTP id KAA18605 for ; Fri, 29 May 1998 10:26:57 -0400 (EDT) Message-Id: <199805291426.KAA18605@drama.navinet.net> X-Authentication-Warning: drama.navinet.net: Host [207.252.86.77] claimed to be forrie X-Sender: forrie@pop.tiac.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0.1 Date: Fri, 29 May 1998 10:27:38 -0400 To: freebsd-questions@FreeBSD.ORG From: Forrest Aldrich Subject: LDAP Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've not received a response from the port maintainer. However, the LDAP port does not correctly compile 'slurpd'. When run, it complains of lack of threads support. I've seen other code trees (patches perhaps) that have a #define for POSIX_THREADS. In either case, is there a document about deploying LDAP on FreeBSD? I didn't see much in the handbook. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 07:43:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA22477 for freebsd-questions-outgoing; Fri, 29 May 1998 07:43:50 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from linux.cca.usart.ru (max@linux.cca.usart.ru [194.226.230.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA22327 for ; Fri, 29 May 1998 07:43:02 -0700 (PDT) (envelope-from max@cca.usart.ru) Received: from localhost (max@localhost) by linux.cca.usart.ru (8.8.6/8.8.4) with SMTP id UAA26663 for ; Fri, 29 May 1998 20:46:39 -0600 Date: Fri, 29 May 1998 20:46:39 -0600 (GMT+6) From: Max Gotlib To: freebsd-questions@FreeBSD.ORG Subject: WaveLAN driver author's e-mail ? Message-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! Could you, please, drop me a line containing the e-mail address of the wavelan driver's author... It's because i've faced with some problems with wavelan card, and fortunatelly founded the solution/patch for it... So, i'd like to get in touch with the "royal person" to get sure i'm on the right way.. But when i tryed to search for Michael Smith's e-mail (yahoo's locator) i got 2970 entries ... Max. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 08:02:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA00102 for freebsd-questions-outgoing; Fri, 29 May 1998 08:02:02 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from skyserv.med.osd.mil (skyserv.med.osd.mil [199.209.8.144]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id IAA29946 for ; Fri, 29 May 1998 08:01:54 -0700 (PDT) (envelope-from rpotts@med.osd.mil) Received: from 161.14.168.22 (ae1970.med.osd.mil [161.14.168.22]) by skyserv.med.osd.mil (8.6.8.1/SCA-6.6) with SMTP id LAA06141 for ; Fri, 29 May 1998 11:01:51 -0400 From: "Ross Potts, CON, EDS/D-SIDDOMS" Message-Id: <9805291059.ZM-94837@161.14.168.22> Date: Fri, 29 May 1998 10:59:01 -0700 X-Mailer: ZM-Win (3.2.1 11Sep94) To: FreeBSD-questions@FreeBSD.ORG Subject: SATAN Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Has anyone had success interfacing SATAN with Netscape 4.0? I read the instruction on running thru the HTML interface and it mentioned a "run" command within whatever browser root uses. I can't find a thing in 4.0. -- Potts, Ross A. Internet : Ross.Potts@med.osd.mil EDS-D/SIDDOMS Phone : (703) 824-7601 Skyline Two, Suite 1200 Beeper : (888) 687-2709 5113 Leesburg Pike, FAX : (703) 824-4155 Falls Church, VA 22041 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 08:11:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA04353 for freebsd-questions-outgoing; Fri, 29 May 1998 08:11:27 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cicese.cicese.mx (cicese.cicese.mx [158.97.1.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA04282 for ; Fri, 29 May 1998 08:11:21 -0700 (PDT) (envelope-from heespi@cicese.mx) Received: from cicese.mx (pc-heespi.cicese.mx [158.97.33.24]) by cicese.cicese.mx (8.8.6/8.8.6) with ESMTP id IAA24731 for ; Fri, 29 May 1998 08:11:18 -0700 (PDT) Message-ID: <356ED0F2.FC286074@cicese.mx> Date: Fri, 29 May 1998 08:14:58 -0700 From: Norma Herrera Organization: CICESE X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: c compiler problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello everyone ! I have a problem with my freebsd. I want to compile a port, but when i run configure it say me the C compiler has a problem. How can I to install de cc compiler ?. I have freeBSD 2.2.1 Thank you for your help Norma H. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 08:32:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA16878 for freebsd-questions-outgoing; Fri, 29 May 1998 08:32:08 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from firewall2.startribune.com (firewall2.startribune.com [132.148.80.211]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA16789 for ; Fri, 29 May 1998 08:31:58 -0700 (PDT) (envelope-from bendede@startribune.com) Received: by firewall2.startribune.com; id KAA17178; Fri, 29 May 1998 10:40:13 -0500 (CDT) Received: from mailserv1.startribune.com(132.148.25.25) by firewall2.startribune.com via smap (3.2) id xma017062; Fri, 29 May 98 10:40:02 -0500 Received: from MANNY by mailserv1.startribune.com; Fri, 29 May 1998 10:38:33 -0500 (CDT) Received: by MANNY with Microsoft Mail id <01BD8AED.AB8BA5A0@MANNY>; Fri, 29 May 1998 10:36:42 -0500 Message-ID: <01BD8AED.AB8BA5A0@MANNY> From: Dave Bender To: "'questions@freebsd.org'" Subject: Get dynamically assigned DNS server IP address? Date: Fri, 29 May 1998 10:36:38 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How can I configure my ppp dial-out connection to fetch my ISP's DNS server when the DNS server is dynamically assigned? To clarify: I'm setting up my home FreeBSD machine to dial into my ISP, but the ISP (actually, the office) system doles out the DNS number dynamically. (From WindowsNT, the DNS gateways are blanked out.) For now, any IP connections from my FreeBSD machine require an absolute IP address, which makes web browsing darned impossible! I'd even be willing to hard code this value somewhere if I knew how to find out what it's currently using, presuming that it really doesn't change all that often. Does it? Any help would be appreciated. Thanks. Meanwhile, I'm off to Amazon.com to order that "DNS and Bind" book.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 08:40:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA20528 for freebsd-questions-outgoing; Fri, 29 May 1998 08:40:41 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from righi.ml.org (RIGHI.DF.UNIBO.IT [137.204.49.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA20392 for ; Fri, 29 May 1998 08:40:23 -0700 (PDT) (envelope-from bsd@righi.ml.org) Received: from localhost (bsd@localhost) by righi.ml.org (8.8.8/8.8.8) with SMTP id RAA11100; Fri, 29 May 1998 17:40:51 +0200 (CEST) (envelope-from bsd@righi.ml.org) Date: Fri, 29 May 1998 17:40:49 +0200 (CEST) From: bsd mailing lists To: ruggero beretta cc: Questions@FreeBSD.ORG Subject: Re: I: Installation problems In-Reply-To: <199805290910.LAA00418@linux.starch.it> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ciao per installarlo devi fare cosi' ricomincia l'installazione da 0 dal CDROM di FreeBSD poi seleziona novice installation a questo punto il setup ti fara' selezionare i 2 hard disk seleziona il master sul primo bus ide cioe' il tuo disco c che si chiamera' wdc0 ok seleziona quello e ti parte il label editor a questo punto non fare nulla e premi q poi lui ti chiedera' se vuoi installare il boot manager tu rispondi di SI e installalo sul MBR del disco C (forse questa parte vine dopo ma non ha importanza) ora l'importante e che tu sul disco C non fai niente se no perdi tutta la roba di WIN95, quindi quando entri nel label editor come ho detto sopra premi q e lui a questo punto ti fara' rivedere i 2 dischi wdc0 e wdc2 ora seleziona wdc2 (prima avevi selezionato wdc0 ed eri uscito con Q (QUIT)) e poi a questo punto questo disco qui lo setti completamente per essere usato con freebsd completamente quindi lui ti fa una domanda per chiedere se vuoi lasciare spazio perun futuro sistema operativo tu rispondi di no, poi settare il disco wdc2 bootable non importa perche' tanto lui partira' dal partition manager sul disco wdc0. ecco ora entrerai nel partition manager invece nel quale per il disco wdc0 non devi fare nulla non toccare nulla e passi invece a definire le partizioni su wdc2 io ti consiglio di di settare una partizione root / 32MEga una /usr di circa 1 Giga una /var di 100 mega poi setti una /home per gli utenti e' importante ceh alla fine di tutto quando entrereai nel sistema tu linki /tmp a /var/tmp e /usr/tmp a /var/tmp per non avere problemi di spazio per i file temporanei una volta che hai installato tutto fai il reboot quando parte il kernel al prompt del kernel quando lui ti scrive boot: e' importante che tu scriva queta cosa se no il FreeBSD non ti partira' MAI. 1:wd(2,a)kernel in questo modo tu gli dici di fare il boot dal disco ide sul secondo bus quindi il secondo disco master e di cercare il kernel su quel disco li' se no lui andra' sempre a cercare il kernel in wdc0. ok spero di essere stato chiaro. Poi se riuscirai a farlo andare vedrai che FreeBSD ti piacera', altro che' quella merda di Windows95. ciao Riccardo Fri, 29 May 1998, ruggero beretta wrote: > > > ---------- > > Da: ruggero beretta > > A: Questions@freebsd.org > > Oggetto: Installation problems ! > > Data: sabato 23 maggio 1998 15.04 > > > > Hello, > > I'm an italian student, and I'm trying to install FreeBSD. > > I have 2 hard disks: - the first one (primary master) with Windows95 (it > > is not an Operating System !!) > > - the second one (secondary master) where I'm trying to install > > FreeBSD. > > > > To install FreeBSD I booted with Cd-Rom and I setted the Kernel. > > Then appared a menu and I selected to install the system (novice). > > I answered all the questions and I selected to install the O.S. on the > > secondary master disk. > > I made secondary master disk bootable and then I installed the MBR > manager. > > Then the system started to install the Free BSD. > > When it finished I reboot the computer. > > > > Now came the problems !! > > On the prompt appear this: > > > F1.........BSD > > > > I wait some seconds then appear: > > > > > can not find boot.config > > > can not find boot.help > > >can not find Kernel > > > boot default o:wd(0,a)kernel > > > > Then I can do nothig.... > > > > >Could you help me: > > On the start up, I'd like to have the possibility to choose between > > Windows95 and FreeBSD. > > > > > > thank' you > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 08:42:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA21013 for freebsd-questions-outgoing; Fri, 29 May 1998 08:42:08 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from oslo1.or.uninett.no (hanspbie@oslo1.or.uninett.no [158.36.90.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA20793 for ; Fri, 29 May 1998 08:41:48 -0700 (PDT) (envelope-from zerium@webindex.no) Received: from localhost (hanspbie@localhost) by oslo1.or.uninett.no (8.8.8/8.8.8) with SMTP id RAA25022; Fri, 29 May 1998 17:40:51 +0200 (CEST) (envelope-from zerium@webindex.no) X-Authentication-Warning: oslo1.or.uninett.no: hanspbie owned process doing -bs Date: Fri, 29 May 1998 17:40:50 +0200 (CEST) From: Hans Petter Bieker X-Sender: hanspbie@oslo7.or.uninett.no To: David Babler cc: freebsd-questions@FreeBSD.ORG Subject: Re: 2.2-STABLE Kernel Broken? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 28 May 1998, David Babler wrote: > I CVSUP'd RELENG_2_2 today and tried to build a new kernel. It errored out > with: > ---- > loading kernel > isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment > isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment > isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment > isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment > isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment > isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment > isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment > isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment > *** Error code 1 > > Stop. I have the problem. Did someone solve this? -bieker- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 08:50:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA23886 for freebsd-questions-outgoing; Fri, 29 May 1998 08:50:34 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from vanessa.eliuk.org (pme71.sunshine.net [209.17.178.71]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA23758 for ; Fri, 29 May 1998 08:50:15 -0700 (PDT) (envelope-from kevin_eliuk@sunshine.net) Received: from localhost (cagey@localhost) by vanessa.eliuk.org (8.8.8/8.8.8) with SMTP id IAA01745; Fri, 29 May 1998 08:49:54 -0700 (PDT) (envelope-from cagey@vanessa.eliuk.org) Date: Fri, 29 May 1998 08:49:22 -0700 (PDT) From: "Kevin G. Eliuk" Reply-To: "Kevin G. Eliuk" To: Whee Kim cc: freebsd-questions@FreeBSD.ORG Subject: Re: Question about X window In-Reply-To: <356E49C1.E6224D38@erols.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 Fri, 29 May 1998, Whee Kim wrote: => Hi, I need help. => => After I installed 2.2.6, I can't run X as regular user. I did => installed x distribution and I can run X when I directly log in as root, => but I can't run it if I am a regular user. What is wrong? How do I fix => this? Can I assume you are talking about XFree86-3.3.2? Had the same difficulty when I upgraded. Although it was in my path and my login config was xuser it would warn me about running the xserver as anything but GID 0. I think you have one of two options. 1. Run "xdm" from startup and by adding ttyv3 "/usr/local/bin/xdm -nodaemon" xterm on secure to your /etc/ttys. That's where I stop, because I could not find the proper way to set up my user environment using X that way. 2. Install the XFree86 source, tcl-7.6, tk-4.2, read the documentation in installing X with "make World". If you change "#define InstallXserverSetUID YES" to "#define InstallXserverSetUID NO" in /usr/X11R6/src/config/cf/site.def then it allows users to startx. Hope this helps, Kevin G. Eliuk. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 08:51:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA24115 for freebsd-questions-outgoing; Fri, 29 May 1998 08:51:29 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alcatel.fr (news2.alcatel.fr [194.133.58.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA23994 for ; Fri, 29 May 1998 08:51:03 -0700 (PDT) (envelope-from THIERRY.HERBELOT@telspace.alcatel.fr) From: THIERRY.HERBELOT@telspace.alcatel.fr Received: from alcatel.fr (gatekeeper-ssn.alcatel.fr [155.132.180.244]) by mailgate.alcatel.fr (ALCANET/SMTP.9.9.9) with ESMTP id PAA05005; Fri, 29 May 1998 15:00:23 +0200 Received: from aifhs1.alcatel.fr (aifhs1.alcatel.fr [155.132.180.86]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id OAA02969; Fri, 29 May 1998 14:50:13 +0200 (MET DST) Received: from aifhs2.alcatel.fr (localhost [127.0.0.1]) by aifhs1.alcatel.fr (8.8.8/8.8.8) with ESMTP id OAA00762; Fri, 29 May 1998 14:53:57 +0200 (MET DST) Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id OAA02928; Fri, 29 May 1998 14:50:06 +0200 (MET DST) Received: from telss1 (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.7.6/8.7.3) with SMTP id OAA05539; Fri, 29 May 1998 14:54:22 +0200 (MET DST) Received: from telspace.alcatel.fr by telss1 (4.1/SMI-4.1) id AA15882; Fri, 29 May 98 14:43:54 +0200 Received: from localhost by telspace.alcatel.fr with SMTP (1.40.112.12/16.2) id AA090665618; Fri, 29 May 1998 14:40:18 +0200 X-Openmail-Hops: 1 Date: Fri, 29 May 98 14:40:06 +0200 Message-Id: In-Reply-To: <199805290754.AAA09859@epic5.Stanford.EDU> Subject: =?ISO-8859-1?Q?R=E9p_:_info..?= Mime-Version: 1.0 To: kutta@leland.Stanford.EDU Cc: questions@FreeBSD.ORG Content-Type: text/plain; charset=ISO-8859-1; name="info.." Content-Disposition: inline; filename="info.." Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id IAA24036 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 4.4 BSD Lite is the original sources from Berkeley - not really useful (don't work ?) OpenBSD and NetBSD are very close cousins, and run on various platforms (68k, Sun, ... and PC) FreeBSD runs esentially on PC hardware (and has more drivers for PC peripherals) it should be easier to install ===> recommended choice on a PC TfH ____________________________ Séparateur Réponse ________________________________ Objet : info.. Auteur : kutta@leland.Stanford.EDU Date : 29/05/98 09:54 I am about to install my first freeBSD installation on my pc but I am puzzled by seeing other "free" bsd OS's around... for instance, there is the NetBSD and the OpenBSD... and there is the 4.4 BSD Lite... Who knows what else is there. Can you explain to me the difference between them (not the tedious technical details though) and are they in fact very closely related??? Which one is the best to get and what are the strengths?? Thanks.. John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 09:05:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA29373 for freebsd-questions-outgoing; Fri, 29 May 1998 09:05:22 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lucy.bedford.net (lucy.bedford.net [206.99.145.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA28805 for ; Fri, 29 May 1998 09:04:07 -0700 (PDT) (envelope-from listread@lucy.bedford.net) Received: (from listread@localhost) by lucy.bedford.net (8.8.8/8.8.8) id LAA05279; Fri, 29 May 1998 11:52:52 -0400 (EDT) (envelope-from listread) Message-Id: <199805291552.LAA05279@lucy.bedford.net> Subject: Re: info.. In-Reply-To: <199805290754.AAA09859@epic5.Stanford.EDU> from "John W. Chang" at "May 29, 98 00:54:02 am" To: kutta@leland.Stanford.EDU (John W. Chang) Date: Fri, 29 May 1998 11:52:52 -0400 (EDT) Cc: questions@FreeBSD.ORG Reply-to: djv@bedford.net From: CyberPeasant X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John W. Chang wrote: > > I am about to install my first freeBSD installation on my pc but I > am puzzled by seeing other "free" bsd OS's around... for instance, there > is the NetBSD and the OpenBSD... and there is the 4.4 BSD Lite... > Who knows what else is there. Can you explain to me the difference > between them (not the tedious technical details though) and > are they in fact very closely related??? Which one is the best to get > and what are the strengths?? For the first BSD installation, FreeBSD is (arguably) the best. For the Intel x86 hardware, FreeBSD seems to me more 'featureful'. (I've used all three and Linux, too). Open- and Net- seem to require (or desire) some Unix background. But all three can be successfully brought up by a newbie. The support network for new users is most extensive with FreeBSD. The three free BSD's share a common ancestor in 4.4 BSD Lite (loosely speaking). 4.4 BSD Lite is probably not available for installation and operation on a PC; it is more of a study tool. They are all very closely related, and to the casual user, nearly indistinguishable. Visit all three websites: www.freebsd.org, www.netbsd.org, www.openbsd.org. I see you have an address at stanford.edu -- go down to the computer science department and ask some of the geeks. Dave -- Is the true purpose of Unix its use, or its administration? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 09:05:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA29419 for freebsd-questions-outgoing; Fri, 29 May 1998 09:05:30 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dns1.tc.net (dns1.tc.net [208.205.78.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA29335 for ; Fri, 29 May 1998 09:05:18 -0700 (PDT) (envelope-from Agrammas@premtec.com) Received: from [10.16.190.70] by dns1.tc.net for id MAA17490; Fri May 29 12:05:04 1998 Received: by ptexcatl01.premtec.com with Internet Mail Service (5.5.1960.3) id ; Fri, 29 May 1998 12:02:24 -0400 Message-ID: <0545563AD3A8D011B35000805FBB53A54D3C3F@ptexcatl01.premtec.com> Subject: NFS locking Date: Fri, 29 May 1998 12:02:23 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.1960.3) Content-Type: text/plain To: "'questions@FreeBSD.org'" From: "Grammas, August" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Support: I need information on IF / HOW NFS file locking is implimented in FreeBSD. I am not asking for an explation, but where in the doco I will find information on NFS file locking. Please send any replies to ursa@cris.com and NOT to agrammas@premtec.com. august ursa@cris.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 09:08:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA00547 for freebsd-questions-outgoing; Fri, 29 May 1998 09:08:22 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from network-services.uoregon.edu (network-services.uoregon.edu [128.223.60.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA00456 for ; Fri, 29 May 1998 09:08:06 -0700 (PDT) (envelope-from kurtw@network-services.uoregon.edu) Received: from peabody. (peabody.uoregon.edu [128.223.163.125]) by network-services.uoregon.edu (8.8.8/8.8.8) with SMTP id JAA08451; Fri, 29 May 1998 09:08:01 -0700 (PDT) Received: by peabody. (SMI-8.6/SMI-SVR4) id JAA22610; Fri, 29 May 1998 09:04:02 -0700 Message-Id: <199805291604.JAA22610@peabody.> X-Mailer: exmh version 2.0gamma 1/27/96 To: freebsd-questions@FreeBSD.ORG cc: kurtw@network-services.uoregon.edu Subject: xdm error X-url: http://www.cs.uoregon.edu/~kurtw/ Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 29 May 1998 09:04:02 -0700 From: Kurt Joseph Windisch Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm having a problem getting xdm to work with FreeBSD 2.2.6-RELEASE. I placed 'xdm ; sleep 1' at the end of /etc/rc.local. When the system boots, the xdm login screen appears, but all keyboard input goes to the vt 1 console instead of X. However, if I login as root via the console and start xdm manually, it works fine. An error is reported in the xdm-error file: xf86CloseConsole: KDDISABIO failed (Inappropriate ioctl for device) My xdm configuration in /usr/X11R6/lib/X11/xdm has not been modified from the defaults. Below if the initial outpout of the X server for version info: XFree86 Version 3.3.2 / X Window System (protocol Version 11, revision 0, vendor release 6300) Release Date: February 28 1998 Operating System: FreeBSD 2.2.5-STABLE i386 Configured drivers: S3: accelerated server for S3 graphics adaptors (Patchlevel 0) newmmio, mmio_928, s3_generic Using syscons driver with X support (version 2.0) (using VT number 2) Any ideas what the problem might be? Help appreciated! ----------------------------------------------------------------------- Kurt Windisch kurtw@antc.uoregon.edu Network Engineer/Research Asst. (TEL) 541-346-1698 Advanced Network Technology Center (ANTC) (FAX) 541-346-4397 University of Oregon http://www.cs.uoregon.edu/~kurtw/ PGP figerprint: 33 2A 7E 38 24 36 03 11 DB BF 22 DA C4 28 CC 23 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 09:11:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA01727 for freebsd-questions-outgoing; Fri, 29 May 1998 09:11:53 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from TripleCrown.Aldridge.com (TripleCrown.Aldridge.com [209.113.58.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA01623 for ; Fri, 29 May 1998 09:11:22 -0700 (PDT) (envelope-from dlac@aldridge.com) Received: from aldridge.com (america.aldridge.com [209.113.55.1]) by TripleCrown.Aldridge.com (8.8.8/8.6.12) with ESMTP id LAA25251 for ; Fri, 29 May 1998 11:11:12 -0500 (CDT) Message-ID: <356EDE1F.10E86F63@aldridge.com> Date: Fri, 29 May 1998 11:11:11 -0500 From: "David L. Aldridge" Organization: The Aldridge Company X-Mailer: Mozilla 4.05 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions Subject: Re: follow: Re: Problem encountered Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Could it be that you do not realize that you are downloading a 'tarball' and not the actual port? The port is downloaded as the first step of the make process. If I have misinterpreted your problem, I am sorry for stating the obvious. If I have not, you need to read the documentation on ports. Regards Dave > >> >> >I've got a problem with this ftp site (ftp.freebsd.org), and I don't >> >> >know to whom I should post it. >> >> >The problem is that when I want to download a port for any application >> >> >(e.g. Scilab.tar), I can get only the very first 1k, then it stops. I >> >> >thought this is because of my provider, but when I try downloading the >> >> >corresponding distfile (tgz), it works perfectly. >> >> >I mention that this started about one week ago, and keeps on repeating. >> >> >If you have any suggestion, please let me know. >> >> >> >> Do you have any trouble getting any of the other 'ports'? This sounds like >> >> it might be a bad link in the path between us and you. >> > >> > Here is more information: when I try to download a tar file for a port >> >within Netscape or ftp client, I try to get 'dirname.tar' wher dirname is the >> >name of the directory the port resides in. It is the server job to run tar. There >> >is a little difference between Netscape and ftp client. Netscape reports only 1k >> >(stalled) and keeps waiting for the rest; the ftp client receives 10240 and then >> >give me the prompter, but the tar file contains only the Makefile. This is >> >happening anytime I try to get a directory like a tar file. >> > Also I must specify that this is happening on both servers (ftp.freebsd.org >> >and ftp2.freebsd.org). For normal downloading (e.g. get 'filename') it works >> >perfectly. >> >> That's pretty strange. I just tested it here with Netscape, retrieving >> ftp://ftp.freebsd.org/pub/FreeBSD/ports/security/ssh.tar and had no trouble >> getting the complete (50K) file. >> ftp.freebsd.org and ftp2.freebsd.org handle .tar entirely different. In >> the ftp.freebsd.org (actually wcarchive.cdrom.com), the tarring feature is >> entirely written by me and is internal to the ftp daemon. In the other case, >> it is the normal /usr/bin/tar through a pipe method. >> >> -DG >> >> David Greenman >> Co-founder/Principal Architect, The FreeBSD Project >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-questions" in the body of the message >> > > -- David L. Aldridge The Aldridge Company 281.368.0166 (fax: 281.368.0381) http://www.aldridge.com/ Powered by Pentium/FreeBSD/Apache - Because it works. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 09:23:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA05782 for freebsd-questions-outgoing; Fri, 29 May 1998 09:23:26 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from Rigel.orionsys.com (rigel.orionsys.com [205.148.224.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA05719 for ; Fri, 29 May 1998 09:23:14 -0700 (PDT) (envelope-from dbabler@Rigel.orionsys.com) Received: from localhost (dbabler@localhost) by Rigel.orionsys.com (8.8.8/8.8.8) with SMTP id JAA11318; Fri, 29 May 1998 09:22:54 -0700 (PDT) (envelope-from dbabler@Rigel.orionsys.com) Date: Fri, 29 May 1998 09:22:52 -0700 (PDT) From: David Babler Reply-To: David Babler To: Hans Petter Bieker cc: freebsd-questions@FreeBSD.ORG Subject: Re: 2.2-STABLE Kernel Broken? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998, Hans Petter Bieker wrote: > On Thu, 28 May 1998, David Babler wrote: > > > I CVSUP'd RELENG_2_2 today and tried to build a new kernel. It errored out > > with: > > ---- > > loading kernel > > isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment > > *** Error code 1 > > > > Stop. > > I have the problem. Did someone solve this? > Yes, the solution was to rebuild config, reconfigure and then make the kernel. Thanks to Jeremy Shaffner and the others that responded to this. -Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 09:31:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA09272 for freebsd-questions-outgoing; Fri, 29 May 1998 09:31:11 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ms1.ttn.com.tw (ms1.ttn.com.tw [203.66.150.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA09182 for ; Fri, 29 May 1998 09:30:47 -0700 (PDT) (envelope-from jonahkuo@mail.ttn.com.tw) Received: from mail.ttn.com.tw (cs1p12.txg.ttn.net.tw [210.17.80.108]) by ms1.ttn.com.tw (8.8.5/8.8.8) with ESMTP id AAA00821 for ; Sat, 30 May 1998 00:25:43 +0800 (CST) Message-ID: <356EE412.BAC143D3@mail.ttn.com.tw> Date: Sat, 30 May 1998 00:36:35 +0800 From: Jonah Kuo Reply-To: jonahkuo@mail.ttn.com.tw X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd mailing list Subject: mail based on IP address? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, Could someone please tell me how can I send mail based on IP address, like 'somebody@123.123.123.123'. I've been tring this for several hours, if it is unable to do this would you mind to give me some brief explaination? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 09:48:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA14629 for freebsd-questions-outgoing; Fri, 29 May 1998 09:48:49 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from horton.iaces.com (horton.iaces.com [204.147.87.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA14618 for ; Fri, 29 May 1998 09:48:40 -0700 (PDT) (envelope-from proot@horton.iaces.com) Received: (from proot@localhost) by horton.iaces.com (8.8.7/8.8.7) id LAA22389; Fri, 29 May 1998 11:48:07 -0500 (CDT) From: "Paul T. Root" Message-Id: <199805291648.LAA22389@horton.iaces.com> Subject: Re: Get dynamically assigned DNS server IP address? To: bendede@startribune.com (Dave Bender) Date: Fri, 29 May 1998 11:48:07 -0500 (CDT) Cc: questions@FreeBSD.ORG In-Reply-To: <01BD8AED.AB8BA5A0@MANNY> from Dave Bender at "May 29, 98 10:36:38 am" X-Organization: USWEST !nterprise Networking - ACES X-Phone: (612) 664-3385 X-Fax: (612) 664-4779 X-Page: (800) SKY-PAGE PIN: 537-7270 X-Address: 600 Stinson Blvd, Fl 1S X-Address: Minneapolis, MN 55413 X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In a previous message, Dave Bender said: > How can I configure my ppp dial-out connection to fetch my ISP's DNS server when the > DNS server is dynamically assigned? > > To clarify: I'm setting up my home FreeBSD machine to dial into my ISP, but the ISP (actually, > the office) system doles out the DNS number dynamically. (From WindowsNT, the DNS gateways > are blanked out.) > > For now, any IP connections from my FreeBSD machine require an absolute IP address, which > makes web browsing darned impossible! > > I'd even be willing to hard code this value somewhere if I knew how to find out what it's currently > using, presuming that it really doesn't change all that often. Does it? > > Any help would be appreciated. Thanks. Meanwhile, I'm off to Amazon.com to order that "DNS and Bind" book.... > Great book. I've met Cricket, also. Nice guy. To answer your question. The DNS server won't be changing much, if ever. It would be silly for it to change often. To find out what the server address is. Simply run nslookup on your NT. The first 2 lines will tell you. Then you can plug that into your /etc/resolv.conf. Paul. -- Don't panic, skydiving makes a lot of sense. --Pasi Nironen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 09:48:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA14653 for freebsd-questions-outgoing; Fri, 29 May 1998 09:48:54 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns.cityip.co.za (ns.cityip.co.za [196.25.223.140]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA14385 for ; Fri, 29 May 1998 09:47:40 -0700 (PDT) (envelope-from wjv@cityip.co.za) Received: from wjv by ns.cityip.co.za with local (Exim 1.82 #2) id 0yfSJG-0004gN-00; Fri, 29 May 1998 18:47:14 +0200 Subject: Re: WINS Server port availability ????? In-Reply-To: from Doug White at "May 18, 98 03:59:25 pm" To: dwhite@resnet.uoregon.edu Date: Fri, 29 May 1998 18:47:13 +0200 (SAT) Cc: ppd2@exchange.co.westchester.ny.us, questions@FreeBSD.ORG X-PGP: ftp://ftp.cityip.co.za/users/wjv/pubkey.asc X-URL: http://www.cityip.co.za/~wjv/ X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: From: Johann Visagie Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug White wrote: > > Check the Samba distribution, it may support WINS resolution. Indeed it does, and I use it as such. (Having a WINS server available is a requirement for enabling NetBIOS browing across different subnets.) -- V Johann Visagie | Email: wjv@CityIP.co.za | Tel: +27 21 419-7878 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 10:03:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA16896 for freebsd-questions-outgoing; Fri, 29 May 1998 10:03:07 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.seidata.com (ns1.seidata.com [208.10.211.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA16878 for ; Fri, 29 May 1998 10:02:57 -0700 (PDT) (envelope-from mike@seidata.com) Received: from localhost (mike@localhost) by ns1.seidata.com (8.8.8/8.8.5) with SMTP id NAA01144 for ; Fri, 29 May 1998 13:02:18 -0400 (EDT) Date: Fri, 29 May 1998 13:02:18 -0400 (EDT) From: Mike To: freebsd-questions@FreeBSD.ORG Subject: Adaptec 7895P Message-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 noticed the Handbook mentions 'Adaptec AIC7850 on-board SCSI controllers', but does not mention the 7895P (realatively new?). This controller has dual UW and W support. I'm trying to setup two UW WD Enterprise 4360's. What is the probability of getting this controller to work properly? When I boot a 2.2.6 boot.flp image, the controller is found but no devices are probed and fbsd can't find any disks to install to. It looks something like this (a retype, not a screen grab...): ------ pci0:14:0: Adaptec, device=0x7895, class=storage (scsi) int b irq 10 [no driver assigned] ------ There's an identical entry for 'pci0:14:1:'. Does [no driver assigned] mean I need to set something up in the SCSI BIOS with a DOS util or with SCSI Select, or is it more straight-forward and trying to tell me 'i don't know what this is, exactly...'? Thanks, -mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 10:08:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA17672 for freebsd-questions-outgoing; Fri, 29 May 1998 10:08:13 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from fwnau004.usco.com (proxy.usco.com [207.92.15.79]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA17657 for ; Fri, 29 May 1998 10:08:05 -0700 (PDT) (envelope-from bLiotta@USCO.com) Received: from ntnau210.usco.com (ntnau210.usco.com [172.16.66.43]) by fwnau004.usco.com (8.8.5/8.8.5) with ESMTP id NAA02964 for ; Fri, 29 May 1998 13:07:28 -0400 (EDT) Received: by ntnau210.usco.com with Internet Mail Service (5.0.1458.49) id ; Fri, 29 May 1998 13:06:50 -0400 Message-ID: <91BBEEE56F70D11199C0006097E0FE91252034@ntnau210.usco.com> From: "Liotta, Bob" To: "'freebsd-questions@FreeBSD.ORG'" Subject: What is the typical cause of this. Date: Fri, 29 May 1998 13:06:49 -0400 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Abend occurred at 10:30 5/29/98 fwnau005 Fatal Trap12 : Page Fault while in kernel mode To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 10:12:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA18383 for freebsd-questions-outgoing; Fri, 29 May 1998 10:12:34 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from chippie.cgu.nl (chippie.cgu.nl [145.101.220.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA18323 for ; Fri, 29 May 1998 10:12:16 -0700 (PDT) (envelope-from psd@cgu.nl) Received: from localhost (psd@localhost) by chippie.cgu.nl (8.8.7/8.8.7/psd) with SMTP id TAA02869; Fri, 29 May 1998 19:14:15 +0200 (CEST) Date: Fri, 29 May 1998 19:14:14 +0200 (CEST) From: Paul Dekkers X-Sender: psd@chippie.cgu To: Greg Lehey cc: Brendan Kosowski , FreeBSD Questions Subject: Re: BUG with vt100 terminal emulation In-Reply-To: <19980529135132.A20360@freebie.lemis.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 Fri, 29 May 1998, Greg Lehey wrote: > If you mean the TERM environment variable, of course you'll get > incorrect results if you set it to the incorrect emulation. What > terminal emulator are you trying to use? I know this problem, because I had the same one. If you try to telnet from the console of a FreeBSD box to a non-FreeBSD box it won't accept that much because of your different terminal settings, not even when you set the term to vt100, however then most of the things work. If you want real vt100 emulation, you have to start 'screen'... Then all problems are over: you can just telnet to other hosts as much as you want and it will work! Shouldn't this be standard? Paul -- Paul Dekkers E-Mail: To err is human, to moo bovine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 10:50:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA24336 for freebsd-questions-outgoing; Fri, 29 May 1998 10:50:55 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.globecastna.com (mail.globecastna.com [209.108.129.163]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA24297 for ; Fri, 29 May 1998 10:50:41 -0700 (PDT) (envelope-from egolomb@globecastna.com) Received: from globecastna.com ([132.222.101.132]) by mail.globecastna.com (Netscape Messaging Server 3.01) with ESMTP id 321 for ; Fri, 29 May 1998 10:50:50 -0700 Message-ID: <356EF53C.25A989B0@globecastna.com> Date: Fri, 29 May 1998 10:49:48 -0700 From: "Erez Golomb" X-Mailer: Mozilla 4.05 [en] (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Dual NIC's Content-Type: multipart/mixed; boundary="------------B801E59BA48F7CEA27D3477D" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------B801E59BA48F7CEA27D3477D Content-Type: multipart/alternative; boundary="------------E12097B40FBE4B7FC165C191" --------------E12097B40FBE4B7FC165C191 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Question 1 I am trying to implement a FIREWALL. One NIC is ep0, which was recognized by the server. How do I configure the second NIC as the server does not recognize it existent.? Question 2 Is ADAPTEC 2940... family supported by freebsd? Thank you --------------E12097B40FBE4B7FC165C191 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit

Question 1
I am trying to implement a FIREWALL. One NIC is ep0, which was recognized by the server. How do I configure the second NIC as the server does not recognize it existent.?

Question 2
Is ADAPTEC 2940... family supported by freebsd?

Thank you --------------E12097B40FBE4B7FC165C191-- --------------B801E59BA48F7CEA27D3477D Content-Type: text/x-vcard; charset=us-ascii; name="vcard.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Erez Golomb Content-Disposition: attachment; filename="vcard.vcf" begin: vcard fn: Erez Golomb n: Golomb;Erez org: GlobeCast North America adr: 10525 Wewst Washington Boulevard;;;Culver City;California;90232;US email;internet: egolomb@globecastna.com title: Network Manager tel;work: 310-845-3863 tel;fax: 310-845-3902 x-mozilla-cpt: ;0 x-mozilla-html: FALSE version: 2.1 end: vcard --------------B801E59BA48F7CEA27D3477D-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 10:51:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA24486 for freebsd-questions-outgoing; Fri, 29 May 1998 10:51:27 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from drama.navinet.net (root@drama.navinet.net [207.252.86.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA24277 for ; Fri, 29 May 1998 10:50:35 -0700 (PDT) (envelope-from forrie@tiac.net) Received: from forrie (black1.navinet.net [207.252.86.77]) by drama.navinet.net with SMTP id NAA26235 for ; Fri, 29 May 1998 13:50:21 -0400 (EDT) Message-Id: <199805291750.NAA26235@drama.navinet.net> X-Authentication-Warning: drama.navinet.net: Host black1.navinet.net [207.252.86.77] claimed to be forrie X-Sender: forrie@pop.tiac.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0.1 Date: Fri, 29 May 1998 13:50:41 -0400 To: freebsd-questions@FreeBSD.ORG From: Forrest Aldrich Subject: BSD/OS binaries on FreeBSD Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I queried BSDI, Inc., today about whether their ports of Netscape's servers would work well on FreeBSD (available on their "Business Builder CDROM"). I was told that the binary format for BSD/OS is different from FreeBSD, and as such they won't work. I'm wondering if this is true, or if there's a work around, etc. I've given up on free LDAP, it doesn't work, and has too much administrative overhead to get running properly. I wanted to try Netscape's Directory Server, but if we can't get it, we'll have to move from FreeBSD to Solaris unfortunately (and I dread that). Thanks, Forrest To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 10:52:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA25067 for freebsd-questions-outgoing; Fri, 29 May 1998 10:52:51 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from stage1.thirdage.com (stage1.ThirdAge.com [204.74.82.151]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA25008 for ; Fri, 29 May 1998 10:52:33 -0700 (PDT) (envelope-from jal@ThirdAge.com) Received: from goober (gigi.ThirdAge.com [204.74.82.169]) by stage1.thirdage.com (8.8.5/8.8.5) with SMTP id KAA18919; Fri, 29 May 1998 10:46:48 -0700 (PDT) Message-Id: <3.0.5.32.19980529104615.00bbb680@204.74.82.151> X-Sender: jal@204.74.82.151 X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Fri, 29 May 1998 10:46:15 -0700 To: Andrey Nalitkin From: Jamie Lawrence Subject: RE: Fwd: Kernel config Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <41EB781674CBD111BF220000E8DC1A5C014D46@abyss.lsp.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG That's a step in the right direction. Now: How are you trying to make it? What is your kernel configuration file? How is it failing? What are the exact messages you get? -j At 09:11 AM 5/29/98 +0600, you wrote: >I can't MAKE kernel, > Help ..... > >More Info : >FreeBSD 2.2.6-Release >CPU :Intel Pentium 200MMX >HDD :IDE,UDMA,Fujitsu 3Gb >MB :Asus TX97 >RAM :Simm 64Mb >VIDEO :Diamond Stelth 64 video 2001 (S3 765) >Mouse :Microsoft Serial Mouse (2 bottums) >NET :Realtek RL2000 (NE2000 Compatible) >FD :FDD 1,44 Mb >MODEM :US Robotics Courer 33600 Internal >CDROM :Samsung CD504 (24x) >KeyBoard :Standart 101-key > > >-----Original Message----- >From: Jamie Lawrence [mailto:jal@ThirdAge.com] >Sent: Friday, May 29, 1998 7:15 AM >To: andy@lsp.nsu.ru >Subject: Re: Fwd: Kernel config > > > >That's a useless plea. > >You need to provide a lot more info. > >-j > >At 06:21 AM 5/29/98 +0700, you wrote: >> >> >>---------- Forwarded Message ---------- >>Subject: Kernel config >>Date: Fri, 29 May 1998 05:47:16 +0700 >>From: Charlie & >> >>---------------------------------------- >>Content-Type: text/english; name="STARK" >>Content-Transfer-Encoding: base64 >>Content-Description: Kernel Config >>---------------------------------------- >> >>To Unsubscribe: send mail to majordomo@FreeBSD.org >>with "unsubscribe freebsd-questions" in the body of the message >> >> > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 11:03:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA27643 for freebsd-questions-outgoing; Fri, 29 May 1998 11:03:35 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from huron.nvl.virginia.edu (adrian@huron.nvl.Virginia.EDU [128.143.244.43]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA27601 for ; Fri, 29 May 1998 11:03:27 -0700 (PDT) (envelope-from adrian@nvl.virginia.edu) Received: from localhost (adrian@localhost) by huron.nvl.virginia.edu (8.8.6 (PHNE_14041)/8.8.6) with SMTP id OAA20572 for ; Fri, 29 May 1998 14:03:24 -0400 (EDT) Date: Fri, 29 May 1998 14:03:24 -0400 (EDT) From: Adrian Filipi-Martin Reply-To: Adrian Filipi-Martin To: FreeBSD Questions List Subject: Re: mammoth exabyte 210 changer problems [nevermind] 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 Again folks, Please don't bother responding. I already figured out the problem. I had lect the changer constol set to the LCD instead of the SCSI bus. Doh! cheers, Adrian On Fri, 29 May 1998, Adrian Filipi-Martin wrote: > Hi folks, > > I just got one of these to set up. st0 and ch0 are both found > correctly when the kernel probes for them, but I am having problems with > chio and moving the picker around. > > While "chio status" works as expected all other commands fail with > a SCSI error. If I try a "move" or "postion" command I get the following > error: > > ch0(ahc0:5:0): NOT READY asc:4,8d Vendor Specific ASCQ > > Has anyone run into this? Is there an easy fix? Adrian -- adrian@virginia.edu ---->>>>| If I were stranded on a desert island, and System Administrator --->>>| I could only have one OS for my computer, Neurosurgical Visualization Lab ->>| it would be FreeBSD. Think about it..... http://www.nvl.virginia.edu/ ->| http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 11:13:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA29248 for freebsd-questions-outgoing; Fri, 29 May 1998 11:13:50 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA29206 for ; Fri, 29 May 1998 11:13:34 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id LAA00349; Fri, 29 May 1998 11:12:29 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 11:12:29 -0700 (PDT) From: Doug White Reply-To: Doug White To: Ugo Paternostro cc: freebsd-questions@FreeBSD.ORG, "Roger P. Johnson" Subject: Re: I got 2940UW timeout problem also ... help please ... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, Ugo Paternostro wrote: > On 27-May-98 Doug White wrote about "Re: I got 2940UW timeout problem also ... > help please ...": > > Bzzt! Wrong! Can't use both plugs simultaneously. Get a Wide-Narrow > > You *CAN* use both plugs (this is what I am doing here, and it works perfectly). > You cannot use all the three at once! Doing some study with the 2940uw user's guide it appears you can do it, although I don't know why you'd want to when you can get wide->narrow adapters pretty cheap and avoid the whole hassle. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 11:16:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA00156 for freebsd-questions-outgoing; Fri, 29 May 1998 11:16:19 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA29812 for ; Fri, 29 May 1998 11:15:56 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id LAA00356; Fri, 29 May 1998 11:15:44 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 11:15:44 -0700 (PDT) From: Doug White Reply-To: Doug White To: acer@MNSi.Net cc: freebsd-questions@FreeBSD.ORG Subject: Re: ppp help In-Reply-To: <000701bd89b9$3a2e2660$644e06d0@default> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Your Reply-To: line is SERIOUSLY broken!! It says your email address is @generation.net@MNSi.net. This is the last message I'll reply to that has this broken header. If you want any more help after this you need to fix it. On Wed, 27 May 1998, acer wrote: > Hi! > Still having problems configuring my ppp on freeBSD v2.2.6 machine. > I have followed the user ppp installation instructions from "The Complete FreeBSD" by Greg Lehey. > > But when I run "ppp" I get the following: > Working in interactive mode. > Using interface: tun0 > ppp ON freebie> "dial ISP" (I type this) > Dial attempt 1 of 1 > dial OK! > login OK! > ppp ON freebie> Packet mode > ppp ON freebie> > ppp ON freebie> ^^^ Hm, never gets a link. Check that your authname/authkey are correct and that pap is enabled. You may want to enable lots of logging, then look at /var/log/ppp.log to see where it's falling over. > What I have also noticed, is that when I pick-up my telephone I get no > modem connection sound. But what is even more interesting is that when > I disconnect my phone line from computer I get the same printout as > above! Maybe my modem is not working? Quite possible, or your ISP is disconnecting you. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 11:19:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA00782 for freebsd-questions-outgoing; Fri, 29 May 1998 11:19:47 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA00726 for ; Fri, 29 May 1998 11:19:37 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id LAA00360; Fri, 29 May 1998 11:19:26 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 11:19:26 -0700 (PDT) From: Doug White Reply-To: Doug White To: pn cc: questions@FreeBSD.ORG Subject: Re: popper error In-Reply-To: <356C9E20.7D907733@grin.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, pn wrote: > Hi, > I am recently installed ver. 2.2.6 and keep getting this error msg from > /var/log/messages > host1 popper[5802]: @hosts1.mydomain.com: -ERR Too few arguments for the > auth command. You forgot your username in the client config .. ? > > Does any one have any ideas what wrong or any online info that I can get > help to fix this error. > I think there is some thing go wrong here, I can send mail out to the > world, but the world cant send it to me . I keep getting this erorr when > try to send mail to this host: > ----- The following addresses had permanent fatal errors ----- > > > ----- Transcript of session follows ----- > 553 host1.mydomain.com. config error: mail loops back to me (MX > problem?) > 554 ... Local configuration error. add all the names this machine receives mail as to /etc/sendmail.cw, then restart sendmail. Since you're not giving me real names I can't check your nameserver record. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 11:22:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA01756 for freebsd-questions-outgoing; Fri, 29 May 1998 11:22:37 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ms1.ttn.com.tw (ms1.ttn.com.tw [203.66.150.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA01707 for ; Fri, 29 May 1998 11:22:21 -0700 (PDT) (envelope-from jonahkuo@mail.ttn.com.tw) Received: from mail.ttn.com.tw ([210.17.80.104]) by ms1.ttn.com.tw (8.8.5/8.8.8) with ESMTP id CAA03555; Sat, 30 May 1998 02:16:49 +0800 (CST) Message-ID: <356EFE1E.82C8D6E4@mail.ttn.com.tw> Date: Sat, 30 May 1998 02:27:42 +0800 From: Jonah Kuo Reply-To: jonahkuo@mail.ttn.com.tw X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: Ben Hockenhull CC: freebsd mailing list Subject: Re: mail based on IP address? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ben Hockenhull wrote: > Enclose the ip in brackets: > somebody@[123.123.123.123] > It successes in Netscape Communicator, but it failswhen I use: [hybrid] % mail jonahk@[202.39.108.168] mail: No match. Any idea? > Ben > > -- > Ben Hockenhull > benh@jpj.net > > On Sat, 30 May 1998, Jonah Kuo wrote: > > > Hello, > > > > Could someone please tell me how can I send mail based > > on IP address, like 'somebody@123.123.123.123'. > > > > I've been tring this for several hours, if it is unable to do this > > would you mind to give me some brief explaination? > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 11:26:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA02478 for freebsd-questions-outgoing; Fri, 29 May 1998 11:26:02 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA02376 for ; Fri, 29 May 1998 11:24:50 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id LAA00381; Fri, 29 May 1998 11:24:39 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 11:24:39 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Randy A. Katz" cc: questions@FreeBSD.ORG Subject: Re: PERMISSIONS - FIX In-Reply-To: <3.0.5.32.19980527191429.039b61e0@ccsales.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 27 May 1998, Randy A. Katz wrote: > Hello (and Help!), > > I have just changed permissions globally through a script and the whole > server is messed up. Is there a way to change the permissions to correct > for the base operating system in FreeBSD 2.2.6? Yes, use mtree: mtree -eUf /etc/mtree/BSD.usr.dist for /usr mtree -eUf /etc/mtree/BSD.root.dist for / .... Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 11:27:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA02876 for freebsd-questions-outgoing; Fri, 29 May 1998 11:27:25 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA02860 for ; Fri, 29 May 1998 11:27:16 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id LAA00388; Fri, 29 May 1998 11:27:01 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 11:27:00 -0700 (PDT) From: Doug White Reply-To: Doug White To: Lanny Baron cc: Malte Lance , freebsd-questions@FreeBSD.ORG, drifter@stratos.net Subject: Re: lpd just stops and must always restart.. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 28 May 1998, Lanny Baron wrote: > > Hello, > > I would like to thank those that have emailed me with some help. > Thank you!!! > > Has anyone run into a situation where you must always type lpd to > get anything printed? All of a sudden about a week ago I noticed from > anything I was going to print, that a msg would appear saying something to > the effect of "connect" unknown and qued the print job. If you upgraded to 2.2.6 lpd is no longer started from /etc/rc.conf by default. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 11:32:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA04051 for freebsd-questions-outgoing; Fri, 29 May 1998 11:32:23 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from enigami.com (enigami.com [208.140.182.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA03813 for ; Fri, 29 May 1998 11:31:45 -0700 (PDT) (envelope-from ckempf@enigami.com) Received: from singularity.enigami.com (singularity.enigami.com [208.140.182.42]) by enigami.com (8.8.7/8.8.7) with ESMTP id OAA25591; Fri, 29 May 1998 14:31:35 -0400 (EDT) Received: (from ckempf@localhost) by singularity.enigami.com (8.8.8/8.8.8) id OAA02473; Fri, 29 May 1998 14:28:56 -0400 (EDT) (envelope-from ckempf@enigami.com) To: freebsd-questions@FreeBSD.ORG, jonahKuo@[203.66.150.3] Subject: Re: mail based on IP address? References: <356EE412.BAC143D3@mail.ttn.com.tw> From: Cory Kempf Date: 29 May 1998 14:28:56 -0400 In-Reply-To: Jonah Kuo's message of "Sat, 30 May 1998 00:36:35 +0800" Message-ID: Lines: 15 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jonah Kuo writes: > Could someone please tell me how can I send mail based >on IP address, like 'somebody@123.123.123.123'. Use square brackets around the ip address, such as with this message. +C -- Thinking of purchasing RAM from the Chip Merchant? Please read this first: Cory Kempf Macintosh / Unix Consulting & Software Development ckempf@enigami.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 11:37:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA05479 for freebsd-questions-outgoing; Fri, 29 May 1998 11:37:06 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pau-amma.whistle.com (s205m64.whistle.com [207.76.205.64]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA05450 for ; Fri, 29 May 1998 11:36:56 -0700 (PDT) (envelope-from dhw@whistle.com) Received: (from dhw@localhost) by pau-amma.whistle.com (8.8.7/8.8.7) id LAA15329; Fri, 29 May 1998 11:35:40 -0700 (PDT) (envelope-from dhw) Date: Fri, 29 May 1998 11:35:40 -0700 (PDT) From: David Wolfskill Message-Id: <199805291835.LAA15329@pau-amma.whistle.com> To: jonahkuo@mail.ttn.com.tw, questions@FreeBSD.ORG Subject: Re: mail based on IP address? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Date: Sat, 30 May 1998 00:36:35 +0800 >From: Jonah Kuo > Could someone please tell me how can I send mail based >on IP address, like 'somebody@123.123.123.123'. The IP address needs to be enclosed in square brackets. It's likely(!) that whatever shell you use will want to treat those specially, so in such a case, you'll need to "escape" that interpretation, thus: pau-amma[2]% mail -v dhw@\[207.76.205.64\] Subject: testing.... ? . Cc: dhw@[207.76.205.64]... Connecting to local... dhw@[207.76.205.64]... Sent pau-amma[3]% ifconfig -a de0: flags=8843 mtu 1500 inet 207.76.205.64 netmask 0xffffff00 broadcast 207.76.205.255 ether 00:e0:29:00:ce:e4 media: autoselect (100baseTX) status: active lp0: flags=8810 mtu 1500 tun0: flags=8010 mtu 1500 sl0: flags=c010 mtu 552 lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 pau-amma[4]% david -- David Wolfskill UNIX System Administrator dhw@whistle.com voice: (650) 577-7158 pager: (650) 371-4621 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 11:37:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA05552 for freebsd-questions-outgoing; Fri, 29 May 1998 11:37:23 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA05513 for ; Fri, 29 May 1998 11:37:12 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id LAA00398; Fri, 29 May 1998 11:36:58 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 11:36:58 -0700 (PDT) From: Doug White Reply-To: Doug White To: Frank Pawlak cc: freebsd-questions@FreeBSD.ORG Subject: Re: RTFM In-Reply-To: <980528041610.ZM1327@darkstar.connect.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 28 May 1998, Frank Pawlak wrote: > Can anyone tell me where I can locate some accurate and current information > describing why FreeBSD can carry heavier server loads than Linux? Well, I can spew features. I'd be tempted to run a comparison myself, if I had a good hit simulator :) A good look at the system in action is ftp.cdrom.com. FreeBSD's main features: . 4.4BSD's well tested TCP/IP implementation -- it _is_ the reference after all . Robusticity to low memory & disk space conditions . High quality, well designed, finely tuned VM system . Merged VM/buffer cache balances disk I/O caching with memory needs . System maintains interactive response even under heavy load . Scheduler scales well as process demand increases . Default setup of system daemons encourages good security Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 11:39:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA06322 for freebsd-questions-outgoing; Fri, 29 May 1998 11:39:28 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA06215 for ; Fri, 29 May 1998 11:39:06 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id LAA00429; Fri, 29 May 1998 11:38:40 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 11:38:40 -0700 (PDT) From: Doug White Reply-To: Doug White To: Purwanto Nugroho cc: freebsd-questions@FreeBSD.ORG, purwanto@hotmail.com Subject: Re: FreeBSD <--> Linux PLIP connection In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 28 May 1998, Purwanto Nugroho wrote: > Hi..:) > > I wanna ask you about PLIP connection. > > I've installed FreBSD 2.2.6 on my desktop and want to connect it > to my Linux notebook via PLIP. > > I have no problem connection Linux <--> Linux with PLIP > > but when i try to connect it via PLIP it didn't work. Make sure you set the link0 flag on your ifconfig command line -- the default lp0 mode is not PLIP compatible, but link0 enables PLIP-compatible mode. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 11:44:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA07625 for freebsd-questions-outgoing; Fri, 29 May 1998 11:44:17 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA07427 for ; Fri, 29 May 1998 11:44:00 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id LAA00444; Fri, 29 May 1998 11:43:47 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 11:43:46 -0700 (PDT) From: Doug White Reply-To: Doug White To: Jordan Cole Lederman cc: freebsd-questions@FreeBSD.ORG Subject: Re: new release In-Reply-To: <356D79FB.A56C254E@crisp.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 28 May 1998, Jordan Cole Lederman wrote: > I was just wondering when the next signifigant stable release would be > available. (after 2.2.6)? When it's ready. 2.2.6 just came out in April so it'll be awhile before the next release (2.2.7?). We usually run 6 months between releases. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 11:44:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA07752 for freebsd-questions-outgoing; Fri, 29 May 1998 11:44:56 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA07695 for ; Fri, 29 May 1998 11:44:39 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id LAA00448; Fri, 29 May 1998 11:44:26 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 11:44:26 -0700 (PDT) From: Doug White Reply-To: Doug White To: Mans Joling cc: freebsd-questions@FreeBSD.ORG Subject: Re: Installation problem In-Reply-To: <000701bd8a4c$7e169a40$cb16c1c3@mansjoling> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 28 May 1998, Mans Joling wrote: > Dear Sir, > I have a problem whit the installation off FREEBSD. > Sytem : Intel pentium 200mhz 31mb ram > After booting from floppy I give enter on the first selection (no kernel modification). > He finds all my hardware like floppy hardisks cdrom and so on. > The last message he display's is "ep0 not fount at 0x300" and then he hangs. > If I choose kernel modification he display the same last message. Try removing all the devices you don't have in your system. Make sure you leave sc0 though!! Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 11:50:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09259 for freebsd-questions-outgoing; Fri, 29 May 1998 11:50:27 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA09212 for ; Fri, 29 May 1998 11:50:16 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id LAA00458; Fri, 29 May 1998 11:50:10 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 11:50:09 -0700 (PDT) From: Doug White Reply-To: Doug White To: Antonio Bemfica cc: freebsd-questions@FreeBSD.ORG Subject: Re: 2940AU SCSI timeout problem - how come kernel.GENERIC works In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 28 May 1998, Antonio Bemfica wrote: > On Thu, 28 May 1998, Doug White wrote: > > > You must have enabled something odd. What changes did you make in your > > config file? > > Here goes the kernel config file - maybe someone can spot the mistake... > I would be very thankful. > > Antonio > > options FAILSAFE You don't need (or want) this, it slows the system down. > options "CPU_FASTER_5X86_FPU" You have a Cyrix CPU? > controller aha0 at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr Try taking this out. > controller snd0 > controller pci0 > controller ahc0 > controller ncr0 You don't have one of these so you can remove it too. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 11:50:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09293 for freebsd-questions-outgoing; Fri, 29 May 1998 11:50:37 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from enigami.com (enigami.com [208.140.182.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA09270 for ; Fri, 29 May 1998 11:50:29 -0700 (PDT) (envelope-from ckempf@enigami.com) Received: from singularity.enigami.com (singularity.enigami.com [208.140.182.42]) by enigami.com (8.8.7/8.8.7) with ESMTP id OAA25740; Fri, 29 May 1998 14:50:19 -0400 (EDT) Received: (from ckempf@localhost) by singularity.enigami.com (8.8.8/8.8.8) id OAA00730; Fri, 29 May 1998 14:47:41 -0400 (EDT) (envelope-from ckempf@enigami.com) To: freebsd-questions@FreeBSD.ORG, Mike Subject: Re: Adaptec 7895P References: From: Cory Kempf Date: 29 May 1998 14:47:41 -0400 In-Reply-To: Mike's message of "Fri, 29 May 1998 13:02:18 -0400 (EDT)" Message-ID: Lines: 23 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mike writes: >What is the probability of getting this controller to work properly? Fairly good: I am running one. >When I boot a 2.2.6 boot.flp image, the controller is found but no >devices are probed and fbsd can't find any disks to install to. Step one, you may need to run current. You definately need to install CAM, in order to get the driver for the SCSI busses I am running -current. NB: if you run current, you should subscribe to current. +C -- Thinking of purchasing RAM from the Chip Merchant? Please read this first: Cory Kempf Macintosh / Unix Consulting & Software Development ckempf@enigami.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 11:52:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09824 for freebsd-questions-outgoing; Fri, 29 May 1998 11:52:38 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA09737 for ; Fri, 29 May 1998 11:52:14 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id LAA00462; Fri, 29 May 1998 11:51:45 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 11:51:45 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Oleg G." cc: Questions Subject: Re: PPPD question. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998, Oleg G. wrote: > On Thu, 28 May 1998, Doug White wrote: > > > On Thu, 28 May 1998, Oleg G. wrote: > > > > > > > > Thanx, I'm resolv my problem. > > > My bug is: > > > -I have the part of C-class IP addresses > > > 195.230.139.50-195.230.139.63 netmask 255.255.255.240 > > > -and I try to connect 195.230.139.50:195.230.139.51 in the same > > > subnet, via ppp, but it not working > > > -when I used IP 198.192.2.1 on remote, and change the > > > /etc/ppp/options on server and remote, I link the boxes :) > > > > > > My question: > > > In one subnet I not connect two boxes via ppp? > > > > It should work, concievably, but the server has to know how to route it. > > Hi Doug! > Thanx, for Your msg. > It does not work now, I do not know where is my bug. > What I have to say to server how to route it. > It must be configured? > If yes, could You please, write to me which the rc.*, or any other files, > I have to edit? You probably have to enable proxy arp on the server. I remember doing this a while back and having that problem until I enabled proxyarp on the server (which was running pppd). Just add `proxyarp' to the /etc/ppp/options file on the server and you should be okay. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 11:53:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09955 for freebsd-questions-outgoing; Fri, 29 May 1998 11:53:13 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA09890 for ; Fri, 29 May 1998 11:52:57 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id LAA00470; Fri, 29 May 1998 11:52:37 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 11:52:37 -0700 (PDT) From: Doug White Reply-To: Doug White To: "J.A. Terranson" cc: "'FreeBSD Questions'" Subject: Re: Source Route vs IPFW In-Reply-To: <01BD8A3C.334C9650@w3svcs.mfn.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 28 May 1998, J.A. Terranson wrote: > Is there any facility (now or planned) to enable filtering of > source routed packets? You can do it now, it looks like, using the `ipoptions' keyword. See the ipfw man page. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 11:55:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA10577 for freebsd-questions-outgoing; Fri, 29 May 1998 11:55:55 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA10523 for ; Fri, 29 May 1998 11:55:32 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id LAA00479; Fri, 29 May 1998 11:55:09 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 11:55:09 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Dr Nancy's Sweetie" cc: questions@FreeBSD.ORG Subject: Re: FAQ questions 3.2 and 3.5 In-Reply-To: <21350.896379267@copland.rowan.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 28 May 1998, Dr Nancy's Sweetie wrote: > > It is not clear to me from these answers whether the SCSI card that comes > with Iomega drives is supported or not. If I buy a drive for a machine > that doesn't have any SCSI drives at all, do I need to get a SCSI card or > can I use the one (I think it's called a "Zip Zoom" card) that comes with > the drive? I faintly remember getting this to work with the isa aha driver on our office workstation from a boot floppy. Ours says it's an AHA-1505 controller. I seem to remember that there are some Advansys ones floating about which we don't support at current. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 11:56:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA10862 for freebsd-questions-outgoing; Fri, 29 May 1998 11:56:48 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA10817 for ; Fri, 29 May 1998 11:56:33 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id LAA00483; Fri, 29 May 1998 11:56:22 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 11:56:22 -0700 (PDT) From: Doug White Reply-To: Doug White To: Matthew Taylor cc: freebsd-questions@FreeBSD.ORG Subject: Re: Kermit 6.0.192 In-Reply-To: <356DB52D.FA1C6768@sprynet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 28 May 1998, Matthew Taylor wrote: > During the download of apps and ports from FTP.FREEBSD.ORG I rec'd the > message that there was an error during the load due to KERMIT 6.0.192 > neing not present. Also got an error that nzsz 3.48 was not present. These files are not distributed on the CDROM due to license restrictions. You can build the port, which will fetch the source file. > I do not know for which installs this happened. I will assume that one > of them was Apache due to another error that I get on startup: > httpd: could not open document config file /usr/local/etc/apache/httpd.conf > the only file that is in that dir that looks like httpd.conf is > httpd.conf-dist. This file is also read-only. You're meant to copy it to httpd.conf and modify it for your site. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 11:58:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA11235 for freebsd-questions-outgoing; Fri, 29 May 1998 11:58:16 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA11157 for ; Fri, 29 May 1998 11:58:05 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id LAA00487; Fri, 29 May 1998 11:57:49 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 11:57:48 -0700 (PDT) From: Doug White Reply-To: Doug White To: Jose Megias Sanchez cc: freebsd-questions@FreeBSD.ORG Subject: Re: deny e-mail through internet to several people In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 28 May 1998, Jose Megias Sanchez wrote: > Hello, I have a computer with FreeBSD 2.1 and sendmail V.8. I > have a private network and I would like to deny the e-mail through > internet to several people but permit the e-mail internally to those > users. All the users are in the same domain (e.g. pp@cg.es). How can I > deny the e-mail?. I think you can do this using the usertable feature of sendmail. See http://www.sendmail.org/ for info. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 11:58:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA11362 for freebsd-questions-outgoing; Fri, 29 May 1998 11:58:46 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA11307 for ; Fri, 29 May 1998 11:58:30 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id LAA00491; Fri, 29 May 1998 11:58:21 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 11:58:21 -0700 (PDT) From: Doug White Reply-To: Doug White To: Mike Ekholm cc: freebsd-questions@FreeBSD.ORG Subject: Re: Upgrade probs In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 28 May 1998, Mike Ekholm wrote: > I am trying to upgrade from 2.1.7.1 to 2.2.5 on my 486. I am having > problems with the partition stage. It says "Writing partition information > to drive wd0" and gets stuck there. no hard drive activity. I have let it > sit for 2 hours, and nothing. Here is what I get under alt-F2: > > ... > DEBUG: Add mapping for cuaa0 on /dev/ppp0 > pid 5 (sysinstall), uid 0, was killed: out of swap space How much RAM does your 486 have? Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 12:00:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA11979 for freebsd-questions-outgoing; Fri, 29 May 1998 12:00:26 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA11885 for ; Fri, 29 May 1998 12:00:07 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id LAA00495; Fri, 29 May 1998 11:59:59 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 11:59:58 -0700 (PDT) From: Doug White Reply-To: Doug White To: Sir Dimitri cc: freebsd-questions@FreeBSD.ORG Subject: Re: Extended Partitions In-Reply-To: <356DB892.FD4EBECE@geocities.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 28 May 1998, Sir Dimitri wrote: > Hi! > I want to install FreeBSD on my computer. > I partitioned my disk, into two partitions: C:\ (Where Windows 95 is > actually running) and D:\ (Where I want to install FreeBSD). > But then, I read something that said that I couldn't install FreeBSD on > a Extended partition. That's correct. > But in the Installing and Using FreeBSD with other OS Web Page, said > that they can be together in the same disk. That is also correct. DOS filesystems and FreeBSD can coexist, but you have to install FreeBSD in it's own partition (we call slice) type. > I am completely confused and frustrated, thinking that I can't install > FreeBSD on partition D:\. What you want to do is delete the extended partition which contains d: (I assume C: is a DOS Primary) then install FreeBSD in the empty space. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 12:03:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA12678 for freebsd-questions-outgoing; Fri, 29 May 1998 12:03:52 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from medvet-pu.s-gim.kr.edus.si (semolic@medvet-pu.s-gim.kr.edus.si [194.249.236.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA12671 for ; Fri, 29 May 1998 12:03:44 -0700 (PDT) (envelope-from semolic@medvet-pu.s-gim.kr.edus.si) Received: from localhost (semolic@localhost) by medvet-pu.s-gim.kr.edus.si (8.8.8/8.8.7/19970814) with SMTP id VAA18129 for ; Fri, 29 May 1998 21:00:55 +0200 (CEST) Date: Fri, 29 May 1998 21:00:55 +0200 (CEST) From: Jernej Semolic To: questions@FreeBSD.ORG Subject: HI! Message-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 very intersted for FreBSD , I love it. Could you help me to find some shells account. I 'd like to have some. Thank You See you Jernej To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 12:05:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA13202 for freebsd-questions-outgoing; Fri, 29 May 1998 12:05:50 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mixer.visi.com (root@mixer.visi.com [209.98.98.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA13117 for ; Fri, 29 May 1998 12:05:22 -0700 (PDT) (envelope-from ekholm@visi.com) Received: from thumper.visi.com (ekholm@thumper.visi.com [209.98.98.3]) by mixer.visi.com (8.8.8/8.7.5) with SMTP id OAA21098; Fri, 29 May 1998 14:05:09 -0500 (CDT) Posted-Date: Fri, 29 May 1998 14:05:09 -0500 (CDT) Date: Fri, 29 May 1998 14:05:09 -0500 (CDT) From: Mike Ekholm To: Doug White cc: freebsd-questions@FreeBSD.ORG Subject: Re: Upgrade probs In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998, Doug White wrote: > On Thu, 28 May 1998, Mike Ekholm wrote: > > > I am trying to upgrade from 2.1.7.1 to 2.2.5 on my 486. I am having > > problems with the partition stage. It says "Writing partition information > > to drive wd0" and gets stuck there. no hard drive activity. I have let it > > sit for 2 hours, and nothing. Here is what I get under alt-F2: > > > > ... > > DEBUG: Add mapping for cuaa0 on /dev/ppp0 > > pid 5 (sysinstall), uid 0, was killed: out of swap space > 4MB of RAM. At this point, I am going to give FreeBSD 2.2 a shot. What i would like to do with this box after i get it running is get PPP running and use the box as a NAT "gateway" for the rest of my network. TThanks, -Mike -- ekholm@visi.com | http://www.visi.com/~ekholm | quake:nalez ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Unix is user-friendly, not beginner-friendly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 12:15:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA15516 for freebsd-questions-outgoing; Fri, 29 May 1998 12:15:22 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from igateway.lynden.com (igateway.lynden.com [207.220.231.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA15475 for ; Fri, 29 May 1998 12:15:12 -0700 (PDT) (envelope-from peteh@lynden.com) Received: from attu.lynden.com by igateway.lynden.com via smtpd (for hub.FreeBSD.ORG [204.216.27.18]) with SMTP; 29 May 1998 19:15:01 UT Received: from kiska.lynden.com (kiska.lynden.com [128.1.10.11]) by Lynden.COM (8.8.5/8.8.4) with SMTP id MAA03398 for ; Fri, 29 May 1998 12:15:00 -0700 (PDT) Received: from pc-peteh by kiska.lynden.com (SMI-8.6/SMI-SVR4) id MAA08189; Fri, 29 May 1998 12:14:58 -0700 Message-ID: <004701bd8b36$0f6eb3d0$270a0180@pc-peteh.lynden.com> From: "Pete Hansen" To: Subject: I've got a Korny question... Date: Fri, 29 May 1998 12:14:52 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Does FreeBSD support Kornshell? Natively or patched? My bride just got a new job that requires her to use Kornshell and we are working on ways she could get some experience on it. Thanks, Pete To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 12:17:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16081 for freebsd-questions-outgoing; Fri, 29 May 1998 12:17:25 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp2.xs4all.nl (smtp2.xs4all.nl [194.109.6.52]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA16019 for ; Fri, 29 May 1998 12:17:07 -0700 (PDT) (envelope-from nexus@xs4all.nl) Received: (from root@localhost) by smtp2.xs4all.nl (8.8.8/8.8.8) id VAA02490; Fri, 29 May 1998 21:17:01 +0200 (CEST) From: Case To: freebsd-questions@FreeBSD.ORG X-Via: imploder /usr/local/lib/mail/news2mail/news2mail at smtp2.xs4all.nl Subject: pci_map_port failed: device's iorange ? Date: 29 May 1998 21:16:55 +0200 Organization: XS4ALL, networking for the masses Message-ID: <6kn1j7$f41$1@xs2.xs4all.nl> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I just installed FreeBSD-2.2.6 on a micron transport xke laptop, and when I booted it while connected to the docking station I noticed the following messages: Probing for devices on PCI bus 1: ahc0 rev 3 int a irq 9 on pci1:7:0 pci_map_port failed: device's iorange 0xe800-0xe8ff is incompatible with its bridge's range 0x0-0xfff de0 rev 48 int a irq 9 on pci1:8:0 pci_map_port failed: device's iorange 0xec00-0xec7f is incompatible with its bridge's range 0x0-0xfff The iorange 0x0-0xfff on the bridge chips seems odd.. is freebsd confused by the fact that there are 2 pci busses on this machine ? (430TX mobile chipset) Curious, Casey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 12:38:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA19678 for freebsd-questions-outgoing; Fri, 29 May 1998 12:38:54 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA19278 for ; Fri, 29 May 1998 12:37:53 -0700 (PDT) (envelope-from kpielorz@tdx.co.uk) Received: from tdx.co.uk (lorca-tx.tdx.co.uk [195.188.177.242]) by caladan.tdx.co.uk (8.8.8/8.8.8) with ESMTP id UAA14123; Fri, 29 May 1998 20:37:29 +0100 (BST) (envelope-from kpielorz@tdx.co.uk) Message-ID: <356F0E79.29ABC695@tdx.co.uk> Date: Fri, 29 May 1998 20:37:29 +0100 From: Karl Pielorz Organization: TDX X-Mailer: Mozilla 4.05 [en] (WinNT; I) MIME-Version: 1.0 To: ccabsdgroup CC: freebsd-questions@FreeBSD.ORG Subject: Re: IPv6 availability References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ccabsdgroup wrote: > > Hi! > > Are there any plans to include IPv6 > (there is at least one realization by INRIA) > into the 3.0 src tree (or even in future > 2.2.X releases) ? > > Max. You may have more luck asking in the -current mailing list... As far as I know I don't think it's going to be 'soon' - I think I remember hearing of some people running IPv6 on FreeBSD, the people in -current would probably know more... Regards, Karl Pielorz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 12:41:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA20654 for freebsd-questions-outgoing; Fri, 29 May 1998 12:41:52 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from militzer.me.tuns.ca (militzer.me.Tuns.Ca [134.190.50.153]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA20527 for ; Fri, 29 May 1998 12:41:20 -0700 (PDT) (envelope-from bemfica@militzer.me.tuns.ca) Received: from localhost (bemfica@localhost) by militzer.me.tuns.ca (8.8.8/8.8.5) with SMTP id QAA08583; Fri, 29 May 1998 16:26:35 -0300 (ADT) Date: Fri, 29 May 1998 16:26:35 -0300 (ADT) From: Antonio Bemfica To: Doug White cc: freebsd-questions@FreeBSD.ORG Subject: Re: 2940AU SCSI timeout problem - how come kernel.GENERIC works In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998, Doug White wrote: > > options FAILSAFE > > You don't need (or want) this, it slows the system down. I normally comment that line, but as I said, I'm having trouble with the kernel, and rather than have someone tell me "have you tried the FAILSAFE option", I gave it a try - I've tried it both ways. > > options "CPU_FASTER_5X86_FPU" > > You have a Cyrix CPU? No, it is an Intel Pentiun II - I'll comment it out. > > controller aha0 at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr Some of our machines have 1540 controllers, so we usually leave it in. I'll remove the line and try. > > controller snd0 > > controller pci0 Isn't pci0 "The main PCI bus device"? I thought it was compulsory on PCI machines. > > controller ahc0 Isn't this device required by my Adaptec 2940AU? > > controller ncr0 Again, some of our machines have NCR controllers. I'll comment it out. Thanks for your comments. I'll give it a try. Antonio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 12:42:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA20681 for freebsd-questions-outgoing; Fri, 29 May 1998 12:42:00 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from po8.andrew.cmu.edu (PO8.ANDREW.CMU.EDU [128.2.10.108]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA20571 for ; Fri, 29 May 1998 12:41:31 -0700 (PDT) (envelope-from yunching+@andrew.cmu.edu) Received: (from postman@localhost) by po8.andrew.cmu.edu (8.8.5/8.8.2) id PAA17133; Fri, 29 May 1998 15:41:22 -0400 (EDT) Received: via switchmail; Fri, 29 May 1998 15:41:19 -0400 (EDT) Received: from unix17.andrew.cmu.edu via qmail ID ; Fri, 29 May 1998 15:40:33 -0400 (EDT) Received: from unix17.andrew.cmu.edu via qmail ID ; Fri, 29 May 1998 15:40:31 -0400 (EDT) Received: from mms.4.60.Jun.27.1996.03.02.53.sun4.51.EzMail.2.0.CUILIB.3.45.SNAP.NOT.LINKED.unix17.andrew.cmu.edu.sun4m.54 via MS.5.6.unix17.andrew.cmu.edu.sun4_51; Fri, 29 May 1998 15:40:30 -0400 (EDT) Message-ID: <4pPkwiy00YUt064w40@andrew.cmu.edu> Date: Fri, 29 May 1998 15:40:30 -0400 (EDT) From: Yun-Ching Lee To: freebsd-questions@freefall.cdrom.com, Paul Dekkers Subject: Re: BUG with vt100 terminal emulation Cc: FreeBSD Questions In-Reply-To: References: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Excerpts from internet.computing.freebsd.questions: 29-May-98 Re: BUG with vt100 terminal.. by Paul Dekkers@cgu.nl > I know this problem, because I had the same one. If you try to telnet from > the console of a FreeBSD box to a non-FreeBSD box it won't accept that > much because of your different terminal settings, not even when you set > the term to vt100, however then most of the things work. > If you want real vt100 emulation, you have to start 'screen'... Then all > problems are over: you can just telnet to other hosts as much as you want > and it will work! FreeBSD's console driver does not claim to emulate vt100 terminals, so naturally it won't work. When you telnet to a remote host that does not recognize the terminal type, use the following for the respective OS. sun-24 SunOS/Solaris scoansi Linux I don't know about other OS's, but I think ansi should work just fine. > Shouldn't this be standard? If more UNIX vendors incorporate FreeBSD's console termcap definition into their shipping termcap, then it'll become standard. -- Yun-Ching (Allen) Lee ycl+@cmu.edu "There is no such thing as a good influence... All influence is immoral." -- Lord Henry Wotton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 12:42:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA20791 for freebsd-questions-outgoing; Fri, 29 May 1998 12:42:21 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA20619 for ; Fri, 29 May 1998 12:41:42 -0700 (PDT) (envelope-from yunching+@andrew.cmu.edu) Received: from po8.andrew.cmu.edu (PO8.ANDREW.CMU.EDU [128.2.10.108]) by freefall.freebsd.org (8.8.8/8.8.5) with ESMTP id MAA03401 for ; Fri, 29 May 1998 12:41:36 -0700 (PDT) Received: (from postman@localhost) by po8.andrew.cmu.edu (8.8.5/8.8.2) id PAA17133; Fri, 29 May 1998 15:41:22 -0400 (EDT) Received: via switchmail; Fri, 29 May 1998 15:41:19 -0400 (EDT) Received: from unix17.andrew.cmu.edu via qmail ID ; Fri, 29 May 1998 15:40:33 -0400 (EDT) Received: from unix17.andrew.cmu.edu via qmail ID ; Fri, 29 May 1998 15:40:31 -0400 (EDT) Received: from mms.4.60.Jun.27.1996.03.02.53.sun4.51.EzMail.2.0.CUILIB.3.45.SNAP.NOT.LINKED.unix17.andrew.cmu.edu.sun4m.54 via MS.5.6.unix17.andrew.cmu.edu.sun4_51; Fri, 29 May 1998 15:40:30 -0400 (EDT) Message-ID: <4pPkwiy00YUt064w40@andrew.cmu.edu> Date: Fri, 29 May 1998 15:40:30 -0400 (EDT) From: Yun-Ching Lee To: freebsd-questions@freefall.cdrom.com, Paul Dekkers Subject: Re: BUG with vt100 terminal emulation Cc: FreeBSD Questions In-Reply-To: References: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Excerpts from internet.computing.freebsd.questions: 29-May-98 Re: BUG with vt100 terminal.. by Paul Dekkers@cgu.nl > I know this problem, because I had the same one. If you try to telnet from > the console of a FreeBSD box to a non-FreeBSD box it won't accept that > much because of your different terminal settings, not even when you set > the term to vt100, however then most of the things work. > If you want real vt100 emulation, you have to start 'screen'... Then all > problems are over: you can just telnet to other hosts as much as you want > and it will work! FreeBSD's console driver does not claim to emulate vt100 terminals, so naturally it won't work. When you telnet to a remote host that does not recognize the terminal type, use the following for the respective OS. sun-24 SunOS/Solaris scoansi Linux I don't know about other OS's, but I think ansi should work just fine. > Shouldn't this be standard? If more UNIX vendors incorporate FreeBSD's console termcap definition into their shipping termcap, then it'll become standard. -- Yun-Ching (Allen) Lee ycl+@cmu.edu "There is no such thing as a good influence... All influence is immoral." -- Lord Henry Wotton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 12:57:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA24640 for freebsd-questions-outgoing; Fri, 29 May 1998 12:57:32 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from krell.webweaver.net (krell.webweaver.net [206.24.106.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA24606 for ; Fri, 29 May 1998 12:57:24 -0700 (PDT) (envelope-from freelist@krell.webweaver.net) Received: (from freelist@localhost) by krell.webweaver.net (8.8.8/8.8.8) id NAA13093 for questions@freebsd.org; Fri, 29 May 1998 13:00:48 -0700 (PDT) From: "Nicole H." Message-Id: <199805292000.NAA13093@krell.webweaver.net> Subject: No! I refuse to die! To: questions@FreeBSD.ORG Date: Fri, 29 May 1998 13:00:47 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi everyone I have been having a problem lately where I seem to get processes that get stuck and refuse to die or be killed. The usual symptom is that users cannot login even via the console, however root can via the console. If I use top, I will see some user processes that look odd, and I cannot kill them. Nor can I kill the users shell process. It doesn't happen that often but it is definatly getting anoying. I tried dropping the amount of process usage a user can have via login.conf It is FreeBSD 2.1.6 on a Pentium pro200 with 128 Megs of memory. Any advice on what to try would be greatly appreciatted Thanks! Nicole To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 13:04:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA25893 for freebsd-questions-outgoing; Fri, 29 May 1998 13:04:46 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA25871 for ; Fri, 29 May 1998 13:04:31 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA00563; Fri, 29 May 1998 13:03:01 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 13:03:00 -0700 (PDT) From: Doug White Reply-To: Doug White To: Spidey cc: Annelise Anderson , freebsd-questions@FreeBSD.ORG Subject: Re: FAQ (was: Re: FreeBSD Newbie Question (fwd)) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 28 May 1998, Spidey wrote: > > If you haven't looked at the FAQ recently, you should; I added several > > things last week. > > Ah? The FAQ is updated frequently? Ideally :) Our previous FAQMaster took a permanent vacation, so I stepped in. > Is there a way to update the one I have on my system? (I mean removing the > old files, and installing the new ones?) I don't know if the preformatted ones have been redone recently, but you can get some stuff in ftp://ftp.freebsd.org/pub/FreeBSD/doc. Alternatively you can sup the `doc-all' collection to get the source files, then run the Makefile to generate the html and ascii versions. > Also, I'd like to know if there is a way to download these "tutorials" > that live in http://www.freebsd.org/tutorial/ You can get these from the CVSUP www-all collection. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 13:09:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA26721 for freebsd-questions-outgoing; Fri, 29 May 1998 13:09:17 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA26399 for ; Fri, 29 May 1998 13:07:44 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA00570; Fri, 29 May 1998 13:07:35 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 13:07:35 -0700 (PDT) From: Doug White Reply-To: Doug White To: babbleon@bigfoot.com cc: freebsd-questions@FreeBSD.ORG Subject: Re: ppbus / Sparq drive? In-Reply-To: <199805282020.AA06800@newlgn16.unx.sas.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 28 May 1998, Brian T. Schellenberger wrote: > - What is the current status of ppbus work? In -CURRENT and appears to work fine. > - In particular, will it support the Syquest parallel-port SparQ drive? The only driver supports the Zip. if the SparQ talks the same protocol it might work. > - Is anybody here actually using a parallel-port Sparq? I always figured SyQuest was a SCSI only camp. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 13:09:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA26743 for freebsd-questions-outgoing; Fri, 29 May 1998 13:09:23 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA26708 for ; Fri, 29 May 1998 13:09:08 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA00575; Fri, 29 May 1998 13:08:52 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 13:08:52 -0700 (PDT) From: Doug White Reply-To: Doug White To: David Babler cc: freebsd-questions@FreeBSD.ORG Subject: Re: 2.2-STABLE Kernel Broken? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 28 May 1998, David Babler wrote: > > I CVSUP'd RELENG_2_2 today and tried to build a new kernel. It errored out > with: Please subscribe to the stable mailing list if you are going to run -stable. This popped up weeks ago :( Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 13:14:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA28170 for freebsd-questions-outgoing; Fri, 29 May 1998 13:14:50 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA28000 for ; Fri, 29 May 1998 13:14:21 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA00582; Fri, 29 May 1998 13:14:09 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 13:14:09 -0700 (PDT) From: Doug White Reply-To: Doug White To: Clendaniel Ian IB cc: "'freebsd-questions@freebsd.org'" Subject: Re: XF86 with Neomagic Chipset... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 28 May 1998, Clendaniel Ian IB wrote: > Alright. I know that the Neomagic chipset isn't directly supported with > XFree86 but I can't seem to even get the vga server up and running on > it. I'm attempting to install 2.2.6 on a NEC Versa 6060 (P166/48Megs) > and the XF86Setup util seems to run fine but when I go to "startx" > afterwards the machine just freezes (it never goes anywhere...just sits > with startx displayed on the screen). Make sure you're using the VGA16 driver. It may not work for it either, I haven't tried it on my machine which has the same chipset. > It has the Neomagic 128ZV chipset and I'm trying to get it set up so > that I can try the XiG X-server which supports the chipset. You don't set up XFree86 to set up XiG; they are *completely*separate*. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 13:18:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA29004 for freebsd-questions-outgoing; Fri, 29 May 1998 13:18:48 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA28956 for ; Fri, 29 May 1998 13:18:23 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA00589; Fri, 29 May 1998 13:18:17 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 13:18:17 -0700 (PDT) From: Doug White Reply-To: Doug White To: John Kenagy cc: questions freebsd Subject: Re: si02 and sio3 both dead? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 28 May 1998, John Kenagy wrote: > Hi, I'm lost. > > Some time ago I added a serial and parallel port card, rebuilt > the kernel, hooked up the parallel port to a second printer > and ran fine. The probe reports the serial ports, too. > > I have read everything and tried it all but the /dev/cuaa2 and 3 > are dead as well as /dev/ttyd2 and 3. Modems switched, cords switched, > entries in /etc/ttys for cuaa1 do not work with cuaa2. Using > mgetty on cuaa1, I can log in but not on cuaa2. What does dmesg report? Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 13:21:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA29658 for freebsd-questions-outgoing; Fri, 29 May 1998 13:21:04 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA29603 for ; Fri, 29 May 1998 13:20:47 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA00596; Fri, 29 May 1998 13:20:38 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 13:20:38 -0700 (PDT) From: Doug White Reply-To: Doug White To: Whee Kim cc: freebsd-questions@FreeBSD.ORG Subject: Re: question: about SCSI ZIP DRIVE In-Reply-To: <356E15B9.AA2BA118@erols.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 28 May 1998, Whee Kim wrote: > aic0 at 0x340-0x35f irq 9 on isa > aic0 waiting for SCSI devices to settle > (aic0:6:0): "IOMEGA ZIP 100 D.13" type 0 removable SCSI > sd0(aic0:6:0):Direct-Access > sd0(aic0:6:0):NOT READY asc:3a,0 Medium not present > sd0:Could not get size > sd0(aic0:6:0):ILLEGAL REQUEST asc:24,0 invalid filed in CDB > sd0 could not mode sense (4). Using ficticious geometry > > > What is wrong? How do I fix this? You don't, it's normal. > and after I fix this? How do I mount ZIP DRIVE, format it? and newfs?! See http://www.freebsd.org/tutorials/diskformat/ Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 13:23:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA00333 for freebsd-questions-outgoing; Fri, 29 May 1998 13:23:04 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA00311 for ; Fri, 29 May 1998 13:22:49 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA00600; Fri, 29 May 1998 13:22:20 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 13:22:20 -0700 (PDT) From: Doug White Reply-To: Doug White To: Child cc: freebsd-questions@FreeBSD.ORG, rin@sommer.dyn.ml.org Subject: Re: Squid/filter?? In-Reply-To: <3.0.3.32.19980528213714.00693f84@192.168.0.10> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 28 May 1998, Child wrote: > i'm faced in trying to find a way to restict web broswering of one of my > win95 client boxs (that has 2.2.5-REL as its inet gateway) If it's only one Windows machine, there are several products you can buy that will censor web pages. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 13:24:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA00761 for freebsd-questions-outgoing; Fri, 29 May 1998 13:24:17 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA00527 for ; Fri, 29 May 1998 13:23:56 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA00609; Fri, 29 May 1998 13:23:40 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 13:23:40 -0700 (PDT) From: Doug White Reply-To: Doug White To: lrios cc: freebsd-questions@FreeBSD.ORG Subject: Re: Unexpected warnings In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 28 May 1998, lrios wrote: > While running user ppp I receive numerous warnings like this: > > Warning: CCP: Unexpected ResetAck (id 11) ignored > Warning: CCP: Unexpected ResetAck (id 11) ignored > Warning: CCP: Unexpected ResetAck (id 11) ignored > Warning: CCP: Unexpected ResetAck (id 11) ignored > > Has anybody else received messages like this?? > It appears to only happen once I start cruising around the net but > otherwise fine when using ssh and telnet.. > Any help would be fantastic... Your server (NT box?) is trying to enable another compression type (STAC probably) and your machine is ignoring it. Harmless. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 13:25:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA01195 for freebsd-questions-outgoing; Fri, 29 May 1998 13:25:48 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA01109; Fri, 29 May 1998 13:25:26 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA00616; Fri, 29 May 1998 13:25:12 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 13:25:12 -0700 (PDT) From: Doug White Reply-To: Doug White To: Arisandy cc: question-freebsd , isp-freebsd Subject: Re: ppp -alias In-Reply-To: <000501bd8ab1$af345990$7305600a@ars.divre5.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998, Arisandy wrote: > I use ppp -auto -alias now....for 3 client.... > how can I protects others....to join my ppp -auto -alias when he knows > ip setting......??? I don't understand what you're asking. -alias is autoconfiguring and covers all port ranges. > why the ICQ anda mRC athough I only alias the http and ftp??? ICQ is just wacky (tell it you're running behind a firewall) and IRC DDC does require some additional portmapping. Check the questions mail archives for details. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 13:25:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA01246 for freebsd-questions-outgoing; Fri, 29 May 1998 13:25:58 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA01163 for ; Fri, 29 May 1998 13:25:39 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA00620; Fri, 29 May 1998 13:25:36 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 13:25:36 -0700 (PDT) From: Doug White Reply-To: Doug White To: Matthew Hagerty cc: freebsd-questions@FreeBSD.ORG Subject: Re: Projected release for 3.0? In-Reply-To: <356E2F6F.2E4B@net-link.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 28 May 1998, Matthew Hagerty wrote: > Does anyone have any idea when 3.0 will be released as stable? I was > just wondering if there was a projected date set. No date yet AFAIK. I think we'll have a 2.2.x release next anyway. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 13:28:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA02371 for freebsd-questions-outgoing; Fri, 29 May 1998 13:28:45 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA02314 for ; Fri, 29 May 1998 13:28:28 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA00624; Fri, 29 May 1998 13:28:01 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 13:28:01 -0700 (PDT) From: Doug White Reply-To: Doug White To: rigo cc: questions@FreeBSD.ORG Subject: Re: i need information In-Reply-To: <356E5C01.1B97@mail.chilesat.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 28 May 1998, rigo wrote: > Hi, i need information.... > Where i can ask for prices for dat and dlt drives??? Try www.pricewatch.com. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 13:31:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA03079 for freebsd-questions-outgoing; Fri, 29 May 1998 13:31:13 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA03012 for ; Fri, 29 May 1998 13:30:49 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA00628; Fri, 29 May 1998 13:29:32 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 13:29:32 -0700 (PDT) From: Doug White Reply-To: Doug White To: Erwin Brandenberger cc: freebsd-questions@FreeBSD.ORG Subject: Re: rlogin source In-Reply-To: <356E6855.286CD87B@switzerland.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998, Erwin Brandenberger wrote: > which package do i need to download to get the source > code of the rlogin command ? Easy way: http://www.freebsd.org/cgi/cvsweb.cgi hard but more complete way: Set up CVSup. See the Handbook for details on setting up CVSup (which isn't hard btw). Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 13:32:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA03168 for freebsd-questions-outgoing; Fri, 29 May 1998 13:32:02 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from phwilm.zeneca.com (phwilm.zeneca.com [208.197.163.35]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA03126 for ; Fri, 29 May 1998 13:31:28 -0700 (PDT) (envelope-from ian.clendaniel@phwilm.zeneca.com) Received: from [156.70.134.198] by phwilm.zeneca.com via smtpd (for hub.FreeBSD.ORG [204.216.27.18]) with SMTP; 29 May 1998 19:46:56 UT Received: from usuwphsmtp01.usuwph.zeneca.com ([156.70.134.197] (may be forged)) by usuwphsmtp02.phwilm.zeneca.com (2.5 Build 2639 (Berkeley 8.8.6)/8.8.4) with ESMTP id QAA20542 for ; Fri, 29 May 1998 16:26:30 -0400 Received: from usuwphmsxhub02.usuwph.zeneca.com (usuwphmsxhub02.usuwph.zeneca.com [156.70.134.229]) by usuwphsmtp01.usuwph.zeneca.com (2.5 Build 2639 (Berkeley 8.8.6)/8.8.4) with SMTP id QAA19759 for ; Fri, 29 May 1998 16:25:05 -0400 Received: by usuwphmsxhub02.usuwph.zeneca.com with SMTP (Microsoft Exchange Server Internet Mail Connector Version 4.0.995.52) id <01BD8B1F.24995EC0@usuwphmsxhub02.usuwph.zeneca.com>; Fri, 29 May 1998 16:30:51 -0400 Message-ID: From: Clendaniel Ian IB To: "'Doug White'" Cc: "'freebsd-questions@freebsd.org'" Subject: RE: XF86 with Neomagic Chipset... Date: Fri, 29 May 1998 16:30:49 -0400 X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.995.52 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>Make sure you're using the VGA16 driver. It may not work for it either, I >>haven't tried it on my machine which has the same chipset. Yup...that's the one. It just freezes when it tries to bring up the server. I tried reinstalling it again and now it puts up the first page of initialization messages and stops after the line: (**) MONO: Monitor ID: "Primary Monitor" I'm going to try to manually configure X like with all my other machines...we'll see if I have any other luck that way...not used to this new-fangled GUI XF86Setup... >> It has the Neomagic 128ZV chipset and I'm trying to get it set up so >> that I can try the XiG X-server which supports the chipset. > >You don't set up XFree86 to set up XiG; they are *completely*separate*. I tried just setting this up and it won't run the mouse...or rather the mouse doesn't respond to movement correctly. as soon as you touch the touchpad the mouse shoots to the side of the screen, never to move again (except for a little twitching). Oh...just FYI...does the exact same thing on both of the laptops. >--Ian > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 13:32:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA03337 for freebsd-questions-outgoing; Fri, 29 May 1998 13:32:35 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA03173 for ; Fri, 29 May 1998 13:31:58 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA00635; Fri, 29 May 1998 13:31:20 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 13:31:20 -0700 (PDT) From: Doug White Reply-To: Doug White To: Ruslan Ermilov cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sendmail Q How 2 disable relay In-Reply-To: <19980529125818.B29838@ucb.crimea.ua> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998, Ruslan Ermilov wrote: > Since FreeBSD 2.2.5R there is a /etc/mail directory, which contains > a working anti-spam solution. I'd advise you to upgrade to 2.2.6-STABLE, > or wait a little until Sendmail 8.9.0 comes in FreeBSD, and then upgrade. > Sendmail 8.9.0 has built-in rules, turned ``on'' by default, to prevent > unauthorized relaying and spamming. If you've been watching -hackers, note that this may not happen due to some licensing issues in sendmail 8.9. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 13:34:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA03952 for freebsd-questions-outgoing; Fri, 29 May 1998 13:34:47 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA03913 for ; Fri, 29 May 1998 13:34:27 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA00639; Fri, 29 May 1998 13:33:58 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 13:33:58 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Alex N. Zhuravlev" cc: freeBSD-questions@FreeBSD.ORG Subject: Re: Adaptec 7890 problem In-Reply-To: <199805290833.QAA11580@keep.scn.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998, Alex N. Zhuravlev wrote: > I have FreeBSD-2.2.6-Release installed on my PC IWILL P2L. It has an > ADAPTEC 7880 SCSI controller and WD UWSCSI hard disk. When I've > installed 2.2.6 there were no problem with SCSI and with WD ( beside com > ports ;-) ). Now I've changed MB to ASUS P2BLS with ADAPTEC 7890 SCSI > controller and with the same WD with 2.2.6. on it. When I've started the > following happens : Everything is fine during probing, beside SCSI > controller and disk, and after that it says :"Can't mount root - > rebooting system". I don't want to re-install 2.2.6 cause I've got lot's > of usefull data on it. So how can I solve the proplem ??? I'll be glad > to any possible variants. Alex N. Zhuravlev. I don't think the 7890 is supported in -RELEASE -- you may have to run -CURRENT or -STABLE with the CAM patches. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 13:38:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA04690 for freebsd-questions-outgoing; Fri, 29 May 1998 13:38:05 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA04580 for ; Fri, 29 May 1998 13:37:32 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA00662; Fri, 29 May 1998 13:37:21 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 13:37:21 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Norman H. Azadian" cc: freebsd-questions@FreeBSD.ORG Subject: Re: 2.2.6-RELEASE/ports/ports.tgz In-Reply-To: <356E9451.EFDA8D46@ascom.ch> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998, Norman H. Azadian wrote: > Am I the first one who has attempted to install 2.2.6-RELEASE ? > > The file which is the subject of this email has CRC errors when > I try to unzip it with gzip version 1.2.4. Yet md5sum shows > that the checksum matches that given in CHECKSUMS.MD5. Today > I downloaded ports.tgz again and got the same results. I've had no problems with it. Are you downloading it in binary mode? Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 13:40:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA05230 for freebsd-questions-outgoing; Fri, 29 May 1998 13:40:04 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA05136 for ; Fri, 29 May 1998 13:39:38 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA00658; Fri, 29 May 1998 13:36:45 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 13:36:44 -0700 (PDT) From: Doug White Reply-To: Doug White To: Dale Tuck cc: "'freebsd-questions@FreeBSD.ORG'" Subject: Re: Kernel Conflict In-Reply-To: <01BD8AE8.16E64F40.tuckd@chepsa.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 Fri, 29 May 1998, Dale Tuck wrote: > We use FreeBSD to drive our logistics management software. One of the > problems I am having is getting PPP support going while on the network. I > removed the comment out of line "pseudo devide ppp1" in my kernel to allow > dialup to occur but it now hangs my PC just after device lo0 appears. My > network card is ep0 and use lo0 to access to external modem (is this > correct?). No, lo0 is the loopback ethernet interface. Your modem is probably /dev/cuaa0 or /dev/ttyd0. > A copy of my dmesg output (using generic - as I said the new kernel with > the ppp line not commented out doesn't work) , please advise if you need > anything else! Looks all in order even though you're running 2.2.1. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 13:40:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA05308 for freebsd-questions-outgoing; Fri, 29 May 1998 13:40:16 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA05144 for ; Fri, 29 May 1998 13:39:41 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA00667; Fri, 29 May 1998 13:39:26 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 13:39:25 -0700 (PDT) From: Doug White Reply-To: Doug White To: Harry Patterson cc: freebsd-questions Subject: Re: Sendmail oddness In-Reply-To: <01bd8af1$4d0b9cc0$055da8c0@hp.visiontm.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 Fri, 29 May 1998, Harry Patterson wrote: > However, I am still having delivery problems with one inbound message > and 1 outbound message. I've included the bounced read error message > below and the maillog messages from the inbound and outbound message > failures. Looks like you're having some trouble contacting the end host. MSN appears to be having some problems :) You might try disabling tcp extensions in /etc/rc.conf. > 451 ... reply: read error from > upimssmtpsys01.email.msn.com. > ... Deferred: Operation timed out with > upimssmtpsys01.email.msn.com. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 13:42:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA05904 for freebsd-questions-outgoing; Fri, 29 May 1998 13:42:22 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA05772 for ; Fri, 29 May 1998 13:41:53 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA00674; Fri, 29 May 1998 13:41:36 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 13:41:36 -0700 (PDT) From: Doug White Reply-To: Doug White To: Jan Conrad cc: freebsd-questions@FreeBSD.ORG Subject: Re: NFS-options In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998, Jan Conrad wrote: > How can I find out what NFS-options are currently in use for a filesystem? > On most other systems I know 'mount' simply shows the active options. But > on FreeBSD-2.2.5 mount doesn't show nothing - not even with 'mount -p'. What do you mean by `nfs options'? The only info is between the nfsd command line and /etc/exports. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 13:43:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA06041 for freebsd-questions-outgoing; Fri, 29 May 1998 13:43:00 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA05937 for ; Fri, 29 May 1998 13:42:25 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA00678; Fri, 29 May 1998 13:42:14 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 13:42:14 -0700 (PDT) From: Doug White Reply-To: Doug White To: Mail server cc: freebsd-questions@FreeBSD.ORG Subject: Re: c++ In-Reply-To: <01bd8b06$94de4060$1bc3100a@imrol.att.cmg.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998, Mail server wrote: > Hello > I am a new c++ programmer > Can you mail me some suggestions what > to do to learn this quick and some simple c++ programs You'll have better luck if you go to your local bookstore and find some good books on c++. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 13:44:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA06239 for freebsd-questions-outgoing; Fri, 29 May 1998 13:44:03 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA06138 for ; Fri, 29 May 1998 13:43:25 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA00682; Fri, 29 May 1998 13:43:13 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 13:43:13 -0700 (PDT) From: Doug White Reply-To: Doug White To: Justus Calvin cc: freebsd-questions@FreeBSD.ORG Subject: Re: plug and play kernel option In-Reply-To: <19980529134456.4037.qmail@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998, Justus Calvin wrote: > last night i was recompiling my kernel and tried to add the line > > options pnp0 ^^^^^^^ I'ts not an option, it's a controller: controller pnp0 > my question to you is, is pnp0 supported in the 2.2.5 release, is it an > option that will be added in the future, or did i just enter the line > wrong. No, it's in 2.2.6 and later. You can get a patch to 2.2.5 that will make it work tho. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 13:47:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA07064 for freebsd-questions-outgoing; Fri, 29 May 1998 13:47:26 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA06901 for ; Fri, 29 May 1998 13:46:49 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA00703; Fri, 29 May 1998 13:46:38 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 13:46:38 -0700 (PDT) From: Doug White Reply-To: Doug White To: Bora Ertung cc: freebsd-questions@FreeBSD.ORG Subject: Re: Where is the thread library located? In-Reply-To: <000701bd8b08$445592e0$e351430c@bora> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998, Bora Ertung wrote: > I am looking for the latest multithreading library. I couldnt find any > pointers and information about it on FreeBSD.org homepage. You have to build it from source. See `man pthread'. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 13:48:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA07252 for freebsd-questions-outgoing; Fri, 29 May 1998 13:48:09 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA07116 for ; Fri, 29 May 1998 13:47:34 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA00707; Fri, 29 May 1998 13:47:24 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 13:47:24 -0700 (PDT) From: Doug White Reply-To: Doug White To: Norma Herrera cc: freebsd-questions@FreeBSD.ORG Subject: Re: c compiler problem In-Reply-To: <356ED0F2.FC286074@cicese.mx> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998, Norma Herrera wrote: > Hello everyone ! > > I have a problem with my freebsd. I want to compile a port, but > when i run configure it say me the C compiler has a problem. > How can I to install de cc compiler ?. I have freeBSD 2.2.1 What problem? cc comes with the system by default. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 13:49:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA07603 for freebsd-questions-outgoing; Fri, 29 May 1998 13:49:23 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from conecta.com.br ([200.197.116.20]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA07491 for ; Fri, 29 May 1998 13:48:49 -0700 (PDT) (envelope-from Gerlan@conecta.com.br) Received: from CTSC-Message_Server by conecta.com.br with Novell_GroupWise; Fri, 29 May 1998 17:37:14 -0300 Message-Id: X-Mailer: Novell GroupWise 4.1 Date: Fri, 29 May 1998 16:51:57 -0300 From: Gerlan Cavalcante Ferreira To: questions@FreeBSD.ORG Subject: chat server Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id NAA07519 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello!! I`d like to know if you have any chat Chat Server to sale. But need transfer file and private chat. If you can help me. Gerlan Conecta Tecnologia em Sistemas de Comunicação LTDA. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 13:53:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA00418 for freebsd-questions-outgoing; Fri, 29 May 1998 13:53:24 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA00312 for ; Fri, 29 May 1998 13:52:56 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA00718; Fri, 29 May 1998 13:52:48 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 13:52:48 -0700 (PDT) From: Doug White Reply-To: Doug White To: Kurt Joseph Windisch cc: freebsd-questions@FreeBSD.ORG Subject: Re: xdm error In-Reply-To: <199805291604.JAA22610@peabody.> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998, Kurt Joseph Windisch wrote: > I'm having a problem getting xdm to work with FreeBSD 2.2.6-RELEASE. > I placed 'xdm ; sleep 1' at the end of /etc/rc.local. When the system > boots, the xdm login screen appears, but all keyboard input goes to > the vt 1 console instead of X. However, if I login as root via the > console and start xdm manually, it works fine. Try sleeping before running xdm instead of sleeping after it. I run X out of rc.local just fine on 5 different machines. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 13:53:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAB00442 for freebsd-questions-outgoing; Fri, 29 May 1998 13:53:34 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA00413 for ; Fri, 29 May 1998 13:53:23 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA00722; Fri, 29 May 1998 13:53:15 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 13:53:15 -0700 (PDT) From: Doug White Reply-To: Doug White To: Jonah Kuo cc: freebsd mailing list Subject: Re: mail based on IP address? In-Reply-To: <356EE412.BAC143D3@mail.ttn.com.tw> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 30 May 1998, Jonah Kuo wrote: > Hello, > > Could someone please tell me how can I send mail based > on IP address, like 'somebody@123.123.123.123'. > > I've been tring this for several hours, if it is unable to do this > would you mind to give me some brief explaination? Put brackets around the IP: somebody@[123.123.123.123] And suggest that they get a real name :) Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 13:55:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA00568 for freebsd-questions-outgoing; Fri, 29 May 1998 13:55:06 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from atlrel2.hp.com (atlrel2.hp.com [156.153.255.202]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA00553 for ; Fri, 29 May 1998 13:54:53 -0700 (PDT) (envelope-from rnott@hpbs4685.boi.hp.com) Received: from hpbs4685.boi.hp.com (hpbs4685.boi.hp.com [15.98.2.155]) by atlrel2.hp.com (8.8.6/8.8.5tis) with ESMTP id QAA29972 for ; Fri, 29 May 1998 16:54:04 -0400 (EDT) Received: from hpb20613.boi.hp.com (hpb20613.boi.hp.com [15.98.3.252]) by hpbs4685.boi.hp.com with SMTP (8.7.1/8.7.1) id OAA01222 for ; Fri, 29 May 1998 14:45:34 -0600 (MDT) Received: by hpb20613.boi.hp.com with Microsoft Mail id <01BD8B12.D48CA060@hpb20613.boi.hp.com>; Fri, 29 May 1998 15:02:42 -0700 Message-ID: <01BD8B12.D48CA060@hpb20613.boi.hp.com> From: Richard Nottingham To: "'freebsd-questions@freebsd.org'" Subject: Download problens Date: Fri, 29 May 1998 15:02:40 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How can I fit a 1.47mb file on a 1.44mb disk. When I download the file, the size is 1.47. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 13:55:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA00612 for freebsd-questions-outgoing; Fri, 29 May 1998 13:55:32 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA00603 for ; Fri, 29 May 1998 13:55:24 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA00733; Fri, 29 May 1998 13:55:12 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 13:55:11 -0700 (PDT) From: Doug White Reply-To: Doug White To: Mike cc: freebsd-questions@FreeBSD.ORG Subject: Re: Adaptec 7895P In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998, Mike wrote: > I noticed the Handbook mentions 'Adaptec AIC7850 on-board SCSI > controllers', but does not mention the 7895P (realatively new?). This > controller has dual UW and W support. I'm trying to setup two UW WD > Enterprise 4360's. > > What is the probability of getting this controller to work properly? > > When I boot a 2.2.6 boot.flp image, the controller is found but no > devices are probed and fbsd can't find any disks to install to. What does the probe line(s) for the device look like? > It looks something like this (a retype, not a screen grab...): > > ------ > pci0:14:0: Adaptec, device=0x7895, class=storage (scsi) int b irq 10 [no > driver assigned] This is a 7895 which is only supported with the CAM patches. > There's an identical entry for 'pci0:14:1:'. Does [no driver assigned] > mean I need to set something up in the SCSI BIOS with a DOS util or with > SCSI Select, or is it more straight-forward and trying to tell me 'i don't > know what this is, exactly...'? It's straightforward. The device/vendor ID doesn't match any known in any driver. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 13:57:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA00793 for freebsd-questions-outgoing; Fri, 29 May 1998 13:57:13 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAB00720 for ; Fri, 29 May 1998 13:56:40 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA00737; Fri, 29 May 1998 13:56:33 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 13:56:33 -0700 (PDT) From: Doug White Reply-To: Doug White To: Mike Ekholm cc: freebsd-questions@FreeBSD.ORG Subject: Re: Upgrade probs In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998, Mike Ekholm wrote: > 4MB of RAM. Installation requires 5MB. SIMMs are cheap, now is a great time to upgrade. Running on 4MB is very, very painful. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 13:58:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA00960 for freebsd-questions-outgoing; Fri, 29 May 1998 13:58:10 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA00888 for ; Fri, 29 May 1998 13:57:47 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA00741; Fri, 29 May 1998 13:57:42 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 13:57:42 -0700 (PDT) From: Doug White Reply-To: Doug White To: Antonio Bemfica cc: freebsd-questions@FreeBSD.ORG Subject: Re: 2940AU SCSI timeout problem - how come kernel.GENERIC works In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998, Antonio Bemfica wrote: > > > options FAILSAFE > > > > You don't need (or want) this, it slows the system down. > > I normally comment that line, but as I said, I'm having trouble with the > kernel, and rather than have someone tell me "have you tried the FAILSAFE > option", I gave it a try - I've tried it both ways. I've never seen anyone suggest it. > > > controller snd0 > > > controller pci0 > > Isn't pci0 "The main PCI bus device"? I thought it was compulsory on PCI > machines. It's a misquote, go ahead and leave them. You have snd0 compiled in but no sound devices, though .... Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 13:59:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA01140 for freebsd-questions-outgoing; Fri, 29 May 1998 13:59:31 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA01056 for ; Fri, 29 May 1998 13:58:43 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA00745; Fri, 29 May 1998 13:58:08 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 13:58:08 -0700 (PDT) From: Doug White Reply-To: Doug White To: ccabsdgroup cc: freebsd-questions@FreeBSD.ORG Subject: Re: IPv6 availability In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998, ccabsdgroup wrote: > Are there any plans to include IPv6 > (there is at least one realization by INRIA) > into the 3.0 src tree (or even in future > 2.2.X releases) ? Not that I'm aware, but IPv6 is still evolving. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 14:09:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA02896 for freebsd-questions-outgoing; Fri, 29 May 1998 14:09:00 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA02849 for ; Fri, 29 May 1998 14:08:43 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA00714; Fri, 29 May 1998 13:51:48 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 13:51:48 -0700 (PDT) From: Doug White Reply-To: Doug White To: ursa@cris.com cc: "'questions@FreeBSD.org'" Subject: Re: NFS locking In-Reply-To: <0545563AD3A8D011B35000805FBB53A54D3C3F@ptexcatl01.premtec.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 Fri, 29 May 1998, Grammas, August wrote: One of the hackers may have to reply to this, I'll do the best I can. > I need information on IF / HOW NFS file locking is implimented in > FreeBSD. I am not asking > for an explation, but where in the doco I will find information on NFS > file locking. The problem is that the NFS locking spec isn't published, so we have to reverse engineer it. In addition there are some serious issues with the whole idea. We do have (limited, buggy) support for client locking only. > Please send any replies to ursa@cris.com and NOT to > agrammas@premtec.com. Then please set this as your reply-to or use your own account :) Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 14:16:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA04302 for freebsd-questions-outgoing; Fri, 29 May 1998 14:16:55 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.tds.net (mail.tds.net [204.246.1.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA04252 for ; Fri, 29 May 1998 14:16:36 -0700 (PDT) (envelope-from jordan-k@usa.net) Received: from usa.net (nlmn1-a09.midstate.tds.net [207.49.210.74]) by mail.tds.net (8.8.5/8.8.8) with ESMTP id QAA17894 for ; Fri, 29 May 1998 16:16:20 -0500 (CDT) Message-ID: <356F23C5.B6CFE78B@usa.net> Date: Fri, 29 May 1998 16:08:21 -0500 From: Jordan X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: for a newbie? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG FreeBSD or Redhat Linux??? In terms of ease of installation and setup primarily. I have been a Windows\DOS user so I need a fairly forgiving Unix to start out with. I know you guys are biast to FreeBSD, but I need a honest opinion. Thanks, -- ----------------------- \ Men are from Mars, \ \ Women are from Venus,\ \ Computers are from Hell. \ -------------------------- J.O.R.D.A.N. ICQ# 7297792 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 14:19:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA04700 for freebsd-questions-outgoing; Fri, 29 May 1998 14:19:34 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA04523 for ; Fri, 29 May 1998 14:18:23 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id OAA00769; Fri, 29 May 1998 14:18:08 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 14:18:08 -0700 (PDT) From: Doug White Reply-To: Doug White To: Clendaniel Ian IB cc: "'freebsd-questions@freebsd.org'" Subject: RE: XF86 with Neomagic Chipset... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998, Clendaniel Ian IB wrote: > Yup...that's the one. It just freezes when it tries to bring up the > server. I tried reinstalling it again and now it puts up the first page > of initialization messages and stops after the line: > (**) MONO: Monitor ID: "Primary Monitor" Hm, the NeoMagic is doing something funny. > >You don't set up XFree86 to set up XiG; they are *completely*separate*. > > I tried just setting this up and it won't run the mouse...or rather the > mouse doesn't respond to movement correctly. as soon as you touch the > touchpad the mouse shoots to the side of the screen, never to move again > (except for a little twitching). Oh...just FYI...does the exact same > thing on both of the laptops. Hm ,..... I'll have to try the XiG demo sometime. $200 is a bit steep to buy right now tho. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 14:21:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA05157 for freebsd-questions-outgoing; Fri, 29 May 1998 14:21:06 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA05039 for ; Fri, 29 May 1998 14:20:36 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id WAA27942; Fri, 29 May 1998 22:18:43 +0100 (BST) (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199805292118.WAA27942@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Dave Bender cc: "freebsd-questions@freebsd.org" Subject: Re: Get dynamically assigned DNS server IP address? In-reply-to: Your message of "Thu, 28 May 1998 12:38:19 CDT." <01BD8A35.7FF2F2D0@MANNY> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 29 May 1998 22:18:42 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Get the latest ppp from http://www.FreeBSD.org/~brian and add the line: enable dns in ppp.conf. > How can I configure my ppp dial-out connection to fetch my ISP's DNS server when the DNS server is dynamically assigned? > > To clarify: I'm setting up my home FreeBSD machine to dial into my ISP, but the ISP (actually, the office) system doles out the DNS number dynamically. (From WindowsNT, the DNS gateways are blanked out.) > > For now, any IP connections from my FreeBSD machine require an absolute IP address, which makes web browsing darned impossible! > > I'd even be willing to hard code this value somewhere if I knew how to find out what it's currently using, presuming that it really doesn't change all that often. Does it? > > Any help would be appreciated. Thanks. Meanwhile, I'm off to Amazon.com to order that "DNS and Bind" book.... > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Brian , , Don't _EVER_ lose your sense of humour.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 14:25:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA06211 for freebsd-questions-outgoing; Fri, 29 May 1998 14:25:41 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.tds.net (mail.tds.net [204.246.1.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA06097 for ; Fri, 29 May 1998 14:25:18 -0700 (PDT) (envelope-from jordan-k@usa.net) Received: from usa.net (nlmn1-a09.midstate.tds.net [207.49.210.74]) by mail.tds.net (8.8.5/8.8.8) with ESMTP id QAA22412 for ; Fri, 29 May 1998 16:25:12 -0500 (CDT) Message-ID: <356F25DA.608A7A3A@usa.net> Date: Fri, 29 May 1998 16:17:14 -0500 From: Jordan X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Also Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If you were unable to install linux, would it be possible that FreeBSD would install? Actually the LILO wouldnt install. -- ----------------------- \ Men are from Mars, \ \ Women are from Venus,\ \ Computers are from Hell. -------------------------- J.O.R.D.A.N. ICQ# 7297792 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 14:26:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA06423 for freebsd-questions-outgoing; Fri, 29 May 1998 14:26:18 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA06135 for ; Fri, 29 May 1998 14:25:26 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id WAA28241; Fri, 29 May 1998 22:22:54 +0100 (BST) (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199805292122.WAA28241@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: lrios cc: freebsd-questions@FreeBSD.ORG Subject: Re: Unexpected warnings In-reply-to: Your message of "Thu, 28 May 1998 22:58:38 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 29 May 1998 22:22:53 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If you enable CCP & LCP logging, you should see the reset acks arriving..... next step is to ask your ISP why they're sending them :-/ > While running user ppp I receive numerous warnings like this: > > Warning: CCP: Unexpected ResetAck (id 11) ignored > Warning: CCP: Unexpected ResetAck (id 11) ignored > Warning: CCP: Unexpected ResetAck (id 11) ignored > Warning: CCP: Unexpected ResetAck (id 11) ignored > > Has anybody else received messages like this?? > It appears to only happen once I start cruising around the net but > otherwise fine when using ssh and telnet.. > Any help would be fantastic... > > > ______ __ > /___ / / / __ > / /(@)__ / (@)__ / /__ lrios@ziplink.net > / // / _ \/ / / _ \/ '_/ > / //_/ .__/_/_/_//_/_/\_\ NASA TEAM > / /__/_/___________________ `He who dies with the most toys win!` > /___________________________ > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Brian , , Don't _EVER_ lose your sense of humour.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 14:29:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA07095 for freebsd-questions-outgoing; Fri, 29 May 1998 14:29:40 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from huron.nvl.virginia.edu (adrian@huron.nvl.Virginia.EDU [128.143.244.43]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA07067; Fri, 29 May 1998 14:29:23 -0700 (PDT) (envelope-from adrian@nvl.virginia.edu) Received: from localhost (adrian@localhost) by huron.nvl.virginia.edu (8.8.6 (PHNE_14041)/8.8.6) with SMTP id RAA25020; Fri, 29 May 1998 17:29:13 -0400 (EDT) Date: Fri, 29 May 1998 17:29:13 -0400 (EDT) From: Adrian Filipi-Martin Reply-To: Adrian Filipi-Martin To: charlespeters@tecpro.com cc: hackers@FreeBSD.ORG, FreeBSD Questions List Subject: Re: Apache configuration help (sample config files please)? In-Reply-To: <199805291904.PAA18373@ais.ais-gwd.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 Charles, If you installed apache as a port or package, take a look in the /usr/local/etc/apache directory for sample/default configuration files. Then take alook at /usr/local/etc/rc.d/apache.sh to see how it is started at boot time. www.apache.org has a complete and searchable set of documentation on-line as well. In the future, please post this type of question to the questions mailing list. It is perfectly appropriate there. The hackers list is more for the developers to discuss implementation details. The questions list can be reached at freebsd-questions@freebsd.org. cheers, Adrian -- adrian@virginia.edu ---->>>>| If I were stranded on a desert island, and System Administrator --->>>| I could only have one OS for my computer, Neurosurgical Visualization Lab ->>| it would be FreeBSD. Think about it..... http://www.nvl.virginia.edu/ ->| http://www.freebsd.org/ On Fri, 29 May 1998, Charles A. Peters wrote: > Earlier I asked about apache configuration information. > > My problems are not so much with the Apache configuration, my > problems mainly relate to getting the httpd process statrted. I am > new to FreeBSD, and Unix, and I am confused as to some of the proper > settings in the config files (acces.conf, httpd.conf, and srm.conf). > I also am not sure about setting up acess groups and that sort of > thing. One thing that might help me would be a sample set of the > above mentioned files (commented of coarse). > > I have searched the Apache site and they have no sample config files, > or clear primers for novices. > > Thank you for your assistance and advise. > > > Charles > charlespeters@tecpro.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 14:42:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA09021 for freebsd-questions-outgoing; Fri, 29 May 1998 14:42:58 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from home.ict.nl (root@olympus.home.ict.nl [193.79.216.19]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA09007 for ; Fri, 29 May 1998 14:42:36 -0700 (PDT) (envelope-from walter.oostendorp@home.ict.nl) Received: from home.ict.nl (ehvn1-p29.worldonline.nl [195.241.132.29]) by home.ict.nl (8.8.5/8.8.5) with ESMTP id XAA04318; Fri, 29 May 1998 23:48:05 +0200 Message-ID: <356F2C4C.E12F1F6C@home.ict.nl> Date: Fri, 29 May 1998 23:44:44 +0200 From: Walter Oostendorp X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: Mostyn Lewis , "freebsd-questions@FreeBSD.ORG" Subject: Re: cdrecord References: <199805261622.JAA00101@user2.teleport.com> <356DDE3C.B652CE9@home.ict.nl> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi All, Upgrading to 3.0-980520-SNAP did solve the problem, the kern_physio.c v.26 seems to be part of the solution. Walter Walter Oostendorp wrote: > > Hi All, > > The fs=0 unfortunately didn't solve anything, as to be expected because > I already had CDR_FIFOSIZE set to 0. I found some pointers in -bugs and > -current to kern_physio.c v1.23, but that didn't bring anything as well. > > As a last resort I will reinstall 2.2.5 to see if that will help. > > Thanks sofar, and keep me informed. > > Greetings, > Walter > > Mostyn Lewis wrote: > > > > Howdy, > > > > I have a MP6201S (Ricoh internal caddy loading) and have successfully > > used the following line > > > > cdrecord -v -fs=0 speed=2 dev=0,0 /usr/home/mrl/fido1.img > > > > The key is -fs=0, it stops large physical I/O and inhibits > > "physio split the request". > > > > cdrecord tries to buffer requests so that CD burning even works > > across NFS! It's not necessary if the cd is on the machine. > > > > Enjoy, > > Mostyn > > > > > > > > Hi All, > > > > > > I have some difficulties getting cdrecord 1.6 to work on a > > > 3.0-980311-SNAP box. > > > > > > Writing starts accompanied by these messages: > > > > > > Cdrecord release 1.6 Copyright (C) 1995-1998 Jörg Schilling > > > scsidev: '0,2,0' > > > scsibus: 0 target: 2 lun: 0 > > > Device type : Removable CD-ROM > > > Version : 2 > > > Response Format: 2 > > > Capabilities : > > > Vendor_info : 'RICOH ' > > > Identifikation : 'MP6200S ' > > > Revision : '2.20' > > > Device seems to be: Generic mmc CD-RW. > > > Using generic SCSI-3/mmc CD-R driver (mmc_cdr). > > > Driver flags : SWABAUDIO > > > cdrecord: Input/output error. > > > read disk info: scsi sendcmd: no error > > > status: 0x0 (GOOD STATUS) > > > CDB: 51 00 00 00 00 00 00 00 02 00 > > > resid: 2 > > > cmd finished after 0.001s timeout 240s > > > cdrecord: Cannot get disk type. > > > > > > > > > Also the console shows : > > > > > > # penny/kernel: cd0: physio split the request.. cannot proceed > > > > > > > > > To get it sofar I had to change the /dev/scgx linked to rcd0.ctl > > > The worm0 does not find the drive. > > > > > > Anyone got a clue? > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 14:46:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA07064 for freebsd-questions-outgoing; Fri, 29 May 1998 13:47:26 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA06901 for ; Fri, 29 May 1998 13:46:49 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA00703; Fri, 29 May 1998 13:46:38 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 13:46:38 -0700 (PDT) From: Doug White Reply-To: Doug White To: Bora Ertung cc: freebsd-questions@FreeBSD.ORG Subject: Re: Where is the thread library located? In-Reply-To: <000701bd8b08$445592e0$e351430c@bora> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998, Bora Ertung wrote: > I am looking for the latest multithreading library. I couldnt find any > pointers and information about it on FreeBSD.org homepage. You have to build it from source. See `man pthread'. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 14:44:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA09252 for freebsd-questions-outgoing; Fri, 29 May 1998 14:44:16 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from stage1.thirdage.com (stage1.ThirdAge.com [204.74.82.151]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA09122 for ; Fri, 29 May 1998 14:44:02 -0700 (PDT) (envelope-from jal@ThirdAge.com) Received: from goober (gigi.ThirdAge.com [204.74.82.169]) by stage1.thirdage.com (8.8.5/8.8.5) with SMTP id OAA23028; Fri, 29 May 1998 14:39:49 -0700 (PDT) Message-Id: <3.0.5.32.19980529144005.00be6d10@204.74.82.151> X-Sender: jal@204.74.82.151 X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Fri, 29 May 1998 14:40:05 -0700 To: Doug White From: Jamie Lawrence Subject: RE: XF86 with Neomagic Chipset... Cc: freebsd-questions@FreeBSD.ORG, ian.clendaniel@phwilm.zeneca.com In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 02:18 PM 5/29/98 -0700, you wrote: >> I tried just setting this up and it won't run the mouse...or rather the >> mouse doesn't respond to movement correctly. as soon as you touch the >> touchpad the mouse shoots to the side of the screen, never to move again >> (except for a little twitching). Oh...just FYI...does the exact same >> thing on both of the laptops. > >Hm ,..... I'll have to try the XiG demo sometime. $200 is a bit steep to >buy right now tho. I saw that exact behaviour on my system with XiG - I had the wrong mouse device selected. This was a while back, and my ailing memory doesn't recall what I did have selected. Changing the device selection in the setup fixed the problem. -j To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 14:48:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA06041 for freebsd-questions-outgoing; Fri, 29 May 1998 13:43:00 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA05937 for ; Fri, 29 May 1998 13:42:25 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA00678; Fri, 29 May 1998 13:42:14 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 13:42:14 -0700 (PDT) From: Doug White Reply-To: Doug White To: Mail server cc: freebsd-questions@FreeBSD.ORG Subject: Re: c++ In-Reply-To: <01bd8b06$94de4060$1bc3100a@imrol.att.cmg.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998, Mail server wrote: > Hello > I am a new c++ programmer > Can you mail me some suggestions what > to do to learn this quick and some simple c++ programs You'll have better luck if you go to your local bookstore and find some good books on c++. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 14:49:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA07252 for freebsd-questions-outgoing; Fri, 29 May 1998 13:48:09 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA07116 for ; Fri, 29 May 1998 13:47:34 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA00707; Fri, 29 May 1998 13:47:24 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 13:47:24 -0700 (PDT) From: Doug White Reply-To: Doug White To: Norma Herrera cc: freebsd-questions@FreeBSD.ORG Subject: Re: c compiler problem In-Reply-To: <356ED0F2.FC286074@cicese.mx> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998, Norma Herrera wrote: > Hello everyone ! > > I have a problem with my freebsd. I want to compile a port, but > when i run configure it say me the C compiler has a problem. > How can I to install de cc compiler ?. I have freeBSD 2.2.1 What problem? cc comes with the system by default. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 14:51:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA05904 for freebsd-questions-outgoing; Fri, 29 May 1998 13:42:22 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA05772 for ; Fri, 29 May 1998 13:41:53 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA00674; Fri, 29 May 1998 13:41:36 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 13:41:36 -0700 (PDT) From: Doug White Reply-To: Doug White To: Jan Conrad cc: freebsd-questions@FreeBSD.ORG Subject: Re: NFS-options In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998, Jan Conrad wrote: > How can I find out what NFS-options are currently in use for a filesystem? > On most other systems I know 'mount' simply shows the active options. But > on FreeBSD-2.2.5 mount doesn't show nothing - not even with 'mount -p'. What do you mean by `nfs options'? The only info is between the nfsd command line and /etc/exports. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 14:53:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA06239 for freebsd-questions-outgoing; Fri, 29 May 1998 13:44:03 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA06138 for ; Fri, 29 May 1998 13:43:25 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA00682; Fri, 29 May 1998 13:43:13 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 13:43:13 -0700 (PDT) From: Doug White Reply-To: Doug White To: Justus Calvin cc: freebsd-questions@FreeBSD.ORG Subject: Re: plug and play kernel option In-Reply-To: <19980529134456.4037.qmail@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998, Justus Calvin wrote: > last night i was recompiling my kernel and tried to add the line > > options pnp0 ^^^^^^^ I'ts not an option, it's a controller: controller pnp0 > my question to you is, is pnp0 supported in the 2.2.5 release, is it an > option that will be added in the future, or did i just enter the line > wrong. No, it's in 2.2.6 and later. You can get a patch to 2.2.5 that will make it work tho. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 14:55:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA05308 for freebsd-questions-outgoing; Fri, 29 May 1998 13:40:16 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA05144 for ; Fri, 29 May 1998 13:39:41 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA00667; Fri, 29 May 1998 13:39:26 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 13:39:25 -0700 (PDT) From: Doug White Reply-To: Doug White To: Harry Patterson cc: freebsd-questions Subject: Re: Sendmail oddness In-Reply-To: <01bd8af1$4d0b9cc0$055da8c0@hp.visiontm.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 Fri, 29 May 1998, Harry Patterson wrote: > However, I am still having delivery problems with one inbound message > and 1 outbound message. I've included the bounced read error message > below and the maillog messages from the inbound and outbound message > failures. Looks like you're having some trouble contacting the end host. MSN appears to be having some problems :) You might try disabling tcp extensions in /etc/rc.conf. > 451 ... reply: read error from > upimssmtpsys01.email.msn.com. > ... Deferred: Operation timed out with > upimssmtpsys01.email.msn.com. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 14:57:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA07603 for freebsd-questions-outgoing; Fri, 29 May 1998 13:49:23 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from conecta.com.br ([200.197.116.20]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA07491 for ; Fri, 29 May 1998 13:48:49 -0700 (PDT) (envelope-from Gerlan@conecta.com.br) Received: from CTSC-Message_Server by conecta.com.br with Novell_GroupWise; Fri, 29 May 1998 17:37:14 -0300 Message-Id: X-Mailer: Novell GroupWise 4.1 Date: Fri, 29 May 1998 16:51:57 -0300 From: Gerlan Cavalcante Ferreira To: questions@FreeBSD.ORG Subject: chat server Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id NAA07519 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello!! I`d like to know if you have any chat Chat Server to sale. But need transfer file and private chat. If you can help me. Gerlan Conecta Tecnologia em Sistemas de Comunicação LTDA. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 15:03:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA05230 for freebsd-questions-outgoing; Fri, 29 May 1998 13:40:04 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA05136 for ; Fri, 29 May 1998 13:39:38 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id NAA00658; Fri, 29 May 1998 13:36:45 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 29 May 1998 13:36:44 -0700 (PDT) From: Doug White Reply-To: Doug White To: Dale Tuck cc: "'freebsd-questions@FreeBSD.ORG'" Subject: Re: Kernel Conflict In-Reply-To: <01BD8AE8.16E64F40.tuckd@chepsa.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 Fri, 29 May 1998, Dale Tuck wrote: > We use FreeBSD to drive our logistics management software. One of the > problems I am having is getting PPP support going while on the network. I > removed the comment out of line "pseudo devide ppp1" in my kernel to allow > dialup to occur but it now hangs my PC just after device lo0 appears. My > network card is ep0 and use lo0 to access to external modem (is this > correct?). No, lo0 is the loopback ethernet interface. Your modem is probably /dev/cuaa0 or /dev/ttyd0. > A copy of my dmesg output (using generic - as I said the new kernel with > the ppp line not commented out doesn't work) , please advise if you need > anything else! Looks all in order even though you're running 2.2.1. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 15:11:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA15661 for freebsd-questions-outgoing; Fri, 29 May 1998 15:11:10 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lincc.lincc.lib.or.us (lincc.lincc.lib.or.us [198.107.142.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA15604 for ; Fri, 29 May 1998 15:10:47 -0700 (PDT) (envelope-from george@lincc.lib.or.us) Received: from localhost (george@localhost) by lincc.lincc.lib.or.us (8.8.5/8.8.5) with SMTP id PAA07671; Fri, 29 May 1998 15:10:38 -0700 (PDT) Date: Fri, 29 May 1998 15:10:38 -0700 (PDT) From: George Yobst To: freebsd-questions@FreeBSD.ORG cc: George Yobst Subject: VT100 escape codes Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, Does anyone know where I can get a list of the escape codes for vt100's? I'm looking to find out the codes to turn off the application and cursor key modes. More specifically, Lynx is leaving them on, so the number pad is usless when exiting. Thanks! -George --------------------------------------------------------------------- George Yobst, Automation Specialist email: george@lincc.lib.or.us LINCC phone: 503-794-3890 16239 SE McLoughlin Blvd, Suite 208 fax: 503-655-8555 Oak Grove, OR 97267-4654 webmaster: [www.]lincc.lib.or.us "...it is impossible for anyone to begin to learn what he thinks he already knows." - Epictetus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 15:35:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA19915 for freebsd-questions-outgoing; Fri, 29 May 1998 15:35:47 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.seidata.com (ns1.seidata.com [208.10.211.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA19788 for ; Fri, 29 May 1998 15:34:56 -0700 (PDT) (envelope-from mike@seidata.com) Received: from localhost (mike@localhost) by ns1.seidata.com (8.8.8/8.8.5) with SMTP id SAA20380; Fri, 29 May 1998 18:34:10 -0400 (EDT) Date: Fri, 29 May 1998 18:34:10 -0400 (EDT) From: Mike To: Doug White cc: freebsd-questions@FreeBSD.ORG Subject: Re: Adaptec 7895P In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998, Doug White wrote: > What does the probe line(s) for the device look like? None shown... That's what's odd. > This is a 7895 which is only supported with the CAM patches. *nod* That's what another told me... > It's straightforward. The device/vendor ID doesn't match any known in any > driver. I just disabled the on-board controller and used an Adaptec 2940UW. Works for me... ;) I think it's time for me to subscribe to freebsd-scsi (didn't know it existed before now :). Also, someone told me DPT is a far-better choice for SCSI controllers than Adaptec when it comes to FreeBSD. I'd appreciate any opinions on this. -mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 15:41:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA21148 for freebsd-questions-outgoing; Fri, 29 May 1998 15:41:42 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ii.pilsnet.sunet.se (ii.pilsnet.sunet.se [192.36.125.164]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA21039 for ; Fri, 29 May 1998 15:41:02 -0700 (PDT) (envelope-from bengan@ii.pilsnet.sunet.se) Received: (from bengan@localhost) by ii.pilsnet.sunet.se (8.8.8/8.8.5) id AAA13621; Sat, 30 May 1998 00:40:38 +0200 (CEST) Message-ID: <19980530004037.C13391@sunet.se> Date: Sat, 30 May 1998 00:40:37 +0200 From: Bengt Gorden To: Forrest Aldrich , freebsd-questions@FreeBSD.ORG Subject: Re: BSD/OS binaries on FreeBSD Mail-Followup-To: Forrest Aldrich , freebsd-questions@FreeBSD.ORG References: <199805291750.NAA26235@drama.navinet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199805291750.NAA26235@drama.navinet.net>; from Forrest Aldrich on Fri, May 29, 1998 at 01:50:41PM -0400 X-Mutt-References: <199805291750.NAA26235@drama.navinet.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, May 29, 1998 at 01:50:41PM -0400, Forrest Aldrich wrote: > I've given up on free LDAP, it doesn't work, and has too much We've got a guy in SUNET (swedish university network) that is working on a free catalog service. I think that he is basing his work on LDAP. Maybe that would keep you from migrating? :-) Please let me know if you like to contact him. > administrative overhead to get running properly. I wanted to try > Netscape's Directory Server, but if we can't get it, we'll have to move > from FreeBSD to Solaris unfortunately (and I dread that). But you are mailing from windows (Eudora). :-) I see a lot of folks here that is using Eudora on W95. Does thas meen that people are actually using W95? -- /Bengan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 15:55:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA23891 for freebsd-questions-outgoing; Fri, 29 May 1998 15:55:12 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from horse.supranet.net (bossenbr@horse.supranet.net [205.164.160.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA23807 for ; Fri, 29 May 1998 15:54:37 -0700 (PDT) (envelope-from bossenbr@horse.supranet.net) Received: from localhost (bossenbr@localhost) by horse.supranet.net (8.8.7/8.8.7) with SMTP id RAA19069 for ; Fri, 29 May 1998 17:54:26 -0500 (CDT) Date: Fri, 29 May 1998 17:54:25 -0500 (CDT) From: Brandon Bossenbroek To: questions@FreeBSD.ORG Subject: Dial-up Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have an acer note light laptop and I'm trying to dial up my ISP through freebsd. I have given up using my internal modem, as I cannot get the kernel to recognize com2-4. Anyway, I have an external modem that I had lying around hooked up to com1. When I type "dial supranet(ISP)" the "TR" light goes on on the modem and then it says "dial failed". So, it seems to be opening the modem and then timing out. Here is the contents of my ppp.conf file: default: set device /dev/cuaa0 set speed 115200 disable lqr deny lqr set dial "ABORT BUSY ABORT NO\\s CARRIER TIMEOUT 5 \"\" \ ATE1Q0 OK-ATZ-OK \\aATDT\\T TIMEOUT 40 CONNECT" supranet: set phone: ******* set openmode active disable pred1 deny pred1 accept pap deny chap set authname username set authkey password My modem is a Eagle V.32 Data/Fax by Digicom Systems Inc. Also, when I type "term" it doesn't respond to "at" commands or echo them. I have tried different paritys with the same result. If I type "set log +chat" where can I view the log file to see what's going on? Sorry, I'm fairly new to freebsd. Any help would be very much appreciated. -Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 16:15:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA26939 for freebsd-questions-outgoing; Fri, 29 May 1998 16:15:05 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from aphrodite.harbor.ab.ca (aphrodite.harbor.ab.ca [198.161.82.75]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA26872 for ; Fri, 29 May 1998 16:14:33 -0700 (PDT) (envelope-from mathezer@harbor.ab.ca) Received: from clunk.harbor.ab.ca by aphrodite.harbor.ab.ca with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1458.49) id JSF3D292; Fri, 29 May 1998 17:14:10 -0600 Date: Fri, 29 May 1998 17:14:10 -0600 (MDT) From: Stephen Mathezer Reply-To: Stephen Mathezer To: questions@FreeBSD.ORG Subject: xemacs-20.4 install problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to compile xemacs-20.4 on 2.2.6 which goes fine until I try to do a make install. I am doing this from the tar file downloaded directly from ftp.xemacs.org, not the port but I took a quick look and the port doesn't seem to patch anything much of importance. When make install tries to dump xemacs, I get the following: ... Loading /export/zips/xemacs-20.4/lisp/vc/auto-autoloads... Loading /export/zips/xemacs-20.4/lisp/viper/auto-autoloads... Loading /export/zips/xemacs-20.4/lisp/vm/auto-autoloads... Loading /export/zips/xemacs-20.4/lisp/w3/auto-autoloads... Loading /export/zips/xemacs-20.4/lisp/x11/auto-autoloads... Loading site-load... Finding pointers to doc strings... Finding pointers to doc strings...done Dumping under the name xemacs Purespace usage: 704584 of 705096 (100%). Process killed due to text file modification Process killed due to text file modification Killed *** Error code 137 Stop. *** Error code 1 Stop. Does anyone have any ideas. Thanks -Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 16:28:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA29229 for freebsd-questions-outgoing; Fri, 29 May 1998 16:28:53 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from marine.sonic.net (marine.sonic.net [208.201.224.37]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA29188 for ; Fri, 29 May 1998 16:28:35 -0700 (PDT) (envelope-from lfloyd@sonic.net) Received: (qmail 13776 invoked from network); 29 May 1998 23:29:46 -0000 Received: from unknown (HELO sub.sonic.net) (208.201.224.8) by marine.sonic.net with SMTP; 29 May 1998 23:29:46 -0000 Received: from sonic.net (d193.pm13.sonic.net [208.201.230.193]) by sub.sonic.net (8.8.8/8.8.5) with ESMTP id QAA17087 for ; Fri, 29 May 1998 16:28:26 -0700 X-envelope-info: Message-ID: <356F44E3.7D77CB42@sonic.net> Date: Fri, 29 May 1998 16:29:39 -0700 From: Larry Floyd Organization: MonkeyPuzzle Solutions X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Trying to run Wingz Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have installed Wingz from my FBSD CD 2.2.5 and (hopefully) all the Linux libraries to run Wingz. However, when I try to run Wingz, I get the message: [2] 553 [1] - Done (127) wingz $ ELF binary type not known [2] + Abort Wingz Any clues as to what is going on? Thanks for any help. - Larry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 16:29:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA29285 for freebsd-questions-outgoing; Fri, 29 May 1998 16:29:23 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pm01sm.pmm.mci.net (pm01sm.pmm.mci.net [208.159.126.150]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA29265 for ; Fri, 29 May 1998 16:29:11 -0700 (PDT) (envelope-from chart@mci2000.com) Received: from clh2 (usr31-dialup56.mix2.Boston.mci.net) by PM01SM.PMM.MCI.NET (PMDF V5.1-10 #27033) with SMTP id <0ETQ00N8SRVMKO@PM01SM.PMM.MCI.NET> for freebsd-questions@FreeBSD.ORG; Fri, 29 May 1998 23:28:36 +0000 (GMT) Date: Fri, 29 May 1998 19:26:09 -0400 From: chart Subject: PLEASE HELP!!! To: freebsd-questions@FreeBSD.ORG Message-id: <000801bd8b59$69018760$b84a37a6@clh2.ismd.ups.com> MIME-version: 1.0 X-Mailer: Microsoft Outlook Express 4.72.2106.4 Content-type: multipart/alternative; boundary="----=_NextPart_000_0004_01BD8B37.A253B960" X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 X-Priority: 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_01BD8B37.A253B960 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable - I heed someones help please. =20 I install freebsd 2.2.6 and I was trying to find out how to allow = remote login access for root. It's not in any man page. on sun you just = edit the login file but I dont have a clue on freebsd. Anyway I was mucking around and added some entries to the /etc/ttys = file . Like so: ttyt0 none network no secure I added this to all of the entries that have network beside them. Well this is causing my machine to boot and start this looping that = complains about it cant find ttyt0 and all of the others #'s that scrool = off the screen. I cant break the scrolling or login in to the other = terms becaues the system runs out of processes. I cant boot single user mode because the root_file system will be=20 read_only. And I cant boot from the install floppy because theres no = mount command on the floppy disks. There has to be some kind of way to boot a trouble system before the = ttys file is looked at. Thanks! Clarence ------=_NextPart_000_0004_01BD8B37.A253B960 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

-
    I heed someones help = please.  =20
 
I  install freebsd 2.2.6  and I was trying = to find=20 out how to allow remote login access for root.  It's not in any man = page.=20 on sun you just edit the login file but I dont have a clue on=20 freebsd.
Anyway I was mucking around and added some entries = to=20 the   /etc/ttys file . Like so:
    ttyt0   =20 none        network   no=20 secure
 
I added this to all of the entries = that have=20 network beside them.
Well this is causing my machine to boot and start = this looping=20 that complains about it cant find ttyt0 and all of the others #'s that = scrool=20 off the screen.  I cant break the scrolling or login in to the = other terms=20 becaues the system runs out of processes.
I cant boot single user mode because the root_file = system will=20 be
read_only.  And I cant boot from the install = floppy=20 because theres no mount command on the floppy disks.
 
There has to be some kind of way to boot a trouble = system=20 before the ttys file is looked at.
 
Thanks!
 
Clarence
------=_NextPart_000_0004_01BD8B37.A253B960-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 16:31:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA29692 for freebsd-questions-outgoing; Fri, 29 May 1998 16:31:08 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from java.dpcsys.com (java.dpcsys.com [206.16.184.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA29566 for ; Fri, 29 May 1998 16:30:42 -0700 (PDT) (envelope-from dan@dpcsys.com) Received: from localhost (dan@localhost) by java.dpcsys.com (8.8.7/8.8.2) with SMTP id QAA07587; Fri, 29 May 1998 16:31:16 -0700 (PDT) Date: Fri, 29 May 1998 16:31:16 -0700 (PDT) From: Dan Busarow To: Jordan cc: freebsd-questions@FreeBSD.ORG Subject: Re: Also In-Reply-To: <356F25DA.608A7A3A@usa.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998, Jordan wrote: > If you were unable to install linux, would it be possible that FreeBSD > would install? Actually the LILO wouldnt install. Things have undoubtedly changed, but, my first use of FreeBSD was about 2.5 years ago. I had been trying to install the Caldera preview with no success. Decided to give FreeBSD a try and had an install over the net going within ten minutes. Had a working system in a half hour. Haven't looked back. Dan -- Dan Busarow 949 443 4172 DPC Systems / Beach.Net dan@dpcsys.com Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 09 DB FD E1 DD 0C 82 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 16:38:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01447 for freebsd-questions-outgoing; Fri, 29 May 1998 16:38:42 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from epic5.Stanford.EDU (epic5.Stanford.EDU [171.64.15.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA01421 for ; Fri, 29 May 1998 16:38:26 -0700 (PDT) (envelope-from kutta@leland.Stanford.EDU) Received: (from kutta@localhost) by epic5.Stanford.EDU (8.8.8/8.8.4) id QAA21785 for questions@freebsd.org; Fri, 29 May 1998 16:38:19 -0700 (PDT) From: "John W. Chang" Message-Id: <199805292338.QAA21785@epic5.Stanford.EDU> Subject: another question... To: questions@FreeBSD.ORG Date: Fri, 29 May 1998 16:38:19 -0700 (PDT) X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Are all three BSD flavored OS's worked on by different divisions within the same organization or are they three distinct, completely separate groups??? And are any related directly to BSDI??? Just curious... I'm a Linux user and just started get interested in the BSD flavors recently. thanks for your help. John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 17:02:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA04591 for freebsd-questions-outgoing; Fri, 29 May 1998 17:02:52 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: (from grog@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA04514 for FreeBSD-questions@FreeBSD.org; Fri, 29 May 1998 17:02:25 -0700 (PDT) (envelope-from grog) Date: Fri, 29 May 1998 17:02:25 -0700 (PDT) From: Greg Lehey Message-Id: <199805300002.RAA04514@hub.freebsd.org> To: FreeBSD-questions@FreeBSD.ORG Subject: "The Complete FreeBSD", first edition: errata and addenda Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, "The Complete FreeBSD", published by Walnut Creek, is no exception. Since going to press, a number of anomalies have surfaced. The following is a list of modifications which go beyond simple typos. They relate to the first edition, formatted on 19 July 1996. If you have this book, please check this list. If you have the second edition (16 December 1997), please check the parallel posting or get the file at ftp://www.lemis.com/pub/cfbsd/errata-2. I apply these changes to the current source of the book, so if you buy a later edition, they will be in it as well. If you find a bug or a suspected bug in the book, please contact me (grog@freebsd.org). --- Changes: 5 December 1996 --- Page 192: Middle of the page, the indented small print comment. Replace with: If your system doesn't have the directory /usr/src/sys, then the kernel source has not been installed. To install from the CD-ROM, perform the following steps: # mkdir -p /usr/src/sys # ln -s /usr/src/sys /sys # cd / # cat /cdrom/dists/src/sys.* | tar xzvf - The symbolic link /sys for /usr/src/sys is not strictly necessary, but it's a good idea: some software uses it, and otherwise you may end up with two different copies of the sources. --- Changes: 28 November 1996 --- Page 135, second paragraph: replace with In addition, you may need to create the device nodes if they don't already exist. By default, the system contains four virtual terminal devices in the /dev directory. If you use more than this number, you must create them, either with MAKEDEV (see page 162), or with mknod (see page 573). When calculating how many devices you need, note that if you intend to run X11, you need a terminal device without a getty for the X server. For example, if you have enabled /dev/ttyv3, /dev/ttyv4, and /dev/ttyv5, and you also want to run X, you will need a total of 7 virtual terminals (/dev/ttyv0 through /dev/ttyv6). With MAKEDEV, you specify how many virtual terminals you need: # cd /dev # ./MAKEDEV vty7 make 7 vtys Alternatively, you can do this with mknod: # cd /dev # ls -l ttyv0 crw------- 1 root wheel 12, 0 Nov 28 10:25 ttyv0 # mknod ttyv3 c 12 3 # mknod ttyv4 c 12 4 # mknod ttyv5 c 12 5 # mknod ttyv6 c 12 6 In this example, you list the entry for /dev/ttyv0 in order to check the major device number of the virtual terminals (that's the 12, in this example; it may change from one release to another). You need to specify this number to mknod. For more details about major and minor device numbers, see page 160. --- Changes: 20 November 1996 --- Figure 10-4, page 172: The devices in the FreeBSD slice are called /dev/sd1s2a through /dev/sd1s2h, not /dev/sd1s3a through /dev/sd1s3h as shown. Figure 10-6, page 176: The devices in the FreeBSD slice are *still* called /dev/sd1s2a through /dev/sd1s2h, not /dev/sd1s1a through /dev/sd1s1h as shown. (Well, at least the average turned out right :-) The man page section (pages 225 to 766) was sorted by ASCII name of the man page, with the result that the man pages whose names start with upper-case letters come before those whose names start with lower-case letters. Sorry about that. If you're looking for a man page, probably the best place to start is in the Table of Contents on page vi. The man pages are really just excerpts. The total FreeBSD man pages format to some 6,000 pages, far more than I could possibly put in this book. --- Changes: 1 November 1996 --- Major changes: 1. No difference in installation from ATAPI CD-ROM drives. When "The Complete FreeBSD" was written, you still needed a separate installation procedure for installing from ATAPI CD-ROM drives. This is no longer the case. The following modifications to the text come as a result: Page 14, table: Remove references to atapiflp.bat and inst_ide.bat. FreeBSD 2.1.5 no longer has separate boot floppies and installation procedures for ATAPI CD-ROM drives. Page 29: Remove the text "You will also need a different boot disk (/cdrom/floppies/atapi.flp). If you are creating the boot floppy with MS-DOS, you can use the file ATAPIFLP.BAT to create the floppy." The resultant text reads: IDE CD-ROM drives, more properly called ATAPI CD-ROM drives, are a new kind of CD-ROM drive which connect to the same controller as your IDE hard disk. Currently, FreeBSD 2.1.5 support for ATAPI CD-ROM drives is in alpha test. In order to install from an ATAPI CD-ROM, the drive must be jumpered as slave device. The installation may or may not work--please let us know if it doesn't, especially if you can give us some indication about the cause of the trouble. You can also create this boot diskette with the aid of the VIEW program (see Chapter 4, Installing FreeBSD, page 38). Page 35: Remove the points referring to atapi.flp. The text for the third box from the bottom of the page should read: If the direct boot doesn't work, you will need to make a boot floppy, which may be either a 3 1/2" or a 5 1/4" diskette. Create a boot floppy by copying the image /cdrom/boot.flp to diskette. Refer to Chapter 2, Installing FreeBSD, page 39. If you have an IDE (ATAPI) CD-ROM drive, see also the section on this kind of drive in Chapter 2, Installation Concepts, page 29. Page 43, after first example: remove references to ATAPI. The resultant text should read: Don't try this from MS Windows--the installation will fail with the message not enough memory. The boot will progress in the same way as if you had booted from floppy. The advantage of starting VIEW is that you get more documentation: ultimately VIEW will start INSTALL to boot the system. INSTALL doesn't always work. It depends on what drivers or TSRs are in your system. There's no reason to try changing your MS-DOS configuration to get it to work: it's a lot easier just to boot from floppy (see page 38 for further information). 2. Changes to section on installing a second disk. Page 170: The bottom paragraph should read: When the message Three seconds until format begins... appears, you can still change your mind by hitting CTRL-C before the message Formatting... appears. After that, you can't stop the format: most disks can perform a format by themselves, so scsiformat just issues the command to format the disk. Since there is no SCSI bus activity, the disk activity lamp will also not light up, and since the scsiformat program will just be waiting and not using any CPU time, you could easily get the impression the nothing is going on. The disk format can take a long time--depending on the disk, up to 90 minutes. Page 173, after table 10-5: Add the text If you're unlucky, fdisk will give you a completely different idea of the disk geometry from what scsiformat did. Possibly you can decide by examination which program is wrong, or maybe you can look at the dmesg output for a tie-breaker. In all cases I have seen, it has been fdisk that returned the incorrect information, and only when the disk did not have a valid partition table. For example, this happened with a disk formatted for BSD/OS: # scsiformat sd1 MICROP 2112-15MQ1094802 HQ48 Mode data length: 35 Medium type: 0 Device Specific Parameter: 0 Block descriptor length: 8 Density code: 0 Number of blocks: 2051615 Reserved: 0 Block length: 512 PS: 1 Reserved: 0 Page code: 4 Page length: 22 Number of Cylinders: 1760 Number of Heads: 15 Starting Cylinder-Write Precompensation: 0 Starting Cylinder-Reduced Write Current: 0 Drive Step Rate: 0 Landing Zone Cylinder: 0 Reserved: 0 RPL: 0 Rotational Offset: 0 Reserved: 0 Medium Rotation Rate: 5400 Reserved: 0 Reserved: 0 # fdisk sd1 ******* Working on device /dev/rsd1 ******* parameters extracted from in-core disklabel are: cylinders=160 heads=256 sectors/track=50 (12800 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=160 heads=256 sectors/track=50 (12800 blks/cyl) Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 0 is: sysid 255,(BBT (Bad Blocks Table)) start 1023744, size 2108293151 (1029440 Meg), flag 0 beg: cyl 768/ sector 15/ head 147; end: cyl 0/ sector 0/ head 255 The data for partition 1 is: sysid 101,(Novell Netware 3.xx) start 1646292846, size 1814062195 (885772 Meg), flag 0 beg: cyl 356/ sector 50/ head 0; end: cyl 256/ sector 50/ head 114 The data for partition 2 is: sysid 0,(unused) start 0, size 0 (0 Meg), flag 61 beg: cyl 364/ sector 37/ head 98; end: cyl 0/ sector 0/ head 0 The data for partition 3 is: Looking at the output from dmesg, we see: (aha0:1:0): "MICROP 2112-15MQ1094802 HQ48" type 0 fixed SCSI 2 sd1(aha0:1:0): Direct-Access 1001MB (2051615 512 byte sectors) sd1(aha0:1:0): with 1760 cyls, 15 heads, and an average 77 sectors/track In this case, then, you should use the parameters 1760 cylinders, 15 heads, and 77 sectors per track. What's less obvious here is the number of cylinders: fdisk doesn't have an opinion, and scsiformat and dmesg decided it has 2,051,615 sectors. Unfortunately, if you calculate the number according to the formula cylinders x heads x sectors, you'll come up with a different result: in this case 1760 x 15 x 77 = 2,032,800. How come? The disks report the total number of sectors, including spare tracks and such, but you can't use them all. The 2,032,800 is the correct number, and if you try to specify 2,051,615 to disklabel, it will spit out lots of messages about partitions which go beyond the end of the disk. Page 173, middle of page. Change the text after the "no magic" message to: The message no magic doesn't mean that fdisk is out of purple smoke. It refers to the fact that it didn't find the so-called magic number, which identifies the partition table. Since we don't have a partition table yet, this message isn't surprising. It's also completely harmless. Page 173, last example. Remove the first 22 lines, from ******* Working on device /dev/rsd1 ******* to, but not including the next occurrence of this line. Page 177, bulleted list: add the bullet * The total number of sectors in the partition. Calculate the number from the the formula cylinders x heads x sectors, even if you are using the whole disk: the output from dmesg or scsiformat is not correct here. Page 178, middle of page: after # disklabel -w -r /dev/sd1c cdc94161 insert When you do this, expect a kernel message (in high-intensity display) saying ``Cannot find disk label''. Since there isn't any label, it can't be found. This is another harmless chicken and egg problem. Page 182: In the section "Creating the file systems", add the first line to the example: # newfs /dev/rsd1h Further down the page, the last example should also read # newfs /dev/rsd1h 3. Other changes Page 41, after the heading "Installing from an MS-DOS partition". Add the text: It's also possible to install from a primary MS-DOS partition on the first disk. At the moment, it's not possible to install from extended partitions. Page 136, bottom: Add the text If you are changing the root password, be careful: it's easy enough to lock yourself out of the system if you mess things up, which could happen if, for example, you mistyped the password twice in the same way (don't laugh, it happens). If you're running X, open another window and use su to become root. If you're running in character mode, select another virtual terminal and log in as root there. Only when you're sure you can still access root should you log out. Page 152, just before the heading "The online manual". Add: Yes, you really need to run latex three times in order to build the cross-references. Page 199, the end of the multipage table is garbled. It should read: ze0 214 IBM/National Semiconductor PCMCIA ethernet controller zp0 214 3Com PCMCIA Etherlink III Page 205: Change the section titled "lpt0" to: lpt0 through lpt2 are the three printer ports you could conceivably have. Most people don't have three printers: you can comment out the definitions of the printers which you don't have. Page 208, bottom of page: swap the italicized headings "Adaptec 274X controller" and "Adaptec 1274X controller" Many thanks to Paul DuBois and Jerry Dunham for finding many of these bugs. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 17:02:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA04602 for freebsd-questions-outgoing; Fri, 29 May 1998 17:02:59 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: (from grog@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA04504 for FreeBSD-questions@FreeBSD.org; Fri, 29 May 1998 17:02:19 -0700 (PDT) (envelope-from grog) Date: Fri, 29 May 1998 17:02:19 -0700 (PDT) From: Greg Lehey Message-Id: <199805300002.RAA04504@hub.freebsd.org> To: FreeBSD-questions@FreeBSD.ORG Subject: How to get best results from FreeBSD-questions Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How to get the best results from FreeBSD questions. =================================================== Last update 23 February 1998 This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that at least one of the following things was wrong with your message: - You left out a subject line, or the subject line was not appropriate. - You formatted it in such a way that it was difficult to read. - You asked more than one unrelated question in one message. - You sent out a message with an incorrect date, time or time zone. - You sent out the same message more than once. - You sent an 'unsubscribe' message to FreeBSD-questions. If you have done any of these things, there is a good chance that you will get more than one copy of this message from different people. Read on, and your next message will be more successful. This document is also available on the web at http://www.lemis.com/questions.html. ===================================================================== Contents: I: Introduction II: How to unsubscribe from FreeBSD-questions III: Should I ask -questions or -hackers? IV: How to submit a question to FreeBSD-questions V: How to answer a question to FreeBSD-questions I: Introduction =============== This is a regular posting aimed to help both those seeking advice from FreeBSD-questions (the "newcomers"), and also those who answer the questions (the "hackers"). Note that the term "hacker" has nothing to do with break- ing into other people's computers. The correct term for the latter activity is "cracker", but the popular press hasn't found out yet. The FreeBSD hackers disapprove strongly of cracking security, and have nothing to do with it. In the past, there has been some friction which stems from the different viewpoints of the two groups. The newcomers accused the hackers of being arrogant, stuck-up, and unhelpful, while the hackers accused the newcomers of being stupid, unable to read plain English, and expecting everything to be handed to them on a silver platter. Of course, there's an element of truth in both these claims, but for the most part these viewpoints come from a sense of frustration. In this document, I'd like to do something to relieve this frustration and help everybody get better results from FreeBSD-questions. In the following section, I recommend how to submit a question; after that, we'll look at how to answer one. II: How to unsubscribe from FreeBSD-questions ============================================== When you subscribed to FreeBSD-questions, you got a welcome message from Majordomo@FreeBSD.ORG. In this message, amongst other things, it told you how to unsubscribe. Here's a typical message: Welcome to the freebsd-questions mailing list! If you ever want to remove yourself from this mailing list, you can send mail to "Majordomo@FreeBSD.ORG" with the following command in the body of your email message: unsubscribe freebsd-questions Greg Lehey Here's the general information for the list you've subscribed to, in case you don't already have it: FREEBSD-QUESTIONS User questions This is the mailing list for questions about FreeBSD. You should not send "how to" questions to the technical lists unless you consider the question to be pretty technical. Normally, unsubscribing is even simpler than the message suggests: you don't need to specify your mail ID unless it is different from the one which you specified when you subscribed. If Majordomo replies and tells you (incorrectly) that you're not on the list, this may mean one of two things: 1. You have changed your mail ID since you subscribed. That's where keeping the original message from majordomo comes in handy. For example, the sample message above shows my mail ID as grog@lemis.de. Since then, I have changed it to grog@lemis.com. If I were to try to remove grog@lemis.com from the list, it would fail: I would have to specify the name with which I joined. 2. You're subscribed to a mailing list which is subscribed to FreeBSD-questions. If that's the case, you'll have to figure out which one it is and get your name taken off that one. If you're not sure which one it might be, check the headers of the messages you receive from freebsd-questions: maybe there's a clue there. If you've done all this, and you still can't figure out what's going on, send a message to Postmaster@FreeBSD.org, and he will sort things out for you. Don't send a message to FreeBSD-questions: they can't help you. III: Should I ask -questions or -hackers? ========================================= Two mailing lists handle general questions about FreeBSD, FreeBSD-questions and FreeBSD-hackers. In some cases, it's not really clear which group you should ask. The following criteria should help for 99% of all questions, however: If the question is of a general nature, ask FreeBSD-questions. Examples might be questions about intstalling FreeBSD or the use of a particular UNIX utility. If you think the question relates to a bug, but you're not sure, or you don't know how to look for it, send the message to FreeBSD-questions. If the question relates to a bug, and you're sure that it's a bug (for example, you can pinpoint the place in the code where it happens, and you maybe have a fix), then send the message to FreeBSD-hackers. If the question relates to enhancements to FreeBSD, and you can make suggestions about how to implement them, then send the message to FreeBSD-hackers. There are also a number of other specialized mailing lists, for example FreeBSD-isp, which caters to the interests of ISPs (Internet Service Providers) who run FreeBSD. If you happen to be an ISP, this doesn't mean you should automatically send your questions to FreeBSD-isp. The criteria above still apply, and it's in your interest to stick to them, since you're more likely to get good results that way. IV: How to submit a question ============================= When submitting a question to FreeBSD-questions, consider the following points: 1. Remember that nobody gets paid for answering a FreeBSD question. They do it of their own free will. You can influence this free will positively by submitting a well-formulated question supplying as much relevant information as possible. You can influence this free will negatively by submitting an incomplete, illegible, or rude question. It's perfectly possible to send a message to FreeBSD-questions and not get an answer even if you follow these rules. It's much more possible to not get an answer if you don't. In the rest of this document, we'll look at how to get the most out of your question to FreeBSD-questions. 2. Not everybody who answers FreeBSD questions reads every message: they look at the subject line and decide whether it interests them. Clearly, it's in your interest to specify a subject. ``FreeBSD problem'' or ``Help'' aren't enough. If you provide no subject at all, many people won't bother reading it. If your subject isn't specific enough, the people who can answer it may not read it. 3. Format your message so that it is legible, and PLEASE DON'T SHOUT!!!!!. We appreciate that a lot of people don't speak English as their first language, and we try to make allowances for that, but it's really painful to try to read a message written full of typos or without any line breaks. A lot of badly formatted messages come from bad mailers or badly configured mailers. The following mailers are known to send out badly formatted messages without you finding out about them: Eudora exmh Microsoft Exchange Microsoft Internet Mail Microsoft Outlook Netscape As you can see, the mailers in the Microsoft world are frequent offenders. If at all possible, use a UNIX mailer. If you must use a mailer under Microsoft environments, make sure it is set up correctly. Try not to use MIME: a lot of people use mailers which don't get on very well with MIME. For further information on this subject, check http://www.lemis.com/email.html. 4. Make sure your time and time zone are set correctly. This may seem a little silly, since your message still gets there, but many of the people you are trying to reach get several hundred messages a day. They frequently sort the incoming messages by subject and by date, and if your message doesn't come before the first answer, they may assume they missed it and not bother to look. 5. Don't include unrelated questions in the same message. Firstly, a long message tends to scare people off, and secondly, it's more difficult to get all the people who can answer all the questions to read the message. 6. Specify as much information as possible. This is a difficult area, and we need to expand on what information you need to submit, but here's a start: If you get error messages, don't say ``I get error messages'', say (for example) ``I get the error message 'No route to host'''. If your system panics, don't say ``My system panicked'', say (for example) ``my system panicked with the message 'free vnode isn't'''. If you have difficulty installing FreeBSD, please tell us what hardware you have. In particular, it's important to know the IRQs and I/O addresses of the boards installed in your machine. If you have difficulty getting PPP to run, describe the configuration. Which version of PPP do you use? What kind of authentication do you have? Do you have a static or dynamic IP address? What kind of messages do you get in the log file? 7. If you do all this, and you still don't get an answer, there could be other reasons. For example, the problem is so complicated that nobody knows the answer, or the person who does know the answer was offline. If you don't get an answer after, say, a week, it might help to re-send the message. If you don't get an answer to your second message, though, you're probably not going to get one from this forum. Resending the same message again and again will only make you unpopular. To summarize, let's assume you know the answer to the following question (yes, it's the same one in each case :-). You choose which of these two questions you would be more prepared to answer: Message 1: Subject: (none) I just can't get hits damn silly FereBSD system to workd, and Im really good at this tsuff, but I have never seen anythign sho difficult to install, it jst wont work whatever I try so why don't y9ou guys tell me what I doing wrong. ---------------------------------------------------------------------- Message 2: Subject: Problems installing FreeBSD I've just got the FreeBSD 2.1.5 CD-ROM from Walnut Creek, and I'm having a lot of difficulty installing it. I have a 66 MHz 486 with 16 MB of memory and an Adaptec 1540A SCSI board, a 1.2GB Quantum Fireball disk and a Toshiba 3501XA CD-ROM drive. The installation works just fine, but when I try to reboot the system, I get the message "Missing Operating System". ---------------------------------------------------------------------- V: How to answer a question =========================== Before you answer a question to FreeBSD-questions, consider: 1. A lot of the points on submitting questions also apply to answering questions. Read them. 2. Has somebody already answered the question? The easiest way to check this is to sort your incoming mail by subject: then (hopefully) you'll see the question followed by any answers, all together. If somebody has already answered it, it doesn't automatically mean that you shouldn't send another answer. But it makes sense to read all the other answers first. 3. Do you have something to contribute beyond what has already been said? In general, "Yeah, me too" answers don't help much, although there are exceptions, like when somebody is describing a problem he's having, and he doesn't know whether it's his fault or whether there's something wrong with the hardware or software. If you do send a "me too" answer, you should also include any further relevant information. 4. Are you sure your answer is correct? If not, wait a day or so. If nobody else comes up with a better answer, you can still reply and say, for example, "I don't know if this is correct, but since nobody else has replied, why don't you try replacing your ATAPI CD-ROM with a frog?". 5. Don't do a group reply; lots of people send messages with hundreds of CCs. Unless there's a good reason to do otherwise, just reply to the person and copy FreeBSD-questions. 6. Trim the original message to the minimum, and use some technique to identify which text came from the original message, and which text you add. I personally find that prepending "> " to the original message works best. Leaving white space after the ">" and leave empty lines between your text and the original text both make the result more readable. Most mailers change the subject line on a reply by prepending a text such as "Re: ". If your mailer doesn't do it automatically, you should do it manually. If the submitter didn't abide by format conventions (lines too long, inappropriate subject line), *please* fix it. In the case of an incorrect subject line (such as "HELP!!??"), change the subject line to (say) "Re: Difficulties with sync PPP (was: HELP!!??)". That way other people trying to follow the thread will have less difficulty following it. In such cases, it's appropriate to say what you did and why you did it, but try not to be rude. If you find you can't answer without being rude, don't answer. If you just want to reply to a message because of its bad format, just reply to the submitter, not to the list. You can just send him this message in reply, if you like. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 17:03:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA04623 for freebsd-questions-outgoing; Fri, 29 May 1998 17:03:05 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: (from grog@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA04521 for FreeBSD-questions@FreeBSD.org; Fri, 29 May 1998 17:02:28 -0700 (PDT) (envelope-from grog) Date: Fri, 29 May 1998 17:02:28 -0700 (PDT) From: Greg Lehey Message-Id: <199805300002.RAA04521@hub.freebsd.org> To: FreeBSD-questions@FreeBSD.ORG Subject: "The Complete FreeBSD", second edition: errata and addenda Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Errata and addenda for the Complete FreeBSD, second edition Last revision: 25 May 1998 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge com- puter books are out of date almost before they are printed. Unfortunately, ``The Complete FreeBSD'', published by Walnut Creek, is no exception. The sec- ond edition has only just been published, but already a number of bugs and changes have surfaced. The following is a list of modifications which go beyond simple typos. They relate to the second edition, formatted on 16 December 1997. If you have this book, please check this list. If you have the first edition of 19 July 1996, please check ftp://ftp.lemis.com/pub/cfbsd/errata-1. This same file is also available via the web link http://www.lemis.com/. This list is available in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ps. See page 222 of the book to find out how to print out PostScript. If at all possible, please take this docu- ment: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.txt. When viewed with more or less, this version will show some highlighting and under- lining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only take this version if you have real problems with PostScript: I can't be sure that the lack of different fonts won't confuse the meaning. o A web version at http://www.lemis.com/errata-2.html. All these modifications have been applied to the ongoing source text of the book, so if you buy a later edition, they will be in it as well. If you find a bug or a suspected bug in the book, please contact me at General changes _______________ o In a number of places, I suggest the use of the following command to find process information: $ ps aux | grep foo Unfortunately, ps is sensitive to the column width of the terminal emulator upon which it is working. This command usually works fine on a relatively wide xterm, but if you're running on an 80-column terminal, it may truncate exactly the information you're looking for, so you end up with no output. You can fix that with the w option: $ ps waux | grep foo Thanks to Sue Blake for this information Location of the sample files ____________________________ On the 2.2.5 CD-ROM only, the location of the sample files does not match the specifications in the book (/book on the first CD-ROM). The 2.2.5 CD-ROM came out before the book, and it contains the files on the third (repository) CD-ROM as a single gzipped tar file /xperimnt/cfbsd/cfbsd.tar.gz. It contains the following files: drwxr-xr-x jkh/jkh 0 Oct 17 13:01 1997 cfbsd/ drwxr-xr-x jkh/jkh 0 Oct 17 13:01 1997 cfbsd/mutt/ -rw-r--r-- jkh/jkh 352 Oct 15 15:21 1997 cfbsd/mutt/.mail_aliases -rw-r--r-- jkh/jkh 9394 Oct 15 15:22 1997 cfbsd/mutt/.muttrc drwxr-xr-x jkh/jkh 0 Oct 17 14:02 1997 cfbsd/scripts/ -rw-r--r-- jkh/jkh 18281 Oct 16 16:52 1997 cfbsd/scripts/.fvwm2rc -rwxr-xr-x jkh/jkh 1392 Oct 17 12:54 1997 cfbsd/scripts/install-desktop -rw-r--r-- jkh/jkh 296 Oct 17 12:35 1997 cfbsd/scripts/.xinitrc -rwxr-xr-x jkh/jkh 622 Oct 17 13:51 1997 cfbsd/scripts/install-rcfiles -rw-r--r-- jkh/jkh 1133 Oct 17 13:00 1997 cfbsd/scripts/Uutry -rw-r--r-- jkh/jkh 1028 Oct 17 14:02 1997 cfbsd/scripts/README drwxr-xr-x jkh/jkh 0 Oct 18 19:32 1997 cfbsd/docs/ -rw-r--r-- jkh/jkh 199111 Oct 16 14:29 1997 cfbsd/docs/packages.txt -rw-r--r-- jkh/jkh 189333 Oct 16 14:28 1997 cfbsd/docs/packages-by-category.txt -rw-r--r-- jkh/jkh 188108 Oct 16 14:29 1997 cfbsd/docs/packages.ps -rw-r--r-- jkh/jkh 226439 Oct 16 14:27 1997 cfbsd/docs/packages-by-category.ps -rw-r--r-- jkh/jkh 788 Oct 16 15:01 1997 cfbsd/README -rw-r--r-- jkh/jkh 248 Oct 17 11:52 1997 cfbsd/errata To extract one of these files, say cfbsd/docs/packages.txt, and assuming you have the CD-ROM mounted as /cdrom, enter: # cd /usr/share/doc # tar xvzf /cdrom/xperimnt/cfbsd/cfbsd.tar.gz cfbsd/docs/packages.txt See page 209 for more information on using tar. These files are an early version of what is described in the book. I'll put up some updated versions on ftp://ftp.lemis.com/ in the near future. Thanks to Frank McCormick for drawing this to my attention. Page xxxiv __________ Before the discussion of the shell prompts in the middle of the page, add: In this book, I recommend the use of the Bourne shell or one of its descendents (sh, bash, pdksh, ksh or zsh). With the exception of sh, they are all in the Ports Collection. I personally use the bash shell. This is a personal preference, and a recommendation, but it's not the standard shell. The standard BSD shell is the C shell (csh), which has a fuller-fea- tured descendent tcsh. In particular, the standard installation sets the root user up with a csh. See page 152 (in this errata) for details of how to change the shell. Page 11: Reading the handbook _____________________________ The CD-ROM now includes Mosaic and Netscape. Replace the last paragraph on the page and the example on the following page with: If you're running X, you can use a browser like Mosaic or Netscape to read the handbook. Both of these programs are included on the CD-ROM. If you don't have X running, use lynx. To install them, enter: $ pkg_add /cdrom/packages/All/mosaic-2.7b5.tgz or $ pkg_add /cdrom/packages/All/netscape-3.04.tgz or $ pkg_add /cdrom/packages/All/lynx-2.7.2.tgz The numbers after the name (2.7b5, 3.04 and 2.7.2) may change after this book has been printed. Use ls to list the names if you can't find these particular versions. Thanks to Stuart Henderson for drawing this to my attention. Page 12: Printing the handbook ______________________________ The instructions for formatting the handbook are obsolete. Replace the section starting Alternatively, you can print out the handbook with the following text: Alternatively, you can print out the handbook. You need to have the documenta- tion sources (/usr/doc) installed on your system. You can find them on the second CD-ROM in the directory of the same name. To install them, first mount your CD-ROM (see page 175). Then enter: $ cd /cdrom/usr/doc/handbook $ mkdir -p /usr/doc/handbook you may need to be root for this operation $ cp -pr * /usr/doc/handbook You have a choice of formats for the output: o ascii will give you plain 7-bit ASCII output, suitable for reading on a char- acter-mode terminal. o html will give you HTML output, suitable for browsing with a web browser. o latex will give you LATEX format, suitable for further processing with TEX and LATEX. o ps will give you PostScript output, probably the best choice for printing. o roff will give you output in troff source. You can process this output with nroff or troff, but it's currently not very polished. LATEX output is a bet- ter choice if you want to process it further. Once you have decided your format, use make to create the document. For exam- ple, if you decide on PostScript format, you would enter: $ make FORMATS=ps This creates a file handbook.ps which you can then print to a PostScript print- er or with the aid of ghostscript (see page 222). Thanks to Bob Beer for drawing this to my attention. Page 45: Preparing floppies for installation _____________________________________________ Replace the paragraph below the list of file names (in the middle of the page) with: The floppy set should contain the file bin.inf and the ones whose names start with bin. followed by two letters. These other files are all 240640 bytes long, except for the final one which is usually shorter. Use the MS-DOS COPY program to copy as many files as will fit onto each disk (5 or 6) until you've got all the distributions you want packed up in this fashion. Copy each dis- tribution into subdirectory corresponding to the base name--for example, copy the bin distribution to the files A:\BIN\BIN.INF, A:\BIN\BIN.AA and so on. Page 80 and 81 ______________ In a couple of examples, the FreeBSD partition is shown as type 164. It should be 165. Thanks to an unknown contributer for this correction (sorry, I lost your name). Page 88: setting up for dumping _______________________________ The example mentions a variable savecore in /etc/rc.conf. This variable is no longer used--it's enough to set the variable dumpdev. Page 92 _______ At the end of the section How to install a package add the text: Alternatively, you can install packages from the /stand/sysinstall Final Con- figuration Menu. We saw this menu on page in figure 4-14 on page 71. When you start sysinstall from the command line, you get to this menu by selecting In- dex, and then selecting Configure. Page 93 _______ Before the heading Install ports from the first CD-ROM add: Install ports when installing the system ________________________________________ The file ports/ports.tgz on the first CD-ROM is a tar archive containing all the ports. You can install it with the base system if you select the Custom distribution and include the ports collection. If you didn't install them at the time, use the following method to install them all (about 40 MB). Make sure your CD-ROM is mounted (in this example on /cdrom), and enter: Page 96 _______ After the example at the top of the page, add: If you're using csh or tcsh, enter: # cd /cdrom/ports/distfiles # mkdir -p /usr/ports/distfiles make sure you have a distfiles directory # foreach i (*) ? ln -s $i /usr/ports/distfiles/$i ? end Thanks to Christopher Raven for drawing this to my atten- tion. Page 128 ________ Replace the complete text below the example with the following: These values are defaults, and many are either incorrect for FreeBSD (for exam- ple the device name /dev/com1) or do not apply at all (for example Xqueue). If you are configuring manually, select one Protocol and one Device entry from the following selection. If you must use a two-button mouse, uncomment the keyword Emulate3Buttons--in this mode, pressing both mouse buttons simultaneously with- in Emulate3Timeout milliseconds causes the server to report a middle button press. Section "Pointer" Protocol "Microsoft" for Microsoft protocol mice Protocol "MouseMan" for Logitech mice Protocol "PS/2" for a PS/2 mouse Protocol "Busmouse" for a bus mouse Device "/dev/ttyd0" for a mouse on the first serial port Device "/dev/ttyd1" for a mouse on the second serial port Device "/dev/ttyd2" for a mouse on the third serial port Device "/dev/ttyd3" for a mouse on the fourth serial port Device "/dev/psm0" for a PS/2 mouse Device "/dev/mse0" for a bus mouse Emulate3Buttons only for a two-button mouse EndSection You'll notice that the protocol name does not always match the manufacturer's name. In particular, the Logitech protocol only applies to older Logitech mice. The newer ones use either the MouseMan or Microsoft protocols. Nearly all modern serial mice run one of these two protocols, and most run both. If you are using a bus mouse or a PS/2 mouse, make sure that the device driver is included in the kernel. The GENERIC kernel contains drivers for both mice, but the PS/2 driver is disabled. Use UserConfig (see page 50) to enable it. Page 140 ________ Just before the paragraph The super user add the following paragraph: If you do manage to lose the root password, all may not be lost. Reboot the machine to single user mode (see page 157), and enter: # mount -u / mount root file system read/write # passwd root change the password for root Enter new password: Enter password again: # ^D enter ctrl-D to continue with startup Note that you should explicitly state the name root: in single user mode, the system doesn't have the concept of user IDs. Page 148 ________ Replace the text at the top of the page with: Modern shells supply command line editing which resembles the editors vi or Emacs. In bash, sh, ksh, and zsh you can make the choice by entering Page 152 ________ After figure 10-8, add the following text: It would be tedious for every user to put settings in their private initializa- tion files, so the shells also read a system-wide default file. For the Bourne shell family, it is /etc/profile, while the C shell family has three files: /etc/csh.login to be executed on login, /etc/csh.cshrc to be executed when a new shell is started after you log in, and /etc/csh.logout to be executed when you stop a shell. The start files are executed before the corresponding indi- vidual files. In addition, login classes (page 141) offer another method of setting environ- ment variables at a global level. Changing your shell ___________________ The FreeBSD installation gives root a C shell, csh. This is the traditional Berkeley shell, but it has a number of disadvantages: command line editing is very primitive, and the script language is significantly different from that of the Bourne shell, which is the de facto standard for shell scripts: if you stay with the C shell, you may still need to understand the Bourne shell. The lat- est version of the Bourne shell sh also includes some command line editing. See page 148 for details of how to enable it. You can get better command line editing with tcsh, in the Ports Collection. You can get both better command line editing and Bourne shell syntax with bash, also in the Ports Collection. If you have root access, you can use vipw to change your shell, but there's a more general way: use chsh (Change Shell). Simply run the program. It starts your favourite editor (as defined by the EDITOR environment variable). Here's an example before: #Changing user database information for velte. Shell: /bin/csh Full Name: Jack Velte Location: Office Phone: Home Phone: You can change anything after the colons. For example, you might change this to: #Changing user database information for velte. Shell: /usr/local/bin/bash Full Name: Jack Velte Location: On the road Office Phone: +1-408-555-1999 Home Phone: chsh checks and updates the password files when you save the modifications and exit the editor. The next time you log in, you get the new shell. chsh tries to ensure you don't make any mistakes--for example, it won't let you enter the name of a shell which isn't mentioned in the file /etc/shells--but it's a very good idea to check the shell before logging out. You can try this with su, which you normally use to become super user: bumble# su velte Password: su-2.00$ note the new prompt There are a couple of problems in using tcsh or bash as a root shell: o The shell for root must be on the root file system, otherwise it will not work in single user mode. Unfortunately, most ports of shells put the shell in the directory /usr/local/bin, which is almost never on the root file sys- tem. o Most shells are dynamically linked: they rely on library routines in files such as /usr/lib/libc.a. These files are not available in single user mode, so the shells won't work. You can solve this problem by creating statically linked versions of the shell, but this requires programming experience beyond the scope of this book. If you can get hold of a statically linked version, perform the following steps to install it: o Copy the shell to /bin, for example: # cp /usr/local/bin/bash /bin o Add the name of the shell to /etc/shells, in this example the line in bold print: # List of acceptable shells for chpass(1). # Ftpd will not allow users to connect who are not using # one of these shells. /bin/sh /bin/csh /bin/bash You can then change the shell for root as described above. Thanks to Lars Koller for drawing this to my attention. Page 160 ________ Replace the text at the fourth bullet with the augmented text: The second-level boot locates the kernel, by default the file /kernel on the root file system, and loads it into memory. It prints the Boot: prompt at this point so that you can influence this choice--see the man page on page 579 for more details of what you can enter at this prompt. Page 176 ________ Add the following paragraph Unmounting file systems When you mount a file system, the system assumes it is going to stay there, and in the interests of efficiency it delays writing data back to the file system. This is the same effect we discussed on page 158. As a result, if you want to stop using a file system, you need to tell the system about it. You do this with the umount command. Note the spelling--there's no n in the command name. You need to do this even with read-only media such as CD-ROMs: the system as- sumes it can access the data from a mounted file system, and it gets quite un- happy if it can't. Where possible, it locks removable media so that you can't remove them from the device until you unmount them. Using umount is straightforward: just tell it what to unmount, either the de- vice name or the directory name. For example, to unmount the CD-ROM we mounted in the example above, you could enter one of these commands: # umount /dev/cd1a # umount /cd1 Before unmounting a file system, umount checks that nobody is using it. If somebody is using it, it will refuse to unmount it with a message like umount: /cd1: Device busy. This message often occurs because you have changed your di- rectory to a directory on the file system you want to remove. For example (which also shows the usefulness of having directory names in the prompt): === root@freebie (/dev/ttyp2) /cd1 16 -> umount /cd1 umount: /cd1: Device busy === root@freebie (/dev/ttyp2) /cd1 17 -> cd === root@freebie (/dev/ttyp2) ~ 18 -> umount /cd1 === root@freebie (/dev/ttyp2) ~ 19 -> Thanks to Ken Deboy for pointing out this omission. Page 197, first line ____________________ The text of the first full sentence reads: The first name, up the the symbol, is the label. In fact, it should read: The first name, up to the | symbol, is the label. Page 208, middle of page ________________________ The example shows the file name /dev/rst0 when using the Bourne shell, and /dev/nrst0 when using C shell and friends. This is inconsistent; use /dev/nrst0 with any shell if you want a non-rewinding tape, or /dev/rst0 if you want a rewinding tape. Thanks to Norman C Rice for pointing out this one. Page 219 ________ Before the section Testing the spooler add the following section: Starting the spooler ____________________ As we saw above, the line printer daemon lpd is responsible for printing spooled jobs. If you're root, you can start it by name: # lpd Normally, however, you will want it to be started automatically when the system starts up. You do this by setting the variable lpd_enable in /etc/rc.conf: lpd_enable="YES" # Run the line printer daemon See page 1609 for more details of /etc/rc.conf. Thanks to Tommy G. James for bringing this to my atten- tion. Page 242 ________ The instructions for extracting the source files from CD-ROM in the middle of page 242 are incorrect. You'll find the kernel sources on the first CD-ROM in the directory /src. Replace the example with: # mkdir -p /usr/src/sys # ln -s /usr/src/sys /sys # cd / # cat /cdrom/src/sys.* | tar xzvf - Thanks to Raymond Noel and Suttipan Limanond for finding this one. Page 283, ``Creating the source tree'' ______________________________________ Add a third point to what you need to know: 3. Possibly, the date of the last update that you want to be included in the checkout. If you specify this date, cvs ignores any more recent updates. This option is often useful when somebody discovers a recently introduced bug in -CURRENT: you check out the modules as they were before the bug was introduced. You specify the date with the -D option, for example -D "10 December 1997". Page 285, after the second example. ___________________________________ Add the text: If you need to check out an older version, for example if there are problems with the most recent version of -CURRENT, you could enter: # cvs co -D "10 December 1997" src/sys This command checks out the kernel sources as of 10 December 1997. Page 364, middle of page ________________________ Change the text from: The names MYADDR and HISADDR are keywords which represent the addresses at each end of the link. They must be written as shown, though they may be in lower case. to The names MYADDR and HISADDR are keywords which represent the addresses at each end of the link. They must be written as shown, though newer versions of ppp allow you to write them in lower case. Thanks to Mark S. Reichman for this correction. Page 368 ________ Replace the paragraph after the second example with: In FreeBSD version 3.0 and later, specify the options PPP_BSDCOMP and PPP_DE- FLATE to enable two kinds of compression. You'll also need to specify the cor- responding option in Kernel PPP's configuration file. These options are not available in FreeBSD version 2. Thanks to Brian Somers for this information. Page 397 ________ In the section ``Nicknames'', the example should read: www IN CNAME freebie ftp IN CNAME presto In other words, there should be a space between CNAME and the system name. Page 466, before the ps example _______________________________ Add another bullet: o Finally, you may find it convenient to let some other system handle all your mail delivery for you: you just send anything you can't deliver locally to this other host, which sendmail calls a smart host. This is particularly convenient if you send your mail with UUCP. To tell sendmail to use a smart host (in our case, mail.example.net), find the following line in sendmail.cf: # "Smart" relay host (may be null) DS Change it to: # "Smart" relay host (may be null) DSmail.example.net Page 478, ``Running Apache'' ____________________________ The text describes the location of the server as /usr/local/www/server/httpd. This appears to depend on where you get the port from. Some people report the file being at the more likely location /usr/local/sbin/httpd (though note the directory sbin, not bin). Check both locations if you run into trouble. Thanks to Sue Blake for this information. Page 492 ________ Replace references to nmdb with nmbd. Page 493 ________ Replace the last paragraph on the page with: socket options is hardly mentioned in the documentation, but it's very impor- tant: many Microsoft implementations of TCP/IP are inefficient and establish a new TCP more often than necessary. Select the socket options TCP_NODELAY and IPTOS_LOWDELAY, which can speed up the response time of such applications by over 95%. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 17:23:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA08382 for freebsd-questions-outgoing; Fri, 29 May 1998 17:23:06 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from couatl.uchicago.edu (couatl.uchicago.edu [128.135.21.64]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA08340 for ; Fri, 29 May 1998 17:22:45 -0700 (PDT) (envelope-from sfarrell@couatl.uchicago.edu) Received: (from sfarrell@localhost) by couatl.uchicago.edu (8.9.0/8.9.0) id TAA17869; Fri, 29 May 1998 19:22:24 -0500 (CDT) To: Dean Hollister Cc: FreeBSD Questions Subject: Re: Perl: Localtime References: From: sfarrell+lists@farrell.org Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Date: 29 May 1998 19:22:24 -0500 In-Reply-To: Dean Hollister's message of "Fri, 29 May 1998 16:04:42 +0800 (WST)" Message-ID: <87iumod2v3.fsf@couatl.uchicago.edu> Lines: 10 X-Mailer: Gnus v5.6.9/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dean Hollister writes: > Just one interesting observation when upgrading to 2.2.6 from -CURRENT: Upgrading from -CURRENT ? -- Steve Farrell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 17:27:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA09298 for freebsd-questions-outgoing; Fri, 29 May 1998 17:27:24 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from couatl.uchicago.edu (couatl.uchicago.edu [128.135.21.64]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA09258 for ; Fri, 29 May 1998 17:27:10 -0700 (PDT) (envelope-from sfarrell@couatl.uchicago.edu) Received: (from sfarrell@localhost) by couatl.uchicago.edu (8.9.0/8.9.0) id TAA17896; Fri, 29 May 1998 19:27:07 -0500 (CDT) To: "Justus Calvin" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: plug and play kernel option References: <19980529134456.4037.qmail@hotmail.com> From: sfarrell+lists@farrell.org Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Date: 29 May 1998 19:27:07 -0500 In-Reply-To: "Justus Calvin"'s message of "Fri, 29 May 1998 09:44:55 EDT" Message-ID: <87d8cwd2n8.fsf@couatl.uchicago.edu> Lines: 14 X-Mailer: Gnus v5.6.9/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Justus Calvin" writes: > last night i was recompiling my kernel and tried to add the line > > options pnp0 controller pnp0 always take examples from the LINT config file. -- Steve Farrell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 18:23:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA19069 for freebsd-questions-outgoing; Fri, 29 May 1998 18:23:52 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lucy.bedford.net (lucy.bedford.net [206.99.145.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA19057 for ; Fri, 29 May 1998 18:23:45 -0700 (PDT) (envelope-from listread@lucy.bedford.net) Received: (from listread@localhost) by lucy.bedford.net (8.8.8/8.8.8) id VAA11065; Fri, 29 May 1998 21:18:21 -0400 (EDT) (envelope-from listread) Message-Id: <199805300118.VAA11065@lucy.bedford.net> Subject: Re: another question... In-Reply-To: <199805292338.QAA21785@epic5.Stanford.EDU> from "John W. Chang" at "May 29, 98 04:38:19 pm" To: kutta@leland.Stanford.EDU (John W. Chang) Date: Fri, 29 May 1998 21:18:21 -0400 (EDT) Cc: questions@FreeBSD.ORG Reply-to: djv@bedford.net From: CyberPeasant X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John W. Chang wrote: > > Are all three BSD flavored OS's worked on by different divisions within > the same organization or are they three distinct, completely separate > groups??? And are any related directly to BSDI??? > Four separate organizations, that intercooperate to varying degrees. They also compete. Dave -- Is the true purpose of Unix its use, or its administration? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 18:27:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA19454 for freebsd-questions-outgoing; Fri, 29 May 1998 18:27:15 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.virginia.edu (mail.Virginia.EDU [128.143.2.9]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA19442 for ; Fri, 29 May 1998 18:26:59 -0700 (PDT) (envelope-from rjl6d@virginia.edu) Received: from server1a.mail.virginia.edu by mail.virginia.edu id aa20084; 29 May 98 21:26 EDT Received: from virginia.edu (ct-hartford-us1010.javanet.com [209.150.33.217]) by server1.mail.virginia.edu (8.8.5/8.6.6) with ESMTP id VAA27902 for ; Fri, 29 May 1998 21:26:56 -0400 (EDT) Message-ID: <356F8A21.3789F4F7@virginia.edu> Date: Fri, 29 May 1998 21:25:06 -0700 From: Roger Lee X-Mailer: Mozilla 4.04 [en] (Win95; U) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: FreeBSD and PCMCIA SCSI adapters Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am looking into installing a unix type operating system onto my laptop. As I only have a 1GB HD, I am planning to get an external SyJet connected by a PCMCIA SCSI adapter. I was just wondering if anyone has tried this configuration and or if it's even possible. Any additional information on suggested PCMCIA SCSI adapters would also be greatly appreciated. Thank you. Roger Lee 4th yr SEAS, UVa BSEE, CS minor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 18:31:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA20398 for freebsd-questions-outgoing; Fri, 29 May 1998 18:31:18 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from enigami.com (enigami.com [208.140.182.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA20384 for ; Fri, 29 May 1998 18:31:09 -0700 (PDT) (envelope-from ckempf@enigami.com) Received: from singularity.enigami.com (singularity.enigami.com [208.140.182.42]) by enigami.com (8.8.7/8.8.7) with ESMTP id VAA27492; Fri, 29 May 1998 21:30:54 -0400 (EDT) Received: (from ckempf@localhost) by singularity.enigami.com (8.8.8/8.8.8) id VAA05013; Fri, 29 May 1998 21:28:16 -0400 (EDT) (envelope-from ckempf@enigami.com) To: Larry Floyd , freebsd-questions@FreeBSD.ORG Subject: Re: Trying to run Wingz References: <356F44E3.7D77CB42@sonic.net> From: Cory Kempf Date: 29 May 1998 21:28:15 -0400 In-Reply-To: Larry Floyd's message of "Fri, 29 May 1998 16:29:39 -0700" Message-ID: Lines: 17 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Larry Floyd writes: >[2] 553 >[1] - Done (127) wingz >$ ELF binary type not known You probably need to run brandelf(1) to tell the system that Wingz is a Linux binary. +C -- Thinking of purchasing RAM from the Chip Merchant? Please read this first: Cory Kempf Macintosh / Unix Consulting & Software Development ckempf@enigami.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 18:57:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA24748 for freebsd-questions-outgoing; Fri, 29 May 1998 18:57:52 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gamma.aei.ca (root@gamma.aei.ca [206.123.6.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA24731 for ; Fri, 29 May 1998 18:57:41 -0700 (PDT) (envelope-from malartre@aei.ca) Received: from aei.ca (kaput@aeiusrD-37.aei.ca [206.186.204.187]) by gamma.aei.ca (8.8.5/8.8.5) with ESMTP id VAA29655; Fri, 29 May 1998 21:57:18 -0400 (EDT) Message-ID: <356F6776.F7653723@aei.ca> Date: Fri, 29 May 1998 21:57:10 -0400 From: Malartre X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: Bengt Gorden CC: Forrest Aldrich , freebsd-questions@FreeBSD.ORG Subject: Re: BSD/OS binaries on FreeBSD References: <199805291750.NAA26235@drama.navinet.net> <19980530004037.C13391@sunet.se> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Bengt Gorden wrote: > On Fri, May 29, 1998 at 01:50:41PM -0400, Forrest Aldrich wrote: > > I've given up on free LDAP, it doesn't work, and has too much > > We've got a guy in SUNET (swedish university network) that is working on a > free catalog service. I think that he is basing his work on LDAP. Maybe > that would keep you from migrating? :-) Please let me know if you like to > contact him. > > > administrative overhead to get running properly. I wanted to try > > Netscape's Directory Server, but if we can't get it, we'll have to move > > from FreeBSD to Solaris unfortunately (and I dread that). > > But you are mailing from windows (Eudora). :-) > > I see a lot of folks here that is using Eudora on W95. Does thas meen that > people are actually using W95? > > -- > > /Bengan YesI use Win95 to read my mail with Netscape. Malartre -- -------------------------------------------------- malartre@aei.ca ICQ #4224434 www.aei.ca/~malartre/ Unix FreeBSD-2.2.6 -------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 19:09:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA26615 for freebsd-questions-outgoing; Fri, 29 May 1998 19:09:23 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from fastel.net (fastel.fastel.net [204.167.233.4]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id TAA26596 for ; Fri, 29 May 1998 19:09:15 -0700 (PDT) (envelope-from rpaez@fastel.net) Received: from rolando [204.167.234.25] by fastel.net [127.0.0.1] with SMTP (MDaemon.v2.7.SP1.R) for ; Fri, 29 May 98 21:00:09 -0500 Message-ID: <000101bd8b6f$8c512200$19eaa7cc@rolando.fastel.net> From: "Rolando Paez" To: Subject: WWW with Apache Date: Fri, 29 May 1998 21:06:23 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 X-MDaemon-Deliver-To: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've just installed the Apache web server on a Pentium 100, 64MB, T1 connection machine running FreeBSD 2.2.6. All seems fine, but the response time from the web server is a little slow, I've noticed that other websites on the Internet with similar systems have much faster response time that mine. Can you tell me how can I achieve a faster website? or Where can I find some information related to this problem? Thank you RP Laredo TX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 19:14:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA27287 for freebsd-questions-outgoing; Fri, 29 May 1998 19:14:14 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gamma.aei.ca (root@gamma.aei.ca [206.123.6.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA27281 for ; Fri, 29 May 1998 19:14:08 -0700 (PDT) (envelope-from malartre@aei.ca) Received: from aei.ca (kaput@aeiusrD-37.aei.ca [206.186.204.187]) by gamma.aei.ca (8.8.5/8.8.5) with ESMTP id WAA01783; Fri, 29 May 1998 22:13:58 -0400 (EDT) Message-ID: <356F6B5E.B79ED081@aei.ca> Date: Fri, 29 May 1998 22:13:50 -0400 From: Malartre X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: Jordan CC: freebsd-questions@FreeBSD.ORG Subject: Re: for a newbie? References: <356F23C5.B6CFE78B@usa.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jordan wrote: > FreeBSD or Redhat Linux??? In terms of ease of installation and setup > primarily. I have been a Windows\DOS user so I need a fairly forgiving > Unix to start out with. I know you guys are biast to FreeBSD, but I need > a honest opinion. > Thanks, > -- > ----------------------- > \ Men are from Mars, \ > \ Women are from Venus,\ > \ Computers are from Hell. \ > -------------------------- > J.O.R.D.A.N. > ICQ# 7297792 I've used Win95 one year. And I currently write this mail under Win95.I'am new to Unix (maybe 4 month) and only used FreeBSD2.2.X After a *lot* of wasted time, I finded than it was so much easy to start learning Unix without Xfree86 and without all shortcut. You will find the changement *hard* because there is no drag and drop, no GUI, no easy thing with mouse. But you will more easily understand how it is. Really, if you try the easy way, you learn nothing. Maybe you could be interested to try it (its free, only time is wasted). After learning a lot, I suggest to use Xfree. I have Win95 and FreeBSD on one 3.6 gig hard disk because of family restriction: they use Win95 so when I take the computer, I have to reboot. It look like a sexy MS-Dos black screen Malartre -- -------------------------------------------------- malartre@aei.ca ICQ #4224434 www.aei.ca/~malartre/ Unix FreeBSD-2.2.6 -------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 19:43:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA00541 for freebsd-questions-outgoing; Fri, 29 May 1998 19:43:13 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lucy.bedford.net (lucy.bedford.net [206.99.145.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA00535 for ; Fri, 29 May 1998 19:43:08 -0700 (PDT) (envelope-from listread@lucy.bedford.net) Received: (from listread@localhost) by lucy.bedford.net (8.8.8/8.8.8) id VAA11110; Fri, 29 May 1998 21:22:35 -0400 (EDT) (envelope-from listread) Message-Id: <199805300122.VAA11110@lucy.bedford.net> Subject: Re: for a newbie? In-Reply-To: <356F23C5.B6CFE78B@usa.net> from Jordan at "May 29, 98 04:08:21 pm" To: jordan-k@usa.net (Jordan) Date: Fri, 29 May 1998 21:22:35 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG Reply-to: djv@bedford.net From: CyberPeasant X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jordan wrote: > FreeBSD or Redhat Linux??? In terms of ease of installation and setup > primarily. I have been a Windows\DOS user so I need a fairly forgiving > Unix to start out with. I know you guys are biast to FreeBSD, but I need > a honest opinion. > Thanks, > -- > ----------------------- > \ Men are from Mars, \ > \ Women are from Venus,\ > \ Computers are from Hell. \ > -------------------------- Having used both, I would say they are about the same with respect to newbie-friendliness. Oh: biassed opinions can be honest, if the source of the bias is legitimate. Dave -- Is the true purpose of Unix its use, or its administration? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 19:46:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA00865 for freebsd-questions-outgoing; Fri, 29 May 1998 19:46:01 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA00834; Fri, 29 May 1998 19:45:50 -0700 (PDT) (envelope-from toor@dyson.iquest.net) Received: (from root@localhost) by dyson.iquest.net (8.8.8/8.8.8) id VAA05002; Fri, 29 May 1998 21:45:28 -0500 (EST) (envelope-from toor) From: "John S. Dyson" Message-Id: <199805300245.VAA05002@dyson.iquest.net> Subject: Re: Compatibility with Ultra IDE drives? In-Reply-To: from Doug White at "May 26, 98 08:19:40 pm" To: dwhite@resnet.uoregon.edu Date: Fri, 29 May 1998 21:45:28 -0500 (EST) Cc: grog@lemis.com, dyson@FreeBSD.ORG, lfloyd@sonic.net, freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Mon, 25 May 1998, Greg Lehey wrote: > > > > Disk Elapsed User System > > > > DORS 126m22.811s 66m2.051s 16m28.411s > > DHEA 124m54.116s 65m3.465s 18m50.257s > > DHEA/Ultra 111m21.743s 66m24.344s 18m37.329s > > Yeah, but were you doing anything at the time? > > IDE kills interactive response. > If (IDE && simple loads) if (IDEDMA) then FAST else SLOW (with lots of CPU usage) If one doesn't enable DMA for IDE nowadays, the only reasonable excuse is hardware. In some cases, IDE without DMA will seem okay, but when the system is loaded, you'll wonder where all of your CPU has gone :-). John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 20:02:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA02693 for freebsd-questions-outgoing; Fri, 29 May 1998 20:02:55 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA02663 for ; Fri, 29 May 1998 20:02:48 -0700 (PDT) (envelope-from grog@lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id MAA21201; Sat, 30 May 1998 12:32:44 +0930 (CST) (envelope-from grog) Message-ID: <19980530123244.Y20360@freebie.lemis.com> Date: Sat, 30 May 1998 12:32:44 +0930 From: Greg Lehey To: Bob Liotta , freebsd-questions@FreeBSD.ORG Subject: Page Fault while in kernel mode (was: What is the typical cause of this.) References: <91BBEEE56F70D11199C0006097E0FE91252034@ntnau210.usco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <91BBEEE56F70D11199C0006097E0FE91252034@ntnau210.usco.com>; from Liotta, Bob on Fri, May 29, 1998 at 01:06:49PM -0400 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998 at 13:06:49 -0400, Liotta, Bob wrote: > > Abend occurred at 10:30 5/29/98 Abend? > fwnau005 Fatal Trap12 : Page Fault while in kernel mode This sounds like a panic to me. There is no typical cause. That's why we take dumps to find out what happened. Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 20:05:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA03258 for freebsd-questions-outgoing; Fri, 29 May 1998 20:05:40 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA02988 for ; Fri, 29 May 1998 20:04:03 -0700 (PDT) (envelope-from dean@odyssey.apana.org.au) Received: from localhost (dean@localhost) by odyssey.apana.org.au (8.8.8/8.8.7) with SMTP id LAA29089; Sat, 30 May 1998 11:03:57 +0800 (WST) Date: Sat, 30 May 1998 11:03:56 +0800 (WST) From: Dean Hollister To: sfarrell+lists@farrell.org cc: FreeBSD Questions Subject: Re: Perl: Localtime In-Reply-To: <87iumod2v3.fsf@couatl.uchicago.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 29 May 1998 sfarrell+lists@farrell.org wrote: > Upgrading from -CURRENT ? We were getting sick and tired of unexplained system reboots, lockups, and a host of other oddities. I feel much safer going to a more stable release. 2.2.6-RELEASE. Regards, d. +-------------------------------------------------------+ | Dean Hollister, | dean@odyssey.apana.org.au | | Perth, Western Australia. | deanh@iinet.net.au | +-------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 20:06:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA03547 for freebsd-questions-outgoing; Fri, 29 May 1998 20:06:34 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from olympus.eecs.umich.edu (olympus.eecs.umich.edu [141.213.8.56]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA03474 for ; Fri, 29 May 1998 20:06:21 -0700 (PDT) (envelope-from wuchang@eecs.umich.edu) Received: (from wuchang@localhost) by olympus.eecs.umich.edu (8.9.0/8.9.0) id XAA07700 for freebsd-questions@freebsd.org; Fri, 29 May 1998 23:06:10 -0400 (EDT) From: Wu-chang Feng Message-Id: <199805300306.XAA07700@olympus.eecs.umich.edu> Subject: Winbook XL LT Modem To: freebsd-questions@FreeBSD.ORG Date: Fri, 29 May 1998 23:06:10 -0400 (EDT) X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have a Winbook XL with a builtin LT Modem. It's configured to come up on COM2, IRQ 3, and address 0x2f8 (which is where the kernel looks for it). Unfortunately, the kernel (2.2.6) still doesn't recognize it. Does 2.2.6 have drivers for this modem? Thanks in advance, Wu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 20:07:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA03749 for freebsd-questions-outgoing; Fri, 29 May 1998 20:07:28 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA03695 for ; Fri, 29 May 1998 20:07:11 -0700 (PDT) (envelope-from grog@lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id MAA21487; Sat, 30 May 1998 12:37:08 +0930 (CST) (envelope-from grog) Message-ID: <19980530123708.Z20360@freebie.lemis.com> Date: Sat, 30 May 1998 12:37:08 +0930 From: Greg Lehey To: Forrest Aldrich , freebsd-questions@FreeBSD.ORG Subject: Re: BSD/OS binaries on FreeBSD References: <199805291750.NAA26235@drama.navinet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199805291750.NAA26235@drama.navinet.net>; from Forrest Aldrich on Fri, May 29, 1998 at 01:50:41PM -0400 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998 at 13:50:41 -0400, Forrest Aldrich wrote: > I queried BSDI, Inc., today about whether their ports of Netscape's servers > would work well on FreeBSD (available on their "Business Builder CDROM"). > I was told that the binary format for BSD/OS is different from FreeBSD, and > as such they won't work. > > I'm wondering if this is true, or if there's a work around, etc. It's not true in the case of Netscape. BSD/OS has changed from a.out to ELF. We still run a.out, and will probably move to ELF by the end of the year. Current BSD/OS a.out binaries usually work fine on FreeBSD. If you want to run Netscape on FreeBSD, however, I'd suggest you use the FreeBSD version. It's available in the Ports Collection or on the 2.2.6 CD-ROM. Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 20:11:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA04813 for freebsd-questions-outgoing; Fri, 29 May 1998 20:11:50 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA04784 for ; Fri, 29 May 1998 20:11:35 -0700 (PDT) (envelope-from grog@lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id MAA21775; Sat, 30 May 1998 12:41:31 +0930 (CST) (envelope-from grog) Message-ID: <19980530124131.A20360@freebie.lemis.com> Date: Sat, 30 May 1998 12:41:31 +0930 From: Greg Lehey To: Gerlan Cavalcante Ferreira , questions@FreeBSD.ORG Subject: Re: chat server References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: ; from Gerlan Cavalcante Ferreira on Fri, May 29, 1998 at 04:51:57PM -0300 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998 at 16:51:57 -0300, Gerlan Cavalcante Ferreira wrote: > Hello!! > > I`d like to know if you have any chat Chat Server to sale. No. > But need transfer file and private chat. > > If you can help me. Take ircd. It's not for sale, it's free. Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 20:16:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA05734 for freebsd-questions-outgoing; Fri, 29 May 1998 20:16:15 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ikhala.tcimet.net (ikhala.tcimet.net [198.109.166.215]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA05607 for ; Fri, 29 May 1998 20:16:00 -0700 (PDT) (envelope-from dervish@ikhala.tcimet.net) Received: (from dervish@localhost) by ikhala.tcimet.net (8.8.8/8.8.8) id XAA14485; Fri, 29 May 1998 23:18:56 -0400 (EDT) (envelope-from dervish) From: bush doctor Message-Id: <199805300318.XAA14485@ikhala.tcimet.net> Subject: Re: I've got a Korny question... In-Reply-To: <004701bd8b36$0f6eb3d0$270a0180@pc-peteh.lynden.com> from Pete Hansen at "May 29, 98 12:14:52 pm" To: peteh@lynden.com (Pete Hansen) Date: Fri, 29 May 1998 23:18:56 -0400 (EDT) Cc: questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Hi, > Does FreeBSD support Kornshell? Yes ... =;-) > Natively or patched? There is the port of pdksh (Public Domain Korn Shell) on FreeBSD - pdksh-5.2.13. > My bride just got a new job that requires her to use Kornshell and we are > working on ways she could get some experience on it. Congratulations!!! > Thanks, > Pete You're Welcome ... i'khala To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 20:23:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA07278 for freebsd-questions-outgoing; Fri, 29 May 1998 20:23:09 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mtiwmhc01.worldnet.att.net (mtiwmhc01.worldnet.att.net [204.127.131.36]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA07242 for ; Fri, 29 May 1998 20:22:58 -0700 (PDT) (envelope-from rax@worldnet.att.net) Received: from atlantis ([12.65.80.142]) by mtiwmhc01.worldnet.att.net (InterMail v03.02.03 118 118 102) with SMTP id <19980530032226.ETUR22850@atlantis> for ; Sat, 30 May 1998 03:22:26 +0000 From: "M. Evans" To: Subject: ppp errors Date: Fri, 29 May 1998 20:22:11 -0700 Message-ID: <000001bd8b7a$22566440$8e50410c@atlantis.enigma.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello Help! When dialing in ppp it connects fine, but it gives me a server error saying it cannot set or find a server. I am inlcuding a text file with dumps from logs and error message along with conf files. Ive been working on this for about a week, and its probaly one of those simple fixes that just eludes me, but if you need more info of files just let me know. Thankyou for your time Kyle Evans rax@worldnet.att.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 20:43:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA09602 for freebsd-questions-outgoing; Fri, 29 May 1998 20:43:25 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lucy.bedford.net (lucy.bedford.net [206.99.145.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA09572 for ; Fri, 29 May 1998 20:43:06 -0700 (PDT) (envelope-from listread@lucy.bedford.net) Received: (from listread@localhost) by lucy.bedford.net (8.8.8/8.8.8) id XAA12073; Fri, 29 May 1998 23:21:25 -0400 (EDT) (envelope-from listread) Message-Id: <199805300321.XAA12073@lucy.bedford.net> Subject: Re: I've got a Korny question... In-Reply-To: <004701bd8b36$0f6eb3d0$270a0180@pc-peteh.lynden.com> from Pete Hansen at "May 29, 98 12:14:52 pm" To: peteh@lynden.com (Pete Hansen) Date: Fri, 29 May 1998 23:21:25 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG Reply-to: djv@bedford.net From: CyberPeasant X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Pete Hansen wrote: [Charset iso-8859-1 unsupported, filtering to ASCII...] > > Hi, > Does FreeBSD support Kornshell? Natively or patched? > > My bride just got a new job that requires her to use Kornshell and we are > working on ways she could get some experience on it. > pdksh is available as a port. Then there's bash, kornshell+stuff. Dave -- Is the true purpose of Unix its use, or its administration? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 20:53:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA11187 for freebsd-questions-outgoing; Fri, 29 May 1998 20:53:02 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from localhost.zilker.net (jump-k56flex-0133.jumpnet.com [207.8.6.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA11157 for ; Fri, 29 May 1998 20:52:49 -0700 (PDT) (envelope-from marquard@zilker.net) Received: (from marquard@localhost) by localhost.zilker.net (8.8.8/8.8.3) id WAA12877; Fri, 29 May 1998 22:52:46 -0500 (CDT) To: freebsd-questions@FreeBSD.ORG Subject: Re: Kernel Conflict References: From: Dave Marquardt Date: 29 May 1998 22:51:54 -0500 In-Reply-To: Doug White's message of "Fri, 29 May 1998 13:36:44 -0700 (PDT)" Message-ID: <854sy8o1ph.fsf@localhost.zilker.net> Lines: 15 X-Mailer: Quassia Gnus v0.22/XEmacs 19.16 - "Lille" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug White writes: > On Fri, 29 May 1998, Dale Tuck wrote: > > We use FreeBSD to drive our logistics management software. One of the > > problems I am having is getting PPP support going while on the network. I > > removed the comment out of line "pseudo devide ppp1" in my kernel to allow > > dialup to occur but it now hangs my PC just after device lo0 appears. My > > network card is ep0 and use lo0 to access to external modem (is this > > correct?). > > No, lo0 is the loopback ethernet interface. Your modem is probably > /dev/cuaa0 or /dev/ttyd0. Um, lo0 is loopback and has nothing to do with Ethernet. -Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 20:53:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA11319 for freebsd-questions-outgoing; Fri, 29 May 1998 20:53:34 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cybcon.com (root@cybcon.com [205.147.64.49]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA11242 for ; Fri, 29 May 1998 20:53:10 -0700 (PDT) (envelope-from wwoods@cybcon.com) Received: from cybcon.com (william@support1.cybcon.com [205.147.76.114]) by cybcon.com (8.9.0.Beta5/8.9.0.Beta5) with ESMTP id UAA05014 for ; Fri, 29 May 1998 20:53:22 -0700 (PDT) Message-ID: <356F829A.682A32B2@cybcon.com> Date: Fri, 29 May 1998 20:52:58 -0700 From: William Woods X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: FreeBSD Questions Subject: Firewall question.... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG OK, got my firewall up and doing what I want, question though, I would like to SEE what is blocked and where it is comming from. I have a tail -f /var/log/messages running in a consol at all times, so is there anyway to get the firewaill to log all denys on /var/log/messages/? -- William - wwoods@cybcon.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 21:39:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA16884 for freebsd-questions-outgoing; Fri, 29 May 1998 21:39:57 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA16877 for ; Fri, 29 May 1998 21:39:51 -0700 (PDT) (envelope-from toor@dyson.iquest.net) Received: (from root@localhost) by dyson.iquest.net (8.8.8/8.8.8) id XAA16031; Fri, 29 May 1998 23:39:40 -0500 (EST) (envelope-from toor) From: "John S. Dyson" Message-Id: <199805300439.XAA16031@dyson.iquest.net> Subject: Re: your mail In-Reply-To: <19980527064612.11310.qmail@hotmail.com> from yuejiong li at "May 26, 98 11:46:11 pm" To: lyjiong@hotmail.com (yuejiong li) Date: Fri, 29 May 1998 23:39:40 -0500 (EST) Cc: questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Dear sir, > > I heard that I could get entire source code of UNIX.Is this true? > > And how I could do it. > ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/src Just use whatever technique that you know how to grab the files. John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 22:01:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA18706 for freebsd-questions-outgoing; Fri, 29 May 1998 22:01:17 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail1.realtime.net (mail1.realtime.net [205.238.128.217]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id WAA18692 for ; Fri, 29 May 1998 22:01:09 -0700 (PDT) (envelope-from jktheowl@bga.com) Received: (qmail 15492 invoked from network); 30 May 1998 05:01:03 -0000 Received: from zoom.realtime.net (HELO zoom.bga.com) (root@205.238.128.40) by mail1.realtime.net with SMTP; 30 May 1998 05:01:03 -0000 Received: from barnowl (apm7-205.realtime.net [204.96.0.205]) by zoom.bga.com (8.6.12/8.6.12) with SMTP id AAA25040; Sat, 30 May 1998 00:00:57 -0500 Date: Sat, 30 May 1998 00:07:34 -0500 (CDT) From: John Kenagy X-Sender: jktheowl@barnowl To: Doug White cc: questions freebsd Subject: Re: si02 and sio3 both dead? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998, Doug White wrote: > On Thu, 28 May 1998, John Kenagy wrote: > > > Hi, I'm lost. > > > > Some time ago I added a serial and parallel port card, rebuilt > > the kernel, hooked up the parallel port to a second printer > > and ran fine. The probe reports the serial ports, too. > > > > I have read everything and tried it all but the /dev/cuaa2 and 3 > > are dead as well as /dev/ttyd2 and 3. Modems switched, cords switched, > > entries in /etc/ttys for cuaa1 do not work with cuaa2. Using > > mgetty on cuaa1, I can log in but not on cuaa2. > > What does dmesg report? > Just what I would expect with no conflicts, either. dmesg output (greped): sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A sio2 at 0x3e8-0x3ef irq 5 on isa sio2: type 16550A sio3 at 0x2e8-0x2ef irq 9 on isa sio3: type 16550A sio0 is my mouse, sio1 is a modem. I guess my next step is to get one of those spiffy testers and plug it into the ports.:-( John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 22:28:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA22574 for freebsd-questions-outgoing; Fri, 29 May 1998 22:28:20 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA22456 for ; Fri, 29 May 1998 22:27:52 -0700 (PDT) (envelope-from toor@dyson.iquest.net) Received: (from root@localhost) by dyson.iquest.net (8.8.8/8.8.8) id AAA14430; Sat, 30 May 1998 00:27:45 -0500 (EST) (envelope-from toor) Message-Id: <199805300527.AAA14430@dyson.iquest.net> Subject: Re: another question... In-Reply-To: <199805292338.QAA21785@epic5.Stanford.EDU> from "John W. Chang" at "May 29, 98 04:38:19 pm" To: kutta@leland.Stanford.EDU (John W. Chang) Date: Sat, 30 May 1998 00:27:45 -0500 (EST) Cc: questions@FreeBSD.ORG From: "John S. Dyson" Reply-To: dyson@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John W. Chang said: > > Are all three BSD flavored OS's worked on by different divisions within > the same organization or are they three distinct, completely separate > groups??? And are any related directly to BSDI??? > > Just curious... I'm a Linux user and just started get interested in > the BSD flavors recently. > > thanks for your help. > Each of the BSD's have different personalities and somewhat overlapping but different optimal applications. FreeBSD is more of a server OS where server (scaled) performance and robustness is a focus, NetBSD is more of an embedded OS with an extreme focus on portability, and OpenBSD is mostly like NetBSD with security as more of a focus. Each can work in each place. For example, if you find that FreeBSD isn't right for you, NetBSD might be. You'll be surprised with how different each one is, but also how similar they are also. If you find that one of the *BSD's doesn't work very well in your application, it is likely that one of the others will work super-well. You can use NetBSD in server apps, with the appropriate tradeoffs, and you can use FreeBSD in embedded apps, with other tradeoffs. You might want to use FreeBSD in X86 embedded situations, while using NetBSD in ARM embedded situations, and each OS is relatively mutually compatible. (One can readily do NetBSD development on a FreeBSD machine, because large builds do go faster, test the code, and download and further test on the final device -- that can be and is being done.) If you want to do a quick port to another architecture, you'll find that NetBSD will be the easist choice. If you want to deploy an X86 (and soon to be Alpha) internet server (at almost any scaled size, on commodity hardware) FreeBSD is likely the best choice. As always: YMMV. -- John | Never try to teach a pig to sing, dyson@freebsd.org | it just makes you look stupid, jdyson@nc.com | and it irritates the pig. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 22:32:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA23210 for freebsd-questions-outgoing; Fri, 29 May 1998 22:32:52 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from nwalme.pair.com (nwalme.pair.com [209.68.1.123]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA23185 for ; Fri, 29 May 1998 22:32:36 -0700 (PDT) (envelope-from dima@nwalme.pair.com) Received: (from dima@localhost) by nwalme.pair.com (8.9.0/8.6.12) id BAA09236; Sat, 30 May 1998 01:32:31 -0400 (EDT) Message-Id: <199805300532.BAA09236@nwalme.pair.com> X-Envelope-To: freebsd-questions@FreeBSD.ORG Subject: Re: Firewall question.... To: wwoods@cybcon.com (William Woods) Date: Sat, 30 May 1998 01:32:31 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <356F829A.682A32B2@cybcon.com> from William Woods at "May 29, 98 08:52:58 pm" From: Dima Dorfman X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I don't know about /var/log/messages, but it could log to the console (/dev/console). This is done on a per-rule basis. For example, if you have a rule such as: ipfw add 1 deny udp from any to any replace it with iprw add 1 deny log udp from any to any Since thousands of packets pass throught your system (maybe), it will build it quickly. You need to add the following line to your kernel config file: IPFIREWALL_VERBOSE_LIMIT=nnn (replacing nnn with a maximum number of logs before it stops), and rebuild your kernel. Hope this helps :-) > OK, got my firewall up and doing what I want, question though, I would > like to SEE what is blocked and where it is comming from. I have a tail > -f /var/log/messages running in a consol at all times, so is there > anyway to get the firewaill to log all denys on /var/log/messages/? > > -- > William - wwoods@cybcon.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Dima Dorfman (dima@zwb.net) "640k ought to be enough for anybody." - Bill Gates, 1981 Micro$oft Sucks! FreeBSD Rules! http://www.freebsd.org/ Finger dima@zwb.net for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 22:41:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA24197 for freebsd-questions-outgoing; Fri, 29 May 1998 22:41:39 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jade.emeraldis.com (root@emerald-internet-ser.Greensboro.mci.net [204.70.81.34]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA24145 for ; Fri, 29 May 1998 22:41:18 -0700 (PDT) (envelope-from ken@co.greenwood.sc.us) Received: from tami (ppp89.emeraldis.com [206.100.238.89]) by jade.emeraldis.com (8.8.5/8.8.5) with SMTP id BAA09531 for ; Sat, 30 May 1998 01:57:51 -0400 (EDT) From: "Ken Spate" To: Subject: Modem Date: Sat, 30 May 1998 01:22:36 -0400 Message-ID: <01bd8b8a$f53ceb80$59ee64ce@tami> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01BD8B69.6E2B4B80" 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_01BD8B69.6E2B4B80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Is a Practical Peripherals 56K flex internal modem compatible with = FreeBSD. I cannot seem to make it work. I am currently using it with = my Windows95 box. Ken ------=_NextPart_000_0004_01BD8B69.6E2B4B80 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Is a Practical Peripherals 56K flex = internal=20 modem compatible with FreeBSD.  I cannot seem to make it = work.  I am=20 currently using it with my Windows95 box.
Ken
------=_NextPart_000_0004_01BD8B69.6E2B4B80-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 22:54:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA26283 for freebsd-questions-outgoing; Fri, 29 May 1998 22:54:11 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lakmail.eng.slt.lk (lakmail.eng.slt.lk [204.143.96.18] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id WAA26140 for ; Fri, 29 May 1998 22:53:48 -0700 (PDT) (envelope-from manjuka@kabool.slt.lk) Received: from [204.143.100.99] by lakmail.eng.slt.lk (NTMail 3.02.13) with ESMTP id xa257553 for ; Sat, 30 May 1998 13:49:25 +0600 Message-Id: <3.0.1.32.19980530115134.0068e710@kabool.slt.lk> X-Sender: manjuka@kabool.slt.lk X-Mailer: Windows Eudora Light Version 3.0.1 (32) Date: Sat, 30 May 1998 11:51:34 +0500 To: questions@FreeBSD.ORG From: "Kabool Lanka (MIS)" Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Sir / Madam, Here in Sri Lanka in our server we are encountered with a problem with our application software, developed using RM COBOL 2.3. on SCOZENIX platform. So to solve the problem RMCOBOL 2.3 installation kit is needed, which we are unable to find in Sri Lanka. Please let me know the availability of the above at your organisation or any URL to find it. Your quick reply on this matter is highly appreciated. Best Regards Manjuka Tennakoon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 29 23:43:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA02204 for freebsd-questions-outgoing; Fri, 29 May 1998 23:43:30 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from nwalme.pair.com (nwalme.pair.com [209.68.1.123]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA02046 for ; Fri, 29 May 1998 23:42:15 -0700 (PDT) (envelope-from dima@nwalme.pair.com) Received: (from dima@localhost) by nwalme.pair.com (8.9.0/8.6.12) id CAA10409; Sat, 30 May 1998 02:42:00 -0400 (EDT) Message-Id: <199805300642.CAA10409@nwalme.pair.com> X-Envelope-To: freebsd-questions@FreeBSD.ORG Subject: Re: Modem To: ken@co.greenwood.sc.us (Ken Spate) Date: Sat, 30 May 1998 02:41:59 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <01bd8b8a$f53ceb80$59ee64ce@tami> from Ken Spate at "May 30, 98 01:22:36 am" From: Dima Dorfman X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is it a winmodem? How are you trying to use it? P.S.. Please don't dent HTML to the list. Thanks > Is a Practical Peripherals 56K flex internal modem compatible with FreeBSD. I cannot seem to make it work. I am currently using it with my Windows95 box. > Ken [text/html is unsupported, treating like TEXT/PLAIN] > > > > > > > > >
Is a Practical Peripherals 56K flex internal > modem compatible with FreeBSD.  I cannot seem to make it work.  I am > currently using it with my Windows95 box.
>
Ken
-- Dima Dorfman (dima@zwb.net) "640k ought to be enough for anybody." - Bill Gates, 1981 Micro$oft Sucks! FreeBSD Rules! http://www.freebsd.org/ Finger dima@zwb.net for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 00:23:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA08414 for freebsd-questions-outgoing; Sat, 30 May 1998 00:23:30 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from buffy.tpgi.com.au (buffy.tpgi.com.au [203.12.160.34]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA08390 for ; Sat, 30 May 1998 00:23:21 -0700 (PDT) (envelope-from eirvine@tpgi.com.au) Received: (from smtpd@localhost) by buffy.tpgi.com.au (8.8.7/8.8.7) id RAA12939 for ; Sat, 30 May 1998 17:23:54 +1000 Received: from tar-ppp-165.tpgi.com.au(203.26.26.165), claiming to be "gretchen" via SMTP by buffy.tpgi.com.au, id smtpda12914; Sat May 30 17:23:45 1998 From: "Eddie Irvine" To: Subject: Re: c compiler problem Date: Sat, 30 May 1998 17:22:53 +1000 Message-ID: <01bd8b9b$c2c7aee0$a51a1acb@gretchen> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello Norma, 2.2.1 is quite old by now. I suggest you use cvsup to update to the 2.2-Stable release, and make world. >Hello everyone ! > > I have a problem with my freebsd. I want to compile a port, but >when i run configure it say me the C compiler has a problem. > How can I to install de cc compiler ?. I have freeBSD 2.2.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 00:34:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA10475 for freebsd-questions-outgoing; Sat, 30 May 1998 00:34:33 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail-ftp.nordicdms.com ([207.21.168.100]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA10446 for ; Sat, 30 May 1998 00:34:17 -0700 (PDT) (envelope-from walton@nordicdms.com) Received: from mail-ftp (mail.nordicdms.com [207.21.168.101]) by mail-ftp.nordicdms.com (Post.Office MTA v3.1 release PO205e ID# 0-0U10L2S100) with SMTP id AAA277 for ; Sat, 30 May 1998 00:34:09 -0700 From: walton@nordicdms.com (Dave Walton) Organization: Nordic Entertainment Worldwide To: freebsd-questions@FreeBSD.ORG Date: Sat, 30 May 1998 00:34:09 -800 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: fdisk slice oddities Reply-to: walton@nordicdms.com In-reply-to: <199805140024440448.02FAF632@mailgate.execpc.com> Message-ID: <19980530073409264.AAA277@mail.nordicdms.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I was just setting up a new 2.2.6R system, and saw something odd in fdisk that I haven't noticed before. I'm hoping one of you can explain this to me. ("fdisk" refers to the interactive version in sysinstall, not the other one that I don't know how to use.) When I go into fdisk, it reports the disk geometry as detected during boot: 4960/16/63 If I tell it to use the whole disk, it keeps that geometry and makes the necessary slices. But if I tell it to use the whole disk in dangerously dedicated mode, it changes the geometry to 311/255/63. Is there some particular reason why dangerously dedicated mode changes the drive geometry? Thanks, Dave ---------------------------------------------------------------------- Dave Walton Webmaster, Postmaster Nordic Entertainment Worldwide walton@nordicdms.com http://www.nordicdms.com ---------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 00:58:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA14304 for freebsd-questions-outgoing; Sat, 30 May 1998 00:58:41 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp01.wxs.nl (smtp01.wxs.nl [195.121.6.61]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA14249 for ; Sat, 30 May 1998 00:58:19 -0700 (PDT) (envelope-from jaapw@gmx.net) Received: from gmx.net ([195.121.42.159]) by smtp01.wxs.nl (Netscape Messaging Server 3.52) with ESMTP id AAAD73 for ; Sat, 30 May 1998 09:57:22 +0200 Message-ID: <356FBBB8.7BF2EB9@gmx.net> Date: Sat, 30 May 1998 09:56:41 +0200 From: Jaap Willems X-Mailer: Mozilla 4.05 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Where and what exactly ? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Can anyone tell me where i should download freeBSD ? I also like to know which files you need (minimal) to run FreeBSD. Thanx, Jaap To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 01:02:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA14834 for freebsd-questions-outgoing; Sat, 30 May 1998 01:02:53 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from violet.csi.cam.ac.uk (exim@violet.csi.cam.ac.uk [131.111.8.58]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA14688 for ; Sat, 30 May 1998 01:01:41 -0700 (PDT) (envelope-from bjc23@hermes.cam.ac.uk) Received: from bjc23.trin.cam.ac.uk ([131.111.212.250]) by violet.csi.cam.ac.uk with smtp (Exim 1.92 #1) id 0yfgZw-0003j9-00; Sat, 30 May 1998 09:01:24 +0100 Date: Sat, 30 May 1998 09:01:24 +0100 (BST) From: Ben Cohen X-Sender: bjc23@bjc23.trin.cam.ac.uk Reply-To: bjc23@hermes.cam.ac.uk To: George Yobst cc: freebsd-questions@FreeBSD.ORG Subject: Re: VT100 escape codes 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 > Does anyone know where I can get a list of the escape codes for > vt100's? I'm looking to find out the codes to turn off the > application and cursor key modes. More specifically, Lynx > is leaving them on, so the number pad is usless when exiting. Try http://www.cs.utk.edu/~shuford/terminal_index.html for masses of terminal information. In particular, for VT100 information go to: http://www.cs.utk.edu/~shuford/terminal/dec.html I like the VT100 animations! Ben. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 01:14:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA16148 for freebsd-questions-outgoing; Sat, 30 May 1998 01:14:20 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from fanfic.org (fanfic.org [205.150.35.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA16126 for ; Sat, 30 May 1998 01:14:04 -0700 (PDT) (envelope-from dstenn@fanfic.org) Received: from fanfic.org (fanfic.org [205.150.35.145]) by fanfic.org (8.8.8/8.8.8) with SMTP id EAA00744; Sat, 30 May 1998 04:04:15 -0400 (EDT) (envelope-from dstenn@fanfic.org) Posted-Date: Sat, 30 May 1998 04:04:15 -0400 (EDT) Date: Sat, 30 May 1998 04:04:15 -0400 (EDT) From: Dennis Tenn To: "RMIRON.US.ORACLE.COM" cc: freebsd-questions@FreeBSD.ORG Subject: Re: using a floppy In-Reply-To: <199805282000.NAA20939@mailsun2.us.oracle.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 28 May 1998, RMIRON.US.ORACLE.COM wrote: | Greetings, | | I am running FreeBSD on a pentium platform. The hardware contains a floppy | device. When I try to use the floppy I can format a disk, but I cannot | mount | the floppy. The command that I use is: mount /dev/fd0 /floppy. I get the | error message "Incorrect Super Block". I check the etc/fstab file and it | does | not show anything for /floppy. There were no super block errors during | installation and I have checked the compatibility of the hardware. | | Does the mount command require any options or am I just missing the point | altogether? | | I checked the FAQ site and there is not much on floppies. Try mount -t msdos /dev/fd0 /floppy -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Dennis Tenn * There will always come a time dstenn@fanfic.org * When your love will be tested ICQ# 1457509 * Stand tall and rise to the occasion * For only then will you grow strong. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 01:15:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA16276 for freebsd-questions-outgoing; Sat, 30 May 1998 01:15:55 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA16255 for ; Sat, 30 May 1998 01:15:37 -0700 (PDT) (envelope-from dean@odyssey.apana.org.au) Received: from localhost (dean@localhost) by odyssey.apana.org.au (8.8.8/8.8.7) with SMTP id QAA28114; Sat, 30 May 1998 16:15:26 +0800 (WST) Date: Sat, 30 May 1998 16:15:26 +0800 (WST) From: Dean Hollister To: Jaap Willems cc: freebsd-questions@FreeBSD.ORG Subject: Re: Where and what exactly ? In-Reply-To: <356FBBB8.7BF2EB9@gmx.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 30 May 1998, Jaap Willems wrote: > Can anyone tell me where i should download freeBSD ? http://www.freebsd.org/ ftp://ftp.freebsd.org/ > I also like to know which files you need (minimal) to run FreeBSD. User distribution should cover a basic setup. Ports are optional, but a good idea. Regards, d. +-------------------------------------------------------+ | Dean Hollister, | dean@odyssey.apana.org.au | | Perth, Western Australia. | deanh@iinet.net.au | +-------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 01:16:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA16406 for freebsd-questions-outgoing; Sat, 30 May 1998 01:16:37 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cybertouch.org (cybertouch.org [209.47.145.231]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA16380 for ; Sat, 30 May 1998 01:16:19 -0700 (PDT) (envelope-from beef@cybertouch.org) Received: from localhost (beef@localhost) by cybertouch.org (8.8.8/8.8.8) with SMTP id EAA03583 for ; Sat, 30 May 1998 04:15:05 -0400 (EDT) (envelope-from beef@cybertouch.org) Date: Sat, 30 May 1998 04:15:03 -0400 (EDT) From: Lanny Baron To: questions@FreeBSD.ORG Subject: bad file descriptor Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cybertouch# cd /temp /temp: Not a directory. cybertouch# ls -l /temp ls: /temp: Bad file descriptor cybertouch# rm /temp rm: /temp: Bad file descriptor cybertouch# rm -f /temp rm: /temp: Bad file descriptor # Device Mountpoint FStype Options Dump Pass# /dev/wd1s1b none swap sw 0 0 /dev/wd1s1a / ufs rw 1 1 /dev/wd1s1g /home ufs rw 2 2 /dev/wd1s1f /usr ufs rw 2 2 /dev/wd1s1e /var ufs rw 2 2 proc /proc procfs rw 0 0 /dev/cd0a /cdrom cd9660 ro,noauto 0 0 /dev/wd0s1 /c msdos rw,noauto 0 0 /dev/wd1s2 /d msdos rw,noauto 0 0 /dev/wd2s1 /temp ufs rw 2 2 Hello, i tried to add another h/d to my system. I used /stand/sysinstall and at the same time i put in the bin distribution on / because i wanted to get rid of kerberos. I seemed to have messed things up. Hope i can get helped again Regards.... Lanny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 01:17:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA16581 for freebsd-questions-outgoing; Sat, 30 May 1998 01:17:43 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from fanfic.org (fanfic.org [205.150.35.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA16550 for ; Sat, 30 May 1998 01:17:34 -0700 (PDT) (envelope-from dstenn@fanfic.org) Received: from fanfic.org (fanfic.org [205.150.35.145]) by fanfic.org (8.8.8/8.8.8) with SMTP id EAA00805; Sat, 30 May 1998 04:14:58 -0400 (EDT) (envelope-from dstenn@fanfic.org) Posted-Date: Sat, 30 May 1998 04:14:58 -0400 (EDT) Date: Sat, 30 May 1998 04:14:58 -0400 (EDT) From: Dennis Tenn To: Richard Nottingham cc: "'freebsd-questions@freebsd.org'" Subject: Re: Download problens In-Reply-To: <01BD8B12.D48CA060@hpb20613.boi.hp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998, Richard Nottingham wrote: | How can I fit a 1.47mb file on a 1.44mb disk. When I download the file, | the size is 1.47. What file are you talking about? The boot.flp file? The instructions are simple. Get the README file from the same dir you got the boot.flp file and follow the instructions. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Dennis Tenn * There will always come a time dstenn@fanfic.org * When your love will be tested ICQ# 1457509 * Stand tall and rise to the occasion * For only then will you grow strong. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 01:54:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA19700 for freebsd-questions-outgoing; Sat, 30 May 1998 01:54:25 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from campus.uoc.es (panama.uoc.es [193.146.196.18]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id BAA19694 for ; Sat, 30 May 1998 01:54:11 -0700 (PDT) (envelope-from mrocar@campus.uoc.es) Received: from panama by campus.uoc.es (SMI-8.6/SMI-SVR4) id KAA00942; Sat, 30 May 1998 10:50:01 +0200 Message-Id: <199805300850.KAA00942@campus.uoc.es> From: Miquel Roca Romaguera X-Uoc-From: "Miquel Roca Romaguera <mrocar@campus.uoc.es>" To: freebsd-questions@FreeBSD.ORG Subject: No more messages X-Uoc-Subject: "No more messages" X-Uoc-Id: <2209598@05/30/1998 10:50:01.032741@> X-Uoc-UserType: estudiant X-Uoc-Att: 0 Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--------------UOCGENERATED031070" Date: Sat, 30 May 1998 10:50:01 +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----------------UOCGENERATED031070 Content-Type: text/plain Content-Transfer-Encoding: 7bit Mo more messges,please. ----------------UOCGENERATED031070-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 02:15:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA20934 for freebsd-questions-outgoing; Sat, 30 May 1998 02:15:14 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from darla.swimsuit.internet.dk (Modem1112.internet.dk [194.255.12.44]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA20927 for ; Sat, 30 May 1998 02:15:04 -0700 (PDT) (envelope-from leifn@internet.dk) Received: from darla.swimsuit.internet.dk (darla.swimsuit.internet.dk. [192.168.0.10]) by darla.swimsuit.internet.dk (8.8.8/8.8.8) with SMTP id KAA00996; Sat, 30 May 1998 10:43:11 +0200 (CEST) (envelope-from leifn@internet.dk) Date: Sat, 30 May 1998 10:43:11 +0200 (CEST) From: Leif Neland Reply-To: leifn@internet.dk To: Evren Yurtesen cc: freebsd-questions@FreeBSD.ORG Subject: Re: wu-ftp In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 23 May 1998, Evren Yurtesen wrote: > hello > I have wuftp installed on my freebsd box... > I want to limit remote users with their ip address... > I mean for example 1 connection per ip > or 2 connections per ip. Why would you want to do this? An entire company or school might be "hiding" behind a single ip-adress on their firewall. Leif Neland leifn@internet.dk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 02:27:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA21645 for freebsd-questions-outgoing; Sat, 30 May 1998 02:27:57 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA21634 for ; Sat, 30 May 1998 02:27:45 -0700 (PDT) (envelope-from grog@lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id SAA00338; Sat, 30 May 1998 18:57:41 +0930 (CST) (envelope-from grog) Message-ID: <19980530185741.K20360@freebie.lemis.com> Date: Sat, 30 May 1998 18:57:41 +0930 From: Greg Lehey To: walton@nordicdms.com, freebsd-questions@FreeBSD.ORG Subject: Re: fdisk slice oddities References: <199805140024440448.02FAF632@mailgate.execpc.com> <19980530073409264.AAA277@mail.nordicdms.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <19980530073409264.AAA277@mail.nordicdms.com>; from Dave Walton on Sat, May 30, 1998 at 12:34:09AM +0000 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 30 May 1998 at 0:34:09 +0000, Dave Walton wrote: > I was just setting up a new 2.2.6R system, and saw something odd > in fdisk that I haven't noticed before. I'm hoping one of > you can explain this to me. ("fdisk" refers to the interactive > version in sysinstall, not the other one that I don't know how to > use.) > > When I go into fdisk, it reports the disk geometry as detected during > boot: 4960/16/63 > If I tell it to use the whole disk, it keeps that geometry and makes > the necessary slices. But if I tell it to use the whole disk in > dangerously dedicated mode, it changes the geometry to 311/255/63. Dedicated mode. It's not only not dangerous, it's safer than non-dedicated mode. > Is there some particular reason why dangerously dedicated mode > changes the drive geometry? It might come closer to getting it right. We need to completely revise this stuff. Nobody has really looked at it for as long as I've been involved with FreeBSD (about 4 years). In that time, computers have come to accept large disks, we have various mapping models for Microsoft, and we (FreeBSD) need to have tools which can handle the changed situation. I suppose the most important difference is that no modern disks have a rigid geometry any more (in other words, the terms cylinders, heads and sectors are all faked). All we care about is the LBA (logical block addressing) mode. FreeBSD has been doing this for a long time, but we've still been inventing fake geometries for the sake of other systems. It's about time we stopped, but I, for one, don't know what kludges Microsoft has applied. In dedicated mode, this shouldn't make any difference, but if you want to share, there could be problems. Apart from the observation, did you have any problems? Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 03:23:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA24921 for freebsd-questions-outgoing; Sat, 30 May 1998 03:23:11 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from avrasya.ispro.net.tr (avrasya.ispro.net.tr [195.174.18.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA24904 for ; Sat, 30 May 1998 03:22:58 -0700 (PDT) (envelope-from yurtesen@ispro.net.tr) Received: from localhost (yurtesen@localhost) by avrasya.ispro.net.tr (8.8.6/8.7.3) with SMTP id OAA13356; Sat, 30 May 1998 14:25:07 +0300 Date: Sat, 30 May 1998 14:25:06 +0300 (EET DST) From: Evren Yurtesen To: Leif Neland cc: freebsd-questions@FreeBSD.ORG Subject: Re: wu-ftp 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 well I have a limit of 5 people at the same time on my ftp site... and sometimes 1 person connects 5 times... eh, and s/he prevents other people from connecting to my site +--------------------------------------------------------+ | Name : Evren Yurtesen - yurtesen@ispro.net.tr | | S-mail: Mithatpasa Cad. No:1079/13 35290 Guzelyali | | Home:+90-232-2857604 Work:+90-232-2463992 Izmir/TURKEY | +--------------------------------------------------------+ On Sat, 30 May 1998, Leif Neland wrote: > On Sat, 23 May 1998, Evren Yurtesen wrote: > > > hello > > I have wuftp installed on my freebsd box... > > I want to limit remote users with their ip address... > > I mean for example 1 connection per ip > > or 2 connections per ip. > > Why would you want to do this? An entire company or school might be > "hiding" behind a single ip-adress on their firewall. > > > Leif Neland > leifn@internet.dk > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 04:58:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA06354 for freebsd-questions-outgoing; Sat, 30 May 1998 04:58:14 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from teapot23.domain2.bigpond.com (teapot23.bigpond.com [139.134.5.165]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id EAA06341 for ; Sat, 30 May 1998 04:58:02 -0700 (PDT) (envelope-from dstacey@bigpond.com) Received: from localhost (localhost [127.0.0.1]) by teapot23.domain2.bigpond.com (NTMail 3.02.13) with ESMTP id pa101935 for ; Sat, 30 May 1998 21:56:54 +1100 Received: from AD-A04-pool-253.tmns.net.au ([139.134.9.253]) by mail.bigpond.com (Claudes-Perennial-MailRouter V1.2c); 30 May 1998 21:56:54 Received: by AD-A04-pool-253.tmns.net.au with Microsoft Mail id <01BD8C12.A3599920@AD-A04-pool-253.tmns.net.au>; Sat, 30 May 1998 21:33:51 +0930 Message-ID: <01BD8C12.A3599920@AD-A04-pool-253.tmns.net.au> From: David Stacey To: "'freebsd-questions@freebsd.org'" Subject: Where do you download the OS? Date: Sat, 30 May 1998 17:18:08 +0930 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id EAA06342 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I want to get freebsd, but it seems that you have made it so difficult that I wont be able to use it. firstly, which directories do I need to get this thing to work? Your web page just points to ftp://ftp.freebsd.org/pub/FreeBSD/2.2.6-RELEASE which is of no use to me whatsoever. The web page should have links to each file that is required for the install process, or at least a page telling you which directories to grab a hold of. could you please give me the absolute ftp address where I can locate all of the files required to get it running? also, is there anywhere in australia where I can order the CD? thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 05:50:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA10098 for freebsd-questions-outgoing; Sat, 30 May 1998 05:50:10 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.bit-net.com (dns1.bit-net.com [208.146.132.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA10023 for ; Sat, 30 May 1998 05:49:57 -0700 (PDT) (envelope-from sderdau@bit-net.com) Received: from sderdau.bit-net.com (sderdau.bit-net.com [208.146.135.247]) by mail.bit-net.com (8.8.8/8.8.8) with SMTP id IAA24523 for ; Sat, 30 May 1998 08:49:51 -0400 (EDT) Message-ID: <3570A949.167EB0E7@bit-net.com> Date: Sat, 30 May 1998 20:50:17 -0400 From: "Stephen A. Derdau" X-Mailer: Mozilla 3.04Gold (X11; I; FreeBSD 2.2.6-RELEASE i386) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: email hangs connection Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "FreeBSD It's That and Much Much More" Find out Why @ http://www.freebsd.org Every time I have say 150 emails to download The ppp connection always stops responding before I get to the 150th email. For example I cannot ping anything when this happens ping also seems to stop working. Today I had about 146 emails to download and had to disconnect and dial in about 3 times to get all my email messages. I am using netscape 3.04 Gold running FreeBsd 2.2.6. Has anyone else had such a problem? Pointers in ther right direction appreciated. I am not sure if this problem is realted to switching isps or upgrading FreeBSD . Everything use to work :-) Thank You Stephen A. Derdau To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 06:43:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA13594 for freebsd-questions-outgoing; Sat, 30 May 1998 06:43:25 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from nwalme.pair.com (nwalme.pair.com [209.68.1.123]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA13470 for ; Sat, 30 May 1998 06:41:43 -0700 (PDT) (envelope-from dima@nwalme.pair.com) Received: (from dima@localhost) by nwalme.pair.com (8.9.0/8.6.12) id JAA18153; Sat, 30 May 1998 09:41:36 -0400 (EDT) Message-Id: <199805301341.JAA18153@nwalme.pair.com> X-Envelope-To: freebsd-questions@FreeBSD.ORG Subject: Re: Where and what exactly ? To: jaapw@gmx.net (Jaap Willems) Date: Sat, 30 May 1998 09:41:36 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <356FBBB8.7BF2EB9@gmx.net> from Jaap Willems at "May 30, 98 09:56:41 am" From: Dima Dorfman X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Can anyone tell me where i should download freeBSD ? ftp://ftp.freebsd.org/pub/FreeBSD/ > > I also like to know which files you need (minimal) to run FreeBSD. > The bin distirbution is minimal, but manpages are recommended, especially for a new user. All the instructions are at http://www.freebsd.org/handbook/ > Thanx, Jaap > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Dima Dorfman (dima@zwb.net) "640k ought to be enough for anybody." - Bill Gates, 1981 Micro$oft Sucks! FreeBSD Rules! http://www.freebsd.org/ Finger dima@zwb.net for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 06:46:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA13938 for freebsd-questions-outgoing; Sat, 30 May 1998 06:46:48 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from nwalme.pair.com (nwalme.pair.com [209.68.1.123]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA13933 for ; Sat, 30 May 1998 06:46:40 -0700 (PDT) (envelope-from dima@nwalme.pair.com) Received: (from dima@localhost) by nwalme.pair.com (8.9.0/8.6.12) id JAA18241; Sat, 30 May 1998 09:46:30 -0400 (EDT) Message-Id: <199805301346.JAA18241@nwalme.pair.com> X-Envelope-To: freebsd-questions@FreeBSD.ORG Subject: Re: Where do you download the OS? To: dstacey@bigpond.com (David Stacey) Date: Sat, 30 May 1998 09:46:30 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <01BD8C12.A3599920@AD-A04-pool-253.tmns.net.au> from David Stacey at "May 30, 98 05:18:08 pm" From: Dima Dorfman X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The page doesn't link to the files because you may want to download all of them. It's too much work for us. The minimal is the bin distirbution at ftp://ftp.freebsd.org/pub/FreeBSD/2.2.6-RELEASE/bin/* (all files in the directory). Then, you'll need boot.flp at ftp://ftp.freebsd.org/pub/FreeBSD/2.2.6-RELEASE/floppies/boot.flp, and fdimage (if on Win). I don't know the exacp path of that one. The manpages are also recommended at ftp://ftp.freebsd.org/pub/FreeBSD/manpages/*. Our website clearly explains this. Many people have downloaded and installed FreeBSD without any questions on *what* to get, but rather *how* to get something to work :-) > > I want to get freebsd, but it seems that you have made it so difficult that I wont be able to use it. > > firstly, which directories do I need to get this thing to work? Your web page just points to ftp://ftp.freebsd.org/pub/FreeBSD/2.2.6-RELEASE which is of no use to me whatsoever. The web page should have links to each file that is required for the inst all process, or at least a page telling you which directories to grab a hold of. > > could you please give me the absolute ftp address where I can locate all of the files required to get it running? > > also, is there anywhere in australia where I can order the CD? > > thanks. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Dima Dorfman (dima@zwb.net) "640k ought to be enough for anybody." - Bill Gates, 1981 Micro$oft Sucks! FreeBSD Rules! http://www.freebsd.org/ Finger dima@zwb.net for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 06:52:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA14523 for freebsd-questions-outgoing; Sat, 30 May 1998 06:52:31 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from nwalme.pair.com (nwalme.pair.com [209.68.1.123]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA14501 for ; Sat, 30 May 1998 06:52:03 -0700 (PDT) (envelope-from dima@nwalme.pair.com) Received: (from dima@localhost) by nwalme.pair.com (8.9.0/8.6.12) id JAA18327; Sat, 30 May 1998 09:51:53 -0400 (EDT) Message-Id: <199805301351.JAA18327@nwalme.pair.com> X-Envelope-To: freebsd-questions@FreeBSD.ORG Subject: Re: using a floppy To: dstenn@fanfic.org (Dennis Tenn) Date: Sat, 30 May 1998 09:51:53 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: from Dennis Tenn at "May 30, 98 04:04:15 am" From: Dima Dorfman X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On 28 May 1998, RMIRON.US.ORACLE.COM wrote: > > | Greetings, > | > | I am running FreeBSD on a pentium platform. The hardware contains a floppy > | device. When I try to use the floppy I can format a disk, but I cannot > | mount > | the floppy. The command that I use is: mount /dev/fd0 /floppy. I get the > | error message "Incorrect Super Block". I check the etc/fstab file and it > | does > | not show anything for /floppy. There were no super block errors during > | installation and I have checked the compatibility of the hardware. > | > | Does the mount command require any options or am I just missing the point > | altogether? > | > | I checked the FAQ site and there is not much on floppies. > > Try mount -t msdos /dev/fd0 /floppy That's not the problem. You need to newfs the floppy. Type man newfs. > > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > Dennis Tenn * There will always come a time > dstenn@fanfic.org * When your love will be tested > ICQ# 1457509 * Stand tall and rise to the occasion > * For only then will you grow strong. > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Dima Dorfman (dima@zwb.net) "640k ought to be enough for anybody." - Bill Gates, 1981 Micro$oft Sucks! FreeBSD Rules! http://www.freebsd.org/ Finger dima@zwb.net for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 07:22:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA16843 for freebsd-questions-outgoing; Sat, 30 May 1998 07:22:36 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from slate.bw.edu (slate.baldwinw.edu [192.150.115.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA16742 for ; Sat, 30 May 1998 07:20:11 -0700 (PDT) (envelope-from dmeleaso@bw.edu) Received: from localhost (dmeleaso@localhost) by slate.bw.edu (8.8.8/8.8.8) with SMTP id KAA00435; Sat, 30 May 1998 10:14:45 -0400 (EDT) Date: Sat, 30 May 1998 10:14:45 -0400 (EDT) From: Dan To: Richard Nottingham cc: "'freebsd-questions@freebsd.org'" Subject: Re: Download problens In-Reply-To: <01BD8B12.D48CA060@hpb20613.boi.hp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > How can I fit a 1.47mb file on a 1.44mb disk. When I download the file, the size is 1.47. > I believe Microsoft has program to format disks to 1.47megs. Dan Non sum qualis eram. Tempus edax rerum. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 07:37:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA17766 for freebsd-questions-outgoing; Sat, 30 May 1998 07:37:23 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from firewall2.startribune.com (firewall2.startribune.com [132.148.80.211]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA17735 for ; Sat, 30 May 1998 07:36:49 -0700 (PDT) (envelope-from bendede@startribune.com) Received: by firewall2.startribune.com; id JAA25978; Sat, 30 May 1998 09:45:12 -0500 (CDT) Received: from mailserv1.startribune.com(132.148.25.25) by firewall2.startribune.com via smap (3.2) id xma025970; Sat, 30 May 98 09:45:04 -0500 Received: from MANNY by mailserv1.startribune.com; Sat, 30 May 1998 09:43:26 -0500 (CDT) Received: by MANNY with Microsoft Mail id <01BD8BAF.1FA88F40@MANNY>; Sat, 30 May 1998 09:41:30 -0500 Message-ID: <01BD8BAF.1FA88F40@MANNY> From: Dave Bender To: "'questions@freebsd.org'" Subject: remote root access Date: Sat, 30 May 1998 09:41:26 -0500 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 Is there some default I can change to allow myself to log in as root via a telnet or other type of remote session? If I telnet to my freeBSD machine from a Windows machine from across the room, I get "login incorrect" for the root login even though I'm sure I've got the right password (Had no password for a while and thought that was the problem. 'twasn't.) I understand the rationale of having a strict default behavior but this machine is in my apartment; I'm not too concerned about my wife or five-week-old daughter wreaking havoc on my systems. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 08:11:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA20715 for freebsd-questions-outgoing; Sat, 30 May 1998 08:11:14 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from nwalme.pair.com (nwalme.pair.com [209.68.1.123]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA20705 for ; Sat, 30 May 1998 08:11:11 -0700 (PDT) (envelope-from dima@nwalme.pair.com) Received: (from dima@localhost) by nwalme.pair.com (8.9.0/8.6.12) id LAA19533; Sat, 30 May 1998 11:11:07 -0400 (EDT) Message-Id: <199805301511.LAA19533@nwalme.pair.com> X-Envelope-To: freebsd-questions@FreeBSD.ORG Subject: Re: remote root access To: bendede@startribune.com (Dave Bender) Date: Sat, 30 May 1998 11:11:07 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <01BD8BAF.1FA88F40@MANNY> from Dave Bender at "May 30, 98 09:41:26 am" From: Dima Dorfman X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Not sure. However, you shouldn't login as root from getty (login prompt). It's alot safer to su to root. Login as yourself, and type "su" (root is default). This goes for console, and telnet. BTW, id you get a "not in correct group to su to root", add youself to the wheel grooup. Hope this helps :-) > Is there some default I can change to allow myself to log in as root via > a telnet or other type of remote session? > > If I telnet to my freeBSD machine from a Windows machine from across the > room, I get "login incorrect" for the root login even though I'm sure > I've got the right password (Had no password for a while and thought > that was the problem. 'twasn't.) > > I understand the rationale of having a strict default behavior but this > machine is in my apartment; I'm not too concerned about my wife or > five-week-old daughter wreaking havoc on my systems. > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Dima Dorfman (dima@zwb.net) "640k ought to be enough for anybody." - Bill Gates, 1981 Micro$oft Sucks! FreeBSD Rules! http://www.freebsd.org/ Finger dima@zwb.net for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 08:19:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA21248 for freebsd-questions-outgoing; Sat, 30 May 1998 08:19:32 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns.kbsu.ru ([195.209.253.18]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA21241 for ; Sat, 30 May 1998 08:19:26 -0700 (PDT) (envelope-from vel@ns.kbsu.ru) Received: (from vel@localhost) by ns.kbsu.ru (8.8.7/8.8.7) id TAA18219 for questions@freebsd.org; Sat, 30 May 1998 19:24:51 +0400 (MSD) From: Charlie Foot Message-Id: <199805301524.TAA18219@ns.kbsu.ru> Subject: ESS 1688 To: questions@FreeBSD.ORG Date: Sat, 30 May 1998 19:24:50 +0400 (MSD) X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello ! Hey guys, is there any way to make subj. working properly under FreeBSD ? It says that I have no sound card when I include SoundBlaster code in kernel. Prethanks. Eugene L. Vorokov (Toor@IRCNet) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 08:37:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA23211 for freebsd-questions-outgoing; Sat, 30 May 1998 08:37:34 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from kether.intellint.com (kether.intellint.com [198.178.173.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA23183 for ; Sat, 30 May 1998 08:37:27 -0700 (PDT) (envelope-from alan@kether.intellint.com) Received: from kether.intellint.com (198.178.173.1) by kether.intellint.com with ESMTP (Apple Internet Mail Server 1.1.1); Sat, 30 May 1998 11:41:02 -0400 Message-ID: <35702756.2F9E4370@kether.intellint.com> Date: Sat, 30 May 1998 11:35:51 -0400 From: "Alan M. Friedman" Reply-To: alan@kether.intellint.com Organization: Intelligent Interfaces, Inc. X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG CC: freebsd-newbies@FreeBSD.ORG Subject: ifconfig MEDIA error with param "media 10base2/BNC" Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have an Etherlink III PCMCIA ethernet card and have installed the 980520 SNAP. Can anyone tell me why the following line gives an ifconfig ...MEDIA error: ifconfig zp0 inet 198.18.173.1 media 10base2/BNC The network can't get out past localhost, so I'm sure it's defaulting NOT to use the BNC connector which I'm using. The ifconfig man page is NO help. Where do I find the "interface drivers" info for an EtherLink III PCMCIA??? Any help would be greatly appreciated. With sincere thanks, Alan M. Friedman alan@kether.intellint.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 08:58:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA24786 for freebsd-questions-outgoing; Sat, 30 May 1998 08:58:55 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dreamer.dreamfire.net (dreamfire.net [209.160.21.220]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id IAA24777 for ; Sat, 30 May 1998 08:58:49 -0700 (PDT) (envelope-from sean@dreamfire.net) Received: (qmail 445 invoked from network); 30 May 1998 15:58:04 -0000 Received: from dreamfire.net (HELO dreamer.dreamfire.net) (209.160.21.220) by dreamfire.net with SMTP; 30 May 1998 15:58:04 -0000 Date: Sat, 30 May 1998 08:58:03 -0700 (PDT) From: Sean-Paul Rees To: questions@FreeBSD.ORG Subject: PPP 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 -----BEGIN PGP SIGNED MESSAGE----- Hello: I am trying to route several IP's through ppp, how can I set it up to get 2 or 3 static routes? I have the full authority over the Class C and dialup systems in question. Thanks! - -Sean-Paul Rees sean@dreamfire.net, SR5176 =============================================== = Sean-Paul Rees = Dream Fire Networks = = sean@dreamfire.net = Dream Fire Consulting = = = = "Marking your achievements, and improving = = upon them is better than any award anybody = = will bestow." -Sean-Paul Rees = =============================================== sig updated: 5/20/1998 Type bits/keyID Date User ID pub 2047/EF18B3ED 1998/04/11 Sean-Paul Rees -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQEVAwUBNXAshrDu0TvvGLPtAQGNCgf8C/azDJ/8t/Vgj8uphkwpXKaoKQuB3DCa NN+aI8MfdtNffrjAha+MSuU85pCi/mPWG28vU5Igyt3nThs92QNVatVkUNXqkCsL blqjdstCtMuC6gYXJ3fA46YS74Cw38oMxd5c9Rc7rysBVDhYmssn5kbwzDfJlu2F At0X50e4a/FPFaN8iDKcbDegQYKWTr0kAfl6KhO/EYPZkyAFd681L7oC9OesQJUr BQ1Pe6P3/FvKV+kd9cOx6JRR5Ga0Owy2ycRvHpWvItaAE0anwYNUz8OwhfkmLPVY bnxj3kXpV9xD2QN0yO/k8nh6Pg94OFyymxVMbRZ46eYho2jFNytjWQ== =PIAJ -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 09:45:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA29153 for freebsd-questions-outgoing; Sat, 30 May 1998 09:45:31 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from java.dpcsys.com (java.dpcsys.com [206.16.184.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA29143 for ; Sat, 30 May 1998 09:45:19 -0700 (PDT) (envelope-from dan@dpcsys.com) Received: from localhost (dan@localhost) by java.dpcsys.com (8.8.7/8.8.2) with SMTP id JAA13404; Sat, 30 May 1998 09:46:54 -0700 (PDT) Date: Sat, 30 May 1998 09:46:54 -0700 (PDT) From: Dan Busarow To: Rolando Paez cc: freebsd-questions@FreeBSD.ORG Subject: Re: WWW with Apache In-Reply-To: <000101bd8b6f$8c512200$19eaa7cc@rolando.fastel.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998, Rolando Paez wrote: > I've just installed the Apache web server on a Pentium 100, 64MB, > T1 connection machine running FreeBSD 2.2.6. All seems fine, > but the response time from the web server is a little slow, I've > noticed that other websites on the Internet with similar systems > have much faster response time that mine. Can you tell me how can I > achieve a faster website? or Where can I find some information related > to this problem? Your machine should be able to serve up pages quite quickly. I ran a machine with ~ 100 very happy customers on a P90/32M for over a year. Recently upgraded it to a P200/64M and no one seemed to notice. Make sure that your DNS is working properly, both forward and reverse. See what else you have running on the system that may be using resources. top will tell you most of what you need to know. Don't run X on this machine. If you are that's your problem. Dan -- Dan Busarow 949 443 4172 DPC Systems / Beach.Net dan@dpcsys.com Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 09 DB FD E1 DD 0C 82 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 10:02:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA01506 for freebsd-questions-outgoing; Sat, 30 May 1998 10:02:20 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from polymorph.qcsn.com (root@polymorph.qcsn.com [207.149.233.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA01297 for ; Sat, 30 May 1998 10:01:36 -0700 (PDT) (envelope-from hamellr@qcsn.com) Received: from greymouser.circle-path.org (pdx69-i48-14.teleport.com [204.202.172.156]) by polymorph.qcsn.com (8.8.7/8.7.3) with SMTP id KAA26255; Sat, 30 May 1998 10:03:18 -0700 Date: Sat, 30 May 1998 10:03:40 -0700 () From: Rick Hamell To: Charlie Foot cc: questions@FreeBSD.ORG Subject: Re: ESS 1688 In-Reply-To: <199805301524.TAA18219@ns.kbsu.ru> Message-ID: X-X-Sender: hamellr@mail.qcsn.com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hey guys, is there any way to make subj. working properly under FreeBSD ? > It says that I have no sound card when I include SoundBlaster code in > kernel. Did you add the PNP option to the kernal? Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 10:03:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA01627 for freebsd-questions-outgoing; Sat, 30 May 1998 10:03:53 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lucy.bedford.net (lucy.bedford.net [206.99.145.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA01618 for ; Sat, 30 May 1998 10:03:44 -0700 (PDT) (envelope-from listread@lucy.bedford.net) Received: (from listread@localhost) by lucy.bedford.net (8.8.8/8.8.8) id MAA16991; Sat, 30 May 1998 12:53:48 -0400 (EDT) (envelope-from listread) Message-Id: <199805301653.MAA16991@lucy.bedford.net> Subject: Re: Winbook XL LT Modem In-Reply-To: <199805300306.XAA07700@olympus.eecs.umich.edu> from Wu-chang Feng at "May 29, 98 11:06:10 pm" To: wuchang@eecs.umich.edu (Wu-chang Feng) Date: Sat, 30 May 1998 12:53:48 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG Reply-to: djv@bedford.net From: CyberPeasant X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Wu-chang Feng wrote: > Hi, > > I have a Winbook XL with a builtin LT Modem. It's configured to come up > on COM2, IRQ 3, and address 0x2f8 (which is where the kernel looks for it). > Unfortunately, the kernel (2.2.6) still doesn't recognize it. Does > 2.2.6 have drivers for this modem? > 'BSD has no drivers for any modem. The only modems requiring drivers are so-called Winmodems, which are unsupported at this time, and will not be (to my incomplete knowledge) supported in future. (This is true, AFAIK, also with *BSD* and Linux). If this is a Winmodem, it's unsupported. If the kernel probed sio1 (== COM2) and did not find the serial port (i.e. the modem), then it sounds like a Winmodem. Give Winbook a call, or check your docs. Dave -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 10:03:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA01659 for freebsd-questions-outgoing; Sat, 30 May 1998 10:03:59 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lucy.bedford.net (lucy.bedford.net [206.99.145.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA01623 for ; Sat, 30 May 1998 10:03:52 -0700 (PDT) (envelope-from listread@lucy.bedford.net) Received: (from listread@localhost) by lucy.bedford.net (8.8.8/8.8.8) id MAA16949; Sat, 30 May 1998 12:44:36 -0400 (EDT) (envelope-from listread) Message-Id: <199805301644.MAA16949@lucy.bedford.net> Subject: Re: Where do you download the OS? In-Reply-To: <01BD8C12.A3599920@AD-A04-pool-253.tmns.net.au> from David Stacey at "May 30, 98 05:18:08 pm" To: dstacey@bigpond.com (David Stacey) Date: Sat, 30 May 1998 12:44:36 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG Reply-to: djv@bedford.net From: CyberPeasant X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David Stacey wrote: > > I want to get freebsd, but it seems that you have made it so difficult that I wont be able to use it. DISCLAIMER: I am not associated with the FreeBSD Project. DISCLAIMER: I do not speak for them, nor necessarily share their DISCLAIMER: attitudes. DISCLAIMER: I am particularly prone to the fault of flaming. This OS is /not/ hard to install. However, it is a complicated system, with endless variations and capabilities, and is /not/ a point-click job. It is /not/ another kind of Windows. Windows NT-Server with all its optional bells and whistles is a sort of stripped down, compacted, defeatured Unix system. Unix is /not/ designed for a maiden voyage on the Sea of Digits. "Some assembly required" "Read the instruction manual before unpacking!" -- Most of us like it that way; you will too, I hope. > firstly, which directories do I need to get this thing to work? Your web page just points to ftp://ftp.freebsd.org/pub/FreeBSD/2.2.6-RELEASE which is of no use to me whatsoever. The web page should have links to each file that is required for the inst Reconsider the uselessness of that ftp dir, since that's the /main part/ of the distribution. The CDROMs will look just like it. However, it's /easier/ than that. In fact, the system /will install itself/ from friendly menus, if you give it a chance. You need exactly two files: the install floppy image and a DOG program to copy it to a floppy disk. (And where might a floppy image be? Possibly in the directory named "floppies". And where might a tool be? in "tools" or "utils" maybe? How to find out!?! Read the README.TXT in floppies/README.TXT. The install procedure knows what files it needs; you don't need to know them. You'll be offered some very high-level choices about how you want your system configured and loaded, and there will be online help available. Keep your first installation simple. It's easy to expand it later. (Easier, in fact, than installing all at once). You'll probably be happiest installing from the CDROM set. I'd suggest you go back to that -RELEASE directory and read INSTALL.TXT and README.TXT and a bunch of other stuff from this group: -rw-r--r-- 1 2035 207 8884 Mar 25 03:29 ABOUT.TXT -rw-r--r-- 1 2035 207 4455 May 12 04:15 ERRATA.TXT -rw-r--r-- 1 2035 207 18893 Mar 26 15:47 HARDWARE.TXT -rw-r--r-- 1 2035 207 23661 Mar 25 03:29 INSTALL.TXT -rw-r--r-- 1 2035 207 4514 Mar 25 03:29 LAYOUT.TXT -rw-r--r-- 1 2035 207 3906 Mar 25 03:29 README.TXT -rw-r--r-- 1 2035 207 2569 Mar 26 15:47 RELNOTES.TXT -rw-r--r-- 1 2035 207 11734 Mar 25 03:29 TROUBLE.TXT -rw-r--r-- 1 2035 207 7797 Mar 25 03:29 UPGRADE.TXT > could you please give me the absolute ftp address where I can locate all of the files required to get it running? > You already have it. There is also a very long html handbook at the /web/ (not /ftp/) site, www.freebsd.org. Sorry for flaming, but you seem /impatient, confrontational, and clueless/, attributes that do not augur well for the future. This is a volunteer effort, remember. Cluelessness is not a sin, and is something that we can cure quickly, if you'll drop the impatient+confrontational part. You will find a level of support and assistance here that is, probably, beyond your previous experiences with other software, and is equivalent to the kind of tech support that is available elsewhere for steep hourly rates, if at all. The qualifications of the people who will help you on this list are quite impressive -- these are not US$5/hr interns with paper certificates from Bill G's Silly Skool. Clue 0: You will catch more flies with honey, than with vinegar. Clue 1: Format your mail to 72 columns! Some people (me among them) routinely delete posts that are malformatted. Clue 2: People will assume that you have read things named "README.TXT" Once your system is installed, the same assumption will apply to man pages. My remarks will probably apply to NetBSD, OpenBSD and Linux, too. I've given you 90 minutes of my time: what I ask in return is for you to spend 90 minutes reading the web page and the .TXT files in the distribution. Deal? ---------------------------------------------------------------------- Getting the CDs in Australia... Someone will probably tell you the precise place(s), but visiting www.cdrom.com might reveal this info. They're the folks (Walnut Creek), who make and vend the cdroms, and ship all over the planet. I'd be shocked if they don't have a branch or affiliate in Oz. D.V. -- DISCLAIMER: I am not associated with the FreeBSD Project. DISCLAIMER: I do not speak for them, nor necessarily share their DISCLAIMER: attitudes. CLAIMER: I like 'em, though :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 10:36:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA05739 for freebsd-questions-outgoing; Sat, 30 May 1998 10:36:44 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from chmls05.mediaone.net (ne.mediaone.net [24.128.1.70]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA05492 for ; Sat, 30 May 1998 10:34:54 -0700 (PDT) (envelope-from forrie@tiac.net) Received: from forrie (forrie.ne.mediaone.net [24.128.72.136]) by chmls05.mediaone.net (8.8.7/8.8.7) with SMTP id NAA15389 for ; Sat, 30 May 1998 13:34:42 -0400 (EDT) Message-Id: <199805301734.NAA15389@chmls05.mediaone.net> X-Sender: forrie@tiac.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Sat, 30 May 1998 13:35:27 -0400 To: freebsd-questions@FreeBSD.ORG From: Forrest Aldrich Subject: Re: BSD/OS binaries on FreeBSD In-Reply-To: <19980530123708.Z20360@freebie.lemis.com> References: <199805291750.NAA26235@drama.navinet.net> <199805291750.NAA26235@drama.navinet.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG FYI, we are referring to the ports by BSDI of the Netscape servers, like Directory Server (et al), which is available on BSDI's "Business Builder CD". Whether or not those will run under FreeBSD. I understand FreeBSD-3.0 will be out sometime this year... is it possible that 3.0 will be the move to ELF format? Forrest At 12:37 PM 5/30/98 +0930, Greg Lehey wrote: >On Fri, 29 May 1998 at 13:50:41 -0400, Forrest Aldrich wrote: >> I queried BSDI, Inc., today about whether their ports of Netscape's servers >> would work well on FreeBSD (available on their "Business Builder CDROM"). >> I was told that the binary format for BSD/OS is different from FreeBSD, and >> as such they won't work. >> >> I'm wondering if this is true, or if there's a work around, etc. > >It's not true in the case of Netscape. BSD/OS has changed from a.out >to ELF. We still run a.out, and will probably move to ELF by the end >of the year. Current BSD/OS a.out binaries usually work fine on >FreeBSD. > >If you want to run Netscape on FreeBSD, however, I'd suggest you use >the FreeBSD version. It's available in the Ports Collection or on the >2.2.6 CD-ROM. > >Greg >-- >See complete headers for address and phone numbers >finger grog@lemis.com for PGP public key > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 11:26:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA12138 for freebsd-questions-outgoing; Sat, 30 May 1998 11:26:50 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns.kbsu.ru ([195.209.253.18]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA11986 for ; Sat, 30 May 1998 11:24:55 -0700 (PDT) (envelope-from vel@ns.kbsu.ru) Received: (from vel@localhost) by ns.kbsu.ru (8.8.7/8.8.7) id WAA18692 for questions@freebsd.org; Sat, 30 May 1998 22:30:14 +0400 (MSD) From: Charlie Foot Message-Id: <199805301830.WAA18692@ns.kbsu.ru> Subject: Re: ESS 1688 To: questions@FreeBSD.ORG Date: Sat, 30 May 1998 22:30:14 +0400 (MSD) In-Reply-To: from Rick Hamell at "May 30, 98 10:03:40 am" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > Hey guys, is there any way to make subj. working properly under FreeBSD ? > > It says that I have no sound card when I include SoundBlaster code in > > kernel. > > Did you add the PNP option to the kernal? > > > Rick Yes, I did that, and PnP module detects my sound card, but then sound module says that sb0 is not found at 0x220, same as sbmidi0. Certainly, I have in my kernel config: controller snd0 device sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr device sbmidi0 at isa? port 0x330 device sbxvi0 at isa? drq 5 And it doesn't work. I tried to configure that PnP device in kernel -c mode, by setting port 0x220, irq 5, drq 1 directly - doesn't help too. Btw, this card doesn't work under DOS too until I install ESS drivers. I guess FreeBSD should handly this card specially, not like usual blaster ? Or am I wrong ? Anyone have that card working under BSD ? Eugene. P.S. Creative SBPRO works fine on the same machine with same port/irq/drq settings. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 11:39:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA14148 for freebsd-questions-outgoing; Sat, 30 May 1998 11:39:55 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from second.dialup.access.net (lsmarso.dialup.access.net [166.84.254.60]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA14097 for ; Sat, 30 May 1998 11:38:46 -0700 (PDT) (envelope-from larry@marso.com) Received: (from larry@localhost) by second.dialup.access.net (8.8.8/8.8.8) id MAA21292 for freebsd-questions@freebsd.org; Sat, 30 May 1998 12:50:20 -0400 (EDT) (envelope-from larry) Message-ID: <19980530125002.B21102@marso.com> Date: Sat, 30 May 1998 12:50:03 -0400 From: "Larry S. Marso" To: Roger Lee Subject: Re: FreeBSD and PCMCIA SCSI adapters References: <356F8A21.3789F4F7@virginia.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <356F8A21.3789F4F7@virginia.edu>; from Roger Lee on Fri, May 29, 1998 at 09:25:06PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG People's success rate with the Adaptec pcmcia card are quite uneven. Tough to predict whether it will work for you. Much more highly recommended is to install the SCSI hard drive on a desktop system and nfs_mount. Best regards -- Larry S. Marso larry@marso.com On Fri, May 29, 1998 at 09:25:06PM -0700, Roger Lee wrote: > I am looking into installing a unix type operating system onto my > laptop. As I only have a 1GB HD, I am planning to get an external SyJet > connected by a PCMCIA SCSI adapter. I was just wondering if anyone has > tried this configuration and or if it's even possible. Any additional > information on suggested PCMCIA SCSI adapters would also be greatly > appreciated. Thank you. > > > Roger Lee > 4th yr SEAS, UVa > BSEE, CS minor > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 11:49:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA14981 for freebsd-questions-outgoing; Sat, 30 May 1998 11:49:20 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA14959 for ; Sat, 30 May 1998 11:49:02 -0700 (PDT) (envelope-from kpielorz@tdx.co.uk) Received: from tdx.co.uk (lorca-tx.tdx.co.uk [195.188.177.242]) by caladan.tdx.co.uk (8.8.8/8.8.8) with ESMTP id TAA00442; Sat, 30 May 1998 19:48:53 +0100 (BST) (envelope-from kpielorz@tdx.co.uk) Message-ID: <35705495.AC37FA91@tdx.co.uk> Date: Sat, 30 May 1998 19:48:53 +0100 From: Karl Pielorz Organization: TDX X-Mailer: Mozilla 4.05 [en] (WinNT; I) MIME-Version: 1.0 To: Forrest Aldrich CC: freebsd-questions@FreeBSD.ORG Subject: Re: BSD/OS binaries on FreeBSD References: <199805291750.NAA26235@drama.navinet.net> <199805291750.NAA26235@drama.navinet.net> <199805301734.NAA15389@chmls05.mediaone.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Forrest Aldrich wrote: > > FYI, we are referring to the ports by BSDI of the Netscape servers, like > Directory Server (et al), which is available on BSDI's "Business Builder > CD". Whether or not those will run under FreeBSD. > > I understand FreeBSD-3.0 will be out sometime this year... is it possible > that 3.0 will be the move to ELF format? > > Forrest ELF is being discussed / implemented in the -current mailing list... I don't know what timescale their working too, try looking round there? Regards, Karl Pielorz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 11:50:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA15111 for freebsd-questions-outgoing; Sat, 30 May 1998 11:50:11 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hotmail.com (f182.hotmail.com [207.82.251.71]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id LAA15026 for ; Sat, 30 May 1998 11:49:43 -0700 (PDT) (envelope-from anilo@hotmail.com) Received: (qmail 3759 invoked by uid 0); 30 May 1998 18:49:13 -0000 Message-ID: <19980530184913.3758.qmail@hotmail.com> Received: from 209.0.26.186 by www.hotmail.com with HTTP; Sat, 30 May 1998 11:49:12 PDT X-Originating-IP: [209.0.26.186] From: "Anil Punjabi" To: anilo@hotmail.com Cc: freebsd-questions@FreeBSD.ORG, CPELTIER@iectech.com, clark@open.org, fbsdlist@federation.addy.com, questions@FreeBSD.ORG, stephea@aasis.albany-academy.org, jg@euronet.nl, fyeung@fyeung5.netific.com, Joachim.Jaeckel@IT-Mannesmann.de, font@Mcs.Net, brian@worldcontrol.com, rdugaue@calweb.com, trpplj@quick.net, jkh@time.cdrom.com, chen68@hotmail.com, andrzej@maciek.gv.edu.pl, dnelson@emsphone.com, tim@futuresouth.com, jfesler@calweb.com, kuku@gilberto.physik.rwth-aachen.de, fqueries@jraynard.demon.co.uk, yvonnes@aardeus.com, lenzi@bsi.com.br, sergios@obernet.com.ar Subject: Microsoft SQL Server with FreeBSD Content-Type: text/plain Date: Sat, 30 May 1998 11:49:12 PDT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings , I got your email address from the freebsg.org web-site and I was wanting to know if you have found any solution for the same . I needed some help w.r.t accessing Microsoft SQL Server database on a Windows NT Machine from a FREEBSD UNIX machine . Any solution using perl,tcl,C or whatever would be of great help . I have to deliver this solution to a client and it seems that there are no ODBC drivers available for freebsd . If you know about any way to connect these two , it would be a great help . Thanks a lot , Anil ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 11:50:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA15170 for freebsd-questions-outgoing; Sat, 30 May 1998 11:50:17 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hotmail.com (f182.hotmail.com [207.82.251.71]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id LAA15027 for ; Sat, 30 May 1998 11:49:43 -0700 (PDT) (envelope-from anilo@hotmail.com) Received: (qmail 3759 invoked by uid 0); 30 May 1998 18:49:13 -0000 Message-ID: <19980530184913.3758.qmail@hotmail.com> Received: from 209.0.26.186 by www.hotmail.com with HTTP; Sat, 30 May 1998 11:49:12 PDT X-Originating-IP: [209.0.26.186] From: "Anil Punjabi" To: anilo@hotmail.com Cc: freebsd-questions@FreeBSD.ORG, CPELTIER@iectech.com, clark@open.org, fbsdlist@federation.addy.com, questions@FreeBSD.ORG, stephea@aasis.albany-academy.org, jg@euronet.nl, fyeung@fyeung5.netific.com, Joachim.Jaeckel@IT-Mannesmann.de, font@Mcs.Net, brian@worldcontrol.com, rdugaue@calweb.com, trpplj@quick.net, jkh@time.cdrom.com, chen68@hotmail.com, andrzej@maciek.gv.edu.pl, dnelson@emsphone.com, tim@futuresouth.com, jfesler@calweb.com, kuku@gilberto.physik.rwth-aachen.de, fqueries@jraynard.demon.co.uk, yvonnes@aardeus.com, lenzi@bsi.com.br, sergios@obernet.com.ar Subject: Microsoft SQL Server with FreeBSD Content-Type: text/plain Date: Sat, 30 May 1998 11:49:12 PDT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings , I got your email address from the freebsg.org web-site and I was wanting to know if you have found any solution for the same . I needed some help w.r.t accessing Microsoft SQL Server database on a Windows NT Machine from a FREEBSD UNIX machine . Any solution using perl,tcl,C or whatever would be of great help . I have to deliver this solution to a client and it seems that there are no ODBC drivers available for freebsd . If you know about any way to connect these two , it would be a great help . Thanks a lot , Anil ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 12:05:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16793 for freebsd-questions-outgoing; Sat, 30 May 1998 12:05:21 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lucy.bedford.net (lucy.bedford.net [206.99.145.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA16637 for ; Sat, 30 May 1998 12:03:52 -0700 (PDT) (envelope-from listread@lucy.bedford.net) Received: (from listread@localhost) by lucy.bedford.net (8.8.8/8.8.8) id OAA18424; Sat, 30 May 1998 14:49:52 -0400 (EDT) (envelope-from listread) Message-Id: <199805301849.OAA18424@lucy.bedford.net> Subject: Re: remote root access In-Reply-To: <01BD8BAF.1FA88F40@MANNY> from Dave Bender at "May 30, 98 09:41:26 am" To: bendede@startribune.com (Dave Bender) Date: Sat, 30 May 1998 14:49:52 -0400 (EDT) Cc: questions@FreeBSD.ORG X-no-archive: yes Reply-to: djv@bedford.net From: CyberPeasant X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dave Bender wrote: > Is there some default I can change to allow myself to log in as root via > a telnet or other type of remote session? > > If I telnet to my freeBSD machine from a Windows machine from across the > room, I get "login incorrect" for the root login even though I'm sure > I've got the right password (Had no password for a while and thought > that was the problem. 'twasn't.) > > I understand the rationale of having a strict default behavior but this > machine is in my apartment; I'm not too concerned about my wife or > five-week-old daughter wreaking havoc on my systems. How about my evil cousin H@x0Rb0y? If the machine is /ever/ connected to the big nasty net, you're at risk. I've been hacked at over an intermittent 29K modem dialup (nailed his pubescent little tail, too :). There's a certain kind of script-wanker that hangs around your ISP and sees what he can see. These 31337 dopes get a sort of merit badge if they can hack a Unix box. I've even had my cat get root -- she jumps on the keyboard. Consider what a kid (you've got about 2-3 years to consider it in :) can do with a mouse in a root xterm. You can enable root net logins by adding the word "secure" to the first few (or all) the pty's in /etc/ttys: make lines like this: ttyp0 none network look like this: ttyp0 none network secure Send a HUP to init to make the changes take effect. (kill -HUP 1) Doing this is not a glaring, horrible hole that anybody can exploit, but it does lower a small barrier. If you do this, read up on setting /etc/hosts.allow and /etc/hosts.deny, and using tcp wrappers (from the pkg/port of that name). After installing tcp wrappers, read man 5 hosts_access. Also man login.access. I run root all the time -- but I like the adrenalin rushes -- (I know I should get out more) -- I especially look forward to accidental mid-mouse pastes in a root xterm. Dave -- DISCLAIMER: If it can be disclaimed, it is. DISCLAIMER: In particular, I don't represent any organization. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 12:05:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16861 for freebsd-questions-outgoing; Sat, 30 May 1998 12:05:54 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from germanium.xtalwind.net (germanium.xtalwind.net [205.160.242.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA16832; Sat, 30 May 1998 12:05:33 -0700 (PDT) (envelope-from jack@germanium.xtalwind.net) Received: from localhost (jack@localhost) by germanium.xtalwind.net (8.9.0/8.9.0) with SMTP id PAA09104; Sat, 30 May 1998 15:05:29 -0400 (EDT) Date: Sat, 30 May 1998 15:05:29 -0400 (EDT) From: jack Reply-To: jack To: hardware@FreeBSD.ORG, questions@FreeBSD.ORG Subject: CD-Recorder Support Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does anyone know if the Panasonic CW-7502-B SCSI recorder is supported by wormcontrol and friends? -------------------------------------------------------------------------- Jack O'Neill Systems Administrator / Systems Analyst jack@germanium.xtalwind.net Crystal Wind Communications, Inc. Finger jack@germanium.xtalwind.net for my PGP key. PGP Key fingerprint = F6 C4 E6 D4 2F 15 A7 67 FD 09 E9 3C 5F CC EB CD enriched, vcard, HTML messages > /dev/null Mail from netcom.com blocked until they stop relaying SPAM -------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 12:11:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA18036 for freebsd-questions-outgoing; Sat, 30 May 1998 12:11:02 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA18008 for ; Sat, 30 May 1998 12:10:37 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id LAA10340; Sat, 30 May 1998 11:56:17 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd010235; Sat May 30 18:56:02 1998 Date: Sat, 30 May 1998 11:55:01 -0700 (PDT) From: Julian Elischer To: Dean Hollister cc: Jaap Willems , freebsd-questions@FreeBSD.ORG Subject: Re: Where and what exactly ? 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 these people are missing the point.. you need to only download 1 (or if you use DOS/Win95, 2) files one is an image of a floppy disk. the other is a program to allow you to write the image to a floppy After you boot off the floppy, the software there takes care of downloading everything else you need (that you ask for) so you run it on a machine that either has a modemm or is on a net. the fiels are at ftp://ftp.freebsd.org/pub/FreeBSD/ under the distribution of your choice. (probably 2.2.6) look in 'floppies for the boot floppy (boot.flp) and under tools for the tool to write it to a floppy. If you use unix already, dd can be used to write the image to a floppy. make sure to read the ERRATA.TXT with the distribution you select for last minute problem fixes (there are some). and there are soem docs top rread there as well that describe the process in greater detail. julian On Sat, 30 May 1998, Dean Hollister wrote: > On Sat, 30 May 1998, Jaap Willems wrote: > > > Can anyone tell me where i should download freeBSD ? > > http://www.freebsd.org/ > > ftp://ftp.freebsd.org/ > > > I also like to know which files you need (minimal) to run FreeBSD. > > User distribution should cover a basic setup. Ports are optional, but a > good idea. > > Regards, > > d. > > +-------------------------------------------------------+ > | Dean Hollister, | dean@odyssey.apana.org.au | > | Perth, Western Australia. | deanh@iinet.net.au | > +-------------------------------------------------------+ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 12:22:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA19815 for freebsd-questions-outgoing; Sat, 30 May 1998 12:22:11 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from nyc-ny65-36.ix.netcom.com (nyc-ny65-36.ix.netcom.com [209.109.224.228]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA19684 for ; Sat, 30 May 1998 12:21:38 -0700 (PDT) (envelope-from spork@cncn.com) Received: from localhost (spork@localhost) by nyc-ny65-36.ix.netcom.com (8.8.8/8.8.7) with SMTP id PAA16236 for ; Sat, 30 May 1998 15:18:12 -0400 (EDT) (envelope-from spork@cncn.com) X-Authentication-Warning: nyc-ny65-36.ix.netcom.com: spork owned process doing -bs Date: Sat, 30 May 1998 15:15:01 -0400 (EDT) From: Spike Gronim X-Sender: spork@pigstuy Reply-To: spork To: fbsdqs Subject: cvs. Message-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 need the MP ppp program, so that I can use server assigned nameserver addresses. I was told that if I had access to the cvs repository I should type "cvs co -r MP ppp" and build the result. I don't have the cvs repository on my machine. I just spent an hour trying to get sup and cvsup to work and I do not really understand those programs too well. How do I get the cvs repository on to my computer? If possible, I would like to get ONLY the MP ppp part of it. Is this possible? How do I do it? Thanks. -Spike Gronim spork@cncn.com "Hacker, n: One who hacks real good" --Computer Contradictionary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 12:38:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA21646 for freebsd-questions-outgoing; Sat, 30 May 1998 12:38:02 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA21592 for ; Sat, 30 May 1998 12:37:35 -0700 (PDT) (envelope-from kpielorz@tdx.co.uk) Received: from tdx.co.uk (lorca-tx.tdx.co.uk [195.188.177.242]) by caladan.tdx.co.uk (8.8.8/8.8.8) with ESMTP id UAA02097; Sat, 30 May 1998 20:37:29 +0100 (BST) (envelope-from kpielorz@tdx.co.uk) Message-ID: <35705FF9.3705C3D9@tdx.co.uk> Date: Sat, 30 May 1998 20:37:29 +0100 From: Karl Pielorz Organization: TDX X-Mailer: Mozilla 4.05 [en] (WinNT; I) MIME-Version: 1.0 To: Anil Punjabi CC: questions@FreeBSD.ORG Subject: Re: Microsoft SQL Server with FreeBSD References: <19980530184913.3758.qmail@hotmail.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Anil Punjabi wrote: > > Greetings , > > I got your email address from the freebsg.org web-site and I was > wanting to know if you have found any solution for the same . To forewarn you - you haven't made many friends including _all_ those people in your cc:'s. You should have just posted to the questions mailing list... As for your problem - Have you considered moving the SQL database to FreeBSD? - and then using ODBC drivers that are available to access it from NT? (The FreeBSD SQL software, of which there are many versions) include utilities to allow access to the database from C, C++, Shell scripts, Perl etc. Regards, Karl Pielorz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 12:40:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA21998 for freebsd-questions-outgoing; Sat, 30 May 1998 12:40:39 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from antipodes.cdrom.com (castles195.castles.com [208.214.165.195]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA21758; Sat, 30 May 1998 12:39:18 -0700 (PDT) (envelope-from mike@antipodes.cdrom.com) Received: from antipodes.cdrom.com (localhost [127.0.0.1]) by antipodes.cdrom.com (8.8.8/8.8.5) with ESMTP id LAA06911; Sat, 30 May 1998 11:34:54 -0700 (PDT) Message-Id: <199805301834.LAA06911@antipodes.cdrom.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: jack cc: hardware@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Re: CD-Recorder Support In-reply-to: Your message of "Sat, 30 May 1998 15:05:29 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 30 May 1998 11:34:54 -0700 From: Mike Smith Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Does anyone know if the Panasonic CW-7502-B SCSI recorder is > supported by wormcontrol and friends? Probably not by wormcontrol, but I would expect that cdrecord will talk to it. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 12:41:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA22114 for freebsd-questions-outgoing; Sat, 30 May 1998 12:41:56 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from militzer.me.tuns.ca (militzer.me.Tuns.Ca [134.190.50.153]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA22095 for ; Sat, 30 May 1998 12:41:34 -0700 (PDT) (envelope-from bemfica@militzer.me.tuns.ca) Received: from localhost (bemfica@localhost) by militzer.me.tuns.ca (8.8.8/8.8.5) with SMTP id LAA22435 for ; Sat, 30 May 1998 11:59:35 -0300 (ADT) Date: Sat, 30 May 1998 11:58:16 -0300 (ADT) From: Antonio Bemfica Reply-To: Antonio Bemfica To: freebsd-questions@FreeBSD.ORG Subject: Re: 2940AU SCSI timeout problem - how come kernel.GENERIC works In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 May 1998, Doug White wrote: > On Fri, 29 May 1998, Antonio Bemfica wrote: > > > > > options FAILSAFE > > > > > I normally comment that line, but as I said, I'm having trouble with the > > kernel, and rather than have someone tell me "have you tried the FAILSAFE > > option", I gave it a try - I've tried it both ways. > > I've never seen anyone suggest it. Doug, does that mean it shouldn't be suggested? Perhaps we can start a thread on what the FAILSAFE kernel option means. My kernel panics (or FAILS) - wouldn't it be sensible to enable the FAILSAFE option? If it serves no purpose, why is the FAILSAFE option there? > > > > controller snd0 > > > > controller pci0 > > > > Isn't pci0 "The main PCI bus device"? I thought it was compulsory on PCI > > machines. > > It's a misquote, go ahead and leave them. You have snd0 compiled in but > no sound devices, though .... Sorry, I don't understand this. Did I misquote your message? Or do you mean to say that the LINT comment ("The main PCI bus device") is a misprint? I'll remove the snd0 controller and try again. Thanks Antonio -- | Antonio Bemfica, Dalhousie University - this message has no cash value | void where not permitted - valid while supplies last - taxes are extra | not valid in combination with any other offer - sorry, no rain-checks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 12:46:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA22896 for freebsd-questions-outgoing; Sat, 30 May 1998 12:46:51 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dt050n33.san.rr.com (@dt053nd2.san.rr.com [204.210.34.210]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA22870 for ; Sat, 30 May 1998 12:46:31 -0700 (PDT) (envelope-from Studded@san.rr.com) Received: from san.rr.com (Studded@localhost [127.0.0.1]) by dt050n33.san.rr.com (8.8.8/8.8.8) with ESMTP id MAA04840; Sat, 30 May 1998 12:46:28 -0700 (PDT) (envelope-from Studded@san.rr.com) Message-ID: <35706214.119D02EB@san.rr.com> Date: Sat, 30 May 1998 12:46:28 -0700 From: Studded Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.6-STABLE-0507 i386) MIME-Version: 1.0 To: Frank Pawlak CC: freebsd-questions@FreeBSD.ORG Subject: Re: RTFM References: <356CA20F.1F47@clarityconnect.com> <980528041610.ZM1327@darkstar.connect.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Frank Pawlak wrote: > > Can anyone tell me where I can locate some accurate and current information > describing why FreeBSD can carry heavier server loads than Linux? Linux' kernel was designed for 256 fd's. It can be extended beyond that with some gymnastics however fundamentally the whole thing was not designed for "heavy server loads." The BSD networking layer has no such restrictions. We had a network consisting of almost all linux servers when I started on dalnet almost 3 years ago. Ours was the first machine to try FreeBSD and it wasn't very long before there weren't any linux boxes left. :) Now there are a few new linux machines but they are all in .eu where their client load is extremely small. Our experience with linux was that after a given period of time under load (that period varying with factors we were never able to clearly determine, but never more than 4 or 5 days) the networking layer would just give up and the server would become non-responsive over the network even though the machine was still up (active at the console). At the time there were several people in the linux world who were confirming that the failure was in the networking layer, including one of our programmers who contributes to linux. The word is that the 2.1 version of the linux kernel fixes "all" of the networking problems, however in our tests we have yet to get a linux 2.1 machine to hold more than 400 clients reliably, which is approximately where the 2.0 series failed as well. Of course, I have very little confidence in the person running the linux test, but I don't actually care that much either. :) Doug -- *** Chief Operations Officer, DALnet IRC network *** *** Proud designer and maintainer of one of the world's largest *** Internet Relay Chat servers with 5,328 simultaneous connections *** Try spider.dal.net on ports 6662-4 (Powered by FreeBSD) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 13:06:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA25293 for freebsd-questions-outgoing; Sat, 30 May 1998 13:06:42 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mh2.cts.com (root@mh2.cts.com [205.163.24.68]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA25276 for ; Sat, 30 May 1998 13:06:21 -0700 (PDT) (envelope-from preeper@cts.com) Received: from sgt361.cts.com (gt361.cts.com [204.212.158.91]) by mh2.cts.com (8.8.7/8.8.5) with SMTP id NAA09151 for ; Sat, 30 May 1998 13:06:19 -0700 (PDT) Message-Id: <3.0.5.32.19980530125220.00836100@crash.cts.com> X-Sender: preeper@crash.cts.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Sat, 30 May 1998 12:52:20 -0700 To: freebsd-questions@FreeBSD.ORG From: Jerry Preeper Subject: rsync - mirroring and backup Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a web site that is going to be changing from a virtually hosted machine to a new server I have put online running FreeBSD 2.2.6, Pentium II-233, 128MB RAM. As I get ready to make the switch, my concern has been that with about 200 people working on the site and some parts of the site updated several times a day, I am concerned about the issues of keeping a mirrored copy current while the domain name change gets routed through all the nameservers. There is about 250MB / 20,000 files on this site getting about 4,000 visitors / day. In addition to the regular html pages getting updated, there are a number of CGI and C programs writing data that needs to be kept current as well (ie, voting polls, counters, ad banner logs and stats, etc..). I have recently run across rsync when searching for a solution to this problem and was wondering if anyone has been using it in this type of fashion to keep the data consistent across the two machines and what your comments are on it's performance for doing mirroring? Ideally, I would like to have it run about every 30 minutes since it appears to only update the changed data. Any ideas on what kind of a load this would put on the server? I only expect to use rsync for about two weeks for the mirroring job. Afterwards, however, I can see how this can be an extemely useful tool for maintaining an additional backup copy of the entire site (and I assume the entire hard drive). Thanks for any information you can provide. Jerry Preeper preeper@cts.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 13:07:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA25349 for freebsd-questions-outgoing; Sat, 30 May 1998 13:07:10 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lucy.bedford.net (lucy.bedford.net [206.99.145.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA25281 for ; Sat, 30 May 1998 13:06:29 -0700 (PDT) (envelope-from listread@lucy.bedford.net) Received: (from listread@localhost) by lucy.bedford.net (8.8.8/8.8.8) id PAA19058; Sat, 30 May 1998 15:47:06 -0400 (EDT) (envelope-from listread) Message-Id: <199805301947.PAA19058@lucy.bedford.net> Subject: Re: Download problens In-Reply-To: from Dan at "May 30, 98 10:14:45 am" To: dmeleaso@bw.edu (Dan) Date: Sat, 30 May 1998 15:47:06 -0400 (EDT) Cc: rnott@hpbs4685.boi.hp.com, freebsd-questions@FreeBSD.ORG X-no-archive: yes Reply-to: djv@bedford.net From: CyberPeasant X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dan wrote: > > > > How can I fit a 1.47mb file on a 1.44mb disk. When I download the file, the size is 1.47. > > > > > I believe Microsoft has program to format disks to 1.47megs. > > Dan > We're up against "what is 1K" again. A standard floppy holds 2880 512byte blocks = 1474560 bytes, after formatting in the usual way. There are no arguments about this. Now: how many megabytes is that? if 1Meg = 1,000,000 bytes, that's 1.47... megabytes. If 1 Meg = 1000 * 1024, that's 1.44 megabytes. If 1 Meg = 1024*1024 bytes, it's 1.41 MB. Take your pick. Computer science is an experimental science. In this case, just see if the file fits on the floppy. (It does, using rawrite.exe or fdimage.exe, under DOG. With unix, use dd if=the_file of=/dev/rfd0 bs=1k count=1440) Another, quicker, path to this result: "Here's this distribution that every hacker worth an fsck on the planet has installed, and it has all these 1474560 byte floppy-images. I bet those'll fit on these standard MS-DOG formatted floppies I have such a big pile of..." Sorry, folks, I'm just feeling a little puckish today. Dave -- DISCLAIMER: If it can be disclaimed, it is. DISCLAIMER: In particular, I don't represent any organization. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 13:09:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA25960 for freebsd-questions-outgoing; Sat, 30 May 1998 13:09:19 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dot.crosswinds.net (dot.crosswinds.net [209.47.139.147]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA25422; Sat, 30 May 1998 13:08:00 -0700 (PDT) (envelope-from Genius@glasgow.crosswinds.net) Received: from metallica (th-pm02-55.ndirect.co.uk [195.7.225.247]) by dot.crosswinds.net (8.8.7/8.8.8) with SMTP id QAA19697; Sat, 30 May 1998 16:08:10 -0400 (EDT) (envelope-from Genius@glasgow.crosswinds.net) Message-ID: <002001bd8c06$99cbbac0$f7e107c3@metallica> From: "Ian O'Friel" To: "FreeBSD Questions" Cc: Subject: PPP Still doesn't work, I've included as much info as possible.... Date: Sat, 30 May 1998 21:06:11 +0100 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0016_01BD8C0E.C61A8720" X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0016_01BD8C0E.C61A8720 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hey Peeps, Who thinks they can help ?? Right, I sent a message to FreeBSD a few days ago because I cannot set my PPP up for a Dial-Up connection. I have included as much information as possible in the attachments. I have included my ppp.conf which I altered slightly with the help of 'Haavard Vaagstoel', I have included my un-altered ppp.conf , my Kernel File before it was compiled, a list of the /dev/ directory and the output of dmesg which I grabbed after booting up with the verbose command. I have a DataFlex Modem which is v34 I am unsure whether it is 28.8 or 33.6k I was told it was 28.8 but the V34 implies it is 33.6k but the maximum speed achieved is only 31.2k (Strange!! : ) On Windows 95 it is on COM 3 as it is an internal modem, it is using IRQ 9 I think I read something about setting that for IRQ 2 under FBSD ??) I had a lot of trouble setting this up under Windows NT never mind FreeBSD.... The modem uses the I/O range 038E - 03EF I'm not sure if it is plug and play or not as it doesn't tell me on the modem and it is sealed unit with no jumpers (Even under the casing, my guess is that it is PnP) MY PC is a Pentium 133 with 48Meg RAM and two Hard Drives, a FAT32 drive and a 1.2 Gb spilt 400Mg FAT16 and 400Mg FreeBSD with 400 Meg left unformatted. ---------------------------------------------------- When I try PPP using the defaults I set in ppp.conf I try 'dial net' (Net is the connection I am trying to set up) it gives the Following error, May 30 20:17:41 freedom ppp[163]: tun0: Error: OpenModem failed: /dev/cuaa2: Device not Configured. I then give the command set line /dev/cuaa0 And then I try dial net again and the following is given Dial attempt 1 of 1 DialModem: Dial Failed I cannot get the thing to work at all and absolutely any advice and any solutions will be most gratefully accepted. I have attached the files in plain text format. dev.txt ==> result of 'lf /dev/ > /mnt/dev.txt ppp.conf.txt ==> copy of altered ppp.conf ppp.conf.old.txt ==> un-altered ppp.conf kernel.txt ==> uncompiled Kernel boot.txt ==> result of dmesg > /mnt/boot.txt after a verbose boot Thanx A lot.......... Ian O'Friel Solve-My-Problems@online-home.ndirect.co.uk ------=_NextPart_000_0016_01BD8C0E.C61A8720 Content-Type: text/plain; name="Boot.txt" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="Boot.txt" Q29weXJpZ2h0IChjKSAxOTkyLTE5OTcgRnJlZUJTRCBJbmMuCkNvcHlyaWdodCAoYykgMTk4Miwg MTk4NiwgMTk4OSwgMTk5MSwgMTk5MwoJVGhlIFJlZ2VudHMgb2YgdGhlIFVuaXZlcnNpdHkgb2Yg Q2FsaWZvcm5pYS4gIEFsbCByaWdodHMgcmVzZXJ2ZWQuCgpGcmVlQlNEIDIuMi41LVJFTEVBU0Ug IzA6IEZyaSBNYXkgMjkgMTA6MzI6MTEgQlNUIDE5OTgKICAgIHJvb3RAZnJlZWRvbS5maWdodGVy cy5jb206L3Vzci9zcmMvc3lzL2NvbXBpbGUvRnJlZWRvbS1LZXJuZWwKQ2FsaWJyYXRpbmcgY2xv Y2socykgLi4uIGk1ODYgY2xvY2s6IDEzMjk3MjY2NyBIeiwgaTgyNTQgY2xvY2s6IDExOTMzNDYg SHoKQ0xLX1VTRV9JODI1NF9DQUxJQlJBVElPTiBub3Qgc3BlY2lmaWVkIC0gdXNpbmcgZGVmYXVs dCBmcmVxdWVuY3kKQ0xLX1VTRV9JNTg2X0NBTElCUkFUSU9OIG5vdCBzcGVjaWZpZWQgLSB1c2lu ZyBvbGQgY2FsaWJyYXRpb24gbWV0aG9kCkNQVTogUGVudGl1bSAoMTMyLjk2LU1IeiA1ODYtY2xh c3MgQ1BVKQogIE9yaWdpbiA9ICJHZW51aW5lSW50ZWwiICBJZCA9IDB4NTJjICBTdGVwcGluZz0x MgogIEZlYXR1cmVzPTB4MWJmPEZQVSxWTUUsREUsUFNFLFRTQyxNU1IsTUNFLENYOD4KcmVhbCBt ZW1vcnkgID0gNTAzMzE2NDggKDQ5MTUySyBieXRlcykKUGh5c2ljYWwgbWVtb3J5IGNodW5rKHMp OgoweDAwMDAxMDAwIC0gMHgwMDA5ZWZmZiwgNjQ3MTY4IGJ5dGVzICgxNTggcGFnZXMpCjB4MDAy MDMwMDAgLSAweDAyZmZkZmZmLCA0ODIxNDAxNiBieXRlcyAoMTE3NzEgcGFnZXMpCmF2YWlsIG1l bW9yeSA9IDQ2NjU3NTM2ICg0NTU2NEsgYnl0ZXMpCnBjaWJ1c19zZXR1cCgxKToJbW9kZSAxIGFk ZHIgcG9ydCAoMHgwY2Y4KSBpcyAweDgwMDAzOGEwCnBjaWJ1c19zZXR1cCgxYSk6CW1vZGUxcmVz PTB4ODAwMDAwMDAgKDB4ODAwMDAwMDApCnBjaWJ1c19jaGVjazoJZGV2aWNlIDAgaXMgdGhlcmUg KGlkPTEyNTA4MDg2KQpQcm9iaW5nIGZvciBkZXZpY2VzIG9uIFBDSSBidXMgMDoKCWNvbmZpZ3Vy YXRpb24gbW9kZSAxIGFsbG93cyAzMiBkZXZpY2VzLgpjaGlwMCA8SW50ZWwgODI0Mzk+IHJldiAz IG9uIHBjaTA6MAp2Z2EwIDxWR0EtY29tcGF0aWJsZSBkaXNwbGF5IGRldmljZT4gcmV2IDY1IG9u IHBjaTA6NAoJbWFwcmVnWzEwXSB0eXBlPTAgYWRkcj00MDAwMDAwMCBzaXplPTEwMDAwMDAuCglt YXByZWdbMTRdIHR5cGU9MSBhZGRyPTAwMDBmMDAwIHNpemU9MDEwMC4KCW1hcHJlZ1sxOF0gdHlw ZT0wIGFkZHI9NDMwMDAwMDAgc2l6ZT0xMDAwLgpjaGlwMSA8SW50ZWwgODIzNzFTQiBQQ0ktSVNB IGJyaWRnZT4gcmV2IDEgb24gcGNpMDo3OjAKCUkvTyBSZWNvdmVyeSBUaW1pbmc6IDgtYml0IDEg Y2xvY2tzLCAxNi1iaXQgMSBjbG9ja3MKCUV4dGVuZGVkIEJJT1M6IGRpc2FibGVkCglMb3dlciBC SU9TOiBlbmFibGVkCglDb3Byb2Nlc3NvciBJUlExMzogZW5hYmxlZAoJTW91c2UgSVJRMTI6IGRp c2FibGVkCglJbnRlcnJ1cHQgUm91dGluZzogQTogZGlzYWJsZWQsIEI6IElSUTEwLCBDOiBkaXNh YmxlZCwgRDogSVJRMTEKCQlNQjA6IElSUTE1LCBNQjE6IApjaGlwMiA8SW50ZWwgODIzNzFTQiBJ REUgaW50ZXJmYWNlPiByZXYgMCBvbiBwY2kwOjc6MQoJbWFwcmVnWzIwXSB0eXBlPTEgYWRkcj0w MDAwZmZhMCBzaXplPTAwMTAuCglQcmltYXJ5IElERTogZW5hYmxlZAoJU2Vjb25kYXJ5IElERTog ZW5hYmxlZApwY2kwOjc6MjogSW50ZWwgQ29ycG9yYXRpb24sIGRldmljZT0weDcwMjAsIGNsYXNz PTB4MGMsIHN1YmNsYXNzPTB4MDMgaW50IGQgaXJxIDExIFtubyBkcml2ZXIgYXNzaWduZWRdCglt YXAoMjApOiBpbygxMDAwKQpwY2kwOjE0OiAgICB2ZW5kb3I9MHgxMDllLCBkZXZpY2U9MHgwMzUw LCBjbGFzcz1tdWx0aW1lZGlhICh2aWRlbykgaW50IGEgaXJxIDEwIFtubyBkcml2ZXIgYXNzaWdu ZWRdCgltYXAoMTApOiBtZW0zMig5ZmYwMDAwOCkKcGNpMDogdXNlcyAxNjc4MTMxMiBieXRlcyBv ZiBtZW1vcnkgZnJvbSA0MDAwMDAwMCB1cHRvIDQzMDAwZmZmLgpwY2kwOiB1c2VzIDI3MiBieXRl cyBvZiBJL08gc3BhY2UgZnJvbSBmMDAwIHVwdG8gZmZhZi4KUHJvYmluZyBmb3IgZGV2aWNlcyBv biB0aGUgSVNBIGJ1czoKc2MwOiB0aGUgY3VycmVudCBrZXlib2FyZCBjb250cm9sbGVyIGNvbW1h bmQgYnl0ZSAwMDQ1CmtiZGlvOiBESUFHTk9TRSBzdGF0dXM6MDA1NQprYmRpbzogVEVTVF9LQkRf UE9SVCBzdGF0dXM6MDAwMAprYmRpbzogUkVTRVRfS0JEIHJldHVybiBjb2RlOjAwZmEKa2JkaW86 IFJFU0VUX0tCRCBzdGF0dXM6MDBhYQpzYzAgYXQgMHg2MC0weDZmIGlycSAxIG9uIG1vdGhlcmJv YXJkCnNjMDogQklPUyB2aWRlbyBtb2RlOjMKc2MwOiBWR0EgcmVnaXN0ZXJzIHVwb24gcG93ZXIt dXAKNTAgMTggMTAgMDAgMTAgMDAgMDMgMDAgMDIgNjcgNWYgNGYgNTAgODIgNTUgODEgCmJmIDFm IDAwIDRmIDBkIDBlIDAwIDAwIDA3IDgwIDljIDhlIDhmIDI4IDFmIDk2IApiOSBhMyBmZiAwMCAw MSAwMiAwMyAwNCAwNSAxNCAwNyAzOCAzOSAzYSAzYiAzYyAKM2QgM2UgM2YgMGMgMDAgMGYgMDgg MDAgMDAgMDAgMDAgMDAgMTAgMGUgMDAgZmYgCnNjMDogdmlkZW8gbW9kZToyNApzYzA6IFZHQSBy ZWdpc3RlcnMgZm9yIG1vZGU6MjQKNTAgMTggMTAgMDAgMTAgMDAgMDMgMDAgMDIgNjcgNWYgNGYg NTAgODIgNTUgODEgCmJmIDFmIDAwIDRmIDBkIDBlIDAwIDAwIDAwIDAwIDljIDhlIDhmIDI4IDFm IDk2IApiOSBhMyBmZiAwMCAwMSAwMiAwMyAwNCAwNSAxNCAwNyAzOCAzOSAzYSAzYiAzYyAKM2Qg M2UgM2YgMGMgMDAgMGYgMDggMDAgMDAgMDAgMDAgMDAgMTAgMGUgMDAgZmYgCnNjMDogVkdBIGNv bG9yIDwxNiB2aXJ0dWFsIGNvbnNvbGVzLCBmbGFncz0weDA+CnNpbzAgYXQgMHgzZjgtMHgzZmYg aXJxIDQgb24gaXNhCnNpbzA6IHR5cGUgMTY1NTBBCnNpbzEgbm90IGZvdW5kIGF0IDB4MmY4CnNp bzIgbm90IGZvdW5kIGF0IDB4M2U4CmxwdDAgYXQgMHgzNzgtMHgzN2YgaXJxIDcgb24gaXNhCmxw dDA6IEludGVycnVwdC1kcml2ZW4gcG9ydApscDA6IFRDUC9JUCBjYXBhYmxlIGludGVyZmFjZQps cHQxIG5vdCBmb3VuZCBhdCAweGZmZmZmZmZmCm1zZTA6IHdyb25nIHNpZ25hdHVyZSBmZgptc2Uw IG5vdCBmb3VuZCBhdCAweDIzYwpwc20wOiBjdXJyZW50IGNvbW1hbmQgYnl0ZTowMDQ1CmtiZGlv OiBURVNUX0FVWF9QT1JUIHN0YXR1czowMDAwCmtiZGlvOiBSRVNFVF9BVVggcmV0dXJuIGNvZGU6 MDBmYQprYmRpbzogUkVTRVRfQVVYIHN0YXR1czowMGFhCmtiZGlvOiBSRVNFVF9BVVggSUQ6MDAw MApwc20wOiBzdGF0dXMgYWZ0ZXIgcmVzZXQgMDAgMDIgNjQKcHNtOiBzdGF0dXMgOTAgMDIgM2Mg KGdldF9tb3VzZV9idXR0b25zKQpwc20wOiBzdGF0dXMgMDAgMDIgNjQKcHNtMCBhdCAweDYwLTB4 NjQgaXJxIDEyIG9uIG1vdGhlcmJvYXJkCnBzbTA6IGRldmljZSBJRCAwLCAyIGJ1dHRvbnMKZmRj MCBhdCAweDNmMC0weDNmNyBpcnEgNiBkcnEgMiBvbiBpc2EKZmRjMDogRklGTyBlbmFibGVkLCA4 IGJ5dGVzIHRocmVzaG9sZApmZDA6IDEuNDRNQiAzLjVpbgp3ZGMwIGF0IDB4MWYwLTB4MWY3IGly cSAxNCBvbiBpc2EKd2RjMDogdW5pdCAwICh3ZDApOiA8UVVBTlRVTSBCSUdGT09UX0NZMjE2MEE+ CndkMDogMjAxNE1CICg0MTI0NzM2IHNlY3RvcnMpLCA0MDkyIGN5bHMsIDE2IGhlYWRzLCA2MyBT L1QsIDUxMiBCL1MKd2RjMDogdW5pdCAxICh3ZDEpOiA8UVVBTlRVTSBGSVJFQkFMTF9UTTEyODBB Pgp3ZDE6IDEyMjJNQiAoMjUwMzg3MiBzZWN0b3JzKSwgMjQ4NCBjeWxzLCAxNiBoZWFkcywgNjMg Uy9ULCA1MTIgQi9TCndkYzEgbm90IGZvdW5kIGF0IDB4MTcwCmJ0MCBub3QgZm91bmQgYXQgMHgz MzAKdWhhMCBub3QgZm91bmQgYXQgMHgzMzAKYWhhMCBub3QgZm91bmQgYXQgMHgzMzAKYWljMCBu b3QgZm91bmQgYXQgMHgzNDAKbmNhMCBub3QgZm91bmQgYXQgMHgxZjg4Cm5jYTEgbm90IGZvdW5k IGF0IDB4MzUwCnNlYTAgbm90IGZvdW5kCnd0MCBub3QgZm91bmQgYXQgMHgzMDAKbWNkMDogdGlt ZW91dCBnZXR0aW5nIHN0YXR1cwptY2QwIG5vdCBmb3VuZCBhdCAweDMwMAptYXRjZGMwIG5vdCBm b3VuZCBhdCAweDIzMApzY2QwIG5vdCBmb3VuZCBhdCAweDIzMApucHgwIGZsYWdzIDB4MSBvbiBt b3RoZXJib2FyZApucHgwOiBJTlQgMTYgaW50ZXJmYWNlCmpveTAgYXQgMHgyMDEgb24gaXNhCmpv eTA6IGpveXN0aWNrCmltYXNrczogYmlvIGMwMDA0MDQwLCB0dHkgYzAwMzEwOTIsIG5ldCBjMDAz MTA5MgpCSU9TIEdlb21ldHJpZXM6CiAwOjAyNmIzZjNmIDAuLjYxOT02MjAgY3lsaW5kZXJzLCAw Li42Mz02NCBoZWFkcywgMS4uNjM9NjMgc2VjdG9ycwogMTowM2ZkM2YzZiAwLi4xMDIxPTEwMjIg Y3lsaW5kZXJzLCAwLi42Mz02NCBoZWFkcywgMS4uNjM9NjMgc2VjdG9ycwogMCBhY2NvdW50ZWQg Zm9yCkRldmljZSBjb25maWd1cmF0aW9uIGZpbmlzaGVkLgpDb25zaWRlcmluZyBGRlMgcm9vdCBm L3MuCmNvbmZpZ3VyZSgpIGZpbmlzaGVkLgp3ZDFzMTogdHlwZSAweDYsIHN0YXJ0IDYzLCBlbmQg PSA2Mjg5OTEsIHNpemUgNjI4OTI5IDogT0sKd2QxczI6IHR5cGUgMHhhNSwgc3RhcnQgNjI4OTky LCBlbmQgPSAxNDQ3NDg3LCBzaXplIDgxODQ5NiA6IE9LCg== ------=_NextPart_000_0016_01BD8C0E.C61A8720 Content-Type: text/plain; name="Dev.txt" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="Dev.txt" TUFLRURFVioKTUFLRURFVi5sb2NhbCoKYXBtCmJwZjAKY2FyZDAKY2FyZDEKY2QwYQpjZDBjCmNo MApjb25zb2xlCmNvbnNvbGVjdGwKY3VhYTAKY3VhYTEKY3VhYTIKY3VhYTMKY3VhaWEwCmN1YWlh MQpjdWFpYTIKY3VhaWEzCmN1YWxhMApjdWFsYTEKY3VhbGEyCmN1YWxhMwpkcnVtCmVyc3QwCmVy c3QwLjAKZXJzdDAuMQplcnN0MC4yCmVyc3QwLjMKZmQvCmZkMApmZDAuMTIwMApmZDAuMTQ0MApm ZDAuMTQ4MApmZDAuMTcyMApmZDAuMzYwCmZkMC43MjAKZmQwLjgwMApmZDAuODIwCmZkMGEKZmQw YgpmZDBjCmZkMGQKZmQwZQpmZDBmCmZkMGcKZmQwaApmZDEKZmQxLjEyMDAKZmQxLjE0NDAKZmQx LjE0ODAKZmQxLjE3MjAKZmQxLjM2MApmZDEuNzIwCmZkMS44MDAKZmQxLjgyMApmZDFhCmZkMWIK ZmQxYwpmZDFkCmZkMWUKZmQxZgpmZDFnCmZkMWgKZnQwCmZ0MGEKaW8Ka2xvZwprbWVtCmxrbQps b2dACmxwY3RsMApscGN0bDEKbHBjdGwyCmxwdDAKbHB0MQpscHQyCm1hdGNkMGEKbWF0Y2QwYwpt YXRjZDBsYQptYXRjZDBsYwptY2QwYQptY2QwYwptZW0KbW91c2VACm1zZTAKbnJzdDAKbnJzdDAu MApucnN0MC4xCm5yc3QwLjIKbnJzdDAuMwpucnd0MApucnd0MGIKbnJ3dDBjCm5yd3QwZApudWxs Cm9kMApvZDBhCm9kMGIKb2QwYwpvZDBkCm9kMGUKb2QwZgpvZDBnCm9kMGgKb2QwczEKb2QwczIK b2QwczMKb2QwczQKcGNhdWRpbwpwY2F1ZGlvY3RsCnBjaQpwZXJmbW9uCnBzbTAKcHR5cDAKcHR5 cDEKcHR5cDIKcHR5cDMKcHR5cDQKcHR5cDUKcHR5cDYKcHR5cDcKcHR5cDgKcHR5cDkKcHR5cGEK cHR5cGIKcHR5cGMKcHR5cGQKcHR5cGUKcHR5cGYKcHR5cGcKcHR5cGgKcHR5cGkKcHR5cGoKcHR5 cGsKcHR5cGwKcHR5cG0KcHR5cG4KcHR5cG8KcHR5cHAKcHR5cHEKcHR5cHIKcHR5cHMKcHR5cHQK cHR5cHUKcHR5cHYKcmFuZG9tCnJjZDAuY3RsCnJjZDBhCnJjZDBjCnJjaDAuY3RsCnJmZDAKcmZk MC4xMjAwCnJmZDAuMTQ0MApyZmQwLjE0ODAKcmZkMC4xNzIwCnJmZDAuMzYwCnJmZDAuNzIwCnJm ZDAuODAwCnJmZDAuODIwCnJmZDBhCnJmZDBiCnJmZDBjCnJmZDBkCnJmZDBlCnJmZDBmCnJmZDBn CnJmZDBoCnJmZDEKcmZkMS4xMjAwCnJmZDEuMTQ0MApyZmQxLjE0ODAKcmZkMS4xNzIwCnJmZDEu MzYwCnJmZDEuNzIwCnJmZDEuODAwCnJmZDEuODIwCnJmZDFhCnJmZDFiCnJmZDFjCnJmZDFkCnJm ZDFlCnJmZDFmCnJmZDFnCnJmZDFoCnJmdDAKcmZ0MGEKcm1hdGNkMGEKcm1hdGNkMGMKcm1hdGNk MGxhCnJtYXRjZDBsYwpybWNkMGEKcm1jZDBjCnJvZDAKcm9kMC5jdGwKcm9kMGEKcm9kMGIKcm9k MGMKcm9kMGQKcm9kMGUKcm9kMGYKcm9kMGcKcm9kMGgKcm9kMHMxCnJvZDBzMgpyb2QwczMKcm9k MHM0CnJzY2QwYQpyc2NkMGMKcnNkMApyc2QwLmN0bApyc2QwYQpyc2QwYgpyc2QwYwpyc2QwZApy c2QwZQpyc2QwZgpyc2QwZwpyc2QwaApyc2QwczEKcnNkMHMyCnJzZDBzMwpyc2QwczQKcnNkMQpy c2QxLmN0bApyc2QxYQpyc2QxYgpyc2QxYwpyc2QxZApyc2QxZQpyc2QxZgpyc2QxZwpyc2QxaApy c2QxczEKcnNkMXMyCnJzZDFzMwpyc2QxczQKcnNkMgpyc2QyLmN0bApyc2QyYQpyc2QyYgpyc2Qy Ywpyc2QyZApyc2QyZQpyc2QyZgpyc2QyZwpyc2QyaApyc2QyczEKcnNkMnMyCnJzZDJzMwpyc2Qy czQKcnNkMwpyc2QzLmN0bApyc2QzYQpyc2QzYgpyc2QzYwpyc2QzZApyc2QzZQpyc2QzZgpyc2Qz Zwpyc2QzaApyc2QzczEKcnNkM3MyCnJzZDNzMwpyc2QzczQKcnN0MApyc3QwLjAKcnN0MC4xCnJz dDAuMgpyc3QwLjMKcnN0MC5jdGwKcnZuMApydm4wYQpydm4wYgpydm4wYwpydm4wZApydm4wZQpy dm4wZgpydm4wZwpydm4waApydm4wczEKcnZuMHMyCnJ2bjBzMwpydm4wczQKcndjZDBhCnJ3Y2Qw Ywpyd2QwCnJ3ZDBhCnJ3ZDBiCnJ3ZDBjCnJ3ZDBkCnJ3ZDBlCnJ3ZDBmCnJ3ZDBnCnJ3ZDBoCnJ3 ZDBzMQpyd2QwczIKcndkMHMzCnJ3ZDBzNApyd2QxCnJ3ZDFhCnJ3ZDFiCnJ3ZDFjCnJ3ZDFkCnJ3 ZDFlCnJ3ZDFmCnJ3ZDFnCnJ3ZDFoCnJ3ZDFzMQpyd2QxczIKcndkMXMyYQpyd2QxczJiCnJ3ZDFz MmMKcndkMXMyZApyd2QxczJlCnJ3ZDFzMmYKcndkMXMyZwpyd2QxczJoCnJ3ZDFzMwpyd2QxczQK cndkMgpyd2QyYQpyd2QyYgpyd2QyYwpyd2QyZApyd2QyZQpyd2QyZgpyd2QyZwpyd2QyaApyd2Qy czEKcndkMnMyCnJ3ZDJzMwpyd2QyczQKcndkMwpyd2QzYQpyd2QzYgpyd2QzYwpyd2QzZApyd2Qz ZQpyd2QzZgpyd2QzZwpyd2QzaApyd2QzczEKcndkM3MyCnJ3ZDNzMwpyd2QzczQKcnd0MApyd3Qw Ygpyd3QwYwpyd3QwZApzY2QwYQpzY2QwYwpzZDAKc2QwYQpzZDBiCnNkMGMKc2QwZApzZDBlCnNk MGYKc2QwZwpzZDBoCnNkMHMxCnNkMHMyCnNkMHMzCnNkMHM0CnNkMQpzZDFhCnNkMWIKc2QxYwpz ZDFkCnNkMWUKc2QxZgpzZDFnCnNkMWgKc2QxczEKc2QxczIKc2QxczMKc2QxczQKc2QyCnNkMmEK c2QyYgpzZDJjCnNkMmQKc2QyZQpzZDJmCnNkMmcKc2QyaApzZDJzMQpzZDJzMgpzZDJzMwpzZDJz NApzZDMKc2QzYQpzZDNiCnNkM2MKc2QzZApzZDNlCnNkM2YKc2QzZwpzZDNoCnNkM3MxCnNkM3My CnNkM3MzCnNkM3M0CnNwZWFrZXIKc3QwY3RsLjAKc3QwY3RsLjEKc3QwY3RsLjIKc3QwY3RsLjMK c3RkZXJyCnN0ZGluCnN0ZG91dApzeXNtb3VzZQp0dHkKdHR5ZDAKdHR5ZDEKdHR5ZDIKdHR5ZDMK dHR5aWQwCnR0eWlkMQp0dHlpZDIKdHR5aWQzCnR0eWxkMAp0dHlsZDEKdHR5bGQyCnR0eWxkMwp0 dHlwMAp0dHlwMQp0dHlwMgp0dHlwMwp0dHlwNAp0dHlwNQp0dHlwNgp0dHlwNwp0dHlwOAp0dHlw OQp0dHlwYQp0dHlwYgp0dHlwYwp0dHlwZAp0dHlwZQp0dHlwZgp0dHlwZwp0dHlwaAp0dHlwaQp0 dHlwagp0dHlwawp0dHlwbAp0dHlwbQp0dHlwbgp0dHlwbwp0dHlwcAp0dHlwcQp0dHlwcgp0dHlw cwp0dHlwdAp0dHlwdQp0dHlwdgp0dHl2MAp0dHl2MQp0dHl2Mgp0dHl2Mwp0dW4wCnR3MAp1cmFu ZG9tCnZnYUAKdm4wCnZuMGEKdm4wYgp2bjBjCnZuMGQKdm4wZQp2bjBmCnZuMGcKdm4waAp2bjBz MQp2bjBzMgp2bjBzMwp2bjBzNAp3Y2QwYQp3Y2QwYwp3ZDAKd2QwYQp3ZDBiCndkMGMKd2QwZAp3 ZDBlCndkMGYKd2QwZwp3ZDBoCndkMHMxCndkMHMyCndkMHMzCndkMHM0CndkMQp3ZDFhCndkMWIK d2QxYwp3ZDFkCndkMWUKd2QxZgp3ZDFnCndkMWgKd2QxczEKd2QxczIKd2QxczJhCndkMXMyYgp3 ZDFzMmMKd2QxczJkCndkMXMyZQp3ZDFzMmYKd2QxczJnCndkMXMyaAp3ZDFzMwp3ZDFzNAp3ZDIK d2QyYQp3ZDJiCndkMmMKd2QyZAp3ZDJlCndkMmYKd2QyZwp3ZDJoCndkMnMxCndkMnMyCndkMnMz CndkMnM0CndkMwp3ZDNhCndkM2IKd2QzYwp3ZDNkCndkM2UKd2QzZgp3ZDNnCndkM2gKd2QzczEK d2QzczIKd2QzczMKd2QzczQKemVybwo= ------=_NextPart_000_0016_01BD8C0E.C61A8720 Content-Type: text/plain; name="Kernel.txt" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="Kernel.txt" IwojCiMJJElkOiBHRU5FUklDLHYgMS43Ny4yLjEyIDE5OTcvMTAvMTggMTE6MDM6MTAgam9lcmcg RXhwICQKCm1hY2hpbmUJCSJpMzg2IgpjcHUJCSJJNTg2X0NQVSIKaWRlbnQJCUZyZWVkb20tS2Vy bmVsCm1heHVzZXJzCTgKCm9wdGlvbnMJCU1BVEhfRU1VTEFURQkJI1N1cHBvcnQgZm9yIHg4NyBl bXVsYXRpb24Kb3B0aW9ucwkJSU5FVAkJCSNJbnRlck5FVHdvcmtpbmcKb3B0aW9ucwkJRkZTCQkJ I0JlcmtlbGV5IEZhc3QgRmlsZXN5c3RlbQpvcHRpb25zCQlNU0RPU0ZTCQkJI01TRE9TIEZpbGVz eXN0ZW0Kb3B0aW9ucwkJIkNEOTY2MCIJCSNJU08gOTY2MCBGaWxlc3lzdGVtCm9wdGlvbnMJCVBS T0NGUwkJCSNQcm9jZXNzIGZpbGVzeXN0ZW0Kb3B0aW9ucwkJIkNPTVBBVF80MyIJCSNDb21wYXRp YmxlIHdpdGggQlNEIDQuMyBbS0VFUCBUSElTIV0Kb3B0aW9ucwkJQk9VTkNFX0JVRkZFUlMJCSNp bmNsdWRlIHN1cHBvcnQgZm9yIERNQSBib3VuY2UgYnVmZmVycwpvcHRpb25zCQlVQ09OU09MRQkJ I0FsbG93IHVzZXJzIHRvIGdyYWIgdGhlIGNvbnNvbGUKb3B0aW9ucwkJRkFJTFNBRkUJCSNCZSBj b25zZXJ2YXRpdmUKb3B0aW9ucwkJVVNFUkNPTkZJRwkJI2Jvb3QgLWMgZWRpdG9yCm9wdGlvbnMJ CVZJU1VBTF9VU0VSQ09ORklHCSN2aXN1YWwgYm9vdCAtYyBlZGl0b3IKb3B0aW9ucyAgICAgICAg IEFUQVBJICAgICAgICAgICAgICAgICAgICNBdGFwaSBJREUgQ0QtUk9NIFN1cHBvcnQKb3B0aW9u cyAgICAgICAgIEtFUk5GUwoKY29uZmlnCQlrZXJuZWwJcm9vdCBvbiB3ZDFhCgpjb250cm9sbGVy CWlzYTAKY29udHJvbGxlcgllaXNhMApjb250cm9sbGVyCXBjaTAKCmNvbnRyb2xsZXIJZmRjMAlh dCBpc2E/IHBvcnQgIklPX0ZEMSIgYmlvIGlycSA2IGRycSAyIHZlY3RvciBmZGludHIKZGlzawkJ ZmQwCWF0IGZkYzAgZHJpdmUgMAoKCm9wdGlvbnMJCSJDTUQ2NDAiCSMgd29yayBhcm91bmQgQ01E NjQwIGNoaXAgZGVmaWNpZW5jeQpjb250cm9sbGVyCXdkYzAJYXQgaXNhPyBwb3J0ICJJT19XRDEi IGJpbyBpcnEgMTQgdmVjdG9yIHdkaW50cgpkaXNrCQl3ZDAJYXQgd2RjMCBkcml2ZSAwCmRpc2sJ CXdkMQlhdCB3ZGMwIGRyaXZlIDEKCmNvbnRyb2xsZXIJd2RjMQlhdCBpc2E/IHBvcnQgIklPX1dE MiIgYmlvIGlycSAxNSB2ZWN0b3Igd2RpbnRyCmRpc2sJCXdkMglhdCB3ZGMxIGRyaXZlIDAKZGlz awkJd2QzCWF0IHdkYzEgZHJpdmUgMQoKb3B0aW9ucwkJQVRBUEkJCSNFbmFibGUgQVRBUEkgc3Vw cG9ydCBmb3IgSURFIGJ1cwpvcHRpb25zCQlBVEFQSV9TVEFUSUMJI0Rvbid0IGRvIGl0IGFzIGFu IExLTQpkZXZpY2UJCXdjZDAJI0lERSBDRC1ST00KZGV2aWNlICAgICAgICAgIHdjZDEKCiMgQSBz aW5nbGUgZW50cnkgZm9yIGFueSBvZiB0aGVzZSBjb250cm9sbGVycyAobmNyLCBhaGIsIGFoYywg YW1kKSBpcwojIHN1ZmZpY2llbnQgZm9yIGFueSBudW1iZXIgb2YgaW5zdGFsbGVkIGRldmljZXMu CmNvbnRyb2xsZXIJbmNyMApjb250cm9sbGVyCWFtZDAKY29udHJvbGxlcglhaGIwCmNvbnRyb2xs ZXIJYWhjMApjb250cm9sbGVyCWJ0MAlhdCBpc2E/IHBvcnQgIklPX0JUMCIgYmlvIGlycSA/IHZl Y3RvciBidF9pc2FfaW50cgpjb250cm9sbGVyCXVoYTAJYXQgaXNhPyBwb3J0ICJJT19VSEEwIiBi aW8gaXJxID8gZHJxIDUgdmVjdG9yIHVoYWludHIKY29udHJvbGxlcglhaGEwCWF0IGlzYT8gcG9y dCAiSU9fQUhBMCIgYmlvIGlycSA/IGRycSA1IHZlY3RvciBhaGFpbnRyCmNvbnRyb2xsZXIJYWlj MAlhdCBpc2E/IHBvcnQgMHgzNDAgYmlvIGlycSAxMSB2ZWN0b3IgYWljaW50cgpjb250cm9sbGVy CW5jYTAJYXQgaXNhPyBwb3J0IDB4MWY4OCBiaW8gaXJxIDEwIHZlY3RvciBuY2FpbnRyCmNvbnRy b2xsZXIJbmNhMQlhdCBpc2E/IHBvcnQgMHgzNTAgYmlvIGlycSA1IHZlY3RvciBuY2FpbnRyCmNv bnRyb2xsZXIJc2VhMAlhdCBpc2E/IGJpbyBpcnEgNSBpb21lbSAweGM4MDAwIGlvc2l6IDB4MjAw MCB2ZWN0b3Igc2VhaW50cgoKY29udHJvbGxlcglzY2J1czAKCmRldmljZQkJc2QwCgpkZXZpY2UJ CW9kMAkjU2VlIExJTlQgZm9yIHBvc3NpYmxlIGBvZCcgb3B0aW9ucy4KCmRldmljZQkJc3QwCgpk ZXZpY2UJCWNkMAkjT25seSBuZWVkIG9uZSBvZiB0aGVzZSwgdGhlIGNvZGUgZHluYW1pY2FsbHkg Z3Jvd3MKCmRldmljZQkJd3QwCWF0IGlzYT8gcG9ydCAweDMwMCBiaW8gaXJxIDUgZHJxIDEgdmVj dG9yIHd0aW50cgpkZXZpY2UJCW1jZDAJYXQgaXNhPyBwb3J0IDB4MzAwIGJpbyBpcnEgMTAgdmVj dG9yIG1jZGludHIKCmNvbnRyb2xsZXIJbWF0Y2QwCWF0IGlzYT8gcG9ydCAweDIzMCBiaW8KCmRl dmljZQkJc2NkMAlhdCBpc2E/IHBvcnQgMHgyMzAgYmlvCgojIHN5c2NvbnMgaXMgdGhlIGRlZmF1 bHQgY29uc29sZSBkcml2ZXIsIHJlc2VtYmxpbmcgYW4gU0NPIGNvbnNvbGUKZGV2aWNlCQlzYzAJ YXQgaXNhPyBwb3J0ICJJT19LQkQiIHR0eSBpcnEgMSB2ZWN0b3Igc2NpbnRyCiMgRW5hYmxlIHRo aXMgYW5kIFBDVlRfRlJFRUJTRCBmb3IgcGN2dCB2dDIyMCBjb21wYXRpYmxlIGNvbnNvbGUgZHJp dmVyCiNkZXZpY2UJCXZ0MAlhdCBpc2E/IHBvcnQgIklPX0tCRCIgdHR5IGlycSAxIHZlY3RvciBw Y3JpbnQKI29wdGlvbnMJCVhTRVJWRVIJCQkjIHN1cHBvcnQgZm9yIFggc2VydmVyCiNvcHRpb25z CQlGQVRfQ1VSU09SCQkjIHN0YXJ0IHdpdGggYmxvY2sgY3Vyc29yCiMgSWYgeW91IGhhdmUgYSBU aGlua1BBRCwgdW5jb21tZW50IHRoaXMgYWxvbmcgd2l0aCB0aGUgcmVzdCBvZiB0aGUgUENWVCBs aW5lcwojb3B0aW9ucwkJUENWVF9TQ0FOU0VUPTIJCSMgSUJNIGtleWJvYXJkcyBhcmUgbm9uLXN0 ZAoKIyBNYW5kYXRvcnksIGRvbid0IHJlbW92ZQpkZXZpY2UJCW5weDAJYXQgaXNhPyBwb3J0ICJJ T19OUFgiIGZsYWdzIDB4MSBpcnEgMTMgdmVjdG9yIG5weGludHIKCgpkZXZpY2UJCXNpbzAJYXQg aXNhPyBwb3J0ICJJT19DT00xIiB0dHkgaXJxIDQgdmVjdG9yIHNpb2ludHIKZGV2aWNlCQlzaW8x CWF0IGlzYT8gcG9ydCAiSU9fQ09NMiIgdHR5IGlycSAzIHZlY3RvciBzaW9pbnRyCmRldmljZQkJ c2lvMglhdCBpc2E/IHBvcnQgIklPX0NPTTMiIHR0eSBpcnEgMiB2ZWN0b3Igc2lvaW50cgojZGV2 aWNlCQlzaW8zCWF0IGlzYT8gZGlzYWJsZSBwb3J0ICJJT19DT000IiB0dHkgaXJxIDIgdmVjdG9y IHNpb2ludHIKCmRldmljZQkJbHB0MAlhdCBpc2E/IHBvcnQ/IHR0eSBpcnEgNyB2ZWN0b3IgbHB0 aW50cgpkZXZpY2UJCWxwdDEJYXQgaXNhPyBwb3J0PyB0dHkKZGV2aWNlCQltc2UwCWF0IGlzYT8g cG9ydCAweDIzYyB0dHkgaXJxIDUgdmVjdG9yIG1zZWludHIKCmRldmljZQkJcHNtMAlhdCBpc2E/ IHBvcnQgIklPX0tCRCIgY29uZmxpY3RzIHR0eSBpcnEgMTIgdmVjdG9yIHBzbWludHIKCnBzZXVk by1kZXZpY2UJbG9vcApwc2V1ZG8tZGV2aWNlCWV0aGVyCnBzZXVkby1kZXZpY2UJbG9nCnBzZXVk by1kZXZpY2UJc2wJMQojIGlqcHBwIHVzZXMgdHVuIGluc3RlYWQgb2YgcHBwIGRldmljZQojcHNl dWRvLWRldmljZQlwcHAJMQpwc2V1ZG8tZGV2aWNlICAgc25wICAgICAyCnBzZXVkby1kZXZpY2UJ dm4JMQpwc2V1ZG8tZGV2aWNlCXR1bgkxCnBzZXVkby1kZXZpY2UJcHR5CTE2CnBzZXVkby1kZXZp Y2UJZ3ppcAkJIyBFeGVjIGd6aXBwZWQgYS5vdXQncwoKIyBLVFJBQ0UgZW5hYmxlcyB0aGUgc3lz dGVtLWNhbGwgdHJhY2luZyBmYWNpbGl0eSBrdHJhY2UoMikuCiMgVGhpcyBhZGRzIDQgS0IgYmxv YXQgdG8geW91ciBrZXJuZWwsIGFuZCBzbGlnaHRseSBpbmNyZWFzZXMKIyB0aGUgY29zdHMgb2Yg ZWFjaCBzeXNjYWxsLgpvcHRpb25zCQlLVFJBQ0UJCSNrZXJuZWwgdHJhY2luZwoKIyBUaGlzIHBy b3ZpZGVzIHN1cHBvcnQgZm9yIFN5c3RlbSBWIHNoYXJlZCBtZW1vcnkuCiMKb3B0aW9ucyAgICAg ICAgIFNZU1ZTSE0KCiNBZGRlZCBieSBNZS4uLi4KI0FwcGFyZW50IFNvdW5kIEJsYXN0ZXIgRHJp dmVyCiNjb250cm9sbGVyIHNuZDAKI0FwcGFyZW50IFNvdW5kIEJsYXN0ZXIgMTYgRHJpdmVyCiNk ZXZpY2Ugc2J2eGkwIGF0IGlzYT8gZHJxIDUKI0FwcGFyZW50IFNvdW5kIEJsYXN0ZXIgTWlkaQoj ZGV2aWNlIHNibWlkaTAgYXQgaXNhPyBwb3J0IDB4MzMwCgpvcHRpb25zIFBFUkZNT04KCmRldmlj ZSBqb3kwIGF0IGlzYT8gcG9ydCAiSU9fR0FNRSIK ------=_NextPart_000_0016_01BD8C0E.C61A8720 Content-Type: text/plain; name="ppp.conf.old.txt" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="ppp.conf.old.txt" IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj IyMjIyMjIyMKIwojICAJUFBQIENvbmZpZ3VyYXRpb24gRmlsZQojCiMJICBJYW4gSmFtZXMgTydG cmllbCAoRnJlZUJTREBvbmxpbmUtaG9tZS5uZGlyZWN0LmNvLnVrKQojCiMgJElkOiBwcHAuY29u Zi5zYW1wbGUsdiAxLjUuMi4xMiAxOTk3LzA5LzEwIDAxOjAwOjI3IGJyaWFuIEV4cCAkCiMKIyMj IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj IyMjIyMKCmRlZmF1bHQ6CiBzZXQgZGV2aWNlIC9kZXYvY3VhYTAKIHNldCBzcGVlZCAxMTUyMDAK IHNldCBsb2cgUGhhc2UgQ2hhdCBDb25uZWN0IENhcnJpZXIgTENQIElQQ1AgQ0NQIHR1biAKIyBh bGxvdyB1c2VyIHJvb3QKIyBzZXQgc2VydmVyIDMwMDAKIGRlbnkgbHFyCiBzZXQgZGlhbCAiQUJP UlQgQlVTWSBBQk9SVCBOT1xcc0NBUlJJRVIgVElNRU9VVCA1IFwiXCIgQVRFMVEwIE9LLUFULU9L IFxcZEFURFRcXFQgVElNRU9VVCA0MCBDT05ORUNUIgoKIyBFeGFtcGxlIHdpdGggYSBsb2dpbiBz Y3JpcHQKIwojICAgbyBGcm9tIFBQUCBwcm9tcHQsCiMJcHBwPiBkaWFsIHNpbXBsZXNpdGUKIyAg ICAgYXV0b21hdGljYWxseSBkaWFscyBhbmQgcGVyZm9ybXMgdGhlIGxvZ2luIHNjcmlwdC4KIwoj ICAgICAgIHBwcD4gbG9hZCBzaW1wbGVzaXRlCiMgICAgIGxvYWRzIGFuZCBleGVjdXRlcyBjb21t YW5kcywgYnV0IGRvZXNuJ3QgZGlhbC4KIwojICAgbyBGcm9tIHNoZWxsLCBpbnZva2UgYXMKIyAg ICAgICAkIHBwcCBzaW1wbGVzaXRlCiMgICAgIHRvIGxvYWQgY29tbWFuZHMgYXNzb2NpYXRlZCB3 aXRoIHRoZSAnc2ltcGxlc2l0ZScgbGFiZWwuIFVzZSwKIyAgICAgICBwcHA+IGRpYWwKIyAgICAg dG8gZXN0YWJsaXNoIHRoZSBjb25uZWN0aW9uLgojCmludGVybmV0CiBzZXQgcGhvbmUgMDg0NTA3 OTgxMzAKIHNldCBsb2dpbiAiVElNRU9VVCA1IG9naW46LS1vZ2luOiBpYW4ub2ZyaWVsIHdvcmQ6 IHdlbmR5IG9jb2w6IHBwcCIKIHNldCB0aW1lb3V0IDEyMAoKIyBNdWx0aS1waG9uZSBleGFtcGxl LiAgTnVtYmVycyBzZXBhcmF0ZWQgYnkgYSA6IGFyZSB1c2VkIHNlcXVlbnRpYWxseS4KIyBOdW1i ZXJzIHNlcGFyYXRlZCBieSBhIHwgYXJlIHVzZWQgaWYgdGhlIHByZXZpb3VzIGRpYWwgb3IgbG9n aW4gc2NyaXB0CiMgZmFpbGVkLiAgVXN1YWxseSwgeW91IHdpbGwgcHJlZmVyIHRvIHVzZSBvbmx5 IG9uZSBvZiB8IG9yIDosIGJ1dCBib3RoCiMgYXJlIGFsbG93ZWQuCiMKbXVsdGlwaG9uZToKIHNl dCBwaG9uZSAxMjM0NTY3OHwxMjM0NTY3OToxMjM0NTY3MHwxMjM0NTY3MQogc2V0IGxvZ2luICJU SU1FT1VUIDUgb2dpbjotLW9naW46IHBwcCB3b3JkOiBwcHAgb2NvbDogcHBwIgoKIyBJZiB0aGUg cGVlciByZXF1aXJlcyB0aGF0IHlvdSB1c2UgQ0hBUCBvciBQQVAsIHlvdSBtdXN0IHN1cHBseSBh dXRobmFtZQojIGFuZCBhdXRoa2V5LiAgQm90aCBhcmUgImFjY2VwdGVkIiBieSBkZWZhdWx0LCBz byB5b3UgZG9uJ3QgaGF2ZSB0byBkbwojIGFueSBtb3JlLgojClBBUG9yQ0hBUHNpdGU6CiBzZXQg cGhvbmUgMTIzNDU2NzgKIHNldCBsb2dpbiAiVElNRU9VVCA1IG9naW46LS1vZ2luOiBwcHAgd29y ZDogcHBwIgogc2V0IGF1dGhuYW1lIGlhbi5vZnJpZWwKIHNldCBhdXRoa2V5ICB3ZW5keQoKIyBJ ZiB5b3Ugd2FudCB0aGUgcmVtb3RlIHN5c3RlbSB0byBhdXRoZW50aWNhdGUgaXRzZWxmLCB5b3Ug aW5zaXN0CiMgdGhhdCB0aGUgcGVlciB1c2VzIENIQVAgKG9yIFBBUCkgd2l0aCB0aGUgImVuYWJs ZSIga2V5d29yZC4gIEJvdGggQ0hBUCBhbmQKIyBQQVAgYXJlIGRpc2FibGVkIGJ5IGRlZmF1bHQu CiMgV2hlbiB0aGUgcGVlciBhdXRoZW50aWNhdGVzIGl0c2VsZiwgd2UgdXNlIHBwcC5zZWNyZXQg Zm9yIHZlcmlmaWNhdGlvbi4KIwojIFBwcCBpcyBsYXVuY2hlZCB3aXRoCiMKIyAgcHBwIC1kaXJl Y3QgQ0hBUHNlcnZlcgojCiMgTm90ZTogIFdlIGNhbiBzdXBwbHkgYSB0aGlyZCBmaWVsZCBpbiBw cHAuc2VjcmV0IHNwZWNpZnlpbmcgdGhlIElQIGFkZHJlc3MKIyAgICAgICAgZm9yIHRoYXQgdXNl ci4KIwpDSEFQc2VydmVyOgogZW5hYmxlIGNoYXAKIGVuYWJsZSBwcm94eQogc2V0IGlmYWRkciAx OTIuMjQ0LjE3Ni40NCAyOTIuMjQ0LjE4NC4zMQoKIyBJZiB3ZSB3aXNoIHRvIHVzZSAvZXRjL3Bh c3N3ZCwgd2UgZG8gdGhpczoKUEFQU2VydmVyd2l0aFBBU1NXRDoKIGVuYWJsZSBwYXAKIGVuYWJs ZSBwYXNzd2RhdXRoCiBlbmFibGUgcHJveHkKIHNldCBpZmFkZHIgMTkyLjI0NC4xNzYuNDQgMjky LjI0NC4xODQuMzEKCiMgT24gZGVtYW5kIGRpYWx1cCBleGFtcGxlCiMgIEhlcmUsIHdlIGFzc3Vt ZSB0aGF0IGxvY2FsIHNpZGUgdXNlIDE5Mi4yNDQuMTg1LjIyNiBhbmQKIyAgcmVtb3RlIHNpZGUg dXNlIDE5Mi4yNDQuMTc2LjQ0IGFzIHRoZWlyIElQIGFkZHJlc3MuCiMgIFlvdSBtdXN0IHN1cHBs eSAtYXV0bywgLWRkaWFsIG9yIC1iYWNrZ3JvdW5kIG9wdGlvbiB0byBpbnZva2UgUFBQLgojCiMg ICQgcHBwIC1hdXRvIG9uZGVtYW5kCiMKb25kZW1hbmQ6CiBzZXQgcGhvbmUgMTIzNDU2Nwogc2V0 IGxvZ2luICJUSU1FT1VUIDUgb2dpbjotLW9naW46IHBwcCB3b3JkOiBwcHAiCiBzZXQgdGltZW91 dCAxMjAKIHNldCBpZmFkZHIgMTkyLjI0NC4xODUuMjI2IDE5Mi4yNDQuMTc2LjQ0IDI1NS4yNTUu MjU1LjAKIGFkZCAwIDAgSElTQUREUgoKIyBBbm90aGVyIG9uIGRlbWFuZCBleGFtcGxlCiMgIElm IHRoZSBwZWVyIGFzc2lnbnMgdXMgYW4gYXJiaXRyYXJ5IElQIGFuZCB3ZSBjYW4ndCBwcmVkaWN0 IHdoYXQgdGhlaXIKIyAgSVAgd2lsbCBiZSBlaXRoZXIsIHRha2UgYSB3aWxkIGd1ZXNzIGF0IGFu IHNvbWUgSVBzIHRoYXQgeW91IGNhbid0CiMgIGN1cnJlbnRseSByb3V0ZSB0by4gIEVuc3VyZSB0 aGF0IHRoZSAiZGVsZXRlIiBhbmQgImFkZCIgbGluZXMgYXJlIGFsc28KIyAgcHJlc2VudCBpbiBw cHAubGlua3VwIHNvIHRoYXQgd2hlbiB3ZSBjb25uZWN0LCB0aGluZ3Mgd2lsbCBiZSBwdXQgc3Ry YWlnaHQuCiMKIyAgVGhlIC8wIGJpdCBzYXlzIHRoYXQgd2UgaW5zaXN0IG9uIDAgYml0cyBvZiB0 aGUgc3BlY2lmaWVkIElQIGFjdHVhbGx5CiMgIGJlaW5nIGNvcnJlY3QsIHRoZXJlZm9yZSwgdGhl IG90aGVyIHNpZGUgY2FuIGFzc2lnbiBhbnkgSVAgbnVtYmVycy4KIwpwbWRlbWFuZDoKIHNldCBw aG9uZSAxMjM0NTY3CiBzZXQgbG9naW4gIlRJTUVPVVQgNSBvZ2luOi0tb2dpbjogcHBwIHdvcmQ6 IHBwcCIKIHNldCB0aW1lb3V0IDEyMAogc2V0IGlmYWRkciAxMC4wLjAuMS8wIDEwLjAuMC4yLzAg MjU1LjI1NS4yNTUuMAogZGVsZXRlIEFMTAogYWRkIDAgMCBISVNBRERSCgojIEV4YW1wbGVzIHRv IGNvbm5lY3QgdXNpbmcgYSBudWxsLW1vZGVtIGNhYmxlIGZyb20gb25lIG1hY2hpbmUgdG8gYW5v dGhlci4KIyBUaGUgaW1wb3J0YW50IHRoaW5nIGhlcmUgaXMgdG8gYWxsb3cgdGhlIGxxciBwYWNr ZXRzIG9uIGJvdGggc2lkZXMuCiMgV2l0aG91dCB0aGVtIGVuYWJsZWQsIHdlIGNhbid0IHRlbGwg aWYgdGhlIGxpbmUncyBkcm9wcGVkIC0gdGhlcmUKIyBzaG91bGQgYWx3YXlzIGJlIGNhcnJpZXIg b24gYSBkaXJlY3QgY29ubmVjdGlvbi4KIyBIZXJlLCB0aGUgc2VydmVyIHNlbmRzIGxxcidzIGV2 ZXJ5IDEwIHNlY29uZHMgYW5kIHF1aXRzIGlmIHRocmVlIGluIGEKIyByb3cgZmFpbC4KIwojIE1h a2Ugc3VyZSB5b3UgZG9uJ3QgaGF2ZSAiZGVueSBscXIiIGluIHlvdXIgZGVmYXVsdDogb24gdGhl IGNsaWVudCAhCiMKZGlyZWN0LWNsaWVudDoKIHNldCBkaWFsICIiCiBzZXQgbGluZSAvZGV2L2N1 YWEwCiBzZXQgc3AgMTE1MjAwCiBzZXQgdGltZW91dCA5MDAKIHNldCBsb2cgUGhhc2UgQ2hhdCBM UU0KIHNldCBsb2dpbiAiVElNRU9VVCA1IG9naW46LS1vZ2luOiBwcHAgd29yZDogcHBwIEhFTExP Igogc2V0IGlmYWRkciAxMC4wLjQuMiAxMC4wLjQuMQogZW5hYmxlIGxxcgogYWNjZXB0IGxxcgog CmRpcmVjdC1zZXJ2ZXI6CiBzZXQgdGltZW91dCA5MDAgMTAgMwogc2V0IGxvZyBQaGFzZSBMUU0K IHNldCBpZmFkZHIgMTAuMC40LjEgMTAuMC40LjIKIGVuYWJsZSBscXIKIGFjY2VwdCBscXIKCiMg RXhhbXBsZSBvZiBDYWxsYmFjayBSZXF1ZXN0CiMKIyAgSGVyZSwgd2UgYXNzdW1lIHRoYXQgcGVl ciB3aWxsIGhhbmd1cCB0aGUgbGluZSBhbmQgaW5pdGlhdGVzIGEgY2FsbGJhY2sKIyAgYWZ0ZXIg c3VjY2Vzc2Z1bCBhdXRoZW50aWNhdGlvbi4gV2Ugc2ltcGx5IHVzZSBjaGF0IHNjcmlwdCBjYXBh YmlsaXR5CiMgIGFuZCB3YWl0IGZvciBhICJOTyBDQVJSSUVSIiByZXNwb25zZSBmcm9tIG91ciBt b2RlbS4KIwojICAkIHBwcCBjYWxsYmFjawojCmNhbGxiYWNrOgogc2V0IHBob25lIDAzMTIzNDU2 NzgKIHNldCBsb2dpbiAiQUJPUlQgTk9cXHNDQVJSSUVSIFRJTUVPVVQgNSBvZ2luOi0tb2dpbjog TXlOYW1lIHdvcmQ6IE15U2VjcmV0IFRJTUVPVVQgMjAgRFVNTVkiCiBzZXQgbG9nIHBoYXNlIGNo YXQKIGRpYWwKIHF1aXQKCiMgRXhhbXBsZSBmb3IgcHBwIG92ZXIgdGNwLiAgV2UgYXNzdW1lIHRo YXQgaW5ldGQgb24gdGNwc3J2Lm15bmV0IGhhcyBiZWVuCiMgY29uZmlndXJlZCB0byBydW4gInBw cCAtZGlyZWN0IHRjcC1zZXJ2ZXIiIHdoZW4gaXQgZ2V0cyBhIGNvbm5lY3Rpb24gb24KIyBwb3J0 IDEyMzQuICBSZWFkIGRvYyBmb3IgZnVydGhlciBkZXRhaWxzCiMKdGNwLWNsaWVudDoKIHNldCBk ZXZpY2UgdGNwc3J2Lm15bmV0OjEyMzQKIHNldCBkaWFsCiBzZXQgbG9naW4KIHNldCBlc2NhcGUg MHhmZgogc2V0IGlmYWRkciAxMC4wLjUuMSAxMC4wLjQuMSAyNTUuMjU1LjI1NS4wCgp0Y3Atc2Vy dmVyOgogc2V0IGVzY2FwZSAweGZmCiBzZXQgaWZhZGRyIDEwLjAuNC4xIDEwLjAuNS4xIDI1NS4y NTUuMjU1LjAK ------=_NextPart_000_0016_01BD8C0E.C61A8720 Content-Type: text/plain; name="Ppp.conf.txt" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="Ppp.conf.txt" IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj IyMjIyMjIyMKIwojICAJUFBQIENvbmZpZ3VyYXRpb24gRmlsZQojCiMJICBJYW4gSmFtZXMgTydG cmllbCAoRnJlZUJTREBvbmxpbmUtaG9tZS5uZGlyZWN0LmNvLnVrKQojCiMgJElkOiBwcHAuY29u Zi5zYW1wbGUsdiAxLjUuMi4xMiAxOTk3LzA5LzEwIDAxOjAwOjI3IGJyaWFuIEV4cCAkCiMKIyMj IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj IyMjIyMKCmRlZmF1bHQ6CiBzZXQgZGV2aWNlIC9kZXYvY3VhYTIKIHNldCBzcGVlZCAxMTUyMDAK IHNldCBsb2cgUGhhc2UgQ2hhdCBDb25uZWN0IENhcnJpZXIgTENQIElQQ1AgQ0NQIHR1biAKIyBh bGxvdyB1c2VyIHJvb3QKIyBzZXQgc2VydmVyIDMwMDAKIGRlbnkgbHFyCiBzZXQgZGlhbCAiQUJP UlQgQlVTWSBBQk9SVCBOT1xcc0NBUlJJRVIgVElNRU9VVCA1IFwiXCIgQVRFMVEwIE9LLUFULU9L IFxcZEFURFRcXFQgVElNRU9VVCA0MCBDT05ORUNUIgoKIyBFeGFtcGxlIHdpdGggYSBsb2dpbiBz Y3JpcHQKIwojICAgbyBGcm9tIFBQUCBwcm9tcHQsCiMJcHBwPiBkaWFsIHNpbXBsZXNpdGUKIyAg ICAgYXV0b21hdGljYWxseSBkaWFscyBhbmQgcGVyZm9ybXMgdGhlIGxvZ2luIHNjcmlwdC4KIwoj ICAgICAgIHBwcD4gbG9hZCBzaW1wbGVzaXRlCiMgICAgIGxvYWRzIGFuZCBleGVjdXRlcyBjb21t YW5kcywgYnV0IGRvZXNuJ3QgZGlhbC4KIwojICAgbyBGcm9tIHNoZWxsLCBpbnZva2UgYXMKIyAg ICAgICAkIHBwcCBzaW1wbGVzaXRlCiMgICAgIHRvIGxvYWQgY29tbWFuZHMgYXNzb2NpYXRlZCB3 aXRoIHRoZSAnc2ltcGxlc2l0ZScgbGFiZWwuIFVzZSwKIyAgICAgICBwcHA+IGRpYWwKIyAgICAg dG8gZXN0YWJsaXNoIHRoZSBjb25uZWN0aW9uLgojCgpuZXQ6CnNldCBwaG9uZSAwODQ1MDc5ODEz MApzZXQgbG9naW4gIlRJTUVPVVQgNSBvZ2luOi0tb2dpbjogaWFuLm9mcmllbCB3b3JkOiB3ZW5k eSIKc2V0IHRpbWVvdXQgMzAwCmFsaWFzIGVuYWJsZSB5ZXMKc2V0IGlmYWRkciAxMC4wLjAuMS8w IDEwLjAuMC4yLzAgMjU1LjI1NS4yNTUuMApkZWxldGUgQUxMCmFkZCAwMCAxMC4wLjAuMgoKCmlu dGVybmV0Ogogc2V0IHBob25lIDA4NDUwNzk4MTMwCiBzZXQgbG9naW4gIlRJTUVPVVQgNSBvZ2lu Oi0tb2dpbjogaWFuLm9mcmllbCB3b3JkOiB3ZW5keSBvY29sOiBwcHAiCiBzZXQgdGltZW91dCAx MjAKCiMgTXVsdGktcGhvbmUgZXhhbXBsZS4gIE51bWJlcnMgc2VwYXJhdGVkIGJ5IGEgOiBhcmUg dXNlZCBzZXF1ZW50aWFsbHkuCiMgTnVtYmVycyBzZXBhcmF0ZWQgYnkgYSB8IGFyZSB1c2VkIGlm IHRoZSBwcmV2aW91cyBkaWFsIG9yIGxvZ2luIHNjcmlwdAojIGZhaWxlZC4gIFVzdWFsbHksIHlv dSB3aWxsIHByZWZlciB0byB1c2Ugb25seSBvbmUgb2YgfCBvciA6LCBidXQgYm90aAojIGFyZSBh bGxvd2VkLgojCm11bHRpcGhvbmU6CiBzZXQgcGhvbmUgMTIzNDU2Nzh8MTIzNDU2Nzk6MTIzNDU2 NzB8MTIzNDU2NzEKIHNldCBsb2dpbiAiVElNRU9VVCA1IG9naW46LS1vZ2luOiBwcHAgd29yZDog cHBwIG9jb2w6IHBwcCIKCiMgSWYgdGhlIHBlZXIgcmVxdWlyZXMgdGhhdCB5b3UgdXNlIENIQVAg b3IgUEFQLCB5b3UgbXVzdCBzdXBwbHkgYXV0aG5hbWUKIyBhbmQgYXV0aGtleS4gIEJvdGggYXJl ICJhY2NlcHRlZCIgYnkgZGVmYXVsdCwgc28geW91IGRvbid0IGhhdmUgdG8gZG8KIyBhbnkgbW9y ZS4KIwpQQVBvckNIQVBzaXRlOgogc2V0IHBob25lIDEyMzQ1Njc4CiBzZXQgbG9naW4gIlRJTUVP VVQgNSBvZ2luOi0tb2dpbjogcHBwIHdvcmQ6IHBwcCIKIHNldCBhdXRobmFtZSBpYW4ub2ZyaWVs CiBzZXQgYXV0aGtleSAgd2VuZHkKCiMgSWYgeW91IHdhbnQgdGhlIHJlbW90ZSBzeXN0ZW0gdG8g YXV0aGVudGljYXRlIGl0c2VsZiwgeW91IGluc2lzdAojIHRoYXQgdGhlIHBlZXIgdXNlcyBDSEFQ IChvciBQQVApIHdpdGggdGhlICJlbmFibGUiIGtleXdvcmQuICBCb3RoIENIQVAgYW5kCiMgUEFQ IGFyZSBkaXNhYmxlZCBieSBkZWZhdWx0LgojIFdoZW4gdGhlIHBlZXIgYXV0aGVudGljYXRlcyBp dHNlbGYsIHdlIHVzZSBwcHAuc2VjcmV0IGZvciB2ZXJpZmljYXRpb24uCiMKIyBQcHAgaXMgbGF1 bmNoZWQgd2l0aAojCiMgIHBwcCAtZGlyZWN0IENIQVBzZXJ2ZXIKIwojIE5vdGU6ICBXZSBjYW4g c3VwcGx5IGEgdGhpcmQgZmllbGQgaW4gcHBwLnNlY3JldCBzcGVjaWZ5aW5nIHRoZSBJUCBhZGRy ZXNzCiMgICAgICAgIGZvciB0aGF0IHVzZXIuCiMKQ0hBUHNlcnZlcjoKIGVuYWJsZSBjaGFwCiBl bmFibGUgcHJveHkKIHNldCBpZmFkZHIgMTkyLjI0NC4xNzYuNDQgMjkyLjI0NC4xODQuMzEKCiMg SWYgd2Ugd2lzaCB0byB1c2UgL2V0Yy9wYXNzd2QsIHdlIGRvIHRoaXM6ClBBUFNlcnZlcndpdGhQ QVNTV0Q6CiBlbmFibGUgcGFwCiBlbmFibGUgcGFzc3dkYXV0aAogZW5hYmxlIHByb3h5CiBzZXQg aWZhZGRyIDE5Mi4yNDQuMTc2LjQ0IDI5Mi4yNDQuMTg0LjMxCgojIE9uIGRlbWFuZCBkaWFsdXAg ZXhhbXBsZQojICBIZXJlLCB3ZSBhc3N1bWUgdGhhdCBsb2NhbCBzaWRlIHVzZSAxOTIuMjQ0LjE4 NS4yMjYgYW5kCiMgIHJlbW90ZSBzaWRlIHVzZSAxOTIuMjQ0LjE3Ni40NCBhcyB0aGVpciBJUCBh ZGRyZXNzLgojICBZb3UgbXVzdCBzdXBwbHkgLWF1dG8sIC1kZGlhbCBvciAtYmFja2dyb3VuZCBv cHRpb24gdG8gaW52b2tlIFBQUC4KIwojICAkIHBwcCAtYXV0byBvbmRlbWFuZAojCm9uZGVtYW5k Ogogc2V0IHBob25lIDEyMzQ1NjcKIHNldCBsb2dpbiAiVElNRU9VVCA1IG9naW46LS1vZ2luOiBw cHAgd29yZDogcHBwIgogc2V0IHRpbWVvdXQgMTIwCiBzZXQgaWZhZGRyIDE5Mi4yNDQuMTg1LjIy NiAxOTIuMjQ0LjE3Ni40NCAyNTUuMjU1LjI1NS4wCiBhZGQgMCAwIEhJU0FERFIKCiMgQW5vdGhl ciBvbiBkZW1hbmQgZXhhbXBsZQojICBJZiB0aGUgcGVlciBhc3NpZ25zIHVzIGFuIGFyYml0cmFy eSBJUCBhbmQgd2UgY2FuJ3QgcHJlZGljdCB3aGF0IHRoZWlyCiMgIElQIHdpbGwgYmUgZWl0aGVy LCB0YWtlIGEgd2lsZCBndWVzcyBhdCBhbiBzb21lIElQcyB0aGF0IHlvdSBjYW4ndAojICBjdXJy ZW50bHkgcm91dGUgdG8uICBFbnN1cmUgdGhhdCB0aGUgImRlbGV0ZSIgYW5kICJhZGQiIGxpbmVz IGFyZSBhbHNvCiMgIHByZXNlbnQgaW4gcHBwLmxpbmt1cCBzbyB0aGF0IHdoZW4gd2UgY29ubmVj dCwgdGhpbmdzIHdpbGwgYmUgcHV0IHN0cmFpZ2h0LgojCiMgIFRoZSAvMCBiaXQgc2F5cyB0aGF0 IHdlIGluc2lzdCBvbiAwIGJpdHMgb2YgdGhlIHNwZWNpZmllZCBJUCBhY3R1YWxseQojICBiZWlu ZyBjb3JyZWN0LCB0aGVyZWZvcmUsIHRoZSBvdGhlciBzaWRlIGNhbiBhc3NpZ24gYW55IElQIG51 bWJlcnMuCiMKcG1kZW1hbmQ6CiBzZXQgcGhvbmUgMTIzNDU2Nwogc2V0IGxvZ2luICJUSU1FT1VU IDUgb2dpbjotLW9naW46IHBwcCB3b3JkOiBwcHAiCiBzZXQgdGltZW91dCAxMjAKIHNldCBpZmFk ZHIgMTAuMC4wLjEvMCAxMC4wLjAuMi8wIDI1NS4yNTUuMjU1LjAKIGRlbGV0ZSBBTEwKIGFkZCAw IDAgSElTQUREUgoKIyBFeGFtcGxlcyB0byBjb25uZWN0IHVzaW5nIGEgbnVsbC1tb2RlbSBjYWJs ZSBmcm9tIG9uZSBtYWNoaW5lIHRvIGFub3RoZXIuCiMgVGhlIGltcG9ydGFudCB0aGluZyBoZXJl IGlzIHRvIGFsbG93IHRoZSBscXIgcGFja2V0cyBvbiBib3RoIHNpZGVzLgojIFdpdGhvdXQgdGhl bSBlbmFibGVkLCB3ZSBjYW4ndCB0ZWxsIGlmIHRoZSBsaW5lJ3MgZHJvcHBlZCAtIHRoZXJlCiMg c2hvdWxkIGFsd2F5cyBiZSBjYXJyaWVyIG9uIGEgZGlyZWN0IGNvbm5lY3Rpb24uCiMgSGVyZSwg dGhlIHNlcnZlciBzZW5kcyBscXIncyBldmVyeSAxMCBzZWNvbmRzIGFuZCBxdWl0cyBpZiB0aHJl ZSBpbiBhCiMgcm93IGZhaWwuCiMKIyBNYWtlIHN1cmUgeW91IGRvbid0IGhhdmUgImRlbnkgbHFy IiBpbiB5b3VyIGRlZmF1bHQ6IG9uIHRoZSBjbGllbnQgIQojCmRpcmVjdC1jbGllbnQ6CiBzZXQg ZGlhbCAiIgogc2V0IGxpbmUgL2Rldi9jdWFhMAogc2V0IHNwIDExNTIwMAogc2V0IHRpbWVvdXQg OTAwCiBzZXQgbG9nIFBoYXNlIENoYXQgTFFNCiBzZXQgbG9naW4gIlRJTUVPVVQgNSBvZ2luOi0t b2dpbjogcHBwIHdvcmQ6IHBwcCBIRUxMTyIKIHNldCBpZmFkZHIgMTAuMC40LjIgMTAuMC40LjEK IGVuYWJsZSBscXIKIGFjY2VwdCBscXIKIApkaXJlY3Qtc2VydmVyOgogc2V0IHRpbWVvdXQgOTAw IDEwIDMKIHNldCBsb2cgUGhhc2UgTFFNCiBzZXQgaWZhZGRyIDEwLjAuNC4xIDEwLjAuNC4yCiBl bmFibGUgbHFyCiBhY2NlcHQgbHFyCgojIEV4YW1wbGUgb2YgQ2FsbGJhY2sgUmVxdWVzdAojCiMg IEhlcmUsIHdlIGFzc3VtZSB0aGF0IHBlZXIgd2lsbCBoYW5ndXAgdGhlIGxpbmUgYW5kIGluaXRp YXRlcyBhIGNhbGxiYWNrCiMgIGFmdGVyIHN1Y2Nlc3NmdWwgYXV0aGVudGljYXRpb24uIFdlIHNp bXBseSB1c2UgY2hhdCBzY3JpcHQgY2FwYWJpbGl0eQojICBhbmQgd2FpdCBmb3IgYSAiTk8gQ0FS UklFUiIgcmVzcG9uc2UgZnJvbSBvdXIgbW9kZW0uCiMKIyAgJCBwcHAgY2FsbGJhY2sKIwpjYWxs YmFjazoKIHNldCBwaG9uZSAwMzEyMzQ1Njc4CiBzZXQgbG9naW4gIkFCT1JUIE5PXFxzQ0FSUklF UiBUSU1FT1VUIDUgb2dpbjotLW9naW46IE15TmFtZSB3b3JkOiBNeVNlY3JldCBUSU1FT1VUIDIw IERVTU1ZIgogc2V0IGxvZyBwaGFzZSBjaGF0CiBkaWFsCiBxdWl0CgojIEV4YW1wbGUgZm9yIHBw cCBvdmVyIHRjcC4gIFdlIGFzc3VtZSB0aGF0IGluZXRkIG9uIHRjcHNydi5teW5ldCBoYXMgYmVl bgojIGNvbmZpZ3VyZWQgdG8gcnVuICJwcHAgLWRpcmVjdCB0Y3Atc2VydmVyIiB3aGVuIGl0IGdl dHMgYSBjb25uZWN0aW9uIG9uCiMgcG9ydCAxMjM0LiAgUmVhZCBkb2MgZm9yIGZ1cnRoZXIgZGV0 YWlscwojCnRjcC1jbGllbnQ6CiBzZXQgZGV2aWNlIHRjcHNydi5teW5ldDoxMjM0CiBzZXQgZGlh bAogc2V0IGxvZ2luCiBzZXQgZXNjYXBlIDB4ZmYKIHNldCBpZmFkZHIgMTAuMC41LjEgMTAuMC40 LjEgMjU1LjI1NS4yNTUuMAoKdGNwLXNlcnZlcjoKIHNldCBlc2NhcGUgMHhmZgogc2V0IGlmYWRk ciAxMC4wLjQuMSAxMC4wLjUuMSAyNTUuMjU1LjI1NS4wCg== ------=_NextPart_000_0016_01BD8C0E.C61A8720-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 13:51:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA01037 for freebsd-questions-outgoing; Sat, 30 May 1998 13:51:39 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from arl-img-10.compuserve.com (arl-img-10.compuserve.com [149.174.217.140]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA00788 for ; Sat, 30 May 1998 13:49:59 -0700 (PDT) (envelope-from 113726.2410@compuserve.com) Received: (from mailgate@localhost) by arl-img-10.compuserve.com (8.8.6/8.8.6/2.10) id QAA23490 for freebsd-questions@FreeBSD.ORG; Sat, 30 May 1998 16:49:27 -0400 (EDT) Date: Sat, 30 May 1998 16:48:59 -0400 From: "W.Tintemann" <113726.2410@compuserve.com> Subject: ELF Linux Emulation To: FreeBSD support Message-ID: <199805301649_MC2-3EA6-1C42@compuserve.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id NAA00789 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello ! A year ago I bought a CD with your 2.1.5 FreeBSD Unix system and got it installed. Especially the Handbook gave many good hints and was extremely helpful. I found there the chapter about the Linux Emulation and was able to run a.out-format programs. But I failed with ELF. Now I bought a 4-CD set from Walnut Creek ( dated November 1997 ) with version 2.2.5. and Greg Lehey's "The Complete FreeBSD". After a reinstallation I have the same problem with ELF. The message is : " ELF unknown binary format. Error trap." If I give a Linux-ldconfig -v command I see the word ELF mentioned in the first column of the list of Library names. Can you give a hint what I do wrong ? I was not able to locate till now the ( fine ) Handbook on the CDs. So I followed the steps in Lehey's book. Sincerely yours. Wolfgang Tintemann Kastanienweg 5 D-69221 Dossenheim Germany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 14:07:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA03262 for freebsd-questions-outgoing; Sat, 30 May 1998 14:07:09 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from aphrodite.harbor.ab.ca (aphrodite.harbor.ab.ca [198.161.82.75]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA03255 for ; Sat, 30 May 1998 14:07:01 -0700 (PDT) (envelope-from mathezer@harbor.ab.ca) Received: from clunk.harbor.ab.ca by aphrodite.harbor.ab.ca with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1458.49) id JSF3DJ4W; Sat, 30 May 1998 15:07:00 -0600 Date: Sat, 30 May 1998 15:07:00 -0600 (MDT) From: Stephen Mathezer To: questions@FreeBSD.ORG Subject: help w/ rvplayer for Linux "cannot open audio device" Message-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 am trying to get Real Audio 5 for Linux to work under FreeBSD 2.2.6 with an SB16. I can play audio using native FreeBSD programs no problem rvplayer will show the video for welcome.rm but there is no sound Trying to listen to a ram file directly (eg: rvplayer http://some.site.com/sound.ram) results in a "cannot open audio device" error message Do I have to do anything in particular to make the audio devices show up under linux emulation? Thanks -Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 14:14:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA04307 for freebsd-questions-outgoing; Sat, 30 May 1998 14:14:39 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mh2.cts.com (root@mh2.cts.com [205.163.24.68]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA04254 for ; Sat, 30 May 1998 14:14:14 -0700 (PDT) (envelope-from preeper@cts.com) Received: from sgt361.cts.com (gt361.cts.com [204.212.158.91]) by mh2.cts.com (8.8.7/8.8.5) with SMTP id OAA15396 for ; Sat, 30 May 1998 14:14:12 -0700 (PDT) Message-Id: <3.0.5.32.19980530140014.00847880@crash.cts.com> X-Sender: preeper@crash.cts.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Sat, 30 May 1998 14:00:14 -0700 To: freebsd-questions@FreeBSD.ORG From: Jerry Preeper Subject: wuftp questions Mime-Version: 1.0 Content-Type: text/enriched; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am running FreeBSD 2.2.6 on a web server (apache) with the wuftp port installed. One of the sites that will be moving to this server has about 200 people (and growing) making updates to the site, each with their own ftp account. The site is currently an Iserver hosted site allowing me to set up restrictions on what the users can and can not do and also what they have access to. I am trying to figure out how I might accomplish a couple of things. 1) not allow users on specified sites on the server to use ftp command line commands such as chmod 2) not allow users on any site on the machine to do directory surfing outside of their directory because although they can't upload files, they can download them 3) set up services and quotas (ftp and mail) for users on a case by case basis For example, here is a line from the passwd file (names have been changed) that the current iserver hosted site uses: joeypeck:password:10568:100:Joseph Peckingham:/usr/local/etc/httpd/htdocs/joeypeck:ftp,mail,5 Is there any way to bring this functionality into the FreeBSD setup? Jerry Preeper preeper@cts.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 14:22:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA05558 for freebsd-questions-outgoing; Sat, 30 May 1998 14:22:32 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from p.funk.org (p.funk.org [194.109.86.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA05531 for ; Sat, 30 May 1998 14:22:04 -0700 (PDT) (envelope-from alexlh@p.funk.org) Received: (from alexlh@localhost) by p.funk.org (8.8.8/8.8.8) id XAA01213; Sat, 30 May 1998 23:22:01 +0200 (CEST) (envelope-from alexlh) Message-ID: <19980530232200.39675@p.funk.org> Date: Sat, 30 May 1998 23:22:00 +0200 From: Alex Le Heux To: freebsd-questions@FreeBSD.ORG Subject: syslogd listening on >1024 udp port? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Can anyone explain why syslog seems to be listening on a high (>1024) udp port? The following shows that it _is_ syslog. All this is on a 2.2.6 machine that was just upgraded from 2.2.2. pakastelohi:/usr/local/etc/rc.d # netstat -an | grep udp udp 0 0 *.1189 *.* udp 0 0 *.53 *.* udp 0 0 127.0.0.1.53 *.* udp 0 0 194.109.86.163.53 *.* pakastelohi:/usr/local/etc/rc.d # fstat | grep udp root syslogd 350 4* internet dgram udp f0b2a780 root named 86 21* internet dgram udp f0b2a500 root named 86 22* internet dgram udp f0b2a400 root named 86 23* internet dgram udp f0b2a380 Alex Le Heux -- Hanno: Alex! Wat doe je nou? Hou op! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 14:22:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA05598 for freebsd-questions-outgoing; Sat, 30 May 1998 14:22:46 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mailgw02.execpc.com (mailgw02.execpc.com [169.207.3.78]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA05550 for ; Sat, 30 May 1998 14:22:25 -0700 (PDT) (envelope-from fpawlak@execpc.com) Received: from darkstar.connect.com (androzani-2-135.mdm.mke.execpc.com [169.207.95.73]) by mailgw02.execpc.com (8.8.8) id QAA11870; Sat, 30 May 1998 16:22:22 -0500 (CDT) Received: (from fpawlak@localhost) by darkstar.connect.com (8.8.8/8.8.8) id QAA04909; Sat, 30 May 1998 16:22:20 -0500 (CDT) From: "Frank Pawlak" Message-Id: <980530212219.ZM4908@darkstar.connect.com> Date: Sat, 30 May 1998 21:22:19 +0000 In-Reply-To: Studded "Re: RTFM" (May 30, 12:46pm) References: <356CA20F.1F47@clarityconnect.com> <980528041610.ZM1327@darkstar.connect.com> <35706214.119D02EB@san.rr.com> X-Mailer: Z-Mail (5.0.0 30July97) To: Studded Subject: Re: RTFM Cc: 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 Doug, Thanks for your response. At the risk of embarrassment due to my ignorance, I have to ask you to elaborate on a point you made. The Linux Kernel was designed for 256 fd's, I am not clear on what this means. Could you please define that in terms that a technically challenged person, me, could understand? If I could beg on your good graces a bit more, I am also under the impression that the TCP/IP stack in Linux is inferior to that implemented in FreeBSD. Is there any substance to that or is it now a non-issue? Thanks for all of your help. Best Regards, Frank On May 30, 12:46pm, Studded wrote: > Subject: Re: RTFM > Frank Pawlak wrote: > > > > Can anyone tell me where I can locate some accurate and current information > > describing why FreeBSD can carry heavier server loads than Linux? > > Linux' kernel was designed for 256 fd's. It can be extended beyond that > with some gymnastics however fundamentally the whole thing was not > designed for "heavy server loads." The BSD networking layer has no such > restrictions. > > We had a network consisting of almost all linux servers when I started > on dalnet almost 3 years ago. Ours was the first machine to try FreeBSD > and it wasn't very long before there weren't any linux boxes left. :) > Now there are a few new linux machines but they are all in .eu where > their client load is extremely small. > > Our experience with linux was that after a given period of time under > load (that period varying with factors we were never able to clearly > determine, but never more than 4 or 5 days) the networking layer would > just give up and the server would become non-responsive over the network > even though the machine was still up (active at the console). At the > time there were several people in the linux world who were confirming > that the failure was in the networking layer, including one of our > programmers who contributes to linux. > > The word is that the 2.1 version of the linux kernel fixes "all" of the > networking problems, however in our tests we have yet to get a linux 2.1 > machine to hold more than 400 clients reliably, which is approximately > where the 2.0 series failed as well. Of course, I have very little > confidence in the person running the linux test, but I don't actually > care that much either. :) > > Doug > > -- > *** Chief Operations Officer, DALnet IRC network *** > *** Proud designer and maintainer of one of the world's largest > *** Internet Relay Chat servers with 5,328 simultaneous connections > *** Try spider.dal.net on ports 6662-4 (Powered by FreeBSD) > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >-- End of excerpt from Studded To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 14:28:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA06408 for freebsd-questions-outgoing; Sat, 30 May 1998 14:28:09 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mailman.naxs.com (MAILMAN.naxs.com [206.31.102.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA06247 for ; Sat, 30 May 1998 14:26:23 -0700 (PDT) (envelope-from peabody@naxs.com) Received: from excalibur ([151.199.88.35]) by mailman.naxs.com (Post.Office MTA v3.1.2 release (PO205-101c) ID# 0-42723U8000L3500S0) with SMTP id AAA201 for ; Sat, 30 May 1998 17:27:37 -0400 Message-Id: <3.0.5.32.19980530172624.0093ca60@mail.naxs.com> X-Sender: peabody@mail.naxs.com (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Sat, 30 May 1998 17:26:24 -0400 To: freebsd-questions@FreeBSD.ORG From: Ben Compton Subject: Install Problems 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'm having problems installing FreeBSD 2.2.6 on my Dell computer. It seems that there is some problem accessing my secondary IDE chain. My CD ROM is the master unit on my secondary chain and I cannot get the installer to recongize it. It is an ATAPI IDE CD ROM so I know that is not the proble. What I feel is the problem is that the kernel the install CD uses cannot communicate with my secondary IDE chain. As a matter of fact I have to disable the support for that chain in the customize kernel menu presented on boot-up in order for install to get past the probing devices phase (you know where the blue screen comes up and says "Probing for devices...Please wait") I can boot from my installation CD but if I leave support for the Secondary IDE chain in place the install hangs and if I remove it my CD ROM is no longer accessable. I have checked the IRQ and the hardware address of the Secondary Controller and it matches up with what the generic kernel expects. I've also made sure that there is no resource conflict with the controller. I've tried everything I can think of so I would appreciate any and all help. Here is some info on my computer: Brand: Dell Processor 300MHz Pentium II RAM: 128 MB Hard Drives: Master - Maxtox 8.4G Slave - Western Digital 2.1 G (this is the drive I wish to install FreeBSD on) CD-ROM: Toshiba XM-620B ATAPI I would also like some info about booting FreeBSD from a slave HD with the Windows NT 4.0 OS Loader. I have NT installed on my master HD and I want to put BSD on my slave HD and would like to be able to use both without having to use a boot disk to run BSD. Oh and I would also like to know if anyone has attempted to set up X Windows using a Diamond Fire GL 1000 Pro Video Card with the Permedia II Chipset. I'm really new to the world of UNIX and I need all the help I can get. Thanks in advance for the help. Ben Compton peabody@naxs.com ********************************************************************** "There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence." - Jeremy S. Anderson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 14:30:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA06762 for freebsd-questions-outgoing; Sat, 30 May 1998 14:30:10 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dc1.mfn.org (dc1.mfn.org [204.238.179.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA06588 for ; Sat, 30 May 1998 14:29:53 -0700 (PDT) (envelope-from sysadmin@mfn.org) Received: from w3svcs.mfn.org (unverified [204.238.179.11]) by mail.mfn.org (EMWAC SMTPRS 0.83) with SMTP id ; Sat, 30 May 1998 16:32:35 -0500 Received: by w3svcs.mfn.org with Microsoft Mail id <01BD8BE8.249E9C90@w3svcs.mfn.org>; Sat, 30 May 1998 16:29:39 -0500 Message-ID: <01BD8BE8.249E9C90@w3svcs.mfn.org> From: "J.A. Terranson" To: "'FreeBSD Questions'" Subject: PERL Date: Sat, 30 May 1998 16:29:38 -0500 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 (1) The PERL that ships with 2.2.5R is perl4 or perl5? (2) Assuming (as I am) that 2.2.5R ships with p4, did I miss the p5 in the ports collection (I *did* look, and saw *lots* of additions, but nothing that screamed "Hi. I am the P5 you were looking for. Good to meetcha..."), or do I get it from somewhere else? (3) After loading the various p5 packages, is there a "clean" way to compile a list of available functions, or must I peruse the code manually? TIA beatrice@mfn.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 14:38:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA08226 for freebsd-questions-outgoing; Sat, 30 May 1998 14:38:20 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp03.primenet.com (daemon@smtp03.primenet.com [206.165.6.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA08207 for ; Sat, 30 May 1998 14:38:01 -0700 (PDT) (envelope-from bkogawa@primenet.com) Received: (from daemon@localhost) by smtp03.primenet.com (8.8.8/8.8.8) id OAA10473; Sat, 30 May 1998 14:37:57 -0700 (MST) Received: from ip203.sjc.primenet.com(206.165.96.203), claiming to be "foo.primenet.com" via SMTP by smtp03.primenet.com, id smtpd010418; Sat May 30 14:37:54 1998 Received: (from bkogawa@localhost) by foo.primenet.com (8.8.8/8.8.6) id OAA07633; Sat, 30 May 1998 14:39:37 -0700 (PDT) Date: Sat, 30 May 1998 14:39:37 -0700 (PDT) Message-Id: <199805302139.OAA07633@foo.primenet.com> To: kline@tao.thought.org Subject: Re: new X Newsgroups: localhost.freebsd.questions References: <199805260532.WAA01246@tao.thought.org> From: "Bryan K. Ogawa" Cc: freebsd-questions@FreeBSD.ORG (FreeBSD Mailing List) X-Newsreader: NN version 6.5.0 #1 (NOV) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In localhost.freebsd.questions you write: > After some hours of concentration, my P90 is now 2.2.6-R. I was > installing the entire X11 release into my /usr slice but ran out > of space. ---Only 1.7G on this box and 700MB is /usr/local. > So my question is: what do I need to continue my X11 application > development and run the latest release of X11R6? I only have 75M > free on /usr. > thanks for some insights, You might want to try a symlink from /usr/X11R6 to /usr/local/X11R6 . -- bryan k ogawa http://www.primenet.com/~bkogawa/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 14:42:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA08935 for freebsd-questions-outgoing; Sat, 30 May 1998 14:42:57 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA08913 for ; Sat, 30 May 1998 14:42:28 -0700 (PDT) (envelope-from grog@lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id HAA15579; Sun, 31 May 1998 07:12:25 +0930 (CST) (envelope-from grog) Message-ID: <19980531071225.P20360@freebie.lemis.com> Date: Sun, 31 May 1998 07:12:25 +0930 From: Greg Lehey To: Jaap Willems , freebsd-questions@FreeBSD.ORG Subject: Re: Where and what exactly ? References: <356FBBB8.7BF2EB9@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <356FBBB8.7BF2EB9@gmx.net>; from Jaap Willems on Sat, May 30, 1998 at 09:56:41AM +0200 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 30 May 1998 at 9:56:41 +0200, Jaap Willems wrote: > Can anyone tell me where i should download freeBSD ? > > I also like to know which files you need (minimal) to run FreeBSD. Check out http://www.lemis.com/handbook/what-to-download.html Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 14:46:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA09458 for freebsd-questions-outgoing; Sat, 30 May 1998 14:46:37 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA09200 for ; Sat, 30 May 1998 14:45:04 -0700 (PDT) (envelope-from grog@lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id HAA15744; Sun, 31 May 1998 07:15:01 +0930 (CST) (envelope-from grog) Message-ID: <19980531071501.Q20360@freebie.lemis.com> Date: Sun, 31 May 1998 07:15:01 +0930 From: Greg Lehey To: Forrest Aldrich , freebsd-questions@FreeBSD.ORG Subject: ELF (was: BSD/OS binaries on FreeBSD) References: <199805291750.NAA26235@drama.navinet.net> <199805291750.NAA26235@drama.navinet.net> <19980530123708.Z20360@freebie.lemis.com> <199805301734.NAA15389@chmls05.mediaone.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199805301734.NAA15389@chmls05.mediaone.net>; from Forrest Aldrich on Sat, May 30, 1998 at 01:35:27PM -0400 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 30 May 1998 at 13:35:27 -0400, Forrest Aldrich wrote: > At 12:37 PM 5/30/98 +0930, Greg Lehey wrote: >> On Fri, 29 May 1998 at 13:50:41 -0400, Forrest Aldrich wrote: >>> I queried BSDI, Inc., today about whether their ports of Netscape's servers >>> would work well on FreeBSD (available on their "Business Builder CDROM"). >>> I was told that the binary format for BSD/OS is different from FreeBSD, and >>> as such they won't work. >>> >>> I'm wondering if this is true, or if there's a work around, etc. >> >> It's not true in the case of Netscape. BSD/OS has changed from a.out >> to ELF. We still run a.out, and will probably move to ELF by the end >> of the year. Current BSD/OS a.out binaries usually work fine on >> FreeBSD. >> >> If you want to run Netscape on FreeBSD, however, I'd suggest you use >> the FreeBSD version. It's available in the Ports Collection or on the >> 2.2.6 CD-ROM. > > FYI, we are referring to the ports by BSDI of the Netscape servers, like > Directory Server (et al), which is available on BSDI's "Business Builder > CD". Whether or not those will run under FreeBSD. > > I understand FreeBSD-3.0 will be out sometime this year... is it possible > that 3.0 will be the move to ELF format? Yes, it's possible. -CURRENT now supports ELF, and some people are already running all-ELF systems. Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 15:12:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA13547 for freebsd-questions-outgoing; Sat, 30 May 1998 15:12:13 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from renminbi.fea.com (renminbi.fea.com [206.14.98.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id PAA13167 for ; Sat, 30 May 1998 15:10:33 -0700 (PDT) (envelope-from john@fea.com) Received: by renminbi.fea.com; id AA13696; Sat, 30 May 1998 15:12:16 -0700 Received: from florin.fea.com(192.168.0.21) by renminbi.fea.com via smap (V2.1) id xma013694; Sat, 30 May 98 15:11:48 -0700 Received: from dollar.fea.com by florin.fea.com (florin) (4.1/fea-1.6-1/26/93) id AA10425; Sat, 30 May 98 15:09:57 PDT Received: from peseta.fea.com by dollar.fea.com (dollar) (4.1/fea-1.6+-5/2/96) id AA11986; Sat, 30 May 98 15:09:57 PDT Date: Sat, 30 May 98 15:09:57 PDT From: john@fea.com (John Fox) Message-Id: <9805302209.AA11986@dollar.fea.com> To: freebsd-questions@FreeBSD.ORG Subject: compressed mode on SCSI DAT drive DEC TLZ06 Cc: john@fea.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a couple of DEC TLZ06 SCSI tape drives that support uncompressed and compressed modes. I have a manual that says 0xfe is the (vendor specific) density code for compressed mode and 0xfd for uncompressed. The drives work fine in the uncompressed mode (using the DDS density code 0x13). But I don't know how to reset the density for the compressed mode. "mt density 0xfe" doesn't work. It says "mt: density: Invalid argument" and logs /kernel: st0(ahc0:4:0): ILLEGAL REQUEST asc:26,0 Invalid field in parameter list sks:8f,4 /kernel: st0: Cannot set selected mode The manual has instructions for reconfiguring the SunOS kernel, but I can't see any clear way to apply them to any of the tables in /sys/scsi/scsiconf.c. Thanks for any pointers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 15:18:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA14422 for freebsd-questions-outgoing; Sat, 30 May 1998 15:18:29 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from elephants.dyn.ml.org (root@mki4-pl-ri23.kos.net [206.186.40.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA14260 for ; Sat, 30 May 1998 15:17:52 -0700 (PDT) (envelope-from jake@elephants.dyn.ml.org) Received: from elephants.dyn.ml.org (jake@elephants.dyn.ml.org [127.0.0.1]) by elephants.dyn.ml.org (8.8.8/8.8.8) with ESMTP id SAA01012 for ; Sat, 30 May 1998 18:20:24 -0400 (EDT) (envelope-from jake@elephants.dyn.ml.org) Message-Id: <199805302220.SAA01012@elephants.dyn.ml.org> X-Mailer: exmh version 2.0.2 2/24/98 To: freebsd-questions@FreeBSD.ORG Subject: some ccd questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 30 May 1998 18:20:24 -0400 From: Jake Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, soon as I have the money I want to add a second hard drive to my system, identical to the one I have now ( wd caviar AC22500 ) I'd like to configure part of it using the ccd driver, namely my swap and /usr partitions. I'm running a pretty recent build of -current. Here's my plan: root - wd0s1a ~50 megs /var - wd2s1a ~50 megs swap - ccd0c ; wd0s1b & wd2s1b ~64 megs each, 128 total /usr - ccd1c ; wd0s1e & wd2s1e ~1 gig each, 2 gigs total the letters might be wrong, I'm just extrapolating from my fstab and the man page, but you get the drift. wd0s2 and wd2s2 will be fat32 partitions, for win95, storage, my ftp site, etc... Is this nuts? Can the ccd driver stripe slices together? all the examples are "ccdconfig ccd0 32 0 /dev/sd2e /dev/sd3e" ... no "s1" Since it'll mostly be a random-access oriented workload I figured I'd use a large interleave, maybe 65,536. Should swap be the same? Should I use the CCDF_SWAP ( 0x01 ) flag for swap? I know this won't give me much of a performance boost in General Use, seek time vs. sequential read/write performance but I need the space, and I figured it would speed up make world and kernel compiles. Maybe I'll be able to capture video from my bt848 without the system being completely bogged down by disk access. Thanks... Jake -- http://www.checker.org/~jake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 15:19:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA14593 for freebsd-questions-outgoing; Sat, 30 May 1998 15:19:49 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mtiwmhc01.worldnet.att.net (mtiwmhc01.worldnet.att.net [204.127.131.36]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA14485 for ; Sat, 30 May 1998 15:19:05 -0700 (PDT) (envelope-from rax@worldnet.att.net) Received: from atlantis ([12.65.80.119]) by mtiwmhc01.worldnet.att.net (InterMail v03.02.03 118 118 102) with SMTP id <19980530221830.QWHW22850@atlantis> for ; Sat, 30 May 1998 22:18:30 +0000 From: "M. Evans" To: Subject: ppp errors Date: Sat, 30 May 1998 15:18:21 -0700 Message-ID: <000001bd8c18$daf5fda0$7750410c@atlantis.enigma.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0001_01BD8BDE.2E9725A0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0001_01BD8BDE.2E9725A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Im sorry I forgot to include the errors Ive been getting and the config files /******Original message *******/ Hello Help! When dialing in ppp it connects fine, but it gives me a server error saying it cannot set or find a server. I am inlcuding a text file with dumps from logs and error message along with conf files. Ive been working on this for about a week, and its probaly one of those simple fixes that just eludes me, but if you need more info of files just let me know. Thankyou for your time Kyle Evans rax@worldnet.att.net ------=_NextPart_000_0001_01BD8BDE.2E9725A0 Content-Type: text/plain; name="BSD_ERRO.TXT" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="BSD_ERRO.TXT" SSBoYXZlIGEgY291cGxlIG9mIGRucyBhZGRyZXNzZXMgdGhhdCBJIHVzdWFsbHkgcHV0IGluIHRo ZSByZXNvbHYuY29uZiBpZiBJIHdhcyB1c2luZwpwcHBkIGluIExpbnV4LCBidXQgSSBkaWRudCBz ZWUgd2hlcmUgSSBjb3VsZCBhZGQgdGhlbSBpbiB0aGUgc2NyaXB0LiBQZXJoYXBzIHRoaXMgaXMK d2h5ICBpdCBkaWVzbnQgY29ubmVjdCBwcm9wZXJseT8gCgoKCgoKIyMjIyMjVGhpcyBpcyB0aGUg ZXJyb3IgSSBnZXQgd2hlbiBJIGRpYWwgbXkgaXNwCgpwcHAgT04gYXRsYW50aXM+IGRpYWwgd29y bGRuZXQKRGlhbCBhdHRlbXB0IDEgb2YgMQpQaG9uZTogMjA2MjMzOTAwNgpkaWFsIE9LIQpsb2dp biBPSyEKcHBwIE9OIGF0bGFudGlzPiBQYWNrZXQgbW9kZS4KcHBwIE9OIGF0bGFudGlzPiAKUFBQ IE9OIGF0bGFudGlzPiBFcnJvcjogU2V0SXBEZXZpY2U6IGlvY3RsKFNJT0NBSUZBRERSKTogRGVz dGluYXRpb24gYWRkcmVzcyByZXF1aXJlZApFcnJvcjogSXBjcExheWVyVXA6IHVuYWJsZSB0byBz ZXQgaXAgYWRkcmVzcwpwcHAgT04gYXRsYW50aXM+CgoKIyMjIyMjVGhpcyBpcyB0aGUgZW5kIG9m IG15IC92YXIvbG9nL3BwcC5sb2cgCgpNYXkgMjkgMTc6MzA6NDAgYXRsYW50aXMgcHBwWzI1OV06 IHR1bjA6IExDUDogTGNwTGF5ZXJVcApNYXkgMjkgMTc6MzA6NDAgYXRsYW50aXMgcHBwWzI1OV06 IHR1bjA6IFBoYXNlOiBOZXdQaGFzZTogQXV0aGVudGljYXRlCk1heSAyOSAxNzozMDo0MCBhdGxh bnRpcyBwcHBbMjU5XTogdHVuMDogUGhhc2U6ICBoaXMgPSBDSEFQLCBtaW5lID0gbm9uZQpNYXkg MjkgMTc6MzA6NDAgYXRsYW50aXMgcHBwWzI1OV06IHR1bjA6IExDUDogQ2hhcElucHV0OiBDSEFM TEVOR0UKTWF5IDI5IDE3OjMwOjQwIGF0bGFudGlzIHBwcFsyNTldOiB0dW4wOiBMQ1A6ICBWYWxz aXplID0gMTYsIE5hbWUgPQoic2Vhd2EwN2V2IXNlYXdhMTVyczExcHIwMDRAZWxzLWFuLmF0dC5u ZXQiCk1heSAyOSAxNzozMDo0MCBhdGxhbnRpcyBwcHBbMjU5XTogdHVuMDogTENQOiBDaGFwT3V0 cHV0OiBSRVNQT05TRQpNYXkgMjkgMTc6MzA6NDAgYXRsYW50aXMgcHBwWzI1OV06IHR1bjA6IExD UDogQ2hhcElucHV0OiBTVUNDRVNTCk1heSAyOSAxNzozMDo0MCBhdGxhbnRpcyBwcHBbMjU5XTog dHVuMDogUGhhc2U6IE5ld1BoYXNlOiBOZXR3b3JrCk1heSAyOSAxNzozMDo0MCBhdGxhbnRpcyBw cHBbMjU5XTogdHVuMDogSVBDUDogU3RhdGUgY2hhbmdlIEluaXRpYWwgLS0+IENsb3NlZApNYXkg MjkgMTc6MzA6NDAgYXRsYW50aXMgcHBwWzI1OV06IHR1bjA6IElQQ1A6IElQQ1AgVXAgZXZlbnQh IQpNYXkgMjkgMTc6MzA6NDAgYXRsYW50aXMgcHBwWzI1OV06IHR1bjA6IElQQ1A6IElwY3BTZW5k Q29uZmlnUmVxCk1heSAyOSAxNzozMDo0MCBhdGxhbnRpcyBwcHBbMjU5XTogdHVuMDogSVBDUDog IElQQUREUls2XSAwLjAuMC4wCk1heSAyOSAxNzozMDo0MCBhdGxhbnRpcyBwcHBbMjU5XTogdHVu MDogSVBDUDogIENPTVBQUk9UT1s2XSAxNiBWSiBzbG90cyB3aXRoIHNsb3QKY29tcHJlcwpNYXkg MjkgMTc6MzA6NDAgYXRsYW50aXMgcHBwWzI1OV06IHR1bjA6IElQQ1A6IFN0YXRlIGNoYW5nZSBD bG9zZWQgLS0+IFJlcS1TZW50Ck1heSAyOSAxNzozMDo0MCBhdGxhbnRpcyBwcHBbMjU5XTogdHVu MDogQ0NQOiBTdGF0ZSBjaGFuZ2UgSW5pdGlhbCAtLT4gQ2xvc2VkCk1heSAyOSAxNzozMDo0MCBh dGxhbnRpcyBwcHBbMjU5XTogdHVuMDogQ0NQOiBDQ1AgVXAgZXZlbnQhISAgIApNYXkgMjkgMTc6 MzA6NDAgYXRsYW50aXMgcHBwWzI1OV06IHR1bjA6IENDUDogQ2NwU2VuZENvbmZpZ1JlcQpNYXkg MjkgMTc6MzA6NDAgYXRsYW50aXMgcHBwWzI1OV06IHR1bjA6IENDUDogIERFRkxBVEVbNF0gd2lu IDE1Ck1heSAyOSAxNzozMDo0MCBhdGxhbnRpcyBwcHBbMjU5XTogdHVuMDogQ0NQOiAgUFJFRDFb Ml0KTWF5IDI5IDE3OjMwOjQwIGF0bGFudGlzIHBwcFsyNTldOiB0dW4wOiBDQ1A6IFN0YXRlIGNo YW5nZSBDbG9zZWQgLS0+IFJlcS1TZW50Ck1heSAyOSAxNzozMDo0MCBhdGxhbnRpcyBwcHBbMjU5 XTogdHVuMDogSVBDUDogUmVjZWl2ZWQgQ29uZmlndXJlIFJlcXVlc3QgKDM3KSBzdGF0ZSA9ClJl cS1TZW50ICg2KQpNYXkgMjkgMTc6MzA6NDAgYXRsYW50aXMgcHBwWzI1OV06IHR1bjA6IElQQ1A6 ICBJUEFERFJbNl0gIDEyLjY1LjIyLjEKTWF5IDI5IDE3OjMwOjQwIGF0bGFudGlzIHBwcFsyNTld OiB0dW4wOiBJUENQOiAgQ09NUFBST1RPWzZdICAxNiBWSiBzbG90cyB3aXRoIHNsb3QKY29tcHJl c3Npb24KTWF5IDI5IDE3OjMwOjQwIGF0bGFudGlzIHBwcFsyNTldOiB0dW4wOiBJUENQOiBTZW5k Q29uZmlnTmFrKFJlcS1TZW50KQpNYXkgMjkgMTc6MzA6NDAgYXRsYW50aXMgcHBwWzI1OV06IHR1 bjA6IElQQ1A6ICBJUEFERFJbNl0gIDAuMC4wLjAKTWF5IDI5IDE3OjMwOjQwIGF0bGFudGlzIHBw cFsyNTldOiB0dW4wOiBJUENQOiBSZWNlaXZlZCBDb25maWd1cmUgTmFrICgxKSBzdGF0ZSA9ClJl cS1TZW50ICg2KQpNYXkgMjkgMTc6MzA6NDAgYXRsYW50aXMgcHBwWzI1OV06IHR1bjA6IElQQ1A6 ICBJUEFERFJbNl0gIDEyLjY1LjIyLjIyNgpNYXkgMjkgMTc6MzA6NDAgYXRsYW50aXMgcHBwWzI1 OV06IHR1bjA6IElQQ1A6ICBJUEFERFJbNl0gIGNoYW5naW5nIGFkZHJlc3M6IDAuMC4wLjAKLS0+ IDEyLjY1LjIyLjIyNgpNYXkgMjkgMTc6MzA6NDAgYXRsYW50aXMgcHBwWzI1OV06IHR1bjA6IElQ Q1A6IElwY3BTZW5kQ29uZmlnUmVxCk1heSAyOSAxNzozMDo0MCBhdGxhbnRpcyBwcHBbMjU5XTog dHVuMDogSVBDUDogIElQQUREUls2XSAxMi42NS4yMi4yMjYKTWF5IDI5IDE3OjMwOjQwIGF0bGFu dGlzIHBwcFsyNTldOiB0dW4wOiBJUENQOiAgQ09NUFBST1RPWzZdIDE2IFZKIHNsb3RzIHdpdGgg c2xvdApjb21wcmVzCk1heSAyOSAxNzozMDo0MCBhdGxhbnRpcyBwcHBbMjU5XTogdHVuMDogTENQ OiBSZWNlaXZlZCBQcm90b2NvbCBSZWplY3QgKDcpIHN0YXRlID0KT3BlbmVkICg5KQpNYXkgMjkg MTc6MzA6NDAgYXRsYW50aXMgcHBwWzI1OV06IHR1bjA6IExDUDogLS0gUHJvdG9jb2wgKDgwZmQp IHdhcyByZWplY3RlZC4KTWF5IDI5IDE3OjMwOjQwIGF0bGFudGlzIHBwcFsyNTldOiB0dW4wOiBD Q1A6IENjcExheWVyRmluaXNoLgpNYXkgMjkgMTc6MzA6NDAgYXRsYW50aXMgcHBwWzI1OV06IHR1 bjA6IENDUDogU3RhdGUgY2hhbmdlIFJlcS1TZW50IC0tPiBTdG9wcGVkCk1heSAyOSAxNzozMDo0 MCBhdGxhbnRpcyBwcHBbMjU5XTogdHVuMDogSVBDUDogUmVjZWl2ZWQgQ29uZmlndXJlIFJlcXVl c3QgKDQwKSBzdGF0ZSA9ClJlcS1TZW50ICg2KQpNYXkgMjkgMTc6MzA6NDAgYXRsYW50aXMgcHBw WzI1OV06IHR1bjA6IElQQ1A6ICBDT01QUFJPVE9bNl0gIDE2IFZKIHNsb3RzIHdpdGggc2xvdApj b21wcmVzc2lvbgpNYXkgMjkgMTc6MzA6NDAgYXRsYW50aXMgcHBwWzI1OV06IHR1bjA6IElQQ1A6 IFNlbmRDb25maWdBY2soUmVxLVNlbnQpCk1heSAyOSAxNzozMDo0MCBhdGxhbnRpcyBwcHBbMjU5 XTogdHVuMDogSVBDUDogIENPTVBQUk9UT1s2XSAgMTYgVkogc2xvdHMgd2l0aCBzbG90CmNvbXBy ZXNzaW9uCk1heSAyOSAxNzozMDo0MCBhdGxhbnRpcyBwcHBbMjU5XTogdHVuMDogSVBDUDogU3Rh dGUgY2hhbmdlIFJlcS1TZW50IC0tPiBBY2stU2VudApNYXkgMjkgMTc6MzA6NDEgYXRsYW50aXMg cHBwWzI1OV06IHR1bjA6IElQQ1A6IFJlY2VpdmVkIENvbmZpZ3VyZSBBY2sgKDIpIHN0YXRlID0K QWNrLVNlbnQgKDgpCk1heSAyOSAxNzozMDo0MSBhdGxhbnRpcyBwcHBbMjU5XTogdHVuMDogSVBD UDogU3RhdGUgY2hhbmdlIEFjay1TZW50IC0tPiBPcGVuZWQKTWF5IDI5IDE3OjMwOjQxIGF0bGFu dGlzIHBwcFsyNTldOiB0dW4wOiBJUENQOiBJcGNwTGF5ZXJVcCg5KS4KTWF5IDI5IDE3OjMwOjQx IGF0bGFudGlzIHBwcFsyNTldOiB0dW4wOiBJUENQOiAgbXlhZGRyID0gMTIuNjUuMjIuMjI2ICBo aXNhZGRyID0KMC4wLjAuMApNYXkgMjkgMTc6MzA6NDEgYXRsYW50aXMgcHBwWzI1OV06IHR1bjA6 IEVycm9yOiBTZXRJcERldmljZTogaW9jdGwoU0lPQ0FJRkFERFIpOgpEZXN0aW5hdGlvbiBhZGRy ZXNzIHJlcXVpcmVkCk1heSAyOSAxNzozMDo0MSBhdGxhbnRpcyBwcHBbMjU5XTogdHVuMDogRXJy b3I6IElwY3BMYXllclVwOiB1bmFibGUgdG8gc2V0IGlwIGFkZHJlc3MKTWF5IDI5IDE3OjMwOjUw IGF0bGFudGlzIHBwcFsyNTldOiB0dW4wOiBDb21tYW5kOiBjbG9zZQpNYXkgMjkgMTc6MzA6NTAg YXRsYW50aXMgcHBwWzI1OV06IHR1bjA6IFBoYXNlOiBOZXdQaGFzZTogVGVybWluYXRlCk1heSAy OSAxNzozMDo1MCBhdGxhbnRpcyBwcHBbMjU5XTogdHVuMDogTENQOiBMY3BMYXllckRvd24KTWF5 IDI5IDE3OjMwOjUwIGF0bGFudGlzIHBwcFsyNTldOiB0dW4wOiBMQ1A6IFNlbmRUZXJtaW5hdGVS ZXEuCk1heSAyOSAxNzozMDo1MCBhdGxhbnRpcyBwcHBbMjU5XTogdHVuMDogTENQOiBTdGF0ZSBj aGFuZ2UgT3BlbmVkIC0tPiBDbG9zaW5nCk1heSAyOSAxNzozMDo1MCBhdGxhbnRpcyBwcHBbMjU5 XTogdHVuMDogTENQOiBSZWNlaXZlZCBUZXJtaW5hdGUgQWNrICgzKSBzdGF0ZSA9CkNsb3Npbmcg KDQpCk1heSAyOSAxNzozMDo1MCBhdGxhbnRpcyBwcHBbMjU5XTogdHVuMDogTENQOiBTdGF0ZSBj aGFuZ2UgQ2xvc2luZyAtLT4gQ2xvc2VkCk1heSAyOSAxNzozMDo1MCBhdGxhbnRpcyBwcHBbMjU5 XTogdHVuMDogTENQOiBMY3BMYXllckZpbmlzaApNYXkgMjkgMTc6MzA6NTEgYXRsYW50aXMgcHBw WzI1OV06IHR1bjA6IFBoYXNlOiBNb2RlbTogQ29ubmVjdCB0aW1lOiAzNiBzZWNzOiAzNjMKb2N0 ZXRzIGluLCAzMTQgb2N0ZXRzIG91dApNYXkgMjkgMTc6MzA6NTEgYXRsYW50aXMgcHBwWzI1OV06 IHR1bjA6IFBoYXNlOiAgdG90YWwgMTggYnl0ZXMvc2VjCk1heSAyOSAxNzozMDo1MiBhdGxhbnRp cyBwcHBbMjU5XTogdHVuMDogUGhhc2U6IE5ld1BoYXNlOiBEZWFkCk1heSAyOSAxNzozMjozMCBh dGxhbnRpcyBwcHBbMjU5XTogdHVuMDogQ29tbWFuZDogbHMKTWF5IDI5IDE3OjMyOjMzIGF0bGFu dGlzIHBwcFsyNTldOiB0dW4wOiBDb21tYW5kOiBxdWl0Ck1heSAyOSAxNzozMjozNCBhdGxhbnRp cyBwcHBbMjU5XTogdHVuMDogUGhhc2U6IFBQUCBUZXJtaW5hdGVkIChub3JtYWwpLgoKCiMjIyMj IyNBbmQgZmluYWxseSBoZXJlIGlzIG15IHBwcC5jb25mCgpkZWZhdWx0Ogogc2V0IGxvZyBQaGFz ZSBDaGF0IENvbm5lY3QgQ2FycmllciBMQ1AgSVBDUCBDQ1AgdHVuIGNvbW1hbmQKIHNldCBkZXZp Y2UgL2Rldi9jdWFhMAogc2V0IHNwZWVkIDExNTIwMAogZGVueSBscXIKIHNldCBkaWFsICJBQk9S VCBCVVNZIEFCT1JUIE5PXFxzQ0FSUklFUiBUSU1FT1VUIDUgXCJcIiBBVCBPSy1BVC1PSyBBVEUx UTAgT0sKXFxkQVREVFxcVCBUSU1FT1VUIDQwIENPTk5FQ1QiCgoKI1BBUG9yQ0hBUHBtZGVtYW5k Ogp3b3JsZG5ldDoKIHNldCBwaG9uZSAyMDYyMzM5MDA2CiBzZXQgbG9naW4KIHNldCBhdXRobmFt ZSBYWFhYWFhYWEB3b3JsZG5ldC5hdHQubmV0CiBzZXQgYXV0aGtleSAiWFhYWFhYWFhYWFhYIgog YWNjZXB0IGNoYXAKIyBzZXQgb3Blbm1vZGUgcGFzc2l2ZQogc2V0IHRpbWVvdXQgMTIwCiBzZXQg aWZhZGRyIDAgMAogZGVsZXRlIEFMTAogYWRkIDAgMCBISVNBRERSCgoKCg== ------=_NextPart_000_0001_01BD8BDE.2E9725A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 15:22:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA15285 for freebsd-questions-outgoing; Sat, 30 May 1998 15:22:35 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hotmail.com (f166.hotmail.com [207.82.251.52]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id PAA14848 for ; Sat, 30 May 1998 15:21:04 -0700 (PDT) (envelope-from will_macdonald@hotmail.com) Received: (qmail 10373 invoked by uid 0); 30 May 1998 22:20:33 -0000 Message-ID: <19980530222033.10370.qmail@hotmail.com> Received: from 193.193.39.86 by www.hotmail.com with HTTP; Sat, 30 May 1998 15:20:32 PDT X-Originating-IP: [193.193.39.86] From: "Will Macdonald" To: ftp@FreeBSD.ORG, questions@FreeBSD.ORG Subject: newsletter no.2 downloading problems Content-Type: text/plain Date: Sat, 30 May 1998 15:20:32 PDT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am trying to download the issue 2 of your newsletter. There appears to be a problem however. Everytime I try and download it and open in Adobe Acrobat, it says there is an error with the file, which it cannot repair. Issue 1 works fine. Hope this helps Will -------------------- Will Macdonald -- The Devil's cabana boy.. Send all replies to: macdonald@iname.com All queries regarding SNOW list to snowlist@bigfoot.com or see www.bigfoot.com/~snowlist ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 15:34:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA16173 for freebsd-questions-outgoing; Sat, 30 May 1998 15:34:36 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dot.crosswinds.net (dot.crosswinds.net [209.47.139.147]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA16151 for ; Sat, 30 May 1998 15:34:13 -0700 (PDT) (envelope-from Genius@glasgow.crosswinds.net) Received: from metallica (th-pm02-13.ndirect.co.uk [195.7.225.205]) by dot.crosswinds.net (8.8.7/8.8.8) with SMTP id SAA01450 for ; Sat, 30 May 1998 18:34:17 -0400 (EDT) (envelope-from Genius@glasgow.crosswinds.net) Message-ID: <002b01bd8c1b$05968c80$cde107c3@metallica> From: "Ian O'Friel" To: "FreeBSD Questions" Subject: Header Files..... Date: Sat, 30 May 1998 23:31:32 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have been trying to compile some Comm Programs under FreeBSD but as you may have noticed from my other postings, I cannot get PPP to work so I have decided to try and compile them under DOS, Can I just copy the Header files from /usr/include onto Floppy then copy them to my DOS Partition ?? If this can't be done this way then how is it done, I know it should be possible as it is in C and it is apparetnly portable.... Thanx Ian O'Friel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 15:35:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA16240 for freebsd-questions-outgoing; Sat, 30 May 1998 15:35:10 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dot.crosswinds.net (dot.crosswinds.net [209.47.139.147]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA16162 for ; Sat, 30 May 1998 15:34:22 -0700 (PDT) (envelope-from Genius@glasgow.crosswinds.net) Received: from metallica (th-pm02-13.ndirect.co.uk [195.7.225.205]) by dot.crosswinds.net (8.8.7/8.8.8) with SMTP id SAA01468 for ; Sat, 30 May 1998 18:34:28 -0400 (EDT) (envelope-from Genius@glasgow.crosswinds.net) Message-ID: <002c01bd8c1b$0a65eee0$cde107c3@metallica> From: "Ian O'Friel" To: "FreeBSD Questions" Subject: Mount a FAT16 Drive..... Date: Sat, 30 May 1998 23:31:48 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This must be a really easy question for Experienced FreeBSD user but that I am not !! Can someone tell me how I can mount my FAT16 Drive under FreeBSD, It's on the Same drive but another partition..... There is a 400Mb freeBSD Partition, a 400Mb FAT16 Patition and a 400Mb Unformatted Blank Partition..... How do I mount it ?? Thanx Ian O'Friel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 15:35:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA16260 for freebsd-questions-outgoing; Sat, 30 May 1998 15:35:15 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dot.crosswinds.net (dot.crosswinds.net [209.47.139.147]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA16163 for ; Sat, 30 May 1998 15:34:22 -0700 (PDT) (envelope-from Genius@glasgow.crosswinds.net) Received: from metallica (th-pm02-13.ndirect.co.uk [195.7.225.205]) by dot.crosswinds.net (8.8.7/8.8.8) with SMTP id SAA01483 for ; Sat, 30 May 1998 18:34:35 -0400 (EDT) (envelope-from Genius@glasgow.crosswinds.net) Message-ID: <002d01bd8c1b$0d827120$cde107c3@metallica> From: "Ian O'Friel" To: "FreeBSD Questions" Subject: Boot Problems..... Date: Sat, 30 May 1998 23:31:54 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Whenever FreeBSD boots it automatically tries to boot from 0:wd(0,a)kernel and then realises it mucked up and gives "PANIC: Can't Mount Root" and automatically reboots. Every time FreeBSD boots I have to type in 0:wd(1,a)kernel is there a way to change the default ?? Thanx Ian O'Friel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 15:42:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA17465 for freebsd-questions-outgoing; Sat, 30 May 1998 15:42:28 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA17218; Sat, 30 May 1998 15:41:02 -0700 (PDT) (envelope-from jdp@austin.polstra.com) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.8.8/8.8.8) with ESMTP id PAA03871; Sat, 30 May 1998 15:40:56 -0700 (PDT) (envelope-from jdp) Message-Id: <199805302240.PAA03871@austin.polstra.com> To: "Will Macdonald" cc: ftp@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Re: newsletter no.2 downloading problems In-reply-to: Your message of "Sat, 30 May 1998 15:20:32 PDT." <19980530222033.10370.qmail@hotmail.com> Date: Sat, 30 May 1998 15:40:55 -0700 From: John Polstra Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I am trying to download the issue 2 of your newsletter. There > appears to be a problem however. Everytime I try and download it > and open in Adobe Acrobat, it says there is an error with the file, > which it cannot repair. I just tried it, and it worked OK for me. Make sure you have an up-to-date release of acroread. Mine says it's version 3.0. Also make sure you download the file in binary mode if you're getting it manually using FTP. -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 15:44:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA17743 for freebsd-questions-outgoing; Sat, 30 May 1998 15:44:33 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA17731 for ; Sat, 30 May 1998 15:44:15 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id PAA15491; Sat, 30 May 1998 15:41:34 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd015489; Sat May 30 22:41:32 1998 Date: Sat, 30 May 1998 15:41:29 -0700 (PDT) From: Julian Elischer To: William Woods cc: FreeBSD Questions Subject: Re: Firewall question.... In-Reply-To: <356F829A.682A32B2@cybcon.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 add the keyword 'log' to teh rules that deny On Fri, 29 May 1998, William Woods wrote: > OK, got my firewall up and doing what I want, question though, I would > like to SEE what is blocked and where it is comming from. I have a tail > -f /var/log/messages running in a consol at all times, so is there > anyway to get the firewaill to log all denys on /var/log/messages/? > > -- > William - wwoods@cybcon.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 15:51:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA19006 for freebsd-questions-outgoing; Sat, 30 May 1998 15:51:00 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from u2.farm.idt.net (root@u2.farm.idt.net [169.132.8.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA18901 for ; Sat, 30 May 1998 15:50:31 -0700 (PDT) (envelope-from thefly@idt.net) Received: from mail.idt.net (ppp-2.ts-3-bay.hck.idt.net [169.132.56.98]) by u2.farm.idt.net (8.8.8/8.8.5) with ESMTP id SAA06496 for ; Sat, 30 May 1998 18:50:29 -0400 (EDT) Message-ID: <35708CF1.3826052B@mail.idt.net> Date: Sat, 30 May 1998 18:49:21 -0400 From: Laz X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Installing Over PPP Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG First of all I am a complete newbie to FreeBSD(i have explored with linux a little) I read through everything i could find and am stumped. Here's the problem I am installing 2.2.6 Everything works fine untill i go to select the media type. I choose FTP(i have tried it with the FTP for firewalls thingie to just to be safe....) I configure all the fields to the best of my ability.(the host name is my only problem...wasn't quite sure what to put there, but that shouldn't make a diffrence) When i get out of that screen i hit ALT-F3 to go the modem program. I type in term I connect to my ISP via ATDT... I put in my User name and password. At this point the program seems to come out of terminal mode and says "packet mode" I hit ALT-F1 and then hit enter. It says it can't resolve the ip from the name server. Usualy around this point the modem disconnects. If i don't hit ALT-F1 where i did before, and just wait around 10 seconds, the modem also diconnects. I have tried everything i can think of. If anyone has any ideas, please help. Thanks. mike. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 16:12:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA22305 for freebsd-questions-outgoing; Sat, 30 May 1998 16:12:10 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp03.primenet.com (daemon@smtp03.primenet.com [206.165.6.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA22122 for ; Sat, 30 May 1998 16:11:42 -0700 (PDT) (envelope-from bkogawa@primenet.com) Received: (from daemon@localhost) by smtp03.primenet.com (8.8.8/8.8.8) id QAA11273; Sat, 30 May 1998 16:11:41 -0700 (MST) Received: from ip203.sjc.primenet.com(206.165.96.203), claiming to be "foo.primenet.com" via SMTP by smtp03.primenet.com, id smtpd011218; Sat May 30 16:11:38 1998 Received: (from bkogawa@localhost) by foo.primenet.com (8.8.8/8.8.6) id QAA07894; Sat, 30 May 1998 16:13:24 -0700 (PDT) Date: Sat, 30 May 1998 16:13:24 -0700 (PDT) Message-Id: <199805302313.QAA07894@foo.primenet.com> To: djv@bedford.net Subject: Re: I've got a Korny question... Newsgroups: localhost.freebsd.questions References: <8965312920036800000> <199805300321.XAA12073@lucy.bedford.net> From: "Bryan K. Ogawa" Cc: freebsd-questions@FreeBSD.ORG, peteh@lynden.com (Pete Hansen) X-Newsreader: NN version 6.5.0 #1 (NOV) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In localhost.freebsd.questions you write: >Pete Hansen wrote: >[Charset iso-8859-1 unsupported, filtering to ASCII...] >> >> Hi, >> Does FreeBSD support Kornshell? Natively or patched? >> >> My bride just got a new job that requires her to use Kornshell and we are >> working on ways she could get some experience on it. >> >pdksh is available as a port. Then there's bash, kornshell+stuff. As a third opinion, there's also real Korn shell from Bell Labs somewhere on the Bell Labs pages, for BSD/OS. Good if you need the bug-for-bug compatible Korn shell. -- bryan k ogawa http://www.primenet.com/~bkogawa/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 16:36:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA24675 for freebsd-questions-outgoing; Sat, 30 May 1998 16:36:30 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from fly.HiWAAY.net (root@fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA24662 for ; Sat, 30 May 1998 16:36:02 -0700 (PDT) (envelope-from dkelly@nospam.hiwaay.net) Received: from nospam.hiwaay.net (tnt1-100.HiWAAY.net [208.147.147.100]) by fly.HiWAAY.net (8.8.8/8.8.6) with ESMTP id SAA02583; Sat, 30 May 1998 18:35:59 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by nospam.hiwaay.net (8.8.8/8.8.4) with ESMTP id SAA29936; Sat, 30 May 1998 18:35:58 -0500 (CDT) Message-Id: <199805302335.SAA29936@nospam.hiwaay.net> X-Mailer: exmh version 2.0.2 2/24/98 To: "Rolando Paez" cc: freebsd-questions@FreeBSD.ORG From: David Kelly Subject: Re: WWW with Apache In-reply-to: Message from "Rolando Paez" of "Fri, 29 May 1998 21:06:23 CDT." <000101bd8b6f$8c512200$19eaa7cc@rolando.fastel.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 30 May 1998 18:35:57 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Rolando Paez" writes: > I've just installed the Apache web server on a Pentium 100, 64MB, > T1 connection machine running FreeBSD 2.2.6. All seems fine, > but the response time from the web server is a little slow, I've > noticed that other websites on the Internet with similar systems > have much faster response time that mine. Can you tell me how can I > achieve a faster website? or Where can I find some information related > to this problem? Might want to bump this number in your kernel config: maxusers 10 As I understand it doesn't limit the number of users, just hints to the kernel how big some tables need to be. Others have suggested your DNS may be slow. Would probably help if you enabled DNS caching locally. Also search the Apache docs, you can speed Apache up by letting it log accesses by IP address and not by name, not sure what is the default in the FreeBSD port. You are using SCSI HD's? You should. -- David Kelly N4HHE, dkelly@nospam.hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 16:44:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA25732 for freebsd-questions-outgoing; Sat, 30 May 1998 16:44:20 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from avrasya.ispro.net.tr (avrasya.ispro.net.tr [195.174.18.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA25545 for ; Sat, 30 May 1998 16:43:39 -0700 (PDT) (envelope-from yurtesen@ispro.net.tr) Received: from localhost (yurtesen@localhost) by avrasya.ispro.net.tr (8.8.6/8.7.3) with SMTP id DAA00666 for ; Sun, 31 May 1998 03:46:12 +0300 Date: Sun, 31 May 1998 03:46:12 +0300 (EET DST) From: Evren Yurtesen To: questions@FreeBSD.ORG Subject: ppp Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hello, I have set up ppp on my freebsd box to connect automatically and alias ip. well my problem is I just want it to connect if someone requests data from port 80 or port 100, or 23 ... but I could not make it work with those settings I tried to setup dfilter option... also when I try to open netscape on my win95 machine my freebsd box automatically connects but anyway netscape still says that it could not find the dns entry of the site which it is supposed to connect. what may I be doing wrong??? +--------------------------------------------------------+ | Name : Evren Yurtesen - yurtesen@ispro.net.tr | | S-mail: Mithatpasa Cad. No:1079/13 35290 Guzelyali | | Home:+90-232-2857604 Work:+90-232-2463992 Izmir/TURKEY | +--------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 16:49:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA26397 for freebsd-questions-outgoing; Sat, 30 May 1998 16:49:12 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from aphrodite.harbor.ab.ca (aphrodite.harbor.ab.ca [198.161.82.75]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA26370; Sat, 30 May 1998 16:48:41 -0700 (PDT) (envelope-from mathezer@harbor.ab.ca) Received: from clunk.harbor.ab.ca by aphrodite.harbor.ab.ca with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1458.49) id JSF3DJXV; Sat, 30 May 1998 17:48:39 -0600 Date: Sat, 30 May 1998 17:48:39 -0600 (MDT) From: Stephen Mathezer To: questions@FreeBSD.ORG, multimedia@FreeBSD.ORG Subject: Re: help w/ rvplayer for Linux "cannot open audio device" In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sorry to follow-up my own message. I was not quite accurate.... I can cat .au files to /dev/audio no problem With the FreeBSD raplayer3.0 I can listen to already downloaded .ra files no problem With both FreeBSD raplayer3.0 and Linux ELF rvplayer5.0 I get a cannot open audio device when trying to listen to streaming .ram files. I am running as root, all the nodes in /dev seem to be there and have reasonable permissions. # cat /dev/sndstat VoxWare Sound Driver:3.0-beta-950506 (Sun Feb 5 14:38:12 EST 1995 freebsd-hackers@freefall.cdrom.com) Config options: ffffffff Installed drivers: Type 1: OPL-2/OPL-3 FM Type 5: Roland MPU-401 Type 2: SoundBlaster Type 6: SoundBlaster16 Type 7: SB16 MIDI Card config: SoundBlaster at 0x220 irq 5 drq 1 Roland MPU-401 at 0x330 irq 6 drq 0 SoundBlaster16 at 0x0 irq 65535 drq 5 SB16 MIDI at 0x330 irq 65535 drq 4294967295 OPL-2/OPL-3 FM at 0x388 irq 65535 drq 4294967295 Audio devices: 0: SoundBlaster 16 4.12 Synth devices: 0: Yamaha OPL-3 Midi devices: 0: SoundBlaster 16 Midi Timers: 0: System Timer Mixers: 0: SoundBlaster On Sat, 30 May 1998, Stephen Mathezer wrote: > > Hi, > > I am trying to get Real Audio 5 for Linux to work under FreeBSD 2.2.6 with > an SB16. > > I can play audio using native FreeBSD programs no problem > > rvplayer will show the video for welcome.rm but there is no sound > > Trying to listen to a ram file directly > (eg: rvplayer http://some.site.com/sound.ram) > results in a "cannot open audio device" error message > > Do I have to do anything in particular to make the audio devices show up > under linux emulation? > > Thanks > > -Steve > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 17:22:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA01232 for freebsd-questions-outgoing; Sat, 30 May 1998 17:22:52 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from germanium.xtalwind.net (germanium.xtalwind.net [205.160.242.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA01168; Sat, 30 May 1998 17:22:23 -0700 (PDT) (envelope-from jack@germanium.xtalwind.net) Received: from localhost (jack@localhost) by germanium.xtalwind.net (8.9.0/8.9.0) with SMTP id UAA18901; Sat, 30 May 1998 20:22:09 -0400 (EDT) Date: Sat, 30 May 1998 20:22:09 -0400 (EDT) From: jack To: Mike Smith cc: hardware@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Re: CD-Recorder Support In-Reply-To: <199805301834.LAA06911@antipodes.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 30 May 1998, Mike Smith wrote: > > Does anyone know if the Panasonic CW-7502-B SCSI recorder is > > supported by wormcontrol and friends? > > Probably not by wormcontrol, but I would expect that cdrecord will talk > to it. Searching the web, other than Panasonic's page :), revealed that it's actually a Compro drive and cdrecord lists it as a supported drive. Thanks for the nudge in the right direction, Mike. -------------------------------------------------------------------------- Jack O'Neill Systems Administrator / Systems Analyst jack@germanium.xtalwind.net Crystal Wind Communications, Inc. Finger jack@germanium.xtalwind.net for my PGP key. PGP Key fingerprint = F6 C4 E6 D4 2F 15 A7 67 FD 09 E9 3C 5F CC EB CD enriched, vcard, HTML messages > /dev/null Mail from netcom.com blocked until they stop relaying SPAM -------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 17:23:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA01304 for freebsd-questions-outgoing; Sat, 30 May 1998 17:23:08 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA01198 for ; Sat, 30 May 1998 17:22:42 -0700 (PDT) (envelope-from grog@lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id JAA23793; Sun, 31 May 1998 09:52:39 +0930 (CST) (envelope-from grog) Message-ID: <19980531095238.G16873@freebie.lemis.com> Date: Sun, 31 May 1998 09:52:38 +0930 From: Greg Lehey To: Jake , freebsd-questions@FreeBSD.ORG Subject: Re: some ccd questions References: <199805302220.SAA01012@elephants.dyn.ml.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199805302220.SAA01012@elephants.dyn.ml.org>; from Jake on Sat, May 30, 1998 at 06:20:24PM -0400 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 30 May 1998 at 18:20:24 -0400, Jake wrote: > Hi, > soon as I have the money I want to add a second hard drive > to my system, identical to the one I have now ( wd caviar AC22500 ) > I'd like to configure part of it using the ccd driver, > namely my swap and /usr partitions. > I'm running a pretty recent build of -current. > > Here's my plan: > > root - wd0s1a ~50 megs > /var - wd2s1a ~50 megs > swap - ccd0c ; wd0s1b & wd2s1b ~64 megs each, 128 total > /usr - ccd1c ; wd0s1e & wd2s1e ~1 gig each, 2 gigs total > > the letters might be wrong, I'm just extrapolating from my fstab > and the man page, but you get the drift. > > wd0s2 and wd2s2 will be fat32 partitions, for win95, > storage, my ftp site, etc... > > Is this nuts? No. > Can the ccd driver stripe slices together? Yes. > all the examples are "ccdconfig ccd0 32 0 /dev/sd2e /dev/sd3e" > ... no "s1" Since it'll mostly be a random-access oriented workload > I figured I'd use a large interleave, maybe 65,536. I don't consider that a large interleave. It's about normal. > Should swap be the same? Should I use the CCDF_SWAP ( 0x01 ) flag > for swap? Yes. I'm working on a replacement for ccd. Check out http://www.lemis.com/vinum.html for more details. Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 17:39:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA03298 for freebsd-questions-outgoing; Sat, 30 May 1998 17:39:26 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from couatl.uchicago.edu (couatl.uchicago.edu [128.135.21.64]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA03282 for ; Sat, 30 May 1998 17:39:07 -0700 (PDT) (envelope-from sfarrell@couatl.uchicago.edu) Received: (from sfarrell@localhost) by couatl.uchicago.edu (8.9.0/8.9.0) id TAA10476; Sat, 30 May 1998 19:38:36 -0500 (CDT) To: Dean Hollister Cc: FreeBSD Questions Subject: Re: Perl: Localtime References: From: sfarrell+lists@farrell.org Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Date: 30 May 1998 19:38:36 -0500 In-Reply-To: Dean Hollister's message of "Sat, 30 May 1998 11:03:56 +0800 (WST)" Message-ID: <87af7z8eb7.fsf@couatl.uchicago.edu> Lines: 17 X-Mailer: Gnus v5.6.9/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dean Hollister writes: > On 29 May 1998 sfarrell+lists@farrell.org wrote: > > > Upgrading from -CURRENT ? > > We were getting sick and tired of unexplained system reboots, lockups, and > a host of other oddities. I feel much safer going to a more stable > release. 2.2.6-RELEASE. 2.2.6-STABLE is the most stable version, not 2.2.6-RELEASE, since it has bugfixes applied continually. -- Steve Farrell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 17:40:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA03403 for freebsd-questions-outgoing; Sat, 30 May 1998 17:40:24 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from nwalme.pair.com (nwalme.pair.com [209.68.1.123]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA03338 for ; Sat, 30 May 1998 17:39:41 -0700 (PDT) (envelope-from dima@nwalme.pair.com) Received: (from dima@localhost) by nwalme.pair.com (8.9.0/8.6.12) id UAA28214; Sat, 30 May 1998 20:39:35 -0400 (EDT) Message-Id: <199805310039.UAA28214@nwalme.pair.com> X-Envelope-To: freebsd-questions@FreeBSD.ORG Subject: Re: Boot Problems..... To: Genius@glasgow.crosswinds.net (Ian O'Friel) Date: Sat, 30 May 1998 20:39:35 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <002d01bd8c1b$0d827120$cde107c3@metallica> from Ian O'Friel at "May 30, 98 11:31:54 pm" From: Dima Dorfman X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Put 0:wd(1,a)kernel as the first and only line in /boot.config > Whenever FreeBSD boots it automatically tries to boot from 0:wd(0,a)kernel > and then realises it mucked up and gives "PANIC: Can't Mount Root" and > automatically reboots. > > Every time FreeBSD boots I have to type in 0:wd(1,a)kernel is there a way to > change the default ?? > > Thanx > Ian O'Friel > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Dima Dorfman (dima@zwb.net) "640k ought to be enough for anybody." - Bill Gates, 1981 Micro$oft Sucks! FreeBSD Rules! http://www.freebsd.org/ Finger dima@zwb.net for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 17:42:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA03721 for freebsd-questions-outgoing; Sat, 30 May 1998 17:42:04 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from nwalme.pair.com (nwalme.pair.com [209.68.1.123]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA03606 for ; Sat, 30 May 1998 17:41:39 -0700 (PDT) (envelope-from dima@nwalme.pair.com) Received: (from dima@localhost) by nwalme.pair.com (8.9.0/8.6.12) id UAA28251; Sat, 30 May 1998 20:41:33 -0400 (EDT) Message-Id: <199805310041.UAA28251@nwalme.pair.com> X-Envelope-To: freebsd-questions@FreeBSD.ORG Subject: Re: Mount a FAT16 Drive..... To: Genius@glasgow.crosswinds.net (Ian O'Friel) Date: Sat, 30 May 1998 20:41:32 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <002c01bd8c1b$0a65eee0$cde107c3@metallica> from Ian O'Friel at "May 30, 98 11:31:48 pm" From: Dima Dorfman X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mount -t msdos /dev/wd?s? /mnt replace the '?'s. Probably wd0s2, but I don't know how you got the partitions there. It could be different. > This must be a really easy question for Experienced FreeBSD user but that I > am not !! > > Can someone tell me how I can mount my FAT16 Drive under FreeBSD, It's on > the Same drive but another partition..... > > There is a 400Mb freeBSD Partition, a 400Mb FAT16 Patition and a 400Mb > Unformatted Blank Partition..... > > How do I mount it ?? > > Thanx > Ian O'Friel > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Dima Dorfman (dima@zwb.net) "640k ought to be enough for anybody." - Bill Gates, 1981 Micro$oft Sucks! FreeBSD Rules! http://www.freebsd.org/ Finger dima@zwb.net for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 17:43:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA03932 for freebsd-questions-outgoing; Sat, 30 May 1998 17:43:44 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from nwalme.pair.com (nwalme.pair.com [209.68.1.123]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA03900 for ; Sat, 30 May 1998 17:43:13 -0700 (PDT) (envelope-from dima@nwalme.pair.com) Received: (from dima@localhost) by nwalme.pair.com (8.9.0/8.6.12) id UAA28283; Sat, 30 May 1998 20:43:10 -0400 (EDT) Message-Id: <199805310043.UAA28283@nwalme.pair.com> X-Envelope-To: freebsd-questions@FreeBSD.ORG Subject: Re: Header Files..... To: Genius@glasgow.crosswinds.net (Ian O'Friel) Date: Sat, 30 May 1998 20:43:09 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <002b01bd8c1b$05968c80$cde107c3@metallica> from Ian O'Friel at "May 30, 98 11:31:32 pm" From: Dima Dorfman X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What are 'Comm Programs'? If you want them to run on FreeBSD, you must compile them on FreeBSD. Try ftping the files you downloaded to your FreeBSD box (that is, if you have a network card). > I have been trying to compile some Comm Programs under FreeBSD but as you > may have noticed from my other postings, I cannot get PPP to work so I have > decided to try and compile them under DOS, Can I just copy the Header files > from /usr/include onto Floppy then copy them to my DOS Partition ?? > > If this can't be done this way then how is it done, I know it should be > possible as it is in C and it is apparetnly portable.... > > Thanx > Ian O'Friel > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Dima Dorfman (dima@zwb.net) "640k ought to be enough for anybody." - Bill Gates, 1981 Micro$oft Sucks! FreeBSD Rules! http://www.freebsd.org/ Finger dima@zwb.net for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 17:46:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA04406 for freebsd-questions-outgoing; Sat, 30 May 1998 17:46:40 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from nwalme.pair.com (nwalme.pair.com [209.68.1.123]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA04399 for ; Sat, 30 May 1998 17:46:18 -0700 (PDT) (envelope-from dima@nwalme.pair.com) Received: (from dima@localhost) by nwalme.pair.com (8.9.0/8.6.12) id UAA28350; Sat, 30 May 1998 20:46:08 -0400 (EDT) Message-Id: <199805310046.UAA28350@nwalme.pair.com> X-Envelope-To: freebsd-questions@FreeBSD.ORG Subject: Re: PERL To: sysadmin@mfn.org (J.A. Terranson) Date: Sat, 30 May 1998 20:46:07 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <01BD8BE8.249E9C90@w3svcs.mfn.org> from "J.A. Terranson" at "May 30, 98 04:29:38 pm" From: Dima Dorfman X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > (1) The PERL that ships with 2.2.5R is perl4 or perl5? perl4. To be sure, type "perl -v" > > (2) Assuming (as I am) that 2.2.5R ships with p4, did I miss > the p5 in the ports collection (I *did* look, and saw *lots* of > additions, but nothing that screamed "Hi. I am the P5 you were > looking for. Good to meetcha..."), or do I get it from somewhere > else? Personally, I hate ports. I'm sure it's in there somewhere, but you could get it from www.perl.com > > (3) After loading the various p5 packages, is there a "clean" > way to compile a list of available functions, or must I peruse > the code manually? What functions? Perl commands? I don't think you can seperately add to perl, but I might be wrong. > > TIA > > beatrice@mfn.org > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Dima Dorfman (dima@zwb.net) "640k ought to be enough for anybody." - Bill Gates, 1981 Micro$oft Sucks! FreeBSD Rules! http://www.freebsd.org/ Finger dima@zwb.net for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 20:14:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA19642 for freebsd-questions-outgoing; Sat, 30 May 1998 20:14:18 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from web.provide.net (root@web.provide.net [207.206.116.35]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA19602 for ; Sat, 30 May 1998 20:13:43 -0700 (PDT) (envelope-from jazz@provide.net) Received: from default (usr01-36.provide.net [207.206.117.36]) by web.provide.net (8.8.7/8.8.5) with SMTP id XAA00492 for ; Sat, 30 May 1998 23:17:45 -0400 (EDT) Message-ID: <000701bd8c20$701f8d40$2475cecf@default> From: "Jazz" To: Subject: Fat32 Date: Sat, 30 May 1998 23:12:27 -0000 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01BD8C20.69A4EBE0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0004_01BD8C20.69A4EBE0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Is FreeBSD compat. with Fat32 disks? And if it is, how can I use Fips = or a compatible program?I have a Packard Bell 200mhz P2 but don't have = any disks. (Hey, it was only $500...) Can you please help me? ------=_NextPart_000_0004_01BD8C20.69A4EBE0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Is FreeBSD compat. with Fat32 = disks?  And=20 if it is, how can I use Fips or a compatible program?I have a Packard = Bell=20 200mhz P2 but don't have any disks.  (Hey, it was only = $500...)  Can=20 you please help me?
------=_NextPart_000_0004_01BD8C20.69A4EBE0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 20:14:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA19683 for freebsd-questions-outgoing; Sat, 30 May 1998 20:14:32 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA19234 for ; Sat, 30 May 1998 20:11:05 -0700 (PDT) (envelope-from dean@odyssey.apana.org.au) Received: from localhost (dean@localhost) by odyssey.apana.org.au (8.8.8/8.8.7) with SMTP id LAA09871; Sun, 31 May 1998 11:11:58 +0800 (WST) Date: Sun, 31 May 1998 11:11:58 +0800 (WST) From: Dean Hollister To: sfarrell+lists@farrell.org cc: FreeBSD Questions Subject: Re: Perl: Localtime In-Reply-To: <87af7z8eb7.fsf@couatl.uchicago.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 30 May 1998 sfarrell+lists@farrell.org wrote: > 2.2.6-STABLE is the most stable version, not 2.2.6-RELEASE, since it > has bugfixes applied continually. And is an ongoing task to keep up to date with. Don't have the time. Regards, d. +-------------------------------------------------------+ | Dean Hollister, | dean@odyssey.apana.org.au | | Perth, Western Australia. | deanh@iinet.net.au | +-------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 20:53:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA25005 for freebsd-questions-outgoing; Sat, 30 May 1998 20:53:37 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from maya.eagles.bbs.net.au (root@maya.eagles.bbs.net.au [203.17.124.25]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA24904 for ; Sat, 30 May 1998 20:53:13 -0700 (PDT) (envelope-from michaela@eagles.bbs.net.au) Received: from eagles.bbs.net.au (S21.eagles.bbs.net.au [203.17.124.32]) by maya.eagles.bbs.net.au (8.8.3/8.8.5) with ESMTP id NAA04992 for ; Sun, 31 May 1998 13:53:07 +1000 Message-ID: <2FCBE667.E02BC4F5@eagles.bbs.net.au> Date: Wed, 31 May 1995 13:45:43 +1000 From: Michaela X-Mailer: Mozilla 4.05 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: FreeBSD Groups/Meetings Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I was just inquiring as to whether or not you know of any FreeBSD Groups or meeting for Sydney, Australia.... Hoping there might be some hope!! Sincerely Peter Fackrell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 21:54:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA01772 for freebsd-questions-outgoing; Sat, 30 May 1998 21:54:00 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from npc.haplink.com.cn ([202.96.192.53]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA01696 for ; Sat, 30 May 1998 21:53:39 -0700 (PDT) (envelope-from xiyuan@npc.haplink.com.cn) Received: (from xiyuan@localhost) by npc.haplink.com.cn (8.8.8/8.8.8) id MAA26123 for freebsd-questions@freebsd.org; Sun, 31 May 1998 12:39:03 GMT Date: Sun, 31 May 1998 12:39:03 GMT From: xiyuan qian Message-Id: <199805311239.MAA26123@npc.haplink.com.cn> To: freebsd-questions@FreeBSD.ORG Subject: installing FreeBSD2.2.5 with IBM Netfinity3500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I can NOT install 2.2.5 upto IBM Netfinity3500. It seems that 2.2.5 does not recognize the Adaptec AIC-7895 card so it can NOT find the SCSI hard disk. How can I overcome this? Is it possible? Please help me! --xiyuan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 22:45:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA07350 for freebsd-questions-outgoing; Sat, 30 May 1998 22:45:10 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mooseriver.com (dynamic46.pm02.sf3d.best.com [209.24.234.110]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA07221 for ; Sat, 30 May 1998 22:43:45 -0700 (PDT) (envelope-from jgrosch@mooseriver.com) Received: (from jgrosch@localhost) by mooseriver.com (8.8.8/8.8.5) id WAA03735; Sat, 30 May 1998 22:43:42 -0700 (PDT) Message-ID: <19980530224341.A3722@mooseriver.com> Date: Sat, 30 May 1998 22:43:41 -0700 From: Josef Grosch To: Michaela , freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD Groups/Meetings Reply-To: jgrosch@superior.mooseriver.com References: <2FCBE667.E02BC4F5@eagles.bbs.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <2FCBE667.E02BC4F5@eagles.bbs.net.au>; from Michaela on Wed, May 31, 1995 at 01:45:43PM +1000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, May 31, 1995 at 01:45:43PM +1000, Michaela wrote: > Hi > > I was just inquiring as to whether or not you know of any FreeBSD Groups > or meeting for Sydney, Australia.... > > Hoping there might be some hope!! > The Users group page (http://www.freebsd.org/support.html#user) does not list one. Why don't you start one? Josef -- Josef Grosch | Another day closer to a | FreeBSD 2.2.7 jgrosch@MooseRiver.com | Micro$oft free world | UNIX for the masses To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 23:43:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA12706 for freebsd-questions-outgoing; Sat, 30 May 1998 23:43:42 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hotmail.com (f209.hotmail.com [207.82.251.100]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id XAA12696 for ; Sat, 30 May 1998 23:43:26 -0700 (PDT) (envelope-from purwanto@hotmail.com) Received: (qmail 12966 invoked by uid 0); 31 May 1998 06:42:55 -0000 Message-ID: <19980531064255.12965.qmail@hotmail.com> Received: from 202.46.1.2 by www.hotmail.com with HTTP; Sat, 30 May 1998 23:42:55 PDT X-Originating-IP: [202.46.1.2] From: "Purwanto Nugroho" To: freebsd-questions@FreeBSD.ORG Subject: plip timeout Content-Type: text/plain Date: Sat, 30 May 1998 23:42:55 PDT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hello..;) thank you very much for the link0 information. Now i can connect my FreeBSD box to my Linux box. but then i have another problem... when i transfer data/files etween the 2 box, sometimes an error/waring message appear on the Linux box. the message is: 'plip1: receive timeout (x,xx) and then the connection betweeen the 2 box is broken.. i couldn't even ping. on plip connection between linux <--> linux, this problem never comes up... Yes the 'plip1: receive timeout' sometimes appear, but the connection is still works/up. any problem with my freebsd/linux setting? thank you very much in advance....;) ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 23:44:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA12784 for freebsd-questions-outgoing; Sat, 30 May 1998 23:44:03 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hotmail.com (f212.hotmail.com [207.82.251.103]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id XAA12727 for ; Sat, 30 May 1998 23:43:51 -0700 (PDT) (envelope-from purwanto@hotmail.com) Received: (qmail 19970 invoked by uid 0); 31 May 1998 06:43:20 -0000 Message-ID: <19980531064320.19969.qmail@hotmail.com> Received: from 202.46.1.2 by www.hotmail.com with HTTP; Sat, 30 May 1998 23:43:19 PDT X-Originating-IP: [202.46.1.2] From: "Purwanto Nugroho" To: freebsd-questions@FreeBSD.ORG Cc: purwanto@hotmail.com, purwanto@beer.stampede.org Subject: plip timeout Content-Type: text/plain Date: Sat, 30 May 1998 23:43:19 PDT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hello..;) thank you very much for the link0 information. Now i can connect my FreeBSD box to my Linux box. but then i have another problem... when i transfer data/files etween the 2 box, sometimes an error/waring message appear on the Linux box. the message is: 'plip1: receive timeout (x,xx) and then the connection betweeen the 2 box is broken.. i couldn't even ping. on plip connection between linux <--> linux, this problem never comes up... Yes the 'plip1: receive timeout' sometimes appear, but the connection is still works/up. any problem with my freebsd/linux setting? thank you very much in advance....;) ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 30 23:51:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA13516 for freebsd-questions-outgoing; Sat, 30 May 1998 23:51:06 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from blizzard.mctcnet.net (blizzard.mctcnet.net [208.142.100.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA13335 for ; Sat, 30 May 1998 23:49:48 -0700 (PDT) (envelope-from child@mctcnet.net) Received: from child (kato-ras1-2-cs-14.dial.mctcnet.net [208.156.162.66]) by blizzard.mctcnet.net (8.9.0.Beta3/8.9.0.FNG_Build) with SMTP id BAA26942; Sun, 31 May 1998 01:50:57 -0500 (CDT) Message-Id: <3.0.3.32.19980531015646.00bacd14@mail.mctcnet.net> X-Sender: child@mail.mctcnet.net (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Sun, 31 May 1998 01:56:46 -0500 To: freebsd-questions@FreeBSD.ORG From: Child Subject: sendmail proxy Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have my freebsd box behind a proxy server I only have access out to the net via mapped ports or SOCKS5 I need to get sendmail working for outbound mail using a mail relay is out of the qustion due to there anti spam rules! Any ideas,,, thanks JS Time to heal....Time to recover...Time to Move on..Time to live life. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message