From owner-freebsd-questions Sun Jul 9 0: 9:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 8775A37C128 for ; Sun, 9 Jul 2000 00:09:23 -0700 (PDT) (envelope-from grog@wantadilla.lemis.com) Received: (from grog@localhost) by wantadilla.lemis.com (8.9.3/8.9.3) id QAA15407; Sun, 9 Jul 2000 16:38:16 +0930 (CST) (envelope-from grog) Date: Sun, 9 Jul 2000 16:38:16 +0930 From: Greg Lehey To: Kevin Bailey Cc: freebsd-questions@FreeBSD.ORG Subject: Re: No /dev/vinum/rstripe Message-ID: <20000709163816.G14455@wantadilla.lemis.com> References: <39681555.AC1DA919@nowhere.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <39681555.AC1DA919@nowhere.com> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [Format recovered--see http://www.lemis.com/email/email-format.html] On Saturday, 8 July 2000 at 23:01:57 -0700, Kevin Bailey wrote: > X-Mailer: Mozilla 4.5 [en] (Win98; I) >> I'd be interested in what you found in the man page that made you >> think that this would work. > > (Again, this is 4.0-RELEASE) > > man 4 vinum > > ... > > MAKING FILE SYSTEMS > > ...if you have a volume 'concat', use the following commands to create a > ufs file system on it: > > # newfs -v /dev/vinum/rconcat > > Notice concat -> rconcat. I myself have written drivers which > tweaked the names of devices. If /dev/vinum/stripe had existed, it > would be worth a try, right ? Indeed. That's why I suggested that. But you didn't have a volume 'stripe', you had a volume 'vinum0'. >> What was the problem? If you have a crash with Vinum, I want to know >> about it. You should have a file /var/tmp/vinum_history which >> contains the commands you issued. Check out >> http://www.lemis.com/vinum/how-to-debug.html for further info. > > I included /var/tmp/vinum_history in the first email: > http://docs.freebsd.org/cgi/getmsg.cgi?fetch=2628049+0+current/freebsd-questions > > Unfortunately it can't show evocations of newfs and mount > (which were what triggered the crashes.) mount caused a > system crash when I tried to mount vinum0 before I newsf'd > it. I forget which device I ran newfs -v on to cause it to > crash. > > I don't consider these crashes to be Vinum's fault at all. > That's what happens when you use newfs and mount incorrectly. I consider any crash caused by purely userland functions to be a bug. It shouldn't be that way. I'd like to see any dump you get doing these things. > The only improvement I would make is to change the manpages > to say 'newfs -v /dev/vinum/vinumX (where X is the number > Vinum has chosen)' instead of rconcat. But that's only if you let Vinum choose it. If you use the normal configuration interface, the name is the name of your choice. The current documentation is more accurate. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 0:21:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dfw-smtpout2.email.verio.net (dfw-smtpout2.email.verio.net [129.250.36.42]) by hub.freebsd.org (Postfix) with ESMTP id BC50337C14C; Sun, 9 Jul 2000 00:21:39 -0700 (PDT) (envelope-from squirrel@hammis.com) Received: from [129.250.38.63] (helo=dfw-mmp3.email.verio.net) by dfw-smtpout2.email.verio.net with esmtp (Exim 3.12 #7) id 13BBPG-0001lL-00; Sun, 09 Jul 2000 07:21:38 +0000 Received: from [209.69.36.12] (helo=elizabeth.hammis.com) by dfw-mmp3.email.verio.net with esmtp (Exim 3.15 #4) id 13BBPA-0000In-00; Sun, 09 Jul 2000 07:21:33 +0000 Message-Id: <4.3.2.7.0.20000709032042.00bb3340@hammis.com> X-Sender: squirrel@hammis.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Sun, 09 Jul 2000 03:21:31 -0400 To: Robert Small From: Damon Hammis Subject: Re: SCSI Question Cc: freebsd-questions@freebsd.org, freebsd-current@freebsd.org In-Reply-To: <396779FD.271E5CB8@superjake.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The jumpers aren't set right. If they aren't set right FreeBSD will recognize the card at boot, but it won't be able to probe it at all. At 01:59 PM 7/8/00 -0500, Robert Small wrote: >Damon Hammis wrote: > > > The jumpers are set wrong on the card. I had the exact same problem with > > an aha-1542 and aha-1540 card recently. The docs on the jumpers that you > > can get on Adaptec's site are kind of cryptic, but the card will work once > > you get the jumpers placed correctly. > > > > Currently I have mine running at irq 9, drq 5 and my jumpers are setup > > like this: > > > > J5 pin 8 jumpered pin 9 the jumper is on one pin > > J9 pins 2, 6, and 9 are jumpered. > > > > I have that configuration running on two systems now working great. Let > > me know how it goes for ya. > > > > --Damon > > > > On Fri, 7 Jul 2000, Robert Small wrote: > > > > > I installed an Adaptec AHA-1542 controller in my system tonight, and > > > hooked up a Sony SDT-5000 tape drive. > > > > > > When I try to boot into FreeBSD (5.0-20000511-CURRENT FreeBSD > > > 5.0-20000511-CURRENT #4: Thu Jul 6 20:31:41 CDT 2000) I receive: > > > > > > Waiting 15 seconds for SCSI devices to settle down > > > (approximately 30-45 seconds later) > > > (Probe0:aha0:0:0:0) CCB 0xc782c508 > > > (Probe0:aha0:0:0:0) CCB 0xc782c508 > > > aha0: aha_cmd: Timeout waiting for adapter idle > > > ahainitmboxes: Initialization command failed > > > aha0 no longer in timeout > > > (Probe6:aha0:0:6:0) CCB 0xc782c508 > > > (Probe6:aha0:0:6:0) CCB 0xc782c508 > > > aha0: aha_cmd: Timeout waiting for adapter idle > > > ahainitmboxes: Initialization command failed > > > aha0 no longer in timeout > > > > > > And it keeps repeating. I had to remove the card to boot into FreeBSD. > > > The card recognizes the tape drive. > > > > > > Any ideas? > > > > > > Robert > > > > > > > > > -------------------------------------------------------------------- > > > Does killing time damage eternity? > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > >Ok after further investigation, I can get the system to recognize the card, > >aha0 at port-0x130-0x133 irq 9 drq 5 on isa0 >aha0: AHA-1542CF FW Rev. F.0 (ID=45) SCSI Host Adapter, SCSI ID 7, 16 CCBs > >but when it does, I get all of these errors > > Waiting 15 seconds for SCSI devices to settle down > (approximately 30-45 seconds later) > (Probe0:aha0:0:0:0) CCB 0xc782c508 > (Probe0:aha0:0:0:0) CCB 0xc782c508 > aha0: aha_cmd: Timeout waiting for adapter idle > ahainitmboxes: Initialization command failed > aha0 no longer in timeout > (Probe6:aha0:0:6:0) CCB 0xc782c508 > (Probe6:aha0:0:6:0) CCB 0xc782c508 > aha0: aha_cmd: Timeout waiting for adapter idle > ahainitmboxes: Initialization command failed > aha0 no longer in timeout > >and after 30-45 minutes the system will finally get finished probing and give > >me a login prompt. > >So it's not an IRQ problem, in fact, the only way I can make the system >boot-up quickly is to make it share an IRQ. On boot-up, it recognizes and >lists the tape drive, but when it comes to probing, it's no joy. > >Any ideas/suggestions/hints? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 0:24: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dfw-smtpout1.email.verio.net (dfw-smtpout1.email.verio.net [129.250.36.41]) by hub.freebsd.org (Postfix) with ESMTP id 3C8B037C151 for ; Sun, 9 Jul 2000 00:24:06 -0700 (PDT) (envelope-from squirrel@hammis.com) Received: from [129.250.38.62] (helo=dfw-mmp2.email.verio.net) by dfw-smtpout1.email.verio.net with esmtp (Exim 3.12 #7) id 13BBRc-0003IR-00; Sun, 09 Jul 2000 07:24:04 +0000 Received: from [209.69.36.12] (helo=elizabeth.hammis.com) by dfw-mmp2.email.verio.net with esmtp (Exim 3.15 #4) id 13BBRb-00001h-00; Sun, 09 Jul 2000 07:24:04 +0000 Message-Id: <4.3.2.7.0.20000709032327.00bae2c0@hammis.com> X-Sender: squirrel@hammis.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Sun, 09 Jul 2000 03:24:02 -0400 To: chesprit@netzero.net, questions@FreeBSD.ORG From: Damon Hammis Subject: Re: Near The Edge In-Reply-To: <39683F0C.89C963B6@netzero.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Make a set of boot floppies from the cds and boot from the floppy. You'll still be able to do the install off the cd, but you just don't boot off of it. At 01:59 AM 7/9/00 -0700, chesprit@netzero.net wrote: >Gentlemen: > >I cant get any of my computers, IBM NetFinity 3000 or IBM or IBM PC >300GL or IBM PC 300PL, to recognize FreeBSD installation boot CD disk, >after making each computer CD DRIVE bootable (successfully tested with >Mandrake LINUX), or recognize the INSTALL command under DOS. (There is >no INSTALL.EXE on the CD-ROM). Must be doing something wrong, you say? >I read the book that came with the 10 CD, purchased at CompUSA. >Nothing doing. A terrible book, if you ask me. Long on repetitive prose >rather than itemized howto instruction. Could you please help? Much >obliged. Thank you. > >Chesprit > > >____________NetZero Free Internet Access and Email_________ >Download Now http://www.netzero.net/download/index.html >Request a CDROM 1-800-333-3633 >___________________________________________________________ > > >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 Jul 9 0:33:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from finland.ispro.net.tr (finland.ispro.net.tr [212.174.120.1]) by hub.freebsd.org (Postfix) with ESMTP id EC1C837C14C for ; Sun, 9 Jul 2000 00:33:30 -0700 (PDT) (envelope-from yurtesen@ispro.net.tr) Received: from localhost (yurtesen@localhost) by finland.ispro.net.tr (8.9.3/8.9.3) with ESMTP id KAA57500; Sun, 9 Jul 2000 10:33:23 +0300 (EEST) (envelope-from yurtesen@ispro.net.tr) Date: Sun, 9 Jul 2000 10:33:23 +0300 (EEST) From: Evren Yurtesen To: cjclark@alum.mit.edu Cc: freebsd-questions@FreeBSD.ORG, cjc@dialin-client.earthlink.net Subject: Re:(2) DES 2 MD5 In-Reply-To: <20000708225519.A185@dialin-client.earthlink.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 Well I already made a change to passwd and perl so that the newly generated passwords will have MD5! It was easy hack with some minor problems =) I have DES installed on my system so it can understand MD5 and DES. I also saw /usr/lib/libscrypt.a library which was supposed to be used for MD5 crypt mechanism only. So I linked passwd with /usr/lib/libscrypt.a at compile time. Now every time I change a password of a user the new password comes with MD5 regardless of if old password is DES. The minor problem is if user wants to change his/her password then the password program doesn't work because it asks for the old password first and the MD5 library can't understand DES so it just denies changing the password. I guess the same problem would happen with perl but fortunately we dont have such scripts which checks the password =) I made the same in perl and linked perl to libscrypt.a now the adduser script is also producing passwords in MD5! I assume this is quite practical way to deal with the problem. I searched the mailing lists but people were talking about there is no way to create new passwords with MD5 if you use DES. I see there is one way! =) So I hope this mail would be useful at some degree for people who are migrating from DES to MD5. Plus now we have so fast machines we couldn't have access 2 years ago. I put my entire passwd file to a password cracker program and I got 1/3 of the passwords in 6 hours with a pII-350. I assume pIII-750 would do a lot better though. So there can be made a script to regenerate all the passwords with DES when the password cracking program finishes its job =) Evren On Sat, 8 Jul 2000, Crist J. Clark wrote: > On Sat, Jul 08, 2000 at 01:48:11PM +0300, Evren Yurtesen wrote: > > I have been using DES on my system and I have approx 2000 users > > with DES passwords. Is it possible to make the system create the > > new passwords with MD5 only? unfortunately when I use DES then > > the system recognises the MD5 passwords also but the other way > > around is not working. (well didnt work when I tried last) > > > > How can I make simple programs like passwd and adduser to create > > these passwords as MD5 even though I use DES? Or should I use > > brute force to find out all passwords and then encrypt them > > again???!?!? > > This comes up from time to time and there is presently no easy way to > convert a user who has a DES password to MD5. With the descrypt > libraries, passwd(1) defaults new passwords to DES and will keep a DES > password DES and a MD5 stays MD5. The scrypt library only understands > MD5. > > Hacking some kind of switch into passwd(1) so that it will (a) default > new users one way or the other and (b) make all changed passwords move > to one or the other via some switch (/etc/passwd.conf or an entry in > login.conf) would be very useful. Even if the hack is not pretty, > sending in patches with a change-request PR might get things moving. > > That said, here is a very ugly, but quick approach: > > (1) User successfully logs in with current DES password. > > (2) User uses your special 'newpasswd' wrapper. > > (3) The newpasswd wrapper puts a dummy entry in master.passwd that > will trick passwd(1) into thinking the user has a MD5 password. > > (4) The wrapper starts passwd(1) and the user sets a new MD5 > password. > > This could be scripted or in C. However, it needs root privs so all of > the caveats about suid scripts and programs are implied. > -- > Crist J. Clark cjclark@alum.mit.edu > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 0:43:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sointdmz.amdocs.com (sointdmz.amdocs.com [194.90.254.131]) by hub.freebsd.org (Postfix) with ESMTP id B66EB37B54F for ; Sun, 9 Jul 2000 00:43:09 -0700 (PDT) (envelope-from IGORIG@Amdocs.com) Received: from amdocs.com (soint4.amdocs.com [199.203.109.226]) by sointdmz.amdocs.com (8.9.3/8.9.3) with ESMTP id KAA11146 for ; Sun, 9 Jul 2000 10:44:05 +0200 (IST) Received: from mailsrv3.amdocs.com (mailsrv3.amdocs.com [10.224.4.244]) by amdocs.com (8.9.3/8.9.3) with ESMTP id KAA27846 for ; Sun, 9 Jul 2000 10:44:30 +0200 (IST) Received: by mailsrv3.amdocs.com with Internet Mail Service (5.5.2651.58) id ; Sun, 9 Jul 2000 10:40:36 +0200 Message-ID: <1FE7ADA9E7A1D111B88700805FEB08C901C233C6@haifamail.amdocs.com> From: Igor Ignatovich To: "'questions@freebsd.org'" Subject: /kernel message about sio0 port Date: Sun, 9 Jul 2000 10:40:30 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2651.58) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, Since I installed FBSD-4.0R I constantly get repeated message when the mashine is on the net: "/kernel: sio0: 1 more silo overflow (total `some_number`)" . I don't see any problems with the connection(it's stable and the speed is just about 56K as it is promised by my Zoltrix Rainbow 56K ext. modem). So, what's wrong with my sio0 port? Thanks, Igor I. Thanks, Igor Ignatovich, Tel: 972-4-8133117 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 0:49: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mms.mine.nu (ppp82.adl.iweb.net.au [202.12.71.146]) by hub.freebsd.org (Postfix) with ESMTP id 0D16F37B54F for ; Sun, 9 Jul 2000 00:49:02 -0700 (PDT) (envelope-from matts@thepentagon.com) Received: from matt2 ([10.1.1.100]) by ether2.mms.mine.nu (8.9.3/8.9.3) with ESMTP id AAA01751 for ; Sat, 8 Jul 2000 00:31:05 +0930 (CST) (envelope-from matts@thepentagon.com) Message-ID: <200007082032140115.051D38A5@10.1.1.105> X-Mailer: Calypso Version 3.00.00.13 (1) Date: Sat, 08 Jul 2000 20:32:14 +0930 Reply-To: matts@thepentagon.com From: "Matt" To: freebsd-questions@FreeBSD.ORG Subject: NIS Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Has anybody had any experience with setting up freebsd as a NIS client, with windows 2000 (with 'unix services for nt' addon pack) NIS server? Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 1:50:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from baddog.yi.org (24-216-177-184.hsacorp.net [24.216.177.184]) by hub.freebsd.org (Postfix) with ESMTP id 5583337B70D for ; Sun, 9 Jul 2000 01:50:08 -0700 (PDT) (envelope-from ahze@wp.cc.nc.us) Received: from slaughter.necro.edu (slaughter.necro.edu [192.168.0.1]) by baddog.yi.org (8.9.3/8.9.3) with ESMTP id EAA08231 for ; Sun, 9 Jul 2000 04:50:03 -0400 (EDT) (envelope-from ahze@wp.cc.nc.us) Message-Id: <200007090850.EAA08231@baddog.yi.org> Date: Sun, 09 Jul 2000 04:50:06 EDT From: Mike Johnson To: questions@freebsd.org Subject: modular... Reply-To: ahze@wp.cc.nc.us X-Mailer: Spruce 0.6.5 for X11 w/smtpio 0.7.9 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 since the freebsd kernel is modular , how can you see what modulars are loaded , and how do you unload them once you see whats loaded? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 2: 1:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hecky.it.northwestern.edu (hecky.acns.nwu.edu [129.105.16.51]) by hub.freebsd.org (Postfix) with ESMTP id 5CA0E37B8B5 for ; Sun, 9 Jul 2000 02:01:36 -0700 (PDT) (envelope-from djkanter@northwestern.edu) Received: (from mailnull@localhost) by hecky.it.northwestern.edu (8.8.7/8.8.7) id EAA00168 for ; Sun, 9 Jul 2000 04:01:34 -0500 (CDT) Received: from localhost.localdomain (coconut-40-028060.nuts.nwu.edu [165.124.28.60]) by hecky.acns.nwu.edu via smap (V2.0) id xma029891; Sun, 9 Jul 00 04:01:11 -0500 Received: (from david@localhost) by localhost.localdomain (8.9.3/8.9.3) id AAA97171 for freebsd-questions@freebsd.org; Sun, 9 Jul 2000 00:56:13 -0500 (CDT) (envelope-from david) Date: Sun, 9 Jul 2000 00:56:12 -0500 From: "David J. Kanter" To: FreeBSD questions Subject: Softupdates question Message-ID: <20000709005612.A89313@localhost.localdomain> Mail-Followup-To: FreeBSD questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i X-Organization: Northwestern University X-Operating-System: FreeBSD localhost.localdomain 3.5-STABLE FreeBSD 3.5-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm upgrading to 4.0 and the softupdates option looks particularly attractive. I'd like to use it because of power outages. My question is: Which filesystem(s) should softupdate be applied to? All of them? Or, are some better than others? What about the root filesystem? If so, is it possible to umount all filesystems and run the tunefs program? -- David Kanter djkanter@northwestern.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 3:35:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 8636B37B5D9 for ; Sun, 9 Jul 2000 03:34:59 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e69AYvu18268; Sun, 9 Jul 2000 03:34:57 -0700 (PDT) Date: Sun, 9 Jul 2000 03:34:57 -0700 From: Alfred Perlstein To: Mike Johnson Cc: questions@FreeBSD.ORG Subject: Re: modular... Message-ID: <20000709033457.O25571@fw.wintelcom.net> References: <200007090850.EAA08231@baddog.yi.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007090850.EAA08231@baddog.yi.org>; from ahze@wp.cc.nc.us on Sun, Jul 09, 2000 at 04:50:06AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Mike Johnson [000709 01:50] wrote: > > since the freebsd kernel is modular , how can you see what modulars are > loaded , and how do you unload them once you see whats loaded? see the kld manpage, it explains most of it and will give links to the rest. man 4 kld -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 3:47: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.rdc3.on.home.com (ha1.rdc1.tn.home.com [24.2.7.66]) by hub.freebsd.org (Postfix) with ESMTP id 1A78F37B5D9 for ; Sun, 9 Jul 2000 03:47:03 -0700 (PDT) (envelope-from williamsl@home.com) Received: from RELIABLE ([24.4.115.31]) by mail1.rdc3.on.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000709104701.FFRE11295.mail1.rdc3.on.home.com@RELIABLE>; Sun, 9 Jul 2000 03:47:01 -0700 Date: Sun, 9 Jul 2000 06:46:51 -0400 From: Ben Williams X-Mailer: The Bat! (v1.39) Personal Organization: Williams Enterprises X-Priority: 3 (Normal) Message-ID: <11282.000709@home.com> To: j mckitrick Cc: Dan Nelson , questions@freebsd.org Subject: Re[2]: pop up notice for x In-reply-To: <20000706170053.A10074@dogma.freebsd-uk.eu.org> References: <20000706170053.A10074@dogma.freebsd-uk.eu.org> 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 If you're using /bin/sh you might need to separate your 'export...' line like this: DISPLAY=:0.0 export DISPLAY I seem to recall the export [=] is a bash enhancement that is not present in all shells. Also how are you running X? If by startx then you probably don't have any xauth issues but if you're running from xdm you may need to man xauth. HTH, --Ben Williams mailto:received@email dot com Quoting j mckitrick Sunday, July 09, 2000 > On Thu, Jul 06, 2000 at 10:42:03AM -0500, Dan Nelson wrote: >> "export DISPLAY=:0.0" should work. If you're running multiple X > so close... the script now works when i run it from a console- it pauses and > when i switch to the X display, the xmessage is there. but when the apm > event triggers it, it still doesn't show. yet the logger command works. > the echo command may not, i'm not sure. > anyway, i put "export DISPLAY=:0.0" in the script, and that has at least > taken me one step in the right direction. now if only it would work when > the system ran it.... > jm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 3:53:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dastor.albury.net.au (dastor.albury.NET.AU [203.15.244.203]) by hub.freebsd.org (Postfix) with ESMTP id 2F57F37B5D9 for ; Sun, 9 Jul 2000 03:53:42 -0700 (PDT) (envelope-from nicks@dastor.albury.net.au) Received: (from nicks@localhost) by dastor.albury.net.au (8.10.2/8.10.2) id e69ArZl00703; Sun, 9 Jul 2000 20:53:35 +1000 (EST) Date: Sun, 9 Jul 2000 20:53:35 +1000 From: Nick Slager To: Dutch Collins Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Dual boot - FreeBSD 3.4-R/Solaris 8 Message-ID: <20000709205334.A467@albury.net.au> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from dutch@charm.net on Sat, Jul 08, 2000 at 08:28:55PM +0100 X-Homer: Whoohooooooo! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Dutch Collins (dutch@charm.net): > Has anyone tried to setup a dual boot, FreeBSD 3.4-R and Solaris 8. I > would like to tinker with my 'free' Solaris on a 486/100. I am > thinking of; a) two partitions on a single drive, b) BSD on wd0 and > Solaris on wd2. I used to have 3.4 on my system with Solaris 7. It now has 4.0-STABLE, Solaris 8 and Win 2k. I use the Solaris boot manager to choose which OS to boot. If you have two drives, install Solaris on its own disk. That being said, I have a single 18Gb SCSI drive, but the installation caused copious loss of blood and sweat :-) The Solaris web-install thingie will actually create two partitions. It's prone to failure, though, and most people recommend the 'standard' install. Don't even think about running Solaris on a 486. It'll basically be unusable. Also, Solaris 8 discontinued ISA (and presumably VESA) bus support, so you'll need a PCI machine to install anyway. Regards, Nick. -- From a Sun Microsystems bug report (#4102680): "Workaround: don't pound on the mouse like a wild monkey." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 4: 0:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dastor.albury.net.au (dastor.albury.NET.AU [203.15.244.203]) by hub.freebsd.org (Postfix) with ESMTP id 445E937BA52 for ; Sun, 9 Jul 2000 04:00:21 -0700 (PDT) (envelope-from nicks@dastor.albury.net.au) Received: (from nicks@localhost) by dastor.albury.net.au (8.10.2/8.10.2) id e69B0Fi00817; Sun, 9 Jul 2000 21:00:15 +1000 (EST) Date: Sun, 9 Jul 2000 21:00:15 +1000 From: Nick Slager To: Geoff Ludwiczak Cc: freebsd-questions@FreeBSD.ORG Subject: Re: celeron SMP.. Message-ID: <20000709210015.B467@albury.net.au> References: <3967E9FB.197CC0F7@home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <3967E9FB.197CC0F7@home.com>; from ludwicza@home.com on Sat, Jul 08, 2000 at 07:56:59PM -0700 X-Homer: Whoohooooooo! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Geoff Ludwiczak (ludwicza@home.com): > I've been having some problems running FreeBSD 4.0 on my dual celeron > 433. I installed the base system files fine, but for no reason, after > it's running and while I'm editing a file in vi, I get these strange hex > dumps, and 5 seconds later, it reboots...it does this every now and > then... My dual Celeron 466 box runs fine. Apart from examining the hex dumps, have you checked the system and CPU temperatures? The BX chipset wasn't originally designed for SMP systems, and without proper cooling, weird things can happen. Nick. -- From a Sun Microsystems bug report (#4102680): "Workaround: don't pound on the mouse like a wild monkey." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 6:34: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from po3.wam.umd.edu (po3.wam.umd.edu [128.8.10.165]) by hub.freebsd.org (Postfix) with ESMTP id C1BA837B63B for ; Sun, 9 Jul 2000 06:33:58 -0700 (PDT) (envelope-from culverk@wam.umd.edu) Received: from rac6.wam.umd.edu (root@rac6.wam.umd.edu [128.8.10.146]) by po3.wam.umd.edu (8.9.3/8.9.3) with ESMTP id JAA20873; Sun, 9 Jul 2000 09:33:49 -0400 (EDT) Received: from rac6.wam.umd.edu (sendmail@localhost [127.0.0.1]) by rac6.wam.umd.edu (8.9.3/8.9.3) with SMTP id JAA04986; Sun, 9 Jul 2000 09:33:53 -0400 (EDT) Received: from localhost (culverk@localhost) by rac6.wam.umd.edu (8.9.3/8.9.3) with ESMTP id JAA04982; Sun, 9 Jul 2000 09:33:53 -0400 (EDT) X-Authentication-Warning: rac6.wam.umd.edu: culverk owned process doing -bs Date: Sun, 9 Jul 2000 09:33:53 -0400 (EDT) From: Kenneth Wayne Culver To: Sean-Paul Rees Cc: questions@FreeBSD.ORG Subject: Re: Fxtv -> shmget() failed: Cannot allocate memory In-Reply-To: <20000708203459.A73215@seanrees.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 This isn't a gnome/sawfish problem really. It's an Xfree86 4.0 problem. I can't remember how I solved it, but it involved putting more SHM pages into the kernel. Xfree86 4.x is VERY SHM hungry. ================================================================= | Kenneth Culver | FreeBSD: The best NT upgrade | | Unix Systems Administrator | ICQ #: 24767726 | | and student at The | AIM: muythaibxr | | The University of Maryland, | Website: (Under Construction) | | College Park. | http://www.wam.umd.edu/~culverk/| ================================================================= On Sat, 8 Jul 2000, Sean-Paul Rees wrote: > I'm having a bit of difficulty with Fxtv. I installed it today, and it _used_ > to work but now its being a little bit of a pain. > > When I run Fxtv, it starts up just fine and pops open a tiny window with the > default TV channel. When I click on the window to go fullscreen, my resolution > changes down to 640x480 (expected) and Fxtv promptly crashes with the following > error: > > shmget() failed: Cannot allocate memory > > I have SYSVSHM, SYSVSEM, and SYSVMSG compiled into my kernel (4.0-S as of early > today). I'm running XFree86 4.01 (compiled today) and Fxtv 1.02. I'm using > a Hauppauge WinTV model 401. > > This only started happening when I started running gnome+sawfish vs. twm. Any > ideas on how I might fix this? > > On a seperate note, Fxtv doesn't seem to center itself so when it did go > fullscreen. I'd end up in 640x480 with Fxtv somewhere off to the side. I'd have > to move my mouse around a bit to find it. > > Appreciate any assistance =) > > -- > Cheers, > Sean > > Sean-Paul Rees (sean@seanrees.com) > Web: http://www.seanrees.com > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 7: 0: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fellspt.charm.net (fellspt.charm.net [199.0.70.29]) by hub.freebsd.org (Postfix) with ESMTP id B8EA637B888 for ; Sun, 9 Jul 2000 06:59:56 -0700 (PDT) (envelope-from dutch@charm.net) Received: from coretel-184-099.charm.net (coretel-184-099.charm.net [162.33.184.99]) by fellspt.charm.net (8.9.3/8.9.3) with ESMTP id JAA28365; Sun, 9 Jul 2000 09:59:41 -0400 (EDT) Date: Sun, 9 Jul 2000 13:59:18 +0100 (GMT Daylight Time) From: Dutch Collins To: Nick Slager Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Dual boot - FreeBSD 3.4-R/Solaris 8 In-Reply-To: <20000709205334.A467@albury.net.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 Sun, 9 Jul 2000, Nick Slager wrote: > Date: Sun, 9 Jul 2000 20:53:35 +1000 > From: Nick Slager > To: Dutch Collins > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: Dual boot - FreeBSD 3.4-R/Solaris 8 > > Thus spake Dutch Collins (dutch@charm.net): > > > Has anyone tried to setup a dual boot, FreeBSD 3.4-R and Solaris 8. I > > would like to tinker with my 'free' Solaris on a 486/100. I am > > thinking of; a) two partitions on a single drive, b) BSD on wd0 and > > Solaris on wd2. > > I used to have 3.4 on my system with Solaris 7. It now has 4.0-STABLE, Solaris > 8 and Win 2k. I use the Solaris boot manager to choose which OS to boot. > > If you have two drives, install Solaris on its own disk. That being said, I have > a single 18Gb SCSI drive, but the installation caused copious loss of blood > and sweat :-) > > The Solaris web-install thingie will actually create two partitions. It's > prone to failure, though, and most people recommend the 'standard' install. > > Don't even think about running Solaris on a 486. It'll basically be unusable. > Also, Solaris 8 discontinued ISA (and presumably VESA) bus support, so you'll > need a PCI machine to install anyway. > > Regards, > > > Nick. What you have said sounds like good advice. I found the documentation CD, it "says", AMD 486[dx|dx2|sl|sx] is fine, tell me another story sun, based on what U say. The real bite is this bit of info, "64 meg ram, 1.7Gb disk only", duh! Also the web install, at first look, seems to make other OS installs look painless. I did a quick read of the documentation and have made the executive decision, "Not in my back yard today, just do the firewall on the BSD box and connect the win98 box for media stuff." Oracle on Solaris can wait for it's own box or *maybe* dual boot with win98 later, the ram/disk clause above is my limiting factor today. I think this will clear any questions I have and be enough info in case someone finds the thread. Thanks. -d -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 7:40:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from atlrel1.hp.com (atlrel1.hp.com [156.153.255.210]) by hub.freebsd.org (Postfix) with ESMTP id 1A8BB37B61E for ; Sun, 9 Jul 2000 07:40:43 -0700 (PDT) (envelope-from gene_dinkey@hp.com) Received: from amrelay2.boi.hp.com (amrelay2.boi.hp.com [15.56.8.41]) by atlrel1.hp.com (Postfix) with ESMTP id 6FDAA31 for ; Sun, 9 Jul 2000 10:40:41 -0400 (EDT) Received: from xrosebh3.rsvl.itc.hp.com (xrosebh3.rsvl.itc.hp.com [15.34.240.67]) by amrelay2.boi.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit7.02) with SMTP id IAA18276 for ; Sun, 9 Jul 2000 08:40:39 -0600 (MDT) Received: from 15.34.240.67 by xrosebh3.rsvl.itc.hp.com (InterScan E-Mail VirusWall NT); Sun, 09 Jul 2000 07:40:39 -0700 (Pacific Daylight Time) Received: by xrosebh3.rsvl.itc.hp.com with Internet Mail Service (5.5.2650.21) id <3KZSZWWP>; Sun, 9 Jul 2000 07:40:39 -0700 Message-ID: From: "DINKEY,GENE (HP-Loveland,ex1)" To: "'freebsd-questions@freebsd.org'" Subject: Slice size larger than disk size during install? Date: Sun, 9 Jul 2000 07:40:32 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to install FreeBSD 4.0 on a P90 w/ 24MB RAM. I'm using the boot floppies, the first time I went through the installation the only problem I had was a loose cable on the back of the cdrom (probably happened while I was moving the system) that caused the package installation to abort. I didn't have any problems slicing out the HDD or anything like that. After I rebooted I can boot off of the floppies but when I try to load the install it tries to read the HDD then says "slice size larger than disk size", gives a few numbers (slice Vs disk and such) and then panics out "Not going anywhere without init". The only thing I can think of is that I chose to dedicate the whole disk to BSD (it's a 800MB HDD and I don't plan on using any other OS's on the system)...any help would be greatly appreciated. Thank You Gene Dinkey 970.278.8732 Hewlett Packard Customer Care Center Technical Computing Division To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 8: 8:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web4307.mail.yahoo.com (web4307.mail.yahoo.com [216.115.104.199]) by hub.freebsd.org (Postfix) with SMTP id 33B8537B61E for ; Sun, 9 Jul 2000 08:08:13 -0700 (PDT) (envelope-from martinmact@yahoo.com) Message-ID: <20000709150812.9275.qmail@web4307.mail.yahoo.com> Received: from [216.13.35.180] by web4307.mail.yahoo.com; Sun, 09 Jul 2000 08:08:12 PDT Date: Sun, 9 Jul 2000 08:08:12 -0700 (PDT) From: Martin Mactaggart Subject: My telnet has been possed by a demon (I can't telnet to my FreeBSD machine anoymore) 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 After replacing my badly partitioned 3.4 install with a more aptly partitioned 4.0, I don't seem to be able to telnet in anymore... Usually I get one telnet that says something like "Connection to host lost" and then one that gives me login prompt which, after logging in, just sits there (I never see the MOTD, it just hangs.). Having said that, if my win2k machine is connected to the internet, it seems to work (!?). The win2k machine is configured as the Gateway and DNS of the FreeBSD machine (yes, I know that's backwards). I can always ping back and forth with no packet loss, though... Anyone have any ideas as to what is going on? I'm still using the generic kernel and the machine from which I am telnetting is a w2k. I didn't find anything in the archives, but I'm not really sure what to look for. Stressed out, Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 8:16:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fingers.noc.uunet.co.za (fingers.noc.uunet.co.za [196.31.1.59]) by hub.freebsd.org (Postfix) with ESMTP id D24D537B8B7 for ; Sun, 9 Jul 2000 08:16:10 -0700 (PDT) (envelope-from robh@fingers.noc.uunet.co.za) Received: from robh (helo=localhost) by fingers.noc.uunet.co.za with local-smtp (Exim 3.13 #1) id 13BIoF-000L9M-00 for freebsd-questions@freebsd.org; Sun, 09 Jul 2000 17:15:55 +0200 Date: Sun, 9 Jul 2000 17:15:54 +0200 (SAST) From: fingers X-Sender: robh@fingers.noc.uunet.co.za To: freebsd-questions@freebsd.org Subject: 3Dfx on X 4.0.1 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I've got a messaround machine that I don't mind installing this on. I've biult X source. According to the docs on www.xfree86.org I need to use a "tdfx" driver to utilise this card. I can't seem to find any other reference to this on www.xfree86.org, in xf86config (Don't have XF86Setup - if anyone has a nice trick on how to get tk82 installed before installing X so that XF86Setup builds, please let me know) or anywhere else. Does anyone know how to get this card working, or where to find "tdfx" driver? It's a Voodoo 3 2000. thanks --Rob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 8:32:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from falcon.prod.itd.earthlink.net (falcon.prod.itd.earthlink.net [207.217.120.74]) by hub.freebsd.org (Postfix) with ESMTP id A379F37B8A8 for ; Sun, 9 Jul 2000 08:32:37 -0700 (PDT) (envelope-from noone@nowhere.com) Received: from nowhere.com (pool0357.cvx6-bradley.dialup.earthlink.net [209.178.159.102]) by falcon.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id IAA12970 for ; Sun, 9 Jul 2000 08:32:35 -0700 (PDT) Message-ID: <39689C4E.6DAA701C@nowhere.com> Date: Sun, 09 Jul 2000 08:37:51 -0700 From: Kevin Bailey X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: No /dev/vinum/rstripe Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > [Format recovered--see http://www.lemis.com/email/email-format.html] Apologies. My BSD machine is 'under construction' and I'm using my wife's Win98 machine. (I know, likely excuse...) > I consider any crash caused by purely userland functions to be a bug. > It shouldn't be that way. Ya, I would have avoided a crash if mount had simply told me the volume didn't have a filesystem. Maybe newfs -v could have done some checking too. > I'd like to see any dump you get doing > these things. hmm, I wouldn't know where to look. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 9: 0:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.networkone.net (mail.networkone.net [209.144.112.75]) by hub.freebsd.org (Postfix) with SMTP id 2701C37BBF8 for ; Sun, 9 Jul 2000 08:59:59 -0700 (PDT) (envelope-from reader@newsguy.com) Received: (qmail 21684 invoked from network); 9 Jul 2000 15:59:58 -0000 Received: from adsl-117-113.ln.networkone.net (HELO reader.ptw.com) (209.144.117.113) by mail.networkone.net with SMTP; 9 Jul 2000 15:59:58 -0000 Received: (from reader@localhost) by reader.ptw.com (8.9.3/8.9.3) id IAA06879; Sun, 9 Jul 2000 08:59:55 -0700 X-Authentication-Warning: reader.ptw.com: reader set sender to reader@newsguy.com using -f To: freebsd-questions@FreeBSD.ORG Subject: Yikes.. "/" is getting full From: Harry Putnam Date: 09 Jul 2000 08:23:27 -0700 Message-ID: User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Lines: 36 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Toshiba 4005CDS Running 4.0-STABLE snap 07/08 My "root" ("/") directory is getting full showing 89% used. I made it a little larger than the default on install at 50MB. I do have a couple of spare kernels lurking in there but still looks like I need to enlarge it somehow or symlink something elsewhere. Trouble is , that seems a little shaky in case of emergency boot and "/" is all that is mounted. I'm pretty new and don't really know what is important to leave on "/", and especially how to move root to new larger partition. I do have space on an `anex' partition. Looking for ways to trim down I looked in /stand and see two really odd looking files. They look like something I created with sloppy commands or typing: ls /stand shows in addition to the normal file, two that look like this: -sh [ Running `file' on either gives: /stand/[: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), statically linked, stripped ls -l shows: -r-xr-xr-x 30 root wheel 1687052 Jun 24 05:06 /stand/[ Same size as all the other executables in there. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 9:10:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from djl01.djl.co.uk (djl01.djl.co.uk [195.58.135.195]) by hub.freebsd.org (Postfix) with ESMTP id F215737B76B for ; Sun, 9 Jul 2000 09:10:39 -0700 (PDT) (envelope-from David.Larkin@djl.co.uk) Received: from DJL.co.uk (djl02.djl.co.uk [195.58.135.196]) by djl01.djl.co.uk (8.9.2/8.9.2) with ESMTP id RAA01866; Sun, 9 Jul 2000 17:10:36 +0100 (BST) Message-ID: <39689688.6FC8D8A8@DJL.co.uk> Date: Sun, 09 Jul 2000 16:13:13 +0100 From: David Larkin Organization: DJL Software Consultancy Ltd X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: apache mod_ssl freebsd tutorial Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Anybody aware of a tutorial / primer for installation & configuration of apache & mod_ssl ? I've found the port, and the mod_ssl user manual but was looking around for some reading material. Thanks Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 9:15:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.davidv.net (ns1.davidv.net [205.241.169.123]) by hub.freebsd.org (Postfix) with ESMTP id AEAE337B76B for ; Sun, 9 Jul 2000 09:15:21 -0700 (PDT) (envelope-from david@davidv.net) Received: from devnull (devnull [205.241.169.122]) by ns1.davidv.net (8.9.3/8.9.3) with SMTP id LAA17790; Sun, 9 Jul 2000 11:16:16 -0500 (CDT) (envelope-from david@davidv.net) Message-Id: <200007091616.LAA17790@ns1.davidv.net> X-Sender: david@mail.davidv.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Sun, 09 Jul 2000 11:15:08 -0500 To: Harry Putnam , freebsd-questions@FreeBSD.ORG From: David Vondrasek Subject: Re: Yikes.. "/" is getting full 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 > >Looking for ways to trim down I looked in /stand and see two really odd >looking files. They look like something I created with sloppy >commands or typing: > >ls /stand shows in addition to the normal file, two that look like >this: > >-sh >[ > >Running `file' on either gives: > The belong there :) from my /stand -r-xr-xr-x 28 root wheel 1645704 Mar 20 17:28 -sh -r-xr-xr-x 28 root wheel 1645704 Mar 20 17:28 [ David Vondrasek http://www.davidv.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 9:27:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.networkone.net (mail.networkone.net [209.144.112.75]) by hub.freebsd.org (Postfix) with SMTP id B447037B76B for ; Sun, 9 Jul 2000 09:27:31 -0700 (PDT) (envelope-from reader@newsguy.com) Received: (qmail 4972 invoked from network); 9 Jul 2000 16:27:31 -0000 Received: from adsl-117-113.ln.networkone.net (HELO reader.ptw.com) (209.144.117.113) by mail.networkone.net with SMTP; 9 Jul 2000 16:27:31 -0000 Received: (from reader@localhost) by reader.ptw.com (8.9.3/8.9.3) id JAA06998; Sun, 9 Jul 2000 09:27:28 -0700 To: freebsd-questions@FreeBSD.ORG Subject: /dist ... what should be in there? From: Harry Putnam Date: 09 Jul 2000 09:27:25 -0700 Message-ID: User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Lines: 5 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Needed to trim down the "/" partition so started looking around for stuff to get rid of or move. I see a directory /dist with nothing in it. Should there be something in it? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 9:40:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailbox.reptiles.org (mailbox.reptiles.org [198.96.117.155]) by hub.freebsd.org (Postfix) with ESMTP id 7C70437BF5D; Sun, 9 Jul 2000 09:40:31 -0700 (PDT) (envelope-from jim@reptiles.org) Received: from localhost (1995 bytes) by mailbox.reptiles.org via sendmail with P:stdio/R:bind_hosts/T:inet_zone_bind_smtp (sender: ) (ident using unix) id for ; Sun, 9 Jul 2000 12:40:30 -0400 (EDT) (Smail-3.2.0.108 1999-Sep-19 #3 built 1999-Oct-27) Date: Sun, 9 Jul 2000 12:40:30 -0400 From: Jim Mercer To: questions@freebsd.org Cc: hackers@FreeBSD.ORG Subject: Re: cvs-crypto missing from 4.0-stable via cvsup? Message-ID: <20000709124030.B9391@reptiles.org> References: <20000709001045.A9391@reptiles.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from culverk@wam.umd.edu on Sun, Jul 09, 2000 at 09:34:27AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > On Sun, 9 Jul 2000, Jim Mercer wrote: > > maybe i just noticed, or maybe something happened recently, but when i cvsup > > now, i get a message saying cvs-cryto is non-existent. > > > > has it been integrated into the standard tree? > > On Sun, Jul 09, 2000 at 09:34:27AM -0400, Kenneth Wayne Culver wrote: > Yep, there was a message a few days about this on -current I think. hmmm. maybe, /usr/share/examples/cvsup/... should be updated to reflect the change. also, i noticed something odd on the mailing-list search pages of the website: search "cvs-crypto" for questions and current: 6."David J. Re: cvs-crypto Score: 1124; Lines: 49; 20-Apr-1997; Archive: freebsd-questions i wouldn't have normally looked at this one because of the date, however, when looking at the message, i see: > Date: Sat, 8 Jul 2000 20:08:19 -0500 > From: "David J. Kanter" > To: Gustavo Vieira Goncalves Coelho Rios > Cc: questions@FreeBSD.ORG > Subject: Re: cvs-crypto something broken in the indexing? -- [ Jim Mercer jim@reptiles.org +1 416 410-5633 ] [ Reptilian Research -- Longer Life through Colder Blood ] [ Don't be fooled by cheap Finnish imitations; BSD is the One True Code. ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 9:45: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id 03FF037B97D for ; Sun, 9 Jul 2000 09:44:58 -0700 (PDT) (envelope-from jcm@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 13BKCO-000Bhj-00; Sun, 9 Jul 2000 17:44:56 +0100 Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) id RAA68274; Sun, 9 Jul 2000 17:44:56 +0100 (BST) (envelope-from jcm) Date: Sun, 9 Jul 2000 17:44:56 +0100 From: j mckitrick To: Ben Williams Cc: Dan Nelson , questions@freebsd.org Subject: Re: pop up notice for x Message-ID: <20000709174456.A68244@dogma.freebsd-uk.eu.org> References: <20000706170053.A10074@dogma.freebsd-uk.eu.org> <11282.000709@home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <11282.000709@home.com>; from williamsl@home.com on Sun, Jul 09, 2000 at 06:46:51AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 09, 2000 at 06:46:51AM -0400, Ben Williams wrote: > If you're using /bin/sh you might need to separate your 'export...' > line like this: > > DISPLAY=:0.0 > export DISPLAY > > I seem to recall the export [=] is a bash > enhancement that is not present in all shells. Also how are you > running X? If by startx then you probably don't have any xauth issues > but if you're running from xdm you may need to man xauth. well, i sort of got it working, but now when the battery is low, the message pops up every few seconds. i might change the threshold so it only shows the message while the battery rating is equal to a certain level rahter than less than or equal to. apparently, it now works from a script and is able to show the window on X. jm -- ------------------------------------------------------------------- Jonathon McKitrick -- jcm@freebsd-uk.eu.org To Microsoft: "Your tyranny I was part of, is now cracking on every side. Now your own life is in danger. Your Empire is on fire." Front 242 ------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 10: 5: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.aracnet.com (mail2.aracnet.com [216.99.193.35]) by hub.freebsd.org (Postfix) with ESMTP id 1737237B52E for ; Sun, 9 Jul 2000 10:04:59 -0700 (PDT) (envelope-from hamellr@aracnet.com) Received: from shell1.aracnet.com (shell1.aracnet.com [216.99.193.21]) by mail2.aracnet.com (8.9.3/8.9.3) with ESMTP id KAA10542; Sun, 9 Jul 2000 10:05:02 -0700 Received: by shell1.aracnet.com (8.9.3) id KAA08393; Sun, 9 Jul 2000 10:04:58 -0700 Date: Sun, 9 Jul 2000 10:04:58 -0700 (PDT) From: Rick Hamell To: chesprit@netzero.net Cc: questions@FreeBSD.ORG Subject: Re: Near The Edge In-Reply-To: <39683F0C.89C963B6@netzero.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 > I cant get any of my computers, IBM NetFinity 3000 or IBM or IBM PC > 300GL or IBM PC 300PL, to recognize FreeBSD installation boot CD disk, > after making each computer CD DRIVE bootable (successfully tested with > Mandrake LINUX), or recognize the INSTALL command under DOS. (There is > no INSTALL.EXE on the CD-ROM). Must be doing something wrong, you say? > I read the book that came with the 10 CD, purchased at CompUSA. > Nothing doing. A terrible book, if you ask me. Long on repetitive prose > rather than itemized howto instruction. Could you please help? Much > obliged. Thank you. We need more information to help you. Are your CDROM Drives set to be master on the secondary IDE chain or slaved off the hard drive? Have you tried creating the boot floppies and doing it that way? Have you read the step-by-step instructions at http://www.freebsd.org under the Handbook link? Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 10:16:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id DF0AA37B622 for ; Sun, 9 Jul 2000 10:16:12 -0700 (PDT) (envelope-from pherman@frenchfries.net) Received: from bagabeedaboo.security.at12.de (dial-194-8-209-160.netcologne.de [194.8.209.160]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id TAA21981; Sun, 9 Jul 2000 19:16:05 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.10.2/8.10.2) with ESMTP id e69HFqH02861; Sun, 9 Jul 2000 19:15:52 +0200 (CEST) Date: Sun, 9 Jul 2000 19:15:52 +0200 (CEST) From: Paul Herman To: Harry Putnam Cc: freebsd-questions@FreeBSD.ORG Subject: Re: /dist ... what should be in there? 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 9 Jul 2000, Harry Putnam wrote: > Needed to trim down the "/" partition so started looking around for > stuff to get rid of or move. I see a directory /dist with nothing in > it. Should there be something in it? Nope it's a mount point. If you delete it, it will come back again when you use /stand/sysinstall to install packages via cdrom or nfs... -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 10:16:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 07BD137B666 for ; Sun, 9 Jul 2000 10:16:14 -0700 (PDT) (envelope-from pherman@frenchfries.net) Received: from bagabeedaboo.security.at12.de (dial-194-8-209-160.netcologne.de [194.8.209.160]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id TAA21984; Sun, 9 Jul 2000 19:16:09 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.10.2/8.10.2) with ESMTP id e69HEdY02856; Sun, 9 Jul 2000 19:14:39 +0200 (CEST) Date: Sun, 9 Jul 2000 19:14:38 +0200 (CEST) From: Paul Herman To: David Vondrasek Cc: Harry Putnam , freebsd-questions@FreeBSD.ORG Subject: Re: Yikes.. "/" is getting full In-Reply-To: <200007091616.LAA17790@ns1.davidv.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 Sun, 9 Jul 2000, David Vondrasek wrote: > > > >Looking for ways to trim down I looked in /stand and see two really odd > >looking files. They look like something I created with sloppy > >commands or typing: > > > >ls /stand shows in addition to the normal file, two that look like > >this: > > > >-sh > >[ > > The belong there :) from my /stand > > -r-xr-xr-x 28 root wheel 1645704 Mar 20 17:28 -sh > -r-xr-xr-x 28 root wheel 1645704 Mar 20 17:28 [ Furthermore, deleting them won't give you back any space. There are all hard links. As far as cleaning up /, my / hovers at about 40MB (4.0-STABLE). The only two culprits I can think of is /var (if not mounted separately) and /tmp. -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 10:27: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bga.com (mail5.realtime.net [205.238.128.241]) by hub.freebsd.org (Postfix) with SMTP id C706637B53A for ; Sun, 9 Jul 2000 10:26:58 -0700 (PDT) (envelope-from dbjames@bga.com) Received: from john ([204.181.162.73]) by bga.com ; Sun, 09 Jul 2000 12:26:51 -0600 From: dbjames@bga.com To: freebsd-questions@freebsd.org Date: Sun, 9 Jul 2000 12:34:22 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: unable to access samba shares from win nt machine Message-ID: <3968714E.20479.20A676@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I was wondering if you could give me a little help on Samba. I am trying to access Samba shares on with a win nt machine. The FreeBSD machine shows up in the network neighborhood of the win nt machine. But, when I try to access the share on the FreeBSD machine, I get "invalid password or incorrect user name for: \\Don". "Don" is the win nt machine. I have set win nt to use plain text passwords. The username was set using smbpasswd. I haven't been able to get SWAT to work in spite of entering the correct lines in /etc/inetd.conf and /etc/services. My smb.conf file looks like this: [global] encrypt passwords = yes workgroup = shit [test] comment = for testing only read only = no guest ok = yes ------------------------------- Can you give me a hint as to what I'm doing wrong? Sincerely, Don James Austin, Texas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 10:49:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta02-svc.ntlworld.com (mta02-svc.ntlworld.com [62.253.162.42]) by hub.freebsd.org (Postfix) with ESMTP id B692937B53A for ; Sun, 9 Jul 2000 10:49:34 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from parish.my.domain ([62.253.89.255]) by mta02-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000709184854.EEGH3760.mta02-svc.ntlworld.com@parish.my.domain>; Sun, 9 Jul 2000 18:48:54 +0000 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id SAA02509; Sun, 9 Jul 2000 18:49:29 +0100 (BST) (envelope-from mark) Date: Sun, 9 Jul 2000 18:49:29 +0100 From: Mark Ovens To: cjclark@alum.mit.edu Cc: David Banning , questions@freebsd.org Subject: Re: question about makefiles Message-ID: <20000709184929.B233@parish> References: <3954FC28.65C7DD21@yahoo.com> <20000624192639.G233@parish> <20000624130808.B256@dialin-client.earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000624130808.B256@dialin-client.earthlink.net>; from cristjc@earthlink.net on Sat, Jun 24, 2000 at 01:08:09PM -0700 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jun 24, 2000 at 01:08:09PM -0700, Crist J. Clark wrote: > On Sat, Jun 24, 2000 at 07:26:39PM +0100, Mark Ovens wrote: > > On Sat, Jun 24, 2000 at 02:21:28PM -0400, David Banning wrote: > > > > > > I have a general question about Makefiles. > > > > > > I see Makefile variables defined near the beginning of the file, > > > however > > > some variables used are seemingly not defined. > > > > > > a simple Makefile line says; > > > > > > @${PATCH} -s ${PREFIX}/Office51/bin/setup ${FILESDIR}/setup.patch > > > > > > PATCH, PREFIX and FILESDIR all are used, but not defined in Makefile. > > > > > > So where do they get defined? > > > > > > > /etc/make.conf and, for ports, /usr/ports/Mk/bsd.port.mk > > Don't forget, > > /usr/share/mk/sys.mk > /etc/defaults/make.conf > /etc/make.conf.local > /usr/share/mk/bsd.own.mk > /etc/objformat > > How it works (I believe) is that /usr/share/mk/sys.mk is sourced > initially for all make(1)s. If you look at that file, it is the > one including, > > /etc/defaults/make.conf > /etc/make.conf > /etc/make.conf.local > /usr/share/mk/bsd.own.mk > Sorry to drag up an old thread but, based on the info above, I created /etc/make.conf.local to stick a load of personal settings in. On running make(1) to build the docs I got: parish# make DESTDIR=/usr/local/www/data "/usr/share/mk/sys.mk", line 248: Error, original /etc/make.conf should be moved to the /etc/defaults/ directory and /etc/make.conf.local should be renamed to /etc/make.conf. The lines in /usr/share/mk/sys.mk that produced this are: .if exists(/etc/make.conf.local) .error Error, original /etc/make.conf should be moved to the /etc/defaults/ directory and /etc/make.conf.local should be renamed to /etc/make.conf. .include .endif Looking in /usr/src/etc it appears that make.conf now works like /etc/rc.conf, i.e. the base file (the one that shouldn't be edited) is in /etc/defaults and your local mods go in /etc/{rc,make}.conf. > And that last one in turn also sucks up, > > /etc/objformat > > Now for ports, you will notice that the Makefiles have .include's of > their own which end up getting the files in /usr/ports/Mk as Mark > pointed out. > > It all makes perfect sense... eventually. > -- > Crist J. Clark cjclark@alum.mit.edu > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- If I buy a copy of WinDelete, and it doesn't delete Windows, am I entitled to my money back? ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 10:55:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from server.baldwin.cx (server.geekhouse.net [64.81.6.52]) by hub.freebsd.org (Postfix) with ESMTP id B045737B569; Sun, 9 Jul 2000 10:55:21 -0700 (PDT) (envelope-from john@baldwin.cx) Received: from john.baldwin.cx (root@john.baldwin.cx [192.168.1.18]) by server.baldwin.cx (8.9.3/8.9.3) with ESMTP id KAA15310; Sun, 9 Jul 2000 10:55:20 -0700 (PDT) (envelope-from john@baldwin.cx) Received: (from john@localhost) by john.baldwin.cx (8.9.3/8.9.3) id KAA75814; Sun, 9 Jul 2000 10:56:56 -0700 (PDT) (envelope-from john) Message-Id: <200007091756.KAA75814@john.baldwin.cx> X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <14694.16229.197155.992592@hip186.ch.intel.com> Date: Sun, 09 Jul 2000 10:56:55 -0700 (PDT) From: John Baldwin To: John Reynolds~ Subject: RE: ad4: READ command timeout -- how to debug this? Cc: questions@FreeBSD.ORG, sos@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [ cc'ing Søren who wrote ata in case he can use the drive model in a bad drives list ] On 07-Jul-00 John Reynolds~ wrote: > > Hello all, > > I've recently built up a dual celeron (533) machine (Abit BP6) to serve as a > new firewall/gateway/server/etc. machine for my home network. I thought the > machine was rock stable but I've been running into periodic freezes--one of > which I finally saw something on the console (as there were never any messages > in the syslog--and no "panic" messages). > > I was building world this morning (with -j8--which I'd done the day I upgraded > from 4.0-R to 4.0-STABLE) and in the middle the machine locked hard and I saw > this on the console: > > ad4: READ command timeout - resetting > ata2: resetting devices.. > > and that's it--the HDD light was "on" continuously but the machine was just > toast. A hard reset and manual fsck (because things were pretty well hosed) > got it running back again, but I'm at a loss for how to debug this. > > dmesg shows: > > atapci1: port 0xe000-0xe0ff,0xdc00-0xdc03,0x > d800-0xd807 irq 18 at device 19.0 on pci0 > ata2: at 0xd800 on atapci1 > atapci2: port 0xec00-0xecff,0xe800-0xe803,0x > e400-0xe407 irq 18 at device 19.1 on pci0 > ad4: 9765MB [19841/16/63] at ata2-master using UDMA66 > > Are these messages (not the dmesg output) indicative of a hardware problem? > Bad cabling? Cosmic rays? Your hard drive has issues. It needs to run in PIO mode rather than DMA mode. You can do this with the hw.atamodes sysctl. For example, my maxtor drive is ad2 in my system, so I have this in my /etc/sysctl.conf: > cat /etc/sysctl.conf hw.atamodes=dma,---,pio,--- Type 'sysctl hw.atamodes' to see what the current value is, and change the 5th entry (corresponding to ad4) from "dma" to "pio". Then create an /etc/sysctl.conf with the new setting. Note that your performance is going to go way down after this, but that is the price of buying Maxtor it seems. :( -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - 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 Jul 9 11: 7:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from server.baldwin.cx (server.geekhouse.net [64.81.6.52]) by hub.freebsd.org (Postfix) with ESMTP id E824837B569 for ; Sun, 9 Jul 2000 11:07:43 -0700 (PDT) (envelope-from john@baldwin.cx) Received: from john.baldwin.cx (root@john.baldwin.cx [192.168.1.18]) by server.baldwin.cx (8.9.3/8.9.3) with ESMTP id LAA15353; Sun, 9 Jul 2000 11:07:42 -0700 (PDT) (envelope-from john@baldwin.cx) Received: (from john@localhost) by john.baldwin.cx (8.9.3/8.9.3) id LAA75833; Sun, 9 Jul 2000 11:09:18 -0700 (PDT) (envelope-from john) Message-Id: <200007091809.LAA75833@john.baldwin.cx> X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <4.3.0.20000707143739.02155eb8@mail.cpl.net> Date: Sun, 09 Jul 2000 11:09:18 -0700 (PDT) From: John Baldwin To: Shawn Ramsey Subject: RE: fdisk Cc: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 07-Jul-00 Shawn Ramsey wrote: > I just fdisked a FreeBSD partition in DOS fdisk. I havent done anything > else since. Is there a snowballs chance in hell that Norton (or something > else) can recover this? depends on what you did. If you haven't formatted the disk, you just need to change the partition's FS type to '165' decimal, or 'a5' hex. That's also assuming you didn't change the size of the partition. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - 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 Jul 9 11:20:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from soup.thpoon.com (cr103675-a.bloor1.on.wave.home.com [24.114.152.71]) by hub.freebsd.org (Postfix) with SMTP id 9066937B976 for ; Sun, 9 Jul 2000 11:20:48 -0700 (PDT) (envelope-from antipode@thpoon.com) Received: (qmail 779 invoked from network); 9 Jul 2000 18:20:44 -0000 Received: from unknown (HELO tea.thpoon.com) (mail@192.168.1.2) by cr103675-a.bloor1.on.wave.home.com with SMTP; 9 Jul 2000 18:20:44 -0000 Received: from antipode by tea.thpoon.com with local (Exim 3.12 #1 (Debian)) id 13BLh6-0007yg-00 for ; Sun, 09 Jul 2000 14:20:44 -0400 To: freebsd-questions@FreeBSD.ORG Subject: Automatic reboot out of the blue. From: Arcady Genkin X-Face: 0=A/O5-+sE[Tf%X>rYr?Y5LD4,:^'jaJ!4jC&UR*ZrrK2>^`g22Qeb]!:d;}2YJ|Hq"LHdF OX`jWX|AT-WVFQ(TPhFVak)0nt$aEdlOq=1~D,:\z5QlVOrZ2(H,mKg=Xr|'VlHA="r Mail-Copies-To: never Date: 09 Jul 2000 14:20:43 -0400 Message-ID: <87lmzb2mis.fsf@tea.thpoon.com> Lines: 13 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Capitol Reef) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG After 72 days of uptime my computer running 4.0 just rebooted by itself. I could not find anything of value in messages, so I have no idea why this happened. Any suggestions how I could find the cause of that? The computer is a P166 with 32M of RAM. After the reboot everything seems to function properly. Thanks! -- Arcady Genkin Thanks God I'm still an atheist! -- Luis Bunuel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 11:52:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta03-svc.ntlworld.com (mta03-svc.ntlworld.com [62.253.162.43]) by hub.freebsd.org (Postfix) with ESMTP id F298337B914 for ; Sun, 9 Jul 2000 11:52:50 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from parish.my.domain ([62.253.91.52]) by mta03-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000709185248.RDFI16423.mta03-svc.ntlworld.com@parish.my.domain> for ; Sun, 9 Jul 2000 19:52:48 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id TAA07601 for questions@freebsd.org; Sun, 9 Jul 2000 19:52:21 +0100 (BST) (envelope-from mark) Date: Sun, 9 Jul 2000 19:52:20 +0100 From: Mark Ovens To: questions@freebsd.org Subject: Question about the use of ssh-agent(1) Message-ID: <20000709195220.C233@parish> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've read the manpages for ssh-agent(1) and ssh-add(1) but require clarification on a couple of points. Is adding: eval `ssh-agent` ssh-add to ~/.login {a,the} correct way to start it? If I login (as the same user) on more than one ttyv do I need to run an ssh-agent on each login? If not, should the commands in ~/.login be: if (! $SSH_AGENT_PID ) then eval `ssh-agent` ssh-add fi TIA -- If I buy a copy of WinDelete, and it doesn't delete Windows, am I entitled to my money back? ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 12: 0:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-out.tiscalinet.be (smtp-out.tiscalinet.be [212.35.2.51]) by hub.freebsd.org (Postfix) with ESMTP id B906737B56E for ; Sun, 9 Jul 2000 12:00:39 -0700 (PDT) (envelope-from patrick@freegates.be) Received: from ppp-13-188.tiscalinet.be ([212.35.13.189] helo=pfoubert) by smtp-out.tiscalinet.be with smtp (Exim on FreeGates) id 13BMJf-0002QF-00 for ; Sun, 09 Jul 2000 21:00:36 +0200 Message-ID: <000801bfe9d8$5cb421e0$0101a8c0@pfoubert> From: "Patrick" To: Subject: need help for IPFW advanced use Date: Sun, 9 Jul 2000 21:03:21 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BFE9E9.1D2307B0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG C'est un message de format MIME en plusieurs parties. ------=_NextPart_000_0005_01BFE9E9.1D2307B0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, With this new version (4.0) of freebsd, you introduce the availability = to limit the bandwidth use by using ipfw command . I make a new installation, with 2 network cards, enable the gateway and = testing it over two differents networks: it's run. I enable IP Firewall as "OPEN" mode, it's ok But when I try the command IPFW PIPE SHOW, I get an error: IPFW: getsockopt (ip_dummy_get): protocol not available When I try to add a rule as: IPFW ADD PIPE 1 IP FROM ANY TO ANY OUT (as man pages), i get an error: IP_FW_CTL: Invalid command IPFW: getsockopt(ip_fw_add): protocol not available I not see a "valable" reason to have problems with ipfw but ... If you have a idea or if kernel need to be recompiled with specific = values or modules, please let's me know and the procedure to make it ! Thanks Patrick Foubert Servers Manager ------=_NextPart_000_0005_01BFE9E9.1D2307B0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
 
With this new version (4.0) of freebsd, you = introduce the=20 availability to limit the bandwidth use by using ipfw command = .
 
I make a new installation, with 2 network cards, = enable the=20 gateway and testing it over two differents networks: it's = run.
 
I enable IP Firewall as "OPEN" mode, it's = ok
 
But when I try the command
 
IPFW PIPE SHOW, I get an error:
 
IPFW: getsockopt (ip_dummy_get): protocol not=20 available
 
When I try to add a rule as:
 
IPFW ADD PIPE 1 IP FROM ANY TO ANY OUT (as man = pages), i get=20 an error:
 
IP_FW_CTL: Invalid command
IPFW: getsockopt(ip_fw_add): protocol not=20 available
 
I not see a "valable" reason to have problems with = ipfw but=20 ...
 
If you have a idea or if kernel need to be = recompiled with=20 specific values or modules, please let's me know and the procedure to = make it=20 !
 
Thanks
 
Patrick Foubert
Servers Manager
 
------=_NextPart_000_0005_01BFE9E9.1D2307B0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 12: 2:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from durango.picus.com (durango.picus.com [209.100.20.19]) by hub.freebsd.org (Postfix) with ESMTP id 12C1837B56E for ; Sun, 9 Jul 2000 12:02:44 -0700 (PDT) (envelope-from troy@picus.com) Received: from arcadia [209.100.20.198] by durango.picus.com (SMTPD32-5.05) id ABC211290096; Sun, 09 Jul 2000 15:00:18 -0400 Reply-To: From: "Troy Settle" To: "Danny" , "J Peltier" , Subject: RE: Apache on BSD SQL on NT Date: Sun, 9 Jul 2000 15:01:57 -0400 Message-ID: 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 IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal In-Reply-To: <00070515024005.00335@dannyh.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG After installing the apache13 port, install the mod_php3 port (I don't know about php4 yet). When you do a make on the mod_php3 port, you'll be presented with a dialog asking what options you wnat support for. One of those options is Sybase-CT. Select it and whatever other options you want, and let the build proceed (the port will pull in freetds as a dependancy). Once completed, review the documentation for FreeTDS. You'll need to make sure you have the following: 1. Proper entry in your interfaces file, located somewhere under /usr/local/etc/ 2. SYBASE environment variable needs to be set to '/usr/local' before running Apache. I do this in the apachectl script so that it's set every time I stop/start apache manually. Once done, you should be able to access your SQL7 server without issue. I've done it, and it works well enough. Sorry the details here are sketchy, but the whole setup is on a vmware system that I don't have ready access to (need to license it). G'luck, -- Troy Settle Network Analyst Picus Communications 540.633.6327 It's always a long day... 86400 doesn't fit into a short ** -----Original Message----- ** From: owner-freebsd-questions@FreeBSD.ORG ** [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Danny ** Sent: Wednesday, July 05, 2000 1:01 AM ** To: J Peltier; freebsd-questions@FreeBSD.ORG ** Subject: Re: Apache on BSD SQL on NT ** ** ** ** I believe you can't do that. ** Why not get your client to use mysql or postesql ? ** ** You should check out the php3 web site www.php.net web site for ** more details. ** ** ** On Wed, 05 Jul 2000, J Peltier wrote: ** > >%_I know this prolly isn't the right place to ask but is it ** possible for a BSD machine running apache and php to access a ** MS-SQL database? If so how? ** > ** > ** > ** ** ---------------------------------------- ** Content-Type: text/html; name="unnamed" ** Content-Transfer-Encoding: quoted-printable ** Content-Description: ** ---------------------------------------- ** ** -- ** ** ---------------------------------------------------------------- ** You are not authorized to use my email address for any purpose. ** This is a violation of my privacy. Remove my email ** address from your databases immediately. ** ---------------------------------------------------------------- ** ** ** 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 Jul 9 12: 4:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from vicosa.dpi.ufv.br (vicosa.dpi.ufv.br [200.17.74.1]) by hub.freebsd.org (Postfix) with ESMTP id CEED137B56E for ; Sun, 9 Jul 2000 12:04:41 -0700 (PDT) (envelope-from kernel@tdnet.com.br) Received: from tdnet.com.br (port58.tdnet.com.br [200.236.148.158]) by vicosa.dpi.ufv.br (AIX4.2/UCB 8.7/8.7) with ESMTP id QAA25270; Sun, 9 Jul 2000 16:03:22 -0200 (GRNLNDDT) Message-ID: <3968A244.8315CEB9@tdnet.com.br> Date: Sun, 09 Jul 2000 16:03:16 +0000 From: Gustavo Vieira Goncalves Coelho Rios X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Patrick , questions@freebsd.org Subject: Re: need help for IPFW advanced use References: <000801bfe9d8$5cb421e0$0101a8c0@pfoubert> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Patrick wrote: > > Hello, > > With this new version (4.0) of freebsd, you introduce the availability > to limit the bandwidth use by using ipfw command . > > I make a new installation, with 2 network cards, enable the gateway > and testing it over two differents networks: it's run. > > I enable IP Firewall as "OPEN" mode, it's ok > > But when I try the command > > IPFW PIPE SHOW, I get an error: > > IPFW: getsockopt (ip_dummy_get): protocol not available > > When I try to add a rule as: > > IPFW ADD PIPE 1 IP FROM ANY TO ANY OUT (as man pages), i get an error: > > IP_FW_CTL: Invalid command > IPFW: getsockopt(ip_fw_add): protocol not available > > I not see a "valable" reason to have problems with ipfw but ... > > If you have a idea or if kernel need to be recompiled with specific > values or modules, please let's me know and the procedure to make it ! > > Thanks > > Patrick Foubert > Servers Manager > Please, DON'T send html message to the mailing list! Do you have a kernel that support ipfirewall ? 1) man ipfirewall 2) vi /sys/i386/conf/LINT (look for IPFIREWALL options) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 12: 8: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from otonabee.pixelhammer.com (sense-nbd95-64.oz.net [216.39.165.64]) by hub.freebsd.org (Postfix) with ESMTP id 83A7937B56E for ; Sun, 9 Jul 2000 12:08:02 -0700 (PDT) (envelope-from dave@pixelhammer.com) Received: from redbird (redbird.pixelhammer.com [192.168.0.2]) by otonabee.pixelhammer.com (8.9.3/8.9.3) with SMTP id MAA56226; Sun, 9 Jul 2000 12:21:42 -0700 (PDT) From: DAve Reply-To: dave@pixelhammer.com To: dbjames@bga.com Subject: Re: Unable to access SAMBA shares via WIN NT Date: Sun, 9 Jul 2000 12:03:19 -0700 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain References: <00070815542206.00341@dannyh.freebsd.org> <3968714E.24300.20A658@localhost> In-Reply-To: <3968714E.24300.20A658@localhost> Cc: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Message-Id: <00070912202400.04816@redbird> Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 09 Jul 2000, you wrote: > Hi Dave, >=20 > =09I haven't been able to get SWAT to work in spite of entering the=20 > correct lines in /etc/inetd.conf and /etc/services. >=20 Here is my line from inetd.conf; swat stream tcp nowait root /usr/local/samba/bin/swat swat To access it I use http://mymachine:901/ and use 'user root' 'pass rootpassword' to access it.=20 Do you have swat installed? did you use a package? (I used sources) do a 'locate swat' and make certain that your inetd line points to the swat executable. Then make sure you do 'killall -HUP inetd' before you try to access swat, this will make sure your inetd rereads the inetd.conf file. > My smb.conf file looks like this: >=20 > [global] > encrypt passwords =3D yes If you have setup NT to use plain text passwords, then I would think this is wrong. smbpassword will make an encrypted password (I believe). I would not try to get NT to use plain text, I've had no problems getting Samba to talk with NT and 98 without making any changes to the windows side of the house.=20 Try setting NT up as normal, and then work the Samba side to get a connection, sounds like your nearly there already. I'd get SWAT up, once your there the Samba manual is at your fingertips and you can make changes, restart smb, see your changes take effect. You can certainly get going from there. =20 >=20 > Don James > Austin, Texas Ahhhh ... How's the Republic today? I'm a long way from home and missing Texas sunsets. DAve Sorry if this sounds simplistic, I've no clue how much FBSD you know, you likely know more than me ;^) --=20 "My center is giving way,=20 my right is pushed back;=20 situation excellent,=20 I am attacking." =0D=20 Ferdinand Foch at the Second Battle of the Marne (1918) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 12:10:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 6EA0E37B56E for ; Sun, 9 Jul 2000 12:10:22 -0700 (PDT) (envelope-from pherman@frenchfries.net) Received: from bagabeedaboo.security.at12.de (dial-194-8-196-115.netcologne.de [194.8.196.115]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id VAA04371; Sun, 9 Jul 2000 21:10:19 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.10.2/8.10.2) with ESMTP id e69J1q403120; Sun, 9 Jul 2000 21:01:52 +0200 (CEST) Date: Sun, 9 Jul 2000 21:01:51 +0200 (CEST) From: Paul Herman To: Matt Bedynek Cc: freebsd-questions@FreeBSD.ORG Subject: Re: UCD-SNMP and MRTG 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, 8 Jul 2000, Matt Bedynek wrote: > Can someone please please help me with MRTG and SNMP? > > My graphs are blank. > [...] > I am tring to make MRTG read info from the interface XL0 or the Enternet > adapter. I don't have a config on hand, but a good place to start debuging is with snmpget or snmpwalk. Gotta walk before you run (Sorry, couldn't resist :) At least then you can determine if SNMP is working (including retrieving private info.) A common error is a wrong SNMP community setting. -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 12:10:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 96B8237BB6B for ; Sun, 9 Jul 2000 12:10:24 -0700 (PDT) (envelope-from pherman@frenchfries.net) Received: from bagabeedaboo.security.at12.de (dial-194-8-196-115.netcologne.de [194.8.196.115]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id VAA04378; Sun, 9 Jul 2000 21:10:22 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.10.2/8.10.2) with ESMTP id e69J7V903125; Sun, 9 Jul 2000 21:07:31 +0200 (CEST) Date: Sun, 9 Jul 2000 21:07:31 +0200 (CEST) From: Paul Herman To: "David J. Kanter" Cc: FreeBSD questions Subject: Re: Softupdates question In-Reply-To: <20000709005612.A89313@localhost.localdomain> Message-ID: 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, 9 Jul 2000, David J. Kanter wrote: > I'm upgrading to 4.0 and the softupdates option looks particularly > attractive. I'd like to use it because of power outages. > > My question is: Which filesystem(s) should softupdate be applied > to? All of them? Or, are some better than others? What about the > root filesystem? This is really just a question of taste. I think softupdates are stable enough to use for production filesystems. I have my / filesystem mounted 'sync' (paranoid, not much IO anyway) and the rest with softupdates. I have been very happy with it. > If so, is it possible to umount all filesystems and run the tunefs > program? Yep. Best done in single-user. :) In order to tunefs the root filesystem, it should be read-only mounted. -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 12:10:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from durango.picus.com (durango.picus.com [209.100.20.19]) by hub.freebsd.org (Postfix) with ESMTP id 4735C37BDA1 for ; Sun, 9 Jul 2000 12:10:33 -0700 (PDT) (envelope-from troy@picus.com) Received: from arcadia [209.100.20.198] by durango.picus.com (SMTPD32-5.05) id AD9911470096; Sun, 09 Jul 2000 15:08:09 -0400 Reply-To: From: "Troy Settle" To: "Jim Durham" , "Damon Hammis" Cc: "FreeBSD Questions" Subject: RE: Apache+PHP3 build problems Date: Sun, 9 Jul 2000 15:09:48 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal In-Reply-To: <3962210D.9A12DE2B@w2xo.pgh.pa.us> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG PHP's default support for IMAP is rather crippled on FreeBSD boxes since I first tried to use it (3.2-RELEASE?). I've mentioned this, and gave examples to the person (Rasmus) who maintains the IMAP support in PHP, but he doesn't see it (presumably because he uses the build directory for IMAP instead of the installed libs/headers). What I've found works, is the php port (apache13-php or apache13 + mod_php3 ports). This has always been flawless, except the one time I tried to get IMAP working under mod_php4 (it just didn't work, and the port had other functionality missing, so I stick with 3.0.16 for now). For the ports, you need to get the ports collection. See /usr/share/examples/cvsup/ports-supfile (or some such) for details. You will need to install the cvsup-bin package (on the CDROM) in order to complete the process. Once you have the ports collection installed, you can simply do this for installing everything you need: cd /usr/ports/www/apache13 && make install clean cd /usr/ports/www/mod_php3 && make install clean Those 2 lines are all you need. Everything you could want for PHP3 will be brought in as a dependancy. Hope this helps, -- Troy Settle Network Analyst Picus Communications 540.633.6327 It's always a long day... 86400 doesn't fit into a short ** -----Original Message----- ** From: owner-freebsd-questions@FreeBSD.ORG ** [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Jim Durham ** Sent: Tuesday, July 04, 2000 1:38 PM ** To: Damon Hammis ** Cc: FreeBSD Questions ** Subject: Re: Apache+PHP3 build problems ** ** ** Damon Hammis wrote: ** > ** > I recently tried doing an install of Apache with PHP and IMAP ** support and ** > here's what I discovered. ** > ** > First, PHP4 wouldn't work at all. ** > ** > Second, trying to compile everything on my own was a major ** pain in the butt ** > and also didn't work properly. ** > ** > I wound up using the apache13-php port to install the module for php, ** > figuring that I could build IMAP later on. When I did the ** install I was ** > given a menu asking me which modules I wanted to install into ** apache, php ** > and imap included. I selected those options and it did the ** > rest. Everything works great and I run Horde's IMP web mail ** program on it ** > without fail. ** > ** > Hope this helps. ** > ** > --Damon ** ** What version of FreeBSD are you using? This particular box is ** 3.3-RELEASE. ** It's the main server for my company, and I hadn't planned on doing an ** upgrade, as it's working just fine. There is no "apache13-php" port ** on the 3.3 CD. The system here at home is 3.4. There *is* a port there, ** which I tarred up and moved to the 3.3 box. It bombs out doing the ** patches. I looked at the current ports collection, and there is no ** apache-php3 there. ** ** BTW, how do you like IMP? I was going to try TWIG. I am now using ** Neomail, but thought that TWIG might be worth a try. That's why I ** need the IMAP support. ** -- ** Jim Durham ** ** ** 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 Jul 9 12:11:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns.internet.dk (ns.internet.dk [194.19.140.1]) by hub.freebsd.org (Postfix) with ESMTP id D67A437BC86; Sun, 9 Jul 2000 12:11:28 -0700 (PDT) (envelope-from leifn@neland.dk) Received: (from uucp@localhost) by ns.internet.dk (8.9.3/8.9.3) with UUCP id VAA50519; Sun, 9 Jul 2000 21:11:11 +0200 (CEST) (envelope-from leifn@neland.dk) Received: from gina (gina.neland.dk [192.168.0.14]) by arnold.neland.dk (8.9.3/8.9.3) with SMTP id UAA86865; Sun, 9 Jul 2000 20:39:18 +0200 (CEST) (envelope-from leifn@neland.dk) Message-ID: <012701bfe9d4$fe322160$0e00a8c0@neland.dk> Reply-To: "Leif Neland" From: "Leif Neland" To: "Josh Paetzel" , "Robert Small" , , References: <002401bfe936$a1e7ebe0$06a481d0@inu.net> <00b001b42883$21414b00$33cefea9@josh> Subject: Virus alert, was: Re: SCSI Question Date: Sun, 9 Jul 2000 20:36:45 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG These messages are infected with the kak virus. See http://www.cai.com/virusinfo/encyclopedia/descriptions/wscript.htm ----- Original Message ----- From: Josh Paetzel To: Robert Small ; freebsd-questions@FreeBSD.ORG ; freebsd-current@FreeBSD.ORG Sent: Sunday, January 14, 1990 6:02 AM Subject: Re: SCSI Question ----- Original Message ----- From: Robert Small To: freebsd-questions@FreeBSD.ORG ; freebsd-current@FreeBSD.ORG Sent: Saturday, July 08, 2000 5:45 PM Subject: SCSI Question Damon Hammis wrote: > The jumpers are set wrong on the card. I had the exact same problem with > an aha-1542 and aha-1540 card recently. The docs on the jumpers that you > can get on Adaptec's site are kind of cryptic, but the card will work once > you get the jumpers placed correctly. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 12:29:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 1C68537BD98 for ; Sun, 9 Jul 2000 12:29:36 -0700 (PDT) (envelope-from pherman@frenchfries.net) Received: from bagabeedaboo.security.at12.de (dial-194-8-209-62.netcologne.de [194.8.209.62]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id VAA06400; Sun, 9 Jul 2000 21:29:33 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.10.2/8.10.2) with ESMTP id e69JStf03378; Sun, 9 Jul 2000 21:28:55 +0200 (CEST) Date: Sun, 9 Jul 2000 21:28:55 +0200 (CEST) From: Paul Herman To: David@SkytrackerCanada.com Cc: questions@FreeBSD.ORG Subject: Re: where are xterm variables set? In-Reply-To: <39681451.B815CB21@www3.pacific-pages.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, 9 Jul 2000, David Banning wrote: > when I go into X - I notice variables like TERM and TERMCAP have > changed. > > Where are they set? In xterm(1). From the manpage: .......Termcap(5) entries that work with xterm include ``xterm,'' ``vt102,'' ``vt100'' and ``ansi,'' and xterm automatically searches the termcap file in this order for these entries and then sets the ``TERM'' and the ``TERM- CAP'' environment variables. You may also use ``vt220,'' but must set the terminal emulation level with the decTer- minalID resource. You can change the TERM variable with the '-tn' option. -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 12:39:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from djl01.djl.co.uk (djl01.djl.co.uk [195.58.135.195]) by hub.freebsd.org (Postfix) with ESMTP id 98AC337B51F; Sun, 9 Jul 2000 12:39:25 -0700 (PDT) (envelope-from David.Larkin@djl.co.uk) Received: from DJL.co.uk (djl02.djl.co.uk [195.58.135.196]) by djl01.djl.co.uk (8.9.2/8.9.2) with ESMTP id UAA02181; Sun, 9 Jul 2000 20:39:24 +0100 (BST) Message-ID: <3968C77C.98F55720@DJL.co.uk> Date: Sun, 09 Jul 2000 19:42:04 +0100 From: David Larkin Organization: DJL Software Consultancy Ltd X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 2.2.5-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org, security@freebsd.org Subject: Re: apache mod_ssl freebsd tutorial References: <39689688.6FC8D8A8@DJL.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hi, > Anybody aware of a tutorial / primer for > installation & configuration of apache & mod_ssl ? > > I've found the port, and the mod_ssl user manual > but was looking around for some reading material. > > Thanks > Dave OK , I've managed to install the port OK, I now get an encouraging page which tells me Hey, it worked ! The SSL/TLS-aware Apache webserver was successfully installed on this website. As a newcomer to the world of secure servers, I'm not too sure what to do next. Where do I look to find out how to say 'hello world' over https ? The mod_ssl appears very comprehensive from a reference perspective, but is their any 'getting started' material out there ? either online, or at the the local bookstore ? Thanks Again Dave PS : Could you CC me directly on replies I'm not a member of list PPS : I'm in UK if that matters To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 12:44:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from darius.concentric.net (darius.concentric.net [207.155.198.79]) by hub.freebsd.org (Postfix) with ESMTP id 036BA37B51F for ; Sun, 9 Jul 2000 12:44:15 -0700 (PDT) (envelope-from statik@cris.com) Received: from newman.concentric.net (newman.concentric.net [207.155.198.71]) by darius.concentric.net (8.9.1a/(98/12/15 5.12)) id PAA17286; Sun, 9 Jul 2000 15:44:13 -0400 (EDT) [1-800-745-2747 The Concentric Network] Received: from carl.cris.com (ts007d22.phx-az.concentric.net [208.176.169.82]) by newman.concentric.net (8.9.1a) id PAA15458; Sun, 9 Jul 2000 15:44:11 -0400 (EDT) Message-Id: <4.3.1.1.20000709123847.00b3cad0@pop3.concentric.net> X-Sender: statik@pop3.concentric.net X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Mon, 10 Jul 2000 12:39:54 -0700 To: questions@freebsd.org From: carl Subject: tun0 and gateway! Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i just today setup my gateway comp and now i can share ppp connectiion between 2 freebsd 4.0r computers!!!! exciting stuff, unfortunetly my ppp consistantly dies!!!!!! below is my ppp.conf file ################################################################# # PPP Sample Configuration File # Originally written by Toshiharu OHNO # Simplified 5/14/1999 by wself@cdrom.com # # $FreeBSD: src/etc/ppp/ppp.conf,v 1.2 1999/08/27 23:24:08 peter Exp $ ################################################################# default: # Make sure that "device" references the correct serial port # for your modem. (cuaa0 = COM1, cuaa1 = COM2) # set device /dev/cuaa1 accept pap set log Phase Chat LCP IPCP CCP tun command set speed 115200 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATM0L0 OK \\dATDT\\T TIMEOUT 40 CONNECT" set timeout 0 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 add default HISADDR enable dns cnc: # # edit the next three lines and replace the items in caps with # the values which have been assigned by your ISP. # set phone 111111131231 set authname myusername set authkey mypassword my isp using pap, the nameserver is in place at /etc/resolv.conf..i think there could be a confiict with my other computer or its causing some type of confusion. by the way..my gateway computer nic card is assinged to 10.0.0.1 and the other comp is 10.0.0.2. ..i can connect fine for a few minutes with both machines. and suddenly i can't ping anything! ( from both comps). i set the timeout to 0 in both the ppp prompt and in the ppp.conf...i have also tried kppp which has worked fine but i can't get alias working with it. here is the firtst couple lines of ifconfig rl0 of my gateway: inet 10.0.0.1 netmask 0xffffff00 br[adcast 10.0.0.255 inet6 fe80::220:afff:fed8:d6d3%rl0 prefixlen 64 scopdeid 0x1 first line of my other machine's ifconfig ep0 inet 10.0.0.2 netmask 0xffffffffff0 broadcast 10.0.0.255 id really appreicate it if anyone could help me with this!!!! thanks!!! carl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 12:51:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 3456A37BE8A for ; Sun, 9 Jul 2000 12:51:44 -0700 (PDT) (envelope-from pherman@frenchfries.net) Received: from bagabeedaboo.security.at12.de (dial-194-8-196-65.netcologne.de [194.8.196.65]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id VAA08720; Sun, 9 Jul 2000 21:51:39 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.10.2/8.10.2) with ESMTP id e69JpS103469; Sun, 9 Jul 2000 21:51:28 +0200 (CEST) Date: Sun, 9 Jul 2000 21:51:28 +0200 (CEST) From: Paul Herman To: Mark Ovens Cc: questions@FreeBSD.ORG Subject: Re: Question about the use of ssh-agent(1) In-Reply-To: <20000709195220.C233@parish> Message-ID: 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, 9 Jul 2000, Mark Ovens wrote: > I've read the manpages for ssh-agent(1) and ssh-add(1) but require > clarification on a couple of points. > > Is adding: > > eval `ssh-agent` > ssh-add > > to ~/.login {a,the} correct way to start it? Looks good. Don't forget "ssh-agent -k" in ~/.logout. > If I login (as the same user) on more than one ttyv do I need to run > an ssh-agent on each login? > > If not, should the commands in ~/.login be: > > if (! $SSH_AGENT_PID ) then > eval `ssh-agent` > ssh-add > fi This would be a good idea anyway in case a login shell gets evoked somehow from your shell (xterms do this a lot) but it won't help you when login in on a separate ttyv. :( A trick way to do this would be to do something like (sorry for Bourne notation): if [ "x$SSH_AGENT_PID" = "x" ]; then if [ -r ~/.ssh-env ] then eval < ~/.ssh-env else "eval `ssh-agent` > ~/.ssh-env" fi fi in ~/.login, and remove ~/.ssh-env in ~/.logout. The only problem is, it must only be removed on the *last* logout. This can be done, but I don't see an easy way. This is left as an exercise for the reader. :) Short answer: as far as I know, not so easy with multiple logins, unless you just have multiple agents (or empty password...) -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 12:58:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id EE2D237B6A4 for ; Sun, 9 Jul 2000 12:58:52 -0700 (PDT) (envelope-from pherman@frenchfries.net) Received: from bagabeedaboo.security.at12.de (dial-194-8-195-153.netcologne.de [194.8.195.153]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id VAA09438; Sun, 9 Jul 2000 21:58:50 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.10.2/8.10.2) with ESMTP id e69Jwh303512; Sun, 9 Jul 2000 21:58:43 +0200 (CEST) Date: Sun, 9 Jul 2000 21:58:43 +0200 (CEST) From: Paul Herman To: Mark Ovens Cc: questions@FreeBSD.ORG Subject: Re: Question about the use of ssh-agent(1) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 9 Jul 2000, Paul Herman wrote: > if [ "x$SSH_AGENT_PID" = "x" ]; then > if [ -r ~/.ssh-env ] > then eval < ~/.ssh-env > else "eval `ssh-agent` > ~/.ssh-env" > fi > fi Oops! Sent out to fast. "ssh-add" should be added to the "else". :) -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 13: 6:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id C405B37B6A4 for ; Sun, 9 Jul 2000 13:06:31 -0700 (PDT) (envelope-from pherman@frenchfries.net) Received: from bagabeedaboo.security.at12.de (dial-195-14-235-87.netcologne.de [195.14.235.87]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id WAA10237; Sun, 9 Jul 2000 22:06:29 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.10.2/8.10.2) with ESMTP id e69K5fo03560; Sun, 9 Jul 2000 22:05:41 +0200 (CEST) Date: Sun, 9 Jul 2000 22:05:41 +0200 (CEST) From: Paul Herman To: carl Cc: questions@FreeBSD.ORG Subject: Re: tun0 and gateway! In-Reply-To: <4.3.1.1.20000709123847.00b3cad0@pop3.concentric.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, 10 Jul 2000, carl wrote: > i just today setup my gateway comp and now i can share ppp connectiion > between 2 freebsd 4.0r computers!!!! exciting stuff, unfortunetly my ppp > consistantly dies!!!!!! below is my ppp.conf file Are you calling ppp with the "-ddial" option? It should ignore any timeout setting, and bring the link back up if it goes down. If the link does indeed go down, what does /var/log/ppp.log say? -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 13:12:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lucifer.ninth-circle.org (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id BD04337B6A4; Sun, 9 Jul 2000 13:12:31 -0700 (PDT) (envelope-from asmodai@lucifer.ninth-circle.org) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.9.3/8.9.3) id WAA39670; Sun, 9 Jul 2000 22:12:20 +0200 (CEST) (envelope-from asmodai) Date: Sun, 9 Jul 2000 22:12:20 +0200 From: Jeroen Ruigrok van der Werven To: Leif Neland Cc: Josh Paetzel , Robert Small , freebsd-questions@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: Virus alert, was: Re: SCSI Question Message-ID: <20000709221220.A39448@lucifer.bart.nl> References: <002401bfe936$a1e7ebe0$06a481d0@inu.net> <00b001b42883$21414b00$33cefea9@josh> <012701bfe9d4$fe322160$0e00a8c0@neland.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <012701bfe9d4$fe322160$0e00a8c0@neland.dk>; from leifn@neland.dk on Sun, Jul 09, 2000 at 08:36:45PM +0200 Organisation: VIA Net.Works The Netherlands Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000709 21:20], Leif Neland (leifn@neland.dk) wrote: >These messages are infected with the kak virus. See >http://www.cai.com/virusinfo/encyclopedia/descriptions/wscript.htm Am I the only one to NOT see this? Both the original postings look normal in mutt whichever way I use to look at them. -- Jeroen Ruigrok van der Werven Network- and systemadministrator VIA Net.Works The Netherlands BSD: Technical excellence at its best http://www.via-net-works.nl ``...by God I *KNOW* what this network is for, and you can't have it.'' -- Russ Albery To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 13:34:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wat-border.sentex.ca (waterloo-hespler.sentex.ca [199.212.135.66]) by hub.freebsd.org (Postfix) with ESMTP id 82C9C37BE8A for ; Sun, 9 Jul 2000 13:34:10 -0700 (PDT) (envelope-from mike@sentex.net) Received: from granite.sentex.net (granite-atm.sentex.ca [209.112.4.1]) by wat-border.sentex.ca (8.9.3/8.9.3) with ESMTP id QAA14578; Sun, 9 Jul 2000 16:34:09 -0400 (EDT) (envelope-from mike@sentex.net) Received: from chimp.simianscience.com (cage.simianscience.com [64.7.134.1]) by granite.sentex.net (8.8.8/8.6.9) with SMTP id QAA17850; Sun, 9 Jul 2000 16:34:09 -0400 (EDT) From: mike@sentex.net (Mike Tancsa) To: mick3@ibm.net (John Michelini) Cc: questions@freebsd.org Subject: Re: Command line question Date: Sun, 09 Jul 2000 20:29:48 GMT Message-ID: <3968e065.632839855@mail.sentex.net> References: In-Reply-To: X-Mailer: Forte Agent .99e/32.227 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 7 Jul 2000 19:52:22 -0400, in sentex.lists.freebsd.questions you wrote: >When I type cd /usr/ports/x11-wm/afterstep and then make I >get: host name lookup failure couldn't fetch it retrieve this port >manually into /usr/ports/distfiles. Why would I get this message and >how would one manually retrieve the port into another directory? The Make file is trying to ftp to a host to get the file. You get that error when your computer cannot find the IP address of the host where the source code resides. Is your computer connected to the net at the time and do you have a valid nameserver in /etc/resolv.conf ? ---Mike Mike Tancsa (mdtancsa@sentex.net) Sentex Communications Corp, Waterloo, Ontario, Canada "Given enough time, 100 monkeys on 100 routers could setup a national IP network." (KDW2) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 13:36:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from durango.picus.com (durango.picus.com [209.100.20.19]) by hub.freebsd.org (Postfix) with ESMTP id 584B237BEB7 for ; Sun, 9 Jul 2000 13:36:41 -0700 (PDT) (envelope-from troy@picus.com) Received: from abyss [209.100.22.250] by durango.picus.com (SMTPD32-5.05) id A17612790096; Sun, 09 Jul 2000 16:32:54 -0400 From: "Troy Settle" To: "Emmanuel Gravel" , Subject: RE: Dual-homed machine, performance problems. Date: Sun, 9 Jul 2000 16:35:10 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal In-Reply-To: <3963F7B4.7D536B01@earthlink.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm not very familiar with 3Com cards at all, but IIRC, the 3c509 is an ISA card, no? Try PCI, as the throughput and CPU load are much more reasonable. That said, my favorite card is the Intel Pro/100 (seems to be a very common favorite among FreeBSD users). I've had boxes with 2 Intel cards that could sustain 750-800Kb/s from one side to the other without issue. I've also had *VERY* good performance going from 100bTX-100bTX networks, but don't have any numbers handy. Hell, I even get good performance with RTL8029 cards (cheap ne2k compatible PCI nics). -- Troy Settle Network Analyst Picus Communications 540.633.6327 ** -----Original Message----- ** From: owner-freebsd-questions@FreeBSD.ORG ** [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of ** Emmanuel Gravel ** Sent: Wednesday, July 05, 2000 11:06 PM ** To: freebsd-questions@freebsd.org ** Subject: Dual-homed machine, performance problems. ** ** ** I have two 3C509b's in my FreeBSD box. One is connected to the ** net, the other to my internal network. When I use the net from ** FreeBSD fairly extensively, I get fairly poor performance for ** transfers between it and other machines in the network (max I've ** seen is 70KB/s) however it often jumps past 140 KB/s when there's ** no traffic on the first NIC. I've got a P90 with 32MB of RAM and ** 64MB swap. I would think I could get rates up to 1MB/s internally ** without a problem (or at least 800KB/s) but I've never seen it go ** past about 150KB/s no matter what. ** ** What could I do to improve network performance, both internally, ** and when using both NIC's? ** ** Thanks! ** ** Emmanuel ** ** ** 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 Jul 9 13:39: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id D094137BF38; Sun, 9 Jul 2000 13:38:52 -0700 (PDT) (envelope-from pherman@frenchfries.net) Received: from bagabeedaboo.security.at12.de (dial-195-14-250-129.netcologne.de [195.14.250.129]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id WAA13883; Sun, 9 Jul 2000 22:38:50 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.10.2/8.10.2) with ESMTP id e69Kcgc03681; Sun, 9 Jul 2000 22:38:42 +0200 (CEST) Date: Sun, 9 Jul 2000 22:38:42 +0200 (CEST) From: Paul Herman To: Jeroen Ruigrok van der Werven Cc: freebsd-questions@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: Virus alert, was: Re: SCSI Question In-Reply-To: <20000709221220.A39448@lucifer.bart.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 9 Jul 2000, Jeroen Ruigrok van der Werven wrote: > -On [20000709 21:20], Leif Neland (leifn@neland.dk) wrote: > >These messages are infected with the kak virus. See > >http://www.cai.com/virusinfo/encyclopedia/descriptions/wscript.htm > > Am I the only one to NOT see this? Probably not. It wasn't in the "Content-Type: text/plain" part of the attachment, just the "text/html" part. -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 13:42:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from darius.concentric.net (darius.concentric.net [207.155.198.79]) by hub.freebsd.org (Postfix) with ESMTP id BB36E37BEE1 for ; Sun, 9 Jul 2000 13:42:09 -0700 (PDT) (envelope-from statik@cris.com) Received: from mcfeely.concentric.net (mcfeely.concentric.net [207.155.198.83]) by darius.concentric.net (8.9.1a/(98/12/15 5.12)) id QAA24055; Sun, 9 Jul 2000 16:42:08 -0400 (EDT) [1-800-745-2747 The Concentric Network] Received: from carl.cris.com (ts017d30.phx-az.concentric.net [208.176.171.90]) by mcfeely.concentric.net (8.9.1a) id QAA27619; Sun, 9 Jul 2000 16:42:06 -0400 (EDT) Message-Id: <4.3.1.1.20000710133253.00b3a850@pop3.concentric.net> X-Sender: statik@pop3.concentric.net X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Mon, 10 Jul 2000 13:37:56 -0700 To: Paul Herman From: carl Subject: Re: tun0 and gateway! Cc: questions@FreeBSD.ORG In-Reply-To: References: <4.3.1.1.20000709123847.00b3cad0@pop3.concentric.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ahhh! i just now tried to use ppp again with ppp -ddial isp and i can't connect at all or even ping with my gateway comp! i tried just manualy dialing at the ppp prompt and the problem persist... here is my a part of my /var/log/ppp.conf file Jul 10 13:10:43 poopcity ppp[238]: tun0: Chat: Send: AT^M Jul 10 13:10:43 poopcity ppp[238]: tun0: Chat: Expect(5): OK Jul 10 13:10:43 poopcity ppp[238]: tun0: Chat: Received: 28800/AAT^M^M Jul 10 13:10:43 poopcity ppp[238]: tun0: Chat: Received: OK^M Jul 10 13:10:43 poopcity ppp[238]: tun0: Chat: Send: ATM0L0^M Jul 10 13:10:43 poopcity ppp[238]: tun0: Chat: Expect(5): OK Jul 10 13:10:43 poopcity ppp[238]: tun0: Chat: Received: ATM0L0^M^M Jul 10 13:10:43 poopcity ppp[238]: tun0: Chat: Received: OK^M Jul 10 13:10:43 poopcity ppp[238]: tun0: Chat: Send: ATDT11111111111^M Jul 10 13:10:45 poopcity ppp[238]: tun0: Chat: Expect(40): CONNECT Jul 10 13:11:04 poopcity ppp[238]: tun0: Chat: Received: ATDT1111111111^M^M Jul 10 13:11:04 poopcity ppp[238]: tun0: Chat: Received: CONNECT 31200/ARQ/V34/LAPM/V42BIS^M Jul 10 13:11:04 poopcity ppp[238]: tun0: Phase: deflink: dial -> carrier Jul 10 13:11:05 poopcity ppp[238]: tun0: Phase: deflink: /dev/cuaa1: CD detected Jul 10 13:11:05 poopcity ppp[238]: tun0: Phase: deflink: carrier -> login Jul 10 13:11:05 poopcity ppp[238]: tun0: Phase: deflink: login -> lcp Jul 10 13:11:05 poopcity ppp[238]: tun0: LCP: FSM: Using "deflink" as a transport Jul 10 13:11:05 poopcity ppp[238]: tun0: LCP: deflink: State change Initial --> Closed Jul 10 13:11:05 poopcity ppp[238]: tun0: LCP: deflink: State change Closed --> Stopped Jul 10 13:11:06 poopcity ppp[238]: tun0: LCP: deflink: LayerStart Jul 10 13:11:06 poopcity ppp[238]: tun0: LCP: deflink: SendConfigReq(5) state = Stopped Jul 10 13:11:06 poopcity ppp[238]: tun0: LCP: ACFCOMP[2] Jul 10 13:11:06 poopcity ppp[238]: tun0: LCP: PROTOCOMP[2] Jul 10 13:11:06 poopcity ppp[238]: tun0: LCP: ACCMAP[6] 0x00000000 Jul 10 13:11:06 poopcity ppp[238]: tun0: LCP: MRU[4] 1500 Jul 10 13:11:06 poopcity ppp[238]: tun0: LCP: MAGICNUM[6] 0x0c822b1c Jul 10 13:11:06 poopcity ppp[238]: tun0: LCP: AUTHPROTO[5] 0xc223 (CHAP 0x05) Jul 10 13:11:06 poopcity ppp[238]: tun0: LCP: deflink: State change Stopped --> Req-Sent Jul 10 13:11:10 poopcity ppp[238]: tun0: LCP: deflink: SendConfigReq(5) state = Req-Sent Jul 10 13:11:10 poopcity ppp[238]: tun0: LCP: ACFCOMP[2] Jul 10 13:11:10 poopcity ppp[238]: tun0: LCP: PROTOCOMP[2] Jul 10 13:11:10 poopcity ppp[238]: tun0: LCP: ACCMAP[6] 0x00000000 Jul 10 13:11:10 poopcity ppp[238]: tun0: LCP: MRU[4] 1500 Jul 10 13:11:10 poopcity ppp[238]: tun0: LCP: MAGICNUM[6] 0x0c822b1c Jul 10 13:11:10 poopcity ppp[238]: tun0: LCP: AUTHPROTO[5] 0xc223 (CHAP 0x05) Jul 10 13:11:10 poopcity ppp[238]: tun0: LCP: deflink: RecvConfigReq(0) state = Req-Sent Jul 10 13:11:10 poopcity ppp[238]: tun0: LCP: ACCMAP[6] 0x00000000 Jul 10 13:11:10 poopcity ppp[238]: tun0: LCP: AUTHPROTO[4] 0xc023 (PAP) Jul 10 13:11:10 poopcity ppp[238]: tun0: LCP: MAGICNUM[6] 0x01dfde35 Jul 10 13:11:10 poopcity ppp[238]: tun0: LCP: PROTOCOMP[2] Jul 10 13:11:10 poopcity ppp[238]: tun0: LCP: ACFCOMP[2] Jul 10 13:11:10 poopcity ppp[238]: tun0: LCP: deflink: SendConfigAck(0) state = Req-Sent Jul 10 13:11:10 poopcity ppp[238]: tun0: LCP: ACCMAP[6] 0x00000000 Jul 10 13:11:10 poopcity ppp[238]: tun0: LCP: AUTHPROTO[4] 0xc023 (PAP) Jul 10 13:11:10 poopcity ppp[238]: tun0: LCP: MAGICNUM[6] 0x01dfde35 Jul 10 13:11:10 poopcity ppp[238]: tun0: LCP: PROTOCOMP[2] Jul 10 13:11:10 poopcity ppp[238]: tun0: LCP: ACFCOMP[2] Jul 10 13:11:10 poopcity ppp[238]: tun0: LCP: deflink: State change Req-Sent --> Ack-Sent Jul 10 13:11:10 poopcity ppp[238]: tun0: LCP: deflink: RecvConfigAck(5) state = Ack-Sent Jul 10 13:11:10 poopcity ppp[238]: tun0: LCP: deflink: State change Ack-Sent --> Opened Jul 10 13:11:10 poopcity ppp[238]: tun0: LCP: deflink: LayerUp Jul 10 13:11:10 poopcity ppp[238]: tun0: Phase: deflink: his = PAP, mine = CHAP 0x05 Jul 10 13:11:10 poopcity ppp[238]: tun0: Phase: Pap Output: myusername ******** Jul 10 13:11:10 poopcity ppp[238]: tun0: Phase: Chap Output: CHALLENGE Jul 10 13:11:10 poopcity ppp[238]: tun0: Phase: Chap Input: RESPONSE (16 bytes) Jul 10 13:11:10 poopcity ppp[238]: tun0: Phase: Chap Output: FAILURE Jul 10 13:11:10 poopcity ppp[238]: tun0: LCP: deflink: LayerDown Jul 10 13:11:10 poopcity ppp[238]: tun0: LCP: deflink: SendTerminateReq(6) state = Opened Jul 10 13:11:10 poopcity ppp[238]: tun0: LCP: deflink: State change Opened --> Closing Jul 10 13:11:10 poopcity ppp[238]: tun0: LCP: deflink: RecvTerminateAck(6) state = Closing Jul 10 13:11:10 poopcity ppp[238]: tun0: LCP: deflink: LayerFinish Jul 10 13:11:10 poopcity ppp[238]: tun0: LCP: deflink: State change Closing --> Closed Jul 10 13:11:10 poopcity ppp[238]: tun0: LCP: deflink: State change Closed --> Initial Jul 10 13:11:10 poopcity ppp[238]: tun0: Phase: deflink: Disconnected! Jul 10 13:11:10 poopcity ppp[238]: tun0: Phase: deflink: lcp -> logout Jul 10 13:11:10 poopcity ppp[238]: tun0: Phase: deflink: logout -> hangup Jul 10 13:11:10 poopcity ppp[238]: tun0: Phase: deflink: Disconnected! Jul 10 13:11:10 poopcity ppp[238]: tun0: Phase: deflink: Connect time: 27 secs: 153 octets in, 286 octets out Jul 10 13:11:10 poopcity ppp[238]: tun0: Phase: total 16 bytes/sec, peak 85 bytes/sec on Mon Jul 10 13:11:10 2000 Jul 10 13:11:10 poopcity ppp[238]: tun0: Phase: deflink: hangup -> opening it almost looks like the authentification is geting confused, by the way my isp using pap...please help, THANKS!!!!!! carl At 10:05 PM 7/9/00 +0200, Paul Herman wrote: >On Mon, 10 Jul 2000, carl wrote: > > > i just today setup my gateway comp and now i can share ppp connectiion > > between 2 freebsd 4.0r computers!!!! exciting stuff, unfortunetly my ppp > > consistantly dies!!!!!! below is my ppp.conf file > >Are you calling ppp with the "-ddial" option? It should ignore any >timeout setting, and bring the link back up if it goes down. > >If the link does indeed go down, what does /var/log/ppp.log say? > >-Paul. > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 13:45:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.bezeqint.net (mail-a.bezeqint.net [192.115.106.23]) by hub.freebsd.org (Postfix) with ESMTP id EF75837BEE1 for ; Sun, 9 Jul 2000 13:45:38 -0700 (PDT) (envelope-from nimrodme@bezeqint.net) Received: from bezeqint.net ([212.179.170.16]) by mail.bezeqint.net (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10) with ESMTP id <0FXG0001J6Y396@mail.bezeqint.net> for freebsd-questions@freebsd.org; Sun, 9 Jul 2000 23:44:27 +0300 (IDT) Date: Sun, 09 Jul 2000 23:42:11 +0300 From: Nimrod Mesika Subject: Divert Sockets To: freebsd-questions@freebsd.org Reply-To: nimrodm@email.com Message-id: <3968E3A3.A99B996D@bezeqint.net> MIME-version: 1.0 X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit X-Accept-Language: en Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Anyone got an example (a C program) of using divert sockets to intercept packets in user-mode? Netgraph sockets might do just as well :) Couldn't find any example on the web. -- Nimrod. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 13:45:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bga.com (mail5.realtime.net [205.238.128.241]) by hub.freebsd.org (Postfix) with SMTP id 26BBD37BFCA for ; Sun, 9 Jul 2000 13:45:44 -0700 (PDT) (envelope-from dbjames@bga.com) Received: from john ([204.181.162.73]) by bga.com ; Sun, 09 Jul 2000 15:45:42 -0600 From: dbjames@bga.com To: Arcady Genkin Date: Sun, 9 Jul 2000 15:53:14 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Automatic reboot out of the blue. Cc: freebsd-questions@freebsd.org Message-ID: <39689FEA.28492.D6B75B@localhost> In-reply-to: <87lmzb2mis.fsf@tea.thpoon.com> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, You probably have some bad memory in your computer. The only time that my computer ever did this, was when the memory was bad. I pulled out the memory, took it to my local computer shop and had them test the memory. Sure, enough, one stick of ram was bad. Sincerely, Don James On 9 Jul 2000, at 14:20, Arcady Genkin wrote: > After 72 days of uptime my computer running 4.0 just rebooted by > itself. I could not find anything of value in messages, so I have no > idea why this happened. > > Any suggestions how I could find the cause of that? > > The computer is a P166 with 32M of RAM. After the reboot everything > seems to function properly. > > Thanks! > -- > Arcady Genkin > Thanks God I'm still an atheist! -- Luis Bunuel > > > 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 Jul 9 13:48:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from kestrel.prod.itd.earthlink.net (kestrel.prod.itd.earthlink.net [207.217.121.155]) by hub.freebsd.org (Postfix) with ESMTP id 1029737BB98 for ; Sun, 9 Jul 2000 13:48:47 -0700 (PDT) (envelope-from cjc@pool0264.cvx20-bradley.dialup.earthlink.net) Received: from pool0264.cvx20-bradley.dialup.earthlink.net (pool0264.cvx20-bradley.dialup.earthlink.net [209.179.251.9]) by kestrel.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id NAA02264; Sun, 9 Jul 2000 13:48:44 -0700 (PDT) Received: (from cjc@localhost) by pool0264.cvx20-bradley.dialup.earthlink.net (8.9.3/8.9.3) id NAA00728; Sun, 9 Jul 2000 13:47:05 -0700 (PDT) Date: Sun, 9 Jul 2000 13:47:04 -0700 From: "Crist J. Clark" To: Patrick Cc: freebsd-questions@FreeBSD.ORG Subject: Re: need help for IPFW advanced use Message-ID: <20000709134703.D394@dialin-client.earthlink.net> Reply-To: cjclark@alum.mit.edu References: <000801bfe9d8$5cb421e0$0101a8c0@pfoubert> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <000801bfe9d8$5cb421e0$0101a8c0@pfoubert>; from patrick@freegates.be on Sun, Jul 09, 2000 at 09:03:21PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [Please wrap your lines at around 72 characters or so.] On Sun, Jul 09, 2000 at 09:03:21PM +0200, Patrick wrote: > Hello, > > With this new version (4.0) of freebsd, you introduce the availability to limit the bandwidth use by using ipfw command . dummynet(4) has been around since 2.2.8. > I make a new installation, with 2 network cards, enable the gateway and testing it over two differents networks: it's run. > > I enable IP Firewall as "OPEN" mode, it's ok > > But when I try the command > > IPFW PIPE SHOW, I get an error: > > IPFW: getsockopt (ip_dummy_get): protocol not available Did you make a new kernel with, options DUMMYNET > When I try to add a rule as: > > IPFW ADD PIPE 1 IP FROM ANY TO ANY OUT (as man pages), i get an error: > > IP_FW_CTL: Invalid command > IPFW: getsockopt(ip_fw_add): protocol not available Did you make a kernel with, options IPFIREWALL_FORWARD > I not see a "valable" reason to have problems with ipfw but ... I don't want to seem harsh, I would guess you are not a native English speaker, but "valable" is not a word. What are you trying to say? > If you have a idea or if kernel need to be recompiled with specific values or modules, please let's me know and the procedure to make it ! Your kernel does need to be recompiled. Have a look at the LINT kernel. Also see the following manpages, ipfw(8) ipfw(4) dummynet(4) -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 13:57:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lucifer.ninth-circle.org (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id BAC4637BF0A; Sun, 9 Jul 2000 13:57:01 -0700 (PDT) (envelope-from asmodai@lucifer.ninth-circle.org) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.9.3/8.9.3) id WAA40055; Sun, 9 Jul 2000 22:56:58 +0200 (CEST) (envelope-from asmodai) Date: Sun, 9 Jul 2000 22:56:58 +0200 From: Jeroen Ruigrok van der Werven To: Paul Herman Cc: freebsd-questions@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: Virus alert, was: Re: SCSI Question Message-ID: <20000709225658.A39960@lucifer.bart.nl> References: <20000709221220.A39448@lucifer.bart.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from pherman@frenchfries.net on Sun, Jul 09, 2000 at 10:38:42PM +0200 Organisation: VIA Net.Works The Netherlands Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000709 22:40], Paul Herman (pherman@frenchfries.net) wrote: >On Sun, 9 Jul 2000, Jeroen Ruigrok van der Werven wrote: > >> -On [20000709 21:20], Leif Neland (leifn@neland.dk) wrote: >> >These messages are infected with the kak virus. See >> >http://www.cai.com/virusinfo/encyclopedia/descriptions/wscript.htm >> >> Am I the only one to NOT see this? > >Probably not. It wasn't in the "Content-Type: text/plain" part of the >attachment, just the "text/html" part. Ah right. Spotted it. Which brings us back to a few good rules: - do NOT post in HTML - do not configure your mailer to mail lame virus warnings back to lists where precedence is set to bulk. Thanks for reminding me of the text/html. I looked there before but failed to spot it. *sigh* -- Jeroen Ruigrok van der Werven Network- and systemadministrator VIA Net.Works The Netherlands BSD: Technical excellence at its best http://www.via-net-works.nl ``...by God I *KNOW* what this network is for, and you can't have it.'' -- Russ Albery To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 14: 3:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.nwlink.com (smtp.nwlink.com [209.20.130.57]) by hub.freebsd.org (Postfix) with ESMTP id 0EC4637BFD7 for ; Sun, 9 Jul 2000 14:03:49 -0700 (PDT) (envelope-from jcwells@nwlink.com) Received: from utah (jcwells@utah.nwlink.com [209.20.130.41]) by smtp.nwlink.com (8.9.3/8.9.3) with SMTP id OAA04144; Sun, 9 Jul 2000 14:03:33 -0700 (PDT) Date: Sun, 9 Jul 2000 14:15:18 -0700 (PDT) From: "Jason C. Wells" X-Sender: jcwells@utah To: David Larkin Cc: questions@FreeBSD.ORG Subject: Re: apache mod_ssl freebsd tutorial In-Reply-To: <3968C77C.98F55720@DJL.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, 9 Jul 2000, David Larkin wrote: > Where do I look to find out how to say 'hello world' over https ? Just drop your HTML in a DocumentRoot that is set up to be served via SSL. Later, Jason C Wells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 14: 3:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 90ADE37BFE8 for ; Sun, 9 Jul 2000 14:03:51 -0700 (PDT) (envelope-from pherman@frenchfries.net) Received: from bagabeedaboo.security.at12.de (dial-195-14-254-47.netcologne.de [195.14.254.47]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id XAA16779; Sun, 9 Jul 2000 23:03:48 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.10.2/8.10.2) with ESMTP id e69L3gH03779; Sun, 9 Jul 2000 23:03:42 +0200 (CEST) Date: Sun, 9 Jul 2000 23:03:42 +0200 (CEST) From: Paul Herman To: carl Cc: questions@FreeBSD.ORG Subject: Re: tun0 and gateway! In-Reply-To: <4.3.1.1.20000710133253.00b3a850@pop3.concentric.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, 10 Jul 2000, carl wrote: > ahhh! i just now tried to use ppp again with ppp -ddial isp and i can't > connect at all or even ping with my gateway comp! i tried just manualy > dialing at the ppp prompt and the problem persist... here is my a part of > my /var/log/ppp.conf file > > [...logfile...] > > Jul 10 13:11:10 poopcity ppp[238]: tun0: Phase: deflink: his = PAP, mine = > CHAP 0x05 > Jul 10 13:11:10 poopcity ppp[238]: tun0: Phase: Pap Output: myusername > ******** > Jul 10 13:11:10 poopcity ppp[238]: tun0: Phase: Chap Output: CHALLENGE > Jul 10 13:11:10 poopcity ppp[238]: tun0: Phase: Chap Input: RESPONSE (16 > bytes) > Jul 10 13:11:10 poopcity ppp[238]: tun0: Phase: Chap Output: FAILURE > Jul 10 13:11:10 poopcity ppp[238]: tun0: LCP: deflink: LayerDown > > [...more logfile...] > > it almost looks like the authentification is geting confused, by > the way my isp using pap...please help, THANKS!!!!!! Does your ISP need to send to *you* a login and password? If not, then remove all "enable pap" and "enable chap" from your ppp.conf. "enable pap|chap" means the other end needs to authenticate itself to you, which is probably not what you want, or? -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 14:11:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from kestrel.prod.itd.earthlink.net (kestrel.prod.itd.earthlink.net [207.217.121.155]) by hub.freebsd.org (Postfix) with ESMTP id CFDA737BF55 for ; Sun, 9 Jul 2000 14:11:40 -0700 (PDT) (envelope-from cjc@pool0264.cvx20-bradley.dialup.earthlink.net) Received: from pool0264.cvx20-bradley.dialup.earthlink.net (pool0524.cvx20-bradley.dialup.earthlink.net [209.179.252.14]) by kestrel.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id OAA00713; Sun, 9 Jul 2000 14:11:38 -0700 (PDT) Received: (from cjc@localhost) by pool0264.cvx20-bradley.dialup.earthlink.net (8.9.3/8.9.3) id OAA00845; Sun, 9 Jul 2000 14:10:00 -0700 (PDT) Date: Sun, 9 Jul 2000 14:09:28 -0700 From: "Crist J. Clark" To: Mark Ovens Cc: questions@FreeBSD.ORG Subject: Re: Question about the use of ssh-agent(1) Message-ID: <20000709140928.E394@dialin-client.earthlink.net> Reply-To: cjclark@alum.mit.edu References: <20000709195220.C233@parish> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000709195220.C233@parish>; from mark@dogma.freebsd-uk.eu.org on Sun, Jul 09, 2000 at 07:52:20PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 09, 2000 at 07:52:20PM +0100, Mark Ovens wrote: > I've read the manpages for ssh-agent(1) and ssh-add(1) but require > clarification on a couple of points. > > Is adding: > > eval `ssh-agent` > ssh-add > > to ~/.login {a,the} correct way to start it? Does it work? :) I think that would be a legit way to start it. > If I login (as the same user) on more than one ttyv do I need to run > an ssh-agent on each login? I think this work around would do it (written in sh even though you look like you are using csh), if [ ! -f $HOME/.ssh-agent.sh ]; then UMASK=`umask` umask 600 ssh-agent > $HOME/.ssh-agent.sh umask $UMASK . $HOME/.ssh-agent.sh ssh-add else . $HOME/.ssh-agent.sh fi The only issue here is going to be that you need to clean up that file properly when you exit. You are going to want to kill off the running ssh-agent as well... How to tell when you are the last program using the ssh-agent... Hmmm... > If not, should the commands in ~/.login be: > > if (! $SSH_AGENT_PID ) then > eval `ssh-agent` > ssh-add > fi Hmmm... Wouldn't that be, if ( ! $?SSH_AGENT_PID ) then In csh? Anywhoo, for my extra $0.02. I typically use ssh-agent to "parent" an entire X session. I have the following alias, alias ssh-startx ssh-agent startx And in .xinitrc, if [ ! "X$SSH_AGENT_PID" = "X" ]; then sleep 3 \xterm -T "SSH AUTHORIZATION" -fn '7x14' -geometry 85x5+150+250 -e ssh-add fi The benefit of using the 'ssh-agent command' style is that the ssh-agent will exit gracefully when the child process exits. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 14:12:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.nwlink.com (smtp.nwlink.com [209.20.130.57]) by hub.freebsd.org (Postfix) with ESMTP id CC2E137C112 for ; Sun, 9 Jul 2000 14:12:21 -0700 (PDT) (envelope-from jcwells@nwlink.com) Received: from utah (jcwells@utah.nwlink.com [209.20.130.41]) by smtp.nwlink.com (8.9.3/8.9.3) with SMTP id OAA04642; Sun, 9 Jul 2000 14:10:24 -0700 (PDT) Date: Sun, 9 Jul 2000 14:22:10 -0700 (PDT) From: "Jason C. Wells" X-Sender: jcwells@utah To: Greg Lehey Cc: "Rafael A. Reta Rodriguez" , "questions@FreeBSD.ORG" Subject: Re: RAID 1 In-Reply-To: <20000709104848.C13892@wantadilla.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 Sun, 9 Jul 2000, Greg Lehey wrote: > Writing is fractionally slower. Reading is faster. Check out > http://www.lemis.com/vinum/Performance-issues.html for further > details. Thanks Greg. I will. Later, Jason C. Wells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 14:13:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.davidv.net (ns1.davidv.net [205.241.169.123]) by hub.freebsd.org (Postfix) with ESMTP id 2AC8837C2D0 for ; Sun, 9 Jul 2000 14:13:52 -0700 (PDT) (envelope-from david@davidv.net) Received: from devnull (devnull [205.241.169.122]) by ns1.davidv.net (8.9.3/8.9.3) with SMTP id QAA95706 for ; Sun, 9 Jul 2000 16:14:57 -0500 (CDT) (envelope-from david@davidv.net) Message-Id: <200007092114.QAA95706@ns1.davidv.net> X-Sender: david@mail.davidv.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Sun, 09 Jul 2000 16:13:46 -0500 To: freebsd-questions@freebsd.org From: David Vondrasek Subject: APACHE + PHP3 & PHP4 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 the following installed and works flawless: Apache/1.3.12 (Unix) mod_perl/1.21 PHP/3.0.16 mod_ssl/2.6.4 OpenSSL/0.9.4 Apache Version: Apache/1.3.12 apache+mod_ssl-1.3.12+2.6.2 mod_perl mod_php3 : MySQL 3.22.32 mod_ssl Settings as: Configure command: ./configure '--with-apache' '--with-openssl' '--with-pgsql' '--with-mysql=/usr/local/mysql/' '--with-apxs=/usr/local/sbin/apxs' '--enable-versioning' php3.ini file path is set to: /usr/local/lib I am trying to add mod_php4 from /usr/ports/www/mod_php4 It all makes just fine. Does the compile and install. But on restarting the server I get this error root@ns1:/home/david : /usr/local/etc/rc.d/apache.sh Syntax error on line 243 of /usr/local/etc/apache/apache.conf: Cannot load /usr/local/libexec/apache/libphp4.so into server: /usr/local/libexec/apache/libphp4.so: Undefined symbol "msqlErrMsg" In apache.conf I have this when it errors: LoadModule ssl_module libexec/apache/libssl.so LoadModule php3_module libexec/apache/libphp3.so LoadModule php4_module libexec/apache/libphp4.so LoadModule perl_module libexec/apache/libperl.so AddModule mod_ssl.c AddModule mod_php3.c AddModule mod_php4.c AddModule mod_perl.c AddType application/x-httpd-php3 .php3 #AddType application/x-httpd-php3 .php #AddType application/x-httpd-php3-source .phps # # And for PHP 4.x, use: # AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps If I comment out AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps AddModule mod_php4.c LoadModule php4_module libexec/apache/libphp4.so I can get the server to load just fine with PHP3. I know you can run PHP3 & 4 at the same time. Any idea what's causing the error ? David Vondrasek http://www.davidv.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 14:22: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wilsonandhorton.co.nz (fw2.wilsonandhorton.co.nz [203.99.66.4]) by hub.freebsd.org (Postfix) with ESMTP id AA9D637B9DA for ; Sun, 9 Jul 2000 14:21:56 -0700 (PDT) (envelope-from jonc@itouch.co.nz) Received: (from jonc@localhost) by wilsonandhorton.co.nz (8.9.3/8.9.3) id JAA68079; Mon, 10 Jul 2000 09:21:45 +1200 (NZST) (envelope-from jonc) Date: Mon, 10 Jul 2000 09:21:45 +1200 From: Jonathan Chen To: carl Cc: questions@FreeBSD.ORG Subject: Re: tun0 and gateway! Message-ID: <20000710092145.C67283@jonc.ntdns.wilsonandhorton.co.n> References: <4.3.1.1.20000709123847.00b3cad0@pop3.concentric.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <4.3.1.1.20000709123847.00b3cad0@pop3.concentric.net>; from statik@cris.com on Mon, Jul 10, 2000 at 12:39:54PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jul 10, 2000 at 12:39:54PM -0700, carl wrote: [...] > ..i can connect fine for a few minutes with both machines. and suddenly i > can't ping anything! ( from both comps). Try adding: deny pred1 disable pred1 to the entry for your ISP. It could well be a `pred1' compression protocol incompatiblity. -- Jonathan Chen ---------------------------------------------------------------------- If you're right 90% of the time, why quibble about the remaining 3%? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 14:33: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nisser.com (c1870039.telekabel.chello.nl [212.187.0.39]) by hub.freebsd.org (Postfix) with ESMTP id 0289A37B669; Sun, 9 Jul 2000 14:33:01 -0700 (PDT) (envelope-from roelof@nisser.com) Received: from nisser.com (roelof [10.0.0.2]) by nisser.com (8.9.3/8.9.2) with ESMTP id XAA42853; Sun, 9 Jul 2000 23:32:45 +0200 (CEST) (envelope-from roelof@nisser.com) Message-ID: <3968EFE3.E8F137F1@nisser.com> Date: Sun, 09 Jul 2000 23:34:27 +0200 From: Roelof Osinga Organization: eboa - engineering buro Office Automation X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: David Larkin Cc: questions@FreeBSD.ORG, security@FreeBSD.ORG Subject: Re: apache mod_ssl freebsd tutorial References: <39689688.6FC8D8A8@DJL.co.uk> <3968C77C.98F55720@DJL.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David Larkin wrote: > > ... > The mod_ssl appears very comprehensive from a > reference perspective, but is their any 'getting started' > material out there ? > > either online, or at the the local bookstore ? O'Reilly: Laurie & Laurie, Apache The Definitive Guide Roelof -- Dog's home @ http://cairni.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 14:36:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from imo-d04.mx.aol.com (imo-d04.mx.aol.com [205.188.157.36]) by hub.freebsd.org (Postfix) with ESMTP id 71FDE37B669 for ; Sun, 9 Jul 2000 14:36:23 -0700 (PDT) (envelope-from PhazeCA@aol.com) Received: from PhazeCA@aol.com by imo-d04.mx.aol.com (mail_out_v27.10.) id n.f5.adecd3 (4008) for ; Sun, 9 Jul 2000 17:36:15 -0400 (EDT) From: PhazeCA@aol.com Message-ID: Date: Sun, 9 Jul 2000 17:36:15 EDT Subject: internet trouble To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: AOL 3.0 16-bit for Windows sub 86 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Every time I try to use the PPP Dialup Utility, when I am in xinit, it says "The pppd daemon did unexpectedly." What is the problem? Is there something I need to configure or what? I've read all of the faq's but I can't find out what to do. I wanted to connect to earthlink, how can I do that? Thanks 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 Sun Jul 9 14:39:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta03-svc.ntlworld.com (mta03-svc.ntlworld.com [62.253.162.43]) by hub.freebsd.org (Postfix) with ESMTP id 79E1E37B669 for ; Sun, 9 Jul 2000 14:39:45 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from parish.my.domain ([62.253.91.190]) by mta03-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000709213943.SFNR16423.mta03-svc.ntlworld.com@parish.my.domain>; Sun, 9 Jul 2000 22:39:43 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id WAA08223; Sun, 9 Jul 2000 22:39:46 +0100 (BST) (envelope-from mark) Date: Sun, 9 Jul 2000 22:39:46 +0100 From: Mark Ovens To: cjclark@alum.mit.edu Cc: questions@FreeBSD.ORG Subject: Re: Question about the use of ssh-agent(1) Message-ID: <20000709223946.F233@parish> References: <20000709195220.C233@parish> <20000709140928.E394@dialin-client.earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000709140928.E394@dialin-client.earthlink.net>; from cristjc@earthlink.net on Sun, Jul 09, 2000 at 02:09:28PM -0700 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 09, 2000 at 02:09:28PM -0700, Crist J. Clark wrote: > On Sun, Jul 09, 2000 at 07:52:20PM +0100, Mark Ovens wrote: > > I've read the manpages for ssh-agent(1) and ssh-add(1) but require > > clarification on a couple of points. > > > > Is adding: > > > > eval `ssh-agent` > > ssh-add > > > > to ~/.login {a,the} correct way to start it? > > Does it work? :) I think that would be a legit way to start it. > > > If I login (as the same user) on more than one ttyv do I need to run > > an ssh-agent on each login? > > I think this work around would do it (written in sh even though you > look like you are using csh), > > if [ ! -f $HOME/.ssh-agent.sh ]; then > UMASK=`umask` > umask 600 > ssh-agent > $HOME/.ssh-agent.sh > umask $UMASK > . $HOME/.ssh-agent.sh > ssh-add > else > . $HOME/.ssh-agent.sh > fi > > The only issue here is going to be that you need to clean up that file > properly when you exit. You are going to want to kill off the running > ssh-agent as well... How to tell when you are the last program using > the ssh-agent... Hmmm... > > > If not, should the commands in ~/.login be: > > > > if (! $SSH_AGENT_PID ) then > > eval `ssh-agent` > > ssh-add > > fi > > Hmmm... Wouldn't that be, > > if ( ! $?SSH_AGENT_PID ) then > > In csh? > > Anywhoo, for my extra $0.02. I typically use ssh-agent to "parent" an > entire X session. I have the following alias, > > alias ssh-startx ssh-agent startx > Ah, that seems like a cleaner solution (I don't envisage needing ssh in the console). > And in .xinitrc, > > if [ ! "X$SSH_AGENT_PID" = "X" ]; then > sleep 3 > \xterm -T "SSH AUTHORIZATION" -fn '7x14' -geometry 85x5+150+250 -e ssh-add ^^^ Is the ``\'' a typo? > fi > > The benefit of using the 'ssh-agent command' style is that the > ssh-agent will exit gracefully when the child process exits. > -- > Crist J. Clark cjclark@alum.mit.edu -- If I buy a copy of WinDelete, and it doesn't delete Windows, am I entitled to my money back? ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 14:45:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from server.baldwin.cx (server.geekhouse.net [64.81.6.52]) by hub.freebsd.org (Postfix) with ESMTP id 6AEA837B669 for ; Sun, 9 Jul 2000 14:45:38 -0700 (PDT) (envelope-from john@baldwin.cx) Received: from john.baldwin.cx (root@john.baldwin.cx [192.168.1.18]) by server.baldwin.cx (8.9.3/8.9.3) with ESMTP id OAA16231; Sun, 9 Jul 2000 14:45:33 -0700 (PDT) (envelope-from john@baldwin.cx) Received: (from john@localhost) by john.baldwin.cx (8.9.3/8.9.3) id OAA00558; Sun, 9 Jul 2000 14:46:18 -0700 (PDT) (envelope-from john) Message-Id: <200007092146.OAA00558@john.baldwin.cx> X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <39689FEA.28492.D6B75B@localhost> Date: Sun, 09 Jul 2000 14:46:17 -0700 (PDT) From: John Baldwin To: dbjames@bga.com Subject: Re: Automatic reboot out of the blue. Cc: freebsd-questions@FreeBSD.ORG, Arcady Genkin Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 09-Jul-00 dbjames@bga.com wrote: > Hi, > > You probably have some bad memory in your computer. > > The only time that my computer ever did this, was when the > memory was bad. I pulled out the memory, took it to my local > computer shop and had them test the memory. Sure, enough, one > stick of ram was bad. > > Sincerely, > > Don James > > > On 9 Jul 2000, at 14:20, Arcady Genkin wrote: > >> After 72 days of uptime my computer running 4.0 just rebooted by >> itself. I could not find anything of value in messages, so I have no >> idea why this happened. >> >> Any suggestions how I could find the cause of that? >> >> The computer is a P166 with 32M of RAM. After the reboot everything >> seems to function properly. >> >> Thanks! Your kernel could have paniced, and the default behavior is to reboot when that happens. If you want, you can check the handbook section on kernel debugging to see how to compile a kernel with debug symbols (config -g) and to setup a dump device via dumpdev in /etc/rc.conf. Then, when your computer boots up after a panic, it will save a copy of the kernel and a memory dump to /var/crash/kernel.0 and /var/crash/vmcore.0. You can then use the kernel debugger as root to get some simple info and send an e-mail with it to -hackers. You don't have to if you don't want to, though. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - 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 Jul 9 15: 6:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from soup.thpoon.com (cr103675-a.bloor1.on.wave.home.com [24.114.152.71]) by hub.freebsd.org (Postfix) with SMTP id CDEDE37B5E0 for ; Sun, 9 Jul 2000 15:06:12 -0700 (PDT) (envelope-from antipode@thpoon.com) Received: (qmail 1909 invoked from network); 9 Jul 2000 22:06:09 -0000 Received: from unknown (HELO tea.thpoon.com) (mail@192.168.1.2) by cr103675-a.bloor1.on.wave.home.com with SMTP; 9 Jul 2000 22:06:09 -0000 Received: from antipode by tea.thpoon.com with local (Exim 3.12 #1 (Debian)) id 13BPDA-00083r-00 for ; Sun, 09 Jul 2000 18:06:04 -0400 To: freebsd-questions@FreeBSD.ORG Subject: Re: Automatic reboot out of the blue. References: <200007092146.OAA00558@john.baldwin.cx> From: Arcady Genkin X-Face: 0=A/O5-+sE[Tf%X>rYr?Y5LD4,:^'jaJ!4jC&UR*ZrrK2>^`g22Qeb]!:d;}2YJ|Hq"LHdF OX`jWX|AT-WVFQ(TPhFVak)0nt$aEdlOq=1~D,:\z5QlVOrZ2(H,mKg=Xr|'VlHA="r Organization: thpoon.com Mail-Copies-To: never Date: 09 Jul 2000 18:06:04 -0400 In-Reply-To: John Baldwin's message of "Sun, 09 Jul 2000 14:46:17 -0700 (PDT)" Message-ID: <87hf9z2c37.fsf@tea.thpoon.com> Lines: 20 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Capitol Reef) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Baldwin writes: > Your kernel could have paniced, and the default behavior is to reboot > when that happens. So there would not even be a log message in this case? > If you want, you can check the handbook section > on kernel debugging to see how to compile a kernel with debug symbols > (config -g) and to setup a dump device via dumpdev in /etc/rc.conf. > Then, when your computer boots up after a panic, it will save a copy > of the kernel and a memory dump to /var/crash/kernel.0 and > /var/crash/vmcore.0. You can then use the kernel debugger as root > to get some simple info and send an e-mail with it to -hackers. How much will this impair the performance? That box is barely enough for what it's doing already (memory--wise). -- Arcady Genkin Thanks God I'm still an atheist! -- Luis Bunuel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 15:10:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id C601E37B9E6 for ; Sun, 9 Jul 2000 15:10:19 -0700 (PDT) (envelope-from pherman@frenchfries.net) Received: from bagabeedaboo.security.at12.de (dial-194-8-209-4.netcologne.de [194.8.209.4]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id AAA22857; Mon, 10 Jul 2000 00:10:13 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.10.2/8.10.2) with ESMTP id e69MA4X04076; Mon, 10 Jul 2000 00:10:04 +0200 (CEST) Date: Mon, 10 Jul 2000 00:10:04 +0200 (CEST) From: Paul Herman To: Mark Ovens Cc: cjclark@alum.mit.edu, questions@FreeBSD.ORG Subject: Re: Question about the use of ssh-agent(1) In-Reply-To: <20000709223946.F233@parish> Message-ID: 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, 9 Jul 2000, Mark Ovens wrote: > > Anywhoo, for my extra $0.02. I typically use ssh-agent to "parent" an > > entire X session. I have the following alias, > > > > alias ssh-startx ssh-agent startx > > > > Ah, that seems like a cleaner solution (I don't envisage needing ssh > in the console). Oh, I thought you mentioned ttyv*. In anycase, if you wish to use ssh in multiple terminals /usr/ports/misc/screen will do the job nicely. Then you have $SSH_* in both worlds, X and ttyv. That's what I use: ttv0 login, ssh-agent screen, startup some screens, startx, etc... -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 15:15: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.davidv.net (ns1.davidv.net [205.241.169.123]) by hub.freebsd.org (Postfix) with ESMTP id 7FFF837C036 for ; Sun, 9 Jul 2000 15:14:53 -0700 (PDT) (envelope-from david@davidv.net) Received: from devnull (devnull [205.241.169.122]) by ns1.davidv.net (8.9.3/8.9.3) with SMTP id RAA26773; Sun, 9 Jul 2000 17:15:56 -0500 (CDT) (envelope-from david@davidv.net) Message-Id: <200007092215.RAA26773@ns1.davidv.net> X-Sender: david@mail.davidv.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Sun, 09 Jul 2000 17:09:27 -0500 To: freebsd-questions@freebsd.org From: David Vondrasek Subject: Re: APACHE + PHP3 & PHP4 Cc: Larry Rosenman In-Reply-To: <200007092114.QAA95706@ns1.davidv.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Fixed.. Thanks Larrry Have to watch what I compile in to stuff :) David Vondrasek http://www.davidv.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 15:17:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta02-svc.ntlworld.com (mta02-svc.ntlworld.com [62.253.162.42]) by hub.freebsd.org (Postfix) with ESMTP id 4645E37B9E6 for ; Sun, 9 Jul 2000 15:17:39 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from parish.my.domain ([62.253.91.190]) by mta02-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000709231655.FLSV3760.mta02-svc.ntlworld.com@parish.my.domain>; Sun, 9 Jul 2000 23:16:55 +0000 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id XAA08463; Sun, 9 Jul 2000 23:17:38 +0100 (BST) (envelope-from mark) Date: Sun, 9 Jul 2000 23:17:38 +0100 From: Mark Ovens To: Paul Herman Cc: cjclark@alum.mit.edu, questions@freebsd.org Subject: Re: Question about the use of ssh-agent(1) Message-ID: <20000709231738.A8365@parish> References: <20000709223946.F233@parish> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from pherman@frenchfries.net on Mon, Jul 10, 2000 at 12:10:04AM +0200 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jul 10, 2000 at 12:10:04AM +0200, Paul Herman wrote: > On Sun, 9 Jul 2000, Mark Ovens wrote: > > > > Anywhoo, for my extra $0.02. I typically use ssh-agent to "parent" an > > > entire X session. I have the following alias, > > > > > > alias ssh-startx ssh-agent startx > > > > > > > Ah, that seems like a cleaner solution (I don't envisage needing ssh > > in the console). > > Oh, I thought you mentioned ttyv*. I did, but since the solution (especially identifying the last program using the agent when using ssh-agent -k) is not particularly simple I figured that Crist's solution was the best road to take. thanks for your help guys. > In anycase, if you wish to use ssh > in multiple terminals /usr/ports/misc/screen will do the job nicely. > Then you have $SSH_* in both worlds, X and ttyv. That's what I use: > > ttv0 login, ssh-agent screen, startup some screens, startx, etc... > > -Paul. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- If I buy a copy of WinDelete, and it doesn't delete Windows, am I entitled to my money back? ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 15:18:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from kestrel.prod.itd.earthlink.net (kestrel.prod.itd.earthlink.net [207.217.121.155]) by hub.freebsd.org (Postfix) with ESMTP id C5F8137B9E6 for ; Sun, 9 Jul 2000 15:18:06 -0700 (PDT) (envelope-from cjc@pool0264.cvx20-bradley.dialup.earthlink.net) Received: from pool0264.cvx20-bradley.dialup.earthlink.net (pool0166.cvx20-bradley.dialup.earthlink.net [209.179.250.166]) by kestrel.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id PAA28858; Sun, 9 Jul 2000 15:17:35 -0700 (PDT) Received: (from cjc@localhost) by pool0264.cvx20-bradley.dialup.earthlink.net (8.9.3/8.9.3) id PAA01051; Sun, 9 Jul 2000 15:15:48 -0700 (PDT) Date: Sun, 9 Jul 2000 15:15:44 -0700 From: "Crist J. Clark" To: Mark Ovens Cc: questions@FreeBSD.ORG Subject: Re: Question about the use of ssh-agent(1) Message-ID: <20000709151543.G394@dialin-client.earthlink.net> Reply-To: cjclark@alum.mit.edu References: <20000709195220.C233@parish> <20000709140928.E394@dialin-client.earthlink.net> <20000709223946.F233@parish> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000709223946.F233@parish>; from mark@dogma.freebsd-uk.eu.org on Sun, Jul 09, 2000 at 10:39:46PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 09, 2000 at 10:39:46PM +0100, Mark Ovens wrote: > On Sun, Jul 09, 2000 at 02:09:28PM -0700, Crist J. Clark wrote: [snip] > > And in .xinitrc, > > > > if [ ! "X$SSH_AGENT_PID" = "X" ]; then > > sleep 3 > > \xterm -T "SSH AUTHORIZATION" -fn '7x14' -geometry 85x5+150+250 -e ssh-add > ^^^ > > Is the ``\'' a typo? No. "xterm" is aliased earlier, xterm xterm -n "$USER@$HOST" & And I do not want to use the alias. This is actually one of those things I have always meant to ask about. Is there a better way to do that? Setting 'XTerm.title: $USER@$HOST' in .Xresources would not have the desired effect for several reasons. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 15:20:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay2.inwind.it (relay2.inwind.it [212.141.53.73]) by hub.freebsd.org (Postfix) with ESMTP id BD09337B9E6 for ; Sun, 9 Jul 2000 15:20:24 -0700 (PDT) (envelope-from bartequi@inwind.it) Received: from bartequi.ottodomain.org (212.141.78.18) by relay2.inwind.it; 10 Jul 2000 00:20:16 +0200 From: Salvo Bartolotta Date: Sun, 09 Jul 2000 23:21:04 GMT Message-ID: <20000709.23210400@bartequi.ottodomain.org> Subject: Viruses for Unix (was Re: Virus alert, was: Re: SCSI Question) To: Jeroen Ruigrok van der Werven Cc: freebsd-questions@FreeBSD.ORG Reply-To: bartequi@neomedia.it In-Reply-To: <20000709225658.A39960@lucifer.bart.nl> References: <20000709221220.A39448@lucifer.bart.nl> <20000709225658.A39960@lucifer.bart.nl> X-Mailer: SuperCalifragilis X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 7/9/00, 9:56:58 PM, Jeroen Ruigrok van der Werven=20 wrote regarding Re: Virus alert, was: Re:=20 SCSI Question: > -On [20000709 22:40], Paul Herman (pherman@frenchfries.net) wrote: > >On Sun, 9 Jul 2000, Jeroen Ruigrok van der Werven wrote: > > > >> -On [20000709 21:20], Leif Neland (leifn@neland.dk) wrote: > >> >These messages are infected with the kak virus. See > >> >http://www.cai.com/virusinfo/encyclopedia/descriptions/wscript.htm= > >> > >> Am I the only one to NOT see this? > > > >Probably not. It wasn't in the "Content-Type: text/plain" part of=20 the > >attachment, just the "text/html" part. > Ah right. Spotted it. > Which brings us back to a few good rules: > - do NOT post in HTML > - do not configure your mailer to mail lame virus warnings back to=20 lists > where precedence is set to bulk. > Thanks for reminding me of the text/html. I looked there before but > failed to spot it. *sigh* Dear Jeroen, On the 'Net, I have had a look at a few articles about Unix viruses at=20 large, which articles cover a number of topics: from the plausibility=20 of viruses for Unix to actual pieces of code; "Internet worms" for=20 Unix; the potential widespread diffusion of viruses for Unix thanks to=20 the increasing popularity of Linux, etc. However, my current understanding is that "viruses" canNOT damage=20 FreeBSD (or, more generally, a Unix system), provided the following=20 conditions (The Three Laws of Good Administration(tm)) are met:=20 axiom I: Never execute untrusted binaries as root;=20 axiom II: Never execute untrusted binaries as root; axiom III: Never execute untrusted binaries as root. :-)=20 Corollaries: only install software from well-known sites (e.g. the=20 ports collection can be thought of as reasonably secure); **always**=20 execute applications as an ordinary user (or, at most, a user=20 belonging to the network group); if one has to execute something as=20 root (e.g., nmap), it MUST be a trusted binary; pay attention to what=20 libraries you make [explicit] use of/link; never put "." in your PATH,=20 etc.=20 Thus, the only way a virus/worm/anything could work its way through=20 e.g. FreeBSD is a bug. If such a problem occurred, it would be quickly=20 spotted -- because of the Open Source nature of the OS -- and fixed. Furthermore, FreeBSD's centralized development model would provide=20 even far more rapid fixes if such situations ever arised. Am I too optimistic ? Am I missing anything ? Are there any *real*=20 threats nowadays ? By the way, I read the "infected" mail with StarOffice under FreeBSD=20 3.5-STABLE (as a normal user), but I am afraid the kak virus could not=20 find a C:\Windows directory ... Best regards, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 15:32:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 2106537BF38 for ; Sun, 9 Jul 2000 15:32:44 -0700 (PDT) (envelope-from pherman@frenchfries.net) Received: from bagabeedaboo.security.at12.de (dial-195-14-251-223.netcologne.de [195.14.251.223]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id AAA24284; Mon, 10 Jul 2000 00:32:42 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.10.2/8.10.2) with ESMTP id e69MWXq04208; Mon, 10 Jul 2000 00:32:33 +0200 (CEST) Date: Mon, 10 Jul 2000 00:32:33 +0200 (CEST) From: Paul Herman To: cjclark@alum.mit.edu Cc: Mark Ovens , questions@FreeBSD.ORG Subject: Re: Question about the use of ssh-agent(1) In-Reply-To: <20000709151543.G394@dialin-client.earthlink.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 Sun, 9 Jul 2000, Crist J. Clark wrote: > xterm xterm -n "$USER@$HOST" & > > And I do not want to use the alias. > > This is actually one of those things I have always meant to ask > about. Is there a better way to do that? Setting 'XTerm.title: > $USER@$HOST' in .Xresources would not have the desired effect for > several reasons. in .bashrc / .bash_login depending on your xterms, something like: xtitle () { echo -n -e "\033]0;$*\007"; } if [ "x$TERM" = xxterm ] then xtitle $USER@$HOST fi This also depends on what you mean by a "better way to do that." I use(d) this in a "alias cd=" to display the path in the window title every time pwd changed. -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 15:51:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay2.inwind.it (relay2.inwind.it [212.141.53.73]) by hub.freebsd.org (Postfix) with ESMTP id CCC8237B59F for ; Sun, 9 Jul 2000 15:51:10 -0700 (PDT) (envelope-from bartequi@inwind.it) Received: from bartequi.ottodomain.org (212.141.78.18) by relay2.inwind.it; 10 Jul 2000 00:51:08 +0200 From: Salvo Bartolotta Date: Sun, 09 Jul 2000 23:51:55 GMT Message-ID: <20000709.23515500@bartequi.ottodomain.org> Subject: Re: Softupdates question To: "David J. Kanter" Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <20000709005612.A89313@localhost.localdomain> References: <20000709005612.A89313@localhost.localdomain> X-Mailer: SuperCalifragilis X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 7/9/00, 6:56:12 AM, "David J. Kanter" =20 wrote regarding Softupdates question: > I'm upgrading to 4.0 and the softupdates option looks particularly > attractive. I'd like to use it because of power outages. > My question is: Which filesystem(s) should softupdate be applied to?=20 All of > them? Or, are some better than others? What about the root filesystem?= =20 If > so, is it possible to umount all filesystems and run the tunefs=20 program? > -- > David Kanter > djkanter@northwestern.edu Dear David Kanter, If performance is your main concern, you may wish to enable=20 softupdates and the "noatime" option for all filesystems except for=20 "/". This last filesystem ("/") should (normally) be used only with=20 the "noatime" option. Just my 0.02 Euro to the pot :-) Incidentally, I seem to understand that softupdates, with respect to=20 e.g. J.F.S. (Journaling Filesystem), is even better (!). That is, it=20 is quicker, and, in case of problems, you only lose a rather limited=20 amount of data (related to the last 30 seconds or so of system activity)= .=20 For obscure reasons, softupdates has not received enough=20 /acknowledgements/emphasis/etc., and has been considered as a "minor"=20 substitute for JFS for quite a while ...=20 UPS devices, however, are cheaper and cheaper, so this should no=20 longer be an issue.=20 Best regards, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 16: 0:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 88C0237B684; Sun, 9 Jul 2000 16:00:09 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 13BPYu-000K9U-00; Sun, 09 Jul 2000 23:28:32 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 13BPYu-000AR3-00; Sun, 09 Jul 2000 23:28:32 +0100 Date: Sun, 9 Jul 2000 23:28:31 +0100 From: Ben Smithurst To: Jeroen Ruigrok van der Werven Cc: Leif Neland , Josh Paetzel , Robert Small , freebsd-questions@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: Virus alert, was: Re: SCSI Question Message-ID: <20000709232831.G13648@strontium.scientia.demon.co.uk> References: <002401bfe936$a1e7ebe0$06a481d0@inu.net> <00b001b42883$21414b00$33cefea9@josh> <012701bfe9d4$fe322160$0e00a8c0@neland.dk> <20000709221220.A39448@lucifer.bart.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="3xoW37o/FfUZJwQG" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000709221220.A39448@lucifer.bart.nl> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --3xoW37o/FfUZJwQG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Jeroen Ruigrok van der Werven wrote: > -On [20000709 21:20], Leif Neland (leifn@neland.dk) wrote: >> These messages are infected with the kak virus. See >> http://www.cai.com/virusinfo/encyclopedia/descriptions/wscript.htm >=20 > Am I the only one to NOT see this? >=20 > Both the original postings look normal in mutt whichever way I use to > look at them. Try "|less". I think it says a lot that you have to make special effort to even _see_ the virus on FreeBSD, when on Windows it probably gets executed by default... --=20 Ben Smithurst / ben@scientia.demon.co.uk / PGP: 0x99392F7D --3xoW37o/FfUZJwQG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: XIfzOcrQ7odttsqiGjTYKuvHYI98bH5X iQCVAwUBOWj8jysPVtiZOS99AQE5pgP/Ro7QI+u1E1yAqKCBtKLMrkjg4U/9/G0Z oAU4Quv2NQmK58LnKORSsEXebVUy8YyZPlvfAqc/G8z4HqPdTqvYRbnO45y63YfS Dtnhp1v/JFgqf6ek7kKRQWvZmjilws6BIDWgohMTim4MTgC974kZAcSMstBX5lJG baiQ2LeZIEg= =aqKM -----END PGP SIGNATURE----- --3xoW37o/FfUZJwQG-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 16:11:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from server.baldwin.cx (server.geekhouse.net [64.81.6.52]) by hub.freebsd.org (Postfix) with ESMTP id F416D37B59F for ; Sun, 9 Jul 2000 16:11:55 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from FreeBSD.org (john.baldwin.cx [192.168.1.18]) by server.baldwin.cx (8.9.3/8.9.3) with ESMTP id QAA16474; Sun, 9 Jul 2000 16:11:50 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-ID: <3968DCB4.C274A2D5@FreeBSD.org> Date: Sun, 09 Jul 2000 16:12:36 -0400 From: John Baldwin X-Mailer: Mozilla 4.51 [en] (Win95; I) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Arcady Genkin Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Automatic reboot out of the blue. References: <200007092146.OAA00558@john.baldwin.cx> <87hf9z2c37.fsf@tea.thpoon.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Arcady Genkin wrote: > > John Baldwin writes: > > > Your kernel could have paniced, and the default behavior is to reboot > > when that happens. > > So there would not even be a log message in this case? In a kernel panic, we can't assume that anything in the system is working, as they only happen when really obscure error conditions occur that can't be recovered from. In that case, we can't write anything to disk for fear that we will corrupt data. We can dump our memory and kernel to the swap area (or whatever dump device is configured) so that it can be examined later, however. > > If you want, you can check the handbook section > > on kernel debugging to see how to compile a kernel with debug symbols > > (config -g) and to setup a dump device via dumpdev in /etc/rc.conf. > > Then, when your computer boots up after a panic, it will save a copy > > of the kernel and a memory dump to /var/crash/kernel.0 and > > /var/crash/vmcore.0. You can then use the kernel debugger as root > > to get some simple info and send an e-mail with it to -hackers. > > How much will this impair the performance? That box is barely enough > for what it's doing already (memory--wise). With an ELF kernel (such as we've had since 3.1), the debugging symbols are skipped over when the kernel is loaded, so the memory usage will stay the same. As far as the rest of performance, there may be some decrease, I'm not entirely sure. However, if there is I haven't noticed it as turning on debug symbols hasn't made any noticeable performance change in my machines. > Arcady Genkin > Thanks God I'm still an atheist! -- Luis Bunuel -- John Baldwin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 16:16:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web1202.mail.yahoo.com (web1202.mail.yahoo.com [128.11.23.138]) by hub.freebsd.org (Postfix) with SMTP id 72D6137B59F for ; Sun, 9 Jul 2000 16:16:53 -0700 (PDT) (envelope-from praveen_bobba@yahoo.com) Received: (qmail 1470 invoked by uid 60001); 9 Jul 2000 23:16:52 -0000 Message-ID: <20000709231652.1469.qmail@web1202.mail.yahoo.com> Received: from [198.213.49.85] by web1202.mail.yahoo.com; Sun, 09 Jul 2000 16:16:52 PDT Date: Sun, 9 Jul 2000 16:16:52 -0700 (PDT) From: Praveen Bobba Subject: freebsd is not starting 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 We have a freebsd running with dns and mailservers. The following error is occuring starting local daemons:ld.so failed: Can't find shared library "libXmu.so.6.0" sleep:illegal option --1 usage: sleep seconds can you please help me with this problem thank you Praveen e-mail:praveen_bobba@yahoo.com __________________________________________________ Do You Yahoo!? Get Yahoo! Mail – Free email you can access from anywhere! http://mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 16:26:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from raccoon.chipchat.com (Raccoon.ChipChat.com [206.2.228.130]) by hub.freebsd.org (Postfix) with ESMTP id 9E48B37B90E for ; Sun, 9 Jul 2000 16:26:07 -0700 (PDT) (envelope-from mrc@ChipChat.com) Received: from mrc-tiger.ChipChat.com (MRC-Tiger.ChipChat.com [206.2.228.141]) by raccoon.chipchat.com (8.9.3/8.9.3) with ESMTP id XAA64780; Sun, 9 Jul 2000 23:26:06 GMT (envelope-from mrc@ChipChat.com) Received: from localhost (localhost.ChipChat.com [127.0.0.1]) by mrc-tiger.ChipChat.com (8.9.3/8.9.3) with ESMTP id XAA00424; Sun, 9 Jul 2000 23:26:06 GMT (envelope-from mrc@ChipChat.com) To: dnelson@emsphone.com Cc: questions@FreeBSD.ORG Subject: Re: Microtech pcmcia/flash SCSI device In-Reply-To: Your message of "Sat, 8 Jul 2000 16:15:03 -0500" <20000708161502.A24352@dan.emsphone.com> References: <20000708161502.A24352@dan.emsphone.com> X-Mailer: Mew version 1.93 on XEmacs 20.4 (Emerald) X-Organization: ChipChat Technology Group X-Homepage: http://www.ChipChat.com/ Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000709232605J.mrc@ChipChat.com> Date: Sun, 09 Jul 2000 23:26:05 GMT From: Marty Cawthon X-Dispatcher: imput version 980905(IM100) Lines: 37 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From: Dan Nelson Date: Sat, 8 Jul 2000 16:15:03 -0500 dnelson> In the last episode (Jul 07), Marty Cawthon said: dnelson> > I am trying to read a digital cameral Compact Flash by inserting it dnelson> > into a "pcmcia" (PC Card) carrier, and inserting that combination dnelson> > into a SCSI PC Card Reader (Microtech). This SCSI card reader is dnelson> > connected via an external SCSI cable to an AHA-2940UW SCSI dnelson> > controller. dnelson> > dnelson> > I expect that I can do a "mount" of this device and read it as a dnelson> > drive. My initial attempts were not successful, and it occured to me dnelson> > that perhaps the format of data on this Compact Flash was not dnelson> > recognizable to the file system. dnelson> > dnelson> > What I tried: dnelson> > dnelson> > bash-2.02# mount /dev/da1 /flash dnelson> > mount: /dev/da1 on /flash: incorrect super block dnelson> dnelson> What filesystem is typically on a flash device? Not FFS, I assume. dnelson> Try mount -t msdos . dnelson> dnelson> -- dnelson> Dan Nelson dnelson> dnelson@emsphone.com Hello Dan, This worked for my setup: # mount -t msdos /dev/da1s1 /flash Thanks much for your helpful suggestion. Marty Cawthon ChipChat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 16:28:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.nwlink.com (smtp.nwlink.com [209.20.130.57]) by hub.freebsd.org (Postfix) with ESMTP id 4138937B90E for ; Sun, 9 Jul 2000 16:28:46 -0700 (PDT) (envelope-from jcwells@nwlink.com) Received: from utah (jcwells@utah.nwlink.com [209.20.130.41]) by smtp.nwlink.com (8.9.3/8.9.3) with SMTP id QAA15622; Sun, 9 Jul 2000 16:28:42 -0700 (PDT) Date: Sun, 9 Jul 2000 16:40:28 -0700 (PDT) From: "Jason C. Wells" X-Sender: jcwells@utah To: Praveen Bobba Cc: freebsd-questions@FreeBSD.ORG Subject: Re: freebsd is not starting In-Reply-To: <20000709231652.1469.qmail@web1202.mail.yahoo.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, 9 Jul 2000, Praveen Bobba wrote: > We have a freebsd running with dns and mailservers. > The following error is occuring > starting local daemons:ld.so failed: Can't find shared > library "libXmu.so.6.0" > sleep:illegal option --1 > usage: sleep seconds I have no idea what Xmu is for but I can help you get your box to start. The part where it says "starting local daemons", all of that happens in /usr/local/etc/rc.d. If you move this rc.d to say /usr/local/etc/rc.d.borked, you should get your box up. Once you get your box up, you can try running each script in this directory manually to find which one is failing. Once you know where the problem is, you can get that fixed. Don't forget to put your rc.d back where it came from when you are all done. Good luck, Jason C. Wells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 16:35:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (sirius-ether.rz.uni-ulm.de [134.60.1.36]) by hub.freebsd.org (Postfix) with ESMTP id E738437B90E for ; Sun, 9 Jul 2000 16:35:19 -0700 (PDT) (envelope-from siegbert.baude@gmx.de) Received: from gmx.de (lilith.wohnheim.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.9.3/8.9.3) with ESMTP id BAA00125; Mon, 10 Jul 2000 01:35:11 +0200 (MEST) Message-ID: <39690C27.C180DC02@gmx.de> Date: Mon, 10 Jul 2000 01:35:03 +0200 From: Siegbert Baude X-Mailer: Mozilla 4.73 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: de, en MIME-Version: 1.0 To: Mike Meyer , "freebsd-questions@freebsd.org" Subject: Re: Replacing symbolic link to directory References: <14695.48116.939565.809592@guru.mired.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > That's the clue as to what's going on. It's telling you it created a > link called "d3/d2" to the directory d2. When the target of ln is a > directory - or a link to one - the target file is changed to be a file > with the basename of the original file. Is there a way to do what I wanted to achieve: Replace an already existing symbolic link to a directory with one command? For general discussion: The strength of UNIX is to consequently apply simple principles. So compared with the behaviour of rm and ls (see examples below), I would expect ln to make a difference between: ln -fs d1 d2 -> replacing the existing symbolic link d2 ln -fs d1 d2/ -> replacing the existing symbolic link d2/d1 This is maybe a question about UNIX philosophy or Stone Age design decisions (I just tried and the behaviour of ln is exactly the same with GNU ln on Solaris and Linux, and within BeOS), but there actually is a difference between a symbolic link to a directory and a directory itself (which for my taste is denied by nowadays behaviour of ln, but I'm no guru of Unix history and the answers, why certain decisions happened to be like they are). rm and ls for example behave different if applied to a symbolic link: Example 1: bash-2.03$ mkdir d1 bash-2.03$ ln -s d1 d2 bash-2.03$ ls -l total 1 drwxr-xr-x 2 foo bar 512 10 Jul 01:00 d1/ lrwxr-xr-x 1 foo bar 2 10 Jul 01:00 d2@ -> d1 bash-2.03$ rm d2/ rm: d2/: is a directory bash-2.03$ rm d2 bash-2.03$ ls -l total 1 drwxr-xr-x 2 foo bar 512 10 Jul 01:00 d1/ bash-2.03$ Example 2: bash-2.03$ mkdir d1 bash-2.03$ ln -s d1 d2 bash-2.03$ touch d2/f2 bash-2.03$ ls d2 d2@ bash-2.03$ ls d2/ f2 bash-2.03$ Example 3: bash-2.03$ mkdir d1 bash-2.03$ ln -s d1 d2 bash-2.03$ ls -l total 1 drwxr-xr-x 2 foo bar 512 10 Jul 01:26 d1/ lrwxr-xr-x 1 foo bar 2 10 Jul 01:26 d2@ -> d1 bash-2.03$ unlink d2/ unlink: d2/: is a directory bash-2.03$ unlink d2 bash-2.03$ ls -l total 1 drwxr-xr-x 2 coocoo coocoo 512 10 Jul 01:26 d1/ bash-2.03$ Excerpt from man unlink (man rm): When the utility is called as unlink, only one argument, which must not be a directory, may be supplied. No options may be supplied in this sim- ple mode of operation, which performs an unlink(2) operation on the passed argument. So d2 is not treated as directory, but rather as symbolic link. Summary: if d2 is a symbolic link, d2/ refers to the referenced directory whereas d2 (without slash) refers to the symbolic link itself. Shouldn't this be the same for ln? Ciao Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 16:35:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt052n3e.san.rr.com (dt052n3e.san.rr.com [204.210.33.62]) by hub.freebsd.org (Postfix) with ESMTP id 2AF5337B90E for ; Sun, 9 Jul 2000 16:35:27 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (master [10.0.0.2]) by dt052n3e.san.rr.com (8.9.3/8.9.3) with ESMTP id QAA65756; Sun, 9 Jul 2000 16:35:06 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <39690C2A.9ED26259@gorean.org> Date: Sun, 09 Jul 2000 16:35:06 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: David Larkin Cc: questions@freebsd.org Subject: Re: apache mod_ssl freebsd tutorial References: <39689688.6FC8D8A8@DJL.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David Larkin wrote: > > Hi, > Anybody aware of a tutorial / primer for > installation & configuration of apache & mod_ssl ? http://www.modssl.org/ has a lot of good information. Good luck, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 16:51:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bga.com (mail5.realtime.net [205.238.128.241]) by hub.freebsd.org (Postfix) with SMTP id 55EEF37B631 for ; Sun, 9 Jul 2000 16:51:15 -0700 (PDT) (envelope-from dbjames@bga.com) Received: from john ([204.181.162.73]) by bga.com ; Sun, 09 Jul 2000 18:51:13 -0600 From: dbjames@bga.com To: freebsd-questions@freebsd.org Date: Sun, 9 Jul 2000 18:58:46 -0500 MIME-Version: 1.0 Content-type: text/enriched; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: how can i tell if ftp is working? Message-ID: <3968CB66.31711.1809431@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 0100,0100,0100Courier NewHi, I am trying to ftp into my FreeBSD box. No matter what I do, the FreeBSD box rejects my attempts to ftp. In my FreeBSD box, I entered the command: ps waux | grep ftpd and got nothing back. However, I am sure that inetd is running. Any ideas? Don Austin, TexasArial To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 16:58:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.svr.pol.co.uk (mail3.svr.pol.co.uk [195.92.193.19]) by hub.freebsd.org (Postfix) with ESMTP id DF8B237BAD7 for ; Sun, 9 Jul 2000 16:58:24 -0700 (PDT) (envelope-from ianjhart@freeloader.freeserve.co.uk) Received: from modem-220.cesium.dialup.pol.co.uk ([62.136.46.220] helo=freeloader.freeserve.co.uk) by mail3.svr.pol.co.uk with esmtp (Exim 3.13 #0) id 13BQxI-00002S-00 for questions@freebsd.org; Mon, 10 Jul 2000 00:57:49 +0100 Message-ID: <39691175.1B657EC2@freeloader.freeserve.co.uk> Date: Mon, 10 Jul 2000 00:57:41 +0100 From: ian j hart X-Mailer: Mozilla 4.73 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: partition sizes vinum and ccd Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello all. Background: I am the technician at a school in the UK. I have to provide web browsing and email services before the start of the next academic year. I figured I'd break it down into two parts. Build a local server. Test during the first term while I build a firewall. Cross fingers and hope it works. Hardware: This is what I have to work with. No discussion required here, the budget is spent. AMD K6II-500 2x 18Gb SCSI hard disks 256Mb RAM. SCSI CDRW Some other stuff... Software: (suggestions?) Apache imap-uw (if fixed) or qpopper? fetchmail or SMTP forward on the firewall What I need to know is how best to partition the disks. I have no idea how big the partitions need to be as there is no existing server. Load will be maximum 150 Win95 clients, 1500 users. What combination of vinum,ccd and swap will give me best safety/performance? I've not used vinum before but as it's a new machine I can always format and use *normal* partitions if it fries my brain. The machine will double as cvs repository/buildserver off peak. I recon that's 7Gb /usr plus 1Gb if I build release. The CDRW will need chunks of 650Mb for spooling file server(NT) backups. Then web space and mail for each user. I hope someone can help. Even a df from a similar system would be better than nothing. TIA -- ian j hart ICT Technician Cardinal Newman Catholic School And Community College To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 17: 8: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web906.mail.yahoo.com (web906.mail.yahoo.com [128.11.23.81]) by hub.freebsd.org (Postfix) with SMTP id 6521A37B5C3 for ; Sun, 9 Jul 2000 17:08:02 -0700 (PDT) (envelope-from dineker@yahoo.com) Received: (qmail 3794 invoked by uid 60001); 10 Jul 2000 00:08:02 -0000 Message-ID: <20000710000802.3793.qmail@web906.mail.yahoo.com> Received: from [203.199.229.74] by web906.mail.yahoo.com; Sun, 09 Jul 2000 17:08:02 PDT Date: Sun, 9 Jul 2000 17:08:02 -0700 (PDT) From: dineker Subject: re tech help 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 Dear sir/madam, we are a webhosting company and we use Windows NT servers with Backoffice 4.5.We would like to have a software like free BSD which would enable us to give our customers a control pannel to administer their sites. We would much appreceate if you could suggest some software for this. thanks/regards, dineker. ===== ---- Know love,know happiness.No love,no happiness. ---- R.Dineker Systems Admin Athene Softech Pvt.Ltd., No:7,IInd main road,united india colony, kodambakkam,chennai-600 024. Phone: 4817109 4816832 Fax:4840148 Mail: dineker@yahoo.com __________________________________________________ Do You Yahoo!? Get Yahoo! Mail – Free email you can access from anywhere! http://mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 17:12:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wilsonandhorton.co.nz (fw2.wilsonandhorton.co.nz [203.99.66.4]) by hub.freebsd.org (Postfix) with ESMTP id DDF5437B5C3 for ; Sun, 9 Jul 2000 17:12:04 -0700 (PDT) (envelope-from jonc@itouch.co.nz) Received: (from jonc@localhost) by wilsonandhorton.co.nz (8.9.3/8.9.3) id MAA70012; Mon, 10 Jul 2000 12:11:55 +1200 (NZST) (envelope-from jonc) Date: Mon, 10 Jul 2000 12:11:55 +1200 From: Jonathan Chen To: dbjames@bga.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: how can i tell if ftp is working? Message-ID: <20000710121155.A69412@jonc.ntdns.wilsonandhorton.co.n> References: <3968CB66.31711.1809431@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <3968CB66.31711.1809431@localhost>; from dbjames@bga.com on Sun, Jul 09, 2000 at 06:58:46PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 09, 2000 at 06:58:46PM -0500, dbjames@bga.com wrote: > Hi, > > I am trying to ftp into my FreeBSD box. No matter what I do, > the FreeBSD box rejects my attempts to ftp. > > In my FreeBSD box, I entered the command: > > ps waux | grep ftpd > > and got nothing back. > > However, I am sure that inetd is running. Try: ftp 127.0.0.1 ftpd only starts up when inetd executes it. More likely you've a generic networking problem, in which case you'll have to supply IP addresses, masks etc. -- Jonathan Chen ---------------------------------------------------------------------- The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 17:13:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web4103.mail.yahoo.com (web4103.mail.yahoo.com [216.115.104.123]) by hub.freebsd.org (Postfix) with SMTP id 4F6FB37B75B for ; Sun, 9 Jul 2000 17:13:41 -0700 (PDT) (envelope-from ioann_j@yahoo.com) Message-ID: <20000710001340.5758.qmail@web4103.mail.yahoo.com> Received: from [209.9.221.98] by web4103.mail.yahoo.com; Sun, 09 Jul 2000 17:13:40 PDT Date: Sun, 9 Jul 2000 17:13:40 -0700 (PDT) From: John Johnson Subject: Accessing FreeBSD Gateway from Another FreeBSD Machine 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've built a FreeBSD machine which I am using as a gateway and firewall. I have no problem pinging the gateway machine and accessing the Web from a Windows 2000 laptop which I have sitting behind the firewall, but I am unable to do either from a second FreeBSD box, which also sits behind the firewall and on which I would like to run Samba and Apache. I am, however, able to connect to the Web when I plug directly into my DSL router, which is how I installed FreeBSD, so I know the NIC is working. I know that I'm probably missing something glaringly obvious, but I can't seem to figure out what. I've also tried with Linux with the same results. Be happy to post netstat and/or route output if someone can steer me in the right direction. Thanks in advance for the help, John Johnson __________________________________________________ Do You Yahoo!? Get Yahoo! Mail – Free email you can access from anywhere! http://mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 17:15: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from home.offwhite.net (home.offwhite.net [156.46.35.30]) by hub.freebsd.org (Postfix) with ESMTP id 2CB8B37B5C3 for ; Sun, 9 Jul 2000 17:14:57 -0700 (PDT) (envelope-from brennan@offwhite.net) Received: from localhost (brennan@localhost) by home.offwhite.net (8.9.1/8.9.3) with ESMTP id TAA83108 for ; Sun, 9 Jul 2000 19:14:55 -0500 (CDT) Date: Sun, 9 Jul 2000 19:14:55 -0500 (CDT) From: BWS - Offwhite To: freebsd-questions@freebsd.org Subject: printing with netatalk Message-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 spent the afternoon setting up my office with a FreeBDS firewall. (ipnat, ipfw, ipnat) and that machine needs to access the printer which is outside the firewall. (the situation) The company I work with is one of several that share a building which comes with T1 access and a really nice shared printer. My aim is to protect our computers while we can still use the printer. I have set up Netatalk to print before, but that was a while back and I do not have access to those config files anymore to learn again by example. I have been hunting for documentation, but I have had little luck. I can only seem to find printcap info for Linux/Netatalk and not FreeBSD. Can anyone offer a sample config file? Anyone know a good place to read some docs on this? Brennan Stehling - web developer and sys admin projects: www.greasydaemon.com | www.onmilwaukee.com | www.sncalumni.com Microsoft: Will you get a macro virus today? http://www.greasydaemon.com/noms/ <- Why avoid MS? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 17:20:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web1203.mail.yahoo.com (web1203.mail.yahoo.com [128.11.23.139]) by hub.freebsd.org (Postfix) with SMTP id 2F41937B926 for ; Sun, 9 Jul 2000 17:20:19 -0700 (PDT) (envelope-from praveen_bobba@yahoo.com) Received: (qmail 6083 invoked by uid 60001); 10 Jul 2000 00:20:17 -0000 Message-ID: <20000710002017.6082.qmail@web1203.mail.yahoo.com> Received: from [198.213.49.85] by web1203.mail.yahoo.com; Sun, 09 Jul 2000 17:20:17 PDT Date: Sun, 9 Jul 2000 17:20:17 -0700 (PDT) From: Praveen Bobba 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 am try to run xwindows when I run startx the following message appears ld.so failed: Can't find shared library "libXmu.so.6.0" Thank You Praveen __________________________________________________ Do You Yahoo!? Get Yahoo! Mail – Free email you can access from anywhere! http://mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 17:21:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt052n3e.san.rr.com (dt052n3e.san.rr.com [204.210.33.62]) by hub.freebsd.org (Postfix) with ESMTP id AC22837C18E for ; Sun, 9 Jul 2000 17:21:07 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (master [10.0.0.2]) by dt052n3e.san.rr.com (8.9.3/8.9.3) with ESMTP id RAA69851; Sun, 9 Jul 2000 17:19:42 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <3969169E.10DB028@gorean.org> Date: Sun, 09 Jul 2000 17:19:42 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Paul Herman Cc: cjclark@alum.mit.edu, Mark Ovens , questions@FreeBSD.ORG Subject: Re: Question about the use of ssh-agent(1) References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Paul Herman wrote: > > On Sun, 9 Jul 2000, Crist J. Clark wrote: > > > xterm xterm -n "$USER@$HOST" & > > > > And I do not want to use the alias. > > > > This is actually one of those things I have always meant to ask > > about. Is there a better way to do that? Setting 'XTerm.title: > > $USER@$HOST' in .Xresources would not have the desired effect for > > several reasons. > > in .bashrc / .bash_login depending on your xterms, something like: > > xtitle () { echo -n -e "\033]0;$*\007"; } > if [ "x$TERM" = xxterm ] > then xtitle $USER@$HOST > fi I'm a little confused about exactly what the original poster is trying to accomplish. If you are trying to use ssh-agent in X, your best bet is to start your window manager as the child of ssh-agent. For example, the last line of my .xinitrc file is: exec ssh-agent gnome-session (Yes, I've gone over to the dark side.) That way all windows that are started by your window manager will inherit ssh-agent. As for the bash prompt issue, take a look at http://freebsd.simplenet.com/Bash-prompts.txt Enjoy, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 17:22:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt052n3e.san.rr.com (dt052n3e.san.rr.com [204.210.33.62]) by hub.freebsd.org (Postfix) with ESMTP id 5799C37BB1C for ; Sun, 9 Jul 2000 17:22:18 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (master [10.0.0.2]) by dt052n3e.san.rr.com (8.9.3/8.9.3) with ESMTP id RAA69858; Sun, 9 Jul 2000 17:22:06 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <3969172D.D3A30104@gorean.org> Date: Sun, 09 Jul 2000 17:22:05 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Salvo Bartolotta Cc: "David J. Kanter" , freebsd-questions@FreeBSD.ORG Subject: Re: Softupdates question References: <20000709005612.A89313@localhost.localdomain> <20000709.23515500@bartequi.ottodomain.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Salvo Bartolotta wrote: > If performance is your main concern, you may wish to enable > softupdates and the "noatime" option for all filesystems except for > "/". This last filesystem ("/") should (normally) be used only with > the "noatime" option. I've read many posts from some really smart people that said not only does noatime not help you in combination with softupdates, but it can actually hurt you. Also, you shouldn't be doing a lot of i/o on your root filesystem anyway, so I wouldn't advise using noatime on that one either. Good luck, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 17:38:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lepton.subatomix.com (okc-27-143-173.mmcable.com [24.27.143.173]) by hub.freebsd.org (Postfix) with ESMTP id 2C98C37C1D2 for ; Sun, 9 Jul 2000 17:38:37 -0700 (PDT) (envelope-from jss@lepton.subatomix.com) Received: from localhost (jss@localhost) by lepton.subatomix.com (8.9.3/8.9.3) with ESMTP id TAA41390 for ; Sun, 9 Jul 2000 19:40:14 -0500 (CDT) (envelope-from jss@lepton.subatomix.com) Date: Sun, 9 Jul 2000 19:40:09 -0500 (CDT) From: "Jeffrey S. Sharp" To: freebsd-questions@freebsd.org Subject: Simple nat/firewalling 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 When packets are diverted through natd with an ipfw rule, I understand that they are reinjected into the firewall after translation at the next ipfw rule number. What things are changed in the translated packet, besides the IP address and possibly the port? Specifically, does the packet have the same direction and interface? =============================== Jeffrey S. Sharp (XorAxAx) jss@subatomix.com -----BEGIN GEEK CODE BLOCK----- Version 3.12 GCS/IT/MU d-@ s-:+ a21 C++(++++) UBL+(+++$)> P L+(+++$)> E+> W++ N+(++) o? K? w++$> !O M(-) !V PS+ PE Y PGP- t+ 5 X+ R(+) tv+ b+ DI++(+++) G++ e> h--- r+++ y+++ ------END GEEK CODE BLOCK------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 17:42:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from outblaze9.outblaze.com (outblaze9.outblaze.com [209.249.164.192]) by hub.freebsd.org (Postfix) with SMTP id CF38637BB1C for ; Sun, 9 Jul 2000 17:42:28 -0700 (PDT) (envelope-from high@linuxmail.org) Received: (qmail 711 invoked by uid 1001); 10 Jul 2000 00:47:44 -0000 Message-ID: <20000710004743.710.qmail@linuxmail.org> Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-Mailer: MIME-tools 4.104 (Entity 4.117) From: "Metal Head" To: freebsd-questions@FreeBSD.ORG Date: Mon, 10 Jul 2000 08:47:43 +0800 Subject: Dear Sir Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am installing unix and during it freezes on the file rsaref_20 It is a dependency encryption file. Could you please tell me what packages uses it so I can removed and not install it. Thank you sir -- Get your free email from www.linuxmail.org

To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 17:48:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wilsonandhorton.co.nz (fw2.wilsonandhorton.co.nz [203.99.66.4]) by hub.freebsd.org (Postfix) with ESMTP id 153A937C19D for ; Sun, 9 Jul 2000 17:48:50 -0700 (PDT) (envelope-from jonc@itouch.co.nz) Received: (from jonc@localhost) by wilsonandhorton.co.nz (8.9.3/8.9.3) id MAA70458; Mon, 10 Jul 2000 12:48:30 +1200 (NZST) (envelope-from jonc) Date: Mon, 10 Jul 2000 12:48:30 +1200 From: Jonathan Chen To: Metal Head Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Dear Sir Message-ID: <20000710124830.C69412@jonc.ntdns.wilsonandhorton.co.n> References: <20000710004743.710.qmail@linuxmail.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000710004743.710.qmail@linuxmail.org>; from high@linuxmail.org on Mon, Jul 10, 2000 at 08:47:43AM +0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jul 10, 2000 at 08:47:43AM +0800, Metal Head wrote: > I am installing unix and during it freezes on the file rsaref_20 > It is a dependency encryption file. > > Could you please tell me what packages uses it so I can removed and not install it. You might want to ask on a Linux list, or perhaps install FreeBSD instead; we handle FreeBSD installation questions quite a bit better. -- Jonathan Chen ---------------------------------------------------------------------- "Lots of folks confuse bad management with destiny" - Kin Hubbard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 18:14:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from chmls06.mediaone.net (chmls06.mediaone.net [24.147.1.144]) by hub.freebsd.org (Postfix) with ESMTP id 4345337B585 for ; Sun, 9 Jul 2000 18:14:49 -0700 (PDT) (envelope-from jsaylor@mediaone.net) Received: from bigbird (wave.ne.mediaone.net [24.128.37.139]) by chmls06.mediaone.net (8.8.7/8.8.7) with SMTP id VAA11105 for ; Sun, 9 Jul 2000 21:14:45 -0400 (EDT) Message-ID: <000801bfea0c$6314adf0$1094a8c0@46high.private> From: "John Saylor" To: Subject: xmcd fails, xcdplayer does not with ATAPI CD Date: Sun, 9 Jul 2000 21:15:50 -0400 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0005_01BFE9EA.DB6A2950" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BFE9EA.DB6A2950 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi I've been trying to get xmcd to work on my FreeBSD 4.0 box without success. I recompiled the kernel and added the pcm device- which works just fine. I have also gotten xcdplayer to work, but since it lacks CDDB support, I am unsatified with it. I have 2 ATAPI cdroms on my secondary IDE controller- one is a cd-reader/writer and the one I am using for audio cds is an old 4x one I grabbed out of a dying 486. I hate to admit this, but it works under NT 4. I'm attaching a listing of the device files- acd1c.0 is the device I got when I ran MAKEDEV and acd1c is the one I replaced it with. And also the output I got from xmcd when I ran it with the debug flag. Any advice, suggestions, or pointers are most welcome. \js ------=_NextPart_000_0005_01BFE9EA.DB6A2950 Content-Type: text/plain; name="Xmcd.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="Xmcd.txt" 11 $ ls -l /dev/cdrom=0A= lrwxr-xr-x 1 root wheel 5 Jul 5 20:26 /dev/cdrom -> acd1c=0A= jsaylor@big-bird:~/doc/ww.c=0A= 12 $ ls -l /dev/acd1c=0A= crw-rw-rw- 1 root wheel 117, 5 Jul 5 20:39 /dev/acd1c=0A= jsaylor@big-bird:~/doc/ww.c=0A= 13 $ ls -l /dev/acd1c.0=0A= brw-r----- 1 root wheel 31, 10 May 10 16:21 /dev/acd1c.0=0A= jsaylor@big-bird:~/doc/ww.c=0A= 14 $ ls -l /dev/acd0c=0A= crw-r----- 1 root operator 117, 2 May 10 16:30 /dev/acd0c=0A= =0A= =0A= 9 $ xmcd -debug =0A= XMCD v2.6 PL0 DEBUG MODE=0A= =0A= Setting uid/gid: 1001/1001=0A= Loading common parameters: = /usr/X11R6/lib/X11/xmcd/config/common.cfg-big-bird.46high.private=0A= Add site webSite1URL: http://metalab.unc.edu/tkan/xmcd/=0A= Add site webSite2URL: http://www.cddb.com/=0A= Add site webSite3URL: http://www.yahoo.com/Entertainment/Music/Reviews/=0A= Add site discographyURL: file://localhost%L/discog/%C/%I/index.html=0A= Add srch CDDB: http://www.cddb.com/xm/search?q=3D%b=0A= Add srch All Music Guide: = http://www.allmusic.com/cg/x.dll?P=3DAMG&opt1=3D1&sql=3D%a=0A= Add srch Intl Lyrics Server: = http://www.lyrics.ch/search/checknormal.asp?bands=3D&label=3D&artist=3D%a= &song=3D%t&match=3Dlike=0A= Add srch RollingStone Ntwk: = http://rollingstone.tunes.com/sections/artists/text/searchresults.asp?Sea= rchFor=3D%A&SearchType=3DArtistCheck&afl=3D%X=0A= Add srch Ultimate Band List: = http://www.ubl.com/cgi/search.cgi?SEARCH=3D%a§ion=3DUBL=0A= Add srch ---=0A= Add srch AltaVista: http://www.altavista.digital.com/cgi-bin/query?q=3D%b=0A= Add srch Excite: http://search.excite.com/search.gw?search=3D%b=0A= Add srch Go Network: http://infoseek.go.com/Titles?qt=3D%b=0A= Add srch Hotbot: http://www.search.hotbot.com/hResult.html?MT=3D%b=0A= Add srch Look Smart: http://www.looksmart.com/r?key=3D%b&search=3D1=0A= Add srch Lycos: http://www.lycos.com/cgi-bin/pursuit?query=3D%b=0A= Add srch Web Crawler: = http://webcrawler.com/cgi-bin/WebQuery?searchText=3D%b=0A= Add srch Yahoo: http://search.yahoo.com/bin/search?p=3D%b=0A= =0A= Setting uid/gid: 1001/1001=0A= Loading common parameters: = /home/jsaylor/.xmcdcfg/common.cfg-big-bird.46high.private=0A= Cannot open /home/jsaylor/.xmcdcfg/common.cfg-big-bird.46high.private=0A= Loading common parameters: /home/jsaylor/.xmcdcfg/common.cfg=0A= Cannot open /home/jsaylor/.xmcdcfg/common.cfg=0A= =0A= libcddb: ASYNCHRONOUS REMOTE =0A= =0A= Setting uid/gid: 1001/1001=0A= Loading device-specific parameters: = /usr/X11R6/lib/X11/xmcd/config/cdrom-big-bird.46high.private=0A= =0A= Setting uid/gid: 1001/1001=0A= Loading device-specific parameters: = /home/jsaylor/.xmcdcfg/cdrom-big-bird.46high.private=0A= Cannot open /home/jsaylor/.xmcdcfg/cdrom-big-bird.46high.private=0A= Loading device-specific parameters: /home/jsaylor/.xmcdcfg/cdrom=0A= Cannot open /home/jsaylor/.xmcdcfg/cdrom=0A= =0A= Setting uid/gid: 1001/1001=0A= Loading history: /home/jsaylor/.xmcdcfg/history=0A= Cannot open /home/jsaylor/.xmcdcfg/history=0A= libdi: FreeBSD ioctl method=0A= =0A= Basic parameters:=0A= libdir: /usr/X11R6/lib/X11/xmcd=0A= cddbMailSite: cddb-submit@submit.cddb.com=0A= cddbMailCmd: Mail -s '%S' %A <%F >/dev/null = 2>&1=0A= =0A= X resources:=0A= version: 2.6=0A= mainWindowMode: 0=0A= modeChangeGravity: 0=0A= normalMainWidth: 360=0A= normalMainHeight: 135=0A= basicMainWidth: 195=0A= basicMainHeight: 60=0A= displayBlinkOnInterval: 850=0A= displayBlinkOffInterval: 150=0A= mainShowFocus: True=0A= installColormap: False=0A= =0A= Common parameters:=0A= device: /dev/cdrom=0A= cddbPath: = blues;classical;country;data;folk;jazz;misc;newage;reggae;rock;soundtrack= ;cddbp://us.cddb.com:8880;cddbp://sj.ca.us.cddb.com:8880=0A= cddbFileMode: 0666=0A= proxyServer: yourproxyhost:80=0A= browserDirect: /usr/local/bin/netscape '%U' = >/dev/null 2>&1 &=0A= browserRemote: /usr/local/bin/netscape -remote = 'openURL(%U)' >/dev/null 2>&1=0A= webSite1URL: http://metalab.unc.edu/tkan/xmcd/=0A= webSite2URL: http://www.cddb.com/=0A= webSite3URL: = http://www.yahoo.com/Entertainment/Music/Reviews/=0A= discographyURL: = file://localhost%L/discog/%C/%I/index.html=0A= excludeWords: the and or an a re ve s d t=0A= historyFileMode: 0600=0A= historyFileDisable: False=0A= maximumHistory: 100=0A= cddbDefaultPort: 888=0A= cddbTimeOut: 60=0A= cddbRemoteAutoSave: 7=0A= statusPollInterval: 260=0A= insertPollInterval: 4000=0A= timeDisplayMode: 0=0A= tooltipDelayInterval: 1000=0A= tooltipActiveInterval: 3000=0A= insertPollDisable: False=0A= previousThreshold: 100=0A= searchSkipBlocks: 145=0A= searchPauseInterval: 80=0A= searchSpeedUpCount: 15=0A= searchVolumePercent: 35=0A= searchMinVolume: 2=0A= sampleBlocks: 750=0A= startupVolume: -1=0A= cddbRemoteDisable: False=0A= cddbUseHttpProxy: False=0A= showScsiErrMsg: True=0A= solaris2VolumeManager: False=0A= tooltipEnable: True=0A= remoteControlEnable: True=0A= remoteControlLog: True=0A= debug: True=0A= =0A= Device-specific (privileged) parameters:=0A= devnum: 0=0A= deviceList: /dev/cdrom=0A= deviceInterfaceMethod: 2=0A= driveVendorCode: 0=0A= numDiscs: 1=0A= mediumChangeMethod: 0=0A= scsiAudioVolumeBase: 0=0A= minimumPlayBlocks: 25=0A= playAudio10Support: False=0A= playAudio12Support: False=0A= playAudioMSFSupport: True=0A= playAudioTISupport: True=0A= loadSupport: True=0A= ejectSupport: True=0A= modeSenseSetDBD: False=0A= volumeControlSupport: True=0A= balanceControlSupport: True=0A= channelRouteSupport: False=0A= pauseResumeSupport: True=0A= strictPauseResume: False=0A= playPausePlay: False=0A= caddyLockSupport: True=0A= curposFormat: False=0A= noTURWhenPlaying: False=0A= tocLBA: False=0A= subChannelLBA: False=0A= driveBlockSize: 2048=0A= spinUpInterval: 2=0A= =0A= Device-specific (user-modifiable) parameters:=0A= volumeControlTaper: 0=0A= channelRoute: 0=0A= spinDownOnLoad: True=0A= playOnLoad: False=0A= ejectOnDone: False=0A= exitOnExit: False=0A= ejectOnExit: False=0A= stopOnExit: True=0A= exitOnEject: False=0A= closeOnEject: False=0A= caddyLock: True=0A= repeatMode: False=0A= shuffleMode: False=0A= multiPlay: False=0A= reversePlay: False=0A= internalSpeakerEnable: False=0A= =0A= =0A= Setting uid to 1001, gid to 1001=0A= =0A= Lock file: /tmp/.cdaudio/lock.7505=0A= =0A= Open: /dev/cdrom=0A= Cannot open /dev/cdrom: errno=3D6=0A= Open of /dev/cdrom failed=0A= =0A= Open: /dev/cdrom=0A= Cannot open /dev/cdrom: errno=3D6=0A= Open of /dev/cdrom failed=0A= =0A= Open: /dev/cdrom=0A= Cannot open /dev/cdrom: errno=3D6=0A= Open of /dev/cdrom failed=0A= =0A= * QUIT=0A= =0A= Close: /dev/cdrom=0A= =0A= ------=_NextPart_000_0005_01BFE9EA.DB6A2950-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 18:41: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id 788BB37BB34 for ; Sun, 9 Jul 2000 18:41:06 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [206.159.132.160]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.4) with ESMTP id ; Sun, 9 Jul 2000 18:42:57 -0700 Message-ID: <396929AE.42D8F815@3-cities.com> Date: Sun, 09 Jul 2000 18:41:02 -0700 From: Kent Stewart Organization: BOSSig (BOSS Internet Group) X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: John Johnson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Accessing FreeBSD Gateway from Another FreeBSD Machine References: <20000710001340.5758.qmail@web4103.mail.yahoo.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 John Johnson wrote: > > I've built a FreeBSD machine which I am using as a > gateway and firewall. I have no problem pinging the > gateway machine and accessing the Web from a Windows > 2000 laptop which I have sitting behind the firewall, > but I am unable to do either from a second FreeBSD > box, which also sits behind the firewall and on which > I would like to run Samba and Apache. I am, however, > able to connect to the Web when I plug directly into > my DSL router, which is how I installed FreeBSD, so I > know the NIC is working. > > I know that I'm probably missing something glaringly > obvious, but I can't seem to figure out what. I've > also tried with Linux with the same results. Be happy > to post netstat and/or route output if someone can > steer me in the right direction. Sounds like you didn't add a "defaultrouter="IP_FBSD_Machine"" into your /etc/rc.conf. Depending on how you have things setup there may be other settings. I have a static IP and specify my ISP's DNS servers in resolv.conf. Kent > > Thanks in advance for the help, > John Johnson > > __________________________________________________ > Do You Yahoo!? > Get Yahoo! Mail – Free email you can access from anywhere! > http://mail.yahoo.com/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ Bomber dropping fire retardant in front of Hanford Wild fire. http://www.3-cities.com/~kstewart/bomber.jpg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 18:59:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mostgraveconcern.com (mostgraveconcern.com [216.82.145.240]) by hub.freebsd.org (Postfix) with ESMTP id 4073B37C25D for ; Sun, 9 Jul 2000 18:59:44 -0700 (PDT) (envelope-from dan@mostgraveconcern.com) Received: from danco (danco.mostgraveconcern.com [10.0.0.2]) by mostgraveconcern.com (8.9.3/8.9.3) with SMTP id SAA09291; Sun, 9 Jul 2000 18:59:41 -0700 (PDT) (envelope-from dan@mostgraveconcern.com) Message-ID: <00b301bfea12$831ba080$0200000a@danco> Reply-To: "Dan O'Connor" From: "Dan O'Connor" To: , Subject: Re: how can i tell if ftp is working? Date: Sun, 9 Jul 2000 18:59:41 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I am trying to ftp into my FreeBSD box. No matter what I do, the FreeBSD box rejects my attempts to ftp. > >In my FreeBSD box, I entered the command: > >ps waux | grep ftpd > >and got nothing back. > >However, I am sure that inetd is running. If you're running ftpd from inetd, you won't see until an FTP connection is made and inetd starts ftpd. Are you using a firewall, and if so, is it set up correctly to allow FTP? More info is needed... --Dan -- Dan O'Connor On Matters of Most Grave Concern http://www.mostgraveconcern.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 19:17: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from earth.wnm.net (earth.wnm.net [208.246.240.243]) by hub.freebsd.org (Postfix) with ESMTP id 6725D37C2E5 for ; Sun, 9 Jul 2000 19:17:00 -0700 (PDT) (envelope-from alex@wnm.net) Received: from localhost (alex@localhost) by earth.wnm.net (8.11.0.Beta3/8.11.0.Beta1) with ESMTP id e6A2H0u87046; Sun, 9 Jul 2000 21:17:00 -0500 (CDT) Date: Sun, 9 Jul 2000 21:17:00 -0500 (CDT) From: Alex Charalabidis To: bartequi@neomedia.it Cc: FreeBSD Questions Subject: Re: Viruses for Unix (was Re: Virus alert, was: Re: SCSI Question) In-Reply-To: <20000709.23210400@bartequi.ottodomain.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, 9 Jul 2000, Salvo Bartolotta wrote: > However, my current understanding is that "viruses" canNOT damage > FreeBSD (or, more generally, a Unix system), provided the following > conditions (The Three Laws of Good Administration(tm)) are met: > > axiom I: Never execute untrusted binaries as root; > axiom II: Never execute untrusted binaries as root; > axiom III: Never execute untrusted binaries as root. :-) Rule IV: Don't run untrusted binaries as a user. -ac -- ============================================================== Alex Charalabidis (AC8139) 5050 Poplar Ave, Ste 170 Systems Administrator Memphis, TN 38157 WebNet Memphis (901) 432 6000 Author, The Book of IRC http://www.bookofirc.com/ ============================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 19:20:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hecky.it.northwestern.edu (hecky.acns.nwu.edu [129.105.16.51]) by hub.freebsd.org (Postfix) with ESMTP id 40C4B37C2E5 for ; Sun, 9 Jul 2000 19:20:30 -0700 (PDT) (envelope-from djkanter@northwestern.edu) Received: (from mailnull@localhost) by hecky.it.northwestern.edu (8.8.7/8.8.7) id VAA05629 for ; Sun, 9 Jul 2000 21:20:28 -0500 (CDT) Received: from localhost.localdomain (dika-12-028128.nuts.nwu.edu [165.124.28.128]) by hecky.acns.nwu.edu via smap (V2.0) id xma005618; Sun, 9 Jul 00 21:20:25 -0500 Received: (from david@localhost) by localhost.localdomain (8.9.3/8.9.3) id VAA37858 for freebsd-questions@freebsd.org; Sun, 9 Jul 2000 21:14:10 -0500 (CDT) (envelope-from david) Date: Sun, 9 Jul 2000 21:14:10 -0500 From: "David J. Kanter" To: FreeBSD questions Subject: Is kernel ppp better than user ppp? Message-ID: <20000709211409.A37847@localhost.localdomain> Mail-Followup-To: FreeBSD questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i X-Organization: Northwestern University X-Operating-System: FreeBSD localhost.localdomain 4.0-STABLE FreeBSD 4.0-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have both working, but it one generally considered better than the other? Since both work I'm not interested in debugging, which apparently user ppp has the upper hand. But is one more efficient than the other? Does one have better thoroughput? -- David Kanter djkanter@northwestern.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 19:23:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from palrel3.hp.com (palrel3.hp.com [156.153.255.226]) by hub.freebsd.org (Postfix) with ESMTP id 3FFC337C564; Sun, 9 Jul 2000 19:23:19 -0700 (PDT) (envelope-from marcel@cup.hp.com) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel3.hp.com (Postfix) with ESMTP id 5E81A115A; Sun, 9 Jul 2000 19:23:17 -0700 (PDT) Received: from cup.hp.com (p1000180.nsr.hp.com [15.109.0.180]) by adlmail.cup.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit7.02) with ESMTP id TAA20155; Sun, 9 Jul 2000 19:23:16 -0700 (PDT) Message-ID: <39693394.C6EF59D1@cup.hp.com> Date: Sun, 09 Jul 2000 19:23:16 -0700 From: Marcel Moolenaar Organization: Hewlett-Packard X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Ben Smithurst Cc: Jeroen Ruigrok van der Werven , Leif Neland , Josh Paetzel , Robert Small , freebsd-questions@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: Virus alert, was: Re: SCSI Question References: <002401bfe936$a1e7ebe0$06a481d0@inu.net> <00b001b42883$21414b00$33cefea9@josh> <012701bfe9d4$fe322160$0e00a8c0@neland.dk> <20000709221220.A39448@lucifer.bart.nl> <20000709232831.G13648@strontium.scientia.demon.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ben Smithurst wrote: > > Jeroen Ruigrok van der Werven wrote: > > > -On [20000709 21:20], Leif Neland (leifn@neland.dk) wrote: > >> These messages are infected with the kak virus. See > >> http://www.cai.com/virusinfo/encyclopedia/descriptions/wscript.htm > > > > Am I the only one to NOT see this? > > > > Both the original postings look normal in mutt whichever way I use to > > look at them. > > Try "|less". I think it says a lot that you have to make special effort > to even _see_ the virus on FreeBSD, when on Windows it probably gets > executed by default... Netscape runs it as well. Seeing Netscape start java is a clear sign. It's probably harmless in this case, but I didn't wait to find that out. -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 19:29:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from homer.bus.miami.edu (homer.bus.miami.edu [129.171.39.247]) by hub.freebsd.org (Postfix) with ESMTP id 7BC5637B534 for ; Sun, 9 Jul 2000 19:29:43 -0700 (PDT) (envelope-from blake@sba.miami.edu) Received: from localhost by homer.bus.miami.edu (8.8.8/1.1.19.2/08Mar98-0513AM) id WAA0000031410; Sun, 9 Jul 2000 22:29:41 -0400 (EDT) Date: Sun, 9 Jul 2000 22:29:41 -0400 (EDT) From: Adam Blake X-Sender: blake@homer.bus.miami.edu To: freebsd-questions@FreeBSD.ORG Subject: PPPoE blows... new errors Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Now when I start PPPoE (same config as I have had for the past 2 months) I get this error Warning: tun0 too few idle timeout values Warning: tun0 timeout failure... any takers? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 19:35:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web4101.mail.yahoo.com (web4101.mail.yahoo.com [216.115.104.121]) by hub.freebsd.org (Postfix) with SMTP id C538D37B65C for ; Sun, 9 Jul 2000 19:35:26 -0700 (PDT) (envelope-from ioann_j@yahoo.com) Message-ID: <20000710023521.23690.qmail@web4101.mail.yahoo.com> Received: from [209.9.221.98] by web4101.mail.yahoo.com; Sun, 09 Jul 2000 19:35:21 PDT Date: Sun, 9 Jul 2000 19:35:21 -0700 (PDT) From: John Johnson Subject: Re: Accessing FreeBSD Gateway from Another FreeBSD Machine To: Kent Stewart 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 Kent, Thanks for the quick response. I cleaned out a lot of deadwood from rc.conf on both machines, verified defaultrouter (set to external gateway IP address on the gateway machine and internal gateway IP address on the client), and added a second nameserver to resolv.conf for both machines. No dice. Any other suggestions? Thanks, John --- Kent Stewart wrote: > > > John Johnson wrote: > > > > I've built a FreeBSD machine which I am using as a > > gateway and firewall. I have no problem pinging > the > > gateway machine and accessing the Web from a > Windows > > 2000 laptop which I have sitting behind the > firewall, > > but I am unable to do either from a second FreeBSD > > box, which also sits behind the firewall and on > which > > I would like to run Samba and Apache. I am, > however, > > able to connect to the Web when I plug directly > into > > my DSL router, which is how I installed FreeBSD, > so I > > know the NIC is working. > > > > I know that I'm probably missing something > glaringly > > obvious, but I can't seem to figure out what. I've > > also tried with Linux with the same results. Be > happy > > to post netstat and/or route output if someone can > > steer me in the right direction. > > Sounds like you didn't add a > "defaultrouter="IP_FBSD_Machine"" into > your /etc/rc.conf. Depending on how you have things > setup there may be > other settings. I have a static IP and specify my > ISP's DNS servers in > resolv.conf. > > Kent > > > > > Thanks in advance for the help, > > John Johnson > > > > __________________________________________________ > > Do You Yahoo!? > > Get Yahoo! Mail – Free email you can access from > anywhere! > > http://mail.yahoo.com/ > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body > of the message > > -- > Kent Stewart > Richland, WA > > mailto:kstewart@3-cities.com > http://www.3-cities.com/~kstewart/index.html > FreeBSD News http://daily.daemonnews.org/ > > Bomber dropping fire retardant in front of Hanford > Wild fire. > http://www.3-cities.com/~kstewart/bomber.jpg __________________________________________________ Do You Yahoo!? Get Yahoo! Mail – Free email you can access from anywhere! http://mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 19:47:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id AF31B37B952 for ; Sun, 9 Jul 2000 19:47:10 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [206.159.132.160]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.4) with ESMTP id ; Sun, 9 Jul 2000 19:49:01 -0700 Message-ID: <3969392B.6B33B4FD@3-cities.com> Date: Sun, 09 Jul 2000 19:47:07 -0700 From: Kent Stewart Organization: BOSSig (BOSS Internet Group) X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: John Johnson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Accessing FreeBSD Gateway from Another FreeBSD Machine References: <20000710023521.23690.qmail@web4101.mail.yahoo.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 John Johnson wrote: > > Kent, > > Thanks for the quick response. I cleaned out a lot of > deadwood from rc.conf on both machines, verified > defaultrouter (set to external gateway IP address on > the gateway machine and internal gateway IP address on > the client), and added a second nameserver to > resolv.conf for both machines. No dice. Any other > suggestions? I do have all 5 of my machines in the hosts files on all systems. This includes each version of Windows that I multi-boot and FreeBSD. Kent > > Thanks, > John > > --- Kent Stewart wrote: > > > > > > John Johnson wrote: > > > > > > I've built a FreeBSD machine which I am using as a > > > gateway and firewall. I have no problem pinging > > the > > > gateway machine and accessing the Web from a > > Windows > > > 2000 laptop which I have sitting behind the > > firewall, > > > but I am unable to do either from a second FreeBSD > > > box, which also sits behind the firewall and on > > which > > > I would like to run Samba and Apache. I am, > > however, > > > able to connect to the Web when I plug directly > > into > > > my DSL router, which is how I installed FreeBSD, > > so I > > > know the NIC is working. > > > > > > I know that I'm probably missing something > > glaringly > > > obvious, but I can't seem to figure out what. I've > > > also tried with Linux with the same results. Be > > happy > > > to post netstat and/or route output if someone can > > > steer me in the right direction. > > > > Sounds like you didn't add a > > "defaultrouter="IP_FBSD_Machine"" into > > your /etc/rc.conf. Depending on how you have things > > setup there may be > > other settings. I have a static IP and specify my > > ISP's DNS servers in > > resolv.conf. > > > > Kent > > > > > > > > Thanks in advance for the help, > > > John Johnson > > > > > > __________________________________________________ > > > Do You Yahoo!? > > > Get Yahoo! Mail – Free email you can access from > > anywhere! > > > http://mail.yahoo.com/ > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body > > of the message > > > > -- > > Kent Stewart > > Richland, WA > > > > mailto:kstewart@3-cities.com > > http://www.3-cities.com/~kstewart/index.html > > FreeBSD News http://daily.daemonnews.org/ > > > > Bomber dropping fire retardant in front of Hanford > > Wild fire. > > http://www.3-cities.com/~kstewart/bomber.jpg > > __________________________________________________ > Do You Yahoo!? > Get Yahoo! Mail – Free email you can access from anywhere! > http://mail.yahoo.com/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ Bomber dropping fire retardant in front of Hanford Wild fire. http://www.3-cities.com/~kstewart/bomber.jpg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 20:13:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.monmouth.com (mail.monmouth.com [209.191.58.1]) by hub.freebsd.org (Postfix) with ESMTP id 2B7CE37C3EE for ; Sun, 9 Jul 2000 20:13:43 -0700 (PDT) (envelope-from caffeinex2@monmouth.com) Received: from monmouth.com (bg-tc-ppp231.monmouth.com [209.191.60.232]) by mail.monmouth.com (8.9.3/8.9.3) with ESMTP id XAA14509; Sun, 9 Jul 2000 23:13:35 -0400 (EDT) Message-ID: <3969E7D1.487C7F27@monmouth.com> Date: Mon, 10 Jul 2000 11:12:17 -0400 From: caffeine Organization: caffeine X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 4.0-RELEASE i386) MIME-Version: 1.0 To: PhazeCA@aol.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: internet trouble References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG PhazeCA@aol.com wrote: > > Every time I try to use the PPP Dialup Utility, when I am in xinit, it says > "The pppd daemon did unexpectedly." What is the problem? Is there something > I need to configure or what? I've read all of the faq's but I can't find out > what to do. I wanted to connect to earthlink, how can I do that? > > Thanks for your time. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message K.....i had this same problem once....try running the dialup utility as root..the first time i tried to connect bsd to the net i tried to use kppp as my user and i recieved those same error messages. I did it as root and it worked fine. Also i believe that the login is a little wierd for earthlink its something like ELN/username or suttin. i know you have to add something before your username when u login using ppp. check with earthlink. -caffeine http://www.monmouth.com/~caffeinex2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 20:37: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail02.iprimus.com.au (mail02.iprimus.com.au [203.134.65.91]) by hub.freebsd.org (Postfix) with ESMTP id C4F6737C37D for ; Sun, 9 Jul 2000 20:37:00 -0700 (PDT) (envelope-from lindyd@iprimus.com.au) Received: (apparently) from iprimus.com.au ([203.134.113.184]) by mail02.iprimus.com.au with Microsoft SMTPSVC(5.5.1877.467.46); Mon, 10 Jul 2000 13:36:56 +1000 Message-ID: <396945D6.21785246@iprimus.com.au> Date: Mon, 10 Jul 2000 11:41:11 +0800 From: David Lindy X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: (no subject) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Can I run Linux's applications on FreeBSD platform? Is it possible to install FreeBSD on 386 machine? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 20:52:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 129E437C43F for ; Sun, 9 Jul 2000 20:52:54 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e6A3qnk14865; Sun, 9 Jul 2000 20:52:49 -0700 (PDT) Date: Sun, 9 Jul 2000 20:52:49 -0700 From: Alfred Perlstein To: David Lindy Cc: freebsd-questions@FreeBSD.ORG Subject: Re: (no subject) Message-ID: <20000709205249.B25571@fw.wintelcom.net> References: <396945D6.21785246@iprimus.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <396945D6.21785246@iprimus.com.au>; from lindyd@iprimus.com.au on Mon, Jul 10, 2000 at 11:41:11AM +0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * David Lindy [000709 20:37] wrote: > Can I run Linux's applications on FreeBSD platform? > Is it possible to install FreeBSD on 386 machine? Yes and yes. Just make sure the 386 has 12 megs of ram. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 21:38:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from thor.oit.pdx.edu (thor.oit.pdx.edu [131.252.120.40]) by hub.freebsd.org (Postfix) with ESMTP id CAC0537C492 for ; Sun, 9 Jul 2000 21:38:22 -0700 (PDT) (envelope-from matt@prognostikos.com) Received: from gere.odin.pdx.edu (gere.odin.pdx.edu [131.252.120.42]) by thor.oit.pdx.edu (8.9.3/8.9.3) with ESMTP id VAA27511 for ; Sun, 9 Jul 2000 21:38:22 -0700 (PDT) Received: from localhost (rohrer@localhost) by gere.odin.pdx.edu (8.9.3/8.9.3) with ESMTP id VAA19567 for ; Sun, 9 Jul 2000 21:38:21 -0700 (PDT) X-Authentication-Warning: gere.odin.pdx.edu: rohrer owned process doing -bs Date: Sun, 9 Jul 2000 21:38:21 -0700 (PDT) From: Matt Rohrer X-Sender: rohrer@gere.odin.pdx.edu To: freebsd-questions@freebsd.org Subject: all-in-one printer/copier/fax Message-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 have any experience with or recommendations regarding which (if any) all-in-one printer/copier/fax to use with FreeBSD 3.5-STABLE? TIA. - Matt -- --------------------------------------------------------------- Matt Rohrer matt@prognostikos.com http://prognostikos.com --------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 21:41:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 8964737C497 for ; Sun, 9 Jul 2000 21:41:24 -0700 (PDT) (envelope-from grog@wantadilla.lemis.com) Received: (from grog@localhost) by wantadilla.lemis.com (8.9.3/8.9.3) id OAA18689; Mon, 10 Jul 2000 14:06:15 +0930 (CST) (envelope-from grog) Date: Mon, 10 Jul 2000 14:06:15 +0930 From: Greg Lehey To: GENE DINKEY Cc: FreeBSD Questions Subject: Re: Slice size larger than disk size during install? Message-ID: <20000710140615.A18656@wantadilla.lemis.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sunday, 9 July 2000 at 7:40:32 -0700, GENE DINKEY wrote: > I am trying to install FreeBSD 4.0 on a P90 w/ 24MB RAM. I'm using the boot > floppies, the first time I went through the installation the only problem I > had was a loose cable on the back of the cdrom (probably happened while I > was moving the system) that caused the package installation to abort. I > didn't have any problems slicing out the HDD or anything like that. > > After I rebooted I can boot off of the floppies but when I try to load the > install it tries to read the HDD then says "slice size larger than disk > size", gives a few numbers (slice Vs disk and such) We need to see them. > and then panics out "Not going anywhere without init". > > The only thing I can think of is that I chose to dedicate the whole > disk to BSD (it's a 800MB HDD and I don't plan on using any other > OS's on the system)... Nope, that's what most of us do. We need more input. Numbers, for example, and messages. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 21:47:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from po3.wam.umd.edu (po3.wam.umd.edu [128.8.10.165]) by hub.freebsd.org (Postfix) with ESMTP id 5A4B337C492 for ; Sun, 9 Jul 2000 21:47:16 -0700 (PDT) (envelope-from culverk@wam.umd.edu) Received: from rac1.wam.umd.edu (root@rac1.wam.umd.edu [128.8.10.141]) by po3.wam.umd.edu (8.9.3/8.9.3) with ESMTP id AAA17164; Mon, 10 Jul 2000 00:47:03 -0400 (EDT) Received: from rac1.wam.umd.edu (sendmail@localhost [127.0.0.1]) by rac1.wam.umd.edu (8.9.3/8.9.3) with SMTP id AAA06026; Mon, 10 Jul 2000 00:47:07 -0400 (EDT) Received: from localhost (culverk@localhost) by rac1.wam.umd.edu (8.9.3/8.9.3) with ESMTP id AAA06022; Mon, 10 Jul 2000 00:47:06 -0400 (EDT) X-Authentication-Warning: rac1.wam.umd.edu: culverk owned process doing -bs Date: Mon, 10 Jul 2000 00:47:05 -0400 (EDT) From: Kenneth Wayne Culver To: David Lindy Cc: freebsd-questions@FreeBSD.ORG Subject: Re: (no subject) In-Reply-To: <396945D6.21785246@iprimus.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 > Can I run Linux's applications on FreeBSD platform? > Is it possible to install FreeBSD on 386 machine? Yes you can run just about any linux app on FreeBSD, and yes it's possible (although I wouldn't suggest it) to run on a 386 assuming you have enough RAM on the machine. ================================================================= | Kenneth Culver | FreeBSD: The best NT upgrade | | Unix Systems Administrator | ICQ #: 24767726 | | and student at The | AIM: muythaibxr | | The University of Maryland, | Website: (Under Construction) | | College Park. | http://www.wam.umd.edu/~culverk/| ================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 21:51:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id C625037C4C8 for ; Sun, 9 Jul 2000 21:51:16 -0700 (PDT) (envelope-from grog@wantadilla.lemis.com) Received: (from grog@localhost) by wantadilla.lemis.com (8.9.3/8.9.3) id OAA18787; Mon, 10 Jul 2000 14:21:04 +0930 (CST) (envelope-from grog) Date: Mon, 10 Jul 2000 14:21:03 +0930 From: Greg Lehey To: ian j hart Cc: questions@FreeBSD.ORG Subject: Re: partition sizes vinum and ccd Message-ID: <20000710142103.C18656@wantadilla.lemis.com> References: <39691175.1B657EC2@freeloader.freeserve.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <39691175.1B657EC2@freeloader.freeserve.co.uk> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday, 10 July 2000 at 0:57:41 +0100, ian j hart wrote: > Hello all. > > Background: I am the technician at a school in the UK. I have to provide > web browsing and email services before the start of the next academic > year. I figured I'd break it down into two parts. Build a local server. > Test during the first term while I build a firewall. Cross fingers and > hope it works. > > Hardware: This is what I have to work with. No discussion required here, > the budget is spent. > > AMD K6II-500 > 2x 18Gb SCSI hard disks > 256Mb RAM. > SCSI CDRW > Some other stuff... > > Software: (suggestions?) > Apache > imap-uw (if fixed) or qpopper? > fetchmail or SMTP forward on the firewall > > What I need to know is how best to partition the disks. I have no > idea how big the partitions need to be as there is no existing > server. Load will be maximum 150 Win95 clients, 1500 users. What > combination of vinum,ccd and swap will give me best > safety/performance? I've not used vinum before but as it's a new > machine I can always format and use *normal* partitions if it fries > my brain. The machine will double as cvs repository/buildserver off > peak. I recon that's 7Gb /usr plus 1Gb if I build release. The CDRW > will need chunks of 650Mb for spooling file server(NT) backups. Then > web space and mail for each user. > > I hope someone can help. Even a df from a similar system would be > better than nothing. What kind of tapes are you using for backup? It's best to ensure that a file system backup pretty well fills up a tape, but doesn't ever require more than one tape. If you have, say, a DDS-4 or DLT drive, you can back up the whole system on one tape. Apart from that consideration, make the file systems as large as possible. Use quotas to ensure that people don't overstep their mark. Vinum vs. ccd: You only need one. Vinum has more functionality and better failure recovery, so that's the one you should stick with. Since you're after safety (which I assume includes tolerance of disk failure), you should use volumes with two plexes. You'll get marginally better results from striped plexes, so your Vinum config would look like: drive 1 device /dev/da0h drive 2 device /dev/da1h volume everything plex org striped 275k sd len 17g drive 1 plex org striped 275k sd len 17g drive 2 Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 22: 8:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mostgraveconcern.com (mostgraveconcern.com [216.82.145.240]) by hub.freebsd.org (Postfix) with ESMTP id 8041E37C4D1 for ; Sun, 9 Jul 2000 22:08:23 -0700 (PDT) (envelope-from dan@mostgraveconcern.com) Received: from danco (danco.mostgraveconcern.com [10.0.0.2]) by mostgraveconcern.com (8.9.3/8.9.3) with SMTP id WAA09867; Sun, 9 Jul 2000 22:08:19 -0700 (PDT) (envelope-from dan@mostgraveconcern.com) Message-ID: <038d01bfea2c$d9a086e0$0200000a@danco> Reply-To: "Dan O'Connor" From: "Dan O'Connor" To: "Kent Stewart" Cc: Subject: Re: Accessing FreeBSD Gateway from Another FreeBSD Machine Date: Sun, 9 Jul 2000 22:08:13 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> Thanks for the quick response. I cleaned out a lot of >> deadwood from rc.conf on both machines, verified >> defaultrouter (set to external gateway IP address on >> the gateway machine and internal gateway IP address on >> the client), and added a second nameserver to >> resolv.conf for both machines. No dice. Any other >> suggestions? > >I do have all 5 of my machines in the hosts files on all systems. This >includes each version of Windows that I multi-boot and FreeBSD. Hmmm...this is such a fundamental operation for FreeBSD, we're probably all overlooking something really simple... Double check your IP addresses and netmasks, looking carefully for typos. Can you ping the Windows machines from your FreeBSD client? If not, maybe it's time to try a new cable, plugging into a different port on your hub, and maybe a new network adapter... --Dan -- Dan O'Connor On Matters of Most Grave Concern http://www.mostgraveconcern.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jul 9 22:25:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scrabble.freeuk.net (scrabble.freeuk.net [212.126.144.6]) by hub.freebsd.org (Postfix) with ESMTP id E39A337B705; Sun, 9 Jul 2000 22:25:13 -0700 (PDT) (envelope-from decline@freeuk.com) Received: from [212.126.152.15] (helo=holmes) by scrabble.freeuk.net with smtp (Exim 3.12 #1) id 13BW3f-0000Gz-00; Mon, 10 Jul 2000 06:24:43 +0100 Message-Id: From: decline@freeuk.com Date: Mon, 10 Jul 2000 06:24:43 +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG DATA From: 221b Baker Street To: Date: Mon, 10 Jul 2000 06:23:53 PDT Subject: The Sherlock Holmes Museum The Sherlock Holmes Museum 221b Baker Street London NW1 6XE http://www.sherlock-holmes.webprovider.com Sir/Madam - We beg to inform you of our new Exhibition of Wax Models which includes the 'Napoleon of Crime' Professor Moriarty and the terrifying Hound of the Baskervilles, and we cordially invite you to experience the free online tour on our website, where you can read articles from the Baker Street Times, visit our Old Curiosity Shop, and read letters which people have written to Sherlock Holmes from around the world. Give yourself a break and visit the world's most famous address when you are next in London, or while you are online! Yours faithfully, John Aidiniantz Assistant Curator WWW.SHERLOCK-HOLMES.WEBPROVIDER.COM There is no need to respond to this email but if you wish to deprive yourself of further mailings please click here: decline@freeuk.com?subject=Unsubscribe "To a great mind, nothing is little"................Mr Sherlock Holmes. *************************************** Here are some other London links from our website that you can investigate: The Times Newspaper - Read all about it! The latest news stories from England. http://www.the-times.co.uk/news/pages/Times/frontpage.html?999 The Royal Family - see Buckingham Palace and the Crown Jewels http://www.royal.gov.uk/ ************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 0:22:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tp.dnt.md (tp.t1.isocws.isoc.org [133.27.160.4]) by hub.freebsd.org (Postfix) with ESMTP id DE9F137B76C for ; Mon, 10 Jul 2000 00:22:55 -0700 (PDT) (envelope-from vr@dnt.md) Received: from localhost (vr@localhost) by tp.dnt.md (8.9.3/8.9.3) with ESMTP id QAA00949 for ; Mon, 10 Jul 2000 16:23:30 +0900 (JST) (envelope-from vr@dnt.md) X-Authentication-Warning: tp.dnt.md: vr owned process doing -bs Date: Mon, 10 Jul 2000 16:23:24 +0900 (JST) From: Slava Revutchi To: freebsd-questions@freebsd.org Subject: sysinstall scripting Message-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'm trying to clone machines in a lab. I've scripted sysinstall and it works ok but I can't make it edit a file like /root/.rhosts automaticaly so that I can rsync stuff to all PCs afterwards. I was thinking about creating a package to be installed by the script which would just copy a couple of files around but pkg_create procedure seems too complicated for the task. Can anyone suggest a easier solition or at least a guide/tutorial on how to create packages. thank you, slava To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 1: 2:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id 2AAA937B506 for ; Mon, 10 Jul 2000 01:02:28 -0700 (PDT) (envelope-from vlado_mladenoff@gmx.net) Received: (qmail 15036 invoked by uid 0); 10 Jul 2000 08:02:20 -0000 Received: from tartest.pip.digsys.bg (HELO localhost.localdomain) (193.68.14.14) by mail.gmx.net with SMTP; 10 Jul 2000 08:02:20 -0000 Date: Mon, 10 Jul 2000 11:02:06 +0300 (EEST) From: Vladislav Mladenoff X-Sender: vlado_mladenoff@localhost.localdomain To: Patrick Cc: freebsd-questions@FreeBSD.ORG Subject: Re: need help for IPFW advanced use In-Reply-To: <000801bfe9d8$5cb421e0$0101a8c0@pfoubert> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Read 'man dummynet' Vlado On Sun, 9 Jul 2000, Patrick wrote: > Hello, > > With this new version (4.0) of freebsd, you introduce the availability to limit the bandwidth use by using ipfw command . > > I make a new installation, with 2 network cards, enable the gateway and testing it over two differents networks: it's run. > > I enable IP Firewall as "OPEN" mode, it's ok > > But when I try the command > > IPFW PIPE SHOW, I get an error: > > IPFW: getsockopt (ip_dummy_get): protocol not available > > When I try to add a rule as: > > IPFW ADD PIPE 1 IP FROM ANY TO ANY OUT (as man pages), i get an error: > > IP_FW_CTL: Invalid command > IPFW: getsockopt(ip_fw_add): protocol not available > > I not see a "valable" reason to have problems with ipfw but ... > > If you have a idea or if kernel need to be recompiled with specific values or modules, please let's me know and the procedure to make it ! > > Thanks > > Patrick Foubert > Servers Manager > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 1:22:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from goliat.interbgc.com (goliat.interbgc.com [193.220.104.2]) by hub.freebsd.org (Postfix) with SMTP id B52D637BA33 for ; Mon, 10 Jul 2000 01:22:25 -0700 (PDT) (envelope-from boris@interbgc.com) Received: (qmail 75248 invoked from network); 10 Jul 2000 11:20:18 -0000 Received: from winux.interbgc.com (HELO interbgc.com) (193.220.104.5) by goliat.interbgc.com with SMTP; 10 Jul 2000 11:20:18 -0000 Message-ID: <39698715.1FE617FD@interbgc.com> Date: Mon, 10 Jul 2000 11:19:33 +0300 From: Boris Stoev Organization: InterBGcom X-Mailer: Mozilla 4.72 [en] (Win98; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: SB AudioPCI 128 (Creative) how to? 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 with configuration of my Sound Baster I use FreeBSD 4.0 my sound Blaster is on PCI......can I configure Sound Blaster on sb0 device...... 10x in advance.... sorry for my bad English To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 1:29: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from merkur.hrz.uni-giessen.de (merkur.hrz.uni-giessen.de [134.176.2.12]) by hub.freebsd.org (Postfix) with ESMTP id 7670C37C4F8 for ; Mon, 10 Jul 2000 01:28:54 -0700 (PDT) (envelope-from Ariel.Burbaickij@mni.fh-giessen.de) Received: from caspar.mni.fh-giessen.de by merkur.hrz.uni-giessen.de with ESMTP for questions@freebsd.org; Mon, 10 Jul 2000 10:29:35 +0200 Received: from sun33.mni.fh-giessen.de ([134.176.183.133] helo=sun33) by caspar.mni.fh-giessen.de with esmtp (Exim 2.12 #6) id 13BYtq-0001Q9-00 for questions@freebsd.org; Mon, 10 Jul 2000 10:26:46 +0200 Date: Mon, 10 Jul 2000 10:30:08 +0200 (MET DST) From: Ariel Burbaickij X-Sender: hg9456@sun33 To: questions@freebsd.org Subject: Nice thing to have for bad programming practices. Message-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 the thing that is nice to have is assembler debugger for freebsd on i80x86 platform(long life td or something comparable).Does something exist?I do not want to hear reasons why I should not programm in assembler I just want decent and usable debuuger.As to programming practices ( you surely guessed it.It is kernel assemlber files.And yes i am not content There are coding as well as coommneting rules and you know I guess it would not be possible to pass through homemwork checking for undergarudate in our college.I did not see module description , i did not see changed registers description, i did not the explanation of trickful programming practices and necessity for it) Well, i can live without commentary but i need assembler-level debugger(and yes i do like GUI-debuggers ala deglucker or td or softice) Best wishes, Ariel To boldly go where I surely don't belong. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 2:15: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from devnull.xpert.com (xpert.com [199.203.132.1]) by hub.freebsd.org (Postfix) with ESMTP id 1F91E37C51C for ; Mon, 10 Jul 2000 02:14:56 -0700 (PDT) (envelope-from Yonatan@xpert.com) Received: from exchange.xpert.com ([199.203.132.115]) by devnull.xpert.com with esmtp (Exim 3.01 #1) id 13BbNu-0006qa-00 for freebsd-questions@freebsd.org; Mon, 10 Jul 2000 14:05:58 +0300 Received: by exchange.xpert.com with Internet Mail Service (5.5.2650.21) id ; Mon, 10 Jul 2000 12:16:30 +0300 Message-ID: <00BF97DD9F3FD311AB860060084E50DD311B89@exchange.xpert.com> From: Yonatan Bokovza To: "'freebsd-questions@freebsd.org'" Subject: VMWare and FreeBSD Date: Mon, 10 Jul 2000 12:16:23 +0300 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="windows-1255" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm about to install VMWare on my 4-stable machine. Any pointers, notes, stuff to fiddle with? Thanks. Yonatan. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 2:29: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from o1d2.telia.lv (o1d2.telia.lv [194.19.240.45]) by hub.freebsd.org (Postfix) with ESMTP id 5EEE937B6FB for ; Mon, 10 Jul 2000 02:28:57 -0700 (PDT) (envelope-from zigurds.kalnroze@miesnieks.lv) Received: from miesnieks.lv ([194.19.225.238]) by o1d2.telia.lv (8.9.3/8.9.3) with ESMTP id LAA11641 for ; Mon, 10 Jul 2000 11:43:32 +0300 Message-ID: <3969A4EB.751EDA9A@miesnieks.lv> Date: Mon, 10 Jul 2000 11:26:51 +0100 From: Zigurds X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.org Subject: Please, help me Content-Type: multipart/alternative; boundary="------------1B6BCB2CFBA2B1D0DF070045" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --------------1B6BCB2CFBA2B1D0DF070045 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi I bought FreeBSD 3.2 (Walnut Creek CDROM, FreeBSD Power Pack), but I can't install it on my computer. The installation from CDROM (with booting from CDROM, without floppys) is going on all right till I get the message - Probing devices, please wait (this can take a while) ... Then installation becomes silent without any additional information. I waited sometimes 20 minutes and more. The cofiguration of my computer is this: - MBoard CC820 - CPU Intel Pentium III 450 MHz 512KB - 2DIMM's PC100 64 SDRAM M.tec ( = 128MB ) - HDD 13.5GB IBM IDE - VGA ATI 3D 4MB AGP - Monitor 17'' SCOTT 772 - FDD 3.5'' 1.44MB Mitsumi - CDROM 32X TEAC Can you tell me what the matter is ? I have some experience with this FreeBSD on my old computer (Pentium 90MHz SCSI). All is going on OK. I am a programmer and I like UNIX ( and FreeBSD) very much, but I can't install FreeBSD on my new machine. It's great annoyance. Can you help me ? Excuse my bad english. My best regards, Zigurd Latvia, Riga --------------1B6BCB2CFBA2B1D0DF070045 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit    Hi
   I bought FreeBSD 3.2 (Walnut Creek CDROM, FreeBSD Power Pack), but I can't install it on my computer. The installation from CDROM (with booting from CDROM, without floppys) is going on all right till I get the message -
   Probing devices, please wait (this can take a while) ...
   Then installation becomes silent without any additional information. I waited
sometimes 20 minutes and more.
   The cofiguration of my computer is this:
   - MBoard CC820
   - CPU Intel Pentium III 450 MHz  512KB
   - 2DIMM's PC100 64 SDRAM M.tec ( = 128MB )
   - HDD 13.5GB IBM IDE
   - VGA ATI 3D 4MB AGP
   - Monitor 17'' SCOTT 772
   - FDD 3.5'' 1.44MB Mitsumi
   - CDROM 32X TEAC

   Can you tell me what the matter is ?
   I have some experience with this FreeBSD on my old computer (Pentium 90MHz
SCSI). All is going on OK. I am a programmer and I like UNIX ( and FreeBSD)
very much, but I can't install FreeBSD on my new machine. It's great annoyance.
Can you help me ?
   Excuse my bad english.
   My best regards, Zigurd
   Latvia, Riga --------------1B6BCB2CFBA2B1D0DF070045-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 2:41: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from aphex.peterson.org (aphex.peterson.org [209.228.7.160]) by hub.freebsd.org (Postfix) with ESMTP id 2D7D137B744; Mon, 10 Jul 2000 02:40:57 -0700 (PDT) (envelope-from matt@peterson.org) Received: from aphex.peterson.org (aphex.peterson.org [209.228.7.160]) by aphex.peterson.org (8.9.3/8.9.3) with ESMTP id CAA21359; Mon, 10 Jul 2000 02:40:55 -0700 (PDT) Date: Mon, 10 Jul 2000 02:40:55 -0700 (PDT) From: Matt Peterson To: freebsd-questions@freebsd.org Cc: freebsd-mobile@freebsd.org Subject: thinkpad 570 csa using new pcm Message-ID: X-URL: http://matt.peterson.org/ X-UIN: 1998182 X-AIM: lardcm 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 sport a thinkpad 570, trying to get csa (CS4280) working with pcm. even looking a previous posts, it seems luck with the csa bridge driver is very slim. i've tried suggested kernel configs (yes i've ./MAKEDEV snd0) posted to the lists, see below. i must be missing something simple, i apperiate any help. version: 4.0-STABLE (cvsup'd 09jul00) kernel config: options PNPBIOS device pcm0 at isa? port 0x52C irq 5 drq 1 flags 0x10 device csa0 device pcm0 device csa0 device pcm0 dmesg (this is with first noted kernel config): The Regents of the University of California. All rights reserved. FreeBSD 4.0-STABLE #3: Sun Jul 9 05:08:12 PDT 2000 root@delirum.peterson.org:/usr/src/sys/compile/DELIRUM Timecounter "i8254" frequency 1193182 Hz CPU: Pentium II/Pentium II Xeon/Celeron (365.02-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x66a Stepping = 10 Features=0x183f9ff real memory = 134152192 (131008K bytes) avail memory = 125767680 (122820K bytes) Preloaded elf kernel "kernel" at 0xc0435000. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface apm0: on motherboard apm: found APM BIOS v1.2, connected at v1.2 pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 11 pcic-pci0: mem 0x50000000-0x50000fff irq 11 at device 2.0 on pci0 pcic-pci0: TI12XX PCI Config Reg: [ring enable][speaker enable][pwr save][FUNC pci int + CSC serial isa irq] pcic-pci1: mem 0x50100000-0x50100fff irq 11 at device 2.1 on pci0 pcic-pci1: TI12XX PCI Config Reg: [ring enable][speaker enable][pwr save][FUNC pci int + CSC serial isa irq] csa0: mem 0xf4000000-0xf40fffff,0xf4100000-0xf4100fff irq 11 at device 5.0 on pci0 pcm0: on csa0 isab0: at device 6.0 on pci0 isa0: on isab0 atapci0: port 0x1800-0x180f at device 6.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 uhci0: port 0x1820-0x183f irq 11 at device 6.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhub0: port 1 power on failed, IOERROR uhub0: port 2 power on failed, IOERROR chip1: port 0x1040-0x104f at device 6.3 on pci0 pci0: (vendor=0x11c1, dev=0x0448) at 7.0 irq 11 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 psm0: irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> pcic0: at port 0x3e0 iomem 0xd0000 irq 10 on isa0 pcic0: management irq 10 pccard0: on pcic0 pccard1: on pcic0 sio0: configured irq 4 not in bitmap of probed irqs 0 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 8250 sio1: configured irq 3 not in bitmap of probed irqs 0 ppc0: cannot reserve I/O port range isa_compat: didn't get irq for lnc adv1: Invalid baseport of 0x0 specified. Neerest valid baseport is 0x100. Failing probe. unknown0: at port 0-0xf,0x81-0x8f,0xc0-0xdf drq 4 on isa0 unknown: can't assign resources adv1: Invalid baseport of 0x40 specified. Neerest valid baseport is 0x100. Failing probe. unknown1: at port 0x40-0x43 irq 0 on isa0 adv1: Invalid baseport of 0x70 specified. Neerest valid baseport is 0x100. Failing probe. unknown2: at port 0x70-0x71 irq 8 on isa0 unknown: can't assign resources adv1: Invalid baseport of 0xf0 specified. Neerest valid baseport is 0x100. Failing probe. unknown3: at port 0xf0-0xff irq 13 on isa0 adv1: Invalid baseport of 0x80 specified. Neerest valid baseport is 0x100. Failing probe. unknown4: at port 0x80,0x92,0xb2-0xb3,0x72-0x73,0x2e-0x2f,0x62,0x66,0x15ea-0x15ef,0xfe00-0xfe0f iomem 0xfff80000-0xffffffff on isa0 adv1: Invalid baseport of 0x61 specified. Neerest valid baseport is 0x100. Failing probe. unknown5: at port 0x61 on isa0 adv1: Invalid baseport of 0x4d0 specified. Neerest valid baseport is 0x330. Failing probe. unknown6: at port 0x4d0-0x4d1,0x1000-0x103f,0x1040-0x104f on isa0 unknown7: at port 0x330 on isa0 unknown8: at port 0x330 iomem 0-0x9ffff,0xe0000-0xfffff,0x100000-0x7ffffff on isa0 adv1: Invalid baseport of 0xcf8 specified. Neerest valid baseport is 0x330. Failing probe. unknown9: at port 0xcf8-0xcff on isa0 adv1: Invalid baseport of 0x3e1 specified. Neerest valid baseport is 0x330. Failing probe. unknown10: at port 0x3e1-0x3e2 on isa0 unknown: can't assign resources unknown: can't assign resources unknown: can't assign resources unknown: can't assign resources unknown: can't assign resources adv1: Invalid baseport of 0x3bc specified. Neerest valid baseport is 0x330. Failing probe. unknown11: at port 0x3bc-0x3bf irq 7 on isa0 ad0: 6149MB [13328/15/63] at ata0-master using UDMA33 Mounting root from ufs:/dev/ad0s1a pccard: card inserted, slot 0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 3:12:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lucifer.ninth-circle.org (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id 3C86037B653; Mon, 10 Jul 2000 03:12:42 -0700 (PDT) (envelope-from asmodai@lucifer.ninth-circle.org) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.9.3/8.9.3) id MAA91822; Mon, 10 Jul 2000 12:12:23 +0200 (CEST) (envelope-from asmodai) Date: Mon, 10 Jul 2000 12:12:23 +0200 From: Jeroen Ruigrok van der Werven To: Jim Mercer Cc: questions@FreeBSD.ORG, hackers@FreeBSD.ORG Subject: Re: cvs-crypto missing from 4.0-stable via cvsup? Message-ID: <20000710121222.Y44199@lucifer.bart.nl> References: <20000709001045.A9391@reptiles.org> <20000709124030.B9391@reptiles.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000709124030.B9391@reptiles.org>; from jim@reptiles.org on Sun, Jul 09, 2000 at 12:40:30PM -0400 Organisation: VIA Net.Works The Netherlands Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000709 18:45], Jim Mercer (jim@reptiles.org) wrote: >hmmm. maybe, /usr/share/examples/cvsup/... should be updated to reflect the >change. Should be updated. Patience grasshopper. =P >also, i noticed something odd on the mailing-list search pages of the website: > >search "cvs-crypto" for questions and current: > >6."David J. Re: cvs-crypto > Score: 1124; Lines: 49; 20-Apr-1997; Archive: freebsd-questions > >i wouldn't have normally looked at this one because of the date, however, >when looking at the message, i see: [snip] >something broken in the indexing? Known issue, when I get time I'll look at it. -- Jeroen Ruigrok van der Werven Network- and systemadministrator VIA Net.Works The Netherlands BSD: Technical excellence at its best http://www.via-net-works.nl ``...by God I *KNOW* what this network is for, and you can't have it.'' -- Russ Albery To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 3:18:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hal.teknocenter.se (www.innovationteam.se [195.17.83.32]) by hub.freebsd.org (Postfix) with ESMTP id 536F937B6F5 for ; Mon, 10 Jul 2000 03:18:25 -0700 (PDT) (envelope-from andreas@restech.se) Received: from camelot ([195.17.83.2]) by hal.teknocenter.se (Post.Office MTA v3.5.3 release 223 ID# 509-52368U300L100S0V35) with SMTP id se for ; Mon, 10 Jul 2000 12:14:59 +0200 From: "Andreas Nilsson" To: Subject: PCMCIA Ethernet problems... Date: Mon, 10 Jul 2000 12:19:44 +0200 Message-ID: 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 IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a 3c589D card and can't get it to work in FreeBSD 4.0. This is what i've done so far: ------------------------------ * Recompiled the kernel to support pccards and device ep. * Renamed pccard.conf.sample to pccard.conf * Modified rc.conf to enable pccard and look in pccard.conf. * Added a ifconfig.ep0 file to /etc, containing inet settings for the device. This is what i get when i boot: ------------------------------- No card in database for ""("") ep0: No irq?! pccardd[46]: driver allocation failed fpr 3Com Corporation(3C589D): Device not configured pccardd[46]: pccardd started Any ideas? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 3:32:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web4107.mail.yahoo.com (web4107.mail.yahoo.com [216.115.104.127]) by hub.freebsd.org (Postfix) with SMTP id F1E4937B653 for ; Mon, 10 Jul 2000 03:32:48 -0700 (PDT) (envelope-from ioann_j@yahoo.com) Message-ID: <20000710103247.26021.qmail@web4107.mail.yahoo.com> Received: from [209.9.221.98] by web4107.mail.yahoo.com; Mon, 10 Jul 2000 03:32:47 PDT Date: Mon, 10 Jul 2000 03:32:47 -0700 (PDT) From: John Johnson Subject: Re: Accessing FreeBSD Gateway from Another FreeBSD Machine To: Kent Stewart 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 Still no dice. I'm thinking of trying a crossover cable to see if that might help, but other than that, I'm stumped (no big thing, given that I'm still way too green with FBSD..) :-) John --- Kent Stewart wrote: > > > John Johnson wrote: > > > > Kent, > > > > Thanks for the quick response. I cleaned out a lot > of > > deadwood from rc.conf on both machines, verified > > defaultrouter (set to external gateway IP address > on > > the gateway machine and internal gateway IP > address on > > the client), and added a second nameserver to > > resolv.conf for both machines. No dice. Any other > > suggestions? > > I do have all 5 of my machines in the hosts files on > all systems. This > includes each version of Windows that I multi-boot > and FreeBSD. > > Kent > > > > > Thanks, > > John > > > > --- Kent Stewart wrote: > > > > > > > > > John Johnson wrote: > > > > > > > > I've built a FreeBSD machine which I am using > as a > > > > gateway and firewall. I have no problem > pinging > > > the > > > > gateway machine and accessing the Web from a > > > Windows > > > > 2000 laptop which I have sitting behind the > > > firewall, > > > > but I am unable to do either from a second > FreeBSD > > > > box, which also sits behind the firewall and > on > > > which > > > > I would like to run Samba and Apache. I am, > > > however, > > > > able to connect to the Web when I plug > directly > > > into > > > > my DSL router, which is how I installed > FreeBSD, > > > so I > > > > know the NIC is working. > > > > > > > > I know that I'm probably missing something > > > glaringly > > > > obvious, but I can't seem to figure out what. > I've > > > > also tried with Linux with the same results. > Be > > > happy > > > > to post netstat and/or route output if someone > can > > > > steer me in the right direction. > > > > > > Sounds like you didn't add a > > > "defaultrouter="IP_FBSD_Machine"" into > > > your /etc/rc.conf. Depending on how you have > things > > > setup there may be > > > other settings. I have a static IP and specify > my > > > ISP's DNS servers in > > > resolv.conf. > > > > > > Kent > > > > > > > > > > > Thanks in advance for the help, > > > > John Johnson > > > > > > > > > __________________________________________________ > > > > Do You Yahoo!? > > > > Get Yahoo! Mail – Free email you can access > from > > > anywhere! > > > > http://mail.yahoo.com/ > > > > > > > > To Unsubscribe: send mail to > majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-questions" in the > body > > > of the message > > > > > > -- > > > Kent Stewart > > > Richland, WA > > > > > > mailto:kstewart@3-cities.com > > > http://www.3-cities.com/~kstewart/index.html > > > FreeBSD News http://daily.daemonnews.org/ > > > > > > Bomber dropping fire retardant in front of > Hanford > > > Wild fire. > > > http://www.3-cities.com/~kstewart/bomber.jpg > > > > __________________________________________________ > > Do You Yahoo!? > > Get Yahoo! Mail – Free email you can access from > anywhere! > > http://mail.yahoo.com/ > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body > of the message > > -- > Kent Stewart > Richland, WA > > mailto:kstewart@3-cities.com > http://www.3-cities.com/~kstewart/index.html > FreeBSD News http://daily.daemonnews.org/ > > Bomber dropping fire retardant in front of Hanford > Wild fire. > http://www.3-cities.com/~kstewart/bomber.jpg __________________________________________________ Do You Yahoo!? Get Yahoo! Mail – Free email you can access from anywhere! http://mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 3:34:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web4102.mail.yahoo.com (web4102.mail.yahoo.com [216.115.104.122]) by hub.freebsd.org (Postfix) with SMTP id 2E2EE37BB5E for ; Mon, 10 Jul 2000 03:34:11 -0700 (PDT) (envelope-from ioann_j@yahoo.com) Message-ID: <20000710103411.25690.qmail@web4102.mail.yahoo.com> Received: from [209.9.221.98] by web4102.mail.yahoo.com; Mon, 10 Jul 2000 03:34:10 PDT Date: Mon, 10 Jul 2000 03:34:10 -0700 (PDT) From: John Johnson Subject: Re: Accessing FreeBSD Gateway from Another FreeBSD Machine To: Dan O'Connor , Kent Stewart 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 I am unable to ping the FreeBSD client from the Windows machine, and I cannot ping it from the Windows machine, either. Basic networking question: do I need straight or crossover cabling? When I ping from the FBSD client, I show activity of both the client NIC and at the hub (for the client's connection only), but nowhere else. When I ping from the FBSD gateway, I see activity on the gateway NIC and at the hub for both gateway and client. Cabling and card work just fine when connected directly to the DSL router, though... John --- Dan O'Connor wrote: > >> Thanks for the quick response. I cleaned out a > lot of > >> deadwood from rc.conf on both machines, verified > >> defaultrouter (set to external gateway IP address > on > >> the gateway machine and internal gateway IP > address on > >> the client), and added a second nameserver to > >> resolv.conf for both machines. No dice. Any other > >> suggestions? > > > >I do have all 5 of my machines in the hosts files > on all systems. This > >includes each version of Windows that I multi-boot > and FreeBSD. > > > Hmmm...this is such a fundamental operation for > FreeBSD, we're probably all > overlooking something really simple... > > Double check your IP addresses and netmasks, looking > carefully for typos. > > Can you ping the Windows machines from your FreeBSD > client? If not, maybe > it's time to try a new cable, plugging into a > different port on your hub, > and maybe a new network adapter... > > --Dan > > -- > Dan O'Connor > On Matters of Most Grave Concern > http://www.mostgraveconcern.com > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of > the message __________________________________________________ Do You Yahoo!? Get Yahoo! Mail – Free email you can access from anywhere! http://mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 4:59:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from brunel.uk1.vbc.net (brunel.uk1.vbc.net [194.207.2.8]) by hub.freebsd.org (Postfix) with ESMTP id A94A837B6B8 for ; Mon, 10 Jul 2000 04:59:35 -0700 (PDT) (envelope-from lloyd@vbc.net) Received: from localhost (lloyd@localhost) by brunel.uk1.vbc.net (8.9.3/8.9.3) with ESMTP id MAA00819; Mon, 10 Jul 2000 12:59:29 +0100 (BST) X-Authentication-Warning: brunel.uk1.vbc.net: lloyd owned process doing -bs Date: Mon, 10 Jul 2000 12:59:29 +0100 (BST) From: Lloyd Rennie X-Sender: lloyd@brunel.uk1.vbc.net To: Damon Hammis Cc: questions@FreeBSD.ORG Subject: Re: Mylex/BusLogic SCSI Controller Replacement 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, 7 Jul 2000, Damon Hammis wrote: > Where did you get this information from? Who is the card being dropped by? > FreeBSD or Mylex/Buslogic? Mylex UK office tell us they have dropped the card :( > Adaptec 2940's seem to work well for me in the past. *sigh* - no longer made by Adaptec. Replacement is an AHA29160, which from the model number looks like a straight Ultra160 replacement. Some details exist at http://www.adaptec.com/products/guide/ultra160scsi.html And at http://www.adaptec.com/products/overview/ultra160scsi.html#29160 However, nowhere can I find technical details on the chipset used, so I have no idea if FreeBSD will like it. Has to be STABLE version of FreeBSD too. Can anyone comment on the likelihood of it working? > --Damon > > On Fri, 7 Jul 2000, Lloyd Rennie wrote: > > > We have just been informed that the card we dearly love to use, the > > Mylex/Buslogic BT-958 UW Controller, has been dropped. > > > > Can anyone reccommend a suitable replacement properly compatible with > > FreeBSD? We have been offered an Adaptec 2944, but I am skeptical... > > > > Any suggestions/tales of controller bliss would be greatly appreciated. > > > > -- > > Lloyd Rennie VBCnet GB Ltd lloyd@vbc.net > > tel +44 (0) 117 929 1316 http://www.vbc.net fax +44 (0) 117 927 2015 > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > -- Lloyd Rennie VBCnet GB Ltd lloyd@vbc.net tel +44 (0) 117 929 1316 http://www.vbc.net fax +44 (0) 117 927 2015 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 5: 3:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay1.inwind.it (relay1.inwind.it [212.141.53.67]) by hub.freebsd.org (Postfix) with ESMTP id DE5B737B749 for ; Mon, 10 Jul 2000 05:03:20 -0700 (PDT) (envelope-from bartequi@inwind.it) Received: from bartequi.ottodomain.org (212.141.78.153) by relay1.inwind.it; 10 Jul 2000 14:03:16 +0200 From: Salvo Bartolotta Date: Mon, 10 Jul 2000 13:04:05 GMT Message-ID: <20000710.13040500@bartequi.ottodomain.org> Subject: Re: Softupdates question To: Doug Barton Cc: freebsd-questions@FreeBSD.ORG, djkanter@northwestern.edu References: <20000709005612.A89313@localhost.localdomain> <20000709.23515500@bartequi.ottodomain.org> <3969172D.D3A30104@gorean.org> X-Mailer: SuperCalifragilis X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 7/10/00, 1:22:05 AM, Doug Barton wrote regarding Re: Softupdates question: > Salvo Bartolotta wrote: > > If performance is your main concern, you may wish to enable > > softupdates and the "noatime" option for all filesystems except for > > "/". This last filesystem ("/") should (normally) be used only with > > the "noatime" option. > I've read many posts from some really smart people that said not= only does > noatime not help you in combination with softupdates, but it can actually > hurt you. Also, you shouldn't be doing a lot of i/o on your root filesystem > anyway, so I wouldn't advise using noatime on that one either. > Good luck, > Doug Dear Doug Barton, thank you very much for writing. My understanding was that the noatime option reduced writes, as per TFM (mount(8)):

noatime Do not update the file access time when reading from a file. This option is useful on filesystems where there are large numbers of files and performance is more criti- cal than updating the file access time (which is rarely ever important). This option is currently only supported on local filesystems.
Essentially, I thought that avoiding these writes in conjunction with softupdates (smart metadata management) would not do harm. Also, a number of posts had showed that a few people were actually using softupdates *and* noatime. However, I searched -questions, -fs, -hackers, -stable, and -arch (!), once again for the string "softupdate* and noatime". Alas, I have not found any clues: rather, it seems that most authoritative posts (even explicitly) suggest using softupdates **and** noatime in order to improve performance. Ok, I am a little confused now :-) Would you be so kind as to shed more light on the whole matter (also providing appropriate pointers/material/evidence) ? I have been using softupdates (+ noatime) for a few months, so I am particularly intested in correctly understanding the potential issues and/or dangers connected with this filesystem policy and noatime. Many thanks in advance and best regards, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 5:28:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from po4.wam.umd.edu (po4.wam.umd.edu [128.8.10.166]) by hub.freebsd.org (Postfix) with ESMTP id 2462437B757 for ; Mon, 10 Jul 2000 05:28:38 -0700 (PDT) (envelope-from culverk@wam.umd.edu) Received: from rac8.wam.umd.edu (root@rac8.wam.umd.edu [128.8.10.148]) by po4.wam.umd.edu (8.9.3/8.9.3) with ESMTP id IAA02427; Mon, 10 Jul 2000 08:28:27 -0400 (EDT) Received: from rac8.wam.umd.edu (sendmail@localhost [127.0.0.1]) by rac8.wam.umd.edu (8.9.3/8.9.3) with SMTP id IAA05479; Mon, 10 Jul 2000 08:28:21 -0400 (EDT) Received: from localhost (culverk@localhost) by rac8.wam.umd.edu (8.9.3/8.9.3) with ESMTP id IAA05475; Mon, 10 Jul 2000 08:28:21 -0400 (EDT) X-Authentication-Warning: rac8.wam.umd.edu: culverk owned process doing -bs Date: Mon, 10 Jul 2000 08:28:20 -0400 (EDT) From: Kenneth Wayne Culver To: Boris Stoev Cc: freebsd-questions@FreeBSD.ORG Subject: Re: SB AudioPCI 128 (Creative) how to? In-Reply-To: <39698715.1FE617FD@interbgc.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 wouldn't use that driver, you should use device pcm and that should be all you need, assuming the id of your card is in the driver. ================================================================= | Kenneth Culver | FreeBSD: The best NT upgrade | | Unix Systems Administrator | ICQ #: 24767726 | | and student at The | AIM: muythaibxr | | The University of Maryland, | Website: (Under Construction) | | College Park. | http://www.wam.umd.edu/~culverk/| ================================================================= On Mon, 10 Jul 2000, Boris Stoev wrote: > Hi... > I need help with configuration of my Sound Baster > > I use FreeBSD 4.0 > my sound Blaster is on PCI......can I configure Sound Blaster on sb0 > device...... > > > 10x in advance.... > sorry for my bad English > > > > 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 Jul 10 6:28:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from shell.wetworks.org (shell.wetworks.org [63.160.175.19]) by hub.freebsd.org (Postfix) with SMTP id 5382E37B55C for ; Mon, 10 Jul 2000 06:28:12 -0700 (PDT) (envelope-from abc@shell.wetworks.org) Received: (qmail 97346 invoked by uid 1000); 10 Jul 2000 13:28:13 -0000 Date: Mon, 10 Jul 2000 09:28:13 -0400 From: Alan Clegg To: Yonatan Bokovza Cc: "'freebsd-questions@freebsd.org'" Subject: Re: VMWare and FreeBSD Message-ID: <20000710092813.A96225@shell.wetworks.org> References: <00BF97DD9F3FD311AB860060084E50DD311B89@exchange.xpert.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <00BF97DD9F3FD311AB860060084E50DD311B89@exchange.xpert.com>; from Yonatan@xpert.com on Mon, Jul 10, 2000 at 12:16:23PM +0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG An SMTP stream claimed that Yonatan Bokovza muttered: > I'm about to install VMWare on my 4-stable machine. > Any pointers, notes, stuff to fiddle with? cd /usr/ports/emulators/vmware2; make install; make clean AlanC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 6:29:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from shepherd.hurlburt.af.mil (shepherd.hurlburt.af.mil [151.166.15.65]) by hub.freebsd.org (Postfix) with ESMTP id E503E37B858 for ; Mon, 10 Jul 2000 06:29:01 -0700 (PDT) (envelope-from Mark.Hummel@hurlburt.af.mil) Received: from shepherd.hurlburt.af.mil (root@localhost) by shepherd.hurlburt.af.mil with ESMTP id IAA24145; Mon, 10 Jul 2000 08:28:53 -0500 (CDT) From: Mark.Hummel@hurlburt.af.mil Received: from exwncc01.hurlburt.af.mil (exwncc01.hurlburt.af.mil [151.166.208.37]) by shepherd.hurlburt.af.mil with ESMTP id IAA24135; Mon, 10 Jul 2000 08:28:51 -0500 (CDT) Received: by exwncc01.hurlburt.af.mil with Internet Mail Service (5.5.2448.0) id <34V411K2>; Mon, 10 Jul 2000 08:28:54 -0500 Message-ID: <856532CB07BED3118FE300204840E28A011075D4@vexwncc02.hurlburt.af.mil> To: dwstclair@tellink.net, questions@FreeBSD.ORG Subject: RE: can't get off the list!!!! Date: Mon, 10 Jul 2000 08:26:08 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Douglas, I would first send a "list" command. This will give you a listing of the listservs you've subscribed. Then you can go from there. Remember also not to reply to unsubscribe authorization emails using MSIE or Netscape because they put a ">" character in front of the lines which is unrecognizable to the listserv. Just copy the auth line and send a new message with that line pasted in the body. Send it without a subject line and it should work. Good luck. Mark > -----Original Message----- > From: Douglas W. St.Clair [SMTP:dwstclair@tellink.net] > Sent: Saturday, 08 July, 2000 1955 > To: questions@FreeBSD.ORG > Subject: can't get off the list!!!! > > I have sent at least four requests to unsubscribe from the questions > digest. I have returned the authorizations (see three samples below) > and the server is responding by requesting a new authorization in > response to the prior one. My attempts have also resulted in being > told by the list-bot I am not a subscriber. But yet the digest keeps > coming. > > Thanks > > To: dwstclair@tellink.net > From: Majordomo@FreeBSD.ORG > Subject: Confirmation for unsubscribe freebsd-questions-digest > Reply-To: Majordomo@FreeBSD.ORG > Date: Thu, 29 Jun 2000 04:19:28 -0700 (PDT) > Sender: Majordomo-Owner@FreeBSD.ORG > > -- > > Someone (possibly you) has requested that your email address be added > to or deleted from the mailing list > "freebsd-questions-digest@FreeBSD.ORG". > > If you really want this action to be taken, please send the following > commands (exactly as shown) back to "Majordomo@FreeBSD.ORG": > > auth 1dec5fa4 unsubscribe freebsd-questions-digest > dwstclair@tellink.net > > If you do not want this action to be taken, simply ignore this message > and the request will be disregarded. > > If your mailer will not allow you to send the entire command as a single > line, you may split it using backslashes, like so: > > auth 1dec5fa4 unsubscribe freebsd-questions-digest \ > dwstclair@tellink.net > > If you have any questions about the policy of the list owner, please > contact "freebsd-questions-digest-approval@FreeBSD.ORG". > > Thanks! > > Majordomo@FreeBSD.ORG > To: dwstclair@tellink.net > From: Majordomo@FreeBSD.ORG > Subject: Confirmation for unsubscribe freebsd-questions-digest > Reply-To: Majordomo@FreeBSD.ORG > Date: Thu, 29 Jun 2000 04:47:29 -0700 (PDT) > Sender: Majordomo-Owner@FreeBSD.ORG > > -- > > Someone (possibly you) has requested that your email address be added > to or deleted from the mailing list > "freebsd-questions-digest@FreeBSD.ORG". > > If you really want this action to be taken, please send the following > commands (exactly as shown) back to "Majordomo@FreeBSD.ORG": > > auth 1dec5fa4 unsubscribe freebsd-questions-digest > dwstclair@tellink.net > > If you do not want this action to be taken, simply ignore this message > and the request will be disregarded. > > If your mailer will not allow you to send the entire command as a single > line, you may split it using backslashes, like so: > > auth 1dec5fa4 unsubscribe freebsd-questions-digest \ > dwstclair@tellink.net > > If you have any questions about the policy of the list owner, please > contact "freebsd-questions-digest-approval@FreeBSD.ORG". > > Thanks! > > Majordomo@FreeBSD.ORG > To: dwstclair@tellink.net > From: Majordomo@FreeBSD.ORG > Subject: Confirmation for unsubscribe freebsd-questions-digest > Reply-To: Majordomo@FreeBSD.ORG > Date: Thu, 29 Jun 2000 04:50:09 -0700 (PDT) > Sender: Majordomo-Owner@FreeBSD.ORG > > -- > > Someone (possibly you) has requested that your email address be added > to or deleted from the mailing list > "freebsd-questions-digest@FreeBSD.ORG". > > If you really want this action to be taken, please send the following > commands (exactly as shown) back to "Majordomo@FreeBSD.ORG": > > auth 1dec5fa4 unsubscribe freebsd-questions-digest > dwstclair@tellink.net > > If you do not want this action to be taken, simply ignore this message > and the request will be disregarded. > > If your mailer will not allow you to send the entire command as a single > line, you may split it using backslashes, like so: > > auth 1dec5fa4 unsubscribe freebsd-questions-digest \ > dwstclair@tellink.net > > If you have any questions about the policy of the list owner, please > contact "freebsd-questions-digest-approval@FreeBSD.ORG". > > Thanks! > > Majordomo@FreeBSD.ORG > -- > END > *************** *************** *************** ********** > Douglas W. St.Clair > Tir na nOg > 400 Burton Highway > Wilton, NH 03086-5022 USA > PH: 603-654-9321 > FAX: 603-654-5440 > CELL: 617-233-3387 or 617-beef-fur > *************** *************** *************** ********** > > > 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 Jul 10 6:32:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fac13.ds.psu.edu (fac13.ds.psu.edu [146.186.61.98]) by hub.freebsd.org (Postfix) with ESMTP id 1EBB837B725 for ; Mon, 10 Jul 2000 06:32:21 -0700 (PDT) (envelope-from hawk@fac13.ds.psu.edu) Received: from fac13.ds.psu.edu (localhost [127.0.0.1]) by fac13.ds.psu.edu (8.9.3/8.9.3) with ESMTP id JAA10287; Mon, 10 Jul 2000 09:30:29 -0400 (EDT) (envelope-from hawk@fac13.ds.psu.edu) Message-Id: <200007101330.JAA10287@fac13.ds.psu.edu> X-Mailer: exmh version 2.1.1 10/15/1999 To: Rahul Siddharthan , freebsd-questions@FreeBSD.ORG Subject: lyx & latex [was: Re: way to pipe latex files to printer? ] In-Reply-To: Your message of "Sat, 08 Jul 2000 22:42:28 +0530." <20000708224228.B3990@physics.iisc.ernet.in> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 10 Jul 2000 09:30:29 -0400 From: "Richard E. Hawkins" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Rahul railed, > I itereated, >> b) LyX tends to take *a lot* less keystrokes than raw latex, which is >> my single biggest concern > But it takes more mouseclicks. Which I find irritating after a while. Mouseclicks? LyX? No, we're against that :) It was being able to see *and* edit my equations at the same without my hands leaving the keyboard that switched me from macs and word 4/5.1 to full-time unix and lyx. If it was mousey, it never would have sold me. I had *12 years* invested in my word keystrokes & macros by that point, many aimed at avoiding the rodent. Almost everything already has key commands. You can attach them to anything else in ~/.lyx/lyxrc. About the only things I encontered that didn't already have bindings were some of the math symbols (hey, there's a lot of them, and only so many choice keybindings). I never got around to using them for tables, but that's more a matter of I usd very few tables than everything else. And you can always just use Alt-L to start entering raw latex. > More than that, I couldn't adjust the style files to my satisfaction, > use postscript fonts, etc. Somebody has given you horrible misinformation :( You can use latex style rules (i forget what they're called, but I used the isuthesis latex package without a hitch), and you can specify whatever fonts you want. Actually, if you use a slower (486/ 68030) machine, you need to dchange the default fonts to *avoid* postscript. LyX can also inhale virtually any latex and spit it back out again (the things it can't do become more and more obscure as people import weirder and weirder things :) > But perhaps if I hadn't already been using > latex for a couple of years I'd have seen it differently. It's an > improvement on any wordprocessor, that's for sure. Yes, definitely. And if I had a lot less equations (arrays with integrals over limits within . . . . .) . . . > I've recently finished the first draft of my dissertation, myself -- > entirely vim (with syntax highlighting) and latex, I don't ask for > anything more :) I modified the .fortran file to handle f90 in vim. I never heard back when I tried to submit it, and now I'm searching through all my machines to see if a copy still exits :( But my background project (after changing my mail-merge package from a lyx patch to a library) will be to adapt lyx keystrokes to vim, so I can use the same keystrokes in both. I'm not sure how much it can be automated to read arbitrary lyx files, since it will need to mess with the cursor, too--e.g., M-e for emphasis becomes \emph{} and *then* a cursor movement to the left . . . fwiw, there will be an ncurses version of lyx at some point (text only), once toolkit-independence is reached. I don't know when that is; I need to get around to resubscribing to the developer's list) hawk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 6:36: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from weg.com.br (weg.com.br [200.215.119.129]) by hub.freebsd.org (Postfix) with ESMTP id 3811937B700 for ; Mon, 10 Jul 2000 06:35:49 -0700 (PDT) (envelope-from fatboy@linuxbr.com.br) Received: by weg.com.br from localhost (router,SLMail V3.2); Mon, 10 Jul 2000 11:31:41 -0300 Received: from donadel [130.0.10.197] by weg.com.br [130.0.10.11] (SLmail 3.2.3113) with SMTP id BA406D9F566111D48E0E00508B6DD4ED for ; Mon, 10 Jul 2000 10:31:41 -0300 Message-ID: <000a01bfea73$f11cd340$c50a0082@weg.com.br> From: "Jackson Donadel" To: Subject: dd bug or kernel bug Date: Mon, 10 Jul 2000 10:37:06 -0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01BFEA5A.CB7BAEE0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 X-SLUIDL: 47C140B9-566111D4-8E0E0050-8B6DD4ED Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0007_01BFEA5A.CB7BAEE0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi all yeasterday i had try to format some disks,=20 first i do a fdformat /dev/fd0, all right, he warning about = write-protection is on but, let=B4s try dd dd if=3Dboot.img of=3D/dev/fd0 (with the write-protected disk) all good, lots of errors messages, but one is new to me PANIC: i don=B4t remeber where and Syncing disks 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 = 9 9 9 and all of that history you know something about this? ------=_NextPart_000_0007_01BFEA5A.CB7BAEE0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi all
 
yeasterday i had try to format some = disks,=20
first i do a fdformat /dev/fd0, all = right, he=20 warning about write-protection is on
but, let=B4s try dd
dd if=3Dboot.img of=3D/dev/fd0 (with = the=20 write-protected disk)
all good, lots of errors messages, but = one is new=20 to me
 
PANIC: i don=B4t remeber = where
and
Syncing disks 9 9 9 9 9 9 9 9 9 9 9 9 9 = 9 9 9 9 9 9=20 9 9 9 9 9 9 9 9 9 9 9 9 9
and all of that history you know = something about=20 this?
 
------=_NextPart_000_0007_01BFEA5A.CB7BAEE0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 6:50:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from shepherd.hurlburt.af.mil (shepherd.hurlburt.af.mil [151.166.15.65]) by hub.freebsd.org (Postfix) with ESMTP id 407A337B58A for ; Mon, 10 Jul 2000 06:50:40 -0700 (PDT) (envelope-from Mark.Hummel@hurlburt.af.mil) Received: from shepherd.hurlburt.af.mil (root@localhost) by shepherd.hurlburt.af.mil with ESMTP id IAA28826 for ; Mon, 10 Jul 2000 08:48:26 -0500 (CDT) From: Mark.Hummel@hurlburt.af.mil Received: from exwncc01.hurlburt.af.mil (exwncc01.hurlburt.af.mil [151.166.208.37]) by shepherd.hurlburt.af.mil with ESMTP id IAA28372 for ; Mon, 10 Jul 2000 08:46:47 -0500 (CDT) Received: by exwncc01.hurlburt.af.mil with Internet Mail Service (5.5.2448.0) id <34Y03FD7>; Mon, 10 Jul 2000 08:46:50 -0500 Message-ID: <856532CB07BED3118FE300204840E28A011075D5@vexwncc02.hurlburt.af.mil> To: freebsd-questions@FreeBSD.ORG Subject: What do I need in /dev? Date: Mon, 10 Jul 2000 08:44:04 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a lot of devices I know I'm not using on my system. Is there any reason I shouldn't delete the unused ones? Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 6:51: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from 3rdrock.coserve.org (3rdrock.coserve.org [198.213.49.88]) by hub.freebsd.org (Postfix) with ESMTP id 9103937B685 for ; Mon, 10 Jul 2000 06:51:01 -0700 (PDT) (envelope-from pbobba1@panam1.panam.edu) Received: from 50335 ([198.213.49.17]) by 3rdrock.coserve.org (8.10.1/8.10.1) with SMTP id e6ADfv102255 for ; Mon, 10 Jul 2000 08:41:57 -0500 (CDT) Reply-To: From: "Praveen" To: Subject: Date: Mon, 10 Jul 2000 08:40:25 -0500 Message-ID: <09784044E77FD311B7B8009027B0D5DDA7C0@COSERVE-BDC1> 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 CWS, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The webserver on freebsd is down. How to start it manually Thank you Praveen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 6:55: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.jonelrienton.org (dsl-64-34-25-237.telocity.com [64.34.25.237]) by hub.freebsd.org (Postfix) with SMTP id D57A537B593 for ; Mon, 10 Jul 2000 06:55:00 -0700 (PDT) (envelope-from nelski@jonelrienton.org) Received: (qmail 9223 invoked from network); 10 Jul 2000 14:00:37 -0000 Received: from unknown (HELO ZEUS) (10.29.22.242) by jonelrienton.org with SMTP; 10 Jul 2000 14:00:37 -0000 Message-ID: <003001bfea77$b4312270$f2161d0a@jonelrienton.org> From: "Jonel" To: , References: <09784044E77FD311B7B8009027B0D5DDA7C0@COSERVE-BDC1> Subject: Re: Date: Mon, 10 Jul 2000 09:04:03 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG apachectl start or /usr/local/etc/rc.d/apache start ----- Original Message ----- From: "Praveen" To: Sent: Monday, July 10, 2000 8:40 AM > The webserver on freebsd is down. > How to start it manually > > Thank you > Praveen > > > > 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 Jul 10 6:55:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from shepherd.hurlburt.af.mil (shepherd.hurlburt.af.mil [151.166.15.65]) by hub.freebsd.org (Postfix) with ESMTP id 821A537B7E0 for ; Mon, 10 Jul 2000 06:55:23 -0700 (PDT) (envelope-from Mark.Hummel@hurlburt.af.mil) Received: from shepherd.hurlburt.af.mil (root@localhost) by shepherd.hurlburt.af.mil with ESMTP id IAA29271 for ; Mon, 10 Jul 2000 08:50:12 -0500 (CDT) From: Mark.Hummel@hurlburt.af.mil Received: from exwncc01.hurlburt.af.mil (exwncc01.hurlburt.af.mil [151.166.208.37]) by shepherd.hurlburt.af.mil with ESMTP id IAA29004 for ; Mon, 10 Jul 2000 08:49:11 -0500 (CDT) Received: by exwncc01.hurlburt.af.mil with Internet Mail Service (5.5.2448.0) id <34Y03FFN>; Mon, 10 Jul 2000 08:49:14 -0500 Message-ID: <856532CB07BED3118FE300204840E28A011075D6@vexwncc02.hurlburt.af.mil> To: freebsd-questions@FreeBSD.ORG Subject: X Window default question Date: Mon, 10 Jul 2000 08:46:17 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How do I set up X windows (KDE) as default from boot so users login using the graphic window? Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 7: 5:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bach.Graphics.Cornell.EDU (bach.graphics.cornell.edu [128.84.247.50]) by hub.freebsd.org (Postfix) with ESMTP id 8016437B623 for ; Mon, 10 Jul 2000 07:05:08 -0700 (PDT) (envelope-from hurf@Graphics.Cornell.EDU) Received: from graphics.cornell.edu (barn.graphics.cornell.edu [128.84.247.210]) by bach.Graphics.Cornell.EDU (8.9.1/8.9.1) with ESMTP id KAA23365 for ; Mon, 10 Jul 2000 10:05:07 -0400 (EDT) (envelope-from hurf@graphics.cornell.edu) Message-ID: <3969D56C.28C318AB@graphics.cornell.edu> Date: Mon, 10 Jul 2000 09:53:48 -0400 From: Hurf Sheldon Organization: Program of Computer Graphics, Cornell University X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.org Subject: Ports path problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, `make` in /usr/ports/x11/wdm fails with the error "xmkmf not found" - xmkmf is found in /usr/X11R6/bin - how can the path be passed to the makefile? thanks, hurf -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 7: 9:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.wmptl.com (mail2.wmptl.com [216.221.73.131]) by hub.freebsd.org (Postfix) with ESMTP id 8DAC037B623 for ; Mon, 10 Jul 2000 07:08:56 -0700 (PDT) (envelope-from webmaster@wmptl.com) Received: from wmptl.com ([10.0.0.168]) by mail2.wmptl.com (8.9.3/8.9.3) with ESMTP id KAA84709; Mon, 10 Jul 2000 10:31:31 -0400 (EDT) (envelope-from webmaster@wmptl.com) Message-ID: <3969D857.A2649463@wmptl.com> Date: Mon, 10 Jul 2000 10:06:15 -0400 From: Nathan Vidican X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: pbobba1@panam1.panam.edu Cc: questions@freebsd.org Subject: Re: Restarting webserver (was: no subject) References: <09784044E77FD311B7B8009027B0D5DDA7C0@COSERVE-BDC1> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Praveen wrote: > > The webserver on freebsd is down. > How to start it manually > > Thank you > Praveen > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message depends on the server software, Apache uses the command: 'apachectl start'. See the documentation for whichever server software you are using. -- Nathan Vidican webmaster@wmptl.com Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 7:10:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.omn.net (atlantis.omn.net [212.158.68.2]) by hub.freebsd.org (Postfix) with ESMTP id DAA1537B671 for ; Mon, 10 Jul 2000 07:10:30 -0700 (PDT) (envelope-from steve@enets.co.uk) Received: from enets.co.uk (sabre3.sja.co.uk [212.158.68.7]) by mail.omn.net (8.10.1/8.10.1/Omnitech-2.0.0) with ESMTP id e6AFCgc25693 for ; Mon, 10 Jul 2000 15:12:42 GMT Message-ID: <3969D91C.C4B3BCF9@enets.co.uk> Date: Mon, 10 Jul 2000 15:09:32 +0100 From: Steve Abraham Reply-To: steve@enets.co.uk Organization: eNets Ltd X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; I) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: issue / issue.net 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 the FreeBSD equivelant of the Linux /etc/issue.net file? If there is nothing, what needs to be done to customise the telnet login screen? Regards, Steve Abraham. -- Steve Abraham eNets Ltd UK steve (at) enets.co.uk http://www.eNets.ltd.uk T: +44 (0)1463 861311 F: +44 (0)8702 840220 M: +44 (0)7770 332765 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 7:26:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id ACFC937B816 for ; Mon, 10 Jul 2000 07:26:29 -0700 (PDT) (envelope-from pherman@frenchfries.net) Received: from bagabeedaboo.security.at12.de (dial-195-14-233-159.netcologne.de [195.14.233.159]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id QAA13523; Mon, 10 Jul 2000 16:26:24 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.10.2/8.10.2) with ESMTP id e6AEQCA56277; Mon, 10 Jul 2000 16:26:12 +0200 (CEST) Date: Mon, 10 Jul 2000 16:26:12 +0200 (CEST) From: Paul Herman To: Salvo Bartolotta Cc: Doug Barton , freebsd-questions@FreeBSD.ORG Subject: Re: Softupdates question In-Reply-To: <20000710.13040500@bartequi.ottodomain.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 Mon, 10 Jul 2000, Salvo Bartolotta wrote: > Essentially, I thought that avoiding these writes in conjunction with > softupdates (smart metadata management) would not do harm. > > Also, a number of posts had showed that a few people were actually > using softupdates *and* noatime. Now you guys are just being silly. Do you even notice the difference? I mean, this sort of metadata isn't handled synchronously by softupdates anyway. Softupdates is pretty smart as it is. A very intensive "find /usr/ports" lasting 2 minutes (that's 12700+ directories, nearly 100 atime updates per second with many bufdaemon wakeups during that time) showed me only a 2% time difference between atime and noatime with softupdates. Now really... ...and that isn't even realistic behaviour for a server. Tell me, where would this make a difference (and how much)? Numbers numbers numbers... -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 7:30:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id BC71337B653 for ; Mon, 10 Jul 2000 07:30:06 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id JAA19237; Mon, 10 Jul 2000 09:28:47 -0500 (CDT) (envelope-from dan) Date: Mon, 10 Jul 2000 09:28:47 -0500 From: Dan Nelson To: Steve Abraham Cc: questions@FreeBSD.ORG Subject: Re: issue / issue.net Message-ID: <20000710092846.A16340@dan.emsphone.com> References: <3969D91C.C4B3BCF9@enets.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.5i In-Reply-To: <3969D91C.C4B3BCF9@enets.co.uk>; from "Steve Abraham" on Mon Jul 10 15:09:32 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Jul 10), Steve Abraham said: > Can anyone tell me where the FreeBSD equivelant of the Linux > /etc/issue.net file? If there is nothing, what needs to be done to > customise the telnet login screen? The equivalent is whatever filename you put in the :if=: capability in /etc/gettytab. man gettytab for more info. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 7:30:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fac13.ds.psu.edu (fac13.ds.psu.edu [146.186.61.98]) by hub.freebsd.org (Postfix) with ESMTP id 8859F37B653 for ; Mon, 10 Jul 2000 07:30:34 -0700 (PDT) (envelope-from hawk@fac13.ds.psu.edu) Received: from fac13.ds.psu.edu (localhost [127.0.0.1]) by fac13.ds.psu.edu (8.9.3/8.9.3) with ESMTP id KAA10348; Mon, 10 Jul 2000 10:28:55 -0400 (EDT) (envelope-from hawk@fac13.ds.psu.edu) Message-Id: <200007101428.KAA10348@fac13.ds.psu.edu> X-Mailer: exmh version 2.1.1 10/15/1999 To: Dutch Collins Cc: Josh Paetzel , Yevhen Miroshnychenko , questions@FreeBSD.ORG Subject: Re: X-Window on computer with 170MB HDD In-Reply-To: Your message of "Sat, 08 Jul 2000 17:39:54 BST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 10 Jul 2000 10:28:54 -0400 From: "Richard E. Hawkins" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dutch dithered, > On Sat, 13 Jan 1990, Josh Paetzel wrote: > > I have a computer with i486SX ,18MB RAM and 170MB HDD. Is it possible to install FreeBSD with > > X-Window on such a system and ecpect a "normal" work at lest with Netscape? > > I think you are in one of those areas where doing what you want to do might be theoretically possible, but probably would require a lot of tweaking to get it to work. The avalilability of cheap hardware makes it unlikely that too many people have tried to do what you want to do. (For example, I bought a 15gig drive the other day for $99.99) Considering that it might take 6 or 7 (or more) tries to get your system installed in that 170 meg drive (if it is possible at all) you might be able to find a larger drive (another 300-400megs would be just fine.) > I would not try it. You will not get "normal" anything. I did a 3.2-R > install from CD to a 500m disk on a 486dx2/100 32meg of ram. I was not > happy with x with KDE. I think using KDE was a bad idea on that > machine. Personally I would do a minium size install without x on a > 170meg drive. But, there are small footprint o/s, picobsd I think. I'm not sure about FreeBSD, but it can certainly be done with some older *nixes. I successfully installed Debian .9 and 1.1 (archives.debian.org, I think) on a 486 with 8mb and two 80mb drives. X ran fine, and Netscape 3 worked. I wouldn't bother with any later version on a 486 . . . also, this left me enough room (barely) to complie a kernel. I also had netbsd (1.2? 1.1?) running on a Mac IIci with a pair of 80mb drives, with X and netscape 3. So it can be done, but you'll probably need an older distribution to do it. hawk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 7:32:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fac13.ds.psu.edu (fac13.ds.psu.edu [146.186.61.98]) by hub.freebsd.org (Postfix) with ESMTP id 871A937B653 for ; Mon, 10 Jul 2000 07:32:33 -0700 (PDT) (envelope-from hawk@fac13.ds.psu.edu) Received: from fac13.ds.psu.edu (localhost [127.0.0.1]) by fac13.ds.psu.edu (8.9.3/8.9.3) with ESMTP id KAA10360; Mon, 10 Jul 2000 10:30:55 -0400 (EDT) (envelope-from hawk@fac13.ds.psu.edu) Message-Id: <200007101430.KAA10360@fac13.ds.psu.edu> X-Mailer: exmh version 2.1.1 10/15/1999 To: "Josh Paetzel" Cc: "Dutch Collins" , "Yevhen Miroshnychenko" , questions@FreeBSD.ORG Subject: Re: X-Window on computer with 170MB HDD In-Reply-To: Your message of "Sat, 13 Jan 1990 21:53:42 CST." <005401b42881$e9d21ec0$33cefea9@josh> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 10 Jul 2000 10:30:54 -0400 From: "Richard E. Hawkins" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I definitely agree about the performance issue. A 486sx with 18 megs of ram > is going to be painful with X....I installed X with KDE on a Pentium 75 with > 40 megs of ram just to see what it would be like and it is not pretty. Just > running X and no other applications digs the machine into 10-15 megs of > swap. That's not X biting you, it's KDE . . . eliminate that, and you should be able to run just about anything but emacs [ob. troll: anyone who has *ever* found a system with enough memory to keep emacs happy, raise your hand . . . :) ] hawk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 7:38:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fac13.ds.psu.edu (fac13.ds.psu.edu [146.186.61.98]) by hub.freebsd.org (Postfix) with ESMTP id D3DD937B58A for ; Mon, 10 Jul 2000 07:38:32 -0700 (PDT) (envelope-from hawk@fac13.ds.psu.edu) Received: from fac13.ds.psu.edu (localhost [127.0.0.1]) by fac13.ds.psu.edu (8.9.3/8.9.3) with ESMTP id KAA10380; Mon, 10 Jul 2000 10:36:55 -0400 (EDT) (envelope-from hawk@fac13.ds.psu.edu) Message-Id: <200007101436.KAA10380@fac13.ds.psu.edu> X-Mailer: exmh version 2.1.1 10/15/1999 To: "Lynne Throckmorton" Cc: "Maury Markowitz" , freebsd-questions@FreeBSD.ORG Subject: Re: Please remove my subscription to freebsd-advocacy In-Reply-To: Your message of "Sat, 08 Jul 2000 16:49:21 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 10 Jul 2000 10:36:55 -0400 From: "Richard E. Hawkins" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Really! I agree with you Maury. I have no clue how I got on this list It was when you sent back the confirmation, which is required before subscribing. It is not possible to add someone else; you *must* add yourself. >but I >do know the 100+ mails a day is getting more than a tad annoying! Then use the digest version, and get something like 30 at once. > majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the subject is ^^^^^^ > "SUPPOSED" to get you removed. NO it isn't. > After three days of trying to get REMOVED > I'm still getting these mails. Of course. Read the instructions below. > *IS going to me majorly upset if I am NOT removed from this list in two days Follow the instructions, and you'll be removed in a matter of minutes. Noone else can do this for 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 Mon Jul 10 7:52:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fac13.ds.psu.edu (fac13.ds.psu.edu [146.186.61.98]) by hub.freebsd.org (Postfix) with ESMTP id 09A8737B67F for ; Mon, 10 Jul 2000 07:52:28 -0700 (PDT) (envelope-from hawk@fac13.ds.psu.edu) Received: from fac13.ds.psu.edu (localhost [127.0.0.1]) by fac13.ds.psu.edu (8.9.3/8.9.3) with ESMTP id KAA10424; Mon, 10 Jul 2000 10:50:50 -0400 (EDT) (envelope-from hawk@fac13.ds.psu.edu) Message-Id: <200007101450.KAA10424@fac13.ds.psu.edu> X-Mailer: exmh version 2.1.1 10/15/1999 To: Martin Mactaggart Cc: freebsd-questions@FreeBSD.ORG Subject: Re: My telnet has been possed by a demon (I can't telnet to my FreeBSD machine anoymore) In-Reply-To: Your message of "Sun, 09 Jul 2000 08:08:12 PDT." <20000709150812.9275.qmail@web4307.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 10 Jul 2000 10:50:50 -0400 From: "Richard E. Hawkins" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Try uncommenting the telnet lines in /etc/services . . . hawk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 7:55:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fac13.ds.psu.edu (fac13.ds.psu.edu [146.186.61.98]) by hub.freebsd.org (Postfix) with ESMTP id 41C1237BA16 for ; Mon, 10 Jul 2000 07:55:13 -0700 (PDT) (envelope-from hawk@fac13.ds.psu.edu) Received: from fac13.ds.psu.edu (localhost [127.0.0.1]) by fac13.ds.psu.edu (8.9.3/8.9.3) with ESMTP id KAA10434; Mon, 10 Jul 2000 10:52:16 -0400 (EDT) (envelope-from hawk@fac13.ds.psu.edu) Message-Id: <200007101452.KAA10434@fac13.ds.psu.edu> X-Mailer: exmh version 2.1.1 10/15/1999 To: j mckitrick Cc: Ben Williams , Dan Nelson , questions@FreeBSD.ORG Subject: Re: pop up notice for x In-Reply-To: Your message of "Sun, 09 Jul 2000 17:44:56 BST." <20000709174456.A68244@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 10 Jul 2000 10:52:16 -0400 From: "Richard E. Hawkins" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > well, i sort of got it working, but now when the battery is low, the message > pops up every few seconds. i might change the threshold so it only shows > the message while the battery rating is equal to a certain level rahter than > less than or equal to. apparently, it now works from a script and is able > to show the window on X. You might want a set/reset flag, or timestamped file, instead. If the message hasn't been given in the last minute/5 minutes/whatever, send the message. Otherwise you could hop straight over the level . . . hawk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 8: 0:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from enterweb.enterit.com (enterweb.enterit.com [209.45.199.22]) by hub.freebsd.org (Postfix) with ESMTP id E014C37B52C for ; Mon, 10 Jul 2000 08:00:22 -0700 (PDT) (envelope-from jconner@enterit.com) Received: from KWAN [209.45.199.38] by enterweb.enterit.com with ESMTP (SMTPD32-5.04) id A4BC1E7029E; Mon, 10 Jul 2000 10:59:08 EST Message-Id: <4.2.0.58.20000710111158.00a70b08@mail.enterit.com> X-Sender: jconner@mail.enterit.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Mon, 10 Jul 2000 11:12:19 -0400 To: , From: Jim C Subject: Re: In-Reply-To: <09784044E77FD311B7B8009027B0D5DDA7C0@COSERVE-BDC1> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If it is apache (which came with the system) apachectl restart - Jim At 08.40 10.07.00 -0500, Praveen wrote: >The webserver on freebsd is down. >How to start it manually > >Thank you >Praveen > > > >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 Jul 10 8:19:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fellspt.charm.net (fellspt.charm.net [199.0.70.29]) by hub.freebsd.org (Postfix) with ESMTP id 209A237BA8B for ; Mon, 10 Jul 2000 08:19:34 -0700 (PDT) (envelope-from dutch@charm.net) Received: from coretel-185-184.charm.net (coretel-185-184.charm.net [162.33.185.184]) by fellspt.charm.net (8.9.3/8.9.3) with ESMTP id LAA28202; Mon, 10 Jul 2000 11:19:23 -0400 (EDT) Date: Mon, 10 Jul 2000 15:19:05 +0100 (GMT Daylight Time) From: Dutch Collins To: "Richard E. Hawkins" Cc: Josh Paetzel , Yevhen Miroshnychenko , questions@FreeBSD.ORG Subject: Re: X-Window on computer with 170MB HDD In-Reply-To: <200007101430.KAA10360@fac13.ds.psu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 10 Jul 2000, Richard E. Hawkins wrote: > Date: Mon, 10 Jul 2000 10:30:54 -0400 > From: Richard E. Hawkins > To: Josh Paetzel > Cc: Dutch Collins , > Yevhen Miroshnychenko , > questions@FreeBSD.ORG > Subject: Re: X-Window on computer with 170MB HDD > > > > I definitely agree about the performance issue. A 486sx with 18 megs of ram > > is going to be painful with X....I installed X with KDE on a Pentium 75 with > > 40 megs of ram just to see what it would be like and it is not pretty. Just > > running X and no other applications digs the machine into 10-15 megs of > > swap. > > That's not X biting you, it's KDE . . . eliminate that, and you should > be able to run just about anything but emacs [ob. troll: anyone who > has *ever* found a system with enough memory to keep emacs happy, raise > your hand . . . :) ] > > hawk > I figured that KDE was the 'hog'. And to correct an error, AMD 486dx4-enhanced at 100Mhz, is the proper id of the chip. Anyhow, I use emacs all the time. Works fine, even when ssh to the box. live-and-learn. -d -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 8:39:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.omn.net (atlantis.omn.net [212.158.68.2]) by hub.freebsd.org (Postfix) with ESMTP id B791337B681 for ; Mon, 10 Jul 2000 08:39:47 -0700 (PDT) (envelope-from steve@enets.co.uk) Received: from enets.co.uk (sabre3.sja.co.uk [212.158.68.7]) by mail.omn.net (8.10.1/8.10.1/Omnitech-2.0.0) with ESMTP id e6AGfbc26488; Mon, 10 Jul 2000 16:41:37 GMT Message-ID: <3969EDF3.88CB1BB@enets.co.uk> Date: Mon, 10 Jul 2000 16:38:27 +0100 From: Steve Abraham Reply-To: steve@enets.co.uk Organization: eNets Ltd X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; I) X-Accept-Language: en MIME-Version: 1.0 To: Dan Nelson , questions@freebsd.org Subject: Re: issue / issue.net References: <3969D91C.C4B3BCF9@enets.co.uk> <20000710092846.A16340@dan.emsphone.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dan Nelson wrote: > > In the last episode (Jul 10), Steve Abraham said: > > Can anyone tell me where the FreeBSD equivelant of the Linux > > /etc/issue.net file? If there is nothing, what needs to be done to > > customise the telnet login screen? > > The equivalent is whatever filename you put in the :if=: capability in > /etc/gettytab. man gettytab for more info. I've specified the following, but it sees to ignore it and still displays nothing... default:\ :cb:ce:ck:lc:fd#1000:im=\r\n%s/%m (%h) (%t)\r\n\r\n:sp#1200:if=/etc/issue: Regards, Steve. -- Steve Abraham eNets Ltd UK steve (at) enets.co.uk http://www.eNets.ltd.uk T: +44 (0)1463 861311 F: +44 (0)8702 840220 M: +44 (0)7770 332765 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 8:43:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from baucis.sc.intel.com (baucis.sc.intel.com [143.183.152.22]) by hub.freebsd.org (Postfix) with ESMTP id 2FFE937BB59 for ; Mon, 10 Jul 2000 08:43:15 -0700 (PDT) (envelope-from kyle.unice@intel.com) Received: from SMTP (fmsmsxvs03-1.fm.intel.com [132.233.42.203]) by baucis.sc.intel.com (8.9.1a+p1/8.9.1/d: relay.m4,v 1.30 2000/06/08 18:25:35 dmccart Exp $) with SMTP id IAA04822 for ; Mon, 10 Jul 2000 08:43:12 -0700 (PDT) Received: from fmsmsx19.fm.intel.com ([132.233.48.19]) by 132.233.48.203 (Norton AntiVirus for Internet Email Gateways 1.0) ; Mon, 10 Jul 2000 15:43:11 0000 (GMT) Received: by fmsmsx19.fm.intel.com with Internet Mail Service (5.5.2448.0) id <3LFZTJBZ>; Mon, 10 Jul 2000 08:43:10 -0700 Message-ID: From: "Unice, Kyle" To: "'freebsd-questions@FreeBSD.org'" Subject: Copyright Date: Mon, 10 Jul 2000 08:43:08 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="ISO-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I would like to speak with someone who can explain the details of the FreeBSD copyright. Could you please call the number below. Kyle W. Kyle Unice Senior Software Eng. Mail Stop UT2 F2-46 Internet Management Appliance Division American Fork, Utah 84003 Intel Corporation Voice: (801) 763-2853 734 East Utah Valley Drive, Suite #300 FAX: (801) 763-2897 Email: kyle unice intel com Viewpoints, opinions, and content are my own and not neccessarily those of Intel Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 8:43:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from team7.cba.ualr.edu (access85.mod1.ualr.edu [144.167.7.85]) by hub.freebsd.org (Postfix) with ESMTP id C89EB37BB59 for ; Mon, 10 Jul 2000 08:43:19 -0700 (PDT) (envelope-from joe@team7.cba.ualr.edu) Received: (from joe@localhost) by team7.cba.ualr.edu (8.9.3/8.9.3) id KAA04338; Mon, 10 Jul 2000 10:40:29 -0500 (CDT) (envelope-from joe) Date: Mon, 10 Jul 2000 10:40:29 -0500 From: Joe Royce To: Mark.Hummel@hurlburt.af.mil Cc: freebsd-questions@freebsd.org Subject: Re: What do I need in /dev? Message-ID: <20000710104029.B4300@thor.ualr.edu> References: <856532CB07BED3118FE300204840E28A011075D5@vexwncc02.hurlburt.af.mil> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <856532CB07BED3118FE300204840E28A011075D5@vexwncc02.hurlburt.af.mil>; from Mark.Hummel@hurlburt.af.mil on Mon, Jul 10, 2000 at 08:44:04AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jul 10, 2000 at 08:44:04AM -0500, Mark.Hummel@hurlburt.af.mil wrote: > I have a lot of devices I know I'm not using on my system. Is there any > reason I shouldn't delete the unused ones? > > Mark > > Probably not, but since they don't take up much space I wouldn't bother with it. -Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 8:56:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from iteso.mx (iteso.mx [148.201.1.4]) by hub.freebsd.org (Postfix) with ESMTP id 3B1FC37B745 for ; Mon, 10 Jul 2000 08:56:19 -0700 (PDT) (envelope-from eric@iteso.mx) Received: from localhost (eric@localhost) by iteso.mx (8.9.3/8.9.3) with ESMTP id KAA20223; Mon, 10 Jul 2000 10:56:13 -0500 (CDT) (envelope-from eric@iteso.mx) Date: Mon, 10 Jul 2000 10:56:13 -0500 (CDT) From: De la Cruz Lugo Eric To: Pedro Hernandez Cc: FreeBSD Questions List Subject: Re: CHAT !!! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Pedro, la otra alternativa es que te conectes via telnet al club BBS en el ITESO ahi en Guadalajara, solo escribe lo siguiente en tu computadora: =20 telnet club.gdl.iteso.mx =20 y sigue las instrucciones que ahi te muestran, despues de eso puedes brincar con el comando "j" al foro de Unix, y ahi te hablaran de FreeBSD y Linux y cualquier Unix like OS que quieras,porcierto el Club BBS del iteso funciona en FreeBSD desde 1994, saludos! El concepto de el club es mediante mensajes de texto que permanecen por unas horas o dias, eso es el BBS. Pero si deseas platicar con alguien tambien se puede mediante mensajes express, solo sigue las instrucciones del club. Eric De La Cruz Lugo Merida, Yucatan, Mexico, The Maya Land ------ On Fri, 30 Jun 2000, Pedro Hernandez wrote: >=20 > Where I can chat with other about FreeBSD ? >=20 > -- > Ing. Pedro Hern=E1ndez Valverde > HCI, Interacci=F3n Hombre M=E1quina, S.A. de C.V. > Ave. La Paz # 1923, Col. Americana > Guadalajara, Jal. 44140 > Tel/Fax: (52-3) 8262056 > Celular: (52-3) 1784386 > VoiceMail & Fax: 1-888-5613144 > email: pedro@hci.com.mx >=20 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 8:58:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from iteso.mx (iteso.mx [148.201.1.4]) by hub.freebsd.org (Postfix) with ESMTP id 439F837B600 for ; Mon, 10 Jul 2000 08:58:41 -0700 (PDT) (envelope-from eric@iteso.mx) Received: from localhost (eric@localhost) by iteso.mx (8.9.3/8.9.3) with ESMTP id KAA20529; Mon, 10 Jul 2000 10:58:38 -0500 (CDT) (envelope-from eric@iteso.mx) Date: Mon, 10 Jul 2000 10:58:38 -0500 (CDT) From: De la Cruz Lugo Eric To: DAVID ALOI Cc: freebsd-questions@FreeBSD.ORG Subject: Re: NECESITO AYUDA In-Reply-To: <20000706190637.82191.qmail@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG RESPUESTA SIMPLE DAVID: =20 Instala un mouse en el puerto com 1 o com 2 de tu portatil y olvidate de la bolita del teclado, es mas facil asi. un mouse no te cuesta mas de 50 pesos. saludos! =20 Eric De La Cruz Lugo Merida, Yucatan, Mexico, The Maya Land ------- On Sat, 1 Jul 2000, DAVID ALOI wrote: > HOLA, ESPERO PUEDAN AYUDARME EN UN PEQUE=D1O PERO INCOMODO PROBLEMA CON M= I MOUSE, SUCEDE QUE HACE ALGUNOS DIAS ADQUIRI UN EQUIPO NOTEBOOK, ESTE POSE= E UN DISPOSITIVO DE MOUSE QUE SE UBICA DENTRO DEL MISMO COMPUTADOR, USTEDES= SABEN ES UNA BOLITA UBICADA EN LA PARTE INFERIOR DEL TECLADO CASI ABAJO DE= LA BARRA ESPACIADORA, TAL DISPOSITIVO NO FUNCION, QUISIERA SABER =BFCOMO S= E LLAMA ESTE DISPOSITIVO? =BFCOMO PUEDO CONFIGURARLO? DESGRACIADAMENTE NO D= ISPONGO DE LAS ESPECIFICACIONES TECNICAS DE MI EQUIPO, ES UN POCO ANTIGUO, = POSEE WINDOWS 95 Y 8MB EN RAM,CULAQUIER ORIENTACION O AYUDA ME SERA DE GRAN= UTILIDAD. AGRADECE DESDE YA... > DAVID=20 >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 9: 1:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from enterweb.enterit.com (enterweb.enterit.com [209.45.199.22]) by hub.freebsd.org (Postfix) with ESMTP id AB3BC37BD1C for ; Mon, 10 Jul 2000 09:01:11 -0700 (PDT) (envelope-from jconner@enterit.com) Received: from KWAN [209.45.199.38] by enterweb.enterit.com with ESMTP (SMTPD32-5.04) id A2FE224029E; Mon, 10 Jul 2000 11:59:58 EST Message-Id: <4.2.0.58.20000710121125.01433110@mail.enterit.com> X-Sender: jconner@mail.enterit.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Mon, 10 Jul 2000 12:13:07 -0400 To: freebsd-questions@freebsd.org From: Jim C Subject: Installing a new drive Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If I may ask...what are the steps (not verbatim but in general) to installing a new drive on an FBSD system. Usually I would slice it (fdisk, disklabel) then format it. However, the Fdisk utility is *extremely* awkward with FBSD. Any direction points would be nice =) TIA - Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 9: 5:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mathserv.mps.ohio-state.edu (mathserv.mps.ohio-state.edu [128.146.111.31]) by hub.freebsd.org (Postfix) with ESMTP id 2638137B518 for ; Mon, 10 Jul 2000 09:05:45 -0700 (PDT) (envelope-from rishi@math.ohio-state.edu) Received: from mw152sd.mps.ohio-state.edu (mw152sd.mps.ohio-state.edu [128.146.111.113]) by mathserv.mps.ohio-state.edu (8.11.0.Beta1/8.11.0.Beta1) with ESMTP id e6AG5eT25506 for ; Mon, 10 Jul 2000 12:05:40 -0400 (EDT) Received: (from rishi@localhost) by mw152sd.mps.ohio-state.edu (8.11.0.Beta1/8.11.0.Beta3) id e6AG5cO28146 for freebsd-questions@freebsd.org; Mon, 10 Jul 2000 12:05:38 -0400 (EDT) Date: Mon, 10 Jul 2000 12:05:37 -0400 From: Rishikesh To: freebsd-questions@freebsd.org Subject: Viewing french websites in lynx Message-ID: <20000710120536.A28137@mw152sd.mps.ohio-state.edu> Mail-Followup-To: Rishikesh , freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I would like to view the french websites using lynx. What do I need to do so that console displays everything properly. thanks in advance. Rishi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 9:16:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id CA41637B5DD for ; Mon, 10 Jul 2000 09:16:45 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [206.159.132.160]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.4) with ESMTP id ; Mon, 10 Jul 2000 09:18:26 -0700 Message-ID: <3969F6DA.4C37C7D5@3-cities.com> Date: Mon, 10 Jul 2000 09:16:26 -0700 From: Kent Stewart Organization: BOSSig (BOSS Internet Group) X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Nathan Vidican Cc: pbobba1@panam1.panam.edu, questions@freebsd.org Subject: Re: Restarting webserver (was: no subject) References: <09784044E77FD311B7B8009027B0D5DDA7C0@COSERVE-BDC1> <3969D857.A2649463@wmptl.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Nathan Vidican wrote: > > Praveen wrote: > > > > The webserver on freebsd is down. > > How to start it manually > > > > Thank you > > Praveen > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > depends on the server software, Apache uses the command: 'apachectl > start'. See the documentation for whichever server software you are > using. I would look at the following. ruby# cd /usr/local/etc/rc.d ruby# ll total 1 -rwxr-x--x 1 root wheel 111 Mar 11 18:55 apache.sh ruby# m apache.sh #!/bin/sh [ -x /usr/local/sbin/apachectl ] && /usr/local/sbin/apachectl start > /dev/null && echo -n ' apache' This is the startup script installed when you installed Apache and is executed when your system boots. It has all of the path information you may need. Kent > > -- > Nathan Vidican > webmaster@wmptl.com > Windsor Match Plate & Tool Ltd. > http://www.wmptl.com/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ Bomber dropping fire retardant in front of Hanford Wild fire. http://www.3-cities.com/~kstewart/bomber.jpg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 9:22:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 2FF3737B5C7 for ; Mon, 10 Jul 2000 09:22:18 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 13Betz-000LZc-00; Mon, 10 Jul 2000 15:51:19 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 13Betz-000ByS-00; Mon, 10 Jul 2000 15:51:19 +0100 Date: Mon, 10 Jul 2000 15:51:19 +0100 From: Ben Smithurst To: "Richard E. Hawkins" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: nessus says open relaying? Message-ID: <20000710155119.D74309@strontium.scientia.demon.co.uk> References: <200007071910.PAA01310@fac13.ds.psu.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="wULyF7TL5taEdwHz" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007071910.PAA01310@fac13.ds.psu.edu> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --wULyF7TL5taEdwHz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Richard E. Hawkins wrote: > I just checked my system with nessus, and one of the reports is that >=20 > smtp (25/tcp) INFO The remote SMTP server allows the relaying. This mea= ns that > it allows spammers to use your mail server to send their mails to > the world, thus wasting your network bandwidth. >=20 > Is this saying that my machine (and I suppose every other stock 4.0 machi= ne) > is an open relay? Or am I misreading this? If you check your own machine, I don't know how nessus can tell. For a good mail relay check, just to "telnet mail-abuse.org". The mail-abuse.org system will run a check on the system you are connecting from and show you the results (you don't have to log in as anything special, it just starts straight away). I think that's the right way, if that doesn't work, you should be able to find a web interface to it somewhere off . --=20 Ben Smithurst / ben@scientia.demon.co.uk / PGP: 0x99392F7D --wULyF7TL5taEdwHz Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: Eg8OZXD9ag51wDDoMIqg9UBmiGoXjdbs iQCVAwUBOWni5isPVtiZOS99AQEazwQAoirNmJ3YYvR/iKbV3B9aRd7b+D9BiYgA 0fGMl/dM/WmMZ0GW2lFkcXIxS4sfGsQoFc5ft90qSrbNIH0bXPUjMSJ7/XIWzWR2 32VsazN6SD8CN1AYiLsbKmJBgWhdKeySi9iMgZ9nuTiZ16OMfjU+fi2l8lS1K91A gLkE/FbqE8M= =LOQC -----END PGP SIGNATURE----- --wULyF7TL5taEdwHz-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 9:52: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.nwlink.com (smtp.nwlink.com [209.20.130.57]) by hub.freebsd.org (Postfix) with ESMTP id ED13337B5E3 for ; Mon, 10 Jul 2000 09:52:03 -0700 (PDT) (envelope-from kkeysler@nwlink.com) Received: from fargo.caldonia.net (ip214.r13.d.bel.nwlink.com [207.202.174.214]) by smtp.nwlink.com (8.9.3/8.9.3) with ESMTP id JAA21324; Mon, 10 Jul 2000 09:52:01 -0700 (PDT) Date: Mon, 10 Jul 2000 09:59:23 -0700 (PDT) From: Ken Keeler X-Sender: kkeysler@localhost To: John Johnson Cc: questions Subject: Re: Accessing FreeBSD Gateway from Another FreeBSD Machine In-Reply-To: <20000710103411.25690.qmail@web4102.mail.yahoo.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, 10 Jul 2000, John Johnson wrote: > I am unable to ping the FreeBSD client from the > Windows machine, and I cannot ping it from the Windows > machine, either. > > Basic networking question: do I need straight or > crossover cabling? When I ping from the FBSD client, I > show activity of both the client NIC and at the hub > (for the client's connection only), but nowhere else. > When I ping from the FBSD gateway, I see activity on > the gateway NIC and at the hub for both gateway and > client. Cabling and card work just fine when connected > directly to the DSL router, though... If you are connecting a PC (or other computer) to a hub, you almost always need a straight through cable. (there may be reasons not to do so, but I can't think of one right now) To connect to the DSL router, it acts like another PC and requires a crossover cable when _directly connected_ to a PC. If you are using the same cable to connect to the hub as the DSL router, and things work with the router, but not the hub, then you probably have a crossover cable. Switch to a straight cable and see what happens. E=mc^2 student 1 each Ken Keeler Phi Theta Kappa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 9:58: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from shell.wetworks.org (shell.wetworks.org [63.160.175.19]) by hub.freebsd.org (Postfix) with SMTP id 0CF5837B5B5 for ; Mon, 10 Jul 2000 09:58:04 -0700 (PDT) (envelope-from abc@shell.wetworks.org) Received: (qmail 1841 invoked by uid 1000); 10 Jul 2000 16:58:04 -0000 Date: Mon, 10 Jul 2000 12:58:04 -0400 From: Alan Clegg To: Ken Keeler Cc: questions Subject: Re: Accessing FreeBSD Gateway from Another FreeBSD Machine Message-ID: <20000710125804.I99728@shell.wetworks.org> References: <20000710103411.25690.qmail@web4102.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from kkeysler@nwlink.com on Mon, Jul 10, 2000 at 09:59:23AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG An SMTP stream claimed that Ken Keeler muttered: > If you are connecting a PC (or other computer) to a hub, you almost > always need a straight through cable. (there may be reasons not to do > so, but I can't think of one right now) The only time you would use a cross-over cable connecting a system to a hub was if you were using the "uplink" port on the hub. Those "uplink" ports are already crossed over so that you don't *HAVE* to use a cross-over cable to connect to the next hub. AlanC {turning 5 port hubs into 6 port hubs..} To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 10: 3:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta02-svc.ntlworld.com (mta02-svc.ntlworld.com [62.253.162.42]) by hub.freebsd.org (Postfix) with ESMTP id 5D88B37B665 for ; Mon, 10 Jul 2000 10:03:11 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from parish.my.domain ([62.253.89.70]) by mta02-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000710180230.JNYT3760.mta02-svc.ntlworld.com@parish.my.domain>; Mon, 10 Jul 2000 18:02:30 +0000 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id SAA01545; Mon, 10 Jul 2000 18:03:04 +0100 (BST) (envelope-from mark) Date: Mon, 10 Jul 2000 18:03:03 +0100 From: Mark Ovens To: Doug Barton Cc: Paul Herman , cjclark@alum.mit.edu, questions@freebsd.org Subject: Re: Question about the use of ssh-agent(1) Message-ID: <20000710180303.B237@parish> References: <3969169E.10DB028@gorean.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <3969169E.10DB028@gorean.org>; from DougB@gorean.org on Sun, Jul 09, 2000 at 05:19:42PM -0700 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 09, 2000 at 05:19:42PM -0700, Doug Barton wrote: > Paul Herman wrote: > > > > On Sun, 9 Jul 2000, Crist J. Clark wrote: > > > > > xterm xterm -n "$USER@$HOST" & > > > > > > And I do not want to use the alias. > > > > > > This is actually one of those things I have always meant to ask > > > about. Is there a better way to do that? Setting 'XTerm.title: > > > $USER@$HOST' in .Xresources would not have the desired effect for > > > several reasons. > > > > in .bashrc / .bash_login depending on your xterms, something like: > > > > xtitle () { echo -n -e "\033]0;$*\007"; } > > if [ "x$TERM" = xxterm ] > > then xtitle $USER@$HOST > > fi > > I'm a little confused about exactly what the original poster > is trying to accomplish. Neither was I (the original poster) when I asked (that was why I asked). I didn't fully understand from the manpages whether starting a single instance of ssh-agent would cover all logins (i.e. if I start it on ttyv0 would it be usable if I then logged in on ttyv1 and/or started X). The replies I got made it obvious that the best solution is, as you yourself do, start X as a child of ssh-agent and forget about ttyv*. > If you are trying to use ssh-agent in X, > your best bet is to start your window manager as the child of > ssh-agent. For example, the last line of my .xinitrc file is: > > exec ssh-agent gnome-session > > (Yes, I've gone over to the dark side.) That way all windows that are > started by your window manager will inherit ssh-agent. > > As for the bash prompt issue, take a look at > http://freebsd.simplenet.com/Bash-prompts.txt > > Enjoy, > > Doug > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- If I buy a copy of WinDelete, and it doesn't delete Windows, am I entitled to my money back? ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 10: 3:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from boom.firecracker.com (opscntr.dbq.mwci.net [209.207.4.33]) by hub.freebsd.org (Postfix) with ESMTP id 3B89337B5D2; Mon, 10 Jul 2000 10:03:08 -0700 (PDT) (envelope-from jbutt@firecracker.com) Received: from opscntr.dbq.mwci.net (opscntr.dbq.mwci.net [209.207.4.33]) by boom.firecracker.com (8.9.3/8.9.3) with ESMTP id MAA29325; Mon, 10 Jul 2000 12:03:19 -0500 (CDT) (envelope-from jbutt@firecracker.com) Date: Mon, 10 Jul 2000 12:03:19 -0500 (CDT) From: "James D. Butt" To: freebsd-questions@FreeBSD.ORG Cc: jwd@unx.sas.com, msmith@FreeBSD.ORG, wizzard@mwci.net Subject: DELL PERC2-DC 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 In 4.0-RELEASE..does DELL PERC2-DC RAID Controller work? I have done some extensive searching of the list archives and I am still unable to get a clear picture if this controller is supported or if their is still some type of problem?? Thank You. -------------------------------------------------------------------------- James D. Butt 'J.D.' jbutt@mwci.net - jbutt@firecracker.com MidWest Communications, Inc. -------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 10: 4:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web3605.mail.yahoo.com (web3605.mail.yahoo.com [204.71.203.109]) by hub.freebsd.org (Postfix) with SMTP id 89DFC37B542 for ; Mon, 10 Jul 2000 10:04:47 -0700 (PDT) (envelope-from lubcor@yahoo.com) Message-ID: <20000710170446.25398.qmail@web3605.mail.yahoo.com> Received: from [62.160.234.227] by web3605.mail.yahoo.com; Mon, 10 Jul 2000 10:04:46 PDT Date: Mon, 10 Jul 2000 10:04:46 -0700 (PDT) From: Cortese Subject: routing question To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I would like to know how can I do to have a FreeBSD 3.4 perform static routing rules like : ip route 192.168.252.0 172.16.250.3 metric 1 ip route 192.168.252.0 172.16.250.4 metric 5 I want to have two different routes to the same network, and if the first gateway is down (or better if the link is down) I want my FreeBSD to route packets via the second gateway. Is it possible without using routing protocols ? Thank's a lot !!!! L.C. __________________________________________________ Do You Yahoo!? Get Yahoo! Mail – Free email you can access from anywhere! http://mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 10: 6:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt052n3e.san.rr.com (dt052n3e.san.rr.com [204.210.33.62]) by hub.freebsd.org (Postfix) with ESMTP id C794B37B60C for ; Mon, 10 Jul 2000 10:06:11 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt052n3e.san.rr.com (8.9.3/8.9.3) with ESMTP id KAA79404; Mon, 10 Jul 2000 10:06:08 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <396A0280.98065D7E@gorean.org> Date: Mon, 10 Jul 2000 10:06:08 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0702 i386) X-Accept-Language: en MIME-Version: 1.0 To: Salvo Bartolotta Cc: freebsd-questions@FreeBSD.ORG, djkanter@northwestern.edu Subject: Re: Softupdates question References: <20000709005612.A89313@localhost.localdomain> <20000709.23515500@bartequi.ottodomain.org> <3969172D.D3A30104@gorean.org> <20000710.13040500@bartequi.ottodomain.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Salvo Bartolotta wrote: > Alas, I have not found any clues: rather, it seems that most > authoritative posts (even explicitly) suggest using softupdates > **and** noatime in order to improve performance. > > Ok, I am a little confused now :-) > > Would you be so kind as to shed more light on the whole matter > (also providing appropriate pointers/material/evidence) ? Here is about as clear a post as you're going to get: http://www.FreeBSD.org/cgi/getmsg.cgi?fetch=106939+109577+/usr/local/www/db/text/1998/freebsd-current/19980927.freebsd-current Try looking at the situation logically. The noatimes option causes access time not to be written out when a file is accessed. This is part of the metadata that softupdates optimizes the writing of. Therefore at best, eliminating that one small piece of metadata is not likely to have any beneficial effect. On the other side of the coin, using softupdates & noatime together used to cause kernel panics. It doesn't cause them anymore, but the code to work around that bug might be affecting your performance negatively. I'm not sure on that, but my whole point is that it is so unlikely that the noatime option is gaining you anything that it's not worth the risk. Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 10:13:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta02-svc.ntlworld.com (mta02-svc.ntlworld.com [62.253.162.42]) by hub.freebsd.org (Postfix) with ESMTP id D30B737B6D5 for ; Mon, 10 Jul 2000 10:13:22 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from parish.my.domain ([62.253.89.70]) by mta02-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000710181242.JPIO3760.mta02-svc.ntlworld.com@parish.my.domain>; Mon, 10 Jul 2000 18:12:42 +0000 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id SAA01605; Mon, 10 Jul 2000 18:13:16 +0100 (BST) (envelope-from mark) Date: Mon, 10 Jul 2000 18:13:16 +0100 From: Mark Ovens To: John Saylor Cc: freebsd-questions@freebsd.org Subject: Re: xmcd fails, xcdplayer does not with ATAPI CD Message-ID: <20000710181316.C237@parish> References: <000801bfea0c$6314adf0$1094a8c0@46high.private> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <000801bfea0c$6314adf0$1094a8c0@46high.private>; from jsaylor@mediaone.net on Sun, Jul 09, 2000 at 09:15:50PM -0400 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 09, 2000 at 09:15:50PM -0400, John Saylor wrote: > Hi > > I've been trying to get xmcd to work on my FreeBSD 4.0 box without success. > I recompiled the kernel and added the pcm device- which works just fine. I > have also gotten xcdplayer to work, but since it lacks CDDB support, I am > unsatified with it. I have 2 ATAPI cdroms on my secondary IDE controller- > one is a cd-reader/writer and the one I am using for audio cds is an old 4x > one I grabbed out of a dying 486. I hate to admit this, but it works under > NT 4. > > I'm attaching a listing of the device files- acd1c.0 is the device I got > when I ran MAKEDEV and acd1c is the one I replaced it with. And also the > output I got from xmcd when I ran it with the debug flag. > [snip] > > Common parameters: > device: /dev/cdrom ^^^^^^^^^^ [snip] > Device-specific (privileged) parameters: > devnum: 0 > deviceList: /dev/cdrom [snip] > > Open: /dev/cdrom > Cannot open /dev/cdrom: errno=6 > Open of /dev/cdrom failed > > Open: /dev/cdrom > Cannot open /dev/cdrom: errno=6 > Open of /dev/cdrom failed > > Open: /dev/cdrom > Cannot open /dev/cdrom: errno=6 > Open of /dev/cdrom failed > Does /dev/cdrom exist on your machine? If so, is it a symlink to /dev/acd1? I suspect not. From the xmcd manpage: -dev device Specifies the path name to the raw CD-ROM device. If this option is not used, the default device to be used is the first drive set up with the xmcd configuration program (See below). So, either run it as ``xmcd -dev /dev/acd1'' or, preferably, run the config program to tell xmcd which CD device to use (see the section DEVICE CONFIGURATION in the manpage). HTH > * QUIT > > Close: /dev/cdrom > -- If I buy a copy of WinDelete, and it doesn't delete Windows, am I entitled to my money back? ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 10:19:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.nwlink.com (smtp.nwlink.com [209.20.130.57]) by hub.freebsd.org (Postfix) with ESMTP id 27F2037B759 for ; Mon, 10 Jul 2000 10:19:30 -0700 (PDT) (envelope-from kkeysler@nwlink.com) Received: from fargo.caldonia.net (ip214.r13.d.bel.nwlink.com [207.202.174.214]) by smtp.nwlink.com (8.9.3/8.9.3) with ESMTP id KAA28372; Mon, 10 Jul 2000 10:19:21 -0700 (PDT) Date: Mon, 10 Jul 2000 10:27:04 -0700 (PDT) From: Ken Keeler X-Sender: kkeysler@localhost To: Alan Clegg Cc: questions Subject: Re: Accessing FreeBSD Gateway from Another FreeBSD Machine In-Reply-To: <20000710125804.I99728@shell.wetworks.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 Mon, 10 Jul 2000, Alan Clegg wrote: > An SMTP stream claimed that Ken Keeler muttered: > > > If you are connecting a PC (or other computer) to a hub, you almost > > always need a straight through cable. (there may be reasons not to do > > so, but I can't think of one right now) > > The only time you would use a cross-over cable connecting a system to a > hub was if you were using the "uplink" port on the hub. Those "uplink" > ports are already crossed over so that you don't *HAVE* to use a cross-over > cable to connect to the next hub. > > AlanC {turning 5 port hubs into 6 port hubs..} > Ah, that's it. I remembered something "unusual", but could not put my finger on it. Thanks. E=mc^2 student 1 each Ken Keeler Phi Theta Kappa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 10:38:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f194.law9.hotmail.com [64.4.9.194]) by hub.freebsd.org (Postfix) with SMTP id 620C837B516 for ; Mon, 10 Jul 2000 10:38:23 -0700 (PDT) (envelope-from josheliason@hotmail.com) Received: (qmail 28160 invoked by uid 0); 10 Jul 2000 17:38:23 -0000 Message-ID: <20000710173822.28159.qmail@hotmail.com> Received: from 38.33.94.166 by www.hotmail.com with HTTP; Mon, 10 Jul 2000 10:38:22 PDT X-Originating-IP: [38.33.94.166] From: "josh eliason" To: freebsd-questions@FreeBSD.ORG Subject: SMP system test ? Date: Mon, 10 Jul 2000 12:38:22 CDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, i recently installed FreeBSD on my dual-pentium III with a customized kernel for SMP, but i cannot figure out how to test the system to see if both processors are running. is there a systems monitor program available that will check for multi-processors and read out the current CPU load. thanks in advance. also, do i need to be on the mailing list to receive replys? josh Electronic Visualization Laboratory University of Illinois at Chicago ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail 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 Jul 10 10:46:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from uranium.dashmail.net (uranium.dashmail.net [216.36.26.29]) by hub.freebsd.org (Postfix) with ESMTP id 5084D37B516 for ; Mon, 10 Jul 2000 10:46:46 -0700 (PDT) (envelope-from ptacek@dashmail.net) Received: from Ptacek (rc1s7p8.dashmail.net [216.36.33.80]) by uranium.dashmail.net (8.10.1/8.10.1) with SMTP id e6AHjuW16389 for ; Mon, 10 Jul 2000 17:45:56 GMT Reply-To: From: "Chris Ptacek" To: Subject: DES cards for FreeBSD? Date: Mon, 10 Jul 2000 10:45:07 -0700 Message-ID: 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 IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am working on a project in which we must encrypt large amounts of data though our communications stream. Currently we have the application working using the software DES routines in FreeBSD. However since performance is a concern we are interested in implementing a hardware DES solution. We would prefer a PCI card solution, but I am willing to look at anything. So in short, are there any DES card solutions supported by FreeBSD? Thanks, Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 10:57:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from host.exit2000.com (www.exit2000.com [63.64.200.200]) by hub.freebsd.org (Postfix) with ESMTP id 6680837B546 for ; Mon, 10 Jul 2000 10:57:12 -0700 (PDT) (envelope-from tara@exit1.com) Received: from exit1.com (tara.exit1.com [63.64.200.154]) by host.exit2000.com (8.9.1/8.9.1) with ESMTP id NAA16002 for ; Mon, 10 Jul 2000 13:57:13 -0400 (EDT) Message-ID: <396A0E91.93369C2A@exit1.com> Date: Mon, 10 Jul 2000 13:57:37 -0400 From: Tara Vitori X-Mailer: Mozilla 4.7 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: unsubscribe Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG unsubscribe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 11: 9:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay1.inwind.it (relay1.inwind.it [212.141.53.67]) by hub.freebsd.org (Postfix) with ESMTP id 5E27737B6B5 for ; Mon, 10 Jul 2000 11:09:09 -0700 (PDT) (envelope-from bartequi@inwind.it) Received: from bartequi.ottodomain.org (212.141.78.108) by relay1.inwind.it; 10 Jul 2000 20:09:07 +0200 From: Salvo Bartolotta Date: Mon, 10 Jul 2000 19:09:56 GMT Message-ID: <20000710.19095600@bartequi.ottodomain.org> Subject: Re: Softupdates question To: Doug Barton Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <396A0280.98065D7E@gorean.org> References: <20000709005612.A89313@localhost.localdomain> <20000709.23515500@bartequi.ottodomain.org> <3969172D.D3A30104@gorean.org> <20000710.13040500@bartequi.ottodomain.org> <396A0280.98065D7E@gorean.org> X-Mailer: SuperCalifragilis X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 7/10/00, 6:06:08 PM, Doug Barton wrote regarding=20 Re: Softupdates question: > Here is about as clear a post as you're going to get: >=20 http://www.FreeBSD.org/cgi/getmsg.cgi?fetch=3D106939+109577+/usr/local/w= w w/db/text/1998/freebsd-current/19980927.freebsd-current > Try looking at the situation logically. The noatimes option causes > access time not to be written out when a file is accessed. This is=20 part > of the metadata that softupdates optimizes the writing of. Therefore=20 at > best, eliminating that one small piece of metadata is not likely to=20 have > any beneficial effect. > On the other side of the coin, using softupdates & noatime=20 together > used to cause kernel panics. It doesn't cause them anymore, but the=20 code > to work around that bug might be affecting your performance=20 negatively. > I'm not sure on that, but my whole point is that it is so unlikely=20 that > the noatime option is gaining you anything that it's not worth the=20 risk. > Doug > -- Thanks a lot, now I can see your point and your caution :-) In more recent posts, a number of people have made use of softupdates=20 and noatime, and, implicitly or explicitly, they have suggested using=20 the combination of both. This made me (implicitly/automatically) think that the code had been=20 tuned accordingly: that is, it had been designed to work well even=20 with noatime. That's why I have been using both softupdates and=20 noatime for months: I was not aware of the potential risks. =20 What is the state of the art of the matter, if I may ask this forum ? As Paul Herman (and others) have written so far, there seems to be a=20 little improvement in performance of the order of 0.001 up to 0.01 or=20 so. (Ie, of the kind "gutta cavat lapidem"). Are there serious (or any) risks at all nowadays ? =20 Many, many thanks again for your time. Best regards, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 11:17:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from onca.dc.ufscar.br (onca.dc.ufscar.br [200.18.99.9]) by hub.freebsd.org (Postfix) with ESMTP id 711DF37BA15 for ; Mon, 10 Jul 2000 11:17:21 -0700 (PDT) (envelope-from freire@dc.ufscar.br) Received: from dc.ufscar.br ([200.18.99.184]) by onca.dc.ufscar.br (8.9.1/8.9.1) with ESMTP id OAA11868 for ; Mon, 10 Jul 2000 14:57:19 -0300 (EST) Message-ID: <396A4A25.55F2C572@dc.ufscar.br> Date: Mon, 10 Jul 2000 15:11:49 -0700 From: Luciano Freire X-Mailer: Mozilla 4.73 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: Freebsd list Subject: mount linux ext2fs? 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 a new freebsd user. I have a machine running Freebsd 4 in a scsi hd. I want to mount another scsi hd with a linux ext2fs but I have problems to do this. Is there some option in the mount command or another specific command to mount a linux filesystem? Thanks in advanced. Luciano Freire To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 11:17:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.mail.yahoo.com (smtp.mail.yahoo.com [128.11.68.32]) by hub.freebsd.org (Postfix) with SMTP id EE02137BBBB for ; Mon, 10 Jul 2000 11:17:47 -0700 (PDT) (envelope-from jwarner182@yahoo.com) Received: from unknown (HELO 16jeremy) (206.163.169.1) by smtp.mail.yahoo.com with SMTP; 10 Jul 2000 17:36:48 -0000 X-Apparently-From: Message-ID: <001701bfea95$8421d660$1001a8c0@northwesttechnical.com> From: "Jeremy Warner" To: Subject: Restricting Shell access? Date: Mon, 10 Jul 2000 10:36:02 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How would I go about restricting shell access to a users Home directory? __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 11:30: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from markl.com (markl.com [209.69.36.90]) by hub.freebsd.org (Postfix) with ESMTP id 9DD9337BF33 for ; Mon, 10 Jul 2000 11:29:56 -0700 (PDT) (envelope-from squirrel@hammis.com) Received: from localhost (squirrel@localhost) by markl.com (8.9.3/8.9.3) with ESMTP id OAA95153; Mon, 10 Jul 2000 14:28:24 -0400 (EDT) (envelope-from squirrel@hammis.com) Date: Mon, 10 Jul 2000 14:28:24 -0400 (EDT) From: Damon Hammis X-Sender: squirrel@markl.com To: Luciano Freire Cc: Freebsd list Subject: Re: mount linux ext2fs? In-Reply-To: <396A4A25.55F2C572@dc.ufscar.br> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You have t build a new kernel with the "options EXT2FS" option installed. On Mon, 10 Jul 2000, Luciano Freire wrote: > I`m a new freebsd user. > I have a machine running Freebsd 4 in a scsi hd. I want to mount another > scsi hd with a linux ext2fs but I have problems to do this. > Is there some option in the mount command or another specific command to > mount a linux filesystem? > > Thanks in advanced. > Luciano Freire > > > 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 Jul 10 11:35:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id D040737B8DD for ; Mon, 10 Jul 2000 11:35:45 -0700 (PDT) (envelope-from pherman@frenchfries.net) Received: from bagabeedaboo.security.at12.de (dial-194-8-196-248.netcologne.de [194.8.196.248]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id UAA18074; Mon, 10 Jul 2000 20:35:41 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.10.2/8.10.2) with ESMTP id e6AIZXu57004; Mon, 10 Jul 2000 20:35:33 +0200 (CEST) Date: Mon, 10 Jul 2000 20:35:33 +0200 (CEST) From: Paul Herman To: Salvo Bartolotta Cc: Doug Barton , freebsd-questions@FreeBSD.ORG Subject: Re: Softupdates question In-Reply-To: <20000710.19095600@bartequi.ottodomain.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 Mon, 10 Jul 2000, Salvo Bartolotta wrote: > Are there serious (or any) risks at all nowadays ? Well, I would say you are living "proof-of-concept" if you have been using softupdates with noatime for months now without any trouble. A side anecdote which might be of interest you, Salvo: I built a 3.4-RELEASE server with softupdates+vinum RAID10 a few months ago, and the server did reliably hang once every day or so. Disabling softupdates on the vinum volume (only) solved the problem, so you can take that for what it's worth. I couldn't reproduce it since then, so I think SU is stable. (I wish I took a DDB dump at the time, but now I don't have access to the server anymore...) -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 11:47:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from HERCULES.ITCTEL.COM (alpha.itctel.com [209.105.36.2]) by hub.freebsd.org (Postfix) with ESMTP id 4AAF237B77E for ; Mon, 10 Jul 2000 11:47:23 -0700 (PDT) (envelope-from bill@itctel.com) Received: from inet_tech (pool-204-221-20-237.itctel.com [204.221.20.237]) by HERCULES.ITCTEL.COM (8.9.1/8.9.1) with SMTP id NAA19261 for ; Mon, 10 Jul 2000 13:47:07 -0500 (CDT) Message-Id: <4.1.20000710133753.00afb820@mail.itctel.com> X-Sender: bill@mail.itctel.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Mon, 10 Jul 2000 13:46:24 -0500 To: questions@FreeBSD.org From: Bill Renneker Subject: Installation question (from CD) 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 an older 486 computer, running Windows 95. I'd like to replace Windows with Free BSD (I just purched the CD distribution). I don't care about keeping DOS either, but maybe this is necessary. I'm not certain from the documentation whether I need to remove Windows first (the disk is not partitioned), or whether perhaps installing FreeBSD would remove Windows. If I need to remove Windows, can you tell me how? Also, does DOS need to stay--and if not, how do I uninstall DOS? I'm using an external Backpack CD drive connected to the parallel port that I plan to use for the CD installation. Do you anticipate any problems with this? Thank you for your help. I'm very excited to get this installed. Bill Renneker bill@itctel.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 11:55: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id A2FBB37B6EC for ; Mon, 10 Jul 2000 11:55:02 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id NAA22087; Mon, 10 Jul 2000 13:54:55 -0500 (CDT) (envelope-from dan) Date: Mon, 10 Jul 2000 13:54:54 -0500 From: Dan Nelson To: Steve Abraham Cc: questions@freebsd.org Subject: Re: issue / issue.net Message-ID: <20000710135454.A28202@dan.emsphone.com> References: <3969D91C.C4B3BCF9@enets.co.uk> <20000710092846.A16340@dan.emsphone.com> <3969EDF3.88CB1BB@enets.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.5i In-Reply-To: <3969EDF3.88CB1BB@enets.co.uk>; from "Steve Abraham" on Mon Jul 10 16:38:27 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Jul 10), Steve Abraham said: > Dan Nelson wrote: > > In the last episode (Jul 10), Steve Abraham said: > > > Can anyone tell me where the FreeBSD equivelant of the Linux > > > /etc/issue.net file? If there is nothing, what needs to be done > > > to customise the telnet login screen? > > > > The equivalent is whatever filename you put in the :if=: capability > > /in etc/gettytab. man gettytab for more info. > > I've specified the following, but it sees to ignore it and still > displays nothing... > > default:\ > :cb:ce:ck:lc:fd#1000:im=\r\n%s/%m (%h) (%t)\r\n\r\n:sp#1200:if=/etc/issue: Hmm. Works fine for me (on -current). Note that there is a 1024-byte limit on the if= file, or telnetd will coredump. You can probably raise the limit by editting telnetd.c, lines 130 and 131, and changing the arrays from BUFSIZ (i.e. 1024) to something larger. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 11:58:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.omn.net (atlantis.omn.net [212.158.68.2]) by hub.freebsd.org (Postfix) with ESMTP id 4877E37BA7E for ; Mon, 10 Jul 2000 11:58:07 -0700 (PDT) (envelope-from steve@enets.co.uk) Received: from enets.co.uk (sabre3.sja.co.uk [212.158.68.7]) by mail.omn.net (8.10.1/8.10.1/Omnitech-2.0.0) with ESMTP id e6AK03c27630; Mon, 10 Jul 2000 20:00:03 GMT Message-ID: <396A1C71.109CD9AA@enets.co.uk> Date: Mon, 10 Jul 2000 19:56:49 +0100 From: Steve Abraham Reply-To: steve@enets.co.uk Organization: eNets Ltd X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; I) X-Accept-Language: en MIME-Version: 1.0 To: Dan Nelson , questions@freebsd.org Subject: Re: issue / issue.net References: <3969D91C.C4B3BCF9@enets.co.uk> <20000710092846.A16340@dan.emsphone.com> <3969EDF3.88CB1BB@enets.co.uk> <20000710135454.A28202@dan.emsphone.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dan Nelson wrote: > > In the last episode (Jul 10), Steve Abraham said: > > Dan Nelson wrote: > > > In the last episode (Jul 10), Steve Abraham said: > > > > Can anyone tell me where the FreeBSD equivelant of the Linux > > > > /etc/issue.net file? If there is nothing, what needs to be done > > > > to customise the telnet login screen? > > > > > > The equivalent is whatever filename you put in the :if=: capability > > > /in etc/gettytab. man gettytab for more info. > > > > I've specified the following, but it sees to ignore it and still > > displays nothing... > > > > default:\ > > :cb:ce:ck:lc:fd#1000:im=\r\n%s/%m (%h) (%t)\r\n\r\n:sp#1200:if=/etc/issue: > > Hmm. Works fine for me (on -current). Note that there is a 1024-byte > limit on the if= file, or telnetd will coredump. You can probably > raise the limit by editting telnetd.c, lines 130 and 131, and changing > the arrays from BUFSIZ (i.e. 1024) to something larger. I thought of that, but the file is as follows... -rw-r--r-- 1 root wheel 656 Jul 10 12:27 issue S. --- Steve Abraham eNets Ltd UK steve (at) enets.co.uk http://www.eNets.ltd.uk T: +44 (0)1463 861311 F: +44 (0)8702 840220 M: +44 (0)7770 332765 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 12: 5:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.wmptl.com (mail2.wmptl.com [216.221.73.131]) by hub.freebsd.org (Postfix) with ESMTP id 71B1137B863 for ; Mon, 10 Jul 2000 12:05:44 -0700 (PDT) (envelope-from webmaster@wmptl.com) Received: from wmptl.com ([10.0.0.168]) by mail2.wmptl.com (8.9.3/8.9.3) with ESMTP id PAA89589; Mon, 10 Jul 2000 15:28:51 -0400 (EDT) (envelope-from webmaster@wmptl.com) Message-ID: <396A1DF6.D3F2668@wmptl.com> Date: Mon, 10 Jul 2000 15:03:18 -0400 From: Nathan Vidican X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: josh eliason Cc: questions@freebsd.org Subject: Re: SMP system test ? References: <20000710173822.28159.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 josh eliason wrote: > > hi, > i recently installed FreeBSD on my dual-pentium III with a customized kernel > for SMP, but i cannot figure out how to test the system to see if both > processors are running. is there a systems monitor program available that > will check for multi-processors and read out the current CPU load. > thanks in advance. > > also, do i need to be on the mailing list to receive replys? > > josh > > Electronic Visualization Laboratory > University of Illinois at Chicago > ________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To state the obvious; no you don't need to be on the list to receive a reply from someone who is. You do have to be on the list should you desire to read messages sent to questions@freebsd.org. There are numerous ways of testing the system; are you just looking to assure yourself that the system is using both CPU's or are you looking to test the performance of the overall system? We have several Dual PIII systems here now, running FreebDS 4.0-STABLE. If you do a 'dmesg | grep cpu', you should get something to the effect of this: master# dmesg | grep cpu cpu0 (BSP): apic id: 1, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 0, version: 0x00040011, at 0xfee00000 master# That will at least assure you that the system is seeing both CPU's. As for testing them, I'd suggest you download/install the Seti@Home client. It's a really good example application that can beat on two seperate cpu's quite well. We run Seti@home for three weeks before running the server in a production environment. If it will stand up to that much sustained CPU usage, I figure it'll work fine for us. This may not be the best benchmark out there, but you can compare your average completion times to that of many other different platforms for a good idea of where you stand. (/usr/ports/astro/setiathome I beleive; http://setiathome.ssl.berkeley.edu) -- Nathan Vidican webmaster@wmptl.com Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 12:10:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 79A5437B7AA for ; Mon, 10 Jul 2000 12:10:09 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id OAA23554; Mon, 10 Jul 2000 14:10:06 -0500 (CDT) (envelope-from dan) Date: Mon, 10 Jul 2000 14:10:06 -0500 From: Dan Nelson To: Steve Abraham Cc: questions@freebsd.org Subject: Re: issue / issue.net Message-ID: <20000710141006.A22223@dan.emsphone.com> References: <3969D91C.C4B3BCF9@enets.co.uk> <20000710092846.A16340@dan.emsphone.com> <3969EDF3.88CB1BB@enets.co.uk> <20000710135454.A28202@dan.emsphone.com> <396A1C71.109CD9AA@enets.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.5i In-Reply-To: <396A1C71.109CD9AA@enets.co.uk>; from "Steve Abraham" on Mon Jul 10 19:56:49 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Jul 10), Steve Abraham said: > Dan Nelson wrote: > > In the last episode (Jul 10), Steve Abraham said: > > > I've specified the following, but it sees to ignore it and still > > > displays nothing... > > > > > > default:\ > > > :cb:ce:ck:lc:fd#1000:im=\r\n%s/%m (%h) (%t)\r\n\r\n:sp#1200:if=/etc/issue: > > > > Hmm. Works fine for me (on -current). Note that there is a > > 1024-byte limit on the if= file, or telnetd will coredump. You can > > probably raise the limit by editting telnetd.c, lines 130 and 131, > > and changing the arrays from BUFSIZ (i.e. 1024) to something > > larger. > > I thought of that, but the file is as follows... > > -rw-r--r-- 1 root wheel 656 Jul 10 12:27 issue I'm stumped then :) Have you been testing by telnetting to localhost or logging in via the console? If you have only been trying one way, try the other. The banner is printed by getty for consoles, and telnetd for telnet logins. Maybe there's a bug in one or the other. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 12:11: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hq1.tyfon.net (hq1.tyfon.net [213.212.29.17]) by hub.freebsd.org (Postfix) with ESMTP id 78CA037B600 for ; Mon, 10 Jul 2000 12:10:58 -0700 (PDT) (envelope-from dl@tyfon.net) Received: from localhost (localhost [127.0.0.1]) by hq1.tyfon.net (Postfix) with ESMTP id 504DC1C5C6 for ; Mon, 10 Jul 2000 21:10:57 +0200 (CEST) Date: Mon, 10 Jul 2000 21:10:57 +0200 (CEST) From: Dan Larsson To: FreeBSD Questions List Subject: To PGP or not to PGP? Message-ID: Organization: Tyfon Svenska AB MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How important is PGP encrypted mail? Should everyone use it? Should I? Comments welcome! Regards Dan Larsson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 12:11:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.mail.yahoo.com (smtp.mail.yahoo.com [128.11.68.32]) by hub.freebsd.org (Postfix) with SMTP id 3561937B600 for ; Mon, 10 Jul 2000 12:11:12 -0700 (PDT) (envelope-from jwarner182@yahoo.com) Received: from unknown (HELO 16jeremy) (206.163.169.1) by smtp.mail.yahoo.com with SMTP; 10 Jul 2000 18:30:37 -0000 X-Apparently-From: Message-ID: <004601bfea9d$09444f60$1001a8c0@northwesttechnical.com> From: "Jeremy Warner" To: Subject: Restricting Shell access? Date: Mon, 10 Jul 2000 11:31:14 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How would I go about restricting shell access to a users Home directory? __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 12:14:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.omn.net (atlantis.omn.net [212.158.68.2]) by hub.freebsd.org (Postfix) with ESMTP id A456837B770 for ; Mon, 10 Jul 2000 12:14:41 -0700 (PDT) (envelope-from steve@enets.co.uk) Received: from enets.co.uk (sabre3.sja.co.uk [212.158.68.7]) by mail.omn.net (8.10.1/8.10.1/Omnitech-2.0.0) with ESMTP id e6AKGoc27713; Mon, 10 Jul 2000 20:16:50 GMT Message-ID: <396A2061.C4A3DEFD@enets.co.uk> Date: Mon, 10 Jul 2000 20:13:37 +0100 From: Steve Abraham Reply-To: steve@enets.co.uk Organization: eNets Ltd X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; I) X-Accept-Language: en MIME-Version: 1.0 To: Dan Nelson Cc: questions@freebsd.org Subject: Re: issue / issue.net References: <3969D91C.C4B3BCF9@enets.co.uk> <20000710092846.A16340@dan.emsphone.com> <3969EDF3.88CB1BB@enets.co.uk> <20000710135454.A28202@dan.emsphone.com> <396A1C71.109CD9AA@enets.co.uk> <20000710141006.A22223@dan.emsphone.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dan Nelson wrote: > > In the last episode (Jul 10), Steve Abraham said: > > Dan Nelson wrote: > > > In the last episode (Jul 10), Steve Abraham said: > > > > I've specified the following, but it sees to ignore it and still > > > > displays nothing... > > > > > > > > default:\ > > > > :cb:ce:ck:lc:fd#1000:im=\r\n%s/%m (%h) (%t)\r\n\r\n:sp#1200:if=/etc/issue: > > > > > > Hmm. Works fine for me (on -current). Note that there is a > > > 1024-byte limit on the if= file, or telnetd will coredump. You can > > > probably raise the limit by editting telnetd.c, lines 130 and 131, > > > and changing the arrays from BUFSIZ (i.e. 1024) to something > > > larger. > > > > I thought of that, but the file is as follows... > > > > -rw-r--r-- 1 root wheel 656 Jul 10 12:27 issue > > I'm stumped then :) Have you been testing by telnetting to localhost > or logging in via the console? If you have only been trying one way, > try the other. The banner is printed by getty for consoles, and > telnetd for telnet logins. Maybe there's a bug in one or the other. Both telnetting from the outside world, and telnetting from the console result in... FreeBSD/i386 (XXX) (ttyp1) login: ... even though I have a message in the issue file. I must be doing something daft, but I can't think what it is. S. --- Steve Abraham eNets Ltd UK steve (at) enets.co.uk http://www.eNets.ltd.uk T: +44 (0)1463 861311 F: +44 (0)8702 840220 M: +44 (0)7770 332765 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 12:16:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id A812A37B5B0 for ; Mon, 10 Jul 2000 12:16:21 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id OAA24057; Mon, 10 Jul 2000 14:16:18 -0500 (CDT) (envelope-from dan) Date: Mon, 10 Jul 2000 14:16:18 -0500 From: Dan Nelson To: Steve Abraham Cc: questions@freebsd.org Subject: Re: issue / issue.net Message-ID: <20000710141618.B22223@dan.emsphone.com> References: <3969D91C.C4B3BCF9@enets.co.uk> <20000710092846.A16340@dan.emsphone.com> <3969EDF3.88CB1BB@enets.co.uk> <20000710135454.A28202@dan.emsphone.com> <396A1C71.109CD9AA@enets.co.uk> <20000710141006.A22223@dan.emsphone.com> <396A2061.C4A3DEFD@enets.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.5i In-Reply-To: <396A2061.C4A3DEFD@enets.co.uk>; from "Steve Abraham" on Mon Jul 10 20:13:37 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Jul 10), Steve Abraham said: > Dan Nelson wrote: > > I'm stumped then :) Have you been testing by telnetting to localhost > > or logging in via the console? If you have only been trying one way, > > try the other. The banner is printed by getty for consoles, and > > telnetd for telnet logins. Maybe there's a bug in one or the other. > > Both telnetting from the outside world, and telnetting from the console > result in... > > FreeBSD/i386 (XXX) (ttyp1) > > login: > > ... even though I have a message in the issue file. > > I must be doing something daft, but I can't think what it is. I don't mean telnet from an existing console login; I mean hit alt-(F1-12) and log in from an open vty. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 12:21:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.wmptl.com (mail2.wmptl.com [216.221.73.131]) by hub.freebsd.org (Postfix) with ESMTP id 0C38537B66C for ; Mon, 10 Jul 2000 12:21:27 -0700 (PDT) (envelope-from webmaster@wmptl.com) Received: from wmptl.com ([10.0.0.168]) by mail2.wmptl.com (8.9.3/8.9.3) with ESMTP id PAA89839; Mon, 10 Jul 2000 15:44:38 -0400 (EDT) (envelope-from webmaster@wmptl.com) Message-ID: <396A2195.A2FF1153@wmptl.com> Date: Mon, 10 Jul 2000 15:18:45 -0400 From: Nathan Vidican X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: Jeremy Warner Cc: freebsd-questions@freebsd.org Subject: Re: Restricting Shell access? References: <004601bfea9d$09444f60$1001a8c0@northwesttechnical.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jeremy Warner wrote: > > How would I go about restricting shell access to a users Home directory? > > __________________________________________________ > Do You Yahoo!? > Talk to your friends online with Yahoo! Messenger. > http://im.yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message man chroot -- Nathan Vidican webmaster@wmptl.com Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 12:21:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.omn.net (atlantis.omn.net [212.158.68.2]) by hub.freebsd.org (Postfix) with ESMTP id 64ED537B6A1 for ; Mon, 10 Jul 2000 12:21:32 -0700 (PDT) (envelope-from steve@enets.co.uk) Received: from enets.co.uk (sabre3.sja.co.uk [212.158.68.7]) by mail.omn.net (8.10.1/8.10.1/Omnitech-2.0.0) with ESMTP id e6AKNVc27758; Mon, 10 Jul 2000 20:23:31 GMT Message-ID: <396A21F2.A8210712@enets.co.uk> Date: Mon, 10 Jul 2000 20:20:18 +0100 From: Steve Abraham Reply-To: steve@enets.co.uk Organization: eNets Ltd X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; I) X-Accept-Language: en MIME-Version: 1.0 To: Dan Nelson Cc: questions@freebsd.org Subject: Re: issue / issue.net References: <3969D91C.C4B3BCF9@enets.co.uk> <20000710092846.A16340@dan.emsphone.com> <3969EDF3.88CB1BB@enets.co.uk> <20000710135454.A28202@dan.emsphone.com> <396A1C71.109CD9AA@enets.co.uk> <20000710141006.A22223@dan.emsphone.com> <396A2061.C4A3DEFD@enets.co.uk> <20000710141618.B22223@dan.emsphone.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dan Nelson wrote: > > In the last episode (Jul 10), Steve Abraham said: > > Dan Nelson wrote: > > > I'm stumped then :) Have you been testing by telnetting to localhost > > > or logging in via the console? If you have only been trying one way, > > > try the other. The banner is printed by getty for consoles, and > > > telnetd for telnet logins. Maybe there's a bug in one or the other. > > > > Both telnetting from the outside world, and telnetting from the console > > result in... > > > > FreeBSD/i386 (XXX) (ttyp1) > > > > login: > > > > ... even though I have a message in the issue file. > > > > I must be doing something daft, but I can't think what it is. > > I don't mean telnet from an existing console login; I mean hit > alt-(F1-12) and log in from an open vty. Ah ha! OK, it works at the console, so it seems that it's just telnetd that doesn't display it... S. --- Steve Abraham eNets Ltd UK steve (at) enets.co.uk http://www.eNets.ltd.uk T: +44 (0)1463 861311 F: +44 (0)8702 840220 M: +44 (0)7770 332765 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 12:28: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.aracnet.com (mail3.aracnet.com [216.99.193.38]) by hub.freebsd.org (Postfix) with ESMTP id 3129037BECF for ; Mon, 10 Jul 2000 12:27:58 -0700 (PDT) (envelope-from hamellr@aracnet.com) Received: from shell1.aracnet.com (shell1.aracnet.com [216.99.193.21]) by mail3.aracnet.com (8.9.3/8.9.3) with ESMTP id MAA04205; Mon, 10 Jul 2000 12:28:00 -0700 Received: by shell1.aracnet.com (8.9.3) id MAA03810; Mon, 10 Jul 2000 12:27:57 -0700 Date: Mon, 10 Jul 2000 12:27:57 -0700 (PDT) From: Rick Hamell To: Bill Renneker Cc: questions@FreeBSD.ORG Subject: Re: Installation question (from CD) In-Reply-To: <4.1.20000710133753.00afb820@mail.itctel.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'm not certain from the documentation whether I need to remove Windows > first (the disk is not partitioned), or whether perhaps installing FreeBSD > would remove Windows. If I need to remove Windows, can you tell me how? > Also, does DOS need to stay--and if not, how do I uninstall DOS? If you're 100% sure you don't need either, just install FreeBSD. It is a full operating system, as is Dos and Windows. If you need Dos/Windows, then follow the instructions for a Dual boot system. > I'm using an external Backpack CD drive connected to the parallel port that > I plan to use for the CD installation. Do you anticipate any problems with > this? I could be wrong with 4.0 but these drives are not supported. For that matter, no parallel port CDRom drive is supported. Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 12:32: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 0C70137B546 for ; Mon, 10 Jul 2000 12:31:52 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id OAA28116; Mon, 10 Jul 2000 14:31:45 -0500 (CDT) (envelope-from dan) Date: Mon, 10 Jul 2000 14:31:45 -0500 From: Dan Nelson To: Steve Abraham Cc: questions@freebsd.org Subject: Re: issue / issue.net Message-ID: <20000710143144.C22223@dan.emsphone.com> References: <3969D91C.C4B3BCF9@enets.co.uk> <20000710092846.A16340@dan.emsphone.com> <3969EDF3.88CB1BB@enets.co.uk> <20000710135454.A28202@dan.emsphone.com> <396A1C71.109CD9AA@enets.co.uk> <20000710141006.A22223@dan.emsphone.com> <396A2061.C4A3DEFD@enets.co.uk> <20000710141618.B22223@dan.emsphone.com> <396A21F2.A8210712@enets.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.5i In-Reply-To: <396A21F2.A8210712@enets.co.uk>; from "Steve Abraham" on Mon Jul 10 20:20:18 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Jul 10), Steve Abraham said: > Ah ha! > > OK, it works at the console, so it seems that it's just telnetd that > doesn't display it... I don't think you ever mentioned what version of BSD you're running. if= handling went into getty on 1997-02-02, and went into telnetd on 1998-04-26. FreeBSD 2.2.5 and 2.2.6 were released between those time periods, so if you're running one of them, upgrading to 2.2.8 will help. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 12:33:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.omn.net (atlantis.omn.net [212.158.68.2]) by hub.freebsd.org (Postfix) with ESMTP id 15F1237B5B0 for ; Mon, 10 Jul 2000 12:33:30 -0700 (PDT) (envelope-from steve@enets.co.uk) Received: from enets.co.uk (sabre3.sja.co.uk [212.158.68.7]) by mail.omn.net (8.10.1/8.10.1/Omnitech-2.0.0) with ESMTP id e6AKZec27854; Mon, 10 Jul 2000 20:35:40 GMT Message-ID: <396A24CA.9484F4F3@enets.co.uk> Date: Mon, 10 Jul 2000 20:32:26 +0100 From: Steve Abraham Reply-To: steve@enets.co.uk Organization: eNets Ltd X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; I) X-Accept-Language: en MIME-Version: 1.0 To: Dan Nelson Cc: questions@freebsd.org Subject: Re: issue / issue.net References: <3969D91C.C4B3BCF9@enets.co.uk> <20000710092846.A16340@dan.emsphone.com> <3969EDF3.88CB1BB@enets.co.uk> <20000710135454.A28202@dan.emsphone.com> <396A1C71.109CD9AA@enets.co.uk> <20000710141006.A22223@dan.emsphone.com> <396A2061.C4A3DEFD@enets.co.uk> <20000710141618.B22223@dan.emsphone.com> <396A21F2.A8210712@enets.co.uk> <20000710143144.C22223@dan.emsphone.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dan Nelson wrote: > > In the last episode (Jul 10), Steve Abraham said: > > Ah ha! > > > > OK, it works at the console, so it seems that it's just telnetd that > > doesn't display it... > > I don't think you ever mentioned what version of BSD you're running. > if= handling went into getty on 1997-02-02, and went into telnetd on > 1998-04-26. FreeBSD 2.2.5 and 2.2.6 were released between those time > periods, so if you're running one of them, upgrading to 2.2.8 will > help. Sorry, forgot to mention that, it's FreeBSD 4.0-STABLE S. -- Steve Abraham eNets Ltd UK steve (at) enets.co.uk http://www.eNets.ltd.uk T: +44 (0)1463 861311 F: +44 (0)8702 840220 M: +44 (0)7770 332765 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 12:41:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 5F51D37BACD for ; Mon, 10 Jul 2000 12:41:16 -0700 (PDT) (envelope-from pherman@frenchfries.net) Received: from bagabeedaboo.security.at12.de (dial-194-8-196-32.netcologne.de [194.8.196.32]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id VAA26224; Mon, 10 Jul 2000 21:41:08 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.10.2/8.10.2) with ESMTP id e6AJf2D65649; Mon, 10 Jul 2000 21:41:03 +0200 (CEST) Date: Mon, 10 Jul 2000 21:41:02 +0200 (CEST) From: Paul Herman To: Steve Abraham Cc: Dan Nelson , questions@FreeBSD.ORG Subject: Re: issue / issue.net In-Reply-To: <396A24CA.9484F4F3@enets.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 Mon, 10 Jul 2000, Steve Abraham wrote: > Dan Nelson wrote: > > > > In the last episode (Jul 10), Steve Abraham said: > > > Ah ha! > > > > > > OK, it works at the console, so it seems that it's just telnetd that > > > doesn't display it... I can confirm this as well (4.0-STABLE). More strangely, there seem to be two telnetd manpages. One in my base system (no mention of gettytab), and one in /usr/src/libexec/telnetd which *does* mention gettytab. No gettytab in the sources. :( I have a feeling the fix is recent, and the manpage was MFC'ed, but not the code? Am cvsuping as we speak; investigating further... -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 12:46: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 2116C37B73B for ; Mon, 10 Jul 2000 12:45:54 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id OAA29410; Mon, 10 Jul 2000 14:45:47 -0500 (CDT) (envelope-from dan) Date: Mon, 10 Jul 2000 14:45:47 -0500 From: Dan Nelson To: Paul Herman Cc: Steve Abraham , questions@FreeBSD.ORG Subject: Re: issue / issue.net Message-ID: <20000710144547.A29008@dan.emsphone.com> References: <396A24CA.9484F4F3@enets.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.5i In-Reply-To: ; from "Paul Herman" on Mon Jul 10 21:41:02 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Jul 10), Paul Herman said: > On Mon, 10 Jul 2000, Steve Abraham wrote: > > > Dan Nelson wrote: > > > > > > In the last episode (Jul 10), Steve Abraham said: > > > > Ah ha! > > > > > > > > OK, it works at the console, so it seems that it's just telnetd that > > > > doesn't display it... > > I can confirm this as well (4.0-STABLE). More strangely, there seem > to be two telnetd manpages. One in my base system (no mention of > gettytab), and one in /usr/src/libexec/telnetd which *does* mention > gettytab. No gettytab in the sources. :( > > I have a feeling the fix is recent, and the manpage was MFC'ed, but > not the code? Am cvsuping as we speak; investigating further... Aha! The non-crypto telnetd.c in /usr/src/libexec/telnetd has if= support, the crypto version in /usr/src/crypto/telnet/telnetd does not. So the simple fix is to install the non-crypto telnetd, since no-one uses telnet encryption anyway. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 12:46:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.omn.net (atlantis.omn.net [212.158.68.2]) by hub.freebsd.org (Postfix) with ESMTP id A5BA837BC2D for ; Mon, 10 Jul 2000 12:45:59 -0700 (PDT) (envelope-from steve@enets.co.uk) Received: from enets.co.uk (sabre3.sja.co.uk [212.158.68.7]) by mail.omn.net (8.10.1/8.10.1/Omnitech-2.0.0) with ESMTP id e6AKm4c27943; Mon, 10 Jul 2000 20:48:05 GMT Message-ID: <396A27B3.45901D95@enets.co.uk> Date: Mon, 10 Jul 2000 20:44:51 +0100 From: Steve Abraham Reply-To: steve@enets.co.uk Organization: eNets Ltd X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; I) X-Accept-Language: en MIME-Version: 1.0 To: Paul Herman Cc: Dan Nelson , questions@FreeBSD.ORG Subject: Re: issue / issue.net References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Paul Herman wrote: > > On Mon, 10 Jul 2000, Steve Abraham wrote: > > > Dan Nelson wrote: > > > > > > In the last episode (Jul 10), Steve Abraham said: > > > > Ah ha! > > > > > > > > OK, it works at the console, so it seems that it's just telnetd that > > > > doesn't display it... > > I can confirm this as well (4.0-STABLE). More strangely, there seem > to be two telnetd manpages. One in my base system (no mention of > gettytab), and one in /usr/src/libexec/telnetd which *does* mention > gettytab. No gettytab in the sources. :( > > I have a feeling the fix is recent, and the manpage was MFC'ed, but > not the code? Am cvsuping as we speak; investigating further... > > -Paul. My system was cvsup/make world'ed yesterday, but if you have any luck, let me know. All the best, S. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- FREE LOCAL RATE DIALUP INTERNET ACCESS Now available nationwide Ask for details, or visit http://www.freedialups.com -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Steve Abraham eNets Ltd UK steve (at) enets.co.uk http://www.eNets.ltd.uk T: +44 (0)1463 861311 F: +44 (0)8702 840220 M: +44 (0)7770 332765 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 12:46:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.omn.net (atlantis.omn.net [212.158.68.2]) by hub.freebsd.org (Postfix) with ESMTP id 6869937BA0E for ; Mon, 10 Jul 2000 12:46:51 -0700 (PDT) (envelope-from steve@enets.co.uk) Received: from enets.co.uk (sabre3.sja.co.uk [212.158.68.7]) by mail.omn.net (8.10.1/8.10.1/Omnitech-2.0.0) with ESMTP id e6AKmwc27957; Mon, 10 Jul 2000 20:48:58 GMT Message-ID: <396A27E9.25E2F49C@enets.co.uk> Date: Mon, 10 Jul 2000 20:45:45 +0100 From: Steve Abraham Reply-To: steve@enets.co.uk Organization: eNets Ltd X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; I) X-Accept-Language: en MIME-Version: 1.0 To: Dan Nelson Cc: Paul Herman , questions@FreeBSD.ORG Subject: Re: issue / issue.net References: <396A24CA.9484F4F3@enets.co.uk> <20000710144547.A29008@dan.emsphone.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dan Nelson wrote: > > In the last episode (Jul 10), Paul Herman said: > > On Mon, 10 Jul 2000, Steve Abraham wrote: > > > > > Dan Nelson wrote: > > > > > > > > In the last episode (Jul 10), Steve Abraham said: > > > > > Ah ha! > > > > > > > > > > OK, it works at the console, so it seems that it's just telnetd that > > > > > doesn't display it... > > > > I can confirm this as well (4.0-STABLE). More strangely, there seem > > to be two telnetd manpages. One in my base system (no mention of > > gettytab), and one in /usr/src/libexec/telnetd which *does* mention > > gettytab. No gettytab in the sources. :( > > > > I have a feeling the fix is recent, and the manpage was MFC'ed, but > > not the code? Am cvsuping as we speak; investigating further... > > Aha! The non-crypto telnetd.c in /usr/src/libexec/telnetd has if= > support, the crypto version in /usr/src/crypto/telnet/telnetd does not. > So the simple fix is to install the non-crypto telnetd, since no-one > uses telnet encryption anyway. > > -- > Dan Nelson > dnelson@emsphone.com I'll give it a go now and see how I get on, thanks! S. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- FREE LOCAL RATE DIALUP INTERNET ACCESS Now available nationwide Ask for details, or visit http://www.freedialups.com -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Steve Abraham eNets Ltd UK steve (at) enets.co.uk http://www.eNets.ltd.uk T: +44 (0)1463 861311 F: +44 (0)8702 840220 M: +44 (0)7770 332765 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 12:49:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from clyde.goodleaf.net (piscator.seanet.com [199.181.165.218]) by hub.freebsd.org (Postfix) with ESMTP id 1F2AB37B837 for ; Mon, 10 Jul 2000 12:49:48 -0700 (PDT) (envelope-from goodleaf@goodleaf.net) Received: from clyde.goodleaf.net (clyde.goodleaf.net [192.168.0.2]) by clyde.goodleaf.net (8.9.3/8.9.3) with ESMTP id NAA02977; Mon, 10 Jul 2000 13:03:44 -0700 (PDT) (envelope-from goodleaf@goodleaf.net) Date: Mon, 10 Jul 2000 13:03:34 -0700 (PDT) From: "J. Goodleaf" To: Dan Larsson Cc: FreeBSD Questions List Subject: Re: To PGP or not to PGP? 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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm inclined to think that PGP, or GNUpg depending on your ideological commitments, is a very good thing. Fact is, email is about the least secure thing in the world. Not worth too much for carrying information since it's so easy to snoop. Even I could do it, and I don't count myself too proficient compared to most of the folks 'round here. PGP suffers from one primary weakness; the receiver needs it too. All too few people use PGP but everyone helps, so join up. This problem may resolve with education and as certification authorities (see http://www.freecert.org) become more numerous. Obviously you don't NEED PGP, but you may find sending data or personal info distasteful if you look into just how insecure most email is. (How many of us know ISP or network admins who snoop through mailboxes for amusement?) - -John =============================== John Goodleaf goodleaf@goodleaf.net PGP key: finger goodleaf@clyde.goodleaf.net =============================== On Mon, 10 Jul 2000, Dan Larsson wrote: > How important is PGP encrypted mail? Should everyone use it? Should I? > > Comments welcome! > > Regards > Dan Larsson > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.1i iQA/AwUBOWosHyMjOfs/eSnBEQLi8wCfYbgzbrFzV6LsJJv7AGWXq/YXIzsAoMBy B+i8vaLG3cfqcx9msNhmLwNL =UGOq -----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 Mon Jul 10 12:51:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.omn.net (atlantis.omn.net [212.158.68.2]) by hub.freebsd.org (Postfix) with ESMTP id EE9DF37B59F for ; Mon, 10 Jul 2000 12:51:43 -0700 (PDT) (envelope-from steve@enets.co.uk) Received: from enets.co.uk (sabre3.sja.co.uk [212.158.68.7]) by mail.omn.net (8.10.1/8.10.1/Omnitech-2.0.0) with ESMTP id e6AKrmc27995; Mon, 10 Jul 2000 20:53:48 GMT Message-ID: <396A290B.11736AEB@enets.co.uk> Date: Mon, 10 Jul 2000 20:50:35 +0100 From: Steve Abraham Reply-To: steve@enets.co.uk Organization: eNets Ltd X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; I) X-Accept-Language: en MIME-Version: 1.0 To: Dan Nelson Cc: Paul Herman , questions@FreeBSD.ORG Subject: Re: issue / issue.net References: <396A24CA.9484F4F3@enets.co.uk> <20000710144547.A29008@dan.emsphone.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dan Nelson wrote: > > In the last episode (Jul 10), Paul Herman said: > > On Mon, 10 Jul 2000, Steve Abraham wrote: > > > > > Dan Nelson wrote: > > > > > > > > In the last episode (Jul 10), Steve Abraham said: > > > > > Ah ha! > > > > > > > > > > OK, it works at the console, so it seems that it's just telnetd that > > > > > doesn't display it... > > > > I can confirm this as well (4.0-STABLE). More strangely, there seem > > to be two telnetd manpages. One in my base system (no mention of > > gettytab), and one in /usr/src/libexec/telnetd which *does* mention > > gettytab. No gettytab in the sources. :( > > > > I have a feeling the fix is recent, and the manpage was MFC'ed, but > > not the code? Am cvsuping as we speak; investigating further... > > Aha! The non-crypto telnetd.c in /usr/src/libexec/telnetd has if= > support, the crypto version in /usr/src/crypto/telnet/telnetd does not. > So the simple fix is to install the non-crypto telnetd, since no-one > uses telnet encryption anyway. It works, brilliant. Thanks! S. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- FREE LOCAL RATE DIALUP INTERNET ACCESS Now available nationwide Ask for details, or visit http://www.freedialups.com -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Steve Abraham eNets Ltd UK steve (at) enets.co.uk http://www.eNets.ltd.uk T: +44 (0)1463 861311 F: +44 (0)8702 840220 M: +44 (0)7770 332765 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 13:28:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from houston.matchlogic.com (houston.matchlogic.com [205.216.147.127]) by hub.freebsd.org (Postfix) with ESMTP id 0A31237B712 for ; Mon, 10 Jul 2000 13:28:22 -0700 (PDT) (envelope-from crandall@matchlogic.com) Received: by houston.matchlogic.com with Internet Mail Service (5.5.2650.21) id ; Mon, 10 Jul 2000 14:27:53 -0600 Message-ID: <5FE9B713CCCDD311A03400508B8B301301C77E55@bdr-xcln.is.matchlogic.com> From: Charles Randall To: ptacek@dashmail.net, freebsd-questions@FreeBSD.ORG Subject: RE: DES cards for FreeBSD? Date: Mon, 10 Jul 2000 14:27:51 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You're looking for the nCipher nFast PCI card, http://www.ncipher.com/products/specifications.html DES is listed way at the bottom. John Hartley is supposed to be working on a driver. Charles -----Original Message----- From: Chris Ptacek [mailto:ptacek@dashmail.net] Sent: Monday, July 10, 2000 11:45 AM To: freebsd-questions@FreeBSD.ORG Subject: DES cards for FreeBSD? I am working on a project in which we must encrypt large amounts of data though our communications stream. Currently we have the application working using the software DES routines in FreeBSD. However since performance is a concern we are interested in implementing a hardware DES solution. We would prefer a PCI card solution, but I am willing to look at anything. So in short, are there any DES card solutions supported by FreeBSD? Thanks, Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 14: 6: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web4305.mail.yahoo.com (web4305.mail.yahoo.com [216.115.104.197]) by hub.freebsd.org (Postfix) with SMTP id 0E06337B515 for ; Mon, 10 Jul 2000 14:06:01 -0700 (PDT) (envelope-from martinmact@yahoo.com) Message-ID: <20000710210600.2185.qmail@web4305.mail.yahoo.com> Received: from [216.191.28.158] by web4305.mail.yahoo.com; Mon, 10 Jul 2000 14:06:00 PDT Date: Mon, 10 Jul 2000 14:06:00 -0700 (PDT) From: Martin Mactaggart Subject: Re: My telnet has been possed by a demon (I can't telnet to my FreeBSD machine anoymore) 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 They don't seem to have been commented... It's weird, if I telnet while I am on the internet, I can keep the connection after I disconnect, but I can't start a new one... Thank you for answering =) --- "Richard E. Hawkins" wrote: > > Try uncommenting the telnet lines in /etc/services . . . > > hawk > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 14:23:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from samxie.cl.msu.edu (samxie.cl.msu.edu [35.8.1.33]) by hub.freebsd.org (Postfix) with ESMTP id 03EBC37BC6F for ; Mon, 10 Jul 2000 14:23:48 -0700 (PDT) (envelope-from sam@samxie.cl.msu.edu) Received: (from sam@localhost) by samxie.cl.msu.edu (8.9.3/8.9.3) id RAA00485 for freebsd-questions@freebsd.org; Mon, 10 Jul 2000 17:24:38 -0400 (EDT) (envelope-from sam) Date: Mon, 10 Jul 2000 17:24:38 -0400 From: Sam Xie To: freebsd-questions@freebsd.org Subject: ssh doesn't work after updating? Message-ID: <20000710172438.A439@samxie.cl.msu.edu> Mail-Followup-To: Sam Xie , freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i X-Operating-System: FreeBSD 5.0-CURRENT i386 WWW-Home-Page: http://samxie.cl.msu.edu Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! There, I upgraded my OS from FreeBSD 5.0-CURRENT #19, everything seems fine except ssh. Every time if I try to ssh to another host, the system gives me an error message says, "ssh: no RSA support in libssl and libcrypto. See ssl(8). Disabling protocol version 1 DH_generate_key" What is wrong and how to fix it! Any help will be gratefull! Thanks! Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 15:16:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lerami.lerctr.org (lerami.lerctr.org [207.158.72.11]) by hub.freebsd.org (Postfix) with ESMTP id 8403437B529 for ; Mon, 10 Jul 2000 15:16:45 -0700 (PDT) (envelope-from ler@lerctr.org) Received: (from ler@localhost) by lerami.lerctr.org (8.10.1/8.10.1/20000708) id e6AMGhi17878 for freebsd-questions@freebsd.org; Mon, 10 Jul 2000 17:16:43 -0500 (CDT) From: Larry Rosenman Message-Id: <200007102216.e6AMGhi17878@lerami.lerctr.org> Subject: misc/19376: how do I get someone to look at it? To: freebsd-questions@freebsd.org Date: Mon, 10 Jul 2000 17:16:43 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL79 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How do I get someone to look at this PR: misc/19376 -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 (voice) Internet: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 15:24:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id BD66B37B539 for ; Mon, 10 Jul 2000 15:24:26 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 13Bldq-000MOu-00; Mon, 10 Jul 2000 23:03:06 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 13Bldq-000Azf-00; Mon, 10 Jul 2000 23:03:06 +0100 Date: Mon, 10 Jul 2000 23:03:06 +0100 From: Ben Smithurst To: "David J. Kanter" Cc: FreeBSD questions Subject: Re: Is kernel ppp better than user ppp? Message-ID: <20000710230306.I94380@strontium.scientia.demon.co.uk> References: <20000709211409.A37847@localhost.localdomain> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="yzvKDKJiLNESc64M" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000709211409.A37847@localhost.localdomain> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --yzvKDKJiLNESc64M Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable David J. Kanter wrote: > I have both working, but it one generally considered better than the othe= r? user ppp: maintained, easy to configure, very featureful, built-in NAT. kernel ppp: should be taken out and shot. > Since both work I'm not interested in debugging, which apparently user ppp > has the upper hand. >=20 > But is one more efficient than the other? Does one have better thoroughpu= t? The difference is likely to be very low. Given that you're probably using it over a modem with a maximum throughput of 56Kbps, the bottleneck is going to be the modem, not the performance of the PPP software used, I would think. --=20 Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D --yzvKDKJiLNESc64M Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: dmW1APPUft4Izcg8o0CA1N2NOSz0EpzX iQCVAwUBOWpIGSsPVtiZOS99AQGJtQP/R8pu8riP4JCu280ED7pEssFYYkxLds8V HaHPHyBzK+5N/kkAjTLs7QxXgn+iOawHN4WyL2+UvT2SMCWabnFBdAhKO2li2jdI uYG5JIoWjFZZlMgbMP6BtdSVinJ4uypAnQhpOkumZJGPIsPq1E2sCUTTgu2YA6tJ 2HlK7oYGTL0= =Jb8b -----END PGP SIGNATURE----- --yzvKDKJiLNESc64M-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 15:24:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 1466137B992 for ; Mon, 10 Jul 2000 15:24:44 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 13BlTp-000MO9-00; Mon, 10 Jul 2000 22:52:45 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 13BlTp-0007VP-00; Mon, 10 Jul 2000 22:52:45 +0100 Date: Mon, 10 Jul 2000 22:52:45 +0100 From: Ben Smithurst To: Paul Herman Cc: Harry Putnam , freebsd-questions@FreeBSD.ORG Subject: Re: /dist ... what should be in there? Message-ID: <20000710225245.F94380@strontium.scientia.demon.co.uk> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="m1UC1K4AOz1Ywdkx" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --m1UC1K4AOz1Ywdkx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Paul Herman wrote: > On 9 Jul 2000, Harry Putnam wrote: >=20 >> Needed to trim down the "/" partition so started looking around for >> stuff to get rid of or move. I see a directory /dist with nothing in >> it. Should there be something in it? >=20 > Nope it's a mount point. If you delete it, it will come back again > when you use /stand/sysinstall to install packages via cdrom or nfs... And there's no point deleting it, you'll only save about 1K of disk space... --=20 Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D --m1UC1K4AOz1Ywdkx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: pBKyihKQOb4mSPsJ8tncFShgtW1CadvE iQCVAwUBOWpFrCsPVtiZOS99AQFqawP/S2YqqYRiJh1IBhiDM2yCznf6vx/qCLPS xS2IwKSwT4WZ4Qxc65uvU47sWONzmllSxse7pVRQ0fEP/zCpWX+Fw6nz25IBfySH hl8kEws5U+oykdiFnO7gO30IWLu0wTONZvzzoxL0ANXZsbxN694eRdZoL9EZNLP5 6y/cZWzpNjc= =V2Tn -----END PGP SIGNATURE----- --m1UC1K4AOz1Ywdkx-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 15:24:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 5BD0037BA53 for ; Mon, 10 Jul 2000 15:24:47 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 13BlTH-000MO2-00; Mon, 10 Jul 2000 22:52:11 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 13BlTH-0006kl-00; Mon, 10 Jul 2000 22:52:11 +0100 Date: Mon, 10 Jul 2000 22:52:11 +0100 From: Ben Smithurst To: Harry Putnam Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Yikes.. "/" is getting full Message-ID: <20000710225211.E94380@strontium.scientia.demon.co.uk> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="C94crkcyjafcjHxo" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --C94crkcyjafcjHxo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Harry Putnam wrote: > I made it a little larger than the default on install at 50MB. > I do have a couple of spare kernels lurking in there but still looks > like I need to enlarge it somehow or symlink something elsewhere. >=20 > Trouble is , that seems a little shaky in case of emergency boot and "/" > is all that is mounted. Run 'du -x' as root to see where the space is being used. You shouldn't need more than 50MB really, most of my root filesystems are less than 40MB. --=20 Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D --C94crkcyjafcjHxo Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: xHNSh0PWlUv3jl4xDd8n87LPzPRGMeqS iQCVAwUBOWpFiisPVtiZOS99AQEHMAP9FOa+bJxpUBkmMeJJuGCvv4X4STDY3ZNZ gkI6eObrCtiLpJZ4gb5qgI+IyENUjDQwno0nItSafRWzLkWtTtdr7dsVnWWSl28M slZoN35YAudkmC3Ah1zVtnbI+wuKn8Ib2Gp0dxXGMPTEZVLJ/+tpWiEDm/+jmVYw A5vuP9uVQew= =Rcra -----END PGP SIGNATURE----- --C94crkcyjafcjHxo-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 15:25:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 7C62137B985 for ; Mon, 10 Jul 2000 15:24:55 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 13BlHl-000MNP-00; Mon, 10 Jul 2000 22:40:17 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 13BlHl-0000a7-00; Mon, 10 Jul 2000 22:40:17 +0100 Date: Mon, 10 Jul 2000 22:40:17 +0100 From: Ben Smithurst To: carl Cc: questions@freebsd.org Subject: Re: gateway sounds like fun Message-ID: <20000710224017.A94380@strontium.scientia.demon.co.uk> References: <4.3.1.1.20000708132006.00b25c20@pop3.concentric.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="mP3DRpeJDSE+ciuQ" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <4.3.1.1.20000708132006.00b25c20@pop3.concentric.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --mP3DRpeJDSE+ciuQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable carl wrote: > i have a couple old nice comps both with nic's and a crossover cable=20 > connecting them, but i have only one modem....i wana set up one of them t= o=20 > be a gateway and share the connectino with the other, in some howto's iv= =20 > read ur supposed to use natd for this type of set up..but not with ppp! a= nd=20 > thats what im using so im having some trouble figureing out what to do=20 > first. the computer i wana set up the gateway on is runing 4.0 release an= d=20 > the nic (ep0) is configured and working. i just need some help on where t= o=20 > start , thanks for the help dudes!!!!!!!!!!!!!!!!!!!!!!! If you're using user ppp, rather than pppd, it's very simple. You just put "nat enable yes" in /etc/ppp/ppp.conf. If you're using pppd, then you'll need to use natd instead. Also, you'll need to put "gateway_enable=3DYES" in /etc/rc.conf so your computer is configured to ro= ute packets from one interface to another. To enable packet forwarding without rebooting, just run, # sysctl -w net.inet.ip.forwarding=3D1 as root. You may encounter other problems, but they should be easy enough to solve. --=20 Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D --mP3DRpeJDSE+ciuQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: /sQM9gu4hPLS/lXQv6Az1Q/A4bcCihuE iQCVAwUBOWpCwCsPVtiZOS99AQFR6QP+KAQSGX3wsuLh2Sp7gHDq37agQQI9WBMT 0eNgVj9QboNgzxENgMU7ythgA8gAmjGYi7X7gfE7HjEW4EOkNf4RApF8PQcqDPAU 61LP++4yUp82cBE5SiNjLTAgYZ9B22Oq4EjTo1oBvCARoawt/hzZnyOjNtWl10S3 /sT7keiHgLU= =PP2a -----END PGP SIGNATURE----- --mP3DRpeJDSE+ciuQ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 15:25: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id B0DA237BA95 for ; Mon, 10 Jul 2000 15:24:51 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 13BlO2-000MNl-00; Mon, 10 Jul 2000 22:46:46 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 13BlO2-0002rW-00; Mon, 10 Jul 2000 22:46:46 +0100 Date: Mon, 10 Jul 2000 22:46:46 +0100 From: Ben Smithurst To: carl Cc: questions@freebsd.org Subject: Re: my leet gateway Message-ID: <20000710224646.C94380@strontium.scientia.demon.co.uk> References: <4.3.1.1.20000708161339.00b29100@pop3.concentric.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="0vzXIDBeUiKkjNJl" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <4.3.1.1.20000708161339.00b29100@pop3.concentric.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --0vzXIDBeUiKkjNJl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable carl wrote: > ok im geting my two fbsd machines to share a ppp connection.both have=20 > working nic's and a crossover cable connecting them..the comp i want to b= e=20 > the gateway has gateway_enable=3D"YES" in rc.conf and 'alais enable yes' = in=20 > my ppp.conf file,i tried conecting and of course the other computer isn= t=20 > conected. im confused what to put in my /etc/hosts file for either=20 > computer, and what configuration do i do fort he other comp? by the way= =20 > both are runing 4.0r and the gateway comp's hostname is 'zero' and the=20 > other machine is 'one'..thanks for the help !!!!!!!!!!!!!!!!! 127.0.0.1 localhost 192.168.0.1 zero zero.your.domain 192.168.0.2 one one.your.domain or something like that, for /etc/hosts. But first, try to use IP addresses to check things. Find the IP address of, e.g. www.FreeBSD.org, using a computer with DNS working, and try to ping/traceroute to that machine from each of your computers. Before you even do that, make sure the two computers on your LAN can ping each other using IP address. --=20 Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D --0vzXIDBeUiKkjNJl Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: yvlIV85mYomHmII+5XhmFIr6lgoKuZMg iQCVAwUBOWpERSsPVtiZOS99AQEBuAP9FjWR2oDJzzi0JN8C7g1psvMJ/6hfNGry 0zNvy7JytNCB9Dilc2446e6QMHfwTks/a6t4HpLrBgXfvwn1pb5sMjGyg8F/Cc8G d1WxH3xdJivuKHJ+qDGv5wC3ZQdkVNpeMHF0djYY+PAMCUeeKfX0rX/9Rgsko3B4 z0r4s58n9Lk= =NNKf -----END PGP SIGNATURE----- --0vzXIDBeUiKkjNJl-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 15:25:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 6C85537BBB9; Mon, 10 Jul 2000 15:25:09 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 13BlY0-000MOJ-00; Mon, 10 Jul 2000 22:57:04 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 13BlY0-0008iu-00; Mon, 10 Jul 2000 22:57:04 +0100 Date: Mon, 10 Jul 2000 22:57:04 +0100 From: Ben Smithurst To: John Baldwin Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Automatic reboot out of the blue. Message-ID: <20000710225704.G94380@strontium.scientia.demon.co.uk> References: <200007092146.OAA00558@john.baldwin.cx> <87hf9z2c37.fsf@tea.thpoon.com> <3968DCB4.C274A2D5@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="GdbWtwDHkcXqP16f" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <3968DCB4.C274A2D5@FreeBSD.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --GdbWtwDHkcXqP16f Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable John Baldwin wrote: > With an ELF kernel (such as we've had since 3.1), the debugging > symbols are skipped over when the kernel is loaded, so the memory > usage will stay the same. Aha, thanks. The handbook says this: You may also install the unstripped kernel, but symbol table lookup time for some programs will drastically increase, and since the whole kernel is loaded entirely at boot time and cannot be swapped out later, several megabytes of physical memory will be wasted. You're saying that's wrong? If so, I may as well make use of my new commit bit and fix it. :-) Is the bit about symbol talble lookup time still correct? If so, I suggest removing everything from "and since" onwards. There's another problem with that bit, which is addressed in a PR I'm looking at (basically it says to copy the kernel and strip it, but this is done for you these days). --=20 Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D --GdbWtwDHkcXqP16f Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: vuToeT9WpthG3SkGLFWYKu+53vI5lj89 iQCVAwUBOWpGrysPVtiZOS99AQH1qgQAo/G1A1ZTYBMZzgK4I9vlaGqePftFoN0r v7PvjElQci/5OT2gqvmTRpq3pyqBe31kb+JGYMz9QxUodWZdh1Qx0EjMn5vOrK7F 72zAI6cLyaWCRHgJmRd3R5fkkci7ajjYNJ19qTj3ea0a0F2X1wNr6wbCzbGDC3Ry jYpVEf58y2Y= =OEJw -----END PGP SIGNATURE----- --GdbWtwDHkcXqP16f-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 15:25:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 31FB137BB5C for ; Mon, 10 Jul 2000 15:24:59 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 13BlRF-000MNv-00; Mon, 10 Jul 2000 22:50:05 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 13BlRE-0005vM-00; Mon, 10 Jul 2000 22:50:04 +0100 Date: Mon, 10 Jul 2000 22:50:04 +0100 From: Ben Smithurst To: carl Cc: questions@freebsd.org Subject: Re: ppp and LAN is wackness!@ Message-ID: <20000710225004.D94380@strontium.scientia.demon.co.uk> References: <4.3.1.1.20000708231505.00a61b00@pop3.concentric.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="zS7rBR6csb6tI2e1" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <4.3.1.1.20000708231505.00a61b00@pop3.concentric.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --zS7rBR6csb6tI2e1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable carl wrote: > ..i can connect fine for a few minutes with both machines. and suddenly i= =20 > can't ping anything! What does the PPP log file say? No doubt you've actually found the problem by now, and started _yet another_ thread about your problem. I wish you'd keep it all in one thread so I wouldn't waste my time replying only to find out you've already fixed the problem. --=20 Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D --zS7rBR6csb6tI2e1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: Oi6qn6KF+8IKqE+K1NV1YH7Q0mRoci1F iQCVAwUBOWpFCysPVtiZOS99AQHBlwP+O7+ccM5kNT8ITxpyy6ZzWAdru4edTPAn UiSsqhPAV735MfR2Rc/aGUykMjbw+662ig+YUEAH03IdorMwyqKrsVFfiRz4BMPO zt3/PofnVYpdDn4YfYKd6fE/AmGT4t/b7ZzSOfie7XYXAMNB71h++hu6Jbtnp9OM A4Vr0j6Kdr0= =iFSS -----END PGP SIGNATURE----- --zS7rBR6csb6tI2e1-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 15:25:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 94ED037B992 for ; Mon, 10 Jul 2000 15:25:04 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 13BlaM-000MOQ-00; Mon, 10 Jul 2000 22:59:30 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 13BlaM-0009jc-00; Mon, 10 Jul 2000 22:59:30 +0100 Date: Mon, 10 Jul 2000 22:59:30 +0100 From: Ben Smithurst To: Paul Herman Cc: Mark Ovens , questions@FreeBSD.ORG Subject: Re: Question about the use of ssh-agent(1) Message-ID: <20000710225930.H94380@strontium.scientia.demon.co.uk> References: <20000709195220.C233@parish> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="o71xDhNo7p97+qVi" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --o71xDhNo7p97+qVi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Paul Herman wrote: > The only problem is, it must only be removed on the *last* logout. Why? I just have a ssh-agent running all the time, it only stops if I explicitly kill it for some weird reason, or I reboot, I've never had any problems with it. The code I use in .zshrc is like this: if source ~/.sshagent.$HOST && ssh-add -l >/dev/null; then # it's running OK : elif [[ $loginname =3D=3D $myname ]]; then # clean up any mess { killall ssh-agent ssh-agent1 rm /tmp/ssh-*/agent.* rmdir /tmp/ssh-* } 2>/dev/null # start the agent and record it's PID and authentication # socket. eval `ssh-agent` echo SSH_AUTH_SOCK=3D$SSH_AUTH_SOCK \ SSH_AGENT_PID=3D$SSH_AGENT_PID > ~/.sshagent.$HOST echo export SSH_AUTH_SOCK SSH_AGENT_PID >> ~/.sshagent.$HOST fi if [[ $loginname =3D=3D $myname ]]; then ssh-add -l | grep -q ben@scientia || ssh-add fi --=20 Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D --o71xDhNo7p97+qVi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: 3gIuHaFjDS8u5o28ZldEsux0dPBJyKDd iQCVAwUBOWpHQSsPVtiZOS99AQHuegP/UzWOyNsYRpZQOX7ay/rMCaC4b0Tx902Q NOP8oIYmMVMpDM1gRC50Heent8+9CqNgSf/IGl38sijxawO63gjxcyC1JbEckN+D 4+Xu32JezZcbQ3naV7+t8uJAZYfdH56udcOZazKStCSIOoSsw/OOkDkgUvqDynGY UX+/8OiuzXs= =N953 -----END PGP SIGNATURE----- --o71xDhNo7p97+qVi-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 15:25:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 6239337BBA6 for ; Mon, 10 Jul 2000 15:25:15 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 13BlKD-000MNW-00; Mon, 10 Jul 2000 22:42:49 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 13BlKD-0001ba-00; Mon, 10 Jul 2000 22:42:49 +0100 Date: Mon, 10 Jul 2000 22:42:49 +0100 From: Ben Smithurst To: Gustavo Vieira Goncalves Coelho Rios Cc: questions@freebsd.org Subject: Re: cvsup Message-ID: <20000710224249.B94380@strontium.scientia.demon.co.uk> References: <39679374.B723C198@tdnet.com.br> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="cvVnyQ+4j833TQvp" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <39679374.B723C198@tdnet.com.br> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --cvVnyQ+4j833TQvp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Gustavo Vieira Goncalves Coelho Rios wrote: > Is cvsup.freebsd.org alive ? Maybe it's not. Try another mirror, I think cvsup.FreeBSD.org is highly loaded because people think it's in some way the "master" server, and hence better than the others. That's not the case -- the master server is cvsup-master.FreeBSD.org which isn't publically accessible. Just use cvsup3.FreeBSD.org, to pick one at random. --=20 Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D --cvVnyQ+4j833TQvp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: 4jJz6Q13n5F/ai3TUyIqNbkwhS03iTgi iQCVAwUBOWpDWCsPVtiZOS99AQHFqQP/f151tVufhJVp+KgtpOeSZO3z/ZMdQ50T mmiXMLEqQGCMcly2SePt97wRocKCfc6lP0OY0a/ny3qypYNiV5RJ3LKnApx0LHwd IuksTmpgll0K+EK1LfcDEK30eJ3gAH3ElZJ4Da0mNInMTlGGfUk1KDrBzwcTTi1u Y6raogNTg+g= =1vHA -----END PGP SIGNATURE----- --cvVnyQ+4j833TQvp-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 15:37:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id B222C37C079; Mon, 10 Jul 2000 15:37:17 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id PAA42783; Mon, 10 Jul 2000 15:37:16 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.9.3/8.9.3) id PAA50836; Mon, 10 Jul 2000 15:36:30 -0700 (PDT) (envelope-from jhb) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20000710225704.G94380@strontium.scientia.demon.co.uk> Date: Mon, 10 Jul 2000 15:36:30 -0700 (PDT) Organization: BSD, Inc. From: John Baldwin To: Ben Smithurst Subject: Re: Automatic reboot out of the blue. Cc: freebsd-questions@FreeBSD.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 10-Jul-00 Ben Smithurst wrote: > John Baldwin wrote: > >> With an ELF kernel (such as we've had since 3.1), the debugging >> symbols are skipped over when the kernel is loaded, so the memory >> usage will stay the same. > > Aha, thanks. The handbook says this: > > You may also install the unstripped kernel, but symbol table lookup time > for some programs will drastically increase, and since the whole kernel > is loaded entirely at boot time and cannot be swapped out later, several > megabytes of physical memory will be wasted. > > You're saying that's wrong? If so, I may as well make use of my new > commit bit and fix it. :-) Is the bit about symbol talble lookup time > still correct? If so, I suggest removing everything from "and since" > onwards. There's another problem with that bit, which is addressed in > a PR I'm looking at (basically it says to copy the kernel and strip it, > but this is done for you these days). It was right for a.out kernels, but it is wrong for ELF kernels. :) We've been using ELF kernels since 3.1 though. > -- > Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - 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 Jul 10 15:40:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 85DAB37B58F; Mon, 10 Jul 2000 15:40:06 -0700 (PDT) (envelope-from pherman@frenchfries.net) Received: from bagabeedaboo.security.at12.de (dial-195-14-235-22.netcologne.de [195.14.235.22]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id AAA15455; Tue, 11 Jul 2000 00:40:04 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.10.2/8.10.2) with ESMTP id e6AMdaT00278; Tue, 11 Jul 2000 00:39:36 +0200 (CEST) Date: Tue, 11 Jul 2000 00:39:36 +0200 (CEST) From: Paul Herman To: Ben Smithurst Cc: Mark Ovens , questions@FreeBSD.org Subject: Re: Question about the use of ssh-agent(1) In-Reply-To: <20000710225930.H94380@strontium.scientia.demon.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 10 Jul 2000, Ben Smithurst wrote: > Paul Herman wrote: > > > The only problem is, it must only be removed on the *last* logout. > > Why? I just have a ssh-agent running all the time, it only stops > if I explicitly kill it for some weird reason, or I reboot, I've > never had any problems with it. Point taken, but I had suggested to him that he put a "ssh-agent -k" in his ~/.logout for good housekeeping, thus killing the agent upon (any) logout. In anycase, the poster found a solution which tailor to his needs, and you're way is OK too, especialy if the sysadmin (in this case, you :) allows ssh-agents to be running in the background when users aren't logged in. Hmmm... agents running in the background... sounds like a job for that doom port which let's you shoot processes to kill them... -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 15:55:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from jane.lfn.org (webmail.lfn.org [216.116.64.11]) by hub.freebsd.org (Postfix) with SMTP id 8E79C37B563 for ; Mon, 10 Jul 2000 15:55:35 -0700 (PDT) (envelope-from caj@lfn.org) Received: (qmail 27731 invoked by uid 100); 10 Jul 2000 22:55:32 -0000 Date: Mon, 10 Jul 2000 17:55:32 -0500 (CDT) From: Craig Johnston To: questions@freebsd.org Subject: mathematica 4? Message-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 running Mathematica 4 for Linux on FreeBSD? Does it work well? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 16:18:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hecky.it.northwestern.edu (hecky.acns.nwu.edu [129.105.16.51]) by hub.freebsd.org (Postfix) with ESMTP id D3E5237B658 for ; Mon, 10 Jul 2000 16:18:30 -0700 (PDT) (envelope-from djkanter@northwestern.edu) Received: (from mailnull@localhost) by hecky.it.northwestern.edu (8.8.7/8.8.7) id SAA00873 for ; Mon, 10 Jul 2000 18:18:29 -0500 (CDT) Received: from localhost.localdomain (coconut-47-028067.nuts.nwu.edu [165.124.28.67]) by hecky.acns.nwu.edu via smap (V2.0) id xma000743; Mon, 10 Jul 00 18:18:09 -0500 Received: (from david@localhost) by localhost.localdomain (8.9.3/8.9.3) id SAA39955 for freebsd-questions@freebsd.org; Mon, 10 Jul 2000 18:06:53 -0500 (CDT) (envelope-from david) Date: Mon, 10 Jul 2000 18:06:53 -0500 From: "David J. Kanter" To: FreeBSD questions Subject: Uninstalling non-English documentation Message-ID: <20000710180653.A39939@localhost.localdomain> Mail-Followup-To: FreeBSD questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i X-Organization: Northwestern University X-Operating-System: FreeBSD localhost.localdomain 4.0-STABLE FreeBSD 4.0-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To save disk space I'd like to deinstall the non-English documentation. What's the best way of doing this? Can I just delete the non-English directories under /usr/doc and /usr/share/doc safely? Then, in the future, set up a refuse file for non-English docs in the doc-all/src-all cvsup files? -- David Kanter djkanter@northwestern.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 16:18:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hecky.it.northwestern.edu (hecky.acns.nwu.edu [129.105.16.51]) by hub.freebsd.org (Postfix) with ESMTP id 99C4E37B607 for ; Mon, 10 Jul 2000 16:18:30 -0700 (PDT) (envelope-from djkanter@northwestern.edu) Received: (from mailnull@localhost) by hecky.it.northwestern.edu (8.8.7/8.8.7) id SAA00872 for ; Mon, 10 Jul 2000 18:18:29 -0500 (CDT) Received: from localhost.localdomain (coconut-47-028067.nuts.nwu.edu [165.124.28.67]) by hecky.acns.nwu.edu via smap (V2.0) id xmaa00743; Mon, 10 Jul 00 18:18:10 -0500 Received: (from david@localhost) by localhost.localdomain (8.9.3/8.9.3) id SAA39938 for freebsd-questions@freebsd.org; Mon, 10 Jul 2000 18:03:37 -0500 (CDT) (envelope-from david) Date: Mon, 10 Jul 2000 18:03:37 -0500 From: "David J. Kanter" To: FreeBSD questions Subject: Which /dev for "device pcm" in kernel? Message-ID: <20000710180337.A39923@localhost.localdomain> Mail-Followup-To: FreeBSD questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i X-Organization: Northwestern University X-Operating-System: FreeBSD localhost.localdomain 4.0-STABLE FreeBSD 4.0-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm using a sound card that needs "device pcm" in the kernel. All is working OK, except I don't know which /dev entry to use for audio programs. I would think /dev/pcm0, but all the stuff I read has /dev/snd0. Which one? (I've never been entirely clear on device making, other than tun.) The card is an Aureal Vortex patched with the necessary files to work: pci0: on pcib0 [snip] pci0: (vendor=0x11de, dev=0x6120) at 14.0 irq 10 pcm0: port 0x1030-0x1037,0x1038-0x103f mem 0xf4000000-0xf403ffff irq 9 at device 15.0 on pci0 -- David Kanter djkanter@northwestern.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 16:22: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from Stalker.Alfacom.net (Stalker.Alfacom.net [62.244.36.7]) by hub.freebsd.org (Postfix) with ESMTP id 6861337B55E for ; Mon, 10 Jul 2000 16:21:55 -0700 (PDT) (envelope-from vkushnir@Alfacom.net) Received: from kushnir1.kiev.ua (dup-105.alfacom.net [62.244.36.105]) by Stalker.Alfacom.net (8.9.0/8.9.0) with ESMTP id CAA03374; Tue, 11 Jul 2000 02:21:47 +0300 (EEST) Received: from localhost (volodya@localhost) by kushnir1.kiev.ua (8.9.3/8.9.3) with ESMTP id CAA88053; Tue, 11 Jul 2000 02:21:01 +0300 (EEST) (envelope-from volodya@kushnir1.kiev.ua) Date: Tue, 11 Jul 2000 02:20:59 +0300 (EEST) From: Vladimir Kushnir To: Craig Johnston Cc: questions@FreeBSD.ORG Subject: Re: mathematica 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 On Mon, 10 Jul 2000, Craig Johnston wrote: > > Anyone running Mathematica 4 for Linux on FreeBSD? Does it work well? > Just as well as under Linux. -- ===========================|======================= Vladimir Kushnir | vkushnir@Alfacom.net | Powered by FreeBSD kushnir@ap3.bitp.kiev.ua | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 16:23:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta03-svc.ntlworld.com (mta03-svc.ntlworld.com [62.253.162.43]) by hub.freebsd.org (Postfix) with ESMTP id 6A66437BB0E for ; Mon, 10 Jul 2000 16:23:44 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from parish.my.domain ([62.253.88.113]) by mta03-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000710232342.DQEW16423.mta03-svc.ntlworld.com@parish.my.domain>; Tue, 11 Jul 2000 00:23:42 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id AAA03133; Tue, 11 Jul 2000 00:23:49 +0100 (BST) (envelope-from mark) Date: Tue, 11 Jul 2000 00:23:49 +0100 From: Mark Ovens To: "David J. Kanter" Cc: FreeBSD questions Subject: Re: Uninstalling non-English documentation Message-ID: <20000711002349.K237@parish> References: <20000710180653.A39939@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000710180653.A39939@localhost.localdomain>; from djkanter@northwestern.edu on Mon, Jul 10, 2000 at 06:06:53PM -0500 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jul 10, 2000 at 06:06:53PM -0500, David J. Kanter wrote: > To save disk space I'd like to deinstall the non-English documentation. > What's the best way of doing this? > > Can I just delete the non-English directories under /usr/doc and > /usr/share/doc safely? > Yes. > Then, in the future, set up a refuse file for non-English docs in the > doc-all/src-all cvsup files? The following in /usr/sup/refuse should do the trick (for the ports and web pages as well): doc/es* doc/fr* doc/ja* doc/nl* doc/ru* doc/zh* www/es* www/fr* www/ja* www/nl* www/ru* www/zh* ports/chinese ports/german ports/japanese ports/korean ports/russian ports/vietnamese > -- > David Kanter > djkanter@northwestern.edu > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- If I buy a copy of WinDelete, and it doesn't delete Windows, am I entitled to my money back? ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:marko@freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 16:25:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta03-svc.ntlworld.com (mta03-svc.ntlworld.com [62.253.162.43]) by hub.freebsd.org (Postfix) with ESMTP id AA98E37B55E for ; Mon, 10 Jul 2000 16:25:48 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from parish.my.domain ([62.253.88.113]) by mta03-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000710232547.DQJB16423.mta03-svc.ntlworld.com@parish.my.domain>; Tue, 11 Jul 2000 00:25:47 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id AAA03177; Tue, 11 Jul 2000 00:25:54 +0100 (BST) (envelope-from mark) Date: Tue, 11 Jul 2000 00:25:54 +0100 From: Mark Ovens To: "David J. Kanter" Cc: FreeBSD questions Subject: Re: Which /dev for "device pcm" in kernel? Message-ID: <20000711002554.L237@parish> References: <20000710180337.A39923@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000710180337.A39923@localhost.localdomain>; from djkanter@northwestern.edu on Mon, Jul 10, 2000 at 06:03:37PM -0500 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jul 10, 2000 at 06:03:37PM -0500, David J. Kanter wrote: > > I'm using a sound card that needs "device pcm" in the kernel. All is working > OK, except I don't know which /dev entry to use for audio programs. > > I would think /dev/pcm0, but all the stuff I read has /dev/snd0. Which one? > (I've never been entirely clear on device making, other than tun.) > > The card is an Aureal Vortex patched with the necessary files to work: > > pci0: on pcib0 > > [snip] > > pci0: (vendor=0x11de, dev=0x6120) at 14.0 irq 10 > pcm0: port 0x1030-0x1037,0x1038-0x103f mem > 0xf4000000-0xf403ffff irq 9 at device 15.0 on pci0 Since your card is found as pcm0 you need snd0 # cd /dev && ./MAKEDEV snd0 > -- > David Kanter > djkanter@northwestern.edu > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- If I buy a copy of WinDelete, and it doesn't delete Windows, am I entitled to my money back? ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:marko@freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 16:26:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.telestream.com (mail.telestream.com [205.238.4.5]) by hub.freebsd.org (Postfix) with ESMTP id 2AA7037B55E for ; Mon, 10 Jul 2000 16:26:25 -0700 (PDT) (envelope-from keith@mail.telestream.com) Received: from localhost (keith@localhost) by mail.telestream.com (8.9.3/8.9.3) with ESMTP id QAA12956 for ; Mon, 10 Jul 2000 16:26:24 -0700 Date: Mon, 10 Jul 2000 16:26:24 -0700 (PDT) From: To: freebsd-questions@freebsd.org Subject: biff/comsat Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Way back in 2.5-RELEASE I used to run biff constantly. Don't recall ever having to setup anything special other then having comsat open in inetd.conf and setting the biff to y in my profile. When ever I would get mail it would automaticaly spew the top info and maybe a line or two of the mail on the screen and just scroll them as new mail came in. Fast forward to 4.0-STABLE.. I've set biff to y and have comsat in inetd.conf but i don't get anything on screen when new mail arrives. Have I forgotten something? Keith ================================= Keith W. At the helm ================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 16:28: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes03-hme0.telusplanet.net (edtnes03.telus.net [199.185.220.103]) by hub.freebsd.org (Postfix) with ESMTP id 40DC137BBDC for ; Mon, 10 Jul 2000 16:26:38 -0700 (PDT) (envelope-from q@crackbaby.org) Received: from ricepower ([209.53.59.203]) by priv-edtnes03-hme0.telusplanet.net (InterMail vM.4.01.02.11 201-229-116-111) with SMTP id <20000710232637.JRGB27314.priv-edtnes03-hme0.telusplanet.net@ricepower> for ; Mon, 10 Jul 2000 17:26:37 -0600 Message-ID: <001901bfeac6$5458e780$cb3b35d1@bconnected.net> From: "Q Tuyen" To: Subject: Funny msg on root Date: Mon, 10 Jul 2000 16:26:48 -0700 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0016_01BFEA8B.A5530B60" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0016_01BFEA8B.A5530B60 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 8bit keep having this msg coming up on my root window anyone know anything bout this Jul 10 15:22:25 mail last message repeated 31 times it keep repeating itself thx ¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿ -=- Quang (Peter) Tuyen q@tuyen.org -=- Email: q@crackbaby.org & q@crazie.org & q@telus.net & q@missingyou.net -=- Fax No: 1+604+2518076 1+604+9740993 extension 1286 -=- Voicemail: 1+604+9740993 extension 1286 -=- WEB: Http://www.GreenEcstasy.com & Http://www.MissingYou.net ‹{º¿º}› Not being able to comprehend something doesn't make it stupid. ??????????????????????????????????????????????????????????????????????????? Directions to use VoiceMail: - Dial 1+604+9740993 - When prompted, enter 1286 extension - Speak Directions FaxMail: 1. From a fax machine - Dail 1+604+9740993 - Press pause button (if fax machine does not have a pause button, see "using a fax handset" below) - Enter 1286 extension - Press start or send on the fax machine 2. From a fax machine using a handset - Pickup the phone handset on the fax machine - Dial 1+604+9740993 - Wait for the prompt, then dail 1286 extension - Press start or send on the fax machine 3. From a computer using a modem - Type 1+604+9740993 with 2 commas, and your 4-digit phone extension i.e. "16049740993,,1286" - Send your fax. "QTME.com Server " made the following annotations ---------------------------------------------------------------------- Warning: All e-mail sent to this address will be received by the QTME corporate e-mail system, and is subject to archival and review by someone other than the recipient. This e-mail may contain information proprietary to QTME and is intended only for the use of the intended recipient(s). If the reader of this message is not the intended recipient(s), you are notified that you have received this message in error and that any review, dissemination, distribution or copying of this message is strictly prohibited. If you have received this message in error, please notify the sender immediately. ======================================================================= ------=_NextPart_000_0016_01BFEA8B.A5530B60 Content-Type: text/x-vcard; name="Quang Tuyen.vcf" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="Quang Tuyen.vcf" BEGIN:VCARD VERSION:2.1 N:Tuyen;Quang FN:Quang Tuyen NICKNAME:dK ORG:QTME corp TITLE:CEO TEL;WORK;VOICE:1 604 974 0993 ext 1286 TEL;HOME;VOICE:1 604 974 0993 ext 1286 TEL;WORK;FAX:1 604 974 0993 ext 1286 TEL;HOME;FAX:1 604 974 0993 ext 1286 ADR;WORK:;;;Vancouver;B.C;;Canada LABEL;WORK;ENCODING=QUOTED-PRINTABLE:Vancouver, B.C=0D=0ACanada ADR;HOME:;;;Vancouver;B.C;;Canada LABEL;HOME;ENCODING=QUOTED-PRINTABLE:Vancouver, B.C=0D=0ACanada X-WAB-GENDER:2 URL:http://www.missingyou.net URL:http://qtme.com BDAY:19740630 EMAIL;PREF;INTERNET:quang@tuyen.org REV:20000710T232648Z END:VCARD ------=_NextPart_000_0016_01BFEA8B.A5530B60-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 16:36:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by hub.freebsd.org (Postfix) with ESMTP id 7443437B686 for ; Mon, 10 Jul 2000 16:36:08 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from parish.my.domain ([62.253.88.113]) by mta01-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000710233606.YDXU26680.mta01-svc.ntlworld.com@parish.my.domain>; Tue, 11 Jul 2000 00:36:06 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id AAA03269; Tue, 11 Jul 2000 00:36:13 +0100 (BST) (envelope-from mark) Date: Tue, 11 Jul 2000 00:36:12 +0100 From: Mark Ovens To: Q Tuyen Cc: freebsd-questions@freebsd.org Subject: Re: Funny msg on root Message-ID: <20000711003611.M237@parish> References: <001901bfeac6$5458e780$cb3b35d1@bconnected.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2i In-Reply-To: <001901bfeac6$5458e780$cb3b35d1@bconnected.net>; from q@crackbaby.org on Mon, Jul 10, 2000 at 04:26:48PM -0700 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jul 10, 2000 at 04:26:48PM -0700, Q Tuyen wrote: > keep having this msg coming up on my root window anyone know anything bout > this > Jul 10 15:22:25 mail last message repeated 31 times > What's the message before them? You must post the original message (i.e the one that is being repeated) for someone to help you. > it keep repeating itself > > thx > > > ¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿ > -=- Quang (Peter) Tuyen q@tuyen.org > -=- Email: q@crackbaby.org & q@crazie.org & q@telus.net & q@missingyou.net > -=- Fax No: 1+604+2518076 1+604+9740993 extension 1286 > -=- Voicemail: 1+604+9740993 extension 1286 > -=- WEB: Http://www.GreenEcstasy.com & Http://www.MissingYou.net > ‹{º¿º}› Not being able to comprehend something doesn't make it stupid. > ??????????????????????????????????????????????????????????????????????????? > > Directions to use VoiceMail: > - Dial 1+604+9740993 > - When prompted, enter 1286 extension > - Speak > > Directions FaxMail: > > 1. From a fax machine > - Dail 1+604+9740993 > - Press pause button (if fax machine does not have a pause > button, see > "using a fax handset" below) > - Enter 1286 extension > - Press start or send on the fax machine > > 2. From a fax machine using a handset > - Pickup the phone handset on the fax machine > - Dial 1+604+9740993 > - Wait for the prompt, then dail 1286 extension > - Press start or send on the fax machine > > 3. From a computer using a modem > - Type 1+604+9740993 with 2 commas, and your > 4-digit phone extension i.e. "16049740993,,1286" > - Send your fax. > > > > > "QTME.com Server " made the following annotations > > ---------------------------------------------------------------------- > > Warning: > All e-mail sent to this address will be received by the QTME corporate > e-mail system, and is subject to archival and review by someone other than > the recipient. This e-mail may contain information proprietary to QTME and > is intended only for the use of the intended recipient(s). If the reader of > this message is not the intended recipient(s), you are notified that you > have received this message in error and that any review, dissemination, > distribution or copying of this message is strictly prohibited. If you have > received this message in error, please notify the sender immediately. > > ======================================================================= > -- If I buy a copy of WinDelete, and it doesn't delete Windows, am I entitled to my money back? ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:marko@freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 16:37:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.nwlink.com (smtp.nwlink.com [209.20.130.57]) by hub.freebsd.org (Postfix) with ESMTP id 5379837B686 for ; Mon, 10 Jul 2000 16:37:43 -0700 (PDT) (envelope-from cac@fuzzer.com) Received: from craigc (ip133.gte8.rb1.bel.nwlink.com [209.20.237.133]) by smtp.nwlink.com (8.9.3/8.9.3) with SMTP id QAA28665; Mon, 10 Jul 2000 16:37:33 -0700 (PDT) Message-ID: <00bd01bfeac9$7198f940$0201010a@craigc> From: "Craig Critchley" To: "Q Tuyen" , References: <001901bfeac6$5458e780$cb3b35d1@bconnected.net> Subject: Re: Funny msg on root Date: Mon, 10 Jul 2000 16:49:09 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It means a message reported to syslog is being reported over and over. on your console it may have scrolled off already. look at /var/log/messages, at the message before the one you are seeing on your console, and see what it is. ...Craig From: "Q Tuyen" > keep having this msg coming up on my root window anyone know anything bout > this > Jul 10 15:22:25 mail last message repeated 31 times > > it keep repeating itself > > thx > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 16:40:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by hub.freebsd.org (Postfix) with ESMTP id 8BEF337B831 for ; Mon, 10 Jul 2000 16:40:21 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from parish.my.domain ([62.253.88.113]) by mta01-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000710234020.YEGN26680.mta01-svc.ntlworld.com@parish.my.domain>; Tue, 11 Jul 2000 00:40:20 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id AAA03317; Tue, 11 Jul 2000 00:40:27 +0100 (BST) (envelope-from mark) Date: Tue, 11 Jul 2000 00:40:26 +0100 From: Mark Ovens To: "David J. Kanter" Cc: FreeBSD questions Subject: Re: Uninstalling non-English documentation Message-ID: <20000711004026.N237@parish> References: <20000710180653.A39939@localhost.localdomain> <20000711002349.K237@parish> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000711002349.K237@parish>; from mark@FreeBSD-uk.eu.org on Tue, Jul 11, 2000 at 12:23:49AM +0100 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jul 11, 2000 at 12:23:49AM +0100, Mark Ovens wrote: > On Mon, Jul 10, 2000 at 06:06:53PM -0500, David J. Kanter wrote: > > To save disk space I'd like to deinstall the non-English documentation. > > What's the best way of doing this? > > > > Can I just delete the non-English directories under /usr/doc and > > /usr/share/doc safely? > > > > Yes. > > > Then, in the future, set up a refuse file for non-English docs in the > > doc-all/src-all cvsup files? > > The following in /usr/sup/refuse should do the trick (for the ports > and web pages as well): > > doc/es* doc/fr* doc/ja* doc/nl* doc/ru* doc/zh* Haha! I've just done a cvsup and got a load of German docs. You need to add ``doc/de*'' to that. > www/es* www/fr* www/ja* www/nl* www/ru* www/zh* > ports/chinese ports/german ports/japanese ports/korean ports/russian > ports/vietnamese > > > -- > > David Kanter > > djkanter@northwestern.edu > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > -- > If I buy a copy of WinDelete, and it doesn't delete Windows, > am I entitled to my money back? > ________________________________________________________________ > FreeBSD - The Power To Serve http://www.freebsd.org > My Webpage http://ukug.uk.freebsd.org/~mark/ > mailto:marko@freebsd.org http://www.radan.com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- If I buy a copy of WinDelete, and it doesn't delete Windows, am I entitled to my money back? ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:marko@freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 16:43:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 83BB637B831 for ; Mon, 10 Jul 2000 16:43:03 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 13BnCS-000Mbi-00; Tue, 11 Jul 2000 00:42:56 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 13BnCS-000MBT-00; Tue, 11 Jul 2000 00:42:56 +0100 Date: Tue, 11 Jul 2000 00:42:56 +0100 From: Ben Smithurst To: Paul Herman Cc: Mark Ovens , questions@FreeBSD.org Subject: Re: Question about the use of ssh-agent(1) Message-ID: <20000711004256.M94380@strontium.scientia.demon.co.uk> References: <20000710225930.H94380@strontium.scientia.demon.co.uk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="YS7t75H5cNTCpbja" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --YS7t75H5cNTCpbja Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Paul Herman wrote: > Hmmm... agents running in the background... sounds like a job for that > doom port which let's you shoot processes to kill them... Aha! Thanks! (Sorry, that just reminded me of something Joe Karthauser mentioned yesterday over a pub lunch. The lavaps port, it sounds quite good from what he said. Nothing to do with doom, just another weird process management type thing.) --=20 Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D --YS7t75H5cNTCpbja Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: 9MPVZNyL6tTIoTd76V98/JLP+ZeZTXQU iQCVAwUBOWpffysPVtiZOS99AQF2oQP/SW9WJPIqLXKhBNJv1SIF0byteD9dVqVU ckLQ5qee4cRANgO6YkdP2mRm5tBZYYQrso5iwUaAYc05FlFB3kl7BMGzmEPQb6ZG 0RR+/+gABNF7etRv9EfdKI3ujUlxAGRjmilGFQvY7L9yka+q+YzvbDLZRnmLXu9V VeetSefi8DY= =Y7mD -----END PGP SIGNATURE----- --YS7t75H5cNTCpbja-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 17:11:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mrs-2.smartworld.net (mrs-2-fix.smartworld.net [216.70.64.26]) by hub.freebsd.org (Postfix) with ESMTP id BB2CE37B74B for ; Mon, 10 Jul 2000 17:11:41 -0700 (PDT) (envelope-from dnormandin@freewwweb.com) Received: from odie (1Cust62.tnt3.calgary.ab.da.uu.net [64.10.177.62]) by mrs-2.smartworld.net (8.9.1a/8.9.1) with SMTP id VAA57377 for ; Mon, 10 Jul 2000 21:11:16 -0400 (EDT) Message-ID: <00f401bfeacc$fa84d320$3eb10a40@odie> From: "Duke Normandin" To: Subject: Puredata NICs -- any good? Date: Mon, 10 Jul 2000 18:12:13 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3612.1700 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm about ready to network a win95 box to a FBSD 3.3R box. I don't have a hub/switch, so I'll be using a crossover cable. I was given 2 Puredata 8023 Nics which sports an Exilinx chip. Anybody know if these guys are worth messing with, or do I a bunch of "sh-- on a shingle"? I've tried mounting each in the box that I'll be using FBSD on, and booting to DOS (for the time being, till I get the hardware squared away) but they seem to hose the IDE controller or something, cuz it boots but I get a message like "Please insert bootable disk and press any key" or something like that. When I remove the NIC, the box boots, no probs. This Nic has 3 sets of jumpers: the 1st set = 4 x 2 pins for "card1, card2, card3 or card4" the 2nd set = 2 x 3pins on/off for "link integrity" the 3rd = 1 x 2 pins for "E1 clr option" Anyway, if anybody has had any experience with these, I'd like your opinion. I'll look at LINT to see if these are supported. TIA.... -duke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 17:12:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from state.net (dorthy.state.net [204.75.238.244]) by hub.freebsd.org (Postfix) with ESMTP id 275BF37B614 for ; Mon, 10 Jul 2000 17:10:20 -0700 (PDT) (envelope-from jon@state.net) Received: from state.net (redoak.state.net [204.75.238.247]) by state.net (8.8.8/8.7.2) with ESMTP id TAA01299 for ; Mon, 10 Jul 2000 19:09:12 -0500 (CDT) Message-ID: <396A6549.6E41CF3A@state.net> Date: Mon, 10 Jul 2000 19:07:37 -0500 From: Jon X-Mailer: Mozilla 4.73 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: OT: DDOS / DOS w/ Protocol numbers Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello All, We were being DDOS'd by two machines just recently, and I noticed that they were using variable protocol numbers (ie: 8-15) from the same IP addresses. Has anyone noticed this? The attack was just pushing a lot of data down the pipe, btw. Jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 17:14:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tisch.mail.mindspring.net (tisch.mail.mindspring.net [207.69.200.157]) by hub.freebsd.org (Postfix) with ESMTP id 6475637B74B for ; Mon, 10 Jul 2000 17:14:37 -0700 (PDT) (envelope-from chaycock1@mindspring.com) Received: from CHaycock (user-37ka80e.dialup.mindspring.com [207.69.32.14]) by tisch.mail.mindspring.net (8.9.3/8.8.5) with SMTP id UAA31175 for ; Mon, 10 Jul 2000 20:14:36 -0400 (EDT) Message-Id: <200007110014.UAA31175@tisch.mail.mindspring.net> From: "Carlton Haycock" To: "questions@freebsd.org" Date: Mon, 10 Jul 2000 20:22:02 -0400 Reply-To: "Carlton Haycock" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows NT (4.0.1381;5) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: ipfilter vs ipfw Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I am in the process of building a firewall using FreeBsd. I am aware of the firewall built into the kernel (ipfw), but I also see alot of people talking about another package called IPFILTER. I have seen comments stating that IPFILTER is better, but no one has yet to say why or why they prefer it. I would be most appreciative if someone could give a brief overview of the differences as far as functionality is concerned. I have read the how-to's and stuff on FreeBsd Diary but can find nothing that does a comparison of the two. Thanks, Carlton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 17:20:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lerami.lerctr.org (lerami.lerctr.org [207.158.72.11]) by hub.freebsd.org (Postfix) with ESMTP id 582F937B614 for ; Mon, 10 Jul 2000 17:20:12 -0700 (PDT) (envelope-from ler@lerctr.org) Received: (from ler@localhost) by lerami.lerctr.org (8.10.1/8.10.1/20000708) id e6B0K9U23644; Mon, 10 Jul 2000 19:20:09 -0500 (CDT) From: Larry Rosenman Message-Id: <200007110020.e6B0K9U23644@lerami.lerctr.org> Subject: Re: ipfilter vs ipfw In-Reply-To: <200007110014.UAA31175@tisch.mail.mindspring.net> "from Carlton Haycock at Jul 10, 2000 08:22:02 pm" To: Carlton Haycock Date: Mon, 10 Jul 2000 19:20:09 -0500 (CDT) Cc: freebsd-questions@freebsd.org X-Mailer: ELM [version 2.4ME+ PL79 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Seems that IPFilter does BETTER stateful rules than a "hack" (a friends term) to IPFW to do dynamic rules. From running ipfw for a short time, I've converted over to ipfilter. I just wish the rc* scripts supported ipfilter better, and that there was some standard reporting mechanism for the logging output like there is for ipfw. Larry Rosenman > > Hello, > > I am in the process of building a firewall using FreeBsd. I am aware of the firewall > built into the kernel (ipfw), but I also see alot of people talking about another package > called IPFILTER. I have seen comments stating that IPFILTER is better, but no one > has yet to say why or why they prefer it. I would be most appreciative if someone > could give a brief overview of the differences as far as functionality is concerned. > I have read the how-to's and stuff on FreeBsd Diary but can find nothing that does > a comparison of the two. > > Thanks, > Carlton > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 (voice) Internet: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 17:30:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bingnet2.cc.binghamton.edu (bingnet2.cc.binghamton.edu [128.226.1.18]) by hub.freebsd.org (Postfix) with ESMTP id 749BC37B7C4 for ; Mon, 10 Jul 2000 17:30:22 -0700 (PDT) (envelope-from zzhang@cs.binghamton.edu) Received: from sol.cs.binghamton.edu (sol.cs.binghamton.edu [128.226.123.100]) by bingnet2.cc.binghamton.edu (8.9.3/8.9.3) with ESMTP id UAA27092; Mon, 10 Jul 2000 20:29:39 -0400 (EDT) Date: Mon, 10 Jul 2000 20:27:30 -0400 (EDT) From: Zhihui Zhang To: Jackson Donadel Cc: freebsd-questions@FreeBSD.ORG Subject: Re: dd bug or kernel bug In-Reply-To: <000a01bfea73$f11cd340$c50a0082@weg.com.br> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 10 Jul 2000, Jackson Donadel wrote: > Hi all >=20 > yeasterday i had try to format some disks, first i do a fdformat > /dev/fd0, all right, he warning about write-protection is on but, > let=B4s try dd dd if=3Dboot.img of=3D/dev/fd0 (with the write-protected > disk) all good, lots of errors messages, but one is new to me >=20 > PANIC: i don=B4t remeber where > and > Syncing disks 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9= 9 9 > and all of that history you know something about this? >=20 >=20 This is not a bug of dd or kernel. Do not try to write to a floppy that is write-protected. What is the version of your FreeBSD? 4.0-release seems to handle this better.=20 -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 17:33:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cairo.anu.edu.au (cairo.anu.edu.au [150.203.224.11]) by hub.freebsd.org (Postfix) with ESMTP id E9A8E37B975 for ; Mon, 10 Jul 2000 17:33:09 -0700 (PDT) (envelope-from rob@coombs.anu.edu.au) Received: from localhost (rob@localhost) by cairo.anu.edu.au (8.9.3/8.9.3) with ESMTP id KAA09531 for ; Tue, 11 Jul 2000 10:33:06 +1000 (EST) Date: Tue, 11 Jul 2000 10:33:06 +1000 (EST) From: Rob Hurle X-Sender: rob@cairo.anu.edu.au To: freebsd-questions@freebsd.org Subject: StarOffice 5.2 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG StarOffice 5.2 has been released by SUN. For i86 architectures there are versions for Solaris and for Linux available by download or on CD from SUN. There is as yet no FreeBSD port for version 5.2 - the version in /usr/ports is for 5.1, and has an option for loading from the CD-ROM. I am running FreeBSD 4.0 on a pretty standard Intel box (great system). When I attempt to install StarOffice 5.2 from the CD, we find: 1. The script assumes `test` is in /usr/bin/test, so a link needs to be made from /bin/test: cd /usr/bin ln -s /bin/test 2. The install script does not set the library path correctly. I solved this problem by setting up a temporary directory: mkdir /tmp/fdir cp /cdrom/linux/office52/f_0000 /tmp/fdir cd /tmp/fdir unzip f_0000 setenv LD_LIBRARY_PATH /tmp/fdir and then run the install program. 3. The base directory that the installation script chooses is: /usr/compat/linux which is not so crash hot, but this can me moved or relinked after installation. 4. Installation proceeds, but dies at the end as the setup program tries to "register" libary routines. The log file shows the errors as: ERR register component: libctl569li.so : applicat.rdb ERR UNO exception (libctl569li.so): for all of the library files, and the library files are unavailable to soffice, so it will not run. Any ideas? I remember that problems in 1 and 2 (above) came up with version 5.1, and we discussed solutions in this forum back then (August last year?). However, this "registration" seems a more difficult problem - I guess the *.rdb file is some database thing. Cheers, Rob ---------------------------------------------------------- Rob Hurle rob@coombs.anu.edu.au Connect-A Tel: +61 2 6247 2397 PO Box 13 Fax: +61 2 6248 8905 Ainslie ACT 2602 Mobile: 0417 293 603 Australia ---------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 17:42: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes04-hme0.telusplanet.net (edtnes04.telus.net [199.185.220.104]) by hub.freebsd.org (Postfix) with ESMTP id 9D99D37B614 for ; Mon, 10 Jul 2000 17:41:44 -0700 (PDT) (envelope-from q@telus.net) Received: from ricepower ([209.53.59.203]) by priv-edtnes04-hme0.telusplanet.net (InterMail vM.4.01.02.11 201-229-116-111) with SMTP id <20000711004135.CBNC4208.priv-edtnes04-hme0.telusplanet.net@ricepower>; Mon, 10 Jul 2000 18:41:35 -0600 Message-ID: <004001bfead0$cd911dc0$cb3b35d1@bconnected.net> From: "Q" To: "Mark Ovens" Cc: References: <001901bfeac6$5458e780$cb3b35d1@bconnected.net> <20000711003611.M237@parish> Subject: Re: Funny msg on root Date: Mon, 10 Jul 2000 17:41:50 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jul 10 17:26:26 mail last message repeated 9 times Jul 10 17:27:15 mail /kernel: arplookup 209.53.59.203 failed: host is not on loc Jul 10 17:27:18 mail /kernel: arplookup 209.53.56.253 failed: host is not on loc Jul 10 17:27:26 mail last message repeated 4 times Jul 10 17:29:25 mail last message repeated 7 times Jul 10 17:30:18 mail /kernel: arplookup 209.53.59.203 failed: host is not on loc Jul 10 17:30:25 mail /kernel: arplookup 209.53.56.253 failed: host is not on loc Jul 10 17:30:25 mail last message repeated 2 times Jul 10 17:32:25 mail last message repeated 6 times Jul 10 17:33:22 mail /kernel: arplookup 209.53.59.203 failed: host is not on loc Jul 10 17:33:25 mail /kernel: arplookup 209.53.56.253 failed: host is not on loc Jul 10 17:33:26 mail last message repeated 2 times Jul 10 17:35:25 mail last message repeated 6 times Jul 10 17:36:25 mail last message repeated 3 times Jul 10 17:36:26 mail /kernel: arplookup 209.53.59.203 failed: host is not on loc that is what im getting on /var/log/message/ ----- Original Message ----- From: "Mark Ovens" To: "Q Tuyen" Cc: Sent: Monday, July 10, 2000 4:36 PM Subject: Re: Funny msg on root > On Mon, Jul 10, 2000 at 04:26:48PM -0700, Q Tuyen wrote: > > keep having this msg coming up on my root window anyone know anything bout > > this > > Jul 10 15:22:25 mail last message repeated 31 times > > > > What's the message before them? You must post the original message > (i.e the one that is being repeated) for someone to help you. > > > it keep repeating itself > > > > thx > > > > > > ¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿ > > -=- Quang (Peter) Tuyen q@tuyen.org > > -=- Email: q@crackbaby.org & q@crazie.org & q@telus.net & q@missingyou.net > > -=- Fax No: 1+604+2518076 1+604+9740993 extension 1286 > > -=- Voicemail: 1+604+9740993 extension 1286 > > -=- WEB: Http://www.GreenEcstasy.com & Http://www.MissingYou.net > > <{º¿º}> Not being able to comprehend something doesn't make it stupid. > > ??????????????????????????????????????????????????????????????????????????? > > > > Directions to use VoiceMail: > > - Dial 1+604+9740993 > > - When prompted, enter 1286 extension > > - Speak > > > > Directions FaxMail: > > > > 1. From a fax machine > > - Dail 1+604+9740993 > > - Press pause button (if fax machine does not have a pause > > button, see > > "using a fax handset" below) > > - Enter 1286 extension > > - Press start or send on the fax machine > > > > 2. From a fax machine using a handset > > - Pickup the phone handset on the fax machine > > - Dial 1+604+9740993 > > - Wait for the prompt, then dail 1286 extension > > - Press start or send on the fax machine > > > > 3. From a computer using a modem > > - Type 1+604+9740993 with 2 commas, and your > > 4-digit phone extension i.e. "16049740993,,1286" > > - Send your fax. > > > > > > > > > > "QTME.com Server " made the following annotations > > > > ---------------------------------------------------------------------- > > > > Warning: > > All e-mail sent to this address will be received by the QTME corporate > > e-mail system, and is subject to archival and review by someone other than > > the recipient. This e-mail may contain information proprietary to QTME and > > is intended only for the use of the intended recipient(s). If the reader of > > this message is not the intended recipient(s), you are notified that you > > have received this message in error and that any review, dissemination, > > distribution or copying of this message is strictly prohibited. If you have > > received this message in error, please notify the sender immediately. > > > > ======================================================================= > > > > > > -- > If I buy a copy of WinDelete, and it doesn't delete Windows, > am I entitled to my money back? > ________________________________________________________________ > FreeBSD - The Power To Serve http://www.freebsd.org > My Webpage http://ukug.uk.freebsd.org/~mark/ > mailto:marko@freebsd.org http://www.radan.com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 17:52:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from horst.bfd.com (horst.bfd.com [12.9.219.10]) by hub.freebsd.org (Postfix) with ESMTP id 2BF4A37B985 for ; Mon, 10 Jul 2000 17:52:46 -0700 (PDT) (envelope-from ejs@bfd.com) Received: from HARLIE.bfd.com (bastion.bfd.com [12.9.219.14]) by horst.bfd.com (8.10.0/8.10.0) with ESMTP id e6B0qib65353; Mon, 10 Jul 2000 17:52:44 -0700 (PDT) Date: Mon, 10 Jul 2000 17:52:44 -0700 (PDT) From: "Eric J. Schwertfeger" To: Carlton Haycock Cc: "questions@freebsd.org" Subject: Re: ipfilter vs ipfw In-Reply-To: <200007110014.UAA31175@tisch.mail.mindspring.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, 10 Jul 2000, Carlton Haycock wrote: > I am in the process of building a firewall using FreeBsd. I am aware of the firewall > built into the kernel (ipfw), but I also see alot of people talking about another package > called IPFILTER. I have seen comments stating that IPFILTER is better, but no one > has yet to say why or why they prefer it. I would be most appreciative if someone > could give a brief overview of the differences as far as functionality is concerned. > I have read the how-to's and stuff on FreeBsd Diary but can find nothing that does > a comparison of the two. Having done both, I can tell you that both work fine under most circumstances, but IPFILTER had one limitation that killed its use here. We have multiple nets in the RFC-reserved ranges, and a pseudo-DMZ between two firewalls. The outer firewall is only capable of packet filtering, no NAT, so the inner firewall must do the NAT for those nets behind the firewall that need transparent support to the outside world. The problem is, we don't want the nets behind the firewall to NAT to the DMZ machines for tracking purposes. Well, IPFilter can't do that, or at least it couldn't as of 3.2.???. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 18:12: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from harrier.prod.itd.earthlink.net (harrier.prod.itd.earthlink.net [207.217.121.12]) by hub.freebsd.org (Postfix) with ESMTP id 9E8E837BA60 for ; Mon, 10 Jul 2000 18:12:00 -0700 (PDT) (envelope-from dmehler22@earthlink.net) Received: from hellraiser (ip1.dayton8.oh.pub-ip.psi.net [38.31.110.1]) by harrier.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with SMTP id SAA21504 for ; Mon, 10 Jul 2000 18:11:59 -0700 (PDT) Message-ID: <002b01bfeb9f$42742aa0$0200a8c0@hellraiser> Reply-To: "dave" From: "dave" To: Subject: configuring a pnp modem under fbsd 4? Date: Tue, 11 Jul 2000 21:19:41 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0023_01BFEB7D.BA35F180" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4029.2901 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4029.2901 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0023_01BFEB7D.BA35F180 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, Has the pnp code changed from v 3.4 to v4.0 of fbsd? I had my modem = working under fbsd 3.4, but since upgrading it no longer is. I've = dropped in my 3.4 kernel.conf file, which I saved, to no avail. If = anyone can help or has succeeded in getting a pnp modem working under = fbsd 4, please let me know. Thanks. Dave. ------=_NextPart_000_0023_01BFEB7D.BA35F180 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
    Has the pnp code = changed from v=20 3.4 to v4.0 of fbsd? I had my modem working under fbsd 3.4, but since = upgrading=20 it no longer is. I've dropped in my 3.4 kernel.conf file, which I saved, = to no=20 avail. If anyone can help or has succeeded in getting a pnp modem = working under=20 fbsd 4, please let me know.
Thanks.
Dave.
 
------=_NextPart_000_0023_01BFEB7D.BA35F180-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 18:18:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gull.prod.itd.earthlink.net (gull.prod.itd.earthlink.net [207.217.121.85]) by hub.freebsd.org (Postfix) with ESMTP id 0F4A337B570 for ; Mon, 10 Jul 2000 18:18:03 -0700 (PDT) (envelope-from dmehler22@earthlink.net) Received: from hellraiser (ip254.dayton12.oh.pub-ip.psi.net [38.31.204.254]) by gull.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with SMTP id SAA23259 for ; Mon, 10 Jul 2000 18:18:00 -0700 (PDT) Message-ID: <000001bfeba0$1a1a7720$0200a8c0@hellraiser> Reply-To: "dave" From: "dave" To: Subject: sudo? Date: Tue, 11 Jul 2000 21:21:43 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_002C_01BFEB7E.031556C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4029.2901 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4029.2901 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_002C_01BFEB7E.031556C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I'm having difficulties configuring sudo under fbsd 4.0. My problem = is with the format of the sudoers file. I've got a user myself, which = I've given all access to for testing purposes. I then create a test = user, adding him to the identical lines as myself, again giving him full = access, all of which works. When I try to limit the test user's access = to perform only one or two commands I get the message that the test user = is not allowed to run on the host. Any ideas? Thanks. Dave. ------=_NextPart_000_002C_01BFEB7E.031556C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
    I'm having = difficulties=20 configuring sudo under fbsd 4.0. My problem is with the format of the = sudoers=20 file. I've got a user myself, which I've given all access to for testing = purposes. I then create a test user, adding him to the identical lines = as=20 myself, again giving him full access, all of which works. When I try to = limit=20 the test user's access to perform only one or two commands I get the = message=20 that the test user is not allowed to run on the host. Any = ideas?
Thanks.
Dave.
 
------=_NextPart_000_002C_01BFEB7E.031556C0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 18:42:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from baddog.yi.org (24-216-177-184.hsacorp.net [24.216.177.184]) by hub.freebsd.org (Postfix) with ESMTP id C8D2137B6F3 for ; Mon, 10 Jul 2000 18:42:16 -0700 (PDT) (envelope-from ahze@wp.cc.nc.us) Received: from slaughter.necro.edu (slaughter.necro.edu [192.168.0.1]) by baddog.yi.org (8.9.3/8.9.3) with ESMTP id VAA10293; Mon, 10 Jul 2000 21:41:59 -0400 (EDT) (envelope-from ahze@wp.cc.nc.us) Message-Id: <200007110141.VAA10293@baddog.yi.org> Date: Mon, 10 Jul 2000 21:41:56 EDT From: Mike Johnson To: "dave" , Subject: Re: sudo? Reply-To: ahze@wp.cc.nc.us X-Mailer: Spruce 0.6.5 for X11 w/smtpio 0.7.9 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 chmod 0440 /usr/local/etc/sudoers that should work.. On Tue, 11 Jul 2000, dave wrote: > Date: Tue, 11 Jul 2000 21:21:43 -0400 > To: > From: "dave" > Reply-To: "dave" > Subject: sudo? > > Hello, > I'm having difficulties configuring sudo under fbsd 4.0. My problem > is with the format of the sudoers file. I've got a user myself, which > I've given all access to for testing purposes. I then create a test user, > adding him to the identical lines as myself, again giving him full > access, all of which works. When I try to limit the test user's access to > perform only one or two commands I get the message that the test user is > not allowed to run on the host. Any ideas? > Thanks. > Dave. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 18:48:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gull.prod.itd.earthlink.net (gull.prod.itd.earthlink.net [207.217.121.85]) by hub.freebsd.org (Postfix) with ESMTP id 42A7C37B9D7 for ; Mon, 10 Jul 2000 18:48:25 -0700 (PDT) (envelope-from dmehler22@earthlink.net) Received: from hellraiser (ip254.dayton12.oh.pub-ip.psi.net [38.31.204.254]) by gull.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with SMTP id SAA20079; Mon, 10 Jul 2000 18:48:13 -0700 (PDT) Message-ID: <001b01bfeba4$52b94260$0200a8c0@hellraiser> Reply-To: "dave" From: "dave" To: Cc: References: <200007110141.VAA10293@baddog.yi.org> Subject: Re: sudo? Date: Tue, 11 Jul 2000 21:55:56 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4029.2901 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4029.2901 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, Done that, isudo is reading sudoers right, it's not giving me a permissions error like it was, it's just not allowing my test user to operate on the given host. Dave. ----- Original Message ----- From: "Mike Johnson" To: "dave" ; Sent: Monday, July 10, 2000 9:41 PM Subject: Re: sudo? > > chmod 0440 /usr/local/etc/sudoers > that should work.. > > On Tue, 11 Jul 2000, dave wrote: > > Date: Tue, 11 Jul 2000 21:21:43 -0400 > > To: > > From: "dave" > > Reply-To: "dave" > > Subject: sudo? > > > > Hello, > > I'm having difficulties configuring sudo under fbsd 4.0. My problem > > is with the format of the sudoers file. I've got a user myself, which > > I've given all access to for testing purposes. I then create a test user, > > adding him to the identical lines as myself, again giving him full > > access, all of which works. When I try to limit the test user's access to > > perform only one or two commands I get the message that the test user is > > not allowed to run on the host. Any ideas? > > Thanks. > > Dave. > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 18:49:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from alexander.pentalpha.com.hk (alexander.pentalpha.com.hk [210.176.109.1]) by hub.freebsd.org (Postfix) with ESMTP id 2A45737BB47; Mon, 10 Jul 2000 18:49:04 -0700 (PDT) (envelope-from danny@pentalpha.com.hk) Received: (from uucp@localhost) by alexander.pentalpha.com.hk (8.9.3/8.9.3) id JAA19375; Tue, 11 Jul 2000 09:48:57 +0800 (CST) (envelope-from danny@pentalpha.com.hk) Received: from jessica.pentalpha.com.hk(10.0.0.8) via SMTP by alexander.pentalpha.com.hk, id smtpdH19373; Tue Jul 11 09:48:56 2000 Received: (from uucp@localhost) by jessica.pentalpha.com.hk (8.9.3/8.9.3) id JAA31657; Tue, 11 Jul 2000 09:50:18 +0800 (HKT) (envelope-from danny@pentalpha.com.hk) From: Danny Wong Received: from 001.mis.pentalpha.com.hk(10.0.0.168), claiming to be "mis001" via SMTP by jessica.pentalpha.com.hk, id smtpdj31652; Tue Jul 11 09:50:15 2000 Message-ID: <00ed01bfeada$2c7ca6c0$a800000a@pentalpha.com.hk> Reply-To: To: , "questions@freebsd.org" Subject: problem with scotty port Date: Tue, 11 Jul 2000 09:48:52 +0800 Organization: Pentalpha MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I get the following error of scotty port when snmp is started. How can I solve it? Thanks! /usr/local/lib/tnm2.1.10/mibs/rfc1472.mib: no parent pppSecurityConfigEntry for node pppSecurityConfigLink /usr/local/lib/tnm2.1.10/mibs/rfc1472.mib: no parent pppSecurityConfigEntry for node pppSecurityConfigPreference /usr/local/lib/tnm2.1.10/mibs/rfc1472.mib: no parent pppSecurityConfigEntry for node pppSecurityConfigProtocol /usr/local/lib/tnm2.1.10/mibs/rfc1472.mib: no parent pppSecurityConfigEntry for node pppSecurityConfigStatus /usr/local/lib/tnm2.1.10/mibs/rfc1472.mib: no parent pppSecuritySecretsEntry for node pppSecuritySecretsLink /usr/local/lib/tnm2.1.10/mibs/rfc1472.mib: no parent pppSecuritySecretsEntry for node pppSecuritySecretsIdIndex /usr/local/lib/tnm2.1.10/mibs/rfc1472.mib: no parent pppSecuritySecretsEntry for node pppSecuritySecretsDirection /usr/local/lib/tnm2.1.10/mibs/rfc1472.mib: no parent pppSecuritySecretsEntry for node pppSecuritySecretsProtocol /usr/local/lib/tnm2.1.10/mibs/rfc1472.mib: no parent pppSecuritySecretsEntry for node pppSecuritySecretsIdentity /usr/local/lib/tnm2.1.10/mibs/rfc1472.mib: no parent pppSecuritySecretsEntry for node pppSecuritySecretsSecret /usr/local/lib/tnm2.1.10/mibs/rfc1472.mib: no parent pppSecuritySecretsEntry for node pppSecuritySecretsStatus /usr/local/lib/tnm2.1.10/mibs/rfc1472.mib: no parent pppSecurity for node pppSecurityProtocols /usr/local/lib/tnm2.1.10/mibs/rfc1472.mib: no parent pppSecurity for node pppSecurityConfigTable /usr/local/lib/tnm2.1.10/mibs/rfc1472.mib: no parent pppSecurity for node pppSecuritySecretsTable /usr/local/lib/tnm2.1.10/mibs/rfc1472.mib: no parent ppp for node pppSecurity /usr/local/lib/tnm2.1.10/mibs/rfc1472.mib: no parent pppSecurityConfigTable for node pppSecurityConfigEntry /usr/local/lib/tnm2.1.10/mibs/rfc1472.mib: no parent pppSecuritySecretsTable for node pppSecuritySecretsEntry /usr/local/lib/tnm2.1.10/mibs/rfc1472.mib: no parent pppSecurityProtocols for node pppSecurityPapProtocol /usr/local/lib/tnm2.1.10/mibs/rfc1472.mib: no parent pppSecurityProtocols for node pppSecurityChapMD5Protocol /usr/local/lib/tnm2.1.10/mibs/rfc1473.mib: no parent pppIp for node pppIpTable /usr/local/lib/tnm2.1.10/mibs/rfc1473.mib: no parent pppIp for node pppIpConfigTable /usr/local/lib/tnm2.1.10/mibs/rfc1473.mib: no parent pppIpEntry for node pppIpOperStatus /usr/local/lib/tnm2.1.10/mibs/rfc1473.mib: no parent pppIpEntry for node pppIpLocalToRemoteCompressionProtocol /usr/local/lib/tnm2.1.10/mibs/rfc1473.mib: no parent pppIpEntry for node pppIpRemoteToLocalCompressionProtocol /usr/local/lib/tnm2.1.10/mibs/rfc1473.mib: no parent pppIpEntry for node pppIpRemoteMaxSlotId /usr/local/lib/tnm2.1.10/mibs/rfc1473.mib: no parent pppIpEntry for node pppIpLocalMaxSlotId /usr/local/lib/tnm2.1.10/mibs/rfc1473.mib: no parent ppp for node pppIp /usr/local/lib/tnm2.1.10/mibs/rfc1473.mib: no parent pppIpConfigTable for node pppIpConfigEntry /usr/local/lib/tnm2.1.10/mibs/rfc1473.mib: no parent pppIpTable for node pppIpEntry /usr/local/lib/tnm2.1.10/mibs/rfc1473.mib: no parent pppIpConfigEntry for node pppIpConfigAdminStatus /usr/local/lib/tnm2.1.10/mibs/rfc1473.mib: no parent pppIpConfigEntry for node pppIpConfigCompression /usr/local/lib/tnm2.1.10/mibs/rfc1474.mib: no parent pppBridgeTable for node pppBridgeEntry /usr/local/lib/tnm2.1.10/mibs/rfc1474.mib: no parent pppBridgeConfigEntry for node pppBridgeConfigAdminStatus /usr/local/lib/tnm2.1.10/mibs/rfc1474.mib: no parent pppBridgeConfigEntry for node pppBridgeConfigTinygram /usr/local/lib/tnm2.1.10/mibs/rfc1474.mib: no parent pppBridgeConfigEntry for node pppBridgeConfigRingId /usr/local/lib/tnm2.1.10/mibs/rfc1474.mib: no parent pppBridgeConfigEntry for node pppBridgeConfigLineId /usr/local/lib/tnm2.1.10/mibs/rfc1474.mib: no parent pppBridgeConfigEntry for node pppBridgeConfigLanId /usr/local/lib/tnm2.1.10/mibs/rfc1474.mib: no parent pppBridgeMediaEntry for node pppBridgeMediaMacType /usr/local/lib/tnm2.1.10/mibs/rfc1474.mib: no parent pppBridgeMediaEntry for node pppBridgeMediaLocalStatus /usr/local/lib/tnm2.1.10/mibs/rfc1474.mib: no parent pppBridgeMediaEntry for node pppBridgeMediaRemoteStatus /usr/local/lib/tnm2.1.10/mibs/rfc1474.mib: no parent pppBridge for node pppBridgeTable /usr/local/lib/tnm2.1.10/mibs/rfc1474.mib: no parent pppBridge for node pppBridgeConfigTable /usr/local/lib/tnm2.1.10/mibs/rfc1474.mib: no parent pppBridge for node pppBridgeMediaTable /usr/local/lib/tnm2.1.10/mibs/rfc1474.mib: no parent pppBridge for node pppBridgeMediaConfigTable /usr/local/lib/tnm2.1.10/mibs/rfc1474.mib: no parent pppBridgeEntry for node pppBridgeOperStatus /usr/local/lib/tnm2.1.10/mibs/rfc1474.mib: no parent pppBridgeEntry for node pppBridgeLocalToRemoteTinygramCompression /usr/local/lib/tnm2.1.10/mibs/rfc1474.mib: no parent pppBridgeEntry for node pppBridgeRemoteToLocalTinygramCompression /usr/local/lib/tnm2.1.10/mibs/rfc1474.mib: no parent pppBridgeEntry for node pppBridgeLocalToRemoteLanId /usr/local/lib/tnm2.1.10/mibs/rfc1474.mib: no parent pppBridgeEntry for node pppBridgeRemoteToLocalLanId /usr/local/lib/tnm2.1.10/mibs/rfc1474.mib: no parent pppBridgeMediaConfigTable for node pppBridgeMediaConfigEntry /usr/local/lib/tnm2.1.10/mibs/rfc1474.mib: no parent ppp for node pppBridge /usr/local/lib/tnm2.1.10/mibs/rfc1474.mib: no parent pppBridgeConfigTable for node pppBridgeConfigEntry /usr/local/lib/tnm2.1.10/mibs/rfc1474.mib: no parent pppBridgeMediaTable for node pppBridgeMediaEntry /usr/local/lib/tnm2.1.10/mibs/rfc1474.mib: no parent pppBridgeMediaConfigEntry for node pppBridgeMediaConfigMacType /usr/local/lib/tnm2.1.10/mibs/rfc1474.mib: no parent pppBridgeMediaConfigEntry for node pppBridgeMediaConfigLocalStatus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 18:51:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt052n3e.san.rr.com (dt052n3e.san.rr.com [204.210.33.62]) by hub.freebsd.org (Postfix) with ESMTP id 026B337BC33 for ; Mon, 10 Jul 2000 18:51:14 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from slave (doug@slave [10.0.0.1]) by dt052n3e.san.rr.com (8.9.3/8.9.3) with ESMTP id SAA84572; Mon, 10 Jul 2000 18:50:59 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Mon, 10 Jul 2000 18:50:59 -0700 (PDT) From: Doug Barton X-Sender: doug@dt052n3e.san.rr.com To: Mark.Hummel@hurlburt.af.mil Cc: freebsd-questions@FreeBSD.ORG Subject: Re: What do I need in /dev? In-Reply-To: <856532CB07BED3118FE300204840E28A011075D5@vexwncc02.hurlburt.af.mil> Message-ID: 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, 10 Jul 2000 Mark.Hummel@hurlburt.af.mil wrote: > I have a lot of devices I know I'm not using on my system. Is there any > reason I shouldn't delete the unused ones? I think the big questions is, why would you not just leave them alone? :) -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 18:58:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from baddog.yi.org (24-216-177-184.hsacorp.net [24.216.177.184]) by hub.freebsd.org (Postfix) with ESMTP id 9AE5237B56B for ; Mon, 10 Jul 2000 18:58:08 -0700 (PDT) (envelope-from ahze@wp.cc.nc.us) Received: from slaughter.necro.edu (slaughter.necro.edu [192.168.0.1]) by baddog.yi.org (8.9.3/8.9.3) with ESMTP id VAA10307; Mon, 10 Jul 2000 21:57:57 -0400 (EDT) (envelope-from ahze@wp.cc.nc.us) Message-Id: <200007110157.VAA10307@baddog.yi.org> Date: Mon, 10 Jul 2000 21:57:54 EDT From: Mike Johnson To: "dave" , Cc: Subject: Re: sudo? Reply-To: ahze@wp.cc.nc.us X-Mailer: Spruce 0.6.5 for X11 w/smtpio 0.7.9 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 root ALL=(ALL) ALL ahze ALL=(ALL) ALL thats what i have in my sudoers , ahze is a normal user. On Tue, 11 Jul 2000, dave wrote: > Date: Tue, 11 Jul 2000 21:55:56 -0400 > To: > From: "dave" > Reply-To: "dave" > Subject: Re: sudo? > > Hello, > Done that, isudo is reading sudoers right, it's not giving me a > permissions error like it was, it's just not allowing my test user to > operate on the given host. > Dave. > > ----- Original Message ----- > From: "Mike Johnson" > To: "dave" ; > Sent: Monday, July 10, 2000 9:41 PM > Subject: Re: sudo? > > > > > > chmod 0440 /usr/local/etc/sudoers > > that should work.. > > > > On Tue, 11 Jul 2000, dave wrote: > > > Date: Tue, 11 Jul 2000 21:21:43 -0400 > > > To: > > > From: "dave" > > > Reply-To: "dave" > > > Subject: sudo? > > > > > > Hello, > > > I'm having difficulties configuring sudo under fbsd 4.0. My > problem > > > is with the format of the sudoers file. I've got a user myself, which > > > I've given all access to for testing purposes. I then create a test > user, > > > adding him to the identical lines as myself, again giving him full > > > access, all of which works. When I try to limit the test user's > access > to > > > perform only one or two commands I get the message that the test user > is > > > not allowed to run on the host. Any ideas? > > > Thanks. > > > Dave. > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 19: 6:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from atlrel1.hp.com (atlrel1.hp.com [156.153.255.210]) by hub.freebsd.org (Postfix) with ESMTP id DEA9837B56B for ; Mon, 10 Jul 2000 19:06:06 -0700 (PDT) (envelope-from gene_dinkey@hp.com) Received: from amrelay1.boi.hp.com (amrelay1.boi.hp.com [15.56.8.24]) by atlrel1.hp.com (Postfix) with ESMTP id CF17BA0; Mon, 10 Jul 2000 22:06:05 -0400 (EDT) Received: from xboibrg1.boi.hp.com (xboibrg1.boi.hp.com [15.56.8.167]) by amrelay1.boi.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit7.02) with SMTP id UAA18516; Mon, 10 Jul 2000 20:06:04 -0600 (MDT) Received: from 15.56.8.167 by xboibrg1.boi.hp.com (InterScan E-Mail VirusWall NT); Mon, 10 Jul 2000 20:06:01 -0600 (Mountain Daylight Time) Received: by xboibrg1.boi.hp.com with Internet Mail Service (5.5.2650.21) id <3V5DX5PM>; Mon, 10 Jul 2000 20:06:00 -0600 Message-ID: From: "DINKEY,GENE (HP-Loveland,ex1)" To: "'Greg Lehey'" , "DINKEY,GENE (HP-Loveland,ex1)" Cc: FreeBSD Questions Subject: RE: Slice size larger than disk size during install? Date: Mon, 10 Jul 2000 10:12:15 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >On Sunday, 9 July 2000 at 7:40:32 -0700, GENE DINKEY wrote: >> I am trying to install FreeBSD 4.0 on a P90 w/ 24MB RAM. >I'm using the boot >> floppies, the first time I went through the installation the >only problem I >> had was a loose cable on the back of the cdrom (probably >happened while I >> was moving the system) that caused the package installation >to abort. I >> didn't have any problems slicing out the HDD or anything like that. >> >> After I rebooted I can boot off of the floppies but when I >try to load the >> install it tries to read the HDD then says "slice size >larger than disk >> size", gives a few numbers (slice Vs disk and such) > >We need to see them. Actually I got the problem taken care of. I went in with fdisk and deleted the non DOS partition and [roceded to install. I think the problem lies with my 4.0 Release CD, after it creates the file systems and starts to read the packages off the disk on the debug console I get a seriese of messages like this... TOC_READ failed: reseting device done (repeat 5 times) READ_BIG failed: reseting device done (again repeat 5 times or so) it goes like this for a while with different messages (I didn't write them down and I'm currently at work sorry) until it just comes to a dead hang. I decided to try my 3.5 disk to see how that worked and I didn't have a single problem with it. Installed, compiled a kernel, configured both nics...not a hicup. I think the problem may be with my 4.0 disk...oh well I suppose I can still cvsup to 4.0... Thank you for your help Gene To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 19: 8:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.hutchtel.net (ns1.hutchtel.net [206.9.112.100]) by hub.freebsd.org (Postfix) with ESMTP id 4B47637B5D8 for ; Mon, 10 Jul 2000 19:08:13 -0700 (PDT) (envelope-from jpaetzel@hutchtel.net) Received: from gimpy (hutch-862.hutchtel.net [206.10.71.190]) by ns1.hutchtel.net (8.9.1/8.9.0) with SMTP id VAA15252; Mon, 10 Jul 2000 21:08:10 -0500 (CDT) Message-ID: <00f301bfeadc$da3bcc80$be470ace@gimpy> From: "Josh Paetzel" To: "David J. Kanter" , "FreeBSD questions" References: <20000710180653.A39939@localhost.localdomain> Subject: Re: Uninstalling non-English documentation Date: Mon, 10 Jul 2000 21:08:04 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: "David J. Kanter" To: "FreeBSD questions" Sent: Monday, July 10, 2000 6:06 PM Subject: Uninstalling non-English documentation > To save disk space I'd like to deinstall the non-English documentation. > What's the best way of doing this? > > Can I just delete the non-English directories under /usr/doc and > /usr/share/doc safely? > I don't know if it is the BEST way of doing things, but it is the way that I have done it in the past. I've never broken anything that I am aware of by deleting them. > Then, in the future, set up a refuse file for non-English docs in the > doc-all/src-all cvsup files? Someone else will have to handle this one, cause I don't know. Josh > -- > David Kanter > djkanter@northwestern.edu > > > 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 Jul 10 19:13:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gull.prod.itd.earthlink.net (gull.prod.itd.earthlink.net [207.217.121.85]) by hub.freebsd.org (Postfix) with ESMTP id 55A2537B56B for ; Mon, 10 Jul 2000 19:13:35 -0700 (PDT) (envelope-from dmehler22@earthlink.net) Received: from hellraiser (ip254.dayton12.oh.pub-ip.psi.net [38.31.204.254]) by gull.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with SMTP id TAA04636 for ; Mon, 10 Jul 2000 19:13:33 -0700 (PDT) Message-ID: <003301bfeba7$dc9e7060$0200a8c0@hellraiser> Reply-To: "dave" From: "dave" To: Subject: kernel module. Date: Tue, 11 Jul 2000 22:21:16 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0030_01BFEB86.54AAFBE0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4029.2901 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4029.2901 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0030_01BFEB86.54AAFBE0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, Is there any documentation on making a fbsd kernel module or a way = to do it? I've got a linux supported special device with a kernel module = and I was wondering if somehow I could bring it to fbsd? Thanks. Dave. ------=_NextPart_000_0030_01BFEB86.54AAFBE0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
    Is there any = documentation on=20 making a fbsd kernel module or a way to do it? I've got a linux = supported=20 special device with a kernel module and I was wondering if somehow I = could bring=20 it to fbsd?
Thanks.
Dave.
 
------=_NextPart_000_0030_01BFEB86.54AAFBE0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 19:29:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.networkone.net (mail.networkone.net [209.144.112.75]) by hub.freebsd.org (Postfix) with SMTP id 594CC37BA15 for ; Mon, 10 Jul 2000 19:29:51 -0700 (PDT) (envelope-from reader@newsguy.com) Received: (qmail 20550 invoked from network); 11 Jul 2000 02:29:49 -0000 Received: from adsl-117-113.ln.networkone.net (HELO reader.ptw.com) (209.144.117.113) by mail.networkone.net with SMTP; 11 Jul 2000 02:29:49 -0000 Received: (from reader@localhost) by reader.ptw.com (8.9.3/8.9.3) id TAA16334; Mon, 10 Jul 2000 19:29:35 -0700 To: freebsd-questions@FreeBSD.ORG Subject: Re: /dist ... what should be in there? References: <20000710225245.F94380@strontium.scientia.demon.co.uk> From: Harry Putnam In-Reply-To: Ben Smithurst's message of "Mon, 10 Jul 2000 22:52:45 +0100" Date: 10 Jul 2000 19:29:35 -0700 Message-ID: Lines: 21 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ben Smithurst writes: > Paul Herman wrote: > > > On 9 Jul 2000, Harry Putnam wrote: > > > >> Needed to trim down the "/" partition so started looking around for > >> stuff to get rid of or move. I see a directory /dist with nothing in > >> it. Should there be something in it? > > > > Nope it's a mount point. If you delete it, it will come back again > > when you use /stand/sysinstall to install packages via cdrom or nfs... > > And there's no point deleting it, you'll only save about 1K of disk > space... I guess it wasn't clear in my message... I *was* looking for things to delete but only mentioned /dist because it caught my attention from being empty... not as a possible candidate for deletion. When I noticed it was empty I was immediately gripped with the fear that I had inadvertantly deleted something terribly important there. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 19:35:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id E4CEE37BB65 for ; Mon, 10 Jul 2000 19:35:46 -0700 (PDT) (envelope-from jcm@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 13Bptg-000A6C-00 for questions@freebsd.org; Tue, 11 Jul 2000 03:35:44 +0100 Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) id DAA84212 for questions@freebsd.org; Tue, 11 Jul 2000 03:35:40 +0100 (BST) (envelope-from jcm) Date: Tue, 11 Jul 2000 03:35:39 +0100 From: j mckitrick To: questions@freebsd.org Subject: ata delay on booting Message-ID: <20000711033539.A84180@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG during bootup under 4.0 on my laptop, the process freezes after the pccard detection... and takes several seconds before reporting: timeout waiting for intr ata1-slave: identify failed now this obviously isn't a problem, i simply have no slave HD. but is there a way to avoid the delay? everyone is talking about how fast 4.0 boots, but with this delay, mine is less than blzing. thx jm -- ------------------------------------------------------------------- Jonathon McKitrick -- jcm@freebsd-uk.eu.org To Microsoft: "Your tyranny I was part of, is now cracking on every side. Now your own life is in danger. Your Empire is on fire." Front 242 ------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 19:37:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mrs-1.smartworld.net (mrs-1-fix.smartworld.net [216.70.64.24]) by hub.freebsd.org (Postfix) with ESMTP id C0DBA37BBA6 for ; Mon, 10 Jul 2000 19:37:22 -0700 (PDT) (envelope-from cfederico@natca.net) Received: from natca.net (1Cust111.tnt59.chi5.da.uu.net [63.39.62.111]) by mrs-1.smartworld.net (8.9.1a/8.9.1) with ESMTP id WAA08778 for ; Mon, 10 Jul 2000 22:37:30 -0400 (EDT) Message-ID: <396A8842.A034CDCC@natca.net> Date: Mon, 10 Jul 2000 21:36:50 -0500 From: Chris Federico X-Mailer: Mozilla 4.73 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: compatability Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I stumbled across your website and was intrigued by your OS. However, one thing I couldn't find was any mention of compatability with software designed for other OS's. Basically, I'm hoping I can rid myself of Win98 and still run all of my win98 software. Can I? Thanks Chris Federico To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 19:45:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web5503.mail.yahoo.com (web5503.mail.yahoo.com [216.115.106.186]) by hub.freebsd.org (Postfix) with SMTP id 00BEA37B6EA for ; Mon, 10 Jul 2000 19:45:09 -0700 (PDT) (envelope-from chustevens@yahoo.com) Message-ID: <20000711024507.7273.qmail@web5503.mail.yahoo.com> Received: from [207.135.89.234] by web5503.mail.yahoo.com; Mon, 10 Jul 2000 19:45:07 PDT Date: Mon, 10 Jul 2000 19:45:07 -0700 (PDT) From: Chuck Stevens Subject: [Q]: Running FreeBSD as a user process on Solaris. To: freebsd-questions@freebsd.org, freebsd-small@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 Is there a port of FreeBSD that can be run on a Solaris box as a user process? The reason I ask is this will enable me to simulate an embedded system running FreeBSD. The idea is to primarily help in development and debug in a non-native environment until the native environment becomes available. Thanks for any help -CS- __________________________________________________ Do You Yahoo!? Get Yahoo! Mail – Free email you can access from anywhere! http://mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 19:46: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.hutchtel.net (ns1.hutchtel.net [206.9.112.100]) by hub.freebsd.org (Postfix) with ESMTP id B705B37B55B for ; Mon, 10 Jul 2000 19:45:55 -0700 (PDT) (envelope-from jpaetzel@hutchtel.net) Received: from gimpy (hutch-547.hutchtel.net [206.9.112.186]) by ns1.hutchtel.net (8.9.1/8.9.0) with SMTP id VAA32087; Mon, 10 Jul 2000 21:45:52 -0500 (CDT) Message-ID: <000701bfeae2$1ecf16e0$ba7009ce@gimpy> From: "Josh Paetzel" To: Cc: "Guy Gustafson" , "Joe Moshier" Subject: I know it's off-topic, but why is W2K so dumb? Date: Mon, 10 Jul 2000 21:45:32 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to get a cd-rom to work under w2k, and I thought I would try out the on-line troubleshooter, more to see how good it is, but I am fairly new to w2k so I thought that maybe there was something that they had changed in the setup or whatever. Anyways....the troubleshooter asked me a bunch of questions, then it asked me if my Cdrom was on the HCL...(hardware compatability list) with the following helpful hint. Does Windows 2000 support your device? To find out if your device is supported by Windows 2000, check the Windows Hardware Compatibility List (HCL) at the Microsoft Web site (http://www.microsoft.com). Note a.. If you don't have Web access, open the hcl.txt file in the Support folder on your Windows 2000 CD-ROM. You know, if my cd-rom worked, I wouldn't be trying to get it to work, now would I? Josh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 19:57:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.hutchtel.net (ns1.hutchtel.net [206.9.112.100]) by hub.freebsd.org (Postfix) with ESMTP id 704DB37BB47 for ; Mon, 10 Jul 2000 19:57:30 -0700 (PDT) (envelope-from jpaetzel@hutchtel.net) Received: from gimpy (hutch-547.hutchtel.net [206.9.112.186]) by ns1.hutchtel.net (8.9.1/8.9.0) with SMTP id VAA18366; Mon, 10 Jul 2000 21:57:24 -0500 (CDT) Message-ID: <000f01bfeae3$bb69c490$ba7009ce@gimpy> From: "Josh Paetzel" To: "Chris Federico" , References: <396A8842.A034CDCC@natca.net> Subject: Re: compatability Date: Mon, 10 Jul 2000 21:57:18 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Chris Federico" To: Sent: Monday, July 10, 2000 9:36 PM Subject: compatability > I stumbled across your website and was intrigued by your > OS. However, one thing I couldn't find was any mention of > compatability with software designed for other OS's. > Basically, I'm hoping I can rid myself of Win98 and still > run all of my win98 software. Can I? > No. You would have to run Unix software. Now there are a lot of programs that have been ported to unix, like Netscape, Doom, Quake, and so forth, but you would have to reinstall them all. And some programs, such as Microsoft Outlook Express are simply not available for FreeBSD. (As they say about White Castle Hamburgers, "There's just nothing else like it.") I guess what I am trying to say is "upgrading" to Freebsd is not like upgrading from win95 to win98 or anything like that. Josh Josh > Thanks > Chris Federico > > > > 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 Jul 10 20: 3:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.rdc3.on.home.com (ha1.rdc1.tn.home.com [24.2.7.66]) by hub.freebsd.org (Postfix) with ESMTP id C54CE37B804 for ; Mon, 10 Jul 2000 20:03:56 -0700 (PDT) (envelope-from williamsl@home.com) Received: from RELIABLE ([24.4.115.31]) by mail1.rdc3.on.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000711030355.CVCA11295.mail1.rdc3.on.home.com@RELIABLE>; Mon, 10 Jul 2000 20:03:55 -0700 Date: Mon, 10 Jul 2000 23:03:42 -0400 From: Ben Williams X-Mailer: The Bat! (v1.39) Personal Organization: Williams Enterprises X-Priority: 3 (Normal) Message-ID: <19960.000710@home.com> To: Larry Rosenman Cc: Carlton Haycock , freebsd-questions@freebsd.org Subject: Re[2]: ipfilter vs ipfw In-reply-To: <200007110020.e6B0K9U23644@lerami.lerctr.org> References: <200007110020.e6B0K9U23644@lerami.lerctr.org> 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 Will ipmon(8) not do the type of logging you need? --Ben Williams mailto:received@email dot com Quoting Larry Rosenman Monday, July 10, 2000 > Seems that IPFilter does BETTER stateful rules than a "hack" (a friends term) > to IPFW to do dynamic rules. >>From running ipfw for a short time, I've converted over to ipfilter. > I just wish the rc* scripts supported ipfilter better, and that there > was some standard reporting mechanism for the logging output like there > is for ipfw. > Larry Rosenman >> >> Hello, >> >> I am in the process of building a firewall using FreeBsd. I am aware of the firewall >> built into the kernel (ipfw), but I also see alot of people talking about another package >> called IPFILTER. I have seen comments stating that IPFILTER is better, but no one >> has yet to say why or why they prefer it. I would be most appreciative if someone >> could give a brief overview of the differences as far as functionality is concerned. >> I have read the how-to's and stuff on FreeBsd Diary but can find nothing that does >> a comparison of the two. >> >> Thanks, >> Carlton >> >> >> >> >> >> >> >> 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 Jul 10 20:17: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.networkone.net (mail.networkone.net [209.144.112.75]) by hub.freebsd.org (Postfix) with SMTP id 6824937B763 for ; Mon, 10 Jul 2000 20:17:03 -0700 (PDT) (envelope-from reader@newsguy.com) Received: (qmail 2642 invoked from network); 11 Jul 2000 03:17:00 -0000 Received: from adsl-117-113.ln.networkone.net (HELO reader.ptw.com) (209.144.117.113) by mail.networkone.net with SMTP; 11 Jul 2000 03:17:00 -0000 Received: (from reader@localhost) by reader.ptw.com (8.9.3/8.9.3) id UAA16373; Mon, 10 Jul 2000 20:16:50 -0700 To: freebsd-questions@FreeBSD.ORG Subject: disklabel output confusing or meaningless From: Harry Putnam Date: 10 Jul 2000 20:16:50 -0700 Message-ID: Lines: 43 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Coming from a linux background I'm used to using fdisk to get important info such as what device names are attache to what partition. Linux fdisk gives a clear precise output, formated in a sensible easy to read fashion. Usable to write fstab or create mount commands etc. FreeBSD's `fdisk' gives a poorly formatted jumble of information most of which is nearly useless since it is not related to any device names. Just uses a numbering system, completely different than used by the OS. Someone told me to use `disklabel' to get information about disks. Using disklabel -r /dev/ad0s4e ( a recently created `anex' partition) I see what appears to be at best confusing and at worst nonsense information. [...] snip 8 partitions: # size offset fstype [fsize bsize bps/cpg] c: 3213000 0 unused 0 0 # (Cyl. 0 - 199) e: 3213000 0 4.2BSD 1024 8192 16 # (Cyl. 0 - 199) root@satellite / This is one partition but it is reported as 8. Apparentluy two of those 8 are displayed, but wait, they are both at the same offset, span the same cylinders and are the same size. That size is twice what I partitioned. Wait again, one is unused and the other is 4.2bsd. Hopeless gibberish apparently. Is there an aftermarket or ported or whatever util that gives usabel readable information about the disk setup? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 20:22:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id 0DA9D37B763 for ; Mon, 10 Jul 2000 20:22:40 -0700 (PDT) (envelope-from jcm@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 13Bqd4-000AOv-00 for questions@freebsd.org; Tue, 11 Jul 2000 04:22:38 +0100 Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) id EAA84490 for questions@freebsd.org; Tue, 11 Jul 2000 04:22:38 +0100 (BST) (envelope-from jcm) Date: Tue, 11 Jul 2000 04:22:38 +0100 From: j mckitrick To: questions@freebsd.org Subject: mouse settings Message-ID: <20000711042238.A84445@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i have just started using blackbox instead of windowmaker, and it oesn ot seem to have a mouse speed setting. i read the man page on moused, but i didn't find an answer. is there somewhere else i need to go to set my mouse speed and acceleration? jm -- ------------------------------------------------------------------- Jonathon McKitrick -- jcm@freebsd-uk.eu.org To Microsoft: "Your tyranny I was part of, is now cracking on every side. Now your own life is in danger. Your Empire is on fire." Front 242 ------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 20:26: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bowman.scf.orst.edu (bowman.SCF.ORST.EDU [128.193.161.87]) by hub.freebsd.org (Postfix) with ESMTP id 0C01637B763; Mon, 10 Jul 2000 20:25:59 -0700 (PDT) (envelope-from morgan@orst.edu) Received: from localhost (morgan@localhost) by bowman.scf.orst.edu (8.9.3/8.9.3) with ESMTP id UAA11877; Mon, 10 Jul 2000 20:25:55 -0700 X-Authentication-Warning: bowman.scf.orst.edu: morgan owned process doing -bs Date: Mon, 10 Jul 2000 20:25:55 -0700 (PDT) From: andrew morgan X-Sender: morgan@bowman.scf.orst.edu To: Zdenek Radouch Cc: netatalk-admins@umich.edu, freebsd-questions@freebsd.org, freebsd-ports@freebsd.org, stb@freebsd.org Subject: Re: Netatalk on FreeBSD 3.4 In-Reply-To: <200007050614.CAA08971@chmls06.mediaone.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 5 Jul 2000, Zdenek Radouch wrote: > I installed and tried the "netatalk-1.4b2+asun2.1.3" package on FreeBSD 3.4 > (from the 3.4-Release CD set) and did not get very far. The atalkd fails when > doing SIOCADDMULTI (errno 45 Operation not supported), and papd > fails trying to locate libdes.so.3. Quickly looking around, I found tons > of references > to Netatalk related addmulti ioctl errors so I did not pursue this any > further. Sounds like your network card/driver doesn't support multicasting? This may be a problem with any version of netatalk you try to use, unless you only want to run AppleShare over IP (ASIP). > My question is simple. Can someone please tell me what the best > way of getting a working version of Netatalk is - preferably on release 3.4. > Just to be sure, all I did to test this was build a kernel with the NETATALK > support and then I tried to start the daemons (without any config files). Have you tried compiling the latest source files? You can get a tarball from ftp://ftp.cobaltnet.com/pub/users/asun/testing/ I have no idea if these compile cleanly on FreeBSD, so let us know if it works or not. Andy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 20:36: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt052n3e.san.rr.com (dt052n3e.san.rr.com [204.210.33.62]) by hub.freebsd.org (Postfix) with ESMTP id BDB7D37BAD1 for ; Mon, 10 Jul 2000 20:36:01 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (master [10.0.0.2]) by dt052n3e.san.rr.com (8.9.3/8.9.3) with ESMTP id UAA84963 for ; Mon, 10 Jul 2000 20:36:00 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <396A9620.7E272B90@gorean.org> Date: Mon, 10 Jul 2000 20:36:00 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: CD writer + USB suggestions please Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG For a variety of reasons we are getting a CD burner at work. Mostly for compatability (and other) reasons we are going with a USB model. Does anyone have any experience with the following: http://www.ita.sel.sony.com/jump/storage/spressa/product/product_crx100ex2.html# or any other suitable model? High performance is not a requirement so much as durability, reliability and portability (read, we have to be able to use it with windows too). Thanks, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 20:44:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt052n3e.san.rr.com (dt052n3e.san.rr.com [204.210.33.62]) by hub.freebsd.org (Postfix) with ESMTP id A2F9D37BBFC for ; Mon, 10 Jul 2000 20:44:35 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (master [10.0.0.2]) by dt052n3e.san.rr.com (8.9.3/8.9.3) with ESMTP id UAA85161; Mon, 10 Jul 2000 20:44:34 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <396A9821.261D2939@gorean.org> Date: Mon, 10 Jul 2000 20:44:33 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: dave Cc: freebsd-questions@freebsd.org Subject: Re: sudo? References: <000001bfeba0$1a1a7720$0200a8c0@hellraiser> 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: > > Hello, > I'm having difficulties configuring sudo under fbsd 4.0. Are you using the visudo program to edit the sudoers file? If not, that's probably the reason you're having problems. Good luck, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 20:50: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id E523337BB75 for ; Mon, 10 Jul 2000 20:49:48 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e6B3ngx20968; Mon, 10 Jul 2000 20:49:42 -0700 (PDT) Date: Mon, 10 Jul 2000 20:49:42 -0700 From: Alfred Perlstein To: Josh Paetzel Cc: Chris Federico , freebsd-questions@FreeBSD.ORG Subject: Re: compatability Message-ID: <20000710204942.L25571@fw.wintelcom.net> References: <396A8842.A034CDCC@natca.net> <000f01bfeae3$bb69c490$ba7009ce@gimpy> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <000f01bfeae3$bb69c490$ba7009ce@gimpy>; from jpaetzel@hutchtel.net on Mon, Jul 10, 2000 at 09:57:18PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Josh Paetzel [000710 19:58] wrote: > > > I stumbled across your website and was intrigued by your > > OS. However, one thing I couldn't find was any mention of > > compatability with software designed for other OS's. > > Basically, I'm hoping I can rid myself of Win98 and still > > run all of my win98 software. Can I? > > > > No. You would have to run Unix software. Now there are a lot of programs > that have been ported to unix, like Netscape, Doom, Quake, and so forth, but > you would have to reinstall them all. And some programs, such as Microsoft > Outlook Express are simply not available for FreeBSD. (As they say about > White Castle Hamburgers, "There's just nothing else like it.") I guess what > I am trying to say is "upgrading" to Freebsd is not like upgrading from > win95 to win98 or anything like that. You're correct for the most part, however there exists a Windows emulator called Wine that may be able to emulate certain Windows applications: http://www.winehq.com/ Your best bet is to perform a backup of your windows system and try for a dual boot system at first, if you get Wine up and running you can access your Windows/Dos disk and try to run applications in Wine. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 20:52:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id DFC1637BBD0 for ; Mon, 10 Jul 2000 20:52:07 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e6B3q6b21092; Mon, 10 Jul 2000 20:52:06 -0700 (PDT) Date: Mon, 10 Jul 2000 20:52:06 -0700 From: Alfred Perlstein To: dave Cc: freebsd-questions@FreeBSD.ORG Subject: Re: kernel module. Message-ID: <20000710205206.M25571@fw.wintelcom.net> References: <003301bfeba7$dc9e7060$0200a8c0@hellraiser> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <003301bfeba7$dc9e7060$0200a8c0@hellraiser>; from dmehler22@earthlink.net on Tue, Jul 11, 2000 at 10:21:16PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * dave [000710 19:14] wrote: > Hello, > Is there any documentation on making a fbsd kernel module or > a way to do it? I've got a linux supported special device with a > kernel module and I was wondering if somehow I could bring it to > fbsd? Please wrap lines at 70 characters. You can find sources for various loadable drivers here: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev take a look at the 'amr' and 'xl' directories for some examples. FreeBSD also comes with some documentation for writing device drivers: man -k device ought to give you a start. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 21: 6:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fedde.littleton.co.us (fedde.littleton.co.us [216.17.174.44]) by hub.freebsd.org (Postfix) with ESMTP id 0E3AC37BC0C for ; Mon, 10 Jul 2000 21:06:03 -0700 (PDT) (envelope-from cfedde@fedde.littleton.co.us) Received: from fedde.littleton.co.us (localhost [127.0.0.1]) by fedde.littleton.co.us (8.11.0.Beta3/8.11.0.Beta3) with ESMTP id e6B45sI49289; Mon, 10 Jul 2000 22:05:54 -0600 (MDT) Message-Id: <200007110405.e6B45sI49289@fedde.littleton.co.us> To: Harry Putnam Cc: freebsd-questions@FreeBSD.ORG Subject: Re: disklabel output confusing or meaningless In-Reply-To: From: Chris Fedde Date: Mon, 10 Jul 2000 22:05:54 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 10 Jul 2000 20:16:50 -0700 Harry Putnam wrote: +------------------ | Using disklabel -r /dev/ad0s4e ( a recently created | `anex' partition) | | I see what appears to be at best confusing and at worst nonsense | information. | | [...] snip | 8 partitions: | # size offset fstype [fsize bsize bps/cpg] | c: 3213000 0 unused 0 0 # (Cyl. 0 - 199) | e: 3213000 0 4.2BSD 1024 8192 16 # (Cyl. 0 - 199) | root@satellite / +------------------ FreeBSD has a much longer history than Linux, because of this it sometimes reports in what appear to be odd ways. There is a section somewhere in the handbook that goes over this but here is the short of it. Partitions on a disk are named using a letter from "a" to "g". By convention partition c is the whole disk. Size and offset are quoted in blocks of 512 bytes. Fstype is looked up in a table that is defined in /usr/include/sys/disklabel.h. The other columns have to do with file allocation specifics on the disk. Hope this helps chris -- Chris Fedde 303 773 9134 If it's not in the book, and it was not covered in the lecture, then we'll cover it on the test. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 21:10:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 2134E37B633 for ; Mon, 10 Jul 2000 21:10:13 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id XAA20269; Mon, 10 Jul 2000 23:10:09 -0500 (CDT) (envelope-from dan) Date: Mon, 10 Jul 2000 23:10:09 -0500 From: Dan Nelson To: dave Cc: freebsd-questions@FreeBSD.ORG Subject: Re: kernel module. Message-ID: <20000710231009.C19402@dan.emsphone.com> References: <003301bfeba7$dc9e7060$0200a8c0@hellraiser> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.5i In-Reply-To: <003301bfeba7$dc9e7060$0200a8c0@hellraiser>; from "dave" on Tue Jul 11 22:21:16 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Jul 11), dave said: > Is there any documentation on making a fbsd kernel module or a > way to do it? I've got a linux supported special device with a > kernel module and I was wondering if somehow I could bring it to > fbsd? There is a code skeleton for a cdev kld in /usr/share/examples/kld/cdev/ that should help as well. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 21:16:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fedde.littleton.co.us (fedde.littleton.co.us [216.17.174.44]) by hub.freebsd.org (Postfix) with ESMTP id 1EA9D37B83D for ; Mon, 10 Jul 2000 21:16:43 -0700 (PDT) (envelope-from cfedde@fedde.littleton.co.us) Received: from fedde.littleton.co.us (localhost [127.0.0.1]) by fedde.littleton.co.us (8.11.0.Beta3/8.11.0.Beta3) with ESMTP id e6B4GbI49364; Mon, 10 Jul 2000 22:16:37 -0600 (MDT) Message-Id: <200007110416.e6B4GbI49364@fedde.littleton.co.us> To: Chris Federico Cc: freebsd-questions@FreeBSD.ORG Subject: Re: compatability In-Reply-To: <396A8842.A034CDCC@natca.net> From: Chris Fedde Date: Mon, 10 Jul 2000 22:16:37 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 10 Jul 2000 21:36:50 -0500 Chris Federico wrote: +------------------ | I stumbled across your website and was intrigued by your | OS. However, one thing I couldn't find was any mention of | compatability with software designed for other OS's. | Basically, I'm hoping I can rid myself of Win98 and still | run all of my win98 software. Can I? | | Thanks | Chris Federico +------------------ The simple answer? No. The more complex answer. There are lots of interesting options for you once you choose to take the plunge. Like most things in life that are worthwhile, the trip is not a simple one, But the rewards can be enormous. I applaud you for taking the first step. chris -- Chris Fedde To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 21:25:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from indigo.dreamfire.net (indigo.dreamfire.net [207.113.154.29]) by hub.freebsd.org (Postfix) with ESMTP id 1279C37B83D for ; Mon, 10 Jul 2000 21:25:49 -0700 (PDT) (envelope-from sean@dreamfire.net) Received: from valiant.dreamfire.net (valiant.dreamfire.net [24.11.227.21]) by indigo.dreamfire.net (Postfix) with ESMTP id 53C6D9452 for ; Mon, 10 Jul 2000 21:25:48 -0700 (PDT) Received: by valiant.dreamfire.net (Postfix, from userid 1000) id 1ACA0E881F; Mon, 10 Jul 2000 21:23:44 -0700 (PDT) Date: Mon, 10 Jul 2000 21:23:43 -0700 From: Sean-Paul Rees To: questions@freebsd.org Subject: MP3 Streaming Server Message-ID: <20000710212343.A94150@seanrees.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Has anyone set up FreeBSD to do MP3 streaming? I have a FreeBSD box running my NAT router, filesharing, etc. I'd really like to be able to stream my mp3s from home to work. Could anyone offer me some pointers? -- Cheers, Sean Sean-Paul Rees (sean@seanrees.com) Web: http://www.seanrees.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 21:36: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lafontaine.cybercable.fr (lafontaine.cybercable.fr [212.198.0.202]) by hub.freebsd.org (Postfix) with SMTP id CB45237B7AE for ; Mon, 10 Jul 2000 21:35:59 -0700 (PDT) (envelope-from obsidian@cybercable.fr) Received: (qmail 12965120 invoked from network); 11 Jul 2000 04:35:58 -0000 Received: from r223m253.cybercable.tm.fr (HELO cybercable.fr) ([195.132.223.253]) (envelope-sender ) by lafontaine.cybercable.fr (qmail-ldap-1.03) with SMTP for ; 11 Jul 2000 04:35:58 -0000 Message-ID: <396AA4C7.663AD37A@cybercable.fr> Date: Tue, 11 Jul 2000 06:38:31 +0200 From: Saad KADHI Organization: SOFTWAY X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.16 i686) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Q Subject: ipfw: /kernel invalid state and slower connections Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there, I set up a FreeBSD 4.0 release box as a test machine w/ ipfw rules. During an FTP transfer, I receive exactly 27560 bytes of data @ my normal bandwith rate (that is 150kbps approx) after which I start getting the following messages: /kernel: invalid state: 0x1 /kernel: invalid state: 0x0 and at the same time, my connection speed drops to a poor 5kbps ! Apparently there are more 0x1 messages than 0x0. I double-checked my ipfw rules and I don't have any IP rule with keep-state: only TCP (following an archived posting on the FreeBSD site, IP rules w/ keep-state can cause this). It seems that I am not the only one who have this kind of pb (found two other messages on FreeBSD site but no solution). I went thru the FAQs but I didn't get any single hint. Thanks in advance for any help you might provide me w/. -- Saad KADHI -- Security Consultant --------------------------------- "Given enough eyeballs, all bugs are shallow" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 21:47:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.alpha.net.au (mail2.alpha.net.au [203.41.44.8]) by hub.freebsd.org (Postfix) with ESMTP id CFB1C37B7AE for ; Mon, 10 Jul 2000 21:47:38 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from dannyh.freebsd.org (surry-pool-192.alpha.net.au [203.41.44.192] (may be forged)) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id PAA02040; Tue, 11 Jul 2000 15:58:14 +1000 From: Danny To: rob@coombs.anu.edu.au Subject: Re: StarOffice 5.2 Date: Tue, 11 Jul 2000 14:51:41 +1000 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Message-Id: <00071114543102.00326@dannyh.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG - Hello - You can always invest in Applixware 4.2 for FreeBSD - It takes only 15 minutes to install - It allows you to collaborate with *.doc users *.xls users - From your anu.edu.au I can assume you work/study at the Australian National University in Canberra - Therefore you should check out www.everythinglinux.com.au and "invest" in a copy of Applixware On Tue, 11 Jul 2000, Rob Hurle wrote: > StarOffice 5.2 has been released by SUN. For i86 architectures > there are versions for Solaris and for Linux available by download or on > CD from SUN. There is as yet no FreeBSD port for version 5.2 - the > version in /usr/ports is for 5.1, and has an option for loading from the > CD-ROM. > > I am running FreeBSD 4.0 on a pretty standard Intel box (great > system). When I attempt to install StarOffice 5.2 from the CD, we find: > > 1. The script assumes `test` is in /usr/bin/test, so a link needs to be > made from /bin/test: > > cd /usr/bin > ln -s /bin/test > > 2. The install script does not set the library path correctly. I solved > this problem by setting up a temporary directory: > > mkdir /tmp/fdir > cp /cdrom/linux/office52/f_0000 /tmp/fdir > cd /tmp/fdir > unzip f_0000 > setenv LD_LIBRARY_PATH /tmp/fdir > > and then run the install program. > > 3. The base directory that the installation script chooses is: > > /usr/compat/linux > > which is not so crash hot, but this can me moved or relinked after > installation. > > 4. Installation proceeds, but dies at the end as the setup program tries > to "register" libary routines. The log file shows the errors as: > > ERR register component: libctl569li.so : applicat.rdb > ERR UNO exception (libctl569li.so): > > for all of the library files, and the library files are unavailable to > soffice, so it will not run. > > Any ideas? I remember that problems in 1 and 2 (above) came up > with version 5.1, and we discussed solutions in this forum back then > (August last year?). However, this "registration" seems a more difficult > problem - I guess the *.rdb file is some database thing. > > Cheers, > > Rob > ---------------------------------------------------------- > Rob Hurle rob@coombs.anu.edu.au > Connect-A Tel: +61 2 6247 2397 > PO Box 13 Fax: +61 2 6248 8905 > Ainslie ACT 2602 Mobile: 0417 293 603 > Australia > ---------------------------------------------------------- > > > > 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 Jul 10 22: 0:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.sirius.com (mail1.sirius.com [205.134.253.131]) by hub.freebsd.org (Postfix) with ESMTP id 1487837BC31 for ; Mon, 10 Jul 2000 22:00:42 -0700 (PDT) (envelope-from slay@sirius.com) Received: from sirius.com (34-84-127-216.ip.sirius.com [216.127.84.34]) by mail1.sirius.com (8.9.3/8.9.1) with ESMTP id VAA25578 for ; Mon, 10 Jul 2000 21:56:45 -0700 (PDT) Message-ID: <396AA9C8.76A4C105@sirius.com> Date: Mon, 10 Jul 2000 21:59:52 -0700 From: Greg Haa Reply-To: slay@sirius.com X-Mailer: Mozilla 4.5 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: fsinfo and freebsd 3.3 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 2.2 and 2.6. Now I have rebuilt a server that crashed using 3.3. NIS/YP works fine but fsinfo and the automounter system does not. I have maps for all the drives on the 2.2 and 2.6 systems that look like this: fs /dev/sd0s2e { fstype = nfs opts = rw passno = 1; freq = 1; mount default { exportfs "foosball cronos" volname /a/pinball/home/pinball/ } } now I have put the maps for the 3.3 system on and when I run fsinfo to try to build I get "cannot read any input files." I tried putting on the older version of fsinfo but it needs the older libraries libc.XX.3 or something. I have hand written an expoet file that works for the system but am wondering why it won't build with the other servers. If anyone can help that would be great. Also why isn't there anything in the "complete freebsd" about the NIS system. Or am I just blind. Thanks in advance. -greg slay@sirius.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 22: 2:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hecky.it.northwestern.edu (hecky.acns.nwu.edu [129.105.16.51]) by hub.freebsd.org (Postfix) with ESMTP id 88EE537BE1D for ; Mon, 10 Jul 2000 22:02:32 -0700 (PDT) (envelope-from djkanter@northwestern.edu) Received: (from mailnull@localhost) by hecky.it.northwestern.edu (8.8.7/8.8.7) id AAA21760; Tue, 11 Jul 2000 00:02:09 -0500 (CDT) Received: from localhost.localdomain (areca-36-028104.nuts.nwu.edu [165.124.28.104]) by hecky.acns.nwu.edu via smap (V2.0) id xma021204; Tue, 11 Jul 00 00:01:33 -0500 Received: (from david@localhost) by localhost.localdomain (8.9.3/8.9.3) id XAA00463; Mon, 10 Jul 2000 23:17:01 -0500 (CDT) (envelope-from david) Date: Mon, 10 Jul 2000 23:17:00 -0500 From: "David J. Kanter" To: Mark Ovens Cc: FreeBSD questions Subject: Re: Which /dev for "device pcm" in kernel? Message-ID: <20000710231700.A418@localhost.localdomain> Mail-Followup-To: Mark Ovens , FreeBSD questions References: <20000710180337.A39923@localhost.localdomain> <20000711002554.L237@parish> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000711002554.L237@parish>; from mark@dogma.freebsd-uk.eu.org on Tue, Jul 11, 2000 at 12:25:54AM +0100 X-Organization: Northwestern University X-Operating-System: FreeBSD localhost.localdomain 4.0-STABLE FreeBSD 4.0-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jul 11, 2000 at 12:25:54AM +0100, Mark Ovens wrote: > Since your card is found as pcm0 you need snd0 > > # cd /dev && ./MAKEDEV snd0 ---end quoted text--- Thanks. Things are now working but, unfortunately, I have now idea why or how! Perhaps you can help answer these questions. Basically, I started by installing xmms to test whether I could get sound. I then did the MAKEDEV snd0 as you said. I got a /dev/sndstat, but was I supposed to get a /dev/snd0 as well? I didn't. OK, so I rebooted and restarted xmms. The esound driver seems to work without any adjustments. The OSS output driver has a device section. Should this be set this to /dev/sndstat? Basically, my confusion is I was expecting a /dev/snd0 but got a /dev/sndstat and don't understand what's going on. -- David Kanter djkanter@northwestern.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 22: 2:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hecky.it.northwestern.edu (hecky.acns.nwu.edu [129.105.16.51]) by hub.freebsd.org (Postfix) with ESMTP id 5B5DC37B8E6 for ; Mon, 10 Jul 2000 22:02:32 -0700 (PDT) (envelope-from djkanter@northwestern.edu) Received: (from mailnull@localhost) by hecky.it.northwestern.edu (8.8.7/8.8.7) id AAA21757; Tue, 11 Jul 2000 00:02:09 -0500 (CDT) Received: from localhost.localdomain (areca-36-028104.nuts.nwu.edu [165.124.28.104]) by hecky.acns.nwu.edu via smap (V2.0) id xmae21204; Tue, 11 Jul 00 00:01:44 -0500 Received: (from david@localhost) by localhost.localdomain (8.9.3/8.9.3) id UAA47108; Mon, 10 Jul 2000 20:37:25 -0500 (CDT) (envelope-from david) Date: Mon, 10 Jul 2000 20:37:25 -0500 From: "David J. Kanter" To: Mark Ovens Cc: FreeBSD questions Subject: Re: Uninstalling non-English documentation Message-ID: <20000710203725.A46923@localhost.localdomain> Mail-Followup-To: Mark Ovens , FreeBSD questions References: <20000710180653.A39939@localhost.localdomain> <20000711002349.K237@parish> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000711002349.K237@parish>; from mark@dogma.freebsd-uk.eu.org on Tue, Jul 11, 2000 at 12:23:49AM +0100 X-Organization: Northwestern University X-Operating-System: FreeBSD localhost.localdomain 4.0-STABLE FreeBSD 4.0-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jul 11, 2000 at 12:23:49AM +0100, Mark Ovens wrote: > The following in /usr/sup/refuse should do the trick (for the ports > and web pages as well): > > doc/es* doc/fr* doc/ja* doc/nl* doc/ru* doc/zh* > www/es* www/fr* www/ja* www/nl* www/ru* www/zh* > ports/chinese ports/german ports/japanese ports/korean ports/russian > ports/vietnamese ---end quoted text--- Shouldn't the refuse file(s) be: /usr/sup/doc-all/refuse /usr/sup/ports-all/refuse /usr/sup/src-all/refuse That's the impression I get from the cvsup FAQ. -- David Kanter djkanter@northwestern.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 22: 8:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost.iitb.ac.in (mailhost.iitb.ac.in [203.197.74.142]) by hub.freebsd.org (Postfix) with SMTP id 08F6137BCC2 for ; Mon, 10 Jul 2000 22:08:09 -0700 (PDT) (envelope-from chyrag@mitra.cse.iitb.ernet.in) Received: (qmail 32536 invoked from network); 11 Jul 2000 05:16:23 -0000 Received: from mitra.cse.iitb.ernet.in (144.16.111.21) by mailhost.iitb.ac.in with SMTP; 11 Jul 2000 05:16:23 -0000 Received: (from chyrag@localhost) by mitra.cse.iitb.ernet.in (8.9.3/8.8.8) id KAA11774; Tue, 11 Jul 2000 10:35:38 +0530 Date: Tue, 11 Jul 2000 10:35:37 +0530 From: Chirag Kantharia To: sean@seanrees.com Cc: freebsd-questions@freebsd.org Subject: Re: MP3 Streaming Server Message-ID: <20000711103537.A11744@slashetc.net> Reply-To: Chirag Kantharia References: <20000710212343.A94150@seanrees.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3us In-Reply-To: <20000710212343.A94150@seanrees.com> X-Url: http://slashetc.net/chyrag/ X-Alma-Mater: Department of Computer Science and Engg, IIT, Bombay Organization: Trellis Labs (P) Ltd X-Company-Website: http://www.TrellisLabs.com/ X-Phone: +91-22-572-0057 X-Fax: +91-22-572-0022 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jul 10, 2000 at 09:23:43PM -0700, Sean-Paul Rees wrote: | Has anyone set up FreeBSD to do MP3 streaming? I've been using greg stein's edna (http://www.lyra.org/greg/edna/) for mp3 server. Didn't have to "set up" anything though. -- Chirag Kantharia http://slashetc.net/chyrag/ GCS/IT d- s-:->: a? C++++$ UBLS++++$ P++++(++)$ L++ E- W++ N--@ K--- w--- M->-- PE++ PGP->+ R* b+ DI+ D+ G++ e++ h* r-- !z+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 22:11: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from baddog.yi.org (24-216-177-184.hsacorp.net [24.216.177.184]) by hub.freebsd.org (Postfix) with ESMTP id CC79737BD0C for ; Mon, 10 Jul 2000 22:10:58 -0700 (PDT) (envelope-from ahze@wp.cc.nc.us) Received: from slaughter.necro.edu (slaughter.necro.edu [192.168.0.1]) by baddog.yi.org (8.9.3/8.9.3) with ESMTP id BAA00327 for ; Tue, 11 Jul 2000 01:10:30 -0400 (EDT) (envelope-from ahze@wp.cc.nc.us) Message-Id: <200007110510.BAA00327@baddog.yi.org> Date: Tue, 11 Jul 2000 01:10:30 EDT From: Mike Johnson To: questions@freebsd.org Subject: Reboot question.. Reply-To: ahze@wp.cc.nc.us X-Mailer: Spruce 0.6.5 for X11 w/smtpio 0.7.9 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 I have a 66mhz cyrix 12meg ram, running FreeBSD 4.0-20000621-STABLE and it seems to reboot it self about every 5days. is there a reason for this? about the only thing it does is run sendmail , BitchX and micq (about 1/2 the time when there isnt another freebox) is there a reason it would reboot about every 5days? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 22:18:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fedde.littleton.co.us (fedde.littleton.co.us [216.17.174.44]) by hub.freebsd.org (Postfix) with ESMTP id D936837B9AD for ; Mon, 10 Jul 2000 22:18:13 -0700 (PDT) (envelope-from cfedde@fedde.littleton.co.us) Received: from fedde.littleton.co.us (localhost [127.0.0.1]) by fedde.littleton.co.us (8.11.0.Beta3/8.11.0.Beta3) with ESMTP id e6B5IAI72158; Mon, 10 Jul 2000 23:18:10 -0600 (MDT) Message-Id: <200007110518.e6B5IAI72158@fedde.littleton.co.us> To: ahze@wp.cc.nc.us Cc: questions@FreeBSD.ORG Subject: Re: Reboot question.. In-Reply-To: <200007110510.BAA00327@baddog.yi.org> From: Chris Fedde Date: Mon, 10 Jul 2000 23:18:10 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 11 Jul 2000 01:10:30 EDT Mike Johnson wrote: +------------------ | I have a 66mhz cyrix 12meg ram, running FreeBSD 4.0-20000621-STABLE and it | seems to reboot it self about every 5days. is there a reason for this? | about the only thing it does is run sendmail , BitchX and micq (about 1/2 | the time when there isnt another freebox) is there a reason it would reboot | about every 5days? +------------------ Anything interesting in the logs? chris -- Chris Fedde 303 773 9134 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 22:22: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from baddog.yi.org (24-216-177-184.hsacorp.net [24.216.177.184]) by hub.freebsd.org (Postfix) with ESMTP id C04EF37B599 for ; Mon, 10 Jul 2000 22:21:59 -0700 (PDT) (envelope-from ahze@wp.cc.nc.us) Received: from slaughter.necro.edu (slaughter.necro.edu [192.168.0.1]) by baddog.yi.org (8.9.3/8.9.3) with ESMTP id BAA00346; Tue, 11 Jul 2000 01:21:41 -0400 (EDT) (envelope-from ahze@wp.cc.nc.us) Message-Id: <200007110521.BAA00346@baddog.yi.org> Date: Tue, 11 Jul 2000 01:21:40 EDT From: Mike Johnson To: Chris Fedde , ahze@wp.cc.nc.us Cc: questions@FreeBSD.ORG Subject: Re: Reboot question.. Reply-To: ahze@wp.cc.nc.us X-Mailer: Spruce 0.6.5 for X11 w/smtpio 0.7.9 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 actually no , ive looked , Ive disabled 'ctrlaltdel' and no one has used 'su' ive done 'cat /var/log/* | grep reboot' reset halt etc , and ive read over the logs and nothing looks weird. and the power button doesnt work. I dunno im gonna go over 'em again On Mon, 10 Jul 2000, Chris Fedde wrote: > Date: Mon, 10 Jul 2000 23:18:10 -0600 > To: ahze@wp.cc.nc.us > From: Chris Fedde > Subject: Re: Reboot question.. > > On Tue, 11 Jul 2000 01:10:30 EDT Mike Johnson wrote: > +------------------ > | I have a 66mhz cyrix 12meg ram, running FreeBSD 4.0-20000621-STABLE > and it > | seems to reboot it self about every 5days. is there a reason for this? > | about the only thing it does is run sendmail , BitchX and micq (about > 1/2 > | the time when there isnt another freebox) is there a reason it would > reboot > | about every 5days? > +------------------ > > Anything interesting in the logs? > > chris > > -- > Chris Fedde > 303 773 9134 > > > 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 Jul 10 22:43:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id A289537B675 for ; Mon, 10 Jul 2000 22:43:10 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Received: from localhost (lplist@localhost) by q.closedsrc.org (8.10.2/8.10.2) with ESMTP id e6B5gGO89956; Mon, 10 Jul 2000 22:42:17 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Date: Mon, 10 Jul 2000 22:42:16 -0700 (PDT) From: Linh Pham To: Sean-Paul Rees Cc: questions@FreeBSD.ORG Subject: Re: MP3 Streaming Server In-Reply-To: <20000710212343.A94150@seanrees.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 can use icecast, which is in the Ports Collection, to stream MP3s from your FreeBSD machine. It works like Shoutcast. I think there is also a Linux and/or FreeBSD build of Shoutcast available as well. // Linh Pham // // Proud supporter of FreeBSD and OpenBSD // FreeBSD - http://www.freebsd.org // OpenBSD - http://www.openbsd.org /* "Oregon, n.: Eighty billion gallons of water with no place to go on Saturday night." */ On Mon, 10 Jul 2000, Sean-Paul Rees wrote: > Has anyone set up FreeBSD to do MP3 streaming? > > I have a FreeBSD box running my NAT router, filesharing, etc. I'd really like > to be able to stream my mp3s from home to work. > > Could anyone offer me some pointers? > > -- > Cheers, > Sean > > Sean-Paul Rees (sean@seanrees.com) > Web: http://www.seanrees.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 22:47:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id 9864437B588 for ; Mon, 10 Jul 2000 22:47:17 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Received: from localhost (lplist@localhost) by q.closedsrc.org (8.10.2/8.10.2) with ESMTP id e6B5kG489972; Mon, 10 Jul 2000 22:46:16 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Date: Mon, 10 Jul 2000 22:46:16 -0700 (PDT) From: Linh Pham To: Mike Johnson Cc: Chris Fedde , questions@FreeBSD.ORG Subject: Re: Reboot question.. In-Reply-To: <200007110521.BAA00346@baddog.yi.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 Could it be a problem with the motherboard, RAM, processor, power supply? I know I had a problem with my workstation at home (albeit it's a dual processor workstation with several 7200RPM EIDE drives and 10K RPM SCSI drives, 2xVoodoo2 cards, etc.) where it will randomly blank out the screen. I pulled out both Voodoo2 cards the problem has virtually disappeared. I think the problem in my case was that my power supply could not pump out enough power to power everything. Also make sure that everything is seated in correctly and that you don't have any peripherals or equipment running too hot. // Linh Pham // // Proud supporter of FreeBSD and OpenBSD // FreeBSD - http://www.freebsd.org // OpenBSD - http://www.openbsd.org /* "Oregon, n.: Eighty billion gallons of water with no place to go on Saturday night." */ On Tue, 11 Jul 2000, Mike Johnson wrote: > > actually no , ive looked , Ive disabled 'ctrlaltdel' and no one has used > 'su' ive done 'cat /var/log/* | grep reboot' reset halt etc , and ive read > over the logs and nothing looks weird. and the power button doesnt work. I > dunno im gonna go over 'em again > On Mon, 10 Jul 2000, Chris Fedde wrote: > > Date: Mon, 10 Jul 2000 23:18:10 -0600 > > To: ahze@wp.cc.nc.us > > From: Chris Fedde > > Subject: Re: Reboot question.. > > > > On Tue, 11 Jul 2000 01:10:30 EDT Mike Johnson wrote: > > +------------------ > > | I have a 66mhz cyrix 12meg ram, running FreeBSD 4.0-20000621-STABLE > > and it > > | seems to reboot it self about every 5days. is there a reason for this? > > | about the only thing it does is run sendmail , BitchX and micq (about > > 1/2 > > | the time when there isnt another freebox) is there a reason it would > > reboot > > | about every 5days? > > +------------------ > > > > Anything interesting in the logs? > > > > chris > > > > -- > > Chris Fedde > > 303 773 9134 > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 22:54:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from baddog.yi.org (24-216-177-184.hsacorp.net [24.216.177.184]) by hub.freebsd.org (Postfix) with ESMTP id 4238E37B588 for ; Mon, 10 Jul 2000 22:54:12 -0700 (PDT) (envelope-from ahze@wp.cc.nc.us) Received: from slaughter.necro.edu (slaughter.necro.edu [192.168.0.1]) by baddog.yi.org (8.9.3/8.9.3) with ESMTP id BAA00398; Tue, 11 Jul 2000 01:53:39 -0400 (EDT) (envelope-from ahze@wp.cc.nc.us) Message-Id: <200007110553.BAA00398@baddog.yi.org> Date: Tue, 11 Jul 2000 01:53:38 EDT From: Mike Johnson To: Linh Pham , Mike Johnson Cc: Chris Fedde , questions@FreeBSD.ORG Subject: Re: Reboot question.. Reply-To: ahze@wp.cc.nc.us X-Mailer: Spruce 0.6.5 for X11 w/smtpio 0.7.9 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 the only thing i see in the log is Jul 10 22:36:40 baddog syslogd: exiting on signal 15 Im guessing its probly a hardware problem maybe? .. thanks =) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 22:55:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f127.law10.hotmail.com [64.4.15.127]) by hub.freebsd.org (Postfix) with SMTP id 93AE137BE91 for ; Mon, 10 Jul 2000 22:55:28 -0700 (PDT) (envelope-from ricbalda@hotmail.com) Received: (qmail 71923 invoked by uid 0); 11 Jul 2000 05:55:23 -0000 Message-ID: <20000711055523.71922.qmail@hotmail.com> Received: from 200.31.30.1 by www.hotmail.com with HTTP; Mon, 10 Jul 2000 22:55:23 PDT X-Originating-IP: [200.31.30.1] From: "Ricardo Balda" To: freebsd-questions@FreeBSD.ORG Subject: part1 part2 Date: Tue, 11 Jul 2000 05:55:23 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG which command concatenat the part1 and part2 ISO-IMAGE thanks ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail 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 Jul 10 22:58:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from thor.oit.pdx.edu (thor.oit.pdx.edu [131.252.120.40]) by hub.freebsd.org (Postfix) with ESMTP id 275F237B77C for ; Mon, 10 Jul 2000 22:58:46 -0700 (PDT) (envelope-from matt@prognostikos.com) Received: from gere.odin.pdx.edu (gere.odin.pdx.edu [131.252.120.42]) by thor.oit.pdx.edu (8.9.3/8.9.3) with ESMTP id WAA23663 for ; Mon, 10 Jul 2000 22:58:45 -0700 (PDT) Received: from localhost (rohrer@localhost) by gere.odin.pdx.edu (8.9.3/8.9.3) with ESMTP id WAA26075 for ; Mon, 10 Jul 2000 22:58:45 -0700 (PDT) X-Authentication-Warning: gere.odin.pdx.edu: rohrer owned process doing -bs Date: Mon, 10 Jul 2000 22:58:45 -0700 (PDT) From: Matt Rohrer X-Sender: rohrer@gere.odin.pdx.edu To: freebsd-questions@freebsd.org Subject: SCSI parity 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 I just brought up my server after a power outage (it was planned and thus shutdown properly) and found troubling messages in my logs. If anyone has advice, I'd be happy to hear it. Everything seems to be working, but I'd like to fix the problem. Logs follow: Jul 10 10:02:35 classes /kernel: Waiting 15 seconds for SCSI devices to settle Jul 10 10:02:35 classes /kernel: sym0: SCSI parity error detected: SCR1=1 DBC=b0 00000 SBCL=2b Jul 10 10:02:35 classes /kernel: (noperiph:sym0:0:-1:-1): SCSI BUS reset detecte d. Jul 10 10:02:35 classes /kernel: (probe4:sym0:0:4:0): phase change 2-3 6@0fb9536 8 resid=5. Jul 10 10:02:35 classes /kernel: sym0: SCSI parity error detected: SCR1=1 DBC=b0 00000 SBCL=2b Jul 10 10:02:35 classes /kernel: sym0: unexpected disconnect Jul 10 10:02:35 classes /kernel: (probe4:sym0:0:4:0): phase change 2-3 6@0fb9536 8 resid=5. Jul 10 10:02:35 classes /kernel: sym0: SCSI parity error detected: SCR1=1 DBC=b0 00000 SBCL=2b Jul 10 10:02:35 classes /kernel: sym0: unexpected disconnect Jul 10 10:02:35 classes /kernel: (probe4:sym0:0:4:0): phase change 2-3 6@0fb9536 8 resid=5. Jul 10 10:02:35 classes /kernel: sym0: SCSI parity error detected: SCR1=1 DBC=b0 00000 SBCL=2b Jul 10 10:02:35 classes /kernel: sym0: unexpected disconnect Jul 10 10:02:35 classes /kernel: (probe4:sym0:0:4:0): phase change 2-3 6@0fb9536 8 resid=5. Jul 10 10:02:35 classes /kernel: sym0: SCSI parity error detected: SCR1=1 DBC=b0 00000 SBCL=2b Jul 10 10:02:35 classes /kernel: sym0: unexpected disconnect Jul 10 10:02:35 classes /kernel: (probe4:sym0:0:4:0): phase change 2-3 6@0fb9536 8 resid=5. Jul 10 10:02:35 classes /kernel: sym0: SCSI parity error detected: SCR1=1 DBC=b0 00000 SBCL=2b Jul 10 10:02:35 classes /kernel: sym0: unexpected disconnect TIA. - Matt -- --------------------------------------------------------------- Matt Rohrer matt@prognostikos.com http://prognostikos.com --------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 23:10:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from anarchy.io.com (anarchy.io.com [199.170.88.101]) by hub.freebsd.org (Postfix) with ESMTP id D145637BDB6 for ; Mon, 10 Jul 2000 23:10:04 -0700 (PDT) (envelope-from mcerha@eris.io.com) Received: from deliverator.io.com (root@deliverator.io.com [199.170.88.17]) by anarchy.io.com (8.9.3/8.9.3) with ESMTP id BAA18237 for ; Tue, 11 Jul 2000 01:10:03 -0500 Received: from eris.io.com (IDENT:mcerha@eris.io.com [199.170.88.11]) by deliverator.io.com (8.9.3/8.9.3) with ESMTP id BAA28254 for ; Tue, 11 Jul 2000 01:10:01 -0500 Received: (from mcerha@localhost) by eris.io.com (8.8.7/8.8.7) id BAA04611 for freebsd-questions@freebsd.org; Tue, 11 Jul 2000 01:10:00 -0500 Date: Tue, 11 Jul 2000 01:10:00 -0500 From: Matthew Cerha To: freebsd-questions@freebsd.org Subject: Support for the 3ware IDE RAID Controllers Message-ID: <20000711011000.A4585@io.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Intergalactic Mail Mangler 1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I was wondering if anyone had looked into support for the 3Ware IDE RAID controllers available at http://www.3ware.com. They have open-source drivers available and supported under Linux. Just curious. --mtc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 23:41:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.sdca.home.com (ha1.rdc1.sdca.home.com [24.0.3.66]) by hub.freebsd.org (Postfix) with ESMTP id 18D1037BCFE for ; Mon, 10 Jul 2000 23:41:41 -0700 (PDT) (envelope-from larry@home.com) Received: from cx408168-b.escnd1.sdca.home.com ([24.20.227.61]) by mail.rdc1.sdca.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20000711064140.WEG11127.mail.rdc1.sdca.home.com@cx408168-b.escnd1.sdca.home.com>; Mon, 10 Jul 2000 23:41:40 -0700 Date: Mon, 10 Jul 2000 23:42:32 -0700 (PDT) From: Lawrence Sica X-Sender: larry@cx408168-b.escnd1.sdca.home.com To: dave Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sudo? In-Reply-To: <000001bfeba0$1a1a7720$0200a8c0@hellraiser> Message-ID: 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, 11 Jul 2000, dave wrote: > Hello, > I'm having difficulties configuring sudo under fbsd 4.0. My > problem is with the format of the sudoers file. I've got a user > myself, which I've given all access to for testing purposes. I then > create a test user, adding him to the identical lines as myself, again > giving him full access, all of which works. When I try to limit the > test user's access to perform only one or two commands I get the > message that the test user is not allowed to run on the host. Any > ideas? Thanks. Dave. Your 100% sure the line is the same? Try sudo -l to see what commands it thinks it can list. What is the exact error message? > > Lawrence Sica lsica1@home.com larry@interactivate.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jul 10 23:58: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from penguin.prod.itd.earthlink.net (penguin.prod.itd.earthlink.net [207.217.120.134]) by hub.freebsd.org (Postfix) with ESMTP id 3FA0737B605 for ; Mon, 10 Jul 2000 23:57:58 -0700 (PDT) (envelope-from cjc@pool0025.cvx21-bradley.dialup.earthlink.net) Received: from pool0025.cvx21-bradley.dialup.earthlink.net (pool0304.cvx20-bradley.dialup.earthlink.net [209.179.251.49]) by penguin.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id XAA19764; Mon, 10 Jul 2000 23:57:56 -0700 (PDT) Received: (from cjc@localhost) by pool0025.cvx21-bradley.dialup.earthlink.net (8.9.3/8.9.3) id XAA00623; Mon, 10 Jul 2000 23:46:20 -0700 (PDT) Date: Mon, 10 Jul 2000 23:46:19 -0700 From: "Crist J. Clark" To: Harry Putnam Cc: freebsd-questions@FreeBSD.ORG Subject: Re: disklabel output confusing or meaningless Message-ID: <20000710234618.C182@dialin-client.earthlink.net> Reply-To: cjclark@alum.mit.edu References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from reader@newsguy.com on Mon, Jul 10, 2000 at 08:16:50PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jul 10, 2000 at 08:16:50PM -0700, Harry Putnam wrote: > > Coming from a linux background I'm used to using fdisk to get > important info such as what device names are attache to what partition. > > Linux fdisk gives a clear precise output, formated in a sensible easy > to read fashion. Usable to write fstab or create mount commands etc. > > FreeBSD's `fdisk' gives a poorly formatted jumble of information most of > which is nearly useless since it is not related to any device names. > Just uses a numbering system, completely different than used by the > OS. It gives information about the Microsoft style partition table in the same format the Microsoft's fdisk does. Since MS-style partitions, a.k.a. slices, are Microsoft artifacts and not native to a UNIX-style system, using the MS nomenclature seems logical to me. Conversion to FreeBSD slices is straightforward, MS partition - 1 = FreeBSD slice > Someone told me to use `disklabel' to get information about disks. That will tell you about partitions on disks. > Using disklabel -r /dev/ad0s4e ( a recently created > `anex' partition) > > I see what appears to be at best confusing and at worst nonsense > information. Hmmm... > [...] snip > 8 partitions: > # size offset fstype [fsize bsize bps/cpg] > c: 3213000 0 unused 0 0 # (Cyl. 0 - 199) > e: 3213000 0 4.2BSD 1024 8192 16 # (Cyl. 0 - 199) > root@satellite / > > > This is one partition but it is reported as 8. Reported as 8? I see two. There are eight possible partitions. > Apparentluy two of those 8 are displayed, but wait, they are both at > the same offset, span the same cylinders and are the same size. That > size is twice what I partitioned. > > Wait again, one is unused and the other is 4.2bsd. > > Hopeless gibberish apparently. No, well documented and precise information. From disklabel(8), All disklabel forms require a disk device name, which should always be the raw "complete" (or "c") partition, for example /dev/rda0c. disklabel understands the abbreviation da0, which it converts internally to /dev/rda0c. The second entry is for a piece of the whole disk and may be used for a filesystem, swap, vinum partition, etc. In this case, there is only one UFS partiton using the whole disk. > Is there an aftermarket or ported or whatever util that gives usabel > readable information about the disk setup? Looks quite readable. RTFM for the details. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 0: 9:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.nwlink.com (smtp.nwlink.com [209.20.130.57]) by hub.freebsd.org (Postfix) with ESMTP id D533337B8E6 for ; Tue, 11 Jul 2000 00:09:49 -0700 (PDT) (envelope-from jcwells@nwlink.com) Received: from utah (jcwells@utah.nwlink.com [209.20.130.41]) by smtp.nwlink.com (8.9.3/8.9.3) with SMTP id AAA25647; Tue, 11 Jul 2000 00:09:47 -0700 (PDT) Date: Tue, 11 Jul 2000 00:21:35 -0700 (PDT) From: "Jason C. Wells" X-Sender: jcwells@utah To: Praveen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <09784044E77FD311B7B8009027B0D5DDA7C0@COSERVE-BDC1> Message-ID: 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, 10 Jul 2000, Praveen wrote: > The webserver on freebsd is down. > How to start it manually > > Thank you > Praveen Assuming you are using apache, run... # apachectl start or # httpdctl start or # httpsdctl start or # /usr/local/etc/rc.d/apache.sh or Whatever it happens to be on your box. These are just some idead to get you started. Thank you, Jason C. Wells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 0:16:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.nwlink.com (smtp.nwlink.com [209.20.130.57]) by hub.freebsd.org (Postfix) with ESMTP id 7BC2E37B91E for ; Tue, 11 Jul 2000 00:16:10 -0700 (PDT) (envelope-from jcwells@nwlink.com) Received: from utah (jcwells@utah.nwlink.com [209.20.130.41]) by smtp.nwlink.com (8.9.3/8.9.3) with SMTP id AAA26377; Tue, 11 Jul 2000 00:16:08 -0700 (PDT) Date: Tue, 11 Jul 2000 00:27:56 -0700 (PDT) From: "Jason C. Wells" X-Sender: jcwells@utah To: Jeremy Warner Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Restricting Shell access? In-Reply-To: <004601bfea9d$09444f60$1001a8c0@northwesttechnical.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, 10 Jul 2000, Jeremy Warner wrote: > How would I go about restricting shell access to a users Home directory? Use some incantation of chroot or the new jail. More than that I cannot add as I have never done either. Thank you, Jason C. Wells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 0:20:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc2.bc.home.com (ha1.rdc2.bc.wave.home.com [24.2.10.68]) by hub.freebsd.org (Postfix) with ESMTP id 2C28237BD1E for ; Tue, 11 Jul 2000 00:20:05 -0700 (PDT) (envelope-from mackinnon.m@home.com) Received: from cr347779-a.home.com ([24.115.89.146]) by mail1.rdc2.bc.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20000711065429.NTUP10910.mail1.rdc2.bc.home.com@cr347779-a.home.com> for ; Mon, 10 Jul 2000 23:54:29 -0700 Message-Id: <4.3.0.20070711000753.00a86220@mail> X-Sender: mackinnon.m@mail X-Mailer: QUALCOMM Windows Eudora Version 4.3 Date: Wed, 11 Jul 2007 00:10:46 -0700 To: freebsd-questions@freebsd.org From: Michael MacKinnon Subject: CD Writers over a network? In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there, I've got a network with a Win98 machine and a FreeBSD machine. I want to be able to use my CD-RW drive from both machines. Is there a way to have the CD Writer in my Win98 machine and write to it from FreeBSD? Or is there a way to have the CD Writer in my FreeBSD machine and write to it from Win98? Any help would be appreciated... Thanks, Michael MacKinnon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 0:27:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from merlin.prod.itd.earthlink.net (merlin.prod.itd.earthlink.net [207.217.120.156]) by hub.freebsd.org (Postfix) with ESMTP id 1125837BD0E for ; Tue, 11 Jul 2000 00:27:42 -0700 (PDT) (envelope-from cjc@pool0290.cvx21-bradley.dialup.earthlink.net) Received: from pool0290.cvx21-bradley.dialup.earthlink.net (pool0290.cvx21-bradley.dialup.earthlink.net [209.179.193.35]) by merlin.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id AAA24386 for ; Tue, 11 Jul 2000 00:27:39 -0700 (PDT) Received: (from cjc@localhost) by pool0290.cvx21-bradley.dialup.earthlink.net (8.9.3/8.9.3) id AAA00759 for freebsd-questions@freebsd.org; Tue, 11 Jul 2000 00:25:59 -0700 (PDT) Date: Tue, 11 Jul 2000 00:25:58 -0700 From: "Crist J. Clark" To: freebsd-questions@freebsd.org Subject: Having ppp(8) Set Hostname Message-ID: <20000711002558.D182@dialin-client.earthlink.net> Reply-To: cjclark@alum.mit.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My mail forwarding recently stopped working unless my PC has a valid hostname. I am trying to get ppp(8) to set the hostname automatically... but it turning out to be a lot harder than I thought. I am trying to get it done in a ppp.linkup, EarthLink: shell /root/sethostfromip MYADDR !bg /usr/sbin/sendmail -q !bg su cjc -c /usr/local/bin/fetchmail The script 'sethostfromip' does a reverse-lookup of MYADDR and tries to set the hostname accordingly (yeah, a quick program would probably be better, but I'm lazy), if [ expr $1 : '[0-9]*\.[0-9]*\.[0-9]*\.[0-9]*' > /dev/null 2>&1 ]; then IP=$1 else IP=`ifconfig tun0 | awk '/inet/ { print $2 }'` fi HOSTNAME=`nslookup $IP | awk '/^Name:/ { print $2 }'` hostname $HOSTNAME However, the nslookup keeps failing and neither the sendmail or fetchmail runs very reliably. Here the stderr output from the sethostfromip when I wake up the PPP connection right now, *** Can't find server name for address 207.217.126.81: Timed out *** Can't find server name for address 207.217.77.82: Timed out *** Default servers are not available Here is the ppp.log showing those actually being run, Jul 11 00:22:31 dialin-client ppp[58]: tun0: Command: EarthLink: shell /root/sethostfromip MYADDR Jul 11 00:23:03 dialin-client ppp[58]: tun0: Command: EarthLink: !bg /usr/sbin/sendmail -q Jul 11 00:23:03 dialin-client ppp[58]: tun0: Command: EarthLink: !bg su cjc -c /usr/local/bin/fetchmail Others must be setting new hostname when they do a dialup, right? How do you do it? I'm suprised it's not an option built into ppp... Or is it and I have not managed to find it? -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 0:43:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from vindaloo.allsolutions.com.au (vindaloo.allsolutions.com.au [203.111.24.54]) by hub.freebsd.org (Postfix) with ESMTP id C5C4F37B868 for ; Tue, 11 Jul 2000 00:43:19 -0700 (PDT) (envelope-from David_May@allsolutions.com.au) Received: from ASPerth1.allsolutions.com.au (aspns.internal [192.9.200.250]) by vindaloo.allsolutions.com.au (8.9.3/8.9.3) with SMTP id PAA68802 for ; Tue, 11 Jul 2000 15:43:13 +0800 (WST) (envelope-from David_May@allsolutions.com.au) Received: by ASPerth1.allsolutions.com.au(Lotus SMTP MTA v1.2 (600.1 3-26-1998)) id 48256919.002A7DB8 ; Tue, 11 Jul 2000 15:44:06 +0800 X-Lotus-FromDomain: ALL SOLUTIONS From: "David May" To: freebsd-questions@FreeBSD.ORG Message-ID: <48256919.00290C30.00@ASPerth1.allsolutions.com.au> Date: Tue, 11 Jul 2000 15:44:00 +0800 Subject: [Q] What does this puzzling message from routed mean? Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I sometimes see messages like the following when I monitor messages from routed: RTM_LOSING: Kernel Suspects Partitioning: len 124, pid: 0, seq 0, \ errno 0, flags: locks: inits: sockaddrs: 207.46.130.45 204.216.27.18 I am running FreeBSD 3.2-RELEASE and there is nothing apparently wrong with the operation of the system. What does this message mean? Should I be concerned? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 1:15:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from adsl-63-194-112-53.dsl.snlo01.pacbell.net (adsl-63-194-112-53.dsl.snlo01.pacbell.net [63.194.112.53]) by hub.freebsd.org (Postfix) with SMTP id 99CE437B76D for ; Tue, 11 Jul 2000 01:15:30 -0700 (PDT) (envelope-from bsd@info-logix.com) Received: (qmail 32214 invoked from network); 11 Jul 2000 08:18:53 -0000 Received: from unknown (HELO ibix) (192.168.1.3) by adsl-63-194-112-53.dsl.snlo01.pacbell.net with SMTP; 11 Jul 2000 08:18:53 -0000 From: "Hank Wethington" To: , Subject: RE: Having ppp(8) Set Hostname Date: Tue, 11 Jul 2000 01:14:16 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 In-Reply-To: <20000711002558.D182@dialin-client.earthlink.net> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is probably a bad place to say so, but instead of having you machine try to send mail when using earhtlink, just use E-links mail servers, they allow open relay. Of course if you are sending to someone who black lists e-link then your stuck with your method. Normally when doing a reverse dns lookup, it is not just looking for the ip, since it can be spoofed, but the host name to match the ip. i.e. adsl-63-194-112-63.dsl.snlo01.pacbell.net Not sure what it would be for e-link though. Hank -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Crist J. Clark Sent: Tuesday, July 11, 2000 12:26 AM To: freebsd-questions@freebsd.org Subject: Having ppp(8) Set Hostname My mail forwarding recently stopped working unless my PC has a valid hostname. I am trying to get ppp(8) to set the hostname automatically... but it turning out to be a lot harder than I thought. I am trying to get it done in a ppp.linkup, EarthLink: shell /root/sethostfromip MYADDR !bg /usr/sbin/sendmail -q !bg su cjc -c /usr/local/bin/fetchmail The script 'sethostfromip' does a reverse-lookup of MYADDR and tries to set the hostname accordingly (yeah, a quick program would probably be better, but I'm lazy), if [ expr $1 : '[0-9]*\.[0-9]*\.[0-9]*\.[0-9]*' > /dev/null 2>&1 ]; then IP=$1 else IP=`ifconfig tun0 | awk '/inet/ { print $2 }'` fi HOSTNAME=`nslookup $IP | awk '/^Name:/ { print $2 }'` hostname $HOSTNAME However, the nslookup keeps failing and neither the sendmail or fetchmail runs very reliably. Here the stderr output from the sethostfromip when I wake up the PPP connection right now, *** Can't find server name for address 207.217.126.81: Timed out *** Can't find server name for address 207.217.77.82: Timed out *** Default servers are not available Here is the ppp.log showing those actually being run, Jul 11 00:22:31 dialin-client ppp[58]: tun0: Command: EarthLink: shell /root/sethostfromip MYADDR Jul 11 00:23:03 dialin-client ppp[58]: tun0: Command: EarthLink: !bg /usr/sbin/sendmail -q Jul 11 00:23:03 dialin-client ppp[58]: tun0: Command: EarthLink: !bg su cjc -c /usr/local/bin/fetchmail Others must be setting new hostname when they do a dialup, right? How do you do it? I'm suprised it's not an option built into ppp... Or is it and I have not managed to find it? -- Crist J. Clark cjclark@alum.mit.edu 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 Jul 11 1:55: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from vega.uli.it (vega.uli.it [62.212.0.2]) by hub.freebsd.org (Postfix) with ESMTP id 33E3637BE8D for ; Tue, 11 Jul 2000 01:55:06 -0700 (PDT) (envelope-from olgeni@uli.it) Received: from olgeni.uli.it (olgeni.uli.it [62.212.0.22]) by vega.uli.it (Postfix) with ESMTP id 3115E3B00C for ; Tue, 11 Jul 2000 10:54:57 +0200 (CEST) Date: Tue, 11 Jul 2000 10:55:41 +0200 (CEST) From: Jimmy Olgeni X-Sender: olgeni@olgeni.localdomain.net To: freebsd-questions@freebsd.org Subject: large IDE raid Message-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 world, I'm a clueless FreeBSD newbie with some linux experience. I have to set up a large RAID for a somewhat big mail/http server for an ISP (~500GB, "internet free mail"), and my company was looking into raidzone, that is, a RAID made of inexpensive IDE drives with a custom PCI controller. Raidzone supports linux and NT only, and it looks like they don't give away the driver source code, so it can't easily be ported to *BSD. Do you know of any similar products that support *BSD? Should I get a clue and push for real SCSI? Should I use a hardware RAID controller, or vinum? Are there any known "strange" interactions between vinum, quotas and softupdates? Any help is really welcome. bye, Jimmy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 2: 7:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ducky.nz.freebsd.org (chilled.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id 9BC3E37B5CC for ; Tue, 11 Jul 2000 02:07:52 -0700 (PDT) (envelope-from dan@freebsddiary.org) Received: from wocker (wocker.int.nz.freebsd.org [192.168.0.99]) by ducky.nz.freebsd.org (8.9.3/8.9.3) with ESMTP id VAA68536 for ; Tue, 11 Jul 2000 21:07:50 +1200 (NZST) From: "Dan Langille" Organization: The FreeBSD Diary To: freebsd-questions@freebsd.org Date: Tue, 11 Jul 2000 21:07:48 +1200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: how to create a VPN with 4.0 Reply-To: dan@freebsddiary.org Message-ID: <396B8CA4.10393.1CD94BE5@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've been trying to figure out how to create a VPN now that I have some spare boxes running 4.0. I've found IPSEC and IPSEC_ESP in LINT, but I'm now I'm trying to locate a how-to. Are there any? Or am I going to be the first to write one? The only thing I've found so far is man ipsec. FYI: The FreeBSD boxes will be gateways for offices. They will be connected to a router which does NAT. I have a feeling that NAT will be a problem with authentication/verification. cheers. -- Dan Langille - DVL Software Limited FreshPorts - http://freshports.org/ - the place for ports well, it was the place for ports. But because of a stuff up, it's http://freshports.freebsddiary.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 3:36:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.omn.net (atlantis.omn.net [212.158.68.2]) by hub.freebsd.org (Postfix) with ESMTP id 5D87437B7DD for ; Tue, 11 Jul 2000 03:36:38 -0700 (PDT) (envelope-from steve@enets.co.uk) Received: from enets.co.uk (sabre3.sja.co.uk [212.158.68.7]) by mail.omn.net (8.10.1/8.10.1/Omnitech-2.0.0) with ESMTP id e6BBcqc07622 for ; Tue, 11 Jul 2000 11:38:55 GMT Message-ID: <396AF874.5CDB05B1@enets.co.uk> Date: Tue, 11 Jul 2000 11:35:32 +0100 From: Steve Abraham Reply-To: steve@enets.co.uk Organization: eNets Ltd X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; I) X-Accept-Language: en MIME-Version: 1.0 To: questions Subject: Quota 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 anyway I can get the adduser script to automatically add a basic disk quota, i.e. 10Mb, to all users added to the system? Regards, Steve. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- FREE LOCAL RATE DIALUP INTERNET ACCESS Now available nationwide Ask for details, or visit http://www.freedialups.com -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Steve Abraham eNets Ltd UK steve (at) enets.co.uk http://www.eNets.ltd.uk T: +44 (0)1463 861311 F: +44 (0)8702 840220 M: +44 (0)7770 332765 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 4:31:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from draenor.org (draenor.org [196.36.119.129]) by hub.freebsd.org (Postfix) with ESMTP id 5F4F437B95B for ; Tue, 11 Jul 2000 04:31:26 -0700 (PDT) (envelope-from marcs@draenor.org) Received: from marcs by draenor.org with local (Exim 3.15 #1) id 13ByEQ-0009wr-00; Tue, 11 Jul 2000 13:29:42 +0200 Date: Tue, 11 Jul 2000 13:29:42 +0200 From: Marc Silver To: Steve Abraham Cc: questions Subject: Re: Quota Message-ID: <20000711132942.J37276@draenor.org> References: <396AF874.5CDB05B1@enets.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <396AF874.5CDB05B1@enets.co.uk>; from steve@enets.co.uk on Tue, Jul 11, 2000 at 11:35:32AM +0100 X-Operating-System: FreeBSD 4.0-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Not really, but what you could do is set up a group quota, and then any users you add to that group will automatically have a quota set. :) Cheers, Marc On Tue, Jul 11, 2000 at 11:35:32AM +0100, Steve Abraham wrote: > Is there anyway I can get the adduser script to automatically add a > basic disk quota, i.e. 10Mb, to all users added to the system? > > Regards, > Steve. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 4:32:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from shell.wetworks.org (shell.wetworks.org [63.160.175.19]) by hub.freebsd.org (Postfix) with SMTP id E65CA37BF00 for ; Tue, 11 Jul 2000 04:32:51 -0700 (PDT) (envelope-from abc@shell.wetworks.org) Received: (qmail 26051 invoked by uid 1000); 11 Jul 2000 11:32:53 -0000 Date: Tue, 11 Jul 2000 07:32:53 -0400 From: Alan Clegg To: Steve Abraham Cc: questions Subject: Re: Quota Message-ID: <20000711073253.D25603@shell.wetworks.org> References: <396AF874.5CDB05B1@enets.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <396AF874.5CDB05B1@enets.co.uk>; from steve@enets.co.uk on Tue, Jul 11, 2000 at 11:35:32AM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG An SMTP stream claimed that Steve Abraham muttered: > Is there anyway I can get the adduser script to automatically add a > basic disk quota, i.e. 10Mb, to all users added to the system? The best plan on this would be to add a "defaultquota" user which has a standard quota the way you want it, then add edquota -p defaultquota $NEWUSER to your procedure for adding new users. If you wish to modify adduser or just add that command to the list of things you do when a user is added is up to you. AlanC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 4:33:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from merkur.hrz.uni-giessen.de (merkur.hrz.uni-giessen.de [134.176.2.12]) by hub.freebsd.org (Postfix) with ESMTP id C548337BE3C for ; Tue, 11 Jul 2000 04:33:33 -0700 (PDT) (envelope-from Ariel.Burbaickij@mni.fh-giessen.de) Received: from caspar.mni.fh-giessen.de by merkur.hrz.uni-giessen.de with ESMTP for questions@freebsd.org; Tue, 11 Jul 2000 13:34:21 +0200 Received: from sun33.mni.fh-giessen.de ([134.176.183.133] helo=sun33) by caspar.mni.fh-giessen.de with esmtp (Exim 2.12 #6) id 13ByGE-0007wV-00 for questions@freebsd.org; Tue, 11 Jul 2000 13:31:34 +0200 Date: Tue, 11 Jul 2000 13:35:08 +0200 (MET DST) From: Ariel Burbaickij X-Sender: hg9456@sun33 To: questions@freebsd.org Subject: Changing the name of the machine Message-Id: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Situation is divided in two parts: former and now Former: I was not connencted to internet constantly but rather sporadically.I have choosen the name of my machine deliberately and it is rulez.zhestianka.de(horrible mix of 2 languages and geographic location)Method used for connection was dialup paid on time basis. Now: I changed to 24/7 based flatrate with the SAME machine,one of the main disadvantages of flatrate as compared to leased is that one does not get static IP but rather dynamic one(one is kicked off after 24 hours of constant connect and must dial-in again rather cripled thing but so are circumstances here in germany) Guys from dyndns.org try to come up to this short-comming by mapping dynamic IP to static DNS entry but they demand (or i have understood it so) just names of the form: yourname.dyndns.org.Yet the question:may i just change the name of the machine simply just out of blue due to changed circumstances and if yes what steps are necessary ? Best wishes, Ariel To boldly go where I surely don't belong. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 4:37:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from shell.wetworks.org (shell.wetworks.org [63.160.175.19]) by hub.freebsd.org (Postfix) with SMTP id 2021637BEF1 for ; Tue, 11 Jul 2000 04:37:17 -0700 (PDT) (envelope-from abc@shell.wetworks.org) Received: (qmail 26151 invoked by uid 1000); 11 Jul 2000 11:37:19 -0000 Date: Tue, 11 Jul 2000 07:37:19 -0400 From: Alan Clegg To: questions Subject: Re: Quota Message-ID: <20000711073719.E25603@shell.wetworks.org> References: <396AF874.5CDB05B1@enets.co.uk> <20000711132942.J37276@draenor.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000711132942.J37276@draenor.org>; from marcs@draenor.org on Tue, Jul 11, 2000 at 01:29:42PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG An SMTP stream claimed that Marc Silver muttered: > Not really, but what you could do is set up a group quota, and then any > users you add to that group will automatically have a quota set. :) A group quota is not really what you want. It may be abused by one user where-as individual quotas can't. With the ":)" at the end of the previous post, I'm not sure if the poster was being serious at all, but I consider the post to be quite misleading. AlanC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 4:41: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from draenor.org (draenor.org [196.36.119.129]) by hub.freebsd.org (Postfix) with ESMTP id C649437BE2F for ; Tue, 11 Jul 2000 04:41:01 -0700 (PDT) (envelope-from marcs@draenor.org) Received: from marcs by draenor.org with local (Exim 3.15 #1) id 13ByOF-0009y0-00; Tue, 11 Jul 2000 13:39:51 +0200 Date: Tue, 11 Jul 2000 13:39:51 +0200 From: Marc Silver To: Alan Clegg Cc: questions Subject: Re: Quota Message-ID: <20000711133951.K37276@draenor.org> References: <396AF874.5CDB05B1@enets.co.uk> <20000711132942.J37276@draenor.org> <20000711073719.E25603@shell.wetworks.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <20000711073719.E25603@shell.wetworks.org>; from abc@bsdi.com on Tue, Jul 11, 2000 at 07:37:19AM -0400 X-Operating-System: FreeBSD 4.0-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I was quite serious. I was however under the impression that a group quota restricted each user that belonged to a group to not exceed the group limit. ie. if the group quota is 20MB, then each user in the group has 20MB? Or is it that the entire group has 20MB shared across all users that belong to that group? Cheers, Marc On Tue, Jul 11, 2000 at 07:37:19AM -0400, Alan Clegg wrote: > An SMTP stream claimed that Marc Silver muttered: > > Not really, but what you could do is set up a group quota, and then any > > users you add to that group will automatically have a quota set. :) > > A group quota is not really what you want. It may be abused by one user > where-as individual quotas can't. > > With the ":)" at the end of the previous post, I'm not sure if the poster > was being serious at all, but I consider the post to be quite misleading. > > AlanC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 4:49:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.omn.net (atlantis.omn.net [212.158.68.2]) by hub.freebsd.org (Postfix) with ESMTP id 9651A37C1AA for ; Tue, 11 Jul 2000 04:49:44 -0700 (PDT) (envelope-from steve@enets.co.uk) Received: from enets.co.uk (sabre3.sja.co.uk [212.158.68.7]) by mail.omn.net (8.10.1/8.10.1/Omnitech-2.0.0) with ESMTP id e6BCq4F08214 for ; Tue, 11 Jul 2000 12:52:04 GMT Message-ID: <396B099C.FA264BC4@enets.co.uk> Date: Tue, 11 Jul 2000 12:48:44 +0100 From: Steve Abraham Reply-To: steve@enets.co.uk Organization: eNets Ltd X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; I) X-Accept-Language: en MIME-Version: 1.0 To: questions Subject: Re: Quota References: <396AF874.5CDB05B1@enets.co.uk> <20000711073253.D25603@shell.wetworks.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alan Clegg wrote: > > An SMTP stream claimed that Steve Abraham muttered: > > Is there anyway I can get the adduser script to automatically add a > > basic disk quota, i.e. 10Mb, to all users added to the system? > > The best plan on this would be to add a "defaultquota" user which has > a standard quota the way you want it, then add > > edquota -p defaultquota $NEWUSER > > to your procedure for adding new users. If you wish to modify adduser > or just add that command to the list of things you do when a user is added > is up to you. > I think this method suits my requirements best, and I would like to modify the adduser script to do the job automatically. (there are a number of different admins on this system and people keep forgetting to set quotas.) Can anyone recommend the best place to modify the adduser script? It's a good deal more complex than the Linux one I am used to, and I don't want to mess anything up. Regards, S. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- FREE LOCAL RATE DIALUP INTERNET ACCESS Now available nationwide Ask for details, or visit http://www.freedialups.com -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Steve Abraham eNets Ltd UK steve (at) enets.co.uk http://www.eNets.ltd.uk T: +44 (0)1463 861311 F: +44 (0)8702 840220 M: +44 (0)7770 332765 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 5:14:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mrs-1.smartworld.net (mrs-1-fix.smartworld.net [216.70.64.24]) by hub.freebsd.org (Postfix) with ESMTP id 7103E37B582 for ; Tue, 11 Jul 2000 05:14:34 -0700 (PDT) (envelope-from dnormandin@freewwweb.com) Received: from odie (1Cust208.tnt3.calgary.ab.da.uu.net [64.10.177.208]) by mrs-1.smartworld.net (8.9.1a/8.9.1) with SMTP id IAA50225; Tue, 11 Jul 2000 08:14:03 -0400 (EDT) Message-ID: <000401bfeb31$e5916860$d0b10a40@odie> From: "Duke Normandin" To: "Ian J Greely" Cc: Subject: Re: Puredata NICs -- any good? Date: Tue, 11 Jul 2000 06:16:33 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3612.1700 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday, July 10, 2000 6:42 PM Ian J Greely wrote: >Sounds like the cards are attempting to do a diskless boot. This >should be configurable via the jumpers. Try a search on the >manufacturers web site to see what the settings for the jumpers mean. I did find the mfg.'s website, but no joy yet. What's this "diskless boot" all about? Thanks! -duke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 5:31: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dfw-smtpout3.email.verio.net (dfw-smtpout3.email.verio.net [129.250.36.43]) by hub.freebsd.org (Postfix) with ESMTP id DBB1B37B9D2 for ; Tue, 11 Jul 2000 05:30:59 -0700 (PDT) (envelope-from squirrel@hammis.com) Received: from [129.250.38.64] (helo=dfw-mmp4.email.verio.net) by dfw-smtpout3.email.verio.net with esmtp (Exim 3.12 #7) id 13BzBg-0007XX-00; Tue, 11 Jul 2000 12:30:56 +0000 Received: from [209.69.36.12] (helo=elizabeth.hammis.com) by dfw-mmp4.email.verio.net with esmtp (Exim 3.15 #4) id 13BzBe-0002Hb-00; Tue, 11 Jul 2000 12:30:54 +0000 Message-Id: <4.3.2.7.0.20000711082540.00aaa140@hammis.com> X-Sender: squirrel@hammis.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Tue, 11 Jul 2000 08:29:59 -0400 To: Jimmy Olgeni , freebsd-questions@FreeBSD.ORG From: Damon Hammis Subject: Re: large IDE raid In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Push for SCSI with a hardware RAID. The cost difference is rather large, but it's much better than taking a metric ----load of user complaints about slow performance. The last mail server I built had an INLINE RAID system on it for the /var/mail partition. FreeBSD saw it as one disk and it worked out quite well. But trust me from experience, as I inherited a network that had a few "servers" that had IDE drives and once I switched everything over to SCSI everyone was much happier. Just my $.02 --Damon At 10:55 AM 7/11/00 +0200, Jimmy Olgeni wrote: >Hello world, > >I'm a clueless FreeBSD newbie with some linux experience. > >I have to set up a large RAID for a somewhat big mail/http server for >an ISP (~500GB, "internet free mail"), and my company was looking into >raidzone, that is, a RAID made of inexpensive IDE drives with a custom >PCI controller. > >Raidzone supports linux and NT only, and it looks like they don't give >away the driver source code, so it can't easily be ported to *BSD. Do >you know of any similar products that support *BSD? Should I get a >clue and push for real SCSI? Should I use a hardware RAID controller, >or vinum? Are there any known "strange" interactions between vinum, >quotas and softupdates? > >Any help is really welcome. > >bye, > Jimmy > > > > > >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 Jul 11 5:32:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ihemail2.firewall.lucent.com (ihemail2.lucent.com [192.11.222.163]) by hub.freebsd.org (Postfix) with ESMTP id F0E5737BE5F for ; Tue, 11 Jul 2000 05:32:37 -0700 (PDT) (envelope-from gwg@lucent.com) Received: from ihemail2.firewall.lucent.com (localhost [127.0.0.1]) by ihemail2.firewall.lucent.com (Pro-8.9.3/8.9.3) with ESMTP id IAA05017 for ; Tue, 11 Jul 2000 08:32:36 -0400 (EDT) Received: from ci1093exch001p.wins.lucent.com (h135-252-12-239.lucent.com [135.252.12.239]) by ihemail2.firewall.lucent.com (Pro-8.9.3/8.9.3) with ESMTP id IAA04989 for ; Tue, 11 Jul 2000 08:32:35 -0400 (EDT) Received: by CI1093EXCH001P with Internet Mail Service (5.5.2650.21) id ; Tue, 11 Jul 2000 20:32:32 +0800 Message-ID: <2E132B78C846D3118F1A0008C7AABBD3522478@CI1093EXCH001U> From: "Gao, Wen Gan (Wen Gan)" To: "'questions@freebsd.org'" Subject: Help to explain the warning message "pmap_collect:collecting pv e ntries-- suggestincreasing PMAP_SHPGERPROC" Date: Tue, 11 Jul 2000 20:32:31 +0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am freeBSD new comer, Got a warning message " "pmap_collect:collecting pv entries-- suggest increasing PMAP_SHPGERPROC" from FreeBSD OS, what's this meaning, how can I fix this problem? Who can help me? Thanks. Best regards. Clark. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 6:17:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from shepherd.hurlburt.af.mil (shepherd.hurlburt.af.mil [151.166.15.65]) by hub.freebsd.org (Postfix) with ESMTP id B372C37BF2D for ; Tue, 11 Jul 2000 06:17:43 -0700 (PDT) (envelope-from Mark.Hummel@hurlburt.af.mil) Received: from shepherd.hurlburt.af.mil (root@localhost) by shepherd.hurlburt.af.mil with ESMTP id IAA09821; Tue, 11 Jul 2000 08:15:37 -0500 (CDT) From: Mark.Hummel@hurlburt.af.mil Received: from exwncc01.hurlburt.af.mil (exwncc01.hurlburt.af.mil [151.166.208.37]) by shepherd.hurlburt.af.mil with ESMTP id IAA09666; Tue, 11 Jul 2000 08:15:01 -0500 (CDT) Received: by exwncc01.hurlburt.af.mil with Internet Mail Service (5.5.2448.0) id <349A572L>; Tue, 11 Jul 2000 08:15:05 -0500 Message-ID: <856532CB07BED3118FE300204840E28A011075E4@vexwncc02.hurlburt.af.mil> To: djkanter@northwestern.edu, mark@dogma.freebsd-uk.eu.org Cc: freebsd-questions@FreeBSD.ORG Subject: RE: Which /dev for "device pcm" in kernel? Date: Tue, 11 Jul 2000 08:12:18 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David, Interesting challenge. A similar thing happened to me. I knew I needed /dev/snd0, but for some reason MAKEDEV wouldn't work (several retries and several reboots both as user and root). I recompiled my kernel to include the pcm sound driver anyway. Once I recompiled my kernel I was able to create a snd0 device so I'm assuming creating /dev/snd0 is dependent on pcm being compiled in the kernel. Of course, as a newbie, I could be wrong, but it worked for me. Good luck. Have you included pcm in your kernel? Mark > -----Original Message----- > From: David J. Kanter [SMTP:djkanter@northwestern.edu] > Sent: Monday, 10 July, 2000 2317 > To: Mark Ovens > Cc: FreeBSD questions > Subject: Re: Which /dev for "device pcm" in kernel? > > On Tue, Jul 11, 2000 at 12:25:54AM +0100, Mark Ovens wrote: > > Since your card is found as pcm0 you need snd0 > > > > # cd /dev && ./MAKEDEV snd0 > ---end quoted text--- > > Thanks. Things are now working but, unfortunately, I have now idea why or > how! Perhaps you can help answer these questions. > > Basically, I started by installing xmms to test whether I could get sound. > > I then did the MAKEDEV snd0 as you said. I got a /dev/sndstat, but was I > supposed to get a /dev/snd0 as well? I didn't. > > OK, so I rebooted and restarted xmms. > > The esound driver seems to work without any adjustments. The OSS output > driver has a device section. Should this be set this to /dev/sndstat? > > Basically, my confusion is I was expecting a /dev/snd0 but got a > /dev/sndstat and don't understand what's going on. > -- > David Kanter > djkanter@northwestern.edu > > > 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 Jul 11 6:36:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lerami.lerctr.org (lerami.lerctr.org [207.158.72.11]) by hub.freebsd.org (Postfix) with ESMTP id D2FA237BEB9 for ; Tue, 11 Jul 2000 06:36:12 -0700 (PDT) (envelope-from ler@lerctr.org) Received: (from ler@localhost) by lerami.lerctr.org (8.10.1/8.10.1/20000708) id e6BDa5t26346; Tue, 11 Jul 2000 08:36:05 -0500 (CDT) From: Larry Rosenman Message-Id: <200007111336.e6BDa5t26346@lerami.lerctr.org> Subject: Re: Re[2]: ipfilter vs ipfw In-Reply-To: <19960.000710@home.com> "from Ben Williams at Jul 10, 2000 11:03:42 pm" To: Ben Williams Date: Tue, 11 Jul 2000 08:36:05 -0500 (CDT) Cc: Larry Rosenman , Carlton Haycock , freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL79 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It does, but I want something to reduce it, or summarize the output. Currently I've added a separate syslog file for ipmon's output, and have newsyslog rotate every day, and then have the daily job mail this log to me. I'd like something to summarize the 200K a day of junk packets I get. Larry > Will ipmon(8) not do the type of logging you need? > > --Ben Williams > mailto:received@email dot com > > Quoting Larry Rosenman Monday, July 10, 2000 > > Seems that IPFilter does BETTER stateful rules than a "hack" (a friends term) > > to IPFW to do dynamic rules. > > >>From running ipfw for a short time, I've converted over to ipfilter. > > > I just wish the rc* scripts supported ipfilter better, and that there > > was some standard reporting mechanism for the logging output like there > > is for ipfw. > > > Larry Rosenman > >> > >> Hello, > >> > >> I am in the process of building a firewall using FreeBsd. I am aware of the firewall > >> built into the kernel (ipfw), but I also see alot of people talking about another package > >> called IPFILTER. I have seen comments stating that IPFILTER is better, but no one > >> has yet to say why or why they prefer it. I would be most appreciative if someone > >> could give a brief overview of the differences as far as functionality is concerned. > >> I have read the how-to's and stuff on FreeBsd Diary but can find nothing that does > >> a comparison of the two. > >> > >> Thanks, > >> Carlton > >> > >> > >> > >> > >> > >> > >> > >> 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 -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 (voice) Internet: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 6:58:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id BC46637C083; Tue, 11 Jul 2000 06:58:34 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 13C01S-000NpF-00; Tue, 11 Jul 2000 14:24:26 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 13C01S-0009UE-00; Tue, 11 Jul 2000 14:24:26 +0100 Date: Tue, 11 Jul 2000 14:24:26 +0100 From: Ben Smithurst To: John Baldwin Cc: freebsd-questions@FreeBSD.org Subject: Re: Automatic reboot out of the blue. Message-ID: <20000711142426.Q11000@strontium.scientia.demon.co.uk> References: <20000710225704.G94380@strontium.scientia.demon.co.uk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="D9sZ58tf58331Q5M" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --D9sZ58tf58331Q5M Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable John Baldwin wrote: > It was right for a.out kernels, but it is wrong for ELF kernels. :) > We've been using ELF kernels since 3.1 though. ok, thanks. I've posted a proposed update to -hackers and -doc. --=20 Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D --D9sZ58tf58331Q5M Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: phsKcQxI8IxirG9Em9jC75WAZxnMKWOi iQCVAwUBOWsgCSsPVtiZOS99AQE9PAQAiTU3k4p80GKlIuuKdVNJWhSWCtvv0OHD MmgLMRpjtCOnWKKu4nZyxri2V7y8azDN/HaoR1M5UGzaDzlNzG7uc7GUgF8qlOBA OSdGHGkS5mPIVJvA+rfyw+d93y+FDNHowRswRV3zVqkbSPWumZ4G3OYJ7Ig/ykmQ f2zT4g3Mhsc= =rULj -----END PGP SIGNATURE----- --D9sZ58tf58331Q5M-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 7: 1:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.aracnet.com (mail2.aracnet.com [216.99.193.35]) by hub.freebsd.org (Postfix) with ESMTP id 2A35E37BF63 for ; Tue, 11 Jul 2000 07:01:13 -0700 (PDT) (envelope-from hamellr@aracnet.com) Received: from shell1.aracnet.com (shell1.aracnet.com [216.99.193.21]) by mail2.aracnet.com (8.9.3/8.9.3) with ESMTP id HAA08527; Tue, 11 Jul 2000 07:01:16 -0700 Received: by shell1.aracnet.com (8.9.3) id HAA30181; Tue, 11 Jul 2000 07:01:12 -0700 Date: Tue, 11 Jul 2000 07:01:12 -0700 (PDT) From: Rick Hamell To: Mike Johnson Cc: questions@FreeBSD.ORG Subject: Re: Reboot question.. In-Reply-To: <200007110510.BAA00327@baddog.yi.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I have a 66mhz cyrix 12meg ram, running FreeBSD 4.0-20000621-STABLE and it > seems to reboot it self about every 5days. is there a reason for this? > about the only thing it does is run sendmail , BitchX and micq (about 1/2 > the time when there isnt another freebox) is there a reason it would reboot > about every 5days? I use to have a Cyrix chip that did this too. I think I finally traced it down to a timing difference between the chip and the memory. If your logs don't show anything, I'd look to a hardware problem. It could even possibly be overheating. Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 7:20:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from thomas.clark.net (thomas.clark.net [168.143.2.191]) by hub.freebsd.org (Postfix) with ESMTP id B08F037C0E2 for ; Tue, 11 Jul 2000 07:20:33 -0700 (PDT) (envelope-from thomas@clark.net) Received: from minotaur.clark.net (minotaur [192.168.99.100]) by thomas.clark.net (8.9.3/8.9.3) with ESMTP id KAA01914 for ; Tue, 11 Jul 2000 10:20:20 -0400 (EDT) (envelope-from thomas@clark.net) Message-Id: <4.3.2.7.2.20000711101542.00b94a60@mail.clark.net> X-Sender: thomas@mail.clark.net X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Tue, 11 Jul 2000 10:19:09 -0400 To: freebsd-questions@freebsd.org From: Mark Thomas Subject: HTML => text port - does one exist? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a few fairly simple but large HTML docs I maintain, and I've been looking through the ports for something that will allow me to take the HTML down to a reasonably formatted text document. I see several ports for going from to HTML, but not much going the other way. Anyone have a pointer? (Please CC via direct mail -- can't keep up with the list any more) Mark --- thomas@clark.net ---> http://www.clark.net/pub/thomas PBEM Eldritch --------> http://www.pbegames.com [TM4463-ORG] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 7:23:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web4104.mail.yahoo.com (web4104.mail.yahoo.com [216.115.104.124]) by hub.freebsd.org (Postfix) with SMTP id 1762937BFD3 for ; Tue, 11 Jul 2000 07:23:04 -0700 (PDT) (envelope-from jashamsi@yahoo.com) Message-ID: <20000711142256.21853.qmail@web4104.mail.yahoo.com> Received: from [141.215.8.70] by web4104.mail.yahoo.com; Tue, 11 Jul 2000 07:22:56 PDT Date: Tue, 11 Jul 2000 07:22:56 -0700 (PDT) From: J A Shamsi Subject: ipfw and proxy To: questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I want to configure packet filtering firewall (ipfw) on a BSD dual homed gateway(two nic's) having a proxy server( TIS FWTK). I have a http-gw running at port 80. I wonder if I can specify a set of ipfw rules that can restrict the outer nic to communicate only for http-gw( and other proxy services)to the outside world. I know that proxy is running on port 80, but I am curios which port is it using while communicating to other sites for http, so that i can allow communication from that particular port only. I would really appreciate if anyone can help me. thanks jawwad __________________________________________________ Do You Yahoo!? Get Yahoo! Mail – Free email you can access from anywhere! http://mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 7:28:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from shell.wetworks.org (shell.wetworks.org [63.160.175.19]) by hub.freebsd.org (Postfix) with SMTP id 5CB1637B57F for ; Tue, 11 Jul 2000 07:28:37 -0700 (PDT) (envelope-from abc@shell.wetworks.org) Received: (qmail 30864 invoked by uid 1000); 11 Jul 2000 14:28:32 -0000 Date: Tue, 11 Jul 2000 10:28:32 -0400 From: Alan Clegg To: Marc Silver Cc: questions Subject: Re: Quota Message-ID: <20000711102832.L25603@shell.wetworks.org> References: <396AF874.5CDB05B1@enets.co.uk> <20000711132942.J37276@draenor.org> <20000711073719.E25603@shell.wetworks.org> <20000711133951.K37276@draenor.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000711133951.K37276@draenor.org>; from marcs@draenor.org on Tue, Jul 11, 2000 at 01:39:51PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG An SMTP stream claimed that Marc Silver muttered: > I was quite serious. I was however under the impression that a group > quota restricted each user that belonged to a group to not exceed the > group limit. ie. if the group quota is 20MB, then each user in the > group has 20MB? Or is it that the entire group has 20MB shared across > all users that belong to that group? Total of 20MB for everyone in the group (not 20MB each). AlanC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 7:37:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay2.inwind.it (relay2.inwind.it [212.141.53.73]) by hub.freebsd.org (Postfix) with ESMTP id 5CDDE37BB99 for ; Tue, 11 Jul 2000 07:37:07 -0700 (PDT) (envelope-from bartequi@inwind.it) Received: from bartequi.ottodomain.org (212.141.78.55) by relay2.inwind.it; 11 Jul 2000 16:37:00 +0200 From: Salvo Bartolotta Date: Tue, 11 Jul 2000 15:37:51 GMT Message-ID: <20000711.15375100@bartequi.ottodomain.org> Subject: Re: HTML => text port - does one exist? To: Mark Thomas Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <4.3.2.7.2.20000711101542.00b94a60@mail.clark.net> References: <4.3.2.7.2.20000711101542.00b94a60@mail.clark.net> X-Mailer: SuperCalifragilis X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 7/11/00, 3:19:09 PM, Mark Thomas wrote regarding=20 HTML =3D> text port - does one exist?: > I have a few fairly simple but large HTML docs I maintain, and I've=20 been > looking through the ports for something that will allow me to take the= =20 HTML > down to a reasonably formatted text document. I see several ports for = going > from to HTML, but not much going the other way. > Anyone have a pointer? > (Please CC via direct mail -- can't keep up with the list any more) > Mark > --- > thomas@clark.net ---> http://www.clark.net/pub/thomas > PBEM Eldritch --------> http://www.pbegames.com > [TM4463-ORG] Dear Mark Thomas, you may wish to try lynx and w3m (free tools, available in the Ports=20 Collection, directory www). They can translate HTML into txt (cf their=20 man pages). Try & buy :-) Best regards, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 7:47: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from server01.gw.total-web.net (server05.gw.total-web.net [209.186.12.21]) by hub.freebsd.org (Postfix) with SMTP id E244437C0FD for ; Tue, 11 Jul 2000 07:46:52 -0700 (PDT) (envelope-from cmcclellen@n2bb.com) Received: (qmail 12016 invoked from network); 11 Jul 2000 14:48:32 -0000 Received: from ip-002-124.gw.total-web.net (HELO azmo) (@24.90.2.124) by server04.gw.total-web.net with SMTP; 11 Jul 2000 14:48:32 -0000 From: "Chris McClellen" To: Subject: who? Date: Tue, 11 Jul 2000 10:50:16 -0400 Message-ID: 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 IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I wish to do some development work on the FreeBSD kernel. Basically, I have some skills which may be useful. What person or list should I contact that may know of things that need development work for the kernel? I didnt want to bother the core team or freebsd-hackers (unless thats appropriate). I have i386 based hardware. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 8: 9:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from morpheus.skynet.be (morpheus.skynet.be [195.238.2.39]) by hub.freebsd.org (Postfix) with ESMTP id 77D8637C2AC for ; Tue, 11 Jul 2000 08:09:08 -0700 (PDT) (envelope-from bart.lateur@skynet.be) Received: from dialup1321.antwerpen.skynet.be (dialup1321.antwerpen.skynet.be [194.78.226.41]) by morpheus.skynet.be (Postfix) with SMTP id EB452DA0B; Tue, 11 Jul 2000 17:09:04 +0200 (MET DST) From: Bart Lateur To: freebsd-questions@FreeBSD.ORG Cc: Mark Thomas Subject: Re: HTML => text port - does one exist? Date: Tue, 11 Jul 2000 17:09:11 +0200 Organization: MediaMind Message-ID: References: <4.3.2.7.2.20000711101542.00b94a60@mail.clark.net> In-Reply-To: <4.3.2.7.2.20000711101542.00b94a60@mail.clark.net> X-Mailer: Forte Agent 1.8/32.548 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 Tue, 11 Jul 2000 10:19:09 -0400, Mark Thomas wrote: >I have a few fairly simple but large HTML docs I maintain, and I've been >looking through the ports for something that will allow me to take the HTML >down to a reasonably formatted text document. I see several ports for going >from to HTML, but not much going the other way. The Perl module HTML::Parser provides a good starting point. In fact, I think that one of the included applications, is a HTML->text converter. -- Bart. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 8:16:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ludwig.troikanetworks.com (host03.troikanetworks.com [12.31.172.3]) by hub.freebsd.org (Postfix) with ESMTP id A905C37B55F for ; Tue, 11 Jul 2000 08:16:03 -0700 (PDT) (envelope-from noone@nowhere.com) Received: from nowhere.com (host65.troikanetworks.com [12.31.172.65]) by ludwig.troikanetworks.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id 3G69VTQ1; Tue, 11 Jul 2000 08:16:14 -0700 Message-ID: <396B392F.554AD4C1@nowhere.com> Date: Tue, 11 Jul 2000 08:11:43 -0700 From: Kevin Bailey X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: mmapped sound in which versions ? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I recall Jordan Hubbard implying that mmapped sound (for Quake and family) worked with Luigi's pcm driver in 3.1. http://www.FreeBSD.org/cgi/getmsg.cgi?fetch=642138+643725+/usr/local/www/db/text/1999/freebsd-multimedia/19990509.freebsd-multimedia Does anyone know which version(s) that still works in ? 3.5 perhaps ? 4.0 probably not ? /krb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 8:18:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from houston.matchlogic.com (houston.matchlogic.com [205.216.147.127]) by hub.freebsd.org (Postfix) with ESMTP id 3CE1637B741 for ; Tue, 11 Jul 2000 08:18:31 -0700 (PDT) (envelope-from crandall@matchlogic.com) Received: by houston.matchlogic.com with Internet Mail Service (5.5.2650.21) id ; Tue, 11 Jul 2000 09:18:25 -0600 Message-ID: <5FE9B713CCCDD311A03400508B8B301301C77EB4@bdr-xcln.is.matchlogic.com> From: Charles Randall To: Mark Thomas , freebsd-questions@freebsd.org Subject: RE: HTML => text port - does one exist? Date: Tue, 11 Jul 2000 09:18:18 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Install lynx and try, % lynx -dump file.html > file.txt Charles -----Original Message----- From: Mark Thomas [mailto:thomas@clark.net] Sent: Tuesday, July 11, 2000 8:19 AM To: freebsd-questions@freebsd.org Subject: HTML => text port - does one exist? I have a few fairly simple but large HTML docs I maintain, and I've been looking through the ports for something that will allow me to take the HTML down to a reasonably formatted text document. I see several ports for going from to HTML, but not much going the other way. Anyone have a pointer? (Please CC via direct mail -- can't keep up with the list any more) Mark --- thomas@clark.net ---> http://www.clark.net/pub/thomas PBEM Eldritch --------> http://www.pbegames.com [TM4463-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 Tue Jul 11 8:27:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from turtle.looksharp.net (cc360882-a.strhg1.mi.home.com [24.2.221.22]) by hub.freebsd.org (Postfix) with ESMTP id 4879337C01C; Tue, 11 Jul 2000 08:27:34 -0700 (PDT) (envelope-from bandix@looksharp.net) Received: from localhost (bandix@localhost) by turtle.looksharp.net (8.9.3/8.9.3) with ESMTP id LAA04120; Tue, 11 Jul 2000 11:27:36 -0400 (EDT) (envelope-from bandix@looksharp.net) Date: Tue, 11 Jul 2000 11:27:36 -0400 (EDT) From: "Brandon D. Valentine" To: freebsd-questions@freebsd.org Subject: NIS/YP compatibility Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [A -questions matter. BCC'd to -stable to gain the input of the many on that list who run FreeBSD in an enterprise situation. Please, if you reply on -questions CC me as I have trouble sifting through all of my -questions mailbox] I'm running into some NIS/YP issues which I would like the community's input on. To make a long story short we need our users to be machine independent. We run such a motley collection of OSes on the hardware we have around here that NIS/YP is the lowest common denominator solution for user account management. It's the only scheme every platform we run has support for. Security issues aside, I must run NIS. At the moment we are successfully running NIS + NFS(w/ automounted shares) off of an IRIX box. This was installed and running when I arrived. That IRIX box is somebody's workstation and understandably I'd like to move that service onto one of our servers around here. Downtime is a Bad Thing and workstations have downtime. When I got here there were already servers running RedHat Linux doing various things. My first thought was to try moving NIS onto the Linux servers, they were already running and NIS doesn't impact server performance significantly. Well, no such luck, Linux's yp and NFS implementations are for shame! The only things that would talk to the Linux boxen were other Linux boxen. Soon after that failed attempt I inherited a couple of old sparcstation's for server use that I figured would make decent NIS servers since they're 10BaseT only and I wouldn't want to use them to serve anything bandwidth intensive anyway. I opted to install NetBSD/sparc on them after inspecting the OpenBSD and NetBSD manpages on yp and concluding that NetBSD had a more recent, complete implementation. That endeavor failed too. The Linux boxen and other sparc's running NetBSD could talk to it just fine, but the IRIX clients were no go. Now I'm understandably a bit frustrated. All this time I've also been struggling with the fact that I'm a BSD admin, those things are natural to me, and the various SYSV OSes we have running around are giving me nightmares the night after I dig around in /etc. I would love to be able to put my favorite OS, FreeBSD, on these servers and be done with it. Give linux the axe, so to speak. In fact, I've even convinced my boss to let me do it if it'll get these NIS issues resolved. He too, doesn't desire to leave NIS running off of an IRIX workstation any longer than he has to. Here's the dilemma, with all of the issues we've had surrounding various NIS implementations, before I set about the task of converting our servers to FreeBSD, he would like to see some detailed success reports from people using FreeBSD to serve IRIX NIS/YP clients. Details like what version of FreeBSD, what version of IRIX, and what is used as master, slave, and client. I've searched the mailing list archives to no avail. I am asking those of you listening to help me out and jot down a quick message about your use of NIS in a mixed IRIX/FreeBSD environment. Thank you for your time. -- Brandon D. Valentine, Systems Administrator Vanderbilt University, Center for Structural Biology bandix at looksharp.net | bandix at structbio.vanderbilt.edu "Truth suffers from too much analysis." -- Ancient Fremen Saying To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 8:27:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from zeus.netset.com (zeus.netset.com [64.40.192.10]) by hub.freebsd.org (Postfix) with ESMTP id C746637C03C for ; Tue, 11 Jul 2000 08:27:40 -0700 (PDT) (envelope-from kaygee@netset.com) Received: from diamond (kaygee.users.netset.com [64.40.199.178]) by zeus.netset.com (8.9.3/8.9.3-zeus) with SMTP id LAA15894 for ; Tue, 11 Jul 2000 11:27:37 -0400 Message-ID: <004e01bfeb4d$6112e2a0$0445a8c0@private.solutionsforyou.com> From: "Kartic Krishnamurthy" To: Subject: OpenSSH 2.1.1 Port broken? Date: Tue, 11 Jul 2000 11:33:34 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 1 X-MSMail-Priority: High X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi List, Is the latest Openssh port broken? I downloaded the tar from the ports collection and when making, it gave a ton of parse errors in authfd.c/authfd.h etc. Additionally I have already installed rsaref 2.0 and openssl-0.9.5a. I also tried downloading the source from the Openssh website; but this guy would not even configure (says it cant find a working OpenSSL installation!). Details: FreeBSD 3.3R with PAO3.0 Dell Laptop Could some one please help me out? Thanks --Kartic To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 8:37:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from shepherd.hurlburt.af.mil (shepherd.hurlburt.af.mil [151.166.15.65]) by hub.freebsd.org (Postfix) with ESMTP id 50C9337BFD5 for ; Tue, 11 Jul 2000 08:37:17 -0700 (PDT) (envelope-from Mark.Hummel@hurlburt.af.mil) Received: from shepherd.hurlburt.af.mil (root@localhost) by shepherd.hurlburt.af.mil with ESMTP id KAA09156 for ; Tue, 11 Jul 2000 10:31:20 -0500 (CDT) From: Mark.Hummel@hurlburt.af.mil Received: from exwncc01.hurlburt.af.mil (exwncc01.hurlburt.af.mil [151.166.208.37]) by shepherd.hurlburt.af.mil with ESMTP id JAA29867 for ; Tue, 11 Jul 2000 09:46:06 -0500 (CDT) Received: by exwncc01.hurlburt.af.mil with Internet Mail Service (5.5.2448.0) id <349A594M>; Tue, 11 Jul 2000 09:46:09 -0500 Message-ID: <856532CB07BED3118FE300204840E28A011075E7@vexwncc02.hurlburt.af.mil> To: freebsd-questions@FreeBSD.ORG Subject: I'm missing something ??? Date: Tue, 11 Jul 2000 09:43:22 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I checked out FAQ to no avail. Until I figure out why the Netscape port refuses to run, I'm using my kfm to browse the web. The problem I'm having is that not everything (text & pictures especially) load. What do I need to make kfm more robust as a web server? Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 8:38:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 084C837B988 for ; Tue, 11 Jul 2000 08:38:33 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 13C1Ig-000NyS-00; Tue, 11 Jul 2000 15:46:18 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 13C1Ig-000CFb-00; Tue, 11 Jul 2000 15:46:18 +0100 Date: Tue, 11 Jul 2000 15:46:18 +0100 From: Ben Smithurst To: Mark Thomas Cc: freebsd-questions@freebsd.org Subject: Re: HTML => text port - does one exist? Message-ID: <20000711154618.T11000@strontium.scientia.demon.co.uk> References: <4.3.2.7.2.20000711101542.00b94a60@mail.clark.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="lG9v85r552aFjg4G" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <4.3.2.7.2.20000711101542.00b94a60@mail.clark.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --lG9v85r552aFjg4G Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Mark Thomas wrote: > I have a few fairly simple but large HTML docs I maintain, and I've been= =20 > looking through the ports for something that will allow me to take the HT= ML=20 > down to a reasonably formatted text document. I see several ports for goi= ng=20 > from to HTML, but not much going the other way. >=20 > Anyone have a pointer? Look at lynx and w3m, both in ports/www. They're both text based web browsers which can do this conversion. With lynx it's "lynx -dump yourfile.html", I'm not sure about w3m since I don't use it. --=20 Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D --lG9v85r552aFjg4G Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: 78uqMtcJos+pbsJtmOqKjHMpLT6XpaI3 iQCVAwUBOWszOSsPVtiZOS99AQH0UgP+L54xeNSQuaTHYsunIOBJA/o7zkmhivqx FdYGMLVVY7nS8G/LtoilN2nE+2yvaYFsu32dT/CZMHfuQtUPHb1ZOn2G921cafsx PZ/o4XgBSVsEXhouvShz8WJjaN7ViUdtuWKrVyArAVOHLpaPf65U008W+fQ+Am4G mL+SPB5jZe0= =jLxP -----END PGP SIGNATURE----- --lG9v85r552aFjg4G-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 8:46:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by hub.freebsd.org (Postfix) with ESMTP id 7A9E637B57F for ; Tue, 11 Jul 2000 08:46:28 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from parish.my.domain ([62.253.88.177]) by mta01-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000711154626.CRPZ26680.mta01-svc.ntlworld.com@parish.my.domain>; Tue, 11 Jul 2000 16:46:26 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id QAA01284; Tue, 11 Jul 2000 16:46:21 +0100 (BST) (envelope-from mark) Date: Tue, 11 Jul 2000 16:46:20 +0100 From: Mark Ovens To: "David J. Kanter" Cc: FreeBSD questions Subject: Re: Which /dev for "device pcm" in kernel? Message-ID: <20000711164620.A237@parish> References: <20000710180337.A39923@localhost.localdomain> <20000711002554.L237@parish> <20000710231700.A418@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000710231700.A418@localhost.localdomain>; from djkanter@northwestern.edu on Mon, Jul 10, 2000 at 11:17:00PM -0500 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jul 10, 2000 at 11:17:00PM -0500, David J. Kanter wrote: > On Tue, Jul 11, 2000 at 12:25:54AM +0100, Mark Ovens wrote: > > Since your card is found as pcm0 you need snd0 > > > > # cd /dev && ./MAKEDEV snd0 > ---end quoted text--- > > Thanks. Things are now working but, unfortunately, I have now idea why or > how! Perhaps you can help answer these questions. > > Basically, I started by installing xmms to test whether I could get sound. > > I then did the MAKEDEV snd0 as you said. I got a /dev/sndstat, > /dev/sndstat is a text file containing details of your installed devices: % cat /dev/sndstat FreeBSD Audio Driver (newpcm) May 6 2000 20:04:45 Installed devices: pcm0: at io 0x6800 irq 11 (1p/1r channels duplex) % > but was I > supposed to get a /dev/snd0 as well? I didn't. Yes, but don't forget that /dev is not in your $PATH (unless you added it) so you must do ``./MAKEDEV'' > OK, so I rebooted and restarted xmms. > > The esound driver seems to work without any adjustments. The OSS output > driver has a device section. Should this be set this to /dev/sndstat? > Mine is set to /dev/dsp, and it works fine. > Basically, my confusion is I was expecting a /dev/snd0 but got a > /dev/sndstat and don't understand what's going on. I can only think that you mistyped. This is what you should have: % ls -l snd* audio* midi* sequen* mix* pss* dsp* music* lrwxrwxrwx 1 root wheel 6 4 Mar 21:34 audio -> audio0 crw-rw-rw- 1 root wheel 30, 4 21 Jun 19:42 audio0 lrwxrwxrwx 1 root wheel 4 4 Mar 21:34 dsp -> dsp0 crw-rw-rw- 1 root wheel 30, 3 9 Jul 15:36 dsp0 lrwxrwxrwx 1 root wheel 5 4 Mar 21:34 dspW -> dspW0 crw-rw-rw- 1 root wheel 30, 5 4 Mar 21:34 dspW0 crw-rw-rw- 1 root wheel 30, 2 4 Mar 21:34 midi0 lrwxrwxrwx 1 root wheel 6 4 Mar 21:34 mixer -> mixer0 crw-rw-rw- 1 root wheel 30, 0 4 Mar 21:34 mixer0 lrwxrwxrwx 1 root wheel 6 4 Mar 21:34 music -> music0 crw-rw-rw- 1 root wheel 30, 8 4 Mar 21:34 music0 lrwxrwxrwx 1 root wheel 4 4 Mar 21:34 pss -> pss0 crw-rw-rw- 1 root wheel 30, 9 4 Mar 21:34 pss0 lrwxrwxrwx 1 root wheel 10 4 Mar 21:34 sequencer -> sequencer0 crw-rw-rw- 1 root wheel 30, 1 4 Mar 21:34 sequencer0 -rw-r--r-- 1 root wheel 4698 24 Jan 21:52 snd -rw-r--r-- 1 root wheel 135876 23 Mar 21:32 snd0 crw-rw-rw- 1 root wheel 30, 6 4 Mar 21:34 sndstat % > -- > David Kanter > djkanter@northwestern.edu > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- If I buy a copy of WinDelete, and it doesn't delete Windows, am I entitled to my money back? ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:marko@freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 8:55:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by hub.freebsd.org (Postfix) with ESMTP id 31D3E37B637 for ; Tue, 11 Jul 2000 08:55:37 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from parish.my.domain ([62.253.88.177]) by mta01-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000711155535.CTDE26680.mta01-svc.ntlworld.com@parish.my.domain>; Tue, 11 Jul 2000 16:55:35 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id QAA01338; Tue, 11 Jul 2000 16:55:30 +0100 (BST) (envelope-from mark) Date: Tue, 11 Jul 2000 16:55:30 +0100 From: Mark Ovens To: dave Cc: freebsd-questions@freebsd.org Subject: Re: configuring a pnp modem under fbsd 4? Message-ID: <20000711165530.B237@parish> References: <002b01bfeb9f$42742aa0$0200a8c0@hellraiser> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <002b01bfeb9f$42742aa0$0200a8c0@hellraiser>; from dmehler22@earthlink.net on Tue, Jul 11, 2000 at 09:19:41PM -0400 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jul 11, 2000 at 09:19:41PM -0400, dave wrote: > Hello, > Has the pnp code changed from v 3.4 to v4.0 of fbsd? I had my > modem working under fbsd 3.4, but since upgrading it no longer is. > I've dropped in my 3.4 kernel.conf file, which I saved, to no avail. > If anyone can help or has succeeded in getting a pnp modem working > under fbsd 4, please let me know. Thanks. What is the output of pnpinfo(1)? I had the same problem. It was explained to me that 4.x was much more "PnP oriented" than 3.x and that the reason my modem worked under 3.x but not 4.x was because the sio probe found it. Under 4.x it needs to be found by the PnP probe. The upshot of this is that you will probably have to add a line to sio.c and re-build your kernel. The output from pnpinfo provides the required data. This is how I did it with mine: # pnpinfo Checking for Plug-n-Play devices... Card assigned CSN #1 Vendor ID PMC2430 (0x3024a341), Serial Number 0xffffffff PnP Version 1.0, Vendor Version 0 Device Description: Pace 56 Voice Internal Plug & Play Modem [snip] From the above in info you construct the line: {0x3024a341, NULL}, /* PMC2430 - Pace 56 Voice Internal Modem */ and add it to the isa_pnp_id sio_ids[] struct in /usr/src/sys/isa/sio.c (around line 550). Note that the list is sorted by the Vendor ID (PMC2430 in my case). Don't forget to back up sio.c! Now re-build your kernel and reboot. If it works OK submit a PR using send-pr(1) including a diff and it will be added to the source. HTH > Dave. > -- If I buy a copy of WinDelete, and it doesn't delete Windows, am I entitled to my money back? ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:marko@freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 9: 1: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by hub.freebsd.org (Postfix) with ESMTP id DE7D537B5A0 for ; Tue, 11 Jul 2000 09:00:57 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from parish.my.domain ([62.253.88.177]) by mta01-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000711160055.CTZF26680.mta01-svc.ntlworld.com@parish.my.domain>; Tue, 11 Jul 2000 17:00:55 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id RAA01373; Tue, 11 Jul 2000 17:00:51 +0100 (BST) (envelope-from mark) Date: Tue, 11 Jul 2000 17:00:50 +0100 From: Mark Ovens To: "David J. Kanter" Cc: FreeBSD questions Subject: Re: Uninstalling non-English documentation Message-ID: <20000711170050.C237@parish> References: <20000710180653.A39939@localhost.localdomain> <20000711002349.K237@parish> <20000710203725.A46923@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000710203725.A46923@localhost.localdomain>; from djkanter@northwestern.edu on Mon, Jul 10, 2000 at 08:37:25PM -0500 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jul 10, 2000 at 08:37:25PM -0500, David J. Kanter wrote: > On Tue, Jul 11, 2000 at 12:23:49AM +0100, Mark Ovens wrote: > > The following in /usr/sup/refuse should do the trick (for the ports > > and web pages as well): > > > > doc/es* doc/fr* doc/ja* doc/nl* doc/ru* doc/zh* > > www/es* www/fr* www/ja* www/nl* www/ru* www/zh* > > ports/chinese ports/german ports/japanese ports/korean ports/russian > > ports/vietnamese > ---end quoted text--- > > Shouldn't the refuse file(s) be: > /usr/sup/doc-all/refuse > /usr/sup/ports-all/refuse > /usr/sup/src-all/refuse > That's for collection specific refuse files. If you put it in /usr/sup it is global (but you must path the entries relative to base - hence the doc/). Look at REFUSE FILES section in the manpage for cvsup(1). > That's the impression I get from the cvsup FAQ. > -- > David Kanter > djkanter@northwestern.edu > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- If I buy a copy of WinDelete, and it doesn't delete Windows, am I entitled to my money back? ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:marko@freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 9:32:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gallions-reach.inpharmatica.co.uk (gallions-reach.inpharmatica.co.uk [193.115.214.5]) by hub.freebsd.org (Postfix) with ESMTP id 72B9737BA80 for ; Tue, 11 Jul 2000 09:32:28 -0700 (PDT) (envelope-from m.seaman@inpharmatica.co.uk) Received: from mailhost.inpharmatica.co.uk (euston.inpharmatica.co.uk [193.115.214.6]) by gallions-reach.inpharmatica.co.uk (8.9.3/8.9.3) with ESMTP id RAA19563; Tue, 11 Jul 2000 17:32:12 +0100 (BST) (envelope-from m.seaman@inpharmatica.co.uk) Received: from paddington.inpharmatica.co.uk (IDENT:root@paddington.inpharmatica.co.uk [192.168.122.1]) by mailhost.inpharmatica.co.uk (8.9.3/8.9.3) with ESMTP id RAA65102; Tue, 11 Jul 2000 17:32:12 +0100 (BST) (envelope-from m.seaman@inpharmatica.co.uk) Received: from inpharmatica.co.uk (IDENT:matthew@localhost [127.0.0.1]) by paddington.inpharmatica.co.uk (8.9.3/8.9.3) with ESMTP id RAA05078; Tue, 11 Jul 2000 17:32:12 +0100 Message-ID: <396B4C0C.5027C98C@inpharmatica.co.uk> Date: Tue, 11 Jul 2000 16:32:12 +0000 From: Matthew Seaman X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.2.4 i586) X-Accept-Language: en-GB, en MIME-Version: 1.0 To: "Brandon D. Valentine" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: NIS/YP compatibility References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Brandon D. Valentine" wrote: > > [A -questions matter. BCC'd to -stable to gain the input of the many on > that list who run FreeBSD in an enterprise situation. Please, if you > reply on -questions CC me as I have trouble sifting through all of my > -questions mailbox] > > I'm running into some NIS/YP issues which I would like the community's > input on. To make a long story short we need our users to be machine > independent. We run such a motley collection of OSes on the hardware we > have around here that NIS/YP is the lowest common denominator solution > for user account management. It's the only scheme every platform we run > has support for. Same here. I run NIS servers on FBSD (master) with slaves on FBSD, Solaris 7 and Debian Linux 2.2. Clients include all those OSes plus Irix 6.5 Everything works reasonably well, except that: ypxfr from FBSD to the other OSes doesn't work: they all have DBM based yp map files... The fallback (slow) method of updating yp databases gets there in the end though. You have to use DES encryption for passwords, and edit /var/yp/Makefile to enable the compat options for the passwd.{byuid,byname} maps. The shadow password formats for the different unices are incompatible: you've got to have encrypted passwords in the (world readable) passwd maps. Passwords must be 8 characters or fewer --- recent versions of pw will generate longer random passwords than that. You'll possibly need to edit /var/yp/Makefile to generate Sun style automount maps, if you're using automount. Something like this should work for you: auto.master: $(AUTOMASTER) @echo "Updating $@..." $(CAT) $(AUTOMASTER) | \ $(AWK) '{ if ($$1 != "" && $$1 !~ "^#.*") print $$0 }' $^ \ | $(DBLOAD) -i $(AUTOMASTER) -o $(YPMAPDIR)/$@ - $(TMP); \ $(RMV) $(TMP) $@ @$(DBLOAD) -c @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) $@; fi @if [ ! $(NOPUSH) ]; then echo "Pushed $@ map." ; fi auto.home: $(AUTOHOME) @echo "Updating $@..." $(CAT) $(AUTOHOME) | \ $(AWK) '{ if ($$1 != "" && $$1 !~ "^#.*") print $$0 }' $^ \ | $(DBLOAD) -i $(AUTOHOME) -o $(YPMAPDIR)/$@ - $(TMP); \ $(RMV) $(TMP) $@ @$(DBLOAD) -c @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) $@; fi @if [ ! $(NOPUSH) ]; then echo "Pushed $@ map." ; fi FreeBSD rpc.yppasswdd seems to be more compatible with yppasswd commands on assorted other OSes than any other permutation I've tried. It certainly caused all sorts of grief when the master NIS box was running Redhat Linux 5.1... Also make sure that you configure sufficient NIS servers or run them on fairly fast machines: rpc timeouts will make your whole network slow down, just like misconfigured DNS. I find that an AMD K6-2 300MHz F-BSD box running NIS and DNS servers will support about 20 desktop clients amply. Matthew -- Certe, Toto, sentio nos in Kansate non iam adesse. Dr. Matthew Seaman, Inpharmatica Ltd, 60 Charlotte St, London, W1T 2NU Tel: +44 20 7631 4644 x229 Fax: +44 20 7631 4844 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 9:33:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from luna.osd.bsdi.com (luna.geekhouse.net [64.81.6.50]) by hub.freebsd.org (Postfix) with ESMTP id D790637BA80 for ; Tue, 11 Jul 2000 09:33:12 -0700 (PDT) (envelope-from jim@luna.osd.bsdi.com) Received: by luna.osd.bsdi.com (Postfix, from userid 1000) id EB233316C; Tue, 11 Jul 2000 09:33:11 -0700 (PDT) Date: Tue, 11 Jul 2000 09:33:11 -0700 From: Jim Mock To: Chris McClellen Cc: questions@FreeBSD.ORG Subject: Re: who? Message-ID: <20000711093311.A68507@luna.osd.bsdi.com> Reply-To: jim@luna.osd.bsdi.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.5i In-Reply-To: ; from cmcclellen@n2bb.com on Tue, Jul 11, 2000 at 10:50:16AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 11 Jul 2000 at 10:50:16 -0400, Chris McClellen wrote: > I wish to do some development work on the FreeBSD kernel. Basically, > I have some skills which may be useful. What person or list should I > contact that may know of things that need development work for the > kernel? I didnt want to bother the core team or freebsd-hackers > (unless thats appropriate). > > I have i386 based hardware. 1) Subscribe to the -current and -hackers lists. 2) Install 5.0-CURRENT. 3) Hack. 4) Send patches to -hackers for review. - jim -- /* jim mock - berkeley software design, inc - open source division */ /* documentation manager - jim@FreeBSD.org - jim@luna.osd.bsdi.com */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 9:36:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from marsh.owlnet.rice.edu (marsh-49.owlnet.rice.edu [128.42.49.222]) by hub.freebsd.org (Postfix) with ESMTP id BB4EA37BAE6 for ; Tue, 11 Jul 2000 09:36:13 -0700 (PDT) (envelope-from skoe@owlnet.rice.edu) Received: from jungle.owlnet.rice.edu (jungle.owlnet.rice.edu [128.42.49.103]) by marsh.owlnet.rice.edu (8.9.0/8.9.0) with ESMTP id LAA02083; Tue, 11 Jul 2000 11:35:59 -0500 (CDT) Received: from localhost (skoe@localhost) by jungle.owlnet.rice.edu (8.9.0/8.9.0) with ESMTP id LAA07954; Tue, 11 Jul 2000 11:35:58 -0500 (CDT) X-Authentication-Warning: jungle.owlnet.rice.edu: skoe owned process doing -bs Date: Tue, 11 Jul 2000 11:35:58 -0500 (CDT) From: "Anders Chr. Skoe" To: freebsd-questions@FreeBSD.org Subject: Anyone resolved "Missing operating system" issue? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Howdy, folks! unfortunately, this email follows a pretty good history of posts regarding the "Missing operating system" error. we install 3.2 with no problems on our western digital WDE4360-1807A3, but it just won't boot. our bios is the adaptec AHA 2940 Ultra/Ultra W BIOS v1.23. a) if we only create a freebsd partition, and try to boot it, we get the infamous "Missing operating system" error. b) if we create both dos & freebsd partitions, we get to the boot manager, but selecting freebsd doesn't work. we've tried putting the freebsd partition first as well as the dos partition first, but it makes no difference. we've also tried various combinations of partition sizes. c) setting the drive geometry to 4095/64/32 doesn't help (someone suggested this in an earlier mail). d) using FDISK we've set the active partition to the freebsd partition. it doesn't help. e) we can boot from the floppy & cdrom drives. we would really appreciate some useful feedback 'cause it's drivin' us crazy. a & j To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 9:55:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from markl.com (markl.com [209.69.36.90]) by hub.freebsd.org (Postfix) with ESMTP id 87B3237C016 for ; Tue, 11 Jul 2000 09:55:03 -0700 (PDT) (envelope-from squirrel@hammis.com) Received: from localhost (squirrel@localhost) by markl.com (8.9.3/8.9.3) with ESMTP id MAA98245; Tue, 11 Jul 2000 12:54:52 -0400 (EDT) (envelope-from squirrel@hammis.com) Date: Tue, 11 Jul 2000 12:54:52 -0400 (EDT) From: Damon Hammis X-Sender: squirrel@markl.com To: "Anders Chr. Skoe" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Anyone resolved "Missing operating system" issue? 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 Set the FreeBSD partition as bootable during the install. On Tue, 11 Jul 2000, Anders Chr. Skoe wrote: > Howdy, folks! > > unfortunately, this email follows a pretty good history of posts regarding > the "Missing operating system" error. we install 3.2 with no problems on > our western digital WDE4360-1807A3, but it just won't boot. our bios is > the adaptec AHA 2940 Ultra/Ultra W BIOS v1.23. > > a) if we only create a freebsd partition, and try to boot it, we get the > infamous "Missing operating system" error. > > b) if we create both dos & freebsd partitions, we get to the boot manager, > but selecting freebsd doesn't work. we've tried putting the freebsd > partition first as well as the dos partition first, but it makes no > difference. we've also tried various combinations of partition sizes. > > c) setting the drive geometry to 4095/64/32 doesn't help (someone > suggested this in an earlier mail). > > d) using FDISK we've set the active partition to the freebsd > partition. it doesn't help. > > e) we can boot from the floppy & cdrom drives. > > we would really appreciate some useful feedback 'cause it's drivin' us > crazy. > > a & j > > > > > 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 Jul 11 9:58:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx3.mail.ru (mx3.mail.ru [194.67.23.37]) by hub.freebsd.org (Postfix) with ESMTP id 1662437B5F9 for ; Tue, 11 Jul 2000 09:58:35 -0700 (PDT) (envelope-from danjka@mail.ru) Received: from f3.int ([10.0.0.50] helo=f3.mail.ru) by mx3.mail.ru with esmtp (Exim 3.14 #4) id 13C3Mb-000BTK-00 for questions@freebsd.org; Tue, 11 Jul 2000 20:58:29 +0400 Received: from mail by f3.mail.ru with local (Exim 3.14 #4) id 13C3Mb-0007T9-00 for questions@FreeBSD.org; Tue, 11 Jul 2000 20:58:29 +0400 Received: from [195.178.221.226] by win.mail.ru with HTTP; Tue, 11 Jul 2000 16:58:29 +0000 (GMT) From: "Alex Hobotov" To: questions@FreeBSD.org Subject: Diskless booting Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 X-Originating-IP: [195.178.221.226] Reply-To: "Alex Hobotov" Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: Date: Tue, 11 Jul 2000 20:58:29 +0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm a beginner in FreeBSD. Situation: I've compiled netboot to support NE2000, created all the files which are described in the Handbook BUT: when I'm trying to boot from floppy with help of nb8390.com I obtain on the client: server nor found on the server: can not get my IP address. Please, let me know how I can solve this problem. My e-mail: danjka@techemail.com. Best regards, Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 10: 0:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from osiris.ipform.ru (osiris.ipform.ru [212.158.165.98]) by hub.freebsd.org (Postfix) with ESMTP id 66C0D37BA80 for ; Tue, 11 Jul 2000 10:00:29 -0700 (PDT) (envelope-from matrix@ipform.ru) Received: from wp2 (wp2 [192.168.0.12]) by osiris.ipform.ru (8.9.3/8.9.3) with SMTP id VAA85270 for ; Tue, 11 Jul 2000 21:00:36 +0400 (MSD) (envelope-from matrix@ipform.ru) Message-ID: <000701bfeb59$0a71a560$0c00a8c0@ipform.ru> From: "Artem Koutchine" To: Subject: semget() fails in perl module SahreLite Date: Tue, 11 Jul 2000 20:57:01 +0400 Organization: IP Form MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! At the subject says the semget fails in sharelite with a message "no space left on device". I do not understand why it cannot get a semaphone (if i just knew what are those). As i get it, there are just not enough semaphores. Where do i increase their number? FreeBSD 4.0-stable CVSed weekly. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 10: 2:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from marsh.owlnet.rice.edu (marsh-49.owlnet.rice.edu [128.42.49.222]) by hub.freebsd.org (Postfix) with ESMTP id 5329237BEEC for ; Tue, 11 Jul 2000 10:02:03 -0700 (PDT) (envelope-from skoe@owlnet.rice.edu) Received: from jungle.owlnet.rice.edu (jungle.owlnet.rice.edu [128.42.49.103]) by marsh.owlnet.rice.edu (8.9.0/8.9.0) with ESMTP id MAA10077; Tue, 11 Jul 2000 12:01:59 -0500 (CDT) Received: from localhost (skoe@localhost) by jungle.owlnet.rice.edu (8.9.0/8.9.0) with ESMTP id MAA08892; Tue, 11 Jul 2000 12:01:59 -0500 (CDT) X-Authentication-Warning: jungle.owlnet.rice.edu: skoe owned process doing -bs Date: Tue, 11 Jul 2000 12:01:59 -0500 (CDT) From: "Anders Chr. Skoe" To: Damon Hammis Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Anyone resolved "Missing operating system" issue? 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 > Set the FreeBSD partition as bootable during the install. > We always set the freebsd partition as bootable, but nevertheless get the problem described. We've also tried setting the partition bootable during "post- configuration" (ref. Jeff Koncz mail), but this doesn't have any effect either. So we're still stuck - any more suggestions? Thanks, a & j To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 10: 3:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from markl.com (markl.com [209.69.36.90]) by hub.freebsd.org (Postfix) with ESMTP id D00E837BF0F for ; Tue, 11 Jul 2000 10:03:15 -0700 (PDT) (envelope-from squirrel@hammis.com) Received: from localhost (squirrel@localhost) by markl.com (8.9.3/8.9.3) with ESMTP id NAA98289; Tue, 11 Jul 2000 13:03:06 -0400 (EDT) (envelope-from squirrel@hammis.com) Date: Tue, 11 Jul 2000 13:03:06 -0400 (EDT) From: Damon Hammis X-Sender: squirrel@markl.com To: "Anders Chr. Skoe" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Anyone resolved "Missing operating system" issue? 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 When you did it during the post install did you hit W to commit the changes? On Tue, 11 Jul 2000, Anders Chr. Skoe wrote: > > > Set the FreeBSD partition as bootable during the install. > > > > We always set the freebsd partition as bootable, but nevertheless get the > problem described. > > We've also tried setting the partition bootable during "post- > configuration" (ref. Jeff Koncz mail), but this doesn't have any effect > either. > > So we're still stuck - any more suggestions? Thanks, a & j > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 10: 4: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from distortion.dk (distortion.dk [195.249.147.156]) by hub.freebsd.org (Postfix) with ESMTP id D6C6237C15D for ; Tue, 11 Jul 2000 10:03:46 -0700 (PDT) (envelope-from morten@seeberg.dk) Received: from sos (userhost.mdes.dk [130.228.127.200] (may be forged)) by distortion.dk (8.9.3/8.9.1) with SMTP id TAA36699 for ; Tue, 11 Jul 2000 19:08:41 +0200 (CEST) (envelope-from morten@seeberg.dk) Message-ID: <024f01bfeb62$7c5830a0$deff58c1@sos> From: "Morten Seeberg" To: "FreeBSD-QUESTIONS" Subject: Combining Apache modules in ports Date: Tue, 11 Jul 2000 19:04:39 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It´s very easy to install apache with modssl support, or apache with mod php3 support, but what if I want to combine these two into Apache with both mod-ssl and mod-php3? I can´t find anything explaining how to do this. I would think it would be smartest to install the apache13-modssl port, but how (if possible) do I make it use php afterwards/while? I could download all the sources and do it manually, but it should be possible using ports right? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /\/\orten $eeberg, Systems Consultant @ Merkantildata - Enterprise Solutions #echo 'System Administrators suck :)' > /dev/console To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 10:17:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from icebox.venux.net (icebox.venux.net [216.120.166.10]) by hub.freebsd.org (Postfix) with ESMTP id 4201D37B8D8 for ; Tue, 11 Jul 2000 10:17:16 -0700 (PDT) (envelope-from matthew@venux.net) Received: from thunder.venux.net (net-216-93-125-061.hcv.com [216.93.125.61]) by icebox.venux.net (Postfix) with ESMTP id 7FE0626202 for ; Tue, 11 Jul 2000 13:24:42 -0400 (EDT) Message-Id: <4.3.2.7.2.20000711130837.00cf9390@127.0.0.1> X-Sender: mhagerty/pop3.venux.net@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Tue, 11 Jul 2000 13:11:53 -0400 To: freebsd-questions@FreeBSD.ORG From: Matthew Hagerty Subject: ld static search path? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, Could someone tell me how I can find out what the *static* search path for ld is? Also, how can I add my own directories to the static search path? Thank you, Matthew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 10:18: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lerami.lerctr.org (lerami.lerctr.org [207.158.72.11]) by hub.freebsd.org (Postfix) with ESMTP id D32A937C016 for ; Tue, 11 Jul 2000 10:18:02 -0700 (PDT) (envelope-from ler@lerctr.org) Received: from lerdesk (ler-desk.iadfw.net [206.66.13.18]) by lerami.lerctr.org (8.10.1/8.10.1/20000708) with SMTP id e6BHHrU06292; Tue, 11 Jul 2000 12:17:53 -0500 (CDT) From: "Larry Rosenman" To: "Morten Seeberg" , "FreeBSD-QUESTIONS" Subject: RE: Combining Apache modules in ports Date: Tue, 11 Jul 2000 12:17:52 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <024f01bfeb62$7c5830a0$deff58c1@sos> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG once the apache13-modssl port is installed, the mod_php[34] ports find it, and install on top of it (I used this exact method on my 4.0-STABLE system last week). Same with mod_perl and mod_dav. Larry Rosenman -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Morten Seeberg Sent: Tuesday, July 11, 2000 1:05 PM To: FreeBSD-QUESTIONS Subject: Combining Apache modules in ports It´s very easy to install apache with modssl support, or apache with mod php3 support, but what if I want to combine these two into Apache with both mod-ssl and mod-php3? I can´t find anything explaining how to do this. I would think it would be smartest to install the apache13-modssl port, but how (if possible) do I make it use php afterwards/while? I could download all the sources and do it manually, but it should be possible using ports right? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /\/\orten $eeberg, Systems Consultant @ Merkantildata - Enterprise Solutions #echo 'System Administrators suck :)' > /dev/console 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 Jul 11 10:31:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 4C44237B6C1 for ; Tue, 11 Jul 2000 10:31:20 -0700 (PDT) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id VAA08521; Tue, 11 Jul 2000 21:34:19 +0200 Message-ID: <396B5A06.AA44C10C@i-clue.de> Date: Tue, 11 Jul 2000 19:31:50 +0200 From: Christoph Sold Reply-To: so@server.i-clue.de Organization: i-clue interactive GmbH X-Mailer: Mozilla 4.73 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: "Anders Chr. Skoe" Cc: Damon Hammis , freebsd-questions@FreeBSD.ORG Subject: Re: Anyone resolved "Missing operating system" issue? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Anders Chr. Skoe" wrote: > > > Set the FreeBSD partition as bootable during the install. > > > > We always set the freebsd partition as bootable, but nevertheless get the > problem described. > > We've also tried setting the partition bootable during "post- > configuration" (ref. Jeff Koncz mail), but this doesn't have any effect > either. > > So we're still stuck - any more suggestions? Thanks, a & j Install at least standard boot blocks. HTH -Christoph Sold -- i-clue GmbH, Endersbacher Str. 57, D-71334 Waiblingen Fon: (0 71 51) 9 59 01-12, Fax: (0 71 51) 9 59 01-55 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 10:35: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id DDCAD37B5F0 for ; Tue, 11 Jul 2000 10:34:57 -0700 (PDT) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id VAA08538; Tue, 11 Jul 2000 21:38:19 +0200 Message-ID: <396B5AF6.85C17015@i-clue.de> Date: Tue, 11 Jul 2000 19:35:50 +0200 From: Christoph Sold Reply-To: so@server.i-clue.de Organization: i-clue interactive GmbH X-Mailer: Mozilla 4.73 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Michael MacKinnon Cc: freebsd-questions@FreeBSD.ORG Subject: Re: CD Writers over a network? References: <4.3.0.20070711000753.00a86220@mail> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Michael MacKinnon wrote: > > Hi there, > > I've got a network with a Win98 machine and a FreeBSD machine. I want > to be able to use my CD-RW drive from both machines. > > Is there a way to have the CD Writer in my Win98 machine and write to it > from FreeBSD? > > Or is there a way to have the CD Writer in my FreeBSD machine and write to it > from Win98? > > Any help would be appreciated... 1) Use mkisofs to create an ISO filesystem image on FreeBSD, copy it over to your Winblows box, write it there. 2) User your favorite burner application to create an ISO filesystem image on your winblows box (ummm, Adaptec Toast does this, but it runs on Macs only), move the ISO over to your BSD box, burn it there. Both ways work. YMMV -Christoph Sold -- i-clue GmbH, Endersbacher Str. 57, D-71334 Waiblingen Fon: (0 71 51) 9 59 01-12, Fax: (0 71 51) 9 59 01-55 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 11: 1:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from luke.cpl.net (luke.cpl.net [192.216.136.195]) by hub.freebsd.org (Postfix) with ESMTP id 0181137B9B2 for ; Tue, 11 Jul 2000 11:01:40 -0700 (PDT) (envelope-from shawn@megadeth.org) Received: from shawn.megadeth.org (shawn.megadeth.org [192.216.87.244]) by luke.cpl.net (8.9.3/8.9.3) with ESMTP id LAA47854 for ; Tue, 11 Jul 2000 11:01:35 -0700 (PDT) Message-Id: <4.3.0.20000711105428.01ca5068@mail.cpl.net> X-Sender: megadeth@mail.cpl.net X-Mailer: QUALCOMM Windows Eudora Version 4.3 Date: Tue, 11 Jul 2000 11:01:59 -0700 To: questions@freebsd.org From: Shawn Ramsey Subject: weird DHCPD problem Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If I configure an alias on the main ethernet adapter which is fxp0, and try= =20 to restart dhcpd, I get the following error : %dhcpd Internet Software Consortium DHCP Server 2.0pl2 Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved. Please contribute if you find this software useful. For info, please visit http://www.isc.org/dhcp-contrib.html (: Device not configureds for =EAz exiting. If I then delete the alias off of fxp0, it will then load and work like=20 expected. This is a FreeBSD 4.0-RELEASE system. It is also running a ETINC= =20 T3/HSSI card, but I don't believe that has anything to do with this. Then=20 again, maybe it does. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 11:10: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from luke.cpl.net (luke.cpl.net [192.216.136.195]) by hub.freebsd.org (Postfix) with ESMTP id BB10637B6BC for ; Tue, 11 Jul 2000 11:09:57 -0700 (PDT) (envelope-from shawn@megadeth.org) Received: from shawn.megadeth.org (shawn.megadeth.org [192.216.87.244]) by luke.cpl.net (8.9.3/8.9.3) with ESMTP id LAA50156; Tue, 11 Jul 2000 11:09:49 -0700 (PDT) Message-Id: <4.3.0.20000711110916.01c6ca88@mail.cpl.net> X-Sender: megadeth@mail.cpl.net X-Mailer: QUALCOMM Windows Eudora Version 4.3 Date: Tue, 11 Jul 2000 11:10:13 -0700 To: "Morten Seeberg" , "FreeBSD-QUESTIONS" From: Shawn Ramsey Subject: Re: Combining Apache modules in ports In-Reply-To: <024f01bfeb62$7c5830a0$deff58c1@sos> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 07:04 PM 7/11/2000 +0100, Morten Seeberg wrote: >It=B4s very easy to install apache with modssl support, or apache with mod >php3 support, but what if I want to combine these two into Apache with both >mod-ssl and mod-php3? > >I can=B4t find anything explaining how to do this. I would think it would= be >smartest to install the apache13-modssl port, but how (if possible) do I >make it use php afterwards/while? > >I could download all the sources and do it manually, but it should be >possible using ports right? The Apache13-modssl port includes php3. When you try make it brings up a=20 menu, and you can include php3 or not. At least thats what I remember,=20 perhaps im wrong, try it and see. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 11:20:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from alpha.root-servers.ch (alpha.root-servers.ch [195.49.62.125]) by hub.freebsd.org (Postfix) with SMTP id 611CF37B82E for ; Tue, 11 Jul 2000 11:20:23 -0700 (PDT) (envelope-from gabriel_ambuehl@buz.ch) Received: (qmail 15873 invoked from network); 11 Jul 2000 18:20:15 -0000 Received: from client98-229.hispeed.ch (HELO ATHLON-550) (62.2.98.229) by ns1.root-servers.ch with SMTP; 11 Jul 2000 18:20:15 -0000 Date: Tue, 11 Jul 2000 20:20:55 +0200 From: Gabriel Ambuehl X-Mailer: The Bat! (v1.44) UNREG / CD5BF9353B3B7091 Organization: BUZ Internet Services X-Priority: 3 (Normal) Message-ID: <373704897.20000711202055@buz.ch> To: Shawn Ramsey Cc: "Morten Seeberg" , "FreeBSD-QUESTIONS" Subject: Re[2]: Combining Apache modules in ports In-reply-To: <4.3.0.20000711110916.01c6ca88@mail.cpl.net> References: <4.3.0.20000711110916.01c6ca88@mail.cpl.net> 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 Shawn, >>I could download all the sources and do it manually, but it should be >>possible using ports right? > The Apache13-modssl port includes php3. When you try make it brings up a > menu, and you can include php3 or not. At least thats what I remember, > perhaps im wrong, try it and see. I reinstalled apache13-modssl yesterday (on my completely screwed up devbox) and I'm quite sure it didn't ask me for this. But in /usr/ports/www you can find mod_php3 and mod_php4 ports. I believe those would do the job. However, I haven't got any experience with those yet, if anyone has, I'd be very interested in hearing about them. Perhaps is installing from normal sources easier? Best regards, Gabriel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 11:33:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 1927837B639 for ; Tue, 11 Jul 2000 11:33:45 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e6BITSm11576; Tue, 11 Jul 2000 11:29:28 -0700 (PDT) Date: Tue, 11 Jul 2000 11:29:28 -0700 From: Alfred Perlstein To: Mark.Hummel@hurlburt.af.mil Cc: freebsd-questions@FreeBSD.ORG Subject: Re: I'm missing something ??? Message-ID: <20000711112928.R25571@fw.wintelcom.net> References: <856532CB07BED3118FE300204840E28A011075E7@vexwncc02.hurlburt.af.mil> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <856532CB07BED3118FE300204840E28A011075E7@vexwncc02.hurlburt.af.mil>; from Mark.Hummel@hurlburt.af.mil on Tue, Jul 11, 2000 at 09:43:22AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Mark.Hummel@hurlburt.af.mil [000711 08:40] wrote: > I checked out FAQ to no avail. > > Until I figure out why the Netscape port refuses to run, I'm using my kfm to > browse the web. The problem I'm having is that not everything (text & > pictures especially) load. What do I need to make kfm more robust as a web > server? Please run netscape from the command line in X and tell us what the error message means. A bug report consisting of only "it doesn't work" is very useful. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 11:39:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from luke.cpl.net (luke.cpl.net [192.216.136.195]) by hub.freebsd.org (Postfix) with ESMTP id CCE2437B5F0 for ; Tue, 11 Jul 2000 11:39:51 -0700 (PDT) (envelope-from shawn@megadeth.org) Received: from shawn.megadeth.org (shawn.megadeth.org [192.216.87.244]) by luke.cpl.net (8.9.3/8.9.3) with ESMTP id LAA60653; Tue, 11 Jul 2000 11:39:32 -0700 (PDT) Message-Id: <4.3.0.20000711113827.01d53bf0@mail.cpl.net> X-Sender: megadeth@mail.cpl.net X-Mailer: QUALCOMM Windows Eudora Version 4.3 Date: Tue, 11 Jul 2000 11:39:56 -0700 To: Gabriel Ambuehl From: Shawn Ramsey Subject: Re[2]: Combining Apache modules in ports Cc: "Morten Seeberg" , "FreeBSD-QUESTIONS" In-Reply-To: <373704897.20000711202055@buz.ch> References: <4.3.0.20000711110916.01c6ca88@mail.cpl.net> <4.3.0.20000711110916.01c6ca88@mail.cpl.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 08:20 PM 7/11/2000 +0200, Gabriel Ambuehl wrote: >Hello Shawn, > >>I could download all the sources and do it manually, but it should be > >>possible using ports right? > > The Apache13-modssl port includes php3. When you try make it brings up a > > menu, and you can include php3 or not. At least thats what I remember, > > perhaps im wrong, try it and see. > >I reinstalled apache13-modssl yesterday (on my completely screwed up >devbox) and I'm quite sure it didn't ask me for this. But in >/usr/ports/www you can find mod_php3 and mod_php4 ports. I believe >those would do the job. However, I haven't got any experience with >those yet, if anyone has, I'd be very interested in hearing about >them. Perhaps is installing from normal sources easier? Opps, its the apache13-php3 port that does the menu. That port has the option of doing modssl, so you want the apache13-php3 port. Maybe the modssl port is more upto date though, not sure why the two exist if the php3 port has modssl as well. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 11:51:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from markl.com (markl.com [209.69.36.90]) by hub.freebsd.org (Postfix) with ESMTP id C212937B5F0 for ; Tue, 11 Jul 2000 11:51:47 -0700 (PDT) (envelope-from squirrel@hammis.com) Received: from localhost (squirrel@localhost) by markl.com (8.9.3/8.9.3) with ESMTP id OAA98592; Tue, 11 Jul 2000 14:51:10 -0400 (EDT) (envelope-from squirrel@hammis.com) Date: Tue, 11 Jul 2000 14:51:10 -0400 (EDT) From: Damon Hammis X-Sender: squirrel@markl.com To: Shawn Ramsey Cc: Gabriel Ambuehl , Morten Seeberg , FreeBSD-QUESTIONS Subject: Re: Re[2]: Combining Apache modules in ports In-Reply-To: <4.3.0.20000711113827.01d53bf0@mail.cpl.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The only problem with that is that the port can't be found on the ftp servers anymore. It came on my 4.0-RELEASE CD image that I downloaded, but I can't seem to find it on the sites anywhere. On Tue, 11 Jul 2000, Shawn Ramsey wrote: > At 08:20 PM 7/11/2000 +0200, Gabriel Ambuehl wrote: > >Hello Shawn, > > >>I could download all the sources and do it manually, but it should be > > >>possible using ports right? > > > The Apache13-modssl port includes php3. When you try make it brings up a > > > menu, and you can include php3 or not. At least thats what I remember, > > > perhaps im wrong, try it and see. > > > >I reinstalled apache13-modssl yesterday (on my completely screwed up > >devbox) and I'm quite sure it didn't ask me for this. But in > >/usr/ports/www you can find mod_php3 and mod_php4 ports. I believe > >those would do the job. However, I haven't got any experience with > >those yet, if anyone has, I'd be very interested in hearing about > >them. Perhaps is installing from normal sources easier? > > Opps, its the apache13-php3 port that does the menu. That port has the > option of doing modssl, so you want the apache13-php3 port. Maybe the > modssl port is more upto date though, not sure why the two exist if the > php3 port has modssl as well. > > > > > > 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 Jul 11 11:53:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www.menzor.dk (menzor.org [195.249.147.160]) by hub.freebsd.org (Postfix) with ESMTP id 355DF37B681 for ; Tue, 11 Jul 2000 11:53:41 -0700 (PDT) (envelope-from ml@seeberg.dk) Received: from sos (userhost.mdes.dk [130.228.127.200] (may be forged)) by www.menzor.dk (8.8.8/8.8.8) with SMTP id VAA04510 for ; Tue, 11 Jul 2000 21:16:35 +0200 (CEST) (envelope-from ml@seeberg.dk) Message-ID: <027901bfeb71$dbe912a0$deff58c1@sos> From: "Morten Seeberg" To: "FreeBSD-QUESTIONS" References: <4.3.0.20000711110916.01c6ca88@mail.cpl.net> <373704897.20000711202055@buz.ch> Subject: Re: Combining Apache modules in ports Date: Tue, 11 Jul 2000 20:54:42 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanx everyone, It was even easier than I thought, so easy that my mind wouldn´t accept it :) I ended up with doing it all manually, but decided to remove it to try the "FreeBSD" way (as one you so beatifully put it :) ), and i worked just fine. cd apache13-modssl/ && make install cd ../mod_php3 && make install THATS JUST TO EASY :=) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 12: 7:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from alpha.root-servers.ch (alpha.root-servers.ch [195.49.62.125]) by hub.freebsd.org (Postfix) with SMTP id 2F1FA37B7B0 for ; Tue, 11 Jul 2000 12:07:17 -0700 (PDT) (envelope-from gabriel_ambuehl@buz.ch) Received: (qmail 16505 invoked from network); 11 Jul 2000 19:07:14 -0000 Received: from unknown (HELO ATHLON-550) (62.2.98.229) by ns1.root-servers.ch with SMTP; 11 Jul 2000 19:07:14 -0000 Date: Tue, 11 Jul 2000 21:07:56 +0200 From: Gabriel Ambuehl X-Mailer: The Bat! (v1.44) UNREG / CD5BF9353B3B7091 Organization: BUZ Internet Services X-Priority: 3 (Normal) Message-ID: <866525062.20000711210756@buz.ch> To: "Morten Seeberg" Cc: "FreeBSD-QUESTIONS" Subject: Re[2]: Combining Apache modules in ports In-reply-To: <027901bfeb71$dbe912a0$deff58c1@sos> References: <4.3.0.20000711110916.01c6ca88@mail.cpl.net> <373704897.20000711202055@buz.ch> <027901bfeb71$dbe912a0$deff58c1@sos> 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 ended up with doing it all manually, but decided to remove it to try the > "FreeBSD" way (as one you so beatifully put it :) ), and i worked just fine. > cd apache13-modssl/ && make install > cd ../mod_php3 && make install > THATS JUST TO EASY :=) What about all the apache.conf hacks? Are they done as well? (If yes, PHP4 goes into production in a very short time here ;-) Best regards, Gabriel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 12:15:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from theory1.physics.iisc.ernet.in (theory1.physics.iisc.ernet.in [144.16.71.20]) by hub.freebsd.org (Postfix) with SMTP id EEA8337B6F1 for ; Tue, 11 Jul 2000 12:15:00 -0700 (PDT) (envelope-from rsidd@physics.iisc.ernet.in) Received: (qmail 3269 invoked from network); 11 Jul 2000 19:14:46 -0000 Received: from theory6.physics.iisc.ernet.in (qmailr@144.16.71.126) by theory1.physics.iisc.ernet.in with SMTP; 11 Jul 2000 19:14:46 -0000 Received: (qmail 6321 invoked by uid 211); 11 Jul 2000 19:14:44 -0000 Date: Wed, 12 Jul 2000 00:44:43 +0530 From: Rahul Siddharthan To: freebsd-questions@freebsd.org Subject: Vinum/RAID-5 on IDE disks Message-ID: <20000712004443.A6134@physics.iisc.ernet.in> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i X-Operating-System: Linux 2.2.15pre4 alpha Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On a system with 2 IDE buses and 4 disks (2 per bus), is it a good idea to use RAID 5 / Vinum? I read of issues regarding performance and fault tolerance on linux raid when you put two disks on one bus, and it sounded like that should apply to freebsd too, but I can't find a specific mention in the vinum documentation. One problem mentioned there that if a disk goes down, it can take the bus and therefore the other disk down with it: it doesn't matter if the data on the other disk is safe and therefore the system can be brought back up without data loss. But is there a likelihood of the other disk being corrupted in such an event? If there are performance issues with slave disks, are they likely to be show-stopping? Any real-world experiences? Thanks, Rahul. ps the linux document was http://linuxdoc.org/HOWTO/Software-RAID-HOWTO-3.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 12:27:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes12-hme0.telusplanet.net (edtnes12.telus.net [199.185.220.112]) by hub.freebsd.org (Postfix) with ESMTP id 99C4937B7B0 for ; Tue, 11 Jul 2000 12:26:00 -0700 (PDT) (envelope-from q@crackbaby.org) Received: from ricepower ([209.53.59.203]) by priv-edtnes12-hme0.telusplanet.net (InterMail vM.4.01.02.11 201-229-116-111) with SMTP id <20000711192554.IDNF7614.priv-edtnes12-hme0.telusplanet.net@ricepower> for ; Tue, 11 Jul 2000 13:25:54 -0600 Message-ID: <000b01bfeb6d$dec0c080$cb3b35d1@bconnected.net> From: "Q Tuyen" To: Subject: Out of Topic ---- BitchX Date: Tue, 11 Jul 2000 12:26:10 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sorry this is kinda out of topic. Im trying to set a default for BitchX to auto set time on all msg. This is so anyone on my box can have the same default. Thx ¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿ -=- Quang (Peter) Tuyen q@tuyen.org -=- Email: q@crackbaby.org & q@crazie.org & q@telus.net & q@missingyou.net -=- Fax No: 1+604+2518076 1+604+9740993 extension 1286 -=- Voicemail: 1+604+9740993 extension 1286 -=- WEB: Http://www.GreenEcstasy.com & Http://www.MissingYou.net ‹{º¿º}› Not being able to comprehend something doesn't make it stupid. ??????????????????????????????????????????????????????????????????????????? Directions to use VoiceMail: - Dial 1+604+9740993 - When prompted, enter 1286 extension - Speak Directions FaxMail: 1. From a fax machine - Dail 1+604+9740993 - Press pause button (if fax machine does not have a pause button, see "using a fax handset" below) - Enter 1286 extension - Press start or send on the fax machine 2. From a fax machine using a handset - Pickup the phone handset on the fax machine - Dial 1+604+9740993 - Wait for the prompt, then dail 1286 extension - Press start or send on the fax machine 3. From a computer using a modem - Type 1+604+9740993 with 2 commas, and your 4-digit phone extension i.e. "16049740993,,1286" - Send your fax. "QTME.com Server " made the following annotations ---------------------------------------------------------------------- Warning: All e-mail sent to this address will be received by the QTME corporate e-mail system, and is subject to archival and review by someone other than the recipient. This e-mail may contain information proprietary to QTME and is intended only for the use of the intended recipient(s). If the reader of this message is not the intended recipient(s), you are notified that you have received this message in error and that any review, dissemination, distribution or copying of this message is strictly prohibited. If you have received this message in error, please notify the sender immediately. ======================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 12:28:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id C345D37B7B0 for ; Tue, 11 Jul 2000 12:28:05 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Received: from localhost (lplist@localhost) by q.closedsrc.org (8.10.2/8.10.2) with ESMTP id e6BJQvf91460; Tue, 11 Jul 2000 12:26:57 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Date: Tue, 11 Jul 2000 12:26:57 -0700 (PDT) From: Linh Pham To: Rahul Siddharthan Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Vinum/RAID-5 on IDE disks In-Reply-To: <20000712004443.A6134@physics.iisc.ernet.in> Message-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's always best to separate heavy I/O drives (mainly hard drives) onto separate IDE channels. But, that doesn't always mean that you get a whole lot more performance that way. Remember that a standard UltraDMA controller can handle up to 33MB/s per channel, ATA/66 doubles that, and finally ATA/100 brings it up to 100MB/s. Also remember that hard drives usually cannot soak up the entire ATA channel, but some drives can. But also another note is that only one drive can communicate on a specific IDE channel at any given time. This might reduce the overall thoroughput, but again, it's not always going to be the bottleneck. // Linh Pham // // Proud supporter of FreeBSD and OpenBSD // FreeBSD - http://www.freebsd.org // OpenBSD - http://www.openbsd.org /* "Oregon, n.: Eighty billion gallons of water with no place to go on Saturday night." */ On Wed, 12 Jul 2000, Rahul Siddharthan wrote: > On a system with 2 IDE buses and 4 disks (2 per bus), is it a good > idea to use RAID 5 / Vinum? I read of issues regarding performance > and fault tolerance on linux raid when you put two disks on one bus, > and it sounded like that should apply to freebsd too, but I can't find > a specific mention in the vinum documentation. > > One problem mentioned there that if a disk goes down, it can take the > bus and therefore the other disk down with it: it doesn't matter if > the data on the other disk is safe and therefore the system can be > brought back up without data loss. But is there a likelihood of the > other disk being corrupted in such an event? > > If there are performance issues with slave disks, are they likely to > be show-stopping? Any real-world experiences? > > Thanks, > > Rahul. > > ps the linux document was > http://linuxdoc.org/HOWTO/Software-RAID-HOWTO-3.html > > > 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 Jul 11 12:30:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes12-hme0.telusplanet.net (edtnes12.telus.net [199.185.220.112]) by hub.freebsd.org (Postfix) with ESMTP id 0A50537B947 for ; Tue, 11 Jul 2000 12:29:01 -0700 (PDT) (envelope-from q@crackbaby.org) Received: from ricepower ([209.53.59.203]) by priv-edtnes12-hme0.telusplanet.net (InterMail vM.4.01.02.11 201-229-116-111) with SMTP id <20000711192859.IDVQ7614.priv-edtnes12-hme0.telusplanet.net@ricepower> for ; Tue, 11 Jul 2000 13:28:59 -0600 Message-ID: <001101bfeb6e$4d03fc60$cb3b35d1@bconnected.net> From: "Q Tuyen" To: Subject: P3 or dual celeron Date: Tue, 11 Jul 2000 12:29:15 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Im want to build a new box but not sure if I should do a single P3 667 or dual 500 celeron chips. Any suggestions on the best way of doing this. Which will give me more power. The price for them is about the same. Just dont' know which one to choose. Thx ¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿ -=- Quang (Peter) Tuyen q@tuyen.org -=- Email: q@crackbaby.org & q@crazie.org & q@telus.net & q@missingyou.net -=- Fax No: 1+604+2518076 1+604+9740993 extension 1286 -=- Voicemail: 1+604+9740993 extension 1286 -=- WEB: Http://www.GreenEcstasy.com & Http://www.MissingYou.net ‹{º¿º}› Not being able to comprehend something doesn't make it stupid. ??????????????????????????????????????????????????????????????????????????? Directions to use VoiceMail: - Dial 1+604+9740993 - When prompted, enter 1286 extension - Speak Directions FaxMail: 1. From a fax machine - Dail 1+604+9740993 - Press pause button (if fax machine does not have a pause button, see "using a fax handset" below) - Enter 1286 extension - Press start or send on the fax machine 2. From a fax machine using a handset - Pickup the phone handset on the fax machine - Dial 1+604+9740993 - Wait for the prompt, then dail 1286 extension - Press start or send on the fax machine 3. From a computer using a modem - Type 1+604+9740993 with 2 commas, and your 4-digit phone extension i.e. "16049740993,,1286" - Send your fax. "QTME.com Server " made the following annotations ---------------------------------------------------------------------- Warning: All e-mail sent to this address will be received by the QTME corporate e-mail system, and is subject to archival and review by someone other than the recipient. This e-mail may contain information proprietary to QTME and is intended only for the use of the intended recipient(s). If the reader of this message is not the intended recipient(s), you are notified that you have received this message in error and that any review, dissemination, distribution or copying of this message is strictly prohibited. If you have received this message in error, please notify the sender immediately. ======================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 12:34:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from markl.com (markl.com [209.69.36.90]) by hub.freebsd.org (Postfix) with ESMTP id 196FF37B681 for ; Tue, 11 Jul 2000 12:34:52 -0700 (PDT) (envelope-from squirrel@hammis.com) Received: from localhost (squirrel@localhost) by markl.com (8.9.3/8.9.3) with ESMTP id PAA98714; Tue, 11 Jul 2000 15:34:35 -0400 (EDT) (envelope-from squirrel@hammis.com) Date: Tue, 11 Jul 2000 15:34:35 -0400 (EDT) From: Damon Hammis X-Sender: squirrel@markl.com To: Q Tuyen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: P3 or dual celeron In-Reply-To: <001101bfeb6e$4d03fc60$cb3b35d1@bconnected.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'd suggest the single PIII, as my experience with multi-processor systems has been less than enjoyable and the performance hasn't wowed me. The PIII has more on-board cache which increases performance greatly. However, FreeBSD doesn't chew up a lot of CPU cycles, so it's really a matter of personal preference. --Damon On Tue, 11 Jul 2000, Q Tuyen wrote: >=20 > Im want to build a new box but not sure if I should do a single P3 667 or > dual 500 celeron chips. Any suggestions on the best way of doing this. > Which will give me more power. The price for them is about the same. > Just dont' know which one to choose. >=20 >=20 > Thx >=20 >=20 > =BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF= =BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF= =BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF= =BF > -=3D- Quang (Peter) Tuyen q@tuyen.org > -=3D- Email: q@crackbaby.org & q@crazie.org & q@telus.net & q@missingyou.= net > -=3D- Fax No: 1+604+2518076 1+604+9740993 extension 1286 > -=3D- Voicemail: 1+604+9740993 extension 1286 > -=3D- WEB: Http://www.GreenEcstasy.com & Http://www.MissingYou.net > =8B{=BA=BF=BA}=9B Not being able to comprehend something doesn't make it= stupid. > ?????????????????????????????????????????????????????????????????????????= ?? >=20 > Directions to use VoiceMail: > - Dial 1+604+9740993 > - When prompted, enter 1286 extension > - Speak >=20 > Directions FaxMail: >=20 > 1. From a fax machine > - Dail 1+604+9740993 > - Press pause button (if fax machine does not have a pause > button, see > "using a fax handset" below) > - Enter 1286 extension > - Press start or send on the fax machine >=20 > 2. From a fax machine using a handset > - Pickup the phone handset on the fax machine > - Dial 1+604+9740993 > - Wait for the prompt, then dail 1286 extension > - Press start or send on the fax machine >=20 > 3. From a computer using a modem > - Type 1+604+9740993 with 2 commas, and your > 4-digit phone extension i.e. "16049740993,,1286" > - Send your fax. >=20 >=20 >=20 >=20 > "QTME.com Server " made the following annotations >=20 > ---------------------------------------------------------------------- >=20 > Warning: > All e-mail sent to this address will be received by the QTME corporate > e-mail system, and is subject to archival and review by someone other tha= n > the recipient. This e-mail may contain information proprietary to QTME a= nd > is intended only for the use of the intended recipient(s). If the reader= of > this message is not the intended recipient(s), you are notified that you > have received this message in error and that any review, dissemination, > distribution or copying of this message is strictly prohibited. If you h= ave > received this message in error, please notify the sender immediately. >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 >=20 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 12:38:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id 140D837B89C for ; Tue, 11 Jul 2000 12:38:13 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Received: from localhost (lplist@localhost) by q.closedsrc.org (8.10.2/8.10.2) with ESMTP id e6BJatS91493; Tue, 11 Jul 2000 12:37:04 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Date: Tue, 11 Jul 2000 12:36:55 -0700 (PDT) From: Linh Pham To: Q Tuyen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: P3 or dual celeron In-Reply-To: <001101bfeb6e$4d03fc60$cb3b35d1@bconnected.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The problem with Celeron processors is that you are limited to a 66Mhz bus (that's if you do not overclock the processors) and only have 128KB of full speed L2 cache. The P3-667 probably runs on a 133Mhz bus with 256KB of full speed L2 cache. One option you may want to look at is to get a dual-processor capable motherboard and get one P3-667 processor. This will allow you to upgrade to dual processors if you need the extra power. If you are just using your machine for basic workstation needs, dual processors can be overkill. But if you are planning to run RC5 and/or do a lot of processor intensive operations, dual processors might work out to be a it better. Mind you that FreeBSD's SMP performance isn't quite up to par when compared to Windows 2000 or Solaris, but it does offer some performance increases. // Linh Pham // // Proud supporter of FreeBSD and OpenBSD // FreeBSD - http://www.freebsd.org // OpenBSD - http://www.openbsd.org /*=09"Oregon, n.: =09=09Eighty billion gallons of water =09=09with no place to go on =09=09Saturday night." */ On Tue, 11 Jul 2000, Q Tuyen wrote: >=20 > Im want to build a new box but not sure if I should do a single P3 667 or > dual 500 celeron chips. Any suggestions on the best way of doing this. > Which will give me more power. The price for them is about the same. > Just dont' know which one to choose. >=20 >=20 > Thx >=20 >=20 > =BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF= =BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF= =BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF= =BF > -=3D- Quang (Peter) Tuyen q@tuyen.org > -=3D- Email: q@crackbaby.org & q@crazie.org & q@telus.net & q@missingyou.= net > -=3D- Fax No: 1+604+2518076 1+604+9740993 extension 1286 > -=3D- Voicemail: 1+604+9740993 extension 1286 > -=3D- WEB: Http://www.GreenEcstasy.com & Http://www.MissingYou.net > =8B{=BA=BF=BA}=9B Not being able to comprehend something doesn't make it= stupid. > ?????????????????????????????????????????????????????????????????????????= ?? >=20 > Directions to use VoiceMail: > - Dial 1+604+9740993 > - When prompted, enter 1286 extension > - Speak >=20 > Directions FaxMail: >=20 > 1. From a fax machine > - Dail 1+604+9740993 > - Press pause button (if fax machine does not have a pause > button, see > "using a fax handset" below) > - Enter 1286 extension > - Press start or send on the fax machine >=20 > 2. From a fax machine using a handset > - Pickup the phone handset on the fax machine > - Dial 1+604+9740993 > - Wait for the prompt, then dail 1286 extension > - Press start or send on the fax machine >=20 > 3. From a computer using a modem > - Type 1+604+9740993 with 2 commas, and your > 4-digit phone extension i.e. "16049740993,,1286" > - Send your fax. >=20 >=20 >=20 >=20 > "QTME.com Server " made the following annotations >=20 > ---------------------------------------------------------------------- >=20 > Warning: > All e-mail sent to this address will be received by the QTME corporate > e-mail system, and is subject to archival and review by someone other tha= n > the recipient. This e-mail may contain information proprietary to QTME a= nd > is intended only for the use of the intended recipient(s). If the reader= of > this message is not the intended recipient(s), you are notified that you > have received this message in error and that any review, dissemination, > distribution or copying of this message is strictly prohibited. If you h= ave > received this message in error, please notify the sender immediately. >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 >=20 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 12:40: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.sirius.com (mail1.sirius.com [205.134.253.131]) by hub.freebsd.org (Postfix) with ESMTP id 2A75B37B6DF for ; Tue, 11 Jul 2000 12:40:02 -0700 (PDT) (envelope-from freepix@sirius.com) Received: from jasons-pc.sirius.com (ppp-astk02-067.sirius.net [205.134.247.67]) by mail1.sirius.com (8.9.3/8.9.1) with ESMTP id MAA15979 for ; Tue, 11 Jul 2000 12:36:05 -0700 (PDT) Message-Id: <4.3.2.7.2.20000711121931.01bf03d0@mail.sirius.com> X-Sender: freepix@mail.sirius.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Tue, 11 Jul 2000 12:23:21 -0700 To: freebsd-questions@FreeBSD.ORG From: Jason Scott Subject: SCSI Drive - Device not configured Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have my system setup with two IDE drives, and now two SCSI drives. The first SCSI drive works great, but upon adding the second one, and installing it (from The Complete FreeBSD book) I can access the drive, and even have a few small sites on it without a problem. But when I tried to copy a 2 gigabyte directory to it, I received the following errors, and then the drive could not be read: cp: /homes2/ps/data/avs/hotpnl/secret/ppp6/tn_ppp638eb_jpg.jpg: Device not configured cp: /homes2/ps/data/avs/hotpnl/secret/ppp6/ppp6.html: Device not configured cp: /homes2/ps/data/avs/hotpnl/secret/ppp9: Device not configured The files being copied are on a drive called homes, and this new drive is called homes2. I didn't add the drive to the kernel, but I didn't see anything in the book about doing that, could there be some type of problem with the drive? After I reboot the system it needs to be fsck'd to mount this drive, and the 'messages' file contains this after reboot: Jul 6 22:16:43 www /kernel: (da1:ahc0:0:1:0): Invalidating pack Jul 6 22:17:14 www last message repeated 10 times Jul 6 22:18:04 www last message repeated 15 times 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 Jul 11 12:48: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes04-hme0.telusplanet.net (edtnes04.telus.net [199.185.220.104]) by hub.freebsd.org (Postfix) with ESMTP id A6F2B37B9A2 for ; Tue, 11 Jul 2000 12:46:35 -0700 (PDT) (envelope-from q@crackbaby.org) Received: from ricepower ([209.53.59.203]) by priv-edtnes04-hme0.telusplanet.net (InterMail vM.4.01.02.11 201-229-116-111) with SMTP id <20000711194634.FGIL4208.priv-edtnes04-hme0.telusplanet.net@ricepower> for ; Tue, 11 Jul 2000 13:46:34 -0600 Message-ID: <002801bfeb70$c2047600$cb3b35d1@bconnected.net> From: "Q Tuyen" To: Subject: SENDMAIL PROBLEMS Date: Tue, 11 Jul 2000 12:46:50 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is really trouble me. I know that my SMTP is not running. But i have this msg on root just now. I looked at /var/logs/message and dont' see nothing. can someone explain this to me Jul 11 12:36:48 mail sendmal: arplookup 209.53.56.25set=check_mail, arg1= P.S sorry just full of questions today ¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿ -=- Quang (Peter) Tuyen q@tuyen.org -=- Email: q@crackbaby.org & q@crazie.org & q@telus.net & q@missingyou.net -=- Fax No: 1+604+2518076 1+604+9740993 extension 1286 -=- Voicemail: 1+604+9740993 extension 1286 -=- WEB: Http://www.GreenEcstasy.com & Http://www.MissingYou.net ‹{º¿º}› Not being able to comprehend something doesn't make it stupid. ??????????????????????????????????????????????????????????????????????????? Directions to use VoiceMail: - Dial 1+604+9740993 - When prompted, enter 1286 extension - Speak Directions FaxMail: 1. From a fax machine - Dail 1+604+9740993 - Press pause button (if fax machine does not have a pause button, see "using a fax handset" below) - Enter 1286 extension - Press start or send on the fax machine 2. From a fax machine using a handset - Pickup the phone handset on the fax machine - Dial 1+604+9740993 - Wait for the prompt, then dail 1286 extension - Press start or send on the fax machine 3. From a computer using a modem - Type 1+604+9740993 with 2 commas, and your 4-digit phone extension i.e. "16049740993,,1286" - Send your fax. "QTME.com Server " made the following annotations ---------------------------------------------------------------------- Warning: All e-mail sent to this address will be received by the QTME corporate e-mail system, and is subject to archival and review by someone other than the recipient. This e-mail may contain information proprietary to QTME and is intended only for the use of the intended recipient(s). If the reader of this message is not the intended recipient(s), you are notified that you have received this message in error and that any review, dissemination, distribution or copying of this message is strictly prohibited. If you have received this message in error, please notify the sender immediately. ======================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 12:50: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes04-hme0.telusplanet.net (edtnes04.telus.net [199.185.220.104]) by hub.freebsd.org (Postfix) with ESMTP id 6B55F37B7E8 for ; Tue, 11 Jul 2000 12:48:32 -0700 (PDT) (envelope-from q@crackbaby.org) Received: from ricepower ([209.53.59.203]) by priv-edtnes04-hme0.telusplanet.net (InterMail vM.4.01.02.11 201-229-116-111) with SMTP id <20000711194825.FGMQ4208.priv-edtnes04-hme0.telusplanet.net@ricepower> for ; Tue, 11 Jul 2000 13:48:25 -0600 Message-ID: <002e01bfeb71$03f3bbc0$cb3b35d1@bconnected.net> From: "Q Tuyen" To: Subject: Date: Tue, 11 Jul 2000 12:48:41 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jul 11 12:46:43 mail sendmail[14362]: MAA14362: ruleset=check_mail, arg1=, relay=IDENT:root@makeworld.com [208.192.111.245], reject=451 ... Sender domain must resolve Here is the full msg none of my pop3 account have shell. If that help in anyway ¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿ -=- Quang (Peter) Tuyen q@tuyen.org -=- Email: q@crackbaby.org & q@crazie.org & q@telus.net & q@missingyou.net -=- Fax No: 1+604+2518076 1+604+9740993 extension 1286 -=- Voicemail: 1+604+9740993 extension 1286 -=- WEB: Http://www.GreenEcstasy.com & Http://www.MissingYou.net ‹{º¿º}› Not being able to comprehend something doesn't make it stupid. ??????????????????????????????????????????????????????????????????????????? Directions to use VoiceMail: - Dial 1+604+9740993 - When prompted, enter 1286 extension - Speak Directions FaxMail: 1. From a fax machine - Dail 1+604+9740993 - Press pause button (if fax machine does not have a pause button, see "using a fax handset" below) - Enter 1286 extension - Press start or send on the fax machine 2. From a fax machine using a handset - Pickup the phone handset on the fax machine - Dial 1+604+9740993 - Wait for the prompt, then dail 1286 extension - Press start or send on the fax machine 3. From a computer using a modem - Type 1+604+9740993 with 2 commas, and your 4-digit phone extension i.e. "16049740993,,1286" - Send your fax. "QTME.com Server " made the following annotations ---------------------------------------------------------------------- Warning: All e-mail sent to this address will be received by the QTME corporate e-mail system, and is subject to archival and review by someone other than the recipient. This e-mail may contain information proprietary to QTME and is intended only for the use of the intended recipient(s). If the reader of this message is not the intended recipient(s), you are notified that you have received this message in error and that any review, dissemination, distribution or copying of this message is strictly prohibited. If you have received this message in error, please notify the sender immediately. ======================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 12:50:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.pwahec.org (mail.pwahec.org [208.164.136.32]) by hub.freebsd.org (Postfix) with ESMTP id 6E84637B7E8; Tue, 11 Jul 2000 12:50:11 -0700 (PDT) (envelope-from rsmall@pwahec.org) Received: from technogeek [208.129.166.68] by mail.pwahec.org (SMTPD32-5.05) id AA6F200020C; Tue, 11 Jul 2000 14:50:07 -0500 From: "Robert Small" To: , "freebsd-questions@FreeBSD. ORG" Subject: SCSI DAT tape question Date: Tue, 11 Jul 2000 14:50:08 -0500 Message-ID: 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 IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm running an adaptec controller (1542CF) with a Sony SDT-5000. I'm running: reeBSD (5.0-20000511-CURRENT FreeBSD 5.0-20000511-CURRENT #4: Thu Jul 6 20:31:41 CDT 2000) When I issue the command "camcontrol eject sa0" I receive: Error received from stop unit command When I issue the command "camcontrol stop sa0" I receive" Error received from stop unit command I can boot the system into Windows or System Commander and eject the tape using the eject button. Any ideas? Robert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 12:56:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lanshark.lanminds.com (lanshark.lanminds.com [208.25.68.5]) by hub.freebsd.org (Postfix) with ESMTP id 9373F37B881 for ; Tue, 11 Jul 2000 12:56:21 -0700 (PDT) (envelope-from todd@lmi.net) Received: from drtboi.lanminds.com (drtboi.lmi.net [208.25.91.219]) by lanshark.lanminds.com (8.8.8/8.8.7) with ESMTP id MAA03272; Tue, 11 Jul 2000 12:56:07 -0700 (PDT) Message-ID: X-Mailer: XFMail 1.4.4 on Linux X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <396B099C.FA264BC4@enets.co.uk> Date: Tue, 11 Jul 2000 12:56:07 -0700 (PDT) From: Todd Meister To: Steve Abraham Subject: Re: Quota Cc: questions Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 11-Jul-2000 Steve Abraham wrote: > Can anyone recommend the best place to modify the adduser script? It's > a good deal more complex than the Linux one I am used to, and I don't > want to mess anything up. > Looking at the adduser script for FreeBSD 3.4-STABLE from a couple weeks ago, I would say put it here: ... &new_users_passwd_update; print "Added user ``$name''\n"; &new_users_sendmessage; &adduser_log("$name:*:$u_id:$g_id($group_login):$fullname"); &home_create($userhome, $name, $group_login); ... This is after line 716, in the new_users subroutine. Mebbe a routine called new_users_quota or something. I like to add stuff after everything important has been done. If I'm on crack, feel free to say. -Todd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 13: 4:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lvcablemodem.com (hams2.lvcablemodem.com [24.234.0.76]) by hub.freebsd.org (Postfix) with ESMTP id C2C8A37BFF7 for ; Tue, 11 Jul 2000 13:04:46 -0700 (PDT) (envelope-from greg@beldamar.com) Received: from THX1138 ([24.234.134.184]) by lvcablemodem.com with Microsoft SMTPSVC(5.5.1877.387.38); Tue, 11 Jul 2000 12:24:43 -0700 Date: Tue, 11 Jul 2000 12:31:03 -0700 From: "Greg S. Wirth" X-Mailer: The Bat! (v1.45 Beta/6) Personal Reply-To: "Greg S. Wirth" X-Priority: 2 (High) Message-ID: <868609028.20000711123103@beldamar.com> To: freebsd-questions@FreeBSD.ORG Subject: inetd 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... Using FreeBSD 4.0-R I commented all the lines out of inetd.conf Everything works fine for me. When i use: inetd_enable="NO" in my rc.conf, i loose internet connectivity. Since i've commented out all the services, i don't see a reason to run inted. What am i not understanding? - - -- Greg S. Wirth http://www.beldamar.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 13: 9:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bmah-freebsd-0.cisco.com (bmah-freebsd-0.cisco.com [171.70.84.42]) by hub.freebsd.org (Postfix) with ESMTP id 0EBB337B8D6; Tue, 11 Jul 2000 13:09:18 -0700 (PDT) (envelope-from bmah@cisco.com) Received: (from bmah@localhost) by bmah-freebsd-0.cisco.com (8.11.0.Beta3/8.11.0.Beta3) id e6BK9Fb10729; Tue, 11 Jul 2000 13:09:15 -0700 (PDT) (envelope-from bmah) Message-Id: <200007112009.e6BK9Fb10729@bmah-freebsd-0.cisco.com> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: "Robert Small" Cc: freebsd-current@FreeBSD.ORG, "freebsd-questions@FreeBSD. ORG" Subject: Re: SCSI DAT tape question In-Reply-To: References: Comments: In-reply-to "Robert Small" message dated "Tue, 11 Jul 2000 14:50:08 -0500." From: bmah@cisco.com (Bruce A. Mah) Reply-To: bmah@cisco.com X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_-1264396285P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Tue, 11 Jul 2000 13:09:15 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --==_Exmh_-1264396285P Content-Type: text/plain; charset=us-ascii If memory serves me right, "Robert Small" wrote: > I'm running an adaptec controller (1542CF) with a Sony SDT-5000. I'm > running: > > reeBSD (5.0-20000511-CURRENT FreeBSD 5.0-20000511-CURRENT #4: Thu Jul 6 > 20:31:41 CDT 2000) > > When I issue the command "camcontrol eject sa0" I receive: > > Error received from stop unit command > > When I issue the command "camcontrol stop sa0" I receive" > > Error received from stop unit command > > I can boot the system into Windows or System Commander and eject the > tape using the eject button. > > Any ideas? Is there some reason why "mt -f /dev/nsa0 offline" won't do what you want? Bruce. --==_Exmh_-1264396285P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: vMshI8WF4DE0aPjOyqDn5ifeBSaG02sT iQA/AwUBOWt+69jKMXFboFLDEQI4EgCdFX6t2eZSnw/Lyd+xcybumzJUs1EAoMHc MWm19fzYv+a3lnSF7w4BlG3e =Cpzc -----END PGP SIGNATURE----- --==_Exmh_-1264396285P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 13:23:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by hub.freebsd.org (Postfix) with ESMTP id 789A737B753; Tue, 11 Jul 2000 13:23:13 -0700 (PDT) (envelope-from ken@panzer.kdm.org) Received: (from ken@localhost) by panzer.kdm.org (8.9.3/8.9.1) id OAA38222; Tue, 11 Jul 2000 14:23:10 -0600 (MDT) (envelope-from ken) Date: Tue, 11 Jul 2000 14:23:10 -0600 From: "Kenneth D. Merry" To: Robert Small Cc: freebsd-current@FreeBSD.ORG, "freebsd-questions@FreeBSD. ORG" Subject: Re: SCSI DAT tape question Message-ID: <20000711142310.A38206@panzer.kdm.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from rsmall@pwahec.org on Tue, Jul 11, 2000 at 02:50:08PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jul 11, 2000 at 14:50:08 -0500, Robert Small wrote: > I'm running an adaptec controller (1542CF) with a Sony SDT-5000. I'm > running: > > reeBSD (5.0-20000511-CURRENT FreeBSD 5.0-20000511-CURRENT #4: Thu Jul 6 > 20:31:41 CDT 2000) > > When I issue the command "camcontrol eject sa0" I receive: > > Error received from stop unit command > > When I issue the command "camcontrol stop sa0" I receive" > > Error received from stop unit command > > I can boot the system into Windows or System Commander and eject the > tape using the eject button. > > Any ideas? Well, why not use 'mt rewoffl'? That's the normal way to eject a tape. If you want to know why camcontrol can't eject the tape, use the -v switch to enable verbose error messages. i.e.: camcontrol eject sa0 -v Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 13:26:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from knot.intraware.com (vendor.intraware.com [207.90.138.35]) by hub.freebsd.org (Postfix) with ESMTP id 9EC8337B8F2 for ; Tue, 11 Jul 2000 13:26:43 -0700 (PDT) (envelope-from bhough@intraware.com) Received: from intraware.com ([172.16.44.109]) by knot.intraware.com (Netscape Messaging Server 4.15) with ESMTP id FXJVGG00.PX6 for ; Tue, 11 Jul 2000 13:26:40 -0700 Message-ID: <396B82FF.5EB7C1C4@intraware.com> Date: Tue, 11 Jul 2000 13:26:39 -0700 From: "Benjamin Hough" Organization: Intraware,Inc X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: jdk 1.2.2 native port Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG any news on the native port to jdk1.2.2? thx!, -- Benjamin Jeremiah Hough Web Applications Developer mailto:bhough@intraware.com http://www.intraware.com Voice: 925-253-6623 Fax: 925-253-4594 Intraware... Control Your Technology To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 13:28:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mrelay.inscc.utah.edu (mrelay.inscc.utah.edu [155.101.3.60]) by hub.freebsd.org (Postfix) with ESMTP id 92F5D37B8BA for ; Tue, 11 Jul 2000 13:28:21 -0700 (PDT) (envelope-from brian@chpc.utah.edu) Received: from mail.inscc.utah.edu (mail.inscc.utah.edu [155.101.3.59]) by mrelay.inscc.utah.edu (8.9.2/8.9.2) with ESMTP id OAA11180 for ; Tue, 11 Jul 2000 14:28:15 -0600 (MDT) Received: from chpc.utah.edu (loki.chpc.utah.edu [155.101.16.46]) by mail.inscc.utah.edu with ESMTP id OAA29425 for ; Tue, 11 Jul 2000 14:28:14 -0600 (MDT) Message-ID: <396B8364.1DF16C7B@chpc.utah.edu> Date: Tue, 11 Jul 2000 14:28:20 -0600 From: "Brian D. Haymore" Organization: Centerfor High Performance Computing, University of Utah X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.12-20 i686) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Official Mirroring of FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG We would like to find out what is required to officially become a mirror of FreeBSD. mirror.chpc.utah.edu is our mirror site here at the University of Utah and we have enough people asking for it to be mirrored that this email was sent. Thanks. -- Brian D. Haymore University of Utah Center for High Performance Computing 155 South 1452 East RM 405 Salt Lake City, Ut 84112-0190 Email: brian@chpc.utah.edu - Phone: (801) 585-1755 - Fax: (801) 585-5366 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 13:41:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from illiad.adhesivemedia.com (illiad.adhesivemedia.com [207.202.159.74]) by hub.freebsd.org (Postfix) with ESMTP id C2EF037B801 for ; Tue, 11 Jul 2000 13:41:37 -0700 (PDT) (envelope-from philip@adhesivemedia.com) Received: from localhost (philip@localhost) by illiad.adhesivemedia.com (8.9.3/8.9.3) with ESMTP id NAA04516 for ; Tue, 11 Jul 2000 13:42:02 -0700 (PDT) (envelope-from philip@adhesivemedia.com) Date: Tue, 11 Jul 2000 13:42:02 -0700 (PDT) From: Philip Hallstrom To: freebsd-questions@freebsd.org Subject: SB 16 PCI on 3.4 P120?? Message-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 - Our phone system will accept an external audio source and I was thinking about getting a cheap audio card to put in a freebsd box I have (P120, 64 ram, running 3.4-stable) to stream mp3/cd's to it. The Sound Blaster 16 PCI seems to be the cheapest supported card out there... I'd like confirmation that it does work though (and more importantly that the above box is capable of playing mp3s...). This will be my first experience into audio on freebsd. Thanks! -philip To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 13:43: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from oak.forest.net (oak.forest.net [204.252.106.10]) by hub.freebsd.org (Postfix) with ESMTP id 9B07537B753 for ; Tue, 11 Jul 2000 13:42:59 -0700 (PDT) (envelope-from billd@oak.forest.net) Received: from [216.168.32.9] (deadfall.forest.net [216.168.32.9]) by oak.forest.net (8.9.1a/8.9.1) with ESMTP id NAA25898 for ; Tue, 11 Jul 2000 13:42:24 -0700 (PDT) Mime-Version: 1.0 X-Sender: billd@oak.forest.net Message-Id: Date: Tue, 11 Jul 2000 13:41:13 -0700 To: freebsd-questions@freebsd.org From: "William R. Dickson" Subject: camcontrol question Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I'm having a problem with a FreeBSD 4.0 machine. It crashed three times in the last couple of months, and then twice in the last twenty-four hours, all with the same errors. Nothing gets logged, but the messages on the console look like this: (da0:ahc0:0:0:0): invalidating pack (da0:ahc0:0:0:0): SCB 0x1F - timed out while idle, SEQADDR -- 0xC (da0:ahc0:0:0:0): Queueing aBDR SCB (da0:ahc0:0:0:0): no longer in timeout, status = 34a ...repeat ad infinitum. I found this problem report on the FreeBSD site: http://www.freebsd.org/cgi/query-pr.cgi?pr=19579 The workarounds proposed were: - disabling tagged queuing - disabling processor caching or changing it to writethru in BIOS (really to slow down the processor) Disabling the processor caches didn't work for me, so I'm trying to try turning off the tagged queuing. It looks like I need to do this to switch off tagged queuing on da0: camcontrol negotiate -n da -u 0 -T disable -a When I do this, I get apparent success: Current Parameters: (pass0:ahc0:0:2:0): sync parameter: 12 (pass0:ahc0:0:2:0): frequencey: 20.000MHz (pass0:ahc0:0:2:0): offset: 8 (pass0:ahc0:0:2:0): bus width: 16 bits (pass0:ahc0:0:2:0): disconnection is enabled (pass0:ahc0:0:2:0): tagged queueing is enabled New Parameters: (pass0:ahc0:0:2:0): sync parameter: 12 (pass0:ahc0:0:2:0): frequencey: 20.000MHz (pass0:ahc0:0:2:0): offset: 8 (pass0:ahc0:0:2:0): bus width: 16 bits (pass0:ahc0:0:2:0): disconnection is enabled (pass0:ahc0:0:2:0): tagged queueing is disabled However, when I double-check it with inquiry, I get: fertilizer# camcontrol inquiry pass0: Fixed Direct Access SCSI-2 device pass0: Serial Number RE083315 pass0: 40.000MB/s transfers (20.000MHz, offset 8, 16bit), Tagged Queueing Enabled Can anyone tell me what I'm doing wrong here? Is my tagged queueing actually disabled, and I'm just doing something wrong in the inquiry? Thanks, -Bill _________________________________________________________________ Bill Dickson Phone: +1.425.483.0483 Client Service Representative Fax: +1.425.482.6871 digital.forest where Internet solutions grow 19515 North Creek Parkway, Suite 208 http: www.forest.net Bothell, WA 98115 email: billd@forest.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 13:47:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rapidnet.com (rapidnet.com [205.164.216.1]) by hub.freebsd.org (Postfix) with ESMTP id 1F72837BAE5 for ; Tue, 11 Jul 2000 13:47:10 -0700 (PDT) (envelope-from pstapley@rapidnet.com) Received: from imagination (imagination.rapidnet.com [206.85.240.245]) by rapidnet.com (8.9.3/8.9.3) with SMTP id OAA04093; Tue, 11 Jul 2000 14:46:56 -0600 (MDT) Message-ID: <017f01bfeb79$2813ce20$f5f055ce@rapidnet.com> From: "pstapley" To: "Philip Hallstrom" , References: Subject: Re: SB 16 PCI on 3.4 P120?? Date: Tue, 11 Jul 2000 14:46:58 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yes I use xmms to play my mp3's (xwindows) and there is also a command line mp3 player look for them in the ports under audio. Also there is a port to stream mp3's so look into it. Good Luck ----- Original Message ----- From: "Philip Hallstrom" To: Sent: Tuesday, July 11, 2000 2:42 PM Subject: SB 16 PCI on 3.4 P120?? > Hi - > Our phone system will accept an external audio source and I was > thinking about getting a cheap audio card to put in a freebsd box I have > (P120, 64 ram, running 3.4-stable) to stream mp3/cd's to it. The Sound > Blaster 16 PCI seems to be the cheapest supported card out there... > > I'd like confirmation that it does work though (and more importantly that > the above box is capable of playing mp3s...). This will be my first > experience into audio on freebsd. > > Thanks! > > -philip > > > > 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 Jul 11 13:50:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from apollo.ocsny.com (apollo.ocsny.com [204.107.76.2]) by hub.freebsd.org (Postfix) with ESMTP id 2F39C37BA68; Tue, 11 Jul 2000 13:50:26 -0700 (PDT) (envelope-from mikel@ocsny.com) Received: from ocsny.com (thoth.upan.org [204.107.76.16]) by apollo.ocsny.com (8.9.2/8.9.3) with ESMTP id QAA52364; Tue, 11 Jul 2000 16:51:01 -0400 (EDT) Message-ID: <396B8A21.EA42CEAB@ocsny.com> Date: Tue, 11 Jul 2000 16:57:05 -0400 From: Mikel Organization: Optimized Computer Solutions, Inc. X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en,it MIME-Version: 1.0 To: Robert Small Cc: freebsd-current@FreeBSD.ORG, "freebsd-questions@FreeBSD. ORG" Subject: Re: SCSI DAT tape question References: Content-Type: multipart/mixed; boundary="------------A919A3F16751D23DD5E5547B" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------A919A3F16751D23DD5E5547B Content-Type: multipart/alternative; boundary="------------97720081E0ED486D6CBFAC1E" --------------97720081E0ED486D6CBFAC1E Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I like to use: tar cvpf /dev/ersa0 . >> /var/log/bu.log so that it ejects the tape automatically after the archive is complete. -- Cheers, Mikel +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ | Optimized Computer Solutions, Inc http://www.ocsny.com | 39 W14th Street, Suite 203 212 727 2238 x132 | New York, NY 10011 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ Robert Small wrote: > I'm running an adaptec controller (1542CF) with a Sony SDT-5000. I'm > running: > > reeBSD (5.0-20000511-CURRENT FreeBSD 5.0-20000511-CURRENT #4: Thu Jul 6 > 20:31:41 CDT 2000) > > When I issue the command "camcontrol eject sa0" I receive: > > Error received from stop unit command > > When I issue the command "camcontrol stop sa0" I receive" > > Error received from stop unit command > > I can boot the system into Windows or System Commander and eject the > tape using the eject button. > > Any ideas? > > Robert > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message --------------97720081E0ED486D6CBFAC1E Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit I like to use:      tar cvpf /dev/ersa0 .  >> /var/log/bu.log     so that it ejects the tape automatically after the archive is complete.
 

--
Cheers,
Mikel
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+
| Optimized Computer Solutions, Inc        http://www.ocsny.com
| 39 W14th Street, Suite 203                   212 727 2238  x132
| New York, NY 10011
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+
 

Robert Small wrote:

I'm running an adaptec controller (1542CF) with a Sony SDT-5000.  I'm
running:

reeBSD (5.0-20000511-CURRENT FreeBSD 5.0-20000511-CURRENT #4: Thu Jul 6
20:31:41 CDT 2000)

When I issue the command "camcontrol eject sa0" I receive:

Error received from stop unit command

When I issue the command "camcontrol stop sa0" I receive"

Error received from stop unit command

I can boot the system into Windows or System Commander and eject the
tape using the eject button.

Any ideas?

Robert

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


  --------------97720081E0ED486D6CBFAC1E-- --------------A919A3F16751D23DD5E5547B Content-Type: text/x-vcard; charset=us-ascii; name="mikel.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Mikel Content-Disposition: attachment; filename="mikel.vcf" begin:vcard n:King;Mikel tel;fax:2124638402 tel;home:http://www.upan.org tel;work:2127272100 x-mozilla-html:TRUE org:Optimized Computer Solutions version:2.1 email;internet:mikel@ocsny.com title:Director of Network Operations & Technology adr;quoted-printable:;;39 W14th St.=0D=0ASte 203;New York;NY;10011;US note;quoted-printable:fBSD, PHP, MySql and OCS Rule!!!=0D=0A=0D=0AGoal is to be MS free by the end of 2k. x-mozilla-cpt:;7312 fn:Mikel King end:vcard --------------A919A3F16751D23DD5E5547B-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 13:50:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wilsonandhorton.co.nz (fw2.wilsonandhorton.co.nz [203.99.66.4]) by hub.freebsd.org (Postfix) with ESMTP id 122D337C1D7 for ; Tue, 11 Jul 2000 13:50:45 -0700 (PDT) (envelope-from jonc@itouch.co.nz) Received: (from jonc@localhost) by wilsonandhorton.co.nz (8.9.3/8.9.3) id IAA97032; Wed, 12 Jul 2000 08:49:59 +1200 (NZST) (envelope-from jonc) Date: Wed, 12 Jul 2000 08:49:59 +1200 From: Jonathan Chen To: Q Tuyen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: your mail Message-ID: <20000712084959.A96916@jonc.ntdns.wilsonandhorton.co.n> References: <002e01bfeb71$03f3bbc0$cb3b35d1@bconnected.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <002e01bfeb71$03f3bbc0$cb3b35d1@bconnected.net>; from q@crackbaby.org on Tue, Jul 11, 2000 at 12:48:41PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jul 11, 2000 at 12:48:41PM -0700, Q Tuyen wrote: > Jul 11 12:46:43 mail sendmail[14362]: MAA14362: ruleset=check_mail, > arg1=, relay=IDENT:root@makeworld.com > [208.192.111.245], reject=451 ... Sender domain > must resolve Looks pretty obvious to me: `mars.makeworld.com' doesn't exist as far as visiblity from the 'Net is concerned. -- Jonathan Chen ---------------------------------------------------------------------- If you're right 90% of the time, why quibble about the remaining 3%? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 13:58:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mrs-1.smartworld.net (mrs-1-fix.smartworld.net [216.70.64.24]) by hub.freebsd.org (Postfix) with ESMTP id 4D46137B61A for ; Tue, 11 Jul 2000 13:58:14 -0700 (PDT) (envelope-from dnormandin@freewwweb.com) Received: from odie (1Cust123.tnt3.calgary.ab.da.uu.net [64.10.177.123]) by mrs-1.smartworld.net (8.9.1a/8.9.1) with SMTP id QAA70658 for ; Tue, 11 Jul 2000 16:58:18 -0400 (EDT) Message-ID: <005901bfeb7b$1c7b2340$7bb10a40@odie> From: "Duke Normandin" To: "freebsd-questions" Subject: Moving HDD w/3.3R to another box Date: Tue, 11 Jul 2000 14:59:35 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3612.1700 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Currently I have a 3.3R generic kernel on my system's 2nd HDD. I've acquired another 486 relic with no HDD. Can I move the said 2nd HDD to this "new" box, change a few things, and expect it to work; or would I have to run sysinstall again? Tia..... -duke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 14: 0:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tower.ti.com (tower.ti.com [192.94.94.5]) by hub.freebsd.org (Postfix) with ESMTP id DA02337B8C8 for ; Tue, 11 Jul 2000 14:00:16 -0700 (PDT) (envelope-from dhuff@armadillo.itg.ti.com) Received: from dlep8.itg.ti.com ([157.170.134.88]) by tower.ti.com (8.10.1/8.10.1) with ESMTP id e6BL0DH25267; Tue, 11 Jul 2000 16:00:13 -0500 (CDT) Received: from dlep8.itg.ti.com (localhost [127.0.0.1]) by dlep8.itg.ti.com (8.9.3/8.9.3) with ESMTP id PAA04801; Tue, 11 Jul 2000 15:59:50 -0500 (CDT) Received: from armadillo.itg.ti.com (IDENT:dhuff@armadillo.itg.ti.com [172.25.44.20]) by dlep8.itg.ti.com (8.9.3/8.9.3) with ESMTP id PAA04795; Tue, 11 Jul 2000 15:59:49 -0500 (CDT) Received: (from dhuff@localhost) by armadillo.itg.ti.com (8.8.7/8.8.5) id PAA13287; Tue, 11 Jul 2000 15:58:19 -0500 Date: Tue, 11 Jul 2000 15:58:18 -0500 From: David Huff To: Jan Kunzmann Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Resolver problem (or bug?) Message-ID: <20000711155818.F12467@armadillo.itg.ti.com> Reply-To: David Huff References: <3965FE74.1C99715C@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3965FE74.1C99715C@gmx.de>; from DerMurx@gmx.de on Fri, Jul 07, 2000 at 05:59:48PM +0200 Organization: Naming Services Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jul 07, 2000 at 05:59:48PM +0200, Jan Kunzmann wrote: > Hi there, > > I have a small private network, with a well configured BIND on a linux > box (working reliable for years) serving my internal domain. Recently I > set up a new server with FreeBSD 4.0. Everything works fine except for > that strange resolver problem: It seems not to append the domain name to > stripped host names. > > If I do a "telnet linux.murx.int" (host names according to the > configuration files below) from the bsd-box everything is fine. But if I > do a "telnet linux" I have to wait more than a minute til the login > prompt is displayed. > > > > My configuration files: > > --- /etc/host.conf > hosts > bind > > --- /etc/resolv.conf > domain murx.int > nameserver 192.168.1.1 Jan, The problem may be the "domain" directive in your /etc/resolv.conf. You might want to replace it with the "search" directive instead. From chap. 16.8 (BIND client issues) in Nemeth, et al _Unix System Administration Handbook (2nd ed.)_ (a.k.a. "the red book"): "Earlier versions of BIND used the domain directive in resolv.conf instead of the search directive. RFC1535 strongly recommends replacing domain with search, and current resolvers try only the domains listed in the search list." Good luck, -- _ __| |_ David P. Huff | "Real Programmers do String \_ _} david@ti.com | Manipulation in FORTRAN." \_( Texas Instruments, Inc. | --- R.D. Eager To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 14: 0:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fingers.noc.uunet.co.za (fingers.noc.uunet.co.za [196.31.1.59]) by hub.freebsd.org (Postfix) with ESMTP id F174637B96B for ; Tue, 11 Jul 2000 14:00:24 -0700 (PDT) (envelope-from robh@fingers.noc.uunet.co.za) Received: from robh (helo=localhost) by fingers.noc.uunet.co.za with local-smtp (Exim 3.13 #1) id 13C78O-0003yI-00 for freebsd-questions@freebsd.org; Tue, 11 Jul 2000 23:00:04 +0200 Date: Tue, 11 Jul 2000 23:00:02 +0200 (SAST) From: fingers X-Sender: robh@fingers.noc.uunet.co.za To: freebsd-questions@freebsd.org Subject: problems with Ms Intellieye usb Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all I've read the man pages, and some of the mails at www.freebsd.org/search, but can't seem to get my usb mouse configured. I get this when I boot: uhci0: port 0xd000-0xd01f at device 7. 2 on pci0 uhci0: Invalid irq 255 uhci0: Please switch on USB support and switch PNP-OS to 'No' in BIOS device_probe_and_attach: uhci0 attach returned 6 and have this in my kernel: device usb device ums device ugen device uhid device uhci device ohci am I missing something here? any help appreciated. Regards --Rob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 14: 2:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from christel.heitec.net (christel.heitec.net [212.204.92.3]) by hub.freebsd.org (Postfix) with ESMTP id 6AB2137BBD9; Tue, 11 Jul 2000 14:02:18 -0700 (PDT) (envelope-from bernd.luevelsmeyer@heitec.net) Received: from heitec.net (paladin.heitec.net [212.204.92.251]) by christel.heitec.net (Postfix) with ESMTP id 8B4F435480F; Tue, 11 Jul 2000 23:06:30 +0200 (CEST) Message-ID: <396B8B73.5391976C@heitec.net> Date: Tue, 11 Jul 2000 23:02:43 +0200 From: Bernd Luevelsmeyer Organization: Heitec AG X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: John Baldwin Cc: John Reynolds~ , questions@FreeBSD.ORG, sos@FreeBSD.ORG Subject: Re: ad4: READ command timeout -- how to debug this? References: <200007091756.KAA75814@john.baldwin.cx> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Baldwin wrote: > > [ cc'ing Søren who wrote ata in case he can use the drive model in a bad drives > list ] > > On 07-Jul-00 John Reynolds~ wrote: [...] > > Are these messages (not the dmesg output) indicative of a hardware problem? > > Bad cabling? Cosmic rays? > > Your hard drive has issues. It needs to run in PIO mode rather than DMA > mode. You can do this with the hw.atamodes sysctl. For example, my > maxtor drive is ad2 in my system, so I have this in my /etc/sysctl.conf: > > > cat /etc/sysctl.conf > hw.atamodes=dma,---,pio,--- > > Type 'sysctl hw.atamodes' to see what the current value is, and change the > 5th entry (corresponding to ad4) from "dma" to "pio". Then create an > /etc/sysctl.conf with the new setting. Note that your performance is going > to go way down after this, but that is the price of buying Maxtor it seems. > :( I've got a 4.0-STABLE machine that also needs to run in pio mode, for all 4 IDE drives. This is apparently not because of the drives but because of the mainboard, which is a quite old ASUS thing (Asus PE55TP4DC with an Award Bios v. 4.51PG if I got that right; also supposed to support SMP but I never got it to work with two pentiums). When it boots and wants to mount the drives FreeBSD shows messages such as: ata0-master: success setting up WDMA2 mode on CMD646 chip ad0: ATA-4 disk at ata0 as master ad0: 9671MB (19807200 sectors), 19650 cyls, 16 heads, 63 S/T, 512 B/S ad0: 16 secs/int, 32 depth queue, WDMA2 ad0: piomode=4 dmamode=2 udmamode=2 cblid=0 Creating DISK ad0 Creating DISK wd0 and later: ad0: READ command timeout - resetting ata0: resetting devices .. ata0: mask=03 status0=50 status1=50 ata0-master: success setting up WDMA2 mode on CMD646 chip ata0-slave: success setting up WDMA2 mode on CMD646 chip done ad0: READ command timeout - resetting ata0: resetting devices .. ata0: mask=03 status0=50 status1=50 ata0-master: success setting up WDMA2 mode on CMD646 chip ata0-slave: success setting up WDMA2 mode on CMD646 chip done ad0: READ command timeout - resetting ata0: resetting devices .. ata0: mask=03 status0=50 status1=50 ata0-master: success setting up WDMA2 mode on CMD646 chip ata0-slave: success setting up WDMA2 mode on CMD646 chip done ad0: READ command timeout - resetting ata0-master: WARNING: WAIT_READY active=ATA_ACTIVE_ATA ata0-master: success setting up PIO4 mode on generic chip ad0: trying fallback to PIO mode ata0: resetting devices .. ata0: mask=03 status0=50 status1=50 ata0-master: success setting up PIO4 mode on generic chip ata0-slave: success setting up WDMA2 mode on CMD646 chip done ad0s1: type 0xa5, start 0, end = 19807199, size 19807200 : OK It does this for all 4 IDE drives. After numerous attempts, I've given up on DMA mode with this mainboard. Because the timeouts while booting take so long I've created a patch for /usr/src/sys/dev/ata/ata-dma.c in which the DMA mode is commented out. In case anyone is interested, I will provide the full dmesg output or the ata-dma.c patch (or the kernel configuration, or whatever) on request. I don't consider this to be a FreeBSD bug; rather I think this mainboard has some problems. Greetings, Bernd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 14:22:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from viemta06.chello.at (viemta06.chello.at [195.34.133.56]) by hub.freebsd.org (Postfix) with ESMTP id BD2C137B91D for ; Tue, 11 Jul 2000 14:22:03 -0700 (PDT) (envelope-from Nborman@chello.at) Received: from muerte ([212.17.64.12]) by viemta06.chello.at (InterMail vK.4.02.00.10 201-232-116-110 license 1f48a2e5282ae02b3513b45a0a10fc26) with SMTP id <20000711212159.FSAC29332.viemta06@muerte> for ; Tue, 11 Jul 2000 23:21:59 +0200 Message-ID: <000801bfeb7d$e711b540$0c4011d4@telekabel.at> From: "Me" To: Subject: Compatibility Date: Tue, 11 Jul 2000 23:20:51 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BFEB8E.A797F3A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BFEB8E.A797F3A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To whomever it may concern, Considering i'm new to the FreeBSD project, let alone Unix itself or any = related *nix Operating system, I'm not sure that my hardware is = supported by FreeBSD. Is it at all possible to obtain configuration = files for hardware that's not listed in = http://www.freebsd.org/FAQ/hardware.html such as an ATI graphics card or = a 3ComEtherlink Network card?=20 Thanks,=20 -Brian ------=_NextPart_000_0005_01BFEB8E.A797F3A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
To whomever it may = concern,
Considering i'm new to the FreeBSD = project, let=20 alone Unix itself or any related *nix Operating system, I'm not sure = that my=20 hardware is supported by FreeBSD. Is it at all possible to obtain = configuration=20 files for hardware that's not listed in http://www.freebsd.org/= FAQ/hardware.html such=20 as an ATI graphics card or a 3ComEtherlink Network card?
   Thanks,
   =20 -Brian
------=_NextPart_000_0005_01BFEB8E.A797F3A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 14:35: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sagate1.kelly.af.mil (sagate1.kelly.af.mil [137.242.1.201]) by hub.freebsd.org (Postfix) with ESMTP id 0144137B889 for ; Tue, 11 Jul 2000 14:34:56 -0700 (PDT) (envelope-from kmives@sorta.kelly.af.mil) Received: from sagate1.kelly.af.mil ([137.242.35.201]) by sagate1.kelly.af.mil with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id 34SZ45CC; Tue, 11 Jul 2000 16:36:36 -0500 Received: from 137.242.142.251 by sagate1.kelly.af.mil (InterScan E-Mail VirusWall NT); Tue, 11 Jul 2000 16:36:35 -0500 (Central Daylight Time) Received: from walt2.ip.af.mil([192.168.1.143]) (1557 bytes) by sorta.kelly.af.mil via sendmail with P:smtp/R:force_paths/T:smtp (sender: ) id for ; Tue, 11 Jul 2000 21:34:52 +0000 (GMT) (Smail-3.2.0.109 1999-Oct-27 #1 built 2000-Mar-10) Received: from sorta.kelly.af.mil by walt2.ip.af.mil with smtp (Smail3.1.29.1 #6) id m13C7g4-001v9BC; Tue, 11 Jul 100 21:34 GMT Message-ID: <396B92FC.7D4B9195@sorta.kelly.af.mil> Date: Tue, 11 Jul 2000 16:34:53 -0500 From: Keith M Ives - Contractor - ASIM Tech X-Mailer: Mozilla 4.6 [en] (X11; U; SunOS 5.7 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Looking for the tape 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, Yes, I am a newbie to FreeBSD, but not to UNIX. I want to see the tape drive status. When I use the "mt status" (defaults to /dev/nrsa0), the system echos back: mt: /dev/nrsa0: Device not configured. I can see the device in dmesg: sa0 at ahc0 bus 0 target 4 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 10.000MB/s transfers (10.000MHz, offset 15) I do not have a tape loaded, and this is where (in Solaris for example) I would expect "...tape not loaded or drive offline". Do I need to load a tape to get a status, or do I have bigger problems? Thanks -- AF Computer Emergency Response Team Keith M. Ives, ASIM Tech Support Contractor, Veridian-Trident Data Systems kmives@sorta.kelly.af.mil DSN 969-3158, ext 690 Com 210-977-3158, ext 690 Unclas FAX: DSN 969-3632 Secure FAX: DSN 969-3633 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 14:45:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 14DBF37B6E3 for ; Tue, 11 Jul 2000 14:45:16 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id QAA15489; Tue, 11 Jul 2000 16:43:23 -0500 (CDT) (envelope-from dan) Date: Tue, 11 Jul 2000 16:43:22 -0500 From: Dan Nelson To: Keith M Ives - Contractor - ASIM Tech Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Looking for the tape drive Message-ID: <20000711164322.A14607@dan.emsphone.com> References: <396B92FC.7D4B9195@sorta.kelly.af.mil> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.5i In-Reply-To: <396B92FC.7D4B9195@sorta.kelly.af.mil>; from "Keith M Ives - Contractor - ASIM Tech" on Tue Jul 11 16:34:53 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Jul 11), Keith M Ives - Contractor - ASIM Tech said: > Hello, > Yes, I am a newbie to FreeBSD, but not to UNIX. > I want to see the tape drive status. When I use the "mt status" > (defaults to /dev/nrsa0), the system echos back: > mt: /dev/nrsa0: Device not configured. > I can see the device in dmesg: > sa0 at ahc0 bus 0 target 4 lun 0 > sa0: Removable Sequential Access SCSI-2 device > sa0: 10.000MB/s transfers (10.000MHz, offset 15) > > I do not have a tape loaded, and this is where (in Solaris for example) > I would expect "...tape not loaded or drive offline". > Do I need to load a tape to get a status, or do I have bigger problems? > Thanks Yes and No, in that order. :). The sa device returns the same error codes for "tape drive not present" and "tape not present", which is why you get a "device not configured" error. You can use the /dev/rsa0.ctl device to get status when there is no tape in the drive. -- 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 Jul 11 15:21:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scooby.lineone.net (doggy.lineone.net [194.75.152.224]) by hub.freebsd.org (Postfix) with ESMTP id A8E6C37B618 for ; Tue, 11 Jul 2000 15:21:53 -0700 (PDT) (envelope-from emichael@mail3d.co.uk) Received: from mail3d.co.uk (host212-140-6-101.btinternet.com [212.140.6.101]) by scooby.lineone.net (8.9.3/8.9.3) with ESMTP id XAA00975 for ; Tue, 11 Jul 2000 23:21:49 +0100 (BST) Message-ID: <396BAD64.7382BBB4@mail3d.co.uk> Date: Tue, 11 Jul 2000 23:27:32 +0000 From: "E. Michael" X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.5-22 i686) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: ipfw/nat problem::dynamic ip Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, The scenario is the following: The getway's IP is 192.168.110.1: The outside interface (modem) is the tun0 using dynamic IP. The natd runs with: -n tun0 -use_sockets -same_ports -dynamic and I dial with: ppp -ddial ISP The ipfw ruleset is very simple: 00050 divert 8668 ip from any to any via tun0 00100 allow ip from any to any via lo0 00200 deny ip from any to 127.0.0.0/8 65000 allow ip from any to any 65535 deny ip from any to any With this setup any host of my network can see the outside world.What I am trying to do without success is to block the port 110 of my gateway for the outside world. I try by adding the following two rules: ipfw add 1000 deny tcp from any to 192.168.110.1 110 via tun0 ipfw add 1010 deny tcp from 192.168.110.1 110 to any via tun0 Unfortunately, this does not prevent an external host to connect to the port 110. Here is some output from natd when I ping yahoo from 192.168.110.10 Out [UDP] [UDP] 192.168.110.10:1045 -> 212.67.128.102:53 aliased to [UDP] 212.67.145.58:1045 -> 212.67.128.102:53 In [UDP] [UDP] 212.67.128.102:53 -> 212.67.145.58:1045 aliased to [UDP] 212.67.128.102:53 -> 192.168.110.10:1045 Out [ICMP] [ICMP] 192.168.110.10 -> 216.32.74.55 8(0) aliased to [ICMP] 212.67.145.58 -> 216.32.74.55 8(0) In [ICMP] [ICMP] 216.32.74.55 -> 212.67.145.58 0(0) aliased to [ICMP] 216.32.74.55 -> 192.168.110.10 0(0) (it seems ok for me) and when I ping yahoo from 192.168.110.1 Out [UDP] [UDP] 212.67.145.58:1056 -> 212.67.128.102:53 aliased to [UDP] 212.67.145.58:1056 -> 212.67.128.102:53 In [UDP] [UDP] 212.67.128.102:53 -> 212.67.145.58:1056 aliased to [UDP] 212.67.128.102:53 -> 212.67.145.58:1056 Out [ICMP] [ICMP] 212.67.145.58 -> 216.32.74.50 8(0) aliased to [ICMP] 212.67.145.58 -> 216.32.74.50 8(0) In [ICMP] [ICMP] 216.32.74.50 -> 212.67.145.58 0(0) aliased to [ICMP] 216.32.74.50 -> 212.67.145.58 0(0) ^^^^^^^^^^^^^ Shouldn't be 192.168.110.1 ? What am I doing wrong? Am I missing anything? Thank you in advance for any help. -- ! EMichael ! ! @ ! ! mail3d.co.uk ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 15:44: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from avocet.prod.itd.earthlink.net (avocet.prod.itd.earthlink.net [207.217.121.50]) by hub.freebsd.org (Postfix) with ESMTP id F257E37B74E for ; Tue, 11 Jul 2000 15:43:50 -0700 (PDT) (envelope-from dmehler22@earthlink.net) Received: from hellraiser (ip44.dayton9.oh.pub-ip.psi.net [38.31.111.44]) by avocet.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with SMTP id PAA00321; Tue, 11 Jul 2000 15:43:22 -0700 (PDT) Message-ID: <000401bfec53$a8d909a0$0200a8c0@hellraiser> Reply-To: "dave" From: "dave" To: "Mark Ovens" Cc: References: <002b01bfeb9f$42742aa0$0200a8c0@hellraiser> <20000711165530.B237@parish> <000601bfec1c$1ffbd360$20fafea9@hellraiser> <20000711171419.D237@parish> Subject: Re: configuring a pnp modem under fbsd 4? Date: Wed, 12 Jul 2000 18:51:02 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4029.2901 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4029.2901 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, Don't know if this message went through, apologies if this is a duplicate. Below is the output of pnpinfo, the kernel still shows the modem as an unknown device. The modem's identifier from pnpinfo matches an identifier in sio.c however. What next? Thanks. Dave. Checking for Plug-n-Play devices... Card assigned CSN #1 Vendor ID CTL002b (0x2b008c0e), Serial Number 0x1008505d PnP Version 1.0, Vendor Version 32 Device Description: Creative SB16 PnP Logical Device ID: CTL0031 0x31008c0e #0 Device Description: Audio TAG Start DF Good Configuration IRQ: 5 - only one type (true/edge) DMA: channel(s) 1 8-bit, not a bus master, count by byte, , Compatibility mode DMA: channel(s) 5 16-bit, not a bus master, , count by word, Compatibility mode I/O Range 0x220 .. 0x220, alignment 0x1, len 0x10 [16-bit addr] I/O Range 0x330 .. 0x330, alignment 0x1, len 0x2 [16-bit addr] I/O Range 0x388 .. 0x388, alignment 0x1, len 0x4 [16-bit addr] TAG Start DF Acceptable Configuration IRQ: 5 7 10 - only one type (true/edge) DMA: channel(s) 0 1 3 8-bit, not a bus master, count by byte, , Compatibility mode DMA: channel(s) 5 6 7 16-bit, not a bus master, , count by word, Compatibility mode I/O Range 0x220 .. 0x280, alignment 0x20, len 0x10 [16-bit addr] I/O Range 0x300 .. 0x330, alignment 0x30, len 0x2 [16-bit addr] I/O Range 0x388 .. 0x388, alignment 0x1, len 0x4 [16-bit addr] TAG Start DF Acceptable Configuration IRQ: 5 7 10 - only one type (true/edge) DMA: channel(s) 0 1 3 8-bit, not a bus master, count by byte, , Compatibility mode DMA: channel(s) 5 6 7 16-bit, not a bus master, , count by word, Compatibility mode I/O Range 0x220 .. 0x280, alignment 0x20, len 0x10 [16-bit addr] I/O Range 0x300 .. 0x330, alignment 0x30, len 0x2 [16-bit addr] TAG Start DF Sub-optimal Configuration IRQ: 5 7 10 - only one type (true/edge) DMA: channel(s) 0 1 3 8-bit, not a bus master, count by byte, , Compatibility mode DMA: channel(s) 5 6 7 16-bit, not a bus master, , count by word, Compatibility mode I/O Range 0x220 .. 0x280, alignment 0x20, len 0x10 [16-bit addr] TAG Start DF Sub-optimal Configuration IRQ: 5 7 10 - only one type (true/edge) DMA: channel(s) 0 1 3 8-bit, not a bus master, count by byte, , Compatibility mode I/O Range 0x220 .. 0x280, alignment 0x20, len 0x10 [16-bit addr] I/O Range 0x300 .. 0x330, alignment 0x30, len 0x2 [16-bit addr] I/O Range 0x388 .. 0x388, alignment 0x1, len 0x4 [16-bit addr] TAG Start DF Sub-optimal Configuration IRQ: 5 7 10 - only one type (true/edge) DMA: channel(s) 0 1 3 8-bit, not a bus master, count by byte, , Compatibility mode I/O Range 0x220 .. 0x280, alignment 0x20, len 0x10 [16-bit addr] I/O Range 0x300 .. 0x330, alignment 0x30, len 0x2 [16-bit addr] TAG Start DF Sub-optimal Configuration IRQ: 5 7 10 11 - only one type (true/edge) DMA: channel(s) 0 1 3 8-bit, not a bus master, count by byte, , Compatibility mode I/O Range 0x220 .. 0x280, alignment 0x20, len 0x10 [16-bit addr] TAG End DF Logical Device ID: CTL2011 0x11208c0e #1 Compatible Device ID: PNP0600 (0006d041) Device Description: IDE TAG Start DF Good Configuration IRQ: 10 - only one type (true/edge) I/O Range 0x168 .. 0x168, alignment 0x1, len 0x8 [16-bit addr] I/O Range 0x36e .. 0x36e, alignment 0x1, len 0x2 [16-bit addr] TAG Start DF Acceptable Configuration IRQ: 11 - only one type (true/edge) I/O Range 0x1e8 .. 0x1e8, alignment 0x1, len 0x8 [16-bit addr] I/O Range 0x3ee .. 0x3ee, alignment 0x1, len 0x2 [16-bit addr] TAG Start DF Acceptable Configuration IRQ: 10 11 15 - only one type (true/edge) I/O Range 0x180 .. 0x1b8, alignment 0x8, len 0x8 [16-bit addr] I/O Range 0x306 .. 0x33e, alignment 0x8, len 0x2 [16-bit addr] TAG Start DF Sub-optimal Configuration IRQ: 15 - only one type (true/edge) I/O Range 0x170 .. 0x170, alignment 0x1, len 0x8 [16-bit addr] I/O Range 0x376 .. 0x376, alignment 0x1, len 0x1 [16-bit addr] TAG End DF Logical Device ID: CTL0051 0x51008c0e #2 Device Description: StereoEnhance I/O Range 0x100 .. 0x138, alignment 0x8, len 0x1 [16-bit addr] Logical Device ID: CTL7001 0x01708c0e #3 Device Description: Game I/O Range 0x200 .. 0x200, alignment 0x1, len 0x8 [16-bit addr] End Tag Successfully got 71 resources, 4 logical fdevs -- card select # 0x0001 CSN CTL002b (0x2b008c0e), Serial Number 0x1008505d Logical device #0 IO: 0x0220 0x0220 0x0220 0x0220 0x0220 0x0220 0x0220 0x0220 IRQ 5 0 DMA 1 5 IO range check 0x00 activate 0x01 Logical device #1 IO: 0x03ee 0x03ee 0x03ee 0x03ee 0x03ee 0x03ee 0x03ee 0x03ee IRQ 11 0 DMA 4 4 IO range check 0x00 activate 0x01 Logical device #2 IO: 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 IRQ 0 0 DMA 4 4 IO range check 0x00 activate 0x01 Logical device #3 IO: 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 IRQ 0 0 DMA 4 4 IO range check 0x00 activate 0x01 Card assigned CSN #2 Vendor ID USR3030 (0x30307256), Serial Number 0xaebc8fb4 PnP Version 1.0, Vendor Version 0 Device Description: U.S. Robotics 56K FAX INT Logical Device ID: USR3030 0x30307256 #0 TAG Start DF Good Configuration I/O Range 0x2f8 .. 0x2f8, alignment 0x8, len 0x8 [16-bit addr] IRQ: 3 5 7 - only one type (true/edge) TAG Start DF Acceptable Configuration I/O Range 0x3f8 .. 0x3f8, alignment 0x8, len 0x8 [16-bit addr] IRQ: 2 3 4 5 7 - only one type (true/edge) TAG Start DF Acceptable Configuration I/O Range 0x3e8 .. 0x3e8, alignment 0x8, len 0x8 [16-bit addr] IRQ: 2 3 4 5 7 - only one type (true/edge) TAG Start DF Acceptable Configuration I/O Range 0x2e8 .. 0x2e8, alignment 0x8, len 0x8 [16-bit addr] IRQ: 2 3 4 5 7 - only one type (true/edge) TAG Start DF Acceptable Configuration TAG End DF End Tag Successfully got 17 resources, 1 logical fdevs -- card select # 0x0002 CSN USR3030 (0x30307256), Serial Number 0xaebc8fb4 Logical device #0 IO: 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 IRQ 0 0 DMA 4 4 IO range check 0x00 activate 0x01 ----- Original Message ----- From: "Mark Ovens" To: "dave" Sent: Tuesday, July 11, 2000 12:14 PM Subject: Re: configuring a pnp modem under fbsd 4? > On Wed, Jul 12, 2000 at 12:13:24PM -0400, dave wrote: > > Hello, > > Thank you for your reply. pnpinfo does indeed find the modem, it's 0x30 > > million something or other. But it does find it. Additionally, the string > > 0x30 whatever is already in sio.c, someone else must have this modem for it > > was not listed in the sio.c of 3.x. On bootup the modem is identified as an > > unknown device, but it is identified. Do you need to see files? Any other > > If it's identified as "unknown" then the kernel doesn't know *what* it > is :) > > Post the output of pnpinfo. > > > ideas? > > Thanks. > > Dave. > > > > ----- Original Message ----- > > From: "Mark Ovens" > > To: "dave" > > Cc: > > Sent: Tuesday, July 11, 2000 11:55 AM > > Subject: Re: configuring a pnp modem under fbsd 4? > > > > > > > On Tue, Jul 11, 2000 at 09:19:41PM -0400, dave wrote: > > > > Hello, > > > > Has the pnp code changed from v 3.4 to v4.0 of fbsd? I had my > > > > modem working under fbsd 3.4, but since upgrading it no longer is. > > > > I've dropped in my 3.4 kernel.conf file, which I saved, to no avail. > > > > If anyone can help or has succeeded in getting a pnp modem working > > > > under fbsd 4, please let me know. Thanks. > > > > > > What is the output of pnpinfo(1)? I had the same problem. It was > > > explained to me that 4.x was much more "PnP oriented" than 3.x and > > > that the reason my modem worked under 3.x but not 4.x was because the > > > sio probe found it. Under 4.x it needs to be found by the PnP probe. > > > > > > The upshot of this is that you will probably have to add a line to > > > sio.c and re-build your kernel. The output from pnpinfo provides the > > > required data. This is how I did it with mine: > > > > > > # pnpinfo > > > Checking for Plug-n-Play devices... > > > > > > Card assigned CSN #1 > > > Vendor ID PMC2430 (0x3024a341), Serial Number 0xffffffff > > > PnP Version 1.0, Vendor Version 0 > > > Device Description: Pace 56 Voice Internal Plug & Play Modem > > > > > > [snip] > > > > > > >From the above in info you construct the line: > > > > > > {0x3024a341, NULL}, /* PMC2430 - Pace 56 Voice Internal Modem */ > > > > > > and add it to the isa_pnp_id sio_ids[] struct in > > > /usr/src/sys/isa/sio.c (around line 550). Note that the list is sorted > > > by the Vendor ID (PMC2430 in my case). Don't forget to back up sio.c! > > > > > > Now re-build your kernel and reboot. > > > > > > If it works OK submit a PR using send-pr(1) including a diff and it > > > will be added to the source. > > > > > > HTH > > > > > > > Dave. > > > > > > > > > > -- > > > If I buy a copy of WinDelete, and it doesn't delete Windows, > > > am I entitled to my money back? > > > ________________________________________________________________ > > > FreeBSD - The Power To Serve http://www.freebsd.org > > > My Webpage http://ukug.uk.freebsd.org/~mark/ > > > mailto:marko@freebsd.org http://www.radan.com > > > > > > > > > > -- > If I buy a copy of WinDelete, and it doesn't delete Windows, > am I entitled to my money back? > ________________________________________________________________ > FreeBSD - The Power To Serve http://www.freebsd.org > My Webpage http://ukug.uk.freebsd.org/~mark/ > mailto:marko@freebsd.org http://www.radan.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 16:38:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta6.snfc21.pbi.net (mta6.snfc21.pbi.net [206.13.28.240]) by hub.freebsd.org (Postfix) with ESMTP id 5618C37B866 for ; Tue, 11 Jul 2000 16:38:06 -0700 (PDT) (envelope-from kuzak@kuzak.net) Received: from madnes.pacbell.com ([63.196.117.223]) by mta6.snfc21.pbi.net (Sun Internet Mail Server sims.3.5.2000.01.05.12.18.p9) with SMTP id <0FXK007MA3TMXQ@mta6.snfc21.pbi.net> for freebsd-questions@FreeBSD.ORG; Tue, 11 Jul 2000 16:27:23 -0700 (PDT) Date: Tue, 11 Jul 2000 16:26:35 -0700 From: Kuzak Subject: PCI pnp Modem X-Sender: kuzak@mail.kuzak.net (Unverified) To: freebsd-questions@FreeBSD.ORG Message-id: <0FXK007MC3TNXQ@mta6.snfc21.pbi.net> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Content-type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm having a pretty bad time trying to get a pnp modem to work with freebsd 4.0. This is my second day working on getting it up and I now know many ways that is doesn't work.. but I could really use some pointers. Right now I am operating on the assumption that what I need to do is somehow guess what IO the pnp modem is on and set the IO port and irq of one of the sioX devices in the kernel config file to contain the same information. If this is not correct, please let me know.. If it is correct then the problem that I am having is that I have no clue what IO ( 2f8, 3e8, 3e2 ) the modem is on. I believe that it is on irq 11 since in the dmesg there is the following line... pci0: (vendor=0x1057, dev=0x5600) at 10.0 irq 11 I think this must be the modem, since it seems like all else is accounted for, but if I'm wrong, please let me know. I've compiled about 20 different kernels all without success.. I have some idea of what to do, and had no trouble getting an older modem with jumpers working.. in the kernel config file, on the siox lines.. I tried changing isa? to pci?.. but that was apparently not the correct thing to do.. device sio1 at isa? port IO_COM2 irq 11 I also tried changing the IO_COM2 to just 0x3e2, but that was because I confused the pcic1 with the modem.. and it turns out there is no relation at all... I would really appriciate it if someone could walk me through setting up a pci pnp modem... I really can't understand why I'm having so much trouble, because I'm sure it's not supposed to be this difficult. I don't need help setting up the ppp stuff.. just getting the modem to be on one of the sioX serial ports. Thanks, -Aric To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 16:53:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hecky.it.northwestern.edu (hecky.acns.nwu.edu [129.105.16.51]) by hub.freebsd.org (Postfix) with ESMTP id 5E85037BA04 for ; Tue, 11 Jul 2000 16:53:23 -0700 (PDT) (envelope-from djkanter@northwestern.edu) Received: (from mailnull@localhost) by hecky.it.northwestern.edu (8.8.7/8.8.7) id SAA10489; Tue, 11 Jul 2000 18:52:59 -0500 (CDT) Received: from localhost.localdomain (coconut-34-028054.nuts.nwu.edu [165.124.28.54]) by hecky.acns.nwu.edu via smap (V2.0) id xma010379; Tue, 11 Jul 00 18:52:49 -0500 Received: (from david@localhost) by localhost.localdomain (8.9.3/8.9.3) id SAA00278; Tue, 11 Jul 2000 18:35:26 -0500 (CDT) (envelope-from david) Date: Tue, 11 Jul 2000 18:35:26 -0500 From: "David J. Kanter" To: Mark Ovens Cc: FreeBSD questions Subject: Re: Which /dev for "device pcm" in kernel? Message-ID: <20000711183526.A249@localhost.localdomain> Mail-Followup-To: Mark Ovens , FreeBSD questions References: <20000710180337.A39923@localhost.localdomain> <20000711002554.L237@parish> <20000710231700.A418@localhost.localdomain> <20000711164620.A237@parish> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000711164620.A237@parish>; from mark@dogma.freebsd-uk.eu.org on Tue, Jul 11, 2000 at 04:46:20PM +0100 X-Organization: Northwestern University X-Operating-System: FreeBSD localhost.localdomain 4.0-STABLE FreeBSD 4.0-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jul 11, 2000 at 04:46:20PM +0100, Mark Ovens wrote: > Yes, but don't forget that /dev is not in your $PATH (unless you added > it) so you must do ``./MAKEDEV'' [snip] > I can only think that you mistyped. This is what you should have: ---end quoted text--- You were right. So I did ./MAKEDEV snd0 in /dev, then rebooted. Still, there's no /dev/snd0: ===>david@localhost:/dev $ ls -l snd* audio* midi* sequen* mix* pss* dsp* music* lrwxrwxrwx 1 root wheel 6 Jul 11 18:23 audio -> audio0 crw-rw-rw- 1 root wheel 30, 4 Jul 11 18:23 audio0 lrwxrwxrwx 1 root wheel 4 Jul 11 18:23 dsp -> dsp0 crw-rw-rw- 1 root wheel 30, 3 Jul 11 18:23 dsp0 lrwxrwxrwx 1 root wheel 5 Jul 11 18:23 dspW -> dspW0 crw-rw-rw- 1 root wheel 30, 5 Jul 11 18:23 dspW0 crw-rw-rw- 1 root wheel 30, 2 Jul 11 18:23 midi0 lrwxrwxrwx 1 root wheel 6 Jul 11 18:23 mixer -> mixer0 crw-rw-rw- 1 root wheel 30, 0 Jul 11 18:23 mixer0 lrwxrwxrwx 1 root wheel 6 Jul 11 18:23 music -> music0 crw-rw-rw- 1 root wheel 30, 8 Jul 11 18:23 music0 lrwxrwxrwx 1 root wheel 4 Jul 11 18:23 pss -> pss0 crw-rw-rw- 1 root wheel 30, 9 Jul 11 18:23 pss0 lrwxrwxrwx 1 root wheel 10 Jul 11 18:23 sequencer -> sequencer0 crw-rw-rw- 1 root wheel 30, 1 Jul 11 18:23 sequencer0 crw-rw-rw- 1 root wheel 30, 6 Jul 11 18:23 sndstat -- David Kanter djkanter@northwestern.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 17: 7:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.alpha.net.au (mail2.alpha.net.au [203.41.44.8]) by hub.freebsd.org (Postfix) with ESMTP id 8FEE237B97B for ; Tue, 11 Jul 2000 17:07:39 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from dannyh.freebsd.org (surry-pool-198.alpha.net.au [203.41.44.198] (may be forged)) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id LAA23180 for ; Wed, 12 Jul 2000 11:18:16 +1000 From: Danny To: freebsd-questions@freebsd.org Subject: Where can I purchase FreeBSD 4.0 the CD's from HongKong? Date: Wed, 12 Jul 2000 10:10:10 +1000 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <00071210143902.00328@dannyh.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -- Hello - I have some "friends" going overseas (Hong Kong). - And I need to tell the person in real life where I can get FreeBSD 4.0 the CD's Question 1) Does any HK resident in this mailing list know whwere I can purchse a copy of FreeBSD 4.0? A company name or address or even telephone number will do. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 17:10:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.sdca.home.com (ha1.rdc1.sdca.home.com [24.0.3.66]) by hub.freebsd.org (Postfix) with ESMTP id 5DD4E37B97B for ; Tue, 11 Jul 2000 17:10:25 -0700 (PDT) (envelope-from RaymundoVega@home.com) Received: from home.com ([24.5.252.61]) by mail.rdc1.sdca.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20000712001024.GTHQ11127.mail.rdc1.sdca.home.com@home.com>; Tue, 11 Jul 2000 17:10:24 -0700 Message-ID: <396BB76F.1B161947@home.com> Date: Tue, 11 Jul 2000 17:10:23 -0700 From: "Raymundo M. Vega" X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Cortese Cc: questions@FreeBSD.ORG Subject: Re: routing question References: <20000710170446.25398.qmail@web3605.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Cortese wrote: > > Hi, > I would like to know how can I do to have a FreeBSD > 3.4 perform static routing rules like : > ip route 192.168.252.0 172.16.250.3 metric 1 > ip route 192.168.252.0 172.16.250.4 metric 5 > I want to have two different routes to the same > network, and if the first gateway is down (or better > if the link is down) I want my FreeBSD to route > packets via the second gateway. Is it possible without > using routing protocols ? > Thank's a lot !!!! > L.C. You may do it with static routes, but only if the FreeBSD box does have the two different links (routes) connected directly (i.e. two interfaces), if the two paths are (for instance) on the same local network, there is no way for the FreeBSD to know of the down links without hte help of a routing daemon. raymundo. > > > > __________________________________________________ > Do You Yahoo!? > Get Yahoo! Mail - Free email you can access from anywhere! > http://mail.yahoo.com/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 17:13:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id 531FB37B986 for ; Tue, 11 Jul 2000 17:13:24 -0700 (PDT) (envelope-from oberman@ptavv.es.net) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.10.1/8.10.1) with ESMTP id e6C0C5n01056; Tue, 11 Jul 2000 17:12:05 -0700 (PDT) Message-Id: <200007120012.e6C0C5n01056@ptavv.es.net> To: "David J. Kanter" Cc: Mark Ovens , FreeBSD questions Subject: Re: Which /dev for "device pcm" in kernel? In-reply-to: Your message of "Tue, 11 Jul 2000 18:35:26 CDT." <20000711183526.A249@localhost.localdomain> Date: Tue, 11 Jul 2000 17:12:05 -0700 From: "Kevin Oberman" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Date: Tue, 11 Jul 2000 18:35:26 -0500 > From: "David J. Kanter" > Sender: owner-freebsd-questions@FreeBSD.ORG > > On Tue, Jul 11, 2000 at 04:46:20PM +0100, Mark Ovens wrote: > > Yes, but don't forget that /dev is not in your $PATH (unless you added > > it) so you must do ``./MAKEDEV'' > > [snip] > > > I can only think that you mistyped. This is what you should have: > ---end quoted text--- > > You were right. So I did ./MAKEDEV snd0 in /dev, then rebooted. Still, > there's no /dev/snd0: MAKEDEV snd0 makes a number of devices, but snd0 is NOT one of them. You will (and did) get audio0, dsp0, midi0, mixer0, and all of the others you listed. This is not a problem, but normal behavior. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 17:48:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 4AB1037BD0C for ; Tue, 11 Jul 2000 17:48:34 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 13C94e-000OeQ-00; Wed, 12 Jul 2000 00:04:20 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 13C94d-000DWU-00; Wed, 12 Jul 2000 00:04:19 +0100 Date: Wed, 12 Jul 2000 00:04:19 +0100 From: Ben Smithurst To: Me Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Compatibility Message-ID: <20000712000419.A11000@strontium.scientia.demon.co.uk> References: <000801bfeb7d$e711b540$0c4011d4@telekabel.at> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="rPH0Y77Oimr1cvNq" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <000801bfeb7d$e711b540$0c4011d4@telekabel.at> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --rPH0Y77Oimr1cvNq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Me wrote: > Considering i'm new to the FreeBSD project, let alone Unix > itself or any related *nix Operating system, I'm not sure that > my hardware is supported by FreeBSD. Is it at all possible to > obtain configuration files for hardware that's not listed in > http://www.freebsd.org/FAQ/hardware.html such as an ATI graphics card > or a 3ComEtherlink Network card? That should be supported. I have three computers with ATI graphics cards, and one with a 3Com Etherlink network card, and both work flawlessly. Your hardware *should* work the the standard FreeBSD kernel. Just because it's not listed doesn't mean it won't work. --=20 Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D --rPH0Y77Oimr1cvNq Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: 2pmkDg4+GltfzLjz+DRusohfCUBpNnMO iQCVAwUBOWun8isPVtiZOS99AQGcMwP5AdkiGbSSc36cgHGhme4cRZzUYR313Cgj wx/yY+c8d19/aq35E2OpQQpZQcOitGm2/3yCdXpfAuWTNFrYvXMs3+9f6YWbqx7u o/O0FY7tkWw4aaZKu+Mfg5ybxEb/i/T9/1Lj2kGXFuzyDm8OG52sT0qT+1e5OHCc L8n4FcDcPHw= =4gwa -----END PGP SIGNATURE----- --rPH0Y77Oimr1cvNq-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 17:54:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from icave3.icave.com.mx (icave3.icave.com.mx [148.233.5.130]) by hub.freebsd.org (Postfix) with ESMTP id 7F26937B9AF for ; Tue, 11 Jul 2000 17:54:19 -0700 (PDT) (envelope-from jlara@icave.com.mx) Received: from icave.com.mx (icave10.icave.com.mx [148.233.5.137]) by icave3.icave.com.mx (8.9.3/8.9.3) with ESMTP id TAA61147 for ; Tue, 11 Jul 2000 19:30:20 -0500 (CDT) (envelope-from jlara@icave.com.mx) Message-ID: <396BBB4F.222EED9F@icave.com.mx> Date: Tue, 11 Jul 2000 19:26:55 -0500 From: Javier Lara =?iso-8859-1?Q?S=E1nchez?= X-Mailer: Mozilla 4.51 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: LDAP Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi!!! Somebody know, how can use LDAP in Freebsd??? I'm running Freebsd 4.0-RELEASE and Squid-2.3. STABLE3 Thank a lot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 18:52:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id C2CE937BA6C for ; Tue, 11 Jul 2000 18:52:54 -0700 (PDT) (envelope-from grog@wantadilla.lemis.com) Received: (from grog@localhost) by wantadilla.lemis.com (8.9.3/8.9.3) id LAA29824; Wed, 12 Jul 2000 11:22:43 +0930 (CST) (envelope-from grog) Date: Wed, 12 Jul 2000 11:22:43 +0930 From: Greg Lehey To: "Anders Chr. Skoe" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Anyone resolved "Missing operating system" issue? Message-ID: <20000712112242.C29642@wantadilla.lemis.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tuesday, 11 July 2000 at 11:35:58 -0500, Anders Chr. Skoe wrote: > Howdy, folks! > > unfortunately, this email follows a pretty good history of posts regarding > the "Missing operating system" error. we install 3.2 with no problems on > our western digital WDE4360-1807A3, but it just won't boot. our bios is > the adaptec AHA 2940 Ultra/Ultra W BIOS v1.23. > > a) if we only create a freebsd partition, and try to boot it, we get the > infamous "Missing operating system" error. > > b) if we create both dos & freebsd partitions, we get to the boot manager, > but selecting freebsd doesn't work. we've tried putting the freebsd > partition first as well as the dos partition first, but it makes no > difference. we've also tried various combinations of partition sizes. > > c) setting the drive geometry to 4095/64/32 doesn't help (someone > suggested this in an earlier mail). > > d) using FDISK we've set the active partition to the freebsd > partition. it doesn't help. > > e) we can boot from the floppy & cdrom drives. > > we would really appreciate some useful feedback 'cause it's drivin' us > crazy. This sounds like a geometry issue. Have you selected LBA in the BIOS setup? If so, have you tried both "dangerously dedicated" and Microsoft compatible partitions? Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 19: 2:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 6B0F037BB13 for ; Tue, 11 Jul 2000 19:02:12 -0700 (PDT) (envelope-from grog@wantadilla.lemis.com) Received: (from grog@localhost) by wantadilla.lemis.com (8.9.3/8.9.3) id LAA29904; Wed, 12 Jul 2000 11:31:50 +0930 (CST) (envelope-from grog) Date: Wed, 12 Jul 2000 11:31:50 +0930 From: Greg Lehey To: Rahul Siddharthan Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Vinum/RAID-5 on IDE disks Message-ID: <20000712113150.E29642@wantadilla.lemis.com> References: <20000712004443.A6134@physics.iisc.ernet.in> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <20000712004443.A6134@physics.iisc.ernet.in> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wednesday, 12 July 2000 at 0:44:43 +0530, Rahul Siddharthan wrote: > On a system with 2 IDE buses and 4 disks (2 per bus), is it a good > idea to use RAID 5 / Vinum? No. > I read of issues regarding performance and fault tolerance on linux > raid when you put two disks on one bus, and it sounded like that > should apply to freebsd too, but I can't find a specific mention in > the vinum documentation. It's there somewhere. The problem is that striped organizations (including RAID-4 and RAID-5) write simultaneously to multiple drives, but an IDE controller can only handle one request at a time, so the second request has to wait until the first one is finished, effectively halving the performance. Write performance is pretty bad anyway with RAID-[45], so this is a serious drawback. > One problem mentioned there that if a disk goes down, it can take > the bus and therefore the other disk down with it: it doesn't matter > if the data on the other disk is safe and therefore the system can > be brought back up without data loss. But is there a likelihood of > the other disk being corrupted in such an event? There's always a possibility, and if the master drive goes down well enough, it will take the slave drive with it. > If there are performance issues with slave disks, are they likely to > be show-stopping? Any real-world experiences? It's not so much the slave by itself, it's the combination of master and slave which causes the problems. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 19: 4:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 6C6A337BA6C for ; Tue, 11 Jul 2000 19:04:09 -0700 (PDT) (envelope-from grog@wantadilla.lemis.com) Received: (from grog@localhost) by wantadilla.lemis.com (8.9.3/8.9.3) id LAA29921; Wed, 12 Jul 2000 11:33:42 +0930 (CST) (envelope-from grog) Date: Wed, 12 Jul 2000 11:33:42 +0930 From: Greg Lehey To: Linh Pham Cc: Rahul Siddharthan , freebsd-questions@FreeBSD.ORG Subject: Re: Vinum/RAID-5 on IDE disks Message-ID: <20000712113342.F29642@wantadilla.lemis.com> References: <20000712004443.A6134@physics.iisc.ernet.in> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 1.0pre2i In-Reply-To: Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tuesday, 11 July 2000 at 12:26:57 -0700, Linh Pham wrote: > On Wed, 12 Jul 2000, Rahul Siddharthan wrote: > >> On a system with 2 IDE buses and 4 disks (2 per bus), is it a good >> idea to use RAID 5 / Vinum? I read of issues regarding performance >> and fault tolerance on linux raid when you put two disks on one bus, >> and it sounded like that should apply to freebsd too, but I can't find >> a specific mention in the vinum documentation. >> >> One problem mentioned there that if a disk goes down, it can take the >> bus and therefore the other disk down with it: it doesn't matter if >> the data on the other disk is safe and therefore the system can be >> brought back up without data loss. But is there a likelihood of the >> other disk being corrupted in such an event? >> >> If there are performance issues with slave disks, are they likely to >> be show-stopping? Any real-world experiences? >> >> Thanks, >> >> Rahul. >> >> ps the linux document was >> http://linuxdoc.org/HOWTO/Software-RAID-HOWTO-3.html > > It's always best to separate heavy I/O drives (mainly hard drives) > onto separate IDE channels. But, that doesn't always mean that you > get a whole lot more performance that way. See my last message. It frequently does. > Remember that a standard UltraDMA controller can handle up to 33MB/s > per channel, ATA/66 doubles that, and finally ATA/100 brings it up > to 100MB/s. The data transfer phase of a transaction takes about 400 µs. The latency takes about 8 ms, and you spend the time waiting for that. > Also remember that hard drives usually cannot soak up the entire ATA > channel, but some drives can. But also another note is that only one > drive can communicate on a specific IDE channel at any given > time. This might reduce the overall thoroughput, but again, it's not > always going to be the bottleneck. Admittedly, there are exceptions. But they're relatively seldom. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 19:29:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id 6DC3E37B828 for ; Tue, 11 Jul 2000 19:29:05 -0700 (PDT) (envelope-from DerMurx@gmx.de) Received: (qmail 30694 invoked by uid 0); 12 Jul 2000 02:29:00 -0000 Received: from pec-135-6.tnt9.m2.uunet.de (HELO gmx.de) (149.225.135.6) by mail.gmx.net with SMTP; 12 Jul 2000 02:29:00 -0000 Message-ID: <396BD5A0.2ADA1796@gmx.de> Date: Wed, 12 Jul 2000 04:19:12 +0200 From: Jan Kunzmann Organization: Organized? Me???? X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: de,en MIME-Version: 1.0 To: David Huff Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Resolver problem (or bug?) References: <3965FE74.1C99715C@gmx.de> <20000711155818.F12467@armadillo.itg.ti.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi David, thanks for your reply... but I already tried out all possible combinations in resolv.conf (at present I use both domain and search directive). Still the same problem. And still the big mysterium: gethostbyname("maschine") seems not to query the /etc/hosts first (although /etc/host.conf contains "hosts" before "bind")... Greets Jan David Huff wrote: > > Jan, > > The problem may be the "domain" directive in your /etc/resolv.conf. You > might want to replace it with the "search" directive instead. From chap. > 16.8 (BIND client issues) in Nemeth, et al _Unix System Administration > Handbook (2nd ed.)_ (a.k.a. "the red book"): > > "Earlier versions of BIND used the domain directive in resolv.conf instead > of the search directive. RFC1535 strongly recommends replacing domain with > search, and current resolvers try only the domains listed in the search > list." > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 19:30:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 0CC7837B828 for ; Tue, 11 Jul 2000 19:30:52 -0700 (PDT) (envelope-from doug@safeport.com) Received: from localhost (doug@localhost) by fledge.watson.org (8.9.3/8.9.3) with SMTP id WAA42066; Tue, 11 Jul 2000 22:30:30 -0400 (EDT) (envelope-from doug@safeport.com) X-Authentication-Warning: fledge.watson.org: doug owned process doing -bs Date: Tue, 11 Jul 2000 22:30:30 -0400 (EDT) From: Doug Denault X-Sender: doug@fledge.watson.org To: "Anders Chr. Skoe" Cc: freebsd-questions@FreeBSD.org Subject: Re: Anyone resolved "Missing operating system" issue? 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 encountered the same characteristics installing 3.3 and 4.0 on two different Dell Latitude notebooks trying the FreeBSD only setup. It appeared that the install went fine, lots of "writing this" messages. The system just would not boot. It seemed that no boot record was installed. In this path if you run sysinstall the "w" option does not appear on the menu where you set the disk parms and each time when I boot from the floppies there was partition was not marked bootable. In consulting with a FreeBSD "veteran", we reached the conclusion this option just did not work (at least on this system). In our case, installing with an FDISK partition leaving something as non unix worked perfectly. We never put anything in the partition, just let the install program allocate it. I was pondering turning this in as a bug, but never got around to it. Your (a) case seems to be exactly my experience. In the (b) case have you tried booting from the install CD/floppies and setting the partition bootable and rewriting the boot record using sysinstall? That worked for me using 3.3 and 4.0 (the CDs I happened to have). In my case disk geometry was not an issue, as long as I used an DOS partition table. On Tue, 11 Jul 2000, Anders Chr. Skoe wrote: > Howdy, folks! > > unfortunately, this email follows a pretty good history of posts regarding > the "Missing operating system" error. we install 3.2 with no problems on > our western digital WDE4360-1807A3, but it just won't boot. our bios is > the adaptec AHA 2940 Ultra/Ultra W BIOS v1.23. > > a) if we only create a freebsd partition, and try to boot it, we get the > infamous "Missing operating system" error. > > b) if we create both dos & freebsd partitions, we get to the boot manager, > but selecting freebsd doesn't work. we've tried putting the freebsd > partition first as well as the dos partition first, but it makes no > difference. we've also tried various combinations of partition sizes. > > c) setting the drive geometry to 4095/64/32 doesn't help (someone > suggested this in an earlier mail). > > d) using FDISK we've set the active partition to the freebsd > partition. it doesn't help. > > e) we can boot from the floppy & cdrom drives. > > we would really appreciate some useful feedback 'cause it's drivin' us > crazy. > > a & j > > > > > 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 Jul 11 20:27:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 8C46A37B691 for ; Tue, 11 Jul 2000 20:27:29 -0700 (PDT) (envelope-from grog@wantadilla.lemis.com) Received: (from grog@localhost) by wantadilla.lemis.com (8.9.3/8.9.3) id MAA30781; Wed, 12 Jul 2000 12:57:11 +0930 (CST) (envelope-from grog) Date: Wed, 12 Jul 2000 12:57:11 +0930 From: Greg Lehey To: Doug Denault Cc: "Anders Chr. Skoe" , freebsd-questions@FreeBSD.ORG Subject: Re: Anyone resolved "Missing operating system" issue? Message-ID: <20000712125711.M30262@wantadilla.lemis.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tuesday, 11 July 2000 at 22:30:30 -0400, Doug Denault wrote: > On Tue, 11 Jul 2000, Anders Chr. Skoe wrote: > >> Howdy, folks! >> >> unfortunately, this email follows a pretty good history of posts regarding >> the "Missing operating system" error. we install 3.2 with no problems on >> our western digital WDE4360-1807A3, but it just won't boot. our bios is >> the adaptec AHA 2940 Ultra/Ultra W BIOS v1.23. >> >> a) if we only create a freebsd partition, and try to boot it, we get the >> infamous "Missing operating system" error. >> >> b) if we create both dos & freebsd partitions, we get to the boot manager, >> but selecting freebsd doesn't work. we've tried putting the freebsd >> partition first as well as the dos partition first, but it makes no >> difference. we've also tried various combinations of partition sizes. >> >> c) setting the drive geometry to 4095/64/32 doesn't help (someone >> suggested this in an earlier mail). >> >> d) using FDISK we've set the active partition to the freebsd >> partition. it doesn't help. >> >> e) we can boot from the floppy & cdrom drives. >> >> we would really appreciate some useful feedback 'cause it's drivin' us >> crazy. > > I encountered the same characteristics installing 3.3 and 4.0 on two > different Dell Latitude notebooks trying the FreeBSD only setup. It > appeared that the install went fine, lots of "writing this" messages. The > system just would not boot. It seemed that no boot record was installed. > In this path if you run sysinstall the "w" option does not appear on the > menu where you set the disk parms and each time when I boot from the > floppies there was partition was not marked bootable. > > In consulting with a FreeBSD "veteran", we reached the conclusion this > option just did not work (at least on this system). > > In my case disk geometry was not an issue, as long as I used an DOS > partition table. Which model was this? I've never had trouble installing on Latitudes. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 21:45:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from server3.safepages.com (server3.safepages.com [216.127.146.5]) by hub.freebsd.org (Postfix) with ESMTP id 3F2E237BBED for ; Tue, 11 Jul 2000 21:45:15 -0700 (PDT) (envelope-from glennpj@bayouhome.net) Received: from gforce.johnson.home (1Cust147.tnt4.new-orleans.la.da.uu.net [63.17.15.147]) by server3.safepages.com (Postfix) with ESMTP id B9B5A3651D; Wed, 12 Jul 2000 00:45:08 -0400 (EDT) Received: (from glenn@localhost) by gforce.johnson.home (8.9.3/8.9.3) id XAA07435; Tue, 11 Jul 2000 23:45:05 -0500 (CDT) (envelope-from glenn) From: Glenn Johnson Date: Tue, 11 Jul 2000 23:44:16 -0500 To: Kuzak Cc: freebsd-questions@FreeBSD.ORG Subject: Re: PCI pnp Modem Message-ID: <20000711234416.A6721@gforce.johnson.home> Mail-Followup-To: glenn, Kuzak , freebsd-questions@FreeBSD.ORG References: <0FXK007MC3TNXQ@mta6.snfc21.pbi.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <0FXK007MC3TNXQ@mta6.snfc21.pbi.net>; from kuzak@kuzak.net on Tue, Jul 11, 2000 at 04:26:35PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jul 11, 2000 at 04:26:35PM -0700, Kuzak wrote: > I'm having a pretty bad time trying to get a pnp modem to work with > freebsd 4.0. This is my second day working on getting it up and I > now know many ways that is doesn't work.. but I could really use some > pointers. First, if it is a WinModem it will not work. Most PCI modems are WinModems. However, if it is not a WinModem then I would suggest searching the mail archives. I believe their was some discussion about support for PCI modems with controllers. -- Glenn Johnson glennpj@bayouhome.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 22: 1:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hecky.it.northwestern.edu (hecky.acns.nwu.edu [129.105.16.51]) by hub.freebsd.org (Postfix) with ESMTP id E026637BC68 for ; Tue, 11 Jul 2000 22:01:33 -0700 (PDT) (envelope-from djkanter@northwestern.edu) Received: (from mailnull@localhost) by hecky.it.northwestern.edu (8.8.7/8.8.7) id AAA23067; Wed, 12 Jul 2000 00:01:20 -0500 (CDT) Received: from localhost.localdomain (areca-34-028102.nuts.nwu.edu [165.124.28.102]) by hecky.acns.nwu.edu via smap (V2.0) id xma022887; Wed, 12 Jul 00 00:01:15 -0500 Received: (from david@localhost) by localhost.localdomain (8.9.3/8.9.3) id WAA00705; Tue, 11 Jul 2000 22:57:52 -0500 (CDT) (envelope-from david) Date: Tue, 11 Jul 2000 22:57:52 -0500 From: "David J. Kanter" To: Kuzak Cc: freebsd-questions@FreeBSD.ORG Subject: Re: PCI pnp Modem Message-ID: <20000711225752.A615@localhost.localdomain> Mail-Followup-To: Kuzak , freebsd-questions@FreeBSD.ORG References: <0FXK007MC3TNXQ@mta6.snfc21.pbi.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <0FXK007MC3TNXQ@mta6.snfc21.pbi.net>; from kuzak@kuzak.net on Tue, Jul 11, 2000 at 04:26:35PM -0700 X-Organization: Northwestern University X-Operating-System: FreeBSD localhost.localdomain 4.0-STABLE FreeBSD 4.0-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jul 11, 2000 at 04:26:35PM -0700, Kuzak wrote: > I would really appriciate it if someone could walk me through setting up > a pci pnp modem... ---end quoted text--- Mine works, and this is what I did: device pnp device pci. That might be enough. I don't understand kernel configs too well. My modem "automogically" shows up as sio4, even though there's no mention of sio4 in the kernel config (only sio0-3). It's an internal modem. Also, you might have a Winmodem, which will never work. Look at the Web site to see if your modem is one of those. From dmesg: sio4: at port 0x2f8-0x2ff irq 3 on isa0 sio4: type 16550A -- David Kanter djkanter@northwestern.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 22: 2:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp6.mindspring.com (smtp6.mindspring.com [207.69.200.110]) by hub.freebsd.org (Postfix) with ESMTP id 0473537BC6C for ; Tue, 11 Jul 2000 22:02:11 -0700 (PDT) (envelope-from computerdeity@geocities.com) Received: from castor ([209.138.148.72]) by smtp6.mindspring.com (8.9.3/8.8.5) with SMTP id BAA12522 for ; Wed, 12 Jul 2000 01:02:02 -0400 (EDT) Message-ID: <006d01bfebbe$5d49e260$0200a8c0@castor> From: "Gemini Domino" To: Subject: Boot loader CLEARING active parition flags??!?! Date: Wed, 12 Jul 2000 01:02:18 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_006A_01BFEB9C.D34679A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_006A_01BFEB9C.D34679A0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable For some reason, every time I boot into FreeBSD (dual booting with = windows98), the next time I reboot, I get "Not found any [active = partition] on hard drive". I have to boot with a dos diskette and run = fdisk to manually reset the active partition. Any one know WHAT the heck = is doing this and how to fix it?=20 Thanks ********* "To live alone one must be a beast or a god, says Aristotle. Leaving out = the third case: one must be both -- a philosopher" "The better the state is established, the fainter is humanity. To make = the individual uncomfortable, that is my task."=20 "A great value of antiquity lies in the fact that its writings are the = only ones that modern men still read with exactness."=20 "The bite of conscience, like the bite of a dog into a stone, is a = stupidity."=20 Friedrich Wilhelm Nietzsche ------=_NextPart_000_006A_01BFEB9C.D34679A0 Content-Type: text/html; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable
For some reason, every time I boot into FreeBSD = (dual booting=20 with windows98), the next time I reboot, I get "Not found any [active = partition]=20 on hard drive". I have to boot with a dos diskette and run fdisk to = manually=20 reset the active partition. Any one know WHAT the heck is doing this and = how to=20 fix it?
 
Thanks
 
*********
 
"To live alone one must be a beast or a god, says = Aristotle.=20 Leaving out the third case: one must be both -- a = philosopher"
 
"The better the state is established, the fainter is = humanity.=20 To make the individual uncomfortable, that is my task."
 
"A great value of antiquity lies in the fact that = its writings=20 are the only ones that modern men still read with exactness." =
 
"The bite of conscience, like the bite of a dog into = a stone,=20 is a stupidity."
 
Friedrich Wilhelm = Nietzsche
------=_NextPart_000_006A_01BFEB9C.D34679A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 22:12:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from emu.prod.itd.earthlink.net (emu.prod.itd.earthlink.net [207.217.121.31]) by hub.freebsd.org (Postfix) with ESMTP id 52EE037B9D4 for ; Tue, 11 Jul 2000 22:12:39 -0700 (PDT) (envelope-from cjc@pool0246.cvx20-bradley.dialup.earthlink.net) Received: from pool0246.cvx20-bradley.dialup.earthlink.net (pool1196.cvx20-bradley.dialup.earthlink.net [209.179.254.176]) by emu.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id WAA11529; Tue, 11 Jul 2000 22:12:36 -0700 (PDT) Received: (from cjc@localhost) by pool0246.cvx20-bradley.dialup.earthlink.net (8.9.3/8.9.3) id WAA00730; Tue, 11 Jul 2000 22:10:49 -0700 (PDT) Date: Tue, 11 Jul 2000 22:10:47 -0700 From: "Crist J. Clark" To: "E. Michael" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ipfw/nat problem::dynamic ip Message-ID: <20000711221047.A523@dialin-client.earthlink.net> Reply-To: cjclark@alum.mit.edu References: <396BAD64.7382BBB4@mail3d.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <396BAD64.7382BBB4@mail3d.co.uk>; from emichael@mail3d.co.uk on Tue, Jul 11, 2000 at 11:27:32PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jul 11, 2000 at 11:27:32PM +0000, E. Michael wrote: > Hi, > > The scenario is the following: > > The getway's IP is 192.168.110.1: > The outside interface (modem) is the tun0 using dynamic IP. > The natd runs with: > -n tun0 -use_sockets -same_ports -dynamic > and I dial with: > ppp -ddial ISP > > The ipfw ruleset is very simple: > > 00050 divert 8668 ip from any to any via tun0 > 00100 allow ip from any to any via lo0 > 00200 deny ip from any to 127.0.0.0/8 > 65000 allow ip from any to any > 65535 deny ip from any to any > > With this setup any host of my network can see the outside world.What I > am trying to do without success is to block the port 110 of my gateway > for the outside world. > I try by adding the following two rules: > ipfw add 1000 deny tcp from any to 192.168.110.1 110 via tun0 > ipfw add 1010 deny tcp from 192.168.110.1 110 to any via tun0 > Unfortunately, this does not prevent an external host to connect to > the port 110. The external hosts are trying to connect to the address on the tun0 interface, not the internal one. > Here is some output from natd when I ping yahoo from 192.168.110.10 > Out [UDP] [UDP] 192.168.110.10:1045 -> 212.67.128.102:53 aliased to > [UDP] 212.67.145.58:1045 -> 212.67.128.102:53 > In [UDP] [UDP] 212.67.128.102:53 -> 212.67.145.58:1045 aliased to > [UDP] 212.67.128.102:53 -> 192.168.110.10:1045 > Out [ICMP] [ICMP] 192.168.110.10 -> 216.32.74.55 8(0) aliased to > [ICMP] 212.67.145.58 -> 216.32.74.55 8(0) > In [ICMP] [ICMP] 216.32.74.55 -> 212.67.145.58 0(0) aliased to > [ICMP] 216.32.74.55 -> 192.168.110.10 0(0) > > (it seems ok for me) > > and when I ping yahoo from 192.168.110.1 > Out [UDP] [UDP] 212.67.145.58:1056 -> 212.67.128.102:53 aliased to > [UDP] 212.67.145.58:1056 -> 212.67.128.102:53 > In [UDP] [UDP] 212.67.128.102:53 -> 212.67.145.58:1056 aliased to > [UDP] 212.67.128.102:53 -> 212.67.145.58:1056 > Out [ICMP] [ICMP] 212.67.145.58 -> 216.32.74.50 8(0) aliased to > [ICMP] 212.67.145.58 -> 216.32.74.50 8(0) > In [ICMP] [ICMP] 216.32.74.50 -> 212.67.145.58 0(0) aliased to > [ICMP] 216.32.74.50 -> 212.67.145.58 0(0) > ^^^^^^^^^^^^^ > Shouldn't be 192.168.110.1 ? No. I would assume that 212.67.145.58 is the address of the tun0 interface. What does 192.168.110.1, the interior interface, have to do with it? > What am I doing wrong? Am I missing anything? You just seem to be a little confused. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 22:17: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fedde.littleton.co.us (fedde.littleton.co.us [216.17.174.44]) by hub.freebsd.org (Postfix) with ESMTP id 7105437BBDB for ; Tue, 11 Jul 2000 22:16:59 -0700 (PDT) (envelope-from cfedde@fedde.littleton.co.us) Received: from fedde.littleton.co.us (localhost [127.0.0.1]) by fedde.littleton.co.us (8.11.0.Beta3/8.11.0.Beta3) with ESMTP id e6C5Gv696823 for ; Tue, 11 Jul 2000 23:16:57 -0600 (MDT) Message-Id: <200007120516.e6C5Gv696823@fedde.littleton.co.us> To: questions@freebsd.org From: Chris Fedde Subject: mixing STABLE and manualy maintained distributions. Date: Tue, 11 Jul 2000 23:16:56 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm hoping that some of you might have a comment on this. I track a few distributions from the net pretty closely (bind, sendmail, perl, etc). Generaly I have a different version of these than is tagged by RELENG-4. My current procedure is to synch with stable compile up to functional then re-install my distributions. Is there a tool or technique that I could be using that is better suited to this kind of environment than what I am doing? thanks chris -- Chris Fedde To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 22:19: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.hcvlny.cv.net (mx1.hcvlny.cv.net [167.206.112.76]) by hub.freebsd.org (Postfix) with ESMTP id 5BAF537BBD9 for ; Tue, 11 Jul 2000 22:19:05 -0700 (PDT) (envelope-from steinyv@skyweb.net) Received: from s1.optonline.net (s1.optonline.net [167.206.112.6]) by mx1.hcvlny.cv.net (8.9.3/8.9.3) with ESMTP id BAA08457 for ; Wed, 12 Jul 2000 01:19:03 -0400 (EDT) Received: from downstairs (d133-103.jcsnnj.optonline.net [24.189.133.103]) by s1.optonline.net (8.9.1/8.9.3) with ESMTP id BAA24015 for ; Wed, 12 Jul 2000 01:19:03 -0400 (EDT) Message-Id: <4.2.0.58.20000712005420.009b8400@> X-Sender: steinyv@pluto.skyweb.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Wed, 12 Jul 2000 01:04:43 -0400 To: freebsd-questions@freebsd.org From: steinyv Subject: boot glitch Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey all, I purchased a symbios 8751sp scsi card to go with a Micronics M55Hi rev B motherboard with a P200 & 64M and 2M s3 video. Every time I try to boot (I had a previous install on disk) or when I try to install via floppy or cd, when the time came for scsi devices to settle, the screen keeps scrolling an error to the point where whatever it is being displayed, cant be read. From what I can decipher, SCSI BUS RESET DETECTED PCI STATUS : 0X8100 (0/5) @ (SCRIPT 48:F33100004) SYM0 REGDUMP : CA 00 00 05 47 00 00 0E 00 08 00 00 08 00 08 02 00 70 E3 03 I have 2 of these cards and both get this error on this board, I used to have an Adaptec 2940uw that worked with the board, and from the dmesg output there were no problems. Ill try some other stuff in the meantime, what do you think?? Thanks _________________________________________ Steiny's Studio Pachyderm Productions http://steiny.hypermart.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 22:19:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes04-hme0.telusplanet.net (edtnes04.telus.net [199.185.220.104]) by hub.freebsd.org (Postfix) with ESMTP id 258EA37BBE7 for ; Tue, 11 Jul 2000 22:19:09 -0700 (PDT) (envelope-from q@telus.net) Received: from ricepower ([209.53.59.203]) by priv-edtnes04-hme0.telusplanet.net (InterMail vM.4.01.02.11 201-229-116-111) with SMTP id <20000712051907.HHSO4208.priv-edtnes04-hme0.telusplanet.net@ricepower>; Tue, 11 Jul 2000 23:19:07 -0600 Message-ID: <00c501bfebc0$c037e500$cb3b35d1@bconnected.net> From: "Q" To: "Danny" , References: <00071210143902.00328@dannyh.freebsd.org> Subject: Re: Where can I purchase FreeBSD 4.0 the CD's from HongKong? Date: Tue, 11 Jul 2000 22:19:27 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I do believe you can have it ship to hongkong. order it from freebsd.org ----- Original Message ----- From: "Danny" To: Sent: Tuesday, July 11, 2000 5:10 PM Subject: Where can I purchase FreeBSD 4.0 the CD's from HongKong? > > -- > > Hello > - I have some "friends" going overseas (Hong Kong). > - And I need to tell the person in real life where I can get FreeBSD 4.0 the > CD's > > > Question > > 1) Does any HK resident in this mailing list know whwere I can purchse a copy > of FreeBSD 4.0? > > A company name or address or even telephone number will do. > > > > 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 Jul 11 23:19:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from s1.ds.net (s1.ds.net [207.239.204.1]) by hub.freebsd.org (Postfix) with ESMTP id D639837BD77 for ; Tue, 11 Jul 2000 23:19:41 -0700 (PDT) (envelope-from jmutter@ds.net) Received: from s1.ds.net (s1.ds.net [207.239.204.1]) by s1.ds.net (8.9.3/8.9.3) with ESMTP id CAA08725 for ; Wed, 12 Jul 2000 02:19:28 -0400 (EDT) Date: Wed, 12 Jul 2000 02:19:28 -0400 (EDT) From: jmutter To: freebsd-questions@freebsd.org Subject: "Jumpstart" [boot.flp, how does it work?] Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm in a situation, (again), where we'll be implementing several FreeBSD machines in a large production environment. To make this work though I need to be able to get something similar to Sun's "Jumpstart". I noticed that boot.flp has most of the functionality that I'm looking for, but I'm not exactly sure how it works. My questions: (*) Does anyone have the kernel config file for this? (*) How does it load the Memory File System? (*) Where is the MFS kept, how can I edit it's contents? I've looked at the image using the vn driver but wasn't able to get the above information. This will be done using hardware with a serial console and Intel's PXE functinality. I've read the "diskless howto", but it seems geared more towards diskless workstations and goes a bit further than I need it to and I'd like it to. Any and all hints, tips, or positive incantations are welcome. Thanks, Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 23:48:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.sdca.home.com (ha1.rdc1.sdca.home.com [24.0.3.66]) by hub.freebsd.org (Postfix) with ESMTP id 99C7337BC39 for ; Tue, 11 Jul 2000 23:48:19 -0700 (PDT) (envelope-from larry@home.com) Received: from cx408168-b.escnd1.sdca.home.com ([24.20.227.61]) by mail.rdc1.sdca.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20000712064819.SQYB11127.mail.rdc1.sdca.home.com@cx408168-b.escnd1.sdca.home.com>; Tue, 11 Jul 2000 23:48:19 -0700 Date: Tue, 11 Jul 2000 23:49:12 -0700 (PDT) From: Lawrence Sica X-Sender: larry@cx408168-b.escnd1.sdca.home.com To: Kartic Krishnamurthy Cc: freebsd-questions@FreeBSD.ORG Subject: Re: OpenSSH 2.1.1 Port broken? In-Reply-To: <004e01bfeb4d$6112e2a0$0445a8c0@private.solutionsforyou.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, 11 Jul 2000, Kartic Krishnamurthy wrote: > Hi List, > > Is the latest Openssh port broken? I downloaded the tar from the ports > collection and when making, it gave a ton of parse errors in > authfd.c/authfd.h etc. Additionally I have already installed rsaref > 2.0 and openssl-0.9.5a. don't know, are you in the US? Do you have USA_RESIDENT=YES is so in /etc/make.conf > > I also tried downloading the source from the Openssh website; but this guy would not even configure (says it cant find a working > OpenSSL installation!). > > Details: > FreeBSD 3.3R with PAO3.0 > Dell Laptop > > Could some one please help me out? > > Thanks > --Kartic > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Lawrence Sica lsica1@home.com larry@interactivate.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 23:49:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.sdca.home.com (ha1.rdc1.sdca.home.com [24.0.3.66]) by hub.freebsd.org (Postfix) with ESMTP id 3C2A037BBEC for ; Tue, 11 Jul 2000 23:49:31 -0700 (PDT) (envelope-from larry@home.com) Received: from cx408168-b.escnd1.sdca.home.com ([24.20.227.61]) by mail.rdc1.sdca.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20000712064930.SRKZ11127.mail.rdc1.sdca.home.com@cx408168-b.escnd1.sdca.home.com>; Tue, 11 Jul 2000 23:49:30 -0700 Date: Tue, 11 Jul 2000 23:50:24 -0700 (PDT) From: Lawrence Sica X-Sender: larry@cx408168-b.escnd1.sdca.home.com To: Mark.Hummel@hurlburt.af.mil Cc: freebsd-questions@FreeBSD.ORG Subject: Re: I'm missing something ??? In-Reply-To: <856532CB07BED3118FE300204840E28A011075E7@vexwncc02.hurlburt.af.mil> Message-ID: 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, 11 Jul 2000 Mark.Hummel@hurlburt.af.mil wrote: > I checked out FAQ to no avail. > > Until I figure out why the Netscape port refuses to run, I'm using my kfm to > browse the web. The problem I'm having is that not everything (text & > pictures especially) load. What do I need to make kfm more robust as a web > server? ahhh kfm is not a web server, its a web browser. Which port are you installing? If it is the FreeBSD one you need 2.2 compat installed since Netscape needs a.out. You can just install the Linux Netscape port as well --Larry > > Mark > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Lawrence Sica lsica1@home.com larry@interactivate.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 23:56:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.sdca.home.com (ha1.rdc1.sdca.home.com [24.0.3.66]) by hub.freebsd.org (Postfix) with ESMTP id D10F437BC20 for ; Tue, 11 Jul 2000 23:56:19 -0700 (PDT) (envelope-from larry@home.com) Received: from cx408168-b.escnd1.sdca.home.com ([24.20.227.61]) by mail.rdc1.sdca.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20000712065619.SVUJ11127.mail.rdc1.sdca.home.com@cx408168-b.escnd1.sdca.home.com>; Tue, 11 Jul 2000 23:56:19 -0700 Date: Tue, 11 Jul 2000 23:57:12 -0700 (PDT) From: Lawrence Sica X-Sender: larry@cx408168-b.escnd1.sdca.home.com To: "Greg S. Wirth" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: inetd In-Reply-To: <868609028.20000711123103@beldamar.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, 11 Jul 2000, Greg S. Wirth wrote: > Hello... > Using FreeBSD 4.0-R > > I commented all the lines out of inetd.conf > Everything works fine for me. > When i use: > inetd_enable="NO" in my rc.conf, i loose internet connectivity. > Since i've commented out all the services, i don't see a reason to > run > inted. What am i not understanding? what exact file are you editing? inetd has nothing to do with connectivity. Are you on a dial-up or dedicated connection? > > > - - -- > Greg S. Wirth > http://www.beldamar.com > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Lawrence Sica lsica1@home.com larry@interactivate.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jul 11 23:57:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.sdca.home.com (ha1.rdc1.sdca.home.com [24.0.3.66]) by hub.freebsd.org (Postfix) with ESMTP id 3103637BBEC for ; Tue, 11 Jul 2000 23:57:14 -0700 (PDT) (envelope-from larry@home.com) Received: from cx408168-b.escnd1.sdca.home.com ([24.20.227.61]) by mail.rdc1.sdca.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20000712065713.SWDL11127.mail.rdc1.sdca.home.com@cx408168-b.escnd1.sdca.home.com>; Tue, 11 Jul 2000 23:57:13 -0700 Date: Tue, 11 Jul 2000 23:58:06 -0700 (PDT) From: Lawrence Sica X-Sender: larry@cx408168-b.escnd1.sdca.home.com To: Q Tuyen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <002e01bfeb71$03f3bbc0$cb3b35d1@bconnected.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 11 Jul 2000, Q Tuyen wrote: > Jul 11 12:46:43 mail sendmail[14362]: MAA14362: ruleset=3Dcheck_mail, > arg1=3D, relay=3DIDENT:root@makeworld.com > [208.192.111.245], reject=3D451 ... Sender d= omain > must resolve that means that you needa valid domain for it to send from. Sendmail does reverse lookups its an anti-spam feature >=20 >=20 > Here is the full msg >=20 > none of my pop3 account have shell. If that help in anyway >=20 > =BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF= =BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF= =BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF=BF= =BF > -=3D- Quang (Peter) Tuyen q@tuyen.org > -=3D- Email: q@crackbaby.org & q@crazie.org & q@telus.net & q@missingyou.= net > -=3D- Fax No: 1+604+2518076 1+604+9740993 extension 1286 > -=3D- Voicemail: 1+604+9740993 extension 1286 > -=3D- WEB: Http://www.GreenEcstasy.com & Http://www.MissingYou.net > =8B{=BA=BF=BA}=9B Not being able to comprehend something doesn't make it= stupid. > ?????????????????????????????????????????????????????????????????????????= ?? >=20 > Directions to use VoiceMail: > - Dial 1+604+9740993 > - When prompted, enter 1286 extension > - Speak >=20 > Directions FaxMail: >=20 > 1. From a fax machine > - Dail 1+604+9740993 > - Press pause button (if fax machine does not have a pause > button, see > "using a fax handset" below) > - Enter 1286 extension > - Press start or send on the fax machine >=20 > 2. From a fax machine using a handset > - Pickup the phone handset on the fax machine > - Dial 1+604+9740993 > - Wait for the prompt, then dail 1286 extension > - Press start or send on the fax machine >=20 > 3. From a computer using a modem > - Type 1+604+9740993 with 2 commas, and your > 4-digit phone extension i.e. "16049740993,,1286" > - Send your fax. >=20 >=20 >=20 >=20 > "QTME.com Server " made the following annotations >=20 > ---------------------------------------------------------------------- >=20 > Warning: > All e-mail sent to this address will be received by the QTME corporate > e-mail system, and is subject to archival and review by someone other tha= n > the recipient. This e-mail may contain information proprietary to QTME a= nd > is intended only for the use of the intended recipient(s). If the reader= of > this message is not the intended recipient(s), you are notified that you > have received this message in error and that any review, dissemination, > distribution or copying of this message is strictly prohibited. If you h= ave > received this message in error, please notify the sender immediately. >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 >=20 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 Lawrence Sica lsica1@home.com larry@interactivate.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 0: 3:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lvcablemodem.com (hams2.lvcablemodem.com [24.234.0.76]) by hub.freebsd.org (Postfix) with ESMTP id 098E237BBEC for ; Wed, 12 Jul 2000 00:03:49 -0700 (PDT) (envelope-from greg@beldamar.com) Received: from THX1138 ([24.234.134.184]) by lvcablemodem.com with Microsoft SMTPSVC(5.5.1877.387.38); Wed, 12 Jul 2000 00:01:09 -0700 Date: Wed, 12 Jul 2000 00:07:24 -0700 From: "Greg S. Wirth" X-Mailer: The Bat! (v1.45 Beta/6) Personal Reply-To: "Greg S. Wirth" X-Priority: 3 (Normal) Message-ID: <5150395732.20000712000724@beldamar.com> To: Lawrence Sica Cc: freebsd-questions@FreeBSD.ORG Subject: Re[2]: inetd In-reply-To: References: 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 Lawrence, Sorry, my fault, i am claiming insanity for that question... It was early, before my coffee.... =:) Tuesday, July 11, 2000, 11:57:12 PM, you wrote: LS> On Tue, 11 Jul 2000, Greg S. Wirth wrote: >> Hello... >> Using FreeBSD 4.0-R >> >> I commented all the lines out of inetd.conf >> Everything works fine for me. >> When i use: >> inetd_enable="NO" in my rc.conf, i loose internet connectivity. >> Since i've commented out all the services, i don't see a reason to >> run >> inted. What am i not understanding? LS> what exact file are you editing? inetd has nothing to do with LS> connectivity. Are you on a dial-up or dedicated connection? >> >> >> - - -- >> Greg S. Wirth >> http://www.beldamar.com >> LS> Lawrence Sica LS> lsica1@home.com LS> larry@interactivate.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 0:34:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from goliat.interbgc.com (goliat.interbgc.com [193.220.104.2]) by hub.freebsd.org (Postfix) with SMTP id 5457137BAFF for ; Wed, 12 Jul 2000 00:34:30 -0700 (PDT) (envelope-from boris@goliat.interbgc.com) Received: (qmail 55441 invoked by uid 1038); 12 Jul 2000 10:32:18 -0000 Date: 12 Jul 2000 10:32:18 -0000 Message-ID: <20000712103218.55440.qmail@goliat.interbgc.com> From: boris@goliat.interbgc.com To: freebsd-questions@freebsd.org Subject: Sound on Mainboard....how to? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi.. I fave a Sound Card, which is on Mainboard...... Any ideas how can I "turn on" 10x in advance Boris Sorry for my bad english To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 0:43: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rannoch.demon.co.uk (rannoch.demon.co.uk [158.152.110.117]) by hub.freebsd.org (Postfix) with ESMTP id 3BB5037BBEC for ; Wed, 12 Jul 2000 00:42:56 -0700 (PDT) (envelope-from apbran@rannoch.demon.co.uk) Received: from localhost (apbran@localhost) by rannoch.demon.co.uk (8.9.3/8.9.3) with ESMTP id IAA14206; Wed, 12 Jul 2000 08:42:05 +0100 Date: Wed, 12 Jul 2000 08:42:03 +0100 (BST) From: Paul Branston To: Charles Randall Cc: Mark Thomas , freebsd-questions@freebsd.org Subject: RE: HTML => text port - does one exist? In-Reply-To: <5FE9B713CCCDD311A03400508B8B301301C77EB4@bdr-xcln.is.matchlogic.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 since lynx is deprecated in the ports tree try w3m which does exactly the same. Paul On Tue, 11 Jul 2000, Charles Randall wrote: > Install lynx and try, > > % lynx -dump file.html > file.txt > > Charles > > -----Original Message----- > From: Mark Thomas [mailto:thomas@clark.net] > Sent: Tuesday, July 11, 2000 8:19 AM > To: freebsd-questions@freebsd.org > Subject: HTML => text port - does one exist? > > > > I have a few fairly simple but large HTML docs I maintain, and I've been > looking through the ports for something that will allow me to take the HTML > down to a reasonably formatted text document. I see several ports for going > from to HTML, but not much going the other way. > > Anyone have a pointer? > > (Please CC via direct mail -- can't keep up with the list any more) > > Mark > --- > thomas@clark.net ---> http://www.clark.net/pub/thomas > PBEM Eldritch --------> http://www.pbegames.com > [TM4463-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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 0:47:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web5501.mail.yahoo.com (web5501.mail.yahoo.com [216.115.106.184]) by hub.freebsd.org (Postfix) with SMTP id EEDFE37BBEC for ; Wed, 12 Jul 2000 00:47:20 -0700 (PDT) (envelope-from james_daniels_1980@yahoo.com) Message-ID: <20000712073043.19754.qmail@web5501.mail.yahoo.com> Received: from [209.245.139.43] by web5501.mail.yahoo.com; Wed, 12 Jul 2000 00:30:43 PDT Date: Wed, 12 Jul 2000 00:30:43 -0700 (PDT) From: James Daniels Subject: sendmail question To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What is the purpose of the line CP. in sendmail.cf? it is not documented nor are there any comments about it in sendmail.cf, /usr/src/contrib/sendmail/cf/README or /usr/src/contrib/sendmail/cf/m4/proto.m4 where it gets included without comment. Regards James J. Daniels __________________________________________________ Do You Yahoo!? Get Yahoo! Mail – Free email you can access from anywhere! http://mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 1:13:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nwcst313.netaddress.usa.net (nwcst313.netaddress.usa.net [204.68.23.58]) by hub.freebsd.org (Postfix) with SMTP id 60A0237C07C for ; Wed, 12 Jul 2000 01:13:19 -0700 (PDT) (envelope-from c4studio@usa.net) Received: (qmail 12001 invoked by uid 60001); 12 Jul 2000 08:13:15 -0000 Message-ID: <20000712081315.12000.qmail@nwcst313.netaddress.usa.net> Received: from 204.68.23.58 by nwcst313 for [24.192.0.130] via web-mailer(34FM1.5A.01A) on Wed Jul 12 08:13:15 GMT 2000 Date: 12 Jul 00 18:13:15 EST From: Leonardo "Sansón" To: questions@FreeBSD.org Subject: Windows 98 and FreeBSD X-Mailer: USANET web-mailer (34FM1.5A.01A) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I downloaded FreeBSD 4.0 Release and I wanted to know if I can Instal= l it without loosing mi Windows 98 OS Can I dual Boot????? Can you explain me how?? Thank you very much. ____________________________________________________________________ Get free email and a permanent address at http://www.netaddress.com/?N=3D= 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 1:38:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 05D2637BD16 for ; Wed, 12 Jul 2000 01:37:58 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.9.3/1.13) id LAA05801; Wed, 12 Jul 2000 11:37:40 +0300 (EEST) Date: Wed, 12 Jul 2000 11:37:40 +0300 From: Ruslan Ermilov To: =?koi8-r?Q?Leonardo_Sans=F3n?= Cc: questions@FreeBSD.org Subject: Re: Windows 98 and FreeBSD Message-ID: <20000712113740.A4751@sunbay.com> Mail-Followup-To: =?koi8-r?Q?Leonardo_Sans=F3n?= , questions@FreeBSD.org References: <20000712081315.12000.qmail@nwcst313.netaddress.usa.net> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit X-Mailer: Mutt 1.0i In-Reply-To: <20000712081315.12000.qmail@nwcst313.netaddress.usa.net>; from c4studio@usa.net on Tue, Aug 19, 2036 at 12:41:31AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Aug 19, 2036 at 12:41:31AM -0500, Leonardo Sansón wrote: > Hi, I downloaded FreeBSD 4.0 Release and I wanted to know if I can Install it > without loosing mi Windows 98 OS > > Can I dual Boot????? > > Can you explain me how?? > http://www.freebsd.org/FAQ/install.html#AEN616 -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 1:49:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from grove.iup.edu (maple.grove.iup.edu [144.80.128.6]) by hub.freebsd.org (Postfix) with ESMTP id 1E44E37B5C9 for ; Wed, 12 Jul 2000 01:49:26 -0700 (PDT) (envelope-from bvjg@grove.iup.edu) Received: from grove.iup.edu ("port 1078"@bvjg.sgi.iup.edu [144.80.62.105]) by grove.iup.edu (PMDF V5.2-32 #30978) with ESMTP id <01JRO17QTHSU8ZE3T4@grove.iup.edu> for freebsd-questions@FreeBSD.ORG; Wed, 12 Jul 2000 04:48:47 EDT Date: Wed, 12 Jul 2000 04:44:58 -0400 From: Nader Subject: FreeBSD 4.1 To: freebsd-questions@FreeBSD.ORG Message-id: <396C3009.7CB2AAE0@grove.iup.edu> MIME-version: 1.0 X-Mailer: Mozilla 4.73 [en] (Win98; U) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit X-Accept-Language: en Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there, Any idea when FreeBSD 4.1 will be out? Thanks, Nader To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 1:52:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from staff.uk.psi.com (staff.uk.psi.com [154.8.2.2]) by hub.freebsd.org (Postfix) with ESMTP id 7B26737BA68 for ; Wed, 12 Jul 2000 01:52:51 -0700 (PDT) (envelope-from daniel.cuthbert@uk.psi.com) Received: from hrel039 (ip202.dc-eng.uk.psi.com [154.8.27.202]) by staff.uk.psi.com (8.8.4/) with SMTP id JAA00022 for ; Wed, 12 Jul 2000 09:52:49 +0100 (BST) Reply-To: From: "Daniel Cuthbert" To: Subject: RE: FreeBSD 4.0 and enlightenment Date: Wed, 12 Jul 2000 09:52:20 +0100 Message-ID: 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 IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <396C3009.7CB2AAE0@grove.iup.edu> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all im trying to get Enlightenment running on my virgin freebsd 4.0 install now on the disk when you select "do post-install config" and then select "xfree desktop" when you choose gnome + e, it says that it cant find it on the disk (the freebsd disk) and then reboots the machine now i also pulled down the port package, but does that install it in the necessary directories? what would i have to do to make it all work? cheers for any help dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 3:45:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.ZSEA.zp.ua (ZSEA.zp.ua [212.8.40.5]) by hub.freebsd.org (Postfix) with ESMTP id BF94B37B612 for ; Wed, 12 Jul 2000 03:45:38 -0700 (PDT) (envelope-from laa@mx1.ZSEA.zp.ua) Received: (from laa@localhost) by mx1.ZSEA.zp.ua (8.9.3/8.9.3) id NAA36300 for questions@freebsd.org; Wed, 12 Jul 2000 13:41:42 +0300 (EEST) (envelope-from laa) Date: Wed, 12 Jul 2000 13:41:40 +0300 From: Alexandr Listopad To: questions@freebsd.org Subject: PPP callback and wtmp Message-ID: <20000712134140.A36250@Eagle.ZGIA.zp.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi. I have PPP-callback service, but can't log login time to wtmp after server-end redial to client. How can I count connect time for users? Thanks. P.S. CC for me, I not in mailinglist yet. -- Laa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 3:54:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp6.mindspring.com (smtp6.mindspring.com [207.69.200.110]) by hub.freebsd.org (Postfix) with ESMTP id 7003A37B922 for ; Wed, 12 Jul 2000 03:54:18 -0700 (PDT) (envelope-from computerdeity@geocities.com) Received: from castor ([209.138.151.86]) by smtp6.mindspring.com (8.9.3/8.8.5) with SMTP id GAA01347 for ; Wed, 12 Jul 2000 06:54:16 -0400 (EDT) Message-ID: <004a01bfebef$8f9e71a0$0200a8c0@castor> From: "Gemini Domino" To: Subject: Boot loader CLEARING active parition flags??!?! Date: Wed, 12 Jul 2000 06:54:31 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0047_01BFEBCE.07EE20A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0047_01BFEBCE.07EE20A0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable ----- Original Message -----=20 From: Gemini Domino=20 To: questions@freebsd.org=20 Sent: Wednesday, July 12, 2000 01:02 Subject: Boot loader CLEARING active parition flags??!?! For some reason, every time I boot into FreeBSD (dual booting with = windows98), the next time I reboot, I get "Not found any [active = partition] on hard drive". I have to boot with a dos diskette and run = fdisk to manually reset the active partition. Any one know WHAT the heck = is doing this and how to fix it?=20 Thanks ********* "To live alone one must be a beast or a god, says Aristotle. Leaving out = the third case: one must be both -- a philosopher" "The better the state is established, the fainter is humanity. To make = the individual uncomfortable, that is my task."=20 "A great value of antiquity lies in the fact that its writings are the = only ones that modern men still read with exactness."=20 "The bite of conscience, like the bite of a dog into a stone, is a = stupidity."=20 Friedrich Wilhelm Nietzsche ------=_NextPart_000_0047_01BFEBCE.07EE20A0 Content-Type: text/html; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable
----- Original Message -----=20
From: Gemini Domino
Sent: Wednesday, July 12, 2000 01:02
Subject: Boot loader CLEARING active parition = flags??!?!

For some reason, every time I boot into FreeBSD = (dual booting=20 with windows98), the next time I reboot, I get "Not found any [active = partition]=20 on hard drive". I have to boot with a dos diskette and run fdisk to = manually=20 reset the active partition. Any one know WHAT the heck is doing this and = how to=20 fix it?
 
Thanks
 
*********
 
"To live alone one must be a beast or a god, says = Aristotle.=20 Leaving out the third case: one must be both -- a = philosopher"
 
"The better the state is established, the fainter is = humanity.=20 To make the individual uncomfortable, that is my task."
 
"A great value of antiquity lies in the fact that = its writings=20 are the only ones that modern men still read with exactness." =
 
"The bite of conscience, like the bite of a dog into = a stone,=20 is a stupidity."
 
Friedrich Wilhelm = Nietzsche
------=_NextPart_000_0047_01BFEBCE.07EE20A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 4:16:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from merkur.hrz.uni-giessen.de (merkur.hrz.uni-giessen.de [134.176.2.12]) by hub.freebsd.org (Postfix) with ESMTP id 851D737BBB3 for ; Wed, 12 Jul 2000 04:16:16 -0700 (PDT) (envelope-from Ariel.Burbaickij@mni.fh-giessen.de) Received: from caspar.mni.fh-giessen.de by merkur.hrz.uni-giessen.de with ESMTP for questions@freebsd.org; Wed, 12 Jul 2000 13:16:55 +0200 Received: from sun7.mni.fh-giessen.de ([134.176.183.107] helo=sun7) by caspar.mni.fh-giessen.de with esmtp (Exim 2.12 #6) id 13CKSk-0002kq-00 for questions@freebsd.org; Wed, 12 Jul 2000 13:13:58 +0200 Date: Wed, 12 Jul 2000 13:17:44 +0200 (MET DST) From: Ariel Burbaickij X-Sender: hg9456@sun7 To: questions@freebsd.org Subject: Help i ( my system) have lost disklabel of /home partition Message-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 it is so far i have lost. It(filesystem) was placed on wd1s2e Day before accident happened i was able to shutdown system orderly. Next morning as I tried to bootup I got message: " Could not find disklabel.Run fsck manually but running fsck manually was of not help. There some of my projects in /home and would very appreciate salvaging of this partition.So the question is: WHat steps are neccesary to get /home back ? In case you have some additional questions as to the happened accident I will be glad to answer them Best wishes, Ariel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 4:17:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fingers.noc.uunet.co.za (fingers.noc.uunet.co.za [196.31.1.59]) by hub.freebsd.org (Postfix) with ESMTP id 61E5237B922 for ; Wed, 12 Jul 2000 04:17:07 -0700 (PDT) (envelope-from robh@fingers.noc.uunet.co.za) Received: from robh (helo=localhost) by fingers.noc.uunet.co.za with local-smtp (Exim 3.13 #1) id 13CKVV-0006VA-00 for freebsd-questions@freebsd.org; Wed, 12 Jul 2000 13:16:49 +0200 Date: Wed, 12 Jul 2000 13:16:48 +0200 (SAST) From: fingers X-Sender: robh@fingers.noc.uunet.co.za To: freebsd-questions@freebsd.org Subject: problems with Ms Intellieye usb Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all I've read the man pages, and some of the mails at www.freebsd.org/search, but can't seem to get my usb mouse configured. I get this when I boot: uhci0: port 0xd000-0xd01f at device 7. 2 on pci0 uhci0: Invalid irq 255 uhci0: Please switch on USB support and switch PNP-OS to 'No' in BIOS device_probe_and_attach: uhci0 attach returned 6 and have this in my kernel: device usb device ums device ugen device uhid device uhci device ohci am I missing something here? any help appreciated. Regards --Rob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 5: 3:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.omn.net (atlantis.omn.net [212.158.68.2]) by hub.freebsd.org (Postfix) with ESMTP id 1622137BB13 for ; Wed, 12 Jul 2000 05:03:11 -0700 (PDT) (envelope-from steve@enets.co.uk) Received: from enets.co.uk (sabre3.sja.co.uk [212.158.68.7]) by mail.omn.net (8.10.1/8.10.1/Omnitech-2.0.0) with ESMTP id e6CD5EF24238 for ; Wed, 12 Jul 2000 13:05:14 GMT Message-ID: <396C5E2B.BEE043EC@enets.co.uk> Date: Wed, 12 Jul 2000 13:01:47 +0100 From: Steve Abraham Reply-To: steve@enets.co.uk Organization: eNets Ltd X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; I) X-Accept-Language: en MIME-Version: 1.0 To: questions Subject: upsmond problems. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've having some problems getting upsmond running on a new APC SmartUPS 420i Net. The output from upsstat is as follows... [root]spork:~# upsstat UPSMON Status Reporting Facility --- upsmond version 2.1.3 --- APC UPS 700 Status Info -------------------------------------------------------- Model: SmartmUPS`trp```MJ CopyRight: hCi`APCCMJ Manufacture date: pqorvoppMJ Serial #: NSpppusspwqs@@MJ Firmware version: rqntnIMJ Local ID: UPS_IDENMJ Last battery replace date: pqorvoppMJ Nominal line voltage: 0 V Nominal battery voltage: 0 V Available: YES Standby: YES Line Power: OK Battery: OK Line Voltage: 0.00 Load: 0.00 % Battery Voltage: 0.00 Battery Level: 0.00 % -------------------------------------------------------- I'm running FreeBSD-4.0-STABLE, and have installed the upsmond from an up-to-date ports collection. Any ideas how to get a sensible readout from upsstat? Regards, Steve. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- FREE LOCAL RATE DIALUP INTERNET ACCESS Now available nationwide Ask for details, or visit http://www.freedialups.com -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Steve Abraham eNets Ltd UK steve (at) enets.co.uk http://www.eNets.ltd.uk T: +44 (0)1463 861311 F: +44 (0)8702 840220 M: +44 (0)7770 332765 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 5: 8:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from one.net.au (lightblue.one.net.au [203.101.17.165]) by hub.freebsd.org (Postfix) with SMTP id 27D5D37BABE for ; Wed, 12 Jul 2000 05:08:42 -0700 (PDT) (envelope-from nlysaght@one.net.au) Received: (qmail 13263 invoked from network); 12 Jul 2000 12:08:31 -0000 Received: from async215-per-isp-1.nas.one.net.au (HELO ARDENT) (203.101.46.216) by lightblue.one.net.au with SMTP; 12 Jul 2000 12:08:31 -0000 From: nlysaght@one.net.au Date: Wed, 12 Jul 2000 20:02:05 +1100 To: questions@FreeBSD.org Subject: APSFILTER AND PRINTING X-Mailer: MR/2 Internet Cruiser Edition for OS/2 v1.61 b61 (Unregistered) Message-Id: <20000712120842.27D5D37BABE@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Sirs. I originally sent this letter to A. Klemm, but he asked me to send this through here, so here goes: On Mon, Jul 03, 2000 at 09:31:15PM +0800, Nicholas Lysaght wrote: > Hello There > > I am sorry to have to report that this is the second time I have tried to > install "apsfilter", and I think I'm making a bit of a meal of it. > > I am running FreeBSD V3.2 on a second primary partition, on a Pentium 200MMX, > 32MB RAM, Quantum 6.4GB HDD of which 1.8GB is dedicated to FreeBSD and a > Hewlett Packard DeskJet 694C printer. I am a newbie, recently coming from OS/2, > and before that DR-DOS. I have referenced the Handbook as well as "Teach > Yourself UNIX in 24 Hours", so please excuse me if I'm a bit green. > > Two days ago, after going to /usr/ports/print/apsfilter, I ran "make all clean > install" (or the correct order you have it in), and my system was "making" for > about 30 minutes. When I checked it, it seemed to be "looping", the same > commands came up. > > When I did the same thing tonight, connection was refused. > > >From what I have told you, what is my status? Is it installed, half installed, > or what has happened? I cannot get ./SETUP to run anywhere, let alone in > /usr/sbin (where I read that's where I'm meant to run it.). > > Could you please tell me where I've gone wrong? > > Thank You > > Nicholas Lysaght > Kelmscott > Western Australia -------------------------------------------------------------- I've now tried to "make deinstall", but it appears, it was never installed in the first place. Is there a possibility I have strewn data files and bits of programme around my HDD to the point where I will have to re-install the whole partition? Please bear with me. It's not through lack of trying. Thank you Nicholas Lysaght -- Andreas Klemm http://people.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD New APSFILTER 542 and songs from our band - http://people.freebsd.org/~andreas -- ----------------------------------------------------------- nlysaght@one.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 Jul 12 5:34:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta03-svc.ntlworld.com (mta03-svc.ntlworld.com [62.253.162.43]) by hub.freebsd.org (Postfix) with ESMTP id 589EF37BD20 for ; Wed, 12 Jul 2000 05:34:38 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from parish.my.domain ([62.253.88.17]) by mta03-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000712123435.NUAO16423.mta03-svc.ntlworld.com@parish.my.domain>; Wed, 12 Jul 2000 13:34:35 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id NAA01646; Wed, 12 Jul 2000 13:34:29 +0100 (BST) (envelope-from mark) Date: Wed, 12 Jul 2000 13:34:28 +0100 From: Mark Ovens To: Kevin Oberman Cc: "David J. Kanter" , FreeBSD questions Subject: Re: Which /dev for "device pcm" in kernel? Message-ID: <20000712133428.A237@parish> References: <20000711183526.A249@localhost.localdomain> <200007120012.e6C0C5n01056@ptavv.es.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007120012.e6C0C5n01056@ptavv.es.net>; from oberman@es.net on Tue, Jul 11, 2000 at 05:12:05PM -0700 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jul 11, 2000 at 05:12:05PM -0700, Kevin Oberman wrote: > > Date: Tue, 11 Jul 2000 18:35:26 -0500 > > From: "David J. Kanter" > > Sender: owner-freebsd-questions@FreeBSD.ORG > > > > On Tue, Jul 11, 2000 at 04:46:20PM +0100, Mark Ovens wrote: > > > Yes, but don't forget that /dev is not in your $PATH (unless you added > > > it) so you must do ``./MAKEDEV'' > > > > [snip] > > > > > I can only think that you mistyped. This is what you should have: > > ---end quoted text--- > > > > You were right. So I did ./MAKEDEV snd0 in /dev, then rebooted. Still, > > there's no /dev/snd0: > > MAKEDEV snd0 makes a number of devices, but snd0 is NOT one of > them. You will (and did) get audio0, dsp0, midi0, mixer0, and all of > the others you listed. > That's what I thought too, until I looked in *my* /dev and found snd{,0,1}. Looking closer I find that they are regular files, not device nodes, obviously the result of cat(1)ing sound files to the wrong device. Doh! sorry for the misleading info. > This is not a problem, but normal behavior. > > R. Kevin Oberman, Network Engineer > Energy Sciences Network (ESnet) > Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) > E-mail: oberman@es.net Phone: +1 510 486-8634 -- If I buy a copy of WinDelete, and it doesn't delete Windows, am I entitled to my money back? ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:marko@freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 5:59:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mdanderson.org (mail.mdacc.tmc.edu [143.111.87.47]) by hub.freebsd.org (Postfix) with ESMTP id 6738137B75F for ; Wed, 12 Jul 2000 05:59:33 -0700 (PDT) (envelope-from fosburgh@flash.net) Received: from jefnt (jef-nt.mdacc.tmc.edu [143.111.64.202]) by mail.mdanderson.org (8.9.1b+Sun/8.9.1) with SMTP id HAA19333; Wed, 12 Jul 2000 07:55:53 -0500 (CDT) Message-ID: <01c201bfec00$f6202480$ca406f8f@mdacc.tmc.edu> From: "Jonathan Fosburgh" To: , References: <20000712120842.27D5D37BABE@hub.freebsd.org> Subject: Re: APSFILTER AND PRINTING Date: Wed, 12 Jul 2000 07:59:05 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: To: Sent: Wednesday, July 12, 2000 4:02 AM Subject: APSFILTER AND PRINTING > > I am a newbie, recently coming from OS/2, Welcome! > > Two days ago, after going to /usr/ports/print/apsfilter, I ran "make all clean > > install" (or the correct order you have it in), and my system was "making" for > > about 30 minutes. When I checked it, it seemed to be "looping", the same > > commands came up. > > Let's take this step-by-step. cd /usr/ports/print/apsfilter make distclean # this will make sure that the old build is cleaned and the old distfile is removed make # This should fetch, extract, configure, and build the port, make sure it succeeds and does not die with a bunch of Error Code 1's make install # This will install the port. After it is completely installed, go look at /var/db/pkg/apsfilter-$version/+CONTENTS and find out where it installed everything, probably /usr/local/apsfilter or /usr/local/share/apsfilter Verify the files are actually installed there, then make distclean # again > > When I did the same thing tonight, connection was refused. Probably the machine was not accepting connections due to load. > I've now tried to "make deinstall", but it appears, it was never installed > in the first place. Is there a possibility I have strewn data files and > bits of programme around my HDD to the point where I will have to > re-install the whole partition? > I doubt this is the case, the ports system is (usually) good about this. Likely, it never installed a single file outside of /usr/ports/print/apsfilter. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 6: 3:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web3104.mail.yahoo.com (web3104.mail.yahoo.com [204.71.202.189]) by hub.freebsd.org (Postfix) with SMTP id 6317737BD16 for ; Wed, 12 Jul 2000 06:03:29 -0700 (PDT) (envelope-from farooqhafeez@yahoo.com) Message-ID: <20000712130328.6647.qmail@web3104.mail.yahoo.com> Received: from [209.198.251.177] by web3104.mail.yahoo.com; Wed, 12 Jul 2000 06:03:28 PDT Date: Wed, 12 Jul 2000 06:03:28 -0700 (PDT) From: FAROOQ HAFEEZ To: questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sir, i have downloaded 4.0 stable/src from a mirror site .out of all the directries i have downloaded bin,include,release and most of user.bin directry .also i have downloaded kernel.flp,mfsroot.flp,fdimage,fbsdboot.now i just want to know how to install freebsd from my harddisk as it is has been downloaded.also after making two bootfloppies from which one should i boot the computer , the one carrying ker.flp or the one with the image of mfsroot.flp. i would appreciate an early reply. farooq hafeez. __________________________________________________ Do You Yahoo!? Get Yahoo! Mail – Free email you can access from anywhere! http://mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 6:19:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gimli.skanska.net (gimli.skanska.net [144.57.254.19]) by hub.freebsd.org (Postfix) with ESMTP id E1D5637BABF for ; Wed, 12 Jul 2000 06:19:15 -0700 (PDT) (envelope-from martin.vallee@fm.skanska.se) Received: from gimli.skanska.net (localhost [127.0.0.1]) by gimli.skanska.net (8.10.2/8.10.2) with ESMTP id e6CDJDl12459 for ; Wed, 12 Jul 2000 15:19:13 +0200 (MEST) Received: from swe19.skanska.extern.sw.ericsson.se (mail.fm.skanska.se [10.36.11.2]) by gimli.skanska.net (8.10.2/8.10.2) with ESMTP id e6CDJBp12453 for ; Wed, 12 Jul 2000 15:19:12 +0200 (MEST) Received: from fm.skanska.se (remip118.rem.ericsson.se [130.100.172.118]) by swe19.skanska.extern.sw.ericsson.se with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id 3KCL5CHM; Wed, 12 Jul 2000 15:18:07 +0200 Message-ID: <396C7014.128F3580@fm.skanska.se> Date: Wed, 12 Jul 2000 15:18:12 +0200 From: Martin Vallee X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 4.0-20000307-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: VMWARE 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 have trye to install vmware. I don't now how to do it. Can someone help me? Please send me some instructions. //MV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 6:27:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from shell.wetworks.org (shell.wetworks.org [63.160.175.19]) by hub.freebsd.org (Postfix) with SMTP id 9244437BE35 for ; Wed, 12 Jul 2000 06:27:25 -0700 (PDT) (envelope-from abc@shell.wetworks.org) Received: (qmail 55145 invoked by uid 1000); 12 Jul 2000 13:27:26 -0000 Date: Wed, 12 Jul 2000 09:27:26 -0400 From: Alan Clegg To: Martin Vallee Cc: freebsd-questions@FreeBSD.ORG Subject: Re: VMWARE Message-ID: <20000712092726.V25603@shell.wetworks.org> References: <396C7014.128F3580@fm.skanska.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <396C7014.128F3580@fm.skanska.se>; from martin.vallee@fm.skanska.se on Wed, Jul 12, 2000 at 03:18:12PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG An SMTP stream claimed that Martin Vallee muttered: > I'm have trye to install vmware. I don't now how to do it. Can someone > help me? Please send me some instructions. As root: cd /usr/ports; make update; cd emulators/vmware2; make install; make clean AlanC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 6:36:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from staff.uk.psi.com (staff.uk.psi.com [154.8.2.2]) by hub.freebsd.org (Postfix) with ESMTP id BE97337BE35 for ; Wed, 12 Jul 2000 06:36:34 -0700 (PDT) (envelope-from daniel.cuthbert@uk.psi.com) Received: from hrel039 (ip202.dc-eng.uk.psi.com [154.8.27.202]) by staff.uk.psi.com (8.8.4/) with SMTP id OAA12241 for ; Wed, 12 Jul 2000 14:36:31 +0100 (BST) Reply-To: From: "Daniel Cuthbert" To: Subject: RE: installing software Date: Wed, 12 Jul 2000 14:36:01 +0100 Message-ID: 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 IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20000712092726.V25603@shell.wetworks.org> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all im a bit confused when it comes to installing packages in FreeBSD on the ports homepage, if you download say the vmware package, it comes down as a tar file now where do i untar this to? also what was the ports collection i installed on installation? does that contact the package aswell sorry if this seems confusing but im kinda confused aswell at the mo cheers dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 6:40:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from draenor.org (draenor.org [196.36.119.129]) by hub.freebsd.org (Postfix) with ESMTP id A548B37C16A for ; Wed, 12 Jul 2000 06:40:31 -0700 (PDT) (envelope-from marcs@draenor.org) Received: from marcs by draenor.org with local (Exim 3.15 #1) id 13CMjC-000COT-00; Wed, 12 Jul 2000 15:39:06 +0200 Date: Wed, 12 Jul 2000 15:39:06 +0200 From: Marc Silver To: Daniel Cuthbert Cc: freebsd-questions@FreeBSD.ORG Subject: Re: installing software Message-ID: <20000712153906.E37276@draenor.org> References: <20000712092726.V25603@shell.wetworks.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: ; from daniel.cuthbert@uk.psi.com on Wed, Jul 12, 2000 at 02:36:01PM +0100 X-Operating-System: FreeBSD 4.0-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You don't need to untar it. The ports collection does everything for you. For eg: if you go to /usr/ports/editors/vim5, it will automatically download the source for you, untar it, configure it, compile it, and then install it for you. :) I would suggest looking at the FreeBSD handbook section on ports. Look at : http://www.freebsd.org/handbook/ports.html Cheers, Marc On Wed, Jul 12, 2000 at 02:36:01PM +0100, Daniel Cuthbert wrote: > Hi all > > im a bit confused when it comes to installing packages in FreeBSD > on the ports homepage, if you download say the vmware package, it comes down > as a tar file > now where do i untar this to? > > also what was the ports collection i installed on installation? does that > contact the package aswell > > sorry if this seems confusing but im kinda confused aswell at the mo > > cheers > > dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 6:40:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.omn.net (atlantis.omn.net [212.158.68.2]) by hub.freebsd.org (Postfix) with ESMTP id 6EB0037B64D for ; Wed, 12 Jul 2000 06:40:25 -0700 (PDT) (envelope-from steve@enets.co.uk) Received: from enets.co.uk (sabre3.sja.co.uk [212.158.68.7]) by mail.omn.net (8.10.1/8.10.1/Omnitech-2.0.0) with ESMTP id e6CEgiF24850; Wed, 12 Jul 2000 14:42:44 GMT Message-ID: <396C7504.3C53ED67@enets.co.uk> Date: Wed, 12 Jul 2000 14:39:16 +0100 From: Steve Abraham Reply-To: steve@enets.co.uk Organization: eNets Ltd X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; I) X-Accept-Language: en MIME-Version: 1.0 To: daniel.cuthbert@uk.psi.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: installing software References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Daniel Cuthbert wrote: > > Hi all > > im a bit confused when it comes to installing packages in FreeBSD > on the ports homepage, if you download say the vmware package, it comes down > as a tar file > now where do i untar this to? > > also what was the ports collection i installed on installation? does that > contact the package aswell > > sorry if this seems confusing but im kinda confused aswell at the mo If you find the package you require under /usr/ports/whatever, you can run 'make' / 'make install' from there to install the package. It will automatically download the package if your box has internet access, configure it, compile it and install it. Regards, S. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- FREE LOCAL RATE DIALUP INTERNET ACCESS Now available nationwide Ask for details, or visit http://www.freedialups.com -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Steve Abraham eNets Ltd UK steve (at) enets.co.uk http://www.eNets.ltd.uk T: +44 (0)1463 861311 F: +44 (0)8702 840220 M: +44 (0)7770 332765 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 6:52:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from atlas.rccn.net (atlas.rccn.net [193.136.7.1]) by hub.freebsd.org (Postfix) with SMTP id 4DCB237B5D7 for ; Wed, 12 Jul 2000 06:52:26 -0700 (PDT) (envelope-from jpsp@rccn.net) Received: (qmail 29011 invoked by uid 1021); 12 Jul 2000 13:52:18 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 12 Jul 2000 13:52:18 -0000 Date: Wed, 12 Jul 2000 14:52:18 +0100 (WEST) From: Joao Pagaime To: freebsd-questions@freebsd.org Cc: freebsd-isp@freebsd.org Subject: Enable SACK 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 all, How do I enable selective acknowledges (rfc2018/SACK) on a fBSD3.3 ? I can't find anything interesting with "sysctl", nor in the LINT kernel configuration file, however there's a lot of references to it on the kernel source files. I enabled rfc1323 but I believe this doesn't directly activate elective acknowledges (at least rfc1323 states so). Thanks, João Pagaime -- FCCN - Fundação para a Computação Científica Nacional - Tel: +351-218440100 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 7: 2:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta02-svc.ntlworld.com (mta02-svc.ntlworld.com [62.253.162.42]) by hub.freebsd.org (Postfix) with ESMTP id 9CA6137BB3B for ; Wed, 12 Jul 2000 07:02:40 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from parish.my.domain ([62.253.88.230]) by mta02-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000712150157.CORL3760.mta02-svc.ntlworld.com@parish.my.domain>; Wed, 12 Jul 2000 15:01:57 +0000 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id PAA01922; Wed, 12 Jul 2000 15:02:27 +0100 (BST) (envelope-from mark) Date: Wed, 12 Jul 2000 15:02:27 +0100 From: Mark Ovens To: dave Cc: freebsd-questions@freebsd.org Subject: Re: configuring a pnp modem under fbsd 4? Message-ID: <20000712150227.C237@parish> References: <002b01bfeb9f$42742aa0$0200a8c0@hellraiser> <20000711165530.B237@parish> <000601bfec1c$1ffbd360$20fafea9@hellraiser> <20000711171419.D237@parish> <000401bfec53$a8d909a0$0200a8c0@hellraiser> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <000401bfec53$a8d909a0$0200a8c0@hellraiser>; from dmehler22@earthlink.net on Wed, Jul 12, 2000 at 06:51:02PM -0400 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 12, 2000 at 06:51:02PM -0400, dave wrote: > Hello, > Don't know if this message went through, apologies if this is a > duplicate. Below is the output of pnpinfo, the kernel still shows the modem > as an unknown device. The modem's identifier from pnpinfo matches an > identifier in sio.c however. What next? It looks like your modem is not being initialized by your BIOS. Do you have a ``pnp....'' line in /boot/kernel.conf (or similar filename)? If not, try setting your BIOS to initialize the modem, or do a ``boot -c'' and at the ``config>'' prompt type ``ls'' and see if your modem appears. Then try something like config> pnp 2 1 os enable irq0 5 port0 0x3e8 config> quit It should, hopefully, be found as sio2. > Thanks. > Dave. > Checking for Plug-n-Play devices... > > Card assigned CSN #1 > Vendor ID CTL002b (0x2b008c0e), Serial Number 0x1008505d > PnP Version 1.0, Vendor Version 32 > Device Description: Creative SB16 PnP > > Logical Device ID: CTL0031 0x31008c0e #0 > Device Description: Audio > TAG Start DF > Good Configuration > IRQ: 5 - only one type (true/edge) > DMA: channel(s) 1 > 8-bit, not a bus master, count by byte, , Compatibility mode > DMA: channel(s) 5 > 16-bit, not a bus master, , count by word, Compatibility mode > I/O Range 0x220 .. 0x220, alignment 0x1, len 0x10 > [16-bit addr] > I/O Range 0x330 .. 0x330, alignment 0x1, len 0x2 > [16-bit addr] > I/O Range 0x388 .. 0x388, alignment 0x1, len 0x4 > [16-bit addr] > TAG Start DF > Acceptable Configuration > IRQ: 5 7 10 - only one type (true/edge) > DMA: channel(s) 0 1 3 > 8-bit, not a bus master, count by byte, , Compatibility mode > DMA: channel(s) 5 6 7 > 16-bit, not a bus master, , count by word, Compatibility mode > I/O Range 0x220 .. 0x280, alignment 0x20, len 0x10 > [16-bit addr] > I/O Range 0x300 .. 0x330, alignment 0x30, len 0x2 > [16-bit addr] > I/O Range 0x388 .. 0x388, alignment 0x1, len 0x4 > [16-bit addr] > TAG Start DF > Acceptable Configuration > IRQ: 5 7 10 - only one type (true/edge) > DMA: channel(s) 0 1 3 > 8-bit, not a bus master, count by byte, , Compatibility mode > DMA: channel(s) 5 6 7 > 16-bit, not a bus master, , count by word, Compatibility mode > I/O Range 0x220 .. 0x280, alignment 0x20, len 0x10 > [16-bit addr] > I/O Range 0x300 .. 0x330, alignment 0x30, len 0x2 > [16-bit addr] > TAG Start DF > Sub-optimal Configuration > IRQ: 5 7 10 - only one type (true/edge) > DMA: channel(s) 0 1 3 > 8-bit, not a bus master, count by byte, , Compatibility mode > DMA: channel(s) 5 6 7 > 16-bit, not a bus master, , count by word, Compatibility mode > I/O Range 0x220 .. 0x280, alignment 0x20, len 0x10 > [16-bit addr] > TAG Start DF > Sub-optimal Configuration > IRQ: 5 7 10 - only one type (true/edge) > DMA: channel(s) 0 1 3 > 8-bit, not a bus master, count by byte, , Compatibility mode > I/O Range 0x220 .. 0x280, alignment 0x20, len 0x10 > [16-bit addr] > I/O Range 0x300 .. 0x330, alignment 0x30, len 0x2 > [16-bit addr] > I/O Range 0x388 .. 0x388, alignment 0x1, len 0x4 > [16-bit addr] > TAG Start DF > Sub-optimal Configuration > IRQ: 5 7 10 - only one type (true/edge) > DMA: channel(s) 0 1 3 > 8-bit, not a bus master, count by byte, , Compatibility mode > I/O Range 0x220 .. 0x280, alignment 0x20, len 0x10 > [16-bit addr] > I/O Range 0x300 .. 0x330, alignment 0x30, len 0x2 > [16-bit addr] > TAG Start DF > Sub-optimal Configuration > IRQ: 5 7 10 11 - only one type (true/edge) > DMA: channel(s) 0 1 3 > 8-bit, not a bus master, count by byte, , Compatibility mode > I/O Range 0x220 .. 0x280, alignment 0x20, len 0x10 > [16-bit addr] > TAG End DF > > Logical Device ID: CTL2011 0x11208c0e #1 > Compatible Device ID: PNP0600 (0006d041) > Device Description: IDE > TAG Start DF > Good Configuration > IRQ: 10 - only one type (true/edge) > I/O Range 0x168 .. 0x168, alignment 0x1, len 0x8 > [16-bit addr] > I/O Range 0x36e .. 0x36e, alignment 0x1, len 0x2 > [16-bit addr] > TAG Start DF > Acceptable Configuration > IRQ: 11 - only one type (true/edge) > I/O Range 0x1e8 .. 0x1e8, alignment 0x1, len 0x8 > [16-bit addr] > I/O Range 0x3ee .. 0x3ee, alignment 0x1, len 0x2 > [16-bit addr] > TAG Start DF > Acceptable Configuration > IRQ: 10 11 15 - only one type (true/edge) > I/O Range 0x180 .. 0x1b8, alignment 0x8, len 0x8 > [16-bit addr] > I/O Range 0x306 .. 0x33e, alignment 0x8, len 0x2 > [16-bit addr] > TAG Start DF > Sub-optimal Configuration > IRQ: 15 - only one type (true/edge) > I/O Range 0x170 .. 0x170, alignment 0x1, len 0x8 > [16-bit addr] > I/O Range 0x376 .. 0x376, alignment 0x1, len 0x1 > [16-bit addr] > TAG End DF > > Logical Device ID: CTL0051 0x51008c0e #2 > Device Description: StereoEnhance > I/O Range 0x100 .. 0x138, alignment 0x8, len 0x1 > [16-bit addr] > > Logical Device ID: CTL7001 0x01708c0e #3 > Device Description: Game > I/O Range 0x200 .. 0x200, alignment 0x1, len 0x8 > [16-bit addr] > End Tag > > Successfully got 71 resources, 4 logical fdevs > -- card select # 0x0001 > > CSN CTL002b (0x2b008c0e), Serial Number 0x1008505d > > Logical device #0 > IO: 0x0220 0x0220 0x0220 0x0220 0x0220 0x0220 0x0220 0x0220 > IRQ 5 0 > DMA 1 5 > IO range check 0x00 activate 0x01 > > Logical device #1 > IO: 0x03ee 0x03ee 0x03ee 0x03ee 0x03ee 0x03ee 0x03ee 0x03ee > IRQ 11 0 > DMA 4 4 > IO range check 0x00 activate 0x01 > > Logical device #2 > IO: 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 > IRQ 0 0 > DMA 4 4 > IO range check 0x00 activate 0x01 > > Logical device #3 > IO: 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 > IRQ 0 0 > DMA 4 4 > IO range check 0x00 activate 0x01 > > Card assigned CSN #2 > Vendor ID USR3030 (0x30307256), Serial Number 0xaebc8fb4 > PnP Version 1.0, Vendor Version 0 > Device Description: U.S. Robotics 56K FAX INT > > Logical Device ID: USR3030 0x30307256 #0 > TAG Start DF > Good Configuration > I/O Range 0x2f8 .. 0x2f8, alignment 0x8, len 0x8 > [16-bit addr] > IRQ: 3 5 7 - only one type (true/edge) > TAG Start DF > Acceptable Configuration > I/O Range 0x3f8 .. 0x3f8, alignment 0x8, len 0x8 > [16-bit addr] > IRQ: 2 3 4 5 7 - only one type (true/edge) > TAG Start DF > Acceptable Configuration > I/O Range 0x3e8 .. 0x3e8, alignment 0x8, len 0x8 > [16-bit addr] > IRQ: 2 3 4 5 7 - only one type (true/edge) > TAG Start DF > Acceptable Configuration > I/O Range 0x2e8 .. 0x2e8, alignment 0x8, len 0x8 > [16-bit addr] > IRQ: 2 3 4 5 7 - only one type (true/edge) > TAG Start DF > Acceptable Configuration > TAG End DF > End Tag > > Successfully got 17 resources, 1 logical fdevs > -- card select # 0x0002 > > CSN USR3030 (0x30307256), Serial Number 0xaebc8fb4 > > Logical device #0 > IO: 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 > IRQ 0 0 > DMA 4 4 > IO range check 0x00 activate 0x01 > > ----- Original Message ----- > From: "Mark Ovens" > To: "dave" > Sent: Tuesday, July 11, 2000 12:14 PM > Subject: Re: configuring a pnp modem under fbsd 4? > > > > On Wed, Jul 12, 2000 at 12:13:24PM -0400, dave wrote: > > > Hello, > > > Thank you for your reply. pnpinfo does indeed find the modem, it's > 0x30 > > > million something or other. But it does find it. Additionally, the > string > > > 0x30 whatever is already in sio.c, someone else must have this modem for > it > > > was not listed in the sio.c of 3.x. On bootup the modem is identified as > an > > > unknown device, but it is identified. Do you need to see files? Any > other > > > > If it's identified as "unknown" then the kernel doesn't know *what* it > > is :) > > > > Post the output of pnpinfo. > > > > > ideas? > > > Thanks. > > > Dave. > > > > > > ----- Original Message ----- > > > From: "Mark Ovens" > > > To: "dave" > > > Cc: > > > Sent: Tuesday, July 11, 2000 11:55 AM > > > Subject: Re: configuring a pnp modem under fbsd 4? > > > > > > > > > > On Tue, Jul 11, 2000 at 09:19:41PM -0400, dave wrote: > > > > > Hello, > > > > > Has the pnp code changed from v 3.4 to v4.0 of fbsd? I had my > > > > > modem working under fbsd 3.4, but since upgrading it no longer is. > > > > > I've dropped in my 3.4 kernel.conf file, which I saved, to no avail. > > > > > If anyone can help or has succeeded in getting a pnp modem working > > > > > under fbsd 4, please let me know. Thanks. > > > > > > > > What is the output of pnpinfo(1)? I had the same problem. It was > > > > explained to me that 4.x was much more "PnP oriented" than 3.x and > > > > that the reason my modem worked under 3.x but not 4.x was because the > > > > sio probe found it. Under 4.x it needs to be found by the PnP probe. > > > > > > > > The upshot of this is that you will probably have to add a line to > > > > sio.c and re-build your kernel. The output from pnpinfo provides the > > > > required data. This is how I did it with mine: > > > > > > > > # pnpinfo > > > > Checking for Plug-n-Play devices... > > > > > > > > Card assigned CSN #1 > > > > Vendor ID PMC2430 (0x3024a341), Serial Number 0xffffffff > > > > PnP Version 1.0, Vendor Version 0 > > > > Device Description: Pace 56 Voice Internal Plug & Play Modem > > > > > > > > [snip] > > > > > > > > >From the above in info you construct the line: > > > > > > > > {0x3024a341, NULL}, /* PMC2430 - Pace 56 Voice Internal Modem */ > > > > > > > > and add it to the isa_pnp_id sio_ids[] struct in > > > > /usr/src/sys/isa/sio.c (around line 550). Note that the list is sorted > > > > by the Vendor ID (PMC2430 in my case). Don't forget to back up sio.c! > > > > > > > > Now re-build your kernel and reboot. > > > > > > > > If it works OK submit a PR using send-pr(1) including a diff and it > > > > will be added to the source. > > > > > > > > HTH > > > > > > > > > Dave. > > > > > > > > > > > > > -- > > > > If I buy a copy of WinDelete, and it doesn't delete Windows, > > > > am I entitled to my money back? > > > > ________________________________________________________________ > > > > FreeBSD - The Power To Serve http://www.freebsd.org > > > > My Webpage http://ukug.uk.freebsd.org/~mark/ > > > > mailto:marko@freebsd.org http://www.radan.com > > > > > > > > > > > > > > > -- > > If I buy a copy of WinDelete, and it doesn't delete Windows, > > am I entitled to my money back? > > ________________________________________________________________ > > FreeBSD - The Power To Serve http://www.freebsd.org > > My Webpage http://ukug.uk.freebsd.org/~mark/ > > mailto:marko@freebsd.org http://www.radan.com > > > > > -- If I buy a copy of WinDelete, and it doesn't delete Windows, am I entitled to my money back? ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:marko@freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 7:12:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from enigma.crypt-net.org (enigma.crypt-net.org [216.254.75.169]) by hub.freebsd.org (Postfix) with ESMTP id A834D37BB7A for ; Wed, 12 Jul 2000 07:12:30 -0700 (PDT) (envelope-from mjw@crypt-net.org) Received: from enigma.crypt-net.org (enigma.crypt-net.org [216.254.75.169]) by enigma.crypt-net.org (Postfix) with ESMTP id 947BD9B20 for ; Wed, 12 Jul 2000 10:10:53 -0400 (EDT) Date: Wed, 12 Jul 2000 10:10:53 -0400 From: Matt White To: freebsd-questions@freebsd.org Subject: DEVFS ready for primetime? Message-ID: <9800000.963411053@enigma.crypt-net.org> X-Mailer: Mulberry/2.0.1a3 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm running 4.0-STABLE and would like to mount my / read only. I would like to be able to change permissions on device files via /etc/fbtab. One way I have thought of to do this is to use devfs mounted on /dev. This seems like it could be a conspicuously good way to shoot myself in the foot if devfs is not ready for it (wasn't there a problem with disks under devfs at one point). Has anyone tried this? Feature request for the mailing list search engine: The ability to limit by date. I'm not sure how relevant answers to a similar question asked in '98 are today. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 7:17: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 3D73737BB7A for ; Wed, 12 Jul 2000 07:16:57 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 13CNIm-000Prm-00; Wed, 12 Jul 2000 15:15:52 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 13CNIm-0007VC-00; Wed, 12 Jul 2000 15:15:52 +0100 Date: Wed, 12 Jul 2000 15:15:52 +0100 From: Ben Smithurst To: Paul Branston Cc: Charles Randall , Mark Thomas , freebsd-questions@freebsd.org Subject: Re: HTML => text port - does one exist? Message-ID: <20000712151552.E11000@strontium.scientia.demon.co.uk> References: <5FE9B713CCCDD311A03400508B8B301301C77EB4@bdr-xcln.is.matchlogic.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="Z83JOb+Pp/DrQW9p" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --Z83JOb+Pp/DrQW9p Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Paul Branston wrote: > since lynx is deprecated in the ports tree Lynx is WHAT? That's the first I've heard of it. I suspect you're thinking of when it was marked FORBIDDEN because of security problems, but this is no longer the case. --=20 Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D --Z83JOb+Pp/DrQW9p Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: aeQf/dRQx/MwOw+kfPSZP4nn5graHWgy iQCVAwUBOWx9lysPVtiZOS99AQEZKwP/Tfn8zEku6yinNtF7gIb9WGvNDR67titR f30H+YbBge7+hKTmOJaxl8B7tGAsN+pzhnAdwOuCEQ1PmnwJYJpCSeavNa27fPm8 6yV5FQmb1gvED9nWSQqD1ytjm6LWp8Z2u4p6WJ3oLrhnxOta2CsM7vRPSM7mzhpu WyZ17dkJQAM= =irx2 -----END PGP SIGNATURE----- --Z83JOb+Pp/DrQW9p-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 7:20:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 5807637BB7A; Wed, 12 Jul 2000 07:20:31 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id JAA17933; Wed, 12 Jul 2000 09:20:15 -0500 (CDT) (envelope-from dan) Date: Wed, 12 Jul 2000 09:20:15 -0500 From: Dan Nelson To: Joao Pagaime Cc: freebsd-questions@FreeBSD.ORG, freebsd-isp@FreeBSD.ORG Subject: Re: Enable SACK Message-ID: <20000712092015.A17517@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.5i In-Reply-To: ; from "Joao Pagaime" on Wed Jul 12 14:52:18 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Jul 12), Joao Pagaime said: > > How do I enable selective acknowledges (rfc2018/SACK) on a fBSD3.3 ? > > I can't find anything interesting with "sysctl", nor in the LINT > kernel configuration file, however there's a lot of references to it > on the kernel source files. > I enabled rfc1323 but I believe this doesn't directly activate > elective acknowledges (at least rfc1323 states so). FreeBSD doesn't support TCP SACK, unfortunately. Luigi Rizzo had patches that added it for 2.1.0, but they were never committed, and I couldn't get them to apply correctly after 3.0. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 7:21:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from info.iet.unipi.it (info.iet.unipi.it [131.114.9.184]) by hub.freebsd.org (Postfix) with ESMTP id EBBD837BCBB; Wed, 12 Jul 2000 07:21:00 -0700 (PDT) (envelope-from luigi@info.iet.unipi.it) Received: (from luigi@localhost) by info.iet.unipi.it (8.9.3/8.9.3) id QAA08399; Wed, 12 Jul 2000 16:22:31 +0200 (CEST) (envelope-from luigi) From: Luigi Rizzo Message-Id: <200007121422.QAA08399@info.iet.unipi.it> Subject: Re: Enable SACK In-Reply-To: from Joao Pagaime at "Jul 12, 2000 02:52:18 pm" To: Joao Pagaime Date: Wed, 12 Jul 2000 16:22:31 +0200 (CEST) Cc: freebsd-questions@FreeBSD.ORG, freebsd-isp@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL61 (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 [Charset iso-8859-1 unsupported, filtering to ASCII...] > > Hello all, > > How do I enable selective acknowledges (rfc2018/SACK) on a > fBSD3.3 ? it is not supported, and RFC1323 is not SACK luigi -----------------------------------+------------------------------------- Luigi RIZZO, luigi@iet.unipi.it . Dip. di Ing. dell'Informazione http://www.iet.unipi.it/~luigi/ . Universita` di Pisa TEL/FAX: +39-050-568.533/522 . via Diotisalvi 2, 56126 PISA (Italy) Mobile +39-347-0373137 -----------------------------------+------------------------------------- > I can't find anything interesting with "sysctl", nor > in the LINT kernel configuration file, however there's > a lot of references to it on the kernel source files. > I enabled rfc1323 but I believe this doesn't > directly activate elective acknowledges (at least > rfc1323 states so). > > Thanks, > Jo_o Pagaime > > -- > FCCN - Funda__o para a Computa__o Cient_fica Nacional - Tel: +351-218440100 > > > > 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 Wed Jul 12 8: 2:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from unix.megared.net.mx (megamail.megared.com.mx [200.52.207.52]) by hub.freebsd.org (Postfix) with ESMTP id D784D37BED7 for ; Wed, 12 Jul 2000 08:02:47 -0700 (PDT) (envelope-from ales@megared.net.mx) Received: from ales (ales.corp.megared.net.mx [200.52.193.2]) by unix.megared.net.mx (8.9.3/8.9.3) with SMTP id KAA47309 for ; Wed, 12 Jul 2000 10:01:51 -0500 (CDT) (envelope-from ales@megared.net.mx) Message-ID: <00b701bfec12$21ee6020$02c134c8@megared.net.mx> From: "Alejandro Ramirez" To: Subject: IP Address Convertion Formula??? Date: Wed, 12 Jul 2000 10:02:01 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi All, I suppose that there is a formula to translate an address like "1075040019" into 64.19.207.19, does anybody know something about it that could explain to me???, or where can I see information about this. Thanks in Advance Ales To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 8: 8: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id EBF7937BED7 for ; Wed, 12 Jul 2000 08:07:57 -0700 (PDT) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.9.3/8.8.7) with ESMTP id LAA21063; Wed, 12 Jul 2000 11:07:50 -0400 (EDT) (envelope-from shovey@buffnet.net) Date: Wed, 12 Jul 2000 11:07:43 -0400 (EDT) From: Stephen Hovey To: Alejandro Ramirez Cc: freebsd-questions@FreeBSD.ORG Subject: Re: IP Address Convertion Formula??? In-Reply-To: <00b701bfec12$21ee6020$02c134c8@megared.net.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 I believe its the raw base 10 integer representation of the dot quad value - but a Im not sure in which direction the significant bytes are ordered (in other words, if you took the 4 numbers in the dot quad, and looked at them as a long 4 byte integer, each value to its own byte, but In your example, I dont know if you look at the integer as 19 207 19 64 - or 64 19 207 19) On Wed, 12 Jul 2000, Alejandro Ramirez wrote: > Hi All, > > I suppose that there is a formula to translate an address like > "1075040019" into 64.19.207.19, does anybody know something about it that > could explain to me???, or where can I see information about this. > > Thanks in Advance > Ales > > > > > > > > > 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 Jul 12 8:12: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cfdnet.me.tuns.ca (CFDnet.me.TUNS.Ca [134.190.50.164]) by hub.freebsd.org (Postfix) with ESMTP id 8298237BCA9 for ; Wed, 12 Jul 2000 08:12:00 -0700 (PDT) (envelope-from freebsd@cfdnet.me.tuns.ca) Received: from localhost (freebsd@localhost) by cfdnet.me.tuns.ca (8.9.3/8.9.3) with ESMTP id MAA14660; Wed, 12 Jul 2000 12:07:22 -0300 (ADT) (envelope-from freebsd@cfdnet.me.tuns.ca) Date: Wed, 12 Jul 2000 12:07:22 -0300 (ADT) From: Theo Bell To: Stephen Hovey Cc: Alejandro Ramirez , freebsd-questions@FreeBSD.ORG Subject: Re: IP Address Convertion Formula??? 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, An easy way to convert the "1075040019" into 64.19.207.19 is to ping it. bash-2.03$ ping 1075040019 PING 1075040019 (64.19.207.19): 56 data bytes ping converts it for you. I know this isn't the proper way of doing it, but it works. HTH Theo On Wed, 12 Jul 2000, Stephen Hovey wrote: > > I believe its the raw base 10 integer representation of the dot quad value > - but a Im not sure in which direction the significant bytes are ordered > (in other words, if you took the 4 numbers in the dot quad, and looked at > them as a long 4 byte integer, each value to its own byte, but In your > example, I dont know if you look at the integer as 19 207 19 64 - or 64 19 > 207 19) > > On Wed, 12 Jul 2000, Alejandro Ramirez wrote: > > > Hi All, > > > > I suppose that there is a formula to translate an address like > > "1075040019" into 64.19.207.19, does anybody know something about it that > > could explain to me???, or where can I see information about this. > > > > Thanks in Advance > > Ales > > > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 8:15:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dire.bris.ac.uk (dire.bris.ac.uk [137.222.10.60]) by hub.freebsd.org (Postfix) with ESMTP id 6E35A37BCA9 for ; Wed, 12 Jul 2000 08:15:27 -0700 (PDT) (envelope-from Jan.Grant@bristol.ac.uk) Received: from mail.ilrt.bris.ac.uk by dire.bris.ac.uk with SMTP-PRIV with ESMTP; Wed, 12 Jul 2000 16:14:55 +0100 Received: from localhost (cmjg@localhost) by mail.ilrt.bris.ac.uk (8.8.7/8.8.8) with ESMTP id QAA14114; Wed, 12 Jul 2000 16:14:54 +0100 (BST) Date: Wed, 12 Jul 2000 16:14:54 +0100 (BST) From: Jan Grant To: Alejandro Ramirez Cc: freebsd-questions Subject: Re: IP Address Convertion Formula??? In-Reply-To: <00b701bfec12$21ee6020$02c134c8@megared.net.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 Wed, 12 Jul 2000, Alejandro Ramirez wrote: > Hi All, > > I suppose that there is a formula to translate an address like > "1075040019" into 64.19.207.19, does anybody know something about it that > could explain to me???, or where can I see information about this. An IPv4 address is 4 bytes long. The long "representation" is just the numeric value of those 4 bytes. So: IP addr a.b.c.d Long value: a*16777216 + b*65536 + c*256 + d Long value: l a = floor(l / 16777216) b = floor((l - a * 16777216) / 65536) c = floor((l - a*16777216 - b*65536) / 256) d = (l - a*16777216 - b*65536 - c*256) Or in C: a = l >> 24; b = (l >> 16) & 0xff; c = (l >> 8) & 0xff; d = l & 0xff; -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287163 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk Semantic rules, OK? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 8:15:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from theory1.physics.iisc.ernet.in (theory1.physics.iisc.ernet.in [144.16.71.20]) by hub.freebsd.org (Postfix) with SMTP id E873937BF48 for ; Wed, 12 Jul 2000 08:15:41 -0700 (PDT) (envelope-from rsidd@physics.iisc.ernet.in) Received: (qmail 4366 invoked from network); 12 Jul 2000 15:15:37 -0000 Received: from unknown (HELO theory3.physics.iisc.ernet.in) (qmailr@144.16.71.158) by theory1.physics.iisc.ernet.in with SMTP; 12 Jul 2000 15:15:37 -0000 Received: (qmail 1286 invoked by uid 211); 12 Jul 2000 15:15:36 -0000 Date: Wed, 12 Jul 2000 20:45:36 +0530 From: Rahul Siddharthan To: Stephen Hovey Cc: Alejandro Ramirez , freebsd-questions@FreeBSD.ORG Subject: Re: IP Address Convertion Formula??? Message-ID: <20000712204536.A1281@physics.iisc.ernet.in> Mail-Followup-To: Stephen Hovey , Alejandro Ramirez , freebsd-questions@FreeBSD.ORG References: <00b701bfec12$21ee6020$02c134c8@megared.net.mx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from shovey@buffnet.net on Wed, Jul 12, 2000 at 11:07:43AM -0400 X-Operating-System: Linux 2.4.0-test3 i686 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It's the raw base 16 representation (or base 256 depending on how you want to look at it), and the direction is forwards -- ie, 64.19.207.19 = 64*256^3+19*256^2+207*256+19 (you can back-translate it either by dividing by powers of 256 successively, or simply by "pinging" the long number.) Rahul. Stephen Hovey said on Jul 12, 2000 at 11:07:43: > > I believe its the raw base 10 integer representation of the dot quad value > - but a Im not sure in which direction the significant bytes are ordered > (in other words, if you took the 4 numbers in the dot quad, and looked at > them as a long 4 byte integer, each value to its own byte, but In your > example, I dont know if you look at the integer as 19 207 19 64 - or 64 19 > 207 19) > > On Wed, 12 Jul 2000, Alejandro Ramirez wrote: > > > Hi All, > > > > I suppose that there is a formula to translate an address like > > "1075040019" into 64.19.207.19, does anybody know something about it that > > could explain to me???, or where can I see information about this. > > > > Thanks in Advance > > Ales > > > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 8:17:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nbf-27.umd.edu (nbf-27.umd.edu [128.8.38.27]) by hub.freebsd.org (Postfix) with ESMTP id 11E0F37BCA9 for ; Wed, 12 Jul 2000 08:17:29 -0700 (PDT) (envelope-from bfoz@glue.umd.edu) Received: from glue.umd.edu (localhost [127.0.0.1]) by nbf-27.umd.edu (8.9.3/8.9.3) with ESMTP id LAA01178; Wed, 12 Jul 2000 11:16:33 -0400 (EDT) (envelope-from bfoz@glue.umd.edu) Message-ID: <396C8BD1.220A79B6@glue.umd.edu> Date: Wed, 12 Jul 2000 11:16:33 -0400 From: Brandon Fosdick X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: daniel.cuthbert@uk.psi.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD 4.0 and enlightenment References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Daniel Cuthbert wrote: > > Hi all > > im trying to get Enlightenment running on my virgin freebsd 4.0 install > now on the disk when you select "do post-install config" and then select > "xfree desktop" when you choose gnome + e, it says that it cant find it on > the disk (the freebsd disk) and then reboots the machine > > now i also pulled down the port package, but does that install it in the > necessary directories? what would i have to do to make it all work? Use the port, it works fine. Do something like this: su cd /usr/ports/x11-wm/enlightenment make install Incidentally, Gnome and E have evolved in different directions so they don't always play well together. You can still use both, it just takes a little extra work. -Brandon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 8:19:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id 0CD6537B635 for ; Wed, 12 Jul 2000 08:19:24 -0700 (PDT) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.9.3/8.8.7) with ESMTP id LAA21772; Wed, 12 Jul 2000 11:19:26 -0400 (EDT) (envelope-from shovey@buffnet.net) Date: Wed, 12 Jul 2000 11:19:19 -0400 (EDT) From: Stephen Hovey To: Theo Bell Cc: Alejandro Ramirez , freebsd-questions@FreeBSD.ORG Subject: Re: IP Address Convertion Formula??? 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 Oh I think easy is always proper! :) On Wed, 12 Jul 2000, Theo Bell wrote: > Hi, > > An easy way to convert the "1075040019" into 64.19.207.19 is to ping it. > > bash-2.03$ ping 1075040019 > PING 1075040019 (64.19.207.19): 56 data bytes > > ping converts it for you. > > I know this isn't the proper way of doing it, but it works. > > HTH > > Theo > > > On Wed, 12 Jul 2000, Stephen Hovey wrote: > > > > > I believe its the raw base 10 integer representation of the dot quad value > > - but a Im not sure in which direction the significant bytes are ordered > > (in other words, if you took the 4 numbers in the dot quad, and looked at > > them as a long 4 byte integer, each value to its own byte, but In your > > example, I dont know if you look at the integer as 19 207 19 64 - or 64 19 > > 207 19) > > > > On Wed, 12 Jul 2000, Alejandro Ramirez wrote: > > > > > Hi All, > > > > > > I suppose that there is a formula to translate an address like > > > "1075040019" into 64.19.207.19, does anybody know something about it that > > > could explain to me???, or where can I see information about this. > > > > > > Thanks in Advance > > > Ales > > > > > > > > > > > > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 8:21: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nbf-27.umd.edu (nbf-27.umd.edu [128.8.38.27]) by hub.freebsd.org (Postfix) with ESMTP id 1179E37B809 for ; Wed, 12 Jul 2000 08:20:57 -0700 (PDT) (envelope-from bfoz@glue.umd.edu) Received: from glue.umd.edu (localhost [127.0.0.1]) by nbf-27.umd.edu (8.9.3/8.9.3) with ESMTP id LAA01185 for ; Wed, 12 Jul 2000 11:20:04 -0400 (EDT) (envelope-from bfoz@glue.umd.edu) Message-ID: <396C8CA4.73B07514@glue.umd.edu> Date: Wed, 12 Jul 2000 11:20:04 -0400 From: Brandon Fosdick X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: Re: XF86-4 and the MS Intellimouse Explorer (USB) References: <3960AEB1.AC5EF87D@glue.umd.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brandon Fosdick wrote: > > Does anybody have a working config for this that I can steal? > > I tried putting > > Option "ZAxisMapping" "6 7" > Option "Buttons" "7" > > in /etc/X11/XF86Config, and > > xmodmap -e "pointer = 1 2 3 6 7 4 5" > > in ~/.xinitrc, but everything goes nuts when i startx. None of the > buttons work right, and I have to ctrl-alt-backspace to get out. > Anything special that goes in the kernel config? I'm replying to my own post...so sue me. When I posted the above I had the mouse plugged into the USB port on my Asus K7V. The explorer comes with a usb -> ps2 adapter, so I tried using that. Everything works fine now, which makes me think that the problem is in the usb system, either the mboard or fbsd's usb mouse drivers. Any known issues with the usb stuff? Any way to fix it? -Brandon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 8:32:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by hub.freebsd.org (Postfix) with ESMTP id 5A07037BFDA for ; Wed, 12 Jul 2000 08:32:35 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from parish.my.domain ([62.253.88.230]) by mta01-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000712153231.JTZA26680.mta01-svc.ntlworld.com@parish.my.domain> for ; Wed, 12 Jul 2000 16:32:31 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id QAA02498 for questions@freebsd.org; Wed, 12 Jul 2000 16:32:29 +0100 (BST) (envelope-from mark) Date: Wed, 12 Jul 2000 16:32:29 +0100 From: Mark Ovens To: questions@freebsd.org Subject: cvsup(1)'ing the GNATS database Message-ID: <20000712163229.F237@parish> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG A couple of questions: 1. How much room do I need on my HD for a copy of GNATS? 2. In /usr/share/examples/cvsup/gnats-supfile there is no ``tag='' entry. Is ``.'' the correct tag? -- If I buy a copy of WinDelete, and it doesn't delete Windows, am I entitled to my money back? ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:marko@freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 8:37:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from server.telecity.co.uk (server.telecity.co.uk [212.212.13.3]) by hub.freebsd.org (Postfix) with ESMTP id 8E52C37C151 for ; Wed, 12 Jul 2000 08:37:45 -0700 (PDT) (envelope-from John.ORourke@Telecity.co.uk) Received: by server.telecity.co.uk with Internet Mail Service (5.5.2448.0) id <3RC426FL>; Wed, 12 Jul 2000 16:35:53 +0100 Message-ID: <413BD3C01182D31198410008C7CBBF9F0133E4CD@MAN1> From: "John O'Rourke (MAN)" To: "'freebsd-questions@freebsd.org'" Subject: CD-R and FreeBSD 3.0+ Date: Wed, 12 Jul 2000 16:35:36 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I can't find anything anywhere explaining how to use CD-Rs under later versions of FreeBSD. 'man worm' says the worm driver was replaced. /dev/rwormX doesn't exist. I can't see how to give the ATAPI drive a SCSI ID either, if that's the way to do it. It's FreeBSD 4.0-RELEASE, i386, a Mitsumi CR 2081TE as secondary master (/dev/acd1). I'd like to use cdrecord but wormcontrol will do. Anything will do! John (apologies for the sig, I have no control...) DISCLAIMER This e-mail is intended only for the use of the addressees named above and may be confidential. If you are not an addressee you must not read it and must not use any information contained in nor copy it nor inform any person other than TeleCity Limited or the addressees of its existence or contents. If you have received this email and are not a named addressee, please delete it and notify the TeleCity IT department on 0161 226 7643 or by email at techsupport@telecity.co.uk. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 8:46:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from outblaze12.outblaze.com (209.249.164.196.outblaze.com [209.249.164.196]) by hub.freebsd.org (Postfix) with SMTP id 4A78A37B663 for ; Wed, 12 Jul 2000 08:46:27 -0700 (PDT) (envelope-from openzero@bsdmail.com) Received: (qmail 23014 invoked by uid 1001); 12 Jul 2000 15:46:26 -0000 Message-ID: <20000712154626.23013.qmail@bsdmail.com> Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-Mailer: MIME-tools 4.104 (Entity 4.117) From: openzero@bsdmail.com To: freebsd-questions@freebsd.org Date: Wed, 12 Jul 2000 16:46:26 +0100 Subject: FreeBSD-3.5 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG FreeBSD-3.5 is the last release of the 3x branche. Is it stable 'ready' or currently under development, like FreeBSD-4.0-STABLE ? I wanted to download the cd-image! **** Does FreeBSD-3.5 comes with IPv6? thanx... Daniel Ridder (Germany) -- Get your free email from http://www.bsdmail.com Powered by Outblaze To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 8:55: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rustikat.com (localhost.rustikat.com [209.132.15.230]) by hub.freebsd.org (Postfix) with ESMTP id CF5FA37B635; Wed, 12 Jul 2000 08:54:55 -0700 (PDT) (envelope-from admin@rustikat.com) Received: from rustikat (ppp03.eastlink.net [207.42.55.63]) by rustikat.com (8.8.8/8.8.8) with SMTP id LAA32262; Wed, 12 Jul 2000 11:54:52 -0400 Message-Id: <200007121554.LAA32262@rustikat.com> X-Sender: fred@mail.rustikat.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0.1 Date: Wed, 12 Jul 2000 11:39:50 -0400 To: freebsd-isp@freebsd.org From: webmaster Subject: Secure, Non Secure Same Box 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 I have a need to install both a secure server and a non secure server on the same FREEbsd box, using Apache-1.3.12+ssl_1.40. Could someone point me in the right direction? Thanks Fred ----------------Rustikat Internet Services--------------- Web Design: http://www.rustikat.com/web_design.html Web Hosting: http://www.rustikat.net Email: mailto:admin@rustikat.net Subscribe to our FREE newsletter send blank email to: mailto:rustikatspecials-subscribe@listbot.com --------------------- www.rustikat.net --------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 8:59:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lark.capnet.state.tx.us (lark.capnet.state.tx.us [204.65.39.249]) by hub.freebsd.org (Postfix) with ESMTP id 383F737BEFE for ; Wed, 12 Jul 2000 08:59:31 -0700 (PDT) (envelope-from Bryan.Bradsby@capnet.state.tx.us) Received: from localhost (bbradsby@localhost) by lark.capnet.state.tx.us (8.10.0/8.10.0) with ESMTP id e6CFxOn56522; Wed, 12 Jul 2000 10:59:24 -0500 (CDT) Date: Wed, 12 Jul 2000 10:59:23 -0500 (CDT) From: Bryan Bradsby To: James Daniels Cc: questions@FreeBSD.ORG Subject: Re: sendmail question In-Reply-To: <20000712073043.19754.qmail@web5501.mail.yahoo.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 > What is the purpose of the line > > CP. > > in sendmail.cf? it is not documented nor > are there any comments about it in sendmail.cf, > /usr/src/contrib/sendmail/cf/README > or > /usr/src/contrib/sendmail/cf/m4/proto.m4 > where it gets included without comment. Page 618 Bat book: "The class P holds a list of pseudo domains that will not be looked up using DNS. Unless you use a FEATURE, this class will only contain a dot. Various FEATURES will add appropriate pseudo domainst to it, such as UUCP and .REDIRECT." I guess you could add something here to prevent lookup of some bogus host domains that you use internally. Thanks for the interesting question. -bryan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 9: 0: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from kaos.dfte.ufrn.br (kaos.dfte.ufrn.br [200.19.173.16]) by hub.freebsd.org (Postfix) with ESMTP id 2B74A37C14D for ; Wed, 12 Jul 2000 08:59:39 -0700 (PDT) (envelope-from henio@dfte.ufrn.br) Received: from dfte.ufrn.br (dfte-1.dfte.ufrn.br [10.9.64.100]) by kaos.dfte.ufrn.br (8.9.1b+Sun/8.9.1) with ESMTP id LAA01424 for ; Wed, 12 Jul 2000 11:59:45 -0300 (EST) Message-ID: <396C6B02.4A4D20F3@dfte.ufrn.br> Date: Wed, 12 Jul 2000 12:56:34 +0000 From: Henio Henrique Aragao Rego X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.org Subject: Packages 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/Madam, I recently installed FreeBSD in my computer and it works perfectly. Therefore, I'm having troubles to use a packagge. I tried to use the program to plot graphics called "xmgr. The installation was sucessful, but it doesn't run. The message that I always get is: /usr/libexec/ld-elf.so.1: Shared object "libmfhdf.so.2" not found I reinstalled several times without sucess! Can you please help me with this? Do you know what is the problem? If don't, do you know who can I ask? Thanks a lot in advance? Best wishes, Henio H. A. Rego To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 9: 0:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id 8812F37BF7A for ; Wed, 12 Jul 2000 09:00:52 -0700 (PDT) (envelope-from mtech@buffnet.net) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.9.3/8.8.7) with ESMTP id MAA24245; Wed, 12 Jul 2000 12:00:50 -0400 (EDT) (envelope-from mtech@buffnet.net) Date: Wed, 12 Jul 2000 12:00:42 -0400 (EDT) From: Mohsin Rahman To: webmaster Cc: FreeBSD Questions Subject: Re: Secure, Non Secure Same Box In-Reply-To: <200007121554.LAA32262@rustikat.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 Go to /usr/ports/www/apache13_ssl and do 'make install' Once you have configured the httpd.conf file, you will start the server as: apachectl startssl this will start both the Secure and NON_secure server. http://www.domain.com for NON-secure https://www.domain.com for SECURE Hope this helps. On Wed, 12 Jul 2000, webmaster wrote: > I have a need to install both a secure server and a non secure server on > the same FREEbsd box, using Apache-1.3.12+ssl_1.40. > Could someone point me in the right direction? > > Thanks > Fred > ----------------Rustikat Internet Services--------------- > Web Design: http://www.rustikat.com/web_design.html > Web Hosting: http://www.rustikat.net > Email: mailto:admin@rustikat.net > Subscribe to our FREE newsletter send blank email to: > mailto:rustikatspecials-subscribe@listbot.com > --------------------- www.rustikat.net --------------------- > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Mohsin AbdulRahman MTech@BuffNET.Net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 9:14:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from peony.ezo.net (peony.ezo.net [206.102.130.11]) by hub.freebsd.org (Postfix) with ESMTP id 93BFA37C076; Wed, 12 Jul 2000 09:14:33 -0700 (PDT) (envelope-from jflowers@peony.ezo.net) Received: from localhost (jflowers@localhost) by peony.ezo.net (8.11.0.Beta3/8.11.0.Beta3) with ESMTP id e6CGHNc43564; Wed, 12 Jul 2000 12:17:23 -0400 (EDT) Date: Wed, 12 Jul 2000 12:17:23 -0400 (EDT) From: Jim Flowers To: webmaster Cc: freebsd-isp@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: Secure, Non Secure Same Box In-Reply-To: <200007121554.LAA32262@rustikat.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 Read up on virtual servers and use named or numbered but use the port designation to separate your two servers (80, 443). That should do it. Jim Flowers #4 ranked ISP on C|NET #1 in Ohio On Wed, 12 Jul 2000, webmaster wrote: > I have a need to install both a secure server and a non secure server on > the same FREEbsd box, using Apache-1.3.12+ssl_1.40. > Could someone point me in the right direction? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 9:21:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web5301.mail.yahoo.com (web5301.mail.yahoo.com [216.115.106.110]) by hub.freebsd.org (Postfix) with SMTP id D080737C0CF for ; Wed, 12 Jul 2000 09:21:33 -0700 (PDT) (envelope-from worldlybsd@yahoo.com) Message-ID: <20000712162130.11825.qmail@web5301.mail.yahoo.com> Received: from [132.49.221.1] by web5301.mail.yahoo.com; Wed, 12 Jul 2000 09:21:30 PDT Date: Wed, 12 Jul 2000 09:21:30 -0700 (PDT) From: worldly BSD Subject: traceroute 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 looking for a good tutorial on traceroute. Specifically, I'm looking for a discussion of the different responses you can get, especially "network unreachable". I recently saw an excellent discussion of this, I thought in a Linux tutorial/manpage. But now I don't remember where I saw it. Anybody know where I can find such a thing? __________________________________________________ Do You Yahoo!? Get Yahoo! Mail – Free email you can access from anywhere! http://mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 9:22:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from theory1.physics.iisc.ernet.in (theory1.physics.iisc.ernet.in [144.16.71.20]) by hub.freebsd.org (Postfix) with SMTP id D0F2A37BFFC for ; Wed, 12 Jul 2000 09:22:31 -0700 (PDT) (envelope-from rsidd@physics.iisc.ernet.in) Received: (qmail 4536 invoked from network); 12 Jul 2000 16:22:28 -0000 Received: from unknown (HELO theory3.physics.iisc.ernet.in) (qmailr@144.16.71.158) by theory1.physics.iisc.ernet.in with SMTP; 12 Jul 2000 16:22:28 -0000 Received: (qmail 1426 invoked by uid 211); 12 Jul 2000 16:22:26 -0000 Date: Wed, 12 Jul 2000 21:52:26 +0530 From: Rahul Siddharthan To: Henio Henrique Aragao Rego Cc: questions@FreeBSD.ORG Subject: Re: Packages Message-ID: <20000712215226.A1405@physics.iisc.ernet.in> References: <396C6B02.4A4D20F3@dfte.ufrn.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <396C6B02.4A4D20F3@dfte.ufrn.br>; from henio@dfte.ufrn.br on Wed, Jul 12, 2000 at 12:56:34PM +0000 X-Operating-System: Linux 2.4.0-test3 i686 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Henio Henrique Aragao Rego said on Jul 12, 2000 at 12:56:34: > I recently installed FreeBSD in my computer and it works > perfectly. Therefore, I'm having troubles to use a packagge. > I tried to use the program to plot graphics called "xmgr. The > installation was sucessful, but it doesn't run. The message > that I always get is: > > /usr/libexec/ld-elf.so.1: Shared object "libmfhdf.so.2" not found > > I reinstalled several times without sucess! Did you install using the port collection? My installed port of hdf (not very recent, I admit) doesn't seem to have the shared library, only the static one. Also, you could try grace (also in the ports) -- it's the successor of xmgr, very similar, and it doesn't seem to require hdf. Rahul. > > Can you please help me with this? Do you know what is the > problem? If don't, do you know who can I ask? > > Thanks a lot in advance? > > Best wishes, > > Henio H. A. Rego > > > > 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 Jul 12 9:32: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from atlas.rccn.net (atlas.rccn.net [193.136.7.1]) by hub.freebsd.org (Postfix) with SMTP id 2B1D937C254 for ; Wed, 12 Jul 2000 09:31:56 -0700 (PDT) (envelope-from jpsp@rccn.net) Received: (qmail 42561 invoked by uid 1021); 12 Jul 2000 16:31:54 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 12 Jul 2000 16:31:54 -0000 Date: Wed, 12 Jul 2000 17:31:54 +0100 (WEST) From: Joao Pagaime To: Dan Nelson Cc: freebsd-questions@FreeBSD.ORG, freebsd-isp@FreeBSD.ORG Subject: Re: Enable SACK In-Reply-To: <20000712092015.A17517@dan.emsphone.com> 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 On Wed, 12 Jul 2000, Dan Nelson wrote: > In the last episode (Jul 12), Joao Pagaime said: > > > > How do I enable selective acknowledges (rfc2018/SACK) on a fBSD3.3 ? > > > > I can't find anything interesting with "sysctl", nor in the LINT > > kernel configuration file, however there's a lot of references to it > > on the kernel source files. > > I enabled rfc1323 but I believe this doesn't directly activate > > elective acknowledges (at least rfc1323 states so). > > FreeBSD doesn't support TCP SACK, unfortunately. Why not? Does anyone happen to know if there's any plans for supporting it in the future? Thank for the reply, João Pagaime >Luigi Rizzo had > patches that added it for 2.1.0, but they were never committed, and I > couldn't get them to apply correctly after 3.0. > > -- > Dan Nelson > dnelson@emsphone.com > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 9:47: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by hub.freebsd.org (Postfix) with ESMTP id C160737B5EB for ; Wed, 12 Jul 2000 09:46:59 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from parish.my.domain ([62.253.84.111]) by mta01-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000712164658.KHIE26680.mta01-svc.ntlworld.com@parish.my.domain> for ; Wed, 12 Jul 2000 17:46:58 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id QAA02498 for questions@freebsd.org; Wed, 12 Jul 2000 16:32:29 +0100 (BST) (envelope-from mark) Date: Wed, 12 Jul 2000 16:32:29 +0100 From: Mark Ovens To: questions@freebsd.org Subject: cvsup(1)'ing the GNATS database Message-ID: <20000712163229.F237@parish> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG A couple of questions: 1. How much room do I need on my HD for a copy of GNATS? 2. In /usr/share/examples/cvsup/gnats-supfile there is no ``tag='' entry. Is ``.'' the correct tag? -- If I buy a copy of WinDelete, and it doesn't delete Windows, am I entitled to my money back? ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:marko@freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 10: 3:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from chesire.gummibears.nu (n06h1211.ex-pressnet.com [24.239.21.211]) by hub.freebsd.org (Postfix) with ESMTP id 4E03337BD4E for ; Wed, 12 Jul 2000 10:03:31 -0700 (PDT) (envelope-from njyoder@chesire.gummibears.nu) Received: (from njyoder@localhost) by chesire.gummibears.nu (8.9.3/8.9.3) id NAA47505 for freebsd-questions@freebsd.org; Wed, 12 Jul 2000 13:02:19 GMT (envelope-from njyoder) Date: Wed, 12 Jul 2000 13:02:19 +0000 From: "Nathan J. Yoder" To: freebsd-questions@freebsd.org Subject: sound blaster AWE64 not working correctly Message-ID: <20000712130219.A47472@chesire.gummibears.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am having trouble getting my PnP ISA Sound Blaster AWE64 working correctly. FreeBSD does detect the sound card on boot, and I can change the mixer settings. However, whenever I try to play some sounds, no sound comes out (using xmms). I have cat'ed random data in addition to a .au file to /dev/dsp, from which I got a split second of noise which gets abrubtly cut off. Changing the volume in the mixer does in fact effect the amount of white noise coming out of the (or whatever color noise it is). Here is more information than you wanted to know (if you need to know more, just ask): I'm using a PnP bios, so if I need to change any settings there tell me. It's from about '98. uname -a FreeBSD chesire 4.0-STABLE FreeBSD 4.0-STABLE #4: Tue Jul 11 18:07:03 GMT 2000 root@chesire:/usr/src/sys/compile/CHESIRE i386 cat /dev/sndstat FreeBSD Audio Driver (newpcm) Jul 2 2000 23:42:56 Installed devices: pcm0: at io 0x220 irq 9 drq 0:5 (1p/1r channels duplex) dmesg | grep sbc sbc0: at port 0x220-0x22f,0x300-0x301,0x388-0x38b irq 9 drq 0,5 on isa0 sbc0: setting card to irq 9, drq 0, 5 pcm0: on sbc0 in my kernel config file: device pcm device sbc # note, I have tried manually changing the sonud card settings for sbc, # but freebsd detected the ones above automatically, and overrode the ones # in the kernel config To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 10: 6:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pima.gate.net (pima.gate.net [216.219.246.30]) by hub.freebsd.org (Postfix) with ESMTP id 8AD3937BF74 for ; Wed, 12 Jul 2000 10:06:33 -0700 (PDT) (envelope-from wjm@gate.net) Received: from inca.gate.net (wjm@inca.gate.net [199.227.0.11]) by pima.gate.net (8.9.3/8.9.3) with ESMTP id NAA18276; Wed, 12 Jul 2000 13:06:23 -0400 Received: from localhost (wjm@localhost) by inca.gate.net (8.8.6/8.6.9) with ESMTP id NAA54484; Wed, 12 Jul 2000 13:09:14 -0400 X-Authentication-Warning: inca.gate.net: wjm owned process doing -bs Date: Wed, 12 Jul 2000 13:09:14 -0400 (EDT) From: William Melanson To: worldly BSD Cc: freebsd-questions@FreeBSD.ORG Subject: Re: traceroute In-Reply-To: <20000712162130.11825.qmail@web5301.mail.yahoo.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, 12 Jul 2000, worldly BSD wrote: % I'm looking for a good tutorial on traceroute. % Specifically, I'm looking for a discussion of the % different responses you can get, especially "network % unreachable". I recently saw an excellent discussion % of this, I thought in a Linux tutorial/manpage. But % now I don't remember where I saw it. Anybody know % where I can find such a thing? % man traceroute - doesn't give you all the info required? ./bill --------------------------------oOo------------------------------------ William J. Melanson CyberGate, Inc. | e.spire Communications Sr Network Controller www.gate.net ---- www.espire.net Network Operations Center Phone: (954) 334-8080 finger wjm@gate.net PGP public key --------------------------------oOo------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 10: 8:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bsdie.rwsystems.net (bsdie.rwsystems.net [209.197.223.2]) by hub.freebsd.org (Postfix) with ESMTP id 136E037BE99; Wed, 12 Jul 2000 10:08:08 -0700 (PDT) (envelope-from jwyatt@rwsystems.net) Received: from bsdie.rwsystems.net([209.197.223.2]) (1708 bytes) by bsdie.rwsystems.net via sendmail with P:esmtp/R:bind_hosts/T:inet_zone_bind_smtp (sender: ) id for ; Wed, 12 Jul 2000 12:01:15 -0500 (CDT) (Smail-3.2.0.106 1999-Mar-31 #1 built 1999-Aug-7) Date: Wed, 12 Jul 2000 12:01:11 -0500 (CDT) From: James Wyatt To: Luigi Rizzo Cc: Joao Pagaime , freebsd-questions@FreeBSD.ORG, freebsd-isp@FreeBSD.ORG Subject: Re: Enable SACK In-Reply-To: <200007121422.QAA08399@info.iet.unipi.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 Ok, I'll bite. It won't be the first time I'va asked a question and learned something from this group of folks... Feel free to answer in private email or post to the list(s). What is SACK and what is good/bad about it? I don't intend to start a flame war, but really would like to know. I think I can go read RFC1323 and get the gist of it this afternoon... TIA - Jy@ On Wed, 12 Jul 2000, Luigi Rizzo wrote: > [Charset iso-8859-1 unsupported, filtering to ASCII...] > > > > Hello all, > > > > How do I enable selective acknowledges (rfc2018/SACK) on a > > fBSD3.3 ? > > it is not supported, and RFC1323 is not SACK > > luigi > > -----------------------------------+------------------------------------- > Luigi RIZZO, luigi@iet.unipi.it . Dip. di Ing. dell'Informazione > http://www.iet.unipi.it/~luigi/ . Universita` di Pisa > TEL/FAX: +39-050-568.533/522 . via Diotisalvi 2, 56126 PISA (Italy) > Mobile +39-347-0373137 > -----------------------------------+------------------------------------- [ ... ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 10:10:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 297FD37BF87 for ; Wed, 12 Jul 2000 10:10:27 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 13CQ1e-0000FU-00; Wed, 12 Jul 2000 18:10:22 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 13CQ1e-000PAF-00; Wed, 12 Jul 2000 18:10:22 +0100 Date: Wed, 12 Jul 2000 18:10:22 +0100 From: Ben Smithurst To: Mark Ovens Cc: questions@freebsd.org Subject: Re: cvsup(1)'ing the GNATS database Message-ID: <20000712181022.M11000@strontium.scientia.demon.co.uk> References: <20000712163229.F237@parish> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="BLwZsoChvJp3+clz" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000712163229.F237@parish> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --BLwZsoChvJp3+clz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Mark Ovens wrote: > 2. In /usr/share/examples/cvsup/gnats-supfile there is no ``tag=3D'' > entry. Is ``.'' the correct tag? AFAIK you don't need a tag, since GNATS stuff isn't under CVS control. Perhaps a cvsup guru would correct me, but I'd guess the example cvsup file is correct. As for the space needed, look for yourself. :-) Run 'du /home/gnats' on freefall, it's about 130MB, I'd guess cvsup gives you similar stuff. --=20 Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D --BLwZsoChvJp3+clz Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: +WFIYv50J4c4fQ0rLTWNkkBD2Fz1dSEn iQCVAwUBOWymfisPVtiZOS99AQHo4gP+PyXz4vZFI0Jq6om7Jofh5JdWuN7y99mW Ll+JqXIStJ5luNs75p5brftJcoou/2TW45Xyus6tOkHZRCDSZ1oLkKqe+Ybp6IjT AjC6tUlJ5jRfXLlbKhutSo+dSkvwK/uugRQTqZ1bzt7PEEzthKIi8u0bgIB/4xK6 cUi1Fxihv2c= =PIlW -----END PGP SIGNATURE----- --BLwZsoChvJp3+clz-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 10:11:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id A7A8237BFFB for ; Wed, 12 Jul 2000 10:11:43 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 13CQ2s-0000H9-00; Wed, 12 Jul 2000 18:11:38 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 13CQ2s-000PzK-00; Wed, 12 Jul 2000 18:11:38 +0100 Date: Wed, 12 Jul 2000 18:11:38 +0100 From: Ben Smithurst To: worldly BSD Cc: freebsd-questions@freebsd.org Subject: Re: traceroute Message-ID: <20000712181138.N11000@strontium.scientia.demon.co.uk> References: <20000712162130.11825.qmail@web5301.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="aSRrXo8NJAoPLte9" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000712162130.11825.qmail@web5301.mail.yahoo.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --aSRrXo8NJAoPLte9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable worldly BSD wrote: > I'm looking for a good tutorial on traceroute.=20 > Specifically, I'm looking for a discussion of the > different responses you can get, especially "network > unreachable". I recently saw an excellent discussion > of this, I thought in a Linux tutorial/manpage. But > now I don't remember where I saw it. Anybody know > where I can find such a thing? 'man traceroute' actually explains things fairly well and has a few examples. There's only so much you can explain -- "network unreachable" means a network is unreachable, what more do you want to know? :-) --=20 Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D --aSRrXo8NJAoPLte9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: J1Qh41oqE/w5+iyQ206AzyLzAV+GbrHm iQCVAwUBOWymyisPVtiZOS99AQHhrwP/QsWxE0cqriltrh+eLZ53W8dSHo5d5xa2 +XPoRfees/RtKSuaGOSob4uqETp/Iml5sBgRftjwgUx8oGcMtDnb2ixrlgzZ6cwr GNipvH3njho5xQvIpSFcN1v585uCwkUYAndQbsaVcnTBWVJRBPMwZoVq8RlaWQGt 1rwpxDWaClk= =zGyE -----END PGP SIGNATURE----- --aSRrXo8NJAoPLte9-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 10:25: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from marsh.owlnet.rice.edu (marsh-49.owlnet.rice.edu [128.42.49.222]) by hub.freebsd.org (Postfix) with ESMTP id A504B37BE5D for ; Wed, 12 Jul 2000 10:24:55 -0700 (PDT) (envelope-from skoe@owlnet.rice.edu) Received: from jungle.owlnet.rice.edu (jungle.owlnet.rice.edu [128.42.49.103]) by marsh.owlnet.rice.edu (8.9.0/8.9.0) with ESMTP id MAA26981; Wed, 12 Jul 2000 12:24:33 -0500 (CDT) Received: from localhost (skoe@localhost) by jungle.owlnet.rice.edu (8.9.0/8.9.0) with ESMTP id MAA02453; Wed, 12 Jul 2000 12:24:33 -0500 (CDT) X-Authentication-Warning: jungle.owlnet.rice.edu: skoe owned process doing -bs Date: Wed, 12 Jul 2000 12:24:33 -0500 (CDT) From: "Anders Chr. Skoe" To: george@vagner.com Cc: so@server.i-clue.de, doug@safeport.com, grog@lemis.com, squirrel@hammis.com, kaygee@netset.com, freebsd-questions@FreeBSD.ORG Subject: Re: Anyone resolved "Missing operating system" issue? In-Reply-To: <20000712133053.45174.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 Here's what we've now tried: 1) single fbsd partition. set bootable at initial install (s), and at post-install (s,w). also tried "fdisk /mbr" from dos. tried "dangerously dedicted" as well as "microsoft compatible". still get "Missing operating system" message. 2) one fat (dos) partition, one fbsd partition. set fbsd bootable at initial install (s), as well as at post-install(s,w). also tried "fdisk /mbr" from dos. boot manager will neither boot "f1" (dos partition) nor "f2" (fbsd). ie, no success. other comments: -we have one hdrive -what exactly do you mean by "standard boot blocks"? how can i get back to the 'standard' geometry once i've set it? i checked the wdigital site for our drive, but it didn't specify a standard setting for cyls/heads/sectors. -(greg): what do you mean by "selected LBA in the BIOS"? what i have also noticed is that the "A" flag does not seem to stay set on the partition that i want to boot. like i mentioned above, i've tried to set it using fdisk both during the initial install and during post-config (s or s+w), but this flag is never set when i enter fdisk later on. i checked our other fbsd-machines, and none of them had the "A" flag set on the (working) bootable partition either. could this nevertheless be the problem - and if so, how do i fix it? thanks for all feedback so far. out, a. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 10:45:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.nwlink.com (smtp.nwlink.com [209.20.130.57]) by hub.freebsd.org (Postfix) with ESMTP id 840A637BE5D for ; Wed, 12 Jul 2000 10:45:12 -0700 (PDT) (envelope-from jcwells@nwlink.com) Received: from utah (jcwells@utah.nwlink.com [209.20.130.41]) by smtp.nwlink.com (8.9.3/8.9.3) with SMTP id KAA00768; Wed, 12 Jul 2000 10:44:56 -0700 (PDT) Date: Wed, 12 Jul 2000 10:56:45 -0700 (PDT) From: "Jason C. Wells" X-Sender: jcwells@utah To: Javier Lara =?iso-8859-1?Q?S=E1nchez?= Cc: freebsd-questions@FreeBSD.ORG Subject: Re: LDAP In-Reply-To: <396BBB4F.222EED9F@icave.com.mx> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 11 Jul 2000, Javier Lara [iso-8859-1] S=E1nchez wrote: > hi!!! >=20 > Somebody know, how can use LDAP in Freebsd??? Look in the ports collection under databases. I believe that OpenLDAP is at least one that is there. Thank you, Jason C. Wells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 10:45:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from icc.cgu.chel.su (gw.cgu.chel.su [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id 0177F37C059 for ; Wed, 12 Jul 2000 10:44:54 -0700 (PDT) (envelope-from ilia@cgu.chel.su) Received: from mail.cgu.chel.su (mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.9.3/8.9.2) with ESMTP id XAA48335 for ; Wed, 12 Jul 2000 23:43:26 +0600 (ESS) (envelope-from ilia@cgu.chel.su) Received: (from uucp@localhost) by mail.cgu.chel.su (8.9.3/8.8.6) with UUCP id XAA35952 for questions@FreeBSD.ORG; Wed, 12 Jul 2000 23:43:26 +0600 (ESS) Received: from localhost (ilia@localhost) by jane.cgu.chel.su (8.9.3/8.9.2) with ESMTP id XAA41381 for ; Wed, 12 Jul 2000 23:33:57 +0600 (ESS) (envelope-from ilia@cgu.chel.su) X-Authentication-Warning: jane.cgu.chel.su: ilia owned process doing -bs Date: Wed, 12 Jul 2000 23:33:55 +0600 (ESS) From: Ilia Chipitsine To: questions@FreeBSD.ORG Subject: something odd during 4.0-R => 4.0-STABLE upgrade Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Dear Sirs, I CVSuped the source, but I cannot now compile kernel, It stops on 'make depend' with ... ===> aha @ -> /usr/src/sys machine -> /usr/src/sys/i386/include make: don't know how to make opt_cam.h. Stop *** Error code 2 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/src/sys/compile/JANE4. any idea ? Regards, (îÁÉÌÕÞÛÉÅ ÐÏÖÅÌÁÎÉÑ) Ilia Chipitsine (éÌØÑ ûÉÐÉÃÉÎ) -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQB1AwUBOWysBeRxlWKN2EXhAQGYXwL7Bx5lqCZU6nOq4lMoYxn5LPefWb9K5qpA QK+bq0dXB4ggYiK/uHv6nqoezOBWJkX64lDt8wvGf2EH8+6FBQlFu5aJ0+p7jTQk 8kQyRg5dMn5C5rJCMQ3lRkVa+I1wKAlZ =7QnW -----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 Jul 12 10:49:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from luna.osd.bsdi.com (luna.geekhouse.net [64.81.6.50]) by hub.freebsd.org (Postfix) with ESMTP id CCC5A37BF1B for ; Wed, 12 Jul 2000 10:49:08 -0700 (PDT) (envelope-from jim@luna.osd.bsdi.com) Received: by luna.osd.bsdi.com (Postfix, from userid 1000) id 3BAF13134; Wed, 12 Jul 2000 10:49:06 -0700 (PDT) Date: Wed, 12 Jul 2000 10:49:06 -0700 From: Jim Mock To: Nader Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD 4.1 Message-ID: <20000712104905.A11901@luna.osd.bsdi.com> Reply-To: jim@luna.osd.bsdi.com References: <396C3009.7CB2AAE0@grove.iup.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.5i In-Reply-To: <396C3009.7CB2AAE0@grove.iup.edu>; from bvjg@grove.iup.edu on Wed, Jul 12, 2000 at 04:44:58AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 12 Jul 2000 at 04:44:58 -0400, Nader wrote: > Hi there, > Any idea when FreeBSD 4.1 will be out? Around the 25th. - jim -- /* jim mock - berkeley software design, inc - open source division */ /* documentation manager - jim@FreeBSD.org - jim@luna.osd.bsdi.com */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 10:50:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id DE10837BD69; Wed, 12 Jul 2000 10:50:51 -0700 (PDT) (envelope-from oberman@ptavv.es.net) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.10.1/8.10.1) with ESMTP id e6CHoRn01417; Wed, 12 Jul 2000 10:50:27 -0700 (PDT) Message-Id: <200007121750.e6CHoRn01417@ptavv.es.net> To: James Wyatt Cc: Luigi Rizzo , Joao Pagaime , freebsd-questions@FreeBSD.ORG, freebsd-isp@FreeBSD.ORG Subject: Re: Enable SACK In-reply-to: Your message of "Wed, 12 Jul 2000 12:01:11 CDT." Date: Wed, 12 Jul 2000 10:50:27 -0700 From: "Kevin Oberman" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Date: Wed, 12 Jul 2000 12:01:11 -0500 (CDT) > From: James Wyatt > Sender: owner-freebsd-questions@FreeBSD.ORG > > Ok, I'll bite. It won't be the first time I'va asked a question and > learned something from this group of folks... Feel free to answer in > private email or post to the list(s). > > What is SACK and what is good/bad about it? I don't intend to start a > flame war, but really would like to know. I think I can go read RFC1323 > and get the gist of it this afternoon... TIA - Jy@ SACK is a TCP enhancement to prevent a common problems of connections oscillating in speed between line rate and near zero when several packets are lost in a single transmission window. It is NOT part of RFC1323 which covers a number of other enhancements in TCP to enhance performance over very high speed links. It is covered in RFC2018, "TCP Selective Acknowledgment Options", and is a standards track RFC. I'm quite surprised to hear that FreeBSD does not support it as this is a serious problem on large latency links at OC-3 and above. It's a really big issue at higher speeds. When we did "fat pipe" testing over an OC-12 from Berkeley, CA to Chicago, IL, we had to enable SACK along with the 1323 stuff on the Suns that were used in the test to get over 300 Mbps on a single TCP stream. I hate to think that Sun does TCP better than FreeBSD. (Compaq, IBM, and Sun all do SACK.) R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 10:52:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from luna.osd.bsdi.com (luna.geekhouse.net [64.81.6.50]) by hub.freebsd.org (Postfix) with ESMTP id 014BE37C08A for ; Wed, 12 Jul 2000 10:52:19 -0700 (PDT) (envelope-from jim@luna.osd.bsdi.com) Received: by luna.osd.bsdi.com (Postfix, from userid 1000) id D83553134; Wed, 12 Jul 2000 10:52:17 -0700 (PDT) Date: Wed, 12 Jul 2000 10:52:17 -0700 From: Jim Mock To: Daniel Cuthbert Cc: freebsd-questions@FreeBSD.ORG Subject: Re: installing software Message-ID: <20000712105217.B11901@luna.osd.bsdi.com> Reply-To: jim@luna.osd.bsdi.com References: <20000712092726.V25603@shell.wetworks.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.5i In-Reply-To: ; from daniel.cuthbert@uk.psi.com on Wed, Jul 12, 2000 at 02:36:01PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 12 Jul 2000 at 14:36:01 +0100, Daniel Cuthbert wrote: > Hi all > > im a bit confused when it comes to installing packages in FreeBSD > on the ports homepage, if you download say the vmware package, it > comes down as a tar file now where do i untar this to? You don't. You use pkg_add(1). > also what was the ports collection i installed on installation? Take a look in your /usr/ports directory. > does that contact the package aswell No. - jim -- /* jim mock - berkeley software design, inc - open source division */ /* documentation manager - jim@FreeBSD.org - jim@luna.osd.bsdi.com */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 10:53:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.nwlink.com (smtp.nwlink.com [209.20.130.57]) by hub.freebsd.org (Postfix) with ESMTP id D04F537B7E2 for ; Wed, 12 Jul 2000 10:53:31 -0700 (PDT) (envelope-from jcwells@nwlink.com) Received: from utah (jcwells@utah.nwlink.com [209.20.130.41]) by smtp.nwlink.com (8.9.3/8.9.3) with SMTP id KAA03622; Wed, 12 Jul 2000 10:53:16 -0700 (PDT) Date: Wed, 12 Jul 2000 11:05:05 -0700 (PDT) From: "Jason C. Wells" X-Sender: jcwells@utah To: Q Tuyen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: SENDMAIL PROBLEMS In-Reply-To: <002801bfeb70$c2047600$cb3b35d1@bconnected.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, 11 Jul 2000, Q Tuyen wrote: > This is really trouble me. I know that my SMTP is not running. But i have > this msg on root just now. I looked at /var/logs/message and dont' see > nothing. can someone explain this to me > Jul 11 12:36:48 mail sendmal: arplookup 209.53.56.25set=check_mail, > arg1= sendmal? If this is a typo, (the i is missing) then I would say that you do have sendmail running on your system. Run 'ps -ax | grep sendmail' to see if sendmail is running. Later, Jason C. Wells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 11:10:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.nwlink.com (smtp.nwlink.com [209.20.130.57]) by hub.freebsd.org (Postfix) with ESMTP id 6EBEC37C11A for ; Wed, 12 Jul 2000 11:10:20 -0700 (PDT) (envelope-from jcwells@nwlink.com) Received: from utah (jcwells@utah.nwlink.com [209.20.130.41]) by smtp.nwlink.com (8.9.3/8.9.3) with SMTP id LAA09310; Wed, 12 Jul 2000 11:10:16 -0700 (PDT) Date: Wed, 12 Jul 2000 11:22:05 -0700 (PDT) From: "Jason C. Wells" X-Sender: jcwells@utah To: "David J. Kanter" Cc: Kuzak , freebsd-questions@FreeBSD.ORG Subject: Re: PCI pnp Modem In-Reply-To: <20000711225752.A615@localhost.localdomain> Message-ID: 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, 11 Jul 2000, David J. Kanter wrote: > Mine works, and this is what I did: device pnp device pci. That might be > enough. What version of FreeBSD are you running? I was under the understanding that PCI modems are not yet supported except via -current or a special patch to stable. Thank you, Jason C. Wells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 11:18:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pemaquid.safeport.com (pemaquid.safeport.com [204.156.12.58]) by hub.freebsd.org (Postfix) with ESMTP id 8637E37B7E2 for ; Wed, 12 Jul 2000 11:18:14 -0700 (PDT) (envelope-from doug@safeport.com) Received: from localhost (doug@localhost) by pemaquid.safeport.com (8.9.3/8.9.3) with ESMTP id OAA05105 for ; Wed, 12 Jul 2000 14:18:12 -0400 (EDT) (envelope-from doug@safeport.com) From: doug@safeport.com X-Authentication-Warning: pemaquid.safeport.com: doug owned process doing -bs Date: Wed, 12 Jul 2000 14:18:12 -0400 (EDT) To: freebsd-questions@FreeBSD.ORG Subject: Re: Anyone resolved "Missing operating system" In-Reply-To: <20000712125711.M30262@wantadilla.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 Kinda cool - this came with no FROM from wantadilla.lemis.com The answer is two of them: Dell Latitude LM P133 circa 1997 and an LM M166MMX of the same year. Note that the ONLY path that gave me any trouble at all is using a FreeBSD parition only; the option that any sane person would be talked out of by the warnings :) On -1 xxx -1, it was written: > On Tuesday, 11 July 2000 at 22:30:30 -0400, Doug Denault wrote: > > On Tue, 11 Jul 2000, Anders Chr. Skoe wrote: > > > >> Howdy, folks! > >> > >> unfortunately, this email follows a pretty good history of posts > regarding > >> the "Missing operating system" error. we install 3.2 with no problems [cut] > > > > I encountered the same characteristics installing 3.3 and 4.0 on two > > different Dell Latitude notebooks trying the FreeBSD only setup. It > > appeared that the install went fine, lots of "writing this" messages. The > > system just would not boot. It seemed that no boot record was installed. > > In this path if you run sysinstall the "w" option does not appear on the > > menu where you set the disk parms and each time when I boot from the > > floppies there was partition was not marked bootable. > > > > In consulting with a FreeBSD "veteran", we reached the conclusion this > > option just did not work (at least on this system). > > > > In my case disk geometry was not an issue, as long as I used an DOS > > partition table. > > Which model was this? I've never had trouble installing on Latitudes. > > Greg _____ Douglas Denault doug@safeport.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 11:18:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by hub.freebsd.org (Postfix) with ESMTP id 1EC8437B93F for ; Wed, 12 Jul 2000 11:18:48 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from parish.my.domain ([62.253.88.137]) by mta01-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000712181844.KYLX26680.mta01-svc.ntlworld.com@parish.my.domain> for ; Wed, 12 Jul 2000 19:18:44 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id TAA10992 for questions@freebsd.org; Wed, 12 Jul 2000 19:18:47 +0100 (BST) (envelope-from mark) Date: Wed, 12 Jul 2000 19:18:46 +0100 From: Mark Ovens To: questions@freebsd.org Subject: Problem cvsup'ing gnats Message-ID: <20000712191846.K237@parish> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Following the instructions in the committers guide on how to cvsup the gnats database I added gnats release=current prefix=/usr to my sup file and gnats/[a-ce-z]* to my refuse file (I only want the docs category). Running cvsup gives: parish# cd /usr/sup parish# cvsup -g -L2 gnats-supfile Parsing supfile "gnats-supfile" Connecting to cvsup.uk.FreeBSD.org Connected to cvsup.uk.FreeBSD.org Server software version: REL_16_1 Negotiating file attribute support Exchanging collection information Establishing multiplexed-mode data connection Running Updating collection gnats/current Shutting down connection to server Finished successfully parish# Nothing is downloaded. /usr/sup/gnats/checkouts.current:RELENG_4 contains: F 5 963425557 What is wrong? -- If I buy a copy of WinDelete, and it doesn't delete Windows, am I entitled to my money back? ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:marko@freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 12:43: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from blount.mail.mindspring.net (blount.mail.mindspring.net [207.69.200.226]) by hub.freebsd.org (Postfix) with ESMTP id C71D137B9A0 for ; Wed, 12 Jul 2000 12:42:57 -0700 (PDT) (envelope-from computerdeity@geocities.com) Received: from castor (pool-209-138-50-121.tmpa.grid.net [209.138.50.121]) by blount.mail.mindspring.net (8.9.3/8.8.5) with SMTP id PAA30691 for ; Wed, 12 Jul 2000 15:42:51 -0400 (EDT) Message-ID: <002301bfec39$67586300$0200a8c0@castor> From: "Gemini Domino" To: Subject: Boot loader CLEARING active parition flags??!?! Date: Wed, 12 Jul 2000 15:43:06 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0020_01BFEC17.DF8E2160" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0020_01BFEC17.DF8E2160 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable For some reason, every time I boot into FreeBSD (dual booting with = windows98), the next time I reboot, I get "Not found any [active = partition] on hard drive". I have to boot with a dos diskette and run = fdisk to manually reset the active partition. Any one know WHAT the heck = is doing this and how to fix it?=20 Thanks ********* "To live alone one must be a beast or a god, says Aristotle. Leaving out = the third case: one must be both -- a philosopher" "The better the state is established, the fainter is humanity. To make = the individual uncomfortable, that is my task."=20 "A great value of antiquity lies in the fact that its writings are the = only ones that modern men still read with exactness."=20 "The bite of conscience, like the bite of a dog into a stone, is a = stupidity."=20 Friedrich Wilhelm Nietzsche ------=_NextPart_000_0020_01BFEC17.DF8E2160 Content-Type: text/html; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable
For some reason, every time I boot into FreeBSD = (dual booting=20 with windows98), the next time I reboot, I get "Not found any [active = partition]=20 on hard drive". I have to boot with a dos diskette and run fdisk to = manually=20 reset the active partition. Any one know WHAT the heck is doing this and = how to=20 fix it?
 
Thanks
 
*********
 
"To live alone one must be a beast or a god, says = Aristotle.=20 Leaving out the third case: one must be both -- a = philosopher"
 
"The better the state is established, the fainter is = humanity.=20 To make the individual uncomfortable, that is my task."
 
"A great value of antiquity lies in the fact that = its writings=20 are the only ones that modern men still read with exactness." =
 
"The bite of conscience, like the bite of a dog into = a stone,=20 is a stupidity."
 
Friedrich Wilhelm = Nietzsche
------=_NextPart_000_0020_01BFEC17.DF8E2160-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 12:50:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.sdca.home.com (ha1.rdc1.sdca.home.com [24.0.3.66]) by hub.freebsd.org (Postfix) with ESMTP id A184937B701 for ; Wed, 12 Jul 2000 12:50:25 -0700 (PDT) (envelope-from RaymundoVega@home.com) Received: from home.com ([24.5.252.61]) by mail.rdc1.sdca.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20000712195024.LHQO11127.mail.rdc1.sdca.home.com@home.com>; Wed, 12 Jul 2000 12:50:24 -0700 Message-ID: <396CCC00.1320965@home.com> Date: Wed, 12 Jul 2000 12:50:24 -0700 From: "Raymundo M. Vega" X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Stephen Hovey Cc: Theo Bell , Alejandro Ramirez , freebsd-questions@FreeBSD.ORG Subject: Re: IP Address Convertion Formula??? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Stephen Hovey wrote: > > Oh I think easy is always proper! :) > unless you *really* want to know how it is done ;-) raymundo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 12:54:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.hcvlny.cv.net (mx1.hcvlny.cv.net [167.206.112.76]) by hub.freebsd.org (Postfix) with ESMTP id 06D2537B701 for ; Wed, 12 Jul 2000 12:54:37 -0700 (PDT) (envelope-from steinyv@skyweb.net) Received: from s1.optonline.net (s1.optonline.net [167.206.112.6]) by mx1.hcvlny.cv.net (8.9.3/8.9.3) with ESMTP id PAA28331 for ; Wed, 12 Jul 2000 15:54:35 -0400 (EDT) Received: from downstairs (d133-103.jcsnnj.optonline.net [24.189.133.103]) by s1.optonline.net (8.9.1/8.9.3) with ESMTP id PAA08482 for ; Wed, 12 Jul 2000 15:54:33 -0400 (EDT) Message-Id: <4.2.0.58.20000712152053.009c27a0@> X-Sender: steinyv@pluto.skyweb.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Wed, 12 Jul 2000 15:26:45 -0400 To: freebsd-questions@freebsd.org From: steinyv Subject: Re: boot glitch In-Reply-To: <4.2.0.58.20000712112207.009fd740@> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok I did some homework (I should have done this first) and some testing. I came across some complaints of the card doing the same thing Im experiencing, but I havent come across any solutions. I tried the cards in another machine that is a PPro 200 and both cards work, so I dont know if its a incompatiblity thing with hardware or its a FBSD thing. Come on someone got to know something...... Talk to me, I beg of you ;) At 11:23 AM 7/12/00 , you wrote: >Hey all, I purchased a symbios 8751sp scsi card to go with a Micronics >M55Hi rev B motherboard with a P200 & 64M and 2M s3 video. Every time I >try to boot (I had a previous install on disk) or when I try to install >via floppy or cd, when the time came for scsi devices to settle, the >screen keeps scrolling an error to the point where whatever it is being >displayed, cant be read. From what I can decipher, >SCSI BUS RESET DETECTED >PCI STATUS : 0X8100 >(0/5) @ (SCRIPT 48:F33100004) >SYM0 REGDUMP : CA 00 00 05 47 00 00 0E 00 08 00 00 08 00 08 02 00 70 E3 03 > >I have 2 of these cards and both get this error on this board, I used to >have an Adaptec 2940uw that worked with the board, and from the dmesg >output there were no problems. Ill try some other stuff in the meantime, >what do you think?? >Thanks > >PS Sorry for the cross post, I didnt seem to be getting any suggestions >from questions so Ill post to a more appropriate group.......... > >_________________________________________ >Steiny's Studio >Pachyderm Productions >http://steiny.hypermart.net > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-hardware" in the body of the message _________________________________________ Steiny's Studio Pachyderm Productions http://steiny.hypermart.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 12:57:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.aracnet.com (mail2.aracnet.com [216.99.193.35]) by hub.freebsd.org (Postfix) with ESMTP id B988E37BDA6 for ; Wed, 12 Jul 2000 12:57:33 -0700 (PDT) (envelope-from hamellr@aracnet.com) Received: from shell1.aracnet.com (shell1.aracnet.com [216.99.193.21]) by mail2.aracnet.com (8.9.3/8.9.3) with ESMTP id MAA16288; Wed, 12 Jul 2000 12:57:37 -0700 Received: by shell1.aracnet.com (8.9.3) id MAA18552; Wed, 12 Jul 2000 12:57:32 -0700 Date: Wed, 12 Jul 2000 12:57:32 -0700 (PDT) From: Rick Hamell To: Gemini Domino Cc: questions@FreeBSD.ORG Subject: Re: Boot loader CLEARING active parition flags??!?! In-Reply-To: <002301bfec39$67586300$0200a8c0@castor> Message-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 wrap characters at 72 ) > For some reason, every time I boot into FreeBSD (dual booting with > windows98), the next time I reboot, I get "Not found any [active > partition] on hard drive". I have to boot with a dos diskette and run > fdisk to manually reset the active partition. Any one know WHAT the > heck is doing this and how to fix it? Try a dos boot disk run fdisk /mbr. You'll have to reinstall FreeBSD's boot loader afterwards though. You MBR is probally corrupted. Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 13: 6:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from posgate.acis.com.au (posgate.acis.com.au [203.14.230.14]) by hub.freebsd.org (Postfix) with ESMTP id B711E37BFAF for ; Wed, 12 Jul 2000 13:06:41 -0700 (PDT) (envelope-from andymac@bullseye.apana.org.au) Received: from bullseye.apana.org.au (uucp@localhost) by posgate.acis.com.au (8.9.3/8.9.3) with UUCP id GAA00517; Thu, 13 Jul 2000 06:06:20 +1000 Received: from bullseye.apana.org.au (central.apana.org.au [203.9.107.245]) by bullseye.apana.org.au (8.8.8/8.8.8) with SMTP id WAA19521; Wed, 12 Jul 2000 22:52:48 +1000 (EST) (envelope-from andymac@bullseye.apana.org.au) Date: Wed, 12 Jul 2000 22:44:56 +1000 (EST) From: Andrew MacIntyre To: Artem Koutchine Cc: questions@FreeBSD.ORG Subject: Re: semget() fails in perl module SahreLite In-Reply-To: <000701bfeb59$0a71a560$0c00a8c0@ipform.ru> Message-ID: X-X-Sender: andymac@bullseye.apana.org.au MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 11 Jul 2000, Artem Koutchine wrote: > At the subject says the semget fails in sharelite with a message > "no space left on device". I do not understand why it cannot > get a semaphone (if i just knew what are those). As i get it, > there are just not enough semaphores. Where do i increase their > number? > > FreeBSD 4.0-stable CVSed weekly. Inclusion of the SysV IPC modules (shared memory, semaphores & message queues) in the kernel is controlled by the kernel config file. As you're CVSup'ing, you'll have the necessary kernel source for a rebuild. IIRC the LINT config file has some docs on the twiddlable knobs for these. ISTR at least shared memory and semaphores being included in the GENERIC kernel config (for XFree86?) but the default allocations may not be sufficient for you. HTH -- Andrew I MacIntyre "These thoughts are mine alone..." E-mail: andrew.macintyre@aba.gov.au (work) | Snail: PO Box 370 andymac@bullseye.apana.org.au (play) | Belconnen ACT 2616 andymac@pcug.org.au (play2) | Australia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 13:14:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from osiris.ipform.ru (osiris.ipform.ru [212.158.165.98]) by hub.freebsd.org (Postfix) with ESMTP id 5ECFB37B773 for ; Wed, 12 Jul 2000 13:14:46 -0700 (PDT) (envelope-from matrix@ipform.ru) Received: from wp2 (wp2 [192.168.0.12]) by osiris.ipform.ru (8.9.3/8.9.3) with SMTP id AAA88848; Thu, 13 Jul 2000 00:14:39 +0400 (MSD) (envelope-from matrix@ipform.ru) Message-ID: <002101bfec3d$552c73c0$0c00a8c0@ipform.ru> From: "Artem Koutchine" To: "Andrew MacIntyre" Cc: References: Subject: Re: semget() fails in perl module SahreLite Date: Thu, 13 Jul 2000 00:11:05 +0400 Organization: IP Form MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hmm. the problem is that LINT does NOT contain any info on how to increase the number of semaphores. I searched it. no luck ----- Original Message ----- From: Andrew MacIntyre To: Artem Koutchine Cc: Sent: Wednesday, July 12, 2000 4:44 PM Subject: Re: semget() fails in perl module SahreLite > On Tue, 11 Jul 2000, Artem Koutchine wrote: > > > At the subject says the semget fails in sharelite with a message > > "no space left on device". I do not understand why it cannot > > get a semaphone (if i just knew what are those). As i get it, > > there are just not enough semaphores. Where do i increase their > > number? > > > > FreeBSD 4.0-stable CVSed weekly. > > Inclusion of the SysV IPC modules (shared memory, semaphores & message > queues) in the kernel is controlled by the kernel config file. As you're > CVSup'ing, you'll have the necessary kernel source for a rebuild. IIRC > the LINT config file has some docs on the twiddlable knobs for these. > ISTR at least shared memory and semaphores being included in the GENERIC > kernel config (for XFree86?) but the default allocations may not be > sufficient for you. > > HTH > > -- > Andrew I MacIntyre "These thoughts are mine alone..." > E-mail: andrew.macintyre@aba.gov.au (work) | Snail: PO Box 370 > andymac@bullseye.apana.org.au (play) | Belconnen ACT 2616 > andymac@pcug.org.au (play2) | Australia > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 13:16:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id 4E2E537B773 for ; Wed, 12 Jul 2000 13:16:47 -0700 (PDT) (envelope-from pirol9999@gmx.net) Received: (qmail 7839 invoked by uid 0); 12 Jul 2000 20:16:45 -0000 Received: from pc19f5fd7.dip0.t-ipconnect.de (HELO gmx.net) (193.159.95.215) by mail.gmx.net with SMTP; 12 Jul 2000 20:16:45 -0000 Date: Wed, 12 Jul 2000 22:18:31 +0200 From: Jens Sauer Reply-To: Jens Sauer To: freebsd-questions@FreeBSD.ORG Subject: How to disable Kernel-Modules-Support? X-Mailer: Jens Sauer's registered AK-Mail 3.1 publicbeta2a [ger] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000712201647.4E2E537B773@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, anyone can tell, how I can disable the support for Loadable Kernel Modules when compiling a new kernel. I tried kernel-option "option NO_LKM", but kldstat shows 3 loaded modules anyway. And I reviewed LINT many times, but still haven't found anything. I'm using FreeBSD Stable of 07/2000, and think in my official Walnut Creek Distribution 4.0 it was disabled by default. Thanks in advance Jens To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 13:32:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtpproxy1.mitre.org (mbunix.mitre.org [129.83.20.100]) by hub.freebsd.org (Postfix) with ESMTP id 09F8537BC92 for ; Wed, 12 Jul 2000 13:32:16 -0700 (PDT) (envelope-from jandrese@mitre.org) Received: from avsrv1.mitre.org (avsrv1.mitre.org [129.83.20.58]) by smtpproxy1.mitre.org (8.9.3/8.9.3) with ESMTP id QAA27934 for ; Wed, 12 Jul 2000 16:32:13 -0400 (EDT) Received: from mailsrv2.mitre.org (mailsrv2.mitre.org [129.83.221.17]) by smtpsrv1.mitre.org (8.9.3/8.9.3) with ESMTP id QAA24776 for ; Wed, 12 Jul 2000 16:30:26 -0400 (EDT) Received: from mitre.org ([128.29.145.140]) by mailsrv2.mitre.org (Netscape Messaging Server 4.1) with ESMTP id FXLQDN00.JG6 for ; Wed, 12 Jul 2000 16:32:11 -0400 Message-ID: <396CD687.94FE283B@mitre.org> Date: Wed, 12 Jul 2000 16:35:19 -0400 From: "Andresen,Jason R." Organization: The MITRE Corporation X-Mailer: Mozilla 4.73 [en]C-20000509M (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "questions@FreeBSD.ORG" Subject: More info on routed crashing Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is an addon to my previous message about routed core dumping on a 4.0-RELEASE machine. I've compiled a debug version of routed. GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"... Core was generated by `routed'. Program terminated with signal 11, Segmentation fault. #0 0x8050847 in rn_walktree (h=0x808d080, f=0x8053f54 , w=0x0) at radix.c:827 827 rn = rn->rn_l; (gdb) bt #0 0x8050847 in rn_walktree (h=0x808d080, f=0x8053f54 , w=0x0) at radix.c:827 #1 0x80541bf in age (bad_gate=0) at table.c:2123 #2 0x804c209 in main (argc=0, argv=0xbfbffa60) at main.c:485 #3 0x80480f9 in _start () (gdb) list 822 * while applying the function f to it, so we need to calculate 823 * the successor node in advance. 824 */ 825 /* First time through node, go left */ 826 while (rn->rn_b >= 0) 827 rn = rn->rn_l; 828 for (;;) { 829 base = rn; 830 /* If at right child go back up, otherwise, go right */ 831 while (rn->rn_p->rn_r == rn && (rn->rn_flags & RNF_ROOT) == 0) (gdb) print rn $1 = (struct radix_node *) 0x0 Well, I think I've found why it's crashing, but does anybody know what might cause this to happen? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 13:41:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from camus.cybercable.fr (camus.cybercable.fr [212.198.0.200]) by hub.freebsd.org (Postfix) with SMTP id 210B337C0C0 for ; Wed, 12 Jul 2000 13:41:47 -0700 (PDT) (envelope-from obsidian@cybercable.fr) Received: (qmail 13472515 invoked from network); 12 Jul 2000 20:41:45 -0000 Received: from r223m148.cybercable.tm.fr (HELO cybercable.fr) ([195.132.223.148]) (envelope-sender ) by camus.cybercable.fr (qmail-ldap-1.03) with SMTP for ; 12 Jul 2000 20:41:45 -0000 Message-ID: <396CD8A5.D91C53F@cybercable.fr> Date: Wed, 12 Jul 2000 22:44:21 +0200 From: Saad KADHI Organization: SOFTWAY X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.16 i686) X-Accept-Language: en MIME-Version: 1.0 To: Kartic Krishnamurthy Cc: FreeBSD Q , FreeBSD Secu Subject: Re: OpenSSH 2.1.1 Port broken? References: <004e01bfeb4d$6112e2a0$0445a8c0@private.solutionsforyou.com> <396B7457.36ACEE6D@cybercable.fr> <000901bfeb78$23e3d580$0445a8c0@private.solutionsforyou.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Kartic, > Yes, I tried --with-ssl-dir (Openssh-1.2.2 found my distribution without this problem but not so with Openssh 2.1.1). And I _did_ > read the install notes at openssh.com, which is very much contrary to your assumption that I did not! You are completely right. I've tried it myself today and I didn't succeed (shame on me :-) sorry for the RTFM but NOM). I really tried virtually everything: installing the original Openssl stuff, installing the ports, giving to $ssldir all possible paths in the original openssh code ... > Anyway, any ideas why the FreeBSD port is not "make"ing? It seems to be a common problem with the port as per the archives, there > are no conclusive solutions. What I think happens is that : 1-in the openssh port, the patches don't patch a single thing. Try again (after removing the work/.*_done files) and you'll notice that after the extract message, it tries to apply the patches and then spat at you that it cannot find sth to patch anywhere 2-due to 1, it is like if you are trying to build the original openssh source code since it didn't get patched. I get the same messages from the original openssh source code (after some hack to make it believe that openssl has been found on the sys). Someone suggested on previous postings to get the ports/Mk files (current) but it didn't make it better. I also updated ALL the ports dir to current (including Openssl, OpenSSH ..) but I got the same darned weirdo messages. So : 1-rather the port will be fixed by the maintainer or one of the tribe 2-or we'll stick with 1.2.2 for a moment. Regards. > Thanks > --Kartic > > > Please get a look at the documentation before posting a question. If you looked @ www.openssh.com, they have installation > instructions > > for the portable OpenSSH (which is the one who will run on non-OpenBSD boxes) here: > > http://www.openssh.com/install.html -- Saad KADHI -- Security Consultant --------------------------------- "Given enough eyeballs, all bugs are shallow" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 13:45: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from racine.cybercable.fr (racine.cybercable.fr [212.198.0.201]) by hub.freebsd.org (Postfix) with SMTP id 672A937C226 for ; Wed, 12 Jul 2000 13:44:59 -0700 (PDT) (envelope-from obsidian@cybercable.fr) Received: (qmail 10498359 invoked from network); 12 Jul 2000 20:44:54 -0000 Received: from r223m148.cybercable.tm.fr (HELO cybercable.fr) ([195.132.223.148]) (envelope-sender ) by racine.cybercable.fr (qmail-ldap-1.03) with SMTP for ; 12 Jul 2000 20:44:54 -0000 Message-ID: <396CD962.CF9DD7AB@cybercable.fr> Date: Wed, 12 Jul 2000 22:47:30 +0200 From: Saad KADHI Organization: SOFTWAY X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.16 i686) X-Accept-Language: en MIME-Version: 1.0 To: Lawrence Sica Cc: freebsd-questions@FreeBSD.ORG Subject: Re: OpenSSH 2.1.1 Port broken? References: 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, > > Hi List, > > > > Is the latest Openssh port broken? I downloaded the tar from the ports > > collection and when making, it gave a ton of parse errors in > > authfd.c/authfd.h etc. Additionally I have already installed rsaref > > 2.0 and openssl-0.9.5a. > don't know, are you in the US? Do you have USA_RESIDENT=YES is so in > /etc/make.conf I've encountered the same pbs as Kartic. And I ain't a US resident (USA_RESIDENT=NO). I definitely think that the port is somehow broken (see my previous posting for details). > > > > I also tried downloading the source from the Openssh website; but this guy would not even configure (says it cant find a working > > OpenSSL installation!). > > > > Details: > > FreeBSD 3.3R with PAO3.0 I have FreeBSD 4.0R here and also tried to build with the current ports but I didn't succeed Regards -- Saad KADHI -- Security Consultant --------------------------------- "Given enough eyeballs, all bugs are shallow" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 13:51:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from flux.tribble.net (flux.tribble.net [198.49.247.41]) by hub.freebsd.org (Postfix) with ESMTP id F116D37BFE9 for ; Wed, 12 Jul 2000 13:51:47 -0700 (PDT) (envelope-from gder@tribble.net) Received: from localhost (gder@localhost [127.0.0.1]) by flux.tribble.net (8.9.3/8.9.3) with ESMTP id OAA12407 for ; Wed, 12 Jul 2000 14:51:46 -0600 (MDT) Date: Wed, 12 Jul 2000 14:51:46 -0600 (MDT) From: G-der To: freebsd-questions@freebsd.org Subject: cvsup: src-sys ports-all breaks ports Message-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 installed 3.4-RELEASE on a P90 w/ a 800MB HDD at hoem to act as a gateway. After I got natd set up and working I went about updating some of my source and getting an updated ports collection. I did a rm -rf /usr/src to clean things up a bit as all I really needed was /usr/src/sys. My cvsupfile was set to get src-sys and ports-all. I recompiled the kernel (so now I'm running 3.5-STABLE) and went to install some ports. On each one I got an error message saying that the system version was incorrect for the port. I was hoping to get this fixed as I'm trying to install SSH and it's dependent package rsaref (it's in security/rsaref) is unavailable. I was hoping that there may be an update ot the port that fixed this. Anyway, is there some way I need to specify in my cvsupfile that I need the ports distributions for 3.5-STABLE? Thank you Gene Dinkey (please respond to list and myself, 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 Jul 12 14: 2:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from theory1.physics.iisc.ernet.in (theory1.physics.iisc.ernet.in [144.16.71.20]) by hub.freebsd.org (Postfix) with SMTP id B550F37B670 for ; Wed, 12 Jul 2000 14:02:23 -0700 (PDT) (envelope-from rsidd@physics.iisc.ernet.in) Received: (qmail 5636 invoked from network); 12 Jul 2000 21:02:15 -0000 Received: from unknown (HELO theory3.physics.iisc.ernet.in) (qmailr@144.16.71.158) by theory1.physics.iisc.ernet.in with SMTP; 12 Jul 2000 21:02:15 -0000 Received: (qmail 2104 invoked by uid 211); 12 Jul 2000 21:02:14 -0000 Date: Thu, 13 Jul 2000 02:32:14 +0530 From: Rahul Siddharthan To: G-der Cc: freebsd-questions@FreeBSD.ORG Subject: Re: cvsup: src-sys ports-all breaks ports Message-ID: <20000713023214.B2015@physics.iisc.ernet.in> Mail-Followup-To: G-der , freebsd-questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from gder@tribble.net on Wed, Jul 12, 2000 at 02:51:46PM -0600 X-Operating-System: Linux 2.4.0-test3 i686 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I installed 3.4-RELEASE on a P90 w/ a 800MB HDD at hoem to act as a > gateway. After I got natd set up and working I went about updating some > of my source and getting an updated ports collection. > > I did a rm -rf /usr/src to clean things up a bit as all I really needed > was /usr/src/sys. > > My cvsupfile was set to get src-sys and ports-all. I recompiled the > kernel (so now I'm running 3.5-STABLE) and went to install some ports. On > each one I got an error message saying that the system version was > incorrect for the port. I was hoping to get this fixed as I'm trying to > install SSH and it's dependent package rsaref (it's in security/rsaref) is > unavailable. I was hoping that there may be an update ot the port that > fixed this. You can upgrade your ports tree with cvsup, you'll find an example supfile in /usr/share/examples/cvsup. Rahul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 14:14:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from red.asis.com (red.asis.com [207.20.154.12]) by hub.freebsd.org (Postfix) with ESMTP id 091C937BC07 for ; Wed, 12 Jul 2000 14:14:17 -0700 (PDT) (envelope-from jrp@asis.com) Received: from makani (54138675309.006.popsite.net [216.126.137.246]) by red.asis.com (8.9.3/8.9.3) with ESMTP id OAA08345 for ; Wed, 12 Jul 2000 14:17:54 -0700 (PDT) (envelope-from jrp@asis.com) Message-Id: <4.2.2.20000712140857.00bb3cd0@mail.asis.com> X-Sender: jrp@mail.asis.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.2 Date: Wed, 12 Jul 2000 14:13:28 -0700 To: freebsd-questions@FreeBSD.ORG From: "J. Ryan Peters" Subject: HP LJ2100 printing problems Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a HP Laser Jet 2100, connected to a FreeBSD 4.0 Release box. Can someone send me (to my address not the list) a working /etc/printcap entry. All I seem to be able to do it make my printer spool blank paper. I've read the man pages, and I haven't been able to decipher a thing that can help me. I've tried filters of: :if=/usr/local/libexec/hpif: and :if=/usr/local/bin/unix2dos: and :if=/usr/share/examples/printing/hpif: Does anyone have any ideas? Thanks. jrp@asis.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 14:22: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from elvis.mu.org (elvis.mu.org [207.154.226.10]) by hub.freebsd.org (Postfix) with ESMTP id 5F11137C290; Wed, 12 Jul 2000 14:22:02 -0700 (PDT) (envelope-from paul@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1000) id 6DB4F2B252; Wed, 12 Jul 2000 16:21:51 -0500 (CDT) Date: Wed, 12 Jul 2000 14:21:51 -0700 From: Paul Saab To: Joao Pagaime Cc: Dan Nelson , freebsd-questions@FreeBSD.ORG, freebsd-isp@FreeBSD.ORG Subject: Re: Enable SACK Message-ID: <20000712142151.A68469@elvis.mu.org> References: <20000712092015.A17517@dan.emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from jpsp@rccn.net on Wed, Jul 12, 2000 at 05:31:54PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Joao Pagaime (jpsp@rccn.net) wrote: > Why not? Does anyone happen to know if there's any plans for supporting > it in the future? Yes. There is work going on to support this and patches will probably be available sometime in the near future. We actually have a working implementation and I believe it just needs to be tested more before it is unleashed upon the world. -- Paul Saab Technical Yahoo paul@mu.org - ps@yahoo-inc.com - ps@freebsd.org Do You .. uhh .. Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 14:33:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from flux.tribble.net (flux.tribble.net [198.49.247.41]) by hub.freebsd.org (Postfix) with ESMTP id 6588137C2F7 for ; Wed, 12 Jul 2000 14:33:11 -0700 (PDT) (envelope-from gder@tribble.net) Received: from localhost (gder@localhost [127.0.0.1]) by flux.tribble.net (8.9.3/8.9.3) with ESMTP id PAA12591; Wed, 12 Jul 2000 15:32:55 -0600 (MDT) Date: Wed, 12 Jul 2000 15:32:55 -0600 (MDT) From: G-der To: Rahul Siddharthan Cc: freebsd-questions@FreeBSD.ORG Subject: Re: cvsup: src-sys ports-all breaks ports In-Reply-To: <20000713023214.B2015@physics.iisc.ernet.in> Message-ID: 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, 13 Jul 2000, Rahul Siddharthan wrote: > > > I installed 3.4-RELEASE on a P90 w/ a 800MB HDD at hoem to act as a > > gateway. After I got natd set up and working I went about updating some > > of my source and getting an updated ports collection. > > > > I did a rm -rf /usr/src to clean things up a bit as all I really needed > > was /usr/src/sys. > > > > My cvsupfile was set to get src-sys and ports-all. I recompiled the > > kernel (so now I'm running 3.5-STABLE) and went to install some ports. On > > each one I got an error message saying that the system version was > > incorrect for the port. I was hoping to get this fixed as I'm trying to > > install SSH and it's dependent package rsaref (it's in security/rsaref) is > > unavailable. I was hoping that there may be an update ot the port that > > fixed this. > > You can upgrade your ports tree with cvsup, you'll find an example > supfile in /usr/share/examples/cvsup. > > Rahul. > I am aware of that, what I'm saying is that when I do cvsup with ports-all in the cvsupfile it makes it so I can't compile or install any of the ports. I think whats happening is that I'm getting the ports collection for 4.0 and when I try to make or make install any of the ports it gives me an errror about haveing the wrong version of ports for this system. Is there a way I can specify what version of ports I want for my release version? Gene To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 14:37:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bryden.apana.org.au (bryden.apana.org.au [203.3.126.129]) by hub.freebsd.org (Postfix) with ESMTP id 7D04C37C2B9 for ; Wed, 12 Jul 2000 14:37:20 -0700 (PDT) (envelope-from dougy@bryden.apana.org.au) Received: from ROADRUNNER (roadrunner.apana.org.au [203.3.126.132]) by bryden.apana.org.au (8.9.3/8.9.3) with SMTP id HAA24042 for ; Thu, 13 Jul 2000 07:40:26 +1000 (EST) (envelope-from dougy@bryden.apana.org.au) Message-ID: <006e01bfec49$c02e49d0$847e03cb@ROADRUNNER> From: "Doug Young" To: Subject: Video capture issues Date: Thu, 13 Jul 2000 07:40:04 +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 5.00.2919.5600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.5600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Has anyone managed to get video capture sorted out to the stage where its usable ?? From what I've been able to glean from the mailing list archives its still very much a "hit & miss" affair, but I'm hoping that someone has discovered some of the tricks and just hasn't had time to publish info. Any info on the subject would be appreciated. I'm inclined to lean toward either parallel port or video capture card style setups since I've yet to see anything USB work reliably in any operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 14:42:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hermes.deadbbs.com (hermes.cpetc.com [207.137.157.132]) by hub.freebsd.org (Postfix) with ESMTP id 7772137BC07 for ; Wed, 12 Jul 2000 14:42:48 -0700 (PDT) (envelope-from Kahn@deadbbs.com) Received: from erin-laptop (mongo.sdccd.cc.ca.us [209.129.16.5]) by hermes.deadbbs.com (8.10.2/8.10.2) with SMTP id e6CLhAv18007; Wed, 12 Jul 2000 14:43:10 -0700 (PDT) From: "Erin" To: "'Doug Young'" , Subject: RE: Video capture issues Date: Wed, 12 Jul 2000 14:42:24 -0700 Message-ID: <000201bfec4a$11109e20$5314be0a@erin-laptop.sdccd.cc.ca.us> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 In-Reply-To: <006e01bfec49$c02e49d0$847e03cb@ROADRUNNER> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Has anyone managed to get video capture sorted out to > the stage where its usable ?? From what I've been able to > glean from the mailing list archives its still very much a "hit > & miss" affair, but I'm hoping that someone has discovered > some of the tricks and just hasn't had time to publish info. Are you looking for something like a web cam or something to make mpgs with? > Any info on the subject would be appreciated. I'm inclined > to lean toward either parallel port or video capture card style > setups since I've yet to see anything USB work reliably in > any operating system. Either way, a good start is something in the BT848 based chipset. www.videologic.com has a nice $50.00 capture card. Erin mailto:kahn@deadbbs.com http://www.deadbbs.com http://www.fortenberry.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 14:45:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nbf-27.umd.edu (nbf-27.umd.edu [128.8.38.27]) by hub.freebsd.org (Postfix) with ESMTP id 6C76D37B94C for ; Wed, 12 Jul 2000 14:45:20 -0700 (PDT) (envelope-from bfoz@glue.umd.edu) Received: from glue.umd.edu (localhost [127.0.0.1]) by nbf-27.umd.edu (8.9.3/8.9.3) with ESMTP id RAA29088 for ; Wed, 12 Jul 2000 17:44:26 -0400 (EDT) (envelope-from bfoz@glue.umd.edu) Message-ID: <396CE6BA.AFF07C87@glue.umd.edu> Date: Wed, 12 Jul 2000 17:44:26 -0400 From: Brandon Fosdick X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: Today's -Stable won't build Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I installed a fresh 4.0-R system and then cvsup'd the source. make buildworld fails with the following: ===> usr.sbin/lptcontrol rm -f .depend mkdep -f .depend -a -I/usr/obj/usr/src/i386/usr/include /usr/src/usr.sbin/lptcontrol/lptcontrol.c /usr/src/usr.sbin/lptcontrol/lptcontrol.c:45: dev/ppbus/lptio.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/usr.sbin/lptcontrol. *** Error code 1 Stop in /usr/src/usr.sbin. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. zarautz# Any ideas? -Brandon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 14:49:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from thalia.fm.intel.com (thalia.fm.intel.com [132.233.247.11]) by hub.freebsd.org (Postfix) with ESMTP id B065F37C2CD for ; Wed, 12 Jul 2000 14:49:31 -0700 (PDT) (envelope-from jackw@level1.com) Received: from mailgw.level1.com ([10.13.30.6]) by thalia.fm.intel.com (8.9.1a+p1/8.9.1/d: relay.m4,v 1.30 2000/06/08 18:25:35 dmccart Exp $) with ESMTP id VAA20065 for ; Wed, 12 Jul 2000 21:50:26 GMT Received: from eldorado.scom.level1.com ([10.13.214.1] helo=mailhub.scom.level1.com) by mailgw.level1.com with esmtp (Exim 2.10 #1) id 13CUSU-0007My-00 for freebsd-questions@freebsd.org; Wed, 12 Jul 2000 14:54:22 -0700 Received: from catera ([10.13.214.33]) by mailhub.scom.level1.com with esmtp (Exim 2.12 #1) id 13CUN1-0003NL-00 for freebsd-questions@freebsd.org; Wed, 12 Jul 2000 14:48:43 -0700 Received: from jackw by catera with local (Exim 2.12 #1) id 13CUSS-0005dW-00 for freebsd-questions@freebsd.org; Wed, 12 Jul 2000 14:54:20 -0700 To: freebsd-questions@freebsd.org Subject: unscribe X-Sun-Charset: US-ASCII Message-Id: From: Jack Wang Date: Wed, 12 Jul 2000 14:54:20 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I want to unscribe does anybody know how to unscribe from the mailing list of BSD msg thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 14:51:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www.menzor.dk (menzor.org [195.249.147.160]) by hub.freebsd.org (Postfix) with ESMTP id CF5BE37C2DC for ; Wed, 12 Jul 2000 14:51:23 -0700 (PDT) (envelope-from ml@seeberg.dk) Received: from sos (userhost.mdes.dk [130.228.127.200] (may be forged)) by www.menzor.dk (8.8.8/8.8.8) with SMTP id AAA10262; Thu, 13 Jul 2000 00:14:42 +0200 (CEST) (envelope-from ml@seeberg.dk) Message-ID: <00ab01bfec53$cf738b80$54ff58c1@sos> From: "Morten Seeberg" To: "Gabriel Ambuehl" , "FreeBSD-QUESTIONS" References: <4.3.0.20000711110916.01c6ca88@mail.cpl.net> <373704897.20000711202055@buz.ch> <027901bfeb71$dbe912a0$deff58c1@sos> <866525062.20000711210756@buz.ch> Subject: horde-IMP was: Re: Re[2]: Combining Apache modules in ports Date: Wed, 12 Jul 2000 23:52:03 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > I ended up with doing it all manually, but decided to remove it to try the > > "FreeBSD" way (as one you so beatifully put it :) ), and i worked just fine. > > cd apache13-modssl/ && make install > > cd ../mod_php3 && make install > > THATS JUST TO EASY :=) > What about all the apache.conf hacks? Are they done as well? (If yes, > PHP4 goes into production in a very short time here ;-) I don´t know much about PHP, actually I just tried making HORDE IMP webmail working, which one would think should be easy, but it isn´t. Their install descriptions basicly "suck" :) I needed to install an old version to make it work :( To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 14:51:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from simon.digital-impact.com (simon.responsiblemail.net [216.32.177.21]) by hub.freebsd.org (Postfix) with ESMTP id 23B4D37C319 for ; Wed, 12 Jul 2000 14:51:44 -0700 (PDT) (envelope-from jkelty@digital-impact.com) Received: from james (localhost [127.0.0.1]) by simon.digital-impact.com (8.10.0/8.10.0) with SMTP id e6CLpbX24170; Wed, 12 Jul 2000 14:51:37 -0700 (PDT) From: "James" To: "Jack Wang" , Subject: RE: unscribe Date: Wed, 12 Jul 2000 14:51:24 -0700 Message-ID: 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 IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 In-Reply-To: Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This phrase is at the bottom of the emails..... >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message -James -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Jack Wang Sent: Wednesday, July 12, 2000 2:54 PM To: freebsd-questions@FreeBSD.ORG Subject: unscribe I want to unscribe does anybody know how to unscribe from the mailing list of BSD msg thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 14:52: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hermes.deadbbs.com (hermes.cpetc.com [207.137.157.132]) by hub.freebsd.org (Postfix) with ESMTP id EFA7E37C342 for ; Wed, 12 Jul 2000 14:52:04 -0700 (PDT) (envelope-from Kahn@deadbbs.com) Received: from erin-laptop (mongo.sdccd.cc.ca.us [209.129.16.5]) by hermes.deadbbs.com (8.10.2/8.10.2) with SMTP id e6CLqgv18193; Wed, 12 Jul 2000 14:52:42 -0700 (PDT) From: "Erin" To: "'Jack Wang'" , Subject: RE: unscribe Date: Wed, 12 Jul 2000 14:51:56 -0700 Message-ID: <000301bfec4b$65cd02e0$5314be0a@erin-laptop.sdccd.cc.ca.us> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 In-Reply-To: Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yes. Read the bottom of the emails form the list. Erin > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Jack Wang > Sent: Wednesday, July 12, 2000 2:54 PM > To: freebsd-questions@FreeBSD.ORG > Subject: unscribe > > > I want to unscribe does anybody know how to unscribe from > the mailing list of BSD msg > > thanks > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 14:57: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pemaquid.safeport.com (pemaquid.safeport.com [204.156.12.58]) by hub.freebsd.org (Postfix) with ESMTP id 8645837C2CD for ; Wed, 12 Jul 2000 14:56:58 -0700 (PDT) (envelope-from doug@safeport.com) Received: from localhost (doug@localhost) by pemaquid.safeport.com (8.9.3/8.9.3) with ESMTP id RAA05582; Wed, 12 Jul 2000 17:56:52 -0400 (EDT) (envelope-from doug@safeport.com) X-Authentication-Warning: pemaquid.safeport.com: doug owned process doing -bs Date: Wed, 12 Jul 2000 17:56:52 -0400 (EDT) From: To: freebsd-questions@FreeBSD.ORG Cc: grog@lemis.com Subject: Re: Anyone resolved "Missing operating system" issue? In-Reply-To: <20000712133053.45174.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 Questions: 1) What version of DOS, or does any version work? I don't think I have anything other than 7.0 (windows 95) which has created a problem for me with dosemu etc. 2) It would seem that this suggests a problem with the install? To complete the info on my Latitudes, from stand/sysinstall: Disk name: Disk name: da0 FDISK Partition Editor DISK Geometry: 48389 cyls/35 heads/21 sectors = 35565915 sectors Offset Size End Name PType Desc Subtype Flags 0 35566501 35566500 da0s1 3 freebsd 165 C> The following commands are supported (in upper or lower case): A = Use Entire Disk C = Create Slice D = Delete Slice G = Set Drive Geometry S = Set Bootable T = Change Type U = Undo All Changes W = Write Changes Use F1 or ? to get more help, arrow keys to select. This is a 3.4/PAO install that works. 4.0 would not work on the same machine. With a DOS type master boot record the other Dell looks sorta like: Disk name: Disk name: wd0 DISK Geometry: 256 cyls/197 heads/63 sectors = 3177216 sectors Offset Size End Name PType Desc Subtype Flags 0 63 62 6 unused 0 63 3177153 3177215 wd0s1 3 freebsd 165 C= This one I had to type in 'cause I am having troubles getting it on the network, but 4.0 was installed w/o any problems as long as I did not choose the single partition option. In that case when I used sysinstall to try to write a boot record, the "w" did not appear on the screen, but was accepted. It had no discernible effect. Installing with the "default" partitioning worked flawlessly. On Wed, 12 Jul 2000, george vagner wrote: > yup seen this before... > > i just did a "fdisk /mbr" from DOS and all was well upon rebooting, didnt > even have to reinstall freebsd. > > this was on a brand new drive from WD. > > > > one catch you must have only one drive installed. > _____ Douglas Denault doug@safeport.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 14:57:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from theory1.physics.iisc.ernet.in (theory1.physics.iisc.ernet.in [144.16.71.20]) by hub.freebsd.org (Postfix) with SMTP id ADCEC37C2CD for ; Wed, 12 Jul 2000 14:57:22 -0700 (PDT) (envelope-from rsidd@physics.iisc.ernet.in) Received: (qmail 5881 invoked from network); 12 Jul 2000 21:57:17 -0000 Received: from unknown (HELO theory3.physics.iisc.ernet.in) (qmailr@144.16.71.158) by theory1.physics.iisc.ernet.in with SMTP; 12 Jul 2000 21:57:17 -0000 Received: (qmail 2288 invoked by uid 211); 12 Jul 2000 21:57:16 -0000 Date: Thu, 13 Jul 2000 03:27:16 +0530 From: Rahul Siddharthan To: G-der Cc: freebsd-questions@FreeBSD.ORG Subject: Re: cvsup: src-sys ports-all breaks ports Message-ID: <20000713032716.D2015@physics.iisc.ernet.in> Mail-Followup-To: G-der , freebsd-questions@FreeBSD.ORG References: <20000713023214.B2015@physics.iisc.ernet.in> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from gder@tribble.net on Wed, Jul 12, 2000 at 03:32:55PM -0600 X-Operating-System: Linux 2.4.0-test3 i686 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG G-der said on Jul 12, 2000 at 15:32:55: > > > > > incorrect for the port. I was hoping to get this fixed as I'm trying to > > > install SSH and it's dependent package rsaref (it's in security/rsaref) is > > > unavailable. I was hoping that there may be an update ot the port that > > > fixed this. > > > > You can upgrade your ports tree with cvsup, you'll find an example > > supfile in /usr/share/examples/cvsup. > > > I am aware of that, what I'm saying is that when I do cvsup with ports-all > in the cvsupfile it makes it so I can't compile or install any of the > ports. I think whats happening is that I'm getting the ports collection > for 4.0 and when I try to make or make install any of the ports it gives > me an errror about haveing the wrong version of ports for this system. Ah. Sorry for not reading your mail carefully. I'm not sure why this should happen. I'm running 3.4-STABLE and my ports tree works fine. Are you sure it's upgrading the ports tree, however -- ie do you see the "updating" messages? IIRC, the tag= line is different for the source and ports supfiles, so using the same supfile for both shouldn't work. > Is there a way I can specify what version of ports I want for my release > version? There is only one ports tree. As a result there are a few breakages, I believe, but most of them seem to work on 3.x still. Rahul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 15: 2:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.aracnet.com (mail2.aracnet.com [216.99.193.35]) by hub.freebsd.org (Postfix) with ESMTP id 8B3A837BE7C for ; Wed, 12 Jul 2000 15:02:32 -0700 (PDT) (envelope-from hamellr@aracnet.com) Received: from shell1.aracnet.com (shell1.aracnet.com [216.99.193.21]) by mail2.aracnet.com (8.9.3/8.9.3) with ESMTP id PAA02437; Wed, 12 Jul 2000 15:02:37 -0700 Received: by shell1.aracnet.com (8.9.3) id PAA05082; Wed, 12 Jul 2000 15:02:33 -0700 Date: Wed, 12 Jul 2000 15:02:33 -0700 (PDT) From: Rick Hamell To: Jack Wang Cc: freebsd-questions@FreeBSD.ORG Subject: Re: unscribe 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 want to unscribe does anybody know how to unscribe from > the mailing list of BSD msg > > thanks > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 15: 2:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from markl.com (markl.com [209.69.36.90]) by hub.freebsd.org (Postfix) with ESMTP id 493A437BCEB for ; Wed, 12 Jul 2000 15:02:39 -0700 (PDT) (envelope-from squirrel@hammis.com) Received: from localhost (squirrel@localhost) by markl.com (8.9.3/8.9.3) with ESMTP id SAA02904; Wed, 12 Jul 2000 18:02:24 -0400 (EDT) (envelope-from squirrel@hammis.com) Date: Wed, 12 Jul 2000 18:02:24 -0400 (EDT) From: Damon Hammis X-Sender: squirrel@markl.com To: Morten Seeberg Cc: Gabriel Ambuehl , FreeBSD-QUESTIONS Subject: Re: horde-IMP was: Re: Re[2]: Combining Apache modules in ports In-Reply-To: <00ab01bfec53$cf738b80$54ff58c1@sos> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I don=B4t know much about PHP, actually I just tried making HORDE IMP=20 webmail > working, which one would think should be easy, but it isn=B4t. Their inst= all > descriptions basicly "suck" :) Pain in the ass to get installed with their shitty instructions but beautiful once it's installed....IMP that is.. --Damon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 15:10:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from po4.glue.umd.edu (po4.glue.umd.edu [128.8.10.124]) by hub.freebsd.org (Postfix) with ESMTP id 5F05E37BCEB for ; Wed, 12 Jul 2000 15:10:18 -0700 (PDT) (envelope-from howardjp@glue.umd.edu) Received: from y.glue.umd.edu (root@y.glue.umd.edu [128.8.10.68]) by po4.glue.umd.edu (8.10.1/8.10.1) with ESMTP id e6CMAEA21152; Wed, 12 Jul 2000 18:10:15 -0400 (EDT) Received: from y.glue.umd.edu (sendmail@localhost [127.0.0.1]) by y.glue.umd.edu (8.9.3/8.9.3) with SMTP id SAA27178; Wed, 12 Jul 2000 18:10:14 -0400 (EDT) Received: from localhost (howardjp@localhost) by y.glue.umd.edu (8.9.3/8.9.3) with ESMTP id SAA27174; Wed, 12 Jul 2000 18:10:14 -0400 (EDT) X-Authentication-Warning: y.glue.umd.edu: howardjp owned process doing -bs Date: Wed, 12 Jul 2000 18:10:14 -0400 (EDT) From: James Howard To: doug@safeport.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Anyone resolved "Missing operating system" In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 12 Jul 2000 doug@safeport.com wrote: > Note that the ONLY path that gave me any trouble at all is using a FreeBSD > parition only; the option that any sane person would be talked out of by the > warnings :) Bah, sane is for boring people. In the past, I have had no difficulty using "dangerously dedicated." J~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 15:24: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from markl.com (markl.com [209.69.36.90]) by hub.freebsd.org (Postfix) with ESMTP id 9E97B37B746 for ; Wed, 12 Jul 2000 15:24:03 -0700 (PDT) (envelope-from squirrel@hammis.com) Received: from localhost (squirrel@localhost) by markl.com (8.9.3/8.9.3) with ESMTP id SAA02943; Wed, 12 Jul 2000 18:23:51 -0400 (EDT) (envelope-from squirrel@hammis.com) Date: Wed, 12 Jul 2000 18:23:51 -0400 (EDT) From: Damon Hammis X-Sender: squirrel@markl.com To: James Howard Cc: doug@safeport.com, freebsd-questions@FreeBSD.ORG Subject: Re: Anyone resolved "Missing operating system" In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've used dedicated disks on systems that ran multiple os' without a problem. On Wed, 12 Jul 2000, James Howard wrote: > On Wed, 12 Jul 2000 doug@safeport.com wrote: > > > Note that the ONLY path that gave me any trouble at all is using a FreeBSD > > parition only; the option that any sane person would be talked out of by the > > warnings :) > > Bah, sane is for boring people. > > In the past, I have had no difficulty using "dangerously dedicated." > > J~ > > > > 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 Jul 12 15:30:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ifta.accelnet.com (ifta.net [204.58.140.252]) by hub.freebsd.org (Postfix) with ESMTP id E3D6E37C34F for ; Wed, 12 Jul 2000 15:30:51 -0700 (PDT) (envelope-from cstrickl@ifta.net) Received: from a937cc5ze020 (ifta02.accelnet.com [204.58.141.2]) by ifta.accelnet.com (8.9.3/8.9.1) with SMTP id PAA02414 for ; Wed, 12 Jul 2000 15:32:19 -0700 (PDT) Received: by localhost with Microsoft MAPI; Wed, 12 Jul 2000 15:25:21 -0700 Message-ID: <01BFEC15.6446E7A0.cstrickl@ifta.net> From: Carl Strickler To: "'freebsd-questions@freebsd.org'" Subject: Changing NIC Configuration Date: Wed, 12 Jul 2000 15:25:19 -0700 X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How do I change the IP address of a NIC after installation? (If the answer is /stand/sysinstall please tell me where/how in it, as I have looked around in it already.) TIA, Carl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 15:34:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id ADA7837BF05 for ; Wed, 12 Jul 2000 15:33:57 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Received: from localhost (lplist@localhost) by q.closedsrc.org (8.10.2/8.10.2) with ESMTP id e6CMWox94319; Wed, 12 Jul 2000 15:32:50 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Date: Wed, 12 Jul 2000 15:32:50 -0700 (PDT) From: Linh Pham To: Carl Strickler Cc: "'freebsd-questions@freebsd.org'" Subject: Re: Changing NIC Configuration In-Reply-To: <01BFEC15.6446E7A0.cstrickl@ifta.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 /stand/sysinstall -> Configure -> Networking -> Interfaces Or you can edit the rc.conf file under IFCONFIG_interface name I think... // Linh Pham // // Proud supporter of FreeBSD and OpenBSD // FreeBSD - http://www.freebsd.org // OpenBSD - http://www.openbsd.org /* "Oregon, n.: Eighty billion gallons of water with no place to go on Saturday night." */ On Wed, 12 Jul 2000, Carl Strickler wrote: > How do I change the IP address of a NIC after installation? (If the answer > is /stand/sysinstall please tell me where/how in it, as I have looked > around in it already.) > > > TIA, > Carl > > > 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 Jul 12 15:50:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from unix.megared.net.mx (megamail.megared.com.mx [200.52.207.52]) by hub.freebsd.org (Postfix) with ESMTP id D135437BF17 for ; Wed, 12 Jul 2000 15:50:36 -0700 (PDT) (envelope-from ales@megared.net.mx) Received: from ales (ales.corp.megared.net.mx [200.52.193.2]) by unix.megared.net.mx (8.9.3/8.9.3) with SMTP id RAA16670; Wed, 12 Jul 2000 17:47:13 -0500 (CDT) (envelope-from ales@megared.net.mx) Message-ID: <00c801bfec53$243d48a0$02c134c8@megared.net.mx> From: "Alejandro Ramirez" To: "Raymundo M. Vega" , "Stephen Hovey" , "Rahul Siddharthan" , "Jan Grant" , "Theo Bell" Cc: References: <396CCC00.1320965@home.com> Subject: Re: IP Address Convertion Formula??? Date: Wed, 12 Jul 2000 17:47:21 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > > Oh I think easy is always proper! :) > > > > unless you *really* want to know how it is done That is exacly what I wanted to know, basically its very simple: Quote from Andresen,Jason R. Both of them represent 32 bits. Your first form simply leaves all of the bits together to form a single 32 bit number, the second form breaks the bits up into four 8 bit numbers. Example: 10.10.35.158 = 00001010.00001010.00100011.10011110 = 00001010000010100010001110011110 = 168436638 = 10.10.35.158 It is a "feature" of the BSD-derived inet_aton() function. Originally, the function was supposed to convert the shorthand "12.1" into the corresponding 32-bit IPv4 binary address for 12.0.0.1. It also converts things w/o dot like "121" into 0.0.0.121. That way, it also converts the what I call big-int addresses like "168436638 " into 10.10.35.158. As digit strings are always network byteorder, the conversion is not affected by endianess issues. Thanks to all who helped me with this... Sincerely Ales To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 16: 1:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www3.pacific-pages.com (www3.pacific-pages.com [192.41.48.219]) by hub.freebsd.org (Postfix) with ESMTP id A6BCB37C2D3 for ; Wed, 12 Jul 2000 16:01:15 -0700 (PDT) (envelope-from David@www3.pacific-pages.com) Received: from www3.pacific-pages.com ([216.191.74.179]) by www3.pacific-pages.com (8.8.5) id RAA01090; Wed, 12 Jul 2000 17:01:07 -0600 (MDT) Message-ID: <396CF897.3EF876D7@www3.pacific-pages.com> Date: Wed, 12 Jul 2000 19:00:39 -0400 From: David Banning Reply-To: David@SkytrackerCanada.com Organization: Sky-Tracker of Canada Inc. X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: how can I create a web database with search capability? 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 create a web based system where I can have an order database integrated into my web page for searching items, looking up orders, etc.. I have a good book on some cgi scripts for creating screens and entering info but I need something to manage the information, a database, that would have to be integrated. Any suggestions on a database or even a place I can learn more about this topic? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 16:13:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ssc.wisc.edu (charles.ssc.wisc.edu [144.92.190.84]) by hub.freebsd.org (Postfix) with ESMTP id 3AD9237BB1B for ; Wed, 12 Jul 2000 16:13:09 -0700 (PDT) (envelope-from dbongert@ssc.wisc.edu) Received: from copland.ssc.wisc.edu (copland.ssc.wisc.edu [144.92.190.86]) by ssc.wisc.edu (8.9.1/8.9.1) with ESMTP id SAA03759 for ; Wed, 12 Jul 2000 18:12:58 -0500 (CDT) Received: (from dbongert@localhost) by copland.ssc.wisc.edu (8.9.3/8.9.1) id SAA06833 for freebsd-questions@freebsd.org; Wed, 12 Jul 2000 18:12:57 -0500 Message-ID: X-Mailer: XFMail 1.4.6-3 on Linux X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Wed, 12 Jul 2000 18:12:57 -0500 (CDT) From: Dan Bongert To: freebsd-questions@freebsd.org Subject: FreeBSD Mail server locking up Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've had a 3.3-RELEASE SMP mail server up and running since December (it replaced non-Y2K compliant hardware). (PIII-500x2, 256 MB RAM) This afternoon, it locked up on me. So I rebooted it. And it locked up again. Rinse. Lather. Repeat. After being up for about 15 minutes, it would completely lock up. There wasn't any record of anything suspicious going on. No odd processes, no odd entries in the log files, no high load, no high memory usage, nothing. I've disabled the SMP kernel (running on GENERIC now), swapped out DIMMS, everything I can think of, to no avail. Right now, it's been up for almost a half an hour, which is a record for this afteroon by a factor of two. I'm completely stumped. And, since I'm the one who recommended using FreeBSD as our departmental mail server, it's my ass that's going to be in trouble. Since it was hanging every 10-15 minutes or so, and it's been up for a half hour, I'm going to babysit it a while and see if it's OK. Should I maybe upgrade to 3.5-RELEASE? Any suggestions? -- Dan Bongert dbongert@ssc.wisc.edu SSCC Unix System Administrator (608) 262-9857 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 16:14:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id D9DF837BB1B for ; Wed, 12 Jul 2000 16:14:10 -0700 (PDT) (envelope-from pierre@vortex-systems.demon.nl) Received: from [212.238.5.211] (helo=nt4workst3) by post.mail.nl.demon.net with smtp (Exim 3.14 #2) id 13CVhf-00067S-00; Wed, 12 Jul 2000 23:14:08 +0000 From: "Pierre Sjauw En Wa" To: "freebsd-questions@FreeBSD.ORG" Cc: "support@cdrom.com" Date: Thu, 13 Jul 2000 01:16:46 +0200 Reply-To: "Pierre Sjauw En Wa" X-Mailer: PMMail 2000 Standard (2.10.2010) For Windows NT (4.0.1381;5) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Fwd: Re: Unable to install FreeBSD Message-Id: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG L.S., Can anyone help me with this problem. The Support Engineer at Mylex just doesn't understand the problem. The Mylex DAC960PG Raid Controller (in my view) prevents a normal boot process from the FreeBSD 3.3 Kernel boot-floppy. The system halts with a register dump and the message "System Halted". This is not a regular error message from a motherboard BIOS and must either be a message initiated by the DAC960PG or ... the FreeBSD kernel boot-disk. I personnaly don't think it's the kernel boot-disk since this error message occurs within the first second after reading the kernel diskette. Thanks in advance. Pierre. ==================BEGIN FORWARDED MESSAGE================== Pierre: Have you taken this problem to the FreeBSD groups? We don't support FreeBSD itself, we can only assist with hardware issues. The most common problem with Linux or FreeBSD, during the install, is that some users don't realize that the DAC960 driver is a relatively new addition to the kernel releases, and earlier versions didn't come with the driver automatically compiled in, that they would have to add the driver and recompile. Are you able to install any other OS properly with this system and the current configuration? Is the system drive online when you begin the install? We do not list any of the newer Quantum drives as approved for use with Mylex controllers. Jo ---------------------------------------------------- Pierre Sjauw En Wa wrote: > > Dear Jo, > > It's not a driver problem. The system halts within the first 2 seconds > after booting from > the FreeBSD installation floppy. I guess there's a conflict between > the floppy-disk > bootrecord and the DAC960PG. There's nothing wrong with the FreeBSD > kernel boot-floppy: > it works flawlessly on several other systems. > > Pierre. > > On Wed, 12 Jul 2000 06:46:31 -0700, Mylex Technical Support wrote: > > >Dear Sir: As far as I know, there is no DAC960 driver included in > >FreeBSD 3.3, but you need to be talking to the FreeBSD folks - they > >wrote the driver. You would have to get the source code and compile > it > >into that kernel. FreeBSD 4.0 contains a DAC960 driver, I've been > told. > > > >Regards, > >Jo Kellner > >Technical Support > >Mylex Corp, an IBM Company > >510-608-2400 > >510-745-7715 (fax) > > > >Visit our online Technical Resources: > >http://www.mylex.com/support/index.html > > > >------------------------------------------------------------------- > >Pierre Sjauw En Wa wrote: > >> > >> Dear Sir/Madam, > >> > >> I'm using a Mylex DAC960PG (dual-channel with 8 MB Cache) with the > >> latest Firmware and > >> BIOS. The controller is installed on a Asus P3BF motherboard with a > >> 466 MHz Celeron. My > >> SCSI boot-disk is a Atlas 10K (connected as JBOD on channel 0). > >> > >> I'm trying to install FreeBSD 3.3 on this system by booting from > the > >> FreeBSD Kernel floppy- > >> disk. The system hangs immediately, displaying a register dump and > the > >> message "System > >> Halted". This error message must be generated by the DAC960PG which > >> intercepts the booting > >> sequence from drive A:. > >> > >> Is there a fix for this bug? > >> > >> Thanks in advance. > >> > >> Regards, > >> > >> Pierre. > >> > >> > ************************************************************************ > >> * Pierre Sjauw En Wa: pierre@vortex-systems.demon.nl <-- > preferred > >> * > >> * or: pierre@stack.nl > >> * > >> > >> > ************************************************************************ ===================END FORWARDED MESSAGE=================== ************************************************************************ * Pierre Sjauw En Wa: pierre@vortex-systems.demon.nl <-- preferred * * or: pierre@stack.nl * ************************************************************************ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 16:15:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id D38FD37BB1B for ; Wed, 12 Jul 2000 16:15:25 -0700 (PDT) (envelope-from jcm@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 13CVit-000Cor-00 for questions@freebsd.org; Thu, 13 Jul 2000 00:15:23 +0100 Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) id AAA07345 for questions@freebsd.org; Thu, 13 Jul 2000 00:15:22 +0100 (BST) (envelope-from jcm) Date: Thu, 13 Jul 2000 00:15:22 +0100 From: j mckitrick To: questions@freebsd.org Subject: help !! libpng.so.3 not found Message-ID: <20000713001522.A7293@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi all, i just installed blackbox, and decided to get rid of some other packages. however, i apparently deleted libpng.s0.3 w/o realizing it was important. i tried reinstalling blackbox, and reinstalling png from the web and from my 3.2 cdrom. No luck. Where can i find the correct version of this library? jm -- ------------------------------------------------------------------- Jonathon McKitrick -- jcm@freebsd-uk.eu.org To Microsoft: "Your tyranny I was part of, is now cracking on every side. Now your own life is in danger. Your Empire is on fire." Front 242 ------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 16:15:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from clyde.goodleaf.net (piscator.seanet.com [199.181.165.218]) by hub.freebsd.org (Postfix) with ESMTP id C129E37C0F0 for ; Wed, 12 Jul 2000 16:15:45 -0700 (PDT) (envelope-from goodleaf@goodleaf.net) Received: from clyde.goodleaf.net (clyde.goodleaf.net [192.168.0.2]) by clyde.goodleaf.net (8.9.3/8.9.3) with ESMTP id QAA07955; Wed, 12 Jul 2000 16:29:14 -0700 (PDT) (envelope-from goodleaf@goodleaf.net) Date: Wed, 12 Jul 2000 16:29:14 -0700 (PDT) From: "J. Goodleaf" To: David@SkytrackerCanada.com Cc: questions@FreeBSD.ORG Subject: Re: how can I create a web database with search capability? In-Reply-To: <396CF897.3EF876D7@www3.pacific-pages.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Try PHP Essentials, which provides a good intro to the PHP + MySQL combo so common in the industry. Of course, MySQL has some weaknesses in the transaction area, so you might also consider PostgreSQL, which is slower but more capable (except for that 8k/row limit). For MySQL information, you can't top the New Riders MySQL book (no, not even the O'Reilly book is as good) and PostgreSQL has reasonably good docs on its website, including the "official" book in progress, to be published by Addison Wesley I think. -J =============================== John Goodleaf goodleaf@goodleaf.net PGP key: finger goodleaf@clyde.goodleaf.net =============================== On Wed, 12 Jul 2000, David Banning wrote: > > I want to create a web based system where > I can have an order database integrated into my web page > for searching items, looking up orders, etc.. > > I have a good book on some cgi scripts for creating screens and > entering info but I need something to manage the information, > a database, that would have to be integrated. Any suggestions on a > database or even a place I can learn more about this topic? > > > 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 Jul 12 16:19:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from theory1.physics.iisc.ernet.in (theory1.physics.iisc.ernet.in [144.16.71.20]) by hub.freebsd.org (Postfix) with SMTP id 1773137BB1B for ; Wed, 12 Jul 2000 16:19:24 -0700 (PDT) (envelope-from rsidd@physics.iisc.ernet.in) Received: (qmail 6069 invoked from network); 12 Jul 2000 23:19:19 -0000 Received: from unknown (HELO theory3.physics.iisc.ernet.in) (qmailr@144.16.71.158) by theory1.physics.iisc.ernet.in with SMTP; 12 Jul 2000 23:19:19 -0000 Received: (qmail 2706 invoked by uid 211); 12 Jul 2000 23:19:19 -0000 Date: Thu, 13 Jul 2000 04:49:18 +0530 From: Rahul Siddharthan To: j mckitrick Cc: questions@FreeBSD.ORG Subject: Re: help !! libpng.so.3 not found Message-ID: <20000713044918.G2015@physics.iisc.ernet.in> References: <20000713001522.A7293@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000713001522.A7293@dogma.freebsd-uk.eu.org>; from jcm@FreeBSD-uk.eu.org on Thu, Jul 13, 2000 at 12:15:22AM +0100 X-Operating-System: Linux 2.4.0-test3 i686 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > i just installed blackbox, and decided to get rid of some other packages. > however, i apparently deleted libpng.s0.3 w/o realizing it was important. i > tried reinstalling blackbox, and reinstalling png from the web and from my > 3.2 cdrom. No luck. Where can i find the correct version of this library? /usr/ports/graphics/png Source: ftp://ftp.libpng.org Current version is 1.0.7, should be backward compatible with what you had before. Rahul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 16:24:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta02-svc.ntlworld.com (mta02-svc.ntlworld.com [62.253.162.42]) by hub.freebsd.org (Postfix) with ESMTP id 8429B37B55A; Wed, 12 Jul 2000 16:24:27 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from parish.my.domain ([62.255.97.96]) by mta02-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000713002344.GDDD3760.mta02-svc.ntlworld.com@parish.my.domain>; Thu, 13 Jul 2000 00:23:44 +0000 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id AAA11876; Thu, 13 Jul 2000 00:24:35 +0100 (BST) (envelope-from mark) Date: Thu, 13 Jul 2000 00:24:34 +0100 From: Mark Ovens To: Ben Smithurst Cc: questions@FreeBSD.org Subject: Re: Problem cvsup'ing gnats Message-ID: <20000713002434.L237@parish> References: <20000712191846.K237@parish> <20000712193930.Q11000@strontium.scientia.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000712193930.Q11000@strontium.scientia.demon.co.uk>; from ben@FreeBSD.org on Wed, Jul 12, 2000 at 07:39:30PM +0100 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 12, 2000 at 07:39:30PM +0100, Ben Smithurst wrote: > Mark Ovens wrote: > > > Nothing is downloaded. /usr/sup/gnats/checkouts.current:RELENG_4 > ^^^^^^^^ > > That looks wrong... If you have a *default tag in that supfile, try > deleting it and adding tag=whatever to all the collections _except_ > GNATS. Or use a separate supfile for GNATS without a tag= anywhere > in it. I don't think GNATS needs a tag (or anything else which isn't > release=cvs for that matter -- at least that's my understanding). > Hmm, yse I'd tried with ``tag=.'' as well. Anyway, you were correct, it needs the ``tag='' line removing completely (it's running fifne now as I type. One thing though, how do I add it to my normal sup-file: *default host=cvsup.uk.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_4 *default delete use-rel-suffix *default compress src-all #cvs-crypto doc-all tag=. www tag=. ports-all tag=. gnats release=current prefix=/usr I tried adding ``tag='' (i.e. no tag) but that made the parser barf. Would sticking the gnats line before any of the tag lines work? > -- > Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D -- If I buy a copy of WinDelete, and it doesn't delete Windows, am I entitled to my money back? ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:marko@freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 16:36:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.monmouth.com (mail.monmouth.com [209.191.58.1]) by hub.freebsd.org (Postfix) with ESMTP id DAEB837B7A1 for ; Wed, 12 Jul 2000 16:36:40 -0700 (PDT) (envelope-from caffeinex2@monmouth.com) Received: from monmouth.com (bg-tc-ppp750.monmouth.com [209.191.63.186]) by mail.monmouth.com (8.9.3/8.9.3) with ESMTP id TAA26995 for ; Wed, 12 Jul 2000 19:36:37 -0400 (EDT) Message-ID: <396DA979.FA1C2DD2@monmouth.com> Date: Thu, 13 Jul 2000 07:35:21 -0400 From: caffeine Organization: caffeine X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 4.0-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: unscribe References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Rick Hamell wrote: > > > I want to unscribe does anybody know how to unscribe from > > the mailing list of BSD msg > > > > thanks > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > Rick > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message no....guys he wants to "unscribe" not "unsubscribe" ...just my two sense -rob ------------------------------------------------ http://www.monmouth.com/~caffeinex2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 16:49:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from purple.nugate.com (purple.nugate.com [206.111.60.222]) by hub.freebsd.org (Postfix) with ESMTP id D790737B756 for ; Wed, 12 Jul 2000 16:49:21 -0700 (PDT) (envelope-from neilson@purple.nugate.com) Received: from localhost (neilson@localhost) by purple.nugate.com (8.9.3/8.9.3) with ESMTP id QAA43048; Wed, 12 Jul 2000 16:46:56 -0700 (PDT) (envelope-from neilson@purple.nugate.com) Date: Wed, 12 Jul 2000 16:46:56 -0700 (PDT) From: "D. Alex Neilson" To: questions@FreeBSD.org Cc: "D. Alex Neilson" , FreeBSD Mailing Lists Subject: 4.0: what is stable? Message-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 need to use FreeBSD for commercial purposes, but I'm seeing contradictory information as to what is the most stable version of 4.0 (URLs and details below). In the online handbook, section "18.2.2.3. Using FreeBSD-STABLE", it tells me to get a snapshot from ftp://releng4.FreeBSD.org/pub/FreeBSD/ if I'm "installing a new system and want it to be as stable as possible". But when I read the README-40.TXT file, I get "This release is aimed primarily at early-adopters... and are willing to deal with a few bumps in the road...If you're more interested in doing business with FreeBSD [go elsewhere]". So, are snapshots "as stable as possible", or more cutting edge and should be avoided for commercial purposes where reliability is paramount? Thanks, Alex http://www.FreeBSD.org/handbook/current-stable.html#STABLE 18.2.2.3. Using FreeBSD-STABLE 2. If you are installing a new system and want it to be as stable as possible, you can simply grab the latest dated branch snapshot from ftp://releng4.FreeBSD.org/pub/FreeBSD/ and install it like any other release. ----------- ftp://releng4.FreeBSD.org/pub/FreeBSD/README-40.TXT TARGET AUDIENCE: ---------------- This release is aimed primarily at early-adopters and the various other folks who want to get involved with the ongoing development of FreeBSD and are willing to deal with a few bumps in the road. {...} If you're more interested in doing business with FreeBSD than in playing with the cutting edge of technology, however, then 3.x or one of the 4.x releases, is almost certainly your best bet. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 16:54:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from zeus.host4u.net (zeus.host4u.net [216.71.64.21]) by hub.freebsd.org (Postfix) with ESMTP id D42FC37BD5C for ; Wed, 12 Jul 2000 16:54:45 -0700 (PDT) (envelope-from robert.shea@onlinecables.com) Received: from eli (adsl-63-204-24-243.onlinecables.com [63.204.24.243]) by zeus.host4u.net (8.8.5/8.8.5) with SMTP id SAA17173 for ; Wed, 12 Jul 2000 18:54:37 -0500 Message-ID: <005801bfec5c$8cd6d8a0$f318cc3f@onlinecables.net> From: "Robert Shea" To: Subject: 4.0-RELEASE Issues Date: Wed, 12 Jul 2000 16:54:40 -0700 Organization: Applied Interconnect MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=SHA1; boundary="----=_NextPart_000_0054_01BFEC21.DEECCCC0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0054_01BFEC21.DEECCCC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit This my first post here, so if this is the wrong list for this kinda question please let me know, thank you. I am attempting to install 4.0-RELEASE on an i386 machine. I am attempting this install off of a bootable cdrom (store bought in the pretty black box) My hard drive is an ide as is my cdrom. When selecting a distro (typically X-kern-dev) after I select my crypto and x stuff and I get dumped back into the distro selection screen... 4 or 5 are selected... not just the one I picked. After deselecting the extras i go to begin the install, where apon I am told that rad0s1b (SWAP) is not configured properly, but that if I have lots of memory i may be able to continue. Next I am told that rad0s1a (/) is not configured properly, and I have nowhere to put the root partition. now in fdisk I set ad0s1a at 120M which clearly falls within the first 1024 cylinders. This system has no other hard disk (hd 0m, cd 1m) The odd part is... that 3.3 release and 3.2 stable both install with no problem onto this computer, but upgrading to 4.0 has proved fruitless thus far. I have read over the very limited errata on 4.0 and none of it seems to apply. any help in this matter would be greatly appreciated. thank you Robert Shea ------=_NextPart_000_0054_01BFEC21.DEECCCC0 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIJAjCCArUw ggIeoAMCAQICAwKPwDANBgkqhkiG9w0BAQQFADCBlDELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdl c3Rlcm4gQ2FwZTEUMBIGA1UEBxMLRHVyYmFudmlsbGUxDzANBgNVBAoTBlRoYXd0ZTEdMBsGA1UE CxMUQ2VydGlmaWNhdGUgU2VydmljZXMxKDAmBgNVBAMTH1BlcnNvbmFsIEZyZWVtYWlsIFJTQSAx OTk5LjkuMTYwHhcNMDAwNTEzMDY1MTA2WhcNMDEwNTEzMDY1MTA2WjBOMR8wHQYDVQQDExZUaGF3 dGUgRnJlZW1haWwgTWVtYmVyMSswKQYJKoZIhvcNAQkBFhxyb2JlcnQuc2hlYUBvbmxpbmVjYWJs ZXMuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDRI3kUxpw8Ion4+qJtrIg9nv08DRyL Fx9cBHBH2lpVAF5cGS0LF80WTO7Z8yu3RnnW6dNE6MjPotj/3h+NekBqPPlr2GSAQtY3+Ysk2Fqw Ab2scb1ziERODFf1V0CJDcUB2erK91JPpVJSlYyGL2MonzXOEfcd8ft3RUpPMTOkOQIDAQABo1ow WDAnBgNVHREEIDAegRxyb2JlcnQuc2hlYUBvbmxpbmVjYWJsZXMuY29tMAwGA1UdEwEB/wQCMAAw HwYDVR0jBBgwFoAUiKvxYINmVfTkWMdGHcBhvSPXw4wwDQYJKoZIhvcNAQEEBQADgYEAZJgv0Wuk WrZ9iVlMFye+dqlZ/bB/Caap6dGNIpLE7MWNl3+QJM8ZuI9S6D3B18Oy35PRq5a6P3lYlgM0WdUY SUoRjEyDpJ6W9aG1pe6UWExgQ3+LW8mMIKxb2pRAHM+EiNGHK/amYG4P10qrQ53XiLGiTLxOFlY2 wcpBJPxzkqwwggMUMIICfaADAgECAgELMA0GCSqGSIb3DQEBBAUAMIHRMQswCQYDVQQGEwJaQTEV MBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xGjAYBgNVBAoTEVRoYXd0 ZSBDb25zdWx0aW5nMSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9uIFNlcnZpY2VzIERpdmlzaW9uMSQw IgYDVQQDExtUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgQ0ExKzApBgkqhkiG9w0BCQEWHHBlcnNv bmFsLWZyZWVtYWlsQHRoYXd0ZS5jb20wHhcNOTkwOTE2MTQwMTQwWhcNMDEwOTE1MTQwMTQwWjCB lDELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTEUMBIGA1UEBxMLRHVyYmFudmls bGUxDzANBgNVBAoTBlRoYXd0ZTEdMBsGA1UECxMUQ2VydGlmaWNhdGUgU2VydmljZXMxKDAmBgNV BAMTH1BlcnNvbmFsIEZyZWVtYWlsIFJTQSAxOTk5LjkuMTYwgZ8wDQYJKoZIhvcNAQEBBQADgY0A MIGJAoGBALNpWpfU0BYLerXFXekhnCNyzRJMS/d+z8f7ynIk9EJSrFeV43theheE5/1yOTiUtOrt ZaeSBl694GX2GbuUeXZMPrlocHWEHPQRdAC8BSxPCQMXMcz0QdRyxqZd4ohEsIsuxE3x8NaFPmzz lZR4kX5A6ZzRjRVXjsJz5TDeRvVPAgMBAAGjNzA1MBIGA1UdEwEB/wQIMAYBAf8CAQAwHwYDVR0j BBgwFoAUcknCczTGVfQLdnKBfnf0h+fGsg4wDQYJKoZIhvcNAQEEBQADgYEAa8ZZ6TH66bbssQPY 33Jy/pFgSOrGVd178GeOxmFw523CpTfYnbcXKFYFi91cdW/GkZDGbGZxE9AQfGuRb4bgITYtwdfq sgmtzy1txoNSm/u7/pyHnfy36XSS5FyXrvx+rMoNb3J6Zyxrc/WG+Z31AG70HQfOnZ6CYynvkwl+ Vd4wggMtMIIClqADAgECAgEAMA0GCSqGSIb3DQEBBAUAMIHRMQswCQYDVQQGEwJaQTEVMBMGA1UE CBMMV2VzdGVybiBDYXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xGjAYBgNVBAoTEVRoYXd0ZSBDb25z dWx0aW5nMSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9uIFNlcnZpY2VzIERpdmlzaW9uMSQwIgYDVQQD ExtUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgQ0ExKzApBgkqhkiG9w0BCQEWHHBlcnNvbmFsLWZy ZWVtYWlsQHRoYXd0ZS5jb20wHhcNOTYwMTAxMDAwMDAwWhcNMjAxMjMxMjM1OTU5WjCB0TELMAkG A1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMRowGAYD VQQKExFUaGF3dGUgQ29uc3VsdGluZzEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBE aXZpc2lvbjEkMCIGA1UEAxMbVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIENBMSswKQYJKoZIhvcN AQkBFhxwZXJzb25hbC1mcmVlbWFpbEB0aGF3dGUuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCB iQKBgQDUadfUsJRkW3HpR9gMUbbqcpGwhF59LQ2PexLfhSV1KHQ6QixjJ5+Ve0vvfhmHHYbqo925 zpZkGsIUbkSsfOaP6E0PcR9AOKYAo4d49vmUhl6t6sBeduvZFKNdbnp8DKVLVX8GGSl/npom1Wq7 OCQIapjHsdqjmJH9edvlWsQcuQIDAQABoxMwETAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3DQEB BAUAA4GBAMfskn5O+PWWpWdiKqTwTRFg0G+NYFhhrCa7UjVcCM8w+6hKloofYkIjjBcP9LpknBes RynfnZhe0mxgcVyirNx54+duAEcftQ0o6AKd5Jr9E/Sm2Xyx+NxfIyYJkYBz0BQb3kOpgyXy5pwv Fcr+pquKB3WLDN1RhGvk+NHOd6KBMYICADCCAfwCAQEwgZwwgZQxCzAJBgNVBAYTAlpBMRUwEwYD VQQIEwxXZXN0ZXJuIENhcGUxFDASBgNVBAcTC0R1cmJhbnZpbGxlMQ8wDQYDVQQKEwZUaGF3dGUx HTAbBgNVBAsTFENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYDVQQDEx9QZXJzb25hbCBGcmVlbWFp bCBSU0EgMTk5OS45LjE2AgMCj8AwCQYFKw4DAhoFAKCBujAYBgkqhkiG9w0BCQMxCwYJKoZIhvcN AQcBMBwGCSqGSIb3DQEJBTEPFw0wMDA3MTIxNjU0NDBaMCMGCSqGSIb3DQEJBDEWBBQP/h5uHbYp uiYg81O8Ui0R5LEYwTBbBgkqhkiG9w0BCQ8xTjBMMAoGCCqGSIb3DQMHMA4GCCqGSIb3DQMCAgIA gDANBggqhkiG9w0DAgIBQDAHBgUrDgMCBzANBggqhkiG9w0DAgIBKDAHBgUrDgMCHTANBgkqhkiG 9w0BAQEFAASBgKOUmy+hcUyYxLPMehEZuxFBYc1XL2SAKHjF2eL65SZGs+4tClyKN33axRzCpNFj ggUGIl5zM1fl6AKpO6tSiUfQgVQrTaZzAwn+jOo5d8sMdd9nT3E6Y7vS9xVRnC8vbj/IrqdheXwT R/qog0Cpw6jWEcW+zA2HyKf0dhcdR5U4AAAAAAAA ------=_NextPart_000_0054_01BFEC21.DEECCCC0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 16:58:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id AB24837C1A6 for ; Wed, 12 Jul 2000 16:58:50 -0700 (PDT) (envelope-from oberman@ptavv.es.net) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.10.1/8.10.1) with ESMTP id e6CNwin00646; Wed, 12 Jul 2000 16:58:44 -0700 (PDT) Message-Id: <200007122358.e6CNwin00646@ptavv.es.net> To: "D. Alex Neilson" Cc: questions@FreeBSD.ORG, FreeBSD Mailing Lists Subject: Re: 4.0: what is stable? In-reply-to: Your message of "Wed, 12 Jul 2000 16:46:56 PDT." Date: Wed, 12 Jul 2000 16:58:44 -0700 From: "Kevin Oberman" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Date: Wed, 12 Jul 2000 16:46:56 -0700 (PDT) > From: "D. Alex Neilson" > Sender: owner-freebsd-questions@FreeBSD.ORG > > I need to use FreeBSD for commercial purposes, but I'm seeing > contradictory information as to what is the most stable > version of 4.0 (URLs and details below). In the online handbook, section > "18.2.2.3. Using FreeBSD-STABLE", it tells me to get a snapshot from > ftp://releng4.FreeBSD.org/pub/FreeBSD/ if I'm "installing a new system and > want it to be as stable as possible". But when I read the README-40.TXT > file, I get "This release is aimed primarily at early-adopters... > and are willing to deal with a few bumps in the road...If you're more > interested in doing business with FreeBSD [go elsewhere]". > > So, are snapshots "as stable as possible", or more cutting edge and > should be avoided for commercial purposes where reliability is > paramount? > > > Thanks, > > Alex > > > > http://www.FreeBSD.org/handbook/current-stable.html#STABLE > > 18.2.2.3. Using FreeBSD-STABLE > > 2. If you are installing a new system and want it to be as stable as > possible, you can simply grab the latest dated branch snapshot from > ftp://releng4.FreeBSD.org/pub/FreeBSD/ and install it like any > other release. The problem is that you are confusing 4.0 Release, which was the first release of 4.0 and 4.0 Stable which has had a huge number of things fixed since 4.0 was released. But the "early adopters" information really needs to be removed. That is a hold-over from before 4.0 was actually released. 4.0-Stable seems to e pretty stable, although it seems to push the hardware, especially memory a bit harder than 3.4 did. That could be largely a result of UDMA actually working and doing so by default on 4.0, but that is mostly speculation on my part. I have had no real problems with 4.0 Stable for some time. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 17: 8:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.aracnet.com (mail2.aracnet.com [216.99.193.35]) by hub.freebsd.org (Postfix) with ESMTP id 3E0A537B756 for ; Wed, 12 Jul 2000 17:08:34 -0700 (PDT) (envelope-from hamellr@aracnet.com) Received: from shell1.aracnet.com (shell1.aracnet.com [216.99.193.21]) by mail2.aracnet.com (8.9.3/8.9.3) with ESMTP id RAA21629; Wed, 12 Jul 2000 17:08:39 -0700 Received: by shell1.aracnet.com (8.9.3) id RAA25035; Wed, 12 Jul 2000 17:08:35 -0700 Date: Wed, 12 Jul 2000 17:08:35 -0700 (PDT) From: Rick Hamell To: Dan Bongert Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD Mail server locking 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 > Since it was hanging every 10-15 minutes or so, and it's been up for a half > hour, I'm going to babysit it a while and see if it's OK. > > Should I maybe upgrade to 3.5-RELEASE? Any suggestions? Is it overheating? If it continues you may want to open the case and point a fan at the internals... not pretty but it'll help find the problem. Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 17:16:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from imo-r08.mx.aol.com (imo-r08.mx.aol.com [152.163.225.8]) by hub.freebsd.org (Postfix) with ESMTP id EE5E637BD5C for ; Wed, 12 Jul 2000 17:16:11 -0700 (PDT) (envelope-from PObrien387@aol.com) Received: from PObrien387@aol.com by imo-r08.mx.aol.com (mail_out_v27.12.) id n.68.562445d (17083) for ; Wed, 12 Jul 2000 20:16:07 -0400 (EDT) From: PObrien387@aol.com Message-ID: <68.562445d.269e6447@aol.com> Date: Wed, 12 Jul 2000 20:16:07 EDT Subject: Need Unix Command List To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: AOL 5.0 for Windows sub 108 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I need some information on Unix Commands. I am a consutling engineer and currently being considered for a short term project to support a team using Unix Systems. What I need to know is where can I get a copy of Unix commands. I worked with the unix System a few years back and need to refresh my memory on the commands needed. If you have a list that I can access please advise. Thanks for your help. Best Regards, Patrick O'Brien POBrien387@aol.com Tel: 818-422-1077 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 17:20:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 6580437C165 for ; Wed, 12 Jul 2000 17:20:18 -0700 (PDT) (envelope-from grog@wantadilla.lemis.com) Received: (from grog@localhost) by wantadilla.lemis.com (8.9.3/8.9.3) id JAA11458; Thu, 13 Jul 2000 09:49:46 +0930 (CST) (envelope-from grog) Date: Thu, 13 Jul 2000 09:49:46 +0930 From: Greg Lehey To: doug@safeport.com, Damon Hammis Cc: freebsd-questions@FreeBSD.ORG, James Howard Subject: Re: Anyone resolved "Missing operating system" Message-ID: <20000713094946.C4094@wantadilla.lemis.com> References: <20000712125711.M30262@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wednesday, 12 July 2000 at 14:18:12 -0400, doug@safeport.com wrote: >> On Tuesday, 11 July 2000 at 22:30:30 -0400, Doug Denault wrote: >>> On Tue, 11 Jul 2000, Anders Chr. Skoe wrote: >>> >>>> Howdy, folks! >>>> >>>> unfortunately, this email follows a pretty good history of posts >>>> regarding the "Missing operating system" error. we install 3.2 >>>> with no problems >>>> [cut] >>> >>> I encountered the same characteristics installing 3.3 and 4.0 on two >>> different Dell Latitude notebooks trying the FreeBSD only setup. It >>> appeared that the install went fine, lots of "writing this" messages. The >>> system just would not boot. It seemed that no boot record was installed. >>> In this path if you run sysinstall the "w" option does not appear on the >>> menu where you set the disk parms and each time when I boot from the >>> floppies there was partition was not marked bootable. >>> >>> In consulting with a FreeBSD "veteran", we reached the conclusion this >>> option just did not work (at least on this system). >>> >>> In my case disk geometry was not an issue, as long as I used an DOS >>> partition table. >> >> Which model was this? I've never had trouble installing on Latitudes. > > Kinda cool - this came with no FROM from wantadilla.lemis.com Can you be more specific? > The answer is two of them: Dell Latitude LM P133 circa 1997 and an LM M166MMX of > the same year. > > Note that the ONLY path that gave me any trouble at all is using a > FreeBSD parition only; the option that any sane person would be > talked out of by the warnings :) This option is in fact the best choice, if it works. You waste a lot of space with a Microsoft partition table. Here's a partition table from a Latitude CPi with two partitions: Disk name: wd0 FDISK Partition Editor DISK Geometry: 789 cyls/255 heads/63 sectors = 12675285 sectors Offset Size End Name PType Desc Subtype Flags 0 63 62 - 6 unused 0 63 4192902 4192964 wd0s2 2 fat 6 4192965 8482320 12675284 wd0s1 3 freebsd 165 C 12675285 10395 12685679 - 6 unused 0 Note the 63 sectors at the beginning. One of them is the partition table, the other 62 are waste. Also the 10395 (that's right, over 5 MB) at the end. You can't use this space. With dedicated disks, you get the entire disk. The problem with the Latitude is probably that the BIOS is broken, and that it expects to see a Microsoft partition table at the beginning of the disk. On Wednesday, 12 July 2000 at 18:23:51 -0400, Damon Hammis wrote: > On Wed, 12 Jul 2000, James Howard wrote: > >> On Wed, 12 Jul 2000 doug@safeport.com wrote: >> >>> Note that the ONLY path that gave me any trouble at all is using a FreeBSD >>> parition only; the option that any sane person would be talked out of by the >>> warnings :) >> >> Bah, sane is for boring people. >> >> In the past, I have had no difficulty using "dangerously dedicated." No, neither have I. But some machines have problems, and it looks like Doug has one of them. > I've used dedicated disks on systems that ran multiple os' without a > problem. How do you do that? You can't use dedicated disks with more than one OS. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 17:21:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id 1322837BB2F for ; Wed, 12 Jul 2000 17:21:27 -0700 (PDT) (envelope-from pirol9999@gmx.net) Received: (qmail 27845 invoked by uid 0); 13 Jul 2000 00:21:25 -0000 Received: from p3e9ef9a4.dip0.t-ipconnect.de (HELO gmx.net) (62.158.249.164) by mail.gmx.net with SMTP; 13 Jul 2000 00:21:25 -0000 Date: Thu, 13 Jul 2000 02:23:07 +0200 From: Jens Sauer Reply-To: Jens Sauer To: freebsd-questions@FreeBSD.ORG Subject: Re: How to disable Kernel-Modules-Support? X-Mailer: Jens Sauer's registered AK-Mail 3.1 publicbeta2a [ger] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000713002127.1322837BB2F@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG OK, I found that there are no options "NO_LVM" or "NO_KLD" to disable the On-Demand-Loading of Kernel-Modules. Also the man-Pages of KLD and KLDLOAD don't say anything about that. Could please anybody tell me, if it's a security problem, to have this enabled (as one document stated in an maybe older Security-Advice at www.freebsd.org)? Thank you Jens > Hi, > anyone can tell, how I can disable the support for Loadable Kernel > Modules when compiling a new kernel. I tried kernel-option > "option NO_LKM", but kldstat shows 3 loaded modules anyway. > And I reviewed LINT many times, but still haven't found anything. > I'm using FreeBSD Stable of 07/2000, and think in my official > Walnut Creek Distribution 4.0 it was disabled by default. > Thanks in advance > Jens > 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 Jul 12 17:21:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from blount.mail.mindspring.net (blount.mail.mindspring.net [207.69.200.226]) by hub.freebsd.org (Postfix) with ESMTP id B8A9B37B59C for ; Wed, 12 Jul 2000 17:21:36 -0700 (PDT) (envelope-from kc144@sprynet.com) Received: from kevin (chi-tgn-goj-vty46.as.wcom.net [216.192.135.46]) by blount.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id UAA06375; Wed, 12 Jul 2000 20:21:33 -0400 (EDT) Message-ID: <000301bfec60$ae11f050$2e87c0d8@kevin> From: "Kevin Gross" To: "Martin Mactaggart" Cc: "questions" References: <20000710210600.2185.qmail@web4305.mail.yahoo.com> Subject: Re: My telnet has been possed by a demon (I can't telnet to my FreeBSD machine anoymore) Date: Wed, 12 Jul 2000 20:17:48 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm having the same problem when telnetting from my WinNT machine to my FBSD 4.0 Stable box. If I connect to the internet, I can telnet to my FBSD box just fine. Without an internet connection, no go. Incidentally, my NT box is running SyGate to share a dial-up internet connection (as I haven't figured out how to share one using FBSD yet). I'm pretty sure it's not an NT problem. For those who speak Windows, I've already changed the bindings so that the network card comes before the remote access WAN adapter. Anyone else have ideas? Kevin Gross ----- Original Message ----- From: "Martin Mactaggart" To: Sent: Monday, July 10, 2000 5:06 PM Subject: Re: My telnet has been possed by a demon (I can't telnet to my FreeBSD machine anoymore) > They don't seem to have been commented... > > It's weird, if I telnet while I am on the internet, I can keep the > connection after I disconnect, but I can't start a new one... > > Thank you for answering =) > --- "Richard E. Hawkins" wrote: > > > > Try uncommenting the telnet lines in /etc/services . . . > > > > hawk > > > > > > > > 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 Jul 12 17:34:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web2.sea.nwserv.com (web2.sea.nwserv.com [216.145.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 3D82637BFDE for ; Wed, 12 Jul 2000 17:34:44 -0700 (PDT) (envelope-from dpk@nwserv.com) Received: from localhost (dpk@localhost) by web2.sea.nwserv.com (8.9.3/8.9.2) with ESMTP id RAA06449; Wed, 12 Jul 2000 17:34:30 -0700 (PDT) (envelope-from dpk@nwserv.com) Date: Wed, 12 Jul 2000 17:34:30 -0700 (PDT) From: David Kirchner X-Sender: dpk@web2.sea.nwserv.com To: Martin Mactaggart Cc: freebsd-questions@FreeBSD.ORG Subject: Re: My telnet has been possed by a demon (I can't telnet to my FreeBSD machine anoymore) In-Reply-To: <20000709150812.9275.qmail@web4307.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Envelope-To: martinmact@yahoo.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 9 Jul 2000, Martin Mactaggart wrote: > Having said that, if my win2k machine is connected to the internet, > it seems to work (!?). The win2k machine is configured as the Gateway > and DNS of the FreeBSD machine (yes, I know that's backwards). I can > always ping back and forth with no packet loss, though... ^^^ I'd put my money on it being a problem with DNS timeouts. Try running bind on your FreeBSD box and have it handle the forward & reverse DNS for your LAN. -- David Kirchner, dpk@nwserv.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 17:43:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sparenix.metronet.com (sparenix.metronet.com [207.170.106.3]) by hub.freebsd.org (Postfix) with SMTP id B0AF537B6FA for ; Wed, 12 Jul 2000 17:43:28 -0700 (PDT) (envelope-from jmanley@metronet.com) Received: (qmail 31927 invoked by uid 7770); 13 Jul 2000 00:42:58 -0000 Received: from fcn105-111.tmi.net (HELO metronet.com) (207.170.105.111) by sparenix.metronet.com with SMTP; 13 Jul 2000 00:42:58 -0000 Message-ID: <396D106A.B504A32A@metronet.com> Date: Wed, 12 Jul 2000 19:42:18 -0500 From: Jim Manley X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: cvsup'd, rebuilt kernel - now system hangs at boot 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 cvsup'd my FBSD 4.0 box last night then did a make buildworld and make installworld. Before rebooting, I rebuilt my kernel in accordance with the instructions in the UPDATING file. Now when I boot, the system hangs after the "Doing initial network setup: hostname." message appears. I am able to boot with my old kernel provided I turn off the the linux emulation in rc.conf. I'd appreciate any insight anyone may have on this. Regards, Jim Manley To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 18: 2:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hecky.it.northwestern.edu (hecky.acns.nwu.edu [129.105.16.51]) by hub.freebsd.org (Postfix) with ESMTP id BE75B37B580 for ; Wed, 12 Jul 2000 18:02:11 -0700 (PDT) (envelope-from djkanter@northwestern.edu) Received: (from mailnull@localhost) by hecky.it.northwestern.edu (8.8.7/8.8.7) id UAA10469 for ; Wed, 12 Jul 2000 20:02:08 -0500 (CDT) Received: from localhost.localdomain (coconut-16-028036.nuts.nwu.edu [165.124.28.36]) by hecky.acns.nwu.edu via smap (V2.0) id xma010289; Wed, 12 Jul 00 20:01:38 -0500 Received: (from david@localhost) by localhost.localdomain (8.9.3/8.9.3) id SAA02595 for freebsd-questions@FreeBSD.ORG; Wed, 12 Jul 2000 18:21:36 -0500 (CDT) (envelope-from david) Date: Wed, 12 Jul 2000 18:21:36 -0500 From: "David J. Kanter" To: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD-3.5 Message-ID: <20000712182136.D2529@localhost.localdomain> Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <20000712154626.23013.qmail@bsdmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000712154626.23013.qmail@bsdmail.com>; from openzero@bsdmail.com on Wed, Jul 12, 2000 at 04:46:26PM +0100 X-Organization: Northwestern University X-Operating-System: FreeBSD localhost.localdomain 4.0-STABLE FreeBSD 4.0-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 12, 2000 at 04:46:26PM +0100, openzero@bsdmail.com wrote: > FreeBSD-3.5 is the last release of the 3x branche. > Is it stable 'ready' or currently under development, > like FreeBSD-4.0-STABLE ? Huh? It's the last of the 3.X. > Does FreeBSD-3.5 comes with IPv6? No. You need 4.X for that. -- David Kanter djkanter@northwestern.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 18: 2:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hecky.it.northwestern.edu (hecky.acns.nwu.edu [129.105.16.51]) by hub.freebsd.org (Postfix) with ESMTP id B3A5237B6DC for ; Wed, 12 Jul 2000 18:02:12 -0700 (PDT) (envelope-from djkanter@northwestern.edu) Received: (from mailnull@localhost) by hecky.it.northwestern.edu (8.8.7/8.8.7) id UAA10462; Wed, 12 Jul 2000 20:02:08 -0500 (CDT) Received: from localhost.localdomain (coconut-16-028036.nuts.nwu.edu [165.124.28.36]) by hecky.acns.nwu.edu via smap (V2.0) id xmaa10289; Wed, 12 Jul 00 20:01:40 -0500 Received: (from david@localhost) by localhost.localdomain (8.9.3/8.9.3) id SAA02582; Wed, 12 Jul 2000 18:19:02 -0500 (CDT) (envelope-from david) Date: Wed, 12 Jul 2000 18:19:02 -0500 From: "David J. Kanter" To: G-der Cc: freebsd-questions@FreeBSD.ORG Subject: Re: cvsup: src-sys ports-all breaks ports Message-ID: <20000712181902.C2529@localhost.localdomain> Mail-Followup-To: G-der , freebsd-questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from gder@tribble.net on Wed, Jul 12, 2000 at 02:51:46PM -0600 X-Organization: Northwestern University X-Operating-System: FreeBSD localhost.localdomain 4.0-STABLE FreeBSD 4.0-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 12, 2000 at 02:51:46PM -0600, G-der wrote: > My cvsupfile was set to get src-sys and ports-all. I recompiled the > kernel (so now I'm running 3.5-STABLE) and went to install some ports. On > each one I got an error message saying that the system version was > incorrect for the port. ---end quoted text--- I'm not expert, but you generally update sources AND the kernel in concert. Updating just one is bound to cause problems. You probably need to update src-all to get the ports to work, otherwise they'll be out of sync too. I first installed 3.4 release, then upgrading the ports and got all those messages about "Must make world first." I'd say that's a pretty obvious hint. -- David Kanter djkanter@northwestern.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 18: 2:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hecky.it.northwestern.edu (hecky.acns.nwu.edu [129.105.16.51]) by hub.freebsd.org (Postfix) with ESMTP id 34BBB37B7D2 for ; Wed, 12 Jul 2000 18:02:14 -0700 (PDT) (envelope-from djkanter@northwestern.edu) Received: (from mailnull@localhost) by hecky.it.northwestern.edu (8.8.7/8.8.7) id UAA10465; Wed, 12 Jul 2000 20:02:08 -0500 (CDT) Received: from localhost.localdomain (coconut-16-028036.nuts.nwu.edu [165.124.28.36]) by hecky.acns.nwu.edu via smap (V2.0) id xmab10289; Wed, 12 Jul 00 20:01:42 -0500 Received: (from david@localhost) by localhost.localdomain (8.9.3/8.9.3) id SAA02550; Wed, 12 Jul 2000 18:09:09 -0500 (CDT) (envelope-from david) Date: Wed, 12 Jul 2000 18:09:09 -0500 From: "David J. Kanter" To: "Jason C. Wells" Cc: Kuzak , freebsd-questions@FreeBSD.ORG Subject: Re: PCI pnp Modem Message-ID: <20000712180909.A2529@localhost.localdomain> Mail-Followup-To: "Jason C. Wells" , Kuzak , freebsd-questions@FreeBSD.ORG References: <20000711225752.A615@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from jcwells@nwlink.com on Wed, Jul 12, 2000 at 11:22:05AM -0700 X-Organization: Northwestern University X-Operating-System: FreeBSD localhost.localdomain 4.0-STABLE FreeBSD 4.0-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 12, 2000 at 11:22:05AM -0700, Jason C. Wells wrote: > What version of FreeBSD are you running? I was under the understanding > that PCI modems are not yet supported except via -current or a special > patch to stable. ---end quoted text--- No way. Mine worked out of the box with 3.4 release. Now I've got 4.0 stable. It was all a lot easier than I thought it would. Apparently 4.0 is more pnp-able. -- David Kanter djkanter@northwestern.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 18: 8: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id E0EA337B783 for ; Wed, 12 Jul 2000 18:07:49 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 13CWAq-0000sO-00; Thu, 13 Jul 2000 00:44:16 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 13CWAq-000LLp-00; Thu, 13 Jul 2000 00:44:16 +0100 Date: Thu, 13 Jul 2000 00:44:16 +0100 From: Ben Smithurst To: Mark Ovens Cc: questions@FreeBSD.org Subject: Re: Problem cvsup'ing gnats Message-ID: <20000713004416.A11000@strontium.scientia.demon.co.uk> References: <20000712191846.K237@parish> <20000712193930.Q11000@strontium.scientia.demon.co.uk> <20000713002434.L237@parish> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="9NMkeaDs5RpJ+9xI" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000713002434.L237@parish> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --9NMkeaDs5RpJ+9xI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Mark Ovens wrote: > One thing though, how do I add it to my normal sup-file: >=20 > *default host=3Dcvsup.uk.FreeBSD.org > *default base=3D/usr > *default prefix=3D/usr > *default release=3Dcvs tag=3DRELENG_4 > *default delete use-rel-suffix >=20 > *default compress >=20 > src-all > #cvs-crypto >=20 > doc-all tag=3D. > www tag=3D. > ports-all tag=3D. >=20 > gnats release=3Dcurrent prefix=3D/usr >=20 > I tried adding ``tag=3D'' (i.e. no tag) but that made the parser barf. > Would sticking the gnats line before any of the tag lines work? It *should* work if you put it before the *default tag=3D line, but I haven't tried it. RTFM. :-) Default settings may be specified in lines whose collection name is *default. Such defaults will apply to subsequent lines in the supfile. ^^^^^^^^^^ --=20 Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D FreeBSD Documentation Project / --9NMkeaDs5RpJ+9xI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: TQSWY+Cbmt+l/Tb326WNIw2wl7YK2MMI iQCVAwUBOW0CzysPVtiZOS99AQHoYgP/QIoXvyruQLMyEek3BcdoprmFj9jGPxPP uFEtNIEuKJHQrjG58ZVtfGpYn+ajF59hERj1WdVdNx352313djOw80vOu4oHjyDk IJQxe7G+Dv17+sztPbd9ZDuAWjCOmP+r/+Azl2o299nYtE69vywAXYiVzC2uXP8K ZfBXnT+zlYg= =6JHj -----END PGP SIGNATURE----- --9NMkeaDs5RpJ+9xI-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 18:12: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from frontier.netnology.com.au (frontier.netnology.com.au [203.33.30.19]) by hub.freebsd.org (Postfix) with ESMTP id A84C637B6DC for ; Wed, 12 Jul 2000 18:11:51 -0700 (PDT) (envelope-from craig@hotmix.com.au) Received: from marvin ([203.33.30.209]) by frontier.netnology.com.au (8.8.7/8.8.7) with SMTP id KAA02026 for ; Thu, 13 Jul 2000 10:23:45 +0800 Reply-To: From: "Craig Beasland" To: Subject: UPS Date: Thu, 13 Jul 2000 09:01:32 +0800 Message-ID: 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 CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there, I have just purchased a new UPS for my servers and have a quick question. Works Great I set the software to shutdown with 5 minutes of battery power remaining. The computer does a "shutdown now" to shutdown The 5 minutes goes by and the power goes out and the machine powers off. 10 minutes later the power comes back on and the machine comes back on. However, I set the software to shutdown with 5 minutes of battery power remaining. The computer does a "shutdown now" to shutdown 3 minutes goes by and the power comes back on. The machine is already in the shutdown ready mode How does the machine know to restart itself if the power comes back on after it has shutdown but before the battery in the UPS stops working? cheers craig To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 18:23: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.rdc1.sdca.home.com (mail2.rdc1.sdca.home.com [24.0.3.76]) by hub.freebsd.org (Postfix) with ESMTP id 082F037BD6B for ; Wed, 12 Jul 2000 18:23:06 -0700 (PDT) (envelope-from RaymundoVega@home.com) Received: from home.com ([24.5.252.61]) by mail2.rdc1.sdca.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20000713012305.JIQ1940.mail2.rdc1.sdca.home.com@home.com>; Wed, 12 Jul 2000 18:23:05 -0700 Message-ID: <396D19F9.937F521E@home.com> Date: Wed, 12 Jul 2000 18:23:05 -0700 From: "Raymundo M. Vega" X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Carl Strickler Cc: "'freebsd-questions@freebsd.org'" Subject: Re: Changing NIC Configuration References: <01BFEC15.6446E7A0.cstrickl@ifta.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Carl Strickler wrote: > > How do I change the IP address of a NIC after installation? (If the answer > is /stand/sysinstall please tell me where/how in it, as I have looked > around in it already.) > > TIA, > Carl > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message See: man ifconfig raymundo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 18:24:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from calliope1.fm.intel.com (calliope1.fm.intel.com [132.233.247.10]) by hub.freebsd.org (Postfix) with ESMTP id 982F037BD6B for ; Wed, 12 Jul 2000 18:24:48 -0700 (PDT) (envelope-from jackw@level1.com) Received: from mailgw.level1.com ([10.13.30.6]) by calliope1.fm.intel.com (8.9.1a+p1/8.9.1/d: relay.m4,v 1.30 2000/06/08 18:25:35 dmccart Exp $) with ESMTP id BAA26894 for ; Thu, 13 Jul 2000 01:24:48 GMT Received: from eldorado.scom.level1.com ([10.13.214.1] helo=mailhub.scom.level1.com) by mailgw.level1.com with esmtp (Exim 2.10 #1) id 13CXop-0004QN-00 for freebsd-questions@freebsd.org; Wed, 12 Jul 2000 18:29:39 -0700 Received: from catera ([10.13.214.33]) by mailhub.scom.level1.com with esmtp (Exim 2.12 #1) id 13CXjM-0003bs-00 for freebsd-questions@freebsd.org; Wed, 12 Jul 2000 18:24:00 -0700 Received: from jackw by catera with local (Exim 2.12 #1) id 13CXon-0005e6-00 for freebsd-questions@freebsd.org; Wed, 12 Jul 2000 18:29:37 -0700 To: freebsd-questions@freebsd.org Subject: unscribe X-Sun-Charset: US-ASCII Message-Id: From: Jack Wang Date: Wed, 12 Jul 2000 18:29:37 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I did unscribe from bsd and how can I'm still receive msg from BSD group To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 18:31:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lion.adeptscience.co.uk (lion.adeptscience.co.uk [193.116.153.4]) by hub.freebsd.org (Postfix) with ESMTP id 303FA37BD6B for ; Wed, 12 Jul 2000 18:31:12 -0700 (PDT) (envelope-from reese@adeptscience.com) Received: from porthos.ourway.org (async249-181.async.duke.edu [152.3.249.181]) by lion.adeptscience.co.uk (8.9.3/8.9.3) with SMTP id CAA58098 for ; Thu, 13 Jul 2000 02:29:52 +0100 (BST) (envelope-from reese@adeptscience.com) Message-Id: <200007130129.CAA58098@lion.adeptscience.co.uk> From: "Charles Reese" To: questions@FreeBSD.ORG Date: Wed, 12 Jul 2000 21:31:47 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: wusage not using much memory, very slow on FBSD 4.0 Reply-To: reese@adeptscience.com In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.01d) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to run the wusage log analysis program on FreeBSD 4.0. I had it running on FBSD 2.2.8 and it was a little slow but I have upgraded to FBSD 4.0 and added 512 Meg memory to this server and it is now unworkably slow. It is taking several minutes per day of log file. The strange thing is it used to use a lot of memory (which is why I added an additional 512 Meg.) but now it only uses around 7 meg no matter how long it runs. Any help would be greatly apprecitated. There is a bit of the top output below. Cheers Charlie Reese last pid: 34301; load averages: 4.15, 4.11, 3.83 up 16+07:53:05 02:25:09 69 processes: 5 running, 63 sleeping, 1 stopped CPU states: 74.5% user, 0.0% nice, 22.0% system, 3.5% interrupt, 0.0% idle Mem: 53M Active, 470M Inact, 82M Wired, 21M Cache, 30M Buf, 1164K Free Swap: 512M Total, 512M Free PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 34280 root 58 0 7708K 5872K RUN 4:08 21.92% 21.92% wusage 33576 root 56 0 5776K 4540K RUN 216:34 21.44% 21.44% wusage 33594 root 55 0 6384K 4980K RUN 214:45 21.34% 21.34% wusage To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 18:40:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.telestream.com (mail.telestream.com [205.238.4.5]) by hub.freebsd.org (Postfix) with ESMTP id 15C1237BDDA for ; Wed, 12 Jul 2000 18:40:47 -0700 (PDT) (envelope-from keith@mail.telestream.com) Received: from localhost (keith@localhost) by mail.telestream.com (8.9.3/8.9.3) with ESMTP id SAA31146 for ; Wed, 12 Jul 2000 18:40:46 -0700 Date: Wed, 12 Jul 2000 18:40:46 -0700 (PDT) From: To: freebsd-questions@freebsd.org Subject: Irix lists? Message-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 anyone aware of any IRIX mail lists? Keith ================================= Keith W. At the helm ================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 18:47:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from icave3.icave.com.mx (icave3.icave.com.mx [148.233.5.130]) by hub.freebsd.org (Postfix) with ESMTP id 13EA937B987 for ; Wed, 12 Jul 2000 18:47:40 -0700 (PDT) (envelope-from rafareta@icave.com.mx) Received: from icave.com.mx (icave10.icave.com.mx [148.233.5.137]) by icave3.icave.com.mx (8.9.3/8.9.3) with ESMTP id UAA77165; Wed, 12 Jul 2000 20:46:52 -0500 (CDT) (envelope-from rafareta@icave.com.mx) Message-ID: <396D1EFA.736CFD@icave.com.mx> Date: Wed, 12 Jul 2000 20:44:26 -0500 From: "Rafael A. Reta Rodriguez" Organization: ICAVE X-Mailer: Mozilla 4.7 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: "Raymundo M. Vega" Cc: Carl Strickler , "'freebsd-questions@freebsd.org'" Subject: Re: Changing NIC Configuration References: <01BFEC15.6446E7A0.cstrickl@ifta.net> <396D19F9.937F521E@home.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Raymundo M. Vega" wrote: > Carl Strickler wrote: > > > > How do I change the IP address of a NIC after installation? (If the answer > > is /stand/sysinstall please tell me where/how in it, as I have looked > > around in it already.) > > > > TIA, > > Carl > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > See: > man ifconfig > > raymundo > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Beter /etc/rc.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 18:55:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.clearsail.net (mail.clearsail.net [207.252.227.3]) by hub.freebsd.org (Postfix) with ESMTP id 8032E37BFA7 for ; Wed, 12 Jul 2000 18:55:27 -0700 (PDT) (envelope-from jason@clearsail.net) Received: from clearsail.net (capitan.clearsail.net [208.247.217.194]) by mail.clearsail.net (8.9.3/8.9.3) with ESMTP id UAA50413 for ; Wed, 12 Jul 2000 20:51:23 -0500 (CDT) Message-ID: <396D215C.92E058F5@clearsail.net> Date: Wed, 12 Jul 2000 20:54:36 -0500 From: Jason McNew Organization: ClearSail Communications X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: crashs before loading kernel on kern.flp Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Here is what i get when I try to boot of the disk (coppied by hand): /bood.config: -P Keyboard: yes / int=0000000d err=00000000 efl=00030002 eip=0000567f eax=00000208 ebx=00000000 ecx=c0010010 edx=00000100 esi=0000000b edi=00000005 ebp=000003f4 esp=000003c4 cs=f000 ds=ec00 es=1000 fs=0000 gs=0000 ss=9e75 cs:eip=0f 32 66 0d 00 00 08 00-0f 30 c3 66 b9 10 00 01 ss:esp=f4 56 03 01 00 00 00 01-00 00 2d 1d 00 ec 6a 1d System halted I get the same thing if I try to boot of the freebsd 4.0 ISO on ftp.freebsd.org. I read that someone was having a similar problem if they had a card in a particular ISA slot, but this motherboard dosn't have ANY ISA slots at all. I tried removing all of my PCI cards, (my video card is AGP) and I get the same thing. I also tried removing all of my IDE devices... same thing. The disk does boot ok when I put it into annother machine. My motherboard is a ASUS k7v with VIA KX133 chipset. The cpu is 800mhz amd k7. all components were purchased yesterday. -- ------------------------------------------- | Jason McNew, ClearSail Communications LLC | Office: 713-230-2804 Mobile: 713-303-9795 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 18:56:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (sirius-ether.rz.uni-ulm.de [134.60.1.36]) by hub.freebsd.org (Postfix) with ESMTP id D250837BFA7 for ; Wed, 12 Jul 2000 18:56:34 -0700 (PDT) (envelope-from siegbert.baude@gmx.de) Received: from gmx.de (lilith.wohnheim.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.9.3/8.9.3) with ESMTP id DAA24198; Thu, 13 Jul 2000 03:56:28 +0200 (MEST) Message-ID: <396D21CB.A0EA4543@gmx.de> Date: Thu, 13 Jul 2000 03:56:27 +0200 From: Siegbert Baude X-Mailer: Mozilla 4.73 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: de, en MIME-Version: 1.0 To: "Nathan J. Yoder" , "freebsd-questions@freebsd.org" Subject: Re: sound blaster AWE64 not working correctly References: <20000712130219.A47472@chesire.gummibears.nu> 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 trouble getting my PnP ISA Sound Blaster AWE64 working > correctly. > in my kernel config file: > device pcm > device sbc > # note, I have tried manually changing the sonud card settings for sbc, > # but freebsd detected the ones above automatically, and overrode the ones > # in the kernel config I experienced the same behaviour, those ISA settings are valid until the manual config phase of the boot procedure (you're able to verify this when booting with -c flag) and then are overwritten by the driver. Until now I didn't get an answer how to change this behaviour (for really manual assigning IRQs, which I normally prefer.) The problem for my system was, that the BIOS assigned IRQ 9 to USB. Until I added USB support into the kernel, FreeBSD hadn't noticed this already occupied IRQ and chose to place the AWE on IRQ 9. After including kernel support for USB everything went nice. (AWE then on IRQ 10) So check for any IRQ problems of devices not recognized by your kernel. Ciao Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 19: 0: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from icc.cgu.chel.su (gw.cgu.chel.su [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id C9BCF37C02B for ; Wed, 12 Jul 2000 18:59:58 -0700 (PDT) (envelope-from ilia@cgu.chel.su) Received: from mail.cgu.chel.su (mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.9.3/8.9.2) with ESMTP id HAA68058 for ; Thu, 13 Jul 2000 07:59:47 +0600 (ESS) (envelope-from ilia@cgu.chel.su) Received: (from uucp@localhost) by mail.cgu.chel.su (8.9.3/8.8.6) with UUCP id HAA38107 for questions@FreeBSD.ORG; Thu, 13 Jul 2000 07:59:37 +0600 (ESS) Received: from localhost (ilia@localhost) by jane.cgu.chel.su (8.9.3/8.9.2) with ESMTP id HAA01412 for ; Thu, 13 Jul 2000 07:54:59 +0600 (ESS) (envelope-from ilia@cgu.chel.su) X-Authentication-Warning: jane.cgu.chel.su: ilia owned process doing -bs Date: Thu, 13 Jul 2000 07:54:57 +0600 (ESS) From: Ilia Chipitsine To: questions@FreeBSD.ORG Subject: cannot upgrade Perl :-( Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Dear Sirs, 'make buildworld' on 4.0-RELEASE => 4.0-STABLE fails with ===> libperl ===> miniperl ===> perl cd sdbm && make all Segmentation fault - core dumped *** Error code 139 Stop in /usr/obj/usr/src/gnu/usr.bin/perl/perl/ext/SDBM_File/sdbm. *** Error code 1 Stop in /usr/obj/usr/src/gnu/usr.bin/perl/perl/ext/SDBM_File. *** Error code 1 Stop in /usr/src/gnu/usr.bin/perl/perl. *** Error code 1 Stop in /usr/src/gnu/usr.bin/perl. any idea ? Regards, (îÁÉÌÕÞÛÉÅ ÐÏÖÅÌÁÎÉÑ) Ilia Chipitsine (éÌØÑ ûÉÐÉÃÉÎ) -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQB1AwUBOW0hcuRxlWKN2EXhAQEoUQL/WAbw5aDdMjR5wdaRoUpGTgFQ+u18yJUG klaXiMRBLOLXgrhF8h2BRcvHyjoU0eYgxTllJy4K44kj7SVSjLuzzykR/l3JWEWr R1f6bRbGKd2hWmUa6zYLBr0EmGpgKkMu =6Ol0 -----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 Jul 12 20: 1:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.rdc1.sdca.home.com (mail2.rdc1.sdca.home.com [24.0.3.76]) by hub.freebsd.org (Postfix) with ESMTP id BA71D37C0B5 for ; Wed, 12 Jul 2000 20:01:18 -0700 (PDT) (envelope-from bri@sonicboom.org) Received: from cx175057b ([24.13.23.147]) by mail2.rdc1.sdca.home.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20000713030118.DDDT1940.mail2.rdc1.sdca.home.com@cx175057b>; Wed, 12 Jul 2000 20:01:18 -0700 Message-ID: <011d01bfec76$39a3dec0$93170d18@ocnsd1.sdca.home.com> From: "Brian" To: "Greg Lehey" Cc: References: <20000702102918.C18213@wantadilla.lemis.com> Subject: Re: dell inspiron 3500 Date: Wed, 12 Jul 2000 19:58:30 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When I asked which versions, I was referring to bsd/linux flavors. Unfortunately, I do have the cardbus version.. Brian ----- Original Message ----- From: "Greg Lehey" To: "Brian" Cc: Sent: Saturday, July 01, 2000 5:59 PM Subject: Re: dell inspiron 3500 > On Friday, 30 June 2000 at 12:16:53 -0700, Brian wrote: > > > > Anyone tried bsd or linux with the above laptop. > > (reference: Dell Inspiron 3500). > > I'm sure they have. I'm using a 7500, and so are a number of other > people. > > > If you were successful, which versions? > > Of the 3500? Is there more than version? > > > My main concern is the pcmcia 10/100 ethernet card, a 3com > > 3ccfe575bt I believe.. > > There are two versions of this card, a PCCARD version and CardBus > version. FreeBSD currently doesn't support CardBus at all. > > Greg > -- > When replying to this message, please copy the original recipients. > For more information, see http://www.lemis.com/questions.html > Finger grog@lemis.com for PGP public key > See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 20: 2:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from vindaloo.allsolutions.com.au (vindaloo.allsolutions.com.au [203.111.24.54]) by hub.freebsd.org (Postfix) with ESMTP id 6E90B37C0B5 for ; Wed, 12 Jul 2000 20:02:26 -0700 (PDT) (envelope-from David_May@allsolutions.com.au) Received: from ASPerth1.allsolutions.com.au (aspns.internal [192.9.200.250]) by vindaloo.allsolutions.com.au (8.9.3/8.9.3) with SMTP id LAA03476 for ; Thu, 13 Jul 2000 11:02:19 +0800 (WST) (envelope-from David_May@allsolutions.com.au) Received: by ASPerth1.allsolutions.com.au(Lotus SMTP MTA v1.2 (600.1 3-26-1998)) id 4825691B.0010C394 ; Thu, 13 Jul 2000 11:03:06 +0800 X-Lotus-FromDomain: ALL SOLUTIONS From: "David May" To: freebsd-questions@FreeBSD.ORG Message-ID: <4825691B.000CD6D1.00@ASPerth1.allsolutions.com.au> Date: Thu, 13 Jul 2000 11:03:01 +0800 Subject: [Q] Problem configuring User PPP NAT options. Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a FreeBSD server connected to the Internet and my own private network. I have added a dial-up line to connect to another private network using User PPP. The remote PPP server allocates the local and remote IP addresses when the link is up and the addresses are static. Unfortunately the the remote server assigns IP addresses which conflict with public addresses assigned to well-known institution. Other hosts on the remote network also conflict. I have already used the "enable nat" option but that does not prevent the local and remote addresses assigned by the remote PPP server from appearing in my routing table. Can I somehow use the NAT features in User PPP to solve this problem? An example would help. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 20:11: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freemail.aecinfo.com (host-45.toronto.bricsnet.com [209.146.217.45]) by hub.freebsd.org (Postfix) with ESMTP id 2B62237C15A for ; Wed, 12 Jul 2000 20:10:52 -0700 (PDT) (envelope-from mitayai@bricsnet.com) Received: from itdept (cr592943-a.bloor1.on.wave.home.com [24.43.32.78]) by freemail.aecinfo.com (8.8.8/8.8.8) with SMTP id XAA25732 for ; Wed, 12 Jul 2000 23:11:42 -0400 (EDT) (envelope-from mitayai@bricsnet.com) From: "Will Mitayai Keeso Rowe" To: Subject: Mirroring ftp://ftp.freebsd.org/pub/FreeBSD Date: Wed, 12 Jul 2000 23:15:30 -0400 Message-ID: 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 IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If one wanted to mirror ftp://ftp.freebsd.org/pub/FreeBSD what would be the best way to go about it? How big is it, approximately? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 20:14:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cornfed.digitalwest.net (cornfed.digitalwest.net [216.111.116.60]) by hub.freebsd.org (Postfix) with ESMTP id A646C37C186 for ; Wed, 12 Jul 2000 20:14:36 -0700 (PDT) (envelope-from admin-freebsdquestions@cornfed.digitalwest.net) Received: from localhost (localhost [127.0.0.1]) (IDENT: uid 0) by cornfed.digitalwest.net with esmtp; Wed, 12 Jul 2000 20:14:35 -0700 Date: Wed, 12 Jul 2000 20:14:33 -0700 (PDT) From: admin-freebsdquestions@cornfed.digitalwest.net X-Sender: root@cornfed.digitalwest.net To: freebsd-questions@freebsd.org Subject: What version of PAM... Message-ID: 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'm using FreeBSD 4.0R right now, and I'm wondering if anyone knows what version of PAM is used, or how I can find out? -- nicholas cole To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 20:53:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.enteract.com (mail.enteract.com [207.229.143.33]) by hub.freebsd.org (Postfix) with ESMTP id 8DD5C37B61C for ; Wed, 12 Jul 2000 20:53:27 -0700 (PDT) (envelope-from djab@enteract.com) Received: from olivia (dschrock.cpe.dsl.enteract.com [216.80.53.93] (may be forged)) by mail.enteract.com (8.9.3/8.9.3) with SMTP id WAA95641 for ; Wed, 12 Jul 2000 22:53:26 -0500 (CDT) (envelope-from djab@enteract.com) Message-ID: <002701bfec7e$2edf6510$0271a8c0@anonymousdaemon.org> Reply-To: "Daniel Schrock" From: "Daniel Schrock" To: "freebsd-questions" Subject: Wedged PERC2 RAID Controller? Date: Wed, 12 Jul 2000 22:55:28 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to cvsup a Dell Poweredge 4400 with a PERC2 RAID controller from 4.0-release to 4.0-stable. Although buggy and plagued with lockups, I managed to get 4.0-Release installed and managed to cvsup by killing all etraneous processes, but make buildworld keeps locking the system. Rebooting was the only way out, which caused fsck errors on numerous occasions. My last attempt completely hosed the system. Does anyone have any experience with FreeBSD4.0 on a Poweredge with a PERC2 card? I need to get this server up as soon as possible. I am at a loss as to how to get 4.0-stable on the system, since cvsup'ing hasn't worked at all. Any advice would be helpful. Thanks Daniel Schrock To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 21: 9:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.enteract.com (mail.enteract.com [207.229.143.33]) by hub.freebsd.org (Postfix) with ESMTP id 019C137B7F8 for ; Wed, 12 Jul 2000 21:09:26 -0700 (PDT) (envelope-from djab@enteract.com) Received: from olivia (dschrock.cpe.dsl.enteract.com [216.80.53.93] (may be forged)) by mail.enteract.com (8.9.3/8.9.3) with SMTP id XAA97367; Wed, 12 Jul 2000 23:09:23 -0500 (CDT) (envelope-from djab@enteract.com) Message-ID: <008701bfec80$691a3f00$0271a8c0@anonymousdaemon.org> Reply-To: "Daniel Schrock" From: "Daniel Schrock" To: Cc: "freebsd-questions" References: <8kj1p3$se3$1@FreeBSD.csie.NCTU.edu.tw> Subject: Re: Need Unix Command List Date: Wed, 12 Jul 2000 23:11:25 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Unix in a Nutshell- 3rd Edition from O'Reilly, written by Arnold Robbins. An excellent reference. Also look into BSD in a Nutshell when it comes out. Daniel Schrock ----- Original Message ----- From: Newsgroups: mailing.freebsd.questions Sent: Wednesday, July 12, 2000 7:16 PM Subject: Need Unix Command List > Hi, I need some information on Unix Commands. I am a consutling engineer and > currently being considered for a short term project to support a team using > Unix Systems. > > What I need to know is where can I get a copy of Unix commands. I worked > with the unix System a few years back and need to refresh my memory on the > commands needed. If you have a list that I can access please advise. > > Thanks for your help. > > Best Regards, > > Patrick O'Brien > POBrien387@aol.com > Tel: 818-422-1077 > > > 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 Jul 12 21:14:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f100.law8.hotmail.com [216.33.241.100]) by hub.freebsd.org (Postfix) with SMTP id DC4D437C053 for ; Wed, 12 Jul 2000 21:14:52 -0700 (PDT) (envelope-from t_tonthat@hotmail.com) Received: (qmail 28828 invoked by uid 0); 13 Jul 2000 04:14:51 -0000 Message-ID: <20000713041451.28827.qmail@hotmail.com> Received: from 63.15.134.182 by www.hotmail.com with HTTP; Wed, 12 Jul 2000 21:14:51 PDT X-Originating-IP: [63.15.134.182] From: "Thaisan Tonthat" To: freebsd-questions@FreeBSD.ORG Subject: questions Date: Wed, 12 Jul 2000 23:14:51 CDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I am going to build a computer on which i am planning to run a version of un*x. I am almost positive i am going to run free bsd on my machine, but i would like to know before i build my machine, what is a good configurating (be broad) for a computer running free bsd? I will be building this computer from scratch. Thanks for your help! Sincerely, Thaisan Tonthat ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail 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 Jul 12 21:40:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from implode.root.com (root.com [209.102.106.178]) by hub.freebsd.org (Postfix) with ESMTP id 8F5A537BF10 for ; Wed, 12 Jul 2000 21:40:02 -0700 (PDT) (envelope-from dg@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.8/8.8.5) with ESMTP id VAA11389; Wed, 12 Jul 2000 21:27:11 -0700 (PDT) Message-Id: <200007130427.VAA11389@implode.root.com> To: "Will Mitayai Keeso Rowe" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Mirroring ftp://ftp.freebsd.org/pub/FreeBSD In-reply-to: Your message of "Wed, 12 Jul 2000 23:15:30 EDT." From: David Greenman Reply-To: dg@root.com Date: Wed, 12 Jul 2000 21:27:11 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >If one wanted to mirror ftp://ftp.freebsd.org/pub/FreeBSD what would be the >best way to go about it? >How big is it, approximately? There are several different utilities that you could use. There's the perl "mirror", and then there's the C "spegla", and "wget", and probably others. I'm using spegla to mirror things onto ftp.freesoftware.com and "mirror" to mirror things onto ftp.cdrom.com. As for the size: [sourcerer:.0] du -k -s FreeBSD 45056516 FreeBSD ...or about 45GB. -DG David Greenman Co-founder, The FreeBSD Project - http://www.freebsd.org Manufacturer of high-performance Internet servers - http://www.terasolutions.com Pave the road of life with opportunities. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 21:47:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from psiklone.dyndns.org (freebsd.rules.and.winsucks.com [205.232.79.212]) by hub.freebsd.org (Postfix) with ESMTP id 9869F37B6BF for ; Wed, 12 Jul 2000 21:47:52 -0700 (PDT) (envelope-from tms@psiklone.dyndns.org) Received: by psiklone.dyndns.org (8.9.3/8.9.3) id AAA01750; Thu, 13 Jul 2000 00:48:45 -0400 (EDT) (envelope-from tms) From: Tim To: PObrien387@aol.com, freebsd-questions@FreeBSD.ORG Subject: Re: Need Unix Command List Date: Thu, 13 Jul 2000 00:47:42 -0400 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain References: <68.562445d.269e6447@aol.com> In-Reply-To: <68.562445d.269e6447@aol.com> MIME-Version: 1.0 Message-Id: <00071300484403.01651@freebsd.rules.and.winsucks.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hit the tab key 2x at the prompt. Reading is good too On Wed, 12 Jul 2000, PObrien387@aol.com wrote: > Hi, I need some information on Unix Commands. I am a consutling engineer and > currently being considered for a short term project to support a team using > Unix Systems. > > What I need to know is where can I get a copy of Unix commands. I worked > with the unix System a few years back and need to refresh my memory on the > commands needed. If you have a list that I can access please advise. > > Thanks for your help. > > Best Regards, > > Patrick O'Brien > POBrien387@aol.com > Tel: 818-422-1077 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 21:58:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pemaquid.safeport.com (pemaquid.safeport.com [204.156.12.58]) by hub.freebsd.org (Postfix) with ESMTP id BFC7F37B5AB for ; Wed, 12 Jul 2000 21:58:48 -0700 (PDT) (envelope-from doug@safeport.com) Received: from localhost (doug@localhost) by pemaquid.safeport.com (8.9.3/8.9.3) with ESMTP id AAA06187; Thu, 13 Jul 2000 00:57:35 -0400 (EDT) (envelope-from doug@safeport.com) From: doug@safeport.com X-Authentication-Warning: pemaquid.safeport.com: doug owned process doing -bs Date: Thu, 13 Jul 2000 00:57:35 -0400 (EDT) To: Greg Lehey Cc: Damon Hammis , freebsd-questions@FreeBSD.ORG, James Howard Subject: Re: Anyone resolved "Missing operating system" In-Reply-To: <20000713094946.C4094@wantadilla.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 Liberally edited for legibility.. On Thu, 13 Jul 2000, Greg Lehey wrote: [cut] summary - what systems did not work... > Can you be more specific? > > > The answer is two of them: Dell Latitude LM P133 circa 1997 and an LM M166MMX of > > the same year. > > > > Note that the ONLY path that gave me any trouble at all is using a > > FreeBSD parition only; the option that any sane person would be > > talked out of by the warnings :) > > This option is in fact the best choice, if it works. You waste a lot > of space with a Microsoft partition table. Here's a partition table > from a Latitude CPi with two partitions: Well I thought so too - If I wanted DOS I could run windows eh :) > Disk name: wd0 FDISK Partition Editor > DISK Geometry: 789 cyls/255 heads/63 sectors = 12675285 sectors > > Offset Size End Name PType Desc Subtype Flags > > 0 63 62 - 6 unused 0 > 63 4192902 4192964 wd0s2 2 fat 6 > 4192965 8482320 12675284 wd0s1 3 freebsd 165 C > 12675285 10395 12685679 - 6 unused 0 > > Note the 63 sectors at the beginning. One of them is the partition > table, the other 62 are waste. Also the 10395 (that's right, over 5 > MB) at the end. You can't use this space. With dedicated disks, you > get the entire disk. This in fact is the reason I wanted to do this. These are old systems with pretty small disks. How much you waste is a function of the geometry; On the LM P133: Disk name: Disk name: wd0 DISK Geometry: 256 cyls/197 heads/63 sectors = 3177216 sectors Offset Size End Name PType Desc Subtype Flags 0 63 62 6 unused 0 63 3177153 3177215 wd0s1 3 freebsd 165 C= So I only lose 32K. It was worse on the other system which is why I tried the dedicated partition. > The problem with the Latitude is probably that the BIOS is broken, and > that it expects to see a Microsoft partition table at the beginning of > the disk. I do not believe this to be the case, because I can install 3.4 and not 4.0. In an earlier post I send sysinstall output for a dedicated partition on one of my Latitudes running 3.4 and PAO. This is my "production" laptop; it works flawlessly (excepting for operator error). > On Wednesday, 12 July 2000 at 18:23:51 -0400, Damon Hammis wrote: > > On Wed, 12 Jul 2000, James Howard wrote: [cut] > >> > >> Bah, sane is for boring people. > >> > >> In the past, I have had no difficulty using "dangerously dedicated." > > No, neither have I. But some machines have problems, and it looks > like Doug has one of them. If the BIOS is "broken" it is broken in a way that 3.4 can handle. Maybe something in 4.0 assumes more modern machines?? > > I've used dedicated disks on systems that ran multiple os' without a > > problem. > > How do you do that? You can't use dedicated disks with more than one > OS. <:( _____ Douglas Denault doug@safeport.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 22: 3:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id 9255B37B7EA for ; Wed, 12 Jul 2000 22:03:23 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Received: from localhost (lplist@localhost) by q.closedsrc.org (8.10.2/8.10.2) with ESMTP id e6D52EG95012; Wed, 12 Jul 2000 22:02:14 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Date: Wed, 12 Jul 2000 22:02:14 -0700 (PDT) From: Linh Pham To: Thaisan Tonthat Cc: freebsd-questions@FreeBSD.ORG Subject: Re: questions In-Reply-To: <20000713041451.28827.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 I would start by reading through the first several sections of the FreeBSD handbook at http://www.freebsd.org/handbook. Pretty much you can install and run FreeBSD stabily on any kind of x86 machine, as long as it doesn't have any Windows-based hardware (like Winmodems, etc.) or any odd-ball hardware. If you are planning on using X Windows (most likely XFree86), you may want to skim through the XFree86 documentations and support hardware lists to make sure that the video card you picked out will work. At today's hardware and prices, you can put together a machine with either an Intel Celeron or an AMD Athlon processor with 32-64MB of RAM, >4 GB hard drive and a decent video card (something like a Matrox G200 or G400 would be good enough for X). If the machine will be on a network, a decent network card (like an Intel, 3Com, Linksys, etc.) is definitely a must. I actually ran FreeBSD 3.4-STABLE on a dual P5-100 with 64MB of RAM and a 1MB PCI video card, running XFree86 3.3.5, sure it was a little slow, but it ran Netscape, WordPerfect, StarOffice and even Mozilla M12 without a hitch. // Linh Pham // // Proud supporter of FreeBSD and OpenBSD // FreeBSD - http://www.freebsd.org // OpenBSD - http://www.openbsd.org /* "Oregon, n.: Eighty billion gallons of water with no place to go on Saturday night." */ On Wed, 12 Jul 2000, Thaisan Tonthat wrote: > Hello, > I am going to build a computer on which i am planning to run a version of > un*x. I am almost positive i am going to run free bsd on my machine, but i > would like to know before i build my machine, what is a good configurating > (be broad) for a computer running free bsd? I will be building this > computer from scratch. Thanks for your help! > Sincerely, > Thaisan Tonthat > ________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail 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 Jul 12 22:28:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cummings.uol.com.br (cummings.uol.com.br [200.230.198.69]) by hub.freebsd.org (Postfix) with ESMTP id 172AC37BB16 for ; Wed, 12 Jul 2000 22:28:52 -0700 (PDT) (envelope-from l.ostan@uol.com.br) Received: from default ([200.224.86.14]) by cummings.uol.com.br (8.9.1/8.9.1) with ESMTP id CAA28265 for ; Thu, 13 Jul 2000 02:28:48 -0300 (BRT) Message-Id: <200007130528.CAA28265@cummings.uol.com.br> From: "Leonardo" To: Subject: install ports Date: Thu, 13 Jul 2000 02:23:23 -0300 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 I have FreeBSD 4.0 (i keep it in UNICAMP/Br) , but less ports. When i try install a port the system notice : "table is full" or else "can't open /usr/ports/Mk/bsd.port.mk". After instalation my system don't create a directory named "/usr/ports/Mk". This sign: - I don't installed suport for PORTS ! >>> HOW I DO IT ? I try read HOWTO - make a port , but this don't show what i look for... Thanks, baianoc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jul 12 23:34:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.alpha.net.au (mail2.alpha.net.au [203.41.44.8]) by hub.freebsd.org (Postfix) with ESMTP id 983B937B572 for ; Wed, 12 Jul 2000 23:34:32 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from danny.idx.com.au (surry-pool-182.alpha.net.au [203.41.44.182] (may be forged)) by mail.alpha.net.au (8.9.3/8.9.3) with ESMTP id RAA09041; Thu, 13 Jul 2000 17:45:25 +1000 Message-Id: <4.3.0.20000713163903.00a7a9b0@192.168.1.194> X-Sender: dannyh@192.168.1.194 X-Mailer: QUALCOMM Windows Eudora Version 4.3 Date: Thu, 13 Jul 2000 16:41:27 +1000 To: "Jonathan Fosburgh" , , From: Danny Subject: Re: APSFILTER AND PRINTING In-Reply-To: <01c201bfec00$f6202480$ca406f8f@mdacc.tmc.edu> References: <20000712120842.27D5D37BABE@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have been using Apsfilter for 1 year on FreeBSD (except for today when I am using Windows to run VB) Did you purchase the 4 cd set? Maybe you can install it from the CD's Apsfilter installs a directory located in /usr/local/apsfilter Sorry to everyone in advance if I am using Email headers, word wrap etc etc At 07:59 AM 7/12/00 -0500, Jonathan Fosburgh wrote: >----- Original Message ----- >From: >To: >Sent: Wednesday, July 12, 2000 4:02 AM >Subject: APSFILTER AND PRINTING > > > > > > I am a newbie, recently coming from OS/2, > >Welcome! > > > > Two days ago, after going to /usr/ports/print/apsfilter, I ran "make all >clean > > > install" (or the correct order you have it in), and my system was >"making" for > > > about 30 minutes. When I checked it, it seemed to be "looping", the same > > > commands came up. > > > > >Let's take this step-by-step. >cd /usr/ports/print/apsfilter >make distclean # this will make sure that the old build is cleaned and the >old distfile is removed >make # This should fetch, extract, configure, and build the port, make sure >it succeeds and does not die > with a bunch of Error Code 1's >make install # This will install the port. After it is completely installed, >go > look at /var/db/pkg/apsfilter-$version/+CONTENTS and find out > where it installed everything, probably /usr/local/apsfilter >or /usr/local/share/apsfilter > Verify the files are actually installed there, then >make distclean # again > > > > When I did the same thing tonight, connection was refused. > >Probably the machine was not accepting connections due to load. > > > I've now tried to "make deinstall", but it appears, it was never installed > > in the first place. Is there a possibility I have strewn data files and > > bits of programme around my HDD to the point where I will have to > > re-install the whole partition? > > >I doubt this is the case, the ports system is (usually) good about this. >Likely, it never installed a single file outside of >/usr/ports/print/apsfilter. > > > >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 Jul 12 23:39:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.alpha.net.au (mail2.alpha.net.au [203.41.44.8]) by hub.freebsd.org (Postfix) with ESMTP id 80B8337BA39 for ; Wed, 12 Jul 2000 23:39:13 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from danny.idx.com.au (surry-pool-182.alpha.net.au [203.41.44.182] (may be forged)) by mail.alpha.net.au (8.9.3/8.9.3) with ESMTP id RAA09338; Thu, 13 Jul 2000 17:50:00 +1000 Message-Id: <4.3.0.20000713164407.00a9d6f0@192.168.1.194> X-Sender: dannyh@192.168.1.194 X-Mailer: QUALCOMM Windows Eudora Version 4.3 Date: Thu, 13 Jul 2000 16:46:02 +1000 To: "J. Ryan Peters" , freebsd-questions@FreeBSD.ORG From: Danny Subject: Re: HP LJ2100 printing problems In-Reply-To: <4.2.2.20000712140857.00bb3cd0@mail.asis.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You can use apsfilter from www.freebsd.org/ports You just have to Follow the step by step instructions then after you finsited with apsfilter Start /usr/sbin/lpd in /usr/local/etc/rc.d lpr whatever.ps to print Sorry if you have receiving this email incorrectly(eg > html headers, word wrap etc ) I need Windows to run VB. At 02:13 PM 7/12/00 -0700, J. Ryan Peters wrote: >I have a HP Laser Jet 2100, connected to a FreeBSD 4.0 Release box. Can >someone send me (to my address not the list) a working /etc/printcap >entry. All I seem to be able to do it make my printer spool blank paper. >I've read the man pages, and I haven't been able to decipher a thing that >can help me. I've tried filters of: > :if=/usr/local/libexec/hpif: >and >:if=/usr/local/bin/unix2dos: >and >:if=/usr/share/examples/printing/hpif: > >Does anyone have any ideas? >Thanks. > >jrp@asis.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 Jul 13 0:13:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from Ultranet.ca (popper2.vphos.net [207.102.129.203]) by hub.freebsd.org (Postfix) with SMTP id BEC8F37BB44 for ; Thu, 13 Jul 2000 00:13:10 -0700 (PDT) (envelope-from Chains@Ultranet.ca) Received: from ultranet.ca ([209.52.215.5]) by popper2.vphos.net ; Thu, 13 Jul 2000 00:13:08 -0700 Message-ID: <396D6C10.462BC735@Ultranet.ca> Date: Thu, 13 Jul 2000 00:13:20 -0700 From: Rob Wilkinson X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.org Subject: Installation on a 486-2/66 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 problem installing FreeBSD release 4.0 on my system. My System: ^^^^^^^^^ 486 DX2/66 8MB of RAM ISA Western Digital 340MB hardrive Motherboard: 452S (with VL-BUS) Disk Configuration: ^^^^^^^^^^^^^^ 40MB DOS partition including the minimal install files in directory C:\FreeBSD\BIN The other partition is allocated to FreeBSD The Problem: ^^^^^^^^^^ After first going through the "OPTIONS" feature in the install, I selected install from MS-DOS partition 1. This works OK! Next when the installation setup program asked me to FDISK, I selected the unused partition for FreeBSD, created and set the slice as bootable. This works OK! For setup, i selected "A" for automatically configure the directories. This worked ok! **FINALLY, when it began installing from MS-DOS, it gets to about 9% (chunk 12 of 130) and it just sits there! My original install from the floppies (27 diskettes), would have the same problems (which is why I decided to install from MS-DOS on the same hardrive). I noticed that once i was able to install all the way up to 35% from diskette before the setup program decided to freeze. By hitting CTRL-ALT-DELETE after freezing, sometimes it would continue installing. But recently it just starts re-installing the entire bin distribution after it gives me a read failure message. I have attempted to install FreeBSD many times but have been stopped at the same problem. Could you give me any insight as to why I would have this problem? Should i purchase the FreeBSD distribution CD and install from there? Thanks, Rob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 0:36:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id C201537B5E4 for ; Thu, 13 Jul 2000 00:36:29 -0700 (PDT) (envelope-from sirabyss@gmx.net) Received: (qmail 12544 invoked by uid 0); 13 Jul 2000 07:36:27 -0000 Received: from p3e9ed6a9.dip0.t-ipconnect.de (HELO abysstwo.abyssworld.de) (62.158.214.169) by mail.gmx.net with SMTP; 13 Jul 2000 07:36:27 -0000 Message-Id: <4.3.2.7.2.20000713093856.00aa1260@pop.gmx.net> X-Sender: 565549@pop.gmx.net X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Thu, 13 Jul 2000 09:43:53 +0200 To: freebsd-questions@FreeBSD.ORG From: Daniel Haischt Subject: cyrus imap server Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hello, i try to install/configure the cyrus imap server. if i start cyradm, the cyrus administration tool, i'll get an authentification error. below the messages, taken from syslog ... -------------8<------------8<---------------- Jul 13 07:28:24 abyssone imapd[22945]: CRAM-MD5: CRAM-MD5 secrets database has incompatible version (-1). My version (3) Jul 13 07:28:24 abyssone imapd[22945]: DIGEST-MD5: DIGEST-MD5 secrets database has incompatible version (-1). My version (3) ------------->8------------>8---------------- any help regarding this problem whould be appreciated. regards daniel haischt -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 0:42:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fedde.littleton.co.us (fedde.littleton.co.us [216.17.174.44]) by hub.freebsd.org (Postfix) with ESMTP id 5AAA537B99A for ; Thu, 13 Jul 2000 00:42:52 -0700 (PDT) (envelope-from cfedde@fedde.littleton.co.us) Received: from fedde.littleton.co.us (localhost [127.0.0.1]) by fedde.littleton.co.us (8.11.0.Beta3/8.11.0.Beta3) with ESMTP id e6D7gjL42679; Thu, 13 Jul 2000 01:42:45 -0600 (MDT) Message-Id: <200007130742.e6D7gjL42679@fedde.littleton.co.us> To: Rob Wilkinson Cc: questions@FreeBSD.ORG Subject: Re: Installation on a 486-2/66 In-Reply-To: <396D6C10.462BC735@Ultranet.ca> From: Chris Fedde Date: Thu, 13 Jul 2000 01:42:45 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 13 Jul 2000 00:13:20 -0700 Rob Wilkinson wrote: +------------------ | I have a problem installing FreeBSD release 4.0 on my system. | | My System: | ^^^^^^^^^ | 486 DX2/66 | 8MB of RAM | ISA Western Digital 340MB hardrive | Motherboard: 452S (with VL-BUS) | | I have attempted to install FreeBSD many times but have been stopped at | the same problem. Could you give me any insight as to why I would | have this problem? Should i purchase the FreeBSD distribution CD | and install from there? | | Thanks, | Rob +------------------ I'm interested to see that you are attempting to install FreeBSD on such old hardware. I have a few motherboards like that laying around and have concidered using them as say dedicated home automation controlers. I'm, assuming 4.0 install here. I don't know if this was true of 3.3 or if it is true of 3.5... If you get to where the system is actually installing packages there are three virtual terminals available F1 F2 and F4 F1 has the blue "dummies" scrieen that shows how far the processis and a couple other bits of data. F2 is a log of the output from the distribution install and F4 is a root shell prompt. You may get a better clue about what is breaking by watchcing F2 and poking around with the shell on F4. chris -- Chris Fedde 303 773 9134 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 0:49:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt052n3e.san.rr.com (dt052n3e.san.rr.com [204.210.33.62]) by hub.freebsd.org (Postfix) with ESMTP id 6040837C2DD for ; Thu, 13 Jul 2000 00:49:09 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (master [10.0.0.2]) by dt052n3e.san.rr.com (8.9.3/8.9.3) with ESMTP id AAA12750; Thu, 13 Jul 2000 00:49:08 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <396D7474.AAEEB1DA@gorean.org> Date: Thu, 13 Jul 2000 00:49:08 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "Gao, Wen Gan (Wen Gan)" Cc: "'questions@freebsd.org'" Subject: Re: Help to explain the warning message "pmap_collect:collecting pv entries-- suggestincreasing PMAP_SHPGERPROC" References: <2E132B78C846D3118F1A0008C7AABBD3522478@CI1093EXCH001U> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Gao, Wen Gan (Wen Gan)" wrote: > > Hi, > > I am freeBSD new comer, Got a warning message " > "pmap_collect:collecting pv entries-- suggest increasing PMAP_SHPGERPROC" > from FreeBSD OS, > what's this meaning, how can I fix this problem? The mail archives have plenty of data on this topic. Good luck, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 1: 3: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from staff.uk.psi.com (staff.uk.psi.com [154.8.2.2]) by hub.freebsd.org (Postfix) with ESMTP id CDA9437C46E for ; Thu, 13 Jul 2000 01:02:52 -0700 (PDT) (envelope-from daniel.cuthbert@uk.psi.com) Received: from hrel039 (ip202.dc-eng.uk.psi.com [154.8.27.202]) by staff.uk.psi.com (8.8.4/) with SMTP id JAA11401; Thu, 13 Jul 2000 09:02:42 +0100 (BST) Reply-To: From: "Daniel Cuthbert" To: , Subject: RE: FreeBSD-3.5 Date: Thu, 13 Jul 2000 09:02:09 +0100 Message-ID: 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 IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20000712154626.23013.qmail@bsdmail.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi Can anyone explain the difference between the version numbers? which is newer 4.0 or 3.5? cheers dan -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of openzero@bsdmail.com Sent: 12 July 2000 16:46 To: freebsd-questions@freebsd.org Subject: FreeBSD-3.5 FreeBSD-3.5 is the last release of the 3x branche. Is it stable 'ready' or currently under development, like FreeBSD-4.0-STABLE ? I wanted to download the cd-image! **** Does FreeBSD-3.5 comes with IPv6? thanx... Daniel Ridder (Germany) -- Get your free email from http://www.bsdmail.com Powered by Outblaze 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 Jul 13 1:21:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ldc.ro (ldc-gw.pub.ro [192.129.3.227]) by hub.freebsd.org (Postfix) with SMTP id C3B9C37B98C for ; Thu, 13 Jul 2000 01:21:26 -0700 (PDT) (envelope-from razor@ldc.ro) Received: (qmail 20265 invoked by uid 666); 13 Jul 2000 08:21:12 -0000 Date: Thu, 13 Jul 2000 11:21:12 +0300 From: Alex Popa To: freebsd-questions@freebsd.org Subject: VESA 132x43 mode on ATI Mach64 Message-ID: <20000713112112.A35581@ldc.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I want to use that mode (I have been using it in Linux, before I switched to FreeBSD), on an ATI Mach 64. Before, I used to specify a 'vga=0x133' parameter to LILO. Is there any way to specify this to the kernel, or to convince vidcontrol to show me mode 0x133 as available and with text size 132x43? (and also use it) I am using FreeBSD 4-STABLE, cvsupped about two days ago. Output from vidcontrol: # vidcontrol -i mode mode# flags type size font window linear buffer ------------------------------------------------------------------------------ 0 (0x000) 0x00000001 T 40x25 8x8 0xb8000 32k 32k 0x00000000 32k 1 (0x001) 0x00000001 T 40x25 8x8 0xb8000 32k 32k 0x00000000 32k 2 (0x002) 0x00000001 T 80x25 8x8 0xb8000 32k 32k 0x00000000 32k 3 (0x003) 0x00000001 T 80x25 8x8 0xb8000 32k 32k 0x00000000 32k 4 (0x004) 0x00000003 G 320x200x2 1 8x8 0xb8000 32k 32k 0x00000000 32k 5 (0x005) 0x00000003 G 320x200x2 1 8x8 0xb8000 32k 32k 0x00000000 32k 6 (0x006) 0x00000003 G 640x200x1 1 8x8 0xb8000 32k 32k 0x00000000 32k 13 (0x00d) 0x00000003 G 320x200x4 4 8x8 0xa0000 64k 64k 0x00000000 256k 14 (0x00e) 0x00000003 G 640x200x4 4 8x8 0xa0000 64k 64k 0x00000000 256k 16 (0x010) 0x00000003 G 640x350x2 2 8x14 0xa0000 64k 64k 0x00000000 128k 18 (0x012) 0x00000003 G 640x350x4 4 8x14 0xa0000 64k 64k 0x00000000 256k 19 (0x013) 0x00000001 T 40x25 8x14 0xb8000 32k 32k 0x00000000 32k 20 (0x014) 0x00000001 T 40x25 8x14 0xb8000 32k 32k 0x00000000 32k 21 (0x015) 0x00000001 T 80x25 8x14 0xb8000 32k 32k 0x00000000 32k 22 (0x016) 0x00000001 T 80x25 8x14 0xb8000 32k 32k 0x00000000 32k 23 (0x017) 0x00000001 T 40x25 8x16 0xb8000 32k 32k 0x00000000 32k 24 (0x018) 0x00000001 T 80x25 8x16 0xb8000 32k 32k 0x00000000 32k 26 (0x01a) 0x00000003 G 640x480x4 4 8x16 0xa0000 64k 64k 0x00000000 256k 27 (0x01b) 0x00000003 G 640x480x4 4 8x16 0xa0000 64k 64k 0x00000000 256k 28 (0x01c) 0x00000003 G 320x200x8 1 8x8 0xa0000 64k 64k 0x00000000 64k 30 (0x01e) 0x00000001 T 80x50 8x8 0xb8000 32k 32k 0x00000000 32k 32 (0x020) 0x00000001 T 80x30 8x16 0xb8000 32k 32k 0x00000000 32k 34 (0x022) 0x00000001 T 80x60 8x8 0xb8000 32k 32k 0x00000000 32k 37 (0x025) 0x00000003 G 320x240x8 4 8x8 0xa0000 64k 64k 0x00000000 256k 106 (0x06a) 0x0000000b G 800x600x4 4 8x14 0xa0000 64k 64k 0x00000000 2048k 112 (0x070) 0x00000000 T 80x43 8x8 0xb8000 32k 32k 0x00000000 32k 113 (0x071) 0x00000001 T 80x43 8x8 0xb8000 32k 32k 0x00000000 32k 258 (0x102) 0x0000000b G 800x600x4 4 8x14 0xa0000 64k 64k 0x00000000 2048k 260 (0x104) 0x0000000b G 1024x768x4 4 8x16 0xa0000 64k 64k 0x00000000 2048k # vidcontrol -i adapter fb0: vga0, type:VESA VGA (5), flags:0x700ff initial mode:24, current mode:113, BIOS mode:3 frame buffer window:0xb8000, buffer size:0x8000 window size:0x8000, origin:0x0 display start address (0, 0), scan line width:80 reserved:0x0 # Lots of thanks, Alex ------------+------------------------------------------ Alex Popa, |There never was a good war or a bad peace razor@ldc.ro| -- B. Franklin ------------+------------------------------------------ "It took the computing power of three C-64s to fly to the Moon. It takes a 486 to run Windows 95. Something is wrong here." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 1:31:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt052n3e.san.rr.com (dt052n3e.san.rr.com [204.210.33.62]) by hub.freebsd.org (Postfix) with ESMTP id 535DE37C2B7 for ; Thu, 13 Jul 2000 01:31:40 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (master [10.0.0.2]) by dt052n3e.san.rr.com (8.9.3/8.9.3) with ESMTP id BAA13001; Thu, 13 Jul 2000 01:31:34 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <396D7E66.FA2E33D7@gorean.org> Date: Thu, 13 Jul 2000 01:31:34 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Jan Kunzmann Cc: David Huff , freebsd-questions@FreeBSD.ORG Subject: Re: Resolver problem (or bug?) References: <3965FE74.1C99715C@gmx.de> <20000711155818.F12467@armadillo.itg.ti.com> <396BD5A0.2ADA1796@gmx.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jan Kunzmann wrote: > > Hi David, > > thanks for your reply... but I already tried out all possible > combinations in resolv.conf (at present I use both domain and search > directive). Still the same problem. > And still the big mysterium: gethostbyname("maschine") seems not to > query the /etc/hosts first (although /etc/host.conf contains "hosts" > before "bind")... Read the man page for resolv.conf carefully, then remove the domain directive. Good luck, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 1:59: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt052n3e.san.rr.com (dt052n3e.san.rr.com [204.210.33.62]) by hub.freebsd.org (Postfix) with ESMTP id 2266237B57C for ; Thu, 13 Jul 2000 01:59:02 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (master [10.0.0.2]) by dt052n3e.san.rr.com (8.9.3/8.9.3) with ESMTP id BAA13090; Thu, 13 Jul 2000 01:58:54 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <396D84CE.88B0C103@gorean.org> Date: Thu, 13 Jul 2000 01:58:54 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Chris Fedde Cc: questions@freebsd.org Subject: Re: mixing STABLE and manualy maintained distributions. References: <200007120516.e6C5Gv696823@fedde.littleton.co.us> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Chris Fedde wrote: > > I'm hoping that some of you might have a comment on this. > > I track a few distributions from the net pretty closely (bind, sendmail, > perl, etc). Generaly I have a different version of these than is tagged > by RELENG-4. My current procedure is to synch with stable compile up to > functional then re-install my distributions. > > Is there a tool or technique that I could be using that is better > suited to this kind of environment than what I am doing? You need to look more carefully at the make.conf options. There are knobs to turn off the builds of all 3 things that you mentioned explicitly, and a lot more. Creation of additional knobs for other items of interest is always welcome (though not always accepted). You should also look carefully at the option of using a cvs repository and checking out your src tree. This will give you a mechanism for preserving local modifications that don't end up in the tree. Good luck, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 2:52:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from projects.telecity.co.uk (projects.telecity.co.uk [212.212.143.132]) by hub.freebsd.org (Postfix) with ESMTP id 5D00137C349 for ; Thu, 13 Jul 2000 02:52:31 -0700 (PDT) (envelope-from jorourke@projects.telecity.co.uk) Received: (from jorourke@localhost) by projects.telecity.co.uk (8.9.3/8.9.3) id KAA24945 for freebsd-questions@freebsd.org; Thu, 13 Jul 2000 10:56:10 GMT (envelope-from jorourke) Date: Thu, 13 Jul 2000 10:56:10 GMT From: John ORourke Message-Id: <200007131056.KAA24945@projects.telecity.co.uk> To: freebsd-questions@freebsd.org Subject: burn ATAPI CD-R in 4.0 (no worm device?!) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've read everything everywhere, web pages, mail archives, and *nothing* tells me how to burn an ATAPI CD now that the worm device is gone. /usr/share/examples/atapi and /worm contain nice scripts, as so many people point out, but it refers to the 'scsi' command which I don't have, and /dev/rworm0 which I also don't have. 'camcontrol devlist -v' returns no devices on /dev/xpt0. Help! I sometimes wonder why I ever left Linux.... John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 2:55: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.sunesi.net (ns1.sunesi.net [196.15.192.194]) by hub.freebsd.org (Postfix) with ESMTP id D543437C391 for ; Thu, 13 Jul 2000 02:54:58 -0700 (PDT) (envelope-from nbm@sunesi.net) Received: from nbm by ns1.sunesi.net with local (Exim 3.03 #1) id 13Cfha-000CRf-00; Thu, 13 Jul 2000 11:54:42 +0200 Date: Thu, 13 Jul 2000 11:54:42 +0200 From: Neil Blakey-Milner To: Daniel Cuthbert Cc: openzero@bsdmail.com, freebsd-questions@freebsd.org Subject: Re: FreeBSD-3.5 Message-ID: <20000713115442.A47753@mithrandr.moria.org> References: <20000712154626.23013.qmail@bsdmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from daniel.cuthbert@uk.psi.com on Thu, Jul 13, 2000 at 09:02:09AM +0100 Organization: Sunesi Clinical Systems X-Operating-System: FreeBSD 3.3-RELEASE i386 X-URL: http://rucus.ru.ac.za/~nbm/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu 2000-07-13 (09:02), Daniel Cuthbert wrote: > Can anyone explain the difference between the version numbers? which is > newer 4.0 or 3.5? ---- 3.0 --- stable development ------- 3.4-RELEASE -------- 3.5-RELEASE \ \ \- wild development --- stable development --- 4.0-RELEASE --- Basically, when 3.0-RELEASE occurs, development started on the 4.0 branch, where all the new and latest stuff would go, and would be imported back to the 3.0 branch if considered stable enough. Eventually, it was felt the 4.0 stuff was ready for prime time, so it was cleaned up, and became 4.0-RELEASE, whereas previously it was 4.0-CURRENT. At that exact time, the 5.0 branch was started, to take all the new development, since the 4.0 branch was now dedicated to being stable for production use. The upgrade to 3.4-RELEASE to 4.0-RELEASE includes many new features, some changed driver names, different ways of doing things, and so on. However, after 3.4 was released, stable updates continued on the 3.0 branch, and were included. Since these updates had occurred, and some people didn't want the hassle of upgrading to 4.0-RELEASE, the final release on the 3.0 branch, 3.5-RELEASE was made. Basically, 3.5-RELEASE was later in time, but doesn't contain the features that 4.0-RELEASE has. If you want to choose a release, choose 4.0-RELEASE, or wait a few days for 4.1-RELEASE. Starting with 3.5-RELEASE now would leave you at a dead-end, and you'd have to upgrade to the 4.0 branch soon anyway. 4.0 also has more features, supports more hardware, and so forth. Neil -- Neil Blakey-Milner Sunesi Clinical Systems nbm@mithrandr.moria.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 3: 1:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from office.internetmedia.ru (mail.internetmedia.ru [212.113.98.10]) by hub.freebsd.org (Postfix) with ESMTP id 690F537C3D1 for ; Thu, 13 Jul 2000 03:01:38 -0700 (PDT) (envelope-from antuan@internetmedia.ru) Received: by mail.internetmedia.ru with Internet Mail Service (5.5.2650.21) id <3WTW582N>; Thu, 13 Jul 2000 14:02:15 +0400 Message-ID: From: Antuan Avdioukhine To: "'freebsd-questions@freebsd.org'" Subject: Strange behaviour: FreeBSD 3.3 w/AHA-2940U2W + SC_DISABLE_REBOOT Date: Thu, 13 Jul 2000 14:02:14 +0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="KOI8-R" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Gentlemen, Strange problem I have. I own PC, P3-600, BX chipset w/AHA-2940U2W. It detected as: ahc0: rev 0x00 int a irq 11 on pci0.16.0 ahc0: aic7890/91 Wide Channel A, SCSI Id=7, 16/255 SCBs First, I get such message every boot: (da0:ahc0:0:0:0): Duplicate Wired Device entry! (da0:ahc0:0:0:0): Second device will not be wired after that boot process continued normally. Second, when I'd inserted "option SC_DISABLE_REBOOT" to disable CAD sequence machine hangs during boot after IP filter had initialized, before disks had been detected... Message appeared before it died was something about ahc0 timeout during initializing... Can anyone commenth this behaviour? --- Antuan Avdioukhine (DEKA-RIPN) InternetMedia Holding Ltd., System Administrator St.Petersburg, Russia. +7 (812) 320 8585 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 3: 6:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt052n3e.san.rr.com (dt052n3e.san.rr.com [204.210.33.62]) by hub.freebsd.org (Postfix) with ESMTP id 6367137C3B5 for ; Thu, 13 Jul 2000 03:06:32 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (master [10.0.0.2]) by dt052n3e.san.rr.com (8.9.3/8.9.3) with ESMTP id DAA13574; Thu, 13 Jul 2000 03:05:06 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <396D9452.BEC5DB5C@gorean.org> Date: Thu, 13 Jul 2000 03:05:06 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Mark Ovens Cc: questions@freebsd.org Subject: Re: Problem cvsup'ing gnats References: <20000712191846.K237@parish> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mark Ovens wrote: > > Following the instructions in the committers guide on how to cvsup the > gnats database I added > > gnats release=current prefix=/usr > > to my sup file and I have no idea what the committer's guide says, but here is the cvsup file I've used for years. The first set of entries is for the cvs repo files, but it does slurp down the gnats files as well. Oddly enough, this information is in /usr/share/examples/cvsup/gnats-supfile. # Defaults that apply to all the collections *default host=cvsupserver.FreeBSD.org *default base=/usr *default prefix=/usr/ncvs *default release=cvs *default delete use-rel-suffix umask=002 # Collection information # http://www.freebsd.org/handbook/synching.html ports-all src-all doc-all www # CVS for the CVSup server's own configuration files. distrib *default release=current gnats Good thing I'M not a committer... Good luck, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 3:54: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bryden.apana.org.au (bryden.apana.org.au [203.3.126.129]) by hub.freebsd.org (Postfix) with ESMTP id 3E9E437C39B for ; Thu, 13 Jul 2000 03:53:58 -0700 (PDT) (envelope-from dougy@bryden.apana.org.au) Received: from ROADRUNNER (roadrunner.apana.org.au [203.3.126.132]) by bryden.apana.org.au (8.9.3/8.9.3) with SMTP id UAA25956; Thu, 13 Jul 2000 20:56:45 +1000 (EST) (envelope-from dougy@bryden.apana.org.au) Message-ID: <007101bfecb9$04ba8220$847e03cb@ROADRUNNER> From: "Doug Young" To: "Erin" , References: <000201bfec4a$11109e20$5314be0a@erin-laptop.sdccd.cc.ca.us> Subject: Re: Video capture issues Date: Thu, 13 Jul 2000 20:56:27 +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 5.00.2919.5600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.5600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks Erin ..... I'll have a poke around & see if any of them in OZ ----- Original Message ----- From: "Erin" To: "'Doug Young'" ; Sent: Thursday, July 13, 2000 7:42 AM Subject: RE: Video capture issues > > Has anyone managed to get video capture sorted out to > > the stage where its usable ?? From what I've been able to > > glean from the mailing list archives its still very much a "hit > > & miss" affair, but I'm hoping that someone has discovered > > some of the tricks and just hasn't had time to publish info. > > Are you looking for something like a web cam or something to make > mpgs with? > > > > Any info on the subject would be appreciated. I'm inclined > > to lean toward either parallel port or video capture card style > > setups since I've yet to see anything USB work reliably in > > any operating system. > > Either way, a good start is something in the BT848 based chipset. > www.videologic.com has a nice $50.00 capture card. > > > > Erin > > > mailto:kahn@deadbbs.com > http://www.deadbbs.com > http://www.fortenberry.net > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 4:34:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ovk.altai.ru (ovk.altai.ru [212.94.99.142]) by hub.freebsd.org (Postfix) with ESMTP id 3A6A237C420 for ; Thu, 13 Jul 2000 04:34:39 -0700 (PDT) (envelope-from subs@ovk.altai.ru) Received: from localhost (subs@localhost) by ovk.altai.ru (8.9.3/8.9.3) with ESMTP id SAA02641 for ; Thu, 13 Jul 2000 18:37:24 +0700 (NOVST) Date: Thu, 13 Jul 2000 18:37:24 +0700 (NOVST) From: "Yuri A. Wolf" To: questions@FreeBSD.org Subject: simple/strange routing Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings. I have a LAN connected via FreeBSD-3.4 to 2 different ISPs via 2 interfaces, say if1 (ISP1) and if2 (ISP2). if1 is the default, and I need if2 only to recieve mail to my old domain. I want my sendmail (or whatever) if receive setup from if2 to work via if2, using ISP2 as default gateway. What I need to do all this work? The way I tried before: I have MX record at ISP2's name server pointed to domain(if2) (value 10) and domain(if1) (value 20). The problem is: Version I 1. host_x make connection to domain(if2):25 2. domain(if2) send response via default gateway (if1) and the first cisco kill the packet by obvious reason Version II 1. host_x try to make connection to domain(if2):25 2. ipfw add reject tcp from any to ip2 via if2 setup 3. icmp (host unreachable) with source ip(if2) goes via if1, and the first cisco kill the packet by the same reason as previous Version III 1. host_x try to make connection to domain(if2):25 2. ipfw add deny tcp from any to ip2 via if2 setup or just deny all from any to any via if2 setup 3. host_x does not interested in MX records... ;-( and still try to make the connection ;-)) Any ideas? Cheers, Yura To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 4:35:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web4301.mail.yahoo.com (web4301.mail.yahoo.com [216.115.104.193]) by hub.freebsd.org (Postfix) with SMTP id EC78237B544 for ; Thu, 13 Jul 2000 04:35:54 -0700 (PDT) (envelope-from martinmact@yahoo.com) Message-ID: <20000713113553.6087.qmail@web4301.mail.yahoo.com> Received: from [216.13.35.47] by web4301.mail.yahoo.com; Thu, 13 Jul 2000 04:35:53 PDT Date: Thu, 13 Jul 2000 04:35:53 -0700 (PDT) From: Martin Mactaggart Subject: Re: My telnet has been possed by a demon (I can't telnet to my FreeBSD machine anoymore) To: David Kirchner , 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 for the info David :) I'll let you all know how this turns out; first I have to go to work and then I have to read some man pages, so it might take me a day or two. Oh yeah, I just finished busting my kernel, but that shouldn't take too long to fix. I'd've [ignorantly] thought that having an /etc/hosts file circumvents the DNS... Is that wrong? On a completely irrelevant note, I'm looking at "just finished busting my kernel" and thinking there should be a web page devoted to things heard in IT land that would make no sense to a noncomputer person ("I'm an admin, use me"). Once again hopeful, Martin --- David Kirchner wrote: > > On Sun, 9 Jul 2000, Martin Mactaggart wrote: > > > Having said that, if my win2k machine is connected to the > internet, > > it seems to work (!?). The win2k machine is configured as the > Gateway > > and DNS of the FreeBSD machine (yes, I know that's backwards). I > can > > always ping back and forth with no packet loss, though... > ^^^ > > I'd put my money on it being a problem with DNS timeouts. Try running > bind > on your FreeBSD box and have it handle the forward & reverse DNS for > your > LAN. > > -- > David Kirchner, dpk@nwserv.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 Jul 13 4:48:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.networkone.net (mail.networkone.net [209.144.112.75]) by hub.freebsd.org (Postfix) with SMTP id 78BFB37B925 for ; Thu, 13 Jul 2000 04:48:47 -0700 (PDT) (envelope-from reader@newsguy.com) Received: (qmail 21016 invoked from network); 13 Jul 2000 11:48:46 -0000 Received: from adsl-117-113.ln.networkone.net (HELO local.lan) (209.144.117.113) by mail.networkone.net with SMTP; 13 Jul 2000 11:48:46 -0000 Received: (from reader@localhost) by satellite.local.lan (8.9.3/8.9.3) id QAA10383; Wed, 12 Jul 2000 16:28:34 -0700 (PDT) (envelope-from reader) To: freebsd-questions@FreeBSD.ORG Subject: /var/mail Read only with mutt From: Harry Putnam Date: 12 Jul 2000 16:28:34 -0700 Message-ID: <87sntfapy5.fsf@satellite.local.lan> Lines: 18 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Running 4.0 snap 06/24 A new comer to FreeBSD, I think I may have something set wrong on my mail spool directory. Accessing mail from /var/mail/$USER with mutt (version mutt-1.2). I'm getting a message from mutt that the mailbox is readonly if I use the `d' (delete) key. However looking at the permissions with ls -l tells a different story: ls -l /var/mail total 183 total 183 -rw------- 1 reader reader 112437 Jul 12 16:22 reader -rw------- 1 root wheel 61616 Jul 12 03:10 root Does that look like the normal permissions for mailspool files? What other reason may cause that error from mutt? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 4:48:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.networkone.net (mail.networkone.net [209.144.112.75]) by hub.freebsd.org (Postfix) with SMTP id D126337B7BB for ; Thu, 13 Jul 2000 04:48:46 -0700 (PDT) (envelope-from reader@newsguy.com) Received: (qmail 21014 invoked from network); 13 Jul 2000 11:48:46 -0000 Received: from adsl-117-113.ln.networkone.net (HELO local.lan) (209.144.117.113) by mail.networkone.net with SMTP; 13 Jul 2000 11:48:46 -0000 Received: (from reader@localhost) by satellite.local.lan (8.9.3/8.9.3) id TAA17270; Wed, 12 Jul 2000 19:59:13 -0700 (PDT) (envelope-from reader) To: freebsd-questions@FreeBSD.ORG Subject: webglimpse port breaks at `make install' From: Harry Putnam Date: 12 Jul 2000 19:59:13 -0700 Message-ID: <87k8eq7n26.fsf@satellite.local.lan> Lines: 39 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Running 4.0 snap 06/24 I've about given up on the complexities of FreeWAIS as a local search engine and wanted to try webglimpse as an alternative. In the ports directory www/webglimpse, the `make' goes off with out a whimper, but `make install' fails loadly with: trying to build httpget... c -O -pipe -s -o lib/httpget lib/httpget.c c -O -pipe -s -o lib/html2txt lib/html2txt.c UILD SUCCESSFUL. RROR - Aborting install. Cannot create directory "/usr/local/www/cgi-bin/" ** Error code 2 top in /usr/ports/www/webglimpse. ** Error code 1 top in /usr/ports/www/webglimpse. *** Error code 1 I'm not that clear on how the ports mechanism works so don't have much of a clue where to begin debugging this. The directories in the complaint are actually made and have some files in them: ls -F /usr/local/www/webglimpse/ : .wgsiteconf dist/ lib/ At the bottom of the Makefile is a line that says: .include What is that and where is it? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 5: 5:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.bnetmd.net (ns1.bnetmd.net [64.23.0.71]) by hub.freebsd.org (Postfix) with ESMTP id DED0D37BB74 for ; Thu, 13 Jul 2000 05:05:45 -0700 (PDT) (envelope-from freebsd@mail.bnetmd.net) Received: from localhost (freebsd@localhost) by mail.bnetmd.net (8.9.3/8.9.3) with ESMTP id IAA92289 for ; Thu, 13 Jul 2000 08:05:17 -0400 (EDT) (envelope-from freebsd@mail.bnetmd.net) Date: Thu, 13 Jul 2000 08:05:16 -0400 (EDT) From: Glenn McCalley To: freebsd-questions@freebsd.org Subject: what is soaking up memory? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there, 2.2.8 system, 192MB, runs fine -- but... after uptime of 12 hours or so free memory (shown by top, not exact I know but should be close?) has fallen to 5MB or so. Usage is shown as about 125MB Active with about 25MB each Wired and Cache. We just added 64MB to bring it to the 192MB and it was soaked up overnight. Stopping apache, raven and minivend (only things running to speak of) only frees about 15MB, so what's got the other 180MB or so? ps doesn't show anything odd running, and interestingly the % memory used by task shown in ps only totals to about 32%. Ideas welcome. Thanks! Glenn. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 5:10:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id 831C737B7BB for ; Thu, 13 Jul 2000 05:10:29 -0700 (PDT) (envelope-from pirol9999@gmx.net) Received: (qmail 12240 invoked by uid 0); 13 Jul 2000 12:10:24 -0000 Received: from p3e9c34f9.dip0.t-ipconnect.de (HELO gmx.net) (62.156.52.249) by mail.gmx.net with SMTP; 13 Jul 2000 12:10:24 -0000 Date: Thu, 13 Jul 2000 14:12:07 +0200 From: Jens Sauer Reply-To: Jens Sauer To: freebsd-questions@FreeBSD.ORG Cc: freebsd-newbies@FreeBSD.ORG Subject: Re: How to disable Kernel-Modules-Support? X-Mailer: Jens Sauer's registered AK-Mail 3.1 publicbeta2a [ger] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000713121029.831C737B7BB@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>On Wed 2000-07-12 (22:19), Jens Sauer wrote: >> anyone can tell, how I can disable the support for Loadable Kernel >> Modules when compiling a new kernel. I tried kernel-option >> "option NO_LKM", but kldstat shows 3 loaded modules anyway. >> And I reviewed LINT many times, but still haven't found anything. >You might want to look in the init(8) man page, at the securelevel >section. >Neil >-- >Neil Blakey-Milner >Sunesi Clinical Systems >nbm@mithrandr.moria.org Thank you, I think that's the right way Jens To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 5:11: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cairo.anu.edu.au (cairo.anu.edu.au [150.203.224.11]) by hub.freebsd.org (Postfix) with ESMTP id 1A46537B90A for ; Thu, 13 Jul 2000 05:10:49 -0700 (PDT) (envelope-from rob@coombs.anu.edu.au) Received: from localhost (rob@localhost) by cairo.anu.edu.au (8.9.3/8.9.3) with ESMTP id WAA15558; Thu, 13 Jul 2000 22:10:37 +1000 (EST) Date: Thu, 13 Jul 2000 22:10:36 +1000 (EST) From: Rob Hurle X-Sender: rob@cairo.anu.edu.au To: Harry Putnam Cc: freebsd-questions@FreeBSD.ORG Subject: Re: webglimpse port breaks at `make install' In-Reply-To: <87k8eq7n26.fsf@satellite.local.lan> Message-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 Harry, > RROR - Aborting install. Cannot create directory "/usr/local/www/cgi-bin/" > ** Error code 2 > > top in /usr/ports/www/webglimpse. > ** Error code 1 > > top in /usr/ports/www/webglimpse. > *** Error code 1 > > I'm not that clear on how the ports mechanism works so don't have much > of a clue where to begin debugging this. > > The directories in the complaint are actually made and have some files > in them: > > ls -F /usr/local/www/webglimpse/ : > .wgsiteconf dist/ lib/ I'm no expert on this, but (a) are you sure that you ran the "make" as root. (b) check the permissions on /usr/local/www: ls -ld /usr/local/www It should be: drwxr-xr-x 6 root wheel 512 Mar 23 17:01 /usr/local/www (or similar). (c) as user "root", try making a file in the directory: cd /usr/local/www mkdir cgi-bin If this fails, it may give you clue as to what's going on (no disc space maybe?). Maybe that particular directory is there, with stuff in it? But the port should check for that. Hope one of these helps. Cheers, Rob Hurle ---------------------------------------------------------- Rob Hurle rob@coombs.anu.edu.au Connect-A Tel: +61 2 6247 2397 PO Box 13 Fax: +61 2 6248 8905 Ainslie ACT 2602 Mobile: 0417 293 603 Australia ---------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 5:12:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by hub.freebsd.org (Postfix) with ESMTP id DCCA137C25F for ; Thu, 13 Jul 2000 05:12:09 -0700 (PDT) (envelope-from jcm@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 13ChqZ-0002Z9-00; Thu, 13 Jul 2000 13:12:07 +0100 Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) id NAA12039; Thu, 13 Jul 2000 13:12:07 +0100 (BST) (envelope-from jcm) Date: Thu, 13 Jul 2000 13:12:06 +0100 From: j mckitrick To: Rahul Siddharthan Cc: questions@freebsd.org Subject: Re: help !! libpng.so.3 not found Message-ID: <20000713131206.A11814@dogma.freebsd-uk.eu.org> References: <20000713001522.A7293@dogma.freebsd-uk.eu.org> <20000713044918.G2015@physics.iisc.ernet.in> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000713044918.G2015@physics.iisc.ernet.in>; from rsidd@physics.iisc.ernet.in on Thu, Jul 13, 2000 at 04:49:18AM +0530 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jul 13, 2000 at 04:49:18AM +0530, Rahul Siddharthan wrote: > /usr/ports/graphics/png > Source: ftp://ftp.libpng.org > Current version is 1.0.7, should be backward compatible with what you > had before. Strange. I tried that and it didn't work. I ended up removing and re-installing xv and that did it. jm -- ------------------------------------------------------------------- Jonathon McKitrick -- jcm@freebsd-uk.eu.org To Microsoft: "Your tyranny I was part of, is now cracking on every side. Now your own life is in danger. Your Empire is on fire." Front 242 ------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 5:17:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.one.net (mail.one.net [206.112.192.107]) by hub.freebsd.org (Postfix) with ESMTP id 48BC037B7BB for ; Thu, 13 Jul 2000 05:17:22 -0700 (PDT) (envelope-from carleton@one.net) Received: from ztown3-3-132.adsl.one.net ([216.23.29.132] EHLO miltonstreet.com ident: IDENT-NOT-QUERIED [port 7439]) by mail.one.net with ESMTP id <818943-26730>; Thu, 13 Jul 2000 08:17:14 -0400 Message-ID: <396DB335.758C53CC@miltonstreet.com> From: Sam Carleton X-Mailer: Mozilla 4.72 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Questions Subject: bare bones install of FreeBSD? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 13 Jul 2000 08:17:04 -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have installed FreeBSD before and like the beast a great deal. I am about to install FreeBSD on a P200 Pro that is going to be a web server w/ MySQL, mail server, and DNS server, all for the small web site. Considering this machine is going to be on the outside of a firewall, I was going to implement the firewall on it simply for itself. My question is this: I am install FreeBSD 4.0-SABLE on the P200 Pro. I want to do a very minimal install on the machine but I want to make sure I have the tools I need to setup things up: 1) I am going to be compiling a number of the servers myself, so I need the gcc compiler. I do not want to install any development programs that I do not absoluting need. 2) I would like to be able to run vim in X-Windows mode from another machine, thus I need to be able to compile vim with X-Windows support. But I do not want X-Windows itself on this machine. 3) I want to uninstall the compiler once I am done using the compiler. How would I go about doing such a bare bones install, but still having the headers and libs I need for vim and all the right stuff to compile code? How do I uninstall the stuff when that time comes? Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 5:19:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.squidge.com (ns0.squidge.com [195.10.252.4]) by hub.freebsd.org (Postfix) with ESMTP id A7DEC37C374 for ; Thu, 13 Jul 2000 05:17:54 -0700 (PDT) (envelope-from si@mystery-machine.com) Received: from simonh ([193.133.98.226]) by mail.squidge.com (8.9.3/8.9.3) with SMTP id NAA95967 for ; Thu, 13 Jul 2000 13:26:17 +0100 (BST) (envelope-from si@mystery-machine.com) Message-ID: <011601bfecc4$73a2af90$430110ac@billco.internal> Reply-To: "Simon Holliday" From: "Simon Holliday" To: Subject: frame grabber Date: Thu, 13 Jul 2000 13:17:57 +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 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG can anyone recommend a good frame grabber card for FreeBSD? The list on the supported hardware page seems a little out of date. thanks in advance, Si. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 5:24:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from matrix.buckhorn.net (matrix.buckhorn.net [208.129.165.68]) by hub.freebsd.org (Postfix) with ESMTP id 7479037B90A for ; Thu, 13 Jul 2000 05:24:31 -0700 (PDT) (envelope-from bob@buckhorn.net) Received: from buckhorn.net (nebula.buckhorn.net [208.129.165.66]) by matrix.buckhorn.net (8.9.3/8.9.3) with ESMTP id HAA23066 for ; Thu, 13 Jul 2000 07:21:24 -0500 (CDT) (envelope-from bob@buckhorn.net) Message-ID: <396DB4FE.796C2767@buckhorn.net> Date: Thu, 13 Jul 2000 07:24:30 -0500 From: Bob Martin Organization: InterNet Unlimited X-Mailer: Mozilla 4.73 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 Cc: FreeBSD Questions Subject: Re: bare bones install of FreeBSD? References: <396DB335.758C53CC@miltonstreet.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sam Carleton wrote: > > I have installed FreeBSD before and like the beast a great deal. I am > about to install FreeBSD on a P200 Pro that is going to be a web server > w/ MySQL, mail server, and DNS server, all for the small web site. > Considering this machine is going to be on the outside of a firewall, I > was going to implement the firewall on it simply for itself. > > My question is this: I am install FreeBSD 4.0-SABLE on the P200 Pro. I > want to do a very minimal install on the machine but I want to make sure > I have the tools I need to setup things up: > > 1) I am going to be compiling a number of the servers myself, so I need > the gcc compiler. I do not want to install any development programs > that I do not absoluting need. > > 2) I would like to be able to run vim in X-Windows mode from another > machine, thus I need to be able to compile vim with X-Windows support. > But I do not want X-Windows itself on this machine. > > 3) I want to uninstall the compiler once I am done using the compiler. > > How would I go about doing such a bare bones install, but still having > the headers and libs I need for vim and all the right stuff to compile > code? How do I uninstall the stuff when that time comes? > > Sam Sam, It sounds like your talking about more than one machine when your done, why not do all the building/compiling on the non-production machine? That way you can do a minimal install on the web server. Bob -- "I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones." -- Albert Einstein To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 5:36:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from onca.dc.ufscar.br (onca.dc.ufscar.br [200.18.99.9]) by hub.freebsd.org (Postfix) with ESMTP id 1D08037C441 for ; Thu, 13 Jul 2000 05:34:05 -0700 (PDT) (envelope-from alexe@dc.ufscar.br) Received: from dc.ufscar.br ([200.18.99.181]) by onca.dc.ufscar.br (8.9.1/8.9.1) with ESMTP id JAA02588 for ; Thu, 13 Jul 2000 09:11:56 -0300 (EST) Message-ID: <396D7E94.598CBAC0@dc.ufscar.br> Date: Thu, 13 Jul 2000 09:32:20 +0100 From: Alexe X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: mount_ext2fs. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I compiled my kernel with "options EXT2FS" and now, when I try mount another HD (in this HD have Mandraque), I used mount_ext2fs /dev/da1s1 /mnt.The O.S. show me the message: "WARNING: R/W mount denied. Filesystem not clean - run fsck". Is there some probability of damaging HD if I run fsck? Is there another form of mount a ext2fs hd? Tanks alexe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 5:50:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wondermutt.net (host75-157.student.udel.edu [128.175.75.157]) by hub.freebsd.org (Postfix) with ESMTP id B036637C426 for ; Thu, 13 Jul 2000 05:50:44 -0700 (PDT) (envelope-from papalia@udel.edu) Received: from morgaine.udel.edu (morgaine.wondermutt.net [192.168.1.2]) by wondermutt.net (8.9.3/8.9.3) with ESMTP id IAA71146 for ; Thu, 13 Jul 2000 08:53:04 -0400 (EDT) (envelope-from papalia@udel.edu) Message-Id: <4.3.1.2.20000713085053.00abbb40@mail.udel.edu> X-Sender: papalia@mail.udel.edu X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Thu, 13 Jul 2000 08:51:28 -0400 To: freebsd-questions@freebsd.org From: John Subject: Problem with harddrives in sysinstall Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all- I've been trying to add another hard drive to my system. So, attempting to do things the easy way, I entered /stand/sysinstall and then went into "configure", and from there "fdisk". I get the error message: No disks found! Please verify that your disk controller is being properly probed at boot time. See the Hardware Guide on the Documentation menu for clues on diagnosing this type of problem. So I figure, ok, let's go check out the Hardware Guide... so, I pop out to "Index", "Documentation", and then "Hardware". This gives me: The HARDWARE file is not provided on this particular floppy image. Floppy image? Interesting. I'm not on a floppy? I've tried this in both single and multi-user modes - same problems prevail. So, check out the scsi card... in DMESG my drives are shown as: ahc0: port 0x6000-0x60ff mem 0xf1200000-0xf120 0fff irq 11 at device 17.0 on pci0 ahc0: aic7880 Wide Channel A, SCSI Id=7, 16/255 SCBs da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 40.000MB/s transfers (20.000MHz, offset 8, 16bit), Tagged Queueing Enabled da0: 4094MB (8386000 512 byte sectors: 255H 63S/T 522C) da1 at ahc0 bus 0 target 6 lun 0 da1: Fixed Direct Access SCSI-3 device da1: 40.000MB/s transfers (20.000MHz, offset 8, 16bit), Tagged Queueing Enabled da1: 8761MB (17942584 512 byte sectors: 255H 63S/T 1116C) da2 at ahc0 bus 0 target 8 lun 0 da2: Fixed Direct Access SCSI-2 device da2: 40.000MB/s transfers (20.000MHz, offset 8, 16bit) da2: 8681MB (17780058 512 byte sectors: 255H 63S/T 1106C) So, I'm confused. It seems to be probing everything ok, yet it tells me I have no drives. Any ideas? Thanks in advance!!! --John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 6:15:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cerebro.xu.edu (CEREBRO.XU.EDU [205.133.160.240]) by hub.freebsd.org (Postfix) with ESMTP id 953F837BDCF for ; Thu, 13 Jul 2000 06:15:24 -0700 (PDT) (envelope-from lewandow@cerebro.xu.edu) Received: from cerebro (cerebro [205.133.160.240]) by cerebro.xu.edu (8.9.3/8.9.3) with ESMTP id JAA00985 for ; Thu, 13 Jul 2000 09:25:45 -0400 (EDT) (envelope-from lewandow@cerebro.xu.edu) Date: Thu, 13 Jul 2000 09:25:45 -0400 (EDT) From: Gary Lewandowski To: freebsd-questions@freebsd.org Subject: NIS/NFS: res_mkquery failed -- causes? Message-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 formerly beautiful NIS system is now acting strangely. I'm getting lots of res_mkquery failures, and now ypserv will often refuse to start up, giving me the message: unable to register (YPPROG, YPOLDVERS, udp) man pages don't seem to be helpful on these errors (unless I'm missing something?). Today my problem is exacerbated by my nfsd getting send error 32 over and over. I'm not sure where to look to find what that means. Suggestions on debugging this would be much appreciated. gary =========================================================================== Gary Lewandowski lewandow@cerebro.xu.edu http://cerebro.xu.edu/~lewandow Xavier University Mathematics and Computer Science =========================================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 6:16:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from FergInc.com (toth.ferguson.com [205.139.23.69]) by hub.freebsd.org (Postfix) with ESMTP id DD5A737C446 for ; Thu, 13 Jul 2000 06:16:02 -0700 (PDT) (envelope-from branson@FergInc.com) Received: (from branson@localhost) by FergInc.com (8.9.2/8.9.1) id JAA20858 for freebsd-questions@freebsd.org; Thu, 13 Jul 2000 09:16:00 -0400 (EDT) Date: Thu, 13 Jul 2000 09:16:00 -0400 From: Branson Matheson To: freebsd-questions@freebsd.org Subject: StarOffice 5.2 and 3.5-RELEASE Message-ID: <20000713091559.G8466@toth.ferginc.com> Reply-To: Branson.Matheson@FergInc.com Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Organization: Ferguson Enterprises, Inc. X-Operating-System: FreeBSD 3.1-19990306-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Has anyone gotten this working .. I am having a devil of a time with it. - branson ------------------------------------------------------------------------------- Branson Matheson " If you are falling off of a mountain, Unix Systems Manager You may as well try to fly." Ferguson Enterprises, Inc. - Delenn, Minbari Ambassador ( $statements = ) !~ /Corporate Opinion/; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 6:23:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id E19AE37B9F8 for ; Thu, 13 Jul 2000 06:23:37 -0700 (PDT) (envelope-from sirabyss@gmx.net) Received: (qmail 15692 invoked by uid 0); 13 Jul 2000 13:23:35 -0000 Received: from p3e9ed6a9.dip0.t-ipconnect.de (HELO abysstwo.abyssworld.de) (62.158.214.169) by mail.gmx.net with SMTP; 13 Jul 2000 13:23:35 -0000 Message-Id: <4.3.2.7.2.20000713153049.00a9cd10@pop.gmx.net> X-Sender: 565549@pop.gmx.net X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 X-Priority: 1 (Highest) Date: Thu, 13 Jul 2000 15:31:05 +0200 To: freebsd-questions@FreeBSD.ORG From: Daniel Haischt Subject: cyrus imap server Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hello, i try to install/configure the cyrus imap server. if i start cyradm, the cyrus administration tool, i'll get an authentification error. below the messages, taken from syslog ... -------------8<------------8<---------------- Jul 13 07:28:24 abyssone imapd[22945]: CRAM-MD5: CRAM-MD5 secrets database has incompatible version (-1). My version (3) Jul 13 07:28:24 abyssone imapd[22945]: DIGEST-MD5: DIGEST-MD5 secrets database has incompatible version (-1). My version (3) ------------->8------------>8---------------- any help regarding this problem whould be appreciated. regards daniel haischt -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 6:25:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta5.rcsntx.swbell.net (mta5.rcsntx.swbell.net [151.164.30.29]) by hub.freebsd.org (Postfix) with ESMTP id 8913437C426 for ; Thu, 13 Jul 2000 06:25:38 -0700 (PDT) (envelope-from danbgood@swbell.net) Received: from daniellion ([64.216.32.62]) by mta5.rcsntx.swbell.net (Sun Internet Mail Server sims.3.5.2000.01.05.12.18.p9) with SMTP id <0FXN00A2Q11YSR@mta5.rcsntx.swbell.net> for questions@FreeBSD.org; Thu, 13 Jul 2000 08:20:22 -0500 (CDT) Date: Thu, 13 Jul 2000 08:18:06 -0500 From: Dan Beatty Subject: Boot error To: questions@FreeBSD.org Message-id: MIME-version: 1.0 X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Content-type: text/plain; charset="iso-8859-1" Content-transfer-encoding: 7bit Importance: Normal X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Priority: 3 (Normal) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, Last night, I tried to install FreeBSD from the PowerPak distribution 4.0 CD, and ran into some trouble. It did try to boot off of the CD-ROM. However, the lines that the come from the CD boot or from floppies prepared from the CD are: /boot.config: -P keyboard: no WTX loader 1.00; WTX version is 1.01 What am I doing wrong on the installation? Is it something about my hard configuration? Any help would be appreciated. Dan Beatty P.S. Included here is a listing my basic hardware: AMD Athlon Processor (550 MHz) Maxtor 20 GB HD (7200 RPM ATAPI version) CD Drives: Magic I/O DVD drive, Creative Lab CDRW (2-4-24x) Linksys 100LNE nic card Soundblaster Live Value To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 6:26:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from andie.ip23.net (andie.ip23.net [212.83.32.23]) by hub.freebsd.org (Postfix) with ESMTP id 0330537C426 for ; Thu, 13 Jul 2000 06:26:46 -0700 (PDT) (envelope-from martin@ip23.net) Received: from ip23.net (eris.ip23.net [212.83.32.123]) by andie.ip23.net (8.9.3/8.9.3) with ESMTP id PAA58466 for ; Thu, 13 Jul 2000 15:26:44 +0200 (CEST) Message-ID: <396DC2E6.3503A61@ip23.net> Date: Thu, 13 Jul 2000 15:23:50 +0200 From: martin Organization: IP23 X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.10 i686) X-Accept-Language: en, de MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: CDROM install: where is the kernel located Content-Type: multipart/mixed; boundary="------------DA96BAF0E51884A930FEE90A" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------DA96BAF0E51884A930FEE90A Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello! Note: I know the usual way is to use the mailing lists, but the common ones seem to be off topic. Feel free to redirect me to right one, if you cannot help me right away. Thank you! Scope: We are using a stripped down image of the FreeBSD (3.4) install cd to have an auto install cd for our software product. I have problems to use the cd on machines having big IDE drives. Setting the disk geometry to that written on the harddisk in the config script for sysinstall did not help. Instead, what helped was to enable the LBA mode for the IDE controllers in the kernel (controller wdc0/1 ... flags 0xb0ffb0ff, found it in a newsgroup posting). Problem: I need the patched kernel when booting the auto install cd and as the first kernel to be installed on the system. Boot kernel: I guess it is the kern.flp, how do I create a kern.flp with a custom kernel? Install kernel: Where is it and how I can replace it with a custom one? Both kernels: On what config file are they based on (LINT, GENERIC?)? Thank you very much! Martin Franke martin@ip23.net --------------DA96BAF0E51884A930FEE90A Content-Type: text/x-vcard; charset=us-ascii; name="martin.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for martin Content-Disposition: attachment; filename="martin.vcf" begin:vcard n:Franke;Martin tel;work:+49 (0)69 408999 0 x-mozilla-html:TRUE org:IP23 GmbH version:2.1 email;internet:martin@ip23.net title:Internet Engineer adr;quoted-printable:;;Daimlerstr. 31=0D=0A;Frankfurt am Main;;60314;Germany note;quoted-printable:People think they want more information.=0D=0AWhat they really want is, relevant=0D=0Ainformation delivered automatically.=0D=0A x-mozilla-cpt:;-23648 fn:Martin Franke end:vcard --------------DA96BAF0E51884A930FEE90A-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 6:31: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from onca.dc.ufscar.br (onca.dc.ufscar.br [200.18.99.9]) by hub.freebsd.org (Postfix) with ESMTP id 3594237C443 for ; Thu, 13 Jul 2000 06:30:48 -0700 (PDT) (envelope-from alexe@dc.ufscar.br) Received: from dc.ufscar.br ([200.18.99.181]) by onca.dc.ufscar.br (8.9.1/8.9.1) with ESMTP id KAA02969 for ; Thu, 13 Jul 2000 10:10:16 -0300 (EST) Message-ID: <396D8C43.88FACFA8@dc.ufscar.br> Date: Thu, 13 Jul 2000 10:30:43 +0100 From: Alexe X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: diagnostics Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG There is a problema in my computer, and I don't discover. How I do a diagnostics in Memory, Bus and HDs? alexe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 6:39: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.aracnet.com (mail3.aracnet.com [216.99.193.38]) by hub.freebsd.org (Postfix) with ESMTP id D986037C3DF for ; Thu, 13 Jul 2000 06:39:01 -0700 (PDT) (envelope-from hamellr@aracnet.com) Received: from shell1.aracnet.com (shell1.aracnet.com [216.99.193.21]) by mail3.aracnet.com (8.9.3/8.9.3) with ESMTP id GAA19653; Thu, 13 Jul 2000 06:39:04 -0700 Received: by shell1.aracnet.com (8.9.3) id GAA06476; Thu, 13 Jul 2000 06:39:00 -0700 Date: Thu, 13 Jul 2000 06:39:00 -0700 (PDT) From: Rick Hamell To: Glenn McCalley Cc: freebsd-questions@FreeBSD.ORG Subject: Re: what is soaking up memory? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Stopping apache, raven and minivend (only things running to speak of) only > frees about 15MB, so what's got the other 180MB or so? ps doesn't show > anything odd running, and interestingly the % memory used by task shown in > ps only totals to about 32%. Does top show any zombie processes? Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 7:12:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by hub.freebsd.org (Postfix) with ESMTP id DF0D037C43B for ; Thu, 13 Jul 2000 07:12:12 -0700 (PDT) (envelope-from danbgood@swbell.net) Received: from daniellion ([64.216.32.62]) by mta4.rcsntx.swbell.net (Sun Internet Mail Server sims.3.5.2000.01.05.12.18.p9) with SMTP id <0FXN008GF333Y1@mta4.rcsntx.swbell.net> for questions@FreeBSD.org; Thu, 13 Jul 2000 09:04:16 -0500 (CDT) Date: Thu, 13 Jul 2000 09:01:25 -0500 From: Dan Beatty Subject: Boot trouble update To: Questions on FreeBSD Message-id: MIME-version: 1.0 X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Content-type: text/plain; charset="iso-8859-1" Content-transfer-encoding: 7bit Importance: Normal X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Priority: 3 (Normal) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, Last night, I tried to install FreeBSD from the PowerPak distribution 4.0 CD, and ran into some trouble. It did try to boot off of the CD-ROM. However, the lines that the come from the CD boot or from floppies prepared from the CD are: /boot.config: -P keyboard: no WTX loader 1.00; WTX version is 1.01 What am I doing wrong on the installation? Is it something about my hard configuration? Any help would be appreciated. Dan Beatty P.S. Included here is a listing my basic hardware: AMD Athlon Processor (550 MHz) Maxtor 20 GB HD (7200 RPM ATAPI version) CD Drives: Magic I/O DVD drive, Creative Lab CDRW (2-4-24x) Linksys 100LNE nic card Soundblaster Live Value Currently existing partition and boot status: two Microsoft OS's Win98 on Drive C: Win2k on Drive D: copy files of FreeBSD on Drive E: (partition designated for FreeBSD size 2048 MB) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 7:14:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rapidnet.com (rapidnet.com [205.164.216.1]) by hub.freebsd.org (Postfix) with ESMTP id AB1C337C480 for ; Thu, 13 Jul 2000 07:14:13 -0700 (PDT) (envelope-from pstapley@rapidnet.com) Received: from imagination (imagination.rapidnet.com [206.85.240.245]) by rapidnet.com (8.9.3/8.9.3) with SMTP id IAA02276; Thu, 13 Jul 2000 08:14:03 -0600 (MDT) Message-ID: <005101bfecd4$97174610$f5f055ce@rapidnet.com> From: "pstapley" To: "Simon Holliday" , References: <011601bfecc4$73a2af90$430110ac@billco.internal> Subject: Re: frame grabber Date: Thu, 13 Jul 2000 08:13:59 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Something with the BT848 chipset. I use the WinTV cards from Hauppauge and the work great, and cheap too. ----- Original Message ----- From: "Simon Holliday" To: Sent: Thursday, July 13, 2000 6:17 AM Subject: frame grabber > can anyone recommend a good frame grabber card for FreeBSD? The list on the > supported hardware page seems a little out of date. > > thanks in advance, > > > Si. > > > > > 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 Jul 13 7:17:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 6CC9737C43B for ; Thu, 13 Jul 2000 07:17:15 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 13CjZS-0002D7-00; Thu, 13 Jul 2000 15:02:34 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 13CjZS-000Mg0-00; Thu, 13 Jul 2000 15:02:34 +0100 Date: Thu, 13 Jul 2000 15:02:34 +0100 From: Ben Smithurst To: Harry Putnam Cc: freebsd-questions@FreeBSD.ORG Subject: Re: /var/mail Read only with mutt Message-ID: <20000713150234.G48641@strontium.scientia.demon.co.uk> References: <87sntfapy5.fsf@satellite.local.lan> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="uAgJxtfIS94j9H4T" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <87sntfapy5.fsf@satellite.local.lan> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --uAgJxtfIS94j9H4T Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Harry Putnam wrote: > A new comer to FreeBSD, I think I may have something set wrong on my > mail spool directory. Accessing mail from /var/mail/$USER with mutt > (version mutt-1.2). I'm getting a message from mutt that the mailbox > is readonly if I use the `d' (delete) key. However looking at the > permissions with ls -l tells a different story: >=20 > ls -l /var/mail > total 183 > total 183 > -rw------- 1 reader reader 112437 Jul 12 16:22 reader > -rw------- 1 root wheel 61616 Jul 12 03:10 root >=20 > Does that look like the normal permissions for mailspool files? >=20 > What other reason may cause that error from mutt? Mutt might need write access to /var/mail to create lock files. I think it depends how you compile Mutt -- I'm not sure of the details, but I think there's a setgid mail helper program called mutt_dotlock which can handle the locking. I prefer to make /var/mail mode 1777 (i.e. world writable with the sticky bit, like /tmp). Just do a 'chmod 1777 /var/mail'. If you intend to upgrade using make world, you should put this command in /etc/rc.local or somewhere since the upgrade will reset /var/mail to its default mode (775). --=20 Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D FreeBSD Documentation Project / --uAgJxtfIS94j9H4T Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: fLZSkh/6umrmVtlSwwvZMznVP0XxCEvU iQCVAwUBOW3L+SsPVtiZOS99AQEIDgP8C8voYxzPCdG+Q90Y1lmo3nVas60qgida OPU6vdDiF63oqyzzst6BIVDbNq49o+tZU5EH/BQlPq4sgrzHKJ3S8Fnb9t/n1FP2 AUEkdM5t8ng/AxrTdRVn4D1lTcUHcS3UpYzquavgibT3LIcZJwJmiOhCol7R/nsJ M0X6lkC8+bU= =b3qa -----END PGP SIGNATURE----- --uAgJxtfIS94j9H4T-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 7:27: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.virginia.edu (mail.Virginia.EDU [128.143.2.9]) by hub.freebsd.org (Postfix) with SMTP id 1402D37BC46 for ; Thu, 13 Jul 2000 07:27:06 -0700 (PDT) (envelope-from mrg8n@tetra.mail.virginia.edu) Received: from tetra.mail.virginia.edu by mail.virginia.edu id aa20372; 13 Jul 2000 10:27 EDT Received: from Alkillya.finadmin.virginia.edu (bootp-85-67.bootp.Virginia.EDU [128.143.85.67]) by tetra.mail.Virginia.EDU (8.8.7/8.8.7) with SMTP id KAA23616 for ; Thu, 13 Jul 2000 10:27:03 -0400 (EDT) From: "Michael R. Galvez" To: questions@freebsd.org Subject: 4.0 Install -What happened to the device choices? Message-ID: Date: Thu, 13 Jul 2000 10:24:38 -0400 (Eastern Daylight Time) X-Mailer: Simeon for Win32 Version 4.1.4 Build (40) X-Authentication: IMSP 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 3.3 to 4.0. System is AMD K6-2 400 w/64m RAM, 9gb HD. My 3.3 Install wasn't broke, but I decided "What the heck, I'll upgrade". The 4.0 kernel install (CLI and full screen mode) shows fewer devices such as my network card 3COM 3C509. There seems to be noticeably fewer hardware options. How do I install kernel support for my NIC? Thanks *************************************************************** * Michael Galvez Email: mrg8n@virginia.edu * * Programmer/Analyst Messenger Mail: Carruthers Hall * * Financial Analysis Office: 804-982-2975 * * University of Virginia * * * *************************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 7:38:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id BBF6337BE2C for ; Thu, 13 Jul 2000 07:38:08 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id JAA24704; Thu, 13 Jul 2000 09:38:05 -0500 (CDT) (envelope-from dan) Date: Thu, 13 Jul 2000 09:38:05 -0500 From: Dan Nelson To: Glenn McCalley Cc: freebsd-questions@FreeBSD.ORG Subject: Re: what is soaking up memory? Message-ID: <20000713093805.A20695@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.5i In-Reply-To: ; from "Glenn McCalley" on Thu Jul 13 08:05:16 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Jul 13), Glenn McCalley said: > 2.2.8 system, 192MB, runs fine -- but... after uptime of 12 hours or > so free memory (shown by top, not exact I know but should be close?) > has fallen to 5MB or so. Usage is shown as about 125MB Active with > about 25MB each Wired and Cache. We just added 64MB to bring it to > the 192MB and it was soaked up overnight. > > Stopping apache, raven and minivend (only things running to speak of) > only frees about 15MB, so what's got the other 180MB or so? ps > doesn't show anything odd running, and interestingly the % memory > used by task shown in ps only totals to about 32%. Free memory is wasted memory. The RAM that your programs don't actively allocate is used by FreeBSD as disk cache. Inact, Cache, and Buf are all cached data at different aging levels. You actually want as little Free memory as possible. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 7:47: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gull.prod.itd.earthlink.net (gull.prod.itd.earthlink.net [207.217.121.85]) by hub.freebsd.org (Postfix) with ESMTP id 28B7537B54C for ; Thu, 13 Jul 2000 07:47:06 -0700 (PDT) (envelope-from dmehler22@earthlink.net) Received: from hellraiser (ip73.dayton5.oh.pub-ip.psi.net [38.27.181.73]) by gull.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with SMTP id HAA19064 for ; Thu, 13 Jul 2000 07:47:04 -0700 (PDT) Message-ID: <001501bfeda3$70ce8ca0$4935fea9@hellraiser> Reply-To: "dave" From: "dave" To: Subject: vpn on fbsd 4.0? Date: Fri, 14 Jul 2000 10:54:40 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0012_01BFED81.E8C2AE20" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4029.2901 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4029.2901 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0012_01BFED81.E8C2AE20 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, Is there a howto for installing vpn on fbsd 4.0-release, or does = anyone have an install procedure? I'm interested in using encrypted vpn = to go from work to my home network. Note, when coming in from work I = would also like to browse my internal home network which is on a 192 = series of ip's. At work the clients involved are windows 9x. Some = urgency. Help appreciated. Dave. ------=_NextPart_000_0012_01BFED81.E8C2AE20 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
    Is there a howto for = installing=20 vpn on fbsd 4.0-release, or does anyone have an install procedure? I'm=20 interested in using encrypted vpn to go from work to my home network. = Note, when=20 coming in from work I would also like to browse my internal home network = which=20 is on a 192 series of ip's. At work the clients involved are windows 9x. = Some=20 urgency.
Help appreciated.
Dave.
 
------=_NextPart_000_0012_01BFED81.E8C2AE20-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 7:50:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id C95E337BEF4 for ; Thu, 13 Jul 2000 07:50:04 -0700 (PDT) (envelope-from pherman@frenchfries.net) Received: from bagabeedaboo.security.at12.de (dial-195-14-254-68.netcologne.de [195.14.254.68]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id QAA00254; Thu, 13 Jul 2000 16:50:00 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.10.2/8.10.2) with ESMTP id e6DEnri01861; Thu, 13 Jul 2000 16:49:54 +0200 (CEST) Date: Thu, 13 Jul 2000 16:49:53 +0200 (CEST) From: Paul Herman To: Rick Hamell Cc: Glenn McCalley , freebsd-questions@FreeBSD.ORG Subject: Re: what is soaking up memory? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 13 Jul 2000, Rick Hamell wrote: > > Stopping apache, raven and minivend (only things running to speak of) only > > frees about 15MB, so what's got the other 180MB or so? ps doesn't show > > anything odd running, and interestingly the % memory used by task shown in > > ps only totals to about 32%. > > Does top show any zombie processes? Zombie processes don't take up any memory(*). I assume by "32%" you actually added up each RSS field in the ps output? Also, you mean from top only "Active" memory. "Inactive" memory isn't used by any process. Does the number of proceses slowly grow with time? Sorry if these sound like dumb questions, but this is indeed strange. -Paul. (*) technicaly they do, but just the size of a proc struct = 400 bytes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 8: 2:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f111.law8.hotmail.com [216.33.241.111]) by hub.freebsd.org (Postfix) with SMTP id E6EC137C089 for ; Thu, 13 Jul 2000 08:02:43 -0700 (PDT) (envelope-from t_tonthat@hotmail.com) Received: (qmail 58923 invoked by uid 0); 13 Jul 2000 15:02:43 -0000 Message-ID: <20000713150243.58922.qmail@hotmail.com> Received: from 63.15.137.238 by www.hotmail.com with HTTP; Thu, 13 Jul 2000 08:02:42 PDT X-Originating-IP: [63.15.137.238] From: "Thaisan Tonthat" To: freebsd-questions@FreeBSD.ORG Subject: questions Date: Thu, 13 Jul 2000 10:02:42 CDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Could you please explain the differences between FreeBSD, NetBSD, and OpenBSD to me (besides that they are made by different people)? Also, i would like to know the specifications that FreeBSD supports (such as max RAM, max Hard Drive size, etc) Your help is greatly appreciated. Sincerely, Thaisan Tonthat ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail 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 Thu Jul 13 8: 5: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from team7.cba.ualr.edu (team7.cba.ualr.edu [144.167.120.24]) by hub.freebsd.org (Postfix) with ESMTP id B08EA37BE2C for ; Thu, 13 Jul 2000 08:05:05 -0700 (PDT) (envelope-from joe@team7.cba.ualr.edu) Received: (from joe@localhost) by team7.cba.ualr.edu (8.9.3/8.9.3) id KAA11880; Thu, 13 Jul 2000 10:05:01 -0500 (CDT) (envelope-from joe) Date: Thu, 13 Jul 2000 10:05:01 -0500 From: Joe To: Dan Beatty Cc: freebsd-questions@freebsd.org Subject: Re: Boot trouble update Message-ID: <20000713100501.B11654@team7.cba.ualr.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from danbgood@swbell.net on Thu, Jul 13, 2000 at 09:01:25AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jul 13, 2000 at 09:01:25AM -0500, Dan Beatty wrote: > Greetings, > Last night, I tried to install FreeBSD from the PowerPak distribution 4.0 > CD, and ran into some trouble. It did try to boot off of the CD-ROM. > However, the lines that the come from the CD boot or from floppies prepared > from the CD are: > /boot.config: -P > keyboard: no > WTX loader 1.00; WTX version is 1.01 > > What am I doing wrong on the installation? Is it something about my hard > configuration? Any help would be appreciated. > > Dan Beatty Actually, it the BIOS on your motherbhoard not detecting your keyboard. Try hitting space when you first see the little spinning line (/-|), then type `-h` at the boot: prompt to force detection of the keyboard. HTH -Joe > > > P.S. Included here is a listing my basic hardware: > AMD Athlon Processor (550 MHz) > Maxtor 20 GB HD (7200 RPM ATAPI version) > CD Drives: Magic I/O DVD drive, Creative Lab CDRW (2-4-24x) > Linksys 100LNE nic card > Soundblaster Live Value > Currently existing partition and boot status: two Microsoft OS's > Win98 on Drive C: > Win2k on Drive D: > copy files of FreeBSD on Drive E: (partition designated for FreeBSD size > 2048 MB) > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 8: 8: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.aracnet.com (mail3.aracnet.com [216.99.193.38]) by hub.freebsd.org (Postfix) with ESMTP id E58C737BE2C for ; Thu, 13 Jul 2000 08:08:03 -0700 (PDT) (envelope-from hamellr@aracnet.com) Received: from shell1.aracnet.com (shell1.aracnet.com [216.99.193.21]) by mail3.aracnet.com (8.9.3/8.9.3) with ESMTP id IAA31471; Thu, 13 Jul 2000 08:08:07 -0700 Received: by shell1.aracnet.com (8.9.3) id IAA15700; Thu, 13 Jul 2000 08:08:03 -0700 Date: Thu, 13 Jul 2000 08:08:03 -0700 (PDT) From: Rick Hamell To: Paul Herman Cc: freebsd-questions@FreeBSD.ORG Subject: Re: what is soaking up memory? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > Stopping apache, raven and minivend (only things running to speak of) only > > > frees about 15MB, so what's got the other 180MB or so? ps doesn't show > > > anything odd running, and interestingly the % memory used by task shown in > > > ps only totals to about 32%. > > > > Does top show any zombie processes? > > Zombie processes don't take up any memory(*). They seem to on my machine... or at least Netscape's does. It could be the parent taking up memory and not releasing it when it's killed though. I've not had the time to really investigate it. :( Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 8:24:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 70CFC37C249 for ; Thu, 13 Jul 2000 08:24:53 -0700 (PDT) (envelope-from pherman@frenchfries.net) Received: from bagabeedaboo.security.at12.de (dial-195-14-233-105.netcologne.de [195.14.233.105]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id RAA04832; Thu, 13 Jul 2000 17:24:49 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.10.2/8.10.2) with ESMTP id e6DFOff02059; Thu, 13 Jul 2000 17:24:42 +0200 (CEST) Date: Thu, 13 Jul 2000 17:24:41 +0200 (CEST) From: Paul Herman To: Rick Hamell Cc: freebsd-questions@FreeBSD.ORG Subject: Re: what is soaking up memory? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 13 Jul 2000, Rick Hamell wrote: > > > > Stopping apache, raven and minivend (only things running to speak of) only > > > > frees about 15MB, so what's got the other 180MB or so? ps doesn't show > > > > anything odd running, and interestingly the % memory used by task shown in > > > > ps only totals to about 32%. > > > > > > Does top show any zombie processes? > > > > Zombie processes don't take up any memory(*). > > They seem to on my machine... or at least Netscape's does. It > could be the parent taking up memory and not releasing it when it's killed > though. I've not had the time to really investigate it. :( Not resident (physical) memory. What you might be seeing (VSZ) is just "memory on paper" and isn't counted as "active". I can't speak for what netscape is doing, but this is the case for zombie processes. -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 8:29:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id EE93737C1F9 for ; Thu, 13 Jul 2000 08:29:07 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Received: from localhost (lplist@localhost) by q.closedsrc.org (8.10.2/8.10.2) with ESMTP id e6DFRs796189; Thu, 13 Jul 2000 08:27:54 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Date: Thu, 13 Jul 2000 08:27:54 -0700 (PDT) From: Linh Pham To: Thaisan Tonthat Cc: freebsd-questions@FreeBSD.ORG Subject: Re: questions In-Reply-To: <20000713150243.58922.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 FreeBSD is aimed more at the general audience and the x86 architecture (although an Alpha port and a PPC port is in development...). NetBSD is aimed at multi-platform support, since it supports almost every PC architecture known. OpenBSD, headed by Theo de Raadt (spelling?), was split from NetBSD and aims to be the most secure operating system. The number of architectures supported by OpenBSD is about the same as the average between FreeBSD and NetBSD (x86, Alpha, m68k, Amiga, sparc...) I'm not sure what the hardcoded maximum amount of RAM is, but on the x86 side, a 32-bit processor can only handle 4GB of memory (with the exception of the Xeon processors, which can support up to 32GB). 64-bit processors can handle a whole lot more memory then 32-bit processors, but it'll cost you a pretty penny to reach the max :) I don't think there is a specific limitation to hard drive size, but there are limitations related to BIOS', IDE controllers, SCSI controllers and partition (oops... slice) sizes. The handbook or ``The Complete FreeBSD'' book should cover hard drives and slice limitiations. FreeBSD supports SMP on x86 (I don't know if there is an SMP kernel for the Alpha port yet), but OpenBSD does not (it'll run on machines with multiple processors, but only recognize only one). I'm not sure if NetBSD supports SMP or not. // Linh Pham // // Proud supporter of FreeBSD and OpenBSD // FreeBSD - http://www.freebsd.org // OpenBSD - http://www.openbsd.org /* "Oregon, n.: Eighty billion gallons of water with no place to go on Saturday night." */ On Thu, 13 Jul 2000, Thaisan Tonthat wrote: > Could you please explain the differences between FreeBSD, NetBSD, and > OpenBSD to me (besides that they are made by different people)? Also, i > would like to know the specifications that FreeBSD supports (such as max > RAM, max Hard Drive size, etc) Your help is greatly appreciated. > Sincerely, > Thaisan Tonthat > ________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail 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 Thu Jul 13 8:30: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www3.pacific-pages.com (www3.pacific-pages.com [192.41.48.219]) by hub.freebsd.org (Postfix) with ESMTP id 13A7537C1A3 for ; Thu, 13 Jul 2000 08:30:01 -0700 (PDT) (envelope-from David@www3.pacific-pages.com) Received: from www3.pacific-pages.com ([216.191.74.28]) by www3.pacific-pages.com (8.8.5) id JAA02283; Thu, 13 Jul 2000 09:29:22 -0600 (MDT) Message-ID: <396DE016.12EF370F@www3.pacific-pages.com> Date: Thu, 13 Jul 2000 11:28:22 -0400 From: David Banning Reply-To: David@SkytrackerCanada.com Organization: Sky-Tracker of Canada Inc. X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: question about httpd - MySQL - startup 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 have just installed php and MySQL - the first thing needed to finish install of php is to get httpd running. My error is; /usr/local/sbin/apachectl restart: httpd not running, trying to start /usr/local/sbin/apachectl restart: httpd could not be started *** Error code 5 Stop in /usr/ports/www/mod_php4. http asks for my hostname which I put in httpd.conf as simply my machine name, "tracker", which does not solve much. I have a dialup connection to my ISP - my hope was to get this running standalone on my machine just to learn about it. I notice all help documentation refers to my "host", which does not exist for me. Is what I want possible? If so, what do I need to do get this up and running? Having said all this, I do have a non-dedicated host, skytrackercanada.com which has no separate DNS. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 8:34: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by hub.freebsd.org (Postfix) with ESMTP id 7AC3037C50C for ; Thu, 13 Jul 2000 08:33:58 -0700 (PDT) (envelope-from jcm@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 13Ckzs-000ABj-00 for questions@freebsd.org; Thu, 13 Jul 2000 16:33:56 +0100 Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) id QAA13558 for questions@freebsd.org; Thu, 13 Jul 2000 16:33:56 +0100 (BST) (envelope-from jcm) Date: Thu, 13 Jul 2000 16:33:56 +0100 From: j mckitrick To: questions@freebsd.org Subject: library question Message-ID: <20000713163356.A13542@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG what is the .so.3, .so.6, etc for at the end of library names? jm -- ------------------------------------------------------------------- Jonathon McKitrick -- jcm@freebsd-uk.eu.org To Microsoft: "Your tyranny I was part of, is now cracking on every side. Now your own life is in danger. Your Empire is on fire." Front 242 ------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 8:43:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id 6BABF37C4A5 for ; Thu, 13 Jul 2000 08:43:09 -0700 (PDT) (envelope-from oberman@ptavv.es.net) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.10.1/8.10.1) with ESMTP id e6DFfpn16139; Thu, 13 Jul 2000 08:41:51 -0700 (PDT) Message-Id: <200007131541.e6DFfpn16139@ptavv.es.net> To: j mckitrick Cc: questions@FreeBSD.ORG Subject: Re: library question In-reply-to: Your message of "Thu, 13 Jul 2000 16:33:56 BST." <20000713163356.A13542@dogma.freebsd-uk.eu.org> Date: Thu, 13 Jul 2000 08:41:51 -0700 From: "Kevin Oberman" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Date: Thu, 13 Jul 2000 16:33:56 +0100 > From: j mckitrick > Sender: owner-freebsd-questions@FreeBSD.ORG > > > what is the .so.3, .so.6, etc for at the end of library names? The 'so' indicates that the library is a sharable, loadable library (as opposed to '.a' for static libs which are loaded into the executable when it is linked). The number(s) indicate version. Since dynamic library linkages must be constant as they need to be available every time the image is run, it is normal to keep the old ones around for images linked to them. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 8:43:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.class.com (mail.class.com [207.91.36.227]) by hub.freebsd.org (Postfix) with ESMTP id 3CDC137C205 for ; Thu, 13 Jul 2000 08:43:40 -0700 (PDT) (envelope-from jameso@class.com) Received: from jim.class.com (unknown [192.168.1.144]) by mail.class.com (Postfix) with ESMTP id 51E0B59202 for ; Thu, 13 Jul 2000 10:43:39 -0500 (CDT) Received: by jim.class.com (Postfix, from userid 1000) id BE167B449B; Thu, 13 Jul 2000 10:43:12 -0500 (CDT) Date: Thu, 13 Jul 2000 10:43:12 -0500 From: Jim To: freebsd-questions@freebsd.org Subject: How does Yahoo talk to their database? Message-ID: <20000713104312.B8008@elwood.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i X-Whaa: You read headers? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a quick question for the Yahoo! people, or anyone else who may happen to know. I was wonder how does Yahoo! have its front end web servers (running FreeBSD) talk to their backend database? The way I understand it (and I could be wrong), most of Yahoo!'s webservers are running modified FreeBSD-4.0, and their backend database is Oracle. (At lease our Oracle reps are telling us Yahoo! uses Oracle for its database.) Because of the lack of native client libs for FreeBSD, I was wondering how this is being done. ODBC? Middleware? Something that Yahoo! wrote them self? Thanks. -- Jim O'Gorman | It is not enough to succeed. Others BSD Admin | must fail. -- Gore Vidal ---- | jameso@elwood.net | jameso@class.com | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 8:45:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ifta.accelnet.com (ifta.net [204.58.140.252]) by hub.freebsd.org (Postfix) with ESMTP id 059B037C54F for ; Thu, 13 Jul 2000 08:45:21 -0700 (PDT) (envelope-from cstrickl@ifta.net) Received: from a937cc5ze020 (ifta02.accelnet.com [204.58.141.2]) by ifta.accelnet.com (8.9.3/8.9.1) with SMTP id IAA04028; Thu, 13 Jul 2000 08:46:08 -0700 (PDT) Received: by localhost with Microsoft MAPI; Thu, 13 Jul 2000 08:39:08 -0700 Message-ID: <01BFECA5.CFA94840.cstrickl@ifta.net> From: Carl Strickler To: "'Edhi Nugroho'" Cc: "'freebsd-questions@freebsd.org'" Subject: RE: Changing NIC Configuration Date: Thu, 13 Jul 2000 08:39:08 -0700 X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What is throwing me about this, and what threw me before was that I have searched in: /etc/rc.conf /etc/defaults/rc.conf /etc/host.conf /etc/hosts /etc/networks /etc/rc.network /etc/rc and /usr/src/sys/i386/conf/FIREWALL (the kernel I'm using) and there is NOTHING about my NICs. (?!) I've tried grepping for fxp and for ifconfig (and then finally for if) and it turns up nothing! Is there somewhere else that the person who origionally set up the system could have put the information about the NICs? And if so, how do I found out where it is? Thanks once again, Carl -----Original Message----- From: Edhi Nugroho [SMTP:edhinug@stmik-stikubank.ac.id] Sent: Thursday, July 13, 2000 2:02 AM To: Rafael A. Reta Rodriguez; Raymundo M. Vega Cc: Carl Strickler; 'freebsd-questions@freebsd.org' Subject: Re: Changing NIC Configuration Hi, Forgive me if someone has already gave you the clue.. heres how to change the IP address (presume that your NIC is works well ): 1. Open /etc/rc.conf 2. Looking a line looks like : if_ed0 = "inet xxxxx"; (depends on your NIC types) 3. change the ip address after inet.. you if we use ip address 192.168.0.9 before and then we change to 192.168.0.10, we should write : if_ed0 = "inet 192.168.0.10 netmask ..." 4. Reboot but if you change the NIC types (from NE2000 to 3Com 3C5x9 for example) you should do the following : 0. Make a note about your NIC devices (NE2000 --> ed0, 3C5X9 --> ep0.. etc) 1. Open /etc/rc.conf 2. change the line network_interfaces = "lo0 ep0" <-- list your NIC devices here.. 3. also change the line if_ed0 to if_ep0 . but if you just want to make a temporary changes, just do : 1. type ifconfig inet mask , i.e: ifconfig ed0 inet 192.168.0.9 mask 255.255.255.0 and to see your NIC config : ifconfig -a HTH edhinug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 8:50:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-04-real.cdsnet.net (mail-04-real.cdsnet.net [204.118.244.94]) by hub.freebsd.org (Postfix) with SMTP id 98F2A37B50B for ; Thu, 13 Jul 2000 08:50:07 -0700 (PDT) (envelope-from glitch@internetcds.com) Received: (qmail 18593 invoked from network); 13 Jul 2000 15:50:02 -0000 Received: from unknown (HELO glitch) (204.118.245.107) by mail-04-real.cdsnet.net with SMTP; 13 Jul 2000 15:50:02 -0000 Message-ID: <000801bfece2$3c2428f0$6bf576cc@office.cdsnet.net> From: "Kevin Glick" To: Subject: Subscribing? Date: Thu, 13 Jul 2000 08:51:40 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BFECA7.8F8513A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BFECA7.8F8513A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I'm sure this will be my first of many questions. Is the "freebsd-questions" list a mailing list that I can subscribe to? = Where I get all posts to that list. If so, how do I subscribe? (Maybe just by sending this message is enough.) Kevin Glick ------=_NextPart_000_0005_01BFECA7.8F8513A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I'm sure this will be my first of many=20 questions.
 
Is the "freebsd-questions" list a = mailing list that=20 I can subscribe to?  Where I get all posts to that list.  If = so, how=20 do I subscribe?
(Maybe just by sending this message is=20 enough.)
 
Kevin Glick
------=_NextPart_000_0005_01BFECA7.8F8513A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 8:56:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id 487C237C1A3 for ; Thu, 13 Jul 2000 08:56:24 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Received: from localhost (lplist@localhost) by q.closedsrc.org (8.10.2/8.10.2) with ESMTP id e6DFstk96258; Thu, 13 Jul 2000 08:54:55 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Date: Thu, 13 Jul 2000 08:54:55 -0700 (PDT) From: Linh Pham To: Carl Strickler Cc: "'Edhi Nugroho'" , "'freebsd-questions@freebsd.org'" Subject: RE: Changing NIC Configuration In-Reply-To: <01BFECA5.CFA94840.cstrickl@ifta.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 Were you able to change the NIC configuration of the card using /stand/sysinstall (as I mentioned in my past e-mail)? Normally any NIC changes under sysinstall should be reflected in /etc/rc.conf /etc/defaults/rc.conf only contains the bear defaults and you should be making changes in /etc/rc.conf the fxp interface isn't coming up when you do a ``ifconfig -a''? // Linh Pham // // Proud supporter of FreeBSD and OpenBSD // FreeBSD - http://www.freebsd.org // OpenBSD - http://www.openbsd.org /* "Oregon, n.: Eighty billion gallons of water with no place to go on Saturday night." */ On Thu, 13 Jul 2000, Carl Strickler wrote: > What is throwing me about this, and what threw me before was that I have > searched in: > > /etc/rc.conf > /etc/defaults/rc.conf > /etc/host.conf > /etc/hosts > /etc/networks > /etc/rc.network > /etc/rc > and /usr/src/sys/i386/conf/FIREWALL (the kernel I'm using) > and there is NOTHING about my NICs. (?!) I've tried grepping for fxp > and for ifconfig (and then finally for if) and it turns up nothing! Is there > somewhere else that the person who origionally set up the system > could have put the information about the NICs? And if so, how do I > found out where it is? > > > Thanks once again, > Carl > > -----Original Message----- > From: Edhi Nugroho [SMTP:edhinug@stmik-stikubank.ac.id] > Sent: Thursday, July 13, 2000 2:02 AM > To: Rafael A. Reta Rodriguez; Raymundo M. Vega > Cc: Carl Strickler; 'freebsd-questions@freebsd.org' > Subject: Re: Changing NIC Configuration > > Hi, > > Forgive me if someone has already gave you the clue.. heres how to change > the IP address (presume that your NIC is works well ): > > 1. Open /etc/rc.conf > 2. Looking a line looks like : if_ed0 = "inet xxxxx"; (depends on your NIC > types) > 3. change the ip address after inet.. you if we use ip address 192.168.0.9 > before and then we change to 192.168.0.10, we should write : if_ed0 = "inet > 192.168.0.10 netmask ..." > 4. Reboot > > but if you change the NIC types (from NE2000 to 3Com 3C5x9 for example) you > should do the following : > > 0. Make a note about your NIC devices (NE2000 --> ed0, 3C5X9 --> ep0.. etc) > 1. Open /etc/rc.conf > 2. change the line network_interfaces = "lo0 ep0" <-- list your NIC devices > here.. > 3. also change the line if_ed0 to if_ep0 . > > but if you just want to make a temporary changes, just do : > 1. type ifconfig inet mask netmask>, i.e: > > ifconfig ed0 inet 192.168.0.9 mask 255.255.255.0 > > and to see your NIC config : > > ifconfig -a > > HTH > > edhinug > > > > 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 Jul 13 9: 7: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from m2.pp.htv.fi (m2ep.pp.htv.fi [212.90.64.98]) by hub.freebsd.org (Postfix) with ESMTP id 4D27D37B7AD for ; Thu, 13 Jul 2000 09:06:58 -0700 (PDT) (envelope-from tavall@pp.htv.fi) Received: from m7.pp.htv.fi (m7.pp.htv.fi [212.90.64.22]) by m2.pp.htv.fi (8.8.6 (PHNE_14041)/8.8.6) with ESMTP id TAA18684 for ; Thu, 13 Jul 2000 19:06:45 +0300 (EETDST) Received: from pp.htv.fi (cs94154.pp.htv.fi [212.90.94.154]) by m7.pp.htv.fi (8.8.6 (PHNE_14041)/8.8.6) with ESMTP id TAA24610 for ; Thu, 13 Jul 2000 19:06:42 +0300 (EETDST) Message-ID: <396DE850.60A624FD@pp.htv.fi> Date: Thu, 13 Jul 2000 19:03:28 +0300 From: Tero =?iso-8859-1?Q?=C5vall?= X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.16 i586) X-Accept-Language: fi, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: freebsd iso-image Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG where can I get Freebsd cd-image? -- = Tero =C5vall tero.avall@pp.htv.fi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 9:12:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id 2ED9C37C507 for ; Thu, 13 Jul 2000 09:12:28 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Received: from localhost (lplist@localhost) by q.closedsrc.org (8.10.2/8.10.2) with ESMTP id e6DGB7x96307; Thu, 13 Jul 2000 09:11:08 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Date: Thu, 13 Jul 2000 09:11:07 -0700 (PDT) From: Linh Pham To: Tero =?iso-8859-1?Q?=C5vall?= Cc: freebsd-questions@FreeBSD.ORG Subject: Re: freebsd iso-image In-Reply-To: <396DE850.60A624FD@pp.htv.fi> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES or the BSD section of Tucows.com // Linh Pham // // Proud supporter of FreeBSD and OpenBSD // FreeBSD - http://www.freebsd.org // OpenBSD - http://www.openbsd.org /*=09"Oregon, n.: =09=09Eighty billion gallons of water =09=09with no place to go on =09=09Saturday night." */ On Thu, 13 Jul 2000, Tero [iso-8859-1] =C5vall wrote: > where can I get Freebsd cd-image? > --=20 > Tero =C5vall > tero.avall@pp.htv.fi >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 9:16:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ifta.accelnet.com (ifta.net [204.58.140.252]) by hub.freebsd.org (Postfix) with ESMTP id F1F0B37C4C9 for ; Thu, 13 Jul 2000 09:16:50 -0700 (PDT) (envelope-from cstrickl@ifta.net) Received: from a937cc5ze020 (ifta02.accelnet.com [204.58.141.2]) by ifta.accelnet.com (8.9.3/8.9.1) with SMTP id JAA04137; Thu, 13 Jul 2000 09:18:06 -0700 (PDT) Received: by localhost with Microsoft MAPI; Thu, 13 Jul 2000 09:11:07 -0700 Message-ID: <01BFECAA.470A0E20.cstrickl@ifta.net> From: Carl Strickler To: "'Linh Pham'" Cc: "'freebsd-questions@freebsd.org'" Subject: RE: Changing NIC Configuration Date: Thu, 13 Jul 2000 09:11:05 -0700 X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I haven't actually done the changing of the IP address yet, but when I go into /stand/sysinstall I am able to get to a point where I could change the information. But I am still puzzled about where the information is being stored. Also I would like to know so that I could just change a line or two in a conf file instead of having to run sysinstall. Re: ifconfig -a: It works wonderfully. Tells me everything I could want to know (except where the darn configuration is being stored. :]) - Carl -----Original Message----- From: Linh Pham [SMTP:lplist@q.closedsrc.org] Sent: Thursday, July 13, 2000 8:55 AM To: Carl Strickler Cc: 'Edhi Nugroho'; 'freebsd-questions@freebsd.org' Subject: RE: Changing NIC Configuration Were you able to change the NIC configuration of the card using /stand/sysinstall (as I mentioned in my past e-mail)? Normally any NIC changes under sysinstall should be reflected in /etc/rc.conf /etc/defaults/rc.conf only contains the bear defaults and you should be making changes in /etc/rc.conf the fxp interface isn't coming up when you do a ``ifconfig -a''? // Linh Pham To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 9:19:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id AAD7337BF16 for ; Thu, 13 Jul 2000 09:19:37 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Received: from localhost (lplist@localhost) by q.closedsrc.org (8.10.2/8.10.2) with ESMTP id e6DGIOl96334; Thu, 13 Jul 2000 09:18:24 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Date: Thu, 13 Jul 2000 09:18:24 -0700 (PDT) From: Linh Pham To: Carl Strickler Cc: "'freebsd-questions@freebsd.org'" Subject: RE: Changing NIC Configuration In-Reply-To: <01BFECAA.470A0E20.cstrickl@ifta.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 Oh... /etc/rc.conf // Linh Pham // // Proud supporter of FreeBSD and OpenBSD // FreeBSD - http://www.freebsd.org // OpenBSD - http://www.openbsd.org /* "Oregon, n.: Eighty billion gallons of water with no place to go on Saturday night." */ On Thu, 13 Jul 2000, Carl Strickler wrote: > I haven't actually done the changing of the IP address yet, > but when I go into /stand/sysinstall I am able to get to a point where > I could change the information. But I am still puzzled about where > the information is being stored. Also I would like to know so that I could > just change a line or two in a conf file instead of having to run sysinstall. > > Re: ifconfig -a: It works wonderfully. Tells me everything I could want to know > (except where the darn configuration is being stored. :]) > > > - Carl > > -----Original Message----- > From: Linh Pham [SMTP:lplist@q.closedsrc.org] > Sent: Thursday, July 13, 2000 8:55 AM > To: Carl Strickler > Cc: 'Edhi Nugroho'; 'freebsd-questions@freebsd.org' > Subject: RE: Changing NIC Configuration > > > Were you able to change the NIC configuration of the card using > /stand/sysinstall (as I mentioned in my past e-mail)? > > Normally any NIC changes under sysinstall should be reflected in > /etc/rc.conf > > /etc/defaults/rc.conf only contains the bear defaults and you should be > making changes in /etc/rc.conf > > the fxp interface isn't coming up when you do a ``ifconfig -a''? > > // Linh Pham > > > > 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 Jul 13 9:21: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.nc.rr.com (fe3.southeast.rr.com [24.93.67.50]) by hub.freebsd.org (Postfix) with ESMTP id 477A437C735 for ; Thu, 13 Jul 2000 09:21:02 -0700 (PDT) (envelope-from freebsd@nc.rr.com) Received: from rdu25-17-233.nc.rr.com ([24.25.17.233]) by mail3.nc.rr.com with Microsoft SMTPSVC(5.5.1877.357.35); Thu, 13 Jul 2000 12:21:00 -0400 Date: Thu, 13 Jul 2000 12:18:46 -0400 From: Neill Robins X-Mailer: The Bat! (v1.42f) UNREG / CD5BF9353B3B7091 Reply-To: Neill Robins X-Priority: 3 (Normal) Message-ID: <1914536831.20000713121846@nc.rr.com> To: =?ISO-8859-1?B?VGVybyDFdmFsbA==?= Cc: freebsd-questions@FreeBSD.ORG Subject: Re: freebsd iso-image In-reply-To: <396DE850.60A624FD@pp.htv.fi> References: <396DE850.60A624FD@pp.htv.fi> 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 Thursday, July 13, 2000, 12:03:28 PM, you wrote: TÅ> where can I get Freebsd cd-image? Try here: ftp://ftp.fi.FreeBSD.org/pub/FreeBSD/releases/i386/ISO-IMAGES/ Best regards, Neill freebsd@nc.rr.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 9:21:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta6.snfc21.pbi.net (mta6.snfc21.pbi.net [206.13.28.240]) by hub.freebsd.org (Postfix) with ESMTP id D44E337C69D for ; Thu, 13 Jul 2000 09:21:37 -0700 (PDT) (envelope-from kuzak@kuzak.net) Received: from madnes.pacbell.com ([63.196.117.223]) by mta6.snfc21.pbi.net (Sun Internet Mail Server sims.3.5.2000.01.05.12.18.p9) with SMTP id <0FXN00H5X91G86@mta6.snfc21.pbi.net> for freebsd-questions@FreeBSD.ORG; Thu, 13 Jul 2000 09:12:52 -0700 (PDT) Date: Thu, 13 Jul 2000 09:11:28 -0700 From: Kuzak Subject: CD-ROM server In-reply-to: X-Sender: kuzak@mail.kuzak.net To: freebsd-questions@FreeBSD.ORG Message-id: <0FXN00H5Y91G86@mta6.snfc21.pbi.net> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Content-type: text/plain; charset="us-ascii" References: <20000711225752.A615@localhost.localdomain> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm setting up a cdrom server that is running FreeBSD that I'm hoping will replace one with identical hardware running windows... If anyone knows how I could accomplish the following things to make the integration easier please let me know... First off I'd like to have the machine boot directly to a command prompt, or somehow automatically login as say "user", so that the client who is using the server can issue mount and umount instructions without having to login to the machine first.. ( security of the machine not being a concern of course ) Second, what would be the best way to grant this, or say any user on the machine the ability to mount and umount the cdrom drives... sudo has been suggested to me, but I was just wondering if there was any way to just allow the user to use mount and stuff.. giving the use root is acceptable, but not prefered... Lastly, I don't believe this is possible.. but if anyone has any ideas.. please let me know.. The behavior of windows is somewhat prefered ( IE not locking the cdrom drives ).. Is it possible to somehow setup a crontab'd script or something that would mimic that behavior so that I would not have to put a monitor or keyboard on the system, in otherwords the client who wants to change a cd, wouldn't have to issue a umount, followed by a mount command.. I would like it if somehow the client was able to open the drive and change a cd, and say in the span of 10 minutes or so the cd would them be accessible by the network.. If this can be done, please let me know.. thanks.. -Aric To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 9:21:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from private.mail-gw.net (server.private.mail-gw.net [195.90.226.1]) by hub.freebsd.org (Postfix) with ESMTP id D63F037B67C for ; Thu, 13 Jul 2000 09:21:38 -0700 (PDT) (envelope-from T.Borchert@PowerOnline.net) Received: from [195.90.194.34] (HELO PowerOnline.net) by private.mail-gw.net (CommuniGate Pro SMTP 3.2) with ESMTP id 2573711 for freebsd-questions@freebsd.org; Thu, 13 Jul 2000 18:21:24 +0200 Message-ID: <396DE8F3.B6C6D98E@PowerOnline.net> Date: Thu, 13 Jul 2000 18:06:11 +0200 From: torsten X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: de, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: can't disklabel ad3 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi everybody, I can't get working my 3th hard disk under FreeBSD 4.0 Release. (under Linux I can work with this disk). Can anybody help me ? when I try to fdisk and disklabel disk ad3 I get the following errors: Jul 12 18:49:42 ALEX /kernel: ad3: WRITE command timeout - resetting Jul 12 18:49:42 ALEX /kernel: ata1: resetting devices .. done Jul 12 18:49:52 ALEX /kernel: ad3: WRITE command timeout - resetting Jul 12 18:49:52 ALEX /kernel: ata1: resetting devices .. done Jul 12 18:50:02 ALEX /kernel: ad3: WRITE command timeout - resetting Jul 12 18:50:02 ALEX /kernel: ata1: resetting devices .. done Here is the dmesg - output: ALEX# dmesg Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 4.0-RELEASE #2: Sun Jul 9 13:37:29 CEST 2000 root@ALEX:/usr/src/sys/compile/BAIKAL Timecounter "i8254" frequency 1193182 Hz CPU: Cyrix 6x86MX (150.00-MHz 686-class CPU) Origin = "CyrixInstead" Id = 0x600 Stepping = 0 DIR=0x0451 Features=0x80a135 real memory = 100663296 (98304K bytes) config> di sn0 No such device: sn0 Invalid command or syntax. Type `?' for help. config> di lnc0 No such device: lnc0 Invalid command or syntax. Type `?' for help. config> di le0 No such device: le0 Invalid command or syntax. Type `?' for help. config> di ie0 No such device: ie0 Invalid command or syntax. Type `?' for help. config> di fe0 No such device: fe0 Invalid command or syntax. Type `?' for help. config> di ed0 No such device: ed0 Invalid command or syntax. Type `?' for help. config> di cs0 No such device: cs0 Invalid command or syntax. Type `?' for help. config> di aic0 No such device: aic0 Invalid command or syntax. Type `?' for help. config> di aha0 No such device: aha0 Invalid command or syntax. Type `?' for help. config> di adv0 No such device: adv0 Invalid command or syntax. Type `?' for help. config> q avail memory = 94474240 (92260K bytes) Preloaded elf kernel "kernel" at 0xc02ec000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc02ec09c. md0: Malloc disk npx0: on motherboard npx0: INT 16 interface apm0: on motherboard apm: found APM BIOS v1.2, connected at v1.2 pcib0: on motherboard pci0: on pcib0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xf000-0xf00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 7.2 irq 11 chip1: port 0x5f00-0x5f0f at device 7.3 on pci0 pci0: at 9.0 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60-0x6f on isa0 atkbd0: irq 1 on atkbdc0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: on isa0 sc0: VGA <16 virtual consoles, flags=0x200> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode ppi0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port pcm0: at port 0x220-0x22f,0x388-0x38b,0x530-0x53f irq 5 drq 1,3 on isa0 unknown0: at port 0x330-0x331 irq 9 on isa0 unknown1: at port 0x200-0x207 on isa0 unknown2: at port 0x590-0x597 on isa0 ad0: 14655MB [29777/16/63] at ata0-master using UDMA33 ad1: 8063MB [16383/16/63] at ata0-slave using UDMA33 ad3: 2014MB [4092/16/63] at ata1-slave using UDMA33 acd0: CDROM at ata1-master using PIO4 Mounting root from ufs:/dev/ad0s2a pid 213 (gnome-smproxy), uid 1000: exited on signal 11 (core dumped) ad1s4: rejecting partition in BSD label: it isn't entirely within the slice ad1s4: start 12353985, end 16498754, size 4144770 ad1s4d: start 0, end 16514063, size 16514064 ad1s4: rejecting partition in BSD label: it isn't entirely within the slice ad1s4: start 12353985, end 16498754, size 4144770 ad1s4d: start 0, end 16514063, size 16514064 ad1s4: rejecting partition in BSD label: it isn't entirely within the slice ad1s4: start 12353985, end 16498754, size 4144770 ad1s4d: start 0, end 16514063, size 16514064 ad3: WRITE command timeout - resetting ata1: resetting devices .. done ad3: WRITE command timeout - resetting ata1: resetting devices .. done ad3: WRITE command timeout - resetting ata1: resetting devices .. done To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 9:36:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ifta.accelnet.com (ifta.net [204.58.140.252]) by hub.freebsd.org (Postfix) with ESMTP id BF6EB37B756 for ; Thu, 13 Jul 2000 09:36:41 -0700 (PDT) (envelope-from cstrickl@ifta.net) Received: from a937cc5ze020 (ifta02.accelnet.com [204.58.141.2]) by ifta.accelnet.com (8.9.3/8.9.1) with SMTP id JAA04200; Thu, 13 Jul 2000 09:38:00 -0700 (PDT) Received: by localhost with Microsoft MAPI; Thu, 13 Jul 2000 09:31:00 -0700 Message-ID: <01BFECAD.0EA2A260.cstrickl@ifta.net> From: Carl Strickler To: "'Linh Pham'" Cc: "'freebsd-questions@freebsd.org'" Subject: RE: Changing NIC Configuration Date: Thu, 13 Jul 2000 09:30:59 -0700 X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG That's what I thought as well. But there is nothing about ifconfig or my NIC or IP addresses in any of the files that I mentioned before. This is why I was so confused in the beginning. - Carl -----Original Message----- From: Linh Pham [SMTP:lplist@q.closedsrc.org] Sent: Thursday, July 13, 2000 9:18 AM To: Carl Strickler Cc: 'freebsd-questions@freebsd.org' Subject: RE: Changing NIC Configuration Oh... /etc/rc.conf // Linh Pham On Thu, 13 Jul 2000, Carl Strickler wrote: > I haven't actually done the changing of the IP address yet, > but when I go into /stand/sysinstall I am able to get to a point where > I could change the information. But I am still puzzled about where > the information is being stored. Also I would like to know so that I could > just change a line or two in a conf file instead of having to run sysinstall. > > Re: ifconfig -a: It works wonderfully. Tells me everything I could want to know > (except where the darn configuration is being stored. :]) > > > - Carl > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 9:53: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta03-svc.ntlworld.com (mta03-svc.ntlworld.com [62.253.162.43]) by hub.freebsd.org (Postfix) with ESMTP id 0889437BF21 for ; Thu, 13 Jul 2000 09:52:58 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from parish.my.domain ([62.255.96.171]) by mta03-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000713165255.VGZZ16423.mta03-svc.ntlworld.com@parish.my.domain>; Thu, 13 Jul 2000 17:52:55 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id RAA01462; Thu, 13 Jul 2000 17:52:43 +0100 (BST) (envelope-from mark) Date: Thu, 13 Jul 2000 17:52:43 +0100 From: Mark Ovens To: Doug Barton Cc: questions@freebsd.org Subject: Re: Problem cvsup'ing gnats Message-ID: <20000713175243.A237@parish> References: <20000712191846.K237@parish> <396D9452.BEC5DB5C@gorean.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <396D9452.BEC5DB5C@gorean.org>; from DougB@gorean.org on Thu, Jul 13, 2000 at 03:05:06AM -0700 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jul 13, 2000 at 03:05:06AM -0700, Doug Barton wrote: > Mark Ovens wrote: > > > > Following the instructions in the committers guide on how to cvsup the > > gnats database I added > > > > gnats release=current prefix=/usr > > > > to my sup file and > > I have no idea what the committer's guide says, but here is the cvsup file > I've used for years. The first set of entries is for the cvs repo files, > but it does slurp down the gnats files as well. Oddly enough, this > information is in /usr/share/examples/cvsup/gnats-supfile. > Which info exactly? It makes no mention of tags (except implicitly I suppose, by virtue of the fact that there's no tag= entry). > # Defaults that apply to all the collections > *default host=cvsupserver.FreeBSD.org > *default base=/usr > *default prefix=/usr/ncvs > *default release=cvs > *default delete use-rel-suffix umask=002 > > # Collection information > # http://www.freebsd.org/handbook/synching.html > ports-all > src-all > doc-all > www > > # CVS for the CVSup server's own configuration files. > distrib > > *default release=current > gnats > How does all this work without a tag? > > Good thing I'M not a committer... > > Good luck, > > Doug -- If I buy a copy of WinDelete, and it doesn't delete Windows, am I entitled to my money back? ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:marko@freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 10:14:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay2.inwind.it (relay2.inwind.it [212.141.53.73]) by hub.freebsd.org (Postfix) with ESMTP id D85C237B5DE for ; Thu, 13 Jul 2000 10:14:31 -0700 (PDT) (envelope-from bartequi@inwind.it) Received: from bartequi.ottodomain.org (212.141.78.36) by relay2.inwind.it; 13 Jul 2000 19:14:22 +0200 From: Salvo Bartolotta Date: Thu, 13 Jul 2000 18:15:17 GMT Message-ID: <20000713.18151700@bartequi.ottodomain.org> Subject: Re: Subscribing? To: glitch@internetcds.com Cc: freebsd-questions@FreeBSD.ORG X-Mailer: SuperCalifragilis X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm sure this will be my first of many questions. Is the "freebsd-questions" list a mailing list that I can subscribe=20 to? Where I get all posts to that list. If so, how do I subscribe? (Maybe just by sending this message is enough.) Kevin Glick Dear Kevin Glick, the answers to your questions are found at=20 http://www.freebsd.org/eresources.html#ERESOURCES-MAIL. Please keep in mind that most people in Unix mailing lists normally=20 use the **text** format for e-mail; the reasons for that will become=20 clear once you begin running Unix :-) An online ... version of a few years' mail, subdivided into=20 subcategories (e.g. forums) and sorted e.g. by subject, is found at=20 http://www.freebsd.org/mail; the page provides you with a link to the=20 search engine (which enables you to perform a "thematic" search), and=20 with a link to the ftp mail resources (which allow you to download=20 e.g. a week's mail in compressed form). The FreeBSD main site, http://www.freebsd.org, and its linked pages=20 (e.g. Documentation) contain a large amount of information; which will=20 probably answer many of your potential questions. Best regards, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 10:14:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ifta.accelnet.com (ifta.net [204.58.140.252]) by hub.freebsd.org (Postfix) with ESMTP id 252CB37B820 for ; Thu, 13 Jul 2000 10:14:40 -0700 (PDT) (envelope-from cstrickl@ifta.net) Received: from a937cc5ze020 (ifta02.accelnet.com [204.58.141.2]) by ifta.accelnet.com (8.9.3/8.9.1) with SMTP id KAA04301; Thu, 13 Jul 2000 10:15:58 -0700 (PDT) Received: by localhost with Microsoft MAPI; Tue, 13 Jun 2000 10:00:02 -0700 Message-ID: <01BFD51E.241BCC80.cstrickl@ifta.net> From: Carl Strickler To: "'Linh Pham'" Cc: "'freebsd-questions@freebsd.org'" Subject: RE: Changing NIC Configuration Date: Tue, 13 Jun 2000 10:00:01 -0700 X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG One rc.conf file coming up. # This file now contains just the overrides from /etc/defaults/rc.conf # please make all changes to this file. # -- sysinstall generated deltas -- # hostname="ifta.XXX.com" moused_enable="YES" firewall_enable="YES" # Set to YES to enable firewall functionality firewall_type="ifta" # Firewall type (see /etc/rc.firewall) firewall_quiet="NO" # Set to YES to suppress rule display tcp_extensions="YES" # Allow RFC1323 & RFC1644 extensions (or NO). ntpdate_enable="YES" # Run the ntpdate to sync time (or NO). ntpdate_flags="clock.tricity.wsu.edu" # Flags to ntpdate (if enabled). cron_enable="YES" # Run the periodic job daemon. lpd_enable="NO" # Run the line printer daemon. lpd_flags="" # Flags to lpd (if enabled). sendmail_enable="YES" # Run the sendmail daemon (or NO). sendmail_flags="-bd -q5m" # -bd is pretty mandatory. gateway_enable="YES" router_enable="NO" inetd_flags="-l -R 1024" Hopefully that'll give you what you need. That was the whole file. TIA, Carl (NOTE: The real hostname isn't ifta.XXXX.com...I just changed that...) -----Original Message----- From: Linh Pham [SMTP:lplist@q.closedsrc.org] Sent: Thursday, July 13, 2000 9:38 AM To: Carl Strickler Subject: RE: Changing NIC Configuration I was a little bit confused between the other replies... Could you e-mail me a snippet of your rc.conf file? I can then try to point out where the configuration ``might'' be stored. // Linh Pham To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 10:15:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from biggenerator.etool.com (ns2.etool.com [204.27.77.15]) by hub.freebsd.org (Postfix) with ESMTP id 8A62837B723 for ; Thu, 13 Jul 2000 10:15:04 -0700 (PDT) (envelope-from acd@etool.com) Received: from [204.27.77.208] (account ) by biggenerator.etool.com (CommuniGate Pro WebUser 3.3b9) with HTTP id 703227 for ; Thu, 13 Jul 2000 12:15:19 -0500 From: "Alex Derbes" Subject: LDAP and FreeBSD To: freebsd-questions@FreeBSD.ORG X-Mailer: CommuniGate Pro Web Mailer v.3.3b9 Date: Thu, 13 Jul 2000 12:15:19 -0500 Message-ID: In-Reply-To: <1914536831.20000713121846@nc.rr.com> 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 Hi, We have a few linux machines using LDAP for user/group information and also using LDAP for authentication. Is there a way to do this in FreeBSD? Thanks, -Alex Derbes -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Alex Derbes - www.etool.com acd@etool.com / acd@cwru.edu w504.525.4776 - h216.754.2351 ------- c216.288.6860 ------- http://discordia.cwru.edu/acd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 10:16: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from samxie.cl.msu.edu (samxie.cl.msu.edu [35.8.1.33]) by hub.freebsd.org (Postfix) with ESMTP id 2F18C37B723 for ; Thu, 13 Jul 2000 10:15:50 -0700 (PDT) (envelope-from sam@samxie.cl.msu.edu) Received: (from sam@localhost) by samxie.cl.msu.edu (8.9.3/8.9.3) id NAA00800 for freebsd-questions@freebsd.org; Thu, 13 Jul 2000 13:16:42 -0400 (EDT) (envelope-from sam) Date: Thu, 13 Jul 2000 13:16:42 -0400 From: Sam Xie To: freebsd-questions@freebsd.org Subject: arla can't mount AFS? Message-ID: <20000713131642.A722@samxie.cl.msu.edu> Mail-Followup-To: Sam Xie , freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i X-Operating-System: FreeBSD 5.0-CURRENT i386 WWW-Home-Page: http://samxie.cl.msu.edu Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! All, arla dosen't function properly. It seems arlad cannot mount AFS on my machine, instead it is trying to mount NFS which we don't have. Whenever I type "ls /afs", an error message says, "ls: .: Stale NFS file handle". The OS is FreeBSD 5.0-CURRENT, #20, arla is arla-0.33.1. It will be gratefull if some one can tell me what is wrong and how to fix it! Many Thanks! Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 10:28: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes04-hme0.telusplanet.net (edtnes04.telus.net [199.185.220.104]) by hub.freebsd.org (Postfix) with ESMTP id 964AC37B524 for ; Thu, 13 Jul 2000 10:26:34 -0700 (PDT) (envelope-from q@crackbaby.org) Received: from ricepower ([209.53.59.203]) by priv-edtnes04-hme0.telusplanet.net (InterMail vM.4.01.02.11 201-229-116-111) with SMTP id <20000713172622.NXXA4208.priv-edtnes04-hme0.telusplanet.net@ricepower> for ; Thu, 13 Jul 2000 11:26:22 -0600 Message-ID: <001101bfecef$773d2ce0$cb3b35d1@bconnected.net> From: "Q Tuyen" To: Subject: Uninstall apache Date: Thu, 13 Jul 2000 10:26:22 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have 3 diff version of apache install in my sys. How can i find out where they are installed and how can I uninstall all of them and do frest install on a new one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 10:32:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from peloton.runet.edu (peloton.runet.edu [137.45.96.205]) by hub.freebsd.org (Postfix) with ESMTP id 0191137B7CC for ; Thu, 13 Jul 2000 10:32:30 -0700 (PDT) (envelope-from brett@peloton.runet.edu) Received: from localhost (brett@localhost) by peloton.runet.edu (8.9.3/8.9.3) with ESMTP id NAA55005; Thu, 13 Jul 2000 13:31:52 -0400 (EDT) (envelope-from brett@peloton.runet.edu) Date: Thu, 13 Jul 2000 13:31:51 -0400 (EDT) From: Brett Taylor To: G-der Cc: Rahul Siddharthan , freebsd-questions@FreeBSD.ORG Subject: Re: cvsup: src-sys ports-all breaks ports In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, On Wed, 12 Jul 2000, G-der wrote: > On Thu, 13 Jul 2000, Rahul Siddharthan wrote: > > My cvsupfile was set to get src-sys and ports-all. I recompiled the > > kernel (so now I'm running 3.5-STABLE) and went to install some > > ports. On each one I got an error message saying that the system > > version was incorrect for the port. Does your cvsup config file specify a tag? In other words, do you have: ports-all tag=. in there? If you have it set to RELEASE_3_5 (or whatever the tag is), then your ports will be screwed up - you should always use ports-all tag=. to get the latest ports. Brett ***************************************************** Dr. Brett Taylor brett@peloton.runet.edu * Dept of Chem and Physics * Curie 39A (540) 831-6147 * Dept. of Mathematics and Statistics * Walker 234 (540) 831-5410 * ***************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 10:33:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from charon.khoral.com (charon.khoral.com [209.75.155.97]) by hub.freebsd.org (Postfix) with SMTP id D546F37B8AA for ; Thu, 13 Jul 2000 10:33:52 -0700 (PDT) (envelope-from steve@khoral.com) Received: from zen.alb.khoral.com by charon.khoral.com via smtpd (for hub.FreeBSD.ORG [204.216.27.18]) with SMTP; 13 Jul 2000 17:33:52 UT Received: (from steve@localhost) by zen.alb.khoral.com (8.9.3/8.9.3) id LAA21357 for freebsd-questions@freebsd.org; Thu, 13 Jul 2000 11:33:51 -0600 (MDT) From: Steve Jorgensen Message-Id: <200007131733.LAA21357@zen.alb.khoral.com> Subject: Multi-boot problem.. To: freebsd-questions@freebsd.org Date: Thu, 13 Jul 2000 11:33:51 -0600 (MDT) 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 installed FreeBSD 4.0-STABLE as of July 11, on my new Dell Inspiron 7500 laptop, and I'm having trouble getting the multiboot menu working. I've tried both the standard FreeBSD boot menu and the OS-BS boot menu. OS-BS reports "missing operating system" when I try to boot it, and the FreeBSD one just beeps at me (no error message at all) My disk is sliced as follows: 11GB windows slice 17GB FreeBSD slice with following partitions - 64meg / - 512meg swap - 4 meg /usr - 4 meg /data I am able to boot by booting from my 4.0 CD, then switching the currdev to my harddisk before letting it boot the kernel. However, this is really annoying. Did I mess something up when I installed FreeBSD? Did I miss a config line in one of the conf files in /boot? Any help is appreciated. Steve -- ----------------------------------------------------------- Steven Jorgensen steve@khoral.com steve@spukhaus.com ------------------------------+---------------------------- Khoral Research Inc. | PHONE: (505) 837-6500 6200 Uptown Blvd, Suite 200 | FAX: (505) 881-3842 Albuquerque, NM 87110 | URL: http://www.khoral.com/ ----------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 10:43: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from chi1.nucleusconsulting.com (chi1.nucleusconsulting.com [207.250.168.11]) by hub.freebsd.org (Postfix) with ESMTP id AE2E837BF75 for ; Thu, 13 Jul 2000 10:42:48 -0700 (PDT) (envelope-from parrothd@midwest.net) Received: from zippy2 (bsw001-ch14a12-06.arcommunications.net [64.16.214.135]) by chi1.nucleusconsulting.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id N91XP94R; Thu, 13 Jul 2000 12:38:11 -0500 Message-Id: <3.0.5.32.20000713123402.00a11210@midwest.net> X-Sender: parrothd@midwest.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Thu, 13 Jul 2000 12:34:02 -0500 To: freebsd-questions@FreeBSD.ORG From: "Jonathan E. Lyons" Subject: MS VPN(PPTP) & NAT... 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 been able to establish a VPN connection with a windows cleint and windows NT RAS with FreeBSD and NAT running between them?? I've redirected port 1723 to my windows machine behind NAT but I'm only able to connect and start to verify my username and password then the connection drops..Any suggestions?? Thanks.... Win98 VPN NT 4.0 RAS FreeBSD 3.5 w/ NAT Jonathan E. Lyons parrothd@midwest.net ICQ # 14226912 A+, MCSE, CCNA, FreeBSD! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 10:44: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ra.obsidian.co.za (lava.obsidian.co.za [160.124.182.1]) by hub.freebsd.org (Postfix) with ESMTP id A57F537BF75 for ; Thu, 13 Jul 2000 10:43:48 -0700 (PDT) (envelope-from werner@ra.obsidian.co.za) Received: from localhost (werner@localhost) by ra.obsidian.co.za (8.9.3/8.9.3) with ESMTP id TAA18433 for ; Thu, 13 Jul 2000 19:43:30 +0200 Date: Thu, 13 Jul 2000 19:43:30 +0200 (SAST) From: Werner Gillmer 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 subscribe freebsd-question -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 10:51:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-ob.kamp.net (mail-ob.kamp.net [195.62.97.26]) by hub.freebsd.org (Postfix) with ESMTP id A26AD37C1C0 for ; Thu, 13 Jul 2000 10:51:11 -0700 (PDT) (envelope-from farid.hajji@ob.kamp.net) Received: from bsdevil.meta.net.ob.kamp.net (port-34.d.kamp.de [195.62.120.226]) by mail-ob.kamp.net (8.10.1/8.10.1) with ESMTP id e6DHp5Q01227 for ; Thu, 13 Jul 2000 19:51:07 +0200 Date: Thu, 13 Jul 2000 19:51:05 +0200 Message-Id: <200007131751.e6DHp5Q01227@mail-ob.kamp.net> From: Farid Hajji To: questions@freebsd.org Subject: PHIGS for FreeBSD? X-Mailer: Emacs-20.6.1/FreeBSD-5.0-CURRENT Reply-To: farid.hajji@ob.kamp.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I've stepped on some programs that need the PHIGS library and include files for X11. Unfortunately, I didn't find any phigs.h or libphigs.* files on my FreeBSD 5.0-20000506-CURRENT (Current Snapshot from Toolkit June 2000) system. A port for PHIGS was not available either. The XFree86 SVGA Server: (X -showconfig) XFree86 Version 3.3.6 / X Window System (protocol Version 11, revision 0, vendor release 6300) Release Date: January 8 1999 is also missing the PEX Extension (xdpyinfo): number of extensions: 19 BIG-REQUESTS DOUBLE-BUFFER DPMS LBX MIT-SCREEN-SAVER MIT-SHM MIT-SUNDRY-NONSTANDARD RECORD SECURITY SHAPE SYNC XC-APPGROUP XC-MISC XFree86-DGA XFree86-Misc XFree86-VidModeExtension XInputExtension XKEYBOARD XTEST which is, as I understand it, necessary for libphigs. Am I missing something here? This is probably an XFree86 question, but I'm not quite sure wether the problem is only attributable to the -CURRENT status of FreeBSD that I'm using right now. Thank you for your help. -- Farid Hajji -- Unix Systems and Network Administrator | Phone: +49-2131-67-555 Broicherdorfstr. 83, D-41564 Kaarst, Germany | farid.hajji@ob.kamp.net - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - Fermat: ...I've found a remarkable proof for this: Let x,y @#$!@$!2@ NO CARRIER To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 10:53:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from caxton.correionet.com.br (caxton.correionet.com.br [200.246.35.7]) by hub.freebsd.org (Postfix) with ESMTP id C26DB37C551 for ; Thu, 13 Jul 2000 10:53:40 -0700 (PDT) (envelope-from montecino@usa.net) Received: from henrique (cnet143-118.correionet.com.br [200.188.143.118]) by caxton.correionet.com.br (8.9.3/8.9.3) with SMTP id OAA66808 for ; Thu, 13 Jul 2000 14:53:11 -0300 (EST) Message-ID: <007801bfecf3$66f985a0$768fbcc8@henrique> From: "Henrique C. Montecino" To: Subject: How to Date: Thu, 13 Jul 2000 14:54:31 -0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0075_01BFECDA.403B0A60" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0075_01BFECDA.403B0A60 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Dears I need get out of discuss group here in Brazi and i don't know how to do = this. Please, somebody there knows? Thanks very much. Henrique ------=_NextPart_000_0075_01BFECDA.403B0A60 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Dears
 
I need get out of discuss group here in = Brazi and i=20 don't know how to do this.
Please, somebody there = knows?
Thanks very much.
 
Henrique
------=_NextPart_000_0075_01BFECDA.403B0A60-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 10:59:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.pcintelligent.com (host225.pcIntelligent.com [63.92.164.225]) by hub.freebsd.org (Postfix) with ESMTP id 8439437BF6C for ; Thu, 13 Jul 2000 10:59:29 -0700 (PDT) (envelope-from kenn@pcintelligent.com) Received: from margo.pcintelligent.com (IDENT:kenn@margo.pcintelligent.com [63.92.164.200] (may be forged)) by mail.pcintelligent.com (8.9.3/8.9.3) with ESMTP id NAA20347 for ; Thu, 13 Jul 2000 13:58:36 GMT Date: Thu, 13 Jul 2000 13:58:36 +0000 (GMT) From: Ken N X-Sender: kenn@localhost.localdomain To: freebsd-questions@FreeBSD.ORG Subject: Invalid root device (new user) Message-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 am not sure if this is the place to post this, however I am new to freebsd and this seems like a likley place to find out. I am trying to install on an intel motherboard with a built in AIC7980 and I get root device disk0s4a: invalid, anyone know what is causing this error? Thank you Ken http://cleveland.lug.net/~rocket/ The answer is simple if you grant that ironies are like submarines; dangerous only when submerged. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 11: 3:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from christel.heitec.net (christel.heitec.net [212.204.92.3]) by hub.freebsd.org (Postfix) with ESMTP id D5CBC37C559 for ; Thu, 13 Jul 2000 11:02:51 -0700 (PDT) (envelope-from bernd.luevelsmeyer@heitec.net) Received: from heitec.net (paladin.heitec.net [212.204.92.251]) by christel.heitec.net (Postfix) with ESMTP id 8253E354811; Thu, 13 Jul 2000 20:07:05 +0200 (CEST) Message-ID: <396E0464.C8A243D6@heitec.net> Date: Thu, 13 Jul 2000 20:03:16 +0200 From: Bernd Luevelsmeyer Organization: Heitec AG X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: Kuzak Cc: freebsd-questions@FreeBSD.ORG Subject: Re: CD-ROM server References: <20000711225752.A615@localhost.localdomain> <0FXN00H5Y91G86@mta6.snfc21.pbi.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kuzak wrote: > > I'm setting up a cdrom server that is running FreeBSD that I'm hoping will > replace one with identical hardware running windows... If anyone knows > how I could accomplish the following things to make the integration easier > please let me know... > > First off I'd like to have the machine boot directly to a command prompt, or > somehow automatically login as say "user", so that the client who is using > the server can issue mount and umount instructions without having to login > to the machine first.. ( security of the machine not being a concern of > course ) You can leave out the terminal's line in /etc/ttys and instead start a shell in /etc/rc.local , for example. If you want a special user then 'su' in rc.local ought to work. > Second, what would be the best way to grant this, or say any user on the > machine the ability to mount and umount the cdrom drives... sudo has been > suggested to me, but I was just wondering if there was any way to just allow > the user to use mount and stuff.. giving the use root is acceptable, but not > prefered... Setting the sysctl variable 'vfs.usermount' to 1 should work. You can do that in /etc/rc.local too. > Lastly, I don't believe this is possible.. but if anyone has any ideas.. > please let > me know.. The behavior of windows is somewhat prefered ( IE not locking the > cdrom drives ).. Is it possible to somehow setup a crontab'd script or > something > that would mimic that behavior so that I would not have to put a monitor or > keyboard > on the system, in otherwords the client who wants to change a cd, wouldn't > have > to issue a umount, followed by a mount command.. I would like it if somehow > the client was able to open the drive and change a cd, and say in the span > of 10 > minutes or so the cd would them be accessible by the network.. If this can be > done, please let me know.. thanks.. Perhaps it can be done with the auto mounter daemon, amd. I have never experimented with this. That should unmount the CDROM when it's not used, and mount it when it is used again. Have fun, Bernd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 11:17: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f134.law4.hotmail.com [216.33.149.134]) by hub.freebsd.org (Postfix) with ESMTP id 410BB37C30F for ; Thu, 13 Jul 2000 11:17:00 -0700 (PDT) (envelope-from adam_hefetz@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 13 Jul 2000 11:17:00 -0700 Received: from 62.0.163.243 by lw4fd.law4.hotmail.msn.com with HTTP; Thu, 13 Jul 2000 GMT X-Originating-IP: [62.0.163.243] From: "Adam Hefetz" To: freebsd-questions@freebsd.org Subject: /usr/libexec/ld-elf.so.1 Date: Thu, 13 Jul 2000 18:16:59 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 13 Jul 2000 18:17:00.0009 (UTC) FILETIME=[89591590:01BFECF6] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have some problems opening some KDE programs. I tried opening kpaint but I got this: /usr/libexec/ld-elf.so.1: Shared object "libkimgio.so.2" not found Then I tried opening kmix but I got this: /usr/libexec/ld-elf.so.1: Shared object "libkdeui.so.2" not found I hope someone knows to answer this. Thanks, Adam ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail 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 Thu Jul 13 11:47:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mdanderson.org (mail.mdacc.tmc.edu [143.111.87.47]) by hub.freebsd.org (Postfix) with ESMTP id B4D0037B900 for ; Thu, 13 Jul 2000 11:47:40 -0700 (PDT) (envelope-from fosburgh@flash.net) Received: from jefnt (jef-nt.mdacc.tmc.edu [143.111.64.202]) by mail.mdanderson.org (8.9.1b+Sun/8.9.1) with SMTP id NAA03690 for ; Thu, 13 Jul 2000 13:44:29 -0500 (CDT) Message-ID: <040301bfecfa$d43a8f90$ca406f8f@mdacc.tmc.edu> From: "Jonathan Fosburgh" To: Subject: unsubscribe info in mails sent to this list Date: Thu, 13 Jul 2000 13:47:42 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have noticed today that some emails sent to this list no longer have the unsubscribe information at the bottom. Has there been some configuration change or is something messed up? Jonathan Fosburgh Open Systems Communications and Computer Services UT MD Anderson Cancer Center Houston, TX 77030 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 11:50:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.aracnet.com (mail3.aracnet.com [216.99.193.38]) by hub.freebsd.org (Postfix) with ESMTP id 302B437B900 for ; Thu, 13 Jul 2000 11:50:10 -0700 (PDT) (envelope-from hamellr@aracnet.com) Received: from shell1.aracnet.com (shell1.aracnet.com [216.99.193.21]) by mail3.aracnet.com (8.9.3/8.9.3) with ESMTP id LAA01522 for ; Thu, 13 Jul 2000 11:50:10 -0700 Received: by shell1.aracnet.com (8.9.3) id LAA15209; Thu, 13 Jul 2000 11:50:07 -0700 Date: Thu, 13 Jul 2000 11:50:07 -0700 (PDT) From: Rick Hamell To: freebsd-questions@freebsd.org Subject: Apache and group info Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've got Apache setup but I'm trying to make it a little bit more secure. According to the Docs and what info I can find, I should create a group and a user that is allowed to execute apache. I can do the user no problem, but how do I add groups? Addgroup dosen't seem to be a vaild command under 3.4 (and locate dosen't find it.) Also, where is the root directory of apache by default, aka where would I put the home page for my domain? /usr/local/www looks like a good place. I assume I can change that easily enough in httpd.conf, right? Thanks in advance for answering these basic questions. :) Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 11:56:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 315A537BDED for ; Thu, 13 Jul 2000 11:56:31 -0700 (PDT) (envelope-from pherman@frenchfries.net) Received: from bagabeedaboo.security.at12.de (dial-195-14-254-189.netcologne.de [195.14.254.189]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id UAA00328; Thu, 13 Jul 2000 20:56:25 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.10.2/8.10.2) with ESMTP id e6DIuJ902875; Thu, 13 Jul 2000 20:56:19 +0200 (CEST) Date: Thu, 13 Jul 2000 20:56:19 +0200 (CEST) From: Paul Herman To: Jonathan Fosburgh Cc: freebsd-questions@FreeBSD.ORG Subject: Re: unsubscribe info in mails sent to this list In-Reply-To: <040301bfecfa$d43a8f90$ca406f8f@mdacc.tmc.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, 13 Jul 2000, Jonathan Fosburgh wrote: > I have noticed today that some emails sent to this list no longer have the > unsubscribe information at the bottom. Has there been some configuration > change or is something messed up? HTML attachments of emails are usually the 2nd part, and so the message gets eaten up by the HTML parser when viewing HTML, or doesn't even show up, when viewing the text part. Another reason to not send HTML emails. -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 12: 1:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from state.net (dorthy.state.net [204.75.238.244]) by hub.freebsd.org (Postfix) with ESMTP id 4AC2537C695 for ; Thu, 13 Jul 2000 12:01:14 -0700 (PDT) (envelope-from jon@state.net) Received: from state.net (redoak.state.net [204.75.238.247]) by state.net (8.8.8/8.7.2) with ESMTP id OAA29874; Thu, 13 Jul 2000 14:02:42 -0500 (CDT) Message-ID: <396E11F3.29BCD54E@state.net> Date: Thu, 13 Jul 2000 14:01:07 -0500 From: Jon X-Mailer: Mozilla 4.73 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: "Jonathan E. Lyons" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: MS VPN(PPTP) & NAT... References: <3.0.5.32.20000713123402.00a11210@midwest.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yes, but with pain and hardship. The internal network, where the NT POS RAS PPTP server was had an IP subnet in the /16 range, but NT RAS only supports /24 IP's when it hands them out to the clients. I noticed similar problems with you; I could get authenticated, get an IP, but the IP wouldn't match up with any of our servers, so I was dead in the water at that point. Jon "Jonathan E. Lyons" wrote: > > Has anyone been able to establish a VPN connection with a windows cleint > and windows NT RAS with FreeBSD and NAT running between them?? I've > redirected port 1723 to my windows machine behind NAT but I'm only able to > connect and start to verify my username and password then the connection > drops..Any suggestions?? > > Thanks.... > > Win98 VPN > NT 4.0 RAS > FreeBSD 3.5 w/ NAT > > Jonathan E. Lyons > parrothd@midwest.net > ICQ # 14226912 > A+, MCSE, CCNA, FreeBSD! > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 12: 4:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from luna.osd.bsdi.com (luna.geekhouse.net [64.81.6.50]) by hub.freebsd.org (Postfix) with ESMTP id 0F05437B953 for ; Thu, 13 Jul 2000 12:04:12 -0700 (PDT) (envelope-from jim@luna.osd.bsdi.com) Received: by luna.osd.bsdi.com (Postfix, from userid 1000) id 110B831BC; Thu, 13 Jul 2000 12:04:06 -0700 (PDT) Date: Thu, 13 Jul 2000 12:04:06 -0700 From: Jim Mock To: Rick Hamell Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Apache and group info Message-ID: <20000713120406.D35366@luna.osd.bsdi.com> Reply-To: jim@luna.osd.bsdi.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.5i In-Reply-To: ; from hamellr@aracnet.com on Thu, Jul 13, 2000 at 11:50:07AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 13 Jul 2000 at 11:50:07 -0700, Rick Hamell wrote: > > I've got Apache setup but I'm trying to make it a little bit > more secure. According to the Docs and what info I can find, I should > create a group and a user that is allowed to execute apache. I can do > the user no problem, but how do I add groups? Addgroup dosen't seem to > be a vaild command under 3.4 (and locate dosen't find it.) Edit your /etc/group file and add something like.. www:*:500: (Assuming you want to use ``www'' as the user and group. If not, change the www to whatever you want.) > Also, where is the root directory of apache by default, aka where > would I put the home page for my domain? /usr/local/www looks like a > good place. I assume I can change that easily enough in httpd.conf, > right? Thanks in advance for answering these basic questions. :) Depends on how you installed it :-) Look in /usr/local/www/data, or /usr/local/share/doc/apache. Those are probably the most common places for it. - jim -- /* jim mock - berkeley software design, inc - open source division */ /* documentation manager - jim@FreeBSD.org - jim@luna.osd.bsdi.com */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 12:34: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 165B537B953 for ; Thu, 13 Jul 2000 12:34:00 -0700 (PDT) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id XAA22141; Thu, 13 Jul 2000 23:37:15 +0200 Message-ID: <396E19D7.D58EB451@i-clue.de> Date: Thu, 13 Jul 2000 21:34:47 +0200 From: Christoph Sold Reply-To: so@server.i-clue.de Organization: i-clue interactive GmbH X-Mailer: Mozilla 4.73 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Q Tuyen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Uninstall apache References: <001101bfecef$773d2ce0$cb3b35d1@bconnected.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Q Tuyen wrote: > > I have 3 diff version of apache install in my sys. How can i find out where > they are installed and how can I uninstall all of them and do frest install > on a new one. pkg_info -aI|grep apache pkg_delete repeat until all apache daemons are down. Remember: you have to stop the daemons, or the binaries won't unlink. HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 12:35:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id EF69437BDED for ; Thu, 13 Jul 2000 12:35:54 -0700 (PDT) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id XAA22146; Thu, 13 Jul 2000 23:39:20 +0200 Message-ID: <396E1A53.A3427BDB@i-clue.de> Date: Thu, 13 Jul 2000 21:36:51 +0200 From: Christoph Sold Reply-To: so@server.i-clue.de Organization: i-clue interactive GmbH X-Mailer: Mozilla 4.73 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Steve Jorgensen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Multi-boot problem.. References: <200007131733.LAA21357@zen.alb.khoral.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Steve Jorgensen wrote: > > I installed FreeBSD 4.0-STABLE as of July 11, on > my new Dell Inspiron 7500 laptop, and I'm having > trouble getting the multiboot menu working. I've > tried both the standard FreeBSD boot menu and > the OS-BS boot menu. OS-BS reports "missing operating > system" when I try to boot it, and the FreeBSD one just > beeps at me (no error message at all) > > My disk is sliced as follows: > > 11GB windows slice > 17GB FreeBSD slice with following partitions > - 64meg / > - 512meg swap > - 4 meg /usr > - 4 meg /data > > I am able to boot by booting from my 4.0 CD, then > switching the currdev to my harddisk before > letting it boot the kernel. However, this is > really annoying. Did I mess something up when > I installed FreeBSD? Did I miss a config line > in one of the conf files in /boot? > > Any help is appreciated. AFAIR most BIOSes won't boot anything beyond the very first GB of you hard drive. Multi-Boot is a pain, but the cause is brain-dead BIOS conventions. HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 12:47:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from chi1.nucleusconsulting.com (chi1.nucleusconsulting.com [207.250.168.11]) by hub.freebsd.org (Postfix) with ESMTP id 57B9A37C55F for ; Thu, 13 Jul 2000 12:47:54 -0700 (PDT) (envelope-from parrothd@midwest.net) Received: from zippy2 (bsw001-ch14a12-06.arcommunications.net [64.16.214.135]) by chi1.nucleusconsulting.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id N91XP9V1; Thu, 13 Jul 2000 14:43:18 -0500 Message-Id: <3.0.5.32.20000713143907.00a187f0@midwest.net> X-Sender: parrothd@midwest.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Thu, 13 Jul 2000 14:39:07 -0500 To: freebsd-questions@FreeBSD.ORG From: "Jonathan E. Lyons" Subject: Re: MS VPN(PPTP) & NAT...Sloved! Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Wow! It works...(this is for the mail archives) try to start natd with -pptpalias it worked for me... > >----- Original Message ----- >From: "Jonathan E. Lyons" >To: >Sent: Thursday, July 13, 2000 1:34 PM >Subject: MS VPN(PPTP) & NAT... > > >> >> Has anyone been able to establish a VPN connection with a windows cleint >> and windows NT RAS with FreeBSD and NAT running between them?? I've >> redirected port 1723 to my windows machine behind NAT but I'm only able to >> connect and start to verify my username and password then the connection >> drops..Any suggestions?? >> >> >> Thanks.... >> >> >> Win98 VPN >> NT 4.0 RAS >> FreeBSD 3.5 w/ NAT >> >> >> >> >> Jonathan E. Lyons >> parrothd@midwest.net >> ICQ # 14226912 >> A+, MCSE, CCNA, FreeBSD! >> >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-questions" in the body of the message > > > Jonathan E. Lyons parrothd@midwest.net ICQ # 14226912 A+, MCSE, CCNA, FreeBSD! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 12:53:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from phastas.ians.be (phastas.ians.be [212.68.210.225]) by hub.freebsd.org (Postfix) with ESMTP id 0214F37C51A for ; Thu, 13 Jul 2000 12:53:37 -0700 (PDT) (envelope-from Lucas@ians.be) Received: from lucas (lucas.in.e-interaction.com [192.168.1.4]) by phastas.ians.be (Postfix) with SMTP id 933D370A2 for ; Thu, 13 Jul 2000 21:53:33 +0200 (CEST) Message-ID: <002b01bfed04$06f67350$0401a8c0@in.einteraction.com> From: "Lucas" To: Subject: Re: Installation on a 486-2/66 Date: Thu, 13 Jul 2000 21:53:34 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I'm interested to see that you are attempting to install FreeBSD on such > old hardware. I have a few motherboards like that laying around and have > concidered using them as say dedicated home automation controlers. I'm using a 486 DX2 66Mhz as a NAT gateway, and it's working very well with FreeBSD 3.3-RELEASE (I'm lacking disk space to upgrade to 3.5-STABLE). But I had problems like Chris when installing it on another motherboard (the IDE controller was not part of the motherboard). Maybe that's an IDE controller problem ... If you can, try to install it on another motherboard. Hope this helped. Bye -- Lucas - Lucas@ians.be ICQ 7362432 PGP Public key : http://lucas.ians.be/pgp/pubkey.txt oO Programmers never die, they just GOSUB without RETURN. Oo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 12:59:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www3.pacific-pages.com (www3.pacific-pages.com [192.41.48.219]) by hub.freebsd.org (Postfix) with ESMTP id 8050337B9E9 for ; Thu, 13 Jul 2000 12:59:12 -0700 (PDT) (envelope-from David@www3.pacific-pages.com) Received: from www3.pacific-pages.com ([207.245.46.109]) by www3.pacific-pages.com (8.8.5) id NAA10839; Thu, 13 Jul 2000 13:58:54 -0600 (MDT) Message-ID: <396E1F5A.6183063A@www3.pacific-pages.com> Date: Thu, 13 Jul 2000 15:58:18 -0400 From: David Banning Reply-To: David@SkytrackerCanada.com Organization: Sky-Tracker of Canada Inc. X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: unknown0: at port 0x200-0x21f on boot Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is an error I've received on boot every time since upgrading from 3.4 to 4.0 Stable; Jul 13 15:53:50 tracker /kernel: ppi0: on ppbus0 Jul 13 15:53:50 tracker /kernel: lpt0: on ppbus0 Jul 13 15:53:50 tracker /kernel: lpt0: Interrupt-driven port Jul 13 15:53:50 tracker /kernel: unknown0: at port 0x200-0x21f irq 5 on isa0 Any idea where it comes from? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 13: 5:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail9.wlv.netzero.net (mail9.wlv.netzero.net [209.247.163.66]) by hub.freebsd.org (Postfix) with SMTP id D5D1C37C845 for ; Thu, 13 Jul 2000 13:05:49 -0700 (PDT) (envelope-from psmith420@netzero.net) Received: (qmail 21217 invoked from network); 13 Jul 2000 20:05:48 -0000 Received: from dialup-63.209.94.68.losangeles1.level3.net (HELO petersmi) (63.209.94.68) by mail9.wlv.netzero.net with SMTP; 13 Jul 2000 20:05:48 -0000 Message-ID: <001101bfed05$5c5ecf80$42200eae@petersmi> From: "Peter Smith" To: Subject: subscribe FreeBSD-questions Date: Thu, 13 Jul 2000 13:03:03 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000E_01BFECCA.AE193620" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000E_01BFECCA.AE193620 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable subscribe FreeBSD-questions ------=_NextPart_000_000E_01BFECCA.AE193620 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

subscribe FreeBSD-questions

------=_NextPart_000_000E_01BFECCA.AE193620-- _____NetZero Free Internet Access and Email______ http://www.netzero.net/download/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 13:18: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from uranium.dashmail.net (uranium.dashmail.net [216.36.26.29]) by hub.freebsd.org (Postfix) with ESMTP id 07FCA37C5D8 for ; Thu, 13 Jul 2000 13:18:04 -0700 (PDT) (envelope-from ptacek@dashmail.net) Received: from Ptacek (rc1s7p8.dashmail.net [216.36.33.80]) by uranium.dashmail.net (8.10.1/8.10.1) with SMTP id e6DKHGW11422; Thu, 13 Jul 2000 20:17:16 GMT Reply-To: From: "Chris Ptacek" To: "Jon" , "Jonathan E. Lyons" Cc: Subject: RE: MS VPN(PPTP) & NAT... Date: Thu, 13 Jul 2000 13:16:30 -0700 Message-ID: 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 IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 In-Reply-To: <396E11F3.29BCD54E@state.net> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I had trouble with the same setup but got it to work. I was also getting to the point where it would start to verify my username/password and the quit. I played with the natd_flags parameter in the rc.conf file and eventually came up with the following which worked for me: natd_flags="-log -use_sockets -same_ports -pptpalias 192.168.1.3" Where 192.168.1.3 is my Win98 machine. I should also note that you probably don't need all these options (the pptpalias one is probably key), so you can remove some of them. I should also note my NATD is running on a FreeBSD 3.3 machine. Hope you get it working. - Chris -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Jon Sent: Thursday, July 13, 2000 12:01 PM To: Jonathan E. Lyons Cc: freebsd-questions@FreeBSD.ORG Subject: Re: MS VPN(PPTP) & NAT... Yes, but with pain and hardship. The internal network, where the NT POS RAS PPTP server was had an IP subnet in the /16 range, but NT RAS only supports /24 IP's when it hands them out to the clients. I noticed similar problems with you; I could get authenticated, get an IP, but the IP wouldn't match up with any of our servers, so I was dead in the water at that point. Jon "Jonathan E. Lyons" wrote: > > Has anyone been able to establish a VPN connection with a windows cleint > and windows NT RAS with FreeBSD and NAT running between them?? I've > redirected port 1723 to my windows machine behind NAT but I'm only able to > connect and start to verify my username and password then the connection > drops..Any suggestions?? > > Thanks.... > > Win98 VPN > NT 4.0 RAS > FreeBSD 3.5 w/ NAT > > Jonathan E. Lyons > parrothd@midwest.net > ICQ # 14226912 > A+, MCSE, CCNA, FreeBSD! > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 13:30: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.wolves.k12.mo.us (mail.wolves.k12.mo.us [207.160.214.1]) by hub.freebsd.org (Postfix) with ESMTP id E599F37C61B for ; Thu, 13 Jul 2000 13:30:04 -0700 (PDT) (envelope-from cdillon@wolves.k12.mo.us) Received: from mail.wolves.k12.mo.us (cdillon@mail.wolves.k12.mo.us [207.160.214.1]) by mail.wolves.k12.mo.us (8.9.3/8.9.3) with ESMTP id PAA01864; Thu, 13 Jul 2000 15:29:54 -0500 (CDT) (envelope-from cdillon@wolves.k12.mo.us) Date: Thu, 13 Jul 2000 15:29:51 -0500 (CDT) From: Chris Dillon To: Doug Barton Cc: freebsd-questions@FreeBSD.ORG Subject: Re: CD writer + USB suggestions please In-Reply-To: <396A9620.7E272B90@gorean.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 Mon, 10 Jul 2000, Doug Barton wrote: > For a variety of reasons we are getting a CD burner at work. > Mostly for compatability (and other) reasons we are going with a > USB model. Does anyone have any experience with the following: > > http://www.ita.sel.sony.com/jump/storage/spressa/product/product_crx100ex2.html# > > or any other suitable model? High performance is not a requirement > so much as durability, reliability and portability (read, we have > to be able to use it with windows too). If FreeBSD turns out not to support this thing, you could get one of the supported USB to SCSI adapters and a SCSI CD Writer. Thats probably all that thing really is, but wether its internal USB-SCSI adapter (or USB-IDE adapter as the case might be) is supported in FreeBSD is the question. -- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net FreeBSD: The fastest and most stable server OS on the planet. For Intel x86 and Alpha architectures. ( 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 Thu Jul 13 13:31:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtpproxy1.mitre.org (mbunix.mitre.org [129.83.20.100]) by hub.freebsd.org (Postfix) with ESMTP id D7E0F37BFBE for ; Thu, 13 Jul 2000 13:31:37 -0700 (PDT) (envelope-from jandrese@mitre.org) Received: from avsrv1.mitre.org (avsrv1.mitre.org [129.83.20.58]) by smtpproxy1.mitre.org (8.9.3/8.9.3) with ESMTP id QAA26364 for ; Thu, 13 Jul 2000 16:31:35 -0400 (EDT) Received: from mailsrv2.mitre.org (mailsrv2.mitre.org [129.83.221.17]) by smtpsrv1.mitre.org (8.9.3/8.9.3) with ESMTP id QAA22912 for ; Thu, 13 Jul 2000 16:29:47 -0400 (EDT) Received: from mitre.org ([128.29.145.140]) by mailsrv2.mitre.org (Netscape Messaging Server 4.1) with ESMTP id FXNL0M00.7CH for ; Thu, 13 Jul 2000 16:31:34 -0400 Message-ID: <396E27D4.FD240C0B@mitre.org> Date: Thu, 13 Jul 2000 16:34:29 -0400 From: "Andresen,Jason R." Organization: The MITRE Corporation X-Mailer: Mozilla 4.73 [en]C-20000509M (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: Problems getting new SB AWE/64 working under old sound drivers Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, Is there some magic trick that will allow FreeBSD 4.0 to see a Soundblaster AWE/64 ISA PnP? This soundcard mostly works under the new drivers, except vat refuses to talk to the card. These cards used to work under 2.x with the old sound drivers, but I can't get them to come up with 4.0. I'm attaching the kernel config, dmesg output, and pnpinfo. Some notes: The old 2.x configs used the pnp device that doesn't exist anymore in LINT. No matter where you stick that memory address for awe0, the card will move the address out of the way. For instance, if I move it to 0x621 (where it is now), on reboot it will jump to 0x640. It would be even better if someone knew how to get AWE/64s working with vat under the new sound drivers, but I'm not holding my breath for that one. kernel: # Dang. Luigi's sound drivers work great for everything but vat. Apparently # vat tries to sync its output off of the soundcard, which is a horrible hack # and causes problems. I'm going to have to use the Voxware drivers instead. device snd device sb0 at isa? port 0x220 irq 5 drq 1 device sbxvi0 at isa? drq 5 device sbmidi0 at isa? port 0x330 device awe0 at isa? port 0x620 # Only one AWE/64 cards dmesg output: Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 4.0-RELEASE #7: Thu Jul 13 15:02:12 EDT 2000 root@traveler.nomadic.ie.org:/usr/src/sys-altq/compile/ALTQ-MITRE-OLDSOUND Timecounter "i8254" frequency 1193182 Hz CPU: Pentium/P54C (166.19-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x52c Stepping = 12 Features=0x1bf real memory = 33554432 (32768K bytes) avail memory = 28721152 (28048K bytes) Preloaded elf kernel "kernel" at 0xc03d4000. Intel Pentium detected, installing workaround for F00F bug md0: Malloc disk altq: major number is 96 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 13.0 xl0: <3Com 3c900-COMBO Etherlink XL> port 0xfe80-0xfebf irq 11 at device 14.0 on pci0 xl0: Ethernet address: 00:a0:24:d5:78:25 xl0: selecting 10baseT transceiver, half duplex xl0: supplying EUI64: 00:a0:24:ff:fe:d5:78:25 xl1: <3Com 3c905-TX Fast Etherlink XL> port 0xff00-0xff3f irq 11 at device 15.0 on pci0 xl1: Ethernet address: 00:60:97:78:bb:e9 miibus0: on xl1 nsphy0: on miibus0 nsphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto isa0: unexpected tag 14 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60-0x6f on isa0 atkbd0: irq 1 on atkbdc0 psm0: irq 12 on atkbdc0 psm0: model IntelliMouse, device ID 3 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: on isa0 sc0: VGA <16 virtual consoles, flags=0x200> pcic0: at port 0x3e2 iomem 0xd0000 irq 10 on isa0 pcic0: management irq 10 pccard0: on pcic0 pccard1: on pcic0 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1: configured irq 3 not in bitmap of probed irqs 0 ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppi0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port plip0: on ppbus0 sb_reset_dsp failed sb_reset_dsp failed awe0 at port 0x620 on isa0 AWE32: not detected awe0: driver is using old-style compatability shims unknown0: at port 0x621-0x624 on isa0 unknown1:
Hello, I'm very green so please bear = with=20 me.
 
I have just installed FreeBSD on my MS = Based=20 system, I used the FIPS utility to reslice my HDD. Everything seems to = have=20 worked fine with that, and the install process seems to have completed = properly=20 but when i try to boot i get:
 
Error 6: panic: cannot mount = root=20 (2)
 
I'm using version 3.3, in the book on = page 102 i=20 found a command @ the
 
disk1s1a:> boot=20 1:wd(2,a)kernel
 
When i try that command i get the = message kernel=20 already loaded.
 
I have only 1 IDE Device (except the = cd-rom) the=20 are on seperate IDE addresses.
 
Again, I'm freshly new @ this and would = epreciate=20 any help with i can get.
 
Respectfully,
 
Peter Smith
------=_NextPart_000_003E_01BFECD2.4B5C7120-- _____NetZero Free Internet Access and Email______ http://www.netzero.net/download/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 14: 4:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost.iitb.ac.in (mailhost.iitb.ac.in [203.197.74.142]) by hub.freebsd.org (Postfix) with SMTP id DD9D337B58C for ; Thu, 13 Jul 2000 14:04:34 -0700 (PDT) (envelope-from chyrag@mitra.cse.iitb.ernet.in) Received: (qmail 29624 invoked from network); 13 Jul 2000 21:13:00 -0000 Received: from mitra.cse.iitb.ernet.in (144.16.111.21) by mailhost.iitb.ac.in with SMTP; 13 Jul 2000 21:13:00 -0000 Received: (from chyrag@localhost) by mitra.cse.iitb.ernet.in (8.9.3/8.8.8) id CAA05205 for freebsd-questions@freebsd.org; Fri, 14 Jul 2000 02:32:23 +0530 Date: Fri, 14 Jul 2000 02:27:39 +0530 From: Chirag Kantharia To: freebsd-question@freebsd.org Subject: swap space not utilized... Message-ID: <20000714022739.A4984@slashetc.net> Reply-To: Chirag Kantharia Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3us X-Url: http://slashetc.net/chyrag/ X-Alma-Mater: Department of Computer Science and Engg, IIT, Bombay Organization: Trellis Labs (P) Ltd X-Company-Website: http://www.TrellisLabs.com/ X-Phone: +91-22-572-0057 X-Fax: +91-22-572-0022 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! This might appear quite dumb, but I'm not able to get my box to utilize the swap space. The /etc/rc does do a 'swapon -a' (and subsequent swapon -a return 1 instead of 0) and so it probably has been able to do swapon correctly. But swapinfo and pstat -s always report the swap usage to be zero. mercury# swapinfo Device 1K-blocks Used Avail Capacity Type /dev/ad0s1b 266992 0 266992 0% Interleaved This is regardless of the number of applications open. At the time of writing this mail, I have a couple of aterm windows, a netscape, mutt, xscreensaver, a couple of ssh, ssh-agent, zsh, running. Yeah, this isn't exactly a huge load, but I expect a small percentage of swapspace being used which it isn't using. Any pointers to what can be the problem? chyrag. -- Chirag Kantharia http://slashetc.net/chyrag/ GCS/IT d- s-:->: a? C++++$ UBLS++++$ P++++(++)$ L++ E- W++ N--@ K--- w--- M->-- PE++ PGP->+ R* b+ DI+ D+ G++ e++ h* r-- !z+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 14: 6:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from blizzard.lightning.net (blizzard.lightning.net [209.51.160.5]) by hub.freebsd.org (Postfix) with ESMTP id 4AACB37C65E; Thu, 13 Jul 2000 14:06:13 -0700 (PDT) (envelope-from jreddy@lightning.net) Received: from nut.lightning.net (nut.lightning.net [209.51.160.16]) by blizzard.lightning.net (8.9.3/8.9.3) with ESMTP id RAA07633; Thu, 13 Jul 2000 17:06:11 -0400 (EDT) Message-Id: <4.3.2.7.2.20000713161435.00b96470@mail.lightning.net> X-Sender: jreddy@mail.lightning.net X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Thu, 13 Jul 2000 17:02:24 -0400 To: freebsd-isp@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG From: John Reddy Subject: Intel ISP2150, Mylex AcceleRAID 250 In-Reply-To: <021601bfea87$99da5350$a71940c2@omnilink.de> References: <20000609085510.A29030@al.san.ru> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to install FreeBSD 4.0 on an Intel ISP 2150 (LG440BX+) with dual P3-800 CPU's. The drive system is a Mylex AcceleRAID 250 with 3 IBM Ultrastar 18GB drives arranged in Raid 5. Shortly after I begin installing, the system locks up. I get the error message: mlx0: controller wedged (not taking commands) Does anyone have an idea why this might be occuring? I've tried it with floppies from 4.0-RELEASE, and from 4.0-20000712-STABLE, in hopes that maybe a more recent kernel might help. Should I forsake the concept of a RAID controller card under FreeBSD and go to external RAID? I'm looking for any insight people may have. -John -- My public PGP key may be found at http://www.lightning.net/~jreddy John Patrick Reddy Sr. System Administrator Lightning Internet Services, LLC. Tel.(516)248-8400x123 327 Sagamore Ave Pag.(888)935-2700 Mineola, NY 11501 Fax.(516)248-8897 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 14: 8:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from horst.bfd.com (horst.bfd.com [12.9.219.10]) by hub.freebsd.org (Postfix) with ESMTP id DC03737CB48 for ; Thu, 13 Jul 2000 14:08:12 -0700 (PDT) (envelope-from ejs@bfd.com) Received: from HARLIE.bfd.com (bastion.bfd.com [12.9.219.14]) by horst.bfd.com (8.10.0/8.10.0) with ESMTP id e6DL8Ab03680 for ; Thu, 13 Jul 2000 14:08:10 -0700 (PDT) Date: Thu, 13 Jul 2000 14:08:10 -0700 (PDT) From: "Eric J. Schwertfeger" To: questions@freebsd.org Subject: any faster way to rm -rf huge directory? Message-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 to a programmer-induced glitch in a data-pushing perl script, we are the proud owners of a directory with (currently) a quarter million files in it. The directory is on a vinum partition striped across three seagate baracudas, with soft-updates being used. I did "rm -rf " to clean up the directory, and that was Monday. At the current rate of deletions (just under 10/minute), it's going to be a week or two before it gets done, as it should get faster once the directory gets smaller. I understand at a technical level why it is going so slow, so I'm not complaining (I'm the one that insists that any directory with over 10,000 files be split up). My question is, short of backing up the rest of the disk, newfs, and restore (not an option, this is the main partition of a live server), is there a faster way to do this? Not a critical issue, as we have plenty of room, and despite the fact that all the drive lights are flickering madly nonstop, the system's performance isn't off too much, so it's more a matter of curiosity. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 14: 8:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from charon.khoral.com (charon.khoral.com [209.75.155.97]) by hub.freebsd.org (Postfix) with SMTP id 14B6437C71D for ; Thu, 13 Jul 2000 14:08:47 -0700 (PDT) (envelope-from steve@khoral.com) Received: from zen.alb.khoral.com by charon.khoral.com via smtpd (for hub.FreeBSD.ORG [204.216.27.18]) with SMTP; 13 Jul 2000 21:08:46 UT Received: from benson (benson.alb.khoral.com [10.1.2.11]) by zen.alb.khoral.com (8.9.3/8.9.3) with ESMTP id PAA25547; Thu, 13 Jul 2000 15:08:43 -0600 (MDT) From: Steve Jorgensen Message-Id: <200007132108.PAA01812@benson> Subject: Re: Multi-boot problem.. To: so@server.i-clue.de Date: Thu, 13 Jul 2000 15:08:24 -0600 (MDT) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <396E1A53.A3427BDB@i-clue.de> from "Christoph Sold" at Jul 13, 2000 09:36:51 PM 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 Christoph Sold wrote >> Steve Jorgensen wrote: >> > I installed FreeBSD 4.0-STABLE as of July 11, on >> > my new Dell Inspiron 7500 laptop, and I'm having >> > trouble getting the multiboot menu working. I've >> > tried both the standard FreeBSD boot menu and >> > the OS-BS boot menu. OS-BS reports "missing operating >> > system" when I try to boot it, and the FreeBSD one just >> > beeps at me (no error message at all) >> > >> > My disk is sliced as follows: >> > >> > 11GB windows slice >> > 17GB FreeBSD slice with following partitions >> > - 64meg / >> > - 512meg swap >> > - 4 meg /usr >> > - 4 meg /data >> > >> > I am able to boot by booting from my 4.0 CD, then >> > switching the currdev to my harddisk before >> > letting it boot the kernel. However, this is >> > really annoying. Did I mess something up when >> > I installed FreeBSD? Did I miss a config line >> > in one of the conf files in /boot? >> > >> > Any help is appreciated. >> >> AFAIR most BIOSes won't boot anything beyond the very first GB of you >> hard drive. Multi-Boot is a pain, but the cause is brain-dead BIOS >> conventions. I didn't realize that, on my other machine I always split it up between multiple disks.. :( So if what you're saying is true, could I create a / partition first on the disk, followed by the windows partition, and then the rest of the FreeBSD partitions? I hesitate to do that unless someone knows it's going to work, as I have just about got the thing set up the way I like under FreeBSD.. Steve -- ----------------------------------------------------------- Steven Jorgensen steve@khoral.com steve@spukhaus.com ------------------------------+---------------------------- Khoral Research Inc. | PHONE: (505) 837-6500 6200 Uptown Blvd, Suite 200 | FAX: (505) 881-3842 Albuquerque, NM 87110 | URL: http://www.khoral.com/ ----------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 14:16:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 5E81A37B50E; Thu, 13 Jul 2000 14:16:47 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id QAA13871; Thu, 13 Jul 2000 16:16:37 -0500 (CDT) (envelope-from dan) Date: Thu, 13 Jul 2000 16:16:36 -0500 From: Dan Nelson To: Ben Smithurst Cc: Glenn McCalley , freebsd-questions@FreeBSD.org Subject: Re: what is soaking up memory? Message-ID: <20000713161636.A13414@dan.emsphone.com> References: <20000713093805.A20695@dan.emsphone.com> <20000713210418.K48641@strontium.scientia.demon.co.uk> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="sm4nu43k4a2Rpi4c" Content-Disposition: inline User-Agent: Mutt/1.3.5i In-Reply-To: <20000713210418.K48641@strontium.scientia.demon.co.uk>; from "Ben Smithurst" on Thu Jul 13 21:04:18 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In the last episode (Jul 13), Ben Smithurst said: > Dan Nelson wrote: > > Free memory is wasted memory. The RAM that your programs don't > > actively allocate is used by FreeBSD as disk cache. Inact, Cache, > > and Buf are all cached data at different aging levels. You > > actually want as little Free memory as possible. > > I think I'll add this question, with your answer, to the FAQ. This > question is becoming a FAQ, after all... I'm attaching an email Paul Herman sent to be about this; it goes into a bit more detail, and actually makes sense. -- Dan Nelson dnelson@emsphone.com --sm4nu43k4a2Rpi4c Content-Type: message/rfc822 Content-Disposition: inline Return-Path: Received: from gatekeeper.emsphone.com (root@gatekeeper.emsphone.com [199.67.51.100]) by dan.emsphone.com (8.9.3/8.9.3) with ESMTP id KAA03938 for ; Thu, 13 Jul 2000 10:50:33 -0500 (CDT) (envelope-from pherman@frenchfries.net) Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by gatekeeper.emsphone.com (8.10.1/8.10.1) with ESMTP id e6DFoWU17040 for ; Thu, 13 Jul 2000 10:50:32 -0500 Received: from bagabeedaboo.security.at12.de (dial-195-14-254-57.netcologne.de [195.14.254.57]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id RAA08103 for ; Thu, 13 Jul 2000 17:50:29 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.10.2/8.10.2) with ESMTP id e6DFnDM02156 for ; Thu, 13 Jul 2000 17:49:13 +0200 (CEST) Date: Thu, 13 Jul 2000 17:49:13 +0200 (CEST) From: Paul Herman Sender: pherman@bagabeedaboo.security.at12.de To: Dan Nelson Subject: Re: what is soaking up memory? In-Reply-To: <20000713100917.C20695@dan.emsphone.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Hi Dan, This whole active thing bit me about a week ago on a different thread, but that was because there are about 3 different definitions of "active" memory -- so it's still fresh in my head. Here, we are both talking about top, so there won't be any confusion... On Thu, 13 Jul 2000, Dan Nelson wrote: > > Perhaps I read it wrong, but he said 125MB Active. > > Active is cached memory also :) Since under FreeBSD, the VM and disk > subsystems are the same, all allocated memory is "cached". If the > paging/caching algorithm decides that a page is too old, it checks to > see where the page came from. If it's backed by a disk file, it just > frees the page. If it's malloced memory, it dumps the page to swap. Pretty close. Active memory are physical pages in memory that are currently referenced by a program. Period. There can be more than one reference, in which case you would say the page is "shared", but I think "cached" would be the wrong term. When the page is freed by the program (i.e. reference count goes to zero) it gets bumped down into "Inactive" if the page is dirty, or into the "Cache" bucket if it's clean. That's all. No magic. But... Periodicaly, especially if the system is low on memory, it starts cleaning dirty pages in the "Inactive" queue, and moves them into the "Cache" bucket (the number of these pages is the "pdpgs" statistic in systat(1)). I think that is what Dave Greenman was talking about, but bear in mind, if you system isn't starved for memory, then it won't move any pages from Inact -> Cache. So, I don't think you can pin it down to just a matter of seconds. You're right, Buf is just a cache for filesystem nodes, and isn't a part of this system. Neither is Wired, for that matter. What *is* based on a matter of seconds (which is what bit me in another thread) is the "active" memory shown by vmstat. This is memory that has been accesed by a program in the last 20 seconds. Whew! :) -Paul. P.S. If you think this is useful, you can post it to the list, but I think it's basically convered in the handbook section "FreeBSD VM Internals" --sm4nu43k4a2Rpi4c-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 14:28:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ifta.accelnet.com (ifta.net [204.58.140.252]) by hub.freebsd.org (Postfix) with ESMTP id D001F37C68E for ; Thu, 13 Jul 2000 14:28:27 -0700 (PDT) (envelope-from cstrickl@ifta.net) Received: from a937cc5ze020 (ifta02.accelnet.com [204.58.141.2]) by ifta.accelnet.com (8.9.3/8.9.1) with SMTP id OAA04959 for ; Thu, 13 Jul 2000 14:29:50 -0700 (PDT) Received: by localhost with Microsoft MAPI; Tue, 13 Jun 2000 14:13:54 -0700 Message-ID: <01BFD541.9B5FCA80.cstrickl@ifta.net> From: Carl Strickler To: "'freebsd-questions@freebsd.org'" Subject: RE: Changing NIC Configuration solved Date: Tue, 13 Jun 2000 14:13:53 -0700 X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thank you to everyone who helped. Turns out the NIC information for the system that I am trying to change was put in /etc/rc.local. And now I know...and Knowing's 1/2 the battle...(or, in this case, significantly more than 1/2 the battle). Thanks, Carl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 14:32:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta03-svc.ntlworld.com (mta03-svc.ntlworld.com [62.253.162.43]) by hub.freebsd.org (Postfix) with ESMTP id D4DF837C80F for ; Thu, 13 Jul 2000 14:32:31 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from parish.my.domain ([62.253.86.52]) by mta03-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000713213223.WQAA16423.mta03-svc.ntlworld.com@parish.my.domain>; Thu, 13 Jul 2000 22:32:23 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id WAA04271; Thu, 13 Jul 2000 22:32:27 +0100 (BST) (envelope-from mark) Date: Thu, 13 Jul 2000 22:32:26 +0100 From: Mark Ovens To: "DINKEY,GENE (HP-Loveland,ex1)" Cc: "'freebsd-questions@freebsd.org'" Subject: Re: Figured out ports problem (was cvsup breaks ports) Message-ID: <20000713223226.K237@parish> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from gene_dinkey@hp.com on Thu, Jul 13, 2000 at 02:52:36PM -0600 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jul 13, 2000 at 02:52:36PM -0600, DINKEY,GENE (HP-Loveland,ex1) wrote: > I found a installable package upgrade for the ports issue I was having. It > was right in front of my face (as usual) so i was able to take care of that. > > I did have another question though. I installed 3.4-RELEASE but would like > to upgrade my kernel source to 3.5-STABLE, I don't have enough room on the > disk to update all the source and do a make buildworld (it's an 800MB HDD w/ > a 500MB /usr slice at 60% capacity). Will I run into any problems if I > update src-sys to 3.5-STABLE without updating the rest of the system source? > Maybe, maybe not, but you should always keep the kernel and userland in sync. > > Thank you > > > Gene Dinkey > 970.278.8732 > Hewlett Packard Customer Care Center > Technical Computing Division > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- If I buy a copy of WinDelete, and it doesn't delete Windows, am I entitled to my money back? ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:marko@freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 14:46:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bga.com (mail5.realtime.net [205.238.128.241]) by hub.freebsd.org (Postfix) with SMTP id 3D2EC37C581 for ; Thu, 13 Jul 2000 14:46:08 -0700 (PDT) (envelope-from dbjames@bga.com) Received: from john ([204.181.162.73]) by bga.com ; Thu, 13 Jul 2000 16:46:03 -0600 From: dbjames@bga.com To: freebsd-questions@freebsd.org Date: Thu, 13 Jul 2000 16:53:36 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: unable to access samba shares from win 98 Message-ID: <396DF410.15757.103F93@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm running samba on one of my freebsd boxes and can't seem to get my win 98 box to mount a samba share. I have been able to get my windows nt box to mount samba shares from the same freebsd machine on the same network. Any ideas? Don To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 14:46:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freeside.fc.net (freeside.fc.net [207.170.70.2]) by hub.freebsd.org (Postfix) with ESMTP id F31CA37C5A3 for ; Thu, 13 Jul 2000 14:46:14 -0700 (PDT) (envelope-from jdunham@freeside.fc.net) Received: (from jdunham@localhost) by freeside.fc.net (8.9.3/8.8.8) id QAA63285 for freebsd-questions@freebsd.org; Thu, 13 Jul 2000 16:46:14 -0500 (CDT) From: Jerry Dunham Message-Id: <200007132146.QAA63285@freeside.fc.net> Subject: Looking for libpng-0.99e.tar.gz To: freebsd-questions@freebsd.org Date: Thu, 13 Jul 2000 16:46:13 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL54 (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'm attempting to install a port for the first time, and it's been interesting. I'm running FreeBSD 2.2.6, and need to install ghostscript. I've been told that gs6 won't work with 2.2.x, so, short of upgrading the whole system, which I'd be sure to screw up, I figure the best thing is to install an older gs. I tried to install ghostscript 5.10, but it wants to fetch a file that it can't find anywhere: ghostscript-5.10gnu.tar.gz. Next I installed the gs6 package, and then was told that it wouldn't work. It must be true, because it wants an interpreter to speak to the elves. I can't even manage to remove it with pkg_delete. Next on the list has been an attempt to install the 5.50 port. This time it's looking for: libpng-0.99e.tar.gz I can find libpng-0.96.tar.gz and libpng-1.0.2.tar.gz, but not 0.99e. If any of you know where to find this, OR ghostscript-5.10gnu.tar.gz, I'd appreciate a pointer. For a first experience with the FreeBSD Ports, this has been rather ... er ... challenging. I hope they're not all this way. Thanks for any help. -- Jerry Dunham FreeBSD http://www.dunham.org jdunham@fc.net jerry@dunham.org (512)335-0674 (H) E Pluribus Unix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 14:52:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from palrel1.hp.com (palrel1.hp.com [156.153.255.242]) by hub.freebsd.org (Postfix) with ESMTP id AB5AC37B819 for ; Thu, 13 Jul 2000 14:52:40 -0700 (PDT) (envelope-from gene_dinkey@hp.com) Received: from amrelay1.boi.hp.com (amrelay1.boi.hp.com [15.56.8.24]) by palrel1.hp.com (Postfix) with ESMTP id 43E3FD50; Thu, 13 Jul 2000 14:52:34 -0700 (PDT) Received: from xboibrg1.boi.hp.com (xboibrg1.boi.hp.com [15.56.8.167]) by amrelay1.boi.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit7.02) with SMTP id PAA00792; Thu, 13 Jul 2000 15:52:33 -0600 (MDT) Received: from 15.56.8.167 by xboibrg1.boi.hp.com (InterScan E-Mail VirusWall NT); Thu, 13 Jul 2000 15:52:32 -0600 (Mountain Daylight Time) Received: by xboibrg1.boi.hp.com with Internet Mail Service (5.5.2650.21) id <3V51FBMD>; Thu, 13 Jul 2000 15:52:32 -0600 Message-ID: From: "DINKEY,GENE (HP-Loveland,ex1)" To: "'Mark Ovens'" , "DINKEY,GENE (HP-Loveland,ex1)" Cc: "'freebsd-questions@freebsd.org'" Subject: RE: Figured out ports problem (was cvsup breaks ports) Date: Thu, 13 Jul 2000 15:52:26 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >-----Original Message----- >Maybe, maybe not, but you should always keep the kernel and userland >in sync. That was my opinion but a friend of mine has said that upgrading the kernel source from 3.4 to 3.5 would not be a problem because I was staying within the same major revision. I don't have enough HDD space to run a make buildworld or make world so I want to be sure upgrading just the kernel source will not be a problem before I go and do it. Gene Dinkey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 14:57:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dfw-smtpout1.email.verio.net (dfw-smtpout1.email.verio.net [129.250.36.41]) by hub.freebsd.org (Postfix) with ESMTP id 5534D37B7CC; Thu, 13 Jul 2000 14:57:01 -0700 (PDT) (envelope-from gjohnson@gs.verio.net) Received: from [129.250.38.61] (helo=dfw-mmp1.email.verio.net) by dfw-smtpout1.email.verio.net with esmtp (Exim 3.12 #7) id 13CqyX-00060q-00; Thu, 13 Jul 2000 21:56:57 +0000 Received: from [204.1.124.74] (helo=power) by dfw-mmp1.email.verio.net with smtp (Exim 3.15 #4) id 13CqyX-0002Sm-00; Thu, 13 Jul 2000 21:56:57 +0000 Message-ID: <00cf01bfed15$43ab2910$4a7c01cc@gs.verio.net> From: "Tony Johnson" To: Cc: Subject: rtld-elf Date: Thu, 13 Jul 2000 16:56:56 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00CC_01BFECEB.5A547F60" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_00CC_01BFECEB.5A547F60 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hmmm.. I have been experiencing a problem when I installworld with = freebsd-5.0. The install breaks with rtld-elf when the install put the = new copy of ld-elf.s0.1 onto my system. Most f my prgrams signal 11 = until I put the old ne back. Is there smething I was supposed t do = befre this?? ------=_NextPart_000_00CC_01BFECEB.5A547F60 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hmmm.. I have been experiencing a = problem when I=20 installworld with freebsd-5.0.  The install breaks with rtld-elf = when the=20 install put the new copy of ld-elf.s0.1 onto my system.  Most f my = prgrams=20 signal 11 until I put the old ne back.  Is there smething I was = supposed t=20 do befre this??
------=_NextPart_000_00CC_01BFECEB.5A547F60-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 15: 1:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rush.telenordia.se (mail.telenordia.se [194.213.64.42]) by hub.freebsd.org (Postfix) with SMTP id 82C4637C688 for ; Thu, 13 Jul 2000 15:01:34 -0700 (PDT) (envelope-from mark.rowlands@minmail.net) Received: (qmail 25552 invoked from network); 14 Jul 2000 00:01:29 +0200 Received: from bb-62-5-4-193.bb.tninet.se (HELO marbsd.tninet.se) (62.5.4.193) by mail.telenordia.se with SMTP; 14 Jul 2000 00:01:29 +0200 From: Mark Rowlands To: freebsd-questions@FreeBSD.ORG Subject: how to find an ip address if you know mac address? Date: Thu, 13 Jul 2000 23:56:18 +0200 X-Mailer: KMail [version 1.0.29.2] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <00071323585000.00309@marbsd.tninet.se> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG possibly not the right place to be asking but ..... how can you find the ip address of a box (switch for example) if all you have is it's mac address - I have a freebsd at my disposal so ... any ideas? Mark Rowlands +4686224510 GMT + 1 _______________________________________________ These opinions are mine, they are just opinions you are free to disagree, please do so quietly _______________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 15: 8:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by hub.freebsd.org (Postfix) with ESMTP id 05F2637B532 for ; Thu, 13 Jul 2000 15:08:47 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from parish.my.domain ([62.253.86.52]) by mta01-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000713220839.SLLM26680.mta01-svc.ntlworld.com@parish.my.domain>; Thu, 13 Jul 2000 23:08:39 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id XAA04670; Thu, 13 Jul 2000 23:08:44 +0100 (BST) (envelope-from mark) Date: Thu, 13 Jul 2000 23:08:44 +0100 From: Mark Ovens To: "DINKEY,GENE (HP-Loveland,ex1)" Cc: "'freebsd-questions@freebsd.org'" Subject: Re: Figured out ports problem (was cvsup breaks ports) Message-ID: <20000713230843.O237@parish> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from gene_dinkey@hp.com on Thu, Jul 13, 2000 at 03:52:26PM -0600 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jul 13, 2000 at 03:52:26PM -0600, DINKEY,GENE (HP-Loveland,ex1) wrote: > > > >-----Original Message----- > >Maybe, maybe not, but you should always keep the kernel and userland > >in sync. > > > That was my opinion but a friend of mine has said that upgrading the kernel > source from 3.4 to 3.5 would not be a problem because I was staying within > the same major revision. That's the reason I said "maybe". You could try it (I did it myself once in 3.x - when NTFS support was MFC'd) but make damn sure you keep a known-good kernel. BTW, if it all goes tits-up *I* didn't suggest it, OK ;-) > I don't have enough HDD space to run a make > buildworld or make world so I want to be sure upgrading just the kernel > source will not be a problem before I go and do it. > > Gene Dinkey -- If I buy a copy of WinDelete, and it doesn't delete Windows, am I entitled to my money back? ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:marko@freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 15:12:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dfw-smtpout2.email.verio.net (dfw-smtpout2.email.verio.net [129.250.36.42]) by hub.freebsd.org (Postfix) with ESMTP id 3029C37B59A for ; Thu, 13 Jul 2000 15:12:41 -0700 (PDT) (envelope-from gjohnson@gs.verio.net) Received: from [129.250.38.63] (helo=dfw-mmp3.email.verio.net) by dfw-smtpout2.email.verio.net with esmtp (Exim 3.12 #7) id 13CrDe-0004Bb-00 for freebsd-questions@freebsd.org; Thu, 13 Jul 2000 22:12:34 +0000 Received: from [204.1.124.74] (helo=power) by dfw-mmp3.email.verio.net with smtp (Exim 3.15 #4) id 13CrDd-0007QS-00 for freebsd-questions@FreeBSD.ORG; Thu, 13 Jul 2000 22:12:33 +0000 Message-ID: <00f401bfed17$71b08dd0$4a7c01cc@gs.verio.net> From: "Tony Johnson" To: References: <00071323585000.00309@marbsd.tninet.se> Subject: Re: how to find an ip address if you know mac address? Date: Thu, 13 Jul 2000 17:12:33 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Connect the switch to a laptop via serial cable and go through the switch's software to find/set the ip of the switch. ----- Original Message ----- From: "Mark Rowlands" To: Sent: Thursday, July 13, 2000 4:56 PM Subject: how to find an ip address if you know mac address? > possibly not the right place to be asking but ..... > how can you find the ip address of a box (switch for example) > if all you have is it's mac address - > I have a freebsd at my disposal so ... any ideas? > > Mark Rowlands +4686224510 GMT + 1 > _______________________________________________ > > These opinions are mine, they are just opinions > you are free to disagree, please do so quietly > > _______________________________________________ > > > 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 Jul 13 15:20:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from monk.via.net (monk.via.net [209.81.2.10]) by hub.freebsd.org (Postfix) with ESMTP id 9055F37B6A2 for ; Thu, 13 Jul 2000 15:20:18 -0700 (PDT) (envelope-from joe@via.net) Received: (from joe@localhost) by monk.via.net (8.9.3/8.9.3) id PAA82464 for questions@freebsd.org; Thu, 13 Jul 2000 15:20:46 -0700 (PDT) (envelope-from joe) From: Joe McGuckin Message-Id: <200007132220.PAA82464@monk.via.net> Date: Thu, 13 Jul 2000 15:20:46 -0700 (PDT) To: questions@freebsd.org Subject: FreeBSD 3.5 & Promise PCI IDE controller ? X-Mailer: Ishmail 1.3.1-970608-bsdi MIME-Version: 1.0 Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm having a problem making FreeBSD 3.5 probe & recognise the promise PCI IDE controller. The LINT config file implies that it *is* supported. Any ideas? Thanks, Joe -- Joe McGuckin ViaNet Communications 994 San Antonio Road Palo Alto, CA 94303 Phone: 650-969-2203 Cell: 650-207-0372 Fax: 650-969-2124 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 15:26:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from elyxir.com (elyxir.com [205.179.178.65]) by hub.freebsd.org (Postfix) with ESMTP id E2F6D37B59A for ; Thu, 13 Jul 2000 15:26:20 -0700 (PDT) (envelope-from amassaro@elyxir.com) Received: by elyxir.com (Postfix, from userid 1003) id AAF855B0; Thu, 13 Jul 2000 15:04:52 -0700 (PDT) To: freebsd-questions@FreeBSD.ORG Subject: FreeBSD/XRouter/DSL Message-Id: <20000713220452.AAF855B0@elyxir.com> Date: Thu, 13 Jul 2000 15:04:52 -0700 (PDT) From: amassaro@elyxir.com (Andrew Massaro) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey All, Wrote a little while back about connecting / configuring my freebsd box to get dsl, well now I need to enable dsl access to all users, I just bought the xrouter and I need to disable my PPP string on the bsd box. How can I do this (the bsd box is our mail server). Thanks in advance guys/gals. Andrew Massaro amassaro@elyxir.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 15:32:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id 479BA37BB0A for ; Thu, 13 Jul 2000 15:32:31 -0700 (PDT) (envelope-from fgleiser@cactus.fi.uba.ar) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by cactus.fi.uba.ar (8.9.3/8.9.3) with ESMTP id TAA90553 for ; Thu, 13 Jul 2000 19:36:03 GMT (envelope-from fgleiser@cactus.fi.uba.ar) Date: Thu, 13 Jul 2000 19:36:03 +0000 (GMT) From: Fernando Gleiser To: freebsd-questions@FreeBSD.ORG Subject: Nessus compile 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 there! I am trying to compile the nessus port on a 4.0-R . I downloaded the packages (nessus-libraries and nessus-libnasl), did the pkg_add, and when I try to compile nessus-core it dies with the following error: /usr/libexec/elf/ld: cannot open -lpeksmp: No such file or directory I did a find on /usr but there was no libpeksmp. Where can I find that lib? Thanks Fer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 15:34: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id B461B37B5F6 for ; Thu, 13 Jul 2000 15:34:00 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e6DMXuN06529; Thu, 13 Jul 2000 15:33:56 -0700 (PDT) Date: Thu, 13 Jul 2000 15:33:56 -0700 From: Alfred Perlstein To: "Eric J. Schwertfeger" Cc: questions@FreeBSD.ORG Subject: Re: any faster way to rm -rf huge directory? Message-ID: <20000713153356.Y25571@fw.wintelcom.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from ejs@bfd.com on Thu, Jul 13, 2000 at 02:08:10PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Eric J. Schwertfeger [000713 14:50] wrote: > > Thanks to a programmer-induced glitch in a data-pushing perl script, we > are the proud owners of a directory with (currently) a quarter million > files in it. The directory is on a vinum partition striped across three > seagate baracudas, with soft-updates being used. > > I did "rm -rf " to clean up the directory, and that was > Monday. At the current rate of deletions (just under 10/minute), it's > going to be a week or two before it gets done, as it should get faster > once the directory gets smaller. > > I understand at a technical level why it is going so slow, so I'm not > complaining (I'm the one that insists that any directory with over 10,000 > files be split up). My question is, short of backing up the rest of the > disk, newfs, and restore (not an option, this is the main partition of a > live server), is there a faster way to do this? Not a critical issue, as > we have plenty of room, and despite the fact that all the drive lights are > flickering madly nonstop, the system's performance isn't off too much, > so it's more a matter of curiosity. Once snapshots are stable, careful use of fsdb, then taking a snapshot and fsck would work to take care of the dangling files. Right now I can't think of anything else. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 16: 6:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.one.net (mail2.one.net [206.112.192.100]) by hub.freebsd.org (Postfix) with ESMTP id EC59C37B63D for ; Thu, 13 Jul 2000 16:06:36 -0700 (PDT) (envelope-from carleton@one.net) Received: from ztown1-2-121.adsl.one.net ([216.23.20.121] EHLO miltonstreet.com ident: IDENT-NOT-QUERIED [port 34813]) by mail2.one.net with ESMTP id <249149-26137>; Thu, 13 Jul 2000 19:06:30 -0400 Message-ID: <396E4E0A.8C877977@miltonstreet.com> From: Sam Carleton X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Questions Subject: where is chown Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 13 Jul 2000 19:06:16 -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I did the bare install and there is no chmod on the machine. Where am I going to find chmod? Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 16:11:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta02-svc.ntlworld.com (mta02-svc.ntlworld.com [62.253.162.42]) by hub.freebsd.org (Postfix) with ESMTP id 885EC37B53C for ; Thu, 13 Jul 2000 16:11:30 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from parish.my.domain ([62.255.96.16]) by mta02-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000714001048.LZHN3760.mta02-svc.ntlworld.com@parish.my.domain>; Fri, 14 Jul 2000 00:10:48 +0000 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id AAA04888; Fri, 14 Jul 2000 00:11:35 +0100 (BST) (envelope-from mark) Date: Fri, 14 Jul 2000 00:11:35 +0100 From: Mark Ovens To: Sam Carleton Cc: FreeBSD Questions Subject: Re: where is chown Message-ID: <20000714001135.P237@parish> References: <396E4E0A.8C877977@miltonstreet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <396E4E0A.8C877977@miltonstreet.com>; from scarleton@miltonstreet.com on Thu, Jul 13, 2000 at 07:06:16PM -0400 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jul 13, 2000 at 07:06:16PM -0400, Sam Carleton wrote: > I did the bare install and there is no chmod on the machine. Where am I > going to find chmod? > $ which chmod chown /bin/chmod /usr/sbin/chown $ > Sam > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- If I buy a copy of WinDelete, and it doesn't delete Windows, am I entitled to my money back? ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:marko@freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 16:13:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from watson.ficsgrp.com (watson.ficsgrp.com [194.74.111.3]) by hub.freebsd.org (Postfix) with ESMTP id B86B837BAB5 for ; Thu, 13 Jul 2000 16:13:34 -0700 (PDT) (envelope-from harry.woodward-clarke@s1.com) Received: from mail.au.ficsgrp.com ([194.74.111.35]) by watson.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id AAA54E6 for ; Fri, 14 Jul 2000 01:13:31 +0200 Received: from S1.com ([172.16.48.219]) by mail.au.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id 65; Fri, 14 Jul 2000 09:17:30 +1000 Message-ID: <396E4D2F.3F7241A4@S1.com> Date: Fri, 14 Jul 2000 09:13:51 +1000 From: Harry Woodward-Clarke X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Sam Carleton Cc: FreeBSD Questions Subject: Re: where is chown References: <396E4E0A.8C877977@miltonstreet.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Sam, > > I did the bare install and there is no chmod on the machine. Where am I > going to find chmod? > to answer your message's subject: $ which chown /usr/sbin/chown $ to answer your question in the text of your message: $ which chmod /bin/chmod $ (FreeBSD V4.0-R) hth, |-| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 16:38:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from neo.jagox.net (neo.jagox.net [194.217.125.16]) by hub.freebsd.org (Postfix) with ESMTP id B8E2437B63D for ; Thu, 13 Jul 2000 16:38:19 -0700 (PDT) (envelope-from adam@cortina.private.fordys.net) Received: from [62.252.168.85] (helo=cortina.private.fordys.net) by neo.jagox.net with smtp (Exim 3.03 #1) id 13CtWi-0006E5-00 for freebsd-questions@freebsd.org; Fri, 14 Jul 2000 00:40:25 +0000 Received: from adam by cortina.private.fordys.net with local (Exim 3.13 #15) id 13CsYt-0001KJ-00 for freebsd-questions@freebsd.org; Fri, 14 Jul 2000 00:38:35 +0100 Date: Fri, 14 Jul 2000 00:38:35 +0100 From: Adam Ford To: freebsd-questions@freebsd.org Subject: SYN Cookies & DoS attacks. Message-ID: <20000714003835.A5077@cortina.fordys.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there, I admin quite a few FreeBSD machines for a small ISP, unfortunately our IRC server is receiving quite a few annoying DoS attacks lately. My question is - linux appears to have SYN Cookies, which can be enabled, to help prevent SYN flooding. Does FreeBSD have any similar thing that can be enabled? I've spent 2 hours searching the net/freebsd.org/mailing list archives and I can't find nada! :) I found this option to add to the kernel; options TCP_DROP_SYNFIN However I think this just kinda allows the identity of the machine to be hidden (ie, that its a FreeBSD box). Anyone any ideas? Linux I know shouts about SYN cookies quite a lot; they're not enabled by default. But FreeBSD - hrrrm, seems to be not mentioned!! :) Any help greatly appreciated, Thanks, [Please Please CC responses to me privately] -- Adam Ford: adam@cortina.fordys.net "Cum Varie Tum Semper In Stercori" "Dont dream it, be it." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 16:39:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rpi.edu (mail.rpi.edu [128.113.100.7]) by hub.freebsd.org (Postfix) with ESMTP id B8AE037B680 for ; Thu, 13 Jul 2000 16:39:34 -0700 (PDT) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.acs.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.9.3/8.9.3) with ESMTP id TAA191428; Thu, 13 Jul 2000 19:39:20 -0400 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: References: Date: Thu, 13 Jul 2000 19:40:21 -0400 To: "Eric J. Schwertfeger" , questions@FreeBSD.ORG From: Garance A Drosihn Subject: Re: any faster way to rm -rf huge directory? Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 2:08 PM -0700 7/13/00, Eric J. Schwertfeger wrote: >I did "rm -rf " to clean up the directory, and that >was Monday. At the current rate of deletions (just under >10/minute), it's going to be a week or two before it gets >done, as it should get faster once the directory gets smaller. Is it easy to tell which order the files were added to the directory? (easy to tell by the filename, I mean. It'd be murder to have to stat() each file to find out the order!). I wonder if it would speed things up at all if you could remove the files in the opposite order of the order they were created in. How large are the files that you are deleting? I wonder if there is any filesystem caching-related knob which he could temporarily turn up which would help speed this along. --- Garance Alistair Drosehn = gad@eclipse.acs.rpi.edu Senior Systems Programmer or drosih@rpi.edu Rensselaer Polytechnic Institute To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 17: 5:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-ob.kamp.net (mail-ob.kamp.net [195.62.97.26]) by hub.freebsd.org (Postfix) with ESMTP id A753037B884 for ; Thu, 13 Jul 2000 17:05:11 -0700 (PDT) (envelope-from farid.hajji@ob.kamp.net) Received: from bsdevil.meta.net.ob.kamp.net (port-59.d.kamp.de [195.62.120.251]) by mail-ob.kamp.net (8.10.1/8.10.1) with ESMTP id e6E04YQ14508; Fri, 14 Jul 2000 02:04:47 +0200 Date: Fri, 14 Jul 2000 02:04:36 +0200 Message-Id: <200007140004.e6E04YQ14508@mail-ob.kamp.net> From: Farid Hajji To: rsidd@physics.iisc.ernet.in Cc: questions@FreeBSD.ORG In-reply-to: <20000714021224.A1971@physics.iisc.ernet.in> (message from Rahul Siddharthan on Fri, 14 Jul 2000 02:12:24 +0530) Subject: Re: PHIGS for FreeBSD? X-Mailer: Emacs-20.6.1/FreeBSD-5.0-CURRENT Reply-To: farid.hajji@ob.kamp.net References: <200007131751.e6DHp5Q01227@mail-ob.kamp.net> <20000714021224.A1971@physics.iisc.ernet.in> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > I've stepped on some programs that need the PHIGS library and include > > files for X11. Unfortunately, I didn't find any phigs.h or libphigs.* > > files on my > > > > FreeBSD 5.0-20000506-CURRENT (Current Snapshot from Toolkit June 2000) > > Hm, iirc it's not free software. Don't know whether it's > commercially available for FreeBSD. iirc? What's that? I've never heard about it. As far as I remember, there was a publicly available PEX-SI reference implementation in X11R5 (R6, I don't know) that came with a nearly compliant PHIGS Library. Is it gone? > Rahul. -Farid. -- Farid Hajji -- Unix Systems and Network Administrator | Phone: +49-2131-67-555 Broicherdorfstr. 83, D-41564 Kaarst, Germany | farid.hajji@ob.kamp.net - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - Fermat: ...I've found a remarkable proof for this: Let x,y @#$!@$!2@ NO CARRIER To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 17: 7:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from maynard.mail.mindspring.net (maynard.mail.mindspring.net [207.69.200.243]) by hub.freebsd.org (Postfix) with ESMTP id 9E45137B8B4; Thu, 13 Jul 2000 17:07:10 -0700 (PDT) (envelope-from chaycock1@mindspring.com) Received: from CHaycock (user-37ka80e.dialup.mindspring.com [207.69.32.14]) by maynard.mail.mindspring.net (8.9.3/8.8.5) with SMTP id UAA24622; Thu, 13 Jul 2000 20:07:09 -0400 (EDT) Message-Id: <200007140007.UAA24622@maynard.mail.mindspring.net> From: "Carlton Haycock" To: "freebsd-questions@FreeBSD.ORG" , "freebsd-isp@freebsd.org" Date: Thu, 13 Jul 2000 20:15:01 -0400 Reply-To: "Carlton Haycock" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows NT (4.0.1381;5) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: news server Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Anyone have any recommendations on which nntp news server to run as there appear to be several in the ports/packages collection. Thanks, Carlton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 17:22: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www3.pacific-pages.com (www3.pacific-pages.com [192.41.48.219]) by hub.freebsd.org (Postfix) with ESMTP id 4615A37B8A9 for ; Thu, 13 Jul 2000 17:22:07 -0700 (PDT) (envelope-from David@www3.pacific-pages.com) Received: from www3.pacific-pages.com ([216.191.72.245]) by www3.pacific-pages.com (8.8.5) id SAA15729; Thu, 13 Jul 2000 18:21:43 -0600 (MDT) Message-ID: <396E5CFB.6C25F4B5@www3.pacific-pages.com> Date: Thu, 13 Jul 2000 20:21:15 -0400 From: David Banning Reply-To: David@SkytrackerCanada.com Organization: Sky-Tracker of Canada Inc. X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Alex Charalabidis Cc: David@SkytrackerCanada.com, questions@FreeBSD.ORG Subject: Re: unknown0: at port 0x200-0x21f on boot References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alex Charalabidis wrote: That explains it. Thanks. > > On Thu, 13 Jul 2000, David Banning wrote: > > > This is an error I've received on boot every time since upgrading from > > 3.4 to 4.0 Stable; > > > > Jul 13 15:53:50 tracker /kernel: ppi0: on ppbus0 > > Jul 13 15:53:50 tracker /kernel: lpt0: on ppbus0 > > Jul 13 15:53:50 tracker /kernel: lpt0: Interrupt-driven port > > Jul 13 15:53:50 tracker /kernel: unknown0: at port > > 0x200-0x21f irq 5 on isa0 > > > > Any idea where it comes from? > > It thinks you have a Symbios 53C416 SCSI card (ISA). This device is not on > the supported hardware list in the handbook. > > -ac > > -- > ============================================================== > Alex Charalabidis (AC8139) 5050 Poplar Ave, Ste 170 > Systems Administrator Memphis, TN 38157 > WebNet Memphis (901) 432 6000 > Author, The Book of IRC http://www.bookofirc.com/ > ============================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 17:28: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 0C12D37B526 for ; Thu, 13 Jul 2000 17:27:59 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id RAA92174; Thu, 13 Jul 2000 17:26:23 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.9.3/8.9.3) id RAA06161; Thu, 13 Jul 2000 17:25:53 -0700 (PDT) (envelope-from jhb) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20000712112242.C29642@wantadilla.lemis.com> Date: Thu, 13 Jul 2000 17:25:53 -0700 (PDT) Organization: BSD, Inc. From: John Baldwin To: Greg Lehey Subject: Re: Anyone resolved "Missing operating system" issue? Cc: freebsd-questions@FreeBSD.ORG, "Anders Chr. Skoe" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 12-Jul-00 Greg Lehey wrote: > On Tuesday, 11 July 2000 at 11:35:58 -0500, Anders Chr. Skoe wrote: >> Howdy, folks! >> >> unfortunately, this email follows a pretty good history of posts regarding >> the "Missing operating system" error. we install 3.2 with no problems on >> our western digital WDE4360-1807A3, but it just won't boot. our bios is >> the adaptec AHA 2940 Ultra/Ultra W BIOS v1.23. >> >> a) if we only create a freebsd partition, and try to boot it, we get the >> infamous "Missing operating system" error. >> >> b) if we create both dos & freebsd partitions, we get to the boot manager, >> but selecting freebsd doesn't work. we've tried putting the freebsd >> partition first as well as the dos partition first, but it makes no >> difference. we've also tried various combinations of partition sizes. >> >> c) setting the drive geometry to 4095/64/32 doesn't help (someone >> suggested this in an earlier mail). >> >> d) using FDISK we've set the active partition to the freebsd >> partition. it doesn't help. >> >> e) we can boot from the floppy & cdrom drives. >> >> we would really appreciate some useful feedback 'cause it's drivin' us >> crazy. > > This sounds like a geometry issue. Have you selected LBA in the BIOS > setup? If so, have you tried both "dangerously dedicated" and > Microsoft compatible partitions? Eek! Don't use dangerously dedicated on SCSI. It causes SCSI disks to break horribly. > Greg -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - 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 Thu Jul 13 17:29:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id ABE1837B794; Thu, 13 Jul 2000 17:29:28 -0700 (PDT) (envelope-from grog@wantadilla.lemis.com) Received: (from grog@localhost) by wantadilla.lemis.com (8.9.3/8.9.3) id JAA25432; Fri, 14 Jul 2000 09:59:27 +0930 (CST) (envelope-from grog) Date: Fri, 14 Jul 2000 09:59:27 +0930 From: Greg Lehey To: John Baldwin Cc: freebsd-questions@FreeBSD.ORG, "Anders Chr. Skoe" Subject: Re: Anyone resolved "Missing operating system" issue? Message-ID: <20000714095926.C27141@wantadilla.lemis.com> References: <20000712112242.C29642@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thursday, 13 July 2000 at 17:25:53 -0700, John Baldwin wrote: > > On 12-Jul-00 Greg Lehey wrote: >> On Tuesday, 11 July 2000 at 11:35:58 -0500, Anders Chr. Skoe wrote: >>> Howdy, folks! >>> >>> unfortunately, this email follows a pretty good history of posts regarding >>> the "Missing operating system" error. we install 3.2 with no problems on >>> our western digital WDE4360-1807A3, but it just won't boot. our bios is >>> the adaptec AHA 2940 Ultra/Ultra W BIOS v1.23. >>> >>> a) if we only create a freebsd partition, and try to boot it, we get the >>> infamous "Missing operating system" error. >>> >>> b) if we create both dos & freebsd partitions, we get to the boot manager, >>> but selecting freebsd doesn't work. we've tried putting the freebsd >>> partition first as well as the dos partition first, but it makes no >>> difference. we've also tried various combinations of partition sizes. >>> >>> c) setting the drive geometry to 4095/64/32 doesn't help (someone >>> suggested this in an earlier mail). >>> >>> d) using FDISK we've set the active partition to the freebsd >>> partition. it doesn't help. >>> >>> e) we can boot from the floppy & cdrom drives. >>> >>> we would really appreciate some useful feedback 'cause it's drivin' us >>> crazy. >> >> This sounds like a geometry issue. Have you selected LBA in the BIOS >> setup? If so, have you tried both "dangerously dedicated" and >> Microsoft compatible partitions? > > Eek! Don't use dangerously dedicated on SCSI. It causes SCSI disks > to break horribly. I've never seen any problems using "dangerously dedicated" on SCSI. I've been doing it all the time for over 8 years. Care to explain your claim? Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 17:29:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id EEDEA37BA30 for ; Thu, 13 Jul 2000 17:29:51 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id RAA92281; Thu, 13 Jul 2000 17:29:40 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.9.3/8.9.3) id RAA06196; Thu, 13 Jul 2000 17:29:11 -0700 (PDT) (envelope-from jhb) Message-ID: X-Mailer: XFMail 1.4.0 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: Thu, 13 Jul 2000 17:29:11 -0700 (PDT) Organization: BSD, Inc. From: John Baldwin To: "Anders Chr. Skoe" Subject: RE: Anyone resolved "Missing operating system" issue? Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 11-Jul-00 Anders Chr. Skoe wrote: > Howdy, folks! > > unfortunately, this email follows a pretty good history of posts regarding > the "Missing operating system" error. we install 3.2 with no problems on > our western digital WDE4360-1807A3, but it just won't boot. our bios is > the adaptec AHA 2940 Ultra/Ultra W BIOS v1.23. > > a) if we only create a freebsd partition, and try to boot it, we get the > infamous "Missing operating system" error. > > b) if we create both dos & freebsd partitions, we get to the boot manager, > but selecting freebsd doesn't work. we've tried putting the freebsd > partition first as well as the dos partition first, but it makes no > difference. we've also tried various combinations of partition sizes. > > c) setting the drive geometry to 4095/64/32 doesn't help (someone > suggested this in an earlier mail). > > d) using FDISK we've set the active partition to the freebsd > partition. it doesn't help. > > e) we can boot from the floppy & cdrom drives. > > we would really appreciate some useful feedback 'cause it's drivin' us > crazy. > > a & j If you could, please try to install the latest current snapshot of 5.0 from current.FreeBSD.org. I've recently committed some changes in the way we boot regarding the 1024 cylinder limit that may help some. If that doesn't, can you please provide the output of fdisk on the relevant disks? I.e., boot from a floppy, then type 'fdisk da0' as root and e-mail that info back? -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - 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 Thu Jul 13 17:32: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 7486737B8D1 for ; Thu, 13 Jul 2000 17:32:01 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id RAA92316; Thu, 13 Jul 2000 17:31:50 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.9.3/8.9.3) id RAA06203; Thu, 13 Jul 2000 17:31:20 -0700 (PDT) (envelope-from jhb) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="_=XFMail.1.4.0.FreeBSD:000713173119:4893=_" In-Reply-To: <006d01bfebbe$5d49e260$0200a8c0@castor> Date: Thu, 13 Jul 2000 17:31:19 -0700 (PDT) Organization: BSD, Inc. From: John Baldwin To: Gemini Domino Subject: RE: Boot loader CLEARING active parition flags??!?! Cc: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format --_=XFMail.1.4.0.FreeBSD:000713173119:4893=_ Content-Type: text/plain; charset=us-ascii On 12-Jul-00 Gemini Domino wrote: > For some reason, every time I boot into FreeBSD (dual booting with > windows98), the next time I reboot, I get "Not found any [active partition] > on hard drive". I have to boot with a dos diskette and run fdisk to manually > reset the active partition. Any one know WHAT the heck is doing this and how > to fix it? Umm, how are you booting into FreeBSD? The only thing that touches the MBR to set the active flag is boot0, which is the boot manager that allows you to press F1 for one OS and F2 for the other, etc. By default, it changes the active partition to be whatever partition you choose to boot from, although this option can be turned off. > Thanks > > Friedrich Wilhelm Nietzsche -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ --_=XFMail.1.4.0.FreeBSD:000713173119:4893=_ Content-Type: text/html; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable
For some reason, every time I boot into FreeBSD = (dual booting=20 with windows98), the next time I reboot, I get "Not found any [active = partition]=20 on hard drive". I have to boot with a dos diskette and run fdisk to = manually=20 reset the active partition. Any one know WHAT the heck is doing this and = how to=20 fix it?
 
Thanks
 
*********
 
"To live alone one must be a beast or a god, says = Aristotle.=20 Leaving out the third case: one must be both -- a = philosopher"
 
"The better the state is established, the fainter is = humanity.=20 To make the individual uncomfortable, that is my task."
 
"A great value of antiquity lies in the fact that = its writings=20 are the only ones that modern men still read with exactness." =
 
"The bite of conscience, like the bite of a dog into = a stone,=20 is a stupidity."
 
Friedrich Wilhelm = Nietzsche
--_=XFMail.1.4.0.FreeBSD:000713173119:4893=_-- End of MIME message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 17:32:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.one.net (mail3.one.net [206.112.192.120]) by hub.freebsd.org (Postfix) with ESMTP id 0712137BBAE for ; Thu, 13 Jul 2000 17:32:41 -0700 (PDT) (envelope-from carleton@one.net) Received: from ztown1-2-121.adsl.one.net ([216.23.20.121] EHLO miltonstreet.com ident: IDENT-NOT-QUERIED [port 14578]) by mail2.one.net with ESMTP id <1970605-8406>; Thu, 13 Jul 2000 20:32:29 -0400 Message-ID: <396E6240.EACA389@miltonstreet.com> From: Sam Carleton X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Questions Subject: kernel source Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 13 Jul 2000 20:32:27 -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I did the bare install and there is no /usr/src/sys directory. These leads me to believe that the kernel is not installed. Using sysinstall to install the kernel package, where am I going the kernel package and what is the name of the kernel package? Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 17:33:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from watson.ficsgrp.com (watson.ficsgrp.com [194.74.111.3]) by hub.freebsd.org (Postfix) with ESMTP id D448437B526; Thu, 13 Jul 2000 17:33:19 -0700 (PDT) (envelope-from harry.woodward-clarke@s1.com) Received: from mail.au.ficsgrp.com ([194.74.111.35]) by watson.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id AAA54BA; Fri, 14 Jul 2000 02:33:11 +0200 Received: from S1.com ([172.16.48.219]) by mail.au.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id 531; Fri, 14 Jul 2000 10:36:39 +1000 Message-ID: <396E5FBB.74C99EC@S1.com> Date: Fri, 14 Jul 2000 10:32:59 +1000 From: Harry Woodward-Clarke X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: John Baldwin Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Anyone resolved "Missing operating system" issue? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi John, > > Eek! Don't use dangerously dedicated on SCSI. It causes SCSI disks > to break horribly. "Please explain?" haxxa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 17:36:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freeside.fc.net (freeside.fc.net [207.170.70.2]) by hub.freebsd.org (Postfix) with ESMTP id 1452A37B8F4 for ; Thu, 13 Jul 2000 17:36:33 -0700 (PDT) (envelope-from jdunham@freeside.fc.net) Received: (from jdunham@localhost) by freeside.fc.net (8.9.3/8.8.8) id TAA79708; Thu, 13 Jul 2000 19:36:20 -0500 (CDT) From: Jerry Dunham Message-Id: <200007140036.TAA79708@freeside.fc.net> Subject: Re: Looking for libpng-0.99e.tar.gz In-Reply-To: from Garance A Drosihn at "Jul 13, 2000 08:01:11 pm" To: drosih@rpi.edu (Garance A Drosihn) Date: Thu, 13 Jul 2000 19:36:20 -0500 (CDT) Cc: freebsd-questions@freebsd.org X-Mailer: ELM [version 2.4ME+ PL54 (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 Garance A Drosihn babbled: > From drosih@rpi.edu Thu Jul 13 19:00:16 2000 > At 4:46 PM -0500 7/13/00, Jerry Dunham wrote: > >I'm attempting to install a port for the first time, and it's been > >interesting. I'm running FreeBSD 2.2.6, [...skipping...] > > > >For a first experience with the FreeBSD Ports, this has been rather ... > >er ... challenging. I hope they're not all this way. > > Given that you are doing this in freebsd 2.2.6, which is probably > close to three years old, it will probably be rather challenging > to do any ports. Things move too fast, and when you are dealing > with ports then you are dealing with things that are also outside > of freebsd's direct control. Everyone else may be moving too fast, but I'm just trying to keep using what works. :-) > It might be too much of a jump to go to freebsd 4.0-stable, but > could you at least make a jump to freebsd-3.5? or even 3.0? > That would at least get you to the other side of the ELF switch, > and that should make things considerably easier. I've read some scare stories about upgrading from 2.2.x to 3.x. Since I've never done an upgrade before it's a bit scary for me, anyway. If I lose this machine I'll be in a world of hurt. I have no other net access. I DO have a set of 3.3 CDs handy, but I doubt what's on there would be suitable for use with my 2.2.6 system. > Do you have a CD-set for freebsd 2.2.6, 2.2.7, or 2.2.8? Perhaps > the CD of distribution tarballs for ports would help you out. Hmmmm.... I may have a set around here SOMEwhere. I wonder.... Nope. What I have is 2.1.5, 2.2.2, and 3.3. I think this 2.2.6 came from a borrowed CD. Darn. I suppose I could ask -questions whether someone still has a 2.2.6 set they could search for this. I just checked the 2.2.2 disk, and the version of png it has is 0.89c. *sigh* Thanks for the ideas. Does anyone out there have a 2.2.6 set still lying around? -- Jerry Dunham FreeBSD http://www.dunham.org jdunham@fc.net jerry@dunham.org (512)335-0674 (H) E Pluribus Unix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 17:39:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 43B7337B7FB for ; Thu, 13 Jul 2000 17:39:54 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id RAA92551; Thu, 13 Jul 2000 17:39:42 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.9.3/8.9.3) id RAA06276; Thu, 13 Jul 2000 17:39:12 -0700 (PDT) (envelope-from jhb) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200007131733.LAA21357@zen.alb.khoral.com> Date: Thu, 13 Jul 2000 17:39:12 -0700 (PDT) Organization: BSD, Inc. From: John Baldwin To: Steve Jorgensen Subject: RE: Multi-boot problem.. Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 13-Jul-00 Steve Jorgensen wrote: > > I installed FreeBSD 4.0-STABLE as of July 11, on > my new Dell Inspiron 7500 laptop, and I'm having > trouble getting the multiboot menu working. I've > tried both the standard FreeBSD boot menu and > the OS-BS boot menu. OS-BS reports "missing operating > system" when I try to boot it, and the FreeBSD one just > beeps at me (no error message at all) > > My disk is sliced as follows: > > 11GB windows slice > 17GB FreeBSD slice with following partitions > - 64meg / > - 512meg swap > - 4 meg /usr > - 4 meg /data > > I am able to boot by booting from my 4.0 CD, then > switching the currdev to my harddisk before > letting it boot the kernel. However, this is > really annoying. Did I mess something up when > I installed FreeBSD? Did I miss a config line > in one of the conf files in /boot? > > Any help is appreciated. Your FreeBSD partition is beyond the 1024 cylinder, and we can't read it in the boot blocks in 4.0 due to BIOS limitations. This is fixed right now in current, and I hope to have the fix backported to 4.1, which will be released on the 25th. > Steve > -- > ----------------------------------------------------------- > Steven Jorgensen steve@khoral.com steve@spukhaus.com > ------------------------------+---------------------------- -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - 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 Thu Jul 13 17:50:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id 9D3B337BA00 for ; Thu, 13 Jul 2000 17:50:40 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Received: from localhost (lplist@localhost) by q.closedsrc.org (8.10.2/8.10.2) with ESMTP id e6E0nNB97387; Thu, 13 Jul 2000 17:49:24 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Date: Thu, 13 Jul 2000 17:49:23 -0700 (PDT) From: Linh Pham To: Sam Carleton Cc: FreeBSD Questions Subject: Re: kernel source In-Reply-To: <396E6240.EACA389@miltonstreet.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 think you mean that you do not have the source for the kernel... cuz you wouldn't be able to boot into FreeBSD without a kernel :) To add the kernel src, go into sysinstall and: - Choose Configure - Distributions - src - Put a check in sys - OK back out and be ready to install it... // Linh Pham // // Proud supporter of FreeBSD and OpenBSD // FreeBSD - http://www.freebsd.org // OpenBSD - http://www.openbsd.org /* "Oregon, n.: Eighty billion gallons of water with no place to go on Saturday night." */ On Thu, 13 Jul 2000, Sam Carleton wrote: > I did the bare install and there is no /usr/src/sys directory. These > leads me to believe that the kernel is not installed. Using sysinstall > to install the kernel package, where am I going the kernel package and > what is the name of the kernel package? > > Sam > > > > 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 Jul 13 17:57: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.networkone.net (mail.networkone.net [209.144.112.75]) by hub.freebsd.org (Postfix) with SMTP id 444A637B680 for ; Thu, 13 Jul 2000 17:57:00 -0700 (PDT) (envelope-from reader@newsguy.com) Received: (qmail 30964 invoked from network); 14 Jul 2000 00:56:58 -0000 Received: from adsl-117-113.ln.networkone.net (HELO reader.ptw.com) (209.144.117.113) by mail.networkone.net with SMTP; 14 Jul 2000 00:56:58 -0000 Received: (from reader@localhost) by reader.ptw.com (8.9.3/8.9.3) id RAA02187; Thu, 13 Jul 2000 17:56:56 -0700 X-Authentication-Warning: reader.ptw.com: reader set sender to reader@newsguy.com using -f To: freebsd-questions@FreeBSD.ORG Subject: Re: webglimpse port breaks at `make install' References: From: Harry Putnam In-Reply-To: Rob Hurle's message of "Thu, 13 Jul 2000 22:10:36 +1000 (EST)" Date: 13 Jul 2000 16:29:44 -0700 Message-ID: User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Lines: 49 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Rob Hurle writes: > I'm no expert on this, but > > (a) are you sure that you ran the "make" as root. > > (b) check the permissions on /usr/local/www: I tried to check all the easy stuff before posting so as not to waste time. > > ls -ld /usr/local/www > > It should be: > > drwxr-xr-x 6 root wheel 512 Mar 23 17:01 /usr/local/www drwxr-xr-x 4 root wheel 512 Jul 13 15:51 /usr/local/www > > (c) as user "root", try making a file in the directory: > > cd /usr/local/www > mkdir cgi-bin # mkdir /usr/local/www/cgi-bin (it works) ls /usr/local/www: total 2 drwxr-xr-x 2 root wheel 512 Jul 13 16:15 cgi-bin drwxr-xr-x 4 root wheel 512 Jul 13 15:48 webglimpse Even if I create the cgi-bin before running `make install' I stll get that same error as posted. Funny thing is that I had no /usr/local/www before trying to install webglimpse. It made that directory and populated it to an extent. I 've tried deleting it and rerunning make , make install etc etc Same message shows up and the install is aborted. > > If this fails, it may give you clue as to what's going on (no disc space > maybe?). Maybe that particular directory is there, with stuff in it? But > the port should check for that. > > Hope one of these helps. Not yet ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 17:58:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx.emailqueue.net (mx0.emailqueue.net [209.75.5.2]) by hub.freebsd.org (Postfix) with ESMTP id 3730B37B966; Thu, 13 Jul 2000 17:58:52 -0700 (PDT) (envelope-from gunnar@paganlibrary.com) Received: from mx0.emailqueue.net (209.75.4.21) by mx.emailqueue.net (8.9.3/8.9.3) with ESMTP id RAA76011; Thu, 13 Jul 2000 17:58:50 -0700 (PDT) (envelope-from gunnar@paganlibrary.com) Received: from gunnar.weygold.edu (pool0365.cvx15-bradley.dialup.earthlink.net [209.179.45.110]) by mx0.emailqueue.net (8.9.3/8.9.3) with SMTP id RAA78525; Thu, 13 Jul 2000 17:58:47 -0700 (PDT) From: Gunnar H Reichert-Weygold Organization: The Pagan Library To: John Baldwin , Gemini Domino Subject: RE: Boot loader CLEARING active parition flags??!?! Date: Thu, 13 Jul 2000 17:54:58 -0700 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain Cc: questions@FreeBSD.ORG References: In-Reply-To: MIME-Version: 1.0 Message-Id: <00071317583600.00323@gunnar.weygold.edu> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am having the same problem, which all started after I had to reinstall Win98. Win98 is on the first HD with FreeBSD on the 2nd HD. Every time I boot into BSD I lose the active partition setting on the first drive. So I go into sysinstall, choose FDISK, set the partition bootable and go about my work. When I reboot to go into wWindows everything is fine. Each time I boot BSD, the first HD is no longer set as bootable. I've done Fdisk /mbr and had no luck in preventing this. On Thu, 13 Jul 2000, John Baldwin wrote: > > > On 12-Jul-00 Gemini Domino wrote: > > For some reason, every time I boot into FreeBSD (dual booting with > > windows98), the next time I reboot, I get "Not found any [active partition] > > on hard drive". I have to boot with a dos diskette and run fdisk to manually > > reset the active partition. Any one know WHAT the heck is doing this and how > > to fix it? > > Umm, how are you booting into FreeBSD? The only thing that touches the > MBR to set the active flag is boot0, which is the boot manager that allows > you to press F1 for one OS and F2 for the other, etc. By default, it changes > the active partition to be whatever partition you choose to boot from, although > this option can be turned off. > > > Thanks > > > > Friedrich Wilhelm Nietzsche > > -- > > John Baldwin -- http://www.FreeBSD.org/~jhb/ > PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc > "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ > ---------------------------------------- Content-Type: text/html; name="unnamed" Content-Transfer-Encoding: quoted-printable Content-Description: ---------------------------------------- -- Do I believe in the Bible? Hell man, I've SEEN one! Gunnar H Reichert-Weygold The Pagan Library http://www.paganlibrary.com --------------------------- FreeBSD 3.4----------PalmOS Spam Filter Your Mail! Go to http://www.Brightmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 17:58:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.hutchtel.net (ns1.hutchtel.net [206.9.112.100]) by hub.freebsd.org (Postfix) with ESMTP id E5B9537BA26 for ; Thu, 13 Jul 2000 17:58:52 -0700 (PDT) (envelope-from jpaetzel@hutchtel.net) Received: from hacker (hutch-255.hutchtel.net [206.10.67.183]) by ns1.hutchtel.net (8.9.1/8.9.0) with SMTP id TAA06428; Thu, 13 Jul 2000 19:58:43 -0500 (CDT) Message-ID: <011c01bfed2e$86e227b0$b7430ace@hacker> From: "Josh Paetzel" To: "Ed Kern" , References: Subject: Re: Installation on a 486-2/66 Date: Thu, 13 Jul 2000 19:57:46 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Ed Kern" To: Sent: Thursday, July 13, 2000 3:37 PM Subject: Re: Installation on a 486-2/66 > On Thu, 13 Jul 2000, Chris Fedde wrote: > > > I'm interested to see that you are attempting to install FreeBSD on such > > old hardware. I have a few motherboards like that laying around and have > > concidered using them as say dedicated home automation controlers. > > I've got an old 486DX/33 running 4.0-STABLE with a 2 GB drive and 40 megs > of ram. It's used primarily as a shell server for pine and irc, and it > also hosts a few small web sites and an ftp site. > > It's amazing what you can do with some old hardware and FreeBSD. > > I started with 16 megs, but it was paging out quite a bit. I picked up > some cheap, used 4 MB 30-pin SIMMS on eBay, and now it's happier. > > `make buildworld` takes about two days, though.. > > Ed. > > K....well I win the old hardware award then, cause I have 2.1.5 running on a 386DX33 with coprocessor and 8 whole megs of ram....(worth a king's ransom in its day) A kernel rebuild is a weekend affair. I don't use this box for anything but kicks, but performance is somewhere between terrible and unbearable. (You should see what X does to 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 Thu Jul 13 18: 0:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.hutchtel.net (ns1.hutchtel.net [206.9.112.100]) by hub.freebsd.org (Postfix) with ESMTP id 175D237BB06 for ; Thu, 13 Jul 2000 18:00:39 -0700 (PDT) (envelope-from jpaetzel@hutchtel.net) Received: from hacker (hutch-255.hutchtel.net [206.10.67.183]) by ns1.hutchtel.net (8.9.1/8.9.0) with SMTP id UAA31280; Thu, 13 Jul 2000 20:00:32 -0500 (CDT) Message-ID: <012e01bfed2e$c8fa7940$b7430ace@hacker> From: "Josh Paetzel" To: "Rob Wilkinson" , References: <396D6C10.462BC735@Ultranet.ca> Subject: Re: Installation on a 486-2/66 Date: Thu, 13 Jul 2000 19:59:32 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Rob Wilkinson" To: Sent: Thursday, July 13, 2000 2:13 AM Subject: Installation on a 486-2/66 > I have a problem installing FreeBSD release 4.0 on my system. > > My System: > ^^^^^^^^^ > 486 DX2/66 > 8MB of RAM > ISA Western Digital 340MB hardrive > Motherboard: 452S (with VL-BUS) > > Disk Configuration: > ^^^^^^^^^^^^^^ > 40MB DOS partition including the minimal install files > in directory C:\FreeBSD\BIN > > The other partition is allocated to FreeBSD > > The Problem: > ^^^^^^^^^^ > After first going through the "OPTIONS" feature in the install, > I selected install from MS-DOS partition 1. This works OK! > > Next when the installation setup program asked me to FDISK, > I selected the unused partition for FreeBSD, created and set the > slice as bootable. This works OK! > > For setup, i selected "A" for automatically configure the directories. > This worked ok! > > **FINALLY, when it began installing from MS-DOS, it gets to about > 9% (chunk 12 of 130) and it just sits there! My original install from > the > floppies (27 diskettes), would have the same problems (which is why > I decided to install from MS-DOS on the same hardrive). I noticed that > once i was able to install all the way up to 35% from diskette before > the > setup program decided to freeze. By hitting CTRL-ALT-DELETE after > freezing, sometimes it would continue installing. But recently it just > starts > re-installing the entire bin distribution after it gives me a read > failure message. > > I have attempted to install FreeBSD many times but have been stopped at > the same problem. Could you give me any insight as to why I would > have this problem? Should i purchase the FreeBSD distribution CD > and install from there? > Where is the copy of FreeBSD that you have from? It sounds to me like the copy you have may be corrupted. I would give up on the floppy install, as it is pretty hard to make that many floppies without there being some kind of error on one of them. Josh > Thanks, > Rob > > > > 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 Jul 13 18: 5:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp10.atl.mindspring.net (smtp10.atl.mindspring.net [207.69.200.246]) by hub.freebsd.org (Postfix) with ESMTP id 11BBE37BA26; Thu, 13 Jul 2000 18:05:48 -0700 (PDT) (envelope-from computerdeity@geocities.com) Received: from castor (pool-209-138-55-191.tmpa.grid.net [209.138.55.191]) by smtp10.atl.mindspring.net (8.9.3/8.8.5) with SMTP id VAA04667; Thu, 13 Jul 2000 21:05:32 -0400 (EDT) Message-ID: <001601bfed2f$acb2ad60$0200a8c0@castor> From: "Gemini Domino" To: "Gunnar H Reichert-Weygold" , "John Baldwin" Cc: References: <00071317583600.00323@gunnar.weygold.edu> Subject: Re: Boot loader CLEARING active parition flags??!?! Date: Thu, 13 Jul 2000 21:05:42 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Maybe if I turned that option off then... Because every time it happens, I have to go in and set the partition to active again (if I dont, the system hangs before even GETTING to the boot manager.) When I reset it then boot into windows, all is good. Otherwise it happens. How can I turn this option off? ********* "To live alone one must be a beast or a god, says Aristotle. Leaving out the third case: one must be both -- a philosopher" "The better the state is established, the fainter is humanity. To make the individual uncomfortable, that is my task." "A great value of antiquity lies in the fact that its writings are the only ones that modern men still read with exactness." "The bite of conscience, like the bite of a dog into a stone, is a stupidity." Friedrich Wilhelm Nietzsche ----- Original Message ----- From: "Gunnar H Reichert-Weygold" To: "John Baldwin" ; "Gemini Domino" Cc: Sent: Thursday, July 13, 2000 20:54 Subject: RE: Boot loader CLEARING active parition flags??!?! > I am having the same problem, which all started after I had to reinstall Win98. > Win98 is on the first HD with FreeBSD on the 2nd HD. Every time I boot into BSD > I lose the active partition setting on the first drive. > So I go into sysinstall, choose FDISK, set the partition bootable and go about > my work. > When I reboot to go into wWindows everything is fine. > > Each time I boot BSD, the first HD is no longer set as bootable. > > I've done Fdisk /mbr and had no luck in preventing this. > > > On Thu, 13 Jul 2000, John Baldwin wrote: > > > > > > On 12-Jul-00 Gemini Domino wrote: > > > For some reason, every time I boot into FreeBSD (dual booting with > > > windows98), the next time I reboot, I get "Not found any [active partition] > > > on hard drive". I have to boot with a dos diskette and run fdisk to manually > > > reset the active partition. Any one know WHAT the heck is doing this and how > > > to fix it? > > > > Umm, how are you booting into FreeBSD? The only thing that touches the > > MBR to set the active flag is boot0, which is the boot manager that allows > > you to press F1 for one OS and F2 for the other, etc. By default, it changes > > the active partition to be whatever partition you choose to boot from, although > > this option can be turned off. > > > > > Thanks > > > > > > Friedrich Wilhelm Nietzsche > > > > -- > > > > John Baldwin -- http://www.FreeBSD.org/~jhb/ > > PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc > > "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ > > > > ---------------------------------------- > Content-Type: text/html; name="unnamed" > Content-Transfer-Encoding: quoted-printable > Content-Description: > ---------------------------------------- > > -- > > Do I believe in the Bible? Hell man, I've SEEN one! > > Gunnar H Reichert-Weygold > The Pagan Library > http://www.paganlibrary.com > --------------------------- > FreeBSD 3.4----------PalmOS > > Spam Filter Your Mail! > Go to http://www.Brightmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 18:10:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes10-hme0.telusplanet.net (edisdn03.planet.eon.net [199.185.220.235]) by hub.freebsd.org (Postfix) with ESMTP id 1FB5337BA85 for ; Thu, 13 Jul 2000 18:09:56 -0700 (PDT) (envelope-from q@crackbaby.org) Received: from ricepower ([209.53.59.203]) by priv-edtnes03-hme0.telusplanet.net (InterMail vM.4.01.02.11 201-229-116-111) with SMTP id <20000714010216.OCD569.priv-edtnes03-hme0.telusplanet.net@ricepower> for ; Thu, 13 Jul 2000 19:02:16 -0600 Message-ID: <000701bfed2f$26eee720$cb3b35d1@bconnected.net> From: "Q Tuyen" To: Subject: Installing Date: Thu, 13 Jul 2000 18:02:15 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG For a full install of FreeBSD with xwindow for a work station how much of a hd would I ne ? ¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿ -=- Quang (Peter) Tuyen q@tuyen.org -=- Email: q@crackbaby.org & q@crazie.org & q@telus.net & q@missingyou.net -=- Fax No: 1+604+2518076 1+604+9740993 extension 1286 -=- Voicemail: 1+604+9740993 extension 1286 ‹{º¿º}› Not being able to comprehend something doesn't make it stupid. ??????????????????????????????????????????????????????????????????????????? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 18:29:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from utasvexg001.hfnweb.com (mail.financialfusion.com [207.49.36.244]) by hub.freebsd.org (Postfix) with ESMTP id E978B37B9D1 for ; Thu, 13 Jul 2000 18:29:34 -0700 (PDT) (envelope-from mikemorgan@financialfusion.com) Received: by utasvexg001.financialfusion.com with Internet Mail Service (5.5.2650.21) id ; Thu, 13 Jul 2000 19:29:48 -0600 Message-ID: From: Mike Morgan To: "'freebsd-questions@freebsd.org'" Subject: 3com Date: Thu, 13 Jul 2000 19:21:23 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01BFED31.D3399550" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01BFED31.D3399550 Content-Type: text/plain; charset="iso-8859-1" I just installed 4.0 and the installer didn't display my pcmcia card so i skipped that part and continued. Upon reboot i get the following error: ep0: No irq?! pccardd[46]: driver allocation failed for 3Com Corporation(3C589): Device not configured pccardd[46]: pccardd started my rc.conf has the following entries ifconfig_ep0="DHCP" pccard_enable="YES" pccardd_flags="-i 10 -i 11" pccard_mem="DEFAULT" my kernel config (/usr/src/sys/i386/conf/GENERIC) has following line enabled: device ep0 at isa? port 0x280 irq 10 iomem 0xd8000 I'm have 4.0 installed on a Dell 3500 if it matters. Thanks in advance for any advice, Michael Morgan ------_=_NextPart_001_01BFED31.D3399550 Content-Type: text/html; charset="iso-8859-1" 3com

I just installed 4.0 and the installer didn't display my pcmcia card so i skipped that part and continued.

Upon reboot i get the following error:
ep0: No irq?!
pccardd[46]: driver allocation failed for 3Com Corporation(3C589):  Device not configured
pccardd[46]: pccardd started

my rc.conf has the following entries
ifconfig_ep0="DHCP"
pccard_enable="YES"
pccardd_flags="-i 10 -i 11"
pccard_mem="DEFAULT"

my kernel config (/usr/src/sys/i386/conf/GENERIC) has following line enabled:
device  ep0     at isa? port 0x280 irq 10 iomem 0xd8000


I'm have 4.0 installed on a Dell 3500 if it matters.

Thanks in advance for any advice,

Michael Morgan

------_=_NextPart_001_01BFED31.D3399550-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 18:29:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from utasvexg001.hfnweb.com (mail.financialfusion.com [207.49.36.244]) by hub.freebsd.org (Postfix) with ESMTP id E22A937B9BF for ; Thu, 13 Jul 2000 18:29:34 -0700 (PDT) (envelope-from mikemorgan@financialfusion.com) Received: by utasvexg001.financialfusion.com with Internet Mail Service (5.5.2650.21) id ; Thu, 13 Jul 2000 19:29:48 -0600 Message-ID: From: Mike Morgan To: "'freebsd-questions@freebsd.org'" Subject: 3com 3C589C Date: Thu, 13 Jul 2000 19:23:08 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01BFED32.11DD9DEC" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01BFED32.11DD9DEC Content-Type: text/plain; charset="iso-8859-1" I just installed 4.0 and the installer didn't display my pcmcia card so i skipped that part and continued. Upon reboot i get the following error: ep0: No irq?! pccardd[46]: driver allocation failed for 3Com Corporation(3C589): Device not configured pccardd[46]: pccardd started my rc.conf has the following entries ifconfig_ep0="DHCP" pccard_enable="YES" pccardd_flags="-i 10 -i 11" pccard_mem="DEFAULT" my kernel config (/usr/src/sys/i386/conf/GENERIC) has following line enabled: device ep0 at isa? port 0x280 irq 10 iomem 0xd8000 I'm have 4.0 installed on a Dell 3500 if it matters. Thanks in advance for any advice, Michael Morgan ------_=_NextPart_001_01BFED32.11DD9DEC Content-Type: text/html; charset="iso-8859-1" 3com 3C589C

I just installed 4.0 and the installer didn't display my pcmcia card so i skipped that part and continued.

Upon reboot i get the following error:
ep0: No irq?!
pccardd[46]: driver allocation failed for 3Com Corporation(3C589):  Device not configured
pccardd[46]: pccardd started

my rc.conf has the following entries
ifconfig_ep0="DHCP"
pccard_enable="YES"
pccardd_flags="-i 10 -i 11"
pccard_mem="DEFAULT"

my kernel config (/usr/src/sys/i386/conf/GENERIC) has following line enabled:
device  ep0     at isa? port 0x280 irq 10 iomem 0xd8000


I'm have 4.0 installed on a Dell 3500 if it matters.

Thanks in advance for any advice,

Michael Morgan

------_=_NextPart_001_01BFED32.11DD9DEC-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 18:38: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web5505.mail.yahoo.com (web5505.mail.yahoo.com [216.115.106.188]) by hub.freebsd.org (Postfix) with SMTP id 6FC6937BC2E for ; Thu, 13 Jul 2000 18:38:03 -0700 (PDT) (envelope-from james_daniels_1980@yahoo.com) Message-ID: <20000714000557.19015.qmail@web5505.mail.yahoo.com> Received: from [209.245.138.85] by web5505.mail.yahoo.com; Thu, 13 Jul 2000 17:05:57 PDT Date: Thu, 13 Jul 2000 17:05:57 -0700 (PDT) From: James Daniels Subject: mkisofs and bootable cd To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I downloaded the latest FreeBSD 5.0 CURRENT and wanted to create a bootable CD out of it. Mkisofs allows you to specify a boot file. What are all the boot files I need to make it bootable for an install? Is there a particular hierarchy for these boot files (I mean directory-wise)? Cheers, James __________________________________________________ Do You Yahoo!? Get Yahoo! Mail – Free email you can access from anywhere! http://mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 18:40:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from laplace.planethobby.com (241-168.netsecure.net [208.246.241.168]) by hub.freebsd.org (Postfix) with ESMTP id 55BA637B7EC for ; Thu, 13 Jul 2000 18:40:34 -0700 (PDT) (envelope-from nospam@planethobby.com) Received: from planethobby.com (localhost [127.0.0.1]) by laplace.planethobby.com (8.9.3/8.9.3) with SMTP id UAA13141 for questions@freebsd.org; Thu, 13 Jul 2000 20:40:32 -0500 (CDT) (envelope-from nospam@planethobby.com) Message-Id: <200007140140.UAA13141@laplace.planethobby.com> Date: Fri, 14 Jul 2000 01:40:32 -0000 To: questions@freebsd.org Subject: PPP over UDP configuration From: "Rev. Nostrebor N. Cire" X-Mailer: TWIG 2.2.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have built some tunnels using PPP over TCP and I would like to change them to PPP over UDP to eliminate some overhead. The man page explains PPP over TCP very well. When I change inetd.conf to listen on a udp port the connection can not be established. What does the line in inetd.conf need to look like for UDP? Do I need to change my ppp.conf on either end of the connection when switching from TCP to UDP, besides changing the protocol in the device declaration? Here is the line in inetd.conf that I tried: ppp-in dgram udp wait root /usr/sbin/ppp ppp -direct ppp-in Here is ppp.conf for the server (ppp called from inetd): default: set log Phase Chat LCP IPCP CCP tun command ppp-in: set timeout 0 set ifaddr 172.16.1.1 10.10.83.17 255.255.255.248 add 10.10.83.16/29 HISADDR Here is ppp.conf for the client: default: set escape 0xff set log Phase Chat LCP IPCP CCP tun command Connect hdlc set dial set timeout 0 ppp-in: set device wesson:6668/udp set ifaddr 10.10.83.17 172.16.1.1 255.255.255.255 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 18:42:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from giroc.albury.net.au (giroc.albury.NET.AU [203.15.244.13]) by hub.freebsd.org (Postfix) with ESMTP id 6285237BCD6 for ; Thu, 13 Jul 2000 18:42:27 -0700 (PDT) (envelope-from nicks@giroc.albury.net.au) Received: (from nicks@localhost) by giroc.albury.net.au (8.9.3/8.9.3) id LAA43508; Fri, 14 Jul 2000 11:42:20 +1000 (EST) Date: Fri, 14 Jul 2000 11:42:20 +1000 From: Nick Slager To: Mike Morgan Cc: "'freebsd-questions@freebsd.org'" Subject: Re: 3com 3C589C Message-ID: <20000714114220.A37574@albury.net.au> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: ; from mikemorgan@financialfusion.com on Thu, Jul 13, 2000 at 07:23:08PM -0600 X-Homer: Whoohooooooo! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Mike Morgan (mikemorgan@financialfusion.com): > Upon reboot i get the following error: > ep0: No irq?! > pccardd[46]: driver allocation failed for 3Com Corporation(3C589): Device > not configured > pccardd[46]: pccardd started You probably need to double check your settings in /etc/pccard.conf. > my kernel config (/usr/src/sys/i386/conf/GENERIC) has following line > enabled: > device ep0 at isa? port 0x280 irq 10 iomem 0xd8000 I'm pretty sure this is incorrect for 4.0. It should just be: device ep Nick. -- From a Sun Microsystems bug report (#4102680): "Workaround: don't pound on the mouse like a wild monkey." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 18:59:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from illiad.adhesivemedia.com (illiad.adhesivemedia.com [207.202.159.74]) by hub.freebsd.org (Postfix) with ESMTP id 4679737BA19 for ; Thu, 13 Jul 2000 18:59:40 -0700 (PDT) (envelope-from philip@illiad.adhesivemedia.com) Received: (from philip@localhost) by illiad.adhesivemedia.com (8.9.3/8.9.3) id TAA22259; Thu, 13 Jul 2000 19:00:05 -0700 (PDT) (envelope-from philip) Message-Id: <200007140200.TAA22259@illiad.adhesivemedia.com> From: philip@adhesivemedia.com (Philip Hallstrom) To: freebsd-questions@freebsd.org Date: Thu, 13 Jul 2000 18:52:55 -0700 Subject: Re: news server X-Mailer: Tiny NNTPD v0.2 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If you are only interested in sucking news from an upstream server for a realatively small number of users/groups take a look at leafnode+ (in the ports). It has some nice features in that it can watch what groups people are reading and either start or stop fetching that group depending on whether people are or are not reading it... It states right up front though that it's not meant for a lot of users and/or groups. I run it on a P133/64ram for an office of 7 where I think I'm the only reading news regularly in about 5 groups (freebsd/www/unix stuff). works great for us. -philip In article , Carlton Haycock wrote: > >Anyone have any recommendations on which nntp news server to run as >there appear to be several in the ports/packages collection. > >Thanks, >Carlton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 19:21:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost.iitb.ac.in (mailhost.iitb.ac.in [203.197.74.142]) by hub.freebsd.org (Postfix) with SMTP id 65A9F37B6D2 for ; Thu, 13 Jul 2000 19:21:49 -0700 (PDT) (envelope-from chyrag@mitra.cse.iitb.ernet.in) Received: (qmail 2382 invoked from network); 14 Jul 2000 02:30:21 -0000 Received: from mitra.cse.iitb.ernet.in (144.16.111.21) by mailhost.iitb.ac.in with SMTP; 14 Jul 2000 02:30:21 -0000 Received: (from chyrag@localhost) by mitra.cse.iitb.ernet.in (8.9.3/8.8.8) id HAA06434 for freebsd-questions@freebsd.org; Fri, 14 Jul 2000 07:49:45 +0530 Date: Fri, 14 Jul 2000 07:39:48 +0530 From: Chirag Kantharia To: dan@dan.emsphone.com Cc: freebsd-question@freebsd.org Subject: Re: swap space not utilized... Message-ID: <20000714073948.A6384@slashetc.net> Reply-To: Chirag Kantharia References: <20000714022739.A4984@slashetc.net> <20000713162646.A13922@dan.emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3us In-Reply-To: <20000713162646.A13922@dan.emsphone.com> X-Url: http://slashetc.net/chyrag/ X-Alma-Mater: Department of Computer Science and Engg, IIT, Bombay Organization: Trellis Labs (P) Ltd X-Company-Website: http://www.TrellisLabs.com/ X-Phone: +91-22-572-0057 X-Fax: +91-22-572-0022 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jul 13, 2000 at 04:26:46PM -0500, Dan Nelson wrote: | In the last episode (Jul 14), Chirag Kantharia said: | > mercury# swapinfo | > Device 1K-blocks Used Avail Capacity Type | > /dev/ad0s1b 266992 0 266992 0% Interleaved | How much RAM do you have? It's possible that your active amount of | memory has never gotten bigger than your amount of RAM. I've got 512MB | in my box and have a whole 26MB of swap used, after 54 days of uptime. I had used 3.3 RELEASE before; using that I got to know the FreeBSD used swap heavily. I think I've read this somewhere in FAQ too. I have 128MB RAM while swap space is 260MB (all defaults). | If you want an easy way to allocate a chunk of memory, in the hopes | that it'll force something to get paged out, "dd if=/dev/zero | of=/dev/null bs=200m count=1" might work. I just tried that, and my | swap usage jumped to 87MB. This did work. I guess I don't have much to worry about. chyrag. -- Chirag Kantharia http://slashetc.net/chyrag/ GCS/IT d- s-:->: a? C++++$ UBLS++++$ P++++(++)$ L++ E- W++ N--@ K--- w--- M->-- PE++ PGP->+ R* b+ DI+ D+ G++ e++ h* r-- !z+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 19:24: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wilsonandhorton.co.nz (fw2.wilsonandhorton.co.nz [203.99.66.4]) by hub.freebsd.org (Postfix) with ESMTP id D4F7737BA80 for ; Thu, 13 Jul 2000 19:24:02 -0700 (PDT) (envelope-from jonc@itouch.co.nz) Received: (from jonc@localhost) by wilsonandhorton.co.nz (8.9.3/8.9.3) id OAA74636; Fri, 14 Jul 2000 14:23:43 +1200 (NZST) (envelope-from jonc) Date: Fri, 14 Jul 2000 14:23:43 +1200 From: Jonathan Chen To: Kevin Glick Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Subscribing? Message-ID: <20000714142343.A74353@jonc.ntdns.wilsonandhorton.co.n> References: <000801bfece2$3c2428f0$6bf576cc@office.cdsnet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <000801bfece2$3c2428f0$6bf576cc@office.cdsnet.net>; from glitch@internetcds.com on Thu, Jul 13, 2000 at 08:51:40AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jul 13, 2000 at 08:51:40AM -0700, Kevin Glick wrote: > I'm sure this will be my first of many questions. > > Is the "freebsd-questions" list a mailing list that I can subscribe to? Yes. >Where I get all posts to that list. If so, how do I subscribe? Send "subscribe freebsd-questions" in the *BODY* of the message to majordomo@freebsd.org. Reply to the authentication request that majordomo will send, and then be prepared to receive ~100 messages per day. Cheers. -- Jonathan Chen Once is dumb luck. Twice is coincidence. Three times and Somebody Is Trying To Tell You Something. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 19:42:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wat-border.sentex.ca (waterloo-hespler.sentex.ca [199.212.135.66]) by hub.freebsd.org (Postfix) with ESMTP id 5F19437BA97 for ; Thu, 13 Jul 2000 19:42:10 -0700 (PDT) (envelope-from mike@sentex.net) Received: from granite.sentex.net (granite-atm.sentex.ca [209.112.4.1]) by wat-border.sentex.ca (8.9.3/8.9.3) with ESMTP id WAA53894; Thu, 13 Jul 2000 22:42:05 -0400 (EDT) (envelope-from mike@sentex.net) Received: from chimp.simianscience.com (cage.simianscience.com [64.7.134.1]) by granite.sentex.net (8.8.8/8.6.9) with SMTP id WAA07432; Thu, 13 Jul 2000 22:42:04 -0400 (EDT) From: mike@sentex.net (Mike Tancsa) To: dan@freebsddiary.org ("Dan Langille") Cc: questions@freebsd.org Subject: Re: how to create a VPN with 4.0 Date: Fri, 14 Jul 2000 02:38:02 GMT Message-ID: <396e7c82.1000485672@mail.sentex.net> References: In-Reply-To: X-Mailer: Forte Agent .99e/32.227 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 11 Jul 2000 05:08:15 -0400, in sentex.lists.freebsd.questions you wrote: >I've been trying to figure out how to create a VPN now that I have some >spare boxes running 4.0. I've found IPSEC and IPSEC_ESP in LINT, >but I'm now I'm trying to locate a how-to. Are there any? Or am I going >to be the first to write one? Take a look at the handbook http://www.freebsd.org/handbook/ipsec.html as well as www.dejanews.com/usenet... There have been several helpful posts in the past. ---Mike Mike Tancsa (mdtancsa@sentex.net) Sentex Communications Corp, Waterloo, Ontario, Canada "Given enough time, 100 monkeys on 100 routers could setup a national IP network." (KDW2) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 19:54: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wat-border.sentex.ca (waterloo-hespler.sentex.ca [199.212.135.66]) by hub.freebsd.org (Postfix) with ESMTP id 81ADE37BCBF for ; Thu, 13 Jul 2000 19:53:59 -0700 (PDT) (envelope-from mike@sentex.net) Received: from granite.sentex.net (granite-atm.sentex.ca [209.112.4.1]) by wat-border.sentex.ca (8.9.3/8.9.3) with ESMTP id WAA54166 for ; Thu, 13 Jul 2000 22:53:58 -0400 (EDT) (envelope-from mike@sentex.net) Received: from chimp.simianscience.com (cage.simianscience.com [64.7.134.1]) by granite.sentex.net (8.8.8/8.6.9) with SMTP id WAA10018 for ; Thu, 13 Jul 2000 22:53:57 -0400 (EDT) From: mike@sentex.net (Mike Tancsa) To: questions@freebsd.org Subject: Re: Need Unix Command List Date: Fri, 14 Jul 2000 02:49:55 GMT Message-ID: <396e7f8a.1001261387@mail.sentex.net> References: <68.562445d.269e6447@aol.com> In-Reply-To: X-Mailer: Forte Agent .99e/32.227 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 13 Jul 2000 00:48:12 -0400, in sentex.lists.freebsd.questions tms@psiklone.com (Tim) wrote: >Hit the tab key 2x at the prompt. >Reading is good too If you are using bash as your shell, yes. A decent UNIX reference book from www.ora.com might be the best bet. ---Mike > >On Wed, 12 Jul 2000, PObrien387@aol.com wrote: >> Hi, I need some information on Unix Commands. I am a consutling engineer and >> currently being considered for a short term project to support a team using >> Unix Systems. >> >> What I need to know is where can I get a copy of Unix commands. I worked >> with the unix System a few years back and need to refresh my memory on the >> commands needed. If you have a list that I can access please advise. >> >> Thanks for your help. >> >> Best Regards, >> >> Patrick O'Brien >> POBrien387@aol.com >> Tel: 818-422-1077 > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > Mike Tancsa (mdtancsa@sentex.net) Sentex Communications Corp, Waterloo, Ontario, Canada "Given enough time, 100 monkeys on 100 routers could setup a national IP network." (KDW2) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 19:56:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail4.one.net (mail4.one.net [206.112.192.132]) by hub.freebsd.org (Postfix) with ESMTP id 848DB37BCB5 for ; Thu, 13 Jul 2000 19:56:20 -0700 (PDT) (envelope-from carleton@one.net) Received: from ztown1-2-121.adsl.one.net ([216.23.20.121] EHLO miltonstreet.com ident: IDENT-NOT-QUERIED [port 57337]) by mail2.one.net with ESMTP id <59549-10712>; Thu, 13 Jul 2000 22:56:11 -0400 Message-ID: <396E83E8.61AAA7A4@miltonstreet.com> From: Sam Carleton X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Questions Subject: Re: kernel source References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 13 Jul 2000 22:55:59 -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Linh Pham wrote: > I think you mean that you do not have the source for the kernel... cuz you > wouldn't be able to boot into FreeBSD without a kernel :) I do believe you are correct, I needed the source for the kernel, which I am installing now:) Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 19:58:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wat-border.sentex.ca (waterloo-hespler.sentex.ca [199.212.135.66]) by hub.freebsd.org (Postfix) with ESMTP id B27BA37BC8C for ; Thu, 13 Jul 2000 19:58:34 -0700 (PDT) (envelope-from mike@sentex.net) Received: from granite.sentex.net (granite-atm.sentex.ca [209.112.4.1]) by wat-border.sentex.ca (8.9.3/8.9.3) with ESMTP id WAA54286; Thu, 13 Jul 2000 22:58:33 -0400 (EDT) (envelope-from mike@sentex.net) Received: from chimp.simianscience.com (cage.simianscience.com [64.7.134.1]) by granite.sentex.net (8.8.8/8.6.9) with SMTP id WAA10947; Thu, 13 Jul 2000 22:58:33 -0400 (EDT) From: mike@sentex.net (Mike Tancsa) To: djab@enteract.com ("Daniel Schrock") Cc: questions@freebsd.org Subject: Re: Wedged PERC2 RAID Controller? Date: Fri, 14 Jul 2000 02:54:30 GMT Message-ID: <396e801a.1001404914@mail.sentex.net> References: In-Reply-To: X-Mailer: Forte Agent .99e/32.227 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 12 Jul 2000 23:53:57 -0400, in sentex.lists.freebsd.questions you wrote: > >Does anyone have any experience with FreeBSD4.0 on a Poweredge with a PERC2 >card? >I need to get this server up as soon as possible. I am at a loss as to how >to get 4.0-stable on the system, since cvsup'ing hasn't worked at all. Any >advice would be helpful. Which PERC2 card is this, and what BIOS/firmware on the card are you using ? You might be better off doing a network install (e.g. grab the floppies from ftp://releng4.freebsd.org/pub/FreeBSD/snapshots/i386/4.0-20000712-STABLE/floppies/kern.flp and mfsroot.flp and install over the internet a snapshot of 4.x from yesterday. ---Mike Mike Tancsa (mdtancsa@sentex.net) Sentex Communications Corp, Waterloo, Ontario, Canada "Given enough time, 100 monkeys on 100 routers could setup a national IP network." (KDW2) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 20: 3:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wat-border.sentex.ca (waterloo-hespler.sentex.ca [199.212.135.66]) by hub.freebsd.org (Postfix) with ESMTP id D4BFA37B594 for ; Thu, 13 Jul 2000 20:03:09 -0700 (PDT) (envelope-from mike@sentex.net) Received: from granite.sentex.net (granite-atm.sentex.ca [209.112.4.1]) by wat-border.sentex.ca (8.9.3/8.9.3) with ESMTP id XAA54377; Thu, 13 Jul 2000 23:03:08 -0400 (EDT) (envelope-from mike@sentex.net) Received: from chimp.simianscience.com (cage.simianscience.com [64.7.134.1]) by granite.sentex.net (8.8.8/8.6.9) with SMTP id XAA11869; Thu, 13 Jul 2000 23:03:07 -0400 (EDT) From: mike@sentex.net (Mike Tancsa) To: subs@ovk.altai.ru ("Yuri A. Wolf") Cc: questions@freebsd.org Subject: Re: simple/strange routing Date: Fri, 14 Jul 2000 02:59:05 GMT Message-ID: <396e810c.1001647693@mail.sentex.net> References: In-Reply-To: X-Mailer: Forte Agent .99e/32.227 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 13 Jul 2000 07:35:57 -0400, in sentex.lists.freebsd.questions you wrote: >Greetings. > >I have a LAN connected via FreeBSD-3.4 to 2 different ISPs via 2 >interfaces, say if1 (ISP1) and if2 (ISP2). if1 is the default, and I need >if2 only to recieve mail to my old domain. Its easy enough to configure how the mail comes in. The question is, how does the data *leave* your network. Despite coming in on one interface, it will exit your default route unless you take routing information from your two upstream providers. Its not that simple from one box. Before getting into dynamic routing via bgp, you might find it easier just to get a second box with a default gateway to isp2... ---Mike Mike Tancsa (mdtancsa@sentex.net) Sentex Communications Corp, Waterloo, Ontario, Canada "Given enough time, 100 monkeys on 100 routers could setup a national IP network." (KDW2) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 20:12:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.hutchtel.net (ns1.hutchtel.net [206.9.112.100]) by hub.freebsd.org (Postfix) with ESMTP id 5DA2E37B517 for ; Thu, 13 Jul 2000 20:12:12 -0700 (PDT) (envelope-from jpaetzel@hutchtel.net) Received: from hacker (hutch-507.hutchtel.net [206.9.112.146]) by ns1.hutchtel.net (8.9.1/8.9.0) with SMTP id WAA30920; Thu, 13 Jul 2000 22:12:08 -0500 (CDT) Message-ID: <000b01bfed41$2ae2d870$927009ce@hacker> From: "Josh Paetzel" To: "Eric J. Schwertfeger" Cc: References: Subject: Re: any faster way to rm -rf huge directory? Date: Thu, 13 Jul 2000 22:11:12 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Eric J. Schwertfeger" To: Sent: Thursday, July 13, 2000 4:08 PM Subject: any faster way to rm -rf huge directory? > > Thanks to a programmer-induced glitch in a data-pushing perl script, we > are the proud owners of a directory with (currently) a quarter million > files in it. The directory is on a vinum partition striped across three > seagate baracudas, with soft-updates being used. > > I did "rm -rf " to clean up the directory, and that was > Monday. At the current rate of deletions (just under 10/minute), it's > going to be a week or two before it gets done, as it should get faster > once the directory gets smaller. > > I understand at a technical level why it is going so slow, so I'm not > complaining (I'm the one that insists that any directory with over 10,000 > files be split up). My question is, short of backing up the rest of the > disk, newfs, and restore (not an option, this is the main partition of a > live server), is there a faster way to do this? Not a critical issue, as > we have plenty of room, and despite the fact that all the drive lights are > flickering madly nonstop, the system's performance isn't off too much, > so it's more a matter of curiosity. > > I have a friend who I showed this to who made the following comment.... "Two weeks? There must be something wrong. Once softupdates are compiled into the kernel you have to use #tunefs -n enable on the unmounted filesystem to activate it. This only has to be done once." I pass this along just in the hope that it would help...I know nothing about the issue myself. Josh > > 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 Jul 13 20:16:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mostgraveconcern.com (mostgraveconcern.com [216.82.145.240]) by hub.freebsd.org (Postfix) with ESMTP id A4C9C37B8B4 for ; Thu, 13 Jul 2000 20:16:07 -0700 (PDT) (envelope-from dan@mostgraveconcern.com) Received: from danco (danco.mostgraveconcern.com [10.0.0.2]) by mostgraveconcern.com (8.9.3/8.9.3) with SMTP id UAA02945; Thu, 13 Jul 2000 20:16:03 -0700 (PDT) (envelope-from dan@mostgraveconcern.com) Message-ID: <001e01bfed41$d4897aa0$0200000a@danco> Reply-To: "Dan O'Connor" From: "Dan O'Connor" To: "Michael R. Galvez" , Subject: Re: 4.0 Install -What happened to the device choices? Date: Thu, 13 Jul 2000 20:15:57 -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.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I am trying to upgrade from 3.3 to 4.0. System is AMD K6-2 >400 w/64m RAM, 9gb HD. My 3.3 Install wasn't broke, but I >decided "What the heck, I'll upgrade". The 4.0 kernel >install (CLI and full screen mode) shows fewer devices such >as my network card 3COM 3C509. There seems to be >noticeably fewer hardware options. How do I install kernel >support for my NIC? It appears they are running out of space in the install kernel--there's only so much you can cram onto a floppy disk! The 3c509 *is* in the GENERIC kernel, however, so all is not lost. If you do a source upgrade, wo won't have to worry the install kernel at all. If you need help doing a source upgrade, see my cheat sheet: http://www.mostgraveconcern.com/freebsd/sheet.cgi?3-4upgrade --Dan -- Dan O'Connor On Matters of Most Grave Concern http://www.mostgraveconcern.com FreeBSD Cheat Sheets http://www.mostgraveconcern.com/freebsd/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 20:23:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wat-border.sentex.ca (waterloo-hespler.sentex.ca [199.212.135.66]) by hub.freebsd.org (Postfix) with ESMTP id AE95E37B7FE for ; Thu, 13 Jul 2000 20:23:37 -0700 (PDT) (envelope-from mike@sentex.net) Received: from granite.sentex.net (granite-atm.sentex.ca [209.112.4.1]) by wat-border.sentex.ca (8.9.3/8.9.3) with ESMTP id XAA54769; Thu, 13 Jul 2000 23:23:29 -0400 (EDT) (envelope-from mike@sentex.net) Received: from chimp.simianscience.com (cage.simianscience.com [64.7.134.1]) by granite.sentex.net (8.8.8/8.6.9) with SMTP id XAA15982; Thu, 13 Jul 2000 23:23:28 -0400 (EDT) From: mike@sentex.net (Mike Tancsa) To: jreddy@lightning.net (John Reddy) Cc: questions@freebsd.org Subject: Re: Intel ISP2150, Mylex AcceleRAID 250 Date: Fri, 14 Jul 2000 03:19:25 GMT Message-ID: <396e85f5.1002903759@mail.sentex.net> References: <20000609085510.A29030@al.san.ru> In-Reply-To: X-Mailer: Forte Agent .99e/32.227 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 13 Jul 2000 17:38:20 -0400, in sentex.lists.freebsd.questions you wrote: > >I'm trying to install FreeBSD 4.0 on an Intel ISP 2150 (LG440BX+) with dual >P3-800 CPU's. The drive system is a Mylex AcceleRAID 250 with 3 IBM >Ultrastar 18GB drives arranged in Raid 5. Shortly after I begin >installing, the system locks up. I get the error message: > >mlx0: controller wedged (not taking commands) > >Does anyone have an idea why this might be occuring? I've tried it with >floppies from 4.0-RELEASE, and from 4.0-20000712-STABLE, in hopes that >maybe a more recent kernel might help. > >Should I forsake the concept of a RAID controller card under FreeBSD and go >to external RAID? I'm looking for any insight people may have. Is there an option to reduce the amount of command tags ? Are the drives known to work with this controller ? msmith@freebsd.org might have suggestions. I have only used the DAC960PL and PD ---Mike Mike Tancsa (mdtancsa@sentex.net) Sentex Communications Corp, Waterloo, Ontario, Canada "Given enough time, 100 monkeys on 100 routers could setup a national IP network." (KDW2) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 20:25: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mostgraveconcern.com (mostgraveconcern.com [216.82.145.240]) by hub.freebsd.org (Postfix) with ESMTP id EEE7C37B594 for ; Thu, 13 Jul 2000 20:24:57 -0700 (PDT) (envelope-from dan@mostgraveconcern.com) Received: from danco (danco.mostgraveconcern.com [10.0.0.2]) by mostgraveconcern.com (8.9.3/8.9.3) with SMTP id UAA02981; Thu, 13 Jul 2000 20:24:53 -0700 (PDT) (envelope-from dan@mostgraveconcern.com) Message-ID: <005201bfed43$0fef5c80$0200000a@danco> Reply-To: "Dan O'Connor" From: "Dan O'Connor" To: "John ORourke" , Subject: Re: burn ATAPI CD-R in 4.0 (no worm device?!) Date: Thu, 13 Jul 2000 20:24:46 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="x-user-defined" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I've read everything everywhere, web pages, mail archives, and *nothing* tells me how to burn an ATAPI CD now that the worm device is gone. > >/usr/share/examples/atapi and /worm contain nice scripts, as so many people point out, but it refers to the 'scsi' command which I don't have, and /dev/rworm0 which I also don't have. > >'camcontrol devlist -v' returns no devices on /dev/xpt0. > >Help! I sometimes wonder why I ever left Linux.... See my cheat sheet at http://www.mostgraveconcern.com/freebsd/sheet.cgi?cdrw and have fun! --Dan -- Dan O'Connor On Matters of Most Grave Concern http://www.mostgraveconcern.com FreeBSD Cheat Sheets http://www.mostgraveconcern.com/freebsd/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 20:37:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail4.one.net (mail4.one.net [206.112.192.132]) by hub.freebsd.org (Postfix) with ESMTP id 9A8BF37BD35 for ; Thu, 13 Jul 2000 20:37:21 -0700 (PDT) (envelope-from carleton@one.net) Received: from ztown1-2-121.adsl.one.net ([216.23.20.121] EHLO miltonstreet.com ident: IDENT-NOT-QUERIED [port 58619]) by mail2.one.net with ESMTP id <60252-10713>; Thu, 13 Jul 2000 23:37:13 -0400 Message-ID: <396E8D8C.B893D35D@miltonstreet.com> From: Sam Carleton X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Questions Subject: cannot use su Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 13 Jul 2000 23:37:07 -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My normal account can not su to get superuser access. I am assuming there is a file somewhere I need to edit. Which file is it? Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 20:41:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from baddog.yi.org (24-216-177-184.hsacorp.net [24.216.177.184]) by hub.freebsd.org (Postfix) with ESMTP id C134F37BD3F for ; Thu, 13 Jul 2000 20:41:41 -0700 (PDT) (envelope-from ahze@wp.cc.nc.us) Received: from slaughter.necro.edu (slaughter.necro.edu [192.168.0.1]) by baddog.yi.org (8.9.3/8.9.3) with ESMTP id XAA01132; Thu, 13 Jul 2000 23:41:06 -0400 (EDT) (envelope-from ahze@wp.cc.nc.us) Message-Id: <200007140341.XAA01132@baddog.yi.org> Date: Thu, 13 Jul 2000 23:41:09 EDT From: Mike Johnson To: Sam Carleton , FreeBSD Questions Subject: Re: cannot use su Reply-To: ahze@wp.cc.nc.us X-Mailer: Spruce 0.6.5 for X11 w/smtpio 0.7.9 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 you need to make the user account in the group 'wheel' On Thu, 13 Jul 2000, Sam Carleton wrote: > Date: Thu, 13 Jul 2000 23:37:07 -0400 > To: FreeBSD Questions > From: Sam Carleton > Subject: cannot use su > > My normal account can not su to get superuser access. I am assuming > there is a file somewhere I need to edit. Which file is it? > > Sam > > > > 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 Jul 13 20:42:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from watson.ficsgrp.com (watson.ficsgrp.com [194.74.111.3]) by hub.freebsd.org (Postfix) with ESMTP id 6ED8837BD5D for ; Thu, 13 Jul 2000 20:42:13 -0700 (PDT) (envelope-from harry.woodward-clarke@s1.com) Received: from mail.au.ficsgrp.com ([194.74.111.35]) by watson.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id AAAB16 for ; Fri, 14 Jul 2000 05:42:09 +0200 Received: from S1.com ([172.16.48.219]) by mail.au.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id 346; Fri, 14 Jul 2000 13:45:02 +1000 Message-ID: <396E8C1E.5E608BBD@S1.com> Date: Fri, 14 Jul 2000 13:42:22 +1000 From: Harry Woodward-Clarke X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Sam Carleton Cc: FreeBSD Questions Subject: Re: cannot use su References: <396E8D8C.B893D35D@miltonstreet.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Sam, > > My normal account can not su to get superuser access. I am assuming > there is a file somewhere I need to edit. Which file is it? > from the man-page... "Only users who are a member of group 0 (normally ``wheel'') can su to ``root''. If group 0 is missing or empty, any user can su to ``root''." hth, H To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 20:50:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id 7DB6337BD6C for ; Thu, 13 Jul 2000 20:50:30 -0700 (PDT) (envelope-from jcm@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 13CwUf-0001ij-00 for questions@freebsd.org; Fri, 14 Jul 2000 04:50:29 +0100 Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) id EAA02440 for questions@freebsd.org; Fri, 14 Jul 2000 04:50:28 +0100 (BST) (envelope-from jcm) Date: Fri, 14 Jul 2000 04:50:28 +0100 From: j mckitrick To: questions@freebsd.org Subject: better than 'make clean' Message-ID: <20000714045027.A2409@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i searched my saved mail, and i can't find it. i saw a better method to delete work directories/files than make clean. does anyone know offhand what that was? jm -- ------------------------------------------------------------------- Jonathon McKitrick -- jcm@freebsd-uk.eu.org To Microsoft: "Your tyranny I was part of, is now cracking on every side. Now your own life is in danger. Your Empire is on fire." Front 242 ------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 20:50:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f204.law9.hotmail.com [64.4.9.204]) by hub.freebsd.org (Postfix) with SMTP id C94CB37BDEA for ; Thu, 13 Jul 2000 20:50:42 -0700 (PDT) (envelope-from chrismcnett@hotmail.com) Received: (qmail 43581 invoked by uid 0); 14 Jul 2000 03:50:42 -0000 Message-ID: <20000714035042.43580.qmail@hotmail.com> Received: from 209.183.76.18 by www.hotmail.com with HTTP; Thu, 13 Jul 2000 20:50:41 PDT X-Originating-IP: [209.183.76.18] From: "Chris McNett" To: t_tonthat@hotmail.com, freebsd-questions@FreeBSD.ORG Subject: Re: questions Date: Fri, 14 Jul 2000 03:50:41 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Just about anything will work. I would recommend buying a Sound Blaster sound card and 3Com or Linksys network card. My FreeBSD box runs a Pentium 133 (128MB RAM) with a Matrox Mystique video card (X doesn't support its acceleration features) and Sound Blaster AWE32 sound card. FreeBSD is a versatile operating system, and 32 megs of RAM and a Pentium or better processor should do the trick. >From: "Thaisan Tonthat" >To: freebsd-questions@FreeBSD.ORG >Subject: questions >Date: Wed, 12 Jul 2000 23:14:51 CDT > >Hello, >I am going to build a computer on which i am planning to run a version of >un*x. I am almost positive i am going to run free bsd on my machine, but i >would like to know before i build my machine, what is a good configurating >(be broad) for a computer running free bsd? I will be building this >computer from scratch. Thanks for your help! >Sincerely, >Thaisan Tonthat >________________________________________________________________________ >Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail 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 Thu Jul 13 20:56:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f325.law9.hotmail.com [64.4.8.200]) by hub.freebsd.org (Postfix) with SMTP id EB31737BD6A for ; Thu, 13 Jul 2000 20:56:40 -0700 (PDT) (envelope-from chrismcnett@hotmail.com) Received: (qmail 13412 invoked by uid 0); 14 Jul 2000 03:56:40 -0000 Message-ID: <20000714035640.13411.qmail@hotmail.com> Received: from 209.183.76.18 by www.hotmail.com with HTTP; Thu, 13 Jul 2000 20:56:40 PDT X-Originating-IP: [209.183.76.18] From: "Chris McNett" To: t_tonthat@hotmail.com, freebsd-questions@FreeBSD.ORG Subject: Re: questions Date: Fri, 14 Jul 2000 03:56:40 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It supports more RAM than a reasonable user would probably want to put on a machine. As hard drives go, if you're using an IDE drive the root partition can't go past the 1024 cylinder limit, but you can have other partitions going pretty much as big as you want. I don't think FreeBSD works with EZ-DRIVE or other disk managers. The only difference between the BSD's are that they have different support mechanisms are a few quirks in operation. In general, I think FreeBSD has the most application support, and anyone who reads this mailing list is going to tell you that FreeBSD is better. >From: "Thaisan Tonthat" >To: freebsd-questions@FreeBSD.ORG >Subject: questions >Date: Thu, 13 Jul 2000 10:02:42 CDT > >Could you please explain the differences between FreeBSD, NetBSD, and >OpenBSD to me (besides that they are made by different people)? Also, i >would like to know the specifications that FreeBSD supports (such as max >RAM, max Hard Drive size, etc) Your help is greatly appreciated. >Sincerely, >Thaisan Tonthat >________________________________________________________________________ >Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail 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 Thu Jul 13 20:58: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hecky.it.northwestern.edu (hecky.acns.nwu.edu [129.105.16.51]) by hub.freebsd.org (Postfix) with ESMTP id 5F69937BEAB for ; Thu, 13 Jul 2000 20:57:59 -0700 (PDT) (envelope-from djkanter@northwestern.edu) Received: (from mailnull@localhost) by hecky.it.northwestern.edu (8.8.7/8.8.7) id WAA20095 for ; Thu, 13 Jul 2000 22:57:57 -0500 (CDT) Received: from localhost.localdomain (coconut-40-028060.nuts.nwu.edu [165.124.28.60]) by hecky.acns.nwu.edu via smap (V2.0) id xma019961; Thu, 13 Jul 00 22:57:30 -0500 Received: (from david@localhost) by localhost.localdomain (8.9.3/8.9.3) id WAA05706 for freebsd-questions@freebsd.org; Thu, 13 Jul 2000 22:43:21 -0500 (CDT) (envelope-from david) Date: Thu, 13 Jul 2000 22:43:21 -0500 From: "David J. Kanter" To: FreeBSD questions Subject: tun0: Warning: ip_Input: IPCP not open - packet dropped Message-ID: <20000713224321.A5695@localhost.localdomain> Mail-Followup-To: FreeBSD questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i X-Organization: Northwestern University X-Operating-System: FreeBSD localhost.localdomain 4.0-STABLE FreeBSD 4.0-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I get this (user)-ppp message logged to my console often. It happens after any number of cron scripts run, each of which logs on, downloads something, then logs off. I think the message pops up right after the modem hangs up. Am I losing information (i.e., the dropped packet)? Or is this harmless? -- David Kanter djkanter@northwestern.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 20:58: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hecky.it.northwestern.edu (hecky.acns.nwu.edu [129.105.16.51]) by hub.freebsd.org (Postfix) with ESMTP id 0402837BE89 for ; Thu, 13 Jul 2000 20:57:59 -0700 (PDT) (envelope-from djkanter@northwestern.edu) Received: (from mailnull@localhost) by hecky.it.northwestern.edu (8.8.7/8.8.7) id WAA20093 for ; Thu, 13 Jul 2000 22:57:57 -0500 (CDT) Received: from localhost.localdomain (coconut-40-028060.nuts.nwu.edu [165.124.28.60]) by hecky.acns.nwu.edu via smap (V2.0) id xmaa19961; Thu, 13 Jul 00 22:57:32 -0500 Received: (from david@localhost) by localhost.localdomain (8.9.3/8.9.3) id UAA05556 for freebsd-questions@freebsd.org; Thu, 13 Jul 2000 20:42:23 -0500 (CDT) (envelope-from david) Date: Thu, 13 Jul 2000 20:42:23 -0500 From: "David J. Kanter" To: FreeBSD questions Subject: Viewing all start-up messages Message-ID: <20000713204223.A5542@localhost.localdomain> Mail-Followup-To: FreeBSD questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i X-Organization: Northwestern University X-Operating-System: FreeBSD localhost.localdomain 4.0-STABLE FreeBSD 4.0-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG There is some start-up information that I'd like to view, but which is not picked up by dmesg. How can I view this? For instance, all the messages about what's being booted from /etc/rc. When I upgraded to 4.0, there were some non-critical start-up errors that flashed by too quickly for me to catch. One I happened to notice was /var/log/security not existing...but that was pretty painful to catch. How can I look at all those messages that occur after the kernel boots? I tried but that doesn't show them either. Thanks. -- David Kanter djkanter@northwestern.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 21: 0:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 804CA37BDEC for ; Thu, 13 Jul 2000 21:00:43 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id VAA96425; Thu, 13 Jul 2000 21:00:32 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.9.3/8.9.3) id VAA07914; Thu, 13 Jul 2000 21:00:02 -0700 (PDT) (envelope-from jhb) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20000714095926.C27141@wantadilla.lemis.com> Date: Thu, 13 Jul 2000 21:00:02 -0700 (PDT) Organization: BSD, Inc. From: John Baldwin To: Greg Lehey Subject: Re: Anyone resolved "Missing operating system" issue? Cc: "Anders Chr. Skoe" , freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 14-Jul-00 Greg Lehey wrote: > On Thursday, 13 July 2000 at 17:25:53 -0700, John Baldwin wrote: >> >> On 12-Jul-00 Greg Lehey wrote: >>> On Tuesday, 11 July 2000 at 11:35:58 -0500, Anders Chr. Skoe wrote: >>>> Howdy, folks! >>>> >>>> unfortunately, this email follows a pretty good history of posts regarding >>>> the "Missing operating system" error. we install 3.2 with no problems on >>>> our western digital WDE4360-1807A3, but it just won't boot. our bios is >>>> the adaptec AHA 2940 Ultra/Ultra W BIOS v1.23. >>>> >>>> a) if we only create a freebsd partition, and try to boot it, we get the >>>> infamous "Missing operating system" error. >>>> >>>> b) if we create both dos & freebsd partitions, we get to the boot manager, >>>> but selecting freebsd doesn't work. we've tried putting the freebsd >>>> partition first as well as the dos partition first, but it makes no >>>> difference. we've also tried various combinations of partition sizes. >>>> >>>> c) setting the drive geometry to 4095/64/32 doesn't help (someone >>>> suggested this in an earlier mail). >>>> >>>> d) using FDISK we've set the active partition to the freebsd >>>> partition. it doesn't help. >>>> >>>> e) we can boot from the floppy & cdrom drives. >>>> >>>> we would really appreciate some useful feedback 'cause it's drivin' us >>>> crazy. >>> >>> This sounds like a geometry issue. Have you selected LBA in the BIOS >>> setup? If so, have you tried both "dangerously dedicated" and >>> Microsoft compatible partitions? >> >> Eek! Don't use dangerously dedicated on SCSI. It causes SCSI disks >> to break horribly. > > I've never seen any problems using "dangerously dedicated" on SCSI. > I've been doing it all the time for over 8 years. Care to explain > your claim? I know that Doug White for one had serious issues with dangerously dedicated mode on SCSI. The problem has more to do with newer SCSI controllers that attempt to match the geometry speecified in the MBR of the disk. Since dangerously dedicated mode uses a completely fake and made up geometry, this can greatly confuse the SCSI controller. > Greg -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - 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 Thu Jul 13 21: 2:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 764EB37BE3E for ; Thu, 13 Jul 2000 21:02:17 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id VAA96441; Thu, 13 Jul 2000 21:02:05 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.9.3/8.9.3) id VAA07918; Thu, 13 Jul 2000 21:01:36 -0700 (PDT) (envelope-from jhb) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <396E5FBB.74C99EC@S1.com> Date: Thu, 13 Jul 2000 21:01:36 -0700 (PDT) Organization: BSD, Inc. From: John Baldwin To: Harry Woodward-Clarke Subject: Re: Anyone resolved "Missing operating system" issue? Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 14-Jul-00 Harry Woodward-Clarke wrote: > Hi John, > >> >> Eek! Don't use dangerously dedicated on SCSI. It causes SCSI disks >> to break horribly. > > "Please explain?" Some SCSI controllers (most recently newer ones) actually read the MBR from the disk so that they can match the geometry that the MBR thinks the disk has. However, with dangerously dedicated mode we use a completely arbitrary geometry unrelated to the actual disk. (It's hardcoded). This badly confuses some controllers. > haxxa -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - 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 Thu Jul 13 21: 7:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 9958037BF2B for ; Thu, 13 Jul 2000 21:07:38 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id VAA96537; Thu, 13 Jul 2000 21:07:25 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.9.3/8.9.3) id VAA07975; Thu, 13 Jul 2000 21:06:52 -0700 (PDT) (envelope-from jhb) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <00071317583600.00323@gunnar.weygold.edu> Date: Thu, 13 Jul 2000 21:06:52 -0700 (PDT) Organization: BSD, Inc. From: John Baldwin To: Gunnar H Reichert-Weygold Subject: RE: Boot loader CLEARING active parition flags??!?! Cc: questions@FreeBSD.ORG, Gemini Domino Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 14-Jul-00 Gunnar H Reichert-Weygold wrote: > I am having the same problem, which all started after I had to reinstall > Win98. > Win98 is on the first HD with FreeBSD on the 2nd HD. Every time I boot into > BSD > I lose the active partition setting on the first drive. > So I go into sysinstall, choose FDISK, set the partition bootable and go > about > my work. > When I reboot to go into wWindows everything is fine. > > Each time I boot BSD, the first HD is no longer set as bootable. > > I've done Fdisk /mbr and had no luck in preventing this. Ok, I'm not quite sure how you are booting into BSD, but let me see if I get this ok. You have boot0 (?) on your first hard disk, and press F1 for Windows, or F5 for disk 2 with BSD on it. When you press F5 it changes your partition to not be active? Is that ok so far? In that case, use the boot0cfg to disable the update feature on your first disk. IOW, as root, type # boot0cfg -v -o noupdate ad0 HTH. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - 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 Thu Jul 13 21: 8:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id BF91C37BF7E; Thu, 13 Jul 2000 21:08:37 -0700 (PDT) (envelope-from grog@wantadilla.lemis.com) Received: (from grog@localhost) by wantadilla.lemis.com (8.9.3/8.9.3) id NAA17113; Fri, 14 Jul 2000 13:38:35 +0930 (CST) (envelope-from grog) Date: Fri, 14 Jul 2000 13:38:35 +0930 From: Greg Lehey To: John Baldwin Cc: "Anders Chr. Skoe" , freebsd-questions@FreeBSD.ORG Subject: Re: Anyone resolved "Missing operating system" issue? Message-ID: <20000714133835.X30012@wantadilla.lemis.com> References: <20000714095926.C27141@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thursday, 13 July 2000 at 21:00:02 -0700, John Baldwin wrote: > > On 14-Jul-00 Greg Lehey wrote: >> On Thursday, 13 July 2000 at 17:25:53 -0700, John Baldwin wrote: >>> >>> On 12-Jul-00 Greg Lehey wrote: >>>> On Tuesday, 11 July 2000 at 11:35:58 -0500, Anders Chr. Skoe wrote: >>>>> Howdy, folks! >>>>> >>>>> unfortunately, this email follows a pretty good history of posts regarding >>>>> the "Missing operating system" error. we install 3.2 with no problems on >>>>> our western digital WDE4360-1807A3, but it just won't boot. our bios is >>>>> the adaptec AHA 2940 Ultra/Ultra W BIOS v1.23. >>>>> >>>>> a) if we only create a freebsd partition, and try to boot it, we get the >>>>> infamous "Missing operating system" error. >>>>> >>>>> b) if we create both dos & freebsd partitions, we get to the boot manager, >>>>> but selecting freebsd doesn't work. we've tried putting the freebsd >>>>> partition first as well as the dos partition first, but it makes no >>>>> difference. we've also tried various combinations of partition sizes. >>>>> >>>>> c) setting the drive geometry to 4095/64/32 doesn't help (someone >>>>> suggested this in an earlier mail). >>>>> >>>>> d) using FDISK we've set the active partition to the freebsd >>>>> partition. it doesn't help. >>>>> >>>>> e) we can boot from the floppy & cdrom drives. >>>>> >>>>> we would really appreciate some useful feedback 'cause it's drivin' us >>>>> crazy. >>>> >>>> This sounds like a geometry issue. Have you selected LBA in the BIOS >>>> setup? If so, have you tried both "dangerously dedicated" and >>>> Microsoft compatible partitions? >>> >>> Eek! Don't use dangerously dedicated on SCSI. It causes SCSI disks >>> to break horribly. >> >> I've never seen any problems using "dangerously dedicated" on SCSI. >> I've been doing it all the time for over 8 years. Care to explain >> your claim? > > I know that Doug White for one had serious issues with dangerously > dedicated mode on SCSI. He never documented them to my satisfaction. > The problem has more to do with newer SCSI controllers that attempt > to match the geometry speecified in the MBR of the disk. Since > dangerously dedicated mode uses a completely fake and made up > geometry, this can greatly confuse the SCSI controller. I very much doubt that newer SCSI host adaptors cause any problems. In any case, I have a number of different ones here, and I've never had any problems. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 21: 8:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from horst.bfd.com (horst.bfd.com [12.9.219.10]) by hub.freebsd.org (Postfix) with ESMTP id 78B2D37BE3E for ; Thu, 13 Jul 2000 21:08:54 -0700 (PDT) (envelope-from ejs@bfd.com) Received: from HARLIE.bfd.com (bastion.bfd.com [12.9.219.14]) by horst.bfd.com (8.10.0/8.10.0) with ESMTP id e6E48qb07287; Thu, 13 Jul 2000 21:08:52 -0700 (PDT) Date: Thu, 13 Jul 2000 21:08:52 -0700 (PDT) From: "Eric J. Schwertfeger" To: Josh Paetzel Cc: questions@FreeBSD.ORG Subject: Re: any faster way to rm -rf huge directory? In-Reply-To: <000b01bfed41$2ae2d870$927009ce@hacker> Message-ID: 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, 13 Jul 2000, Josh Paetzel wrote: > I have a friend who I showed this to who made the following comment.... > > "Two weeks? There must be something wrong. Once softupdates are compiled > into the kernel you have to use #tunefs -n enable > on the unmounted filesystem to activate it. This only has to be done once." > > I pass this along just in the hope that it would help...I know nothing about > the issue myself. That was the first thing I checked :-) /dev/vinum/data0 on /data (local, soft-updates, writes: sync 2313 async 4179665) procfs on /proc (local) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 21: 9:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id E9AEB37BD4F for ; Thu, 13 Jul 2000 21:09:54 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id VAA96571; Thu, 13 Jul 2000 21:09:41 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.9.3/8.9.3) id VAA08013; Thu, 13 Jul 2000 21:09:11 -0700 (PDT) (envelope-from jhb) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <001601bfed2f$acb2ad60$0200a8c0@castor> Date: Thu, 13 Jul 2000 21:09:11 -0700 (PDT) Organization: BSD, Inc. From: John Baldwin To: Gemini Domino Subject: Re: Boot loader CLEARING active parition flags??!?! Cc: questions@FreeBSD.ORG, Gunnar H Reichert-Weygold Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 14-Jul-00 Gemini Domino wrote: > Maybe if I turned that option off then... Because every time it happens, I > have to go in and set the partition to active again (if I dont, the system > hangs before even GETTING to the boot manager.) When I reset it then boot > into windows, all is good. Otherwise it happens. How can I turn this option > off? You can use boot0cfg to turn the update feature off. However, it should not hang before loading the boot manager. I will look at boot0 tonight to try and not turn off the active flag if F5 is pressed. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - 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 Thu Jul 13 21:22:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dnai.com (dnai.com [207.181.194.98]) by hub.freebsd.org (Postfix) with ESMTP id 3524937BDC8 for ; Thu, 13 Jul 2000 21:22:19 -0700 (PDT) (envelope-from stevel@bluetuna.com) Received: from azoth.dnai.com (azoth.dnai.com [207.181.194.94]) by dnai.com (8.9.3/8.9.3) with ESMTP id VAA49273 for ; Thu, 13 Jul 2000 21:22:18 -0700 (PDT) Received: from [192.168.100.2] (dnai-216-15-121-188.cust.dnai.com [216.15.121.188]) by azoth.dnai.com (8.9.3/8.9.3) with ESMTP id VAA84786 for ; Thu, 13 Jul 2000 21:22:17 -0700 (PDT) Mime-Version: 1.0 X-Sender: stevenl@mail.dnai.com Message-Id: Date: Thu, 13 Jul 2000 21:26:57 -0700 To: freebsd-questions@freebsd.org From: Steve Leibel Subject: Multiple IP addrs on one interface? Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, For reasons relating to our application, we'd like to assign multiple IP addresses to one physical interface on one machine. How do we do this? Thanks, Steve L To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 21:34:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web5301.mail.yahoo.com (web5301.mail.yahoo.com [216.115.106.110]) by hub.freebsd.org (Postfix) with SMTP id 6DCD737BE28 for ; Thu, 13 Jul 2000 21:34:51 -0700 (PDT) (envelope-from khanh_etc@yahoo.com) Message-ID: <20000714043450.29038.qmail@web5301.mail.yahoo.com> Received: from [209.246.90.124] by web5301.mail.yahoo.com; Thu, 13 Jul 2000 21:34:50 PDT Date: Thu, 13 Jul 2000 21:34:50 -0700 (PDT) From: k Phu Subject: Problems when Installing FreeBSD To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello: I try to install freeBSD from CDROM (version:4.0 Full 4.4BSD Lite Based, 32 bit Operating System, March 2000), and the installation process always fails with message telling me to go to VTY1 for more information. When I type ALT-F2, I see the last 2 lines on my screen are: (many lines, and then:) DEBUG: Generating file /etc/ftabs CD9660 RockRidge Extension I wonder if you know why I get this problem. Any suggestion? Thank you very much in advance ./khanh __________________________________________________ Do You Yahoo!? Get Yahoo! Mail – Free email you can access from anywhere! http://mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 21:36:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from giroc.albury.net.au (giroc.albury.NET.AU [203.15.244.13]) by hub.freebsd.org (Postfix) with ESMTP id 6CC4F37BB45 for ; Thu, 13 Jul 2000 21:36:47 -0700 (PDT) (envelope-from nicks@giroc.albury.net.au) Received: (from nicks@localhost) by giroc.albury.net.au (8.9.3/8.9.3) id OAA73452; Fri, 14 Jul 2000 14:36:40 +1000 (EST) Date: Fri, 14 Jul 2000 14:36:40 +1000 From: Nick Slager To: Steve Leibel Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Multiple IP addrs on one interface? Message-ID: <20000714143640.A69664@albury.net.au> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: ; from stevel@bluetuna.com on Thu, Jul 13, 2000 at 09:26:57PM -0700 X-Homer: Whoohooooooo! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Steve Leibel (stevel@bluetuna.com): > For reasons relating to our application, we'd like to assign multiple > IP addresses to one physical interface on one machine. > > How do we do this? man ifconfig :-) # ifconfig interface ip-addr alias Regards Nick. -- From a Sun Microsystems bug report (#4102680): "Workaround: don't pound on the mouse like a wild monkey." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 21:59:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from kestrel.prod.itd.earthlink.net (kestrel.prod.itd.earthlink.net [207.217.121.155]) by hub.freebsd.org (Postfix) with ESMTP id 54CA437BF26 for ; Thu, 13 Jul 2000 21:59:27 -0700 (PDT) (envelope-from cjc@pool0117.cvx34-bradley.dialup.earthlink.net) Received: from pool0117.cvx34-bradley.dialup.earthlink.net (pool0117.cvx34-bradley.dialup.earthlink.net [216.244.6.117]) by kestrel.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id VAA14406; Thu, 13 Jul 2000 21:59:22 -0700 (PDT) Received: (from cjc@localhost) by pool1110.cvx20-bradley.dialup.earthlink.net (8.9.3/8.9.3) id VAA01031; Thu, 13 Jul 2000 21:55:09 -0700 (PDT) Date: Thu, 13 Jul 2000 21:53:19 -0700 From: "Crist J. Clark" To: Harry Putnam Cc: freebsd-questions@FreeBSD.ORG Subject: Re: /var/mail Read only with mutt Message-ID: <20000713215318.B835@dialin-client.earthlink.net> Reply-To: cjclark@alum.mit.edu References: <87sntfapy5.fsf@satellite.local.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <87sntfapy5.fsf@satellite.local.lan>; from reader@newsguy.com on Wed, Jul 12, 2000 at 04:28:34PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 12, 2000 at 04:28:34PM -0700, Harry Putnam wrote: > > Running 4.0 snap 06/24 > > A new comer to FreeBSD, I think I may have something set wrong on my > mail spool directory. Accessing mail from /var/mail/$USER with mutt > (version mutt-1.2). I'm getting a message from mutt that the mailbox > is readonly if I use the `d' (delete) key. However looking at the > permissions with ls -l tells a different story: > > ls -l /var/mail > total 183 > total 183 > -rw------- 1 reader reader 112437 Jul 12 16:22 reader > -rw------- 1 root wheel 61616 Jul 12 03:10 root > > Does that look like the normal permissions for mailspool files? > > What other reason may cause that error from mutt? If mutt cannot write a temporary file in /tmp (or TMPDIR) for some reason. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 23: 7: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hobbes.ssbaptist.net. (linux.ssbaptist.net [216.17.141.70]) by hub.freebsd.org (Postfix) with ESMTP id 66CCA37BA27 for ; Thu, 13 Jul 2000 23:06:41 -0700 (PDT) (envelope-from brad@ssbaptist.net) Received: from ssbaptist.net (waite.ssbaptist.net [192.168.1.132]) by hobbes.ssbaptist.net. (8.9.3/8.8.7) with ESMTP id RAA01149 for ; Thu, 13 Jul 2000 17:11:31 -0600 Message-ID: <396EAB39.7AC8823A@ssbaptist.net> Date: Thu, 13 Jul 2000 23:55:05 -0600 From: Brad Waite Organization: South Sheridan Baptist Church X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: Mounting linux 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 all, We're trying to upgrade one of our linux servers to FBSD, and have encountered a snag. I cannot for the life of me get FBSD to mount the ext2fs logical partitions. Is there a way around this, or can I change the partition types of the linux drives from w/in linux to permit this? Thanks, -- Brad Waite Media Director - South Sheridan Baptist Church To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 23:14:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from watson.ficsgrp.com (watson.ficsgrp.com [194.74.111.3]) by hub.freebsd.org (Postfix) with ESMTP id 330F137BBE3 for ; Thu, 13 Jul 2000 23:14:43 -0700 (PDT) (envelope-from harry.woodward-clarke@s1.com) Received: from mail.au.ficsgrp.com ([194.74.111.35]) by watson.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id AAA1D4 for ; Fri, 14 Jul 2000 08:14:39 +0200 Received: from S1.com ([172.16.48.219]) by mail.au.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id 175; Fri, 14 Jul 2000 16:17:40 +1000 Message-ID: <396EAFE2.92B1C75C@S1.com> Date: Fri, 14 Jul 2000 16:14:58 +1000 From: Harry Woodward-Clarke X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Brad Waite Cc: questions@freebsd.org Subject: Re: Mounting linux partitions References: <396EAB39.7AC8823A@ssbaptist.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Brad, > > We're trying to upgrade one of our linux servers to FBSD, and have > encountered a snag. I cannot for the life of me get FBSD to mount the > ext2fs logical partitions. Is there a way around this, or can I change > the partition types of the linux drives from w/in linux to permit this? > as well as /sbin/mount_ext2fs, you need in your kernel configuration file "options EXT2FS", although, my LINT file (V4.0-R) says... # Add support for the EXT2FS filesystem of Linux fame. Be a bit # careful with this - the ext2fs code has a tendency to lag behind # changes and not be exercised very much, so mounting read/write could # be dangerous (and even mounting read only could result in panics.) hmmm... 'all care, no responsibility' I guess ;') GBY, h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 23:43:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from access.inet.co.th (access.inet.co.th [203.151.127.252]) by hub.freebsd.org (Postfix) with ESMTP id 96CF437BDEC for ; Thu, 13 Jul 2000 23:43:19 -0700 (PDT) (envelope-from pirat@access.inet.co.th) Received: from TruPPP3501.inet.co.th (TruPPP3501.inet.co.th [203.151.127.161]) by access.inet.co.th (8.8.8/8.8.8) with ESMTP id NAA09496 for ; Fri, 14 Jul 2000 13:43:12 +0700 (ICT) (envelope-from pirat@access.inet.co.th) Date: Fri, 14 Jul 2000 13:45:53 +0700 (ICT) From: pirat X-Sender: pirat@parwati.oaep.go.th To: FreeBSD questions Subject: can not clean file system, manual fsck does not help Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi sirs, this morning, i have some problems during booting machine. the system stops at some point and needs manual fsck for some file systems. i hit RETURN for /bin/sh as suggested by os. i do fsck for the file system that needs manual fsck but i get fsck.core instead of a clean file system. i do control-d and/or exit but the system won't go. my instinct suggest me that 'why not put a comment on /etc/fstab entry that has problem' and o do that. now exit and the system comes up with minimal capability. before going on further, please have a look at my 'uname -a' result below FreeBSD parwati.oaep.go.th 4.0-RELEASE FreeBSD 4.0-RELEASE #5: Fri Jun 16 10:53:52 ICT 2000 root@parwati.oaep.go.th:/usr/src/sys/compile/ParWaTi i386 and also please have a look at my /etc/fstab below # Device Mountpoint FStype Options Dump Pass# /dev/ad0s1b none swap sw 0 0 /dev/ad0s1a / ufs rw 1 1 /dev/ad0s1h /usr ufs rw 2 2 #/dev/ad1s1e /usr/X11R6 ufs rw 2 2 /dev/ad0s1e /usr/home ufs rw 2 2 /dev/ad0s1f /usr/local ufs rw 2 2 /dev/ad1s1g /usr/obj ufs rw 2 2 /dev/ad1s1f /usr/src ufs rw 2 2 /dev/ad0s1g /var ufs rw 2 2 /dev/acd0c /cdrom cd9660 ro,noauto 0 0 proc /proc procfs rw 0 0 the file system that has problem is marked with #, that is /dev/ad1s1e and the mount poit is /usr/X11R6. my question is that is there anyway to bring the system up normally without doing in such a way what i have done ? i urgent need your help since i use a lot of X windows system but i can not use them. many thanks in advance for your helps and hints. with regards, psr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jul 13 23:58:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.il.home.com (ha1.rdc1.il.home.com [24.2.1.66]) by hub.freebsd.org (Postfix) with ESMTP id 347C637C033 for ; Thu, 13 Jul 2000 23:58:34 -0700 (PDT) (envelope-from redwinn@home.com) Received: from c1096003a.clmba1.mo.home.com ([24.12.203.71]) by mail.rdc1.il.home.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20000714065833.SCEB11071.mail.rdc1.il.home.com@c1096003a.clmba1.mo.home.com> for ; Thu, 13 Jul 2000 23:58:33 -0700 Message-ID: <000801bf460a$d3c9d3a0$47cb0c18@clmba1.mo.home.com> From: "Ralph" To: Subject: where is all the Alpha info Date: Tue, 14 Dec 1999 02:11:29 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BF45D8.88D24F80" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BF45D8.88D24F80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable whats the deal with only covering the i386 stuff ? even the installation directions are completely silent regarding the alpha platform. I'm used to us getting less coverage but this seems a bit excessive. The only info I can find on the website is a reference to an "alpha" page that basically says "yep, we have an alpha version" which strikes me as a bit useless. maybe I should ask this: what is the actual status of the alpha version? why are references made to all the features FreeBSD has, but there is never any indication which platform the features exist on? like i386 emulation, linux & dos binaries etc. If the alpha port is dead then say so, if its alive then provide info on it. any info/help would be appreciated, -Ralph ------=_NextPart_000_0005_01BF45D8.88D24F80 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
whats the deal with only covering the = i386 stuff=20 ?
even the installation directions are=20 completely
silent regarding the alpha = platform.  I'm used=20 to
us getting less coverage but this = seems a=20 bit
excessive.  The only info I can = find on the=20 website
is a reference to an "alpha" page that=20 basically
says "yep, we have an alpha version" = which=20 strikes
me as a bit useless.  maybe I = should ask=20 this:
what is the actual status of the alpha=20 version?
why are references made to all the = features
FreeBSD has, but there is never any = indication=20 which
platform the features exist on? like = i386=20 emulation,
linux & dos binaries = etc.  If the=20 alpha port is dead
then say so, if its alive then provide = info on=20 it.
 
any info/help would be = appreciated,
-Ralph
------=_NextPart_000_0005_01BF45D8.88D24F80-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 0: 1:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.vagner.com (kk7ax.dsl.psn.net.182.63.209.in-addr.arpa [209.63.182.114]) by hub.freebsd.org (Postfix) with ESMTP id EE67D37C075 for ; Fri, 14 Jul 2000 00:00:06 -0700 (PDT) (envelope-from george@vagner.com) Received: from laptop (h238.s245.ts31.hinet.net [163.31.245.238]) by ns1.vagner.com (8.9.3/8.9.3) with SMTP id XAA57590; Thu, 13 Jul 2000 23:59:50 -0700 (MST) (envelope-from george@vagner.com) From: "freebsd" To: "Josh Paetzel" , "Rob Wilkinson" , Subject: RE: Installation on a 486-2/66 Date: Thu, 13 Jul 2000 23:57:22 +0200 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0014_01BFED26.16DD3840" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <012e01bfed2e$c8fa7940$b7430ace@hacker> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0014_01BFED26.16DD3840 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit i believe you need more ram minimum of 12 meg to install 3.0 and above although 2.2.8 will do it with 5 meg. No 2 things can be the same, they cannot exist in the same space at the same time. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Josh Paetzel Sent: Friday, July 14, 2000 3:00 AM To: Rob Wilkinson; questions@FreeBSD.ORG Subject: Re: Installation on a 486-2/66 ----- Original Message ----- From: "Rob Wilkinson" To: Sent: Thursday, July 13, 2000 2:13 AM Subject: Installation on a 486-2/66 > I have a problem installing FreeBSD release 4.0 on my system. > > My System: > ^^^^^^^^^ > 486 DX2/66 > 8MB of RAM > ISA Western Digital 340MB hardrive > Motherboard: 452S (with VL-BUS) > > Disk Configuration: > ^^^^^^^^^^^^^^ > 40MB DOS partition including the minimal install files > in directory C:\FreeBSD\BIN > > The other partition is allocated to FreeBSD > > The Problem: > ^^^^^^^^^^ > After first going through the "OPTIONS" feature in the install, > I selected install from MS-DOS partition 1. This works OK! > > Next when the installation setup program asked me to FDISK, > I selected the unused partition for FreeBSD, created and set the > slice as bootable. This works OK! > > For setup, i selected "A" for automatically configure the directories. > This worked ok! > > **FINALLY, when it began installing from MS-DOS, it gets to about > 9% (chunk 12 of 130) and it just sits there! My original install from > the > floppies (27 diskettes), would have the same problems (which is why > I decided to install from MS-DOS on the same hardrive). I noticed that > once i was able to install all the way up to 35% from diskette before > the > setup program decided to freeze. By hitting CTRL-ALT-DELETE after > freezing, sometimes it would continue installing. But recently it just > starts > re-installing the entire bin distribution after it gives me a read > failure message. > > I have attempted to install FreeBSD many times but have been stopped at > the same problem. Could you give me any insight as to why I would > have this problem? Should i purchase the FreeBSD distribution CD > and install from there? > Where is the copy of FreeBSD that you have from? It sounds to me like the copy you have may be corrupted. I would give up on the floppy install, as it is pretty hard to make that many floppies without there being some kind of error on one of them. Josh > Thanks, > Rob > > > > 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 ------=_NextPart_000_0014_01BFED26.16DD3840 Content-Type: text/x-vcard; name="laszlo george vagner.vcf" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="laszlo george vagner.vcf" BEGIN:VCARD VERSION:2.1 N:vagner;laszlo;george FN:laszlo george vagner ORG:Applied Mechanical;Equipment Services TITLE:Customer Service Engineer NOTE:Ham Radio Call Sign KF7NN TEL;CELL;VOICE:602-410-4197 TEL;HOME;FAX:602-410-1990 ADR;WORK;ENCODING=3DQUOTED-PRINTABLE:;;PMB 149=3D0D=3D0A13729 Research = Blvd.=3D0D=3D0ASuite 610;Austin;Texas;78750-1883;U=3D nited States of America LABEL;WORK;ENCODING=3DQUOTED-PRINTABLE:PMB 149=3D0D=3D0A13729 Research = Blvd.=3D0D=3D0ASuite 610=3D0D=3D0AAustin, Texas 78750-18=3D 83=3D0D=3D0AUnited States of America ADR;HOME:;;43923 N. 16th street;New River;Arizona;85087;United States of = America LABEL;HOME;ENCODING=3DQUOTED-PRINTABLE:43923 N. 16th street=3D0D=3D0ANew = River, Arizona 85087=3D0D=3D0AUnited States of Ame=3D rica URL:http://vagner.com URL:http://appliedmech.com EMAIL;PREF;INTERNET:george@vagner.com REV:20000301T182751Z END:VCARD ------=_NextPart_000_0014_01BFED26.16DD3840-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 0:18:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sensyu.ne.jp (mail.sensyu.ne.jp [210.154.132.31]) by hub.freebsd.org (Postfix) with ESMTP id 4923F37C122 for ; Fri, 14 Jul 2000 00:18:12 -0700 (PDT) (envelope-from fuji@sensyu.ne.jp) Received: from mail.sensyu.ne.jp (localhost [127.0.0.1]) by sensyu.ne.jp (8.9.3/3.7Wpl2-00061407) with SMTP id QAA29254 for ; Fri, 14 Jul 2000 16:15:36 +0900 (JST) Date: Fri, 14 Jul 2000 16:15:36 +0900 (JST) Message-Id: <200007140715.QAA29254@sensyu.ne.jp> From: =?iso-2022-jp?B?ZnV1eWFu?= To: =?iso-2022-jp?B?ZnJlZWJzZC1xdWVzdGlvbnNARnJlZUJTRC5PUkc=?= Subject: =?iso-2022-jp?B?GyRCOkc9aSRHOkc4ZSROPnBKc0RzNiEhKhsoQg==?= Mime-Version: 1.0 Content-Type: text/plain; charset= "ISO-2022-JP" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG $B$3$N%a!=%k$N%"%I%l%9$O<}=86He$2$^$9!#(B $B;d$O2<5-#3E@$N%S%8%M%9$GKh7n(B40$B!A(B85$BK|$N<}F~$,$"$j$^$9!#(B $B!J3+;O8e#3%v7nL\0L$G!"K\?&$N<}F~$OF~$l$:!*!K(B $B!c!cI,8+!*9bB.9b<}F~>pJs!*!*!d!d(B $B%"%a%j%+$rH/>MCO$H$7$?6<0RE*$J9b<}F~:_Bp%S%8%M%9$G$9!*(B $B:#7n$K$J$C$F;22Ce$N<}F~$rF@(B $B$F$$$^$9!*(B $B:n6HFbMF$b4JC1$G$9!#@kEA$9$k$@$1!*K\Ev$K6u$$$F$k;~4V$G$G$-$^$9!#(B $BL5NA@kEA>l=j>pJs$bL5NA$GDs6!$7$^$9!*(B $BL5NAEj9F%a%k%^%,%5%$%H(B100$B0J>e!"4uK>\:Y@bL@$7$F$$$^$9!*(B 7/17$B%5!<%S%93+;O!*$G$9$N$G(B $B8=:_EPO?u$OF|$K(B80$B$[$IEPO??t==; Fri, 14 Jul 2000 00:26:54 -0700 (PDT) (envelope-from bsd@info-logix.com) Received: (qmail 41454 invoked from network); 14 Jul 2000 07:31:26 -0000 Received: from unknown (HELO ibix) (192.168.1.3) by adsl-63-194-112-53.dsl.snlo01.pacbell.net with SMTP; 14 Jul 2000 07:31:26 -0000 From: "Hank Wethington" To: "freebsd" , "Josh Paetzel" , "Rob Wilkinson" , Subject: RE: Installation on a 486-2/66 Date: Fri, 14 Jul 2000 00:25:39 -0700 Message-ID: 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 IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sorry to disagree... I have a 486/66 with 8 mb ram and 800 mb drive running 3.4 just fine. It is actually running NAT for my DSL and 4 other computers, ncFTPd for ftp, Qmail for SMTP and POP, SSH for remote logins, xntpd for keeping time correct. The machine has now been up over 30 days. I rebooted to clear apache, it wasn't running well with all the others with such limited resources. :) Hank -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of freebsd Sent: Thursday, July 13, 2000 2:57 PM To: Josh Paetzel; Rob Wilkinson; questions@FreeBSD.ORG Subject: RE: Installation on a 486-2/66 i believe you need more ram minimum of 12 meg to install 3.0 and above although 2.2.8 will do it with 5 meg. No 2 things can be the same, they cannot exist in the same space at the same time. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Josh Paetzel Sent: Friday, July 14, 2000 3:00 AM To: Rob Wilkinson; questions@FreeBSD.ORG Subject: Re: Installation on a 486-2/66 ----- Original Message ----- From: "Rob Wilkinson" To: Sent: Thursday, July 13, 2000 2:13 AM Subject: Installation on a 486-2/66 > I have a problem installing FreeBSD release 4.0 on my system. > > My System: > ^^^^^^^^^ > 486 DX2/66 > 8MB of RAM > ISA Western Digital 340MB hardrive > Motherboard: 452S (with VL-BUS) > > Disk Configuration: > ^^^^^^^^^^^^^^ > 40MB DOS partition including the minimal install files > in directory C:\FreeBSD\BIN > > The other partition is allocated to FreeBSD > > The Problem: > ^^^^^^^^^^ > After first going through the "OPTIONS" feature in the install, > I selected install from MS-DOS partition 1. This works OK! > > Next when the installation setup program asked me to FDISK, > I selected the unused partition for FreeBSD, created and set the > slice as bootable. This works OK! > > For setup, i selected "A" for automatically configure the directories. > This worked ok! > > **FINALLY, when it began installing from MS-DOS, it gets to about > 9% (chunk 12 of 130) and it just sits there! My original install from > the > floppies (27 diskettes), would have the same problems (which is why > I decided to install from MS-DOS on the same hardrive). I noticed that > once i was able to install all the way up to 35% from diskette before > the > setup program decided to freeze. By hitting CTRL-ALT-DELETE after > freezing, sometimes it would continue installing. But recently it just > starts > re-installing the entire bin distribution after it gives me a read > failure message. > > I have attempted to install FreeBSD many times but have been stopped at > the same problem. Could you give me any insight as to why I would > have this problem? Should i purchase the FreeBSD distribution CD > and install from there? > Where is the copy of FreeBSD that you have from? It sounds to me like the copy you have may be corrupted. I would give up on the floppy install, as it is pretty hard to make that many floppies without there being some kind of error on one of them. Josh > Thanks, > Rob > > > > 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 Jul 14 0:45: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from penguin.prod.itd.earthlink.net (penguin.prod.itd.earthlink.net [207.217.120.134]) by hub.freebsd.org (Postfix) with ESMTP id 9213937BFCD for ; Fri, 14 Jul 2000 00:45:01 -0700 (PDT) (envelope-from cjc@pool0176.cvx21-bradley.dialup.earthlink.net) Received: from pool0176.cvx21-bradley.dialup.earthlink.net (pool0176.cvx21-bradley.dialup.earthlink.net [209.179.192.176]) by penguin.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id AAA13710 for ; Fri, 14 Jul 2000 00:44:58 -0700 (PDT) Received: (from cjc@localhost) by dialup-client.earthlink.net (8.9.3/8.9.3) id AAA01559 for freebsd-questions@FreeBSD.ORG; Fri, 14 Jul 2000 00:37:53 -0700 (PDT) Date: Fri, 14 Jul 2000 00:36:03 -0700 From: "Crist J. Clark" To: freebsd-questions@FreeBSD.ORG Subject: Re: Having ppp(8) Set Hostname Message-ID: <20000714003600.A1363@pool0117.cvx34-bradley.dialup.e> Reply-To: cjclark@alum.mit.edu References: <20000711002558.D182@dialin-client.earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000711002558.D182@dialin-client.earthlink.net>; from cristjc@earthlink.net on Tue, Jul 11, 2000 at 12:25:58AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jul 11, 2000 at 12:25:58AM -0700, Crist J. Clark wrote: > My mail forwarding recently stopped working unless my PC has a valid > hostname. I am trying to get ppp(8) to set the hostname > automatically... but it turning out to be a lot harder than I > thought. I am trying to get it done in a ppp.linkup, > > EarthLink: > shell /root/sethostfromip MYADDR > !bg /usr/sbin/sendmail -q > !bg su cjc -c /usr/local/bin/fetchmail > > The script 'sethostfromip' does a reverse-lookup of MYADDR and tries > to set the hostname accordingly (yeah, a quick program would probably > be better, but I'm lazy), > > if [ expr $1 : '[0-9]*\.[0-9]*\.[0-9]*\.[0-9]*' > /dev/null 2>&1 ]; then > IP=$1 > else > IP=`ifconfig tun0 | awk '/inet/ { print $2 }'` > fi > > HOSTNAME=`nslookup $IP | awk '/^Name:/ { print $2 }'` > hostname $HOSTNAME > > However, the nslookup keeps failing and neither the sendmail or > fetchmail runs very reliably. Here the stderr output from the > sethostfromip when I wake up the PPP connection right now, > > *** Can't find server name for address 207.217.126.81: Timed out > *** Can't find server name for address 207.217.77.82: Timed out > *** Default servers are not available > > Here is the ppp.log showing those actually being run, > > Jul 11 00:22:31 dialin-client ppp[58]: tun0: Command: EarthLink: shell /root/sethostfromip MYADDR > Jul 11 00:23:03 dialin-client ppp[58]: tun0: Command: EarthLink: !bg /usr/sbin/sendmail -q > Jul 11 00:23:03 dialin-client ppp[58]: tun0: Command: EarthLink: !bg su cjc -c /usr/local/bin/fetchmail > > Others must be setting new hostname when they do a dialup, right? How > do you do it? I'm suprised it's not an option built into ppp... Or is > it and I have not managed to find it? I've done some more looking at this and it seems that the ppp.linkup script is actually being run before the link is complete. Here is what a tcpdump(8) looks like, 00:18:55.765853 209.179.250.213.1639 > 207.217.126.81.domain: 6515+ PTR? 213.250.179.209.in-addr.arpa. (46) 00:19:00.775350 209.179.250.213.1640 > 207.217.77.82.domain: 6515+ PTR? 213.250.179.209.in-addr.arpa. (46) 00:19:05.785292 209.179.250.213.1641 > 207.217.126.81.domain: 6515+ PTR? 213.250.179.209.in-addr.arpa. (46) 00:19:10.795591 209.179.250.213.1642 > 207.217.77.82.domain: 6515+ PTR? 213.250.179.209.in-addr.arpa. (46) 00:19:15.805435 209.179.250.213.1643 > 207.217.126.81.domain: 6515+ PTR? 213.250.179.209.in-addr.arpa. (46) 00:19:25.815606 209.179.250.213.1644 > 207.217.77.82.domain: 6515+ PTR? 213.250.179.209.in-addr.arpa. (46) 00:19:35.825756 209.179.250.213.1645 > 207.217.126.81.domain: 6515+ PTR? 213.250.179.209.in-addr.arpa. (46) 00:19:55.836085 209.179.250.213.1646 > 207.217.77.82.domain: 6515+ PTR? 213.250.179.209.in-addr.arpa. (46) 00:20:16.366541 207.217.126.81.domain > 209.179.250.213.1639: 6515* 1/3/3 PTR pool0 (232) 00:20:16.366686 209.179.250.213 > 207.217.126.81: icmp: 209.179.250.213 udp port 1639 unreachable 00:20:16.426587 207.217.126.81.domain > 209.179.250.213.1641: 6515 1/3/3 PTR pool0 (232) 00:20:16.426706 209.179.250.213 > 207.217.126.81: icmp: 209.179.250.213 udp port 1641 unreachable 00:20:16.470379 209.179.250.213.1647 > 207.217.126.81.domain: 43982+ A? dialup-client.earthlink.net. (45) 00:20:16.476011 207.217.77.82.domain > 209.179.250.213.1640: 6515* 1/3/3 PTR pool0 (232) 00:20:16.476126 209.179.250.213 > 207.217.77.82: icmp: 209.179.250.213 udp port 1640 unreachable 00:20:16.516512 207.217.126.81.domain > 209.179.250.213.1643: 6515 1/3/3 PTR pool0 (232) 00:20:16.516637 209.179.250.213 > 207.217.126.81: icmp: 209.179.250.213 udp port 1643 unreachable 00:20:16.546356 207.217.126.81.domain > 209.179.250.213.1645: 6515 1/3/3 PTR pool0 (232) 00:20:16.546469 209.179.250.213 > 207.217.126.81: icmp: 209.179.250.213 udp port 1645 unreachable 00:20:16.576366 207.217.77.82.domain > 209.179.250.213.1642: 6515 1/3/3 PTR pool0 (232) 00:20:16.576473 209.179.250.213 > 207.217.77.82: icmp: 209.179.250.213 udp port 1642 unreachable 00:20:16.606677 207.217.77.82.domain > 209.179.250.213.1644: 6515 1/3/3 PTR pool0 (232) 00:20:16.606825 209.179.250.213 > 207.217.77.82: icmp: 209.179.250.213 udp port 1644 unreachable 00:20:16.628886 207.217.77.82.domain > 209.179.250.213.1646: 6515 1/3/3 PTR pool0 (232) 00:20:16.629022 209.179.250.213 > 207.217.77.82: icmp: 209.179.250.213 udp port 1646 unreachable 00:20:16.686542 207.217.126.81.domain > 209.179.250.213.1647: 43982 NXDomain* 0/1/0 (108) 00:20:16.688578 209.179.250.213.1648 > 207.217.126.81.domain: 43983+ A? dialup-client.earthlink.net.earthlink.net. (59) 00:20:16.866846 207.217.126.81.domain > 209.179.250.213.1648: 43983 NXDomain* 0/1/0 (122) 00:20:16.954405 209.179.250.213.1649 > 207.217.126.81.domain: 43984+ PTR? 213.250.179.209.in-addr.arpa. (46) 00:20:17.136458 207.217.126.81.domain > 209.179.250.213.1649: 43984 1/3/3 PTR pool0 (232) What you see is the reverse-lookups of the name servers seemingly falling on deaf ears. Then about 20s after the last one goes out, all of the replies come back... and this machine responds with port unreachable messages. Then we see the sendmail DNS queries start to work in the middle of all of the replies. But what has changed so it does? If we look at the ppp.log, Jul 14 00:18:55 dialin-client ppp[58]: tun0: IPCP: deflink: State change Ack-Sent --> Opened Jul 14 00:18:55 dialin-client ppp[58]: tun0: IPCP: deflink: LayerUp. Jul 14 00:18:55 dialin-client ppp[58]: tun0: IPCP: myaddr 209.179.250.213 hisaddr = 207.217.148.27 Jul 14 00:18:55 dialin-client ppp[58]: tun0: Command: EarthLink: shell /root/sethostbyip MYADDR Jul 14 00:20:15 dialin-client ppp[58]: tun0: Command: EarthLink: !bg /usr/sbin/sendmail -q Jul 14 00:20:15 dialin-client ppp[58]: tun0: Command: EarthLink: !bg su cjc -c /usr/local/bin/fetchmail Jul 14 00:20:15 dialin-client ppp[58]: tun0: CCP: deflink: RecvConfigReq(3) state = Ack-Rcvd Jul 14 00:20:15 dialin-client ppp[58]: tun0: CCP: STAC[5] Jul 14 00:20:15 dialin-client ppp[58]: tun0: CCP: deflink: SendConfigRej(3) state = Ack-Rcvd . . . Jul 14 00:20:16 dialin-client ppp[58]: tun0: CCP: deflink: RecvConfigReq(12) state = Ack-Rcvd Jul 14 00:20:16 dialin-client ppp[58]: tun0: CCP: STAC[5] Jul 14 00:20:16 dialin-client ppp[58]: tun0: CCP: deflink: SendConfigRej(12) state = Ack-Rcvd Jul 14 00:20:16 dialin-client ppp[58]: tun0: CCP: STAC[5] Jul 14 00:20:16 dialin-client ppp[58]: tun0: CCP: deflink: RecvTerminateAck(12), dropped (expected 19) We see that after the ppp.linkup script is run, more work on the connection is done by ppp! The linkup is being done before the link is up!? The other jobs are done in the background and it looks like ppp wins the race condition and gets the link finished before the background programs run. I don't really know enough about the gory details of PPP to know what that all means. Perhaps I should add that I have filters, set filter in 0 deny ! 0/0 MYADDR set filter in 1 permit tcp estab set filter in 2 permit udp src eq 53 set filter in 3 permit icmp But they should not be messing things up if they are properly setup by the time ppp.linkup is called. Anyone have a clue for me? I think what I am going to have to do is have linkup call a script that sleeps a few second before running the commands I want... But that seems like an ugly way to do it. Should this be a PR? -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 0:51:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt052n3e.san.rr.com (dt052n3e.san.rr.com [204.210.33.62]) by hub.freebsd.org (Postfix) with ESMTP id 92D5537BAAF for ; Fri, 14 Jul 2000 00:51:06 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (master [10.0.0.2]) by dt052n3e.san.rr.com (8.9.3/8.9.3) with ESMTP id AAA26304; Fri, 14 Jul 2000 00:49:47 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <396EC61A.11068F1B@gorean.org> Date: Fri, 14 Jul 2000 00:49:46 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Mark Ovens Cc: questions@freebsd.org Subject: Re: Problem cvsup'ing gnats References: <20000712191846.K237@parish> <396D9452.BEC5DB5C@gorean.org> <20000713175243.A237@parish> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mark Ovens wrote: > > I have no idea what the committer's guide says, but here is the cvsup file > > I've used for years. The first set of entries is for the cvs repo files, > > but it does slurp down the gnats files as well. Oddly enough, this > > information is in /usr/share/examples/cvsup/gnats-supfile. > > > > Which info exactly? It makes no mention of tags (except implicitly I > suppose, by virtue of the fact that there's no tag= entry). So how big of a stick would you like us to hit you with? :) Seriously... why would someone create an example supfile that A) didn't work, or B) contained more information than was necessary to make it work? > > *default release=current > > gnats > > > > How does all this work without a tag? The question you really want to ask yourself is, what do the tags mean, and why _would_ you specify a tag to slurp the gnats files? Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 0:58:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.vagner.com (kk7ax.dsl.psn.net.182.63.209.in-addr.arpa [209.63.182.114]) by hub.freebsd.org (Postfix) with ESMTP id 0686C37C0FD for ; Fri, 14 Jul 2000 00:58:28 -0700 (PDT) (envelope-from jason@vagner.com) Received: from vagner.com (h237.s241.ts31.hinet.net [163.31.241.237]) by ns1.vagner.com (8.9.3/8.9.3) with ESMTP id AAA57722; Fri, 14 Jul 2000 00:58:14 -0700 (MST) (envelope-from jason@vagner.com) Message-ID: <396EC80D.57C28DC3@vagner.com> Date: Fri, 14 Jul 2000 00:58:05 -0700 From: Laszlo Vagner X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.0.36 i386) X-Accept-Language: en MIME-Version: 1.0 To: Hank Wethington Cc: freebsd , Josh Paetzel , Rob Wilkinson , questions@FreeBSD.ORG Subject: Re: Installation on a 486-2/66 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I remember a thread saying that a minimum for 3.x branch was 12 meg and 5 for 2.2x. I guess things have changed a bit since then. coming from the handbook. In order to run FreeBSD, a recommended minimum of eight megabytes of RAM is suggested. Sixteen megabytes is the preferred amount of RAM as you may have some trouble with anything less than sixteen depending on your hardware. Hank Wethington wrote: > Sorry to disagree... > > I have a 486/66 with 8 mb ram and 800 mb drive running 3.4 just fine. It is > actually running NAT for my DSL and 4 other computers, ncFTPd for ftp, Qmail > for SMTP and POP, SSH for remote logins, xntpd for keeping time correct. The > machine has now been up over 30 days. I rebooted to clear apache, it wasn't > running well with all the others with such limited resources. :) > > Hank > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of freebsd > Sent: Thursday, July 13, 2000 2:57 PM > To: Josh Paetzel; Rob Wilkinson; questions@FreeBSD.ORG > Subject: RE: Installation on a 486-2/66 > > i believe you need more ram minimum of 12 meg to install 3.0 and above > although 2.2.8 will do it with 5 meg. > > No 2 things can be the same, they cannot > exist in the same space at the same time. > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Josh Paetzel > Sent: Friday, July 14, 2000 3:00 AM > To: Rob Wilkinson; questions@FreeBSD.ORG > Subject: Re: Installation on a 486-2/66 > > ----- Original Message ----- > From: "Rob Wilkinson" > To: > Sent: Thursday, July 13, 2000 2:13 AM > Subject: Installation on a 486-2/66 > > > I have a problem installing FreeBSD release 4.0 on my system. > > > > My System: > > ^^^^^^^^^ > > 486 DX2/66 > > 8MB of RAM > > ISA Western Digital 340MB hardrive > > Motherboard: 452S (with VL-BUS) > > > > Disk Configuration: > > ^^^^^^^^^^^^^^ > > 40MB DOS partition including the minimal install files > > in directory C:\FreeBSD\BIN > > > > The other partition is allocated to FreeBSD > > > > The Problem: > > ^^^^^^^^^^ > > After first going through the "OPTIONS" feature in the install, > > I selected install from MS-DOS partition 1. This works OK! > > > > Next when the installation setup program asked me to FDISK, > > I selected the unused partition for FreeBSD, created and set the > > slice as bootable. This works OK! > > > > For setup, i selected "A" for automatically configure the directories. > > This worked ok! > > > > **FINALLY, when it began installing from MS-DOS, it gets to about > > 9% (chunk 12 of 130) and it just sits there! My original install from > > the > > floppies (27 diskettes), would have the same problems (which is why > > I decided to install from MS-DOS on the same hardrive). I noticed that > > once i was able to install all the way up to 35% from diskette before > > the > > setup program decided to freeze. By hitting CTRL-ALT-DELETE after > > freezing, sometimes it would continue installing. But recently it just > > starts > > re-installing the entire bin distribution after it gives me a read > > failure message. > > > > I have attempted to install FreeBSD many times but have been stopped at > > the same problem. Could you give me any insight as to why I would > > have this problem? Should i purchase the FreeBSD distribution CD > > and install from there? > > > > Where is the copy of FreeBSD that you have from? It sounds to me like the > copy you have may be corrupted. I would give up on the floppy install, as > it is pretty hard to make that many floppies without there being some kind > of error on one of them. > > Josh > > > Thanks, > > Rob > > > > > > > > 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 Jul 14 1:25:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 8794137BDE9 for ; Fri, 14 Jul 2000 01:25:50 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id BAA01597; Fri, 14 Jul 2000 01:25:38 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.9.3/8.9.3) id BAA10995; Fri, 14 Jul 2000 01:25:08 -0700 (PDT) (envelope-from jhb) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <000801bf460a$d3c9d3a0$47cb0c18@clmba1.mo.home.com> Date: Fri, 14 Jul 2000 01:25:08 -0700 (PDT) Organization: BSD, Inc. From: John Baldwin To: Ralph Subject: RE: where is all the Alpha info Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 14-Dec-99 Ralph wrote: > whats the deal with only covering the i386 stuff ? > even the installation directions are completely > silent regarding the alpha platform. I'm used to > us getting less coverage but this seems a bit > excessive. The only info I can find on the website > is a reference to an "alpha" page that basically > says "yep, we have an alpha version" which strikes > me as a bit useless. maybe I should ask this: > what is the actual status of the alpha version? > why are references made to all the features > FreeBSD has, but there is never any indication which > platform the features exist on? like i386 emulation, > linux & dos binaries etc. If the alpha port is dead > then say so, if its alive then provide info on it. The Alpha port is far from dead. Rather, as usual, the documentation and web site tend to be a bit behind the actual codebase. BSDi (formerly WC) sell an entire extra CD set with alpha bits, including packages and a bootable CD, on them as FreeBSD/AXP. Also, while it isn't very high traffic, there is a freebsd-alpha list that you can get help from. As far as compatiblity, we don't sport any i386 emulation at the moment, but we can run OSF/1 binaries, and soon we will be able to run Linux/alpha binaries. > any info/help would be appreciated, > -Ralph -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - 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 Jul 14 1:40: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sivka.carrier.kiev.ua (sivka.carrier.kiev.ua [193.193.193.101]) by hub.freebsd.org (Postfix) with ESMTP id 475EB37BE32; Fri, 14 Jul 2000 01:39:56 -0700 (PDT) (envelope-from samj@itcj.kiev.ua) Received: from tools.itci.kiev.ua (tools.itci.kiev.ua [62.244.54.249]) by sivka.carrier.kiev.ua (8/Kilkenny_is_better) with ESMTP id LPI58284; Fri, 14 Jul 2000 11:39:50 +0300 (EEST) (envelope-from samj@itcj.kiev.ua) Received: from primsrv ([62.244.54.220]) by tools.itci.kiev.ua (8.9.3/8.9.3) with SMTP id LAA66244; Fri, 14 Jul 2000 11:38:36 +0300 (EEST) (envelope-from samj@itcj.kiev.ua) Message-ID: <002e01bfed6f$02cc27f0$dc36f43e@primsrv.itci.kiev.ua> From: "Yuriy" To: Cc: Subject: Make ERROR for 2.2-stable Date: Fri, 14 Jul 2000 11:39:19 +0300 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 have upgraded from 2.2.7 to 2.2-stable. I do cvsup 2.2-stable and make buildworld and get ERROR /new/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/new.cc:80: warning: `c atch', `throw', and `try' are all C++ reserved words /new/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/new.cc: In function `v oid operator delete(void *)': /new/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/new.cc:82: declaration of `operator delete(void *)' throws different exceptions... :82: ...from previous declaration here *** Error code 1 Stop. What must I do ? Thanks. _______ Yuriy Samartsev, Firm ITC Ltd, http://www.itci.net. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 1:40:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt052n3e.san.rr.com (dt052n3e.san.rr.com [204.210.33.62]) by hub.freebsd.org (Postfix) with ESMTP id 8FCC337C0D2 for ; Fri, 14 Jul 2000 01:40:41 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (master [10.0.0.2]) by dt052n3e.san.rr.com (8.9.3/8.9.3) with ESMTP id BAA26782; Fri, 14 Jul 2000 01:34:17 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <396ED089.FF12D61B@gorean.org> Date: Fri, 14 Jul 2000 01:34:17 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "DINKEY,GENE (HP-Loveland,ex1)" Cc: "'Mark Ovens'" , "'freebsd-questions@freebsd.org'" Subject: Re: Figured out ports problem (was cvsup breaks ports) References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "DINKEY,GENE (HP-Loveland,ex1)" wrote: > > >-----Original Message----- > >Maybe, maybe not, but you should always keep the kernel and userland > >in sync. > > That was my opinion but a friend of mine has said that upgrading the kernel > source from 3.4 to 3.5 would not be a problem because I was staying within > the same major revision. This isn't always true. If you don't understand enough about what you're upgrading and why, and what the potential repercussions will be, just don't do it. Good luck, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 2: 2: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt052n3e.san.rr.com (dt052n3e.san.rr.com [204.210.33.62]) by hub.freebsd.org (Postfix) with ESMTP id D77A237BDB2 for ; Fri, 14 Jul 2000 02:01:57 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (master [10.0.0.2]) by dt052n3e.san.rr.com (8.9.3/8.9.3) with ESMTP id CAA27027; Fri, 14 Jul 2000 02:01:50 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <396ED6FE.74BA8123@gorean.org> Date: Fri, 14 Jul 2000 02:01:50 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "Eric J. Schwertfeger" Cc: questions@freebsd.org Subject: Re: any faster way to rm -rf huge directory? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Eric J. Schwertfeger" wrote: > > Thanks to a programmer-induced glitch in a data-pushing perl script, we > are the proud owners of a directory with (currently) a quarter million > files in it. The directory is on a vinum partition striped across three > seagate baracudas, with soft-updates being used. > > I did "rm -rf " to clean up the directory, and that was > Monday. At the current rate of deletions (just under 10/minute), it's > going to be a week or two before it gets done, as it should get faster > once the directory gets smaller. It's only deleting 10 files per minute? How big are the files? As for speeding up 'rm -r directory' I don't see a way to do that, but how is the system load? I would go into the directory and do 'rm a* & rm b* & rm c* & rm d*...', until the load got too close to whatever safety margin you think is too high. Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 2: 5: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f177.law4.hotmail.com [216.33.149.177]) by hub.freebsd.org (Postfix) with ESMTP id 0034F37B63D for ; Fri, 14 Jul 2000 02:05:04 -0700 (PDT) (envelope-from klimenko@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 14 Jul 2000 02:05:04 -0700 Received: from 12.0.46.249 by lw4fd.law4.hotmail.msn.com with HTTP; Fri, 14 Jul 2000 GMT X-Originating-IP: [12.0.46.249] From: "Alexandre Klimenko" To: freebsd-questions@FreeBSD.ORG Subject: Kernel problem Date: Fri, 14 Jul 2000 22:05:03 PSS Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 14 Jul 2000 09:05:04.0145 (UTC) FILETIME=[992B0010:01BFED72] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, my name is Alexandre, when I like install kernel GENERIC I had error massages after #make massages is "Jul 14 08:49:50 /kernel: pid 2132 (make), uid 0: exited on singal 11(core dumped) Segmentation faul (core dumped)" I use release 4.0 Best regards, System administrator Alexandre Klimenko mailto:Klimenko@hotmail.com ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail 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 Jul 14 2:31:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from theory1.physics.iisc.ernet.in (theory1.physics.iisc.ernet.in [144.16.71.20]) by hub.freebsd.org (Postfix) with SMTP id 7493337C2B4 for ; Fri, 14 Jul 2000 02:31:23 -0700 (PDT) (envelope-from rsidd@physics.iisc.ernet.in) Received: (qmail 12459 invoked from network); 14 Jul 2000 07:50:47 -0000 Received: from unknown (HELO theory3.physics.iisc.ernet.in) (qmailr@144.16.71.158) by theory1.physics.iisc.ernet.in with SMTP; 14 Jul 2000 07:50:47 -0000 Received: (qmail 3364 invoked by uid 211); 14 Jul 2000 07:50:46 -0000 Date: Fri, 14 Jul 2000 13:20:46 +0530 From: Rahul Siddharthan To: j mckitrick Cc: questions@FreeBSD.ORG Subject: Re: better than 'make clean' Message-ID: <20000714132046.D3287@physics.iisc.ernet.in> References: <20000714045027.A2409@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000714045027.A2409@dogma.freebsd-uk.eu.org>; from jcm@FreeBSD-uk.eu.org on Fri, Jul 14, 2000 at 04:50:28AM +0100 X-Operating-System: Linux 2.4.0-test3 i686 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG j mckitrick said on Jul 14, 2000 at 04:50:28: > > i searched my saved mail, and i can't find it. > > i saw a better method to delete work directories/files than make clean. > does anyone know offhand what that was? rm -rf /usr/ports/*/*/work ? :-) Takes a long time, but if you've not been doing "make clean" regularly and have forgotten what you made last, this will do it. But "make clean" works fine otherwise, cleans the dependencies too, I can't imagine what would be faster. Rahul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 2:31:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from theory1.physics.iisc.ernet.in (theory1.physics.iisc.ernet.in [144.16.71.20]) by hub.freebsd.org (Postfix) with SMTP id 74C9937C429 for ; Fri, 14 Jul 2000 02:31:23 -0700 (PDT) (envelope-from rsidd@physics.iisc.ernet.in) Received: (qmail 12402 invoked from network); 14 Jul 2000 07:46:05 -0000 Received: from unknown (HELO theory3.physics.iisc.ernet.in) (qmailr@144.16.71.158) by theory1.physics.iisc.ernet.in with SMTP; 14 Jul 2000 07:46:05 -0000 Received: (qmail 3343 invoked by uid 211); 14 Jul 2000 07:46:05 -0000 Date: Fri, 14 Jul 2000 13:16:05 +0530 From: Rahul Siddharthan To: Farid Hajji Cc: questions@FreeBSD.ORG Subject: Re: PHIGS for FreeBSD? Message-ID: <20000714131605.C3287@physics.iisc.ernet.in> References: <200007131751.e6DHp5Q01227@mail-ob.kamp.net> <20000714021224.A1971@physics.iisc.ernet.in> <200007140004.e6E04YQ14508@mail-ob.kamp.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007140004.e6E04YQ14508@mail-ob.kamp.net>; from farid.hajji@ob.kamp.net on Fri, Jul 14, 2000 at 02:04:36AM +0200 X-Operating-System: Linux 2.4.0-test3 i686 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Farid Hajji said on Jul 14, 2000 at 02:04:36: > > > I've stepped on some programs that need the PHIGS library and include > > > files for X11. Unfortunately, I didn't find any phigs.h or libphigs.* > > > files on my > > > > > > FreeBSD 5.0-20000506-CURRENT (Current Snapshot from Toolkit June 2000) > > > > Hm, iirc it's not free software. Don't know whether it's > > commercially available for FreeBSD. > iirc? What's that? If I recall correctly :) > I've never heard about it. As far as I remember, there > was a publicly available PEX-SI reference implementation in X11R5 (R6, > I don't know) that came with a nearly compliant PHIGS Library. Is it gone? Don't know, I never used it myself. I've heard people talk about it some years ago, but only on commercial systems. Looks like nobody else on this list knows either. Maybe you could ask on some graphics-oriented list, or a linux list... Rahul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 3: 6:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.sunesi.net (ns1.sunesi.net [196.15.192.194]) by hub.freebsd.org (Postfix) with ESMTP id 8C91437C6BA for ; Fri, 14 Jul 2000 03:06:19 -0700 (PDT) (envelope-from nbm@sunesi.net) Received: from nbm by ns1.sunesi.net with local (Exim 3.03 #1) id 13D2KV-000GaY-00; Fri, 14 Jul 2000 12:04:23 +0200 Date: Fri, 14 Jul 2000 12:04:23 +0200 From: Neil Blakey-Milner To: Rahul Siddharthan Cc: j mckitrick , questions@FreeBSD.ORG Subject: Re: better than 'make clean' Message-ID: <20000714120422.A63713@mithrandr.moria.org> References: <20000714045027.A2409@dogma.freebsd-uk.eu.org> <20000714132046.D3287@physics.iisc.ernet.in> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000714132046.D3287@physics.iisc.ernet.in>; from rsidd@physics.iisc.ernet.in on Fri, Jul 14, 2000 at 01:20:46PM +0530 Organization: Sunesi Clinical Systems X-Operating-System: FreeBSD 3.3-RELEASE i386 X-URL: http://rucus.ru.ac.za/~nbm/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri 2000-07-14 (13:20), Rahul Siddharthan wrote: > j mckitrick said on Jul 14, 2000 at 04:50:28: > > > > i searched my saved mail, and i can't find it. > > > > i saw a better method to delete work directories/files than make clean. > > does anyone know offhand what that was? > > rm -rf /usr/ports/*/*/work ? :-) > Takes a long time, but if you've not been doing "make clean" regularly > and have forgotten what you made last, this will do it. But "make > clean" works fine otherwise, cleans the dependencies too, I can't > imagine what would be faster. make -k clean NODEPENDS=yes Neil -- Neil Blakey-Milner Sunesi Clinical Systems nbm@mithrandr.moria.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 3:39:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.networkone.net (mail.networkone.net [209.144.112.75]) by hub.freebsd.org (Postfix) with SMTP id 1046337C685 for ; Fri, 14 Jul 2000 03:39:20 -0700 (PDT) (envelope-from reader@newsguy.com) Received: (qmail 16955 invoked from network); 14 Jul 2000 10:39:18 -0000 Received: from adsl-117-113.ln.networkone.net (HELO reader.ptw.com) (209.144.117.113) by mail.networkone.net with SMTP; 14 Jul 2000 10:39:18 -0000 Received: (from reader@localhost) by reader.ptw.com (8.9.3/8.9.3) id DAA05248; Fri, 14 Jul 2000 03:39:15 -0700 X-Authentication-Warning: reader.ptw.com: reader set sender to reader@newsguy.com using -f To: freebsd-questions@FreeBSD.ORG Subject: Re: /var/mail Read only with mutt References: <87sntfapy5.fsf@satellite.local.lan> <20000713150234.G48641@strontium.scientia.demon.co.uk> From: Harry Putnam In-Reply-To: Ben Smithurst's message of "Thu, 13 Jul 2000 15:02:34 +0100" Date: 14 Jul 2000 03:05:44 -0700 Message-ID: User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Lines: 11 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ben Smithurst writes: > . . . . . . . I prefer to make /var/mail mode 1777 (i.e. > world writable with the sticky bit, like /tmp). Just do a 'chmod 1777 > /var/mail'. If you intend to upgrade using make world, you should put > this command in /etc/rc.local or somewhere since the upgrade will reset > /var/mail to its default mode (775). > Chmod 1777 cured the problem, but does it raise any tricky security problems? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 3:39:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.networkone.net (mail.networkone.net [209.144.112.75]) by hub.freebsd.org (Postfix) with SMTP id EB85E37C6ED for ; Fri, 14 Jul 2000 03:39:21 -0700 (PDT) (envelope-from reader@newsguy.com) Received: (qmail 16957 invoked from network); 14 Jul 2000 10:39:18 -0000 Received: from adsl-117-113.ln.networkone.net (HELO reader.ptw.com) (209.144.117.113) by mail.networkone.net with SMTP; 14 Jul 2000 10:39:18 -0000 Received: (from reader@localhost) by reader.ptw.com (8.9.3/8.9.3) id DAA05249; Fri, 14 Jul 2000 03:39:16 -0700 X-Authentication-Warning: reader.ptw.com: reader set sender to reader@newsguy.com using -f To: freebsd-questions@FreeBSD.ORG Subject: Re: /var/mail Read only with mutt References: <87sntfapy5.fsf@satellite.local.lan> <20000713215318.B835@dialin-client.earthlink.net> From: Harry Putnam In-Reply-To: "Crist J. Clark"'s message of "Thu, 13 Jul 2000 21:53:19 -0700" Date: 14 Jul 2000 03:07:01 -0700 Message-ID: User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Lines: 7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Crist J. Clark" writes: > If mutt cannot write a temporary file in /tmp (or TMPDIR) for some > reason. ls -ld /tmp drwxrwxrwt 5 root wheel 512 Jul 14 02:54 /tmp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 5:53:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from icc.cgu.chel.su (gw.cgu.chel.su [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id 484D537C967 for ; Fri, 14 Jul 2000 05:53:25 -0700 (PDT) (envelope-from ilia@cgu.chel.su) Received: from mail.cgu.chel.su (mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.9.3/8.9.2) with ESMTP id SAA40627 for ; Fri, 14 Jul 2000 18:53:00 +0600 (ESS) (envelope-from ilia@cgu.chel.su) Received: (from uucp@localhost) by mail.cgu.chel.su (8.9.3/8.8.6) with UUCP id SAA56325 for questions@FreeBSD.ORG; Fri, 14 Jul 2000 18:53:00 +0600 (ESS) Received: from localhost (ilia@localhost) by jane.cgu.chel.su (8.9.3/8.9.2) with ESMTP id SAA03645 for ; Fri, 14 Jul 2000 18:31:40 +0600 (ESS) (envelope-from ilia@cgu.chel.su) X-Authentication-Warning: jane.cgu.chel.su: ilia owned process doing -bs Date: Fri, 14 Jul 2000 18:31:37 +0600 (ESS) From: Ilia Chipitsine To: questions@FreeBSD.ORG Subject: kernel modules question Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Dear Sirs, how can I build a custom kernel without few modules ? AFAIK, 'make buildkernel' builds all the modules ... Regards, (îÁÉÌÕÞÛÉÅ ÐÏÖÅÌÁÎÉÑ) Ilia Chipitsine (éÌØÑ ûÉÐÉÃÉÎ) -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQB1AwUBOW8IK+RxlWKN2EXhAQECywL+N1ZsVV6SigcRsTZJKO44Z52iB1GhJF2M O/Ci27luChvmaciOqPRcKPbytIzvhC5wX/y50Ld62TKVaxQKTSuaZ6KRxEZsFjgf Qy2lYsL3su6MfeM/RHzlHfolO2+WhSk/ =gvFO -----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 Fri Jul 14 6: 0:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sentry.granch.ru (sentry.granch.com [212.109.197.135]) by hub.freebsd.org (Postfix) with ESMTP id B8C5137BDDE for ; Fri, 14 Jul 2000 06:00:05 -0700 (PDT) (envelope-from shelton@sentry.granch.ru) Received: (from shelton@localhost) by sentry.granch.ru (8.9.3/8.9.3) id UAA19268 for freebsd-questions@freebsd.org; Fri, 14 Jul 2000 20:01:27 +0700 (NOVST) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Fri, 14 Jul 2000 20:01:26 +0700 (NOVST) Reply-To: "Rashid N. Achilov" Organization: Granch Ltd. From: "Rashid N. Achilov" To: freebsd-questions@freebsd.org Subject: Look for cluster and disk mirroring Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm looking for cluster and disk mirroring software decision under FreeBSD. Explain: I have one server, which must be fault stable - if one computer get down, other must get up and continue to serve clients. Data bases at these servers must be mirrored. I receive any advices with gratitude. -- With Best Regards. Rashid N. Achilov (RNA1-RIPE), Cert. ID: 28514, Granch Ltd. lead engineer e-mail: achilov@granch.ru, tel (383-2) 24-2363 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 6: 5: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from malkav.snowmoon.com (machine-126-237.cdcsd.k12.ny.us [208.20.126.237]) by hub.freebsd.org (Postfix) with SMTP id 0B5B037C666 for ; Fri, 14 Jul 2000 06:04:59 -0700 (PDT) (envelope-from jaime@malkav.snowmoon.com) Received: (qmail 37809 invoked from network); 14 Jul 2000 13:04:55 -0000 Received: from localhost.snowmoon.com (HELO localhost) (127.0.0.1) by localhost.snowmoon.com with SMTP; 14 Jul 2000 13:04:55 -0000 Date: Fri, 14 Jul 2000 09:04:54 -0400 (EDT) From: Jaime Kikpole To: freebsd-questions@freebsd.org Subject: Migrating IMAP servers? Message-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 FreeBSD 3.4 server at work running Cyrus 1.5.4 (IIRC). Its working well, but I have two complaints with Cyrus. I don't like its storage spool being seperate from the user's files and I don't like the fact that I effectively have to create an account twice (once in FreeBSD and once in Cyrus). I certainyl don't like all the tricks that I have to pull off to re-route email into Cyrus's mail spool. I was wondering if it was possible to migrate to another IMAP server without loosing the data currently stored in Cyrus. There are no shared folders, so that isn't an issue. I just need a basic IMAP server, POP3 is optional. I was considering UWashinton's IMAP package, but I don't know how to move the messages from Cyrus's one-message-per-file spool into a one-folder-per-file system like UWashington without breaking things. Any advice on this would be appreciated. Thanks in advance. Jaime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 6:14:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from icc.cgu.chel.su (gw.cgu.chel.su [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id 7269B37C619 for ; Fri, 14 Jul 2000 06:14:10 -0700 (PDT) (envelope-from ilia@cgu.chel.su) Received: from mail.cgu.chel.su (mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.9.3/8.9.2) with ESMTP id TAA41250 for ; Fri, 14 Jul 2000 19:13:56 +0600 (ESS) (envelope-from ilia@cgu.chel.su) Received: (from uucp@localhost) by mail.cgu.chel.su (8.9.3/8.8.6) with UUCP id TAA56445 for questions@FreeBSD.ORG; Fri, 14 Jul 2000 19:13:55 +0600 (ESS) Received: from localhost (ilia@localhost) by jane.cgu.chel.su (8.9.3/8.9.2) with ESMTP id TAA09947 for ; Fri, 14 Jul 2000 19:05:11 +0600 (ESS) (envelope-from ilia@cgu.chel.su) X-Authentication-Warning: jane.cgu.chel.su: ilia owned process doing -bs Date: Fri, 14 Jul 2000 19:05:08 +0600 (ESS) From: Ilia Chipitsine To: questions@FreeBSD.ORG Subject: if_tun @ GENERIC Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Dear Sirs, why pseudo-device tun is statically built into GENERIC ? I'm happy with it's module which loads that device on-demand. BTW, how can I specify number of 'tun's for module ? Regards, (îÁÉÌÕÞÛÉÅ ÐÏÖÅÌÁÎÉÑ) Ilia Chipitsine (éÌØÑ ûÉÐÉÃÉÎ) -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQB1AwUBOW8QBeRxlWKN2EXhAQEaxwMAv8tPPs8JZvz4Hb63Z1jkE5HXAvydAZEa bPoH7A/5z59zbAr/l7887Fi3/qyLdOVkUOhBXdJg7OLiPIHAfuu5yYCwC4N0NSzc +XPIjsqxfXY/irN4AK5bdkKbNSx1JyPn =wZ1A -----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 Fri Jul 14 6:23:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from inu.net (downtown.inu.net [208.129.164.2]) by hub.freebsd.org (Postfix) with ESMTP id 18FCC37C644 for ; Fri, 14 Jul 2000 06:23:26 -0700 (PDT) (envelope-from robert@superjake.net) Received: from technogeek [208.129.166.68] by inu.net (SMTPD32-5.05) id A4485090136; Fri, 14 Jul 2000 08:23:20 -0500 From: "Robert Small" To: "freebsd-questions@FreeBSD. ORG" Subject: Sendmail Problem/Question Date: Fri, 14 Jul 2000 08:23:23 -0500 Message-ID: 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 IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On my mail server I'm running: FreeBSD dutchman.superjake.net 4.0-RELEASE FreeBSD 4.0-RELEASE #0: Thu Jul 13 13:52:29 CDT 2000 root@dutchman.superjake.net:/usr/src/sys/compile/DUTCHMAN i386 and I'm having a problem with sendmail. When I reboot it, the sendmail daemon starts, but it won't receive any mail till I kill it, and restart it with the "sendmail -bd -q30m" command which is in my rc.conf: sendmail_enable="YES" # Run the sendmail daemon (or NO). sendmail_flags="-bd -q30m" # Flags to sendmail (if enabled) I've searched the mail archives and haven't been able to come up with an answer. I'd REALLY appreciate any help/suggestions.. Robert -------------------------------------------------------------------- Does killing time damage eternity? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 6:24:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 72DE837C679 for ; Fri, 14 Jul 2000 06:24:21 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.9.3/1.13) id QAA75926; Fri, 14 Jul 2000 16:23:48 +0300 (EEST) Date: Fri, 14 Jul 2000 16:23:48 +0300 From: Ruslan Ermilov To: "Jonathan E. Lyons" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: MS VPN(PPTP) & NAT... Message-ID: <20000714162348.A73528@sunbay.com> Mail-Followup-To: "Jonathan E. Lyons" , freebsd-questions@FreeBSD.ORG References: <3.0.5.32.20000713123402.00a11210@midwest.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3.0.5.32.20000713123402.00a11210@midwest.net>; from parrothd@midwest.net on Thu, Jul 13, 2000 at 12:34:02PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jul 13, 2000 at 12:34:02PM -0500, Jonathan E. Lyons wrote: > > Has anyone been able to establish a VPN connection with a windows cleint > and windows NT RAS with FreeBSD and NAT running between them?? I've > redirected port 1723 to my windows machine behind NAT but I'm only able to > connect and start to verify my username and password then the connection > drops..Any suggestions?? > Upgrade to 4.0-STABLE. It will transparently support multiple VPN clients (PACs) behind NAT and a single VPN server (PNS) behind NAT for which you should redirect TCP port 1723 with -redirect_port. -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 6:27:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from team7.cba.ualr.edu (team7.cba.ualr.edu [144.167.120.24]) by hub.freebsd.org (Postfix) with ESMTP id CBC6A37C8C5 for ; Fri, 14 Jul 2000 06:27:42 -0700 (PDT) (envelope-from joe@team7.cba.ualr.edu) Received: (from joe@localhost) by team7.cba.ualr.edu (8.9.3/8.9.3) id IAA31744; Fri, 14 Jul 2000 08:27:42 -0500 (CDT) (envelope-from joe) Date: Fri, 14 Jul 2000 08:27:42 -0500 From: Joe To: Ralph Cc: freebsd-questions@freebsd.org Subject: Re: where is all the Alpha info Message-ID: <20000714082742.A31707@team7.cba.ualr.edu> References: <000801bf460a$d3c9d3a0$47cb0c18@clmba1.mo.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <000801bf460a$d3c9d3a0$47cb0c18@clmba1.mo.home.com>; from redwinn@home.com on Tue, Dec 14, 1999 at 02:11:29AM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Take a look at: ftp://ftp.freesoftware.com/pub/FreeBSD/releases/alpha/4.0-RELEASE/HARDWARE.TXT ftp://ftp.freesoftware.com/pub/FreeBSD/releases/alpha/4.0-RELEASE/RELNOTES.TXT and et al. Enjoy! -Joe On Tue, Dec 14, 1999 at 02:11:29AM -0600, Ralph wrote: > whats the deal with only covering the i386 stuff ? > even the installation directions are completely > silent regarding the alpha platform. I'm used to > us getting less coverage but this seems a bit > excessive. The only info I can find on the website > is a reference to an "alpha" page that basically > says "yep, we have an alpha version" which strikes > me as a bit useless. maybe I should ask this: > what is the actual status of the alpha version? > why are references made to all the features > FreeBSD has, but there is never any indication which > platform the features exist on? like i386 emulation, > linux & dos binaries etc. If the alpha port is dead > then say so, if its alive then provide info on it. > > any info/help would be appreciated, > -Ralph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 6:35:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from malkav.snowmoon.com (machine-126-237.cdcsd.k12.ny.us [208.20.126.237]) by hub.freebsd.org (Postfix) with SMTP id 2C3BB37C84D for ; Fri, 14 Jul 2000 06:35:23 -0700 (PDT) (envelope-from jaime@malkav.snowmoon.com) Received: (qmail 37869 invoked from network); 14 Jul 2000 13:35:21 -0000 Received: from localhost.snowmoon.com (HELO localhost) (127.0.0.1) by localhost.snowmoon.com with SMTP; 14 Jul 2000 13:35:21 -0000 Date: Fri, 14 Jul 2000 09:35:21 -0400 (EDT) From: Jaime Kikpole To: Robert Small Cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: Sendmail Problem/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, 14 Jul 2000, Robert Small wrote: > and I'm having a problem with sendmail. When I reboot it, the sendmail > daemon starts, but it > won't receive any mail till I kill it, and restart it with the > "sendmail -bd -q30m" command Reboot your box and try "telnet localhost 25". Make sure that the daemon is actually accepting connections, maybe even try to hand-compose an email. If you have X running, leave a "tail -f /var/log/maillog" running in another xterm. (If you don't use X, use a different virtual terminal or the screen package or something.) Lastly, try a "grep -R sendmail /etc/* | more" just to see if you have references to sendmail settings in other configuration files. Jaime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 6:38:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from malkav.snowmoon.com (machine-126-237.cdcsd.k12.ny.us [208.20.126.237]) by hub.freebsd.org (Postfix) with SMTP id 3DEC037C78F for ; Fri, 14 Jul 2000 06:38:30 -0700 (PDT) (envelope-from jaime@malkav.snowmoon.com) Received: (qmail 37887 invoked from network); 14 Jul 2000 13:38:29 -0000 Received: from localhost.snowmoon.com (HELO localhost) (127.0.0.1) by localhost.snowmoon.com with SMTP; 14 Jul 2000 13:38:29 -0000 Date: Fri, 14 Jul 2000 09:38:28 -0400 (EDT) From: Jaime Kikpole To: "Rashid N. Achilov" Cc: freebsd-questions@freebsd.org Subject: Re: Look for cluster and disk mirroring 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, 14 Jul 2000, Rashid N. Achilov wrote: > I'm looking for cluster and disk mirroring software decision under > FreeBSD. Explain: I have one server, which must be fault stable - if > one computer get down, other must get up and continue to serve > clients. Data bases at these servers must be mirrored. I receive any > advices with gratitude. This is completely a guess here, but why not use a network storage device with RAID abilities and then have both servers mount the device? I'm not sure if there are many ways to effectively create mirroring. You might want to research that part of the problem first. I suspect that the clustering and fail-over solutions will solve themselves once you get the mirroring solved. Jaime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 6:42:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bga.com (mail5.realtime.net [205.238.128.241]) by hub.freebsd.org (Postfix) with SMTP id 5698537B8EA for ; Fri, 14 Jul 2000 06:42:31 -0700 (PDT) (envelope-from dbjames@bga.com) Received: from john ([204.181.162.73]) by bga.com ; Fri, 14 Jul 2000 08:42:27 -0600 From: dbjames@bga.com To: "Jonathan E. Lyons" Date: Fri, 14 Jul 2000 08:50:09 -0500 MIME-Version: 1.0 Content-type: text/enriched; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: unable to access samba shares from win 98 Cc: freebsd-questions@freebsd.org Message-ID: <396ED441.6392.262020@localhost> In-reply-to: <3.0.5.32.20000713170735.00a1d9e0@midwest.net> References: <396DF410.15757.103F93@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Courier NewHi Jonathan, 0100,0100,0100 I did that, and am still unable to access the samba share even though the drive shows up Arialin "network neighborhood" on the win 98 box. Any other suggestions? Don 0100,0100,0100On 13 Jul 2000, at 17:07, Jonathan E. Lyons wrote: 7F00,0000,0000> You have to disable encryption on the win98 box, it's a regedit, or > there's an INI file on the cd call something like ptxt_on.ini(?!?!?), > or read encryption docs that came with samba... > > > > At 04:53 PM 7/13/00 -0500, you wrote: > >Hi, > > > > I'm running samba on one of my freebsd boxes > >and can't seem to get my win 98 box to mount a > >samba share. I have been able to get my windows > >nt box to mount samba shares from the same > >freebsd machine on the same network. > > > > Any ideas? > > > >Don > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > > > > > > Jonathan E. Lyons > parrothd@midwest.net > ICQ # 14226912 > A+, MCSE, CCNA, FreeBSD! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 6:49:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smarthost-1.mail.telinco.net (smarthost-1.mail.telinco.net [212.1.128.90]) by hub.freebsd.org (Postfix) with ESMTP id C584537B8EA for ; Fri, 14 Jul 2000 06:49:09 -0700 (PDT) (envelope-from harry_newton@telinco.co.uk) Received: from ppp-1-213.cvx5.telinco.net ([212.1.152.213] helo=chimaera.locus) by smarthost-1.mail.telinco.net with esmtp (Exim 3.02 #7) id 13D5pz-000Hgq-00 for freebsd-questions@FreeBSD.ORG; Fri, 14 Jul 2000 14:49:07 +0100 Received: (from harry@localhost) by chimaera.locus (8.9.3/8.9.3) id OAA00369; Fri, 14 Jul 2000 14:48:15 +0100 (BST) (envelope-from harry@chimaera.locus) X-Authentication-Warning: chimaera.locus: harry set sender to harry@chimaera.locus using -f To: freebsd-questions@FreeBSD.ORG Subject: key binding in bash X-Op.135: Muss es sein ? Es muss sein Organization: Gaudeamus From: Harry Newton Date: 14 Jul 2000 14:48:14 +0100 Message-ID: <86em4wsu01.fsf@chimaera.locus> Lines: 33 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I can't bind keys in bash --- has anyone ideas what I'm doing wrong ? $ bash --version GNU bash, version 2.03.0(1)-release (i386--freebsd4.0) Copyright 1998 Free Software Foundation, Inc. $ cat ~/.inputrc Control-o: "TEST" $ uname -a FreeBSD chimaera.locus 4.0-STABLE FreeBSD 4.0-STABLE #3: Fri Jun 30 07:10:00 BST 2000 root@chimaera.locus:/usr/src/sys/compile/CHIMAERA i386 With the above, pressing ^o doesn't cause the terminal to beep ( which would indicate that the sequence was unbound ). Trying a different tack, and getting rid of the ~/.inputrc, nor can I do this: $ bind '"\C-o": clear-screen' because ^o doesn't clear the screen, even though the output from $ bind -P includes the line: clear-screen can be found on "\C-l", "\C-o". I'm completely stumped ! Any suggestions gratefully received. If I'm being stupid, please just send me an email to that effect ! -- Harry Newton harry_newton@telinco.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 6:50:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sentry.granch.ru (sentry.granch.com [212.109.197.135]) by hub.freebsd.org (Postfix) with ESMTP id DB13C37B8EA for ; Fri, 14 Jul 2000 06:50:35 -0700 (PDT) (envelope-from shelton@sentry.granch.ru) Received: (from shelton@localhost) by sentry.granch.ru (8.9.3/8.9.3) id UAA19383; Fri, 14 Jul 2000 20:51:34 +0700 (NOVST) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Fri, 14 Jul 2000 20:51:34 +0700 (NOVST) Reply-To: "Rashid N. Achilov" Organization: Granch Ltd. From: "Rashid N. Achilov" To: Jaime Kikpole Subject: Re: Look for cluster and disk mirroring Cc: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 14-Jul-00 Jaime Kikpole wrote: > > This is completely a guess here, but why not use a network storage > device with RAID abilities and then have both servers mount the device? RAID is 100% guaranteed fault-stable device? If no, and it fault, where can I find my data? :-) > I'm not sure if there are many ways to effectively create mirroring. You > might want to research that part of the problem first. I suspect that the > clustering and fail-over solutions will solve themselves once you get the > mirroring solved. I think not. In my opinion, cluster and disk mirroring are chained problems, but if I solve one, I can't be sent solving for ther automatically :-) And ideally I need to mirror two servers at each other ends of building :-) -- With Best Regards. Rashid N. Achilov (RNA1-RIPE), Cert. ID: 28514, Granch Ltd. lead engineer e-mail: achilov@granch.ru, tel (383-2) 24-2363 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 6:51:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from css-1.cs.iastate.edu (css-1.cs.iastate.edu [129.186.3.24]) by hub.freebsd.org (Postfix) with ESMTP id 482FE37C706 for ; Fri, 14 Jul 2000 06:51:37 -0700 (PDT) (envelope-from ghelmer@cs.iastate.edu) Received: from popeye.cs.iastate.edu (ghelmer@popeye.cs.iastate.edu [129.186.3.4]) by css-1.cs.iastate.edu (8.9.0/8.9.0) with ESMTP id IAA17341 for ; Fri, 14 Jul 2000 08:51:36 -0500 (CDT) Received: from localhost (ghelmer@localhost) by popeye.cs.iastate.edu (8.9.0/8.9.0) with ESMTP id IAA29711 for ; Fri, 14 Jul 2000 08:51:34 -0500 (CDT) X-Authentication-Warning: popeye.cs.iastate.edu: ghelmer owned process doing -bs Date: Fri, 14 Jul 2000 08:51:34 -0500 (CDT) From: Guy Helmer To: freebsd-questions@freebsd.org Subject: Keyboard doesn't work under 4.0's picobsd install Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've gotten FreeBSD 4.0 picobsd's install working for duplicating FreeBSD systems. The remaining nit is that the keyboard does not work while the picobsd rc & doinstall scripts are running, which presents a problem because I would like to provide a "Do you really want to do this?" prompt to prevent people from accidentally booting off this diskette and fouling their hard disk. Any ideas? Thanks, Guy Helmer Guy Helmer, Ph.D. Candidate, Iowa State University Dept. of Computer Science Research Assistant, Dept. of Computer Science --- ghelmer@cs.iastate.edu http://www.cs.iastate.edu/~ghelmer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 6:53:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nestor.locus.ca (Nestor.locus.ca [207.96.156.91]) by hub.freebsd.org (Postfix) with ESMTP id 9279837C72C for ; Fri, 14 Jul 2000 06:53:28 -0700 (PDT) (envelope-from Raimondo.Cichi@locusdialogue.com) Received: from flupke (flupke.mtl.locus.ca [192.168.17.133]) by nestor.locus.ca (8.9.3/8.9.3) with SMTP id KAA08396 for ; Fri, 14 Jul 2000 10:01:22 -0400 (EDT) From: "Raimondo Cichi" To: Subject: Japanese emailing lists Date: Fri, 14 Jul 2000 09:55:52 -0400 Message-ID: <000901bfed9b$39184970$8511a8c0@flupke.mtl.locus.ca> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000A_01BFED79.B206A970" 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_000A_01BFED79.B206A970 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, We are looking to purchase Japanese mailing lists. Can your company be of assistance? If not, maybe you could give me a lead. Thank you for your attention. Regards, Raimondo ------=_NextPart_000_000A_01BFED79.B206A970 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
 
We are = looking to=20 purchase Japanese mailing lists.
Can = your company be=20 of assistance? If not, maybe
you = could give=20 me a lead. Thank you for your attention.
 
Regards,
 
Raimondo
------=_NextPart_000_000A_01BFED79.B206A970-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 6:57: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 892DC37C75C for ; Fri, 14 Jul 2000 06:56:49 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 13D5MZ-00043S-00; Fri, 14 Jul 2000 14:18:43 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 13D5MZ-000BcV-00; Fri, 14 Jul 2000 14:18:43 +0100 Date: Fri, 14 Jul 2000 14:18:43 +0100 From: Ben Smithurst To: Dan Nelson Cc: Glenn McCalley , freebsd-questions@FreeBSD.org Subject: Re: what is soaking up memory? Message-ID: <20000714141843.Q48641@strontium.scientia.demon.co.uk> References: <20000713093805.A20695@dan.emsphone.com> <20000713210418.K48641@strontium.scientia.demon.co.uk> <20000713161636.A13414@dan.emsphone.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="4dIe/AmYstFUGHTF" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000713161636.A13414@dan.emsphone.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --4dIe/AmYstFUGHTF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Dan Nelson wrote: > I'm attaching an email Paul Herman sent to be about this; it goes into > a bit more detail, and actually makes sense. That might be a bit too detailed for the FAQ. We just want to answer the question really, without confusing the new-users too much. jhb has given me a few comments on the text I used (lifted almost verbatim from your answer, hope you don't mind). But thanks, that mail was kind of interesting. (I'm not that much a VM guru though, and that's putting it mildly. ;-) --=20 Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D FreeBSD Documentation Project / --4dIe/AmYstFUGHTF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: X9e7wA9WDKUMokFJBDQl5n1YAABDiwnb iQCVAwUBOW8TMysPVtiZOS99AQHduQP/RUu9DZxACqf7+JNDy1ltN+IEQEDlrGT9 MtB3bDsSeyhtQOgTSGgKgzT8GELv+ewCkoz3bq6Rc7O9HllhLPYF5sJt8jU9jcTr b+JThh75eGJHvLjDwxkJ6JQn11YJxpubyO4sCkSyKViQdQ8P4YuLFwh3M8emCQMZ PCtxKVrughU= =WjgV -----END PGP SIGNATURE----- --4dIe/AmYstFUGHTF-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 6:57:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from teapot23.domain2.bigpond.com (teapot23.domain2.bigpond.com [139.134.5.165]) by hub.freebsd.org (Postfix) with SMTP id B756D37C75C for ; Fri, 14 Jul 2000 06:57:53 -0700 (PDT) (envelope-from port@iname.com) Received: from localhost (localhost [127.0.0.1]) by teapot23.domain2.bigpond.com (NTMail 3.02.13) with ESMTP id ra588371 for ; Fri, 14 Jul 2000 23:58:31 +1000 Received: from DKBH-T-004-p-127-205.tmns.net.au ([139.134.127.205]) by mail2.bigpond.com (Claudes-Kickin-MailRouter V2.9 3/4920097); 14 Jul 2000 23:58:30 From: "Peter Ortner" To: "James Johnson" , Subject: RE: NATD and ident Date: Fri, 14 Jul 2000 23:55:44 +1000 Message-ID: <000a01bfed9b$34835800$0b00a8c0@port.slow> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2120.0 In-Reply-To: Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG For the record, this is what I have in my /etc/inetd.conf This uses the internal ident server, returns the OS UNKNOWN and returns a user foobar when it cannot determine the user. auth stream tcp nowait root internal auth -r -f -n -o UNKNOWN -t 30 -d foobar I actually ripped this off another e-mail on this same list... > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of James Johnson > Sent: Friday, 7 July 2000 8:36 PM > To: freebsd-questions@freebsd.org > Subject: NATD and ident > > I would like to setup a freebsd machine is a gateway box > for my home lan. > The problem I've run into before doing this is attempting to run > IRC clients > from behind the machine running NAT, they cannto respond to the > IRC servers > Ident request... Has anyone developed a workaround for this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 7:17: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bastuba.partitur.se (bastuba.partitur.se [193.219.246.194]) by hub.freebsd.org (Postfix) with ESMTP id B390837BF8F for ; Fri, 14 Jul 2000 07:16:58 -0700 (PDT) (envelope-from kudo@partitur.se) Received: from tb303.partitur.se (tb303.partitur.se [193.219.246.230]) by bastuba.partitur.se (8.9.3/8.9.3) with ESMTP id QAA73538; Fri, 14 Jul 2000 16:16:56 +0200 (CEST) (envelope-from kudo@partitur.se) Received: from localhost (localhost [127.0.0.1]) by tb303.partitur.se (8.9.3/8.9.3) with ESMTP id QAA37646; Fri, 14 Jul 2000 16:16:06 +0200 (CEST) (envelope-from kudo@partitur.se) Date: Fri, 14 Jul 2000 16:16:06 +0200 (CEST) From: Patrik Kudo To: freebsd-questions@freebsd.org Cc: Fredrik Eckardt , Palle Girgensohn Subject: Problem with SuperMicro PIIIDM3 Message-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 We're having trouble with this board and 4.0-STABLE. We're using dual PIII 650 cpus, 512MB pc100 SDRAM (non ECC) and SCSI LVD disks. While running this machine we get scsi related panics (I think. I've not been able to catch the actual panic messages). Has anyone any good/bad experiences with the Supermicro PIIIDM3 board? Any advice at all (changing board?) would be apreciated. Regards, Patrik Kudo ps. please reply to me and to fredrik@partitur.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 7:25:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.mail.yahoo.com (smtp.mail.yahoo.com [128.11.68.32]) by hub.freebsd.org (Postfix) with SMTP id 6345A37C789 for ; Fri, 14 Jul 2000 07:25:55 -0700 (PDT) (envelope-from gregs_place@yahoo.com) Received: from host2.tecsult.com (HELO edeschenes) (216.208.225.60) by smtp.mail.yahoo.com with SMTP; 14 Jul 2000 14:13:22 -0000 X-Apparently-From: From: "Greg Gregson" To: Subject: Question Date: Fri, 14 Jul 2000 10:13:04 -0400 Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0000_01BFED7C.19135C10" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0000_01BFED7C.19135C10 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi, I'm completly new to freeBDS (I've a small Linux backgroud though), this week, I've install FreeBSD 4 but I'm a bit confused on how to make it recognize and install my 2 NE2000 compatible ISA network adapters, I' didn't find any clear documentation on configuring network adapters on FreeBSD. (when I "ifconfig -a", I don't see any ed0 or ed1). Whould you be kind enough to point me some documentation or tutorial about doing this task? Thank you very much for your help, Regards, Greg ------=_NextPart_000_0000_01BFED7C.19135C10 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
 
   I'm=20 completly new to freeBDS (I've a small Linux backgroud though), this = week, I've=20 install FreeBSD 4 but I'm a bit confused on how to make it recognize and = install=20 my 2 NE2000 compatible ISA network adapters, I' didn't find any clear=20 documentation on configuring network adapters on FreeBSD. (when I = "ifconfig -a",=20 I don't see any ed0 or ed1). Whould you be kind enough to point me some=20 documentation or tutorial about doing this task?
 
Thank = you very much=20 for your help,
 
Regards,
Greg
 
------=_NextPart_000_0000_01BFED7C.19135C10-- __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 7:32:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from molotov.dyndns.org (AMontsouris-101-1-2-72.abo.wanadoo.fr [193.251.39.72]) by hub.freebsd.org (Postfix) with ESMTP id 1B97037BF8F for ; Fri, 14 Jul 2000 07:32:39 -0700 (PDT) (envelope-from molotov@molotov.dyndns.org) Received: by molotov.dyndns.org (Postfix, from userid 501) id 5A27B14678; Fri, 14 Jul 2000 16:25:51 +0200 (CEST) From: Molotov To: questions@FreeBSD.org Subject: Floppy install with DSL Date: Fri, 14 Jul 2000 16:19:21 +0200 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <00071416255000.00862@molotov.dyndns.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello I'm planning to install a little server at home, and friends adviced me to use FreeBSD for this. Unfortunately, I didn't find anything in the docs section about an installation with the floppies (FTP) using a DSL connection. Maybe I didn't look in the right place, anyway, my question is: Is it possible to configure a DSL connection with the floppies (pptp) ? Else, is there a place where to download the full CD (in order to burn it myself) ? Thank you -- François Thomas -- http://www.molotov-online.com TRAVAIL: n. masc., du latin "tripalium" (instrument de torture) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 7:38: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freeside.fc.net (freeside.fc.net [207.170.70.2]) by hub.freebsd.org (Postfix) with ESMTP id E34F937C797 for ; Fri, 14 Jul 2000 07:38:04 -0700 (PDT) (envelope-from jdunham@freeside.fc.net) Received: (from jdunham@localhost) by freeside.fc.net (8.9.3/8.8.8) id JAA95120 for freebsd-questions@freebsd.org; Fri, 14 Jul 2000 09:38:03 -0500 (CDT) From: Jerry Dunham Message-Id: <200007141438.JAA95120@freeside.fc.net> Subject: Pre-ELF apsfilter To: freebsd-questions@freebsd.org Date: Fri, 14 Jul 2000 09:38:02 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL54 (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 Has anyone got a pre-ELF apsfilter package? The only one I can find on ftp.freebsd.org is 5.4.2, which doesn't seem to work with my FreeBSD 2.2.6. I checked my FreeBSD 2.2.2 CDs, but there's no apsfilter there at all. Any pointers to an older version would be appreciated. Thanks! -- Jerry Dunham FreeBSD http://www.dunham.org jdunham@fc.net jerry@dunham.org (512)335-0674 (H) E Pluribus Unix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 7:44:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pmr.com (pmr.com [216.30.79.131]) by hub.freebsd.org (Postfix) with ESMTP id A72A537B64F for ; Fri, 14 Jul 2000 07:44:38 -0700 (PDT) (envelope-from sfagan@pmr.com) Received: from fagan (wiseman.pmr.com [10.1.0.22]) by pmr.com (8.9.3/8.9.3) with SMTP id JAA90301 for ; Fri, 14 Jul 2000 09:44:37 -0500 (CDT) (envelope-from sfagan@pmr.com) Message-ID: <007b01bfeda1$db188cc0$1600010a@pmr.com> From: "Steve Fagan" To: Subject: News Groups Date: Fri, 14 Jul 2000 09:43:20 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0078_01BFED77.F22A1AC0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0078_01BFED77.F22A1AC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am trying to setup internal news groups for my company and was = thinking of using Inn-Stable 2.2 on FreeBSD 4.0. Does anyone know where = I can get some good Doc that might help me. Most of what I have found = only talks about getting news from other sources. Thanks Steve Fagan ------=_NextPart_000_0078_01BFED77.F22A1AC0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I am trying to setup internal news = groups for my=20 company and was thinking of using Inn-Stable 2.2 on FreeBSD 4.0.  = Does=20 anyone know where I can get some good Doc that might help me.  Most = of what=20 I have found only talks about getting news from other = sources.
 
Thanks
Steve Fagan
------=_NextPart_000_0078_01BFED77.F22A1AC0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 7:45:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bico-de-lacre.iqm.unicamp.br (bico-de-lacre.iqm.unicamp.br [143.106.51.234]) by hub.freebsd.org (Postfix) with ESMTP id 1D3D337B8DE for ; Fri, 14 Jul 2000 07:45:45 -0700 (PDT) (envelope-from atabraga@bico-de-lacre.iqm.unicamp.br) Received: by bico-de-lacre.iqm.unicamp.br (Postfix, from userid 1001) id 1AAE619C7; Fri, 14 Jul 2000 01:25:24 -0300 (EST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14702.38451.996543.913592@bico-de-lacre.iqm.unicamp.br> Date: Fri, 14 Jul 2000 01:25:23 -0300 (EST) From: Ataualpa Albert Carmo Braga To: questions@freebsd.org Subject: [off topic] perltk X-Mailer: VM 6.75 under Emacs 20.3.1 Reply-To: atabraga@iqm.unicamp.br X-URL: http://www.iqm.unicamp.br Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, anybody know about perltk? Where can i take some informations? Thanks. Ata. -- Ataualpa Albert Carmo Braga atabraga@iqm.unicamp.br http://www.iqm.unicamp.br To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 7:49:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lerami.lerctr.org (lerami.lerctr.org [207.158.72.11]) by hub.freebsd.org (Postfix) with ESMTP id 1B5EB37B64F for ; Fri, 14 Jul 2000 07:49:16 -0700 (PDT) (envelope-from ler@lerctr.org) Received: from lerdesk (ler-desk.iadfw.net [206.66.13.18]) by lerami.lerctr.org (8.10.1/8.10.1/20000708) with SMTP id e6EEn4t02479; Fri, 14 Jul 2000 09:49:04 -0500 (CDT) From: "Larry Rosenman" To: "Steve Fagan" , Subject: RE: News Groups Date: Fri, 14 Jul 2000 09:49:04 -0500 Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0028_01BFED78.BEE06A60" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <007b01bfeda1$db188cc0$1600010a@pmr.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0028_01BFED78.BEE06A60 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Pretty much it's just add your groups to the active file using ctlinnd newgroup or editing. And then make sure if you ever get external peers, don't leak those groups. Larry Rosenman -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Steve Fagan Sent: Friday, July 14, 2000 9:43 AM To: freebsd-questions@FreeBSD.ORG Subject: News Groups I am trying to setup internal news groups for my company and was thinking of using Inn-Stable 2.2 on FreeBSD 4.0. Does anyone know where I can get some good Doc that might help me. Most of what I have found only talks about getting news from other sources. Thanks Steve Fagan ------=_NextPart_000_0028_01BFED78.BEE06A60 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Pretty=20 much it's just add your groups to the active file using ctlinnd newgroup = or=20 editing.
 
And=20 then make sure if you ever get external peers, don't leak those groups.=20
 
Larry=20 Rosenman
-----Original Message-----
From:=20 owner-freebsd-questions@FreeBSD.ORG=20 [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Steve=20 Fagan
Sent: Friday, July 14, 2000 9:43 AM
To:=20 freebsd-questions@FreeBSD.ORG
Subject: News=20 Groups

I am trying to setup internal news = groups for my=20 company and was thinking of using Inn-Stable 2.2 on FreeBSD 4.0.  = Does=20 anyone know where I can get some good Doc that might help me.  = Most of=20 what I have found only talks about getting news from other=20 sources.
 
Thanks
Steve = Fagan
------=_NextPart_000_0028_01BFED78.BEE06A60-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 7:54:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from imo-d04.mx.aol.com (imo-d04.mx.aol.com [205.188.157.36]) by hub.freebsd.org (Postfix) with ESMTP id 8513737B5AC for ; Fri, 14 Jul 2000 07:54:33 -0700 (PDT) (envelope-from JJS2877636@aol.com) Received: from JJS2877636@aol.com by imo-d04.mx.aol.com (mail_out_v27.10.) id n.b7.4e8a447 (4009) for ; Fri, 14 Jul 2000 10:54:29 -0400 (EDT) From: JJS2877636@aol.com Message-ID: Date: Fri, 14 Jul 2000 10:54:29 EDT Subject: Can UNIX BSDI run on a Macinotsh G3 via emulation? To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: AOL 4.0 for Mac - Post-GM sub 147 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is there a way maybe via emulation for me to load UNIX BSDI on a MacIntosh G3 so I can program in PERL? Will the emulation program cause problems? J. Stroll To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 8: 9:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pmr.com (pmr.com [216.30.79.131]) by hub.freebsd.org (Postfix) with ESMTP id CFC2737C558 for ; Fri, 14 Jul 2000 08:06:57 -0700 (PDT) (envelope-from sfagan@pmr.com) Received: from fagan (wiseman.pmr.com [10.1.0.22]) by pmr.com (8.9.3/8.9.3) with SMTP id KAA93273; Fri, 14 Jul 2000 10:06:55 -0500 (CDT) (envelope-from sfagan@pmr.com) Message-ID: <009b01bfeda4$f8f52ca0$1600010a@pmr.com> From: "Steve Fagan" To: "Larry Rosenman" , References: Subject: Re: News Groups Date: Fri, 14 Jul 2000 10:05:39 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0098_01BFED7B.0FFD92E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0098_01BFED7B.0FFD92E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable So if I am not interested in getting news from outside sources. All I = would really need to do is make install and add the groups to the active = file using ctlinns newsgroup or editing? If so then I see why there is not really any information on setting up = for internal use only. Thanks Steve Fagan ----- Original Message -----=20 From: Larry Rosenman=20 To: Steve Fagan ; freebsd-questions@FreeBSD.ORG=20 Sent: Friday, July 14, 2000 9:49 AM Subject: RE: News Groups Pretty much it's just add your groups to the active file using ctlinnd = newgroup or editing.=20 =20 And then make sure if you ever get external peers, don't leak those = groups.=20 =20 Larry Rosenman -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG = [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Steve Fagan Sent: Friday, July 14, 2000 9:43 AM To: freebsd-questions@FreeBSD.ORG Subject: News Groups I am trying to setup internal news groups for my company and was = thinking of using Inn-Stable 2.2 on FreeBSD 4.0. Does anyone know where = I can get some good Doc that might help me. Most of what I have found = only talks about getting news from other sources. Thanks Steve Fagan ------=_NextPart_000_0098_01BFED7B.0FFD92E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
So if I am not interested in getting = news from=20 outside sources.  All I would really need to do is make install and = add the=20 groups to the active file using ctlinns newsgroup or = editing?
 
If so then I see why there is not = really any=20 information on setting up for internal use only.
 
Thanks
Steve Fagan
----- Original Message -----
From:=20 Larry = Rosenman
To: Steve Fagan ; freebsd-questions@FreeBSD.ORG =
Sent: Friday, July 14, 2000 = 9:49 AM
Subject: RE: News Groups

Pretty much it's just add your groups to = the active=20 file using ctlinnd newgroup or editing.
 
And=20 then make sure if you ever get external peers, don't leak those = groups.=20
 
Larry Rosenman
-----Original Message-----
From: owner-freebsd-questio= ns@FreeBSD.ORG=20 [mailto:owner-freebsd-= questions@FreeBSD.ORG]On=20 Behalf Of Steve Fagan
Sent: Friday, July 14, 2000 9:43 = AM
To: freebsd-questions@FreeBSD.O= RG
Subject:=20 News Groups

I am trying to setup internal news = groups for=20 my company and was thinking of using Inn-Stable 2.2 on FreeBSD = 4.0. =20 Does anyone know where I can get some good Doc that might help = me. =20 Most of what I have found only talks about getting news from other=20 sources.
 
Thanks
Steve=20 Fagan
------=_NextPart_000_0098_01BFED7B.0FFD92E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 8: 9:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lerami.lerctr.org (lerami.lerctr.org [207.158.72.11]) by hub.freebsd.org (Postfix) with ESMTP id 20CFE37C317 for ; Fri, 14 Jul 2000 08:07:59 -0700 (PDT) (envelope-from ler@lerctr.org) Received: from lerdesk (ler-desk.iadfw.net [206.66.13.18]) by lerami.lerctr.org (8.10.1/8.10.1/20000708) with SMTP id e6EF7ut03276; Fri, 14 Jul 2000 10:07:56 -0500 (CDT) From: "Larry Rosenman" To: "Steve Fagan" , "Larry Rosenman" , Subject: RE: News Groups Date: Fri, 14 Jul 2000 10:07:55 -0500 Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_002E_01BFED7B.614782A0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <009b01bfeda4$f8f52ca0$1600010a@pmr.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_002E_01BFED7B.614782A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Yup, that's it. -----Original Message----- From: Steve Fagan [mailto:sfagan@pmr.com] Sent: Friday, July 14, 2000 10:06 AM To: Larry Rosenman; freebsd-questions@FreeBSD.ORG Subject: Re: News Groups So if I am not interested in getting news from outside sources. All I would really need to do is make install and add the groups to the active file using ctlinns newsgroup or editing? If so then I see why there is not really any information on setting up for internal use only. Thanks Steve Fagan ----- Original Message ----- From: Larry Rosenman To: Steve Fagan ; freebsd-questions@FreeBSD.ORG Sent: Friday, July 14, 2000 9:49 AM Subject: RE: News Groups Pretty much it's just add your groups to the active file using ctlinnd newgroup or editing. And then make sure if you ever get external peers, don't leak those groups. Larry Rosenman -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Steve Fagan Sent: Friday, July 14, 2000 9:43 AM To: freebsd-questions@FreeBSD.ORG Subject: News Groups I am trying to setup internal news groups for my company and was thinking of using Inn-Stable 2.2 on FreeBSD 4.0. Does anyone know where I can get some good Doc that might help me. Most of what I have found only talks about getting news from other sources. Thanks Steve Fagan ------=_NextPart_000_002E_01BFED7B.614782A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Yup,=20 that's it.
 
 
-----Original Message-----
From: Steve Fagan=20 [mailto:sfagan@pmr.com]
Sent: Friday, July 14, 2000 10:06=20 AM
To: Larry Rosenman;=20 freebsd-questions@FreeBSD.ORG
Subject: Re: News=20 Groups

So if I am not interested in getting = news from=20 outside sources.  All I would really need to do is make install = and add=20 the groups to the active file using ctlinns newsgroup or = editing?
 
If so then I see why there is not = really any=20 information on setting up for internal use only.
 
Thanks
Steve Fagan
----- Original Message -----
From:=20 Larry = Rosenman=20
To: Steve Fagan ; freebsd-questions@FreeBSD.ORG =
Sent: Friday, July 14, 2000 = 9:49=20 AM
Subject: RE: News = Groups

Pretty much it's just add your groups to = the active=20 file using ctlinnd newgroup or editing.
 
And then make sure if you ever get = external peers,=20 don't leak those groups.
 
Larry Rosenman
-----Original Message-----
From: owner-freebsd-questio= ns@FreeBSD.ORG=20 [mailto:owner-freebsd-= questions@FreeBSD.ORG]On=20 Behalf Of Steve Fagan
Sent: Friday, July 14, 2000 = 9:43=20 AM
To: freebsd-questions@FreeBSD.O= RG
Subject:=20 News Groups

I am trying to setup internal = news groups for=20 my company and was thinking of using Inn-Stable 2.2 on FreeBSD = 4.0. =20 Does anyone know where I can get some good Doc that might help = me. =20 Most of what I have found only talks about getting news from other = sources.
 
Thanks
Steve=20 Fagan
------=_NextPart_000_002E_01BFED7B.614782A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 8:21: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from neo-dial.neo.rr.com (neo-dial.neo.rr.com [204.210.223.26]) by hub.freebsd.org (Postfix) with ESMTP id 036B837B883 for ; Fri, 14 Jul 2000 08:12:22 -0700 (PDT) (envelope-from leckert@neo.rr.com) Received: from neo.rr.com (m2-1c168.neo.rr.com [24.93.199.168]) by neo-dial.neo.rr.com (8.9.3/8.9.3) with ESMTP id OAA20558 for ; Fri, 14 Jul 2000 14:09:38 -0400 (EDT) Message-ID: <396F2E98.CC39945A@neo.rr.com> Date: Fri, 14 Jul 2000 11:15:36 -0400 From: leckert X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: parallel port problems Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm a new FreeBSD user. Yesterday I installed FreeBSD 4.0 from the cdrom. Everything went well with one exception. My parallel port is not being supported. I get this message when booting: ppc0: cannot reserve I/O port range I have attempted to read as much as possible and checked the mail list archives til I just couldn't read anymore, and I have no idea how to find the conflict. In my linux days, it was easy, but I just can't seem to find my iport, dma, & interrupts information. Any help would be appriciated. Les To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 8:21:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id A221537C827 for ; Fri, 14 Jul 2000 08:15:09 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 13D6Co-0004CR-00; Fri, 14 Jul 2000 15:12:42 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 13D6Co-000L0E-00; Fri, 14 Jul 2000 15:12:42 +0100 Date: Fri, 14 Jul 2000 15:12:42 +0100 From: Ben Smithurst To: Harry Putnam Cc: freebsd-questions@FreeBSD.ORG Subject: Re: /var/mail Read only with mutt Message-ID: <20000714151242.W48641@strontium.scientia.demon.co.uk> References: <87sntfapy5.fsf@satellite.local.lan> <20000713150234.G48641@strontium.scientia.demon.co.uk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="zvmqw4jX2vbPsMQB" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --zvmqw4jX2vbPsMQB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Harry Putnam wrote: > Ben Smithurst writes: >=20 >> . . . . . . . I prefer to make /var/mail mode 1777 (i.e. >> world writable with the sticky bit, like /tmp). Just do a 'chmod 1777 >> /var/mail'. If you intend to upgrade using make world, you should put >> this command in /etc/rc.local or somewhere since the upgrade will reset >> /var/mail to its default mode (775). >=20 > Chmod 1777 cured the problem, but does it raise any tricky security probl= ems? Hmm. I suppose it could, but I think a mode 1777 /var/mail is one of the two common ways of doing things. (The other way is a mode 775 /var/mail (group "mail") and have all mail clients on the system setgid "mail".) Neither way seems particularly pleasant. --=20 Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D FreeBSD Documentation Project / --zvmqw4jX2vbPsMQB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: p+8UZ3vWl4rt8N1Zf6yyx6i/rvragG6O iQCVAwUBOW8f2SsPVtiZOS99AQFsbQP/Y3+0swShWN4el5h62/+ftz/QHU/GR+PI I3NtcYX43qFAY63fv/3OGfnKMCVHRqJ69TtfHFH7a+XQuz9++j/tOr/VRkzgnPz8 f2vM9h0e6g9O8dxnquXgWKfyke3H1SEwflcOEFiOeR5CnzPL9l5z9/s5vrxU1EAK 1Y/dWjSOLP8= =CyrA -----END PGP SIGNATURE----- --zvmqw4jX2vbPsMQB-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 8:21:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.aracnet.com (mail3.aracnet.com [216.99.193.38]) by hub.freebsd.org (Postfix) with ESMTP id 4E47037C88C for ; Fri, 14 Jul 2000 08:18:22 -0700 (PDT) (envelope-from hamellr@aracnet.com) Received: from shell1.aracnet.com (shell1.aracnet.com [216.99.193.21]) by mail3.aracnet.com (8.9.3/8.9.3) with ESMTP id IAA16459; Fri, 14 Jul 2000 08:18:25 -0700 Received: by shell1.aracnet.com (8.9.3) id IAA31280; Fri, 14 Jul 2000 08:18:22 -0700 Date: Fri, 14 Jul 2000 08:18:22 -0700 (PDT) From: Rick Hamell To: Greg Gregson Cc: questions@FreeBSD.ORG Subject: Re: 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 > I'm completly new to freeBDS (I've a small Linux backgroud though), this > week, I've install FreeBSD 4 but I'm a bit confused on how to make it > recognize and install my 2 NE2000 compatible ISA network adapters, I' didn't > find any clear documentation on configuring network adapters on FreeBSD. > (when I "ifconfig -a", I don't see any ed0 or ed1). Whould you be kind > enough to point me some documentation or tutorial about doing this task? Don't know about documentations, but the default ed0 driver is set for address 280, BUT most NE2000 cards are defaulted to 300. If you reboot the machine, and do boot -c when it says to hi enter to boot kernal you'll go into configuration mode. Just change the default address at that point, quit and it'll boot up. If you then do dmesg |more at the prompt you can find out if the card was initilized or not. Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 8:21:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gatekeeper.veriohosting.com (gatekeeper.veriohosting.com [192.41.0.2]) by hub.freebsd.org (Postfix) with ESMTP id E823837C8B5; Fri, 14 Jul 2000 08:19:52 -0700 (PDT) (envelope-from fred@veriohosting.com) Received: by gatekeeper.veriohosting.com; Fri, 14 Jul 2000 09:19:51 -0600 (MDT) Received: from unknown(192.168.1.7) by gatekeeper.veriohosting.com via smap (V3.1.1) id xma017325; Fri, 14 Jul 00 09:19:48 -0600 Received: from vespa.orem.iserver.com (vespa.orem.iserver.com [192.168.1.144]) by orca.orem.veriohosting.com [Verio Web Hosting, Inc. 801.437.0200] (8.8.8) id JAA72545; Fri, 14 Jul 2000 09:19:48 -0600 (MDT) Date: Fri, 14 Jul 2000 09:27:58 -0600 (MDT) From: Fred Clift X-Sender: fred@vespa.orem.iserver.com To: John Baldwin Cc: Greg Lehey , "Anders Chr. Skoe" , freebsd-questions@FreeBSD.ORG Subject: Re: Anyone resolved "Missing operating system" issue? 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've never seen any problems using "dangerously dedicated" on SCSI. > > I've been doing it all the time for over 8 years. Care to explain > > your claim? > > I know that Doug White for one had serious issues with dangerously > dedicated mode on SCSI. The problem has more to do with newer SCSI > controllers that attempt to match the geometry speecified in the MBR > of the disk. Since dangerously dedicated mode uses a completely fake > and made up geometry, this can greatly confuse the SCSI controller. Intel ISP2150 servers (2U case, with the L440GX motherboard+hotswap stuff) have an adaptec scsi bios built in to the mother board that kind of chokes on dangerously dedicated disks. At the first reboot, the box hangs. In fact, if the 'fake' freebsd fdisk partition talbe that gets put on dangerously dedicated disks (the one with the 50 meg entry) makes the machine choke if it is on _ANY_ disk in the system, even if other devices are supposed to be the boot devices (as chosen by bios setting). The bios sees what purpots to be a valid partition table on sector 0 (last two bytes AA 55 or 55 AA) and then finds an entry in the fourth partition slot marked active with enoguh info to make most motherboards boot the disk fine, but with enough wrong info that the machine totally chokes. I assume that it is trying to verify that there is some valid filesystem in the partition or something. I did find a workaround for this particular board -- I do an fdisk -u on the drive after it has been all installed properly. I go to the partition entry that has the bogus 50 meg freebsd partition and then interactively change the value for 'size' to be the same size that disklabel shows and then let it automatically calculate the beginning/ending addresses and write the partition back. (note that I tried to use the scripting stuff built into the fdisk command, but getting the same numbers is virtually impossible because the scripting stuff thinks it knows better than you do and is in my opinion broken. I end up sending something like "\n\n\n\ny\n\n\n%d\n\ny\n\ny\n" ,driveInfo[disk].size to the fdisk -u process which gets the job done but is ugly. One of these days, I'll fix fdisk instead and submit a patch :) Then I have a 'dangerously dedicated' but have a 'real' fdisk entry for the partition. This fools the so-called 'smart bios' into actually booting the disks... Of course this could be avoided alltogether by not doing dangerously dedicated disks, but... Fred -- Fred Clift - fred@veriohosting.com -- Remember: If brute force doesn't work, you're just not using enough. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 8:32:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from winconx.com (ns1.winconx.net [208.60.80.2]) by hub.freebsd.org (Postfix) with SMTP id 1BB3137C6BE for ; Fri, 14 Jul 2000 08:32:02 -0700 (PDT) (envelope-from travis@winconx.com) Received: (qmail 16155 invoked from network); 14 Jul 2000 15:30:25 -0000 Received: from dhcp01.winconx.net (HELO travis) (208.60.80.32) by ns1.winconx.net with SMTP; 14 Jul 2000 15:30:25 -0000 Message-ID: <012601bfeda8$a66097a0$20503cd0@travis> From: "Travis Leuthauser" To: Subject: IDE Drive Capacity Date: Fri, 14 Jul 2000 10:31:58 -0500 Organization: DDS Group of Companies MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I recall some discussion about the IDE drive capacity of 3.X releases, but can not seem to find the thread nor remember what the capacity was. How well does 3.5 work with 45G IDE drives? I know SCSI drives are not a problem, but I seem to recall that IDE might be. Any help or pointers to information is most appreciated. Travis To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 8:39:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from postfix3.free.fr (postfix3.free.fr [212.27.32.22]) by hub.freebsd.org (Postfix) with ESMTP id 70F6837C702 for ; Fri, 14 Jul 2000 08:37:54 -0700 (PDT) (envelope-from jaco@titine.fr.eu.org) Received: from titine.fr.eu.org (toulouse-1-4-108.dial.proxad.net [213.228.4.108]) by postfix3.free.fr (Postfix) with ESMTP id C29B686BAD; Fri, 14 Jul 2000 17:37:47 +0200 (CEST) Received: by titine.fr.eu.org (Postfix, from userid 1000) id 9919114DBC; Fri, 14 Jul 2000 17:34:17 +0200 (CEST) X-Attribution: Jaco To: atabraga@iqm.unicamp.br Cc: questions@FreeBSD.ORG Subject: Re: [off topic] perltk References: <14702.38451.996543.913592@bico-de-lacre.iqm.unicamp.br> From: Eric Jacoboni Date: 14 Jul 2000 17:34:17 +0200 In-Reply-To: Ataualpa Albert Carmo Braga's message of "Fri, 14 Jul 2000 01:25:23 -0300 (EST)" Message-ID: <87r98wiv46.fsf@titine.fr.eu.org> Lines: 13 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> "Ataualpa" =3D=3D writes: Ataualpa> anybody know about perltk? Where can i take some informations? Check for 'Learning Perl/Tk' from O'Reilly (). There are newsgroups (comp.lang.perl.misc for english speaking, fr.comp.lang.perl for french, etc.) devoted to perl questions, too. --=20 --------------------------------------------------------- =C9ric Jacoboni =AB No sport, cigars! =BB (W. Churchill) --------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 8:39:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bsdie.rwsystems.net (bsdie.rwsystems.net [209.197.223.2]) by hub.freebsd.org (Postfix) with ESMTP id BC1EB37C7F8; Fri, 14 Jul 2000 08:37:57 -0700 (PDT) (envelope-from jwyatt@rwsystems.net) Received: from bsdie.rwsystems.net([209.197.223.2]) (1397 bytes) by bsdie.rwsystems.net via sendmail with P:esmtp/R:bind_hosts/T:inet_zone_bind_smtp (sender: ) id for ; Fri, 14 Jul 2000 10:29:08 -0500 (CDT) (Smail-3.2.0.106 1999-Mar-31 #1 built 1999-Aug-7) Date: Fri, 14 Jul 2000 10:29:06 -0500 (CDT) From: James Wyatt To: Carlton Haycock Cc: "freebsd-questions@FreeBSD.ORG" , "freebsd-isp@freebsd.org" Subject: Re: news server In-Reply-To: <200007140007.UAA24622@maynard.mail.mindspring.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, 13 Jul 2000, Carlton Haycock wrote: > Anyone have any recommendations on which nntp news server to run as there appear > to be several in the ports/packages collection. Until alt.binaries and such got too large to handle, we used INN with innfeed and several peering feeds to feed our readers and customers with NNTP servers. FreeBSD with ccd support on several ultrawide Viking II drives and lots 'o dram ran very well. The server was stable enough to run async IO on the news spool filesystems and it made a large difference in noise and drive lifetime. We had the active file on a drive out of the ccds. It worked great. Hope this helps, call if you want more 'input'. - Jy@ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 8:50:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id 0320C37CEA2; Fri, 14 Jul 2000 08:50:17 -0700 (PDT) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.9.3/8.8.7) with ESMTP id LAA51561; Fri, 14 Jul 2000 11:49:34 -0400 (EDT) (envelope-from shovey@buffnet.net) Date: Fri, 14 Jul 2000 11:49:27 -0400 (EDT) From: Stephen Hovey To: James Wyatt Cc: Carlton Haycock , "freebsd-questions@FreeBSD.ORG" , "freebsd-isp@freebsd.org" Subject: Re: news server In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Thu, 13 Jul 2000, Carlton Haycock wrote: > > Anyone have any recommendations on which nntp news server to run as there appear > > to be several in the ports/packages collection. > > Until alt.binaries and such got too large to handle, we used INN with > innfeed and several peering feeds to feed our readers and customers with > NNTP servers. FreeBSD with ccd support on several ultrawide Viking II > drives and lots 'o dram ran very well. > I had to switch to dnews - inn mad use the mmap in spots, and just couldnt keep up.. I mean I got more bang for the same machine with dnews - I think cause it threads internally instead of spawning instances (and using ram) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 8:51:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from kingsqueak.org (cc737825-a.etntwn1.nj.home.com [24.3.202.115]) by hub.freebsd.org (Postfix) with ESMTP id BA16337CABE for ; Fri, 14 Jul 2000 08:51:05 -0700 (PDT) (envelope-from drmoreau@kingsqueak.org) Received: by kingsqueak.org (Postfix, from userid 1001) id 6825516E2C; Fri, 14 Jul 2000 11:50:59 -0400 (EDT) Date: Fri, 14 Jul 2000 11:50:59 -0400 From: Chris To: JJS2877636@aol.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Can UNIX BSDI run on a Macinotsh G3 via emulation? Message-ID: <20000714115059.A11520@kingsqueak.org> Reply-To: Chris References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from JJS2877636@aol.com on Fri, Jul 14, 2000 at 10:54:29AM -0400 Organization: Earn $$$ install a web-cam in yer bathroom. Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Wouldn't this be simpler http://www.macperl.com/ On Fri, Jul 14, 2000 at 10:54:29AM -0400, JJS2877636@aol.com wrote: > Is there a way maybe via emulation for me to load UNIX BSDI on a MacIntosh G3 > so I can program in PERL? Will the emulation program cause problems? > > J. Stroll > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message ---end quoted text--- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 9: 4: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f189.law3.hotmail.com [209.185.241.189]) by hub.freebsd.org (Postfix) with SMTP id 3EF2037C977 for ; Fri, 14 Jul 2000 09:03:58 -0700 (PDT) (envelope-from hapl0@hotmail.com) Received: (qmail 47762 invoked by uid 0); 14 Jul 2000 16:03:53 -0000 Message-ID: <20000714160353.47761.qmail@hotmail.com> Received: from 63.253.48.132 by www.hotmail.com with HTTP; Fri, 14 Jul 2000 09:03:53 PDT X-Originating-IP: [63.253.48.132] From: "jeff -|-|-" To: freebsd-questions@FreeBSD.org Subject: LAN trouble Date: Fri, 14 Jul 2000 09:03:53 PDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am attempting to set up my LAN with my FreeBSD machine and my win98 machine. I have verifyied that the network card is up and running and can see the pings to the win98 machine go out on the network, but no ack is received. In addition when I try to ping my FreeBSD machine from my win98 machine I do not receive acks and I get this error: /kernel: arp: 00:a0:c9:0c:7f:04 attempts to modify permanent entry for 192.168.0.0 on dc0 I am stuck and would appreciate any help you great BSD gurus can offer. Thanx in Advance, Jeffory C Luce ps - feel free to email for further info ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail 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 Jul 14 9: 8:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fremont.bolingbroke.com (adsl-216-102-90-210.dsl.snfc21.pacbell.net [216.102.90.210]) by hub.freebsd.org (Postfix) with ESMTP id 426A137C8C9 for ; Fri, 14 Jul 2000 09:08:27 -0700 (PDT) (envelope-from hacker@bolingbroke.com) Received: from fremont.bolingbroke.com (fremont.bolingbroke.com [216.102.90.210]) by fremont.bolingbroke.com (Pro-8.9.3/Pro-8.9.3) with ESMTP id JAA28643; Fri, 14 Jul 2000 09:08:22 -0700 (PDT) Date: Fri, 14 Jul 2000 09:08:22 -0700 (PDT) From: Ken Bolingbroke To: JJS2877636@aol.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Can UNIX BSDI run on a Macinotsh G3 via emulation? 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 NetBSD might be your best option for BSD on Mac, but I don't know if they support the G3 yet. Check out www.netbsd.org However, if you only want it to program in Perl, why not just get the Mac version of Perl? I've never used it, but I've heard about it and it's supposed to be reliable. See www.macperl.com Ken Bolingbroke hacker@bolingbroke.com On Fri, 14 Jul 2000 JJS2877636@aol.com wrote: > Is there a way maybe via emulation for me to load UNIX BSDI on a MacIntosh G3 > so I can program in PERL? Will the emulation program cause problems? > > J. Stroll > > > 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 Jul 14 9:17:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from neo-dial.neo.rr.com (neo-dial.neo.rr.com [204.210.223.26]) by hub.freebsd.org (Postfix) with ESMTP id 10EDB37C804 for ; Fri, 14 Jul 2000 09:17:24 -0700 (PDT) (envelope-from leckert@neo.rr.com) Received: from neo.rr.com (m2-1c168.neo.rr.com [24.93.199.168]) by neo-dial.neo.rr.com (8.9.3/8.9.3) with ESMTP id PAA26416 for ; Fri, 14 Jul 2000 15:14:40 -0400 (EDT) Message-ID: <396F3DD6.DD45C181@neo.rr.com> Date: Fri, 14 Jul 2000 12:20:38 -0400 From: leckert X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: parallel port problems Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm a new FreeBSD user. Yesterday I installed FreeBSD 4.0 from the cdrom. Everything went well with one exception. My parallel port is not being supported. I get this message when booting: ppc0: cannot reserve I/O port range I have attempted to read as much as possible and checked the mail list archives til I just couldn't read anymore, and I have no idea how to find the conflict. In my linux days, it was easy, but I just can't seem to find my iport, dma, & interrupts information. Any help would be appriciated. Les To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 9:26:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www3.pacific-pages.com (www3.pacific-pages.com [192.41.48.219]) by hub.freebsd.org (Postfix) with ESMTP id A2B2637C89A for ; Fri, 14 Jul 2000 09:26:51 -0700 (PDT) (envelope-from David@www3.pacific-pages.com) Received: from www3.pacific-pages.com ([216.191.60.59]) by www3.pacific-pages.com (8.8.5) id KAA07727; Fri, 14 Jul 2000 10:26:42 -0600 (MDT) Message-ID: <396F3F20.BEEC845D@www3.pacific-pages.com> Date: Fri, 14 Jul 2000 12:26:08 -0400 From: David Banning Reply-To: David@SkytrackerCanada.com Organization: Sky-Tracker of Canada Inc. X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: both mysql client & server need to be installed? 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 learn mysql - to get it running, do I need to install both client and server? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 9:28:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from inu.net (downtown.inu.net [208.129.164.2]) by hub.freebsd.org (Postfix) with ESMTP id CC23637C8FB for ; Fri, 14 Jul 2000 09:28:44 -0700 (PDT) (envelope-from bob@inu.net) Received: from inu.net [208.129.164.18] by inu.net with ESMTP (SMTPD32-5.05) id AFB884F0152; Fri, 14 Jul 2000 11:28:40 -0500 Message-ID: <396F3FB7.4C16E091@inu.net> Date: Fri, 14 Jul 2000 11:28:39 -0500 From: Bob Martin X-Mailer: Mozilla 4.73 [en] (X11; U; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 Cc: freebsd-questions@FreeBSD.ORG Subject: Re: News Groups References: <007b01bfeda1$db188cc0$1600010a@pmr.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Steve Fagan wrote: > > I am trying to setup internal news groups for my company and was > thinking of using Inn-Stable 2.2 on FreeBSD 4.0. Does anyone know > where I can get some good Doc that might help me. Most of what I have > found only talks about getting news from other sources. > > Thanks > Steve Fagan Most of the docs come with the code. You might want to look at http://www.isc.org/products/INN/ -- Bob Martin, CTO InterNet Unlimited http://www.inu.net mailto:bob@inu.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 9:33:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.aracnet.com (mail2.aracnet.com [216.99.193.35]) by hub.freebsd.org (Postfix) with ESMTP id 8CCD437B91B for ; Fri, 14 Jul 2000 09:33:14 -0700 (PDT) (envelope-from hamellr@aracnet.com) Received: from shell1.aracnet.com (shell1.aracnet.com [216.99.193.21]) by mail2.aracnet.com (8.9.3/8.9.3) with ESMTP id JAA27961 for ; Fri, 14 Jul 2000 09:33:18 -0700 Received: by shell1.aracnet.com (8.9.3) id JAA08571; Fri, 14 Jul 2000 09:33:15 -0700 Date: Fri, 14 Jul 2000 09:33:15 -0700 (PDT) From: Rick Hamell To: freebsd-questions@freebsd.org Subject: Domain Name Registration Message-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 company do y'all recommend for Domain Name Registration these days? Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 9:38: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.enteract.com (mail.enteract.com [207.229.143.33]) by hub.freebsd.org (Postfix) with ESMTP id 4930737B91B for ; Fri, 14 Jul 2000 09:37:55 -0700 (PDT) (envelope-from djab@enteract.com) Received: from chico (dhcp-103.internal.enteract.com [207.229.169.230]) by mail.enteract.com (8.9.3/8.9.3) with SMTP id LAA23024 for ; Fri, 14 Jul 2000 11:37:54 -0500 (CDT) (envelope-from djab@enteract.com) Message-ID: <007201bfedb2$56dcb650$e6a9e5cf@chico> Reply-To: "Daniel Schrock" From: "Daniel Schrock" To: Subject: buildworld failing- ideas how to fix it? Date: Fri, 14 Jul 2000 11:41:20 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to update one of my servers, but buildworld keeps failing. (Sorry about the length of this post but I want to be as complete as possible) Here is the failed output: ===> usr.sbin/lptcontrol rm -f .depend mkdep -f .depend -a -I/usr/obj/usr/src/i386/usr/include /usr/src/usr.sbin/lptcontrol/lptcontrol.c /usr/src/usr.sbin/lptcontrol/lptcontrol.c:45: dev/ppbus/lptio.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/usr.sbin/lptcontrol. *** Error code 1 Stop in /usr/src/usr.sbin. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. i've tried adding a flag to bypass but neither worked. tried thus far: make -DNOPERL buildworld make -DNOPERL -DNOPPBUS buildworld make -DNOPERL -DNOLPT buildworld all have failed (the -DNOPERL is required by my systems) I managed to update a different system and never got an error from the ppbus so I'm not sure why this one is failing but the other didn't. Anyone have any idea how to fix this? here is the dmesg output from the system thats failing: [webserv][/usr/home/d_jab] [d_jab]>dmesg Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 4.0-RELEASE #0: Tue Jun 27 17:01:47 CDT 2000 d_jab@webserv.anonymous-daemon.org:/usr/src/sys/compile/WEBSERV1 Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon (501.14-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x672 Stepping = 2 Features=0x383fbff real memory = 134217728 (131072K bytes) config> di sn0 config> di lnc0 config> di ie0 config> di fe0 config> di ed0 config> di cs0 config> di aic0 config> di aha0 config> di adv0 config> en le0 config> po le0 0x300 config> ir le0 5 config> iom le0 0xe0000 config> f le0 0 config> q avail memory = 126193664 (123236K bytes) Preloaded elf kernel "kernel" at 0xc03bf000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc03bf09c. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 7.2 chip1: port 0x440-0x44f at device 7.3 on pci0 dc0: <82c169 PNIC 10/100BaseTX> port 0xe800-0xe8ff mem 0xfebfff00-0xfebfffff irq 10 at device 17.0 on pci0 dc0: Ethernet address: 00:a0:cc:55:14:75 miibus0: on dc0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto dc0: supplying EUI64: 00:a0:cc:ff:fe:55:14:75 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60-0x6f on isa0 atkbd0: irq 1 on atkbdc0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: on isa0 sc0: VGA <16 virtual consoles, flags=0x200> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode ppi0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port plip0: on ppbus0 ad0: 6149MB [13328/15/63] at ata0-master using UDMA33 ad3: 3020MB [6136/16/63] at ata1-slave using WDMA2 acd0: CDROM at ata1-master using PIO4 Mounting root from ufs:/dev/ad0s1a dc0: starting DAD for fe80:0001::02a0:ccff:fe55:1475 dc0: DAD complete for fe80:0001::02a0:ccff:fe55:1475 - no duplicates found Any help would be appreciated. Once again, sorry about the length, but I wanted to be thorough. Thanks in adavnce. Daniel Schrock To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 9:44:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from srigate.servplex.com (assigned.190.54.206.in-addr.arpa [206.54.190.138]) by hub.freebsd.org (Postfix) with ESMTP id B00C137C89D for ; Fri, 14 Jul 2000 09:44:32 -0700 (PDT) (envelope-from peter@srigate.servplex.com) Received: from peter.servplex.com ([192.168.0.45]) by srigate.servplex.com (8.9.1/8.9.1) with ESMTP id LAA09831 for ; Fri, 14 Jul 2000 11:44:26 -0500 (CDT) Message-Id: <4.3.2.7.2.20000714114154.00ab0100@servplex.com> X-Sender: peter@servplex.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Fri, 14 Jul 2000 11:44:25 -0500 To: freebsd-questions@FreeBSD.ORG From: Peter Elsner Subject: FreeBSD 4.0-RELEASE and LS-120 Drives Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Has anyone had any problems with the LS-120 drives? We have one installed on our new FreeBSD 4.0-RELEASE server. It's constantly giving us a warning message afd0: reading partition table: error reading fsbn 0 It especially happens when we access the CD-ROM drive... I'm wondering if it is the drive or something in the FreeBSD drivers section. Thanks, any help is appreciated. -------------------------------------------------------------------------------------------------------------------------------------------- Peter Elsner Vice President Of Customer Service 1835 S. Carrier Parkway Grand Prairie, Texas 75051 (972) 263-2080 - Voice (972) 263-2082 - Fax (972) 489-4838 - Cell Phone (425) 988-8061 - eFax Unix IS user friendly... It's just selective about who its friends are. -------------------------------------------------------------------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 9:56:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from unix.megared.net.mx (megamail.megared.com.mx [200.52.207.52]) by hub.freebsd.org (Postfix) with ESMTP id 9CCD537B83B for ; Fri, 14 Jul 2000 09:56:34 -0700 (PDT) (envelope-from ales@megared.net.mx) Received: from ales (ales.corp.megared.net.mx [200.52.193.2]) by unix.megared.net.mx (8.9.3/8.9.3) with SMTP id LAA84062; Fri, 14 Jul 2000 11:55:44 -0500 (CDT) (envelope-from ales@megared.net.mx) Message-ID: <051301bfedb4$58d65180$02c134c8@megared.net.mx> From: "Alejandro Ramirez" To: "Matthew Cerha" , References: <20000711011000.A4585@io.com> Subject: Re: Support for the 3ware IDE RAID Controllers Date: Fri, 14 Jul 2000 11:55:42 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Take a look at http://people.freebsd.org/~msmith/RAID/index.html Have Fun... Ales ----- Original Message ----- From: "Matthew Cerha" To: Sent: Tuesday, July 11, 2000 1:10 AM Subject: Support for the 3ware IDE RAID Controllers > Hi, > > I was wondering if anyone had looked into support for the 3Ware IDE RAID controllers > available at http://www.3ware.com. They have open-source drivers available and > supported under Linux. Just curious. > > --mtc > > > 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 Jul 14 9:59:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from state.net (dorthy.state.net [204.75.238.244]) by hub.freebsd.org (Postfix) with ESMTP id E9EFB37B91B for ; Fri, 14 Jul 2000 09:58:52 -0700 (PDT) (envelope-from jon@state.net) Received: from state.net (redoak.state.net [204.75.238.247]) by state.net (8.8.8/8.7.2) with ESMTP id LAA04176; Fri, 14 Jul 2000 11:59:49 -0500 (CDT) Message-ID: <396F46A4.BDA1A3F3@state.net> Date: Fri, 14 Jul 2000 11:58:12 -0500 From: Jon X-Mailer: Mozilla 4.73 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Peter Elsner Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD 4.0-RELEASE and LS-120 Drives References: <4.3.2.7.2.20000714114154.00ab0100@servplex.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've noticed the same error with mine, under the same circumstances. The only thing I found in the GNATS db was this entry, but it's under the 3.x family. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=10606 Jon Peter Elsner wrote: > > Has anyone had any problems with the LS-120 drives? > > We have one installed on our new FreeBSD 4.0-RELEASE server. > > It's constantly giving us a warning message > > afd0: reading partition table: error reading fsbn 0 > > It especially happens when we access the CD-ROM drive... > > I'm wondering if it is the drive or something in the FreeBSD drivers section. > > Thanks, any help is appreciated. > > -------------------------------------------------------------------------------------------------------------------------------------------- > Peter Elsner Vice > President Of Customer Service > 1835 S. Carrier Parkway > Grand Prairie, Texas > 75051 (972) > 263-2080 - Voice > (972) 263-2082 - > Fax (972) > 489-4838 - Cell Phone > (425) 988-8061 - eFax > > Unix IS user friendly... It's just selective about who its friends are. > -------------------------------------------------------------------------------------------------------------------------------------------- > > 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 Jul 14 10: 5:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.wolves.k12.mo.us (mail.wolves.k12.mo.us [207.160.214.1]) by hub.freebsd.org (Postfix) with ESMTP id 9266537C823 for ; Fri, 14 Jul 2000 10:05:25 -0700 (PDT) (envelope-from cdillon@wolves.k12.mo.us) Received: from mail.wolves.k12.mo.us (cdillon@mail.wolves.k12.mo.us [207.160.214.1]) by mail.wolves.k12.mo.us (8.9.3/8.9.3) with ESMTP id MAA03957; Fri, 14 Jul 2000 12:05:19 -0500 (CDT) (envelope-from cdillon@wolves.k12.mo.us) Date: Fri, 14 Jul 2000 12:05:19 -0500 (CDT) From: Chris Dillon To: JJS2877636@aol.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Can UNIX BSDI run on a Macinotsh G3 via emulation? 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, 14 Jul 2000 JJS2877636@aol.com wrote: > Is there a way maybe via emulation for me to load UNIX BSDI on a > MacIntosh G3 so I can program in PERL? Will the emulation program > cause problems? Taking the emulation route may or may not work. You can, however, get PERL for MacOS. See http://www.cpan.org/ports/index.html. -- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net FreeBSD: The fastest and most stable server OS on the planet. For Intel x86 and Alpha architectures. ( 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 Jul 14 10: 8:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lvcablemodem.com (hams3.lvcablemodem.com [24.234.0.77]) by hub.freebsd.org (Postfix) with ESMTP id 589C737B5A5 for ; Fri, 14 Jul 2000 10:08:05 -0700 (PDT) (envelope-from greg@beldamar.com) Received: from dhcp222.18.lvcm.com ([24.234.18.222]) by lvcablemodem.com with Microsoft SMTPSVC(5.5.1877.387.38); Fri, 14 Jul 2000 10:07:13 -0700 Date: Fri, 14 Jul 2000 10:11:55 -0700 From: "Greg S. Wirth" X-Mailer: The Bat! (v1.45 Beta/6) Personal Reply-To: "Greg S. Wirth" X-Priority: 3 (Normal) Message-ID: <4142851692.20000714101155@beldamar.com> To: freebsd-questions@FreeBSD.ORG Subject: FBSD 5.0 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... Where do i find an ISO of FBSD 5.x??? i can't seem to find it on ftp.freebsd.org Am i blind? - -- Greg S. Wirth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 10:10:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rmx195-mta.mail.com (rmx195-mta.mail.com [165.251.48.42]) by hub.freebsd.org (Postfix) with ESMTP id 7F40437BB15 for ; Fri, 14 Jul 2000 10:09:48 -0700 (PDT) (envelope-from di0nys0s@earthlink.net) Received: from web624-wrb.mail.com (web624-wrb.mail.com [165.251.33.64]) by rmx195-mta.mail.com (8.9.3/8.9.3) with SMTP id NAA28412; Fri, 14 Jul 2000 13:09:43 -0400 (EDT) Message-ID: <381873528.963594581599.JavaMail.root@web624-wrb.mail.com> Date: Fri, 14 Jul 2000 13:09:41 -0400 (EDT) From: James Shrenk To: freebsd-questions@FreeBSD.ORG Subject: buildworld failing- ideas how to fix it? Cc: djab@enteract.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: mail.com X-Originating-IP: 206.229.152.12 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Daniel wrote: >I'm trying to update one of my servers, but buildworld keeps >failing. >(Sorry about the length of this post but I want to be as >complete as >possible) >Here is the failed output: > >===> usr.sbin/lptcontrol >rm -f .depend >mkdep -f .depend -a -I/usr/obj/usr/src/i386/usr/include >/usr/src/usr.sbin/lptcontrol/lptcontrol.c >/usr/src/usr.sbin/lptcontrol/lptcontrol.c:45: >dev/ppbus/lptio.h: No such >file or directory >mkdep: compile failed >*** Error code 1 Run cvsup again and then try again. Mine was doing this for the last two days until last night and it finally worked. James To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 10:17: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by hub.freebsd.org (Postfix) with ESMTP id D4CED37BB1D for ; Fri, 14 Jul 2000 10:16:56 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from parish.my.domain ([62.253.88.87]) by mta01-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000714171650.WKSF26680.mta01-svc.ntlworld.com@parish.my.domain>; Fri, 14 Jul 2000 18:16:50 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id SAA01806; Fri, 14 Jul 2000 18:16:46 +0100 (BST) (envelope-from mark) Date: Fri, 14 Jul 2000 18:16:45 +0100 From: Mark Ovens To: Doug Barton Cc: questions@freebsd.org Subject: Re: Problem cvsup'ing gnats Message-ID: <20000714181645.C237@parish> References: <20000712191846.K237@parish> <396D9452.BEC5DB5C@gorean.org> <20000713175243.A237@parish> <396EC61A.11068F1B@gorean.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <396EC61A.11068F1B@gorean.org>; from DougB@gorean.org on Fri, Jul 14, 2000 at 12:49:46AM -0700 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jul 14, 2000 at 12:49:46AM -0700, Doug Barton wrote: > Mark Ovens wrote: > > > > I have no idea what the committer's guide says, but here is the cvsup file > > > I've used for years. The first set of entries is for the cvs repo files, > > > but it does slurp down the gnats files as well. Oddly enough, this > > > information is in /usr/share/examples/cvsup/gnats-supfile. > > > > > > > Which info exactly? It makes no mention of tags (except implicitly I > > suppose, by virtue of the fact that there's no tag= entry). > > So how big of a stick would you like us to hit you with? :) Seriously... > why would someone create an example supfile that A) didn't work, or B) > contained more information than was necessary to make it work? > > > > *default release=current > > > gnats > > > > > > > How does all this work without a tag? > > The question you really want to ask yourself is, what do the tags mean, > and why _would_ you specify a tag to slurp the gnats files? > The answer to both your questions (I know you posed 3, but I don't want hitting with a stick) is that I (mis)understood that if there was no ``tag='' entry then ``tag=.'' was the default, i.e. src-all would get you -current. OK, I'll go and RTFM, but looking back at your supfile that you posted in an earlier message I see no tags at all, and given that ``tag=.'' doesn't work for gnats, I can only come to the conclusion that the *implied* tag is different for each collection. > Doug -- If I buy a copy of WinDelete, and it doesn't delete Windows, am I entitled to my money back? ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:marko@freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 10:26:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id C9D7337B778 for ; Fri, 14 Jul 2000 10:26:44 -0700 (PDT) (envelope-from ust@cert.siemens.de) X-Envelope-Sender-Is: ust@cert.siemens.de (at relayer david.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by david.siemens.de (8.10.1/8.10.1) with ESMTP id e6EHQZR25426; Fri, 14 Jul 2000 19:26:35 +0200 (MET DST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.10.1/8.10.1) with ESMTP id e6EHQYX10676; Fri, 14 Jul 2000 19:26:34 +0200 (MET DST) Received: from alaska.cert.siemens.de (reims.mchp.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.10.2/8.10.2/Siemens CERT [ $Revision: 1.8 ]) with ESMTP id e6EHQY404024; Fri, 14 Jul 2000 19:26:34 +0200 (CEST) Received: (from ust@localhost) by alaska.cert.siemens.de (8.10.2/8.10.2/alaska [ $Revision: 1.4 ]) id e6EHQYj01125; Fri, 14 Jul 2000 17:26:34 GMT Date: Fri, 14 Jul 2000 19:26:34 +0200 From: Udo Schweigert To: Daniel Schrock Cc: freebsd-questions@FreeBSD.ORG Subject: Re: buildworld failing- ideas how to fix it? Message-ID: <20000714192634.A1078@alaska.cert.siemens.de> References: <007201bfedb2$56dcb650$e6a9e5cf@chico> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <007201bfedb2$56dcb650$e6a9e5cf@chico>; from djab@enteract.com on Fri, Jul 14, 2000 at 11:41:20AM -0500 X-Operating-System: FreeBSD 4.1-RC Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jul 14, 2000 at 11:41:20 -0500, Daniel Schrock wrote: > I'm trying to update one of my servers, but buildworld keeps failing. > (Sorry about the length of this post but I want to be as complete as > possible) cvsup again. Hint: you must have this line in /usr/src/include/Makefile: LSYMSUBDIRS= isofs/cd9660 ufs/ffs ufs/mfs ufs/ufs dev/ppbus dev/usb Regards. -- Udo Schweigert, Siemens AG | Voice : +49 89 636 42170 ZT IK 3, Siemens CERT | Fax : +49 89 636 41166 D-81730 Muenchen / Germany | email : ust@cert.siemens.de PGP-2/5 fingerprint | D8 A5 DF 34 EC 87 E8 C6 E2 26 C4 D0 EE 80 36 B2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 10:27:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta03-svc.ntlworld.com (mta03-svc.ntlworld.com [62.253.162.43]) by hub.freebsd.org (Postfix) with ESMTP id 604DE37B584 for ; Fri, 14 Jul 2000 10:27:04 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from parish.my.domain ([62.253.88.87]) by mta03-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000714172658.UFN16423.mta03-svc.ntlworld.com@parish.my.domain>; Fri, 14 Jul 2000 18:26:58 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id SAA01892; Fri, 14 Jul 2000 18:26:54 +0100 (BST) (envelope-from mark) Date: Fri, 14 Jul 2000 18:26:53 +0100 From: Mark Ovens To: "David J. Kanter" Cc: FreeBSD questions Subject: Re: Viewing all start-up messages Message-ID: <20000714182653.D237@parish> References: <20000713204223.A5542@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000713204223.A5542@localhost.localdomain>; from djkanter@northwestern.edu on Thu, Jul 13, 2000 at 08:42:23PM -0500 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jul 13, 2000 at 08:42:23PM -0500, David J. Kanter wrote: > There is some start-up information that I'd like to view, but which is not > picked up by dmesg. How can I view this? > > For instance, all the messages about what's being booted from /etc/rc. When > I upgraded to 4.0, there were some non-critical start-up errors that flashed > by too quickly for me to catch. One I happened to notice was > /var/log/security not existing...but that was pretty painful to catch. > > How can I look at all those messages that occur after the kernel boots? I > tried but that doesn't show them either. > It should do in 4.0. You couldn't scroll back in 3.x if you had changed the console resolution via ``allscreens_flags'' (e.g. VGA_80x43) but syscons(4) had a major re-write which added the functionality. > Thanks. > -- > David Kanter > djkanter@northwestern.edu > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- If I buy a copy of WinDelete, and it doesn't delete Windows, am I entitled to my money back? ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:marko@freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 10:30:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta03-svc.ntlworld.com (mta03-svc.ntlworld.com [62.253.162.43]) by hub.freebsd.org (Postfix) with ESMTP id 2FD8737C90F for ; Fri, 14 Jul 2000 10:30:31 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from parish.my.domain ([62.253.88.87]) by mta03-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000714173028.UQQ16423.mta03-svc.ntlworld.com@parish.my.domain>; Fri, 14 Jul 2000 18:30:28 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id SAA01912; Fri, 14 Jul 2000 18:30:24 +0100 (BST) (envelope-from mark) Date: Fri, 14 Jul 2000 18:30:24 +0100 From: Mark Ovens To: Rahul Siddharthan Cc: j mckitrick , questions@freebsd.org Subject: Re: better than 'make clean' Message-ID: <20000714183024.E237@parish> References: <20000714045027.A2409@dogma.freebsd-uk.eu.org> <20000714132046.D3287@physics.iisc.ernet.in> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000714132046.D3287@physics.iisc.ernet.in>; from rsidd@physics.iisc.ernet.in on Fri, Jul 14, 2000 at 01:20:46PM +0530 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jul 14, 2000 at 01:20:46PM +0530, Rahul Siddharthan wrote: > j mckitrick said on Jul 14, 2000 at 04:50:28: > > > > i searched my saved mail, and i can't find it. > > > > i saw a better method to delete work directories/files than make clean. > > does anyone know offhand what that was? > > rm -rf /usr/ports/*/*/work ? :-) > Takes a long time, but if you've not been doing "make clean" regularly > and have forgotten what you made last, this will do it. But "make > clean" works fine otherwise, cleans the dependencies too, I can't > imagine what would be faster. > I just run ``find /usr/ports -type d -a -name work'' Then just cd to the parent of each found work dir and do a make clean. I keep intending to put it in a script, but.... > Rahul. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- If I buy a copy of WinDelete, and it doesn't delete Windows, am I entitled to my money back? ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:marko@freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 10:33:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from 1upmc-msx4.isdip.upmc.edu (1upmc-msx4.isdbu.upmc.edu [128.147.18.41]) by hub.freebsd.org (Postfix) with ESMTP id 47C4D37BBA8 for ; Fri, 14 Jul 2000 10:33:41 -0700 (PDT) (envelope-from personrp@ccbh.com) Received: by 1upmc-msx4.isdbu.upmc.edu with Internet Mail Service (5.5.2650.10) id <3MRWJJ9P>; Fri, 14 Jul 2000 13:33:14 -0400 Message-ID: From: "Person, Roderick" To: "'questions@FreeBSD.ORG'" Subject: Sendmail on a FreeBSD hidden on a NT Network..... Date: Fri, 14 Jul 2000 13:33:04 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.10) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a FreeBSD box setup on a NT network (at work). I have FTP and Web services running fine. I can't seem to get sendmail to work for other users. In other words, if one of my co-workers wants to use the FreeBSD box as his mail server from his NT machine, I can't get it to work. Has anyone done this? Anyone know where I can go to find something documented on this if at all. Roderick P. Person Programmer II Crystal Administrator personrp@ccbh.com (412)454-2616 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 10:38: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hobbes.ssbaptist.net. (linux.ssbaptist.net [216.17.141.70]) by hub.freebsd.org (Postfix) with ESMTP id 79A7E37B8B7 for ; Fri, 14 Jul 2000 10:37:52 -0700 (PDT) (envelope-from brad@ssbaptist.net) Received: from ssbaptist.net (waite.ssbaptist.net [192.168.1.132]) by hobbes.ssbaptist.net. (8.9.3/8.8.7) with ESMTP id EAA03496; Fri, 14 Jul 2000 04:42:47 -0600 Message-ID: <396F4D31.9ABCB94E@ssbaptist.net> Date: Fri, 14 Jul 2000 11:26:09 -0600 From: Brad Waite Organization: South Sheridan Baptist Church X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Harry Woodward-Clarke Cc: questions@freebsd.org Subject: Re: Mounting linux partitions References: <396EAB39.7AC8823A@ssbaptist.net> <396EAFE2.92B1C75C@S1.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Harry, Thanks for the reply. I should've been more clear. I've rebuilt the kernel w/ext2fs and have successfully mounted the primary parition. It's the logical's I can get FBSD to recognize. I read something in the archives from 2 years ago about the ext2fs driver not working, but was hoping there was a solution in 4.0-Release (which I also forgot to mention :). -Brad Harry Woodward-Clarke wrote: > > Hi Brad, > > > > > We're trying to upgrade one of our linux servers to FBSD, and have > > encountered a snag. I cannot for the life of me get FBSD to mount the > > ext2fs logical partitions. Is there a way around this, or can I change > > the partition types of the linux drives from w/in linux to permit this? > > > > as well as /sbin/mount_ext2fs, you need in your kernel configuration > file > > "options EXT2FS", > > although, my LINT file (V4.0-R) says... > > # Add support for the EXT2FS filesystem of Linux fame. Be a bit > # careful with this - the ext2fs code has a tendency to lag behind > # changes and not be exercised very much, so mounting read/write could > # be dangerous (and even mounting read only could result in panics.) > > hmmm... 'all care, no responsibility' I guess ;') > > GBY, > > h -- Brad Waite Media Director - South Sheridan Baptist Church (303) 922-8304 x225 brad@ssbaptist.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 10:43:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rider.dunham.org (rider.dunham.org [207.170.123.194]) by hub.freebsd.org (Postfix) with ESMTP id D6BD637C90D for ; Fri, 14 Jul 2000 10:43:17 -0700 (PDT) (envelope-from dunham@dunham.org) Received: (from dunham@localhost) by rider.dunham.org (8.8.8/8.7.3) id MAA08438; Fri, 14 Jul 2000 12:43:11 -0500 (CDT) Message-ID: <20000714124244.G28201@rider.dunham.org> Date: Fri, 14 Jul 2000 12:42:44 -0500 From: Jerry Dunham To: "Donald R. Tyson" Cc: freebsd-questions@freebsd.org Subject: Re: Pre-ELF apsfilter References: <200007141438.JAA95120@freeside.fc.net> <200007141647.MAA00514@orange.earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <200007141647.MAA00514@orange.earthlink.net>; from Donald R. Tyson on Fri, Jul 14, 2000 at 12:47:32PM -0400 X-Operating-System: FreeBSD rider.dunham.org 2.2.6-RELEASE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 14 July 2000 at 12:47:32 -0400, Donald R. Tyson wrote: > > IIRC apsfilter did not appear in package form until 3.x > There was talk on the list a couple of weeks ago about where > to find 2.2.8 -- wherever that was (check the archives) > might also have the files needed to build the 2.2.x port, which > was something like 4.99 I think. Thanks. I'll try that. Interestingly, apsfilter isn't on my 2.2.2 disks. Now I'm wishing my 2.2.6 hadn't come from borrowed disks. > (You could also ask Andreas Klemm, of course.) I just did about an hour ago. I'm waiting for him to wake up. :-) -- Jerry Dunham FreeBSD (512)335-0674 (H) jdunham@fc.net jerry@dunham.org To vacillate, or not to vacillate, that is the question ... or is it? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 10:50:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lvcablemodem.com (hams3.lvcablemodem.com [24.234.0.77]) by hub.freebsd.org (Postfix) with ESMTP id 724A137B95D for ; Fri, 14 Jul 2000 10:50:24 -0700 (PDT) (envelope-from greg@beldamar.com) Received: from dhcp222.18.lvcm.com ([24.234.18.222]) by lvcablemodem.com with Microsoft SMTPSVC(5.5.1877.387.38); Fri, 14 Jul 2000 10:49:35 -0700 Date: Fri, 14 Jul 2000 10:54:16 -0700 From: "Greg S. Wirth" X-Mailer: The Bat! (v1.45 Beta/7) Personal Reply-To: "Greg S. Wirth" X-Priority: 3 (Normal) Message-ID: <4345393647.20000714105416@beldamar.com> To: questions@FreeBSD.ORG Subject: FBSD 5.x 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... Where do i find an ISO of FBSD 5.x??? i can't seem to find it on ftp.freebsd.org Am i blind? - -- Greg S. Wirth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 10:51:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id B673C37C692 for ; Fri, 14 Jul 2000 10:50:45 -0700 (PDT) (envelope-from fgleiser@cactus.fi.uba.ar) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by cactus.fi.uba.ar (8.9.3/8.9.3) with ESMTP id OAA11710 for ; Fri, 14 Jul 2000 14:54:12 GMT (envelope-from fgleiser@cactus.fi.uba.ar) Date: Fri, 14 Jul 2000 14:54:12 +0000 (GMT) From: Fernando Gleiser To: freebsd-questions@FreeBSD.ORG Subject: Re: Mounting linux partitions In-Reply-To: <396F4D31.9ABCB94E@ssbaptist.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, 14 Jul 2000, Brad Waite wrote: > Harry, > > Thanks for the reply. > > I should've been more clear. I've rebuilt the kernel w/ext2fs and have > successfully mounted the primary parition. It's the logical's I can get > FBSD to recognize. I read something in the archives from 2 years ago > about the ext2fs driver not working, but was hoping there was a solution > in 4.0-Release (which I also forgot to mention :). Do you have the entries in /dev ? I can mount the logical partitios without problem. let's say in Linux your /usr file system is /dev/hda7 Boot FreeBSD, log in as root, cd /dev and run: # ./MAKEDEV wd0s7 and then: # mount_ext2fs /dev/wd0s7 /mnt > > -Brad > > Harry Woodward-Clarke wrote: > > > > Hi Brad, > > > > > > > > We're trying to upgrade one of our linux servers to FBSD, and have > > > encountered a snag. I cannot for the life of me get FBSD to mount the > > > ext2fs logical partitions. Is there a way around this, or can I change > > > the partition types of the linux drives from w/in linux to permit this? > > > > > > > as well as /sbin/mount_ext2fs, you need in your kernel configuration > > file > > > > "options EXT2FS", > > > > although, my LINT file (V4.0-R) says... > > > > # Add support for the EXT2FS filesystem of Linux fame. Be a bit > > # careful with this - the ext2fs code has a tendency to lag behind > > # changes and not be exercised very much, so mounting read/write could > > # be dangerous (and even mounting read only could result in panics.) > > > > hmmm... 'all care, no responsibility' I guess ;') > > > > GBY, > > > > h > > -- > Brad Waite > Media Director - South Sheridan Baptist Church > (303) 922-8304 x225 brad@ssbaptist.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 Fri Jul 14 11: 7:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rmx441-mta.mail.com (rmx441-mta.mail.com [165.251.48.44]) by hub.freebsd.org (Postfix) with ESMTP id B592F37C1B4 for ; Fri, 14 Jul 2000 11:07:36 -0700 (PDT) (envelope-from di0nys0s@earthlink.net) Received: from web624-wrb.mail.com (web624-wrb.mail.com [165.251.33.64]) by rmx441-mta.mail.com (8.9.3/8.9.3) with SMTP id OAA11291; Fri, 14 Jul 2000 14:07:31 -0400 (EDT) Message-ID: <379804350.963598051463.JavaMail.root@web624-wrb.mail.com> Date: Fri, 14 Jul 2000 14:07:31 -0400 (EDT) From: James Shrenk To: questions@FreeBSD.ORG Subject: Re: Sendmail on a FreeBSD hidden on a NT Network..... Cc: personrp@ccbh.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: mail.com X-Originating-IP: 206.229.152.12 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Roderick Person wrote: >I have a FreeBSD box setup on a NT network (at work). I have >FTP and Web >services running fine. >I can't seem to get sendmail to work for other users. In other >words, if one >of my co-workers wants to use the FreeBSD box as his mail >server from his NT >machine, I can't get it to work. Has anyone done this? Anyone >know where I >can go to find something documented on this if at all. >Roderick P. Person First off, any error message that you could provide as well as the version of sendmail would be great. My thought is that the FreeBSD mail server is probably denying relays (error 550 IIRC). If that's the case, see this page: http://www.sendmail.org/faq/section3.html#3.27 . Otherwise, an exact error message would probably be the most helpful. James To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 11: 9:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp01.mrf.mail.rcn.net (smtp01.mrf.mail.rcn.net [207.172.4.60]) by hub.freebsd.org (Postfix) with ESMTP id 1398B37CA0B for ; Fri, 14 Jul 2000 11:09:18 -0700 (PDT) (envelope-from goldtech@worldpost.com) Received: from 209-122-226-148.s402.tnt1.nyw.ny.dialup.rcn.com ([209.122.226.148] helo=beefstew) by smtp01.mrf.mail.rcn.net with smtp (Exim 3.15 #2) id 13D9tj-0007Kw-00 for questions@FreeBSD.ORG; Fri, 14 Jul 2000 14:09:16 -0400 Message-ID: <000901bfedbe$b2686b20$94e27ad1@beefstew> From: "leegold" To: Subject: several newbie ques: ppp, cdcontrol, man, suon? Date: Fri, 14 Jul 2000 14:09:47 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 1 is there anyway to get a table of contents, an index , or a list of all the commands described in the man pages? 2. i am trying to find the cammand to give a user selective access to root only commands. I thought it was suon but there's no man pg for that command. 3. i can only use ppp as root. i tried in rc.config: ppp_enable="YES" ppp_mode="auto" ppp_profile="papchap" to be able to use ppp as a user. But this is NOT doing what I want - it dials up ( i don't know where ) at long-in, I REALLY DON"T KNOW WHAT IT"S DOING. All I want is to be able to callup my ISP as as a user ( not only as root which is the only way I can do it right now ). I don't want it dialing automaticly w/out my command. I just want to be able to log on to my isp as a user. THAT"S ALL. 4. cdcontrol expects I have SCSI cd drive it expects /dev/cd0c or cd0. I use acd0. SO I have to enter a whole long command line specifying my device for every command. The man page for cdcontrol says it will default to an env var CD_MUSIC. ok, how do I set that var to /dev/acd0? Right now there's not such var. Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 11:13:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from netrider.rowland.org (netrider.rowland.org [192.131.102.5]) by hub.freebsd.org (Postfix) with SMTP id A726937B51D for ; Fri, 14 Jul 2000 11:13:51 -0700 (PDT) (envelope-from chandran@rowland.org) Received: (qmail 3929 invoked from network); 14 Jul 2000 14:13:49 -0400 Received: from meller3.rowland.org (192.131.102.130) by netrider.rowland.org with SMTP; 14 Jul 2000 14:13:49 -0400 Message-Id: <4.3.2.7.0.20000714141307.00a97d30@nanoteknics.com> X-Sender: chandran@netrider.rowland.org X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Fri, 14 Jul 2000 14:13:47 -0700 To: freebsd-questions@FreeBSD.ORG From: Chandran Subject: Xserver problems with Intel 810e Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am having problems setting up my Xserver with the Free BSD 4.0 CD. I am running a Compaq Deskpro EP, PIII 600. The tech docs from Compaq says the onboard video is an Intel 810e Chipset with 4M, i740eq, AGP2X, DDC2B. This is a dual boot system and Windows 98 uses the Intel 810e Chipset Graphics Driver (DC133). TIA! ----------------------------------------------------- Chandran R. Sabanayagam, Ph.D. The Rowland Institute for Science 100 Edwin H. Land Boulevard Cambridge, Massachusetts 02142-1297 617.497.4644 (phone) 617.497.4600 (fax) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 11:20:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from psasolar.colltech.com (psasolar.colltech.com [208.229.236.14]) by hub.freebsd.org (Postfix) with ESMTP id 3F5E437B9B6 for ; Fri, 14 Jul 2000 11:20:23 -0700 (PDT) (envelope-from jmutter@colltech.com) Received: from localhost by psasolar.colltech.com (8.9.3/8.9.3/not) with ESMTP id NAA03353; Fri, 14 Jul 2000 13:20:11 -0500 (CDT) Date: Fri, 14 Jul 2000 13:20:11 -0500 (CDT) From: "James A. Mutter" X-Sender: jmutter@psasolar.private.psa.pencom.com To: "Person, Roderick" Cc: "'questions@FreeBSD.ORG'" Subject: Re: Sendmail on a FreeBSD hidden on a NT Network..... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I can't seem to get sendmail to work for other users. In other words, if one > of my co-workers wants to use the FreeBSD box as his mail server from his NT > machine, I can't get it to work. Has anyone done this? Anyone know where I > can go to find something documented on this if at all. > Take a stroll through the sendmail.cf file. If this is the generic .cf then I'd bet you're running into sendmail's "no-relay by default" feature. You'll see this in the logs as well. Consult the sendmail documentation for a fix. -- Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 11:25: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by hub.freebsd.org (Postfix) with ESMTP id 44A2637C772 for ; Fri, 14 Jul 2000 11:24:56 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from parish.my.domain ([62.253.88.87]) by mta01-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000714182454.WSXP26680.mta01-svc.ntlworld.com@parish.my.domain>; Fri, 14 Jul 2000 19:24:54 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id TAA02330; Fri, 14 Jul 2000 19:24:51 +0100 (BST) (envelope-from mark) Date: Fri, 14 Jul 2000 19:24:51 +0100 From: Mark Ovens To: leegold Cc: questions@freebsd.org Subject: Re: several newbie ques: ppp, cdcontrol, man, suon? Message-ID: <20000714192451.G237@parish> References: <000901bfedbe$b2686b20$94e27ad1@beefstew> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <000901bfedbe$b2686b20$94e27ad1@beefstew>; from goldtech@worldpost.com on Fri, Jul 14, 2000 at 02:09:47PM -0400 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jul 14, 2000 at 02:09:47PM -0400, leegold wrote: > 1 is there anyway to get a table of contents, an index , or a list of all > the commands > described in the man pages? > ``apropos all'' although you may prefer ``apropos N'' where N is the section number of the manual. > 2. i am trying to find the cammand to give a user selective access to root > only commands. I thought it was suon but there's no man pg for that > command. > ITYM sudo, it's in the ports. > 3. i can only use ppp as root. i tried in rc.config: > > ppp_enable="YES" > ppp_mode="auto" > ppp_profile="papchap" > > to be able to use ppp as a user. But this is NOT doing what I want - it > dials up ( i don't know where ) at long-in, I REALLY DON"T KNOW WHAT IT"S > DOING. All I want is to be able to callup my ISP as as a user ( not only as > root which is the only way I can do it right now ). I don't want it dialing > automaticly w/out my command. > > I just want to be able to log on to my isp as a user. THAT"S ALL. > add allow user to /etc/ppp/ppp.conf and make sure that is in the network group. > 4. cdcontrol expects I have SCSI cd drive it expects /dev/cd0c or cd0. I use > acd0. SO I have to enter a whole long command line specifying my device for > every command. The man page for cdcontrol says it will default to an env var > CD_MUSIC. ok, how do I set that var to /dev/acd0? Right now there's not such > var. > ``man cdcontrol'' shows: -f device Specify a device, such as /dev/cd0c or mcd0. Both absolute path and relative to /dev filename are possible. Suffix `c' is added to the device name if needed. > Thanks > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- If I buy a copy of WinDelete, and it doesn't delete Windows, am I entitled to my money back? ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:marko@freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 11:25:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id B007D37B5E7 for ; Fri, 14 Jul 2000 11:25:20 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 13DA8v-0004am-00; Fri, 14 Jul 2000 19:24:57 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 13DA8v-0008PL-00; Fri, 14 Jul 2000 19:24:57 +0100 Date: Fri, 14 Jul 2000 19:24:56 +0100 From: Ben Smithurst To: "Greg S. Wirth" Cc: questions@FreeBSD.ORG Subject: Re: FBSD 5.x Message-ID: <20000714192456.B48641@strontium.scientia.demon.co.uk> References: <4345393647.20000714105416@beldamar.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="sTC4Ri5uc2u6z9Yo" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <4345393647.20000714105416@beldamar.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --sTC4Ri5uc2u6z9Yo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Greg S. Wirth wrote: > Where do i find an ISO of FBSD 5.x??? > i can't seem to find it on ftp.freebsd.org > Am i blind? No. FreeBSD 5 hasn't been released yet, it's the development version only at the moment. If you want it, read the handbook, it has sections on what -current is and how to use cvsup to get it. --=20 Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D FreeBSD Documentation Project / --sTC4Ri5uc2u6z9Yo Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: SnOOdyJot0FBqU4qi5G/QosoTHw+Pkd6 iQCVAwUBOW9a+CsPVtiZOS99AQETpAP/VbvvDjPH3D91DrzuVqyWhjyBVErgwLDW fxuZj3s20htY4KEiqvpIVkKZfzcDIimjA6ve9QTjwLCK7082mZW7VlD8AF+g77tj gVPIPO9gESD1vUFQE6TVoRZ/bhlVcHuth4oZaXOX2bK92Wm641zL8JSpL5N5IanD ZrQyXY+72P0= =vtmY -----END PGP SIGNATURE----- --sTC4Ri5uc2u6z9Yo-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 11:34:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from penguin-ext.wise.edt.ericsson.se (penguin-ext.wise.edt.ericsson.se [194.237.142.110]) by hub.freebsd.org (Postfix) with ESMTP id 39D5937C11C for ; Fri, 14 Jul 2000 11:34:09 -0700 (PDT) (envelope-from nikoniko@lmf.ericsson.se) Received: from fogerty.lmf.ericsson.se (fogerty.lmf.ericsson.se [131.160.11.6]) by penguin.wise.edt.ericsson.se (8.10.1/8.10.1/WIREfire-1.3) with ESMTP id e6EIXsM07753; Fri, 14 Jul 2000 20:33:54 +0200 (MEST) Received: from greymse1.lmf.ericsson.se (greymse1.lmf.ericsson.se [131.160.1.6]) by fogerty.lmf.ericsson.se (8.9.3+Sun/8.9.3) with ESMTP id VAA28494; Fri, 14 Jul 2000 21:33:54 +0300 (EET DST) Received: from lmf.ericsson.se (ecndhcp13456.acc.am.ericsson.se [138.85.134.56]) by greymse1.lmf.ericsson.se (8.9.3 (PHNE_18979)/8.8.6) with ESMTP id VAA13625; Fri, 14 Jul 2000 21:33:50 +0300 (EETDST) Message-ID: <396F5CC7.377171E8@lmf.ericsson.se> Date: Fri, 14 Jul 2000 21:32:40 +0300 From: Nikolaos Nikou Reply-To: Nikolaos.Nikou@lmf.ericsson.se X-Mailer: Mozilla 4.61 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Chris Dillon Cc: JJS2877636@aol.com, freebsd-questions@FreeBSD.ORG Subject: Re: Can UNIX BSDI run on a Macinotsh G3 via emulation? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Have you consider using MAcOSX. It is BSD after all. A beta version is to be released next week I think. nn Chris Dillon wrote: > On Fri, 14 Jul 2000 JJS2877636@aol.com wrote: > > > Is there a way maybe via emulation for me to load UNIX BSDI on a > > MacIntosh G3 so I can program in PERL? Will the emulation program > > cause problems? > > Taking the emulation route may or may not work. You can, however, get > PERL for MacOS. See http://www.cpan.org/ports/index.html. > > -- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net > FreeBSD: The fastest and most stable server OS on the planet. > For Intel x86 and Alpha architectures. ( 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 Fri Jul 14 11:59:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.mail.yahoo.com (smtp.mail.yahoo.com [128.11.68.32]) by hub.freebsd.org (Postfix) with SMTP id 99EAF37B949 for ; Fri, 14 Jul 2000 11:59:21 -0700 (PDT) (envelope-from jwarner182@yahoo.com) Received: from unknown (HELO 16jeremy) (206.163.169.1) by smtp.mail.yahoo.com with SMTP; 14 Jul 2000 17:48:32 -0000 X-Apparently-From: Message-ID: <001101bfedbb$d19603c0$1001a8c0@northwesttechnical.com> From: "Jeremy Warner" To: Subject: Backing up with amanda Date: Fri, 14 Jul 2000 10:49:02 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG does anyone know where I can get info on backing up windows file systems using amanda, I already have amanda backing up my FreeBSD systems, but I need to include my NT Servers as well Any help would be great. Thanks.... __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 12: 2:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (sirius-ether.rz.uni-ulm.de [134.60.1.36]) by hub.freebsd.org (Postfix) with ESMTP id 78F9537B51C for ; Fri, 14 Jul 2000 12:02:24 -0700 (PDT) (envelope-from siegbert.baude@gmx.de) Received: from gmx.de (lilith.wohnheim.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.9.3/8.9.3) with ESMTP id VAA25137; Fri, 14 Jul 2000 21:02:04 +0200 (MEST) Message-ID: <396F63AB.147D2796@gmx.de> Date: Fri, 14 Jul 2000 21:02:03 +0200 From: Siegbert Baude X-Mailer: Mozilla 4.73 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: de, en MIME-Version: 1.0 To: Brad Waite , "freebsd-questions@freebsd.org" Subject: Re: Mounting linux partitions References: <396EAB39.7AC8823A@ssbaptist.net> <396EAFE2.92B1C75C@S1.com> <396F4D31.9ABCB94E@ssbaptist.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Brad, an /etc/fstab entry of the form: /dev/ad0s5 /linux ext2fs ro 0 0 works well for me. But pay attention: rw instead of ro led to a non-booting system! However it's possible to remount the ext2fs-partition read-write, after booting with ro entry in fstab has finished. Ciao Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 12:13:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.nwlink.com (smtp.nwlink.com [209.20.130.57]) by hub.freebsd.org (Postfix) with ESMTP id 2793E37C585 for ; Fri, 14 Jul 2000 12:13:54 -0700 (PDT) (envelope-from jcwells@nwlink.com) Received: from utah (jcwells@utah.nwlink.com [209.20.130.41]) by smtp.nwlink.com (8.9.3/8.9.3) with SMTP id MAA00557; Fri, 14 Jul 2000 12:13:52 -0700 (PDT) Date: Fri, 14 Jul 2000 12:25:44 -0700 (PDT) From: "Jason C. Wells" X-Sender: jcwells@utah To: "Greg S. Wirth" Cc: questions@FreeBSD.ORG Subject: Re: FBSD 5.x In-Reply-To: <4345393647.20000714105416@beldamar.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, 14 Jul 2000, Greg S. Wirth wrote: > Hello... > > Where do i find an ISO of FBSD 5.x??? > i can't seem to find it on ftp.freebsd.org > Am i blind? What you are talking about is the -current branch which is the bleeding edge devesopment branch. You probably won't see an ISO for it until it becomes a release. Thank you, Jason C. Wells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 12:14: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.mail.yahoo.com (smtp.mail.yahoo.com [128.11.68.32]) by hub.freebsd.org (Postfix) with SMTP id 46D4B37C19B for ; Fri, 14 Jul 2000 12:13:59 -0700 (PDT) (envelope-from jwarner182@yahoo.com) Received: from unknown (HELO 16jeremy) (206.163.169.1) by smtp.mail.yahoo.com with SMTP; 14 Jul 2000 18:05:37 -0000 X-Apparently-From: Message-ID: <004501bfedbe$33f497a0$1001a8c0@northwesttechnical.com> From: "Jeremy Warner" To: "freebsd-questions@FreeBS" Subject: Amanda backups of windows file system? Date: Fri, 14 Jul 2000 11:06:15 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does anyone know where I can get info on backing up windows file systems using amanda, I already have amanda backing up my FreeBSD systems, but I need to include my NT Servers as well Any help would be great. Thanks.... __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 12:18:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.nwlink.com (smtp.nwlink.com [209.20.130.57]) by hub.freebsd.org (Postfix) with ESMTP id C5DFB37C0E7 for ; Fri, 14 Jul 2000 12:18:48 -0700 (PDT) (envelope-from jcwells@nwlink.com) Received: from utah (jcwells@utah.nwlink.com [209.20.130.41]) by smtp.nwlink.com (8.9.3/8.9.3) with SMTP id MAA01313; Fri, 14 Jul 2000 12:18:44 -0700 (PDT) Date: Fri, 14 Jul 2000 12:30:35 -0700 (PDT) From: "Jason C. Wells" X-Sender: jcwells@utah To: Greg Gregson Cc: questions@FreeBSD.ORG Subject: Re: 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, 14 Jul 2000, Greg Gregson wrote: > Hi, > > I'm completly new to freeBDS (I've a small Linux backgroud though), this > week, I've install FreeBSD 4 but I'm a bit confused on how to make it > recognize and install my 2 NE2000 compatible ISA network adapters, I' didn't > find any clear documentation on configuring network adapters on FreeBSD. > (when I "ifconfig -a", I don't see any ed0 or ed1). Whould you be kind > enough to point me some documentation or tutorial about doing this task? Does your 'dmesg' output tell you that there was a ed0 found during boot? You may need to load a module or build your kernel. Ed0 is compiled into the GENERIC kernel so you should be good to go. You will need to edit /etc/rc.conf to make your interface show up on boot. Grab the pertinent lines out of /etc/defaults/rc.conf. You could always ifconfig your interface manually too, but what fun is that? :) Thank you, Jason C. Wells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 12:22: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pmr.com (pmr.com [216.30.79.131]) by hub.freebsd.org (Postfix) with ESMTP id 4B30137C375 for ; Fri, 14 Jul 2000 12:21:55 -0700 (PDT) (envelope-from sfagan@pmr.com) Received: from fagan (wiseman.pmr.com [10.1.0.22]) by pmr.com (8.9.3/8.9.3) with SMTP id OAA33855; Fri, 14 Jul 2000 14:21:49 -0500 (CDT) (envelope-from sfagan@pmr.com) Message-ID: <004301bfedc8$95e94c80$1600010a@pmr.com> From: "Steve Fagan" To: "Jeremy Warner" , References: <001101bfedbb$d19603c0$1001a8c0@northwesttechnical.com> Subject: Re: Backing up with amanda Date: Fri, 14 Jul 2000 14:20:35 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just list the FreeBSD system and then use \\servername\drive where drive is the share you want to backup (ie c or \documents) in the disklist file. Example: Eddie //lina/c nocomp-user-gnutar Where lina is the servers name and c is the share name to backup and Eddie is the FreeBSD server running amanda. Hope this helps. Steve ----- Original Message ----- From: "Jeremy Warner" To: Sent: Friday, July 14, 2000 12:49 PM Subject: Backing up with amanda > does anyone know where I can get info on backing up windows file systems > using amanda, > I already have amanda backing up my FreeBSD systems, but I need to include > my NT Servers as well > > Any help would be great. > > Thanks.... > > > __________________________________________________ > Do You Yahoo!? > Talk to your friends online with Yahoo! Messenger. > http://im.yahoo.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 Jul 14 12:37:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from snoopy.brwn.org (intgw1.brwn.org [196.28.127.66]) by hub.freebsd.org (Postfix) with ESMTP id A8FE937B7F2 for ; Fri, 14 Jul 2000 12:37:52 -0700 (PDT) (envelope-from willem@snoopy.brwn.org) Received: by snoopy.brwn.org (Postfix, from userid 1001) id 1028E1D8C; Fri, 14 Jul 2000 13:54:18 +0200 (SAST) Date: Fri, 14 Jul 2000 13:54:17 +0200 From: Willem Brown To: Harry Putnam Cc: freebsd-questions@FreeBSD.ORG Subject: Re: /var/mail Read only with mutt Message-ID: <20000714135417.B72008@snoopy.brwn.org> References: <87sntfapy5.fsf@satellite.local.lan> <20000713150234.G48641@strontium.scientia.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from reader@newsguy.com on Fri, Jul 14, 2000 at 03:05:44AM -0700 X-Public-Key: http://willem.brwn.org/pubkey.txt X-Chat-Server: http://chat.brwn.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, man 2 chmod and man 8 sticky If mode ISVTX (the `sticky bit') is set on a directory, an unprivileged user may not delete or rename files of other users in that directory. The sticky bit may be set by any user on a directory which the user owns or has appropriate permissions. For more details of the properties of the sticky bit, see sticky(8). Regards Willem On Fri, Jul 14, 2000 at 03:05:44AM -0700, Harry Putnam wrote: > Ben Smithurst writes: > > > . . . . . . . I prefer to make /var/mail mode 1777 (i.e. > > world writable with the sticky bit, like /tmp). Just do a 'chmod 1777 > > /var/mail'. If you intend to upgrade using make world, you should put > > this command in /etc/rc.local or somewhere since the upgrade will reset > > /var/mail to its default mode (775). > > > > > Chmod 1777 cured the problem, but does it raise any tricky security problems? > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- /* =============================================================== */ /* Linux, FreeBSD, NetBSD, OpenBSD. The choice is yours. */ /* =============================================================== */ When things are going well, someone will inevitably experiment detrimentally. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 12:42: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt052n3e.san.rr.com (dt052n3e.san.rr.com [204.210.33.62]) by hub.freebsd.org (Postfix) with ESMTP id 9385637C068 for ; Fri, 14 Jul 2000 12:42:01 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from slave (doug@slave [10.0.0.1]) by dt052n3e.san.rr.com (8.9.3/8.9.3) with ESMTP id MAA30531; Fri, 14 Jul 2000 12:40:38 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Fri, 14 Jul 2000 12:40:38 -0700 (PDT) From: Doug Barton X-Sender: doug@dt052n3e.san.rr.com To: Mark Ovens Cc: questions@freebsd.org Subject: Re: Problem cvsup'ing gnats In-Reply-To: <20000714181645.C237@parish> Message-ID: 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, 14 Jul 2000, Mark Ovens wrote: > > > How does all this work without a tag? > > > > The question you really want to ask yourself is, what do the tags mean, > > and why _would_ you specify a tag to slurp the gnats files? > > > > The answer to both your questions (I know you posed 3, but I don't > want hitting with a stick) Don't knock it till you've tried it. :) > is that I (mis)understood that if there was > no ``tag='' entry then ``tag=.'' was the default, i.e. src-all would > get you -current. The . tag for cvsup is just a handy reference to HEAD in cvs. You didn't really answer my question, which is what do the tags mean. Here's a hint for you. Where are the ,v files for the gnats collection? Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 12:47:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from vega.uli.it (vega.uli.it [62.212.0.2]) by hub.freebsd.org (Postfix) with ESMTP id 2D34337C577 for ; Fri, 14 Jul 2000 12:47:07 -0700 (PDT) (envelope-from olgeni@uli.it) Received: from olgeni.uli.it (olgeni.uli.it [62.212.0.22]) by vega.uli.it (Postfix) with ESMTP id ABF0A3B013 for ; Fri, 14 Jul 2000 21:46:55 +0200 (CEST) Date: Fri, 14 Jul 2000 21:47:46 +0200 (CEST) From: Jimmy Olgeni X-Sender: olgeni@olgeni.localdomain.net To: freebsd-questions@freebsd.org Subject: upgrading ports... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Maybe it's a FAQ but... I looked around and found no answer. How can I upgrade a port (with make install or pkg_add) without losing its +REQUIRED file in /var/db/pkg/* ? Some packages that require a particular version of a library (like libpng, please don't ask =) ) would still fail if the library is updated without keeping the old version, but it's better than nothing. If preserved, I could look in +REQUIRED and recompile the depending packages. Is there a "standard" way to do it, or it's better to write a custom script? Thanks! bye, jimmy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 13: 1:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from trinity.skynet.be (trinity.skynet.be [195.238.2.38]) by hub.freebsd.org (Postfix) with ESMTP id B220237B802 for ; Fri, 14 Jul 2000 13:01:45 -0700 (PDT) (envelope-from bart.lateur@skynet.be) Received: from dialup1589.antwerpen.skynet.be (dialup1589.antwerpen.skynet.be [194.78.227.53]) by trinity.skynet.be (Postfix) with SMTP id 0B38C1818A for ; Fri, 14 Jul 2000 22:01:43 +0200 (MET DST) From: Bart Lateur To: FreeBSD-Questions Subject: Re: any faster way to rm -rf huge directory? Date: Fri, 14 Jul 2000 22:01:51 +0200 Organization: MediaMind Message-ID: References: In-Reply-To: X-Mailer: Forte Agent 1.8/32.548 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, 13 Jul 2000 19:40:21 -0400, Garance A Drosihn wrote: >Is it easy to tell which order the files were added to the >directory? (easy to tell by the filename, I mean. It'd be >murder to have to stat() each file to find out the order!). >I wonder if it would speed things up at all if you could >remove the files in the opposite order of the order they >were created in. I'd expect the opposite, i.e. that it would be faster if you deleted them in the same order they were created. Now, the reason it takes so long to delete a file (a few seconds) is simply because each file has to be looked up by name, which can take a while if there are 1/4 million files. Now, if you can make sure each file is found faster rather than slower, the whole deletion would take less time. Now, how can you do that? In a perl script, do opendir(). Then do readdir(), which will return the first file found. Probably this is the oldest file (if no files were created after older files were deleted). Delete it. This should be pretty fast. Do readdir() again, and you get the next file. Etc... until all are done. Well, I would hope this would work a lot faster than deleting then in, say, alphabetical order. Hope. -- Bart. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 13:10: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bingnet2.cc.binghamton.edu (bingnet2.cc.binghamton.edu [128.226.1.18]) by hub.freebsd.org (Postfix) with ESMTP id CE5B637B56E for ; Fri, 14 Jul 2000 13:09:56 -0700 (PDT) (envelope-from zzhang@cs.binghamton.edu) Received: from sol.cs.binghamton.edu (sol.cs.binghamton.edu [128.226.123.100]) by bingnet2.cc.binghamton.edu (8.9.3/8.9.3) with ESMTP id QAA29873 for ; Fri, 14 Jul 2000 16:09:53 -0400 (EDT) Date: Fri, 14 Jul 2000 16:07:37 -0400 (EDT) From: Zhihui Zhang To: freebsd-questions@freebsd.org Subject: Can not ping myself Message-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 two machines box1 and box2 connected via a parallel cable. I can ping from one machine to the other: box1# ping box2 or box2# ping box1 But I can not ping myself: box1# ping box1 or box2# ping box2 It says "no route". These two machines do not connect to the outside network. They run Freebsd 4.0-release. The /etc/hosts contains the following: 192.168.1.0 box1 box1.home.org 192.168.1.1 box2 box2.home.org Any help is appreciated. -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 13:11: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id 55E2A37BC6A for ; Fri, 14 Jul 2000 13:10:48 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Received: from localhost (lplist@localhost) by q.closedsrc.org (8.10.2/8.10.2) with ESMTP id e6EK9JY99442; Fri, 14 Jul 2000 13:09:19 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Date: Fri, 14 Jul 2000 13:09:19 -0700 (PDT) From: Linh Pham To: Chandran Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Xserver problems with Intel 810e In-Reply-To: <4.3.2.7.0.20000714141307.00a97d30@nanoteknics.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 Xfree86 on FreeBSD doesn't support the integrated video chipset used in the i810e. It works on Linux, but support on BSD is behind :( // Linh Pham // // Proud supporter of FreeBSD and OpenBSD // FreeBSD - http://www.freebsd.org // OpenBSD - http://www.openbsd.org /* "Oregon, n.: Eighty billion gallons of water with no place to go on Saturday night." */ On Fri, 14 Jul 2000, Chandran wrote: > I am having problems setting up my Xserver with the Free BSD 4.0 CD. I am > running a Compaq Deskpro EP, PIII 600. The tech docs from Compaq says the > onboard video is an Intel 810e Chipset with 4M, i740eq, AGP2X, DDC2B. This > is a dual boot system and Windows 98 uses the Intel 810e Chipset Graphics > Driver (DC133). > > TIA! > ----------------------------------------------------- > Chandran R. Sabanayagam, Ph.D. > The Rowland Institute for Science > 100 Edwin H. Land Boulevard > Cambridge, Massachusetts 02142-1297 > > 617.497.4644 (phone) 617.497.4600 (fax) > > > > 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 Jul 14 13:13:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id 4023337B8DF for ; Fri, 14 Jul 2000 13:13:21 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Received: from localhost (lplist@localhost) by q.closedsrc.org (8.10.2/8.10.2) with ESMTP id e6EKBx699458; Fri, 14 Jul 2000 13:11:59 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Date: Fri, 14 Jul 2000 13:11:59 -0700 (PDT) From: Linh Pham To: Zhihui Zhang Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Can not ping myself 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 thought that .0 is not a valid address? .1 would be valid. // Linh Pham // // Proud supporter of FreeBSD and OpenBSD // FreeBSD - http://www.freebsd.org // OpenBSD - http://www.openbsd.org /* "Oregon, n.: Eighty billion gallons of water with no place to go on Saturday night." */ On Fri, 14 Jul 2000, Zhihui Zhang wrote: > > I have two machines box1 and box2 connected via a parallel cable. I can > ping from one machine to the other: > > box1# ping box2 or box2# ping box1 > > But I can not ping myself: > > box1# ping box1 or box2# ping box2 > > It says "no route". These two machines do not connect to the outside > network. They run Freebsd 4.0-release. The /etc/hosts contains the > following: > > 192.168.1.0 box1 box1.home.org > 192.168.1.1 box2 box2.home.org > > Any help is appreciated. > > -Zhihui > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 13:16:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wormhole.bluestar.net (wormhole.bluestar.net [208.53.1.61]) by hub.freebsd.org (Postfix) with ESMTP id 1481E37B61E for ; Fri, 14 Jul 2000 13:16:22 -0700 (PDT) (envelope-from steve@planetwe.com) Received: from bsd.planetwe.com (bsd.planetwe.com [64.182.69.158]) by wormhole.bluestar.net (8.10.1/8.10.1) with ESMTP id e6EKGF703073 for ; Fri, 14 Jul 2000 15:16:16 -0500 (CDT) Received: (from steve@localhost) by bsd.planetwe.com (8.9.3/8.9.3) id PAA65740 for freebsd-questions@freebsd.org; Fri, 14 Jul 2000 15:16:16 -0500 (CDT) (envelope-from steve) Date: Fri, 14 Jul 2000 15:16:16 -0500 From: Steve Price To: freebsd-questions@freebsd.org Subject: NetGear FA310TX rev D2 Message-ID: <20000714151616.K4162@bsd.planetwe.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, Does anyone know if either the NetGear FA310TX rev D2 or the Kingston KNE40BT network cards are supported by FreeBSD? I have one of each in a -stable box built today and neither seem to be recognized acording to dmesg. I figured at least the second one would have been recognized by the de driver since it has a DEC 21041 chip on it. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 13:23:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from talon.jaded.net (shortbus.jaded.net [216.94.132.8]) by hub.freebsd.org (Postfix) with ESMTP id 30CE837B810 for ; Fri, 14 Jul 2000 13:23:16 -0700 (PDT) (envelope-from rharrop@click2net.com) Received: from talon.jaded.net (localhost [127.0.0.1]) by talon.jaded.net (8.9.3/8.9.3) with SMTP id QAA00570 for ; Fri, 14 Jul 2000 16:25:00 -0400 (EDT) (envelope-from rharrop@click2net.com) From: Rick Harrop To: freebsd-questions@FreeBSD.ORG Subject: Digi Boards Date: Fri, 14 Jul 2000 16:22:58 -0400 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <0007141625000D.00232@talon.jaded.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I need to buy a digi 8 port serial board, but first i need to know if it will work under FreeBSD 4. Do you have any information on this?? Thanks allot! -=-=-=-=- Rick Harrop rharrop@click2net.com http://www.Click2Net.com "Nice Guys Finish Last" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 13:28:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wcug.wwu.edu (sloth.wcug.wwu.edu [140.160.164.200]) by hub.freebsd.org (Postfix) with SMTP id 79DB437B711 for ; Fri, 14 Jul 2000 13:28:13 -0700 (PDT) (envelope-from cjohnson@wcug.wwu.edu) Received: (qmail 7617 invoked by uid 1089); 14 Jul 2000 20:28:12 -0000 Date: Fri, 14 Jul 2000 13:28:12 -0700 (PDT) From: Christopher Johnson X-Sender: cjohnson@sloth To: Jeremy Warner Cc: "freebsd-questions@FreeBS" Subject: Re: Amanda backups of windows file system? In-Reply-To: <004501bfedbe$33f497a0$1001a8c0@northwesttechnical.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 To backup windows file systems using amanda, use the samba package (/usr/ports/net/samba) to mount windows file shares on the backup system. Chris Johnson cjohnson@wcug.wwu.edu On Fri, 14 Jul 2000, Jeremy Warner wrote: > Date: Fri, 14 Jul 2000 11:06:15 -0700 > From: Jeremy Warner > To: "freebsd-questions@FreeBS" > Subject: Amanda backups of windows file system? > > Does anyone know where I can get info on backing up windows file systems > using amanda, > I already have amanda backing up my FreeBSD systems, but I need to include > my NT Servers as well > > Any help would be great. > > Thanks.... > > > > __________________________________________________ > Do You Yahoo!? > Talk to your friends online with Yahoo! Messenger. > http://im.yahoo.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 Jul 14 13:36: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ipass.one.net (news2.one.net [206.112.192.118]) by hub.freebsd.org (Postfix) with ESMTP id 4936937BAE0 for ; Fri, 14 Jul 2000 13:35:56 -0700 (PDT) (envelope-from scarleton@miltonstreet.com) Received: from miltonstreet.com ([63.84.188.11]) by ipass.one.net (8.8.7/8.8.7) with ESMTP id QAA25944 for ; Fri, 14 Jul 2000 16:35:52 -0400 Message-ID: <396F79C8.104DA761@miltonstreet.com> Date: Fri, 14 Jul 2000 16:36:24 -0400 From: Sam Carleton X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; I) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Questions Subject: getting setup with MySQL 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 FreeBSD 4.0 and MySQL. I installed MySQL from the distribution of FreeBSD. Can anyone point me to some documentation telling me where to go from here? I don't really understand where the FreeBSD distribution put everything. Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 13:54: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nec.com (mail1.nec.com [143.101.112.2]) by hub.freebsd.org (Postfix) with ESMTP id B391E37BD98 for ; Fri, 14 Jul 2000 13:54:03 -0700 (PDT) (envelope-from debasis@asl.dl.nec.com) Received: from aslws01.asl.dl.nec.com (aslws01.asl.dl.nec.com [143.101.2.1]) by nec.com (8.9.3/8.9.3) with ESMTP id PAA11741 for ; Fri, 14 Jul 2000 15:54:01 -0500 (CDT) Received: by aslws01.asl.dl.nec.com (8.7.3/YDL1.9.1-940729.15) id PAA28377(aslws01.asl.dl.nec.com); Fri, 14 Jul 2000 15:54:00 -0500 (CDT) Received: by aslws220.asl.dl.nec.com (8.7.3/YDL1.9.1-940729.15) id PAA24852(aslws220.asl.dl.nec.com); Fri, 14 Jul 2000 15:53:56 -0500 (CDT) Message-ID: <396F8185.BDC79BC8@asl.dl.nec.com> Date: Fri, 14 Jul 2000 16:09:27 -0500 From: Debasis Nanda X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Free BSD 2.2.2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, For an immediate testing purpose at our facility we would like to procure FreeBSD 2.2.2. Could you please supply us woth information like ftp download sites etc. to procure old version of this software . A quick reply will be highly appreciated Regards Debasis To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 13:55:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from flux.tribble.net (flux.tribble.net [198.49.247.41]) by hub.freebsd.org (Postfix) with ESMTP id 5215A37B531 for ; Fri, 14 Jul 2000 13:55:39 -0700 (PDT) (envelope-from tribble@tribble.net) Received: from localhost (tribble@localhost) by flux.tribble.net (8.9.3/8.9.3) with ESMTP id OAA20766 for ; Fri, 14 Jul 2000 14:55:38 -0600 (MDT) Date: Fri, 14 Jul 2000 14:55:38 -0600 (MDT) From: Paul To: questions@freebsd.org Subject: strange kernel build issues Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey there... I'm having a very strange issue while trying to build kernel after cvsup'ing to -STABLE This is a FreeBSD 4.0-RELEASE machine. Seems it doesn't like some of the assembler instructions for some reason. is it just because i haven't done a make world first? here is where it dies: --snip-- cc -c -x assembler-with-cpp -DLOCORE -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../i386/i386/bioscall.s /tmp/ccqr5463.s: Assembler messages: /tmp/ccqr5463.s:773: Error: operands given don't match any known 386 instruction /tmp/ccqr5463.s:838: Error: operands given don't match any known 386 instruction *** Error code 1 Stop in /usr/src/sys/compile/STASIS. You must build a kernel first. *** Error code 1 Stop in /usr/src/sys/compile/STASIS. --snip-- Regards, Paul http://www.tribble.net/ "Our OS who art in CPU, UNIX be thy name. Thy programs run, thy syscalls done, In kernel as it is in user!" -fortune To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 14: 4: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id A254937C625 for ; Fri, 14 Jul 2000 14:04:00 -0700 (PDT) (envelope-from pherman@frenchfries.net) Received: from bagabeedaboo.security.at12.de (dial-194-8-195-83.netcologne.de [194.8.195.83]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id XAA01582; Fri, 14 Jul 2000 23:03:49 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.10.2/8.10.2) with ESMTP id e6EL3fJ02668; Fri, 14 Jul 2000 23:03:41 +0200 (CEST) Date: Fri, 14 Jul 2000 23:03:41 +0200 (CEST) From: Paul Herman To: Paul Cc: questions@FreeBSD.ORG Subject: Re: strange kernel build issues 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, 14 Jul 2000, Paul wrote: > Hey there... I'm having a very strange issue while trying to build kernel > after cvsup'ing to -STABLE > This is a FreeBSD 4.0-RELEASE machine. Seems it doesn't like some of the > assembler instructions for some reason. is it just because i haven't done > a make world first? Yes. You could be risky and just rebuild and install contrib/binutils, but a make world is the safe way to go. -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 14: 9: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from state.net (dorthy.state.net [204.75.238.244]) by hub.freebsd.org (Postfix) with ESMTP id E1FC137BA02 for ; Fri, 14 Jul 2000 14:09:02 -0700 (PDT) (envelope-from jon@state.net) Received: from state.net (redoak.state.net [204.75.238.247]) by state.net (8.8.8/8.7.2) with ESMTP id QAA13008 for ; Fri, 14 Jul 2000 16:10:35 -0500 (CDT) Message-ID: <396F816B.E814D227@state.net> Date: Fri, 14 Jul 2000 16:08:59 -0500 From: Jon X-Mailer: Mozilla 4.73 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: DEC OSF/1 vs. FreeBSD on Apha Server 1000 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, What are people's real life experience on running FreeBSD on DEC platforms? What advantages (other than the administrator's environment preference) does FreeBSD offer in terms of stability, amount of load OS can handle / processing power, and binary support? TIA, Jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 14:10:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ifta.accelnet.com (ifta.net [204.58.140.252]) by hub.freebsd.org (Postfix) with ESMTP id 1DBEA37B950 for ; Fri, 14 Jul 2000 14:10:41 -0700 (PDT) (envelope-from cstrickl@ifta.net) Received: from a937cc5ze020 (ifta02.accelnet.com [204.58.141.2]) by ifta.accelnet.com (8.9.3/8.9.1) with SMTP id OAA07344 for ; Fri, 14 Jul 2000 14:12:08 -0700 (PDT) Received: by localhost with Microsoft MAPI; Fri, 14 Jul 2000 14:12:14 -0700 Message-ID: <01BFED9D.8280F100.cstrickl@ifta.net> From: Carl Strickler To: "'freebsd-questions@freebsd.org'" Subject: Who's knockin' on my firewall [OFF TOPIC] Date: Fri, 14 Jul 2000 14:12:13 -0700 X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a bit off topic, but I was hoping someone could at least point me in the right direction. I regularly check my security logs to see who's been trying to get in and I'll do an nslookup on any IP address that occurs over 3 times. Now once in a while this will actually be useful and I come up with actual useful information. But most of the time I end up with what I started with, an IP address. Is there a way to find out who owns what block of addresses? Also is there a way to find out the real IP address if someone is spoofing (quite often we are probed by someone with a 10.x.x.x address)? Finally, is there any kind of SOP when dealing with unauthorized attempts from foreign countries (we seem to get probed quite a bit from SE Asia)? Any information would be helpful. TIA, Carl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 14:11:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx.emailqueue.net (mx0.emailqueue.net [209.75.5.2]) by hub.freebsd.org (Postfix) with ESMTP id B700E37C643 for ; Fri, 14 Jul 2000 14:11:31 -0700 (PDT) (envelope-from chris@tierranet.com) Received: from mx0.emailqueue.net (209.75.4.15) by mx.emailqueue.net (8.9.3/8.9.3) with SMTP id OAA61310 for ; Fri, 14 Jul 2000 14:11:28 -0700 (PDT) (envelope-from chris@tierranet.com) Received: from zoom.tierranet.com (zoom.tierranet.com [209.75.7.150]) by mail.tierra.net with ESMTP id nH50JMB2 Fri, 14 Jul 2000 14:11:28 -0700 (PDT) Message-Id: <4.3.2.7.2.20000714140031.05787ef8@mail.tierranet.com> X-Sender: chris@mail.tierranet.com (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Fri, 14 Jul 2000 14:12:05 -0700 To: questions@FreeBSD.ORG From: Chris Samaritoni Subject: Re: Anyone resolved "Missing operating system" issue? In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 08:39 AM 7/14/2000 -0700, you wrote: >Intel ISP2150 servers (2U case, with the L440GX motherboard+hotswap >stuff) have an adaptec scsi bios built in to the mother board that kind of >chokes on dangerously dedicated disks. At the first reboot, the box >hangs. In fact, if the 'fake' freebsd fdisk partition talbe that gets put >on dangerously dedicated disks (the one with the 50 meg entry) makes the >machine choke if it is on _ANY_ disk in the system, even if other devices >are supposed to be the boot devices (as chosen by bios setting). The bios >sees what purpots to be a valid partition table on sector 0 (last two >bytes AA 55 or 55 AA) and then finds an entry in the fourth partition slot >marked active with enoguh info to make most motherboards boot the disk >fine, but with enough wrong info that the machine totally chokes. I >assume that it is trying to verify that there is some valid filesystem in >the partition or something. > >I did find a workaround for this particular board -- I do an fdisk -u on >the drive after it has been all installed properly. I go to the partition >entry that has the bogus 50 meg freebsd partition and then interactively >change the value for 'size' to be the same size that disklabel shows and >then let it automatically calculate the beginning/ending addresses and >write the partition back. (note that I tried to use the scripting stuff >built into the fdisk command, but getting the same numbers is virtually >impossible because the scripting stuff thinks it knows better than you do >and is in my opinion broken. I end up sending something like > > "\n\n\n\ny\n\n\n%d\n\ny\n\ny\n" ,driveInfo[disk].size > >to the fdisk -u process which gets the job done but is ugly. One of these >days, I'll fix fdisk instead and submit a patch :) > >Then I have a 'dangerously dedicated' but have a 'real' fdisk entry for >the partition. This fools the so-called 'smart bios' into actually >booting the disks... Of course this could be avoided alltogether by not >doing dangerously dedicated disks, but... We have numerous systems running on ISP2150s and others that use the L440GX+ motherboards, and we've never had any problems with them running the SCSI drives in dangerously dedicated mode. As a matter of fact, we've never had a single system ever have a problem running hard drives in dd mode. Maybe this issue has something to do with brand of SCSI drive, all of our drives are Seagate. Just curious, what brand of SCSI drives do you run? Just a thought. Chris Samaritoni chris@tierranet.com ------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 14:12:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ipass.one.net (news2.one.net [206.112.192.118]) by hub.freebsd.org (Postfix) with ESMTP id 8D1A937C626 for ; Fri, 14 Jul 2000 14:12:33 -0700 (PDT) (envelope-from scarleton@miltonstreet.com) Received: from miltonstreet.com ([63.84.188.11]) by ipass.one.net (8.8.7/8.8.7) with ESMTP id RAA26258 for ; Fri, 14 Jul 2000 17:12:27 -0400 Message-ID: <396F825E.F9F17EC0@miltonstreet.com> Date: Fri, 14 Jul 2000 17:13:02 -0400 From: Sam Carleton X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; I) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Questions Subject: howto uninstalled perl? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I would like to first uninstall the version of perl that came FreeBSD 4.0 and upgrade to 5.6. Anyone have any thoughts on how I can remove perl 5.005_03? Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 14:16:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.doctordata.com.br (sabia.doctordata.com.br [200.197.172.21]) by hub.freebsd.org (Postfix) with SMTP id EBC2F37C5EC for ; Fri, 14 Jul 2000 14:16:42 -0700 (PDT) (envelope-from ari@doctordata.com.br) Received: (qmail 15540 invoked by uid 0); 14 Jul 2000 21:19:07 -0000 Received: from unknown (HELO compaq) (200.197.172.11) by mail.doctordata.com.br with SMTP; 14 Jul 2000 21:19:07 -0000 Message-ID: <058e01bfedd8$c86f00e0$0201a8c0@doctordata.com.br> From: "Ari Arantes Filho" To: Subject: Release Version Date: Fri, 14 Jul 2000 18:16:31 -0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi All, Sorry about the simple question: Why the 3.5 release is newer then 4.0, what's the difference between then, and about 5.0? Best regards, Ari To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 14:18:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id A04DF37C60D for ; Fri, 14 Jul 2000 14:17:59 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Received: from localhost (lplist@localhost) by q.closedsrc.org (8.10.2/8.10.2) with ESMTP id e6ELGNj99628; Fri, 14 Jul 2000 14:16:23 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Date: Fri, 14 Jul 2000 14:16:23 -0700 (PDT) From: Linh Pham To: Carl Strickler Cc: "'freebsd-questions@freebsd.org'" Subject: Re: Who's knockin' on my firewall [OFF TOPIC] In-Reply-To: <01BFED9D.8280F100.cstrickl@ifta.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 I think ARIN (spelling?) has a IP -> ISP/Owner converter on their site, but I don't know of any utilities that will do that in the CLI... // Linh Pham // // Proud supporter of FreeBSD and OpenBSD // FreeBSD - http://www.freebsd.org // OpenBSD - http://www.openbsd.org /* "Oregon, n.: Eighty billion gallons of water with no place to go on Saturday night." */ On Fri, 14 Jul 2000, Carl Strickler wrote: > This is a bit off topic, but I was hoping someone could at least point me in the right > direction. > > I regularly check my security logs to see who's been trying to get in and I'll do an > nslookup on any IP address that occurs over 3 times. Now once in a while this > will actually be useful and I come up with actual useful information. But most of > the time I end up with what I started with, an IP address. Is there a way to find out > who owns what block of addresses? > > Also is there a way to find out the real IP address if someone is spoofing (quite often > we are probed by someone with a 10.x.x.x address)? > > Finally, is there any kind of SOP when dealing with unauthorized attempts from foreign > countries (we seem to get probed quite a bit from SE Asia)? > > Any information would be helpful. > > > TIA, > Carl > > > 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 Jul 14 14:19: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 0E97337C6BD for ; Fri, 14 Jul 2000 14:19:04 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id OAA23377; Fri, 14 Jul 2000 14:18:44 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.9.3/8.9.3) id OAA09780; Fri, 14 Jul 2000 14:18:13 -0700 (PDT) (envelope-from jhb) Message-ID: X-Mailer: XFMail 1.4.0 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: Fri, 14 Jul 2000 14:18:12 -0700 (PDT) Organization: BSD, Inc. From: John Baldwin To: Paul Subject: RE: strange kernel build issues Cc: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 14-Jul-00 Paul wrote: > > Hey there... I'm having a very strange issue while trying to build kernel > after cvsup'ing to -STABLE > This is a FreeBSD 4.0-RELEASE machine. Seems it doesn't like some of the > assembler instructions for some reason. is it just because i haven't done > a make world first? Yes. And the fact that you haven't been reading your -stable mail like you should so that you would already know about this. :) -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - 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 Jul 14 14:19:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id 0F3DE37B750 for ; Fri, 14 Jul 2000 14:19:38 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Received: from localhost (lplist@localhost) by q.closedsrc.org (8.10.2/8.10.2) with ESMTP id e6ELIFQ99640; Fri, 14 Jul 2000 14:18:15 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Date: Fri, 14 Jul 2000 14:18:15 -0700 (PDT) From: Linh Pham To: Sam Carleton Cc: FreeBSD Questions Subject: Re: howto uninstalled perl? In-Reply-To: <396F825E.F9F17EC0@miltonstreet.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'm not sure if Perl was installed as a package or not, but you might want to try pkg_delete (or is it pkg_remove). // Linh Pham // // Proud supporter of FreeBSD and OpenBSD // FreeBSD - http://www.freebsd.org // OpenBSD - http://www.openbsd.org /* "Oregon, n.: Eighty billion gallons of water with no place to go on Saturday night." */ On Fri, 14 Jul 2000, Sam Carleton wrote: > I would like to first uninstall the version of perl that came FreeBSD > 4.0 and upgrade to 5.6. Anyone have any thoughts on how I can remove > perl 5.005_03? > > Sam > > > > 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 Jul 14 14:20:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from flux.tribble.net (flux.tribble.net [198.49.247.41]) by hub.freebsd.org (Postfix) with ESMTP id D4CB237C737 for ; Fri, 14 Jul 2000 14:20:13 -0700 (PDT) (envelope-from tribble@tribble.net) Received: from localhost (tribble@localhost) by flux.tribble.net (8.9.3/8.9.3) with ESMTP id PAA20889; Fri, 14 Jul 2000 15:20:08 -0600 (MDT) Date: Fri, 14 Jul 2000 15:20:08 -0600 (MDT) From: Paul To: Paul Herman Cc: questions@FreeBSD.ORG Subject: Re: strange kernel build issues 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 > Yes. > > You could be risky and just rebuild and install contrib/binutils, but > a make world is the safe way to go. Okay... I'm actually trying that now... I had tried earlier to do make world and it failed... but i think i might have screwed up originally when i created the cvsupfile. i fixed that, rm -rf'd /usr/src and re-cvsup'd everything. hopefully this build i'm doing now will work fine. Thanks for the prompt response =) > -Paul. Regards, Paul http://www.tribble.net/ "Our OS who art in CPU, UNIX be thy name. Thy programs run, thy syscalls done, In kernel as it is in user!" -fortune To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 14:23:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id 4C46C37B750 for ; Fri, 14 Jul 2000 14:23:04 -0700 (PDT) (envelope-from oberman@ptavv.es.net) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.10.1/8.10.1) with ESMTP id e6ELMrU17329; Fri, 14 Jul 2000 14:22:53 -0700 (PDT) Message-Id: <200007142122.e6ELMrU17329@ptavv.es.net> To: "Ari Arantes Filho" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Release Version In-reply-to: Your message of "Fri, 14 Jul 2000 18:16:31 -0300." <058e01bfedd8$c86f00e0$0201a8c0@doctordata.com.br> Date: Fri, 14 Jul 2000 14:22:53 -0700 From: "Kevin Oberman" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > From: "Ari Arantes Filho" > Date: Fri, 14 Jul 2000 18:16:31 -0300 > Sender: owner-freebsd-questions@FreeBSD.ORG > > Hi All, > > Sorry about the simple question: Why the 3.5 release is newer then 4.0, > what's the difference between then, and about 5.0? 3.5 was intended to be a final release in the 3 code base with none of the major changes in the kernel and other places that were introduced in 4.0. It is intended primarily for those who, for some special reason can't/don't want to go to the 4.0 code base. 5.0 is "current". It is where new stuff is tried out before being moved to the stable branch or (if not appropriate to stable) until 5.0 is released. There is no 5.0-Release at this time nor will there be for probably another year or so. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 14:23:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from flux.tribble.net (flux.tribble.net [198.49.247.41]) by hub.freebsd.org (Postfix) with ESMTP id 252F837B750; Fri, 14 Jul 2000 14:23:14 -0700 (PDT) (envelope-from tribble@tribble.net) Received: from localhost (tribble@localhost) by flux.tribble.net (8.9.3/8.9.3) with ESMTP id PAA20896; Fri, 14 Jul 2000 15:23:11 -0600 (MDT) Date: Fri, 14 Jul 2000 15:23:11 -0600 (MDT) From: Paul To: John Baldwin Cc: questions@FreeBSD.ORG Subject: RE: strange kernel build issues 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 14-Jul-00 Paul wrote: > > > > Hey there... I'm having a very strange issue while trying to build kernel > > after cvsup'ing to -STABLE > > This is a FreeBSD 4.0-RELEASE machine. Seems it doesn't like some of the > > assembler instructions for some reason. is it just because i haven't done > > a make world first? > > Yes. And the fact that you haven't been reading your -stable mail > like you should so that you would already know about this. :) ACK! apparently there is some mailing list i have neglected to join... let me know what the mailing list handle is and i'll shoot a subscribe request to the freebsd majordomo server ASAP! :) Could you also forward me the pertinent email (sorry to be such a pain in the arse) that describes the recent change you are referring to? Thanks bunches! :) Regards Paul http://www.tribble.net/ "Our OS who art in CPU, UNIX be thy name. Thy programs run, thy syscalls done, In kernel as it is in user!" -fortune To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 14:23:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.creatos.com.mx (mail.creatos.com.mx [207.3.137.2]) by hub.freebsd.org (Postfix) with ESMTP id 2778637C5BA for ; Fri, 14 Jul 2000 14:23:34 -0700 (PDT) (envelope-from vromero@creatos.com.mx) Received: from creatos.com.mx [207.3.137.21] by mail.creatos.com.mx with ESMTP (SMTPD32-5.05) id A1334210250; Fri, 14 Jul 2000 16:24:35 -0600 Message-ID: <396F84E2.11EA814A@creatos.com.mx> Date: Fri, 14 Jul 2000 16:23:46 -0500 From: Victor Miguel Romero Guevara Organization: CREATOS X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: DNS Configuration 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, I'm new in FreeBSD and I want a DNS server running in FreeBSD. Please, where I can obtain information for do this?. Is the same way in Linux?. Please, sendme some information or links for do this, because is urgent for my work. Thanks! d:) P.D. If is more powerful than Linux, I adopt FreeBSD like mi operating system d;) -- Atentamente. Victor Miguel Romero Guevara Creatividad Orientada a Soluciones Florencia 57 - 204, Col. Juarez, México, D.F. C. P. 06600 vromero@creatos.com.mx 5525-1125 (Ext. 14) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 14:23:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id E2DD137C73A for ; Fri, 14 Jul 2000 14:23:29 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Received: from localhost (lplist@localhost) by q.closedsrc.org (8.10.2/8.10.2) with ESMTP id e6ELM1A99657; Fri, 14 Jul 2000 14:22:02 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Date: Fri, 14 Jul 2000 14:22:01 -0700 (PDT) From: Linh Pham To: Ari Arantes Filho Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Release Version In-Reply-To: <058e01bfedd8$c86f00e0$0201a8c0@doctordata.com.br> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If I remember correctly, 4.0-RELEASE was intended to start the 4.0 release branch and was aimed at developers and for people who want some of the new features. 3.5 is a continuation of the 3.0 branch, whereas 5.0 is the current development branch, which some of the changes make it to 4.x-STABLE. Some please correct me if I'm wrong... // Linh Pham // // Proud supporter of FreeBSD and OpenBSD // FreeBSD - http://www.freebsd.org // OpenBSD - http://www.openbsd.org /* "Oregon, n.: Eighty billion gallons of water with no place to go on Saturday night." */ On Fri, 14 Jul 2000, Ari Arantes Filho wrote: > Hi All, > > Sorry about the simple question: Why the 3.5 release is newer then 4.0, > what's the difference between then, and about 5.0? > > Best regards, > > Ari > > > > > > 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 Jul 14 14:40:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.enteract.com (mail.enteract.com [207.229.143.33]) by hub.freebsd.org (Postfix) with ESMTP id 6F76F37B617 for ; Fri, 14 Jul 2000 14:40:24 -0700 (PDT) (envelope-from djab@enteract.com) Received: from olivia (dschrock.cpe.dsl.enteract.com [216.80.53.93] (may be forged)) by mail.enteract.com (8.9.3/8.9.3) with SMTP id QAA09118 for ; Fri, 14 Jul 2000 16:40:23 -0500 (CDT) (envelope-from djab@enteract.com) Message-ID: <003201bfeddc$659e3b80$0271a8c0@anonymousdaemon.org> Reply-To: "Daniel Schrock" From: "Daniel Schrock" To: "freebsd-questions" Subject: I cvsup'd, now nfs filesystems won't mount! Date: Fri, 14 Jul 2000 16:42: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 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just cvsup'd again on the advice of others due to the missing header file from a few days ago. I did a make -DNOPERL buildworld and it was successful. make -DNOPERL installworld caused some problems when trying to recompile the games. make -DNOPERL -DNOGAMES installworld worked fine. I recompiled my kernel, installed it, rebooted....and to my surprise I found I had 4.1-RC instead of 4.0-Stable, which was to be the intended upgrade. Not a big deal, except for the fact that my nfs filesystems now won't mount. I tried booting /kernel.old and same result. It hangs at Mounting NFS file systems until I ^C or it times out, saying mount nfs file system: gateway:/usr/home: not responding. Does anyone know what the problem is? Also, does anyone know why I was given 4.1-RC instead of 4.0-Stable? I cvsup'd a different machine a few days ago and it went flawlessly and resulted in 4.0-Stable. I used identical cvsup files and the same server (cvsup3.freebsd.org). Thanks in advance. Daniel Schrock To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 14:43:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id D5FDC37BAE0 for ; Fri, 14 Jul 2000 14:43:26 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Received: from localhost (lplist@localhost) by q.closedsrc.org (8.10.2/8.10.2) with ESMTP id e6ELfps99710; Fri, 14 Jul 2000 14:41:51 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Date: Fri, 14 Jul 2000 14:41:51 -0700 (PDT) From: Linh Pham To: Victor Miguel Romero Guevara Cc: freebsd-questions@FreeBSD.ORG Subject: Re: DNS Configuration In-Reply-To: <396F84E2.11EA814A@creatos.com.mx> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG As long as named is used, the basic configuration should be the same. If you want to learn more about DNS, O`Reilly has a very good dook on DNS & Bind. For more information on FreeBSD, you can visit the website at http://www.freebsd.org. You can also read the on-line handbook at http://www.freebsd.org/handbook. // Linh Pham // // Proud supporter of FreeBSD and OpenBSD // FreeBSD - http://www.freebsd.org // OpenBSD - http://www.openbsd.org /*=09"Oregon, n.: =09=09Eighty billion gallons of water =09=09with no place to go on =09=09Saturday night." */ On Fri, 14 Jul 2000, Victor Miguel Romero Guevara wrote: > Hi, I'm new in FreeBSD and I want a DNS server running in FreeBSD. > Please, where I can obtain information for do this?. Is the same way in > Linux?. >=20 > Please, sendme some information or links for do this, because is urgent > for my work. Thanks! d:) >=20 > P.D. If is more powerful than Linux, I adopt FreeBSD like mi operating > system d;) >=20 > -- > Atentamente. > Victor Miguel Romero Guevara > Creatividad Orientada a Soluciones > Florencia 57 - 204, > Col. Juarez, > M=E9xico, D.F. > C. P. 06600 > vromero@creatos.com.mx > 5525-1125 (Ext. 14) >=20 >=20 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 14:47:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from postfix3.free.fr (postfix3.free.fr [212.27.32.22]) by hub.freebsd.org (Postfix) with ESMTP id 18E8737B51E for ; Fri, 14 Jul 2000 14:47:06 -0700 (PDT) (envelope-from jaco@titine.fr.eu.org) Received: from titine.fr.eu.org (toulouse-1-4-174.dial.proxad.net [213.228.4.174]) by postfix3.free.fr (Postfix) with ESMTP id D3B4586BA0 for ; Fri, 14 Jul 2000 23:46:53 +0200 (CEST) Received: by titine.fr.eu.org (Postfix, from userid 1000) id 347701495F; Fri, 14 Jul 2000 23:34:27 +0200 (CEST) X-Attribution: Jaco To: freebsd-questions@FreeBSD.ORG Subject: Pascal compiler for FreeBSD with gcc 2.95.2 ? From: Eric Jacoboni Date: 14 Jul 2000 23:34:26 +0200 Message-ID: <87k8eoiefx.fsf@titine.fr.eu.org> Lines: 15 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi,=20 I would like to install a pascal compiler on my FBSD box (namely, gpc, from the ports) but, before to spend lot of time and disk space to download gcc-2.8 (the port claims it needs it) i wonder if it's possible to build gpc with the standard FBSD gcc (2.95.2). If so, is there some caveats ? Thanks in advance, --=20 --------------------------------------------------------- =C9ric Jacoboni =AB No sport, cigars! =BB (W. Churchill) --------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 14:50:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.doctordata.com.br (sabia.doctordata.com.br [200.197.172.21]) by hub.freebsd.org (Postfix) with SMTP id 56F4637BA1E for ; Fri, 14 Jul 2000 14:50:03 -0700 (PDT) (envelope-from ari@doctordata.com.br) Received: (qmail 16576 invoked by uid 0); 14 Jul 2000 21:52:31 -0000 Received: from unknown (HELO compaq) (200.197.172.11) by mail.doctordata.com.br with SMTP; 14 Jul 2000 21:52:31 -0000 Message-ID: <05a901bfeddd$6ced2760$0201a8c0@doctordata.com.br> From: "Ari Arantes Filho" To: "Kevin Oberman" Cc: References: <200007142122.e6ELMrU17329@ptavv.es.net> Subject: Re: Release Version Date: Fri, 14 Jul 2000 18:49:45 -0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks for the answer. I'm a new user in FreeBSD, I'm using RedHat 6.2 and want to try FreeBSD, which version do you suggest? Best regards, Ari ----- Original Message ----- From: Kevin Oberman To: Ari Arantes Filho Cc: Sent: Friday, July 14, 2000 6:22 PM Subject: Re: Release Version > > From: "Ari Arantes Filho" > > Date: Fri, 14 Jul 2000 18:16:31 -0300 > > Sender: owner-freebsd-questions@FreeBSD.ORG > > > > Hi All, > > > > Sorry about the simple question: Why the 3.5 release is newer then 4.0, > > what's the difference between then, and about 5.0? > > 3.5 was intended to be a final release in the 3 code base with none of > the major changes in the kernel and other places that were introduced > in 4.0. It is intended primarily for those who, for some special > reason can't/don't want to go to the 4.0 code base. > > 5.0 is "current". It is where new stuff is tried out before being moved > to the stable branch or (if not appropriate to stable) until 5.0 is > released. There is no 5.0-Release at this time nor will there be for > probably another year or so. > > R. Kevin Oberman, Network Engineer > Energy Sciences Network (ESnet) > Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) > E-mail: oberman@es.net Phone: +1 510 486-8634 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 14:50:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from snoopy.brwn.org (intgw1.brwn.org [196.28.127.66]) by hub.freebsd.org (Postfix) with ESMTP id 30EB537B51E for ; Fri, 14 Jul 2000 14:50:50 -0700 (PDT) (envelope-from willem@snoopy.brwn.org) Received: by snoopy.brwn.org (Postfix, from userid 1001) id 93A6B1D8C; Fri, 14 Jul 2000 23:50:46 +0200 (SAST) Date: Fri, 14 Jul 2000 23:50:46 +0200 From: Willem Brown To: Linh Pham Cc: Victor Miguel Romero Guevara , freebsd-questions@FreeBSD.ORG Subject: Re: DNS Configuration Message-ID: <20000714235046.C72008@snoopy.brwn.org> References: <396F84E2.11EA814A@creatos.com.mx> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2i In-Reply-To: ; from lplist@q.closedsrc.org on Fri, Jul 14, 2000 at 02:41:51PM -0700 X-Public-Key: http://willem.brwn.org/pubkey.txt X-Chat-Server: http://chat.brwn.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Have a look at http://www.dns.net/dnsrd/docs/ Regards Willem Brown On Fri, Jul 14, 2000 at 02:41:51PM -0700, Linh Pham wrote: > > As long as named is used, the basic configuration should be the same. > > If you want to learn more about DNS, O`Reilly has a very good dook on DNS > & Bind. > > For more information on FreeBSD, you can visit the website at > http://www.freebsd.org. You can also read the on-line handbook at > http://www.freebsd.org/handbook. > > // Linh Pham > // > // Proud supporter of FreeBSD and OpenBSD > // FreeBSD - http://www.freebsd.org > // OpenBSD - http://www.openbsd.org > > /* "Oregon, n.: > Eighty billion gallons of water > with no place to go on > Saturday night." > */ > > > On Fri, 14 Jul 2000, Victor Miguel Romero Guevara wrote: > > > Hi, I'm new in FreeBSD and I want a DNS server running in FreeBSD. > > Please, where I can obtain information for do this?. Is the same way in > > Linux?. > > > > Please, sendme some information or links for do this, because is urgent > > for my work. Thanks! d:) > > > > P.D. If is more powerful than Linux, I adopt FreeBSD like mi operating > > system d;) > > > > -- > > Atentamente. > > Victor Miguel Romero Guevara > > Creatividad Orientada a Soluciones > > Florencia 57 - 204, > > Col. Juarez, > > México, D.F. > > C. P. 06600 > > vromero@creatos.com.mx > > 5525-1125 (Ext. 14) > > > > > > > > > > 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 > -- /* =============================================================== */ /* Linux, FreeBSD, NetBSD, OpenBSD. The choice is yours. */ /* =============================================================== */ Suffocating together ... would create heroic camaraderie. -- Khan Noonian Singh, "Space Seed", stardate 3142.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 14:55:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www3.pacific-pages.com (www3.pacific-pages.com [192.41.48.219]) by hub.freebsd.org (Postfix) with ESMTP id 4E9F437BB2D for ; Fri, 14 Jul 2000 14:55:31 -0700 (PDT) (envelope-from David@www3.pacific-pages.com) Received: from www3.pacific-pages.com ([216.191.73.234]) by www3.pacific-pages.com (8.8.5) id PAA22897; Fri, 14 Jul 2000 15:55:22 -0600 (MDT) Message-ID: <396F8C2B.7659F647@www3.pacific-pages.com> Date: Fri, 14 Jul 2000 17:54:51 -0400 From: David Banning Reply-To: David@SkytrackerCanada.com Organization: Sky-Tracker of Canada Inc. X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: newbie of php problem - code shows no output 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 starting out 1st time with PHP4 - just installed. My first script called test.php4 gives a blank screen in Netscape; I know the code is there, as when I save the netscape screen to a file, the code is there. Any idea what could cause this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 15: 0:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id A536E37BC11 for ; Fri, 14 Jul 2000 15:00:09 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id QAA21106; Fri, 14 Jul 2000 16:59:54 -0500 (CDT) (envelope-from dan) Date: Fri, 14 Jul 2000 16:59:54 -0500 From: Dan Nelson To: Linh Pham Cc: Carl Strickler , "'freebsd-questions@freebsd.org'" Subject: Re: Who's knockin' on my firewall [OFF TOPIC] Message-ID: <20000714165953.A20567@dan.emsphone.com> References: <01BFED9D.8280F100.cstrickl@ifta.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.5i In-Reply-To: ; from "Linh Pham" on Fri Jul 14 14:16:23 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Jul 14), Linh Pham said: > > I think ARIN (spelling?) has a IP -> ISP/Owner converter on their site, > but I don't know of any utilities that will do that in the CLI... whois -a usually does a good job of printing the owner. -- 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 Fri Jul 14 15: 9:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wcug.wwu.edu (sloth.wcug.wwu.edu [140.160.164.200]) by hub.freebsd.org (Postfix) with SMTP id 2BB2537B9B8 for ; Fri, 14 Jul 2000 15:09:18 -0700 (PDT) (envelope-from doc@wcug.wwu.edu) Received: (qmail 10132 invoked by uid 1074); 14 Jul 2000 22:09:17 -0000 Date: Fri, 14 Jul 2000 15:09:17 -0700 (PDT) From: David Daugherty X-Sender: doc@sloth To: David@SkytrackerCanada.com Cc: questions@freebsd.org Subject: Re: newbie of php problem - code shows no output In-Reply-To: <396F8C2B.7659F647@www3.pacific-pages.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Try naming the file with a .php extension. Also try this instead, it tells you a whole lot more: Example David Software Engineer - NetManage Work email: david.daugherty@netmanage.com Home email: doc@wcug.wwu.edu ICQ 21106703 Washington State Resident On Fri, 14 Jul 2000, David Banning wrote: > > > Hi - I am starting out 1st time with PHP4 - just installed. > > My first script called test.php4 gives a blank screen in Netscape; > > > > > > > $myvar = "Hello World"; > echo $myvar; > > ?> > > > > > > > I know the code is there, as when I save the netscape screen to a file, > the code is there. Any idea what could cause this? > > > 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 Jul 14 15:20: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from emailnow.net (palmftp.net [209.95.72.170]) by hub.freebsd.org (Postfix) with ESMTP id B87CB37C5BA for ; Fri, 14 Jul 2000 15:20:04 -0700 (PDT) (envelope-from ben@emailnow.net) Received: from emailnow.net (ben@localhost.emailnow.net [127.0.0.1]) by emailnow.net (8.9.3/8.9.3) with ESMTP id WAA09844; Fri, 14 Jul 2000 22:25:35 GMT (envelope-from ben@emailnow.net) Message-Id: <200007142225.WAA09844@emailnow.net> X-Mailer: exmh version 2.1.1 10/15/1999 To: Steve Price Cc: freebsd-questions@freebsd.org Subject: Re: NetGear FA310TX rev D2 In-Reply-To: Message from Steve Price of "Fri, 14 Jul 2000 15:16:16 EST." <20000714151616.K4162@bsd.planetwe.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 14 Jul 2000 22:25:34 +0000 From: Ben Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Steve, I've got 3 Netgear FA310TXC cards in one of the machines I manage. They're PCI cards and are recognized as pn? (Lite-On in the LINT conf file IIRC) and they've been working pretty well since I installed them. -- -- Ben Williams Systems Administration To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 15:20:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www3.pacific-pages.com (www3.pacific-pages.com [192.41.48.219]) by hub.freebsd.org (Postfix) with ESMTP id F082D37C4C6 for ; Fri, 14 Jul 2000 15:20:33 -0700 (PDT) (envelope-from David@www3.pacific-pages.com) Received: from www3.pacific-pages.com ([216.191.73.234]) by www3.pacific-pages.com (8.8.5) id QAA27949; Fri, 14 Jul 2000 16:20:17 -0600 (MDT) Message-ID: <396F9204.C50DF66D@www3.pacific-pages.com> Date: Fri, 14 Jul 2000 18:19:48 -0400 From: David Banning Reply-To: David@SkytrackerCanada.com Organization: Sky-Tracker of Canada Inc. X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: David Daugherty Cc: David@SkytrackerCanada.com, questions@freebsd.org Subject: Re: newbie of php problem - code shows no output References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Actually my file is /usr/David/php/test.php so it does have a .php extension. I tried your script, with do difference - it does seem to read the script, as for a moment in netscape - at the bottom it says "reading file...", then "DONE." David Daugherty wrote: > > Try naming the file with a .php extension. Also try this instead, it tells > you a whole lot more: > > Example > > > > > > > David > Software Engineer - NetManage > Work email: david.daugherty@netmanage.com > Home email: doc@wcug.wwu.edu > ICQ 21106703 > Washington State Resident > > On Fri, 14 Jul 2000, David Banning wrote: > > > > > > > Hi - I am starting out 1st time with PHP4 - just installed. > > > > My first script called test.php4 gives a blank screen in Netscape; > > > > > > > > > > > > > > > $myvar = "Hello World"; > > echo $myvar; > > > > ?> > > > > > > > > > > > > > > I know the code is there, as when I save the netscape screen to a file, > > the code is there. Any idea what could cause this? > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > -- "Honesty is the best policy, but insanity is a better defense" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 15:25: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from emailnow.net (palmftp.net [209.95.72.170]) by hub.freebsd.org (Postfix) with ESMTP id D39AF37BF2E for ; Fri, 14 Jul 2000 15:25:01 -0700 (PDT) (envelope-from ben@emailnow.net) Received: from emailnow.net (ben@localhost.emailnow.net [127.0.0.1]) by emailnow.net (8.9.3/8.9.3) with ESMTP id WAA12588; Fri, 14 Jul 2000 22:30:26 GMT (envelope-from ben@emailnow.net) Message-Id: <200007142230.WAA12588@emailnow.net> X-Mailer: exmh version 2.1.1 10/15/1999 To: Carl Strickler Cc: "'freebsd-questions@freebsd.org'" Subject: Re: Who's knockin' on my firewall [OFF TOPIC] In-Reply-To: Message from Carl Strickler of "Fri, 14 Jul 2000 14:12:13 MST." <01BFED9D.8280F100.cstrickl@ifta.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 14 Jul 2000 22:30:26 +0000 From: Ben Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Carl, If I'm curious enough about an IP that doesn't seem to resolve I'll do a traceroute to it to see where it's coming from. Then depending on why I noticed the IP in the first place I may dig further and find a technical or administrative contact to send mail to. -- -- Ben Williams Systems Administration > This is a bit off topic, but I was hoping someone could at least point me in the right > direction. > > I regularly check my security logs to see who's been trying to get in and I'll do an > nslookup on any IP address that occurs over 3 times. Now once in a while this > will actually be useful and I come up with actual useful information. But most of > the time I end up with what I started with, an IP address. Is there a way to find out > who owns what block of addresses? > > Also is there a way to find out the real IP address if someone is spoofing (quite often > we are probed by someone with a 10.x.x.x address)? > > Finally, is there any kind of SOP when dealing with unauthorized attempts from foreign > countries (we seem to get probed quite a bit from SE Asia)? > > Any information would be helpful. > > > TIA, > Carl > > > 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 Jul 14 15:25:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wormhole.bluestar.net (wormhole.bluestar.net [208.53.1.61]) by hub.freebsd.org (Postfix) with ESMTP id 6693837B67A for ; Fri, 14 Jul 2000 15:25:40 -0700 (PDT) (envelope-from steve@planetwe.com) Received: from bsd.planetwe.com (bsd.planetwe.com [64.182.69.158]) by wormhole.bluestar.net (8.10.1/8.10.1) with ESMTP id e6EMPa723112; Fri, 14 Jul 2000 17:25:36 -0500 (CDT) Received: (from steve@localhost) by bsd.planetwe.com (8.9.3/8.9.3) id RAA67467; Fri, 14 Jul 2000 17:25:38 -0500 (CDT) (envelope-from steve) Date: Fri, 14 Jul 2000 17:25:37 -0500 From: Steve Price To: Ben Cc: Steve Price , freebsd-questions@freebsd.org Subject: Re: NetGear FA310TX rev D2 Message-ID: <20000714172537.M4162@bsd.planetwe.com> References: <200007142225.WAA09844@emailnow.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007142225.WAA09844@emailnow.net>; from ben@emailnow.net on Fri, Jul 14, 2000 at 10:25:34PM +0000 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jul 14, 2000 at 10:25:34PM +0000, Ben wrote: # Steve, # I've got 3 Netgear FA310TXC cards in one of the machines I manage. They're # PCI cards and are recognized as pn? (Lite-On in the LINT conf file IIRC) and # they've been working pretty well since I installed them. Yep, I just got smacked by a clue bat. I put the cards in another server and both were recognized. It appears the server in which they don't work, the pcibus is not even probed. At least it is not recognized. I've just rebuilt a kernel with some extra printf's so I can see if it is seeing the bus but recognizing the vendor id or something. I'm fishing but maybe I'll find something that lights a bulb in the dark recesses of my puny brain. :) 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 Jul 14 15:32:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rapidnet.com (rapidnet.com [205.164.216.1]) by hub.freebsd.org (Postfix) with ESMTP id 7022A37B914 for ; Fri, 14 Jul 2000 15:32:16 -0700 (PDT) (envelope-from pstapley@rapidnet.com) Received: from imagination (imagination.rapidnet.com [206.85.240.245]) by rapidnet.com (8.9.3/8.9.3) with SMTP id QAA38633; Fri, 14 Jul 2000 16:32:07 -0600 (MDT) Message-ID: <014301bfede3$55d22de0$f5f055ce@rapidnet.com> From: "pstapley" To: , "David Daugherty" Cc: , References: <396F9204.C50DF66D@www3.pacific-pages.com> Subject: Re: newbie of php problem - code shows no output Date: Fri, 14 Jul 2000 16:32:04 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG you don't have php working then I would imagine. ----- Original Message ----- From: "David Banning" To: "David Daugherty" Cc: ; Sent: Friday, July 14, 2000 4:19 PM Subject: Re: newbie of php problem - code shows no output > Actually my file is /usr/David/php/test.php so it does have a .php > extension. > > I tried your script, with do difference - it does seem to read the > script, > as for a moment in netscape - at the bottom it says "reading file...", > then "DONE." > > > David Daugherty wrote: > > > > Try naming the file with a .php extension. Also try this instead, it tells > > you a whole lot more: > > > > Example > > > > > > > > > > > > > > David > > Software Engineer - NetManage > > Work email: david.daugherty@netmanage.com > > Home email: doc@wcug.wwu.edu > > ICQ 21106703 > > Washington State Resident > > > > On Fri, 14 Jul 2000, David Banning wrote: > > > > > > > > > > > Hi - I am starting out 1st time with PHP4 - just installed. > > > > > > My first script called test.php4 gives a blank screen in Netscape; > > > > > > > > > > > > > > > > > > > > > > > $myvar = "Hello World"; > > > echo $myvar; > > > > > > ?> > > > > > > > > > > > > > > > > > > > > > I know the code is there, as when I save the netscape screen to a file, > > > the code is there. Any idea what could cause this? > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > -- > "Honesty is the best policy, but insanity is a better defense" > > > 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 Jul 14 15:39: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from vambo.motivity.ca (vambo.motivity.ca [192.197.189.1]) by hub.freebsd.org (Postfix) with ESMTP id 7285D37B8B1 for ; Fri, 14 Jul 2000 15:38:56 -0700 (PDT) (envelope-from vances@motivity.ca) Received: from desk (desk.motivity.ca [192.197.189.10]) by vambo.motivity.ca (8.9.3/8.9.3) with SMTP id WAA29370 for ; Fri, 14 Jul 2000 22:38:54 GMT From: "Vance Shipley" To: Subject: How many Ultra/66 drives? Date: Fri, 14 Jul 2000 18:32:59 -0400 Message-ID: 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 IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Can I add a number of UDMA/66 adaptors to a system? I'm thinking like a half dozen Promise cards with four drives each. Am I dreaming here? -Vance To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 15:48: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wormhole.bluestar.net (wormhole.bluestar.net [208.53.1.61]) by hub.freebsd.org (Postfix) with ESMTP id 64D0E37C009 for ; Fri, 14 Jul 2000 15:48:03 -0700 (PDT) (envelope-from steve@planetwe.com) Received: from bsd.planetwe.com (bsd.planetwe.com [64.182.69.158]) by wormhole.bluestar.net (8.10.1/8.10.1) with ESMTP id e6EMm1724769 for ; Fri, 14 Jul 2000 17:48:01 -0500 (CDT) Received: (from steve@localhost) by bsd.planetwe.com (8.9.3/8.9.3) id RAA67744 for freebsd-questions@freebsd.org; Fri, 14 Jul 2000 17:48:02 -0500 (CDT) (envelope-from steve) Date: Fri, 14 Jul 2000 17:48:02 -0500 From: Steve Price To: freebsd-questions@freebsd.org Subject: Unable to find PCI bus (was Re: NetGear FA310TX rev D2) Message-ID: <20000714174802.N4162@bsd.planetwe.com> References: <20000714151616.K4162@bsd.planetwe.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000714151616.K4162@bsd.planetwe.com>; from sprice@hiwaay.net on Fri, Jul 14, 2000 at 03:16:16PM -0500 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It turns out the PCI bus isn't being recognized. I booted Redhat from floppy just long enough to get a shell prompt and typed 'cat /proc/pci'. It doesn't recognize the PCI bus as anything special either but at least it recognizes two of them as master capable. I searched around for the vendor id (3388) and device id (801[123]) and this is what I came up with: 3388 Hint Corp 8011 VXPro II Chipset 3388 8011 VXPro II Chipset CPU to PCI Bridge 8012 VXPro II Chipset 3388 8012 VXPro II Chipset PCI to ISA Bridge 8013 VXPro II Chipset 3388 8013 VXPro II Chipset EIDE Controller None of these show up in the dmesg(1) output even though the drive attached to the IDE controller is found. Anyone have any ideas on how to go about fixing this? Thanks. -steve On Fri, Jul 14, 2000 at 03:16:16PM -0500, I wrote: # Hi all, # # Does anyone know if either the NetGear FA310TX rev D2 or the Kingston # KNE40BT network cards are supported by FreeBSD? I have one of each # in a -stable box built today and neither seem to be recognized acording # to dmesg. I figured at least the second one would have been recognized # by the de driver since it has a DEC 21041 chip on it. # # -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 15:56: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from malkav.snowmoon.com (machine-126-237.cdcsd.k12.ny.us [208.20.126.237]) by hub.freebsd.org (Postfix) with SMTP id 1F97737B83C for ; Fri, 14 Jul 2000 15:56:01 -0700 (PDT) (envelope-from jaime@malkav.snowmoon.com) Received: (qmail 39110 invoked from network); 14 Jul 2000 22:55:59 -0000 Received: from localhost.snowmoon.com (HELO localhost) (127.0.0.1) by localhost.snowmoon.com with SMTP; 14 Jul 2000 22:55:59 -0000 Date: Fri, 14 Jul 2000 18:55:58 -0400 (EDT) From: Jaime Kikpole To: JJS2877636@aol.com Cc: freebsd-questions@freebsd.org Subject: Re: Can UNIX BSDI run on a Macinotsh G3 via emulation? 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, 14 Jul 2000 JJS2877636@aol.com wrote: > Is there a way maybe via emulation for me to load UNIX BSDI on a MacIntosh G3 > so I can program in PERL? Will the emulation program cause problems? Look into the program VirtualPC. Call MacMall, MacZone, or MacWarehouse for pricing. Or check their web pages (www.macmall.com, www.maczone.com, and www.macwarehouse.com). :) One of the secretaries at my job uses it to run Windows 98 on an iMac. Runs well. It even has a trick it calls "IP sharing" to allow any emulated ethernet packets with IP packes in them to be sent out via the MacOS TCP/IP stack so that it doesn't confuse any DHCP servers. Jaime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 16: 0:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id 3AB4E37B79B for ; Fri, 14 Jul 2000 16:00:03 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Received: from localhost (lplist@localhost) by q.closedsrc.org (8.10.2/8.10.2) with ESMTP id e6EMw6299866; Fri, 14 Jul 2000 15:58:06 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Date: Fri, 14 Jul 2000 15:58:06 -0700 (PDT) From: Linh Pham To: Vance Shipley Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How many Ultra/66 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 As long as you have the space, IRQ's and the money to do so :) // Linh Pham // // Proud supporter of FreeBSD and OpenBSD // FreeBSD - http://www.freebsd.org // OpenBSD - http://www.openbsd.org /* "Oregon, n.: Eighty billion gallons of water with no place to go on Saturday night." */ On Fri, 14 Jul 2000, Vance Shipley wrote: > > Can I add a number of UDMA/66 adaptors to a system? > I'm thinking like a half dozen Promise cards with four > drives each. Am I dreaming here? > > -Vance > > > 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 Jul 14 16: 3:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www3.pacific-pages.com (www3.pacific-pages.com [192.41.48.219]) by hub.freebsd.org (Postfix) with ESMTP id 25CAA37B92A for ; Fri, 14 Jul 2000 16:03:08 -0700 (PDT) (envelope-from David@www3.pacific-pages.com) Received: from www3.pacific-pages.com ([216.191.75.58]) by www3.pacific-pages.com (8.8.5) id RAA02470; Fri, 14 Jul 2000 17:02:54 -0600 (MDT) Message-ID: <396F9BF9.3DC12419@www3.pacific-pages.com> Date: Fri, 14 Jul 2000 19:02:17 -0400 From: David Banning Reply-To: David@SkytrackerCanada.com Organization: Sky-Tracker of Canada Inc. X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Larry Rosenman Cc: David Daugherty , questions@FreeBSD.ORG Subject: Re: newbie of php problem - code shows no output References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Larry Rosenman wrote: > > what does the apache config say? > > Here is my apache.conf, and it has > > PHP 3 > PHP 4 > mod_perl > mod_dav > > all activated. > OK - so I've got PHP 3 and PHP 4 activated, but mod_perl and mod_dav are nowhere to be found in my apache conf file. I recently removed perl 5 from my system - could that be the problem? (newbie question) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 16: 6:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from malkav.snowmoon.com (machine-126-237.cdcsd.k12.ny.us [208.20.126.237]) by hub.freebsd.org (Postfix) with SMTP id 1CEF137B9E6 for ; Fri, 14 Jul 2000 16:06:31 -0700 (PDT) (envelope-from jaime@malkav.snowmoon.com) Received: (qmail 39151 invoked from network); 14 Jul 2000 23:06:30 -0000 Received: from localhost.snowmoon.com (HELO localhost) (127.0.0.1) by localhost.snowmoon.com with SMTP; 14 Jul 2000 23:06:30 -0000 Date: Fri, 14 Jul 2000 19:06:30 -0400 (EDT) From: Jaime Kikpole To: jeff -|-|- Cc: freebsd-questions@FreeBSD.org Subject: Re: LAN trouble In-Reply-To: <20000714160353.47761.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, 14 Jul 2000, jeff -|-|- wrote: > /kernel: arp: 00:a0:c9:0c:7f:04 attempts to modify permanent entry for > 192.168.0.0 on dc0 > > I am stuck and would appreciate any help you great BSD gurus can offer. I'm just shooting into the dark here, but what IPs are you using? You're not trying to use 192.168.0.0, are you? Jaime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 16: 7: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from laxmls02.socal.rr.com (laxmls02.socal.rr.com [24.30.163.11]) by hub.freebsd.org (Postfix) with ESMTP id 09D6237BAF9 for ; Fri, 14 Jul 2000 16:06:55 -0700 (PDT) (envelope-from stephen@cerebralmaelstrom.com) Received: from Ryan (sc-24-160-53-72.socal.rr.com [24.160.53.72]) by laxmls02.socal.rr.com (8.10.1/8.10.1) with SMTP id e6EN6Kw29226 for ; Fri, 14 Jul 2000 16:06:20 -0700 (PDT) Message-ID: <013901bfede7$6d630f20$0200a8c0@Ryan> From: "Stephen Hansen" To: Subject: Microsoft Intellimice? Date: Fri, 14 Jul 2000 16:01:21 -0700 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [ Oops. Sent this to -newbies first; forgot to change my 'To' after reading the list charters on the web.... :) ] I'm in the process of preparing to install FreeBSD 4.0 (waiting happily for the cd/handbook to arrive from Walnut), which will be about the third time i've ended up using it .. In the past i've always ended up reverting to windows due to duel-booting frustrations.. Now, with two computers, I won't have that problem.. Whee! Congratulate me. *grin* Anyways. The computer i'm installing it on is a 400mhz P2 w/ 128megs of ram and a 10gig hdd. The graphics card is a STB Velocity. I don't forsee issues with any of the above, since it ran Mandrake fine for a brief period (... decided I was curious about all the linux hype, so tried it out.. personal opinion: why bother? :) ) My one big question is actually sort unimportant sounding: Can I use my Microsoft IntelliMouse Explorer? :-) I /love/ it, dispite the company that makes it.. I believe wheelmice have support under X, but I couldn't get the old default mouse to work when I was using X under Mandrake.. and those Forward/Backwards buttons are rather nice.. though as long as I have my mouse and my wheel, I'll be happy. My understanding is that FreeBSD doesn't support USB mice -- am I right? If so, it will work with the USB-to-PS/2 converter, I hope? Beyond that -- what features of the mouse will work (or, more importantly, not work? ) Erm. I'm suddenly thinking that I should be sending this to some X list, and if its offtopic, I apologize, lots.. Just scream and flog and i'll go send it to someone who's interested. :) Thanks in advance for any help. --Stephen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 16:12:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from malkav.snowmoon.com (machine-126-237.cdcsd.k12.ny.us [208.20.126.237]) by hub.freebsd.org (Postfix) with SMTP id 3D1A037B92A for ; Fri, 14 Jul 2000 16:12:41 -0700 (PDT) (envelope-from jaime@malkav.snowmoon.com) Received: (qmail 39173 invoked from network); 14 Jul 2000 23:12:40 -0000 Received: from localhost.snowmoon.com (HELO localhost) (127.0.0.1) by localhost.snowmoon.com with SMTP; 14 Jul 2000 23:12:40 -0000 Date: Fri, 14 Jul 2000 19:12:40 -0400 (EDT) From: Jaime Kikpole To: Rick Hamell Cc: freebsd-questions@freebsd.org Subject: Re: Domain Name Registration 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, 14 Jul 2000, Rick Hamell wrote: > What company do y'all recommend for Domain Name Registration these > days? FWIW, I have had one bad experience with register.com and one good experience with Network Solutions. Customer support via web interfaces is much more advanced and coordinated in NSI. Jaime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 16:21: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from icave3.icave.com.mx (icave3.icave.com.mx [148.233.5.130]) by hub.freebsd.org (Postfix) with ESMTP id C31CB37C6A6 for ; Fri, 14 Jul 2000 16:20:27 -0700 (PDT) (envelope-from rafareta@icave.com.mx) Received: from icave.com.mx (icave10.icave.com.mx [148.233.5.137]) by icave3.icave.com.mx (8.9.3/8.9.3) with ESMTP id SAA05509; Fri, 14 Jul 2000 18:20:05 -0500 (CDT) (envelope-from rafareta@icave.com.mx) Message-ID: <396F9F8C.C1B739E@icave.com.mx> Date: Fri, 14 Jul 2000 18:17:33 -0500 From: "Rafael A. Reta Rodriguez" Organization: ICAVE X-Mailer: Mozilla 4.7 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: Victor Miguel Romero Guevara Cc: freebsd-questions@FreeBSD.ORG Subject: Re: DNS Configuration References: <396F84E2.11EA814A@creatos.com.mx> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Victor Miguel Romero Guevara wrote: > Hi, I'm new in FreeBSD and I want a DNS server running in FreeBSD. > Please, where I can obtain information for do this?. Is the same way in > Linux?. > Victor, setting a DNS is the same if is it's the same Bind version. If isn't, there are "some" changes in the named.boot (now named.conf). > > Please, sendme some information or links for do this, because is urgent > for my work. Thanks! d:) check: http://www.isc.org/products/BIND/ http://www.dns.net/dnsrd/ and there is the BIND father's site but I cant remember the site name (vixie or something like) I also strongly recommend you the Nutshell "cricket" book > > > P.D. If is more powerful than Linux, I adopt FreeBSD like mi operating > system d;) I started with Linux 4 years ago, then I switched to FreeBSD and I love it. IMHO FreeBSD is more situable as server and Linux for end user. Saludos jarochos Rafael Reta Telecomunicaciones, ICAVE Veracruz, MEXICO! > > > -- > Atentamente. > Victor Miguel Romero Guevara > Creatividad Orientada a Soluciones > Florencia 57 - 204, > Col. Juarez, > México, D.F. > C. P. 06600 > vromero@creatos.com.mx > 5525-1125 (Ext. 14) > > 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 Jul 14 16:21:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from malkav.snowmoon.com (machine-126-237.cdcsd.k12.ny.us [208.20.126.237]) by hub.freebsd.org (Postfix) with SMTP id A206737C5FA for ; Fri, 14 Jul 2000 16:21:30 -0700 (PDT) (envelope-from jaime@malkav.snowmoon.com) Received: (qmail 39190 invoked from network); 14 Jul 2000 23:21:29 -0000 Received: from localhost.snowmoon.com (HELO localhost) (127.0.0.1) by localhost.snowmoon.com with SMTP; 14 Jul 2000 23:21:29 -0000 Date: Fri, 14 Jul 2000 19:21:29 -0400 (EDT) From: Jaime Kikpole To: Debasis Nanda Cc: freebsd-questions@freebsd.org Subject: Re: Free BSD 2.2.2 In-Reply-To: <396F8185.BDC79BC8@asl.dl.nec.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, 14 Jul 2000, Debasis Nanda wrote: > For an immediate testing purpose at our facility we would like to > procure FreeBSD 2.2.2. > Could you please supply us woth information like ftp download sites etc. > to procure old version of this software . Wouldn't you be able to get this by using CVSup on a pre-existing FreeBSD machine? Why do you need that specific version, anyway? Jaime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 16:24:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from malkav.snowmoon.com (machine-126-237.cdcsd.k12.ny.us [208.20.126.237]) by hub.freebsd.org (Postfix) with SMTP id 27C5A37C239 for ; Fri, 14 Jul 2000 16:24:31 -0700 (PDT) (envelope-from jaime@malkav.snowmoon.com) Received: (qmail 39208 invoked from network); 14 Jul 2000 23:24:29 -0000 Received: from localhost.snowmoon.com (HELO localhost) (127.0.0.1) by localhost.snowmoon.com with SMTP; 14 Jul 2000 23:24:29 -0000 Date: Fri, 14 Jul 2000 19:24:29 -0400 (EDT) From: Jaime Kikpole To: Victor Miguel Romero Guevara Cc: freebsd-questions@FreeBSD.ORG Subject: Re: DNS Configuration In-Reply-To: <396F84E2.11EA814A@creatos.com.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, 14 Jul 2000, Victor Miguel Romero Guevara wrote: > Hi, I'm new in FreeBSD and I want a DNS server running in FreeBSD. > Please, where I can obtain information for do this?. Is the same way in > Linux?. Look in /etc/namedb. All the DNS server configuration files are in there. When you're done changing the settings type the following command to restart your DNS server: kill -HUP `cat /var/run/named.pid` That command needs to be run as root. Jaime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 16:41:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lerami.lerctr.org (lerami.lerctr.org [207.158.72.11]) by hub.freebsd.org (Postfix) with ESMTP id 0361A37BFDB for ; Fri, 14 Jul 2000 16:41:27 -0700 (PDT) (envelope-from ler@lerctr.org) Received: (from ler@localhost) by lerami.lerctr.org (8.10.1/8.10.1/20000708) id e6ENewO25097; Fri, 14 Jul 2000 18:40:58 -0500 (CDT) From: Larry Rosenman Message-Id: <200007142340.e6ENewO25097@lerami.lerctr.org> Subject: Re: newbie of php problem - code shows no output In-Reply-To: <396F9BF9.3DC12419@www3.pacific-pages.com> "from David Banning at Jul 14, 2000 07:02:17 pm" To: David@SkytrackerCanada.com Date: Fri, 14 Jul 2000 18:40:58 -0500 (CDT) Cc: Larry Rosenman , David Daugherty , questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL79 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I added them from the ports (/usr/ports/www/mod_perl, /usr/ports/www/mod_dav), they added themselves to the config file. > Larry Rosenman wrote: > > > > what does the apache config say? > > > > Here is my apache.conf, and it has > > > > PHP 3 > > PHP 4 > > mod_perl > > mod_dav > > > > all activated. > > > OK - so I've got PHP 3 and PHP 4 activated, but mod_perl and mod_dav > are nowhere to be found in my apache conf file. > > I recently removed perl 5 from my system - could that be the problem? > (newbie question) -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 (voice) Internet: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 16:45:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sn1oexchr01.nextvenue.com (sn1oexchr01.nextvenue.com [63.209.169.9]) by hub.freebsd.org (Postfix) with SMTP id 9A47E37C44B for ; Fri, 14 Jul 2000 16:45:14 -0700 (PDT) (envelope-from nevans@nextvenue.com) Received: FROM sn1exchmbx.nextvenue.com BY sn1oexchr01.nextvenue.com ; Fri Jul 14 19:43:29 2000 -0400 Received: by sn1exchmbx.nextvenue.com with Internet Mail Service (5.5.2650.21) id <34BTY6Z3>; Fri, 14 Jul 2000 19:40:53 -0400 Message-ID: <712384017032D411AD7B0001023D799B07C9D3@sn1exchmbx.nextvenue.com> From: Nick Evans To: 'Carl Strickler' , "'freebsd-questions@freebsd.org'" Subject: RE: Who's knockin' on my firewall [OFF TOPIC] Date: Fri, 14 Jul 2000 19:40:52 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01BFEDEC.F2381650" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01BFEDEC.F2381650 Content-Type: text/plain; charset="iso-8859-1" www.arin.net has an IP whois to find out the owner of the IP block. If there is a domain name associated with that IP you can do another whois on www.networksolutions.com to find out who you really want to complain to. There is no way to trace a packet with a spoofed IP of the private ranges (192.168, 10.0, 172.16)... -----Original Message----- From: Carl Strickler [mailto:cstrickl@ifta.net] Sent: Friday, July 14, 2000 5:12 PM To: 'freebsd-questions@freebsd.org' Subject: Who's knockin' on my firewall [OFF TOPIC] This is a bit off topic, but I was hoping someone could at least point me in the right direction. I regularly check my security logs to see who's been trying to get in and I'll do an nslookup on any IP address that occurs over 3 times. Now once in a while this will actually be useful and I come up with actual useful information. But most of the time I end up with what I started with, an IP address. Is there a way to find out who owns what block of addresses? Also is there a way to find out the real IP address if someone is spoofing (quite often we are probed by someone with a 10.x.x.x address)? Finally, is there any kind of SOP when dealing with unauthorized attempts from foreign countries (we seem to get probed quite a bit from SE Asia)? Any information would be helpful. TIA, Carl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message ------_=_NextPart_001_01BFEDEC.F2381650 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable RE: Who's knockin' on my firewall [OFF TOPIC]

www.arin.net has an IP whois to find out the owner of = the IP block. If there is a domain name associated with that IP you can = do another whois on www.networksolutions.com to find out who you really = want to complain to. There is no way to trace a packet with a spoofed = IP of the private ranges (192.168, 10.0, 172.16)...

-----Original Message-----
From: Carl Strickler [mailto:cstrickl@ifta.net]
Sent: Friday, July 14, 2000 5:12 PM
To: 'freebsd-questions@freebsd.org'
Subject: Who's knockin' on my firewall [OFF = TOPIC]


This is a bit off topic, but I was hoping someone = could at least point me in the right
direction. 

I regularly check my security logs to see who's been = trying to get in and I'll do an
nslookup on any IP address that occurs over 3 = times.  Now once in a while this
will actually be useful and I come up with actual = useful information.  But most of
the time I end up with what I started with, an IP = address.  Is there a way to find out
who owns what block of addresses? 

Also is there a way to find out the real IP address = if someone is spoofing (quite often
we are probed by someone with a 10.x.x.x address)? =

Finally, is there any kind of SOP when dealing with = unauthorized attempts from foreign
countries (we seem to get probed quite a bit from SE = Asia)? 

Any information would be helpful.


TIA,
Carl


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

------_=_NextPart_001_01BFEDEC.F2381650-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 16:48: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 2A37B37C146 for ; Fri, 14 Jul 2000 16:47:44 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 13DDds-0004rl-00; Fri, 14 Jul 2000 23:09:08 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 13DDds-000Ol3-00; Fri, 14 Jul 2000 23:09:08 +0100 Date: Fri, 14 Jul 2000 23:09:08 +0100 From: Ben Smithurst To: Linh Pham Cc: Ari Arantes Filho , freebsd-questions@FreeBSD.ORG Subject: Re: Release Version Message-ID: <20000714230908.B84045@strontium.scientia.demon.co.uk> References: <058e01bfedd8$c86f00e0$0201a8c0@doctordata.com.br> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="hHWLQfXTYDoKhP50" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --hHWLQfXTYDoKhP50 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Linh Pham wrote: > If I remember correctly, 4.0-RELEASE was intended to start the 4.0 release > branch and was aimed at developers and for people who want some of the new > features. Sort of, but my understanding is that 4.0 is aimed at anyone installing a new FreeBSD system, not just developers or people who want new features. 3.5 is only aimed at people already running a 3.x system who don't want to do a major version upgrade for one reason or another. --=20 Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D FreeBSD Documentation Project / --hHWLQfXTYDoKhP50 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: 3kP9MGRIqKsQtHv3w2rPp2E0tS7iwBYH iQCVAwUBOW+PgysPVtiZOS99AQETPwP+JvZciZ4AMpBCz0bFPi7mXiG3If77ccdK rq6OKkSj+7VTeJnx3xs8uMmCu/c656lzeUUVPWLCTt9o10hmcJR0OUvdqIVWuGMD 4NgUw6Yfr2eXvKjv3WUeBl8JLKPFPvUe2OhRrG1+eccPw04N7YWXy6KdMq/MjO3r hEXMLa8qUOo= =G7xo -----END PGP SIGNATURE----- --hHWLQfXTYDoKhP50-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 16:48: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id B1EE037C44B for ; Fri, 14 Jul 2000 16:48:00 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 13DDhO-0004ta-00; Fri, 14 Jul 2000 23:12:46 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 13DDhO-0000Ch-00; Fri, 14 Jul 2000 23:12:46 +0100 Date: Fri, 14 Jul 2000 23:12:46 +0100 From: Ben Smithurst To: Daniel Schrock Cc: freebsd-questions Subject: Re: I cvsup'd, now nfs filesystems won't mount! Message-ID: <20000714231246.C84045@strontium.scientia.demon.co.uk> References: <003201bfeddc$659e3b80$0271a8c0@anonymousdaemon.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="ZmUaFz6apKcXQszQ" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <003201bfeddc$659e3b80$0271a8c0@anonymousdaemon.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --ZmUaFz6apKcXQszQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Daniel Schrock wrote: > I had 4.1-RC instead of 4.0-Stable, which was to be the intended upgrade. > Not a big deal, except for the fact that my nfs filesystems now won't mou= nt. > I tried booting /kernel.old and same result. >=20 > It hangs at Mounting NFS file systems until I ^C or it times out, saying > mount nfs file system: gateway:/usr/home: not responding. > Does anyone know what the problem is? Hmm, do you have portmap running on both client and server? Is nfsd running on gateway? What happens if you run 'mount -a -t nfs' manually from a root prompt? Do you have nfsiod running on the client? I'm guessing you should, if you didn't change any configuration files, but these things need to be checked. > Also, does anyone know why I was given 4.1-RC instead of 4.0-Stable? I > cvsup'd a different machine a few days ago and it went flawlessly and > resulted in 4.0-Stable. I used identical cvsup files and the same server > (cvsup3.freebsd.org). Don't worry about it. "RC" means "Release Candidate", and if you cvsup shortly before a release that's the version name you'll see. It will change to "RELEASE" while the CVS tag is laid, then it will go back to "STABLE", so you'll be back on 4.1-STABLE. --=20 Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D FreeBSD Documentation Project / --ZmUaFz6apKcXQszQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: zV28zcDjq50zcbPjA6rrAVxU16UL0SPk iQCVAwUBOW+QXSsPVtiZOS99AQG97gP/e3WOxy815PRfy6+Diq+PjibW55E8W4ds oOprc2+56D9Nv78PxV1Oa2uKHHnC48W/rF3sdNViNf+oKuzHNfq40IRxHeyuF7Z4 yZm0spi/UWr+KGwm8AEDMf5j2cMoR7xQ7RyBr7OwXVUk7onniI0nRrEK7XOUHzGN B5UGUroZaQQ= =/Ad/ -----END PGP SIGNATURE----- --ZmUaFz6apKcXQszQ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 16:49:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from matrix.buckhorn.net (matrix.buckhorn.net [208.129.165.68]) by hub.freebsd.org (Postfix) with ESMTP id 5F47A37C146 for ; Fri, 14 Jul 2000 16:49:21 -0700 (PDT) (envelope-from bob@buckhorn.net) Received: from buckhorn.net (nebula.buckhorn.net [208.129.165.66]) by matrix.buckhorn.net (8.9.3/8.9.3) with ESMTP id SAA27213 for ; Fri, 14 Jul 2000 18:46:11 -0500 (CDT) (envelope-from bob@buckhorn.net) Message-ID: <396FA702.3CB06291@buckhorn.net> Date: Fri, 14 Jul 2000 18:49:22 -0500 From: Bob Martin Organization: InterNet Unlimited X-Mailer: Mozilla 4.73 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: LAN trouble References: <20000714160353.47761.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 jeff -|-|- wrote: > > I am attempting to set up my LAN with my FreeBSD machine and my win98 > machine. I have verifyied that the network card is up and running and can > see the pings to the win98 machine go out on the network, but no ack is > received. In addition when I try to ping my FreeBSD machine from my win98 > machine I do not receive acks and I get this error: > > /kernel: arp: 00:a0:c9:0c:7f:04 attempts to modify permanent entry for > 192.168.0.0 on dc0 > > I am stuck and would appreciate any help you great BSD gurus can offer. > > Thanx in Advance, > Jeffory C Luce > > ps - feel free to email for further info > ________________________________________________________________________ You definately need to provide more information. What are the IP's, netmasks and gateways of both machines? How are they connected? Bob -- "I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones." -- Albert Einstein To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 16:53:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.interware.hu (mail.interware.hu [195.70.32.130]) by hub.freebsd.org (Postfix) with ESMTP id 6908637B9F9; Fri, 14 Jul 2000 16:53:16 -0700 (PDT) (envelope-from julian@elischer.org) Received: from casablanca-22.budapest.interware.hu ([195.70.53.22] helo=jules.elischer.org) by mail.interware.hu with smtp (Exim 3.12 #1 (Debian)) id 13DFGX-0000NF-00; Sat, 15 Jul 2000 01:53:09 +0200 Message-ID: <396FA7D1.167EB0E7@elischer.org> Date: Fri, 14 Jul 2000 16:52:49 -0700 From: Julian Elischer X-Mailer: Mozilla 3.04Gold (X11; I; FreeBSD 5.0-CURRENT i386) MIME-Version: 1.0 To: questions@freebsd.org Cc: multimedia@freebsd.org Subject: MP3->WAV 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 write some mp3 files to a CD but the s/w I have under w9x (bleagh) needs WAV files. I have MP3 files... anyone have a good way of converting them? -- __--_|\ Julian Elischer / \ julian@elischer.org ( OZ ) World tour 2000 ;_.---._/ presently in: Budapest v To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 16:54:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from matrix.buckhorn.net (matrix.buckhorn.net [208.129.165.68]) by hub.freebsd.org (Postfix) with ESMTP id 7101F37B9F9 for ; Fri, 14 Jul 2000 16:54:38 -0700 (PDT) (envelope-from bob@buckhorn.net) Received: from buckhorn.net (nebula.buckhorn.net [208.129.165.66]) by matrix.buckhorn.net (8.9.3/8.9.3) with ESMTP id SAA27233 for ; Fri, 14 Jul 2000 18:51:28 -0500 (CDT) (envelope-from bob@buckhorn.net) Message-ID: <396FA83F.9DD8B68A@buckhorn.net> Date: Fri, 14 Jul 2000 18:54:39 -0500 From: Bob Martin Organization: InterNet Unlimited X-Mailer: Mozilla 4.73 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: Digi Boards References: <0007141625000D.00232@talon.jaded.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Rick Harrop wrote: > > Hello, > > I need to buy a digi 8 port serial board, but first i need to know if it will > work under FreeBSD 4. Do you have any information on this?? > > Thanks allot! > > > -=-=-=-=- > Rick Harrop > > rharrop@click2net.com > http://www.Click2Net.com > "Nice Guys Finish Last" They work just fine. See man dgb for more details. Bob -- "I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones." -- Albert Einstein To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 16:56:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lerami.lerctr.org (lerami.lerctr.org [207.158.72.11]) by hub.freebsd.org (Postfix) with ESMTP id 2C20037B9F9 for ; Fri, 14 Jul 2000 16:56:22 -0700 (PDT) (envelope-from ler@lerctr.org) Received: (from ler@localhost) by lerami.lerctr.org (8.10.1/8.10.1/20000708) id e6ENuBD25946; Fri, 14 Jul 2000 18:56:11 -0500 (CDT) From: Larry Rosenman Message-Id: <200007142356.e6ENuBD25946@lerami.lerctr.org> Subject: Re: Who's knockin' on my firewall [OFF TOPIC] In-Reply-To: <712384017032D411AD7B0001023D799B07C9D3@sn1exchmbx.nextvenue.com> "from Nick Evans at Jul 14, 2000 07:40:52 pm" To: Nick Evans Date: Fri, 14 Jul 2000 18:56:11 -0500 (CDT) Cc: "'Carl Strickler'" , "'freebsd-questions@freebsd.org'" X-Mailer: ELM [version 2.4ME+ PL79 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG There is a great whois proxy at www.geektools.com that knows who to ask about things and follow the referral pointers. For example, here is a domain I registered through itsyourdomain.com: $ whois -h whois.geektools.com lerctr.net Query: lerctr.net Registry: whois.itsyourdomain.com Results: Registrar Name: ItsYourDomain.Com Registrar Whois: Whois.ItsYourDomain.Com Registrar Homepage: http://www.ItsYourDomain.Com Registrant: Lawrence E. Rosenman 1905 Steamboat Springs Drive Garland, TX 75044-6749 US Domain: LERCTR.NET Administrative Contact: Lawrence Rosenman (LR2-IYD) ler@lerctr.org Lawrence E. Rosenman 1905 Steamboat Springs Drive Garland, TX 75044-6749 US (972)414-9812 (FAX) Technical Contact: Lawrence Rosenman (LR2-IYD) ler@lerctr.org Lawrence E. Rosenman 1905 Steamboat Springs Drive Garland, TX 75044-6749 US (972)414-9812 (FAX) Billing Contact: Lawrence Rosenman (LR2-IYD) ler@lerctr.org Lawrence E. Rosenman 1905 Steamboat Springs Drive Garland, TX 75044-6749 US (972)414-9812 (FAX) Created: 07/08/2000 Updated: 07/08/2000 Expires: 07/08/2002 Domain Name Servers in listed order: NS-A.LERCTR.ORG NS-B.CIRR.COM ItsYourDomain.com - "The Wholesale Registrar" Results brought to you by the GeekTools WHOIS Proxy v3.0 Server results may be copyrighted and are used with permission. Your host (207.158.72.11) has visited 1 times today. $ Nice, it also follows the IP addresses. [ Charset ISO-8859-1 unsupported, converting... ] > www.arin.net has an IP whois to find out the owner of the IP block. If there > is a domain name associated with that IP you can do another whois on > www.networksolutions.com to find out who you really want to complain to. > There is no way to trace a packet with a spoofed IP of the private ranges > (192.168, 10.0, 172.16)... > > -----Original Message----- > From: Carl Strickler [mailto:cstrickl@ifta.net] > Sent: Friday, July 14, 2000 5:12 PM > To: 'freebsd-questions@freebsd.org' > Subject: Who's knockin' on my firewall [OFF TOPIC] > > > This is a bit off topic, but I was hoping someone could at least point me in > the right > direction. > > I regularly check my security logs to see who's been trying to get in and > I'll do an > nslookup on any IP address that occurs over 3 times. Now once in a while > this > will actually be useful and I come up with actual useful information. But > most of > the time I end up with what I started with, an IP address. Is there a way > to find out > who owns what block of addresses? > > Also is there a way to find out the real IP address if someone is spoofing > (quite often > we are probed by someone with a 10.x.x.x address)? > > Finally, is there any kind of SOP when dealing with unauthorized attempts > from foreign > countries (we seem to get probed quite a bit from SE Asia)? > > Any information would be helpful. > > > TIA, > Carl > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 (voice) Internet: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 17: 2:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id C1C7637C577; Fri, 14 Jul 2000 17:02:12 -0700 (PDT) To: FreeBSD-questions@FreeBSD.org Subject: How to get best results from FreeBSD-questions Message-Id: <20000715000212.C1C7637C577@hub.freebsd.org> Date: Fri, 14 Jul 2000 17:02:12 -0700 (PDT) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How to get the best results from FreeBSD questions. =================================================== Last update 3 September 1999 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 breaking 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, -newbies or -hackers? =================================================== Two mailing lists handle general questions about FreeBSD, FreeBSD-questions and FreeBSD-hackers. In addition, the FreeBSD-newbies list caters specifically for people who are new to FreeBSD and may be having trouble getting used to the environment. 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, first check whether this isn't a Frequently Asked Question (FAQ). There's a list of these questions at http://www.freebsd.org/FAQ/FAQ.html, and also on your own system (once you've installed it) at /usr/share/doc/FAQ/FAQ.html. Check there, and if you don't find an answer, ask FreeBSD-questions. Examples might be questions about installing 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 almost 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. You should also enter a problem report with the send-pr utility. 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. If the question is of particularly technical nature, such as implementation details or suggestions for improvements, then send the message to FreeBSD-hackers. If you're new to FreeBSD, and the message is about your own relationship to FreeBSD, send the message to FreeBSD-newbies. 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 out 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 don't get an answer immediately, or if you don't even see your own message appear on the list immediately, don't resend the message. Wait at least 24 hours. The FreeBSD mailer offloads messages to a number of subordinate mailers around the world, and sometimes it can take several hours for the mail to get through. And once it gets through, the one person who might know the answer will probably just have gone to bed in his part of the world. 8. 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 follow up to a question ================================= Often you will want to send in additional information to a question you have already sent. The best way to do this is to reply to your original message. This has three advantages: 1. You include the original message text, so people will know what you're talking about. Don't forget to trim unnecessary text out, though. 2. The text in the subject line stays the same (you did remember to put one in, didn't you?). Many mailers will sort messages by subject. This helps group messages together. 3. The message reference numbers in the header will refer to the previous message. Some mailers, such as mutt, can thread messages, showing the exact relationships between the messages. VI: 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 you understand the question? Very frequently, the person who asks the question is confused or doesn't express himself very well. Even with the best understanding of the system, it's easy to send a reply which doesn't answer the question. This doesn't help: you'll leave the person who submitted the question more frustrated or confused than ever. If nobody else answers, and you're not too sure either, you can always ask for more information. 5. 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?". 6. Unless there's a good reason to do otherwise, reply to the sender and to FreeBSD-questions. Many people on the FreeBSD-questions are "lurkers": they learn by reading messages sent and replied to by others. If you take a message which is of general interest off the list, you're depriving these people of their information. Be careful with group replies; lots of people send messages with hundreds of CCs. If this is the case, be sure to trim the Cc: lines appropriately. 7. Include relevant text from the original message. Trim it to the minimum, but don't overdo it. It should still be possible for somebody who didn't read the original message to understand what you're talking about. 8. 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. 9. Put your response in the correct place (after the text to which it replies). It's very difficult to read a thread of responses where each reply comes before the text to which it replies. 10. 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. 11. 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 Jul 14 17: 2:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 1221C37C5C6; Fri, 14 Jul 2000 17:02:13 -0700 (PDT) To: FreeBSD-questions@FreeBSD.org Subject: "The Complete FreeBSD", third edition: errata and addenda Message-Id: <20000715000213.1221C37C5C6@hub.freebsd.org> Date: Fri, 14 Jul 2000 17:02:13 -0700 (PDT) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Errata and addenda for the Complete FreeBSD, third edition Last revision: 2 August 1999 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, ``The Complete FreeBSD'', published by Walnut Creek, is no exception. In- evitably, a number of bugs and changes have surfaced. The following is a list of modifications which go beyond simple typos. They relate to the third edition, formatted on 17 May 1999. You'll find this information on page iv (the page before the beginning of the Table of Contents). See the end of this document for instructions on how to find the errata for an older version. You can get the current document in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-3.ps. See page 302 of the third edition to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-3.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-3.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-3.html. All these modifications have been applied to the ongoing source text of the book, so if you buy a later edition, they will be in it as well. If you find a Page 1 The Complete FreeBSD bug or a suspected bug in the book, please contact me at Page ii _______ The instructions on page ii (opposite the title page) tell you to look at ftp://ftp.lemis.com/pub/cfbsd/errata-2 for the errata list. That's wrong. Look at this list. Pages 190 and 191 _________________ The description is not very clear about which text appears when booting from floppy for initial install, and which appears when booting normally. The procedure is very similar, but there are some differences. Add the following text after the heading Boot messages: You'll boot your system in at least two different ways: initially you'll boot from floppy or CD-ROM in order to install the system. Later, after the system is installed, you'll boot from hard disk. The procedure is almost identical, so we'll look at both versions in the following examples. Replace the text from the middle of page 191 with: If you're booting from 1.44 MB floppies, you will then see: Please insert MFS root floppy and press enter: When you insert the MFS root floppy and press Enter, you see more twirling batons, then the UserConfig screen appears. UserConfig: Modifying the boot configuration ____________________________________________ After the kernel has been loaded, the following screen will appear if you are installing the system, or if you have requested it with the -c option to the boot loader: Page 206 ________ The bottom two lines on this page should be in bold constant font, indicating that this is input for your /etc/rc.config file Page 2 Errata and addenda for the Complete FreeBSD, third edition nfs_client_enable="YES" # This host is an NFS client (or NO). nfs_server_enable="YES" # This host is an NFS server (or NO). Page 265 ________ The example on the second half of the page refers to the old SCSI driver. The scsi program is no longer available in FreeBSD 3.x. Instead, use the camcontrol program. Replace the text with:. Modern disks make provisions for recovering from such errors by allocating an alternate sector for the data. IDE drives do this automatically, but with SCSI drives you have the option of enabling or disabling reallocation. Usually it is turned on when you buy them, but occasionally it is not. When installing a new disk, you should check that the parameters ARRE (Auto Read Reallocation Enable) and AWRE (Auto Write Reallocation Enable) are turned on. For example, to check and set the values for disk da1, you would enter: # camcontrol modepage da1 -m 1 -e -P 3 # scsi -f /dev/rda1c -m 1 -e -P 3 This command will start up your favourite editor (either the one specified in the EDITOR environment variable, or vi by default) with the following data: AWRE (Auto Write Reallocation Enbld): 0 ARRE (Auto Read Reallocation Enbld): 1 TB (Transfer Block): 0 RC (Read Continuous): 0 EER (Enable Early Recovery): 0 PER (Post Error): 0 DTE (Disable Transfer on Error): 0 DCR (Disable Correction): 0 Read Retry Count: 16 Correction Span: 41 Head Offset Count: 0 Data Strobe Offset Count: 0 Write Retry Count: 16 Recovery Time Limit: 0 The values for AWRE and ARRE should both be 1. If they aren't, as in this case, where AWRE is 0, change the data with the editor, save it, and exit. The camcontrol program will write the data back to the disk and enable the option. Page 3 The Complete FreeBSD Page 331 ________ The description of the config refers to the SCSI drive sd0. This is the old name; in FreeBSD version 3, SCSI drives are called da, so this reference should be da0. Thanks to Francisco Reyes for pointing out this problem. Page 362 ________ Replace the text at the top of the page with: Next, change to the build directory and build the kernel: # cd ../../compile/FREEBIE # make depend # make The make depend is needed even if the directory has just been created: apart from creating dependency information, it also creates some files needed for the build. Thanks to Mark Ovens for drawing this to my attention, and to Francisco Reyes and Bill Fumerola for pointing out that it still wasn't fixed in the third edition. Page 409 ________ The information on setting the default routers specified the wrong end of the PPP links in some places. It should always be the ``far'' end of the link. Replace the second example on page 409, and the text following it, with this text: defaultrouter="139.130.136.129" # 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. This is the normal way to set the default route on a point-to-point interface. In fact, for PPP you don't need to specify the default address: the PPP packages will set it for you when the link comes up. This makes it possible to Page 4 Errata and addenda for the Complete FreeBSD, third edition set default routes when you're forced to use dynamic IP addresses, where you don't know the address at this point. We'll see how PPP does this on page 446. In the first example on page 410, the sixth example on page 412 and the second example on page 413, replace the defaultrouter definition with: defaultrouter="139.130.237.65" # Set to default gateway (or NO). Thanks to Andreas Longwitz for pointing out this error. Getting errata for older editions of the book _____________________________________________ There have been a total of five different versions of ``The Complete FreeBSD''. The most accurate way to distinguish them is by the format date, which you'll find at the bottom of page iv (the page before the beginning of the Table of Contents) in all versions of the book. 1. The first was titled ``Installing and running FreeBSD'', and was formatted on 24 February 1996. No errata list exists for this book. 2. For the first edition (19 July 1996), get ftp://ftp.lemis.com/pub/cfbsd/er- rata-1. This same file is also available via the web link http://www.lemis.com/errata-1. I am no longer updating this errata list. 3. The list for the second edition (16 December 1997) 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 second edition to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only Page 5 Getting errata for older editions of the book 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. 4. The revised second edition was formatted on 11 February 1999. As the name suggests, it's not a complete new edition: in fact, only three chapters are different: o The chapter ``Setting up X11'' has been brought up to date. o Appendix D (``Contents of the Ports Collection'') has been replaced by two appendixes, ``Errata and Addenda'' (the errata list up to date at the time) and ``FreeBSD 3.0'', which describes the differences between FreeBSD 2.x and FreeBSD 3.x. There is no separate errata list for this book. Refer to the second edition errata list. 5. The current, third edition, formatted on 17 May 1999. This is the correct list for this edition. Page 6 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 17: 3:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id E171237BEC6; Fri, 14 Jul 2000 17:02:12 -0700 (PDT) To: FreeBSD-questions@FreeBSD.org Subject: "The Complete FreeBSD", second edition: errata and addenda Message-Id: <20000715000212.E171237BEC6@hub.freebsd.org> Date: Fri, 14 Jul 2000 17:02:12 -0700 (PDT) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Errata and addenda for the Complete FreeBSD, second edition Last revision: 21 June 1999 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, ``The Complete FreeBSD'', published by Walnut Creek, is no exception. In- evitably, a number of bugs and changes have surfaced. The following is a list of modifications which go beyond simple typos. They relate to the second edition, formatted on 16 December 1997. If you have this book, please check this list. If you have the first edition of 19 July 1996, please check ftp://ftp.lemis.com/pub/cfbsd/errata-1. This same file is also available via the web link http://www.lemis.com/. This list is available in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ps. See page 222 of the book to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only take this version if you have real problems with PostScript: I can't be sure that the lack of different fonts won't confuse the meaning. o A web version at http://www.lemis.com/errata-2.html. All these modifications have been applied to the ongoing source text of the book, so if you buy a later edition, they will be in it as well. If you find a Page 1 The Complete FreeBSD bug or a suspected bug in the book, please contact me at General changes _______________ o In a number of places, I suggest the use of the following command to find process information: $ ps aux | grep foo Unfortunately, ps is sensitive to the column width of the terminal emulator upon which it is working. This command usually works fine on a relatively wide xterm, but if you're running on an 80-column terminal, it may truncate exactly the information you're looking for, so you end up with no output. You can fix that with the w option: $ ps waux | grep foo Thanks to Sue Blake for this information Location of the sample files ____________________________ On the 2.2.5 CD-ROM only, the location of the sample files does not match the specifications in the book (/book on the first CD-ROM). The 2.2.5 CD-ROM came out before the book, and it contains the files on the third (repository) CD-ROM as a single gzipped tar file /xperimnt/cfbsd/cfbsd.tar.gz. It contains the following files: drwxr-xr-x jkh/jkh 0 Oct 17 13:01 1997 cfbsd/ drwxr-xr-x jkh/jkh 0 Oct 17 13:01 1997 cfbsd/mutt/ -rw-r--r-- jkh/jkh 352 Oct 15 15:21 1997 cfbsd/mutt/.mail_aliases -rw-r--r-- jkh/jkh 9394 Oct 15 15:22 1997 cfbsd/mutt/.muttrc drwxr-xr-x jkh/jkh 0 Oct 17 14:02 1997 cfbsd/scripts/ -rw-r--r-- jkh/jkh 18281 Oct 16 16:52 1997 cfbsd/scripts/.fvwm2rc -rwxr-xr-x jkh/jkh 1392 Oct 17 12:54 1997 cfbsd/scripts/install-desktop -rw-r--r-- jkh/jkh 296 Oct 17 12:35 1997 cfbsd/scripts/.xinitrc -rwxr-xr-x jkh/jkh 622 Oct 17 13:51 1997 cfbsd/scripts/install-rcfiles -rw-r--r-- jkh/jkh 1133 Oct 17 13:00 1997 cfbsd/scripts/Uutry -rw-r--r-- jkh/jkh 1028 Oct 17 14:02 1997 cfbsd/scripts/README drwxr-xr-x jkh/jkh 0 Oct 18 19:32 1997 cfbsd/docs/ -rw-r--r-- jkh/jkh 199111 Oct 16 14:29 1997 cfbsd/docs/packages.txt Page 2 Errata and addenda for the Complete FreeBSD, second edition -rw-r--r-- jkh/jkh 189333 Oct 16 14:28 1997 cfbsd/docs/packages-by-category.txt -rw-r--r-- jkh/jkh 188108 Oct 16 14:29 1997 cfbsd/docs/packages.ps -rw-r--r-- jkh/jkh 226439 Oct 16 14:27 1997 cfbsd/docs/packages-by-category.ps -rw-r--r-- jkh/jkh 788 Oct 16 15:01 1997 cfbsd/README -rw-r--r-- jkh/jkh 248 Oct 17 11:52 1997 cfbsd/errata To extract one of these files, say cfbsd/docs/packages.txt, and assuming you have the CD-ROM mounted as /cdrom, enter: # cd /usr/share/doc # tar xvzf /cdrom/xperimnt/cfbsd/cfbsd.tar.gz cfbsd/docs/packages.txt See page 209 for more information on using tar. These files are an early version of what is described in the book. I'll put up some updated versions on ftp://ftp.lemis.com/ in the near future. Thanks to Frank McCormick for drawing this to my attention. Chapter 8: Setting up X11 _________________________ For FreeBSD 2.2.7, this chapter has changed sufficiently to make it impractical to distribute errata. You can download the PostScript version from ftp://www.lemis.com/pub/cfbsd/xsetup.ps, or the ASCII version from ftp://www.lemis.com/pub/cfbsd/xsetup.txt. No HTML version is available. Page xxxiv __________ Before the discussion of the shell prompts in the middle of the page, add: In this book, I recommend the use of the Bourne shell or one of its descendents (sh, bash, pdksh, ksh or zsh). With the exception of sh, they are all in the Ports Collection. I personally use the bash shell. This is a personal preference, and a recommendation, but it's not the standard shell. The standard BSD shell is the C shell (csh), which has a fuller- featured descendent tcsh. In particular, the standard installation sets the root user up with a csh. See page 152 (in this errata) for details of how to change the shell. Page 3 General changes Page 11: Reading the handbook _____________________________ The CD-ROM now includes Netscape. Replace the last paragraph on the page and the example on the following page with: If you're running X, you can use a browser like netscape to read the handbook. If you don't have X running yet, use lynx. Both of these programs are included on the CD-ROM. To install them, enter: # pkg_add /cdrom/packages/All/netscape-communicator-4.5.tgz or # pkg_add /cdrom/packages/All/lynx-2.8.1.1.tgz The numbers after the name (4.5 and 2.8.1.1) may change after this book has been printed. Use ls to list the names if you can't find these particular versions. Note that lynx is not a complete substitute for netscape: since it is text- only, it is not capable of displaying the large majority of web pages correctly. It will suffice for reading most of the handbook, however. Thanks to Stuart Henderson and for drawing this to my attention. Page 12: Printing the handbook ______________________________ The instructions for formatting the handbook are obsolete. Replace the section starting Alternatively, you can print out the handbook with the following text: Alternatively, you can print out the handbook. You need to have the documentation sources (/usr/doc) installed on your system. You can find them on the second CD-ROM in the directory of the same name. To install them, first mount your CD-ROM (see page 175). Then enter: $ cd /cdrom/usr/doc/handbook $ mkdir -p /usr/doc/handbook you may need to be root for this operation $ cp -pr * /usr/doc/handbook You have a choice of formats for the output: o ascii will give you plain 7-bit ASCII output, suitable for reading on a character-mode terminal. Page 4 Errata and addenda for the Complete FreeBSD, second edition o html will give you HTML output, suitable for browsing with a web browser. o latex will give you LATEX format, suitable for further processing with TEX and LATEX. o ps will give you PostScript output, probably the best choice for printing. o roff will give you output in troff source. You can process this output with nroff or troff, but it's currently not very polished. LATEX output is a better choice if you want to process it further. Once you have decided your format, use make to create the document. For example, if you decide on PostScript format, you would enter: $ make FORMATS=ps This creates a file handbook.ps which you can then print to a PostScript printer or with the aid of ghostscript (see page 222). Thanks to Bob Beer for drawing this to my attention. Page 45: Preparing floppies for installation _____________________________________________ Replace the paragraph below the list of file names (in the middle of the page) with: The floppy set should contain the file bin.inf and the ones whose names start with bin. followed by two letters. These other files are all 240640 bytes long, except for the final one which is usually shorter. Use the MS-DOS COPY program to copy as many files as will fit onto each disk (5 or 6) until you've got all the distributions you want packed up in this fashion. Copy each distribution into subdirectory corresponding to the base name--for example, copy the bin distribution to the files A:\BIN\BIN.INF, A:\BIN\BIN.AA and so on. Page 80 and 81 ______________ In a couple of examples, the FreeBSD partition is shown as type 164. It should be 165. Thanks to an unknown contributer for this correction (sorry, I lost your name). Page 5 General changes Page 88: setting up for dumping _______________________________ The example mentions a variable savecore in /etc/rc.conf. This variable is no longer used--it's enough to set the variable dumpdev. Page 92 _______ At the end of the section How to install a package add the text: Alternatively, you can install packages from the /stand/sysinstall Final Configuration Menu. We saw this menu on page in figure 4-14 on page 71. When you start sysinstall from the command line, you get to this menu by selecting Index, and then selecting Configure. Page 93 _______ Before the heading Install ports from the first CD-ROM add: Install ports when installing the system ________________________________________ The file ports/ports.tgz on the first CD-ROM is a tar archive containing all the ports. You can install it with the base system if you select the Custom distribution and include the ports collection. If you didn't install them at the time, use the following method to install them all (about 40 MB). Make sure your CD-ROM is mounted (in this example on /cdrom), and enter: Page 96 _______ Replace the example at the top of the page with: Instead, do: # cd /cd4/ports/distfiles # mkdir -p /usr/ports/distfiles make sure you have a distfiles directory # for i in *; do > ln -s /cd4/ports/distfiles/$i /usr/ports/distfiles/$i > done Page 6 Errata and addenda for the Complete FreeBSD, second edition If you're using csh or tcsh, enter: # cd /cd4/ports/distfiles # mkdir -p /usr/ports/distfiles make sure you have a distfiles directory # foreach i (*) ? ln -s /cd4/ports/distfiles/$i /usr/ports/distfiles/$i ? end Thanks to Christopher Raven and Francois Jacques for drawing this to my attention. Page 104 ________ The examples at the bottom of the page and the top of the next page specify the wrong directory (/usr). It should be /usr/X11R6. Replace the examples with: For a full install, choose /cdrom/dists/XF86331/X331*.tgz. If you are using sh, enter: # cd /usr/X11R6 # for i in /cdrom/dists/XF86331/X331*.tgz; do # tar xzf $i # done If you are using csh, enter: % cd /usr/X11R6 % foreach i (/cdrom/dists/XF86331/X331*.tgz) % tar xzf $i % end For a minimal installation, first choose a server archive corresponding to your VGA board. If table 8-2 on page 103 doesn't give you enough information, check the server man pages, starting on page 1545, which list the VGA chip sets supported by each server. For example, if you have an ET4000 based board you will use the XF86_SVGA server. In this case you would enter: # cd /usr/X11R6 # tar xzf /cdrom/dists/XF86331/X331SVGA.tgz substitute your server name here # for i in bin fnts lib xicf; do # tar xzf /cdrom/dists/XF86331/X331$i.tgz # done Page 7 Install ports when installing the system If you are using csh, enter: % cd /usr/X11R6 % tar xzf /cdrom/dists/XF86331/X331SVGA.tgz substitute your server name here % foreach i (bin fnts lib xicf) % tar xzf /cdrom/dists/XF86331/$i % end Thanks to Manuel Enrique Garcia Cuesta for pointing out this one. Page 128 ________ Replace the complete text below the example with the following: These values are defaults, and many are either incorrect for FreeBSD (for example the device name /dev/com1) or do not apply at all (for example Xqueue). If you are configuring manually, select one Protocol and one Device entry from the following selection. If you must use a two-button mouse, uncomment the keyword Emulate3Buttons--in this mode, pressing both mouse buttons simultane- ously within Emulate3Timeout milliseconds causes the server to report a middle button press. Section "Pointer" Protocol "Microsoft" for Microsoft protocol mice Protocol "MouseMan" for Logitech mice Protocol "PS/2" for a PS/2 mouse Protocol "Busmouse" for a bus mouse Device "/dev/ttyd0" for a mouse on the first serial port Device "/dev/ttyd1" for a mouse on the second serial port Device "/dev/ttyd2" for a mouse on the third serial port Device "/dev/ttyd3" for a mouse on the fourth serial port Device "/dev/psm0" for a PS/2 mouse Device "/dev/mse0" for a bus mouse Emulate3Buttons only for a two-button mouse EndSection You'll notice that the protocol name does not always match the manufacturer's Page 8 Errata and addenda for the Complete FreeBSD, second edition name. In particular, the Logitech protocol only applies to older Logitech mice. The newer ones use either the MouseMan or Microsoft protocols. Nearly all modern serial mice run one of these two protocols, and most run both. If you are using a bus mouse or a PS/2 mouse, make sure that the device driver is included in the kernel. The GENERIC kernel contains drivers for both mice, but the PS/2 driver is disabled. Use UserConfig (see page 50) to enable it. Page 140 ________ Just before the paragraph The super user add the following paragraph: If you do manage to lose the root password, all may not be lost. Reboot the machine to single user mode (see page 157), and enter: # mount -u / mount root file system read/write # mount /usr mount /usr file system (if separate) # passwd root change the password for root Enter new password: Enter password again: # ^D enter ctrl-D to continue with startup If you have a separate /usr file system (the normal case), you need to mount it as well, since the passwd program is in the directory /usr/bin. Note that you should explicitly state the name root: in single user mode, the system doesn't have the concept of user IDs. Page 148 ________ Replace the text at the top of the page with: Modern shells supply command line editing which resembles the editors vi or Emacs. In bash, sh, ksh, and zsh you can make the choice by entering Page 152 ________ After figure 10-8, add the following text: It would be tedious for every user to put settings in their private initialization files, so the shells also read a system-wide default file. For the Bourne shell family, it is /etc/profile, while the C shell family has three Page 9 Install ports when installing the system files: /etc/csh.login to be executed on login, /etc/csh.cshrc to be executed when a new shell is started after you log in, and /etc/csh.logout to be executed when you stop a shell. The start files are executed before the corresponding individual files. In addition, login classes (page 141) offer another method of setting environment variables at a global level. Changing your shell ___________________ The FreeBSD installation gives root a C shell, csh. This is the traditional Berkeley shell, but it has a number of disadvantages: command line editing is very primitive, and the script language is significantly different from that of the Bourne shell, which is the de facto standard for shell scripts: if you stay with the C shell, you may still need to understand the Bourne shell. The latest version of the Bourne shell sh also includes some command line editing. See page 148 for details of how to enable it. You can get better command line editing with tcsh, in the Ports Collection. You can get both better command line editing and Bourne shell syntax with bash, also in the Ports Collection. If you have root access, you can use vipw to change your shell, but there's a more general way: use chsh (Change Shell). Simply run the program. It starts your favourite editor (as defined by the EDITOR environment variable). Here's an example before: #Changing user database information for velte. Shell: /bin/csh Full Name: Jack Velte Location: Office Phone: Home Phone: You can change anything after the colons. For example, you might change this to: #Changing user database information for velte. Shell: /usr/local/bin/bash Full Name: Jack Velte Location: On the road Office Phone: +1-408-555-1999 Home Phone: Page 10 Errata and addenda for the Complete FreeBSD, second edition chsh checks and updates the password files when you save the modifications and exit the editor. The next time you log in, you get the new shell. chsh tries to ensure you don't make any mistakes--for example, it won't let you enter the name of a shell which isn't mentioned in the file /etc/shells--but it's a very good idea to check the shell before logging out. You can try this with su, which you normally use to become super user: bumble# su velte Password: su-2.00$ note the new prompt There are a couple of problems in using tcsh or bash as a root shell: o The shell for root must be on the root file system, otherwise it will not work in single user mode. Unfortunately, most ports of shells put the shell in the directory /usr/local/bin, which is almost never on the root file system. o Most shells are dynamically linked: they rely on library routines in files such as /usr/lib/libc.a. These files are not available in single user mode, so the shells won't work. You can solve this problem by creating statically linked versions of the shell, but this requires programming experience beyond the scope of this book. If you can get hold of a statically linked version, perform the following steps to install it: o Copy the shell to /bin, for example: # cp /usr/local/bin/bash /bin o Add the name of the shell to /etc/shells, in this example the line in bold print: # List of acceptable shells for chpass(1). # Ftpd will not allow users to connect who are not using # one of these shells. /bin/sh /bin/csh /bin/bash You can then change the shell for root as described above. Page 11 Install ports when installing the system Thanks to Lars Koller for drawing this to my attention. Page 160 ________ Replace the text at the fourth bullet with the augmented text: The second-level boot locates the kernel, by default the file /kernel on the root file system, and loads it into memory. It prints the Boot: prompt at this point so that you can influence this choice--see the man page on page 579 for more details of what you can enter at this prompt. Page 169 ________ Replace the last paragraph on the page with: The standard solution for these problems is to relocate the /tmp file system to a different directory, say /usr/tmp, and create a symbolic link from /usr/tmp to /tmp--see Chapter 4, Installing FreeBSD, page 72, for more details. Thanks to Charlie Sorsby for drawing this to my attention. Page 176 ________ Add the following paragraph Unmounting file systems When you mount a file system, the system assumes it is going to stay there, and in the interests of efficiency it delays writing data back to the file system. This is the same effect we discussed on page 158. As a result, if you want to stop using a file system, you need to tell the system about it. You do this with the umount command. Note the spelling--there's no n in the command name. You need to do this even with read-only media such as CD-ROMs: the system assumes it can access the data from a mounted file system, and it gets quite unhappy if it can't. Where possible, it locks removable media so that you can't remove them from the device until you unmount them. Using umount is straightforward: just tell it what to unmount, either the device name or the directory name. For example, to unmount the CD-ROM we Page 12 Errata and addenda for the Complete FreeBSD, second edition mounted in the example above, you could enter one of these commands: # umount /dev/cd1a # umount /cd1 Before unmounting a file system, umount checks that nobody is using it. If somebody is using it, it will refuse to unmount it with a message like umount: /cd1: Device busy. This message often occurs because you have changed your directory to a directory on the file system you want to remove. For example (which also shows the usefulness of having directory names in the prompt): === root@freebie (/dev/ttyp2) /cd1 16 -> umount /cd1 umount: /cd1: Device busy === root@freebie (/dev/ttyp2) /cd1 17 -> cd === root@freebie (/dev/ttyp2) ~ 18 -> umount /cd1 === root@freebie (/dev/ttyp2) ~ 19 -> Thanks to Ken Deboy for pointing out this omission. Page 180 ________ The example in the middle of the page should read: For example, to generate a second set of 32 pseudo-terminals, enter: # cd /dev # ./MAKEDEV pty1 You can generate up to 256 pseudo-terminals. They are named ttyp0 through ttypv, ttyq0 through ttyqv, ttyr0 through ttyrv, ttys0 through ttysv, ttyP0 through ttyPv, ttyQ0 through ttyQv, ttyR0 through ttyRv and ttyS0 through ttySv. To create each set of 32 terminals, use the number of the set: the first set is pty0, and the eighth set is pty7. Note that some processes, such as xterm, only look at ttyp0 through ttysv. Thanks to Karl Wagner for pointing out this error. Page 197, first line ____________________ The text of the first full sentence reads: Page 13 Install ports when installing the system The first name, up the the symbol, is the label. In fact, it should read: The first name, up to the | symbol, is the label. Page 208, middle of page ________________________ The example shows the file name /dev/rst0 when using the Bourne shell, and /dev/nrst0 when using C shell and friends. This is inconsistent; use /dev/nrst0 with any shell if you want a non-rewinding tape, or /dev/rst0 if you want a rewinding tape. Thanks to Norman C Rice for pointing out this one. Page 219 ________ Before the section Testing the spooler add the following section: As we saw above, the line printer daemon lpd is responsible for printing spooled jobs. By default it isn't started at boot time. If you're root, you can start it by name: # lpd Normally, however, you will want it to be started automatically when the system starts up. You do this by setting the variable lpd_enable in /etc/rc.conf: lpd_enable="YES" # Run the line printer daemon See page for more details of /etc/rc.conf. Another line in /etc/rc.conf refers to the line printer daemon: lpd_flags="" # Flags to lpd (if enabled). You don't normally need to change this line. See the man page for lpd for details of the flags. Thanks to Tommy G. James for bringing this to my attention. Page 14 Errata and addenda for the Complete FreeBSD, second edition Page 231 ________ Replace the first line of the example with: xhost presto bumble gw The original version allowed anybody on the Internet to access your system. Thanks to Jerry Dunham for drawing this one to my attention. Page 237 ________ In the section Installing the sample desktop, replace the first paragraph with: You'll find all the files described in this chapter on the first CD-ROM (Installation CD-ROM) in the directory /book. Remember that you must mount the CD-ROM before you can access the files--see page 175 for further details. The individual scripts are in the directory /book/scripts, but you'll probably find it easier to install them with the script install-desktop: Thanks to Chris Kaiser for drawing this to my attention. Page 242 ________ The instructions for extracting the source files from CD-ROM in the middle of page 242 are incorrect. You'll find the kernel sources on the first CD-ROM in the directory /src. Replace the example with: # mkdir -p /usr/src/sys # ln -s /usr/src/sys /sys # cd / # cat /cdrom/src/ssys.[a-d]* | tar xzvf - Thanks to Raymond Noel , Suttipan Limanond and Satwant for finding this one in several small slices. Page 15 Install ports when installing the system Page 257 ________ Replace the paragraph Berkeley Packet Filter with: pseudo-device bpfilter ______________________ The Berkeley Packet Filter (bpf) allows you to capture packets crossing a network interface to disk or to examine them with the tcpdump program. Note that this capability represents a significant compromise of network security. The number after bpfilter is the number of concurrent processes that can use the facility. Not all network interfaces support bpf. In order to use the Berkeley Packet Filter, you must also create the device nodes /dev/bpf0 to /dev/bpf3 (if you're using the default number 4). Current- ly, MAKEDEV doesn't help much--you need to create each device separately: # cd /dev # ./MAKEDEV bpf0 # ./MAKEDEV bpf1 # ./MAKEDEV bpf2 # ./MAKEDEV bpf3 Thanks to Christopher Raven for drawing this to my attention. Page 264 ________ In the list of disk driver flags, add: o Bit 12 (0x1000) enables LBA (logical block addressing mode). If this bit is not set, the driver accesses the disk in CHS (cylinder/head/sector) mode. o In CHS mode, if bits 11 to 8 are not equal to 0, they specify the number of heads to assume (between 1 and 15). The driver recalculates the number of cylinders to make up the total size of the disk. Page 16 Errata and addenda for the Complete FreeBSD, second edition Page 273, ``Building the kernel'' _________________________________ Replace the example with: Next, change to the build directory and build the kernel: # cd ../../compile/FREEBIE # make depend # make The make depend is needed even if the directory has just been created: apart from creating dependency information, it also creates some files needed for the build. Thanks to Mark Ovens for drawing this to my attention. 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 17 Install ports when installing the system Page 294 ________ Add the following section: Problems executing Linux binaries _________________________________ One of the problems with the ELF format used by more recent Linux binaries is that they usually contain no information to identify them as Linux binaries. They might equally well be BSD/OS or UnixWare binaries. That's not really a problem at this point, since the only ELF format that FreeBSD 3.2 understands is Linux, but FreeBSD-CURRENT recognizes a native FreeBSD ELF format as well, and of course that's the default. If you want to run a Linux ELF binary on such a system, you must brand the executable using the program brandelf. For example, to brand the StarOffice program swriter3, you would enter: # brandelf -t linux /usr/local/StarOffice-3.1/linux-x86/bin/swriter3 Thanks to Dan Busarow for bringing this to my attention. Page 364, middle of page ________________________ Change the text from: The names MYADDR and HISADDR are keywords which represent the addresses at each end of the link. They must be written as shown, though they may be in lower case. to The names MYADDR and HISADDR are keywords which represent the addresses at each end of the link. They must be written as shown, though newer versions of ppp allow you to write them in lower case. Thanks to Mark S. Reichman for this correction. Page 368 ________ Replace the paragraph after the second example with: In FreeBSD version 3.0 and later, specify the options PPP_BSDCOMP and Page 18 Errata and addenda for the Complete FreeBSD, second edition PPP_DEFLATE to enable two kinds of compression. You'll also need to specify the corresponding option in Kernel PPP's configuration file. These options are not available in FreeBSD version 2. Thanks to Brian Somers for this information. Page 397 ________ In the section ``Nicknames'', the example should read: www IN CNAME freebie ftp IN CNAME presto In other words, there should be a space between CNAME and the system name. Page 422 ________ Replace the text above the example with: tcpdump is a program which monitors a network interface and displays selected information which passes through it. It uses the Berkeley Packet Filter (bpf), an optional component of the kernel. It is not included in the GENERIC kernel: see page 257 for information on how to configure it. If you don't configure the Berkeley Packet Filter, you will get a message like tcpdump: /dev/bpf0: device not configured If you forget to create the devices for bpf, you will get a message like: tcpdump: /dev/bpf0: No such file or directory Since tcpdump poses a potential security problem, you must be root in order to run it. The simplest way to run it is without any parameters. This will cause tcpdump to monitor and display all traffic on the first active network interface, normally Ethernet: Thanks to Christopher Raven for drawing this to my attention. Page 19 Install ports when installing the system Page 423 ________ The description at the top of the page incorrectly uses the term IP address instead of Ethernet address. In addition, a page number reference is incorrect. Replace the paragraph with: o Line 1 shows an ARP request: system presto is looking for the Ethernet address of wait. It would appear that wait is currently not responding, since there is no reply. o Line 2 is not an IP message at all. tcpdump shows the Ethernet addresses and the beginning of the packet. We don't consider this kind of request in this book. o Line 3 is a broadcast ntp message. We looked at ntp on page 160. o Line 4 is another attempt by presto to find the IP address of wait. o Line 5 is a broadcast message from bumble on the rwho port, giving information about its current load averages and how long it has been up. See the man page for rwho on page 1167 for more information. o Line 6 is from a TCP connection between port 6000 on freebie and port 1089 on presto. It is sending 384 bytes (with the sequence numbers 536925467 to 536925851; see page 305), and is acknowledging that the last byte it received from presto had the sequence number 325114346. The window size is 17280. o Line 7 is another ARP request. presto is looking for the Ethernet address of freebie. How can that happen? We've just seen that they have a TCP connection. In fact, ARP information expires after 20 minutes. It's quite possible that all connections between presto and freebie have been dormant for this period, so presto needs to find freebie's IP address again. o Line 8 is the ARP reply from freebie to presto giving its Ethernet address. o Line 9 shows a reply from presto on the connection to freebie that we saw on line 6. It acknowledges the data up to sequence number 536925851, but doesn't send any itself. o Line 10 shows another 448 bytes of data from freebie to presto, and acknowledging the same sequence number from presto as in line 6. Thanks to Sergei S. Laskavy for drawing this to my Page 20 Errata and addenda for the Complete FreeBSD, second edition attention. Page 450: anonymous ftp _______________________ Replace the paragraph starting with Create a user ftp: Create a user ftp, with the anonymous ftp directory as the home directory and the shell /dev/null. Using /dev/null as the shell makes it impossible to log in as user ftp, but does not interfere with the use of anonymous ftp. ftp can be a member of group bin, or you can create a new group ftp by adding the group to /etc/group. See page 138 for more details of adding users, and the man page on page 805 for adding groups. Thanks to Mark S. Reichman for drawing this to my attention. Page 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 Page 21 Install ports when installing the system directory sbin, not bin). Check both locations if you run into trouble. Thanks to Sue Blake for this information. Page 492 ________ Replace references to nmdb with nmbd. Page 493 ________ Replace the last paragraph on the page with: socket options is hardly mentioned in the documentation, but it's very important: many Microsoft implementations of TCP/IP are inefficient and establish a new TCP more often than necessary. Select the socket options TCP_NODELAY and IPTOS_LOWDELAY, which can speed up the response time of such applications by over 95%. Page 22 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 17: 3:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from kaon.intercom.com (kaon.intercom.com [198.143.3.30]) by hub.freebsd.org (Postfix) with ESMTP id D505E37B9D0; Fri, 14 Jul 2000 17:03:20 -0700 (PDT) (envelope-from jason@intercom.com) Received: from [198.143.3.26] (helo=intercom.com) by kaon.intercom.com with esmtp (Exim 3.13 #1) id 13DFQL-000KzB-00; Fri, 14 Jul 2000 20:03:17 -0400 Date: Fri, 14 Jul 2000 20:03:16 -0400 (EDT) From: "Jason J. Horton" X-Sender: mail@kaon.intercom.com To: Julian Elischer Cc: questions@freebsd.org, multimedia@freebsd.org Subject: Re: MP3->WAV In-Reply-To: <396FA7D1.167EB0E7@elischer.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 mpg123 -w song.wav song.mp3 > I want to write some mp3 files to a CD > but the s/w I have under w9x (bleagh) needs WAV files. > I have MP3 files... > > anyone have a good way of converting them? > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 17: 5:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lerami.lerctr.org (lerami.lerctr.org [207.158.72.11]) by hub.freebsd.org (Postfix) with ESMTP id 7D0BC37C0D6 for ; Fri, 14 Jul 2000 17:05:10 -0700 (PDT) (envelope-from ler@lerctr.org) Received: (from ler@localhost) by lerami.lerctr.org (8.10.1/8.10.1/20000708) id e6F04vp26245; Fri, 14 Jul 2000 19:04:57 -0500 (CDT) From: Larry Rosenman Message-Id: <200007150004.e6F04vp26245@lerami.lerctr.org> Subject: Re: newbie of php problem - code shows no output In-Reply-To: <396FA9B7.5221D43C@www3.pacific-pages.com> "from David Banning at Jul 14, 2000 08:00:55 pm" To: David@SkytrackerCanada.com Date: Fri, 14 Jul 2000 19:04:56 -0500 (CDT) Cc: Larry Rosenman , questions@freebsd.org X-Mailer: ELM [version 2.4ME+ PL79 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG They aren't, I added them for my amusement. You just need either mod_php3 or mod_php4 (as you can see, they co-exist). LER > Larry Rosenman wrote: > > OK - but if these are needed to run PHP - how come they weren't added > with the 7 or so packages that load off ports automatically when I > installed PHP? > > > > I added them from the ports (/usr/ports/www/mod_perl, /usr/ports/www/mod_dav), > > they added themselves to the config file. > > > > > Larry Rosenman wrote: > > > > > > > > what does the apache config say? > > > > > > > > Here is my apache.conf, and it has > > > > > > > > PHP 3 > > > > PHP 4 > > > > mod_perl > > > > mod_dav > > > > > > > > all activated. > > > > > > > OK - so I've got PHP 3 and PHP 4 activated, but mod_perl and mod_dav > > > are nowhere to be found in my apache conf file. > > > > > > I recently removed perl 5 from my system - could that be the problem? > > > (newbie question) > > > > -- > > Larry Rosenman http://www.lerctr.org/~ler > > Phone: +1 972-414-9812 (voice) Internet: ler@lerctr.org > > US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 > > -- > "It's not just a computer -- it's your ass." > -- Cal Keegan -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 (voice) Internet: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 17:20: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wcug.wwu.edu (sloth.wcug.wwu.edu [140.160.164.200]) by hub.freebsd.org (Postfix) with SMTP id 2D9F537BD98 for ; Fri, 14 Jul 2000 17:19:55 -0700 (PDT) (envelope-from doc@wcug.wwu.edu) Received: (qmail 12836 invoked by uid 1074); 15 Jul 2000 00:19:52 -0000 Date: Fri, 14 Jul 2000 17:19:52 -0700 (PDT) From: David Daugherty X-Sender: doc@sloth To: Julian Elischer Cc: questions@freebsd.org, multimedia@freebsd.org Subject: Re: MP3->WAV In-Reply-To: <396FA7D1.167EB0E7@elischer.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 You can actually convert MP3s to WAV using winamp. www.winamp.org. In winamp go Options->Preferences->Output->Nullsoft WavOut plug-in You may need to download the plugin from winamp also. David Software Engineer - NetManage Work email: david.daugherty@netmanage.com Home email: doc@wcug.wwu.edu ICQ 21106703 Washington State Resident On Fri, 14 Jul 2000, Julian Elischer wrote: > I want to write some mp3 files to a CD > but the s/w I have under w9x (bleagh) needs WAV files. > I have MP3 files... > > anyone have a good way of converting them? > > -- > __--_|\ Julian Elischer > / \ julian@elischer.org > ( OZ ) World tour 2000 > ;_.---._/ presently in: Budapest > v > > > 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 Jul 14 17:24:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.monochrome.org (monochrome.org [206.64.112.124]) by hub.freebsd.org (Postfix) with ESMTP id 6808537B956 for ; Fri, 14 Jul 2000 17:24:50 -0700 (PDT) (envelope-from chris@monochrome.org) Received: from localhost (faro [192.168.1.7]) by mail.monochrome.org (8.9.3/8.9.3) with SMTP id UAA72349; Fri, 14 Jul 2000 20:24:45 -0400 (EDT) (envelope-from chris@monochrome.org) Date: Fri, 14 Jul 2000 20:24:45 -0400 (EDT) From: Chris Hill X-Sender: chris@localhost To: Rick Hamell Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Domain Name Registration 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, 14 Jul 2000, Rick Hamell wrote: > What company do y'all recommend for Domain Name Registration these > days? I tried to register a domain with nameit.net a few months ago. Not only did they charge my credit card twice, they did not actually register my domain. To their credit, they did eventually refund my money. To their discredit, they are sending me advertising even now. Network Solutions cost exactly two dollars more, but at least they did the work (quickly and correctly). I'm currently getting another domain set up through register.com, but it's still too early to tell whether or not they suck. HTH. -- Chris Hill chris@monochrome.org [1] Bus error netscape To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 17:49:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from global.com (global.com [206.40.50.1]) by hub.freebsd.org (Postfix) with ESMTP id 9864A37B52D for ; Fri, 14 Jul 2000 17:49:20 -0700 (PDT) (envelope-from gopu@global.com) From: "Gopakumar H. Pillai" To: "FreeBSD Questions" Subject: Com3/4 configuration Date: Fri, 14 Jul 2000 17:47:55 -0700 Message-ID: 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 IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am running FreeBSD 4.0. I have a custom kernel. The sio lines look like this: device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device sio2 at isa? port IO_COM3 irq 5 device sio3 at isa? port IO_COM4 irq 9 When I try to connect to it thru kermit on /dev/cuaa2 it says device not configured. During my installation, I did specifically enable these sio2 and sio3. This was working when I had V2.2. Please help me out --Gopu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 17:56: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f214.law9.hotmail.com [64.4.9.214]) by hub.freebsd.org (Postfix) with SMTP id 13E1137C009 for ; Fri, 14 Jul 2000 17:56:04 -0700 (PDT) (envelope-from chrismcnett@hotmail.com) Received: (qmail 25107 invoked by uid 0); 15 Jul 2000 00:56:03 -0000 Message-ID: <20000715005603.25106.qmail@hotmail.com> Received: from 209.183.76.18 by www.hotmail.com with HTTP; Fri, 14 Jul 2000 17:56:03 PDT X-Originating-IP: [209.183.76.18] From: "Chris McNett" To: hapl0@hotmail.com, freebsd-questions@FreeBSD.org Subject: Re: LAN trouble Date: Sat, 15 Jul 2000 00:56:03 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I don't know, but it seems like the two network cards might be set to the same IP address or something. >From: "jeff -|-|-" >To: freebsd-questions@FreeBSD.org >Subject: LAN trouble >Date: Fri, 14 Jul 2000 09:03:53 PDT > >I am attempting to set up my LAN with my FreeBSD machine and my win98 >machine. I have verifyied that the network card is up and running and can >see the pings to the win98 machine go out on the network, but no ack is >received. In addition when I try to ping my FreeBSD machine from my win98 >machine I do not receive acks and I get this error: > >/kernel: arp: 00:a0:c9:0c:7f:04 attempts to modify permanent entry for >192.168.0.0 on dc0 > >I am stuck and would appreciate any help you great BSD gurus can offer. > >Thanx in Advance, >Jeffory C Luce > >ps - feel free to email for further info >________________________________________________________________________ >Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail 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 Jul 14 18: 9:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lerami.lerctr.org (lerami.lerctr.org [207.158.72.11]) by hub.freebsd.org (Postfix) with ESMTP id 482DA37C0F4 for ; Fri, 14 Jul 2000 18:09:26 -0700 (PDT) (envelope-from ler@lerctr.org) Received: (from ler@localhost) by lerami.lerctr.org (8.10.1/8.10.1/20000708) id e6F194A29135; Fri, 14 Jul 2000 20:09:04 -0500 (CDT) From: Larry Rosenman Message-Id: <200007150109.e6F194A29135@lerami.lerctr.org> Subject: Re: newbie of php problem - code shows no output In-Reply-To: <396FB7EE.59C6F17E@www3.pacific-pages.com> "from David Banning at Jul 14, 2000 09:01:34 pm" To: David@SkytrackerCanada.com Date: Fri, 14 Jul 2000 20:09:04 -0500 (CDT) Cc: Larry Rosenman , questions@freebsd.org X-Mailer: ELM [version 2.4ME+ PL79 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nope... Not at all. I added them to my stuff for me... LER > Sorry Larry, but I'm still somewhat lost here. > I have installed mod_php-4.0.0 and packages that installed with it > through ports, > but mod_perl and mod_dav are not installed. > Do I need them? > > Larry Rosenman wrote: > > > > They aren't, I added them for my amusement. > > > > You just need either mod_php3 or mod_php4 (as you can see, they > > co-exist). > > > > LER > > > > > Larry Rosenman wrote: > > > > > > OK - but if these are needed to run PHP - how come they weren't added > > > with the 7 or so packages that load off ports automatically when I > > > installed PHP? > > > > > > > > I added them from the ports (/usr/ports/www/mod_perl, /usr/ports/www/mod_dav), > > > > they added themselves to the config file. > > > > > > > > > Larry Rosenman wrote: > > > > > > > > > > > > what does the apache config say? > > > > > > > > > > > > Here is my apache.conf, and it has > > > > > > > > > > > > PHP 3 > > > > > > PHP 4 > > > > > > mod_perl > > > > > > mod_dav > > > > > > > > > > > > all activated. > > > > > > > > > > > OK - so I've got PHP 3 and PHP 4 activated, but mod_perl and mod_dav > > > > > are nowhere to be found in my apache conf file. > > > > > > > > > > I recently removed perl 5 from my system - could that be the problem? > > > > > (newbie question) > > > > > > > > -- > > > > Larry Rosenman http://www.lerctr.org/~ler > > > > Phone: +1 972-414-9812 (voice) Internet: ler@lerctr.org > > > > US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 > > > > > > -- > > > "It's not just a computer -- it's your ass." > > > -- Cal Keegan > > > > -- > > Larry Rosenman http://www.lerctr.org/~ler > > Phone: +1 972-414-9812 (voice) Internet: ler@lerctr.org > > US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 > > -- > When you try to make an impression, the chances are that is the > impression you will make. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 (voice) Internet: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 18:18:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www3.pacific-pages.com (www3.pacific-pages.com [192.41.48.219]) by hub.freebsd.org (Postfix) with ESMTP id ADA6937C68C for ; Fri, 14 Jul 2000 18:18:34 -0700 (PDT) (envelope-from David@www3.pacific-pages.com) Received: from www3.pacific-pages.com ([216.191.75.94]) by www3.pacific-pages.com (8.8.5) id TAA14808; Fri, 14 Jul 2000 19:17:57 -0600 (MDT) Message-ID: <396FBBA9.3A6BDF44@www3.pacific-pages.com> Date: Fri, 14 Jul 2000 21:17:29 -0400 From: David Banning Reply-To: David@SkytrackerCanada.com Organization: Sky-Tracker of Canada Inc. X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Larry Rosenman Cc: David@SkytrackerCanada.com, questions@freebsd.org Subject: Re: newbie of php problem - code shows no output References: <200007150109.e6F194A29135@lerami.lerctr.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Now here's something - going through the make of PHP I got this message; +--------------------------------------------------------------------+ | ATTENTION! | | Something is likely to be screwed up here, because the configure | | script was not able to detect a simple feature on your platform. | | This is often caused by incorrect configuration parameters. Please | | see the file debug.log for error messages. | | | | If you are unable to fix this, send the file debug.log to the | | php-install@lists.php.net mailing list and include appropiate | | information about your setup. | +--------------------------------------------------------------------+ | License: | | This software is subject to the PHP License, available in this | | distribution in the file LICENSE. By continuing this installation | | process, you are bound by the terms of this license agreement. | | If you do not agree with the terms of this license, you must abort | | the installation process at this point. | +--------------------------------------------------------------------+ so when I looked in the debug.log file it said; CONFIGURE: './configure' '--with-apxs=/usr/local/sbin/apxs' '--enable-versioning' '--with-system -regex' '--with-config-file-path=/usr/local/etc' '--disable-debug' '--enable-track-vars' '--withou t-gd' '--disable-pear' '--with-zlib' '--with-mysql=/usr/local' '--prefix=/usr/local' 'i386--freebs d4.0' CC: cc CFLAGS: -O -pipe CPPFLAGS: CXX: c++ CXXFLAGS: -O -pipe INCLUDES: -I/usr/local/include/apache -I$(top_builddir)/Zend -I$(top_srcdir) -I/usr/local/incl ude/mysql LDFLAGS: -R/usr/local/lib/mysql -L/usr/local/lib/mysql LIBS: -lmysqlclient -lm -lcrypt DLIBS: SAPI: apache PHP_RPATHS: /usr/local/lib/mysql uname -a: FreeBSD tracker 4.0-STABLE FreeBSD 4.0-STABLE #0: Tue Jul 4 12:18:07 EDT 2000 roo t@tracker:/usr/obj/usr/src/sys/tracker i386 cc -o conftest -O -pipe -R/usr/local/lib/mysql -L/usr/local/lib/mysql conftest.c -lmysqlclient - lm -lcrypt 1>&5 /usr/local/lib/mysql/libmysqlclient.so: warning: tempnam() possibly used unsafely; consider using mkstemp() Any idea what to do with that? Larry Rosenman wrote: > > nope... Not at all. I added them to my stuff for me... > > LER > > > Sorry Larry, but I'm still somewhat lost here. > > I have installed mod_php-4.0.0 and packages that installed with it > > through ports, > > but mod_perl and mod_dav are not installed. > > Do I need them? > > > > Larry Rosenman wrote: > > > > > > They aren't, I added them for my amusement. > > > > > > You just need either mod_php3 or mod_php4 (as you can see, they > > > co-exist). > > > > > > LER > > > > > > > Larry Rosenman wrote: > > > > > > > > OK - but if these are needed to run PHP - how come they weren't added > > > > with the 7 or so packages that load off ports automatically when I > > > > installed PHP? > > > > > > > > > > I added them from the ports (/usr/ports/www/mod_perl, /usr/ports/www/mod_dav), > > > > > they added themselves to the config file. > > > > > > > > > > > Larry Rosenman wrote: > > > > > > > > > > > > > > what does the apache config say? > > > > > > > > > > > > > > Here is my apache.conf, and it has > > > > > > > > > > > > > > PHP 3 > > > > > > > PHP 4 > > > > > > > mod_perl > > > > > > > mod_dav > > > > > > > > > > > > > > all activated. > > > > > > > > > > > > > OK - so I've got PHP 3 and PHP 4 activated, but mod_perl and mod_dav > > > > > > are nowhere to be found in my apache conf file. > > > > > > > > > > > > I recently removed perl 5 from my system - could that be the problem? > > > > > > (newbie question) > > > > > > > > > > -- > > > > > Larry Rosenman http://www.lerctr.org/~ler > > > > > Phone: +1 972-414-9812 (voice) Internet: ler@lerctr.org > > > > > US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 > > > > > > > > -- > > > > "It's not just a computer -- it's your ass." > > > > -- Cal Keegan > > > > > > -- > > > Larry Rosenman http://www.lerctr.org/~ler > > > Phone: +1 972-414-9812 (voice) Internet: ler@lerctr.org > > > US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 > > > > -- > > When you try to make an impression, the chances are that is the > > impression you will make. > > -- > Larry Rosenman http://www.lerctr.org/~ler > Phone: +1 972-414-9812 (voice) Internet: ler@lerctr.org > US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 -- "It runs like _x, where _x is something unsavory" -- Prof. Romas Aleliunas, CS 435 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 18:21:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lerami.lerctr.org (lerami.lerctr.org [207.158.72.11]) by hub.freebsd.org (Postfix) with ESMTP id 1066B37C68A for ; Fri, 14 Jul 2000 18:21:00 -0700 (PDT) (envelope-from ler@lerctr.org) Received: (from ler@localhost) by lerami.lerctr.org (8.10.1/8.10.1/20000708) id e6F1Kh829720; Fri, 14 Jul 2000 20:20:43 -0500 (CDT) From: Larry Rosenman Message-Id: <200007150120.e6F1Kh829720@lerami.lerctr.org> Subject: Re: newbie of php problem - code shows no output In-Reply-To: <396FBBA9.3A6BDF44@www3.pacific-pages.com> "from David Banning at Jul 14, 2000 09:17:29 pm" To: David@SkytrackerCanada.com Date: Fri, 14 Jul 2000 20:20:43 -0500 (CDT) Cc: Larry Rosenman , questions@freebsd.org X-Mailer: ELM [version 2.4ME+ PL79 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I didn't get that with my build (from ports) of php4.=20 I'd clean out /usr/ports/www/mod_php4/work, and re-do the install.. LER > Now here's something - going through the make of PHP I got this message; >=20 >=20 > +--------------------------------------------------------------------+ > | ATTENTION! | > | Something is likely to be screwed up here, because the configure | > | script was not able to detect a simple feature on your platform. | > | This is often caused by incorrect configuration parameters. Please | > | see the file debug.log for error messages. | > | | > | If you are unable to fix this, send the file debug.log to the | > | php-install@lists.php.net mailing list and include appropiate | > | information about your setup. | > +--------------------------------------------------------------------+ > | License: | > | This software is subject to the PHP License, available in this | > | distribution in the file LICENSE. By continuing this installation | > | process, you are bound by the terms of this license agreement. | > | If you do not agree with the terms of this license, you must abort | > | the installation process at this point. | > +--------------------------------------------------------------------+ >=20 > so when I looked in the debug.log file it said; >=20 >=20 > CONFIGURE: './configure' '--with-apxs=3D/usr/local/sbin/apxs' > '--enable-versioning' '--with-system > -regex' '--with-config-file-path=3D/usr/local/etc' '--disable-debug' > '--enable-track-vars' '--withou > t-gd' '--disable-pear' '--with-zlib' '--with-mysql=3D/usr/local' > '--prefix=3D/usr/local' 'i386--freebs > d4.0' > CC: cc > CFLAGS: -O -pipe > CPPFLAGS: > CXX: c++ > CXXFLAGS: -O -pipe > INCLUDES: -I/usr/local/include/apache -I$(top_builddir)/Zend > -I$(top_srcdir) -I/usr/local/incl > ude/mysql > LDFLAGS: -R/usr/local/lib/mysql -L/usr/local/lib/mysql > LIBS: -lmysqlclient -lm -lcrypt > DLIBS: > SAPI: apache > PHP_RPATHS: /usr/local/lib/mysql > uname -a: FreeBSD tracker 4.0-STABLE FreeBSD 4.0-STABLE #0: Tue Jul 4 > 12:18:07 EDT 2000 roo > t@tracker:/usr/obj/usr/src/sys/tracker i386 >=20 > cc -o conftest -O -pipe -R/usr/local/lib/mysql -L/usr/local/lib/mysql > conftest.c -lmysqlclient - > lm -lcrypt 1>&5 > /usr/local/lib/mysql/libmysqlclient.so: warning: tempnam() possibly used > unsafely; consider using > mkstemp() >=20 >=20 > Any idea what to do with that? >=20 >=20 >=20 > Larry Rosenman wrote: > >=20 > > nope... Not at all. I added them to my stuff for me... > >=20 > > LER > >=20 > > > Sorry Larry, but I'm still somewhat lost here. > > > I have installed mod_php-4.0.0 and packages that installed with it > > > through ports, > > > but mod_perl and mod_dav are not installed. > > > Do I need them? > > > > > > Larry Rosenman wrote: > > > > > > > > They aren't, I added them for my amusement. > > > > > > > > You just need either mod_php3 or mod_php4 (as you can see, they > > > > co-exist). > > > > > > > > LER > > > > > > > > > Larry Rosenman wrote: > > > > > > > > > > OK - but if these are needed to run PHP - how come they weren't a= dded > > > > > with the 7 or so packages that load off ports automatically when I > > > > > installed PHP? > > > > > > > > > > > > I added them from the ports (/usr/ports/www/mod_perl, /usr/port= s/www/mod_dav), > > > > > > they added themselves to the config file. > > > > > > > > > > > > > Larry Rosenman wrote: > > > > > > > > > > > > > > > > what does the apache config say? > > > > > > > > > > > > > > > > Here is my apache.conf, and it has > > > > > > > > > > > > > > > > PHP 3 > > > > > > > > PHP 4 > > > > > > > > mod_perl > > > > > > > > mod_dav > > > > > > > > > > > > > > > > all activated. > > > > > > > > > > > > > > > OK - so I've got PHP 3 and PHP 4 activated, but mod_perl and = mod_dav > > > > > > > are nowhere to be found in my apache conf file. > > > > > > > > > > > > > > I recently removed perl 5 from my system - could that be the = problem? > > > > > > > (newbie question) > > > > > > > > > > > > -- > > > > > > Larry Rosenman http://www.lerctr.org/~ler > > > > > > Phone: +1 972-414-9812 (voice) Internet: ler@lerctr.org > > > > > > US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 > > > > > > > > > > -- > > > > > "It's not just a computer -- it's your ass." > > > > > -- Cal Keegan > > > > > > > > -- > > > > Larry Rosenman http://www.lerctr.org/~ler > > > > Phone: +1 972-414-9812 (voice) Internet: ler@lerctr.org > > > > US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 > > > > > > -- > > > When you try to make an impression, the chances are that is the > > > impression you will make. > >=20 > > -- > > Larry Rosenman http://www.lerctr.org/~ler > > Phone: +1 972-414-9812 (voice) Internet: ler@lerctr.org > > US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 >=20 > --=20 > "It runs like _=08x, where _=08x is something unsavory" > -- Prof. Romas Aleliunas, CS 435 --=20 Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 (voice) Internet: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 18:22:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from whoweb.com (whoweb.com [208.146.132.20]) by hub.freebsd.org (Postfix) with ESMTP id B3E7337B855 for ; Fri, 14 Jul 2000 18:22:11 -0700 (PDT) (envelope-from mailist@whoweb.com) Received: (from mailist@localhost) by whoweb.com (8.8.8/8.8.6) id VAA01438 for questions@FreeBSD.ORG; Fri, 14 Jul 2000 21:13:46 -0400 (EDT) Date: Fri, 14 Jul 2000 21:13:46 -0400 (EDT) From: Incoming Mail List Message-Id: <200007150113.VAA01438@whoweb.com> To: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG unsubscribe mailist@whoweb.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 18:26:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.one.net (mail3.one.net [206.112.192.120]) by hub.freebsd.org (Postfix) with ESMTP id 4832B37B52D for ; Fri, 14 Jul 2000 18:26:20 -0700 (PDT) (envelope-from carleton@one.net) Received: from [216.23.33.96] ([216.23.33.96] EHLO miltonstreet.com ident: IDENT-NOT-QUERIED [port 42246]) by mail2.one.net with ESMTP id <2107267-268>; Fri, 14 Jul 2000 21:26:04 -0400 Message-ID: <396FC063.A715349E@miltonstreet.com> From: Sam Carleton X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Questions Subject: Getting Apache and mod_perl compiled and installed Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Fri, 14 Jul 2000 21:26:03 -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have successfully gotten Apache/mod_perl to compile under Linux many a times. This is my first attempt at compiling it on FreeBSD and I am having problems. The problem is that when to do the "make test", apache never starts up. I had once run into this on Linux and that was because the .makepl_args.mod_perl was pointing to a non-existing layout file and I did not catch the error from the "perl Makefile.PL". But I have looked and look at the output of the "perl Makefile.PL" and see nothing wrong. I am going to post the output of "perl Makefile.PL", along with my .makepl_args.mod_perl and my layout file in hopes that one of you can find my error. Thanks!!!! ------------output from "perl Makefile.PL"------------ Will run tests as User: 'nobody' Group: 'wheel' Configuring for Apache, Version 1.3.12 + using installation path layout: maineville (/usr/src/apache.config.layout) + activated perl module (modules/perl/libperl.a) Creating Makefile Creating Configuration.apaci in src + enabling mod_so for DSO support + id: mod_perl/1.24 + id: Perl/5.00503 (freebsd) [perl] Creating Makefile in src + configured for FreeBSD 4.0 platform + setting C pre-processor to cc -E + checking for system header files + adding selected modules o rewrite_module uses ConfigStart/End enabling DBM support for mod_rewrite o dbm_auth_module uses ConfigStart/End o perl_module uses ConfigStart/End + mod_perl build type: DSO + setting up mod_perl build environment + adjusting Apache build environment ** Error: Cannot build mod_include with Perl support (USE_PERL_SSI) ** ** when mod_perl is compiled as DSO because of cross-module calls. ** ** Ignoring PERL_SSI flag now. ** + checking sizeof various data types + doing sanity check on compiler and options Creating Makefile in src/support Creating Makefile in src/os/unix Creating Makefile in src/ap Creating Makefile in src/main Creating Makefile in src/modules/standard Creating Makefile in src/modules/proxy Creating Makefile in src/modules/perl Reading Makefile.PL args from ../.makepl_args.mod_perl Will configure via APACI cp apaci/Makefile.libdir /usr/src/apache/src/modules/perl/Makefile.libdir cp apaci/Makefile.tmpl /usr/src/apache/src/modules/perl/Makefile.tmpl cp apaci/README /usr/src/apache/src/modules/perl/README cp apaci/configure /usr/src/apache/src/modules/perl/configure cp apaci/libperl.module /usr/src/apache/src/modules/perl/libperl.module cp apaci/mod_perl.config.sh /usr/src/apache/src/modules/perl/mod_perl.config.sh cp apaci/load_modules.pl.PL /usr/src/apache/src/modules/perl/load_modules.pl.PL cp apaci/find_source.PL /usr/src/apache/src/modules/perl/find_source.PL cp apaci/apxs_cflags.PL /usr/src/apache/src/modules/perl/apxs_cflags.PL cp apaci/mod_perl.exp /usr/src/apache/src/modules/perl/mod_perl.exp PerlDispatchHandler.........enabled PerlChildInitHandler........enabled PerlChildExitHandler........enabled PerlPostReadRequestHandler..enabled PerlTransHandler............enabled PerlHeaderParserHandler.....enabled PerlAccessHandler...........enabled PerlAuthenHandler...........enabled PerlAuthzHandler............enabled PerlTypeHandler.............enabled PerlFixupHandler............enabled PerlHandler.................enabled PerlLogHandler..............enabled PerlInitHandler.............enabled PerlCleanupHandler..........enabled PerlRestartHandler..........enabled PerlStackedHandlers.........enabled PerlMethodHandlers..........enabled PerlDirectiveHandlers.......enabled PerlTableApi................enabled PerlLogApi..................enabled PerlUriApi..................enabled PerlUtilApi.................enabled PerlFileApi.................enabled PerlConnectionApi...........enabled PerlServerApi...............enabled PerlSections................enabled PerlSSI.....................enabled (cd /usr/src/apache && CC="cc" ./configure --activate-module=src/modules/perl/libperl.a --disable-rule=EXPAT --with-layout=/usr/src/apache.config.layout:maineville --server-uid=wwwrun --server-gid=daemon --enable-module=most --enable-shared=max --prefix=/data01/maineville) Checking CGI.pm VERSION..........ok Checking for LWP::UserAgent......ok Checking for HTML::HeadParser....ok '-ADD_MODULE' is not a known MakeMaker parameter name. Writing Makefile for Apache Writing Makefile for Apache::Connection Writing Makefile for Apache::Constants Writing Makefile for Apache::File Writing Makefile for Apache::Leak Writing Makefile for Apache::Log Writing Makefile for Apache::ModuleConfig Writing Makefile for Apache::PerlRunXS Writing Makefile for Apache::Server Writing Makefile for Apache::Symbol Writing Makefile for Apache::Table Writing Makefile for Apache::URI Writing Makefile for Apache::Util Writing Makefile for mod_perl ------------.makepl_args.mod_perl------------ # File: .makepl_args.mod_erl # enable all phase callbacks, API modules and misc features EVERYTHING=1 # tell runtime diagnostics to active if MOD_PERL_TRACE environment # variable is set at runtime PERL_TRACE=1 # tell Makefile.pl where the Apache source tree is APACHE_SRC=/usr/src/apache/src # tell Makefile.PL where the Apache is to be isntalled APACHE_PREFIX=/data01/maineville # disable Makefile.pl from compiling Apache # PREP_HTTPD=1 # tell Makefile.PL to use the first source found, which will be the # path specified above by APACHE_SRC DO_HTTPD=1 # tell Makefile.PL to configure Apache using the apaci interface USE_APACI=1 # tell makefile.PL to configure ssl support, too # SSL_BASE=/usr/local/ssl # add mod_info, mod_status, mod_usertrack, and mod_unique_id # ADD_MODULE=info,status,usertrack,unique_id # additional arguments to give Apache's configure script # aruments can be delimited by comma and/or specified with multipal # APACI_ARGS lines #APACI_ARGS=--includedir=/usr/src/php #APACI_ARGS=--activate-module=src/modules/php3/libphp3.a APACI_ARGS=--with-layout=/usr/src/apache.config.layout:maineville APACI_ARGS=--server-uid=wwwrun APACI_ARGS=--server-gid=daemon APACI_ARGS=--enable-module=most APACI_ARGS=--enable-shared=max ------------apache.config.layout------------ ## ## config.layout -- APACI Pre-defined Installation Path Layouts ## ## Hints: ## - layouts can be loaded with APACI's --with-layout=ID option ## - when no --with-layout option is given, the default layout is `Apache' ## - a trailing plus character (`+') on paths is replaced with a ## `/' suffix where is the the argument from ## option --target (defaults to `httpd'). ## prefix: /data01/maineville exec_prefix: $prefix bindir: $prefix/bin sbindir: $prefix/sbin libexecdir: $prefix/lib/apache mandir: /usr/local/man sysconfdir: $prefix/conf datadir: $prefix iconsdir: $datadir/icons htdocsdir: $datadir/htdocs cgidir: $datadir/cgi-bin includedir: $prefix/include/apache localstatedir: $prefix runtimedir: $localstatedir/run logfiledir: $localstatedir/log proxycachedir: $localstatedir/cache To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 18:54: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta02-svc.ntlworld.com (mta02-svc.ntlworld.com [62.253.162.42]) by hub.freebsd.org (Postfix) with ESMTP id 6336C37B855 for ; Fri, 14 Jul 2000 18:54:02 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from parish.my.domain ([62.255.96.51]) by mta02-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000715025319.SETG3760.mta02-svc.ntlworld.com@parish.my.domain>; Sat, 15 Jul 2000 02:53:19 +0000 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id CAA00931; Sat, 15 Jul 2000 02:53:54 +0100 (BST) (envelope-from mark) Date: Sat, 15 Jul 2000 02:53:54 +0100 From: Mark Ovens To: Doug Barton Cc: questions@freebsd.org Subject: Re: Problem cvsup'ing gnats Message-ID: <20000715025354.A257@parish> References: <20000714181645.C237@parish> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from Doug@gorean.org on Fri, Jul 14, 2000 at 12:40:38PM -0700 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jul 14, 2000 at 12:40:38PM -0700, Doug Barton wrote: > On Fri, 14 Jul 2000, Mark Ovens wrote: > > > > > How does all this work without a tag? > > > > > > The question you really want to ask yourself is, what do the tags mean, > > > and why _would_ you specify a tag to slurp the gnats files? > > > > > > > The answer to both your questions (I know you posed 3, but I don't > > want hitting with a stick) > > Don't knock it till you've tried it. :) > > > is that I (mis)understood that if there was > > no ``tag='' entry then ``tag=.'' was the default, i.e. src-all would > > get you -current. > > The . tag for cvsup is just a handy reference to HEAD in cvs. You > didn't really answer my question, which is what do the tags mean. Here's a > hint for you. Where are the ,v files for the gnats collection? > At this particular moment in time I don't have any fsck'ing idea. I'm new to this cvs (i.e. as opposed to cvsup) stuff. My understanding of the cvs{,up} mechanism is obviously incomplete. I shall read further. Appreciate the push in the right direction. > Doug > -- > "Live free or die" > - State motto of my ancestral homeland, New Hampshire > > Do YOU Yahoo!? > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- If I buy a copy of WinDelete, and it doesn't delete Windows, am I entitled to my money back? ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:marko@freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 18:56:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-ob.kamp.net (mail-ob.kamp.net [195.62.97.26]) by hub.freebsd.org (Postfix) with ESMTP id E8E9737B92F for ; Fri, 14 Jul 2000 18:56:49 -0700 (PDT) (envelope-from farid.hajji@ob.kamp.net) Received: from bsdevil.meta.net.ob.kamp.net (port-35.d.kamp.de [195.62.120.227]) by mail-ob.kamp.net (8.10.1/8.10.1) with ESMTP id e6F1uhQ23629; Sat, 15 Jul 2000 03:56:45 +0200 Date: Sat, 15 Jul 2000 03:56:43 +0200 Message-Id: <200007150156.e6F1uhQ23629@mail-ob.kamp.net> From: Farid Hajji To: rsidd@physics.iisc.ernet.in Cc: questions@FreeBSD.ORG In-reply-to: <20000714131605.C3287@physics.iisc.ernet.in> (message from Rahul Siddharthan on Fri, 14 Jul 2000 13:16:05 +0530) Subject: Re: PHIGS for FreeBSD? X-Mailer: Emacs-20.6.1/FreeBSD-5.0-CURRENT Reply-To: farid.hajji@ob.kamp.net References: <200007131751.e6DHp5Q01227@mail-ob.kamp.net> <20000714021224.A1971@physics.iisc.ernet.in> <200007140004.e6E04YQ14508@mail-ob.kamp.net> <20000714131605.C3287@physics.iisc.ernet.in> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Rahul, > > I've never heard about it. As far as I remember, there > > was a publicly available PEX-SI reference implementation in X11R5 (R6, > > I don't know) that came with a nearly compliant PHIGS Library. Is it gone? > Don't know, I never used it myself. I've heard people talk about it > some years ago, but only on commercial systems. Looks like nobody else > on this list knows either. Maybe you could ask on some > graphics-oriented list, or a linux list... I submitted that question to the XFree86 mailing list and will continue myself to look for those PHIGS libraries (perhaps in old X11R5 sources or so). If I get an answer or find out what to do about it, I'll let questions@freebsd.org know. Maybe we could make a port of this ISO standard of 3D graphics. Thank you for your help. -Farid. -- Farid Hajji -- Unix Systems and Network Administrator | Phone: +49-2131-67-555 Broicherdorfstr. 83, D-41564 Kaarst, Germany | farid.hajji@ob.kamp.net - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - Fermat: ...I've found a remarkable proof for this: Let x,y @#$!@$!2@ NO CARRIER To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 19:22:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt052n3e.san.rr.com (dt052n3e.san.rr.com [204.210.33.62]) by hub.freebsd.org (Postfix) with ESMTP id 7872A37B9CD for ; Fri, 14 Jul 2000 19:22:21 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from slave (doug@slave [10.0.0.1]) by dt052n3e.san.rr.com (8.9.3/8.9.3) with ESMTP id TAA38772; Fri, 14 Jul 2000 19:22:14 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Fri, 14 Jul 2000 19:22:14 -0700 (PDT) From: Doug Barton X-Sender: doug@dt052n3e.san.rr.com To: Rick Hamell Cc: freebsd-questions@freebsd.org Subject: Re: Domain Name Registration 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, 14 Jul 2000, Rick Hamell wrote: > > What company do y'all recommend for Domain Name Registration these > days? Anyone care if I plug Yahoo! a bit? :) Got to http://domains.yahoo.com and check out the deal. You pay the normal $35/year, but we throw in a DNS customization tool (written by yours truly :) a URL forwarding service, and e-mail. Altogether it's a pretty good deal if you're not looking for just plain domain parking. Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 19:30:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt052n3e.san.rr.com (dt052n3e.san.rr.com [204.210.33.62]) by hub.freebsd.org (Postfix) with ESMTP id B6A1637BB93 for ; Fri, 14 Jul 2000 19:30:30 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from slave (doug@slave [10.0.0.1]) by dt052n3e.san.rr.com (8.9.3/8.9.3) with ESMTP id TAA38791; Fri, 14 Jul 2000 19:29:11 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Fri, 14 Jul 2000 19:29:10 -0700 (PDT) From: Doug Barton X-Sender: doug@dt052n3e.san.rr.com To: Mark Ovens Cc: questions@freebsd.org Subject: Re: Problem cvsup'ing gnats In-Reply-To: <20000715025354.A257@parish> Message-ID: 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, 15 Jul 2000, Mark Ovens wrote: > At this particular moment in time I don't have any fsck'ing idea. I'm > new to this cvs (i.e. as opposed to cvsup) stuff. My understanding of > the cvs{,up} mechanism is obviously incomplete. I shall read further. > Appreciate the push in the right direction. Heh... Ok, I will stop needling you then. The answer is, there are no ,v files for gnats because it's not under CVS control. That's why there is no tag in the cvsupfile, because there is no tag to check out. cvsup can (obviously) do straight file syncing in addition to RCS/CVS $Id syncing. Sorry to be such a PITA, just feeling particularly pedantic lately. I've started teaching traffic school on the side to get some variety in my life, maybe that's it.... Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 19:33: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from main.psiklone.com (main.psiklone.com [205.232.77.211]) by hub.freebsd.org (Postfix) with ESMTP id 72AA237B73F for ; Fri, 14 Jul 2000 19:32:57 -0700 (PDT) (envelope-from tms@psiklone.com) Received: from freebsd.rules.and.winsucks.com (freebsd.rules.and.winsucks.com [205.232.79.212]) by main.psiklone.com (8.9.3/8.9.3) with SMTP id WAA02193; Fri, 14 Jul 2000 22:33:47 -0400 (EDT) (envelope-from tms@psiklone.com) From: Tim To: Rick Hamell , freebsd-questions@FreeBSD.ORG Subject: Re: Domain Name Registration Date: Fri, 14 Jul 2000 22:30:28 -0400 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain References: In-Reply-To: MIME-Version: 1.0 Message-Id: <00071422333600.06437@freebsd.rules.and.winsucks.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 14 Jul 2000, Rick Hamell wrote: > What company do y'all recommend for Domain Name Registration these > days? > > > Rick RPA Internet $17.95/yr no hassles, live operator, discounts for multiple year registration. Soon to have web site registration. 1-716-756-4500 Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 19:35:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta02-svc.ntlworld.com (mta02-svc.ntlworld.com [62.253.162.42]) by hub.freebsd.org (Postfix) with ESMTP id E0EF137B9CD for ; Fri, 14 Jul 2000 19:35:05 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from parish.my.domain ([62.255.96.51]) by mta02-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000715033423.SGXM3760.mta02-svc.ntlworld.com@parish.my.domain>; Sat, 15 Jul 2000 03:34:23 +0000 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id DAA01157; Sat, 15 Jul 2000 03:34:59 +0100 (BST) (envelope-from mark) Date: Sat, 15 Jul 2000 03:34:58 +0100 From: Mark Ovens To: Doug Barton Cc: questions@freebsd.org Subject: Re: Problem cvsup'ing gnats Message-ID: <20000715033458.D257@parish> References: <20000715025354.A257@parish> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from Doug@gorean.org on Fri, Jul 14, 2000 at 07:29:10PM -0700 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jul 14, 2000 at 07:29:10PM -0700, Doug Barton wrote: > On Sat, 15 Jul 2000, Mark Ovens wrote: > > > At this particular moment in time I don't have any fsck'ing idea. I'm > > new to this cvs (i.e. as opposed to cvsup) stuff. My understanding of > > the cvs{,up} mechanism is obviously incomplete. I shall read further. > > Appreciate the push in the right direction. > > Heh... Ok, I will stop needling you then. The answer is, there are > no ,v files for gnats because it's not under CVS control. That's why there > is no tag in the cvsupfile, because there is no tag to check out. cvsup > can (obviously) do straight file syncing in addition to RCS/CVS $Id > syncing. > No, that's OK. I am still curious about your cvsup file though, what exactly are you cvsup'ing with no tags against any of the collections? > Sorry to be such a PITA, just feeling particularly pedantic > lately. I've started teaching traffic school on the side to get some > variety in my life, maybe that's it.... > > Doug > -- > "Live free or die" > - State motto of my ancestral homeland, New Hampshire > > Do YOU Yahoo!? > > -- If I buy a copy of WinDelete, and it doesn't delete Windows, am I entitled to my money back? ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:marko@freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 19:35:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from po3.glue.umd.edu (po3.glue.umd.edu [128.8.10.123]) by hub.freebsd.org (Postfix) with ESMTP id 6E3B137B92F for ; Fri, 14 Jul 2000 19:35:37 -0700 (PDT) (envelope-from bfoz@glue.umd.edu) Received: from glue.umd.edu (poseidon.student.umd.edu [129.2.228.43]) by po3.glue.umd.edu (8.10.1/8.10.1) with ESMTP id e6F2ZYo19530; Fri, 14 Jul 2000 22:35:34 -0400 (EDT) Message-ID: <396FCDF6.D77B49AD@glue.umd.edu> Date: Fri, 14 Jul 2000 22:35:34 -0400 From: Brandon Fosdick X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Stephen Hansen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Microsoft Intellimice? References: <013901bfede7$6d630f20$0200a8c0@Ryan> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Stephen Hansen wrote: > My one big question is actually sort unimportant sounding: Can I use my > Microsoft IntelliMouse Explorer? :-) I /love/ it, dispite the company that > makes it.. I believe wheelmice have support under X, but I couldn't get the > old default mouse to work when I was using X under Mandrake.. and those > Forward/Backwards buttons are rather nice.. though as long as I have my > mouse and my wheel, I'll be happy. > > My understanding is that FreeBSD doesn't support USB mice -- am I right? > If so, it will work with the USB-to-PS/2 converter, I hope? Beyond that -- > what features of the mouse will work (or, more importantly, not work? ) > > Erm. I'm suddenly thinking that I should be sending this to some X list, > and if its offtopic, I apologize, lots.. Just scream and flog and i'll go > send it to someone who's interested. :) USB mice are supported, just make sure you have usbd enabled in /etc/rc.conf (that one screwed me up for a while) and the proper devices compiled into your kernel. Set X to use /dev/sysmouse instead of /dev/ums0 (took a while to figure that out too), which means you'll need to run moused as well. FWIW it works great with the adapter too. This is an excerpt from the pointers section of my XF86Config file: Identifier "Mouse1" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "6 7" Option "Buttons" "7" The in .xinitrc/.xsession I have xmodmap -e "pointer = 1 2 3 6 7 4 5" since most apps want the wheel on buttons 4 and 5. There's a link in the FAQ for a page that explains how to set the wheel up for Netscape and various other programs. Now the only problem I have is that switching between X and a console freezes the mouse. Hope this helps. -Brandon -- bfoz@glue.umd.edu "Lead, follow, or get run over" "In life there are those who steer, and those who push" "I'm not impatient, the world is too slow" "Life is short, so have fun, play hard, and leave a good looking corpse" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 19:46:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt052n3e.san.rr.com (dt052n3e.san.rr.com [204.210.33.62]) by hub.freebsd.org (Postfix) with ESMTP id 07CDB37B9CD for ; Fri, 14 Jul 2000 19:46:35 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from slave (doug@slave [10.0.0.1]) by dt052n3e.san.rr.com (8.9.3/8.9.3) with ESMTP id TAA38892; Fri, 14 Jul 2000 19:46:16 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Fri, 14 Jul 2000 19:46:16 -0700 (PDT) From: Doug Barton X-Sender: doug@dt052n3e.san.rr.com To: Ari Arantes Filho Cc: Kevin Oberman , freebsd-questions@FreeBSD.ORG Subject: Re: Release Version In-Reply-To: <05a901bfeddd$6ced2760$0201a8c0@doctordata.com.br> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 14 Jul 2000, Ari Arantes Filho wrote: > Thanks for the answer. I'm a new user in FreeBSD, I'm using RedHat 6.2 and > want to try FreeBSD, which version do you suggest? Wait a couple of weeks and go with 4.1-Release. It has some of the (mostly inconsequential) rough edges from the dot zero release rubbed off, and some nice new features added. Good luck, Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 19:49:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from majordomo2.umd.edu (majordomo2.umd.edu [128.8.10.7]) by hub.freebsd.org (Postfix) with ESMTP id 660EE37C081 for ; Fri, 14 Jul 2000 19:49:22 -0700 (PDT) (envelope-from culverk@wam.umd.edu) Received: from rac10.wam.umd.edu (root@rac10.wam.umd.edu [128.8.10.150]) by majordomo2.umd.edu (8.9.3/8.9.3) with ESMTP id WAA04894; Fri, 14 Jul 2000 22:49:13 -0400 (EDT) Received: from rac10.wam.umd.edu (sendmail@localhost [127.0.0.1]) by rac10.wam.umd.edu (8.9.3/8.9.3) with SMTP id WAA17445; Fri, 14 Jul 2000 22:49:19 -0400 (EDT) Received: from localhost (culverk@localhost) by rac10.wam.umd.edu (8.9.3/8.9.3) with ESMTP id WAA17441; Fri, 14 Jul 2000 22:49:19 -0400 (EDT) X-Authentication-Warning: rac10.wam.umd.edu: culverk owned process doing -bs Date: Fri, 14 Jul 2000 22:49:19 -0400 (EDT) From: Kenneth Wayne Culver To: "Greg S. Wirth" Cc: questions@FreeBSD.ORG Subject: Re: FBSD 5.x In-Reply-To: <4345393647.20000714105416@beldamar.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 as far as I know there is no ISO of FreeBSD 5.x because 5.x is still -CURRENT and hasn't had any releases yet. ================================================================= | Kenneth Culver | FreeBSD: The best NT upgrade | | Unix Systems Administrator | ICQ #: 24767726 | | and student at The | AIM: muythaibxr | | The University of Maryland, | Website: (Under Construction) | | College Park. | http://www.wam.umd.edu/~culverk/| ================================================================= On Fri, 14 Jul 2000, Greg S. Wirth wrote: > Hello... > > Where do i find an ISO of FBSD 5.x??? > i can't seem to find it on ftp.freebsd.org > Am i blind? > > > - -- > Greg S. Wirth > > > > > 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 Jul 14 19:51:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hecky.it.northwestern.edu (hecky.acns.nwu.edu [129.105.16.51]) by hub.freebsd.org (Postfix) with ESMTP id 79E5637BB51 for ; Fri, 14 Jul 2000 19:51:46 -0700 (PDT) (envelope-from djkanter@northwestern.edu) Received: (from mailnull@localhost) by hecky.it.northwestern.edu (8.8.7/8.8.7) id VAA13560 for ; Fri, 14 Jul 2000 21:51:44 -0500 (CDT) Received: from localhost.localdomain (areca-29-028097.nuts.nwu.edu [165.124.28.97]) by hecky.acns.nwu.edu via smap (V2.0) id xma013521; Fri, 14 Jul 00 21:51:33 -0500 Received: (from david@localhost) by localhost.localdomain (8.9.3/8.9.3) id VAA20257 for freebsd-questions@freebsd.org; Fri, 14 Jul 2000 21:23:53 -0500 (CDT) (envelope-from david) Date: Fri, 14 Jul 2000 21:23:53 -0500 From: "David J. Kanter" To: FreeBSD questions Subject: NAT and dial-up user-ppp Message-ID: <20000714212353.A20246@localhost.localdomain> Mail-Followup-To: FreeBSD questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i X-Organization: Northwestern University X-Operating-System: FreeBSD localhost.localdomain 4.0-STABLE FreeBSD 4.0-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm confused as to whether NAT is useful for a single desktop computer that uses a modem to dial into an ISP. Is it? My impression is that if this computer served as a gateway for other computers then yes, NAT would be a good thing. But NAT doesn't do anything for the actual machine that dials in, right? Or, could I use NAT and everything will look as if it comes from the host I dial into? I'm confused...don't I get the IP address of whichever modem I dial into? -- David Kanter djkanter@northwestern.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 20:15:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt052n3e.san.rr.com (dt052n3e.san.rr.com [204.210.33.62]) by hub.freebsd.org (Postfix) with ESMTP id 0E9CB37BBD4 for ; Fri, 14 Jul 2000 20:15:46 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from slave (doug@slave [10.0.0.1]) by dt052n3e.san.rr.com (8.9.3/8.9.3) with ESMTP id UAA38975; Fri, 14 Jul 2000 20:14:27 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Fri, 14 Jul 2000 20:14:27 -0700 (PDT) From: Doug Barton X-Sender: doug@dt052n3e.san.rr.com To: Mark Ovens Cc: questions@freebsd.org Subject: Re: Problem cvsup'ing gnats In-Reply-To: <20000715033458.D257@parish> Message-ID: 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, 15 Jul 2000, Mark Ovens wrote: > No, that's OK. I am still curious about your cvsup file though, what > exactly are you cvsup'ing with no tags against any of the collections? The cvs repo files. I check out my sources from my local repository. I used to do the same for ports, but it takes SO LONG that I finally just set up a local copy of cvsupd for ports, and if I want to make a cvs diff for a port I just check out that port into my work area. Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 21: 8:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hecky.it.northwestern.edu (hecky.acns.nwu.edu [129.105.16.51]) by hub.freebsd.org (Postfix) with ESMTP id BAE5237B65A for ; Fri, 14 Jul 2000 21:08:51 -0700 (PDT) (envelope-from djkanter@northwestern.edu) Received: (from mailnull@localhost) by hecky.it.northwestern.edu (8.8.7/8.8.7) id XAA27069 for ; Fri, 14 Jul 2000 23:08:51 -0500 (CDT) Received: from localhost.localdomain (coconut-21-028041.nuts.nwu.edu [165.124.28.41]) by hecky.acns.nwu.edu via smap (V2.0) id xma027054; Fri, 14 Jul 00 23:08:43 -0500 Received: (from david@localhost) by localhost.localdomain (8.9.3/8.9.3) id XAA23724 for freebsd-questions@freebsd.org; Fri, 14 Jul 2000 23:08:41 -0500 (CDT) (envelope-from david) Date: Fri, 14 Jul 2000 23:08:41 -0500 From: "David J. Kanter" To: FreeBSD questions Subject: Is Kerberos IV in base system? Message-ID: <20000714230841.A23713@localhost.localdomain> Mail-Followup-To: FreeBSD questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i X-Organization: Northwestern University X-Operating-System: FreeBSD localhost.localdomain 4.0-STABLE FreeBSD 4.0-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm a bit confused. Is KerberosIV in the base 4.X system? It looks that way (kinit and such are installed) but then why is there a variable for Kerberos in the /etc/defaults/make.conf? I know OpenSSH is a part of the base. -- David Kanter djkanter@northwestern.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 21:15:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.one.net (mail.one.net [206.112.192.107]) by hub.freebsd.org (Postfix) with ESMTP id 3E4FC37BBFE for ; Fri, 14 Jul 2000 21:15:11 -0700 (PDT) (envelope-from carleton@one.net) Received: from [216.23.33.96] ([216.23.33.96] EHLO miltonstreet.com ident: IDENT-NOT-QUERIED [port 26372]) by mail.one.net with ESMTP id <932673-6600>; Sat, 15 Jul 2000 00:14:58 -0400 Message-ID: <396FE7F2.D7D8AE2A@miltonstreet.com> From: Sam Carleton X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Questions Subject: Getting apache to start on bootup Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sat, 15 Jul 2000 00:14:48 -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have compiled and installed apache. What apprach do folks recommend to getting apache to start on bootup? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 21:44:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from aardvark.apana.org.au (aardvark.net.au [203.36.12.1]) by hub.freebsd.org (Postfix) with ESMTP id 8697A37B5C4 for ; Fri, 14 Jul 2000 21:44:42 -0700 (PDT) (envelope-from anesbit@aardvark.apana.org.au) Received: from localhost (anesbit@localhost) by aardvark.apana.org.au (8.9.3/8.9.3) with ESMTP id OAA14180 for ; Sat, 15 Jul 2000 14:44:39 +1000 Date: Sat, 15 Jul 2000 14:44:39 +1000 (EST) From: Andrew Nesbit To: freebsd-questions@freebsd.org Subject: sources for ports in 4.0-RELEASE? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, Is the official 4 CD set from Walnut Creek of FreeBSD 4.0-RELEASE supposed to come with sources for most of the ports skeletons? I got this CD set as part of Greg Lehey's _Complete_FreeBSD_ (3rd ed) and he makes mention that there should be sources on CDs 3 and 4 (as well as precompiled packages on CDs 1 and 4) -- mind you, I think he is referring to some 3.X-RELEASE. All I got was a huge bunch of precompiled packages spread between CDs 1, 3 and 4 (and the www.freebsd.org web pages and CVS repository seem to have been replaced by some commercial demo/personal-user packages). Have the contents of this CD set changed somewhere between 3.X and 4.0? I would really like to get this straightened out because my internet connection is *slow* and I would prefer not to have to download the sources I need. Thankyou for any help, Andrew Nesbit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 21:57: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pop.idx.com.au (pop.idx.com.au [203.14.30.10]) by hub.freebsd.org (Postfix) with ESMTP id 3DE2637B952 for ; Fri, 14 Jul 2000 21:57:00 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from computer (maxc50.idx.com.au [203.19.9.50]) by pop.idx.com.au (8.9.3/8.9.3) with SMTP id OAA09718; Sat, 15 Jul 2000 14:56:44 +1000 Message-Id: <3.0.6.32.20000715150400.007f6bb0@192.168.1.194> X-Sender: dannyh@192.168.1.194 X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Sat, 15 Jul 2000 15:04:00 +1000 To: Harry Woodward-Clarke , Sam Carleton From: Danny Subject: Re: cannot use su Cc: FreeBSD Questions In-Reply-To: <396E8C1E.5E608BBD@S1.com> References: <396E8D8C.B893D35D@miltonstreet.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG YEs you can use su and be in the wheel group. But you should ponder using sudo./ You can install sudo from www.freebsd.org/ports/ or you can goto to the sudo web site www.courtesan.org/sudo/ At 01:42 PM 7/14/00 +1000, Harry Woodward-Clarke wrote: >Hi Sam, > >> >> My normal account can not su to get superuser access. I am assuming >> there is a file somewhere I need to edit. Which file is it? >> > >from the man-page... > >"Only users who are a member of group 0 (normally ``wheel'') can su to >``root''. If group 0 is missing or empty, any user can su to ``root''." > >hth, > >H > > >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 Jul 14 21:59:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from vulcan.addy.com (vulcan.addy.com [208.11.142.21]) by hub.freebsd.org (Postfix) with ESMTP id 616FD37B5C4 for ; Fri, 14 Jul 2000 21:59:17 -0700 (PDT) (envelope-from fran@reyes.somos.net) Received: from tomasa (freyes.static.inch.com [216.223.199.224]) by vulcan.addy.com (8.9.3/8.9.3) with SMTP id AAA34411; Sat, 15 Jul 2000 00:59:05 -0400 (EDT) (envelope-from fran@reyes.somos.net) Message-Id: <200007150459.AAA34411@vulcan.addy.com> From: "Francisco Reyes" To: "David Banning" , "David@SkytrackerCanada.com" , "questions@FreeBSD.ORG" Date: Sat, 15 Jul 2000 00:53:19 -0400 Reply-To: "Francisco Reyes" X-Mailer: PMMail 2000 Professional (2.10.2010) For Windows 98 (4.10.2222) In-Reply-To: <396F3F20.BEEC845D@www3.pacific-pages.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: both mysql client & server need to be installed? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 14 Jul 2000 12:26:08 -0400, David Banning wrote: >I want to learn mysql - to get it running, do I need to install both >client and server? Yes. I seem to recall that the server needs the client to be installed. francisco Moderator of the Corporate BSD list http://www.egroups.com/group/BSD_Corporate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 22: 1:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail0.bna.bellsouth.net (mail0.bna.bellsouth.net [205.152.150.12]) by hub.freebsd.org (Postfix) with ESMTP id 2A17837B5C4 for ; Fri, 14 Jul 2000 22:01:36 -0700 (PDT) (envelope-from lauasanf@bellsouth.net) Received: from bellsouth.net (host-209-214-114-76.bna.bellsouth.net [209.214.114.76]) by mail0.bna.bellsouth.net (3.3.5alt/0.75.2) with ESMTP id BAA11028 for ; Sat, 15 Jul 2000 01:01:33 -0400 (EDT) Message-ID: <396FF0A6.A458F41A@bellsouth.net> Date: Sat, 15 Jul 2000 00:03:34 -0500 From: Drew Sanford X-Mailer: Mozilla 4.61 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: PPPoE & NAT questions Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Pardon the ugly email. I've booted windows to ask this: I've set up DSL on my FreeBSD box, and have two network cards in it, one attached to the external DSL modem brought up with ifconfig dc0 inet 0.0.0.0 arp, and the other on my internal network 192.x.x.x address. From another machine, I can ping both the internal card, and the ip of the modem when it's connected, but for the life of me, I can't ping anything OUTSIDE of the modem from anything but the firewall both itself, from which everything appears to be working just dandy. To eleminate any possible errors on my firewall, I've set that to open, I have all the proper options set in the kernel config, and have tried everything I can think of. Can anyone offer me a suggestion as to what I might need to do to fix this? (oops, running 4.0 release btw, straight off the cd). I can provide more info if needed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 22:28:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from homer.bus.miami.edu (homer.bus.miami.edu [129.171.39.247]) by hub.freebsd.org (Postfix) with ESMTP id 047BB37B68E for ; Fri, 14 Jul 2000 22:28:08 -0700 (PDT) (envelope-from blake@sba.miami.edu) Received: from localhost by homer.bus.miami.edu (8.8.8/1.1.19.2/08Mar98-0513AM) id BAA0000014601; Sat, 15 Jul 2000 01:28:07 -0400 (EDT) Date: Sat, 15 Jul 2000 01:28:07 -0400 (EDT) From: Adam Blake X-Sender: blake@homer.bus.miami.edu To: freebsd-questions@freebsd.org Subject: trouble installing from dos partition Message-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 recently been trying to install FreeBSD 4.0 onto a Gateway Pentium from a DOS partition. The computer has an NEC cd-rom attatched to the secondary ISA bus of the motherboard. The FreeBSD 4.0 floppy installer will not see the cd-rom so I copied the entire FreeBSD 4.0 cd-rom onto a DOS partition under C:\FREEBSD. the installer will install the basic system just fine. However, when I try to add specific packages such as tcsh, lynx, and others sysinstall reports back that it is unable to fetch the selected package. Any ideas? Adam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 22:33:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id 4403837C0F4 for ; Fri, 14 Jul 2000 22:33:04 -0700 (PDT) (envelope-from sirabyss@gmx.net) Received: (qmail 31364 invoked by uid 0); 15 Jul 2000 05:33:00 -0000 Received: from p3ee05d0d.dip0.t-ipconnect.de (HELO abysstwo.abyssworld.de) (62.224.93.13) by mail.gmx.net with SMTP; 15 Jul 2000 05:33:00 -0000 Message-Id: <4.3.2.7.2.20000715073453.00aa4660@pop.gmx.net> X-Sender: 565549@pop.gmx.net X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Sat, 15 Jul 2000 07:40:26 +0200 To: Sam Carleton From: Daniel Haischt Subject: Re: Getting Apache and mod_perl compiled and installed Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <396FC063.A715349E@miltonstreet.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hiya, i think there is a pretty much easier way to build mod_perl. build apache with DSO support (without mod_perl). then download the mod_perl sources untar them and execute the following command in the mod_perl source directory ... perl Makefile.PL \ USE_APXS=1 \ WITH_APXS=/usr/local/sbin/apxs \ EVERYTHING=1 make && make install this builds mod_perl as DSO which avoids the fact that you have to recompile apache each time you need a new module. regards daniel haischt -- At 21:26 14.07.00 -0400, you wrote: >I have successfully gotten Apache/mod_perl to compile under Linux many a > >times. This is my first attempt at compiling it on FreeBSD and I am >having problems. The problem is that when to do the "make test", apache > >never starts up. I had once run into this on Linux and that was because > >the .makepl_args.mod_perl was pointing to a non-existing layout file >and I did not catch the error from the "perl Makefile.PL". But I have >looked and look at the output of the "perl Makefile.PL" and see nothing >wrong. I am going to post the output of "perl Makefile.PL", along with >my .makepl_args.mod_perl and my layout file in hopes that one of you can > >find my error. Thanks!!!! > >------------output from "perl Makefile.PL"------------ >Will run tests as User: 'nobody' Group: 'wheel' >Configuring for Apache, Version 1.3.12 > + using installation path layout: maineville >(/usr/src/apache.config.layout) > + activated perl module (modules/perl/libperl.a) >Creating Makefile >Creating Configuration.apaci in src > + enabling mod_so for DSO support > + id: mod_perl/1.24 > + id: Perl/5.00503 (freebsd) [perl] >Creating Makefile in src > + configured for FreeBSD 4.0 platform > + setting C pre-processor to cc -E > + checking for system header files > + adding selected modules > o rewrite_module uses ConfigStart/End > enabling DBM support for mod_rewrite > o dbm_auth_module uses ConfigStart/End > o perl_module uses ConfigStart/End > + mod_perl build type: DSO > + setting up mod_perl build environment > + adjusting Apache build environment > >** Error: Cannot build mod_include with Perl support (USE_PERL_SSI) ** >** when mod_perl is compiled as DSO because of cross-module calls. ** >** Ignoring PERL_SSI flag now. ** > > + checking sizeof various data types > + doing sanity check on compiler and options >Creating Makefile in src/support >Creating Makefile in src/os/unix >Creating Makefile in src/ap >Creating Makefile in src/main >Creating Makefile in src/modules/standard >Creating Makefile in src/modules/proxy >Creating Makefile in src/modules/perl >Reading Makefile.PL args from ../.makepl_args.mod_perl >Will configure via APACI >cp apaci/Makefile.libdir >/usr/src/apache/src/modules/perl/Makefile.libdir >cp apaci/Makefile.tmpl /usr/src/apache/src/modules/perl/Makefile.tmpl >cp apaci/README /usr/src/apache/src/modules/perl/README >cp apaci/configure /usr/src/apache/src/modules/perl/configure >cp apaci/libperl.module /usr/src/apache/src/modules/perl/libperl.module >cp apaci/mod_perl.config.sh >/usr/src/apache/src/modules/perl/mod_perl.config.sh >cp apaci/load_modules.pl.PL >/usr/src/apache/src/modules/perl/load_modules.pl.PL >cp apaci/find_source.PL /usr/src/apache/src/modules/perl/find_source.PL >cp apaci/apxs_cflags.PL /usr/src/apache/src/modules/perl/apxs_cflags.PL >cp apaci/mod_perl.exp /usr/src/apache/src/modules/perl/mod_perl.exp >PerlDispatchHandler.........enabled >PerlChildInitHandler........enabled >PerlChildExitHandler........enabled >PerlPostReadRequestHandler..enabled >PerlTransHandler............enabled >PerlHeaderParserHandler.....enabled >PerlAccessHandler...........enabled >PerlAuthenHandler...........enabled >PerlAuthzHandler............enabled >PerlTypeHandler.............enabled >PerlFixupHandler............enabled >PerlHandler.................enabled >PerlLogHandler..............enabled >PerlInitHandler.............enabled >PerlCleanupHandler..........enabled >PerlRestartHandler..........enabled >PerlStackedHandlers.........enabled >PerlMethodHandlers..........enabled >PerlDirectiveHandlers.......enabled >PerlTableApi................enabled >PerlLogApi..................enabled >PerlUriApi..................enabled >PerlUtilApi.................enabled >PerlFileApi.................enabled >PerlConnectionApi...........enabled >PerlServerApi...............enabled >PerlSections................enabled >PerlSSI.....................enabled >(cd /usr/src/apache && CC="cc" ./configure >--activate-module=src/modules/perl/libperl.a --disable-rule=EXPAT >--with-layout=/usr/src/apache.config.layout:maineville >--server-uid=wwwrun --server-gid=daemon --enable-module=most >--enable-shared=max --prefix=/data01/maineville) >Checking CGI.pm VERSION..........ok >Checking for LWP::UserAgent......ok >Checking for HTML::HeadParser....ok >'-ADD_MODULE' is not a known MakeMaker parameter name. >Writing Makefile for Apache >Writing Makefile for Apache::Connection >Writing Makefile for Apache::Constants >Writing Makefile for Apache::File >Writing Makefile for Apache::Leak >Writing Makefile for Apache::Log >Writing Makefile for Apache::ModuleConfig >Writing Makefile for Apache::PerlRunXS >Writing Makefile for Apache::Server >Writing Makefile for Apache::Symbol >Writing Makefile for Apache::Table >Writing Makefile for Apache::URI >Writing Makefile for Apache::Util >Writing Makefile for mod_perl > >------------.makepl_args.mod_perl------------ ># File: .makepl_args.mod_erl ># enable all phase callbacks, API modules and misc features >EVERYTHING=1 > ># tell runtime diagnostics to active if MOD_PERL_TRACE environment ># variable is set at runtime >PERL_TRACE=1 > ># tell Makefile.pl where the Apache source tree is >APACHE_SRC=/usr/src/apache/src > ># tell Makefile.PL where the Apache is to be isntalled >APACHE_PREFIX=/data01/maineville > ># disable Makefile.pl from compiling Apache ># PREP_HTTPD=1 > ># tell Makefile.PL to use the first source found, which will be the ># path specified above by APACHE_SRC >DO_HTTPD=1 > ># tell Makefile.PL to configure Apache using the apaci interface >USE_APACI=1 > ># tell makefile.PL to configure ssl support, too ># SSL_BASE=/usr/local/ssl > ># add mod_info, mod_status, mod_usertrack, and mod_unique_id ># ADD_MODULE=info,status,usertrack,unique_id > ># additional arguments to give Apache's configure script ># aruments can be delimited by comma and/or specified with multipal ># APACI_ARGS lines >#APACI_ARGS=--includedir=/usr/src/php >#APACI_ARGS=--activate-module=src/modules/php3/libphp3.a >APACI_ARGS=--with-layout=/usr/src/apache.config.layout:maineville >APACI_ARGS=--server-uid=wwwrun >APACI_ARGS=--server-gid=daemon >APACI_ARGS=--enable-module=most >APACI_ARGS=--enable-shared=max > >------------apache.config.layout------------ >## >## config.layout -- APACI Pre-defined Installation Path Layouts >## >## Hints: >## - layouts can be loaded with APACI's --with-layout=ID option >## - when no --with-layout option is given, the default layout is >`Apache' >## - a trailing plus character (`+') on paths is replaced with a >## `/' suffix where is the the argument from >## option --target (defaults to `httpd'). >## > > > prefix: /data01/maineville > exec_prefix: $prefix > bindir: $prefix/bin > sbindir: $prefix/sbin > libexecdir: $prefix/lib/apache > mandir: /usr/local/man > sysconfdir: $prefix/conf > datadir: $prefix > iconsdir: $datadir/icons > htdocsdir: $datadir/htdocs > cgidir: $datadir/cgi-bin > includedir: $prefix/include/apache > localstatedir: $prefix > runtimedir: $localstatedir/run > logfiledir: $localstatedir/log > proxycachedir: $localstatedir/cache > > > > > > > >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 Jul 14 22:40:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.enteract.com (mail.enteract.com [207.229.143.33]) by hub.freebsd.org (Postfix) with ESMTP id 4EEAC37B6BA; Fri, 14 Jul 2000 22:40:07 -0700 (PDT) (envelope-from dschrock@enteract.com) Received: from olivia (dschrock.cpe.dsl.enteract.com [216.80.53.93] (may be forged)) by mail.enteract.com (8.9.3/8.9.3) with SMTP id AAA65347; Sat, 15 Jul 2000 00:40:06 -0500 (CDT) (envelope-from dschrock@enteract.com) Message-ID: <001201bfee1f$69428ff0$0271a8c0@anonymousdaemon.org> From: "Daniel Schrock" To: "Ben Smithurst" Cc: "freebsd-questions" References: <003201bfeddc$659e3b80$0271a8c0@anonymousdaemon.org> <20000714231246.C84045@strontium.scientia.demon.co.uk> Subject: Re: I cvsup'd, now nfs filesystems won't mount! Date: Sat, 15 Jul 2000 00:42:06 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hrmm.. I'm at a loss... /usr/sbin/portmap is running mount -a -t nfs reports: nfs: /savedisk: Device Busy ps axl | grep nfs reports: root 66 0.0 0.2 384 224 con- D 12:42AM 0:00.00 nfs gateway:/savedisk /savedisk (mount_nfs) The partition that i'm trying to mount is on a 4.0-Release system and no config files were changed during the cvsup Anyone know of any nfs incompatibilties between 4.0-Release and 4.1-RC? Daniel ----- Original Message ----- From: "Ben Smithurst" To: "Daniel Schrock" Cc: "freebsd-questions" Sent: Friday, July 14, 2000 5:12 PM Subject: Re: I cvsup'd, now nfs filesystems won't mount! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 23: 5: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pop-khi3.super.net.pk (pop-khi3.super.net.pk [203.130.2.13]) by hub.freebsd.org (Postfix) with ESMTP id 3BA6037B6BA for ; Fri, 14 Jul 2000 23:04:52 -0700 (PDT) (envelope-from ftpfreak@phreaker.net) Received: from phreaker.net ([203.130.7.82]) by pop-khi3.super.net.pk (8.10.0/8.10.0) with ESMTP id e6F64C606348 for ; Sat, 15 Jul 2000 11:04:14 +0500 Message-ID: <396FFF29.BD4122D4@phreaker.net> Date: Sat, 15 Jul 2000 11:05:29 +0500 From: Bilal Abdul Rahman Reply-To: freak.downloader@thedoghousemail.com X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Mailing LIST Subject: 17 GIG HDD and FreeBSD 4.0 X-Priority: 2 (High) 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 got a 17 GB Hard DISK and I want to install FreeBSD 4.0 in it.....I have tried to make the FreeBSD slice from SLACKWARE 7.0 floppies but I think I am missing something in between all this .....SO here goes the configuration of my machine Processor= Pentium 166 Mhz RAM = 128 MB (EDO) HDD = 17 GIG I got the HDD on FAT16 and am running windows 98 SE with it...I have almost all my Hardware supported except my SoundCARD and the SCSI I have with the machine..which is a TMC -1610M by Future Domain Corporation.... After I created the FreeBSD slice which has the HEX partition ID = a5 which I made through LINUX fdisk and I started installation of FreeBSD from boot floppies as in the kern and mfsroot floppies after the initial kernel configuration steps as in selecting the devices ....when I goto the partitioning section it says ad0s10 <- (this is the SLICE I created.......) the slice has no label.....and doesnt lemme see the SLICE.... One more thing I think this is due to the fact that I have all my HDDs space after the First 2 GIGs used up with the extended DOS partion......can this be the ONE I would be really thankful if ne of the gurus can help me OUT.......THANKX in advance.... ba bye To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 23: 7:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id D4CEB37C22E for ; Fri, 14 Jul 2000 23:07:17 -0700 (PDT) (envelope-from sirabyss@gmx.net) Received: (qmail 14766 invoked by uid 0); 15 Jul 2000 06:07:13 -0000 Received: from p3ee05d0d.dip0.t-ipconnect.de (HELO abysstwo.abyssworld.de) (62.224.93.13) by mail.gmx.net with SMTP; 15 Jul 2000 06:07:13 -0000 Message-Id: <4.3.2.7.2.20000715074126.00a952a0@pop.gmx.net> X-Sender: 565549@pop.gmx.net X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Sat, 15 Jul 2000 08:14:33 +0200 To: Sam Carleton From: Daniel Haischt Subject: Re: Getting apache to start on bootup Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <396FE7F2.D7D8AE2A@miltonstreet.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hiya, if you installed apache from the ports collection, which is recommended, you should already have a startup script called apache.sh in /usr/local/etc/rc.d maybe it's not executable, so mark it as executable via chmod a+x apache.sh this should help. if you don't have such a script put the following lines into a newly created apache.sh file. #!/bin/sh [ -x /usr/local/sbin/apachectl ] && /usr/local/sbin/apachectl startssl > /dev/null && echo -n ' apache' note: if you don't have apache + mod_ssl replace the startssl with start! regards daniel haischt -- At 00:14 15.07.00 -0400, you wrote: >I have compiled and installed apache. What apprach do folks recommend >to getting apache to start on bootup? > > > > >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 Jul 14 23:15:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gull.prod.itd.earthlink.net (gull.prod.itd.earthlink.net [207.217.121.85]) by hub.freebsd.org (Postfix) with ESMTP id 8230A37B5CF; Fri, 14 Jul 2000 23:15:37 -0700 (PDT) (envelope-from dmehler22@earthlink.net) Received: from hellraiser (ip103.dayton5.oh.pub-ip.psi.net [38.27.181.103]) by gull.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with SMTP id XAA11098; Fri, 14 Jul 2000 23:15:35 -0700 (PDT) Message-ID: <000d01bfeeee$4e830620$0200a8c0@hellraiser> Reply-To: "dave" From: "dave" To: Cc: Subject: usr3030 modem? Date: Sun, 16 Jul 2000 02:23:05 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BFEECC.C6094AA0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4029.2901 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4029.2901 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BFEECC.C6094AA0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, Does anyone have a usr 3030 modem, it's an isa modem, 56k data/fax = modem? It has the identifier usr30307256 and it is listed in the sio.c = file of fbsd 4.0. I'm trying to get mine working and em encountering no = success. If anyone has this particular modem please e-mail me. Thank you. Dave. ------=_NextPart_000_0005_01BFEECC.C6094AA0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
    Does anyone have a = usr 3030=20 modem, it's an isa modem, 56k data/fax modem? It has the identifier = usr30307256=20 and it is listed in the sio.c file of fbsd 4.0. I'm trying to get mine = working=20 and em encountering no success. If anyone has this particular modem = please=20 e-mail me.
Thank you.
Dave.
 
------=_NextPart_000_0005_01BFEECC.C6094AA0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 23:19:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gull.prod.itd.earthlink.net (gull.prod.itd.earthlink.net [207.217.121.85]) by hub.freebsd.org (Postfix) with ESMTP id 0205437B551 for ; Fri, 14 Jul 2000 23:19:13 -0700 (PDT) (envelope-from dmehler22@earthlink.net) Received: from hellraiser (ip103.dayton5.oh.pub-ip.psi.net [38.27.181.103]) by gull.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with SMTP id XAA16098 for ; Fri, 14 Jul 2000 23:19:11 -0700 (PDT) Message-ID: <001101bfeeee$cf01ebe0$0200a8c0@hellraiser> Reply-To: "dave" From: "dave" To: Subject: dhcp server error. Date: Sun, 16 Jul 2000 02:26:41 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000E_01BFEECD.46F60D60" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4029.2901 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4029.2901 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000E_01BFEECD.46F60D60 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I've got a slight error running dhcpd on fbsd 4.0. I'm running the = command: /usr/local/sbin/dhcpd in my rc.conf file. I'm getting the error: dhcp: unable to bind to host address, address already in use. Exiting. Dhcpd is the only item loading in rc.conf dealing with my ethernet = interface. The server itself appears to work properly this error is more = annoying than anything else, has anyone seen it? Thanks. Dave. ------=_NextPart_000_000E_01BFEECD.46F60D60 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
    I've got a slight = error running=20 dhcpd on fbsd 4.0. I'm running the command:
/usr/local/sbin/dhcpd
in my rc.conf file. I'm getting the=20 error:
dhcp: unable to bind to host address, = address=20 already in use.
Exiting.
    Dhcpd is the only = item loading=20 in rc.conf dealing with my ethernet interface. The server itself appears = to work=20 properly this error is more annoying than anything else, has anyone seen = it?
Thanks.
Dave.
 
------=_NextPart_000_000E_01BFEECD.46F60D60-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 23:47:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gplsucks.org (work.gplsucks.org [63.227.213.93]) by hub.freebsd.org (Postfix) with ESMTP id F363E37BB37 for ; Fri, 14 Jul 2000 23:47:30 -0700 (PDT) (envelope-from bwoods2@uswest.net) Received: from localhost (bwoods2@localhost) by mail.gplsucks.org (8.10.2/8.10.2) with ESMTP id e6F6lTi00247 for ; Fri, 14 Jul 2000 23:47:30 -0700 (PDT) Date: Fri, 14 Jul 2000 23:47:29 -0700 (PDT) From: William Woods To: freebsd-questions@freebsd.org Subject: FreeBSD 4.1 ?? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I herd a rumor that FreeBSD 4.1 is out already?? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 23:48:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law2-f266.hotmail.com [216.32.180.224]) by hub.freebsd.org (Postfix) with SMTP id 9F6A537B688 for ; Fri, 14 Jul 2000 23:47:56 -0700 (PDT) (envelope-from marcmercurio@hotmail.com) Received: (qmail 27579 invoked by uid 0); 15 Jul 2000 06:47:56 -0000 Message-ID: <20000715064756.27578.qmail@hotmail.com> Received: from 216.227.119.221 by www.hotmail.com with HTTP; Fri, 14 Jul 2000 23:47:55 PDT X-Originating-IP: [216.227.119.221] From: "Marc Mercurio" To: freebsd-questions@freebsd.org Subject: how to apache-ssl Date: Sat, 15 Jul 2000 02:47:55 EDT Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_16b490f_2266bca1$3a7e98ce" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_16b490f_2266bca1$3a7e98ce Content-Type: text/plain; format=flowed When doing a make install via /usr/ports/www/apache-ssl, I am getting the message "error 1 stop" after tons of output and have no idea what I should do at this point. I have attached the output and error message to this email. If you have any idea as to what I can do at this point that would be great! Marc ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com ------=_NextPart_000_16b490f_2266bca1$3a7e98ce Content-Type: text/plain; name="output_of_make_install.txt"; format=flowed Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="output_of_make_install.txt" bash-2.03# make install *** Warning! You must set variable USA_RESIDENT to YES if you are USA resident and are using RSAREF otherwise package will not link correctly. ===> Extracting for apache-1.3.6+ssl_1.32 >>Checksum OK for apache_1.3.6.tar.gz. >>Checksum OK for apache_1.3.6+ssl_1.32.tar.gz. ===> apache-1.3.6+ssl_1.32 depends on file: /usr/local/lib/libcrypto.a - found ===> apache-1.3.6+ssl_1.32 depends on file: /usr/local/lib/libssl.a - found ===> Patching for apache-1.3.6+ssl_1.32 ===> Applying FreeBSD patches for apache-1.3.6+ssl_1.32 Searching for a usable SSLeay installation or source directory SSLeay sources were found in: /usr/local/etc/SSL/SSLeay-0.9.0b SSLeay installation found in: /usr/local Using the source version of SSLeay found in /usr/local/etc/SSL/SSLeay-0.9.0b If this is not what you want stop now and specify the path to SSLeay explicitly. Your version of patch is OK. Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -r ../apache_1.3.6/configure ./configure |--- ../apache_1.3.6/configure Wed Mar 10 11:53:02 1999 |+++ ./configure Sat Mar 27 11:11:15 1999 -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 699. Hunk #2 succeeded at 940. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -r ../apache_1.3.6/src/Configuration ./src/Configuration |--- ../apache_1.3.6/src/Configuration Tue Mar 23 00:17:07 1999 |+++ ./src/Configuration Sat Mar 27 18:02:26 1999 -------------------------- Patching file src/Configuration using Plan A... Hunk #1 succeeded at 62. Hunk #2 succeeded at 406. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -r ../apache_1.3.6/src/Configuration.tmpl ./src/Configuration.tmpl |--- ../apache_1.3.6/src/Configuration.tmpl Tue Dec 1 23:59:53 1998 |+++ ./src/Configuration.tmpl Sat Mar 27 11:11:15 1999 -------------------------- Patching file src/Configuration.tmpl using Plan A... Hunk #1 succeeded at 62. Hunk #2 succeeded at 406. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -r ../apache_1.3.6/src/Configure ./src/Configure |--- ../apache_1.3.6/src/Configure Sun Mar 21 05:07:24 1999 |+++ ./src/Configure Sat Mar 27 11:11:15 1999 -------------------------- Patching file src/Configure using Plan A... Hunk #1 succeeded at 776. Hunk #2 succeeded at 1766. Hunk #3 succeeded at 1849. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -r ../apache_1.3.6/src/Makefile.tmpl ./src/Makefile.tmpl |--- ../apache_1.3.6/src/Makefile.tmpl Tue Mar 16 21:37:02 1999 |+++ ./src/Makefile.tmpl Sat Mar 27 11:11:16 1999 -------------------------- Patching file src/Makefile.tmpl using Plan A... Hunk #1 succeeded at 25. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -r ../apache_1.3.6/src/include/ap_config.h ./src/include/ap_config.h |--- ../apache_1.3.6/src/include/ap_config.h Tue Mar 16 16:16:07 1999 |+++ ./src/include/ap_config.h Sat Mar 27 11:15:41 1999 -------------------------- Patching file src/include/ap_config.h using Plan A... Hunk #1 succeeded at 439. Hunk #2 succeeded at 1294. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -r ../apache_1.3.6/src/include/buff.h ./src/include/buff.h |--- ../apache_1.3.6/src/include/buff.h Fri Jan 1 19:04:39 1999 |+++ ./src/include/buff.h Sat Mar 27 11:11:16 1999 -------------------------- Patching file src/include/buff.h using Plan A... Hunk #1 succeeded at 61. Hunk #2 succeeded at 140. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -r ../apache_1.3.6/src/include/http_main.h ./src/include/http_main.h |--- ../apache_1.3.6/src/include/http_main.h Fri Jan 1 19:04:40 1999 |+++ ./src/include/http_main.h Sat Mar 27 11:11:16 1999 -------------------------- Patching file src/include/http_main.h using Plan A... Hunk #1 succeeded at 115. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -r ../apache_1.3.6/src/include/httpd.h ./src/include/httpd.h |--- ../apache_1.3.6/src/include/httpd.h Tue Mar 23 00:10:59 1999 |+++ ./src/include/httpd.h Sat Mar 27 11:16:22 1999 -------------------------- Patching file src/include/httpd.h using Plan A... Hunk #1 succeeded at 66. Hunk #2 succeeded at 141. Hunk #3 succeeded at 423. Hunk #4 succeeded at 846. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -r ../apache_1.3.6/src/main/Makefile.tmpl ./src/main/Makefile.tmpl |--- ../apache_1.3.6/src/main/Makefile.tmpl Tue Jan 12 15:47:00 1999 |+++ ./src/main/Makefile.tmpl Sat Mar 27 11:11:16 1999 -------------------------- Patching file src/main/Makefile.tmpl using Plan A... Hunk #1 succeeded at 14. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -r ../apache_1.3.6/src/main/buff.c ./src/main/buff.c |--- ../apache_1.3.6/src/main/buff.c Sat Feb 20 18:12:34 1999 |+++ ./src/main/buff.c Sat Mar 27 11:11:17 1999 -------------------------- Patching file src/main/buff.c using Plan A... Hunk #1 succeeded at 72. Hunk #2 succeeded at 246. Hunk #3 succeeded at 305. Hunk #4 succeeded at 321. Hunk #5 succeeded at 432. Hunk #6 succeeded at 1171. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -r ../apache_1.3.6/src/main/http_main.c ./src/main/http_main.c |--- ../apache_1.3.6/src/main/http_main.c Wed Mar 17 23:05:43 1999 |+++ ./src/main/http_main.c Sat Mar 27 11:11:17 1999 -------------------------- Patching file src/main/http_main.c using Plan A... Hunk #1 succeeded at 1216. Hunk #2 succeeded at 3845. Hunk #3 succeeded at 4696. Hunk #4 succeeded at 5012. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -r ../apache_1.3.6/src/modules/standard/mod_log_config.c ./src/modules/standard/mod_log_config.c |--- ../apache_1.3.6/src/modules/standard/mod_log_config.c Thu Mar 4 19:28:40 1999 |+++ ./src/modules/standard/mod_log_config.c Sat Mar 27 11:11:17 1999 -------------------------- Patching file src/modules/standard/mod_log_config.c using Plan A... Hunk #1 succeeded at 127. Hunk #2 succeeded at 183. Hunk #3 succeeded at 444. Hunk #4 succeeded at 516. Hunk #5 succeeded at 695. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -r ../apache_1.3.6/src/support/apachectl ./src/support/apachectl |--- ../apache_1.3.6/src/support/apachectl Tue Feb 9 18:00:34 1999 |+++ ./src/support/apachectl Sat Mar 27 11:11:18 1999 -------------------------- Patching file src/support/apachectl using Plan A... Hunk #1 succeeded at 25. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -r ../apache_1.3.6/src/support/suexec.c ./src/support/suexec.c |--- ../apache_1.3.6/src/support/suexec.c Sun Feb 21 20:36:44 1999 |+++ ./src/support/suexec.c Sat Mar 27 11:11:18 1999 -------------------------- Patching file src/support/suexec.c using Plan A... Hunk #1 succeeded at 214. done ===> Configuring for apache-1.3.6+ssl_1.32 Configuring for Apache, Version 1.3.6 Ben-SSL/1.32 1.3.6 + using installation path layout: GNU (config.layout) Creating Makefile Creating Configuration.apaci in src + enabling mod_so for DSO support Creating Makefile in src + configured for FreeBSD 3.2 platform + setting C pre-processor to cc -E + checking for system header files + using custom target name: httpsd + adding selected modules o rewrite_module uses ConfigStart/End enabling DBM support for mod_rewrite o db_auth_module uses ConfigStart/End using Berkeley-DB/1.x for mod_auth_db (-lc) + doing sanity check on compiler and options Creating Makefile in src/support Creating Makefile in src/main Creating Makefile in src/ap Creating Makefile in src/regex Creating Makefile in src/os/unix Creating Makefile in src/modules/standard Creating Makefile in src/modules/proxy Creating Makefile in src/modules/ssl ===> Building for apache-1.3.6+ssl_1.32 ===> src ===> src/os/unix cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` os.c cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` os-inline.c rm -f libos.a ar cr libos.a os.o os-inline.o ranlib libos.a <=== src/os/unix ===> src/ap cc -c -I../os/unix -I../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` ap_execve.c cc -c -I../os/unix -I../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` ap_cpystrn.c cc -c -I../os/unix -I../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` ap_signal.c cc -c -I../os/unix -I../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` ap_slack.c cc -c -I../os/unix -I../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` ap_snprintf.c cc -c -I../os/unix -I../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` ap_fnmatch.c cc -c -I../os/unix -I../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` ap_md5c.c rm -f libap.a ar cr libap.a ap_execve.o ap_cpystrn.o ap_signal.o ap_slack.o ap_snprintf.o ap_fnmatch.o ap_md5c.o ranlib libap.a <=== src/ap ===> src/main cc -c -I../os/unix -I../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` -DAPACHE_SSL gen_test_char.c cc -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` -o gen_test_char gen_test_char.o -lcrypt -L/usr/local/etc/SSL/SSLeay-0.9.0b -lssl -lcrypto ./gen_test_char >test_char.h cc -c -I../os/unix -I../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` -DAPACHE_SSL gen_uri_delims.c cc -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` -o gen_uri_delims gen_uri_delims.o -lcrypt -L/usr/local/etc/SSL/SSLeay-0.9.0b -lssl -lcrypto ./gen_uri_delims >uri_delims.h cc -c -I../os/unix -I../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` -DAPACHE_SSL alloc.c cc -c -I../os/unix -I../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` -DAPACHE_SSL buff.c buff.c: In function `ap_write': buff.c:327: warning: passing arg 2 of `SSL_write' discards `const' from pointer target type cc -c -I../os/unix -I../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` -DAPACHE_SSL http_config.c cc -c -I../os/unix -I../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` -DAPACHE_SSL http_core.c cc -c -I../os/unix -I../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` -DAPACHE_SSL http_log.c cc -c -I../os/unix -I../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` -DAPACHE_SSL http_main.c cc -c -I../os/unix -I../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` -DAPACHE_SSL http_protocol.c cc -c -I../os/unix -I../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` -DAPACHE_SSL http_request.c cc -c -I../os/unix -I../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` -DAPACHE_SSL http_vhost.c cc -c -I../os/unix -I../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` -DAPACHE_SSL util.c cc -c -I../os/unix -I../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` -DAPACHE_SSL util_date.c cc -c -I../os/unix -I../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` -DAPACHE_SSL util_script.c cc -c -I../os/unix -I../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` -DAPACHE_SSL util_uri.c cc -c -I../os/unix -I../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` -DAPACHE_SSL util_md5.c cc -c -I../os/unix -I../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../apaci` -DAPACHE_SSL rfc1413.c rm -f libmain.a ar cr libmain.a alloc.o buff.o http_config.o http_core.o http_log.o http_main.o http_protocol.o http_request.o http_vhost.o util.o util_date.o util_script.o util_uri.o util_md5.o rfc1413.o ranlib libmain.a <=== src/main ===> src/modules ===> src/modules/standard cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` mod_env.c cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` mod_log_config.c mod_log_config.c:520: warning: initialization from incompatible pointer type cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` mod_mime.c cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` mod_negotiation.c cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` mod_status.c cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` mod_include.c cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` mod_autoindex.c cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` mod_dir.c cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` mod_cgi.c cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` mod_asis.c cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` mod_imap.c cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` mod_actions.c cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` mod_userdir.c cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` mod_alias.c cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` mod_access.c cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` mod_auth.c cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` mod_so.c cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` mod_setenvif.c rm -f libstandard.a ar cr libstandard.a mod_env.o mod_log_config.o mod_mime.o mod_negotiation.o mod_status.o mod_include.o mod_autoindex.o mod_dir.o mod_cgi.o mod_asis.o mod_imap.o mod_actions.o mod_userdir.o mod_alias.o mod_access.o mod_auth.o mod_so.o mod_setenvif.o ranlib libstandard.a cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` -fpic -DSHARED_MODULE mod_mime_magic.c && mv mod_mime_magic.o mod_mime_magic.lo ld -Bshareable -o mod_mime_magic.so mod_mime_magic.lo cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` -fpic -DSHARED_MODULE mod_info.c && mv mod_info.o mod_info.lo ld -Bshareable -o mod_info.so mod_info.lo cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` -fpic -DSHARED_MODULE mod_speling.c && mv mod_speling.o mod_speling.lo ld -Bshareable -o mod_speling.so mod_speling.lo cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` -fpic -DSHARED_MODULE mod_rewrite.c && mv mod_rewrite.o mod_rewrite.lo ld -Bshareable -o mod_rewrite.so mod_rewrite.lo cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` -fpic -DSHARED_MODULE mod_auth_anon.c && mv mod_auth_anon.o mod_auth_anon.lo ld -Bshareable -o mod_auth_anon.so mod_auth_anon.lo cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` -fpic -DSHARED_MODULE mod_auth_db.c && mv mod_auth_db.o mod_auth_db.lo ld -Bshareable -o mod_auth_db.so mod_auth_db.lo cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` -fpic -DSHARED_MODULE mod_digest.c && mv mod_digest.o mod_digest.lo ld -Bshareable -o mod_digest.so mod_digest.lo cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` -fpic -DSHARED_MODULE mod_cern_meta.c && mv mod_cern_meta.o mod_cern_meta.lo ld -Bshareable -o mod_cern_meta.so mod_cern_meta.lo cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` -fpic -DSHARED_MODULE mod_expires.c && mv mod_expires.o mod_expires.lo ld -Bshareable -o mod_expires.so mod_expires.lo cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` -fpic -DSHARED_MODULE mod_headers.c && mv mod_headers.o mod_headers.lo ld -Bshareable -o mod_headers.so mod_headers.lo cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` -fpic -DSHARED_MODULE mod_usertrack.c && mv mod_usertrack.o mod_usertrack.lo ld -Bshareable -o mod_usertrack.so mod_usertrack.lo cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` -fpic -DSHARED_MODULE mod_unique_id.c && mv mod_unique_id.o mod_unique_id.lo ld -Bshareable -o mod_unique_id.so mod_unique_id.lo <=== src/modules/standard ===> src/modules/proxy cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` -fpic -DSHARED_MODULE mod_proxy.c && mv mod_proxy.o mod_proxy.lo cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` -fpic -DSHARED_MODULE proxy_cache.c && mv proxy_cache.o proxy_cache.lo cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` -fpic -DSHARED_MODULE proxy_connect.c && mv proxy_connect.o proxy_connect.lo cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` -fpic -DSHARED_MODULE proxy_ftp.c && mv proxy_ftp.o proxy_ftp.lo cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` -fpic -DSHARED_MODULE proxy_http.c && mv proxy_http.o proxy_http.lo cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` -fpic -DSHARED_MODULE proxy_util.c && mv proxy_util.o proxy_util.lo rm -f libproxy.so ld -Bshareable -o libproxy.so mod_proxy.lo proxy_cache.lo proxy_connect.lo proxy_ftp.lo proxy_http.lo proxy_util.lo <=== src/modules/proxy ===> src/modules/ssl cc -c -I../../os/unix -I../../include -I/usr/local/etc/SSL/SSLeay-0.9.0b/include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\" -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `../../apaci` apache_ssl.c apache_ssl.c:75: #error "Don't use OpenSSL versions less than 0.9.2b, they have a serious security problem!" apache_ssl.c: In function `ReadRandomFiles': apache_ssl.c:339: warning: passing arg 1 of `RAND_load_file' discards `const' from pointer target type *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. ------=_NextPart_000_16b490f_2266bca1$3a7e98ce-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jul 14 23:55:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from iclub.nsu.ru (iclub.nsu.ru [193.124.222.66]) by hub.freebsd.org (Postfix) with ESMTP id 67D3D37BB37; Fri, 14 Jul 2000 23:55:20 -0700 (PDT) (envelope-from fjoe@iclub.nsu.ru) Received: from localhost (fjoe@localhost) by iclub.nsu.ru (8.9.3/8.9.3) with ESMTP id NAA61169; Sat, 15 Jul 2000 13:54:59 +0700 (NSS) (envelope-from fjoe@iclub.nsu.ru) Date: Sat, 15 Jul 2000 13:54:59 +0700 (NSS) From: Max Khon To: Julian Elischer Cc: questions@FreeBSD.ORG, multimedia@FreeBSD.ORG Subject: Re: MP3->WAV In-Reply-To: <396FA7D1.167EB0E7@elischer.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, there! On Fri, 14 Jul 2000, Julian Elischer wrote: > I want to write some mp3 files to a CD > but the s/w I have under w9x (bleagh) needs WAV files. > I have MP3 files... > > anyone have a good way of converting them? mpg123 -w /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 0: 2:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from luna.osd.bsdi.com (luna.geekhouse.net [64.81.6.50]) by hub.freebsd.org (Postfix) with ESMTP id 1821A37C329 for ; Sat, 15 Jul 2000 00:02:38 -0700 (PDT) (envelope-from jim@luna.osd.bsdi.com) Received: by luna.osd.bsdi.com (Postfix, from userid 1000) id C952631BC; Sat, 15 Jul 2000 00:02:36 -0700 (PDT) Date: Sat, 15 Jul 2000 00:02:36 -0700 From: Jim Mock To: William Woods Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD 4.1 ?? Message-ID: <20000715000236.A8370@luna.osd.bsdi.com> Reply-To: jim@luna.osd.bsdi.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.5i In-Reply-To: ; from bwoods2@uswest.net on Fri, Jul 14, 2000 at 11:47:29PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 14 Jul 2000 at 23:47:29 -0700, William Woods wrote: > I herd a rumor that FreeBSD 4.1 is out already?? You heard wrong. - jim -- /* jim mock - berkeley software design, inc - open source division */ /* documentation manager - jim@FreeBSD.org - jim@luna.osd.bsdi.com */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 0:39:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from strange.qualcomm.com (strange.qualcomm.com [129.46.2.27]) by hub.freebsd.org (Postfix) with ESMTP id 6138E37C4BE; Sat, 15 Jul 2000 00:39:22 -0700 (PDT) (envelope-from randy@qualcomm.com) Received: from [192.168.1.5] (vpnap-g1-012002.qualcomm.com [10.13.12.2]) by strange.qualcomm.com (8.9.3/8.9.3/1.0) with ESMTP id AAA27679; Sat, 15 Jul 2000 00:39:16 -0700 (PDT) Mime-Version: 1.0 Message-Id: In-Reply-To: <551931707624934073790@lists.pensive.org> References: <551931707624934073790@lists.pensive.org> X-Mailer: QUALCOMM Eudora v4.3 for Macintosh Date: Sat, 15 Jul 2000 00:31:49 -0700 To: "Lisa Casey" , From: Randall Gellens Subject: Re: Can't POP mail Cc: , Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 10:46 PM -0400 7/13/00, Lisa Casey wrote: > Hi, > > I'm sending this to a couple of FreeBSD lists plus the qpopper list in hopes > that I might get an answer in a hurry. > > I'm with an ISP. We are running a FreeBSD with Sendmail and qpopper box for > our mail server. We just changed upstream providers. > > We have a remote POP about 200 miles away and made the changeover to the new > upstream provider there today. > > Since the change, our users in the remote POP cannot connect to our mail > server. On their end they just get a "Can't connect to host" error message. > On my end, when I do a netstat on the freeBSD box I see users with IP > addresses corresponding to the remote location but they stay in SYN-RCVD. I > never see them as ESTABLISHED, and their mail never gets popped. Kind of sounds like maybe a firewall or other filter is blocking packets from the pop host to the users. > I did change /etc/mail/relay-domains to allow relaying from those IP > addresses (but that's a Sendmail problem, not a qpopper problem). These > users can't send mail through the system either. It doesn't seem like a Qpopper or sendmail problem; it's a networking issue. > What might cause soething like this? Any ideas are appreciated, I'll look > into anything -- I have customers that are not happy!! Maybe a TCP wrapper? Can you open POP, SMTP, or telnet sessions to the host? Can an affected user ping the host? -- Randall Gellens Opinions are personal; facts are suspect; I speak for myself only -------------- Randomly-selected tag: --------------- I have learned To spell hors d'oeuvres Which still grates on Some people's n'oeuvres. -- Warren Knox To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 0:40:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from merlin.prod.itd.earthlink.net (merlin.prod.itd.earthlink.net [207.217.120.156]) by hub.freebsd.org (Postfix) with ESMTP id 37A6837B531 for ; Sat, 15 Jul 2000 00:40:06 -0700 (PDT) (envelope-from cjc@pool0993.cvx20-bradley.dialup.earthlink.net) Received: from pool0993.cvx20-bradley.dialup.earthlink.net (pool0158.cvx21-bradley.dialup.earthlink.net [209.179.192.158]) by merlin.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id AAA12641; Sat, 15 Jul 2000 00:40:04 -0700 (PDT) Received: (from cjc@localhost) by pool0993.cvx20-bradley.dialup.earthlink.net (8.9.3/8.9.3) id XAA01141; Fri, 14 Jul 2000 23:08:55 -0700 (PDT) Date: Fri, 14 Jul 2000 23:08:34 -0700 From: "Crist J. Clark" To: Drew Sanford Cc: questions@FreeBSD.ORG Subject: Re: PPPoE & NAT questions Message-ID: <20000714230833.C356@dialin-client.earthlink.net> Reply-To: cjclark@alum.mit.edu References: <396FF0A6.A458F41A@bellsouth.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <396FF0A6.A458F41A@bellsouth.net>; from lauasanf@bellsouth.net on Sat, Jul 15, 2000 at 12:03:34AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jul 15, 2000 at 12:03:34AM -0500, Drew Sanford wrote: > Pardon the ugly email. I've booted windows to ask this: > > I've set up DSL on my FreeBSD box, and have two network cards in it, > one attached to the external DSL modem brought up with ifconfig dc0 inet > 0.0.0.0 arp, and the other on my internal network 192.x.x.x address. > >From another machine, I can ping both the internal card, and the ip of > the modem when it's connected, but for the life of me, I can't ping > anything OUTSIDE of the modem from anything but the firewall both > itself, from which everything appears to be working just dandy. To > eleminate any possible errors on my firewall, I've set that to open, I > have all the proper options set in the kernel config, and have tried > everything I can think of. Can anyone offer me a suggestion as to what I > might need to do to fix this? (oops, running 4.0 release btw, straight > off the cd). I can provide more info if needed. OK, NAT is in the subject but never mentioned in the body. You are running it, correct? How does the address on dc0 get to something useful from 0.0.0.0? Your gramar is a bit broken describing what is getting out. Are you saying you _can_ talk past the DSL modem from the gateway-NAT machine? But not from behind this box? Can you show us your rc.conf? -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 0:53:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.bezeqint.net (mail-a.bezeqint.net [192.115.106.23]) by hub.freebsd.org (Postfix) with ESMTP id BD92C37BC11 for ; Sat, 15 Jul 2000 00:53:46 -0700 (PDT) (envelope-from nimrodm@bezeqint.net) Received: from bsd.net.il ([212.179.172.53]) by mail.bezeqint.net (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10) with ESMTP id <0FXQ002PTB7H2J@mail.bezeqint.net> for freebsd-questions@FreeBSD.ORG; Sat, 15 Jul 2000 10:52:30 +0300 (IDT) Received: (from nimrodm@localhost) by bsd.net.il (8.9.3/8.9.3) id KAA27303 for freebsd-questions@FreeBSD.ORG; Sat, 15 Jul 2000 10:46:58 +0300 (IDT envelope-from nimrodm) Date: Sat, 15 Jul 2000 10:46:58 +0300 From: Nimrod Mesika Subject: Re: NAT and dial-up user-ppp In-reply-to: <20000714212353.A20246@localhost.localdomain>; from djkanter@northwestern.edu on Fri, Jul 14, 2000 at 09:23:53PM -0500 To: FreeBSD questions Reply-To: nimrodm@email.com Message-id: <20000715104658.A27033@localhost.bsd.net.il> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline Mail-Followup-To: FreeBSD questions User-Agent: Mutt/1.2i References: <20000714212353.A20246@localhost.localdomain> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jul 14, 2000 at 09:23:53PM -0500, David J. Kanter wrote: > I'm confused as to whether NAT is useful for a single desktop computer that > uses a modem to dial into an ISP. Is it? Not really. > > My impression is that if this computer served as a gateway for other > computers then yes, NAT would be a good thing. But NAT doesn't do anything > for the actual machine that dials in, right? Or, could I use NAT and This is correct. > > I'm confused...don't I get the IP address of whichever modem I dial into? You usually get a dynamically assigned IP address. This will be used as *your* address (it's not the address of the access server you are dialing into). NAT is useful when you have more than one computer at home and still want to use that single IP address allocated to you. -- Nimrod To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 1: 0: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dfw-smtpout1.email.verio.net (dfw-smtpout1.email.verio.net [129.250.36.41]) by hub.freebsd.org (Postfix) with ESMTP id B7B1437C3AB for ; Sat, 15 Jul 2000 01:00:01 -0700 (PDT) (envelope-from squirrel@hammis.com) Received: from [129.250.38.63] (helo=dfw-mmp3.email.verio.net) by dfw-smtpout1.email.verio.net with esmtp (Exim 3.12 #7) id 13DMrg-0002p6-00; Sat, 15 Jul 2000 08:00:00 +0000 Received: from [209.69.36.12] (helo=elizabeth.hammis.com) by dfw-mmp3.email.verio.net with esmtp (Exim 3.15 #4) id 13DMrf-0007Zz-00; Sat, 15 Jul 2000 07:59:59 +0000 Message-Id: <4.3.2.7.0.20000715035911.00c16ab0@hammis.com> X-Sender: squirrel@hammis.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Sat, 15 Jul 2000 03:59:46 -0400 To: "dave" , From: Damon Hammis Subject: Re: dhcp server error. In-Reply-To: <001101bfeeee$cf01ebe0$0200a8c0@hellraiser> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You need a line in your dhcp config file for the local address. Make sure you have the correct MAC address assigned to that interface as well. --Damon At 02:26 AM 7/16/00 -0400, dave wrote: >Hello, > I've got a slight error running dhcpd on fbsd 4.0. I'm running the > command: >/usr/local/sbin/dhcpd >in my rc.conf file. I'm getting the error: >dhcp: unable to bind to host address, address already in use. >Exiting. > Dhcpd is the only item loading in rc.conf dealing with my ethernet > interface. The server itself appears to work properly this error is more > annoying than anything else, has anyone seen it? >Thanks. >Dave. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 1:23:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from apoq.skynet.be (apoq.skynet.be [195.238.2.35]) by hub.freebsd.org (Postfix) with ESMTP id 2486A37BAA5 for ; Sat, 15 Jul 2000 01:23:46 -0700 (PDT) (envelope-from bart.lateur@skynet.be) Received: from dialup1436.antwerpen.skynet.be (dialup1436.antwerpen.skynet.be [194.78.226.156]) by apoq.skynet.be (Postfix) with SMTP id 4A4041F35B for ; Sat, 15 Jul 2000 10:23:41 +0200 (MET DST) From: Bart Lateur To: FreeBSD-Questions Subject: Re: getting setup with MySQL Date: Sat, 15 Jul 2000 10:23:49 +0200 Organization: MediaMind Message-ID: <6l60nsclni38ehk8o72io7pprajfl80f2a@4ax.com> References: <396F79C8.104DA761@miltonstreet.com> In-Reply-To: <396F79C8.104DA761@miltonstreet.com> X-Mailer: Forte Agent 1.8/32.548 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 Fri, 14 Jul 2000 16:36:24 -0400, Sam Carleton wrote: >I installed MySQL >Can anyone point me to some documentation >telling me where to go from here? I don't really understand where the >FreeBSD distribution put everything. I forgot about it, but yeah, I second that. The directories mentioned in MySQL's man page don't even exist on my 3.4. I've tried to scan my disk for it, but I cannot find the "test" database which is always present. It exists, but I can't find it. So, where is it? -- Bart. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 1:37:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from luke.cpl.net (luke.cpl.net [192.216.136.195]) by hub.freebsd.org (Postfix) with ESMTP id DA33737B870 for ; Sat, 15 Jul 2000 01:37:16 -0700 (PDT) (envelope-from shawn@megadeth.org) Received: from shawn.megadeth.org (shawn.megadeth.org [192.216.87.244]) by luke.cpl.net (8.9.3/8.9.3) with ESMTP id BAA18535; Sat, 15 Jul 2000 01:37:09 -0700 (PDT) Message-Id: <4.3.0.20000715013721.01e25ee8@mail.cpl.net> X-Sender: megadeth@mail.cpl.net X-Mailer: QUALCOMM Windows Eudora Version 4.3 Date: Sat, 15 Jul 2000 01:38:06 -0700 To: Bart Lateur , FreeBSD-Questions From: Shawn Ramsey Subject: Re: getting setup with MySQL In-Reply-To: <6l60nsclni38ehk8o72io7pprajfl80f2a@4ax.com> References: <396F79C8.104DA761@miltonstreet.com> <396F79C8.104DA761@miltonstreet.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 10:23 AM 7/15/2000 +0200, Bart Lateur wrote: >On Fri, 14 Jul 2000 16:36:24 -0400, Sam Carleton wrote: > > >I installed MySQL > >Can anyone point me to some documentation > >telling me where to go from here? I don't really understand where the > >FreeBSD distribution put everything. > >I forgot about it, but yeah, I second that. The directories mentioned in >MySQL's man page don't even exist on my 3.4. I've tried to scan my disk >for it, but I cannot find the "test" database which is always present. >It exists, but I can't find it. > >So, where is it? > >-- > Bart. The MySQL databases are put in /var/db/mysql by default. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 2:38:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.interware.hu (mail.interware.hu [195.70.32.130]) by hub.freebsd.org (Postfix) with ESMTP id 6FE8A37C20B; Sat, 15 Jul 2000 02:38:21 -0700 (PDT) (envelope-from julian@elischer.org) Received: from bissau-16.budapest.interware.hu ([195.70.53.144] helo=jules.elischer.org) by mail.interware.hu with smtp (Exim 3.12 #1 (Debian)) id 13DOOk-0000g4-00; Sat, 15 Jul 2000 11:38:14 +0200 Message-ID: <397030F1.41C67EA6@elischer.org> Date: Sat, 15 Jul 2000 02:37:53 -0700 From: Julian Elischer X-Mailer: Mozilla 3.04Gold (X11; I; FreeBSD 5.0-CURRENT i386) MIME-Version: 1.0 To: "Jason J. Horton" Cc: questions@freebsd.org, multimedia@freebsd.org Subject: Re: MP3->WAV References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jason J. Horton wrote: > > mpg123 -w song.wav song.mp3 > > > I want to write some mp3 files to a CD > > but the s/w I have under w9x (bleagh) needs WAV files. > > I have MP3 files... > > > > anyone have a good way of converting them? > > > > got 3 replies, 2 solutions.. mpg123 and winamp.. thanks all. -- __--_|\ Julian Elischer / \ julian@elischer.org ( OZ ) World tour 2000 ;_.---._/ presently in: Budapest v To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 3:33: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from elit.ci.net.ua (elit.ci.net.ua [212.86.96.11]) by hub.freebsd.org (Postfix) with ESMTP id 2167237B664 for ; Sat, 15 Jul 2000 03:33:01 -0700 (PDT) (envelope-from acid@ci.net.ua) Received: from localhost (acid@localhost) by elit.ci.net.ua (8.9.3/Who was second?) with ESMTP id NAA34044 for ; Sat, 15 Jul 2000 13:32:58 +0300 (EEST) Date: Sat, 15 Jul 2000 13:32:58 +0300 (EEST) From: "Michael I. Vasilenko" To: freebsd-questions@freebsd.org Subject: DVB drivers developing Message-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'm HIGHLY interested in developing driver for DVB card, such as SkyStar1. There are free drivers for linux, which is available on http://www.linuxtv.org/dvb Is it possible to port it to FreeBSD ? Or they are highly integrated into Linux kernel (things, like i2c and video, for example) In other words, from what should I start ? ANY feedback would be fine please, CC: me, I'm off the list -- Michael Vasilenko To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 3:54:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay2.inwind.it (relay2.inwind.it [212.141.53.73]) by hub.freebsd.org (Postfix) with ESMTP id 369F237BACB for ; Sat, 15 Jul 2000 03:54:11 -0700 (PDT) (envelope-from f.casadei@tin.it) Received: from gw5a60-1-d674.wind.it (212.141.91.40) by relay2.inwind.it; 15 Jul 2000 12:54:10 +0200 Received: (qmail 746 invoked by uid 1000); 15 Jul 2000 10:54:04 -0000 Date: Sat, 15 Jul 2000 12:54:04 +0200 From: Francesco Casadei To: freebsd-questions mailing list Subject: missing src-4.0152.gz 41/68 Message-ID: <20000715125404.A736@casimirhost.kasby> Mail-Followup-To: freebsd-questions mailing list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i X-Operating-System: FreeBSD 4.0-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I miss the piece src-4.0152.gz 41/68, I have all the other 67 pieces though. Do I have to wait or I must dowload the entire delta src-4.0152.gz from ftp.freebsd.org (or better only the missing piece, if possible)? Here's the log of ctm_rmail: 2000-07-09 14:50 src-4.0150.gz complete 2000-07-10 14:58 src-4.0151.gz 1/1 stored 2000-07-10 14:58 src-4.0151.gz complete 2000-07-11 15:27 src-4.0152.gz 2/68 stored 2000-07-11 15:28 src-4.0152.gz 1/68 stored 2000-07-11 15:28 src-4.0152.gz 3/68 stored 2000-07-11 15:29 src-4.0152.gz 4/68 stored 2000-07-11 15:30 src-4.0152.gz 5/68 stored 2000-07-11 15:30 src-4.0152.gz 6/68 stored 2000-07-11 15:31 src-4.0152.gz 7/68 stored 2000-07-11 15:31 src-4.0152.gz 8/68 stored 2000-07-11 15:32 src-4.0152.gz 9/68 stored 2000-07-11 15:33 src-4.0152.gz 10/68 stored 2000-07-11 15:33 src-4.0152.gz 11/68 stored 2000-07-11 22:26 src-4.0152.gz 12/68 stored 2000-07-11 22:27 src-4.0152.gz 13/68 stored 2000-07-11 22:28 src-4.0152.gz 14/68 stored 2000-07-11 22:28 src-4.0152.gz 15/68 stored 2000-07-11 22:29 src-4.0152.gz 16/68 stored 2000-07-11 22:29 src-4.0153.gz 1/1 stored 2000-07-11 22:29 src-4.0153.gz complete 2000-07-11 22:30 src-4.0152.gz 17/68 stored 2000-07-11 22:31 src-4.0152.gz 18/68 stored 2000-07-12 00:32 src-4.0152.gz 19/68 stored 2000-07-12 00:32 src-4.0152.gz 20/68 stored 2000-07-12 01:12 src-4.0152.gz 21/68 stored 2000-07-12 13:05 src-4.0152.gz 22/68 stored 2000-07-12 13:06 src-4.0152.gz 23/68 stored 2000-07-12 13:07 src-4.0152.gz 24/68 stored 2000-07-12 13:07 src-4.0152.gz 25/68 stored 2000-07-12 13:08 src-4.0152.gz 26/68 stored 2000-07-12 13:09 src-4.0152.gz 27/68 stored 2000-07-12 13:10 src-4.0152.gz 28/68 stored 2000-07-12 13:11 src-4.0152.gz 29/68 stored 2000-07-12 13:11 src-4.0152.gz 30/68 stored 2000-07-12 13:12 src-4.0152.gz 31/68 stored 2000-07-12 13:13 src-4.0152.gz 32/68 stored 2000-07-12 13:13 src-4.0154.gz 1/1 stored 2000-07-12 13:13 src-4.0154.gz complete 2000-07-12 15:09 src-4.0152.gz 33/68 stored 2000-07-12 15:10 src-4.0152.gz 34/68 stored 2000-07-12 15:11 src-4.0152.gz 35/68 stored 2000-07-12 16:10 src-4.0152.gz 36/68 stored 2000-07-12 21:34 src-4.0152.gz 37/68 stored 2000-07-12 21:35 src-4.0152.gz 38/68 stored 2000-07-12 21:35 src-4.0152.gz 39/68 stored 2000-07-12 21:36 src-4.0152.gz 40/68 stored 2000-07-12 23:22 src-4.0152.gz 42/68 stored 2000-07-12 23:23 src-4.0152.gz 43/68 stored 2000-07-13 00:11 src-4.0152.gz 44/68 stored 2000-07-13 11:21 src-4.0152.gz 45/68 stored 2000-07-13 11:22 src-4.0152.gz 46/68 stored 2000-07-13 11:24 src-4.0152.gz 47/68 stored 2000-07-13 11:24 src-4.0152.gz 48/68 stored 2000-07-13 11:25 src-4.0152.gz 49/68 stored 2000-07-13 11:25 src-4.0155.gz 1/1 stored 2000-07-13 11:25 src-4.0155.gz complete 2000-07-13 11:25 src-4.0152.gz 50/68 stored 2000-07-13 11:26 src-4.0152.gz 51/68 stored 2000-07-13 11:27 src-4.0152.gz 52/68 stored 2000-07-13 11:27 src-4.0152.gz 53/68 stored 2000-07-13 11:28 src-4.0152.gz 54/68 stored 2000-07-13 11:29 src-4.0152.gz 55/68 stored 2000-07-13 13:17 src-4.0152.gz 56/68 stored 2000-07-13 13:18 src-4.0152.gz 57/68 stored 2000-07-13 17:13 src-4.0152.gz 58/68 stored 2000-07-13 17:14 src-4.0152.gz 59/68 stored 2000-07-13 17:15 src-4.0152.gz 60/68 stored 2000-07-13 17:16 src-4.0152.gz 61/68 stored 2000-07-13 22:43 src-4.0152.gz 62/68 stored 2000-07-13 22:44 src-4.0152.gz 63/68 stored 2000-07-13 22:44 src-4.0152.gz 64/68 stored 2000-07-13 22:45 src-4.0156.gz 1/1 stored 2000-07-13 22:45 src-4.0156.gz complete 2000-07-13 22:45 src-4.0152.gz 65/68 stored 2000-07-13 22:46 src-4.0152.gz 66/68 stored 2000-07-13 23:35 src-4.0152.gz 67/68 stored 2000-07-14 00:13 src-4.0152.gz 68/68 stored 2000-07-14 14:48 src-4.0157.gz 1/1 stored 2000-07-14 14:48 src-4.0157.gz complete 2000-07-15 12:23 src-4.0158.gz 1/1 stored 2000-07-15 12:23 src-4.0158.gz complete Francesco Casadei To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 5:15:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by hub.freebsd.org (Postfix) with ESMTP id AA7AC37B6C6 for ; Sat, 15 Jul 2000 05:15:19 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from parish.my.domain ([62.253.87.246]) by mta01-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000715121517.ZMMS26680.mta01-svc.ntlworld.com@parish.my.domain>; Sat, 15 Jul 2000 13:15:17 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id EAA03618; Sat, 15 Jul 2000 04:29:08 +0100 (BST) (envelope-from mark) Date: Sat, 15 Jul 2000 04:29:08 +0100 From: Mark Ovens To: Doug Barton Cc: questions@freebsd.org Subject: Re: Problem cvsup'ing gnats Message-ID: <20000715042908.F257@parish> References: <20000715033458.D257@parish> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from Doug@gorean.org on Fri, Jul 14, 2000 at 08:14:27PM -0700 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jul 14, 2000 at 08:14:27PM -0700, Doug Barton wrote: > On Sat, 15 Jul 2000, Mark Ovens wrote: > > > No, that's OK. I am still curious about your cvsup file though, what > > exactly are you cvsup'ing with no tags against any of the collections? > > The cvs repo files. I check out my sources from my local > repository. I used to do the same for ports, but it takes SO LONG that I > finally just set up a local copy of cvsupd for ports, and if I want to > make a cvs diff for a port I just check out that port into my work area. > Oh right, now I understand. I've realized for a while that having a local copy of the repo is the best way to do things but I just don't have the disk space. Because you list specific collections in your sup-file I didn't work out that it was the repo you are cvsup'ing but, on hindsight, ``release=cvs'' should have been a clue. Thanks for all the info. I may be a bit slow on the uptake, but I get there eventually :) I've learned something from this thread. Cheers. > Doug > -- > "Live free or die" > - State motto of my ancestral homeland, New Hampshire > > Do YOU Yahoo!? > > -- If I buy a copy of WinDelete, and it doesn't delete Windows, am I entitled to my money back? ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:marko@freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 6: 2: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id A565D37BC11 for ; Sat, 15 Jul 2000 06:01:56 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 13DR2D-0006kq-00; Sat, 15 Jul 2000 13:27:09 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 13DR2C-000KdO-00; Sat, 15 Jul 2000 13:27:08 +0100 Date: Sat, 15 Jul 2000 13:27:08 +0100 From: Ben Smithurst To: Daniel Schrock Cc: freebsd-questions Subject: Re: I cvsup'd, now nfs filesystems won't mount! Message-ID: <20000715132708.D84045@strontium.scientia.demon.co.uk> References: <003201bfeddc$659e3b80$0271a8c0@anonymousdaemon.org> <20000714231246.C84045@strontium.scientia.demon.co.uk> <001201bfee1f$69428ff0$0271a8c0@anonymousdaemon.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="5p8PegU4iirBW1oA" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <001201bfee1f$69428ff0$0271a8c0@anonymousdaemon.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --5p8PegU4iirBW1oA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Daniel Schrock wrote: > ps axl | grep nfs reports: > root 66 0.0 0.2 384 224 con- D 12:42AM 0:00.00 > nfs gateway:/savedisk /savedisk (mount_nfs) You need nfsiod running on the client. nfs_client_enable=3DYES in /etc/rc.conf, or run 'nfsiod -n 4' to start it manually. I think you may have to reboot for now -- you may have problems getting the process listed above to die. kill -9 never worked for me in those cases. what mount options are you using for the nfs mount? I recommend "bg" so that if the mount fails at boot time, the system will still come up, "intr" so you can hit ^C to terminate any processes which get stuck in an NFS call. You might also like to use "soft", though I'm not sure if that's a good idea in all cases. --=20 Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D FreeBSD Documentation Project / --5p8PegU4iirBW1oA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: hBE1KQqt+j/5Ql4y6Z5itkOK6Z7PWQ+A iQCVAwUBOXBYmysPVtiZOS99AQEhqQP+NRX1Sz0TG924QBbEUpEhrppJvVYJ3WKq EabiiskVwm145VPrANPi9bOZ3HI55O4TRmMD9IM674EcOTQAhTNYOg4D+zo2DkKv rfYAqNTMZP6impONWqrAHbLQA3sCdMb46bh7RzCsdPJ9x5bCZvdebdmG/e1I7C3x N8jkrSpXHoI= =s7ER -----END PGP SIGNATURE----- --5p8PegU4iirBW1oA-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 6:44:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.malawi.net (mail.malawi.net [208.148.169.7]) by hub.freebsd.org (Postfix) with ESMTP id 4206D37B731; Sat, 15 Jul 2000 06:43:58 -0700 (PDT) (envelope-from ganizani@malawi.net) Received: from sysanalyst ([208.148.168.138]) by mail.malawi.net (8.10.0/8.10.0) with SMTP id e6FFiqg13277; Sat, 15 Jul 2000 17:44:55 +0200 (CAT) Message-ID: <000501bfee62$b9f04440$03000004@sysanalyst.galaxy> From: "ganizani" To: , "Randall Gellens" Cc: , Subject: Re: Can't POP mail Date: Sat, 15 Jul 2000 15:43:50 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I might be asking too much but I have a problem here. Most of the mailboxes have wrong ownership. I am running FreeBSD-4.0. I believe that this is because when the users were transfered from the old system we were three of us adding them to the new system from different terminals and some of the info was not entered correctly. Could someone provide a script that could rectify this problem for me. i.e. set the ownership of each /var/mail/user to user. Thanks in advance. Ganizani. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 6:49:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 20F0837B64A; Sat, 15 Jul 2000 06:49:31 -0700 (PDT) (envelope-from pherman@frenchfries.net) Received: from bagabeedaboo.security.at12.de (dial-194-8-205-120.netcologne.de [194.8.205.120]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id PAA24211; Sat, 15 Jul 2000 15:49:26 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.10.2/8.10.2) with ESMTP id e6FDnDI01184; Sat, 15 Jul 2000 15:49:13 +0200 (CEST) Date: Sat, 15 Jul 2000 15:49:13 +0200 (CEST) From: Paul Herman To: ganizani Cc: freebsd-isp@FreeBSD.ORG, Randall Gellens , freebsd-questions@FreeBSD.ORG, qpopper@lists.pensive.org Subject: Re: Can't POP mail In-Reply-To: <000501bfee62$b9f04440$03000004@sysanalyst.galaxy> Message-ID: 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, 15 Jul 2000, ganizani wrote: > Could someone provide a script that could rectify this problem for me. i.e. > set the ownership of each > /var/mail/user to user. for user in `ls`; do chown $user $user; done You will probably see many other ways to do this... so let the chown competition begin! :) -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 6:50:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wonka.esatclear.ie (wonka.esatclear.ie [194.145.128.5]) by hub.freebsd.org (Postfix) with ESMTP id 0F9D537B844; Sat, 15 Jul 2000 06:50:34 -0700 (PDT) (envelope-from fergal@esatclear.ie) Received: from vwhizzo.esatclear.ie (q-airlock195.esatclear.ie [194.165.170.195]) by wonka.esatclear.ie (8.9.3/8.9.3) with ESMTP id OAA05873; Sat, 15 Jul 2000 14:49:56 +0100 Message-Id: <4.3.2.7.0.20000715145102.00b39b00@pop.esatclear.ie> X-Sender: fergal@pop.esatclear.ie X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Sat, 15 Jul 2000 14:52:32 +0100 To: "ganizani" , , "Randall Gellens" From: Fergal Daly Subject: Re: Can't POP mail Cc: , In-Reply-To: <184691625869183658154@lists.pensive.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 14:43 15/07/00, ganizani wrote: >I might be asking too much but I have a problem here. Most of the mailboxes >have >wrong ownership. >I am running FreeBSD-4.0. I believe that this is because when the users were >transfered >from the old system we were three of us adding them to the new system from >different terminals and >some of the info was not entered correctly. > >Could someone provide a script that could rectify this problem for me. i.e. >set the ownership of each >/var/mail/user to user. cd /var/mail ls | perl -ne 'chomp; system "chown $_ $_" ' should do the trick Fergal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 6:55:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hq1.tyfon.net (hq1.tyfon.net [213.212.29.17]) by hub.freebsd.org (Postfix) with ESMTP id 3E30937B8CB for ; Sat, 15 Jul 2000 06:55:52 -0700 (PDT) (envelope-from dl@tyfon.net) Received: from localhost (localhost [127.0.0.1]) by hq1.tyfon.net (Postfix) with ESMTP id 4371B1C5CA for ; Sat, 15 Jul 2000 15:55:44 +0200 (CEST) Date: Sat, 15 Jul 2000 15:55:44 +0200 (CEST) From: Dan Larsson To: FreeBSD Questions List Subject: PGP and GPG on PINE Message-ID: Organization: Tyfon Svenska AB MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Are there any howto's on configuring PINE to both handle GPG and PGP? Tips also welcome! Regards +------ Dan Larsson | Tel: +46 8 550 120 21 Tyfon Svenska AB | Fax: +46 8 550 120 02 Public PGP key | finger dl@hq1.tyfon.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 7:21:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.rdc3.on.home.com (mail1.rdc3.on.home.com [24.2.9.40]) by hub.freebsd.org (Postfix) with ESMTP id 6073D37B784 for ; Sat, 15 Jul 2000 07:21:41 -0700 (PDT) (envelope-from 2colsen@home.com) Received: from cr753026a ([24.112.187.198]) by mail1.rdc3.on.home.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20000715142140.TMGL316.mail1.rdc3.on.home.com@cr753026a> for ; Sat, 15 Jul 2000 07:21:40 -0700 Message-ID: <000801bfee67$be326880$c6bb7018@cr753026a> From: "Chris Olsen" <2colsen@home.com> To: Subject: Support for AHA 2930CU Date: Sat, 15 Jul 2000 10:19:52 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BFEE46.36FAA2E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BFEE46.36FAA2E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I was looking forward to getting FreeBSD installed and playing = around. I'm not certain although I think it supports my current NIC, an = NDC Sohoware FE 10/100, which is great, because Linux does not like this = card. But FreeBSD does not like my SCSI card, and adaptec 2930CU. I = start installing and the install media cannot be found. My CD ROM and = burner are on this card. Plus is supports the HPT 366 controller, I = thought great, this could be the os I run with my BP6, seems to support = everything out of the box, but then the SCSI card just doesn't show up, = I can't even tell it it's a 78XX chipset just to see if that works. If = you can tell me of some fix or workaround, please drop me a line. Thanks, Chris Olsen ------=_NextPart_000_0005_01BFEE46.36FAA2E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi, I was looking forward to getting = FreeBSD=20 installed and playing around.  I'm not certain although I think it = supports=20 my current NIC, an NDC Sohoware FE 10/100, which is great, because Linux = does=20 not like this card.  But FreeBSD does not like my SCSI card, and = adaptec=20 2930CU.  I start installing and the install media cannot be = found.  My=20 CD ROM and burner are on this card.  Plus is supports the HPT 366=20 controller, I thought great, this could be the os I run with my BP6, = seems to=20 support everything out of the box, but then the SCSI card just doesn't = show up,=20 I can't even tell it it's a 78XX chipset just to see if that = works.  If you=20 can tell me of some fix or workaround, please drop me a = line.
 
Thanks,
 
Chris Olsen
------=_NextPart_000_0005_01BFEE46.36FAA2E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 7:45:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (zoom0-166.telepath.com [216.14.0.166]) by hub.freebsd.org (Postfix) with SMTP id 386FF37B91A for ; Sat, 15 Jul 2000 07:45:22 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 69321 invoked by uid 100); 15 Jul 2000 14:45:20 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14704.30976.782698.341199@guru.mired.org> Date: Sat, 15 Jul 2000 09:45:20 -0500 (CDT) To: questions@freebsd.org Subject: Dual boot support? X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to set up a dual boot - Win9x/FreeBSD-CURRENT system, and getting some odd behavior. The goal is to have four partitions - one FreeBSD, one Win9x, one for other things (BeOS? Linux? Win2K?), and one large DOS partition to share between them. The system disk is a 10gig UDMA drive, and the partitions are 3 at 2G, and one at 4Gig. The system *does* dual boot - but it's a PITA. I have to leave the standard Win9x MBR in place and just use fdisk on the currently booting system to set the active partition. Both systems boot just fine, and everyone is happy. However, boot0 and all the alternative boot managers on the 4.0-RELEASE cds all fail to boot the second partition. It doesn't matter which OS is on the second partition - the boot managers won't boot the OS from that partition, whether it's FreeBSD or Win9x. boot0cfg is apparently installing the new version 1.1 boot0, but I get the same result from it as well. I'm probably missing something obvious - could someone tell me what it is? Thanx, ; Sat, 15 Jul 2000 08:03:10 -0700 (PDT) (envelope-from marcus@redcentre.com) Received: from ws1 ([203.43.52.134]) by mail.beyondtech.net (8.9.3/8.9.3) with ESMTP id CAA62348 for ; Sun, 16 Jul 2000 02:23:08 +1000 (EST) (envelope-from marcus@redcentre.com) From: marcus@redcentre.com Message-Id: <200007151623.CAA62348@mail.beyondtech.net> To: questions@freebsd.org Date: Sun, 16 Jul 2000 01:03:33 +1000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Configuring ftp X-mailer: Pegasus Mail for Win32 (v3.12b) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm just after some advice regarding configuring ftp access for a web server. I have a server with a number of virtual web sites under /usr/local/www. How should I configure user accounts to upload to virtual directories? For example, should /usr/local/www/user- site.com be configures as the users "home" directory or should there be a link /home/user/www to /usr/local/www/user-site-com. I'm using proftpd and the virtual sites are non-ip based? Marcus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 8:14:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www3.pacific-pages.com (www3.pacific-pages.com [192.41.48.219]) by hub.freebsd.org (Postfix) with ESMTP id 85F4737B623 for ; Sat, 15 Jul 2000 08:14:10 -0700 (PDT) (envelope-from David@www3.pacific-pages.com) Received: from www3.pacific-pages.com ([216.191.60.106]) by www3.pacific-pages.com (8.8.5) id JAA00933; Sat, 15 Jul 2000 09:13:41 -0600 (MDT) Message-ID: <39707F7F.C765CB89@www3.pacific-pages.com> Date: Sat, 15 Jul 2000 11:13:03 -0400 From: David Banning Reply-To: David@SkytrackerCanada.com Organization: Sky-Tracker of Canada Inc. X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Danny Cc: questions@freebsd.org Subject: Re: newbie of php problem - code shows no output References: <3.0.6.32.20000715151018.007f84f0@192.168.1.194> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It seems like httpd.conf has been configured for php3 (I uninstalled php4 and installed php3 to see if it would make a difference); LoadModule unique_id_module libexec/apache/mod_unique_id.so #LoadModule php4_module libexec/apache/libphp4.so LoadModule php3_module libexec/apache/libphp3.so and; AddModule mod_so.c AddModule mod_setenvif.c #AddModule mod_php4.c AddModule mod_php3.c and; DirectoryIndex index.php index.php3 index.html DirectoryIndex index.php3 index.html DirectoryIndex index.php index.html DirectoryIndex index.html Is that all that's needed? Danny wrote: > > You have to modify httpd.conf to support the php4 extension. > > And remember to restart your Apache server after you modified httpd.conf > > At 06:19 PM 7/14/00 -0400, you wrote: > >Actually my file is /usr/David/php/test.php so it does have a .php > >extension. > > > >I tried your script, with do difference - it does seem to read the > >script, > >as for a moment in netscape - at the bottom it says "reading file...", > >then "DONE." > > > > > >David Daugherty wrote: > >> > >> Try naming the file with a .php extension. Also try this instead, it tells > >> you a whole lot more: > >> > >> Example > >> > >> > >> > >> > >> > >> > >> David > >> Software Engineer - NetManage > >> Work email: david.daugherty@netmanage.com > >> Home email: doc@wcug.wwu.edu > >> ICQ 21106703 > >> Washington State Resident > >> > >> On Fri, 14 Jul 2000, David Banning wrote: > >> > >> > > >> > > >> > Hi - I am starting out 1st time with PHP4 - just installed. > >> > > >> > My first script called test.php4 gives a blank screen in Netscape; > >> > > >> > > >> > > >> > > >> > > >> > >> > > >> > $myvar = "Hello World"; > >> > echo $myvar; > >> > > >> > ?> > >> > > >> > > >> > > >> > > >> > > >> > > >> > I know the code is there, as when I save the netscape screen to a file, > >> > the code is there. Any idea what could cause this? > >> > > >> > > >> > To Unsubscribe: send mail to majordomo@FreeBSD.org > >> > with "unsubscribe freebsd-questions" in the body of the message > >> > > > > >-- > >"Honesty is the best policy, but insanity is a better defense" > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > > -- "It was a virgin forest, a place where the Hand of Man had never set foot." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 8:16:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from c004.sfo.cp.net (c004-h015.c004.sfo.cp.net [209.228.14.102]) by hub.freebsd.org (Postfix) with SMTP id C755A37B99C for ; Sat, 15 Jul 2000 08:16:45 -0700 (PDT) (envelope-from rick@geckobot.com) Received: (cpmta 26775 invoked from network); 15 Jul 2000 08:16:44 -0700 Received: from chnd1-blk1-hfc-0251-d1db0086.rdc1.az.coxatwork.com (HELO patches) (209.219.0.134) by smtp.geckobot.com with SMTP; 15 Jul 2000 08:16:44 -0700 X-Sent: 15 Jul 2000 15:16:44 GMT Message-ID: <000901bfee70$930772f0$0464a8c0@patches> From: "Rick Moore" To: Subject: File System > 100% full Date: Sat, 15 Jul 2000 08:23:05 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi everyone! I have found a bug with mysql on FreeBSD in that it uses about 4x the disk space when repairing the database. I've submitted to the bug to the mysql folks with the following df -k results to show the unusually large disk space used: su-2.03# df -k Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0a 49583 27125 18492 59% / /dev/ad0f 16027176 11486575 3258427 78% /usr /dev/ad0e 19815 2209 16021 12% /var /dev/vinum/raid 69546157 65076511 -1094046 102% /usr/local/mysql/var/g procfs 4 4 0 100% /proc Unfortunately, the result I got back was: "Your file system is broken. It can't possibly be 102% used" (They do most of their work on Linux and Solaris.) I know this is normal for some UNIX's to behave this way, but I can't find any documentation on it. Could someone please confirm that this is the correct behavior for FreeBSD? If this is documented somewhere, I'd love to know where... ALSO I've noticed that mysql uses all the file system space, but there are no files created! I think this is a clue. I've seen this happen if one process is writing a large file and another process deletes it prior to completion. In this case, the file system space continues to drain away but no file is apparently using it. Does anyone know any other ways this can happen? Thanks in advance! Regards, Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 8:19:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id D600237B993 for ; Sat, 15 Jul 2000 08:19:37 -0700 (PDT) (envelope-from eisi0@gmx.de) Received: (qmail 30869 invoked by uid 0); 15 Jul 2000 15:19:35 -0000 Received: from ac2a8.pppool.de (HELO eisi) (213.6.194.168) by mail.gmx.net with SMTP; 15 Jul 2000 15:19:35 -0000 From: "eisi" To: Subject: Date: Sun, 16 Jul 2000 17:19:49 +0200 Message-ID: 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 IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 8:33:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wop21.wop.wtb.tue.nl (wop21.wop.wtb.tue.nl [131.155.56.216]) by hub.freebsd.org (Postfix) with ESMTP id A3E3537B993 for ; Sat, 15 Jul 2000 08:33:24 -0700 (PDT) (envelope-from karelj@wop21.wop.wtb.tue.nl) Received: (from karelj@localhost) by wop21.wop.wtb.tue.nl (8.9.3/8.9.3) id RAA06498; Sat, 15 Jul 2000 17:33:19 +0200 (CEST) (envelope-from karelj) Date: Sat, 15 Jul 2000 17:33:18 +0200 From: "Karel J. Bosschaart" To: Rick Moore Cc: freebsd-questions@FreeBSD.ORG Subject: Re: File System > 100% full Message-ID: <20000715173318.A6471@wop21.wop.wtb.tue.nl> Reply-To: K.J.Bosschaart@tue.nl References: <000901bfee70$930772f0$0464a8c0@patches> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <000901bfee70$930772f0$0464a8c0@patches>; from rick@geckobot.com on Sat, Jul 15, 2000 at 08:23:05AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jul 15, 2000 at 08:23:05AM -0700, Rick Moore wrote: > Unfortunately, the result I got back was: "Your file system is broken. It > can't possibly be 102% used" (They do most of their work on Linux and > Solaris.) > > I know this is normal for some UNIX's to behave this way, but I can't find > any documentation on it. Could someone please confirm that this is the > correct behavior for FreeBSD? If this is documented somewhere, I'd love to > know where... > See for example 'man tunefs' and go to the section where the -m option is explained; by default, 8% of the space is reserved for root, leading to > 100% use when root uses the reserved space. Hope it helps, Karel. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 8:36: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from kris.kiwi-computer.com (cv-d-209.141.33.211.psn.net [209.141.33.211]) by hub.freebsd.org (Postfix) with ESMTP id BE57F37B69D for ; Sat, 15 Jul 2000 08:35:49 -0700 (PDT) (envelope-from rick@kris.kiwi-computer.com) Received: (from rick@localhost) by kris.kiwi-computer.com (8.9.3/8.9.3) id LAA30005 for freebsd-questions@freebsd.org; Sat, 15 Jul 2000 11:43:07 -0400 (EDT) (envelope-from rick) From: "Rick C. Petty" Message-Id: <200007151543.LAA30005@kris.kiwi-computer.com> Subject: natd & DUMMYNET To: freebsd-questions@freebsd.org Date: Sat, 15 Jul 2000 11:43:07 -0400 (EDT) X-Files: Trust no one! X-Mailer: ELM [version 2.4ME+ PL61 (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, all! I'm trying to setup ipfw to handle a bunch of machines behind a firewall using natd, which I have working just fine. The problem is when I tried to use DUMMYNET to bandwidth limit certain machines on the local network in addition to the proper address translation with natd. When I enable the following pipes, natd fails to "work" (outgoing pings from behind the firewall don't return): $fwcmd pipe 1 config bw 16Kbit/s delay 100ms $fwcmd pipe 2 config bw 8Kbit/s delay 100ms $fwcmd add 100 pipe 1 ip from 192.168.25.128 to any $fwcmd add 200 pipe 2 ip from any to 192.168.25.128 Where 192.168.25.128 is the box behind the firewall I was running test pings from. Other working rules include: $fwcmd add divert natd all from any to any via ${natd_interface} $fwcmd add 100 pass all from any to any via lo0 $fwcmd add 200 deny all from any to 127.0.0.0/8 $fwcmd add 500 pass tcp from any to any established $fwcmd 60000 add allow ip from any to any And those seem to work just fine. Remember, it's only when I use the aforementioned pipes that natd starts failing. I have tried many combinations of rule numbers, such as the natd rule number being higher or lower than the pipe rules, and it doesn't seem to change the behaviour. These rules are located in a firewall script after a ipfw flush. I am running 3.4-RELEASE with the following relevant options in my kernel config: options IPFIREWALL options IPDIVERT options DUMMYNET The strange thing is that if I ping the firewall from the .25.128 machine, I do get the added 100 ms delay both ways (avg. 300 ms total ping time vs less than 1ms without the pipes), and watching my hub lights suggests that packets get routed out the firewall and returned to the firewall, but not reverse-translated back to the source machine... I have searched the FAQ and read countless similar archive mailing lists messages and have tried countless combinations of rules but to no avail. Could someone please tell me what simple thing I'm doing wrong, or send me a copy of ipfw commands/rules that correctly use natd(8) & dummynet(4)? Thanks a bunch, --Rick C. Petty, aka Snoopy rick@kiwi-computer.com ----------------------------------------------------------------------- Principal Architect, KIWI Computer http://kiwi-computer.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 8:50:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.bezeqint.net (mail-a.bezeqint.net [192.115.106.23]) by hub.freebsd.org (Postfix) with ESMTP id E0D7937B5D5 for ; Sat, 15 Jul 2000 08:50:54 -0700 (PDT) (envelope-from nimrodm@bezeqint.net) Received: from bsd.net.il ([212.179.173.176]) by mail.bezeqint.net (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10) with ESMTP id <0FXQ00BCBXAV06@mail.bezeqint.net> for freebsd-questions@freebsd.org; Sat, 15 Jul 2000 18:49:44 +0300 (IDT) Received: (from nimrodm@localhost) by bsd.net.il (8.9.3/8.9.3) id SAA01840 for freebsd-questions@freebsd.org; Sat, 15 Jul 2000 18:44:27 +0300 (IDT envelope-from nimrodm) Date: Sat, 15 Jul 2000 18:44:27 +0300 From: Nimrod Mesika Subject: DIVERT sockets To: freebsd-questions@freebsd.org Reply-To: nimrodm@email.com Message-id: <20000715184427.A1771@localhost.bsd.net.il> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline Mail-Followup-To: freebsd-questions@freebsd.org User-Agent: Mutt/1.2i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to divert all TCP traffic to/from a certain remote site to my box. IPFW show lists the following rules: 00050 20 1200 divert 8000 tcp from 212.179.173.176 to 206.168.112.90 00060 0 0 divert 8000 tcp from 206.168.112.90 to 212.179.173.176 00100 2308 635572 allow ip from any to any via lo0 00200 0 0 deny ip from any to 127.0.0.0/8 65000 32247 18345055 allow ip from any to any 65535 0 0 deny ip from any to any Where 212... is my local address and 206... is the remote address (just an example). As you can see 20 packets should have been diverted to socket 8000. In my program I use the following code (taken from natd) to receive the packets: divertInOut = socket (PF_INET, SOCK_RAW, IPPROTO_DIVERT); addr.sin_family = AF_INET; addr.sin_addr.s_addr= INADDR_ANY; addr.sin_port = DIVERT_PORT; bind(divertInOut, (struct sockaddr*) &addr, sizeof addr); origBytes = recvfrom (fd, packetBuf, sizeof packetBuf, 0, (struct sockaddr*) &packetAddr, &addrSize); .. but I get nothing! Any ideas what I'm doing wrong? Should I be sending this to freebsd-net mailing list? -- Nimrod. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 8:52: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx.emailqueue.net (mx0.emailqueue.net [209.75.5.2]) by hub.freebsd.org (Postfix) with ESMTP id 0D58B37C519; Sat, 15 Jul 2000 08:52:02 -0700 (PDT) (envelope-from gunnar@paganlibrary.com) Received: from mx0.emailqueue.net (209.75.4.21) by mx.emailqueue.net (8.9.3/8.9.3) with ESMTP id IAA04612; Sat, 15 Jul 2000 08:52:00 -0700 (PDT) (envelope-from gunnar@paganlibrary.com) Received: from gunnar.weygold.edu (pool0065.cvx4-bradley.dialup.earthlink.net [209.178.146.65]) by mx0.emailqueue.net (8.9.3/8.9.3) with SMTP id IAA41391; Sat, 15 Jul 2000 08:51:58 -0700 (PDT) From: Gunnar H Reichert-Weygold Organization: The Pagan Library To: John Baldwin Subject: RE: Boot loader CLEARING active parition flags??!?! Date: Sat, 15 Jul 2000 08:42:07 -0700 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain Cc: questions@FreeBSD.ORG, Gemini Domino References: In-Reply-To: MIME-Version: 1.0 Message-Id: <00071508435700.00308@gunnar.weygold.edu> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This has worked. With updating turned off the problem has gone away. Thank You! Thank You! Thank You! Thank You! Thank You! On Thu, 13 Jul 2000, John Baldwin wrote: > On 14-Jul-00 Gunnar H Reichert-Weygold wrote: > > I am having the same problem, which all started after I had to reinstall > > Win98. > > Win98 is on the first HD with FreeBSD on the 2nd HD. Every time I boot into > > BSD > > I lose the active partition setting on the first drive. > > So I go into sysinstall, choose FDISK, set the partition bootable and go > > about > > my work. > > When I reboot to go into wWindows everything is fine. > > > > Each time I boot BSD, the first HD is no longer set as bootable. > > > > I've done Fdisk /mbr and had no luck in preventing this. > > Ok, I'm not quite sure how you are booting into BSD, but let me > see if I get this ok. You have boot0 (?) on your first hard disk, > and press F1 for Windows, or F5 for disk 2 with BSD on it. When > you press F5 it changes your partition to not be active? Is that > ok so far? In that case, use the boot0cfg to disable the update > feature on your first disk. IOW, as root, type > > # boot0cfg -v -o noupdate ad0 > > HTH. > > -- > > John Baldwin -- http://www.FreeBSD.org/~jhb/ > PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc > "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Be careful and have a good time (mother's paradox curse) Gunnar H Reichert-Weygold The Pagan Library http://www.paganlibrary.com --------------------------- FreeBSD 3.4----------PalmOS Spam Filter Your Mail! Go to http://www.Brightmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 9:21:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 8FC8037B5C2; Sat, 15 Jul 2000 09:21:15 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.9.3/1.13) id TAA04784; Sat, 15 Jul 2000 19:20:38 +0300 (EEST) Date: Sat, 15 Jul 2000 19:20:37 +0300 From: Ruslan Ermilov To: Linh Pham Cc: Chandran , freebsd-questions@FreeBSD.ORG, Doug Rabson Subject: Re: Xserver problems with Intel 810e Message-ID: <20000715192037.B3919@sunbay.com> Mail-Followup-To: Linh Pham , Chandran , freebsd-questions@FreeBSD.ORG, Doug Rabson References: <4.3.2.7.0.20000714141307.00a97d30@nanoteknics.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from lplist@q.closedsrc.org on Fri, Jul 14, 2000 at 01:09:19PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jul 14, 2000 at 01:09:19PM -0700, Linh Pham wrote: > > Xfree86 on FreeBSD doesn't support the integrated video chipset used in > the i810e. It works on Linux, but support on BSD is behind :( > This is not true. The i810 AGP minidriver has been committed a few days ago into 5.0-CURRENT and (hopefully) will be available in FreeBSD 4.1-R. Yes, Doug? -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 9:25:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id 15F8E37B5E2; Sat, 15 Jul 2000 09:25:13 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Received: from localhost (lplist@localhost) by q.closedsrc.org (8.10.2/8.10.2) with ESMTP id e6FGNZc04027; Sat, 15 Jul 2000 09:23:36 -0700 (PDT) (envelope-from lplist@q.closedsrc.org) Date: Sat, 15 Jul 2000 09:23:35 -0700 (PDT) From: Linh Pham To: Ruslan Ermilov Cc: Chandran , freebsd-questions@FreeBSD.ORG, Doug Rabson Subject: Re: Xserver problems with Intel 810e In-Reply-To: <20000715192037.B3919@sunbay.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 Mind you, I haven't kept up with the XFree86 news, other than what I hear in these mailing lists. // Linh Pham // // Proud supporter of FreeBSD and OpenBSD // FreeBSD - http://www.freebsd.org // OpenBSD - http://www.openbsd.org /* "Oregon, n.: Eighty billion gallons of water with no place to go on Saturday night." */ On Sat, 15 Jul 2000, Ruslan Ermilov wrote: > On Fri, Jul 14, 2000 at 01:09:19PM -0700, Linh Pham wrote: > > > > Xfree86 on FreeBSD doesn't support the integrated video chipset used in > > the i810e. It works on Linux, but support on BSD is behind :( > > > This is not true. The i810 AGP minidriver has been committed a few days > ago into 5.0-CURRENT and (hopefully) will be available in FreeBSD 4.1-R. > Yes, Doug? > > -- > Ruslan Ermilov Oracle Developer/DBA, > ru@sunbay.com Sunbay Software AG, > ru@FreeBSD.org FreeBSD committer, > +380.652.512.251 Simferopol, Ukraine > > http://www.FreeBSD.org The Power To Serve > http://www.oracle.com Enabling The Information Age > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 9:34:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id B095E37B7A2; Sat, 15 Jul 2000 09:34:26 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 13DTiP-0006yr-00; Sat, 15 Jul 2000 16:18:53 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 13DTiP-000Ci2-00; Sat, 15 Jul 2000 16:18:53 +0100 Date: Sat, 15 Jul 2000 16:18:53 +0100 From: Ben Smithurst To: Paul Herman Cc: ganizani , freebsd-isp@FreeBSD.ORG, Randall Gellens , freebsd-questions@FreeBSD.ORG, qpopper@lists.pensive.org Subject: Re: Can't POP mail Message-ID: <20000715161853.G84045@strontium.scientia.demon.co.uk> References: <000501bfee62$b9f04440$03000004@sysanalyst.galaxy> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="rV8arf8D5Dod9UkK" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --rV8arf8D5Dod9UkK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Paul Herman wrote: > On Sat, 15 Jul 2000, ganizani wrote: >=20 >> Could someone provide a script that could rectify this problem for me. i= .e. >> set the ownership of each >> /var/mail/user to user. >=20 > for user in `ls`; do chown $user $user; done for user in *; ... No need to fork another process here. :-) --=20 Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D FreeBSD Documentation Project / --rV8arf8D5Dod9UkK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: fQH9dS4QBTDKB1OTMPzOQ5ty9Ovgwntf iQCVAwUBOXCA3SsPVtiZOS99AQFlNAP+Pxoi17So5rZYeSsXqI//aogi7gh/Ctkk pM8BR96XSzqDJw5o1eFqTU+HIr9kNl4wNvQ4L4F2l0ypibreAXzK91SW0L+cK6u4 U59QF7d9oeJ+EHKERTfuwXjQ1wylj07y8IltHv1bXfVbE4HFQyqZaZRjT4Jf5fpr 5s1o0UU1jE0= =lY4U -----END PGP SIGNATURE----- --rV8arf8D5Dod9UkK-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 9:49:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id E9A8137BB5E for ; Sat, 15 Jul 2000 09:49:50 -0700 (PDT) (envelope-from remco@r-buijk.demon.nl) Received: from [194.159.225.119] (helo=p2350) by post.mail.nl.demon.net with smtp (Exim 3.14 #2) id 13DV8D-0001F0-00 for freebsd-questions@freebsd.org; Sat, 15 Jul 2000 16:49:37 +0000 From: "remco" To: Subject: ppp /w microsoft compression Date: Sat, 15 Jul 2000 18:51:35 +0200 Message-ID: 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 IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I've installed FBSD 3.4 with a Teles S0 16.3 ISDN card including I4B, everything works fine when I connect to a ISP which is not using Microsoft Compression or any other compression (STAC). Does anybody now if there's a workaround or a patch available for the ppp daemon? Thx, Remco To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 9:51:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id EC0FF37B59B for ; Sat, 15 Jul 2000 09:51:16 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.9.3/1.13) id TAA05277; Sat, 15 Jul 2000 19:50:57 +0300 (EEST) Date: Sat, 15 Jul 2000 19:50:57 +0300 From: Ruslan Ermilov To: Linh Pham Cc: Chandran , freebsd-questions@FreeBSD.ORG Subject: Re: Xserver problems with Intel 810e Message-ID: <20000715195057.A5223@sunbay.com> Mail-Followup-To: Linh Pham , Chandran , freebsd-questions@FreeBSD.ORG References: <20000715192037.B3919@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from lplist@q.closedsrc.org on Sat, Jul 15, 2000 at 09:23:35AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jul 15, 2000 at 09:23:35AM -0700, Linh Pham wrote: > > Mind you, I haven't kept up with the XFree86 news, other than what I hear > in these mailing lists. > I think X folks could be not aware of this fact yet actually :-) > On Sat, 15 Jul 2000, Ruslan Ermilov wrote: > > > On Fri, Jul 14, 2000 at 01:09:19PM -0700, Linh Pham wrote: > > > > > > Xfree86 on FreeBSD doesn't support the integrated video chipset used in > > > the i810e. It works on Linux, but support on BSD is behind :( > > > > > This is not true. The i810 AGP minidriver has been committed a few days > > ago into 5.0-CURRENT and (hopefully) will be available in FreeBSD 4.1-R. > > Yes, Doug? > > > > -- > > Ruslan Ermilov Oracle Developer/DBA, > > ru@sunbay.com Sunbay Software AG, > > ru@FreeBSD.org FreeBSD committer, > > +380.652.512.251 Simferopol, Ukraine > > > > http://www.FreeBSD.org The Power To Serve > > http://www.oracle.com Enabling The Information Age > > > -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 9:54:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from clyde.goodleaf.net (piscator.seanet.com [199.181.165.218]) by hub.freebsd.org (Postfix) with ESMTP id 6B75E37B7A2 for ; Sat, 15 Jul 2000 09:54:27 -0700 (PDT) (envelope-from goodleaf@goodleaf.net) Received: from clyde.goodleaf.net (clyde.goodleaf.net [192.168.0.2]) by clyde.goodleaf.net (8.9.3/8.9.3) with ESMTP id KAA00282; Sat, 15 Jul 2000 10:09:05 -0700 (PDT) (envelope-from goodleaf@goodleaf.net) Date: Sat, 15 Jul 2000 10:09:05 -0700 (PDT) From: "J. Goodleaf" To: Dan Larsson Cc: FreeBSD Questions List Subject: Re: PGP and GPG on PINE In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've heard that pgpenvelope is great. Have never used it. I have used pgp4pine and found it to work well. It also handles gnupg. It basically acts as a filter for Pine, so it's small and relatively easy to set up.If you check the author's website you'll find screenshots showing the configuration process. It's pretty slick. Sorry I don't know the website off the top of my head... If you download from ports, make sure the version specified in the ports makefile is at least 1.75. The earlier version has trouble receiving cleartext sigs in certain circumstances. -John =============================== John Goodleaf goodleaf@goodleaf.net PGP key: finger goodleaf@clyde.goodleaf.net =============================== On Sat, 15 Jul 2000, Dan Larsson wrote: > Are there any howto's on configuring PINE to both handle GPG and PGP? > > Tips also welcome! > > Regards > +------ > Dan Larsson | Tel: +46 8 550 120 21 > Tyfon Svenska AB | Fax: +46 8 550 120 02 > Public PGP key | finger dl@hq1.tyfon.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 Sat Jul 15 10: 2:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cx111165-a.provd1.ri.home.com. (cx111165-a.provd1.ri.home.com [24.18.156.106]) by hub.freebsd.org (Postfix) with ESMTP id 47C7937B511 for ; Sat, 15 Jul 2000 10:02:35 -0700 (PDT) (envelope-from mtp@cx111165-a.provd1.ri.home.com) Received: (from mtp@localhost) by cx111165-a.provd1.ri.home.com. (8.9.3/8.9.3) id NAA02383 for freebsd-questions@freebsd.org; Sat, 15 Jul 2000 13:03:40 -0400 (EDT) (envelope-from mtp) Date: Sat, 15 Jul 2000 13:03:40 -0400 From: Matt Pillsbury To: freebsd-questions@freebsd.org Subject: make buildworld failure Message-ID: <20000715130340.C81336@straylight.NONE> Reply-To: pillsy@brown.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Organization: Procrastinators For a Better Tomorrow X-Sender: pillsy@brown.edu Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I've been trying to upgrade a 3.2-RELEASE system to 4.0, using the directions provided at http://www.mostgraveconcern.com/freebsd/3-4upgrade.html After cvsup and (mistakenly) configuring my kernel, I went to /usr/src and typed make buildworld. I got the following error message: cc -O -pipe -D_GNU_SOURCE -I- -I. -I/usr/src/gnu/usr.bin/binutils/objdump -I/usr/src/gnu/usr.bin/binutils/objdump/../libbfd/i386 -I/usr/src/gnu/usr.bin/binutils/objdump/../../../../contrib/binutils/include -I/usr/src/gnu/usr.bin/binutils/objdump/../libbinutils -I/usr/src/gnu/usr.bin/binutils/objdump/../../../../contrib/binutils/binutils -DBFD_VERSION=\"2.10.0\" -I/usr/obj/usr/src/i386/usr/include -o objdump objdump.o prdbg.o ../libbinutils/libbinutils.a ../libopcodes/libopcodes.a ../libbfd/libbfd.a ../libiberty/libiberty.a ../libiberty/libiberty.a(choose-temp.o): In function `make_temp_file': choose-temp.o(.text+0x264): undefined reference to `mkstemps' *** Error code 1 I think I saw something relevant about a failure in building libbfd on -stable, but the message was a week old, and it looked like the problem had been fixed. Any suggestions or hints as to which FM to R would be greatly appreciated. Many thanks, Matt -- Matt Pillsbury | (401) 351-2253 | pillsy@brown.edu | mtp@brsp.net | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 10:16:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from swan.prod.itd.earthlink.net (swan.prod.itd.earthlink.net [207.217.120.123]) by hub.freebsd.org (Postfix) with ESMTP id 985EA37BEBF for ; Sat, 15 Jul 2000 10:16:52 -0700 (PDT) (envelope-from egravel@earthlink.net) Received: from earthlink.net (hybrid-024-221-117-152.phoenix.speedchoice.com [24.221.117.152]) by swan.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id KAA24365 for ; Sat, 15 Jul 2000 10:16:51 -0700 (PDT) Message-ID: <39709D11.366DFEC3@earthlink.net> Date: Sat, 15 Jul 2000 10:19:14 -0700 From: Emmanuel Gravel X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Problems cvsuping for kernel Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When updating the sources with the supfile created by cvsupit, cvsup doesn't download the /usr/src/sys/crypto dir. Is there any other tag to place in other than src-all in the supfile to download that dir? I don't want to get all the sources for everything since I don't have that much space to spare on my hard drive and don't intend on making world. What tags do I need in the supfile, other than src-all, to get all the sources to compile a proper kernel, without having to get all the other sources? Thanks! Emmanuel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 10:18: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.one.net (mail3.one.net [206.112.192.120]) by hub.freebsd.org (Postfix) with ESMTP id E631137B5DD for ; Sat, 15 Jul 2000 10:17:58 -0700 (PDT) (envelope-from carleton@one.net) Received: from [216.23.33.96] ([216.23.33.96] EHLO miltonstreet.com ident: IDENT-NOT-QUERIED [port 14355]) by mail2.one.net with ESMTP id <15502-269>; Sat, 15 Jul 2000 13:17:45 -0400 Message-ID: <39709F70.BEE428D9@miltonstreet.com> From: Sam Carleton X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Questions Subject: which ostype for sendmail? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sat, 15 Jul 2000 13:17:36 -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am going through the O'Reilly book, sendmail. I have compied sendmail and currently am trying to create my own sendmail.cf. In the process I need to know which OSTYPE to use, there is no freebsd.m4. Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 10:36:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from server.baldwin.cx (server.geekhouse.net [64.81.6.52]) by hub.freebsd.org (Postfix) with ESMTP id B474237B6E1 for ; Sat, 15 Jul 2000 10:36:54 -0700 (PDT) (envelope-from john@baldwin.cx) Received: from john.baldwin.cx (root@john.baldwin.cx [192.168.1.18]) by server.baldwin.cx (8.9.3/8.9.3) with ESMTP id KAA03244; Sat, 15 Jul 2000 10:36:53 -0700 (PDT) (envelope-from john@baldwin.cx) Received: (from john@localhost) by john.baldwin.cx (8.9.3/8.9.3) id KAA14117; Sat, 15 Jul 2000 10:38:11 -0700 (PDT) (envelope-from john) Message-Id: <200007151738.KAA14117@john.baldwin.cx> X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <00071508435700.00308@gunnar.weygold.edu> Date: Sat, 15 Jul 2000 10:38:10 -0700 (PDT) From: John Baldwin To: Gunnar H Reichert-Weygold Subject: RE: Boot loader CLEARING active parition flags??!?! Cc: Gemini Domino , questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 15-Jul-00 Gunnar H Reichert-Weygold wrote: > This has worked. With updating turned off the problem has gone away. > > Thank You! Thank You! Thank You! Thank You! Thank You! Well, after 4.1 is out the door I'll come back and try to fix this problem better by having boot0 only change the active flag if a) update is turned on, and b) you pressed F1-F4. One thing that bothers me is that if you press F1 to boot Windows, that should have set the active flag on your Windows slice before booting it. If that is not being done then that bug needs to be fixed, which would make my workaround unnecessary. > On Thu, 13 Jul 2000, John Baldwin wrote: >> On 14-Jul-00 Gunnar H Reichert-Weygold wrote: >> > I am having the same problem, which all started after I had to reinstall >> > Win98. >> > Win98 is on the first HD with FreeBSD on the 2nd HD. Every time I boot into >> > BSD >> > I lose the active partition setting on the first drive. >> > So I go into sysinstall, choose FDISK, set the partition bootable and go >> > about >> > my work. >> > When I reboot to go into wWindows everything is fine. >> > >> > Each time I boot BSD, the first HD is no longer set as bootable. >> > >> > I've done Fdisk /mbr and had no luck in preventing this. >> >> Ok, I'm not quite sure how you are booting into BSD, but let me >> see if I get this ok. You have boot0 (?) on your first hard disk, >> and press F1 for Windows, or F5 for disk 2 with BSD on it. When >> you press F5 it changes your partition to not be active? Is that >> ok so far? In that case, use the boot0cfg to disable the update >> feature on your first disk. IOW, as root, type >> >> # boot0cfg -v -o noupdate ad0 >> >> HTH. >> >> -- >> >> John Baldwin -- http://www.FreeBSD.org/~jhb/ >> PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc >> "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ >> >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-questions" in the body of the message > -- > > Be careful and have a good time (mother's paradox curse) > > Gunnar H Reichert-Weygold > The Pagan Library > http://www.paganlibrary.com > --------------------------- > FreeBSD 3.4----------PalmOS > > Spam Filter Your Mail! > Go to http://www.Brightmail.com -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - 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 Sat Jul 15 10:40:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hawaii.rr.com (hnlmail1.hawaii.rr.com [24.25.227.33]) by hub.freebsd.org (Postfix) with ESMTP id 51E9537B542 for ; Sat, 15 Jul 2000 10:40:36 -0700 (PDT) (envelope-from yukarimail@mcn.ne.jp) Received: from localhost ([24.31.88.158]) by hawaii.rr.com with Microsoft SMTPSVC(5.5.1877.447.44); Sat, 15 Jul 2000 07:37:01 -1000 X-Sender: yukarimail@mcn.ne.jp From: Yukari To: "hi" Date: Sat, 15 Jul 2000 07:35:12 -1000 Subject: ŽÐ‰ï•×‹­ MIME-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Message-ID: <09fc90137170f70HNLMAIL1@hawaii.rr.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ‚¨‚ß‚Å‚Æ‚¤I ‡Šij‚¢‚¾‚æ`B ‚È‚ñ‚ÆAu¶ƒGƒbƒ`v‚ªŒ©‚ê‚é‚æB ‚µ‚©‚àAƒ^ƒ_‚È‚Ì‚¾B ŽÐ‰ï•×‹­‚Ì‚½‚ß‚ÉŒ©‚Ä‚¿‚åB http://216.101.214.74/LoveLovePussyKing/index-namasex.html ‚»‚ꂶ‚áA‚Ü‚½‚Ë[B ‚ä‚©‚è To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 10:44: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from chiba.3jane.net (chiba.3jane.net [207.170.70.27]) by hub.freebsd.org (Postfix) with ESMTP id C96E337B598 for ; Sat, 15 Jul 2000 10:44:04 -0700 (PDT) (envelope-from damon@chiba.3jane.net) Received: from chiba.3jane.net (localhost [127.0.0.1]) by chiba.3jane.net (8.9.3/8.9.3) with ESMTP id MAA77143 for ; Sat, 15 Jul 2000 12:43:51 -0500 (CDT) Message-Id: <200007151743.MAA77143@chiba.3jane.net> To: questions@freebsd.org Subject: anoncvs broken? Date: Sat, 15 Jul 2000 12:43:51 -0500 From: "Damon M. Conway" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG is anoncvs broken? everytime i try to login and sync the ports i get the following: damon@insanity > cvs login (Logging in to anoncvs@anoncvs.FreeBSD.org) CVS password: cvs [login aborted]: connect to anoncvs.FreeBSD.org:2401 failed: Connection refused here is my cvsroot setting: damon@insanity > echo $CVSROOT :pserver:anoncvs@anoncvs.FreeBSD.org:/home/ncvs and damon@insanity > uname -a FreeBSD insanity 4.0-RELEASE FreeBSD 4.0-RELEASE #1: Mon Jun 12 14:30:55 CDT 2000 root@insanity:/usr/src/sys/compile/insanity i386 is anyone else having this problem? damon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 10:45: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rfhs8012.fh-regensburg.de (rfhs8012.fh-regensburg.de [194.95.108.29]) by hub.freebsd.org (Postfix) with ESMTP id 96FB337B6DD for ; Sat, 15 Jul 2000 10:45:03 -0700 (PDT) (envelope-from feyrer@rfhs8012.fh-regensburg.de) Received: from rfhpc8320.fh-regensburg.de (feyrer@rfhpc8320 [194.95.108.32]) by rfhs8012.fh-regensburg.de (8.10.1/8.10.1) with ESMTP id e6FHiQ310938 for ; Sat, 15 Jul 2000 19:44:26 +0200 (MET DST) Received: (from feyrer@localhost) by rfhpc8320.fh-regensburg.de (8.9.1/8.8.3) id TAA06093; Sat, 15 Jul 2000 19:45:02 +0200 (MET DST) Date: Sat, 15 Jul 2000 19:45:02 +0200 (MET DST) From: Hubert Feyrer X-Sender: feyrer@rfhpc8320.fh-regensburg.de Reply-To: hubert.feyrer@informatik.fh-regensburg.de To: questions@freebsd.org Subject: anoncvs 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'm following the anoncvs steps at http://www.freebsd.org/handbook/synching.html#ANONCVS: noon% cvs -d :pserver:anoncvs@anoncvs.FreeBSD.org:/home/ncvs login (Logging in to anoncvs@anoncvs.FreeBSD.org) CVS password: (anoncvs) cvs [login aborted]: connect to anoncvs.FreeBSD.org:2401 failed: Connection refused I can ping the machine etc. - please drop me a note when it's up again. Or is there a list of anoncvs mirrors that I've missed? - Hubert -- NetBSD - because Unix isn't just #include , i386, ILP32, ELF, ...! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 11:12:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from stud.alakhawayn.ma (stud.alakhawayn.ma [193.194.63.94]) by hub.freebsd.org (Postfix) with ESMTP id 7AB3437BA7F for ; Sat, 15 Jul 2000 11:12:32 -0700 (PDT) (envelope-from 961BE653994@stud.alakhawayn.ma) Received: from localhost (961BE653994@localhost) by stud.alakhawayn.ma (8.9.0/8.9.0) with SMTP id SAA13993 for ; Sat, 15 Jul 2000 18:09:40 GMT Date: Sat, 15 Jul 2000 18:09:40 +0000 (GMT) From: Ali Alaoui El Hassani <961BE653994@stud.alakhawayn.ma> To: FreeBSD-Questions@FreeBSD.ORG Subject: Ipsec FreeBSD 3.3i????????????????????????????? Message-ID: 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, Is there any ipsec patch fro Freebsd 3.3? I looked in the kame project but the packages are just for FreeBSD 3.1 3.2. Any hints ? Thanx Ali. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 11:21:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scaup.prod.itd.earthlink.net (scaup.prod.itd.earthlink.net [207.217.121.49]) by hub.freebsd.org (Postfix) with ESMTP id 8000E37B56C for ; Sat, 15 Jul 2000 11:21:25 -0700 (PDT) (envelope-from egravel@earthlink.net) Received: from earthlink.net (hybrid-024-221-117-152.phoenix.speedchoice.com [24.221.117.152]) by scaup.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id LAA26111 for ; Sat, 15 Jul 2000 11:21:22 -0700 (PDT) Message-ID: <3970AC35.456F3882@earthlink.net> Date: Sat, 15 Jul 2000 11:23:49 -0700 From: Emmanuel Gravel X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Other problems compiling kernel Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Got this error message when compiling. I can usually work around C problems, however assembler is another story... cc -c -x assembler-with-cpp -DLOCORE -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../i386/i386/bioscall.s /tmp/ccVA5358.s: Assembler messages: /tmp/ccVA5358.s:773: Error: operands given don't match any known 386 instruction /tmp/ccVA5358.s:838: Error: operands given don't match any known 386 instruction *** Error code 1 So anyone know what I should do now? Got the latest sources today... Thanks! Emmanuel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 11:43:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.nwlink.com (smtp.nwlink.com [209.20.130.57]) by hub.freebsd.org (Postfix) with ESMTP id ADA8237B613 for ; Sat, 15 Jul 2000 11:43:29 -0700 (PDT) (envelope-from jcwells@nwlink.com) Received: from utah (jcwells@utah.nwlink.com [209.20.130.41]) by smtp.nwlink.com (8.9.3/8.9.3) with SMTP id LAA05072; Sat, 15 Jul 2000 11:43:27 -0700 (PDT) Date: Sat, 15 Jul 2000 11:55:19 -0700 (PDT) From: "Jason C. Wells" X-Sender: jcwells@utah To: Jeremy Warner Cc: "freebsd-questions@FreeBS" Subject: Re: Amanda backups of windows file system? In-Reply-To: <004501bfedbe$33f497a0$1001a8c0@northwesttechnical.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, 14 Jul 2000, Jeremy Warner wrote: > Does anyone know where I can get info on backing up windows file systems > using amanda, > I already have amanda backing up my FreeBSD systems, but I need to include > my NT Servers as well "Unix Backup & Recovery" is an indispensable book in this regard. The chapter covering Amanda is on the net somewhere. Start at amanda.org to find the link. Thank you, Jason C. Wells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 11:48:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.nwlink.com (smtp.nwlink.com [209.20.130.57]) by hub.freebsd.org (Postfix) with ESMTP id 9A72337B5B5 for ; Sat, 15 Jul 2000 11:48:25 -0700 (PDT) (envelope-from jcwells@nwlink.com) Received: from utah (jcwells@utah.nwlink.com [209.20.130.41]) by smtp.nwlink.com (8.9.3/8.9.3) with SMTP id LAA05432; Sat, 15 Jul 2000 11:48:23 -0700 (PDT) Date: Sat, 15 Jul 2000 12:00:15 -0700 (PDT) From: "Jason C. Wells" X-Sender: jcwells@utah To: "David J. Kanter" Cc: FreeBSD questions Subject: Re: Is Kerberos IV in base system? In-Reply-To: <20000714230841.A23713@localhost.localdomain> Message-ID: 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, 14 Jul 2000, David J. Kanter wrote: > I'm a bit confused. Is KerberosIV in the base 4.X system? It looks that way > (kinit and such are installed) but then why is there a variable for Kerberos > in the /etc/defaults/make.conf? Some people want kerberos and some don't. Some want KrbV and not KrbIV. Some want both. I believe there are sufficient variables to allow a person to include what ever combination they desire. (though all of thase may not be in make.conf) Thank you, Jason C. Wells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 12:35: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tisch.mail.mindspring.net (tisch.mail.mindspring.net [207.69.200.157]) by hub.freebsd.org (Postfix) with ESMTP id EFD9037B67F; Sat, 15 Jul 2000 12:35:03 -0700 (PDT) (envelope-from computerdeity@geocities.com) Received: from castor (pool-209-138-151-61-tmpa.grid.net [209.138.151.61]) by tisch.mail.mindspring.net (8.9.3/8.8.5) with SMTP id PAA08985; Sat, 15 Jul 2000 15:35:00 -0400 (EDT) Message-ID: <001001bfee93$c26586e0$520ffea9@castor> From: "Gemini Domino" To: "John Baldwin" , "Gunnar H Reichert-Weygold" Cc: References: <200007151738.KAA14117@john.baldwin.cx> Subject: Re: Boot loader CLEARING active parition flags??!?! Date: Sat, 15 Jul 2000 15:34: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 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In my case, if you press F1 to boot windows, its fine. But once you press F5, ad0 doesnt have a flag anymore. Maybe its just that certain BIOSes dont recognize active partitions on secondary or slave drives? ********* "To live alone one must be a beast or a god, says Aristotle. Leaving out the third case: one must be both -- a philosopher" "The better the state is established, the fainter is humanity. To make the individual uncomfortable, that is my task." "A great value of antiquity lies in the fact that its writings are the only ones that modern men still read with exactness." "The bite of conscience, like the bite of a dog into a stone, is a stupidity." Friedrich Wilhelm Nietzsche ----- Original Message ----- From: "John Baldwin" To: "Gunnar H Reichert-Weygold" Cc: "Gemini Domino" ; Sent: Saturday, July 15, 2000 13:38 Subject: RE: Boot loader CLEARING active parition flags??!?! > > On 15-Jul-00 Gunnar H Reichert-Weygold wrote: > > This has worked. With updating turned off the problem has gone away. > > > > Thank You! Thank You! Thank You! Thank You! Thank You! > > Well, after 4.1 is out the door I'll come back and try to fix this > problem better by having boot0 only change the active flag if a) > update is turned on, and b) you pressed F1-F4. One thing that bothers > me is that if you press F1 to boot Windows, that should have set the > active flag on your Windows slice before booting it. If that is not > being done then that bug needs to be fixed, which would make my > workaround unnecessary. > > > On Thu, 13 Jul 2000, John Baldwin wrote: > >> On 14-Jul-00 Gunnar H Reichert-Weygold wrote: > >> > I am having the same problem, which all started after I had to reinstall > >> > Win98. > >> > Win98 is on the first HD with FreeBSD on the 2nd HD. Every time I boot into > >> > BSD > >> > I lose the active partition setting on the first drive. > >> > So I go into sysinstall, choose FDISK, set the partition bootable and go > >> > about > >> > my work. > >> > When I reboot to go into wWindows everything is fine. > >> > > >> > Each time I boot BSD, the first HD is no longer set as bootable. > >> > > >> > I've done Fdisk /mbr and had no luck in preventing this. > >> > >> Ok, I'm not quite sure how you are booting into BSD, but let me > >> see if I get this ok. You have boot0 (?) on your first hard disk, > >> and press F1 for Windows, or F5 for disk 2 with BSD on it. When > >> you press F5 it changes your partition to not be active? Is that > >> ok so far? In that case, use the boot0cfg to disable the update > >> feature on your first disk. IOW, as root, type > >> > >> # boot0cfg -v -o noupdate ad0 > >> > >> HTH. > >> > >> -- > >> > >> John Baldwin -- http://www.FreeBSD.org/~jhb/ > >> PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc > >> "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ > >> > >> > >> To Unsubscribe: send mail to majordomo@FreeBSD.org > >> with "unsubscribe freebsd-questions" in the body of the message > > -- > > > > Be careful and have a good time (mother's paradox curse) > > > > Gunnar H Reichert-Weygold > > The Pagan Library > > http://www.paganlibrary.com > > --------------------------- > > FreeBSD 3.4----------PalmOS > > > > Spam Filter Your Mail! > > Go to http://www.Brightmail.com > > -- > > John Baldwin -- http://www.FreeBSD.org/~jhb/ > PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc > "Power Users Use the Power to Serve!" - 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 Sat Jul 15 12:39: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 373DB37B52E for ; Sat, 15 Jul 2000 12:38:50 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 13DVxO-0007Bm-00; Sat, 15 Jul 2000 18:42:30 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 13DVxN-000D0w-00; Sat, 15 Jul 2000 18:42:29 +0100 Date: Sat, 15 Jul 2000 18:42:29 +0100 From: Ben Smithurst To: Sam Carleton Cc: FreeBSD Questions Subject: Re: which ostype for sendmail? Message-ID: <20000715184229.O84045@strontium.scientia.demon.co.uk> References: <39709F70.BEE428D9@miltonstreet.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="ibq+fG+Ci5ONsaof" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <39709F70.BEE428D9@miltonstreet.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --ibq+fG+Ci5ONsaof Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Sam Carleton wrote: > I am going through the O'Reilly book, sendmail. I have compied sendmail > and currently am trying to create my own sendmail.cf. In the process I > need to know which OSTYPE to use, there is no freebsd.m4. bsd4.4. --=20 Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D FreeBSD Documentation Project / --ibq+fG+Ci5ONsaof Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: N6Dsr8a9ERd/5ZjP5eMgMh63bF+IoN6C iQCVAwUBOXCihSsPVtiZOS99AQGZgQP9HbGkIcY+4KSIF+mV2dBel3SpYa7RGGTb 0iTBNRoDiltSMxRdUMpv5rShye+dUazdfbPbR6VEn194/tuPnoqIjqntmn+1V13I JxHgIokBGXFW+oZSXqTSeSJ8wmQSqHqkyziWOA5u5klyaUpqPyRMTSIEfFOOjggt KJGg+V7MssI= =EnLz -----END PGP SIGNATURE----- --ibq+fG+Ci5ONsaof-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 12:43:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from osiris.ipform.ru (osiris.ipform.ru [212.158.165.98]) by hub.freebsd.org (Postfix) with ESMTP id 8C46C37B52E; Sat, 15 Jul 2000 12:43:27 -0700 (PDT) (envelope-from matrix@ipform.ru) Received: from wp2 (wp2 [192.168.0.12]) by osiris.ipform.ru (8.9.3/8.9.3) with SMTP id XAA00918; Sat, 15 Jul 2000 23:43:37 +0400 (MSD) (envelope-from matrix@ipform.ru) Message-ID: <002b01bfee94$77381d80$0c00a8c0@ipform.ru> From: "Artem Koutchine" To: Cc: Subject: VMWare locks up after last cvsuo of 4.0-stable Date: Sat, 15 Jul 2000 23:23:21 +0400 Organization: IP Form MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just made a cvsup of 4.0-stable (18:00 2000/07/15) and now when i run VMware 2.0.1.570 (the lastest from ports) the whole system locks up and dies (sometimes reboots). I ran nicely before, and now it locksup even before booting windows (sometime it start booting though). I desconnected CD-ROM and Floppy - no luck. Also, why MD5 options disappeareed from KERNEL config? Artem To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 12:54:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lerami.lerctr.org (lerami.lerctr.org [207.158.72.11]) by hub.freebsd.org (Postfix) with ESMTP id D065737B8CE for ; Sat, 15 Jul 2000 12:54:21 -0700 (PDT) (envelope-from ler@lerctr.org) Received: (from ler@localhost) by lerami.lerctr.org (8.10.1/8.10.1/20000715) id e6FJsK417308 for freebsd-questions@freebsd.org; Sat, 15 Jul 2000 14:54:20 -0500 (CDT) From: Larry Rosenman Message-Id: <200007151954.e6FJsK417308@lerami.lerctr.org> Subject: SendMail 8.10 To: freebsd-questions@freebsd.org Date: Sat, 15 Jul 2000 14:54:20 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL79 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Any chance of Sendmail 8.10.2 being integrated into -STABLE before 4.1 goes -RELEASE? Larry -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 (voice) Internet: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 13:38:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.bigstudios.com (mail.bigstudios.com [216.126.75.201]) by hub.freebsd.org (Postfix) with ESMTP id DF31737B5D6 for ; Sat, 15 Jul 2000 13:38:08 -0700 (PDT) (envelope-from drek@bigstudios.com) Received: from localhost([127.0.0.1]) (1499 bytes) by mail.bigstudios.com via sendmail with P:esmtp/R:bind_hosts/T:smtp (sender: ) id for ; Sat, 15 Jul 2000 16:38:03 -0400 (EDT) (Smail-3.2.0.111 2000-Feb-17 #1 built 2000-Jul-5) Date: Sat, 15 Jul 2000 16:38:02 -0400 (EDT) From: Agent Drek To: Chris Olsen <2colsen@home.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Support for AHA 2930CU In-Reply-To: <000801bfee67$be326880$c6bb7018@cr753026a> Message-ID: 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, 15 Jul 2000, Chris Olsen wrote: > Hi, I was looking forward to getting FreeBSD installed and playing around. I'm not certain although I think it supports my current NIC, an NDC Sohoware FE 10/100, which is great, because Linux does not like this card. But FreeBSD does not like my SCSI card, and adaptec 2930CU. I start installing and the install media cannot be found. My CD ROM and burner are on this card. Plus is supports the HPT 366 controller, I thought great, this could be the os I run with my BP6, seems to support everything out of the box, but then the SCSI card just doesn't show up, I can't even tell it it's a 78XX chipset just to see if that works. If you can tell me of some fix or workaround, please drop me a line. > > Thanks, > > Chris Olsen > messy mail dude. I've had a 2930CU since FreeBSD 3.4 . What version are you trying? Mine werk's fine. cheers, -- Agent Drek 'digital plumber' drek@bigstudios.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 13:41:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay2.inwind.it (relay2.inwind.it [212.141.53.73]) by hub.freebsd.org (Postfix) with ESMTP id A657737B6A1 for ; Sat, 15 Jul 2000 13:41:21 -0700 (PDT) (envelope-from bartequi@inwind.it) Received: from bartequi.ottodomain.org (212.141.78.158) by relay2.inwind.it; 15 Jul 2000 22:41:19 +0200 From: Salvo Bartolotta Date: Sat, 15 Jul 2000 21:42:19 GMT Message-ID: <20000715.21421900@bartequi.ottodomain.org> Subject: Re: Other problems compiling kernel To: Emmanuel Gravel , freebsd-questions@FreeBSD.ORG In-Reply-To: <3970AC35.456F3882@earthlink.net> References: <3970AC35.456F3882@earthlink.net> X-Mailer: SuperCalifragilis X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 7/15/00, 7:23:49 PM, Emmanuel Gravel wrote=20 regarding Other problems compiling kernel: > Got this error message when compiling. I can usually work around C > problems, > however assembler is another story... > cc -c -x assembler-with-cpp -DLOCORE -O -Wall -Wredundant-decls > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi > -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include > opt_global.h -elf -mpreferred-stack-boundary=3D2 > ../../i386/i386/bioscall.s > /tmp/ccVA5358.s: Assembler messages: > /tmp/ccVA5358.s:773: Error: operands given don't match any known 386 > instruction > /tmp/ccVA5358.s:838: Error: operands given don't match any known 386 > instruction > *** Error code 1 > So anyone know what I should do now? Got the latest sources today... > Thanks! > Emmanuel Dear Emmanuel Gravel, I may be completely wrong, but I am afraid you have tried to compile=20 your kernel (under 4-STABLE) utilizing the standard procedure. The 4-STABLE branch has recently received significant code=20 contributions which simply require a **different** build procedure;=20 the -stable forum has discussed the problems as well as the details of=20 the procedure in the past few days. ------ From Kris Kennaway's warning as of 10 July 2000 ------ Summary of Officially Sanctioned Update Procedure: make buildworld make buildkernel make installkernel shutdown (drop into single-user mode) make installworld mergemaster reboot Depart from the above procedure at your own risk. -------------------------------------------------------------- N.B. This procedure should create a /GENERIC kernel.=20 You will use chflags noschg/schg in order to be able to subsequently mov= e=20 (ie rename) the kernels (kernel --> kernel.old; GENERIC --> kernel).=20 Other "gory" details (e.g. how to manage a /WHATEVER kernel) in the=20 archives :-) Also, using the new procedure should be *safe* whenever you have=20 cvsup'ed your source tree; when you don't update your sources, you can=20 use the old standard method (config [-r], make depend; make; make=20 install). HTH, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 13:45:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id 83BAF37B5D6 for ; Sat, 15 Jul 2000 13:45:17 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [206.159.132.160]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.4) with ESMTP id ; Sat, 15 Jul 2000 13:47:21 -0700 Message-ID: <3970CD40.E1F8508C@3-cities.com> Date: Sat, 15 Jul 2000 13:44:48 -0700 From: Kent Stewart Organization: BOSSig (BOSS Internet Group) X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: pillsy@brown.edu Cc: freebsd-questions@FreeBSD.ORG Subject: Re: make buildworld failure References: <20000715130340.C81336@straylight.NONE> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Matt Pillsbury wrote: > > Hello, > > I've been trying to upgrade a 3.2-RELEASE system to 4.0, using the > directions provided at > > http://www.mostgraveconcern.com/freebsd/3-4upgrade.html > > After cvsup and (mistakenly) configuring my kernel, I went to /usr/src > and typed make buildworld. I'm in the middle of cvsuping two machines to 4.1-RC, which is the current version of RELENG_4. I'm not having any problems doing a build world. You should make sure that what you did conforms to what is in /usr/src/UPDATING. It may have changed since that article on 3-4upgrade was written. You should also be discussing this on the proper list. FreeBSD-stable is where this should be going on. If you aren't following -stable, you could have cvsup'ed in the middle of Kris' KAME upgrade and fubar'ed your system by plowing ahead with blindfolds on. Good luck, Kent > > I got the following error message: > > cc -O -pipe -D_GNU_SOURCE -I- -I. -I/usr/src/gnu/usr.bin/binutils/objdump > -I/usr/src/gnu/usr.bin/binutils/objdump/../libbfd/i386 -I/usr/src/gnu/usr.bin/binutils/objdump/../../../../contrib/binutils/include -I/usr/src/gnu/usr.bin/binutils/objdump/../libbinutils -I/usr/src/gnu/usr.bin/binutils/objdump/../../../../contrib/binutils/binutils -DBFD_VERSION=\"2.10.0\" -I/usr/obj/usr/src/i386/usr/include -o objdump objdump.o prdbg.o ../libbinutils/libbinutils.a ../libopcodes/libopcodes.a ../libbfd/libbfd.a ../libiberty/libiberty.a > ../libiberty/libiberty.a(choose-temp.o): In function `make_temp_file': > choose-temp.o(.text+0x264): undefined reference to `mkstemps' > *** Error code 1 > > I think I saw something relevant about a failure in building libbfd on > -stable, but the message was a week old, and it looked like the > problem had been fixed. > > Any suggestions or hints as to which FM to R would be greatly > appreciated. > > Many thanks, > Matt > > -- > Matt Pillsbury | (401) 351-2253 | > pillsy@brown.edu | mtp@brsp.net | > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ Bomber dropping fire retardant in front of Hanford Wild fire. http://www.3-cities.com/~kstewart/bomber.jpg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 14:14:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id F215637B779 for ; Sat, 15 Jul 2000 14:14:47 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [206.159.132.160]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.4) with ESMTP id ; Sat, 15 Jul 2000 14:16:51 -0700 Message-ID: <3970D42A.7BFDB78E@3-cities.com> Date: Sat, 15 Jul 2000 14:14:18 -0700 From: Kent Stewart Organization: BOSSig (BOSS Internet Group) X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Emmanuel Gravel Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problems cvsuping for kernel References: <39709D11.366DFEC3@earthlink.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Emmanuel Gravel wrote: > > When updating the sources with the supfile created by > cvsupit, cvsup doesn't download the /usr/src/sys/crypto > dir. Is there any other tag to place in other than src-all > in the supfile to download that dir? I don't want to get > all the sources for everything since I don't have that > much space to spare on my hard drive and don't intend on > making world. What tags do I need in the supfile, other > than src-all, to get all the sources to compile a proper > kernel, without having to get all the other sources? Crypto is part of src-all now. You can comment it out. You didn't miss anything on your cvsup. You just received an informative message. Kent > > Thanks! > > Emmanuel > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ Bomber dropping fire retardant in front of Hanford Wild fire. http://www.3-cities.com/~kstewart/bomber.jpg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 14:24:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt052n3e.san.rr.com (dt052n3e.san.rr.com [204.210.33.62]) by hub.freebsd.org (Postfix) with ESMTP id 26F2637B7F3; Sat, 15 Jul 2000 14:24:40 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (master [10.0.0.2]) by dt052n3e.san.rr.com (8.9.3/8.9.3) with ESMTP id OAA48361; Sat, 15 Jul 2000 14:24:39 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <3970D697.ED97E9E6@gorean.org> Date: Sat, 15 Jul 2000 14:24:39 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Ben Smithurst Cc: Daniel Schrock , freebsd-questions Subject: Re: I cvsup'd, now nfs filesystems won't mount! References: <003201bfeddc$659e3b80$0271a8c0@anonymousdaemon.org> <20000714231246.C84045@strontium.scientia.demon.co.uk> <001201bfee1f$69428ff0$0271a8c0@anonymousdaemon.org> <20000715132708.D84045@strontium.scientia.demon.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ben Smithurst wrote: > > Daniel Schrock wrote: > > > ps axl | grep nfs reports: > > root 66 0.0 0.2 384 224 con- D 12:42AM 0:00.00 > > nfs gateway:/savedisk /savedisk (mount_nfs) > > You need nfsiod running on the client. nfs_client_enable=YES in > /etc/rc.conf, or run 'nfsiod -n 4' to start it manually. nfsiod is not a requirement, but it does help. > I think you may have to reboot for now -- you may have problems getting the > process listed above to die. kill -9 never worked for me in those cases. *Nod* Unfortunately, nfs is one of those things that sometimes require "the microsoft solution" as we refer to it at work. Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 14:52:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.flashcom.net (3ff83059.dsl.flashcom.net [63.248.48.89]) by hub.freebsd.org (Postfix) with ESMTP id E5B5F37B516 for ; Sat, 15 Jul 2000 14:52:31 -0700 (PDT) (envelope-from cgaff@mail.flashcom.net) Received: (from cgaff@localhost) by mail.flashcom.net (8.9.3/8.9.3) id QAA01039; Sat, 15 Jul 2000 16:47:48 -0500 (CDT) (envelope-from cgaff) Date: Sat, 15 Jul 2000 16:47:48 -0500 From: "Corey G." To: Salvo Bartolotta Cc: Emmanuel Gravel , freebsd-questions@FreeBSD.ORG Subject: Re: Other problems compiling kernel Message-ID: <20000715164747.A1015@flashcom.net> References: <3970AC35.456F3882@earthlink.net> <20000715.21421900@bartequi.ottodomain.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <20000715.21421900@bartequi.ottodomain.org>; from bartequi@inwind.it on Sat, Jul 15, 2000 at 09:42:19PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is true. On Sat, Jul 15, 2000 at 09:42:19PM +0000, Salvo Bartolotta wrote: > >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< > > On 7/15/00, 7:23:49 PM, Emmanuel Gravel wrote > regarding Other problems compiling kernel: > > > > Got this error message when compiling. I can usually work around C > > problems, > > however assembler is another story... > > > cc -c -x assembler-with-cpp -DLOCORE -O -Wall -Wredundant-decls > > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes > > -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi > > -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include > > opt_global.h -elf -mpreferred-stack-boundary=2 > > ../../i386/i386/bioscall.s > > /tmp/ccVA5358.s: Assembler messages: > > /tmp/ccVA5358.s:773: Error: operands given don't match any known 386 > > instruction > > /tmp/ccVA5358.s:838: Error: operands given don't match any known 386 > > instruction > > *** Error code 1 > > > So anyone know what I should do now? Got the latest sources today... > > > Thanks! > > > Emmanuel > > > > Dear Emmanuel Gravel, > > I may be completely wrong, but I am afraid you have tried to compile > your kernel (under 4-STABLE) utilizing the standard procedure. > > The 4-STABLE branch has recently received significant code > contributions which simply require a **different** build procedure; > the -stable forum has discussed the problems as well as the details of > the procedure in the past few days. > > ------ From Kris Kennaway's warning as of 10 July 2000 ------ > > Summary of Officially Sanctioned Update Procedure: > > make buildworld > make buildkernel > make installkernel > shutdown (drop into single-user mode) > make installworld > mergemaster > reboot > > Depart from the above procedure at your own risk. > > -------------------------------------------------------------- > > N.B. This procedure should create a /GENERIC kernel. > You will use chflags noschg/schg in order to be able to subsequently move > (ie rename) the kernels (kernel --> kernel.old; GENERIC --> kernel). > > Other "gory" details (e.g. how to manage a /WHATEVER kernel) in the > archives :-) > > Also, using the new procedure should be *safe* whenever you have > cvsup'ed your source tree; when you don't update your sources, you can > use the old standard method (config [-r], make depend; make; make > install). > > HTH, > Salvo > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message ---end quoted text--- -- Best Regards, Corey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 15:12: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.networkone.net (mail.networkone.net [209.144.112.75]) by hub.freebsd.org (Postfix) with SMTP id 6B2A837B847 for ; Sat, 15 Jul 2000 15:11:50 -0700 (PDT) (envelope-from reader@newsguy.com) Received: (qmail 14366 invoked from network); 15 Jul 2000 22:11:48 -0000 Received: from adsl-117-113.ln.networkone.net (HELO reader.ptw.com) (209.144.117.113) by mail.networkone.net with SMTP; 15 Jul 2000 22:11:48 -0000 Received: (from reader@localhost) by reader.ptw.com (8.9.3/8.9.3) id PAA16070; Sat, 15 Jul 2000 15:11:39 -0700 To: freebsd-questions@FreeBSD.ORG Subject: [OT alert!]freeWAIS-sf From: Harry Putnam Date: 15 Jul 2000 15:10:03 -0700 Message-ID: User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Lines: 22 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've been trying to learn and work with freeWAIS-sf. I've not even been able to get it installed on my linux box. `make' breaks with far too many problems to discuss here. Trouble is there is no place to discuss it. `comp.infosystems.wais' is nearly dead. Apparently freeWAIS is not a popular app, and then some. I finally went so far as to install FreeBSD-4.0 on my laptop thinking the ported for FreeBSD version would install easily. It did and I have it running now. But still having major trouble getting working databases built and query syntax working. The FreeWAIS documentation is written at a pretty high level. Not really for newbies, so isn't much help. (why do manpage authors do that?) I'm hoping there may be some seasoned FreeWAIS-sf users here who don't mind discussing it privately. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 15:12:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web705.mail.yahoo.com (web705.mail.yahoo.com [128.11.23.25]) by hub.freebsd.org (Postfix) with SMTP id 9368837B863 for ; Sat, 15 Jul 2000 15:12:18 -0700 (PDT) (envelope-from dollarbilfjr@yahoo.com) Received: (qmail 3076 invoked by uid 60001); 15 Jul 2000 22:12:18 -0000 Message-ID: <20000715221218.3075.qmail@web705.mail.yahoo.com> Received: from [24.14.206.104] by web705.mail.yahoo.com; Sat, 15 Jul 2000 15:12:18 PDT Date: Sat, 15 Jul 2000 15:12:18 -0700 (PDT) From: bill fiore Subject: cable modem setup To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i have FBSD 2.2.1 (yes its old) i have setup /etc/hosts i dont have the format for /etc/gateways and the routed program complains about it. ep0 is the driver used...it is recognized on bootup and by using ifconfig...i can get netstat -au to say its up and running. i sure would like to get this running. previous responders suggested settin up /etc/resolv but i dont have one...nor do i have the format for one plus i dont think my version of FBSD-2.2.1 knows about it! thanx in advance ===== William F. Fiore Jr. ($bilfjr) <<<<< N.B. new address 88 harris av cranston, R.I. 02910 USA 401-946-5703 USA EST (voice/vmail) 1-877-789-1992 USA (vmail/fax - toll free) dollarbilfjr@yahoo.com www.geocities.com/dollarbilfjr/dollarbilfjr.html __________________________________________________ Do You Yahoo!? Get Yahoo! Mail – Free email you can access from anywhere! http://mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 15:23:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.bna.bellsouth.net (mail1.bna.bellsouth.net [205.152.150.13]) by hub.freebsd.org (Postfix) with ESMTP id C8CF937B543 for ; Sat, 15 Jul 2000 15:23:45 -0700 (PDT) (envelope-from lauasanf@bellsouth.net) Received: from damage (adsl-61-188-90.bna.bellsouth.net [208.61.188.90]) by mail1.bna.bellsouth.net (3.3.5alt/0.75.2) with SMTP id SAA02576 for ; Sat, 15 Jul 2000 18:23:44 -0400 (EDT) From: Laurence Sanford Reply-To: lauasanf@bellsouth.net To: questions@freebsd.org Subject: PPPoE && NATD && stalling connections.. Date: Sat, 15 Jul 2000 16:26:51 -0500 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <00071516300701.02895@damage> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I've setup PPPoE on FBSD, and NATD as well. I posted a message last night that I couldn't get natd to work. I have a feeling that natd is not works working now, but rather, I've started ppp with the -nat switch, and the rest of my network can connect now, but the connections stall when you try to load a web site. Can anyone lend any insight on fixxing this? Thanks. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Drew Sanford Email: lauasanf@bellsouth.net ICQ: 8690555 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= "My mother said to me, if you become a soldier, you'll be a general, if you become a monk, you'll end up as the pope. Instead I became a painter and wound up as Picasso." -- Pablo Picasso To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 15:24:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from harrier.prod.itd.earthlink.net (harrier.prod.itd.earthlink.net [207.217.121.12]) by hub.freebsd.org (Postfix) with ESMTP id C397D37B543 for ; Sat, 15 Jul 2000 15:24:07 -0700 (PDT) (envelope-from egravel@earthlink.net) Received: from earthlink.net (hybrid-024-221-117-152.phoenix.speedchoice.com [24.221.117.152]) by harrier.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id PAA14472 for ; Sat, 15 Jul 2000 15:24:05 -0700 (PDT) Message-ID: <3970E51E.316C25E6@earthlink.net> Date: Sat, 15 Jul 2000 15:26:38 -0700 From: Emmanuel Gravel X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: Other problems compiling kernel References: <3970AC35.456F3882@earthlink.net> <20000715.21421900@bartequi.ottodomain.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG That's fine if I want to follow the stable branch and update the whole system. All I want to do is update my kernel to something more appropriate for my needs. I have 4.0-RELEASE right now. I know it's highly recommended to follow the stable branch but at this point that's not what I want to do. Has the ability to simply recompile the kernel been obscured so much in this release? Thanks! Emmanuel Salvo Bartolotta wrote: > > >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< > > On 7/15/00, 7:23:49 PM, Emmanuel Gravel wrote > regarding Other problems compiling kernel: > > > Got this error message when compiling. I can usually work around C > > problems, > > however assembler is another story... > > > cc -c -x assembler-with-cpp -DLOCORE -O -Wall -Wredundant-decls > > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes > > -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi > > -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include > > opt_global.h -elf -mpreferred-stack-boundary=2 > > ../../i386/i386/bioscall.s > > /tmp/ccVA5358.s: Assembler messages: > > /tmp/ccVA5358.s:773: Error: operands given don't match any known 386 > > instruction > > /tmp/ccVA5358.s:838: Error: operands given don't match any known 386 > > instruction > > *** Error code 1 > > > So anyone know what I should do now? Got the latest sources today... > > > Thanks! > > > Emmanuel > > Dear Emmanuel Gravel, > > I may be completely wrong, but I am afraid you have tried to compile > your kernel (under 4-STABLE) utilizing the standard procedure. > > The 4-STABLE branch has recently received significant code > contributions which simply require a **different** build procedure; > the -stable forum has discussed the problems as well as the details of > the procedure in the past few days. > > ------ From Kris Kennaway's warning as of 10 July 2000 ------ > > Summary of Officially Sanctioned Update Procedure: > > make buildworld > make buildkernel > make installkernel > shutdown (drop into single-user mode) > make installworld > mergemaster > reboot > > Depart from the above procedure at your own risk. > > -------------------------------------------------------------- > > N.B. This procedure should create a /GENERIC kernel. > You will use chflags noschg/schg in order to be able to subsequently move > (ie rename) the kernels (kernel --> kernel.old; GENERIC --> kernel). > > Other "gory" details (e.g. how to manage a /WHATEVER kernel) in the > archives :-) > > Also, using the new procedure should be *safe* whenever you have > cvsup'ed your source tree; when you don't update your sources, you can > use the old standard method (config [-r], make depend; make; make > install). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 15:25:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from finland.ispro.net.tr (finland.ispro.net.tr [212.174.120.1]) by hub.freebsd.org (Postfix) with ESMTP id 1F33437B7D0 for ; Sat, 15 Jul 2000 15:25:21 -0700 (PDT) (envelope-from yurtesen@ispro.net.tr) Received: from localhost (yurtesen@localhost) by finland.ispro.net.tr (8.9.3/8.9.3) with ESMTP id BAA30614 for ; Sun, 16 Jul 2000 01:25:14 +0300 (EEST) (envelope-from yurtesen@ispro.net.tr) Date: Sun, 16 Jul 2000 01:25:14 +0300 (EEST) From: Evren Yurtesen To: freebsd-questions@freebsd.org Subject: NIS 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 I have a master NIS server and I have users in groups 'staff' and 'users' normally the users in the 'users' group doesn't have shell access. I want them to have shell access in one machine. I got this one working by +:::::::::/usr/local/bin/tcsh automaticly without changing anything but how can I make different shells for people in different groups? Where can I find some info about this +::::::::: thingies usage format? Evren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 15:28:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from harrier.prod.itd.earthlink.net (harrier.prod.itd.earthlink.net [207.217.121.12]) by hub.freebsd.org (Postfix) with ESMTP id DC99B37B7C7 for ; Sat, 15 Jul 2000 15:28:48 -0700 (PDT) (envelope-from egravel@earthlink.net) Received: from earthlink.net (hybrid-024-221-117-152.phoenix.speedchoice.com [24.221.117.152]) by harrier.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id PAA22851 for ; Sat, 15 Jul 2000 15:28:44 -0700 (PDT) Message-ID: <3970E635.4A6E96E0@earthlink.net> Date: Sat, 15 Jul 2000 15:31:17 -0700 From: Emmanuel Gravel X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: Problems cvsuping for kernel References: <39709D11.366DFEC3@earthlink.net> <3970D42A.7BFDB78E@3-cities.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kent Stewart wrote: > > Emmanuel Gravel wrote: > > > > When updating the sources with the supfile created by > > cvsupit, cvsup doesn't download the /usr/src/sys/crypto > > dir. Is there any other tag to place in other than src-all > > in the supfile to download that dir? I don't want to get > > all the sources for everything since I don't have that > > much space to spare on my hard drive and don't intend on > > making world. What tags do I need in the supfile, other > > than src-all, to get all the sources to compile a proper > > kernel, without having to get all the other sources? > > Crypto is part of src-all now. You can comment it out. You didn't miss > anything on your cvsup. You just received an informative message. > > Kent OK, but when I cvsup'ed WITH crypto is placed it in /usr/src/crypto. I commented everything and added the src-all. It's my understanding that that upgrades EVERYTHING (which I don't want). Isn't there a way to get it to only update the source tree to get all the kernel sources and only the kernel sources? Which brings me to my second thread, where I can't seem to get the kernel, and only the kernel, to compile properly. I'm running a 4.0- RELEASE system, upgraded from CD. Thank! Emmanuel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 15:31: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx.emailqueue.net (mx0.emailqueue.net [209.75.5.2]) by hub.freebsd.org (Postfix) with ESMTP id 4735337B7C7; Sat, 15 Jul 2000 15:31:00 -0700 (PDT) (envelope-from gunnar@paganlibrary.com) Received: from mx0.emailqueue.net (209.75.4.21) by mx.emailqueue.net (8.9.3/8.9.3) with ESMTP id PAA23649; Sat, 15 Jul 2000 15:30:58 -0700 (PDT) (envelope-from gunnar@paganlibrary.com) Received: from gunnar.weygold.edu (pool0020.cvx15-bradley.dialup.earthlink.net [209.179.44.20]) by mx0.emailqueue.net (8.9.3/8.9.3) with SMTP id PAA39791; Sat, 15 Jul 2000 15:30:56 -0700 (PDT) From: Gunnar H Reichert-Weygold Organization: The Pagan Library To: "Gemini Domino" , "John Baldwin" Subject: Re: Boot loader CLEARING active parition flags??!?! Date: Sat, 15 Jul 2000 15:28:06 -0700 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain Cc: References: <200007151738.KAA14117@john.baldwin.cx> <001001bfee93$c26586e0$520ffea9@castor> In-Reply-To: <001001bfee93$c26586e0$520ffea9@castor> MIME-Version: 1.0 Message-Id: <00071515295300.00312@gunnar.weygold.edu> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is what happens here. I suspect, once you boot into BSD it tries to set boot0 to a default of F5 since that was the last one chosen. Just it sets a default of F1 when that was last one chosen. For whatever reason, when it alters it topoint to F5, it removes the active flag. On Sat, 15 Jul 2000, Gemini Domino wrote: > In my case, if you press F1 to boot windows, its fine. But once you press > F5, ad0 doesnt have a flag anymore. Maybe its just that certain BIOSes dont > recognize active partitions on secondary or slave drives? > > ********* > > "To live alone one must be a beast or a god, says Aristotle. Leaving out the > third case: one must be both -- a philosopher" > > "The better the state is established, the fainter is humanity. To make the > individual uncomfortable, that is my task." > > "A great value of antiquity lies in the fact that its writings are the only > ones that modern men still read with exactness." > > "The bite of conscience, like the bite of a dog into a stone, is a > stupidity." > > Friedrich Wilhelm Nietzsche > ----- Original Message ----- > From: "John Baldwin" > To: "Gunnar H Reichert-Weygold" > Cc: "Gemini Domino" ; > Sent: Saturday, July 15, 2000 13:38 > Subject: RE: Boot loader CLEARING active parition flags??!?! > > > > > > On 15-Jul-00 Gunnar H Reichert-Weygold wrote: > > > This has worked. With updating turned off the problem has gone away. > > > > > > Thank You! Thank You! Thank You! Thank You! Thank You! > > > > Well, after 4.1 is out the door I'll come back and try to fix this > > problem better by having boot0 only change the active flag if a) > > update is turned on, and b) you pressed F1-F4. One thing that bothers > > me is that if you press F1 to boot Windows, that should have set the > > active flag on your Windows slice before booting it. If that is not > > being done then that bug needs to be fixed, which would make my > > workaround unnecessary. > > > > > On Thu, 13 Jul 2000, John Baldwin wrote: > > >> On 14-Jul-00 Gunnar H Reichert-Weygold wrote: > > >> > I am having the same problem, which all started after I had to > reinstall > > >> > Win98. > > >> > Win98 is on the first HD with FreeBSD on the 2nd HD. Every time I > boot into > > >> > BSD > > >> > I lose the active partition setting on the first drive. > > >> > So I go into sysinstall, choose FDISK, set the partition bootable and > go > > >> > about > > >> > my work. > > >> > When I reboot to go into wWindows everything is fine. > > >> > > > >> > Each time I boot BSD, the first HD is no longer set as bootable. > > >> > > > >> > I've done Fdisk /mbr and had no luck in preventing this. > > >> > > >> Ok, I'm not quite sure how you are booting into BSD, but let me > > >> see if I get this ok. You have boot0 (?) on your first hard disk, > > >> and press F1 for Windows, or F5 for disk 2 with BSD on it. When > > >> you press F5 it changes your partition to not be active? Is that > > >> ok so far? In that case, use the boot0cfg to disable the update > > >> feature on your first disk. IOW, as root, type > > >> > > >> # boot0cfg -v -o noupdate ad0 > > >> > > >> HTH. > > >> > > >> -- > > >> > > >> John Baldwin -- http://www.FreeBSD.org/~jhb/ > > >> PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc > > >> "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ > > >> > > >> > > >> To Unsubscribe: send mail to majordomo@FreeBSD.org > > >> with "unsubscribe freebsd-questions" in the body of the message > > > -- > > > > > > Be careful and have a good time (mother's paradox curse) > > > > > > Gunnar H Reichert-Weygold > > > The Pagan Library > > > http://www.paganlibrary.com > > > --------------------------- > > > FreeBSD 3.4----------PalmOS > > > > > > Spam Filter Your Mail! > > > Go to http://www.Brightmail.com > > > > -- > > > > John Baldwin -- http://www.FreeBSD.org/~jhb/ > > PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc > > "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ -- If at first you don't succeed, call it Ver. 1.0 Gunnar H Reichert-Weygold The Pagan Library http://www.paganlibrary.com --------------------------- FreeBSD 3.4----------PalmOS Spam Filter Your Mail! Go to http://www.Brightmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 15:43:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt052n3e.san.rr.com (dt052n3e.san.rr.com [204.210.33.62]) by hub.freebsd.org (Postfix) with ESMTP id 9D39737B8A3 for ; Sat, 15 Jul 2000 15:43:50 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (master [10.0.0.2]) by dt052n3e.san.rr.com (8.9.3/8.9.3) with ESMTP id PAA49074; Sat, 15 Jul 2000 15:43:48 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <3970E924.3130F349@gorean.org> Date: Sat, 15 Jul 2000 15:43:48 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Emmanuel Gravel Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problems cvsuping for kernel References: <39709D11.366DFEC3@earthlink.net> <3970D42A.7BFDB78E@3-cities.com> <3970E635.4A6E96E0@earthlink.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Emmanuel Gravel wrote: > Which brings me to my second thread, where I can't seem to get the > kernel, and only the kernel, to compile properly. This isn't how freebsd works. You need to keep your kernel and world in synch. Good luck, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 15:46:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tisch.mail.mindspring.net (tisch.mail.mindspring.net [207.69.200.157]) by hub.freebsd.org (Postfix) with ESMTP id 58E8E37B65A for ; Sat, 15 Jul 2000 15:46:46 -0700 (PDT) (envelope-from kc144@sprynet.com) Received: from kevin (chi-tgn-gof-vty3.as.wcom.net [216.192.156.3]) by tisch.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id SAA05050 for ; Sat, 15 Jul 2000 18:46:43 -0400 (EDT) Message-ID: <000901bfeeae$ef97dad0$039cc0d8@144> From: "Kevin Gross" To: "questions" Subject: Running FreeBSD X applications from a networked WindowsNT Date: Sat, 15 Jul 2000 18:49:25 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I've got two computers, one running FreeBSD 4 stable and the other running WindowsNT 4.0 sp6a. They are connected via ethernet. I would like to use X-WinPro 5.3 (an X server for Windows) to connect to my BSD box with the obvious purpose of running some x-windows programs in WindowsNT. I want to keep my BSD box secure (it is also connected to the internet). How do I set up FreeBSD to enable remote X sessions? I already have the two computers talking via telnet and sharing files via samba, so the network is functional. Can somebody give me a quick synopsis of how to set this up and perhaps a pointer to some more detailed information? Thanks, Kevin Gross To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 15:53:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt052n3e.san.rr.com (dt052n3e.san.rr.com [204.210.33.62]) by hub.freebsd.org (Postfix) with ESMTP id 1288637B853 for ; Sat, 15 Jul 2000 15:53:50 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (master [10.0.0.2]) by dt052n3e.san.rr.com (8.9.3/8.9.3) with ESMTP id PAA49159; Sat, 15 Jul 2000 15:53:40 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <3970EB74.749AF006@gorean.org> Date: Sat, 15 Jul 2000 15:53:40 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "J. Goodleaf" Cc: Dan Larsson , FreeBSD Questions List Subject: Re: PGP and GPG on PINE References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "J. Goodleaf" wrote: > > I've heard that pgpenvelope is great. Have never used it. I have used > pgp4pine and found it to work well. It also handles gnupg. It basically > acts as a filter for Pine, so it's small and relatively easy to set up.If > you check the author's website you'll find screenshots showing the > configuration process. It's pretty slick. Sorry I don't know the website > off the top of my head... If you download from ports, make sure the > version specified in the ports makefile is at least 1.75. The earlier > version has trouble receiving cleartext sigs in certain circumstances. There is an updated port for it at http://www.FreeBSD.org/cgi/query-pr.cgi?pr=18004, although the originator didn't submit it as a diff. Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 16: 1:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.toronto.istar.net (mail1.toronto.istar.net [209.89.75.17]) by hub.freebsd.org (Postfix) with ESMTP id A703E37B539 for ; Sat, 15 Jul 2000 16:01:11 -0700 (PDT) (envelope-from genisis@istar.ca) Received: from ip11.kingston.dialup.canada.psi.net ([154.5.64.11]) by mail1.toronto.istar.net with esmtp (Exim 2.02 #1) id 13DawF-0000Z8-00; Sat, 15 Jul 2000 19:01:39 -0400 Date: Sat, 15 Jul 2000 19:03:45 -0400 (EDT) From: Dru To: Doug Barton Cc: "J. Goodleaf" , Dan Larsson , FreeBSD Questions List Subject: Re: PGP and GPG on PINE In-Reply-To: <3970EB74.749AF006@gorean.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, 15 Jul 2000, Doug Barton wrote: > "J. Goodleaf" wrote: > > > > I've heard that pgpenvelope is great. Have never used it. I have used > > pgp4pine and found it to work well. It also handles gnupg. It basically > > acts as a filter for Pine, so it's small and relatively easy to set up.If > > you check the author's website you'll find screenshots showing the > > configuration process. It's pretty slick. Sorry I don't know the website > > off the top of my head... http://pgp4pine.flatline.de/ Can you believe I just built this and am trying to figure it out? It encrypts beautifully, now I just have to figure out how to decrypt :) Dru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 16: 8:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from avocet.prod.itd.earthlink.net (avocet.prod.itd.earthlink.net [207.217.121.50]) by hub.freebsd.org (Postfix) with ESMTP id 8AE0037B5F5 for ; Sat, 15 Jul 2000 16:08:48 -0700 (PDT) (envelope-from egravel@earthlink.net) Received: from earthlink.net (hybrid-024-221-117-152.phoenix.speedchoice.com [24.221.117.152]) by avocet.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id QAA11194 for ; Sat, 15 Jul 2000 16:08:47 -0700 (PDT) Message-ID: <3970EF94.E4EC1D01@earthlink.net> Date: Sat, 15 Jul 2000 16:11:16 -0700 From: Emmanuel Gravel X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: Problems cvsuping for kernel References: <39709D11.366DFEC3@earthlink.net> <3970D42A.7BFDB78E@3-cities.com> <3970E635.4A6E96E0@earthlink.net> <3970E924.3130F349@gorean.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ah! OK. I another reply told me to do something I should have done to begin with: read /usr/src/UPDATING. Knowing that, I'm now building world. Thanks for the info! Emmanuel Doug Barton wrote: > > Emmanuel Gravel wrote: > > > Which brings me to my second thread, where I can't seem to get the > > kernel, and only the kernel, to compile properly. > > This isn't how freebsd works. You need to keep your kernel and world in > synch. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 16:32:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from apotheosis.org.za (apotheosis.org.za [137.158.128.27]) by hub.freebsd.org (Postfix) with ESMTP id 679CA37B5F5 for ; Sat, 15 Jul 2000 16:32:21 -0700 (PDT) (envelope-from mwest@uct.ac.za) Date: Sun, 16 Jul 2000 01:32:08 +0200 From: Matthew West To: Rob Wilkinson Cc: questions@FreeBSD.ORG Subject: Re: Installation on a 486-2/66 Message-ID: <20000716013208.A91967@apotheosis.org.za> Mail-Followup-To: Rob Wilkinson , questions@FreeBSD.ORG References: <396D6C10.462BC735@Ultranet.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <396D6C10.462BC735@Ultranet.ca>; from "Rob Wilkinson" on Thu, Jul 13, 2000 at 12:13:20AM Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jul 13, 2000 at 12:13:20AM -0700, Rob Wilkinson wrote: > I have a problem installing FreeBSD release 4.0 on my system. > > My System: > ^^^^^^^^^ > 486 DX2/66 > 8MB of RAM ^^ While FreeBSD 3.x (and maybe even 4.x, I haven't tried) will run on 8MB of RAM, the installation will hang as you've described if you only have 8MB available. See if you can't (temporarily) add more RAM to the machine to do the installation, or move the HDD to another machine to do the install. -- mwest@uct.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 16:46:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.monochrome.org (monochrome.org [206.64.112.124]) by hub.freebsd.org (Postfix) with ESMTP id BE72837B67B for ; Sat, 15 Jul 2000 16:46:12 -0700 (PDT) (envelope-from chris@monochrome.org) Received: from localhost (faro [192.168.1.7]) by mail.monochrome.org (8.9.3/8.9.3) with SMTP id TAA75766; Sat, 15 Jul 2000 19:46:11 -0400 (EDT) (envelope-from chris@monochrome.org) Date: Sat, 15 Jul 2000 19:46:11 -0400 (EDT) From: Chris Hill X-Sender: chris@localhost To: Kevin Gross Cc: questions Subject: Re: Running FreeBSD X applications from a networked WindowsNT In-Reply-To: <000901bfeeae$ef97dad0$039cc0d8@144> Message-ID: 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, 15 Jul 2000, Kevin Gross wrote: > I've got two computers, one running FreeBSD 4 stable and the other running > WindowsNT 4.0 sp6a. They are connected via ethernet. I would like to use > X-WinPro 5.3 (an X server for Windows) to connect to my BSD box with the > obvious purpose of running some x-windows programs in WindowsNT. This sounds like a job for VNC. It's worked fine for me, though I haven't tried this exact combination of platforms. See http://www.uk.research.att.com/vnc/ for further details, /usr/ports/net/vnc/ to install. BTW, it's a bit slow over 10baseT; hopefully one day I'll see how it does with 100baseTX. HTH. -- Chris Hill chris@monochrome.org [1] Bus error netscape To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 16:56:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from apotheosis.org.za (apotheosis.org.za [137.158.128.27]) by hub.freebsd.org (Postfix) with ESMTP id 3B41C37B8A3 for ; Sat, 15 Jul 2000 16:56:25 -0700 (PDT) (envelope-from mwest@uct.ac.za) Date: Sun, 16 Jul 2000 01:56:12 +0200 From: Matthew West To: Mark Rowlands Cc: freebsd-questions@FreeBSD.ORG Subject: Re: how to find an ip address if you know mac address? Message-ID: <20000716015611.A92264@apotheosis.org.za> Mail-Followup-To: Mark Rowlands , freebsd-questions@FreeBSD.ORG References: <00071323585000.00309@marbsd.tninet.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <00071323585000.00309@marbsd.tninet.se>; from "Mark Rowlands" on Thu, Jul 13, 2000 at 11:56:18PM Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If your FreeBSD machine is on the same network segment as the other box, arp(8) may help you. -- mwest@uct.ac.za On Thu, Jul 13, 2000 at 11:56:18PM +0200, Mark Rowlands wrote: > possibly not the right place to be asking but ..... > how can you find the ip address of a box (switch for example) > if all you have is it's mac address - > I have a freebsd at my disposal so ... any ideas? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 17: 2:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from merlin.prod.itd.earthlink.net (merlin.prod.itd.earthlink.net [207.217.120.156]) by hub.freebsd.org (Postfix) with ESMTP id F035037B85A for ; Sat, 15 Jul 2000 17:02:23 -0700 (PDT) (envelope-from cjc@pool0179.cvx20-bradley.dialup.earthlink.net) Received: from pool0179.cvx20-bradley.dialup.earthlink.net (pool0242.cvx20-bradley.dialup.earthlink.net [209.179.250.242]) by merlin.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id RAA00770; Sat, 15 Jul 2000 17:02:22 -0700 (PDT) Received: (from cjc@localhost) by pool0179.cvx20-bradley.dialup.earthlink.net (8.9.3/8.9.3) id QAA00737; Sat, 15 Jul 2000 16:57:34 -0700 (PDT) Date: Sat, 15 Jul 2000 16:57:34 -0700 From: "Crist J. Clark" To: bill fiore Cc: questions@FreeBSD.ORG Subject: Re: cable modem setup Message-ID: <20000715165734.D273@dialin-client.earthlink.net> Reply-To: cjclark@alum.mit.edu References: <20000715221218.3075.qmail@web705.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000715221218.3075.qmail@web705.mail.yahoo.com>; from dollarbilfjr@yahoo.com on Sat, Jul 15, 2000 at 03:12:18PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jul 15, 2000 at 03:12:18PM -0700, bill fiore wrote: > i have FBSD 2.2.1 (yes its old) > i have setup /etc/hosts > i dont have the format for /etc/gateways > and the routed program complains about it. Why are you running routed(8)? > ep0 is the driver used...it is recognized on bootup > and by using ifconfig...i can get netstat -au > to say its up and running. Great. Where did you get the IP address you gave it? > i sure would like to get this running. > previous responders suggested settin up > /etc/resolv > but i dont have one...nor do i have the format for one > plus i dont think my version of FBSD-2.2.1 > knows about it! You did not describe what is and is not working? Can you ping your local gateway? Or is this a DNS issue as your '/etc/resolv.conf' remark would indicate? -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 17: 2:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from merlin.prod.itd.earthlink.net (merlin.prod.itd.earthlink.net [207.217.120.156]) by hub.freebsd.org (Postfix) with ESMTP id 02FDB37B8A3 for ; Sat, 15 Jul 2000 17:02:26 -0700 (PDT) (envelope-from cjc@pool0179.cvx20-bradley.dialup.earthlink.net) Received: from pool0179.cvx20-bradley.dialup.earthlink.net (pool0242.cvx20-bradley.dialup.earthlink.net [209.179.250.242]) by merlin.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id RAA00501; Sat, 15 Jul 2000 17:02:16 -0700 (PDT) Received: (from cjc@localhost) by pool0179.cvx20-bradley.dialup.earthlink.net (8.9.3/8.9.3) id QAA00714; Sat, 15 Jul 2000 16:46:46 -0700 (PDT) Date: Sat, 15 Jul 2000 16:46:45 -0700 From: "Crist J. Clark" To: Evren Yurtesen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: NIS question Message-ID: <20000715164644.B273@dialin-client.earthlink.net> Reply-To: cjclark@alum.mit.edu References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from yurtesen@ispro.net.tr on Sun, Jul 16, 2000 at 01:25:14AM +0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 16, 2000 at 01:25:14AM +0300, Evren Yurtesen wrote: > I have a master NIS server and I have users in groups 'staff' and 'users' > normally the users in the 'users' group doesn't have shell access. I want > them to have shell access in one machine. > I got this one working by +:::::::::/usr/local/bin/tcsh automaticly > without changing anything but how can I make different shells for people > in different groups? > > Where can I find some info about this +::::::::: > thingies usage format? man 5 passwd -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 17: 2:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from merlin.prod.itd.earthlink.net (merlin.prod.itd.earthlink.net [207.217.120.156]) by hub.freebsd.org (Postfix) with ESMTP id 23A7D37B8CE for ; Sat, 15 Jul 2000 17:02:26 -0700 (PDT) (envelope-from cjc@pool0179.cvx20-bradley.dialup.earthlink.net) Received: from pool0179.cvx20-bradley.dialup.earthlink.net (pool0242.cvx20-bradley.dialup.earthlink.net [209.179.250.242]) by merlin.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id RAA00849; Sat, 15 Jul 2000 17:02:24 -0700 (PDT) Received: (from cjc@localhost) by pool0179.cvx20-bradley.dialup.earthlink.net (8.9.3/8.9.3) id QAA00729; Sat, 15 Jul 2000 16:55:05 -0700 (PDT) Date: Sat, 15 Jul 2000 16:55:04 -0700 From: "Crist J. Clark" To: Kevin Gross Cc: questions Subject: Re: Running FreeBSD X applications from a networked WindowsNT Message-ID: <20000715165504.C273@dialin-client.earthlink.net> Reply-To: cjclark@alum.mit.edu References: <000901bfeeae$ef97dad0$039cc0d8@144> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <000901bfeeae$ef97dad0$039cc0d8@144>; from kc144@sprynet.com on Sat, Jul 15, 2000 at 06:49:25PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jul 15, 2000 at 06:49:25PM -0400, Kevin Gross wrote: > Hi all, > > I've got two computers, one running FreeBSD 4 stable and the other running > WindowsNT 4.0 sp6a. They are connected via ethernet. I would like to use > X-WinPro 5.3 (an X server for Windows) to connect to my BSD box with the > obvious purpose of running some x-windows programs in WindowsNT. I want to > keep my BSD box secure (it is also connected to the internet). X and security do not mix well. > How do I > set up FreeBSD to enable remote X sessions? There is not really anything to set up if the FreeBSD box has X installed. Remember the concept of client and server are somewhat reverse when you start talking about X. The majority of the security risk is at your X server, the NT machine. However, I would recommend that you use SSH to tunnel your X session between the client and server. This requires an SSH client on your X server that does tunneling. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 18:14:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id AE0F237B621 for ; Sat, 15 Jul 2000 18:14:53 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id UAA19161; Sat, 15 Jul 2000 20:14:43 -0500 (CDT) (envelope-from dan) Date: Sat, 15 Jul 2000 20:14:43 -0500 From: Dan Nelson To: Sam Carleton Cc: FreeBSD Questions Subject: Re: which ostype for sendmail? Message-ID: <20000715201443.A19101@dan.emsphone.com> References: <39709F70.BEE428D9@miltonstreet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.5i In-Reply-To: <39709F70.BEE428D9@miltonstreet.com>; from "Sam Carleton" on Sat Jul 15 13:17:36 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Jul 15), Sam Carleton said: > I am going through the O'Reilly book, sendmail. I have compied > sendmail and currently am trying to create my own sendmail.cf. In > the process I need to know which OSTYPE to use, there is no > freebsd.m4. It's at /usr/src/etc/sendmail/freebsd.mc -- 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 Sat Jul 15 18:23:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtpe.casema.net (smtpe.casema.net [195.96.96.172]) by hub.freebsd.org (Postfix) with SMTP id 90FD137B6B5 for ; Sat, 15 Jul 2000 18:23:20 -0700 (PDT) (envelope-from jan.rhebergen@pobox.com) Received: (qmail 15671 invoked from network); 16 Jul 2000 01:23:18 -0000 Received: from unknown (HELO uniques.linux.bogus) (212.64.78.52) by smtpe.casema.net with SMTP; 16 Jul 2000 01:23:18 -0000 Received: from uniques.linux.bogus [192.168.1.3] (jan) by uniques.linux.bogus with esmtp (Exim 2.05 #1 (Debian)) id 13Dd9K-0000K7-00; Sun, 16 Jul 2000 03:23:18 +0200 X-Mailer: exmh version 2.0.2 2/24/98 (debian) To: FreeBSD-questions@FreeBSD.org Subject: PCI 128 problem From: Jan Rhebergen Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 16 Jul 2000 03:23:18 +0200 Message-Id: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there, I'm running BSD 4.0 release. To get my SB PCI 128 working I recompiled and installed a new kernel with the line device pcm added to the MYKERNEL configuration file. This seemed to work. Soundcard was recognised and I could even play a wav file. However, turns out that I could only play a sound once! Anyone has any idea what's wrong here? regards, Jan ---- home: M. Gouweloospoort 8, 2611 JN Delft, Nederland, phone: +31 15 2144660 web-personal: http://www.pobox.com/~jan.rhebergen, personal-ICQ#: 12946867 work-Email: Rhebergen@fel.tno.nl, work-phone: +31 70 3740772 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 18:24:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bingnet2.cc.binghamton.edu (bingnet2.cc.binghamton.edu [128.226.1.18]) by hub.freebsd.org (Postfix) with ESMTP id 17ED737B74B for ; Sat, 15 Jul 2000 18:24:14 -0700 (PDT) (envelope-from zzhang@cs.binghamton.edu) Received: from sol.cs.binghamton.edu (sol.cs.binghamton.edu [128.226.123.100]) by bingnet2.cc.binghamton.edu (8.9.3/8.9.3) with ESMTP id VAA17247 for ; Sat, 15 Jul 2000 21:24:13 -0400 (EDT) Date: Sat, 15 Jul 2000 21:21:57 -0400 (EDT) From: Zhihui Zhang To: freebsd-questions@freebsd.org Subject: Copy files win98<->freebsd on same machine Message-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 box installed with both windows98 and freebsd4.0. Can I read and write files in windows98 with mount_msdos utility from freebsd safely? I do not want to risk the danger of damaging my windows98 paritition. If possible, I want to access both C and D drive of windows98. Thanks, -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 18:27:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bingnet2.cc.binghamton.edu (bingnet2.cc.binghamton.edu [128.226.1.18]) by hub.freebsd.org (Postfix) with ESMTP id E9BA937B865 for ; Sat, 15 Jul 2000 18:27:45 -0700 (PDT) (envelope-from zzhang@cs.binghamton.edu) Received: from sol.cs.binghamton.edu (sol.cs.binghamton.edu [128.226.123.100]) by bingnet2.cc.binghamton.edu (8.9.3/8.9.3) with ESMTP id VAA17576 for ; Sat, 15 Jul 2000 21:27:45 -0400 (EDT) Date: Sat, 15 Jul 2000 21:25:29 -0400 (EDT) From: Zhihui Zhang To: freebsd-questions@freebsd.org Subject: Access source code without installation Message-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 using FreeBSD 4.0-release. I bought 2.2.8 CDs more than one year ago. I want to read some of the old source code of 2.2.8 and do not want to install 2.2.8. How can I get it from the 4 CD sets and put it onto the machine running 4.0? Thanks, -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 18:32:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id E10AB37B86A for ; Sat, 15 Jul 2000 18:32:51 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id UAA22829; Sat, 15 Jul 2000 20:32:45 -0500 (CDT) (envelope-from dan) Date: Sat, 15 Jul 2000 20:32:45 -0500 From: Dan Nelson To: Zhihui Zhang Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Copy files win98<->freebsd on same machine Message-ID: <20000715203245.B19101@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.5i In-Reply-To: ; from "Zhihui Zhang" on Sat Jul 15 21:21:57 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Jul 15), Zhihui Zhang said: > > I have a box installed with both windows98 and freebsd4.0. Can I read and > write files in windows98 with mount_msdos utility from freebsd safely? I > do not want to risk the danger of damaging my windows98 paritition. If > possible, I want to access both C and D drive of windows98. You certainly can. In fact, I have moved my win98 partition to a completely new drive by mounting the old and new disks and doing a "tar|tar" to copy the data over, and had no problems at all (I've done it twice actually). -- 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 Sat Jul 15 18:33:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtpe.casema.net (smtpe.casema.net [195.96.96.172]) by hub.freebsd.org (Postfix) with SMTP id 9D00737B560 for ; Sat, 15 Jul 2000 18:33:41 -0700 (PDT) (envelope-from jan.rhebergen@pobox.com) Received: (qmail 17454 invoked from network); 16 Jul 2000 01:33:39 -0000 Received: from unknown (HELO uniques.linux.bogus) (212.64.78.52) by smtpe.casema.net with SMTP; 16 Jul 2000 01:33:39 -0000 Received: from uniques.linux.bogus [192.168.1.3] (jan) by uniques.linux.bogus with esmtp (Exim 2.05 #1 (Debian)) id 13DdJL-0000Lh-00; Sun, 16 Jul 2000 03:33:39 +0200 X-Mailer: exmh version 2.0.2 2/24/98 (debian) To: freebsd-questions@FreeBSD.ORG Subject: ext2fs problem, wrong magic number From: Jan Rhebergen Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 16 Jul 2000 03:33:39 +0200 Message-Id: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there, I'm running BSD 4.0 release. To be able to mount my old Linux partitions I recompiled the kernel with support for ext2fs by adding the line option ext2fs to the MYKERNEL configuration file. After installing the kernel and rebooting I tried to mount the ext2 partition but got an error message about wrong magic number expecting,... BSD is installed on slice 3 i.e. /dev/ad4s3a etc. The Linux ext2 partition is on the second one on the drive. Presumably /dev/ad4s2 right? So mounting it should be something like this mount -t ext2fs /dev/ad4s2 /mnt if I'm not mistaken. On top of that I have some ext2 partition living in side an etended dos partition which is /dev/ad4s4 Questions: - What am I doing wrong trying to mount the ext2 partition? - How should I mount ext2 partition that are encapsulated in a dos extended partition? Help is appreciated, regards, Jan ---- home: M. Gouweloospoort 8, 2611 JN Delft, Nederland, phone: +31 15 2144660 web-personal: http://www.pobox.com/~jan.rhebergen, personal-ICQ#: 12946867 work-Email: Rhebergen@fel.tno.nl, work-phone: +31 70 3740772 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 18:35:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sn1oexchr01.nextvenue.com (sn1oexchr01.nextvenue.com [63.209.169.9]) by hub.freebsd.org (Postfix) with SMTP id B3FBE37B5D2 for ; Sat, 15 Jul 2000 18:35:07 -0700 (PDT) (envelope-from nevans@nextvenue.com) Received: FROM sn1exchmbx.nextvenue.com BY sn1oexchr01.nextvenue.com ; Sat Jul 15 21:33:21 2000 -0400 Received: by sn1exchmbx.nextvenue.com with Internet Mail Service (5.5.2650.21) id <3987SA5W>; Sat, 15 Jul 2000 21:30:46 -0400 Message-ID: <712384017032D411AD7B0001023D799B07C9DB@sn1exchmbx.nextvenue.com> From: =?utf-8?B?TmljayBFdmFucw==?= To: =?utf-8?B?J0RhbiBOZWxzb24n?= , =?utf-8?B?WmhpaHVpIFpoYW5n?= Cc: freebsd-questions@FreeBSD.ORG Subject: =?utf-8?B?UkU6IENvcHkgZmlsZXMgd2luOTg8LT5mcmVlYnNkIG9uIHNhbWUg?= =?utf-8?B?bWFjaGluZQ==?= Date: Sat, 15 Jul 2000 21:30:43 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01BFEEC5.754223A0" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01BFEEC5.754223A0 Content-Type: text/plain; charset="utf-8" Yeah, but what about FAT32? Is it supported by mount_msdos? -----Original Message----- From: Dan Nelson [mailto:dnelson@emsphone.com] Sent: Saturday, July 15, 2000 9:33 PM To: Zhihui Zhang Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Copy files win98<->freebsd on same machine In the last episode (Jul 15), Zhihui Zhang said: > > I have a box installed with both windows98 and freebsd4.0. Can I read and > write files in windows98 with mount_msdos utility from freebsd safely? I > do not want to risk the danger of damaging my windows98 paritition. If > possible, I want to access both C and D drive of windows98. You certainly can. In fact, I have moved my win98 partition to a completely new drive by mounting the old and new disks and doing a "tar|tar" to copy the data over, and had no problems at all (I've done it twice actually). -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message ------_=_NextPart_001_01BFEEC5.754223A0 Content-Type: text/html; charset="utf-8" RE: Copy files win98<->freebsd on same machine

Yeah, but what about FAT32? Is it supported by mount_msdos?

-----Original Message-----
From: Dan Nelson [mailto:dnelson@emsphone.com]
Sent: Saturday, July 15, 2000 9:33 PM
To: Zhihui Zhang
Cc: freebsd-questions@FreeBSD.ORG
Subject: Re: Copy files win98<->freebsd on same machine


In the last episode (Jul 15), Zhihui Zhang said:
>
> I have a box installed with both windows98 and freebsd4.0. Can I read and
> write files in windows98 with mount_msdos utility from freebsd safely? I
> do not want to risk the danger of damaging my windows98 paritition. If
> possible, I want to access both C and D drive of windows98.

You certainly can.  In fact, I have moved my win98 partition to a
completely new drive by mounting the old and new disks and doing a
"tar|tar" to copy the data over, and had no problems at all (I've done
it twice actually).


--
        Dan Nelson
        dnelson@emsphone.com


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

------_=_NextPart_001_01BFEEC5.754223A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 18:37:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id C88D937B86A for ; Sat, 15 Jul 2000 18:37:17 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id UAA22985; Sat, 15 Jul 2000 20:37:14 -0500 (CDT) (envelope-from dan) Date: Sat, 15 Jul 2000 20:37:14 -0500 From: Dan Nelson To: Nick Evans Cc: Zhihui Zhang , freebsd-questions@FreeBSD.ORG Subject: Re: Copy files win98<->freebsd on same machine Message-ID: <20000715203714.C19101@dan.emsphone.com> References: <712384017032D411AD7B0001023D799B07C9DB@sn1exchmbx.nextvenue.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.5i In-Reply-To: <712384017032D411AD7B0001023D799B07C9DB@sn1exchmbx.nextvenue.com>; from "Nick Evans" on Sat Jul 15 21:30:43 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Jul 15), Nick Evans said: > Yeah, but what about FAT32? Is it supported by mount_msdos? Only for about 2 years :) -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 18:40:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bingnet2.cc.binghamton.edu (bingnet2.cc.binghamton.edu [128.226.1.18]) by hub.freebsd.org (Postfix) with ESMTP id DF8A737B55C for ; Sat, 15 Jul 2000 18:40:46 -0700 (PDT) (envelope-from zzhang@cs.binghamton.edu) Received: from sol.cs.binghamton.edu (sol.cs.binghamton.edu [128.226.123.100]) by bingnet2.cc.binghamton.edu (8.9.3/8.9.3) with ESMTP id VAA18868; Sat, 15 Jul 2000 21:40:45 -0400 (EDT) Date: Sat, 15 Jul 2000 21:38:29 -0400 (EDT) From: Zhihui Zhang To: Dan Nelson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Copy files win98<->freebsd on same machine In-Reply-To: <20000715203245.B19101@dan.emsphone.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Great! If it does NOT support big file FAT32 (not FAT16), please tell me! The reason I am doing this is that the "direct cable connection" between Windows 98 drive me crazy, I decide to use IP over parallel cable in FreeBSD. On Sat, 15 Jul 2000, Dan Nelson wrote: > In the last episode (Jul 15), Zhihui Zhang said: > > > > I have a box installed with both windows98 and freebsd4.0. Can I read and > > write files in windows98 with mount_msdos utility from freebsd safely? I > > do not want to risk the danger of damaging my windows98 paritition. If > > possible, I want to access both C and D drive of windows98. > > You certainly can. In fact, I have moved my win98 partition to a > completely new drive by mounting the old and new disks and doing a > "tar|tar" to copy the data over, and had no problems at all (I've done > it twice actually). > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 18:50:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www3.pacific-pages.com (www3.pacific-pages.com [192.41.48.219]) by hub.freebsd.org (Postfix) with ESMTP id 6008737B7AB for ; Sat, 15 Jul 2000 18:50:23 -0700 (PDT) (envelope-from David@www3.pacific-pages.com) Received: from www3.pacific-pages.com ([216.191.74.115]) by www3.pacific-pages.com (8.8.5) id TAA09407; Sat, 15 Jul 2000 19:50:06 -0600 (MDT) Message-ID: <397114AE.B903CC2F@www3.pacific-pages.com> Date: Sat, 15 Jul 2000 21:49:34 -0400 From: David Banning Reply-To: David@SkytrackerCanada.com Organization: Sky-Tracker of Canada Inc. X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: simple php script won't show in netscape Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sorry to be posting this again but I'm not getting anywhere. My simple php script; Example in /usr/David/php/test.php3 only executes a blank screen in netscape. This error is following install. As the manual says I checked to make sure 'AddType application/x-httpd-php4 .php' is in httpd.conf Actually it was already there like so; AddType application/x-httpd-php3 .php3 AddType application/x-httpd-php3-source .php3s # # And for PHP 4.x, use: # AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps The manual says to copy php3.ini-dist to /usr/local/lib/php3.ini which I did - but I'm not sure if thats correct for FreeBSD. I'm Using FreeBSD 4.0 Stable, and php3 httpd is running - so is mysqld Any idea why it's not showing up in my browser? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 19:23:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from vulcan.addy.com (vulcan.addy.com [208.11.142.21]) by hub.freebsd.org (Postfix) with ESMTP id B855037B6AF for ; Sat, 15 Jul 2000 19:23:18 -0700 (PDT) (envelope-from fran@reyes.somos.net) Received: from tomasa (freyes.static.inch.com [216.223.199.224]) by vulcan.addy.com (8.9.3/8.9.3) with SMTP id WAA72690; Sat, 15 Jul 2000 22:23:12 -0400 (EDT) (envelope-from fran@reyes.somos.net) Message-Id: <200007160223.WAA72690@vulcan.addy.com> From: "Francisco Reyes" To: "Ariel Burbaickij" , "questions@FreeBSD.ORG" Date: Sat, 15 Jul 2000 21:34:31 -0400 Reply-To: "Francisco Reyes" X-Mailer: PMMail 2000 Professional (2.10.2010) For Windows 98 (4.10.2222) In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: Changing the name of the machine Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 11 Jul 2000 13:35:08 +0200 (MET DST), Ariel Burbaickij wrote: >yourname.dyndns.org.Yet the question:may i just change the name >of the machine simply just out of blue due to changed circumstances >and if yes what steps are necessary ? You don't have to change the name of your machine. For your reference if you wanted to change the name you change it in /etc/rc.conf. The reason you don't have to change the name is that the name you give it is not known to the outside world, therefore not a problem. DynDNS provides you an entry which will point yourname.dyndns.com to your machine regardles off how you name your machine. francisco Moderator of the Corporate BSD list http://www.egroups.com/group/BSD_Corporate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 19:54:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from vulcan.addy.com (vulcan.addy.com [208.11.142.21]) by hub.freebsd.org (Postfix) with ESMTP id C84F037B975 for ; Sat, 15 Jul 2000 19:54:55 -0700 (PDT) (envelope-from lists@reyes.somos.net) Received: from andres.reyes.somos.net (freyes.static.inch.com [216.223.199.224]) by vulcan.addy.com (8.9.3/8.9.3) with ESMTP id WAA73391 for ; Sat, 15 Jul 2000 22:54:53 -0400 (EDT) (envelope-from lists@reyes.somos.net) Message-Id: <200007160254.WAA73391@vulcan.addy.com> Date: Sat, 15 Jul 2000 22:55:15 GMT From: Francisco Reyes To: "questions" Subject: Changing shell for regular user Reply-To: lists@reyes.somos.net X-Mailer: Spruce 0.6.5 for X11 w/smtpio 0.7.9 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 How can a regular user change shell? chsh gives contact info, but no shell. vipw only works for root. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 20: 0:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from iceberg.web-walrus.com (24-216-79-68.hsacorp.net [24.216.79.68]) by hub.freebsd.org (Postfix) with ESMTP id 3465137B5DA for ; Sat, 15 Jul 2000 20:00:24 -0700 (PDT) (envelope-from root@web-walrus.com) Received: from localhost (root@localhost) by iceberg.web-walrus.com (8.9.3/8.9.3) with SMTP id VAA64210 for ; Sat, 15 Jul 2000 21:54:44 -0500 (CDT) (envelope-from root@web-walrus.com) Date: Sat, 15 Jul 2000 21:54:43 -0500 (CDT) From: Grandpa Walrus To: freebsd-questions@freebsd.org Subject: Regarding SCSI Hardware Message-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 looked on the FreeBSD site, and I don't see any information about supported SCSI devices. Is this information contained anywhere on my system? I'm looking for a simple solution to do hot-swappable SCSI RAID mirroring (one drive goes bad, the system stays up, I swap it when I get the chance sort of thing) under FreeBSD 3.x or 4.x. Does this require a significant amount of hardware? I would imagine I would need a couple of bay enclosures that have the electronics to support hot-swap, a card that allows the swap (and supports RAID), and appropriate drives. Are there any vendors for these products that are better than others? Anybody to stay away from? Also, is it possible to have two different sized disks in a RAID array? (i.e. I install two 9 GB SCSI disks, and later I can't find any 9 GB disks to replace a failed one with...would a 12 GB disk work?) Do they have to be exactly the same RPM? As always, any answers or comments you have would be greatly appreciated. ----------- Robert Wall sales@web-walrus.com Web Walrus Media 405 S Farwell St #23C Eau Claire, WI 54701 (715) 855-0189 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 20:27:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from team7.cba.ualr.edu (access86.mod1.ualr.edu [144.167.7.86]) by hub.freebsd.org (Postfix) with ESMTP id E24E237B523 for ; Sat, 15 Jul 2000 20:27:56 -0700 (PDT) (envelope-from joe@team7.cba.ualr.edu) Received: (from joe@localhost) by team7.cba.ualr.edu (8.9.3/8.9.3) id WAA04204; Sat, 15 Jul 2000 22:27:38 -0500 (CDT) (envelope-from joe) Date: Sat, 15 Jul 2000 22:27:38 -0500 From: Joe Royce To: Francisco Reyes Cc: freebsd-questions@freebsd.org Subject: Re: Changing shell for regular user Message-ID: <20000715222738.A4147@team7.cba.ualr.edu> References: <200007160254.WAA73391@vulcan.addy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200007160254.WAA73391@vulcan.addy.com>; from lists@reyes.somos.net on Sat, Jul 15, 2000 at 10:55:15PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jul 15, 2000 at 10:55:15PM +0000, Francisco Reyes wrote: > > How can a regular user change shell? > chsh gives contact info, but no shell. > vipw only works for root. > You want to use chsh. Read the man page for chsh and it will explain how to use it. -Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 20:40:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id 3DF8B37B54B for ; Sat, 15 Jul 2000 20:40:23 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [206.159.132.160]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.4) with ESMTP id ; Sat, 15 Jul 2000 20:42:10 -0700 Message-ID: <39712E77.983F55F3@3-cities.com> Date: Sat, 15 Jul 2000 20:39:35 -0700 From: Kent Stewart Organization: BOSSig (BOSS Internet Group) X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Jan Rhebergen Cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: PCI 128 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 Jan Rhebergen wrote: > > Hi there, > > I'm running BSD 4.0 release. To get my SB PCI 128 working I recompiled and > installed a new kernel with the line > > device pcm > > added to the MYKERNEL configuration file. This seemed to work. Soundcard was > recognised and I could even play a wav file. However, turns out that I could > only play a sound once! > > Anyone has any idea what's wrong here? Did you do a ./MAKEDEV snd0 after you got thought rebooting with the new kernel. You have to link everything together and that is what the MAKEDEV does for you. Kent > > regards, > > Jan > > ---- > home: M. Gouweloospoort 8, 2611 JN Delft, Nederland, phone: +31 15 2144660 > web-personal: http://www.pobox.com/~jan.rhebergen, personal-ICQ#: 12946867 > work-Email: Rhebergen@fel.tno.nl, work-phone: +31 70 3740772 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ Bomber dropping fire retardant in front of Hanford Wild fire. http://www.3-cities.com/~kstewart/bomber.jpg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 20:55:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mostgraveconcern.com (mostgraveconcern.com [216.82.145.240]) by hub.freebsd.org (Postfix) with ESMTP id C218737B607 for ; Sat, 15 Jul 2000 20:55:08 -0700 (PDT) (envelope-from dan@mostgraveconcern.com) Received: from danco (danco.mostgraveconcern.com [10.0.0.2]) by mostgraveconcern.com (8.9.3/8.9.3) with SMTP id UAA12711; Sat, 15 Jul 2000 20:55:06 -0700 (PDT) (envelope-from dan@mostgraveconcern.com) Message-ID: <075c01bfeed9$a10c1220$0200000a@danco> Reply-To: "Dan O'Connor" From: "Dan O'Connor" To: "Zhihui Zhang" , Subject: Re: Can not ping myself Date: Sat, 15 Jul 2000 20:55:05 -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.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I have two machines box1 and box2 connected via a parallel cable. I can >ping from one machine to the other: > >box1# ping box2 or box2# ping box1 > >But I can not ping myself: > >box1# ping box1 or box2# ping box2 > >It says "no route". These two machines do not connect to the outside >network. They run Freebsd 4.0-release. The /etc/hosts contains the >following: > >192.168.1.0 box1 box1.home.org >192.168.1.1 box2 box2.home.org 1) If you're not the owner of 'home.org', don't use it (yes, it is a real domain name). Use box1.home or something similar. 2) Don't use the x.x.x.0 address, since x.x.x.0 represents the whole network. 3) Make sure you have your loopback address in /etc/hosts: 127.0.0.1 localhost.home localhost --Dan -- Dan O'Connor On Matters of Most Grave Concern http://www.mostgraveconcern.com FreeBSD Cheat Sheets http://www.mostgraveconcern.com/freebsd/ -----Original Message----- From: Zhihui Zhang To: freebsd-questions@FreeBSD.ORG Date: Friday, July 14, 2000 1:11 PM Subject: Can not ping myself To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 21: 3: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from amazonite.sentex.ca (sentex-gw-fe-0-123.hydro.guelph.on.ca [206.186.105.34]) by hub.freebsd.org (Postfix) with ESMTP id 0AD3737B8AB for ; Sat, 15 Jul 2000 21:03:00 -0700 (PDT) (envelope-from mike@sentex.net) Received: from granite.sentex.net (granite.sentex.ca [199.212.134.1]) by amazonite.sentex.ca (8.9.3/8.9.3) with ESMTP id AAA85382 for ; Sun, 16 Jul 2000 00:02:59 -0400 (EDT) (envelope-from mike@sentex.net) Received: from chimp.simianscience.com (cage.simianscience.com [64.7.134.1]) by granite.sentex.net (8.8.8/8.6.9) with SMTP id AAA13371 for ; Sun, 16 Jul 2000 00:02:57 -0400 (EDT) From: mike@sentex.net (Mike Tancsa) To: questions@freebsd.org Subject: Re: how to find an ip address if you know mac address? Date: Sun, 16 Jul 2000 03:57:57 GMT Message-ID: <397131f7.172930450@mail.sentex.net> References: <00071323585000.00309@marbsd.tninet.se> In-Reply-To: X-Mailer: Forte Agent .99e/32.227 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 15 Jul 2000 19:56:51 -0400, in sentex.lists.freebsd.questions you wrote: arp will help, but that assumed the machine you are on has it in its arp cache which is not always the case. Often it will, but sometimes it wont, and short of pinging all your machines on the same segment, one trick that can help narrow things down is to look up the manufacturer's code to help narrow things down... Particularly so when you have a heterogenous network. http://standards.ieee.org/regauth/oui/index.shtml has a listing of them all. ---Mike >If your FreeBSD machine is on the same network segment as the other box, >arp(8) may help you. > >-- >mwest@uct.ac.za > >On Thu, Jul 13, 2000 at 11:56:18PM +0200, Mark Rowlands wrote: >> possibly not the right place to be asking but ..... >> how can you find the ip address of a box (switch for example) >> if all you have is it's mac address - >> I have a freebsd at my disposal so ... any ideas? > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > Mike Tancsa (mdtancsa@sentex.net) Sentex Communications Corp, Waterloo, Ontario, Canada "Given enough time, 100 monkeys on 100 routers could setup a national IP network." (KDW2) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 21:11:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from prserv.net (out4.prserv.net [32.97.166.34]) by hub.freebsd.org (Postfix) with ESMTP id 6A46937B56B for ; Sat, 15 Jul 2000 21:11:34 -0700 (PDT) (envelope-from johnmichelini@alum.calberkeley.org) Received: from alum.calberkeley.org ([166.72.155.224]) by prserv.net (out4) with SMTP id <2000071604113223900ekckge>; Sun, 16 Jul 2000 04:11:33 +0000 Message-ID: <397135D5.7E1E31C4@alum.calberkeley.org> Date: Sat, 15 Jul 2000 21:11:01 -0700 From: John Michelini X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Renaming my box 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 have searched the FAQ and Handbook for instructions on naming my machine something other than MyDomain.com. If anyone has any pointers I would greatly appreciate the info. Thanks, John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 21:29:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.monochrome.org (monochrome.org [206.64.112.124]) by hub.freebsd.org (Postfix) with ESMTP id 1C11637B522 for ; Sat, 15 Jul 2000 21:29:28 -0700 (PDT) (envelope-from chris@monochrome.org) Received: from localhost (faro [192.168.1.7]) by mail.monochrome.org (8.9.3/8.9.3) with SMTP id AAA76040; Sun, 16 Jul 2000 00:28:23 -0400 (EDT) (envelope-from chris@monochrome.org) Date: Sun, 16 Jul 2000 00:28:23 -0400 (EDT) From: Chris Hill X-Sender: chris@localhost To: John Michelini Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Renaming my box In-Reply-To: <397135D5.7E1E31C4@alum.calberkeley.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, 15 Jul 2000, John Michelini wrote: > I have searched the FAQ and Handbook for instructions on naming my > machine something other than MyDomain.com. If anyone has any pointers I > would greatly appreciate the info. man hostname To make it "permanent," edit /etc/rc.conf. -- Chris Hill chris@monochrome.org [1] Bus error netscape To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 21:33:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from adsl-63-194-112-53.dsl.snlo01.pacbell.net (adsl-63-194-112-53.dsl.snlo01.pacbell.net [63.194.112.53]) by hub.freebsd.org (Postfix) with SMTP id 141B737B6AF for ; Sat, 15 Jul 2000 21:33:51 -0700 (PDT) (envelope-from bsd@info-logix.com) Received: (qmail 48091 invoked from network); 16 Jul 2000 04:39:04 -0000 Received: from unknown (HELO ibix) (192.168.1.3) by adsl-63-194-112-53.dsl.snlo01.pacbell.net with SMTP; 16 Jul 2000 04:39:03 -0000 From: "Hank Wethington" To: "Matthew West" , "Rob Wilkinson" Cc: Subject: RE: Installation on a 486-2/66 Date: Sat, 15 Jul 2000 21:32:33 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20000716013208.A91967@apotheosis.org.za> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I must humbly disagree. Although I am not positive what the minimum systems requirements may be, I installed FreeBSD 3.4 on a 486/66 with only 8 mb ram. It had 8 when I installed it and still has 8 (although if anyone has some 4 mb or larger 30 pin ram, I might be interested). The drive size is a whooping 800mb. It was a network install (over DSL). Again, I don't know what the minimum system requirements may be, or if they change depending on whether you do a CD, HD or net install, but it worked fine for me with no hiccups. Just my 2 cents... Hank -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Matthew West Sent: Saturday, July 15, 2000 4:32 PM To: Rob Wilkinson Cc: questions@FreeBSD.ORG Subject: Re: Installation on a 486-2/66 On Thu, Jul 13, 2000 at 12:13:20AM -0700, Rob Wilkinson wrote: > I have a problem installing FreeBSD release 4.0 on my system. > > My System: > ^^^^^^^^^ > 486 DX2/66 > 8MB of RAM ^^ While FreeBSD 3.x (and maybe even 4.x, I haven't tried) will run on 8MB of RAM, the installation will hang as you've described if you only have 8MB available. See if you can't (temporarily) add more RAM to the machine to do the installation, or move the HDD to another machine to do the install. -- mwest@uct.ac.za 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 Jul 15 21:39: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pop.idx.com.au (pop.idx.com.au [203.14.30.10]) by hub.freebsd.org (Postfix) with ESMTP id 5303E37B6AF for ; Sat, 15 Jul 2000 21:38:53 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from computer (idxwc04-178.idx.com.au [203.166.1.178]) by pop.idx.com.au (8.9.3/8.9.3) with SMTP id OAA06051; Sun, 16 Jul 2000 14:38:11 +1000 Message-Id: <3.0.6.32.20000716144530.007c5ba0@192.168.1.194> X-Sender: dannyh@192.168.1.194 X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Sun, 16 Jul 2000 14:45:30 +1000 To: David@SkytrackerCanada.com From: Danny Subject: Re: newbie of php problem - code shows no output Cc: questions@freebsd.org In-Reply-To: <39707F7F.C765CB89@www3.pacific-pages.com> References: <3.0.6.32.20000715151018.007f84f0@192.168.1.194> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Have you checked your AddType application directive for php3 ? it looks like is not part of your httpd.conf I can't prove it 100% because I am now using Windows as the OS instead of FreeBSD. At 11:13 AM 7/15/00 -0400, David Banning wrote: >It seems like httpd.conf has been configured for php3 (I uninstalled >php4 and >installed php3 to see if it would make a difference); > >LoadModule unique_id_module libexec/apache/mod_unique_id.so >#LoadModule php4_module libexec/apache/libphp4.so >LoadModule php3_module libexec/apache/libphp3.so > >and; > >AddModule mod_so.c >AddModule mod_setenvif.c >#AddModule mod_php4.c >AddModule mod_php3.c > >and; > > > > > DirectoryIndex index.php index.php3 index.html > > > DirectoryIndex index.php3 index.html > > > > > DirectoryIndex index.php index.html > > > DirectoryIndex index.html > > > > >Is that all that's needed? > >Danny wrote: >> >> You have to modify httpd.conf to support the php4 extension. >> >> And remember to restart your Apache server after you modified httpd.conf >> >> At 06:19 PM 7/14/00 -0400, you wrote: >> >Actually my file is /usr/David/php/test.php so it does have a .php >> >extension. >> > >> >I tried your script, with do difference - it does seem to read the >> >script, >> >as for a moment in netscape - at the bottom it says "reading file...", >> >then "DONE." >> > >> > >> >David Daugherty wrote: >> >> >> >> Try naming the file with a .php extension. Also try this instead, it tells >> >> you a whole lot more: >> >> >> >> Example >> >> >> >> >> >> >> >> >> >> >> >> >> >> David >> >> Software Engineer - NetManage >> >> Work email: david.daugherty@netmanage.com >> >> Home email: doc@wcug.wwu.edu >> >> ICQ 21106703 >> >> Washington State Resident >> >> >> >> On Fri, 14 Jul 2000, David Banning wrote: >> >> >> >> > >> >> > >> >> > Hi - I am starting out 1st time with PHP4 - just installed. >> >> > >> >> > My first script called test.php4 gives a blank screen in Netscape; >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > > >> > >> >> > $myvar = "Hello World"; >> >> > echo $myvar; >> >> > >> >> > ?> >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > I know the code is there, as when I save the netscape screen to a file, >> >> > the code is there. Any idea what could cause this? >> >> > >> >> > >> >> > To Unsubscribe: send mail to majordomo@FreeBSD.org >> >> > with "unsubscribe freebsd-questions" in the body of the message >> >> > >> > >> >-- >> >"Honesty is the best policy, but insanity is a better defense" >> > >> > >> >To Unsubscribe: send mail to majordomo@FreeBSD.org >> >with "unsubscribe freebsd-questions" in the body of the message >> > > >-- >"It was a virgin forest, a place where the Hand of Man had never set >foot." > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 21:39: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from amazonite.sentex.ca (sentex-gw-fe-0-123.hydro.guelph.on.ca [206.186.105.34]) by hub.freebsd.org (Postfix) with ESMTP id D67F237BA24 for ; Sat, 15 Jul 2000 21:39:01 -0700 (PDT) (envelope-from mike@sentex.net) Received: from granite.sentex.net (granite.sentex.ca [199.212.134.1]) by amazonite.sentex.ca (8.9.3/8.9.3) with ESMTP id AAA85706; Sun, 16 Jul 2000 00:39:00 -0400 (EDT) (envelope-from mike@sentex.net) Received: from chimp.simianscience.com (cage.simianscience.com [64.7.134.1]) by granite.sentex.net (8.8.8/8.6.9) with SMTP id AAA17259; Sun, 16 Jul 2000 00:38:59 -0400 (EDT) From: mike@sentex.net (Mike Tancsa) To: root@web-walrus.com (Grandpa Walrus) Cc: questions@freebsd.org Subject: Re: Regarding SCSI Hardware Date: Sun, 16 Jul 2000 04:33:59 GMT Message-ID: <397132e7.173170696@mail.sentex.net> References: In-Reply-To: X-Mailer: Forte Agent .99e/32.227 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 15 Jul 2000 23:01:27 -0400, in sentex.lists.freebsd.questions you wrote: >I looked on the FreeBSD site, and I don't see any information about >supported SCSI devices. Is this information contained anywhere on my >system? Yes, in the HARDWARE.TXT file. See ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/4.0-RELEASE/HARDWARE.TXT However, as there is a new 4.1 RELEASE out soon, there have been some changes adv0 n/a n/a n/a n/a AdvanSys Narrow SCSI controllers adw0 n/a n/a n/a n/a AdvanSys Wide SCSI controllers amd0 n/a n/a n/a n/a AMD 53C974 (Tekram DC390(T)) ncr0 n/a n/a n/a n/a NCR PCI SCSI controller bt0 330 dyn dyn dyn Buslogic SCSI controller aha0 330 dyn 5 dyn Adaptec 154x/1535 SCSI controller ahb0 dyn dyn dyn dyn Adaptec 174x SCSI controller ahc0 dyn dyn dyn dyn Adaptec 274x/284x/294x SCSI controller aic0 340 11 dyn dyn Adaptec 152x/AIC-6360/AIC-6260 SCSI controller isp0 dyn dyn dyn dyn QLogic 10X0, 1240 Ultra SCSI, 1080/1280 Ultra2 SCSI, 12160 Ultra3 SCSI, 2X00 Fibre Channel SCSI controller dpt0 dyn dyn n/a n/a DPT RAID SCSI controllers amr0 dyn dyn n/a n/a AMI MegaRAID controllers mlx0 dyn dyn n/a dyn Mylex DAC960 RAID controllers >I'm looking for a simple solution to do hot-swappable SCSI RAID mirroring >(one drive goes bad, the system stays up, I swap it when I get the chance >sort of thing) under FreeBSD 3.x or 4.x. 4.x is what you want. 3.x is old now. A Mylex or MegaRAID controller will work, provided you have the right enclosure. See also http://www.freebsd.org/~msmith/RAID for more details >Does this require a significant amount of hardware? depends on what your budget is.... > >Also, is it possible to have two different sized disks in a RAID array? >(i.e. I install two 9 GB SCSI disks, and later I can't find any 9 GB disks >to replace a failed one with...would a 12 GB disk work?) Do they have to >be exactly the same RPM? No. You generally want identical drives. You might want to browse through some of the more general FAQs on storage. There is a RAID FAQ as well you should read that has a lot of background info on the topic of RAID that applies not just to FreeBSD. ---Mike Mike Tancsa (mdtancsa@sentex.net) Sentex Communications Corp, Waterloo, Ontario, Canada "Given enough time, 100 monkeys on 100 routers could setup a national IP network." (KDW2) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 22:17:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bart.callnet0800.com (bart.callnet0800.com [212.67.128.108]) by hub.freebsd.org (Postfix) with ESMTP id 26EB537C14D for ; Sat, 15 Jul 2000 22:17:42 -0700 (PDT) (envelope-from Ian@tirnanog.org) Received: from smtp.f1racing.co.uk [212.67.128.141] by bart.callnet0800.com with ESMTP (SMTPD32-5.05) id A5CC17F00E0; Sun, 16 Jul 2000 06:19:08 +0100 Received: from da144d88.dialup.callnet0800.com [212.67.144.88] by smtp.f1racing.co.uk (SMTPD32-5.05) id A571BC0156; Sun, 16 Jul 2000 06:17:37 +0100 From: Ian J Greely To: freebsd-questions@freebsd.org Subject: SoundBlaster Line Out... Date: Sun, 16 Jul 2000 06:16:27 +0100 Message-ID: <42h2nsorm9fsi44bsetakja82377e55uqc@4ax.com> X-Mailer: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I've got my system almost configured the way I want it. However I do not seem to be able to send data to my Awe32 lineout. The standard line works fine but when playing mp3s I want to be able to use the second line to send direct to my Hi-Fi system.=20 I assume that I have to confiure up some extra device in /dev but was wondering if someone has already done this and knows what the device is. I'm using the standard pcm config. >device pcm >device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15 any idea? regards, Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 23: 7:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www3.pacific-pages.com (www3.pacific-pages.com [192.41.48.219]) by hub.freebsd.org (Postfix) with ESMTP id 51D2F37B5DB for ; Sat, 15 Jul 2000 23:06:51 -0700 (PDT) (envelope-from David@www3.pacific-pages.com) Received: from www3.pacific-pages.com ([216.191.74.136]) by www3.pacific-pages.com (8.8.5) id WAA21394; Sat, 15 Jul 2000 22:56:06 -0600 (MDT) Message-ID: <3971404D.55618AF8@www3.pacific-pages.com> Date: Sun, 16 Jul 2000 00:55:41 -0400 From: David Banning Reply-To: David@SkytrackerCanada.com Organization: Sky-Tracker of Canada Inc. X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Danny Cc: questions@freebsd.org Subject: Re: newbie of php problem - code shows no output References: <3.0.6.32.20000715151018.007f84f0@192.168.1.194> <3.0.6.32.20000716144530.007c5ba0@192.168.1.194> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Danny wrote: > > Have you checked your AddType application directive for php3 ? > it looks like is not part of your httpd.conf Sorry I goofed and din't show it, but here it is; AddType application/x-httpd-php3 .php3 AddType application/x-httpd-php3-source .php3s # # And for PHP 4.x, use: # AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps > > I can't prove it 100% because I am now using Windows as the OS instead of > FreeBSD. > > At 11:13 AM 7/15/00 -0400, David Banning wrote: > >It seems like httpd.conf has been configured for php3 (I uninstalled > >php4 and > >installed php3 to see if it would make a difference); > > > >LoadModule unique_id_module libexec/apache/mod_unique_id.so > >#LoadModule php4_module libexec/apache/libphp4.so > >LoadModule php3_module libexec/apache/libphp3.so > > > >and; > > > >AddModule mod_so.c > >AddModule mod_setenvif.c > >#AddModule mod_php4.c > >AddModule mod_php3.c > > > >and; > > > > > > > > > > DirectoryIndex index.php index.php3 index.html > > > > > > DirectoryIndex index.php3 index.html > > > > > > > > > > DirectoryIndex index.php index.html > > > > > > DirectoryIndex index.html > > > > > > > > > >Is that all that's needed? > > > >Danny wrote: > >> > >> You have to modify httpd.conf to support the php4 extension. > >> > >> And remember to restart your Apache server after you modified httpd.conf > >> > >> At 06:19 PM 7/14/00 -0400, you wrote: > >> >Actually my file is /usr/David/php/test.php so it does have a .php > >> >extension. > >> > > >> >I tried your script, with do difference - it does seem to read the > >> >script, > >> >as for a moment in netscape - at the bottom it says "reading file...", > >> >then "DONE." > >> > > >> > > >> >David Daugherty wrote: > >> >> > >> >> Try naming the file with a .php extension. Also try this instead, it > tells > >> >> you a whole lot more: > >> >> > >> >> Example > >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > >> >> David > >> >> Software Engineer - NetManage > >> >> Work email: david.daugherty@netmanage.com > >> >> Home email: doc@wcug.wwu.edu > >> >> ICQ 21106703 > >> >> Washington State Resident > >> >> > >> >> On Fri, 14 Jul 2000, David Banning wrote: > >> >> > >> >> > > >> >> > > >> >> > Hi - I am starting out 1st time with PHP4 - just installed. > >> >> > > >> >> > My first script called test.php4 gives a blank screen in Netscape; > >> >> > > >> >> > > >> >> > > >> >> > > >> >> > > >> >> > >> >> > > >> >> > $myvar = "Hello World"; > >> >> > echo $myvar; > >> >> > > >> >> > ?> > >> >> > > >> >> > > >> >> > > >> >> > > >> >> > > >> >> > > >> >> > I know the code is there, as when I save the netscape screen to a > file, > >> >> > the code is there. Any idea what could cause this? > >> >> > > >> >> > > >> >> > To Unsubscribe: send mail to majordomo@FreeBSD.org > >> >> > with "unsubscribe freebsd-questions" in the body of the message > >> >> > > >> > > >> >-- > >> >"Honesty is the best policy, but insanity is a better defense" > >> > > >> > > >> >To Unsubscribe: send mail to majordomo@FreeBSD.org > >> >with "unsubscribe freebsd-questions" in the body of the message > >> > > > > >-- > >"It was a virgin forest, a place where the Hand of Man had never set > >foot." > > -- Coincidences are spiritual puns. -- G. K. Chesterton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 23:19:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.enteract.com (mail.enteract.com [207.229.143.33]) by hub.freebsd.org (Postfix) with ESMTP id 3FD0B37BA90 for ; Sat, 15 Jul 2000 23:19:15 -0700 (PDT) (envelope-from djab@enteract.com) Received: from olivia (dschrock.cpe.dsl.enteract.com [216.80.53.93] (may be forged)) by mail.enteract.com (8.9.3/8.9.3) with SMTP id BAA89843; Sun, 16 Jul 2000 01:19:13 -0500 (CDT) (envelope-from djab@enteract.com) Message-ID: <003301bfeeee$0a01cae0$0271a8c0@anonymousdaemon.org> Reply-To: "Daniel Schrock" From: "Daniel Schrock" To: "William Woods" Cc: "freebsd-questions" References: <8kp1er$2aqa$1@FreeBSD.csie.NCTU.edu.tw> Subject: Re: FreeBSD 4.1 ?? Date: Sun, 16 Jul 2000 01:21:12 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cvsuping gave me 4.1-RC, but it is just 4.0 renamed, or so I've been told. it also gave me a MAJOR problems, but they are covered in another post. Daniel Schrock ----- Original Message ----- From: "William Woods" Newsgroups: mailing.freebsd.questions Sent: Saturday, July 15, 2000 1:47 AM Subject: FreeBSD 4.1 ?? > I herd a rumor that FreeBSD 4.1 is out already?? > > > > 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 Jul 15 23:19:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hawk.prod.itd.earthlink.net (hawk.prod.itd.earthlink.net [207.217.120.22]) by hub.freebsd.org (Postfix) with ESMTP id 6775937B5A7; Sat, 15 Jul 2000 23:19:03 -0700 (PDT) (envelope-from dmehler22@earthlink.net) Received: from hellraiser (ip25.dayton5.oh.pub-ip.psi.net [38.27.181.25]) by hawk.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with SMTP id XAA06621; Sat, 15 Jul 2000 23:19:01 -0700 (PDT) Message-ID: <000801bfefb7$f1eda440$0200a8c0@hellraiser> Reply-To: "dave" From: "dave" To: Cc: Subject: generalized instructions for pnp modem configuration. Date: Mon, 17 Jul 2000 02:26:28 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BFEF96.696AC100" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4029.2901 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4029.2901 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BFEF96.696AC100 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, If anyone is using a pnp modem of any type under fbsd 4.0-release = could you let me know step by step what you had to do to get it working, = with ppp, what you had to change in your kernel or add to = kernel.conf/sio.c anything? I'm still having difficulties getting mine = to work. Help appreciated. Thanks. Dave. ------=_NextPart_000_0005_01BFEF96.696AC100 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
    If anyone is using a = pnp modem=20 of any type under fbsd 4.0-release could you let me know step by step = what you=20 had to do to get it working, with ppp, what you had to change in your = kernel or=20 add to kernel.conf/sio.c anything? I'm still having difficulties getting = mine to=20 work.
    Help = appreciated.
Thanks.
Dave.
 
------=_NextPart_000_0005_01BFEF96.696AC100-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jul 15 23:35:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.enteract.com (mail.enteract.com [207.229.143.33]) by hub.freebsd.org (Postfix) with ESMTP id C3B3837BA4B; Sat, 15 Jul 2000 23:35:39 -0700 (PDT) (envelope-from dschrock@enteract.com) Received: from olivia (dschrock.cpe.dsl.enteract.com [216.80.53.93] (may be forged)) by mail.enteract.com (8.9.3/8.9.3) with SMTP id BAA91905; Sun, 16 Jul 2000 01:35:38 -0500 (CDT) (envelope-from dschrock@enteract.com) Message-ID: <003901bfeef0$54c96630$0271a8c0@anonymousdaemon.org> From: "Daniel Schrock" To: "Doug Barton" , "Ben Smithurst" Cc: "freebsd-questions" References: <003201bfeddc$659e3b80$0271a8c0@anonymousdaemon.org> <20000714231246.C84045@strontium.scientia.demon.co.uk> <001201bfee1f$69428ff0$0271a8c0@anonymousdaemon.org> <20000715132708.D84045@strontium.scientia.demon.co.uk> <3970D697.ED97E9E6@gorean.org> Subject: Re: I cvsup'd, now nfs filesystems won't mount! Date: Sun, 16 Jul 2000 01:37:36 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Actually, nfsiod was also running but I failed to mention it. My bad. nfs_client_enable="YES" is in my rc.conf, and the system worked perfect before cvsuping. I have not changed my system configuration. Based on my config, this should not be happening. rc.conf is correct, fstab is correct, the required daemons are running. I have yet to cvsup my gateway out of fear that my entire network will then be broken. But part of me thinks if I cvsup it, it may fix this problem (doubtful, and not worth the risk considering this current problem with my webserver.) /usr/home is also a mounted filesystem, so none of my users have access to MySQL and PHP-based web content. My gateway is only running a minimal apache version so most web content is still available, but I need my webserver back. The thing I find really strange about it is that my other system that I cvsup'd a couple days before mounts the file system with absolutely no problems what-so-ever. No hang, no pause, no error. I'm baffled and very upset by this experience. On the lighter side, if life were easy, it'd be boring.... Daniel Schrock ----- Original Message ----- From: "Doug Barton" To: "Ben Smithurst" Cc: "Daniel Schrock" ; "freebsd-questions" Sent: Saturday, July 15, 2000 4:24 PM Subject: Re: I cvsup'd, now nfs filesystems won't mount! > Ben Smithurst wrote: > > > > Daniel Schrock wrote: > > > > > ps axl | grep nfs reports: > > > root 66 0.0 0.2 384 224 con- D 12:42AM 0:00.00 > > > nfs gateway:/savedisk /savedisk (mount_nfs) > > > > You need nfsiod running on the client. nfs_client_enable=YES in > > /etc/rc.conf, or run 'nfsiod -n 4' to start it manually. > > nfsiod is not a requirement, but it does help. > > > I think you may have to reboot for now -- you may have problems getting the > > process listed above to die. kill -9 never worked for me in those cases. > > *Nod* Unfortunately, nfs is one of those things that sometimes require > "the microsoft solution" as we refer to it at work. > > Doug > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message