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