From owner-freebsd-questions Sun Feb 18 0:13:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp017.mail.yahoo.com (smtp017.mail.yahoo.com [216.136.174.114]) by hub.freebsd.org (Postfix) with SMTP id 3898137B503 for ; Sun, 18 Feb 2001 00:13:45 -0800 (PST) Received: from unknown (HELO client1) (202.133.65.18) by smtp.mail.vip.sc5.yahoo.com with SMTP; 18 Feb 2001 08:13:41 -0000 X-Apparently-From: Message-ID: <003501bf7a54$cbf9f1e0$01010101@client1> From: "Syed Faisal Gillani" To: "freebsd" Subject: test message Date: Fri, 18 Feb 2000 13:05:45 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.60.2257.0000 X-MimeOLE: Produced By Microsoft MimeOLE V5.60.2257.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG *º¤., ¸¸,.¤º*¨¨¨*¤Allah Hafiz*º¤., ¸¸,.¤º*¨¨*¤ *º¤., ¸¸,.¤º*¨¨¨*Faisal Gillani *º¤., ¸¸,.¤º*¨¨*¤ _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 0:18: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 27B4037B491 for ; Sun, 18 Feb 2001 00:17:49 -0800 (PST) Received: from rfx-216-196-73-168.users.reflexcom.com ([216.196.73.168]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sun, 18 Feb 2001 00:15:25 -0800 Received: (from cjc@localhost) by rfx-216-196-73-168.users.reflexcom.com (8.11.1/8.11.1) id f1I8HFY50100; Sun, 18 Feb 2001 00:17:15 -0800 (PST) (envelope-from cjc) Date: Sun, 18 Feb 2001 00:17:14 -0800 From: "Crist J. Clark" To: "Dan Mahoney, System Admin" Cc: questions@FreeBSD.ORG Subject: Re: dump and ssh Message-ID: <20010218001714.E62368@rfx-216-196-73-168.users.reflex> Reply-To: cjclark@alum.mit.edu References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from danm@prime.gushi.org on Fri, Feb 16, 2001 at 03:03:18AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Feb 16, 2001 at 03:03:18AM -0500, Dan Mahoney, System Admin wrote: > Hey all, > > I am currently backing up my cobalt machines (ick) to a freeBSD host by > dumping to standard output, and piping that over ssh, using buffer from > the ports to write it to a backup device (in this case a raid disk). > > My original plan had been to nfs mount the raid partition in the case of a > need to restore, but for some reason the linux can't nfs mount the freebsd > system (I think the kernel version is too old). > > So then, my question becomes, what would be the syntax to pull a file from > a remote host via ssh, using restore(8)? # ssh -luser remotehost "cat dump_file.dmp" | restore -[irRtx]f - -- 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 Feb 18 0:19:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 1B5C137B4EC for ; Sun, 18 Feb 2001 00:19:12 -0800 (PST) Received: from rfx-216-196-73-168.users.reflexcom.com ([216.196.73.168]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sun, 18 Feb 2001 00:17:19 -0800 Received: (from cjc@localhost) by rfx-216-196-73-168.users.reflexcom.com (8.11.1/8.11.1) id f1I8J2c50116; Sun, 18 Feb 2001 00:19:02 -0800 (PST) (envelope-from cjc) Date: Sun, 18 Feb 2001 00:19:01 -0800 From: "Crist J. Clark" To: Tony Wells Cc: freebsd-questions@FreeBSD.ORG Subject: Re: IPFirewall & syslogd Message-ID: <20010218001901.F62368@rfx-216-196-73-168.users.reflex> Reply-To: cjclark@alum.mit.edu References: <3A8D846F.8824EEB9@journalstar.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A8D846F.8824EEB9@journalstar.com>; from awells@journalstar.com on Fri, Feb 16, 2001 at 01:50:07PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Feb 16, 2001 at 01:50:07PM -0600, Tony Wells wrote: > I'm having a problem getting ipfirewall to log via syslogd. > > I compiled the kernel with the three following options: > > options IPFIREWALL > options IPFIREWALL_VERBOSE > options IPFIREWALL_VERBOSE_LIMIT=10 > > I have a firewall rule that looks like this: > > deny tcp log from any to any setup > > Which deny's all the TCP connections not explicitly allowed. I hoped > to be able to see if anyone is "rattling the doorknobs", but nothing > gets logged to either /var/log/messages or /var/log/security if I try > and connect to a blocked port. > > Does anyone have any ideas why "log" isn't getting logged via syslog? Did you put anything in /etc/syslog.conf to catch the messages? -- 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 Feb 18 0:20:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 2104037B401 for ; Sun, 18 Feb 2001 00:20:38 -0800 (PST) Received: from rfx-216-196-73-168.users.reflexcom.com ([216.196.73.168]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sun, 18 Feb 2001 00:18:45 -0800 Received: (from cjc@localhost) by rfx-216-196-73-168.users.reflexcom.com (8.11.1/8.11.1) id f1I8KZ750137; Sun, 18 Feb 2001 00:20:35 -0800 (PST) (envelope-from cjc) Date: Sun, 18 Feb 2001 00:20:34 -0800 From: "Crist J. Clark" To: Peter Disiot Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Cannot send emails from command prompt. Message-ID: <20010218002034.G62368@rfx-216-196-73-168.users.reflex> Reply-To: cjclark@alum.mit.edu References: <3A8F7310.DF8B40BD@sysreal.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A8F7310.DF8B40BD@sysreal.com.au>; from pdisiot@sysreal.com.au on Sun, Feb 18, 2001 at 05:00:32PM +1000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Feb 18, 2001 at 05:00:32PM +1000, Peter Disiot wrote: > Hello All. > I am having the problem where if I type "mail person@domain.com" from the command prompt (filling in the requireds), the email gets put into the mail q. And thats where it stays. However if I setup pine, I can send emails. Does any one know why this is happening? THe reason for this is that I'm using cvs, and need to send out notification emails, by using this command. Either I'm blind or I'm not looking in the right place, but how do I set up the smtp to point to our local server? Is this the write approach? Is there something in sendmail.cf I have to mod or not? I think I'm running in circles, and any help would be appreciated. What does mailq(1) say about why the mail is still in the queue? What is in /var/log/maillog? -- 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 Feb 18 0:39:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cody.jharris.com (cody.jharris.com [205.238.128.83]) by hub.freebsd.org (Postfix) with ESMTP id 677D837B503 for ; Sun, 18 Feb 2001 00:39:26 -0800 (PST) Received: from localhost (nick@localhost) by cody.jharris.com (8.11.1/8.9.3) with ESMTP id f1I93FH09277; Sun, 18 Feb 2001 03:03:15 -0600 (CST) (envelope-from nick@rogness.net) Date: Sun, 18 Feb 2001 03:03:15 -0600 (CST) From: Nick Rogness X-Sender: nick@cody.jharris.com To: cjclark@alum.mit.edu Cc: "Dan Mahoney, System Admin" , questions@FreeBSD.ORG Subject: Re: dump and ssh In-Reply-To: <20010218001714.E62368@rfx-216-196-73-168.users.reflex> Message-ID: 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, 18 Feb 2001, Crist J. Clark wrote: > On Fri, Feb 16, 2001 at 03:03:18AM -0500, Dan Mahoney, System Admin wrote: > > > > My original plan had been to nfs mount the raid partition in the case of a > > need to restore, but for some reason the linux can't nfs mount the freebsd > > system (I think the kernel version is too old). > > > > So then, my question becomes, what would be the syntax to pull a file from > > a remote host via ssh, using restore(8)? > > # ssh -luser remotehost "cat dump_file.dmp" | restore -[irRtx]f - That will actually restore your dump on the machine you are restoring from. If you just want to grap the already dumped file and not restore: # ssh remotehost 'cat dump_file' | cat - > local_dump_file or # ssh remotehost 'dump 0af - / ' |cat - > local_dump_file or you could just use scp. Nick Rogness - Keep on routing in a Free World... "FreeBSD: The Power to Serve!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 0:52:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail19.sdc1.sfba.home.com (femail19.sdc1.sfba.home.com [24.0.95.128]) by hub.freebsd.org (Postfix) with ESMTP id CC97E37B503 for ; Sun, 18 Feb 2001 00:52:14 -0800 (PST) Received: from marx.marvic.chum ([24.17.229.11]) by femail19.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010218085214.PYCJ5691.femail19.sdc1.sfba.home.com@marx.marvic.chum> for ; Sun, 18 Feb 2001 00:52:14 -0800 Received: (from vcardona@localhost) by marx.marvic.chum (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) id CAA21985 for freebsd-questions@freebsd.org; Sun, 18 Feb 2001 02:52:47 -0600 Date: Sun, 18 Feb 2001 02:52:47 -0600 From: "Victor R. Cardona" To: freebsd-questions@freebsd.org Subject: test Message-ID: <20010218025247.A21982@home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG test -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 0:58: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from joe.halenet.com.au (joe.halenet.com.au [203.37.141.114]) by hub.freebsd.org (Postfix) with ESMTP id AF0BB37B69B for ; Sun, 18 Feb 2001 00:57:57 -0800 (PST) Received: from temp19 (modem-78-st.halenet.com.au [203.55.33.78]) by joe.halenet.com.au (8.9.1/8.9.1) with SMTP id SAA05405; Sun, 18 Feb 2001 18:53:47 +1000 (EST) (envelope-from timbo@halenet.com.au) Message-ID: <2bab01c09989$36277a20$6500a8c0@halenet.com.au> From: "Tim McCullagh" To: "Alex Charalabidis" Cc: References: Subject: Re: Installing AMAVIS virus scanner (looping sendmail + starting multiple perl sessions + running out of swap space) Date: Sun, 18 Feb 2001 19:00:13 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Alex Thanks for your help. I found that the problem I was having was due to my system not having the libc.so.3 installed. To get around this I installed the compat2.1 2.2 and 3 distributions to my FreeBSD release 4.2 system and that has fixed the problem The libc.so.3 is used by the uvscan Thanks again Tim ----- Original Message ----- From: "Alex Charalabidis" To: "Tim McCullagh" Cc: Sent: Thursday, 15 February 2001 5:36 Subject: Re: Installing AMAVIS virus scanner On Thu, 15 Feb 2001, Tim McCullagh wrote: > Has anyone successfully installed the amavis-perl port on FreeBSD 4.2 ? > > Did it install straight from the ports directory or did you need to > reconfigure it to get it to work? > Straight out of the ports with uvscan and all. The only think that needed fixing was the path to sendmail.cf. > I am trying to install Amavis on a fresh install of Freebsd 4.2 and I have > gone throught the readme's etc and checked my setttings and they all seem > ok. The problem is that as soon as I send a message to the mail server > after killing the PID for sendmail the system repeatedly keeps opening > multiple perl sessions until the server runs out od swap space and sendmail > is killed off Amavis isn't *that* greedy. I suspect it's going into a loop. Normally amavis will process the message and in the second stage resend it to the local server for normal delivery with the original, non-amavis .cf using sendmail's -C flag. This sounds like the second instance of sendmail is running with the wrong .cf and sending the message back to its amavis-enabled self instead of a sendmail instance that would deliver. Given that it's on localhost, that would present you with a zillion processes within a minute. hth -ac -- ============================================================== Alex Charalabidis (AC8139) 5050 Poplar Ave, Ste 170 System 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 Feb 18 1: 3:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-53.dsl.lsan03.pacbell.net [64.165.226.53]) by hub.freebsd.org (Postfix) with ESMTP id 7448137B401 for ; Sun, 18 Feb 2001 01:03:42 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 15D9B66B00; Sun, 18 Feb 2001 01:03:36 -0800 (PST) Date: Sun, 18 Feb 2001 01:03:34 -0800 From: Kris Kennaway To: Uri.Shenderovich@lightscapenet.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Supporting threads by gcc-2.95.2 Message-ID: <20010218010334.A81789@mollari.cthul.hu> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="Dxnq1zWXvFF0Q93v" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from Uri.Shenderovich@lightscapenet.com on Sun, Feb 18, 2001 at 08:48:13AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, Feb 18, 2001 at 08:48:13AM +0200, Uri.Shenderovich@lightscapenet.com wrote: > Hi , > I've recently installed FreeBSD(4.1) and was trying to compile something > that requires > posix threads supported.The 'configure' discovered that gcc doesn't support > threads. > Is it true and I have to get sources and recompile the gcc ? > Or maybe I just , forgot to install something :( ? gcc isn't the thing which supports threads - that's libc_r. Your configure script is probably broken. Kris --Dxnq1zWXvFF0Q93v Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6j4/lWry0BWjoQKURAmmOAKDT0Lwr++zs4/5QutInXjC3iin8pQCg4Lgw Hm+q5gpkXmaGMXsv1ckT4JI= =T5AJ -----END PGP SIGNATURE----- --Dxnq1zWXvFF0Q93v-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 1: 4:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 9600837B401 for ; Sun, 18 Feb 2001 01:04:41 -0800 (PST) Received: from rfx-216-196-73-168.users.reflexcom.com ([216.196.73.168]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sun, 18 Feb 2001 01:02:46 -0800 Received: (from cjc@localhost) by rfx-216-196-73-168.users.reflexcom.com (8.11.1/8.11.1) id f1I94bN50476; Sun, 18 Feb 2001 01:04:37 -0800 (PST) (envelope-from cjc) Date: Sun, 18 Feb 2001 01:04:36 -0800 From: "Crist J. Clark" To: Nick Rogness Cc: "Dan Mahoney, System Admin" , questions@FreeBSD.ORG Subject: Re: dump and ssh Message-ID: <20010218010436.H62368@rfx-216-196-73-168.users.reflex> Reply-To: cjclark@alum.mit.edu References: <20010218001714.E62368@rfx-216-196-73-168.users.reflex> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from nick@rogness.net on Sun, Feb 18, 2001 at 03:03:15AM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Feb 18, 2001 at 03:03:15AM -0600, Nick Rogness wrote: > On Sun, 18 Feb 2001, Crist J. Clark wrote: > > > On Fri, Feb 16, 2001 at 03:03:18AM -0500, Dan Mahoney, System Admin wrote: > > > > > > My original plan had been to nfs mount the raid partition in the case of a > > > need to restore, but for some reason the linux can't nfs mount the freebsd > > > system (I think the kernel version is too old). > > > > > > So then, my question becomes, what would be the syntax to pull a file from > > > a remote host via ssh, using restore(8)? > > > > # ssh -luser remotehost "cat dump_file.dmp" | restore -[irRtx]f - > > That will actually restore your dump on the machine you are > restoring from. If you just want to grap the already dumped file > and not restore: > > # ssh remotehost 'cat dump_file' | cat - > local_dump_file ^^^^^^^ Why the gratuitous cat(1)? # ssh remotehost 'cat dump_file' > local_dump_file > or > > # ssh remotehost 'dump 0af - / ' |cat - > local_dump_file ^^^^^^ # ssh remotehost 'dump 0af - / ' > local_dump_file The original poster was already piping dumps through SSH. -- 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 Feb 18 1:17: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cody.jharris.com (cody.jharris.com [205.238.128.83]) by hub.freebsd.org (Postfix) with ESMTP id 88DE937B6D9 for ; Sun, 18 Feb 2001 01:16:59 -0800 (PST) Received: from localhost (nick@localhost) by cody.jharris.com (8.11.1/8.9.3) with ESMTP id f1I9eqb10568; Sun, 18 Feb 2001 03:40:52 -0600 (CST) (envelope-from nick@rogness.net) Date: Sun, 18 Feb 2001 03:40:52 -0600 (CST) From: Nick Rogness X-Sender: nick@cody.jharris.com To: cjclark@alum.mit.edu Cc: "Dan Mahoney, System Admin" , questions@FreeBSD.ORG Subject: Re: dump and ssh In-Reply-To: <20010218010436.H62368@rfx-216-196-73-168.users.reflex> Message-ID: 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, 18 Feb 2001, Crist J. Clark wrote: > > > # ssh -luser remotehost "cat dump_file.dmp" | restore -[irRtx]f - > > > That will actually restore your dump on the machine you are > > restoring from. If you just want to grap the already dumped file > > and not restore: > > > # ssh remotehost 'cat dump_file' | cat - > local_dump_file > ^^^^^^^ > Why the gratuitous cat(1)? Easier to follow...or maybe not. It is not needed but I was going off of your post which used |restore... The extra cat(1)'s in my previous post were not needed...I apologize for the extra 7-30 characters in everyones already bloated inbox. Nick Rogness - Keep on routing in a Free World... "FreeBSD: The Power to Serve!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 1:25:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mta5-rme.xtra.co.nz (mta5-rme.xtra.co.nz [203.96.92.17]) by hub.freebsd.org (Postfix) with ESMTP id 60D5637B491 for ; Sun, 18 Feb 2001 01:25:34 -0800 (PST) Received: from dynasite ([210.55.163.61]) by mta5-rme.xtra.co.nz with SMTP id <20010218092532.MMAX4912120.mta5-rme.xtra.co.nz@dynasite> for ; Sun, 18 Feb 2001 22:25:32 +1300 Message-ID: <000501c09a3e$5d70d760$047ba8c0@co.nz> From: "David Anderson" To: Subject: userconfig changes 4.2 - no ide controller? Date: Sun, 18 Feb 2001 22:36:01 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there Having had bsd 3.1 running fine for the last 2 years I wanted to install 4.2 on another machine. I notice in userconfig that there seems to be no ide controller. I am trying to use the very same cdrom with 4.2 that I have been using with 3.1 but things have changed. On 3.1 its IDE/ESDI/MFM compatible disk controller ata1 15 0x170 On 4.2 the closest I can find (there seems alot less options) is ATA/ATAPI compatible disk controller ata1 15 0x170 After using kernel.flp and mfsroot.flp the system finds some hardware (too fast to see what) then says probing but straight away jumps to the userconfig menu choices. Following thru to conclusion I get "old cdrom or not recognised by bsd" type message which says Im right out of luck it cant load my binaries.............. Im using a Samsung CDROM off the secondary IDE slot on board (CDROM set to slave). Release 4.2 has a different line up of userconfig storage options to 3.1 and 3.5. The first probe is too quick to be believed and the lack of settings have left me in a quandry. I have checked the mail archive for previously asked questions and have found none? Any help would really be appreciated - 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 Feb 18 1:44:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from e450.mnsi.net (e450.mnsi.net [206.48.122.98]) by hub.freebsd.org (Postfix) with ESMTP id 3C50337B491 for ; Sun, 18 Feb 2001 01:44:44 -0800 (PST) Received: from lan4 (dyn216-8-128-28.ADSL.mnsi.net [216.8.128.28]) by e450.mnsi.net (8.8.8/waffleiron) with SMTP id EAA02009; Sun, 18 Feb 2001 04:44:42 -0500 (EST) Message-ID: <003c01c0998f$8d57f9e0$fd00a8c0@Home> From: "Ryan Masse" To: Cc: "FreeBSD-Questions" References: <41.78ac05e.27c0ce67@cs.com> Subject: Re: LILO? Date: Sun, 18 Feb 2001 04:45:35 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Find an msdos bootdisk.. boot off of it and type: fdisk /mbr then boot to linux with the cd or floppies and rerun lilo From: To: Sent: Sunday, February 18, 2001 2:06 AM Subject: LILO? > hi, i have purchased both 3.4 and now 4.0 free bsd, and fo some reason when > ever i start my system it goes to lilo and says: LIL- i know that each letter > is supposed to stand for something, and i can use the linux lilo but have > problems with the one you are distributing. I have both loaded it to the MBR > and the main block on the BSD partition, and have the same problem. > PLEASE HELP > nize2beme@cs.com > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 1:53: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mclink.it (net128-007.mclink.it [195.110.128.7]) by hub.freebsd.org (Postfix) with ESMTP id 7691E37B401 for ; Sun, 18 Feb 2001 01:52:56 -0800 (PST) Received: from mclink.it (net156-075.mclink.it [195.110.156.75]) by mail.mclink.it (8.11.0/8.11.0) with ESMTP id f1I9qje09392; Sun, 18 Feb 2001 10:52:45 +0100 (CET) Message-ID: <3A8F9B5B.8BE3C6FE@mclink.it> Date: Sun, 18 Feb 2001 10:52:27 +0100 From: Marco Masotti Reply-To: masotti@mclink.it X-Mailer: Mozilla 4.74 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: kstewart@urx.com Cc: Russell Francis , questions@FreeBSD.ORG Subject: Re: xcpustate and SMP References: <3A8F2860.A8CC571C@urx.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kent, my SMP config is actually a kernel SMP config. I believe Russel has got the right point when saying that something is missing inside to admire the SMP at work. Actually again, the SMP behaves quite right, the system appears quite fine grained to allow most identical programs, when run in parallel, to run maxing all the available cpus all their way out. That even if the specific applications are not designed to accomodate their threads avoiding to step onto each other foot while executing. I'm satisified with FreeBSD smp as I can be with linux, apparently as far as I've seen till now. Yet, the problem is in xcpustate, and also possibly in xosview (not tried that yet). Thank you for all replies. Regards all --- Marco Kent Stewart wrote: > Russell Francis wrote: > > > > > > > Marco Masotti wrote: > > > > > > > > Hello, > > > > > > > > I' running xcpustate on a bi-processor machine, but I'm not able to see > > > > the two bars that would be involved in a SMP config. > > > > > > > > When running locally on supported multiprocessors > > > > (SolbourneOS/MPsystems, Ultrix multiprocessors, Linux/SMP, and the > > > > Gould NP1), there will be one bar for each CPU. > > > > > > > > My hardware is an Abit BP6 with 2xCeleron@550, FreeBSD 4._REL, xcpustate > > > > is version 2.5, patchlevel 1.13 > > > > > > > > BTW, Is FreeBSD a *not supported* multiprocessor? > > > > > > It is unless you turn on multi-processor support in the kernel. > > > > > > Kent > > > > I am also running a dual system and even with SMP compiled into the > > kernel, the issue with monitoring software (xcpustate, xosview) only > > showing one CPU still exists. SMP is supported though because when > > one processor is maxed out it will show 50% when both processors are > > maxed it will show 100%. SMP works but the software to admire it isn't > > quite there. > > That is too bad. I just got a Abit VP8 with dual 866 running and so > far my AMD Thunderbird 900 will do buildworld's 20% faster. I was > hoping there was something that would show me where the bottleneck > was. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 1:54:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mss.rdc2.nsw.optushome.com.au (ha1.rdc2.nsw.optushome.com.au [203.164.2.50]) by hub.freebsd.org (Postfix) with ESMTP id A268837B401 for ; Sun, 18 Feb 2001 01:54:15 -0800 (PST) Received: from co3027913-a.optushome.com.au ([203.164.216.140]) by mss.rdc2.nsw.optushome.com.au (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010218095414.TCPH26799.mss.rdc2.nsw.optushome.com.au@co3027913-a.optushome.com.au> for ; Sun, 18 Feb 2001 20:54:14 +1100 Message-Id: <5.0.2.1.0.20010218205229.009f2eb0@mail> X-Sender: alnesbit@mail X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Sun, 18 Feb 2001 20:57:46 +1100 To: freebsd-questions@freebsd.org From: Andrew Nesbit Subject: RE: "MII without any phy!" error message In-Reply-To: References: <5.0.2.1.0.20010218005125.009eb2d0@mail> 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 Thanks for the reply Dominic. I tried adjusting settings in the BIOS but that didn't work. I then moved the card to another PCI slot, and then it probed properly *once*. Still didn't provide any network services, though. I remember reading an official bug report in one of the archives during my search for answers... so it could actually be a bug in the vr driver but I don't know for sure. Anyway, I picked up another card today 2nd hand really cheap (Intel based) and so far it works like a dream. Cheers, Andrew At 02:27 PM 17/02/01 +0000, you wrote: Same NIC as I had problems with only a little while ago. In your kernel have you enabled the VIA Rhine chipset *and* the MII Bus? A MAC address of 00:00:00:00:00:00 seems a little odd to me. I had to go into the bios and reset it to manufacturers defaults to get mine to work, although I had a different error to yours and therefore I doubt this is the same problem. I'd check your kernel config options, i think its that though, it can see the card but not get to its interface would suggest to me that perhaps drivers need in NIC communication were not present. Good Luck Dominic -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Andrew Nesbit Sent: 17 February 2001 13:59 To: freebsd-questions@freebsd.org Subject: "MII without any phy!" error message I am running 4.2-RELEASE and the NIC I am trying to use is a D-Link 530TX. During device probing when FreeBSD is booting, I get the following: vr0: port 0xe400-0xe4ff mem 0xdf000000-0xdf0000ff irq 11 at device 13.0 on pci0 vr0: Ethernet address: 00:00:00:00:00:00 vr0: MII without any phy! and then a bit later: ifconfig: interface vr0 does not exist Thus I cannot get my NIC to work. I have so far been unable to find a solution to this problem. Please help! Thanks. Andrew Nesbit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of 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 Feb 18 1:55:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns.any.ru (ns.any.ru [194.67.127.11]) by hub.freebsd.org (Postfix) with ESMTP id 2F41837B401 for ; Sun, 18 Feb 2001 01:55:27 -0800 (PST) Received: (from avn@localhost) by ns.any.ru (8.11.2/8.11.2) id f1I9tOA08966 for freebsd-questions@freebsd.org.AVP; Sun, 18 Feb 2001 12:55:24 +0300 (MSK) (envelope-from avn) Received: (from avn@localhost) by ns.any.ru (8.11.2/8.11.2) id f1I9tOk08958 for freebsd-questions@freebsd.org; Sun, 18 Feb 2001 12:55:24 +0300 (MSK) (envelope-from avn) Date: Sun, 18 Feb 2001 12:55:24 +0300 (MSK) From: "Alexey V. Neyman" Message-Id: <200102180955.f1I9tOk08958@ns.any.ru> To: freebsd-questions@freebsd.org Subject: Asus A7V133 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hello there! [ in case of answers from questions@, please, keep cc'ing me ] I tried to install FreeBSD 4.2-R on a Asus A7V133/Athlon Thunderbird 850MHz/Fujitsu MPE3136AH (udma/66), and noticed the following: the system installs and runs smoothly, when the hard disk is attached to secondary (Promise UDMA100/RAID0) controller. When it's at primary controller, it detects disk properly. But when it tries to write partition data on it, it makes some tries like: ad0: WRITE timeout tag=0 ata0: resetting devices .. done and then panics with message `going nowhere without my init'. Seems that new Asus A7V133 has broken primary IDE controller. Have anybody met with something like this? FYI: 3.5.1-R bootable CD does not boot at all - it dumps registers and halts system. FYI2: Windows ME installs and operates even when disk is installed as primary master. Maybe it just silently downgrades from udma/66 to something lower? # Alexey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 2:17: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from glitnir.cfar.umd.edu (glitnir.cfar.umd.edu [128.8.132.40]) by hub.freebsd.org (Postfix) with ESMTP id 01D8337B503; Sun, 18 Feb 2001 02:17:03 -0800 (PST) Received: from glitnir.cfar.umd.edu (localhost [127.0.0.1]) by glitnir.cfar.umd.edu (8.9.3/8.9.1) with ESMTP id FAA08244; Sun, 18 Feb 2001 05:16:52 -0500 (EST) Message-Id: <200102181016.FAA08244@glitnir.cfar.umd.edu> To: Uri.Shenderovich@lightscapenet.com Cc: freebsd-questions@FreeBSD.ORG, freebsd-newbies@FreeBSD.ORG Subject: Re: Supporting threads by gcc-2.95.2 In-reply-to: Your message of "Sun, 18 Feb 2001 08:48:13 +0200." Date: Sun, 18 Feb 2001 05:16:52 -0500 From: Andrew Arensburger Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 18 Feb 2001 08:48:13 +0200, Uri.Shenderovich@lightscapenet.com wrote: > Hi , > I've recently installed FreeBSD(4.1) and was trying to compile something > that requires > posix threads supported.The 'configure' discovered that gcc doesn't support > threads. > Is it true and I have to get sources and recompile the gcc ? > Or maybe I just , forgot to install something :( ? I believe that under Linux, to compile with threads, you link with the 'pthreads' library, i.e., you compile with "gcc -lpthread". Under FreeBSD, however, you compile with "gcc -pthread". Presumably the 'configure' script is broken. A quick and dirty hack is to edit 'configure' and replace all instances of "-lpthread" with "-pthread". -- Andrew Arensburger, Systems guy Center for Automation Research arensb@cfar.umd.edu University of Maryland How many programmers does it take to debug an AI? One, but the program has to really, really want to change. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 4: 1:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.home.nl (mail2.home.nl [213.51.129.163]) by hub.freebsd.org (Postfix) with ESMTP id 9ED2437B491 for ; Sun, 18 Feb 2001 04:01:21 -0800 (PST) Received: from rhialto ([213.51.11.82]) by mail2.home.nl (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20010218115957.QRXM311.mail2.home.nl@rhialto> for ; Sun, 18 Feb 2001 12:59:57 +0100 From: C.Delnooz To: questions@freebsd.org Subject: USB Scanners Date: Sun, 18 Feb 2001 12:55:55 +0100 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Message-Id: <01021812555500.07387@rhialto> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, while reading the freebsd handbook i noticed that there is no mention of usb scanner support in the hardware list. Is there really no support for these devices? i noticed netbsd and linux supporting them, so i'm kind of surprised not to see them here. Regards, Chris Delnooz -- As finishing touch, God created the Dutch! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 4: 3:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from squishycow.goldenterrace.com.au (squishycow.goldenterrace.com.au [203.41.110.130]) by hub.freebsd.org (Postfix) with ESMTP id 328CC37B401 for ; Sun, 18 Feb 2001 04:03:20 -0800 (PST) Received: by squishycow.goldenterrace.com.au (Postfix, from userid 1000) id C93F519D07; Sun, 18 Feb 2001 23:03:17 +1100 (EST) Date: Sun, 18 Feb 2001 23:03:17 +1100 From: Steve Horan To: freebsd-questions@freebsd.org Subject: pppd and pap-secrets problems Message-ID: <20010218230317.W44375@goldenterrace.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I am having issues with pppd. I've recently reinstalled a machine that was acting as a dialin server. Previously I was running 2.2.5-RELEASE, now running 4.2-STABLE. The problem I'm having is that the "login" command for pppd used to only check the system password file, which is fine, but now it wants to also check the pap-secrets file. I'm having a couple of problems. WHat I'd like to be able to do is have an entry in pap-secrets that'll just let anything through and be authed by the system password file instead. I've tried putting usernames in, but that isn't working either, probably due to my poor understanding of the pap-secrets format. Any assistance that can be given would be greatly appreciated. I am not on this list, so please CC me your replies. Thanks in advance, Steve Horan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 4:47:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dire.bris.ac.uk (dire.bris.ac.uk [137.222.10.60]) by hub.freebsd.org (Postfix) with ESMTP id 641D637B491 for ; Sun, 18 Feb 2001 04:47:40 -0800 (PST) Received: from mail.ilrt.bris.ac.uk by dire.bris.ac.uk with SMTP-PRIV with ESMTP; Sun, 18 Feb 2001 12:47:29 +0000 Received: from cmjg (helo=localhost) by mail.ilrt.bris.ac.uk with local-esmtp (Exim 3.16 #1) id 14UTEC-0003ha-00; Sun, 18 Feb 2001 12:46:12 +0000 Date: Sun, 18 Feb 2001 12:46:12 +0000 (GMT) From: Jan Grant To: ken Cc: freebsd-questions , sendmail Subject: Re: simple idea to rid the world of most spam In-Reply-To: <3A8D2344.2111.DF44E0@localhost> Message-ID: 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, 16 Feb 2001 ken@mui.net wrote: > Why can't some kind of email filter be set up that works like this? > > incorrect email sent to account A-----> turn flag on > 2nd incorrect email sent to account B ---------> turn 2nd flag on > if 2 flags, then refuse ALL email sent from that account, place that > name in the ban list. Nice idea in principle, but many sites get quite a bit of collateral spam caused by spammers using real email addresses in the "From" field. So firstly, you've given people a simple way to do email DoS (eg, I don't want joe@bloggs.kom to get a contract he and I are both going for; so I fake some email to your machine from him with a bad destination, and he never gets to respond to your tender). Second problem with this is mailing-list expansion. Staff come and go at large companies all the time; they may forget to remove themselves from mailing lists but I don't want to prevent the delivery of messages to extant list members. -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287163 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk Lambda calculus? I hardly know 'er! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 5: 6:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from perkunas1.omnitel.net (perkunas1.omnitel.net [194.176.32.132]) by hub.freebsd.org (Postfix) with ESMTP id 6A70A37B491 for ; Sun, 18 Feb 2001 05:06:22 -0800 (PST) Received: from post.omnitel.net (salc0-s4.ot.lt [194.176.53.20]) by perkunas1.omnitel.net (8.9.3/8.9.3) with ESMTP id PAA20852 for ; Sun, 18 Feb 2001 15:06:18 +0200 Message-ID: <3A8FD6C4.9CC8B176@post.omnitel.net> Date: Sun, 18 Feb 2001 15:05:56 +0100 From: Macrolosa X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: miscellaneous Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I wanted to ask: 1. Why when I am adding packages from OpenBSD CD and trying to run it I'm getting: "ld.so: Bad magic" Waht does it mean??? 2. Why FreeBSD is better than OpenBSD or NetBSD ??? (I like FreeBSD!) 3. Is OpenBSD more secure than FreeBSD ??? 4. Can I use only Enlightenment without GNOME or KDE??? If yes, then what file manager can I use ??? Please help! Many thanks in advance - Ed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 5:50: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe9.law9.hotmail.com [64.4.8.113]) by hub.freebsd.org (Postfix) with ESMTP id 4DF3137B491 for ; Sun, 18 Feb 2001 05:50:02 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 18 Feb 2001 05:50:02 -0800 X-Originating-IP: [193.14.30.8] From: "Andre Stenvall" To: Subject: Hi! Date: Sun, 18 Feb 2018 14:50:36 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01D3A8C7.D5B5DC20" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Message-ID: X-OriginalArrivalTime: 18 Feb 2001 13:50:02.0077 (UTC) FILETIME=[B0CBA0D0:01C099B1] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01D3A8C7.D5B5DC20 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable hello! how do i open port 2121 in ipfw? ------=_NextPart_000_0005_01D3A8C7.D5B5DC20 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
hello!
how do i open port 2121 in=20 ipfw?
------=_NextPart_000_0005_01D3A8C7.D5B5DC20-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 5:53:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mbox.wins.uva.nl (mbox.wins.uva.nl [146.50.16.20]) by hub.freebsd.org (Postfix) with ESMTP id 70A7937B65D for ; Sun, 18 Feb 2001 05:53:44 -0800 (PST) Received: from stol-117-158.uva.studentennet.nl [145.98.117.158] by mbox.wins.uva.nl with SMTP (sendmail 8.10.2/config 10.1). id f1IDrXK25013; Sun, 18 Feb 2001 14:53:34 +0100 (MET) Message-Id: <200102181353.f1IDrXK25013@mbox.wins.uva.nl> X-Organisation: Faculty of Science University of Amsterdam The Netherlands http://www.science.uva.nl/ Date: Sun, 18 Feb 2001 14:57:02 +0100 To: freebsd-questions@freebsd.org From: Lodewijk Koopman Subject: problem compiling new kernel Organization: UvA X-Mailer: Opera 5.02 build 855 X-Priority: 3 (Normal) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="_OPERAB__-aJzDfTJjT8J4UzyUA0hsCK" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --_OPERAB__-aJzDfTJjT8J4UzyUA0hsCK Content-Type: text/plain; charset="us-ascii" Hi, I encoutered a problem compiling a new kernel. I folowed the instructions in the FreeBSD book. Everything up to config and make depend went fine. While running make I got the folowing message: # make cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes - Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. - I/usr/include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 config.c touch hack.c cc -elf -shared -nostdlib hack.c -o hack.So rm -f hack.c sh ../../conf/newvers.sh MYKERNEL cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes - Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. - I/usr/include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 vers.c linking kernel usb_ethersubr.o: In function `usbintr': usb_ethersubr.o(.text+0x31): undefined reference to `ether_input' *** Error code 1 Stop in /usr/src/sys/compile/MYKERNEL. # I attached the config file of MYKERNEL. I'm running FreeBSD 4.2. Thanks in advance! Yours, Lodewijk Koopman. --_OPERAB__-aJzDfTJjT8J4UzyUA0hsCK Content-Disposition: attachment; filename="Mykernel" Content-Type: application/octet-stream; name="Mykernel" Content-Transfer-Encoding: Base64 IwojIEdFTkVSSUMgLS0gR2VuZXJpYyBrZXJuZWwgY29uZmlndXJhdGlvbiBm aWxlIGZvciBGcmVlQlNEL2kzODYKIwojIEZvciBtb3JlIGluZm9ybWF0aW9u IG9uIHRoaXMgZmlsZSwgcGxlYXNlIHJlYWQgdGhlIGhhbmRib29rIHNlY3Rp b24gb24KIyBLZXJuZWwgQ29uZmlndXJhdGlvbiBGaWxlczoKIwojICAgIGh0 dHA6Ly93d3cuRnJlZUJTRC5vcmcvaGFuZGJvb2sva2VybmVsY29uZmlnLWNv bmZpZy5odG1sCiMKIyBUaGUgaGFuZGJvb2sgaXMgYWxzbyBhdmFpbGFibGUg bG9jYWxseSBpbiAvdXNyL3NoYXJlL2RvYy9oYW5kYm9vawojIGlmIHlvdSd2 ZSBpbnN0YWxsZWQgdGhlIGRvYyBkaXN0cmlidXRpb24sIG90aGVyd2lzZSBh bHdheXMgc2VlIHRoZQojIEZyZWVCU0QgV29ybGQgV2lkZSBXZWIgc2VydmVy IChodHRwOi8vd3d3LkZyZWVCU0Qub3JnLykgZm9yIHRoZQojIGxhdGVzdCBp bmZvcm1hdGlvbi4KIwojIEFuIGV4aGF1c3RpdmUgbGlzdCBvZiBvcHRpb25z IGFuZCBtb3JlIGRldGFpbGVkIGV4cGxhbmF0aW9ucyBvZiB0aGUKIyBkZXZp Y2UgbGluZXMgaXMgYWxzbyBwcmVzZW50IGluIHRoZSAuL0xJTlQgY29uZmln dXJhdGlvbiBmaWxlLiBJZiB5b3UgYXJlCiMgaW4gZG91YnQgYXMgdG8gdGhl IHB1cnBvc2Ugb3IgbmVjZXNzaXR5IG9mIGEgbGluZSwgY2hlY2sgZmlyc3Qg aW4gTElOVC4KIwojICRGcmVlQlNEOiBzcmMvc3lzL2kzODYvY29uZi9HRU5F UklDLHYgMS4yNDYuMi4yMCAyMDAwLzEwLzMxIDIzOjE2OjA3IG5faGlibWEg RXhwICQKCm1hY2hpbmUJCWkzODYKI2NwdQkJSTM4Nl9DUFUKI2NwdQkJSTQ4 Nl9DUFUKI2NwdQkJSTU4Nl9DUFUKY3B1CQlJNjg2X0NQVQppZGVudAkJTVlL RVJORUwKbWF4dXNlcnMJMzIKCiNtYWtlb3B0aW9ucwlERUJVRz0tZwkJI0J1 aWxkIGtlcm5lbCB3aXRoIGdkYigxKSBkZWJ1ZyBzeW1ib2xzCgojb3B0aW9u cyAJTUFUSF9FTVVMQVRFCQkjU3VwcG9ydCBmb3IgeDg3IGVtdWxhdGlvbgpv cHRpb25zIAlJTkVUCQkJI0ludGVyTkVUd29ya2luZwpvcHRpb25zIAlJTkVU NgkJCSNJUHY2IGNvbW11bmljYXRpb25zIHByb3RvY29scwpvcHRpb25zIAlG RlMJCQkjQmVya2VsZXkgRmFzdCBGaWxlc3lzdGVtCm9wdGlvbnMgCUZGU19S T09UCQkjRkZTIHVzYWJsZSBhcyByb290IGRldmljZSBba2VlcCB0aGlzIV0K b3B0aW9ucyAJU09GVFVQREFURVMJCSNFbmFibGUgRkZTIHNvZnQgdXBkYXRl cyBzdXBwb3J0Cm9wdGlvbnMgCU1GUwkJCSNNZW1vcnkgRmlsZXN5c3RlbQpv cHRpb25zIAlNRF9ST09UCQkJI01EIGlzIGEgcG90ZW50aWFsIHJvb3QgZGV2 aWNlCiNvcHRpb25zIAlORlMJCQkjTmV0d29yayBGaWxlc3lzdGVtCiNvcHRp b25zIAlORlNfUk9PVAkJI05GUyB1c2FibGUgYXMgcm9vdCBkZXZpY2UsIE5G UyByZXF1aXJlZApvcHRpb25zIAlNU0RPU0ZTCQkJI01TRE9TIEZpbGVzeXN0 ZW0Kb3B0aW9ucyAJQ0Q5NjYwCQkJI0lTTyA5NjYwIEZpbGVzeXN0ZW0Kb3B0 aW9ucyAJQ0Q5NjYwX1JPT1QJCSNDRC1ST00gdXNhYmxlIGFzIHJvb3QsIENE OTY2MCByZXF1aXJlZApvcHRpb25zIAlQUk9DRlMJCQkjUHJvY2VzcyBmaWxl c3lzdGVtCm9wdGlvbnMgCUNPTVBBVF80MwkJI0NvbXBhdGlibGUgd2l0aCBC U0QgNC4zIFtLRUVQIFRISVMhXQojb3B0aW9ucyAJU0NTSV9ERUxBWT0xNTAw MAkjRGVsYXkgKGluIG1zKSBiZWZvcmUgcHJvYmluZyBTQ1NJCm9wdGlvbnMg CVVDT05TT0xFCQkjQWxsb3cgdXNlcnMgdG8gZ3JhYiB0aGUgY29uc29sZQpv cHRpb25zIAlVU0VSQ09ORklHCQkjYm9vdCAtYyBlZGl0b3IKb3B0aW9ucyAJ VklTVUFMX1VTRVJDT05GSUcJI3Zpc3VhbCBib290IC1jIGVkaXRvcgpvcHRp b25zIAlLVFJBQ0UJCQkja3RyYWNlKDEpIHN1cHBvcnQKb3B0aW9ucyAJU1lT VlNITQkJCSNTWVNWLXN0eWxlIHNoYXJlZCBtZW1vcnkKb3B0aW9ucyAJU1lT Vk1TRwkJCSNTWVNWLXN0eWxlIG1lc3NhZ2UgcXVldWVzCm9wdGlvbnMgCVNZ U1ZTRU0JCQkjU1lTVi1zdHlsZSBzZW1hcGhvcmVzCm9wdGlvbnMgCVAxMDAz XzFCCQkjUG9zaXggUDEwMDNfMUIgcmVhbC10aW1lIGV4dGVuc2lvbnMKb3B0 aW9ucyAJX0tQT1NJWF9QUklPUklUWV9TQ0hFRFVMSU5HCm9wdGlvbnMJCUlD TVBfQkFORExJTQkJI1JhdGUgbGltaXQgYmFkIHJlcGxpZXMKb3B0aW9ucyAJ S0JEX0lOU1RBTExfQ0RFVgkjIGluc3RhbGwgYSBDREVWIGVudHJ5IGluIC9k ZXYKCiMgVG8gbWFrZSBhbiBTTVAga2VybmVsLCB0aGUgbmV4dCB0d28gYXJl IG5lZWRlZAojb3B0aW9ucyAJU01QCQkJIyBTeW1tZXRyaWMgTXVsdGlQcm9j ZXNzb3IgS2VybmVsCiNvcHRpb25zIAlBUElDX0lPCQkJIyBTeW1tZXRyaWMg KEFQSUMpIEkvTwoKZGV2aWNlCQlpc2EKZGV2aWNlCQllaXNhCmRldmljZQkJ cGNpCgojIEZsb3BweSBkcml2ZXMKZGV2aWNlCQlmZGMwCWF0IGlzYT8gcG9y dCBJT19GRDEgaXJxIDYgZHJxIDIKZGV2aWNlCQlmZDAJYXQgZmRjMCBkcml2 ZSAwCmRldmljZQkJZmQxCWF0IGZkYzAgZHJpdmUgMQoKIyBBVEEgYW5kIEFU QVBJIGRldmljZXMKZGV2aWNlCQlhdGEwCWF0IGlzYT8gcG9ydCBJT19XRDEg aXJxIDE0CmRldmljZQkJYXRhMQlhdCBpc2E/IHBvcnQgSU9fV0QyIGlycSAx NQpkZXZpY2UJCWF0YQpkZXZpY2UJCWF0YWRpc2sJCQkjIEFUQSBkaXNrIGRy aXZlcwpkZXZpY2UJCWF0YXBpY2QJCQkjIEFUQVBJIENEUk9NIGRyaXZlcwpk ZXZpY2UJCWF0YXBpZmQJCQkjIEFUQVBJIGZsb3BweSBkcml2ZXMKZGV2aWNl CQlhdGFwaXN0CQkJIyBBVEFQSSB0YXBlIGRyaXZlcwpvcHRpb25zIAlBVEFf U1RBVElDX0lECQkjU3RhdGljIGRldmljZSBudW1iZXJpbmcKI29wdGlvbnMg CUFUQV9FTkFCTEVfQVRBUElfRE1BCSNFbmFibGUgRE1BIG9uIEFUQVBJIGRl dmljZXMKCiMgU0NTSSBDb250cm9sbGVycwojZGV2aWNlCQlhaGIJCSMgRUlT QSBBSEExNzQyIGZhbWlseQojZGV2aWNlCQlhaGMJCSMgQUhBMjk0MCBhbmQg b25ib2FyZCBBSUM3eHh4IGRldmljZXMKI2RldmljZQkJYW1kCQkjIEFNRCA1 M0M5NzQgKFRlY2tyYW0gREMtMzkwKFQpKQojZGV2aWNlCQlpc3AJCSMgUWxv Z2ljIGZhbWlseQojZGV2aWNlCQluY3IJCSMgTkNSL1N5bWJpb3MgTG9naWMK I2RldmljZQkJc3ltCQkjIE5DUi9TeW1iaW9zIExvZ2ljIChuZXdlciBjaGlw c2V0cykKI29wdGlvbnMJCVNZTV9TRVRVUF9MUF9QUk9CRV9NQVA9MHg0MAoJ CQkJIyBBbGxvdyBuY3IgdG8gYXR0YWNoIGxlZ2FjeSBOQ1IgZGV2aWNlcyB3 aGVuIAoJCQkJIyBib3RoIHN5bSBhbmQgbmNyIGFyZSBjb25maWd1cmVkCgoj ZGV2aWNlCQlhZHYwCWF0IGlzYT8KI2RldmljZQkJYWR3CiNkZXZpY2UJCWJ0 MAlhdCBpc2E/CiNkZXZpY2UJCWFoYTAJYXQgaXNhPwojZGV2aWNlCQlhaWMw CWF0IGlzYT8KCiNkZXZpY2UJCW5jdgkJIyBOQ1IgNTNDNTAwCiNkZXZpY2UJ CW5zcAkJIyBXb3JrYml0IE5pbmphIFNDU0ktMwojZGV2aWNlCQlzdGcJCSMg VE1DIDE4QzMwLzE4QzUwCgojIFNDU0kgcGVyaXBoZXJhbHMKI2RldmljZQkJ c2NidXMJCSMgU0NTSSBidXMgKHJlcXVpcmVkKQojZGV2aWNlCQlkYQkJIyBE aXJlY3QgQWNjZXNzIChkaXNrcykKI2RldmljZQkJc2EJCSMgU2VxdWVudGlh bCBBY2Nlc3MgKHRhcGUgZXRjKQojZGV2aWNlCQljZAkJIyBDRAojZGV2aWNl CQlwYXNzCQkjIFBhc3N0aHJvdWdoIGRldmljZSAoZGlyZWN0IFNDU0kgYWNj ZXNzKQoKIyBSQUlEIGNvbnRyb2xsZXJzIGludGVyZmFjZWQgdG8gdGhlIFND U0kgc3Vic3lzdGVtCiNkZXZpY2UJCWFzcgkJIyBEUFQgU21hcnRSQUlEIFYs IFZJIGFuZCBBZGFwdGVjIFNDU0kgUkFJRAojZGV2aWNlCQlkcHQJCSMgRFBU IFNtYXJ0Y2FjaGUgLSBTZWUgTElOVCBmb3Igb3B0aW9ucyEKI2RldmljZQkJ bWx5CQkjIE15bGV4IEFjY2VsZVJBSUQvZVh0cmVtZVJBSUQKCiMgUkFJRCBj b250cm9sbGVycwojZGV2aWNlCQlpZGEJCSMgQ29tcGFxIFNtYXJ0IFJBSUQK I2RldmljZQkJYW1yCQkjIEFNSSBNZWdhUkFJRAojZGV2aWNlCQltbHgJCSMg TXlsZXggREFDOTYwIGZhbWlseQojZGV2aWNlCQl0d2UJCSMgM3dhcmUgRXNj YWxhZGUKCiMgYXRrYmRjMCBjb250cm9scyBib3RoIHRoZSBrZXlib2FyZCBh bmQgdGhlIFBTLzIgbW91c2UKZGV2aWNlCQlhdGtiZGMwCWF0IGlzYT8gcG9y dCBJT19LQkQKZGV2aWNlCQlhdGtiZDAJYXQgYXRrYmRjPyBpcnEgMSBmbGFn cyAweDEKZGV2aWNlCQlwc20wCWF0IGF0a2JkYz8gaXJxIDEyCgpkZXZpY2UJ CXZnYTAJYXQgaXNhPwoKIyBzcGxhc2ggc2NyZWVuL3NjcmVlbiBzYXZlcgpw c2V1ZG8tZGV2aWNlCXNwbGFzaAoKIyBzeXNjb25zIGlzIHRoZSBkZWZhdWx0 IGNvbnNvbGUgZHJpdmVyLCByZXNlbWJsaW5nIGFuIFNDTyBjb25zb2xlCmRl dmljZQkJc2MwCWF0IGlzYT8gZmxhZ3MgMHgxMDAKCiMgRW5hYmxlIHRoaXMg YW5kIFBDVlRfRlJFRUJTRCBmb3IgcGN2dCB2dDIyMCBjb21wYXRpYmxlIGNv bnNvbGUgZHJpdmVyCiNkZXZpY2UJCXZ0MAlhdCBpc2E/CiNvcHRpb25zIAlY U0VSVkVSCQkJIyBzdXBwb3J0IGZvciBYIHNlcnZlciBvbiBhIHZ0IGNvbnNv bGUKI29wdGlvbnMgCUZBVF9DVVJTT1IJCSMgc3RhcnQgd2l0aCBibG9jayBj dXJzb3IKIyBJZiB5b3UgaGF2ZSBhIFRoaW5rUEFELCB1bmNvbW1lbnQgdGhp cyBhbG9uZyB3aXRoIHRoZSByZXN0IG9mIHRoZSBQQ1ZUIGxpbmVzCiNvcHRp b25zIAlQQ1ZUX1NDQU5TRVQ9MgkJIyBJQk0ga2V5Ym9hcmRzIGFyZSBub24t c3RkCgojIEZsb2F0aW5nIHBvaW50IHN1cHBvcnQgLSBkbyBub3QgZGlzYWJs ZS4KZGV2aWNlCQlucHgwCWF0IG5leHVzPyBwb3J0IElPX05QWCBpcnEgMTMK CiMgUG93ZXIgbWFuYWdlbWVudCBzdXBwb3J0IChzZWUgTElOVCBmb3IgbW9y ZSBvcHRpb25zKQpkZXZpY2UJCWFwbTAgICAgYXQgbmV4dXM/IGRpc2FibGUg ZmxhZ3MgMHgyMCAjIEFkdmFuY2VkIFBvd2VyIE1hbmFnZW1lbnQKCiMgUEND QVJEIChQQ01DSUEpIHN1cHBvcnQKZGV2aWNlCQljYXJkCmRldmljZQkJcGNp YzAJYXQgaXNhPyBpcnEgMCBwb3J0IDB4M2UwIGlvbWVtIDB4ZDAwMDAKZGV2 aWNlCQlwY2ljMQlhdCBpc2E/IGlycSAwIHBvcnQgMHgzZTIgaW9tZW0gMHhk NDAwMCBkaXNhYmxlCgojIFNlcmlhbCAoQ09NKSBwb3J0cwpkZXZpY2UJCXNp bzAJYXQgaXNhPyBwb3J0IElPX0NPTTEgZmxhZ3MgMHgxMCBpcnEgNApkZXZp Y2UJCXNpbzEJYXQgaXNhPyBwb3J0IElPX0NPTTIgaXJxIDMKZGV2aWNlCQlz aW8yCWF0IGlzYT8gZGlzYWJsZSBwb3J0IElPX0NPTTMgaXJxIDUKZGV2aWNl CQlzaW8zCWF0IGlzYT8gZGlzYWJsZSBwb3J0IElPX0NPTTQgaXJxIDkKCiMg UGFyYWxsZWwgcG9ydApkZXZpY2UJCXBwYzAJYXQgaXNhPyBpcnEgNwpkZXZp Y2UJCXBwYnVzCQkjIFBhcmFsbGVsIHBvcnQgYnVzIChyZXF1aXJlZCkKZGV2 aWNlCQlscHQJCSMgUHJpbnRlcgpkZXZpY2UJCXBsaXAJCSMgVENQL0lQIG92 ZXIgcGFyYWxsZWwKZGV2aWNlCQlwcGkJCSMgUGFyYWxsZWwgcG9ydCBpbnRl cmZhY2UgZGV2aWNlCiNkZXZpY2UJCXZwbwkJIyBSZXF1aXJlcyBzY2J1cyBh bmQgZGEKCgojIFBDSSBFdGhlcm5ldCBOSUNzLgojZGV2aWNlCQlkZQkJIyBE RUMvSW50ZWwgREMyMXg0eCAoYGBUdWxpcCcnKQojZGV2aWNlCQlmeHAJCSMg SW50ZWwgRXRoZXJFeHByZXNzIFBSTy8xMDBCICg4MjU1NywgODI1NTgpCiNk ZXZpY2UJCXR4CQkjIFNNQyA5NDMyVFggKDgzYzE3MCBgYEVQSUMnJykKI2Rl dmljZQkJdngJCSMgM0NvbSAzYzU5MCwgM2M1OTUgKGBgVm9ydGV4JycpCiNk ZXZpY2UJCXd4CQkjIEludGVsIEdpZ2FiaXQgRXRoZXJuZXQgQ2FyZCAoYGBX aXNlbWFuJycpCgojIFBDSSBFdGhlcm5ldCBOSUNzIHRoYXQgdXNlIHRoZSBj b21tb24gTUlJIGJ1cyBjb250cm9sbGVyIGNvZGUuCiMgTk9URTogQmUgc3Vy ZSB0byBrZWVwIHRoZSAnZGV2aWNlIG1paWJ1cycgbGluZSBpbiBvcmRlciB0 byB1c2UgdGhlc2UgTklDcyEKI2RldmljZQkJbWlpYnVzCQkjIE1JSSBidXMg c3VwcG9ydAojZGV2aWNlCQlkYwkJIyBERUMvSW50ZWwgMjExNDMgYW5kIHZh cmlvdXMgd29ya2FsaWtlcwojZGV2aWNlCQlwY24JCSMgQU1EIEFtNzlDNzl4 IFBDSSAxMC8xMDAgTklDcwojZGV2aWNlCQlybAkJIyBSZWFsVGVrIDgxMjkv ODEzOQojZGV2aWNlCQlzZgkJIyBBZGFwdGVjIEFJQy02OTE1IChgYFN0YXJm aXJlJycpCiNkZXZpY2UJCXNpcwkJIyBTaWxpY29uIEludGVncmF0ZWQgU3lz dGVtcyBTaVMgOTAwL1NpUyA3MDE2CiNkZXZpY2UJCXN0ZQkJIyBTdW5kYW5j ZSBTVDIwMSAoRC1MaW5rIERGRS01NTBUWCkKI2RldmljZQkJdGwJCSMgVGV4 YXMgSW5zdHJ1bWVudHMgVGh1bmRlckxBTgojZGV2aWNlCQl2cgkJIyBWSUEg UmhpbmUsIFJoaW5lIElJCiNkZXZpY2UJCXdiCQkjIFdpbmJvbmQgVzg5Qzg0 MEYKI2RldmljZQkJeGwJCSMgM0NvbSAzYzkweCAoYGBCb29tZXJhbmcnJywg YGBDeWNsb25lJycpCgojIElTQSBFdGhlcm5ldCBOSUNzLgojZGV2aWNlCQll ZDAJYXQgaXNhPyBwb3J0IDB4MjgwIGlycSAxMCBpb21lbSAweGQ4MDAwCiNk ZXZpY2UJCWV4CiNkZXZpY2UJCWVwCiNkZXZpY2UJCWZlMAlhdCBpc2E/IHBv cnQgMHgzMDAKIyBXYXZlTEFOL0lFRUUgODAyLjExIHdpcmVsZXNzIE5JQ3Mu IE5vdGU6IHRoZSBXYXZlTEFOL0lFRUUgcmVhbGx5CiMgZXhpc3RzIG9ubHkg YXMgYSBQQ01DSUEgZGV2aWNlLCBzbyB0aGVyZSBpcyBubyBJU0EgYXR0YXRl bWVudCBuZWVkZWQKIyBhbmQgcmVzb3VyY2VzIHdpbGwgYWx3YXlzIGJlIGR5 bmFtaWNhbGx5IGFzc2lnbmVkIGJ5IHRoZSBwY2NhcmQgY29kZS4KI2Rldmlj ZQkJd2kKIyBBaXJvbmV0IDQ1MDAvNDgwMCA4MDIuMTEgd2lyZWxlc3MgTklD cy4gTm90ZTogdGhlIGRlY2xhcmF0aW9uIGJlbG93IHdpbGwKIyB3b3JrIGZv ciBQQ01DSUEgYW5kIFBDSSBjYXJkcywgYXMgd2VsbCBhcyBJU0EgY2FyZHMg c2V0IHRvIElTQSBQblAKIyBtb2RlICh0aGUgZmFjdG9yeSBkZWZhdWx0KS4g SWYgeW91IHNldCB0aGUgc3dpdGNoZXMgb24geW91ciBJU0EKIyBjYXJkIGZv ciBhIG1hbnVhbGx5IGNob3NlbiBJL08gYWRkcmVzcyBhbmQgSVJRLCB5b3Ug bXVzdCBzcGVjaWZ5CiMgdGhvc2UgcGFyZW1ldGVycyBoZXJlLgojZGV2aWNl CQlhbgojIFhpcmNvbSBFdGhlcm5ldAojZGV2aWNlCQl4ZQojIFRoZSBwcm9i ZSBvcmRlciBvZiB0aGVzZSBpcyBwcmVzZW50bHkgZGV0ZXJtaW5lZCBieSBp Mzg2L2lzYS9pc2FfY29tcGF0LmMuCiNkZXZpY2UJCWllMAlhdCBpc2E/IHBv cnQgMHgzMDAgaXJxIDEwIGlvbWVtIDB4ZDAwMDAKI2RldmljZQkJbGUwCWF0 IGlzYT8gcG9ydCAweDMwMCBpcnEgNSBpb21lbSAweGQwMDAwCiNkZXZpY2UJ CWxuYzAJYXQgaXNhPyBwb3J0IDB4MjgwIGlycSAxMCBkcnEgMAojZGV2aWNl CQljczAJYXQgaXNhPyBwb3J0IDB4MzAwCiNkZXZpY2UJCXNuMAlhdCBpc2E/ IHBvcnQgMHgzMDAgaXJxIDEwCgojIFBzZXVkbyBkZXZpY2VzIC0gdGhlIG51 bWJlciBpbmRpY2F0ZXMgaG93IG1hbnkgdW5pdHMgdG8gYWxsb2NhdGVkLgpw c2V1ZG8tZGV2aWNlCWxvb3AJCSMgTmV0d29yayBsb29wYmFjawojcHNldWRv LWRldmljZQlldGhlcgkJIyBFdGhlcm5ldCBzdXBwb3J0CnBzZXVkby1kZXZp Y2UJc2wJMQkjIEtlcm5lbCBTTElQCnBzZXVkby1kZXZpY2UJcHBwCTEJIyBL ZXJuZWwgUFBQCnBzZXVkby1kZXZpY2UJdHVuCQkjIFBhY2tldCB0dW5uZWwu CnBzZXVkby1kZXZpY2UJcHR5CQkjIFBzZXVkby10dHlzICh0ZWxuZXQgZXRj KQpwc2V1ZG8tZGV2aWNlCW1kCQkjIE1lbW9yeSAiZGlza3MiCnBzZXVkby1k ZXZpY2UJZ2lmCTQJIyBJUHY2IGFuZCBJUHY0IHR1bm5lbGluZwpwc2V1ZG8t ZGV2aWNlCWZhaXRoCTEJIyBJUHY2LXRvLUlQdjQgcmVsYXlpbmcgKHRyYW5z bGF0aW9uKQoKIyBUaGUgYGJwZicgcHNldWRvLWRldmljZSBlbmFibGVzIHRo ZSBCZXJrZWxleSBQYWNrZXQgRmlsdGVyLgojIEJlIGF3YXJlIG9mIHRoZSBh ZG1pbmlzdHJhdGl2ZSBjb25zZXF1ZW5jZXMgb2YgZW5hYmxpbmcgdGhpcyEK cHNldWRvLWRldmljZQlicGYJCSNCZXJrZWxleSBwYWNrZXQgZmlsdGVyCgoj IFVTQiBzdXBwb3J0CmRldmljZQkJdWhjaQkJIyBVSENJIFBDSS0+VVNCIGlu dGVyZmFjZQpkZXZpY2UJCW9oY2kJCSMgT0hDSSBQQ0ktPlVTQiBpbnRlcmZh Y2UKZGV2aWNlCQl1c2IJCSMgVVNCIEJ1cyAocmVxdWlyZWQpCmRldmljZQkJ dWdlbgkJIyBHZW5lcmljCmRldmljZQkJdWhpZAkJIyAiSHVtYW4gSW50ZXJm YWNlIERldmljZXMiCiNkZXZpY2UJCXVrYmQJCSMgS2V5Ym9hcmQKI2Rldmlj ZQkJdWxwdAkJIyBQcmludGVyCiNkZXZpY2UJCXVtYXNzCQkjIERpc2tzL01h c3Mgc3RvcmFnZSAtIFJlcXVpcmVzIHNjYnVzIGFuZCBkYQojZGV2aWNlCQl1 bXMJCSMgTW91c2UKZGV2aWNlCQl1c2Nhbm5lcgkjIFNjYW5uZXJzCiMgVVNC IEV0aGVybmV0LCByZXF1aXJlcyBtaWkKI2RldmljZQkJYXVlCQkjIEFETXRl ayBVU0IgZXRoZXJuZXQKI2RldmljZQkJY3VlCQkjIENBVEMgVVNCIGV0aGVy bmV0CiNkZXZpY2UJCWt1ZQkJIyBLYXdhc2FraSBMU0kgVVNCIGV0aGVybmV0 Cg== --_OPERAB__-aJzDfTJjT8J4UzyUA0hsCK-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 6:30:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail5.nc.rr.com (fe5.southeast.rr.com [24.93.67.52]) by hub.freebsd.org (Postfix) with ESMTP id E41A437B4EC for ; Sun, 18 Feb 2001 06:30:32 -0800 (PST) Received: from babbleon.org ([66.26.250.181]) by mail5.nc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Sun, 18 Feb 2001 09:30:31 -0500 Message-ID: <3A8FDB9E.FA57E8D0@babbleon.org> Date: Sun, 18 Feb 2001 09:26:38 -0500 From: The Babbler Organization: None to speak of X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: LILO? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Just to clarify: FreeBSD doesn't use LILO; it has its own boot-loader (which I, for one, like a lot better than LILO--for one simple reason: it defaults to the last system booted). However, you may have either told FreeBSD not to install its boot-loader when you did the install, or you may be getting a "daisy-chained" LILO being invoked from the Linux partition after the FreeBSD boot loader already picked Linux. Are you getting a F1/F2 type of prompt before the LIL stuff comes out? -- "Brian, the man from babble-on" bts@babbleon.org Brian T. Schellenberger http://www.babbleon.org Support http://www.eff.org. Support decss defendents. Support http://www.programming-freedom.org. Boycott amazon.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 6:54:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from node1d4c7.a2000.nl (node1d4c7.a2000.nl [24.132.212.199]) by hub.freebsd.org (Postfix) with ESMTP id 8471E37B4EC for ; Sun, 18 Feb 2001 06:54:46 -0800 (PST) Received: from dlanor.hoofdweg (dlanor.hoofdweg [192.168.0.2]) by node1d4c7.a2000.nl (Postfix) with ESMTP id 375DD5D74 for ; Sun, 18 Feb 2001 15:54:45 +0100 (CET) Date: Sun, 18 Feb 2001 15:54:44 +0100 (CET) From: Ronald Klop X-X-Sender: To: Subject: shell command to make tcp connection? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello. I'm looking for a programm to use in a shell script to make a tcp connection. On another unix machine I ones used a programm called mconnect, but I can't find it on the freebsd base system nor in the ports collection. Is there something similar? If yes, what is the name of the programm? Greetings, Ronald. PS: I'm using FreeBSD 4.1.1-RELEASE, but I don't think that's very important for this question? -- Ronald Klop http://www.cs.vu.nl/~ronald/ pgp-key: http://klop.yi.org/pgp.txt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 7:25:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailout01.sul.t-online.com (mailout01.sul.t-online.com [194.25.134.80]) by hub.freebsd.org (Postfix) with ESMTP id DFB3D37B401 for ; Sun, 18 Feb 2001 07:25:48 -0800 (PST) Received: from fwd07.sul.t-online.com by mailout01.sul.t-online.com with smtp id 14UVia-0007cD-03; Sun, 18 Feb 2001 16:25:44 +0100 Received: from cube.net (320017990440-0001@[62.158.208.26]) by fmrl07.sul.t-online.com with esmtp id 14UViI-0WUWIKC; Sun, 18 Feb 2001 16:25:26 +0100 Message-ID: <3A8FE9BA.96A49578@cube.net> Date: Sun, 18 Feb 2001 16:26:50 +0100 From: Kai Backhaus X-Mailer: Mozilla 4.75 [en] (WinNT; U) X-Accept-Language: en,de,en-GB,en-US MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Burning Install.iso Image failed Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Sender: 320017990440-0001@t-dialin.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi everybody, I just downloaded FreeBSD from =>> ftp://ftp4.de.FreeBSD.org/pub/FreeBSD/releases/i386/ISO-IMAGES/4.2-install.iso <<= It is said in the Readme that the Image is bootable when simply burned on a CDROM. I did so but, unfortunately in vain. My System: i386; NT 4.0 + SP 5; Burning-SW Nero Burning Rome v. 5.0.38 What I did was simply to burn the complete Image as an ISO 9660 session on a CDROM. Trying to boot from that CDROM failed as descibed above. Can anybody help me?? Regards Kai To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 7:28: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.providicom.com (providicom.com [64.23.0.59]) by hub.freebsd.org (Postfix) with ESMTP id 103DC37B491 for ; Sun, 18 Feb 2001 07:28:05 -0800 (PST) Received: from WorldClient [64.23.13.193] by providicom.com [64.23.13.193] with SMTP (MDaemon.v3.5.3.R) for ; Sun, 18 Feb 2001 10:29:57 -0500 Date: Sun, 18 Feb 2001 10:29:57 -0500 From: "GeniusJ" To: questions@freebsd.org Subject: Undoing a vinum mirror? Looks like I screwed up :) X-Mailer: WorldClient Standard 3.5.0e X-MDRemoteIP: 64.23.13.193 X-Return-Path: GeniusJ@ods.org X-MDaemon-Deliver-To: questions@freebsd.org Message-Id: <20010218152805.103DC37B491@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is there a recommended way in vinum to undo a mirror? I tried stopping/detaching the subdisks but it didnt like that.. to the point of a kernel panic (actually about 18).. I changed labels back to 4.2BSD and filled in fsize, bsize, cpg to correct values. But fsck now says when using those drives "bad magic number" . I did fsck -b [0-512] finding the magic number was 282.. I fsck'd it to find every file on the filesystem in lost+found. I still have the other half of the mirror however to mess around with. How do I make these drives readable again individually (not using the mirror that vinum created). Any help is greatly appreciated. Thanks in advance, -JD- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 7:33: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail5.sdc1.sfba.home.com (femail5.sdc1.sfba.home.com [24.0.95.85]) by hub.freebsd.org (Postfix) with ESMTP id C007C37B67D for ; Sun, 18 Feb 2001 07:33:05 -0800 (PST) Received: from cx443070b ([24.0.36.170]) by femail5.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20010218153305.HKJO22656.femail5.sdc1.sfba.home.com@cx443070b>; Sun, 18 Feb 2001 07:33:05 -0800 Message-ID: <002a01c099c0$74af9b10$aa240018@cx443070b> From: "Jeremiah Gowdy" To: "Tim McCullagh" , References: <049b01c09715$b7bb80c0$6500a8c0@halenet.com.au> Subject: Re: Installing AMAVIS virus scanner Date: Sun, 18 Feb 2001 07:35:43 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 > Has anyone successfully installed the amavis-perl port on FreeBSD 4.2 ? > > Did it install straight from the ports directory or did you need to > reconfigure it to get it to work? > > I am trying to install Amavis on a fresh install of Freebsd 4.2 and I have > gone throught the readme's etc and checked my setttings and they all seem > ok. The problem is that as soon as I send a message to the mail server > after killing the PID for sendmail the system repeatedly keeps opening > multiple perl sessions until the server runs out od swap space and sendmail > is killed off Mine did that too. I had to drive to work and reboot :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 7:36:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sherline.net (sherline.net [216.120.87.2]) by hub.freebsd.org (Postfix) with SMTP id CB37837B503 for ; Sun, 18 Feb 2001 07:36:17 -0800 (PST) Received: (qmail 3863 invoked from network); 18 Feb 2001 15:36:15 -0000 Received: from cx443070-b.vista1.sdca.home.com (HELO cx443070b) (24.0.36.170) by sherline.net with SMTP; 18 Feb 2001 15:36:15 -0000 Message-ID: <003401c099c0$e6209740$aa240018@cx443070b> From: "Jeremiah Gowdy" To: Subject: Amavis and qmail Date: Sun, 18 Feb 2001 07:38:52 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 Anyone here get amavis-perl working with qmail ? I seem to be having every possible problem with it. Any hints or configuration tips you could drop, please do. Jeremiah Gowdy Network Administrator Sherline Products To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 7:46:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from c007.snv.cp.net (c007-h012.c007.snv.cp.net [209.228.33.219]) by hub.freebsd.org (Postfix) with SMTP id 7CEAA37B503 for ; Sun, 18 Feb 2001 07:46:30 -0800 (PST) Received: (cpmta 27569 invoked from network); 18 Feb 2001 07:46:27 -0800 Received: from dsl-216-227-91-85.telocity.com (HELO zoso) (216.227.91.85) by smtp.telocity.com (209.228.33.219) with SMTP; 18 Feb 2001 07:46:27 -0800 X-Sent: 18 Feb 2001 15:46:27 GMT From: "Otter" To: "'Kai Backhaus'" , Subject: RE: Burning Install.iso Image failed Date: Sun, 18 Feb 2001 10:53:37 -0500 Message-ID: <000201c099c2$f52b61a0$1401a8c0@zoso> 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 CWS, Build 9.0.2416 (9.0.2910.0) X-Mimeole: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal In-Reply-To: <3A8FE9BA.96A49578@cube.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Kai Backhaus > Sent: Sunday, February 18, 2001 10:27 AM > To: freebsd-questions@FreeBSD.ORG > Subject: Burning Install.iso Image failed > > > Hi everybody, > I just downloaded FreeBSD from =>> > ftp://ftp4.de.FreeBSD.org/pub/FreeBSD/releases/i386/ISO-IMAGES > /4.2-install.iso > <<= > It is said in the Readme that the Image is bootable when simply burned > on a CDROM. > I did so but, unfortunately in vain. > My System: i386; NT 4.0 + SP 5; Burning-SW Nero Burning Rome v. 5.0.38 > What I did was simply to burn the complete Image as an ISO > 9660 session > on a CDROM. > Trying to boot from that CDROM failed as descibed above. > Can anybody help me?? > > Regards Kai > Kai, Does your BIOS support booting from CD-ROM? Not all do. If it does, is the machine configured to do so? Go check your CMOS settings to verify. If you can read the contents of the installation disk and you got it from the above site, I'd guess that the CD is good. It sounds like the problem is related to hardware or settings. -Otter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 7:47: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail4.registeredsite.com (mail4.registeredsite.com [64.224.9.13]) by hub.freebsd.org (Postfix) with ESMTP id BEFA437B401 for ; Sun, 18 Feb 2001 07:47:02 -0800 (PST) Received: from mail.accumatics.com (mail.accumatics.com [64.224.238.250]) by mail4.registeredsite.com (8.11.1/8.11.1) with ESMTP id f1IFl1Z30897 for ; Sun, 18 Feb 2001 10:47:01 -0500 Received: from accumatics.com [66.44.31.155] by mail.accumatics.com with ESMTP (SMTPD32-6.00) id AE70B78A0100; Sun, 18 Feb 2001 10:46:56 -0500 Message-ID: <3A8FEE7E.5D5A89D5@accumatics.com> Date: Sun, 18 Feb 2001 10:47:10 -0500 From: Bruce Grisham Organization: The AccuMatics Group X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: does FreeBSD 3.5.1 support ultra160 controllers? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Howdy, I build systems that must run a specialized application that hasn't been rewritten for the FreeBSD 4 driver model. In other words, it will build on FreeBSD 2 and 3. I've been using FreeBSD 3.4 and never bothered acquiring FreeBSD 3.5. Does 3.5 support the Adapter 7892/99 and other ultra160 controllers? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 7:59:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailout04.sul.t-online.com (mailout04.sul.t-online.com [194.25.134.18]) by hub.freebsd.org (Postfix) with ESMTP id DEAFC37B6CE for ; Sun, 18 Feb 2001 07:59:02 -0800 (PST) Received: from fwd01.sul.t-online.com by mailout04.sul.t-online.com with smtp id 14UWEn-0001tt-00; Sun, 18 Feb 2001 16:59:01 +0100 Received: from hal9000 (520075190812-0001@[217.5.87.166]) by fwd01.sul.t-online.com with smtp id 14UWEc-20yS6yC; Sun, 18 Feb 2001 16:58:50 +0100 Message-ID: <000a01c099c3$3da57560$192bfea9@hal9000> From: Stefan.Carstens@t-online.de (Stefan Carstens) To: Subject: Have to make a decision Date: Sun, 18 Feb 2001 16:55:02 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C099CB.897179A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 X-Sender: 520075190812-0001@t-dialin.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C099CB.897179A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello there, as written above, I have to make a decision. I'm working with FreeBSD since Version 3.1 and absolutly happy about the = features it offers, like accessability, availability and stuff. But last month I got a new job, and the guys there are on the way to set = up Webservers, Dual-PIII mashines and they told me, that I have to = implement them based on Linux (SuSE to worth things to the most); they heard my = suggestions about FreeBSD and that it would be better in some ways, like performance = and stuff. One thing they really need is a HA solution. I've implemented one on = FreeBSD, but then it was another point they mentioned - nobody but me could = administrate the system - such a shit, you know one UNIX - you know all. I have to get more, research based payload to bomb that penguin away - hope you can help me, carry on the way you did till here, my honors, Stefan Carstens. ------=_NextPart_000_0007_01C099CB.897179A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello there,
as written above, I have to make a=20 decision.
I'm working with FreeBSD since Version = 3.1 and=20 absolutly happy about the features it offers, like accessability, = availability=20 and stuff.
But last month I got a new job, and the = guys there=20 are on the way to set up
Webservers, Dual-PIII mashines and they = told me,=20 that I have to implement them
based on Linux (SuSE to worth things to = the most);=20 they heard my suggestions
about FreeBSD and that it would be = better in some=20 ways, like performance and stuff.
One thing they really need is a HA = solution. I've=20 implemented one on FreeBSD,
but then it was another point they = mentioned -=20 nobody but me could administrate the system - such a shit, you know one = UNIX -=20 you know all.
 
I have to get more, research based = payload to bomb=20 that penguin away -
hope you can help me,
 
carry on the way you did till = here,
my honors,
Stefan = Carstens.
------=_NextPart_000_0007_01C099CB.897179A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 8: 6:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail4.svr.pol.co.uk (mail4.svr.pol.co.uk [195.92.193.211]) by hub.freebsd.org (Postfix) with ESMTP id E9D5537B491 for ; Sun, 18 Feb 2001 08:06:15 -0800 (PST) Received: from modem-121.desitin.dialup.pol.co.uk ([62.136.89.121] helo=omega.my.domain) by mail4.svr.pol.co.uk with esmtp (Exim 3.13 #0) id 14UWLl-0008A6-00 for freebsd-questions@FreeBSD.ORG; Sun, 18 Feb 2001 16:06:14 +0000 Received: from freeloader.freeserve.co.uk (alpha.my.domain [192.168.0.2]) by omega.my.domain (8.11.1/8.11.1) with ESMTP id f1IG5oF00322 for ; Sun, 18 Feb 2001 16:05:50 GMT (envelope-from ianjhart@freeloader.freeserve.co.uk) Message-ID: <3A8FF2DD.5F7C9DFD@freeloader.freeserve.co.uk> Date: Sun, 18 Feb 2001 16:05:49 +0000 From: ian j hart X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Sendmail and Identd Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Not strictly FreeBSD this one, but I can't find anything on comp.mail.sendmail. deja->google(cannot post) Background: A feature of Win95 + IE5 + roving profiles means that some users may get the default mail profile when they log on. In effect this results in random spoofing of mail. This is the mail system for a school, so I cannot rely on the users spotting the error. What I need is to add a *sanity check* to the internal mail hub. I have an identd server I can run in the clients NT logon script. I've had a look at writing a check_* rule ( Is $g == $_? ), but it doesn't seem that you can _compare_ two values. I wrote/stole some code for checkcompat() which almost works okay. The problem with this is that the mail is already accepted. Idealy I need the transaction to fail *before* delivery so the users get an error message. A logoff/logon will usually fix the problem. I had a look at SASL but I can't get it to work. In any case this means all the users (kids remember) changing their mailer settings. Can any sendmail experts offer any sage advise. Notes: o Can you please CC me as the volume on stable is enough for my poor (home) modem. o Ditching '95 is not an option ;) o Reverting to OE4 would have to wait until the summer o It's half-term here, so now is the time to fix it. o I'm masqerading, including envelope. o Recieved mail is via IMAP This will wrap - sorry int checkcompat(to, e) register ADDRESS *to; register ENVELOPE *e; { char *ident, *at; ptrdiff_t len; static char old_name[MAXHOSTNAMELEN]; if (tTd(49, 1)) dprintf("checkcompat(to=%s, from=%s)\n", to->q_paddr, e->e_from.q_paddr); if ((ident = macvalue('_', e)) == NULL) return(EX_OK); if (strncasecmp(ident, old_name, MAXHOSTNAMELEN - 1) == 0) return(EX_OK); else (void)sprintf(old_name, "%.*s", MAXHOSTNAMELEN - 1, ident); /* pass if no identd */ if ((at = strchr(ident, '@')) == NULL) return(EX_OK); else len = at - ident; /* safe? */ if (strncasecmp(e->e_from.q_user, ident, len) != 0) { /* This is WRONG. We know the sender is a spoof. OTOH the 'real user' may not be reading their mail. Especially if their setting are == default user */ auth_warning(e, "$g=%s doesn't match $_=%s", e->e_from.q_user, ident); usrerr("553 Your email settings are incorrect"); e->e_flags |= EF_NO_BODY_RETN;/* to suppress body on return */ to->q_status = "5.7.1"; return EX_UNAVAILABLE; } return EX_OK; } TIA -- ianjhart ICT Technician. Cardinal Newman School. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 8:10:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from speedbuggy.telerama.com (speedbuggy.telerama.com [205.201.1.216]) by hub.freebsd.org (Postfix) with SMTP id 1456F37B69C for ; Sun, 18 Feb 2001 08:10:32 -0800 (PST) Received: (qmail 13943 invoked from network); 18 Feb 2001 16:10:30 -0000 Received: from d7-17.dyn.telerama.com (HELO bigdaddy.localdomain) (205.201.40.17) by speedbuggy.telerama.com with SMTP; 18 Feb 2001 16:10:30 -0000 Received: from localhost (cwaiken@localhost) by bigdaddy.localdomain (8.11.1/8.11.1) with ESMTP id f1IGCxc00224 for ; Sun, 18 Feb 2001 11:13:01 -0500 (EST) (envelope-from cwaiken@telerama.com) X-Authentication-Warning: bigdaddy.localdomain: cwaiken owned process doing -bs Date: Sun, 18 Feb 2001 11:12:59 -0500 (EST) From: "Christopher W. Aiken" X-X-Sender: To: FreeBSD Questions Subject: [cwa] kernel ppp question Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I seem to missing something basic with kernel ppp. I set up my /etc/ppp/options file: # options file for PPPD defaultroute crtscts modem deflate 12,12 user cwaiken lock I set up my /etc/ppp/chat script: # Abort the chat script is modem replies # BUSY or NO CARRIER ABORT BUSY ABORT 'NO CARRIER' # Wait up to 5 seconds for a reply to each of these TIMEOUT 5 '' ATZ OK ATM0 OK ATDTxxxxxxxxxx # Wait 40 seconds for connection TIMEOUT 40 CONNECT TIMEOUT 5 I set up /etc/ppp/pap-secrets. I then run: pppd /dev/cuaa1 115200 connect chat -f /etc/ppp/chat user cwaiken I do indeed get connected. When I'm finished I do a: kill -9 `cat /var/run/ppp0.pid` to finish my connection. The problem is the second, and subsequent times, that I run: pppd /dev/cuaa1 115200 connect chat -f /etc/ppp/chat user cwaiken I get this error: pppd[520]: Couldn't add default route: File exists I also get that same error if I try using user ppp. and I can't do anything. I can't ping any sites, fetchmail doesn't run, etc. The only way I could figure out how to get this going again was to re-boot my system. What am I doing wrong? What am I missing? -- Christopher W. Aiken, Scenery Hill, Pa, USA chris at cwaiken dot com, www.cwaiken.com Debian GNU/Linux 2.2_r2 & FreeBSD 4.2 RELEASE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 8:16:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from thehousleys.net (frenchknot.ne.mediaone.net [24.147.224.201]) by hub.freebsd.org (Postfix) with ESMTP id ECA4137B6A3 for ; Sun, 18 Feb 2001 08:16:45 -0800 (PST) Received: (from root@localhost) by thehousleys.net (8.11.2/8.11.2) id f1IGGiQ62454; Sun, 18 Feb 2001 11:16:44 -0500 (EST) (envelope-from jim@thehousleys.net) Received: from thehousleys.net (baby.int.thehousleys.net [192.168.0.24]) by thehousleys.net (8.11.2/8.11.2) with ESMTP id f1IGGh062446; Sun, 18 Feb 2001 11:16:43 -0500 (EST) (envelope-from jim@thehousleys.net) Message-ID: <3A8FF56A.E5E82AFF@thehousleys.net> Date: Sun, 18 Feb 2001 11:16:42 -0500 From: James Housley X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Jeremiah Gowdy Cc: Tim McCullagh , freebsd-questions@freebsd.org Subject: Re: Installing AMAVIS virus scanner References: <049b01c09715$b7bb80c0$6500a8c0@halenet.com.au> <002a01c099c0$74af9b10$aa240018@cx443070b> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jeremiah Gowdy wrote: > > > Has anyone successfully installed the amavis-perl port on FreeBSD 4.2 ? > > > > Did it install straight from the ports directory or did you need to > > reconfigure it to get it to work? > > > > I am trying to install Amavis on a fresh install of Freebsd 4.2 and I have > > gone throught the readme's etc and checked my setttings and they all seem > > ok. The problem is that as soon as I send a message to the mail server > > after killing the PID for sendmail the system repeatedly keeps opening > > multiple perl sessions until the server runs out od swap space and > sendmail > > is killed off > > Mine did that too. I had to drive to work and reboot :) > I installed in on 3 4.2-STABLE(15 days ago) on Thursday, in 2 states and 2 countries. All three worked flawlessly. I even was able to figure out how to forward the mail to another machine behind the first. The current READMEs and FAQ didn't work and seemed out of date. Jim -- /"\ ASCII Ribbon Campaign . \ / - NO HTML/RTF in e-mail . X - NO Word docs in e-mail . / \ ----------------------------------------------------------------- jeh@FreeBSD.org http://www.FreeBSD.org The Power to Serve jim@TheHousleys.Net http://www.TheHousleys.net --------------------------------------------------------------------- microsoft: "where do you want to go today?" linux: "where do you want to go tomorrow?" BSD: "are you guys coming, or what?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 8:23: 0 2001 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 4173637B4EC for ; Sun, 18 Feb 2001 08:22:59 -0800 (PST) Received: from bacon (plato.grinz.com [64.182.205.80]) by otonabee.pixelhammer.com (Postfix) with ESMTP id B52B316E3A for ; Sun, 18 Feb 2001 08:22:55 -0800 (PST) From: kris@grinz.com To: questions@freebsd.org Date: Sun, 18 Feb 2001 10:22:49 -0600 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Problem with MAIL, but not mail server software issue (very odd-please help) X-mailer: Pegasus Mail for Win32 (v3.12b) Message-Id: <20010218162255.B52B316E3A@otonabee.pixelhammer.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have determined the problem to by only "mail" itself. I was previously unable to send with "pine" but I checked .pinerc and changed from the default smtp server (blank) to localhost. I was also able to set it to a remote host for relaying and that worked. So I can relay from locally but cannot send directly through "mail". Is "mail" part of the core distribution? Can I reinstall this from /usr/ports somehow? Couldn't find it in there.... Any ideas on this problem? Please reply directly to me as I am not subscribed to the list. Thanks, Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 8:31:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nova.fqdn.com (fqdn.com [204.138.49.210]) by hub.freebsd.org (Postfix) with ESMTP id 8FAD337B4EC; Sun, 18 Feb 2001 08:30:55 -0800 (PST) Received: from fqdn.com (greg [204.138.49.213]) by nova.fqdn.com (SGI-8.9.3/8.9.3) with ESMTP id LAA34445; Sun, 18 Feb 2001 11:18:58 -0500 (EST) Message-ID: <3A90229B.A1E85137@fqdn.com> Date: Sun, 18 Feb 2001 11:29:31 -0800 From: greg X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: squid-users@ircache.net Cc: freebsd-security@FreeBSD.ORG Subject: FTP via squid/firewall setup Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello. I have a squid proxy set up behind a firewall. The packets from the squid proxy are diverted threw a NAT dameon on the firewall. Having failed to configure squid to use ftp-gw on the firewall, I am attempting to have ftp work using NAT as well. I understand why normal-mode ftp doesn't work. I've adjusted the squid.conf option "ftp_passive" to "on". When I ftp from netscape (configed to use the proxy) an error is returned after a short while stating " Squid sent the following: NLST and recived the reply: No files found". The packet log below is a capture of this conversation. The logs on the proxy will display the error: "proxy2# Feb 16 15:41:24 proxy2 squid[3137]: ftpTimeout: timeout in SENT_PASV state." If I ftp to the same server from the command prompt on the proxy, I recive an error that looks simular to the error that is returned while attempting the same with normal mode ftp. The error reads "425 Can't build data connection: Connection timed out." Would anyone know what the problem may be, or have a better solution? I really don't want to run any proxy like software on the firewall if it can be advoided, and would rather not have clients connect direct to the firewall, I'd like to have the proxy as the only trusted internal host. ftp-gw was an attempt at gettting around the ftp normal-mode issue. Thanks for your time, please let me know if you require more information. .INTERNAL-NET . | .PROXY . | .FIREWALL---FTP-server--WWW-server--ROUTER2----INTERNET . | .ROUTER-1 . | .INTERNET some information: - 3 NICs in the firewall -two different internet links - FTP, WEB, routers and external NICs on the firewall have internet IPs. -The proxy and internal NIC have registered IPS, but they are not known or in any routing tables on any internet routers. -Web stuff works fine. -natd alias outgoing traffic to the interface that points towards the web and ftp server. -FreeBSD firewall using natd 222.222.222.222= ftp server 222.222.222.111=NIC IP that natd alias to. (I have changed the IPs from what they really are for this letter) [/root] # snort -devaC -i fxp0 host 222.222.222.222 and port 20 or port 21 Initializing Network Interface... => Decoding Ethernet on interface fxp0 -*> Snort! <*- Version 1.6.3 By Martin Roesch (roesch@clark.net, www.snort.org) =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:38:45.337581 0:90:27:EE.FF.GG -> 8:0:69:HH:II:JJ type:0x800 len:0x36 222.222.222.111:1359 -> 222.222.222.222:21 TCP TTL:63 TOS:0x0 ID:10942 ****R*** Seq: 0xD4324B52 Ack: 0x0 Win: 0x0 =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:38:45.337862 0:90:27:EE.FF.GG -> 8:0:69:HH:II:JJ type:0x800 len:0x36 222.222.222.111:1361 -> 222.222.222.222:21 TCP TTL:63 TOS:0x0 ID:10943 DF ******A* Seq: 0xD483AE46 Ack: 0xC661201 Win: 0x4470 =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:38:48.365829 8:0:69:HH:II:JJ -> 0:90:27:EE.FF.GG type:0x800 len:0x84 222.222.222.222:21 -> 222.222.222.111:1361 TCP TTL:60 TOS:0x10 ID:16888 DF *****PA* Seq: 0xC661201 Ack: 0xD483AE46 Win: 0xC000 220-____________________________________________________________ ____________.. =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:38:48.456562 0:90:27:EE.FF.GG -> 8:0:69:HH:II:JJ type:0x800 len:0x36 222.222.222.111:1361 -> 222.222.222.222:21 TCP TTL:63 TOS:0x0 ID:10945 DF ******A* Seq: 0xD483AE46 Ack: 0xC66124F Win: 0x4470 =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:38:48.457811 8:0:69:HH:II:JJ -> 0:90:27:EE.FF.GG type:0x800 len:0x4E2 222.222.222.222:21 -> 222.222.222.111:1361 TCP TTL:60 TOS:0x10 ID:16889 DF *****PA* Seq: 0xC66124F Ack: 0xD483AE46 Win: 0xC000 220-____________________________________________________________ ____________..220-..220-...COMPANY-NAME..220-________________ ________________________________________________________..220-__ ________________________________________________________________ ______..220-..220-..220-This is a private facility. Access for any reason must be specifically..220-authorized by COMPANY . ..220-..220-Unless you are so authorized, your continued acc ess and..220-any other use may subject you to criminal and/or ci vil..220-proceedings, including criminal prosecution under the F ederal ..220-Computer Fraud and Abuse Act, 18 United States Code Section 1030...220-..220-______________________________________ __________________________________..220-..220-Uploads to this ma chine are monitored. Distribution of Copyrighted ..220-material may be reported to your ISP, SPA or to your local authorities. ..220-..220-Questions should be directed to noc@COMPANY..220- ..220-Systems Staff/COMPANY-NAME, ...220-____________ ____________________________________________________________..22 0- ..220-..220 ftp.COMPANY.com FTP server (Version wu-2.6 .1(4) Thu Oct 19 12:22:44 EDT 2000) ready... =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:38:48.458714 0:90:27:EE.FF.GG -> 8:0:69:HH:II:JJ type:0x800 len:0x46 222.222.222.111:1361 -> 222.222.222.222:21 TCP TTL:63 TOS:0x0 ID:10946 DF *****PA* Seq: 0xD483AE46 Ack: 0xC6616FB Win: 0x4470 USER anonymous.. =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:38:48.458935 8:0:69:HH:II:JJ -> 0:90:27:EE.FF.GG type:0x800 len:0x3C 222.222.222.222:21 -> 222.222.222.111:1361 TCP TTL:60 TOS:0x10 ID:16890 DF ******A* Seq: 0xC6616FB Ack: 0xD483AE56 Win: 0xC000 =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:38:48.461348 8:0:69:HH:II:JJ -> 0:90:27:EE.FF.GG type:0x800 len:0x7A 222.222.222.222:21 -> 222.222.222.111:1361 TCP TTL:60 TOS:0x10 ID:16891 DF *****PA* Seq: 0xC6616FB Ack: 0xD483AE56 Win: 0xC000 331 Guest login ok, send your complete e-mail address as passwor d... =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:38:48.461777 0:90:27:EE.FF.GG -> 8:0:69:HH:II:JJ type:0x800 len:0x45 222.222.222.111:1361 -> 222.222.222.222:21 TCP TTL:63 TOS:0x0 ID:10947 DF *****PA* Seq: 0xD483AE56 Ack: 0xC66173F Win: 0x4470 PASS SQUID@.. =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:38:48.464418 8:0:69:HH:II:JJ -> 0:90:27:EE.FF.GG type:0x800 len:0x82 222.222.222.222:21 -> 222.222.222.111:1361 TCP TTL:60 TOS:0x10 ID:16892 DF *****PA* Seq: 0xC66173F Ack: 0xD483AE65 Win: 0xC000 230-____________________________________________________________ __________.. =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:38:48.556561 0:90:27:EE.FF.GG -> 8:0:69:HH:II:JJ type:0x800 len:0x36 222.222.222.111:1361 -> 222.222.222.222:21 TCP TTL:63 TOS:0x0 ID:10948 DF ******A* Seq: 0xD483AE65 Ack: 0xC66178B Win: 0x4470 =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:38:48.557139 8:0:69:HH:II:JJ -> 0:90:27:EE.FF.GG type:0x800 len:0x1EC 222.222.222.222:21 -> 222.222.222.111:1361 TCP TTL:60 TOS:0x10 ID:16893 DF *****PA* Seq: 0xC66178B Ack: 0xD483AE65 Win: 0xC000 230-____________________________________________________________ __________..230-..230-.Please place all files into the 'incoming ' directory. ..230- Any questions or issues please send emai l to noc@COMPANY.com...230-______________________________________ ________________________________..230-__________________________ ____________________________________________..230-..230-..230-.. 230-..230 Guest login ok, access restrictions apply... =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:38:48.557762 0:90:27:EE.FF.GG -> 8:0:69:HH:II:JJ type:0x800 len:0x3E 222.222.222.111:1361 -> 222.222.222.222:21 TCP TTL:63 TOS:0x0 ID:10949 DF *****PA* Seq: 0xD483AE65 Ack: 0xC661941 Win: 0x4470 TYPE A.. =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:38:48.558505 8:0:69:HH:II:JJ -> 0:90:27:EE.FF.GG type:0x800 len:0x4A 222.222.222.222:21 -> 222.222.222.111:1361 TCP TTL:60 TOS:0x10 ID:16894 DF *****PA* Seq: 0xC661941 Ack: 0xD483AE6D Win: 0xC000 200 Type set to A... =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:38:48.559554 0:90:27:EE.FF.GG -> 8:0:69:HH:II:JJ type:0x800 len:0x50 222.222.222.111:1361 -> 222.222.222.222:21 TCP TTL:63 TOS:0x0 ID:10950 DF *****PA* Seq: 0xD483AE6D Ack: 0xC661955 Win: 0x4470 PORT 209,167,51,162,5,82.. =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:38:48.560354 8:0:69:HH:II:JJ -> 0:90:27:EE.FF.GG type:0x800 len:0x54 222.222.222.222:21 -> 222.222.222.111:1361 TCP TTL:60 TOS:0x10 ID:16895 DF *****PA* Seq: 0xC661955 Ack: 0xD483AE87 Win: 0xC000 200 PORT command successful... =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:38:48.560777 0:90:27:EE.FF.GG -> 8:0:69:HH:II:JJ type:0x800 len:0x3C 222.222.222.111:1361 -> 222.222.222.222:21 TCP TTL:63 TOS:0x0 ID:10951 DF *****PA* Seq: 0xD483AE87 Ack: 0xC661973 Win: 0x4470 LIST.. =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:38:48.569661 8:0:69:HH:II:JJ -> 0:90:27:EE.FF.GG type:0x800 len:0x3C 222.222.222.222:21 -> 222.222.222.111:1361 TCP TTL:60 TOS:0x10 ID:16896 DF ******A* Seq: 0xC661973 Ack: 0xD483AE8D Win: 0xC000 =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:38:48.570752 8:0:69:HH:II:JJ -> 0:90:27:EE.FF.GG type:0x800 len:0x3C 222.222.222.222:20 -> 222.222.222.111:1362 TCP TTL:60 TOS:0x8 ID:16897 **S***** Seq: 0xC6DD2E0 Ack: 0x0 Win: 0xC000 TCP Options => MSS: 1460 =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:38:54.590308 8:0:69:HH:II:JJ -> 0:90:27:EE.FF.GG type:0x800 len:0x3C 222.222.222.222:20 -> 222.222.222.111:1362 TCP TTL:60 TOS:0x8 ID:16898 **S***** Seq: 0xC6DD2E0 Ack: 0x0 Win: 0xC000 TCP Options => MSS: 1460 =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:39:17.065912 8:0:69:HH:II:JJ -> 0:90:27:EE.FF.GG type:0x800 len:0x3C 222.222.222.222:20 -> 222.222.222.111:1362 TCP TTL:60 TOS:0x8 ID:16899 **S***** Seq: 0xC6DD2E0 Ack: 0x0 Win: 0xC000 TCP Options => MSS: 1460 =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:40:02.018776 8:0:69:HH:II:JJ -> 0:90:27:EE.FF.GG type:0x800 len:0x3C 222.222.222.222:20 -> 222.222.222.111:1362 TCP TTL:60 TOS:0x8 ID:16900 **S***** Seq: 0xC6DD2E0 Ack: 0x0 Win: 0xC000 TCP Options => MSS: 1460 =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:40:03.725467 8:0:69:HH:II:JJ -> 0:90:27:EE.FF.GG type:0x800 len:0x6E 222.222.222.222:21 -> 222.222.222.111:1361 TCP TTL:60 TOS:0x10 ID:16901 DF *****PA* Seq: 0xC661973 Ack: 0xD483AE8D Win: 0xC000 425 Can't build data connection: Connection timed out... =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:40:03.726337 0:90:27:EE.FF.GG -> 8:0:69:HH:II:JJ type:0x800 len:0x3C 222.222.222.111:1361 -> 222.222.222.222:21 TCP TTL:63 TOS:0x0 ID:10962 DF *****PA* Seq: 0xD483AE8D Ack: 0xC6619AB Win: 0x4470 NLST.. =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:40:03.727277 8:0:69:HH:II:JJ -> 0:90:27:EE.FF.GG type:0x800 len:0x4B 222.222.222.222:21 -> 222.222.222.111:1361 TCP TTL:60 TOS:0x10 ID:16902 DF *****PA* Seq: 0xC6619AB Ack: 0xD483AE93 Win: 0xC000 550 No files found... =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:40:03.728384 0:90:27:EE.FF.GG -> 8:0:69:HH:II:JJ type:0x800 len:0x50 222.222.222.111:1361 -> 222.222.222.222:21 TCP TTL:63 TOS:0x0 ID:10963 DF *****PA* Seq: 0xD483AE93 Ack: 0xC6619C0 Win: 0x4470 PORT 209,167,51,162,5,83.. =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:40:03.728857 8:0:69:HH:II:JJ -> 0:90:27:EE.FF.GG type:0x800 len:0x54 222.222.222.222:21 -> 222.222.222.111:1361 TCP TTL:60 TOS:0x10 ID:16903 DF *****PA* Seq: 0xC6619C0 Ack: 0xD483AEAD Win: 0xC000 200 PORT command successful... =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:40:03.729306 0:90:27:EE.FF.GG -> 8:0:69:HH:II:JJ type:0x800 len:0x3C 222.222.222.111:1361 -> 222.222.222.222:21 TCP TTL:63 TOS:0x0 ID:10964 DF *****PA* Seq: 0xD483AEAD Ack: 0xC6619DE Win: 0x4470 LIST.. =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:40:03.744365 8:0:69:HH:II:JJ -> 0:90:27:EE.FF.GG type:0x800 len:0x3C 222.222.222.222:20 -> 222.222.222.111:1363 TCP TTL:60 TOS:0x8 ID:16904 **S***** Seq: 0xD013620 Ack: 0x0 Win: 0xC000 TCP Options => MSS: 1460 =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:40:03.825186 8:0:69:HH:II:JJ -> 0:90:27:EE.FF.GG type:0x800 len:0x3C 222.222.222.222:21 -> 222.222.222.111:1361 TCP TTL:60 TOS:0x10 ID:16905 DF ******A* Seq: 0xC6619DE Ack: 0xD483AEB3 Win: 0xC000 =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:40:09.645216 8:0:69:HH:II:JJ -> 0:90:27:EE.FF.GG type:0x800 len:0x3C 222.222.222.222:20 -> 222.222.222.111:1363 TCP TTL:60 TOS:0x8 ID:16906 **S***** Seq: 0xD013620 Ack: 0x0 Win: 0xC000 TCP Options => MSS: 1460 =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:40:32.120903 8:0:69:HH:II:JJ -> 0:90:27:EE.FF.GG type:0x800 len:0x3C 222.222.222.222:20 -> 222.222.222.111:1363 TCP TTL:60 TOS:0x8 ID:16907 **S***** Seq: 0xD013620 Ack: 0x0 Win: 0xC000 TCP Options => MSS: 1460 =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:41:17.073241 8:0:69:HH:II:JJ -> 0:90:27:EE.FF.GG type:0x800 len:0x3C 222.222.222.222:20 -> 222.222.222.111:1363 TCP TTL:60 TOS:0x8 ID:16908 **S***** Seq: 0xD013620 Ack: 0x0 Win: 0xC000 TCP Options => MSS: 1460 =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:41:18.980307 8:0:69:HH:II:JJ -> 0:90:27:EE.FF.GG type:0x800 len:0x6E 222.222.222.222:21 -> 222.222.222.111:1361 TCP TTL:60 TOS:0x10 ID:16909 DF *****PA* Seq: 0xC6619DE Ack: 0xD483AEB3 Win: 0xC000 425 Can't build data connection: Connection timed out... =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:41:18.987603 0:90:27:EE.FF.GG -> 8:0:69:HH:II:JJ type:0x800 len:0x3C 222.222.222.111:1361 -> 222.222.222.222:21 TCP TTL:63 TOS:0x0 ID:10965 DF *****PA* Seq: 0xD483AEB3 Ack: 0xC661A16 Win: 0x4470 NLST.. =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:41:18.988601 8:0:69:HH:II:JJ -> 0:90:27:EE.FF.GG type:0x800 len:0x4B 222.222.222.222:21 -> 222.222.222.111:1361 TCP TTL:60 TOS:0x10 ID:16910 DF *****PA* Seq: 0xC661A16 Ack: 0xD483AEB9 Win: 0xC000 550 No files found... =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:41:18.989700 0:90:27:EE.FF.GG -> 8:0:69:HH:II:JJ type:0x800 len:0x36 222.222.222.111:1361 -> 222.222.222.222:21 TCP TTL:63 TOS:0x0 ID:10966 DF ***F**A* Seq: 0xD483AEB9 Ack: 0xC661A2B Win: 0x4470 =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:41:18.989923 8:0:69:HH:II:JJ -> 0:90:27:EE.FF.GG type:0x800 len:0x3C 222.222.222.222:21 -> 222.222.222.111:1361 TCP TTL:60 TOS:0x10 ID:16911 DF ******A* Seq: 0xC661A2B Ack: 0xD483AEBA Win: 0xC000 =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:41:18.990024 8:0:69:HH:II:JJ -> 0:90:27:EE.FF.GG type:0x800 len:0x5B 222.222.222.222:21 -> 222.222.222.111:1361 TCP TTL:60 TOS:0x10 ID:16912 DF *****PA* Seq: 0xC661A2B Ack: 0xD483AEBA Win: 0xC000 221 You could at least say goodbye... =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ 02/16-15:41:18.990383 0:90:27:EE.FF.GG -> 8:0:69:HH:II:JJ type:0x800 len:0x36 222.222.222.111:1361 -> 222.222.222.222:21 TCP TTL:63 TOS:0x0 ID:10968 ****R*** Seq: 0xD483AEBA Ack: 0x0 Win: 0x0 =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 8:32:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from Mail6.nc.rr.com (fe6.southeast.rr.com [24.93.67.53]) by hub.freebsd.org (Postfix) with ESMTP id 4150E37B67D for ; Sun, 18 Feb 2001 08:32:30 -0800 (PST) Received: from tbird-850-win2k ([66.26.61.48]) by Mail6.nc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Sun, 18 Feb 2001 11:32:29 -0500 Date: Sun, 18 Feb 2001 11:32:31 -0500 From: Neill Robins X-Mailer: The Bat! (v1.48f) Personal Reply-To: Neill Robins X-Priority: 3 (Normal) Message-ID: <1189162935.20010218113231@nc.rr.com> To: Bruce Grisham Cc: freebsd-questions@FreeBSD.ORG Subject: Re: does FreeBSD 3.5.1 support ultra160 controllers? In-reply-To: <3A8FEE7E.5D5A89D5@accumatics.com> References: <3A8FEE7E.5D5A89D5@accumatics.com> 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 Sunday, February 18, 2001, 10:47:10 AM, you wrote: BG> Howdy, Howdy. BG> I build systems that must run a specialized application that hasn't been BG> rewritten for the FreeBSD 4 driver model. In other words, it will build BG> on FreeBSD 2 and 3. I've been using FreeBSD 3.4 and never bothered BG> acquiring FreeBSD 3.5. BG> Does 3.5 support the Adapter 7892/99 and other ultra160 controllers? From ftp://ftp.freebsd.org/.0/FreeBSD/releases/i386/3.5.1-RELEASE/HARDWARE.TXT "Adaptec AIC7850, AIC7860, AIC7880, AIC789x, on-board SCSI controllers." BG> Thanks. Your welcome. Good Luck, Neill freebsd@nc.rr.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 8:56:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.port.ru (mx1.port.ru [194.67.23.32]) by hub.freebsd.org (Postfix) with ESMTP id B66FE37B401 for ; Sun, 18 Feb 2001 08:56:47 -0800 (PST) Received: from d27-745.dialup.ncport.ru ([213.134.222.219] helo=mail.ru) by smtp1.port.ru with esmtp (Exim 3.14 #87) id 14UX8g-000MGF-00 for freebsd-questions@FreeBSD.ORG; Sun, 18 Feb 2001 19:56:46 +0300 Message-ID: <3ADDB92D.41F4B94D@mail.ru> Date: Wed, 18 Apr 2001 19:56:29 +0400 From: Denis X-Mailer: Mozilla 4.06 [en] (Win98; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: I can't configure my PCMCIA card Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Could you tell me, what I must do to configure my PCMCIA card: Xircom CarBus Ethernet 100 + Modem 56 ???? Please help... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 9:28:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from p1.cs.ohiou.edu (p1.cs.ohiou.edu [132.235.1.11]) by hub.freebsd.org (Postfix) with ESMTP id 129F037B491 for ; Sun, 18 Feb 2001 09:28:16 -0800 (PST) Received: from localhost (frussell@localhost) by p1.cs.ohiou.edu (8.9.3/8.9.3) with SMTP id MAA16208; Sun, 18 Feb 2001 12:28:10 -0500 (EST) Date: Sun, 18 Feb 2001 12:28:09 -0500 (EST) From: Russell Francis X-Sender: frussell@p1 To: Marco Masotti Cc: questions@FreeBSD.ORG Subject: Re: xcpustate and SMP In-Reply-To: <3A8F9B5B.8BE3C6FE@mclink.it> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To whom it may concern, Arun Sharma submitted a patch to the kernel and xosview that adds the correct data structures to the kernel to keep stats on a per cpu basis and to xosview to allow it to take advantage of the new stats. I can't find it on the PR database but you can get it from Unfortunately it is against the 4.0 kernel so . . . it may not be too useful. I used it as a basis to patch my 4.2-Release kernel by hand and it works great, and xosview has two independant cpu bars and the kernel booted, thanks Arun! :-) I would submit a new patch for 4.2 based off of his work if someone would tell me the proper way to do so without pissing people off. I am extremely new to FreeBSD and not quite sure of the file system structure or the proper way to submit patches etc. Thanks -Russ > Kent, my SMP config is actually a kernel SMP config. > > I believe Russel has got the right point when saying that something is missing > inside to admire the SMP at work. > Actually again, the SMP behaves quite right, the system appears quite fine grained > to allow most identical programs, when run in parallel, to run maxing all the > available cpus all their way out. That even if the specific applications are not > designed to accomodate their threads avoiding to step onto each other foot while > executing. > > I'm satisified with FreeBSD smp as I can be with linux, apparently as far as I've > seen till now. > > Yet, the problem is in xcpustate, and also possibly in xosview (not tried that > yet). > > Thank you for all replies. > > Regards all > > --- > Marco > > > > Kent Stewart wrote: > > > Russell Francis wrote: > > > > > > > > > > Marco Masotti wrote: > > > > > > > > > > Hello, > > > > > > > > > > I' running xcpustate on a bi-processor machine, but I'm not able to see > > > > > the two bars that would be involved in a SMP config. > > > > > > > > > > When running locally on supported multiprocessors > > > > > (SolbourneOS/MPsystems, Ultrix multiprocessors, Linux/SMP, and the > > > > > Gould NP1), there will be one bar for each CPU. > > > > > > > > > > My hardware is an Abit BP6 with 2xCeleron@550, FreeBSD 4._REL, xcpustate > > > > > is version 2.5, patchlevel 1.13 > > > > > > > > > > BTW, Is FreeBSD a *not supported* multiprocessor? > > > > > > > > It is unless you turn on multi-processor support in the kernel. > > > > > > > > Kent > > > > > > I am also running a dual system and even with SMP compiled into the > > > kernel, the issue with monitoring software (xcpustate, xosview) only > > > showing one CPU still exists. SMP is supported though because when > > > one processor is maxed out it will show 50% when both processors are > > > maxed it will show 100%. SMP works but the software to admire it isn't > > > quite there. > > > > That is too bad. I just got a Abit VP8 with dual 866 running and so > > far my AMD Thunderbird 900 will do buildworld's 20% faster. I was > > hoping there was something that would show me where the bottleneck > > was. > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of 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 Feb 18 9:33: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cicero2.cybercity.dk (cicero2.cybercity.dk [212.242.40.53]) by hub.freebsd.org (Postfix) with ESMTP id 6329F37B4EC for ; Sun, 18 Feb 2001 09:33:05 -0800 (PST) Received: from usr05.cybercity.dk (usr05.cybercity.dk [212.242.40.85]) by cicero2.cybercity.dk (Postfix) with ESMTP id 4344DFFFB2 for ; Sun, 18 Feb 2001 18:33:04 +0100 (CET) Received: from mekanix.home (port12.cvx1-ro.ppp.cybercity.dk [212.242.169.13]) by usr05.cybercity.dk (8.9.3/8.9.3) with SMTP id SAA82280 for ; Sun, 18 Feb 2001 18:33:19 +0100 (CET) (envelope-from mekanix@vip.cybercity.dk) Message-Id: <200102181733.SAA82280@usr05.cybercity.dk> Date: Sun, 18 Feb 2001 18:31:13 +0100 From: Bjarne Wichmann Petersen To: FreeBSD-questions Subject: [Wine] config-issues. X-Mailer: Sylpheed version 0.4.9 (GTK+ 1.2.8; FreeBSD 4.2-STABLE; i386) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have installed Wine through ports, and it will not run. Just gets this: "Can't open configuration file /home/mekanix/.wine/config" This I don't get, a userdefined config shouldn't be a must. Anway copied my /usr/local/etc/wine.conf to ~/.wine/config more strange things happen: "wineserver: /home/mekanix/.wine/config is not a valid registry file" huh? Anyone care to enlighten me? The wine.conf should be correct (the default edited to my needs). Bjarne To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 9:53: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.enteract.com (mail.enteract.com [207.229.143.33]) by hub.freebsd.org (Postfix) with ESMTP id EE99337B4EC for ; Sun, 18 Feb 2001 09:53:02 -0800 (PST) Received: from jamestown.enteract.com (24-148-57-55.na.21stcentury.net [24.148.57.55]) by mail.enteract.com (8.9.3/8.9.3) with ESMTP id LAA22643 for ; Sun, 18 Feb 2001 11:53:01 -0600 (CST) (envelope-from jtm@enteract.com) Received: (from jtm@localhost) by jamestown.enteract.com (8.9.3/8.9.3) id LAA13763 for freebsd-questions@freebsd.org; Sun, 18 Feb 2001 11:51:46 -0600 (CST) (envelope-from jtm) From: James McNaughton Reply-To: jtm63@enteract.com To: freebsd-questions@freebsd.org Subject: Re: (no subject) Date: Sun, 18 Feb 2001 11:32:21 -0600 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain References: <3A8A755D.E32FD5BE@alinea.de> In-Reply-To: <3A8A755D.E32FD5BE@alinea.de> MIME-Version: 1.0 Message-Id: <01021811514600.13419@jamestown.enteract.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 14 Feb 2001, you wrote: > > Hi, > > I´ve bought FreeBSD 4.2 with 4 CD-Roms´s included. > > After installing FreeBSD and Apache successfully, I was looking round > the CD-Roms for MySQL and PHP and Perl for I wanted to build a > interactive wed-databank. > > Unfortunately I couldn´t find MySQL nor PHP neither Perl. > > First Question: > > Where could I grab the above mentioned software ? > > Second Question: > > I`ve got a book about MySQL with a CD-Rom inside. Is it also possible to > install MySQL from another CD-ROM or does FreeBSD only accept the > software that is packed on the 4 CD-ROMs ? > > Thanks for promptly answering > > Michael Meyer > ---------------------------------------- Content-Type: text/html; name="unnamed" Content-Transfer-Encoding: 7bit Content-Description: ---------------------------------------- In the first place please don't send formatted html mail to this list since many people don't use newsreaders that support it and they may not wish to decipher the gobbledy-gook that they see. Secondly, use a subject in the subject header: I only read your message as I was about to delete abunch of (no subject) posts. Regarding your question, this is based on the 3.2 installation CD's which should be similar. Software packages are located in "packages/" on the first and third cd. The best way to install from the cd is to use '/stand/sysinstall'. Put cd in the drive and go to post install configuration and follow the menus for the software. If you don't find what you're looking for, backout of sysinstal switch cd's, and try again. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 9:59: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 1E2CE37B401 for ; Sun, 18 Feb 2001 09:59:06 -0800 (PST) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f1IHww709455; Sun, 18 Feb 2001 09:58:58 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Stefan Carstens" , Subject: RE: Have to make a decision Date: Sun, 18 Feb 2001 09:58:58 -0800 Message-ID: <005601c099d4$77713c00$1401a8c0@tedm.placo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <000a01c099c3$3da57560$192bfea9@hal9000> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a simple answer for you - install Webmin on the FreeBSD system. This webinterface runs on a wide variety of UNIX's including SuSE and presents a consistent administrative interface to answer exactly the problem you have. Even if you can't get them to give up SuSE at least get them weaned onto webmin. ALso, there's one other thing that you should know - it's a lot easier to convince people to switch if you understand their way of doing things in addition to your own. Rather than spending your time trying to convince them to use FreeBSD you should be spending your time getting familiar with SuSE and then once your as capabable with it as your employer is, your going to have a lot more credibility when you tell them "Oh, yes, I know SuSE like the back of my hand but you know what it stinks - switch to FreeBSD" Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Stefan Carstens Sent: Sunday, February 18, 2001 7:55 AM To: freebsd-questions@FreeBSD.ORG Subject: Have to make a decision Hello there, as written above, I have to make a decision. I'm working with FreeBSD since Version 3.1 and absolutly happy about the features it offers, like accessability, availability and stuff. But last month I got a new job, and the guys there are on the way to set up Webservers, Dual-PIII mashines and they told me, that I have to implement them based on Linux (SuSE to worth things to the most); they heard my suggestions about FreeBSD and that it would be better in some ways, like performance and stuff. One thing they really need is a HA solution. I've implemented one on FreeBSD, but then it was another point they mentioned - nobody but me could administrate the system - such a shit, you know one UNIX - you know all. I have to get more, research based payload to bomb that penguin away - hope you can help me, carry on the way you did till here, my honors, Stefan Carstens. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 10: 2:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 53E5637B401 for ; Sun, 18 Feb 2001 10:02:16 -0800 (PST) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f1II2B709472; Sun, 18 Feb 2001 10:02:11 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "ian j hart" , Subject: RE: Sendmail and Identd Date: Sun, 18 Feb 2001 10:02:11 -0800 Message-ID: <005701c099d4$eab634e0$1401a8c0@tedm.placo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <3A8FF2DD.5F7C9DFD@freeloader.freeserve.co.uk> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What about installing IMP or other webinterface and forcing the students that aren't savvy enough to know how to use their mail client properly to use that instead? This allows you to centralize all administration on the mail clients to in effect the central mailserver, and in addition allows the students to check mail from any browser. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of ian j hart > Sent: Sunday, February 18, 2001 8:06 AM > To: freebsd-questions@FreeBSD.ORG > Subject: Sendmail and Identd > > > Not strictly FreeBSD this one, but I can't find anything on > comp.mail.sendmail. deja->google(cannot post) > > Background: A feature of Win95 + IE5 + roving profiles means that some > users may get the default mail profile when they log on. In effect > this results in random spoofing of mail. This is the mail system for a > school, so I cannot rely on the users spotting the error. > > What I need is to add a *sanity check* to the internal mail hub. I have > an identd server I can run in the clients NT logon script. > > I've had a look at writing a check_* rule ( Is $g == $_? ), but it > doesn't seem that you can _compare_ two values. > > I wrote/stole some code for checkcompat() which almost works okay. The > problem with this is that the mail is already accepted. Idealy I need > the transaction to fail *before* delivery so the users get an error > message. A logoff/logon will usually fix the problem. > > I had a look at SASL but I can't get it to work. In any case this means > all the users (kids remember) changing their mailer settings. > > Can any sendmail experts offer any sage advise. > > Notes: > o Can you please CC me as the volume on stable is enough for my poor > (home) modem. > o Ditching '95 is not an option ;) > o Reverting to OE4 would have to wait until the summer > o It's half-term here, so now is the time to fix it. > o I'm masqerading, including envelope. > o Recieved mail is via IMAP > > This will wrap - sorry > int > checkcompat(to, e) > register ADDRESS *to; > register ENVELOPE *e; > { > char *ident, *at; > ptrdiff_t len; > static char old_name[MAXHOSTNAMELEN]; > > if (tTd(49, 1)) > dprintf("checkcompat(to=%s, from=%s)\n", > to->q_paddr, e->e_from.q_paddr); > > if ((ident = macvalue('_', e)) == NULL) > return(EX_OK); > if (strncasecmp(ident, old_name, MAXHOSTNAMELEN - 1) == 0) > return(EX_OK); > else > (void)sprintf(old_name, "%.*s", MAXHOSTNAMELEN - 1, ident); > > /* pass if no identd */ > if ((at = strchr(ident, '@')) == NULL) > return(EX_OK); > else > len = at - ident; /* safe? */ > > if (strncasecmp(e->e_from.q_user, ident, len) != 0) > { > /* > This is WRONG. We know the sender is a spoof. > OTOH the 'real user' may not be reading their mail. > Especially if their setting are == default user > */ > auth_warning(e, "$g=%s doesn't match $_=%s", e->e_from.q_user, > ident); > usrerr("553 Your email settings are incorrect"); > e->e_flags |= EF_NO_BODY_RETN;/* to suppress body on > return */ > to->q_status = "5.7.1"; > return EX_UNAVAILABLE; > } > return EX_OK; > } > > TIA > > -- > ianjhart > ICT Technician. > Cardinal Newman School. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of 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 Feb 18 10: 3:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gig.centurytel.net (gig.centurytel.net [209.206.160.248]) by hub.freebsd.org (Postfix) with ESMTP id 0609A37B4EC for ; Sun, 18 Feb 2001 10:03:27 -0800 (PST) Received: from centurytel.net (pppoe0237.gh.centurytel.net [209.206.249.20]) by gig.centurytel.net (8.11.0/8.11.0) with ESMTP id f1II3Nd07858 for ; Sun, 18 Feb 2001 10:03:23 -0800 (PST) Message-ID: <3A900EB5.BBDEFFD1@centurytel.net> Date: Sun, 18 Feb 2001 10:04:37 -0800 From: Islandman Organization: Vashon Island X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: FreeBSD digital camera support? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm shopping for a new digital camera. Since I NEVER want to boot up in WinDoz again, what capabilities for supporting digital cameras are there in FreeBSD? -- | Brian D. Schieber, Vashon Island, WA | email: brian_schieber@email.com | chat: brian_schieber (MSN), brianschieber (AIM) | phone: (206) 463-2451, cell: (206) 290-8070 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 10:14:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cicero1.cybercity.dk (cicero1.cybercity.dk [212.242.40.4]) by hub.freebsd.org (Postfix) with ESMTP id 981C637B401 for ; Sun, 18 Feb 2001 10:14:13 -0800 (PST) Received: from usr02.cybercity.dk (usr02.cybercity.dk [212.242.40.82]) by cicero1.cybercity.dk (Postfix) with ESMTP id 550F015FC40 for ; Sun, 18 Feb 2001 19:14:12 +0100 (CET) Received: from mekanix.home (port12.cvx1-ro.ppp.cybercity.dk [212.242.169.13]) by usr02.cybercity.dk (8.9.3/8.9.3) with SMTP id TAA15736 for ; Sun, 18 Feb 2001 19:14:14 +0100 (CET) (envelope-from mekanix@vip.cybercity.dk) Message-Id: <200102181814.TAA15736@usr02.cybercity.dk> Date: Sun, 18 Feb 2001 19:12:21 +0100 From: Bjarne Wichmann Petersen To: FreeBSD-questions Subject: [mozilla 0.8] breaks a few things... X-Mailer: Sylpheed version 0.4.9 (GTK+ 1.2.8; FreeBSD 4.2-STABLE; i386) 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 Just upgraded to 0.8 through ports and I've gotten a few problems since. Firstly I couldn't run mozilla, it just stalled so I had to remove my ~/.mozilla. Looks like the thinice theme have become broken, as does some of the default-themes. :-/ Secondly, the layout of the ~/.mozilla seems to have changed as well. So, what files/dirs from my old mozilla-dir can I put into ~/.mozilla and where do I put them? 0.8 also seems to have broken something in Galeon. I can no longer middle-click on a link to open in another window. Nor with rightclick -> "Open in new window", makes galeon crash. But I guess that's a bugreport for Galeon? Lastly, JavaVM. How do I get it working in Mozilla and thus Galeon? Bjarne To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 10:15:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cgmd76206.chello.nl (d9168.upc-d.chello.nl [213.46.9.168]) by hub.freebsd.org (Postfix) with ESMTP id 35BDB37B4EC for ; Sun, 18 Feb 2001 10:15:39 -0800 (PST) Received: by cgmd76206.chello.nl (Postfix, from userid 1001) id 8181575; Sun, 18 Feb 2001 19:15:37 +0100 (CET) Date: Sun, 18 Feb 2001 19:15:37 +0100 From: Edwin Groothuis To: Islandman Cc: questions@freebsd.org Subject: Re: FreeBSD digital camera support? Message-ID: <20010218191537.A4233@cgmd76206.chello.nl> References: <3A900EB5.BBDEFFD1@centurytel.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A900EB5.BBDEFFD1@centurytel.net>; from schieb@centurytel.net on Sun, Feb 18, 2001 at 10:04:37AM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Feb 18, 2001 at 10:04:37AM -0800, Islandman wrote: > I'm shopping for a new digital camera. Since I NEVER want to boot up in > WinDoz again, what capabilities for supporting digital cameras are there > in FreeBSD? By default none, but in the ports collection the word "camera" returned 12 hits. Edwin -- Edwin Groothuis | Interested in MUDs? Visit Fatal Dimensions: mavetju@chello.nl | http://fataldimensions.nl.eu.org/ ------------------+ telnet://fataldimensions.nl.eu.org:4000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 10:16:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 177DA37B401 for ; Sun, 18 Feb 2001 10:16:52 -0800 (PST) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f1IIGZ709534; Sun, 18 Feb 2001 10:16:35 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Russell Francis" , "Marco Masotti" Cc: Subject: RE: xcpustate and SMP Date: Sun, 18 Feb 2001 10:16:34 -0800 Message-ID: <005801c099d6$ecbc7a40$1401a8c0@tedm.placo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The really proper way is to get committ rights and post it yourself. Failing that, if you look at /usr/ports/sysutils/xosview/Makefile you can see that obrien@freebsd.org is listed as the maintainer of this port - you should e-mail him as well as the developer that has worked on the kernel file that you patched. (Which should be listed in the revision control line of the file) Incidentally, for those of you reading the PR database is NOT the appropriate place for patches to _current_ FreeBSD code. Also, it GREATLY helps the developers if you could make your patches against the latest Snapshots available at: ftp://current.freebsd.org/pub/FreeBSD/snapshots/ Of course it would be best to make the patch against -current, but it takes serious work to follow this. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Russell Francis > Sent: Sunday, February 18, 2001 9:28 AM > To: Marco Masotti > Cc: questions@FreeBSD.ORG > Subject: Re: xcpustate and SMP > > > > To whom it may concern, > Arun Sharma submitted a patch to the kernel and xosview that adds > the correct data structures to the kernel to keep stats on a per cpu basis > and to xosview to allow it to take advantage of the new stats. > I can't find it on the PR database but you can get it from > > > Unfortunately it is against the 4.0 kernel so . . . it may not be too > useful. I used it as a basis to patch my 4.2-Release kernel by hand and > it works great, and xosview has two independant cpu bars and the kernel > booted, thanks Arun! :-) I would submit a new patch for 4.2 based off of > his work if someone would tell me the proper way to do so without pissing > people off. I am extremely new to FreeBSD and not quite sure of the file > system structure or the proper way to submit patches etc. > > Thanks > -Russ > > > Kent, my SMP config > is actually a kernel SMP config. > > > I believe Russel has got the right point when saying that > something is missing > > inside to admire the SMP at work. > > Actually again, the SMP behaves quite right, the system appears > quite fine grained > > to allow most identical programs, when run in parallel, to run > maxing all the > > available cpus all their way out. That even if the specific > applications are not > > designed to accomodate their threads avoiding to step onto > each other foot while > > executing. > > > > I'm satisified with FreeBSD smp as I can be with linux, > apparently as far as I've > > seen till now. > > > > Yet, the problem is in xcpustate, and also possibly in xosview > (not tried that > > yet). > > > > Thank you for all replies. > > > > Regards all > > > > --- > > Marco > > > > > > > > Kent Stewart wrote: > > > > > Russell Francis wrote: > > > > > > > > > > > > > Marco Masotti wrote: > > > > > > > > > > > > Hello, > > > > > > > > > > > > I' running xcpustate on a bi-processor machine, but I'm > not able to see > > > > > > the two bars that would be involved in a SMP config. > > > > > > > > > > > > When running locally on supported multiprocessors > > > > > > (SolbourneOS/MPsystems, Ultrix multiprocessors, > Linux/SMP, and the > > > > > > Gould NP1), there will be one bar for each CPU. > > > > > > > > > > > > My hardware is an Abit BP6 with 2xCeleron@550, FreeBSD > 4._REL, xcpustate > > > > > > is version 2.5, patchlevel 1.13 > > > > > > > > > > > > BTW, Is FreeBSD a *not supported* multiprocessor? > > > > > > > > > > It is unless you turn on multi-processor support in the kernel. > > > > > > > > > > Kent > > > > > > > > I am also running a dual system and even with SMP compiled into the > > > > kernel, the issue with monitoring software (xcpustate, xosview) only > > > > showing one CPU still exists. SMP is supported though because when > > > > one processor is maxed out it will show 50% when both processors are > > > > maxed it will show 100%. SMP works but the software to > admire it isn't > > > > quite there. > > > > > > That is too bad. I just got a Abit VP8 with dual 866 running and so > > > far my AMD Thunderbird 900 will do buildworld's 20% faster. I was > > > hoping there was something that would show me where the bottleneck > > > was. > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 10:55:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web9306.mail.yahoo.com (web9306.mail.yahoo.com [216.136.129.55]) by hub.freebsd.org (Postfix) with SMTP id 805B237B4EC for ; Sun, 18 Feb 2001 10:55:18 -0800 (PST) Message-ID: <20010218185518.14573.qmail@web9306.mail.yahoo.com> Received: from [212.253.3.41] by web9306.mail.yahoo.com; Sun, 18 Feb 2001 10:55:18 PST Date: Sun, 18 Feb 2001 10:55:18 -0800 (PST) From: Omer Faruk Sen Subject: Turkish FreeBSD Installation guide. To: freebsd-questions@freebsd.org Cc: freebsd-newbies@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi. We have translated FreeBSD (4.2) Installation Guide to Turkish language and will be helpful for guys out there whose native language is Turkish. It is not a from scratch documentation.It has translated from Randy Pratt's http://people.freebsd.org/~rpratt/ documentation.Thanks for making some kind of document Randy. Turkish Guide resides at http://www.EnderUnix.org/documents/freebsd_kurulum/ We EnderUnix is also official mirror of FreeBSD,NetBSD and Qmail.We are also mirroring OpenBSD site.And have waiting answer from OBSD team to entitle as OBSD official mirror REGARDS __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.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 Feb 18 11: 0: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe55.law11.hotmail.com [64.4.16.63]) by hub.freebsd.org (Postfix) with ESMTP id CE8A837B401 for ; Sun, 18 Feb 2001 11:00:00 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 18 Feb 2001 11:00:00 -0800 X-Originating-IP: [24.68.123.209] From: "Brad Watts" To: "BSD" Subject: Mount CD ROM Date: Sun, 18 Feb 2001 13:55:22 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_003F_01C099B2.6FEE71E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Message-ID: X-OriginalArrivalTime: 18 Feb 2001 19:00:00.0507 (UTC) FILETIME=[FE52D4B0:01C099DC] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_003F_01C099B2.6FEE71E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I've reconfigured my kernel and added sound support. Now I'd like to = know how I would mount and "read" from my CD ROM drive? Also, How would I mount, read and write to my floppy drive? Thanks.. Brad ------=_NextPart_000_003F_01C099B2.6FEE71E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I've reconfigured my kernel and added = sound=20 support. Now I'd like to know how I would mount and "read" from my CD = ROM=20 drive?
 
Also, How would I mount, read and write = to my=20 floppy drive?
 
Thanks..
 
Brad
------=_NextPart_000_003F_01C099B2.6FEE71E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 11:10:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail11.svr.pol.co.uk (mail11.svr.pol.co.uk [195.92.193.23]) by hub.freebsd.org (Postfix) with ESMTP id 5108237B491 for ; Sun, 18 Feb 2001 11:10:12 -0800 (PST) Received: from modem-157.potassium.dialup.pol.co.uk ([62.136.18.157] helo=omega.my.domain) by mail11.svr.pol.co.uk with esmtp (Exim 3.13 #0) id 14UZ2J-00054w-00; Sun, 18 Feb 2001 18:58:20 +0000 Received: from freeloader.freeserve.co.uk (alpha.my.domain [192.168.0.2]) by omega.my.domain (8.11.1/8.11.1) with ESMTP id f1IJ9lF00555; Sun, 18 Feb 2001 19:09:47 GMT (envelope-from ianjhart@freeloader.freeserve.co.uk) Message-ID: <3A901DFB.F7EF77EA@freeloader.freeserve.co.uk> Date: Sun, 18 Feb 2001 19:09:47 +0000 From: ian j hart X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Ted Mittelstaedt Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sendmail and Identd References: <005701c099d4$eab634e0$1401a8c0@tedm.placo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ted Mittelstaedt wrote: > > What about installing IMP or other webinterface and forcing the > students that aren't savvy enough to know how to use their > mail client properly to use that instead? This allows you to > centralize all administration on the mail clients to in effect > the central mailserver, and in addition allows the students to > check mail from any browser. > > Ted Mittelstaedt tedm@toybox.placo.com > Author of: The FreeBSD Corporate Networker's Guide > Book website: http://www.freebsd-corp-net-guide.com [snip original message] Thanks for your reply, but... :) I only installed Internet access and mail just before Xmas. We've just spent a half-term getting (1500) user accounts setup. I would not be a very popular guy if I changed track at this point. The problem is not with 'savvy'. It's a _feature_. You log on and send some mail. If the network drive with your profile is not available you get the default user settings. (No-one checks account details every time they mail). The mail goes out with a random users return address. Sendmail only checks the hostname, which is correct (and masqueraded anyway). The only clue that this is happening is when you read mail and the prompted account name is not your own. God bless Bill Gates. -- ian j hart ICT Technician. Cardinal Newman School. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 11:23:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from math.teaser.net (math.teaser.net [213.91.2.4]) by hub.freebsd.org (Postfix) with ESMTP id BAD2E37B401 for ; Sun, 18 Feb 2001 11:23:47 -0800 (PST) Received: from titine.fr.eu.org (Cour-N1D44-024.teaser.net [213.91.44.24]) by math.teaser.net (Postfix) with ESMTP id 7B1026C803 for ; Sun, 18 Feb 2001 20:23:45 +0100 (CET) Received: by titine.fr.eu.org (Postfix, from userid 1001) id 27DE03104; Sun, 18 Feb 2001 20:13:23 +0100 (CET) X-Attribution: Jaco To: questions@freebsd.org Subject: Re: About USB scanner and FreeBSD 4.2 References: <14991.26346.617365.307947@guru.mired.org> From: Eric Jacoboni Date: 18 Feb 2001 20:13:23 +0100 In-Reply-To: <14991.26346.617365.307947@guru.mired.org> (Mike Meyer's message of "Sun, 18 Feb 2001 00:08:42 -0600") Message-ID: <86y9v3st2k.fsf@titine.fr.eu.org> Lines: 54 User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/21.0.98 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 >>>>> "Mike" == Mike Meyer writes: Mike> I note that that scanner isn't listed as supported on my uscanner man Mike> page. If it's listed on yours [...] No, it is not. But the 1200U is in the list and, at least in France, the 1200U model has been replaced by the 1240U. I may believe that the 1240U is only a cosmetic evolution of the 1200U... Furthermore, the 1240U is in the Sane's Supported Scanners List. [Many thanks for the tips about patching usbdevs and uscanner.c...] Mike> Until you get the uscanner device to show up, it won't work. Following your steps, the uscanner device show up : # dmesg |grep "^u" uhci0: port 0xd400-0xd41f irq 3 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uscanner0: EPSON Perfection1240, rev 1.00/1.04, addr 2 uhci1: port 0xd800-0xd81f irq 3 at device 7.3 on pci0 usb1: on uhci1 usb1: USB revision 1.0 uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered But i still don't succeed to make it work... scanimage --list-devices does'nt say anything. Xsane calls as in my previous post claim the device is invalid. I've installed Gimp and added Xsane as a plug-ins: no device available. $ ls -l /dev/*scan* lrwxr-xr-x 1 root wheel 14 18 fév 18:06 /dev/scanner -> /dev/uscanner0 lrwxr-xr-x 1 root wheel 14 18 fév 18:06 /dev/usbscanner -> /dev/uscanner0 crw-rw-r-- 1 root operator 156, 0 4 fév 2000 /dev/uscanner0 Now, i don't know if my problem is related to FBSD or to Sane... Mike> When you're done, send a note to n_hibma@freebsd.org with the new Mike> usbdevs line, and if it works the line for uscanner.c. If not, let him Mike> know it didn't work. I'm gonna do that. Anyway, thanks for your help... -- Éric Jacoboni, né il y a 1285883971 secondes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 11:26:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from schmoo.tclme.org (schmoo.tclme.org [208.24.53.96]) by hub.freebsd.org (Postfix) with SMTP id EA7B837B401 for ; Sun, 18 Feb 2001 11:26:39 -0800 (PST) Received: (qmail 7862 invoked from network); 18 Feb 2001 19:26:12 -0000 Received: from dialup2.austintx.com (HELO tclme.org) (rgreene@208.24.53.4) by mail.tclme.org with SMTP; 18 Feb 2001 19:26:12 -0000 Message-ID: <3A9022E4.1CB50373@tclme.org> Date: Sun, 18 Feb 2001 13:30:45 -0600 From: Bob Greene Organization: TclMe.org X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.0 i686) X-Accept-Language: en MIME-Version: 1.0 To: "Kenneth D. Merry" Cc: questions@FreeBSD.ORG Subject: Re: Trouble adding second SCSI drive References: <3A8F3D55.E2E0A398@tclme.org> <20010218002224.A10384@panzer.kdm.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sysctl kern.securelevel kern.securelevel: 2 Yep. Thanks! "Kenneth D. Merry" wrote: > You most likely have a securelevel greater than 1. > > You can check the securelevel like this: > > sysctl kern.securelevel > > The fix is to not set your secure level to something greater than 1. > > Ken > -- > Kenneth Merry > ken@kdm.org -- Bob Greene rgreene@TclMe.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 11:30: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from anchor-post-33.mail.demon.net (anchor-post-33.mail.demon.net [194.217.242.91]) by hub.freebsd.org (Postfix) with ESMTP id 25FE237B4EC for ; Sun, 18 Feb 2001 11:30:05 -0800 (PST) Received: from horseplay.demonadsltrial.co.uk ([193.195.64.157] helo=horseplay.horseplay.demon.co.uk) by anchor-post-33.mail.demon.net with esmtp (Exim 2.12 #1) id 14UZX2-00003H-0X for questions@freebsd.org; Sun, 18 Feb 2001 19:30:04 +0000 Message-Id: <5.0.2.1.1.20010218192444.032a6b20@pop3.demon.co.uk> X-Sender: horseplay@pop3.demon.co.uk X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Sun, 18 Feb 2001 19:33:10 +0000 To: questions@freebsd.org From: Darren Evans Subject: Re: vmware 2 bridged networking In-Reply-To: <20010218081904.E5280@arrakis.desert-power.org> References: <5.0.2.1.1.20010217224534.00ad41f0@pop3.demon.co.uk> <5.0.2.1.1.20010217224534.00ad41f0@pop3.demon.co.uk> 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 Mark, Hmmm did'nt do the trick. I noticed my IP address is listed on the vmnet1 interface and not xe0, presumably this should not be the case. If it is, how does this work? Maybe someone else could share their "vmware + FreeBSD" network settings. # ifconfig -a lp0: flags=8810 mtu 1500 faith0: flags=8000 mtu 1500 gif0: flags=8010 mtu 1280 gif1: flags=8010 mtu 1280 gif2: flags=8010 mtu 1280 gif3: flags=8010 mtu 1280 lo0: flags=8049 mtu 16384 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x7 inet6 ::1 prefixlen 128 inet 127.0.0.1 netmask 0xff000000 ppp0: flags=8010 mtu 1500 sl0: flags=c010 mtu 552 vmnet1: flags=8843 mtu 1500 inet 192.168.254.210 netmask 0xffffff00 broadcast 192.168.254.255 inet6 fe80::2bd:a5ff:fe04:1%vmnet1 prefixlen 64 scopeid 0xa ether 00:bd:a5:04:00:01 xe0: flags=8843 mtu 1500 inet 192.168.254.205 netmask 0xffffff00 broadcast 192.168.254.255 inet6 fe80::210:a4ff:fed2:6cf7%xe0 prefixlen 64 scopeid 0xb ether 00:10:a4:d2:6c:f7 media: autoselect (10baseT/UTP) supported media: autoselect 10baseT/UTP 100baseTX # netstat -rn Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 192.168.254.254 UGSc 0 0 vmnet1 127.0.0.1 127.0.0.1 UH 1 42 lo0 192.168.254 link#10 UC 0 0 vmnet1 => 192.168.254.205 link#10 UHLW 0 4 vmnet1 => 192.168.254.254 link#10 UHLW 1 2 vmnet1 => Internet6: Destination Gateway Flags Netif Expire ::1 ::1 UH lo0 fe80::%lo0/64 fe80::1%lo0 Uc lo0 fe80::%vmnet1/64 link#10 UC vmnet1 fe80::%xe0/64 link#11 UC xe0 ff01::/32 ::1 U lo0 ff02::%lo0/32 fe80::1%lo0 UC lo0 ff02::%vmnet1/32 link#10 UC vmnet1 ff02::%xe0/32 link#11 UC xe0 At 08:19 18/02/01 -0500, Mark B. Withers wrote: >Darren, > >If you issue an > >ifconfig -a > >command, does it say "noarp" on your xe0 interface? > >If so you can eneble it with > >ifconfig xe0 arp >On Sat, Feb 17, 2001 at 06:01:45PM -0500, Darren Evans wrote: > > > > FreeBSD box 192.168.254.205 xe0 > > vmnet1 192.168.254.210 vmnet1 > > Gateway 192.168.254.254 default > > > > After installing bridged networking within vmware2 I cannot > > access my default gateway. > > > > I can ping vmnet1 but not "xe0" or the "default gateway". > > > > arp -a does nothing. > > > > sudo route add 192.168.254.254 default does nothing either. > > > > I have seen this. > > > http://www.vmware.com/support/reference/linux/networking_linux.html#changemac > > I think the issue is to do with not finding a MAC address for xe0 because > > vmware2 has "clashed?" somehow. > > > > To sum up, vmware no longer runs and has taken apart my networking. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 11:35: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from relay3.inwind.it (relay3.inwind.it [212.141.53.74]) by hub.freebsd.org (Postfix) with ESMTP id 5E9BA37B491 for ; Sun, 18 Feb 2001 11:34:52 -0800 (PST) Received: from [62.98.54.201] (62.98.54.201) by relay3.inwind.it (5.1.056) id 3A88263C000F6A43 for freebsd-questions@freebsd.org; Sun, 18 Feb 2001 20:34:48 +0100 Received: (qmail 642 invoked by uid 1001); 18 Feb 2001 19:03:21 -0000 Date: Sun, 18 Feb 2001 20:03:21 +0100 From: Francesco Casadei To: freebsd-questions@freebsd.org Cc: Scott D Subject: filtering mail (Was: Re: simple idea to rid the world of most spam) Message-ID: <20010218200321.A559@junior.kasby> Mail-Followup-To: freebsd-questions@freebsd.org, Scott D References: <73823705@toto.iv> <14989.54913.863311.695847@guru.mired.org> <5.0.0.25.0.20010216213101.009dac60@mail.earthlink.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="NzB8fVQJ5HfG6fxh" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <5.0.0.25.0.20010216213101.009dac60@mail.earthlink.net>; from digitalox@earthlink.net on Fri, Feb 16, 2001 at 09:34:35PM -0600 X-Operating-System: FreeBSD 3.5-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --NzB8fVQJ5HfG6fxh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 16, 2001 at 09:34:35PM -0600, Scott D wrote: > At 07:40 PM 2/16/01 -0600, you wrote: > >Speaking of which, I've verified that -questions accepts mail when > >freebsd-questions isn't in the To: or Cc: lists. Has anyone considered > >adding a filter that bounces anything like that with an explanation? I > >can't think of any legit reason to Bcc: -questions. >=20 > I agree I get some mail in the wrong folder because of this (and when you= =20 > belong to a lot to a lot of high volume groups like this one it can be=20 > troublesome), mail should be to freebsd, and the cc or bcc should be to t= he=20 > individuals IMHO. >=20 > Scott >=20 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 > end of the original message There's another field in the header of each message called Sender. This is always: Sender: owner-freebsd-questions@FreeBSD.ORG for messages coming from -questions mailing list and: Sender: owner-freebsd-stable@FreeBSD.ORG for messages coming from -stable mailing list. You can use this field to filter messages you receive and store them in different folder. Francesco Casadei --=20 You can download my public key from http://digilander.iol.it/fcasadei/ or retrieve it from a keyserver (pgpkeys.mit.edu, wwwkeys.pgp.net, ...) Key fingerprint is: 1671 9A23 ACB4 520A E7EE 00B0 7EC3 375F 164E B17B --NzB8fVQJ5HfG6fxh Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6kBx5fsM3XxZOsXsRAkGvAJ0StyoerqFyVcla6t8/Sr6ocoK5SgCdF1Ch 08Oe1r+MAoFb76r9z0D6kGk= =rrNB -----END PGP SIGNATURE----- --NzB8fVQJ5HfG6fxh-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 11:41: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cgmd76206.chello.nl (d9168.upc-d.chello.nl [213.46.9.168]) by hub.freebsd.org (Postfix) with ESMTP id 3BCFE37B401 for ; Sun, 18 Feb 2001 11:41:02 -0800 (PST) Received: by cgmd76206.chello.nl (Postfix, from userid 1001) id EB02E14B; Sun, 18 Feb 2001 20:41:00 +0100 (CET) Date: Sun, 18 Feb 2001 20:41:00 +0100 From: Edwin Groothuis To: Brad Watts Cc: BSD Subject: Re: Mount CD ROM Message-ID: <20010218204100.B4233@cgmd76206.chello.nl> Mail-Followup-To: Edwin Groothuis , Brad Watts , BSD References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from bradley_watts@hotmail.com on Sun, Feb 18, 2001 at 01:55:22PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Feb 18, 2001 at 01:55:22PM -0500, Brad Watts wrote: > I've reconfigured my kernel and added sound support. Now I'd like > to know how I would mount and "read" from my CD ROM drive? > Also, How would I mount, read and write to my floppy drive? Create two directories: mkdir /mnt/cdrom mkdir /mnt/floppy and add this to your /etc/fstab /dev/acd0c /mnt/cdrom cd9660 ro,noauto 0 0 /dev/fd0 /mnt/floppy msdos rw 2 2 then you can mount it with "mount /mnt/cdrom" and "mount /mnt/floppy". If your cdrom is a different one (no ATAPI, then you should change the acd into the more proper one) Edwin -- Edwin Groothuis | Interested in MUDs? Visit Fatal Dimensions: mavetju@chello.nl | http://fataldimensions.nl.eu.org/ ------------------+ telnet://fataldimensions.nl.eu.org:4000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 11:47:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from studict.student.utwente.nl (studict.student.utwente.nl [130.89.220.2]) by hub.freebsd.org (Postfix) with ESMTP id C912637B503 for ; Sun, 18 Feb 2001 11:47:50 -0800 (PST) Received: from kabel203069.kabel.utwente.nl (kabel203069.kabel.utwente.nl [130.89.203.69]) by studict.student.utwente.nl (8.9.3/MQT) with ESMTP id UAA01217; Sun, 18 Feb 2001 20:47:46 +0100 (MET) Date: Sun, 18 Feb 2001 20:47:48 +0100 (CET) From: Rogier Steehouder Reply-To: r.j.steehouder@student.utwente.nl To: Ronald Klop Cc: freebsd-questions@freebsd.org Subject: Re: [FBSD-Q] shell command to make tcp connection? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG E-mail from freebsd-questions-admin@spitfire.velocet.net, sent 18-02-2001: > Hello. > > I'm looking for a programm to use in a shell script to make a tcp > connection. On another unix machine I ones used a programm called > mconnect, but I can't find it on the freebsd base system nor in the > ports collection. Is there something similar? If yes, what is the > name of the programm? > > Greetings, Ronald. > > PS: I'm using FreeBSD 4.1.1-RELEASE, but I don't think that's very > important for this question? > I don't know mconnect, but try netcat (/usr/ports/net/netcat/) With kind regards, Rogier Steehouder -- ___ _ -O_\ Rogier Steehouder // | / mailto:r.j.steehouder@student.utwente.nl //\ / \ http://home.student.utwente.nl/r.j.steehouder/ // \ <----------------------- 25m ----------------------> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 12: 5:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id 989DE37B491 for ; Sun, 18 Feb 2001 12:05:51 -0800 (PST) Received: (from jonc@localhost) by itouch.co.nz (8.11.2/8.11.1) id f1IK52X61490; Mon, 19 Feb 2001 09:05:02 +1300 (NZDT) (envelope-from jonc) Date: Mon, 19 Feb 2001 09:05:01 +1300 From: Jonathan Chen To: "Don O'Neil" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: /Stand/Sysinstall Upgrade doesn't change version Message-ID: <20010219090501.D59959@itouchnz.itouch> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from doneil@amplespace.com on Thu, Feb 15, 2001 at 06:47:19PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Feb 15, 2001 at 06:47:19PM -0800, Don O'Neil wrote: > I did a system upgrade from 4.1-release yesterday using /stand/sysinstall > (yes, I know you can do it w/ a make-world, but I don't need the _latest_ > stuff, just more recent than 4.1).... > > After the upgrade, the uname-a didn't show anything different... Is this > normal? Shouldn't it have read 4.2-release? Only if you recompile the kernel. -- Jonathan Chen ---------------------------------------------------------------------- "I don't want to achive immortality through my works.. I want to achieve it through not dying" - Woody Allen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 12:15: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from camelot.bitart.com (BITart-45.BITart.com [206.103.221.45]) by hub.freebsd.org (Postfix) with SMTP id 6314A37B4EC for ; Sun, 18 Feb 2001 12:15:02 -0800 (PST) Received: (qmail 5160 invoked by uid 101); 18 Feb 2001 20:15:00 -0000 Message-ID: <20010218201500.5154.qmail@camelot.bitart.com> Content-Type: text/plain MIME-Version: 1.0 (NeXT Mail 4.2mach v148) In-Reply-To: <3A900EB5.BBDEFFD1@centurytel.net> X-Nextstep-Mailer: Mail 4.2mach (Enhance 2.2p1) Received: by NeXT.Mailer (1.148) From: Gerd Knops Date: Sun, 18 Feb 2001 14:14:59 -0600 To: Islandman Subject: Re: FreeBSD digital camera support? Cc: questions@freebsd.org Reply-To: gerti-freebsdq@BITart.com References: <3A900EB5.BBDEFFD1@centurytel.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Islandman wrote: > I'm shopping for a new digital camera. Since I NEVER want to boot up > in WinDoz again, what capabilities for supporting digital cameras are > there in FreeBSD? > USB support for Sony Cybershot (S70 works, others probably, and USB Memorystick adapter, will be mounted as DOS file system) is included in Stable. Gerd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 12:24: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from merlin.prod.itd.earthlink.net (merlin.prod.itd.earthlink.net [207.217.120.156]) by hub.freebsd.org (Postfix) with ESMTP id 3249537B401 for ; Sun, 18 Feb 2001 12:23:58 -0800 (PST) Received: from scraemondaemon.mydomain.org (1Cust61.tnt6.buffalo.ny.da.uu.net [63.10.187.61]) by merlin.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id MAA22874; Sun, 18 Feb 2001 12:23:50 -0800 (PST) Received: (from ipthomas@localhost) by scraemondaemon.mydomain.org (8.9.3/8.9.3) id PAA00269; Sun, 18 Feb 2001 15:23:56 -0500 (EST) (envelope-from ipthomas) Date: Sun, 18 Feb 2001 15:23:56 -0500 (EST) From: Ian Patrick Thomas Message-Id: <200102182023.PAA00269@scraemondaemon.mydomain.org> To: damon@lanset.com, questions@freebsd.org Subject: Re: No space on / In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Try moving your ports to /usr. If your /var directory does not have its own slice on the disklabel you can (from The Complete FreeBSD) mkdir /usr/var cd /var tar cf - . | (cd /usr/var; tar xf - ) cd / rm -rf /var ln -s /usr/var /var You may get an error after doing this, if so you can reboot or ps waux | grep syslogd kill -9 (syslogd pid) syslogd There is alot more info in above mentioned source. You might want to pick one up. good luck Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 12:26:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sydney.worldwide.lemis.com (dhcp170.lemis.com [192.109.197.170]) by hub.freebsd.org (Postfix) with ESMTP id 2FFA437B503 for ; Sun, 18 Feb 2001 12:26:28 -0800 (PST) Received: (from grog@localhost) by sydney.worldwide.lemis.com (8.11.1/8.9.3) id f1IKhb520262; Mon, 19 Feb 2001 07:13:37 +1030 (CST) (envelope-from grog) Date: Mon, 19 Feb 2001 07:13:37 +1030 From: Greg Lehey To: GeniusJ Cc: questions@freebsd.org Subject: Re: Undoing a vinum mirror? Looks like I screwed up :) Message-ID: <20010219071337.A20245@sydney.worldwide.lemis.com> References: <20010218152805.103DC37B491@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20010218152805.103DC37B491@hub.freebsd.org>; from GeniusJ@ods.org on Sun, Feb 18, 2001 at 10:29:57AM -0500 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 Sunday, 18 February 2001 at 10:29:57 -0500, GeniusJ wrote: > Is there a recommended way in vinum to undo a mirror? Yes. > I tried stopping/detaching the subdisks but it didnt like that.. to > the point of a kernel panic (actually about 18).. If you have problems with Vinum, please supply details. See http://www.vinumvm.org/how-to-debug.html for further details. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. 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 Feb 18 12:29:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bigglesworth.mail.be.easynet.net (bigglesworth.mail.be.easynet.net [212.100.160.67]) by hub.freebsd.org (Postfix) with ESMTP id 942A237B4EC for ; Sun, 18 Feb 2001 12:29:15 -0800 (PST) Received: from 213-193-168-181.adsl.easynet.be ([213.193.168.181] helo=ash) by bigglesworth.mail.be.easynet.net with smtp (Exim 3.16 #1) id 14UaSG-0000QB-00 for freebsd-questions@freebsd.org; Sun, 18 Feb 2001 21:29:12 +0100 From: Anne-Sophie Hombert To: X-Mailer: Poco 2.11 (777) - Registered Version Date: Sun, 18 Feb 2001 21:29:11 +0100 X-URL: Subject: "The complete freeBSD" 2d vs 3rd edition Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, What are the main additions in "The complete FreeBSD", third= edition vis-a-vis the second edition? Also, is a 4th version planned soon? Thanks, Anne To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 12:32:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from eagle.prod.itd.earthlink.net (eagle.prod.itd.earthlink.net [207.217.120.24]) by hub.freebsd.org (Postfix) with ESMTP id 242EE37B491; Sun, 18 Feb 2001 12:32:20 -0800 (PST) Received: from scraemondaemon.mydomain.org (1Cust61.tnt6.buffalo.ny.da.uu.net [63.10.187.61]) by eagle.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id MAA16963; Sun, 18 Feb 2001 12:32:17 -0800 (PST) Received: (from ipthomas@localhost) by scraemondaemon.mydomain.org (8.9.3/8.9.3) id PAA00286; Sun, 18 Feb 2001 15:32:26 -0500 (EST) (envelope-from ipthomas) Date: Sun, 18 Feb 2001 15:32:26 -0500 (EST) From: Ian Patrick Thomas Message-Id: <200102182032.PAA00286@scraemondaemon.mydomain.org> To: FreeBSD-bugs@freebsd.org, grog@lemis.com, questions@freebsd.org Subject: Re: HEADS UP: Possible breakage in fetchmail package on 4.2-RELEASE CD-ROMs In-Reply-To: <20010218105517.N21615@wantadilla.lemis.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I had the line ALL : ALL : deny in /etc/hosts.allow. Fetchmail would get the mail and delete it off the server but it would never reach my account. Anyway I fixed the problem. I don't think this was the problem but someone else may benefit from my error. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 12:45:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from eagle.prod.itd.earthlink.net (eagle.prod.itd.earthlink.net [207.217.120.24]) by hub.freebsd.org (Postfix) with ESMTP id 6B12437B491 for ; Sun, 18 Feb 2001 12:45:12 -0800 (PST) Received: from scraemondaemon.mydomain.org (1Cust61.tnt6.buffalo.ny.da.uu.net [63.10.187.61]) by eagle.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id MAA25684; Sun, 18 Feb 2001 12:45:10 -0800 (PST) Received: (from ipthomas@localhost) by scraemondaemon.mydomain.org (8.9.3/8.9.3) id PAA00442; Sun, 18 Feb 2001 15:45:19 -0500 (EST) (envelope-from ipthomas) Date: Sun, 18 Feb 2001 15:45:19 -0500 (EST) From: Ian Patrick Thomas Message-Id: <200102182045.PAA00442@scraemondaemon.mydomain.org> To: cwaiken@telerama.com, freebsd-questions@freebsd.org Subject: Re: [cwa] kernel ppp question In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Try changing defaultroute to nodefaultroute in your options file. I use User ppp as I have not been able to ever get kernel ppp to work. good luck Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 12:46:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from forrie.net (forrie.net [216.67.14.69]) by hub.freebsd.org (Postfix) with ESMTP id B841337B401 for ; Sun, 18 Feb 2001 12:46:14 -0800 (PST) Received: from boom.forrie.com (forrie.ne.mediaone.net [24.147.132.133]) by forrie.net with id f1IKkDl70724 for ; Sun, 18 Feb 2001 15:46:13 -0500 (EST) Message-Id: <5.0.2.1.2.20010218154502.01b21550@216.67.14.69> X-Sender: forrie@216.67.14.69 X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Sun, 18 Feb 2001 15:45:55 -0500 To: freebsd-questions@freebsd.org From: Forrest Aldrich Subject: Empeg Emptool application Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Has anyone ported this to FreeBSD? (www.empeg.com/support) I gave it a whirl, but there are some c++ conflicts which probably need to be tweaked by someone who knows more about c++ :) Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 13: 0:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from karon.dynas.se (karon.dynas.se [192.71.43.4]) by hub.freebsd.org (Postfix) with SMTP id 110E637B491 for ; Sun, 18 Feb 2001 13:00:30 -0800 (PST) Received: (qmail 10813 invoked from network); 18 Feb 2001 21:00:27 -0000 Received: from spirit.sto.dynas.se (HELO spirit.dynas.se) (172.16.1.10) by 172.16.1.1 with SMTP; 18 Feb 2001 21:00:27 -0000 Received: (qmail 977 invoked from network); 18 Feb 2001 21:00:25 -0000 Received: from explorer.rsa.com (10.81.217.59) by spirit.dynas.se with SMTP; 18 Feb 2001 21:00:25 -0000 Received: (from mikko@localhost) by explorer.rsa.com (8.11.1/8.11.1) id f1IL0Lw64679; Sun, 18 Feb 2001 13:00:21 -0800 (PST) (envelope-from mikko) Date: Sun, 18 Feb 2001 13:00:21 -0800 (PST) From: Mikko Tyolajarvi Message-Id: <200102182100.f1IL0Lw64679@explorer.rsa.com> To: slamdunk@neophile.net Cc: freebsd-questions@freebsd.org Subject: Re: Cant get ftpd's started - Help Newsgroups: local.freebsd.questions References: <4.3.2.7.2.20010218020924.02845e60@127.0.0.1> X-Newsreader: NN version 6.5.6 (NOV) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In local.freebsd.questions you write: >Having sorted out my strange, unkillable login on my box (by a reboot) I >now have a different problem. I run 2 ftp daemons, average common or garden >freebsd supplied ftpd and a copy of glftpd on a seperate port. >Since the reboot I cant see the either running and any attempt to ftp in >using either of the ports produces a "connection refused" error [...] >There is nothing in the messages file to indicate failure of launching them >from inetd.conf, the entries in there are as follows:- >ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l >glftpd stream tcp nowait root /caddy/ftp/bin/glftpd -l -o -i >As far as I am aware nothing much has changed to my configuration, and I am >totally at a loss, as another reboot has not solved it either. Is inetd running? $.02, /Mikko -- Mikko Työläjärvi_______________________________________mikko@rsasecurity.com RSA Security To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 13:26:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from c007.snv.cp.net (c007-h008.c007.snv.cp.net [209.228.33.214]) by hub.freebsd.org (Postfix) with SMTP id 4F4ED37B491 for ; Sun, 18 Feb 2001 13:26:30 -0800 (PST) Received: (cpmta 29171 invoked from network); 18 Feb 2001 13:26:29 -0800 Received: from dsl-216-227-91-85.telocity.com (HELO zoso) (216.227.91.85) by smtp.telocity.com (209.228.33.214) with SMTP; 18 Feb 2001 13:26:29 -0800 X-Sent: 18 Feb 2001 21:26:29 GMT From: "Otter" To: "'Anne-Sophie Hombert'" , Subject: RE: "The complete freeBSD" 2d vs 3rd edition Date: Sun, 18 Feb 2001 16:33:39 -0500 Message-ID: <000401c099f2$7598d6e0$1401a8c0@zoso> 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) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG As I recall, the 2nd edition was based on the 2.x branch. I remember getting the 2.2.7 CD included when I bought the book. The 3rd edition was based on the 3.x branch of FreeBSD. As for a 4th edition.... you'll need to ask Greg Lehey. -Otter > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Anne-Sophie > Hombert > Sent: Sunday, February 18, 2001 3:29 PM > To: freebsd-questions@freebsd.org > Subject: "The complete freeBSD" 2d vs 3rd edition > > > Hi, > > What are the main additions in "The complete FreeBSD", third > edition vis-a-vis the second edition? > > Also, is a 4th version planned soon? > > Thanks, > > Anne > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of 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 Feb 18 13:36:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id F2B5F37B491 for ; Sun, 18 Feb 2001 13:36:31 -0800 (PST) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f1ILaS710017; Sun, 18 Feb 2001 13:36:28 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "ian j hart" Cc: Subject: RE: Sendmail and Identd Date: Sun, 18 Feb 2001 13:36:28 -0800 Message-ID: <005b01c099f2$d9f632e0$1401a8c0@tedm.placo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <3A901DFB.F7EF77EA@freeloader.freeserve.co.uk> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Ian, I think you perhaps misunderstand: even if you set up IMP you STILL would have had to setup those 1500 accounts. I also beg to differ - this is very clearly a mail client problem. As you have realized, Sendmail does not rewrite the From: address. This is because the mail client program is in charge of correctly putting the user@whateverdomain address into the outgoing mail. This is inherent to the SMTP protocol. Your blaming the failure of the user's mail client program to properly create the username@whateverdomain address on the mail client program itself. However, this is wrong, the client program is doing what it's supposed to be doing. If you give your users the ability to retrieve e-mail via POP3 and transmit it via SMTP then you give them the responsibility to make sure that the From address is correct. If they are unwilling or unable to do this (due either to their misunderstanding how the client program operates, or due to their logging in somewhere and allowing some mystical "thang" to change the From address) then clearly you have to either force them to use a mail client that they DO understand, or force them to use a mail client that they have no control over, and that you do. This is what IMP is. IMP is a mail client that runs ON THE MAILSERVER, instead of on a remote desktop, so instead of having a remote client that has unreachable settings, you have a mail client that is local to the mailserver that YOU can control. I also beg to differ with your statement: "...No-one checks account details every time they mail...." Guess what, _I_ do. I'm sure that any power users among your students do also. It's simple enough to do when using a mail client program like Eudora, which _does_ place the From address IN THE MESSAGE DURING COMPOSITION unlike Microsoft Outlook which hides it. In fact, that's another answer to your problem - because Eudora doesen't give a rat's ass about what drive your logged into. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com > -----Original Message----- > From: ianjhart@omega.my.domain [mailto:ianjhart@omega.my.domain]On > Behalf Of ian j hart > Sent: Sunday, February 18, 2001 11:10 AM > To: Ted Mittelstaedt > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: Sendmail and Identd > > > Ted Mittelstaedt wrote: > > > > What about installing IMP or other webinterface and forcing the > > students that aren't savvy enough to know how to use their > > mail client properly to use that instead? This allows you to > > centralize all administration on the mail clients to in effect > > the central mailserver, and in addition allows the students to > > check mail from any browser. > > > > Ted Mittelstaedt tedm@toybox.placo.com > > Author of: The FreeBSD Corporate Networker's Guide > > Book website: http://www.freebsd-corp-net-guide.com > > [snip original message] > > Thanks for your reply, but... :) > > I only installed Internet access and mail just before Xmas. We've just > spent a half-term getting (1500) user accounts setup. I would not be a > very popular guy if I changed track at this point. > > The problem is not with 'savvy'. It's a _feature_. You log on and send > some mail. If the network drive with your profile is not available you > get the default user settings. (No-one checks account details every time > they mail). The mail goes out with a random users return address. > Sendmail only checks the hostname, which is correct (and masqueraded > anyway). The only clue that this is happening is when you read mail and > the prompted account name is not your own. God bless Bill Gates. > > -- > ian j hart > ICT Technician. > Cardinal Newman School. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 13:48:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from prime.gushi.org (prime.gushi.org [208.23.118.172]) by hub.freebsd.org (Postfix) with ESMTP id BCCE737B401 for ; Sun, 18 Feb 2001 13:48:25 -0800 (PST) Received: from localhost (danm@localhost) by prime.gushi.org (8.9.3/8.9.3) with ESMTP id QAA47510; Sun, 18 Feb 2001 16:54:26 -0500 (EST) (envelope-from danm@prime.gushi.org) Date: Sun, 18 Feb 2001 16:54:25 -0500 (EST) From: "Dan Mahoney, System Admin" To: Nick Rogness Cc: cjclark@alum.mit.edu, questions@FreeBSD.ORG Subject: Re: dump and ssh 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, 18 Feb 2001, Nick Rogness wrote: > On Sun, 18 Feb 2001, Crist J. Clark wrote: > > > > > # ssh -luser remotehost "cat dump_file.dmp" | restore -[irRtx]f - > > > > > That will actually restore your dump on the machine you are > > > restoring from. If you just want to grap the already dumped file > > > and not restore: > > > > > # ssh remotehost 'cat dump_file' | cat - > local_dump_file > > ^^^^^^^ > > Why the gratuitous cat(1)? > > Easier to follow...or maybe not. It is not needed but I was going > off of your post which used |restore... Okay, wait, so if... # ssh -luser remotehost "cat dump_file.dmp" | restore -[irRtx]f - (the original reply) would restore the dump on the (let's call it the backup server, a big thing with a raid 5 array and a DLT drive), what would be the syntax to restore on the local host (sadly, a cobalt raq3 running linux, several of these things, which have small hard drives, are backed up daily to the backup server). (Assume for a moment that I don't have the space to keep a full restore file on the disk _AND_ do the restore.) I've tried doing an NFS mount, but that's out of the question (I hate cobalts, they can only mount linux partitions). I just noticed something.... Would: ssh -luser remotehost "cat dump_file.dmp | restore -[irRtx]f -" actually be the command to do the restore on the backup server, and then the original reply is right? (note the location of quotes)? -Dan -- "There were some sensible, rational, and intelligent things to say. It's just that it was the last thing I expected to hear from the damn kangaroo." -Saravit, December 27, 1997 --------Dan Mahoney-------- Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC ICQ: 13735144 AIM: LarpGM Web: http://prime.gushi.org finger danm@prime.gushi.org for pgp public key and tel# --------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 14:54: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 5E32837B491 for ; Sun, 18 Feb 2001 14:54:01 -0800 (PST) Received: from rfx-216-196-73-168.users.reflexcom.com ([216.196.73.168]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sun, 18 Feb 2001 14:52:05 -0800 Received: (from cjc@localhost) by rfx-216-196-73-168.users.reflexcom.com (8.11.1/8.11.1) id f1IMro962184; Sun, 18 Feb 2001 14:53:50 -0800 (PST) (envelope-from cjc) Date: Sun, 18 Feb 2001 14:53:45 -0800 From: "Crist J. Clark" To: "Dan Mahoney, System Admin" Cc: questions@FreeBSD.ORG Subject: Re: dump and ssh Message-ID: <20010218145345.I62368@rfx-216-196-73-168.users.reflex> Reply-To: cjclark@alum.mit.edu References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from danm@prime.gushi.org on Sun, Feb 18, 2001 at 04:54:25PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Feb 18, 2001 at 04:54:25PM -0500, Dan Mahoney, System Admin wrote: > On Sun, 18 Feb 2001, Nick Rogness wrote: > > On Sun, 18 Feb 2001, Crist J. Clark wrote: > > > > > > > # ssh -luser remotehost "cat dump_file.dmp" | restore -[irRtx]f - > > > > > > > That will actually restore your dump on the machine you are > > > > restoring from. If you just want to grap the already dumped file > > > > and not restore: > > > > > > > # ssh remotehost 'cat dump_file' | cat - > local_dump_file > > > ^^^^^^^ > > > Why the gratuitous cat(1)? > > > > Easier to follow...or maybe not. It is not needed but I was going > > off of your post which used |restore... > > Okay, wait, so if... > > # ssh -luser remotehost "cat dump_file.dmp" | restore -[irRtx]f - This command will restore files stored in 'dump_file.dmp,' which is located on remotehost, onto the machine the command is executed on. I had a hard time parsing your description, but I think this is what you would want. remotehost would be the machine with the diskspace for the backups and the command is run on the machine needing to recover the files. But... > (the original reply) would restore the dump on the (let's call it the > backup server, a big thing with a raid 5 array and a DLT drive), what > would be the syntax to restore on the local host (sadly, a cobalt raq3 > running linux, several of these things, which have small hard drives, > are backed up daily to the backup server). > > (Assume for a moment that I don't have the space to keep a full restore > file on the disk _AND_ do the restore.) > > I've tried doing an NFS mount, but that's out of the question (I hate > cobalts, they can only mount linux partitions). You are mixing operating systems. How 'dump' and 'restore' work is OS dependent, and since the machine doing the dumps and restores is actually the Cobalt, I am not sure if freebsd-questions is the best place to ask. > I just noticed something.... > > Would: > > ssh -luser remotehost "cat dump_file.dmp | restore -[irRtx]f -" > > actually be the command to do the restore on the backup server, and then > the original reply is right? (note the location of quotes)? That command would read the file 'dump_file.dmp' on remotehost and then restore the files _on remotehost._ -- 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 Feb 18 14:58:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web9105.mail.yahoo.com (web9105.mail.yahoo.com [216.136.128.242]) by hub.freebsd.org (Postfix) with SMTP id 6CFA637B698 for ; Sun, 18 Feb 2001 14:58:42 -0800 (PST) Message-ID: <20010218225841.36285.qmail@web9105.mail.yahoo.com> Received: from [216.60.3.162] by web9105.mail.yahoo.com; Sun, 18 Feb 2001 14:58:41 PST Date: Sun, 18 Feb 2001 14:58:41 -0800 (PST) From: f f Subject: Dual Booting & Errors To: questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello Hello I have encountered a problem when I install our FreeBSD 4.0 box with our already installed Windows98 partition. Windows98 is already installed and is listed as the first partition when the FreeBSD partition table comes up. The drive is a 20GB Western Digital. About 9GB is dedicated to Windows98 and the rest I would like to get FreeBSD installed on. I can get the partition tables setup right letting Windows98 be first then I start installing the packages then I go back (after packages completes) and it gives me the following error: "Root Filesystem extends past 1024 and cannot be booted from" is this a problem with the Windows98 partition being first or did I actually make the "root" partition (it was about 1.5gigs) and the "root" partition is the partition that is labled as "/" correct? If I don't make the partitions large enough then I try and install other programs or larger programs it says there isn't enough space. MOST of the partitions are greater then 1gig (besides the swap. Do I need to install FreeBSD first then Win98 to fix this problem. I even tried putting FreeBSD first and it gives me the same message! Thanks for your assistance. Brad ===== =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - Fallenstar Online Network - - Chat, News, Games and more! = - http://www.angelfire.com/mi3/smowball - - IRC: chat.fallenstar.net - =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.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 Feb 18 15:51:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from prime.gushi.org (prime.gushi.org [208.23.118.172]) by hub.freebsd.org (Postfix) with ESMTP id 227F937B684 for ; Sun, 18 Feb 2001 15:51:35 -0800 (PST) Received: from localhost (danm@localhost) by prime.gushi.org (8.9.3/8.9.3) with ESMTP id SAA48425; Sun, 18 Feb 2001 18:57:39 -0500 (EST) (envelope-from danm@prime.gushi.org) Date: Sun, 18 Feb 2001 18:57:39 -0500 (EST) From: "Dan Mahoney, System Admin" To: cjclark@alum.mit.edu Cc: questions@FreeBSD.ORG Subject: Re: dump and ssh In-Reply-To: <20010218145345.I62368@rfx-216-196-73-168.users.reflex> Message-ID: 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, 18 Feb 2001, Crist J. Clark wrote: -snip- > This command will restore files stored in 'dump_file.dmp,' which is > located on remotehost, onto the machine the command is executed on. > > I had a hard time parsing your description, but I think this is what > you would want. remotehost would be the machine with the diskspace for > the backups and the command is run on the machine needing to recover > the files. But... Okay, so if I ran this command from the cobalt, it would restore from the RAID machine to the cobalt. -ka-snip- > You are mixing operating systems. How 'dump' and 'restore' work is OS > dependent, and since the machine doing the dumps and restores is > actually the Cobalt, I am not sure if freebsd-questions is the best > place to ask. Dump and restore are not even a part of linux, per se. I had to install them and the ext2fs libs to get them to run. The cobalts also don't include ssh (I installed it), and can't mount a FreeBSD nfs choice. They've also suffered from serious security problems of late. Anyway, the only backup options they offer for a *full* backup is arkeia (which costs), or legato (ditto). Dump and restore are free, and _DO_ work on the platform. I would suppose tar would also be a valid option, but dump is flexible, and workable, so I used it. (now...if only I could get installation of dump, ext2fs, and ssh down to a single rpm...) > > ssh -luser remotehost "cat dump_file.dmp | restore -[irRtx]f -" > > > > actually be the command to do the restore on the backup server, and then > > the original reply is right? (note the location of quotes)? > That command would read the file 'dump_file.dmp' on remotehost and > then restore the files _on remotehost._ That's what I figured. Okay, so then I'm cool, thanks. -- "Man, this is such a trip" -Dan Mahoney, October 25, 1997 --------Dan Mahoney-------- Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC ICQ: 13735144 AIM: LarpGM Web: http://prime.gushi.org finger danm@prime.gushi.org for pgp public key and tel# --------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 16: 7:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from redsheriff.com (eagle.imrworldwide.com [203.89.243.235]) by hub.freebsd.org (Postfix) with ESMTP id D771237B65D for ; Sun, 18 Feb 2001 16:07:49 -0800 (PST) Received: from redsheriff.com (devfw.imrworldwide.com [203.89.243.232]) by redsheriff.com (8.9.3/8.9.3) with ESMTP id LAA81222 for ; Mon, 19 Feb 2001 11:07:47 +1100 (EST) (envelope-from johannes.effendi@redsheriff.com) Message-ID: <3A9063D2.DC4AAD4E@redsheriff.com> Date: Mon, 19 Feb 2001 11:07:46 +1100 From: Johannes Effendi Organization: Red Sheriff X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 3.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: "unable to set fixed blocksize to 1024" Content-Type: multipart/mixed; boundary="------------C0FDFAA8B83012FA2FF73DA2" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------C0FDFAA8B83012FA2FF73DA2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, Can anyone help? at boot message I got the following error message: (sa0:ahc0:0:12:0): unable to set fixed blocksize to 1024 The same message turns up also when I try to do "tar tv" on the Sony DDS-4 Tape. I have installed FreeBSD 4.2 on my Intel Pentium III box, Sony DDS Tape drive SDT-10000/R (DDS-4 tape drive) and the Adaptec SCSI card 29160 Ultra 160 SCSI controller and the Ultra 160M scsi terminator (LVD+SE Act Neg + HVD ISO). Thanks. Johannes.effendi@redsheriff.com --------------C0FDFAA8B83012FA2FF73DA2 Content-Type: text/x-vcard; charset=us-ascii; name="johannes.effendi.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Johannes Effendi Content-Disposition: attachment; filename="johannes.effendi.vcf" begin:vcard n:Effendi;Johannes tel;fax:+61 3 9864 0778 tel;work:+61 3 9864 0777 x-mozilla-html:FALSE url:www.redsheriff.com org:Red Sheriff Ltd.;RedGauge IT Development version:2.1 email;internet:johannes.effendi@redsheriff.com title:Systems & Product Manager adr;quoted-printable:;;Level 7, 10 Queens Road=0D=0A;Melbourne;VIC;3000;Australia note;quoted-printable:=0D=0A =0D=0A This message and any files transmitted with it are confidential and intended solely for=0D=0A the use of the individual or entity to whom they are addressed. If you are not the=0D=0A intended recipient, you are hereby notified that any use or dissemination of this=0D=0A communication is strictly prohibited.=0D=0A If you have received this message in error please=0D=0A notify us immediately by return email or telephone +61 3 9864 0777, then delete this=0D=0A message. Any views expressed in this message are those of the individual sender and may=0D=0A not necessarily reflect the views of Red Sheriff.=0D=0A x-mozilla-cpt:www.redsheriff.com;-8416 fn:Johannes Effendi end:vcard --------------C0FDFAA8B83012FA2FF73DA2-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 16:38:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail12.svr.pol.co.uk (mail12.svr.pol.co.uk [195.92.193.215]) by hub.freebsd.org (Postfix) with ESMTP id 8E86C37B491 for ; Sun, 18 Feb 2001 16:38:21 -0800 (PST) Received: from modem-116.nitrogen.dialup.pol.co.uk ([62.136.6.116] helo=omega.my.domain) by mail12.svr.pol.co.uk with esmtp (Exim 3.13 #0) id 14UeAt-0005NA-00; Mon, 19 Feb 2001 00:27:31 +0000 Received: from freeloader.freeserve.co.uk (alpha.my.domain [192.168.0.2]) by omega.my.domain (8.11.1/8.11.1) with ESMTP id f1J0aYF00912; Mon, 19 Feb 2001 00:37:54 GMT (envelope-from ianjhart@freeloader.freeserve.co.uk) Message-ID: <3A906A92.2101BC03@freeloader.freeserve.co.uk> Date: Mon, 19 Feb 2001 00:36:34 +0000 From: ian j hart X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Ted Mittelstaedt Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sendmail and Identd References: <005b01c099f2$d9f632e0$1401a8c0@tedm.placo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ted Mittelstaedt wrote: > > Hi Ian, > > I think you perhaps misunderstand: even if you set up > IMP you STILL would have had to setup those 1500 accounts. Can you point me to some software? I seriously doubt I can get this past the staff, but it's worth a look. Can't see anything in ports. > > I also beg to differ - this is very clearly a mail client > problem. This I know, I have bald patches to prove it. > As you have realized, Sendmail does not rewrite the > From: address. This is because the mail client program is > in charge of correctly putting the user@whateverdomain address > into the outgoing mail. This is inherent to the SMTP protocol. > > Your blaming the failure of the user's mail client program > to properly create the username@whateverdomain address on the > mail client program itself. However, this is wrong, the client > program is doing what it's supposed to be doing. Not all the time it isn't. When the users home (network) directory is available their email settings are transfered to whatever workstation they are sat at. This is part of my plan to make the network as transparent as possible to the users. It works just like *at home*. However, when the network connection fails windows SILENTLY replaces these settings with some from the local hard drive. This is not what the client program is supposed to be doing. AFAIK IE4 does not exhibit this behavior. The new _identities_ appear to be the cause. To revert the software on all the clients would take me weeks. I would have to roll-out the software in one go. (Having USER.DAT files from different versions doesn't strike me as a good idea.) The bottom line on this is that I would have to wait until the summer break. So I can't fix the client. Turning off email for 4 months not an option. I have to hack the server. Hobsons choice as we say. > > If you give your users the ability to retrieve e-mail via > POP3 and transmit it via SMTP then you give them the > responsibility to make sure that the From address is correct. > If they are unwilling or unable to do this (due either to > their misunderstanding how the client program operates, or > due to their logging in somewhere and allowing some mystical > "thang" to change the From address) then clearly you have > to either force them to use a mail client that they DO understand, > or force them to use a mail client that they have no control > over, and that you do. This is what IMP is. IMP is a mail > client that runs ON THE MAILSERVER, instead of on a remote > desktop, so instead of having a remote client that has unreachable > settings, you have a mail client that is local to the mailserver > that YOU can control. I see the problem more like this. When a user logs on they should get their own email settings, or none at all. Not a seemingly random selection. This is _my_ problem. User missconfiguration or deliberate spoofing is a different problem. > > I also beg to differ with your statement: > > "...No-one checks account details every time > they mail...." > > Guess what, _I_ do. You are one in a million (estimate). > I'm sure that any power users among > your students do also. Not a chance. Age range is 11-17 BTW. > It's simple enough to do when using > a mail client program like Eudora, which _does_ place the > >From address IN THE MESSAGE DURING COMPOSITION unlike > Microsoft Outlook which hides it. In fact, that's another > answer to your problem - because Eudora doesen't give a rat's > ass about what drive your logged into. I wouldn't dissagree, but they want windows + IE. This is policy, I just implement. In any case installing Eudora would mean a full rollout. > > Ted Mittelstaedt tedm@toybox.placo.com > Author of: The FreeBSD Corporate Networker's Guide > Book website: http://www.freebsd-corp-net-guide.com > > > -----Original Message----- > > From: ianjhart@omega.my.domain [mailto:ianjhart@omega.my.domain]On > > Behalf Of ian j hart > > Sent: Sunday, February 18, 2001 11:10 AM > > To: Ted Mittelstaedt > > Cc: freebsd-questions@FreeBSD.ORG > > Subject: Re: Sendmail and Identd > > > > > > Ted Mittelstaedt wrote: > > > > > > What about installing IMP or other webinterface and forcing the > > > students that aren't savvy enough to know how to use their > > > mail client properly to use that instead? This allows you to > > > centralize all administration on the mail clients to in effect > > > the central mailserver, and in addition allows the students to > > > check mail from any browser. > > > > > > Ted Mittelstaedt tedm@toybox.placo.com > > > Author of: The FreeBSD Corporate Networker's Guide > > > Book website: http://www.freebsd-corp-net-guide.com > > > > [snip original message] > > > > Thanks for your reply, but... :) > > > > I only installed Internet access and mail just before Xmas. We've just > > spent a half-term getting (1500) user accounts setup. I would not be a > > very popular guy if I changed track at this point. > > > > The problem is not with 'savvy'. It's a _feature_. You log on and send > > some mail. If the network drive with your profile is not available you > > get the default user settings. (No-one checks account details every time > > they mail). The mail goes out with a random users return address. > > Sendmail only checks the hostname, which is correct (and masqueraded > > anyway). The only clue that this is happening is when you read mail and > > the prompted account name is not your own. God bless Bill Gates. > > > > -- > > ian j hart > > ICT Technician. > > Cardinal Newman School. > > -- ian j hart ICT Technician Cardinal Newman School To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 16:43:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hub.org (hub.org [216.126.84.1]) by hub.freebsd.org (Postfix) with ESMTP id EF39C37B65D for ; Sun, 18 Feb 2001 16:43:11 -0800 (PST) Received: from localhost (scrappy@localhost) by hub.org (8.10.1/8.11.1) with ESMTP id f1J0h8Z64626 for ; Sun, 18 Feb 2001 19:43:09 -0500 (EST) (envelope-from scrappy@hub.org) Date: Sun, 18 Feb 2001 19:43:08 -0500 (EST) From: "Marc G. Fournier" To: Subject: Multi-Boot Boot Manager ... Message-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 I setup my laptop, I left partitions in place to install Windows onto for testing ... this weekend, I installed WinME and, of course, it over-wrote my boot manager ... Anyone have any recommendations on how to get the FreeBSD one back again? *Or*, an alternative boot manager to use? thanks ... Marc G. Fournier scrappy@hub.org Systems Administrator @ hub.org scrappy@{postgresql|isc}.org ICQ#7615664 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 16:45:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sloth.wcug.wwu.edu (sloth.wcug.wwu.edu [140.160.213.200]) by hub.freebsd.org (Postfix) with SMTP id C4B6A37B4EC for ; Sun, 18 Feb 2001 16:45:32 -0800 (PST) Received: (qmail 25952 invoked by uid 1074); 19 Feb 2001 00:45:32 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 19 Feb 2001 00:45:32 -0000 Date: Sun, 18 Feb 2001 16:45:32 -0800 (PST) From: David Daugherty To: questions@freebsd.org Subject: Mounting old FreeBSD drive Message-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 really hosed my system up with the last cvsup/mergemaster. All of the files are still there something is just screwed up with getty and /dev. Anyways, I've reinstalled 4.2-R on a different drive. Is it possible for me to get to the /usr partition on the old drive setting it to slave? I've figured out how to mount the drive in fstab but I can only see / and I need to mount /usr. The slave drive is 4.2-S and is partitioned with /, /usr, /var, and swap. Thanks for any help. I really can't stand to lose some of the files in /usr. David doc-WA_Resident@wcug.wwu.edu doc@wcug.wwu.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 16:47:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id 373CF37B491 for ; Sun, 18 Feb 2001 16:47:44 -0800 (PST) Received: (from jonc@localhost) by itouch.co.nz (8.11.2/8.11.1) id f1J0lUA70629; Mon, 19 Feb 2001 13:47:30 +1300 (NZDT) (envelope-from jonc) Date: Mon, 19 Feb 2001 13:47:29 +1300 From: Jonathan Chen To: "Marc G. Fournier" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Multi-Boot Boot Manager ... Message-ID: <20010219134729.B70088@itouchnz.itouch> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from scrappy@hub.org on Sun, Feb 18, 2001 at 07:43:08PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Feb 18, 2001 at 07:43:08PM -0500, Marc G. Fournier wrote: > > When I setup my laptop, I left partitions in place to install Windows onto > for testing ... this weekend, I installed WinME and, of course, it > over-wrote my boot manager ... > > Anyone have any recommendations on how to get the FreeBSD one back again? If you have a FreeBSD cdrom, you can copy `bootinst.exe' and `boot.bin' from the tools subdirectory onto a floppy and run that from DOS. -- Jonathan Chen ---------------------------------------------------------------------- Computers are like air conditioners. They stop working when you open Windows. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 16:52:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from the.oneinsane.net (the.oneinsane.net [207.113.133.228]) by hub.freebsd.org (Postfix) with ESMTP id 683E937B503 for ; Sun, 18 Feb 2001 16:52:07 -0800 (PST) Received: from darkstar.bsdguru.com (unknown [165.24.155.244]) by the.oneinsane.net (Postfix) with ESMTP id 613909B7C for ; Sun, 18 Feb 2001 16:52:02 -0800 (PST) Received: from venus.bsdguru.com (venus.n2.net [207.113.133.11]) by darkstar.bsdguru.com (Postfix) with ESMTP id 7BBB21E9B for ; Sun, 18 Feb 2001 16:51:55 -0800 (PST) Received: by venus.bsdguru.com (Postfix, from userid 1000) id 45E80240; Sun, 18 Feb 2001 16:51:44 -0800 (PST) Date: Sun, 18 Feb 2001 16:51:44 -0800 From: Ben Lovett To: freebsd-questions@freebsd.org Subject: Automatic keying for IPSec using Racoon Message-ID: <20010218165143.A1349@happypacket.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Organization: San Diego BSD Users Group [http://www.sdbug.org] X-Disclaimer: All messages are the opinion of my employer.. They just don't know it yet. X-Operating-System: FreeBSD venus 4.2-STABLE X-Moon: The Moon is Waning Crescent (16% of Full) X-GPG-Key: http://www.oneinsane.net/~blovett/blovett.pgp X-GPG-Fingerprint: C75F A722 1518 03B8 26C3 77A1 7C76 8AFA EBAB 2004 X-Uptime: 4:47PM up 1:27, 4 users, load averages: 0.11, 0.04, 0.01 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I am currently working on setting up my laptop so I can tunnel into my work machine using IPSec and access protected services such as statistics, etc, and since this is a roaming laptop, I can not guarantee that I will have the same IP address each time that I want to use those services. I have already figured out how to use setkey on both the client/server and then racoon to share the key, but with this approach, I am required to login to the server, and run setkey with my laptop's current IP address, and then have racoon exchange keys. So, I am wondering if anyone has setup something similar, and would be willing to share their experiences and configuration details. Thanks for your time. TIA -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Ben Lovett printf("Hello world!); don4r return 0; don4r@happypacket.com -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 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 Sun Feb 18 16:52:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mls.gtonet.net (mls.gtonet.net [216.112.90.195]) by hub.freebsd.org (Postfix) with ESMTP id F0E8037B65D for ; Sun, 18 Feb 2001 16:52:14 -0800 (PST) Received: from pld (pld.gtonet.net [216.112.90.200]) by mls.gtonet.net (8.11.2/8.11.2) with SMTP id f1J0qEb22249 for ; Sun, 18 Feb 2001 16:52:14 -0800 (PST) (envelope-from oldfart@gtonet.net) Reply-To: From: "oldfart@gtonet" To: "freebsd-questions@FreeBSD. ORG" Subject: RE: Sendmail and Identd Date: Sun, 18 Feb 2001 16:52:13 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal In-Reply-To: <3A901DFB.F7EF77EA@freeloader.freeserve.co.uk> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of ian j hart > Sent: Sunday, February 18, 2001 11:10 AM > To: Ted Mittelstaedt > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: Sendmail and Identd > > > Ted Mittelstaedt wrote: > > > > What about installing IMP or other webinterface and forcing the > > students that aren't savvy enough to know how to use their > > mail client properly to use that instead? This allows you to > > centralize all administration on the mail clients to in effect > > the central mailserver, and in addition allows the students to > > check mail from any browser. > > > > Ted Mittelstaedt tedm@toybox.placo.com > > Author of: The FreeBSD Corporate Networker's Guide > > Book website: http://www.freebsd-corp-net-guide.com > > [snip original message] > > Thanks for your reply, but... :) > > I only installed Internet access and mail just before Xmas. We've just > spent a half-term getting (1500) user accounts setup. I would not be a > very popular guy if I changed track at this point. Do you want to be popular or do you want to stop sending mail from the wrong sender due to roaming profiles? Personally, I thought the webmail interface fixed your problem perfectly. The users would send/receive e-mail to/from the proper account, *every* time. You could even set a cron job with a couple of small shell scripts to turn the webmail interface off and on during certain hours (if needed) to make sure students didn't abuse it after-hours, from home. Roaming profiles no longer matter for mail and they all know how to use a browser. Sounds like minimal-pain to me. You may become MORE popular. Patching sendmail to work with broken roaming profiles sounds like much more work. Another possibility, is to change where your "network drive with your profile" is located to ensure they always (not likely) get it. OF > > The problem is not with 'savvy'. It's a _feature_. You log on and send > some mail. If the network drive with your profile is not available you > get the default user settings. (No-one checks account details every time > they mail). The mail goes out with a random users return address. > Sendmail only checks the hostname, which is correct (and masqueraded > anyway). The only clue that this is happening is when you read mail and > the prompted account name is not your own. God bless Bill Gates. > > -- > ian j hart > ICT Technician. > Cardinal Newman School. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 17: 0:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-53.dsl.lsan03.pacbell.net [64.165.226.53]) by hub.freebsd.org (Postfix) with ESMTP id 770EB37B401 for ; Sun, 18 Feb 2001 17:00:34 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 2449A66B32; Sun, 18 Feb 2001 17:00:33 -0800 (PST) Date: Sun, 18 Feb 2001 17:00:33 -0800 From: Kris Kennaway To: Lodewijk Koopman Cc: freebsd-questions@freebsd.org Subject: Re: problem compiling new kernel Message-ID: <20010218170033.A75563@mollari.cthul.hu> References: <200102181353.f1IDrXK25013@mbox.wins.uva.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="r5Pyd7+fXNt84Ff3" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200102181353.f1IDrXK25013@mbox.wins.uva.nl>; from lkoopman@science.uva.nl on Sun, Feb 18, 2001 at 02:57:02PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --r5Pyd7+fXNt84Ff3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, Feb 18, 2001 at 02:57:02PM +0100, Lodewijk Koopman wrote: > linking kernel > usb_ethersubr.o: In function `usbintr': > usb_ethersubr.o(.text+0x31): undefined reference to `ether_input' > *** Error code 1 You commented out the ether device: # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback #pseudo-device ether # Ethernet support But something else in your kernel config requires it. Kris --r5Pyd7+fXNt84Ff3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6kHAxWry0BWjoQKURAjAFAJ9z0o7H8mKQHKIGEXq0foPCB5D01ACffVSc n61QXsh6wHm/EQZIrw7kGTs= =9EsB -----END PGP SIGNATURE----- --r5Pyd7+fXNt84Ff3-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 17: 3:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.rdc2.ab.home.com (mail2.rdc2.ab.home.com [24.64.2.49]) by hub.freebsd.org (Postfix) with ESMTP id EF82F37B65D for ; Sun, 18 Feb 2001 17:03:31 -0800 (PST) Received: from hall ([24.71.100.83]) by mail2.rdc2.ab.home.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20010219010331.EUQY825.mail2.rdc2.ab.home.com@hall> for ; Sun, 18 Feb 2001 17:03:31 -0800 Message-ID: <000c01c09a10$21a9bc20$53644718@ssdt1.sk.wave.home.com> From: "Francis" To: "BSD focks" Subject: youe web site Date: Sun, 18 Feb 2001 19:06:01 -0600 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG this is the worse web site I have ever seen in my life. I have never been down so many links that seem to imply, that a CD image exists there, and then I can rile get Free BSD. You are not even trying to sell any thing? But you still have me lost, this is a poor job on your part. What, cant you communicate? Incredible! No wonder your in computers. frank. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 17:10:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from merlin.prod.itd.earthlink.net (merlin.prod.itd.earthlink.net [207.217.120.156]) by hub.freebsd.org (Postfix) with ESMTP id A85E737B4EC for ; Sun, 18 Feb 2001 17:10:36 -0800 (PST) Received: from scraemondaemon.mydomain.org (1Cust102.tnt2.buffalo.ny.da.uu.net [63.20.90.102]) by merlin.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id RAA03708 for ; Sun, 18 Feb 2001 17:10:34 -0800 (PST) Received: (from ipthomas@localhost) by scraemondaemon.mydomain.org (8.9.3/8.9.3) id DAA00311 for freebsd-questions@freebsd.org; Fri, 1 Jan 1999 03:25:58 -0500 (EST) (envelope-from ipthomas) Date: Fri, 1 Jan 1999 03:25:58 -0500 (EST) From: Ian Patrick Thomas Message-Id: <199901010825.DAA00311@scraemondaemon.mydomain.org> To: freebsd-questions@freebsd.org Subject: can no longer boot 1st drive Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG After doing the following boot0cfg -B wd0 boot0cfg -B wd1 I can no longer boot into my first drive using BootEasy. Here is output for how drive 0 is setup cylinders=10767 heads=59 sectors/track=63 (3717 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=10767 heads=59 sectors/track=63 (3717 blks/cyl) Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 165,(FreeBSD/NetBSD/386BSD) start 0, size 40021632 (19541 Meg), flag 80 (active) beg: cyl 0/ sector 1/ head 0; end: cyl 1023/ sector 63/ head 58 The drive is a dangerously dedicated drive. wd1 contains just my swap partition located right at the begining, followed by a NetBSD partition taking up the rest of the drive. cylinders=2108 heads=256 sectors/track=63 (16128 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=2108 heads=256 sectors/track=63 (16128 blks/cyl) Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 165,(FreeBSD/NetBSD/386BSD) start 63, size 514017 (250 Meg), flag 80 (active) beg: cyl 0/ sector 1/ head 1; end: cyl 32/ sector 1/ head 0 The data for partition 2 is: sysid 169,(NetBSD) start 519120, size 33485760 (16350 Meg), flag 0 beg: cyl 32/ sector 1/ head 80; end: cyl 1023/ sector 63/ head 255 The last drive doesn't really come into play, it is a dedicated OpenBSD drive. I can boot into the NetBSD partition on wd1 and OpenBSD on wd2, but can no longer boot into FreeBSD on wd0. boot0cfg -v wd0 # flag start chs type end chs offset size 1 0x80 0: 0: 1 0xa5 1023: 58:63 0 40021632 drive=0x80 options=nopacket,update,nosetdrv ticks=182 boot0cfg -v wd1 # flag start chs type end chs offset size 1 0x80 0: 1: 1 0xa5 32: 0: 1 63 514017 2 0x00 32: 80: 1 0xa9 1023:255:63 519120 33485760 drive=0x80 options=nopacket,update,nosetdrv ticks=182 I thought that one was supposed to be 0x80, the other 0x81? On boot up my options look like this... F1 FreeBSD (this is the one I want) F5 Drive 1 I hit F1 and I get the same message... F1 FreeBSD F5 Drive 1 I hit F2 I get... F1 FreeBSD F2 ?? (this is NetBSD and it boots) F5 Drive 2 (this is OpenBSD and it boots) I hit F1 (this is my swap partition) and get... no kernel found then I get... >> FreeBSD/i386 BOOT Default: 0:wd(1,a)/kernel boot: at which point I can enter boot wd(0,a)/kernel and get into drive one. Any suggestions on how to fix this. If more info is needed let me know. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 17:11:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail8.sdc1.sfba.home.com (femail8.sdc1.sfba.home.com [24.0.95.88]) by hub.freebsd.org (Postfix) with ESMTP id 3242337B503 for ; Sun, 18 Feb 2001 17:11:40 -0800 (PST) Received: from cx443070b ([24.0.36.170]) by femail8.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20010219011139.WPQK29316.femail8.sdc1.sfba.home.com@cx443070b>; Sun, 18 Feb 2001 17:11:39 -0800 Message-ID: <001801c09a11$474f8850$aa240018@cx443070b> From: "Jeremiah Gowdy" To: "Francis" , "BSD focks" References: <000c01c09a10$21a9bc20$53644718@ssdt1.sk.wave.home.com> Subject: Re: youe web site Date: Sun, 18 Feb 2001 17:14:16 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > this is the worse web site I have ever seen in my life. I have never been > down so many links that seem to imply, that a CD image exists there, and > then I can rile get Free BSD. > > You are not even trying to sell any thing? But you still have me lost, this > is a poor job on your part. > > What, cant you communicate? Incredible! No wonder your in computers. > > frank. I know we're not supposed to reply to people like this guy, but this cracked me up. Thanks for the laugh Frank. In exchange for you entertaining me, allow me to help you out a bit. ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/4.2-install.iso I certainly didn't have any problem finding it. :) BTW - give the spell checker a try, it makes your flames sound better if the spelling is correct. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 17:12:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tomts6-srv.bellnexxia.net (smtp.bellnexxia.net [209.226.175.26]) by hub.freebsd.org (Postfix) with ESMTP id ADA2837B503 for ; Sun, 18 Feb 2001 17:12:06 -0800 (PST) Received: from gto.localdomain ([64.229.133.197]) by tomts6-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010219011206.KXYU25007.tomts6-srv.bellnexxia.net@gto.localdomain>; Sun, 18 Feb 2001 20:12:06 -0500 Received: (from mike@localhost) by gto.localdomain (8.11.1/8.9.3) id f1J19SB01512; Sun, 18 Feb 2001 20:09:28 -0500 (EST) (envelope-from mike@rockatronic.com) Date: Sun, 18 Feb 2001 20:09:28 -0500 From: Mike To: Islandman Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD digital camera support? Message-ID: <20010218200927.B1491@rockatronic.com> References: <3A900EB5.BBDEFFD1@centurytel.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A900EB5.BBDEFFD1@centurytel.net>; from schieb@centurytel.net on Sun, Feb 18, 2001 at 10:04:37AM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm using an HP Photosmart C30 with 4.2R and hppsmtools-1.0 from the ports collection. Works well although the camera's not much by today's standards... Mike On Sun, Feb 18, 2001 at 10:04:37AM -0800, Islandman wrote: > I'm shopping for a new digital camera. Since I NEVER want to boot up in > WinDoz again, what capabilities for supporting digital cameras are there > in FreeBSD? > > -- > | Brian D. Schieber, Vashon Island, WA > | email: brian_schieber@email.com > | chat: brian_schieber (MSN), brianschieber (AIM) > | phone: (206) 463-2451, cell: (206) 290-8070 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of 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 Feb 18 17:15:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from c007.snv.cp.net (c007-h008.c007.snv.cp.net [209.228.33.214]) by hub.freebsd.org (Postfix) with SMTP id 9743937B684 for ; Sun, 18 Feb 2001 17:15:09 -0800 (PST) Received: (cpmta 29235 invoked from network); 18 Feb 2001 17:15:08 -0800 Received: from dsl-216-227-91-85.telocity.com (HELO zoso) (216.227.91.85) by smtp.telocity.com (209.228.33.214) with SMTP; 18 Feb 2001 17:15:08 -0800 X-Sent: 19 Feb 2001 01:15:08 GMT From: "Otter" To: "'Jeremiah Gowdy'" , "'Francis'" , "'BSD focks'" Subject: RE: youe web site Date: Sun, 18 Feb 2001 20:22:18 -0500 Message-ID: <000401c09a12$66c48d60$1401a8c0@zoso> 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) In-Reply-To: <001801c09a11$474f8850$aa240018@cx443070b> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG All your base are belong to us. -Otter p.s. yeah, it makes about as much sense... but not as much comic value, IMO. > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of > Jeremiah Gowdy > Sent: Sunday, February 18, 2001 8:14 PM > To: Francis; BSD focks > Subject: Re: youe web site > > > > this is the worse web site I have ever seen in my life. I > have never been > > down so many links that seem to imply, that a CD image > exists there, and > > then I can rile get Free BSD. > > > > You are not even trying to sell any thing? But you still > have me lost, > this > > is a poor job on your part. > > > > What, cant you communicate? Incredible! No wonder your in > computers. > > > > frank. > > I know we're not supposed to reply to people like this guy, > but this cracked > me up. Thanks for the laugh Frank. > > In exchange for you entertaining me, allow me to help you out a bit. > > ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/4.2 -install.iso I certainly didn't have any problem finding it. :) BTW - give the spell checker a try, it makes your flames sound better if the spelling is correct. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of 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 Feb 18 17:15:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.toronto.istar.net (mail1.toronto.istar.net [209.89.75.17]) by hub.freebsd.org (Postfix) with ESMTP id D6A7E37B684 for ; Sun, 18 Feb 2001 17:15:25 -0800 (PST) Received: from d141-118-73.home.cgocable.net ([24.141.118.73]) by mail1.toronto.istar.net with esmtp (Exim 2.02 #1) id 14UeuK-00052k-00; Sun, 18 Feb 2001 20:14:28 -0500 Date: Sun, 18 Feb 2001 20:05:05 -0500 (EST) From: Dru X-Sender: genisis@x1-6-00-00-b4-94-9d-3f.kico1.on.home.com To: "Marc G. Fournier" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Multi-Boot Boot Manager ... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Marc, There's several ways to do this. Personally, I like osbsbeta so much, I use it on all the multi-boot computers I administer, regardless of what OS is installed on them. You'll find it in the tools subdirectory of your CDROM, or in the tools subdirectory on the ftp site. Copy it to a DOS boot disk, boot with the disk, and run the executable. This will create a folder called os-bs, cd into it, run osbs20b8.exe and follow the prompts. Dru On Sun, 18 Feb 2001, Marc G. Fournier wrote: > > When I setup my laptop, I left partitions in place to install Windows onto > for testing ... this weekend, I installed WinME and, of course, it > over-wrote my boot manager ... > > Anyone have any recommendations on how to get the FreeBSD one back again? > *Or*, an alternative boot manager to use? > > thanks ... > > Marc G. Fournier scrappy@hub.org > Systems Administrator @ hub.org > scrappy@{postgresql|isc}.org ICQ#7615664 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of 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 Feb 18 17:22:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail8.sdc1.sfba.home.com (femail8.sdc1.sfba.home.com [24.0.95.88]) by hub.freebsd.org (Postfix) with ESMTP id 3073137B401 for ; Sun, 18 Feb 2001 17:22:27 -0800 (PST) Received: from cx443070b ([24.0.36.170]) by femail8.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20010219012226.WUXN29316.femail8.sdc1.sfba.home.com@cx443070b>; Sun, 18 Feb 2001 17:22:26 -0800 Message-ID: <006c01c09a12$c8ef7900$aa240018@cx443070b> From: "Jeremiah Gowdy" To: "Otter" , "'Francis'" , "'BSD focks'" References: <000401c09a12$66c48d60$1401a8c0@zoso> Subject: Re: youe web site Date: Sun, 18 Feb 2001 17:25:03 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 > All your base are belong to us. You have no chance to survive make your time. Someone set us up the bomb. DUDE. Everyone is seeing that now. I saw it from some guy on slashdot two days ago and my friends and I have watched it almost a hundred times since then. If anyone wants to know what we're talking about, see http://data.irev.net/AYB3.swf (I mirrored it) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 17:23:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from eagle.prod.itd.earthlink.net (eagle.prod.itd.earthlink.net [207.217.120.24]) by hub.freebsd.org (Postfix) with ESMTP id 99CD837B65D for ; Sun, 18 Feb 2001 17:23:07 -0800 (PST) Received: from scraemondaemon.mydomain.org (1Cust102.tnt2.buffalo.ny.da.uu.net [63.20.90.102]) by eagle.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id RAA24103; Sun, 18 Feb 2001 17:21:40 -0800 (PST) Received: (from ipthomas@localhost) by scraemondaemon.mydomain.org (8.9.3/8.9.3) id DAA00365; Fri, 1 Jan 1999 03:37:05 -0500 (EST) (envelope-from ipthomas) Date: Fri, 1 Jan 1999 03:37:05 -0500 (EST) From: Ian Patrick Thomas Message-Id: <199901010837.DAA00365@scraemondaemon.mydomain.org> To: questions@freebsd.org, smowball99@yahoo.com Subject: Re: Dual Booting & Errors In-Reply-To: <20010218225841.36285.qmail@web9105.mail.yahoo.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > From owner-freebsd-questions@freebsd.org Fri Jan 1 03:01:03 1999 > Date: Sun, 18 Feb 2001 14:58:41 -0800 (PST) > From: f f > Subject: Dual Booting & Errors > To: questions@freebsd.org > > > Hello > > Hello I have encountered a problem when I install > our FreeBSD 4.0 box with our already installed > Windows98 partition. > > Windows98 is already installed and is listed as the > first partition when the FreeBSD partition table comes > up. The drive is a 20GB Western Digital. About 9GB > is dedicated to Windows98 and the rest I would like to > get FreeBSD installed on. > > I can get the partition tables setup right letting > Windows98 be first then I start installing the > packages then I go back (after packages completes) > and it gives me the following error: > "Root Filesystem extends past 1024 and cannot be > booted from" is this a problem with the Windows98 > partition being first or did I actually make the > "root" partition (it was about 1.5gigs) and the > "root" partition is the partition that is labled > as "/" correct? If I don't make the partitions large > enough then I try and install other programs or larger > programs it says there isn't enough space. MOST of > the partitions are greater then 1gig (besides the > swap. Do I need to install FreeBSD first then Win98 > to fix this problem. I even tried putting FreeBSD > first and it gives me the same message! > > Thanks for your assistance. > > Brad > > ===== > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > - Fallenstar Online Network - > - Chat, News, Games and more! = > - http://www.angelfire.com/mi3/smowball - > - IRC: chat.fallenstar.net - > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > > __________________________________________________ > Do You Yahoo!? > Get personalized email addresses from Yahoo! Mail - only $35 > a year! http://personal.mail.yahoo.com/ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Run FIPS on the WIN98SE partition to cut its size down. Make a small FreeBSD partition completely underneath that pesky 1024 cylinder. This partition can be root and need only be about 50 MB. Add on another Extended DOS partitionif you need more room for WIN.(this is a good idea anyway as a failsafe in case WIN dies on you). Then you can use the rest of the disk for FreeBSD(/usr,/var,etc.). good luck Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 17:30:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mls.gtonet.net (mls.gtonet.net [216.112.90.195]) by hub.freebsd.org (Postfix) with ESMTP id 598D637B503 for ; Sun, 18 Feb 2001 17:30:16 -0800 (PST) Received: from pld (pld.gtonet.net [216.112.90.200]) by mls.gtonet.net (8.11.2/8.11.2) with SMTP id f1J1UGb22386 for ; Sun, 18 Feb 2001 17:30:16 -0800 (PST) (envelope-from oldfart@gtonet.net) Reply-To: From: "oldfart@gtonet" To: "freebsd-questions@FreeBSD. ORG" Subject: RE: youe web site Date: Sun, 18 Feb 2001 17:30:15 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal In-Reply-To: <006c01c09a12$c8ef7900$aa240018@cx443070b> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Man, that's just as lame as Francis' flamage. I couldn't even watch the whole thing. Please, let it die. OF > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Jeremiah Gowdy > Sent: Sunday, February 18, 2001 5:25 PM > To: Otter; 'Francis'; 'BSD focks' > Subject: Re: youe web site > > > > All your base are belong to us. > > You have no chance to survive make your time. > > Someone set us up the bomb. > > DUDE. Everyone is seeing that now. I saw it from some guy on > slashdot two > days ago and my friends and I have watched it almost a hundred times since > then. If anyone wants to know what we're talking about, see > > http://data.irev.net/AYB3.swf (I mirrored it) > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 17:48:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tierzero.apana.org.au (apana.internode.on.net [150.101.94.101]) by hub.freebsd.org (Postfix) with ESMTP id B72D637B4EC for ; Sun, 18 Feb 2001 17:48:44 -0800 (PST) Received: from PhD_1.testname.com.au (bra@dialup-6.pasa.apana.org.au [203.14.158.135]) by tierzero.apana.org.au (8.8.8/8.7.3) with SMTP id XAA29158 for ; Sat, 17 Feb 2001 23:11:33 +1030 (CST) From: Brian Astill Reply-To: bastill@sa.apana.org.au To: Subject: Poor recognition of drive partitions Date: Sat, 17 Feb 2001 23:09:07 +1030 X-Mailer: KMail [version 1.0.29] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <01021318240209.02553@PhD_1.testname.com.au> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to install FreeBSD 4.2 onto an old laptop which has an old IDE controller which will not recognise >540M HD I have installed a 1.7G HD using Maxtor's ezsetup. This works. I have partitioned the drive using Partition Magic and installed Win3.11 on the first 250M, leaving the remainder free for BSD. However, when I get to the "make partitions" part of the install process, this is what I see: (I have used fixed font and 5 spaces between columns in the table) Disk Name: ad0 DISK geometry: 850 cyls/64 heads/63 sectors = 3427200 sectors (1673MB) Offset Size(MB) End Name PType Desc Subtype Flags 0 0 62 - 6 unused 0 63 1671 3423167 as0s1 1 unknown 85 3423168 1 3427199 - 6 unused 0 In this condition, the cursor key operation is invisible/inactive and if I get the system to reate it offers me a suitable partition of 4032 sectors (ie 2M). The geometry is right, but Free BSD is clearly unable to read correctly the partition table created by Partition Magic. Work-around or solutions, anyone? -- Regards, Brian ******************************************************** Dr Brian Astill Visiting Research Fellow Flinders University Institute of International Education Bus 8201 3480 FAX 8449 9199 bastill@sa.apana.org.au ******************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 17:50: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tierzero.apana.org.au (apana.internode.on.net [150.101.94.101]) by hub.freebsd.org (Postfix) with ESMTP id D036C37B4EC for ; Sun, 18 Feb 2001 17:50:04 -0800 (PST) Received: from PhD_1.testname.com.au (bra@dialup-8.pasa.apana.org.au [203.14.158.137]) by tierzero.apana.org.au (8.8.8/8.7.3) with SMTP id IAA28927 for ; Thu, 15 Feb 2001 08:41:04 +1030 (CST) From: Brian Astill Reply-To: bastill@sa.apana.org.au To: Subject: Poor recognition of drive partitions Date: Thu, 15 Feb 2001 08:38:13 +1030 X-Mailer: KMail [version 1.0.29] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <01021318240209.02553@PhD_1.testname.com.au> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to install FreeBSD 4.2 onto an old laptop which has an old IDE controller which will not recognise >540M HD I have installed a 1.7G HD using Maxtor's ezsetup. This works. I have partitioned the drive using Partition Magic and installed Win3.11 on the first 250M, leaving the remainder free for BSD. However, when I get to the "make partitions" part of the install process, this is what I see: (I have used fixed font and 5 spaces between columns in the table) Disk Name: ad0 DISK geometry: 850 cyls/64 heads/63 sectors = 3427200 sectors (1673MB) Offset Size(MB) End Name PType Desc Subtype Flags 0 0 62 - 6 unused 0 63 1671 3423167 as0s1 1 unknown 85 3423168 1 3427199 - 6 unused 0 In this condition, the cursor key operation is invisible/inactive and if I get the system to reate it offers me a suitable partition of 4K sectors (ie 2M). The geometry is right, but Free BSD is clearly unable to read correctly the partition table created by Partition Magic. Work-around or solutions, anyone? -- Regards, Brian ******************************************************** Dr Brian Astill Visiting Research Fellow Flinders University Institute of International Education Bus 8201 3480 FAX 8449 9199 bastill@sa.apana.org.au ******************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 17:52:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tierzero.apana.org.au (apana.internode.on.net [150.101.94.101]) by hub.freebsd.org (Postfix) with ESMTP id C109E37B67D for ; Sun, 18 Feb 2001 17:52:40 -0800 (PST) Received: from PhD_1.testname.com.au (bra@dialup-9.pasa.apana.org.au [203.14.158.138]) by tierzero.apana.org.au (8.8.8/8.7.3) with SMTP id SAA12458 for ; Tue, 13 Feb 2001 18:55:13 +1030 (CST) From: Brian Astill Reply-To: bastill@sa.apana.org.au To: freebsd-questions@FreeBSD.ORG Subject: Poor recognition of drive partitions Date: Tue, 13 Feb 2001 16:31:44 +1030 X-Mailer: KMail [version 1.0.29] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <01021318240209.02553@PhD_1.testname.com.au> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to install FreeBSD 4.2 onto an old laptop which has an old IDE controller which will not recognise >540M HD I have installed a 1.7G HD using Maxtor's ezsetup. This works. I have partitioned the drive using Partition Magic and installed Win3.11 on the first 250M, leaving the remainder free for BSD. However, when I get to the "make partitions" part of the install process, this is what I see: (I have used fixed font and 5 spaces between columns in the table) Disk Name: ad0 DISK geometry: 850 cyls/64 heads/63 sectors = 3427200 sectors (1673MB) Offset Size(MB) End Name PType Desc Subtype Flags 0 0 62 - 6 unused 0 63 1671 3423167 as0s1 1 unknown 85 3423168 1 3427199 - 6 unused 0 In this condition, the cursor key operation is invisible/inactive and if I get the system to reate it offers me a suitable partition of 4K sectors (ie 2M). The geometry is right, but Free BSD is clearly unable to read correctly the partition table created by Partition Magic. Work-around or solutions, anyone? -- Regards, Brian ******************************************************** Dr Brian Astill Visiting Research Fellow Flinders University Institute of International Education Bus 8201 3480 FAX 8449 9199 bastill@sa.apana.org.au ******************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 18:14:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes03-hme0.telusplanet.net (fepout1.telus.net [199.185.220.236]) by hub.freebsd.org (Postfix) with ESMTP id 79FA837B503 for ; Sun, 18 Feb 2001 18:14:45 -0800 (PST) Received: from CRX.sfu.ca ([209.53.63.29]) by priv-edtnes03-hme0.telusplanet.net (InterMail vM.4.01.03.10 201-229-121-110) with ESMTP id <20010219021443.OSBE7365.priv-edtnes03-hme0.telusplanet.net@CRX.sfu.ca> for ; Sun, 18 Feb 2001 19:14:43 -0700 Message-Id: <5.0.2.1.2.20010218181602.024f26d8@mail.brightmail.com> X-Sender: tmchow%sway.com@mail.brightmail.com (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Sun, 18 Feb 2001 18:17:48 -0800 To: questions@freebsd.org From: Trevin Chow Subject: Upgraded 4.2-Stable, SSHD no longer works 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 upgraded my 4.2-Stable to the most recent source, built the world and succesfully installed the kernel. However, on reboot, SSHD doesn't want to load. Well actually, it loads but won't accept any incoming SSH connections. Whenever an incoming SSH connection is attempted, user is prompted for password, but then my box spits out: sshd[494]: no modules loaded for 'sshd' service sshd[494]: fatal: PAM session setup failed[6]: Permission denied Any guidance would be greatly appreciated! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 18:16:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-53.dsl.lsan03.pacbell.net [64.165.226.53]) by hub.freebsd.org (Postfix) with ESMTP id 678B437B491 for ; Sun, 18 Feb 2001 18:16:56 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 9963C66B32; Sun, 18 Feb 2001 18:16:54 -0800 (PST) Date: Sun, 18 Feb 2001 18:16:54 -0800 From: Kris Kennaway To: Trevin Chow Cc: questions@freebsd.org Subject: Re: Upgraded 4.2-Stable, SSHD no longer works Message-ID: <20010218181654.A55483@mollari.cthul.hu> References: <5.0.2.1.2.20010218181602.024f26d8@mail.brightmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="XsQoSWH+UP9D9v3l" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <5.0.2.1.2.20010218181602.024f26d8@mail.brightmail.com>; from trevin@mail.com on Sun, Feb 18, 2001 at 06:17:48PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --XsQoSWH+UP9D9v3l Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 18, 2001 at 06:17:48PM -0800, Trevin Chow wrote: > I just upgraded my 4.2-Stable to the most recent source, built the world= =20 > and succesfully installed the kernel. Okay, so you did the first part of the upgrade, now do the rest. See the tutorial in the handbook for the full procedure, and read /usr/src/UPDATING. Kris --XsQoSWH+UP9D9v3l Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6kIIWWry0BWjoQKURAgh0AKDQBaXqe+6ZA6TJ160YVA4hBrWbmwCg3+Og JD4Fae8GyaM7oLQpN7p8yfc= =eJ+a -----END PGP SIGNATURE----- --XsQoSWH+UP9D9v3l-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 18:20:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from zircon.seattle.wa.us (sense-sea-CovadSub-0-228.oz.net [216.39.147.228]) by hub.freebsd.org (Postfix) with SMTP id 16BE537B491 for ; Sun, 18 Feb 2001 18:20:27 -0800 (PST) Received: (qmail 30246 invoked by uid 1001); 19 Feb 2001 02:20:21 -0000 From: Joe Kelsey MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14992.33508.902165.146801@zircon.zircon.seattle.wa.us> Date: Sun, 18 Feb 2001 18:20:20 -0800 To: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: X 4.0.2 and sysmouse X-Mailer: VM 6.90 under Emacs 20.7.1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I recently upgraded to X 4.0.2 and encountered the same problem others have with using moused and /dev/sysmouse in X. Apparantly, something changed in 4.0.2 that broke the previously working mouse driver configuration. Previously, I used this in my mouse definition section of XF86Config: Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "SysMouse" Option "Device" "/dev/sysmouse" Option "Buttons" "5" EndSection Other messages have mentioned that you can fix the problems by changing "SysMouse" to "MouseSystems". However, this is not very satisfactory, as you lose the wheel buttons. I found that changing "SysMouse" to "Auto" allows X to correctly detect the mouse protocol and also detect the wheel buttons. I hope this helps others who are upgrading to XF86 4.0.2. /Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 18:41:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id 6BA8337B4EC for ; Sun, 18 Feb 2001 18:41:49 -0800 (PST) Received: (from jonc@localhost) by itouch.co.nz (8.11.2/8.11.1) id f1J2fiO73786; Mon, 19 Feb 2001 15:41:44 +1300 (NZDT) (envelope-from jonc) Date: Mon, 19 Feb 2001 15:41:44 +1300 From: Jonathan Chen To: Trevin Chow Cc: questions@FreeBSD.ORG Subject: Re: Upgraded 4.2-Stable, SSHD no longer works Message-ID: <20010219154144.B73574@itouchnz.itouch> References: <5.0.2.1.2.20010218181602.024f26d8@mail.brightmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <5.0.2.1.2.20010218181602.024f26d8@mail.brightmail.com>; from trevin@mail.com on Sun, Feb 18, 2001 at 06:17:48PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Feb 18, 2001 at 06:17:48PM -0800, Trevin Chow wrote: > I just upgraded my 4.2-Stable to the most recent source, built the world > and succesfully installed the kernel. > > However, on reboot, SSHD doesn't want to load. Well actually, it loads but > won't accept any incoming SSH > connections. You forgot to run `mergemaster' to update the system startup files. -- Jonathan Chen ---------------------------------------------------------------------- "A person should be able to do a small bit of everything, specialisation is for insects" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 18:42:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from Server.studio.4jon.com (mail.studio.4jon.com [208.131.91.4]) by hub.freebsd.org (Postfix) with ESMTP id D2CDC37B4EC for ; Sun, 18 Feb 2001 18:42:24 -0800 (PST) Subject: im confused MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Sun, 18 Feb 2001 21:35:38 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.0.4417.0 Message-ID: <9EB046F82A95DD4DAB74BF7FF4E48BA92814@Server.studio.4jon.com> content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: im confused Thread-Index: AcCaHUfRoHhH57vTRW2Tj23JILuc/Q== From: "John Lord" To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Should I be installing release ,stable , or current 4.2 John Lord(jlord@4jon.com) Network Administrator Studio for Publication www.4jon.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 18:48: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes04-hme0.telusplanet.net (fepout2.telus.net [199.185.220.237]) by hub.freebsd.org (Postfix) with ESMTP id DBB4D37B65D for ; Sun, 18 Feb 2001 18:47:57 -0800 (PST) Received: from CRX.sfu.ca ([209.53.63.29]) by priv-edtnes04-hme0.telusplanet.net (InterMail vM.4.01.03.10 201-229-121-110) with ESMTP id <20010219024753.POWY24358.priv-edtnes04-hme0.telusplanet.net@CRX.sfu.ca>; Sun, 18 Feb 2001 19:47:53 -0700 Message-Id: <5.0.2.1.2.20010218185000.02695d98@popserver.sfu.ca> X-Sender: tmchow@popserver.sfu.ca X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Sun, 18 Feb 2001 18:50:58 -0800 To: Kris Kennaway , questions@freebsd.org From: Trevin Chow Subject: Re: Upgraded 4.2-Stable, SSHD no longer works In-Reply-To: <20010218181654.A55483@mollari.cthul.hu> References: <5.0.2.1.2.20010218181602.024f26d8@mail.brightmail.com> <5.0.2.1.2.20010218181602.024f26d8@mail.brightmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sorry, I should have been more specific. I followed all the directions in /usr/src/UPDATING and in the handbook. I also did used "mergemaster" and basically replaced all my files except a few key ones, like rc.firewall. At 06:16 PM 2/18/2001 -0800, Kris Kennaway wrote: >On Sun, Feb 18, 2001 at 06:17:48PM -0800, Trevin Chow wrote: > > I just upgraded my 4.2-Stable to the most recent source, built the world > > and succesfully installed the kernel. > >Okay, so you did the first part of the upgrade, now do the rest. See >the tutorial in the handbook for the full procedure, and read >/usr/src/UPDATING. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 18:52:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-2.mdc.net (smtp-2.mdc.net [209.251.64.26]) by hub.freebsd.org (Postfix) with ESMTP id A21C937B491 for ; Sun, 18 Feb 2001 18:52:41 -0800 (PST) Received: from guinness.osdn.com (root@2.sun5.dialup.G4.NET [216.177.16.2]) by smtp-2.mdc.net (8.9.3/8.9.1) with ESMTP id VAA27575; Sun, 18 Feb 2001 21:47:14 -0500 (EST) (envelope-from jim@guinness.osdn.com) Received: (from jim@localhost) by guinness.osdn.com (8.11.2/8.11.2) id f1J2qYw77808; Sun, 18 Feb 2001 21:52:35 -0500 (EST) (envelope-from jim) Date: Sun, 18 Feb 2001 21:52:33 -0500 From: Jim Mock To: John Lord Cc: questions@FreeBSD.ORG Subject: Re: im confused Message-ID: <20010218215232.A77700@guinness.osdn.com> Reply-To: mij@osdn.com References: <9EB046F82A95DD4DAB74BF7FF4E48BA92814@Server.studio.4jon.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <9EB046F82A95DD4DAB74BF7FF4E48BA92814@Server.studio.4jon.com>; from lord@4jon.com on Sun, Feb 18, 2001 at 09:35:38PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 18 Feb 2001 at 21:35:38 -0500, John Lord wrote: > Should I be installing release ,stable , or current 4.2 Install 4.2-RELEASE, then use cvsup (which is covered in the handbook) to go to -STABLE. There is no 4.2-CURRENT, it's 5.0-CURRENT, and if you have to ask, you don't want it :-) - jim -- - jim mock - O|S|D|N - open source development network - - http://www.freebsdzine.org/ - jim@freebsdzine.org - jim@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 Feb 18 18:56: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-53.dsl.lsan03.pacbell.net [64.165.226.53]) by hub.freebsd.org (Postfix) with ESMTP id 250DD37B401 for ; Sun, 18 Feb 2001 18:55:59 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B136366B00; Sun, 18 Feb 2001 18:55:54 -0800 (PST) Date: Sun, 18 Feb 2001 18:55:53 -0800 From: Kris Kennaway To: Trevin Chow Cc: Kris Kennaway , questions@freebsd.org Subject: Re: Upgraded 4.2-Stable, SSHD no longer works Message-ID: <20010218185553.A47464@mollari.cthul.hu> References: <5.0.2.1.2.20010218181602.024f26d8@mail.brightmail.com> <5.0.2.1.2.20010218181602.024f26d8@mail.brightmail.com> <20010218181654.A55483@mollari.cthul.hu> <5.0.2.1.2.20010218185000.02695d98@popserver.sfu.ca> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="VbJkn9YxBvnuCH5J" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <5.0.2.1.2.20010218185000.02695d98@popserver.sfu.ca>; from tmchow@sfu.ca on Sun, Feb 18, 2001 at 06:50:58PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --VbJkn9YxBvnuCH5J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 18, 2001 at 06:50:58PM -0800, Trevin Chow wrote: > Sorry, I should have been more specific. I followed all the directions in= =20 > /usr/src/UPDATING and > in the handbook. I also did used "mergemaster" and basically replaced all= =20 > my files except a few > key ones, like rc.firewall. I don't believe you :-) What is your installed version of /etc/pam.conf? Kris --VbJkn9YxBvnuCH5J Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6kIs5Wry0BWjoQKURAjCkAKDBAPQicTdeXpYiFQWsdoxOR4OfiQCgo6Oy uvzQKczoW/1ecND+J2UzuHI= =j5K/ -----END PGP SIGNATURE----- --VbJkn9YxBvnuCH5J-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 19: 0: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 9ADB037B4EC for ; Sun, 18 Feb 2001 18:59:58 -0800 (PST) Received: from rfx-216-196-73-168.users.reflexcom.com ([216.196.73.168]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sun, 18 Feb 2001 18:58:04 -0800 Received: (from cjc@localhost) by rfx-216-196-73-168.users.reflexcom.com (8.11.1/8.11.1) id f1J2xpJ63695; Sun, 18 Feb 2001 18:59:51 -0800 (PST) (envelope-from cjc) Date: Sun, 18 Feb 2001 18:59:50 -0800 From: "Crist J. Clark" To: John Lord Cc: questions@FreeBSD.ORG Subject: Re: im confused Message-ID: <20010218185950.N62368@rfx-216-196-73-168.users.reflex> Reply-To: cjclark@alum.mit.edu References: <9EB046F82A95DD4DAB74BF7FF4E48BA92814@Server.studio.4jon.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <9EB046F82A95DD4DAB74BF7FF4E48BA92814@Server.studio.4jon.com>; from lord@4jon.com on Sun, Feb 18, 2001 at 09:35:38PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Feb 18, 2001 at 09:35:38PM -0500, John Lord wrote: > Should I be installing release ,stable , or current 4.2 You should start by installing 4.2-RELEASE. Once you have gotten the handle on that, you may want to take that to 4.2-STABLE (if there is anything security critical on the machine, -STABLE is pretty much manditory). Either way, start with installing RELEASE. As for 5.0-CURRENT, the rule of thumb is, "If you need to ask, you should not be using it." -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 19:16: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from imo-r04.mx.aol.com (imo-r04.mx.aol.com [152.163.225.4]) by hub.freebsd.org (Postfix) with ESMTP id 82C8637B491; Sun, 18 Feb 2001 19:16:04 -0800 (PST) Received: from wanghx916@netscape.net by imo-r04.mx.aol.com (mail_out_v29.5.) id n.2e.deb334 (16246); Sun, 18 Feb 2001 22:16:00 -0500 (EST) Received: from netscape.com (aimmail06.aim.aol.com [205.188.144.198]) by air-in03.mx.aol.com (v77_r1.21) with ESMTP; Sun, 18 Feb 2001 22:16:00 -0500 Date: Sun, 18 Feb 2001 22:15:43 -0500 From: wanghx916@netscape.net To: questions@freebsd.org Cc: freebsd-questions@freebsd.org Subject: D-Link DFE-650 PCMCIA Card Timeout Mime-Version: 1.0 Message-ID: <000F7F67.1541A5FC.03595011@netscape.net> X-Mailer: Franklin Webmailer 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, My IBM Thinkpad 600E equipped with a D-Link DFE-650 PCMCIA card. It always complains timeout when I execute "ifconfig" on it no matter which resources (IRQ & I/O Address) I allocate for it. I checked it hardware resources setting in MS-DOS with its diagnosis kit program diag.exe (From the manufacture), I found they are IRQ 9, I/O 300. So I allocate resources in FreeBSD like that, But it still timeout, Why? Could anyone help me? Thank you. __________________________________________________________________ Get your own FREE, personal Netscape Webmail account today at http://webmail.netscape.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 19:16: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from imo-r04.mx.aol.com (imo-r04.mx.aol.com [152.163.225.4]) by hub.freebsd.org (Postfix) with ESMTP id 82C8637B491; Sun, 18 Feb 2001 19:16:04 -0800 (PST) Received: from wanghx916@netscape.net by imo-r04.mx.aol.com (mail_out_v29.5.) id n.2e.deb334 (16246); Sun, 18 Feb 2001 22:16:00 -0500 (EST) Received: from netscape.com (aimmail06.aim.aol.com [205.188.144.198]) by air-in03.mx.aol.com (v77_r1.21) with ESMTP; Sun, 18 Feb 2001 22:16:00 -0500 Date: Sun, 18 Feb 2001 22:15:43 -0500 From: wanghx916@netscape.net To: questions@freebsd.org Cc: freebsd-questions@freebsd.org Subject: D-Link DFE-650 PCMCIA Card Timeout Mime-Version: 1.0 Message-ID: <000F7F67.1541A5FC.03595011@netscape.net> X-Mailer: Franklin Webmailer 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, My IBM Thinkpad 600E equipped with a D-Link DFE-650 PCMCIA card. It always complains timeout when I execute "ifconfig" on it no matter which resources (IRQ & I/O Address) I allocate for it. I checked it hardware resources setting in MS-DOS with its diagnosis kit program diag.exe (From the manufacture), I found they are IRQ 9, I/O 300. So I allocate resources in FreeBSD like that, But it still timeout, Why? Could anyone help me? Thank you. __________________________________________________________________ Get your own FREE, personal Netscape Webmail account today at http://webmail.netscape.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 19:18:50 2001 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 E1DFD37B401 for ; Sun, 18 Feb 2001 19:18:45 -0800 (PST) Received: from localhost (brennan@localhost) by home.offwhite.net (8.11.1/8.11.1) with ESMTP id f1J3ITi91093; Sun, 18 Feb 2001 21:18:29 -0600 (CST) (envelope-from brennan@offwhite.net) Date: Sun, 18 Feb 2001 21:18:29 -0600 (CST) From: Brennan Stehling To: Jeremiah Gowdy Cc: Otter , "'Francis'" , "'BSD focks'" Subject: Re: youe web site In-Reply-To: <006c01c09a12$c8ef7900$aa240018@cx443070b> Message-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 mirrored it too... http://www.media.offwhite.net/media/yourbase/AYB2.swf All your base! Brennan Stehling - software developer and system administrator my projects: home.offwhite.net (free personal hosting) www.greasydaemon.com (bsd search) On Sun, 18 Feb 2001, Jeremiah Gowdy wrote: > > All your base are belong to us. > > You have no chance to survive make your time. > > Someone set us up the bomb. > > DUDE. Everyone is seeing that now. I saw it from some guy on slashdot two > days ago and my friends and I have watched it almost a hundred times since > then. If anyone wants to know what we're talking about, see > > http://data.irev.net/AYB3.swf (I mirrored it) > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 19:35:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lamborghini.indocyber.com (lamborghini.indocyber.com [202.180.0.86]) by hub.freebsd.org (Postfix) with SMTP id DE8EF37B491 for ; Sun, 18 Feb 2001 19:35:30 -0800 (PST) Received: (qmail 22075 invoked from network); 19 Feb 2001 03:03:24 -0000 Received: from unknown (HELO dante.naver.co.id) (postfix@202.155.86.83) by 202.180.0.86 with SMTP; 19 Feb 2001 03:03:24 -0000 Received: by dante.naver.co.id (Postfix, from userid 1000) id AB36CBDEB9; Mon, 19 Feb 2001 10:07:23 +0700 (JAVT) Date: Mon, 19 Feb 2001 10:07:23 +0700 From: John Indra To: freebsd-questions@freebsd.org Subject: What does "icmp redirect" mean? Message-ID: <20010219100723.A88821@office.naver.co.id> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Mailer: Mutt 1.2.5i on FreeBSD 5.0-20010210-CURRENT i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all... I have this line in my /etc/rc.conf: icmp_log_redirect="YES" One day, I saw this in my daily crontab run message: icmp redirect from 1.2.3.4: 2.3.4.5 => 2.3.4.5 What does it mean? Thanks... /john To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 19:41:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mta1-rme.xtra.co.nz (mta1-rme.xtra.co.nz [203.96.92.1]) by hub.freebsd.org (Postfix) with ESMTP id 0FA6E37B67D for ; Sun, 18 Feb 2001 19:41:22 -0800 (PST) Received: from vermin.h1 ([210.55.82.216]) by mta1-rme.xtra.co.nz with ESMTP id <20010219034157.LAYT779398.mta1-rme.xtra.co.nz@vermin.h1> for ; Mon, 19 Feb 2001 16:41:57 +1300 Received: from cyclone.h1 ([192.168.1.3]) by vermin.h1 with esmtp (Exim 3.16 #1) id 14UhBk-00006A-00 for freebsd-questions@freebsd.org; Mon, 19 Feb 2001 16:40:36 +1300 Received: from grantjd by cyclone.h1 with local (Exim 3.22 #1 (Debian)) id 14UhCY-0000KF-00 for ; Mon, 19 Feb 2001 16:41:26 +1300 Date: Mon, 19 Feb 2001 16:41:25 +1300 From: James Grant To: freebsd-questions@freebsd.org Subject: natd won't redirect ports. Message-ID: <20010219164125.A1234@cyclone.h1> Mail-Followup-To: James Grant , freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.12i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I've set ipfw and natd up on my firewall machine which has a dial on demand ppp connection using a dynamic ip. Everything works fine, except for this problem I'm having with natd. It just seems to ignore the fact I've told it to redirect a port. Say for example I start natd with the following command line (just for debugging purposes): /sbin/natd -n tun0 -dynamic -same_ports -use_sockets -redirect_port tcp 192.168.1.3:6699 6699 -v The output pertaining to a connection to port 6699 looks like this: In [TCP] [TCP] 202.49.64.124:3433 -> 210.55.82.216:6699 aliased to [TCP] 202.49.64.124:3433 -> 210.55.82.216:6699 Out [TCP] [TCP] 210.55.82.216:6699 -> 202.49.64.124:3433 aliased to [TCP] 210.55.82.216:6699 -> 202.49.64.124:3433 It doesn't redirect it at all!! Hence my napster client just sits there waiting for a connection. But if I specify firewall machine's internet address on the command line like so: /sbin/natd -n tun0 -dynamic -same_ports -use_sockets -redirect_port tcp 192.168.1.3:6699 210.55.82.216:6699 -v ... and I get the following output: In [TCP] [TCP] 202.49.64.124:3450 -> 210.55.82.216:6699 aliased to [TCP] 202.49.64.124:3450 -> 192.168.1.3:6699 Out [TCP] [TCP] 192.168.1.3:6699 -> 202.49.64.124:3450 aliased to [TCP] 210.55.82.216:6699 -> 202.49.64.124:3450 and so it works if I specify the IP on the command line, but that isn't really useful for dial on demand with a dynamic IP. Ideas anyone? -- James. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 19:54:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id 288F137B503 for ; Sun, 18 Feb 2001 19:54:37 -0800 (PST) Received: by bazooka.unixfreak.org (Postfix, from userid 1000) id 8686A3E0C; Sun, 18 Feb 2001 19:54:36 -0800 (PST) Received: from bazooka.unixfreak.org (localhost [127.0.0.1]) by bazooka.unixfreak.org (Postfix) with ESMTP id 7FB4E3C10B; Sun, 18 Feb 2001 19:54:36 -0800 (PST) To: Ronald Klop Cc: freebsd-questions@freebsd.org Subject: Re: shell command to make tcp connection? In-Reply-To: Message from Ronald Klop of "Sun, 18 Feb 2001 15:54:44 +0100." Date: Sun, 18 Feb 2001 19:54:31 -0800 From: Dima Dorfman Message-Id: <20010219035436.8686A3E0C@bazooka.unixfreak.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hello. > > I'm looking for a programm to use in a shell script to make a tcp > connection. On another unix machine I ones used a programm called > mconnect, but I can't find it on the freebsd base system nor in the > ports collection. Is there something similar? If yes, what is the > name of the programm? You're not very specific in your requirements, but you might want to try netcat. /usr/ports/net/netcat > > Greetings, Ronald. > > PS: I'm using FreeBSD 4.1.1-RELEASE, but I don't think that's very > important for this question? > -- > Ronald Klop http://www.cs.vu.nl/~ronald/ > pgp-key: http://klop.yi.org/pgp.txt > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of 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 Feb 18 19:55:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nameserver.austclear.com.au (nameserver.austclear.com.au [192.83.119.132]) by hub.freebsd.org (Postfix) with ESMTP id 8856837B503 for ; Sun, 18 Feb 2001 19:55:35 -0800 (PST) Received: from tungsten.austclear.com.au (tungsten.austclear.com.au [192.168.70.1]) by nameserver.austclear.com.au (8.9.3/8.9.3) with ESMTP id OAA84076; Mon, 19 Feb 2001 14:55:33 +1100 (EST) Received: from tungsten (tungsten [192.168.70.1]) by tungsten.austclear.com.au (8.9.3/8.9.3) with ESMTP id OAA02453; Mon, 19 Feb 2001 14:55:32 +1100 (EST) Message-Id: <200102190355.OAA02453@tungsten.austclear.com.au> X-Mailer: exmh version 2.1.1 10/15/1999 To: John Indra Cc: freebsd-questions@FreeBSD.ORG Subject: Re: What does "icmp redirect" mean? In-Reply-To: Your message of "Mon, 19 Feb 2001 10:07:23 +0700." <20010219100723.A88821@office.naver.co.id> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 19 Feb 2001 14:55:32 +1100 From: Tony Landells Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hi all... > > I have this line in my /etc/rc.conf: > icmp_log_redirect="YES" > > One day, I saw this in my daily crontab run message: > icmp redirect from 1.2.3.4: 2.3.4.5 => 2.3.4.5 > > What does it mean? Well, it would probably look more sensible if you put in the real IP addresses and something of your network topology... An ICMP redirect is an indication that you sent a packet to the wrong place, and you could have sent it to the right place. For example, consider this setup: 192.168.1.0/24 ------------------------------------------- | | | 1| |100 |200 ----- ----- ----- PC router router ----- ----- |100 | | | -------------- ----- Lots of networks 192.168.2.0/24 For simplicity, you just set a default route on the PC that points to 192.168.1.200, which is a router connected to lots of networks, but not 192.168.2.0/24. When the PC tries to talk to 192.168.2.5, it realises the address is not local and sends the packet to the default router. The router at 192.168.1.200 looks at it, and realises that the best route is back the way the packet came in, and sends it to 192.168.1.100. In addition, 192.168.1.200 figures you don't know 192.168.1.100 is the gateway to 192.168.2.0, so it sends an ICMP redirect which says "you sent this packet to me, but you should be able to talk to the correct gateway which is 192.168.1.100". Basically it's trying to avoid unnecessary handling. In many cases people prefer to have most systems with just a default route, which is why you don't even necessarily want to log ICMP redirects. However, an attacker could inject ICMP redirects into your network to get you to send traffic somewhere it shouldn't go (like his PC), so many people like to configure "sensitive" systems to ignore ICMP redirects, and to have them logged in various places on their network. Cheers, Tony -- Tony Landells Senior Network Engineer Ph: +61 3 9677 9319 Australian Clearing Services Pty Ltd Fax: +61 3 9677 9355 Level 4, Rialto North Tower 525 Collins Street Melbourne VIC 3000 Australia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 20:29:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from shakeyjakes.com (cx658371-a.elcjn1.sdca.home.com [24.13.29.199]) by hub.freebsd.org (Postfix) with SMTP id B40F237B4EC for ; Sun, 18 Feb 2001 20:29:29 -0800 (PST) Received: by shakeyjakes.com (wcMail) id 58145W Sun, 18 Feb 2001 20:26:06 -0800 From: mike.mcclain@shakeyjakes.com Subject: Help!!! 2nd HD gone Date: Sun, 18 Feb 2001 20:26:06 -0800 Message-Id: <1885228921@shakeyjakes.com> Organization: Shakey Jake's Free BBS from Santee, Ca... To: freebsd-questions@freebsd.org X-Mailer: wcMail v5.4.449.1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Howdy, I hadn't booted FreeBSD 3.4 for many months but had mounted several partitions on /dev/wd2s* from /etc/fstab. Last week I couldn't get a clean boot 'til I took all references to /dev/wd2s* out of /etc/fstab. Having done that I now see: fbsd:~> mount -t ext2fs /dev/wd2s1 /rh6 ext2fs: /dev/wd2s1: Device not configured fbsd:~> fdisk /dev/wd2.fdisk: cannot open disk /dev/wd2: Device not configured fbsd:~> disklabel /dev/wd2 disklabel: /dev/wd2: Device not configured fbsd:~> ls -l /dev/wd2s* brw-r----- 1 root operator 0, 0x00020012 Mar 20 2000 /dev/wd2s1 ... /dev/wd2s2 through /dev/wd2s8 nearly identical brw-r----- 1 root operator 0, 0x000a0012 Apr 20 2000 /dev/wd2s9 from /var/log/dmesg.today: this is the way it was. wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0:4112MB (8421840 sectors), 8912 cyls, 15 heads, 63 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 on isa wdc1: unit 0 (wd2): wd2: 6149MB (12594960 sectors), 13328 cyls, 15 heads, 63 S/T, 512 B/S from /var/log/messages: May 23 18:15:19 /kernel: wdc1 at 0x170-0x177 irq 15 on isa May 23 18:15:19 /kernel: wdc1: unit 0 (wd2): Feb 11 16:27:36 /kernel: wdc1 not found at 0x170 This makes me think the kernal is not seeing the controller at boot. wd2 aka D: aka /dev/hdc is visible from dos and I'm writing this from Slackware 7.0 mounted on /dev/hdc8. This from Slackware's /var/log/messages: Feb 15 09:20:15 playground kernel: hda: WDC AC24300L, 4112MB w/256kB Cache, CHS=524/255/63, UDMA Feb 15 09:20:15 playground kernel: hdc: WDC AC26400R, 6149MB w/512kB Cache, CHS=13328/15/63, (U)DMA I'm stumped. All suggestions welcome. TIA, MiKe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 20:40: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from midway.uchicago.edu (midway.uchicago.edu [128.135.12.12]) by hub.freebsd.org (Postfix) with ESMTP id 7D05137B4EC for ; Sun, 18 Feb 2001 20:39:59 -0800 (PST) Received: from C40948-B.uchicago.edu (broad-173-147.rh.uchicago.edu [128.135.173.147]) by midway.uchicago.edu (8.10.1/8.10.1) with ESMTP id f1J4dwO02322 for ; Sun, 18 Feb 2001 22:39:58 -0600 (CST) Message-Id: <4.3.2.7.2.20010218223629.00c26760@nsit-popmail.uchicago.edu> X-Sender: dbsypher@nsit-popmail.uchicago.edu X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Sun, 18 Feb 2001 22:39:06 -0600 To: questions@freebsd.org From: David Syphers Subject: 'powered by FreeBSD' logo 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 Is there somewhere I can get a 'powered by FreeBSD' logo that looks good on a black background? A 'powered by Apache' would be nice also. (Yes, I'm too lazy to make my own.) Please cc:; I'm not on -questions. -David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 22: 0: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from desh.cse.iitd.ernet.in (mailer.cse.iitd.ac.in [202.141.68.3]) by hub.freebsd.org (Postfix) with ESMTP id 6D2E437B4EC for ; Sun, 18 Feb 2001 21:59:59 -0800 (PST) Received: from cse.iitd.ernet.in (root@poorvi.cse.iitd.ernet.in [10.20.3.12]) by desh.cse.iitd.ernet.in (8.8.7/8.8.7) with ESMTP id LAA21528 for ; Mon, 19 Feb 2001 11:33:13 +0530 Received: from localhost (csu96154@localhost) by cse.iitd.ernet.in (8.9.3/8.9.3) with ESMTP id LAA21926 for ; Mon, 19 Feb 2001 11:33:17 +0530 X-Authentication-Warning: localhost.localdomain: csu96154 owned process doing -bs Date: Mon, 19 Feb 2001 11:33:17 +0530 (IST) From: Rakhesh Sasidharan X-Sender: csu96154@localhost.localdomain To: "questions@FreeBSD.ORG" Subject: Securelevel and mounting ... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Does securelevel 1 mean that I am not even able to do the below: Script started on Sat Feb 17 15:38:28 2001 [root@FreeBSD](/root)# sysctl kern.securelevel kern.securelevel: 1 [root@FreeBSD](/root)# vnconfig vn0c /big/OSes/4.2-FreeBSD/4.2-install.iso [root@FreeBSD](/root)# mount -t cd9660 /dev/vn0c /isomount/ cd9660: vfsload(cd9660): Operation not permitted [root@FreeBSD](/root)# exit Script done on Sat Feb 17 15:38:57 2001 Funny, the manpages didn't mention any problem like that. Or is there something I missed ? Regards. __ Rakhesh Sasidharan rakhesh at cse.iitd.ac.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 22: 1:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from desh.cse.iitd.ernet.in (mailer.cse.iitd.ac.in [202.141.68.3]) by hub.freebsd.org (Postfix) with ESMTP id B395537B401 for ; Sun, 18 Feb 2001 22:01:46 -0800 (PST) Received: from cse.iitd.ernet.in (root@poorvi.cse.iitd.ernet.in [10.20.3.12]) by desh.cse.iitd.ernet.in (8.8.7/8.8.7) with ESMTP id LAA21551 for ; Mon, 19 Feb 2001 11:35:07 +0530 Received: from localhost (csu96154@localhost) by cse.iitd.ernet.in (8.9.3/8.9.3) with ESMTP id LAA22071 for ; Mon, 19 Feb 2001 11:35:13 +0530 X-Authentication-Warning: localhost.localdomain: csu96154 owned process doing -bs Date: Mon, 19 Feb 2001 11:35:13 +0530 (IST) From: Rakhesh Sasidharan X-Sender: csu96154@localhost.localdomain To: "questions@FreeBSD.ORG" Subject: ifconfig error Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Upon assigning an address to an interface, I get an error like this. For eg: # ifconfig lo2 inet 10.20.3.12 0xff000000 in6_ifattach_addaddr: rtrequest failed. errno = 17 <<<<---- the error The assignment succeeds, but still, any idea on what this error is and why it is produced ? Regards. __ Rakhesh Sasidharan rakhesh at cse.iitd.ac.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 22: 2:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mss.rdc2.nsw.optushome.com.au (ha1.rdc2.nsw.optushome.com.au [203.164.2.50]) by hub.freebsd.org (Postfix) with ESMTP id E763A37B401 for ; Sun, 18 Feb 2001 22:02:16 -0800 (PST) Received: from co3027913-a.optushome.com.au ([203.164.216.140]) by mss.rdc2.nsw.optushome.com.au (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010219060215.BFTK26799.mss.rdc2.nsw.optushome.com.au@co3027913-a.optushome.com.au> for ; Mon, 19 Feb 2001 17:02:15 +1100 Message-Id: <5.0.2.1.0.20010219162509.009f5170@mail> X-Sender: alnesbit@mail X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Mon, 19 Feb 2001 17:05:49 +1100 To: freebsd-questions@freebsd.org From: Andrew Nesbit Subject: ATA HDD geometry confusion Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to install 4.2-R from a bootable CD-ROM onto an IBM 30GB (75GXP series) HDD, with the whole disk used for FreeBSD, set up in compatibility mode. The disk is set to LBA mode in the BIOS. The help screens in sysinstall say that it is important to get the geometry of the HDD correct. So far I have 3 conflicting reports of what my HDD geometry is: 1. 3737 / 255 / 63 from sysinstall's fdisk (given as default) 2. 59560 / 16 / 63 from BIOS and FreeBSD device probe 3. 27724 / 4 / ??? (physical) from IBM's website 1. seems to be the LBA translation of 2, but not exactly (maybe it is "compensating" for compatibility mode?) I have no idea how 3. would fit into the picture. My question is: should I go with the default given by fdisk, or is something wrong which needs to be changed? Thanks. -Andrew Nesbit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 22: 5:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-53.dsl.lsan03.pacbell.net [64.165.226.53]) by hub.freebsd.org (Postfix) with ESMTP id 3010637B491 for ; Sun, 18 Feb 2001 22:05:19 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id BAF1766D46; Sun, 18 Feb 2001 22:05:18 -0800 (PST) Date: Sun, 18 Feb 2001 22:05:18 -0800 From: Kris Kennaway To: Rakhesh Sasidharan Cc: "questions@FreeBSD.ORG" Subject: Re: Securelevel and mounting ... Message-ID: <20010218220518.A73665@mollari.cthul.hu> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="+QahgC5+KEYLbs62" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from rakhesh@cse.iitd.ernet.in on Mon, Feb 19, 2001 at 11:33:17AM +0530 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --+QahgC5+KEYLbs62 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 19, 2001 at 11:33:17AM +0530, Rakhesh Sasidharan wrote: >=20 > Hi, >=20 > Does securelevel 1 mean that I am not even able to do the below:=20 >=20 > Script started on Sat Feb 17 15:38:28 2001 > [root@FreeBSD](/root)# sysctl kern.securelevel > kern.securelevel: 1 > [root@FreeBSD](/root)# vnconfig vn0c /big/OSes/4.2-FreeBSD/4.2-install.is= o=20 > [root@FreeBSD](/root)# mount -t cd9660 /dev/vn0c /isomount/ > cd9660: vfsload(cd9660): Operation not permitted ^^^^^^^ You don't have the CD9660 stuff compiled into your kernel, so mount(8) tries to kldload the KLD on-the-fly, which it can't when you have a raised securelevel. Kris --+QahgC5+KEYLbs62 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6kLedWry0BWjoQKURAgemAJoCZ4f1bYtPUnGKr8FiFaFDM4rrxQCgnaiH /Z9Sxxn7BjSJYeqgZTLS8Gc= =2FQv -----END PGP SIGNATURE----- --+QahgC5+KEYLbs62-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 22:19:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.genienrm.com (GenieNRM.COM [210.201.73.1]) by hub.freebsd.org (Postfix) with ESMTP id 65E2037B4EC for ; Sun, 18 Feb 2001 22:19:23 -0800 (PST) Received: from genienb (Hermes.GenieNRM.COM [210.201.73.61]) by mail.genienrm.com (8.11.1/8.11.1) with SMTP id f1J6JNW29465; Mon, 19 Feb 2001 14:19:24 +0800 Message-ID: <001d01c09a3b$c98b6e40$3d49c9d2@genienb> From: "Hermes Tao" To: Cc: Subject: a FreeBSD question. Date: Mon, 19 Feb 2001 14:18:33 +0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_001A_01C09A7E.D74E8CE0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_001A_01C09A7E.D74E8CE0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: quoted-printable Hi, We need your help on FreeBSD, like so: We have two more FreeBSD hosts, they are both backup machine each other = (for backing up each other purpose). In case one of them have a breakdown = (malfunction or shutdown), then it can be auto-switch to another one (functional = machine) to take over the job. How could we do this purpose ? Thank your kindly help ! Sincerely, Hermes Tao Genie Network Resource Management, Inc. 5F, 15, Lane 360, Sec. 1, Neihu Rd., Neihu Dist., Taipei 114, Taiwan Tel.: 886 2 2659 6600 ext. 8133 Fax: 886 2 2659 6622 e-mail: hermes@genienrm.com URL: http://www.genienrm.com ------=_NextPart_000_001A_01C09A7E.D74E8CE0 Content-Type: text/html; charset="big5" Content-Transfer-Encoding: quoted-printable
Hi,
 
We need your help on FreeBSD, like = so:
 
We have two more FreeBSD hosts, they = are both backup=20 machine each other (for
backing up each other = purpose). In case one of=20 them have a breakdown (malfunction
or shutdown), then it = can be=20 auto-switch to another one (functional machine) to take
over the job. How = could we do=20 this purpose ?
 
Thank your kindly help !
 
Sincerely,
Hermes Tao
Genie Network Resource = Management,=20 Inc.
5F, 15, Lane 360, Sec. 1, Neihu Rd., = Neihu Dist.,=20 Taipei 114, Taiwan
Tel.: 886 2  2659 6600 ext. = 8133
Fax: 886 2 2659 6622
e-mail: hermes@genienrm.com
= ------=_NextPart_000_001A_01C09A7E.D74E8CE0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 22:24:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 4D93E37B4EC for ; Sun, 18 Feb 2001 22:24:49 -0800 (PST) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f1J6Oi711148; Sun, 18 Feb 2001 22:24:44 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "ian j hart" Cc: Subject: RE: Sendmail and Identd Date: Sun, 18 Feb 2001 22:24:42 -0800 Message-ID: <006401c09a3c$a4e28dc0$1401a8c0@tedm.placo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <3A906A92.2101BC03@freeloader.freeserve.co.uk> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com > -----Original Message----- > From: ianjhart@omega.my.domain [mailto:ianjhart@omega.my.domain]On > Behalf Of ian j hart > Sent: Sunday, February 18, 2001 4:37 PM > To: Ted Mittelstaedt > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: Sendmail and Identd > > > Ted Mittelstaedt wrote: > > > > Hi Ian, > > > > I think you perhaps misunderstand: even if you set up > > IMP you STILL would have had to setup those 1500 accounts. > > Can you point me to some software? I seriously doubt I can get this past > the staff, but it's worth a look. Can't see anything in ports. > Since you have no other solution, I don't think this is an issue of getting approval from the staff - this IS the _only_ option that's going to work in the time you have allotted. I seriously doubt that the staff is going to do nothing and let the problem remain unsolved. If they can think of a better solution then they are welcome to implement it. Unfortunately, while there's about 10 of these programs, none of them are in the ports. I can send you instructions for building IMP on a FreeBSD 4.2 server, I can't guarentee they will work on a previous version of FreeBSD but they probably will. But, you should also consider setting up a SEPARATE server just to implement this - the webinterface to the mailserver talks to the mailserver via IMAP and does not have to be actually executing on the mailserver itself. > > > > I also beg to differ - this is very clearly a mail client > > problem. > > This I know, I have bald patches to prove it. > > > As you have realized, Sendmail does not rewrite the > > From: address. This is because the mail client program is > > in charge of correctly putting the user@whateverdomain address > > into the outgoing mail. This is inherent to the SMTP protocol. > > > > Your blaming the failure of the user's mail client program > > to properly create the username@whateverdomain address on the > > mail client program itself. However, this is wrong, the client > > program is doing what it's supposed to be doing. > > Not all the time it isn't. When the users home (network) directory is > available their email settings are transfered to whatever workstation > they are sat at. This is part of my plan to make the network as > transparent as possible to the users. It works just like *at home*. > Riiiiiggggght - I heard that from Microsoft's marketing department 4 years ago and I've still to see it actually work right. > However, when the network connection fails windows SILENTLY replaces > these settings with some from the local hard drive. This is not what the > client program is supposed to be doing. AFAIK IE4 does not exhibit this > behavior. The new _identities_ appear to be the cause. To revert the > software on all the clients would take me weeks. I would have to > roll-out the software in one go. (Having USER.DAT files from different > versions doesn't strike me as a good idea.) The bottom line on this is > that I would have to wait until the summer break. > > So I can't fix the client. Turning off email for 4 months not an option. > I have to hack the server. Hobsons choice as we say. > I don't see how you can do that, even with lots of hacks into the mailserver. Unless the correct From address is passed from the mail client during the SMTP phase, there is no other way for the server to identify the userID of the sending SMTP connection. This is one of these issues that fixing or replacing the client is the only option. > > > > If you give your users the ability to retrieve e-mail via > > POP3 and transmit it via SMTP then you give them the > > responsibility to make sure that the From address is correct. > > If they are unwilling or unable to do this (due either to > > their misunderstanding how the client program operates, or > > due to their logging in somewhere and allowing some mystical > > "thang" to change the From address) then clearly you have > > to either force them to use a mail client that they DO understand, > > or force them to use a mail client that they have no control > > over, and that you do. This is what IMP is. IMP is a mail > > client that runs ON THE MAILSERVER, instead of on a remote > > desktop, so instead of having a remote client that has unreachable > > settings, you have a mail client that is local to the mailserver > > that YOU can control. > > I see the problem more like this. When a user logs on they should get > their own email settings, or none at all. Not a seemingly random > selection. This is _my_ problem. Then your going to have to replace the client. You can do it one of 3 ways as I see it: 1) Replace the existing client on the desktop with a different one (Eudora, or an earlier version of IE or whatever) 2) Replace the existing desktop-based client with a host-based client. Early versions of this are MUA's like Pine, but I doubt that you want to give Telnet access to 1500 students. Later versions of this are webinterfaces, a-la Hotmail, like IMP. 3) Modify the desktop client you have deployed to make it do different behavior. Since your a Microsoft shop, you should be able to call Microsoft up and pay them some money to patch the .DLL or whatever file is involved, right? After all this is why your using commercial software to begin with - the support, right? Sorry if this is sounding like a taunt, but your administration voted Microsoft for the support - now they need the support and so it's Microsoft's chance to prove why commercial software is so much better than Open Source. >User missconfiguration or deliberate > spoofing is a different problem. > > > > > I also beg to differ with your statement: > > > > "...No-one checks account details every time > > they mail...." > > > > Guess what, _I_ do. > > You are one in a million (estimate). > > > I'm sure that any power users among > > your students do also. > > Not a chance. Age range is 11-17 BTW. > > > It's simple enough to do when using > > a mail client program like Eudora, which _does_ place the > > >From address IN THE MESSAGE DURING COMPOSITION unlike > > Microsoft Outlook which hides it. In fact, that's another > > answer to your problem - because Eudora doesen't give a rat's > > ass about what drive your logged into. > > I wouldn't dissagree, but they want windows + IE. This is policy, I just > implement. > In any case installing Eudora would mean a full rollout. > If they want Windows + IE then they have to play the commercial software game, which means getting on the horn with Microsoft and having them fix the problem. It may be expensive, but Microsoft has convinced these people that Windows + IE is the way to go, so now they have to live with the results. If Microsoft is so much better than Eudora, then Microsoft can fix it. I think your wasting time chasing a mirage. Accept the fact that you can't fix it on the server and go forward. It's easy enough to set up a webinterface to the mailserver, then deny relaying from your internal subnets and issue an edict that all students must use the webinterface for e-mail. After all you already have the web browsers all deployed, so you won't have to do a rollout to all 1500 desktops. If your administration starts yapping about it, then tell them that they can either do it this way or they can call Microsoft and avail themselves of the superior commercial software support that Microsoft's marketing department is always yapping about, and get a patch issued for the new mail clients. In the long run your going to be better off because future rollouts on the desktops won't bugger the mailserver. Your students will be better off because they can go anywhere, such as home or a local Cafe or library that has a web browser, and access their e-mail. It also neatly solves problems like Macintoshes and OS/2 systems being unable to use the mail system. In short, this is something that you should have done a long time ago. > > > > Ted Mittelstaedt tedm@toybox.placo.com > > Author of: The FreeBSD Corporate Networker's Guide > > Book website: http://www.freebsd-corp-net-guide.com > > > > > -----Original Message----- > > > From: ianjhart@omega.my.domain [mailto:ianjhart@omega.my.domain]On > > > Behalf Of ian j hart > > > Sent: Sunday, February 18, 2001 11:10 AM > > > To: Ted Mittelstaedt > > > Cc: freebsd-questions@FreeBSD.ORG > > > Subject: Re: Sendmail and Identd > > > > > > > > > Ted Mittelstaedt wrote: > > > > > > > > What about installing IMP or other webinterface and forcing the > > > > students that aren't savvy enough to know how to use their > > > > mail client properly to use that instead? This allows you to > > > > centralize all administration on the mail clients to in effect > > > > the central mailserver, and in addition allows the students to > > > > check mail from any browser. > > > > > > > > Ted Mittelstaedt tedm@toybox.placo.com > > > > Author of: The FreeBSD Corporate Networker's Guide > > > > Book website: http://www.freebsd-corp-net-guide.com > > > > > > [snip original message] > > > > > > Thanks for your reply, but... :) > > > > > > I only installed Internet access and mail just before Xmas. We've just > > > spent a half-term getting (1500) user accounts setup. I would not be a > > > very popular guy if I changed track at this point. > > > > > > The problem is not with 'savvy'. It's a _feature_. You log on and send > > > some mail. If the network drive with your profile is not available you > > > get the default user settings. (No-one checks account details > every time > > > they mail). The mail goes out with a random users return address. > > > Sendmail only checks the hostname, which is correct (and masqueraded > > > anyway). The only clue that this is happening is when you > read mail and > > > the prompted account name is not your own. God bless Bill Gates. > > > > > > -- > > > ian j hart > > > ICT Technician. > > > Cardinal Newman School. > > > > > -- > ian j hart > ICT Technician > Cardinal Newman School > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 22:26:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id 2791F37B401 for ; Sun, 18 Feb 2001 22:26:14 -0800 (PST) Received: from dougbarton.net (master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id WAA43828; Sun, 18 Feb 2001 22:26:11 -0800 (PST) (envelope-from DougB@dougbarton.net) Message-ID: <3A90BC83.E5EB3018@dougbarton.net> Date: Sun, 18 Feb 2001 22:26:11 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: GB Clark II Cc: freebsd-questions@freebsd.org Subject: Re: BIND 8.2.3-R crashing References: <01021410563903.18874@prime.vsservices.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG GB Clark II wrote: > > Hello, > > I've got a primary name server running BIND 8.2.3-Release. > BIND will crash every so often and need restarted. As a stop-gap I've > got a crontab to ndc restart it every hour. > I suspect a memory problem (we are upgrading to 512MB) but named is a memory pig... it's vital that it has a solid system to run on, and deadly for it to swap. > I do see the following from BIND every so often: > > Feb 14 04:26:23 a2 named[125]: dropping source port zero packet from [63.229.217 > .207].0 > Feb 14 04:26:35 a2 last message repeated 8 times > > It looks like an attack but I'm not real sure. Anyone have an idea on this? That does look suspicious, yes. There's no good reason to allow traffic from source port zero, and IIRC there are some system exploits that have that source port, so I'd block it at your border. 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 Feb 18 23:10:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id B914E37B401 for ; Sun, 18 Feb 2001 23:10:13 -0800 (PST) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id JAA02932; Mon, 19 Feb 2001 09:15:56 +0100 Message-ID: <3A90C735.99BDC1BE@i-clue.de> Date: Mon, 19 Feb 2001 08:11:49 +0100 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: Robin Becker Cc: freebsd-questions@FreeBSD.ORG Subject: Re: how to adjust the ftp mirror References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Robin Becker schrieb: > > As a complete newbie I have been trying the ports system. My download > times are pretty bad. Can I change the ftp mirror search order? Yes. Have a look at /etc/make.conf, especially MASTER_SITE_OVERRIDE and MASTER_SITE_BACKUP. You cannot override port-defined donwlod sites, though. If you got constant difficulties downloading port tarballs, have a look at the filename and download from your preferred mirror to /usr/ports/disfiles by hand. HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 23:25:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web12402.mail.yahoo.com (web12402.mail.yahoo.com [216.136.173.129]) by hub.freebsd.org (Postfix) with SMTP id A6CE337B401 for ; Sun, 18 Feb 2001 23:25:30 -0800 (PST) Message-ID: <20010219072530.77449.qmail@web12402.mail.yahoo.com> Received: from [200.207.155.214] by web12402.mail.yahoo.com; Sun, 18 Feb 2001 23:25:30 PST Date: Sun, 18 Feb 2001 23:25:30 -0800 (PST) From: Phelip Cray Subject: Creative 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 Hello yall, I have been trying to have sound poing on here for I while. I first insisted on my old opl3, but when I learnned that it was broken I bought I Creative Live. Then I followed this steps: 0 - dmesg: pcm0 port 0xda00-0xda1f irq 10 device 9.0 on pci0 1 - Recompiled my kernel with the following options: device pcm0 at isa? irq10 drq1 flags 0xda00 2. /dev/./MAKEDEV snd0 3. rebooted 4. nothing happened I tested it like this cat kernel > /dev/snd0 and mpg123 ... I KNOW for fact I am doing something wrong, could any body put more light into my way? On beforehand thank you mery much. phelip __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.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 Feb 18 23:45:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 0F08D37B401 for ; Sun, 18 Feb 2001 23:45:44 -0800 (PST) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id JAA03053; Mon, 19 Feb 2001 09:50:59 +0100 Message-ID: <3A90CF6C.3EE8857E@i-clue.de> Date: Mon, 19 Feb 2001 08:46:52 +0100 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: achilov@granch.ru Cc: freebsd-questions@FreeBSD.ORG Subject: Re: console.info References: <3A8C0DDE.CAB519A6@granch.ru> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Rashid N. Achilov" schrieb: > > I found in sample syslog.conf next line: > > # uncomment this to log all writes to /dev/console to /var/log/console > #console.info /var/log/console > > One time, when I have uncommented these lines, it goes to work, but on > another box > it refused :-( Why it can happend? /var/log/console exist, described in > syslog.conf as shown... Have you told syslogd to re-read its configuration file? (killall -HUP syslogd) HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 18 23:46:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 902F637B491 for ; Sun, 18 Feb 2001 23:46:47 -0800 (PST) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id JAA03066; Mon, 19 Feb 2001 09:52:33 +0100 Message-ID: <3A90CFCA.2B052B8E@i-clue.de> Date: Mon, 19 Feb 2001 08:48:26 +0100 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: =?iso-8859-1?Q?Jes=FAs=20Arn=E1iz?= Cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: BootMgr References: Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jesús Arnáiz schrieb: > > Hi everyone! > > I want to force BootMgr to boot the second system (win2k) every time at boot time > (But, it should boot FreeBSD if I push F1 of course). How can I do this > configuration?. You cannot. Alternative boot managers can do this, such as OS-BS (included in the tools directory, CD 1) or grub can do that. HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 0: 3:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sloth.wcug.wwu.edu (sloth.wcug.wwu.edu [140.160.213.200]) by hub.freebsd.org (Postfix) with SMTP id 505FC37B491 for ; Mon, 19 Feb 2001 00:03:33 -0800 (PST) Received: (qmail 26685 invoked by uid 1074); 19 Feb 2001 08:03:27 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 19 Feb 2001 08:03:27 -0000 Date: Mon, 19 Feb 2001 00:03:26 -0800 (PST) From: David Daugherty To: questions@freebsd.org Subject: sshd not authenticating Message-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 did a fresh network install and it seems the sshd is not authenticating. SecureCRT (ssh client) sends the USERAUTH_REQUEST [password] and the connection times out waiting. The grace period in sshd_config is the default 120. I have sshd_enable="YES" in /etc/rc.conf and I've verified sshd is running with ps -aux|grep sshd. Is there something else I should be setting up? David doc-WA_Resident@wcug.wwu.edu doc@wcug.wwu.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 0:57:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp4.cbn.net.id (smtp4.cbn.net.id [202.158.2.54]) by hub.freebsd.org (Postfix) with ESMTP id 91CBD37B401 for ; Mon, 19 Feb 2001 00:57:27 -0800 (PST) Received: from libra (unknown [202.158.50.216]) by smtp4.cbn.net.id (Postfix) with SMTP id E668953665 for ; Mon, 19 Feb 2001 15:57:16 +0700 (JAVT) Message-ID: <000801c09a52$c67de8b0$2304400a@libra> From: "Donny Maulana" To: Subject: intall FreeBSD Date: Mon, 19 Feb 2001 16:03:07 +0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C09A8D.72C456B0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C09A8D.72C456B0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi I'm new user, I want install OS freeBSD, how to install and share the = partions,=20 because, very difficult to setting the OS freeBSD. I'm Already try but = still error. please help me regards, dmaulana ------=_NextPart_000_0005_01C09A8D.72C456B0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi
 
I'm new user, I want install OS = freeBSD, how to=20 install and share the partions,
because, very difficult to setting the = OS freeBSD.=20 I'm Already try but still error.
 
please help me
 
regards,
dmaulana
------=_NextPart_000_0005_01C09A8D.72C456B0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 0:59:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-53.dsl.lsan03.pacbell.net [64.165.226.53]) by hub.freebsd.org (Postfix) with ESMTP id 2F0EB37B65D for ; Mon, 19 Feb 2001 00:59:41 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 0F2DB66D48; Mon, 19 Feb 2001 00:59:41 -0800 (PST) Date: Mon, 19 Feb 2001 00:59:40 -0800 From: Kris Kennaway To: David Daugherty Cc: questions@freebsd.org Subject: Re: sshd not authenticating Message-ID: <20010219005940.A15961@mollari.cthul.hu> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="sdtB3X0nJg68CQEu" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from doc@wcug.wwu.edu on Mon, Feb 19, 2001 at 12:03:26AM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 19, 2001 at 12:03:26AM -0800, David Daugherty wrote: > I did a fresh network install and it seems the sshd is not > authenticating. SecureCRT (ssh client) sends the USERAUTH_REQUEST > [password] and the connection times out waiting. The grace period in > sshd_config is the default 120. >=20 > I have sshd_enable=3D"YES" in /etc/rc.conf and I've verified sshd is runn= ing > with ps -aux|grep sshd. >=20 > Is there something else I should be setting up? You should run sshd in debug mode to figure out what is going wrong. Kris --sdtB3X0nJg68CQEu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6kOB8Wry0BWjoQKURAuMLAJ9kVtxKfYQ+AjbUlPZaUhx/rjIMlACglM0J 7IjGfU7C2RrEbULow9j5yK4= =gMOj -----END PGP SIGNATURE----- --sdtB3X0nJg68CQEu-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 1:18: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 5D89437B4EC for ; Mon, 19 Feb 2001 01:18:00 -0800 (PST) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id LAA03770; Mon, 19 Feb 2001 11:23:18 +0100 Message-ID: <3A90E50F.F8605C51@i-clue.de> Date: Mon, 19 Feb 2001 10:19:11 +0100 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: Donny Maulana Cc: questions@FreeBSD.ORG Subject: Re: intall FreeBSD References: <000801c09a52$c67de8b0$2304400a@libra> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Donny Maulana schrieb: > > I'm new user, I want install OS freeBSD, how to install and share the > partions, because, very difficult to setting the OS freeBSD. I'm Already try but > still error. Plenty of explanations are available at http://www.freebsd.org/handbook/. Basically, if your computer already has DOS or some other operating system installed, 1) _delete_ one partition 2) start install FreeBSD is smart enough to detect the unused disk space. For hints how to shrink an existing partition to make more room, read on at the above mentioined location. HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 1:20:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from server.eko.wroc.pl (195.116.86.81.unregistered.k.pl [195.116.86.81]) by hub.freebsd.org (Postfix) with ESMTP id D81A237B491 for ; Mon, 19 Feb 2001 01:20:10 -0800 (PST) Received: from poprostu.pl (195.116.86.86.unregistered.k.pl [195.116.86.86]) by server.eko.wroc.pl (8.9.3/8.9.3/rchk1.22) with ESMTP id KAA01876 for ; Mon, 19 Feb 2001 10:14:01 +0100 (CET) Date: Mon, 19 Feb 2001 10:16:27 +0100 (CET) From: Piero Reply-To: piero@poprostu.pl To: questions@freebsd.org Subject: Neomail problems Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Does anybody have experience on installing Neomail (neomail.sourceforge.net), perl webmail frontend on Freebsd 4.0? I am having problems despite of the proper installation process, yet I have managed to run it properly and without any harsh on my old 2.2.8 box. TIA, --- Piero piero@poprostu.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 1:22:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id 72E0F37B491 for ; Mon, 19 Feb 2001 01:22:39 -0800 (PST) Received: from [64.110.74.50] (helo=poeza.iconnect.co.ke) by siafu.iconnect.co.ke with esmtp (Exim 2.12 #1) id 14UmUt-000Jep-00; Mon, 19 Feb 2001 12:20:44 +0300 Received: from wash by poeza.iconnect.co.ke with local (Exim 3.20 #1) id 14UmXr-0007Iq-00; Mon, 19 Feb 2001 12:23:47 +0300 Date: Mon, 19 Feb 2001 12:23:47 +0300 From: Odhiambo Washington To: freebsd-questions@freebsd.org Cc: phelipc@yahoo.com Subject: Re: Creative Message-ID: <20010219122347.D27148@poeza.iconnect.co.ke> Mail-Followup-To: Odhiambo Washington , freebsd-questions@freebsd.org, phelipc@yahoo.com References: <20010219072530.77449.qmail@web12402.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="XvKFcGCOAo53UbWW" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010219072530.77449.qmail@web12402.mail.yahoo.com>; from "Phelip Cray" on Sun, Feb 18, 2001 at 11:25:30PM -0800 X-Operating-System: FreeBSD poeza.iconnect.co.ke 4.2-STABLE FreeBSD 4.2-STABLE X-Location: Mombasa, KE, East Africa Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --XvKFcGCOAo53UbWW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Phelip Cray [20010219 10:27]: writing on the subject = 'Creative' Phelip> =09 Phelip> Hello yall, Phelip>=20 Phelip> I have been trying to have sound poing on here for I Phelip> while. I first insisted on my old opl3, but when I Phelip> learnned that it was broken I bought I Creative Live. Phelip> Then I followed this steps: Phelip>=20 Phelip> 0 - dmesg: pcm0 port 0xda00-0xda1f Phelip> irq 10 device 9.0 on pci0 Phelip> =09 Phelip>=20 Phelip> 1 - Recompiled my kernel with the following options: Phelip> =20 Phelip> device pcm0 at isa? irq10 drq1 flags 0xda00 I think you should have recompiled with just device pcm Phelip>=20 Phelip> 2. /dev/./MAKEDEV snd0 OK. Phelip>=20 Phelip> 3. rebooted Phelip>=20 Phelip> 4. nothing happened Phelip>=20 Phelip> I tested it like this cat kernel > /dev/snd0 and Phelip> mpg123 ... cat /dev/sndstat gives what?????? -Wash -- Odhiambo Washington Inter-Connect Ltd., wash@iconnect.co.ke 5th Flr Furaha Plaza Tel: 254 11 222604 Nkrumah Rd., Fax: 254 11 222636 PO Box 83613 MOMBASA, KE. Tact is the ability to tell a man he has an open mind when he has a hole in= =20 his head.=20 --XvKFcGCOAo53UbWW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6kOYjA2k+MNyI/bERAmiAAJ9XJl2gJy8MWgYE59qyai6td+YN/gCdGcLl tK9R5c4VY9KxTJIhCHPUv38= =C8k1 -----END PGP SIGNATURE----- --XvKFcGCOAo53UbWW-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 1:30:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from the.outroad.org (the.outroad.org [206.152.117.186]) by hub.freebsd.org (Postfix) with ESMTP id 566D537B4EC for ; Mon, 19 Feb 2001 01:30:49 -0800 (PST) Received: (from bweaver@localhost) by the.outroad.org (8.11.2/8.11.2) id f1J9Y0l78424; Mon, 19 Feb 2001 03:34:00 -0600 (CST) (envelope-from bweaver) Date: Mon, 19 Feb 2001 03:34:00 -0600 From: Ben Weaver To: Phelip Cray Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Creative Message-ID: <20010219033400.A78350@tranquility.net> References: <20010219072530.77449.qmail@web12402.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010219072530.77449.qmail@web12402.mail.yahoo.com>; from phelipc@yahoo.com on Sun, Feb 18, 2001 at 11:25:30PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I think that Creative Soundblaster Lives are PCI cards, not ISA (mine is anyway). You should simply add this line to your kernel config: device pcm So, replace your device pcm0... line with that above. After you recompile the kernel and reboot, the only things you need to do are MAKEDEV snd0 (which it looks like you've done) and run /usr/sbin/mixer to adjust the mixer values which are initially set to zero. -Ben ###On Sun, Feb 18, 2001 at 11:25:30PM -0800, Phelip Cray wrote: > > Hello yall, > > I have been trying to have sound poing on here for I > while. I first insisted on my old opl3, but when I > learnned that it was broken I bought I Creative Live. > Then I followed this steps: > > 0 - dmesg: pcm0 port 0xda00-0xda1f > irq 10 device 9.0 on pci0 > > > 1 - Recompiled my kernel with the following options: > > device pcm0 at isa? irq10 drq1 flags 0xda00 > > 2. /dev/./MAKEDEV snd0 > > 3. rebooted > > 4. nothing happened > > I tested it like this cat kernel > /dev/snd0 and > mpg123 ... > > I KNOW for fact I am doing something wrong, could any > body put more light into my way? > > On beforehand thank you mery much. > > phelip > > __________________________________________________ > Do You Yahoo!? > Get personalized email addresses from Yahoo! Mail - only $35 > a year! http://personal.mail.yahoo.com/ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 2: 2:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from server.urbancreations.com (adsl-63-192-196-242.dsl.snfc21.pacbell.net [63.192.196.242]) by hub.freebsd.org (Postfix) with ESMTP id EB55137B401 for ; Mon, 19 Feb 2001 02:02:28 -0800 (PST) Received: from localhost (nick@localhost) by server.urbancreations.com (8.9.3/8.8.7) with ESMTP id CAA22313 for ; Mon, 19 Feb 2001 02:03:04 -0800 Date: Mon, 19 Feb 2001 02:03:04 -0800 (PST) From: To: freebsd-questions@freebsd.org Subject: installing FreeBSD breaks partition table? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I'm a Debian Linux user and I wanted to check out FreeBSD so I installed it on some extra space on my home PC. Installation seemed to go fine, but I did not tell the installer to install a boot loader because I use lilo. When I rebooted, linux started (as expected) but when I ran fdisk (to find which partition FreeBSD was using--to configure lilo to boot it) it gave me the following error: Warning: too many partitions (16, maximum is 8). I quit fdisk and ran cfdisk. It gave me this error: FATAL ERROR: Bad primay partition 1: Partition ends after end-of-disk I went back to fdisk and told it to print partitions. It said there were 16 partitions but displayed only 3 things 4.2BSD, swap, and unused. Apparently the partitions are not actually corrupted, though, because linux boots fine. I'm running Debian testing/unstable with kernel 2.4.1 and I was installing FreeBSD 4.2 (from ISO image burned to CD). If anybody knows how to fix this problem so that I can: A. Use fdisk again B. Boot FreeBSD through lilo Thanks a bunch, Nick Urban P.S. I am not suscribed to this list, so any response should be CC'd to me. directly. I was actually going to suscribe to the digest version of it, but I did not see directions for how to do so on freebsd.org. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 2:22:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bumper.jellybaby.net (bumper.jellybaby.net [194.159.247.1]) by hub.freebsd.org (Postfix) with ESMTP id 255E737B491 for ; Mon, 19 Feb 2001 02:22:40 -0800 (PST) Received: (from simond@localhost) by bumper.jellybaby.net (8.9.2/8.9.2) id KAA37961; Mon, 19 Feb 2001 10:22:33 GMT (envelope-from simond) Date: Mon, 19 Feb 2001 10:22:33 +0000 From: simond@irrelevant.org To: Steve Leibel Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FireWire IEEE-1394 drives Message-ID: <20010219102233.A36488@irrelevant.org> References: <20010218002046.7972.qmail@web3106.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from stevel@bluetuna.com on Sat, Feb 17, 2001 at 08:10:45PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Feb 17, 2001 at 08:10:45PM -0500, Steve Leibel wrote: > Has anybody successfully installed a FireWire PCI card in their PC, > gotten FreeBSD to recognize it, and plugged in an external hard > drive? Are there drivers available? Currently there is no support for FireWire in FreeBSD (much that I'd like it). What I'd really like is to be able to connect up my desktop and laptop and run TCP/IP over firewire, far faster than the 10Mb ethernet I have at the moment O:) -- Simon Dick simond@irrelevant.org "Why do I get this urge to go bowling everytime I see Tux?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 2:23:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp018.mail.yahoo.com (smtp018.mail.yahoo.com [216.136.174.115]) by hub.freebsd.org (Postfix) with SMTP id 4362C37B401 for ; Mon, 19 Feb 2001 02:23:35 -0800 (PST) Received: from cc804556-a.lwmrn1.pa.home.com (HELO cc804556a) (24.23.74.101) by smtp.mail.vip.sc5.yahoo.com with SMTP; 19 Feb 2001 10:23:34 -0000 X-Apparently-From: Message-ID: <000f01c09a5e$0ed223f0$654a1718@cc804556a> From: "Todd Karasick" To: Subject: Packet concern Date: Mon, 19 Feb 2001 05:23:19 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C09A34.11BFE720" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C09A34.11BFE720 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi I have not used your site for quite some time, if at all. Whether the = admin of a linux system i run has...i dont know. But right now im = running zonealarm firewall for windows, and i get 1000's upon 1000's of = packets from the IP 206.136.204.125. I do a DNS lookup (or nslookup in = win2k) and it resolves to mx1.freebsd.org. Believe me, i have new and = old log files of thousands of packets from the IP / domain. I would = appreciate it if the packets would stop coming my way. I had a trojan = once that sent out packets from my system to other users on the @home = network, which im on, and i got into some problems with @home because of = complains with those users. Now i dont want any trouble so i just want = to email you to inform you about this. If you would like to see some of the packets sent, this is a copy of a = few lines in the logs i have: FWIN,2001/02/19,03:40:13 -5:00 = GMT,216.136.204.125:25352,24.23.74.101:25,TCP (flags:S) FWIN,2001/02/19,03:40:15 -5:00 = GMT,216.136.204.125:25379,24.23.74.101:25,TCP (flags:S) FWIN,2001/02/19,03:40:16 -5:00 = GMT,216.136.204.125:25400,24.23.74.101:25,TCP (flags:S) FWIN,2001/02/19,03:40:18 -5:00 = GMT,216.136.204.125:25432,24.23.74.101:25,TCP (flags:S) FWIN,2001/02/19,03:40:22 -5:00 = GMT,216.136.204.125:25499,24.23.74.101:25,TCP (flags:S) FWIN,2001/02/19,04:13:36 -5:00 = GMT,216.136.204.125:22159,24.23.74.101:25,TCP (flags:S) FWIN,2001/02/19,04:13:38 -5:00 = GMT,216.136.204.125:22181,24.23.74.101:25,TCP (flags:S) FWIN,2001/02/19,04:13:40 -5:00 = GMT,216.136.204.125:22210,24.23.74.101:25,TCP (flags:S) FWIN,2001/02/19,04:13:43 -5:00 = GMT,216.136.204.125:22239,24.23.74.101:25,TCP (flags:S) FWIN,2001/02/19,04:13:47 -5:00 = GMT,216.136.204.125:22298,24.23.74.101:25,TCP (flags:S) i would like it if the packets would stop coming my way. Thank you in advance Todd Karasick ------=_NextPart_000_0007_01C09A34.11BFE720 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi
I have not used your site for quite = some time, if=20 at all.  Whether the admin of a linux system i run has...i dont = know. =20 But right now im running zonealarm firewall for windows, and i get = 1000's upon=20 1000's of packets from the IP 206.136.204.125.  I do a DNS lookup = (or=20 nslookup in win2k) and it resolves to mx1.freebsd.org.  Believe me, = i have=20 new and old log files of thousands of packets from the IP / = domain.  I=20 would appreciate it if the packets would stop coming my way.  I had = a=20 trojan once that sent out packets from my system to other users on the = @home=20 network, which im on, and i got into some problems with @home because of = complains with those users.  Now i dont want any trouble so i just = want to=20 email you to inform you about this.
If you would like to see some of the = packets sent,=20 this is a copy of a few lines in the logs i have:
 
FWIN,2001/02/19,03:40:13 -5:00=20 GMT,216.136.204.125:25352,24.23.74.101:25,TCP=20 (flags:S)
FWIN,2001/02/19,03:40:15 -5:00=20 GMT,216.136.204.125:25379,24.23.74.101:25,TCP=20 (flags:S)
FWIN,2001/02/19,03:40:16 -5:00=20 GMT,216.136.204.125:25400,24.23.74.101:25,TCP=20 (flags:S)
FWIN,2001/02/19,03:40:18 -5:00=20 GMT,216.136.204.125:25432,24.23.74.101:25,TCP=20 (flags:S)
FWIN,2001/02/19,03:40:22 -5:00=20 GMT,216.136.204.125:25499,24.23.74.101:25,TCP=20 (flags:S)
FWIN,2001/02/19,04:13:36 -5:00=20 GMT,216.136.204.125:22159,24.23.74.101:25,TCP=20 (flags:S)
FWIN,2001/02/19,04:13:38 -5:00=20 GMT,216.136.204.125:22181,24.23.74.101:25,TCP=20 (flags:S)
FWIN,2001/02/19,04:13:40 -5:00=20 GMT,216.136.204.125:22210,24.23.74.101:25,TCP=20 (flags:S)
FWIN,2001/02/19,04:13:43 -5:00=20 GMT,216.136.204.125:22239,24.23.74.101:25,TCP=20 (flags:S)
FWIN,2001/02/19,04:13:47 -5:00=20 GMT,216.136.204.125:22298,24.23.74.101:25,TCP (flags:S)
 
i would like it if the packets would = stop coming my=20 way.
Thank you in advance
 
Todd = Karasick
------=_NextPart_000_0007_01C09A34.11BFE720-- _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 2:29:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bryden.apana.org.au (bryden.apana.org.au [203.3.126.129]) by hub.freebsd.org (Postfix) with ESMTP id 3882C37B503 for ; Mon, 19 Feb 2001 02:29:28 -0800 (PST) Received: from roadrunner (roadrunner.apana.org.au [203.3.126.132]) by bryden.apana.org.au (8.11.1/8.11.1) with SMTP id f1JASxE43845; Mon, 19 Feb 2001 20:29:02 +1000 (EST) (envelope-from dougy@bryden.apana.org.au) Message-ID: <014e01c09a5e$e086ae20$847e03cb@apana.org.au> From: "Doug Young" To: "Otter" , "'Kai Backhaus'" , References: <000201c099c2$f52b61a0$1401a8c0@zoso> Subject: Re: Burning Install.iso Image failed Date: Mon, 19 Feb 2001 20:29:37 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I found Adaptec Ez-CD much more straightforward to use than Nero for burning ISO images. ----- Original Message ----- From: "Otter" To: "'Kai Backhaus'" ; Sent: Monday, February 19, 2001 1:53 AM Subject: RE: Burning Install.iso Image failed > > > > -----Original Message----- > > From: owner-freebsd-questions@FreeBSD.ORG > > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Kai > Backhaus > > Sent: Sunday, February 18, 2001 10:27 AM > > To: freebsd-questions@FreeBSD.ORG > > Subject: Burning Install.iso Image failed > > > > > > Hi everybody, > > I just downloaded FreeBSD from =>> > > ftp://ftp4.de.FreeBSD.org/pub/FreeBSD/releases/i386/ISO-IMAGES > > /4.2-install.iso > > <<= > > It is said in the Readme that the Image is bootable when simply > burned > > on a CDROM. > > I did so but, unfortunately in vain. > > My System: i386; NT 4.0 + SP 5; Burning-SW Nero Burning Rome v. > 5.0.38 > > What I did was simply to burn the complete Image as an ISO > > 9660 session > > on a CDROM. > > Trying to boot from that CDROM failed as descibed above. > > Can anybody help me?? > > > > Regards Kai > > > Kai, > Does your BIOS support booting from CD-ROM? Not all do. If it does, is > the machine configured to do so? Go check your CMOS settings to > verify. If you can read the contents of the installation disk and you > got it from the above site, I'd guess that the CD is good. It sounds > like the problem is related to hardware or settings. > -Otter > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of 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 Feb 19 2:34: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.intekom.com (mid-mail-02.intekom.com [196.25.69.45]) by hub.freebsd.org (Postfix) with SMTP id 6D97337B491 for ; Mon, 19 Feb 2001 02:34:05 -0800 (PST) Received: (qmail 32653 invoked from network); 19 Feb 2001 10:34:00 -0000 Received: from midrand.intekom.com (HELO cyberdeth) ([196.15.129.131]) (envelope-sender ) by staff.intekom.com (qmail-ldap-1.03) with SMTP for ; 19 Feb 2001 10:34:00 -0000 X-vSMTP: staff.intekom.com Content-Length: 867 Message-ID: X-Mailer: XFMail 1.4.7 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Mon, 19 Feb 2001 12:33:20 +0200 (SAST) Organization: Intekom Pty Ltd From: Francois Hensley To: freebsd-questions@FreeBSD.ORG Subject: Firewire under FreeBSD Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi. Do you know if firewire is supported under freebsd or where one can find drivers for firewire devices ??? -- ---------------------------------- Francois Hensley Database Administrator Intekom Pty (Ltd) Telephone: +27 11 266-7800 Cellular Phone: +27 83 438-0173 Fax:+27 11 315-0707 The information in this email and in any attachments is confidential and intended solely for the attention and use of the named addressee(s). This information may be subject to attorney and client or other privilege. It must not be disclosed to any person without Intekom's permission. Please note that the recipient must scan this e-mail and any attached files for viruses and the like. Intekom accepts no liability of whatever nature for any loss, liability, damage or expense resulting directly or indirectly from the access of any files which are attached to this message. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 2:57:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mls.gtonet.net (mls.gtonet.net [216.112.90.195]) by hub.freebsd.org (Postfix) with ESMTP id E072737B401 for ; Mon, 19 Feb 2001 02:57:07 -0800 (PST) Received: from pld (pld.gtonet.net [216.112.90.200]) by mls.gtonet.net (8.11.2/8.11.2) with SMTP id f1JAv8b23939 for ; Mon, 19 Feb 2001 02:57:08 -0800 (PST) (envelope-from oldfart@gtonet.net) Reply-To: From: "oldfart@gtonet" To: Subject: RE: Packet concern Date: Mon, 19 Feb 2001 02:57:07 -0800 Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00AC_01C09A1F.A5280160" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal In-Reply-To: <000f01c09a5e$0ed223f0$654a1718@cc804556a> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_00AC_01C09A1F.A5280160 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Maybe, if you or one of your users/admins unsubscribe from whatever list, the mail server (mx1.freebsd.org) wouldn't send packets (e-mail) your way (port 25). Hope that helps, OF -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Todd Karasick Sent: Monday, February 19, 2001 2:23 AM To: freebsd-questions@FreeBSD.ORG Subject: Packet concern Hi I have not used your site for quite some time, if at all. Whether the admin of a linux system i run has...i dont know. But right now im running zonealarm firewall for windows, and i get 1000's upon 1000's of packets from the IP 206.136.204.125. I do a DNS lookup (or nslookup in win2k) and it resolves to mx1.freebsd.org. Believe me, i have new and old log files of thousands of packets from the IP / domain. I would appreciate it if the packets would stop coming my way. I had a trojan once that sent out packets from my system to other users on the @home network, which im on, and i got into some problems with @home because of complains with those users. Now i dont want any trouble so i just want to email you to inform you about this. If you would like to see some of the packets sent, this is a copy of a few lines in the logs i have: FWIN,2001/02/19,03:40:13 -5:00 GMT,216.136.204.125:25352,24.23.74.101:25,TCP (flags:S) FWIN,2001/02/19,03:40:15 -5:00 GMT,216.136.204.125:25379,24.23.74.101:25,TCP (flags:S) FWIN,2001/02/19,03:40:16 -5:00 GMT,216.136.204.125:25400,24.23.74.101:25,TCP (flags:S) FWIN,2001/02/19,03:40:18 -5:00 GMT,216.136.204.125:25432,24.23.74.101:25,TCP (flags:S) FWIN,2001/02/19,03:40:22 -5:00 GMT,216.136.204.125:25499,24.23.74.101:25,TCP (flags:S) FWIN,2001/02/19,04:13:36 -5:00 GMT,216.136.204.125:22159,24.23.74.101:25,TCP (flags:S) FWIN,2001/02/19,04:13:38 -5:00 GMT,216.136.204.125:22181,24.23.74.101:25,TCP (flags:S) FWIN,2001/02/19,04:13:40 -5:00 GMT,216.136.204.125:22210,24.23.74.101:25,TCP (flags:S) FWIN,2001/02/19,04:13:43 -5:00 GMT,216.136.204.125:22239,24.23.74.101:25,TCP (flags:S) FWIN,2001/02/19,04:13:47 -5:00 GMT,216.136.204.125:22298,24.23.74.101:25,TCP (flags:S) i would like it if the packets would stop coming my way. Thank you in advance Todd Karasick ------=_NextPart_000_00AC_01C09A1F.A5280160 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Maybe,=20 if you or one of your users/admins unsubscribe from whatever = list, the=20 mail server (mx1.freebsd.org) wouldn't send packets (e-mail) your way = (port=20 25).
 
Hope=20 that helps,
 
OF 
 
-----Original Message-----
From:=20 owner-freebsd-questions@FreeBSD.ORG=20 [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Todd=20 Karasick
Sent: Monday, February 19, 2001 2:23 = AM
To:=20 freebsd-questions@FreeBSD.ORG
Subject: Packet=20 concern

Hi
I have not used your site for quite = some time, if=20 at all.  Whether the admin of a linux system i run has...i dont=20 know.  But right now im running zonealarm firewall for windows, = and i get=20 1000's upon 1000's of packets from the IP 206.136.204.125.  I do = a DNS=20 lookup (or nslookup in win2k) and it resolves to = mx1.freebsd.org. =20 Believe me, i have new and old log files of thousands of packets from = the IP /=20 domain.  I would appreciate it if the packets would stop coming = my=20 way.  I had a trojan once that sent out packets from my system to = other=20 users on the @home network, which im on, and i got into some problems = with=20 @home because of complains with those users.  Now i dont want any = trouble=20 so i just want to email you to inform you about this.
If you would like to see some of the = packets=20 sent, this is a copy of a few lines in the logs i have:
 
FWIN,2001/02/19,03:40:13 -5:00=20 GMT,216.136.204.125:25352,24.23.74.101:25,TCP=20 (flags:S)
FWIN,2001/02/19,03:40:15 -5:00=20 GMT,216.136.204.125:25379,24.23.74.101:25,TCP=20 (flags:S)
FWIN,2001/02/19,03:40:16 -5:00=20 GMT,216.136.204.125:25400,24.23.74.101:25,TCP=20 (flags:S)
FWIN,2001/02/19,03:40:18 -5:00=20 GMT,216.136.204.125:25432,24.23.74.101:25,TCP=20 (flags:S)
FWIN,2001/02/19,03:40:22 -5:00=20 GMT,216.136.204.125:25499,24.23.74.101:25,TCP=20 (flags:S)
FWIN,2001/02/19,04:13:36 -5:00=20 GMT,216.136.204.125:22159,24.23.74.101:25,TCP=20 (flags:S)
FWIN,2001/02/19,04:13:38 -5:00=20 GMT,216.136.204.125:22181,24.23.74.101:25,TCP=20 (flags:S)
FWIN,2001/02/19,04:13:40 -5:00=20 GMT,216.136.204.125:22210,24.23.74.101:25,TCP=20 (flags:S)
FWIN,2001/02/19,04:13:43 -5:00=20 GMT,216.136.204.125:22239,24.23.74.101:25,TCP=20 (flags:S)
FWIN,2001/02/19,04:13:47 -5:00=20 GMT,216.136.204.125:22298,24.23.74.101:25,TCP (flags:S)
 
i would like it if the packets would = stop coming=20 my way.
Thank you in advance
 
Todd=20 Karasick
------=_NextPart_000_00AC_01C09A1F.A5280160-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 2:57:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bostonci.com (bostonci.com [216.122.168.194]) by hub.freebsd.org (Postfix) with ESMTP id 9544037B491 for ; Mon, 19 Feb 2001 02:57:48 -0800 (PST) Received: from bostonci.com (host-216-252-163-5.interpacket.net [216.252.163.5]) by bostonci.com (8.9.3/8.9.3) with ESMTP id CAA00101 for ; Mon, 19 Feb 2001 02:56:58 -0800 (PST) Message-ID: <30EBB372.7FBB6A24@bostonci.com> Date: Thu, 04 Jan 1996 16:31:07 +0530 From: navrangpura X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Increase of capacity of the AGP card Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Sir, I have inbuilt SIS 6326 AGP Card with the capacity of 4 MB and wish to convert it to 8 MB. Is it possible to upgrade, as it is said to be impossible to change the card. The clarity when you watch a movie is not there. Regards Praveen Sharma To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 3: 1:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from m2w074.mail2web.com (M2W074.mail2web.com [168.144.108.74]) by hub.freebsd.org (Postfix) with ESMTP id 52EAD37B401 for ; Mon, 19 Feb 2001 03:01:22 -0800 (PST) Received: from m2w074 [168.144.108.74] by m2w074.mail2web.com with ESMTP (SMTPD32-6.05) id ACD4950178; Mon, 19 Feb 2001 06:00:36 -0500 X-Originating-IP: 24.221.245.91 X-URL: http://www.mail2web.com/ Subject: email/telnet slowness From: "freepix@sirius.com" Date: Mon, 19 Feb 2001 06:00:36 -0500 To: "freebsd-questions@freebsd.org" Reply-To: freepix@sirius.com X-Priority: 3 X-MSMail-Priority: Normal Content-Transfer-Encoding: Quoted-Printable MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Mailer: JMail 3.7.0 by Dimac (www.dimac.net) Message-Id: <200102190600697.SM01628@m2w074> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG About 4 days ago, my e-mail, and telnet started to perform extremely slow... I mean it can take 2 minutes to check my e-=3D mail, or log into my server with telnet. There is plenty of availible bandwidth, and the system is running at: load aver=3D ages: 1.73, 1.09, 1.02. I've restarted it several times, but I can't seem to figgure out what it could be... Any help wo=3D uld be appreciated. Thanks. -------------------------------------------------------------------- Mail2Web - Check your email from the web at http://www.mail2web.com/ . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 3: 6:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mls.gtonet.net (mls.gtonet.net [216.112.90.195]) by hub.freebsd.org (Postfix) with ESMTP id 7CF1B37B491 for ; Mon, 19 Feb 2001 03:06:17 -0800 (PST) Received: from pld (pld.gtonet.net [216.112.90.200]) by mls.gtonet.net (8.11.2/8.11.2) with SMTP id f1JB6Hb24405; Mon, 19 Feb 2001 03:06:17 -0800 (PST) (envelope-from oldfart@gtonet.net) Reply-To: From: "oldfart@gtonet" To: "freebsd-questions@FreeBSD. ORG" Cc: "Administrator@Excedo. Se" Subject: RE: Secure Messaging Non-Delivery Report: RE: Packet concern WAS: Packet concern Date: Mon, 19 Feb 2001 03:06:16 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG HAHAHA, when I also replied directly to Todd Karasick about his imagined DOS attack, I got this back :) -----Original Message----- From: administrator@excedo.se [mailto:administrator@excedo.se] Sent: Monday, February 19, 2001 3:05 AM To: oldfart@gtonet.net Subject: Secure Messaging Non-Delivery Report: RE: Packet concern When oldfart@gtonet.net sent e-mail to HAJO@EXCEDO.SE (1/255/1) The message was blocked by TFS Secure Messaging > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Todd Karasick > Sent: Monday, February 19, 2001 2:23 AM > To: freebsd-questions@FreeBSD.ORG > Subject: Packet concern > > > Hi > I have not used your site for quite some time, if at all. > Whether the admin of a linux system i run has...i dont know. But > right now im running zonealarm firewall for windows, and i get > 1000's upon 1000's of packets from the IP 206.136.204.125. I do > a DNS lookup (or nslookup in win2k) and it resolves to > mx1.freebsd.org. Believe me, i have new and old log files of > thousands of packets from the IP / domain. I would appreciate it > if the packets would stop coming my way. I had a trojan once > that sent out packets from my system to other users on the @home > network, which im on, and i got into some problems with @home > because of complains with those users. Now i dont want any > trouble so i just want to email you to inform you about this. > If you would like to see some of the packets sent, this is a copy > of a few lines in the logs i have: > > > FWIN,2001/02/19,04:13:47 -5:00 > GMT,216.136.204.125:22298,24.23.74.101:25,TCP (flags:S) > > i would like it if the packets would stop coming my way. > Thank you in advance > > Todd Karasick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 3:14:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-53.dsl.lsan03.pacbell.net [64.165.226.53]) by hub.freebsd.org (Postfix) with ESMTP id 4356437B503 for ; Mon, 19 Feb 2001 03:14:23 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 9D96966C11; Mon, 19 Feb 2001 03:14:22 -0800 (PST) Date: Mon, 19 Feb 2001 03:14:22 -0800 From: Kris Kennaway To: Todd Karasick Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Packet concern Message-ID: <20010219031421.A41681@mollari.cthul.hu> References: <000f01c09a5e$0ed223f0$654a1718@cc804556a> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="WIyZ46R2i8wDzkSu" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000f01c09a5e$0ed223f0$654a1718@cc804556a>; from tkchess@yahoo.com on Mon, Feb 19, 2001 at 05:23:19AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --WIyZ46R2i8wDzkSu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Feb 19, 2001 at 05:23:19AM -0500, Todd Karasick wrote: > I have not used your site for quite some time, if at all. Whether > the admin of a linux system i run has...i dont know. But right now > im running zonealarm firewall for windows, and i get 1000's upon > 1000's of packets from the IP 206.136.204.125. I do a DNS lookup > (or nslookup in win2k) and it resolves to mx1.freebsd.org. Believe > me, i have new and old log files of thousands of packets from the IP > / domain. I would appreciate it if the packets would stop coming my > way. I had a trojan once that sent out packets from my system to > other users on the @home network, which im on, and i got into some > problems with @home because of complains with those users. Now i > dont want any trouble so i just want to email you to inform you > about this. It looks like someone using this IP address has subscribed to a FreeBSD mailing list - the freebsd.org mail system is trying to send you email. Kris --WIyZ46R2i8wDzkSu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6kQANWry0BWjoQKURAh60AKC8NyeFx4hhJzETKKj7s0sKxZiZCwCffxvc uOsanwfM1rKOzV9/pWvgWi8= =NKIO -----END PGP SIGNATURE----- --WIyZ46R2i8wDzkSu-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 3:15: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-53.dsl.lsan03.pacbell.net [64.165.226.53]) by hub.freebsd.org (Postfix) with ESMTP id 0240737B67D for ; Mon, 19 Feb 2001 03:15:05 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 6398366D40; Mon, 19 Feb 2001 03:15:05 -0800 (PST) Date: Mon, 19 Feb 2001 03:15:05 -0800 From: Kris Kennaway To: "freepix@sirius.com" Cc: "freebsd-questions@freebsd.org" Subject: Re: email/telnet slowness Message-ID: <20010219031505.B41681@mollari.cthul.hu> References: <200102190600697.SM01628@m2w074> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="rJwd6BRFiFCcLxzm" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200102190600697.SM01628@m2w074>; from freepix@sirius.com on Mon, Feb 19, 2001 at 06:00:36AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --rJwd6BRFiFCcLxzm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 19, 2001 at 06:00:36AM -0500, freepix@sirius.com wrote: > About 4 days ago, my e-mail, and telnet started to perform extremely slow= ... =20 > I mean it can take 2 minutes to check my e-=3D=20 > mail, or log into my server with telnet. There is plenty of availible=20 > bandwidth, and the system is running at: load aver=3D=20 > ages: 1.73, 1.09, 1.02. I've restarted it several times, but I can't see= m to=20 > figgure out what it could be... Any help wo=3D=20 > uld be appreciated. Thanks. This kind of problem typically indicates a problem with DNS. Check your /etc/resolv.conf and/or name servers. Kris --rJwd6BRFiFCcLxzm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6kQA5Wry0BWjoQKURAgD8AJ9B+lpiuyK6KVxVm+AnPT533MIoZwCgulm9 bZBdlxIj8gOEh9O9SmdHUuc= =TkAT -----END PGP SIGNATURE----- --rJwd6BRFiFCcLxzm-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 3:24:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns.siat.ru (ns.siat.ru [195.239.171.34]) by hub.freebsd.org (Postfix) with ESMTP id 766A137B401 for ; Mon, 19 Feb 2001 03:24:41 -0800 (PST) Received: from siat.ru (slava.siat.ru [195.239.171.36]) by ns.siat.ru (8.10.1/8.10.1) with ESMTP id f1JBUdk16877 for ; Mon, 19 Feb 2001 18:30:39 +0700 (KRS) Message-ID: <3A910294.D2EA2E4A@siat.ru> Date: Mon, 19 Feb 2001 18:25:08 +0700 From: "Viacheslav E.Voytovich" Reply-To: slava@siat.ru Organization: Siat Travel X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.14-6.1.1 i586) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: PCI Ethernet drivers AT2450FT (with optic) Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! I have FreeBSD 4.2 and I want set Ethernet card AT2450FT with optical interface. Chip on board : PCnet - PCI II AM79C970AKC 9927DPC A 1994 AMD I look file hardware.txt and I look this chip, but Unix not find this card. How can I overcomethis problem? please answear to this e-mail and vladimirs@mail.ru Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 3:29:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from m2w070.mail2web.com (M2W070.mail2web.com [168.144.108.70]) by hub.freebsd.org (Postfix) with ESMTP id 138F437B65D for ; Mon, 19 Feb 2001 03:29:17 -0800 (PST) Received: from m2w070 [168.144.108.70] by m2w070.mail2web.com with ESMTP (SMTPD32-6.05) id A36029E6013A; Mon, 19 Feb 2001 06:28:32 -0500 X-Originating-IP: 24.221.245.91 X-URL: http://www.mail2web.com/ Subject: RE: Re: email/telnet slowness From: "freepix@sirius.com" Date: Mon, 19 Feb 2001 06:28:32 -0500 To: "kris@obsecurity.org" , "freebsd-questions@freebsd.org" Reply-To: freepix@sirius.com X-Priority: 3 X-MSMail-Priority: Normal Content-Transfer-Encoding: Quoted-Printable MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Mailer: JMail 3.7.0 by Dimac (www.dimac.net) Message-Id: <20010219062863.SM00768@m2w070> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks for your reply Kris, I haven't made any changes to my resolv.conf file, or name servers... In fact, I only have three entries in my resolv fil= e, my domain name, and my name server IP, and my hosts... I don't have any idea what could be wrong... Original Message: ----------------- From: Kris Kennaway kris@obsecurity.org Date: Mon, 19 Feb 2001 03:15:05 -0800 To: freepix@sirius.com, freebsd-questions@freebsd.org Subject: Re: email/telnet slowness On Mon, Feb 19, 2001 at 06:00:36AM -0500, freepix@sirius.com wrote: > About 4 days ago, my e-mail, and telnet started to perform extremely slow... > I mean it can take 2 minutes to check my e-=3D > mail, or log into my server with telnet. There is plenty of availible > bandwidth, and the system is running at: load aver=3D > ages: 1.73, 1.09, 1.02. I've restarted it several times, but I can't seem to > figgure out what it could be... Any help wo=3D > uld be appreciated. Thanks. This kind of problem typically indicates a problem with DNS. Check your /etc/resolv.conf and/or name servers. Kris -------------------------------------------------------------------- Mail2Web - Check your email from the web at http://www.mail2web.com/ . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 3:31:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bostonci.com (bostonci.com [216.122.168.194]) by hub.freebsd.org (Postfix) with ESMTP id 22BF237B401 for ; Mon, 19 Feb 2001 03:31:42 -0800 (PST) Received: from bostonci.com (host-216-252-163-5.interpacket.net [216.252.163.5]) by bostonci.com (8.9.3/8.9.3) with ESMTP id DAA08922 for ; Mon, 19 Feb 2001 03:30:35 -0800 (PST) Message-ID: <30EBBB6E.8986282F@bostonci.com> Date: Thu, 04 Jan 1996 17:05:10 +0530 From: navrangpura X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: [Fwd: Increase of capacity of the AGP card] Content-Type: multipart/mixed; boundary="------------9BA7501561CCA584436CEE43" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------9BA7501561CCA584436CEE43 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit --------------9BA7501561CCA584436CEE43 Content-Type: message/rfc822 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Mozilla-Status2: 00000000 Message-ID: <30EBB372.7FBB6A24@bostonci.com> Date: Thu, 04 Jan 1996 16:31:07 +0530 From: navrangpura X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Increase of capacity of the AGP card Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Dear Sir, I have inbuilt SIS 6326 AGP Card with the capacity of 4 MB and wish to convert it to 8 MB. Is it possible to upgrade, as it is said to be impossible to change the card. The clarity when you watch a movie is not there. Regards Praveen Sharma --------------9BA7501561CCA584436CEE43-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 3:45:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web3103.mail.yahoo.com (web3103.mail.yahoo.com [204.71.202.188]) by hub.freebsd.org (Postfix) with SMTP id 77A7537B401 for ; Mon, 19 Feb 2001 03:45:47 -0800 (PST) Message-ID: <20010219114547.25609.qmail@web3103.mail.yahoo.com> Received: from [193.123.204.66] by web3103.mail.yahoo.com; Mon, 19 Feb 2001 11:45:47 GMT Date: Mon, 19 Feb 2001 11:45:47 +0000 (GMT) From: =?iso-8859-1?q?Gavin=20Kenny?= Subject: Printer Woes To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to set up an HP 5m on my 4.1 box. I've followed the steps in the Handbook and Complete FreeBSD but to no avail. I can print text and postscript to /dev/lpt0 but the text duly sufferes from the "staircase" effect. I've then gone on to to set up lpr with the following printcap: lp|lj|ps|local line printer:\ :sh:\ :lp=/dev/lpt0:sd=/var/spool/output/lpd:if=/var/log/lpd-errs:\ :if=/usr/local/libexec/lpfilter: I've used both the shell script in the Handbook and the executable from Complete FreeBSD for the filter. I don't know if either of these work. When I send something to the printer the lights start aflashing and up comes "Processing Job", followed by "Data Recieved", unfortunately thats all. Nothing actually comes out of the printer. What's going wrong?? ideas? Many thanks Gavin ____________________________________________________________ Do You Yahoo!? Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk or your free @yahoo.ie address at http://mail.yahoo.ie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 3:47: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from musse.tninet.se (musse.tninet.se [195.100.94.12]) by hub.freebsd.org (Postfix) with SMTP id 7DD9037B503 for ; Mon, 19 Feb 2001 03:47:00 -0800 (PST) Received: (qmail 13404 invoked from network); 19 Feb 2001 12:46:59 +0100 Received: from delenn.tninet.se (HELO algonet.se) (195.100.94.104) by musse.tninet.se with SMTP; 19 Feb 2001 12:46:59 +0100 Received: from localhost (suntea.algonet.se [194.213.74.66]) by delenn.tninet.se (BLUETAIL Mail Robustifier 2.2.1) with ESMTP id 809832.583218.982delenn-s0 for ; Mon, 19 Feb 2001 12:46:58 +0100 Message-ID: <1612544.982583313423.JavaMail.nobody@localhost> Date: Mon, 19 Feb 2001 12:48:33 +0100 (CET) From: =?ISO8859-1?Q?Bj=F6rn_M=E5rtensson?= To: questions@freebsd.org Subject: Linux - FreeBSD Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Authenticated-User: vgx204k@tninet.se () X-Mailer: Telenordia Webmail Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi ! I was wondering since I've used Linux for a couple of years. Are the commands the same or are they more like the Unix-commands ? And all the programs I've got for Linux (Slackware) can I just recompile th= em in FreeBSD and get them to work properly there too ? // Wbr Bj=F6rn M=E5rtensson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 3:52:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id 06FC437B503 for ; Mon, 19 Feb 2001 03:52:37 -0800 (PST) Received: from [64.110.74.50] (helo=poeza.iconnect.co.ke) by siafu.iconnect.co.ke with esmtp (Exim 2.12 #1) id 14Uopj-000DS0-00; Mon, 19 Feb 2001 14:50:24 +0300 Received: from wash by poeza.iconnect.co.ke with local (Exim 3.20 #1) id 14Uosc-00087K-00; Mon, 19 Feb 2001 14:53:22 +0300 Date: Mon, 19 Feb 2001 14:53:22 +0300 From: Odhiambo Washington To: Rakhesh Sasidharan Cc: FBSD-Q Subject: Re: ifconfig error Message-ID: <20010219145322.C29699@poeza.iconnect.co.ke> Mail-Followup-To: Odhiambo Washington , Rakhesh Sasidharan , FBSD-Q References: <20010219134211.A29699@poeza.iconnect.co.ke> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="nmemrqcdn5VTmUEE" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from "Rakhesh Sasidharan" on Mon, Feb 19, 2001 at 04:22:33PM +0530 X-Operating-System: FreeBSD poeza.iconnect.co.ke 4.2-STABLE FreeBSD 4.2-STABLE X-Mailer: Mutt http://www.mutt.org/ X-Location: Mombasa, KE, East Africa Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --nmemrqcdn5VTmUEE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Rakhesh Sasidharan [20010219 13:51]: writing = on the subject 'Re: ifconfig error' Rakhesh> On Mon, 19 Feb 2001, Odhiambo Washington wrote: Rakhesh>=20 Rakhesh> > Rakhesh> My mistake. I tried ifconfig with "netmask" and it sti= ll gives the same Rakhesh> > Rakhesh> error: "in6_ifattach_addaddr: rtrequest failed. errno = =3D 17" Rakhesh> >=20 Rakhesh> > I did not look so keenly. Are you trying to configure the loopba= ck Rakhesh> > interface with an IP ather than 127.0.0.1 or you do not known wh= at name=20 Rakhesh> > is given to your network card?? What is your network card detect= ed as? Rakhesh> >=20 Rakhesh> > You cannot reconfigure lo0 (loopback interface) Rakhesh>=20 Rakhesh> I don't have a network card. I am trying to configure my loopback Rakhesh> interface lo2 with an IP 10.20.3.12 (or whatever I mentioned in th= at Rakhesh> mail). I have tried a similar thing under OpenBSD atleast, and I = have had Rakhesh> no errors. And moreover, in this case, even though it gives that Rakhesh> error/warning, the interface does get configured with that IP. Why are you assigining an Ip on lo0?? I've never done it and I am not sure how it helps. Rakhesh>=20 Rakhesh> BTW, I do not exactly understand what you mean by saying I can Rakhesh> reconfigure lo0? ^^^ I said CANNOT =20 Rakhesh> Do u mean I can't assign an IP to it, or something else ? That is what i think but I stand corrected. I am returning you to the mailing list for advance users to chip in. I haven't used anything other than FreeBSD, so forgive me. I'll soon start looking at OpenBSD if I get the time. -Wash -- Odhiambo Washington Inter-Connect Ltd., wash@iconnect.co.ke 5th Flr Furaha Plaza Tel: 254 11 222604 Nkrumah Rd., Fax: 254 11 222636 PO Box 83613 MOMBASA, KE. Deeds cannot dream what dreams can do. -E.E Cummings=20 --nmemrqcdn5VTmUEE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6kQkyA2k+MNyI/bERAvlBAKCa14RcuOVvAtEaR13OydQjPsyOzQCbBnDF gAlnk/Uzk+4ZYUkXWQt8m6k= =sMNm -----END PGP SIGNATURE----- --nmemrqcdn5VTmUEE-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 4:28:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from osiris.ipform.ru (osiris.ipform.ru [212.158.165.98]) by hub.freebsd.org (Postfix) with ESMTP id 7D28337B401 for ; Mon, 19 Feb 2001 04:28:21 -0800 (PST) Received: from wp2 (localhost.ipform.ru [127.0.0.1]) by osiris.ipform.ru (8.11.2/8.11.2) with SMTP id f1JCSE261860 for ; Mon, 19 Feb 2001 15:28:16 +0300 (MSK) (envelope-from matrix@ipform.ru) Message-ID: <00a401c09a6f$6f81d180$0c00a8c0@ipform.ru> From: "Artem Koutchine" To: References: <20010219134211.A29699@poeza.iconnect.co.ke> <20010219145322.C29699@poeza.iconnect.co.ke> Subject: Stopped xterm terminal. How to continue? Garbled terminal. How to fix? Date: Mon, 19 Feb 2001 15:28:13 +0300 Organization: IP Form MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! I periodically pres CTRL+X or CTRL-S (I don't know exactly) and output of a process in the xterm stop dead. For example: tail -f errors running, i press the keys and output stops. How can I make it continue, if it is possible. Also, sometime cat on binary files ruins terminal. Is there a way to restore its normal functionality w/o restart xterm? Regards, Artem To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 4:35:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cgmd76206.chello.nl (d9168.upc-d.chello.nl [213.46.9.168]) by hub.freebsd.org (Postfix) with ESMTP id A18E637B503 for ; Mon, 19 Feb 2001 04:35:34 -0800 (PST) Received: by cgmd76206.chello.nl (Postfix, from userid 1001) id 454EA3B0; Mon, 19 Feb 2001 13:35:33 +0100 (CET) Date: Mon, 19 Feb 2001 13:35:33 +0100 From: Edwin Groothuis To: =?iso-8859-1?Q?Bj=F6rn_M=E5rtensson?= Cc: questions@freebsd.org Subject: Re: Linux - FreeBSD Message-ID: <20010219133533.C4233@cgmd76206.chello.nl> References: <1612544.982583313423.JavaMail.nobody@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <1612544.982583313423.JavaMail.nobody@localhost>; from Spammer@ebox.tninet.se on Mon, Feb 19, 2001 at 12:48:33PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Feb 19, 2001 at 12:48:33PM +0100, Björn Mårtensson wrote: > Are the commands the same or are they more like the Unix-commands ? The "user" commands will feel the same, besides of some options you might miss, or suddenly appear. For "admin" commands it will be a little different (user-editing, security and so on), but if you read the handbook (or keep it close to you) you will find your most questions in there. > And all the programs I've got for Linux (Slackware) can I just > recompile them in FreeBSD and get them to work properly there too ? Maybe yes, maybe no. There is a chance they recompile without problem, this is normal for the general unix-programs. There is a chance you need to tweak some paths in makefiles (/usr/local/lib instead of /usr/lib), this is due to the difference in approach on how the layout of the filesystem should be for non-base programs. And there is a chance that you won't get it compiled at all, because it uses linux-specific things (#include ). As you see, YMMV. But don't forget in this that the binary programs might work easily without a recompile under the Linux-(not emulation but it had a different name)-mode. Enjoy! Edwin -- Edwin Groothuis | Interested in MUDs? Visit Fatal Dimensions: mavetju@chello.nl | http://fataldimensions.nl.eu.org/ ------------------+ telnet://fataldimensions.nl.eu.org:4000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 4:37:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cgmd76206.chello.nl (d9168.upc-d.chello.nl [213.46.9.168]) by hub.freebsd.org (Postfix) with ESMTP id 39E4837B401 for ; Mon, 19 Feb 2001 04:37:08 -0800 (PST) Received: by cgmd76206.chello.nl (Postfix, from userid 1001) id 5E8B03B0; Mon, 19 Feb 2001 13:37:07 +0100 (CET) Date: Mon, 19 Feb 2001 13:37:07 +0100 From: Edwin Groothuis To: Artem Koutchine Cc: questions@FreeBSD.ORG Subject: Re: Stopped xterm terminal. How to continue? Garbled terminal. How to fix? Message-ID: <20010219133707.D4233@cgmd76206.chello.nl> References: <20010219134211.A29699@poeza.iconnect.co.ke> <20010219145322.C29699@poeza.iconnect.co.ke> <00a401c09a6f$6f81d180$0c00a8c0@ipform.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <00a401c09a6f$6f81d180$0c00a8c0@ipform.ru>; from matrix@ipform.ru on Mon, Feb 19, 2001 at 03:28:13PM +0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Feb 19, 2001 at 03:28:13PM +0300, Artem Koutchine wrote: > How can I make it continue, if it is possible. control-S, control-Q is the combination you're looking for. > Also, sometime cat on binary files ruins terminal. > Is there a way to restore its normal functionality > w/o restart xterm? control-middle-mouse-button, do soft reset or do full reset. Edwin -- Edwin Groothuis | Interested in MUDs? Visit Fatal Dimensions: mavetju@chello.nl | http://fataldimensions.nl.eu.org/ ------------------+ telnet://fataldimensions.nl.eu.org:4000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 4:37:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f285.law8.hotmail.com [216.33.240.160]) by hub.freebsd.org (Postfix) with ESMTP id D795137B491 for ; Mon, 19 Feb 2001 04:37:37 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 19 Feb 2001 04:37:37 -0800 Received: from 62.7.249.7 by lw8fd.law8.hotmail.msn.com with HTTP; Mon, 19 Feb 2001 12:37:37 GMT X-Originating-IP: [62.7.249.7] From: "Dominic Marks" To: freebsd-questions@freebsd.org Subject: PCM, Audio, Ensoniq PCI Sound card, Kernel issue Date: Mon, 19 Feb 2001 12:37:37 -0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 19 Feb 2001 12:37:37.0698 (UTC) FILETIME=[BDC1C020:01C09A70] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, Last on my driver hit list is a intergrated PCI sound card. I've recompiled my kernel and its now showing up under /dev/pcm0. I've also done: # cd /dev/; sh MAKEDEV snd0 To create the right device nodes, and that also went fine and I have a set of /dev/audio, /dev/{etc} nodes. I tried following an example I saw on this group by catting a wav file into the device node. # cat some.wav > /dev/audio I might have also done "cat some.wav | /dev/audio" I'm not sure, would that have made a difference? (probably...) It just made a horrible screeching noise, so evidently something is wrong, I tried playing a CD although I know why that didn't work I think. Many thanks Dominic Marks _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 4:48:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dhtrend.discoveryhealth.co.za (gatekeeper.discoveryhealth.co.za [196.34.86.5]) by hub.freebsd.org (Postfix) with SMTP id D2ACC37B4EC for ; Mon, 19 Feb 2001 04:48:07 -0800 (PST) Received: from 172.24.144.9 by dhtrend.discoveryhealth.co.za (InterScan E-Mail VirusWall NT); Mon, 19 Feb 2001 14:47:01 +0200 Received: by dhjhb2 with Internet Mail Service (5.5.2650.21) id <19BLF1NK>; Mon, 19 Feb 2001 14:47:01 +0200 Message-ID: From: Langa Kentane To: "'questions@freebsd.org'" Cc: "Linux Admin Mailing List (E-mail)" Subject: Stealth Firewall Date: Mon, 19 Feb 2001 14:47:02 +0200 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 Hi to all, how can i configure firewall-1 to being a stealth firewall on win2k? I need to put a firewall between router and my internet network in a transparent way....so I can't assign IP addr to two NIC's of firewall.... Thanks in advance _________________________________________________________ Langa Kentane | Tel: [011] 290 3218 Security Administrator | Cell: 082 606 1515 [CNA MCSE CCSA CCNA] | www.discoveryhealth.co.za _________________________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 4:51:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from desh.cse.iitd.ernet.in (mailer.cse.iitd.ac.in [202.141.68.3]) by hub.freebsd.org (Postfix) with ESMTP id EFABC37B65D for ; Mon, 19 Feb 2001 04:51:19 -0800 (PST) Received: from cse.iitd.ernet.in (root@poorvi.cse.iitd.ernet.in [10.20.3.12]) by desh.cse.iitd.ernet.in (8.8.7/8.8.7) with ESMTP id SAA04684; Mon, 19 Feb 2001 18:24:38 +0530 Received: from localhost (csu96154@localhost) by cse.iitd.ernet.in (8.9.3/8.9.3) with ESMTP id SAA01712; Mon, 19 Feb 2001 18:24:34 +0530 X-Authentication-Warning: localhost.localdomain: csu96154 owned process doing -bs Date: Mon, 19 Feb 2001 18:24:34 +0530 (IST) From: Rakhesh Sasidharan X-Sender: csu96154@localhost.localdomain To: Odhiambo Washington Cc: FBSD-Q Subject: Re: ifconfig error In-Reply-To: <20010219145322.C29699@poeza.iconnect.co.ke> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Content-ID: Content-Disposition: INLINE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Why are you assigining an Ip on lo0?? I've never done it and I am not sure > how it helps. Oh generally. I just wanted to learn and fool a bit on such things, and since I don't have any net access or any other cards etc, I thought I'd try assigning an IP on lo2 itself. Only I didn't think it could create some problems or not be right. > Rakhesh> > Rakhesh> BTW, I do not exactly understand what you mean by saying I can > Rakhesh> reconfigure lo0? > ^^^ > I said CANNOT > > Rakhesh> Do u mean I can't assign an IP to it, or something else ? > > That is what i think but I stand corrected. Yes ... I meant CANNOT. :) Regards. __ Rakhesh Sasidharan rakhesh at cse.iitd.ac.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 5:16:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pgt.mpt.gov.brail.pgt.mpt.gov.br (mail.pgt.mpt.gov.br [200.236.82.229]) by hub.freebsd.org (Postfix) with ESMTP id EE2E737B401 for ; Mon, 19 Feb 2001 05:16:09 -0800 (PST) Received: from 516a (516a.pgt.mpt.gov.br [200.236.82.6]) by pgt.mpt.gov.brail.pgt.mpt.gov.br (8.9.3/8.9.3) with SMTP id KAA06674 for ; Mon, 19 Feb 2001 10:15:35 -0300 (EST) (envelope-from jaeckel@pgt.mpt.gov.br) Message-ID: <001101c09a76$491f9980$0652ecc8@pgt.mpt.gov.br> From: "Alex" To: Subject: Problem with device rst0 - FreeBSD4.2 Date: Mon, 19 Feb 2001 10:17:18 -0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Good morning! I installed FreeBSD 4.0 in a ALPHA( DECstation 5000/240).The device rst0 was working properlly. When I installed FreeBSD 4.2 and tried to use the device rst0 I got the following messages: /kernel: (sa0:isp0:0:5:0): isp0: watchdog timeout (f,0) /kernel: (sa0:isp0:0:5:0): unable to rewind after test read /kernel: isp0: cannot find handle 0xa in xflist I tried MAKEDEV but the device still didn't work. I installed again FreeBSD 4.0 and the device returned to work. The problem is in the kernel of FreeBSD 4.2. What should I do to solve the problem? Thanks for your attention! Alex Jaeckel. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 5:25:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clientmail.realtime.co.uk (simian.realtime.co.uk [194.205.134.131]) by hub.freebsd.org (Postfix) with ESMTP id C46F937B491 for ; Mon, 19 Feb 2001 05:25:08 -0800 (PST) Received: from zaphod.realtime.co.uk ([194.205.134.208]) by clientmail.realtime.co.uk with esmtp (Exim 3.20 #1) id 14UqJP-0008SB-01 for freebsd-questions@freebsd.org; Mon, 19 Feb 2001 13:25:07 +0000 Received: from waynep by zaphod.realtime.co.uk with local (Exim 3.16 #1) id 14UqIr-0005f2-00 for freebsd-questions@freebsd.org; Mon, 19 Feb 2001 13:24:33 +0000 From: Wayne Pascoe To: freebsd-questions@freebsd.org Subject: ipfw not logging Reply-To: wayne.pascoe@realtime.co.uk Date: 19 Feb 2001 13:24:33 +0000 Message-ID: Lines: 49 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Channel Islands) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi again all, I have ipfw setup on my system now. At the moment, I have a fairly simple script that sets up some very simple rules for testing. The script is as follows: #!/bin/bash FW_CMD=/sbin/ipfw $FW_CMD -f flush $FW_CMD add reject log tcp from any to 192.168.2.253 23 $FW_CMD add allow ip from any to any After executing this script, the output of ipfw l looks like 00100 unreach host log logamount 30 tcp from any to 192.168.2.253 23 00200 allow ip from any to any 65535 deny ip from any to any telnetting to the host is immediately rejected, but nothing is logged. I added the following lines to my kernel config and rebuilt it. # Firewalling Options options IPFIREWALL options IPFIREWALL_VERBOSE options IPFIREWALL_VERBOSE_LIMIT=30 I was not getting any log messages on my console, so I added the following section to /etc/syslog.conf # IPFW logging !ipfw *.* /var/log/ipfw.log I touched the logfile and restarted syslog, but nothing is being logged to that file. With ipf you have to run ipmon to log stuff. Is there any similar utility for ipfw that I am missing? Any help would be appreciated! Thanks, -- - Wayne Pascoe E-mail: wayne.pascoe@realtime.co.uk Phone : +44 (0) 20 7544 4668 Mobile: +44 (0) 788 431 1675 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 5:28:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from level3.dynacom.net (level3.dynacom.net [206.107.213.213]) by hub.freebsd.org (Postfix) with SMTP id 9056737B401 for ; Mon, 19 Feb 2001 05:28:42 -0800 (PST) Received: (qmail 18004 invoked by uid 0); 19 Feb 2001 13:28:41 -0000 Received: from dsl1-160.dynacom.net (HELO urx.com) (206.159.132.160) by mail.urx.com with SMTP; 19 Feb 2001 13:28:41 -0000 Message-ID: <3A911F89.BAC2B9CC@urx.com> Date: Mon, 19 Feb 2001 05:28:41 -0800 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: wayne.pascoe@realtime.co.uk Cc: freebsd-questions@freebsd.org Subject: Re: ipfw not logging References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Wayne Pascoe wrote: > > Hi again all, > > I have ipfw setup on my system now. At the moment, I have a fairly > simple script that sets up some very simple rules for testing. > > The script is as follows: > > #!/bin/bash > > FW_CMD=/sbin/ipfw > > $FW_CMD -f flush > $FW_CMD add reject log tcp from any to 192.168.2.253 23 > $FW_CMD add allow ip from any to any > > After executing this script, the output of ipfw l looks like > 00100 unreach host log logamount 30 tcp from any to 192.168.2.253 23 > 00200 allow ip from any to any > 65535 deny ip from any to any > > telnetting to the host is immediately rejected, but nothing is logged. > I added the following lines to my kernel config and rebuilt it. > > # Firewalling Options > options IPFIREWALL > options IPFIREWALL_VERBOSE > options IPFIREWALL_VERBOSE_LIMIT=30 > > I was not getting any log messages on my console, so I added the > following section to /etc/syslog.conf > # IPFW logging > !ipfw > *.* /var/log/ipfw.log > > I touched the logfile and restarted syslog, but nothing is being > logged to that file. > > With ipf you have to run ipmon to log stuff. Is there any similar > utility for ipfw that I am missing? Did you look at /var/log/security. That is where I found my ipfw logs. Kent > > Any help would be appreciated! > > Thanks, > > -- > - Wayne Pascoe > E-mail: wayne.pascoe@realtime.co.uk > Phone : +44 (0) 20 7544 4668 > Mobile: +44 (0) 788 431 1675 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 5:35:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-53.dsl.lsan03.pacbell.net [64.165.226.53]) by hub.freebsd.org (Postfix) with ESMTP id BB9CB37B503 for ; Mon, 19 Feb 2001 05:35:18 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 74D8466C11; Mon, 19 Feb 2001 05:35:18 -0800 (PST) Date: Mon, 19 Feb 2001 05:35:18 -0800 From: Kris Kennaway To: Langa Kentane Cc: "'questions@freebsd.org'" , "Linux Admin Mailing List (E-mail)" Subject: Re: Stealth Firewall Message-ID: <20010219053518.A47971@mollari.cthul.hu> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="45Z9DzgjV8m4Oswq" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from LangaK@discoveryhealth.co.za on Mon, Feb 19, 2001 at 02:47:02PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --45Z9DzgjV8m4Oswq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 19, 2001 at 02:47:02PM +0200, Langa Kentane wrote: > Hi to all, >=20 > how can i configure firewall-1 to being a stealth firewall on win2k? I ne= ed > to > put a firewall between router and my internet network in a transparent > way....so > I can't assign IP addr to two NIC's of firewall.... You realise that FreeBSD and Linux are different things than Windows, right? Kris --45Z9DzgjV8m4Oswq Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6kSEWWry0BWjoQKURAmLkAKDZaBWR4Dk7zd+Bc8KRVof+HA9KQACfZ5n6 QA3A7cVHSYtFTstVPXvCSvg= =FBxv -----END PGP SIGNATURE----- --45Z9DzgjV8m4Oswq-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 5:38:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.rdc1.az.home.com (mail2.rdc1.az.home.com [24.1.240.76]) by hub.freebsd.org (Postfix) with ESMTP id D454037B491 for ; Mon, 19 Feb 2001 05:38:20 -0800 (PST) Received: from cx628451A ([24.21.112.67]) by mail2.rdc1.az.home.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20010219133820.TMOI796.mail2.rdc1.az.home.com@cx628451A> for ; Mon, 19 Feb 2001 05:38:20 -0800 Message-ID: <009c01c09a78$f7833ca0$43701518@cx628451A> From: "Robert Daniels" To: Subject: NATD&GATEWAY PROBLEMS Date: Mon, 19 Feb 2001 06:36:30 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0099_01C09A3E.4B108E80" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0099_01C09A3E.4B108E80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, my name is Robert. I am trying to configure my FreeBSD 4.0 = as a gateway. I have a 3 computer network. My ISP is cox@home. (Cable = Modem) Computer 1 name is FOO (will serve as gateway) Computer 2 name is BAR (Running Free BSD 4.0)=20 Computer 3 name is BAZ(Running Dual Boot Win2000 Professional & Red = Hat Linux 7.0) I compiled IPFIREWALl, IPDIVERT, IPFIREWALL_VERBOSE, and = IPFIREWALL_DEFAULT_TO_ACCEPT in my Kernel on computer FOO.=20 =20 I put the following lines in my rc.conf file on computer FOO hostname=3D"CX628451-A" ifconfig_dc0"inet 192.168.1.1 netmask 255.255.255.0" # Private IP ifconfig_dc1"inet 24.21.112.xxx netmask 255.255.255.0" # Public = IP gateway_enable=3D"YES" defaultrouter=3D"24.21.112.1" # Gateway for my ISP.=20 natd_enable=3D"YES" natd_interface=3D"dc1" natd_flags"-l -u -s -m" firewall_enable=3D"YES" firewall_type=3D"OPEN"=20 The rc.conf fie on BAR looks as follows. hostname=3D"BAR" ifconfig_x10=3D"inet 192.168.1.2 netmask 255.255.255.0" # Private = non-routable IP defaultrouter=3D"192.168.1.1" =20 gateway_enable"NO" With this setup I am able to ping computer FOO from computer BAR. I am = able to ping both private and public addresses. I am also able to ping = FOO defaultrouter IP and DNS IP that I have set in resolv.conf. But I am = unable to ping an address out on the internet on computer BAR. Of course = I am able to ping address on the internet with computer FOO. I can = telnet into Foo via BAR and vice versa. I also verified that the line = natd 8668/divert was present in /etc/services. =20 Any help on this matter would be greatly apreciated.=20 Thank You, Robert Daniels =20 =20 =20 =20 ------=_NextPart_000_0099_01C09A3E.4B108E80 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
    Hello,  my name = is=20 Robert.  I am trying to configure my FreeBSD 4.0 as a gateway. I = have a 3=20 computer network.  My  ISP is cox@home. (Cable Modem)
 
    Computer 1 name is = FOO (will=20 serve as gateway)
    Computer 2 name is = BAR (Running=20 Free BSD 4.0) 
    Computer 3 name is = BAZ(Running=20 Dual Boot Win2000 Professional & Red Hat Linux 7.0)
 
    I compiled = IPFIREWALl, IPDIVERT,=20 IPFIREWALL_VERBOSE, and IPFIREWALL_DEFAULT_TO_ACCEPT in my Kernel on = computer=20 FOO.
    
    I put the following = lines in my=20 rc.conf file on computer FOO
 
   =20 hostname=3D"CX628451-A"
    ifconfig_dc0"inet = 192.168.1.1=20 netmask 255.255.255.0"  # Private IP
    = ifconfig_dc1"inet =20 24.21.112.xxx netmask 255.255.255.0"   # Public = IP
   =20 gateway_enable=3D"YES"
    = defaultrouter=3D"24.21.112.1" #=20 Gateway for my ISP.
    = natd_enable=3D"YES"
   =20 natd_interface=3D"dc1"
    natd_flags"-l -u -s=20 -m"
   =20 firewall_enable=3D"YES"
    = firewall_type=3D"OPEN"=20
 
 
The rc.conf fie on BAR looks as=20 follows.
 
   hostname=3D"BAR"
    ifconfig_x10=3D"inet = 192.168.1.2=20 netmask 255.255.255.0" # Private non-routable IP
    = defaultrouter=3D"192.168.1.1"=20  
    = gateway_enable"NO"
 
With this setup I am able to ping = computer FOO from=20 computer BAR. I am able to ping both private and public addresses. I am = also=20 able to ping FOO defaultrouter IP and DNS IP that I have set in=20 resolv.conf. But I am unable to ping an address out on the internet = on=20 computer BAR. Of course I am able to ping address on the internet with = computer=20 FOO. I can telnet into Foo via BAR and vice versa.  I=20 also verified that the line natd 8668/divert was present = in=20 /etc/services.  
 
Any help on this matter would be = greatly=20 apreciated. 
 
 
Thank You,
Robert Daniels    =
 
 
   
     
 
 
    
------=_NextPart_000_0099_01C09A3E.4B108E80-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 6:21: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail1out.giga.net.tw (mail1out.giga.net.tw [203.133.1.10]) by hub.freebsd.org (Postfix) with ESMTP id 1472937B491 for ; Mon, 19 Feb 2001 06:18:42 -0800 (PST) Received: from mis002 (u80-31.user.giga.net.tw [203.133.80.31]) by mail1out.giga.net.tw (Postfix) with SMTP id AA7E5522A6 for ; Mon, 19 Feb 2001 21:51:14 +0800 (CST) Reply-To: From: "TSnet" To: Subject: 2 network cards in a pc Date: Mon, 19 Feb 2001 21:48:29 +0800 Message-ID: <001201c09a7a$a6637f40$1f5085cb@mis002> MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: base64 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG RGVhciBTaXI6DQoNClRoZXJlIGlzICBhIHF1ZXN0aW9uIGNvbmZ1c2UgbWUgZm9yIGRheXMuDQpT byBNYXkgSSBwbGVhc2UgYXNrIHlvdSBnaXZlIG1lIGEgYW5zd2VyLg0KVGhlIHF1ZXN0aW9uIGlz IDogIEkgdHJ5IHRvIGFkZCAyIG5ldHdvcmsgY2FyZHMNCmludG8gYSBwYy4gT25lIG9mIHRoZW0g aXMgIkQtTElOSyA1MzBUWCAiLCANCmFuZCB0aGUgb3RoZXIgaXMgIkQtTElOSyAyMjBUUCIuDQpB bmQgdGhlbiBJIHVzZSB0aGUgY29tYW5kICIuL3N5c2luc3RhbGwiICB0byBjb25maWd1cmUgdGhl ICc1MzBUWCcNCklQIGFkZHJlc3MgdG8gYmUgIjE5Mi4xNjguMS4xNiIuDQpUaGVuIEkgdHJ5IHRv IGNvbmZpZ3VyZSAnMjIwIFRQJyB0byBiZSBhbm90aGVyIElQIGFkcmVzcy4NCkJ1dCBzeXN0ZW0g c2hvdyBtZSB0aGUgdmFsdWUgb2YgdGhlICc1MzBUWCcgYWdhaW4uDQpJdCBzZWVtcyBtZWFubmlu ZyAgSSBjYW4gbm90IGNvbmZpZ3VyZSAnMjIwVFAnIGFueW1vcmUuDQpEbyBJIHdyb25nID8NCkJl Y2F1c2UgSSB0cnkgdG8gYm91bmQgcHJveHkgZnVuY3RpbyBpbnRvICcyMjBUUCcuDQpUaGFua3Mg YSBsb3QgIQ0KDQpCZXN0IFJlZ2FyZHMNCkplbWkgTGVlIA0KZm9ybSBUYWl3YW4uDQoNCg0K To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 6:29:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 969E737B4EC for ; Mon, 19 Feb 2001 06:29:46 -0800 (PST) Received: (qmail 2478 invoked by uid 100); 19 Feb 2001 14:29:45 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-ID: <14993.11737.186393.364682@guru.mired.org> Date: Mon, 19 Feb 2001 08:29:45 -0600 To: Eric Jacoboni Cc: questions@freebsd.org Subject: Re: About USB scanner and FreeBSD 4.2 In-Reply-To: <34130550@toto.iv> X-Mailer: VM 6.89 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Eric Jacoboni types: > >>>>> "Mike" =3D=3D Mike Meyer writes: > Mike> Until you get the uscanner device to show up, it won't work. > Following your steps, the uscanner device show up : > # dmesg |grep "^u" > uscanner0: EPSON Perfection1240, rev 1.00/1.04, addr 2 >=20 > But i still don't succeed to make it work...=20 >=20 > scanimage --list-devices does'nt say anything. Xsane calls as in my > previous post claim the device is invalid. I've installed Gimp and > added Xsane as a plug-ins: no device available. >=20 > $ ls -l /dev/*scan* > lrwxr-xr-x 1 root wheel 14 18 f=E9v 18:06 /dev/scanner -> /dev/u= scanner0 > lrwxr-xr-x 1 root wheel 14 18 f=E9v 18:06 /dev/usbscanner -> /de= v/uscanner0 > crw-rw-r-- 1 root operator 156, 0 4 f=E9v 2000 /dev/uscanner0 >=20 >=20 > Now, i don't know if my problem is related to FBSD or to Sane... Well, FreeBSD is doing what it believes it should - it's attaching the scanner and providing a device pointer for it. The man page for uscanne says to see the sane home page for conbfiguration information. While the problem may not be sane's, if it's FreeBSD, it's going to require work on the uscanner device driver to fix. So I'd attack it as if it were sane's problem until you're convinced otherwise. You might try asking for help on -multimedia. =09=09=09=09http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more inform= ation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 6:30:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail11.svr.pol.co.uk (mail11.svr.pol.co.uk [195.92.193.23]) by hub.freebsd.org (Postfix) with ESMTP id 1D9D037B4EC for ; Mon, 19 Feb 2001 06:30:34 -0800 (PST) Received: from modem-163.beryllium.dialup.pol.co.uk ([62.136.3.163] helo=omega.my.domain) by mail11.svr.pol.co.uk with esmtp (Exim 3.13 #0) id 14Ur95-0005kc-00; Mon, 19 Feb 2001 14:18:31 +0000 Received: from freeloader.freeserve.co.uk (alpha.my.domain [192.168.0.2]) by omega.my.domain (8.11.1/8.11.1) with ESMTP id f1JETVF02076; Mon, 19 Feb 2001 14:29:32 GMT (envelope-from ianjhart@freeloader.freeserve.co.uk) Message-ID: <3A912DCB.6F351A77@freeloader.freeserve.co.uk> Date: Mon, 19 Feb 2001 14:29:31 +0000 From: ian j hart X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Ted Mittelstaedt Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sendmail and Identd References: <006401c09a3c$a4e28dc0$1401a8c0@tedm.placo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sorry about the length, need the context. Ted Mittelstaedt wrote: > > Ted Mittelstaedt tedm@toybox.placo.com > Author of: The FreeBSD Corporate Networker's Guide > Book website: http://www.freebsd-corp-net-guide.com > > > -----Original Message----- > > From: ianjhart@omega.my.domain [mailto:ianjhart@omega.my.domain]On > > Behalf Of ian j hart > > Sent: Sunday, February 18, 2001 4:37 PM > > To: Ted Mittelstaedt > > Cc: freebsd-questions@FreeBSD.ORG > > Subject: Re: Sendmail and Identd > > > > > > Ted Mittelstaedt wrote: > > > > > > Hi Ian, > > > > > > I think you perhaps misunderstand: even if you set up > > > IMP you STILL would have had to setup those 1500 accounts. > > > > Can you point me to some software? I seriously doubt I can get this past > > the staff, but it's worth a look. Can't see anything in ports. > > > > Since you have no other solution, I don't think this is an issue of > getting approval from the staff - this IS the _only_ option that's > going to work in the time you have allotted. I seriously doubt > that the staff is going to do nothing and let the problem remain > unsolved. If they can think of a better solution then they are > welcome to implement it. See my later comments on hierarchy. > > Unfortunately, while there's about 10 of these programs, none of > them are in the ports. I can send you instructions for building > IMP on a FreeBSD 4.2 server, I can't guarentee they will work > on a previous version of FreeBSD but they probably will. But, > you should also consider setting up a SEPARATE server just to > implement this - the webinterface to the mailserver talks to > the mailserver via IMAP and does not have to be actually executing > on the mailserver itself. > > > > > > > I also beg to differ - this is very clearly a mail client > > > problem. > > > > This I know, I have bald patches to prove it. > > > > > As you have realized, Sendmail does not rewrite the > > > From: address. This is because the mail client program is > > > in charge of correctly putting the user@whateverdomain address > > > into the outgoing mail. This is inherent to the SMTP protocol. > > > > > > Your blaming the failure of the user's mail client program > > > to properly create the username@whateverdomain address on the > > > mail client program itself. However, this is wrong, the client > > > program is doing what it's supposed to be doing. > > > > Not all the time it isn't. When the users home (network) directory is > > available their email settings are transfered to whatever workstation > > they are sat at. This is part of my plan to make the network as > > transparent as possible to the users. It works just like *at home*. > > > > Riiiiiggggght - I heard that from Microsoft's marketing department 4 years > ago and I've still to see it actually work right. > > > However, when the network connection fails windows SILENTLY replaces > > these settings with some from the local hard drive. This is not what the > > client program is supposed to be doing. AFAIK IE4 does not exhibit this > > behavior. The new _identities_ appear to be the cause. To revert the > > software on all the clients would take me weeks. I would have to > > roll-out the software in one go. (Having USER.DAT files from different > > versions doesn't strike me as a good idea.) The bottom line on this is > > that I would have to wait until the summer break. > > > > So I can't fix the client. Turning off email for 4 months not an option. > > I have to hack the server. Hobsons choice as we say. > > > > I don't see how you can do that, even with lots of hacks into the > mailserver. Unless the correct From address is passed from the mail client > during the SMTP phase, there is no other way for the server to identify > the userID of the sending SMTP connection. This is one of these issues > that fixing or replacing the client is the only option. But I have an Identd server which runs on the windows clients. Sorry if I didn't make that clear. I can run this as a service from the system policy setup. This will not appear in the task list. A clever user might figure out how to kill it, but I can cope with a low volume of hackers. (I built a tool to parse the NT login file. I just compare this with the time stamp and real host name on the mail.) > > > > > > > If you give your users the ability to retrieve e-mail via > > > POP3 and transmit it via SMTP then you give them the > > > responsibility to make sure that the From address is correct. > > > If they are unwilling or unable to do this (due either to > > > their misunderstanding how the client program operates, or > > > due to their logging in somewhere and allowing some mystical > > > "thang" to change the From address) then clearly you have > > > to either force them to use a mail client that they DO understand, > > > or force them to use a mail client that they have no control > > > over, and that you do. This is what IMP is. IMP is a mail > > > client that runs ON THE MAILSERVER, instead of on a remote > > > desktop, so instead of having a remote client that has unreachable > > > settings, you have a mail client that is local to the mailserver > > > that YOU can control. > > > > I see the problem more like this. When a user logs on they should get > > their own email settings, or none at all. Not a seemingly random > > selection. This is _my_ problem. > > Then your going to have to replace the client. You can do it one of 3 ways > as I see it: > > 1) Replace the existing client on the desktop with a different one (Eudora, > or an earlier version of IE or whatever) I agree that this is the right option, but I don't have the time to rollout the software. > > 2) Replace the existing desktop-based client with a host-based client. > Early > versions of this are MUA's like Pine, but I doubt that you want to give > Telnet access to 1500 students. Later versions of this are webinterfaces, > a-la Hotmail, like IMP. > > 3) Modify the desktop client you have deployed to make it do different > behavior. Since your a Microsoft shop, you should be able to call Microsoft > up and pay them some money to patch the .DLL or whatever file is involved, > right? After all this is why your using commercial software to begin with - > the support, right? Sorry if this is sounding like a taunt, but your > administration voted Microsoft for the support - now they need the support > and so it's Microsoft's chance to prove why commercial software is so > much better than Open Source. All the software is OEM - no support. But it is cheap(er) and schools are poor in the uk. > > >User missconfiguration or deliberate > > spoofing is a different problem. > > > > > > > > I also beg to differ with your statement: > > > > > > "...No-one checks account details every time > > > they mail...." > > > > > > Guess what, _I_ do. > > > > You are one in a million (estimate). > > > > > I'm sure that any power users among > > > your students do also. > > > > Not a chance. Age range is 11-17 BTW. > > > > > It's simple enough to do when using > > > a mail client program like Eudora, which _does_ place the > > > >From address IN THE MESSAGE DURING COMPOSITION unlike > > > Microsoft Outlook which hides it. In fact, that's another > > > answer to your problem - because Eudora doesen't give a rat's > > > ass about what drive your logged into. > > > > I wouldn't dissagree, but they want windows + IE. This is policy, I just > > implement. > > In any case installing Eudora would mean a full rollout. > > > > If they want Windows + IE then they have to play the commercial software > game, which means getting on the horn with Microsoft and having them > fix the problem. It may be expensive, but Microsoft has convinced these > people that Windows + IE is the way to go, so now they have to live with > the results. If Microsoft is so much better than Eudora, then Microsoft > can fix it. > > I think your wasting time chasing a mirage. Accept the fact that you > can't fix it on the server and go forward. If you think my checkcompat() is broken can you say how? > It's easy enough to set up > a webinterface to the mailserver, then deny relaying from your internal > subnets and issue an edict that all students must use the webinterface > for e-mail. After all you already have the web browsers all deployed, > so you won't have to do a rollout to all 1500 desktops. Maybe I threw you a curve ball here. We do have 1500 users, but we only have ~150 workstations. That's why we hot seat. Schools are somewhat underfunded in the uk. > If your administration > starts yapping about it, then tell them that they can either do it this > way or they can call Microsoft and avail themselves of the superior > commercial > software support that Microsoft's marketing department is always yapping > about, and get a patch issued for the new mail clients. Hierarchy: They are Gods, I am the office cat. In fact I am THE technician. I wear all the hats, from network coordinator to bottle washer. I suspect your experience of schools is vastly different to that of the uk. > > In the long run your going to be better off because future rollouts on > the desktops won't bugger the mailserver. Your students will be better > off because they can go anywhere, such as home or a local Cafe or library > that has a web browser, and access their e-mail. It also neatly solves > problems like Macintoshes and OS/2 systems being unable to use the > mail system. In short, this is something that you should have done a > long time ago. Our history of even IntrAnet access is only three months. We are a decade behind over here. :( I could go into the history, but I don't want to rant. This is a private mail hub fed through a firewall. There are NO dialins. > > > > > > > Ted Mittelstaedt tedm@toybox.placo.com > > > Author of: The FreeBSD Corporate Networker's Guide > > > Book website: http://www.freebsd-corp-net-guide.com > > > > > > > -----Original Message----- > > > > From: ianjhart@omega.my.domain [mailto:ianjhart@omega.my.domain]On > > > > Behalf Of ian j hart > > > > Sent: Sunday, February 18, 2001 11:10 AM > > > > To: Ted Mittelstaedt > > > > Cc: freebsd-questions@FreeBSD.ORG > > > > Subject: Re: Sendmail and Identd > > > > > > > > > > > > Ted Mittelstaedt wrote: > > > > > > > > > > What about installing IMP or other webinterface and forcing the > > > > > students that aren't savvy enough to know how to use their > > > > > mail client properly to use that instead? This allows you to > > > > > centralize all administration on the mail clients to in effect > > > > > the central mailserver, and in addition allows the students to > > > > > check mail from any browser. > > > > > > > > > > Ted Mittelstaedt tedm@toybox.placo.com > > > > > Author of: The FreeBSD Corporate Networker's Guide > > > > > Book website: http://www.freebsd-corp-net-guide.com > > > > > > > > [snip original message] > > > > > > > > Thanks for your reply, but... :) > > > > > > > > I only installed Internet access and mail just before Xmas. We've just > > > > spent a half-term getting (1500) user accounts setup. I would not be a > > > > very popular guy if I changed track at this point. > > > > > > > > The problem is not with 'savvy'. It's a _feature_. You log on and send > > > > some mail. If the network drive with your profile is not available you > > > > get the default user settings. (No-one checks account details > > every time > > > > they mail). The mail goes out with a random users return address. > > > > Sendmail only checks the hostname, which is correct (and masqueraded > > > > anyway). The only clue that this is happening is when you > > read mail and > > > > the prompted account name is not your own. God bless Bill Gates. > > > > > > > > -- > > > > ian j hart > > > > ICT Technician. > > > > Cardinal Newman School. > > > > > > > > -- > > ian j hart > > ICT Technician > > Cardinal Newman School > > -- ian j hart ICT Technician Cardinal Newman School To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 6:31:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from trauco.colomsat.net.co (trauco.colomsat.net.co [200.13.195.2]) by hub.freebsd.org (Postfix) with ESMTP id 5A6C637B491; Mon, 19 Feb 2001 06:31:22 -0800 (PST) Received: from yahoo.com (200.13.214.24) by trauco.colomsat.net.co (NPlex 4.0.068) id 3A8B0BD700018391; Mon, 19 Feb 2001 09:06:54 -0500 Message-ID: <3A912AC8.F8FE3935@yahoo.com> Date: Mon, 19 Feb 2001 09:16:40 -0500 From: "Yonny Cardenas B." Organization: Universidad de los Andes X-Mailer: Mozilla 4.73 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: questions Cc: hackersBSD Subject: MAKEDEV: 609: sysntax error Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello I cann't install FreeBSD in a box with main board Mega Trends and Pentium II. I have tried installing FreeBSD 4.0, but it has an error when it is finishing the instalation. sysinstall showed: MAKEDEV returned non-zero status. The comit operation completed with errors no updating /etc files. On console: 8386 blocks DEBUG: kget mib1 has length of 0. MAKEDEV: 609: sysntax error: ";;" unexpected (expecting "done") The computer has a 6Gb IDE disk Samsung SV0644A.it has a 1 GB Win98 primary disk partion and 2Gb extend disk partion for Win 98 too. I want install FreeBSD on remainder ot the disk. Thanks. Yonny Cardenas ycardena@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 Feb 19 6:33:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 8580A37B491 for ; Mon, 19 Feb 2001 06:33:15 -0800 (PST) Received: (qmail 2685 invoked by uid 100); 19 Feb 2001 14:33:15 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14993.11947.17517.836236@guru.mired.org> Date: Mon, 19 Feb 2001 08:33:15 -0600 To: "Marc G. Fournier" Cc: questions@freebsd.org Subject: Re: Multi-Boot Boot Manager ... In-Reply-To: <117702201@toto.iv> X-Mailer: VM 6.89 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Marc G. Fournier types: > When I setup my laptop, I left partitions in place to install Windows onto > for testing ... this weekend, I installed WinME and, of course, it > over-wrote my boot manager ... > > Anyone have any recommendations on how to get the FreeBSD one back again? > *Or*, an alternative boot manager to use? If you can get FreeBSD running, the boot0cfg tool will put the FreeBSD one back. Personally, I like grub (it's in the ports tree) for multiboot systems. It's in the ports tree. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 6:35:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 4753A37B401 for ; Mon, 19 Feb 2001 06:35:52 -0800 (PST) Received: (qmail 2852 invoked by uid 100); 19 Feb 2001 14:35:51 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14993.12103.774465.868242@guru.mired.org> Date: Mon, 19 Feb 2001 08:35:51 -0600 To: David Daugherty Cc: questions@freebsd.org Subject: Re: Mounting old FreeBSD drive In-Reply-To: <36794907@toto.iv> X-Mailer: VM 6.89 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David Daugherty types: > I really hosed my system up with the last cvsup/mergemaster. All of the > files are still there something is just screwed up with getty and /dev. > > Anyways, I've reinstalled 4.2-R on a different drive. Is it possible for > me to get to the /usr partition on the old drive setting it to slave? I've > figured out how to mount the drive in fstab but I can only see / and I > need to mount /usr. The slave drive is 4.2-S and is partitioned with /, > /usr, /var, and swap. You don't mount drives; you mount partitions. You need to mount all the partitions on the old drive - probably into the files they mounted on in your old root (i.e. - if you mounted the old / as /old, then mount the old /usr as /old/usr, and the old /var as /old/var). There is no reason to mount the old swap if you've got a new one already, unless you just want lots of swap space. Do *not* mount the old /usr as /usr; that will put kernel and userland out of sync, which is asking for trouble. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 6:39:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from syncopation-01.iinet.net.au (syncopation-01.iinet.net.au [203.59.24.37]) by hub.freebsd.org (Postfix) with SMTP id 9231037B401 for ; Mon, 19 Feb 2001 06:39:50 -0800 (PST) Received: (qmail 3446 invoked by uid 666); 19 Feb 2001 14:51:41 -0000 Received: from i176-066.nv.iinet.net.au (HELO pandora) (203.59.176.66) by mail.m.iinet.net.au with SMTP; 19 Feb 2001 14:51:41 -0000 Message-ID: <004601c09a82$c3762620$42b03bcb@pandora> From: "Nigel Taylor" To: Subject: Keyboard Date: Mon, 19 Feb 2001 22:46:37 +0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0043_01C09AC5.D11C46E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0043_01C09AC5.D11C46E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Dear all I have this problem with my keyboard i cvsup from 4.0-STABLE to = 4.2-STABLE and i did a make world. After that i recompiled the kernel = and rebooted but when it came to the login prompt my keyboard didn't = work for some weird reason, same kernel config. Does anyone have any ideas? Nigel Taylor ------=_NextPart_000_0043_01C09AC5.D11C46E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Dear all
 
I have this problem with my keyboard i = cvsup from=20 4.0-STABLE to 4.2-STABLE and i did a make world.  After that i = recompiled=20 the kernel and rebooted but when it came to the login prompt my keyboard = didn't=20 work for some weird reason, same kernel config.
 
Does anyone have any = ideas?
 
Nigel Taylor
------=_NextPart_000_0043_01C09AC5.D11C46E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 6:41:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id E631C37B401 for ; Mon, 19 Feb 2001 06:41:42 -0800 (PST) Received: (qmail 3240 invoked by uid 100); 19 Feb 2001 14:41:42 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14993.12454.202643.385175@guru.mired.org> Date: Mon, 19 Feb 2001 08:41:42 -0600 To: David Syphers Cc: questions@freebsd.org Subject: Re: 'powered by FreeBSD' logo In-Reply-To: <96716465@toto.iv> X-Mailer: VM 6.89 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David Syphers types: > Is there somewhere I can get a 'powered by FreeBSD' logo that looks good on > a black background? A 'powered by Apache' would be nice also. (Yes, I'm > too lazy to make my own.) There's a collection on the Freebsd website. That's where I got mine. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 6:48:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from prioris.mini.pw.edu.pl (prioris.mini.pw.edu.pl [148.81.80.7]) by hub.freebsd.org (Postfix) with ESMTP id 48CBF37B401; Mon, 19 Feb 2001 06:48:20 -0800 (PST) Received: by prioris.mini.pw.edu.pl (Postfix, from userid 1368) id 0BF377D009; Mon, 19 Feb 2001 15:48:14 +0100 (CET) Date: Mon, 19 Feb 2001 15:48:14 +0100 From: Grzegorz Czaplinski To: "G. Jason Middleton" Cc: freebsd-questions@freebsd.org, freebsd-newbies@freebsd.org Subject: Re: make clean Message-ID: <20010219154814.A43805@prioris.mini.pw.edu.pl> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Feb 17, 2001 at 03:20:33PM -0500, G. Jason Middleton wrote: > can someone tell me exactly what the command make clean does? > > Thanks in advance > > G. Jason Middleton When you type make clean, the Makiefile is being serched for the target clean. You can define target clean as follows: clean: -rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) -rm -f *~ core In this case all object, objectmoc, core files are deleted. Usulally, all targets (clean, all etc.) need dependencies, dependencies can represent other targets and so on. Have a look at any makefile and try to figure out. Hope that helps /gregory -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 6:56: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from froody.rupture.net (froody.rupture.net [205.252.38.80]) by hub.freebsd.org (Postfix) with ESMTP id A62FE37B503 for ; Mon, 19 Feb 2001 06:55:25 -0800 (PST) Received: from localhost (jon@localhost) by froody.rupture.net (8.9.3/8.9.3) with ESMTP id KAA42939 for ; Mon, 19 Feb 2001 10:06:47 -0500 (EST) (envelope-from jon@rupture.net) Date: Mon, 19 Feb 2001 10:06:46 -0500 (EST) From: Jon Nathan To: freebsd-questions@freebsd.org Subject: Solved - FWD: panic installing on dell poweredge 6450, 4cpu, 4gb Message-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 hate to follow up my own posts, but i solved my problem and thought i'd share with the list. i only got one response, but someone might find it useful at some point. the problem was that the installer kernel didn't like seeing 4gb of memory. in the bios for the 6450 is a setting: "OS Install Mode". it says that some os' have a tough time installing with > x mb of memory. it limits the available memory to 256mb. as this was the symptom i had, i enabled this bios setting and it installed cleanly. once the system was up, i cvsup'd and rebuilt and installed the world and the kernel. after a few reboots, i disabled the "OS Install Mode" and reenabled all 4gb of memory. the new kernel saw all 4gb of memory with no problems. the machine has been up now for a full day with no signs of crashing. so, my question - why does the install kernel panic? -jon -- Jon Nathan jon@rupture.net http://www.rupture.net/~jon/ ---------- Forwarded message ---------- Date: Tue, 13 Feb 2001 20:07:01 -0500 (EST) From: Jon Nathan To: freebsd-questions@freebsd.org Subject: panic installing on dell poweredge 6450, 4cpu, 4gb hi, i'm trying to install freebsd 4.2-release on a dell poweredge 6450. it has 4 xeon cpus at 700mhz and 4gb of memory. my process is: boot off kern.flp insert mfsroot.flp wait 10 seconds and i get: Fatal trap 12: pagefault in kernel mode fault virtual address = 0xbff11000 fault code = supervisor write, page not present instruction pointer = 0x8:0xc02d3798 stack pointer = 0x10:0xc0671f34 frame pointer = 0x10:0xc0671f3c code segment = base 0x0, limit 0xfffff,type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL=0 current process = Idle interrupt mask = net tty bio cam trap number = 12 panic: page fault Uptime: 0s if i stop the autoboot of the kernel and do boot -v i get the same fault. prior to that, i get: SMAP type=01 base=00000000 00000220 len = 00000000 00330000 SMAP type=01 base=00000000 00000220 len = 00000000 00330000 SMAP type=01 base=00000000 00000220 len = 00000000 00330000 SMAP type=01 base=00000000 00000220 len = 00000000 00330000 SMAP type=02 base=00000000 00000220 len = 00000000 00330000 SMAP type=02 base=00000000 00000220 len = 00000000 00330000 SMAP type=02 base=00000000 00000220 len = 00000000 00330000 SMAP type=02 base=00000000 00000220 len = 00000000 00330000 i didn't copy all the actual addresses - too tedious. i'm also assuming that there were 4 of the SMAP type=01 because they scrolled off the screen and i couldn't retreive them. i know that 4.2 will run on a 6450 - i have it running on another one. the other one though only has 2 x 550mhz xeons and 1gb of memory. they both have ami megaraid 1600 (dell calls them PERC/2 or soemthing) cards with some disks off them. is it the fact that there are 4 cpus or 4gb of memory? i thought fbsd could handle that. i also made brand new floppies - same result. any ideas? i don't want to have to run linux on this puppy 8-( thanks, -jon -- Jon Nathan jon@rupture.net http://www.rupture.net/~jon/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 7: 5: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bumper.jellybaby.net (bumper.jellybaby.net [194.159.247.1]) by hub.freebsd.org (Postfix) with ESMTP id 98DDA37B401 for ; Mon, 19 Feb 2001 07:05:00 -0800 (PST) Received: (from simond@localhost) by bumper.jellybaby.net (8.9.2/8.9.2) id PAA47304; Mon, 19 Feb 2001 15:04:54 GMT (envelope-from simond) Date: Mon, 19 Feb 2001 15:04:54 +0000 From: simond@irrelevant.org To: Nigel Taylor Cc: questions@FreeBSD.ORG Subject: Re: Keyboard Message-ID: <20010219150454.A47159@irrelevant.org> References: <004601c09a82$c3762620$42b03bcb@pandora> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <004601c09a82$c3762620$42b03bcb@pandora>; from latifa@iinet.net.au on Mon, Feb 19, 2001 at 10:46:37PM +0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Feb 19, 2001 at 10:46:37PM +0800, Nigel Taylor wrote: > Dear all > > I have this problem with my keyboard i cvsup from 4.0-STABLE to 4.2-STABLE and i did a make world. After that i recompiled the kernel and rebooted but when it came to the login prompt my keyboard didn't work for some weird reason, same kernel config. > > Does anyone have any ideas? Simply remove the flags 0x1 from the atkbd0 line and your keyboard should work. -- Simon Dick simond@irrelevant.org "Why do I get this urge to go bowling everytime I see Tux?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 7:15:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cav.logica.co.uk (cav.logica.co.uk [158.234.10.66]) by hub.freebsd.org (Postfix) with ESMTP id 03E9937B401 for ; Mon, 19 Feb 2001 07:15:40 -0800 (PST) Received: from eckert.logica.co.uk (eckert.logica.co.uk [158.234.10.17]) by cav.logica.co.uk (8.9.1/8.9.1) with ESMTP id PAA26535 for ; Mon, 19 Feb 2001 15:15:34 GMT Received: by eckert.logica.co.uk with Internet Mail Service (5.5.2448.0) id ; Mon, 19 Feb 2001 15:15:27 -0000 Message-ID: From: "Newton, Harry" To: "'freebsd-questions@freebsd.org'" Subject: Identifying inet services. Date: Mon, 19 Feb 2001 15:15:25 -0000 X-Mailer: Internet Mail Service (5.5.2448.0) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've just run Saint and then nmap on my stand-alone 4.2-Stable box ( ppp dial up ) and have been told that I've got a couple of unidentified services, one on port 1023 and one on 4405 ( I think ). How do I find out what programs are using these ? ( They're not listed in /etc/services, /etc/inetd.conf ). - Harry ( who's just become a little paranoid about security ... ) --- Harry Newton Logica UK Ltd, (0161) 438 8173 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 7:18:20 2001 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 703D337B503 for ; Mon, 19 Feb 2001 07:18:14 -0800 (PST) Received: from fac13.ds.psu.edu (localhost [127.0.0.1]) by fac13.ds.psu.edu (8.11.1/8.11.1) with ESMTP id f1JFEn637372; Mon, 19 Feb 2001 10:14:50 -0500 (EST) (envelope-from hawk@fac13.ds.psu.edu) Message-Id: <200102191514.f1JFEn637372@fac13.ds.psu.edu> To: Jan Grant , freebsd-questions@FreeBSD.ORG Subject: Re: simple idea to rid the world of most spam In-Reply-To: Your message of "Sun, 18 Feb 2001 12:46:12 GMT." Date: Mon, 19 Feb 2001 10:14:49 -0500 From: hawk Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jan jived, > Nice idea in principle, but many sites get quite a bit of collateral > spam caused by spammers using real email addresses in the "From" field. Even more than that, the From: tends to be specifically targeted by seasoned spammers. At Iowa state, I noticed about three names regularly appearing--two were administrators who dealt with spam, and another was a mass professor . . . hawk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 7:18:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.wmptl.com (mail2.wmptl.com [216.94.6.26]) by hub.freebsd.org (Postfix) with ESMTP id 6A21037B4EC; Mon, 19 Feb 2001 07:18:12 -0800 (PST) Received: from wmptl.com ([10.0.0.168]) by mail2.wmptl.com (8.9.3/8.9.3) with ESMTP id KAA60473; Mon, 19 Feb 2001 10:28:59 -0500 (EST) (envelope-from webmaster@wmptl.com) Message-ID: <3A9137F0.C177D65F@wmptl.com> Date: Mon, 19 Feb 2001 10:12:48 -0500 From: Nathan Vidican X-Mailer: Mozilla 4.7 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org, isp@freebsd.org Subject: Sendmail gone crazy, proliferating emails Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Here's something interesting for you... I Came into the office this morning, and found that sendmail had been duplicating incoming messages all night. I myself only found a few emails which had duplicate receivals, eg two messages same time, same sender, same content, same headers. I didn't think it was that big of a deal, until my boss calls to say some other people within the office are getting 100-200 copies of an email message. First thing I did was turn of sendmail, and cucipop. Then I skimmed the maillog, messages, and apache access logs (we're running a hacked-up version of Neomail for a web-based client; seldom-used). I didn't find anything out of the ordinary, no duplicate messages or anything. I did note the receive log in maillog had a singular log for some of the messages I was receiving several copies of. The only error message, (logged both to the screen, and to /etc/messages), was (several times for every user that had left outlook running over the weekend checking their email): Feb 19 09:04:25 home cucipop[43229]: Error locking userX's mailbox Feb 19 09:05:08 home cucipop[43236]: Error locking userY's mailbox Feb 19 09:06:26 home cucipop[43244]: Error locking userZ's mailbox The machine had been running now for 70days since the last reboot, (which was due to a power-failure, at which time the machine had been up for a similar amount of time before with no real problems). So I don't think it's a configuration problem, or else it probably would have been note before now. Also, nothing was changed on the machine for some time now; only two people have telnet/ssh access to the machine, and my boss sure as heck didn't do it, on purpose or otherwise. I then started to throw blame at MS Outlook, (using Outlook 2000 as the client software on our LAN). I figured maybe someone got a stupid little VB script which was pulling the addressbook from every internal machine and bouncing around a few hundred emails all of\ver the place or something. This wouldn't be so though, because a-sendmail would therefor have a log of each individual message being sent from outlook to wherever, and b-there were messages sent from the mail-server itself, (eg periodic daily runs via cron), which I received three or four copies of each, and I use netscape not Outlook for email personally. Seeing nothing else unusual, and having no clue what if anything was actually wrong, I started sendmail and cucipop back up. It has, (knock on wood), not had any such problems since. I still need an explanation of some sort though? What exactly happened and why? Has anyone else every seen something like this before? What caused it? Could it just be some sort of crazy fluke? Desperatly trying to make some sense of this here... if anyone out there has any ieas, questions, comments, concerns, or otherwise PLEASE feel free to contact me. I would like to get this resolved, or at least build an understanding as to why or how this happened in the firstplace. Nathan Vidican webmaster@wmptl.com Windsor Match Plate & Tool Ltd. http://home.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 Feb 19 7:19:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cav.logica.co.uk (cav.logica.co.uk [158.234.10.66]) by hub.freebsd.org (Postfix) with ESMTP id D8BDC37B4EC for ; Mon, 19 Feb 2001 07:19:18 -0800 (PST) Received: from eckert.logica.co.uk (eckert.logica.co.uk [158.234.10.17]) by cav.logica.co.uk (8.9.1/8.9.1) with ESMTP id PAA27391 for ; Mon, 19 Feb 2001 15:19:18 GMT Received: by eckert.logica.co.uk with Internet Mail Service (5.5.2448.0) id ; Mon, 19 Feb 2001 15:19:11 -0000 Message-ID: From: "Newton, Harry" To: "'freebsd-questions@freebsd.org'" Subject: Identifying inet services. Date: Mon, 19 Feb 2001 15:19:11 -0000 X-Mailer: Internet Mail Service (5.5.2448.0) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I've just run Saint and then nmap on my stand-alone 4.2-Stable box ( ppp > dial up ) and have been told that I've got a couple of unidentified > services, one on port 1023 and one on 4405 ( I think ). How do I find out > what programs are using these ? ( They're not listed in /etc/services, > /etc/inetd.conf ). > > - Harry ( who's just become a little paranoid about security ... ) > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 7:48: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.chat.ru (gnu.chat.ru [212.24.32.10]) by hub.freebsd.org (Postfix) with ESMTP id A41B137B491 for ; Mon, 19 Feb 2001 07:47:59 -0800 (PST) Received: from [194.44.100.208] (helo=default) by mail.chat.ru with asmtp (Exim 3.22 #2) id 14UsTy-0007ZJ-00 for freebsd-questions@FreeBSD.ORG; Mon, 19 Feb 2001 18:44:13 +0300 Message-ID: <019a01c09a82$08954480$cb642cc2@default> From: "Anatolii_s" To: Subject: Help!!! Date: Mon, 19 Feb 2001 17:36:23 +0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0185_01C09A9A.7AA44180" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2417.2000 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Authorized: anatolii_s Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0185_01C09A9A.7AA44180 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: quoted-printable Dear support group of FreeBSD, I have some problem with my Unix FreeBSD 4.0. I can't install Midnight = commander. Can you help me? May by it is because in installation absent "gmake"? Or something also. = And how I can repair this problem? Sincerely, Anatolii. ------=_NextPart_000_0185_01C09A9A.7AA44180 Content-Type: text/html; charset="windows-1251" Content-Transfer-Encoding: quoted-printable
Dear support group of = FreeBSD,
 
I have some problem with my Unix = FreeBSD 4.0.=20 I can't install Midnight commander. Can you help me?
May by it is = because in=20 installation absent "gmake"? Or something also. And how I can repair = this=20 problem?
 
Sincerely,
Anatolii.
------=_NextPart_000_0185_01C09A9A.7AA44180-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 7:49:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from devnull.xpert.com (smtp.xpert.com [199.203.132.1]) by hub.freebsd.org (Postfix) with ESMTP id 2F9FF37B491 for ; Mon, 19 Feb 2001 07:49:17 -0800 (PST) Received: from mailserv.xpert.com ([199.203.132.135]) by devnull.xpert.com with esmtp (Exim 3.01 #1) id 14Us4Z-0004xo-00; Mon, 19 Feb 2001 17:17:55 +0200 Received: by mailserv.xpert.com with Internet Mail Service (5.5.2650.21) id <1TMP0B2B>; Mon, 19 Feb 2001 17:17:45 +0200 Message-ID: From: Yonatan Bokovza To: "'Newton, Harry'" , "'freebsd-questions@freebsd.org'" Subject: RE: Identifying inet services. Date: Mon, 19 Feb 2001 17:17:35 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG install lsof from the ports and lsof | grep LISTEN > -----Original Message----- > From: Newton, Harry [mailto:NewtonHa@logica.com] > Sent: Monday, February 19, 2001 5:15 PM > To: 'freebsd-questions@freebsd.org' > Subject: Identifying inet services. > > > I've just run Saint and then nmap on my stand-alone > 4.2-Stable box ( ppp > dial up ) and have been told that I've got a couple of unidentified > services, one on port 1023 and one on 4405 ( I think ). How > do I find out > what programs are using these ? ( They're not listed in /etc/services, > /etc/inetd.conf ). > > - Harry ( who's just become a little paranoid about security ... ) > > > --- > Harry Newton > Logica UK Ltd, (0161) 438 8173 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of 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 Feb 19 7:52: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id BD1AC37B491 for ; Mon, 19 Feb 2001 07:51:56 -0800 (PST) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by cactus.fi.uba.ar (8.9.3/8.9.3) with ESMTP id MAA81833; Mon, 19 Feb 2001 12:55:40 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Mon, 19 Feb 2001 12:55:40 -0300 (ART) From: Fernando Gleiser To: "Newton, Harry" Cc: "'freebsd-questions@freebsd.org'" Subject: Re: Identifying inet services. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 19 Feb 2001, Newton, Harry wrote: > I've just run Saint and then nmap on my stand-alone 4.2-Stable box ( ppp > dial up ) and have been told that I've got a couple of unidentified > services, one on port 1023 and one on 4405 ( I think ). How do I find out > what programs are using these ? ( They're not listed in /etc/services, > /etc/inetd.conf ). use sockstat. > > - Harry ( who's just become a little paranoid about security ... ) > > > --- > Harry Newton > Logica UK Ltd, (0161) 438 8173 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of 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 Feb 19 7:57:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ezwv.com (hermes.ezwv.com [208.163.10.16]) by hub.freebsd.org (Postfix) with ESMTP id A6A3837B491 for ; Mon, 19 Feb 2001 07:57:11 -0800 (PST) Received: from k6-2.weeble.com (ip206102032101.dlup.ezwv.com [206.102.32.101]) by mail.ezwv.com (8.9.3/8.9.3) with SMTP id KAA30507; Mon, 19 Feb 2001 10:57:03 -0500 From: Randy Pratt Reply-To: rpratt@ezwv.com To: Gavin Kenny Subject: Re: Printer Woes Date: Mon, 19 Feb 2001 09:53:07 -0500 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Message-Id: <01021910571900.21360@k6-2.weeble.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG First, my apologies if the list threading of this isn't correct. I read the online version and I am not subscribed to the list. I had similar problems setting up my HP LaserJet 5P. Try looking at using this filter: /usr/share/examples/printing/hpif Using the hpif filter, I was able to get text from my HP printer without the staircase effect. However, my printer didn't do postscript so I ended up using the apsfilter port. You may have better luck since your printer seems to do postscript. These are the steps I used for apsfilter: 1. Set up lpd according to the handbook section on printing. 2. Install the apsfilter port. 3. Moved /etc/printcap to /etc/printcap.orig 4. Ran the /usr/local/apsfilter/SETUP script The SETUP script has a series of menus to set options and test the printer. The apsfilter SETUP will create the /etc/printcap file. If the original printcap file is not moved, the SETUP script will append to the existing /etc/printcap file. This caused problems until I commented out the section using the hpif filter. Hence, the reason for the moving the /etc/printcap file. Hope this helps. I'm sure I'll be corrected if I've missed something. Randy On Fri, 19 Feb 2001, you wrote: > I'm trying to set up an HP 5m on my 4.1 box. > I've followed the steps in the Handbook and Complete > FreeBSD but to no avail. > I can print text and postscript to /dev/lpt0 > but the text duly sufferes from the "staircase" > effect. > I've then gone on to to set up lpr with the following > printcap: > :Ip|lj|ps|local line printer:\ :sh:\ > :lp=/dev/lpt0:sd=/var/spool/output/lpd:if=/var/log/lpd-errs:\ :if=/usr/local/libexec/lpfilter: > I've used both the shell script in the Handbook and > the executable from Complete FreeBSD for the filter. I > don't know if either of these work. > When I send something to the printer the lights start > aflashing and up comes "Processing Job", followed by > "Data Recieved", unfortunately thats all. Nothing > actually comes out of the printer. > What's going wrong?? ideas? > Many thanks > Gavin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 8:17:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from perkunas1.omnitel.net (perkunas1.omnitel.net [194.176.32.132]) by hub.freebsd.org (Postfix) with ESMTP id E1F4237B491 for ; Mon, 19 Feb 2001 08:17:49 -0800 (PST) Received: from post.omnitel.net (salc0-s4.ot.lt [194.176.53.20]) by perkunas1.omnitel.net (8.9.3/8.9.3) with ESMTP id SAA09257 for ; Mon, 19 Feb 2001 18:17:40 +0200 Message-ID: <3A915521.DAE57673@post.omnitel.net> Date: Mon, 19 Feb 2001 18:17:21 +0100 From: Macrolosa X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: remote_login(modem) Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, Can I login into remote machine(and get the shell) if I have an account there, but if this machine is my ISP's machine with modem connection and I can login into the net using PPP ??? How to log into this machine if it's down until somebody connected there by a modem??? Please help! Many thanks in advance - Ed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 8:22:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from FergInc.com (toth.ferguson.com [205.139.23.69]) by hub.freebsd.org (Postfix) with ESMTP id 989E937B401 for ; Mon, 19 Feb 2001 08:22:51 -0800 (PST) Received: (from branson@localhost) by FergInc.com (8.9.2/8.9.1) id LAA27124 for freebsd-questions@freebsd.org; Mon, 19 Feb 2001 11:22:50 -0500 (EST) Date: Mon, 19 Feb 2001 11:22:49 -0500 From: Branson Matheson To: freebsd-questions@freebsd.org Subject: lnc PCI version. Message-ID: <20010219112249.A23552@toth.ferginc.com> Reply-To: Branson.Matheson@FergInc.com Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Organization: Ferguson Enterprises, Inc. X-Operating-System: FreeBSD 3.1-19990306-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hmm.. weird.. I have an lnc that I moved from an old HP kayak to a new one. It shows up in the boot probe: lnc0: port 0x9f80-0x9f9f mem 0xfc4ff800-0xfc4ff81f irq 17 at device 5.0 on pci2 lnc0: driver is using old-style compatability shims but not in ifconfig. I did some hacking last night and noticed that it does not seem to get a mac from: /sys/i386/isa/if_lnc.c:1286 /* Extract MAC address from PROM */ for (i = 0; i < ETHER_ADDR_LEN; i++) sc->arpcom.ac_enaddr[i] = inb(iobase + i); Any one working on this? - branson ------------------------------------------------------------------------------- Branson Matheson "If you are falling off of a mountain, Manager, Risk and Information Security You may as well try to fly." Ferguson Enterprises, Inc. - Delenn, Minbari Ambassador ( $statements = ) !~ /Corporate Opinion/; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 8:31:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bells.cs.ucl.ac.uk (bells.cs.ucl.ac.uk [128.16.5.31]) by hub.freebsd.org (Postfix) with SMTP id D2A0E37B4EC for ; Mon, 19 Feb 2001 08:31:46 -0800 (PST) Received: from cactus.cs.ucl.ac.uk by bells.cs.ucl.ac.uk with local SMTP id ; Mon, 19 Feb 2001 16:30:07 +0000 X-Mailer: exmh version 2.0.2 To: tsnet Cc: questions Subject: Re: 2 network cards in a pc In-reply-to: Your message of "Mon, 19 Feb 2001 21:48:29 +0800." <001201c09a7a$a6637f40$1f5085cb@mis002> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 19 Feb 2001 16:30:04 +0000 Message-ID: <7858.982600204@cs.ucl.ac.uk> From: Greg MATTHEWS Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG be aware that the DE220 is not 'plug and play'. download the DOS utility from the dlink website so that you can set the irq and io addresses to something sensible that doesnt clash with anything else. you can do this by using a win9x boot disk to get to a dos prompt and then using the utility. if you have problems finding this util, let me know i have a copy somewhere. i originally had big problems with this card as it was clashing with a serial port. put the irq and io values in as kernel boot params in /boot/kernel.conf (i think that is the file). the DE220 will require the 'ed' network card driver to be in the kernel (i.e. the NE2000 driver), i dont have experience of the 530TX. i'm not sure that sysinstall is the best way to configure the interface. try using ifconfig (man ifconfig). hoep this helps GREG original message--------> Dear Sir: There is a question confuse me for days. So May I please ask you give me a answer. The question is : I try to add 2 network cards into a pc. One of them is "D-LINK 530TX ", and the other is "D-LINK 220TP". And then I use the comand "./sysinstall" to configure the '530TX' IP address to be "192.168.1.16". Then I try to configure '220 TP' to be another IP adress. But system show me the value of the '530TX' again. It seems meanning I can not configure '220TP' anymore. Do I wrong ? Because I try to bound proxy functio into '220TP'. Thanks a lot ! Best Regards Jemi Lee form Taiwan. <------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 8:43:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from VL-MS-MR002.sc1.videotron.ca (relais.videotron.ca [24.201.245.36]) by hub.freebsd.org (Postfix) with ESMTP id F28C337B401 for ; Mon, 19 Feb 2001 08:43:14 -0800 (PST) Received: from guillaume ([24.200.37.38]) by VL-MS-MR002.sc1.videotron.ca (Netscape Messaging Server 4.15) with SMTP id G90JRR05.7GQ for ; Mon, 19 Feb 2001 11:43:03 -0500 Message-ID: <003d01c09a92$b8f34fb0$0a0110ac@guillaume> From: "Guillaume" To: Subject: Problem with my NIC Date: Mon, 19 Feb 2001 11:40:52 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 Hello, I run FreeBSD 4.2 and I have a problem with my NIC. I can't ping outside of my computer. My server (192.168.1.1) is the router of my network. And distribute local IP to each clients Each clients run dhclient. It's work great with my Windows clients but not with my FreeBSD client. --------------------------- dmesg output is: xl0: <3Com 3c905C-TX Fast Etherlink XL> port 0xd800-0xd87f mem 0xe7000000-0xe700007f irq 5 at device 10.0 on pci0 xl0: command never completed! xl0: command never completed! xl0: Ethernet address: 00:01:03:2d:2a:81 -------------------------------------- ifconfig xl0: xl0: flags=8843 mtu 1500 inet 172.16.1.10 netmask 0xffffff00 broadcast 192.168.1.255 ether 00:01:03:2d:2a:81 media: autoselect (10baseT/UTP) status: active supported media: autoselect 100baseTX 100baseTX 10baseT/UTP 10baseT/UTP none --------------------------------------- netstat -nr Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire 127.0.0.1 127.0.0.1 UH 0 6 lo0 172.16.1/24 link#1 UC 0 0 xl0 => ---------------------------------------- My rc.conf look like this: dhcp_program="/sbin/dhclient" dhcp_flags="" network_interfaces="lo0 xl0" ifconfig_xl0="DHCP" defaultrouter="NO" firewall_enable="YES" firewall_script="/etc/rc.firewall" firewall_type="OPEN" linux_enable="YES" accounting_enable="YES" gateway_enable="NO" named_enable="YES" named_program="named" hostname="bsd.mydomain.com" Guillaume amyfoub@videotron.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 8:47:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from trinity.lee.net (trinity.lee.net [208.229.121.1]) by hub.freebsd.org (Postfix) with ESMTP id 6FFEB37B401 for ; Mon, 19 Feb 2001 08:47:50 -0800 (PST) Received: from journalstar.com (leepcD-096.sub-d.lee.net [208.205.127.96]) by trinity.lee.net (8.9.3/8.9.3) with ESMTP id KAA21541; Mon, 19 Feb 2001 10:47:33 -0600 Message-ID: <3A914E07.DF2E62EF@journalstar.com> Date: Mon, 19 Feb 2001 10:47:03 -0600 From: Tony Wells X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.0.36 i386) X-Accept-Language: en MIME-Version: 1.0 To: cjclark@alum.mit.edu Cc: freebsd-questions@FreeBSD.ORG Subject: Re: IPFirewall & syslogd References: <3A8D846F.8824EEB9@journalstar.com> <20010218001901.F62368@rfx-216-196-73-168.users.reflex> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I didn't add anything, I guess I assumed the default "security" line would catch it. Since it's a kernel thing and not a process, I'm not sure what I would put in syslogd to catch the messages. "Crist J. Clark" wrote: > > On Fri, Feb 16, 2001 at 01:50:07PM -0600, Tony Wells wrote: > > I'm having a problem getting ipfirewall to log via syslogd. > > > > I compiled the kernel with the three following options: > > > > options IPFIREWALL > > options IPFIREWALL_VERBOSE > > options IPFIREWALL_VERBOSE_LIMIT=10 > > > > I have a firewall rule that looks like this: > > > > deny tcp log from any to any setup > > > > Which deny's all the TCP connections not explicitly allowed. I hoped > > to be able to see if anyone is "rattling the doorknobs", but nothing > > gets logged to either /var/log/messages or /var/log/security if I try > > and connect to a blocked port. > > > > Does anyone have any ideas why "log" isn't getting logged via syslog? > > Did you put anything in /etc/syslog.conf to catch the messages? > -- > Crist J. Clark cjclark@alum.mit.edu > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 8:48:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id EE5A737B401; Mon, 19 Feb 2001 08:48:51 -0800 (PST) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.10.1/8.10.1) with ESMTP id f1JGmVL25456; Mon, 19 Feb 2001 08:48:31 -0800 (PST) Message-Id: <200102191648.f1JGmVL25456@ptavv.es.net> To: "G. Jason Middleton" Cc: freebsd-questions@FreeBSD.ORG, freebsd-newbies@FreeBSD.ORG Subject: Re: make clean In-reply-to: Your message of "Sat, 17 Feb 2001 15:20:33 EST." Date: Mon, 19 Feb 2001 08:48:31 -0800 From: "Kevin Oberman" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Date: Sat, 17 Feb 2001 15:20:33 -0500 > From: "G. Jason Middleton" > Sender: owner-freebsd-questions@FreeBSD.ORG > > can someone tell me exactly what the command make clean does? Literally, it does whatever the person who wrote the Makefile wants it to do. 'clean' is simply a make target. Normally 'make clean' will delete any files created by a 'make all' or most any other 'make'. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 8:55:15 2001 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 29A2037B491; Mon, 19 Feb 2001 08:55:09 -0800 (PST) Received: from [129.250.38.56] (helo=dfw-corpmmp1.email.verio.net) by dfw-smtpout1.email.verio.net with esmtp id 14Utae-0001Xa-00; Mon, 19 Feb 2001 16:55:08 +0000 Received: from [204.1.38.26] (helo=yongdell) by dfw-corpmmp1.email.verio.net with smtp id 14Utae-0004us-00; Mon, 19 Feb 2001 16:55:08 +0000 From: "Yong Lim" To: "Kevin Oberman" , "G. Jason Middleton" Cc: , Subject: RE: make clean (off topic) Date: Mon, 19 Feb 2001 11:55:19 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <200102191648.f1JGmVL25456@ptavv.es.net> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG So what does make dirty do? Or make naughty do..."whatever the person who wrote the Makefile wants it to do." Off topic...sorry I couldn't help. Yong : -----Original Message----- : From: owner-freebsd-newbies@FreeBSD.ORG : [mailto:owner-freebsd-newbies@FreeBSD.ORG]On Behalf Of Kevin Oberman : Sent: Monday, February 19, 2001 11:49 AM : To: G. Jason Middleton : Cc: freebsd-questions@FreeBSD.ORG; freebsd-newbies@FreeBSD.ORG : Subject: Re: make clean : : : > Date: Sat, 17 Feb 2001 15:20:33 -0500 : > From: "G. Jason Middleton" : > Sender: owner-freebsd-questions@FreeBSD.ORG : > : > can someone tell me exactly what the command make clean does? : : Literally, it does whatever the person who wrote the Makefile wants it : to do. 'clean' is simply a make target. : : Normally 'make clean' will delete any files created by a 'make all' or : most any other 'make'. : : R. Kevin Oberman, Network Engineer : Energy Sciences Network (ESnet) : Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) : E-mail: oberman@es.net Phone: +1 510 486-8634 : : : To Unsubscribe: send mail to majordomo@FreeBSD.org : with "unsubscribe freebsd-newbies" in the body of 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 Feb 19 9: 4:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web119.yahoomail.com (web119.mail.yahoo.com [205.180.60.120]) by hub.freebsd.org (Postfix) with SMTP id AA91337B4EC for ; Mon, 19 Feb 2001 09:04:19 -0800 (PST) Received: (qmail 5906 invoked by uid 60001); 19 Feb 2001 17:04:19 -0000 Message-ID: <20010219170419.5905.qmail@web119.yahoomail.com> Received: from [206.47.244.30] by web119.yahoomail.com; Mon, 19 Feb 2001 09:04:19 PST Date: Mon, 19 Feb 2001 09:04:19 -0800 (PST) From: Peter Shpak Subject: Re: 2 network cards in a pc To: tsnet@giga.net.tw Cc: questions@freebsd.org In-Reply-To: <001201c09a7a$a6637f40$1f5085cb@mis002> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG try using "ifconfig" instead of "/stand/sysinstall" "ifconfig" worked for me. --- TSnet wrote: > Dear Sir: > > There is a question confuse me for days. > So May I please ask you give me a answer. > The question is : I try to add 2 network cards > into a pc. One of them is "D-LINK 530TX ", > and the other is "D-LINK 220TP". > And then I use the comand "./sysinstall" to > configure the '530TX' > IP address to be "192.168.1.16". > Then I try to configure '220 TP' to be another IP > adress. > But system show me the value of the '530TX' again. > It seems meanning I can not configure '220TP' > anymore. > Do I wrong ? > Because I try to bound proxy functio into '220TP'. > Thanks a lot ! > > Best Regards > Jemi Lee > form Taiwan. > > > N?'²æìr¸?zǧvf¢?Ú&j:+v?¨·? è® "¶§²æìr¸?yúŞy»ªç¬¶*'²)í?æèw*¶¦zË? __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.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 Feb 19 9: 5:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id 3DAFB37B491 for ; Mon, 19 Feb 2001 09:05:47 -0800 (PST) Received: (from lowell@localhost) by be-well.ilk.org (8.11.2/8.11.2) id f1JH5g078009; Mon, 19 Feb 2001 12:05:42 -0500 (EST) (envelope-from lowell) To: freebsd-questions@freebsd.org Subject: Re: Maximum accounts per system (?) References: <15746.982285684@monkeys.com> <001101c097c2$ad792060$1200a8c0@gsicomp.on.ca> From: Lowell Gilbert Date: 19 Feb 2001 12:05:40 -0500 In-Reply-To: matt@gsicomp.on.ca's message of "16 Feb 2001 03:49:42 +0100" Message-ID: <444rxqsivv.fsf@lowellg.ne.mediaone.net> Lines: 8 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG matt@gsicomp.on.ca (Matthew Emmerton) writes: > I noticed a quote in the source for pwd_mkdb that stated that "some software > assumes that IDs are short." So most likely the 32k restriction is due to > historical reasons. I don't have my references at easy hand to double-check, but I believe that NFSv2 allows only 15 or 16 bits for uid. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 9: 8: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail1.rdc1.on.home.com (femail1.rdc1.on.home.com [24.2.9.88]) by hub.freebsd.org (Postfix) with ESMTP id 6984F37B401 for ; Mon, 19 Feb 2001 09:08:04 -0800 (PST) Received: from [24.42.73.132] by femail1.rdc1.on.home.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20010219170653.OBEC24578.femail1.rdc1.on.home.com@[24.42.73.132]> for ; Mon, 19 Feb 2001 09:06:53 -0800 From: Carl To: freebsd-questions@FreeBSD.ORG Subject: Solution to KDE not recognizing QT installation Date: Mon, 19 Feb 2001 12:07:31 -0500 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Message-Id: <01021912073101.00349@.@Home> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I had performed a clean install of FreeBSD 4.2 Release and immediately installed cvsup to update my ports. I then installed XFree86-4.0.2 and QT-2.2.4. When I tried to make kdesupport2 I got the following error: #include #if ! (QT_VERSION >= 221) #error 1 At this point the make died. After scanning through the configure and Makefile without success I decided to remove cvsup and its dependancies, that included the XFree86 libraries & Mesa. I then reinstalled the XFree86 libraries and Mesa followed by QT-2.2.4 and KDE. This time KDE installed without issue. From this experience it seems that QT and/or KDE may have some conflict with cvsup, I made no other system changes. Hope this helps others... Regards. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 9:20:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 2FD8637B503 for ; Mon, 19 Feb 2001 09:20:26 -0800 (PST) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id TAA07637; Mon, 19 Feb 2001 19:26:08 +0100 Message-ID: <3A91561E.83108DB6@i-clue.de> Date: Mon, 19 Feb 2001 18:21:34 +0100 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: Anatolii_s Cc: questions@freebsd.org Subject: Re: Help!!! References: <019a01c09a82$08954480$cb642cc2@default> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Anatolii_s schrieb: > > I have some problem with my Unix FreeBSD 4.0. I can't install Midnight > commander. Can you help me? > May by it is because in installation absent "gmake"? Or something > also. And how I can repair this problem? % su % Password: ***** # cd /usr/ports/misc/mc # make all install clean and you're done. The process is explained in the handbook. (http:/www.freebsd.org/handbook, if you installed the documentation see /usr/share/doc/handbook/index.html, too. Look for "ports". HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 9:28:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mls.gtonet.net (mls.gtonet.net [216.112.90.195]) by hub.freebsd.org (Postfix) with ESMTP id 44E4A37B503 for ; Mon, 19 Feb 2001 09:28:19 -0800 (PST) Received: from pld (pld.gtonet.net [216.112.90.200]) by mls.gtonet.net (8.11.2/8.11.2) with SMTP id f1JHSJb50704 for ; Mon, 19 Feb 2001 09:28:19 -0800 (PST) (envelope-from oldfart@gtonet.net) Reply-To: From: "oldfart@gtonet" To: Subject: RE: Help!!! Date: Mon, 19 Feb 2001 09:28:18 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal In-Reply-To: <3A91561E.83108DB6@i-clue.de> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Christoph Sold > Sent: Monday, February 19, 2001 9:22 AM > To: Anatolii_s > Cc: questions@FreeBSD.ORG > Subject: Re: Help!!! > > > > Anatolii_s schrieb: > > > > I have some problem with my Unix FreeBSD 4.0. I can't install Midnight > > commander. Can you help me? > > May by it is because in installation absent "gmake"? Or something > > also. And how I can repair this problem? > > % su > % Password: ***** > # cd /usr/ports/misc/mc > # make all install clean Am I the only one who runs 'make depend all install clean'? :) OF > and you're done. The process is explained in the handbook. > (http:/www.freebsd.org/handbook, if you installed the documentation see > /usr/share/doc/handbook/index.html, too. Look for "ports". > > HTH > -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 9:30:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from xena.gsicomp.on.ca (cr677933-a.ktchnr1.on.wave.home.com [24.43.230.149]) by hub.freebsd.org (Postfix) with ESMTP id B6C0137B491 for ; Mon, 19 Feb 2001 09:30:40 -0800 (PST) Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.1/8.9.3) with SMTP id f1JHSri87516; Mon, 19 Feb 2001 12:28:54 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <002801c09a99$6f1c3fd0$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: , "Lowell Gilbert" References: <15746.982285684@monkeys.com> <001101c097c2$ad792060$1200a8c0@gsicomp.on.ca> <444rxqsivv.fsf@lowellg.ne.mediaone.net> Subject: Re: Maximum accounts per system (?) Date: Mon, 19 Feb 2001 12:28:53 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 > matt@gsicomp.on.ca (Matthew Emmerton) writes: > > > I noticed a quote in the source for pwd_mkdb that stated that "some software > > assumes that IDs are short." So most likely the 32k restriction is due to > > historical reasons. > > I don't have my references at easy hand to double-check, but I believe > that NFSv2 allows only 15 or 16 bits for uid. Taking a quick look at headers: nfs/nfs.h (v3) uses uid_t for UIDs, so v3 allows 32 bits. nfs/nfsproto.h (aka nfs/nfsv2.h) uses u_int32_t for UIDs, so v2 should allow 32 bits as well. -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 9:30:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bumper.jellybaby.net (bumper.jellybaby.net [194.159.247.1]) by hub.freebsd.org (Postfix) with ESMTP id 005C437B491 for ; Mon, 19 Feb 2001 09:30:49 -0800 (PST) Received: (from simond@localhost) by bumper.jellybaby.net (8.9.2/8.9.2) id RAA52570; Mon, 19 Feb 2001 17:30:39 GMT (envelope-from simond) Date: Mon, 19 Feb 2001 17:30:39 +0000 From: simond@irrelevant.org To: "oldfart@gtonet" Cc: questions@FreeBSD.ORG Subject: Re: Help!!! Message-ID: <20010219173039.D49506@irrelevant.org> References: <3A91561E.83108DB6@i-clue.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from oldfart@gtonet.net on Mon, Feb 19, 2001 at 09:28:18AM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Feb 19, 2001 at 09:28:18AM -0800, oldfart@gtonet wrote: > > -----Original Message----- > > From: owner-freebsd-questions@FreeBSD.ORG > > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Christoph Sold > > Sent: Monday, February 19, 2001 9:22 AM > > To: Anatolii_s > > Cc: questions@FreeBSD.ORG > > Subject: Re: Help!!! > > > > > > > Anatolii_s schrieb: > > > > > > I have some problem with my Unix FreeBSD 4.0. I can't install Midnight > > > commander. Can you help me? > > > May by it is because in installation absent "gmake"? Or something > > > also. And how I can repair this problem? > > > > % su > > % Password: ***** > > # cd /usr/ports/misc/mc > > # make all install clean > > Am I the only one who runs 'make depend all install clean'? :) I just run make install distclean :) -- Simon Dick simond@irrelevant.org "Why do I get this urge to go bowling everytime I see Tux?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 9:38:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.WPI.EDU (smtp.WPI.EDU [130.215.24.62]) by hub.freebsd.org (Postfix) with ESMTP id C42E537B491 for ; Mon, 19 Feb 2001 09:38:20 -0800 (PST) Received: from seven.res.WPI.NET (seven.res.WPI.NET [130.215.243.205]) by smtp.WPI.EDU (8.12.0.Beta3/8.12.0.Beta3) with ESMTP id f1JHc92F027779 for ; Mon, 19 Feb 2001 12:38:09 -0500 (EST) Date: Mon, 19 Feb 2001 12:37:30 -0500 (EST) From: "Todd J. Spencer" X-Sender: tspencer@seven.res.wpi.net To: freebsd-questions@freebsd.org Subject: Make Buildworld error Message-ID: "Reply-To: Todd J. Spencer " MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I keep getting an error when I try make buildworld that reads as follows: c++ -I/usr/obj/usr/src/i386/usr/include/g++ -O -pipe -I/usr/obj/usr/src/i386/usr/include -I/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/lib -I/usr/src/gnu/usr.bin/gperf -c /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/main.cc c++ -I/usr/obj/usr/src/i386/usr/include/g++ -O -pipe -I/usr/obj/usr/src/i386/usr/include -I/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/lib -I/usr/src/gnu/usr.bin/gperf -c /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/new.cc /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/new.cc:80: warning: `catch', `throw', and `try' are all C++ reserved words /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/new.cc: In function `void operator delete(void *)': /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/new.cc:82: declaration of `operator delete(void *)' throws different exceptions... :82: ...from previous declaration here *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. I cleaned out /usr/src and /usr/obj then ran cvsup using a supfile reading like this: *default host=cvsup.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_4 *default delete use-rel-suffix src-all doc-all tag=. Then I try running make buildworld and get the error above. I am currently running 3.5-STABLE on a dual P-II running SMP with 1GB memory Any help would be greatly appreciated. Thanks, Todd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 9:40:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from arthur.avalon.net (arthur.avalon.net [204.71.106.20]) by hub.freebsd.org (Postfix) with ESMTP id 67EEE37B401 for ; Mon, 19 Feb 2001 09:40:25 -0800 (PST) Received: from avalon.net (v90-69.ic.avalon.net [205.217.148.118]) by arthur.avalon.net (8.9.1/8.9.1) with ESMTP id LAA05098 for ; Mon, 19 Feb 2001 11:40:23 -0600 (CST) Message-ID: <3A915F20.AB8ADA70@avalon.net> Date: Mon, 19 Feb 2001 12:00:16 -0600 From: Greg Nelsen Reply-To: excalibr@avalon.net Organization: Greg's Web X-Mailer: Mozilla 4.06 (Macintosh; I; PPC) MIME-Version: 1.0 To: questions@FreeBSD.org Subject: a little problem with upgrading 4.1 to 4.2 Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854"; x-mac-creator="4D4F5353" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Last night I cvsuped the 4-stable tree and then followed the instructions in src/UPGRADING the cvsup went fine (i think) and building the world went fine (i think). I say "I think" because these things take so long that I don't watch them closely. Buildkernel went fine, and installkernel went fine too. I dropped to single user... but the installworld command barfed an error: It could not find GNU/?iforget?/libg2a or something like that (I'm pretty sure of the lib and the g2a). I'm sort of a newbie with this, so is this system now too inconsistent to run if it restarts, and is there any thing I can try? Yes I've got backup and fixit disks --Oh, i used -DNOGAMES and -DNOFORTRAN too to buildworld and installworld. Greg excalibr@avalon.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 9:42:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.WPI.EDU (smtp.WPI.EDU [130.215.24.62]) by hub.freebsd.org (Postfix) with ESMTP id A4E8837B491 for ; Mon, 19 Feb 2001 09:42:56 -0800 (PST) Received: from seven.res.WPI.NET (seven.res.WPI.NET [130.215.243.205]) by smtp.WPI.EDU (8.12.0.Beta3/8.12.0.Beta3) with ESMTP id f1JHgj2F026856 for ; Mon, 19 Feb 2001 12:42:46 -0500 (EST) Date: Mon, 19 Feb 2001 12:42:06 -0500 (EST) From: "Todd J. Spencer" X-Sender: tspencer@seven.res.wpi.net To: freebsd-questions@FreeBSD.ORG Subject: Make Buildworld error Message-ID: "Reply-To: Todd J. Spencer " MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I keep getting an error when I try make buildworld that reads as follows: c++ -I/usr/obj/usr/src/i386/usr/include/g++ -O -pipe -I/usr/obj/usr/src/i386/usr/include -I/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/lib -I/usr/src/gnu/usr.bin/gperf -c /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/main.cc c++ -I/usr/obj/usr/src/i386/usr/include/g++ -O -pipe -I/usr/obj/usr/src/i386/usr/include -I/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/lib -I/usr/src/gnu/usr.bin/gperf -c /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/new.cc /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/new.cc:80: warning: `catch', `throw', and `try' are all C++ reserved words /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/new.cc: In function `void operator delete(void *)': /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/new.cc:82: declaration of `operator delete(void *)' throws different exceptions... :82: ...from previous declaration here *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. I cleaned out /usr/src and /usr/obj then ran cvsup using a supfile reading like this: *default host=cvsup.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_4 *default delete use-rel-suffix src-all doc-all tag=. Then I try running make buildworld and get the error above. I am currently running 3.5-STABLE on a dual P-II running SMP with 1GB memory Any help would be greatly appreciated. Thanks, Todd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 9:46: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from arthur.avalon.net (arthur.avalon.net [204.71.106.20]) by hub.freebsd.org (Postfix) with ESMTP id A259137B491 for ; Mon, 19 Feb 2001 09:46:06 -0800 (PST) Received: from avalon.net (v90-69.ic.avalon.net [205.217.148.118]) by arthur.avalon.net (8.9.1/8.9.1) with ESMTP id LAA06115 for ; Mon, 19 Feb 2001 11:46:05 -0600 (CST) Message-ID: <3A916076.78EE82EE@avalon.net> Date: Mon, 19 Feb 2001 12:05:59 -0600 From: Greg Nelsen Reply-To: excalibr@avalon.net Organization: Greg's Web X-Mailer: Mozilla 4.06 (Macintosh; I; PPC) MIME-Version: 1.0 To: questions@FreeBSD.org Subject: a little problem with upgrading 4.1 to 4.2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Last night I cvsuped the 4-stable tree and then followed the instructions in src/UPGRADING the cvsup went fine (i think) and building the world went fine (i think). I say "I think" because these things take so long that I don't watch them closely. Buildkernel went fine, and installkernel went fine too. I dropped to single user... but the installworld command barfed an error: It could not find GNU/?iforget?/libg2a or something like that (I'm pretty sure of the lib and the g2a). I'm sort of a newbie with this, so is this system now too inconsistent to run if it restarts, and is there any thing I can try? Yes I've got backup and fixit disks --Oh, i used -DNOGAMES and -DNOFORTRAN too to buildworld and installworld. Greg excalibr@avalon.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 9:54:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from arthur.avalon.net (arthur.avalon.net [204.71.106.20]) by hub.freebsd.org (Postfix) with ESMTP id 97ADD37B491 for ; Mon, 19 Feb 2001 09:54:34 -0800 (PST) Received: from avalon.net (v90-69.ic.avalon.net [205.217.148.118]) by arthur.avalon.net (8.9.1/8.9.1) with ESMTP id LAA07832 for ; Mon, 19 Feb 2001 11:54:33 -0600 (CST) Message-ID: <3A916272.8453DB53@avalon.net> Date: Mon, 19 Feb 2001 12:14:30 -0600 From: Greg Nelsen Reply-To: excalibr@avalon.net Organization: Greg's Web X-Mailer: Mozilla 4.06 (Macintosh; I; PPC) MIME-Version: 1.0 To: questions@FreeBSD.org Subject: a little problem with upgrading 4.1 to 4.2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Last night I cvsuped the 4-stable tree and then followed the instructions in src/UPGRADING the cvsup went fine (i think) and building the world went fine (i think). I say "I think" because these things take so long that I don't watch them closely. Buildkernel went fine, and installkernel went fine too. I dropped to single user... but the installworld command barfed an error: It could not find GNU/?iforget?/libg2a or something like that (I'm pretty sure of the lib and the g2a). I'm sort of a newbie with this, so is this system now too inconsistent to run if it restarts, and is there any thing I can try? Yes I've got backup and fixit disks --Oh, i used -DNOGAMES and -DNOFORTRAN too to buildworld and installworld. Greg excalibr@avalon.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 10: 5:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id 930F637B401 for ; Mon, 19 Feb 2001 10:05:07 -0800 (PST) Received: from [64.110.74.50] (helo=poeza.iconnect.co.ke) by siafu.iconnect.co.ke with esmtp (Exim 2.12 #1) id 14UueZ-000E2j-00 for freebsd-questions@freebsd.org; Mon, 19 Feb 2001 21:03:17 +0300 Received: from wash by poeza.iconnect.co.ke with local (Exim 3.20 #1) id 14UuhY-0009gi-00 for freebsd-questions@freebsd.org; Mon, 19 Feb 2001 21:06:20 +0300 Date: Mon, 19 Feb 2001 21:06:20 +0300 From: Odhiambo Washington To: FBSD-Q Subject: Expiring User accounts Message-ID: <20010219210620.A37206@poeza.iconnect.co.ke> Mail-Followup-To: Odhiambo Washington , FBSD-Q Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="u3/rZRmxL6MmkK24" Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD poeza.iconnect.co.ke 4.2-STABLE FreeBSD 4.2-STABLE X-Mailer: Mutt http://www.mutt.org/ X-Location: Mombasa, KE, East Africa Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --u3/rZRmxL6MmkK24 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I have something that confuses me. I've been playing with chsh so that I have a user account expiring automatically. I set the date month and year but after that the user can still access their e-mail. It is a test that I am doing with portmaster login (RADIUS) so i am giving the users a shell called /bin/pmlogin. This is a proprietary shell that comes with Lucent RADIUS.=20 Does anyone have an ideas why this is not working? Or the expiry is only dependent on the Unix shells, not the proprietary one? TIA -Wash -- Odhiambo Washington Inter-Connect Ltd., wash@iconnect.co.ke 5th Flr Furaha Plaza Tel: 254 11 222604 Nkrumah Rd., Fax: 254 11 222636 PO Box 83613 MOMBASA, KE. What we call human nature in actuality is human habit. -Jewel, "Pieces of Y= ou"=20 --u3/rZRmxL6MmkK24 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6kWCcA2k+MNyI/bERApX/AJoDIjh+Gs43wUbXTU579hZh/aBYqwCeISnJ GKbREuXPlkCYtg6x8c31y44= =agxz -----END PGP SIGNATURE----- --u3/rZRmxL6MmkK24-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 10: 7:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from zcars04f.ca.nortel.com (zcars04f.nortelnetworks.com [47.129.242.57]) by hub.freebsd.org (Postfix) with ESMTP id 8687737B698 for ; Mon, 19 Feb 2001 10:07:21 -0800 (PST) Received: from zcard015.ca.nortel.com by zcars04f.ca.nortel.com; Mon, 19 Feb 2001 13:05:52 -0500 Received: by zcard015.ca.nortel.com with Internet Mail Service (5.5.2653.19) id ; Mon, 19 Feb 2001 13:05:54 -0500 Message-ID: From: "Matthew Koivisto" To: "'freebsd-questions@freebsd.org'" Subject: RE: 2 network cards in a pc Date: Mon, 19 Feb 2001 13:05:47 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C09A9E.95C04550" X-Orig: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C09A9E.95C04550 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Try editing your /etc/rc.conf file and add these lines if they aren't allready there network_interfaces=3D"xl0 xl1" #(or whatever your interface identifers = are) ifconfig_xl0=3D"inet 192.168.1.16 netmask 255.255.255.0" #Again, = whatever your netmask should be ifconfig_xl1=3D"inet 192.168.1.2 netmask 255.255.255.0" #Whatever = your second ip addy=20 hope this helps, matt --- TSnet wrote: > Dear Sir: >=20 > There is a question confuse me for days. > So May I please ask you give me a answer. > The question is : I try to add 2 network cards > into a pc. One of them is "D-LINK 530TX ",=20 > and the other is "D-LINK 220TP". > And then I use the comand "./sysinstall" to > configure the '530TX' > IP address to be "192.168.1.16". > Then I try to configure '220 TP' to be another IP > adress. > But system show me the value of the '530TX' again. > It seems meanning I can not configure '220TP' > anymore. > Do I wrong ? > Because I try to bound proxy functio into '220TP'. > Thanks a lot ! >=20 > Best Regards > Jemi Lee=20 > form Taiwan. >=20 >=20 > N?'=B2=E6=ECr=B8?z=C7=A7vf=A2?=DA&j:+v?=A8=16=B7?=05 =E8(r) "=B6=1B=A7=B2=E6=ECr=B8?y=FA=DEy"=1D=AA=E7=AC=B6*'=B2)=ED?=E6=E8w*=B6=17= =A6z=CB=1A? __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35=20 a year! http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message ------_=_NextPart_001_01C09A9E.95C04550 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable RE: 2 network cards in a pc

Try editing your /etc/rc.conf file and add these = lines if they aren't allready there
network_interfaces=3D"xl0 xl1"  #(or = whatever your interface identifers are)
ifconfig_xl0=3D"inet 192.168.1.16 netmask = 255.255.255.0" #Again, whatever your netmask should be
ifconfig_xl1=3D"inet 192.168.1.2 netmask = 255.255.255.0"   #Whatever your second ip addy

hope this helps,
matt

--- TSnet <tsnet@giga.net.tw> wrote:
> Dear Sir:
>
> There is  a question confuse me for = days.
> So May I please ask you give me a = answer.
> The question is :  I try to add 2 network = cards
> into a pc. One of them is "D-LINK 530TX = ",
> and the other is "D-LINK = 220TP".
> And then I use the comand = "./sysinstall"  to
> configure the '530TX'
> IP address to be = "192.168.1.16".
> Then I try to configure '220 TP' to be another = IP
> adress.
> But system show me the value of the '530TX' = again.
> It seems meanning  I can not configure = '220TP'
> anymore.
> Do I wrong ?
> Because I try to bound proxy functio into = '220TP'.
> Thanks a lot !
>
> Best Regards
> Jemi Lee
> form Taiwan.
>
>
> = N?'=B2=E6=ECr=B8?z=C7=A7vf=A2?=DA&j:+v?=A8=16=B7?=05
=E8(r)
"=B6=1B=A7=B2=E6=ECr=B8?y=FA=DEy"=1D=AA=E7=AC=B6*'=B2= )=ED?=E6=E8w*=B6=17=A6z=CB=1A?


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - = only $35
a year!  http://personal.mail.yahoo.com/


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

------_=_NextPart_001_01C09A9E.95C04550-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 10: 8:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from arthur.avalon.net (arthur.avalon.net [204.71.106.20]) by hub.freebsd.org (Postfix) with ESMTP id F1A1137B65D; Mon, 19 Feb 2001 10:08:47 -0800 (PST) Received: from avalon.net (v90-69.ic.avalon.net [205.217.148.118]) by arthur.avalon.net (8.9.1/8.9.1) with ESMTP id MAA10360; Mon, 19 Feb 2001 12:08:44 -0600 (CST) Message-ID: <3A9165C6.4F634328@avalon.net> Date: Mon, 19 Feb 2001 12:28:46 -0600 From: Greg Nelsen Reply-To: excalibr@avalon.net Organization: Greg's Web X-Mailer: Mozilla 4.06 (Macintosh; I; PPC) MIME-Version: 1.0 To: support avalon , security-officer@FreeBSD.org, freebsd-questions@FreeBSD.org Subject: mail redirected? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When I sent this letter (below) to questions@FreeBSD.org (a web mailto), I got back a non delivery message (also included) from a stranger. Can any of you tell me why? ----------my letter---------- X-Mozilla-Status: 0001 Message-ID: <3A916272.8453DB53@avalon.net> Date: Mon, 19 Feb 2001 12:14:30 -0600 From: Greg Nelsen Reply-To: excalibr@avalon.net Organization: Greg's Web X-Mailer: Mozilla 4.06 (Macintosh; I; PPC) MIME-Version: 1.0 To: questions@FreeBSD.org Subject: a little problem with upgrading 4.1 to 4.2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Last night I cvsuped the 4-stable tree and then followed the instructions in src/UPGRADING the cvsup went fine (i think) and building the world went fine (i think). I say "I think" because these things take so long that I don't watch them closely. Buildkernel went fine, and installkernel went fine too. I dropped to single user. The installworld command barfed an error: It could not find GNU/?iforget?/libg2a or something like that (I'm pretty sure of the lib and the g2a). I'm sort of a newbie with this, so is this system now too inconsistent to run if I restart it, and is there any thing I can try? Yes I've got backup and fixit disks --Oh, i used -DNOGAMES and -DNOFORTRAN too to buildworld and installworld. Greg excalibr@avalon.net -------------------------------------non delivery message--------------- Received: from MANDARE01 ([212.209.156.4]) by arthur.avalon.net (8.9.1/8.9.1) with SMTP id LAA07975 for ; Mon, 19 Feb 2001 11:55:28 -0600 (CST) From: administrator@excedo.se Message-ID: Date: Mon, 19 Feb 2001 19:01:52 +0100 To: excalibr@avalon.net Subject: Secure Messaging Non-Delivery Report: a little problem with upgrading 4.1 to 4.2 MIME-version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Mailer: TFS Secure Messaging /320000000/450900108/450220201/ X-Mailer: Version 4.6 Build 117 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by arthur.avalon.net id LAA07975 X-UIDL: 347e77ab73ce24ff8d275f01824bf9f6 X-Mozilla-Status: 8001 When excalibr@avalon.net sent e-mail to HAJO@EXCEDO.SE (1/255/1) The message was blocked by TFS Secure Messaging To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 10:10:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from zcars04f.ca.nortel.com (zcars04f.nortelnetworks.com [47.129.242.57]) by hub.freebsd.org (Postfix) with ESMTP id 3BE4337B401 for ; Mon, 19 Feb 2001 10:10:31 -0800 (PST) Received: from zcard015.ca.nortel.com by zcars04f.ca.nortel.com; Mon, 19 Feb 2001 13:07:51 -0500 Received: by zcard015.ca.nortel.com with Internet Mail Service (5.5.2653.19) id ; Mon, 19 Feb 2001 13:07:51 -0500 Message-ID: From: "Matthew Koivisto" To: "'freebsd-questions@freebsd.org'" Subject: RE: a little problem with upgrading 4.1 to 4.2 Date: Mon, 19 Feb 2001 13:07:40 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C09A9E.D8F6FF30" X-Orig: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C09A9E.D8F6FF30 Content-Type: text/plain; charset="iso-8859-1" When I upgraded my 4.1 to 4.2 I kept it in multiple user mode the whole time, and it went great. Try it not in single user mode. Matt -----Original Message----- From: Greg Nelsen [mailto:excalibr@avalon.net] Sent: Monday, February 19, 2001 1:15 PM To: questions@FreeBSD.org Subject: a little problem with upgrading 4.1 to 4.2 Last night I cvsuped the 4-stable tree and then followed the instructions in src/UPGRADING the cvsup went fine (i think) and building the world went fine (i think). I say "I think" because these things take so long that I don't watch them closely. Buildkernel went fine, and installkernel went fine too. I dropped to single user... but the installworld command barfed an error: It could not find GNU/?iforget?/libg2a or something like that (I'm pretty sure of the lib and the g2a). I'm sort of a newbie with this, so is this system now too inconsistent to run if it restarts, and is there any thing I can try? Yes I've got backup and fixit disks --Oh, i used -DNOGAMES and -DNOFORTRAN too to buildworld and installworld. Greg excalibr@avalon.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message ------_=_NextPart_001_01C09A9E.D8F6FF30 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable RE: a little problem with upgrading 4.1 to 4.2

When I upgraded my 4.1 to 4.2 I kept it in multiple = user mode the whole time, and it went great. Try it not in single user = mode.

Matt

 -----Original Message-----
From:   Greg Nelsen [mailto:excalibr@avalon.net] =
Sent:   Monday, February 19, 2001 1:15 = PM
To:     = questions@FreeBSD.org
Subject:        a = little problem with upgrading 4.1 to 4.2

Last night  I cvsuped the 4-stable tree and then = followed the
instructions in src/UPGRADING
the cvsup went fine (i think) and building the world = went fine (i
think). I say "I think" because these = things take so long that I don't
watch them closely. Buildkernel went fine, and = installkernel went fine
too. I dropped to single user... but the = installworld command barfed an
error: It could not find GNU/?iforget?/libg2a  = or something like that
(I'm pretty sure of the lib and the g2a).

I'm sort of a newbie with this, so is this system now = too inconsistent
to run if it restarts, and is there any thing I can = try?  Yes I've got
backup and fixit disks --Oh, i used -DNOGAMES and = -DNOFORTRAN too to
buildworld and installworld.

Greg
excalibr@avalon.net


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

------_=_NextPart_001_01C09A9E.D8F6FF30-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 10:10:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from arthur.avalon.net (arthur.avalon.net [204.71.106.20]) by hub.freebsd.org (Postfix) with ESMTP id 8A06A37B4EC for ; Mon, 19 Feb 2001 10:10:56 -0800 (PST) Received: from avalon.net (v90-69.ic.avalon.net [205.217.148.118]) by arthur.avalon.net (8.9.1/8.9.1) with ESMTP id MAA10803 for ; Mon, 19 Feb 2001 12:10:54 -0600 (CST) Message-ID: <3A916648.B492B75F@avalon.net> Date: Mon, 19 Feb 2001 12:30:57 -0600 From: Greg Nelsen Reply-To: excalibr@avalon.net Organization: Greg's Web X-Mailer: Mozilla 4.06 (Macintosh; I; PPC) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: a little problem with upgrading 4.1 to 4.2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Last night I cvsuped the 4-stable tree and then followed the instructions in src/UPGRADING the cvsup went fine (i think) and building the world went fine (i think). I say "I think" because these things take so long that I don't watch them closely. Buildkernel went fine, and installkernel went fine too. I dropped to single user... but the installworld command barfed an error: It could not find GNU/?iforget?/libg2a or something like that (I'm pretty sure of the lib and the g2a). I'm sort of a newbie with this, so is this system now too inconsistent to run if it restarts, and is there any thing I can try? Yes I've got backup and fixit disks --Oh, i used -DNOGAMES and -DNOFORTRAN too to buildworld and installworld. Greg excalibr@avalon.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 10:28: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hobbiton.shire.net (frogmorton.shire.net [204.228.145.136]) by hub.freebsd.org (Postfix) with ESMTP id 7F03A37B4EC for ; Mon, 19 Feb 2001 10:27:58 -0800 (PST) Received: from [216.64.45.172] (helo=[192.168.99.123]) by hobbiton.shire.net with esmtp (Exim 2.04 #5) id 14UoUI-0008wv-00 for freebsd-questions@freebsd.org; Mon, 19 Feb 2001 04:28:14 -0700 Date: Mon, 19 Feb 2001 13:20:01 -0500 From: "Chad Leigh, Pengar Enterprises, Inc & Shire.Net LLC" Reply-To: chad@pengar.com To: freebsd-questions@freebsd.org Subject: "no more processes" Message-ID: <3336257933.982588801@[192.168.99.123]> X-Mailer: Mulberry/2.0.5 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi All I am running 4.2-RELEASE on a dual Celeron system. The system is mainly running a few versions of Roxen (www.roxen.com) web server, mySQL database, and various perl and other CGIs. Very little actual user login occurs. The system had been up about 2 weeks when I logged in last night and started getting "no more processes" messages for any command I typed that was not built into the shell. Additional SSH connections failed. Processes, like Roxen and mySQL that were already running and not forking, continued to run. Logging out of my SSH session and logging into the console I was able to reboot. I figured that my new kernel needed some parameters changed in it and went to the kernel config files. But I am not sure what parameters to look at. Looking in LINT I didn't see any parameters that appear to influence process table sizes etc. I have vague memories in 2.2.x of having such parameters. Can someone provide me with some hints or pointers to docs that would help me understand in detail what was probably happening and what precautions I should take to make sure it does not happen again? Thanks Chad Shire.Net LLC Pengar Enterprises, Inc. and Shire.Net LLC Web and Macintosh Consulting -- full service web hosting Chad Leigh chad@pengar.com chad@shire.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 10:34:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from trinity.magpage.com (trinity.magpage.com [216.155.0.8]) by hub.freebsd.org (Postfix) with ESMTP id 0B64C37B503 for ; Mon, 19 Feb 2001 10:34:16 -0800 (PST) Received: from magpage.com (dfrazier@poomba.magpage.com [216.155.24.136]) by trinity.magpage.com (8.11.1/8.11.1) with ESMTP id f1JIYAS10087; Mon, 19 Feb 2001 13:34:10 -0500 Message-ID: <3A916721.C2A877EE@magpage.com> Date: Mon, 19 Feb 2001 13:34:09 -0500 From: Daniel Frazier Organization: Magpage Internet Services X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: ben@cahostnet.net Cc: questions@freebsd.org Subject: Re: virtual hosting References: <20010217161653.667722753@sitemail.everyone.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Benjamin, sorry for the delay in replying... Now I understand what you're looking for. My company uses something like this for a multitude of tasks, including adding virt hosts. (IMHO this is one of unix's greatest strengths, the ability to script just about anything.) The only gotcha is that these scripts were developed in house and are so customized that they aren't very portable. The script we've made to add virt hosts does much more than just adding the virt host entry in httpd.conf... it adds billing info to mysql, creates a zone file for the domain, adds the domain to sendmail.cw, etc. The fact that apache, mysql and sendmail are all running on different servers goes to illustrate how customised these scripts have to be. My suggestion is this: learn perl. Perl is a great first language and is excellently suited to these kind of tasks. It won't take much 'till you'd be able to write your own perl scripts to accomplish many of your routine administrative jobs. There may be some scripts out there that are somewhat portable that may fit your needs(if I run across any I'll be sure to let you know), but trust me... in the long run you'll be better off and a more capable sys admin if you learn perl. -- ---------------------------------------------------------------------- Daniel Frazier Tel: 302-239-5900 Ext. 231 Systems Administrator Fax: 302-239-3909 MAGPAGE, We Power the Internet WWW: http://www.magpage.com/ "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin, Historical Review of Pennsylvania, 1759. Benjamin Ossei wrote: > > Setting up a vhost envolves several steps. Creating the directory, user, modifications to httpd.conf and permissions. I want to kinda automate this and was looking for something that will allow me to on a fly to create these vhosts. I found one link that was helpful and was wondering if anyone else had some ideas. I will rather not do this manually. > > Oh, I'm not a programmer even though I can make modifications to some. > > Thanks.... > > --- Daniel Frazier > > wrote: > >cgi scripts?? try http://httpd.apache.org/docs/howto/cgi.html > >if you're looking for something else give me an example of what you > >want to do... > > > >-- > >---------------------------------------------------------------------- > >Daniel Frazier Tel: 302-239-5900 Ext. 231 > >Systems Administrator Fax: 302-239-3909 > >MAGPAGE, We Power the Internet WWW: http://www.magpage.com/ > > > >"They that can give up essential liberty to obtain a little temporary > >safety deserve neither liberty nor safety." > > - Benjamin Franklin, Historical Review of Pennsylvania, 1759. > > > >Ben wrote: > >> > >> Tried it but didn't find anything on scripts etc. I have an Apache > >> book so I don't need how to's. I have it setup. In the real world > >> there are always better ways of doing things and short cuts that you > >> can't always find in books or even the manufactures site. > >> > >> ----- Original Message ----- > >> From: "Daniel Frazier" > >> To: "Ben" > >> Cc: > >> Sent: Friday, February 16, 2001 1:59 PM > >> Subject: Re: virtual hosting > >> > >> > Ben wrote: > >> > > > >> > > Anyone knows of a good place (site) that I can find some good > >> > > practices on using bsd or unix with Apache doing virtual hosting? > >> > > Setting up multiple accounts, sites using scripts etc. Any > >> > > information will be helpful. > >> > > > >> > > >> > ummm, apache.org? > >> > > >> > -- > >> > -------------------------------------------------------------------- > >> -- > >> > Daniel Frazier Tel: 302-239-5900 Ext. 231 > >> > Systems Administrator Fax: 302-239-3909 > >> > MAGPAGE, We Power the Internet WWW: > >> http://www.magpage.com/ > >> > > >> > "They that can give up essential liberty to obtain a little > >> temporary > >> > safety deserve neither liberty nor safety." > >> > - Benjamin Franklin, Historical Review of Pennsylvania, > >> 1759. > >> > > > _____________________________________________________________ > ========GET YOUR FREE E-MAIL============ > http://freemail.cahostnet.net > Web Hosting http://www.cahostnet.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 10:47:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from post.webmailer.de (natmail2.webmailer.de [192.67.198.65]) by hub.freebsd.org (Postfix) with ESMTP id 3D95337B491 for ; Mon, 19 Feb 2001 10:47:26 -0800 (PST) Received: from bastion.localhost (A21d7.pppool.de [213.6.33.215]) by post.webmailer.de (8.9.3/8.8.7) with ESMTP id TAA10325 for ; Mon, 19 Feb 2001 19:47:23 +0100 (MET) Received: from master ([192.168.0.1]) by bastion.localhost (8.11.1/8.11.1) with ESMTP id f1JGROQ05967 for ; Mon, 19 Feb 2001 16:27:24 GMT Date: Mon, 19 Feb 2001 16:31:10 +0100 From: Boris X-Mailer: The Bat! (v1.48f) Personal Reply-To: Boris X-Priority: 3 (Normal) Message-ID: <1449867919.20010219163110@x-itec.de> To: freebsd-questions@FreeBSD.ORG Subject: [OT] Sendmail authentication problem Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello freebsd-questions, I need a way that sendmail starts "fetchmail" to get mails first before sending them out. Is there a way to start a userdefined application before sending out a mail in sendmail? It would be great to read some impressions because I did not found a solution at the moment. I am thinking about a crontab that starts fetchmail only if there is something in the mailqueue, so it enables ppp -nat -auto, fetches the mail and then sendmail -q. But i do not know how to find out if there is no mail at the moment and if this is a useful general idea or not. Is, is there no better way? event-oriented processing? A configure option anywhere in sendmailc.cf? I have searched in the dox but I did not found anything yet. -- Boris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 10:48:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp010.mail.yahoo.com (smtp010.mail.yahoo.com [216.136.173.30]) by hub.freebsd.org (Postfix) with SMTP id 6C70C37B491 for ; Mon, 19 Feb 2001 10:48:17 -0800 (PST) Received: from 126-fw.dsl.bandwidthbrokers.net (HELO arcane) (206.228.147.126) by smtp.mail.vip.sc5.yahoo.com with SMTP; 19 Feb 2001 18:48:17 -0000 X-Apparently-From: Message-ID: <002901c09aa5$4816a9a0$7e93e4ce@netforge.net> From: "K.Tao" To: "Hermes Tao" , Cc: References: <001d01c09a3b$c98b6e40$3d49c9d2@genienb> Subject: Re: a FreeBSD question. Date: Mon, 19 Feb 2001 13:53:42 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0024_01C09A7B.5E880000" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0024_01C09A7B.5E880000 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: quoted-printable What are you using the machines for? If you are using them for a = database then the database will handle the hot swapping... =20 ----- Original Message -----=20 From: Hermes Tao=20 To: freebsd-questions@FreeBSD.ORG=20 Cc: hummel@genienrm.com=20 Sent: Monday, February 19, 2001 1:18 AM Subject: a FreeBSD question. Hi, We need your help on FreeBSD, like so: We have two more FreeBSD hosts, they are both backup machine each = other (for backing up each other purpose). In case one of them have a breakdown = (malfunction or shutdown), then it can be auto-switch to another one (functional = machine) to take over the job. How could we do this purpose ? Thank your kindly help ! Sincerely, Hermes Tao Genie Network Resource Management, Inc. 5F, 15, Lane 360, Sec. 1, Neihu Rd., Neihu Dist., Taipei 114, Taiwan Tel.: 886 2 2659 6600 ext. 8133 Fax: 886 2 2659 6622 e-mail: hermes@genienrm.com URL: http://www.genienrm.com ------=_NextPart_000_0024_01C09A7B.5E880000 Content-Type: text/html; charset="big5" Content-Transfer-Encoding: quoted-printable
What are you using the machines = for?  If you=20 are using them for a database then the database will handle the hot=20 swapping... 
----- Original Message -----
From:=20 Hermes Tao=20
To: freebsd-questions@FreeBSD.O= RG=20
Sent: Monday, February 19, 2001 = 1:18=20 AM
Subject: a FreeBSD = question.

Hi,
 
We need your help on FreeBSD, like = so:
 
We have two more FreeBSD hosts, they = are both=20 backup machine each other (for
backing up each other = purpose). In case one of=20 them have a breakdown (malfunction
or shutdown), then = it can be=20 auto-switch to another one (functional machine) to take
over the job. How could we=20 do this purpose ?
 
Thank your kindly help !
 
Sincerely,
Hermes Tao
Genie Network Resource = Management,=20 Inc.
5F, 15, Lane 360, Sec. 1, Neihu Rd., = Neihu Dist.,=20 Taipei 114, Taiwan
Tel.: 886 2  2659 6600 ext.=20 8133
Fax: 886 2 2659 6622
e-mail: hermes@genienrm.com
URL: http://www.genienrm.com
=
------=_NextPart_000_0024_01C09A7B.5E880000-- _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 10:59:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from trinity.magpage.com (trinity.magpage.com [216.155.0.8]) by hub.freebsd.org (Postfix) with ESMTP id 8465837B67D for ; Mon, 19 Feb 2001 10:59:44 -0800 (PST) Received: from magpage.com (dfrazier@poomba.magpage.com [216.155.24.136]) by trinity.magpage.com (8.11.1/8.11.1) with ESMTP id f1JIxhS20638; Mon, 19 Feb 2001 13:59:43 -0500 Message-ID: <3A916D1E.3245450E@magpage.com> Date: Mon, 19 Feb 2001 13:59:42 -0500 From: Daniel Frazier Organization: Magpage Internet Services X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: ben@cahostnet.net, questions@FreeBSD.ORG Subject: Re: virtual hosting References: <20010217161653.667722753@sitemail.everyone.net> <3A916721.C2A877EE@magpage.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG One other thing... if you're just not interested or don't have the time you may want to check out webmin. It's in the ports. -- ---------------------------------------------------------------------- Daniel Frazier Tel: 302-239-5900 Ext. 231 Systems Administrator Fax: 302-239-3909 MAGPAGE, We Power the Internet WWW: http://www.magpage.com/ "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin, Historical Review of Pennsylvania, 1759. Daniel Frazier wrote: > > Benjamin, > > sorry for the delay in replying... > > Now I understand what you're looking for. My company uses something > like this for a multitude of tasks, including adding virt hosts. (IMHO > this is one of unix's greatest strengths, the ability to script just > about anything.) The only gotcha is that these scripts were developed > in house and are so customized that they aren't very portable. The > script we've made to add virt hosts does much more than just adding > the virt host entry in httpd.conf... it adds billing info to mysql, > creates a zone file for the domain, adds the domain to sendmail.cw, > etc. The fact that apache, mysql and sendmail are all running on > different servers goes to illustrate how customised these scripts have > to be. > > My suggestion is this: learn perl. Perl is a great first language > and is excellently suited to these kind of tasks. It won't take much > 'till you'd be able to write your own perl scripts to accomplish many > of your routine administrative jobs. There may be some scripts out > there that are somewhat portable that may fit your needs(if I run > across any I'll be sure to let you know), but trust me... in the long > run you'll be better off and a more capable sys admin if you learn > perl. > > -- > ---------------------------------------------------------------------- > Daniel Frazier Tel: 302-239-5900 Ext. 231 > Systems Administrator Fax: 302-239-3909 > MAGPAGE, We Power the Internet WWW: http://www.magpage.com/ > > "They that can give up essential liberty to obtain a little temporary > safety deserve neither liberty nor safety." > - Benjamin Franklin, Historical Review of Pennsylvania, 1759. > > Benjamin Ossei wrote: > > > > Setting up a vhost envolves several steps. Creating the directory, user, modifications to httpd.conf and permissions. I want to kinda automate this and was looking for something that will allow me to on a fly to create these vhosts. I found one link that was helpful and was wondering if anyone else had some ideas. I will rather not do this manually. > > > > Oh, I'm not a programmer even though I can make modifications to some. > > > > Thanks.... > > > > --- Daniel Frazier > > > wrote: > > >cgi scripts?? try http://httpd.apache.org/docs/howto/cgi.html > > >if you're looking for something else give me an example of what you > > >want to do... > > > > > >-- > > >---------------------------------------------------------------------- > > >Daniel Frazier Tel: 302-239-5900 Ext. 231 > > >Systems Administrator Fax: 302-239-3909 > > >MAGPAGE, We Power the Internet WWW: http://www.magpage.com/ > > > > > >"They that can give up essential liberty to obtain a little temporary > > >safety deserve neither liberty nor safety." > > > - Benjamin Franklin, Historical Review of Pennsylvania, 1759. > > > > > >Ben wrote: > > >> > > >> Tried it but didn't find anything on scripts etc. I have an Apache > > >> book so I don't need how to's. I have it setup. In the real world > > >> there are always better ways of doing things and short cuts that you > > >> can't always find in books or even the manufactures site. > > >> > > >> ----- Original Message ----- > > >> From: "Daniel Frazier" > > >> To: "Ben" > > >> Cc: > > >> Sent: Friday, February 16, 2001 1:59 PM > > >> Subject: Re: virtual hosting > > >> > > >> > Ben wrote: > > >> > > > > >> > > Anyone knows of a good place (site) that I can find some good > > >> > > practices on using bsd or unix with Apache doing virtual hosting? > > >> > > Setting up multiple accounts, sites using scripts etc. Any > > >> > > information will be helpful. > > >> > > > > >> > > > >> > ummm, apache.org? > > >> > > > >> > -- > > >> > -------------------------------------------------------------------- > > >> -- > > >> > Daniel Frazier Tel: 302-239-5900 Ext. 231 > > >> > Systems Administrator Fax: 302-239-3909 > > >> > MAGPAGE, We Power the Internet WWW: > > >> http://www.magpage.com/ > > >> > > > >> > "They that can give up essential liberty to obtain a little > > >> temporary > > >> > safety deserve neither liberty nor safety." > > >> > - Benjamin Franklin, Historical Review of Pennsylvania, > > >> 1759. > > >> > > > > > _____________________________________________________________ > > ========GET YOUR FREE E-MAIL============ > > http://freemail.cahostnet.net > > Web Hosting http://www.cahostnet.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 11: 0:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from raffles-it.com (raffles.demon.co.uk [158.152.17.201]) by hub.freebsd.org (Postfix) with ESMTP id B902437B503 for ; Mon, 19 Feb 2001 11:00:12 -0800 (PST) Received: from dribble.lan.raffles-it.com (dribble.lan.raffles-it.com [192.168.100.50]) by raffles-it.com (8.11.2/8.11.1) with ESMTP id f1JIVgx55959 for ; Mon, 19 Feb 2001 18:31:42 GMT (envelope-from dpd@lan.raffles-it.com) Received: from dribble.lan.raffles-it.com (localhost [127.0.0.1]) by dribble.lan.raffles-it.com (8.11.2/8.11.1) with ESMTP id f1JIl8Z01499 for ; Mon, 19 Feb 2001 18:47:08 GMT (envelope-from dpd@lan.raffles-it.com) Message-Id: <200102191847.f1JIl8Z01499@dribble.lan.raffles-it.com> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: questions@FreeBSD.ORG Subject: Printing via USB Mime-Version: 1.0 Content-Type: text/enriched; charset=us-ascii Date: Mon, 19 Feb 2001 18:47:08 +0000 From: David Dooley Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have a Epsom printer with a USB port and have configured USB and ulpt suport in my kernel. When I print I via the parallel port I get output, but when I try via the ulpt0 port the printer cariage moves for a couple of seconds, but no output. Anyone any ideas? I am trying to keep the "lpt" port free for a postscript printer, all though if anyone knows how to print to a "TCP/IP stream" type network printer that would me be most useful as well, as the printer has a network port that is connected and configured. Below please find the relvent sections from "printcap", kernel config, dmesg and the input filter script. Thanks David. ----------------------------------------------------------------------------- Kernel entries # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic # device uhid # "Human Interface Devices" # device ukbd # Keyboard device ulpt # Printer # device umass # Disks/Mass storage - Requires scbus and da # device ums # Mouse # device uscanner # Scanners # USB Ethernet, requires mii # device aue # ADMtek USB ethernet # device cue # CATC USB ethernet # device kue # Kawasaki LSI USB ethernet ----------------------------------------------------------------------------- Relevent Printcap Entry lp|Epson Stylus Photo 1200|Default Res 720x720:\ :lp=/dev/ulpt0:\ :sd=/var/spool/lpd/lp:\ :lf=/var/spool/lpd/lp/log:\ :af=/var/spool/lpd/lp/acct:\ :if=/etc/print/printfilter-720:\ :mx#0:\ :sh: ----------------------------------------------------------------------------- Printfilter-720 #!/usr/local/bin/bash PAPERSIZE=a4 T=a4 GSDEVICE=uniprint RESOLUTION=720x720 UPP=stc740p /usr/local/bin/enscript -l -i -2 -Z -p - | /usr/local/bin/gs @$UPP.upp -q $GSOPTIONS -sDEVICE=$GSDEVICE \ -r$RESOLUTION \ -sPAPERSIZE=$PAPERSIZE \ -dNOPAUSE \ -dSAFER \ -sOutputFile=- - printf "\004" exit 0 ----------------------------------------------------------------------------- Relevent DMESG uhci0: port 0xd400-0xd41f irq 3 at dev ice 4.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 ulpt0: EPSON USB Printer, rev 1.00/1.00, addr 2, iclass 7/1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 11:10:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web12407.mail.yahoo.com (web12407.mail.yahoo.com [216.136.173.134]) by hub.freebsd.org (Postfix) with SMTP id 7DDB137B401 for ; Mon, 19 Feb 2001 11:10:51 -0800 (PST) Message-ID: <20010219191051.91807.qmail@web12407.mail.yahoo.com> Received: from [200.202.117.115] by web12407.mail.yahoo.com; Mon, 19 Feb 2001 11:10:51 PST Date: Mon, 19 Feb 2001 11:10:51 -0800 (PST) From: Phelip Cray Subject: lock file-system 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 Hello everyone, I am installing a server that will do mail ( exim / gpop3d ) and webmail - apache + a few scripts. this server will stay behind a firewall ( watchguard ) and off course will have its own IPF activated. My questions is simple: 1 - I intend to block (IPF) everything except 25,110, 80 and ssh. Is there anything else I should do? 2 - I am considering using chflags on the file system to make it read-only - if you were in my shoes, what parts of the system would you turn ead only? 3 - Are there other secrity measures that can be taken besides the ones above? Thank yo very much, phelip __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.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 Feb 19 11:12:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from klima.physik.uni-mainz.de (klima.Physik.Uni-Mainz.DE [134.93.180.162]) by hub.freebsd.org (Postfix) with ESMTP id 0368537B4EC; Mon, 19 Feb 2001 11:12:36 -0800 (PST) Received: from ipamzlx.physik.uni-mainz.de (ipamzlx.physik.uni-mainz.de [134.93.180.54]) by klima.physik.uni-mainz.de (8.11.2/8.11.2) with ESMTP id f1JJFa900681; Mon, 19 Feb 2001 20:15:37 +0100 (CET) (envelope-from ohartman@ipamzlx.physik.uni-mainz.de) Date: Mon, 19 Feb 2001 20:15:36 +0100 (CET) From: "O. Hartmann" X-X-Sender: To: Cc: Subject: NIS/YP massiv problems ... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello. I'm sorry bothering you again. As I posted priorly here, NIS/YP does a lot of nasty things to me. The last weekend our whole server systems were down. The problem: OS: FreeBSD 4.2-STABLE as cvsupdated today the last time In my defined domain, I can not contact neither the local ypserver nor a remote ypserver. I set up the master server without being NIS client. /var/yp/securenets reflect localhost's address and the LAN's address and mask. I set up /var/yp/securenets on all NIS servers (master and slaves). portmap is running. ypserv is running on each machine. I used 'ypbind -s -S_DOMAINNAME_,local_yp_slave,remote_master,remote_slave' as described in the manpage to bind ypbind on a slave server to the local server. But that is not working! The ypbind daemon can not communicate with its server on the same machine. ypcat does not work. Login procedures take a lot of time.Against other opinions here it seems that NIS/YP is dependends on tcpwrapper, but I witched off tcpwrapper or set first line to ALL:ALL:allow. I switched off IPFW due suspecting the IP filter filtering UDP packets from portmapper. Nothing of that helped. On a considered slave server I can not run DHCP/TFTP with ypserv and ypbind, after this machine offerd IPs to its clients successfully, it drops by TFTP timeouts. This is not when NIS/YP is not running. I feel a little bit helpless this moment. Not the smallest, little configuration will work! Why is ypbind unable to contact a ypserv daemon on the same machine? I checked three times whether domainname is set up correctly, checked for the proper setup of /etc/passwd, group etc ... No chance to get it running. Another very suspicious behaviour revealed keyserv. I want to set up SecureRPC (but it was disabled when I tried to test how I could get YP running and working). On the master server, keyserv is running (keyserv -d -v). Additionaly, rpc.ypupdated is also running, ypserv (ypserv -n) runs, too. I tried to set up a hostkey for the local host, gave newkey -h master-server. name, enterd passowrd ... Then I wanted to create the /etc/.rootkey by keyserv -n, but after typing again the password I gave prior, I received an error. keyserv was unable to decrypt the given password ... Please help ... -- MfG O. Hartmann ohartman@mail.physik.uni-mainz.de ---------------------------------------------------------------- IT-Administration des Institut fuer Physik der Atmosphaere (IPA) ---------------------------------------------------------------- Johannes Gutenberg Universitaet Mainz Becherweg 21 55099 Mainz Tel: +496131/3924662 (Maschinensaal) Tel: +496131/3924144 FAX: +496131/3923532 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 11:35:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from arthur.avalon.net (arthur.avalon.net [204.71.106.20]) by hub.freebsd.org (Postfix) with ESMTP id B79EB37B401 for ; Mon, 19 Feb 2001 11:35:06 -0800 (PST) Received: from avalon.net (v90-69.ic.avalon.net [205.217.148.118]) by arthur.avalon.net (8.9.1/8.9.1) with ESMTP id NAA26190 for ; Mon, 19 Feb 2001 13:35:03 -0600 (CST) Message-ID: <3A917A00.8D745624@avalon.net> Date: Mon, 19 Feb 2001 13:55:31 -0600 From: Greg Nelsen Reply-To: excalibr@avalon.net Organization: Greg's Web X-Mailer: Mozilla 4.06 (Macintosh; I; PPC) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: RE a little problem with upgrading 4.1 to 4.2 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit rather than shutdown my failed upgrade I tried to go to the GNU directory make clean make depend and rebuild (that failed on some ?blabla?77somthing lib (the 77 makes me think FORTRAN). I gave up on making in GNU and went to src made clean, buildworld and installworld and IT WORKS! something probably in -DNOFORTRAN (? -DNOGAMES???) biffed some (one) of these libs. Greg > > Last night I cvsuped the 4-stable tree and then followed the > instructions in src/UPGRADING > the cvsup went fine (i think) and building the world went fine (i > think). I say "I think" because these things take so long that I don't > watch them closely. Buildkernel went fine, and installkernel went fine > too. I dropped to single user... but the installworld command barfed an > error: It could not find GNU/?iforget?/libg2a or something like that > (I'm pretty sure of the lib and the g2a). > > I'm sort of a newbie with this, so is this system now too inconsistent > to run if it restarts, and is there any thing I can try? Yes I've got > backup and fixit disks --Oh, i used -DNOGAMES and -DNOFORTRAN too to > buildworld and installworld. > > Greg > excalibr@avalon.net > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 11:43: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web4303.mail.yahoo.com (web4303.mail.yahoo.com [216.115.104.195]) by hub.freebsd.org (Postfix) with SMTP id 4E33E37B4EC for ; Mon, 19 Feb 2001 11:42:57 -0800 (PST) Message-ID: <20010219194257.5722.qmail@web4303.mail.yahoo.com> Received: from [128.205.153.48] by web4303.mail.yahoo.com; Mon, 19 Feb 2001 11:42:57 PST Date: Mon, 19 Feb 2001 11:42:57 -0800 (PST) From: Ian Thomas Subject: Re: "no more processes" To: chad@pengar.com Cc: freebsd-questions@freebsd.org In-Reply-To: <3336257933.982588801@[192.168.99.123]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Increase the maxusers options in the kernel. I believe that a more detailed description of how many processes are allocated to n user is explained here.. http://www.freebsd.org/handbook/kernelconfig-config.html good luck Ian --- "Chad Leigh, Pengar Enterprises, Inc & Shire.Net LLC" wrote: > Hi All > > I am running 4.2-RELEASE on a dual Celeron system. > The system is mainly > running a few versions of Roxen (www.roxen.com) web > server, mySQL database, > and various perl and other CGIs. Very little actual > user login occurs. > > The system had been up about 2 weeks when I logged > in last night and > started getting "no more processes" messages for any > command I typed that > was not built into the shell. Additional SSH > connections failed. > Processes, like Roxen and mySQL that were already > running and not forking, > continued to run. Logging out of my SSH session and > logging into the > console I was able to reboot. > > I figured that my new kernel needed some parameters > changed in it and went > to the kernel config files. But I am not sure what > parameters to look at. > Looking in LINT I didn't see any parameters that > appear to influence > process table sizes etc. I have vague memories in > 2.2.x of having such > parameters. > > Can someone provide me with some hints or pointers > to docs that would help > me understand in detail what was probably happening > and what precautions I > should take to make sure it does not happen again? > > Thanks > Chad > Shire.Net LLC > > > Pengar Enterprises, Inc. and Shire.Net LLC > Web and Macintosh Consulting -- full service web > hosting > Chad Leigh > chad@pengar.com chad@shire.net > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of > the message __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.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 Feb 19 11:50:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from marlo.eagle.ca (eagle.ca [209.167.16.10]) by hub.freebsd.org (Postfix) with ESMTP id 4304F37B491 for ; Mon, 19 Feb 2001 11:50:50 -0800 (PST) Received: from phantom (phantom.eagle.ca [209.167.16.15]) by marlo.eagle.ca (8.11.0/8.11.0) with SMTP id f1JJjmA90926 for ; Mon, 19 Feb 2001 14:45:48 -0500 (EST) (envelope-from freymann@eagle.ca) Message-ID: <013001c09aad$71024dd0$0f10a7d1@phantom> Reply-To: "Gerald T. Freymann" From: "Gerald T. Freymann" To: Subject: Blocking access to a machine Date: Mon, 19 Feb 2001 14:52:08 -0500 Organization: eagle.ca MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Here's a question.. Running FreeBSD 4.2-Release. I've noticed in our /var/log/messages file a number of repeated attempts at anonymous FTP (like 100 in very very rapid succession). I email abuse@domain with the info and hope they culprit gets hit over the wrist with a ruler. Is there a way to block access by that person? For instance... pD4B88246.dip.t-dialin.net tried to Anon FTP in a hundred times. Is there a something I can do on that FreeBSD machine to say completely ignore any further requests from pD4B88246.dip.t-dialin.net? -Gerry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 11:53:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web4302.mail.yahoo.com (web4302.mail.yahoo.com [216.115.104.194]) by hub.freebsd.org (Postfix) with SMTP id 3840237B503 for ; Mon, 19 Feb 2001 11:52:28 -0800 (PST) Message-ID: <20010219195228.18038.qmail@web4302.mail.yahoo.com> Received: from [128.205.153.48] by web4302.mail.yahoo.com; Mon, 19 Feb 2001 11:52:28 PST Date: Mon, 19 Feb 2001 11:52:28 -0800 (PST) From: Ian Thomas Subject: Re: mail redirected? To: excalibr@avalon.net Cc: freebsd-questions@freebsd.org In-Reply-To: <3A9165C6.4F634328@avalon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just replied to an email from the list and got this message back. When ipthomas_77@yahoo.com sent e-mail to HAJO@EXCEDO.SE (1/255/1) The message was blocked by TFS Secure Messaging I only added questions to the Cc. Not sure if the two are related. Ian --- Greg Nelsen wrote: > When I sent this letter (below) to > questions@FreeBSD.org (a web mailto), I got > back a non delivery message (also included) from a > stranger. Can any of you > tell me why? > > ----------my letter---------- > > X-Mozilla-Status: > 0001 > Message-ID: > > <3A916272.8453DB53@avalon.net> > Date: > Mon, 19 Feb 2001 12:14:30 > -0600 > From: > Greg Nelsen > > Reply-To: > excalibr@avalon.net > Organization: > Greg's Web > X-Mailer: > Mozilla 4.06 (Macintosh; > I; PPC) > MIME-Version: > 1.0 > To: > questions@FreeBSD.org > Subject: > a little problem with > upgrading 4.1 to 4.2 > Content-Type: > text/plain; > charset=us-ascii > Content-Transfer-Encoding: > 7bit > > > > > Last night I cvsuped the 4-stable tree and then > followed the > instructions in src/UPGRADING > the cvsup went fine (i think) and building the world > went fine (i > think). I say "I think" because these things take so > long that I don't > watch them closely. Buildkernel went fine, and > installkernel went fine > too. I dropped to single user. The installworld > command barfed an > error: It could not find GNU/?iforget?/libg2a or > something like that > (I'm pretty sure of the lib and the g2a). > > I'm sort of a newbie with this, so is this system > now too inconsistent > to run if I restart it, and is there any thing I can > try? Yes I've got > backup and fixit disks --Oh, i used -DNOGAMES and > -DNOFORTRAN too to > buildworld and installworld. > > Greg > excalibr@avalon.net > > -------------------------------------non delivery > message--------------- > Received: > from MANDARE01 > ([212.209.156.4]) by arthur.avalon.net > (8.9.1/8.9.1) with SMTP id > LAA07975 for ; > Mon, 19 Feb 2001 11:55:28 > -0600 (CST) > From: > administrator@excedo.se > Message-ID: > > Date: > Mon, 19 Feb 2001 19:01:52 > +0100 > To: > excalibr@avalon.net > Subject: > Secure Messaging > Non-Delivery Report: a little > problem with > upgrading 4.1 to 4.2 > MIME-version: > 1.0 > Content-Type: > text/plain; > charset=ISO-8859-1 > X-Mailer: > TFS Secure Messaging > /320000000/450900108/450220201/ > X-Mailer: > Version 4.6 Build 117 > Content-Transfer-Encoding: > 8bit > X-MIME-Autoconverted: > from quoted-printable to > 8bit by arthur.avalon.net > id LAA07975 > X-UIDL: > > 347e77ab73ce24ff8d275f01824bf9f6 > X-Mozilla-Status: > 8001 > > > > > When excalibr@avalon.net sent e-mail to > HAJO@EXCEDO.SE (1/255/1) > The message was blocked by TFS Secure Messaging > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of > the message __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.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 Feb 19 12: 1:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id ECA2D37B4EC for ; Mon, 19 Feb 2001 12:01:22 -0800 (PST) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id WAA08417; Mon, 19 Feb 2001 22:07:09 +0100 Message-ID: <3A917BDB.E085A489@i-clue.de> Date: Mon, 19 Feb 2001 21:02:35 +0100 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: Phelip Cray Cc: freebsd-questions@FreeBSD.ORG Subject: Re: lock file-system References: <20010219191051.91807.qmail@web12407.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Raising kern.securelevel along with chflags schg on critical files will help, too. HTH -Christoph Sold Phelip Cray schrieb: > > Hello everyone, > > I am installing a server that will do mail ( exim / > gpop3d ) and webmail - apache + a few scripts. > > this server will stay behind a firewall ( watchguard ) > and off course will have its own IPF activated. > > My questions is simple: > > 1 - I intend to block (IPF) everything except 25,110, > 80 and ssh. Is there anything else I should do? > > 2 - I am considering using chflags on the file system > to make it read-only - if you were in my shoes, what > parts of the system would you turn ead only? > > 3 - Are there other secrity measures that can be taken > besides the ones above? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 12:18: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mobile.hub.org (mobile.acadiau.ca [131.162.137.70]) by hub.freebsd.org (Postfix) with ESMTP id 3CEFC37B401 for ; Mon, 19 Feb 2001 12:18:03 -0800 (PST) Received: from localhost (scrappy@localhost) by mobile.hub.org (8.11.1/8.11.1) with ESMTP id f1JKHw004585 for ; Mon, 19 Feb 2001 16:17:58 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: mobile.hub.org: scrappy owned process doing -bs Date: Mon, 19 Feb 2001 16:17:57 -0400 (AST) From: The Hermit Hacker To: Subject: bind 9.1.1b2 ... "out of range" error ... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does anyone have any experience with this? Works great under 8.2.2, but fails here: Feb 19 15:06:00 themis /usr/slocal/sbin/named[14738]: starting BIND 9.1.1rc2 Feb 19 15:06:01 themis /usr/slocal/sbin/named[14738]: the default for the 'auth-nxdomain' option is now 'no' Feb 19 15:06:01 themis /usr/slocal/sbin/named[14738]: dns_rdata_fromtext: reverse/db.131.162.1:3: near '10800': out of range Feb 19 15:06:01 themis /usr/slocal/sbin/named[14738]: dns_zone_load: zone 1.162.131.in-addr.arpa/IN: loading master file reverse/db.131.162.1: out of range the top of that file looks like: $TTL 86400 @ IN SOA relay.acadiau.ca. dns.acadiau.ca. ( 20010219644 ; serial 10800 ; refresh 3600 ; retry 604800 ; expire 86400 ) ; time to live thoughts or pointers to where I should read? I scan'd the migration file, and it didn't seem to come up with anything, but am going to re-read that again, just in case ... Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 12:19:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from trinity.lee.net (trinity.lee.net [208.229.121.1]) by hub.freebsd.org (Postfix) with ESMTP id 6348B37B4EC for ; Mon, 19 Feb 2001 12:19:43 -0800 (PST) Received: from journalstar.com (leepcD-096.sub-d.lee.net [208.205.127.96]) by trinity.lee.net (8.9.3/8.9.3) with ESMTP id OAA06804; Mon, 19 Feb 2001 14:19:40 -0600 Message-ID: <3A917FBE.231235CB@journalstar.com> Date: Mon, 19 Feb 2001 14:19:10 -0600 From: Tony Wells X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.0.36 i386) X-Accept-Language: en MIME-Version: 1.0 To: "Gerald T. Freymann" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Blocking access to a machine References: <013001c09aad$71024dd0$0f10a7d1@phantom> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You could use the /etc/hosts.allow file if you start ftpd from inetd.conf. Otherwise you'll need a packet filter like IPFirewall or IPFilter. "Gerald T. Freymann" wrote: > > Here's a question.. > > Running FreeBSD 4.2-Release. I've noticed in our /var/log/messages file a > number of repeated attempts at anonymous FTP (like 100 in very very rapid > succession). > > I email abuse@domain with the info and hope they culprit gets hit over the > wrist with a ruler. > > Is there a way to block access by that person? > > For instance... > > pD4B88246.dip.t-dialin.net > > tried to Anon FTP in a hundred times. Is there a something I can do on that > FreeBSD machine to say completely ignore any further requests from > pD4B88246.dip.t-dialin.net? > > -Gerry > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of 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 Feb 19 12:20:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id 46F8437B4EC for ; Mon, 19 Feb 2001 12:20:45 -0800 (PST) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.9.3/8.8.7) with ESMTP id PAA87612; Mon, 19 Feb 2001 15:20:45 -0500 (EST) (envelope-from shovey@buffnet.net) Date: Mon, 19 Feb 2001 15:20:35 -0500 (EST) From: Stephen Hovey To: The Hermit Hacker Cc: freebsd-questions@FreeBSD.ORG Subject: Re: bind 9.1.1b2 ... "out of range" error ... 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 Yeah - its not the 10800 thats puking - its the 'serial' number higher up - it wont take a number greater than 9999999999 in width. so yyyymmdd99 is it for a pattern you can use On Mon, 19 Feb 2001, The Hermit Hacker wrote: > > Does anyone have any experience with this? Works great under 8.2.2, but > fails here: > > Feb 19 15:06:00 themis /usr/slocal/sbin/named[14738]: starting BIND 9.1.1rc2 > Feb 19 15:06:01 themis /usr/slocal/sbin/named[14738]: the default for the 'auth-nxdomain' option is now 'no' > Feb 19 15:06:01 themis /usr/slocal/sbin/named[14738]: dns_rdata_fromtext: reverse/db.131.162.1:3: near '10800': out of range > Feb 19 15:06:01 themis /usr/slocal/sbin/named[14738]: dns_zone_load: zone 1.162.131.in-addr.arpa/IN: loading master file reverse/db.131.162.1: out of range > > the top of that file looks like: > > $TTL 86400 > @ IN SOA relay.acadiau.ca. dns.acadiau.ca. ( > 20010219644 ; serial > 10800 ; refresh > 3600 ; retry > 604800 ; expire > 86400 ) ; time to live > > thoughts or pointers to where I should read? I scan'd the migration file, > and it didn't seem to come up with anything, but am going to re-read that > again, just in case ... > > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy > Systems Administrator @ hub.org > primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 12:25:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from thehousleys.net (frenchknot.ne.mediaone.net [24.147.224.201]) by hub.freebsd.org (Postfix) with ESMTP id F2C0837B401 for ; Mon, 19 Feb 2001 12:25:12 -0800 (PST) Received: (from root@localhost) by thehousleys.net (8.11.2/8.11.2) id f1JKPBQ44306; Mon, 19 Feb 2001 15:25:11 -0500 (EST) (envelope-from jim@thehousleys.net) Received: from thehousleys.net (baby.int.thehousleys.net [192.168.0.24]) by thehousleys.net (8.11.2/8.11.2) with ESMTP id f1JKP9044298; Mon, 19 Feb 2001 15:25:09 -0500 (EST) (envelope-from jim@thehousleys.net) Message-ID: <3A918125.7A56DF31@thehousleys.net> Date: Mon, 19 Feb 2001 15:25:09 -0500 From: James Housley X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: The Hermit Hacker Cc: freebsd-questions@freebsd.org Subject: Re: bind 9.1.1b2 ... "out of range" error ... References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The Hermit Hacker wrote: > > Does anyone have any experience with this? Works great under 8.2.2, but > fails here: > > Feb 19 15:06:00 themis /usr/slocal/sbin/named[14738]: starting BIND 9.1.1rc2 > Feb 19 15:06:01 themis /usr/slocal/sbin/named[14738]: the default for the 'auth-nxdomain' option is now 'no' > Feb 19 15:06:01 themis /usr/slocal/sbin/named[14738]: dns_rdata_fromtext: reverse/db.131.162.1:3: near '10800': out of range > Feb 19 15:06:01 themis /usr/slocal/sbin/named[14738]: dns_zone_load: zone 1.162.131.in-addr.arpa/IN: loading master file reverse/db.131.162.1: out of range > > the top of that file looks like: > > $TTL 86400 > @ IN SOA relay.acadiau.ca. dns.acadiau.ca. ( > 20010219644 ; serial > 10800 ; refresh > 3600 ; retry > 604800 ; expire > 86400 ) ; time to live > > thoughts or pointers to where I should read? I scan'd the migration file, > and it didn't seem to come up with anything, but am going to re-read that > again, just in case ... > Your serial number is too large, it is greater that can be represented in 32bits. Version 8 didn't verify this value. The largest value allowable is 268435455. But your best bet is to verify this by searching the the bind9 users mailing list. This was discussed there less than 3 weeks ago. Jim -- /"\ ASCII Ribbon Campaign . \ / - NO HTML/RTF in e-mail . X - NO Word docs in e-mail . / \ ----------------------------------------------------------------- jeh@FreeBSD.org http://www.FreeBSD.org The Power to Serve jim@TheHousleys.Net http://www.TheHousleys.net --------------------------------------------------------------------- "Eagles may soar, but weasels don't get sucked into jet engines" -- Anon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 12:35:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from newfrontiers.nfis.com (nfis.com [206.151.91.4]) by hub.freebsd.org (Postfix) with ESMTP id 04FF637B491 for ; Mon, 19 Feb 2001 12:35:09 -0800 (PST) Received: from monsterbox (pub95.hunt3.nfis.com [63.168.161.195]) by newfrontiers.nfis.com (8.9.0/8.9.0) with SMTP id PAA04909 for ; Mon, 19 Feb 2001 15:36:52 -0500 Message-ID: <000d01c09ab4$465f10c0$1101a8c0@monsterbox> From: "Tom Dean" To: Subject: Intel 815e chipset support and miibus device Date: Mon, 19 Feb 2001 15:41:01 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0008_01C09A8A.5C5C6FA0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0008_01C09A8A.5C5C6FA0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello again, I sent an email to you the other day regarding a question about = support for the Netgear FA311in FreeBSD4.2-RELEASE. I was told to make = sure that device "sis" and device "miibus" are in my kernel. They are, = and I even setup and compiled a custom kernel for my pc. =20 I apologize if this email message becomes too time consuming--my current = system is a Pentium III 933-MHz Coppermine on an ASUS CUSL2. The CUSL2 = utilizes the Intel 815e chipset which I'm not too sure if FreeBSD = completely supports. I checked the release notes for version 4.2 and it = said that new ATA 100 controllers are supported. =20 I booted the generic kernel and my custom kernel to check and see if = either one picked up my NIC successfully. When I ran dmesg for both = kernels it read something like this: =20 sis0: at device 11.0 on pci2=20 sis0: couldn't map ports/memory device_probe_and_attach: sis0 attach returned 6 The funny thing is that also when I ran dmesg, the device "miibus" never = shows up in either kernel, and each kernel has that device supported. = However, FreeBSD does pick up the ATA 100 controller and calls it "Intel = ICH2 ATA 100," and well as the other USB devices. I have the Complete = FreeBSD and I also have the Handbook, and I know that sis0 is dependent = upon miibus because of the transceiver type. I tried it with another = NIC, the Netgear FA310. Same thing happens: =20 dc0: <82c169 PNIC 10/100BaseTX> at device 11.0 on pci2=20 dc0: couldn't map ports/memory device_probe_and_attach: dc0 attach returned 6 =20 It seems that FreeBSD isn't detecting the miibus device which isn't = allowing my NIC to operate. Could that be related to my i815e chipset, = or is there another device I have to enable in the kernel? I've also = tried moving the cards around in other PCI slots and manually setting = IRQs in the BIOS but that didn't work. Please respond. I really = appreciate how quickly my previous question was answered. Thank you = very much. Tom Dean tomdean@nfis.com ------=_NextPart_000_0008_01C09A8A.5C5C6FA0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello again,
 
    I sent an email to = you the other=20 day regarding a question about support for the Netgear FA311in=20 FreeBSD4.2-RELEASE.  I was told to make sure that device "sis" and = device=20 "miibus" are in my kernel.  They are, and I even setup and compiled = a=20 custom kernel for my pc. 
 
I apologize if this email message = becomes too time=20 consuming--my current system is a Pentium III 933-MHz Coppermine on an = ASUS=20 CUSL2.  The CUSL2 utilizes the Intel 815e chipset which I'm not too = sure if=20 FreeBSD completely supports.  I checked the release notes = for=20 version 4.2 and it said that new ATA 100 controllers are=20 supported.  
 
I booted the generic kernel and my = custom=20 kernel to check and see if either one picked up my NIC=20 successfully.  When I ran dmesg for both kernels it read = something=20 like this:
 
sis0: <NatSemi DP83815 = 10/100BaseTX> at=20 device 11.0 on pci2 
sis0: couldn't map = ports/memory
device_probe_and_attach: sis0 attach = returned=20 6
 
The funny thing is that also when I ran = dmesg, the=20 device "miibus" never shows up in either kernel, and each kernel=20 has that device supported.  However, FreeBSD does pick up the = ATA 100=20 controller and calls it "Intel ICH2 ATA 100," and well as the other = USB=20 devices.  I have the Complete FreeBSD and I also have=20 the Handbook, and I know that sis0 is dependent upon miibus because = of the=20 transceiver type.  I tried it with another NIC, the Netgear = FA310. =20 Same thing happens:
 
dc0: <82c169 PNIC 10/100BaseTX> = at device=20 11.0 on pci2
dc0: couldn't map=20 ports/memory
device_probe_and_attach: dc0 attach = returned=20 6   
 
It seems that FreeBSD isn't detecting = the miibus=20 device which isn't allowing my NIC to operate.  Could that be = related to my=20 i815e chipset, or is there another device I have to enable in the = kernel? =20 I've also tried moving the cards around in other PCI slots and manually = setting=20 IRQs in the BIOS but that didn't work.  Please respond.  I = really=20 appreciate how quickly my previous question was answered.  Thank = you very=20 much.
 
Tom Dean
tomdean@nfis.com
------=_NextPart_000_0008_01C09A8A.5C5C6FA0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 12:58:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id A556737B401 for ; Mon, 19 Feb 2001 12:58:09 -0800 (PST) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.10.1/8.10.1) with ESMTP id f1JKvwL27933; Mon, 19 Feb 2001 12:57:58 -0800 (PST) Message-Id: <200102192057.f1JKvwL27933@ptavv.es.net> To: cjclark@alum.mit.edu Cc: John Lord , questions@FreeBSD.ORG Subject: Re: im confused In-reply-to: Your message of "Sun, 18 Feb 2001 18:59:50 PST." <20010218185950.N62368@rfx-216-196-73-168.users.reflex> Date: Mon, 19 Feb 2001 12:57:58 -0800 From: "Kevin Oberman" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Date: Sun, 18 Feb 2001 18:59:50 -0800 > From: "Crist J. Clark" > Sender: owner-freebsd-questions@FreeBSD.ORG > > As for 5.0-CURRENT, the rule of thumb is, "If you need to ask, you > should not be using it." And, if you don't need to ask, you SHOULD not want to be using it. :-) R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 13: 7:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.sdnet.gd.cn (smtp.sdnet.gd.cn [202.103.188.50]) by hub.freebsd.org (Postfix) with ESMTP id B64A937B401 for ; Mon, 19 Feb 2001 13:07:54 -0800 (PST) Received: from aa ([61.142.142.172]) by smtp.sdnet.gd.cn (8.9.3/8.9.3) with ESMTP id EAA09953; Tue, 20 Feb 2001 04:52:49 +0800 (CST) Message-Id: <200102192052.EAA09953@smtp.sdnet.gd.cn> From: "weiwei" Reply-To: netsea8@sinaman.com Subject: Makefriend To: hi@smtp.sdnet.gd.cn X-Mailer: DiffondiCool V3,1,6,0 (W95/NT) (Build: Oct 18 1999) Mime-Version: 1.0 Date: Tue, 20 Feb 2001 03:34:46 +0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ÎÒÇ×°®µÄÍøÓÑ£º ÉÏÍøµÄÀÖȤ֮һ£¬¾ÍÊÇÔÚhttp://www.88u8.com/girlÖĞתÓÆ£¬Ñ°·¼£¬ÏÂÔØһЩÓÅÃÀµÄÈËÌåͼƬ£¬ÏĞʱչ¶Á£¬°ÑÍ棬ÉñÏ룬ËìÁî¼Õ³İÉúÏ㣬¡°ÎÔºóÇåÏüϸϸ³¤¡±...... Welcome: http://www.88u8.com/girl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 13:19:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mgw1.MEIway.com (mgw1.meiway.com [212.73.210.75]) by hub.freebsd.org (Postfix) with ESMTP id 225FA37B491 for ; Mon, 19 Feb 2001 13:19:08 -0800 (PST) Received: from sv.Go2France.com (sv.meiway.com [212.73.210.79]) by mgw1.MEIway.com (Postfix Relay Hub) with ESMTP id 59CA416B23 for ; Mon, 19 Feb 2001 22:30:01 +0100 (CET) Message-Id: <5.0.0.25.0.20010219221509.038ad550@mail.Go2France.com> X-Sender: lconrad%Go2France.com@mail.Go2France.com X-Mailer: QUALCOMM Windows Eudora Version 5.0 Date: Mon, 19 Feb 2001 22:16:30 +0100 To: freebsd-questions@freebsd.org From: Len Conrad Subject: postfix: No buffer space available 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 On a very busy postfix relay hub, we're seeing this: Feb 19 15:00:16 imgate2 postfix/smtpd[323]: fatal: socket: No buffer space available Feb 19 15:00:17 imgate2 postfix/smtp[684]: fatal: socket: No buffer space available Can we fix this with a systcl write? Len http://BIND8NT.MEIway.com : Binary for ISC BIND 8.2.3 for NT4 & W2K http://IMGate.MEIway.com : Build free, hi-perf, anti-spam mail gateways To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 13:32:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fox.amnesty.org (fox.amnesty.org [194.131.159.110]) by hub.freebsd.org (Postfix) with ESMTP id 1624837B491 for ; Mon, 19 Feb 2001 13:32:30 -0800 (PST) To: freebsd-questions@freebsd.org Subject: Redirecting STDERR from within the script MIME-Version: 1.0 X-Mailer: Lotus Notes Release 5.0.6a January 17, 2001 Message-ID: From: falbu@amnesty.org Date: Mon, 19 Feb 2001 21:31:28 +0000 X-MIMETrack: Serialize by Router on fox/I.S./Amnesty International(Release 5.0.5 |September 22, 2000) at 19/02/2001 21:32:53, Serialize complete at 19/02/2001 21:32:53 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello gurus, I was wondering if there's a way you can redirect stderr from within the shell script that is running. For example, I have a shell script that I want to debug on a different terminal. At a certain point in the script I want to start redirecting the stderr to /dev/ttyv1 and after that turn on debugging (set -x). In my particular scenario it is _not_ possible to run the script from the begining with the stderr redirected, like: myscript 2>/dev/ttyv1 Many thanks, Florentin Albu Client-Server Systems Manager falbu@amnesty.org _________________________________________________________ Amnesty International, International Secretariat visit us at http://www.amnesty.org Be Realistic! Plan for a Miracle! ONE click to stamp out torture. http://www.stoptorture.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 13:34:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ny-bas05.csfb.com (ny-bas05.csfb.com [198.240.130.70]) by hub.freebsd.org (Postfix) with ESMTP id BE11C37B401 for ; Mon, 19 Feb 2001 13:34:49 -0800 (PST) Received: (from uucp@localhost) by ny-bas05.csfb.com (8.8.8/8.8.8) id QAA22495 for ; Mon, 19 Feb 2001 16:34:49 -0500 (EST) Received: from unknown(169.37.98.44) by ny-bas05 via smap (V4.2) id xma022339; Mon, 19 Feb 01 16:34:39 -0500 X-Server-Uuid: a46faee8-2a4f-11d3-9c63-00508b4fa69c Message-ID: <0655BBB8AA53D411A76700105A69AA640101F5D2@BTOREQT2103> From: "Oleary, Kevan" To: freebsd-questions@FreeBSD.ORG Subject: Newbie Date: Mon, 19 Feb 2001 16:34:35 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2651.58) X-WSS-ID: 168F4EE428510-01-04 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am just starting out on free-bsd and am having some problems installing it via http proxy server. I boot up off the kern.flp and mfsroot.flp floppies and run through the install parameters. I am pointing to the location of my proxy server and port for the install, but it tells me it can't find the 4.2-release directory on the ftp site. When I use my browser, I can get to this location so why can't the install find it? DHCP works perfectly so I know the NIC and IP setup is working. Thanks in Advance! This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify the sender. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. CREDIT SUISSE GROUP and each of its subsidiaries each reserve the right to monitor all e-mail communications through its networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of any such entity. Unless otherwise stated, any pricing information given in this message is indicative only, is subject to change and does not constitute an offer to deal at any price quoted. Any reference to the terms of executed transactions should be treated as preliminary only and subject to our formal written confirmation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 13:44:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail-gw.wamnet.com (mail-gw.wamnet.com [208.50.249.20]) by hub.freebsd.org (Postfix) with ESMTP id 448A537B401 for ; Mon, 19 Feb 2001 13:44:38 -0800 (PST) Received: from ndm.wamnet.com([172.17.38.2]) (2131 bytes) by mail-gw.wamnet.com via sendmail with P:esmtp/R:inet_hosts/T:smtp (sender: ) id for ; Mon, 19 Feb 2001 15:44:31 -0600 (CST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-7) Received: from ds.cops.wamnet.com (ds.cops.wamnet.com [172.17.31.2]) by ndm.wamnet.com (8.9.1a/8.9.1) with ESMTP id PAA4444103; Mon, 19 Feb 2001 15:44:31 -0600 (CST) Received: from y.cops.wamnet.com (y.cops.wamnet.com [172.17.31.43]) by ds.cops.wamnet.com (980427.SGI.8.8.8/970903.SGI.AUTOCF) via SMTP id PAA63160; Mon, 19 Feb 2001 15:44:30 -0600 (CST) Date: Mon, 19 Feb 2001 15:44:30 -0600 (CST) From: Lee J Carmichael X-Sender: lcarmich@y.cops.wamnet.com To: "Gerald T. Freymann" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Blocking access to a machine In-Reply-To: <013001c09aad$71024dd0$0f10a7d1@phantom> Message-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 Gerald, You could just blackhole the route with something like: route add -blackhole pD4B88246.dip.t-dialin.net localhost This would stop routing back to them... We use this quite a bit. This assumes that 'pD4B88246.dip.t-dialin.net' will resolve locally. Good luck, -------- Lee Carmichael WAM!NET Inc. System Engineer 655 Lone Oak Rd Building E 651-256-5292 Eagan, MN 55121 On Mon, 19 Feb 2001, Gerald T. Freymann wrote: > Here's a question.. > > Running FreeBSD 4.2-Release. I've noticed in our /var/log/messages file a > number of repeated attempts at anonymous FTP (like 100 in very very rapid > succession). > > I email abuse@domain with the info and hope they culprit gets hit over the > wrist with a ruler. > > Is there a way to block access by that person? > > For instance... > > pD4B88246.dip.t-dialin.net > > tried to Anon FTP in a hundred times. Is there a something I can do on that > FreeBSD machine to say completely ignore any further requests from > pD4B88246.dip.t-dialin.net? > > -Gerry > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of 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 Feb 19 13:46:43 2001 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 EEBE937B503 for ; Mon, 19 Feb 2001 13:46:36 -0800 (PST) Received: (from mailnull@localhost) by hecky.it.northwestern.edu (8.8.7/8.8.7) id PAA11062; Mon, 19 Feb 2001 15:46:34 -0600 (CST) Received: from confusion.net (dhcp089069.res-hall.nwu.edu [199.74.89.69]) by hecky.acns.nwu.edu via smap (V2.0) id xma010714; Mon, 19 Feb 01 15:46:07 -0600 Message-ID: <3A919449.A63F8329@confusion.net> Date: Mon, 19 Feb 2001 15:46:49 -0600 From: Laurence Berland X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Dana Cc: freebsd-questions@FreeBSD.ORG Subject: Re: What is my hostname? References: <039901c09773$d7dea5e0$5e681a41@kc.rr.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dana wrote: > > When I installed freeBSD (4.2 Stable) I entered my host > as akadanak and the domain as kc.rr.com > rc.conf shows hostname=akadanak.kc.rr.com > > The problem is that MySQL and apache both say > cannot resolve hostname using localhost which is OK > by me. > However, when I try and use mail it tells me that the mail > was rejected because root@akadanak.kc.rr.com does > not exist. > > I connect to the internet just fine through roadrunner so > I have a hostname but what should it be so these things > will work? > > DanaDana, First off, it would be helpful to see the files /etc/hosts and /etc/host.conf. There should be an entry about localhost in the hosts file. You wont be able to send email using the name you made up, as it isnt actually in dns. To find out what hostname you actually have, you need to do a reverse IP lookup if your IP address (as given by ifconfig) was 199.101.117.33 you can do "dig PTR 33.117.101.199.in-addr.arpa" and it will tell you your host name. Note that the host name will change whenever your IP changes... Hope that helps, -- Laurence Berland Intern, Flooz.com Northwestern '04 stuyman@confusion.net http://www.isp.northwestern.edu/~laurence "The world has turned and left me here" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 13:53:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from the.oneinsane.net (the.oneinsane.net [207.113.133.228]) by hub.freebsd.org (Postfix) with ESMTP id 9F9F037B65D for ; Mon, 19 Feb 2001 13:53:34 -0800 (PST) Received: from darkstar.bsdguru.com (unknown [165.24.155.244]) by the.oneinsane.net (Postfix) with ESMTP id F35349B7C; Mon, 19 Feb 2001 13:53:31 -0800 (PST) Received: from venus.bsdguru.com (venus.n2.net [207.113.133.11]) by darkstar.bsdguru.com (Postfix) with ESMTP id 22AF11E9B; Mon, 19 Feb 2001 13:53:26 -0800 (PST) Received: by venus.bsdguru.com (Postfix, from userid 1000) id C48DB265; Mon, 19 Feb 2001 13:53:22 -0800 (PST) Date: Mon, 19 Feb 2001 13:53:21 -0800 From: Ben Lovett To: "Chad Leigh, Pengar Enterprises, Inc & Shire.Net LLC" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: "no more processes" Message-ID: <20010219135320.A2560@happypacket.com> References: <3336257933.982588801@[192.168.99.123]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3336257933.982588801@[192.168.99.123]>; from chad@pengar.com on Mon, Feb 19, 2001 at 01:20:01PM -0500 X-Organization: San Diego BSD Users Group [http://www.sdbug.org] X-Disclaimer: All messages are the opinion of my employer.. They just don't know it yet. X-Operating-System: FreeBSD venus 4.2-STABLE X-Moon: The Moon is Waning Crescent (11% of Full) X-GPG-Key: http://www.oneinsane.net/~blovett/blovett.pgp X-GPG-Fingerprint: C75F A722 1518 03B8 26C3 77A1 7C76 8AFA EBAB 2004 X-Uptime: 1:51PM up 3:35, 9 users, load averages: 0.14, 0.17, 0.11 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello Chad, Try increasing your "maxusers" value in your kernel to something higher than 32, like 64, 128, etc.. But I think it must be a multiple of 32 (please correct me if I am wrong). -ben Chad Leigh, Pengar Enterprises, Inc & Shire.Net LLC (chad@pengar.com) wrote: > Hi All > > I am running 4.2-RELEASE on a dual Celeron system. The system is mainly > running a few versions of Roxen (www.roxen.com) web server, mySQL database, > and various perl and other CGIs. Very little actual user login occurs. > > The system had been up about 2 weeks when I logged in last night and > started getting "no more processes" messages for any command I typed that > was not built into the shell. Additional SSH connections failed. > Processes, like Roxen and mySQL that were already running and not forking, > continued to run. Logging out of my SSH session and logging into the > console I was able to reboot. > > I figured that my new kernel needed some parameters changed in it and went > to the kernel config files. But I am not sure what parameters to look at. > Looking in LINT I didn't see any parameters that appear to influence > process table sizes etc. I have vague memories in 2.2.x of having such > parameters. > > Can someone provide me with some hints or pointers to docs that would help > me understand in detail what was probably happening and what precautions I > should take to make sure it does not happen again? > > Thanks > Chad > Shire.Net LLC > > > Pengar Enterprises, Inc. and Shire.Net LLC > Web and Macintosh Consulting -- full service web hosting > Chad Leigh > chad@pengar.com chad@shire.net > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Ben Lovett printf("Hello world!); don4r return 0; don4r@bsdguru.com -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Remember, even if you win the rat race -- you're still a rat. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 13:53:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mass.dis.org (user-uinjtfm.biz.mindspring.com [165.121.245.246]) by hub.freebsd.org (Postfix) with ESMTP id 9E1B137B4EC; Mon, 19 Feb 2001 13:53:50 -0800 (PST) Received: from mass.dis.org (localhost [127.0.0.1]) by mass.dis.org (8.11.1/8.11.1) with ESMTP id f1JLt4c00783; Mon, 19 Feb 2001 13:55:05 -0800 (PST) (envelope-from msmith@mass.dis.org) Message-Id: <200102192155.f1JLt4c00783@mass.dis.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Mark Cc: freebsd-questions@FreeBSD.ORG, dennis@etinc.com, sos@FreeBSD.ORG Subject: Re: FreeBSD cant boot from ZIP - Is it true? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 19 Feb 2001 13:55:04 -0800 From: Mike Smith Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG (Mark, please don't send HTML mail to the list; your mailer produces *terrible* output.) > >> Whats the "trick"? > > > > There shouldn't be any trick; as long as you have the 'atapifd' driver > > in your kernel, and the correct entries in /etc/fstab on the disk, you > > should be fine. > > > > Where does the confusion arise? When you're trying to find the kernel, > > or when you're mounting root? Are you installing to the disk, or > > building a root filesystem manually? > > > > If you're having trouble mounting root, check what the kernel says it's > > trying to mount and if it's not /dev/afd0-something then you should > > suspect your /etc/fstab's / entry. > > > > The confusion arises between the boot loader and the kernel. The > ATAPI Zip drives emulate an IDE hard drive, so for example one installed > as the primary IDE master would show up as "ad0c" to the loader. Er, no, it doesn't. The loader doesn't use that nomenclature at all; disks are strictly identified by their order in the BIOS drive list, ie. disk0, disk1, etc. > If you then select > > 0:ad(0,c) kernel You aren't talking to the loader here, you're talking to boot2, which is not smart enough for this application. Boot2 will generally cause the root mount to fail unless it's on the first disk in the system. > and now / is being recognized as afd0c, not ad0c. I've tried both > entries in /etc/fstab, neither work. Of course they don't; you are bypassing the loader completely, which is where /etc/fstab is read. > This wouldn't seem to be a fatal problem, since FreeBSD will prompt you > for a manual location of /. But overriding the fstab doesn't work - > here's an old message containing a capture of this behavior, using a > Zip configured as /dev/afd0a. > > Times New Romanafd0: 239MB < ATAPI> [239/64/32] at ata0-master using PIO3 > > Mounting root from ufs:ad0s1a This is guaranteed to fail... > Mounting root from ufs:ad0sa This looks ugly; I get the impression that something is misformatting the second fallback hint. 8( > Manual root filesystem specification: > > <:< Mount < using filesystem < > eg. ufs:/dev/da0s1a > ? List valid disk boot devices > < Abort manual input > > mountroot> /dev/afd0a > > Mounting root from /dev/afd0a You really need a filesystem type here. > mountroot> ufs:/dev/afd0a > > Mounting root from ufs:/dev/afd0a Zip disks come from the factory sliced; depending on how you configured this one, you may well have needed afd0s4a (eg. if you just converted the DOS slice to a UFS slice), although the fact that the mount succeeded would suggest you're OK. > spec_getpages:(#afd/0) IO read failure: (error=0) bp 0xc1c78438 vp > 0xc5ae1d40 > size: 53248, resid: 32768, a_count: 53248, valid: 0x0 > nread: 20480, reqpage: 7, pindex: 51, pcount: 13 This is an I/O error (like it said). Stuff doesn't tend to work when you get these. 8) It's kinda ominous though that the residual is exactly 32k; this looks like a bad interaction with the code that tries to avoid bugs in the Zip firmware relating to large transfers. You might want to pursue Soren about this a bit more aggressively; I don't think he has a Zip 250, and whilst I can't see how the code could fail to detect it as a Zip and apply the fix, this *does* look _exactly_ like the bug I ran into the first time around. Can you boot with -v and verify that the transfersize limit is 64 blocks? I'm also worried that if the ATAPI queue ever got sorted, you might see the last fragmentary I/O complete *before* one or more of the early ones, which would be Bad. > I'm wondering if this kind of operation is even supported? There don't > seem to be any problems with the drive or the media, I can read and write > files w/o errors with the drive mounted on a running system. As I said, yes, it's supported. I worked on this a few years back, and part of that included making bootable FreeBSD Zip and LS-120 disks (in fact, until I converted to using PXE, I used to boot my test systems from LS120s). Regards, Mike -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 13:54:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id BAE8D37B4EC for ; Mon, 19 Feb 2001 13:54:54 -0800 (PST) Received: from rfx-216-196-73-168.users.reflexcom.com ([216.196.73.168]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Mon, 19 Feb 2001 13:53:01 -0800 Received: (from cjc@localhost) by rfx-216-196-73-168.users.reflexcom.com (8.11.1/8.11.1) id f1JLsn970958; Mon, 19 Feb 2001 13:54:49 -0800 (PST) (envelope-from cjc) Date: Mon, 19 Feb 2001 13:54:49 -0800 From: "Crist J. Clark" To: Tony Wells Cc: questions@FreeBSD.ORG Subject: Re: IPFirewall & syslogd Message-ID: <20010219135449.A70899@rfx-216-196-73-168.users.reflex> Reply-To: cjclark@alum.mit.edu References: <3A8D846F.8824EEB9@journalstar.com> <20010218001901.F62368@rfx-216-196-73-168.users.reflex> <3A914E07.DF2E62EF@journalstar.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A914E07.DF2E62EF@journalstar.com>; from awells@journalstar.com on Mon, Feb 19, 2001 at 10:47:03AM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Feb 19, 2001 at 10:47:03AM -0600, Tony Wells wrote: > I didn't add anything, I guess I assumed the default "security" line > would catch it. Since it's a kernel thing and not a process, I'm not > sure what I would put in syslogd to catch the messages. ipfw logs to security.info. If you have the default security entry in /etc/syslog.conf, security.* /var/log/security It should be logging them. Does the file /var/log/security exist? You can catch ipfw only by adding, !ipfw As the "program" name. -- 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 Mon Feb 19 13:57:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from karon.dynas.se (karon.dynas.se [192.71.43.4]) by hub.freebsd.org (Postfix) with SMTP id A63CA37B4EC for ; Mon, 19 Feb 2001 13:57:37 -0800 (PST) Received: (qmail 22426 invoked from network); 19 Feb 2001 21:57:36 -0000 Received: from spirit.sto.dynas.se (HELO spirit.dynas.se) (172.16.1.10) by 172.16.1.1 with SMTP; 19 Feb 2001 21:57:36 -0000 Received: (qmail 22089 invoked from network); 19 Feb 2001 21:57:34 -0000 Received: from explorer.rsa.com (10.81.217.59) by spirit.dynas.se with SMTP; 19 Feb 2001 21:57:34 -0000 Received: (from mikko@localhost) by explorer.rsa.com (8.11.1/8.11.1) id f1JLvXP66526; Mon, 19 Feb 2001 13:57:33 -0800 (PST) (envelope-from mikko) Date: Mon, 19 Feb 2001 13:57:33 -0800 (PST) From: Mikko Tyolajarvi Message-Id: <200102192157.f1JLvXP66526@explorer.rsa.com> To: phelipc@yahoo.com Cc: questions@freebsd.org Subject: Re: lock file-system Newsgroups: local.freebsd.questions References: <20010219191051.91807.qmail@web12407.mail.yahoo.com> X-Newsreader: NN version 6.5.6 (NOV) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In local.freebsd.questions you write: >Hello everyone, >I am installing a server that will do mail ( exim / >gpop3d ) and webmail - apache + a few scripts. >this server will stay behind a firewall ( watchguard ) >and off course will have its own IPF activated. >My questions is simple: >1 - I intend to block (IPF) everything except 25,110, >80 and ssh. Is there anything else I should do? You may want to have a look at the ssh configuration, and for example disable password authentication. $.02, /Mikko -- Mikko Työläjärvi_______________________________________mikko@rsasecurity.com RSA Security To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 13:59:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from karon.dynas.se (karon.dynas.se [192.71.43.4]) by hub.freebsd.org (Postfix) with SMTP id 10EC637B491 for ; Mon, 19 Feb 2001 13:59:50 -0800 (PST) Received: (qmail 22490 invoked from network); 19 Feb 2001 21:59:49 -0000 Received: from spirit.sto.dynas.se (HELO spirit.dynas.se) (172.16.1.10) by 172.16.1.1 with SMTP; 19 Feb 2001 21:59:49 -0000 Received: (qmail 22281 invoked from network); 19 Feb 2001 21:59:47 -0000 Received: from explorer.rsa.com (10.81.217.59) by spirit.dynas.se with SMTP; 19 Feb 2001 21:59:47 -0000 Received: (from mikko@localhost) by explorer.rsa.com (8.11.1/8.11.1) id f1JLxlN66554; Mon, 19 Feb 2001 13:59:47 -0800 (PST) (envelope-from mikko) Date: Mon, 19 Feb 2001 13:59:47 -0800 (PST) From: Mikko Tyolajarvi Message-Id: <200102192159.f1JLxlN66554@explorer.rsa.com> To: falbu@amnesty.org Cc: questions@freebsd.org Subject: Re: Redirecting STDERR from within the script Newsgroups: local.freebsd.questions References: X-Newsreader: NN version 6.5.6 (NOV) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In local.freebsd.questions you write: >Hello gurus, >I was wondering if there's a way you can redirect stderr >from within the shell script that is running. exec 2> /tmp/whatever $.02, /Mikko -- Mikko Työläjärvi_______________________________________mikko@rsasecurity.com RSA Security To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 14: 2:10 2001 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 2212237B503 for ; Mon, 19 Feb 2001 14:02:06 -0800 (PST) Received: (from mailnull@localhost) by hecky.it.northwestern.edu (8.8.7/8.8.7) id QAA26996; Mon, 19 Feb 2001 16:02:01 -0600 (CST) Received: from confusion.net (dhcp089069.res-hall.nwu.edu [199.74.89.69]) by hecky.acns.nwu.edu via smap (V2.0) id xma026321; Mon, 19 Feb 01 16:01:19 -0600 Message-ID: <3A9197D9.3219CCA@confusion.net> Date: Mon, 19 Feb 2001 16:02:01 -0600 From: Laurence Berland X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: postroad@mediaone.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: what do I need so FreeBSD submits DNS requests to my ISP References: <3A8B79E6.9FC08A4C@mediaone.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG see /etc/resolv.conf Sir wrote: > > FreeBSD 4.1 stable on an intel PII. > > The network config is actualy very well connected. I can do anything by > IP address(i.e ping,ftp etc) and I am serving www with apache and ftp > with wu. However, the system doesn't seem to know where to direct dns > requests. So, if I say "#ftp secureftp.wheriwork.com" it replies "No > address associated with hostaname". I looked into "bind" but was put off > by the complexity and the possibility of "tweeking" my ISP by > accidentaly becoming the name server for a domain I don't own. (although > I do own masspostroad.net). Any help greatly appreciated. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Laurence Berland Intern, Flooz.com Northwestern '04 stuyman@confusion.net http://www.isp.northwestern.edu/~laurence "The world has turned and left me here" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 14:18:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 56AE937B401 for ; Mon, 19 Feb 2001 14:18:25 -0800 (PST) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id AAA09024; Tue, 20 Feb 2001 00:24:11 +0100 Message-ID: <3A919BFA.C3652EFE@i-clue.de> Date: Mon, 19 Feb 2001 23:19:38 +0100 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: Lee J Carmichael Cc: questions@freebsd.org Subject: Re: Blocking access to a machine References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Lee J Carmichael schrieb: > > Hello Gerald, > > You could just blackhole the route with something like: > > route add -blackhole pD4B88246.dip.t-dialin.net localhost > > This would stop routing back to them... We use this quite a bit. > > This assumes that 'pD4B88246.dip.t-dialin.net' will resolve locally. It will, and it won't make you happy. t-dialin.net ist the dialin pool of German Telekom. Thousands of (ADSL-, ISDN-, Modem-) lines, waiting for script kiddies to surf on. Think of 'em like of AOL. Blocking one port won't help, blocking them all isn't a possibility. HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 14:22:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.doit.wisc.edu (mail1.doit.wisc.edu [144.92.9.40]) by hub.freebsd.org (Postfix) with ESMTP id 555A537B503 for ; Mon, 19 Feb 2001 14:22:16 -0800 (PST) Received: from [128.104.201.219] by mail1.doit.wisc.edu id QAA85686 (8.9.1/50); Mon, 19 Feb 2001 16:22:14 -0600 Message-Id: <5.0.2.1.2.20010219153616.00af1c18@127.0.0.1> X-Sender: ckendall/pop.cs.wisc.edu@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Mon, 19 Feb 2001 16:16:16 -0600 To: freebsd-questions@FreeBSD.ORG From: Chad Kendall Subject: One channel sound in 4.2 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am getting right channel sound only from my sound cards in FreeBSD 4.2 (i.e. only the right speaker plays any sound). Using 'mixer vol 100:0' I get no sound at all from either speaker. I have tried with two different sound cards, an Ensoniq 1371 (PCI) and an SB 32AWE (ISA-PnP). I have tried multiple programs, including xmms and cdplay, playing to dsp0 or dsp1 (depending upon which card). Even a cat directly to dsp0 or dsp1 produces the same problem. 'uname -a' gives me: FreeBSD triangle-13.engr.wisc.edu 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Mon Feb 19 13:32:43 CST 2001 'cat /dev/sndstat' gives me: FreeBSD Audio Driver (newpcm) Feb 19 2001 13:31:56 Installed devices: pcm0: at io 0xcc00 irq 9 (1p/1r channels duplex) pcm1: at io 0x220 irq 5 drq 1:5 (1p/1r channels duplex) I enabled these devices by recompiling after adding the following lines to my kernel conf file: device sbc device pcm The relevant lines from dmesg are: pcm0: port 0xcc00-0xcc3f irq 9 at device 9.0 on pci0 sbc0: at port 0x220-0x22f,0x330-0x331,0x388-0x38b irq 5 drq 1,5 on isa0 pcm1: on sbc0 It isn't a problem with the sound cards, as both worked fine before being put into the FreeBSD box. Also, the speakers, using the same cables, play fine when attached to a Windows box. Does anyone know what might cause something like this? Thanks, Chad Kendall ckendall@cs.wisc.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 14:41:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from klima.physik.uni-mainz.de (klima.Physik.Uni-Mainz.DE [134.93.180.162]) by hub.freebsd.org (Postfix) with ESMTP id 79FD937B401; Mon, 19 Feb 2001 14:41:06 -0800 (PST) Received: from ipamzlx.physik.uni-mainz.de (ipamzlx.physik.uni-mainz.de [134.93.180.54]) by klima.physik.uni-mainz.de (8.11.2/8.11.2) with ESMTP id f1JMiA909361; Mon, 19 Feb 2001 23:44:11 +0100 (CET) (envelope-from ohartman@ipamzlx.physik.uni-mainz.de) Date: Mon, 19 Feb 2001 23:44:10 +0100 (CET) From: "O. Hartmann" X-X-Sender: To: Cc: Subject: NIS/YP massiv problems, HELP! Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Sirs. Again, I would like to ask for some hints about NIS/YP. I already set up our domain and it contains a master and several slaves. Setting up master NIS server was easy, but slaves seems to be a great deal. Two of three servers should be slaves, and they also should be NIS clients. I also set up SecureRPC as described in the manpages, have inetd running with tcpwrapper facility for both internal and external services (inetd -lwW) and running IPFW. But the below described symptomes are still present when disabling tcpwrapping, ipfw and SecureRPC (means: switching off all related daemons, deleting all related files like /etc/publickey and /etc/.rootkey, ipfilter is transparent for all traffic coming from all over the net). On machines running ypserv (either ypserv -n or ypserv) and acting as slave servers I can not bind ypbind to this system nor running ypbind anyway. I tried to use ypbind -s -S Domain,Host1,host2 as host1 and host2 are names located in /etc/hosts (I use the same base file on master and slaves to avoid mistakes for especially this testing purpose) and ypbind -s or simply ypbind - but it is everytime the same: NIS does not work! On a client machine I can rund ypbind, but it never attaches to its master. ypbind is not able to communicate with the on the same host running ypserv daemon (why??). I tried prior to install a NIS/YP environment completely free of secure stuff (no IPFW, no warpper, no SecureRPC), but every time I ran make in /var/yp I got an error message: can not create UDP handle to slave server, host unknown or similar. Another very curious phenomenon is when trying to connect via ssh or telnet to a host running ypbind: telnet timed out after typing the loginname after a while when coming up and ssh crashes (seen on the console of the apropriate host, SIG 11) and dumps a core. On another machine, acting as DHCP server and boot server for our diskless X-terminals, tftp does not work, the x-client always reports a tftp timeout after it got its IP from the dhcp server. The communication with each of the faulty hosts is clear without NIS/YP, but it gets harsh when running ypbind ... -- MfG O. Hartmann ohartman@mail.physik.uni-mainz.de ---------------------------------------------------------------- IT-Administration des Institut fuer Physik der Atmosphaere (IPA) ---------------------------------------------------------------- Johannes Gutenberg Universitaet Mainz Becherweg 21 55099 Mainz Tel: +496131/3924662 (Maschinensaal) Tel: +496131/3924144 FAX: +496131/3923532 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 14:43: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from server.urbancreations.com (adsl-63-192-196-242.dsl.snfc21.pacbell.net [63.192.196.242]) by hub.freebsd.org (Postfix) with ESMTP id 7AEC037B4EC for ; Mon, 19 Feb 2001 14:42:59 -0800 (PST) Received: from localhost (nick@localhost) by server.urbancreations.com (8.9.3/8.8.7) with ESMTP id OAA23578 for ; Mon, 19 Feb 2001 14:43:35 -0800 Date: Mon, 19 Feb 2001 14:43:34 -0800 (PST) From: To: freebsd-questions@freebsd.org Subject: Re: installing FreeBSD breaks partition table? In-Reply-To: <20010219160639.15905.qmail@web4305.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 Thanks for the quick responses. I booted freebsd from the cdrom and ran fdisk. I am still not totally comfortable with the disk naming convention, but I gathered from the output of fdisk that s4 == slice 4 == hda4. I entered that into lilo.conf, ran lilo, and freebsd booted fine. However, Linux fdisk/cfdisk are still broken. Any idea why this might be? During install I read some of the FreeBSD docs that said that you could specify whether freebsd should keep the partition table readable by other OSs or to take it over and do things that would make it unreadable by others. I never saw this option during the install, but it sounds like it might be related to my program. Is there some kind of make "make bios partition table accurate" option to freebsd fdisk? I don't think I did anything wrong during the install. I picked standard installation, picked some interesting looking extra packages to install, and followed all the instructions. There's gotta be some way to fix this. Nick Urban To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 14:43: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from death.orcafat.com (as1-4-6.fb.m.bonet.se [194.236.30.156]) by hub.freebsd.org (Postfix) with SMTP id 8ED3E37B491 for ; Mon, 19 Feb 2001 14:43:02 -0800 (PST) Received: (qmail 3263 invoked by uid 0); 19 Feb 2001 22:42:59 -0000 Received: from turbo.orcafat.com (HELO orcafat.com) (192.168.1.2) by death.orcafat.com with SMTP; 19 Feb 2001 22:42:59 -0000 Message-ID: <3A91A168.8020309@orcafat.com> Date: Mon, 19 Feb 2001 23:42:48 +0100 From: Robert Lindgren User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.17 i686; en-US; 0.8) Gecko/20010215 X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Ip alias Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi!!! When I add an ip alias with the command: ifconfig fxp0 alias xxx.yyy.zzz.www netmask 255.255.255.255 The ip-address gets default gateways address as gateway, is this correct? The problem I have is that if the def gateway is gateway for the alias address then you must go out the the gatway and back to connect to the "real" address on the nic. Please help me solving this little problem Regards Robert Lindgren. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 14:47:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from server.urbancreations.com (adsl-63-192-196-242.dsl.snfc21.pacbell.net [63.192.196.242]) by hub.freebsd.org (Postfix) with ESMTP id BAA2E37B401 for ; Mon, 19 Feb 2001 14:47:13 -0800 (PST) Received: from localhost (nick@localhost) by server.urbancreations.com (8.9.3/8.8.7) with ESMTP id OAA23587 for ; Mon, 19 Feb 2001 14:47:49 -0800 Date: Mon, 19 Feb 2001 14:47:49 -0800 (PST) From: To: freebsd-questions@freebsd.org Subject: Re: installing FreeBSD breaks partition table? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Oh and one other thing: My linux kernel has BSD disklabel support compiled into it as well as UFS support. Would the disk label support affect this somehow? Nick Urban To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 15: 2:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from uswgco35.uswest.com (uswgco35.uswest.com [199.168.32.124]) by hub.freebsd.org (Postfix) with ESMTP id BA09437B503 for ; Mon, 19 Feb 2001 15:02:23 -0800 (PST) Received: from egate-ut3.uswc.uswest.com (egate-ut3.uswc.uswest.com [148.157.122.201]) by uswgco35.uswest.com (8.10.0/8.10.0) with ESMTP id f1JN2MS04732 for ; Mon, 19 Feb 2001 16:02:22 -0700 (MST) Received: from dubntex011.qwest.net (localhost [127.0.0.1]) by egate-ut3.uswc.uswest.com (8.10.0/8.10.0) with ESMTP id f1JN2LX16067 for ; Mon, 19 Feb 2001 16:02:21 -0700 (MST) Received: by dubntex011.qwest.net with Internet Mail Service (5.5.2653.19) id <14Y5K8W2>; Mon, 19 Feb 2001 18:04:48 -0500 Message-ID: <9D35FA2F8EFCD111BA5A00805FA75E8709B81582@fdntx001.qwest.net> From: "Cribbins, Jason" To: questions@freebsd.org Subject: FW: Red Alert 2 - FreeBSD Networking Date: Mon, 19 Feb 2001 17:51:12 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG for the archives -----Original Message----- From: Lanithium [mailto:lanithium@dingoblue.net.au] Sent: Monday, February 19, 2001 5:18 PM To: Cribbins, Jason Subject: Re: Red Alert 2 - FreeBSD Networking Heya, Thanks for all your help, i was reading through the red alert readme files the other day and managed to find a little section on firewalls and port numbers. It appears the nat ports given on the freebsd site only allow the user to connect to other users games, not host your own. So i did a little research and managed to find that there are some extra ports needed to actually host a game. These are: nat port udp 10.0.0.2:1234 1234 # red alert nat port udp 10.0.0.2:1235 1235 # red alert nat port udp 10.0.0.2:1236 1236 # red alert nat port udp 10.0.0.2:1237 1237 # red alert After adding these the game now works fine :) Maybe get these added to the freebsd site along side the other game ports in the ppp section? Might be helpful for other users :) Thanks :) Matthew Plews lanithium@dingoblue.net.au ----- Original Message ----- From: Cribbins, Jason To: Lanithium Sent: Tuesday, February 20, 2001 2:28 AM Subject: RE: Red Alert 2 - FreeBSD Networking > > Heya, > > > > When someone joins in his game, it connects and starts > > loading everything > > fine, but when it goes into the game (when the screen first > > comes up with > > Its apparent from this that the game server is NAT and proxy compatible in > that it reads the IP the user is coming from rather than asking for the user > to supply the IP. Otherwise you wouldn't have got this far along. > > > your main building construction thing) it just freezes on > > that screen, then > > after a bit it says trying to establish a connection to other > > user, it tries > > that for a bit then fails. > > This only seems to be a problem when I dialup through > > freebsd, it fails > > every time he tries, yet when he changes over dialup to > > windows it works > > every time without failure. > > This indicates his game config is probably set correctly. > > > > He never plays on other peoples games, he only hosts them > > himself. I asked > > him to test it the other night, but he said no cause it > > lowers his rank or > > something. > > > > I don't have another windows machine.. > > > > Sorry I cant provide you with the best details on this game, > > but I've never > > played it myself and my brother isn't overly great with computers. > > > > Thanks, > > > > Matthew Plews > > lanithium@dingoblue.net.au > > > It would seem as if the problem is within your IP Aliasing. You need to > create a tunnel for incoming connections to reach your clients. NAT > automatically creates these when initiated by the client but when a new > connection come in with no associated outbound connection NAT doesn't know > which client to send it to. It can only assume it belongs to the host > machine running NAT. The host machine running NAT will just simply ignore > the packet because the port used is not open for incoming connections. > > Check out this man page on the web and see if you can make use of it. It > may require some research into the inner workings of the game and the ports > and protocols it requires. Or maybe you might just decide to route all non > assigned packets over to this one client if you don't have more than one > client on this LAN. > > http://www.freebsd.org/cgi/man.cgi?query=libalias&apropos=0&sektion=0&manpat > h=FreeBSD+4.2-RELEASE&format=html > > I also found this on the RA2 web site support forum. > http://messagebrd.westwood.ea.com/boards/ra2/english/Forum2/HTML/000823.html > http://messagebrd.westwood.ea.com/boards/ra2/english/Forum2/HTML/000797.html > > > > > ----- Original Message ----- > > From: Cribbins, Jason > > To: Lanithium > > Sent: Friday, February 16, 2001 3:20 AM > > Subject: RE: Red Alert 2 - FreeBSD Networking > > > > > > > I need a bit more information. There are two possible > > problems here. > > > > > > Are you saying he cant play games or cant log into the game > > server at all? > > > Can your brother connect to games others create? > > > Can he connect to games hosted on the LAN itself? (need > > more than one > > > Windoze box on your LAN to try this) > > > > > > > > > -----Original Message----- > > > From: owner-freebsd-questions@FreeBSD.ORG > > > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Lanithium > > > Sent: Thursday, February 15, 2001 5:10 AM > > > To: freebsd-questions@FreeBSD.ORG > > > Subject: Red Alert 2 - FreeBSD Networking > > > > > > > > > Hi, > > > > > > I run a small home network consisting of 1 freebsd 4.2 machine and 1 > > windows > > > 98 machine. > > > > > > I use PPP to dialup to the internet with the -nat switch. > > My brother likes > > > to play red alert 2 over the net, but since I have been > > using freebsd to > > > dialup it wont establish a connection. > > > > > > I read through the freebsd site and found > > > > > > nat port UDP internal:8575 8675 > > > nat port UDP internal:5009 5009 > > > > > > I added these into ppp.conf using 10.0.0.2 (windows > > machine), redialed yet > > > it still wont allow him to connect. > > > > > > When he plays he host's the games, instead of joining > > someone else's. > > > > > > Thanks in advanced, > > > > > > Matthew Plews > > > lanithium@dingoblue.net.au > > > > > > P.S. sorry about the other email, accidentally clicked send. > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 15:16:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-53.dsl.lsan03.pacbell.net [64.165.226.53]) by hub.freebsd.org (Postfix) with ESMTP id 815E337B401; Mon, 19 Feb 2001 15:16:40 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 4C54166C11; Mon, 19 Feb 2001 15:16:40 -0800 (PST) Date: Mon, 19 Feb 2001 15:16:40 -0800 From: Kris Kennaway To: Greg Nelsen Cc: support avalon , security-officer@FreeBSD.org, questions@FreeBSD.org Subject: Re: mail redirected? Message-ID: <20010219151640.E53806@mollari.cthul.hu> References: <3A9165C6.4F634328@avalon.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="LSp5EJdfMPwZcMS1" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A9165C6.4F634328@avalon.net>; from excalibr@avalon.net on Mon, Feb 19, 2001 at 12:28:46PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --LSp5EJdfMPwZcMS1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Feb 19, 2001 at 12:28:46PM -0600, Greg Nelsen wrote: > When I sent this letter (below) to questions@FreeBSD.org (a web mailto), I got > back a non delivery message (also included) from a stranger. Can any of you > tell me why? There are lots of broken mail systems out there. Some of them like to send replies to mailing list traffic when there's a local delivery problem -- I got one of these too. Just ignore it or follow it up with postmaster@excedo.se. Kris --LSp5EJdfMPwZcMS1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6kalXWry0BWjoQKURAsI+AJ9bXcB3UvFqj/IWSyN4cDcn3nB5rwCgvFmo 1sviRZxALVz8+Y+2+SN1zjE= =BBng -----END PGP SIGNATURE----- --LSp5EJdfMPwZcMS1-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 15:17:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from falcon.sourcee.com (falcon.sourcee.com [12.11.130.185]) by hub.freebsd.org (Postfix) with ESMTP id 6E8E537B491 for ; Mon, 19 Feb 2001 15:17:12 -0800 (PST) Received: from fremont.sourcee.com (56-135.sourcee.com [12.7.135.56] (may be forged)) by falcon.sourcee.com (8.9.3/8.9.3) with ESMTP id SAA23600 for ; Mon, 19 Feb 2001 18:17:11 -0500 (EST) Message-ID: <3A91A9B3.E5D5BD05@fremont.sourcee.com> Date: Mon, 19 Feb 2001 15:18:11 -0800 From: Chimon Yeung X-Mailer: Mozilla 4.75 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: UNIX Subject: Mutt problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, When I tried to send an email, I got the "Mail Delivery Returned". It said "Sender domain must exist". So how do I set up the domain in order to send email? -- Thanks, Chimon Yeung To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 15:22:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-53.dsl.lsan03.pacbell.net [64.165.226.53]) by hub.freebsd.org (Postfix) with ESMTP id BBAF237B491 for ; Mon, 19 Feb 2001 15:22:52 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 0F33866C11; Mon, 19 Feb 2001 15:22:52 -0800 (PST) Date: Mon, 19 Feb 2001 15:22:51 -0800 From: Kris Kennaway To: navrangpura Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Increase of capacity of the AGP card Message-ID: <20010219152251.A54359@mollari.cthul.hu> References: <30EBB372.7FBB6A24@bostonci.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="fUYQa+Pmc3FrFX/N" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <30EBB372.7FBB6A24@bostonci.com>; from navrangpura@bostonci.com on Thu, Jan 04, 1996 at 04:31:07PM +0530 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --fUYQa+Pmc3FrFX/N Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 04, 1996 at 04:31:07PM +0530, navrangpura wrote: > Dear Sir, >=20 > I have inbuilt SIS 6326 AGP Card with the capacity of 4 MB and wish to > convert it to 8 MB. Is it possible to upgrade, as it is said to be > impossible to change the card. >=20 > The clarity when you watch a movie is not there. This is not a FreeBSD support question - talk to your hardware vendor. Kris P.S. Please fix your system date, it is 5 years, one month and 15 days behind. --fUYQa+Pmc3FrFX/N Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6karLWry0BWjoQKURAqoYAJ9PMbuZoY+/Y0qZ35DLpSI+cKAmMwCg+wUu 7da5dM7F5edNBODr6YGy0aA= =QtmA -----END PGP SIGNATURE----- --fUYQa+Pmc3FrFX/N-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 15:26:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-53.dsl.lsan03.pacbell.net [64.165.226.53]) by hub.freebsd.org (Postfix) with ESMTP id CD5A237B491 for ; Mon, 19 Feb 2001 15:26:48 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id ADA5866C11; Mon, 19 Feb 2001 15:26:48 -0800 (PST) Date: Mon, 19 Feb 2001 15:26:48 -0800 From: Kris Kennaway To: Chimon Yeung Cc: UNIX Subject: Re: Mutt problem Message-ID: <20010219152648.B54359@mollari.cthul.hu> References: <3A91A9B3.E5D5BD05@fremont.sourcee.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="V0207lvV8h4k8FAm" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A91A9B3.E5D5BD05@fremont.sourcee.com>; from cyeung@sourcee.com on Mon, Feb 19, 2001 at 03:18:11PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --V0207lvV8h4k8FAm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 19, 2001 at 03:18:11PM -0800, Chimon Yeung wrote: > Hello, >=20 > When I tried to send an email, I got the "Mail Delivery Returned". It > said "Sender domain must exist". So how do I set up the domain in order > to send email? This is not actually a problem with mutt - your machine needs to identify itself as a machine with a valid DNS name (which resolves back to your current IP address) in order for many systems out there to accept email from it (forged hostnames are mostly used by spammers). If you are sending mail from an ISP, configure your mail transfer agent (e.g. sendmail) to relay mail through your ISP's mail gateway, which will take care of the problem. To find out how to do this, consult the sendmail documentation (e.g. www.sendmail.org). Kris --V0207lvV8h4k8FAm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6kau4Wry0BWjoQKURAoFCAKDk5cIKCIO9tJRvS5RxpE+JtvE3YgCggB+M RnWTuWhl2H41IUSLGCCcWwU= =TsE5 -----END PGP SIGNATURE----- --V0207lvV8h4k8FAm-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 15:27:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id D9E5A37B4EC for ; Mon, 19 Feb 2001 15:27:36 -0800 (PST) Received: from hornet.unixfreak.org (hornet [63.198.170.140]) by bazooka.unixfreak.org (Postfix) with ESMTP id 771A73E09; Mon, 19 Feb 2001 15:27:36 -0800 (PST) To: Virtual Bob Cc: freebsd-questions@freebsd.org Subject: Re: make release & CVSROOT In-Reply-To: Message from Virtual Bob of "Mon, 19 Feb 2001 17:19:56 CST." Date: Mon, 19 Feb 2001 15:27:36 -0800 From: Dima Dorfman Message-Id: <20010219232736.771A73E09@bazooka.unixfreak.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [ -stable -> -questions ] > I'm trying to make release and ran into problems with CVSROOT. First time > around, it said it can't find it. I finally determined it's a directory > containing stuff for cvs, and ftp'ed development/FreeBSD-CVS/CVSROOT > directory hierarchy to /usr/CVSROOT. However, when make release is > invoked again, it complains it cannot "check out" itself. > > I'd like to know what else needs to be done to get make release work with > CVSROOT? You need the entire CVS repository to build a release. When it says CVSROOT it means the top directory of the repository (you should see directories like 'src' and 'doc' in there). It so happens that there's also a directory called CVSROOT, which isn't directly related to what it's referring to (although its presence is required for `make release`). I believe there should be documentation in the Handbook on how to get the repository. Failing that, take a look at /usr/share/examples/cvsup/cvs-supfile. Hope this helps Dima Dorfman dima@unixfreak.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 15:37:10 2001 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 48BE237B4EC for ; Mon, 19 Feb 2001 15:37:07 -0800 (PST) Received: from freke.odin.pdx.edu (freke.odin.pdx.edu [131.252.120.43]) by thor.oit.pdx.edu (8.11.1/8.11.1) with ESMTP id f1JNb6U21873 for ; Mon, 19 Feb 2001 15:37:06 -0800 (PST) Received: from localhost (singh@localhost) by freke.odin.pdx.edu (8.11.1/8.11.1) with ESMTP id f1JNb6S05901 for ; Mon, 19 Feb 2001 15:37:06 -0800 (PST) X-Authentication-Warning: freke.odin.pdx.edu: singh owned process doing -bs Date: Mon, 19 Feb 2001 15:37:05 -0800 (PST) From: Harkirat Singh X-X-Sender: To: Subject: tcsh shell Message-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 got tcsh shell package and installed (using pkg_add). When I do "which tcsh" I got error message tcsh not found. Do I need to something more to have tcsh shell. Thanks, Harkirat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 15:44:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.toronto.istar.net (mail1.toronto.istar.net [209.89.75.17]) by hub.freebsd.org (Postfix) with ESMTP id C4C4837B401 for ; Mon, 19 Feb 2001 15:44:38 -0800 (PST) Received: from d141-118-73.home.cgocable.net ([24.141.118.73]) by mail1.toronto.istar.net with esmtp (Exim 2.02 #1) id 14UzyJ-0006ib-00; Mon, 19 Feb 2001 18:44:00 -0500 Date: Mon, 19 Feb 2001 18:34:34 -0500 (EST) From: Dru X-Sender: genisis@x1-6-00-00-b4-94-9d-3f.kico1.on.home.com To: Harkirat Singh Cc: freebsd-questions@FreeBSD.ORG Subject: Re: tcsh shell In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Harkirat, If you are currently in the C shell, you'll have to type "rehash" to get your shell to see the new package so your "which" command will work. Once you know where "tcsh" is located, doublecheck that the full path is listed in your "/etc/shells" file. Dru On Mon, 19 Feb 2001, Harkirat Singh wrote: > > Hi! > I got tcsh shell package and installed (using pkg_add). When I do > "which tcsh" I got error message tcsh not found. Do I need to something > more to have tcsh shell. > > Thanks, > > Harkirat > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of 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 Feb 19 15:53:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns.nx.nextra.sk (ns.nextra.sk [195.168.1.2]) by hub.freebsd.org (Postfix) with SMTP id 619DA37B65D for ; Mon, 19 Feb 2001 15:53:45 -0800 (PST) Received: (qmail 13324 invoked from network); 19 Feb 2001 22:02:48 -0000 Received: from unknown (HELO savba.sk) (195.168.63.247) by smtp2.nx.nextra.sk with SMTP; 19 Feb 2001 22:02:48 -0000 Message-ID: <3A90EF62.CBF7F65C@savba.sk> Date: Mon, 19 Feb 2001 11:03:14 +0100 From: xvudpapc X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: ISDN USB modem Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I have a question. You don't have to reply to me how I configure an ISDN USB modem, but is it possible to use it under FreeBSD? This information is important for me and I'd be happy to know: 1. Are only special ISDN USB modems necessary to buy for FreeBSD? 2. Any ISDN USB modem may work under FreeBSD? Sincerely, Juraj To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 15:58:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from xena.gsicomp.on.ca (cr677933-a.ktchnr1.on.wave.home.com [24.43.230.149]) by hub.freebsd.org (Postfix) with ESMTP id 2309537B491 for ; Mon, 19 Feb 2001 15:58:45 -0800 (PST) Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.1/8.9.3) with SMTP id f1JNugi88461; Mon, 19 Feb 2001 18:56:42 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <004f01c09acf$9efc5a60$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "Robert Lindgren" , References: <3A91A168.8020309@orcafat.com> Subject: Re: Ip alias Date: Mon, 19 Feb 2001 18:56:47 -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 > Hi!!! > > When I add an ip alias with the command: > > ifconfig fxp0 alias xxx.yyy.zzz.www netmask 255.255.255.255 > > The ip-address gets default gateways address as gateway, is this correct? Could you be more specific? Perhaps showing the output of 'netstat -rn' would be helpful. > The problem I have is that if the def gateway is gateway for the alias > address then you must go out the the gatway and back to connect to the > "real" address on the nic. Please help me solving this little problem If I'm understanding you correctly, what you describe is not a problem. Any traffic destined to the alias won't actually go out on the wire and come back into the NIC; it's all handled within the TCP/IP stack. -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 16:13:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc2.pa.home.com (ha2.rdc2.pa.home.com [24.12.106.195]) by hub.freebsd.org (Postfix) with ESMTP id 6012037B491 for ; Mon, 19 Feb 2001 16:13:35 -0800 (PST) Received: from Ghost ([65.2.79.76]) by mail.rdc2.pa.home.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20010220001334.XQDW16097.mail.rdc2.pa.home.com@Ghost>; Mon, 19 Feb 2001 16:13:34 -0800 From: Moses Backman III To: "Brad Watts" , "BSD" Subject: Re: Mount CD ROM Date: Mon, 19 Feb 2001 19:22:52 -0500 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="iso-8859-1" References: In-Reply-To: MIME-Version: 1.0 Message-Id: <01021919225200.01296@Ghost> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sunday 18 February 2001 13:55, Brad Watts wrote: > > I've reconfigured my kernel and added sound support. Now I'd like to know > how I would mount and "read" from my CD ROM drive? > > Also, How would I mount, read and write to my floppy drive? > > Thanks.. > > Brad ---------------------------------------- Content-Type: text/html; charset="iso-8859-1"; name="Attachment: 1" Content-Transfer-Encoding: quoted-printable Content-Description: ---------------------------------------- mount /cdrom cd /cdrom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 16:14:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail3.rdc1.on.home.com (femail3.rdc1.on.home.com [24.2.9.90]) by hub.freebsd.org (Postfix) with ESMTP id F1BEA37B503 for ; Mon, 19 Feb 2001 16:14:23 -0800 (PST) Received: from playground.net ([24.157.54.46]) by femail3.rdc1.on.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010220001356.BREA12119.femail3.rdc1.on.home.com@playground.net> for ; Mon, 19 Feb 2001 16:13:56 -0800 Message-ID: <3A91B703.87E015AF@playground.net> Date: Mon, 19 Feb 2001 19:14:59 -0500 From: Dany Cayouette X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.5-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Changing ARP cache timeout Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, is there an easy way to modify the ARP cache timeout on FreeBSD? The reason is: I am connected via cable modem (Rogers@home). I have a static IP address assigned. The cable gateway seems to be aggresive in the ARP cache timeout. If my system doesn't generate any traffic, the gateway seems to loose the ARP entry. Since the ARP cache is not timed out on my system, I still transmit packet but don't receive anything. As soon as I forced an ARP request, 'arp -ad' command, things work again... Cheers, Dany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 16:33: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from omahpop1.omah.uswest.net (omahpop1.omah.uswest.net [204.26.64.1]) by hub.freebsd.org (Postfix) with SMTP id 3150937B491 for ; Mon, 19 Feb 2001 16:32:59 -0800 (PST) Received: (qmail 96246 invoked by alias); 20 Feb 2001 00:32:58 -0000 Delivered-To: fixup-freebsd-questions@freebsd.org@fixme Received: (qmail 96237 invoked by uid 0); 20 Feb 2001 00:32:56 -0000 Received: from omah6400gw2poolb8.omah.uswest.net (HELO kristen.shadowdale.net) (63.227.157.8) by omahpop1.omah.uswest.net with SMTP; 20 Feb 2001 00:32:56 -0000 Date: Mon, 19 Feb 2001 18:32:56 -0600 (CST) From: Virtual Bob To: Dima Dorfman Cc: Subject: Re: make release & CVSROOT In-Reply-To: <20010219232736.771A73E09@bazooka.unixfreak.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 Looks like I did a little doo-doo when setting up cvsup. I had left in default tag=RELENG_4 which it wasn't suppose to be in cvsupfile. Right now it's polling in the said missing CVSROOT directory... ------------- clip here with virtual scissors -------------- ************************************************************ Keyboard stuck error. Press F1 to continue. Any unsolicited e-mails will be charged US$500 per e-mail, plus court cost. Your contribution to Bill Gates' personal wealth: US$359.17 ************************************************************ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 16:34:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.mco.bellsouth.net (mail1.mco.bellsouth.net [205.152.111.13]) by hub.freebsd.org (Postfix) with ESMTP id 85E8037B401 for ; Mon, 19 Feb 2001 16:34:13 -0800 (PST) Received: from lane (adsl-63-206-63.bhm.bellsouth.net [208.63.206.63]) by mail1.mco.bellsouth.net (3.3.5alt/0.75.2) with SMTP id TAA02521 for ; Mon, 19 Feb 2001 19:34:12 -0500 (EST) From: lanehol@bellsouth.net Message-ID: <001a01c09ad4$baf77e20$3fce3fd0@windows.home> To: References: <01021919225200.01296@Ghost> Subject: My mouse Date: Mon, 19 Feb 2001 18:33:20 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have this problem with X ... when I start my computer I have to log in as root and use sysinstall to start my mouse. I have moused configured (in rc.conf) and the mouse is initially visible upon boot, but startx fails with "Cannot open mouse" until I restart it using sysinstall ... I'm sure there must be a shorter way to start it, but issuing moused from the command line doesn't work. Is there a sure-fire way to make the mouse available without using sysinstall? thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 17: 1:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from falcon.sourcee.com (falcon.sourcee.com [12.11.130.185]) by hub.freebsd.org (Postfix) with ESMTP id 3404B37B6A9 for ; Mon, 19 Feb 2001 17:01:42 -0800 (PST) Received: from fremont.sourcee.com (56-135.sourcee.com [12.7.135.56] (may be forged)) by falcon.sourcee.com (8.9.3/8.9.3) with ESMTP id UAA00540 for ; Mon, 19 Feb 2001 20:01:40 -0500 (EST) Message-ID: <3A91C239.D55F5378@fremont.sourcee.com> Date: Mon, 19 Feb 2001 17:02:49 -0800 From: Chimon Yeung X-Mailer: Mozilla 4.75 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: UNIX Subject: Mutt Error Msg Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I got an error message after I configured the sendmail.cf for domain. This is what I put -- "Dj$ hawk.world.com". Then I tried to send an email and returned the email back with error saying "554 5.0.0 MX list for world.com points back to hawk.world.com. 554 5.3.5 cyeung@world.com local configuration error" -- Thanks, Chimon Yeung To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 17: 2:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sydney.worldwide.lemis.com (user-uinjtfm.biz.mindspring.com [165.121.245.246]) by hub.freebsd.org (Postfix) with ESMTP id C668F37B65D for ; Mon, 19 Feb 2001 17:02:13 -0800 (PST) Received: (from grog@localhost) by sydney.worldwide.lemis.com (8.11.1/8.9.3) id f1J3S5g20752; Sun, 18 Feb 2001 19:28:05 -0800 (PST) (envelope-from grog) Date: Sun, 18 Feb 2001 19:28:05 -0800 From: Greg Lehey To: Andre Stenvall Cc: questions@FreeBSD.org Subject: ipfw questions (was: Hi!) Message-ID: <20010218192805.M20470@sydney.worldwide.lemis.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from andre5_@hotmail.com on Sun, Feb 18, 2018 at 02:50:36PM +0100 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, 18 February 2018 at 14:50:36 +0100, Andre Stenvall wrote: > hello! > how do i open port 2121 in ipfw? That depends. How do you want to open it? What have you done so far? Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. 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 Mon Feb 19 17: 2:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sydney.worldwide.lemis.com (user-uinjtfm.biz.mindspring.com [165.121.245.246]) by hub.freebsd.org (Postfix) with ESMTP id BD4A037B503 for ; Mon, 19 Feb 2001 17:02:24 -0800 (PST) Received: (from grog@localhost) by sydney.worldwide.lemis.com (8.11.1/8.9.3) id f1J3QYY20742; Sun, 18 Feb 2001 19:26:34 -0800 (PST) (envelope-from grog) Date: Sun, 18 Feb 2001 19:26:34 -0800 From: Greg Lehey To: Denis Cc: freebsd-questions@FreeBSD.org Subject: Re: I can't configure my PCMCIA card Message-ID: <20010218192634.L20470@sydney.worldwide.lemis.com> References: <3ADDB92D.41F4B94D@mail.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3ADDB92D.41F4B94D@mail.ru>; from pomozov_denis@mail.ru on Wed, Apr 18, 2001 at 07:56:29PM +0400 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wednesday, 18 April 2001 at 19:56:29 +0400, Denis wrote: > Could you tell me, what I must do to configure my PCMCIA card: > Xircom CarBus Ethernet 100 + Modem 56 CardBus isn't supported in current FreeBSD releases. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. 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 Mon Feb 19 17: 3: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sydney.worldwide.lemis.com (user-uinjtfm.biz.mindspring.com [165.121.245.246]) by hub.freebsd.org (Postfix) with ESMTP id 6353037B4EC for ; Mon, 19 Feb 2001 17:03:02 -0800 (PST) Received: (from grog@localhost) by sydney.worldwide.lemis.com (8.11.1/8.9.3) id f1J2dxB20589; Sun, 18 Feb 2001 18:39:59 -0800 (PST) (envelope-from grog) Date: Sun, 18 Feb 2001 18:39:59 -0800 From: Greg Lehey To: Islandman Cc: questions@FreeBSD.org Subject: Re: FreeBSD digital camera support? Message-ID: <20010218183959.D20470@sydney.worldwide.lemis.com> References: <3A900EB5.BBDEFFD1@centurytel.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3A900EB5.BBDEFFD1@centurytel.net>; from schieb@centurytel.net on Sun, Feb 18, 2001 at 10:04:37AM -0800 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, 18 February 2001 at 10:04:37 -0800, Islandman wrote: > I'm shopping for a new digital camera. Since I NEVER want to boot up in > WinDoz again, what capabilities for supporting digital cameras are there > in FreeBSD? I'd strongly recommend buying a camera with Compact Flash or similar memory. You can remove the card from the camera and insert it in a PCMCIA adaptor (cost: about $10) and mount it in a laptop as an MS-DOS file system. If you don't have a laptop, you'll need a PCMCIA to ISA adaptor for your machine, as well as easy access to it. The nice thing about this approach is that you can use normal UNIX commands to manipulate the images. See my diary entries on the subject in November 2000 (from memory http://www.lemis.com/~grog/diary-nov2000.html; I'm not online at the moment). Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. 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 Mon Feb 19 17: 5:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail3.rdc1.on.home.com (femail3.rdc1.on.home.com [24.2.9.90]) by hub.freebsd.org (Postfix) with ESMTP id 7F58C37B491 for ; Mon, 19 Feb 2001 17:05:16 -0800 (PST) Received: from rewt ([24.68.90.190]) by femail3.rdc1.on.home.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20010220010449.DLAX12119.femail3.rdc1.on.home.com@rewt> for ; Mon, 19 Feb 2001 17:04:49 -0800 From: "Jon Nealon" To: Subject: installation Date: Mon, 19 Feb 2001 20:06:13 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ya hi, i installed freebsd4.2 on my box, everything installed fine, was indentified as well. when the installation was finished, it took me back to the main screen, i then selected 'exit install'. at that time the box rebooted and i got an error saying 'read error'. is there anything that i am doing wrong ? please let me know, any help would be greatly appreciated. thanks -jon nealon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 17:10:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from imo-r11.mx.aol.com (imo-r11.mx.aol.com [152.163.225.65]) by hub.freebsd.org (Postfix) with ESMTP id A825637B491 for ; Mon, 19 Feb 2001 17:10:10 -0800 (PST) Received: from hanbauder@netscape.net by imo-r11.mx.aol.com (mail_out_v29.5.) id n.1a.d766bc (16234) for ; Mon, 19 Feb 2001 20:09:53 -0500 (EST) Received: from netscape.com (aimmail02.aim.aol.com [205.188.144.194]) by air-in02.mx.aol.com (v77_r1.21) with ESMTP; Mon, 19 Feb 2001 20:09:53 -0500 Date: Mon, 19 Feb 2001 20:09:18 -0500 From: hanbauder@netscape.net To: questions@freebsd.org Subject: Debug with gdb Mime-Version: 1.0 Message-ID: <24683761.3B542437.02FF9DBE@netscape.net> X-Mailer: Franklin Webmailer 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I have a executable binary "program" which is generated like this: gcc -c program.c -Wall gcc -c program_1.c -Wall gcc -c program_2.c -Wall gcc program.o program_1.o program_2.o -o program -g -Wall Now I want to debug it with gdb. But the problem is as follow: $ gdb program Copright 1998 Free Software Foundation, Inc. ... This GDB was configured sa "i386-unknown-freebsd"... (no debugging symbols found)... (gdb) break main Function "main" not defined. (gdb) I also tried another way: (gdb) exec-file program (gdb) file program.o Reading symbols from program.o ... done. (gdb) break main Breakpoint 1 at 0x9: file program.cpp, line 55 (gdb) run Starting program: /usr/tmp/test/program.o /usr/tmp/test/program.o: Permission denied. Program exited with code 01. You can't do that without a process to debug. (gdb) Would you please tell me what shall I do to debug it correctly? Thank you very much. __________________________________________________________________ Get your own FREE, personal Netscape Webmail account today at http://webmail.netscape.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 17:12:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mobile.hub.org (mobile.acadiau.ca [131.162.137.70]) by hub.freebsd.org (Postfix) with ESMTP id 093F537B4EC for ; Mon, 19 Feb 2001 17:12:43 -0800 (PST) Received: from localhost (scrappy@localhost) by mobile.hub.org (8.11.1/8.11.1) with ESMTP id f1K1CWw06653; Mon, 19 Feb 2001 21:12:33 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: mobile.hub.org: scrappy owned process doing -bs Date: Mon, 19 Feb 2001 21:12:32 -0400 (AST) From: The Hermit Hacker To: Stephen Hovey Cc: Subject: Re: bind 9.1.1b2 ... "out of range" error ... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 19 Feb 2001, Stephen Hovey wrote: > > Yeah - its not the 10800 thats puking - its the 'serial' number higher up > - it wont take a number greater than 9999999999 in width. so yyyymmdd99 is > it for a pattern you can use okay, now my stupid question ... if I reduce the serial number 20010219nn, the serial number is now less then it was before ... won't this cause a problem? I thought a change to serial had to be higher then what it was set to previously? :( > > On Mon, 19 Feb 2001, The Hermit Hacker wrote: > > > > > Does anyone have any experience with this? Works great under 8.2.2, but > > fails here: > > > > Feb 19 15:06:00 themis /usr/slocal/sbin/named[14738]: starting BIND 9.1.1rc2 > > Feb 19 15:06:01 themis /usr/slocal/sbin/named[14738]: the default for the 'auth-nxdomain' option is now 'no' > > Feb 19 15:06:01 themis /usr/slocal/sbin/named[14738]: dns_rdata_fromtext: reverse/db.131.162.1:3: near '10800': out of range > > Feb 19 15:06:01 themis /usr/slocal/sbin/named[14738]: dns_zone_load: zone 1.162.131.in-addr.arpa/IN: loading master file reverse/db.131.162.1: out of range > > > > the top of that file looks like: > > > > $TTL 86400 > > @ IN SOA relay.acadiau.ca. dns.acadiau.ca. ( > > 20010219644 ; serial > > 10800 ; refresh > > 3600 ; retry > > 604800 ; expire > > 86400 ) ; time to live > > > > thoughts or pointers to where I should read? I scan'd the migration file, > > and it didn't seem to come up with anything, but am going to re-read that > > again, just in case ... > > > > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy > > Systems Administrator @ hub.org > > primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 17:16:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mta06-svc.ntlworld.com (mta06-svc.ntlworld.com [62.253.162.46]) by hub.freebsd.org (Postfix) with ESMTP id E5B2B37B491 for ; Mon, 19 Feb 2001 17:16:46 -0800 (PST) Received: from m45-mp1-cvx1b.gui.ntl.com ([62.252.8.45]) by mta06-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20010220011645.YXZG285.mta06-svc.ntlworld.com@m45-mp1-cvx1b.gui.ntl.com>; Tue, 20 Feb 2001 01:16:45 +0000 Date: Tue, 20 Feb 2001 01:25:12 +0000 (GMT) From: George Reid X-Sender: greid@sobek.openirc.co.uk To: hanbauder@netscape.net Cc: questions@FreeBSD.ORG Subject: Re: Debug with gdb In-Reply-To: <24683761.3B542437.02FF9DBE@netscape.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, 19 Feb 2001 hanbauder@netscape.net wrote: > Hello, > I have a executable binary "program" which is generated like this: > > gcc -c program.c -Wall > gcc -c program_1.c -Wall > gcc -c program_2.c -Wall > gcc program.o program_1.o program_2.o -o program -g -Wall You need to compile the individual modules with -g as well. G "And then it comes to be that the soothing light at the end of your tunnel was just a freight train, comin' your way." George Reid * greid@ukug.uk.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 17:24:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from maple.he.net (maple.he.net [216.218.214.130]) by hub.freebsd.org (Postfix) with ESMTP id 5C73837B401 for ; Mon, 19 Feb 2001 17:24:20 -0800 (PST) Received: from pybiz.com (dsl081-054-155.dsl-isp.net [64.81.54.155]) by maple.he.net (8.8.6/8.8.2) with ESMTP id RAA32082; Mon, 19 Feb 2001 17:24:26 -0800 Message-ID: <3A91C8C9.5F893415@pybiz.com> Date: Mon, 19 Feb 2001 17:30:49 -0800 From: Greg Von Kuster Organization: PyBiz, Inc. X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Cc: greg@pybiz.com Subject: Apache Xalan port to FreeBSD?? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I would appreciate it if someone could let me know if there are plans to port apache's Xalan XSLT engine to the Free BSD platform. If someone has already ported this, please let me know as well. Plese reply to greg@pybiz.com. Thanks in advance. Greg Von Kuster To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 17:26:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from xena.gsicomp.on.ca (cr677933-a.ktchnr1.on.wave.home.com [24.43.230.149]) by hub.freebsd.org (Postfix) with ESMTP id 4C0F637B491 for ; Mon, 19 Feb 2001 17:26:00 -0800 (PST) Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.1/8.9.3) with SMTP id f1K1Nxi88682; Mon, 19 Feb 2001 20:24:00 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <003501c09adb$d1839230$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "The Hermit Hacker" , "Stephen Hovey" Cc: References: Subject: Re: bind 9.1.1b2 ... "out of range" error ... Date: Mon, 19 Feb 2001 20:24:05 -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 > On Mon, 19 Feb 2001, Stephen Hovey wrote: > > > Yeah - its not the 10800 thats puking - its the 'serial' number higher up > > - it wont take a number greater than 9999999999 in width. so yyyymmdd99 is > > it for a pattern you can use > > okay, now my stupid question ... if I reduce the serial number 20010219nn, > the serial number is now less then it was before ... won't this cause a > problem? I thought a change to serial had to be higher then what it was > set to previously? :( Yes, but there is a way around it. Thanks to some properties of 2s complement arithmetic, it is possible to construct a sequence of serial numbers that will allow you to reduce the serial number. What follows is a C program that will provide an appropriate sequence of serial numbers that will do the trick. I used this program to fix up some DNS records that accidentally got an extra 0 entered in the serial (for example, 20000010101 - try not to get cross-eyed counting the 0s!) My apologies to the original author - I don't have the web site where I found this code, as well as the very nice explanation of how and why it works. #include #include #include #define SEQ_GT(a,b) ((long)((a)-(b)) > 0) #define STEP 0x7fffffffUL main(argc,argv) int argc; char **argv; { unsigned long t2; unsigned long start, end; char *e; if (argc < 3) exit(1); start= strtoul(argv[1], &e, 10); if (*e != '\0') printf("bad start \"%s\"\n", argv[1]); end = strtoul(argv[2], &e, 10); if (*e != '\0') printf("bad end \"%s\"\n", argv[1]); t2 = start + STEP; printf("%lu %lu", start, t2); t2 += STEP; while (SEQ_GT(end, t2)) { printf(" %lu", t2); t2 += STEP; } printf(" %lu\n", end); exit(0); } -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 17:26:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtppop1pub.verizon.net (smtppop1pub.gte.net [206.46.170.20]) by hub.freebsd.org (Postfix) with ESMTP id 5FFB037B491 for ; Mon, 19 Feb 2001 17:26:44 -0800 (PST) Received: from sqlserver (1Cust86.tnt10.lakeland.fl.da.uu.net [63.24.46.86]) by smtppop1pub.verizon.net with SMTP for ; id TAA59643324 Mon, 19 Feb 2001 19:20:02 -0600 (CST) From: douglasv@gte.net To: Subject: FreeBSD root user Date: Mon, 19 Feb 2001 20:30:20 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG FreeBSD 4.0-Release #0:Mon Mar 20 22:50:22GMT 2000 root@monster.cdrom.com:/usr/scr/sys/compile/GENERIC i386 This is a new install. I am new to BSD or Unix Logged in as root. I am receiving :Permission denied for most request. For instance, /etc/group:Permission denied /cdrom/book/scripts/install-desktop:Permission denied /usr/share/doc:Permission denied I guess root is second fiddle on my machine (BSD is the only operating system on this computer.) Thank you, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 17:29:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mta07-svc.ntlworld.com (mta07-svc.ntlworld.com [62.253.162.47]) by hub.freebsd.org (Postfix) with ESMTP id 7152537B401 for ; Mon, 19 Feb 2001 17:29:23 -0800 (PST) Received: from m45-mp1-cvx1b.gui.ntl.com ([62.252.8.45]) by mta07-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20010220012905.LLMA26323.mta07-svc.ntlworld.com@m45-mp1-cvx1b.gui.ntl.com>; Tue, 20 Feb 2001 01:29:05 +0000 Date: Tue, 20 Feb 2001 01:38:08 +0000 (GMT) From: George Reid X-Sender: greid@sobek.openirc.co.uk To: Dominic Marks Cc: freebsd-questions@FreeBSD.ORG Subject: Re: PCM, Audio, Ensoniq PCI Sound card, Kernel issue In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 19 Feb 2001, Dominic Marks wrote: > # cat some.wav > /dev/audio > > I might have also done "cat some.wav | /dev/audio" I'm not sure, would that > have made a difference? Yes. "cat some.wav | /dev/audio" makes no sense. That basically means "take the output of 'cat some.wav' and pipe it through the /dev/audio program". Nonsense, since /dev/audio is a device node and not a program. Mind you, "cat some.wav > /dev/audio" doesn't make any sense either. You can't just write a wave file to the device node and expect to get sound: a WAVE file is not just raw audio data. Investigate sox (/usr/ports/audio/sox) - this will let you test out the sound properly with WAVE files. > (probably...) It just made a horrible screeching > noise, so evidently something is wrong Actually, it's exactly what would be expected. G "And then it comes to be that the soothing light at the end of your tunnel was just a freight train, comin' your way." George Reid * greid@ukug.uk.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 17:31:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from snarf.osdn.com (snarf.osdn.com [209.192.217.153]) by hub.freebsd.org (Postfix) with ESMTP id B9E5437B491 for ; Mon, 19 Feb 2001 17:31:09 -0800 (PST) Received: from guinness.osdn.com (postfix@64.mht.dialup.G4.NET [216.177.2.64]) by snarf.osdn.com (8.11.2/8.11.2) with ESMTP id f1K1V1s01513; Mon, 19 Feb 2001 20:31:06 -0500 (EST) (envelope-from jim@guinness.osdn.com) Received: by guinness.osdn.com (Postfix, from userid 1000) id D83AE19B8; Mon, 19 Feb 2001 20:30:52 -0500 (EST) Date: Mon, 19 Feb 2001 20:30:52 -0500 From: Jim Mock To: Chimon Yeung Cc: questions@FreeBSD.ORG Subject: Re: Mutt Error Msg Message-ID: <20010219203052.B520@guinness.osdn.com> Reply-To: mij@osdn.com References: <3A91C239.D55F5378@fremont.sourcee.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <3A91C239.D55F5378@fremont.sourcee.com>; from cyeung@sourcee.com on Mon, Feb 19, 2001 at 05:02:49PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 19 Feb 2001 at 17:02:49 -0800, Chimon Yeung wrote: > Hello, > > I got an error message after I configured the sendmail.cf for domain. > This is what I put -- "Dj$ hawk.world.com". Then I tried to send an > email and returned the email back with error saying > "554 5.0.0 MX list for world.com points back to hawk.world.com. 554 > 5.3.5 cyeung@world.com local configuration error" Uh, that's not a mutt error message, it's sendmail. Add your domain to /etc/mail/local-host-names. - jim -- - jim mock - O|S|D|N - open source development network - - http://www.freebsdzine.org/ - jim@freebsdzine.org - jim@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 17:31:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id 0726437B503 for ; Mon, 19 Feb 2001 17:31:38 -0800 (PST) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.9.3/8.8.7) with ESMTP id UAA04586; Mon, 19 Feb 2001 20:31:47 -0500 (EST) (envelope-from shovey@buffnet.net) Date: Mon, 19 Feb 2001 20:31:33 -0500 (EST) From: Stephen Hovey To: The Hermit Hacker Cc: freebsd-questions@FreeBSD.ORG Subject: Re: bind 9.1.1b2 ... "out of range" error ... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 19 Feb 2001, The Hermit Hacker wrote: > On Mon, 19 Feb 2001, Stephen Hovey wrote: > > > > > Yeah - its not the 10800 thats puking - its the 'serial' number higher up > > - it wont take a number greater than 9999999999 in width. so yyyymmdd99 is > > it for a pattern you can use > > okay, now my stupid question ... if I reduce the serial number 20010219nn, > the serial number is now less then it was before ... won't this cause a > problem? I thought a change to serial had to be higher then what it was > set to previously? :( Yup - its a fun problem. > > > > On Mon, 19 Feb 2001, The Hermit Hacker wrote: > > > > > > > > Does anyone have any experience with this? Works great under 8.2.2, but > > > fails here: > > > > > > Feb 19 15:06:00 themis /usr/slocal/sbin/named[14738]: starting BIND 9.1.1rc2 > > > Feb 19 15:06:01 themis /usr/slocal/sbin/named[14738]: the default for the 'auth-nxdomain' option is now 'no' > > > Feb 19 15:06:01 themis /usr/slocal/sbin/named[14738]: dns_rdata_fromtext: reverse/db.131.162.1:3: near '10800': out of range > > > Feb 19 15:06:01 themis /usr/slocal/sbin/named[14738]: dns_zone_load: zone 1.162.131.in-addr.arpa/IN: loading master file reverse/db.131.162.1: out of range > > > > > > the top of that file looks like: > > > > > > $TTL 86400 > > > @ IN SOA relay.acadiau.ca. dns.acadiau.ca. ( > > > 20010219644 ; serial > > > 10800 ; refresh > > > 3600 ; retry > > > 604800 ; expire > > > 86400 ) ; time to live > > > > > > thoughts or pointers to where I should read? I scan'd the migration file, > > > and it didn't seem to come up with anything, but am going to re-read that > > > again, just in case ... > > > > > > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy > > > Systems Administrator @ hub.org > > > primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy > Systems Administrator @ hub.org > primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 17:39: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-53.dsl.lsan03.pacbell.net [64.165.226.53]) by hub.freebsd.org (Postfix) with ESMTP id CF58237B4EC for ; Mon, 19 Feb 2001 17:38:58 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 1C4B466C11; Mon, 19 Feb 2001 17:38:57 -0800 (PST) Date: Mon, 19 Feb 2001 17:38:56 -0800 From: Kris Kennaway To: douglasv@gte.net Cc: questions@FreeBSD.org Subject: Re: FreeBSD root user Message-ID: <20010219173856.A76075@mollari.cthul.hu> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="Nq2Wo0NMKNjxTN9z" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from douglasv@gte.net on Mon, Feb 19, 2001 at 08:30:20PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --Nq2Wo0NMKNjxTN9z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable You didn't explain what commands you were trying. Kris On Mon, Feb 19, 2001 at 08:30:20PM -0500, douglasv@gte.net wrote: >=20 > FreeBSD 4.0-Release #0:Mon Mar 20 22:50:22GMT 2000 > root@monster.cdrom.com:/usr/scr/sys/compile/GENERIC i386 >=20 > This is a new install. I am new to BSD or Unix >=20 > Logged in as root. I am receiving :Permission denied for most request. >=20 > For instance, /etc/group:Permission denied >=20 > /cdrom/book/scripts/install-desktop:Permission denied >=20 > /usr/share/doc:Permission denied >=20 > I guess root is second fiddle on my machine (BSD is the only operating > system > on this computer.) >=20 >=20 > Thank you, > Doug >=20 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 --Nq2Wo0NMKNjxTN9z Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6kcqvWry0BWjoQKURAi7UAJ0S4qzPayHkJa490xH20qzvIqNzugCg1ZWn dXFRL2I5o1yRc4eJFDN7nz0= =42dX -----END PGP SIGNATURE----- --Nq2Wo0NMKNjxTN9z-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 17:49:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from c000.snv.cp.net (c000-h007.c000.snv.cp.net [209.228.32.71]) by hub.freebsd.org (Postfix) with SMTP id D73C337B491 for ; Mon, 19 Feb 2001 17:49:39 -0800 (PST) Received: (cpmta 11229 invoked from network); 19 Feb 2001 17:49:39 -0800 Received: from adsl-64-167-104-194.dsl.snfc21.pacbell.net (HELO chuckpc) (64.167.104.194) by smtp.rider.net (209.228.32.71) with SMTP; 19 Feb 2001 17:49:39 -0800 X-Sent: 20 Feb 2001 01:49:39 GMT From: "Chuck Rider" To: Subject: Gateway woes.... Date: Mon, 19 Feb 2001 17:49:39 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to set up a firewall using a FreeBSD machine. The first step I am trying is a basic gateway and am not having much luck. I am running FreeBSD version 4.2 in a box with two Ethernet cards. dc0 is connected to the DSL modem, xl0 is connected to my home network hub. From the FreeBSD machine I can ping anything I want. On the internet using names or ip addresses and on my home network using ip addresses. From a machine on my home network I can ping either Ethernet address on the gateway by ip address, but I cannot ping anything on the internet. I assume I am not actually forwarding packets, but am at a loss as to what to try next. Any help would be greatly appreciated. sysctl -a | grep forward yields: net.inet.ip.forwarding: 1 net.inet.ip.fastforwarding: 0 net.inet6.ip6.forwarding: 0 here is my rc.conf file # This file now contains just the overrides from /etc/defaults/rc.conf # please make all changes to this file. # Enable network daemons for user convenience. # -- sysinstall generated deltas -- # network_interfaces="dc0 xl0 lo0" ifconfig_dc0="inet 64.167.104.195 netmask 255.255.255.248" ifconfig_xl0="inet 10.0.0.2 netmask 255.255.255.0" ifconfig_lo0="inet 127.0.0.1" defaultrouter="64.167.104.193" static_routes="" gateway_enable="YES" hostname="crweb.theriders.net" moused_port="/dev/psm0" moused_type="auto" moused_enable="YES" crweb# To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 17:51:39 2001 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 BBB7737B491 for ; Mon, 19 Feb 2001 17:51:34 -0800 (PST) Received: from hanbauder@netscape.net by imo-d04.mx.aol.com (mail_out_v29.5.) id n.2.e0135a (16220) for ; Mon, 19 Feb 2001 20:51:27 -0500 (EST) Received: from netscape.com (aimmail02.aim.aol.com [205.188.144.194]) by air-in01.mx.aol.com (v77_r1.21) with ESMTP; Mon, 19 Feb 2001 20:51:27 -0500 Date: Mon, 19 Feb 2001 20:50:52 -0500 From: hanbauder@netscape.net To: questions@freebsd.org Subject: Debug with gdb Mime-Version: 1.0 Message-ID: <085EA454.5B26D9AE.02FF9DBE@netscape.net> X-Mailer: Franklin Webmailer 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I have a executable binary "program" which is generated like this: gcc -c program.c -g -Wall gcc -c program_1.c -g -Wall gcc -c program_2.c -g -Wall gcc program.o program_1.o program_2.o -o program -g -Wall Now I want to debug it with gdb. But the problem is as follow: $ gdb program Copright 1998 Free Software Foundation, Inc. ... This GDB was configured sa "i386-unknown-freebsd"... (no debugging symbols found)... (gdb) break main Function "main" not defined. (gdb) I also tried another way: (gdb) exec-file program (gdb) file program.o Reading symbols from program.o ... done. (gdb) break main Breakpoint 1 at 0x9: file program.cpp, line 55 (gdb) run Starting program: /usr/tmp/test/program.o /usr/tmp/test/program.o: Permission denied. Program exited with code 01. You can't do that without a process to debug. (gdb) Would you please tell me what shall I do to debug it correctly? Thank you very much. __________________________________________________________________ Get your own FREE, personal Netscape Webmail account today at http://webmail.netscape.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 17:58:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mt.digitran.com (nwmq0101a.mt.digitran.com [12.3.21.13]) by hub.freebsd.org (Postfix) with ESMTP id BFDED37B491 for ; Mon, 19 Feb 2001 17:58:49 -0800 (PST) Received: from cm-206-31-81-96.gulfbreeze.mediacom.ispchannel.com [206.31.81.96] by mt.digitran.com with Novonyx SMTP Server $Revision: 2.71 $; Mon, 19 Feb 2001 20:54:19 -0500 (EDT) Date: Mon, 19 Feb 2001 19:59:35 -0600 (CST) From: Steve X-Sender: vandena@testbed.com To: Chuck Rider Cc: questions@FreeBSD.ORG Subject: Re: Gateway woes.... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Check out www.mostgraveconcern.com/freebsd and www.freebsddiary.org. Each of these sites have nearly step-by-step instructions on how to set up your dual-homed network and ipfw. ____ _ / ___|| |_ _____ _____ \___ \| __/ _ \ \ / / _ \ ___) | || __/\ V / __/ |____/ \__\___| \_/ \___| ========================= steve@nwf-soccer.com On Mon, 19 Feb 2001, Chuck Rider wrote: > I am trying to set up a firewall using a FreeBSD machine. The first step I > am trying is a basic gateway and am not having much luck. > > I am running FreeBSD version 4.2 in a box with two Ethernet cards. dc0 is > connected to the DSL modem, xl0 is connected to my home network hub. From > the FreeBSD machine I can ping anything I want. On the internet using names > or ip addresses and on my home network using ip addresses. From a machine > on my home network I can ping either Ethernet address on the gateway by ip > address, but I cannot ping anything on the internet. I assume I am not > actually forwarding packets, but am at a loss as to what to try next. Any > help would be greatly appreciated. > > sysctl -a | grep forward yields: > net.inet.ip.forwarding: 1 > net.inet.ip.fastforwarding: 0 > net.inet6.ip6.forwarding: 0 > > here is my rc.conf file > # This file now contains just the overrides from /etc/defaults/rc.conf > # please make all changes to this file. > > # Enable network daemons for user convenience. > # -- sysinstall generated deltas -- # > network_interfaces="dc0 xl0 lo0" > ifconfig_dc0="inet 64.167.104.195 netmask 255.255.255.248" > ifconfig_xl0="inet 10.0.0.2 netmask 255.255.255.0" > ifconfig_lo0="inet 127.0.0.1" > defaultrouter="64.167.104.193" > static_routes="" > gateway_enable="YES" > hostname="crweb.theriders.net" > moused_port="/dev/psm0" > moused_type="auto" > moused_enable="YES" > crweb# > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of 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 Feb 19 18: 8: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from topperwein.dyndns.org (acs-24-154-28-34.zoominternet.net [24.154.28.34]) by hub.freebsd.org (Postfix) with ESMTP id 7843137B401 for ; Mon, 19 Feb 2001 18:08:06 -0800 (PST) Received: from topperwein.dyndns.org (topperwein.dyndns.org [192.168.168.10]) by topperwein.dyndns.org (8.11.1/8.11.1) with ESMTP id f1K29Mc92718 for ; Mon, 19 Feb 2001 21:09:22 -0500 (EST) (envelope-from behanna@zbzoom.net) Date: Mon, 19 Feb 2001 21:09:22 -0500 (EST) From: Chris BeHanna Reply-To: To: Subject: Re: ppc0, lpt0, ppbus, and irq selection In-Reply-To: <3A74E006.39FAF92E@dccnet.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 Apologies for the belated reply. On Sun, 28 Jan 2001, Kevin G. Eliuk wrote: > Chris BeHanna wrote: > > > > Is it absolutely required to run your parallel port and printer > > from IRQ 7? I have a box with every slot filled, and due to the fact > > that one of my PCI slots is hardwired to IRQ 5 (curse ABIT for this!), > > my only available choice for my SB16 card is 7, so I tried running > > ppbus etc. on irq 3, but all I get is gibberish from the printer. > > You can also run it in polled mode. See: > > http://www.freebsd.org/handbook/printing-intro-setup.html This information was OK for 3.x. It is not applicable for 4.x, although it got me thinking, and "man ppc" told me the rest. This configuration setting did the trick for me: # Force NIBBLE mode and disable use of an IRQ device ppc0 at isa? port? flags 0x21 Now, both sound and printing work. I hope this helps someone else with a full motherboard and IRQ conflicts. -- Chris BeHanna Software Engineer (Remove "bogus" before responding.) behanna@bogus.zbzoom.net I was raised by a pack of wild corn dogs. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 18:11:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mobile.hub.org (mobile.acadiau.ca [131.162.137.70]) by hub.freebsd.org (Postfix) with ESMTP id BB7EE37B503 for ; Mon, 19 Feb 2001 18:11:17 -0800 (PST) Received: from localhost (scrappy@localhost) by mobile.hub.org (8.11.1/8.11.1) with ESMTP id f1K2BGX06897 for ; Mon, 19 Feb 2001 22:11:16 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: mobile.hub.org: scrappy owned process doing -bs Date: Mon, 19 Feb 2001 22:11:16 -0400 (AST) From: The Hermit Hacker To: Subject: Gig/month in a T1 ... Message-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 someone please tell me how many Gigabytes of traffic I'd total up if I sustained a T1 for one month? Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 18:16: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from topperwein.dyndns.org (acs-24-154-28-34.zoominternet.net [24.154.28.34]) by hub.freebsd.org (Postfix) with ESMTP id 804F537B401 for ; Mon, 19 Feb 2001 18:15:58 -0800 (PST) Received: from topperwein.dyndns.org (topperwein.dyndns.org [192.168.168.10]) by topperwein.dyndns.org (8.11.1/8.11.1) with ESMTP id f1K2HEc92831 for ; Mon, 19 Feb 2001 21:17:15 -0500 (EST) (envelope-from behanna@zbzoom.net) Date: Mon, 19 Feb 2001 21:17:14 -0500 (EST) From: Chris BeHanna Reply-To: To: Subject: Re: Changing ARP cache timeout In-Reply-To: <3A91B703.87E015AF@playground.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, 19 Feb 2001, Dany Cayouette wrote: > Greetings, > is there an easy way to modify the ARP cache timeout on FreeBSD? The > reason is: I am connected via cable modem (Rogers@home). I have a > static IP address assigned. The cable gateway seems to be aggresive in > the ARP cache timeout. If my system doesn't generate any traffic, the > gateway seems to loose the ARP entry. Since the ARP cache is not timed > out on my system, I still transmit packet but don't receive anything. > As soon as I forced an ARP request, 'arp -ad' command, things work > again... Probably the easiest thing to do would be to run routed(8). -- Chris BeHanna Software Engineer (Remove "bogus" before responding.) behanna@bogus.zbzoom.net I was raised by a pack of wild corn dogs. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 18:26:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from c007.snv.cp.net (c007-h000.c007.snv.cp.net [209.228.33.206]) by hub.freebsd.org (Postfix) with SMTP id 14A6737B401 for ; Mon, 19 Feb 2001 18:26:29 -0800 (PST) Received: (cpmta 16705 invoked from network); 19 Feb 2001 18:26:27 -0800 Received: from dsl-216-227-91-85.telocity.com (HELO zoso) (216.227.91.85) by smtp.telocity.com (209.228.33.206) with SMTP; 19 Feb 2001 18:26:27 -0800 X-Sent: 20 Feb 2001 02:26:27 GMT From: "Otter" To: "'Steve'" , "'Chuck Rider'" Cc: Subject: RE: Gateway woes.... Date: Mon, 19 Feb 2001 21:33:36 -0500 Message-ID: <002201c09ae5$878ae930$1401a8c0@zoso> 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 CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG or just read the man page for natd, if that's all you're looking for. also, filtering can be done with the ipfw (my personal choice). -Otter > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Steve > Sent: Monday, February 19, 2001 9:00 PM > To: Chuck Rider > Cc: questions@FreeBSD.ORG > Subject: Re: Gateway woes.... > > > Check out www.mostgraveconcern.com/freebsd and > www.freebsddiary.org. Each > of these sites have nearly step-by-step instructions on how > to set up your > dual-homed network and ipfw. > > ____ _ > / ___|| |_ _____ _____ > \___ \| __/ _ \ \ / / _ \ > ___) | || __/\ V / __/ > |____/ \__\___| \_/ \___| > ========================= > steve@nwf-soccer.com > > On Mon, 19 Feb 2001, Chuck Rider wrote: > > > I am trying to set up a firewall using a FreeBSD machine. > The first step I > > am trying is a basic gateway and am not having much luck. > > > > I am running FreeBSD version 4.2 in a box with two Ethernet > cards. dc0 is > > connected to the DSL modem, xl0 is connected to my home > network hub. From > > the FreeBSD machine I can ping anything I want. On the > internet using names > > or ip addresses and on my home network using ip addresses. > From a machine > > on my home network I can ping either Ethernet address on > the gateway by ip > > address, but I cannot ping anything on the internet. I > assume I am not > > actually forwarding packets, but am at a loss as to what to > try next. Any > > help would be greatly appreciated. > > > > sysctl -a | grep forward yields: > > net.inet.ip.forwarding: 1 > > net.inet.ip.fastforwarding: 0 > > net.inet6.ip6.forwarding: 0 > > > > here is my rc.conf file > > # This file now contains just the overrides from > /etc/defaults/rc.conf > > # please make all changes to this file. > > > > # Enable network daemons for user convenience. > > # -- sysinstall generated deltas -- # > > network_interfaces="dc0 xl0 lo0" > > ifconfig_dc0="inet 64.167.104.195 netmask 255.255.255.248" > > ifconfig_xl0="inet 10.0.0.2 netmask 255.255.255.0" > > ifconfig_lo0="inet 127.0.0.1" > > defaultrouter="64.167.104.193" > > static_routes="" > > gateway_enable="YES" > > hostname="crweb.theriders.net" > > moused_port="/dev/psm0" > > moused_type="auto" > > moused_enable="YES" > > crweb# > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 18:28:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hobbiton.shire.net (frogmorton.shire.net [204.228.145.136]) by hub.freebsd.org (Postfix) with ESMTP id 0691937B401 for ; Mon, 19 Feb 2001 18:28:55 -0800 (PST) Received: from [216.64.45.172] (helo=[192.168.99.123]) by hobbiton.shire.net with esmtp (Exim 2.04 #5) id 14Uvzi-000MXu-00; Mon, 19 Feb 2001 12:29:11 -0700 Date: Mon, 19 Feb 2001 21:20:54 -0500 From: "Chad Leigh, Pengar Enterprises, Inc & Shire.Net LLC" Reply-To: chad@pengar.com To: The Hermit Hacker , freebsd-questions@freebsd.org Subject: Re: Gig/month in a T1 ... Message-ID: <3365110871.982617654@[192.168.99.123]> In-Reply-To: X-Mailer: Mulberry/2.0.5 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is not exact since a T1 is 1.5xxxxx mbits a sec but using 1.5x10^6 mbits a second and 30 days in a month 1Gbyte/1E9bytes * 1byte/8bits * 1.5E6 bits/sec * 60sec/1min * 60min/1hr * 24hr/1day 30day/1month = 486 GByte/month (approximately). I just did this on my windows calculator so maybe I miskeyed or something, but it is about right. Also, a T1 is a little more than 1.5 mbit/sec and a gigabyte is not exactly 1 billion bytes. According to my ISP's page, on their services, a T1 for 7 days is 113.99 Gbytes. Chad --On Monday, February 19, 2001 10:11 PM -0400 The Hermit Hacker wrote: > > Can someone please tell me how many Gigabytes of traffic I'd total up if I > sustained a T1 for one month? > > Marc G. Fournier ICQ#7615664 IRC Nick: > Scrappy Systems Administrator @ hub.org > primary: scrappy@hub.org secondary: > scrappy@{freebsd|postgresql}.org > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Pengar Enterprises, Inc. and Shire.Net LLC Web and Macintosh Consulting -- full service web hosting Chad Leigh chad@pengar.com chad@shire.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 18:31:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id 7B64637B401 for ; Mon, 19 Feb 2001 18:31:23 -0800 (PST) Received: from gorean.org (Studded@master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id SAA74418; Mon, 19 Feb 2001 18:31:10 -0800 (PST) (envelope-from DougB@gorean.org) Message-ID: <3A91D6ED.9E8A0613@gorean.org> Date: Mon, 19 Feb 2001 18:31:09 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: The Hermit Hacker Cc: Stephen Hovey , freebsd-questions@FreeBSD.ORG Subject: Re: bind 9.1.1b2 ... "out of range" error ... References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The Hermit Hacker wrote: > > On Mon, 19 Feb 2001, Stephen Hovey wrote: > > > > > Yeah - its not the 10800 thats puking - its the 'serial' number higher up > > - it wont take a number greater than 9999999999 in width. so yyyymmdd99 is > > it for a pattern you can use > > okay, now my stupid question ... if I reduce the serial number 20010219nn, > the serial number is now less then it was before ... won't this cause a > problem? I thought a change to serial had to be higher then what it was > set to previously? :( Depending on the math it may be higher, or it may be lower. If you control the masters and slaves your best bet is to simply fix the master, delete the zone files on the slaves and reload them all. If you don't control the slaves, dig the zones to see what they think the serial is, and follow the procedure in DNS and BIND to rotate the serials. It can be done in 2 or 3 cycles, depending on how lucky you get. Good luck, Doug -- "Pain heals. Chicks dig scars. Glory . . . lasts forever." -- Keanu Reeves as Shane Falco in "The Replacements" Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 18:42: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from topperwein.dyndns.org (acs-24-154-28-34.zoominternet.net [24.154.28.34]) by hub.freebsd.org (Postfix) with ESMTP id 68B6537B491 for ; Mon, 19 Feb 2001 18:41:56 -0800 (PST) Received: from topperwein.dyndns.org (topperwein.dyndns.org [192.168.168.10]) by topperwein.dyndns.org (8.11.1/8.11.1) with ESMTP id f1K2hDc92899 for ; Mon, 19 Feb 2001 21:43:13 -0500 (EST) (envelope-from behanna@zbzoom.net) Date: Mon, 19 Feb 2001 21:43:12 -0500 (EST) From: Chris BeHanna Reply-To: To: Subject: Re: printer in bsd In-Reply-To: <005901c08ce3$e1c012a0$0100a8c0@ilya> Message-ID: 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, 2 Feb 2001, Ilya wrote: > Hi. I am trying to use my bubble jet on FreeBSD > I recompiled kernel with this info: > device ppc0 at isa? irq 7 > device ppbus # Parallel port bus (required) > device lpt0 at isa? port? tty irq 7 vector lptintr > > and during boot I get this: > ppc0: at port 0x378-0x37f irq 7 on isa0 > ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode > > nothing about lpt1 > > any suggestions? It looks like it's working correctly. Your parallel port is correctly probed. lpt1 lives in /dev, and won't show up in your dmesg. What should show up, however, is some output from devices connected to the parallel port, namely, your printer. If you have an entry for your printer in /etc/printcap, try printing a short text file to it. If you get "staircase" output, you'll need something like apsfilter and ghostscript to translate to PCL for you. -- Chris BeHanna Software Engineer (Remove "bogus" before responding.) behanna@bogus.zbzoom.net I was raised by a pack of wild corn dogs. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 18:43:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from thor.afnetinc.com (thor.afnetinc.com [206.40.232.1]) by hub.freebsd.org (Postfix) with ESMTP id 5523E37B4EC for ; Mon, 19 Feb 2001 18:43:41 -0800 (PST) Received: from [216.126.214.144] (helo=SCIENCE1) by thor.afnetinc.com with smtp (Exim 2.05 #1) id 14V2mB-00052y-00 for freebsd-questions@FreeBSD.ORG; Mon, 19 Feb 2001 19:43:39 -0700 From: Elliot Finley To: freebsd-questions@FreeBSD.ORG Subject: how many switches? Date: Mon, 19 Feb 2001 19:45:34 -0700 Organization: System Hog (www.systemhog.com) Reply-To: efinley@efinley.com Message-ID: X-Mailer: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This isn't exactly a FreeBSD question, but since it's going to be an all FBSD network... :-) I know that I can only go through 3-4 hubs before I have timing issues. My question is: how many switches can I go through? it seems like it would be unlimited as long as the packet passed through them and the response came back before the application timed out. This is the case isn't it? Since a switch uses store-and-forward. Any pointers would be appreciated. --=20 Elliot Finley (efinley@efinley.com) You can judge the quality of your life by how often you notice and enjoy the little things. Weird Science! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 18:48:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tigger.acme-anvils.net (dhcp065-024-124-247.columbus.rr.com [65.24.124.247]) by hub.freebsd.org (Postfix) with ESMTP id 2D04F37B4EC for ; Mon, 19 Feb 2001 18:48:36 -0800 (PST) Received: from columbus.rr.com (localhost.acme-anvils.net [127.0.0.1]) by tigger.acme-anvils.net (8.11.1/8.11.1) with ESMTP id f1K2tDs02821 for ; Mon, 19 Feb 2001 21:55:19 -0500 (EST) (envelope-from nludban@columbus.rr.com) Message-ID: <3A91DC91.212C1E96@columbus.rr.com> Date: Mon, 19 Feb 2001 21:55:13 -0500 From: Neil Ludban X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: burncd errors with XAmode1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm attempting to create a CD-R track in XA Mode 1 (it's required for the NetBSD/dreamcast bootstrap) and keep getting the following error: > ## 122 tigger:~/NetBSD/dreamcast/ >> burncd -t -s 1 audio audio.raw > XAmode1 data.raw > next writeable LBA 0 > writing from file audio.raw size 689 KB > written this track 689 KB (100%) total 689 KB > next writeable LBA 0 > writing from file data.raw size 3868 KB > written this track 3868 KB (100%) total 4557 KB > ## 123 tigger:~/NetBSD/dreamcast/ >> burncd -s 1 audio audio.raw > XAmode1 data.raw > next writeable LBA 0 > writing from file audio.raw size 689 KB > written this track 689 KB (100%) total 689 KB > next writeable LBA 452 > writing from file data.raw size 3868 KB > > only wrote -1 of 32768 bytes and on the console: > acd0: WRITE_BIG - ILLEGAL REQUEST asc=24 ascq=00 error=04 It's an HP-9100i cd burner, and GENERIC 4.2-RELEASE kernel. Doing a test write was OK, but the real thing fails. And at only 1x speed (I usually use 4x). What else can I try?? -Neil To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 18:51:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from topperwein.dyndns.org (acs-24-154-28-34.zoominternet.net [24.154.28.34]) by hub.freebsd.org (Postfix) with ESMTP id 0A32937B401 for ; Mon, 19 Feb 2001 18:51:29 -0800 (PST) Received: from topperwein.dyndns.org (topperwein.dyndns.org [192.168.168.10]) by topperwein.dyndns.org (8.11.1/8.11.1) with ESMTP id f1K2qjc92924 for ; Mon, 19 Feb 2001 21:52:45 -0500 (EST) (envelope-from behanna@zbzoom.net) Date: Mon, 19 Feb 2001 21:52:45 -0500 (EST) From: Chris BeHanna Reply-To: To: Subject: Re: perl In-Reply-To: <3A76E225.A40C8A3@eCoNeed.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 30 Jan 2001, Pater Pandoson wrote: > Cliff Sarginson wrote: > > Who says that uses have access to a partition capable of executing > binaries? > And if there is a "security cop-out" I will gladly take it. Both of these measures are, IMHO, security policies promulgated by someone who doesn't know very much about security. Yes, you'll prevent someone from doing something malicious (with Perl), but you'll also have a *far* less useful system than you otherwise would have. Your ill-informed hack won't stop someone from doing, e.g., /bin/sh my_malicious_shell_script with which they could do not one more bit of damage than they could with Perl. With your boogey-man approach to security, you're going to have to chmod/chgrp *far* more than just Perl to prevent your users from running their own scripts or from accessing the system in potentially exploitable ways. -- Chris BeHanna Software Engineer (Remove "bogus" before responding.) behanna@bogus.zbzoom.net I was raised by a pack of wild corn dogs. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 19: 8: 1 2001 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 3810C37B65D for ; Mon, 19 Feb 2001 19:07:54 -0800 (PST) Received: from localhost (brennan@localhost) by home.offwhite.net (8.11.1/8.11.1) with ESMTP id f1K37rn06317 for ; Mon, 19 Feb 2001 21:07:53 -0600 (CST) (envelope-from brennan@offwhite.net) Date: Mon, 19 Feb 2001 21:07:53 -0600 (CST) From: Brennan Stehling To: freebsd-questions@freebsd.org Subject: kldload and booting Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am setting up an old computer to act as a router and I will be using the 4.2-RELEASE kernel, at least for now. The machine does not have much space for full sources so I cannot build a kernel. Since the default kernel does not support ipnat I will told that I could use kldload to load ipl so that I can. I imagine I would also load ipfw so I could add the divert rules. So here is my question, assuming I am able to configure this to work once, will it work after a reboot? I am not sure what exact commands to use yet to get ipnat running, but I am thinking I will have to load ipl and ipfw again after a reboot. Is there a better way to do it than creating a startup script and placing it in /usr/local/etc/rc.d? It is seems that I could put these lines into /boot/loader.conf ipl_load="YES" ipfw_load="YES" I am thinking this will load the necessary features I need for ipnat. If this is the proper way to do something like this, I would appreciate someone giving the nod. If not, please help me learn of another way. Brennan Stehling - software developer and system administrator my projects: home.offwhite.net (free personal hosting) www.greasydaemon.com (bsd search) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 19:53:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from newfrontiers.nfis.com (newfrontiers.nfis.com [206.151.91.4]) by hub.freebsd.org (Postfix) with ESMTP id 2B30237B401 for ; Mon, 19 Feb 2001 19:53:29 -0800 (PST) Received: from monsterbox (pub76.hunt2.nfis.com [206.151.91.176]) by newfrontiers.nfis.com (8.9.0/8.9.0) with SMTP id WAA00369 for ; Mon, 19 Feb 2001 22:55:08 -0500 Message-ID: <001001c09af1$83296d60$1101a8c0@monsterbox> From: "Tom Dean" To: Subject: miibus device and intel 815e chipsets Date: Mon, 19 Feb 2001 22:59:22 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000D_01C09AC7.994FFF20" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000D_01C09AC7.994FFF20 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello again, I sent an email to you the other day regarding a question about = support for the Netgear FA311in FreeBSD4.2-RELEASE. I was told to make = sure that device "sis" and device "miibus" are in my kernel. They are, = and I even setup and compiled a custom kernel for my pc. =20 I apologize if this email message becomes too time consuming--my current = system is a Pentium III 933-MHz Coppermine on an ASUS CUSL2. The CUSL2 = utilizes the Intel 815e chipset which I'm not too sure if FreeBSD = completely supports. I checked the release notes for version 4.2 and it = said that new ATA 100 controllers are supported. =20 I booted the generic kernel and my custom kernel to check and see if = either one picked up my NIC successfully. When I ran dmesg for both = kernels it read something like this: =20 sis0: at device 11.0 on pci2=20 sis0: couldn't map ports/memory device_probe_and_attach: sis0 attach returned 6 The funny thing is that also when I ran dmesg, the device "miibus" never = shows up in either kernel, and each kernel has that device supported. = However, FreeBSD does pick up the ATA 100 controller and calls it "Intel = ICH2 ATA 100," and well as the other USB devices. I have the Complete = FreeBSD and I also have the Handbook, and I know that sis0 is dependent = upon miibus because of the transceiver type. I tried it with another = NIC, the Netgear FA310. Same thing happens: =20 dc0: <82c169 PNIC 10/100BaseTX> at device 11.0 on pci2=20 dc0: couldn't map ports/memory device_probe_and_attach: dc0 attach returned 6 =20 It seems that FreeBSD isn't detecting the miibus device which isn't = allowing my NIC to operate. Could that be related to my i815e chipset, = or is there another device I have to enable in the kernel? I've also = tried moving the cards around in other PCI slots and manually setting = IRQs in the BIOS but that didn't work. Please respond. I really = appreciate how quickly my previous question was answered. Thank you = very much. Tom Dean tomdean@nfis.com ------=_NextPart_000_000D_01C09AC7.994FFF20 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello again,
 
    I sent an email to = you the other=20 day regarding a question about support for the Netgear FA311in=20 FreeBSD4.2-RELEASE.  I was told to make sure that device "sis" and = device=20 "miibus" are in my kernel.  They are, and I even setup and compiled = a=20 custom kernel for my pc. 
 
I apologize if this email message = becomes too time=20 consuming--my current system is a Pentium III 933-MHz Coppermine on an = ASUS=20 CUSL2.  The CUSL2 utilizes the Intel 815e chipset which I'm not too = sure if=20 FreeBSD completely supports.  I checked the release notes = for=20 version 4.2 and it said that new ATA 100 controllers are=20 supported.  
 
I booted the generic kernel and my = custom=20 kernel to check and see if either one picked up my NIC=20 successfully.  When I ran dmesg for both kernels it read = something=20 like this:
 
sis0: <NatSemi DP83815 = 10/100BaseTX> at=20 device 11.0 on pci2 
sis0: couldn't map = ports/memory
device_probe_and_attach: sis0 attach = returned=20 6
 
The funny thing is that also when I ran = dmesg, the=20 device "miibus" never shows up in either kernel, and each kernel=20 has that device supported.  However, FreeBSD does pick up the = ATA 100=20 controller and calls it "Intel ICH2 ATA 100," and well as the other = USB=20 devices.  I have the Complete FreeBSD and I also have=20 the Handbook, and I know that sis0 is dependent upon miibus because = of the=20 transceiver type.  I tried it with another NIC, the Netgear = FA310. =20 Same thing happens:
 
dc0: <82c169 PNIC 10/100BaseTX> = at device=20 11.0 on pci2
dc0: couldn't map=20 ports/memory
device_probe_and_attach: dc0 attach = returned=20 6   
 
It seems that FreeBSD isn't detecting = the miibus=20 device which isn't allowing my NIC to operate.  Could that be = related to my=20 i815e chipset, or is there another device I have to enable in the = kernel? =20 I've also tried moving the cards around in other PCI slots and manually = setting=20 IRQs in the BIOS but that didn't work.  Please respond.  I = really=20 appreciate how quickly my previous question was answered.  Thank = you very=20 much.
 
Tom Dean
tomdean@nfis.com
=
------=_NextPart_000_000D_01C09AC7.994FFF20-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 19:53:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from daemon.kingsqueak.org (cc737825-a.etntwn1.nj.home.com [65.8.90.95]) by hub.freebsd.org (Postfix) with ESMTP id F26C237B491 for ; Mon, 19 Feb 2001 19:53:44 -0800 (PST) Received: (from drmoreau@localhost) by daemon.kingsqueak.org (8.11.1/8.11.1) id f1K3rhl45090 for questions@FreeBSD.org; Mon, 19 Feb 2001 22:53:43 -0500 (EST) (envelope-from drmoreau) Date: Mon, 19 Feb 2001 22:53:43 -0500 From: Chris To: questions@FreeBSD.org Subject: Re: FreeBSD digital camera support? Message-ID: <20010219225342.A45056@daemon.kingsqueak.org> References: <3A900EB5.BBDEFFD1@centurytel.net> <20010218183959.D20470@sydney.worldwide.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010218183959.D20470@sydney.worldwide.lemis.com>; from grog@lemis.com on Sun, Feb 18, 2001 at 06:39:59PM -0800 X-Mailer: Mutt http://www.mutt.org/ X-Uptime: 2 days X-URL: http://www.kingsqueak.org/ X-Accept-Language: en X-Editor: Vim http://www.vim.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You can also use the USB Sandisk SDDR-31 Compact Flash reader for about $30 from most places. Using it now, works a treat. Pop in the CF card, mount it as any other device and mv the files from it. * Greg Lehey [010219 20:05]: > On Sunday, 18 February 2001 at 10:04:37 -0800, Islandman wrote: > > I'm shopping for a new digital camera. Since I NEVER want to boot up in > > WinDoz again, what capabilities for supporting digital cameras are there > > in FreeBSD? > > I'd strongly recommend buying a camera with Compact Flash or similar > memory. You can remove the card from the camera and insert it in a > PCMCIA adaptor (cost: about $10) and mount it in a laptop as an MS-DOS > file system. If you don't have a laptop, you'll need a PCMCIA to ISA > adaptor for your machine, as well as easy access to it. > > The nice thing about this approach is that you can use normal UNIX > commands to manipulate the images. See my diary entries on the > subject in November 2000 (from memory > http://www.lemis.com/~grog/diary-nov2000.html; I'm not online at the > moment). > > Greg > -- > When replying to this message, please copy the original recipients. > If you don't, I may ignore the reply. > 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 20: 0:24 2001 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 38EA037B4EC; Mon, 19 Feb 2001 20:00:16 -0800 (PST) Received: from freke.odin.pdx.edu (freke.odin.pdx.edu [131.252.120.43]) by thor.oit.pdx.edu (8.11.1/8.11.1) with ESMTP id f1K40DU25438; Mon, 19 Feb 2001 20:00:13 -0800 (PST) Received: from localhost (singh@localhost) by freke.odin.pdx.edu (8.11.1/8.11.1) with ESMTP id f1K40Dj27087; Mon, 19 Feb 2001 20:00:13 -0800 (PST) X-Authentication-Warning: freke.odin.pdx.edu: singh owned process doing -bs Date: Mon, 19 Feb 2001 20:00:13 -0800 (PST) From: Harkirat Singh X-X-Sender: To: Cc: , Subject: Mobile Network Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! I have made one ad-hoc network with three mobile nodes all are running with FreeBSD 3.2 and Lucent WaveLan. Brief setup is as follows: x x x (node A) (node B) (node C) B is acting as a router, A and C both have B as a default entry. I also delete C from A's routing table and A from C's routing table so that though they are phically near to each other but are logically apart and forced to go through B. I am doing all these things manually with route(8) command. I want to have one more router "D" and after every t sec I want to change route to D, means route from A to C would be as A -> D -> C not A -> B -> C. I want to know as how can I do this automatically. Any advise will be highly appreciated. Thanks, Harkirat Singh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 20: 5:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailhub.cns.ksu.edu (grunt.ksu.ksu.edu [129.130.12.17]) by hub.freebsd.org (Postfix) with ESMTP id 21E6F37B401 for ; Mon, 19 Feb 2001 20:05:46 -0800 (PST) Received: from unix2 (jdt2101@unix2.cc.ksu.edu [129.130.12.4]) by mailhub.cns.ksu.edu (8.9.1/8.9.1/mailhub+tar) with SMTP id WAA02192 for ; Mon, 19 Feb 2001 22:05:45 -0600 (CST) Received: from localhost by unix2 (SMI-8.6/1.34) id WAA00567; Mon, 19 Feb 2001 22:05:44 -0600 Date: Mon, 19 Feb 2001 22:05:44 -0600 (CST) From: Josh Thomas X-Sender: jdt2101@unix2.cc.ksu.edu To: freebsd-questions@freebsd.org Subject: out of inodes on /var Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just went through and deleted some unnecessary /var files, but is this just a temporary fix? pid 19572 (sendmail), uid 0 on /var: out of inodes Also, I disabled sendmail is /etc/rc.conf, yet it keeps apparently running? -Josh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 20: 8:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mls.gtonet.net (mls.gtonet.net [216.112.90.195]) by hub.freebsd.org (Postfix) with ESMTP id 0393137B65D for ; Mon, 19 Feb 2001 20:08:42 -0800 (PST) Received: from pld (pld.gtonet.net [216.112.90.200]) by mls.gtonet.net (8.11.2/8.11.2) with SMTP id f1K48fb53252 for ; Mon, 19 Feb 2001 20:08:41 -0800 (PST) (envelope-from oldfart@gtonet.net) Reply-To: From: "oldfart@gtonet" To: Subject: RE: Blocking access to a machine Date: Mon, 19 Feb 2001 20:08:40 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal In-Reply-To: <013001c09aad$71024dd0$0f10a7d1@phantom> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I also get anon ftp attempts from that guy. I decided to filter their entire /24 at the router. You may want to look at /etc/hosts.deny /etc/hosts.allow. OF > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Gerald T. > Freymann > Sent: Monday, February 19, 2001 11:52 AM > To: freebsd-questions@FreeBSD.ORG > Subject: Blocking access to a machine > > > Here's a question.. > > Running FreeBSD 4.2-Release. I've noticed in our /var/log/messages file a > number of repeated attempts at anonymous FTP (like 100 in very very rapid > succession). > > I email abuse@domain with the info and hope they culprit gets hit over the > wrist with a ruler. > > Is there a way to block access by that person? > > For instance... > > pD4B88246.dip.t-dialin.net > > tried to Anon FTP in a hundred times. Is there a something I can > do on that > FreeBSD machine to say completely ignore any further requests from > pD4B88246.dip.t-dialin.net? > > -Gerry > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of 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 Feb 19 20:11:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail5.nc.rr.com (fe5.southeast.rr.com [24.93.67.52]) by hub.freebsd.org (Postfix) with ESMTP id A102537B401 for ; Mon, 19 Feb 2001 20:11:46 -0800 (PST) Received: from babbleon.org ([66.26.250.181]) by mail5.nc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Mon, 19 Feb 2001 23:11:45 -0500 Message-ID: <3A91ED99.E1330FE5@babbleon.org> Date: Mon, 19 Feb 2001 23:07:53 -0500 From: The Babbler X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: teTeX port problems Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When I build the teTeX port from 4.2-RELEASE, I get a message about not being able to find an app-defauls file for xdvi, and this it gives up. Here's the messages to the terminal: strip ps2pk gmake: *** [install] Error 1 *** Error code 2 Stop in /usr/ports/print/teTeX. *** Error code 1 Stop in /usr/ports/print/teTeX. *** Error code 1 Stop in /usr/ports/print/teTeX. Actually, I already have xdvi installed. I tried doing a pkg_delete in case that was the trouble, but although it "seemed" successful, the /usr/local/bin/xdvi file is in fact there, though other pieces it needs are not. Anybody got a clue? -- "Brian, the man from babble-on" bts@babbleon.org Brian T. Schellenberger http://www.babbleon.org Support http://www.eff.org. Support decss defendents. Support http://www.programming-freedom.org. Boycott amazon.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 20:11:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from outblaze12.outblaze.com (outblaze12.outblaze.com [209.249.164.196]) by hub.freebsd.org (Postfix) with SMTP id 579E637B401 for ; Mon, 19 Feb 2001 20:11:52 -0800 (PST) Received: (qmail 26387 invoked by uid 1001); 20 Feb 2001 04:11:51 -0000 Message-ID: <20010220041151.26386.qmail@hackermail.com> Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-Mailer: MIME-tools 4.104 (Entity 4.117) From: "cache wolf" To: freebsd-questions@FreeBSD.ORG Date: Mon, 19 Feb 2001 23:11:51 -0500 Subject: freebsd OS Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I was chatting in an IRC channel and people were talking about how BSD kills Linux and stuff. I would like to try it out, and would download it, but have a dial-up modem (which would take forever)... I was wondering if would be possible to send me a copy of FreeBSD? I would be very grateful... If you are able to, my address is: Marcellus Easley 904 Tyrell Drive Austell, Georgia 30106 -- Get your free email from http://www.hackermail.com Powered by Outblaze To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 20:13:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.wolves.k12.mo.us (mail.wolves.k12.mo.us [207.160.214.1]) by hub.freebsd.org (Postfix) with ESMTP id 410EC37B503 for ; Mon, 19 Feb 2001 20:13:13 -0800 (PST) Received: from mail.wolves.k12.mo.us (cdillon@mail.wolves.k12.mo.us [207.160.214.1]) by mail.wolves.k12.mo.us (8.9.3/8.9.3) with ESMTP id WAA47505; Mon, 19 Feb 2001 22:13:09 -0600 (CST) (envelope-from cdillon@wolves.k12.mo.us) Date: Mon, 19 Feb 2001 22:13:08 -0600 (CST) From: Chris Dillon To: Elliot Finley Cc: Subject: Re: how many switches? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 19 Feb 2001, Elliot Finley wrote: > This isn't exactly a FreeBSD question, but since it's going to be > an all FBSD network... :-) > > I know that I can only go through 3-4 hubs before I have timing > issues. My question is: how many switches can I go through? it > seems like it would be unlimited as long as the packet passed > through them and the response came back before the application > timed out. This is the case isn't it? Since a switch uses > store-and-forward. That should be the case, yes. Not all switches use the store-and-forward method, but that is irrelevant to your situation, except that the other methods reduce the switching latency that is involved with the store-and-forward method, thus reducing the possible time-out you mention, which would be very unlikely that you met unless it were a very short timeout and/or you were linking millions of switches that ran the circumference of the planet several times over. -- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net FreeBSD: The fastest and most stable server OS on the planet. For IA32 and Alpha architectures. IA64, PPC, and ARM under development. http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 20:26:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mls.gtonet.net (mls.gtonet.net [216.112.90.195]) by hub.freebsd.org (Postfix) with ESMTP id C3D7837B401 for ; Mon, 19 Feb 2001 20:26:14 -0800 (PST) Received: from pld (pld.gtonet.net [216.112.90.200]) by mls.gtonet.net (8.11.2/8.11.2) with SMTP id f1K4QEb53342 for ; Mon, 19 Feb 2001 20:26:14 -0800 (PST) (envelope-from oldfart@gtonet.net) Reply-To: From: "oldfart@gtonet" To: Subject: RE: freebsd OS Date: Mon, 19 Feb 2001 20:26:13 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal In-Reply-To: <20010220041151.26386.qmail@hackermail.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of cache wolf > Sent: Monday, February 19, 2001 8:12 PM > To: freebsd-questions@FreeBSD.ORG > Subject: freebsd OS > > > Hello, > I was chatting in an IRC channel and people were talking about > how BSD kills Linux and stuff. I would like to try it out, and > would download it, but have a dial-up modem (which would take forever)... > FreeBSD is an OS not a hitman. It doesn't "kill" anything, although kill is a command. Actually, people do FTP installs over modems all the time it doesnt take all that long if you dont select "All" for the install option. Just make the 2 floppies and boot them and walk through the menus. Read http://www.freebsd.org > I was wondering if would be possible to send me a copy of > FreeBSD? I would be very grateful... HAHAHA > > If you are able to, my address is: > > Marcellus Easley > 904 Tyrell Drive > Austell, Georgia 30106 > Not smart, you shouldn't give out your address over the net like that :P OF To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 20:31:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from linux.purenetfx.com (linux.purenetfx.com [207.179.24.34]) by hub.freebsd.org (Postfix) with ESMTP id F323437B401 for ; Mon, 19 Feb 2001 20:31:55 -0800 (PST) Received: from picard ([207.179.24.38]) by linux.purenetfx.com (8.9.3/8.8.7) with SMTP id VAA26837 for ; Mon, 19 Feb 2001 21:31:54 -0700 Message-ID: <001e01c09af6$12614210$2618b3cf@picard> From: "Brian T. Allen" To: References: <3A91ED99.E1330FE5@babbleon.org> Subject: Switching from Red Hat Linux to FreeBSD Date: Mon, 19 Feb 2001 21:32:02 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi *, I am trying hard to be the newest convert to FreeBSD (installed from 4.2 ISO), converting from Red Hat Linux. I have a lot of experience with Linux, but I am a FreeBSD virgin. Are there any FAQ's out there that are designed to help a seasoned Linux user make the transition to FreeBSD? For instance, under Linux I issue the command: # /etc/rc.d/init.d/inet restart to restart the network after making changes. What is the similar command under FreeBSD? I am so lost right now I just reboot the machine after I make configuration file changes... :} A cross-reference of commands, configuration files, etc. would be a big boon to those making the same trip I am making. I would be happy to spearhead it, but right now I only understand the Linux half of the equation... Thanks, Brian Allen brian@gzmarketing.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 20:40:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sherline.net (sherline.net [216.120.87.2]) by hub.freebsd.org (Postfix) with SMTP id 5483837B401 for ; Mon, 19 Feb 2001 20:40:25 -0800 (PST) Received: (qmail 39928 invoked from network); 20 Feb 2001 04:40:22 -0000 Received: from cx443070-b.vista1.sdca.home.com (HELO cx443070b) (24.0.36.170) by sherline.net with SMTP; 20 Feb 2001 04:40:22 -0000 Message-ID: <003301c09af7$9b7d3e90$aa240018@cx443070b> From: "Jeremiah Gowdy" To: Subject: suidperl breaks amavis port Date: Mon, 19 Feb 2001 20:43:01 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've been speaking with the developers of Amavis, the perl script for MTAs that scans emails using McAfee or some other virus scanner. They are unable to get their script to work under FreeBSD 4.2 because suidperl keeps saying "Can't do suid." They claim it worked fine under FreeBSD 4.1. Did the suidperl's suid bit get removed in 4.2, or was it removed earlier ? I tried just resetting the suid bit, but I still got the same message. Does something special have to be done to enable suidperl ? Thanks. Jeremiah Gowdy Network Administrator Sherline Products To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 21: 0:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rly-ip02.mx.aol.com (rly-ip02.mx.aol.com [152.163.225.160]) by hub.freebsd.org (Postfix) with ESMTP id 3368C37B491 for ; Mon, 19 Feb 2001 21:00:38 -0800 (PST) Received: from tot-wb.proxy.aol.com (tot-wb.proxy.aol.com [205.188.192.131]) by rly-ip02.mx.aol.com (8.8.8/8.8.8/AOL-5.0.0) with ESMTP id AAA28633 for ; Tue, 20 Feb 2001 00:00:33 -0500 (EST) Received: from lg1 (AC9044FE.ipt.aol.com [172.144.68.254]) by tot-wb.proxy.aol.com (8.10.0/8.10.0) with ESMTP id f1K50Wm30408 for ; Tue, 20 Feb 2001 00:00:32 -0500 (EST) Message-ID: <005001c09af9$8342c820$1601a8c0@lg1> Reply-To: "maintrade" From: "maintrade" To: Subject: freebsd problem Date: Mon, 19 Feb 2001 23:55:49 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_004B_01C09ACF.7C3DB320" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Apparently-From: Sun468@aol.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_004B_01C09ACF.7C3DB320 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Dear Sir: We purchaed feebsd version 4.01. After we have changed the login password remotely, we can not connect. We get "login incorrect" message. Why is this happening ? What is the solution ? Thank you, Lee ------=_NextPart_000_004B_01C09ACF.7C3DB320 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Dear Sir:
 
We purchaed feebsd version = 4.01.
After we have changed the login = password remotely,=20 we can not connect.
We get "login incorrect" = message.
 
Why is this happening ? What is the = solution=20 ?
 
Thank you,
Lee
------=_NextPart_000_004B_01C09ACF.7C3DB320-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 21: 5:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mls.gtonet.net (mls.gtonet.net [216.112.90.195]) by hub.freebsd.org (Postfix) with ESMTP id 1E55337B491 for ; Mon, 19 Feb 2001 21:05:40 -0800 (PST) Received: from pld (pld.gtonet.net [216.112.90.200]) by mls.gtonet.net (8.11.2/8.11.2) with SMTP id f1K55eb53500 for ; Mon, 19 Feb 2001 21:05:40 -0800 (PST) (envelope-from oldfart@gtonet.net) Reply-To: From: "oldfart@gtonet" To: Subject: RE: freebsd problem Date: Mon, 19 Feb 2001 21:05:39 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal In-Reply-To: <005001c09af9$8342c820$1601a8c0@lg1> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of maintrade > Sent: Monday, February 19, 2001 8:56 PM > To: freebsd-questions@FreeBSD.ORG > Subject: freebsd problem > > > Dear Sir: > > We purchaed feebsd version 4.01. > After we have changed the login password remotely, we can not connect. > We get "login incorrect" message. > > Why is this happening ? What is the solution ? > Obviously you have either a bad password or username. You can't (hopefully) login as root remotely, either. The solution is to type the correct ones or change the password again, from the console, as root. OF > Thank you, > Lee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 21: 7:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mgw1.MEIway.com (mgw1.meiway.com [212.73.210.75]) by hub.freebsd.org (Postfix) with ESMTP id 099C737B401 for ; Mon, 19 Feb 2001 21:07:39 -0800 (PST) Received: from sv.Go2France.com (sv.meiway.com [212.73.210.79]) by mgw1.MEIway.com (Postfix Relay Hub) with ESMTP id D402016B53 for ; Tue, 20 Feb 2001 06:18:34 +0100 (CET) Message-Id: <5.0.0.25.0.20010220060454.03fe3c90@mail.Go2France.com> X-Sender: lconrad%Go2France.com@mail.Go2France.com X-Mailer: QUALCOMM Windows Eudora Version 5.0 Date: Tue, 20 Feb 2001 06:04:59 +0100 To: freebsd-questions@freebsd.org From: Len Conrad Subject: postfix: No buffer space available 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 On a very busy postfix relay hub, we're seeing this: Feb 19 15:00:16 imgate2 postfix/smtpd[323]: fatal: socket: No buffer space available Feb 19 15:00:17 imgate2 postfix/smtp[684]: fatal: socket: No buffer space available Can we fix this with a systcl write? Len http://BIND8NT.MEIway.com : Binary for ISC BIND 8.2.3 for NT4 & W2K http://IMGate.MEIway.com : Build free, hi-perf, anti-spam mail gateways To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 21:30:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from outmail2.pacificnet.net (outmail2.pacificnet.net [207.171.0.151]) by hub.freebsd.org (Postfix) with ESMTP id A387C37B4EC for ; Mon, 19 Feb 2001 21:30:41 -0800 (PST) Received: from localhost (PPPa60-ResaleKnoxville2-1R7259.dialinx.net [4.16.78.89]) by outmail2.pacificnet.net (8.9.3/8.9.3) with ESMTP id VAA01609; Mon, 19 Feb 2001 21:27:23 -0800 (PST) Message-Id: <200102200527.VAA01609@outmail2.pacificnet.net> X-Sender: mrprivacy@myexcel.com From: Dave To: "customer" Date: Mon, 19 Feb 2001 20:47:13 -0500 Subject: I could go to JAIL for selling this! MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_001__242592501_74833.01" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a Multipart MIME message. ------=_NextPart_000_001__242592501_74833.01 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit ------=_NextPart_000_001__242592501_74833.01 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: base64 PCFkb2N0eXBlIGh0bWwgcHVibGljICItLy93M2MvL2R0ZCBodG1sIDQuMCB0cmFuc2l0aW9u YWwvL2VuIj4NCjxodG1sPg0KPGhlYWQ+DQogICA8bWV0YSBodHRwLWVxdWl2PSJDb250ZW50 LVR5cGUiIGNvbnRlbnQ9InRleHQvaHRtbDsgY2hhcnNldD1pc28tODg1OS0xIj4NCiAgIDxt ZXRhIG5hbWU9IkdFTkVSQVRPUiIgY29udGVudD0iTW96aWxsYS80LjYxIFtlbl0gKFdpbjk4 OyBJKSBbTmV0c2NhcGVdIj4NCiAgIDx0aXRsZT5UaGUgQkFOTkVEIENEITwvdGl0bGU+DQo8 L2hlYWQ+DQo8Ym9keT4NCjxmb250IHNpemU9KzE+SGksPC9mb250Pg0KPHA+PGZvbnQgc2l6 ZT0rMT5JIGhhdmUgYmVlbiByZWNpZXZpbmcgZW1haWxzIHNheWluZyB0aGF0IEknbSBjb250 cmlidXRpbmcNCnRvPC9mb250Pg0KPGJyPjxmb250IHNpemU9KzE+dGhlICJtb3JhbCBkZWNh eSBvZiBzb2NpZXR5IiBieSBzZWxsaW5nIHRoZSBCYW5uZWQgQ0QuJm5ic3A7DQpUaGF0PC9m b250Pg0KPGJyPjxmb250IHNpemU9KzE+bWF5IGJlLCBidXQgSSBmZWVsIHN0cm9uZ2x5IHRo YXQgeW91IGhhdmUgYSByaWdodCB0bw0KYmVuZWZpdCBmcm9tPC9mb250Pg0KPGJyPjxmb250 IHNpemU9KzE+dGhpcyBoYXJkLXRvLWZpbmQgaW5mb3JtYXRpb24uPC9mb250Pg0KPHA+PGZv bnQgY29sb3I9IiNDQzAwMDAiPjxmb250IHNpemU9KzE+U28gSSBhbSBnaXZpbmcgeW91IE9O RSBMQVNUIENIQU5DRQ0KdG8gb3JkZXI8L2ZvbnQ+PC9mb250Pg0KPGJyPjxmb250IGNvbG9y PSIjQ0MwMDAwIj48Zm9udCBzaXplPSsxPnRoZSBCYW5uZWQgQ0QhPC9mb250PjwvZm9udD4N CjxwPjxmb250IHNpemU9KzE+VGhpcyBDRCBpcyBzbyBwb3B1bGFyLCBhbmQgc28gY29udHJv dmVyc2lhbCwgdGhhdCBlQmF5DQpiYW5uZWQgaXQ8L2ZvbnQ+DQo8YnI+PGZvbnQgc2l6ZT0r MT5mb3JldmVyITwvZm9udD4NCjxicj4mbmJzcDsNCjx0YWJsZSBCT1JERVI9MCBDT0xTPTIg V0lEVEg9Ijc1JSIgPg0KPHRyPg0KPHRkIFdJRFRIPSIxJSI+PGltZyBTUkM9Imh0dHA6Ly93 d3cubWVyY2hhbnRhY2NlcHQuY29tL2ltYWdlcy9zcHkuanBnIiBoZWlnaHQ9MTI4IHdpZHRo PTg2PjwvdGQ+DQoNCjx0ZD48Zm9udCBzaXplPSsxPldpdGggdGhpcyBwb3dlcmZ1bCBDRCwg eW91IHdpbGwgYmUgYWJsZSB0byBpbnZlc3RpZ2F0ZQ0KeW91ciBmcmllbmRzLCBlbmVtaWVz IGFuZCBsb3ZlcnMgaW4ganVzdCBtaW51dGVzIHVzaW5nIHRoZSBJbnRlcm5ldC4mbmJzcDsN CllvdSBjYW4gdHJhY2sgZG93biBvbGQgZmxhbWVzIGZyb20gY29sbGVnZSwgb3IgeW91IGNh biBkaWcgdXAgc29tZSBkaXJ0DQpvbiB5b3VyIGJvc3MgdG8gbWFrZSBzdXJlIHlvdSBnZXQg dGhhdCBuZXh0IHByb21vdGlvbiE8L2ZvbnQ+PC90ZD4NCjwvdHI+DQo8L3RhYmxlPg0KDQo8 cD48Zm9udCBzaXplPSsxPk9yIG1heWJlIHlvdSB3YW50IGEgZmFrZSBkaXBsb21hIHRvIGhh bmcgb24geW91ciBiZWRyb29tPC9mb250Pg0KPGJyPjxmb250IHNpemU9KzE+d2FsbC4mbmJz cDsgWW91J2xsIGZpbmQgYWRkcmVzc2VzIGZvciBjb21wYW5pZXMgdGhhdA0KbWFrZSB0aGVz ZTwvZm9udD4NCjxicj48Zm9udCBzaXplPSsxPmRpcGxvbWFzIG9uIHRoZSBCYW5uZWQgQ0Qu PC9mb250Pg0KPHA+PGZvbnQgc2l6ZT0rMT5OZWVkIHRvIGRpc2FwcGVhciBmYXN0IGFuZCBu ZXZlciBsb29rIGJhY2s/Jm5ic3A7IE5vIHByb2JsZW0hPC9mb250Pg0KPGJyPjxmb250IHNp emU9KzE+VXNpbmcgdGhlIEJhbm5lZCBDRCwgeW91IHdpbGwgbGVhcm4gaG93IHRvIGJ1aWxk IGEgY29tcGxldGVseTwvZm9udD4NCjxicj48Zm9udCBzaXplPSsxPm5ldyBpZGVudGl0eS48 L2ZvbnQ+DQo8cD48Zm9udCBzaXplPSsxPk9idmlvdXNseSwgdGhlIFBvd2VycyBUaGF0IEJl IGRvbid0IHdhbnQgeW91IHRvIGhhdmUgdGhlPC9mb250Pg0KPGJyPjxmb250IHNpemU9KzE+ QmFubmVkIENELiZuYnNwOyBUaGV5IGhhdmUgdGhyZWF0ZW5lZCBtZSB3aXRoIGxhd3N1aXRz LA0KZmluZXMsPC9mb250Pg0KPGJyPjxmb250IHNpemU9KzE+YW5kIGV2ZW4gaW1wcmlzb25t ZW50IHVubGVzcyBJIHN0b3Agc2VsbGluZyBpdCBpbW1lZGlhdGVseS48L2ZvbnQ+DQo8YnI+ PGZvbnQgc2l6ZT0rMT5CdXQgSSBmZWVsIHRoYXQgWU9VIGhhdmUgYSBDb25zdGl0dXRpb25h bCByaWdodCB0byBhY2Nlc3M8L2ZvbnQ+DQo8YnI+PGZvbnQgc2l6ZT0rMT50aGlzIHR5cGUg b2YgaW5mb3JtYXRpb24sIGFuZCBJIGNhbid0IGJlIGludGltaWRhdGVkLjwvZm9udD4NCjxi cj4mbmJzcDsNCjx0YWJsZSBCT1JERVI9MCBDT0xTPTIgV0lEVEg9IjUwJSIgPg0KPHRyPg0K PHRkIFdJRFRIPSIxMDAlIj48aT48Zm9udCBjb2xvcj0iIzMzMzNGRiI+PGZvbnQgc2l6ZT0r MT5VbmNsZSBTYW0gYW5kIHlvdXINCmNyZWRpdG9ycyBhcmUgaG9ycmlmaWVkIHRoYXQgSSBh bSBzdGlsbCBzZWxsaW5nIHRoaXMgcHJvZHVjdCEmbmJzcDsgVGhlcmUNCm11c3QgYmUgYSBw cmljZSBvbiBteSBoZWFkITwvZm9udD48L2ZvbnQ+PC9pPjwvdGQ+DQoNCjx0ZCBXSURUSD0i MSUiPjxpbWcgU1JDPSJodHRwOi8vd3d3Lm1lcmNoYW50YWNjZXB0LmNvbS9pbWFnZXMvb3V0 bGF3LmpwZyIgaGVpZ2h0PTEyOCB3aWR0aD05Mz48L3RkPg0KPC90cj4NCjwvdGFibGU+DQoN CjxwPjxmb250IHNpemU9KzE+V2h5IGFyZSB0aGV5IHNvIHVwc2V0PyBCZWNhdXNlIHRoaXMg Q0QgZ2l2ZXMgeW91IGZyZWVkb20uPC9mb250Pg0KPGJyPjxmb250IHNpemU9KzE+QW5kIHlv dSBjYW4ndCBidXkgZnJlZWRvbSBhdCB5b3VyIGxvY2FsIFdhbG1hcnQuJm5ic3A7DQpZb3Ug d2lsbDwvZm9udD4NCjxicj48Zm9udCBzaXplPSsxPmhhdmUgdGhlIGZyZWVkb20gdG8gYXZv aWQgY3JlZGl0b3JzLCBqdWRnbWVudHMsIGxhd3N1aXRzLA0KSVJTPC9mb250Pg0KPGJyPjxm b250IHNpemU9KzE+dGF4IGNvbGxlY3RvcnMsIGNyaW1pbmFsIGluZGljdG1lbnRzLCB5b3Vy IGdyZWVkeSBleC13aWZlDQpvcjwvZm9udD4NCjxicj48Zm9udCBzaXplPSsxPmV4LWh1c2Jh bmQsIGFuZCBNVUNIIG1vcmUhPC9mb250Pg0KPHA+PGZvbnQgc2l6ZT0rMT5KdXN0IGxvb2sg YXQgc29tZSBvZiB0aGUgdGhpbmdzIHlvdSBjYW4gZG8gd2l0aCB0aGlzIENEDQouLi48L2Zv bnQ+DQo8dWw+DQo8bGk+DQo8Yj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+U2F2ZSBodW5kcmVk cyBvciBldmVuIHRob3VzYW5kcyBvZiBkb2xsYXJzIG9uDQp5b3VyIHRheGVzIGJ5IHVzaW5n IHRoZSBzZWNyZXQgdGF4IHRpcHMgY29udGFpbmVkIGluIHRoaXMgcGFja2FnZS4mbmJzcDsN ClRoZSBJUlMgZG9lcyBOT1Qgd2FudCB5b3UgdG8ga25vdyB0aGVzZSBsb29waG9sZXMhPC9m b250PjwvYj48L2xpPg0KDQo8bGk+DQo8Yj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+RmluZCB3 aG9sZXNhbGUgc291cmNlcyBmb3IgaG90IHByb2R1Y3RzIGxpa2UgYmVhbmllDQpiYWJpZXMs IGNvbXB1dGVycywgZGlnaXRhbCBjYW1lcmFzLCBhbmQgZWxldHJvbmljcyB0byByZXNlbGwg b24gZUJheSBhbmQNCm90aGVyIGF1Y3Rpb24gc2l0ZXMhPC9mb250PjwvYj48L2xpPg0KDQo8 bGk+DQo8Yj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+VHJhY2sgZG93biBmcmllbmRzIGFuZCBv bGQgZmxhbWVzIGZyb20gdGhlIGNvbWZvcnQNCm9mIHlvdXIgb3duIGhvbWUgd2l0aCBvdXIg SW50ZXJuZXQgaW52ZXN0aWdhdGlvbiByZXNvdXJjZXMhPC9mb250PjwvYj48L2xpPg0KDQo8 bGk+DQo8Yj48Zm9udCBjb2xvcj0iIzAwMDA5OSI+RmluZCBvdXQgd2hlcmUgeW91ciBFWCBp cyBoaWRpbmcgdGhlaXIgbW9uZXkgdG8NCmF2b2lkIGFsaW1vbnksIGNoaWxkIHN1cHBvcnQs IG9yIGRpdm9yY2Ugc2V0dGxlbWVudHMuIFRoZW4gZ2V0IHlvdXIgaGFuZHMNCm9uIHRoYXQg bW9uZXkuJm5ic3A7IEJsZWVkICdlbSBkcnkhJm5ic3A7IFByaXZhdGUgaW52ZXN0aWdhdG9y cyBjaGFyZ2UNCnRob3VzYW5kcyBvZiBkb2xsYXJzIGZvciB0aGlzIHNlcnZpY2UsIGJ1dCB5 b3UgY2FuIGRvIGl0IHdpdGggYSBjb21wdXRlcg0KYW5kIGFuIGludGVybmV0IGNvbmVjdGlv biB3aGVuIHlvdSBidXkgdGhlIEJhbm5lZCBDRCE8L2ZvbnQ+PC9iPjwvbGk+DQoNCjxsaT4N CjxiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij5MZWFybiBob3cgdG8gdXNlIG9mZnNob3JlIG1v bmV5IGhhdmVucyBhbmQgYXNzZXQNCnByb3RlY3Rpb24gdHJ1c3RzIHRvIGF2b2lkIGxhd3N1 aXRzLCBqdWRnbWVudHMsIGFuZCBmb29sIHRoZSBtb3N0IGFnZ3Jlc3NpdmUNCnRheCBjb2xs ZWN0b3IhJm5ic3A7IElmIHlvdXIgbW9uZXkgaXMgc2l0dGluZyBpbiBhIFVTIGJhbmsgYWNj b3VudCwgeW91cg0KZnVuZHMgY2FuIGJlIGxldmllZCBvciBmcm96ZW4gY29tcGxldGVseSBh dCBhbnkgdGltZS4mbmJzcDsgVGhlIFVTIGdvdmVybm1lbnQNCnVzZXMgImNpdmlsIGFzc2V0 IGZvcmZlaXR1cmUiIHRvIHN0ZWFsIGJpbGxpb25zIG9mIGRvbGxhcnMgZWFjaCB5ZWFyIGZy b20NCmhhcmQtd29ya2luZywgbGF3IGFiaWRpbmcgY2l0aXplbnMuJm5ic3A7IEdldCB5b3Vy IG1vbmV5IG91dCBvZiB0aGUgY291bnRyeQ0KYmVmb3JlIFVuY2xlIFNhbSBzbmF0Y2hlcyBp dCBhbGwuPC9mb250PjwvYj48L2xpPg0KDQo8bGk+DQo8Yj48Zm9udCBjb2xvcj0iIzAwMDA5 OSI+RmluZCBvdXQgd2hlcmUgdG8gYnV5ICJmb3JiaWRkZW4gcHJvZHVjdHMiIG9uDQp0aGUg SW50ZXJuZXQuIEZ1cnRoZXIgZWxhYm9yYXRpb24gc2hvdWxkIG5vdCBiZSBuZWNlc3Nhcnk7 IGp1c3QgdXNlIHlvdXINCmltYWdpbmF0aW9uLjwvZm9udD48L2I+PC9saT4NCg0KPGxpPg0K PGI+PGZvbnQgY29sb3I9IiMwMDAwOTkiPkdldCBhIGJldHRlciBqb2IgYnkgcHVyY2hhc2lu ZyBhIGNvbGxlZ2UgZGVncmVlDQooaW5jbHVkaW5nIGEgUGhkISkgZm9yIGEgdmVyeSBsb3cg ZmVlLiBObyBzdHVkeSByZXF1aXJlZCE8L2ZvbnQ+PC9iPjwvbGk+DQoNCjxsaT4NCjxiPjxm b250IGNvbG9yPSIjMDAwMDk5Ij5JZiB5b3VyIEVYIGlzIGNvbWluZyBhZnRlciB5b3VyIG1v bmV5LCBzdGF5IG9uZQ0Kc3RlcCBhaGVhZCBvZiB0aGUgbGF3eWVycyBhbmQga2VlcCB0aGVp ciBncmVlZHkgaGFuZHMgb2ZmIHlvdXIgbG9vdC4gRmluZA0Kb3V0IGhvdyB0byBoaWRlIHlv dXIgbW9uZXkgd2hlcmUgaXQgd2lsbCBuZXZlciBiZSBmb3VuZC48L2ZvbnQ+PC9iPjwvbGk+ DQoNCjxsaT4NCjxiPjxmb250IGNvbG9yPSIjMDAwMDk5Ij5Bdm9pZCBsZWdhbCBwcm9ibGVt cywganVkZ21lbnRzLCBjb252aWN0aW9ucywNCmFuZCBldmVuIHByaXNvbiBzZW50ZW5jZXMg Ynkgb2J0YWluaW5nIGEgY29tcGxldGVseSBuZXcgaWRlbnRpdHkgYW5kIGRpc2FwcGVhcmlu Zw0Kd2l0aG91dCBhIHRyYWNlITwvZm9udD48L2I+PC9saT4NCg0KPGxpPg0KPGI+PGZvbnQg Y29sb3I9IiMwMDAwOTkiPkVyYXNlIHlvdXIgY3JpbWluYWwgcmVjb3JkIGFuZCBvYnRhaW4g YSBjb3B5IG9mDQp5b3VyIEZCSSBmaWxlIHVzaW5nIHRoZSBGcmVlZG9tIG9mIEluZm9ybWF0 aW9uIEFjdC4mbmJzcDsgRmluZCBvdXQgaWYgdGhlDQpnb3Zlcm5tZW50IGlzIGludmVzdGln YXRpbmcgeW91IE5PVyBiZWZvcmUgaXQncyB0b28gTEFURSE8L2ZvbnQ+PC9iPjwvbGk+DQo8 L3VsPg0KPGZvbnQgc2l6ZT0rMT5JZiB5b3UgaGF2ZSBiZWVuIHB1dHRpbmcgb2ZmIGJ1eWlu ZyBUaGUgQmFubmVkIENELCB3aGF0IGFyZQ0KeW91PC9mb250Pg0KPGJyPjxmb250IHNpemU9 KzE+d2FpdGluZyBmb3I/Jm5ic3A7IEJpZyBCcm90aGVyIGlzIGFscmVhZHkgYnJlYXRoaW5n IGRvd24NCm15IG5lY2ssIHNvPC9mb250Pg0KPGJyPjxmb250IHNpemU9KzE+SSBjYW4ndCBr ZWVwIHNlbGxpbmcgaXQgZm9yZXZlci4mbmJzcDsgSWYgeW91IGtlZXAgd2FpdGluZw0KdG8g cGxhY2U8L2ZvbnQ+DQo8YnI+PGZvbnQgc2l6ZT0rMT55b3VyIG9yZGVyLCB5b3UgbWF5IG5l dmVyIGZpbmQgVGhlIEJhbm5lZCBDRCBhZ2Fpbi4mbmJzcDsNCkZvciBvbmx5PC9mb250Pg0K PGJyPjxmb250IHNpemU9KzE+JDE5Ljk5LCB5b3Ugd2lsbCBnYWluIHZhbHVhYmxlIHBlYWNl LW9mLW1pbmQga25vd2luZw0KaG93IHRvPC9mb250Pg0KPGJyPjxmb250IHNpemU9KzE+c2Fm ZWd1YXJkIHlvdXJzZWxmLCB5b3VyIGZhbWlseSwgYW5kIHlvdXIgbW9uZXkuJm5ic3A7DQpX aG8gY2FuIHB1dCBhPC9mb250Pg0KPGJyPjxmb250IHNpemU9KzE+cHJpY2Ugb24gZnJlZWRv bT8hPC9mb250Pg0KPHA+PGk+PHU+PGZvbnQgc2l6ZT0rMT5IZXJlIGlzIGFub3RoZXIgbG9v ayBhdCB0aGUgY29udGVudHMgb2YgdGhlIEJBTk5FRA0KQ0Q6PC9mb250PjwvdT48L2k+DQo8 cD48aW1nIFNSQz0iaHR0cDovL3d3dy5tZXJjaGFudGFjY2VwdC5jb20vaW1hZ2VzL2J1dHRv bi5naWYiIGhlaWdodD0xOSB3aWR0aD0xOT48Zm9udCBjb2xvcj0iIzY2NjY2NiI+PGZvbnQg c2l6ZT0rMT4NCkZpbmQgY29uZmlkZW50aWFsIGluZm8gb24gYW55b25lIGluIDMwIG1pbnV0 ZXMgb3I8L2ZvbnQ+PC9mb250Pg0KPGJyPjxmb250IGNvbG9yPSIjNjY2NjY2Ij48Zm9udCBz aXplPSsxPmxlc3Mgb24gdGhlIEludGVybmV0LiBZb3UnbGwgYmUNCmFibGUgdG8gdHJhY2sg ZG93biB5b3VyPC9mb250PjwvZm9udD4NCjxicj48Zm9udCBjb2xvcj0iIzY2NjY2NiI+PGZv bnQgc2l6ZT0rMT5vbGQgZmxhbWUsIGZpbmQgb3V0IGhvdyBtdWNoIG1vbmV5DQp5b3VyIGV4 IGlzIGhpZGluZzwvZm9udD48L2ZvbnQ+DQo8YnI+PGZvbnQgY29sb3I9IiM2NjY2NjYiPjxm b250IHNpemU9KzE+aW4gdGhlaXIgYmFuayBhY2NvdW50LCBvciBydW4gYQ0KYmFja2dyb3Vu ZCBjaGVjayBvbjwvZm9udD48L2ZvbnQ+DQo8YnI+PGZvbnQgY29sb3I9IiM2NjY2NjYiPjxm b250IHNpemU9KzE+cHJvZXNwZWN0aXZlIGNsaWVudCBvciBlbXBsb3llZS4NCkV2ZW4gZ292 ZXJubWVudDwvZm9udD48L2ZvbnQ+DQo8YnI+PGZvbnQgY29sb3I9IiM2NjY2NjYiPjxmb250 IHNpemU9KzE+YWdlbmNpZXMgaGF2ZSB0cm91YmxlIG9idGFpbmluZw0KbXVjaCBvZiB0aGlz IGluZm9ybWF0aW9uLjwvZm9udD48L2ZvbnQ+DQo8YnI+PGZvbnQgY29sb3I9IiM2NjY2NjYi Pjxmb250IHNpemU9KzE+WW91IHdpbGwgaGF2ZSBhbGwgdGhlIHJlc291cmNlcw0Kb2YgYW55 IHByb2Zlc3Npb25hbDwvZm9udD48L2ZvbnQ+DQo8YnI+PGZvbnQgY29sb3I9IiM2NjY2NjYi Pjxmb250IHNpemU9KzE+aW52ZXN0aWdhdG9yIHJpZ2h0IGF0IHlvdXIgZmluZ2VydGlwcw0K LSBvbiB5b3VyIGhvbWU8L2ZvbnQ+PC9mb250Pg0KPGJyPjxmb250IGNvbG9yPSIjNjY2NjY2 Ij48Zm9udCBzaXplPSsxPmNvbXB1dGVyITwvZm9udD48L2ZvbnQ+DQo8cD48aW1nIFNSQz0i aHR0cDovL3d3dy5tZXJjaGFudGFjY2VwdC5jb20vaW1hZ2VzL2J1dHRvbi5naWYiIGhlaWdo dD0xOSB3aWR0aD0xOT48Zm9udCBjb2xvcj0iIzY2NjY2NiI+PGZvbnQgc2l6ZT0rMT4NCkxp c3Qgb2YgY29tcGFuaWVzIHdobyB3aWxsIGlzc3VlIHlvdSBhIGNvbGxlZ2U8L2ZvbnQ+PC9m b250Pg0KPGJyPjxmb250IGNvbG9yPSIjNjY2NjY2Ij48Zm9udCBzaXplPSsxPmRlZ3JlZSAo aW5jbHVkaW5nIGEgUGhkLikgZm9yIGENCmZlZS4gTm8gc3R1ZHkgcmVxdWlyZWQhPC9mb250 PjwvZm9udD4NCjxwPjxpbWcgU1JDPSJodHRwOi8vd3d3Lm1lcmNoYW50YWNjZXB0LmNvbS9p bWFnZXMvYnV0dG9uLmdpZiIgaGVpZ2h0PTE5IHdpZHRoPTE5Pjxmb250IGNvbG9yPSIjNjY2 NjY2Ij48Zm9udCBzaXplPSsxPg0KTGVhcm4gaG93IHRvIGdldCBGUkVFIGNhYmxlIGFuZCBE U1MgY2hhbm5lbHMsPC9mb250PjwvZm9udD4NCjxicj48Zm9udCBjb2xvcj0iIzY2NjY2NiI+ PGZvbnQgc2l6ZT0rMT5pbmNsdWRpbmcgdGhlIGFkdWx0IHN0YXRpb25zIGFuZA0KUGF5LVBl ci1WaWV3ITwvZm9udD48L2ZvbnQ+DQo8cD48aW1nIFNSQz0iaHR0cDovL3d3dy5tZXJjaGFu dGFjY2VwdC5jb20vaW1hZ2VzL2J1dHRvbi5naWYiIGhlaWdodD0xOSB3aWR0aD0xOT48Zm9u dCBjb2xvcj0iIzY2NjY2NiI+PGZvbnQgc2l6ZT0rMT5TdGFydA0KeW91ciBvd24gSW50ZXJu ZXQgYXVjdGlvbiBidXNpbmVzcyBvbiBlQmF5IG9yPC9mb250PjwvZm9udD4NCjxicj48Zm9u dCBjb2xvcj0iIzY2NjY2NiI+PGZvbnQgc2l6ZT0rMT5BbWF6b24hJm5ic3A7IEp1c3QgdXNl IHRoZSB3aG9sZXNhbGUNCmRpcmVjdG9yeSB0byBmaW5kIGhvdDwvZm9udD48L2ZvbnQ+DQo8 YnI+PGZvbnQgY29sb3I9IiM2NjY2NjYiPjxmb250IHNpemU9KzE+cHJvZHVjdHMgdG8gcmVz ZWxsIGF0IGF1Y3Rpb24hPC9mb250PjwvZm9udD4NCjxwPjxpbWcgU1JDPSJodHRwOi8vd3d3 Lm1lcmNoYW50YWNjZXB0LmNvbS9pbWFnZXMvYnV0dG9uLmdpZiIgaGVpZ2h0PTE5IHdpZHRo PTE5Pjxmb250IGNvbG9yPSIjNjY2NjY2Ij48Zm9udCBzaXplPSsxPg0KTGlzdCBvZiBzdXBw bGllcnMgb2YgInF1ZXN0aW9uYWJsZSIgaXRlbXMsIHN1Y2g8L2ZvbnQ+PC9mb250Pg0KPGJy Pjxmb250IGNvbG9yPSIjNjY2NjY2Ij48Zm9udCBzaXplPSsxPmFzIGZjYyBiYW5uZWQgY29t bXVuaWNhdGlvbnMgZGV2aWNlcywNCnNjYW5uZXJzLDwvZm9udD48L2ZvbnQ+DQo8YnI+PGZv bnQgY29sb3I9IiM2NjY2NjYiPjxmb250IHNpemU9KzE+bmlnaHQgdmlzaW9uIGdvZ2dsZXMs IHBhc3Nwb3J0cywNCmZha2UgaWRlbnRpZmljYXRpb24sPC9mb250PjwvZm9udD4NCjxicj48 Zm9udCBjb2xvcj0iIzY2NjY2NiI+PGZvbnQgc2l6ZT0rMT5hbmQgZXZlcnl0aGluZyBlbHNl IHRoYXQgeW91IHdvbid0DQpmaW5kIGluIHRoZSBiYWNrPC9mb250PjwvZm9udD4NCjxicj48 Zm9udCBjb2xvcj0iIzY2NjY2NiI+PGZvbnQgc2l6ZT0rMT5vZiBTb2xkaWVyIG9mIEZvcnR1 bmUgbWFnYXppbmUhPC9mb250PjwvZm9udD4NCjxwPjxpbWcgU1JDPSJodHRwOi8vd3d3Lm1l cmNoYW50YWNjZXB0LmNvbS9pbWFnZXMvYnV0dG9uLmdpZiIgaGVpZ2h0PTE5IHdpZHRoPTE5 Pjxmb250IGNvbG9yPSIjNjY2NjY2Ij48Zm9udCBzaXplPSsxPg0KRmluZCBwcm9kdWN0cyB0 byByZXNlbGwgb24gdGhlIEludGVybmV0IHdpdGggb3VyPC9mb250PjwvZm9udD4NCjxicj48 Zm9udCBjb2xvcj0iIzY2NjY2NiI+PGZvbnQgc2l6ZT0rMT5XaG9sZXNhbGUgRGlyZWN0b3J5 IGNvbnRhaW5pbmcNCm92ZXIgMSBtaWxsaW9uPC9mb250PjwvZm9udD4NCjxicj48Zm9udCBj b2xvcj0iIzY2NjY2NiI+PGZvbnQgc2l6ZT0rMT4odGhhdCdzIHJpZ2h0LCBvbmUgbWlsbGlv biEpIHdob2xlc2FsZQ0Kc291cmNlcyBmb3I8L2ZvbnQ+PC9mb250Pg0KPGJyPjxmb250IGNv bG9yPSIjNjY2NjY2Ij48Zm9udCBzaXplPSsxPmNvbXB1dGVycywgZWxlY3Ryb25pY3MsIGJl YW5pZXMsDQp0cmVuZCBpdGVtcyw8L2ZvbnQ+PC9mb250Pg0KPGJyPjxmb250IGNvbG9yPSIj NjY2NjY2Ij48Zm9udCBzaXplPSsxPmpld2VscnksIGNhcnMsIGNvbGxlY3RpYmxlcywgYW5k DQpldmVyeXRoaW5nIGVsc2UhPC9mb250PjwvZm9udD4NCjxwPjxpbWcgU1JDPSJodHRwOi8v d3d3Lm1lcmNoYW50YWNjZXB0LmNvbS9pbWFnZXMvYnV0dG9uLmdpZiIgaGVpZ2h0PTE5IHdp ZHRoPTE5Pjxmb250IGNvbG9yPSIjNjY2NjY2Ij48Zm9udCBzaXplPSsxPg0KT3ZlciAyNSBt aWxsaW9uIGVtYWlsIGFkZHJlc3NlcywgZnJlc2ggYW5kPC9mb250PjwvZm9udD4NCjxicj48 Zm9udCBjb2xvcj0iIzY2NjY2NiI+PGZvbnQgc2l6ZT0rMT50YXJnZXRlZCEgWW91IGNhbiB1 c2UgdGhlc2UgdG8NCmNvbnRhY3QgdGhlIHBlb3BsZTwvZm9udD48L2ZvbnQ+DQo8YnI+PGZv bnQgY29sb3I9IiM2NjY2NjYiPjxmb250IHNpemU9KzE+YW5kIHNlbmQgdGhlbSB5b3VyIGFk dmVydGlzZW1lbnRzLjwvZm9udD48L2ZvbnQ+DQo8cD48aW1nIFNSQz0iaHR0cDovL3d3dy5t ZXJjaGFudGFjY2VwdC5jb20vaW1hZ2VzL2J1dHRvbi5naWYiIGhlaWdodD0xOSB3aWR0aD0x OT48Zm9udCBjb2xvcj0iIzY2NjY2NiI+PGZvbnQgc2l6ZT0rMT4NCkZpbmQgb3V0IGhvdyB0 byBnZXQgYSBjb21wbGV0ZWx5IG5ldyBpZGVudGl0eS48L2ZvbnQ+PC9mb250Pg0KPGJyPjxm b250IGNvbG9yPSIjNjY2NjY2Ij48Zm9udCBzaXplPSsxPkRpc2FwcGVhciB3aXRob3V0IGEg dHJhY2UhPC9mb250PjwvZm9udD4NCjxwPjxpbWcgU1JDPSJodHRwOi8vd3d3Lm1lcmNoYW50 YWNjZXB0LmNvbS9pbWFnZXMvYnV0dG9uLmdpZiIgaGVpZ2h0PTE5IHdpZHRoPTE5Pjxmb250 IGNvbG9yPSIjNjY2NjY2Ij48Zm9udCBzaXplPSsxPg0KRmluZCBvdXQgaG93IHRvIEVSQVNF IGJhZCBjcmVkaXQgYW5kIGV2ZW48L2ZvbnQ+PC9mb250Pg0KPGJyPjxmb250IGNvbG9yPSIj NjY2NjY2Ij48Zm9udCBzaXplPSsxPmNyZWF0ZSBhIHdob2xlIG5ldyBmaWxlIGluIHRoZQ0K Y3JlZGl0IGJ1cmVhdSBjb21wdXRlcnMuPC9mb250PjwvZm9udD4NCjxwPjxpbWcgU1JDPSJo dHRwOi8vd3d3Lm1lcmNoYW50YWNjZXB0LmNvbS9pbWFnZXMvYnV0dG9uLmdpZiIgaGVpZ2h0 PTE5IHdpZHRoPTE5Pjxmb250IGNvbG9yPSIjNjY2NjY2Ij48Zm9udCBzaXplPSsxPg0KTGVh cm4gaG93IHRvIGJlYXQgdGhlIElSUy4gVGF4IHRpcHMgZm9yIHRoZTwvZm9udD48L2ZvbnQ+ DQo8YnI+PGZvbnQgY29sb3I9IiM2NjY2NjYiPjxmb250IHNpemU9KzE+cmVzdCBvZiB1cy48 L2ZvbnQ+PC9mb250Pg0KPHA+PGltZyBTUkM9Imh0dHA6Ly93d3cubWVyY2hhbnRhY2NlcHQu Y29tL2ltYWdlcy9idXR0b24uZ2lmIiBoZWlnaHQ9MTkgd2lkdGg9MTk+PGZvbnQgY29sb3I9 IiM2NjY2NjYiPjxmb250IHNpemU9KzE+DQpDb21wbGV0ZSBndWlkZSBvbiBob3cgdG8gY2xh aW0gcHVibGljIGxhbmQ8L2ZvbnQ+PC9mb250Pg0KPGJyPjxmb250IGNvbG9yPSIjNjY2NjY2 Ij48Zm9udCBzaXplPSsxPm9mZmVyZWQgYnkgdGhlIEdvdmVybm1lbnQuIFlvdQ0KY2FuIGZp bmQgeW91cjwvZm9udD48L2ZvbnQ+DQo8YnI+PGZvbnQgY29sb3I9IiM2NjY2NjYiPjxmb250 IHNpemU9KzE+ZHJlYW0gaG9tZSBmb3IgYSByaWRpY3Vsb3VzbHkgbG93DQpwcmljZSBvciBi dXk8L2ZvbnQ+PC9mb250Pg0KPGJyPjxmb250IGNvbG9yPSIjNjY2NjY2Ij48Zm9udCBzaXpl PSsxPnByb3BlcnRpZXMgdG8gcmVzZWxsIGZvciBhIGh1Z2UNCnByb2ZpdCE8L2ZvbnQ+PC9m b250Pg0KPHA+PGltZyBTUkM9Imh0dHA6Ly93d3cubWVyY2hhbnRhY2NlcHQuY29tL2ltYWdl cy9idXR0b24uZ2lmIiBoZWlnaHQ9MTkgd2lkdGg9MTk+PGZvbnQgY29sb3I9IiM2NjY2NjYi Pjxmb250IHNpemU9KzE+DQpBY2NlcHQgY2hlY2tzIGZyb20geW91ciBjdXN0b21lcnMgYnkg ZmF4LDwvZm9udD48L2ZvbnQ+DQo8YnI+PGZvbnQgY29sb3I9IiM2NjY2NjYiPjxmb250IHNp emU9KzE+cGhvbmUgYW5kIGVtYWlsIHdpdGggdGhlIGZ1bGwgd29ya2luZw0KdmVyc2lvbiBv ZjwvZm9udD48L2ZvbnQ+DQo8YnI+PGZvbnQgY29sb3I9IiM2NjY2NjYiPjxmb250IHNpemU9 KzE+Q2hlY2tlciBTb2Z0d2FyZSBpbmNsdWRlZCE8L2ZvbnQ+PC9mb250Pg0KPHA+PGltZyBT UkM9Imh0dHA6Ly93d3cubWVyY2hhbnRhY2NlcHQuY29tL2ltYWdlcy9idXR0b24uZ2lmIiBo ZWlnaHQ9MTkgd2lkdGg9MTk+PGZvbnQgY29sb3I9IiM2NjY2NjYiPjxmb250IHNpemU9KzE+ DQpCdXNpbmVzcyBzb2Z0d2FyZSB0byBoZWxwIHlvdSBydW4geW91ciBzbWFsbDwvZm9udD48 L2ZvbnQ+DQo8YnI+PGZvbnQgY29sb3I9IiM2NjY2NjYiPjxmb250IHNpemU9KzE+YnVzaW5l c3MsIGluY2x1ZGluZyBsYWJlbCBtYWtlcg0Kc29mdHdhcmUsIG1vbmV5PC9mb250PjwvZm9u dD4NCjxicj48Zm9udCBjb2xvcj0iIzY2NjY2NiI+PGZvbnQgc2l6ZT0rMT5tYW5hZ2VtZW50 IHNvZnR3YXJlLCBJUlMgZm9yZ2l2ZW5lc3MNCnByb2dyYW0sPC9mb250PjwvZm9udD4NCjxi cj48Zm9udCBjb2xvcj0iIzY2NjY2NiI+PGZvbnQgc2l6ZT0rMT5kYXRhYmFzZSBzb2Z0d2Fy ZSwgYW5kIG11Y2ggbW9yZS48L2ZvbnQ+PC9mb250Pg0KPHA+PGltZyBTUkM9Imh0dHA6Ly93 d3cubWVyY2hhbnRhY2NlcHQuY29tL2ltYWdlcy9idXR0b24uZ2lmIiBoZWlnaHQ9MTkgd2lk dGg9MTk+PGZvbnQgY29sb3I9IiM2NjY2NjYiPjxmb250IHNpemU9KzE+DQpBIGh1Z2UgY29s bGVjdGlvbiBvZiBzY3JlZW5zYXZlcnMsIGdyYXBoaWNzLDwvZm9udD48L2ZvbnQ+DQo8YnI+ PGZvbnQgY29sb3I9IiM2NjY2NjYiPjxmb250IHNpemU9KzE+Y2xpcGFydCwgYW5kIGRlc2t0 b3AgdGhlbWVzIHRvDQpzcGljZSB1cCB5b3VyIGNvbXB1dGVyLjwvZm9udD48L2ZvbnQ+DQo8 cD48aW1nIFNSQz0iaHR0cDovL3d3dy5tZXJjaGFudGFjY2VwdC5jb20vaW1hZ2VzL2J1dHRv bi5naWYiIGhlaWdodD0xOSB3aWR0aD0xOT48Zm9udCBjb2xvcj0iIzY2NjY2NiI+PGZvbnQg c2l6ZT0rMT4NCk1VQ0gsIE1VQ0ggTU9SRSB0aGF0IHdlIGRvbid0IGhhdmUgcm9vbSB0byBs aXN0ITwvZm9udD48L2ZvbnQ+DQo8cD48Zm9udCBzaXplPSsxPldlIGFyZSBzbyBjb25maWRl bnQgdGhhdCB5b3Ugd2lsbCBsb3ZlIHRoaXMgQ0QgdGhhdCB3ZTwvZm9udD4NCjxicj48Zm9u dCBzaXplPSsxPm9mZmVyIGEgZnVsbCAzMC1kYXksIG5vIHF1ZXN0aW9ucyBhc2tlZCBtb25l eS1iYWNrPC9mb250Pg0KPGJyPjxmb250IHNpemU9KzE+Z3VhcmFudGVlLiBUbyBvcmRlciB0 aGUgIkJhbm5lZCBDRCIgcmlnaHQgbm93IGZvciB0aGU8L2ZvbnQ+DQo8YnI+PGZvbnQgc2l6 ZT0rMT5zdXBlciBsb3cgcHJpY2Ugb2Ygb25seSAkMTkuOTksIGp1c3QgY2xpY2sgb24gdGhl IGxpbms8L2ZvbnQ+DQo8YnI+PGZvbnQgc2l6ZT0rMT5iZWxvdyB0byBwYXkgd2l0aCBhIFZp c2Egb3IgTWFzdGVyY2FyZDo8L2ZvbnQ+DQo8YnI+Jm5ic3A7DQo8dGFibGUgQk9SREVSPTAg Q09MUz0yIFdJRFRIPSI1MCUiID4NCjx0cj4NCjx0ZD48Zm9udCBzaXplPSsyPjxhIGhyZWY9 Imh0dHA6Ly93d3cubWVyY2hhbnRhY2NlcHQuY29tL2NjcGF5bWVudC9iYW5uZWRjZDc1Lmh0 bSI+T3JkZXINCk5vdyE8L2E+PC9mb250PjwvdGQ+DQoNCjx0ZD4NCjxjZW50ZXI+PGltZyBT UkM9Imh0dHA6Ly93d3cubWVyY2hhbnRhY2NlcHQuY29tL2ltYWdlcy9ndWFyYW50ZWUuZ2lm IiBoZWlnaHQ9OTYgd2lkdGg9OTU+PC9jZW50ZXI+DQo8L3RkPg0KPC90cj4NCjwvdGFibGU+ DQpJZiBvdXIgbWFpbiBzaXRlIGlzIHRlbXBvcmFyaWx5IHVuYXZhaWxhYmxlLCB5b3UgY2Fu IG9yZGVyIGZyb20NCjxicj5vdXIgbWlycm9yIHNpdGUgYnkgY2xpY2tpbmcgYmVsb3c6DQo8 cD48YSBocmVmPSJodHRwOi8vd3d3LnUtc3B5LmFkZHIuY29tL2NjcGF5bWVudC9iYW5uZWRj ZDc1Lmh0bSI+T3JkZXIgZnJvbQ0KTWlycm9yIFNpdGUgIzE8L2E+DQo8cD5PciB5b3UgbWF5 IHBheSB3aXRoIGNhc2gsIGNoZWNrIG9yIG1vbmV5IG9yZGVyIGJ5IHByaW50aW5nIHRoZSBv cmRlcg0KPGJyPmZvcm0gYmVsb3cgYW5kIHNlbmRpbmcgaXQgd2l0aCB5b3VyIHBheW1lbnQu DQo8cD48Yj4tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tIENVVCBIRVJFIC0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tPC9iPg0KPHA+UHJvZHVjdDogIlRoZSBCYW5uZWQgQ0QiDQo8YnI+UHJp Y2U6ICQxOS45OSArICQ0LjAxIHNoaXBwaW5nL2hhbmRsaW5nDQo8cD5IT1cgVE8gT1JERVIg QlkgTUFJTDogUHJpbnQgb3V0IHRoaXMgb3JkZXIgZm9ybSBhbmQgc2VuZCBjYXNoLA0KPGJy PnBlcnNvbmFsIGNoZWNrLCBtb25leSBvcmRlciBvciBjYXNoaWVyJ3MgY2hlY2sgdG8gdGhl IGFkZHJlc3MgbGlzdGVkDQpiZWxvdzoNCjxwPlF1aWtzaWx2ZXIgRW50ZXJwcmlzZXMgSW5j Lg0KPGJyPjM3OTIgQnJvYWR3YXkgIzM5OA0KPGJyPk5ldyBZb3JrLCBOWSAxMDAzMg0KPHA+ WW91ciBTaGlwcGluZyBJbmZvcm1hdGlvbjoNCjxwPllvdXIgTmFtZV9fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fXw0KPGJyPllvdXIgQWRkcmVzc19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fXw0KPGJyPllvdXIgQ2l0eV9f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fXw0KPGJyPlN0YXRl IC8gWmlwX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fXw0KPGJy PlBob25lICM6IF9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f Xw0KPGJyPihGb3IgcHJvYmxlbXMgd2l0aCB5b3VyIG9yZGVyIG9ubHkuIE5vIHNhbGVzbWVu IHdpbGwgY2FsbC4pDQo8cD5FbWFpbCBBZGRyZXNzX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fXw0KPHA+UGxlYXNlIG5vdGUgdGhhdCBtYWlsLWluIG9yZGVycyBt YXkgYmUgZGVsYXllZCAyLTQgd2Vla3MuDQo8cD5bIF0gSSBhbSBlbmNsb3NpbmcgYSBjaGVj ayBvciBtb25leSBvcmRlciBmb3IgJDI0LjAwDQo8cD5bIF0gSSBhbSBtYWlsaW5nIG15IGNy ZWRpdCBjYXJkIG51bWJlci4gKE5vdGUgeW91ciBjYXJkIHdpbGwgYmUgY2hhcmdlZA0KZm9y ICQyNC4wMCkNCjxwPklmIHBheWluZyBieSBjcmVkaXQgY2FyZCwgcGxlYXNlIGZpbGwgaW4g dGhlIGluZm9ybWF0aW9uIGJlbG93Og0KPHA+Q3JlZGl0IENhcmQgTnVtYmVyOl9fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fDQo8YnI+RXhwaXJhdGlvbiBEYXRlOl9fX19fX19f X19fX19fX19fX19fX19fX19fXw0KPGJyPlNpZ25hdHVyZTpfX19fX19fX19fX19fX19fX19f X19fX19fDQo8YnI+RGF0ZTpfX19fX19fX19fX19fX19fX19fXw0KPHA+Tk9URTogVGhpcyBD RCBpcyBmb3IgaW5mb3JtYXRpb25hbCwgZWR1Y2F0aW9uYWwsIG9yDQo8YnI+ZW50ZXJ0YWlu bWVudCBwdXJwb3NlcyBvbmx5LiZuYnNwOyBTb21lIG9mIHRoZSBhY3Rpdml0aWVzDQo8YnI+ ZGVzY3JpYmVkIG9uIHRoaXMgQ0QgbWF5IGJlIGlsbGVnYWwgaWYgY2FycmllZCBvdXQuDQo8 YnI+VGhpcyBDRCBjb250YWlucyBsaW5rcyBhbmQgYWRkcmVzc2VzIG9mIGNvbXBhbmllcw0K PGJyPmFuZCBpbmRpdmlkdWFscyB3aGljaCBwcm9kdWNlIHZhcmlvdXMgcHJvZHVjdHMsIG9y DQo8YnI+b2ZmZXIgdmFyaW91cyBzZXJ2aWNlcywgd2hpY2ggbWF5IGJlIGlsbGVnYWwgaW4g eW91cg0KPGJyPmNvdW50cnksIHN0YXRlLCBvciBjaXR5LiZuYnNwOyBIb3dldmVyLCBpdCBp cyBwZXJmZWN0bHkNCjxicj5MRUdBTCB0byBwdXJjaGFzZSBhbmQgcG9zc2VzcyB0aGUgQmFu bmVkIENEIGluIHRoZQ0KPGJyPlVuaXRlZCBTdGF0ZXMgb2YgQW1lcmljYS4mbmJzcDsgQ29u dGFpbnMgYXBwcm94aW1hdGVseQ0KPGJyPjEwMCBtZWdzIG9mIGluZm9ybWF0aW9uLg0KPHA+ U2hpcHBpbmcgb3V0c2lkZSBVU0EgYWRkICQxMC4wMA0KPHA+KioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioNCjxicj5Zb3UgYXJl IHJlY2lldmluZyBhbiB1bnNvbGljaXRlZCBjb21tZXJjaWFsIGVtYWlsIGZyb20NCjxicj5R dWlrc2lsdmVyIEVudGVycHJpc2VzIEluYy4mbmJzcDsgV2UgcmVjb2duaXplIHRoYXQgeW91 IG1heQ0KPGJyPm5vdCB3aXNoIHRvIHJlY2lldmUgc3VjaCBlbWFpbHMgaW4gdGhlIGZ1dHVy ZSwgYW5kIHdlDQo8YnI+aGF2ZSBwcm92aWRlZCBhIGxpbmsgdG8gYXV0b21hdGljYWxseSBh bmQgaW5zdGFudGx5DQo8YnI+cmVtb3ZlIHlvdXJzZWxmOiA8YSBocmVmPSJodHRwOi8vdS1z cHkuYWRkci5jb20vcmVtb3ZlLmh0bSI+UkVNT1ZFPC9hPg0KPGJyPlRoaXMgbWVzc2FnZSBp cyBiZWluZyBzZW50IHRvIHlvdSBpbiBjb21wbGlhbmNlIHdpdGgNCjxicj5mZWRlcmFsIGd1 aWRlbGluZXMgZ292ZXJuaW5nIHRoZSB0cmFuc21pc3Npb24gb2YNCjxicj51bnNvbGljaXRl ZCBjb21tZXJjaWFsIGVtYWlsLCBpbmNsdWRpbmcgdGhlIHByb3Zpc2lvbiBvZg0KPGJyPmNv bnRhY3QgaW5mb3JtYXRpb24gZm9yIG91ciBjb21wYW55IHdpdGhpbiB0aGlzIGVtYWlsLCBh DQo8YnI+dmFsaWQgcmV0dXJuIGVtYWlsIGFkZHJlc3MsIGFuZCBhIHdheSBmb3IgY3VzdG9t ZXJzDQo8YnI+dG8gcmVtb3ZlIHRoZW1zZWx2ZXMuJm5ic3A7IFBsZWFzZSBub3RlLCBob3dl dmVyLCB0aGF0IG91cg0KPGJyPmVtYWlsIGFkZHJlc3Mgd2FzIHZhbGlkIGF0IHRoZSB0aW1l IG9mIHNlbmRpbmcsIGJ1dCBtYXkNCjxicj5iZSBjYW5jZWxsZWQgYnkgdGhlIElTUCBzaG9y dGx5IHRoZXJlYWZ0ZXIgZHVlIHRvIG91cg0KPGJyPnVzZSBvZiB1bnNvbGljaXRlZCBlbWFp bC4mbmJzcDsgWW91IGNhbiByZWFkIGFib3V0IHRoZSB2YXJpb3VzDQo8YnI+bGF3cyBnb3Zl cm5pbmcgdW5zb2xpY2l0ZWQgZW1haWw6IGh0dHA6Ly9zcGFtbGF3cy5jb20NCjxicj4iVW5z b2xpY2l0ZWQgY29tbWVyY2lhbCBlbGVjdHJvbmljIG1haWwgY2FuIGJlIGFuIGltcG9ydGFu dA0KPGJyPm1lY2hhbmlzbSB0aHJvdWdoIHdoaWNoIGJ1c2luZXNzZXMgYWR2ZXJ0aXNlIGFu ZCBhdHRyYWN0DQo8YnI+Y3VzdG9tZXJzIGluIHRoZSBvbmxpbmUgZW52aXJvbm1lbnQuIiZu YnNwOyAtLSBVLlMuIENvbmdyZXNzLA0KPGJyPkguUi4gMTA2dGggQ09OR1JFU1MgMmQgU2Vz c2lvbiBILiBSLiAzMTEzIFNlYy4gMiAoYSkzIEp1bHkNCjxicj4xOSwgMjAwMCBodHRwOi8v d3d3LnNwYW1sYXdzLmNvbS9mZWRlcmFsL2hyMzExMy5odG1sDQo8YnI+KioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioNCjxicj4m bmJzcDsNCjxicj4mbmJzcDsNCjwvYm9keT4NCjwvaHRtbD4NCg== ------=_NextPart_000_001__242592501_74833.01-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 21:31:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rly-ip01.mx.aol.com (rly-ip01.mx.aol.com [205.188.156.49]) by hub.freebsd.org (Postfix) with ESMTP id 6977137B503 for ; Mon, 19 Feb 2001 21:31:36 -0800 (PST) Received: from tot-wk.proxy.aol.com (tot-wk.proxy.aol.com [205.188.198.131]) by rly-ip01.mx.aol.com (8.8.8/8.8.8/AOL-5.0.0) with ESMTP id AAA12664 for ; Tue, 20 Feb 2001 00:31:31 -0500 (EST) Received: from lg1 (AC84174B.ipt.aol.com [172.132.23.75]) by tot-wk.proxy.aol.com (8.10.0/8.10.0) with ESMTP id f1K5VUP06946 for ; Tue, 20 Feb 2001 00:31:31 -0500 (EST) Message-ID: <001201c09afd$d3d18160$1601a8c0@lg1> Reply-To: "maintrade" From: "maintrade" To: Subject: freebsd problem Date: Tue, 20 Feb 2001 00:24:33 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000D_01C09AD3.7F80D360" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Apparently-From: Fairwest@aol.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000D_01C09AD3.7F80D360 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Dear Sir: We purchased feebsd version 4.01. We reinstalled freebsd then we have changed the login password = remotely. When trying to connect, we get "login incorrect" message. Why is this happening ? What is the solution ? Thank you, Lee www.maintrade.com ------=_NextPart_000_000D_01C09AD3.7F80D360 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Dear Sir:
 
We purchased feebsd version = 4.01.
We reinstalled freebsd then  we = have changed=20 the login password remotely.
When trying to connect, we get "login incorrect" message.
 
Why is this happening ? What is the = solution=20 ?
 
Thank you,
Lee
 
------=_NextPart_000_000D_01C09AD3.7F80D360-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 22: 3:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from njord.bart.nl (njord.bart.nl [194.158.170.15]) by hub.freebsd.org (Postfix) with ESMTP id 9176537B401; Mon, 19 Feb 2001 22:03:20 -0800 (PST) Received: from daemon.chronias.ninth-circle.org (root@cable.ninth-circle.org [195.38.232.6]) by njord.bart.nl (8.10.1/8.10.1) with ESMTP id f1K63HR35280; Tue, 20 Feb 2001 07:03:18 +0100 (CET) Received: (from asmodai@localhost) by daemon.chronias.ninth-circle.org (8.11.1/8.11.0) id f1K5iVo11778; Tue, 20 Feb 2001 06:44:31 +0100 (CET) (envelope-from asmodai) Date: Tue, 20 Feb 2001 06:44:30 +0100 From: Jeroen Ruigrok/Asmodai To: Nigel Taylor Cc: freebsd-hackers@freebsd.org, questions@freebsd.org Subject: Re: Cvsup and ports Message-ID: <20010220064430.B9031@daemon.ninth-circle.org> Reply-To: questions@freebsd.org References: <001401c09adc$54e5c1c0$4501a8c0@a> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <001401c09adc$54e5c1c0$4501a8c0@a>; from latifa@iinet.net.au on Tue, Feb 20, 2001 at 09:27:46AM +0800 Organisation: Ninth-Circle Enterprises Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20010220 02:30], Nigel Taylor (latifa@iinet.net.au) wrote: >I recently did a CVSUP on my ports because i wanted to install >enlightenment did a make install and recieved the following error. > >Error: your port uses an old layout. Please update it to match this >bsd.port.mk. If you have updated your ports collection via cvsup and >are still getting this error, see Q12 and Q13 in the cvsup FAQ ob >http://www.polstra.com for further information. Please ask questions like this on the freebsd-questions mailinglist. >Now i have done everything it has said, still get the same error You obviously missed to do something. :) Either: 1) make world 2) cd /usr/src/share/mk [after updating it]; make install And that should fix things. -- Jeroen Ruigrok vd Werven/Asmodai asmodai@[wxs.nl|bart.nl|freebsd.org] Documentation nutter/C-rated Coder BSD: Technical excellence at its best D78D D0AD 244D 1D12 C9CA 7152 035C 1138 546A B867 I'm a child of the air, I'm a witch of the wind... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 22:12:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from athena.unlimitedweb.net (22-181.unlimitedweb.net [63.126.245.181]) by hub.freebsd.org (Postfix) with ESMTP id 2415637B401 for ; Mon, 19 Feb 2001 22:12:51 -0800 (PST) Received: from 9000a (bender-rcc.resnet.uni.edu [134.161.64.15]) by athena.unlimitedweb.net (8.11.2/8.9.3) with SMTP id f1K6D3b10322 for ; Tue, 20 Feb 2001 00:13:04 -0600 (CST) (envelope-from bierblb@netins.net) From: "Brent" To: Subject: Port Scanning Date: Tue, 20 Feb 2001 00:12:32 -0600 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.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a couple questions: 1) What does these errors mean? I am getting quite a few. icmp-response bandwidth limit 216/200 pps icmp-response bandwidth limit 231/200 pps 2) What are some good programs to use to watch for ping floods and port scans? I use portsentry currently, but that doesn't do very well in the ping flood area as it does in the port scanning, since it just watches for traffic over certain ports. Thanks in advance for any help!! Brent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 22:27:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dhtrend.discoveryhealth.co.za (gatekeeper.discoveryhealth.co.za [196.34.86.5]) by hub.freebsd.org (Postfix) with SMTP id 062E937B401 for ; Mon, 19 Feb 2001 22:27:36 -0800 (PST) Received: from 196.6.184.23 by dhtrend.discoveryhealth.co.za (InterScan E-Mail VirusWall NT); Tue, 20 Feb 2001 08:24:52 +0200 Received: by c_server.discoveryhealth.co.za with Internet Mail Service (5.5.2653.19) id <10HSM5SZ>; Tue, 20 Feb 2001 08:31:28 +0200 Message-ID: From: Langa Kentane To: "Firewall-1 Mailing List (E-mail)" Cc: "Linux Admin Mailing List (E-mail)" , "'questions@freebsd.org'" Subject: Port numbers Date: Tue, 20 Feb 2001 08:24:53 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Where can I get a comprehensive list of port numbers. Thanks _________________________________________________________ Langa Kentane | Tel: [011] 290 3218 Security Administrator | Cell: 082 606 1515 [CNA MCSE CCSA CCNA] | www.discoveryhealth.co.za _________________________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 22:58:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from deborah.paradise.net.nz (deborah.paradise.net.nz [203.96.152.32]) by hub.freebsd.org (Postfix) with ESMTP id 589FD37B4EC for ; Mon, 19 Feb 2001 22:58:23 -0800 (PST) (envelope-from rshea@thecubagroup.com) Received: from sheasili (203-79-72-40.cable.paradise.net.nz [203.79.72.40]) by deborah.paradise.net.nz (8.10.1/8.10.1) with SMTP id f1K6wIn22406; Tue, 20 Feb 2001 19:58:18 +1300 (NZDT) Message-Id: <200102200658.f1K6wIn22406@deborah.paradise.net.nz> From: "Richard Shea" To: "Linux Admin Mailing List (E-mail)" , "'questions@freebsd.org'" Date: Tue, 20 Feb 2001 20:00:36 +1300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Port numbers Reply-To: rshea@thecubagroup.com In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.01d) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Where can I get a comprehensive list of port numbers. take a look at /etc/services regards richard shea. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ The Cuba Group PO Box 1864 Wellington New Zealand PH +64 4 496 5205 FX +64 4 496 5209 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 23: 0: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from deborah.paradise.net.nz (deborah.paradise.net.nz [203.96.152.32]) by hub.freebsd.org (Postfix) with ESMTP id B7F6437B503 for ; Mon, 19 Feb 2001 22:59:57 -0800 (PST) (envelope-from rshea@opendoor.co.nz) Received: from sheasili (203-79-72-40.cable.paradise.net.nz [203.79.72.40]) by deborah.paradise.net.nz (8.10.1/8.10.1) with SMTP id f1K6xrn21923; Tue, 20 Feb 2001 19:59:53 +1300 (NZDT) Message-Id: <200102200659.f1K6xrn21923@deborah.paradise.net.nz> From: rshea@opendoor.co.nz To: "Linux Admin Mailing List (E-mail)" , "'questions@freebsd.org'" Date: Tue, 20 Feb 2001 20:02:11 +1300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Port numbers In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.01d) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Where can I get a comprehensive list of port numbers. Oh - I've just noticed that you copied your questions to both Linux and FreeBSD groups... My answer referred to FreeBSD - it may or may not be true for Linux. regards richard. ***************************************************** Open Door Ltd PO Box 119-46 Wellington PH 04 384 7639 FX 04 384 7672 ***************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 23: 0:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pioneernet.net (pop3.cornetbayco.com [208.240.196.25]) by hub.freebsd.org (Postfix) with ESMTP id C501637B503 for ; Mon, 19 Feb 2001 23:00:23 -0800 (PST) (envelope-from chip@wiegand.org) Received: from chip.wiegand.org [208.194.173.26] by pioneernet.net (SMTPD32-6.05) id A6EE93A0108; Mon, 19 Feb 2001 23:04:14 -0800 Date: Mon, 19 Feb 2001 23:03:17 -0800 From: Chip Wiegand To: FreeBSD Questions Subject: X-Window quirk? my machine? or the text editors I use? Message-Id: <20010219230317.18b76b22.chip@wiegand.org> X-Mailer: Sylpheed version 0.4.61 (GTK+ 1.2.8; FreeBSD 4.2-RELEASE; i386) Organization: wiegand.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 I have noticed a very bothersome quirk when working with these text editors- gedit, gnotepad+, asWedit, bluefish Most of the time when I want to use copy/paste or cut/paste, it will not work. I highlight the text, either select the menu or right-button click, then move to where I want to paste into, and paste the text. BUT, nothing shows up. The message bar says text pasted, but it's not there. When I close the app it asks if I want to save the changes, This oddity happens in all 4 of the above mentioned apps, and only goes away, temporarily, after restarting X. What causes it in the first place I do not know. Does anyone else? I have upgraded the apps to the latest versions and still the same problem.but I haven't made any visible changes, they don't show up. If I say yes to save, then reopen the document, the changes are not, in fact, there. This oddity happens in all 4 of the above mentioned apps, and only goes away, temporarily, after restarting X. What causes it in the first place I do not know. Does anyone else? I have upgraded the apps to the latest versions and still the same problem. I just tried the same here in sylpheed and it works fine, I even pasted part of this text into gedit, no problem. I then highlighted some text in gedit and tried to paste it into the same doc and it did not show up. The same text from gedit, though, will paste into this email just fine. What do those 4 editors have in common that could be causing this anomaly? - Chip Wiegand Alternative Operating Systems www.wiegand.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 23: 2:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from grif.newmail.ru (grif.newmail.ru [212.48.140.154]) by hub.freebsd.org (Postfix) with SMTP id 7FCD037B503 for ; Mon, 19 Feb 2001 23:02:39 -0800 (PST) (envelope-from salw@newmail.ru) Received: (qmail 12591 invoked by alias); 20 Feb 2001 06:35:56 -0000 Message-ID: <20010220063556.12590.qmail@grif.newmail.ru> From: "óÅÒÇÅÊ" To: freebsd-questions@FreeBSD.ORG Reply-To: Subject: i810 Date: Tue, 20 Feb 2001 09:35:56 +0300 MIME-Version: 1.0 X-UID: 2-14534 X-Originating-IP: [194.135.134.17] Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! I can"t startx X Window. I have Video card - i810e on motherboard.I use XF86_SVGA. details: ##1. ############################# FreeBSD 4.2 -Release ################################## ##2. ############################# /boot/loader.conf --------------------- agp_load="YES" ################################## ##3. ############################# startx ---------------------------------- .... (--)SVGA: PCI: Intel Unknown chipset(0x7125) rev. 3,... (--)SVGA: error doing ioctl(GARTIOCINFO): Invalid argument Fatal server error: ... ######################################################### Xfree IMHO v. 3.3.6 ---------------------- Sergey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 23: 6:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dhtrend.discoveryhealth.co.za (gatekeeper.discoveryhealth.co.za [196.34.86.5]) by hub.freebsd.org (Postfix) with SMTP id 0E97837B4EC for ; Mon, 19 Feb 2001 23:06:41 -0800 (PST) (envelope-from LangaK@discoveryhealth.co.za) Received: from 172.24.233.10 by dhtrend.discoveryhealth.co.za (InterScan E-Mail VirusWall NT); Tue, 20 Feb 2001 08:39:41 +0200 Received: by dhpta.discoveryhealth.co.za with Internet Mail Service (5.5.2653.19) id <19BD8WRW>; Tue, 20 Feb 2001 08:40:21 +0200 Message-ID: From: Langa Kentane To: "Linux Admin Mailing List (E-mail)" Cc: "'questions@freebsd.org'" Subject: Stealth Firewall -- rephrase Date: Tue, 20 Feb 2001 08:39:33 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I came accross a post in the firewall-1 mailing list. Someone wanted to know if you could configure firewall-1 as a stealth firewall. I would like to know if this is possible with the FreeBSD or Linux kernel. The setup is like this, I have a machine with two nic with no IP's, all traffic from the internet goes thru this, but is firewalled transparently. How would I go about doing this, if its possible.... Thanks _________________________________________________________ Langa Kentane | Tel: [011] 290 3218 Security Administrator | Cell: 082 606 1515 [CNA MCSE CCSA CCNA] | www.discoveryhealth.co.za _________________________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 23:25:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from Indian.wheelhouse.com (indian.wheelhouse.com [63.103.45.21]) by hub.freebsd.org (Postfix) with ESMTP id A449137B4EC for ; Mon, 19 Feb 2001 23:25:48 -0800 (PST) (envelope-from chris.arnold@WheelHouse.com) Received: by indian.wheelhouse.com with Internet Mail Service (5.5.2650.21) id <1P77CMND>; Tue, 20 Feb 2001 02:24:10 -0500 Message-ID: From: Chris Arnold To: 'Langa Kentane ' , "'Firewall-1 Mailing List (E-mail) '" Cc: "'Linux Admin Mailing List (E-mail) '" , "''questions@freebsd.org' '" Subject: RE: [FW1] Port numbers Date: Tue, 20 Feb 2001 02:24:09 -0500 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 http://www.isi.edu/in-notes/iana/assignments/port-numbers Chris -----Original Message----- From: Langa Kentane To: Firewall-1 Mailing List (E-mail) Cc: Linux Admin Mailing List (E-mail); 'questions@freebsd.org' Sent: 2/20/01 1:24 AM Subject: [FW1] Port numbers Where can I get a comprehensive list of port numbers. Thanks _________________________________________________________ Langa Kentane | Tel: [011] 290 3218 Security Administrator | Cell: 082 606 1515 [CNA MCSE CCSA CCNA] | www.discoveryhealth.co.za _________________________________________________________ ======================================================================== ======== To unsubscribe from this mailing list, please see the instructions at http://www.checkpoint.com/services/mailing.html ======================================================================== ======== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 23:38:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 98EDA37B491 for ; Mon, 19 Feb 2001 23:38:49 -0800 (PST) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f1K7ce715197; Mon, 19 Feb 2001 23:38:45 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "ian j hart" Cc: Subject: RE: Sendmail and Identd Date: Mon, 19 Feb 2001 23:38:38 -0800 Message-ID: <00b001c09b10$23d1ade0$1401a8c0@tedm.placo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <3A912DCB.6F351A77@freeloader.freeserve.co.uk> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: ianjhart@omega.my.domain [mailto:ianjhart@omega.my.domain]On > Behalf Of ian j hart > Sent: Monday, February 19, 2001 6:30 AM > To: Ted Mittelstaedt > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: Sendmail and Identd > > > Sorry about the length, need the context. > Sorry about the snippage, need the readability. ;-) > Ted Mittelstaedt wrote: > > > > going to work in the time you have allotted. I seriously doubt > > that the staff is going to do nothing and let the problem remain > > unsolved. If they can think of a better solution then they are > > welcome to implement it. > > See my later comments on hierarchy. > OK, I guess you just do what others in this situation do - you try a variety of things, none of which work, and wait for the fun to begin when the kids arrive. Then a month into it when everyone is screaming for something, anything, then that is when they will listen to reason. The folks at my company call that firedrilling. If you want to work that way then I won't stop you. > > But I have an Identd server which runs on the windows clients. Sorry if > I didn't make that clear. I can run this as a service from the system > policy setup. This will not appear in the task list. A clever user might > figure out how to kill it, but I can cope with a low volume of hackers. > (I built a tool to parse the NT login file. I just compare this with the > time stamp and real host name on the mail.) > Ah, yes, it's the old "identd is going to come riding in to the rescue" It's too bad DejaNews is down or you could read the archives of comp.mail.sendmail and see all the discussion of why this approach is rediculous. ident is not a solution for you. If you are convinced it is then I'm not going to get in your way while you try to make it work. It's easier for me to let you fiddle with this approach for 6 months and get nowhere, like the hordes of other people that have already gone down this dead end. > All the software is OEM - no support. But it is cheap(er) and > schools are poor in the uk. > Hmmm... Software that's cheap, and has no support?!?!? Where have I heard that before....Hmmm... Wait a minute!!! I know!!! I heard some manager tell me that when they were arguing against using FreeBSD or Linux!!! Oh, I GET IT!!! I FINALLY GET IT!!! Software that's from _MICROSOFT_ and that has no support is GOOD because it's CHEAP, while software from BSD that is cheap is BAD because it has NO SUPPORT!!! THANK YOU THANK YOU THANK YOU!!! YOU HAVE OPENED MY EYES!!!! I SEE THE LIGHT NOW!!!! > > Maybe I threw you a curve ball here. We do have 1500 users, but we only > have ~150 workstations. That's why we hot seat. Schools are somewhat > underfunded in the uk. > Your installation is no different than the hundreds of schools and libraries in the US that are like this. I don't know of any elementary or secondary public school here that has a computer for every student. By the time the kid is in college they are bringing their own laptop and it's not an issue, there's even fewer school-supplied machines in that environment. > > Hierarchy: They are Gods, I am the office cat. In fact I am THE > technician. I wear all the hats, from network coordinator to bottle > washer. I suspect your experience of schools is vastly different to that > of the uk. > It's a shame that you have such a low opinion of the value that you contribute to your organization. Have you _actually_sat_down_ with the management staff and explained the problem and that you can't fix it by the "normal" means? Or are you just assuming that the administration is going to automatically shoot down this idea because you came up with it? > > Our history of even IntrAnet access is only three months. We are a > decade behind over here. :( I could go into the history, but I don't > want to rant. > Ah - I'm scheduled next week to go hook up a business that we just sold a dedicated link to that has NEVER had Internet access. You have a wrong view of things if you think that your behind the times - you at least have a dedicated connection, there's a lot of businesses here that still don't have this. Frankly, I feel like I'm wasting my time with this. So far you seem to have done nothing but attempt to find reasons why this suggestion will not work that have nothing to do with the suggestion itself; ie: because it will be shot down, because a hack job on the server is going to magically fix everything, because it's too much work, etc. etc. etc. Fine then, don't take the suggestion. If you can fix it with a magical hack on your mailserver then more power to you. But, I'm not going to try to figure out a different solution for you that you think is going to be more politically correct, when I've already told you a perfectly good answer that will fix your problem and prevent baloney like this from happening in the future. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 23:40:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 442D737B401 for ; Mon, 19 Feb 2001 23:40:18 -0800 (PST) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.0/8.11.0) id f1K7e6b26359; Tue, 20 Feb 2001 09:40:06 +0200 (EET) (envelope-from ru) Date: Tue, 20 Feb 2001 09:40:06 +0200 From: Ruslan Ermilov To: Dany Cayouette Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Changing ARP cache timeout Message-ID: <20010220094006.B25414@sunbay.com> Mail-Followup-To: Dany Cayouette , freebsd-questions@FreeBSD.ORG References: <3A91B703.87E015AF@playground.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A91B703.87E015AF@playground.net>; from danyc@playground.net on Mon, Feb 19, 2001 at 07:14:59PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Feb 19, 2001 at 07:14:59PM -0500, Dany Cayouette wrote: > Greetings, > is there an easy way to modify the ARP cache timeout on FreeBSD? The > reason is: I am connected via cable modem (Rogers@home). I have a > static IP address assigned. The cable gateway seems to be aggresive in > the ARP cache timeout. If my system doesn't generate any traffic, the > gateway seems to loose the ARP entry. Since the ARP cache is not timed > out on my system, I still transmit packet but don't receive anything. > As soon as I forced an ARP request, 'arp -ad' command, things work > again... > sysctl -w net.link.ether.inet.max_age= Default value is 20 minutes. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 23:41:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-53.dsl.lsan03.pacbell.net [64.165.226.53]) by hub.freebsd.org (Postfix) with ESMTP id 9375037B4EC; Mon, 19 Feb 2001 23:41:16 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 52C3E66B09; Mon, 19 Feb 2001 23:41:16 -0800 (PST) Date: Mon, 19 Feb 2001 23:41:16 -0800 From: Kris Kennaway To: questions@freebsd.org Cc: Nigel Taylor , freebsd-hackers@freebsd.org Subject: Re: Cvsup and ports Message-ID: <20010219234116.B77228@mollari.cthul.hu> References: <001401c09adc$54e5c1c0$4501a8c0@a> <20010220064430.B9031@daemon.ninth-circle.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="H1spWtNR+x+ondvy" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010220064430.B9031@daemon.ninth-circle.org>; from asmodai@wxs.nl on Tue, Feb 20, 2001 at 06:44:30AM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --H1spWtNR+x+ondvy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 20, 2001 at 06:44:30AM +0100, Jeroen Ruigrok/Asmodai wrote: > -On [20010220 02:30], Nigel Taylor (latifa@iinet.net.au) wrote: > >I recently did a CVSUP on my ports because i wanted to install > >enlightenment did a make install and recieved the following error. > > > >Error: your port uses an old layout. Please update it to match this > >bsd.port.mk. If you have updated your ports collection via cvsup and > >are still getting this error, see Q12 and Q13 in the cvsup FAQ ob > >http://www.polstra.com for further information. >=20 > Please ask questions like this on the freebsd-questions mailinglist. >=20 > >Now i have done everything it has said, still get the same error >=20 > You obviously missed to do something. :) >=20 > Either: >=20 > 1) make world >=20 > 2) cd /usr/src/share/mk [after updating it]; make install >=20 > And that should fix things. Bad advice - the ports mk files aren't even in that location any more. The submitter needs to follow the directions in the error message and learn why his cvsup didn't delete some files, and how to fix it. Kris --H1spWtNR+x+ondvy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6kh+cWry0BWjoQKURAvpuAJsGdnn5+U0HVBWR5MMZPRSJRhq1bACghwiT /Xt18r4Q+he0JGFxbIeecLc= =LZ9J -----END PGP SIGNATURE----- --H1spWtNR+x+ondvy-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 23:43: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-53.dsl.lsan03.pacbell.net [64.165.226.53]) by hub.freebsd.org (Postfix) with ESMTP id 7EFFD37B503 for ; Mon, 19 Feb 2001 23:42:59 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 5AD0766B09; Mon, 19 Feb 2001 23:42:59 -0800 (PST) Date: Mon, 19 Feb 2001 23:42:59 -0800 From: Kris Kennaway To: Brent Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Port Scanning Message-ID: <20010219234259.C77228@mollari.cthul.hu> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="/Uq4LBwYP4y1W6pO" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from bierblb@netins.net on Tue, Feb 20, 2001 at 12:12:32AM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --/Uq4LBwYP4y1W6pO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 20, 2001 at 12:12:32AM -0600, Brent wrote: > I have a couple questions: >=20 > 1) What does these errors mean? I am getting quite a few. >=20 > icmp-response bandwidth limit 216/200 pps > icmp-response bandwidth limit 231/200 pps Search the mailing list archives for a description of what's going on. > 2) What are some good programs to use to watch for ping floods and port > scans? I use portsentry currently, but that doesn't do very well in the > ping flood area as it does in the port scanning, since it just watches for > traffic over certain ports. You can't go past snort, IMO. Use the vision.conf file downloaded from www.whitehats.com/ids Kris --/Uq4LBwYP4y1W6pO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6kiADWry0BWjoQKURAmobAKDa49KcBVi57ou6vd8VbB/iebd/jQCgrHOT ToU4nuvn/yf6THYzlW8UACE= =Z4BM -----END PGP SIGNATURE----- --/Uq4LBwYP4y1W6pO-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 23:43:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id D95E637B401 for ; Mon, 19 Feb 2001 23:43:51 -0800 (PST) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.0/8.11.0) id f1K7hcA26623; Tue, 20 Feb 2001 09:43:38 +0200 (EET) (envelope-from ru) Date: Tue, 20 Feb 2001 09:43:38 +0200 From: Ruslan Ermilov To: =?koi8-r?B?88XSx8XK?= Cc: freebsd-questions@FreeBSD.ORG Subject: Re: i810 Message-ID: <20010220094338.C25414@sunbay.com> Mail-Followup-To: =?koi8-r?B?88XSx8XK?= , freebsd-questions@FreeBSD.ORG References: <20010220063556.12590.qmail@grif.newmail.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <20010220063556.12590.qmail@grif.newmail.ru>; from salw@newmail.ru on Tue, Feb 20, 2001 at 09:35:56AM +0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Feb 20, 2001 at 09:35:56AM +0300, óÅÒÇÅÊ wrote: > Hello! > I can"t startx X Window. I have Video card - i810e on > motherboard.I use XF86_SVGA. > > details: > ##1. ############################# > FreeBSD 4.2 -Release > ################################## > > ##2. ############################# > /boot/loader.conf > --------------------- > agp_load="YES" > ################################## > > ##3. ############################# > startx > ---------------------------------- > .... > (--)SVGA: PCI: Intel Unknown chipset(0x7125) rev. 3,... > (--)SVGA: error doing ioctl(GARTIOCINFO): Invalid argument > > Fatal server error: > ... > ######################################################### > > Xfree IMHO v. 3.3.6 > You will need XFree86 4.0.1 or later built from the ports collection to make things work right. Please also see XFree86 i810(4) manpage on how to declare your video card in XF86Config(5). Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 23:44: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 84BFE37B65D for ; Mon, 19 Feb 2001 23:43:59 -0800 (PST) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f1K7hf715253; Mon, 19 Feb 2001 23:43:42 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Langa Kentane" , "Linux Admin Mailing List (E-mail)" Cc: "'questions@freebsd.org'" Subject: RE: Stealth Firewall -- rephrase Date: Mon, 19 Feb 2001 23:43:40 -0800 Message-ID: <00b101c09b10$d7d95360$1401a8c0@tedm.placo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Langa Kentane > Sent: Monday, February 19, 2001 10:40 PM > To: Linux Admin Mailing List (E-mail) > Cc: 'questions@freebsd.org' > Subject: Stealth Firewall -- rephrase > > > I came accross a post in the firewall-1 mailing list. Someone wanted to > know if you could configure firewall-1 as a stealth firewall. > > I would like to know if this is possible with the FreeBSD or Linux kernel. yes > The setup is like this, I have a machine with two nic with no IP's, all > traffic from the internet goes thru this, but is firewalled transparently. > > How would I go about doing this, if its possible.... > read instructions on how to recompile kernel. Read instructions in LINT labeled "IPSTEALTH" Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 19 23:55:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from redsheriff.com (eagle.imrworldwide.com [203.89.243.235]) by hub.freebsd.org (Postfix) with ESMTP id CC0C837B401 for ; Mon, 19 Feb 2001 23:55:28 -0800 (PST) (envelope-from johannes.effendi@redsheriff.com) Received: from redsheriff.com (devfw.imrworldwide.com [203.89.243.232]) by redsheriff.com (8.9.3/8.9.3) with ESMTP id SAA37324 for ; Tue, 20 Feb 2001 18:55:26 +1100 (EST) (envelope-from johannes.effendi@redsheriff.com) Message-ID: <3A9222ED.99CC7F73@redsheriff.com> Date: Tue, 20 Feb 2001 18:55:25 +1100 From: Johannes Effendi Organization: Red Sheriff X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 3.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: "unable to set fixed blcoksize to 1024" error message X-Priority: 2 (High) Content-Type: multipart/mixed; boundary="------------491D45B9B5CAF9E6885C5646" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------491D45B9B5CAF9E6885C5646 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Dear all, Could you please give me advice on how to fix the problem I have: I installed on a new computer having: * Intel Pentium III 800 Mhz, dual cpu, and * 4 IDE Seagate HHD @ 30 Gb. * Adaptec SCSI card 29160 ultra 160 scsi controller * an Internal Sony DDS-4 tape drive (SDT-10000) * Terminated with Ultra 160M scsi terminator LVD/Se Act Neg + HVD ISO. How ever, when I run the "tar tv" command or "mt status", I got the error message "(sa0:ahc0:0:12:0): unable to set fixed blocksize to 1024". Is this a problem with the device driver? I attach all of my system configuration infos afor your investigation. Please help me as I have tried with Jumper setting, etc. but no success. and I can't find any helpful info in the Internet regarding this issues either. Thank you for your advice in advance. regards, Johannes Effendi johannes.effendi@redsheriff.com --------------491D45B9B5CAF9E6885C5646 Content-Type: text/plain; charset=iso-8859-15; name="cook1-rg.ask" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="cook1-rg.ask" uname -a: FreeBSD cook1-rg.vic.imrworldwide.com 4.2-RELEASE FreeBSD 4.2-RELEASE #6: Tue Feb 20 17:09:39 EST 2001 root@cook1-rg.vic.imrworldwide.com:/usr/src/sys/compile/COOK_42 i386 cat /var/run/dmesg.boot Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.2-RELEASE #6: Tue Feb 20 17:09:39 EST 2001 root@cook1-rg.vic.imrworldwide.com:/usr/src/sys/compile/COOK_42 Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (800.03-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x686 Stepping = 6 Features=0x383fbff real memory = 536805376 (524224K bytes) config> di lnc0 config> di ie0 config> di fe0 config> di ed0 config> di cs0 config> q avail memory = 518017024 (505876K bytes) Programming 24 pins in IOAPIC #0 IOAPIC #0 intpin 2 -> irq 0 FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 0, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 1, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 2, version: 0x00170011, at 0xfec00000 Preloaded elf kernel "kernel" at 0xc0434000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc043409c. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xd400-0xd41f irq 19 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered chip1: at device 7.4 on pci0 fxp0: port 0xd800-0xd83f mem 0xdfe00000-0xdfefffff,0xdfffe000-0xdfffefff irq 18 at device 10.0 on pci0 fxp0: Ethernet address 00:02:b3:0b:48:3e ahc0: port 0xdc00-0xdcff mem 0xdffff000-0xdfffffff irq 16 at device 12.0 on pci0 aic7892: Wide Channel A, SCSI Id=0, 32/255 SCBs 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 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 APIC_IO: Testing 8254 interrupt delivery APIC_IO: routing 8254 via IOAPIC #0 intpin 2 SMP: AP CPU #1 Launched! ata0-master: DMA limited to UDMA33, non-ATA66 compliant cable ad0: 29188MB [59303/16/63] at ata0-master UDMA33 ata0-slave: DMA limited to UDMA33, non-ATA66 compliant cable ad1: 29188MB [59303/16/63] at ata0-slave UDMA33 ad2: 29188MB [59303/16/63] at ata1-master UDMA66 ad3: 29188MB [59303/16/63] at ata1-slave UDMA66 Waiting 15 seconds for SCSI devices to settle sa0 at ahc0 bus 0 target 12 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit) config file used (COOK_42): Mounting root from ufs:/dev/ad0s1a # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.11 2000/09/22 10:01:48 nyan Exp $ machine i386 cpu I386_CPU cpu I486_CPU cpu I586_CPU cpu I686_CPU ident COOK_42 #maxusers 32 maxusers 256 options CAMDEBUG #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options MATH_EMULATE #Support for x87 emulation options MAXSSIZ="(256*1024*1024)" options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, NFS required options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O # Optionally these may need tweaked, (defaults shown): #options NCPU=2 # number of CPUs #options NBUS=4 # number of busses #options NAPIC=1 # number of IO APICs #options NINTR=24 # number of INTs device isa device eisa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device fd1 at fdc0 drive 1 # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices # SCSI Controllers device ahb # EISA AHA1742 family device ahc # AHA2940 and onboard AIC7xxx devices device amd # AMD 53C974 (Teckram DC-390(T)) device isp # Qlogic family device ncr # NCR/Symbios Logic device sym # NCR/Symbios Logic (newer chipsets) options SYM_SETUP_LP_PROBE_MAP=0x40 # Allow ncr to attach legacy NCR devices when # both sym and ncr are configured device adv0 at isa? device adw device bt0 at isa? device aha0 at isa? device aic0 at isa? # SCSI peripherals device scbus # SCSI bus (required) device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) # RAID controllers interfaced to the SCSI subsystem device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID device dpt # DPT Smartcache - See LINT for options! # RAID controllers device ida # Compaq Smart RAID device amr # AMI MegaRAID device mlx # Mylex DAC960 family #device twe # 3ware Escalade # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) device apm0 at nexus? disable flags 0x20 # Advanced Power Management # PCCARD (PCMCIA) support device card device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd0000 device pcic1 at isa? irq 11 port 0x3e2 iomem 0xd4000 disable # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device sio2 at isa? disable port IO_COM3 irq 5 device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # PCI Ethernet NICs. device de # DEC/Intel DC21x4x (``Tulip'') device fxp # Intel EtherExpress PRO/100B (82557, 82558) device tx # SMC 9432TX (83c170 ``EPIC'') device vx # 3Com 3c590, 3c595 (``Vortex'') device wx # Intel Gigabit Ethernet Card (``Wiseman'') # PCI Ethernet NICs that use the common MII bus controller code. device miibus # MII bus support device dc # DEC/Intel 21143 and various workalikes device rl # RealTek 8129/8139 device sf # Adaptec AIC-6915 (``Starfire'') device sis # Silicon Integrated Systems SiS 900/SiS 7016 device ste # Sundance ST201 (D-Link DFE-550TX) device tl # Texas Instruments ThunderLAN device vr # VIA Rhine, Rhine II device wb # Winbond W89C840F device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 device ex device ep device fe0 at isa? port 0x300 # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attatement needed # and resources will always be dynamically assigned by the pccard code. device wi # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP # mode (the factory default). If you set the switches on your ISA # card for a manually chosen I/O address and IRQ, you must specify # those paremeters here. device an # Xircom Ethernet device xe # The probe order of these is presently determined by i386/isa/isa_compat.c. device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 device le0 at isa? port 0x300 irq 5 iomem 0xd0000 device lnc0 at isa? port 0x280 irq 10 drq 0 device cs0 at isa? port 0x300 device sn0 at isa? port 0x300 irq 10 # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device sl 1 # Kernel SLIP pseudo-device ppp 1 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device gif 4 # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse # USB Ethernet, requires mii device aue # ADMtek USB ethernet device cue # CATC USB ethernet device kue # Kawasaki LSI USB ethernet options SMP options APIC_IO dmesg | more Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.2-RELEASE #6: Tue Feb 20 17:09:39 EST 2001 root@cook1-rg.vic.imrworldwide.com:/usr/src/sys/compile/COOK_42 Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (800.03-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x686 Stepping = 6 Features=0x383fbff real memory = 536805376 (524224K bytes) config> di lnc0 config> di ie0 config> di fe0 config> di ed0 config> di cs0 config> q avail memory = 518017024 (505876K bytes) Programming 24 pins in IOAPIC #0 IOAPIC #0 intpin 2 -> irq 0 FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 0, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 1, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 2, version: 0x00170011, at 0xfec00000 Preloaded elf kernel "kernel" at 0xc0434000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc043409c. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xd400-0xd41f irq 19 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered chip1: at device 7.4 on pci0 fxp0: port 0xd800-0xd83f mem 0xdfe00000-0xdfefffff,0xdfffe000-0xdfffefff irq 18 at device 10.0 on pci0 fxp0: Ethernet address 00:02:b3:0b:48:3e ahc0: port 0xdc00-0xdcff mem 0xdffff000-0xdfffffff irq 16 at device 12.0 on pci0 aic7892: Wide Channel A, SCSI Id=0, 32/255 SCBs 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 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 APIC_IO: Testing 8254 interrupt delivery APIC_IO: routing 8254 via IOAPIC #0 intpin 2 SMP: AP CPU #1 Launched! ata0-master: DMA limited to UDMA33, non-ATA66 compliant cable ad0: 29188MB [59303/16/63] at ata0-master UDMA33 ata0-slave: DMA limited to UDMA33, non-ATA66 compliant cable ad1: 29188MB [59303/16/63] at ata0-slave UDMA33 ad2: 29188MB [59303/16/63] at ata1-master UDMA66 ad3: 29188MB [59303/16/63] at ata1-slave UDMA66 Waiting 15 seconds for SCSI devices to settle sa0 at ahc0 bus 0 target 12 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit) Mounting root from ufs:/dev/ad0s1a tar tv tar: can't open /dev/nsa0 : Invalid argument (sa0:ahc0:0:12:0): unable to set fixed blocksize to 1024 mt -f /dev/rsa0.ctl status Mode Density Blocksize bpi Compression Current: 0x26:DDS-4 1024 bytes 97000 disabled ---------available modes--------- 0: 0x26:DDS-4 1024 bytes 97000 0x100030 1: 0x26:DDS-4 1024 bytes 97000 0x100030 2: 0x26:DDS-4 1024 bytes 97000 0x100030 3: 0x26:DDS-4 1024 bytes 97000 0x100030 --------------------------------- Current Driver State: at rest. --------------491D45B9B5CAF9E6885C5646 Content-Type: text/x-vcard; charset=iso-8859-15; name="johannes.effendi.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Johannes Effendi Content-Disposition: attachment; filename="johannes.effendi.vcf" begin:vcard n:Effendi;Johannes tel;fax:+61 3 9864 0778 tel;work:+61 3 9864 0777 x-mozilla-html:FALSE url:www.redsheriff.com org:Red Sheriff Ltd.;RedGauge IT Development version:2.1 email;internet:johannes.effendi@redsheriff.com title:Systems & Product Manager adr;quoted-printable:;;Level 7, 10 Queens Road=0D=0A;Melbourne;VIC;3000;Australia note;quoted-printable:=0D=0A =0D=0A This message and any files transmitted with it are confidential and intended solely for=0D=0A the use of the individual or entity to whom they are addressed. If you are not the=0D=0A intended recipient, you are hereby notified that any use or dissemination of this=0D=0A communication is strictly prohibited.=0D=0A If you have received this message in error please=0D=0A notify us immediately by return email or telephone +61 3 9864 0777, then delete this=0D=0A message. Any views expressed in this message are those of the individual sender and may=0D=0A not necessarily reflect the views of Red Sheriff.=0D=0A x-mozilla-cpt:www.redsheriff.com;-8416 fn:Johannes Effendi end:vcard --------------491D45B9B5CAF9E6885C5646-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 0: 3:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from prime.gushi.org (prime.gushi.org [208.23.118.172]) by hub.freebsd.org (Postfix) with ESMTP id BF07A37B401 for ; Tue, 20 Feb 2001 00:03:44 -0800 (PST) (envelope-from danm@prime.gushi.org) Received: from localhost (danm@localhost) by prime.gushi.org (8.9.3/8.9.3) with ESMTP id CAA05747 for ; Tue, 20 Feb 2001 02:59:56 -0500 (EST) (envelope-from danm@prime.gushi.org) Date: Tue, 20 Feb 2001 02:59:56 -0500 (EST) From: "Dan Mahoney, System Admin" To: questions@freebsd.org Subject: Things linux has (suggestion/question). Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I was working with a linux system the other day and I noticed a couple things that I was looking to see if it was possible to port to freeBSD. 1. Linux has a locate utility called slocate, which (A) rebuilds its database MUCH faster and (B) allows you to search with your privileges (for example, if you type locate as root, you can search the whole drive, whereas another user would not be able to see in things like user homedirs, etc). 2. I was on a cobalt (I know, shoot me later, this is a good idea), and I noticed that the passwd utility did many more checks (did a dictionary check, checked for not enough different characters, etc) than the BSD one does. Is there any way to add this type of functionality? -Dan -- "A single death is a tragedy. A million deaths is a statistic." -Josef Stalin, As quoted on the cover to Savatage's "Dead Winter Dead" --------Dan Mahoney-------- Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC ICQ: 13735144 AIM: LarpGM Web: http://prime.gushi.org finger danm@prime.gushi.org for pgp public key and tel# --------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 0: 4: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id D056837B401 for ; Tue, 20 Feb 2001 00:04:05 -0800 (PST) (envelope-from dima@unixfreak.org) Received: from hornet.unixfreak.org (hornet [63.198.170.140]) by bazooka.unixfreak.org (Postfix) with ESMTP id 7742F3E0C; Tue, 20 Feb 2001 00:04:05 -0800 (PST) To: Kris Kennaway Cc: Brent , freebsd-questions@FreeBSD.ORG Subject: Re: Port Scanning In-Reply-To: Message from Kris Kennaway of "Mon, 19 Feb 2001 23:42:59 PST." <20010219234259.C77228@mollari.cthul.hu> Date: Tue, 20 Feb 2001 00:04:05 -0800 From: Dima Dorfman Message-Id: <20010220080405.7742F3E0C@bazooka.unixfreak.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Tue, Feb 20, 2001 at 12:12:32AM -0600, Brent wrote: > > I have a couple questions: > > > > 1) What does these errors mean? I am getting quite a few. > > > > icmp-response bandwidth limit 216/200 pps > > icmp-response bandwidth limit 231/200 pps > > Search the mailing list archives for a description of what's going on. Or read the FAQ: http://www.freebsd.org/FAQ/networking.html#ICMP-RESPONSE-BW-LIMIT Dima Dorfman dima@unixfreak.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 0:25:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from albatross-ext.wise.edt.ericsson.se (albatross-ext.wise.edt.ericsson.se [194.237.142.116]) by hub.freebsd.org (Postfix) with ESMTP id 2FDA037B4EC for ; Tue, 20 Feb 2001 00:25:30 -0800 (PST) (envelope-from Michael.Salmon@uab.ericsson.se) Received: from ms.uab.ericsson.se. (ms.uab.ericsson.se [134.138.201.16]) by albatross.wise.edt.ericsson.se (8.11.0/8.11.0/WIREfire-1.3) with ESMTP id f1K8PDC22222; Tue, 20 Feb 2001 09:25:13 +0100 (MET) Received: from uabs78c65 (uabs78c65 [134.138.201.115]) by ms.uab.ericsson.se. (8.11.1/8.11.1/uab-3.4) with ESMTP id f1K8PC906869; Tue, 20 Feb 2001 09:25:13 +0100 (MET) Received: from uabs78c65 by uabs78c65 (8.9.3+Sun/client-1.3uab2) id JAA14051; Tue, 20 Feb 2001 09:25:12 +0100 (MET) Date: Tue, 20 Feb 2001 09:25:11 +0100 From: Michael Salmon To: Langa Kentane , "Firewall-1 Mailing List (E-mail)" Cc: "Linux Admin Mailing List (E-mail)" , "'questions@freebsd.org'" Subject: Re: Port numbers Message-ID: <35940000.982657511@uabs78c65> In-Reply-To: X-Mailer: Mulberry/2.0.6 (SunOS/SPARC) X-uri: http://www.elfi.org/~mesa X-pgp-fingerprint: DD 6A DD AE 7D 37 C2 92 9D 2A 1D 26 0E 7D 25 86 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tuesday, February 20, 2001 08:24:53 AM +0200 Langa Kentane wrote: +------ | Where can I get a comprehensive list of port numbers. +-----X8 You could try ICANN . /Michael -- This space intentionally left non-blank. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 0:33:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 459E137B4EC; Tue, 20 Feb 2001 00:33:09 -0800 (PST) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f1K8Wr715354; Tue, 20 Feb 2001 00:32:54 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Nathan Vidican" , , Subject: RE: Sendmail gone crazy, proliferating emails Date: Tue, 20 Feb 2001 00:32:53 -0800 Message-ID: <00f501c09b17$b7b7c100$1401a8c0@tedm.placo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <3A9137F0.C177D65F@wmptl.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Nathan, I can't tell you WHY it happened, but I CAN tell you WHAT happened. First of all, it wasn't Sendmail that duplicated the mail, it was cucipop. I'll illustrate this step by step 1) message recieved by sendmail, written to user mailbox. 2) cucipop gets a "check mail" request from a pop client 3) cucipop moves the user mailbox file to a temp file to work on 4) cucipop transmits the message to the pop client 5) client successfully recieves the pop message and sends a delete command back to cucipop 6) cucipop attempts to delete the message, is unable to do so, spits out an error message 7) cucipop moves the temp file which still contains the message that was supposed to be deleted, back to the user mailbox, then exits. 8) User mailbox is now in exactly the same state as it was in before step #2 and after step #1 9) step #2 is repeated 10) step #3 is repeated 11) step #4 is repeated - now a second copy of the message has been transmitted to the client 12) step #5 is repeated 13) step#6 is repeated. and so on and so on, for ever and ever, each time the mail client gets another duplicate of the mail message. I could speculate that the mailserver ran out of lock resources for some reason, perhaps recompiling with MAXUSERS set higher would help. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Nathan Vidican > Sent: Monday, February 19, 2001 7:13 AM > To: questions@FreeBSD.ORG; isp@FreeBSD.ORG > Subject: Sendmail gone crazy, proliferating emails > > > Here's something interesting for you... > > I Came into the office this morning, and found that sendmail had been > duplicating incoming messages all night. I myself only found a few > emails which had duplicate receivals, eg two messages same time, same > sender, same content, same headers. I didn't think it was that big of a > deal, until my boss calls to say some other people within the office are > getting 100-200 copies of an email message. > First thing I did was turn of sendmail, and cucipop. Then I skimmed > the maillog, messages, and apache access logs (we're running a hacked-up > version of Neomail for a web-based client; seldom-used). I didn't find > anything out of the ordinary, no duplicate messages or anything. I did > note the receive log in maillog had a singular log for some of the > messages I was receiving several copies of. > The only error message, (logged both to the screen, and to > /etc/messages), was (several times for every user that had left outlook > running over the weekend checking their email): > > Feb 19 09:04:25 home cucipop[43229]: Error locking userX's mailbox > Feb 19 09:05:08 home cucipop[43236]: Error locking userY's mailbox > Feb 19 09:06:26 home cucipop[43244]: Error locking userZ's mailbox > > The machine had been running now for 70days since the last reboot, > (which was due to a power-failure, at which time the machine had been up > for a similar amount of time before with no real problems). So I don't > think it's a configuration problem, or else it probably would have been > note before now. Also, nothing was changed on the machine for some time > now; only two people have telnet/ssh access to the machine, and my boss > sure as heck didn't do it, on purpose or otherwise. > I then started to throw blame at MS Outlook, (using Outlook 2000 as > the client software on our LAN). I figured maybe someone got a stupid > little VB script which was pulling the addressbook from every internal > machine and bouncing around a few hundred emails all of\ver the place or > something. This wouldn't be so though, because a-sendmail would therefor > have a log of each individual message being sent from outlook to > wherever, and b-there were messages sent from the mail-server itself, > (eg periodic daily runs via cron), which I received three or four copies > of each, and I use netscape not Outlook for email personally. > Seeing nothing else unusual, and having no clue what if anything was > actually wrong, I started sendmail and cucipop back up. It has, (knock > on wood), not had any such problems since. I still need an explanation > of some sort though? What exactly happened and why? Has anyone else > every seen something like this before? What caused it? Could it just be > some sort of crazy fluke? > Desperatly trying to make some sense of this here... if anyone out > there has any ieas, questions, comments, concerns, or otherwise PLEASE > feel free to contact me. I would like to get this resolved, or at least > build an understanding as to why or how this happened in the firstplace. > > Nathan Vidican > webmaster@wmptl.com > Windsor Match Plate & Tool Ltd. > http://home.wmptl.com/ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 0:35:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id F172937B491 for ; Tue, 20 Feb 2001 00:35:38 -0800 (PST) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f1K8Za715372; Tue, 20 Feb 2001 00:35:37 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Jon Nathan" , Subject: RE: Solved - FWD: panic installing on dell poweredge 6450, 4cpu, 4gb Date: Tue, 20 Feb 2001 00:35:36 -0800 Message-ID: <00f601c09b18$19043380$1401a8c0@tedm.placo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Maybe the floppy controller can't dma to that high amount of ram. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Jon Nathan > Sent: Monday, February 19, 2001 7:07 AM > To: freebsd-questions@FreeBSD.ORG > Subject: Solved - FWD: panic installing on dell poweredge 6450, 4cpu, > 4gb > > > hi, > > i hate to follow up my own posts, but i solved my problem and thought > i'd share with the list. i only got one response, but someone might > find it useful at some point. > > the problem was that the installer kernel didn't like seeing 4gb of > memory. in the bios for the 6450 is a setting: "OS Install Mode". it > says that some os' have a tough time installing with > x mb of memory. > it limits the available memory to 256mb. as this was the symptom i > had, i enabled this bios setting and it installed cleanly. > > once the system was up, i cvsup'd and rebuilt and installed the world > and the kernel. after a few reboots, i disabled the "OS Install > Mode" and reenabled all 4gb of memory. the new kernel saw all 4gb of > memory with no problems. the machine has been up now for a full day > with no signs of crashing. > > so, my question - why does the install kernel panic? > > -jon > > -- > Jon Nathan > jon@rupture.net > http://www.rupture.net/~jon/ > > > ---------- Forwarded message ---------- > Date: Tue, 13 Feb 2001 20:07:01 -0500 (EST) > From: Jon Nathan > To: freebsd-questions@freebsd.org > Subject: panic installing on dell poweredge 6450, 4cpu, 4gb > > hi, > > i'm trying to install freebsd 4.2-release on a dell poweredge 6450. > it has 4 xeon cpus at 700mhz and 4gb of memory. my process is: > > boot off kern.flp > insert mfsroot.flp > wait 10 seconds > and i get: > > Fatal trap 12: pagefault in kernel mode > fault virtual address = 0xbff11000 > fault code = supervisor write, page not present > instruction pointer = 0x8:0xc02d3798 > stack pointer = 0x10:0xc0671f34 > frame pointer = 0x10:0xc0671f3c > code segment = base 0x0, limit 0xfffff,type 0x1b > = DPL 0, pres 1, def32 1, gran 1 > processor eflags = interrupt enabled, resume, IOPL=0 > current process = Idle > interrupt mask = net tty bio cam > trap number = 12 > panic: page fault > Uptime: 0s > > if i stop the autoboot of the kernel and do boot -v i get the same > fault. prior to that, i get: > > SMAP type=01 base=00000000 00000220 len = 00000000 00330000 > SMAP type=01 base=00000000 00000220 len = 00000000 00330000 > SMAP type=01 base=00000000 00000220 len = 00000000 00330000 > SMAP type=01 base=00000000 00000220 len = 00000000 00330000 > SMAP type=02 base=00000000 00000220 len = 00000000 00330000 > SMAP type=02 base=00000000 00000220 len = 00000000 00330000 > SMAP type=02 base=00000000 00000220 len = 00000000 00330000 > SMAP type=02 base=00000000 00000220 len = 00000000 00330000 > > i didn't copy all the actual addresses - too tedious. i'm also > assuming that there were 4 of the SMAP type=01 because they scrolled > off the screen and i couldn't retreive them. > > i know that 4.2 will run on a 6450 - i have it running on another one. > the other one though only has 2 x 550mhz xeons and 1gb of memory. > > they both have ami megaraid 1600 (dell calls them PERC/2 or soemthing) > cards with some disks off them. > > is it the fact that there are 4 cpus or 4gb of memory? i thought fbsd > could handle that. > > i also made brand new floppies - same result. > > any ideas? i don't want to have to run linux on this puppy 8-( > > thanks, > > -jon > > -- > Jon Nathan > jon@rupture.net > http://www.rupture.net/~jon/ > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 0:35:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from redsheriff.com (eagle.imrworldwide.com [203.89.243.235]) by hub.freebsd.org (Postfix) with ESMTP id 0BD6937B401 for ; Tue, 20 Feb 2001 00:35:28 -0800 (PST) (envelope-from johannes.effendi@redsheriff.com) Received: from redsheriff.com (devfw.imrworldwide.com [203.89.243.232]) by redsheriff.com (8.9.3/8.9.3) with ESMTP id TAA38183 for ; Tue, 20 Feb 2001 19:35:26 +1100 (EST) (envelope-from johannes.effendi@redsheriff.com) Message-ID: <3A922C4D.6A0B74F6@redsheriff.com> Date: Tue, 20 Feb 2001 19:35:26 +1100 From: Johannes Effendi Organization: Red Sheriff X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 3.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Subject: tar problem with DDS-4 Tape drive Content-Type: multipart/mixed; boundary="------------0E38B8FB120A48D562E2EEA5" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------0E38B8FB120A48D562E2EEA5 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I installed on a new computer having: * Intel Pentium III 800 Mhz, dual cpu, and * 4 IDE Seagate HHD @ 30 Gb. * Adaptec SCSI card 29160 ultra 160 scsi controller * an Internal Sony DDS-4 tape drive (SDT-10000) * Terminated with Ultra 160M scsi terminator LVD/Se Act Neg + HVD ISO. How ever, when I run the "tar tv" command or "mt status", I got the error message saying "(sa0:ahc0:0:12:0): unable to set fixed blocksize to 1024". Please see all of my system configuration infos afor your investigation. Please help me as I have tried with Jumper setting, etc. but no success. and I can't find any helpful info in the Internet regarding this issues either. Thank you for your advice in advance. regards, Johannes Effendi johannes.effendi@redsheriff.com --------- uname -a: FreeBSD cook1-rg.vic.imrworldwide.com 4.2-RELEASE FreeBSD 4.2-RELEASE #6: Tue Feb 20 17:09:39 EST 2001 root@cook1-rg.vic.imrworldwide.com:/usr/src/sys/compile/COOK_42 i386 cat /var/run/dmesg.boot Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.2-RELEASE #6: Tue Feb 20 17:09:39 EST 2001 root@cook1-rg.vic.imrworldwide.com:/usr/src/sys/compile/COOK_42 Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (800.03-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x686 Stepping = 6 Features=0x383fbff real memory = 536805376 (524224K bytes) config> di lnc0 config> di ie0 config> di fe0 config> di ed0 config> di cs0 config> q avail memory = 518017024 (505876K bytes) Programming 24 pins in IOAPIC #0 IOAPIC #0 intpin 2 -> irq 0 FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 0, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 1, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 2, version: 0x00170011, at 0xfec00000 Preloaded elf kernel "kernel" at 0xc0434000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc043409c. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xd400-0xd41f irq 19 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered chip1: at device 7.4 on pci0 fxp0: port 0xd800-0xd83f mem 0xdfe00000-0xdfefffff,0xdfffe000-0xdfffefff irq 18 at device 10.0 on pci0 fxp0: Ethernet address 00:02:b3:0b:48:3e ahc0: port 0xdc00-0xdcff mem 0xdffff000-0xdfffffff irq 16 at device 12.0 on pci0 aic7892: Wide Channel A, SCSI Id=0, 32/255 SCBs 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 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 APIC_IO: Testing 8254 interrupt delivery APIC_IO: routing 8254 via IOAPIC #0 intpin 2 SMP: AP CPU #1 Launched! ata0-master: DMA limited to UDMA33, non-ATA66 compliant cable ad0: 29188MB [59303/16/63] at ata0-master UDMA33 ata0-slave: DMA limited to UDMA33, non-ATA66 compliant cable ad1: 29188MB [59303/16/63] at ata0-slave UDMA33 ad2: 29188MB [59303/16/63] at ata1-master UDMA66 ad3: 29188MB [59303/16/63] at ata1-slave UDMA66 Waiting 15 seconds for SCSI devices to settle sa0 at ahc0 bus 0 target 12 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit) config file used (COOK_42): Mounting root from ufs:/dev/ad0s1a # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.11 2000/09/22 10:01:48 nyan Exp $ machine i386 cpu I386_CPU cpu I486_CPU cpu I586_CPU cpu I686_CPU ident COOK_42 #maxusers 32 maxusers 256 options CAMDEBUG #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options MATH_EMULATE #Support for x87 emulation options MAXSSIZ="(256*1024*1024)" options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, NFS required options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O # Optionally these may need tweaked, (defaults shown): #options NCPU=2 # number of CPUs #options NBUS=4 # number of busses #options NAPIC=1 # number of IO APICs #options NINTR=24 # number of INTs device isa device eisa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device fd1 at fdc0 drive 1 # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices # SCSI Controllers device ahb # EISA AHA1742 family device ahc # AHA2940 and onboard AIC7xxx devices device amd # AMD 53C974 (Teckram DC-390(T)) device isp # Qlogic family device ncr # NCR/Symbios Logic device sym # NCR/Symbios Logic (newer chipsets) options SYM_SETUP_LP_PROBE_MAP=0x40 # Allow ncr to attach legacy NCR devices when # both sym and ncr are configured device adv0 at isa? device adw device bt0 at isa? device aha0 at isa? device aic0 at isa? # SCSI peripherals device scbus # SCSI bus (required) device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) # RAID controllers interfaced to the SCSI subsystem device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID device dpt # DPT Smartcache - See LINT for options! # RAID controllers device ida # Compaq Smart RAID device amr # AMI MegaRAID device mlx # Mylex DAC960 family #device twe # 3ware Escalade # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) device apm0 at nexus? disable flags 0x20 # Advanced Power Management # PCCARD (PCMCIA) support device card device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd0000 device pcic1 at isa? irq 11 port 0x3e2 iomem 0xd4000 disable # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device sio2 at isa? disable port IO_COM3 irq 5 device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # PCI Ethernet NICs. device de # DEC/Intel DC21x4x (``Tulip'') device fxp # Intel EtherExpress PRO/100B (82557, 82558) device tx # SMC 9432TX (83c170 ``EPIC'') device vx # 3Com 3c590, 3c595 (``Vortex'') device wx # Intel Gigabit Ethernet Card (``Wiseman'') # PCI Ethernet NICs that use the common MII bus controller code. device miibus # MII bus support device dc # DEC/Intel 21143 and various workalikes device rl # RealTek 8129/8139 device sf # Adaptec AIC-6915 (``Starfire'') device sis # Silicon Integrated Systems SiS 900/SiS 7016 device ste # Sundance ST201 (D-Link DFE-550TX) device tl # Texas Instruments ThunderLAN device vr # VIA Rhine, Rhine II device wb # Winbond W89C840F device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 device ex device ep device fe0 at isa? port 0x300 # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attatement needed # and resources will always be dynamically assigned by the pccard code. device wi # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP # mode (the factory default). If you set the switches on your ISA # card for a manually chosen I/O address and IRQ, you must specify # those paremeters here. device an # Xircom Ethernet device xe # The probe order of these is presently determined by i386/isa/isa_compat.c. device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 device le0 at isa? port 0x300 irq 5 iomem 0xd0000 device lnc0 at isa? port 0x280 irq 10 drq 0 device cs0 at isa? port 0x300 device sn0 at isa? port 0x300 irq 10 # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device sl 1 # Kernel SLIP pseudo-device ppp 1 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device gif 4 # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse # USB Ethernet, requires mii device aue # ADMtek USB ethernet device cue # CATC USB ethernet device kue # Kawasaki LSI USB ethernet options SMP options APIC_IO dmesg | more Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.2-RELEASE #6: Tue Feb 20 17:09:39 EST 2001 root@cook1-rg.vic.imrworldwide.com:/usr/src/sys/compile/COOK_42 Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (800.03-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x686 Stepping = 6 Features=0x383fbff real memory = 536805376 (524224K bytes) config> di lnc0 config> di ie0 config> di fe0 config> di ed0 config> di cs0 config> q avail memory = 518017024 (505876K bytes) Programming 24 pins in IOAPIC #0 IOAPIC #0 intpin 2 -> irq 0 FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 0, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 1, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 2, version: 0x00170011, at 0xfec00000 Preloaded elf kernel "kernel" at 0xc0434000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc043409c. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xd400-0xd41f irq 19 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered chip1: at device 7.4 on pci0 fxp0: port 0xd800-0xd83f mem 0xdfe00000-0xdfefffff,0xdfffe000-0xdfffefff irq 18 at device 10.0 on pci0 fxp0: Ethernet address 00:02:b3:0b:48:3e ahc0: port 0xdc00-0xdcff mem 0xdffff000-0xdfffffff irq 16 at device 12.0 on pci0 aic7892: Wide Channel A, SCSI Id=0, 32/255 SCBs 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 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 APIC_IO: Testing 8254 interrupt delivery APIC_IO: routing 8254 via IOAPIC #0 intpin 2 SMP: AP CPU #1 Launched! ata0-master: DMA limited to UDMA33, non-ATA66 compliant cable ad0: 29188MB [59303/16/63] at ata0-master UDMA33 ata0-slave: DMA limited to UDMA33, non-ATA66 compliant cable ad1: 29188MB [59303/16/63] at ata0-slave UDMA33 ad2: 29188MB [59303/16/63] at ata1-master UDMA66 ad3: 29188MB [59303/16/63] at ata1-slave UDMA66 Waiting 15 seconds for SCSI devices to settle sa0 at ahc0 bus 0 target 12 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit) Mounting root from ufs:/dev/ad0s1a tar tv tar: can't open /dev/nsa0 : Invalid argument (sa0:ahc0:0:12:0): unable to set fixed blocksize to 1024 mt -f /dev/rsa0.ctl status Mode Density Blocksize bpi Compression Current: 0x26:DDS-4 1024 bytes 97000 disabled ---------available modes--------- 0: 0x26:DDS-4 1024 bytes 97000 0x100030 1: 0x26:DDS-4 1024 bytes 97000 0x100030 2: 0x26:DDS-4 1024 bytes 97000 0x100030 3: 0x26:DDS-4 1024 bytes 97000 0x100030 --------------------------------- Current Driver State: at rest. -- end of information --- --------------0E38B8FB120A48D562E2EEA5 Content-Type: text/x-vcard; charset=us-ascii; name="johannes.effendi.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Johannes Effendi Content-Disposition: attachment; filename="johannes.effendi.vcf" begin:vcard n:Effendi;Johannes tel;fax:+61 3 9864 0778 tel;work:+61 3 9864 0777 x-mozilla-html:FALSE url:www.redsheriff.com org:Red Sheriff Ltd.;RedGauge IT Development version:2.1 email;internet:johannes.effendi@redsheriff.com title:Systems & Product Manager adr;quoted-printable:;;Level 7, 10 Queens Road=0D=0A;Melbourne;VIC;3000;Australia note;quoted-printable:=0D=0A =0D=0A This message and any files transmitted with it are confidential and intended solely for=0D=0A the use of the individual or entity to whom they are addressed. If you are not the=0D=0A intended recipient, you are hereby notified that any use or dissemination of this=0D=0A communication is strictly prohibited.=0D=0A If you have received this message in error please=0D=0A notify us immediately by return email or telephone +61 3 9864 0777, then delete this=0D=0A message. Any views expressed in this message are those of the individual sender and may=0D=0A not necessarily reflect the views of Red Sheriff.=0D=0A x-mozilla-cpt:www.redsheriff.com;-8416 fn:Johannes Effendi end:vcard --------------0E38B8FB120A48D562E2EEA5-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 0:36:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp014.mail.yahoo.com (smtp014.mail.yahoo.com [216.136.173.58]) by hub.freebsd.org (Postfix) with SMTP id 75AE737B4EC for ; Tue, 20 Feb 2001 00:36:55 -0800 (PST) (envelope-from khtao@yahoo.com) Received: from 126-fw.dsl.bandwidthbrokers.net (HELO arcane) (206.228.147.126) by smtp.mail.vip.sc5.yahoo.com with SMTP; 20 Feb 2001 08:36:54 -0000 X-Apparently-From: Message-ID: <005201c09b19$0ab07cc0$7e93e4ce@netforge.net> From: "K.Tao" To: Subject: Maintaining 24/7 uptime of FreeBSD based servers was RE: a FreeBSD question Date: Tue, 20 Feb 2001 03:42:21 -0500 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 From: "Hermes Tao" To: "K.Tao" Cc: Sent: Tuesday, February 20, 2001 1:54 AM Subject: Re: a FreeBSD question. OK, try another way. I mean that do FreeBSD or any kind of friends of FreeBSD (or thirdparty) have supplied any more about High Availability utilities or tools ? Thanks ! ----- Original Message ----- From: K.Tao To: Hermes Tao ; freebsd-questions@FreeBSD.ORG Cc: hummel@genienrm.com Sent: Tuesday, February 20, 2001 2:53 AM Subject: Re: a FreeBSD question. What are you using the machines for? If you are using them for a database then the database will handle the hot swapping... ----- Original Message ----- From: Hermes Tao To: freebsd-questions@FreeBSD.ORG Cc: hummel@genienrm.com Sent: Monday, February 19, 2001 1:18 AM Subject: a FreeBSD question. Hi, We need your help on FreeBSD, like so: We have two more FreeBSD hosts, they are both backup machine each other (for backing up each other purpose). In case one of them have a breakdown (malfunction or shutdown), then it can be auto-switch to another one (functional machine) to take over the job. How could we do this purpose ? Thank your kindly help ! Sincerely, Hermes Tao Genie Network Resource Management, Inc. 5F, 15, Lane 360, Sec. 1, Neihu Rd., Neihu Dist., Taipei 114, Taiwan Tel.: 886 2 2659 6600 ext. 8133 Fax: 886 2 2659 6622 e-mail: hermes@genienrm.com URL: http://www.genienrm.com _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 1: 5:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 2501237B401 for ; Tue, 20 Feb 2001 01:05:40 -0800 (PST) (envelope-from cjc@rfx-216-196-73-168.users.reflexcom.com) Received: from rfx-216-196-73-168.users.reflexcom.com ([216.196.73.168]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Tue, 20 Feb 2001 01:03:46 -0800 Received: (from cjc@localhost) by rfx-216-196-73-168.users.reflexcom.com (8.11.1/8.11.1) id f1K95bv74623; Tue, 20 Feb 2001 01:05:37 -0800 (PST) (envelope-from cjc) Date: Tue, 20 Feb 2001 01:05:37 -0800 From: "Crist J. Clark" To: douglasv@gte.net Cc: questions@FreeBSD.ORG Subject: Re: FreeBSD root user Message-ID: <20010220010536.W62368@rfx-216-196-73-168.users.reflex> Reply-To: cjclark@alum.mit.edu References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from douglasv@gte.net on Mon, Feb 19, 2001 at 08:30:20PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Feb 19, 2001 at 08:30:20PM -0500, douglasv@gte.net wrote: > > FreeBSD 4.0-Release #0:Mon Mar 20 22:50:22GMT 2000 > root@monster.cdrom.com:/usr/scr/sys/compile/GENERIC i386 > > This is a new install. I am new to BSD or Unix > > Logged in as root. I am receiving :Permission denied for most request. > > For instance, /etc/group:Permission denied > > /cdrom/book/scripts/install-desktop:Permission denied > > /usr/share/doc:Permission denied > > I guess root is second fiddle on my machine (BSD is the only operating > system > on this computer.) Not sure what you are trying to do to those files, but you would not happen to be trying to write to a read-only filesystem? -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 1:12:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from belcebu.upc.es (belcebu.upc.es [147.83.2.63]) by hub.freebsd.org (Postfix) with ESMTP id 1500B37B401; Tue, 20 Feb 2001 01:12:42 -0800 (PST) (envelope-from carlesgo@mat.upc.es) Received: from mat.upc.es (mat.upc.es [147.83.39.3]) by belcebu.upc.es (8.8.8+Sun/8.8.8) with ESMTP id KAA25330; Tue, 20 Feb 2001 10:12:37 +0100 (MET) Received: from mat.upc.es (maite142.upc.es [147.83.39.142]) by mat.upc.es (8.8.8/8.8.8) with ESMTP id KAA13154; Tue, 20 Feb 2001 10:11:37 +0100 (MET) Message-ID: <3A9235C6.2FF560DC@mat.upc.es> Date: Tue, 20 Feb 2001 10:15:50 +0100 From: Carles =?iso-8859-1?Q?G=F3mez?= Organization: DMAT-UPC X-Mailer: Mozilla 4.51 [es] (WinNT; U) X-Accept-Language: es MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.org" , "questions@freebsd.org" Subject: tcpdump Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear sirs, I have the following problem: I would like to use tcpdump on my FreeBSD 3.2 release. When I type the shell command "tcpdump", the following message appears: tcpdump: /dev/bpf0: Device not configured I have looked at the tcpdump man page, and it talks about the fact that I must have read access on /dev/bpf0 in order to work properly with tcpdump. How can I do this? Many thanks, Carles Gómez Montenegro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 1:12:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from belcebu.upc.es (belcebu.upc.es [147.83.2.63]) by hub.freebsd.org (Postfix) with ESMTP id 1500B37B401; Tue, 20 Feb 2001 01:12:42 -0800 (PST) (envelope-from carlesgo@mat.upc.es) Received: from mat.upc.es (mat.upc.es [147.83.39.3]) by belcebu.upc.es (8.8.8+Sun/8.8.8) with ESMTP id KAA25330; Tue, 20 Feb 2001 10:12:37 +0100 (MET) Received: from mat.upc.es (maite142.upc.es [147.83.39.142]) by mat.upc.es (8.8.8/8.8.8) with ESMTP id KAA13154; Tue, 20 Feb 2001 10:11:37 +0100 (MET) Message-ID: <3A9235C6.2FF560DC@mat.upc.es> Date: Tue, 20 Feb 2001 10:15:50 +0100 From: Carles =?iso-8859-1?Q?G=F3mez?= Organization: DMAT-UPC X-Mailer: Mozilla 4.51 [es] (WinNT; U) X-Accept-Language: es MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.org" , "questions@freebsd.org" Subject: tcpdump Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear sirs, I have the following problem: I would like to use tcpdump on my FreeBSD 3.2 release. When I type the shell command "tcpdump", the following message appears: tcpdump: /dev/bpf0: Device not configured I have looked at the tcpdump man page, and it talks about the fact that I must have read access on /dev/bpf0 in order to work properly with tcpdump. How can I do this? Many thanks, Carles Gómez Montenegro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 1:14:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cgmd76206.chello.nl (d9168.upc-d.chello.nl [213.46.9.168]) by hub.freebsd.org (Postfix) with ESMTP id 3CFD337B4EC for ; Tue, 20 Feb 2001 01:14:33 -0800 (PST) (envelope-from edwin@cgmd76206.chello.nl) Received: by cgmd76206.chello.nl (Postfix, from userid 1001) id 66AE43CF; Tue, 20 Feb 2001 10:14:31 +0100 (CET) Date: Tue, 20 Feb 2001 10:14:31 +0100 From: Edwin Groothuis To: "Dan Mahoney, System Admin" Cc: questions@freebsd.org Subject: Re: Things linux has (suggestion/question). Message-ID: <20010220101431.E4233@cgmd76206.chello.nl> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from danm@prime.gushi.org on Tue, Feb 20, 2001 at 02:59:56AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Feb 20, 2001 at 02:59:56AM -0500, Dan Mahoney, System Admin wrote: > 1. Linux has a locate utility called slocate, which (A) rebuilds its > database MUCH faster and (B) allows you to search with your privileges > (for example, if you type locate as root, you can search the whole drive, > whereas another user would not be able to see in things like user > homedirs, etc). Well, Debian doesn't have it by default (sorry, don't have friends with other distributions :-) and I looked at slocate a little (ftp://ftp.mkintraweb.com/pub/linux/slocate/) but couldn't get it compiled within five minutes *mgrin* main.c has some quirks regarding MOUNT_xx which is called VT_xx, you need to put a * somewhere in a variable declaration, need to include instaed of "sl_fts.h" and place the #define of opendir2 a little bit lower. So yeah, I got it compiled now after fifteen minutes. gmake install also gives so problems, it tries to execute addgroup. Okay, if you do it manual it will work better :-) So yeah, it's now scratching my harddisk for information, so it can be done *mgrin* and it can be put in the ports-collection, but don't expect it to be part of the base-operating system because of its GNU-license. Edwin -- Edwin Groothuis | Interested in MUDs? Visit Fatal Dimensions: mavetju@chello.nl | http://fataldimensions.nl.eu.org/ ------------------+ telnet://fataldimensions.nl.eu.org:4000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 1:15:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 5F02F37B491 for ; Tue, 20 Feb 2001 01:15:40 -0800 (PST) (envelope-from cjc@rfx-216-196-73-168.users.reflexcom.com) Received: from rfx-216-196-73-168.users.reflexcom.com ([216.196.73.168]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Tue, 20 Feb 2001 01:13:47 -0800 Received: (from cjc@localhost) by rfx-216-196-73-168.users.reflexcom.com (8.11.1/8.11.1) id f1K9FKQ74661; Tue, 20 Feb 2001 01:15:20 -0800 (PST) (envelope-from cjc) Date: Tue, 20 Feb 2001 01:15:19 -0800 From: "Crist J. Clark" To: Robert Daniels Cc: freebsd-questions@FreeBSD.ORG Subject: Re: NATD&GATEWAY PROBLEMS Message-ID: <20010220011519.X62368@rfx-216-196-73-168.users.reflex> Reply-To: cjclark@alum.mit.edu References: <009c01c09a78$f7833ca0$43701518@cx628451A> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <009c01c09a78$f7833ca0$43701518@cx628451A>; from rdaniels38@home.com on Mon, Feb 19, 2001 at 06:36:30AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Feb 19, 2001 at 06:36:30AM -0700, Robert Daniels wrote: > Hello, my name is Robert. I am trying to configure my FreeBSD 4.0 as a gateway. I have a 3 computer network. My ISP is cox@home. (Cable Modem) > > Computer 1 name is FOO (will serve as gateway) > Computer 2 name is BAR (Running Free BSD 4.0) > Computer 3 name is BAZ(Running Dual Boot Win2000 Professional & Red Hat Linux 7.0) > > I compiled IPFIREWALl, IPDIVERT, IPFIREWALL_VERBOSE, and IPFIREWALL_DEFAULT_TO_ACCEPT in my Kernel on computer FOO. > > I put the following lines in my rc.conf file on computer FOO > > hostname="CX628451-A" > ifconfig_dc0"inet 192.168.1.1 netmask 255.255.255.0" # Private IP = > ifconfig_dc1"inet 24.21.112.xxx netmask 255.255.255.0" # Public IP = > gateway_enable="YES" > defaultrouter="24.21.112.1" # Gateway for my ISP. > natd_enable="YES" > natd_interface="dc1" > natd_flags"-l -u -s -m" = > firewall_enable="YES" > firewall_type="OPEN" I'll assume those are typos? > The rc.conf fie on BAR looks as follows. > > hostname="BAR" > ifconfig_x10="inet 192.168.1.2 netmask 255.255.255.0" # Private non-routable IP > defaultrouter="192.168.1.1" > gateway_enable"NO" = Oops. Another. [could you try wrapping your text at about 72 characters or so?] > With this setup I am able to ping computer FOO from computer BAR. I am able to ping both private and public addresses. I am also able to ping FOO defaultrouter IP and DNS IP that I have set in resolv.conf. But I am unable to ping an address out on the internet on computer BAR. This is strange. BAR can ping the external router and the DNS servers, but it cannot reach "out on the Internet?" As far as BAR is concerned, the external router and DNS server would be out on the Internet. On FOO, run, # tcpdump -n -idc0 'icmp' And, # tcpdump -n -idc1 'icmp' While you try to ping something on the Internet from BAR. Make sure the packets are getting aliased correctoy. > Of course I am able to ping address on the internet with computer FOO. I can telnet into Foo via BAR and vice versa. I also verified that the line natd 8668/divert was present in /etc/services. Looks like all of the local nets and you connection to the 'Net are OK. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 1:18:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mls.gtonet.net (mls.gtonet.net [216.112.90.195]) by hub.freebsd.org (Postfix) with ESMTP id E410637B401 for ; Tue, 20 Feb 2001 01:18:10 -0800 (PST) (envelope-from oldfart@gtonet.net) Received: from pld (pld.gtonet.net [216.112.90.200]) by mls.gtonet.net (8.11.2/8.11.2) with SMTP id f1K9IAb54542 for ; Tue, 20 Feb 2001 01:18:10 -0800 (PST) (envelope-from oldfart@gtonet.net) Reply-To: From: "oldfart@gtonet" To: Subject: RE: FreeBSD root user Date: Tue, 20 Feb 2001 01:18:09 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal In-Reply-To: <20010220010536.W62368@rfx-216-196-73-168.users.reflex> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Crist J. Clark > Sent: Tuesday, February 20, 2001 1:06 AM > To: douglasv@gte.net > Cc: questions@FreeBSD.ORG > Subject: Re: FreeBSD root user > > > On Mon, Feb 19, 2001 at 08:30:20PM -0500, douglasv@gte.net wrote: > > > > FreeBSD 4.0-Release #0:Mon Mar 20 22:50:22GMT 2000 > > root@monster.cdrom.com:/usr/scr/sys/compile/GENERIC i386 > > > > This is a new install. I am new to BSD or Unix > > > > Logged in as root. I am receiving :Permission > denied for most request. > > > > For instance, /etc/group:Permission denied > > > > > /cdrom/book/scripts/install-desktop:Permission denied > > > > /usr/share/doc:Permission denied > > > > I guess root is second fiddle on my machine (BSD is the only operating > > system > > on this computer.) > > Not sure what you are trying to do to those files, but you would not > happen to be trying to write to a read-only filesystem? I *think* he's just typing in those directories/files without a cd/cat before hand. # /etc/group su: /etc/group: Permission denied Try: cat /etc/group or vi /etc/group or another command BEFORE the file or directory. It's hard to say with the info given. OF > -- > Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 1:19:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web12407.mail.yahoo.com (web12407.mail.yahoo.com [216.136.173.134]) by hub.freebsd.org (Postfix) with SMTP id 0F98D37B401 for ; Tue, 20 Feb 2001 01:19:36 -0800 (PST) (envelope-from chitteeh@yahoo.com) Message-ID: <20010220091935.60624.qmail@web12407.mail.yahoo.com> Received: from [192.75.253.47] by web12407.mail.yahoo.com; Tue, 20 Feb 2001 01:19:35 PST Date: Tue, 20 Feb 2001 01:19:35 -0800 (PST) From: dsf sdf 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 All, I have a smail server for our 500 lan user and I have 128k shared link but problem is that our mail users send mail to lot of our friends by single mail due to which our 128k wan link is became congested and lot of mail is queued in our mail server. 1-is this posible that I could apply restriction in smail that a perticular number of recipetient is allow for sending mail. 2-can I deny attachments by smail?. I hope you peoples reply me as soon as posible. regards, mohan __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 1:20: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cgmd76206.chello.nl (d9168.upc-d.chello.nl [213.46.9.168]) by hub.freebsd.org (Postfix) with ESMTP id E3F5037B491 for ; Tue, 20 Feb 2001 01:19:56 -0800 (PST) (envelope-from edwin@cgmd76206.chello.nl) Received: by cgmd76206.chello.nl (Postfix, from userid 1001) id E0B743CF; Tue, 20 Feb 2001 10:19:55 +0100 (CET) Date: Tue, 20 Feb 2001 10:19:55 +0100 From: Edwin Groothuis To: =?iso-8859-1?Q?Carles_G=F3mez?= Cc: "questions@freebsd.org" Subject: Re: tcpdump Message-ID: <20010220101955.F4233@cgmd76206.chello.nl> References: <3A9235C6.2FF560DC@mat.upc.es> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <3A9235C6.2FF560DC@mat.upc.es>; from carlesgo@mat.upc.es on Tue, Feb 20, 2001 at 10:15:50AM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Feb 20, 2001 at 10:15:50AM +0100, Carles Gómez wrote: > I have the following problem: I would like to use tcpdump on my FreeBSD > 3.2 release. When I type the shell command "tcpdump", the following > message appears: > > tcpdump: /dev/bpf0: Device not configured > > I have looked at the tcpdump man page, and it talks about the fact that > I must have read access on /dev/bpf0 in order to work properly with > tcpdump. > > How can I do this? Recompile your kernel with bpf-support (grep in LINT for it and copy that line into your normal kernel-config-file). See the handbook on how to recompile kernels if you're not familair with it. After that, go to /dev and do ./MAKEDEV bpf (or something similair) and you're in! Edwin -- Edwin Groothuis | Interested in MUDs? Visit Fatal Dimensions: mavetju@chello.nl | http://fataldimensions.nl.eu.org/ ------------------+ telnet://fataldimensions.nl.eu.org:4000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 1:21:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cgmd76206.chello.nl (d9168.upc-d.chello.nl [213.46.9.168]) by hub.freebsd.org (Postfix) with ESMTP id BEC8E37B503 for ; Tue, 20 Feb 2001 01:21:31 -0800 (PST) (envelope-from edwin@cgmd76206.chello.nl) Received: by cgmd76206.chello.nl (Postfix, from userid 1001) id E39E33CF; Tue, 20 Feb 2001 10:21:30 +0100 (CET) Date: Tue, 20 Feb 2001 10:21:30 +0100 From: Edwin Groothuis To: "Dan Mahoney, System Admin" Cc: questions@freebsd.org Subject: Re: Things linux has (suggestion/question). Message-ID: <20010220102130.G4233@cgmd76206.chello.nl> References: <20010220101431.E4233@cgmd76206.chello.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010220101431.E4233@cgmd76206.chello.nl>; from mavetju@chello.nl on Tue, Feb 20, 2001 at 10:14:31AM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Feb 20, 2001 at 10:14:31AM +0100, Edwin Groothuis wrote: > On Tue, Feb 20, 2001 at 02:59:56AM -0500, Dan Mahoney, System Admin wrote: > > 1. Linux has a locate utility called slocate, which (A) rebuilds its > > database MUCH faster and (B) allows you to search with your privileges > > (for example, if you type locate as root, you can search the whole drive, > > whereas another user would not be able to see in things like user > > homedirs, etc). Btw: Maybe the rebuilding is much faster, the searching is not really... Edwin -- Edwin Groothuis | Interested in MUDs? Visit Fatal Dimensions: mavetju@chello.nl | http://fataldimensions.nl.eu.org/ ------------------+ telnet://fataldimensions.nl.eu.org:4000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 2:19:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ausmtp02.au.ibm.com (ausmtp02.au.ibm.COM [202.135.136.105]) by hub.freebsd.org (Postfix) with ESMTP id 7349D37B4EC for ; Tue, 20 Feb 2001 02:19:24 -0800 (PST) (envelope-from skodati@in.ibm.com) Received: from f03n07e.au.ibm.com by ausmtp02.au.ibm.com (IBM AP 1.0) with ESMTP id VAA167642 for ; Tue, 20 Feb 2001 21:10:17 +1100 From: skodati@in.ibm.com Received: from d73mta05.au.ibm.com (f06n05s [9.185.166.67]) by f03n07e.au.ibm.com (8.8.8m3/NCO v4.95) with SMTP id VAA69508 for ; Tue, 20 Feb 2001 21:18:52 +1100 Received: by d73mta05.au.ibm.com(Lotus SMTP MTA v4.6.5 (863.2 5-20-1999)) id CA2569F9.0038AEF0 ; Tue, 20 Feb 2001 21:19:08 +1100 X-Lotus-FromDomain: IBMIN@IBMAU To: questions@FreeBSD.org Message-ID: Date: Tue, 20 Feb 2001 15:35:25 +0530 Subject: Query SIOCGIFAFLAG_IN6 Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi iam currently working on DHCPv6 for linux. I have one query regarding your implementation on DHCPv6. I would like to know the importance of SIOCGIFAFLAG_IN6 in in6_control.c and its part in decision making in in6_control.c I have one more query regarding the definition of structure in6_ifreq defined in in6_var.h The definition of in6_ifreq differs from what is defined as part of Linux 2.4.0. If i plan to port the aplication to Linux what modifications i need to change. thanks and regards Suresh Kodati Email:- skodati@in.ibm.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 2:35:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sonne.cs.fh-nuernberg.de (sonne.cs.fh-nuernberg.de [141.75.8.3]) by hub.freebsd.org (Postfix) with ESMTP id 899A737B401 for ; Tue, 20 Feb 2001 02:35:49 -0800 (PST) (envelope-from Andreas.Polland1@student.fh-nuernberg.de) Received: from stud-iss2.cs.fh-nuernberg.de by sonne.cs.fh-nuernberg.de with ESMTP for freebsd-questions@FreeBSD.org; Tue, 20 Feb 2001 11:30:09 +0100 Received: by stud-iss2.cs.fh-nuernberg.de; Tue, 20 Feb 2001 11:36:32 +0100 Message-Id: Date: Tue, 20 Feb 2001 11:36:32 +0100 From: Andreas.Polland1@student.fh-nuernberg.de Subject: Kernel make fails To: freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: Quoted-Printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there, I have a Problem on 2 different Systems, so it seems to me that it's not an= =20 error in the Software, but that I'm doing something wrong. I follow the ste= ps=20 in the FreeBSD handbook and try to build my own kernel. I alter the=20 configuration, type '...config POCKI', start 'make depend', and then 'make'= .=20 Then my system works a lot, types 'linking Kernel' and then aborts,=20 saying "uipc_accf.o(.data+0x80): undefined reference to=20 `sysctl__net_inet_children=B4 ***Error Code 1". What's wrong??? It would be great if someone could answer my question. Greetings, Andi Polland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 2:41: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-53.dsl.lsan03.pacbell.net [64.165.226.53]) by hub.freebsd.org (Postfix) with ESMTP id BD30A37B401 for ; Tue, 20 Feb 2001 02:40:56 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 4240666CBE; Tue, 20 Feb 2001 02:40:56 -0800 (PST) Date: Tue, 20 Feb 2001 02:40:55 -0800 From: Kris Kennaway To: =?iso-8859-1?Q?Carles_G=F3mez?= Cc: "freebsd-questions@FreeBSD.org" Subject: Re: tcpdump Message-ID: <20010220024055.A4906@mollari.cthul.hu> References: <3A9235C6.2FF560DC@mat.upc.es> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="r5Pyd7+fXNt84Ff3" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A9235C6.2FF560DC@mat.upc.es>; from carlesgo@mat.upc.es on Tue, Feb 20, 2001 at 10:15:50AM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --r5Pyd7+fXNt84Ff3 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Add the following to your kernel config: # The `bpfilter' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! # The number of devices determines the maximum number of # simultaneous BPF clients programs runnable. pseudo-device bpfilter 1 #Berkeley packet filter (Well, you don't need the comment lines, only the final one) Kris On Tue, Feb 20, 2001 at 10:15:50AM +0100, Carles G=F3mez wrote: >=20 > Dear sirs, >=20 > I have the following problem: I would like to use tcpdump on my FreeBSD > 3.2 release. When I type the shell command "tcpdump", the following > message appears: >=20 > tcpdump: /dev/bpf0: Device not configured >=20 > I have looked at the tcpdump man page, and it talks about the fact that > I must have read access on /dev/bpf0 in order to work properly with > tcpdump. >=20 > How can I do this? >=20 > Many thanks, >=20 > Carles G=F3mez Montenegro >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 --r5Pyd7+fXNt84Ff3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6kkm3Wry0BWjoQKURAk8iAKDT7a+ucWQ2CNKYYlNm4YK9JS0g1wCaA2V0 WajBQa9xFW8TSOjBlNrFpso= =8dNA -----END PGP SIGNATURE----- --r5Pyd7+fXNt84Ff3-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 2:59:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from castilho.castilho.portucel.pt (galahad.portucel.pt [194.65.35.221]) by hub.freebsd.org (Postfix) with ESMTP id 7045837B503 for ; Tue, 20 Feb 2001 02:59:07 -0800 (PST) (envelope-from Manuela.Dias@portucel.pt) Received: from mgdias ([13.22.5.20]) by castilho.castilho.portucel.pt (8.8.8/8.8.5) with SMTP id KAA05549 for ; Tue, 20 Feb 2001 10:57:21 GMT Received: by localhost with Microsoft MAPI; Tue, 20 Feb 2001 10:56:44 -0000 Message-ID: <01C09B2B.D03C84E0.Manuela.Dias@portucel.pt> From: Manuela Dias To: "'questions@freebsd.org'" Subject: named core dumped Date: Tue, 20 Feb 2001 10:56:43 -0000 X-Mailer: Microsoft Correio electrónico da Internet/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Feb 20 09:02:57 viviane /kernel: pid 131 (named), uid 0: exited on signal 11 (co re dumped) My server is being attacked through named dump. Where can I find information about DNS and BIND bugs, and where can I find a new version? Thanks Manuela Dias To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 3:25:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from grumpy.dyndns.org (user-24-214-56-129.knology.net [24.214.56.129]) by hub.freebsd.org (Postfix) with ESMTP id 5837237B491 for ; Tue, 20 Feb 2001 03:25:52 -0800 (PST) (envelope-from dkelly@grumpy.dyndns.org) Received: from localhost (localhost [127.0.0.1]) by grumpy.dyndns.org (8.11.2/8.11.2) with ESMTP id f1KBPJm90855; Tue, 20 Feb 2001 05:25:19 -0600 (CST) (envelope-from dkelly@grumpy.dyndns.org) Message-Id: <200102201125.f1KBPJm90855@grumpy.dyndns.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: efinley@efinley.com Cc: freebsd-questions@FreeBSD.ORG From: David Kelly Subject: Re: how many switches? In-reply-to: Message from Elliot Finley of "Mon, 19 Feb 2001 19:45:34 MST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 20 Feb 2001 05:25:19 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Elliot Finley writes: > This isn't exactly a FreeBSD question, but since it's going to be an > all FBSD network... :-) > > I know that I can only go through 3-4 hubs before I have timing > issues. My question is: how many switches can I go through? it seems > like it would be unlimited as long as the packet passed through them > and the response came back before the application timed out. This is > the case isn't it? Since a switch uses store-and-forward. You mix the terms "hub" and "switch" as if they are interchangeable. A hub is very much like a CATV distribution amplifier. Contributes measureable delay in ethernet time but no buffering. A switch is smarter, but just how smart varies. Its not the application timeout which is important. You didn't say what error messages you were seeing. Anyway, too many hubs or too long of a network wire, the result is the speed of light isn't fast enough. In half duplex your NIC listens for anyone else on the wire during the first 64 octets. If it doesn't copy its data perfectly then it backs off and tries again later. A "collision". A long network can postpone the collision detection past octet 64 and results in a "late collision" which is reported with urgency as something is broken. -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 3:33:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-53.dsl.lsan03.pacbell.net [64.165.226.53]) by hub.freebsd.org (Postfix) with ESMTP id 4B5B037B401 for ; Tue, 20 Feb 2001 03:33:33 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 1492266F21; Tue, 20 Feb 2001 03:33:33 -0800 (PST) Date: Tue, 20 Feb 2001 03:33:32 -0800 From: Kris Kennaway To: Manuela Dias Cc: "'questions@freebsd.org'" Subject: Re: named core dumped Message-ID: <20010220033332.A23888@mollari.cthul.hu> References: <01C09B2B.D03C84E0.Manuela.Dias@portucel.pt> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="VbJkn9YxBvnuCH5J" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <01C09B2B.D03C84E0.Manuela.Dias@portucel.pt>; from Manuela.Dias@portucel.pt on Tue, Feb 20, 2001 at 10:56:43AM -0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --VbJkn9YxBvnuCH5J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 20, 2001 at 10:56:43AM -0000, Manuela Dias wrote: > Feb 20 09:02:57 viviane /kernel: pid 131 (named), uid 0: exited on signal= 11 (co > re dumped) >=20 >=20 > My server is being attacked through named dump. >=20 > Where can I find information about DNS and BIND bugs, and where can I fin= d a new version? See security Advisory 01:18 on the website. Then subscribe yourself to freebsd-security-notifications@freebsd.org, freebsd-announce@freebsd.org or freebsd-security@freebsd.org so you'll have immediate notification in future. Your system may already have been compromised. Kris --VbJkn9YxBvnuCH5J Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6klYMWry0BWjoQKURAgmYAKCjbugHlsJeM+zk9K2y9Wtu1/XITgCfY4A4 wZe0zc2Rg3cynHT1Z5Qa/PU= =GDvn -----END PGP SIGNATURE----- --VbJkn9YxBvnuCH5J-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 3:44:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail03.vsnl.net (mail03.vsnl.net [203.197.12.6]) by hub.freebsd.org (Postfix) with ESMTP id 9834037B491 for ; Tue, 20 Feb 2001 03:44:30 -0800 (PST) (envelope-from aneroid@subdimension.com) Received: from subdimension.com ([203.197.77.174]) by mail03.vsnl.net (Netscape Messaging Server 4.15) with ESMTP id G920M303.03F for ; Tue, 20 Feb 2001 17:14:27 +0530 Message-ID: <3A9257B3.B0BEC180@subdimension.com> Date: Tue, 20 Feb 2001 17:10:35 +0530 From: Anirudh Dutt X-Mailer: Mozilla 4.51 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: ppp...Phase: deflink: ..... 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 do the "ppp -background papchap" thing and it does...well...long list...NOTHING!!! i checked the logs and it says: Phase: deflink: using interface tun0 Phase: deflink: creating interface in closed state and then nothing. so what's wrong? thanx ani d To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 4:11:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from [209.239.36.156] (host2.hostmatters.com [209.239.36.156]) by hub.freebsd.org (Postfix) with ESMTP id CFF3D37B401 for ; Tue, 20 Feb 2001 04:11:49 -0800 (PST) (envelope-from ben@cahostnet.com) Received: from nhqadmin17 (224host88.redcross.org [162.6.224.88]) by [209.239.36.156] (8.10.2/8.10.2) with SMTP id f1KCBkF17514 for ; Tue, 20 Feb 2001 07:11:46 -0500 Message-ID: <00b701c09b36$75317a50$6102a00a@nhqadmin17> From: "Ben" To: Subject: Internal DNS server Date: Tue, 20 Feb 2001 07:12:55 -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 Hi all, I have two DNS servers that I setup. I also have a firewall and using NAT to run several services out to th e Internet. My primary DNS is on the same machine as the firewall and the secondary is on the internal net. Here's the problem. I was planning on doing a load ballance using NAT to balance the DNS requests so in the event one went down (services in this case). I have both of the setup correctly and are running. I've verified this. The problem is this, I can use the interanal DNS server from the windows machine but the bsd machine will not use it. They are on the same network. I get nameserver not found when I try to do a nslookup from the bsd machine. I tried both the internal nameserver and the nameserver on the firewall by using both the external nic and internal nic and still nothing. It complains about not seeing a nameserver. Why is it that the windows machine uses it fine but the bsd machine dosn't? Any information or questions you can ask to have this come to me will be appreciated. I'm using 4.2-STABLE, and using ipfw and natd on the firewall. The windows machine is Windows 98 Second edition. I've allowd all traffic from the internal network out. Thanks, Ben To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 4:17:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from belcebu.upc.es (belcebu.upc.es [147.83.2.63]) by hub.freebsd.org (Postfix) with ESMTP id 67E1937B401 for ; Tue, 20 Feb 2001 04:17:10 -0800 (PST) (envelope-from carlesgo@mat.upc.es) Received: from mat.upc.es (mat.upc.es [147.83.39.3]) by belcebu.upc.es (8.8.8+Sun/8.8.8) with ESMTP id NAA14075; Tue, 20 Feb 2001 13:16:59 +0100 (MET) Received: from mat.upc.es (maite140 [147.83.39.140]) by mat.upc.es (8.8.8/8.8.8) with ESMTP id NAA19431; Tue, 20 Feb 2001 13:15:57 +0100 (MET) Message-ID: <3A9260FB.737A8A0A@mat.upc.es> Date: Tue, 20 Feb 2001 13:20:11 +0100 From: Carles =?iso-8859-1?Q?G=F3mez?= Organization: DMAT-UPC X-Mailer: Mozilla 4.51 [es] (WinNT; U) X-Accept-Language: es MIME-Version: 1.0 To: Kris Kennaway Cc: "freebsd-questions@FreeBSD.org" Subject: Re: tcpdump References: <3A9235C6.2FF560DC@mat.upc.es> <20010220024055.A4906@mollari.cthul.hu> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear sirs, Many thanks for your help, Carles Gómez Montenegro Kris Kennaway ha escrito: > > Add the following to your kernel config: > > # The `bpfilter' pseudo-device enables the Berkeley Packet Filter. > # Be aware of the administrative consequences of enabling this! > # The number of devices determines the maximum number of > # simultaneous BPF clients programs runnable. > pseudo-device bpfilter 1 #Berkeley packet filter > > (Well, you don't need the comment lines, only the final one) > > Kris > > On Tue, Feb 20, 2001 at 10:15:50AM +0100, Carles Gómez wrote: > > > > Dear sirs, > > > > I have the following problem: I would like to use tcpdump on my FreeBSD > > 3.2 release. When I type the shell command "tcpdump", the following > > message appears: > > > > tcpdump: /dev/bpf0: Device not configured > > > > I have looked at the tcpdump man page, and it talks about the fact that > > I must have read access on /dev/bpf0 in order to work properly with > > tcpdump. > > > > How can I do this? > > > > Many thanks, > > > > Carles Gómez Montenegro > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > ------------------------------------------------------------------------ > Part 1.2Type: application/pgp-signature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 4:38:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from belcebu.upc.es (belcebu.upc.es [147.83.2.63]) by hub.freebsd.org (Postfix) with ESMTP id 87FA837B4EC; Tue, 20 Feb 2001 04:38:09 -0800 (PST) (envelope-from carlesgo@mat.upc.es) Received: from mat.upc.es (mat.upc.es [147.83.39.3]) by belcebu.upc.es (8.8.8+Sun/8.8.8) with ESMTP id NAA19459; Tue, 20 Feb 2001 13:38:04 +0100 (MET) Received: from mat.upc.es (maite140 [147.83.39.140]) by mat.upc.es (8.8.8/8.8.8) with ESMTP id NAA19869; Tue, 20 Feb 2001 13:37:05 +0100 (MET) Message-ID: <3A9265EF.1A786E4@mat.upc.es> Date: Tue, 20 Feb 2001 13:41:19 +0100 From: Carles =?iso-8859-1?Q?G=F3mez?= Organization: DMAT-UPC X-Mailer: Mozilla 4.51 [es] (WinNT; U) X-Accept-Language: es MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.org" , "questions@freebsd.org" Subject: Tcpdump and a WaveLAN driver Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear sirs, I installed a WaveLAN driver for FreeBSD 3.2 (on my FreeBSD 3.2). This driver can be downloaded from http://www.comet.columbia.edu/cellularip/wi.htm#5. Download code. It seems to work properly (i.e. I can do a "ping" or an "ftp" successfully), but the problem is that when tcpdump listens on the WaveLAN interface (wi0), it doesn't print any line. On the other hand, when tcpdump listens on the "vx0" interface (a 3COM network card), it seems to print properly the lines about the packets on that interface. Do you have any idea about what could be happening? Many thanks, Carles Gómez Montenegro Polytechnic University of Catalonia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 4:38:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from belcebu.upc.es (belcebu.upc.es [147.83.2.63]) by hub.freebsd.org (Postfix) with ESMTP id 87FA837B4EC; Tue, 20 Feb 2001 04:38:09 -0800 (PST) (envelope-from carlesgo@mat.upc.es) Received: from mat.upc.es (mat.upc.es [147.83.39.3]) by belcebu.upc.es (8.8.8+Sun/8.8.8) with ESMTP id NAA19459; Tue, 20 Feb 2001 13:38:04 +0100 (MET) Received: from mat.upc.es (maite140 [147.83.39.140]) by mat.upc.es (8.8.8/8.8.8) with ESMTP id NAA19869; Tue, 20 Feb 2001 13:37:05 +0100 (MET) Message-ID: <3A9265EF.1A786E4@mat.upc.es> Date: Tue, 20 Feb 2001 13:41:19 +0100 From: Carles =?iso-8859-1?Q?G=F3mez?= Organization: DMAT-UPC X-Mailer: Mozilla 4.51 [es] (WinNT; U) X-Accept-Language: es MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.org" , "questions@freebsd.org" Subject: Tcpdump and a WaveLAN driver Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear sirs, I installed a WaveLAN driver for FreeBSD 3.2 (on my FreeBSD 3.2). This driver can be downloaded from http://www.comet.columbia.edu/cellularip/wi.htm#5. Download code. It seems to work properly (i.e. I can do a "ping" or an "ftp" successfully), but the problem is that when tcpdump listens on the WaveLAN interface (wi0), it doesn't print any line. On the other hand, when tcpdump listens on the "vx0" interface (a 3COM network card), it seems to print properly the lines about the packets on that interface. Do you have any idea about what could be happening? Many thanks, Carles Gómez Montenegro Polytechnic University of Catalonia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 4:38:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mclean.mail.mindspring.net (mclean.mail.mindspring.net [207.69.200.57]) by hub.freebsd.org (Postfix) with ESMTP id C16AC37B4EC for ; Tue, 20 Feb 2001 04:38:54 -0800 (PST) (envelope-from jason@wittys.com) Received: from stan (user-11203dk.dsl.mindspring.com [66.32.13.180]) by mclean.mail.mindspring.net (8.9.3/8.8.5) with SMTP id HAA14100; Tue, 20 Feb 2001 07:38:35 -0500 (EST) Message-Id: <3.0.6.32.20010220063900.03af2900@www.wittys.com> X-Sender: wittys@www.wittys.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Tue, 20 Feb 2001 06:39:00 -0600 To: Langa Kentane , "Firewall-1 Mailing List (E-mail)" From: Jason Witty Subject: Re: [FW1] Port numbers Cc: "Linux Admin Mailing List (E-mail)" , "'questions@freebsd.org'" 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 http://www.securitystats.com/tools/portsearch.asp (which also links to several other lists that contain all IANA ports, plus "seen-in-the-wild", and rojans.) HTH. Jason At 08:24 AM 2/20/01 +0200, Langa Kentane wrote: > >Where can I get a comprehensive list of port numbers. >Thanks > >_________________________________________________________ >Langa Kentane | Tel: [011] 290 3218 >Security Administrator | Cell: 082 606 1515 >[CNA MCSE CCSA CCNA] | www.discoveryhealth.co.za >_________________________________________________________ > > >=========================================================================== ===== > To unsubscribe from this mailing list, please see the instructions at > http://www.checkpoint.com/services/mailing.html >=========================================================================== ===== > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 4:48:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id 4210737B4EC for ; Tue, 20 Feb 2001 04:48:22 -0800 (PST) (envelope-from wash@poeza.iconnect.co.ke) Received: from [212.22.163.2] (helo=poeza.iconnect.co.ke) by siafu.iconnect.co.ke with esmtp (Exim 2.12 #1) id 14VCBP-000FIf-00 for freebsd-questions@freebsd.org; Tue, 20 Feb 2001 15:46:19 +0300 Received: from wash by poeza.iconnect.co.ke with local (Exim 3.20 #1) id 14VCEb-0003u6-00 for freebsd-questions@freebsd.org; Tue, 20 Feb 2001 15:49:37 +0300 Date: Tue, 20 Feb 2001 15:49:36 +0300 From: Odhiambo Washington To: FBSD-Q Subject: Multiple IPs on FreeBSD and TCP/IP Message-ID: <20010220154936.A14608@poeza.iconnect.co.ke> Mail-Followup-To: Odhiambo Washington , FBSD-Q Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="X1bOJ3K7DJ5YkBrT" Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD poeza.iconnect.co.ke 4.2-STABLE FreeBSD 4.2-STABLE X-Location: Mombasa, KE, East Africa Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --X1bOJ3K7DJ5YkBrT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, I'm a bit confused when it comes to having multiple IPs on one interface. Here is my situation: I have this box running 4.2-STABLE with an fxp0 to which I have assigned an IP in the range of 212.22.163.0/24. I also happen to have another small block of 64.110.74.48/28=20 So I have this: ifconfig_fxp0=3D"inet 212.22.163.2 netmask 255.255.255.0" ifconfig_fxp0_alias0=3D"inet 64.110.74.50 netmask 255.255.255.240" defaultrouter=3D"64.110.74.49" Now in this situation how does the box identify itself to the outside world? I have a gw of 212.22.163.1 but it seems if I use this for defaultrouter then some services seem to fail. TIA -Wash -- Odhiambo Washington Inter-Connect Ltd., wash@iconnect.co.ke 5th Flr Furaha Plaza Tel: 254 11 222604 Nkrumah Rd., Fax: 254 11 222636 PO Box 83613 MOMBASA, KE. I have discovered that all human evil comes from this, man's being unable t= o=20 sit still in a room. -Blaise Pascal=20 --X1bOJ3K7DJ5YkBrT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6kmfgA2k+MNyI/bERAn9BAJoDueNgi6LTjUXFQLdfPN6mBXdHZACguyST av6uGjHmQBz9B/IJ56cAv/k= =/eb5 -----END PGP SIGNATURE----- --X1bOJ3K7DJ5YkBrT-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 5:22:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id BE29537B401 for ; Tue, 20 Feb 2001 05:22:28 -0800 (PST) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.9.3/8.8.7) with ESMTP id IAA28601 for ; Tue, 20 Feb 2001 08:22:31 -0500 (EST) (envelope-from shovey@buffnet.net) Date: Tue, 20 Feb 2001 08:22:26 -0500 (EST) From: Stephen Hovey To: freebsd-questions@freebsd.org Subject: Offtopic sorta Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Are there any utilities or utility combos available for notifying a PPP windoze user when new mail has arrived on a fbsd box? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 5:38:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sol.econnect.com.br (sol.econnect.com.br [200.249.239.2]) by hub.freebsd.org (Postfix) with SMTP id 9A3ED37B491 for ; Tue, 20 Feb 2001 05:38:16 -0800 (PST) (envelope-from marcio@econnect.com.br) Received: (qmail 31330 invoked from network); 20 Feb 2001 13:40:32 -0000 Received: from sol.econnect.com.br (HELO Debug) (200.249.239.2) by sol.econnect.com.br with SMTP; 20 Feb 2001 13:40:32 -0000 To: questions@FreeBSD.org From: marcio@econnect.com.br Subject: Passwd for users in web page Date: Tue, 20 Feb 101 13:40:32 GMT X-Mailer: Endymion MailMan Standard Edition v3.0.11 Message-Id: <20010220133816.9A3ED37B491@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Please, i need use a home page for users modify your passwod. You can send me a secure iinformation? you was used "chetpasswd.cgi" but causing errors =( thanks. =) ----------------------------------------------------- E C O N N E C T - Visite nosso site, compre seus equipamentos em nossa loja. http://www.econnect.com.br To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 5:43:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web117.yahoomail.com (web117.mail.yahoo.com [205.180.60.91]) by hub.freebsd.org (Postfix) with SMTP id 6EEAE37B4EC for ; Tue, 20 Feb 2001 05:43:39 -0800 (PST) (envelope-from s_ain_t@yahoo.com) Received: (qmail 10989 invoked by uid 60001); 20 Feb 2001 13:43:39 -0000 Message-ID: <20010220134339.10988.qmail@web117.yahoomail.com> Received: from [64.230.75.93] by web117.yahoomail.com; Tue, 20 Feb 2001 05:43:39 PST Date: Tue, 20 Feb 2001 05:43:39 -0800 (PST) From: Peter Shpak Subject: 80gig hdd support in FreeBSD-4.2 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 hello, i am planning to buy an 80gig hdd. I would like to know if there are any problems using such a large drive in FreeBSD-4.2? any ideas? __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 5:44: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from agent57.gbnet.net (agent57.gbnet.net [194.70.126.12]) by hub.freebsd.org (Postfix) with SMTP id BD52237B4EC for ; Tue, 20 Feb 2001 05:44:05 -0800 (PST) (envelope-from jrg@watching.org) Received: (qmail 15312 invoked from network); 20 Feb 2001 13:43:55 -0000 Received: from ns.gbnet.net (qmailr@194.70.126.10) by agent57.gbnet.net with SMTP; 20 Feb 2001 13:43:55 -0000 Received: (qmail 27024 invoked by uid 102); 20 Feb 2001 13:43:54 -0000 Date: Tue, 20 Feb 2001 13:43:54 +0000 From: James R Grinter To: "Linux Admin Mailing List (E-mail)" , "'questions@freebsd.org'" Subject: Re: Port numbers Message-ID: <20010220134354.Q27519@ns.gbnet.net> References: <200102200658.f1K6wIn22406@deborah.paradise.net.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200102200658.f1K6wIn22406@deborah.paradise.net.nz>; from rshea@thecubagroup.com on Tue, Feb 20, 2001 at 08:00:36PM +1300 X-Subliminal: Doesn't anybody quote any more? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Feb 20, 2001 at 08:00:36PM +1300, Richard Shea wrote: > > Where can I get a comprehensive list of port numbers. > > take a look at /etc/services as well as the IANA approved list already referenced, there is also a useful collection (incorporating it and other contributed info) at http://www.portsdb.org/ - there's a search facility and also a downloadable /etc/services. James. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 5:49:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fusion.za.vardus.net (fusion.za.vardus.net [196.36.181.67]) by hub.freebsd.org (Postfix) with ESMTP id 68BCB37B401 for ; Tue, 20 Feb 2001 05:49:42 -0800 (PST) (envelope-from chrisk@vardus.net) Received: from host-100.za.vardus.net ([10.0.2.100] helo=savage) by fusion.za.vardus.net with smtp (Exim 3.16 #1) id 14VDAg-000485-00 for freebsd-questions@freebsd.org; Tue, 20 Feb 2001 15:49:38 +0200 Message-ID: <03a201c09b43$f7fc8710$6402000a@VARDUSZA.com> Reply-To: "Chris Knipe" From: "Chris Knipe" To: Subject: ipsecd Date: Tue, 20 Feb 2001 15:49:39 +0200 Organization: Vardus Internet Solutions MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I'm having a major issue with ipsec the last two / three weeks... I'm running out of ideas here, and any help will be much appreciated... There's basically two scenarios, each one failing... The first of which, I compile ipsec support into the kernel (FreeBSD 4.2-STABLE) su-2.03# setkey -F su-2.03# But... su-2.03# /usr/local/sbin/pipsecd socket(SOCK_RAW): Protocol not supported su-2.03# If I remove ipsec support from the kernel, the exact opposite happens... setkey -F complains about protocol not supported, while pipsec its sweet and runs... I am right to assume that I need both ipsec and setkey to function properly for encrypted VPN configurations, but alas, two weeks, 24 kernel builds, and still no avail... Here's what's in my kernel config options INET #InterNETworking options IPSEC #IP security options IPSEC_ESP #IP security (crypto; define w/ IPSEC) options IPSEC_DEBUG #debug for IP security options TCP_COMPAT_42 #emulate 4.2BSD TCP bugs options MROUTING # Multicast routing The rest isn't really relevant? Regards, Chris Knipe Technical Administrator Vardus (Pty) Ltd Cape Town - South Africa Tel: (+27) 21 670 9880 Fax: (+27) 21 674 4549 Cell: (+27) 83 430 8151 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 5:50:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from BB-62-5-7-230.bb.tninet.se (bb-62-5-7-230.bb.tninet.se [62.5.7.230]) by hub.freebsd.org (Postfix) with ESMTP id 8B92F37B401 for ; Tue, 20 Feb 2001 05:50:30 -0800 (PST) (envelope-from mark.rowlands@minmail.net) Received: from BB-62-5-7-230.bb.tninet.se (localhost.login.telenordia.se [127.0.0.1]) by BB-62-5-7-230.bb.tninet.se (8.11.2/8.11.2) with SMTP id f1KDoQA25486 for ; Tue, 20 Feb 2001 14:50:28 +0100 (CET) (envelope-from mark.rowlands@minmail.net) From: Mark Rowlands Organization: Qbranch AB To: questions@FreeBSD.ORG Subject: How to get NTFS data to Freebsd Date: Mon, 19 Feb 2001 22:35:46 +0100 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Message-Id: <01021922354600.43564@BB-62-5-7-230.bb.tninet.se> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have s Win2k machine with about 20gigs of compressed data on ntfs partitions. This has a dlt drive. I would like to convert this machine to freebsd. I do not have 20gigs of spare capacity knocking around to dump the data to. Any wise thoughts? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 6: 0:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from trill.hh.se (trill.hh.se [194.47.5.10]) by hub.freebsd.org (Postfix) with ESMTP id 2E8AF37B4EC for ; Tue, 20 Feb 2001 06:00:31 -0800 (PST) (envelope-from u98jobj@stud.hh.se) Received: from gs177.gsten.hh.se (chip@L22-212.gsten.hh.se [194.47.16.177]) by trill.hh.se (8.9.3/8.9.3) with ESMTP id PAA26582; Tue, 20 Feb 2001 15:00:22 +0100 (MET) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Tue, 20 Feb 2001 15:00:22 +0100 (CET) From: Joel Bjork To: Stephen Hovey Subject: RE: Offtopic sorta Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 20-Feb-01 Stephen Hovey wrote: > > Are there any utilities or utility combos available for notifying a PPP > windoze user when new mail has arrived on a fbsd box? > This is usually handled by a program that polls the pop-server every now and then to check for new mail. ICQ has a function like this and there are many separate apps that can do this, take a look at www.winfiles.com My guess is you'll find plenty. ---------------------------------- E-Mail: Joel Bjork Date: 20-Feb-01 Time: 15:00:22 ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 6: 2:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id A5FA437B4EC for ; Tue, 20 Feb 2001 06:02:18 -0800 (PST) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.9.3/8.8.7) with ESMTP id JAA30942; Tue, 20 Feb 2001 09:02:20 -0500 (EST) (envelope-from shovey@buffnet.net) Date: Tue, 20 Feb 2001 09:02:14 -0500 (EST) From: Stephen Hovey To: Joel Bjork Cc: freebsd-questions@FreeBSD.ORG Subject: RE: Offtopic sorta In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I was hoping for something less resource nasty - because I have alot of users to poll via pop3 and its a waste if you ask me! On Tue, 20 Feb 2001, Joel Bjork wrote: > > On 20-Feb-01 Stephen Hovey wrote: > > > > Are there any utilities or utility combos available for notifying a PPP > > windoze user when new mail has arrived on a fbsd box? > > > This is usually handled by a program that polls the pop-server every now > and then to check for new mail. ICQ has a function like this and there > are many separate apps that can do this, take a look at www.winfiles.com > My guess is you'll find plenty. > > ---------------------------------- > E-Mail: Joel Bjork > Date: 20-Feb-01 > Time: 15:00:22 > ---------------------------------- > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 6:12:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id D5FD837B491 for ; Tue, 20 Feb 2001 06:12:09 -0800 (PST) (envelope-from wash@poeza.iconnect.co.ke) Received: from [212.22.163.2] (helo=poeza.iconnect.co.ke) by siafu.iconnect.co.ke with esmtp (Exim 2.12 #1) id 14VDUg-000Lff-00 for freebsd-questions@freebsd.org; Tue, 20 Feb 2001 17:10:19 +0300 Received: from wash by poeza.iconnect.co.ke with local (Exim 3.20 #1) id 14VDXr-0004Ma-00 for freebsd-questions@freebsd.org; Tue, 20 Feb 2001 17:13:35 +0300 Date: Tue, 20 Feb 2001 17:13:35 +0300 From: Odhiambo Washington To: freebsd-questions@freebsd.org Subject: Re: 80gig hdd support in FreeBSD-4.2 Message-ID: <20010220171335.C14608@poeza.iconnect.co.ke> Mail-Followup-To: Odhiambo Washington , freebsd-questions@freebsd.org References: <20010220134339.10988.qmail@web117.yahoomail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="kVXhAStRUZ/+rrGn" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010220134339.10988.qmail@web117.yahoomail.com>; from "Peter Shpak" on Tue, Feb 20, 2001 at 05:43:39AM -0800 X-Operating-System: FreeBSD poeza.iconnect.co.ke 4.2-STABLE FreeBSD 4.2-STABLE X-Mailer: Mutt http://www.mutt.org/ X-Location: Mombasa, KE, East Africa Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --kVXhAStRUZ/+rrGn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Peter Shpak [20010220 16:45]: writing on the subject = '80gig hdd support in FreeBSD-4.2' Peter> hello, Peter>=20 Peter> i am planning to buy an 80gig hdd.=20 Peter> I would like to know if there are any problems using Peter> such a large drive in FreeBSD-4.2? Peter>=20 Peter> any ideas? You've not searched the mailing list archives. I'm sure I've seen this discussed. I did not memorise all that was said but I know there are lotsa people doing what you wanna do.=20 -Wash -- Odhiambo Washington Inter-Connect Ltd., wash@iconnect.co.ke 5th Flr Furaha Plaza Tel: 254 11 222604 Nkrumah Rd., Fax: 254 11 222636 PO Box 83613 MOMBASA, KE. Beware of the Turing Tar-pit in which everything is possible but nothing of= =20 interest is easy.=20 --kVXhAStRUZ/+rrGn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6knuPA2k+MNyI/bERAtfTAJ0bzNBP8CJ8dtkrRzeWhyCS6MtDXACfTFZA 9e3K4Kjzj06sJWKlpebjcgg= =6bUZ -----END PGP SIGNATURE----- --kVXhAStRUZ/+rrGn-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 6:42:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 8B81537B491 for ; Tue, 20 Feb 2001 06:42:21 -0800 (PST) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id QAA14497; Tue, 20 Feb 2001 16:48:09 +0100 Message-ID: <3A928297.F626A3BA@i-clue.de> Date: Tue, 20 Feb 2001 15:43:35 +0100 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: Mark Rowlands Cc: questions@FreeBSD.ORG Subject: Re: How to get NTFS data to Freebsd References: <01021922354600.43564@BB-62-5-7-230.bb.tninet.se> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mark Rowlands schrieb: > > I have s Win2k machine with about 20gigs of compressed data on ntfs > partitions. This has a dlt drive. I would like to convert this machine to > freebsd. I do not have 20gigs of spare capacity knocking around to dump the > data to. Any wise thoughts? Dump 'em to free space providers. If neccessary, split and dump to several free space providers. HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 6:43: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cgmd76206.chello.nl (d9168.upc-d.chello.nl [213.46.9.168]) by hub.freebsd.org (Postfix) with ESMTP id 91C2437B491 for ; Tue, 20 Feb 2001 06:43:05 -0800 (PST) (envelope-from edwin@cgmd76206.chello.nl) Received: by cgmd76206.chello.nl (Postfix, from userid 1001) id 4C3E61F; Tue, 20 Feb 2001 15:43:04 +0100 (CET) Date: Tue, 20 Feb 2001 15:43:04 +0100 From: Edwin Groothuis To: Mark Rowlands Cc: questions@FreeBSD.ORG Subject: Re: How to get NTFS data to Freebsd Message-ID: <20010220154304.H4233@cgmd76206.chello.nl> References: <01021922354600.43564@BB-62-5-7-230.bb.tninet.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <01021922354600.43564@BB-62-5-7-230.bb.tninet.se>; from mark.rowlands@minmail.net on Mon, Feb 19, 2001 at 10:35:46PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Feb 19, 2001 at 10:35:46PM +0100, Mark Rowlands wrote: > I have s Win2k machine with about 20gigs of compressed data on ntfs > partitions. This has a dlt drive. I would like to convert this machine to > freebsd. I do not have 20gigs of spare capacity knocking around to dump the > data to. Any wise thoughts? Install freebsd on an other harddisk and mount the NTFS-disk? Edwin -- Edwin Groothuis | Interested in MUDs? Visit Fatal Dimensions: mavetju@chello.nl | http://fataldimensions.nl.eu.org/ ------------------+ telnet://fataldimensions.nl.eu.org:4000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 6:49:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 6E00C37B401 for ; Tue, 20 Feb 2001 06:49:36 -0800 (PST) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id QAA14552; Tue, 20 Feb 2001 16:54:46 +0100 Message-ID: <3A928424.CAD3496E@i-clue.de> Date: Tue, 20 Feb 2001 15:50:12 +0100 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: Odhiambo Washington Cc: FBSD-Q Subject: Re: Multiple IPs on FreeBSD and TCP/IP References: <20010220154936.A14608@poeza.iconnect.co.ke> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Odhiambo Washington schrieb: > > Hi, > I'm a bit confused when it comes to having multiple IPs on one interface. > Here is my situation: > I have this box running 4.2-STABLE with an fxp0 to which I have assigned > an IP in the range of 212.22.163.0/24. I also happen to have another small > block of 64.110.74.48/28 > So I have this: > ifconfig_fxp0="inet 212.22.163.2 netmask 255.255.255.0" > ifconfig_fxp0_alias0="inet 64.110.74.50 netmask 255.255.255.240" > defaultrouter="64.110.74.49" > > Now in this situation how does the box identify itself to the outside > world? I have a gw of 212.22.163.1 but it seems if I use this for > defaultrouter then some services seem to fail. AFAIR aliased ip's should be bound as single IP "inet 64.110.74.50 netmask 255.255.255.255". IP aliasing is to have multiple IPs bound to one network board. Using it the way you do, both nets will be connected to the very same wire. Makes little sense to me. Why not break up both nets and put two network boards into the box? HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 6:52:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id D121537B4EC for ; Tue, 20 Feb 2001 06:52:31 -0800 (PST) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id QAA14585; Tue, 20 Feb 2001 16:58:21 +0100 Message-ID: <3A9284FB.99BAF332@i-clue.de> Date: Tue, 20 Feb 2001 15:53:47 +0100 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: Andreas.Polland1@student.fh-nuernberg.de Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Kernel make fails References: Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Andreas.Polland1@student.fh-nuernberg.de schrieb: > > Hi there, > > I have a Problem on 2 different Systems, so it seems to me that it's not an > error in the Software, but that I'm doing something wrong. I follow the steps > in the FreeBSD handbook and try to build my own kernel. I alter the > configuration, type '...config POCKI', start 'make depend', and then 'make'. > Then my system works a lot, types 'linking Kernel' and then aborts, > saying "uipc_accf.o(.data+0x80): undefined reference to > `sysctl__net_inet_children´ ***Error Code 1". What's wrong??? Don't know. Please include your kernel configuration file as well as the output of "uname -a" Freundliche Grüße aus Waiblingen Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 6:55:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from forrie.net (forrie.net [216.67.14.69]) by hub.freebsd.org (Postfix) with ESMTP id 5CBA237B401 for ; Tue, 20 Feb 2001 06:55:08 -0800 (PST) (envelope-from forrie@forrie.com) Received: from boom.forrie.com (forrie.ne.mediaone.net [24.147.132.133]) by forrie.net with id f1KEsxl82593 for ; Tue, 20 Feb 2001 09:55:07 -0500 (EST) Message-Id: <5.0.2.1.2.20010220095427.00a84880@216.67.14.69> X-Sender: forrie@216.67.14.69 X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Tue, 20 Feb 2001 09:54:40 -0500 To: freebsd-questions@freebsd.org From: Forrest Aldrich Subject: Kernel compile problem (ahc) FreeBSD-4.x 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 did a buildworld, and now I can't build a new kernel due to this error: -------------------------------------------------------------- >>> Kernel build for DRAMA started on Tue Feb 20 00:56:23 EST 2001 -------------------------------------------------------------- ===> DRAMA mkdir -p /usr/obj/usr/src/sys cd /usr/src/sys/i386/conf; PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin config -d /usr/obj/usr/src/sys/DRAMA DRAMA config: line 95: ahc 0 not defined *** Error code 1 I looked to ensure that the lines are properly referenced. I have hard-wired devices, which have worked fine in the past: device scbus3 at ahc0 device scbus0 at ahc1 device scbus1 at ahc2 device scbus2 at ahc3 The definition for ahc is above these hard-wired references. The old kernel works fine. Is this a known bug that needs fixing or? _F To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 7: 8:14 2001 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 B975A37B503 for ; Tue, 20 Feb 2001 07:08:11 -0800 (PST) (envelope-from hawk@fac13.ds.psu.edu) Received: from fac13.ds.psu.edu (localhost [127.0.0.1]) by fac13.ds.psu.edu (8.11.1/8.11.1) with ESMTP id f1KF62641504 for ; Tue, 20 Feb 2001 10:06:03 -0500 (EST) (envelope-from hawk@fac13.ds.psu.edu) Message-Id: <200102201506.f1KF62641504@fac13.ds.psu.edu> To: freebsd-questions@FreeBSD.ORG Subject: where is Release Name stored? #From: Richard E. Hawkins Date: Tue, 20 Feb 2001 10:06:02 -0500 From: hawk Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I thought I could live with this a few weeks until my workstation comes, but now it seems I'm dealing with a few months . . . Where is the Release Name stored for /stand/sysinstall? I've grepped through /etc/*, /etc/*/*, /stand/*, and /stand/* Somehow or another, it has gotten the idea that the release is 4.2-STABLE (which doesn't exist). Every time I want to work with the ports, I have to change it to 4.x-Stable. Config save is set to yes, but it it doesn't save this. hawk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 7:18:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f106.law11.hotmail.com [64.4.17.106]) by hub.freebsd.org (Postfix) with ESMTP id 5832E37B491 for ; Tue, 20 Feb 2001 07:18:32 -0800 (PST) (envelope-from shkelley1971@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 20 Feb 2001 07:18:32 -0800 Received: from 204.214.145.2 by lw11fd.law11.hotmail.msn.com with HTTP; Tue, 20 Feb 2001 15:18:31 GMT X-Originating-IP: [204.214.145.2] From: "Shawn Kelley" To: jrg@watching.org, linux-admin@vger.kernel.org, questions@freebsd.org Subject: Re: Port numbers Date: Tue, 20 Feb 2001 15:18:31 -0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 20 Feb 2001 15:18:32.0085 (UTC) FILETIME=[62A20C50:01C09B50] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The RFC's will provide you the most comprehensive list of port numbers available...and a lot more information... http://www.thornberg.com/firewall/rfc1700.htm Regards, Shawn Kelley >From: James R Grinter >To: "Linux Admin Mailing List \(E-mail\)" , >"'questions@freebsd.org'" >Subject: Re: Port numbers >Date: Tue, 20 Feb 2001 13:43:54 +0000 > >On Tue, Feb 20, 2001 at 08:00:36PM +1300, Richard Shea wrote: > > > Where can I get a comprehensive list of port numbers. > > > > take a look at /etc/services > >as well as the IANA approved list already referenced, there is also a >useful collection (incorporating it and other contributed info) at >http://www.portsdb.org/ - there's a search facility and also a >downloadable /etc/services. > >James. >- >To unsubscribe from this list: send the line "unsubscribe linux-admin" in >the body of a message to majordomo@vger.kernel.org _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 7:23:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from eagle.prod.itd.earthlink.net (eagle.prod.itd.earthlink.net [207.217.120.24]) by hub.freebsd.org (Postfix) with ESMTP id 3743A37B4EC for ; Tue, 20 Feb 2001 07:23:39 -0800 (PST) (envelope-from ipthomas_77@yahoo.com) Received: from scraemondaemon.mydomain.org (ip169.buffalo11.ny.pub-ip.psi.net [38.26.224.169]) by eagle.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id HAA20312; Tue, 20 Feb 2001 07:23:33 -0800 (PST) Received: (from ipthomas@localhost) by scraemondaemon.mydomain.org (8.9.3/8.9.3) id KAA00311; Tue, 20 Feb 2001 10:23:00 -0500 (EST) (envelope-from ipthomas) Date: Tue, 20 Feb 2001 10:23:00 -0500 (EST) From: Ian Patrick Thomas Message-Id: <200102201523.KAA00311@scraemondaemon.mydomain.org> To: falbu@amnesty.org, freebsd-questions@freebsd.org Subject: Re: Redirecting STDERR from within the script In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > From owner-freebsd-questions@freebsd.org Sat Jan 2 06:29:36 1999 > To: freebsd-questions@freebsd.org > Subject: Redirecting STDERR from within the script > From: falbu@amnesty.org > Date: Mon, 19 Feb 2001 21:31:28 +0000 > > Hello gurus, > > I was wondering if there's a way you can redirect stderr > from within the shell script that is running. > > For example, I have a shell script that I want to debug on a different > terminal. At a certain point in the script I want to start redirecting the > > stderr to /dev/ttyv1 and after that turn on debugging (set -x). > > In my particular scenario it is _not_ possible to run the script from the > begining with the stderr redirected, like: > myscript 2>/dev/ttyv1 > > Many thanks, > Florentin Albu > > Client-Server Systems Manager > falbu@amnesty.org > _________________________________________________________ > Amnesty International, International Secretariat > visit us at http://www.amnesty.org > > Be Realistic! Plan for a Miracle! > > > ONE click to stamp out torture. > http://www.stoptorture.org > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > With csh I use command >& /dev/ttyvn n being the terminal number or what have you. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 7:27:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from zcars04f.ca.nortel.com (zcars04f.nortelnetworks.com [47.129.242.57]) by hub.freebsd.org (Postfix) with ESMTP id 67F8F37B401 for ; Tue, 20 Feb 2001 07:27:45 -0800 (PST) (envelope-from mkoivist@nortelnetworks.com) Received: from zcard015.ca.nortel.com by zcars04f.ca.nortel.com; Tue, 20 Feb 2001 09:56:30 -0500 Received: by zcard015.ca.nortel.com with Internet Mail Service (5.5.2653.19) id ; Tue, 20 Feb 2001 09:56:31 -0500 Message-ID: From: "Matthew Koivisto" To: "'freebsd-questions@freebsd.org'" Subject: RE: freebsd problem Date: Tue, 20 Feb 2001 09:56:30 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C09B4D.4ED06080" X-Orig: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C09B4D.4ED06080 Content-Type: text/plain; charset="iso-8859-1" I'm assuming your tryin to login in as root remotely. This is by default disabled, you should log on as root locally and then add a usr to the wheel group. Now login remoly as that usr, then type # su root (or just "su") and enter the root password. This is a more secure way to login as root remotely. matt -----Original Message----- From: maintrade [mailto:hostmaster@maintrade.com] Sent: Monday, February 19, 2001 11:56 PM To: freebsd-questions Subject: freebsd problem Dear Sir: We purchaed feebsd version 4.01. After we have changed the login password remotely, we can not connect. We get "login incorrect" message. Why is this happening ? What is the solution ? Thank you, Lee ------_=_NextPart_001_01C09B4D.4ED06080 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

I= ’m assuming your tryin to login in as root remotely. This is by default = disabled, you should log on as root locally and then add a usr to the wheel = group. Now login remoly as that usr, then type # su root (or just = “su”) and enter the root password. This is a more secure way to login as root = remotely.

<= ![if = !supportEmptyParas]> 

=

m= att

<= ![if = !supportEmptyParas]> 

=

-----Original Message-----
From: maintrade [mailto:hostmaster@maintrade.com]
Sent: Monday, February = 19, 2001 11:56 PM
To: = freebsd-questions
Subject: freebsd = problem

 

Dear Sir:

 =

We purchaed feebsd version 4.01.=

After we have changed the login password remotely, we can not = connect.=

We get "login incorrect" message.=

 =

Why is this happening ? What is the solution ?=

 =

Thank you,

Lee=

------_=_NextPart_001_01C09B4D.4ED06080-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 7:37:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.wmptl.com (mail2.wmptl.com [216.94.6.26]) by hub.freebsd.org (Postfix) with ESMTP id D6F2237B401 for ; Tue, 20 Feb 2001 07:37:26 -0800 (PST) (envelope-from JBeekhuis@wmptl.com) Received: (from apache@localhost) by mail2.wmptl.com (8.9.3/8.9.3) id KAA84736; Tue, 20 Feb 2001 10:48:07 -0500 (EST) (envelope-from JBeekhuis@wmptl.com) Date: Tue, 20 Feb 2001 10:48:07 -0500 (EST) Message-Id: <200102201548.KAA84736@mail2.wmptl.com> From: "Jamie Beekhuis" To: questions@freebsd.org Subject: Unix tar for Windows X-Mailer: NeoMail 1.20 X-IPAddress: 216.94.6.26 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG We require a utility to untar unix tape archives from a windows box using an external seagate tape dat drive. Does anyone know of any such utility or method to read these tapes? Jamie Beekhuis Computer Systems Engineer Windsor Match Plate and Tool Ltd. JBeekhuis@wmptl.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 7:38: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from agent57.gbnet.net (agent57.gbnet.net [194.70.126.12]) by hub.freebsd.org (Postfix) with SMTP id 271E437B491 for ; Tue, 20 Feb 2001 07:38:04 -0800 (PST) (envelope-from jrg@watching.org) Received: (qmail 834 invoked from network); 20 Feb 2001 15:38:02 -0000 Received: from ns.gbnet.net (qmailr@194.70.126.10) by agent57.gbnet.net with SMTP; 20 Feb 2001 15:38:02 -0000 Received: (qmail 8898 invoked by uid 102); 20 Feb 2001 15:38:01 -0000 Date: Tue, 20 Feb 2001 15:38:01 +0000 From: James R Grinter To: Shawn Kelley Cc: linux-admin@vger.kernel.org, questions@freebsd.org Subject: Re: Port numbers Message-ID: <20010220153801.A27501@ns.gbnet.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from shkelley1971@hotmail.com on Tue, Feb 20, 2001 at 03:18:31PM -0000 X-Subliminal: Doesn't anybody quote any more? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Feb 20, 2001 at 03:18:31PM -0000, Shawn Kelley wrote: > The RFC's will provide you the most comprehensive list of port numbers > available...and a lot more information... > > http://www.thornberg.com/firewall/rfc1700.htm Do you see any napster ports marked in there? Any common trojan ports? Proprietary but common protocol ports? Alternative uses for assigned ports? nope. and that's the sort of knowledge that the portsdb project aims to collate into one place. (incidentally, 1700 is very old. As another poster to this thread said, the IANA list ftp://ftp.isi.edu/in-notes/iana/assignments/port-numbers is the canonical source of IANA assigned ports.) James. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 7:49:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f230.law11.hotmail.com [64.4.17.230]) by hub.freebsd.org (Postfix) with ESMTP id 26E2E37B491 for ; Tue, 20 Feb 2001 07:49:18 -0800 (PST) (envelope-from shkelley1971@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 20 Feb 2001 07:49:17 -0800 Received: from 204.214.145.2 by lw11fd.law11.hotmail.msn.com with HTTP; Tue, 20 Feb 2001 15:49:17 GMT X-Originating-IP: [204.214.145.2] From: "Shawn Kelley" To: jrg@watching.org Cc: linux-admin@vger.kernel.org, questions@freebsd.org Subject: Re: Port numbers Date: Tue, 20 Feb 2001 15:49:17 -0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 20 Feb 2001 15:49:17.0885 (UTC) FILETIME=[AED0C6D0:01C09B54] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG True. However it is still a valid & useful list regarless of its age. And I do believe the original request was for "comprehensive list of port numbers." :-) Shawn >From: James R Grinter >To: Shawn Kelley >CC: linux-admin@vger.kernel.org, questions@freebsd.org >Subject: Re: Port numbers >Date: Tue, 20 Feb 2001 15:38:01 +0000 > >On Tue, Feb 20, 2001 at 03:18:31PM -0000, Shawn Kelley wrote: > > The RFC's will provide you the most comprehensive list of port numbers > > available...and a lot more information... > > > > http://www.thornberg.com/firewall/rfc1700.htm > >Do you see any napster ports marked in there? >Any common trojan ports? >Proprietary but common protocol ports? >Alternative uses for assigned ports? > >nope. > >and that's the sort of knowledge that the portsdb project aims to collate >into one place. > >(incidentally, 1700 is very old. As another poster to this thread >said, the IANA list >ftp://ftp.isi.edu/in-notes/iana/assignments/port-numbers >is the canonical source of IANA assigned ports.) > >James. _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 7:51: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail-gw.wamnet.com (mail-gw.wamnet.com [208.50.249.20]) by hub.freebsd.org (Postfix) with ESMTP id 557F537B491 for ; Tue, 20 Feb 2001 07:51:03 -0800 (PST) (envelope-from lcarmich@wamnet.com) Received: from ndm.wamnet.com([172.17.38.2]) (1564 bytes) by mail-gw.wamnet.com via sendmail with P:esmtp/R:inet_hosts/T:smtp (sender: ) id for ; Tue, 20 Feb 2001 09:48:23 -0600 (CST) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-7) Received: from ds.cops.wamnet.com (ds.cops.wamnet.com [172.17.31.2]) by ndm.wamnet.com (8.9.1a/8.9.1) with ESMTP id JAA4425164; Tue, 20 Feb 2001 09:48:22 -0600 (CST) Received: from y.cops.wamnet.com (y.cops.wamnet.com [172.17.31.43]) by ds.cops.wamnet.com (980427.SGI.8.8.8/970903.SGI.AUTOCF) via SMTP id JAA80387; Tue, 20 Feb 2001 09:48:22 -0600 (CST) Date: Tue, 20 Feb 2001 09:48:22 -0600 (CST) From: Lee J Carmichael X-Sender: lcarmich@y.cops.wamnet.com To: Jamie Beekhuis Cc: questions@FreeBSD.ORG Subject: Re: Unix tar for Windows In-Reply-To: <200102201548.KAA84736@mail2.wmptl.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 Winzip will work. It understands tarballs. -------- Lee Carmichael WAM!NET Inc. System Engineer 655 Lone Oak Rd Building E 651-256-5292 Eagan, MN 55121 On Tue, 20 Feb 2001, Jamie Beekhuis wrote: > We require a utility to untar unix tape archives from a windows box > using an external seagate tape dat drive. Does anyone know of any such > utility or method to read these tapes? > > Jamie Beekhuis > Computer Systems Engineer > Windsor Match Plate and Tool Ltd. > JBeekhuis@wmptl.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 7:55: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from server-16.tower-4.starlabs.net (mail.london-1.starlabs.net [212.125.75.12]) by hub.freebsd.org (Postfix) with SMTP id 7DD5F37B4EC for ; Tue, 20 Feb 2001 07:54:49 -0800 (PST) (envelope-from FAULKNJ@apci.com) X-VirusChecked: Checked Received: (qmail 16036 invoked from network); 20 Feb 2001 15:50:44 -0000 Received: from wesson.apci.com (HELO crypto.apci.com) (204.27.156.141) by server-16.tower-4.starlabs.net with SMTP; 20 Feb 2001 15:50:44 -0000 Received: from SMTP agent by mail gateway Tue, 20 Feb 2001 10:47:28 -0500 Received: from 144.249.168.155 by crypto.apci.com with SMTP (Tumbleweed MMS SMTP Relay (MMS v4.7)); Tue, 20 Feb 2001 10:54:42 -0500 X-Server-Uuid: 0a59d787-ec29-11d2-907b-0008c7f41790 Received: from naex000b.apci.com (naex000b.apci.com [144.249.178.60]) by relay.apci.com (8.8.5/8.8.5) with ESMTP id KAA25307 for ; Tue, 20 Feb 2001 10:54:41 -0500 (EST) Received: by naex000b.apci.com with Internet Mail Service (5.5.2650.21) id ; Tue, 20 Feb 2001 10:54:35 -0500 Message-ID: <944655C62C1CD311A2AF0008C75D89BD0383EC5F@naex004m.apci.com> From: "FAULKNER,JOHN B." To: "'freebsd-questions@freebsd.org'" Subject: microuptime messages - no amd no apm - LONG Date: Tue, 20 Feb 2001 10:54:38 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) X-WSS-ID: 168C4CC8681728-01-01 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG problem: Issue is similar to others with the 'microuptime() went backwards'. boot up, before I get a prompt the screen floods with 'microuptime() went backwards' messages. messages never stop. difference is this is NOT an AMD box, and the messages occure even if I compile the kernel with no APM support. Hardware: Intergraph td-40. dual pentium 166. see dmesg outputs for specifics. history: installed 4.2 release via ftp, no problems. recompiled the release kernel source with smp, no problems. I was having some timeout issues with my linksys card so I decided to 'cvsup stable-supfile'. compiled stable sources and blammo, microuptime(). pulled what I though was a bad NIC. installed a 3com. microuptime() messages persisted. checked the mailing lists saw the apm issue. recompiled with no apm, still get microuptime(). what's the best way to get back to the release kernel sources? i'd like to do some more testing to make sure that this issue doesn't exist in the release and only in the stable. any thoughts? below are two dmesg outputs. first the GENERIC release, no microuptime()messages. second is STABLE with no apm, produces microuptime() messages. -jack faulkner Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.2-RELEASE #0: Mon Nov 20 13:02:55 GMT 2000 jkh@bento.FreeBSD.org:/usr/src/sys/compile/GENERIC Timecounter "i8254" frequency 1193182 Hz CPU: Pentium/P55C (156.57-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x543 Stepping = 3 Features=0x8003bf real memory = 67108864 (65536K bytes) avail memory = 61083648 (59652K bytes) Preloaded elf kernel "kernel.GENERIC" at 0xc0436000. Intel Pentium detected, installing workaround for F00F bug md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 isab0: at device 2.0 on pci0 isa0: on isab0 pci0: at 5.0 irq 11 lnc0: port 0xff40-0xff5f irq 15 at device 6.0 on pci0 lnc0: PCnet-32 VL-Bus address 08:00:36:c1:ec:02 lnc0: driver is using old-style compatability shims ahc0: port 0xf800-0xf8ff mem 0xffbe7000-0xffbe7fff irq 9 at device 7.0 on pci0 ahc0: Using left over BIOS settings aic7850: Single Channel A, SCSI Id=7, 3/255 SCBs atapci0: port 0xf000-0xf0ff,0xffe0-0xffe3,0xffa8-0xffaf,0xffe4-0xffe7,0xfff0-0xfff7 irq 11 at device 13.0 on pci0 ata2: at 0xfff0 on atapci0 ata3: at 0xffa8 on atapci0 dc0: port 0xf400-0xf4ff mem 0xffbe6c00-0xffbe6fff irq 15 at device 15.0 on pci0 dc0: Ethernet address: 00:20:78:05:df:2b miibus0: on dc0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto 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 on isa0 pcic0: Polling mode pccard0: on pcic0 pccard1: on pcic0 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 ad6: 43979MB [89355/16/63] at ata3-master UDMA33 Waiting 15 seconds for SCSI devices to settle da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 10.000MB/s transfers (10.000MHz, offset 8) da0: 1222MB (2503872 512 byte sectors: 64H 32S/T 1222C) Mounting root from ufs:/dev/da0s1a cd0 at ahc0 bus 0 target 4 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 5.000MB/s transfers (5.000MHz, offset 15) cd0: Attempt to query device size failed: NOT READY, Medium not present ad6: READ command timeout tag=0 serv=0 - resetting ata3: resetting devices .. done ad6: READ command timeout tag=0 serv=0 - resetting ata3: resetting devices .. done ad6: READ command timeout tag=0 serv=0 - resetting ata3: resetting devices .. done ad6: READ command timeout tag=0 serv=0 - resetting ad6: trying fallback to PIO mode ata3: resetting devices .. done Feb 19 21:41:19 dick /kernel: Copyright (c) 1992-2001 The FreeBSD Project. Feb 19 21:41:19 dick /kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 Feb 19 21:41:19 dick /kernel: The Regents of the University of California. All rights reserved. Feb 19 21:41:19 dick /kernel: FreeBSD 4.2-STABLE #0: Mon Feb 19 21:21:58 EST 2001 Feb 19 21:41:19 dick /kernel: root@dick:/usr/src/sys/compile/KORDIC5 Feb 19 21:41:19 dick /kernel: Timecounter "i8254" frequency 1193182 Hz Feb 19 21:41:19 dick /kernel: CPU: Pentium/P55C (136.58-MHz 586-class CPU) Feb 19 21:41:19 dick /kernel: Origin = "GenuineIntel" Id = 0x543 Stepping = 3 Feb 19 21:41:19 dick /kernel: Features=0x8003bf Feb 19 21:41:20 dick /kernel: real memory = 67108864 (65536K bytes) Feb 19 21:41:20 dick /kernel: avail memory = 61988864 (60536K bytes) Feb 19 21:41:20 dick /kernel: Changing APIC ID for IO APIC #0 from 0 to 2 on chip Feb 19 21:41:20 dick /kernel: Programming 16 pins in IOAPIC #0 Feb 19 21:41:20 dick /kernel: IOAPIC #0 intpin 2 -> irq 0 Feb 19 21:41:20 dick /kernel: FreeBSD/SMP: Multiprocessor motherboard Feb 19 21:41:20 dick /kernel: cpu0 (BSP): apic id: 0, version: 0x00030010, at 0xfee00000 Feb 19 21:41:20 dick /kernel: cpu1 (AP): apic id: 1, version: 0x00030010, at 0xfee00000 Feb 19 21:41:20 dick /kernel: io0 (APIC): apic id: 2, version: 0x000f0011, at 0xfec00000 Feb 19 21:41:20 dick /kernel: Preloaded elf kernel "kernel" at 0xc034d000. Feb 19 21:41:20 dick /kernel: Intel Pentium detected, installing workaround for F00F bug Feb 19 21:41:20 dick /kernel: md0: Malloc disk Feb 19 21:41:20 dick /kernel: npx0: on motherboard Feb 19 21:41:20 dick /kernel: npx0: INT 16 interface Feb 19 21:41:20 dick /kernel: pcib0: on motherboard Feb 19 21:41:20 dick /kernel: pci0: on pcib0 Feb 19 21:41:20 dick /kernel: isab0: at device 2.0 on pci0 Feb 19 21:41:20 dick /kernel: isa0: on isab0 Feb 19 21:41:20 dick /kernel: pci0: at 5.0 irq 11 Feb 19 21:41:20 dick /kernel: pci0: (vendor=0x1022, dev=0x2000) at 6.0 irq 15 Feb 19 21:41:20 dick /kernel: ahc0: port 0xf800-0xf8ff mem 0xffbe7000-0xffbe7fff irq 9 at device 7.0 on pci0 Feb 19 21:41:20 dick /kernel: ahc0: Using left over BIOS settings Feb 19 21:41:20 dick /kernel: aic7850: Single Channel A, SCSI Id=7, 3/255 SCBs Feb 19 21:41:20 dick /kernel: atapci0: port 0xf400-0xf4ff,0xffe0-0xffe3,0xffa8-0xffaf,0xffe4-0xffe7,0xfff0-0xfff7 irq 11 at device 13.0 on pci0 Feb 19 21:41:20 dick /kernel: ata2: at 0xfff0 on atapci0 Feb 19 21:41:20 dick /kernel: ata3: at 0xffa8 on atapci0 Feb 19 21:41:20 dick /kernel: vx0: <3COM 3C595 Fast Etherlink III PCI> port 0xff80-0xff9f irq 15 at device 14.0 on pci0 Feb 19 21:41:21 dick /kernel: utp/tx[*utp*]: disable 'auto select' with DOS util! address 00:a0:24:6d:28:78 Feb 19 21:41:21 dick /kernel: vx0: driver is using old-style compatability shims Feb 19 21:41:21 dick /kernel: fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 Feb 19 21:41:21 dick /kernel: fdc0: FIFO enabled, 8 bytes threshold Feb 19 21:41:21 dick /kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0 Feb 19 21:41:21 dick /kernel: atkbdc0: at port 0x60,0x64 on isa0 Feb 19 21:41:21 dick /kernel: atkbd0: flags 0x1 irq 1 on atkbdc0 Feb 19 21:41:21 dick /kernel: kbd0 at atkbd0 Feb 19 21:41:21 dick /kernel: psm0: irq 12 on atkbdc0 Feb 19 21:41:21 dick /kernel: psm0: model Generic PS/2 mouse, device ID 0 Feb 19 21:41:21 dick /kernel: vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Feb 19 21:41:21 dick /kernel: sc0: at flags 0x100 on isa0 Feb 19 21:41:21 dick /kernel: sc0: VGA <16 virtual consoles, flags=0x300> Feb 19 21:41:21 dick /kernel: sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 Feb 19 21:41:21 dick /kernel: sio0: type 16550A Feb 19 21:41:21 dick /kernel: sio1 at port 0x2f8-0x2ff irq 3 on isa0 Feb 19 21:41:21 dick /kernel: sio1: type 16550A Feb 19 21:41:21 dick /kernel: ppc0: at port 0x378-0x37f irq 7 on isa0 Feb 19 21:41:21 dick /kernel: ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode Feb 19 21:41:21 dick /kernel: lpt0: on ppbus0 Feb 19 21:41:21 dick /kernel: lpt0: Interrupt-driven port Feb 19 21:41:21 dick /kernel: APIC_IO: Testing 8254 interrupt delivery Feb 19 21:41:21 dick /kernel: APIC_IO: routing 8254 via IOAPIC #0 intpin 2 Feb 19 21:41:21 dick /kernel: SMP: AP CPU #1 Launched! Feb 19 21:41:21 dick /kernel: ad6: 43979MB [89355/16/63] at ata3-master UDMA100 Feb 19 21:41:21 dick /kernel: Waiting 15 seconds for SCSI devices to settle Feb 19 21:41:21 dick /kernel: da0 at ahc0 bus 0 target 0 lun 0 Feb 19 21:41:21 dick /kernel: da0: Fixed Direct Access SCSI-2 device Feb 19 21:41:22 dick /kernel: da0: 10.000MB/s transfers (10.000MHz, offset 8) Feb 19 21:41:22 dick /kernel: da0: 1222MB (2503872 512 byte sectors: 64H 32S/T 1222C) Feb 19 21:41:22 dick /kernel: Mounting root from ufs:/dev/da0s1a Feb 19 21:41:22 dick /kernel: cd0 at ahc0 bus 0 target 4 lun 0 Feb 19 21:41:22 dick /kernel: cd0: Removable CD-ROM SCSI-2 device Feb 19 21:41:22 dick /kernel: cd0: 5.000MB/s transfers (5.000MHz, offset 15) Feb 19 21:41:22 dick /kernel: cd0: Attempt to query device size failed: NOT READY, Medium not present Feb 19 21:41:22 dick /kernel: microuptime() went backwards (80.483132 -> 80.476401) Feb 19 21:41:21 dick /kernel: microuptime() went backwards (80.514015 -> 80.-694871713) Feb 19 21:41:22 dick /kernel: microuptime() went backwards (80.541954 -> 80.-694878018) Feb 19 21:41:22 dick /kernel: microuptime() went backwards (80.542709 -> 80.532544) Feb 19 21:41:22 dick /kernel: microuptime() went backwards (80.559797 -> 80.542122) Feb 19 21:41:22 dick /kernel: microuptime() went backwards (80.598635 -> 80.588683) Feb 19 21:41:22 dick /kernel: microuptime() went backwards (80.717539 -> 80.709703) Feb 19 21:41:22 dick /kernel: microuptime() went backwards (80.826354 -> 80.-694571803) Feb 19 21:41:22 dick /kernel: microuptime() went backwards (80.857960 -> 80.824934) Feb 19 21:41:22 dick /kernel: microuptime() went backwards (80.816131 -> 80.-694518565) Feb 19 21:41:22 dick /kernel: microuptime() went backwards (80.887744 -> 80.-694518696) ... ... + To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 7:57: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from heorot.1nova.com (sub24-23.member.dsl-only.net [63.105.24.23]) by hub.freebsd.org (Postfix) with ESMTP id 6EE8B37B401 for ; Tue, 20 Feb 2001 07:57:04 -0800 (PST) (envelope-from hamellr@1nova.com) Received: by heorot.1nova.com (Postfix, from userid 1000) id 3528F18C4; Mon, 19 Feb 2001 08:20:38 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by heorot.1nova.com (Postfix) with ESMTP id 2C63718C2; Mon, 19 Feb 2001 08:20:38 -0800 (PST) Date: Mon, 19 Feb 2001 08:20:38 -0800 (PST) From: Rick Hamell To: Lee J Carmichael Cc: Jamie Beekhuis , questions@FreeBSD.ORG Subject: Re: Unix tar for Windows 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 > Winzip will work. It understands tarballs. Not to mention WinTar and WinAce... But... I think his problem is going to be to get the tar balls off the tape drive. He'll need to find a copy of the Seagate software then restore the files to the Windows hard drive. Unless the Windows Backup software acutally sees the drive. Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 8: 6:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from odd31.cs.ohiou.edu (odd31.cs.ohiou.edu [132.235.1.48]) by hub.freebsd.org (Postfix) with ESMTP id 5A0E137B4EC for ; Tue, 20 Feb 2001 08:06:57 -0800 (PST) (envelope-from frussell@p1.cs.ohiou.edu) Received: from localhost (frussell@localhost) by odd31.cs.ohiou.edu (8.9.3/8.9.3) with SMTP id LAA19196; Tue, 20 Feb 2001 11:06:19 -0500 (EST) X-Authentication-Warning: odd31.cs.ohiou.edu: frussell owned process doing -bs Date: Tue, 20 Feb 2001 11:06:18 -0500 (EST) From: Russell Francis X-Sender: frussell@odd31 To: Rick Hamell Cc: Lee J Carmichael , Jamie Beekhuis , questions@FreeBSD.ORG Subject: Re: Unix tar for Windows In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG There is also a Windows executable in the gnu ftp archive ftp://ftp.gnu.org/gnu/tar/tar-1.12.msdos.exe > > Winzip will work. It understands tarballs. > > Not to mention WinTar and WinAce... But... I think his problem is > going to be to get the tar balls off the tape drive. He'll need to find a > copy of the Seagate software then restore the files to the Windows hard > drive. Unless the Windows Backup software acutally sees the drive. > > Rick > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 8:26:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from trinity.lee.net (trinity.lee.net [208.229.121.1]) by hub.freebsd.org (Postfix) with ESMTP id 2B66037B491 for ; Tue, 20 Feb 2001 08:26:11 -0800 (PST) (envelope-from awells@journalstar.com) Received: from journalstar.com (leepcD-096.sub-d.lee.net [208.205.127.96]) by trinity.lee.net (8.9.3/8.9.3) with ESMTP id KAA32500; Tue, 20 Feb 2001 10:25:48 -0600 Message-ID: <3A929A6A.64335B9C@journalstar.com> Date: Tue, 20 Feb 2001 10:25:14 -0600 From: Tony Wells X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.0.36 i386) X-Accept-Language: en MIME-Version: 1.0 To: Josh Thomas Cc: freebsd-questions@FreeBSD.ORG Subject: Re: out of inodes on /var References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Josh Thomas wrote: > > I just went through and deleted some unnecessary /var files, but is this > just a temporary fix? > > pid 19572 (sendmail), uid 0 on /var: out of inodes > df -i will give you statistics on how many inodes you have left on your different partitions. You need an inode to point to a file, so if you have a lot of files you'll consume your available inodes. > Also, I disabled sendmail is /etc/rc.conf, yet it keeps apparently > running? > 'ps -ax | grep sendmail' will tell you if it's running. You can kill it if it is. /etc/crontab has a few default entries that will use sendmail to send root system information, but they don't launch it as a daemon. > -Josh > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 8:32:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from linux.purenetfx.com (linux.purenetfx.com [207.179.24.34]) by hub.freebsd.org (Postfix) with ESMTP id BA1EC37B401 for ; Tue, 20 Feb 2001 08:32:34 -0800 (PST) (envelope-from brian@gzmarketing.com) Received: from picard ([207.179.24.38]) by linux.purenetfx.com (8.9.3/8.8.7) with SMTP id JAA01359; Tue, 20 Feb 2001 09:32:34 -0700 Message-ID: <008901c09b5a$bf7fce80$2618b3cf@picard> From: "Brian T. Allen" To: , "Nigel Taylor" References: <001401c09adc$54e5c1c0$4501a8c0@a> <20010220064430.B9031@daemon.ninth-circle.org> Subject: Re: Cvsup and ports Date: Tue, 20 Feb 2001 09:32:42 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am a newbie, and I just went through this. I installed 4.2 from ISO, then did a CVSup and got that same error. It said to look at Q12 and Q13, which I did. I missed the answer the first time, but it IS there. My solution was to just delete the entire ports directory (which took forever! I am coming from Linux and deleting that much would have taken 1/10th the time. Perhaps it is in my SCSI config...) and then CVSup, which left me with new versions of all the ports (which didn't have the pgk and patches directories which are causing the problems). Once I did that, everything works GREAT! FreeBSD is very cool, and I send praise and thanks to whoever came up with the ports collection idea. Thanks, Brian Allen > -On [20010220 02:30], Nigel Taylor (latifa@iinet.net.au) wrote: > >I recently did a CVSUP on my ports because i wanted to install > >enlightenment did a make install and recieved the following error. > > > >Error: your port uses an old layout. Please update it to match this > >bsd.port.mk. If you have updated your ports collection via cvsup and > >are still getting this error, see Q12 and Q13 in the cvsup FAQ ob > >http://www.polstra.com for further information. > > Please ask questions like this on the freebsd-questions mailinglist. > > >Now i have done everything it has said, still get the same error > > You obviously missed to do something. :) > > Either: > > 1) make world > > 2) cd /usr/src/share/mk [after updating it]; make install > > And that should fix things. > > -- > Jeroen Ruigrok vd Werven/Asmodai asmodai@[wxs.nl|bart.nl|freebsd.org] > Documentation nutter/C-rated Coder BSD: Technical excellence at its best > D78D D0AD 244D 1D12 C9CA 7152 035C 1138 546A B867 > I'm a child of the air, I'm a witch of the wind... > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 8:34:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp6.us.dell.com (smtp6.us.dell.com [143.166.83.101]) by hub.freebsd.org (Postfix) with ESMTP id 3040537B491 for ; Tue, 20 Feb 2001 08:34:34 -0800 (PST) (envelope-from lawrence_morrison@dell.com) Received: from tux.us.dell.com (tux.us.dell.com [143.166.152.29]) by smtp6.us.dell.com (8.11.0/8.11.0) with ESMTP id f1KGYWV03720 for ; Tue, 20 Feb 2001 10:34:32 -0600 Received: from fcpds ([143.166.68.206]) by tux.us.dell.com (8.11.0/8.11.0) with SMTP id f1KGYVV17647 for ; Tue, 20 Feb 2001 10:34:31 -0600 Message-ID: <001201c09b5a$ffe56700$ce44a68f@fcpds> Reply-To: "Lawrence Morrison" From: "Lawrence Morrison" To: Subject: BSD imaging Date: Tue, 20 Feb 2001 10:34:29 -0600 Organization: Dell Computer corperation MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000F_01C09B28.B4A911B0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000F_01C09B28.B4A911B0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Support team, I am trying to image a BSD hard drive inside a windoze = enviroment. Is this possable. I have tried to to use ghost and power = quest. Neither which have worked. =20 Please help Larry Morrison=20 ------=_NextPart_000_000F_01C09B28.B4A911B0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Support team,
 
        I = am trying=20 to image a BSD hard drive inside a windoze enviroment. Is this possable. = I have=20 tried to to use ghost and power quest. Neither which have = worked.
 
     Please = help
       =20     Larry Morrison =
------=_NextPart_000_000F_01C09B28.B4A911B0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 8:43: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tor-mfi3.attcanada.ca (tor-mfi1.attcanada.ca [207.181.66.248]) by hub.freebsd.org (Postfix) with ESMTP id 6B6DB37B491 for ; Tue, 20 Feb 2001 08:43:04 -0800 (PST) (envelope-from bwatts@corp.attcanada.ca) Received: from exmail.corp.netcom.ca (exmail.corp.netcom.ca [192.168.101.5]) by tor-mfi3.attcanada.ca (8.9.3/8.9.3) with ESMTP id LAA17243 for ; Tue, 20 Feb 2001 11:42:10 -0500 (EST) Received: by exmail.corp.netcom.ca with Internet Mail Service (5.5.2650.21) id ; Tue, 20 Feb 2001 11:42:57 -0500 Message-ID: <051686CF5E6CD211B8FC00A0C9D4CF4505C20DE8@exmail.corp.netcom.ca> From: Brad Watts To: "'freebsd-questions@freebsd.org'" Subject: Segmentation fault with Wine Emulator Date: Tue, 20 Feb 2001 11:42:57 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have dual booted my machine with NT and BSD 4.2. After installing wine and adding the following to my Kernel (below) and successfully recompiling it, I attempted to run wine and recieved the following Segmentation fault error: Added: options USER_LDT options SYSVSHM options SYSVSEM options SYSVMSG bwatts@corp[wine]>wine C:\WINDOWS\SOL.EXE i386_set_ldt: Operation not supported Segmentation fault Any ideas? This may be a silly question, but does wine support NT? Thanks, Brad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 8:44:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from euclid.cs.niu.edu (euclid.cs.niu.edu [131.156.145.14]) by hub.freebsd.org (Postfix) with ESMTP id 9D3BC37B401 for ; Tue, 20 Feb 2001 08:44:26 -0800 (PST) (envelope-from sendmail+rickert@Sendmail.ORG) Received: from localhost (rickert@localhost [127.0.0.1]) by euclid.cs.niu.edu (8.12.0.Beta3/8.12.0.Beta3) with ESMTP id f1KGiMiS016293; Tue, 20 Feb 2001 10:44:22 -0600 (CST) X-Mailer: exmh version 2.1.2 06/08/2000 To: Operador del sistema Cc: sendmail-questions@sendmail.ORG, freebsd-questions@freebsd.org Reply-To: sendmail-questions@sendmail.org Subject: Re: error References: <16165.982685754@euclid.cs.niu.edu> In-Reply-To: Message from Operador del sistema of "Tue, 20 Feb 2001 11:22:18 EST." Date: Tue, 20 Feb 2001 10:44:22 -0600 Message-ID: <16290.982687462@euclid.cs.niu.edu> From: Neil W Rickert Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Operador del sistema wrote: >Hi, I would like to know if it's a problem of my server >(nietzsche.webcaribe.net) and how can i solve?.. >This topic is not sendmail related, but, well, i can become in a problem >for the mail users... Obviously, your sendmail server is managing to send us email. If freebsd.org has a problem with accepting mail from your system, then you will have to ask them to explain. I am puzzled that a support group would make their support line inaccessible to people who need support. You can perhaps get around the problem by using your ISP server as a SMART_HOST . Of course, this may not help if your ISP server does not have reverse DNS properly set up. >thanks alot, >----- >WebCaribe: La presencia Web de la costa caribe >Departamento de sistemas >Calle 81 # 67 - 36 L2 - Barranquilla - Colombia >Tel: 57-5-3789671/3789167 - http://www.webcaribe.net >On Tue, 20 Feb 2001, Neil W Rickert wrote: >> Operador del sistema wrote: >> >hi, why i recive this: >> >Feb 20 11:02:36 nietzsche >> >sendmail[73312]: WAA69948: to=, >> >ctladdr= (1001/0), delay=4+12:41:01, >> >xdelay=00:00:09, mailer=esmtp, relay=hub.freebsd.org. [216.136.204.18], >> >stat=Deferred: 450 Client host rejected: cannot find your hostname, >> >[209.88.252.106] >> That appears to be a message from hub.freebsd.org. Presumably they >> are refusing your mail because the reverse dns lookup of >> 209.88.252.106 fails. >> You would have to ask them why they are being so restrictive (if you >> can manage to get through to them). >> -NWR -NWR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 8:51:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.wmptl.com (mail2.wmptl.com [216.94.6.26]) by hub.freebsd.org (Postfix) with ESMTP id 0EB4737B69B for ; Tue, 20 Feb 2001 08:51:07 -0800 (PST) (envelope-from webmaster@wmptl.com) Received: (from apache@localhost) by mail2.wmptl.com (8.9.3/8.9.3) id MAA96499; Tue, 20 Feb 2001 12:01:47 -0500 (EST) (envelope-from webmaster@wmptl.com) Date: Tue, 20 Feb 2001 12:01:47 -0500 (EST) Message-Id: <200102201701.MAA96499@mail2.wmptl.com> From: "Nathan Vidican" To: questions@freebsd.org Subject: unix tar for windows from DAT tape (was: unix tar for windows) X-Mailer: NeoMail 1.20 X-IPAddress: 216.94.6.26 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG We need to read a tar archive from a Seagate SCSI DAT, (DDS 24gig), that was written using Sun Solaris/HPUX/SGI Irix, (obviously more than one tape - point being they are all written using tar). Normally we would un-tar these tapes from a sparcstation, using 'tar xvf /dev/rmt/0mn', we would like to eventually utilize P.C.'s instead of these machines. Two possible solutions include a- running some sort of Unix system, (FreeBSD or Solaris x86), on a dual-booting machine to un-tar the files from a P.C., or b- find some sort of utility that will allow us to read the tar-written tapes from Windows 95/Windows NT. The latter of the two solutions is preferable, so just figured I'd ask around to see if anyone knows of such a utility. We posted a similar request earlier today, but all of the replies received thus far are for utilities that will read tar files, (eg something.tar), which is not what our intent was. In short - need something to read unix tar DAT tapes from P.C. -- 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 Tue Feb 20 8:51:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lcmail2.lc.ca.gov (lcmail2.lc.ca.gov [165.107.12.11]) by hub.freebsd.org (Postfix) with ESMTP id 875D437B401 for ; Tue, 20 Feb 2001 08:50:53 -0800 (PST) (envelope-from Drew.Tomlinson@lc.ca.gov) Received: from CONVERSION-DAEMON by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) id <0G9200G01ERSON@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.org; Tue, 20 Feb 2001 08:50:47 -0800 (PST) Received: from ldcmsx01.lc.ca.gov ([165.107.11.191]) by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) with ESMTP id <0G9200H5HERMCQ@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.org; Tue, 20 Feb 2001 08:50:11 -0800 (PST) Received: by ldcmsx01.lc.ca.gov with Internet Mail Service (5.5.2650.21) id <1697NL2A>; Tue, 20 Feb 2001 08:50:10 -0800 Content-return: allowed Date: Tue, 20 Feb 2001 08:50:08 -0800 From: "Tomlinson, Drew" Subject: Newbie Help Diagnosing Startup Script To: "'FreeBSD Questions (E-mail)'" Message-id: MIME-version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-type: MULTIPART/ALTERNATIVE; BOUNDARY="Boundary_(ID_dw+lNOj4HinCEngl/QY+bA)" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --Boundary_(ID_dw+lNOj4HinCEngl/QY+bA) Content-type: text/plain; charset="iso-8859-1" Newbie Alert. I am trying to diagnose why a startup script doesn't seem to run automatically during startup but seems to run fine when invoked from the command line. My script lives in /usr/local/etc/rc.d. I have checked the man pages and verified that /etc/defaults/rc.conf contains this directory in the local_startup line and there are no overrides in /etc/rc.conf. My script is called dynip.sh and it has the following "permissions" (is this the right term?). -rwxr-x--x 1 root wheel 111 Sep 13 04:51 apache.sh -rwxr-xr-x 1 root wheel 233 Dec 20 11:36 dynip.sh I included the apache.sh line because this script appears to work as apache starts up automatically. This is the contents of my dynip.sh script: 112 Blacksheep# cat dynip.sh #!/bin/sh case "$1" in start) [ -x /usr/local/bin/dynipclient ] && ( /usr/local/bin/dynipclient & ) && echo -n ' dynipclient' ;; stop) echo -n ' dynipclient' ;; *) echo "Usage: `basename $0` {start|stop}" >&2 ;; esac exit 0 This script was compliments of Don Maddox. I don't have a clue about writing *nix scripts but plan to learn soon. Anyway, the attempt here is to run a client program that registers my dynamic IP address with a DNS service I subscribe to. When I invoke the script manually, it appears to run fine. 125 Blacksheep# ./dynip.sh start dynipclientdynipclient[1483]: Using client configuration file '/etc/dynip.cfg' 126 Blacksheep# Feb 20 08:41:20 blacksheep dynipclient[1483]: Using client confi guration file '/etc/dynip.cfg' Feb 20 08:41:20 blacksheep dynipclient[1483]: Using client configuration file '/ etc/dynip.cfg' Feb 20 08:41:20 blacksheep dynipclient[1484]: active Feb 20 08:41:20 blacksheep dynipclient[1484]: active Any help diagnosing this problem would be greatly appreciated. If there is other information I can include to help figure this out, please let me know. I don't know if there are log files that would show this executing or not. If there are, please nudge me in the right direction. If there's not, how can I create them? Thanks for your help! Drew P.S. I apologize if this comes across as HTML. I'm stuck with an MS$ client at work but if I can send this via an SMTP service, it will come across as plain text. If it goes through our Exchange server, it is HTML even though I have specified plain text. Gotta love M$! --Boundary_(ID_dw+lNOj4HinCEngl/QY+bA) Content-type: text/html; charset="iso-8859-1" Content-transfer-encoding: quoted-printable Newbie Help Diagnosing Startup Script

Newbie Alert.

I am trying to diagnose why a startup script doesn't = seem to run automatically during startup but seems to run fine when = invoked from the command line.  My script lives in = /usr/local/etc/rc.d.  I have checked the man pages and verified = that /etc/defaults/rc.conf contains this directory in the local_startup = line and there are no overrides in /etc/rc.conf.  My script is = called dynip.sh and it has the following "permissions" (is = this the right term?).

-rwxr-x--x  1 root  wheel  111 Sep 13 = 04:51 apache.sh
-rwxr-xr-x  1 root  wheel  233 Dec 20 = 11:36 dynip.sh

I included the apache.sh line because this script = appears to work as apache starts up automatically.  This is the = contents of my dynip.sh script:

112 Blacksheep# cat dynip.sh
#!/bin/sh

case "$1" in
start)
        [ -x = /usr/local/bin/dynipclient ] && ( /usr/local/bin/dynipclient = & ) &&
 echo -n ' dynipclient'
        ;;
stop)
        echo -n ' = dynipclient'
        ;;
*)
        echo = "Usage: `basename $0` {start|stop}" >&2
        ;;
esac

exit 0

This script was compliments of Don Maddox.  I = don't have a clue about writing *nix scripts but plan to learn = soon.  Anyway, the attempt here is to run a client program that = registers my dynamic IP address with a DNS service I subscribe = to.  When I invoke the script manually, it appears to run = fine.

125 Blacksheep# ./dynip.sh start
 dynipclientdynipclient[1483]: Using client = configuration file '/etc/dynip.cfg'
126 Blacksheep# Feb 20 08:41:20 blacksheep = dynipclient[1483]: Using client confi
guration file '/etc/dynip.cfg'
Feb 20 08:41:20 blacksheep dynipclient[1483]: Using = client configuration file '/
etc/dynip.cfg'
Feb 20 08:41:20 blacksheep dynipclient[1484]: = active
Feb 20 08:41:20 blacksheep dynipclient[1484]: = active

Any help diagnosing this problem would be greatly = appreciated.  If there is other information I can include to help = figure this out, please let me know.  I don't know if there are = log files that would show this executing or not.  If there are, = please nudge me in the right direction.  If there's not, how can I = create them?

Thanks for your help!

Drew

P.S.  I apologize if this comes across as = HTML.  I'm stuck with an MS$ client at work but if I can send this = via an SMTP service, it will come across as plain text.  If it = goes through our Exchange server, it is HTML even though I have = specified plain text.  Gotta love M$!

--Boundary_(ID_dw+lNOj4HinCEngl/QY+bA)-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 8:57:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from www.zipmail.com.br (ww120.zipmail.com.br [200.187.242.30]) by hub.freebsd.org (Postfix) with ESMTP id 0BFB237B401; Tue, 20 Feb 2001 08:57:38 -0800 (PST) (envelope-from trainini@zipmail.com.br) Received: by www.zipmail.com.br (5.5.015.5) id 3A92751500003F33; Tue, 20 Feb 2001 13:57:37 -0300 Message-ID: <3A927517000001AA@www.zipmail.com.br> Date: Tue, 20 Feb 2001 14:57:36 -0200 From: trainini@zipmail.com.br Subject: =?iso-8859-1?Q?OpenSSL?= To: freebsd-questions@FreeBSD.ORG Cc: ports@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I need to support HTTPS requests in apache, but I don=B4t get install apa= che13-modssl: tom# cd /usr/ports/www/apache13-modssl tom# make This port requires the OpenSSL library, which is part of the FreeBSD crypto distribution but not installed on your machine. Please see the "OpenSSL" section in the handbook (at "http://www.FreeBSD.org/handbook/openssl.html", for instance) for instructions on how to obtain and install the FreeBSD OpenSSL distribution. *** Error code 1 Stop. tom# cd /usr/ports/security/openssl tom# make =3D=3D=3D> openssl-0.9.5a is forbidden: OpenSSL is already in the base s= ystem. tom# uname -a FreeBSD tom.fortnet.com.br 4.1-RELEASE FreeBSD 4.1-RELEASE #2: Sun Dec 17= 21:52 :04 BRST 2000 root@tom:/usr/src/sys/compile/TOM i386 Do you know why? Thank you Paulo ___________________________________________________________ http://www.zipmail.com.br O e-mail que vai aonde voc=EA est=E1. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 9:13:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from heorot.1nova.com (sub24-23.member.dsl-only.net [63.105.24.23]) by hub.freebsd.org (Postfix) with ESMTP id 9A87F37B401 for ; Tue, 20 Feb 2001 09:13:46 -0800 (PST) (envelope-from hamellr@1nova.com) Received: by heorot.1nova.com (Postfix, from userid 1000) id BB61018C4; Mon, 19 Feb 2001 09:37:03 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by heorot.1nova.com (Postfix) with ESMTP id B29F318C2; Mon, 19 Feb 2001 09:37:03 -0800 (PST) Date: Mon, 19 Feb 2001 09:37:03 -0800 (PST) From: Rick Hamell To: Nathan Vidican Cc: questions@freebsd.org Subject: Re: unix tar for windows from DAT tape (was: unix tar for windows) In-Reply-To: <200102201701.MAA96499@mail2.wmptl.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 > The latter of the two solutions is preferable, so just figured I'd > ask around to see if anyone knows of such a utility. We posted a > similar request earlier today, but all of the replies received thus far > are for utilities that will read tar files, (eg something.tar), which > is not what our intent was. > In short - need something to read unix tar DAT tapes from P.C. Yeah... you need a piece of software to see the tape drive first in Windows... My opionin; as you said going to FreeBSD on that machine first would probally be the easiest first. Seagate software for Windows is notoriously hard to get a hold of, and once you do have it... it dosen't always work. :( Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 9:17:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id D4BFB37B4EC for ; Tue, 20 Feb 2001 09:17:13 -0800 (PST) (envelope-from mwm@mired.org) Received: (qmail 6265 invoked by uid 100); 20 Feb 2001 17:17:12 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14994.42648.893592.127141@guru.mired.org> Date: Tue, 20 Feb 2001 11:17:12 -0600 To: "Jeremiah Gowdy" Cc: questions@freebsd.org Subject: Re: suidperl breaks amavis port In-Reply-To: <36018434@toto.iv> X-Mailer: VM 6.89 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jeremiah Gowdy types: > I've been speaking with the developers of Amavis, the perl script for MTAs > that scans emails using McAfee or some other virus scanner. They are unable > to get their script to work under FreeBSD 4.2 because suidperl keeps saying > "Can't do suid." They claim it worked fine under FreeBSD 4.1. Did the > suidperl's suid bit get removed in 4.2, or was it removed earlier ? I tried > just resetting the suid bit, but I still got the same message. Does > something special have to be done to enable suidperl ? Yup. You have to turn the setuid bit on on /usr/bin/suidperl. I'm not sure if this can be turned on during the install process. If you're building from sources, set ENABLE_SUIDPERL=true in /etc/make.conf. This is a compromise between security and functionality. The system is secure by default, but if you'd rather have the functionality, you can trivially turn it on. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 9:18:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dsl-64-193-218-89.telocity.com (dsl-64-193-218-89.telocity.com [64.193.218.89]) by hub.freebsd.org (Postfix) with SMTP id 9AD2C37B4EC for ; Tue, 20 Feb 2001 09:18:07 -0800 (PST) (envelope-from lucas@slb.to) Received: (qmail 18001 invoked by uid 1000); 20 Feb 2001 17:18:27 -0000 Date: Tue, 20 Feb 2001 11:18:27 -0600 From: Lucas Bergman To: hanbauder@netscape.net Cc: questions@freebsd.org Subject: Re: Debug with gdb Message-ID: <20010220111827.C10244@billygoat.slb.to> Reply-To: lucas@slb.to References: <085EA454.5B26D9AE.02FF9DBE@netscape.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <085EA454.5B26D9AE.02FF9DBE@netscape.net>; from hanbauder@netscape.net on Mon, Feb 19, 2001 at 08:50:52PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I have a executable binary "program" which is generated like this: > > gcc -c program.c -g -Wall > gcc -c program_1.c -g -Wall > gcc -c program_2.c -g -Wall > gcc program.o program_1.o program_2.o -o program -g -Wall > > Now I want to debug it with gdb. But the problem is as follow: > > $ gdb program > Copright 1998 Free Software Foundation, Inc. > ... > This GDB was configured sa "i386-unknown-freebsd"... > (no debugging symbols found)... > (gdb) break main > Function "main" not defined. I can't duplicate your problem: wiggum % cat foo.c #include extern int bar(void); int main() { bar(); return 0; } wiggum % cat bar.c #include int bar() { return 0; } wiggum % gcc -c foo.c -g -Wall wiggum % gcc -c bar.c -g -Wall wiggum % gcc foo.o bar.o -o program -g -Wall wiggum % gdb program GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. [ blah, blah ] This GDB was configured as "i386-unknown-freebsd"... (gdb) break main Breakpoint 1 at 0x80484ee: file foo.c, line 6. Try to be more specific about what you do to produce this error. Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 9:37: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f209.law7.hotmail.com [216.33.237.209]) by hub.freebsd.org (Postfix) with ESMTP id 1433B37B4EC for ; Tue, 20 Feb 2001 09:37:05 -0800 (PST) (envelope-from jivetweety@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 20 Feb 2001 09:37:04 -0800 Received: from 209.240.250.216 by lw7fd.law7.hotmail.msn.com with HTTP; Tue, 20 Feb 2001 17:37:04 GMT X-Originating-IP: [209.240.250.216] From: "Nicole Porter" To: freebsd-questions@freebsd.org Subject: Help, can't send messages to Freebsd.org! Date: Tue, 20 Feb 2001 11:37:04 -0600 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 20 Feb 2001 17:37:04.0917 (UTC) FILETIME=[BD778C50:01C09B63] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok, I'm now trying to use my wife's hotmail account to send a message, because I have been trying for four days now with my account. These are the email addresses I've tried: freebsd-questions@freebsd.org questions@freebsd.org jkh@freebsd.org All come up with the same error message, as follows. The message says I don't need to resend, but my message never ends up on the list. Is my server blocked? My normal email address is ocean@ecenet.com Please do not send to this account, send to me directly. Thanks, Michael Porter ocean@ecenet.com ********************************************** ** THIS IS A WARNING MESSAGE ONLY ** ** YOU DO NOT NEED TO RESEND YOUR MESSAGE ** ********************************************** The original message was received at Mon, 19 Feb 2001 13:51:29 -0600 (CST) from pr-5300-1-fa194.ecenet.com [209.240.250.194] ----- The following addresses had transient non-fatal errors ----- ----- Transcript of session follows ----- ... while talking to hub.freebsd.org.: >>>RCPT To: <<< 450 Client host rejected: cannot find your hostname, [204.220.140.4] ... Deferred: 450 Client host rejected: cannot find your hostname, [204.220.140.4] Warning: message still undelivered after 4 hours Will keep trying until message is 5 days old Reporting-MTA: dns; seagull.cpinternet.com Arrival-Date: Mon, 19 Feb 2001 13:51:29 -0600 (CST) Final-Recipient: RFC822; freebsd-questions@FreeBSD.ORG Action: delayed Status: 4.2.0 Remote-MTA: DNS; hub.freebsd.org Diagnostic-Code: SMTP; 450 Client host rejected: cannot find your hostname, [204.220.140.4] Last-Attempt-Date: Mon, 19 Feb 2001 18:03:07 -0600 (CST) Will-Retry-Until: Sat, 24 Feb 2001 13:51:29 -0600 (CST) _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 9:37:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web9304.mail.yahoo.com (web9304.mail.yahoo.com [216.136.129.53]) by hub.freebsd.org (Postfix) with SMTP id A660337B4EC for ; Tue, 20 Feb 2001 09:37:26 -0800 (PST) (envelope-from ofsenfreebsd@yahoo.com) Message-ID: <20010220173726.16432.qmail@web9304.mail.yahoo.com> Received: from [212.253.3.41] by web9304.mail.yahoo.com; Tue, 20 Feb 2001 09:37:26 PST Date: Tue, 20 Feb 2001 09:37:26 -0800 (PST) From: Omer Faruk Sen Subject: max network connnections? To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi. Is there a limit of max network connections?Why I had that idea.When I skim at /etc/ttys there is 256 network allowed devices (tty{pqrPQR}{0123456789}. All of them makes 256 entries.And thus I had that idea? How can I increase it ?Or there is something like that(256 simultaneous connections ) __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 9:46:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from linux.purenetfx.com (linux.purenetfx.com [207.179.24.34]) by hub.freebsd.org (Postfix) with ESMTP id BF8F037B4EC for ; Tue, 20 Feb 2001 09:46:24 -0800 (PST) (envelope-from brian@gzmarketing.com) Received: from picard ([207.179.24.38]) by linux.purenetfx.com (8.9.3/8.8.7) with SMTP id KAA02094 for ; Tue, 20 Feb 2001 10:46:23 -0700 Message-ID: <010801c09b65$0fcfc250$2618b3cf@picard> From: "Brian T. Allen" To: References: <20010220173726.16432.qmail@web9304.mail.yahoo.com> Subject: Searchable Archive of FreeBSD-questions? Date: Tue, 20 Feb 2001 10:46:32 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am a new at this, and have many of the same questions as other new users, I am sure. Is there a searchable archive of questions and answers sent to the FreeBSD-questions mailing list? If so, can someone please post the address[es]. I am sure this has been discussed here before, but, alas, I don't know where to search for that answer... :} Thanks, Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 9:51: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tiger.ciberlynx.net (ns2.ciberlynx.net [216.242.0.3]) by hub.freebsd.org (Postfix) with ESMTP id 2D58537B4EC for ; Tue, 20 Feb 2001 09:51:05 -0800 (PST) (envelope-from wjm@tiger.ciberlynx.net) Received: from localhost (wjm@localhost) by tiger.ciberlynx.net (8.9.3/8.9.3) with ESMTP id MAA17285; Tue, 20 Feb 2001 12:35:04 -0500 Date: Tue, 20 Feb 2001 12:35:04 -0500 (EST) From: "wjm@ciberlynx.net" To: "Tomlinson, Drew" Cc: "'FreeBSD Questions (E-mail)'" Subject: Re: Newbie Help Diagnosing Startup Script In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 20 Feb 2001, Tomlinson, Drew wrote: > Newbie Alert. > > I am trying to diagnose why a startup script doesn't seem to run > automatically during startup but seems to run fine when invoked from the > command line. My script lives in /usr/local/etc/rc.d. I have checked the > man pages and verified that /etc/defaults/rc.conf contains this directory in > the local_startup line and there are no overrides in /etc/rc.conf. My > script is called dynip.sh and it has the following "permissions" (is this > the right term?). > > -rwxr-x--x 1 root wheel 111 Sep 13 04:51 apache.sh > -rwxr-xr-x 1 root wheel 233 Dec 20 11:36 dynip.sh > > I included the apache.sh line because this script appears to work as apache > starts up automatically. This is the contents of my dynip.sh script: > > 112 Blacksheep# cat dynip.sh > #!/bin/sh > > case "$1" in > start) > [ -x /usr/local/bin/dynipclient ] && ( /usr/local/bin/dynipclient & > ) && > echo -n ' dynipclient' > ;; > stop) > echo -n ' dynipclient' > ;; > *) > echo "Usage: `basename $0` {start|stop}" >&2 > ;; > esac > > exit 0 > i'd keep it simple as such: #!/bin/sh # [ -x /usr/local/bin/dynipclient ] && /usr/local/bin/dynipclient && echo -n ' dynipclient' > This script was compliments of Don Maddox. I don't have a clue about > writing *nix scripts but plan to learn soon. Anyway, the attempt here is to > run a client program that registers my dynamic IP address with a DNS service > I subscribe to. When I invoke the script manually, it appears to run fine. > > 125 Blacksheep# ./dynip.sh start > dynipclientdynipclient[1483]: Using client configuration file > '/etc/dynip.cfg' > 126 Blacksheep# Feb 20 08:41:20 blacksheep dynipclient[1483]: Using client > confi > guration file '/etc/dynip.cfg' > Feb 20 08:41:20 blacksheep dynipclient[1483]: Using client configuration > file '/ > etc/dynip.cfg' > Feb 20 08:41:20 blacksheep dynipclient[1484]: active > Feb 20 08:41:20 blacksheep dynipclient[1484]: active > > Any help diagnosing this problem would be greatly appreciated. If there is > other information I can include to help figure this out, please let me know. > I don't know if there are log files that would show this executing or not. > If there are, please nudge me in the right direction. If there's not, how > can I create them? > > Thanks for your help! > > Drew > > P.S. I apologize if this comes across as HTML. I'm stuck with an MS$ > client at work but if I can send this via an SMTP service, it will come > across as plain text. If it goes through our Exchange server, it is HTML > even though I have specified plain text. Gotta love M$! > -- -------------------------------------------------------- William Melanson - CiberLynx Technical Support Manager -------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 9:52:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tiger.ciberlynx.net (ns2.ciberlynx.net [216.242.0.3]) by hub.freebsd.org (Postfix) with ESMTP id BF17837B401 for ; Tue, 20 Feb 2001 09:52:42 -0800 (PST) (envelope-from wjm@tiger.ciberlynx.net) Received: from localhost (wjm@localhost) by tiger.ciberlynx.net (8.9.3/8.9.3) with ESMTP id MAA17348; Tue, 20 Feb 2001 12:36:09 -0500 Date: Tue, 20 Feb 2001 12:36:09 -0500 (EST) From: "wjm@ciberlynx.net" To: "Brian T. Allen" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Searchable Archive of FreeBSD-questions? In-Reply-To: <010801c09b65$0fcfc250$2618b3cf@picard> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 20 Feb 2001, Brian T. Allen wrote: > Hi, > > I am a new at this, and have many of the same questions as other new users, > I am sure. > > Is there a searchable archive of questions and answers sent to the > FreeBSD-questions mailing list? If so, can someone please post the > address[es]. > http://www.freebsd.org/search/search.html > I am sure this has been discussed here before, but, alas, I don't know where > to search for that answer... :} > > Thanks, > Brian > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- -------------------------------------------------------- William Melanson - CiberLynx Technical Support Manager -------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 9:54:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ruraltel.net (mail1.ruraltel.net [24.225.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 285B837B401 for ; Tue, 20 Feb 2001 09:54:26 -0800 (PST) (envelope-from darryl@osborne-ind.com) Received: from darryl ([24.225.30.244]) by mail.ruraltel.net (Post.Office MTA v3.5.3 release 223 ID# 0-70800U16000L4200S0V35) with SMTP id net for ; Tue, 20 Feb 2001 11:53:33 -0600 Reply-To: From: "Darryl Hoar" To: Subject: X Configuration Question Date: Tue, 20 Feb 2001 11:53:46 -0600 Message-ID: <003701c09b66$1312c2e0$0701a8c0@darryl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, I am running Freebsd 4.0 - release. I have read the handbook and followed along with the configuration steps. I had my monitor frequencies, and my exact video card was listed in the card db. I have KDE installed. My problem is that the screen is bigger than the display. xf86config never asked me: You can have a virtual screen (desktop), which is screen area that is larger than the physical screen and which is panned by moving the mouse to the edge of the screen. If you don't want virtual desktop at a certain resolution, you cannot have modes listed that are larger. Each color depth can have a differently-sized virtual screen Please answer the following question with either 'y' or 'n'. Do you want a virtual screen that is larger than the physical screen? I looked in the XF86Config file and found no reference to virtual screen size. How do I disable this ? Also, the desktop displayed in KDE does not fill my monitor screen. Wide black areas exist around the desktop. How do I make it fill the screen ? I have a KVM that I switch between a Windows box and my Freebsd box, so using the monitor controls to adjust and have to do it again each time I switch, doesn't thrill me. I had Linux on one of my machines, and it displayed the KDE desktop full screen, so I know it can be done. Lastly, I get a boatload of "psmintr out of sync" error messages when I use my KVM (Belkin Omni Cube with quality cables). I searched the mailing list, and read the responses, but found nothing definitive. Some of the solutions I tried didn't do a thing. Is there a solution? Another Mouse, although cheap, wouldn't be an ideal solution. thanks, Darryl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 9:54:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.hutchtel.net (ns1.hutchtel.net [206.9.112.100]) by hub.freebsd.org (Postfix) with ESMTP id 6333037B503 for ; Tue, 20 Feb 2001 09:54:47 -0800 (PST) (envelope-from jpaetzel@hutchtel.net) Received: from mark9 (hutch-731.hutchtel.net [206.10.71.31]) by ns1.hutchtel.net (8.9.1/8.9.0) with SMTP id WAA14881; Sat, 17 Feb 2001 22:23:00 -0600 (CST) Message-ID: <001101c09962$75a890c0$6100000a@vladsempire.net> From: "Josh Paetzel" To: , "slamdunk" References: <4.3.2.7.2.20010218020924.02845e60@127.0.0.1> Subject: Re: Cant get ftpd's started - Help Date: Sat, 17 Feb 2001 22:22:21 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.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 ----- Original Message ----- From: "slamdunk" To: Sent: Saturday, February 17, 2001 8:20 PM Subject: Cant get ftpd's started - Help > Having sorted out my strange, unkillable login on my box (by a reboot) I > now have a different problem. I run 2 ftp daemons, average common or garden > freebsd supplied ftpd and a copy of glftpd on a seperate port. > > Since the reboot I cant see the either running and any attempt to ftp in > using either of the ports produces a "connection refused" error > > Trying to start them manually generates these errors:- > ftpd[838]: getpeername (ftpd): Socket operation on non-socket > glftpd: getpeername (/caddy/ftp/bin/glftpd): Socket operation on non-socket > > There is nothing in the messages file to indicate failure of launching them > from inetd.conf, the entries in there are as follows:- > ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l > glftpd stream tcp nowait root /caddy/ftp/bin/glftpd -l -o -i > > As far as I am aware nothing much has changed to my configuration, and I am > totally at a loss, as another reboot has not solved it either. > > Can anyone give me any pointers? > > Jerry > Well, I don't know why they aren't spawning out of inetd properly, but if you are going to start ftpd as a daemon, you need to give it the -d switch, or it will give you the error you are getting. Josh > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 9:55:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from musique.teaser.fr (musique.teaser.net [213.91.2.11]) by hub.freebsd.org (Postfix) with ESMTP id 176FD37B401 for ; Tue, 20 Feb 2001 09:55:53 -0800 (PST) (envelope-from jaco@teaser.fr) Received: from titine.fr.eu.org (Cour-N1D33-251.teaser.net [213.91.33.251]) by musique.teaser.fr (Postfix) with ESMTP id 2770F72510 for ; Tue, 20 Feb 2001 18:55:51 +0100 (CET) Received: by titine.fr.eu.org (Postfix, from userid 1001) id 8A93331BF; Tue, 20 Feb 2001 18:53:43 +0100 (CET) X-Attribution: Jaco To: questions@freebsd.org Subject: Re: FreeBSD digital camera support? References: <3A900EB5.BBDEFFD1@centurytel.net> From: Eric Jacoboni Date: 20 Feb 2001 18:53:43 +0100 In-Reply-To: <3A900EB5.BBDEFFD1@centurytel.net> (Islandman's message of "Sun, 18 Feb 2001 10:04:37 -0800") Message-ID: <86wval5jh4.fsf@titine.fr.eu.org> Lines: 19 User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/21.0.98 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 >>>>> "Islandman" == Islandman writes: Islandman> I'm shopping for a new digital camera. Since I NEVER want Islandman> to boot up in WinDoz again, what capabilities for Islandman> supporting digital cameras are there in FreeBSD? I'm using a Canon Powershot S10 (but that's the same with the S20 and the Digital Ixus) : the USB connexion runs ok and i'm able to download the images via s10sh and gphoto. On my laptop, i'm using a PCMCIA adapter : the memory card is then considered as a normal msdos filesystem... very convenient. But, depending on your printer, i'm afraid you have to stick to Windows to produce photo quality printing. Mine is a HP 890C and i get very poor results, both with Gimp-print and Ghostscript. Seem that Epson is best supported (see /usr/port/printing/pips*). -- Éric Jacoboni, né il y a 1286052363 secondes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 9:57: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from seagull.cpinternet.com (mail.cpinternet.com [204.220.140.4]) by hub.freebsd.org (Postfix) with ESMTP id C694737B401 for ; Tue, 20 Feb 2001 09:56:56 -0800 (PST) (envelope-from ocean@ecenet.com) Received: from ecenet.com (pr-5300-1-fa213.ecenet.com [209.240.250.213]) by seagull.cpinternet.com (8.9.2/8.9.2) with ESMTP id RAA29151 for ; Sun, 18 Feb 2001 17:52:42 -0600 (CST) Message-ID: <3A906379.1B64C77E@ecenet.com> Date: Sun, 18 Feb 2001 18:06:17 -0600 From: Porter X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: When will 4.3 be available? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I was a hardcore FreeBSD fan, and have been "out of the loop" for almost 2 years now. (Back when 4.0 was just about to be released) I am about to order the 4.X on CD, but I'm wondering if I should wait for 4.3, which is "on backorder" according to cdrom.com, and is slated to be released March 2001. If it seems like it will be released early March, and ship soon after that, I'll wait for 4.3, otherwise, I'd rather get 4.2 now and upgrade later. I plan on getting the FreeBSD handbook also. Does anyone know who wrote this book? I know Greg Lehey whote the Complete FreeBSD manual, of which I have the first edition, but I couldn't tell who wrote this book. (Greg did a great job on the book I have) Please don't take this in any way to rush the release, I just haven't been a part of the mailing lists for a couple of years now. If anybody know of any major reason to wait for 4.3 such as some cool new software just added, let me know. I have no special equipment needs, except for an older CD-R (IDE) Thanks a lot and I hope to get back into the community as soon as I can! Michael Porter ocean@ecenet.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 10: 0:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from blueyonder.co.uk (pcow034o.blueyonder.co.uk [195.188.53.122]) by hub.freebsd.org (Postfix) with ESMTP id CA76937B503 for ; Tue, 20 Feb 2001 10:00:54 -0800 (PST) (envelope-from richard@sparky.uk.net) Received: from rics2 ([213.48.23.202]) by blueyonder.co.uk with Microsoft SMTPSVC(5.5.1877.197.19); Tue, 20 Feb 2001 18:02:28 +0000 From: "Richard Morte" To: Subject: Problem Adding 2nd NIC Date: Tue, 20 Feb 2001 18:02:09 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-Mimeole: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'd appreciate a few pointers having tried the archives and mailing list for relevant info. I am adding a 2nd NIC for a cable modem. It is a Netgear FA311. I had no problems configuring the first card, a Netgear FA310TX some time ago using pn0. I've added the line: device pn1 (with no additional parameters) to the config file, and then executed: /usr/sbin/config NEWKERNEL (which reports the new compile directory on completion) cd ../../compile/NEWKERNEL make depend make make install pn1 is not recognised on reboot nor with ifconfig -a. The card is working fine. The only think I've noticed is that 'make' completes in about 2-3 mins which seems way too short. Can't think what else might be wrong - any clues anyone? Ric Richard Morte e-mail : richard@sparky.uk.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 10: 1:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.hutchtel.net (ns1.hutchtel.net [206.9.112.100]) by hub.freebsd.org (Postfix) with ESMTP id DDD8D37B4EC for ; Tue, 20 Feb 2001 10:01:37 -0800 (PST) (envelope-from jpaetzel@hutchtel.net) Received: from mark9 (hutch-956.hutchtel.net [209.105.45.56]) by ns1.hutchtel.net (8.9.1/8.9.0) with SMTP id QAA20489; Sat, 17 Feb 2001 16:14:48 -0600 (CST) Message-ID: <000b01c0992f$075382c0$6100000a@vladsempire.net> From: "Josh Paetzel" To: , References: <3A8ED4FC.2D7CB77C@attglobal.net> Subject: Re: Help...Please Date: Sat, 17 Feb 2001 16:14:12 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.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 ----- Original Message ----- From: "Edward D Hensley" To: Sent: Saturday, February 17, 2001 1:46 PM Subject: Help...Please > Hello, > My name is Edward Hensley, I have installed FreeBSD on a partition on my > PC, but I need some help with setting up the sound and modem ports. I > have done everthing I could find...Where ca I get some general > assistance, or just get some questions answered? > > ehensle@attglobal.net > > You can take a look at the handbook. www.freebsd.org/handbook That has an excellent section on sound and on ppp. man ppp will also tell you more than you would ever want to know about your modem. :) You can also post a question here, although it would be nice if you read the documentation first, it's not totally necessary. Josh > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 10: 2:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from seagull.cpinternet.com (mail.cpinternet.com [204.220.140.4]) by hub.freebsd.org (Postfix) with ESMTP id 76B1237B491 for ; Tue, 20 Feb 2001 10:02:32 -0800 (PST) (envelope-from ocean@ecenet.com) Received: from ecenet.com (pr-5300-1-fa202.ecenet.com [209.240.250.202]) by seagull.cpinternet.com (8.9.2/8.9.2) with ESMTP id NAA11134 for ; Sun, 18 Feb 2001 13:38:44 -0600 (CST) Message-ID: <3A90280F.CCE7702D@ecenet.com> Date: Sun, 18 Feb 2001 13:52:47 -0600 From: Porter X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: When will 4.3 be available? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I was a hardcore FreeBSD fan, and have been "out of the loop" for almost 2 years now. (Back when 4.0 was just about to be released) I am about to order the 4.X on CD, but I'm wondering if I should wait for 4.3, which is "on backorder" according to cdrom.com, and is slated to be released March 2001. If it seems like it will be released early March, and ship soon after that, I'll wait for 4.3, otherwise, I'd rather get 4.2 now and upgrade later. I plan on getting the FreeBSD handbook also. Does anyone know who wrote this book? I know Greg Lehey whote the Complete FreeBSD manual, of which I have the first edition, but I couldn't tell who wrote this book. (Greg did a great job on the book I have) Please don't take this in any way to rush the release, I just haven't been a part of the mailing lists for a couple of years now. If anybody know of any major reason to wait for 4.3 such as some cool new software just added, let me know. I have no special equipment needs, except for an older CD-R (IDE) Thanks a lot and I hope to get back into the community as soon as I can! Michael Porter ocean@ecenet.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 10: 5:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from seagull.cpinternet.com (mail.cpinternet.com [204.220.140.4]) by hub.freebsd.org (Postfix) with ESMTP id B77F237B491 for ; Tue, 20 Feb 2001 10:05:52 -0800 (PST) (envelope-from ocean@ecenet.com) Received: from ecenet.com (pr-5300-1-fa194.ecenet.com [209.240.250.194]) by seagull.cpinternet.com (8.9.2/8.9.2) with ESMTP id NAA04998 for ; Mon, 19 Feb 2001 13:51:29 -0600 (CST) Message-ID: <3A917CAB.D7D8BB99@ecenet.com> Date: Mon, 19 Feb 2001 14:06:03 -0600 From: Porter X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: When will 4.3 be released? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I was a hardcore FreeBSD fan, and have been "out of the loop" for about 2 years now. (Back when 4.0 was just about to be released, I have a copy of version 2.2.6) I am about to order the 4.X on CD, but I'm wondering if I should wait for 4.3, which is "on backorder" according to cdrom.com, and is slated to be released March 2001. If it seems like it will be released early March, and ship soon after that, I'll wait for 4.3, otherwise, I'd rather get 4.2 now and upgrade later. I plan on getting the FreeBSD handbook also. Does anyone know who wrote this book? I know Greg Lehey whote the Complete FreeBSD manual, of which I have the first edition, but I couldn't tell who wrote this book. (Greg did a great job on the book I have) Please don't take this in any way to rush the release, I just haven't been a part of the mailing lists for a couple of years now. If anybody know of any major reason to wait for 4.3 such as some cool new software just added, let me know. I have no special equipment needs, except for an older CD-R (IDE) Thanks a lot and I hope to get back into the community as soon as I can! Michael Porter ocean@ecenet.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 10:19:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.hutchtel.net (ns1.hutchtel.net [206.9.112.100]) by hub.freebsd.org (Postfix) with ESMTP id 948C237B401 for ; Tue, 20 Feb 2001 10:19:30 -0800 (PST) (envelope-from jpaetzel@hutchtel.net) Received: from mark9 (hutch-931.hutchtel.net [209.105.45.31]) by ns1.hutchtel.net (8.9.1/8.9.0) with SMTP id JAA22900; Sat, 17 Feb 2001 09:12:36 -0600 (CST) Message-ID: <018201c098f4$087fa880$6100000a@vladsempire.net> From: "Josh Paetzel" To: , "Len Conrad" References: <5.0.0.25.0.20010217131639.01ac6030@mail.Go2France.com> <5.0.0.25.0.20010217134955.01b5c870@mail.Go2France.com> <5.0.0.25.0.20010217144545.026c6b80@mail.Go2France.com> Subject: Re: can't boot 4.2R Date: Sat, 17 Feb 2001 09:11:53 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.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 ----- Original Message ----- From: "Len Conrad" To: Sent: Saturday, February 17, 2001 7:53 AM Subject: Re: can't boot 4.2R > > >I've never has such problem in the past, so my wild guess would be: > > > >1) wrong disk geometry? (very likely considering how old your drive > >is) > > no, 768 cyl, 14 hd, 62 cyl > > >2) Some very weird disk > > seagate ST3390A > > > with very weird bios ( i doubt that this is the case) > > me, neither > > >3) Wrong install procedure > > how many install procedures are there with FreeBSD 4.2R? > > >For number 1: Try getting some real values for the drive C/H/S. > > they are correct as displayed in the system BIOS bootup screen > > > I guess the drive is not working in LBA mode? > > no > > >I cannot suggest anything particular, but you > >might try playing with the drive MODE and REAL/BIOS values for C/H/S when > >installing FreeBSD. > > > >As for number 2: get something newer and more standard nowadays > > seagate ST3390A is old but not exotic. In the compaq prolinea 466, > it ran FreeBSD 4.2 just fine. > > In fact, when I put took this old drive out of the prolinea and into > the P133 case, I tried to boot with the FreeBSD that was there, and > got the same F1 F2 F3 menu, and same symptom: hit F1, see a quick > disk access, and a beep, but no error msg or chance of progress. > > The OS is there but I just can't get past the booting. > > >As For number3: when in fdisk DO NOT PRESS 'W". Just create a slice ( > >which is what dos calls partition), make it a real partition (not > >dedicated), then just press 'Q' in label editor create all FBSD > >partions and press > >Q again. > > I've done that. > > >Installer should do the job automaticcaly. Again, watch out for the > >disk geometry. > > disk geo looks ok. > > I guess I'll have to find another disk. > > thanks, > Len > Are you sure that the disk itself doesn't have some proprietary compaq bios on it? Can you boot anything else off this disk in it's new computer? Josh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 10:19:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.hutchtel.net (ns1.hutchtel.net [206.9.112.100]) by hub.freebsd.org (Postfix) with ESMTP id 55D2C37B4EC for ; Tue, 20 Feb 2001 10:19:31 -0800 (PST) (envelope-from jpaetzel@hutchtel.net) Received: from mark9 (hutch-106.hutchtel.net [206.10.67.6]) by ns1.hutchtel.net (8.9.1/8.9.0) with SMTP id EAA16373; Sat, 17 Feb 2001 04:26:19 -0600 (CST) Message-ID: <011201c098cc$0d25b820$6100000a@vladsempire.net> From: "Josh Paetzel" To: , "David Dooley" References: <200102170934.f1H9Ymu08448@dribble.lan.raffles-it.com> Subject: Re: Make options Date: Sat, 17 Feb 2001 04:25:35 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 ----- Original Message ----- From: "David Dooley" To: Sent: Saturday, February 17, 2001 3:34 AM Subject: Make options > Hi, > > I am wondering what options are available to make in the ports tree and where > I can find out about them, not package spefic options just the general ones > like > > make fetch > make extract > make all > make install all > > This is just a curiosity on my part. I have had a look at some of the ports > make files and they don't even have the options I mention above in them, so > they have to be comming from somewhere else. > > Any hints? > > David. > I think that what you are looking for is /usr/ports/Mk/bsd.port.mk Josh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 10:19:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.hutchtel.net (ns1.hutchtel.net [206.9.112.100]) by hub.freebsd.org (Postfix) with ESMTP id 09AB837B503; Tue, 20 Feb 2001 10:19:42 -0800 (PST) (envelope-from jpaetzel@hutchtel.net) Received: from mark9 (hutch-409.hutchtel.net [209.105.45.137]) by ns1.hutchtel.net (8.9.1/8.9.0) with SMTP id BAA15627; Sat, 17 Feb 2001 01:20:06 -0600 (CST) Message-ID: <00e801c098b2$089a3b60$6100000a@vladsempire.net> From: "Josh Paetzel" To: "Robert Watson" , "Anish A Patankar" Cc: References: Subject: Re: doubt about init process.. Date: Sat, 17 Feb 2001 01:19:27 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.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 ----- Original Message ----- From: "Robert Watson" To: "Anish A Patankar" Cc: Sent: Friday, February 16, 2001 9:06 PM Subject: Re: doubt about init process.. > > Generally speaking, sending a source code question to two mailing lists > and to the entire core team individually addressed is considered to be in > somewhat poor taste. We usually encourage systems programming questions > to be addressed to the freebsd-hackers mailing list. > > In answer to your question, I'm not sure off-hand. My guess would be that > init runs with a signal handling set inherited from proc0, and proc0 is > initialized to ignore all signals by default. The signal handling is > probably reset for children processes by execsig() (or maybe it's > sigexec()) in kern_sig.c, meaning that children processes will get a > normal default signal set. init probably also initializes handlers for a > set of basic signals to handle runlevel stuff. This is all just a guess > -- the best way to find out for sure would be to read the source code, or > if you're into more experimental tactics, you could set a breakpoint using > the kernel debugger in one of the init_main() routines associated with > starting up init, and check the signal masks there to see whether they're > reset or initialized during the fork performed on proc0. > > Robert N M Watson FreeBSD Core Team, TrustedBSD Project > robert@fledge.watson.org NAI Labs, Safeport Network Services > > On Fri, 16 Feb 2001, Anish A Patankar wrote: > > > > > The init process on FreeBSD is a user-level process (as opposed to > > a kernel-level process) that, other than having been started by the > > kernel > > itself as part of system startup, reacts just like any other process on > > the system. However if you send init the SIGKILL signal, even as root, > > init does not die? Can you please tell me why this is so?? > > Thanks > > Anish. Killing init does essentially kills the system. Unlike a traditional Unix system, FreeBSD does not allow anyone to kill init, as there are more graceful ways to shut the system down. It's a feature, not a bug. Josh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 10:19:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.hutchtel.net (ns1.hutchtel.net [206.9.112.100]) by hub.freebsd.org (Postfix) with ESMTP id C7D8D37B401 for ; Tue, 20 Feb 2001 10:19:45 -0800 (PST) (envelope-from jpaetzel@hutchtel.net) Received: from mark9 (hutch-409.hutchtel.net [209.105.45.137]) by ns1.hutchtel.net (8.9.1/8.9.0) with SMTP id BAA09973; Sat, 17 Feb 2001 01:21:32 -0600 (CST) Message-ID: <00f601c098b2$3ca7bb80$6100000a@vladsempire.net> From: "Josh Paetzel" To: "The Hermit Hacker" , Cc: , References: Subject: Re: simple idea to rid the world of most spam Date: Sat, 17 Feb 2001 01:20:52 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.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 ----- Original Message ----- From: "The Hermit Hacker" To: Cc: ; Sent: Friday, February 16, 2001 10:52 PM Subject: Re: simple idea to rid the world of most spam > > actually, what I'd like to know how to implement, if possible, is a filter > in sendmail that allows for the use of ident to verify the user sending > the email exists ... basically, if I can't reply to it, I don't want to > receive it ... > In my experience, spammers do use a valid address, it's just not one that you are going to reach the true originator at. Josh > On Fri, 16 Feb 2001, Neil W Rickert wrote: > > > ken@mui.net wrote: > > > > >Ok all, here's something that has been bugging me for months. It's > > >a very very simple idea, but I don't have the knowledge to do this: > > > > >Have you ever noticed how spam seems to come in the same > > >order and how there's a ton of incorrect email addresses that is > > >sent? > > > > This sometimes happens. > > > > >Why can't some kind of email filter be set up that works like this? > > > > >incorrect email sent to account A-----> turn flag on > > >2nd incorrect email sent to account B ---------> turn 2nd flag on > > >if 2 flags, then refuse ALL email sent from that account, place that > > >name in the ban list. > > > > >The chances of someone sending email to 2 accounts that never > > >existed = 99% chance that person is sending spam. > > > > >I've already talked to some people till I'm blue in the face. I'm > > >certainly not smart enough to code it, but I'm hoping someone smart > > >out there does this ... > > > > The important questions: > > > > Will this be reliable? That is, will it mainly stop spam, and not > > have much effect on non-spam? > > > > Will this stop enough spam to be worth the trouble of implementing > > it? > > > > Will it be easy to implement? > > > > Will spammers be easily able to change their behavior to bypass > > this spam stopper? > > > > Will system administrators be willing to use this option? > > > > My personal assessment is that this is not worth doing. But perhaps > > some of my colleagues will have different ideas. > > > > In any case, thank you for sending us the suggestion. > > > > -NWR > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy > Systems Administrator @ hub.org > primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 10:20: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.hutchtel.net (ns1.hutchtel.net [206.9.112.100]) by hub.freebsd.org (Postfix) with ESMTP id B3A6737B67D for ; Tue, 20 Feb 2001 10:19:46 -0800 (PST) (envelope-from jpaetzel@hutchtel.net) Received: from mark9 (hutch-991.hutchtel.net [209.105.45.91]) by ns1.hutchtel.net (8.9.1/8.9.0) with SMTP id AAA29829; Sat, 17 Feb 2001 00:14:02 -0600 (CST) Message-ID: <008801c098a8$cddb4180$6100000a@vladsempire.net> From: "Josh Paetzel" To: "Steven Davidson" , Cc: References: <3A8C4825.5F46B111@sprintlabs.com> Subject: Re: Dell 2400 with PERC2/??? Date: Sat, 17 Feb 2001 00:13:23 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.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 ----- Original Message ----- From: "Steven Davidson" To: Cc: Sent: Thursday, February 15, 2001 3:20 PM Subject: Re: Dell 2400 with PERC2/??? > I got an answer to the PERC question this about a week ago. > The author of the amr(4) driver told me that the pass-through drivers > have not been written yet. > > So, disks work, tapes and CDROM do not. > > I don't know about the on-board SCSI. > I've installed 4.0 on a 2450 before. The onboard SCSI was a 7899 and it worked fine. Josh > enatiello@ccis.net wrote: > > > Does FreeBSD 4.2 support the Dell PERC2/si or PERC2-DC? How about the > > on-board SCSI controlers (Adaptec) that control the tape drive and CDROM? > > Dell technical support says that the PERC-DC(?) is made by AMI and AMI > > controlers are listed in the HCL, however conditionally. Basically I > > would like to know if anyone installed FreeBSD on a Dell PowerEdge Server > > 2400 and had any success? > > > > Thanks. > > Ernest > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 10:20:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lcmail2.lc.ca.gov (lcmail2.lc.ca.gov [165.107.12.11]) by hub.freebsd.org (Postfix) with ESMTP id C98BA37B698 for ; Tue, 20 Feb 2001 10:20:25 -0800 (PST) (envelope-from drewt@writeme.com) Received: from CONVERSION-DAEMON by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) id <0G9200G01IVFZ9@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.ORG; Tue, 20 Feb 2001 10:19:13 -0800 (PST) Received: from tagalong ([165.107.42.167]) by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) with SMTP id <0G9200JE2ITOV4@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.ORG; Tue, 20 Feb 2001 10:17:48 -0800 (PST) Date: Tue, 20 Feb 2001 10:17:45 -0800 From: Drew Tomlinson Subject: RE: Newbie Help Diagnosing Startup Script In-reply-to: To: "'wjm@ciberlynx.net'" Cc: "'FreeBSD Questions (E-mail)'" Message-id: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) Content-type: text/plain; charset="us-ascii" Content-transfer-encoding: 7bit Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: wjm@ciberlynx.net [mailto:wjm@tiger.ciberlynx.net] > Sent: Tuesday, February 20, 2001 9:35 AM > To: Tomlinson, Drew > Cc: 'FreeBSD Questions (E-mail)' > Subject: Re: Newbie Help Diagnosing Startup Script [snip] > i'd keep it simple as such: > > #!/bin/sh > # > > [ -x /usr/local/bin/dynipclient ] && > /usr/local/bin/dynipclient && echo -n > ' dynipclient' Thanks but as I understand it, that is not a correct startup script. Although it will work, it does not pass the "start" and "stop" parameters that FSBD v4 and above looks for. But I will try it and see if it makes a difference. Drew [snip] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 10:22:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from trinity.lee.net (trinity.lee.net [208.229.121.1]) by hub.freebsd.org (Postfix) with ESMTP id AADA437B6D1 for ; Tue, 20 Feb 2001 10:22:07 -0800 (PST) (envelope-from awells@journalstar.com) Received: from journalstar.com (leepcD-096.sub-d.lee.net [208.205.127.96]) by trinity.lee.net (8.9.3/8.9.3) with ESMTP id MAA16330; Tue, 20 Feb 2001 12:22:00 -0600 Message-ID: <3A92B5AA.7AEDC3D1@journalstar.com> Date: Tue, 20 Feb 2001 12:21:30 -0600 From: Tony Wells X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.0.36 i386) X-Accept-Language: en MIME-Version: 1.0 To: slamdunk Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Cant get ftpd's started - Help References: <4.3.2.7.2.20010218020924.02845e60@127.0.0.1> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG slamdunk wrote: > > Having sorted out my strange, unkillable login on my box (by a reboot) I > now have a different problem. I run 2 ftp daemons, average common or garden > freebsd supplied ftpd and a copy of glftpd on a seperate port. > > Since the reboot I cant see the either running and any attempt to ftp in > using either of the ports produces a "connection refused" error > > Trying to start them manually generates these errors:- > ftpd[838]: getpeername (ftpd): Socket operation on non-socket > glftpd: getpeername (/caddy/ftp/bin/glftpd): Socket operation on non-socket > > There is nothing in the messages file to indicate failure of launching them > from inetd.conf, the entries in there are as follows:- > ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l > glftpd stream tcp nowait root /caddy/ftp/bin/glftpd -l -o -i ----^ I'm not sure what inetd will think if this entry since glftpd is not a "well known service" according to the inetd man page. (It doesn't exist in /etc/services.) You could probably add a line in /etc/services to whatever port glftpd is listening to, taking care not to use a port already assigned to another "well known service." > > As far as I am aware nothing much has changed to my configuration, and I am > totally at a loss, as another reboot has not solved it either. > > Can anyone give me any pointers? > > Jerry > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 10:22:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id B4B3E37B401 for ; Tue, 20 Feb 2001 10:22:36 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.1/8.11.1) with SMTP id f1KIMKh14523; Tue, 20 Feb 2001 13:22:20 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Tue, 20 Feb 2001 13:22:20 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Josh Paetzel Cc: Anish A Patankar , freebsd-questions@FreeBSD.ORG Subject: Re: doubt about init process.. In-Reply-To: <00e801c098b2$089a3b60$6100000a@vladsempire.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 17 Feb 2001, Josh Paetzel wrote: > Killing init does essentially kills the system. Unlike a traditional > Unix system, FreeBSD does not allow anyone to kill init, as there are > more graceful ways to shut the system down. It's a feature, not a bug. Oh, absolutely -- there's an explicit panic if init dies, as there is a lot of special casing of pid 1. Probably bad, but it's there none-the-less. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 10:29:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cgmd76206.chello.nl (d9168.upc-d.chello.nl [213.46.9.168]) by hub.freebsd.org (Postfix) with ESMTP id 5212237B491 for ; Tue, 20 Feb 2001 10:29:43 -0800 (PST) (envelope-from edwin@cgmd76206.chello.nl) Received: by cgmd76206.chello.nl (Postfix, from userid 1001) id 2BD32EC; Tue, 20 Feb 2001 19:29:42 +0100 (CET) Date: Tue, 20 Feb 2001 19:29:41 +0100 From: Edwin Groothuis To: Lawrence Morrison Cc: freebsd-questions@FreeBSD.ORG Subject: Re: BSD imaging Message-ID: <20010220192941.I4233@cgmd76206.chello.nl> Mail-Followup-To: Edwin Groothuis , Lawrence Morrison , freebsd-questions@FreeBSD.ORG References: <001201c09b5a$ffe56700$ce44a68f@fcpds> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <001201c09b5a$ffe56700$ce44a68f@fcpds>; from lawrence_morrison@dell.com on Tue, Feb 20, 2001 at 10:34:29AM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Feb 20, 2001 at 10:34:29AM -0600, Lawrence Morrison wrote: > I am trying to image a BSD hard drive inside a windoze > enviroment. Is this possable. I have tried to to use ghost and > power quest. Neither which have worked. Ghost has worked fine here, only thing is that it takes the whole partitation at once instead of file-by-file. Edwin -- Edwin Groothuis | Interested in MUDs? Visit Fatal Dimensions: mavetju@chello.nl | http://fataldimensions.nl.eu.org/ ------------------+ telnet://fataldimensions.nl.eu.org:4000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 10:32:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from karon.dynas.se (karon.dynas.se [192.71.43.4]) by hub.freebsd.org (Postfix) with SMTP id 8BA8437B491 for ; Tue, 20 Feb 2001 10:32:15 -0800 (PST) (envelope-from mikko@dynas.se) Received: (qmail 33184 invoked from network); 20 Feb 2001 18:32:13 -0000 Received: from spirit.sto.dynas.se (HELO spirit.dynas.se) (172.16.1.10) by 172.16.1.1 with SMTP; 20 Feb 2001 18:32:13 -0000 Received: (qmail 17912 invoked from network); 20 Feb 2001 18:32:11 -0000 Received: from explorer.rsa.com (10.81.217.59) by spirit.dynas.se with SMTP; 20 Feb 2001 18:32:11 -0000 Received: (from mikko@localhost) by explorer.rsa.com (8.11.1/8.11.1) id f1KIWBt68046; Tue, 20 Feb 2001 10:32:11 -0800 (PST) (envelope-from mikko) Date: Tue, 20 Feb 2001 10:32:11 -0800 (PST) From: Mikko Tyolajarvi Message-Id: <200102201832.f1KIWBt68046@explorer.rsa.com> To: danm@prime.gushi.org Cc: questions@freebsd.org Subject: Re: Things linux has (suggestion/question). Newsgroups: local.freebsd.questions References: X-Newsreader: NN version 6.5.6 (NOV) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In local.freebsd.questions you write: >I was working with a linux system the other day and I noticed a couple >things that I was looking to see if it was possible to port to freeBSD. >1. Linux has a locate utility called slocate, which (A) rebuilds its >database MUCH faster and (B) allows you to search with your privileges >(for example, if you type locate as root, you can search the whole drive, >whereas another user would not be able to see in things like user >homedirs, etc). Unless the code is totally Linux-centric (an ever-increasing possibility nowadays), it should be a small matter of someone being interested enough to create a port. Hmm... from your description, it sounds like a security hole waiting to happen. >2. I was on a cobalt (I know, shoot me later, this is a good idea), and I >noticed that the passwd utility did many more checks (did a dictionary >check, checked for not enough different characters, etc) than the BSD one >does. Is there any way to add this type of functionality? Fascist passwd? Bah! Get smarter users :-) This should be doable as a PAM module, but a look at the source reveals that passwd does not seem to be pam:ified. For the time being, you can control some password parameters from login.conf(5). $.02, /Mikko -- Mikko Työläjärvi_______________________________________mikko@rsasecurity.com RSA Security To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 10:32:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 97A2A37B401 for ; Tue, 20 Feb 2001 10:32:49 -0800 (PST) (envelope-from mwm@mired.org) Received: (qmail 2156 invoked by uid 100); 20 Feb 2001 18:32:48 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14994.47184.540002.845512@guru.mired.org> Date: Tue, 20 Feb 2001 12:32:48 -0600 To: Stephen Hovey Cc: questions@freebsd.org Subject: RE: Offtopic sorta In-Reply-To: <11059757@toto.iv> X-Mailer: VM 6.89 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Stephen Hovey types: > I was hoping for something less resource nasty - because I have alot of > users to poll via pop3 and its a waste if you ask me! You're pretty much out of luck, then. There are two parts to your problem - finding out if you have new mail, and finding the user to tell them. The latter part is actually the interesting one - assuming you have a program running on your Unix box that knows user X just got mail, how do you notify them on a Windows box? They obviously each have to have a daemon running that gets the notice. Does it connect to something on your machine, and start with a note saying who it belongs to? Does it leave the connection open, or give you a number for a return connection? Do you require static IP addresses, and just keep a table of username->hostname mappings? What if the person is no longer logged in, or the daemon isn't running - do you just waste the bandwidth sending it? Finding out about new mail is easy - you got two choices. For most MTAs, you just have to check the delivery box at regular intervals, and notice when it changes. If you're running sendmail, then the local mail delivery agent will send a notice to the comsat port. If you're not running sendmail, you'll have to check your MTA (qmail doesn't support comsat). Bottom line - given the currently available technology, doing something that's a lot less wasteful may be impossible. Getting a little better involves inventing and implementing at least one new mechnaism, and reimplementing another. If you're really interested in improving this, drop me private email and we'll discuss it offline. On Tue, 20 Feb 2001, Joel Bjork wrote: > > > > > On 20-Feb-01 Stephen Hovey wrote: > > > > > > Are there any utilities or utility combos available for notifying a PPP > > > windoze user when new mail has arrived on a fbsd box? > > > > > This is usually handled by a program that polls the pop-server every now > > and then to check for new mail. ICQ has a function like this and there > > are many separate apps that can do this, take a look at www.winfiles.com > > My guess is you'll find plenty. > > > > ---------------------------------- > > E-Mail: Joel Bjork > > Date: 20-Feb-01 > > Time: 15:00:22 > > ---------------------------------- > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Mike Meyer http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 10:33:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from perkunas1.omnitel.net (perkunas1.omnitel.net [194.176.32.132]) by hub.freebsd.org (Postfix) with ESMTP id 0207237B401 for ; Tue, 20 Feb 2001 10:33:18 -0800 (PST) (envelope-from edvard@post.omnitel.net) Received: from post.omnitel.net (salc0-s4.ot.lt [194.176.53.20]) by perkunas1.omnitel.net (8.9.3/8.9.3) with ESMTP id UAA06507 for ; Tue, 20 Feb 2001 20:33:04 +0200 Message-ID: <3A92C64B.DF091D3C@post.omnitel.net> Date: Tue, 20 Feb 2001 20:32:28 +0100 From: Macrolosa X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: IRC Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How to set up the IRC server on FreeBSD and what is bot (EggDrop program) ??? Thanks - Ed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 10:37:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bender.physast.uga.edu (bender.physast.uga.edu [128.192.19.61]) by hub.freebsd.org (Postfix) with ESMTP id E3A3937B401 for ; Tue, 20 Feb 2001 10:37:30 -0800 (PST) (envelope-from andy@bender.physast.uga.edu) Received: (from andy@localhost) by bender.physast.uga.edu (8.9.1/8.9.1) id NAA32692 for freebsd-questions@FreeBSD.ORG; Tue, 20 Feb 2001 13:37:28 -0500 Date: Tue, 20 Feb 2001 13:37:28 -0500 From: Andreas Schweitzer To: freebsd-questions@FreeBSD.ORG Subject: microuptime backwards (again) and galopping time Message-ID: <20010220133728.A25902@bender.physast.uga.edu> Reply-To: Andreas Schweitzer Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm another lucky individual who finds microuptime : went backwards on the console. Plus : the time is galopping ! it was increasing its idea of the time by about 1 minute per real second ... And the microuptime console messages were just flying over the screen. The system is an Athlon with 4.2BETA. This started under very heavy load including vinum. Before we had vinum, the machine was under heavy load, too and we did not have any problems for half a year. After the load dropped, the flying time was slowly approaching normal. After I power cycled the machine, everything is normal again (let's wait for the next heavy load). I power cycled it because I feared some hardware problem with the oscillator. I know : the solution is disable APM. But what about the galopping time ? Thanks Andreas -- Department of Physics & Astronomy and Center for Simulational Physics University of Georgia Phone ++1 (706) 542 5043 Athens, GA 30602-2451 Fax ++1 (706) 542 2492 USA http://dilbert.physast.uga.edu/~andy/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 10:42:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from koch01.kochind.com (koch01.kochind.com [209.184.244.254]) by hub.freebsd.org (Postfix) with SMTP id 97FFD37B699 for ; Tue, 20 Feb 2001 10:42:13 -0800 (PST) (envelope-from MainsG@kochind.com) Received: from ictmailout.kochind.com by koch01.kochind.com via smtpd (for hub.freebsd.org [216.136.204.18]) with SMTP; 20 Feb 2001 18:39:59 UT Received: from 146.209.16.81 by kochind.com with ESMTP (Tumbleweed MMS SMTP Relay (MMS v4.7)); Tue, 20 Feb 2001 12:42:13 -0600 X-Server-Uuid: a57875ca-0502-11d5-948c-009027d6188d Received: by imail.kochind.com with Internet Mail Service (5.5.2448.0) id ; Tue, 20 Feb 2001 12:42:17 -0600 Message-ID: <3555DE51FF1FD211A90100805F9FD04D03BA9BAC@ictmail08.kochind.com> From: "Mains, Gabriel" To: "'freebsd-questions@freebsd.org'" Subject: Sendmail problem Date: Tue, 20 Feb 2001 12:42:10 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) X-WSS-ID: 168C650F124278-01-01 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have had sendmail running on my 4.1.1-RELEASE server for quite some time with little to no problems. But recently I put in a 3rd NIC to run private IP and NAT to offload some of my less important machines and free up some much needed IPs. Since that time, whenever a user tries to send a message (most users are using PINE for email) it sits there on Sending 0% For like 10 seconds before actually sending the message. This is the only side affect of adding the changes that I can see so far. Anyone know why this could be happening? Is there something I need to tell Sendmail about the 3rd NIC. Like to disreguard it? Any ideas would be greatly appreciated. Thanks, Gabriel <=><=><=><=><=><=><=><=><=><=><=><=> Gabriel Mark Mains <=><=> Koch Industries, Inc. - WSS Build Center <=><=> Workstation Technician <=><=> Phone: 316.828.8920 <=><=> Email: mainsg@kochind.com <=><=> <=><=><=><=><=><=><=><=><=><=><=><=> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 10:42:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from snarf.osdn.com (snarf.osdn.com [209.192.217.153]) by hub.freebsd.org (Postfix) with ESMTP id 733ED37B67D for ; Tue, 20 Feb 2001 10:42:12 -0800 (PST) (envelope-from jim@guinness.osdn.com) Received: from guinness.osdn.com (postfix@57.sun5.dialup.G4.NET [216.177.16.57]) by snarf.osdn.com (8.11.2/8.11.2) with ESMTP id f1KIg1s07844; Tue, 20 Feb 2001 13:42:02 -0500 (EST) (envelope-from jim@guinness.osdn.com) Received: by guinness.osdn.com (Postfix, from userid 1000) id E215719C2; Tue, 20 Feb 2001 13:41:53 -0500 (EST) Date: Tue, 20 Feb 2001 13:41:53 -0500 From: Jim Mock To: Porter Cc: freebsd-questions@FreeBSD.ORG Subject: Re: When will 4.3 be available? Message-ID: <20010220134153.A10173@guinness.osdn.com> Reply-To: mij@osdn.com References: <3A90280F.CCE7702D@ecenet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <3A90280F.CCE7702D@ecenet.com>; from ocean@ecenet.com on Sun, Feb 18, 2001 at 01:52:47PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 18 Feb 2001 at 13:52:47 -0600, Porter wrote: > Hi, I was a hardcore FreeBSD fan, and have been "out of the loop" for > almost 2 years now. (Back when 4.0 was just about to be released) I > am about to order the 4.X on CD, but I'm wondering if I should wait > for 4.3, which is "on backorder" according to cdrom.com, and is slated > to be released March 2001. If it seems like it will be released early > March, and ship soon after that, I'll wait for 4.3, otherwise, I'd > rather get 4.2 now and upgrade later. Probably mid-March. That's when the releases are usually rolled. > I plan on getting the FreeBSD handbook also. Does anyone know who > wrote this book? The FreeBSD Documentation Project. It's a snapshot of what's at http://www.FreeBSD.org/handbook/ as of last April (the publish date). - jim -- - jim mock - O|S|D|N - open source development network - - http://www.freebsdzine.org/ - jim@freebsdzine.org - jim@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 10:43:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from heorot.1nova.com (sub24-23.member.dsl-only.net [63.105.24.23]) by hub.freebsd.org (Postfix) with ESMTP id 0F82D37B4EC for ; Tue, 20 Feb 2001 10:43:34 -0800 (PST) (envelope-from hamellr@1nova.com) Received: by heorot.1nova.com (Postfix, from userid 1000) id 9A9B318C4; Mon, 19 Feb 2001 11:06:58 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by heorot.1nova.com (Postfix) with ESMTP id 8A87818C2 for ; Mon, 19 Feb 2001 11:06:58 -0800 (PST) Date: Mon, 19 Feb 2001 11:06:58 -0800 (PST) From: Rick Hamell To: FreeBSD-questions Subject: Apache Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does anyone have a working same httpd.conf that I could take a look at? I'm getting: HTTP/1.0 404 Object Not Found (The system cannot find the path specified. ) The only other problem I can think is that DNS is still incorrect... ftp.1nova, 1nova.com, heorot.1nova.com and www.1nova.com all point to the same server via DNS. Using just the IP seem to give the same error. I've looked at www.apache.org and read the documentation; unluckily I'm just not understanding it very well. :) Thanks for any help! Rick ******************************************************************* Rick's FreeBSD Web page http://heorot.1nova.com/freebsd Ace Logan's Hardware Guide http://www.shatteredcrystal.net/hardware ***FreeBSD - 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 Tue Feb 20 10:45:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from snarf.osdn.com (snarf.osdn.com [209.192.217.153]) by hub.freebsd.org (Postfix) with ESMTP id 5553437B401 for ; Tue, 20 Feb 2001 10:45:46 -0800 (PST) (envelope-from jim@guinness.osdn.com) Received: from guinness.osdn.com (postfix@57.sun5.dialup.G4.NET [216.177.16.57]) by snarf.osdn.com (8.11.2/8.11.2) with ESMTP id f1KIjcs07869; Tue, 20 Feb 2001 13:45:38 -0500 (EST) (envelope-from jim@guinness.osdn.com) Received: by guinness.osdn.com (Postfix, from userid 1000) id 022C219C2; Tue, 20 Feb 2001 13:45:35 -0500 (EST) Date: Tue, 20 Feb 2001 13:45:35 -0500 From: Jim Mock To: hawk Cc: freebsd-questions@FreeBSD.ORG Subject: Re: where is Release Name stored? Message-ID: <20010220134535.B10173@guinness.osdn.com> Reply-To: mij@osdn.com References: <200102201506.f1KF62641504@fac13.ds.psu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <200102201506.f1KF62641504@fac13.ds.psu.edu>; from hawk@fac13.ds.psu.edu on Tue, Feb 20, 2001 at 10:06:02AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 20 Feb 2001 at 10:06:02 -0500, hawk wrote: > I thought I could live with this a few weeks until my workstation > comes, but now it seems I'm dealing with a few months . . . > > Where is the Release Name stored for /stand/sysinstall? I've > grepped through /etc/*, /etc/*/*, /stand/*, and /stand/* /usr/src/sys/conf/newvers.sh, however, I don't suggest changing it. > Somehow or another, it has gotten the idea that the release is > 4.2-STABLE (which doesn't exist). Every time I want to work with the > ports, I have to change it to 4.x-Stable. Config save is set to yes, > but it it doesn't save this. That's because if you've built world from RELENG_4 *is* 4.2-STABLE. Changing 4.2-STABLE in the sysinstall options to 4.2-RELEASE should fix the problem. I don't think that it stores the info there anywhere and you need to do it each time you run sysinstall. If you're only adding packages, try pkg_add -r. - jim -- - jim mock - O|S|D|N - open source development network - - http://www.freebsdzine.org/ - jim@freebsdzine.org - jim@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 10:48:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from snarf.osdn.com (snarf.osdn.com [209.192.217.153]) by hub.freebsd.org (Postfix) with ESMTP id CF3F837B401 for ; Tue, 20 Feb 2001 10:48:35 -0800 (PST) (envelope-from jim@guinness.osdn.com) Received: from guinness.osdn.com (postfix@57.sun5.dialup.G4.NET [216.177.16.57]) by snarf.osdn.com (8.11.2/8.11.2) with ESMTP id f1KImXs07885; Tue, 20 Feb 2001 13:48:34 -0500 (EST) (envelope-from jim@guinness.osdn.com) Received: by guinness.osdn.com (Postfix, from userid 1000) id 883F719C2; Tue, 20 Feb 2001 13:48:31 -0500 (EST) Date: Tue, 20 Feb 2001 13:48:31 -0500 From: Jim Mock To: Macrolosa Cc: freebsd-questions@FreeBSD.ORG Subject: Re: IRC Message-ID: <20010220134831.C10173@guinness.osdn.com> Reply-To: mij@osdn.com References: <3A92C64B.DF091D3C@post.omnitel.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <3A92C64B.DF091D3C@post.omnitel.net>; from edvard@post.omnitel.net on Tue, Feb 20, 2001 at 08:32:28PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 20 Feb 2001 at 20:32:28 +0100, Macrolosa wrote: > How to set up the IRC server on FreeBSD and what is bot > (EggDrop program) ??? Uh, what? eggdrop is not an IRC server, it's a bot. If you want to install an irc server, there's one in /usr/ports/irc/ircd-hybrid. If you're looking for help in configuring either (eggdrop or IRCd), this isn't the place to ask, as they really have nothing to do with FreeBSD. - jim -- - jim mock - O|S|D|N - open source development network - - http://www.freebsdzine.org/ - jim@freebsdzine.org - jim@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 10:50:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from snarf.osdn.com (snarf.osdn.com [209.192.217.153]) by hub.freebsd.org (Postfix) with ESMTP id 3AEDE37B491 for ; Tue, 20 Feb 2001 10:50:55 -0800 (PST) (envelope-from jim@guinness.osdn.com) Received: from guinness.osdn.com (postfix@57.sun5.dialup.G4.NET [216.177.16.57]) by snarf.osdn.com (8.11.2/8.11.2) with ESMTP id f1KIops07906; Tue, 20 Feb 2001 13:50:52 -0500 (EST) (envelope-from jim@guinness.osdn.com) Received: by guinness.osdn.com (Postfix, from userid 1000) id 6D1FB19C2; Tue, 20 Feb 2001 13:50:49 -0500 (EST) Date: Tue, 20 Feb 2001 13:50:49 -0500 From: Jim Mock To: ocean@ecenet.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Help, can't send messages to Freebsd.org! Message-ID: <20010220135049.D10173@guinness.osdn.com> Reply-To: mij@osdn.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: ; from jivetweety@hotmail.com on Tue, Feb 20, 2001 at 11:37:04AM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 20 Feb 2001 at 11:37:04 -0600, Nicole Porter wrote: > Ok, I'm now trying to use my wife's hotmail account to send a > message, because I have been trying for four days now with my account. > These are the email addresses I've tried: > freebsd-questions@freebsd.org > questions@freebsd.org > jkh@freebsd.org > > All come up with the same error message, as follows. The message > says I don't need to resend, but my message never ends up on the > list. Heh, I saw 4 of the same message and even replied to one of them. > Is my server blocked? My normal email address is ocean@ecenet.com > Please do not send to this account, send to me directly. No, but the project's mail server denies mail from hosts that don't resolve, which is the error you were seeing. - jim -- - jim mock - O|S|D|N - open source development network - - http://www.freebsdzine.org/ - jim@freebsdzine.org - jim@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 10:51:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tiger.ciberlynx.net (ns2.ciberlynx.net [216.242.0.3]) by hub.freebsd.org (Postfix) with ESMTP id 5497037B491 for ; Tue, 20 Feb 2001 10:51:55 -0800 (PST) (envelope-from wjm@tiger.ciberlynx.net) Received: from localhost (wjm@localhost) by tiger.ciberlynx.net (8.9.3/8.9.3) with ESMTP id NAA21523; Tue, 20 Feb 2001 13:35:56 -0500 Date: Tue, 20 Feb 2001 13:35:56 -0500 (EST) From: "wjm@ciberlynx.net" To: Drew Tomlinson Cc: "'FreeBSD Questions (E-mail)'" Subject: RE: Newbie Help Diagnosing Startup Script In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 20 Feb 2001, Drew Tomlinson wrote: > > -----Original Message----- > > From: wjm@ciberlynx.net [mailto:wjm@tiger.ciberlynx.net] > > Sent: Tuesday, February 20, 2001 9:35 AM > > To: Tomlinson, Drew > > Cc: 'FreeBSD Questions (E-mail)' > > Subject: Re: Newbie Help Diagnosing Startup Script > > [snip] > > > i'd keep it simple as such: > > > > #!/bin/sh > > # > > > > [ -x /usr/local/bin/dynipclient ] && > > /usr/local/bin/dynipclient && echo -n > > ' dynipclient' > > Thanks but as I understand it, that is not a correct startup script. > Although it will work, it does not pass the "start" and "stop" parameters > that FSBD v4 and above looks for. But I will try it and see if it makes a > difference. > > Drew > > [snip] > I was under the general impression you wish to have this script run at start time? > stop) echo -n ' dynipclient' This merely echos "dynipclient"... ./Bill/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 11: 3:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clientmail.realtime.co.uk (simian.realtime.co.uk [194.205.134.131]) by hub.freebsd.org (Postfix) with ESMTP id F28EB37B4EC for ; Tue, 20 Feb 2001 11:03:14 -0800 (PST) (envelope-from waynep@zaphod.realtime.co.uk) Received: from zaphod.realtime.co.uk ([194.205.134.208]) by clientmail.realtime.co.uk with esmtp (Exim 3.20 #1) id 14VI2m-00038P-01; Tue, 20 Feb 2001 19:01:48 +0000 Received: from waynep by zaphod.realtime.co.uk with local (Exim 3.16 #1) id 14VI2D-0007bY-00; Tue, 20 Feb 2001 19:01:13 +0000 From: Wayne Pascoe To: Rick Hamell Cc: FreeBSD-questions Subject: Re: Apache References: Reply-To: wayne.pascoe@realtime.co.uk Date: 20 Feb 2001 19:01:13 +0000 In-Reply-To: Message-ID: Lines: 23 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Channel Islands) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Rick Hamell writes: > Does anyone have a working same httpd.conf that I could take a > look at? I'm getting: HTTP/1.0 404 Object Not Found (The system cannot > find the path specified. ) The only other problem I can think is that DNS > is still incorrect... ftp.1nova, 1nova.com, heorot.1nova.com and > www.1nova.com all point to the same server via DNS. Using just the IP seem > to give the same error. I've looked at www.apache.org and read the > documentation; unluckily I'm just not understanding it very > well. :) Thanks for any help! I don't have a config file available at the moment, but I do have a suggestion... Check your existing config for your logfile. look in your errorlog at what is being reported when you try and access the site. HTH -- - Wayne Pascoe E-mail: wayne.pascoe@realtime.co.uk Phone : +44 (0) 20 7544 4668 Mobile: +44 (0) 788 431 1675 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 11: 4:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f220.law8.hotmail.com [216.33.241.220]) by hub.freebsd.org (Postfix) with ESMTP id ECC4437B491 for ; Tue, 20 Feb 2001 11:04:34 -0800 (PST) (envelope-from dead_line@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 20 Feb 2001 11:04:34 -0800 Received: from 208.7.67.84 by lw8fd.law8.hotmail.msn.com with HTTP; Tue, 20 Feb 2001 19:04:34 GMT X-Originating-IP: [208.7.67.84] Reply-To: marwan@q8internet.net From: "Dead Line" To: edvard@post.omnitel.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: IRC Date: Tue, 20 Feb 2001 19:04:34 -0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 20 Feb 2001 19:04:34.0865 (UTC) FILETIME=[F6AE0A10:01C09B6F] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Peace, You Wrote, >How to set up the IRC server on FreeBSD? Check the URL: bahamut.dal.net There is a full details about downloading/settingup or configuraion an IRC server (IRCd). To setup an IRC server you need a software called (IRCD) >what is bot (EggDrop program) ??? Check http://www.eggxpress.com/ Marwan Sultan, Q8internet.net Administrator Email : marwan@q8internet.net _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 11: 9:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ozias.inrs-telecom.uquebec.ca (ozias.inrs-telecom.uquebec.ca [192.26.211.164]) by hub.freebsd.org (Postfix) with ESMTP id CBBFE37B401 for ; Tue, 20 Feb 2001 11:09:13 -0800 (PST) (envelope-from gregoire@inrs-telecom.uquebec.ca) Received: from sagaro.INRS-Telecom.UQuebec.CA (sagaro [192.26.211.104]) by ozias.inrs-telecom.uquebec.ca (8.11.0/8.11.0) with ESMTP id f1KJ9mZ07607 for ; Tue, 20 Feb 2001 14:09:48 -0500 (EST) Received: by sagaro.INRS-Telecom.UQuebec.CA (8.9.3+Sun/SMI-SVR4) id OAA13628; Tue, 20 Feb 2001 14:09:11 -0500 (EST) Date: Tue, 20 Feb 2001 14:09:11 -0500 From: =?iso-8859-1?Q?Jean-Charles_Gr=E9goire?= To: freebsd-questions@freebsd.org Subject: Intel PRO/1000 F Server Adapter Message-ID: <20010220140910.A13619@saguaro.INRS-Telecom.UQuebec.CA> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have difficulties with these gigabit fiber boards. They are in the 738640 series, which I believe to be LIVENGOOD from my observations. I have cards mounted in Linux servers, with the Intel driver and they operate correctly. I have had no success with FreeBSD and the wx driver, either back to back, or plugged into a gigabit switch (Extreme Networks). In either cases, the link is active (2 leds on), but the cards won't originate traffic, or signal that they have received traffic (which I can see coming on the boards from the leds). I am using 4.2-stable from last weekend. The log gives a lot of ``receive sequence error'' messages from the boards, resulting from my tests, I suppose. I use the boards in a 32bits 33MHz PCI bus, in case it matters. My servers have a 64bits bus, but the boards are supposed to operate in any form of 33/66Hz,32/64bits environments. If anyone has them running, I would be interested in their comments, the configurations they have, and the difficulties they might have encountered. Also, does the wx driver work only in auto negotiation mode? Thanks, jc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 11:19:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lcmail2.lc.ca.gov (lcmail2.lc.ca.gov [165.107.12.11]) by hub.freebsd.org (Postfix) with ESMTP id 9B29337B4EC for ; Tue, 20 Feb 2001 11:19:49 -0800 (PST) (envelope-from drewt@writeme.com) Received: from CONVERSION-DAEMON by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) id <0G9200J01LNFGC@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.ORG; Tue, 20 Feb 2001 11:19:07 -0800 (PST) Received: from tagalong ([165.107.42.167]) by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) with SMTP id <0G9200KKELNAEL@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.ORG; Tue, 20 Feb 2001 11:18:46 -0800 (PST) Date: Tue, 20 Feb 2001 11:18:44 -0800 From: Drew Tomlinson Subject: RE: Newbie Help Diagnosing Startup Script In-reply-to: To: "'wjm@ciberlynx.net'" Cc: "'FreeBSD Questions (E-mail)'" Message-id: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) Content-type: text/plain; charset="us-ascii" Content-transfer-encoding: 7bit Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: wjm@ciberlynx.net [mailto:wjm@tiger.ciberlynx.net] > Sent: Tuesday, February 20, 2001 10:36 AM > To: Drew Tomlinson > Cc: 'FreeBSD Questions (E-mail)' > Subject: RE: Newbie Help Diagnosing Startup Script > > > On Tue, 20 Feb 2001, Drew Tomlinson wrote: > > > > -----Original Message----- > > > From: wjm@ciberlynx.net [mailto:wjm@tiger.ciberlynx.net] > > > Sent: Tuesday, February 20, 2001 9:35 AM > > > To: Tomlinson, Drew > > > Cc: 'FreeBSD Questions (E-mail)' > > > Subject: Re: Newbie Help Diagnosing Startup Script > > > > [snip] > > > > > i'd keep it simple as such: > > > > > > #!/bin/sh > > > # > > > > > > [ -x /usr/local/bin/dynipclient ] && > > > /usr/local/bin/dynipclient && echo -n > > > ' dynipclient' > > > > Thanks but as I understand it, that is not a correct startup script. > > Although it will work, it does not pass the "start" and > "stop" parameters > > that FSBD v4 and above looks for. But I will try it and > see if it makes a > > difference. > > > > Drew > > > > [snip] > > > > I was under the general impression you wish to have this script run at > start time? > > > stop) echo -n ' dynipclient' > > This merely echos "dynipclient"... You're correct. The line should read "stop) echo -n ' dynipclient -k'". I missed a little in my cut and paste. Thanks! Drew > ./Bill/ > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 11:20:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sigbus.com (sigbus.com [207.211.10.110]) by hub.freebsd.org (Postfix) with ESMTP id 1265A37B401 for ; Tue, 20 Feb 2001 11:20:28 -0800 (PST) (envelope-from henrich@sigbus.com) Received: (from henrich@localhost) by sigbus.com (8.9.3/8.9.3) id LAA44662 for freebsd-questions@freebsd.org; Tue, 20 Feb 2001 11:20:27 -0800 (PST) (envelope-from henrich) Date: Tue, 20 Feb 2001 11:20:27 -0800 From: Charles Henrich To: freebsd-questions@freebsd.org Subject: AMD Automounter weirdness Message-ID: <20010220112027.D44293@sigbus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 3.3-RELEASE X-PGP-Fingerprint: 1024/F7 FD C7 3A F5 6A 23 BF 76 C4 B8 C9 6E 41 A4 4F Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Okay, I have a very weird problem with the amd automounter. amd is run as: amd -p -a /net -c 1800 -k i386 -d mvfx.com -l /var/log/amd.log /dsk /etc/amd.dsk The relevant bits of the amd.dsk file: /defaults type:=nfs;opts:=nodev,nosuid,intr,proto=udp,rsize=32768,wsize=32768 d613 host!=gw2;rhost:=gw2;rfs:=/export/${key} d400 host!=spruce;rhost:=spruce;rfs:=/export/${key} On any machine I can cd to /dsk/d613, no problems. Works fantastic. EXCEPT gw2 (the machine the disk is hosted on). From gw2 I can access all other entries in the file as they should. Its only disks that are physically on gw2 that all come up with: /dsk/d613: No such file or directory. Very very weird. Anyone have any suggestions? -Crh Charles Henrich Manex Visual Effects henrich@sigbus.com http://www.sigbus.com/~henrich To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 11:21:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by hub.freebsd.org (Postfix) with ESMTP id 872BB37B491 for ; Tue, 20 Feb 2001 11:21:41 -0800 (PST) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.11.2/8.11.2) id f1KJLaq05533; Tue, 20 Feb 2001 20:21:36 +0100 (CET) (envelope-from stijn) Date: Tue, 20 Feb 2001 20:21:36 +0100 From: Stijn Hoop To: trainini@zipmail.com.br Cc: freebsd-questions@freebsd.org Subject: Re: OpenSSL Message-ID: <20010220202136.C4693@pcwin002.win.tue.nl> References: <3A927517000001AA@www.zipmail.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <3A927517000001AA@www.zipmail.com.br>; from trainini@zipmail.com.br on Tue, Feb 20, 2001 at 02:57:36PM -0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, On Tue, Feb 20, 2001 at 02:57:36PM -0200, trainini@zipmail.com.br wrote: > I need to support HTTPS requests in apache, but I don´t get install > apache13-modssl: > > tom# cd /usr/ports/www/apache13-modssl > tom# make > This port requires the OpenSSL library, which is part of > the FreeBSD crypto distribution but not installed on your > machine. Please see the "OpenSSL" section in the handbook > (at "http://www.FreeBSD.org/handbook/openssl.html", for instance) Have you actually read this? ^^^^ Like it says there, openssl is in the base system, so my guess is that you didn't install it. Either cvsup and make world, or go to /stand/sysinstall and install the crypto distribution. --Stijn -- If today is the first day of the rest of your life, what the hell was yesterday? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 11:23:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from [209.239.36.156] (host2.hostmatters.com [209.239.36.156]) by hub.freebsd.org (Postfix) with ESMTP id 43FB237B401 for ; Tue, 20 Feb 2001 11:23:46 -0800 (PST) (envelope-from ben@cahostnet.com) Received: from nhqadmin17 (224host88.redcross.org [162.6.224.88]) by [209.239.36.156] (8.10.2/8.10.2) with SMTP id f1KJNcF31150; Tue, 20 Feb 2001 14:23:38 -0500 Message-ID: <01f101c09b72$c9f5f390$6102a00a@nhqadmin17> From: "Ben" To: "Mains, Gabriel" , "'freebsd-questions@freebsd.org'" References: <3555DE51FF1FD211A90100805F9FD04D03BA9BAC@ictmail08.kochind.com> Subject: Re: Sendmail problem Date: Tue, 20 Feb 2001 14:24:45 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 Off the bat without looking at your system It appears that it trying to figure out which nic to send the response to. I think it's confused as to what it's default gw is. Make sure you have only one default gw. You may also have to put in static route to the NIC. Just coming up with some things to check. I may be way off though but I think it may have something to do with routing on that box. ----- Original Message ----- From: "Mains, Gabriel" To: "'freebsd-questions@freebsd.org'" Sent: Tuesday, February 20, 2001 1:42 PM Subject: Sendmail problem > I have had sendmail running on my 4.1.1-RELEASE server for quite some time > with little to no problems. But recently I put in a 3rd NIC to run private > IP and NAT to offload some of my less important machines and free up some > much needed IPs. Since that time, whenever a user tries to send a message > (most users are using PINE for email) it sits there on > > Sending 0% > > For like 10 seconds before actually sending the message. This is the only > side affect of adding the changes that I can see so far. Anyone know why > this could be happening? Is there something I need to tell Sendmail about > the 3rd NIC. Like to disreguard it? > > Any ideas would be greatly appreciated. > > Thanks, > Gabriel > > <=><=><=><=><=><=><=><=><=><=><=><=> > Gabriel Mark Mains <=><=> > Koch Industries, Inc. - WSS Build Center <=><=> > Workstation Technician <=><=> > Phone: 316.828.8920 <=><=> > Email: mainsg@kochind.com <=><=> > <=><=><=><=><=><=><=><=><=><=><=><=> > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 11:27:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gateway.sitel.net (gateway.sitel.net [206.24.48.67]) by hub.freebsd.org (Postfix) with SMTP id 3715237B503 for ; Tue, 20 Feb 2001 11:27:22 -0800 (PST) (envelope-from jsw@iwww.sitel.net) Received: from [206.24.49.5] by gateway.sitel.net via smtpd (for hub.freebsd.org [216.136.204.18]) with SMTP; 20 Feb 2001 19:27:22 UT Received: (from jsw@localhost) by iwww.sitel.net (8.9.2/8.9.2) id NAA19215; Tue, 20 Feb 2001 13:26:32 -0600 (CST) Message-Id: <200102201926.NAA19215@iwww.sitel.net> Subject: Re: IRC In-Reply-To: <3A92C64B.DF091D3C@post.omnitel.net> from Macrolosa at "Feb 20, 1 08:32:28 pm" To: edvard@post.omnitel.net (Macrolosa) Date: Tue, 20 Feb 2001 13:26:32 -0600 (CST) Cc: freebsd-questions@FreeBSD.ORG From: jsw@cywub.sitel.net Reply-To: jsw@cywub.sitel.net X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > How to set up the IRC server on FreeBSD and what is bot (EggDrop > program) ??? I've set up the bahamut ircd on fbsd and it runs fine right out of the can. Only problem you have is you may have to update your mp/gmp library on some fbsd releases. You can get bahamut (the Dalnet ircd) at www.bahamut.net A 'bot' is a robot IRC user, with Eggdrop being one version of this. The discussion of bots is well out of the scope of this list. ;-) I'm sure you realize that running an IRC server can be a real can of worms. ;-) Good day JSW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 11:28:17 2001 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 1CDB637B65D for ; Tue, 20 Feb 2001 11:28:12 -0800 (PST) (envelope-from brennan@offwhite.net) Received: from localhost (brennan@localhost) by home.offwhite.net (8.11.1/8.11.1) with ESMTP id f1KJSAB27132 for ; Tue, 20 Feb 2001 13:28:10 -0600 (CST) (envelope-from brennan@offwhite.net) Date: Tue, 20 Feb 2001 13:28:10 -0600 (CST) From: Brennan Stehling To: freebsd-questions@freebsd.org Subject: ip_fw_ctl: invalid command Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What am I missing? I am trying to run this command. ipfw add 100 divert natd ip from any to any via ep1 I ran this command before trying this... cd /dev sh MAKEDEV ipl This created devices for ipnat and others and I am unsure if I need to make a device for the ipfw software and divert sockets. I am running 4.2 and just compiled a new kernel from sources with the firewall options on and it does not seem to allow it yet. And now when I try to add the firewall rule for the divert sockets so that I can run ipnat, I get these error messages. ip_fw_ctl: invalid command ipfw: getsockopt(IP_FW_ADD): invalid argument I originally tried simply loading the ipl.ko and ipfw.ko kernel modules but now I have a kernel built with the firewall options compiled in. I have been reading various man pages and I do not know what to do so that I can get this divert rule into the firewall to allow for NAT. Does anyone know what will allow me to make this work? Brennan Stehling - software developer and system administrator my projects: home.offwhite.net (free personal hosting) www.greasydaemon.com (bsd search) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 11:36:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from staff.gtmd.com (adsl-63-195-80-23.dsl.snfc21.pacbell.net [63.195.80.23]) by hub.freebsd.org (Postfix) with ESMTP id E9F9137B4EC for ; Tue, 20 Feb 2001 11:36:37 -0800 (PST) (envelope-from martin@staff.gtmd.com) Received: (from martin@localhost) by staff.gtmd.com (8.9.3/8.9.3) id LAA33439 for questions@freebsd.org; Tue, 20 Feb 2001 11:34:09 -0800 (PST) (envelope-from martin) Date: Tue, 20 Feb 2001 11:34:09 -0800 (PST) From: Charles Martin Message-Id: <200102201934.LAA33439@staff.gtmd.com> To: questions@freebsd.org Subject: wine port install problem Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG /usr/ports/emulators/wine $ make install [...] install -c -s -o root -g wheel -m 555 ./function_grep.pl /usr/local/bin/function_grep.pl /usr/libexec/elf/strip: /usr/local/bin/function_grep.pl: File format not recognized This is wine version 20010216 -- anyone have any advice? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 11:43:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.armentel.com (mail1.armentel.com [212.73.65.12]) by hub.freebsd.org (Postfix) with ESMTP id 425EC37B503 for ; Tue, 20 Feb 2001 11:43:55 -0800 (PST) (envelope-from boynagar@armentel.com) Received: from user0000011909 (USER-0000011909 [192.168.7.74]) by mail1.armentel.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id 1HD02707; Tue, 20 Feb 2001 09:54:04 +0400 From: "Arthur Boynagryan" To: Subject: Alternative to gets() function? Date: Tue, 20 Feb 2001 09:55:12 +0400 Message-ID: <000001c09b01$b1865fa0$4a07a8c0@user0000011909> 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.50.4522.1200 Disposition-Notification-To: "Arthur Boynagryan" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all! I've been reading man page for gets() and fgets() and noticed the following: "Since it is usually impossible to ensure that the next input line is less than some arbitrary length, and because overflowing the input buffer is almost invariably a security violation, programs should NEVER use gets()." What can you recommend instead of gets()? Does this also apply to fgets()? I'm mostly interested in fgets(). TIA, Arthur To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 11:44: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.armentel.com (mail1.armentel.com [212.73.65.12]) by hub.freebsd.org (Postfix) with ESMTP id CC6D937B67D for ; Tue, 20 Feb 2001 11:44:00 -0800 (PST) (envelope-from boynagar@armentel.com) Received: from user0000011909 (192.168.7.74 [192.168.7.74]) by mail1.armentel.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id 1HD0263Q; Mon, 19 Feb 2001 14:51:50 +0400 From: "Arthur Boynagryan" To: Subject: Alternative to gets() function? Date: Mon, 19 Feb 2001 14:52:57 +0400 Message-ID: <000401c09a62$1f1caf60$4a07a8c0@user0000011909> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal Disposition-Notification-To: "Arthur Boynagryan" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all! I've been reading man page for gets() and fgets() and noticed the following: "Since it is usually impossible to ensure that the next input line is less than some arbitrary length, and because overflowing the input buffer is almost invariably a security violation, programs should NEVER use gets()." What can you recommend instead of gets()? Does this also apply to fgets()? I'm mostly interested in fgets(). TIA, Arthur To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 11:44:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from apeiba.wanadoo.fr (smtp-rt-2.wanadoo.fr [193.252.19.154]) by hub.freebsd.org (Postfix) with ESMTP id D131E37B65D for ; Tue, 20 Feb 2001 11:44:24 -0800 (PST) (envelope-from alain.betemps@wanadoo.fr) Received: from amyris.wanadoo.fr (193.252.19.150) by apeiba.wanadoo.fr; 20 Feb 2001 20:44:17 +0100 Received: from default (193.250.220.19) by amyris.wanadoo.fr; 20 Feb 2001 20:43:49 +0100 Message-ID: <000701c09b76$ca1390e0$09b3fea9@default> From: "alain.betemps" To: Subject: trouble Date: Tue, 20 Feb 2001 20:53:24 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01C09B7F.2ACB6AE0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0004_01C09B7F.2ACB6AE0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello freeBSD, I'm rookie and start (and try) to use freeBSD, I just buy the powerpack = 4.0, and I've some trouble to install it. ---------- I start the instalation and when it start to copy data = between CD and HD, the system stop 1 or 2 minutes after starting, so = just a couple of bin data are copied and the system don't move no more, = I usually don't see any errors message the system freezing and can't = finish anything. 486 dx4,100Mhz/8MbRAM/HD280Mb/CDrom36x(factory unknow-made in china-) Thanks a lot for your help best regards Alain ------=_NextPart_000_0004_01C09B7F.2ACB6AE0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello freeBSD,
I'm rookie and start (and try) to = use freeBSD, I=20 just buy the powerpack 4.0, and I've some trouble to install = it.
---------- I start the instalation = and when it=20 start to copy data between CD and HD, the system stop 1 or 2 minutes = after=20 starting, so just a couple of bin data are copied and the system don't = move no=20 more, I usually don't see any errors message the system freezing and = can't=20 finish anything.
486 = dx4,100Mhz/8MbRAM/HD280Mb/CDrom36x(factory=20 unknow-made in china-)
Thanks a lot for your = help
best regards
Alain
------=_NextPart_000_0004_01C09B7F.2ACB6AE0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 11:46:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lcmail2.lc.ca.gov (lcmail2.lc.ca.gov [165.107.12.11]) by hub.freebsd.org (Postfix) with ESMTP id 3174237B4EC for ; Tue, 20 Feb 2001 11:46:07 -0800 (PST) (envelope-from drewt@writeme.com) Received: from CONVERSION-DAEMON by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) id <0G9200L01MUV1S@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.ORG; Tue, 20 Feb 2001 11:45:26 -0800 (PST) Received: from tagalong ([165.107.42.167]) by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) with SMTP id <0G9200K15MUQHM@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.ORG; Tue, 20 Feb 2001 11:44:53 -0800 (PST) Date: Tue, 20 Feb 2001 11:39:10 -0800 From: Drew Tomlinson Subject: RE: Newbie Help Diagnosing Startup Script In-reply-to: To: "'wjm@ciberlynx.net'" Cc: "'FreeBSD Questions (E-mail)'" Message-id: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) Content-type: text/plain; charset="us-ascii" Content-transfer-encoding: 7bit Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: Drew Tomlinson [mailto:drewt@writeme.com] > Sent: Tuesday, February 20, 2001 11:19 AM > To: 'wjm@ciberlynx.net' > Cc: 'FreeBSD Questions (E-mail)' > Subject: RE: Newbie Help Diagnosing Startup Script > > > > -----Original Message----- > > From: wjm@ciberlynx.net [mailto:wjm@tiger.ciberlynx.net] > > Sent: Tuesday, February 20, 2001 10:36 AM > > To: Drew Tomlinson > > Cc: 'FreeBSD Questions (E-mail)' > > Subject: RE: Newbie Help Diagnosing Startup Script > > > > > > On Tue, 20 Feb 2001, Drew Tomlinson wrote: > > > > > > -----Original Message----- > > > > From: wjm@ciberlynx.net [mailto:wjm@tiger.ciberlynx.net] > > > > Sent: Tuesday, February 20, 2001 9:35 AM > > > > To: Tomlinson, Drew > > > > Cc: 'FreeBSD Questions (E-mail)' > > > > Subject: Re: Newbie Help Diagnosing Startup Script > > > > > > [snip] > > > > > > > i'd keep it simple as such: > > > > > > > > #!/bin/sh > > > > # > > > > > > > > [ -x /usr/local/bin/dynipclient ] && > > > > /usr/local/bin/dynipclient && echo -n > > > > ' dynipclient' > > > > > > Thanks but as I understand it, that is not a correct > startup script. > > > Although it will work, it does not pass the "start" and > > "stop" parameters > > > that FSBD v4 and above looks for. But I will try it and > > see if it makes a > > > difference. > > > > > > Drew > > > > > > [snip] > > > > > > > I was under the general impression you wish to have this > script run at > > start time? > > > > > stop) echo -n ' dynipclient' > > > > This merely echos "dynipclient"... > > You're correct. The line should read "stop) echo -n ' > dynipclient -k'". > I missed a little in my cut and paste. > > Thanks! > > Drew OK, now the "lights" are on. I now understand that the stop command does nothing more that print "dynipclient -k" to the screen. What would be the proper line that would equal typing "dynipclient -k" at the command prompt? I tried copying the start part and adding a "-k" but that didn't work. Thanks, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 11:47:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tiger.ciberlynx.net (ns2.ciberlynx.net [216.242.0.3]) by hub.freebsd.org (Postfix) with ESMTP id 9615C37B503 for ; Tue, 20 Feb 2001 11:47:37 -0800 (PST) (envelope-from wjm@tiger.ciberlynx.net) Received: from localhost (wjm@localhost) by tiger.ciberlynx.net (8.9.3/8.9.3) with ESMTP id OAA25209; Tue, 20 Feb 2001 14:31:35 -0500 Date: Tue, 20 Feb 2001 14:31:35 -0500 (EST) From: "wjm@ciberlynx.net" To: "Tomlinson, Drew" Cc: "'FreeBSD Questions (E-mail)'" Subject: Re: Newbie Help Diagnosing Startup Script In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 20 Feb 2001, Tomlinson, Drew wrote: > Newbie Alert. > > I am trying to diagnose why a startup script doesn't seem to run > automatically during startup but seems to run fine when invoked from the > command line. My script lives in /usr/local/etc/rc.d. I have checked the > man pages and verified that /etc/defaults/rc.conf contains this directory in > the local_startup line and there are no overrides in /etc/rc.conf. My > script is called dynip.sh and it has the following "permissions" (is this > the right term?). > > -rwxr-x--x 1 root wheel 111 Sep 13 04:51 apache.sh > -rwxr-xr-x 1 root wheel 233 Dec 20 11:36 dynip.sh > > I included the apache.sh line because this script appears to work as apache > starts up automatically. This is the contents of my dynip.sh script: > > 112 Blacksheep# cat dynip.sh > #!/bin/sh > > case "$1" in > start) > [ -x /usr/local/bin/dynipclient ] && ( /usr/local/bin/dynipclient & > ) && > echo -n ' dynipclient' > ;; > stop) > echo -n ' dynipclient' > ;; > *) > echo "Usage: `basename $0` {start|stop}" >&2 > ;; > esac > > exit 0 > > This script was compliments of Don Maddox. I don't have a clue about > writing *nix scripts but plan to learn soon. Anyway, the attempt here is to > run a client program that registers my dynamic IP address with a DNS service > I subscribe to. When I invoke the script manually, it appears to run fine. > > 125 Blacksheep# ./dynip.sh start > dynipclientdynipclient[1483]: Using client configuration file > '/etc/dynip.cfg' > 126 Blacksheep# Feb 20 08:41:20 blacksheep dynipclient[1483]: Using client > confi > guration file '/etc/dynip.cfg' > Feb 20 08:41:20 blacksheep dynipclient[1483]: Using client configuration > file '/ > etc/dynip.cfg' > Feb 20 08:41:20 blacksheep dynipclient[1484]: active > Feb 20 08:41:20 blacksheep dynipclient[1484]: active > > Any help diagnosing this problem would be greatly appreciated. If there is > other information I can include to help figure this out, please let me know. > I don't know if there are log files that would show this executing or not. > If there are, please nudge me in the right direction. If there's not, how > can I create them? > > Thanks for your help! > > Drew > > P.S. I apologize if this comes across as HTML. I'm stuck with an MS$ > client at work but if I can send this via an SMTP service, it will come > across as plain text. If it goes through our Exchange server, it is HTML > even though I have specified plain text. Gotta love M$! > #!/bin/sh case "$1" in start) /usr/local/bin/dynipclient echo -n ' dynipclient' ;; stop) /usr/local/bin/dynipclient -k [ if this is how it terminates?] ;; -h) echo "Usage: `basename $0` { start | stop }" ;; *) /usr/local/bin/dynipclient echo -n ' dynipclient' ;; esac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 11:47:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-53.dsl.lsan03.pacbell.net [64.165.226.53]) by hub.freebsd.org (Postfix) with ESMTP id 86E9337B491 for ; Tue, 20 Feb 2001 11:47:51 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 38E7266F2E; Tue, 20 Feb 2001 11:47:51 -0800 (PST) Date: Tue, 20 Feb 2001 11:47:51 -0800 From: Kris Kennaway To: Arthur Boynagryan Cc: freebsd-questions@freebsd.org Subject: Re: Alternative to gets() function? Message-ID: <20010220114751.A35631@mollari.cthul.hu> References: <000401c09a62$1f1caf60$4a07a8c0@user0000011909> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="gBBFr7Ir9EOA20Yy" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000401c09a62$1f1caf60$4a07a8c0@user0000011909>; from boynagar@armentel.com on Mon, Feb 19, 2001 at 02:52:57PM +0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --gBBFr7Ir9EOA20Yy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 19, 2001 at 02:52:57PM +0400, Arthur Boynagryan wrote: > Hi all! >=20 > I've been reading man page for gets() and fgets() and noticed=20 > the following: >=20 > "Since it is usually impossible to ensure that the next input line is less > than some arbitrary length, and because overflowing the input buffer is > almost invariably a security violation, programs should NEVER use gets()." >=20 > What can you recommend instead of gets()? Does this also apply to=20 > fgets()? I'm mostly interested in fgets(). fgets() takes a length parameter so it knows how long the buffer is and will not overflow it. Use fgets(). Kris --gBBFr7Ir9EOA20Yy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6ksnmWry0BWjoQKURAmKOAKCZgvt+luH8BG6uOuVrYw6wUDqSVQCg8dqn SR/yFHeyuMmp+GhYDwpPBRw= =P0vX -----END PGP SIGNATURE----- --gBBFr7Ir9EOA20Yy-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 11:48:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-53.dsl.lsan03.pacbell.net [64.165.226.53]) by hub.freebsd.org (Postfix) with ESMTP id BA5F837B503 for ; Tue, 20 Feb 2001 11:48:52 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 8001366F2E; Tue, 20 Feb 2001 11:48:52 -0800 (PST) Date: Tue, 20 Feb 2001 11:48:52 -0800 From: Kris Kennaway To: "Gerald T. Freymann" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Blocking access to a machine Message-ID: <20010220114852.B35631@mollari.cthul.hu> References: <013001c09aad$71024dd0$0f10a7d1@phantom> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="WhfpMioaduB5tiZL" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <013001c09aad$71024dd0$0f10a7d1@phantom>; from freymann@eagle.ca on Mon, Feb 19, 2001 at 02:52:08PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --WhfpMioaduB5tiZL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 19, 2001 at 02:52:08PM -0500, Gerald T. Freymann wrote: > Here's a question.. >=20 > Running FreeBSD 4.2-Release. I've noticed in our /var/log/messages file a > number of repeated attempts at anonymous FTP (like 100 in very very rapid > succession). >=20 > I email abuse@domain with the info and hope they culprit gets hit over the > wrist with a ruler. >=20 > Is there a way to block access by that person? >=20 > For instance... >=20 > pD4B88246.dip.t-dialin.net >=20 > tried to Anon FTP in a hundred times. Is there a something I can do on th= at > FreeBSD machine to say completely ignore any further requests from > pD4B88246.dip.t-dialin.net? more /etc/hosts.allow and/or man ipfw Kris --WhfpMioaduB5tiZL Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6ksojWry0BWjoQKURArv5AJ9Te9yMAAx20oIkO3EWbTw2SXsIggCeIqJe 8sVerq1FW23mPhmvcJukytw= =qIZC -----END PGP SIGNATURE----- --WhfpMioaduB5tiZL-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 11:50:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-53.dsl.lsan03.pacbell.net [64.165.226.53]) by hub.freebsd.org (Postfix) with ESMTP id 469F237B503 for ; Tue, 20 Feb 2001 11:50:16 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 01C2866F2E; Tue, 20 Feb 2001 11:50:15 -0800 (PST) Date: Tue, 20 Feb 2001 11:50:15 -0800 From: Kris Kennaway To: Peter Shpak Cc: freebsd-questions@freebsd.org Subject: Re: 80gig hdd support in FreeBSD-4.2 Message-ID: <20010220115015.C35631@mollari.cthul.hu> References: <20010220134339.10988.qmail@web117.yahoomail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="uh9ZiVrAOUUm9fzH" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010220134339.10988.qmail@web117.yahoomail.com>; from s_ain_t@yahoo.com on Tue, Feb 20, 2001 at 05:43:39AM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --uh9ZiVrAOUUm9fzH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 20, 2001 at 05:43:39AM -0800, Peter Shpak wrote: > hello, >=20 > i am planning to buy an 80gig hdd.=20 > I would like to know if there are any problems using > such a large drive in FreeBSD-4.2? FreeBSD has no problems with it, but your BIOS might if it's an older PC. Kris --uh9ZiVrAOUUm9fzH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6ksp3Wry0BWjoQKURAlxFAJ9dvL0Yr+sf/hpWqp3GhRjrth0xTgCfdsM2 sslxebBPB4Faa2GOeys6JE4= =2CKz -----END PGP SIGNATURE----- --uh9ZiVrAOUUm9fzH-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 11:52:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-53.dsl.lsan03.pacbell.net [64.165.226.53]) by hub.freebsd.org (Postfix) with ESMTP id 1A35737B4EC for ; Tue, 20 Feb 2001 11:52:37 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id CF02A66F2E; Tue, 20 Feb 2001 11:52:36 -0800 (PST) Date: Tue, 20 Feb 2001 11:52:36 -0800 From: Kris Kennaway To: Chris Knipe Cc: freebsd-questions@freebsd.org Subject: Re: ipsecd Message-ID: <20010220115236.D35631@mollari.cthul.hu> References: <03a201c09b43$f7fc8710$6402000a@VARDUSZA.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="tEFtbjk+mNEviIIX" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <03a201c09b43$f7fc8710$6402000a@VARDUSZA.com>; from chrisk@vardus.net on Tue, Feb 20, 2001 at 03:49:39PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --tEFtbjk+mNEviIIX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Feb 20, 2001 at 03:49:39PM +0200, Chris Knipe wrote: > I am right to assume that I need both ipsec and setkey to function properly > for encrypted VPN configurations, but alas, two weeks, 24 kernel builds, and > still no avail... You don't run pipsecd with kernel IPSEC. The latter is supported transparently by the kernel and doesn't need a userland daemon to help with encryption. You can however use the racoon daemon in ports to do automatic negotiation of security associations (the alternative is to manually set them up using setkey(8)). You still need to set up your policy database using setkey(8) when using racoon. Search the mailing list archives (e.g. freebsd-security) for more help on setting up IPSEC. Kris --tEFtbjk+mNEviIIX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6kssEWry0BWjoQKURAslfAJ41NeZZkE0k5cjTbAHgJee2/qBLigCgiJUU 1vqIw6jGa7FcO51N8vA7ojU= =qIGN -----END PGP SIGNATURE----- --tEFtbjk+mNEviIIX-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 11:53:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id 4B7FF37B503; Tue, 20 Feb 2001 11:53:23 -0800 (PST) (envelope-from oberman@ptavv.es.net) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.10.1/8.10.1) with ESMTP id f1KJrAL17560; Tue, 20 Feb 2001 11:53:10 -0800 (PST) Message-Id: <200102201953.f1KJrAL17560@ptavv.es.net> To: Carles Gómez Cc: "freebsd-questions@FreeBSD.org" , "questions@freebsd.org" Subject: Re: Tcpdump and a WaveLAN driver In-reply-to: Your message of "Tue, 20 Feb 2001 13:41:19 +0100." <3A9265EF.1A786E4@mat.upc.es> Date: Tue, 20 Feb 2001 11:53:10 -0800 From: "Kevin Oberman" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I don't believe that current Orinoco (WaveLAN) cards will run in promiscuous mode. I believe that you will lose this capability if you upgrade the microcode in older cards, as well. No promiscuous mode, not much from tcpdump. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 11:53:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id 4B7FF37B503; Tue, 20 Feb 2001 11:53:23 -0800 (PST) (envelope-from oberman@ptavv.es.net) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.10.1/8.10.1) with ESMTP id f1KJrAL17560; Tue, 20 Feb 2001 11:53:10 -0800 (PST) Message-Id: <200102201953.f1KJrAL17560@ptavv.es.net> To: Carles Gómez Cc: "freebsd-questions@FreeBSD.org" , "questions@freebsd.org" Subject: Re: Tcpdump and a WaveLAN driver In-reply-to: Your message of "Tue, 20 Feb 2001 13:41:19 +0100." <3A9265EF.1A786E4@mat.upc.es> Date: Tue, 20 Feb 2001 11:53:10 -0800 From: "Kevin Oberman" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I don't believe that current Orinoco (WaveLAN) cards will run in promiscuous mode. I believe that you will lose this capability if you upgrade the microcode in older cards, as well. No promiscuous mode, not much from tcpdump. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 11:54:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-53.dsl.lsan03.pacbell.net [64.165.226.53]) by hub.freebsd.org (Postfix) with ESMTP id 571F537B491 for ; Tue, 20 Feb 2001 11:54:16 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 1FEE066F2E; Tue, 20 Feb 2001 11:54:16 -0800 (PST) Date: Tue, 20 Feb 2001 11:54:16 -0800 From: Kris Kennaway To: "Brian T. Allen" Cc: questions@FreeBSD.ORG, Nigel Taylor Subject: Re: Cvsup and ports Message-ID: <20010220115415.E35631@mollari.cthul.hu> References: <001401c09adc$54e5c1c0$4501a8c0@a> <20010220064430.B9031@daemon.ninth-circle.org> <008901c09b5a$bf7fce80$2618b3cf@picard> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="8vCeF2GUdMpe9ZbK" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <008901c09b5a$bf7fce80$2618b3cf@picard>; from brian@gzmarketing.com on Tue, Feb 20, 2001 at 09:32:42AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --8vCeF2GUdMpe9ZbK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 20, 2001 at 09:32:42AM -0700, Brian T. Allen wrote: > I am a newbie, and I just went through this. I installed 4.2 from ISO, t= hen > did a CVSup and got that same error. It said to look at Q12 and Q13, whi= ch > I did. I missed the answer the first time, but it IS there. >=20 > My solution was to just delete the entire ports directory (which took > forever! I am coming from Linux and deleting that much would have taken > 1/10th the time. Perhaps it is in my SCSI config...) and then CVSup, whi= ch Linux mounts the filesystems in a very dangerous mode (async) by default. You can do this on FreeBSD too, but you will probably lose data, possibly even the entire partition, if things crash unfortuitously. Enable SOFTUPDATES instead, which is almost as fast as async, but with none of the dangers. Kris --8vCeF2GUdMpe9ZbK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6kstnWry0BWjoQKURAuxHAKDI+HIqE/tCD/+x4aolRgf7SZ9rkwCeO+uM bfdLQXtTT6fjjQmBAM5CzWA= =q8Nw -----END PGP SIGNATURE----- --8vCeF2GUdMpe9ZbK-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 11:58:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-53.dsl.lsan03.pacbell.net [64.165.226.53]) by hub.freebsd.org (Postfix) with ESMTP id CD8BA37B401 for ; Tue, 20 Feb 2001 11:58:26 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 70F3366F2E; Tue, 20 Feb 2001 11:58:21 -0800 (PST) Date: Tue, 20 Feb 2001 11:58:21 -0800 From: Kris Kennaway To: "alain.betemps" Cc: questions@freebsd.org Subject: Re: trouble Message-ID: <20010220115821.F35631@mollari.cthul.hu> References: <000701c09b76$ca1390e0$09b3fea9@default> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="gneEPciiIl/aKvOT" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000701c09b76$ca1390e0$09b3fea9@default>; from alain.betemps@wanadoo.fr on Tue, Feb 20, 2001 at 08:53:24PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --gneEPciiIl/aKvOT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Feb 20, 2001 at 08:53:24PM +0100, alain.betemps wrote: > Hello freeBSD, > I'm rookie and start (and try) to use freeBSD, I just buy the powerpack 4.0, and I've some trouble to install it. > ---------- I start the instalation and when it start to copy data between CD and HD, the system stop 1 or 2 minutes after starting, so just a couple of bin data are copied and the system don't move no more, I usually don't see any errors message the system freezing and can't finish anything. > 486 dx4,100Mhz/8MbRAM/HD280Mb/CDrom36x(factory unknow-made in china-) ^^^^^^ FreeBSD doesn't run well on such small machines any more..I think you need at least 12MB or 16MB of RAM thesedays, and even then things are going to be very tight. Kris --gneEPciiIl/aKvOT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6ksxcWry0BWjoQKURAm2EAKDy8khFVCserlMYaoeepoKj4BMBOgCg4v0G YdyNNODVkSoq8hdGm8y17bg= =+Ndj -----END PGP SIGNATURE----- --gneEPciiIl/aKvOT-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 12: 1: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from post.webmailer.de (natmail2.webmailer.de [192.67.198.65]) by hub.freebsd.org (Postfix) with ESMTP id DFF8037B491 for ; Tue, 20 Feb 2001 12:00:56 -0800 (PST) (envelope-from koester@x-itec.de) Received: from bastion.localhost (B49f5.pppool.de [213.7.73.245]) by post.webmailer.de (8.9.3/8.8.7) with ESMTP id VAA04624; Tue, 20 Feb 2001 21:00:53 +0100 (MET) Received: from master ([192.168.0.1]) by bastion.localhost (8.11.1/8.11.1) with ESMTP id f1KKl7c02226; Tue, 20 Feb 2001 20:47:07 GMT Date: Tue, 20 Feb 2001 20:50:54 +0100 From: Boris X-Mailer: The Bat! (v1.48f) Personal Reply-To: Boris X-Priority: 3 (Normal) Message-ID: <18525996250.20010220205054@x-itec.de> To: Rick Hamell Cc: FreeBSD-questions Subject: Re: Apache In-reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello Rick, Monday, February 19, 2001, 8:06:58 PM, you wrote: RH> Does anyone have a working same httpd.conf that I could take a RH> look at? I'm getting: HTTP/1.0 404 Object Not Found (The system cannot Send your httpd.conf and your DNS Infos to take a look at it (to the list). Remember you have a httpd.conf.default somewhere. -- Boris [MCSE, CNA] ................................................................... X-ITEC : Consulting * Programming * Net-Security * Crypto-Research ........: [PRIVATE ADDRESS:] : Boris Köster eMail koester@x-itec.de http://www.x-itec.de : Grüne 33-57368 Lennestadt Germany Tel: +49 (0)2721 989400 : 101 PERFECTION - SECURITY - STABILITY - FUNCTIONALITY ........:.......................................................... Everything I am writing is (c) by Boris Köster and may not be rewritten or distributed in any way without my permission. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 12:15:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.tlcfcu.org (br4a.til.harborside.com [208.46.230.13]) by hub.freebsd.org (Postfix) with ESMTP id 0E74E37B401 for ; Tue, 20 Feb 2001 12:15:45 -0800 (PST) (envelope-from rduvall@tlcfcu.org) Received: from rob.til.harborside.com ([208.46.230.10] helo=tlcfcu.org) by ns1.tlcfcu.org with esmtp (Exim 3.16 #1) id 14VJCI-0005kk-00 for freebsd-questions@freebsd.org; Tue, 20 Feb 2001 12:15:42 -0800 Received: from mis3.tlcfcu.org by tlcfcu.org with SMTP (MDaemon.v3.5.3.R) for ; Tue, 20 Feb 2001 12:11:53 -0800 Message-Id: <5.0.2.1.0.20010220120927.009e5bd0@email> X-Sender: rduvall@email X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Tue, 20 Feb 2001 12:09:44 -0800 To: freebsd-questions@freebsd.org From: Rick Duvall Subject: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Return-Path: rduvall@tlcfcu.org X-MDaemon-Deliver-To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 12:30:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from xena.gsicomp.on.ca (cr677933-a.ktchnr1.on.wave.home.com [24.43.230.149]) by hub.freebsd.org (Postfix) with ESMTP id 228AE37B491; Tue, 20 Feb 2001 12:30:16 -0800 (PST) (envelope-from matt@gsicomp.on.ca) Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.1/8.9.3) with SMTP id f1KKSPi91466; Tue, 20 Feb 2001 15:28:26 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <002301c09b7b$ba729cd0$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: , Cc: References: <3A927517000001AA@www.zipmail.com.br> Subject: Re: OpenSSL Date: Tue, 20 Feb 2001 15:28:44 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I need to support HTTPS requests in apache, but I don´t get install apache13-modssl: > > tom# cd /usr/ports/www/apache13-modssl > tom# make > This port requires the OpenSSL library, which is part of > the FreeBSD crypto distribution but not installed on your > machine. Please see the "OpenSSL" section in the handbook > (at "http://www.FreeBSD.org/handbook/openssl.html", for instance) > for instructions on how to obtain and install the FreeBSD > OpenSSL distribution. > *** Error code 1 > > Stop. > tom# cd /usr/ports/security/openssl This is where you go wrong. You're trying to install the OpenSSL *PORT*, which only exists to support 3.x machines which don't have OpenSSL in the base system. You need to run /stand/sysinstall and install the "crypto" distribution to obtain OpenSSL. -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 12:36: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from eamail1-out.unisys.com (eamail1-out.unisys.com [192.61.61.99]) by hub.freebsd.org (Postfix) with ESMTP id 5AE3C37B503 for ; Tue, 20 Feb 2001 12:36:07 -0800 (PST) (envelope-from doug.fee@unisys.com) Received: from us-ea-gtwy-7.ea.unisys.com (us-ea-gtwy-7.ea.unisys.com [192.61.145.102]) by eamail1-out.unisys.com (8.9.3/8.9.3) with ESMTP id UAA20913 for ; Tue, 20 Feb 2001 20:35:35 GMT Received: by us-ea-gtwy-7.ea.unisys.com with Internet Mail Service (5.5.2650.21) id <180FPK03>; Tue, 20 Feb 2001 14:36:05 -0600 Message-ID: From: "Fee, Doug" To: "'freebsd-questions@freebsd.org'" Subject: FTP to Mainframe Question Date: Tue, 20 Feb 2001 14:10:46 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does anyone know how to strip off the newline character from each record when sending a file to a mainframe? For example, I have a file on my FreeBSD box that is fixed length and I need to ftp it to my mainframe. If I ftp it normally (after running it through dd to convert it from ascii to ebcdic) when I look at the data set on the mainframe I have my newline character also, it shows up as a period (.). I need to get rid of the newline characters since the mainframe don't use them. Any ideas? Thanks, Doug Fee Network Design Engineer Unisys Corporation doug.fee@unisys.com 502-226-2143 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 12:38: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hobbiton.shire.net (frogmorton.shire.net [204.228.145.136]) by hub.freebsd.org (Postfix) with ESMTP id 63E0937B401 for ; Tue, 20 Feb 2001 12:38:00 -0800 (PST) (envelope-from chad@pengar.com) Received: from [216.64.45.172] (helo=[192.168.99.123]) by hobbiton.shire.net with esmtp (Exim 2.04 #5) id 14VCzh-000P59-00; Tue, 20 Feb 2001 06:38:17 -0700 Date: Tue, 20 Feb 2001 15:29:59 -0500 From: "Chad Leigh, Pengar Enterprises, Inc & Shire.Net LLC" Reply-To: chad@pengar.com To: "Fee, Doug" , "'freebsd-questions@freebsd.org'" Subject: Re: FTP to Mainframe Question Message-ID: <3430455996.982682999@[192.168.99.123]> In-Reply-To: X-Mailer: Mulberry/2.0.5 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Do a ftp> bin command which tells it to send as a binary file instead of an ascii file. FTP will do end of line correction on ascii files depending on what sort of host server you are running. Chad --On Tuesday, February 20, 2001 2:10 PM -0600 "Fee, Doug" wrote: > Does anyone know how to strip off the newline character from each record > when sending a file to a mainframe? For example, > > I have a file on my FreeBSD box that is fixed length and I need to ftp it > to my mainframe. If I ftp it normally (after running it through dd to > convert it from ascii to ebcdic) when I look at the data set on the > mainframe I have my newline character also, it shows up as a period (.). > > I need to get rid of the newline characters since the mainframe don't use > them. > > Any ideas? > > Thanks, > Doug Fee > Network Design Engineer > Unisys Corporation > doug.fee@unisys.com > 502-226-2143 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Pengar Enterprises, Inc. and Shire.Net LLC Web and Macintosh Consulting -- full service web hosting Chad Leigh chad@pengar.com chad@shire.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 12:44:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id D5ACF37B67D for ; Tue, 20 Feb 2001 12:44:54 -0800 (PST) (envelope-from lowell@be-well.ilk.org) Received: (from lowell@localhost) by be-well.ilk.org (8.11.2/8.11.2) id f1KKih093134; Tue, 20 Feb 2001 15:44:43 -0500 (EST) (envelope-from lowell) To: freebsd-questions@freebsd.org, ronald+20010318@klop.yi.org Subject: Re: shell command to make tcp connection? References: From: Lowell Gilbert Date: 20 Feb 2001 15:44:42 -0500 In-Reply-To: ronald+20010318@klop.yi.org's message of "18 Feb 2001 15:55:32 +0100" Message-ID: <44itm5krt1.fsf@lowellg.ne.mediaone.net> Lines: 13 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ronald+20010318@klop.yi.org (Ronald Klop) writes: > Hello. > > I'm looking for a programm to use in a shell script to make a tcp > connection. On another unix machine I ones used a programm called > mconnect, but I can't find it on the freebsd base system nor in the > ports collection. Is there something similar? If yes, what is the > name of the programm? mconnect on Sun machines is intended for talking to smtp servers, but it doesn't actually understand anything about smtp itself. As afar as I can see, telnet(1) does everything mconnect does. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 12:54:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wasp.eng.ufl.edu (wasp.eng.ufl.edu [128.227.116.1]) by hub.freebsd.org (Postfix) with ESMTP id 9C1E537B401 for ; Tue, 20 Feb 2001 12:54:43 -0800 (PST) (envelope-from bob@eng.ufl.edu) Received: from eng.ufl.edu (scanner.engnet.ufl.edu [128.227.152.221]) by wasp.eng.ufl.edu (8.9.3/8.9.3) with ESMTP id PAA10498; Tue, 20 Feb 2001 15:54:35 -0500 (EST) Message-ID: <3A92D988.6970814D@eng.ufl.edu> Date: Tue, 20 Feb 2001 15:54:32 -0500 From: Bob Johnson X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en, eo MIME-Version: 1.0 To: ocean@ecenet.com, questions@freebsd.org Subject: Re: Help, can't send messages to Freebsd.org! Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > Date: Tue, 20 Feb 2001 11:37:04 -0600 > From: "Nicole Porter" > Subject: Help, can't send messages to Freebsd.org! > > Ok, I'm now trying to use my wife's hotmail account to send a message, > because I have been trying for four days now with my account. > These are the email addresses I've tried: > freebsd-questions@freebsd.org > questions@freebsd.org > jkh@freebsd.org > > All come up with the same error message, as follows. The message says I > don't need to resend, but my message never ends up on the list. > Is my server blocked? My normal email address is ocean@ecenet.com > Please do not send to this account, send to me directly. > Thanks, > Michael Porter > ocean@ecenet.com > The FreeBSD mailing lists do not accept mail from a system if the system IP number does not map back to a valid domain name (or something like that). The system in question would be the SMTP host that your mail client sends outgoing mail to, which appears to be 204.220.140.4. This policy greatly reduces the amount of commercial spam on the freebsd mailing lists. If I read this error message correctly, it is trying to tell you that 204.220.140.4 attempted to deliver your message to hub.freebsd.org, but it didn't have a proper domain name so the mail was rejected. If that was the problem, it is fixed, because it now has a name that maps properly, i.e.: Name: mail.cpinternet.com Address: 204.220.140.4 Aliases: seagull.cpinternet.com Does the problem still exist? It looks to me like your ISP temporarily had things misconfigured, but it is now fixed. - Bob > > ********************************************** > ** THIS IS A WARNING MESSAGE ONLY ** > ** YOU DO NOT NEED TO RESEND YOUR MESSAGE ** > ********************************************** > > The original message was received at Mon, 19 Feb 2001 13:51:29 -0600 (CST) > from pr-5300-1-fa194.ecenet.com [209.240.250.194] > > ----- The following addresses had transient non-fatal errors ----- > > > ----- Transcript of session follows ----- > ... while talking to hub.freebsd.org.: > >>>RCPT To: > <<< 450 Client host rejected: cannot find your hostname, [204.220.140.4] > ... Deferred: 450 Client host rejected: > cannot find your hostname, [204.220.140.4] > Warning: message still undelivered after 4 hours > Will keep trying until message is 5 days old > > > > > Reporting-MTA: dns; seagull.cpinternet.com > Arrival-Date: Mon, 19 Feb 2001 13:51:29 -0600 (CST) > > Final-Recipient: RFC822; freebsd-questions@FreeBSD.ORG > Action: delayed > Status: 4.2.0 > Remote-MTA: DNS; hub.freebsd.org > Diagnostic-Code: SMTP; 450 Client host rejected: cannot find your hostname, > [204.220.140.4] > Last-Attempt-Date: Mon, 19 Feb 2001 18:03:07 -0600 (CST) > Will-Retry-Until: Sat, 24 Feb 2001 13:51:29 -0600 (CST) > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 12:56:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.hutchtel.net (ns1.hutchtel.net [206.9.112.100]) by hub.freebsd.org (Postfix) with ESMTP id 156D837B401 for ; Tue, 20 Feb 2001 12:56:10 -0800 (PST) (envelope-from jpaetzel@hutchtel.net) Received: from mark9 (hutch-933.hutchtel.net [209.105.45.33]) by ns1.hutchtel.net (8.9.1/8.9.0) with SMTP id OAA27252; Tue, 20 Feb 2001 14:56:08 -0600 (CST) Message-ID: <000f01c09c48$affdd440$6100000a@vladsempire.net> From: "Josh Paetzel" To: , , "Lowell Gilbert" References: <44itm5krt1.fsf@lowellg.ne.mediaone.net> Subject: Re: shell command to make tcp connection? Date: Wed, 21 Feb 2001 14:55:25 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.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 ----- Original Message ----- From: "Lowell Gilbert" To: ; Sent: Tuesday, February 20, 2001 2:44 PM Subject: Re: shell command to make tcp connection? > ronald+20010318@klop.yi.org (Ronald Klop) writes: > > > Hello. > > > > I'm looking for a programm to use in a shell script to make a tcp > > connection. On another unix machine I ones used a programm called > > mconnect, but I can't find it on the freebsd base system nor in the > > ports collection. Is there something similar? If yes, what is the > > name of the programm? > > mconnect on Sun machines is intended for talking to smtp servers, but > it doesn't actually understand anything about smtp itself. As afar as > I can see, telnet(1) does everything mconnect does. > Check out netcat in the ports collection. Josh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 13:13:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tor-mfi3.attcanada.ca (tor-mfi1.attcanada.ca [207.181.66.248]) by hub.freebsd.org (Postfix) with ESMTP id 981CD37B491 for ; Tue, 20 Feb 2001 13:13:12 -0800 (PST) (envelope-from bwatts@corp.attcanada.ca) Received: from exmail.corp.netcom.ca (exmail.corp.netcom.ca [192.168.101.5]) by tor-mfi3.attcanada.ca (8.9.3/8.9.3) with ESMTP id QAA15820 for ; Tue, 20 Feb 2001 16:12:18 -0500 (EST) Received: by exmail.corp.netcom.ca with Internet Mail Service (5.5.2650.21) id ; Tue, 20 Feb 2001 16:13:05 -0500 Message-ID: <051686CF5E6CD211B8FC00A0C9D4CF4505C20DE9@exmail.corp.netcom.ca> From: Brad Watts To: "'freebsd-questions@freebsd.org'" Subject: Xwrapper Problem - Not able to log in due to corrupt /usr partiti on Date: Tue, 20 Feb 2001 16:13:04 -0500 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 Hi there, I have recently ufs mounted a new disk to my machine and ran dump, restore in the following fashion: mount /dev/ad1s1a /mnt dump 0af - /usr |(cd /mnt/usr;restore xf -) I edited /etc/fstab and changed the original /usr partition to point to my newly imaged disk. After rebooting, I am unable to login through the Xwrapper I installed. All users (even root) are listed in .Xauthority to point to Window Maker. There is obviously something wrong with Window Maker (the soft link to etc....) and as such I am unable to login. After entering a correct user name and password at the Xwrapper prompt, the screen flickers a bit and then goes back to a login prompt. My system is able to identify invalid users / passwords. All I want to do is get a shell prompt so that I can re-edit /etc/fstab and point the /usr partition to my original disk, which was left untouched. What can I do?? Ahhh.... ahhhh ahh ah I'm screwed!!!!!! <<...OLE_Obj...>> Brad Watts Systems Analyst AT&T Canada 905 King Street Toronto, Ontario M6K 3G9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 13:19:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wasp.eng.ufl.edu (wasp.eng.ufl.edu [128.227.116.1]) by hub.freebsd.org (Postfix) with ESMTP id C907837B4EC for ; Tue, 20 Feb 2001 13:19:15 -0800 (PST) (envelope-from bob@eng.ufl.edu) Received: from eng.ufl.edu (scanner.engnet.ufl.edu [128.227.152.221]) by wasp.eng.ufl.edu (8.9.3/8.9.3) with ESMTP id QAA11066; Tue, 20 Feb 2001 16:18:34 -0500 (EST) Message-ID: <3A92DF26.B4A6AC65@eng.ufl.edu> Date: Tue, 20 Feb 2001 16:18:30 -0500 From: Bob Johnson X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en, eo MIME-Version: 1.0 To: operador@nietzsche.webcaribe.net Cc: sendmail+rickert@Sendmail.ORG, questions@freebsd.org Subject: Re: error Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The FreeBSD mailing lists (hub.freebsd.org) do not accept mail from systems for which a reverse dns lookup fails. This policy greatly reduces the amount of commercial spam on the mailing list. As Neil Rickert pointed out, the easiest solution is generally to relay the mail through the appropriate ISP's SMTP host by specifying it as the SMTP "Smarter Host" in the sendmail configuration. For most people this is not a problem once they understand what they need to do (although it used to aggravate me because I used to use several ISPs and had to change the sendmail config every time I changed ISPs). In this particular case, it appears to be a misconfigured nameserver, because there are all kinds of names mapped to 209.88.252.106, but looking up that IP number doesn't return a name. You need to configure your nameserver to provide the proper reverse lookup (or you need to talk to your ISP and get their nameserver and your nameserver cooperating with each other). - Bob > > ------------------------------ > > Date: Tue, 20 Feb 2001 10:44:22 -0600 > From: Neil W Rickert > Subject: Re: error > > Operador del sistema wrote: > > >Hi, I would like to know if it's a problem of my server > >(nietzsche.webcaribe.net) and how can i solve?.. > >This topic is not sendmail related, but, well, i can become in a problem > >for the mail users... > > Obviously, your sendmail server is managing to send us email. > > If freebsd.org has a problem with accepting mail from your system, > then you will have to ask them to explain. I am puzzled that a > support group would make their support line inaccessible to people > who need support. > > You can perhaps get around the problem by using your ISP server as a > SMART_HOST . Of course, this may not help if your ISP server does > not have reverse DNS properly set up. > > >thanks alot, > > >----- > >WebCaribe: La presencia Web de la costa caribe > >Departamento de sistemas > >Calle 81 # 67 - 36 L2 - Barranquilla - Colombia > >Tel: 57-5-3789671/3789167 - http://www.webcaribe.net > > >On Tue, 20 Feb 2001, Neil W Rickert wrote: > > >> Operador del sistema wrote: > > >> >hi, why i recive this: > >> >Feb 20 11:02:36 nietzsche > >> >sendmail[73312]: WAA69948: to=, > >> >ctladdr= (1001/0), delay=4+12:41:01, > >> >xdelay=00:00:09, mailer=esmtp, relay=hub.freebsd.org. [216.136.204.18], > >> >stat=Deferred: 450 Client host rejected: cannot find your hostname, > >> >[209.88.252.106] > > >> That appears to be a message from hub.freebsd.org. Presumably they > >> are refusing your mail because the reverse dns lookup of > >> 209.88.252.106 fails. > > >> You would have to ask them why they are being so restrictive (if you > >> can manage to get through to them). > > >> -NWR > > > > > -NWR > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 13:19:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id F3EC437B503 for ; Tue, 20 Feb 2001 13:19:24 -0800 (PST) (envelope-from jonc@itouch.co.nz) Received: (from jonc@localhost) by itouch.co.nz (8.11.2/8.11.1) id f1KLJIf03832; Wed, 21 Feb 2001 10:19:18 +1300 (NZDT) (envelope-from jonc) Date: Wed, 21 Feb 2001 10:19:18 +1300 From: Jonathan Chen To: Brad Watts Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Xwrapper Problem - Not able to log in due to corrupt /usr partiti on Message-ID: <20010221101918.A3337@itouchnz.itouch> References: <051686CF5E6CD211B8FC00A0C9D4CF4505C20DE9@exmail.corp.netcom.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <051686CF5E6CD211B8FC00A0C9D4CF4505C20DE9@exmail.corp.netcom.ca>; from bwatts@corp.attcanada.ca on Tue, Feb 20, 2001 at 04:13:04PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Feb 20, 2001 at 04:13:04PM -0500, Brad Watts wrote: > Hi there, > > I have recently ufs mounted a new disk to my machine and ran dump, restore > in the following fashion: > > mount /dev/ad1s1a /mnt > dump 0af - /usr |(cd /mnt/usr;restore xf -) > > I edited /etc/fstab and changed the original /usr partition to point to my > newly imaged disk. After rebooting, I am unable to login through the > Xwrapper I installed. All users (even root) are listed in .Xauthority to > point to Window Maker. There is obviously something wrong with Window Maker > (the soft link to etc....) and as such I am unable to login. After entering > a correct user name and password at the Xwrapper prompt, the screen flickers > a bit and then goes back to a login prompt. My system is able to identify > invalid users / passwords. All I want to do is get a shell prompt so that I > can re-edit /etc/fstab and point the /usr partition to my original disk, > which was left untouched. What can I do?? Ahhh.... At the console Ctrl-Alt-F1 should get you to a getty which will let you login as root. Alternative reboot into single-user, and fix up your /etc/fstab file. -- Jonathan Chen ---------------------------------------------------------------------- Experience is a hard teacher because she gives the test first, the lesson afterwards To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 13:33:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obelix.rby.hk-r.se (obelix-140.rby.hk-r.se [194.47.140.4]) by hub.freebsd.org (Postfix) with ESMTP id EECD037B4EC for ; Tue, 20 Feb 2001 13:33:07 -0800 (PST) (envelope-from t98pth@obelix.rby.hk-r.se) Received: from orc.rby.hk-r.se (orc [194.47.134.179]) by obelix.rby.hk-r.se (8.10.2/8.10.2) with ESMTP id f1KLX5k09681 for ; Tue, 20 Feb 2001 22:33:05 +0100 (MET) Received: from localhost (t98pth@localhost) by orc.rby.hk-r.se (8.10.2/8.10.2) with ESMTP id f1KLX5O01396 for ; Tue, 20 Feb 2001 22:33:05 +0100 (MET) Date: Tue, 20 Feb 2001 22:33:05 +0100 (MET) From: =?ISO-8859-1?Q?P=E4r_Thoren?= To: freebsd-questions@freebsd.org Subject: transmission error: 90 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! It=B4s not any problem but what is this?: Feb 18 16:55:58 r2d2 /kernel: xl0: transmission error: 90 Feb 18 16:55:58 r2d2 /kernel: xl0: tx underrun, increasing tx start thresho= ld to 120 bytes Feb 18 17:08:36 r2d2 /kernel: xl0: transmission error: 90 Feb 18 17:08:36 r2d2 /kernel: xl0: tx underrun, increasing tx start thresho= ld to 180 bytes Feb 18 17:09:21 r2d2 /kernel: xl0: transmission error: 90 Feb 18 17:09:21 r2d2 /kernel: xl0: tx underrun, increasing tx start thresho= ld to 240 bytes /P=E4r To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 13:35:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bryden.apana.org.au (bryden.apana.org.au [203.3.126.129]) by hub.freebsd.org (Postfix) with ESMTP id 2215D37B4EC for ; Tue, 20 Feb 2001 13:35:20 -0800 (PST) (envelope-from dougy@bryden.apana.org.au) Received: from roadrunner (roadrunner.apana.org.au [203.3.126.132]) by bryden.apana.org.au (8.11.1/8.11.1) with SMTP id f1KLYuE51025; Wed, 21 Feb 2001 07:35:01 +1000 (EST) (envelope-from dougy@bryden.apana.org.au) Message-ID: <011401c09b85$1498fca0$847e03cb@apana.org.au> From: "Doug Young" To: "Rick Hamell" , "FreeBSD-questions" References: Subject: Re: Apache Date: Wed, 21 Feb 2001 07:35:36 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I had what sounds exactly the same problem a while back .... hours & hours of tearing hair out later I stumbled across the solution. For some reason beyond me, the default data directory in apache points to a symlink, & apparently that is critical and must be left intact even though httpd.conf points to the actual data files elsewhere. I'd deleted that inadvertently without realizing it was critical, hence the error 404. Maybe someone more knowledgable than me understands more about the issue .... as always there isn't anything obvious in the docs about the symlink. I "borrowed" a number of httpd.confs without making the slightest difference ... it was only by reinstalling Apache completely that the problem was resolved. ----- Original Message ----- From: "Rick Hamell" To: "FreeBSD-questions" Sent: Tuesday, February 20, 2001 5:06 AM Subject: Apache > > Does anyone have a working same httpd.conf that I could take a > look at? I'm getting: HTTP/1.0 404 Object Not Found (The system cannot > find the path specified. ) The only other problem I can think is that DNS > is still incorrect... ftp.1nova, 1nova.com, heorot.1nova.com and > www.1nova.com all point to the same server via DNS. Using just the IP seem > to give the same error. I've looked at www.apache.org and read the > documentation; unluckily I'm just not understanding it very > well. :) Thanks for any help! > > Rick > > > ******************************************************************* > Rick's FreeBSD Web page http://heorot.1nova.com/freebsd > Ace Logan's Hardware Guide http://www.shatteredcrystal.net/hardware > ***FreeBSD - 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 13:43:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nameserver.austclear.com.au (nameserver.austclear.com.au [192.83.119.132]) by hub.freebsd.org (Postfix) with ESMTP id 50CB437B401 for ; Tue, 20 Feb 2001 13:43:18 -0800 (PST) (envelope-from ahl@austclear.com.au) Received: from tungsten.austclear.com.au (tungsten.austclear.com.au [192.168.70.1]) by nameserver.austclear.com.au (8.9.3/8.9.3) with ESMTP id IAA93103; Wed, 21 Feb 2001 08:43:17 +1100 (EST) Received: from tungsten (tungsten [192.168.70.1]) by tungsten.austclear.com.au (8.9.3/8.9.3) with ESMTP id IAA03472; Wed, 21 Feb 2001 08:43:16 +1100 (EST) Message-Id: <200102202143.IAA03472@tungsten.austclear.com.au> X-Mailer: exmh version 2.1.1 10/15/1999 To: "Fee, Doug" Cc: "'freebsd-questions@freebsd.org'" Subject: Re: FTP to Mainframe Question In-Reply-To: Message from "Fee, Doug" of "Tue, 20 Feb 2001 14:10:46 MDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 21 Feb 2001 08:43:16 +1100 From: Tony Landells Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Doug, Let me make sure I understand what you're doing first... The file you're trying to transfer is basically a text file (as in it has newlines at the end of each line) with all the lines the same length. You're (presumably) generating the file on FreeBSD, and you're transferring it to a mainframe that uses EBCDIC, but when it gets there it still has the (converted) newlines which is stuffing up the mainframe. In theory, if you use ASCII transfer mode in FTP it should do the end-of-line conversion for you (including throwing it away completely if you're transferring to a record-oriented OS), but I don't know how well that would work if you've already converted the file to EBCDIC on the UNIX system. But IF you've been using binary mode, try ASCII and see what happens. The other option is to strip the newlines before you send your file. You can do this quite effectively in dd using the "conv=block" option combined with the "cbs" option. Supposing that all your records are 60 characters (61 including the newline), then the command is "dd if=infile of=outfile cbs=60 conv=block,ebcdic". Of course, I can't really test this, so you'll have to try it out, but it's worked for me in other circumstances. Cheers, Tony -- Tony Landells Senior Network Engineer Ph: +61 3 9677 9319 Australian Clearing Services Pty Ltd Fax: +61 3 9677 9355 Level 4, Rialto North Tower 525 Collins Street Melbourne VIC 3000 Australia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 13:45: 9 2001 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 286F637B65D for ; Tue, 20 Feb 2001 13:45:06 -0800 (PST) (envelope-from bcohen@bpecreative.com) Received: from mojomatic (h00105a1e9467.ne.mediaone.net [66.31.244.127]) by chmls06.mediaone.net (8.11.1/8.11.1) with SMTP id f1KLj4K02512 for ; Tue, 20 Feb 2001 16:45:04 -0500 (EST) Reply-To: From: "Bob Cohen" To: "freebsd-questions" Subject: How do I unsubscribe Date: Tue, 20 Feb 2001 16:46:04 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I tried sending: unsubscribe freebsd-questions to majordomo@FreeBSD.org And then, upon receiving the confirmation, sending the authorization string. It doesn't seem to take. I love you guys (and women) but have been too busy to read the posts. So, as George Jetson says at the end of the Jetsons when caught on the treadmill with astro, Jane stop this crazy thing! Help! Bob Cohen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 13:46:19 2001 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 8941D37B401 for ; Tue, 20 Feb 2001 13:46:11 -0800 (PST) (envelope-from rposey@nwlink.com) Received: from katie (ip70.r12.d.bel.nwlink.com [207.202.175.70]) by smtp.nwlink.com (8.9.3/8.9.1) with SMTP id NAA14779 for ; Tue, 20 Feb 2001 13:46:10 -0800 (PST) Message-ID: <004301c09b86$910990a0$46afcacf@katie> From: "Robert Posey" To: Subject: Video card Date: Tue, 20 Feb 2001 13:46:17 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a rage128 video card (ATI All in Wonder) and have just learned that FBSD v4.0 supports it. OK, where on any of the power pak disks or the distro disks is the driver for it??? Thanks, Rob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 14: 3:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from www.lmtribune.com (www.lmtribune.com [216.222.95.6]) by hub.freebsd.org (Postfix) with SMTP id EAFC737B503 for ; Tue, 20 Feb 2001 14:03:15 -0800 (PST) (envelope-from jmciver@lmtribune.com) Received: from mailpc.lmtribune.com ([199.5.221.152]) by www.lmtribune.com (Build 98 8.9.3/NT-8.9.3) with ESMTP id OAA18182 for ; Tue, 20 Feb 2001 14:04:08 -0800 Received: from ADV/SpoolDir by mailpc.lmtribune.com (Mercury 1.48); 20 Feb 01 14:02:46 -0700 Received: from SpoolDir by ADV (Mercury 1.48); 20 Feb 01 14:02:24 -0700 From: "Jim McIver" Organization: Lewiston Morning Tribune To: freebsd-questions@freebsd.org Date: Tue, 20 Feb 2001 14:02:17 -7 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: rc.conf Message-ID: <3A9278ED.4528.473C052@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, things were going pretty good until I edited the rc.conf file and must have a typo on line 16. It won't read the file and came up with the /bin/sh shell, but I can't seems to get access to the file to fix it. I can do an ls of etc and see the file but can't copy, delete, etc.. because it's ro. I made a backup of the orginal rc.conf with another name, but can't copy it over. How do I set my enviroment and give myself rights to change or cp the file? Regards, Jim McIver Systems Technician Lewiston Morning Tribune PO Box 957 505 C. Street Lewiston ID 83501 jmciver@lmtribune.com www.lmtribune.com 208-743-9411 Ext. 254 208-746-1185 fax To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 14: 4:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dc.cis.okstate.edu (dc.cis.okstate.edu [139.78.100.219]) by hub.freebsd.org (Postfix) with ESMTP id 4FE7B37B401 for ; Tue, 20 Feb 2001 14:04:51 -0800 (PST) (envelope-from martin@dc.cis.okstate.edu) Received: from martin (helo=dc.cis.okstate.edu) by dc.cis.okstate.edu with local-esmtp (Exim 3.13 #1) id 14VKtu-0000pT-00 for questions@freebsd.org; Tue, 20 Feb 2001 16:04:50 -0600 To: questions@freebsd.org Subject: Freebsd Development Tools Date: Tue, 20 Feb 2001 16:04:50 -0600 From: Martin McCormick Message-Id: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What compiler is usually found on a freebsd system? Is it gcc or cc? Is there a command-line debugger if not gdb? Thank you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 14: 8:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hobbiton.shire.net (frogmorton.shire.net [204.228.145.136]) by hub.freebsd.org (Postfix) with ESMTP id D89A637B401 for ; Tue, 20 Feb 2001 14:08:43 -0800 (PST) (envelope-from chad@pengar.com) Received: from [216.64.45.172] (helo=[192.168.99.123]) by hobbiton.shire.net with esmtp (Exim 2.04 #5) id 14VEPV-0001bS-00; Tue, 20 Feb 2001 08:09:01 -0700 Date: Tue, 20 Feb 2001 17:00:45 -0500 From: "Chad Leigh, Pengar Enterprises, Inc & Shire.Net LLC" Reply-To: chad@pengar.com To: Jim McIver , freebsd-questions@freebsd.org Subject: Re: rc.conf Message-ID: <3435902277.982688445@[192.168.99.123]> In-Reply-To: <3A9278ED.4528.473C052@localhost> X-Mailer: Mulberry/2.0.5 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Try this in the shell that comes up mount /dev/whateverdiskisroot / Chad --On Tuesday, February 20, 2001 2:02 PM -0007 Jim McIver wrote: > Well, things were going pretty good until I edited the rc.conf file and > must have a typo on line 16. > > It won't read the file and came up with the /bin/sh shell, but I can't > seems to get access to the file to fix it. > > I can do an ls of etc and see the file but can't copy, delete, etc.. > because it's ro. I made a backup of the orginal rc.conf with another > name, but can't copy it over. > > How do I set my enviroment and give myself rights to change or cp > the file? > > Regards, > > Jim McIver > Systems Technician > Lewiston Morning Tribune > PO Box 957 > 505 C. Street > Lewiston ID 83501 > jmciver@lmtribune.com > www.lmtribune.com > 208-743-9411 Ext. 254 > 208-746-1185 fax > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Pengar Enterprises, Inc. and Shire.Net LLC Web and Macintosh Consulting -- full service web hosting Chad Leigh chad@pengar.com chad@shire.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 14:19: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from s216.widexs.nl (s216.widexs.nl [212.204.215.1]) by hub.freebsd.org (Postfix) with ESMTP id C486037B491 for ; Tue, 20 Feb 2001 14:19:01 -0800 (PST) (envelope-from nobody@s216.widexs.nl) Received: (from nobody@localhost) by s216.widexs.nl (8.11.2/8.11.1) id f1KMIXt22818; Tue, 20 Feb 2001 23:18:33 +0100 Date: Tue, 20 Feb 2001 23:18:33 +0100 Message-Id: <200102202218.f1KMIXt22818@s216.widexs.nl> To: freebsd-questions@FreeBSD.ORG Subject: Intercambio de enlaces con linux.deeuropa.net From: stella@deeuropa.net Reply-To: stella@deeuropa.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Querido webmaestro, El equipo del sitio deeuropa.net, 50 españoles, chilenos, argentinos, peruanos, mexicanos, colombianos y otros latinos te felicitan por tu sitio excelente. Nosotros clasificamos los mejores enlaces para los hispanohablantes, tu también puedes tener parte en nuestro proyecto! Por la calidad de tu página, hicimos un enlace a ella. Te invitamos a ver las páginas de nuestro sitio. Tenemos tres preguntas para ti: 1. Queremos que verifiques que el enlace a tu página es correcto. El aficionado de la página de linux http://linux.deeuropa.net tiene un enlace a tu página en la categoria 'Distribuciones' con el nombre 'FreeBSD'. El le gustaria saber comentarios acerca de los enlaces en su página, y otros enlaces que puedas recomendarle. Su correo electrónico es linux@deeuropa.net. En caso que el enlace no sea correcto debes comunicarte con él, ya que SÓLO él puede corregir los datos. 2. Quiero invitarte a mantener una página de enlaces en deeuropa.net. Nuestro indice de la web deeuropa.net invita a la gente a mantener una página de enlaces con un tema cierto, como por ejemplo musica.deeuropa.net o modelos.deeuropa.net. De esta manera cada página es mantenida por un aficionado que está en mejor contacto con la comunidad del tema. Si hay publicidades en la página, la mitad de las ganancias es para esta persona y la mitad para deeuropa.net. Más información acerca de mantener una página puedes encontrarla en http://tutema.deeuropa.net. 3. Quiero invitarte a hacer un intercambio de enlaces. Claro que publicidad es muy importante para tu página y también para linux.deeuropa.net para que la gente nos visite. Para que ambos tengamos provecho te invito a poner un enlace a mi página desde tu página y, continuar manteniendo la calidad de tu página como la tienes ahora. Una posibilidad es poner este código HTML en tu página: linux.deeuropa.net Continentes de enlaces revisados. Nosotros te deseamos mucha suerte con tu sitio, y que ambos disfrutemos de nuestro intercambio de enlaces. Stella (stella@deeuropa.net) ************************************** * http://www.deeuropa.net * * continentes de enlaces revisados ************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 14:19:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from surreal.nl (surreal.nl [212.204.236.10]) by hub.freebsd.org (Postfix) with ESMTP id 9E23837B65D for ; Tue, 20 Feb 2001 14:19:08 -0800 (PST) (envelope-from walter@binity.com) Received: by surreal.nl (Postfix, from userid 666) id 91E887FE52; Tue, 20 Feb 2001 23:20:06 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by surreal.nl (Postfix) with ESMTP id 41E189EE75 for ; Tue, 20 Feb 2001 23:20:05 +0100 (CET) Date: Tue, 20 Feb 2001 23:20:05 +0100 (CET) From: "Walter W. Hop" To: FreeBSD Questions Subject: My `netstat -s` mysteries Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: This message passed the virus scan (BinityScan 0.9/AVP) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi wizards, I have been receiving a report that a high-traffic box I administer sometimes slows down for no apparent reason. Loads are all safe below 0.2, the system is usually 90% idle, enough mbufs, box is responsive.. I collected some stats using `netstat -s` and found a few strange numbers: tcp: 49879851 packets sent 35413392 data packets (1461319754 bytes) 2266985 data packets (1942109734 bytes) retransmitted I'm retransmitting a whole lot it seems. More bytes than the total? Is this normal or could it mean that the quality of the network isn't too great? 47256822 packets received 3647 acks for unsent data All other boxes I have, say '0 acks for unsent data'... Could this be a result of my IP being spoofed somewhere? 13169 listen queue overflows I guess this is my responsibility and I bet it can be tweaked; is kern.ipc.somaxconn the way to go? Is there some recommended reading in interpreting these results? Thanks! wh0p -- Walter W. Hop | +31 6 24290808 | PGP key: 0x84813998 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 14:31:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp3s.retemail.es (smtp3.iddeo.es [62.81.31.72]) by hub.freebsd.org (Postfix) with ESMTP id 3BF6337B491 for ; Tue, 20 Feb 2001 14:31:22 -0800 (PST) (envelope-from plasticatentatio@lycos.com) Received: from lycos.com ([62.174.194.102]) by smtp3s.retemail.es (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010220223118.QDPP785.smtp3s.retemail.es@lycos.com> for ; Tue, 20 Feb 2001 23:31:18 +0100 Message-ID: <3A92F0BB.6A7504FC@lycos.com> Date: Tue, 20 Feb 2001 22:33:31 +0000 From: Plastica Tentatio X-Mailer: Mozilla 4.72 [es] (X11; U; Linux 2.2.17-21mdk i686) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.org Subject: A very big trouble Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm sorry, but FreeBSD 4.2 doesn't work in my IBM APTIVA 2176, it also has a ne2000compatible ethernet card and a crystal sound card wich work fine with linux. I can only use the diskettes install, but when the kernel boots, it detects the isabus the pci among other things, and after the sis svga it crashes. What can I do to solve it? Thanking you in advance Pedro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 14:32:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from c007.snv.cp.net (c007-h011.c007.snv.cp.net [209.228.33.217]) by hub.freebsd.org (Postfix) with SMTP id 931B737B491 for ; Tue, 20 Feb 2001 14:32:19 -0800 (PST) (envelope-from otterr@telocity.com) Received: (cpmta 29366 invoked from network); 20 Feb 2001 14:32:15 -0800 Received: from dsl-216-227-91-85.telocity.com (HELO zoso) (216.227.91.85) by smtp.telocity.com (209.228.33.217) with SMTP; 20 Feb 2001 14:32:15 -0800 X-Sent: 20 Feb 2001 22:32:15 GMT From: "Otter" To: "'Robert Posey'" , Subject: RE: Video card Date: Tue, 20 Feb 2001 17:39:21 -0500 Message-ID: <001e01c09b8d$f898ee80$1401a8c0@zoso> 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) In-reply-to: <004301c09b86$910990a0$46afcacf@katie> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG FreeBSD supports most PCA/ISA/AGP video cards on the command line. If you're looking for graphical interfaces, then you should try the one that you'll be using. If you plan to use XFree86, a third party application that is included with FreeBSD, try their web site at http://www.xfree86.org -Otter > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Robert Posey > Sent: Tuesday, February 20, 2001 4:46 PM > To: freebsd-questions@freebsd.org > Subject: Video card > > > I have a rage128 video card (ATI All in Wonder) and have just learned > that FBSD v4.0 supports it. OK, where on any of the power pak disks or > the distro disks is the driver for it??? > Thanks, > Rob > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 14:35:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from c007.snv.cp.net (c007-h012.c007.snv.cp.net [209.228.33.219]) by hub.freebsd.org (Postfix) with SMTP id 8EB7037B401 for ; Tue, 20 Feb 2001 14:35:40 -0800 (PST) (envelope-from otterr@telocity.com) Received: (cpmta 15329 invoked from network); 20 Feb 2001 14:35:39 -0800 Received: from dsl-216-227-91-85.telocity.com (HELO zoso) (216.227.91.85) by smtp.telocity.com (209.228.33.219) with SMTP; 20 Feb 2001 14:35:39 -0800 X-Sent: 20 Feb 2001 22:35:39 GMT From: "Otter" To: , "'Jim McIver'" , Subject: RE: rc.conf Date: Tue, 20 Feb 2001 17:42:48 -0500 Message-ID: <001f01c09b8e$73c62280$1401a8c0@zoso> 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 CWS, Build 9.0.2416 (9.0.2910.0) In-reply-to: <3435902277.982688445@[192.168.99.123]> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG or just... mount / even though it's ro when it mounts itself, when you mount it manually, it mounts rw. this way you can edit whatever needs tweaking. -Otter > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Chad Leigh, > Pengar Enterprises, Inc & Shire.Net LLC > Sent: Tuesday, February 20, 2001 5:01 PM > To: Jim McIver; freebsd-questions@freebsd.org > Subject: Re: rc.conf > > > Try this in the shell that comes up > > mount /dev/whateverdiskisroot / > > Chad > > --On Tuesday, February 20, 2001 2:02 PM -0007 Jim McIver > wrote: > > > Well, things were going pretty good until I edited the > rc.conf file and > > must have a typo on line 16. > > > > It won't read the file and came up with the /bin/sh shell, > but I can't > > seems to get access to the file to fix it. > > > > I can do an ls of etc and see the file but can't copy, delete, etc.. > > because it's ro. I made a backup of the orginal rc.conf with another > > name, but can't copy it over. > > > > How do I set my enviroment and give myself rights to change or cp > > the file? > > > > Regards, > > > > Jim McIver > > Systems Technician > > Lewiston Morning Tribune > > PO Box 957 > > 505 C. Street > > Lewiston ID 83501 > > jmciver@lmtribune.com > > www.lmtribune.com > > 208-743-9411 Ext. 254 > > 208-746-1185 fax > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > Pengar Enterprises, Inc. and Shire.Net LLC > Web and Macintosh Consulting -- full service web hosting > Chad Leigh > chad@pengar.com chad@shire.net > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 14:57:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from server1.cipher.com.br (server1.cipher.com.br [200.192.23.19]) by hub.freebsd.org (Postfix) with ESMTP id EEDB737B401 for ; Tue, 20 Feb 2001 14:57:15 -0800 (PST) (envelope-from alexandre@cipher.com.br) Received: from is32.cipher.com.br (localhost.localdomain [127.0.0.1]) by server1.cipher.com.br (8.11.0/8.11.0) with SMTP id f1KLuJl09876 for ; Tue, 20 Feb 2001 19:56:19 -0200 Date: Tue, 20 Feb 2001 19:59:13 -0300 From: Alexandre Florio To: freebsd-questions@freebsd.org Subject: Sound Problem Message-Id: <20010220195913.67266416.alexandre@cipher.com.br> X-Mailer: Sylpheed version 0.4.9 (GTK+ 1.2.8; FreeBSD 4.2-RELEASE; i386) Organization: Cipher Technology Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi All, I've got an ESS Technology PCI sound card. For installation on FreeBSD (4.2-RELEASE), I did the following, under handbook's recomendation: - added `device pcm` to kernel configuration; - recompiled the kernel; - installed the new kernel; - cd /dev; sh MAKEDEV snd0; sh MAKEDEV snd1. This is the output of cat /dev/sndstat: FreeBSD Audio Driver (newpcm) Feb 9 2001 17:01:26 Installed devices: pcm0: at io 0xd800,0xd400,0xd000 irq 7 (1p/1r channels) This is the dmesg output related to pcm configuration: pcm0: port 0xb400-0xb403,0xb800-0xb803,0xd000-0xd00f,0xd400-0xd40f,0xd800-0xd83f irq 7 at device 6.0 on pci0 But when I try playing something... alexandre@is32:/usr/home/alexandre/downloads$ mpg123 Br_Project_-_Animal_Mix_\(final_mix\).mp3 High Performance MPEG 1.0/2.0/2.5 Audio Player for Layer 1, 2 and 3. Version 0.59r (1999/Jun/15). Written and copyrights by Michael Hipp. Uses code from various people. See 'README' for more! THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK! /dev/dsp: Device not configured /dev/dsp: Device not configured /dev/dsp: Device not configured audio: Device not configured Does anybody knows what can be going on, or where I can find more information regarding configuring sound with FreeBSD? Thanx a lot... []s Alexandre Florio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 15: 2:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from werk.geektron.org (gw.geektron.org [198.144.206.58]) by hub.freebsd.org (Postfix) with ESMTP id F240B37B491 for ; Tue, 20 Feb 2001 15:02:15 -0800 (PST) (envelope-from tekshamn@tsoft.com) Received: from tsoft.com (localhost.geektron.org [127.0.0.1]) by werk.geektron.org (8.9.3/8.9.3) with ESMTP id OAA54507 for ; Tue, 20 Feb 2001 14:53:41 -0800 (PST) (envelope-from tekshamn@tsoft.com) Message-ID: <3A92F574.55A97E76@tsoft.com> Date: Tue, 20 Feb 2001 14:53:40 -0800 From: Brain Reply-To: brian_clarkson@yahoo.com X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: errors in make buildkernel Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've been attempting to upgrade my FBSD 4.0 system to 4.2 with CVSup and the required 'make' steps. i've done the following ( after cvsup completed ): make world clean make buildworld make installworld make buildkernel and got the following error: In file included from /usr/src/sys/modules/ipfilter/../../netinet/mlfk_ipl.c:50: @/netinet/ip_compat.h:268: osreldate.h: No such file or directory *** Error code 1 Stop in /usr/src/sys/modules/ipfilter. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/GENERIC. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. i'd usually search through USENET archives to find a solution, but Deja sold its archive to Google . . . . any help is appreciated. brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 15:15:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from www.lmtribune.com (www.lmtribune.com [216.222.95.6]) by hub.freebsd.org (Postfix) with SMTP id EA2A937B491 for ; Tue, 20 Feb 2001 15:15:08 -0800 (PST) (envelope-from jmciver@lmtribune.com) Received: from mailpc.lmtribune.com ([199.5.221.152]) by www.lmtribune.com (Build 98 8.9.3/NT-8.9.3) with ESMTP id PAA18303 for ; Tue, 20 Feb 2001 15:16:02 -0800 Received: from ADV/SpoolDir by mailpc.lmtribune.com (Mercury 1.48); 20 Feb 01 15:14:40 -0700 Received: from SpoolDir by ADV (Mercury 1.48); 20 Feb 01 15:14:17 -0700 From: "Jim McIver" Organization: Lewiston Morning Tribune To: freebsd-questions@freebsd.org Date: Tue, 20 Feb 2001 15:14:14 -7 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: fixed rc.conf Message-ID: <3A9289CC.23373.4B5A6A7@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks, to all who responded to my problem with rc.conf. Got it going by doing "mount -rw /". Allowed me to replace the bad file. Jim McIver To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 15:28:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from blueyonder.co.uk (pcow025o.blueyonder.co.uk [195.188.53.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D8CB37B401 for ; Tue, 20 Feb 2001 15:28:52 -0800 (PST) (envelope-from richard@sparky.uk.net) Received: from rics2 ([213.48.23.143]) by blueyonder.co.uk with Microsoft SMTPSVC(5.5.1877.197.19); Tue, 20 Feb 2001 23:30:23 +0000 From: "Richard Morte" To: Subject: DHCP [ WAS: Problem Adding 2nd NIC] Date: Tue, 20 Feb 2001 23:28:43 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG OK everyone, Resolved the problem with the NIC - just wasn't compatible, so I swapped it for a spare FA310 and all is well - I now have pn0 and pn1. The FA311 has now gone into a windows machine! Now I have a new problem: I've added the line: ifconfig_pn1="DHCP" into rc.conf On reboot I get the message: ifconfig: DHCP: Bad value and, of course, no IP address is set for the NIC. However if I run : dhclient pn1 from the command prompt, I am provided with an IP address by the remote host and I can ping the world. I'm running 3.2 - any idea what should be put in rc.conf to start DHCP client at each re-boot? ciao, Ric Richard Morte e-mail : richard@sparky.uk.net phone : 0114 233 7993 fax : 0114 220 6075 mobile : 0779 091 8736 -----Original Message----- From: Richard Morte [mailto:richard@sparky.uk.net] Sent: 20 February 2001 18:02 To: freebsd-questions@FreeBSD.ORG Subject: Problem Adding 2nd NIC I'd appreciate a few pointers having tried the archives and mailing list for relevant info. I am adding a 2nd NIC for a cable modem. It is a Netgear FA311. I had no problems configuring the first card, a Netgear FA310TX some time ago using pn0. I've added the line: device pn1 (with no additional parameters) to the config file, and then executed: /usr/sbin/config NEWKERNEL (which reports the new compile directory on completion) cd ../../compile/NEWKERNEL make depend make make install pn1 is not recognised on reboot nor with ifconfig -a. The card is working fine. The only think I've noticed is that 'make' completes in about 2-3 mins which seems way too short. Can't think what else might be wrong - any clues anyone? Ric Richard Morte e-mail : richard@sparky.uk.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 15:32:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from euclid.cs.niu.edu (euclid.cs.niu.edu [131.156.145.14]) by hub.freebsd.org (Postfix) with ESMTP id 0E28537B491 for ; Tue, 20 Feb 2001 15:32:42 -0800 (PST) (envelope-from sendmail+rickert@Sendmail.ORG) Received: from localhost (rickert@localhost [127.0.0.1]) by euclid.cs.niu.edu (8.12.0.Beta3/8.12.0.Beta3) with ESMTP id f1KNWWiS018019; Tue, 20 Feb 2001 17:32:32 -0600 (CST) X-Mailer: exmh version 2.1.2 06/08/2000 To: Operador del sistema Cc: Bob Johnson , sendmail+rickert@Sendmail.ORG, questions@freebsd.org Reply-To: sendmail-questions@sendmail.org Subject: Re: error References: <3A92DF26.B4A6AC65@eng.ufl.edu> In-Reply-To: Message from Operador del sistema of "Tue, 20 Feb 2001 16:42:46 EST." Date: Tue, 20 Feb 2001 17:32:32 -0600 Message-ID: <18016.982711952@euclid.cs.niu.edu> From: Neil W Rickert Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Operador del sistema wrote: >hi again, check this: >1. named.conf: >zone "252.88.209.IN-ADDR.ARPA" { > type master; > file "webcaribe/webcaribe.net.rev"; >}; >2. webcaribe.net.rev: >@ IN SOA webcaribe.net. root.webcaribe.net. ( > 2000121403 ; Serial > 3600 ; Refresh > 900 ; Retry > 3600000 ; Expire > 3600 ) ; Minimum > IN NS nietzsche.webcaribe.net. >1 IN PTR nietzsche.webcaribe.net. >2 IN PTR seguros.webcaribe.net. >......etc... >I would like to be 100% control over my domain/mail, i dont want to ask my >isp to be a "smarthost"... On a quick inspection, it looks okay, although you should try to arrange at least one additional nameserver for this zone. However, you would need to have authority for this zone to be delegated to your server. You will presumably need to discuss that with the hostmaster for 88.209.IN-ADDR.ARPA. -NWR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 15:34:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dsl-64-193-218-89.telocity.com (dsl-64-193-218-89.telocity.com [64.193.218.89]) by hub.freebsd.org (Postfix) with SMTP id F2B1F37B491 for ; Tue, 20 Feb 2001 15:34:34 -0800 (PST) (envelope-from lucas@slb.to) Received: (qmail 23308 invoked by uid 1000); 20 Feb 2001 23:34:55 -0000 Date: Tue, 20 Feb 2001 17:34:55 -0600 From: Lucas Bergman To: Arthur Boynagryan Cc: freebsd-questions@freebsd.org Subject: Re: OT: Alternative to gets() function? Message-ID: <20010220173455.A3510@billygoat.slb.to> Reply-To: lucas@slb.to References: <000001c09b01$b1865fa0$4a07a8c0@user0000011909> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000001c09b01$b1865fa0$4a07a8c0@user0000011909>; from boynagar@armentel.com on Tue, Feb 20, 2001 at 09:55:12AM +0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi -- > I've been reading man page for gets() and fgets() and noticed the > following: > > "Since it is usually impossible to ensure that the next input line > is less than some arbitrary length, and because overflowing the > input buffer is almost invariably a security violation, programs > should NEVER use gets()." > > What can you recommend instead of gets()? Does this also apply to > fgets()? I'm mostly interested in fgets(). fgets() is safe, provided you're careful about its second parameter. Observe that the following programs are equivalent except that the first has undefined behavior (read: seg fault) if given a line of >99 characters on standard input. In the second program, a line of >99 characters is truncated past the 99th character: #include int main() { char s[100]; gets(s); return 0; } #include int main() { char s[100]; fgets(s,99,stdin); return 0; } Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 15:41:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gateway.aht.com (gateway.aht.com [12.9.165.5]) by hub.freebsd.org (Postfix) with ESMTP id 375B637B401 for ; Tue, 20 Feb 2001 15:41:29 -0800 (PST) (envelope-from randy.lim@aht.com) Received: from aht.com (IDENT:rblim@[100.0.120.99]) by gateway.aht.com (8.9.3/8.8.7) with ESMTP id PAA08610 for ; Tue, 20 Feb 2001 15:40:16 -0800 Message-ID: <3A928F85.2BBBC1BE@aht.com> Date: Tue, 20 Feb 2001 15:38:45 +0000 From: "Randy B. Lim" Organization: FW X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.14-5.0 i686) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: How to change the tape size in the dump command References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I got a 30 GB IDE tape (/dev/nht0) and I want to dump 4GB /root partition to the tape. How to use the dump command to let the 4GB dumped to one single tape? Best Regards, -Randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 15:44:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fsmail.net (mail.fsmail.net [216.200.119.37]) by hub.freebsd.org (Postfix) with SMTP id 710FD37B401 for ; Tue, 20 Feb 2001 15:44:22 -0800 (PST) (envelope-from asocia@fsmail.net) Received: (qmail 71 invoked by uid 1120); 20 Feb 2001 23:27:52 -0000 Message-ID: <20010220232752.70.qmail@fsmail.net> From: ericka villarreal Subject: alianza estrategica To: ek5_76@yahoo.com, Cc: Date: Tue, 20 Feb 2001 23:27:52 +0000 (GMT+00:00) MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hola! Recientemente visite su sitio en internet y creo que talvez ud. se encuentre interesado en formar una alianza estrategica. Nuestra compañia es dueña y opera varios casinos en linea con todas las licencias. Tenemos mas de 30,000 clientes y 8,500 sitios asociados. La industria de juegos en linea es la mas explosiva en la red, con cerca de $10 billones proyectados para el para el ano 2002. Nos gustaria ofrecerle la siguiente propuesta: Quest Global Entretenimiento provee: * Casino / Casa de Apuestas, diseño completo (por ejemplo, vaya a http://www.supropiocasino.com ) *Todo los programas del juego, servicio al cliente, procesamiento de tarjetas de credito, y apollo logistico *Mas de 50% de ganancias netas del casino, (hechas en tiempo real). *Los Cheques de las ganancias seran enviados por correo cada viernes, llueva o truene!. Ud. nos dara: *Promocion del Casino, por medio de banners, correo electronico o ubicacion en los buscadores. Sin tomar ningun riesgo, ud llevara trafico a su casino personal en Internet, e inmediatamente aumentara los ingresos brutos de su compania. Lo invito a observar nuestro sitio corporativo en la siguiente direccion: http://www.supropiocasino.com Si ud. se enncuentra interesado, favor escribir a socio@getyourcasino.com. Esperamos llegar a saber de ud. muy pronto! Cordialmente Ericka Rivera Directora Latinoamerica socio@getyourcasino.com _______________________________________________________________________ FSmail - Get your free web-based email from Freeserve: www.fsmail.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 15:46:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from savba.savba.sk (savba.savba.sk [147.213.1.1]) by hub.freebsd.org (Postfix) with ESMTP id 1DDEB37B401 for ; Tue, 20 Feb 2001 15:46:11 -0800 (PST) (envelope-from xvudpapc@savba.sk) Received: from savba.sk (unknown [194.160.103.12]) by savba.savba.sk (Postfix) with ESMTP id 366BDB008 for ; Wed, 21 Feb 2001 00:42:38 +0100 (MET) Message-ID: <3A925965.B72C73DE@savba.sk> Date: Tue, 20 Feb 2001 12:47:49 +0100 From: xvudpapc X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: USB ISDN modem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I have a question. You don't have to reply to me how I configure an ISDN USB modem, but is it possible to use it under FreeBSD? This information is important for me and I'd be happy to know: 1. Are only special ISDN USB modems necessary to buy for FreeBSD? 2. Any ISDN USB modem may work under FreeBSD? Sincerely, Juraj To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 15:51: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from redsheriff.com (eagle.imrworldwide.com [203.89.243.235]) by hub.freebsd.org (Postfix) with ESMTP id 0509737B401 for ; Tue, 20 Feb 2001 15:50:31 -0800 (PST) (envelope-from johannes.effendi@redsheriff.com) Received: from redsheriff.com (devfw.imrworldwide.com [203.89.243.232]) by redsheriff.com (8.9.3/8.9.3) with ESMTP id KAA59382 for ; Wed, 21 Feb 2001 10:50:29 +1100 (EST) (envelope-from johannes.effendi@redsheriff.com) Message-ID: <3A9302C4.1F746FCD@redsheriff.com> Date: Wed, 21 Feb 2001 10:50:29 +1100 From: Johannes Effendi Organization: Red Sheriff X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 3.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: tar problem with Sony SDT-10000 (DDS-4) tape drive Content-Type: multipart/mixed; boundary="------------10DDE48932561793254C5527" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------10DDE48932561793254C5527 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I installed a Sony SDT-10000 (DDS-4) tape drive on a new computer having: * Intel Pentium III 800 Mhz, dual cpu, and * 4 IDE Seagate HHD @ 30 Gb. * Adaptec SCSI card 29160 ultra 160 scsi controller * an Internal Sony DDS-4 tape drive (SDT-10000) * Terminated with Ultra 160M scsi terminator LVD/Se Act Neg + HVD ISO. How ever, when I run the commands "tar tv", "mt -f /dev/sa0 blocksize 0" or "mt status", I got the error message saying "(sa0:ahc0:0:12:0): unable to set fixed blocksize to 1024". Please see all of my system configuration infos below for your investigation. There is no jumper setting for blocksize at SDT-10000. and I can't find any helpful info in the Internet regarding this issues either. Thank you for your advice in advance. regards, Johannes Effendi johannes.effendi@redsheriff.com --------- uname -a: FreeBSD cook1-rg.vic.imrworldwide.com 4.2-RELEASE FreeBSD 4.2-RELEASE #6: Tue Feb 20 17:09:39 EST 2001 root@cook1-rg.vic.imrworldwide.com:/usr/src/sys/compile/COOK_42 i386 cat /var/run/dmesg.boot Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.2-RELEASE #6: Tue Feb 20 17:09:39 EST 2001 root@cook1-rg.vic.imrworldwide.com:/usr/src/sys/compile/COOK_42 Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (800.03-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x686 Stepping = 6 Features=0x383fbff real memory = 536805376 (524224K bytes) config> di lnc0 config> di ie0 config> di fe0 config> di ed0 config> di cs0 config> q avail memory = 518017024 (505876K bytes) Programming 24 pins in IOAPIC #0 IOAPIC #0 intpin 2 -> irq 0 FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 0, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 1, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 2, version: 0x00170011, at 0xfec00000 Preloaded elf kernel "kernel" at 0xc0434000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc043409c. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xd400-0xd41f irq 19 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered chip1: at device 7.4 on pci0 fxp0: port 0xd800-0xd83f mem 0xdfe00000-0xdfefffff,0xdfffe000-0xdfffefff irq 18 at device 10.0 on pci0 fxp0: Ethernet address 00:02:b3:0b:48:3e ahc0: port 0xdc00-0xdcff mem 0xdffff000-0xdfffffff irq 16 at device 12.0 on pci0 aic7892: Wide Channel A, SCSI Id=0, 32/255 SCBs 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 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 APIC_IO: Testing 8254 interrupt delivery APIC_IO: routing 8254 via IOAPIC #0 intpin 2 SMP: AP CPU #1 Launched! ata0-master: DMA limited to UDMA33, non-ATA66 compliant cable ad0: 29188MB [59303/16/63] at ata0-master UDMA33 ata0-slave: DMA limited to UDMA33, non-ATA66 compliant cable ad1: 29188MB [59303/16/63] at ata0-slave UDMA33 ad2: 29188MB [59303/16/63] at ata1-master UDMA66 ad3: 29188MB [59303/16/63] at ata1-slave UDMA66 Waiting 15 seconds for SCSI devices to settle sa0 at ahc0 bus 0 target 12 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit) config file used (COOK_42): Mounting root from ufs:/dev/ad0s1a # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.11 2000/09/22 10:01:48 nyan Exp $ machine i386 cpu I386_CPU cpu I486_CPU cpu I586_CPU cpu I686_CPU ident COOK_42 #maxusers 32 maxusers 256 options CAMDEBUG #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options MATH_EMULATE #Support for x87 emulation options MAXSSIZ="(256*1024*1024)" options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, NFS required options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O # Optionally these may need tweaked, (defaults shown): #options NCPU=2 # number of CPUs #options NBUS=4 # number of busses #options NAPIC=1 # number of IO APICs #options NINTR=24 # number of INTs device isa device eisa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device fd1 at fdc0 drive 1 # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices # SCSI Controllers device ahb # EISA AHA1742 family device ahc # AHA2940 and onboard AIC7xxx devices device amd # AMD 53C974 (Teckram DC-390(T)) device isp # Qlogic family device ncr # NCR/Symbios Logic device sym # NCR/Symbios Logic (newer chipsets) options SYM_SETUP_LP_PROBE_MAP=0x40 # Allow ncr to attach legacy NCR devices when # both sym and ncr are configured device adv0 at isa? device adw device bt0 at isa? device aha0 at isa? device aic0 at isa? # SCSI peripherals device scbus # SCSI bus (required) device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) # RAID controllers interfaced to the SCSI subsystem device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID device dpt # DPT Smartcache - See LINT for options! # RAID controllers device ida # Compaq Smart RAID device amr # AMI MegaRAID device mlx # Mylex DAC960 family #device twe # 3ware Escalade # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) device apm0 at nexus? disable flags 0x20 # Advanced Power Management # PCCARD (PCMCIA) support device card device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd0000 device pcic1 at isa? irq 11 port 0x3e2 iomem 0xd4000 disable # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device sio2 at isa? disable port IO_COM3 irq 5 device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # PCI Ethernet NICs. device de # DEC/Intel DC21x4x (``Tulip'') device fxp # Intel EtherExpress PRO/100B (82557, 82558) device tx # SMC 9432TX (83c170 ``EPIC'') device vx # 3Com 3c590, 3c595 (``Vortex'') device wx # Intel Gigabit Ethernet Card (``Wiseman'') # PCI Ethernet NICs that use the common MII bus controller code. device miibus # MII bus support device dc # DEC/Intel 21143 and various workalikes device rl # RealTek 8129/8139 device sf # Adaptec AIC-6915 (``Starfire'') device sis # Silicon Integrated Systems SiS 900/SiS 7016 device ste # Sundance ST201 (D-Link DFE-550TX) device tl # Texas Instruments ThunderLAN device vr # VIA Rhine, Rhine II device wb # Winbond W89C840F device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 device ex device ep device fe0 at isa? port 0x300 # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attatement needed # and resources will always be dynamically assigned by the pccard code. device wi # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP # mode (the factory default). If you set the switches on your ISA # card for a manually chosen I/O address and IRQ, you must specify # those paremeters here. device an # Xircom Ethernet device xe # The probe order of these is presently determined by i386/isa/isa_compat.c. device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 device le0 at isa? port 0x300 irq 5 iomem 0xd0000 device lnc0 at isa? port 0x280 irq 10 drq 0 device cs0 at isa? port 0x300 device sn0 at isa? port 0x300 irq 10 # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device sl 1 # Kernel SLIP pseudo-device ppp 1 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device gif 4 # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse # USB Ethernet, requires mii device aue # ADMtek USB ethernet device cue # CATC USB ethernet device kue # Kawasaki LSI USB ethernet options SMP options APIC_IO dmesg | more Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.2-RELEASE #6: Tue Feb 20 17:09:39 EST 2001 root@cook1-rg.vic.imrworldwide.com:/usr/src/sys/compile/COOK_42 Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (800.03-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x686 Stepping = 6 Features=0x383fbff real memory = 536805376 (524224K bytes) config> di lnc0 config> di ie0 config> di fe0 config> di ed0 config> di cs0 config> q avail memory = 518017024 (505876K bytes) Programming 24 pins in IOAPIC #0 IOAPIC #0 intpin 2 -> irq 0 FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 0, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 1, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 2, version: 0x00170011, at 0xfec00000 Preloaded elf kernel "kernel" at 0xc0434000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc043409c. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xd400-0xd41f irq 19 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered chip1: at device 7.4 on pci0 fxp0: port 0xd800-0xd83f mem 0xdfe00000-0xdfefffff,0xdfffe000-0xdfffefff irq 18 at device 10.0 on pci0 fxp0: Ethernet address 00:02:b3:0b:48:3e ahc0: port 0xdc00-0xdcff mem 0xdffff000-0xdfffffff irq 16 at device 12.0 on pci0 aic7892: Wide Channel A, SCSI Id=0, 32/255 SCBs 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 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 APIC_IO: Testing 8254 interrupt delivery APIC_IO: routing 8254 via IOAPIC #0 intpin 2 SMP: AP CPU #1 Launched! ata0-master: DMA limited to UDMA33, non-ATA66 compliant cable ad0: 29188MB [59303/16/63] at ata0-master UDMA33 ata0-slave: DMA limited to UDMA33, non-ATA66 compliant cable ad1: 29188MB [59303/16/63] at ata0-slave UDMA33 ad2: 29188MB [59303/16/63] at ata1-master UDMA66 ad3: 29188MB [59303/16/63] at ata1-slave UDMA66 Waiting 15 seconds for SCSI devices to settle sa0 at ahc0 bus 0 target 12 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit) Mounting root from ufs:/dev/ad0s1a tar tv tar: can't open /dev/nsa0 : Invalid argument (sa0:ahc0:0:12:0): unable to set fixed blocksize to 1024 mt -f /dev/rsa0.ctl status Mode Density Blocksize bpi Compression Current: 0x26:DDS-4 1024 bytes 97000 disabled ---------available modes--------- 0: 0x26:DDS-4 1024 bytes 97000 0x100030 1: 0x26:DDS-4 1024 bytes 97000 0x100030 2: 0x26:DDS-4 1024 bytes 97000 0x100030 3: 0x26:DDS-4 1024 bytes 97000 0x100030 --------------------------------- Current Driver State: at rest. -- end of information --- --------------10DDE48932561793254C5527 Content-Type: text/x-vcard; charset=us-ascii; name="johannes.effendi.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Johannes Effendi Content-Disposition: attachment; filename="johannes.effendi.vcf" begin:vcard n:Effendi;Johannes tel;fax:+61 3 9864 0778 tel;work:+61 3 9864 0777 x-mozilla-html:FALSE url:www.redsheriff.com org:Red Sheriff Ltd.;RedGauge IT Development version:2.1 email;internet:johannes.effendi@redsheriff.com title:Systems & Product Manager adr;quoted-printable:;;Level 7, 10 Queens Road=0D=0A;Melbourne;VIC;3000;Australia note;quoted-printable:=0D=0A =0D=0A This message and any files transmitted with it are confidential and intended solely for=0D=0A the use of the individual or entity to whom they are addressed. If you are not the=0D=0A intended recipient, you are hereby notified that any use or dissemination of this=0D=0A communication is strictly prohibited.=0D=0A If you have received this message in error please=0D=0A notify us immediately by return email or telephone +61 3 9864 0777, then delete this=0D=0A message. Any views expressed in this message are those of the individual sender and may=0D=0A not necessarily reflect the views of Red Sheriff.=0D=0A x-mozilla-cpt:www.redsheriff.com;-8416 fn:Johannes Effendi end:vcard --------------10DDE48932561793254C5527-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 16: 0:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lcmail2.lc.ca.gov (lcmail2.lc.ca.gov [165.107.12.11]) by hub.freebsd.org (Postfix) with ESMTP id 01A7937B491 for ; Tue, 20 Feb 2001 16:00:52 -0800 (PST) (envelope-from drewt@writeme.com) Received: from CONVERSION-DAEMON by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) id <0G9200001YOVZV@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.ORG; Tue, 20 Feb 2001 16:00:43 -0800 (PST) Received: from tagalong ([165.107.42.167]) by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) with SMTP id <0G92000BPYO8VU@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.ORG; Tue, 20 Feb 2001 16:00:09 -0800 (PST) Date: Tue, 20 Feb 2001 16:00:06 -0800 From: Drew Tomlinson Subject: RE: Newbie Help Diagnosing Startup Script In-reply-to: To: "'wjm@ciberlynx.net'" Cc: "'FreeBSD Questions (E-mail)'" Message-id: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) Content-type: text/plain; charset="us-ascii" Content-transfer-encoding: 7bit Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok, I edited my script to match what you sent me. Although it still does not start automatically, the stop portion now works correctly. If you have any ideas on the start part, I'd love to hear them. Thanks for your help! Drew > -----Original Message----- > From: wjm@ciberlynx.net [mailto:wjm@tiger.ciberlynx.net] > Sent: Tuesday, February 20, 2001 11:32 AM > To: Tomlinson, Drew > Cc: 'FreeBSD Questions (E-mail)' > Subject: Re: Newbie Help Diagnosing Startup Script > > > On Tue, 20 Feb 2001, Tomlinson, Drew wrote: > > > Newbie Alert. > > > > I am trying to diagnose why a startup script doesn't seem to run > > automatically during startup but seems to run fine when > invoked from the > > command line. My script lives in /usr/local/etc/rc.d. I > have checked the > > man pages and verified that /etc/defaults/rc.conf contains > this directory in > > the local_startup line and there are no overrides in > /etc/rc.conf. My > > script is called dynip.sh and it has the following > "permissions" (is this > > the right term?). > > > > -rwxr-x--x 1 root wheel 111 Sep 13 04:51 apache.sh > > -rwxr-xr-x 1 root wheel 233 Dec 20 11:36 dynip.sh > > > > I included the apache.sh line because this script appears > to work as apache > > starts up automatically. This is the contents of my > dynip.sh script: > > > > 112 Blacksheep# cat dynip.sh > > #!/bin/sh > > > > case "$1" in > > start) > > [ -x /usr/local/bin/dynipclient ] && > /usr/local/bin/dynipclient & > > ) && > > echo -n ' dynipclient' > > ;; > > stop) > > echo -n ' dynipclient' > > ;; > > *) > > echo "Usage: `basename $0` {start|stop}" >&2 > > ;; > > esac > > > > exit 0 > > > > This script was compliments of Don Maddox. I don't have a > clue about > > writing *nix scripts but plan to learn soon. Anyway, the > attempt here is to > > run a client program that registers my dynamic IP address > with a DNS service > > I subscribe to. When I invoke the script manually, it > appears to run fine. > > > > 125 Blacksheep# ./dynip.sh start > > dynipclientdynipclient[1483]: Using client configuration file > > '/etc/dynip.cfg' > > 126 Blacksheep# Feb 20 08:41:20 blacksheep > dynipclient[1483]: Using client > > confi > > guration file '/etc/dynip.cfg' > > Feb 20 08:41:20 blacksheep dynipclient[1483]: Using client > configuration > > file '/ > > etc/dynip.cfg' > > Feb 20 08:41:20 blacksheep dynipclient[1484]: active > > Feb 20 08:41:20 blacksheep dynipclient[1484]: active > > > > Any help diagnosing this problem would be greatly > appreciated. If there is > > other information I can include to help figure this out, > please let me know. > > I don't know if there are log files that would show this > executing or not. > > If there are, please nudge me in the right direction. If > there's not, how > > can I create them? > > > > Thanks for your help! > > > > Drew > > > > P.S. I apologize if this comes across as HTML. I'm stuck > with an MS$ > > client at work but if I can send this via an SMTP service, > it will come > > across as plain text. If it goes through our Exchange > server, it is HTML > > even though I have specified plain text. Gotta love M$! > > > > > #!/bin/sh > > case "$1" in > > start) > /usr/local/bin/dynipclient > echo -n ' dynipclient' > ;; > > stop) > /usr/local/bin/dynipclient -k [ if this is how it > terminates?] > ;; > > -h) > echo "Usage: `basename $0` { start | stop }" > ;; > > *) > /usr/local/bin/dynipclient > echo -n ' dynipclient' > ;; > > esac > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 16: 9:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id 7AFD337B491 for ; Tue, 20 Feb 2001 16:09:34 -0800 (PST) (envelope-from jonc@itouch.co.nz) Received: (from jonc@localhost) by itouch.co.nz (8.11.2/8.11.1) id f1L08xY08444; Wed, 21 Feb 2001 13:08:59 +1300 (NZDT) (envelope-from jonc) Date: Wed, 21 Feb 2001 13:08:59 +1300 From: Jonathan Chen To: Martin McCormick Cc: questions@FreeBSD.ORG Subject: Re: Freebsd Development Tools Message-ID: <20010221130859.A8335@itouchnz.itouch> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from martin@dc.cis.okstate.edu on Tue, Feb 20, 2001 at 04:04:50PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Feb 20, 2001 at 04:04:50PM -0600, Martin McCormick wrote: > What compiler is usually found on a freebsd system? > Is it gcc or cc? It's gcc. On a 4.2-STABLE machine: jonc-~,1:08pm> cc -v Using builtin specs. gcc version 2.95.2 19991024 (release) > Is there a command-line debugger if not gdb? There's gdb as well. -- Jonathan Chen ----------------------------------------------------------------------- "One, with God, is always a majority, but many a martyr has been burned at the stake while the votes were being counted." -- Thomas B. Reed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 16:12:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from java2.dpcsys.com (java2.dpcsys.com [206.16.184.5]) by hub.freebsd.org (Postfix) with ESMTP id CE15D37B401 for ; Tue, 20 Feb 2001 16:12:39 -0800 (PST) (envelope-from dan@dpcsys.com) Received: from localhost (localhost [127.0.0.1]) by java2.dpcsys.com (8.11.1/8.11.1) with ESMTP id f1L0ADP81790; Tue, 20 Feb 2001 16:10:13 -0800 (PST) Date: Tue, 20 Feb 2001 16:10:13 -0800 (PST) From: Dan Busarow To: Doug Young Cc: Rick Hamell , FreeBSD-questions Subject: Re: Apache In-Reply-To: <011401c09b85$1498fca0$847e03cb@apana.org.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Feb 21, Doug Young wrote: >I had what sounds exactly the same problem a while back .... hours & hours >of tearing hair out later I stumbled across the solution. For some reason >beyond me, the default data directory in apache points to a symlink, & >apparently that is critical and must be left intact even though httpd.conf >points to the actual data files elsewhere. I'd deleted that inadvertently >without realizing it was critical, hence the error 404. Maybe someone more >knowledgable than me understands more about the issue .... as always there >isn't anything obvious in the docs about the symlink. I "borrowed" a number >of httpd.confs without making the slightest difference ... it was only by >reinstalling Apache completely that the problem was resolved. There is no "magic" symlink in a basic apache install. The system you were working on must have been modified. Unless you mean the /home -> /usr/home symlink that FreeBSD uses, deleting /home would certainly break DocumentRoot /home/www In httpd.conf just point DocumentRoot at the /full/path to your html documents. Dan -- Dan Busarow 949 443 4172 Dana Point Communications, Inc. dan@dpcsys.com Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 09 DB FD E1 DD 0C 82 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 16:16:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from p1.cs.ohiou.edu (p1.cs.ohiou.edu [132.235.1.11]) by hub.freebsd.org (Postfix) with ESMTP id 61D4D37B401 for ; Tue, 20 Feb 2001 16:16:11 -0800 (PST) (envelope-from frussell@p1.cs.ohiou.edu) Received: from localhost (frussell@localhost) by p1.cs.ohiou.edu (8.9.3/8.9.3) with SMTP id TAA22824; Tue, 20 Feb 2001 19:16:03 -0500 (EST) Date: Tue, 20 Feb 2001 19:16:03 -0500 (EST) From: Russell Francis X-Sender: frussell@p1 To: Alexandre Florio Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sound Problem In-Reply-To: <20010220195913.67266416.alexandre@cipher.com.br> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hi All, > > I've got an ESS Technology PCI sound card. > For installation on FreeBSD (4.2-RELEASE), I did the following, under > handbook's recomendation: > > - added `device pcm` to kernel configuration; > - recompiled the kernel; > - installed the new kernel; > - cd /dev; sh MAKEDEV snd0; sh MAKEDEV snd1. > > This is the output of cat /dev/sndstat: > > FreeBSD Audio Driver (newpcm) Feb 9 2001 17:01:26 > Installed devices: > pcm0: at io 0xd800,0xd400,0xd000 irq 7 (1p/1r channels) > > This is the dmesg output related to pcm configuration: > > pcm0: port > 0xb400-0xb403,0xb800-0xb803,0xd000-0xd00f,0xd400-0xd40f,0xd800-0xd83f irq > 7 at device 6.0 on pci0 > > But when I try playing something... > > alexandre@is32:/usr/home/alexandre/downloads$ mpg123 > Br_Project_-_Animal_Mix_\(final_mix\).mp3 > High Performance MPEG 1.0/2.0/2.5 Audio Player for Layer 1, 2 and 3. > Version 0.59r (1999/Jun/15). Written and copyrights by Michael Hipp. > Uses code from various people. See 'README' for more! > THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK! > /dev/dsp: Device not configured > /dev/dsp: Device not configured > /dev/dsp: Device not configured > audio: Device not configured > > Does anybody knows what can be going on, or where I can find more > information regarding configuring sound with FreeBSD? > > Thanx a lot... I had similar problems too and don't know exactly why it happens but when I play it through /dev/dsp0 it works great :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 16:19:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bryden.apana.org.au (bryden.apana.org.au [203.3.126.129]) by hub.freebsd.org (Postfix) with ESMTP id E7E6237B491 for ; Tue, 20 Feb 2001 16:19:34 -0800 (PST) (envelope-from dougy@bryden.apana.org.au) Received: from roadrunner (roadrunner.apana.org.au [203.3.126.132]) by bryden.apana.org.au (8.11.1/8.11.1) with SMTP id f1L0HcE51606; Wed, 21 Feb 2001 10:17:40 +1000 (EST) (envelope-from dougy@bryden.apana.org.au) Message-ID: <003d01c09b9b$cdeef680$847e03cb@apana.org.au> From: "Doug Young" To: "Dan Busarow" Cc: "Rick Hamell" , "FreeBSD-questions" References: Subject: Re: Apache Date: Wed, 21 Feb 2001 10:18:18 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.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 Whatever it is must be a default thing because I simply don't know enough about doing tricky stuff with apache. like I said its been a while since I had that problem but the "usr/home" symlink is probably what caused me problems. Since then I've always been particularly careful to avoid messing with that thing though. > > There is no "magic" symlink in a basic apache install. The system > you were working on must have been modified. Unless you mean the > /home -> /usr/home symlink that FreeBSD uses, deleting /home would > certainly break > DocumentRoot /home/www > > In httpd.conf just point DocumentRoot at the /full/path to your > html documents. > > Dan > -- > Dan Busarow 949 443 4172 > Dana Point Communications, Inc. dan@dpcsys.com > Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 09 DB FD E1 DD 0C 82 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 16:30:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from redsheriff.com (eagle.imrworldwide.com [203.89.243.235]) by hub.freebsd.org (Postfix) with ESMTP id 0A83437B491 for ; Tue, 20 Feb 2001 16:30:25 -0800 (PST) (envelope-from johannes.effendi@redsheriff.com) Received: from redsheriff.com (devfw.imrworldwide.com [203.89.243.232]) by redsheriff.com (8.9.3/8.9.3) with ESMTP id LAA60916 for ; Wed, 21 Feb 2001 11:30:22 +1100 (EST) (envelope-from johannes.effendi@redsheriff.com) Message-ID: <3A930C1D.B87094A5@redsheriff.com> Date: Wed, 21 Feb 2001 11:30:22 +1100 From: Johannes Effendi Organization: Red Sheriff X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 3.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Blocksize problem with tar on Sony SDT-10000 tape drive Content-Type: multipart/mixed; boundary="------------CFB5054330514724DC0B03D3" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------CFB5054330514724DC0B03D3 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I installed a Sony SDT-10000 (DDS-4) tape drive on a new computer having: * Intel Pentium III 800 Mhz, dual cpu, and * 4 IDE Seagate HHD @ 30 Gb. * Adaptec SCSI card 29160 ultra 160 scsi controller * an Internal Sony DDS-4 tape drive (SDT-10000) * Terminated with Ultra 160M scsi terminator LVD/Se Act Neg + HVD ISO. How ever, when I run the commands "tar tv", "mt -f /dev/sa0 blocksize 0" or "mt status", I got the error message saying "(sa0:ahc0:0:12:0): unable to set fixed blocksize to 1024". Please see all of my system configuration infos below for your investigation. There is no jumper setting for blocksize at SDT-10000. and I can't find any helpful info in the Internet regarding this issues either. Thank you for your advice in advance. regards, Johannes Effendi johannes.effendi@redsheriff.com --------- uname -a: FreeBSD cook1-rg.vic.imrworldwide.com 4.2-RELEASE FreeBSD 4.2-RELEASE #6: Tue Feb 20 17:09:39 EST 2001 root@cook1-rg.vic.imrworldwide.com:/usr/src/sys/compile/COOK_42 i386 cat /var/run/dmesg.boot Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.2-RELEASE #6: Tue Feb 20 17:09:39 EST 2001 root@cook1-rg.vic.imrworldwide.com:/usr/src/sys/compile/COOK_42 Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (800.03-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x686 Stepping = 6 Features=0x383fbff real memory = 536805376 (524224K bytes) config> di lnc0 config> di ie0 config> di fe0 config> di ed0 config> di cs0 config> q avail memory = 518017024 (505876K bytes) Programming 24 pins in IOAPIC #0 IOAPIC #0 intpin 2 -> irq 0 FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 0, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 1, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 2, version: 0x00170011, at 0xfec00000 Preloaded elf kernel "kernel" at 0xc0434000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc043409c. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xd400-0xd41f irq 19 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered chip1: at device 7.4 on pci0 fxp0: port 0xd800-0xd83f mem 0xdfe00000-0xdfefffff,0xdfffe000-0xdfffefff irq 18 at device 10.0 on pci0 fxp0: Ethernet address 00:02:b3:0b:48:3e ahc0: port 0xdc00-0xdcff mem 0xdffff000-0xdfffffff irq 16 at device 12.0 on pci0 aic7892: Wide Channel A, SCSI Id=0, 32/255 SCBs 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 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 APIC_IO: Testing 8254 interrupt delivery APIC_IO: routing 8254 via IOAPIC #0 intpin 2 SMP: AP CPU #1 Launched! ata0-master: DMA limited to UDMA33, non-ATA66 compliant cable ad0: 29188MB [59303/16/63] at ata0-master UDMA33 ata0-slave: DMA limited to UDMA33, non-ATA66 compliant cable ad1: 29188MB [59303/16/63] at ata0-slave UDMA33 ad2: 29188MB [59303/16/63] at ata1-master UDMA66 ad3: 29188MB [59303/16/63] at ata1-slave UDMA66 Waiting 15 seconds for SCSI devices to settle sa0 at ahc0 bus 0 target 12 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit) config file used (COOK_42): Mounting root from ufs:/dev/ad0s1a # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.11 2000/09/22 10:01:48 nyan Exp $ machine i386 cpu I386_CPU cpu I486_CPU cpu I586_CPU cpu I686_CPU ident COOK_42 #maxusers 32 maxusers 256 options CAMDEBUG #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options MATH_EMULATE #Support for x87 emulation options MAXSSIZ="(256*1024*1024)" options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, NFS required options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O # Optionally these may need tweaked, (defaults shown): #options NCPU=2 # number of CPUs #options NBUS=4 # number of busses #options NAPIC=1 # number of IO APICs #options NINTR=24 # number of INTs device isa device eisa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device fd1 at fdc0 drive 1 # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices # SCSI Controllers device ahb # EISA AHA1742 family device ahc # AHA2940 and onboard AIC7xxx devices device amd # AMD 53C974 (Teckram DC-390(T)) device isp # Qlogic family device ncr # NCR/Symbios Logic device sym # NCR/Symbios Logic (newer chipsets) options SYM_SETUP_LP_PROBE_MAP=0x40 # Allow ncr to attach legacy NCR devices when # both sym and ncr are configured device adv0 at isa? device adw device bt0 at isa? device aha0 at isa? device aic0 at isa? # SCSI peripherals device scbus # SCSI bus (required) device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) # RAID controllers interfaced to the SCSI subsystem device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID device dpt # DPT Smartcache - See LINT for options! # RAID controllers device ida # Compaq Smart RAID device amr # AMI MegaRAID device mlx # Mylex DAC960 family #device twe # 3ware Escalade # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) device apm0 at nexus? disable flags 0x20 # Advanced Power Management # PCCARD (PCMCIA) support device card device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd0000 device pcic1 at isa? irq 11 port 0x3e2 iomem 0xd4000 disable # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device sio2 at isa? disable port IO_COM3 irq 5 device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # PCI Ethernet NICs. device de # DEC/Intel DC21x4x (``Tulip'') device fxp # Intel EtherExpress PRO/100B (82557, 82558) device tx # SMC 9432TX (83c170 ``EPIC'') device vx # 3Com 3c590, 3c595 (``Vortex'') device wx # Intel Gigabit Ethernet Card (``Wiseman'') # PCI Ethernet NICs that use the common MII bus controller code. device miibus # MII bus support device dc # DEC/Intel 21143 and various workalikes device rl # RealTek 8129/8139 device sf # Adaptec AIC-6915 (``Starfire'') device sis # Silicon Integrated Systems SiS 900/SiS 7016 device ste # Sundance ST201 (D-Link DFE-550TX) device tl # Texas Instruments ThunderLAN device vr # VIA Rhine, Rhine II device wb # Winbond W89C840F device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 device ex device ep device fe0 at isa? port 0x300 # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attatement needed # and resources will always be dynamically assigned by the pccard code. device wi # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP # mode (the factory default). If you set the switches on your ISA # card for a manually chosen I/O address and IRQ, you must specify # those paremeters here. device an # Xircom Ethernet device xe # The probe order of these is presently determined by i386/isa/isa_compat.c. device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 device le0 at isa? port 0x300 irq 5 iomem 0xd0000 device lnc0 at isa? port 0x280 irq 10 drq 0 device cs0 at isa? port 0x300 device sn0 at isa? port 0x300 irq 10 # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device sl 1 # Kernel SLIP pseudo-device ppp 1 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device gif 4 # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse # USB Ethernet, requires mii device aue # ADMtek USB ethernet device cue # CATC USB ethernet device kue # Kawasaki LSI USB ethernet options SMP options APIC_IO dmesg | more Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.2-RELEASE #6: Tue Feb 20 17:09:39 EST 2001 root@cook1-rg.vic.imrworldwide.com:/usr/src/sys/compile/COOK_42 Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (800.03-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x686 Stepping = 6 Features=0x383fbff real memory = 536805376 (524224K bytes) config> di lnc0 config> di ie0 config> di fe0 config> di ed0 config> di cs0 config> q avail memory = 518017024 (505876K bytes) Programming 24 pins in IOAPIC #0 IOAPIC #0 intpin 2 -> irq 0 FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 0, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 1, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 2, version: 0x00170011, at 0xfec00000 Preloaded elf kernel "kernel" at 0xc0434000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc043409c. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xd400-0xd41f irq 19 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered chip1: at device 7.4 on pci0 fxp0: port 0xd800-0xd83f mem 0xdfe00000-0xdfefffff,0xdfffe000-0xdfffefff irq 18 at device 10.0 on pci0 fxp0: Ethernet address 00:02:b3:0b:48:3e ahc0: port 0xdc00-0xdcff mem 0xdffff000-0xdfffffff irq 16 at device 12.0 on pci0 aic7892: Wide Channel A, SCSI Id=0, 32/255 SCBs 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 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 APIC_IO: Testing 8254 interrupt delivery APIC_IO: routing 8254 via IOAPIC #0 intpin 2 SMP: AP CPU #1 Launched! ata0-master: DMA limited to UDMA33, non-ATA66 compliant cable ad0: 29188MB [59303/16/63] at ata0-master UDMA33 ata0-slave: DMA limited to UDMA33, non-ATA66 compliant cable ad1: 29188MB [59303/16/63] at ata0-slave UDMA33 ad2: 29188MB [59303/16/63] at ata1-master UDMA66 ad3: 29188MB [59303/16/63] at ata1-slave UDMA66 Waiting 15 seconds for SCSI devices to settle sa0 at ahc0 bus 0 target 12 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit) Mounting root from ufs:/dev/ad0s1a tar tv tar: can't open /dev/nsa0 : Invalid argument (sa0:ahc0:0:12:0): unable to set fixed blocksize to 1024 mt -f /dev/rsa0.ctl status Mode Density Blocksize bpi Compression Current: 0x26:DDS-4 1024 bytes 97000 disabled ---------available modes--------- 0: 0x26:DDS-4 1024 bytes 97000 0x100030 1: 0x26:DDS-4 1024 bytes 97000 0x100030 2: 0x26:DDS-4 1024 bytes 97000 0x100030 3: 0x26:DDS-4 1024 bytes 97000 0x100030 --------------------------------- Current Driver State: at rest. -- end of information --- --------------CFB5054330514724DC0B03D3 Content-Type: text/x-vcard; charset=us-ascii; name="johannes.effendi.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Johannes Effendi Content-Disposition: attachment; filename="johannes.effendi.vcf" begin:vcard n:Effendi;Johannes tel;fax:+61 3 9864 0778 tel;work:+61 3 9864 0777 x-mozilla-html:FALSE url:www.redsheriff.com org:Red Sheriff Ltd.;RedGauge IT Development version:2.1 email;internet:johannes.effendi@redsheriff.com title:Systems & Product Manager adr;quoted-printable:;;Level 7, 10 Queens Road=0D=0A;Melbourne;VIC;3000;Australia note;quoted-printable:=0D=0A =0D=0A This message and any files transmitted with it are confidential and intended solely for=0D=0A the use of the individual or entity to whom they are addressed. If you are not the=0D=0A intended recipient, you are hereby notified that any use or dissemination of this=0D=0A communication is strictly prohibited.=0D=0A If you have received this message in error please=0D=0A notify us immediately by return email or telephone +61 3 9864 0777, then delete this=0D=0A message. Any views expressed in this message are those of the individual sender and may=0D=0A not necessarily reflect the views of Red Sheriff.=0D=0A x-mozilla-cpt:www.redsheriff.com;-8416 fn:Johannes Effendi end:vcard --------------CFB5054330514724DC0B03D3-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 16:39:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from grumpy.dyndns.org (user-24-214-56-129.knology.net [24.214.56.129]) by hub.freebsd.org (Postfix) with ESMTP id 2E6EC37B4EC for ; Tue, 20 Feb 2001 16:39:21 -0800 (PST) (envelope-from dkelly@grumpy.dyndns.org) Received: from localhost (localhost [127.0.0.1]) by grumpy.dyndns.org (8.11.2/8.11.2) with ESMTP id f1L0clm04361; Tue, 20 Feb 2001 18:38:47 -0600 (CST) (envelope-from dkelly@grumpy.dyndns.org) Message-Id: <200102210038.f1L0clm04361@grumpy.dyndns.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: "Randy B. Lim" Cc: questions@FreeBSD.ORG From: David Kelly Subject: Re: How to change the tape size in the dump command In-reply-to: Message from "Randy B. Lim" of "Tue, 20 Feb 2001 15:38:45 GMT." <3A928F85.2BBBC1BE@aht.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 20 Feb 2001 18:38:47 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Randy B. Lim" writes: > Hi, > > I got a 30 GB IDE tape (/dev/nht0) and I want to dump 4GB /root partition to > the tape. How to use the dump command to let the 4GB dumped to one single > tape? Add an "a" to your dump options. -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 16:40: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nwlynx.network-lynx.net (nwlynx.network-lynx.net [63.122.185.99]) by hub.freebsd.org (Postfix) with ESMTP id 04EAB37B491 for ; Tue, 20 Feb 2001 16:40:01 -0800 (PST) (envelope-from Don@Silver-Lynx.com) Received: from Silver-Lynx.com (doze-1.network-lynx.net [63.122.185.106]) by nwlynx.network-lynx.net (8.11.1/8.9.3/Who.Cares) with ESMTP id f1L0eAH87678 for ; Tue, 20 Feb 2001 17:40:10 -0700 (MST) (envelope-from Don@Silver-Lynx.com) Message-ID: <3A930E61.3632A279@Silver-Lynx.com> Date: Tue, 20 Feb 2001 17:40:01 -0700 From: Don Wilde X-Mailer: Mozilla 4.72 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: tcsetaddr Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, folks - I'm trying to use tcsetaddr and tcgetaddr as Stevens does in Adv. Unix System Prog., chapter 11, on a 4.2-STABLE system, but my compile fails on link, saying that these are 'undefined references'. I looked around, and I see the main.c function for getty using it. What am I missing? Please cc: me directly. -- Don Wilde Don@Silver-Lynx.com Silver Lynx Embedded Microsystems Architects 2218 Southern Bl. Ste. 12 Rio Rancho, NM 87124 505-891-4175 FAX 891-4185 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 16:40:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from doheny.beach.net (doheny.beach.net [206.16.184.191]) by hub.freebsd.org (Postfix) with ESMTP id 2143A37B4EC for ; Tue, 20 Feb 2001 16:40:40 -0800 (PST) (envelope-from scott@doheny.beach.net) Received: from localhost (scott@localhost) by doheny.beach.net (8.10.0.Beta12/8.10.0.Beta12) with ESMTP id f1L0eHB55195; Tue, 20 Feb 2001 16:40:17 -0800 (PST) Date: Tue, 20 Feb 2001 16:40:16 -0800 (PST) From: "Scott B. Gale" To: "Randy B. Lim" Cc: questions@FreeBSD.ORG Subject: Re: How to change the tape size in the dump command In-Reply-To: <3A928F85.2BBBC1BE@aht.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 20 Feb 2001, Randy B. Lim wrote: > Hi, > > I got a 30 GB IDE tape (/dev/nht0) and I want to dump 4GB /root partition to > the tape. How to use the dump command to let the 4GB dumped to one single > tape? If the -a "auto-size" option isn't working to get dump to size the tape properly you can use the -B option to specify how many 1k blocks the tape will hold. For instance, to do a level zero backup of my root partition (with device name /dev/da0s1a) onto a 30 GB tape in device /dev/nht0 I would use the following command: dump -0u -B 30000000 -f /dev/nht0 /dev/da0s1a I've been told it is generally better practice to use the device name to specify the root partition rather than "/". You can get the device name by using the df command. > > Best Regards, > > -Randy > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Hope this helps! Scott B. Gale Dana Point Communications To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 16:42:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from grumpy.dyndns.org (user-24-214-56-129.knology.net [24.214.56.129]) by hub.freebsd.org (Postfix) with ESMTP id E4F8037B401 for ; Tue, 20 Feb 2001 16:42:25 -0800 (PST) (envelope-from dkelly@grumpy.dyndns.org) Received: from localhost (localhost [127.0.0.1]) by grumpy.dyndns.org (8.11.2/8.11.2) with ESMTP id f1L0fnm04381; Tue, 20 Feb 2001 18:41:49 -0600 (CST) (envelope-from dkelly@grumpy.dyndns.org) Message-Id: <200102210041.f1L0fnm04381@grumpy.dyndns.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Martin McCormick Cc: questions@FreeBSD.ORG From: David Kelly Subject: Re: Freebsd Development Tools In-reply-to: Message from Martin McCormick of "Tue, 20 Feb 2001 16:04:50 CST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 20 Feb 2001 18:41:49 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Martin McCormick writes: > What compiler is usually found on a freebsd system? > Is it gcc or cc? > > Is there a command-line debugger if not gdb? % gcc --version 2.95.2 % cc --version 2.95.2 % gdb --version GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd". % -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 16:49: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by hub.freebsd.org (Postfix) with ESMTP id 6150A37B491 for ; Tue, 20 Feb 2001 16:48:56 -0800 (PST) (envelope-from scott@vicor-nb.com) Received: from muir.vicor-nb.com (muir.vicor-nb.com [208.206.78.49]) by mail.vicor-nb.com (Postfix) with ESMTP id 06D281B20C; Tue, 20 Feb 2001 16:48:56 -0800 (PST) Received: by muir.vicor-nb.com (Postfix, from userid 1035) id 83D4729A; Tue, 20 Feb 2001 16:48:55 -0800 (PST) Subject: Help with panic: page fault in FBSD 4.1.1 To: freebsd-questions@FreeBSD.ORG Date: Tue, 20 Feb 2001 16:48:55 -0800 (PST) Cc: milt@vicor-nb.com (milt), cayford@vicor-nb.com (Cayford Burrell), jpl@vicor-nb.com (John Lynch), jrh@vicor-nb.com (Josh Howard), scott@vicor-nb.com (Scott Macy), julian@vicor-nb.com (Julian Elischer) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20010221004855.83D4729A@muir.vicor-nb.com> From: scott@vicor-nb.com (Scott Macy) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG We have been upgrading about 300 PCs at our clients production sites from FreeBSD 2.2.6 to FreeBSD 4.1.1. On two of the oldest machines we have had frequent (daily or so) Kernel crashes with "panic: page fault". We have two kernel core dumps which show the exact same stack trace. We are not seeing these crashes on the newer machines with 4.1.1 running the same application, and the machines that are crashing were stable under 2.2.6. I've looked though the mail archives, and the GNATS database and not found a match to our problem. What's going on?? What can we do to elminate the crashes?? Is there some Kernel config setting that might be causing the problem? Is there another option than "buy new hw?" Some Details: The machines that are crashing are "server" machines, with 6x60GB RAIDs, mostly running our own "QFT" (Quick File Transfer) daemons that do *lots* of network and disk IO. The crashing machines are Pentuim (Pro?) 200's (see dmesg below). We are not seeing the same crash problem on user workstations that are of the same vintage, same OS, but not as heavily loaded. We swapped hardware on one of these older machines with a newer one, and the problem went away when the same disk was used with Pentium II 350 CPU. We now have trapped two kernel core dumps and both give exactly the same information. Below is Kernel Debug Stack Trace info, then Dmesg info. The process that is running at the time of the panic is qftListener, which is the QFT daemon mentioned above. We have two core dumps, both time's it's in a qftListener "open()" call. Thanks, -Scott Macy Gory Details: =================================================================== bigwoop Feb 20 10:54am ~cayford/oos0b_crash 107: gdb -k kern* vm* GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"... (no debugging symbols found)... IdlePTD 4358144 initial pcb at 387100 panicstr: page fault panic messages: --- Fatal trap 12: page fault while in kernel mode fault virtual address = 0x14 fault code = supervisor read, page not present instruction pointer = 0x8:0xc015129b stack pointer = 0x10:0xc8f58a08 frame pointer = 0x10:0xc8f58a70 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 22304 (qftListener) interrupt mask = trap number = 12 panic: page fault syncing disks... 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 giving up on 26 buffers Uptime: 1d9h32m48s (da1:ahc1:0:0:0): Synchronize cache failed, status == 0x34, scsi status == 0x0 (da2:ahc1:0:1:0): Synchronize cache failed, status == 0xb, scsi status == 0x0 (da3:ahc1:0:2:0): Synchronize cache failed, status == 0xb, scsi status == 0x0 dumping to dev #da/0x20001, offset 1310720 dump 128 127 126 125 124 123 122 121 120 119 118 117 116 115 114 113 112 111 110 109 108 107 106 105 104 103 102 101 100 99 98 97 96 95 94 93 92 91 90 89 88 87 86 85 84 83 82 81 80 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 3 3 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 --- #0 0xc0193748 in boot () (kgdb) bt #0 0xc0193748 in boot () #1 0xc0193acc in poweroff_wait () #2 0xc02ede85 in trap_fatal () #3 0xc02edb5d in trap_pfault () #4 0xc02ed717 in trap () #5 0xc015129b in ahc_action () #6 0xc012650f in xpt_run_dev_sendq () #7 0xc01258ff in xpt_action () #8 0xc012cd60 in dastart () #9 0xc01262b8 in xpt_run_dev_allocq () #10 0xc01261e7 in xpt_schedule () #11 0xc012c2c8 in dastrategy () #12 0xc019c9e9 in diskstrategy () #13 0xc01c8ed0 in spec_strategy () #14 0xc01c89a5 in spec_vnoperate () #15 0xc0292ddd in ufs_vnoperatespec () #16 0xc0292845 in ufs_strategy () #17 0xc0292dad in ufs_vnoperate () #18 0xc01b61e6 in bread () #19 0xc0289653 in ffs_blkatoff () #20 0xc028dfe9 in ufs_lookup () #21 0xc0292dad in ufs_vnoperate () #22 0xc01b9bf9 in vfs_cache_lookup () ---Type to continue, or q to quit--- #23 0xc0292dad in ufs_vnoperate () #24 0xc01bc988 in lookup () #25 0xc01bc484 in namei () #26 0xc01c490a in vn_open () #27 0xc01c0c85 in open () #28 0xc02ee131 in syscall2 () #29 0xc02dfca5 in Xint0x80_syscall () #30 0x8050a69 in ?? () #31 0x8051a98 in ?? () #32 0x804a46d in ?? () (kgdb) h =================================================================== Dmesg: Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.1.1-RELEASE #0: Tue Sep 26 00:46:59 GMT 2000 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/GENERIC Timecounter "i8254" frequency 1193182 Hz CPU: Pentium/P55C (200.46-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x544 Stepping = 4 Features=0x8001bf real memory = 134217728 (131072K bytes) avail memory = 126521344 (123556K bytes) Preloaded elf kernel "kernel" at 0xc0416000. Intel Pentium detected, installing workaround for F00F bug md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xf000-0xf00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0x6400-0x641f irq 11 at device 7.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 chip1: port 0x5f00-0x5f0f at device 7.3 on pci0 ahc0: port 0x6800-0x68ff mem 0xe4100000-0xe4100fff irq 10 at device 9.0 on pci0 aic7880: Wide Channel A, SCSI Id=7, 16/255 SCBs ahc1: port 0x6c00-0x6cff mem 0xe4102000-0xe4102fff irq 5 at device 10.0 on pci0 aic7880: Wide Channel A, SCSI Id=7, 16/255 SCBs pci0: at 11.0 irq 9 fxp0: port 0x7000-0x701f mem 0xe4000000-0xe40fffff,0xe4101000-0xe4101fff irq 11 at device 12.0 on pci0 fxp0: Ethernet address 00:a0:c9:5b:f7:78 eisa0: on motherboard eisa0: unknown card ADP7881 (0x04907881) at slot 6 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> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 Waiting 15 seconds for SCSI devices to settle da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 10.000MB/s transfers (10.000MHz, offset 15) da0: 8683MB (17783112 512 byte sectors: 255H 63S/T 1106C) da1 at ahc1 bus 0 target 0 lun 0 da1: Fixed Direct Access SCSI-2 device da1: 20.000MB/s transfers (10.000MHz, offset 8, 16bit) da1: 61220MB (125380096 512 byte sectors: 255H 63S/T 7804C) da2 at ahc1 bus 0 target 1 lun 0 da2: Fixed Direct Access SCSI-2 device da2: 20.000MB/s transfers (10.000MHz, offset 8, 16bit) da2: 61220MB (125380096 512 byte sectors: 255H 63S/T 7804C) da3 at ahc1 bus 0 target 2 lun 0 da3: Fixed Direct Access SCSI-2 device da3: 20.000MB/s transfers (10.000MHz, offset 8, 16bit) da3: 61220MB (125380096 512 byte sectors: 255H 63S/T 7804C) Mounting root from ufs:/dev/da0s1a WARNING: / was not properly dismounted =================================================================== And /var/log/messages give no hit to the problem: =================================================================== Feb 15 20:12:26 oos0b inetd[149]: ntalk/udp: no such user 'tty', service ignored Feb 15 20:19:49 oos0b ntpd[105]: time reset -6.935659 s Feb 15 20:19:49 oos0b ntpd[105]: kernel pll status change 2041 Feb 16 22:46:37 oos0b mountd[112]: umountall request from 192.168.40.39 from unprivileged port Feb 16 22:46:40 oos0b mountd[112]: umountall request from 192.168.40.39 from unprivileged port Feb 16 22:50:30 oos0b mountd[112]: umountall request from 192.168.40.39 from unprivileged port Feb 16 22:50:34 oos0b mountd[112]: umountall request from 192.168.40.39 from unprivileged port Feb 16 23:41:17 oos0b mountd[112]: umountall request from 192.168.40.39 from unprivileged port Feb 16 23:50:57 oos0b last message repeated 3 times Feb 16 23:54:51 oos0b mountd[112]: umountall request from 192.168.40.39 from unprivileged port Feb 17 07:29:58 oos0b /kernel: Copyright (c) 1992-2000 The FreeBSD Project. Feb 17 07:29:58 oos0b /kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 Feb 17 07:29:58 oos0b /kernel: The Regents of the University of California. All rights reserved. Feb 17 07:29:58 oos0b /kernel: FreeBSD 4.1.1-RELEASE #0: Tue Sep 26 00:46:59 GMT 2000 Feb 17 07:29:58 oos0b /kernel: jkh@narf.osd.bsdi.com:/usr/src/sys/compile/GENERIC Feb 17 07:29:58 oos0b /kernel: Timecounter "i8254" frequency 1193182 Hz Feb 17 07:29:58 oos0b /kernel: CPU: Pentium/P55C (200.46-MHz 586-class CPU) Feb 17 07:29:58 oos0b /kernel: Origin = "GenuineIntel" Id = 0x544 Stepping = 4 Feb 17 07:29:58 oos0b /kernel: Features=0x8001bf Feb 17 07:29:58 oos0b /kernel: real memory = 134217728 (131072K bytes) Feb 17 07:29:58 oos0b /kernel: avail memory = 126521344 (123556K bytes) Feb 17 07:29:58 oos0b /kernel: Preloaded elf kernel "kernel" at 0xc0416000. Feb 17 07:29:58 oos0b /kernel: Intel Pentium detected, installing workaround for F00F bug Feb 17 07:29:58 oos0b /kernel: md0: Malloc disk .... etc with reboot. Feb 17 07:29:59 oos0b /kernel: Mounting root from ufs:/dev/da0s1a Feb 17 07:29:59 oos0b savecore: reboot after panic: page fault Feb 17 07:29:59 oos0b savecore: /var/crash/bounds: No such file or directory Feb 17 07:29:59 oos0b savecore: writing core to /var/crash/vmcore.0 Feb 17 07:30:48 oos0b savecore: writing kernel to /var/crash/kernel.0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 16:51:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from grumpy.dyndns.org (user-24-214-56-129.knology.net [24.214.56.129]) by hub.freebsd.org (Postfix) with ESMTP id 27A7637B4EC for ; Tue, 20 Feb 2001 16:51:51 -0800 (PST) (envelope-from dkelly@grumpy.dyndns.org) Received: from localhost (localhost [127.0.0.1]) by grumpy.dyndns.org (8.11.2/8.11.2) with ESMTP id f1L0pHm04406; Tue, 20 Feb 2001 18:51:17 -0600 (CST) (envelope-from dkelly@grumpy.dyndns.org) Message-Id: <200102210051.f1L0pHm04406@grumpy.dyndns.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: "Richard Morte" Cc: freebsd-questions@FreeBSD.ORG From: David Kelly Subject: Re: DHCP [ WAS: Problem Adding 2nd NIC] In-reply-to: Message from "Richard Morte" of "Tue, 20 Feb 2001 23:28:43 GMT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 20 Feb 2001 18:51:17 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Richard Morte" writes: > OK everyone, > > Resolved the problem with the NIC - just wasn't compatible, so I swapped it > for a spare FA310 and all is well - I now have pn0 and pn1. The FA311 has > now gone into a windows machine! > > Now I have a new problem: I've added the line: > ifconfig_pn1="DHCP" > into rc.conf > > On reboot I get the message: > ifconfig: DHCP: Bad value > and, of course, no IP address is set for the NIC. > > However if I run : > dhclient pn1 > from the command prompt, I am provided with an IP address by the remote host > and I can ping the world. I'm running 3.2 - any idea what should be put in > rc.conf to start DHCP client at each re-boot? First I would try "ifconfig -l" to see if it lists your NICs. Then I'd look into /etc/rc.network and discover when dhclient is run it is started once only for all DHCP interfaces at the same time. Possibly like this for you: dhclient pn0 pn1 I'd try that in my keyboard single-stepping to see where the problem is happening. I wonder if its asking the DHCP server on pn0 for an address to use on pn1, and is being refused. That is, if you use DHCP on both. -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 16:57:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from christel.heitec.net (christel.heitec.net [193.101.232.3]) by hub.freebsd.org (Postfix) with ESMTP id 0C0E137B491 for ; Tue, 20 Feb 2001 16:57:50 -0800 (PST) (envelope-from bdluevel@heitec.net) Received: from heitec.net (paladin.heitec.net [193.101.232.30]) by christel.heitec.net (Postfix) with ESMTP id A11EFB8102; Wed, 21 Feb 2001 01:57:47 +0100 (CET) Message-ID: <3A93128B.A06A8A7A@heitec.net> Date: Wed, 21 Feb 2001 01:57:47 +0100 From: Bernd Luevelsmeyer X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: Ronald Klop Cc: freebsd-questions@freebsd.org Subject: Re: shell command to make tcp connection? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ronald Klop wrote: > > Hello. > > I'm looking for a programm to use in a shell script to make a tcp > connection. On another unix machine I ones used a programm called > mconnect, but I can't find it on the freebsd base system nor in the > ports collection. Is there something similar? If yes, what is the > name of the programm? > > Greetings, Ronald. > > PS: I'm using FreeBSD 4.1.1-RELEASE, but I don't think that's very > important for this question? Either use 'netcat' (port net/netcat), or use the portal filesystem ("options PORTAL" in the kernel script. I like the portal FS very much, it's such an elegant solution to have the network in the file system tree. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 17:14: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pemaquid.safeport.com (pemaquid.safeport.com [204.156.12.58]) by hub.freebsd.org (Postfix) with ESMTP id 2A3A237B503 for ; Tue, 20 Feb 2001 17:14:01 -0800 (PST) (envelope-from doug@safeport.com) Received: from localhost (doug@localhost) by pemaquid.safeport.com (8.11.1/8.11.1) with ESMTP id f1L1Dhx28961; Tue, 20 Feb 2001 20:13:43 -0500 (EST) (envelope-from doug@safeport.com) X-Authentication-Warning: pemaquid.safeport.com: doug owned process doing -bs Date: Tue, 20 Feb 2001 20:13:43 -0500 (EST) From: To: Rodrick Brown Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD Dialin setup In-Reply-To: <852569F9.0054A446.00@Email.NewYorkLife.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 post this to freebsd-questions@FreeBSD.ORG. If you re running FreeBSD you should subscribe to at least the questions and stable mailing list. On Tue, 20 Feb 2001, Rodrick Brown wrote: > > This is a freebsd question I'm having a very difficult time setting up my 4.2 > box for dialin support. > > The following was enabled in my /etc/ttys > ttyd2 "/usr/libexec/getty std.57600" dialup on secure > > # kill -1 1 > > Now for some reason when trying to dial into my freebsd 4.2 box it doesnt not > seem to pick up the connection it > just keeps ringing anyone here know if freebsd getty supports modems by default > ? or should I use mgetty ? > Basically I printed out the man pages and spent quite some time trying to get > this to work, anyone here setup this > up on freebsd before can give me a some help I will really appreciate it. > > $ dmesg | grep sio2 > sio2: at port 0x2f8-0x2ff irq > 3 on isa0 > sio2: type 16550A > > $ ps aux | grep 57600 > root 226 0.0 0.8 920 600 ?? I Mon12AM 0:00.01 > /usr/libexec/getty std.57600 ttyd2 > > > $ cat /etc/ppp/options > crtscts > domain frenzy.net > passive > modem > proxyarp > +pap > > $ cat /etc/ppp/pap-secrets > dreamcast * dreamcast > > $ cat /etc/ppp/options.ttyd2 > 10.0.0.1:10.0.0.100 > > - Rodrcik Brown > - Unix Systems Administrator > - The New York Life Insurance Company > - www.newyorklife.com > > > > --------------------------------------------------------------------- > Searchable Archive: http://www.nexial.com/cgi-bin/bsdibody > To unsubscribe, e-mail: bsdi-users-unsubscribe@mailinglists.org > For additional commands, e-mail: bsdi-users-help@mailinglists.org > > _____ Douglas Denault doug@safeport.com Voice: 301-469-8766 Fax: 301-469-0601 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 17:20:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from prusa.dkm.cz (ms2.dkm.cz [62.24.64.6]) by hub.freebsd.org (Postfix) with ESMTP id 2FA1137B4EC for ; Tue, 20 Feb 2001 17:20:29 -0800 (PST) (envelope-from kutny@centrum.cz) Received: from Kutny (a56.dkm.cz [62.24.65.56]) by prusa.dkm.cz (8.9.3/8.9.3) with SMTP id CAA32154 for ; Wed, 21 Feb 2001 02:21:03 +0100 Reply-To: From: "Michal Kutnohorsky" To: Subject: problem with pci/sci 3com ethernet cards Date: Wed, 21 Feb 2001 02:18:27 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" 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.2615.200 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, i have one question about pci / sci ethernet cards. in my pc i had 1 3com card 3c509b during instalation, i set up brodcast, ip, netmask etc. this card works ok. This card is SCI Now i had to add another 100MB 3com card type 3c505c due to my pc will be router and gateway. This card is PCI. So i inserted it to pc, but the kernel didnt detect the card, bios yes so i tried another card, again 3com type 3c509b 10MB SCI. Kernel found this card, but showed message about that the card isnt ready to be set UP. /i supposed that is caused the card hadnt set up ip, broadcast etc./ The kernel was continuing with detecting second card, it was ok, then it wrote message about setting hostname and at this point kernel STOPS and doesnt do nothing else, no error message, just nothing. Now im reading documentation about kompiling new kernel and im not sure if its neccessary to built new kernel or not. Final version of configuration should be 2 3com cards, 1st 3c509b 10MB SCI, 2nd 3c505c 100MB/10MB Please can you advice me with it, if its possible? Thank you very much michal Michal Kutnohorsky +420 608 88 18 47 e-mail: kutny@centrum.cz, michal.kutnohorsky@asp1000.com ICQ UIN 24864416 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 17:26:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from prusa.dkm.cz (ms2.dkm.cz [62.24.64.6]) by hub.freebsd.org (Postfix) with ESMTP id 07A5B37B4EC for ; Tue, 20 Feb 2001 17:26:51 -0800 (PST) (envelope-from kutny@centrum.cz) Received: from Kutny (a56.dkm.cz [62.24.65.56]) by prusa.dkm.cz (8.9.3/8.9.3) with SMTP id CAA00428 for ; Wed, 21 Feb 2001 02:27:26 +0100 Reply-To: From: "Michal Kutnohorsky" To: Subject: FW: problem with pci/sci 3com ethernet cards Date: Wed, 21 Feb 2001 02:24:50 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" 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.2615.200 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG im sorry, in last email what i sent were some mistakes, instead SCI should b e ISA of course, sorry for that hi, i have one question about pci / sci ethernet cards. in my pc i had 1 3com card 3c509b during instalation, i set up brodcast, ip, netmask etc. this card works ok. This card is ISA Now i had to add another 100MB 3com card type 3c505c due to my pc will be ro uter and gateway. This card is PCI. So i inserted it to pc, but the kernel didnt detect the card, bios yes so i tried another card, again 3com type 3c509b 10MB ISA. Kernel found this card, but showed message about that the card isnt ready to be set UP. /i supposed that is caused the card hadnt set up ip, broadcast et c./ The kernel was continuing with detecting second card, it was ok, then it wro te message about setting hostname and at this point kernel STOPS and doesnt do nothing else, no error message, just nothing. Now im reading documentation about kompiling new kernel and im not sure if i ts neccessary to built new kernel or not. Final version of configuration should be 2 3com cards, 1st 3c509b 10MB ISA, 2nd 3c505c 100MB/10MB Please can you advice me with it, if its possible? Thank you very much michal Michal Kutnohorsky +420 608 88 18 47 e-mail: kutny@centrum.cz, michal.kutnohorsky@asp1000.com ICQ UIN 24864416 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 17:45:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from prusa.dkm.cz (ms2.dkm.cz [62.24.64.6]) by hub.freebsd.org (Postfix) with ESMTP id EEC0C37B401 for ; Tue, 20 Feb 2001 17:45:25 -0800 (PST) (envelope-from kutny@centrum.cz) Received: from Kutny (a56.dkm.cz [62.24.65.56]) by prusa.dkm.cz (8.9.3/8.9.3) with SMTP id CAA02361 for ; Wed, 21 Feb 2001 02:46:02 +0100 Reply-To: From: "Michal Kutnohorsky" To: Subject: FW: problem with pci/sci 3com ethernet cards ------- CANCELED Date: Wed, 21 Feb 2001 02:43:25 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" 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.2615.200 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Once again, im sorry, please cancel my question. Its solved thank you very much origanaly email -------------------------------------------- hi, i have one question about pci / sci ethernet cards. in my pc i had 1 3com card 3c509b during instalation, i set up brodcast, ip, netmask etc. this card works ok. This card is ISA Now i had to add another 100MB 3com card type 3c505c due to my pc will be ro uter and gateway. This card is PCI. So i inserted it to pc, but the kernel didnt detect the card, bios yes so i tried another card, again 3com type 3c509b 10MB ISA. Kernel found this card, but showed message about that the card isnt ready to be set UP. /i supposed that is caused the card hadnt set up ip, broadcast et c./ The kernel was continuing with detecting second card, it was ok, then it wro te message about setting hostname and at this point kernel STOPS and doesnt do nothing else, no error message, just nothing. Now im reading documentation about kompiling new kernel and im not sure if i ts neccessary to built new kernel or not. Final version of configuration should be 2 3com cards, 1st 3c509b 10MB ISA, 2nd 3c505c 100MB/10MB Please can you advice me with it, if its possible? Thank you very much michal Michal Kutnohorsky +420 608 88 18 47 e-mail: kutny@centrum.cz, michal.kutnohorsky@asp1000.com ICQ UIN 24864416 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 17:46:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bryden.apana.org.au (bryden.apana.org.au [203.3.126.129]) by hub.freebsd.org (Postfix) with ESMTP id C0C9F37B401 for ; Tue, 20 Feb 2001 17:46:30 -0800 (PST) (envelope-from dougy@bryden.apana.org.au) Received: from roadrunner (roadrunner.apana.org.au [203.3.126.132]) by bryden.apana.org.au (8.11.1/8.11.1) with SMTP id f1L1jcE51916; Wed, 21 Feb 2001 11:45:40 +1000 (EST) (envelope-from dougy@bryden.apana.org.au) Message-ID: <007401c09ba8$187f97c0$847e03cb@apana.org.au> From: "Doug Young" To: , "Rodrick Brown" Cc: References: Subject: Re: FreeBSD Dialin setup Date: Wed, 21 Feb 2001 11:46:12 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.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 Unless you can comprehend the dreadful makefile that comes with mgetty I'd avoid it like the plague. The problem I've had with mgetty is that the AutoPPP function is broken & nothing short of a compile will (maybe) fix it. There was a report someplace that its been fixed in later versions but I haven't had the time to verify that. By far the best explanation of dialin setup I've found is in MAN PPP ... probably the ONLY man page thats halfway intelligible but then it was done largely by the arch guru of PPP ... what Brian Somers doesn't know about PPP isn't worth knowing. I found that infinitely more descriptive than eg the Handbook & Pedantic PPP. There are three different configs discussed ... the first is fiddly, the second works brlliantly for me with proper IPs but I've yet to get it running with NAT, & the third is a dog because it relies on mgetty. ----- Original Message ----- From: To: "Rodrick Brown" Cc: Sent: Wednesday, February 21, 2001 11:13 AM Subject: Re: FreeBSD Dialin setup > post this to freebsd-questions@FreeBSD.ORG. If you re running FreeBSD > you should subscribe to at least the questions and stable mailing list. > > On Tue, 20 Feb 2001, Rodrick Brown wrote: > > > > > This is a freebsd question I'm having a very difficult time setting up my 4.2 > > box for dialin support. > > > > The following was enabled in my /etc/ttys > > ttyd2 "/usr/libexec/getty std.57600" dialup on secure > > > > # kill -1 1 > > > > Now for some reason when trying to dial into my freebsd 4.2 box it doesnt not > > seem to pick up the connection it > > just keeps ringing anyone here know if freebsd getty supports modems by default > > ? or should I use mgetty ? > > Basically I printed out the man pages and spent quite some time trying to get > > this to work, anyone here setup this > > up on freebsd before can give me a some help I will really appreciate it. > > > > $ dmesg | grep sio2 > > sio2: at port 0x2f8-0x2ff irq > > 3 on isa0 > > sio2: type 16550A > > > > $ ps aux | grep 57600 > > root 226 0.0 0.8 920 600 ?? I Mon12AM 0:00.01 > > /usr/libexec/getty std.57600 ttyd2 > > > > > > $ cat /etc/ppp/options > > crtscts > > domain frenzy.net > > passive > > modem > > proxyarp > > +pap > > > > $ cat /etc/ppp/pap-secrets > > dreamcast * dreamcast > > > > $ cat /etc/ppp/options.ttyd2 > > 10.0.0.1:10.0.0.100 > > > > - Rodrcik Brown > > - Unix Systems Administrator > > - The New York Life Insurance Company > > - www.newyorklife.com > > > > > > > > --------------------------------------------------------------------- > > Searchable Archive: http://www.nexial.com/cgi-bin/bsdibody > > To unsubscribe, e-mail: bsdi-users-unsubscribe@mailinglists.org > > For additional commands, e-mail: bsdi-users-help@mailinglists.org > > > > > > _____ > Douglas Denault > doug@safeport.com > Voice: 301-469-8766 > Fax: 301-469-0601 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 18:21:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id D771137B401 for ; Tue, 20 Feb 2001 18:21:32 -0800 (PST) (envelope-from jonc@itouch.co.nz) Received: (from jonc@localhost) by itouch.co.nz (8.11.2/8.11.1) id f1L2LKk12199; Wed, 21 Feb 2001 15:21:20 +1300 (NZDT) (envelope-from jonc) Date: Wed, 21 Feb 2001 15:21:20 +1300 From: Jonathan Chen To: Don Wilde Cc: freebsd-questions@FreeBSD.ORG Subject: Re: tcsetaddr Message-ID: <20010221152120.A10691@itouchnz.itouch> References: <3A930E61.3632A279@Silver-Lynx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A930E61.3632A279@Silver-Lynx.com>; from Don@Silver-Lynx.com on Tue, Feb 20, 2001 at 05:40:01PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Feb 20, 2001 at 05:40:01PM -0700, Don Wilde wrote: > Hi, folks - > > I'm trying to use tcsetaddr and tcgetaddr as Stevens does in Adv. Unix > System Prog., chapter 11, on a 4.2-STABLE system, but my compile fails > on link, saying that these are 'undefined references'. I looked around, > and I see the main.c function for getty using it. What am I missing? You've spelled it wrong. It's tcsetattr(3), tcgetattr(3). jonc-~,3.19pm> cat a.c #include main () { struct termios buf; tcgetattr (0, &buf); } jonc-~,3.19pm> cc a.c jonc-~,3.19pm> -- Jonathan Chen ---------------------------------------------------------------------- Do not take life too seriously. You will never get out of it alive. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 18:51:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from akira.lanfear.com (akira.lanfear.com [208.12.11.174]) by hub.freebsd.org (Postfix) with ESMTP id C051D37B491 for ; Tue, 20 Feb 2001 18:51:34 -0800 (PST) (envelope-from mwlist@lanfear.com) Received: from sapporo.lanfear.com (h-64-105-36-216.snvacaid.covad.net [64.105.36.216]) by akira.lanfear.com (8.9.3/8.9.3) with SMTP id SAA21873; Tue, 20 Feb 2001 18:51:13 -0800 (PST) (envelope-from mwlist@lanfear.com) Date: Tue, 20 Feb 2001 18:51:13 -0800 (PST) From: Marc W Message-Id: <200102210251.SAA21873@akira.lanfear.com> To: "Alexey V. Neyman" , freebsd-questions@FreeBSD.ORG Subject: Re:Asus A7V133 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Mailer: Kiltdown 0.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I tried to install FreeBSD 4.2-R on a > Asus A7V133/Athlon Thunderbird 850MHz/Fujitsu MPE3136AH (udma/66), > and noticed the following: > the system installs and runs smoothly, when the hard disk is attached to > secondary (Promise UDMA100/RAID0) controller. When it's at primary > controller, it detects disk properly. But when it tries to write partition > data on it, it makes some tries like: > ad0: WRITE timeout tag=0 > ata0: resetting devices .. done > and then panics with message `going nowhere without my init'. > > Seems that new Asus A7V133 has broken primary IDE controller. Have anybody > met with something like this? I have an A7V133 here with a 1GHz processor on it, and have been running FreeBSD and SuSE 7.0 on it no problems. I have one IDE disk in it (20GB) and one 10GB SCSI Disk on a 2940. The only troubles I had with the machine were related to an old ELSA GLADIAC GeForce 2GTS card, which was a known problem. marc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 19:12: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from terraflux.com (terraflux.com [216.122.89.14]) by hub.freebsd.org (Postfix) with ESMTP id EB54237B401 for ; Tue, 20 Feb 2001 19:12:01 -0800 (PST) (envelope-from opi@pobox.com) Received: from maxime (sdsl-216-36-77-232.dsl.sjc.megapath.net [216.36.77.232]) by terraflux.com (8.9.3/8.9.3) with SMTP id TAA26092 for ; Tue, 20 Feb 2001 19:12:00 -0800 (PST) From: "Oliver Pitterling" To: Subject: Date: Tue, 20 Feb 2001 19:12:02 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 19:13: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.vkpc.com (cr1004613-a.rct1.bc.wave.home.com [24.113.38.121]) by hub.freebsd.org (Postfix) with SMTP id B66E037B4EC for ; Tue, 20 Feb 2001 19:13:06 -0800 (PST) (envelope-from danny@vkpc.com) Received: (qmail 5741 invoked from network); 21 Feb 2001 03:13:06 -0000 Received: from unknown (HELO diaspora) (192.168.1.10) by www.1.168.192.in-addr.arpa with SMTP; 21 Feb 2001 03:13:06 -0000 From: "Danny Yoo" To: Subject: RE: questions-digest V5 #125 Date: Tue, 20 Feb 2001 19:17:01 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG unsubscribe freebsd-questions To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 19:44: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from onus.us.checkpoint.com (onus.us.checkpoint.com [205.163.57.65]) by hub.freebsd.org (Postfix) with ESMTP id 5831237B4EC for ; Tue, 20 Feb 2001 19:44:04 -0800 (PST) (envelope-from cryptotech@gmx.de) Received: from us.checkpoint.com (oak.us.checkpoint.com [206.86.35.94]) by onus.us.checkpoint.com (8.10.1/8.10.1/CPmx/1.3.0) with ESMTP id f1L3i2Z04887; Tue, 20 Feb 2001 19:44:02 -0800 (PST) Received: from gmx.de (localhost [127.0.0.1]) by us.checkpoint.com (8.9.3+Sun/8.9.3/CPoak/1.5.1) with ESMTP id TAA15308; Tue, 20 Feb 2001 19:43:35 -0800 (PST) Message-ID: <3A933747.B7C51B4@gmx.de> Date: Tue, 20 Feb 2001 22:34:31 -0500 From: CryptoTech Reply-To: cryptotech@gmx.de X-Mailer: Mozilla 4.72 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Langa Kentane Cc: "Firewall-1 Mailing List (E-mail)" , "Linux Admin Mailing List (E-mail)" , "'questions@freebsd.org'" Subject: Re: [FW1] Port numbers References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG http://www.cis.ohio-state.edu/htbin/rfc/rfc1700.html Langa Kentane wrote: > Where can I get a comprehensive list of port numbers. > Thanks > > _________________________________________________________ > Langa Kentane | Tel: [011] 290 3218 > Security Administrator | Cell: 082 606 1515 > [CNA MCSE CCSA CCNA] | www.discoveryhealth.co.za > _________________________________________________________ > > ================================================================================ > To unsubscribe from this mailing list, please see the instructions at > http://www.checkpoint.com/services/mailing.html > ================================================================================ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 19:50:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.cbn.net.id (smtp1.cbn.net.id [202.158.2.51]) by hub.freebsd.org (Postfix) with ESMTP id A612437B4EC for ; Tue, 20 Feb 2001 19:50:24 -0800 (PST) (envelope-from dmaulana@cbn.net.id) Received: from libra (unknown [202.158.50.217]) by smtp1.cbn.net.id (Postfix) with SMTP id 3CC29535CE for ; Wed, 21 Feb 2001 10:50:18 +0700 (JAVT) Message-ID: <000801c09bba$3ae396b0$2304400a@libra> From: "Donny Maulana" To: Subject: Partition FreeBSD Date: Wed, 21 Feb 2001 10:56:11 +0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C09BF4.E720DCF0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C09BF4.E720DCF0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Dear All, I'm still cannot create partition at OS freeBSD with error message: " Warning ! unable to swap to /dev/ad0s2b : invalid argument this may = couse the installation=20 to fail at some point if you dont't have a lot of memory. " "Unable to make new root file system on /dev/rad0s2a command returnet status 1 " I have OS windows 2000, with partition ntfs, and I want splitte with OS = freeBSD with one hardisk please bear with me thank you and regards, donny ------=_NextPart_000_0005_01C09BF4.E720DCF0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Dear All,
 
I'm still cannot create partition at OS = freeBSD=20 with error message:
" Warning ! unable to swap to = /dev/ad0s2b : invalid=20 argument this may couse the installation
  to  fail at some = point
  if you dont't have a lot of = memory.=20 "
 
"Unable to make new root  file = system =20 on  /dev/rad0s2a
  command returnet status 1 = "
 
I have OS windows 2000, with partition = ntfs, and I=20 want splitte with OS freeBSD with one hardisk
 
please bear with me
 
thank you and regards,
donny
------=_NextPart_000_0005_01C09BF4.E720DCF0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 19:55:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 9851837B491 for ; Tue, 20 Feb 2001 19:55:25 -0800 (PST) (envelope-from mwm@mired.org) Received: (qmail 15467 invoked by uid 100); 21 Feb 2001 03:55:24 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14995.15404.696263.57091@guru.mired.org> Date: Tue, 20 Feb 2001 21:55:24 -0600 To: Bernd Luevelsmeyer Cc: questions@freebsd.org Subject: Re: shell command to make tcp connection? In-Reply-To: <77984806@toto.iv> X-Mailer: VM 6.89 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Bernd Luevelsmeyer types: > Ronald Klop wrote: > > I'm looking for a programm to use in a shell script to make a tcp > > connection. On another unix machine I ones used a programm called > > mconnect, but I can't find it on the freebsd base system nor in the > > ports collection. Is there something similar? If yes, what is the > > name of the programm? > Either use 'netcat' (port net/netcat), or use the portal filesystem > ("options PORTAL" in the kernel script. I like the portal FS very much, > it's such an elegant solution to have the network in the file system > tree. While I agree completely about having the network in the file system name space, my copy of LINT says: # NB: The NULL, PORTAL, UMAP and UNION filesystems are known to be # buggy, and WILL panic your system if you attempt to do anything with # them. They are included here as an incentive for some enterprising # soul to sit down and fix them. Have you by chance fixed the portal file system? http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 19:59: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bryden.apana.org.au (bryden.apana.org.au [203.3.126.129]) by hub.freebsd.org (Postfix) with ESMTP id 4A09037B4EC for ; Tue, 20 Feb 2001 19:58:55 -0800 (PST) (envelope-from dougy@bryden.apana.org.au) Received: from roadrunner (roadrunner.apana.org.au [203.3.126.132]) by bryden.apana.org.au (8.11.1/8.11.1) with SMTP id f1L3wUE52351; Wed, 21 Feb 2001 13:58:31 +1000 (EST) (envelope-from dougy@bryden.apana.org.au) Message-ID: <00da01c09bba$a5429380$847e03cb@apana.org.au> From: "Doug Young" To: "Donny Maulana" , References: <000801c09bba$3ae396b0$2304400a@libra> Subject: Re: Partition FreeBSD Date: Wed, 21 Feb 2001 13:59:06 +1000 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00D5_01C09C0E.747258E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_00D5_01C09C0E.747258E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I don't recall reading about any /dev/rad0s2a .... or is that just a = typo & you really meant=20 /dev/ad0s2a ?? As far as I know IDE drives have "ad0sxx" type names & SCSI ones have = "sd0sxx" type ones .. maybe you problem is as simple as a typo ?? ----- Original Message -----=20 From: Donny Maulana=20 To: questions@FreeBSD.ORG=20 Sent: Wednesday, February 21, 2001 1:56 PM Subject: Partition FreeBSD Dear All, I'm still cannot create partition at OS freeBSD with error message: " Warning ! unable to swap to /dev/ad0s2b : invalid argument this may = couse the installation=20 to fail at some point if you dont't have a lot of memory. " "Unable to make new root file system on /dev/rad0s2a command returnet status 1 " I have OS windows 2000, with partition ntfs, and I want splitte with = OS freeBSD with one hardisk please bear with me thank you and regards, donny ------=_NextPart_000_00D5_01C09C0E.747258E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I don't recall reading about any = /dev/rad0s2a ....=20 or is that just a typo & you really meant
/dev/ad0s2a ??
 
As far as I know IDE drives have = "ad0sxx" type=20 names & SCSI ones have "sd0sxx" type ones ..
maybe you problem is as simple as a = typo=20 ??
 
----- Original Message -----
From:=20 Donny=20 Maulana
Sent: Wednesday, February 21, = 2001 1:56=20 PM
Subject: Partition = FreeBSD

Dear All,
 
I'm still cannot create partition at = OS freeBSD=20 with error message:
" Warning ! unable to swap to = /dev/ad0s2b :=20 invalid argument this may couse the installation
  to  fail at some = point
  if you dont't have a lot of = memory.=20 "
 
"Unable to make new root  file = system =20 on  /dev/rad0s2a
  command returnet status 1 = "
 
I have OS windows 2000, with = partition ntfs, and=20 I want splitte with OS freeBSD with one hardisk
 
please bear with me
 
thank you and regards,
donny
------=_NextPart_000_00D5_01C09C0E.747258E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 20:45: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pearlweb.com (pearlweb.com [207.159.130.51]) by hub.freebsd.org (Postfix) with ESMTP id 9575937B491 for ; Tue, 20 Feb 2001 20:44:57 -0800 (PST) (envelope-from kevin@pearlweb.com) Received: from tron (216-99-205-132.cust.aracnet.com [216.99.205.132]) by pearlweb.com (8.9.3/8.9.3) with SMTP id UAA13932 for ; Tue, 20 Feb 2001 20:44:52 -0800 (PST) From: "kevin@pearlweb.com" Message-ID: <001101c09bc2$02afa4c0$84cd63d8@pearlweb.com> Reply-To: To: Subject: jail / quota Date: Tue, 20 Feb 2001 20:51:51 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I feel I have exauhsted all other resources, (mail list, newsgroups, irc, friends, etc.). I haven't been able to get quotas to work inside a 'jail'. Is there any possibility work is or will be done to get quotas to work inside a jail? Thanks for your time, Kevin kevin@pearlweb.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 21:14:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id E16B237B401 for ; Tue, 20 Feb 2001 21:14:43 -0800 (PST) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f1L5EN718645; Tue, 20 Feb 2001 21:14:23 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Nathan Vidican" , Subject: RE: unix tar for windows from DAT tape (was: unix tar for windows) Date: Tue, 20 Feb 2001 21:14:23 -0800 Message-ID: <001f01c09bc5$2706e600$1401a8c0@tedm.placo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <200102201701.MAA96499@mail2.wmptl.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tar98 from http://www.objectfusion.com/ will read and write tar tapes on Windows NT from a tapedrive on the NT system. Never used it, YMMV Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Nathan Vidican > Sent: Tuesday, February 20, 2001 9:02 AM > To: questions@FreeBSD.ORG > Subject: unix tar for windows from DAT tape (was: unix tar for windows) > > > We need to read a tar archive from a Seagate SCSI DAT, (DDS 24gig), > that was written using Sun Solaris/HPUX/SGI Irix, (obviously more than > one tape - point being they are all written using tar). Normally we > would un-tar these tapes from a sparcstation, using 'tar > xvf /dev/rmt/0mn', we would like to eventually utilize P.C.'s instead > of these machines. > Two possible solutions include a- running some sort of Unix system, > (FreeBSD or Solaris x86), on a dual-booting machine to un-tar the files > from a P.C., or b- find some sort of utility that will allow us to read > the tar-written tapes from Windows 95/Windows NT. > The latter of the two solutions is preferable, so just figured I'd > ask around to see if anyone knows of such a utility. We posted a > similar request earlier today, but all of the replies received thus far > are for utilities that will read tar files, (eg something.tar), which > is not what our intent was. > In short - need something to read unix tar DAT tapes from P.C. > > > -- > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 21:33:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.cybersurf.net (smtp2.cybersurf.net [209.197.145.112]) by hub.freebsd.org (Postfix) with ESMTP id 8B3E937B401 for ; Tue, 20 Feb 2001 21:33:21 -0800 (PST) (envelope-from 01031149@3web.net) Received: from 3web.net ([209.197.153.162]) by smtp2.cybersurf.net (Netscape Messaging Server 4.15) with SMTP id G93E3I00.FZV for ; Tue, 20 Feb 2001 22:33:18 -0700 Date: Tue, 20 Feb 2001 06:38:33 -0700 From: Duke Normandin <01031149@3web.net> To: Freebsd Questions Subject: Xfree86 & Trident TVGA card problem Message-ID: <20010220063832.A72885@MANDY> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have an old Trident TVGA video card on my 3.3R box. I've decided to try to set up X-Windows, but first I need to find some online docs for this card outlining its dip switch and jumper settings. Anybody have a URL for a site that provide a "database" for various settings for legacy hardware? Tia... -- -duke Calgary, Alberta, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 21:50:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (pop.gmx.de [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id 1C19B37B491 for ; Tue, 20 Feb 2001 21:50:49 -0800 (PST) (envelope-from bunthaaar@gmx.net) Received: (qmail 2833 invoked by uid 0); 21 Feb 2001 05:50:45 -0000 Received: from 207-172-52-191.s191.tnt1.brd.va.dialup.rcn.com (HELO gmx.net) (207.172.52.191) by mail.gmx.net (mail09) with SMTP; 21 Feb 2001 05:50:45 -0000 Message-ID: <3A93550F.8E0770C@gmx.net> Date: Wed, 21 Feb 2001 00:41:35 -0500 From: jan X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.4.0 i686) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: new kernel installation - permission problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! I have installed freebsd 4.2 on my system and re-compiled the kernel. This is a 'new' box and i didn't know that it's something else than a i586 but I only added 'cpu i586' to the kernel config, because of this i get a kernel panic. Well, no problem. I just press some button when freebsd starts to load and do 'unload' and 'load kernel.GENERIC' and 'boot' then I re-compiled my kernel again but the permissions on /kernel are only rx for everyone. When I do 'make install' I get a permission error, I'm root while installing the kernel. I also tried to delete /kernel manually but again got a permission error - any ideas? thanks, jan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 21:59:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail10.speakeasy.net (mail10.speakeasy.net [216.254.0.210]) by hub.freebsd.org (Postfix) with SMTP id A6BCF37B503 for ; Tue, 20 Feb 2001 21:59:50 -0800 (PST) (envelope-from powers@b2pi.com) Received: (qmail 28320 invoked from network); 21 Feb 2001 05:59:17 -0000 Received: from unknown (HELO Sophie.B2Pi.com) ([216.254.64.186]) (envelope-sender ) by mail10.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 21 Feb 2001 05:59:17 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Brent B.Powers To: freebsd-questions@freebsd.org Subject: With natd server, can't hit my own static IP's X-Mailer: VM 6.72 under 21.2 (beta34) "Molpe" XEmacs Lucid Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings. With no small amount of help from this list a month or so ago, I came up with an architechture with one gateway with 8 static IP's. The seven of those that are aliased are forwarded via natd redirect_address commands to the correct internal servers. Pictorially: | | |-- 192.168.1.0 | | | | alias xxx.xxx.xxx.0 | |-- 192.168.1.1 | alias xxx.xxx.xxx.1 | | | alias xxx.xxx.xxx.2 | |-- 192.168.1.2 | alias xxx.xxx.xxx.3 | | | alias xxx.xxx.xxx.4 | |-- 192.168.1.3 | alias xxx.xxx.xxx.5 | | | alias xxx.xxx.xxx.6 | |-- 192.168.1.4 [INET] --- | DE0 xxx.xxx.xxx.7 RL0 |----[]-| | | |-- 192.168.1.5 | | | | | |-- 192.168.1.6 | | | | | |-- 192.168.1.7 Unfortunately, I've just noticed that I can't get to my own servers, i.e. If I'm sitting at the console of, say, 192.168.1.4, and the whole world knows that my webserver is at xxx.xxx.xxx.6. However, I can't get there. If I try to touch anything other than .7, I get .7 (so my webserver isn't found, for instance). I realize this is muddled, but I can't quite figure out how to clarify. Your patience is appreciated. Does anyone have any ideas on how I can get the natd to work on both interfaces of the gateway? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 22: 1:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from christel.heitec.net (christel.heitec.net [193.101.232.3]) by hub.freebsd.org (Postfix) with ESMTP id 3FD7437B491 for ; Tue, 20 Feb 2001 22:01:16 -0800 (PST) (envelope-from bdluevel@heitec.net) Received: from heitec.net (paladin.heitec.net [193.101.232.30]) by christel.heitec.net (Postfix) with ESMTP id 5D4C6B8102; Wed, 21 Feb 2001 07:01:15 +0100 (CET) Message-ID: <3A9359AB.617A067F@heitec.net> Date: Wed, 21 Feb 2001 07:01:15 +0100 From: Bernd Luevelsmeyer X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: Mike Meyer Cc: questions@freebsd.org Subject: Re: shell command to make tcp connection? References: <14995.15404.696263.57091@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 Mike Meyer wrote: > > Bernd Luevelsmeyer types: > > Ronald Klop wrote: > > > I'm looking for a programm to use in a shell script to make a tcp > > > connection. On another unix machine I ones used a programm called > > > mconnect, but I can't find it on the freebsd base system nor in the > > > ports collection. Is there something similar? If yes, what is the > > > name of the programm? > > Either use 'netcat' (port net/netcat), or use the portal filesystem > > ("options PORTAL" in the kernel script. I like the portal FS very much, > > it's such an elegant solution to have the network in the file system > > tree. > > While I agree completely about having the network in the file system > name space, my copy of LINT says: > > # NB: The NULL, PORTAL, UMAP and UNION filesystems are known to be > # buggy, and WILL panic your system if you attempt to do anything with > # them. They are included here as an incentive for some enterprising > # soul to sit down and fix them. I simply tried it, and it appears to work fine. I read the comment only after portalfs was compiled in and the first programs were running on it. Perhaps I wouldn't have tried otherwise :-) Note this only applies to portalfs; I did not try the others. Anyway, I can testify that "WILL panic your system" seems greatly exaggerated for portalfs. I'm running it (on 4.2-Stable) for months now, and didn't have a single crash. I'm not putting heavy loads on the portalfs though, simply because of a lack of applications that make use of it. Mostly I'm running some home-made shell scripts on it, grepping through /p/tcp/server/http and the like. It took me a while to figure out how to use it on the command line in pipes. The trick is to write the commands into stdin and then redirect only stdin to the portalfs, so you've still got stdout to pipe into the next command. This works in bash: ( echo "GET / HTTP/1.0" >&0 ; echo "" >&0 ; cat ) \ <> /p/tcp/server.over.there/http | grep -i something I want the unionfs, too. Because I don't trust it I'm using "mount -o union", and that seems to work fine too. It's not all the features of unionfs but for me it's good enough. I've got a big FTP area consisting of 5 disks now, one is /ftproot and the others are mounted together on /ftproot/pub . (ccd and vinum are not an option in this case because the disks must be accessible individually too.) So we've got unionfs "simulated" and portalfs "nativly". If we could now do without nullfs and umapfs, the problem seems to be solved? Hehe :-) > Have you by chance fixed the portal file system? I'm afraid I'm not proficient enough in file systems to even understand the sources. ioctls and all that makes me shudder. I'm going to look at them anyway just for fun, but don't expect fixes ;-) Have fun, Bernd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 22:33:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cair.stonehenge-net.com (dsl081-053-197-sfo1.dsl-isp.net [64.81.53.197]) by hub.freebsd.org (Postfix) with ESMTP id A7B2437B491 for ; Tue, 20 Feb 2001 22:33:35 -0800 (PST) (envelope-from ben@stonehenge-net.com) Received: from stonehenge-net.com (localhost [127.0.0.1]) by cair.stonehenge-net.com (8.11.2/8.11.1) with ESMTP id f1L6Xb502028 for ; Tue, 20 Feb 2001 22:33:37 -0800 (PST) (envelope-from ben@stonehenge-net.com) Message-ID: <3A936137.70207@stonehenge-net.com> Date: Tue, 20 Feb 2001 22:33:27 -0800 From: ben calvert User-Agent: Mozilla/5.0 (X11; U; FreeBSD 4.2-STABLE i386; en-US; 0.8) Gecko/20010219 X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: netatalk resources? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG am having what seems to be a classic problem with netatalk. i can log in as guest, but users cant. (am using the asun port) have tried adding -DSHADOWPW as recommended in the faq-o-matic, but this just causes the build to fail. have tried .passwd files, but this also doesn't seem to have any effect. when i search the archives on freebsd.org i see other people asking the same question, but apparently no one replied on-list, so i'm afraid i have to ask again :( thanks, ben To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 22:39:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from abaseen.lums.edu.pk (abaseen.lums.edu.pk [203.128.0.2]) by hub.freebsd.org (Postfix) with ESMTP id CE73637B401 for ; Tue, 20 Feb 2001 22:39:06 -0800 (PST) (envelope-from arsalan@lums.edu.pk) Received: from bolan.lums.edu.pk (bolan.lums.edu.pk [203.128.0.10]) by abaseen.lums.edu.pk (8.9.0/8.9.0) with ESMTP id LAA22507; Wed, 21 Feb 2001 11:36:22 +0500 (PKT) Received: from lab2pc42.lums.edu.pk (bscpc42.lums.edu.pk [172.28.11.172]) by bolan.lums.edu.pk with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id FKA144ZT; Wed, 21 Feb 2001 11:39:57 +0500 Message-Id: <5.0.0.25.0.20010221113538.00afc538@bolan.lums.edu.pk> X-Sender: 02020017@bolan.lums.edu.pk X-Mailer: QUALCOMM Windows Eudora Version 5.0 Date: Wed, 21 Feb 2001 11:39:53 +0500 To: freebsd-questions@FreeBSD.ORG From: Arsalan Ijaz Anwer Subject: FreeBSD on the new Intel 815e chipset Cc: ijazanwer@acer.co.ae 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 Dear FreeBSD users We are to purchase a new machine for use as a FreeBSD server. However our vendor wants to know whether FreeBSD has all the drivers and hardware support for the new Intel 815e Chipset, so that he may recommend us the appropriate machine. Your comments and help in this regards would be highly appreciated. Thankyou & regards Arsalan Ijaz Anwer Lahore University of Management Sciences Pakistan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 22:50:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id 9B32937B491 for ; Tue, 20 Feb 2001 22:50:13 -0800 (PST) (envelope-from question@closedsrc.org) Received: by q.closedsrc.org (Postfix, from userid 1002) id 03EB855407; Tue, 20 Feb 2001 22:44:50 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by q.closedsrc.org (Postfix) with ESMTP id E1A1151610 for ; Tue, 20 Feb 2001 22:44:50 -0800 (PST) Date: Tue, 20 Feb 2001 22:44:50 -0800 (PST) From: Linh Pham To: Subject: Mirroring a CVSup server Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, With more and more FreeBSD servers popping up in the company that I work for, I would like to mirror a CVSup server but make it available to only machines within our network or trusted machines. How would I go about setting up a CVSup server (like cvsup5.freebsd.org) and are there any documentation available on this topic? Also, how large is the entire CVSup server collection? I have a server with about 40GB of storage that I can dedicate to mirrored data. The machine has a Pentium Pro 200 with 256MB of RAM, SCSI RAID controller (which is supported and is working great) and 10/100 Ethernet. I know the bottleneck is the Internet connection. Any help would be greatful. TIA! -- Linh Pham [question@closedsrc.org] // 404b - Brain not found To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 23:37:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from palrel1.hp.com (palrel1.hp.com [156.153.255.242]) by hub.freebsd.org (Postfix) with ESMTP id F2C1437B401 for ; Tue, 20 Feb 2001 23:37:51 -0800 (PST) (envelope-from klui@cup.hp.com) Received: from hpcuhe.cup.hp.com (hpcuhe.cup.hp.com [15.0.80.203]) by palrel1.hp.com (Postfix) with ESMTP id 5B38FFC4; Tue, 20 Feb 2001 23:37:51 -0800 (PST) Received: from localhost (klui@localhost) by hpcuhe.cup.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit7.02) with ESMTP id XAA07141; Tue, 20 Feb 2001 23:37:44 -0800 (PST) Date: Tue, 20 Feb 2001 23:37:44 -0800 (PST) From: Ken Lui To: Lowell Gilbert Cc: freebsd-questions@freebsd.org Subject: Re: Question about arp for wakeonlan 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 19 Feb 2001, Lowell Gilbert wrote: > > So do I specify my local router's IP but my home PC's ethernet > > address? OK, I did this but I lost connection with my work machine. > > I'm unsure of how to set up a "proxy" entry in arp. > > Proxy arp is a terrible hack, and breaks the IP layering model > something fierce. Nonetheless, there are occasions when people find > it useful; however, those situations involve a router (which does the > proxying) which is directly connected to both the host for which the > router is proxying and the hosts receiving the proxy packets. It > doesn't sound like that's what's happening in your case, unless the > default router for your home machine is somehow the same machine as > the default router for your work machine. > > You indicated that you want to do wake-on-LAN, but that this only > works if the router has a current ARP entry for the machine you're > waking. This makes sense; the machine won't wake up on broadcasts, or > wake-on-LAN would never work at all, so the router has to be able to > do a unicast for the wake packet. This is only possible if the router > has an ARP mapping, so you're depending on the router keeping a valid > ARP entry for the host; if the host is sleeping, this is only possible > with a static entry in the router's ARP table. So you need to do the > ARP command on the router, not either of the end machines. > Alternatively, you could get another machine on the same link to send > the "wake" packet for you, and make sure that *it* has the static ARP > entry for the sleeping machine. > > I hope that this explanation is sufficient to get you going. If not, > it's likely that you simply don't have the access to be able to do > what you want. Lowell, Thanks for taking the time to explain arp to a network newbie like myself. Although your reply indicated that it will not work, I did get wake on LAN to work over the WAN even after the arp entry has expired on the (in my case Cisco) router. My two machines--both FreeBSD--are on different subnets connected by different routers using different netmasks. Once the arp entry expired, I could no longer wake my work machine (for example) from home via wakeonlan . I then tried to add a proxy on my home system via the command: arp -s pub I had to do this twice because the first time, I got the error of "cannot intuit interface index and type for ". But when I issued the command a second time, the command was successful and I could use wakeonlan to wake up my work machine. I would speculate that issuing arp -s pub followed by a wakeonlan command would wake my home PC from work. Regards, Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 23:58:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from belcebu.upc.es (belcebu.upc.es [147.83.2.63]) by hub.freebsd.org (Postfix) with ESMTP id C1DC137B503; Tue, 20 Feb 2001 23:58:13 -0800 (PST) (envelope-from carlesgo@mat.upc.es) Received: from mat.upc.es (mat.upc.es [147.83.39.3]) by belcebu.upc.es (8.8.8+Sun/8.8.8) with ESMTP id IAA08545; Wed, 21 Feb 2001 08:56:42 +0100 (MET) Received: from mat.upc.es (maite140 [147.83.39.140]) by mat.upc.es (8.8.8/8.8.8) with ESMTP id IAA03817; Wed, 21 Feb 2001 08:54:59 +0100 (MET) Message-ID: <3A937552.D536B851@mat.upc.es> Date: Wed, 21 Feb 2001 08:59:14 +0100 From: Carles =?iso-8859-1?Q?G=F3mez?= Organization: DMAT-UPC X-Mailer: Mozilla 4.51 [es] (WinNT; U) X-Accept-Language: es MIME-Version: 1.0 To: Kevin Oberman Cc: "freebsd-questions@FreeBSD.org" , "questions@freebsd.org" Subject: Re: Tcpdump and a WaveLAN driver References: <200102201953.f1KJrAL17560@ptavv.es.net> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear sirs, First of all, thanks for your answer. Well, the problem is that when I use this WaveLAN card with a RedHat 6.2, tcpdump prints lines for the packets that are transmitted or received from the WaveLAN interface. But with FreeBSD 3.2, this doesn't happen. Anyway, do you think I won't be able to get tcpdump's output related to the WaveLAN interface with FreeBSD 3.2? Many thanks, Carles Gómez Montenegro Polytechnic University of Catalonia Kevin Oberman ha escrito: > > I don't believe that current Orinoco (WaveLAN) cards will run in > promiscuous mode. I believe that you will lose this capability if you > upgrade the microcode in older cards, as well. No promiscuous mode, not > much from tcpdump. > > R. Kevin Oberman, Network Engineer > Energy Sciences Network (ESnet) > Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) > E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 20 23:58:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from belcebu.upc.es (belcebu.upc.es [147.83.2.63]) by hub.freebsd.org (Postfix) with ESMTP id C1DC137B503; Tue, 20 Feb 2001 23:58:13 -0800 (PST) (envelope-from carlesgo@mat.upc.es) Received: from mat.upc.es (mat.upc.es [147.83.39.3]) by belcebu.upc.es (8.8.8+Sun/8.8.8) with ESMTP id IAA08545; Wed, 21 Feb 2001 08:56:42 +0100 (MET) Received: from mat.upc.es (maite140 [147.83.39.140]) by mat.upc.es (8.8.8/8.8.8) with ESMTP id IAA03817; Wed, 21 Feb 2001 08:54:59 +0100 (MET) Message-ID: <3A937552.D536B851@mat.upc.es> Date: Wed, 21 Feb 2001 08:59:14 +0100 From: Carles =?iso-8859-1?Q?G=F3mez?= Organization: DMAT-UPC X-Mailer: Mozilla 4.51 [es] (WinNT; U) X-Accept-Language: es MIME-Version: 1.0 To: Kevin Oberman Cc: "freebsd-questions@FreeBSD.org" , "questions@freebsd.org" Subject: Re: Tcpdump and a WaveLAN driver References: <200102201953.f1KJrAL17560@ptavv.es.net> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear sirs, First of all, thanks for your answer. Well, the problem is that when I use this WaveLAN card with a RedHat 6.2, tcpdump prints lines for the packets that are transmitted or received from the WaveLAN interface. But with FreeBSD 3.2, this doesn't happen. Anyway, do you think I won't be able to get tcpdump's output related to the WaveLAN interface with FreeBSD 3.2? Many thanks, Carles Gómez Montenegro Polytechnic University of Catalonia Kevin Oberman ha escrito: > > I don't believe that current Orinoco (WaveLAN) cards will run in > promiscuous mode. I believe that you will lose this capability if you > upgrade the microcode in older cards, as well. No promiscuous mode, not > much from tcpdump. > > R. Kevin Oberman, Network Engineer > Energy Sciences Network (ESnet) > Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) > E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 0: 4: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mx2out.umbc.edu (mx2out.umbc.edu [130.85.253.52]) by hub.freebsd.org (Postfix) with ESMTP id 0903137B401 for ; Wed, 21 Feb 2001 00:04:03 -0800 (PST) (envelope-from gmiddl1@gl.umbc.edu) Received: from irix2.gl.umbc.edu (gmiddl1@irix2.gl.umbc.edu [130.85.60.11]) by mx2out.umbc.edu (8.9.3/8.9.3) with ESMTP id DAA01990 for ; Wed, 21 Feb 2001 03:04:01 -0500 (EST) Date: Wed, 21 Feb 2001 03:04:00 -0500 From: "G. Jason Middleton" To: Subject: ping: sendto: No Buffer Sapce available Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is the error i get when i try to ping a host on my network. My bsdbox drops right off the face of the earth when i am telneted into it. I cannot make it happen it just happens at random times....it also happens when i use WEBMIN which i am sure some of you are familiar with....it is one of the ports. Anywa all i have to do to bring it back up on the network is ifconfig down up and it works again. Can i downsize the MTU and solve this problem? Someone mentioned NMBclusters at one time...whatever shall i do? Regards, G. Jason Middleton _______________________________________________________________________________ Announcement: The revolution will not be televised. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 0:48:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 9B31537B401 for ; Wed, 21 Feb 2001 00:48:11 -0800 (PST) (envelope-from cjc@rfx-216-196-73-168.users.reflexcom.com) Received: from rfx-216-196-73-168.users.reflexcom.com ([216.196.73.168]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Wed, 21 Feb 2001 00:45:59 -0800 Received: (from cjc@localhost) by rfx-216-196-73-168.users.reflexcom.com (8.11.1/8.11.1) id f1L8lm482546; Wed, 21 Feb 2001 00:47:48 -0800 (PST) (envelope-from cjc) Date: Wed, 21 Feb 2001 00:47:46 -0800 From: "Crist J. Clark" To: "Brent B.Powers" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: With natd server, can't hit my own static IP's Message-ID: <20010221004746.Y62368@rfx-216-196-73-168.users.reflex> Reply-To: cjclark@alum.mit.edu References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from powers@b2pi.com on Tue, Feb 20, 2001 at 09:59:52PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Feb 20, 2001 at 09:59:52PM -0800, Brent B.Powers wrote: [snip] > | | |-- 192.168.1.0 > | | | > | alias xxx.xxx.xxx.0 | |-- 192.168.1.1 > | alias xxx.xxx.xxx.1 | | > | alias xxx.xxx.xxx.2 | |-- 192.168.1.2 > | alias xxx.xxx.xxx.3 | | > | alias xxx.xxx.xxx.4 | |-- 192.168.1.3 > | alias xxx.xxx.xxx.5 | | > | alias xxx.xxx.xxx.6 | |-- 192.168.1.4 > [INET] --- | DE0 xxx.xxx.xxx.7 RL0 |----[]-| > | | |-- 192.168.1.5 > | | | > | | |-- 192.168.1.6 > | | | > | | |-- 192.168.1.7 > > Unfortunately, I've just noticed that I can't get to my own servers, > i.e. If I'm sitting at the console of, say, 192.168.1.4, and the whole > world knows that my webserver is at xxx.xxx.xxx.6. However, I can't > get there. If I try to touch anything other than .7, I get .7 (so my > webserver isn't found, for instance). *groan* Another natd(8) one I should write up for the FAQ... Too late to do it tonight. I am pretty sure this one is at one of the independent websites, graveconcern, bsddiary? > I realize this is muddled, but I can't quite figure out how to > clarify. Your patience is appreciated. Does anyone have any ideas on > how I can get the natd to work on both interfaces of the gateway? It looks like you realize what the problem is. You are not running natd(8) on the internal interface so your packets headed to the gateway IP are accepted by the gateway machine instead of being processed by natd(8). There are two main approaches, split-DNS or running another natd(8) (or similar program) on the internal interface. Split-DNS means your internal machines will see hostnames already mapped to the internal IPs. To run another natd(8), run another instance of natd on the internal interface diverting to a different port. e.g., ipfw add divert 8669 from 192.168.1.0/24 to xxx.xxx.xxx.0/29 via rl0 And run the second natd, # natd -f /etc/natd_internal.conf # cat natd_internal.conf interface rl0 port 8669 redirect_address 192.168.1.1 xxx.xxx.xxx.1 . . . Something like that. -- 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 Wed Feb 21 0:51:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 595C237B401 for ; Wed, 21 Feb 2001 00:51:10 -0800 (PST) (envelope-from cjc@rfx-216-196-73-168.users.reflexcom.com) Received: from rfx-216-196-73-168.users.reflexcom.com ([216.196.73.168]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Wed, 21 Feb 2001 00:49:15 -0800 Received: (from cjc@localhost) by rfx-216-196-73-168.users.reflexcom.com (8.11.1/8.11.1) id f1L8p5p82579; Wed, 21 Feb 2001 00:51:05 -0800 (PST) (envelope-from cjc) Date: Wed, 21 Feb 2001 00:51:03 -0800 From: "Crist J. Clark" To: jan Cc: freebsd-questions@FreeBSD.ORG Subject: Re: new kernel installation - permission problem Message-ID: <20010221005103.Z62368@rfx-216-196-73-168.users.reflex> Reply-To: cjclark@alum.mit.edu References: <3A93550F.8E0770C@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A93550F.8E0770C@gmx.net>; from bunthaaar@gmx.net on Wed, Feb 21, 2001 at 12:41:35AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Feb 21, 2001 at 12:41:35AM -0500, jan wrote: > > Hi! > > I have installed freebsd 4.2 on my system and re-compiled the kernel. > This is a 'new' box and i didn't know that it's something else than a > i586 but I only added 'cpu i586' to the kernel config, because of this i > get a kernel panic. Well, no problem. I just press some button when > freebsd starts to load and do 'unload' and 'load kernel.GENERIC' and > 'boot' then I re-compiled my kernel again but the permissions on /kernel > are only rx for everyone. When I do 'make install' I get a permission > error, I'm root while installing the kernel. I also tried to delete > /kernel manually but again got a permission error - any ideas? The kernel is set immutable, 'schg,' $ ls -lo /kernel Have you cleared the flag, chflags(1)? # chflag noschg /kernel You can't? Are you running at securelevel > 0? You need to lower the securelevel to do this, securelevel(8). -- 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 Wed Feb 21 0:53:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web10711.mail.yahoo.com (web10711.mail.yahoo.com [216.136.173.72]) by hub.freebsd.org (Postfix) with SMTP id DB36337B491 for ; Wed, 21 Feb 2001 00:53:11 -0800 (PST) (envelope-from grayloup@yahoo.com) Message-ID: <20010221085309.49959.qmail@web10711.mail.yahoo.com> Received: from [38.29.42.185] by web10711.mail.yahoo.com; Wed, 21 Feb 2001 00:53:09 PST Date: Wed, 21 Feb 2001 00:53:09 -0800 (PST) From: grayloup Subject: Bad BSD v4.1disks ? 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 Users at Smartbeak.com have reported that they have experienced Applixware installation and printer problems. The problems were "resolved" reportedly, noting that the first batch of FreeBSD v4.1 disks produced were bad and that they would be replaced. No other information was provided on this. If this is true, how can we determine if our purchased disks was from this bad batch? (My purchase was the Desktop v4.1.) Thank you. rg. __________________________________________________ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 1: 1:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from green.nl.gxn.net (green.nl.gxn.net [62.100.30.36]) by hub.freebsd.org (Postfix) with ESMTP id 9084A37B401 for ; Wed, 21 Feb 2001 01:01:11 -0800 (PST) (envelope-from cees@houpt.myweb.nl) Received: from cees(asd-tel-ap01-d13-030.dial.freesurf.nl[62.100.12.30]) (2005 bytes) by green.nl.gxn.net via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Wed, 21 Feb 2001 10:01:08 +0100 (MET) (Smail-3.2.0.106-3 1999-Mar-31 #11 built DST-Sep-7) Message-ID: <002301c09be5$87b3d6a0$0100a8c0@cees> From: "ceesf.houpt" To: Subject: isdn cards Date: Wed, 21 Feb 2001 10:06:05 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_001E_01C09BED.E7791340" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_001E_01C09BED.E7791340 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, Impressed by your well documented site. Congratulations.=20 I am using a Wisecom / Tigerjet PCI isdn card. I need drivers for BeOs = and linux because as a nitwit in programming I need help on this. Maybe = you can help me out.=20 Thanks, Cees f. Houpt ------=_NextPart_000_001E_01C09BED.E7791340 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
 
Impressed by your well documented site. = Congratulations.
I=20 am using a Wisecom / Tigerjet PCI isdn card. I need drivers for BeOs and = linux=20 because as a nitwit in programming I need help on this. Maybe you can = help me=20 out.
 
Thanks,
 
Cees f. Houpt
------=_NextPart_000_001E_01C09BED.E7791340-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 1:15:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from blueyonder.co.uk (pcow029o.blueyonder.co.uk [195.188.53.123]) by hub.freebsd.org (Postfix) with ESMTP id 890F537B491 for ; Wed, 21 Feb 2001 01:15:11 -0800 (PST) (envelope-from richard@sparky.uk.net) Received: from rics2 ([213.48.30.138]) by blueyonder.co.uk with Microsoft SMTPSVC(5.5.1877.197.19); Wed, 21 Feb 2001 09:16:46 +0000 From: "Richard Morte" To: Cc: "David Kelly" Subject: RE: DHCP [ WAS: Problem Adding 2nd NIC] Date: Wed, 21 Feb 2001 09:15:06 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <200102210051.f1L0pHm04406@grumpy.dyndns.org> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David, Thank you for your reply! ifconfig -l shows both pn0 and pn1 once only together with the usual lo0, lp0 etc. ifconfig -a shows pn0 with the IP Addresses set as per rc.conf, up and running ifconfig -a shows pn1 with no IP addresses set (because it fails at boot time) and not up and not running. pn0 works fine for the _internal_ network - all PC's can see each other. after issuing "dhclient pn1" at the command prompt, ifconfig -a now shows the IP address provided by the DHCP server: inet 62.31.2.... etc, with netmask correctly assigned, up and running. Just as expected. Now on to rc.network. I'm no shell programmer, but it's kind of followable. This file has never been modified since installation, so my guess is that it's correct. The only thing I don't understand is the different references to the various enable flags : = X"YES" for example , then later = "XYES", but the LHS seems to mirror the RHS, so I guess all is well. I cannot see any reference to the 'Bad Value' string, so some other script must be reporting this. I don't think there's a request for DHCP on pn0. I think the problem lies elsewhere... Ric Richard Morte e-mail : richard@sparky.uk.net phone : 0114 233 7993 fax : 0114 220 6075 mobile : 0779 091 8736 -----Original Message----- From: dkelly@grumpy.dyndns.org [mailto:dkelly@grumpy.dyndns.org]On Behalf Of David Kelly Sent: 21 February 2001 00:51 To: Richard Morte Cc: freebsd-questions@FreeBSD.ORG Subject: Re: DHCP [ WAS: Problem Adding 2nd NIC] "Richard Morte" writes: > OK everyone, > > Resolved the problem with the NIC - just wasn't compatible, so I swapped it > for a spare FA310 and all is well - I now have pn0 and pn1. The FA311 has > now gone into a windows machine! > > Now I have a new problem: I've added the line: > ifconfig_pn1="DHCP" > into rc.conf > > On reboot I get the message: > ifconfig: DHCP: Bad value > and, of course, no IP address is set for the NIC. > > However if I run : > dhclient pn1 > from the command prompt, I am provided with an IP address by the remote host > and I can ping the world. I'm running 3.2 - any idea what should be put in > rc.conf to start DHCP client at each re-boot? First I would try "ifconfig -l" to see if it lists your NICs. Then I'd look into /etc/rc.network and discover when dhclient is run it is started once only for all DHCP interfaces at the same time. Possibly like this for you: dhclient pn0 pn1 I'd try that in my keyboard single-stepping to see where the problem is happening. I wonder if its asking the DHCP server on pn0 for an address to use on pn1, and is being refused. That is, if you use DHCP on both. -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 4:18:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web1406.mail.yahoo.com (web1406.mail.yahoo.com [128.11.23.170]) by hub.freebsd.org (Postfix) with SMTP id 7BB7737B491 for ; Wed, 21 Feb 2001 04:18:46 -0800 (PST) (envelope-from gwq_uk@yahoo.com) Received: (qmail 12439 invoked by uid 60001); 21 Feb 2001 12:18:46 -0000 Message-ID: <20010221121846.12438.qmail@web1406.mail.yahoo.com> Received: from [212.158.8.144] by web1406.mail.yahoo.com; Wed, 21 Feb 2001 04:18:46 PST Date: Wed, 21 Feb 2001 04:18:46 -0800 (PST) From: =?iso-8859-1?q?Greg=20Quinlan?= Reply-To: gwq_uk@yahoo.com Subject: Updating from 3.5S to 4.2S To: FreeBSD-Questions@FreeBSD.ORG 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 Can someone forward me the procedure for the above upgrade or atleast point me to the URL. Thanks Greg __________________________________________________ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 4:43:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from atari.saturn5.com (atari.saturn5.com [209.133.22.71]) by hub.freebsd.org (Postfix) with ESMTP id 557A937B491 for ; Wed, 21 Feb 2001 04:43:37 -0800 (PST) (envelope-from davek@atari.saturn5.com) Received: (from davek@localhost) by atari.saturn5.com (8.9.3/8.8.4) id EAA10333 for questions@FreeBSD.org; Wed, 21 Feb 2001 04:43:37 -0800 (PST) Date: Wed, 21 Feb 2001 04:43:37 -0800 From: Dave Kayal To: questions@FreeBSD.org Subject: make fails Message-ID: <20010221044337.A10303@atari.saturn5.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="W/nzBZO5zC0uMSeA" X-Mailer: Mutt 0.95.6us Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=us-ascii when i try to rebuild the kernel make fails 1030 4:39:38 digitalmoon / >tail -10 blam param.c:120: `MSGSSZ' undeclared here (not in a function) param.c:120: initializer element is not constant param.c:120: (near initialization for `msginfo.msgssz') param.c:123: `MSGSEG' undeclared here (not in a function) param.c:123: initializer element is not constant param.c:123: (near initialization for `msginfo.msgseg') *** Error code 1 Stop in /usr/src/sys/compile/DIGITALMOON.ORG. # 1040 4:39:45 digitalmoon / > --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="DIGITALMOON.ORG" # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.8 2000/07/20 02:51:02 msmith Exp $ machine i386 cpu I386_CPU cpu I486_CPU cpu I586_CPU cpu I686_CPU ident DIGITALMOON maxusers 32 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, NFS required options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O # Optionally these may need tweaked, (defaults shown): #options NCPU=2 # number of CPUs #options NBUS=4 # number of busses #options NAPIC=1 # number of IO APICs #options NINTR=24 # number of INTs options IPFIREWALL options IPDIVERT device isa device eisa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device fd1 at fdc0 drive 1 # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering #options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices # SCSI Controllers device ahb # EISA AHA1742 family #device ahc # AHA2940 and onboard AIC7xxx devices device amd # AMD 53C974 (Teckram DC-390(T)) device dpt # DPT Smartcache - See LINT for options! device isp # Qlogic family device ncr # NCR/Symbios Logic device sym # NCR/Symbios Logic (newer chipsets) options SYM_SETUP_LP_PROBE_MAP=0x40 # Allow ncr to attach legacy NCR devices when # both sym and ncr are configured device adv0 at isa? device adw device bt0 at isa? device aha0 at isa? device aic0 at isa? # SCSI peripherals device scbus # SCSI bus (required) device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) # RAID controllers device ida # Compaq Smart RAID device amr # AMI MegaRAID device mlx # Mylex DAC960 family device twe # 3ware Escalade # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) device apm0 at nexus? disable flags 0x20 # Advanced Power Management # PCCARD (PCMCIA) support device card device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd0000 device pcic1 at isa? irq 11 port 0x3e2 iomem 0xd4000 disable # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device sio2 at isa? disable port IO_COM3 irq 5 device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # PCI Ethernet NICs. #device de # DEC/Intel DC21x4x (``Tulip'') #device fxp # Intel EtherExpress PRO/100B (82557, 82558) #device tx # SMC 9432TX (83c170 ``EPIC'') #device vx # 3Com 3c590, 3c595 (``Vortex'') #device wx # Intel Gigabit Ethernet Card (``Wiseman'') # PCI Ethernet NICs that use the common MII bus controller code. #device miibus # MII bus support #device dc # DEC/Intel 21143 and various workalikes #device rl # RealTek 8129/8139 #device sf # Adaptec AIC-6915 (``Starfire'') #device sis # Silicon Integrated Systems SiS 900/SiS 7016 #device ste # Sundance ST201 (D-Link DFE-550TX) #device tl # Texas Instruments ThunderLAN #device vr # VIA Rhine, Rhine II #device wb # Winbond W89C840F device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. #device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 #device ex #device ep # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attatement needed # and resources will always be dynamically assigned by the pccard code. #device wi # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP # mode (the factory default). If you set the switches on your ISA # card for a manually chosen I/O address and IRQ, you must specify # those paremeters here. #device an # Xircom Ethernet #device xe # The probe order of these is presently determined by i386/isa/isa_compat.c. device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 device fe0 at isa? port 0x300 device le0 at isa? port 0x300 irq 5 iomem 0xd0000 device lnc0 at isa? port 0x280 irq 10 drq 0 device cs0 at isa? port 0x300 device sn0 at isa? port 0x300 irq 10 # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device sl 1 # Kernel SLIP pseudo-device ppp 1 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device gif 4 # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse # USB Ethernet, requires mii device aue # ADMtek USB ethernet device cue # CATC USB ethernet device kue # Kawasaki LSI USB ethernet # an atempt at geting the sound card to work. # For non-pnp sound cards with no bridge drivers only: #device pcm0 at isa? irq 10 drq 1 flags 0x0 # For non-PnP cards: #device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15 #device gusc0 at isa? port 0x220 irq 5 drq 1 flags 0x13 --W/nzBZO5zC0uMSeA-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 5:19: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nexus.plymovent.se (nexus.plymovent.se [212.247.77.253]) by hub.freebsd.org (Postfix) with ESMTP id 7053C37B401 for ; Wed, 21 Feb 2001 05:19:06 -0800 (PST) (envelope-from thomas.uhrfelt@plymovent.se) Received: from tu ([192.168.1.200]) by nexus.plymovent.se (8.9.3/8.9.3) with SMTP id QAA59208 for ; Wed, 21 Feb 2001 16:05:50 +0100 (CET) (envelope-from thomas.uhrfelt@plymovent.se) Received: by localhost with Microsoft MAPI; Wed, 21 Feb 2001 14:18:10 +0100 Message-ID: <01C09C11.1E58FF60.thomas.uhrfelt@plymovent.se> From: Thomas Uhrfelt Reply-To: "thomas.uhrfelt@plymovent.se" To: "'freebsd-questions@freebsd.org'" Subject: Moving userbase from a 4.0 -> 4.2 FreeBSD system Date: Wed, 21 Feb 2001 14:18:08 +0100 Organization: PlymoVent AB X-Mailer: Microsoft Internet-e-post/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have purchased and installed a new box with all the applications we use on our normal FBSD box. Now I want to switch out the old box in favor of the new one, however I have one slight problem. How would I go about moving all the useraccounts (including passwords, which I do not know myself) over to the new system - so I don't have to give all the people new passwords. Is it just a matter of moving the /etc/password file over in singleuser mode or? Any help/instructions/hints would be much appriciated. Regards, Thomas Uhrfelt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 5:50:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from black.purplecat.net (ns1.purplecat.net [209.16.228.148]) by hub.freebsd.org (Postfix) with ESMTP id 37B1D37B4EC for ; Wed, 21 Feb 2001 05:50:55 -0800 (PST) (envelope-from peter@black.purplecat.net) Received: from localhost (peter@localhost) by black.purplecat.net (8.8.8/8.8.8) with ESMTP id IAA04454 for ; Wed, 21 Feb 2001 08:53:15 -0500 (EST) (envelope-from peter@black.purplecat.net) Date: Wed, 21 Feb 2001 08:53:15 -0500 (EST) From: Peter Brezny To: freebsd-questions@freebsd.org Subject: new nic install Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've got a functioning system and want to install a new nic, however the driver for the card doesn't appear to be installed. I looked around in /stand/sysinstall for the initial configuration options you can get before performing a new install, but didn't see any in there. Also didn't see anything in the handbook. Could you point me in the right direction? i've got a newish pci 3com and a realtek card installed and functioning, i need to add an intel pro100, however the system tries to run it with the same driver as the 3com(fxp0) calling the intel card fxp1 at boot, however with the intel card in the system, the 3com breaks. Thanks for your help. pb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 6:37: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from zcars04f.ca.nortel.com (zcars04f.nortelnetworks.com [47.129.242.57]) by hub.freebsd.org (Postfix) with ESMTP id 3ECCC37B401 for ; Wed, 21 Feb 2001 06:37:01 -0800 (PST) (envelope-from mkoivist@nortelnetworks.com) Received: from zcard015.ca.nortel.com by zcars04f.ca.nortel.com; Wed, 21 Feb 2001 09:33:27 -0500 Received: by zcard015.ca.nortel.com with Internet Mail Service (5.5.2653.19) id ; Wed, 21 Feb 2001 09:33:28 -0500 Message-ID: From: "Matthew Koivisto" To: "'freebsd-questions@freebsd.org'" Subject: SB Live Date: Wed, 21 Feb 2001 09:33:24 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C09C13.3F273660" X-Orig: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C09C13.3F273660 Content-Type: text/plain; charset="iso-8859-1" When I installed freebsd 4.2 RELEASE at home, I added the kernel option to include my SB Live card Everythign worked great, and it works fine. Except it's only outputing on he 2 front speaker outputs, not on the rear speaker jack (which of course has my nice big stereo hooked up to it) Does anyone know how I can get freeBSD to output to the rear speaker jacks on my SB live card? Matt ------_=_NextPart_001_01C09C13.3F273660 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable SB Live

When I = installed freebsd 4.2 RELEASE at home, I added the kernel option to include my = SB Live card Everythign worked great, and it works fine. Except it's = only outputing on he 2 front speaker outputs, not on the rear speaker = jack (which of course has my nice big stereo hooked up to it) Does = anyone know how I can get freeBSD to output to the rear = speaker jacks on = my SB live card?

Matt

------_=_NextPart_001_01C09C13.3F273660-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 6:44: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from black.purplecat.net (ns1.purplecat.net [209.16.228.148]) by hub.freebsd.org (Postfix) with ESMTP id C83D537B4EC for ; Wed, 21 Feb 2001 06:43:58 -0800 (PST) (envelope-from peter@black.purplecat.net) Received: from localhost (peter@localhost) by black.purplecat.net (8.8.8/8.8.8) with ESMTP id JAA04587 for ; Wed, 21 Feb 2001 09:46:19 -0500 (EST) (envelope-from peter@black.purplecat.net) Date: Wed, 21 Feb 2001 09:46:19 -0500 (EST) From: Peter Brezny To: freebsd-questions@freebsd.org Subject: new nic install (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I figured this one out, boot -c then visual. although that wasn't my problem, the cards were not happy with their order in the pci slots. pb ---------- Forwarded message ---------- Date: Wed, 21 Feb 2001 08:53:15 -0500 (EST) From: Peter Brezny To: freebsd-questions@freebsd.org Subject: new nic install I've got a functioning system and want to install a new nic, however the driver for the card doesn't appear to be installed. I looked around in /stand/sysinstall for the initial configuration options you can get before performing a new install, but didn't see any in there. Also didn't see anything in the handbook. Could you point me in the right direction? i've got a newish pci 3com and a realtek card installed and functioning, i need to add an intel pro100, however the system tries to run it with the same driver as the 3com(fxp0) calling the intel card fxp1 at boot, however with the intel card in the system, the 3com breaks. Thanks for your help. pb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 6:53:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from server1.cipher.com.br (server1.cipher.com.br [200.192.23.19]) by hub.freebsd.org (Postfix) with ESMTP id 754EA37B491 for ; Wed, 21 Feb 2001 06:53:46 -0800 (PST) (envelope-from alexandre@cipher.com.br) Received: from is32.cipher.com.br (localhost.localdomain [127.0.0.1]) by server1.cipher.com.br (8.11.0/8.11.0) with SMTP id f1LDpwX20289; Wed, 21 Feb 2001 11:52:01 -0200 Date: Wed, 21 Feb 2001 11:54:56 -0300 From: Alexandre Florio To: Russell Francis Cc: freebsd-questions@freebsd.org Subject: Re: Sound Problem Message-Id: <20010221115456.4299ed33.alexandre@cipher.com.br> In-Reply-To: References: <20010220195913.67266416.alexandre@cipher.com.br> X-Mailer: Sylpheed version 0.4.9 (GTK+ 1.2.8; FreeBSD 4.2-RELEASE; i386) Organization: Cipher Technology 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 Have a working sound card now... Just linked /dev/dsp to /dev/dsp0 instead of /dev/dsp1. Thanx!! On Tue, 20 Feb 2001 19:16:03 -0500 (EST) Russell Francis wrote: > I had similar problems too and don't know exactly why it happens but when > I play it through /dev/dsp0 it works great :-) -- Alexandre Florio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 6:59:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id 7E86637B491 for ; Wed, 21 Feb 2001 06:59:41 -0800 (PST) (envelope-from lowell@be-well.ilk.org) Received: (from lowell@localhost) by be-well.ilk.org (8.11.2/8.11.2) id f1LExe506868; Wed, 21 Feb 2001 09:59:40 -0500 (EST) (envelope-from lowell) To: freebsd-questions@freebsd.org Subject: Re: Sound Problem References: <20010221115456.4299ed33.alexandre@cipher.com.br> From: Lowell Gilbert Date: 21 Feb 2001 09:59:39 -0500 In-Reply-To: alexandre@cipher.com.br's message of "21 Feb 2001 15:53:58 +0100" Message-ID: <4466i4nktg.fsf@lowellg.ne.mediaone.net> Lines: 16 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alexandre@cipher.com.br (Alexandre Florio) writes: > Have a working sound card now... Just linked /dev/dsp to /dev/dsp0 instead of /dev/dsp1. Notice that when you "MAKEDEV snd0", /dev/dsp gets linked to /dev/dsp0. You then proceeded to "MAKEDEV snd1", which linked /dev/dsp to /dev/dsp1 instead. You will have this problem with other bits of the sound devices as well, so you should go back and "MAKEDEV snd0" again. > Thanx!! > > On Tue, 20 Feb 2001 19:16:03 -0500 (EST) > Russell Francis wrote: > > > I had similar problems too and don't know exactly why it happens but when > > I play it through /dev/dsp0 it works great :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 7: 7:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.monochrome.org (monochrome.org [206.64.112.124]) by hub.freebsd.org (Postfix) with ESMTP id 85A7337B401 for ; Wed, 21 Feb 2001 07:07:31 -0800 (PST) (envelope-from chris@monochrome.org) Received: from localhost (faro [192.168.1.7]) by mail.monochrome.org (8.9.3/8.9.3) with SMTP id KAA87770; Wed, 21 Feb 2001 10:02:28 -0500 (EST) (envelope-from chris@monochrome.org) Date: Wed, 21 Feb 2001 10:02:28 -0500 (EST) From: Chris Hill X-Sender: chris@localhost To: ben calvert Cc: freebsd-questions@FreeBSD.ORG Subject: Re: netatalk resources? In-Reply-To: <3A936137.70207@stonehenge-net.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 20 Feb 2001, ben calvert wrote: > am having what seems to be a classic problem with netatalk. i can log > in as guest, but users cant. > > (am using the asun port) have tried adding -DSHADOWPW as recommended in > the faq-o-matic, but this just causes the build to fail. have tried > .passwd files, but this also doesn't seem to have any effect. Other than the FAQ-o-matic, the only resource I know of is the project homepage at http://www.umich.edu/~rsug/netatalk/ FWIW, I was not able to get very far with netatalk-asun; I used the regular (non-asun) netatalk and it was fine. This was under 3.1R and 3.3R. HTH. -- Chris Hill chris@monochrome.org ** [ Busy expunging <-> ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 7:10:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from terricola.pepe.ws (network.attla.cl [200.27.20.65]) by hub.freebsd.org (Postfix) with ESMTP id 0B35037B503 for ; Wed, 21 Feb 2001 07:10:30 -0800 (PST) (envelope-from pepe@rdc.cl) Received: from rdc.cl (localhost.pepe.ws [127.0.0.1]) by terricola.pepe.ws (8.11.1/8.11.1) with ESMTP id e043Cai01159 for ; Tue, 4 Jan 2000 00:12:38 -0300 (CLST) (envelope-from pepe@rdc.cl) Message-ID: <38716523.DE75AA0A@rdc.cl> Date: Tue, 04 Jan 2000 00:12:35 -0300 From: Charlie Root Reply-To: pepe@rdc.cl X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: como configuro la vmnet1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tengo un problema, tengo freebsd 4.4 funcionando ok , instale vmware2 desde los ports sin problemas y las vmware tools, pero lo que no funciona es la red, cuando coloco bridge en el configurator editor, cuando parte el vmware me da el siguiente mensaje "Could not query bridging status on /dev/vmnet0 : invalid argument Failed to configure ethernet0". No se como solucionarlo, cualquier respoesta responder a pepe@rdc.cl Gracias. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 7:11:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail01-oak.pilot.net (mail-oak-1.pilot.net [198.232.147.16]) by hub.freebsd.org (Postfix) with ESMTP id 279FB37B4EC for ; Wed, 21 Feb 2001 07:11:30 -0800 (PST) (envelope-from crider@zantaz.com) Received: from zipcode.zantaz.com (zipcode.zantaz.com [206.189.47.139]) by mail01-oak.pilot.net with ESMTP id HAA13206 for ; Wed, 21 Feb 2001 07:11:29 -0800 (PST) Received: (from root@localhost) by zipcode.zantaz.com (8.9.3/8.9.3) id HAA25208; Wed, 21 Feb 2001 07:11:27 -0800 (PST) Received: from zanexch.zantaz.com (localhost [127.0.0.1]) by zipcode.zantaz.com (8.9.3/8.9.3) with ESMTP id HAA25204 for ; Wed, 21 Feb 2001 07:11:27 -0800 (PST) Received: by zanexch.zantaz.com with Internet Mail Service (5.5.2653.19) id ; Wed, 21 Feb 2001 07:11:24 -0800 Message-ID: <12C7D768CC8ED4118A9200508BEEC6FB929757@zanexch.zantaz.com> From: Chuck Rider To: "'questions@FreeBSD.org'" Subject: Firewall Logging Date: Wed, 21 Feb 2001 07:11:23 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C09C18.8DA3BC00" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C09C18.8DA3BC00 Content-Type: text/plain; charset="iso-8859-1" How do configure syslog.conf to capture firewall log messages to a file? If I am logged in as root they display on the console, but I would like them to be captured to a file at all times. ------_=_NextPart_001_01C09C18.8DA3BC00 Content-Type: text/html; charset="iso-8859-1"
How do configure syslog.conf to capture firewall log messages to a file?  If I am logged in as root they display on the console, but I would like them to be captured to a file at all times.
 
------_=_NextPart_001_01C09C18.8DA3BC00-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 7:11:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fox.amnesty.org (fox.amnesty.org [194.131.159.110]) by hub.freebsd.org (Postfix) with ESMTP id 7D4D737B491 for ; Wed, 21 Feb 2001 07:11:47 -0800 (PST) (envelope-from falbu@amnesty.org) To: freebsd-questions@freebsd.org Subject: Boot up execution order - error in man pages? MIME-Version: 1.0 X-Mailer: Lotus Notes Release 5.0.6a January 17, 2001 Message-ID: From: falbu@amnesty.org Date: Wed, 21 Feb 2001 15:12:04 +0000 X-MIMETrack: Serialize by Router on fox/I.S./Amnesty International(Release 5.0.5 |September 22, 2000) at 21/02/2001 15:12:11, Serialize complete at 21/02/2001 15:12:11 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I was trying to configure the system-wide path, so that it will=20 contain /usr/local/bin. I have a script which is launched in /usr/local/etc/rc.d and it needed that path. According to the manual (FreeBSD 4.1) : "The rc.d directories contain scripts which will be automatically executed at boot time. The specified directories are processed immediately after rc.local is executed. (See below for details on how to specify directo=AD ries to check.) " It seems to me that this is not true. At the point the script from the rc.d folder is launched, the content of=20 the PATH variable is as specified in /etc/rc, even if I have added the right=20 settings in /etc/rc.local. Since it's recommended =5Fnot=5F to modify /etc/rc, where should I alter the PATH variable to be effective at startup time (when launching /etc/rc.d)? Many thanks, Florentin Albu Client-Server Systems Manager falbu@amnesty.org =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F Amnesty International, International Secretariat visit us at http://www.amnesty.org Be Realistic! Plan for a Miracle! ONE click to stamp out torture. http://www.stoptorture.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 7:12:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id 8B40337B6F3 for ; Wed, 21 Feb 2001 07:12:41 -0800 (PST) (envelope-from lowell@be-well.ilk.org) Received: (from lowell@localhost) by be-well.ilk.org (8.11.2/8.11.2) id f1LFCeD06890; Wed, 21 Feb 2001 10:12:40 -0500 (EST) (envelope-from lowell) To: freebsd-questions@freebsd.org Subject: Re: DHCP [ WAS: Problem Adding 2nd NIC] References: <200102210051.f1L0pHm04406@grumpy.dyndns.org> From: Lowell Gilbert Date: 21 Feb 2001 10:12:40 -0500 In-Reply-To: richard@sparky.uk.net's message of "21 Feb 2001 10:15:25 +0100" Message-ID: <443dd8nk7r.fsf@lowellg.ne.mediaone.net> Lines: 94 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG richard@sparky.uk.net (Richard Morte) writes: > ifconfig -l shows both pn0 and pn1 once only together with the usual lo0, > lp0 etc. > ifconfig -a shows pn0 with the IP Addresses set as per rc.conf, up and > running > ifconfig -a shows pn1 with no IP addresses set (because it fails at boot > time) and not up and not running. > pn0 works fine for the _internal_ network - all PC's can see each other. > > after issuing "dhclient pn1" at the command prompt, ifconfig -a now shows > the IP address provided by the DHCP server: inet 62.31.2.... etc, with > netmask correctly assigned, up and running. Just as expected. > > Now on to rc.network. I'm no shell programmer, but it's kind of followable. > This file has never been modified since installation, so my guess is that > it's correct. The only thing I don't understand is the different references > to the various enable flags : = X"YES" for example , then later = "XYES", > but the LHS seems to mirror the RHS, so I guess all is well. I cannot see > any reference to the 'Bad Value' string, so some other script must be > reporting this. It's coming directly from ifconfig, actually. The problem is that you are using a syntax: > > ifconfig_pn1="DHCP" which is not supported at all by the script on your system. Remember that you are running a system that is more than half-a-dozen releases out of date, and not all of the documentation may apply to your system any more. I don't have a 3.2 system available, but I think that putting "dhclient pn1" in /etc/rc.local should work for you, and is probably the easiest approach. Good luck. > I don't think there's a request for DHCP on pn0. I think the problem lies > elsewhere... > > Ric > > > > Richard Morte > e-mail : richard@sparky.uk.net > phone : 0114 233 7993 > fax : 0114 220 6075 > mobile : 0779 091 8736 > > > -----Original Message----- > From: dkelly@grumpy.dyndns.org [mailto:dkelly@grumpy.dyndns.org]On > Behalf Of David Kelly > Sent: 21 February 2001 00:51 > To: Richard Morte > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: DHCP [ WAS: Problem Adding 2nd NIC] > > > "Richard Morte" writes: > > OK everyone, > > > > Resolved the problem with the NIC - just wasn't compatible, so I swapped > it > > for a spare FA310 and all is well - I now have pn0 and pn1. The FA311 has > > now gone into a windows machine! > > > > Now I have a new problem: I've added the line: > > ifconfig_pn1="DHCP" > > into rc.conf > > > > On reboot I get the message: > > ifconfig: DHCP: Bad value > > and, of course, no IP address is set for the NIC. > > > > However if I run : > > dhclient pn1 > > from the command prompt, I am provided with an IP address by the remote > host > > and I can ping the world. I'm running 3.2 - any idea what should be put in > > rc.conf to start DHCP client at each re-boot? > > First I would try "ifconfig -l" to see if it lists your NICs. > > Then I'd look into /etc/rc.network and discover when dhclient is run it > is started once only for all DHCP interfaces at the same time. Possibly > like this for you: > > dhclient pn0 pn1 > > I'd try that in my keyboard single-stepping to see where the problem is > happening. I wonder if its asking the DHCP server on pn0 for an address > to use on pn1, and is being refused. That is, if you use DHCP on both. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 7:16:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dsl-64-193-218-89.telocity.com (dsl-64-193-218-89.telocity.com [64.193.218.89]) by hub.freebsd.org (Postfix) with SMTP id 1F70237B491 for ; Wed, 21 Feb 2001 07:16:15 -0800 (PST) (envelope-from lucas@slb.to) Received: (qmail 32729 invoked by uid 1000); 21 Feb 2001 15:16:35 -0000 Date: Wed, 21 Feb 2001 09:16:35 -0600 From: Lucas Bergman To: Thomas Uhrfelt Cc: freebsd-questions@freebsd.org Subject: Re: Moving userbase from a 4.0 -> 4.2 FreeBSD system Message-ID: <20010221091635.B4793@billygoat.slb.to> Reply-To: lucas@slb.to References: <01C09C11.1E58FF60.thomas.uhrfelt@plymovent.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <01C09C11.1E58FF60.thomas.uhrfelt@plymovent.se>; from thomas.uhrfelt@plymovent.se on Wed, Feb 21, 2001 at 02:18:08PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I have purchased and installed a new box with all the applications > we use on our normal FBSD box... How would I go about moving all > the useraccounts (including passwords, which I do not know myself) > over to the new system... Is it just a matter of moving the > /etc/password file over in singleuser mode or? You'll need /etc/passwd and /etc/master.passwd. Both files should be owned by root/wheel, the former mode 0644, the latter mode 0600. Of course, you'll also need to move home directories, mail spools, anything else owned by your individual users. Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 7:22:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id 7636137B491 for ; Wed, 21 Feb 2001 07:22:11 -0800 (PST) (envelope-from lowell@be-well.ilk.org) Received: (from lowell@localhost) by be-well.ilk.org (8.11.2/8.11.2) id f1LFMAa06900; Wed, 21 Feb 2001 10:22:10 -0500 (EST) (envelope-from lowell) To: freebsd-questions@freebsd.org Cc: davek@saturn5.com Subject: Re: make fails References: <20010221044337.A10303@atari.saturn5.com> From: Lowell Gilbert Date: 21 Feb 2001 10:22:10 -0500 In-Reply-To: davek@saturn5.com's message of "21 Feb 2001 13:43:57 +0100" Message-ID: <44zofgm57h.fsf@lowellg.ne.mediaone.net> Lines: 27 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG davek@saturn5.com (Dave Kayal) writes: > when i try to rebuild the kernel make fails > > 1030 4:39:38 digitalmoon / >tail -10 blam > param.c:120: `MSGSSZ' undeclared here (not in a function) > param.c:120: initializer element is not constant > param.c:120: (near initialization for `msginfo.msgssz') > param.c:123: `MSGSEG' undeclared here (not in a function) > param.c:123: initializer element is not constant > param.c:123: (near initialization for `msginfo.msgseg') > *** Error code 1 > > Stop in /usr/src/sys/compile/DIGITALMOON.ORG. > # 1040 4:39:45 digitalmoon / > I recommend that you apply basic diagnostics: start with the GENERIC kernel, make sure you can compile that, and if you can, make your changes a few at a time until you have narrowed your problem down to a specific change; then you can figure out why that change is breaking things. I note that you have include one of the miibus NICs (xl) without the miibus code itself, which (as documented in a comment already in the file) isn't going to work. However, I don't think that's your only problem, because I wouldn't expect this error message from that mistake. Good luck. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 7:25:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail0.bna.bellsouth.net (mail0.bna.bellsouth.net [205.152.150.12]) by hub.freebsd.org (Postfix) with ESMTP id BD3E637B401 for ; Wed, 21 Feb 2001 07:25:09 -0800 (PST) (envelope-from lauasanf@bellsouth.net) Received: from bellsouth.net (adsl-20-110-126.bna.bellsouth.net [66.20.110.126]) by mail0.bna.bellsouth.net (3.3.5alt/0.75.2) with ESMTP id KAA22490; Wed, 21 Feb 2001 10:20:11 -0500 (EST) Message-ID: <3A93DCD8.2020302@bellsouth.net> Date: Wed, 21 Feb 2001 09:20:56 -0600 From: Drew Sanford User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.12 i386; en-US; m18) Gecko/20010131 Netscape6/6.01 X-Accept-Language: en MIME-Version: 1.0 To: Matthew Koivisto Cc: "'freebsd-questions@freebsd.org'" Subject: Re: SB Live References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've been trying to get this to work on my SBLive's for several months now. Unfortunately I haven't had any luck. I suspect its a defeciency in the driver - and owing to the frequent updates to the driver, I suspect it's probly being worked on. Can anyone confirm this for us? Matthew Koivisto wrote: > When I installed freebsd 4.2 RELEASE at home, I added the kernel option > to include my SB Live card Everythign worked great, and it works fine. > Except it's only outputing on he 2 front speaker outputs, not on the > rear speaker jack (which of course has my nice big stereo hooked up to > it) Does anyone know how I can get freeBSD to output to the rear speaker > jacks on my SB live card? > > Matt -- Cotharyus lauasanf@bellsouth.net ICQ: 8690555 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 7:26:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dsl-64-193-218-89.telocity.com (dsl-64-193-218-89.telocity.com [64.193.218.89]) by hub.freebsd.org (Postfix) with SMTP id DC52A37B401 for ; Wed, 21 Feb 2001 07:26:08 -0800 (PST) (envelope-from lucas@slb.to) Received: (qmail 30024 invoked by uid 1000); 21 Feb 2001 15:26:30 -0000 Date: Wed, 21 Feb 2001 09:26:29 -0600 From: Lucas Bergman To: "ceesf.houpt" Cc: questions@FreeBSD.org Subject: Re: isdn cards Message-ID: <20010221092629.C4793@billygoat.slb.to> Reply-To: lucas@slb.to References: <002301c09be5$87b3d6a0$0100a8c0@cees> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <002301c09be5$87b3d6a0$0100a8c0@cees>; from cees@houpt.myweb.nl on Wed, Feb 21, 2001 at 10:06:05AM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Impressed by your well documented site. Congratulations. I am using > a Wisecom / Tigerjet PCI isdn card. I need drivers for BeOs and > linux because as a nitwit in programming I need help on this. Maybe > you can help me out. This list is for support of the FreeBSD operating system, which is neither BeOS nor GNU/Linux nor anything else. Please check the support channels for those operating systems instead. Basically, you've got a leaky sink and decided to call the refrigerator repairman. :) Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 7:26:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id 70A0637B401 for ; Wed, 21 Feb 2001 07:26:45 -0800 (PST) (envelope-from lowell@be-well.ilk.org) Received: (from lowell@localhost) by be-well.ilk.org (8.11.2/8.11.2) id f1LFQi806913; Wed, 21 Feb 2001 10:26:44 -0500 (EST) (envelope-from lowell) To: freebsd-questions@freebsd.org Cc: thomas.uhrfelt@plymovent.se Subject: Re: Moving userbase from a 4.0 -> 4.2 FreeBSD system References: <01C09C11.1E58FF60.thomas.uhrfelt@plymovent.se> From: Lowell Gilbert Date: 21 Feb 2001 10:26:44 -0500 In-Reply-To: thomas.uhrfelt@plymovent.se's message of "21 Feb 2001 14:19:17 +0100" Message-ID: <44wvakm4zv.fsf@lowellg.ne.mediaone.net> Lines: 16 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG thomas.uhrfelt@plymovent.se (Thomas Uhrfelt) writes: > I have purchased and installed a new box with all the applications we use > on our normal FBSD box. Now I want to switch out the old box in favor of > the new one, however I have one slight problem. How would I go about moving > all the useraccounts (including passwords, which I do not know myself) over > to the new system - so I don't have to give all the people new passwords. > Is it just a matter of moving the /etc/password file over in singleuser > mode or? Any help/instructions/hints would be much appriciated. /etc/password is not used by the system. You need to move over master.passwd and rebuild the dependent files with pwd_mkdb(8) [or, preferably, vipw(8)]. You will also, at a minimum, need to move (merge) over the groups file and the home directories. Depending on your needs, you should possibly also include the mail spool, crontabs, at jobs, and so on. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 7:30:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id BAD8B37B65D for ; Wed, 21 Feb 2001 07:30:33 -0800 (PST) (envelope-from daemon@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 14VbDs-0002MY-00; Wed, 21 Feb 2001 16:30:32 +0100 Received: (from daemon@localhost) by kemoauc.mips.inka.de (8.11.2/8.11.1) id f1LFK9601554 for freebsd-questions@freebsd.org; Wed, 21 Feb 2001 16:20:09 +0100 (CET) (envelope-from daemon) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: Mirroring a CVSup server Date: Wed, 21 Feb 2001 15:20:09 +0000 (UTC) Message-ID: <970mb9$1g9$1@kemoauc.mips.inka.de> References: Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Linh Pham wrote: > With more and more FreeBSD servers popping up in the company that I work > for, I would like to mirror a CVSup server but make it available to only > machines within our network or trusted machines. How would I go about > setting up a CVSup server (like cvsup5.freebsd.org) ports/net/cvsup-mirror > and are there any documentation available on this topic? Not really, but the cvsup-mirror port works smoothly even if you don't understand its details. John Polstra's CVSup FAQ provides some additional information: http://www.polstra.com/projects/freeware/CVSup/faq.html Oh, and don't forget the cvsupd(8) man page. Some access control is available. > Also, how large is the entire CVSup server collection? 18M /home/ncvs/CVSROOT 437K /home/ncvs/distrib 78M /home/ncvs/doc 168M /home/ncvs/ports 808M /home/ncvs/src 20M /home/ncvs/www I don't have the gnats, live www, and mail archive collections here, but I don't think that they add too much to the 1.1G above. Some 2G should be plenty of space with sufficient reserve for some future growth. > I know the bottleneck is the Internet connection. The primary bottleneck for CVSup servers and clients tends to be the local disk. -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 7:32:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dsl-64-193-218-89.telocity.com (dsl-64-193-218-89.telocity.com [64.193.218.89]) by hub.freebsd.org (Postfix) with SMTP id 84B1B37B65D for ; Wed, 21 Feb 2001 07:32:54 -0800 (PST) (envelope-from lucas@slb.to) Received: (qmail 6672 invoked by uid 1000); 21 Feb 2001 15:33:13 -0000 Date: Wed, 21 Feb 2001 09:33:13 -0600 From: Lucas Bergman To: falbu@amnesty.org Cc: freebsd-questions@freebsd.org Subject: Re: Boot up execution order - error in man pages? Message-ID: <20010221093313.D4793@billygoat.slb.to> Reply-To: lucas@slb.to References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: ; from falbu@amnesty.org on Wed, Feb 21, 2001 at 03:12:04PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I was trying to configure the system-wide path, so that it will > contain /usr/local/bin. I have a script which is launched in > /usr/local/etc/rc.d and it needed that path. > > According to the manual (FreeBSD 4.1) : "The rc.d directories > contain scripts which will be automatically executed at boot time. > The specified directories are processed immediately after rc.local > is executed. (See below for details on how to specify directo­ ries > to check.) " > > It seems to me that this is not true. At the point the script from > the rc.d folder is launched, the content of the PATH variable is as > specified in /etc/rc, even if I have added the right settings in > /etc/rc.local. You're mixing up two paths: there are the directories that /etc/rc checks for scripts to run, and there are the directories the shell checks for executables to run. The first is set in /etc/{defaults/,}rc.conf. The second is set in /etc/rc, but can be overridden in your script. Just put `PATH=${PATH}:/usr/local/bin' in your /usr/local/etc/rc.d/whatever.sh script. Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 7:36:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mgw1.MEIway.com (mgw1.meiway.com [212.73.210.75]) by hub.freebsd.org (Postfix) with ESMTP id 7802637B65D for ; Wed, 21 Feb 2001 07:36:13 -0800 (PST) (envelope-from LConrad@Go2France.com) Received: from sv.Go2France.com (sv.meiway.com [212.73.210.79]) by mgw1.MEIway.com (Postfix Relay Hub) with ESMTP id 6019116B12 for ; Wed, 21 Feb 2001 16:47:18 +0100 (CET) Message-Id: <5.0.0.25.0.20010221163205.0307e010@mail.Go2France.com> X-Sender: lconrad%Go2France.com@mail.Go2France.com X-Mailer: QUALCOMM Windows Eudora Version 5.0 Date: Wed, 21 Feb 2001 16:33:17 +0100 To: freebsd-questions@freebsd.org From: Len Conrad Subject: =?iso-8859-1?Q?SDSL_card_/_P=C4M_encoding?= 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 Are there and mult-rate SDSL cards supported by FreeBSD with PAM encoding (not CAP)? Thanks, Len http://BIND8NT.MEIway.com : Binary for ISC BIND 8.2.3 for NT4 & W2K http://IMGate.MEIway.com : Build free, hi-perf, anti-spam mail gateways To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 7:50:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nwlynx.network-lynx.net (nwlynx.network-lynx.net [63.122.185.99]) by hub.freebsd.org (Postfix) with ESMTP id DE15B37B69C for ; Wed, 21 Feb 2001 07:50:35 -0800 (PST) (envelope-from Don@Silver-Lynx.com) Received: from Silver-Lynx.com (doze-1.network-lynx.net [63.122.185.106]) by nwlynx.network-lynx.net (8.11.1/8.9.3/Who.Cares) with ESMTP id f1LFocH21489; Wed, 21 Feb 2001 08:50:39 -0700 (MST) (envelope-from Don@Silver-Lynx.com) Message-ID: <3A93E3C1.C4FDA62B@Silver-Lynx.com> Date: Wed, 21 Feb 2001 08:50:25 -0700 From: Don Wilde X-Mailer: Mozilla 4.72 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Jonathan Chen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: tcsetaddr References: <3A930E61.3632A279@Silver-Lynx.com> <20010221152120.A10691@itouchnz.itouch> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jonathan Chen wrote: > > On Tue, Feb 20, 2001 at 05:40:01PM -0700, Don Wilde wrote: > > Hi, folks - > > > > I'm trying to use tcsetaddr and tcgetaddr as Stevens does in Adv. Unix > > System Prog., chapter 11, on a 4.2-STABLE system, but my compile fails > > on link, saying that these are 'undefined references'. I looked around, > > and I see the main.c function for getty using it. What am I missing? > > You've spelled it wrong. It's tcsetattr(3), tcgetattr(3). > Oh! Of all the IDIOTIC blunders... Sorry all, I've been dealing with assembly language too long. Thank you, Jonathan! -- Don Wilde Don@Silver-Lynx.com Silver Lynx Embedded Microsystems Architects 2218 Southern Bl. Ste. 12 Rio Rancho, NM 87124 505-891-4175 FAX 891-4185 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 7:51:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id BEC4137B69C for ; Wed, 21 Feb 2001 07:51:13 -0800 (PST) (envelope-from wash@iconnect.co.ke) Received: from [212.22.163.2] (helo=poeza.iconnect.co.ke) by siafu.iconnect.co.ke with esmtp (Exim 2.12 #1) id 14VbVF-00057Q-00; Wed, 21 Feb 2001 18:48:29 +0300 Received: from wash by poeza.iconnect.co.ke with local (Exim 3.20 #1) id 14VbYS-0009hb-00; Wed, 21 Feb 2001 18:51:48 +0300 Date: Wed, 21 Feb 2001 18:51:47 +0300 From: Odhiambo Washington To: gwq_uk@yahoo.com Cc: FBSD-Q Subject: Updating 3.5 --> 4.2 Message-ID: <20010221185147.A36082@poeza.iconnect.co.ke> Mail-Followup-To: Odhiambo Washington , gwq_uk@yahoo.com, FBSD-Q Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="wRRV7LY7NUeQGEoC" Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD poeza.iconnect.co.ke 4.2-STABLE FreeBSD 4.2-STABLE X-Mailer: Mutt http://www.mutt.org/ X-Location: Mombasa, KE, East Africa Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --wRRV7LY7NUeQGEoC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I'm attaching a portion of an email message from Ralf Engelschall explaining the solution to this. If you didn't upgrade from 3.5-STABLE to 4.0-STABLE right away, you ended up with lots of weird errors regarding perl and libc.=20 Ralf's email mentions 4.1.1-STABLE, since that was the latest version at=20 the time he wrote this. I still believe it applies. The fundamental issue is to buildworld with NO_PERL defined. Then build and install a GENERIC kernel and reboot with a 4.x kernel. Do the installworld, mergemaster and other stuff he lists, then comment out NO_PERL and rebuild and install a bunch of critical stuff. Then buildworld and installworld *again* from scratch, reboot and you're done. Whew! Fortunately, he give pretty good step-by-step instructions. At the beginning he uncomments a whole bunch of stuff, including all the COMPAT[123]X stuff. If you don't need that stuff on your box, there's no reason to build it. Customize his recipe for your own environment. I went from 3.5-STABLE to 4.1.1-STABLE using these instructions and it worked great. Good luck, ####################################################################### Upgrading from FreeBSD 3.5-STABLE to FreeBSD 4.1-STABLE ###################################################################### Ralf S. Engelschall , August 2000 o boot the old FreeBSD 3.x in multi-user mode o provide a particular build environment $ vi /etc/make.conf NOPERL=3Dtrue # else Perl would fail to build under 3.x initially NOPROFILE=3Dtrue # to speed up building MAKE_RSAINTL=3DYES # for non-US USA_RESIDENT=3DNO # dito. CFLAGS=3D -O -pipe # standard optimization COPTFLAGS=3D-O -pipe # dito. COMPAT1X=3Dyes # install compatibility libraries COMPAT20=3Dyes # dito. COMPAT21=3Dyes # dito. COMPAT22=3Dyes # dito. COMPAT3X=3Dyes # dito. o provide boot-strapping run-time environment $ mkdir -p /usr/obj/usr/src/lib/libc $ ldconfig -R /usr/obj/usr/src/lib/libc o build the world initially (still under FreeBSD 3.x run-time) $ cd /usr/obj $ chflags -R noschg * $ rm -rf * $ cd /usr/src $ make buildworld o build and install new GENERIC kernel+modules $ make buildkernel KERNEL=3DGENERIC $ make installkernel KERNEL=3DGENERIC $ chflags noschg /kernel.GENERIC /GENERIC $ mv /kernel.GENERIC /kernel.GENERIC.3 $ mv /GENERIC /kernel.GENERIC $ chflags schg /kernel.GENERIC o upgrade FOO kernel config from 3.x to 4.x $ vi /sys/i386/conf/FOO - remove "config kernel ...", "bio", "tty", "net", "conflicts" - remove unnecessary quotations - remove "pnp" device - remove "acd0" device - remove obsolete options (check output of "config FOO") - replace some "xxx0" with "xxx" (compare LINT for details) - replace "controller" & "disk" with "device" - replace "wdc0" with "ata0" plus more "ata*" from GENERIC - replace "bpfilter" with "bpf" - replace "isa?" with "atkbdc?" for "atkbd0" and "psm0" device o build and install new FOO kernel+modules $ make buildkernel KERNEL=3DFOO $ make installkernel KERNEL=3DFOO $ chflags noschg /kernel /FOO $ mv /kernel /kernel.3 $ mv /FOO /kernel $ chflags schg /kernel o upgrade devices $ cd /usr/src/sbin/mknod && make install $ cp /usr/src/etc/MAKEDEV* /dev $ cd /dev $ sh MAKEDEV all - make sure really all devices for disks exists: for N in the list of disks sh MAKEDEV N # eg ad0 for M in the list of slices sh MAKEDEV NsMa # eg ad0s1a - edit /etc/fstab and replace "wd0" with "ad0" o upgrade boot blocks and loader $ cd /sys/boot && make install o boot FreeBSD 4.x kernel (still with 3.x user-land) in single-user mode $ shutdown -r now > boot -s $ mount -a o install the world $ cd /usr/src/gnu/usr.bin/texinfo/install-info=3D20 $ make install $ ldconfig -R /usr/obj/usr/src/lib/libc $ cd /usr/src $ make installworld $ cd /usr/src/release/sysinstall && make all install o upgrade /etc $ cp -rp /etc /etc.old $ mergemaster -v -s o final adjustments for new FreeBSD 4.x user-land $ touch /var/log/security $ touch /var/log/cron $ rm /var/cron/log* o switch to new shipped OpenSSH [OPTIONAL!] $ ssh-keygen -f /etc/ssh/ssh_host_key $ ssh-keygen -d -f /etc/ssh/ssh_host_dsa_key $ vi /etc/rc.conf sshd_enable=3D"YES" $ pkg_delete ssh-1.2.27 o boot FreeBSD 4.x kernel and user-land in multi-user mode $ shutdown -r now o rebuild some criticial programs to avoid spurious segfaults under the forthcoming final "buildworld/installworld" step $ vi /etc/make.conf #NOPERL=3Dtrue $ cd /usr/src/gnu/usr.bin/perl=3D20 $ (cd libperl && make all install) $ (cd perl && make all install) $ make clean all install $ cd /usr/src/usr.bin/lex && make clean all install $ cd /usr/src/usr.bin/yacc && make clean all install $ cd /usr/src/gnu/usr.bin/as && make clean all install $ cd /usr/src/gnu/usr.bin/cc && make clean all install $ cd /usr/src/gnu/lib/libgcc && make clean all install o build and install the world finally from scratch (under FreeBSD 4.x run-= time) $ cd /usr/obj $ chflags -R noschg * $ rm -rf * $ cd /usr/src $ make buildworld $ make installworld o rebuild the kernel with the final tools $ cd /sys/i386/conf $ config FOO $ cd /sys/compile/FOO $ make depend all $ make install o reboot to switch to the final FreeBSD 4.x system $ shutdown -r now -Wash -- Odhiambo Washington Inter-Connect Ltd., wash@iconnect.co.ke 5th Flr Furaha Plaza Tel: 254 11 222604 Nkrumah Rd., Fax: 254 11 222636 PO Box 83613 MOMBASA, KE. Death to all fanatics!=20 --wRRV7LY7NUeQGEoC Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6k+QTA2k+MNyI/bERAp09AJ4u940G0T6q06gtJSSRT4KbwLMH6gCff4oQ SXphZRTaE5yL/2bIu2TS1BY= =wjHq -----END PGP SIGNATURE----- --wRRV7LY7NUeQGEoC-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 7:52:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id 0FEA037B69C for ; Wed, 21 Feb 2001 07:52:49 -0800 (PST) (envelope-from lowell@be-well.ilk.org) Received: (from lowell@localhost) by be-well.ilk.org (8.11.2/8.11.2) id f1LFqdR06932; Wed, 21 Feb 2001 10:52:39 -0500 (EST) (envelope-from lowell) To: freebsd-questions@freebsd.org Subject: Re: Boot up execution order - error in man pages? References: From: Lowell Gilbert Date: 21 Feb 2001 10:52:38 -0500 In-Reply-To: falbu@amnesty.org's message of "21 Feb 2001 16:11:57 +0100" Message-ID: <44u25om3sp.fsf@lowellg.ne.mediaone.net> Lines: 37 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG falbu@amnesty.org writes: > I was trying to configure the system-wide path, so that it will > contain /usr/local/bin. I have a script which is launched in > /usr/local/etc/rc.d and it needed that path. This is probably not the best approach. Just have your script specify the complete path; it's not important for security as it is in interactive use, but it's still a good habit. > According to the manual (FreeBSD 4.1) : > "The rc.d directories contain scripts which will be automatically executed > at boot time. The specified directories are processed immediately after > rc.local is executed. (See below for details on how to specify directo­ > ries to check.) " > > It seems to me that this is not true. It is true. It is quite clear from looking at rc itself, where the call to rc.local is only half a dozen lines before the check of the $local_startup directories. > At the point the script from the rc.d folder is launched, the content of > the > PATH variable is as specified in /etc/rc, even if I have added the right > settings in /etc/rc.local. rc.local does not do configuration; it is executed in a separate shell, and none of its variables propagate back. > Since it's recommended _not_ to modify /etc/rc, where should I alter the > PATH variable to be effective at startup time (when launching /etc/rc.d)? You shouldn't. You could do it in rc.conf, but you'd really be much better off not doing it at all. Good luck. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 7:56:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id B223637B6A4 for ; Wed, 21 Feb 2001 07:56:19 -0800 (PST) (envelope-from lowell@be-well.ilk.org) Received: (from lowell@localhost) by be-well.ilk.org (8.11.2/8.11.2) id f1LFuJe06945; Wed, 21 Feb 2001 10:56:19 -0500 (EST) (envelope-from lowell) To: freebsd-questions@freebsd.org Subject: Re: Firewall Logging References: <12C7D768CC8ED4118A9200508BEEC6FB929757@zanexch.zantaz.com> From: Lowell Gilbert Date: 21 Feb 2001 10:56:18 -0500 In-Reply-To: crider@zantaz.com's message of "21 Feb 2001 16:11:39 +0100" Message-ID: <44r90sm3ml.fsf@lowellg.ne.mediaone.net> Lines: 8 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG crider@zantaz.com (Chuck Rider) writes: > How do configure syslog.conf to capture firewall log messages to a file? If > I am logged in as root they display on the console, but I would like them to > be captured to a file at all times. There is a line in the default syslog.conf that does this already: security.* /var/log/security To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 7:58:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lincc.lincc.lib.or.us (lincc.lincc.lib.or.us [198.245.131.10]) by hub.freebsd.org (Postfix) with ESMTP id 9441437B6A6 for ; Wed, 21 Feb 2001 07:58:15 -0800 (PST) (envelope-from george@lincc.lib.or.us) Received: from localhost (george@localhost) by lincc.lincc.lib.or.us (8.9.2/8.9.2) with ESMTP id HAA26011; Wed, 21 Feb 2001 07:58:13 -0800 (PST) (envelope-from george@lincc.lib.or.us) Date: Wed, 21 Feb 2001 07:58:12 -0800 (PST) From: George Yobst To: Linh Pham Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Mirroring a CVSup server In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Install cvsup-mirror-1.2 in ports/net. It's easy, asks a few questions, and then you're almost ready. You do have to change one file: /usr/local/etc/cvsup/config.sh , because it defaults the host to cvsup-master.freebsd.org. Change that to cvsup5 or another server of your choice. As I understand it, only JKH can give you access to -master if you want to allow that repository to be accessed by everybody. The first run takes major bandwidth because you're downloading ALL the stuff, but after that, you're just getting changes. I just run mine once a day at 5am, or manually as needed. The updates to your local machines will sure go faster! Getting everything, it currently takes: root@cvsup:/usr/mirror #du -d 1 -c -k 1119309 ./source 70830 ./www 170799 ./gnats 568698 ./mail 1929637 . 1929637 total -George On Tue, 20 Feb 2001, Linh Pham wrote: *Hello, * *With more and more FreeBSD servers popping up in the company that I work *for, I would like to mirror a CVSup server but make it available to only *machines within our network or trusted machines. How would I go about *setting up a CVSup server (like cvsup5.freebsd.org) and are there any *documentation available on this topic? * *Also, how large is the entire CVSup server collection? I have a server *with about 40GB of storage that I can dedicate to mirrored data. The *machine has a Pentium Pro 200 with 256MB of RAM, SCSI RAID controller *(which is supported and is working great) and 10/100 Ethernet. I know *the bottleneck is the Internet connection. * *Any help would be greatful. * *TIA! * *-- *Linh Pham *[question@closedsrc.org] * *// 404b - Brain not found * * *To Unsubscribe: send mail to majordomo@FreeBSD.org *with "unsubscribe freebsd-questions" in the body of the message * --------------------------------------------------------------------------- George Yobst, Library Technology Specialist phone: 503.723.4890 Library Information Network of Clackamas County fax: 503.794.8238 16239 SE McLoughlin Blvd, Suite 208 web: http://www.lincc.lib.or.us Oak Grove, OR 97267-4654 email: george@lincc.lib.or.us "...it is impossible for anyone to begin to learn what he thinks he already knows." - Epictetus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 8: 3:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id 16E5D37B6A6 for ; Wed, 21 Feb 2001 08:03:12 -0800 (PST) (envelope-from question@closedsrc.org) Received: by q.closedsrc.org (Postfix, from userid 1002) id 6222055407; Wed, 21 Feb 2001 07:57:46 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by q.closedsrc.org (Postfix) with ESMTP id 5102451610; Wed, 21 Feb 2001 07:57:46 -0800 (PST) Date: Wed, 21 Feb 2001 07:57:46 -0800 (PST) From: Linh Pham To: George Yobst Cc: Subject: Re: Mirroring a CVSup server In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 2001-02-21, George Yobst scribbled: # # Install cvsup-mirror-1.2 in ports/net. It's easy, asks a # few questions, and then you're almost ready. You do have # to change one file: /usr/local/etc/cvsup/config.sh , because # it defaults the host to cvsup-master.freebsd.org. Change # that to cvsup5 or another server of your choice. As I # understand it, only JKH can give you access to -master # if you want to allow that repository to be accessed # by everybody. Thanks... I'll run that when I get some free time here :-) A SysAdmin's job is never done. # The first run takes major bandwidth because you're downloading # ALL the stuff, but after that, you're just getting changes. I # just run mine once a day at 5am, or manually as needed. # The updates to your local machines will sure go faster! I'd like to see the bandwidth report when it's syncing... maybe I'll run the first cvsup-mirror on a weekend when noone is here and I have all the bandwidth to myself... mwhahahaha... oops. Again, thank you! -- Linh Pham [question@closedsrc.org] // 404b - Brain not found To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 8: 6:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id 6815537B67D for ; Wed, 21 Feb 2001 08:06:30 -0800 (PST) (envelope-from mtech@buffnet.net) Received: from buffnet5.buffnet.net (buffnet5.buffnet.net [205.246.19.14]) by buffnet4.buffnet.net (8.9.3/8.8.7) with ESMTP id LAA15356 for ; Wed, 21 Feb 2001 11:06:34 -0500 (EST) (envelope-from mtech@buffnet.net) Date: Wed, 21 Feb 2001 11:06:26 -0500 (EST) From: Mohsin Rahman To: FreeBSD Questions Subject: cable + dhclient Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I have a little problem where I can not put my finger on the problem. I have a friend who connects with cable from Adelphia Comm. I setup his dhclient on a FreeBSD 4.2 box with NATD. When I issue "dhclient ed0", I get an IP address, namerserver, subnetmask, and the default gateway. I can ping the outside world with IP only. I cant not do anything else. Cant telnet, web, ftp, nothing. I went through the mailing list archive and found that some people suggested sending the hostname when the cable modem was initially installed. Did that in the dhclient.conf file and it changed nothing. If anyone can point out what I am doing wrong, I'll appreciate it. Thanks! Here are some config files: dhclient.conf ------------- # $FreeBSD: src/etc/dhclient.conf,v 1.2 1999/08/27 23:23:41 peter Exp $ # # This file is required by the ISC DHCP client. # See ``man 5 dhclient.conf'' for details. # # In most cases an empty file is suffient for most people as the # defaults are usually fine. # timeout 60; retry 60; reboot 10; select-timeout 5; initial-interval 2; #script "/etc/dhclient-script"; interface "ed0" { send host-name "heverin"; request subnet-mask, broadcast-address, routers, domain-name-servers, domain-name; require domain-name-servers; } netsat -nr ---------- Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 24.49.88.1 UGSc 17 91 ed0 10/24 link#1 UC 0 0 rl0 => 24.49.88/23 link#2 UC 0 0 ed0 => 24.49.88.1 0:0:1d:bc:29:77 UHLW 18 0 ed0 1189 127.0.0.1 127.0.0.1 UH 0 0 lo0 Internet6: Destination Gateway Flags Netif Expire ::1 ::1 UH lo0 fe80::%rl0/64 link#1 UC rl0 fe80::%ed0/64 link#2 UC ed0 fe80::%lo0/64 fe80::1%lo0 Uc lo0 ff01::/32 ::1 U lo0 ff02::%rl0/32 link#1 UC rl0 ff02::%ed0/32 link#2 UC ed0 ff02::%lo0/32 fe80::1%lo0 UC lo0 ifconfgia -a ------------ rl0: flags=8843 mtu 1500 inet 10.0.0.1 netmask 0xffffff00 broadcast 10.0.0.255 inet6 fe80::250:22ff:fe40:32e%rl0 prefixlen 64 scopeid 0x1 ether 00:50:22:40:03:2e media: autoselect (none) status: active supported media: autoselect 100baseTX 100baseTX 10baseT/UTP 10baseT/UTP 100baseTX ed0: flags=8843 mtu 1500 inet6 fe80::200:e8ff:fe1e:5cc2%ed0 prefixlen 64 scopeid 0x2 inet 24.49.88.138 netmask 0xfffffe00 broadcast 24.49.89.255 ether 00:00:e8:1e:5c:c2 lo0: flags=8049 mtu 16384 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 inet6 ::1 prefixlen 128 inet 127.0.0.1 netmask 0xff000000 ppp0: flags=8010 mtu 1500 sl0: flags=c010 mtu 552 kernel file (parts cut out) --------------------------- machine i386 cpu I386_CPU cpu I486_CPU cpu I586_CPU cpu I686_CPU ident jazzbo maxusers 256 pseudo-device bpf 4 #Berkeley packet filter # Firewall Options options IPFIREWALL options IPDIVERT resolv.conf ----------- search buf.adelphia.net. nameserver 24.48.33.2 nameserver 24.48.33.3 ping results ------------ PING 205.246.19.37 (205.246.19.37): 56 data bytes 64 bytes from 205.246.19.37: icmp_seq=0 ttl=245 time=584.159 ms 64 bytes from 205.246.19.37: icmp_seq=1 ttl=245 time=556.505 ms 64 bytes from 205.246.19.37: icmp_seq=2 ttl=245 time=517.130 ms 64 bytes from 205.246.19.37: icmp_seq=3 ttl=245 time=549.336 ms 64 bytes from 205.246.19.37: icmp_seq=4 ttl=245 time=564.416 ms 64 bytes from 205.246.19.37: icmp_seq=5 ttl=245 time=557.808 ms 64 bytes from 205.246.19.37: icmp_seq=6 ttl=245 time=565.850 ms 64 bytes from 205.246.19.37: icmp_seq=7 ttl=245 time=575.439 ms 64 bytes from 205.246.19.37: icmp_seq=8 ttl=245 time=596.600 ms 64 bytes from 205.246.19.37: icmp_seq=9 ttl=245 time=526.579 ms 64 bytes from 205.246.19.37: icmp_seq=10 ttl=245 time=617.499 ms 64 bytes from 205.246.19.37: icmp_seq=11 ttl=245 time=600.234 ms 64 bytes from 205.246.19.37: icmp_seq=12 ttl=245 time=625.439 ms 64 bytes from 205.246.19.37: icmp_seq=13 ttl=245 time=657.435 ms 64 bytes from 205.246.19.37: icmp_seq=14 ttl=245 time=645.062 ms 64 bytes from 205.246.19.37: icmp_seq=15 ttl=245 time=662.644 ms 64 bytes from 205.246.19.37: icmp_seq=16 ttl=245 time=732.481 ms --- 205.246.19.37 ping statistics --- 17 packets transmitted, 17 packets received, 0% packet loss round-trip min/avg/max/stddev = 517.130/596.154/732.481/53.853 ms Mohsin AbdulRahman MTech@BuffNET.Net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 8:11: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id 8C4AF37B65D for ; Wed, 21 Feb 2001 08:10:57 -0800 (PST) (envelope-from wash@iconnect.co.ke) Received: from [212.22.163.2] (helo=poeza.iconnect.co.ke) by siafu.iconnect.co.ke with esmtp (Exim 2.12 #1) id 14Vbp5-0006FG-00; Wed, 21 Feb 2001 19:08:59 +0300 Received: from wash by poeza.iconnect.co.ke with local (Exim 3.20 #1) id 14VbsI-0009mZ-00; Wed, 21 Feb 2001 19:12:18 +0300 Date: Wed, 21 Feb 2001 19:12:18 +0300 From: Odhiambo Washington To: freebsd-questions@freebsd.org Cc: ipthomas_77@yahoo.com Subject: Re: mail redirected? Message-ID: <20010221191218.C36082@poeza.iconnect.co.ke> Mail-Followup-To: Odhiambo Washington , freebsd-questions@freebsd.org, ipthomas_77@yahoo.com References: <3A9165C6.4F634328@avalon.net> <20010219195228.18038.qmail@web4302.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="+xNpyl7Qekk2NvDX" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010219195228.18038.qmail@web4302.mail.yahoo.com>; from "Ian Thomas" on Mon, Feb 19, 2001 at 11:52:28AM -0800 X-Operating-System: FreeBSD poeza.iconnect.co.ke 4.2-STABLE FreeBSD 4.2-STABLE X-Mailer: Mutt http://www.mutt.org/ X-Location: Mombasa, KE, East Africa Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --+xNpyl7Qekk2NvDX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Ian Thomas [20010220 01:35]: writing on the subje= ct 'Re: mail redirected?' Ian> I just replied to an email from the list and got this Ian> message back. Ian>=20 Ian> When ipthomas_77@yahoo.com sent e-mail to Ian> HAJO@EXCEDO.SE (1/255/1) Ian> The message was blocked by TFS Secure Messaging Ian>=20 Ian> I only added questions to the Cc. Not sure if the two Ian> are related. I got the same twice and now I am wondering whether it is a good idea cc-in= g the sender any responses. -Wash -- Odhiambo Washington Inter-Connect Ltd., cwash@iconnect.co.ke 5th Flr Furaha Plaza Tel: 254 11 222604 Nkrumah Rd., Fax: 254 11 222636 PO Box 83613 MOMBASA, KE. --+xNpyl7Qekk2NvDX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6k+jiA2k+MNyI/bERAhVtAJ48Y2MX0ZRqni4VbDUuvltaVyr2rACgsxqk UwHVH6YggCZE+BRHsw3tw8w= =fMhx -----END PGP SIGNATURE----- --+xNpyl7Qekk2NvDX-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 8:15:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from [209.239.36.156] (host2.hostmatters.com [209.239.36.156]) by hub.freebsd.org (Postfix) with ESMTP id 7CE2837B491 for ; Wed, 21 Feb 2001 08:15:41 -0800 (PST) (envelope-from ben@cahostnet.com) Received: from nhqadmin17 (224host88.redcross.org [162.6.224.88]) by [209.239.36.156] (8.10.2/8.10.2) with SMTP id f1LGFbw18094 for ; Wed, 21 Feb 2001 11:15:37 -0500 Message-ID: <000f01c09c21$af56a980$6102a00a@nhqadmin17> From: "Ben" To: Subject: Sendmail HELP HELP!!!! Date: Wed, 21 Feb 2001 11:16:42 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a sendmail book and have read all of the README's and INSTALL files. These files aren't that friendly to me. Or at least I don't get it. It's too much. I was wondering if anyone could give me a simple version of how to compile the program and get started on the configurations. I have the book so I can go through all the options that way. I'm just having some problems getting it compiled and having all of it's files in the correct place. I downloaded the 8.11.2 file. Any help will be appreciated. If you have a web site that I can go to that has a simplified version that will be helpful as well. Please not I've gone to sendmail.org and read all their documentation, I just don't get it. Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 8:15:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from srcso.globis.ru (globis.ru [212.248.80.7]) by hub.freebsd.org (Postfix) with ESMTP id 6DEFA37B401 for ; Wed, 21 Feb 2001 08:15:44 -0800 (PST) (envelope-from igor@raduga.dyndns.org) Received: from raduga.dyndns.org (raduga.sochi.net [212.248.82.76]) by srcso.globis.ru (8.9.3/8.9.3) with ESMTP id TAA71952 for ; Wed, 21 Feb 2001 19:56:55 +0300 (MSK) (envelope-from igor@raduga.dyndns.org) Received: (from igor@localhost) by raduga.dyndns.org (8.10.1/8.10.1) id f1LGFPf06154 for freebsd-questions@freebsd.org; Wed, 21 Feb 2001 19:15:25 +0300 Date: Wed, 21 Feb 2001 19:15:25 +0300 From: Igor Robul To: freebsd-questions@freebsd.org Subject: MD root Message-ID: <20010221191524.A6114@linux.rainbow> Reply-To: igorr@crosswinds.net Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I'm trying build PicoBSD, but I'm getting error message "MFS filesystem signature not found in kernel" I have examined /usr/src/release/write_mfs_in_kernel.c and I have found that this program looks for "MFS Filesystem goes here" in kernel file. How can I reserve space for filesystem in kernel image? -- Igor Robul, Unix System Administrator & Programmer @ sanatorium "Raduga", Sochi, Russia http://www.brainbench.com/transcript.jsp?pid=304744 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 8:23:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from zcars04e.nortelnetworks.com (zcars04e.nortelnetworks.com [47.129.242.56]) by hub.freebsd.org (Postfix) with ESMTP id 061F037B699 for ; Wed, 21 Feb 2001 08:23:40 -0800 (PST) (envelope-from mkoivist@nortelnetworks.com) Received: from zcard015.ca.nortel.com (actually zcard015) by zcars04e.nortelnetworks.com; Wed, 21 Feb 2001 11:23:28 -0500 Received: by zcard015.ca.nortel.com with Internet Mail Service (5.5.2653.19) id ; Wed, 21 Feb 2001 11:23:29 -0500 Message-ID: From: "Matthew Koivisto" To: "'freebsd-questions@freebsd.org'" Subject: RE: mail redirected? Date: Wed, 21 Feb 2001 11:23:24 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C09C22.9D2BD310" X-Orig: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C09C22.9D2BD310 Content-Type: text/plain; charset="iso-8859-1" Yeah, that guy's mail server is messed up and anyone who posts to the list gets this automatic e-mail from his server. If there is any admin here, maybe they could manually remove him the from the list, so we don't get any more of these messages? matt -----Original Message----- From: Odhiambo Washington [mailto:wash@iconnect.co.ke] Sent: Wednesday, February 21, 2001 11:12 AM To: freebsd-questions@freebsd.org Cc: ipthomas_77@yahoo.com Subject: Re: mail redirected? << File: ATT00018.dat >> * Ian Thomas [20010220 01:35]: writing on the subject 'Re: mail redirected?' Ian> I just replied to an email from the list and got this Ian> message back. Ian> Ian> When ipthomas_77@yahoo.com sent e-mail to Ian> HAJO@EXCEDO.SE (1/255/1) Ian> The message was blocked by TFS Secure Messaging Ian> Ian> I only added questions to the Cc. Not sure if the two Ian> are related. I got the same twice and now I am wondering whether it is a good idea cc-ing the sender any responses. -Wash -- Odhiambo Washington Inter-Connect Ltd., cwash@iconnect.co.ke 5th Flr Furaha Plaza Tel: 254 11 222604 Nkrumah Rd., Fax: 254 11 222636 PO Box 83613 MOMBASA, KE. ------_=_NextPart_001_01C09C22.9D2BD310 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable RE: mail redirected?

Yeah, that guy's mail server is messed up and anyone = who posts to the list gets this automatic e-mail from his server. If = there is any admin here, maybe they could manually remove him the from = the list, so we don't get any more of these messages?

matt
 -----Original Message-----
From:   Odhiambo Washington [mailto:wash@iconnect.co.ke] =
Sent:   Wednesday, February 21, 2001 11:12 = AM
To:     = freebsd-questions@freebsd.org
Cc:     = ipthomas_77@yahoo.com
Subject:        = Re: mail redirected?

 << File: ATT00018.dat >> * Ian = Thomas <ipthomas_77@yahoo.com> [20010220 01:35]: writing on the = subject 'Re: mail redirected?'

Ian> I just replied to an email from the list and = got this
Ian> message back.
Ian>
Ian> When ipthomas_77@yahoo.com sent e-mail = to
Ian> HAJO@EXCEDO.SE (1/255/1)
Ian> The message was blocked by TFS Secure = Messaging
Ian>
Ian> I only added questions to the Cc.  Not = sure if the two
Ian> are related.

I got the same twice and now I am wondering whether = it is a good idea cc-ing the sender
any responses.


-Wash

--
Odhiambo Washington  Inter-Connect Ltd.,
cwash@iconnect.co.ke  5th Flr Furaha = Plaza
Tel: 254 11 222604   Nkrumah Rd.,
Fax: 254 11 222636   PO Box 83613 MOMBASA, = KE.

------_=_NextPart_001_01C09C22.9D2BD310-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 8:28: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from server1.cipher.com.br (server1.cipher.com.br [200.192.23.19]) by hub.freebsd.org (Postfix) with ESMTP id 7B08D37B401 for ; Wed, 21 Feb 2001 08:28:01 -0800 (PST) (envelope-from alexandre@cipher.com.br) Received: from is32.cipher.com.br (localhost.localdomain [127.0.0.1]) by server1.cipher.com.br (8.11.0/8.11.0) with SMTP id f1LFQmG21942; Wed, 21 Feb 2001 13:26:48 -0200 Date: Wed, 21 Feb 2001 13:29:46 -0300 From: Alexandre Florio To: Lowell Gilbert Cc: freebsd-questions@freebsd.org Subject: Re: Sound Problem Message-Id: <20010221132946.5f17f6ff.alexandre@cipher.com.br> In-Reply-To: <4466i4nktg.fsf@lowellg.ne.mediaone.net> References: <20010221115456.4299ed33.alexandre@cipher.com.br> <4466i4nktg.fsf@lowellg.ne.mediaone.net> X-Mailer: Sylpheed version 0.4.9 (GTK+ 1.2.8; FreeBSD 4.2-RELEASE; i386) Organization: Cipher Technology Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 21 Feb 2001 09:59:39 -0500 Lowell Gilbert wrote: > Notice that when you "MAKEDEV snd0", /dev/dsp gets linked to /dev/dsp0. > You then proceeded to "MAKEDEV snd1", which linked /dev/dsp to /dev/dsp1 > instead. You will have this problem with other bits of the sound devices > as well, so you should go back and "MAKEDEV snd0" again. Ok, I will do this, thank you! -- Alexandre Florio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 8:28: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from [209.239.36.156] (host2.hostmatters.com [209.239.36.156]) by hub.freebsd.org (Postfix) with ESMTP id 495D337B503 for ; Wed, 21 Feb 2001 08:28:04 -0800 (PST) (envelope-from ben@cahostnet.com) Received: from nhqadmin17 (224host88.redcross.org [162.6.224.88]) by [209.239.36.156] (8.10.2/8.10.2) with SMTP id f1LGS3w20628 for ; Wed, 21 Feb 2001 11:28:03 -0500 Message-ID: <002701c09c23$6c0e7890$6102a00a@nhqadmin17> From: "Ben" To: Subject: Date: Wed, 21 Feb 2001 11:29:11 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 unsubscribe ben@cahostnet.net freebsd-questions@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 8:31: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail02.vsnl.net (mail02.vsnl.net [203.197.12.5]) by hub.freebsd.org (Postfix) with ESMTP id 2647837B4EC for ; Wed, 21 Feb 2001 08:30:55 -0800 (PST) (envelope-from aneroid@subdimension.com) Received: from subdimension.com ([203.197.77.203]) by mail02.vsnl.net (Netscape Messaging Server 4.15) with ESMTP id G948JA00.2IB for ; Wed, 21 Feb 2001 22:00:46 +0530 Message-ID: <3A93EC16.662A9CD0@subdimension.com> Date: Wed, 21 Feb 2001 21:55:58 +0530 From: Anirudh Dutt X-Mailer: Mozilla 4.51 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: getting 'make install' in ports to use wget Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi i'm on a dial-up connection and am not really able to stay online long enough to download some of the big files. (like mozilla-17mb or gnome-applets-5mb). since wget can resume downloads, is there any way i can get the ports 'make install' to use wget instead of ftp or whatever? thanx ani d To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 8:34:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail10.sdc1.sfba.home.com (femail10.sdc1.sfba.home.com [24.0.95.106]) by hub.freebsd.org (Postfix) with ESMTP id 3B60D37B491 for ; Wed, 21 Feb 2001 08:34:07 -0800 (PST) (envelope-from ralph@maxsoft.com) Received: from [192.168.0.27] ([24.7.223.67]) by femail10.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010221163406.UPNE6244.femail10.sdc1.sfba.home.com@[192.168.0.27]>; Wed, 21 Feb 2001 08:34:06 -0800 Mime-Version: 1.0 X-Sender: ralph99@mail.voicenet.com Message-Id: In-Reply-To: <000d01c09899$c045ec00$1401a8c0@tedm.placo.com> References: <000d01c09899$c045ec00$1401a8c0@tedm.placo.com> Date: Wed, 21 Feb 2001 11:34:08 -0500 To: "Ted Mittelstaedt" From: Ralph Dratman Subject: RE: ata1-master: CDROM device - NO DRIVER! Cc: freebsd-questions@FreeBSD.ORG, Valery Izotov , Tait Larson , Ivan Fetch , Tim McMillen Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ted, Thanks very much for your reply. In fact I did build a custom kernel with the following line in the configuration file: device matcd0 at isa? port 0x230 but the device still isn't coming up. I found this configuration line in the LINT file, but I must admit that I don't understand the syntax of it. Given the bootup error message ata1-master: CDROM device - NO DRIVER! should I change the port address to 1c05? I feel pretty dumb. Also, in the Lehey book, p. 361, the matcd0 configuration line is shown as follows: controller matcd0 at isa? port 0x230 bio and I don't know what to think of "controller" versus "device" or the "bio" at the end. Regards, Ralph Dratman ================================== >The matcd driver has been removed from the 4.2 boot floppy >because of lack of space. It is still in the system and once >you have installed FreeBSD you may compile a kernel with >this device and use it. If you need to install from this >CD you may create a installation floppy with a custom kernel >with this device defined in it. > >Ted Mittelstaedt tedm@toybox.placo.com >Author of: The FreeBSD Corporate Networker's Guide >Book website: http://www.freebsd-corp-net-guide.com > >> -----Original Message----- >> From: owner-freebsd-questions@FreeBSD.ORG >> [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Ralph Dratman >> Sent: Friday, February 16, 2001 3:06 PM >> To: freebsd-questions@FreeBSD.ORG >> Subject: ata1-master: CDROM device - NO DRIVER! >> >> The following comes up during boot of 4.2: >> >> ata1-master: CDROM device - NO DRIVER! >> >> But the same CD-ROM drive worked fine when I was running 3.3. >> >> Others have also experienced this problem. I'm copying this message >> to four people who discussed it in mailing list archives. So far I >> haven't found any explanation of why this drive worked before but not >> now. Has anyone found a resolution? >> >> Regards, >> >> Ralph Dratman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 8:42:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dsl-64-193-218-89.telocity.com (dsl-64-193-218-89.telocity.com [64.193.218.89]) by hub.freebsd.org (Postfix) with SMTP id 7907637B4EC for ; Wed, 21 Feb 2001 08:42:42 -0800 (PST) (envelope-from lucas@slb.to) Received: (qmail 20993 invoked by uid 1000); 21 Feb 2001 16:43:02 -0000 Date: Wed, 21 Feb 2001 10:43:01 -0600 From: Lucas Bergman To: "Brian T. Allen" Cc: freebsd-questions@freebsd.org Subject: Re: Switching from Red Hat Linux to FreeBSD Message-ID: <20010221104301.E4793@billygoat.slb.to> Reply-To: lucas@slb.to References: <3A91ED99.E1330FE5@babbleon.org> <001e01c09af6$12614210$2618b3cf@picard> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <001e01c09af6$12614210$2618b3cf@picard>; from brian@gzmarketing.com on Mon, Feb 19, 2001 at 09:32:02PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I am trying hard to be the newest convert to FreeBSD (installed from > 4.2 ISO), converting from Red Hat Linux. I have a lot of experience > with Linux, but I am a FreeBSD virgin. Awesome. Welcome. > Are there any FAQ's out there that are designed to help a seasoned > Linux user make the transition to FreeBSD? I seem to remember something like that (at freebsddiary.org, IIRC). Basically, the Unix commands are going to be the same across the board except for a few notorious ones (ifconfig, ps, route, etc.) that never seemed to heal across the SysV/BSD gap. I think what you want to know are the differences in config files, though, and that's tricky: > For instance, under Linux I issue the command: > > # /etc/rc.d/init.d/inet restart > > to restart the network after making changes. What is the similar > command under FreeBSD? I am so lost right now I just reboot the > machine after I make configuration file changes... :} Hmm... % uname -a Linux apu 2.2.16 #15 Thu Feb 15 11:12:47 CST 2001 i686 unknown % /etc/rc.d/init.d/inet restart /etc/rc.d/init.d/inet: Command not found. Remember, stuff like what you're talking about is actually Redhat-specific, not just Linux-specific. These convenience scripts either don't exist or are substantially different on, e.g. Slackware and Debian. These scripts do not exist, for the most part, on FreeBSD either. It makes the learning curve a little sharp, yes, but you learn much better what's going on that way. Also, you don't restart every network service when a single option changes. For example, you learn that if you alter /etc/inetd.conf, you should restart inetd with # kill -HUP `cat /var/run/inetd.pid` or if you change the `defaultrouter' line, you can do # route delete default && route add default 1.2.3.4 I'd advise just searching /etc/rc* to see what those scripts do on startup with your particular options, and then use that as a starting point. If you have specific questions, there are dozens of people on this list who can help. Just ask, "I changed the `x' line in /etc/rc.conf to accomplish `y', and I'm pretty sure that's right. How can I make `y' take effect now without rebooting?" > A cross-reference of commands, configuration files, etc. would be a > big boon to those making the same trip I am making. I would be > happy to spearhead it, but right now I only understand the Linux > half of the equation... A noble goal, but a tricky one. As you demonstrated above, this business of configuration is not even close to uniform across Linux distributions, so any such documentation is going to be of limited use, even among Linux users. Still, such documentation for Redhat users may still be useful... mumble, mumble. > References: <3A91ED99.E1330FE5@babbleon.org> It appears that you hit the `reply' button to some random message in -questions in order to post your question. This may work, but I for one use a mail client that displays messages in their threads, and you doing this made your post look like an answer to another user's question. I almost missed it, and I'd wager a bunch of others did, too. Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 8:44:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.enteract.com (mail.enteract.com [207.229.143.33]) by hub.freebsd.org (Postfix) with ESMTP id 73A1337B401 for ; Wed, 21 Feb 2001 08:44:31 -0800 (PST) (envelope-from dscheidt@tumbolia.com) Received: from shell-3.enteract.com (dscheidt@shell-3.enteract.com [207.229.143.42]) by mail.enteract.com (8.9.3/8.9.3) with ESMTP id KAA93999; Wed, 21 Feb 2001 10:44:24 -0600 (CST) (envelope-from dscheidt@tumbolia.com) Date: Wed, 21 Feb 2001 10:44:23 -0600 (CST) From: David Scheidt X-Sender: dscheidt@shell-3.enteract.com To: Anirudh Dutt Cc: freebsd-questions@freebsd.org Subject: Re: getting 'make install' in ports to use wget In-Reply-To: <3A93EC16.662A9CD0@subdimension.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 21 Feb 2001, Anirudh Dutt wrote: :hi :i'm on a dial-up connection and am not really able to stay online long :enough to download some of the big files. (like mozilla-17mb or :gnome-applets-5mb). since wget can resume downloads, is there any way i :can get the ports 'make install' to use wget instead of ftp or whatever? : Making it use wget would be easy. Dumb, but easy. Making it smart enough to restart a fetch is much harder (and fetch(1), the tool that the ports make fetch target uses, can do this too.) probably the easiest thing for you to do is manually fetch the distfiles. Put them in /usr/ports/distfiles/ and they'll just work. (For most things, there are a handfull of ports that create their own subdirectories. That's documented in the Makefile, of course, and it's also in the output that says "foo.tar.gz not found in ports/distfiles/foo/".) -- dscheidt@tumbolia.com Bipedalism is only a fad. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 8:52: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id D294A37B491 for ; Wed, 21 Feb 2001 08:51:57 -0800 (PST) (envelope-from lowell@be-well.ilk.org) Received: (from lowell@localhost) by be-well.ilk.org (8.11.2/8.11.2) id f1LGptN07094; Wed, 21 Feb 2001 11:51:55 -0500 (EST) (envelope-from lowell) To: freebsd-questions@freebsd.org Subject: Re: getting 'make install' in ports to use wget References: <3A93EC16.662A9CD0@subdimension.com> From: Lowell Gilbert Date: 21 Feb 2001 11:51:55 -0500 In-Reply-To: aneroid@subdimension.com's message of "21 Feb 2001 17:31:07 +0100" Message-ID: <44zofgkmhg.fsf@lowellg.ne.mediaone.net> Lines: 10 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG aneroid@subdimension.com (Anirudh Dutt) writes: > i'm on a dial-up connection and am not really able to stay online long > enough to download some of the big files. (like mozilla-17mb or > gnome-applets-5mb). since wget can resume downloads, is there any way i > can get the ports 'make install' to use wget instead of ftp or whatever? You can set FETCH_CMD in make.conf, but downloading the files by hand and putting them into /usr/ports/distfiles is probably easier if human intervention is required anyway. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 8:56: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lake.siofok.com (lake.siofok.com [195.56.19.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BD8437B401 for ; Wed, 21 Feb 2001 08:55:58 -0800 (PST) (envelope-from peter@siofok.com) Received: from lake ([195.56.19.125]) by lake.siofok.com (Post.Office MTA v3.5.3 release 223 ID# 189-68721U100L2S100V35) with SMTP id com for ; Wed, 21 Feb 2001 17:55:54 +0100 Message-ID: <002a01c09c27$278418c0$7d1338c3@lake.siofok.com> From: "Emelin Peter" To: Subject: Help Date: Wed, 21 Feb 2001 17:55:54 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dynamic distribution a bandwidth (traffic) in bsd with dumminet depending on priority pipe - is possible in dumminet?(FreeBSD 4.1.1) In steady-state variant all works,but necessary to do dynamically - return the bandwidth for secondary clients when mains is not active, and too back, if mains activ ,deprive bandwidth from secondary clients. Attentively i has read documentation on http://www.iet.unipi.it/~luigi/ip_dummynet but don't care did not understand as practically define pipe bandwidth depending on traffic in another? If beside someone this was got, possible hear as? Beforehand thank you. Emelin Peter peter@siofok.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 9: 3:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from froody.rupture.net (froody.rupture.net [205.252.38.80]) by hub.freebsd.org (Postfix) with ESMTP id C722F37B4EC for ; Wed, 21 Feb 2001 09:03:40 -0800 (PST) (envelope-from jon@rupture.net) Received: from localhost (jon@localhost) by froody.rupture.net (8.9.3/8.9.3) with ESMTP id MAA74939 for ; Wed, 21 Feb 2001 12:15:05 -0500 (EST) (envelope-from jon@rupture.net) Date: Wed, 21 Feb 2001 12:15:02 -0500 (EST) From: Jon Nathan To: freebsd-questions@freebsd.org Subject: webtrends on freebsd 4.2 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, does anyone have any experience getting webtrends to run on freebsd? one of our customers would like to run webtrends on a freebsd 4.2-stable machine. i installed the port/emulators/linux_base without a problem, downloaded the linux version, and the installation succeeded. however, i can't run wtrs (webtrends reporting service, the core of the program). i get this in the logfile, wtrs.startup: [..] Feb-21-2001 11:55:45: ini: ReverseDNSType = parse time. Feb-21-2001 11:55:45: ini: CacheSize = 50000. Feb-21-2001 11:55:45: ini: CacheExpire = 604800. Feb-21-2001 11:55:45: ini: ReportMask = 1f. Feb-21-2001 11:55:45: gid=1 egid=1 Feb-21-2001 11:55:45: uid=0 euid=1 Exception caught in ./src/webtrendsx.cpp at ln. 1665: SysWtmLogConfig::Load failed! Feb-21-2001 11:55:48: Failed to parse wtm_wtx config file - ./wtm_wtx/wtm_wtx.in the Exception caught doesn't reall help me because it's a commercial product and they don't distribute the source. they don't support it under freebsd, but i figured i could make it work with linux emulation. thanks, -jon -- Jon Nathan jon@rupture.net http://www.rupture.net/~jon/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 9:11: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from swebase.com (mail.swebase.com [212.75.75.45]) by hub.freebsd.org (Postfix) with ESMTP id E4FE937B491 for ; Wed, 21 Feb 2001 09:10:59 -0800 (PST) (envelope-from kasper@swebase.com) Received: from swebasekasper [212.75.92.66] by swebase.com (SMTPD32-6.06) id A71F179006C; Wed, 21 Feb 2001 18:13:03 +0100 Message-ID: <000901c09c29$50235960$425c4bd4@swebasekasper> From: "Kasper (swebase)" To: Subject: MySQL + Dual Date: Wed, 21 Feb 2001 18:11:21 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Do FreeBSD take care of dual processors well when running MySQL ? Med vänlig hälsning Kasper Kristiansson 042-162000, Fax 042-162009 Mobil 070-6203375 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 9:13:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from out5.mx.nwbl.wi.voyager.net (out5.mx.nwbl.wi.voyager.net [169.207.2.77]) by hub.freebsd.org (Postfix) with ESMTP id A2EC737B401 for ; Wed, 21 Feb 2001 09:13:21 -0800 (PST) (envelope-from dpoland@execpc.com) Received: from earth.execpc.com (dpoland@earth.execpc.com [169.207.16.1]) by out5.mx.nwbl.wi.voyager.net (8.11.1/8.11.1) with ESMTP id f1LHDKT50603; Wed, 21 Feb 2001 11:13:20 -0600 (CST) Received: (from dpoland@localhost) by earth.execpc.com (8.9.0) id LAA00550; Wed, 21 Feb 2001 11:13:20 -0600 (CST) Date: Wed, 21 Feb 2001 11:13:19 -0600 From: Doug Poland To: Ben Cc: questions@freebsd.org Subject: Re: Sendmail HELP HELP!!!! Message-ID: <20010221111319.A24238@polands.org> References: <000f01c09c21$af56a980$6102a00a@nhqadmin17> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3us In-Reply-To: <000f01c09c21$af56a980$6102a00a@nhqadmin17> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Feb 21, 2001 at 11:16:42AM -0500, Ben wrote: > I have a sendmail book and have read all of the README's and INSTALL > files. These files aren't that friendly to me. Or at least I don't > get it. It's too much. I was wondering if anyone could give me a > simple version of how to compile the program and get started on the > configurations. I have the book so I can go through all the options > that way. I'm just having some problems getting it compiled and having > all of it's files in the correct place. I downloaded the 8.11.2 file. > Any help will be appreciated. If you have a web site that I can go to > that has a simplified version that will be helpful as well. > > Please not I've gone to sendmail.org and read all their documentation, > I just don't get it. > I'm in the same boat as you, but I've spent a day poking around and found a few things. Here's what I've found. I know I'll mis-state some things and am hoping more knowledgeable people will correct me. It appears that the accepted way to config a sendmail system is to use the m4 language to process .mc/.m4 files into a working (hopefully) sendmail.cf file. The sendmail book from O'Reilly and the FAQ on sendmail.org are oriented towards this, as opposed to editing a pre-built sendmail.cf directly. Using this technique (as opposed to building one from scratch) you get all the advanced processing options (poor wording) and can "easily" add your local rules in a more human friendly way. On a 4.2-RELEASE system, there are four important locations for a sendmail config... (1) /usr/src/contrib/sendmail (.mc and .m4 files here) (2) /usr/src/etc/sendmail (3) /etc/mail (4) /usr/share/sendmail (.mc and .m4 files here too) Directory(1) appears to be the location from which you would compile sendmail itself and change various .mc files to build your sendmail.cf file. Directory(2) contains the freebsd.mc file. It's the template for how sendmail.cf is built on a -RELEASE system. Also included is a bonus file (freefall.mc) that builds a sendmail.cf for hosts that simply send mail to a central hub. Directory(3) is where you put your sendmail.cf and supplementary files. I'm not sure why Directory(4) exists. Also, I don't know the difference between a .mc and .m4 file. The idea is to to build a custom .mc file (see dir(2)) that has your additional features, rules, and options. The result is a sendmail.cf that you put in dir(3). If you are using access, mailertable, virtusertable features, then you edit the samples in dir(3) then run make from dir(3) and it builds the Berkeley db files for those. This is the sum total of my knowledge so far. Now the question is how do you write your .mc files to get the configuration you want up and running. I'm trying to build a mail hub for nine Unix clients and two MS-Win clients. For me, the clients will always forward outbound mail to the hub and never receive mail. The hub in turn will relay outbound email to my ISP's SMTP server. The hub will use fetchmail to gather email from several POP servers for users. Then the hub will run IMAP so all the clients can see their email. Examining the freebsd.mc and freefall.mc has helped a lot. Also, I got my dial-up ISP's sendmail.cf from his /etc directory. It's a bare-bones config for relaying and has some useful sender re-writing rules. Again, I re-state the fact that I'm a sendmail novice too and I may be wrong in my explanations. I'm writing this to organize my thoughts and help you as best I can. If a sendmail guru wants to correct me and expand on this, PLEASE do! -- Regards, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 9:14:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from blues.jpj.net (blues.jpj.net [204.97.17.146]) by hub.freebsd.org (Postfix) with ESMTP id B616737B491 for ; Wed, 21 Feb 2001 09:14:19 -0800 (PST) (envelope-from benh@blues.jpj.net) Received: from localhost (benh@localhost) by blues.jpj.net (8.11.1/8.11.1) with ESMTP id f1LHEIG16493 for ; Wed, 21 Feb 2001 12:14:18 -0500 (EST) Date: Wed, 21 Feb 2001 12:14:18 -0500 (EST) From: Ben Hockenhull To: questions@freebsd.org Subject: bt0 scsi 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 I just installed 4.2-RELEASE on a brand new machine, with a brand new disk and a brand new SCSI controller. dmesg output below for the relevant parts. I'm getting the following errors from time to time: bt0: Encountered busy mailbox with 191 out of 192 commands active!!! bt0: Encountered busy mailbox with 190 out of 192 commands active!!! bt0: btdone - Attempt to free non-active BCCB 0xc59dcc40 (da0:bt0:0:1:0): CCB 0xc59dd6c0 - timed out bt0: btdone - Attempt to free non-active BCCB 0xc59db3c0 (da0:bt0:0:1:0): CCB 0xc59dd6c0 - timed out bt0: No longer in timeout What do these errors mean, and what can I do to fix them? A search of the archives showed some other people asking the same questions, but no answers. dmesg: bt0: port 0xeff4-0xeff7 mem 0xffaff000-0xffafffff irq 10 at device 17.0 on pci0 bt0: BT-958 FW Rev. 5.07B Ultra Wide SCSI Host Adapter, SCSI ID 7, 192 CCBs Mounting root from ufs:/dev/da0s1a da0 at bt0 bus 0 target 1 lun 0 da0: Fixed Direct Access SCSI-3 device da0: 20.000MB/s transfers (10.000MHz, offset 15, 16bit), Tagged Queueing Enabled da0: 8748MB (17916240 512 byte sectors: 255H 63S/T 1115C) -- Ben Hockenhull benh@jpj.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 9:20:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id 9E39F37B401 for ; Wed, 21 Feb 2001 09:20:41 -0800 (PST) (envelope-from wash@iconnect.co.ke) Received: from [212.22.163.2] (helo=poeza.iconnect.co.ke) by siafu.iconnect.co.ke with esmtp (Exim 2.12 #1) id 14VcuR-0009Fq-00 for freebsd-questions@freebsd.org; Wed, 21 Feb 2001 20:18:35 +0300 Received: from wash by poeza.iconnect.co.ke with local (Exim 3.20 #1) id 14Vcxe-000A4Y-00 for freebsd-questions@freebsd.org; Wed, 21 Feb 2001 20:21:54 +0300 Date: Wed, 21 Feb 2001 20:21:54 +0300 From: Odhiambo Washington To: FBSD-Q Subject: TRAFD Message-ID: <20010221202154.A38594@poeza.iconnect.co.ke> Mail-Followup-To: Odhiambo Washington , FBSD-Q Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="mP3DRpeJDSE+ciuQ" Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD poeza.iconnect.co.ke 4.2-STABLE FreeBSD 4.2-STABLE X-Mailer: Mutt http://www.mutt.org/ X-Location: Mombasa, KE, East Africa Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --mP3DRpeJDSE+ciuQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello I was thinking that there is someone more sane than i am who is using trafd= (and it's allied utils) to log/count all traffic sent via their gateway machine (using ppp). If the= re is, would they mind getting me out of the mud? These guidelines given with trafd (it has no man= page) just fail to=20 ring a bell....one of those moments that one admits getting defeated, flatl= y. I have a network of 20-something PC running M$ Windows and having FreeBSD 4= .2-STABLE as the gateway using ppp. I am concerned with congestions on their ppp link, to an extent = that at times I just cannot manage to telnet to that machine. I've in a more sensible manner res= tricted access using hosts.allow so I do not think the clogging is from outside but who knows? B= ut first I want to know how many MBs each machine sends out in 1 month and see it they add up to wh= at I am logging at my NAS from their ppp iface. Someone suggsted trafd but I am barren of how to get it up....even though I= printed out the README. Being a dumb guy on this one. Thanking you out there... -Wash -- Odhiambo Washington Inter-Connect Ltd., wash@iconnect.co.ke 5th Flr Furaha Plaza Tel: 254 11 222604 Nkrumah Rd., Fax: 254 11 222636 PO Box 83613 MOMBASA, KE. Democracy encourages the majority to decide things about which the majority= is=20 ignorant. -John Simon=20 (contributed by Chris Johnston)=20 --mP3DRpeJDSE+ciuQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6k/kxA2k+MNyI/bERAs36AKC/Y1nRd48vDVFpWYdnJTqZB2wbLACfdAbs 5hEBh32TXSgDM07IRFdc8GY= =TKvb -----END PGP SIGNATURE----- --mP3DRpeJDSE+ciuQ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 9:21:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from linux.purenetfx.com (linux.purenetfx.com [207.179.24.34]) by hub.freebsd.org (Postfix) with ESMTP id D3E8737B4EC for ; Wed, 21 Feb 2001 09:21:11 -0800 (PST) (envelope-from brian@gzmarketing.com) Received: from picard ([207.179.24.38]) by linux.purenetfx.com (8.9.3/8.8.7) with SMTP id KAA17640 for ; Wed, 21 Feb 2001 10:21:09 -0700 Message-ID: <003f01c09c2a$b4057570$2618b3cf@picard> From: "Brian T. Allen" To: Subject: Mail server with users in a database? Date: Wed, 21 Feb 2001 10:21:18 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am running 4.2-stable, and want to setup a mail server (preferably not sendmail, but it will do in the absence of another solution) where the accounts are from a database, rather than actual user accounts on the system. I would prefer the aliases to be database based as well. I want to do this so that adding a new account or alias is as easy as a web based interface to manipulate the database, rather than work something up with expect to work with useradd and passwd. Plus we have one system already with 5,000+ email accounts, all shell accounts with /bin/false, and it is slowing down the system (it is a RH 6.2 Linux box). Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 9:40:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law2-f257.hotmail.com [216.32.180.215]) by hub.freebsd.org (Postfix) with ESMTP id 10F8237B503 for ; Wed, 21 Feb 2001 09:40:12 -0800 (PST) (envelope-from ros87@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 21 Feb 2001 09:40:11 -0800 Received: from 193.217.86.203 by lw2fd.hotmail.msn.com with HTTP; Wed, 21 Feb 2001 17:40:11 GMT X-Originating-IP: [193.217.86.203] From: "Roger Rabbit" To: freebsd-questions@freebsd.org Subject: FreeBSD 4.2 on a Dell 4400, Fatal trap 12 Date: Wed, 21 Feb 2001 18:40:11 +0100 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 21 Feb 2001 17:40:11.0962 (UTC) FILETIME=[575E19A0:01C09C2D] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I'm trying to install FreeBSD 4.2 on a Dell PowerEdge 4400 with the following setup: Dual PIII933 Xeon 1GB of memory Perc 3/di array controller set up with raid level 5 Dell Remote Assistant Card v2 After doing "Waiting 15 seconds for scsi disks to settle" it spits out a lot of text and ends up with a Fatal trap 12, page fault ... Any1 have any idea of how to solve this ? Roger O. Svenning _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 9:56:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mgci.com (box1.mpowercom.net [208.57.0.10]) by hub.freebsd.org (Postfix) with SMTP id 408CC37B503 for ; Wed, 21 Feb 2001 09:56:29 -0800 (PST) (envelope-from chrissmith@mgci.com) Received: (qmail 18553 invoked from network); 21 Feb 2001 17:56:25 -0000 Received: from las-dsl113-cust059.mpowercom.net (HELO chris) (208.57.113.59) by box1.mpowercom.net with SMTP; 21 Feb 2001 17:56:25 -0000 Message-ID: <001501c09c2f$e1e43800$0c00a8c0@amgroupadmin.com> From: "Chris Smith" To: "Vladimir Marin" Cc: "Freebsd Questions" References: Subject: Re: Adaptec ASC-19160 (29160) Date: Wed, 21 Feb 2001 09:58:20 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 Disposition-Notification-To: "Chris Smith" X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yes, I use a 19160 here and it runs like a champ, though I had problems with my Seagate drives until I got the latest firmware. I think I have heard of some problems with the 29160, though I have no personal experience with that chipset. ____________________________________________________________________________ Chris Smith American Group Administrators IT Department First National Administrators ----- Original Message ----- From: "Vladimir Marin" To: Sent: Wednesday, February 21, 2001 9:05 AM Subject: Adaptec ASC-19160 (29160) > > Hello ! > > I have to replace my PC with AHA-2940UW > by new one. My question is: are the new Adaptec ASC-19160 and AHA-29160 > supported by -stable? > > > Thanks ! > > Vladimir Marin > ____________________________________ > SEVEENA Ltd. > Pirita 20 > 10127 Tallinn > > phone: +372 6112435 > GSM: 256486237 > > e-mail: vladimir@stalz.ee > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 10: 3: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-53.dsl.lsan03.pacbell.net [64.165.226.53]) by hub.freebsd.org (Postfix) with ESMTP id 27C3837B401 for ; Wed, 21 Feb 2001 10:02:58 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id F073E66F2E; Wed, 21 Feb 2001 10:02:57 -0800 (PST) Date: Wed, 21 Feb 2001 10:02:57 -0800 From: Kris Kennaway To: grayloup Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Bad BSD v4.1disks ? Message-ID: <20010221100257.F56807@mollari.cthul.hu> References: <20010221085309.49959.qmail@web10711.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="twz1s1Hj1O0rHoT0" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010221085309.49959.qmail@web10711.mail.yahoo.com>; from grayloup@yahoo.com on Wed, Feb 21, 2001 at 12:53:09AM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --twz1s1Hj1O0rHoT0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 21, 2001 at 12:53:09AM -0800, grayloup wrote: > Users at Smartbeak.com have reported that they > have experienced Applixware installation and printer > problems. The problems were "resolved" reportedly, noting > that the first batch of FreeBSD v4.1 disks produced > were bad and that they would be replaced. No other information > was provided on this. >=20 > If this is true, how can we determine if our purchased > disks was from this bad batch? >=20 > (My purchase was the Desktop v4.1.) Thank you. rg. Contact BSDi, the people who produce the CDROMs - there should be a contact address somewhere on the accompanying material (or see the website) - I don't have my 4.1 CDs handy to check. I thought none of the bad CDROMs were sent out, however. Kris --twz1s1Hj1O0rHoT0 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6lALRWry0BWjoQKURAqCkAJ9p3WyYxgL6P+znx7tNYvROKVsgigCgntQm 4PavZ+yynC06FQZsEj42bkQ= =OJMj -----END PGP SIGNATURE----- --twz1s1Hj1O0rHoT0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 10: 3:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-53.dsl.lsan03.pacbell.net [64.165.226.53]) by hub.freebsd.org (Postfix) with ESMTP id D95E637B503 for ; Wed, 21 Feb 2001 10:03:21 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id AF52766F32; Wed, 21 Feb 2001 10:03:21 -0800 (PST) Date: Wed, 21 Feb 2001 10:03:21 -0800 From: Kris Kennaway To: Greg Quinlan Cc: FreeBSD-Questions@FreeBSD.ORG Subject: Re: Updating from 3.5S to 4.2S Message-ID: <20010221100321.G56807@mollari.cthul.hu> References: <20010221121846.12438.qmail@web1406.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="NY6JkbSqL3W9mApi" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010221121846.12438.qmail@web1406.mail.yahoo.com>; from gwq_uk@yahoo.com on Wed, Feb 21, 2001 at 04:18:46AM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --NY6JkbSqL3W9mApi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 21, 2001 at 04:18:46AM -0800, Greg Quinlan wrote: >=20 > Can someone forward me the procedure for the above > upgrade or atleast point me to the URL. The procuedure is in the handbook. Kris --NY6JkbSqL3W9mApi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6lALpWry0BWjoQKURAtN0AJ0X8wkzgI1moBiViIT3izMH79CNtwCdFviI SGId/PVbjeh0bG0MDLqJg2Y= =5Ytd -----END PGP SIGNATURE----- --NY6JkbSqL3W9mApi-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 10: 4:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from linux.purenetfx.com (linux.purenetfx.com [207.179.24.34]) by hub.freebsd.org (Postfix) with ESMTP id 5151F37B401 for ; Wed, 21 Feb 2001 10:04:36 -0800 (PST) (envelope-from brian@gzmarketing.com) Received: from picard ([207.179.24.38]) by linux.purenetfx.com (8.9.3/8.8.7) with SMTP id LAA18766; Wed, 21 Feb 2001 11:04:35 -0700 Message-ID: <005001c09c30$c5bc0210$2618b3cf@picard> From: "Brian T. Allen" To: "Brian T. Allen" , References: <003f01c09c2a$b4057570$2618b3cf@picard> Subject: Re: Mail server with users in a database? Follow-Up Date: Wed, 21 Feb 2001 11:04:45 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hi, > > I am running 4.2-stable, and want to setup a mail server (preferably not > sendmail, but it will do in the absence of another solution) where the > accounts are from a database, rather than actual user accounts on the > system. I would prefer the aliases to be database based as well. > > I want to do this so that adding a new account or alias is as easy as a web > based interface to manipulate the database, rather than work something up > with expect to work with useradd and passwd. Plus we have one system > already with 5,000+ email accounts, all shell accounts with /bin/false, and > it is slowing down the system (it is a RH 6.2 Linux box). > > Thanks! Looks like I stopped digging when my shovel was an inch from pay-dirt... I found this package: http://www.freebsd.org/cgi/url.cgi?ports/mail/qmail-mysql/pkg-descr Does anyone have any experience implementing this? Any comments, do, or don'ts I should be aware of? Any "qmail sucks" or "qmail rocks" information that will help? Thanks, Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 10:13:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cx344940-a.meta1.la.home.com (cx344940-a.meta1.la.home.com [24.6.21.74]) by hub.freebsd.org (Postfix) with ESMTP id B87D537B401; Wed, 21 Feb 2001 10:13:37 -0800 (PST) (envelope-from conrads@cx344940-a.meta1.la.home.com) Received: (from conrads@localhost) by cx344940-a.meta1.la.home.com (8.11.2/8.11.2) id f1LIGog13017; Wed, 21 Feb 2001 12:16:50 -0600 (CST) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Wed, 21 Feb 2001 12:16:48 -0600 (CST) Organization: @Home Network From: Conrad Sabatier To: freebsd-questions@freebsd.org Subject: Implementing pseudo-ethernet interface for Basilisk II Cc: freebsd-net@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm wondering (before delving into this and possibly wasting many hours) if it would be possible to use, say, netgraph to implement a pseudo-interface for Basilisk II's ethernet device? Been having no luck whatsoever getting B2 to network in any way, shape or form, and thought this might be a likely possibility. Opinions, anyone? -- Conrad Sabatier cjsabatier@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 10:18:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lcmail2.lc.ca.gov (lcmail2.lc.ca.gov [165.107.12.11]) by hub.freebsd.org (Postfix) with ESMTP id 228E837B491 for ; Wed, 21 Feb 2001 10:18:44 -0800 (PST) (envelope-from Drew.Tomlinson@lc.ca.gov) Received: from CONVERSION-DAEMON by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) id <0G9400101D7KU0@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.org; Wed, 21 Feb 2001 10:14:38 -0800 (PST) Received: from ldcmsx01.lc.ca.gov ([165.107.11.191]) by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) with ESMTP id <0G940010SD2QKF@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.org; Wed, 21 Feb 2001 10:10:06 -0800 (PST) Received: by ldcmsx01.lc.ca.gov with Internet Mail Service (5.5.2650.21) id <1697NQQ6>; Wed, 21 Feb 2001 10:04:45 -0800 Content-return: allowed Date: Wed, 21 Feb 2001 10:04:44 -0800 From: "Tomlinson, Drew" Subject: Test To: "'FreeBSD Questions (E-mail)'" Message-id: MIME-version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-type: MULTIPART/ALTERNATIVE; BOUNDARY="Boundary_(ID_MKPQt77HgtHG1n6I2MFhPA)" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --Boundary_(ID_MKPQt77HgtHG1n6I2MFhPA) Content-type: text/plain; charset="iso-8859-1" Test --Boundary_(ID_MKPQt77HgtHG1n6I2MFhPA) Content-type: text/html; charset="iso-8859-1" Test

Test

--Boundary_(ID_MKPQt77HgtHG1n6I2MFhPA)-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 10:25:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from [209.239.36.156] (host2.hostmatters.com [209.239.36.156]) by hub.freebsd.org (Postfix) with ESMTP id E11E837B401 for ; Wed, 21 Feb 2001 10:25:44 -0800 (PST) (envelope-from ben@cahostnet.com) Received: from nhqadmin17 (224host88.redcross.org [162.6.224.88]) by [209.239.36.156] (8.10.2/8.10.2) with SMTP id f1LIPe912001; Wed, 21 Feb 2001 13:25:40 -0500 Message-ID: <002e01c09c33$da0093f0$6102a00a@nhqadmin17> From: "Ben" To: "Doug Poland" Cc: References: <000f01c09c21$af56a980$6102a00a@nhqadmin17> <20010221111319.A24238@polands.org> Subject: Re: Sendmail HELP HELP!!!! Date: Wed, 21 Feb 2001 13:26:44 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 Doug, Thanks a million. That helped alot. This is by far the most confusing thing I've read. I will go through the directory structure again and look over some files to make some sense out of them. Hopefully, someone else will reply. Thanks.... ----- Original Message ----- From: "Doug Poland" To: "Ben" Cc: Sent: Wednesday, February 21, 2001 12:13 PM Subject: Re: Sendmail HELP HELP!!!! > On Wed, Feb 21, 2001 at 11:16:42AM -0500, Ben wrote: > > I have a sendmail book and have read all of the README's and INSTALL > > files. These files aren't that friendly to me. Or at least I don't > > get it. It's too much. I was wondering if anyone could give me a > > simple version of how to compile the program and get started on the > > configurations. I have the book so I can go through all the options > > that way. I'm just having some problems getting it compiled and having > > all of it's files in the correct place. I downloaded the 8.11.2 file. > > Any help will be appreciated. If you have a web site that I can go to > > that has a simplified version that will be helpful as well. > > > > Please not I've gone to sendmail.org and read all their documentation, > > I just don't get it. > > > I'm in the same boat as you, but I've spent a day poking > around and found a few things. Here's what I've found. > I know I'll mis-state some things and am hoping more > knowledgeable people will correct me. > > It appears that the accepted way to config a sendmail > system is to use the m4 language to process .mc/.m4 > files into a working (hopefully) sendmail.cf file. The > sendmail book from O'Reilly and the FAQ on sendmail.org > are oriented towards this, as opposed to editing a pre-built > sendmail.cf directly. > > Using this technique (as opposed to building one from scratch) > you get all the advanced processing options (poor wording) and > can "easily" add your local rules in a more human friendly way. > > On a 4.2-RELEASE system, there are four important locations for > a sendmail config... > > (1) /usr/src/contrib/sendmail (.mc and .m4 files here) > (2) /usr/src/etc/sendmail > (3) /etc/mail > (4) /usr/share/sendmail (.mc and .m4 files here too) > > Directory(1) appears to be the location from which you would > compile sendmail itself and change various .mc files to build > your sendmail.cf file. > > Directory(2) contains the freebsd.mc file. It's the template > for how sendmail.cf is built on a -RELEASE system. Also > included is a bonus file (freefall.mc) that builds a sendmail.cf > for hosts that simply send mail to a central hub. > > Directory(3) is where you put your sendmail.cf and supplementary > files. > > I'm not sure why Directory(4) exists. Also, I don't know the > difference between a .mc and .m4 file. > > The idea is to to build a custom .mc file (see dir(2)) that has > your additional features, rules, and options. The result > is a sendmail.cf that you put in dir(3). If you are using > access, mailertable, virtusertable features, then you edit the > samples in dir(3) then run make from dir(3) and it builds > the Berkeley db files for those. > > This is the sum total of my knowledge so far. Now the question > is how do you write your .mc files to get the configuration > you want up and running. I'm trying to build a mail hub for > nine Unix clients and two MS-Win clients. For me, the clients > will always forward outbound mail to the hub and never receive > mail. The hub in turn will relay outbound email to my ISP's > SMTP server. The hub will use fetchmail to gather email from > several POP servers for users. Then the hub will run IMAP so > all the clients can see their email. > > Examining the freebsd.mc and freefall.mc has helped a lot. > Also, I got my dial-up ISP's sendmail.cf from his /etc directory. > It's a bare-bones config for relaying and has some useful > sender re-writing rules. > > Again, I re-state the fact that I'm a sendmail novice too > and I may be wrong in my explanations. I'm writing this > to organize my thoughts and help you as best I can. If a > sendmail guru wants to correct me and expand on this, > PLEASE do! > > -- > > Regards, > Doug > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 10:39:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.disney.com (mail.disney.com [204.128.192.15]) by hub.freebsd.org (Postfix) with ESMTP id A9A5537B503 for ; Wed, 21 Feb 2001 10:39:17 -0800 (PST) (envelope-from Jim.Pirzyk@disney.com) Received: from pain10.corp.disney.com (root@pain10.corp.disney.com [153.7.110.100]) by mail.disney.com (Switch-2.0.1/Switch-2.0.1) with SMTP id f1LIcmc23982 for ; Wed, 21 Feb 2001 10:38:48 -0800 (PST) Received: from louie.fa.disney.com by pain.corp.disney.com with ESMTP for freebsd-questions@freebsd.org; Wed, 21 Feb 2001 10:39:53 -0800 Received: from mercury.fan.fa.disney.com (mercury.fan.fa.disney.com [153.7.119.1]) by louie.fa.disney.com (8.9.2/8.9.2) with ESMTP id KAA01518 for ; Wed, 21 Feb 2001 10:39:15 -0800 (PST) (envelope-from Jim.Pirzyk@disney.com) Received: from snoopy.fan.fa.disney.com by mercury.fan.fa.disney.com for freebsd-questions@freebsd.org; Wed, 21 Feb 2001 10:39:15 -0800 From: Jim Pirzyk Organization: Walt Disney Feature Animation To: freebsd-questions@freebsd.org Subject: gdb and debugging Linux binaries Date: Wed, 21 Feb 2001 10:37:25 -0800 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <01022110391503.27264@snoopy.fan.fa.disney.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have another question on how to debug Linux binaries. I have a core file from the linux binary, but if I use the FreeBSD gdb, it cannot find the shared libraries in /compat/linux/.... If I use the /compat/linux/ /usr/bin/gdb, it says the core file is in the wrong format: Couldn't fetch registers from core file: File in wrong format Couldn't fetch register set 2 from core file: File in wrong format So what is the correct procedure for debugging Linux binaries? - JimP -- --- @(#) $Id: dot.signature,v 1.9 2000/07/10 16:43:05 pirzyk Exp $ __o Jim.Pirzyk@disney.com ------------------------------------- _'\<,_ Senior Systems Engineer, Walt Disney Feature Animation (*)/ (*) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 10:40:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.oasysglobal.net (mail.oasysglobal.net [209.151.238.186]) by hub.freebsd.org (Postfix) with ESMTP id DDDA137B401 for ; Wed, 21 Feb 2001 10:40:09 -0800 (PST) (envelope-from hphinizy@oasysglobal.net) Received: from oasys5 [209.151.238.135] by mail.oasysglobal.net (SMTPD32-6.00) id ABE220BC028E; Wed, 21 Feb 2001 10:41:38 -0800 Message-ID: <001e01c09c35$57b7d8c0$87ee97d1@oasysglobal.net> Reply-To: "Harison Phinizy" From: "Harison Phinizy" To: Subject: increasing the size of the /var partition Date: Wed, 21 Feb 2001 10:37:28 -0800 Organization: Oasysglobal Network MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_001B_01C09BF2.49748DA0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_001B_01C09BF2.49748DA0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Default has it at 19megs... I want to increase it to 1.9gb w/out = re-intsall can I do that? Thanks, Harison ------=_NextPart_000_001B_01C09BF2.49748DA0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Default has it at 19megs... I want to = increase it=20 to 1.9gb w/out re-intsall can I do that?
 
Thanks,
 
Harison
------=_NextPart_000_001B_01C09BF2.49748DA0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 10:52: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web9303.mail.yahoo.com (web9303.mail.yahoo.com [216.136.129.52]) by hub.freebsd.org (Postfix) with SMTP id 39AFD37B491 for ; Wed, 21 Feb 2001 10:52:02 -0800 (PST) (envelope-from ofsenfreebsd@yahoo.com) Message-ID: <20010221185202.17956.qmail@web9303.mail.yahoo.com> Received: from [212.253.3.41] by web9303.mail.yahoo.com; Wed, 21 Feb 2001 10:52:02 PST Date: Wed, 21 Feb 2001 10:52:02 -0800 (PST) From: Omer Faruk Sen Subject: routed error? To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi; I always get that error on my system and can't ping my interface(ed0). Feb 20 12:19:53 balli routed[140]: sendto(ed0, 224.0.0.2): No route to host Feb 20 12:19:54 balli routed[140]: interface ed0 to 192.168.1.1 broken: in=1 ier r=0 out=0 oerr=1 What that error means?Does routed daemon must be started every boot.Or for every interface.As far as I know Linux keeps that route information on its memory or...and without a route daemon linux work.But is it valid for FreeBSD?DO I have to start that daemon for my routing tables? IP address of my ed0 interface is 192.168.1.1.And I have no defaultrouter if those required to clarify things. __________________________________________________ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 10:53: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.neophile.net (neophile.net [195.224.237.7]) by hub.freebsd.org (Postfix) with ESMTP id E510037B491 for ; Wed, 21 Feb 2001 10:53:03 -0800 (PST) (envelope-from slamdunk@neophile.net) Received: from [195.224.237.52] (helo=control2.neophile.net) by mail.neophile.net with esmtp (Exim 3.15 #1) id 14VeGi-0009xo-00; Wed, 21 Feb 2001 18:45:40 +0000 Message-Id: <4.3.2.7.2.20010221184721.030bb698@pop3.neophile.net> X-Sender: slamdunk@pop3.neophile.net X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Wed, 21 Feb 2001 18:49:56 +0000 To: "Harison Phinizy" From: slamdunk Subject: Re: increasing the size of the /var partition Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <001e01c09c35$57b7d8c0$87ee97d1@oasysglobal.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 I am actually gonna have a go at answering this one. I had the same need to do this a week ago - Simple solution was to cp the whole /var dir to another larger partition (/usr in my case) and then create a symbolic link to /usr/var - Worked for me - hope it works for you Jerry At 10:37 21/02/2001 -0800, you wrote: >Default has it at 19megs... I want to increase it to 1.9gb w/out >re-intsall can I do that? > >Thanks, > >Harison To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 10:53:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web4304.mail.yahoo.com (web4304.mail.yahoo.com [216.115.104.196]) by hub.freebsd.org (Postfix) with SMTP id 8BC2E37B491 for ; Wed, 21 Feb 2001 10:53:37 -0800 (PST) (envelope-from ipthomas_77@yahoo.com) Message-ID: <20010221185337.12730.qmail@web4304.mail.yahoo.com> Received: from [128.205.153.64] by web4304.mail.yahoo.com; Wed, 21 Feb 2001 10:53:37 PST Date: Wed, 21 Feb 2001 10:53:37 -0800 (PST) From: Ian Thomas Subject: Re: Sendmail HELP HELP!!!! To: Ben Cc: freebsd-questions@freebsd.org In-Reply-To: <000f01c09c21$af56a980$6102a00a@nhqadmin17> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Check out this URL. Cross reference the m4 options the author uses with your O'Reilly book in the chapter on m4. Also, there is a FreeBSD FAQ on sending mail that is very similar to the one this author uses.Be warned, this doc tells how to set up mail on Linux so some dirs will be different. http://www.moongroup.com/sendmail-offline.html Sendmail really is a great program. Stick with it, and after a while you'll understand the important parts. Ian --- Ben wrote: > I have a sendmail book and have read all of the > README's and INSTALL > files. These files aren't that friendly to me. Or > at least I don't > get it. It's too much. I was wondering if anyone > could give me a > simple version of how to compile the program and get > started on the > configurations. I have the book so I can go through > all the options > that way. I'm just having some problems getting it > compiled and having > all of it's files in the correct place. I > downloaded the 8.11.2 file. > Any help will be appreciated. If you have a web > site that I can go to > that has a simplified version that will be helpful > as well. > > Please not I've gone to sendmail.org and read all > their documentation, > I just don't get it. > > Thanks > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of > the message __________________________________________________ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 10:57:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pine.pinetel.com (pine.pinetel.com [143.227.44.106]) by hub.freebsd.org (Postfix) with ESMTP id BF79E37B503 for ; Wed, 21 Feb 2001 10:57:18 -0800 (PST) (envelope-from hweaver@pinetel.com) Received: from thinkpad (ip50-cu2.pinetel.com [143.227.42.50]) by pine.pinetel.com (8.9.3/8.9.3) with SMTP id KAA15291 for ; Wed, 21 Feb 2001 10:57:16 -0800 (PST) Message-ID: <00b501c09c38$6f627900$272ae38f@thinkpad> From: "Hal Weaver" To: Subject: Python: tkinter module? Date: Wed, 21 Feb 2001 10:58:49 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How do I enable the tkinter module for the Python 2.0 installation on FreeBSD 4.2-RELEASE? I have done this under Linux, but the fbsd Python port provides no adquate documentation that I have found. I edited /usr/local/lib/python2.0/config/Setup,following instructions in Setup to expose the lines related to tkinter. Then I do: #./makesetup # make make: don't know how to make ./nismodule.c. Stop # makesetup seem to process Setup file appropriately: I can see references to tkinter on numerous lines. Thanks in advance, Hal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 11: 1: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from [209.239.36.156] (host2.hostmatters.com [209.239.36.156]) by hub.freebsd.org (Postfix) with ESMTP id 8C3BE37B684 for ; Wed, 21 Feb 2001 10:59:44 -0800 (PST) (envelope-from ben@cahostnet.com) Received: from nhqadmin17 (224host88.redcross.org [162.6.224.88]) by [209.239.36.156] (8.10.2/8.10.2) with SMTP id f1LIxfT18588; Wed, 21 Feb 2001 13:59:41 -0500 Message-ID: <005601c09c38$9aa944e0$6102a00a@nhqadmin17> From: "Ben" To: "Ian Thomas" Cc: References: <20010221185337.12730.qmail@web4304.mail.yahoo.com> Subject: Re: Sendmail HELP HELP!!!! Date: Wed, 21 Feb 2001 14:00:48 -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 Thanks.... ----- Original Message ----- From: "Ian Thomas" To: "Ben" Cc: Sent: Wednesday, February 21, 2001 1:53 PM Subject: Re: Sendmail HELP HELP!!!! > Check out this URL. Cross reference the m4 options > the author uses with your O'Reilly book in the chapter > on m4. Also, there is a FreeBSD FAQ on sending mail > that is very similar to the one this author uses.Be > warned, this doc tells how to set up mail on Linux so > some dirs will be different. > > http://www.moongroup.com/sendmail-offline.html > > Sendmail really is a great program. Stick with it, and > after a while you'll understand the important parts. > > Ian > --- Ben wrote: > > I have a sendmail book and have read all of the > > README's and INSTALL > > files. These files aren't that friendly to me. Or > > at least I don't > > get it. It's too much. I was wondering if anyone > > could give me a > > simple version of how to compile the program and get > > started on the > > configurations. I have the book so I can go through > > all the options > > that way. I'm just having some problems getting it > > compiled and having > > all of it's files in the correct place. I > > downloaded the 8.11.2 file. > > Any help will be appreciated. If you have a web > > site that I can go to > > that has a simplified version that will be helpful > > as well. > > > > Please not I've gone to sendmail.org and read all > > their documentation, > > I just don't get it. > > > > Thanks > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of > > the message > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/ > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 11: 4:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from omega.ie.pitt.edu (omega.ie.pitt.edu [136.142.89.83]) by hub.freebsd.org (Postfix) with ESMTP id 44E1037B69D for ; Wed, 21 Feb 2001 11:03:00 -0800 (PST) (envelope-from grafe@omega.ie.pitt.edu) Received: from omega.ie.pitt.edu (gersun.wabash.edu [161.32.151.172]) by omega.ie.pitt.edu (8.10.0/8.10.0) with SMTP id f1LJ2rJ09267 for ; Wed, 21 Feb 2001 14:02:54 -0500 (EST) Message-Id: <200102211902.f1LJ2rJ09267@omega.ie.pitt.edu> Received: by omega.ie.pitt.edu (sSMTP sendmail emulation); Wed, 21 Feb 2001 14:02:51 -0500 Date: Wed, 21 Feb 2001 14:02:51 -0500 From: grafe@omega.ie.pitt.edu (Gary E. Rafe) To: freebsd-questions@freebsd.org Subject: Q: pine/netscape hang in "poll" state on 3.5.1-PAO system ? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Our old Toshiba Satellite 220 (133MHz, 64MB) has been very stable since we first put FreeBSD on it back in '97 (lately running 3.5.1-PAO). Sometime in the last month or so, we're noticing that some apps (e.g, pine [v4.33 native build], Netscape Navigator [linux-2.0-libc5]) have begun to hang in a "poll" state for 55-115 seconds before actually starting. Others (e.g., ssh) behave normally. I don't believe anything significant has changed in the system's configuration that might account for this condition (e.g., upgrades or packages installed), although inadvertant changes to configuration files cannot be ruled out! A search of the Mail Archives (freebsd-questions) reveals a query from Chen Xu on this very same condition back in December 1999. No reply, however, seems to be recorded in the archive. Any pointers to resolving this condition will be appreciated ! -- Gary E. Rafe gerst4+@pitt.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 11:20:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f184.law4.hotmail.com [216.33.149.184]) by hub.freebsd.org (Postfix) with ESMTP id B9D7337B4EC for ; Wed, 21 Feb 2001 11:20:27 -0800 (PST) (envelope-from sturu@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 21 Feb 2001 11:20:27 -0800 Received: from 24.70.196.175 by lw4fd.law4.hotmail.msn.com with HTTP; Wed, 21 Feb 2001 19:20:27 GMT X-Originating-IP: [24.70.196.175] From: "Stuart Morse" To: freebsd-questions@freebsd.org Subject: JDK1.1.8 Missing shared library Date: Wed, 21 Feb 2001 11:20:27 -0800 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 21 Feb 2001 19:20:27.0601 (UTC) FILETIME=[58F7C410:01C09C3B] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I installed JRE 1.1.8 yesterday, and JDK 1.1.8 today, and when I try and run a program using either "java", under the JDK, or "jre", under the JRE, I get the following error: /usr/libexec/ld-elf.so.1: Shared object "libxpg4.so.2" not found Do I need to install some more a.out compatibility stuff, or is this something else? I'm running FreeBSD 4.2 on a Pentium II. I installed the Java stuff from the packages collection, the JRE from CD and the JDK from an FTP server. Regards, Stuart _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 11:24:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dsl-64-193-218-89.telocity.com (dsl-64-193-218-89.telocity.com [64.193.218.89]) by hub.freebsd.org (Postfix) with SMTP id 4A9C837B401 for ; Wed, 21 Feb 2001 11:24:40 -0800 (PST) (envelope-from lucas@slb.to) Received: (qmail 31703 invoked by uid 1000); 21 Feb 2001 19:25:00 -0000 Date: Wed, 21 Feb 2001 13:25:00 -0600 From: Lucas Bergman To: Stuart Morse Cc: freebsd-questions@freebsd.org Subject: Re: JDK1.1.8 Missing shared library Message-ID: <20010221132500.B17091@billygoat.slb.to> Reply-To: lucas@slb.to References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from sturu@hotmail.com on Wed, Feb 21, 2001 at 11:20:27AM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I installed JRE 1.1.8 yesterday, and JDK 1.1.8 today, and when I try > and run a program using either "java", under the JDK, or "jre", > under the JRE, I get the following error: > > /usr/libexec/ld-elf.so.1: Shared object "libxpg4.so.2" not found > > Do I need to install some more a.out compatibility stuff, or is this > something else? I'm running FreeBSD 4.2 on a Pentium II. It's in the 3.x compatibility distribution package. Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 11:38: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mobile.hub.org (mobile.acadiau.ca [131.162.137.70]) by hub.freebsd.org (Postfix) with ESMTP id EE38037B65D for ; Wed, 21 Feb 2001 11:38:03 -0800 (PST) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by mobile.hub.org (8.11.1/8.11.1) with ESMTP id f1LJc2G18012 for ; Wed, 21 Feb 2001 15:38:02 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: mobile.hub.org: scrappy owned process doing -bs Date: Wed, 21 Feb 2001 15:38:02 -0400 (AST) From: The Hermit Hacker To: Subject: ntpd ... default ntp.conf file? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG does anyone have one that works for them? I went to www.ntp.org, added a few 'server' lines for stratum-2 servers that were listed as 'open access', started up ntpd ... started no probs. try and connect with ntpdate from another FreeBSD box, and it tells me no suitable servers ... use ntpq and the 'rv' command, and it lists my server as a Stratum-16 server? Help? Thanks ... Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 11:49:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from freesurfmail.sunrise.ch (freesurfmta02.sunrise.ch [194.230.0.17]) by hub.freebsd.org (Postfix) with ESMTP id B70DD37B503 for ; Wed, 21 Feb 2001 11:49:27 -0800 (PST) (envelope-from gabism@freesurf.ch) Received: from freesurf.ch (194.230.162.56) by freesurfmail.sunrise.ch (5.1.056) id 3A799A0900149E96 for questions@FreeBSD.org; Wed, 21 Feb 2001 20:49:23 +0100 Message-ID: <3A94353C.55FCDAD4@freesurf.ch> Date: Wed, 21 Feb 2001 22:38:04 +0100 From: gabism@freesurf.ch X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.14 i586) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.org Subject: Scanners under FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! Would you please tell me what scanners (if any) are supported by FreeBSD? What about drivers/programs for CD writing? Thanks a lot! Best regards from Zurich, Gabriel Isman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 11:52:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from linux.purenetfx.com (linux.purenetfx.com [207.179.24.34]) by hub.freebsd.org (Postfix) with ESMTP id 61E0737B4EC for ; Wed, 21 Feb 2001 11:52:42 -0800 (PST) (envelope-from brian@gzmarketing.com) Received: from picard ([207.179.24.38]) by linux.purenetfx.com (8.9.3/8.8.7) with SMTP id MAA19669; Wed, 21 Feb 2001 12:43:18 -0700 Message-ID: <001301c09c3e$9040b8c0$2618b3cf@picard> From: "Brian T. Allen" To: "Harison Phinizy" , "slamdunk" Cc: References: <4.3.2.7.2.20010221184721.030bb698@pop3.neophile.net> Subject: Re: increasing the size of the /var partition Date: Wed, 21 Feb 2001 12:43:28 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just went through this, sort of. I wanted to add a new hard drive and have it be the new partition, /var in your instance. I followed the instructions in this FAQ and it worked... http://doc.pip.ru/FreeBSD/faq/FAQ39.html Budget a good hour to do it, but none of it was particularly difficult, and I am a newbie. Some of the information may also be applicable if you want to switch var to an existing empty partition. Brian > I am actually gonna have a go at answering this one. > > I had the same need to do this a week ago - Simple solution was to cp the > whole /var dir to another larger partition (/usr in my case) and then > create a symbolic link to /usr/var - Worked for me - hope it works for you > > Jerry > > At 10:37 21/02/2001 -0800, you wrote: > >Default has it at 19megs... I want to increase it to 1.9gb w/out > >re-intsall can I do that? > > > >Thanks, > > > >Harison > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 11:56:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from perkunas1.omnitel.net (perkunas1.omnitel.net [194.176.32.132]) by hub.freebsd.org (Postfix) with ESMTP id 9DF3F37B4EC for ; Wed, 21 Feb 2001 11:56:11 -0800 (PST) (envelope-from edvard@post.omnitel.net) Received: from post.omnitel.net (salc0-s5.ot.lt [194.176.53.21]) by perkunas1.omnitel.net (8.9.3/8.9.3) with ESMTP id VAA22313 for ; Wed, 21 Feb 2001 21:56:05 +0200 Message-ID: <3A942B4F.7D3F0A7E@post.omnitel.net> Date: Wed, 21 Feb 2001 21:55:43 +0100 From: Macrolosa X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: login-MODEM Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I wanted to ask, can I log into UNIX computer where I have an account and got the shell??? But there is one problem, this computer only have dial-in... In a word it is my ISP computer... How to get the shell of that machine??? Please help!!! Many thanks in advance - Ed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 12: 2:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from forrie.net (forrie.net [216.67.14.69]) by hub.freebsd.org (Postfix) with ESMTP id B5FDF37B491 for ; Wed, 21 Feb 2001 12:02:18 -0800 (PST) (envelope-from forrie@forrie.com) Received: from boom.forrie.com (forrie.ne.mediaone.net [24.147.132.133]) by forrie.net with id f1LK2Dl61853 for ; Wed, 21 Feb 2001 15:02:13 -0500 (EST) Message-Id: <5.0.2.1.2.20010221145752.00a97030@216.67.14.69> X-Sender: forrie@216.67.14.69 X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Wed, 21 Feb 2001 15:01:54 -0500 To: freebsd-questions@freebsd.org From: Forrest Aldrich Subject: Mergemaster 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've been using these args for mergmaster: # mergemaster -v -t /tmp/merge.mmdd -w 120 2>&1 | tee /tmp/merge.root We have these out-of-band console modems (serial) that we connect to, in order to perform system updates. The problem we're running into is that when mergemaster scrolls stuff (diffs) across the screen (especially sendmail.cf diffs), the characters cause the OOB modem to lock up. Last night, I ended up having to travel to our co-lo and do maintenance from the screens through 4am. Not a happy camper. I'm wondering if there is some way to suppress the build or comparison/diff of certain packages... or even the scrolling diff output of mergemaster. For example, we build and maintain our own sendmail and named. Even though we have /etc/make.conf configured not to build sendmail, we still run into the need to diff when performing mergemaster. It seems there must be a way to avoid this. I'm sure I'm not the only one bitten by this little problem. Luckily it doesn't happen a lot, but when it does (at 4:00am) it really does :) Thanks, _F To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 12: 5:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bizville.com (bizville.com [161.58.227.153]) by hub.freebsd.org (Postfix) with ESMTP id 19C2337B491 for ; Wed, 21 Feb 2001 12:05:14 -0800 (PST) (envelope-from seiterva@bizville.com) Received: (seiterva@localhost) by bizville.com (8.8.8) id NAA98229; Wed, 21 Feb 2001 13:05:22 -0700 (MST) Date: Wed, 21 Feb 2001 13:05:22 -0700 (MST) Message-Id: <200102212005.NAA98229@bizville.com> To: questions@FreeBSD.org Subject: Îáğàùàşñü ê Âàì ñ ïğîñüáîé ïîìî÷ü ìíå â ïğèîáğåòåíèè ëåêàğñòâà From: lepeshkinan@aport2000.ru MIME-Version: 1.0 Content-Type: multipart/mixed; boundary = bc865f738cc711ebb61015397c91ba6a3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a MIME encoded message. --bc865f738cc711ebb61015397c91ba6a3 Content-Type: text/html ; charset="windows-1251" Content-Transfer-Encoding: base64 PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMCBUcmFuc2l0aW9uYWwv L0VOIj4NCg0KPGh0bWw+DQo8aGVhZD4NCgk8dGl0bGU+zuHw4Png/vH8IOogwuDsIPEg7/Du8fzh 7ukg7+7s7vf8IOzt5SDiIO/w6O7h8OXy5e3o6CDr5erg8PHy4uA8L3RpdGxlPg0KPC9oZWFkPg0K DQo8Ym9keT4NCjxkaXYgYWxpZ249IkNFTlRFUiI+PGZvbnQgc2l6ZT0iKzEiPjxpPjxiPtPi4Obg 5ez75SDj7vHv7uTgITwvYj48L2k+PC9mb250Pjxicj48L2Rpdj4NCg0KPHA+zuHw4Png/vH8IOog wuDsIPEg7/Du8fzh7ukg7+7s7vf8IOzt5SDiIO/w6O7h8OXy5e3o6CDr5erg8PHy4uAuIMXx6+gg 4fsg/fLuIO3lIOH76yDi7u/w7vEg5ujn7egg6CDx7OXw8ugsIP8g4fsg7ejq7uPk4CDt5SDw5fjo 6+Dx/CDu4fDg8ujy/PH/IOogwuDsLiDN7iD98u7yIO/w5e/g8ODyIOTr/yDs5e3/IC0g7+7x6+Xk 7f//IOLu5+zu5u3u8fL8IPHu9fDg7ejy/CDm6Oft/C4g3yAg6O3i4Ovo5CDv5fDi7ukg4/Dz7+/7 IC0g8yDs5e3/IPDg6iwgIO/l8OXt5fHr4CDu7+Xw4Pbo/iDiIO7t6u725e3y8OUsIOgg8eXp9+Dx IO7h7eDw8+bl7fsg7OXy4PHy4Of7IOIg6u7x8uguIMXk6O3x8uLl7e376SDv8OXv4PDg8iwg6u7y 7vD76SDs7ubl8iDv7uzu9/wgLSD98u4gQXJlZGlhLiDO7SDt5SDi6uv+9+XtIOIg8e/o8e7qIOHl 8e/r4PLt+/Ug6+Xq4PDx8uIuDQrfIO7h8OD54Ovg8fwg4iDK7uzo8uXyIOfk8ODi7u718ODt5e3o /yDjLiDK7vDu6+XiIOgg4iDu7eru9uXt8vAuIM/w5eTx5eTg8uXr/CDx6uDn4OssIPfy7iDx8OXk 8fLiIO3l8iDk4OblIO3gIOTl8uXpLCDgIO4g7+Xt8eju7eXw4PUg6CDj7uLu8Ojy/CDt5ffl4+4u PC9wPg0KPHA+z+Xt8ej/IOzg6+Xt/Org/ywg8O7k8fLi5e3t6Oru4iDzIOzl7f8g7eXyLiDRIO/u 7O75/P4g5PDz5+XpLCDn7eDq7uz79SDoIOTu4fD79SDr/uTl6SDz5ODr7vH8IPHu4fDg8vwg5OXt 5eMg7eAg7uTo7SDs5fH/9iAoNiDy+/H/9yDw8+Hr5ekpIOgg7eD34PL8IOrz8PEg6+X35e3o/ywg 8i7qLiDu8urr4OT74uDy/CDh7uv8+OUg7eXr/Of/LiDN7iDt8+bt+yDl+eUg5OXt/OPoLCDv7v3y 7uzzIO7h8OD54P7x/CDqIMLg7CDxIO/w7vH84e7pIO4g7+7s7vnoLiDS4Oog6uDqIOTl6+4g6uDx 4OXy8f8g5ujn7egsIPLuLCDs7ubl8iDh+/L8LCDC+yDo5/v55fLlIOLu5+zu5u3u8fL8IO/u7O73 /CDk4OblIO3l5+3g6u7s7uzzIPfl6+7i5erzLjwvcD4NCjxwPt8sIOru7eX37e4sIO/u7ejs4P4s IPfy7iDt4Ozt7uPuIOvl4/flIO7q4Ofg8vwg7+7s7vn8IOHu6/zt7uzzIPDl4eXt6vMsIOAg7eUg 7+Xt8eju7eXw8y4g0eXp9+DxIOz7IPPm5SDt6Oru7PMg7eUg7fPm7fssIO3uIOz7IPLu5uUg6/7k 6Cwg7Psg4vH+IObo5+38IPDg4e7y4OvoIOgg7eUg5PPs4OvoLCD38u4g6iDx8uDw7vHy6CDu6uDm 5ezx/yDiIPLg6u7pIPHo8vPg9ujoLCD38u4g4+7x8+Tg8PHy4u4g7vLq4Obl8vH/IO3g7CDv7uzu 4+Dy/CDS5e/l8Pwg7vHy4OXy8f8g7eDk5f/y/PH/IPLu6/zq7iDt4CDk7uHw+/Ug6/7k5ekuPC9w Pg0KPHA+x+Dw4O3l5SDh6+Dj7uTg8P4g5+Ag6/7h8/4g7+7s7vn8LiDF8evoIML7IOfg9e7y6PLl IPHi/+fg8vzx/yDx7iDs7e7pIOgg7+7r8/fo8vwg4e7r5eUg7+7k8O7h7fP+IOjt9O7w7OD26P4g 7uHuIOzt5SDo6+gg7uEg6PHy7vDo6CDh7uvl5+3oLCDy7iDs7ukg8uXr5fTu7TogPGZvbnQgc2l6 ZT0iKzIiPjxiPjUxMS05NC0xNjwvYj48L2ZvbnQ+PC9wPg0KPGJyPg0K0ODx9+Xy7fvpIPH35fI6 IMru8O7r5eLx6u7lIM7RwSC5IDI1NzAvMDk1IMjNzTc3MDcwODM4OTMg8C7xLiC5IDMwMzAxODEw NDQwMDAwNjA0MDE3IOIg0fDl5O3l8PPx8eru7CDh4O3q5SDx4eXw4eDt6uAg0O7x8ejoIOMuIMzu 8eri4CDq7vDw5fHv7u3k5e3y8ero6SDx9+XyIDMwMTAxODEwOTAwMDAwMDAwMzIzIMPQytYgw9Mg 1sEg0NQgIO/uIMzu8eru4vHq7ukg7uHr4PHy6CDBzcoguTA0NDY1MjMyMyAg8ffl8iC5IDQyMzAx LjgxMC42LjQwMTcuMTUxMjg0Mi48YnI+DQoNCjxwPsIg4evo5uDp+OXlIOLw5ez/IP8g4fPk8yDv 8O717uTo8vwg6vPw8SDu4evz9+Xt6P8g4iDu7eru9uXt8vDlLiDP7v3y7uzzIOXx6+ggwvsg7eUg 8ezu5uXy5SDx4v/n4PL88f8g8e4g7O3u6SDv7iDy5evl9O7t8ywg7vLv8ODi/PLlLCDv7ubg6/Pp 8fLgLCDo7fTu8Ozg9uj+IOzu6Owg5+3g6u7s++wg7eAgICAgICAgICAgICAgPGEgaHJlZj0ibWFp bHRvOmxlcGVzaGtpbmFAYXBvcnQyMDAwLnJ1Ij5sZXBlc2hraW5hQGFwb3J0MjAwMC5ydTwvYT4u PC9wPg0KPHA+0SDh6+Dj7uTg8O3u8fL8/iDL5e/l+Oro7eAgzeXr6+ggyOLg7e7i7eAuPC9wPg0K DQoNCg0KDQo8L2JvZHk+DQo8L2h0bWw+DQo= --bc865f738cc711ebb61015397c91ba6a3-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 12:11:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id D6FB037B491 for ; Wed, 21 Feb 2001 12:11:17 -0800 (PST) (envelope-from jonc@itouch.co.nz) Received: (from jonc@localhost) by itouch.co.nz (8.11.2/8.11.1) id f1LKAfV37235; Thu, 22 Feb 2001 09:10:41 +1300 (NZDT) (envelope-from jonc) Date: Thu, 22 Feb 2001 09:10:41 +1300 From: Jonathan Chen To: "Brian T. Allen" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Mail server with users in a database? Message-ID: <20010222091041.C36162@itouchnz.itouch> References: <003f01c09c2a$b4057570$2618b3cf@picard> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <003f01c09c2a$b4057570$2618b3cf@picard>; from brian@gzmarketing.com on Wed, Feb 21, 2001 at 10:21:18AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Feb 21, 2001 at 10:21:18AM -0700, Brian T. Allen wrote: > Hi, > > I am running 4.2-stable, and want to setup a mail server (preferably not > sendmail, but it will do in the absence of another solution) where the > accounts are from a database, rather than actual user accounts on the > system. I would prefer the aliases to be database based as well. > > I want to do this so that adding a new account or alias is as easy as a web > based interface to manipulate the database, rather than work something up > with expect to work with useradd and passwd. Plus we have one system > already with 5,000+ email accounts, all shell accounts with /bin/false, and > it is slowing down the system (it is a RH 6.2 Linux box). One possible way to do this is to have an LDAP server holding your users email-address, and mail-box locations; and only allowing access using IMAP. I've seen this done with exim, (which has an LDAP hook) and have been told that it can also be done with sendmail (which also has an LDAP hook). You'll also need an IMAP server which understands LDAP (the example I saw used Courier-IMAP). All the users email got stored under an `exim' uid on the system. However, I'm not too sure how scalable performance is, using LDAP. Hope this helps. -- Jonathan Chen ---------------------------------------------------------------------- Do not take life too seriously. You will never get out of it alive. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 12:17: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nova.fqdn.com (fqdn.com [204.138.49.210]) by hub.freebsd.org (Postfix) with ESMTP id E332A37B401 for ; Wed, 21 Feb 2001 12:17:03 -0800 (PST) (envelope-from greg@nova.fqdn.com) Received: (from greg@localhost) by nova.fqdn.com (SGI-8.9.3/8.9.3) id PAA42475; Wed, 21 Feb 2001 15:04:52 -0500 (EST) From: greg@nova.fqdn.com Message-Id: <200102212004.PAA42475@nova.fqdn.com> Subject: NAT and keep-state issue. To: freebsd-questions@freebsd.org Date: Wed, 21 Feb 2001 15:04:44 -0500 (EST) Cc: greg@fqdn.com X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm trying to resolve an issue with my ipfw rules using NAT and the keep-state options. When I do not use keep-state and use 'allow established' all works well. When I remove 'allow established" and add keep state to out bound connections that are NAT'd, it stops working. I think this is because packets returning from the internet are translated, so the internal dest IP is swapped in. This fails as there isn't a dynamic rule to match. The rule created with the outbound connection would create a rule with the alias'd IP and dest IP. Returning packets would be checked by the rules after the IP swap has happened. Am I missing something here or is there a trick? Any help would be great. Thanks much. greg Here is the output of ipfw -a list. 222.222.222.222 is the external interface that faces the Internet. 333.333.333.333 is the ftp server I'm trying to reach. (or web both act the same) 192.168.50.50 is the internal proxy server where all connections heading out to the Internet orginate from. I've changed the IPs. 00500 391 30606 deny udp from any 137 to any 00502 289 69180 deny udp from any 138 to any 01040 0 0 allow ip from any to any via lo0 01050 0 0 deny ip from any to 127.0.0.0/8 01060 2969 3314153 divert 8668 tcp from any to any via fxp0 02055 456 18248 allow tcp from 222.222.222.222 1025-65000 to any 1025-65000 keep-state setup 02060 118 5192 allow tcp from any to any 20-21 keep-state setup 02070 2 88 allow tcp from 192.168.50.50 to any in recv xl0 setup 03030 149 8276 deny log logamount 100 ip from any to any in recv fxp0 03040 0 0 deny log logamount 100 ip from any to any in recv fxp1 03050 1250 155979 deny log logamount 100 ip from any to any in recv xl0 09000 72 2888 deny log logamount 100 ip from any to any 65535 0 0 deny ip from any to any ## Dynamic rules: 02055 3 120 (T 0, # 28) ty 0 tcp, 222.222.222.222 2018 <-> 333.333.333.333 51962 02060 12 606 (T 7, # 50) ty 0 tcp, 222.222.222.222 2083 <-> 333.333.333.333 21 02060 12 606 (T 11, # 52) ty 0 tcp, 222.222.222.222 2085 <-> 333.333.333.333 21 02060 1 40 (T 17, # 54) ty 0 tcp, 222.222.222.222 2087 <-> 333.333.333.333 21 02055 3 120 (T 0, # 62) ty 0 tcp, 222.222.222.222 2036 <-> 333.333.333.333 33998 02055 3 120 (T 0, # 74) ty 0 tcp, 222.222.222.222 2039 <-> 333.333.333.333 46521 02055 3 120 (T 0, # 116) ty 0 tcp, 222.222.222.222 2041 <-> 333.333.333.333 49033 02055 2 88 (T 20, # 117) ty 0 tcp, 222.222.222.222 2086 <-> 333.333.333.333 52311 02055 2 88 (T 16, # 125) ty 0 tcp, 222.222.222.222 2084 <-> 333.333.333.333 48733 02060 38 5690 (T 291, # 152) ty 0 tcp, 192.168.50.50 2085 <-> 333.333.333.333 21 02060 5 364 (T 300, # 154) ty 0 tcp, 192.168.50.50 2087 <-> 333.333.333.333 21 02060 38 5690 (T 287, # 158) ty 0 tcp, 192.168.50.50 2083 <-> 333.333.333.333 21 02055 1007 40280 (T 0, # 204) ty 0 tcp, 222.222.222.222 2038 <-> 333.333.333.333 11582 02055 255 10200 (T 0, # 205) ty 0 tcp, 222.222.222.222 2068 <-> 333.333.333.333 42717 thanks so much for your time. greg . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 12:19:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ljfw.copleypress.com (mailhub.copleypress.com [205.138.64.5]) by hub.freebsd.org (Postfix) with ESMTP id C1EF737B401 for ; Wed, 21 Feb 2001 12:19:23 -0800 (PST) (envelope-from michael.morgan@copleypress.com) Received: by ljfw.copleypress.com; id MAA03535; Wed, 21 Feb 2001 12:19:09 -0800 (PST) Received: from mariner.copleypress.com(205.138.65.22) by ljfw.copleypress.com via smap (V5.5) id xma003518; Wed, 21 Feb 01 12:18:29 -0800 Received: by mariner.copleypress.com with Internet Mail Service (5.5.2448.0) id ; Wed, 21 Feb 2001 12:18:32 -0800 Message-ID: <71C9459A0074D1119A6A00805FBE77DC02F8BE3E@mariner.copleypress.com> From: Michael Morgan To: questions@freebsd.org Subject: FreeBSD firewalls Date: Wed, 21 Feb 2001 12:18:24 -0800 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 Hello, It's been several years since TIS has updated the Firewall Tool Kit. Is there something easier to use? more features? better security? My goal is to share a DSL connection with 3 computers and protect against port scanning on my development machine. The ISP is giving me one static IP address. I am familiar with Gauntlet and other commerical firewall products but don't have much money to invest for home. VPN is also a requirement. Any infomation you can share is appreciated -- web sites, product/distribution recommendations, etc. I prefer BSD over Linux for many reasons... it's more robust, there is less scope creep and a much longer tradition in the unix community. Thanks in advance, Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 12:27:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from asmodean.nks.net (asmodean.nks.net [216.139.201.16]) by hub.freebsd.org (Postfix) with ESMTP id 5E04637B4EC for ; Wed, 21 Feb 2001 12:27:41 -0800 (PST) (envelope-from joeo@cracktown.com) Received: from localhost (joeo@localhost) by asmodean.nks.net (8.9.3/8.9.3) with ESMTP id PAA07850; Wed, 21 Feb 2001 15:26:24 -0500 Date: Wed, 21 Feb 2001 15:26:24 -0500 (EST) From: X-Sender: To: Michael Morgan Cc: Subject: Re: FreeBSD firewalls In-Reply-To: <71C9459A0074D1119A6A00805FBE77DC02F8BE3E@mariner.copleypress.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 Look at the FreeBSD handbook pages concerning ipfw and natd. Butt simple to set up for strictly outbound accesses. Or... look into using the other packet filter with nat'ing capabilities that is included with freebsd, Daren Reed's "ip_filter". Either should work for you, On Wed, 21 Feb 2001, Michael Morgan wrote: > Hello, > > It's been several years since TIS has updated the Firewall Tool Kit. Is > there something easier to use? more features? better security? > > My goal is to share a DSL connection with 3 computers and protect against > port scanning on my development machine. The ISP is giving me one static IP > address. I am familiar with Gauntlet and other commerical firewall products > but don't have much money to invest for home. VPN is also a requirement. > > Any infomation you can share is appreciated -- web sites, > product/distribution recommendations, etc. > > I prefer BSD over Linux for many reasons... it's more robust, there is less > scope creep and a much longer tradition in the unix community. > > Thanks in advance, > > Michael > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 12:42:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from phear.darq.net (phear.darq.net [213.253.1.14]) by hub.freebsd.org (Postfix) with SMTP id AD54837B401 for ; Wed, 21 Feb 2001 12:42:21 -0800 (PST) (envelope-from reflex@phear.darq.net) Received: (qmail 10940 invoked by uid 1000); 21 Feb 2001 20:43:45 -0000 Date: Wed, 21 Feb 2001 20:43:44 +0000 From: Ian Morriati To: questions@FreeBSD.org Subject: 3com Homeconnect USB Camera Message-ID: <20010221204344.A4570@darq.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i X-Url: http://www.darq.net/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, i'm running 4.1-RELEASE on my main workstation here, and would like to use the 3com Homeconnect USB camera. i think it's detected on bootup; here's the usb section: uhci0: port 0xc000-0xc01f irq 19 at device 7.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 ugen0: 3Com 3Com HomeConnect USB Camera , rev 1.00/1.06, addr 2 ums0: Logitech Inc. iFeel Mouse , rev 1.00/1.01, addr 3, iclass 3/1 ums0: 3 buttons and Z dir. so, i guess my question is something along the lines of this: 1. is it working and configured? or is it just reading the label? my usb mouse is working fine, which is why i suspect it works. but i don't know. so here i ask you; how can i tell, and do you think it does? 2. given that it is working, what could i use in the way of software for it? i used it under win2k, but the software i got with it was not only lame, but shareware as well. when i saw the picture of the guy that wrote it after my 30 minute trial was over, i nearly laughed my lungs out. he was ugly in the extreme, and it was apparent he would get no money from me to buy some new teeth. that said, the bundled software (webcam32) would take a picture every so often, and upload it to an ftp site. running under bsd, i'm happy to just grab the file with a shell command or something. using the bundled "vidcap" would enable you to capture live video. i dare say you could stream with some third party software. so, my question is: "what are the warez that will satisfy my graphical hunger"? 3. coffecup make a totally rubbish webcam program called something like coffeecam. it's particularly bad, because it uses the windows clipboard to save the image. meaning, when i'd cut and paste into word i'd get a picture of me. however, it did have this "security mode" that would mail you the picture if it changed, ie, it worked like a kind of burglar alarm. has someone made one of these? i quite like the idea; i don't like people loitering around my desk. so thank you, for your potential wisdom. i've been waiting to ditch windows at work for ages, running a fat x desktop instead of a load of putty's. but without my cam, how are the foxy goth chicks going to stalk me? i'd be so upset if i had to change cameras (because, running under windows in the dark, the quality is elite). i thank you again, because that previous paragraph was meant to be a sentence. ian -- [darq#]-[ian@bosh.org] gosh gosh gosh. [http://www.darq.net/] isn't it all just. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 12:43:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from switch01.exchange.switch.no (switch01.switch.no [193.217.86.194]) by hub.freebsd.org (Postfix) with ESMTP id B0FCB37B401 for ; Wed, 21 Feb 2001 12:43:33 -0800 (PST) (envelope-from ros@switch.no) Received: by SWITCH01 with Internet Mail Service (5.5.2650.21) id ; Wed, 21 Feb 2001 15:49:55 +0100 Message-ID: From: Roger Svenning To: "'freebsd-questions@freebsd.org'" Subject: FreeBSD 4.2 on a Dell 4400, Fatal trap 12 Date: Wed, 21 Feb 2001 15:49:48 +0100 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 Hi I'm trying to install FreeBSD 4.2 on a Dell PowerEdge 4400 with the following setup: Dual PIII933 Xeon 1GB of memory Perc 3/di array controller set up with raid level 5 Dell Remote Assistant Card v2 After doing "Waiting 15 seconds for scsi disks to settle" it spits out a lot of text and ends up with a Fatal trap 12, page fault ... Any1 have any idea of how to solve this ? Roger O. Svenning To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 12:45: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f98.law4.hotmail.com [216.33.149.98]) by hub.freebsd.org (Postfix) with ESMTP id 15BF837B503 for ; Wed, 21 Feb 2001 12:44:58 -0800 (PST) (envelope-from mrami4@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 21 Feb 2001 12:44:57 -0800 Received: from 129.137.229.165 by lw4fd.law4.hotmail.msn.com with HTTP; Wed, 21 Feb 2001 20:44:57 GMT X-Originating-IP: [129.137.229.165] From: "Marc Ramirez" To: questions@freebsd.org Subject: A couple of questions - FreeBSD 4.2-RELEASE Date: Wed, 21 Feb 2001 15:44:57 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 21 Feb 2001 20:44:57.0933 (UTC) FILETIME=[271F07D0:01C09C47] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quick, and to the point: 1) I assume that support for a vinum partition on a bootable disk is absent... 2) I got an old P-120 laptop (Zenith Z-NOTE GT) I was trying to put FBSD 4.2-RELEASE on, and I've been having the following problem: The hard drive is a regular IDE drive, but the install kernel seems to have problems with the way the controller is doing its PCI thing. Here's what I get in the boot message: avail memory = 10076160 (9840K bytes) Preloaded elf kernel "kernel" at 0xc065d000. Preloaded mfs_root "/mfsroot" at 0xc065d084. Intel Pentium detected, installing workaround for F00F bug md0: Preloaded image 2949120 bytes at 0xc038bcd8 md1: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 isab0: on isab0 pci0: at 5.0 atapci0: port 0x374-0x377,0x170-0x177,0x3f4-0x3f7,0x1f0-0x1f7 at device 6.0 on pci0 atapci0: Busmastering DMA not supported ata2: at 0x1f0 on atapci0 ata2: unable to allocate interrupt device_probe_and_attach: ata2 attach returned 6 fdc0: cannot reserve I/O port range 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 moouse, device ID 0 vga0: at port 0x3c0-0x3df iomem 0xa000-0xbfff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> pcic0: at port 0x3e0 iomem 0xd0000 on isa0 pcic0: Polling mode pccard0: on pcic0 pccard1: on pcic0 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1: configured irq 3 not in bitmap of probed irqs 0 ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/15 bytes threshold plip0: on ppbus0 no devsw (majdev2 bootdev=0xa0500002) Is there any way I can force ata0 to attach at the normal ISA address (and then do the same for fdc0)? Or am I going to have to turn off PCI amd make my own install disk? Many thanks, Marc. _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 12:46:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from system9.euronet.nl (system9.euronet.nl [194.134.32.125]) by hub.freebsd.org (Postfix) with ESMTP id 08B8D37B401; Wed, 21 Feb 2001 12:46:05 -0800 (PST) (envelope-from jfdeboer@system9.euronet.nl) Received: by system9.euronet.nl (Postfix, from userid 1001) id 785F83B0C; Wed, 21 Feb 2001 21:46:00 +0100 (CET) Date: Wed, 21 Feb 2001 21:46:00 +0100 From: Jurriaan de Boer To: freebsd-bugs@freebsd.org Cc: freebsd-questions@freebsd.org Subject: Being worked on ? Message-ID: <20010221214600.A85555@system9.euronet.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-OS: FreeBSD 4.2-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, How come this still is possible in FreeBSD 4.2-STABLE...: http://security-archive.merton.ox.ac.uk/archive-200006/0083.html [On my box network is down for ~4 minutes but luckily comes up after that again] What a crap that this hasn't been resolved yet... --Jur To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 12:49:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wsmail4.firstam.com (wsmail.firstam.com [208.246.101.243]) by hub.freebsd.org (Postfix) with SMTP id 2FF7A37B401 for ; Wed, 21 Feb 2001 12:49:11 -0800 (PST) (envelope-from grjones@firstam.com) Received: from 208.209.223.2 by wsmail4.firstam.com with SMTP (Mail (MMS v4.7)); Wed, 21 Feb 2001 12:49:08 -0800 X-Server-Uuid: 645df872-acb9-4cc6-8334-84a82cbe044d Reply-To: grjones@firstam.com From: "Gregory Jones" To: freebsd-questions@FreeBSD.org Subject: Config kernel Date: Wed, 21 Feb 2001 13:00:16 -0800 Message-ID: <7D2FE4F86D98D311931C009027D3BACBD59C1E@FAHBP220> MIME-Version: 1.0 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.2919.6700 Disposition-Notification-To: "Gregory Jones" X-WSS-ID: 168AF64E948969-01-01 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG when "/usr/sbin/config MYKERNEL" , I get "config: line 25: syntax error Don't forget to do a "make depend" " What does that mean? I don't have a make statement in my kernel.. should I? And if so, what should it be? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 12:51:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rmx420-mta.mail.com (rmx420-mta.mail.com [165.251.48.152]) by hub.freebsd.org (Postfix) with ESMTP id 9561537B401 for ; Wed, 21 Feb 2001 12:51:40 -0800 (PST) (envelope-from userland@techie.com) Received: from web394-mc (web394-mc.mail.com [165.251.48.135]) by rmx420-mta.mail.com (8.9.3/8.9.3) with SMTP id PAA07254; Wed, 21 Feb 2001 15:51:40 -0500 (EST) Message-ID: <380009974.982788700097.JavaMail.root@web394-mc> Date: Wed, 21 Feb 2001 15:51:40 -0500 (EST) From: User Land To: freebsd-questions@freebsd.org Subject: weird netscape problem Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: mail.com X-Originating-IP: 206.234.199.240 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm using FreeBSD 4.2-RELEASE. I built XFree86 3.3 from the ports tree. I then installed netscape47-communicator from the ports tree. When I run netscape, I get: carneasada:~ # netscape & [1] 378 carneasada:~ # /usr/libexec/ld.so: warning: /usr/X11R6/lib/libXt.so.6: minor version -1 older than expected 0, using it anyway ld.so failed: bad magic number in "/usr/X11R6/lib/libXt.so.6" [1]+ Exit 1 netscape carneasada:~ # I did make deinstall reinstall in both XFree86 & netscape47-communicator, to no avail. I don't really know where to go from here to resolve this. Help! Thanks, User Land ______________________________________________ FREE Personalized Email at Mail.com Sign up at http://www.mail.com/?sr=signup To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 12:54:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from xena.gsicomp.on.ca (cr677933-a.ktchnr1.on.wave.home.com [24.43.230.149]) by hub.freebsd.org (Postfix) with ESMTP id 2CD7337B6B1 for ; Wed, 21 Feb 2001 12:54:35 -0800 (PST) (envelope-from matt@gsicomp.on.ca) Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.1/8.9.3) with SMTP id f1LKqji94702; Wed, 21 Feb 2001 15:52:46 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <009501c09c48$55d31890$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "Ralph Dratman" Cc: References: <000d01c09899$c045ec00$1401a8c0@tedm.placo.com> Subject: Re: ata1-master: CDROM device - NO DRIVER! Date: Wed, 21 Feb 2001 15:53:23 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.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 > Ted, > > Thanks very much for your reply. In fact I did build a custom kernel > with the following line in the configuration file: > > device matcd0 at isa? port 0x230 > > but the device still isn't coming up. Are you sure that you installed your custom kernel? > Given the bootup error message > > ata1-master: CDROM device - NO DRIVER! > > should I change the port address to 1c05? The 1c05 is just the version number of your CD-ROM's firmware. The standard ATA framework will detect any ATA device, but the 'NO DRIVER' message is telling you that your kernel doesn't have support for that device - which is why I'm wondering if you haven't installed your custom kernel. > Also, in the Lehey book, p. 361, the matcd0 configuration line is shown as follows: > controller matcd0 at isa? port 0x230 bio > > and I don't know what to think of "controller" versus "device" or the > "bio" at the end. "controller" and "bio" are old, deprecated options. The line as you have it (using "device") is correct. -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 12:59: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from drawbridge.ctc.com (drawbridge.ctc.com [147.160.99.35]) by hub.freebsd.org (Postfix) with ESMTP id 1450037B491 for ; Wed, 21 Feb 2001 12:59:02 -0800 (PST) (envelope-from cameron@ctc.com) Received: from server3.ctc.com (server3.ctc.com [147.160.1.6]) by drawbridge.ctc.com (8.10.1/8.10.1) with ESMTP id f1LKx0R15116 for ; Wed, 21 Feb 2001 15:59:00 -0500 (EST) Received: from ctcjst-mail1.ctc.com (ctcjst-mail1.ctc.com [147.160.34.14]) by server3.ctc.com (Switch-2.1.0/Switch-2.1.0) with ESMTP id f1LKwxs02181 for ; Wed, 21 Feb 2001 15:59:00 -0500 Received: by ctcjst-mail1.ctc.com with Internet Mail Service (5.5.2653.19) id ; Wed, 21 Feb 2001 15:59:41 -0500 Message-ID: <100A6E7AD9CBD31192E900508BB1E9E7141696@ctcjst-mail1.ctc.com> From: "Cameron, Frank" To: "'freebsd-questions@FreeBSD.ORG'" Subject: RE: Novell Account Management (eDirectory) for Linux? Date: Wed, 21 Feb 2001 15:59:40 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've tried the install on FreeBSD again this past weekend; it fails while attempting to install NDSbase.rpm: unpacking of archive failed on file /usr/lib/libJClient.so: cpio: symlink failed - File exists -frank To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 12:59:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kant.nihilist.org (kant.nihilist.org [64.6.198.184]) by hub.freebsd.org (Postfix) with ESMTP id E53E837B491 for ; Wed, 21 Feb 2001 12:59:43 -0800 (PST) (envelope-from tcole@nihilist.org) Received: from nietzsche.nihilist.org (nietzsche.nihilist.org [192.168.1.5]) by kant.nihilist.org (8.10.1/8.10.1) with ESMTP id f1LKxhV06382; Wed, 21 Feb 2001 12:59:43 -0800 (PST) Received: (from tcole@localhost) by nietzsche.nihilist.org (8.11.1/8.11.1) id f1LKxga87233; Wed, 21 Feb 2001 12:59:42 -0800 (PST) (envelope-from tcole) Date: Wed, 21 Feb 2001 12:59:42 -0800 From: Travis Cole To: Tom Dean Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Netgear FA311 support Message-ID: <20010221125942.A86829@nihilist.org> References: <000801c09921$b4534360$1101a8c0@monsterbox> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000801c09921$b4534360$1101a8c0@monsterbox>; from tomdean@nfis.com on Sat, Feb 17, 2001 at 03:39:15PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This one took me a bit to track down after I bought a NetGear FA311-TX... You want the sis driver, it will work great for that card... Check out sis(4) On Sat, Feb 17, 2001 at 03:39:15PM -0500, Tom Dean wrote: > Hello, > > I loaded FreeBSD 4.2-RELEASE on my pc which has a Netgear FA311 NIC installed. During installation and even through post-config FreeBSD wouldn't detect my NIC. Is there a driver available for the FA311? I checked Netgear's site and the only *nix drivers available were for Red Hat 6.x and 7.0. Please write me back. Thanks a lot. > > Tom Dean > tomdean@nfis.com -- -Travis To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 13: 0:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bryden.apana.org.au (bryden.apana.org.au [203.3.126.129]) by hub.freebsd.org (Postfix) with ESMTP id 8EA3A37B4EC for ; Wed, 21 Feb 2001 13:00:09 -0800 (PST) (envelope-from dougy@bryden.apana.org.au) Received: from roadrunner (roadrunner.apana.org.au [203.3.126.132]) by bryden.apana.org.au (8.11.1/8.11.1) with SMTP id f1LKxXE55496; Thu, 22 Feb 2001 06:59:34 +1000 (EST) (envelope-from dougy@bryden.apana.org.au) Message-ID: <00dd01c09c49$494b6f40$847e03cb@apana.org.au> From: "Doug Young" To: "Macrolosa" Cc: References: <3A942B4F.7D3F0A7E@post.omnitel.net> Subject: Re: login-MODEM Date: Thu, 22 Feb 2001 07:00:10 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.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 If you are asking "how do I do a shell login to my ISPs computer" the answer is simple. You DON'T. Few if any ISPs will allow that for security reasons.The "shell" you get with a regular internet account is not a real shell in the sense of getting access to system files, typically its something like a special "ppplogin" thing that ONLY lets you start PPP. We do allow proper shell accounts to some users on a very limited basis at Apana Brisbane but never on a mission critical machine. ----- Original Message ----- From: "Macrolosa" To: Sent: Thursday, February 22, 2001 6:55 AM Subject: login-MODEM > Hi all, > I wanted to ask, can I log into UNIX computer where I have an > account and got the > shell??? But there is one problem, this computer only have > dial-in... In a word > it is my ISP computer... How to get the shell of that machine??? > Please help!!! > > Many thanks in advance - Ed > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 13: 6:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pyxis.orem1.northsky.com (orca.northsky.com [63.108.71.7]) by hub.freebsd.org (Postfix) with ESMTP id 7C99637B491 for ; Wed, 21 Feb 2001 13:06:53 -0800 (PST) (envelope-from sharktooth@innocent.com) Received: from innocent.com (black-hole.aboutws.local [10.11.1.86]) by pyxis.orem1.northsky.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id FABP64N9; Wed, 21 Feb 2001 14:06:53 -0700 Message-ID: <3A942D87.9E2FB028@innocent.com> Date: Wed, 21 Feb 2001 14:05:11 -0700 X-Sybari-Space: 00000000 00000000 00000000 From: Joseph R Lewis X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: fBSD4.2-R and Lucent WAVELAN PC-Card Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am not on the list, so I am hoping any answers will also get send to me at joe@about-inc.com. I am running FreeBSD 4.2-RELEASE (#0: Mon Nov 20 13:02:55 GMT 2000 jkh@bento.FreeBSD.org:/usr/src/sys/compile/GENERIC i386), on an old Sony Viao laptop PCG-748, trying to get my Lucent WaveLAN 802.11 gold PCMCIA network card running. It appears in the output of 'ifconfig', but only as an ethernet address. I can type 'ifconfig wi0 inet 0.0.0.0 netmask 0xffffff00', and then more than just the ethernet address will appear in ifconfig, but still no connection through the interface. I've never successfully gotten a NIC to run from this laptop. The other card I tried (the infamous "NetGEAR FA410TX") I gave up on because I had the older version that wasn't compatible. So, I tried a buddies WaveLAN, because it was listed as supported and most people say it works just fine, but to no avail. Can someone point me in the right direction? I have the output of dmesg, plus the overrides in /etc/rc.conf. The config files use the defaults found in fBSD4.2R. The order of information that follows : dmesg, rc.conf, pccard.conf. The following is from dmesg: pcic0: at port 0x3e0 iomem 0xd0000 on isa0 pcic0: Polling mode pccard0: on pcic0 pccard1: on pcic0 pccard: card inserted, slot 1 Feb 21 13:31:20 vette pccardd[54]: Card "Lucent Technologies"("WaveLAN/IEEE") [Version 01.01] [] matched "Lucent Technologies" ("WaveLAN/IEEE") [(null)] [(null)] wi0: at port 0x280-0x2bf irq 11 slot 1 on pccard1 wi0: Ethernet address: 00:02:2d:0c:95:91 Feb 21 13:31:26 vette pccardd[54]: wi0: Lucent Technologies (WaveLAN/IEEE) inserted. /etc/rc.conf : # -- sysinstall generated deltas -- # linux_enable="YES" sendmail_enable="YES" gateway_enable="YES" sshd_enable="YES" inetd_enable="YES" usbd_enable="YES" hostname="vette.orem1.northsky.com" pccard_enable="YES" # pccard_ifconfig="YES" ifconfig_wi0="inet 0.0.0.0 netmask 0xffffff00" /etc/defaults/pccard.conf : # Generally available IO ports io 0x240-0x360 # Generally available IRQs (Built-in sound-card owners remove 5) irq 3 10 11 15 # Available memory slots memory 0xd4000 96k # Lucent WaveLAN/IEEE card "Lucent Technologies" "WaveLAN/IEEE" config 0x1 "wi" 11 insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop NOTE: I have used the line 'config 0x1 "wi" ?' as well in the above pccard.conf file. Nothing seems to work. Is there someone out there who has encountered the same "problem" of not having the WaveLAN interface available? Can you point me in th right direction? THANKS! -- Joe Lewis About Inc., Web Services Division 1253 N. Research Way, Suite Q-2500 Orem, UT 84097 ph : 801.437.6023 fax : 801.437.6020 email: joe@about-inc.com AIM : crvttdiv To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 13:11:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from www.lmtribune.com (www.lmtribune.com [216.222.95.6]) by hub.freebsd.org (Postfix) with SMTP id 543A837B4EC for ; Wed, 21 Feb 2001 13:11:18 -0800 (PST) (envelope-from jmciver@lmtribune.com) Received: from mailpc.lmtribune.com ([199.5.221.152]) by www.lmtribune.com (Build 98 8.9.3/NT-8.9.3) with ESMTP id NAA19087 for ; Wed, 21 Feb 2001 13:12:13 -0800 Received: from ADV/SpoolDir by mailpc.lmtribune.com (Mercury 1.48); 21 Feb 01 13:10:49 -0700 Received: from SpoolDir by ADV (Mercury 1.48); 21 Feb 01 13:10:23 -0700 From: "Jim McIver" Organization: Lewiston Morning Tribune To: freebsd-questions@freebsd.org Date: Wed, 21 Feb 2001 13:10:14 -7 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: ports/make Message-ID: <3A93BE3A.5879.96AEFF0@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Having trouble following the Complete FreeBSD's book's instructions on how to install a port and run the make. My machine doesn't have a cdrom, so I copied the files to an internal ftp site to be able to get to the files to the Freebsd machine. I wanted to try the mtools(mdir, etc..) so I could try to read a dos floppy. Right now is say's command not found. Of course I've tried other port/make's and nothing seems to work correctly. (Got to be a user error on my part) Ftp'ed the file named mtools-3.9.7.tgz from the cdrom to the freebsd machine. Ran "pkg_add mtools-3.9.7.tgz" this completed without any errors. Went to /usr/ports/emulators/mtools and ran "make" Error comes back saying "mtools-3.9.7.tar" is not in the /usr/ports/distfiles area....so I gzip -d the mtools-3-9.7.tgz and copied the resulting mtools-3.9.7.tar file into the /usr/ports/distfiles directory so make could find it and tried make again. Same error message. I have ver 4.2(I think)of freebsd. It doesn't connect to the internet yet so it fails when trying to grab files from the web site. Is there a step by step instruction sheet for installing ports and running the make and make install that work? Of course I'm not sure what I'd do if make install worked, does that mean the program installed and is ready to run? Regards, Jim McIver To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 13:13: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from server.bloodletting.com (server.bloodletting.com [209.31.32.64]) by hub.freebsd.org (Postfix) with SMTP id A5EED37B491 for ; Wed, 21 Feb 2001 13:12:59 -0800 (PST) (envelope-from mouse@bloodletting.com) Received: (qmail 8011 invoked from network); 21 Feb 2001 14:13:36 -0000 Received: from server.heavytech.com (HELO cryptic) (209.31.32.65) by server.bloodletting.com with SMTP; 21 Feb 2001 14:13:36 -0000 From: "Nick Popoff" To: Subject: Building Libnet with the bpf-lkm etherspoof module Date: Wed, 21 Feb 2001 13:18:14 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings. I just tried installing libnet via a recently cvsup'd port and I'm having trouble getting the optional LKM working which enables spoofing of ethernet source addresses. Has anyone else had luck doing this? The module was included by the Libnet authors to allow users to get around BSD's BPF implementation which does not allow this. Is this still true? The README makes reference to FreeBSD 3.x so I wonder if the code is oudated. The compile of Libnet-1.0.1b/support/FreeBSD failes with: ether_mod_load.c 107: 'lkm_nullcmd' undeclared Any help would be much appreciated. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 13:16:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from www.lmtribune.com (www.lmtribune.com [216.222.95.6]) by hub.freebsd.org (Postfix) with SMTP id 16AC137B4EC for ; Wed, 21 Feb 2001 13:16:45 -0800 (PST) (envelope-from jmciver@lmtribune.com) Received: from mailpc.lmtribune.com ([199.5.221.152]) by www.lmtribune.com (Build 98 8.9.3/NT-8.9.3) with ESMTP id NAA19095 for ; Wed, 21 Feb 2001 13:17:40 -0800 Received: from ADV/SpoolDir by mailpc.lmtribune.com (Mercury 1.48); 21 Feb 01 13:16:16 -0700 Received: from SpoolDir by ADV (Mercury 1.48); 21 Feb 01 13:16:09 -0700 From: "Jim McIver" Organization: Lewiston Morning Tribune To: freebsd-questions@freebsd.org Date: Wed, 21 Feb 2001 13:16:00 -7 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: cron mail Message-ID: <3A93BF94.6321.97038C8@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Me again... I was following the Compete FreeBsd book along and came to a section that said to type "crontab crontab" to install and run the crontab. Now every 5 minutes root gets an email. Something like: Cron root From: root To: root x-cron-env etc.... root not found I've killed cron to stop the message, but why is it doing this? My shell is set to /bin/csh and I've tried changing it back to /bin/sh, (chsh)but the messages just keep coming. Only line I can see in the crontab file that's causing this is: /5 * *........root /usr/libexec/atrun I can't seem to come up with enough info on atrun to help, or how to tell Cron-env that the shell is now /bin/csh. Any ideas? Jim McIver To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 13:18:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.toronto.istar.net (mail1.toronto.istar.net [209.89.75.17]) by hub.freebsd.org (Postfix) with ESMTP id 99C5537B699 for ; Wed, 21 Feb 2001 13:18:41 -0800 (PST) (envelope-from genisis@istar.ca) Received: from d141-118-73.home.cgocable.net ([24.141.118.73]) by mail1.toronto.istar.net with esmtp (Exim 2.02 #1) id 14Vge6-0004PH-00; Wed, 21 Feb 2001 16:17:58 -0500 Date: Wed, 21 Feb 2001 16:09:04 -0500 (EST) From: Dru X-Sender: genisis@x1-6-00-00-b4-94-9d-3f.kico1.on.home.com To: Jim McIver Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ports/make In-Reply-To: <3A93BE3A.5879.96AEFF0@localhost> Message-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 Jim, General rule of thumb: it it's a "tgz", it's a package; if it's a "tar.gz" its a port. Sounds like you successfully installed the package using the "pkg_add" command. If you're in the C shell, you'll have to type "rehash" before your shell will be aware that mtools is now on the system. Dru On Wed, 21 Feb 2001, Jim McIver wrote: > Having trouble following the Complete FreeBSD's book's > instructions on how to install a port and run the make. > > My machine doesn't have a cdrom, so I copied the files to an internal > ftp site to be able to get to the files to the Freebsd machine. I wanted > to try the mtools(mdir, etc..) so I could try to read a dos floppy. Right > now is say's command not found. Of course I've tried other > port/make's and nothing seems to work correctly. (Got to be a user > error on my part) > > Ftp'ed the file named mtools-3.9.7.tgz from the cdrom to the freebsd > machine. Ran "pkg_add mtools-3.9.7.tgz" this completed without any > errors. Went to /usr/ports/emulators/mtools and ran "make" > Error comes back saying "mtools-3.9.7.tar" is not in the > /usr/ports/distfiles area....so I gzip -d the mtools-3-9.7.tgz and copied > the resulting mtools-3.9.7.tar file into the /usr/ports/distfiles > directory so make could find it and tried make again. > > Same error message. > > I have ver 4.2(I think)of freebsd. It doesn't connect to the internet yet > so it fails when trying to grab files from the web site. > > Is there a step by step instruction sheet for installing ports and > running the make and make install that work? > > Of course I'm not sure what I'd do if make install worked, does that > mean the program installed and is ready to run? > > Regards, > > Jim McIver > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 13:27:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.toronto.istar.net (mail1.toronto.istar.net [209.89.75.17]) by hub.freebsd.org (Postfix) with ESMTP id BCBE837B491 for ; Wed, 21 Feb 2001 13:27:02 -0800 (PST) (envelope-from genisis@istar.ca) Received: from d141-118-73.home.cgocable.net ([24.141.118.73]) by mail1.toronto.istar.net with esmtp (Exim 2.02 #1) id 14VgmE-0007bQ-00; Wed, 21 Feb 2001 16:26:22 -0500 Date: Wed, 21 Feb 2001 16:17:30 -0500 (EST) From: Dru X-Sender: genisis@x1-6-00-00-b4-94-9d-3f.kico1.on.home.com To: Jim McIver Cc: freebsd-questions@FreeBSD.ORG Subject: Re: cron mail In-Reply-To: <3A93BF94.6321.97038C8@localhost> Message-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 Jim, What were you trying to add to your crontab? Sounds like you need to edit it with the "e" switch. You might find this tutorial helpful: http://www.oreillynet.com/pub/a/bsd/2000/09/27/FreeBSD_Basics.html Cheers, Dru On Wed, 21 Feb 2001, Jim McIver wrote: > Me again... I was following the Compete FreeBsd book along and > came to a section that said to type "crontab crontab" to install and run > the crontab. > > Now every 5 minutes root gets an email. Something like: > Cron root > From: root > To: root > x-cron-env > etc.... > > root not found > > I've killed cron to stop the message, but why is it doing this? > > My shell is set to /bin/csh and I've tried changing it back to /bin/sh, > (chsh)but the messages just keep coming. > > Only line I can see in the crontab file that's causing this is: > /5 * *........root /usr/libexec/atrun > > I can't seem to come up with enough info on atrun to help, or how to > tell Cron-env that the shell is now /bin/csh. > > Any ideas? > > > Jim McIver > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 13:28:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id 3D78437B4EC for ; Wed, 21 Feb 2001 13:28:39 -0800 (PST) (envelope-from lowell@be-well.ilk.org) Received: (from lowell@localhost) by be-well.ilk.org (8.11.2/8.11.2) id f1LLSPh00553; Wed, 21 Feb 2001 16:28:25 -0500 (EST) (envelope-from lowell) To: freebsd-questions@freebsd.org, jmciver@lmtribune.com (Jim McIver) Subject: Re: cron mail References: <3A93BF94.6321.97038C8@localhost> From: Lowell Gilbert Date: 21 Feb 2001 16:28:24 -0500 In-Reply-To: jmciver@lmtribune.com's message of "21 Feb 2001 22:16:56 +0100" Message-ID: <44lmqz4tfr.fsf@lowellg.ne.mediaone.net> Lines: 39 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jmciver@lmtribune.com (Jim McIver) writes: > Me again... I was following the Compete FreeBsd book along and > came to a section that said to type "crontab crontab" to install and run > the crontab. I don't have my copy at hand, but I'm *sure* that the book did not advise you to type "crontab /etc/crontab". It is, nonetheless, a frequently asked question. See http://www.freebsd.org/FAQ/admin.html#ROOT-NOT-FOUND-CRON-ERRORS > Now every 5 minutes root gets an email. Something like: > Cron root > From: root > To: root > x-cron-env > etc.... > > root not found > > I've killed cron to stop the message, but why is it doing this? > > My shell is set to /bin/csh and I've tried changing it back to /bin/sh, > (chsh)but the messages just keep coming. > > Only line I can see in the crontab file that's causing this is: > /5 * *........root /usr/libexec/atrun > > I can't seem to come up with enough info on atrun to help, or how to > tell Cron-env that the shell is now /bin/csh. > > Any ideas? > > > Jim McIver > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 13:40:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nameserver.austclear.com.au (nameserver.austclear.com.au [192.83.119.132]) by hub.freebsd.org (Postfix) with ESMTP id 7A78637B401 for ; Wed, 21 Feb 2001 13:40:31 -0800 (PST) (envelope-from ahl@austclear.com.au) Received: from tungsten.austclear.com.au (tungsten.austclear.com.au [192.168.70.1]) by nameserver.austclear.com.au (8.9.3/8.9.3) with ESMTP id IAA99258; Thu, 22 Feb 2001 08:40:25 +1100 (EST) Received: from tungsten (tungsten [192.168.70.1]) by tungsten.austclear.com.au (8.9.3/8.9.3) with ESMTP id IAA25168; Thu, 22 Feb 2001 08:40:24 +1100 (EST) Message-Id: <200102212140.IAA25168@tungsten.austclear.com.au> X-Mailer: exmh version 2.1.1 10/15/1999 To: greg@nova.fqdn.com Cc: freebsd-questions@FreeBSD.ORG, greg@fqdn.com Subject: Re: NAT and keep-state issue. In-Reply-To: Message from greg@nova.fqdn.com of "Wed, 21 Feb 2001 15:04:44 CDT." <200102212004.PAA42475@nova.fqdn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 22 Feb 2001 08:40:24 +1100 From: Tony Landells Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Please keep your lines a bit shorter--a couple of them were, um, quite long... > When I do not use keep-state and use 'allow established' all works well. > When I remove 'allow established" and add keep state to out bound connections > that are NAT'd, it stops working. I think this is because packets returning > from the internet are translated, so the internal dest IP is swapped in. > This fails as there isn't a dynamic rule to match. The rule created with > the outbound connection would create a rule with the alias'd IP and dest IP. > Returning packets would be checked by the rules after the IP swap has > happened. > Am I missing something here or is there a trick? Any help would be great. > Thanks much. I may be going blind, but I can't see where you're doing a "check-state"... Without that you'll never check the dynamic rules. > Here is the output of ipfw -a list. > 222.222.222.222 is the external interface that faces the Internet. > 333.333.333.333 is the ftp server I'm trying to reach. (or web both act the same) > 192.168.50.50 is the internal proxy server where all connections heading out > to the Internet orginate from. > > I've changed the IPs. > > 00500 391 30606 deny udp from any 137 to any > 00502 289 69180 deny udp from any 138 to any > 01040 0 0 allow ip from any to any via lo0 > 01050 0 0 deny ip from any to 127.0.0.0/8 > 01060 2969 3314153 divert 8668 tcp from any to any via fxp0 > 02055 456 18248 allow tcp from 222.222.222.222 1025-65000 to any 1025-65000 keep-state setup > 02060 118 5192 allow tcp from any to any 20-21 keep-state setup > 02070 2 88 allow tcp from 192.168.50.50 to any in recv xl0 setup > 03030 149 8276 deny log logamount 100 ip from any to any in recv fxp0 > 03040 0 0 deny log logamount 100 ip from any to any in recv fxp1 > 03050 1250 155979 deny log logamount 100 ip from any to any in recv xl0 > 09000 72 2888 deny log logamount 100 ip from any to any > 65535 0 0 deny ip from any to any > ## Dynamic rules: > 02055 3 120 (T 0, # 28) ty 0 tcp, 222.222.222.222 2018 <-> 333.333.333.333 51962 > 02060 12 606 (T 7, # 50) ty 0 tcp, 222.222.222.222 2083 <-> 333.333.333.333 21 > 02060 12 606 (T 11, # 52) ty 0 tcp, 222.222.222.222 2085 <-> 333.333.333.333 21 > 02060 1 40 (T 17, # 54) ty 0 tcp, 222.222.222.222 2087 <-> 333.333.333.333 21 > 02055 3 120 (T 0, # 62) ty 0 tcp, 222.222.222.222 2036 <-> 333.333.333.333 33998 > 02055 3 120 (T 0, # 74) ty 0 tcp, 222.222.222.222 2039 <-> 333.333.333.333 46521 > 02055 3 120 (T 0, # 116) ty 0 tcp, 222.222.222.222 2041 <-> 333.333.333.333 49033 > 02055 2 88 (T 20, # 117) ty 0 tcp, 222.222.222.222 2086 <-> 333.333.333.333 52311 > 02055 2 88 (T 16, # 125) ty 0 tcp, 222.222.222.222 2084 <-> 333.333.333.333 48733 > 02060 38 5690 (T 291, # 152) ty 0 tcp, 192.168.50.50 2085 <-> 333.333.333.333 21 > 02060 5 364 (T 300, # 154) ty 0 tcp, 192.168.50.50 2087 <-> 333.333.333.333 21 > 02060 38 5690 (T 287, # 158) ty 0 tcp, 192.168.50.50 2083 <-> 333.333.333.333 21 > 02055 1007 40280 (T 0, # 204) ty 0 tcp, 222.222.222.222 2038 <-> 333.333.333.333 11582 > 02055 255 10200 (T 0, # 205) ty 0 tcp, 222.222.222.222 2068 <-> 333.333.333.333 42717 Cheers, Tony -- Tony Landells Senior Network Engineer Ph: +61 3 9677 9319 Australian Clearing Services Pty Ltd Fax: +61 3 9677 9355 Level 4, Rialto North Tower 525 Collins Street Melbourne VIC 3000 Australia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 13:41:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.toronto.istar.net (mail1.toronto.istar.net [209.89.75.17]) by hub.freebsd.org (Postfix) with ESMTP id 8EE0B37B503 for ; Wed, 21 Feb 2001 13:41:13 -0800 (PST) (envelope-from genisis@istar.ca) Received: from d141-118-73.home.cgocable.net ([24.141.118.73]) by mail1.toronto.istar.net with esmtp (Exim 2.02 #1) id 14Vgzx-0005DS-00; Wed, 21 Feb 2001 16:40:33 -0500 Date: Wed, 21 Feb 2001 16:31:41 -0500 (EST) From: Dru X-Sender: genisis@x1-6-00-00-b4-94-9d-3f.kico1.on.home.com To: Lowell Gilbert Cc: freebsd-questions@FreeBSD.ORG, Jim McIver Subject: Re: cron mail In-Reply-To: <44lmqz4tfr.fsf@lowellg.ne.mediaone.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 21 Feb 2001, Lowell Gilbert wrote: > I don't have my copy at hand, but I'm *sure* that the book did not > advise you to type "crontab /etc/crontab". > > It is, nonetheless, a frequently asked question. See > http://www.freebsd.org/FAQ/admin.html#ROOT-NOT-FOUND-CRON-ERRORS Actually, it does on page 156 of the second edition. "crontab crontab" installs a crontab that you've created with an editor. This step is unnecessary if you edit the crontab directly using "crontab -e" as this switch invokes the vi editor for you then updates the crontab accordingly. Cheers, Dru > > > Now every 5 minutes root gets an email. Something like: > > Cron root > > From: root > > To: root > > x-cron-env > > etc.... > > > > root not found > > > > I've killed cron to stop the message, but why is it doing this? > > > > My shell is set to /bin/csh and I've tried changing it back to /bin/sh, > > (chsh)but the messages just keep coming. > > > > Only line I can see in the crontab file that's causing this is: > > /5 * *........root /usr/libexec/atrun > > > > I can't seem to come up with enough info on atrun to help, or how to > > tell Cron-env that the shell is now /bin/csh. > > > > Any ideas? > > > > > > Jim McIver > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 13:49:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id 392DA37B4EC for ; Wed, 21 Feb 2001 13:49:15 -0800 (PST) (envelope-from lowell@be-well.ilk.org) Received: (from lowell@localhost) by be-well.ilk.org (8.11.2/8.11.2) id f1LLn9U00602; Wed, 21 Feb 2001 16:49:09 -0500 (EST) (envelope-from lowell) To: freebsd-questions@freebsd.org, genisis@istar.ca Subject: Re: cron mail References: <44lmqz4tfr.fsf@lowellg.ne.mediaone.net> From: Lowell Gilbert Date: 21 Feb 2001 16:49:09 -0500 In-Reply-To: genisis@istar.ca's message of "21 Feb 2001 22:41:28 +0100" Message-ID: <44itm3emga.fsf@lowellg.ne.mediaone.net> Lines: 72 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG genisis@istar.ca (Dru) writes: > On 21 Feb 2001, Lowell Gilbert wrote: > > > I don't have my copy at hand, but I'm *sure* that the book did not > > advise you to type "crontab /etc/crontab". > > > > It is, nonetheless, a frequently asked question. See > > http://www.freebsd.org/FAQ/admin.html#ROOT-NOT-FOUND-CRON-ERRORS > > Actually, it does on page 156 of the second edition. > > "crontab crontab" installs a crontab that you've created with an > editor. This step is unnecessary if you edit the crontab directly using > "crontab -e" as this switch invokes the vi editor for you then updates the > crontab accordingly. You appear to be confused about the difference between "crontab crontab" and "crontab /etc/crontab". /etc/crontab is not, as you claimed, a "crontab that you've created with an editor." It's a very different file, with a slightly different format, and completely inappropriate for installation with the crontab command. I repeat that I am *sure* that Greg Lehey never advised typing "crontab /etc/crontab". [I don't have that edition to check, but I'm still completely confident.] > Cheers, > > Dru > > > > > > > > > > Now every 5 minutes root gets an email. Something like: > > > Cron root > > > From: root > > > To: root > > > x-cron-env > > > etc.... > > > > > > root not found > > > > > > I've killed cron to stop the message, but why is it doing this? > > > > > > My shell is set to /bin/csh and I've tried changing it back to /bin/sh, > > > (chsh)but the messages just keep coming. > > > > > > Only line I can see in the crontab file that's causing this is: > > > /5 * *........root /usr/libexec/atrun > > > > > > I can't seem to come up with enough info on atrun to help, or how to > > > tell Cron-env that the shell is now /bin/csh. > > > > > > Any ideas? > > > > > > > > > Jim McIver > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 13:56:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f231.law9.hotmail.com [64.4.9.231]) by hub.freebsd.org (Postfix) with ESMTP id C8D1037B503 for ; Wed, 21 Feb 2001 13:55:31 -0800 (PST) (envelope-from gerald_stoller@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 21 Feb 2001 13:55:31 -0800 Received: from 12.20.190.1 by lw9fd.law9.hotmail.msn.com with HTTP; Wed, 21 Feb 2001 21:55:31 GMT X-Originating-IP: [12.20.190.1] From: "gerald stoller" To: freebsd-questions@freebsd.org Subject: stty -echo Date: Wed, 21 Feb 2001 16:55:31 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 21 Feb 2001 21:55:31.0637 (UTC) FILETIME=[029AFE50:01C09C51] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I tried the command above and found everything I typed was still being echoed to the screen. I did this both on a raw freeBSD 4.2 and in an X windows window, both worked identically. However, when I typed in a login password, it was not echoed. uname -a gave: FreeBSD 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Mon Nov 20 13:02:55 GMT 2000 jkh@bento.FreeBSD.org:/usr/src/sys/compile/GENERIC i386 . Anyone know why it doesn't work, and what do the login password readers use? I tried a few other of the -echo variations and didn't notice any of them working. stty -a & stty -g did work. _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 13:59:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tomts6-srv.bellnexxia.net (smtp.bellnexxia.net [209.226.175.26]) by hub.freebsd.org (Postfix) with ESMTP id 373F037B491 for ; Wed, 21 Feb 2001 13:58:15 -0800 (PST) (envelope-from reel@sympatico.ca) Received: from HSE-QuebecCity-ppp80890.qc.sympatico.ca ([64.229.234.63]) by tomts6-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010221215810.ZCGC25007.tomts6-srv.bellnexxia.net@HSE-QuebecCity-ppp80890.qc.sympatico.ca> for ; Wed, 21 Feb 2001 16:58:10 -0500 Date: Wed, 21 Feb 2001 16:57:52 -0500 (EST) From: Felix-Antoine Paradis X-X-Sender: To: FreeBSD Questions Subject: How to reduce damages of syn attacks? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I would like to know if there is any way to reduce the damages of syn attacks? If someone can give me some clues on how to avoid it with ipfw rules, or anything else. I got snort running (which only logs) and tcpdump. What else? Thank's! ______________________ Felix-Antoine Paradis reel@sympatico.ca PGP Key ID: 0x7B3AD2C5 -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQA/AwUBOpQ58TBxB4d7OtLFEQLhowCfcKogYqL/X575B8mqJxNJ/4+7MCgAn3Mx +W4V0sTULgaIHEAfHJgE7cMU =bfJE -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 14: 2:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from courbet.kerguelen.org (catv9055.extern.kun.nl [131.174.119.55]) by hub.freebsd.org (Postfix) with ESMTP id 6899837B65D for ; Wed, 21 Feb 2001 14:02:29 -0800 (PST) (envelope-from jaapb@kerguelen.org) Received: from loranchet.kerguelen.org (loranchet.kerguelen.org [192.168.5.4]) by courbet.kerguelen.org (8.11.0/8.11.0) with ESMTP id f1LLoZC01368 for ; Wed, 21 Feb 2001 22:50:35 +0100 (CET) Received: from loranchet.kerguelen.org (localhost [127.0.0.1]) by loranchet.kerguelen.org (8.11.0/8.11.0) with ESMTP id f1LM2PR04836 for ; Wed, 21 Feb 2001 23:02:25 +0100 (CET) Message-Id: <200102212202.f1LM2PR04836@loranchet.kerguelen.org> X-Mailer: nmh-1.0 X-Organization: Kerguelen X-Bruce: This is the wattle, it's the emblem of our land! X-Rule-Six: You can stick it in a bottle, you can hold it in your hand! To: freebsd-questions@freebsd.org Subject: 4.x vm problems Date: Wed, 21 Feb 2001 23:02:25 +0100 From: Jaap Boender Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, For the past few days, I've been trying to install FreeBSD 4.x. The problem is that whatever I do, at some point I get a vm_fault (like `fault on nofault entry', but the message varies) and a reboot. I've tried both the 4.1 CD-ROM and 4.2 disks, quick installation, custom installation, everything. It doesn't matter. Does anyone know what is going on here? Yours, Jaap Boender --- Locutiones in Latinum conversae multo sapientes videntur. Visit the Internet Latin Quotations Database! http://www.kerguelen.org/ilqd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 14: 9:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nameserver.austclear.com.au (nameserver.austclear.com.au [192.83.119.132]) by hub.freebsd.org (Postfix) with ESMTP id 9D41237B491 for ; Wed, 21 Feb 2001 14:09:40 -0800 (PST) (envelope-from ahl@austclear.com.au) Received: from tungsten.austclear.com.au (tungsten.austclear.com.au [192.168.70.1]) by nameserver.austclear.com.au (8.9.3/8.9.3) with ESMTP id JAA99536; Thu, 22 Feb 2001 09:09:21 +1100 (EST) Received: from tungsten (tungsten [192.168.70.1]) by tungsten.austclear.com.au (8.9.3/8.9.3) with ESMTP id JAA26055; Thu, 22 Feb 2001 09:09:21 +1100 (EST) Message-Id: <200102212209.JAA26055@tungsten.austclear.com.au> X-Mailer: exmh version 2.1.1 10/15/1999 To: Lowell Gilbert Cc: freebsd-questions@FreeBSD.ORG, genisis@istar.ca Subject: Re: cron mail In-Reply-To: Message from Lowell Gilbert of "21 Feb 2001 16:49:09 CDT." <44itm3emga.fsf@lowellg.ne.mediaone.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 22 Feb 2001 09:09:21 +1100 From: Tony Landells Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > genisis@istar.ca (Dru) writes: > > You appear to be confused about the difference between "crontab crontab" > and "crontab /etc/crontab". /etc/crontab is not, as you claimed, a > "crontab that you've created with an editor." It's a very different > file, with a slightly different format, and completely inappropriate > for installation with the crontab command. I repeat that I am *sure* > that Greg Lehey never advised typing "crontab /etc/crontab". [I don't > have that edition to check, but I'm still completely confident.] I think that's the crux of the whole issue. Greg Lehey's example is, as you suggest, "crontab crontab" to install a file called "crontab". However, I can imagine someone not understanding the distinction and thinking "I've made a change to /etc/crontab, I'd better re-install it by typing 'crontab /etc/crontab', per the example in Greg's book." I think it's been made clear that /etc/crontab is a different format to the crontab files used by the crontab command. Although "The Complete FreeBSD" (2nd Edition) does say that the "user" field is unique to /etc/crontab, and you shouldn't include it in your own crontab files, I don't think it's adequately clear that you DON'T use the crontab command to install /etc/crontab. I haven't checked the Errata to see whether this is something Greg has clarified... Cheers, Tony -- Tony Landells Senior Network Engineer Ph: +61 3 9677 9319 Australian Clearing Services Pty Ltd Fax: +61 3 9677 9355 Level 4, Rialto North Tower 525 Collins Street Melbourne VIC 3000 Australia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 14:22:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nameserver.austclear.com.au (nameserver.austclear.com.au [192.83.119.132]) by hub.freebsd.org (Postfix) with ESMTP id 0BF5837B503 for ; Wed, 21 Feb 2001 14:22:27 -0800 (PST) (envelope-from ahl@austclear.com.au) Received: from tungsten.austclear.com.au (tungsten.austclear.com.au [192.168.70.1]) by nameserver.austclear.com.au (8.9.3/8.9.3) with ESMTP id JAA99638; Thu, 22 Feb 2001 09:22:25 +1100 (EST) Received: from tungsten (tungsten [192.168.70.1]) by tungsten.austclear.com.au (8.9.3/8.9.3) with ESMTP id JAA26582; Thu, 22 Feb 2001 09:22:25 +1100 (EST) Message-Id: <200102212222.JAA26582@tungsten.austclear.com.au> X-Mailer: exmh version 2.1.1 10/15/1999 To: "gerald stoller" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: stty -echo In-Reply-To: Message from "gerald stoller" of "Wed, 21 Feb 2001 16:55:31 CDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 22 Feb 2001 09:22:25 +1100 From: Tony Landells Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I believe most of the newer shells (pretty much those that have inline editing) turn off driver echo (basically do their own "stty -echo") and then work out for themselves based on what you type what should appear on the screen. Of course, it's hard to catch them at it because they reset the mode whenever you run another program, like "stty", for example. Try running /bin/sh and then see what happens when you type "stty -echo". Cheers, Tony -- Tony Landells Senior Network Engineer Ph: +61 3 9677 9319 Australian Clearing Services Pty Ltd Fax: +61 3 9677 9355 Level 4, Rialto North Tower 525 Collins Street Melbourne VIC 3000 Australia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 14:25:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from redsheriff.com (eagle.imrworldwide.com [203.89.243.235]) by hub.freebsd.org (Postfix) with ESMTP id 5EE3337B401 for ; Wed, 21 Feb 2001 14:24:55 -0800 (PST) (envelope-from johannes.effendi@redsheriff.com) Received: from redsheriff.com (devfw.imrworldwide.com [203.89.243.232]) by redsheriff.com (8.9.3/8.9.3) with ESMTP id JAA95744 for ; Thu, 22 Feb 2001 09:24:53 +1100 (EST) (envelope-from johannes.effendi@redsheriff.com) Message-ID: <3A944034.71BD754C@redsheriff.com> Date: Thu, 22 Feb 2001 09:24:53 +1100 From: Johannes Effendi Organization: Red Sheriff X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 3.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: TAR's blocksize problem on Sony SDT-10000 tape drive Content-Type: multipart/mixed; boundary="------------2B0543D8F38F59DFB47CC543" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------2B0543D8F38F59DFB47CC543 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit I installed a Sony SDT-10000 (DDS-4) tape drive on a new computer having: * Intel Pentium III 800 Mhz, dual cpu, and * 4 IDE Seagate HHD @ 30 Gb. * Adaptec SCSI card 29160 ultra 160 scsi controller * an Internal Sony DDS-4 tape drive (SDT-10000) * Terminated with Ultra 160M scsi terminator LVD/Se Act Neg + HVD ISO. How ever, when I run the commands "tar tv", "mt -f /dev/sa0 blocksize 0" or "mt status", I got the error message saying "(sa0:ahc0:0:12:0): unable to set fixed blocksize to 1024". Please see all of my system configuration infos below for your investigation. There is no jumper setting for blocksize at SDT-10000. I think I may need an enhanced sa driver? and I can't find any helpful info in the Internet regarding this issues either. Thank you for your advice in advance. regards, Johannes Effendi johannes.effendi@redsheriff.com --------- uname -a: FreeBSD cook1-rg.vic.imrworldwide.com 4.2-RELEASE FreeBSD 4.2-RELEASE #6: Tue Feb 20 17:09:39 EST 2001 root@cook1-rg.vic.imrworldwide.com:/usr/src/sys/compile/COOK_42 i386 cat /var/run/dmesg.boot Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.2-RELEASE #6: Tue Feb 20 17:09:39 EST 2001 root@cook1-rg.vic.imrworldwide.com:/usr/src/sys/compile/COOK_42 Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (800.03-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x686 Stepping = 6 Features=0x383fbff real memory = 536805376 (524224K bytes) config> di lnc0 config> di ie0 config> di fe0 config> di ed0 config> di cs0 config> q avail memory = 518017024 (505876K bytes) Programming 24 pins in IOAPIC #0 IOAPIC #0 intpin 2 -> irq 0 FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 0, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 1, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 2, version: 0x00170011, at 0xfec00000 Preloaded elf kernel "kernel" at 0xc0434000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc043409c. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xd400-0xd41f irq 19 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered chip1: at device 7.4 on pci0 fxp0: port 0xd800-0xd83f mem 0xdfe00000-0xdfefffff,0xdfffe000-0xdfffefff irq 18 at device 10.0 on pci0 fxp0: Ethernet address 00:02:b3:0b:48:3e ahc0: port 0xdc00-0xdcff mem 0xdffff000-0xdfffffff irq 16 at device 12.0 on pci0 aic7892: Wide Channel A, SCSI Id=0, 32/255 SCBs 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 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 APIC_IO: Testing 8254 interrupt delivery APIC_IO: routing 8254 via IOAPIC #0 intpin 2 SMP: AP CPU #1 Launched! ata0-master: DMA limited to UDMA33, non-ATA66 compliant cable ad0: 29188MB [59303/16/63] at ata0-master UDMA33 ata0-slave: DMA limited to UDMA33, non-ATA66 compliant cable ad1: 29188MB [59303/16/63] at ata0-slave UDMA33 ad2: 29188MB [59303/16/63] at ata1-master UDMA66 ad3: 29188MB [59303/16/63] at ata1-slave UDMA66 Waiting 15 seconds for SCSI devices to settle sa0 at ahc0 bus 0 target 12 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit) config file used (COOK_42): Mounting root from ufs:/dev/ad0s1a # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.11 2000/09/22 10:01:48 nyan Exp $ machine i386 cpu I386_CPU cpu I486_CPU cpu I586_CPU cpu I686_CPU ident COOK_42 #maxusers 32 maxusers 256 options CAMDEBUG #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options MATH_EMULATE #Support for x87 emulation options MAXSSIZ="(256*1024*1024)" options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, NFS required options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O # Optionally these may need tweaked, (defaults shown): #options NCPU=2 # number of CPUs #options NBUS=4 # number of busses #options NAPIC=1 # number of IO APICs #options NINTR=24 # number of INTs device isa device eisa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device fd1 at fdc0 drive 1 # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices # SCSI Controllers device ahb # EISA AHA1742 family device ahc # AHA2940 and onboard AIC7xxx devices device amd # AMD 53C974 (Teckram DC-390(T)) device isp # Qlogic family device ncr # NCR/Symbios Logic device sym # NCR/Symbios Logic (newer chipsets) options SYM_SETUP_LP_PROBE_MAP=0x40 # Allow ncr to attach legacy NCR devices when # both sym and ncr are configured device adv0 at isa? device adw device bt0 at isa? device aha0 at isa? device aic0 at isa? # SCSI peripherals device scbus # SCSI bus (required) device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) # RAID controllers interfaced to the SCSI subsystem device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID device dpt # DPT Smartcache - See LINT for options! # RAID controllers device ida # Compaq Smart RAID device amr # AMI MegaRAID device mlx # Mylex DAC960 family #device twe # 3ware Escalade # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) device apm0 at nexus? disable flags 0x20 # Advanced Power Management # PCCARD (PCMCIA) support device card device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd0000 device pcic1 at isa? irq 11 port 0x3e2 iomem 0xd4000 disable # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device sio2 at isa? disable port IO_COM3 irq 5 device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # PCI Ethernet NICs. device de # DEC/Intel DC21x4x (``Tulip'') device fxp # Intel EtherExpress PRO/100B (82557, 82558) device tx # SMC 9432TX (83c170 ``EPIC'') device vx # 3Com 3c590, 3c595 (``Vortex'') device wx # Intel Gigabit Ethernet Card (``Wiseman'') # PCI Ethernet NICs that use the common MII bus controller code. device miibus # MII bus support device dc # DEC/Intel 21143 and various workalikes device rl # RealTek 8129/8139 device sf # Adaptec AIC-6915 (``Starfire'') device sis # Silicon Integrated Systems SiS 900/SiS 7016 device ste # Sundance ST201 (D-Link DFE-550TX) device tl # Texas Instruments ThunderLAN device vr # VIA Rhine, Rhine II device wb # Winbond W89C840F device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 device ex device ep device fe0 at isa? port 0x300 # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attatement needed # and resources will always be dynamically assigned by the pccard code. device wi # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP # mode (the factory default). If you set the switches on your ISA # card for a manually chosen I/O address and IRQ, you must specify # those paremeters here. device an # Xircom Ethernet device xe # The probe order of these is presently determined by i386/isa/isa_compat.c. device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 device le0 at isa? port 0x300 irq 5 iomem 0xd0000 device lnc0 at isa? port 0x280 irq 10 drq 0 device cs0 at isa? port 0x300 device sn0 at isa? port 0x300 irq 10 # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device sl 1 # Kernel SLIP pseudo-device ppp 1 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device gif 4 # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse # USB Ethernet, requires mii device aue # ADMtek USB ethernet device cue # CATC USB ethernet device kue # Kawasaki LSI USB ethernet options SMP options APIC_IO dmesg | more Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.2-RELEASE #6: Tue Feb 20 17:09:39 EST 2001 root@cook1-rg.vic.imrworldwide.com:/usr/src/sys/compile/COOK_42 Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (800.03-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x686 Stepping = 6 Features=0x383fbff real memory = 536805376 (524224K bytes) config> di lnc0 config> di ie0 config> di fe0 config> di ed0 config> di cs0 config> q avail memory = 518017024 (505876K bytes) Programming 24 pins in IOAPIC #0 IOAPIC #0 intpin 2 -> irq 0 FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 0, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 1, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 2, version: 0x00170011, at 0xfec00000 Preloaded elf kernel "kernel" at 0xc0434000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc043409c. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xd400-0xd41f irq 19 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered chip1: at device 7.4 on pci0 fxp0: port 0xd800-0xd83f mem 0xdfe00000-0xdfefffff,0xdfffe000-0xdfffefff irq 18 at device 10.0 on pci0 fxp0: Ethernet address 00:02:b3:0b:48:3e ahc0: port 0xdc00-0xdcff mem 0xdffff000-0xdfffffff irq 16 at device 12.0 on pci0 aic7892: Wide Channel A, SCSI Id=0, 32/255 SCBs 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 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 APIC_IO: Testing 8254 interrupt delivery APIC_IO: routing 8254 via IOAPIC #0 intpin 2 SMP: AP CPU #1 Launched! ata0-master: DMA limited to UDMA33, non-ATA66 compliant cable ad0: 29188MB [59303/16/63] at ata0-master UDMA33 ata0-slave: DMA limited to UDMA33, non-ATA66 compliant cable ad1: 29188MB [59303/16/63] at ata0-slave UDMA33 ad2: 29188MB [59303/16/63] at ata1-master UDMA66 ad3: 29188MB [59303/16/63] at ata1-slave UDMA66 Waiting 15 seconds for SCSI devices to settle sa0 at ahc0 bus 0 target 12 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit) Mounting root from ufs:/dev/ad0s1a tar tv tar: can't open /dev/nsa0 : Invalid argument (sa0:ahc0:0:12:0): unable to set fixed blocksize to 1024 mt -f /dev/rsa0.ctl status Mode Density Blocksize bpi Compression Current: 0x26:DDS-4 1024 bytes 97000 disabled ---------available modes--------- 0: 0x26:DDS-4 1024 bytes 97000 0x100030 1: 0x26:DDS-4 1024 bytes 97000 0x100030 2: 0x26:DDS-4 1024 bytes 97000 0x100030 3: 0x26:DDS-4 1024 bytes 97000 0x100030 --------------------------------- Current Driver State: at rest. -- end of information --- --------------2B0543D8F38F59DFB47CC543 Content-Type: text/x-vcard; charset=iso-8859-15; name="johannes.effendi.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Johannes Effendi Content-Disposition: attachment; filename="johannes.effendi.vcf" begin:vcard n:Effendi;Johannes tel;fax:+61 3 9864 0778 tel;work:+61 3 9864 0777 x-mozilla-html:FALSE url:www.redsheriff.com org:Red Sheriff Ltd.;RedGauge IT Development version:2.1 email;internet:johannes.effendi@redsheriff.com title:Systems & Product Manager adr;quoted-printable:;;Level 7, 10 Queens Road=0D=0A;Melbourne;VIC;3000;Australia note;quoted-printable:=0D=0A =0D=0A This message and any files transmitted with it are confidential and intended solely for=0D=0A the use of the individual or entity to whom they are addressed. If you are not the=0D=0A intended recipient, you are hereby notified that any use or dissemination of this=0D=0A communication is strictly prohibited.=0D=0A If you have received this message in error please=0D=0A notify us immediately by return email or telephone +61 3 9864 0777, then delete this=0D=0A message. Any views expressed in this message are those of the individual sender and may=0D=0A not necessarily reflect the views of Red Sheriff.=0D=0A x-mozilla-cpt:www.redsheriff.com;-4832 fn:Johannes Effendi end:vcard --------------2B0543D8F38F59DFB47CC543-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 14:26:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from www.lmtribune.com (www.lmtribune.com [216.222.95.6]) by hub.freebsd.org (Postfix) with SMTP id 6934437B491 for ; Wed, 21 Feb 2001 14:26:16 -0800 (PST) (envelope-from jmciver@lmtribune.com) Received: from mailpc.lmtribune.com ([199.5.221.152]) by www.lmtribune.com (Build 98 8.9.3/NT-8.9.3) with ESMTP id OAA19184; Wed, 21 Feb 2001 14:27:03 -0800 Received: from ADV/SpoolDir by mailpc.lmtribune.com (Mercury 1.48); 21 Feb 01 14:25:39 -0700 Received: from SpoolDir by ADV (Mercury 1.48); 21 Feb 01 14:25:12 -0700 From: "Jim McIver" Organization: Lewiston Morning Tribune To: Dru , freebsd-questions@FreeBSD.ORG Date: Wed, 21 Feb 2001 14:25:08 -7 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: ports/make Message-ID: <3A93CFC9.21120.9AF8C26@localhost> References: <3A93BE3A.5879.96AEFF0@localhost> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dru, Thank you, Thank you, Thank you. I've been re-reading the section on installing ports and the make command until the pages are worn out. rehash isn't even the index in the book I just got. Onward and ho ward. Crontab fix and a port installed in same day. hurrah! thx again, > > Hi Jim, > > General rule of thumb: it it's a "tgz", it's a package; if it's a > "tar.gz" its a port. > > Sounds like you successfully installed the package using the > "pkg_add" command. If you're in the C shell, you'll have to type > "rehash" before your shell will be aware that mtools is now on the system. > > Dru > > > On Wed, 21 Feb 2001, Jim McIver wrote: > > > Having trouble following the Complete FreeBSD's book's > > instructions on how to install a port and run the make. > > > > My machine doesn't have a cdrom, so I copied the files to an internal > > ftp site to be able to get to the files to the Freebsd machine. I wanted > > to try the mtools(mdir, etc..) so I could try to read a dos floppy. Right > > now is say's command not found. Of course I've tried other > > port/make's and nothing seems to work correctly. (Got to be a user > > error on my part) > > > > Ftp'ed the file named mtools-3.9.7.tgz from the cdrom to the freebsd > > machine. Ran "pkg_add mtools-3.9.7.tgz" this completed without any > > errors. Went to /usr/ports/emulators/mtools and ran "make" > > Error comes back saying "mtools-3.9.7.tar" is not in the > > /usr/ports/distfiles area....so I gzip -d the mtools-3-9.7.tgz and copied > > the resulting mtools-3.9.7.tar file into the /usr/ports/distfiles > > directory so make could find it and tried make again. > > > > Same error message. > > > > I have ver 4.2(I think)of freebsd. It doesn't connect to the internet yet > > so it fails when trying to grab files from the web site. > > > > Is there a step by step instruction sheet for installing ports and > > running the make and make install that work? > > > > Of course I'm not sure what I'd do if make install worked, does that > > mean the program installed and is ready to run? > > > > Regards, > > > > Jim McIver > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 14:47: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from xena.gsicomp.on.ca (cr677933-a.ktchnr1.on.wave.home.com [24.43.230.149]) by hub.freebsd.org (Postfix) with ESMTP id 0365937B491 for ; Wed, 21 Feb 2001 14:46:55 -0800 (PST) (envelope-from matt@xena.gsicomp.on.ca) Received: from localhost (matt@localhost) by xena.gsicomp.on.ca (8.11.1/8.9.3) with ESMTP id f1LMioG94966; Wed, 21 Feb 2001 17:45:02 -0500 (EST) (envelope-from matt@xena.gsicomp.on.ca) Date: Wed, 21 Feb 2001 17:44:49 -0500 (EST) From: Matthew Emmerton To: Gregory Jones Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Config kernel In-Reply-To: <7D2FE4F86D98D311931C009027D3BACBD59C1E@FAHBP220> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 21 Feb 2001, Gregory Jones wrote: > when "/usr/sbin/config MYKERNEL" , I get "config: line 25: syntax error > Don't forget to do a "make depend" " What does that mean? I don't have a > make statement in my kernel.. should I? And if so, what should it be? This message is telling you two things. 1) You have an error on line 25 of MYKERNEL 2) When you go to build your kernel, you need to do a 'make depend' before you do a 'make'. (These two steps compile your new kernel.) Since you appear to be new at this, you should review http://www.freebsd.org/handbook, in particular, section 7 (Configuring the FreeBSD Kernel.) -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 14:53:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gateway.aht.com (gateway.aht.com [12.9.165.5]) by hub.freebsd.org (Postfix) with ESMTP id BB89C37B491 for ; Wed, 21 Feb 2001 14:53:06 -0800 (PST) (envelope-from randy.lim@aht.com) Received: from aht.com (IDENT:rblim@[100.0.120.99]) by gateway.aht.com (8.9.3/8.8.7) with ESMTP id OAA22491; Wed, 21 Feb 2001 14:51:51 -0800 Message-ID: <3A93D5AD.5BA6AE19@aht.com> Date: Wed, 21 Feb 2001 14:50:21 +0000 From: "Randy B. Lim" Organization: FW X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.14-5.0 i686) X-Accept-Language: en MIME-Version: 1.0 To: "Scott B. Gale" , questions@FreeBSD.ORG Cc: randy.lim@aht.com Subject: Re: How to change the tape size in the dump command References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The following is what I got with the dump command, It seemed dump detect the end of tape(But I just use # mt -f /dev/ht0 rewind to set the tape in the beginning position. [root@fwdoc rblim]# /sbin/dump -0u -B 30000000 -f /dev/ht0 /dev/da0s1a1 DUMP: Date of this level 0 dump: Wed Feb 21 15:07:45 2001 DUMP: Date of last level 0 dump: the epoch DUMP: Dumping /dev/hda1 (/) to /dev/ht0 DUMP: mapping (Pass I) [regular files] DUMP: mapping (Pass II) [directories] DUMP: estimated 4384518 tape blocks on 0.15 tape(s). DUMP: End of tape detected DUMP: Closing /dev/ht0 DUMP: Change Volumes: Mount volume #2 DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") The information about the tape is [root@fwdoc rblim]# dmesg | grep ht0 ide-tape: hdd <-> ht0: OnStream DI-30 rev 1.05 ide-tape: hdd <-> ht0: 990KBps, 64*32kB buffer, 10208kB pipeline, 60ms tDSC Any ideas? "Scott B. Gale" wrote: > On Tue, 20 Feb 2001, Randy B. Lim wrote: > > > Hi, > > > > I got a 30 GB IDE tape (/dev/nht0) and I want to dump 4GB /root partition to > > the tape. How to use the dump command to let the 4GB dumped to one single > > tape? > > If the -a "auto-size" option isn't working to get dump to size the tape > properly you can use the -B option to specify how many 1k blocks the tape > will hold. For instance, to do a level zero backup of my root partition > (with device name /dev/da0s1a) onto a 30 GB tape in device /dev/nht0 I > would use the following command: > > dump -0u -B 30000000 -f /dev/nht0 /dev/da0s1a > > > I've been told it is generally better practice to use the device name to > specify the root partition rather than "/". You can get the device name > by using the df command. > > > > > Best Regards, > > > > -Randy > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > Hope this helps! > > Scott B. Gale > Dana Point Communications To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 14:56:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kobold.compt.com (TBextgw.compt.com [209.115.146.18]) by hub.freebsd.org (Postfix) with ESMTP id B1BD837B491 for ; Wed, 21 Feb 2001 14:56:09 -0800 (PST) (envelope-from klaus@kobold.compt.com) Date: Wed, 21 Feb 2001 17:56:08 -0500 From: Klaus Steden To: freebsd-questions@freebsd.org Subject: /etc/issue ? Message-ID: <20010221175607.V610@cthulu.compt.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there, Is there any sane/simple way (without having to hack source) to change the greeting presented by 'telnet' from this: Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. FreeBSD/i386 (xxxx.yyyy.zzzz) (ttyp9) login: ... to something a little less obvious like ... xxxx.yyyy.zzzz (ttyp9) that? I know on Linux you could modify this output through /etc/issue and /etc/issue.net. How does FreeBSD do it? thanks, Klaus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 15: 0:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from snarf.osdn.com (snarf.osdn.com [209.192.217.153]) by hub.freebsd.org (Postfix) with ESMTP id F2A1537B401 for ; Wed, 21 Feb 2001 15:00:34 -0800 (PST) (envelope-from jim@guinness.osdn.com) Received: from guinness.osdn.com (postfix@guinness.osdn.com [209.192.217.152]) by snarf.osdn.com (8.11.2/8.11.2) with ESMTP id f1LN0Qs17312; Wed, 21 Feb 2001 18:00:26 -0500 (EST) (envelope-from jim@guinness.osdn.com) Received: by guinness.osdn.com (Postfix, from userid 1000) id 0FE3C1923; Wed, 21 Feb 2001 18:00:19 -0500 (EST) Date: Wed, 21 Feb 2001 18:00:19 -0500 From: Jim Mock To: Klaus Steden Cc: freebsd-questions@FreeBSD.ORG Subject: Re: /etc/issue ? Message-ID: <20010221180018.A36520@guinness.osdn.com> Reply-To: mij@osdn.com References: <20010221175607.V610@cthulu.compt.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <20010221175607.V610@cthulu.compt.com>; from klaus@compt.com on Wed, Feb 21, 2001 at 05:56:08PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 21 Feb 2001 at 17:56:08 -0500, Klaus Steden wrote: > Hi there, > > Is there any sane/simple way (without having to hack source) to change the > greeting presented by 'telnet' from this: > > Trying 127.0.0.1... > Connected to localhost. > Escape character is '^]'. > > FreeBSD/i386 (xxxx.yyyy.zzzz) (ttyp9) > > login: > > ... to something a little less obvious like ... > > xxxx.yyyy.zzzz (ttyp9) > > that? > > I know on Linux you could modify this output through /etc/issue and > /etc/issue.net. How does FreeBSD do it? man gettytab - jim -- - jim mock - O|S|D|N - open source development network - - http://www.freebsdzine.org/ - jim@freebsdzine.org - jim@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 15: 3:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dsl-64-193-218-89.telocity.com (dsl-64-193-218-89.telocity.com [64.193.218.89]) by hub.freebsd.org (Postfix) with SMTP id 2CB7537B4EC for ; Wed, 21 Feb 2001 15:03:48 -0800 (PST) (envelope-from lucas@slb.to) Received: (qmail 9930 invoked by uid 1000); 21 Feb 2001 23:04:07 -0000 Date: Wed, 21 Feb 2001 17:04:07 -0600 From: Lucas Bergman To: Jurriaan de Boer Cc: freebsd-questions@freebsd.org Subject: Re: Being worked on ? Message-ID: <20010221170406.B16575@billygoat.slb.to> Reply-To: lucas@slb.to References: <20010221214600.A85555@system9.euronet.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010221214600.A85555@system9.euronet.nl>; from jfdeboer@euronet.nl on Wed, Feb 21, 2001 at 09:46:00PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > How come this still is possible in FreeBSD 4.2-STABLE...: > > http://security-archive.merton.ox.ac.uk/archive-200006/0083.html > > [On my box network is down for ~4 minutes but luckily comes up after > that again] The socket buffer overflow was resolved with patches dating September 1999, since before 4.0-RELEASE, with the addition of the "sbsize" (RLIMIT_SBSIZE) resource limit. Just set the resource limit to some reasonable, finite number, say 2 MB. The reason the socket buffer chewing exploit worked on your 4-STABLE machine is because the limit is infinite in the default login.conf. Kindly do your homework before mailing -bugs. > What a crap that this hasn't been resolved yet... What a crap, indeed. Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 15: 4:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nscache2.x-treme.gr (mail1.x-treme.gr [212.120.196.23]) by hub.freebsd.org (Postfix) with ESMTP id 582A337B4EC for ; Wed, 21 Feb 2001 15:04:02 -0800 (PST) (envelope-from axinosp@x-treme.gr) Received: from p2v8q8 (xtr80.x-treme.gr [212.120.193.81]) by nscache2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with SMTP id BAA14903 for ; Thu, 22 Feb 2001 01:03:56 +0200 Message-ID: <000a01c09c5a$a86ed780$51c178d4@p2v8q8> From: "G.Panagiotopoulos" To: Subject: Greek Fonts Date: Thu, 22 Feb 2001 01:04:30 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C09C6B.69477BA0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C09C6B.69477BA0 Content-Type: text/plain; charset="iso-8859-7" Content-Transfer-Encoding: quoted-printable Hallo from Athens I have some questions for your BSD Team=20 1) do your BSD suport Greek Language and how=20 2) Do the BSD suport Greek Win98 True Type Fonts 3) How can I change my Desktop Menu from English with Greek=20 4) Can i put Rpm Mandrake Linux 7.2 Greek Fonts to FreeBSD=20 Athens 21/02/2001 George Panagiotopoulos Sales Representative VBasic Programmer ------=_NextPart_000_0007_01C09C6B.69477BA0 Content-Type: text/html; charset="iso-8859-7" Content-Transfer-Encoding: quoted-printable
Hallo from Athens I have = some  questions=20 for your BSD Team
1) do your BSD suport Greek Language = and how=20
2) Do the BSD suport Greek Win98 True = Type=20 Fonts
3) How can I change my Desktop Menu = from English=20 with Greek 
4) Can i put Rpm Mandrake Linux = 7.2 Greek=20 Fonts to FreeBSD 
          &nbs= p;            = ;   =20 Athens 21/02/2001
          &nbs= p;            = ;=20 George Panagiotopoulos
          &nbs= p;            = ;=20 Sales Representative
          &nbs= p;            = ;=20 VBasic Programmer
------=_NextPart_000_0007_01C09C6B.69477BA0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 15: 9:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 194C937B491; Wed, 21 Feb 2001 15:09:35 -0800 (PST) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 21 Feb 2001 23:09:34 +0000 (GMT) Date: Wed, 21 Feb 2001 23:09:33 +0000 From: David Malone To: Jurriaan de Boer Cc: freebsd-bugs@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Being worked on ? Message-ID: <20010221230933.A67969@walton.maths.tcd.ie> References: <20010221214600.A85555@system9.euronet.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010221214600.A85555@system9.euronet.nl>; from jfdeboer@euronet.nl on Wed, Feb 21, 2001 at 09:46:00PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Feb 21, 2001 at 09:46:00PM +0100, Jurriaan de Boer wrote: > Hi, > > How come this still is possible in FreeBSD 4.2-STABLE...: > > http://security-archive.merton.ox.ac.uk/archive-200006/0083.html Does setting per-user sockbuf limits help? By default sbsize seems to be set to unlimited in /etc/login.conf. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 15:21:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nova.fqdn.com (fqdn.com [204.138.49.210]) by hub.freebsd.org (Postfix) with ESMTP id BED1937B503 for ; Wed, 21 Feb 2001 15:21:26 -0800 (PST) (envelope-from greg@fqdn.com) Received: from tyan (greg [204.138.49.213]) by nova.fqdn.com (SGI-8.9.3/8.9.3) with SMTP id SAA43299; Wed, 21 Feb 2001 18:09:11 -0500 (EST) From: "greg" To: "Tony Landells" , Cc: Subject: RE: NAT and keep-state issue. Date: Wed, 21 Feb 2001 18:19:54 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <200102212140.IAA25168@tungsten.austclear.com.au> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sory about the lack of lf/cr. Ok what your seeing there is the rule set *after* I had removed the check state rule in an effort to problem solve. 3 minutes befor I sent that letter this rule existed: 1055 check-state (befor the divert rule) As a note I also tried moving it to the next rule after the divert(1065). xl0 is the internal NIC fxp0 and fxp1 face the internet. Thanks for taking the time to look at this Tony. Greg >Please keep your lines a bit shorter--a couple of them were, um, quite long... > >I may be going blind, but I can't see where you're doing a "check-state"... >Without that you'll never check the dynamic rules. >Cheers, >Tony To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 15:22: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 02C5837B491 for ; Wed, 21 Feb 2001 15:22:03 -0800 (PST) (envelope-from mwm@mired.org) Received: (qmail 16621 invoked by uid 100); 21 Feb 2001 23:22:02 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14996.19866.354771.194903@guru.mired.org> Date: Wed, 21 Feb 2001 17:22:02 -0600 To: "Brian T. Allen" Cc: questions@freebsd.org Subject: Re: Mail server with users in a database? In-Reply-To: <71850399@toto.iv> X-Mailer: VM 6.89 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brian T. Allen types: > I am running 4.2-stable, and want to setup a mail server (preferably not > sendmail, but it will do in the absence of another solution) where the > accounts are from a database, rather than actual user accounts on the > system. I would prefer the aliases to be database based as well. > > I want to do this so that adding a new account or alias is as easy as a web > based interface to manipulate the database, rather than work something up > with expect to work with useradd and passwd. Plus we have one system > already with 5,000+ email accounts, all shell accounts with /bin/false, and > it is slowing down the system (it is a RH 6.2 Linux box). Look in the ports tree. There are two qmail ports that have had databases integrated. One uses mysql for the back end, and the other uses an LDAP server. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 15:26:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 8685537B401 for ; Wed, 21 Feb 2001 15:26:43 -0800 (PST) (envelope-from mwm@mired.org) Received: (qmail 16797 invoked by uid 100); 21 Feb 2001 23:26:42 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14996.20146.782140.173263@guru.mired.org> Date: Wed, 21 Feb 2001 17:26:42 -0600 To: "Hal Weaver" Cc: questions@freebsd.org Subject: Re: Python: tkinter module? In-Reply-To: <17481071@toto.iv> X-Mailer: VM 6.89 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hal Weaver types: > How do I enable the tkinter module for the Python 2.0 installation on > FreeBSD 4.2-RELEASE? I have done this under Linux, but the fbsd Python port > provides no adquate documentation that I have found. Did you install the tk port you want to use before you install the Python port? That causes it to build the tkinter module for me. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 15:31: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sunny.fishnet.com (sunny.fishnet.com [209.150.200.6]) by hub.freebsd.org (Postfix) with ESMTP id 9F10437B401 for ; Wed, 21 Feb 2001 15:31:06 -0800 (PST) (envelope-from hhudson@eschelon.com) Received: from walleye.corp.fishnet.com (209.150.192.114) by sunny.fishnet.com (5.0.048) id 3A8318E4000A1DC8 for questions@freebsd.org; Wed, 21 Feb 2001 17:31:27 -0600 Message-ID: From: "Hudson, Henrik H." To: "'questions@freebsd.org'" Subject: Windowmaker Question Date: Wed, 21 Feb 2001 17:34:47 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello List- I thought I would ask here, just in case someone knew this :) Does anyone know how to maximize a window from the Application menu in Windowmaker? ie: When I select "Netscape" (to start netscape) that it will start maximized? Thanks people! Henrik --- Henrik Hudson Microsoft: "Where would you like to go to today" Linux: "Where would you like to go tomorrow" FreeBSD: "Hey, when are you guys going to catch up" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 15:35: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 0F45837B401 for ; Wed, 21 Feb 2001 15:34:58 -0800 (PST) (envelope-from mwm@mired.org) Received: (qmail 17002 invoked by uid 100); 21 Feb 2001 23:34:57 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14996.20641.427010.99254@guru.mired.org> Date: Wed, 21 Feb 2001 17:34:57 -0600 To: Forrest Aldrich Cc: questions@freebsd.org Subject: Re: Mergemaster In-Reply-To: <82558673@toto.iv> X-Mailer: VM 6.89 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Forrest Aldrich types: > I've been using these args for mergmaster: > > # mergemaster -v -t /tmp/merge.mmdd -w 120 2>&1 | tee /tmp/merge.root > > We have these out-of-band console modems (serial) that we connect to, in > order to perform system updates. The problem we're running into is that > when mergemaster scrolls stuff (diffs) across the screen (especially > sendmail.cf diffs), the characters cause the OOB modem to lock up. > > Last night, I ended up having to travel to our co-lo and do maintenance > from the screens through 4am. Not a happy camper. > > I'm wondering if there is some way to suppress the build or comparison/diff > of certain packages... or even the scrolling diff output of mergemaster. > > For example, we build and maintain our own sendmail and named. Even though > we have /etc/make.conf configured not to build sendmail, we still run into > the need to diff when performing mergemaster. It seems there must be a > way to avoid this. > > I'm sure I'm not the only one bitten by this little problem. Luckily it > doesn't happen a lot, but when it does (at 4:00am) it really does :) Mergemaster has hooks to run scripts before hand. You can use that to either autoinstall some files, or delete some from the temporary root tree (I'm not sure if the latter will work). If the problem is the output of diff, you might try using setting the nvironment variable DIFF_OPTIONS to something that is safe for your modems. If mergemaster does things that muck with that, setting DIFF_FLAG might change it's mind. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 15:37:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nova.fqdn.com (fqdn.com [204.138.49.210]) by hub.freebsd.org (Postfix) with ESMTP id 0CEB137B401 for ; Wed, 21 Feb 2001 15:37:25 -0800 (PST) (envelope-from greg@fqdn.com) Received: from tyan (greg [204.138.49.213]) by nova.fqdn.com (SGI-8.9.3/8.9.3) with SMTP id SAA43354; Wed, 21 Feb 2001 18:25:08 -0500 (EST) From: "greg" To: "Tony Landells" Cc: Subject: RE: NAT and keep-state issue. Date: Wed, 21 Feb 2001 18:35:54 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Just another thought on that Tony, I think I read somewhere that if there is not a 'check-state' rule, the dynamic rules would be checked at the first instance of "keep-state". Is this your understanding too? take care, greg -----Original Message----- From: greg [mailto:greg@fqdn.com] Sent: Wednesday, February 21, 2001 6:20 PM To: Tony Landells; greg@nova.fqdn.com Cc: freebsd-questions@FreeBSD.ORG Subject: RE: NAT and keep-state issue. Sory about the lack of lf/cr. Ok what your seeing there is the rule set *after* I had removed the check state rule in an effort to problem solve. 3 minutes befor I sent that letter this rule existed: 1055 check-state (befor the divert rule) As a note I also tried moving it to the next rule after the divert(1065). xl0 is the internal NIC fxp0 and fxp1 face the internet. Thanks for taking the time to look at this Tony. Greg >Please keep your lines a bit shorter--a couple of them were, um, quite long... > >I may be going blind, but I can't see where you're doing a "check-state"... >Without that you'll never check the dynamic rules. >Cheers, >Tony To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 15:52:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nameserver.austclear.com.au (nameserver.austclear.com.au [192.83.119.132]) by hub.freebsd.org (Postfix) with ESMTP id 61A4E37B401 for ; Wed, 21 Feb 2001 15:52:14 -0800 (PST) (envelope-from ahl@austclear.com.au) Received: from tungsten.austclear.com.au (tungsten.austclear.com.au [192.168.70.1]) by nameserver.austclear.com.au (8.9.3/8.9.3) with ESMTP id KAA00532; Thu, 22 Feb 2001 10:52:10 +1100 (EST) Received: from tungsten (tungsten [192.168.70.1]) by tungsten.austclear.com.au (8.9.3/8.9.3) with ESMTP id KAA29610; Thu, 22 Feb 2001 10:52:10 +1100 (EST) Message-Id: <200102212352.KAA29610@tungsten.austclear.com.au> X-Mailer: exmh version 2.1.1 10/15/1999 To: "greg" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: NAT and keep-state issue. In-Reply-To: Message from "greg" of "Wed, 21 Feb 2001 18:35:54 -0800." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 22 Feb 2001 10:52:10 +1100 From: Tony Landells Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Just another thought on that Tony, > > I think I read somewhere that if there is not a 'check-state' rule, > the dynamic rules would be checked at the first instance of "keep-state". > Is this your understanding too? Yes, but the problem is that if the natd on fxp0 is hiding internal addresses as 222.222.222.222, you need to do a check-state on the incoming packets before they hit natd again and are translated back to the internal addresses. Perhaps you should provide the arguments to natd, and some example of the logging you're getting from ipfw? Tony -- Tony Landells Senior Network Engineer Ph: +61 3 9677 9319 Australian Clearing Services Pty Ltd Fax: +61 3 9677 9355 Level 4, Rialto North Tower 525 Collins Street Melbourne VIC 3000 Australia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 16: 2:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kobold.compt.com (TBextgw.compt.com [209.115.146.18]) by hub.freebsd.org (Postfix) with ESMTP id 4001637B491 for ; Wed, 21 Feb 2001 16:02:10 -0800 (PST) (envelope-from klaus@kobold.compt.com) Date: Wed, 21 Feb 2001 19:02:03 -0500 From: Klaus Steden To: Jim Mock Cc: freebsd-questions@FreeBSD.ORG Subject: Re: /etc/issue ? Message-ID: <20010221190203.Z610@cthulu.compt.com> References: <20010221175607.V610@cthulu.compt.com> <20010221180018.A36520@guinness.osdn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010221180018.A36520@guinness.osdn.com>; from mij@osdn.com on Wed, Feb 21, 2001 at 06:00:19PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks a lot, that's exactly what I'm after. :> cheers, Klaus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 16:18:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web12812.mail.yahoo.com (web12812.mail.yahoo.com [216.136.174.99]) by hub.freebsd.org (Postfix) with SMTP id C68EE37B491 for ; Wed, 21 Feb 2001 16:18:52 -0800 (PST) (envelope-from swliucn@yahoo.com) Message-ID: <20010222001852.14665.qmail@web12812.mail.yahoo.com> Received: from [202.98.16.1] by web12812.mail.yahoo.com; Wed, 21 Feb 2001 16:18:52 PST Date: Wed, 21 Feb 2001 16:18:52 -0800 (PST) From: Liu Siwei Subject: Help me to back this lists! 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 My Email is swliu@ns.ciac.jl.cn. I can't send mail to this lists recently, how can I send mail from swliu@ns.ciac.jl.cn now, can you help me? __________________________________________________ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 16:24:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hub.ucsb.edu (hub.ucsb.edu [128.111.24.40]) by hub.freebsd.org (Postfix) with ESMTP id 003F837B6A8 for ; Wed, 21 Feb 2001 16:24:00 -0800 (PST) (envelope-from andrew.clark@ucsb.edu) Received: from oit.ucsb.edu ([128.111.12.3]) by hub.ucsb.edu with esmtp id 14VjY7-0001HM-00 for freebsd-questions@freebsd.org; Wed, 21 Feb 2001 16:23:59 -0800 Received: from modulus.oit.ucsb.edu ([128.111.12.24] helo=ucsb.edu) by oit.ucsb.edu with esmtp id 14VjY7-00068x-00 for freebsd-questions@FreeBSD.ORG; Wed, 21 Feb 2001 16:23:59 -0800 Message-ID: <3A945C1F.2010908@ucsb.edu> Date: Wed, 21 Feb 2001 16:23:59 -0800 From: "Andrew D. Clark" Organization: UCSB User-Agent: Mozilla/5.0 (X11; U; Linux 2.4.1 i686; en-US; 0.8) Gecko/20010215 X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: perl large file support in FreeBSD 4.2-STABLE Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Am I mistaken, or is large file support (>2GB) missing from perl in FreeBSD 4.2-STABLE? Now that the filesystem supports files larger than 2GB, shouldn't the rest of the base OS install (perl included) do so as well? Thanks. -- Andrew Clark Campus Network Programmer University of California, Santa Barbara andrew.clark@ucsb.edu (805) 893-5311 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 16:28:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailhub.cns.ksu.edu (grunt.ksu.ksu.edu [129.130.12.17]) by hub.freebsd.org (Postfix) with ESMTP id 00A2737B503 for ; Wed, 21 Feb 2001 16:28:11 -0800 (PST) (envelope-from jdt2101@ksu.edu) Received: from unix2 (jdt2101@unix2.cc.ksu.edu [129.130.12.4]) by mailhub.cns.ksu.edu (8.9.1/8.9.1/mailhub+tar) with SMTP id SAA14234 for ; Wed, 21 Feb 2001 18:28:10 -0600 (CST) Received: from localhost by unix2 (SMI-8.6/1.34) id SAA04944; Wed, 21 Feb 2001 18:28:07 -0600 Date: Wed, 21 Feb 2001 18:28:07 -0600 (CST) From: Josh Thomas X-Sender: jdt2101@unix2.cc.ksu.edu To: freebsd-questions@freebsd.org Subject: ppp (pppoe) client problems Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My ppp client keeps on dying about once a day, and I'm pretty curious as to the reasons why. I keep getting a kernel error saying that a mac address has an ip conflict with my de0 device (the nic for the dsl modem). This is my ppp.conf file default: pppoe: set device PPPoE:de0: set mru 1492 set mtu 1492 set speed sync enable lqr set lqrperiod 5 set cd 5 set dial set login set timeout 0 set authname cmdrtaco set authkey jode1234 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 I keep getting an error that de0 has an ip conflict with a specific mac address which apparently isn't within my network, and none of my nat'd machines have 10.* ip addresses anyway. I'm somewhat confused why I'm getting this error, as arp isn't enabled with the network card, yet the error includes arp, I'll make a copy of it as soon as I get it. The really irritating thing is that this problem only occurs, say, twice a week. Usually I have to wait a half hour or so before the ppp client connects correctly. -Josh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 16:34:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rmx420-mta.mail.com (rmx420-mta.mail.com [165.251.48.152]) by hub.freebsd.org (Postfix) with ESMTP id 6D8A837B4EC for ; Wed, 21 Feb 2001 16:34:34 -0800 (PST) (envelope-from userland@techie.com) Received: from web149-mc (web149-mc.mail.com [165.251.48.145]) by rmx420-mta.mail.com (8.9.3/8.9.3) with SMTP id TAA28132; Wed, 21 Feb 2001 19:34:33 -0500 (EST) Message-ID: <380032021.982802073475.JavaMail.root@web149-mc> Date: Wed, 21 Feb 2001 19:34:33 -0500 (EST) From: User Land To: lowell@world.std.com Subject: Re: [freebsd-questions] weird netscape problem Cc: freebsd-questions@freebsd.org, userland@techie.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: mail.com X-Originating-IP: 206.234.199.240 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> carneasada:~ # netscape & >> [1] 378 >> carneasada:~ # /usr/libexec/ld.so: warning: /usr/X11R6/lib/libXt.so.6: minor >> version -1 older than expected 0, using it anyway >> ld.so failed: bad magic number in "/usr/X11R6/lib/libXt.so.6" >> >> [1]+ Exit 1 netscape >I think you need to install the XFree86-aoutlibs port (which >contains >a.out versions of the X libraries -- Netscape still builds >their >browser executables on a.out systems). If you've done that, >it might >be that you're missing the compat22 distribution, which you >should be >able to install from sysinstall. I have both the XFree86-aoutlibs as well as the compat 22 distribution. Any other ideas? I'm really pulling my hair out over this. :) Thanks, - Userland ______________________________________________ FREE Personalized Email at Mail.com Sign up at http://www.mail.com/?sr=signup To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 16:47:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from eastham.sci.brooklyn.cuny.edu (eastham.sci.brooklyn.cuny.edu [146.245.1.21]) by hub.freebsd.org (Postfix) with ESMTP id 5460C37B491 for ; Wed, 21 Feb 2001 16:47:12 -0800 (PST) (envelope-from dayton@brooklyn.cuny.edu) Received: from nelson.theclones.net (w244.z064002068.nyc-ny.dsl.cnc.net [64.2.68.244]) by eastham.sci.brooklyn.cuny.edu (8.8.8/8.8.4) with ESMTP id TAA01218; Wed, 21 Feb 2001 19:54:50 -0500 (EST) Received: from ci.brooklyn.cuny.edu (dayton@localhost) by nelson.theclones.net (8.11.1/8.11.1) id f1M0luq01386; Wed, 21 Feb 2001 19:47:56 -0500 (EST) Date: Wed, 21 Feb 2001 19:47:56 -0500 (EST) From: Dayton Clark Message-Id: <200102220047.f1M0luq01386@nelson.theclones.net> To: sharktooth@innocent.com Cc: freebsd-questions@freebsd.org Subject: Re: fBSD4.2-R and Lucent WAVELAN PC-Card Fcc: outbox Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Are you really using the IP address 0.0.0.0. Try a "real" address. If you don't know what means, you'll have to consult with someone who knows the network you're trying to join. I use the WAVELAN card with 4.2R. It's great. dayton Dayton Clark CIS Department dayton@brooklyn.cuny.edu Brooklyn College/CUNY 718.951.4811 Brooklyn, New York 11210 718.951.4842 (fax) > Date: Wed, 21 Feb 2001 14:05:11 -0700 > From: Joseph R Lewis > Subject: fBSD4.2-R and Lucent WAVELAN PC-Card > > I am not on the list, so I am hoping any answers will also get send to > me at joe@about-inc.com. > > I am running FreeBSD 4.2-RELEASE (#0: Mon Nov 20 13:02:55 GMT 2000 > jkh@bento.FreeBSD.org:/usr/src/sys/compile/GENERIC i386), on an old Sony > Viao laptop PCG-748, trying to get my Lucent WaveLAN 802.11 gold PCMCIA > network card running. It appears in the output of 'ifconfig', but only > as an ethernet address. I can type 'ifconfig wi0 inet 0.0.0.0 netmask > 0xffffff00', and then more than just the ethernet address will appear in > ifconfig, but still no connection through the interface. > > I've never successfully gotten a NIC to run from this laptop. The other > card I tried (the infamous "NetGEAR FA410TX") I gave up on because I had > the older version that wasn't compatible. So, I tried a buddies > WaveLAN, because it was listed as supported and most people say it works > just fine, but to no avail. Can someone point me in the right > direction? I have the output of dmesg, plus the overrides in > /etc/rc.conf. The config files use the defaults found in fBSD4.2R. The > order of information that follows : dmesg, rc.conf, pccard.conf. > > The following is from dmesg: > > pcic0: at port 0x3e0 iomem 0xd0000 on isa0 > pcic0: Polling mode > pccard0: on pcic0 > pccard1: on pcic0 > pccard: card inserted, slot 1 > Feb 21 13:31:20 vette pccardd[54]: Card "Lucent > Technologies"("WaveLAN/IEEE") [Version 01.01] [] matched "Lucent > Technologies" ("WaveLAN/IEEE") [(null)] [(null)] > wi0: at port 0x280-0x2bf irq 11 slot 1 on pccard1 > wi0: Ethernet address: 00:02:2d:0c:95:91 > Feb 21 13:31:26 vette pccardd[54]: wi0: Lucent Technologies > (WaveLAN/IEEE) inserted. > > > > /etc/rc.conf : > > # -- sysinstall generated deltas -- # > linux_enable="YES" > sendmail_enable="YES" > gateway_enable="YES" > sshd_enable="YES" > inetd_enable="YES" > usbd_enable="YES" > hostname="vette.orem1.northsky.com" > pccard_enable="YES" > # pccard_ifconfig="YES" > ifconfig_wi0="inet 0.0.0.0 netmask 0xffffff00" > > > > /etc/defaults/pccard.conf : > > # Generally available IO ports > io 0x240-0x360 > # Generally available IRQs (Built-in sound-card owners remove 5) > irq 3 10 11 15 > # Available memory slots > memory 0xd4000 96k > > # Lucent WaveLAN/IEEE > card "Lucent Technologies" "WaveLAN/IEEE" > config 0x1 "wi" 11 > insert /etc/pccard_ether $device start > remove /etc/pccard_ether $device stop > > NOTE: I have used the line 'config 0x1 "wi" ?' as well in the above > pccard.conf file. Nothing seems to work. > > Is there someone out there who has encountered the same "problem" of not > having the WaveLAN interface available? Can you point me in th right > direction? > > THANKS! > > - -- > Joe Lewis > About Inc., Web Services Division > 1253 N. Research Way, Suite Q-2500 > Orem, UT 84097 > ph : 801.437.6023 > fax : 801.437.6020 > email: joe@about-inc.com > AIM : crvttdiv > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 16:49:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from christel.heitec.net (christel.heitec.net [193.101.232.3]) by hub.freebsd.org (Postfix) with ESMTP id 390CD37B65D for ; Wed, 21 Feb 2001 16:49:28 -0800 (PST) (envelope-from bdluevel@heitec.net) Received: from heitec.net (paladin.heitec.net [193.101.232.30]) by christel.heitec.net (Postfix) with ESMTP id 05E01B8103; Thu, 22 Feb 2001 01:49:27 +0100 (CET) Message-ID: <3A946216.1BD3E52D@heitec.net> Date: Thu, 22 Feb 2001 01:49:26 +0100 From: Bernd Luevelsmeyer X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: Forrest Aldrich Cc: freebsd-questions@freebsd.org Subject: Re: Mergemaster References: <5.0.2.1.2.20010221145752.00a97030@216.67.14.69> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Forrest Aldrich wrote: > > I've been using these args for mergmaster: > > # mergemaster -v -t /tmp/merge.mmdd -w 120 2>&1 | tee /tmp/merge.root > > We have these out-of-band console modems (serial) that we connect to, in > order to perform system updates. The problem we're running into is that > when mergemaster scrolls stuff (diffs) across the screen (especially > sendmail.cf diffs), the characters cause the OOB modem to lock up. > > Last night, I ended up having to travel to our co-lo and do maintenance > from the screens through 4am. Not a happy camper. > > I'm wondering if there is some way to suppress the build or comparison/diff > of certain packages... or even the scrolling diff output of mergemaster. > > For example, we build and maintain our own sendmail and named. Even though > we have /etc/make.conf configured not to build sendmail, we still run into > the need to diff when performing mergemaster. It seems there must be a > way to avoid this. > > I'm sure I'm not the only one bitten by this little problem. Luckily it > doesn't happen a lot, but when it does (at 4:00am) it really does :) mergemaster will use the program pointed to by your PAGER envronment variable to display the diffs. You could write your own program (perhaps a shell script around 'grep' and 'more') which will leave out the offending characters, and set PAGER to that. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 17: 6:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wsmail4.firstam.com (wsmail.firstam.com [208.246.101.243]) by hub.freebsd.org (Postfix) with SMTP id 3A2FC37B4EC for ; Wed, 21 Feb 2001 17:06:15 -0800 (PST) (envelope-from grjones@firstam.com) Received: from 208.209.223.2 by wsmail4.firstam.com with SMTP (Mail (MMS v4.7)); Wed, 21 Feb 2001 17:06:14 -0800 X-Server-Uuid: 645df872-acb9-4cc6-8334-84a82cbe044d Reply-To: grjones@firstam.com From: "Gregory Jones" To: "'Freebsd-Questions (E-mail)" Subject: Still issues with Kernel.... Date: Wed, 21 Feb 2001 17:17:22 -0800 Message-ID: <7D2FE4F86D98D311931C009027D3BACBD59C34@FAHBP220> MIME-Version: 1.0 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.2919.6700 Disposition-Notification-To: "Gregory Jones" X-WSS-ID: 168AB98C1056787-01-01 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My 'make depend' continues to fail... I get an error: miibus_if.h: no such file or directory mkdep: compile failed *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 17:10:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id 0378F37B491 for ; Wed, 21 Feb 2001 17:10:20 -0800 (PST) (envelope-from dima@unixfreak.org) Received: from hornet.unixfreak.org (hornet [63.198.170.140]) by bazooka.unixfreak.org (Postfix) with ESMTP id 749A23E09; Wed, 21 Feb 2001 17:10:19 -0800 (PST) To: grjones@firstam.com Cc: "'Freebsd-Questions (E-mail)" Subject: Re: Still issues with Kernel.... In-Reply-To: Message from "Gregory Jones" of "Wed, 21 Feb 2001 17:17:22 PST." <7D2FE4F86D98D311931C009027D3BACBD59C34@FAHBP220> Date: Wed, 21 Feb 2001 17:10:19 -0800 From: Dima Dorfman Message-Id: <20010222011019.749A23E09@bazooka.unixfreak.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > My 'make depend' continues to fail... I get an error: > > > miibus_if.h: no such file or directory > mkdep: compile failed Try adding 'device miibus' back into your kernel config. BTW, in the future, some more output and the kernel config file usually help. > *** Error code 1 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 17:12:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rmx194-mta.mail.com (rmx194-mta.mail.com [165.251.48.41]) by hub.freebsd.org (Postfix) with ESMTP id 22F3E37B503; Wed, 21 Feb 2001 17:12:50 -0800 (PST) (envelope-from codeman@allergist.com) Received: from web572-mc (web572-mc.mail.com [165.251.48.101]) by rmx194-mta.mail.com (8.9.3/8.9.3) with SMTP id UAA02459; Wed, 21 Feb 2001 20:12:49 -0500 (EST) Message-ID: <381982675.982804369107.JavaMail.root@web572-mc> Date: Wed, 21 Feb 2001 20:12:49 -0500 (EST) From: CodeMan Joe To: freebsd-advocacy@freebsd.org, freebsd-questions@freebsd.org Subject: All your RMS Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: mail.com X-Originating-IP: 206.133.226.168 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Look what RMS said NOW! What a jerk he is! Everyone hate RMS now! He is a *LUDDIE*. http://www.angelfire.com/geek/rms/ ______________________________________________ FREE Personalized Email at Mail.com Sign up at http://www.mail.com/?sr=signup To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 17:29:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from prusa.dkm.cz (ms2.dkm.cz [62.24.64.6]) by hub.freebsd.org (Postfix) with ESMTP id 2EB0E37B491 for ; Wed, 21 Feb 2001 17:28:51 -0800 (PST) (envelope-from kutny@centrum.cz) Received: from Kutny (a56.dkm.cz [62.24.65.56]) by prusa.dkm.cz (8.9.3/8.9.3) with SMTP id CAA10806 for ; Thu, 22 Feb 2001 02:29:27 +0100 Reply-To: From: "Michal Kutnohorsky" To: Subject: build kernel problem Date: Thu, 22 Feb 2001 02:25:40 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" 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.2615.200 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi i wanted to build me own kernel cd /usr/src make buildkernel KERNEL=KUTNY make installkernel KERNEL=KUTNY and i got error message during building, error message is at the bottom of this message. i have Freebsd 4.2 I would be really glad if you help with it, thank you very much Kernel config: ---------------------------------------------------------------------------- ----------------------------------------------------------- # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.20 2000/10/31 23:16:07 n_hibma Exp $ machine i386 #cpu I386_CPU #cpu I486_CPU cpu I586_CPU #cpu I686_CPU ident KUTNY maxusers 32 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device #options NFS #Network Filesystem #options NFS_ROOT #NFS usable as root device, NFS required #options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] #options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support #options SYSVSHM #SYSV-style shared memory #options SYSVMSG #SYSV-style message queues #options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O device isa #device eisa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 #device fd1 at fdc0 drive 1 # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives #device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering #options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices # SCSI Controllers #device ahb # EISA AHA1742 family #device ahc # AHA2940 and onboard AIC7xxx devices #device amd # AMD 53C974 (Teckram DC-390(T)) #device isp # Qlogic family #device ncr # NCR/Symbios Logic #device sym # NCR/Symbios Logic (newer chipsets) #options SYM_SETUP_LP_PROBE_MAP=0x40 # Allow ncr to attach legacy NCR devices when # both sym and ncr are configured #device adv0 at isa? #device adw #device bt0 at isa? #device aha0 at isa? #device aic0 at isa? #device ncv # NCR 53C500 #device nsp # Workbit Ninja SCSI-3 #device stg # TMC 18C30/18C50 # SCSI peripherals #device scbus # SCSI bus (required) #device da # Direct Access (disks) #device sa # Sequential Access (tape etc) #device cd # CD #device pass # Passthrough device (direct SCSI access) # RAID controllers interfaced to the SCSI subsystem #device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID #device dpt # DPT Smartcache - See LINT for options! #device mly # Mylex AcceleRAID/eXtremeRAID # RAID controllers #device ida # Compaq Smart RAID #device amr # AMI MegaRAID #device mlx # Mylex DAC960 family #device twe # 3ware Escalade # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 #device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) #device apm0 at nexus? disable flags 0x20 # Advanced Power Management # PCCARD (PCMCIA) support #device card #device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000 #device pcic1 at isa? irq 0 port 0x3e2 iomem 0xd4000 disable # Serial (COM) ports #device sio0 at isa? port IO_COM1 flags 0x10 irq 4 #device sio1 at isa? port IO_COM2 irq 3 #device sio2 at isa? disable port IO_COM3 irq 5 #device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port #device ppc0 at isa? irq 7 #device ppbus # Parallel port bus (required) #device lpt # Printer #device plip # TCP/IP over parallel #device ppi # Parallel port interface device #device vpo # Requires scbus and da # PCI Ethernet NICs. #device de # DEC/Intel DC21x4x (``Tulip'') #device fxp # Intel EtherExpress PRO/100B (82557, 82558) #device tx # SMC 9432TX (83c170 ``EPIC'') device vx # 3Com 3c590, 3c595 (``Vortex'') #device wx # Intel Gigabit Ethernet Card (``Wiseman'') # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support #device dc # DEC/Intel 21143 and various workalikes #device pcn # AMD Am79C79x PCI 10/100 NICs #device rl # RealTek 8129/8139 #device sf # Adaptec AIC-6915 (``Starfire'') #device sis # Silicon Integrated Systems SiS 900/SiS 7016 #device ste # Sundance ST201 (D-Link DFE-550TX) #device tl # Texas Instruments ThunderLAN #device vr # VIA Rhine, Rhine II #device wb # Winbond W89C840F device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. #device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 #device ex device ep #device fe0 at isa? port 0x300 # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attatement needed # and resources will always be dynamically assigned by the pccard code. device wi # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP # mode (the factory default). If you set the switches on your ISA # card for a manually chosen I/O address and IRQ, you must specify # those paremeters here. #device an # Xircom Ethernet #device xe # The probe order of these is presently determined by i386/isa/isa_compat.c. #device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 #device le0 at isa? port 0x300 irq 5 iomem 0xd0000 #device lnc0 at isa? port 0x280 irq 10 drq 0 #device cs0 at isa? port 0x300 #device sn0 at isa? port 0x300 irq 10 # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support #pseudo-device sl 1 # Kernel SLIP #pseudo-device ppp 1 # Kernel PPP #pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device gif 4 # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter # USB support #device uhci # UHCI PCI->USB interface #device ohci # OHCI PCI->USB interface #device usb # USB Bus (required) #device ugen # Generic #device uhid # "Human Interface Devices" #device ukbd # Keyboard #device ulpt # Printer #device umass # Disks/Mass storage - Requires scbus and da #device ums # Mouse #device uscanner # Scanners # USB Ethernet, requires mii #device aue # ADMtek USB ethernet #device cue # CATC USB ethernet #device kue # Kawasaki LSI USB ethernet ---------------------------------------------------------------------------- ----------------------------------------------------------- Error message: ---------------------------------------------------------------------------- ----------------------------------------------------------- modules/vesa/ ../../i386/isa/vesa.c /usr/src/sys/modules/vesa/../../dev/syscons/scvesactl.c ===> wi @ -> /usr/src/sys machine -> /usr/src/sys/i386/include perl @/kern/makedevops.pl -h @/kern/device_if.m perl @/kern/makedevops.pl -h @/kern/bus_if.m rm -f .depend mkdep -f .dep nd - - ostd nc - _KER EL - KLD_MODULE -I- -I. -I@ -I@/../include -I/usr/obj/usr/src/i386/usr/include /usr/src/sys/modules/wi/../../i386/isa/if_wi.c cd /usr/obj/usr/src/sys/KUTNY; MAKEOBJDIRPREFIX=/usr/obj COMP ILER_PATH=/usr/obj/usr/src/i386/usr/libexec:/usr/obj/usr/src/i386/usr/bin LIBRARY_PATH=/usr/obj/usr/src/i386/usr/lib:/usr/obj/usr/src/i386/usr/lib OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503 DESTDIR=/usr/obj/usr/src/i386 INSTALL="sh /usr/src/tools/install.sh" PATH =/us r/ob j/us r/sr c/i3 86/u sr/s bin: /usr /obj /usr /src /i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin MACHINE=i386 make KERNEL=kernel all cc -c -x asse ble -wit -cp -DL OR -O - ll - edun ant- ecl -Wn ste -ext rn -Ws ric prot ype -Wm sin -pro type -Wpo nte -ari h -W nlin -Wc st-q a -f orma -ext nsio -an -n stdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 /usr/src/sys/i386/i386/locore.s /tmp/ccW13784.s: Assembler messages: /tmp/ccW13784.s:1744: Error: .space specifies non-absolute value /tmp/ccW13784.s:2455: Error: undefined symbol L0 in operation setting PTmap /tmp/ccW13784.s:2455: Error: undefined symbol PDRSHIFT in operation setting PTmap /tmp/ccW13784.s:1712: Error: undefined symbol L0 in operation /tmp/ccW13784.s:1712: Error: undefined symbol PAGE_SIZE in operation /tmp/ccW13784.s:1713: Error: undefined symbol L0 in operation /tmp/ccW13784.s:1713: Error: undefined symbol PDESIZE in operation /tmp/ccW13784.s:2455: Error: undefined symbol L0 in operation setting APTmap /tmp/ccW13784.s:2455: Error: undefined symbol PDRSHIFT in operation setting APTmap /tmp/ccW13784.s:1721: Error: undefined symbol L0 in operation /tmp/ccW13784.s:1721: Error: undefined symbol PAGE_SIZE in operation /tmp/ccW13784.s:1722: Error: undefined symbol L0 in operation /tmp/ccW13784.s:1722: Error: undefined symbol PDESIZE in operation /tmp/ccW13784.s:1928: Error: undefined symbol UPAGES in operation /tmp/ccW13784.s:1928: Error: undefined symbol PAGE_SIZE in operation /tmp/ccW13784.s:2316: Error: undefined symbol BI_ESYMTAB in operation /tmp/ccW13784.s:2321: Error: undefined symbol BI_SYMTAB in operation /tmp/ccW13784.s:2322: Error: undefined symbol BI_ESYMTAB in operation /tmp/ccW13784.s:2326: Error: undefined symbol BI_KERNEND in operation /tmp/ccW13784.s:2338: Error: undefined symbol PAGE_SIZE in operation /tmp/ccW13784.s:2338: Error: undefined symbol PAGE_SIZE in operation /tmp/ccW13784.s:2342: Error: undefined symbol PAGE_SIZE in operation /tmp/ccW13784.s:2342: Error: undefined symbol PAGE_SIZE in operation /tmp/ccW13784.s:2346: Error: undefined symbol UPAGES in operation /tmp/ccW13784.s:2346: Error: undefined symbol PAGE_SIZE in operation /tmp/ccW13784.s:2346: Error: undefined symbol UPAGES in operation /tmp/ccW13784.s:2346: Error: undefined symbol PAGE_SIZE in operation /tmp/ccW13784.s:2351: Error: undefined symbol PAGE_SIZE in operation /tmp/ccW13784.s:2351: Error: undefined symbol PAGE_SIZE in operation /tmp/ccW13784.s:2354: Error: undefined symbol PAGE_SIZE in operation /tmp/ccW13784.s:2354: Error: undefined symbol PAGE_SIZE in operation /tmp/ccW13784.s:2411: Error: undefined symbol PAGE_SHIFT in operation /tmp/ccW13784.s:2427: Error: undefined symbol PAGE_SHIFT in operation /tmp/ccW13784.s:2428: Error: undefined symbol PAGE_SHIFT in operation /tmp/ccW13784.s:1854: Error: Subtraction of two symbols in different sections ".tmpstk" {.data section} - "KERNBASE" {*UND* section} at file address 28. /tmp/ccW13784.s:1877: Error: Subtraction of two symbols in different sections "end" {*UND* section} - "KERNBASE" {*UND* section} at file address 38. /tmp/ccW13784.s:1878: Error: Subtraction of two symbols in different sections "edata" {*UND* section} - "KERNBASE" {*UND* section} at file address 43. /tmp/ccW13784.s:1890: Error: Subtraction of two symbols in different sections "cpu_feature" {.data section} - "KERNBASE" {*UND* section} at file address 61. /tmp/ccW13784.s:1906: Error: Subtraction of two symbols in different sections "IdlePTD" {.data section} - "KERNBASE" {*UND* section} at file address 81. /tmp/ccW13784.s:2115: Error: Subtraction of two symbols in different sections "kernelname" {*UND* section} - "KERNBASE" {*UND* section} at file address 371. /tmp/ccW13784.s:2143: Error: Subtraction of two symbols in different sections "bootinfo" {.data section} - "KERNBASE" {*UND* section} at file address 411. /tmp/ccW13784.s:2163: Error: Subtraction of two symbols in different sections "boothowto" {*UND* section} - "KERNBASE" {*UND* section} at file address 435. /tmp/ccW13784.s:2165: Error: Subtraction of two symbols in different sections "bootdev" {*UND* section} - "KERNBASE" {*UND* section} at file address 443. /tmp/ccW13784.s:2203: Error: Subtraction of two symbols in different sections "cpu" {.data section} - "KERNBASE" {*UND* section} at file address 495. /tmp/ccW13784.s:2208: Error: Subtraction of two symbols in different sections "cpu" {.data section} - "KERNBASE" {*UND* section} at file address 511. /tmp/ccW13784.s:2209: Error: Subtraction of two symbols in different sections "cpu_vendor" {.data section} - "KERNBASE" {*UND* section} at file address 521. /tmp/ccW13784.s:2210: Error: Subtraction of two symbols in different sections "cpu_vendor" {.data section} - "KERNBASE" {*UND* section} at file address 531. /tmp/ccW13784.s:2211: Error: Subtraction of two symbols in different sections "cpu_vendor" {.data section} - "KERNBASE" {*UND* section} at file address 541. /tmp/ccW13784.s:2212: Error: Subtraction of two symbols in different sections "cpu_vendor" {.data section} - "KERNBASE" {*UND* section} at file address 551. /tmp/ccW13784.s:2231: Error: Subtraction of two symbols in different sections "cpu" {.data section} - "KERNBASE" {*UND* section} at file address 592. /tmp/ccW13784.s:2258: Error: Subtraction of two symbols in different sections "cpu_vendor" {.data section} - "KERNBASE" {*UND* section} at file address 627. /tmp/ccW13784.s:2259: Error: Subtraction of two symbols in different sections "cpu_vendor" {.data section} - "KERNBASE" {*UND* section} at file address 637. /tmp/ccW13784.s:2260: Error: Subtraction of two symbols in different sections "cpu_vendor" {.data section} - "KERNBASE" {*UND* section} at file address 647. /tmp/ccW13784.s:2266: Error: Subtraction of two symbols in different sections "cpu_high" {.data section} - "KERNBASE" {*UND* section} at file address 662. /tmp/ccW13784.s:2267: Error: Subtraction of two symbols in different sections "cpu_vendor" {.data section} - "KERNBASE" {*UND* section} at file address 668. /tmp/ccW13784.s:2268: Error: Subtraction of two symbols in different sections "cpu_vendor" {.data section} - "KERNBASE" {*UND* section} at file address 674. /tmp/ccW13784.s:2269: Error: Subtraction of two symbols in different sections "cpu_vendor" {.data section} - "KERNBASE" {*UND* section} at file address 680. /tmp/ccW13784.s:2270: Error: Subtraction of two symbols in different sections "cpu_vendor" {.data section} - "KERNBASE" {*UND* section} at file address 686. /tmp/ccW13784.s:2274: Error: Subtraction of two symbols in different sections "cpu_id" {.data section} - "KERNBASE" {*UND* section} at file address 699. /tmp/ccW13784.s:2275: Error: Subtraction of two symbols in different sections "cpu_feature" {.data section} - "KERNBASE" {*UND* section} at file address 705. /tmp/ccW13784.s:2282: Error: Subtraction of two symbols in different sections "cpu" {.data section} - "KERNBASE" {*UND* section} at file address 722. /tmp/ccW13784.s:2288: Error: Subtraction of two symbols in different sections "cpu" {.data section} - "KERNBASE" {*UND* section} at file address 739. /tmp/ccW13784.s:2292: Error: Subtraction of two symbols in different sections "cpu" {.data section} - "KERNBASE" {*UND* section} at file address 751. /tmp/ccW13784.s:2305: Error: Subtraction of two symbols in different sections "cpu_feature" {.data section} - "KERNBASE" {*UND* section} at file address 762. /tmp/ccW13784.s:2313: Error: Subtraction of two symbols in different sections "end" {*UND* section} - "KERNBASE" {*UND* section} at file address 784. /tmp/ccW13784.s:2316: Error: Negative of non-absolute symbol KERNBASE /tmp/ccW13784.s:2321: Error: Negative of non-absolute symbol KERNBASE /tmp/ccW13784.s:2322: Error: Negative of non-absolute symbol KERNBASE /tmp/ccW13784.s:2326: Error: Negative of non-absolute symbol KERNBASE /tmp/ccW13784.s:2334: Error: Subtraction of two symbols in different sections ".data" {.data section} - "KERNBASE" {*UND* section} at file address 843. /tmp/ccW13784.s:2335: Error: Subtraction of two symbols in different sections ".data" {.data section} - "KERNBASE" {*UND* section} at file address 849. /tmp/ccW13784.s:2338: Error: Subtraction of two symbols in different sections ".data" {.data section} - "KERNBASE" {*UND* section} at file address 855. /tmp/ccW13784.s:2338: Error: Subtraction of two symbols in different sections ".data" {.data section} - "KERNBASE" {*UND* section} at file address 867. /tmp/ccW13784.s:2339: Error: Subtraction of two symbols in different sections ".data" {.data section} - "KERNBASE" {*UND* section} at file address 885. /tmp/ccW13784.s:2342: Error: Subtraction of two symbols in different sections ".data" {.data section} - "KERNBASE" {*UND* section} at file address 891. /tmp/ccW13784.s:2342: Error: Subtraction of two symbols in different sections ".data" {.data section} - "KERNBASE" {*UND* section} at file address 903. /tmp/ccW13784.s:2343: Error: Subtraction of two symbols in different sections "IdlePTD" {.data section} - "KERNBASE" {*UND* section} at file address 921. /tmp/ccW13784.s:2346: Error: Subtraction of two symbols in different sections ".data" {.data section} - "KERNBASE" {*UND* section} at file address 927. /tmp/ccW13784.s:2346: Error: Subtraction of two symbols in different sections ".data" {.data section} - "KERNBASE" {*UND* section} at file address 939. /tmp/ccW13784.s:2347: Error: Subtraction of two symbols in different sections ".data" {.data section} - "KERNBASE" {*UND* section} at file address 957. /tmp/ccW13784.s:2349: Error: Subtraction of two symbols in different sections "proc0paddr" {.data section} - "KERNBASE" {*UND* section} at file address 969. /tmp/ccW13784.s:2351: Error: Subtraction of two symbols in different sections ".data" {.data section} - "KERNBASE" {*UND* section} at file address 975. /tmp/ccW13784.s:2351: Error: Subtraction of two symbols in different sections ".data" {.data section} - "KERNBASE" {*UND* section} at file address 987. /tmp/ccW13784.s:2352: Error: Subtraction of two symbols in different sections ".data" {.data section} - "KERNBASE" {*UND* section} at file address 1005. /tmp/ccW13784.s:2354: Error: Subtraction of two symbols in different sections ".data" {.data section} - "KERNBASE" {*UND* section} at file address 1011. /tmp/ccW13784.s:2354: Error: Subtraction of two symbols in different sections ".data" {.data section} - "KERNBASE" {*UND* section} at file address 1023. /tmp/ccW13784.s:2355: Error: Subtraction of two symbols in different sections "vm86pa" {.data section} - "KERNBASE" {*UND* section} at file address 1041. /tmp/ccW13784.s:2357: Error: Subtraction of two symbols in different sections "vm86paddr" {.data section} - "KERNBASE" {*UND* section} at file address 1053. /tmp/ccW13784.s:2372: Error: Subtraction of two symbols in different sections "cpu_feature" {.data section} - "KERNBASE" {*UND* section} at file address 1063. /tmp/ccW13784.s:2377: Error: Subtraction of two symbols in different sections "etext" {*UND* section} - "KERNBASE" {*UND* section} at file address 1080. /tmp/ccW13784.s:2380: Error: Subtraction of two symbols in different sections ".data" {.data section} - "KERNBASE" {*UND* section} at file address 1103. /tmp/ccW13784.s:2383: Error: Subtraction of two symbols in different sections "etext" {*UND* section} - "KERNBASE" {*UND* section} at file address 1125. /tmp/ccW13784.s:2389: Error: Subtraction of two symbols in different sections "cpu_feature" {.data section} - "KERNBASE" {*UND* section} at file address 1146. /tmp/ccW13784.s:2394: Error: Subtraction of two symbols in different sections ".data" {.data section} - "KERNBASE" {*UND* section} at file address 1164. /tmp/ccW13784.s:2397: Error: Subtraction of two symbols in different sections ".data" {.data section} - "KERNBASE" {*UND* section} at file address 1183. /tmp/ccW13784.s:2400: Error: Subtraction of two symbols in different sections "IdlePTD" {.data section} - "KERNBASE" {*UND* section} at file address 1205. /tmp/ccW13784.s:2402: Error: Subtraction of two symbols in different sections ".data" {.data section} - "KERNBASE" {*UND* section} at file address 1224. /tmp/ccW13784.s:2405: Error: Subtraction of two symbols in different sections ".data" {.data section} - "KERNBASE" {*UND* section} at file address 1247. /tmp/ccW13784.s:2407: Error: Subtraction of two symbols in different sections ".data" {.data section} - "KERNBASE" {*UND* section} at file address 1266. /tmp/ccW13784.s:2412: Error: Subtraction of two symbols in different sections ".data" {.data section} - "KERNBASE" {*UND* section} at file address 1308. /tmp/ccW13784.s:2415: Error: Subtraction of two symbols in different sections ".data" {.data section} - "KERNBASE" {*UND* section} at file address 1331. /tmp/ccW13784.s:2417: Error: Subtraction of two symbols in different sections ".data" {.data section} - "KERNBASE" {*UND* section} at file address 1350. /tmp/ccW13784.s:2423: Error: Subtraction of two symbols in different sections "vm86pa" {.data section} - "KERNBASE" {*UND* section} at file address 1392. /tmp/ccW13784.s:2429: Error: Subtraction of two symbols in different sections "vm86pa" {.data section} - "KERNBASE" {*UND* section} at file address 1434. /tmp/ccW13784.s:2435: Error: Subtraction of two symbols in different sections ".data" {.data section} - "KERNBASE" {*UND* section} at file address 1457. /tmp/ccW13784.s:2438: Error: Subtraction of two symbols in different sections "IdlePTD" {.data section} - "KERNBASE" {*UND* section} at file address 1473. /tmp/ccW13784.s:2441: Error: Subtraction of two symbols in different sections ".data" {.data section} - "KERNBASE" {*UND* section} at file address 1496. /tmp/ccW13784.s:2444: Error: Subtraction of two symbols in different sections "IdlePTD" {.data section} - "KERNBASE" {*UND* section} at file address 1515. /tmp/ccW13784.s:2447: Error: Subtraction of two symbols in different sections "IdlePTD" {.data section} - "KERNBASE" {*UND* section} at file address 1538. /tmp/ccW13784.s:2450: Error: Subtraction of two symbols in different sections "IdlePTD" {.data section} - "KERNBASE" {*UND* section} at file address 1557. *** Error code 1 Stop in /usr/obj/usr/src/sys/KUTNY. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. ---------------------------------------------------------------------------- ----------------------------------------------------------- regards, michal Michal Kutnohorsky +420 608 88 18 47 e-mail: kutny@centrum.cz, michal.kutnohorsky@asp1000.com ICQ UIN 24864416 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 17:32: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from scaup.prod.itd.earthlink.net (scaup.prod.itd.earthlink.net [207.217.121.49]) by hub.freebsd.org (Postfix) with ESMTP id A86B937B491; Wed, 21 Feb 2001 17:31:57 -0800 (PST) (envelope-from ifetch@cs.du.edu) Received: from oak.ivanfetch.tzo.com (dialup-64.156.38.6.Denver1.Level3.net [64.156.38.6]) by scaup.prod.itd.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id RAA28851; Wed, 21 Feb 2001 17:31:55 -0800 (PST) Date: Wed, 21 Feb 2001 18:32:05 -0700 (MST) From: Ivan Fetch X-Sender: ifetch@oak.ivanfetch.tzo.com To: freebsd-hardware@freebsd.org, freebsd-questions@freebsd.org Subject: Difficulty with Dell DSA Raid Controller Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, i am hoping someone can shed some light on difficulties I am having with a Dell DSA Raid controller: The system is a Dell PowerEdge XE5133-2 (dual Pentium 133 processors, 128 Mb RAM, Dell DSA raid controller with three 4 Gb ultra SCSI hard drives, an NCR SCSI controller attached to a CD-ROM and tape drive). I would like to get FreeBSD 4.2-release installed on this machine, so I used the EISA Configuration Utility to turn on AHA154x emulation mode for the DSA controller. FreeBSD picks up the AHA controller now, but no drives show up as attached to this controller (the NCR controller is picked up too and the CD-ROM and tape drive show up). I tried variations of `aha emulation for all devices' (seems like the most likely to work), aha emulation for pas through devices only (also changing the three drives to pass through in the DSA manager software), and AHA emulation for all devices (while still leaving the three hard drives as pass through drives). Dell suggested connecting each drive to another controller and formating the drive to get rid of the raid signatures, but this sounsd like a stabb in the dark to me . I am very interested how this controller works under FreeBSD, whether you can still use raid configurations under AHA154x emulation (Dell says no but I've found evidence on the web - FreeBSD - which says yes), and why does the AHA controller show up but no disks!? I appreciate any help offered, Ivan. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 17:47:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from linux.purenetfx.com (linux.purenetfx.com [207.179.24.34]) by hub.freebsd.org (Postfix) with ESMTP id 5CB4737B503; Wed, 21 Feb 2001 17:47:19 -0800 (PST) (envelope-from brian@gzmarketing.com) Received: from picard ([207.179.24.38]) by linux.purenetfx.com (8.9.3/8.8.7) with SMTP id SAA24665; Wed, 21 Feb 2001 18:47:16 -0700 Message-ID: <000901c09c71$68ecc9c0$2618b3cf@picard> From: "Brian T. Allen" To: "CodeMan Joe" , , References: <381982675.982804369107.JavaMail.root@web572-mc> Subject: Re: All your RMS Date: Wed, 21 Feb 2001 18:47:27 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG That's funny, I didn't know RMS spoke in broken english... > Look what RMS said NOW! > > What a jerk he is! Everyone hate RMS now! He is a *LUDDIE*. > > http://www.angelfire.com/geek/rms/ > > > ______________________________________________ > FREE Personalized Email at Mail.com > Sign up at http://www.mail.com/?sr=signup > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 17:51:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from c007.snv.cp.net (c007-h012.c007.snv.cp.net [209.228.33.219]) by hub.freebsd.org (Postfix) with SMTP id ED60D37B503 for ; Wed, 21 Feb 2001 17:51:16 -0800 (PST) (envelope-from otterr@telocity.com) Received: (cpmta 11012 invoked from network); 21 Feb 2001 17:51:16 -0800 Received: from dsl-216-227-91-85.telocity.com (HELO zoso) (216.227.91.85) by smtp.telocity.com (209.228.33.219) with SMTP; 21 Feb 2001 17:51:16 -0800 X-Sent: 22 Feb 2001 01:51:16 GMT From: "Otter" To: Subject: RE: Netgear FA311 support Date: Wed, 21 Feb 2001 20:58:25 -0500 Message-ID: <002801c09c72$f1b946b0$1401a8c0@zoso> 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 CWS, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20010221125942.A86829@nihilist.org> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mow. Maybe I should crawl out from under my rock more often. Last time I tried using anything other than a 310, it was pointless. Now I see the 311 *AND* 312 are supported by the new sis driver. Kudos to Bill Paul for the addition of the sis driver!!! -Otter > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Travis Cole > Sent: Wednesday, February 21, 2001 4:00 PM > To: Tom Dean > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: Netgear FA311 support > > > > This one took me a bit to track down after I bought a NetGear > FA311-TX... > > You want the sis driver, it will work great for that card... > > Check out sis(4) > > On Sat, Feb 17, 2001 at 03:39:15PM -0500, Tom Dean wrote: > > Hello, > > > > I loaded FreeBSD 4.2-RELEASE on my pc which has a > Netgear FA311 NIC installed. During installation and even > through post-config FreeBSD wouldn't detect my NIC. Is there > a driver available for the FA311? I checked Netgear's site > and the only *nix drivers available were for Red Hat 6.x and > 7.0. Please write me back. Thanks a lot. > > > > Tom Dean > > tomdean@nfis.com > > -- > -Travis > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 18: 5:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from syncopation-01.iinet.net.au (syncopation-01.iinet.net.au [203.59.24.37]) by hub.freebsd.org (Postfix) with SMTP id 9139A37B401 for ; Wed, 21 Feb 2001 18:05:12 -0800 (PST) (envelope-from katinka@magestower.com) Received: (qmail 6969 invoked by uid 666); 22 Feb 2001 02:16:47 -0000 Received: from opera.iinet.net.au (HELO wskatinka) (203.59.24.144) by mail.m.iinet.net.au with SMTP; 22 Feb 2001 02:16:47 -0000 Message-ID: <00f901c09c73$7e036e20$fe00a8c0@kat.lan> From: "Kathy Quinlan" To: Subject: Natd errors Date: Thu, 22 Feb 2001 09:59:02 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I have an error coming up on my server, it has only started occurring since I put natd up (funny that) The error is as follows: Feb 22 10:00:05 serverbsd natd[104]: failed to write packet back (Permission denied) Feb 22 10:00:36 serverbsd last message repeated 3 times and at random intervials, I get up to 40 of these at once. Any ideas if any further info is needed I can supply :o) Regards, Kathy. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 18:18:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail10.sdc1.sfba.home.com (femail10.sdc1.sfba.home.com [24.0.95.106]) by hub.freebsd.org (Postfix) with ESMTP id 6823337B503 for ; Wed, 21 Feb 2001 18:18:14 -0800 (PST) (envelope-from ralph@maxsoft.com) Received: from [192.168.0.27] ([24.7.223.67]) by femail10.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010222021813.OHGK6244.femail10.sdc1.sfba.home.com@[192.168.0.27]>; Wed, 21 Feb 2001 18:18:13 -0800 Mime-Version: 1.0 X-Sender: ralph99@mail.voicenet.com Message-Id: In-Reply-To: <009501c09c48$55d31890$1200a8c0@gsicomp.on.ca> References: <000d01c09899$c045ec00$1401a8c0@tedm.placo.com> <009501c09c48$55d31890$1200a8c0@gsicomp.on.ca> Date: Wed, 21 Feb 2001 21:18:13 -0500 To: "Matthew Emmerton" From: Ralph Dratman Subject: Re: ata1-master: CDROM device - NO DRIVER! Cc: , Valery Izotov , Tait Larson , Ivan Fetch , Tim McMillen Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Are you sure that you installed your custom kernel? Yes, the new kernel is announcing its name ("FREEBIE" as in Lehey's book) at boot time. >The standard ATA framework will detect any ATA device, but the 'NO DRIVER' >message is telling you that your kernel doesn't have support for that >device - which is why I'm wondering if you haven't installed your custom >kernel. Unless there's something I don't understand, it is installed. I do know I'm now booting much faster because there's less scanning for nonexistent devices that I removed from the configuration file. Here's the output from dmesg, which now also contains several strange "config" lines which I don't understand and which might possibly be relevant: -------------------------------------------------- Rebooting... Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.2-RELEASE #0: Thu Feb 15 23:53:04 EST 2001 root@www.dratman.com:/usr/src/sys/compile/FREEBIE Timecounter "i8254" frequency 1193182 Hz CPU: Pentium/P54C (99.72-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x525 Stepping = 5 Features=0x1bf real memory = 109051904 (106496K bytes) config> di sn0 config> di lnc0 config> di ie0 config> di fe0 config> di cs0 config> di bt0 No such device: bt0 Invalid command or syntax. Type `?' for help. config> di aic0 No such device: aic0 Invalid command or syntax. Type `?' for help. config> di aha0 No such device: aha0 Invalid command or syntax. Type `?' for help. config> di adv0 No such device: adv0 Invalid command or syntax. Type `?' for help. config> q avail memory = 102854656 (100444K bytes) bios32: Bad BIOS32 Service Directory Preloaded elf kernel "kernel" at 0xc033c000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc033c09c. Intel Pentium detected, installing workaround for F00F bug md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 isab0: at device 1.0 on pci0 isa0: on isab0 pci0: at 2.0 irq 11 ed0: port 0x1000-0x101f irq 11 at device 5.0 on pci0 ed0: address 00:40:33:93:ce:1c, type NE2000 (16 bit) atapci0: port 0x1020-0x102f at device 20.0 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 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> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 ad0: 4126MB [8944/15/63] at ata0-master WDMA2 ata1-master: CDROM device - NO DRIVER! Mounting root from ufs:/dev/ad0s1a -------------------------------------------------- Any comments? Thanks in advance. Regards, Ralph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 18:22:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail6.sdc1.sfba.home.com (femail6.sdc1.sfba.home.com [24.0.95.86]) by hub.freebsd.org (Postfix) with ESMTP id B234937B491 for ; Wed, 21 Feb 2001 18:22:14 -0800 (PST) (envelope-from europax@home.com) Received: from home.com ([24.12.186.185]) by femail6.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010222022214.QWTY21905.femail6.sdc1.sfba.home.com@home.com>; Wed, 21 Feb 2001 18:22:14 -0800 Message-ID: <3A9477D7.39F527EF@home.com> Date: Wed, 21 Feb 2001 18:22:15 -0800 From: Rob X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Drew Sanford Cc: Matthew Koivisto , "'freebsd-questions@freebsd.org'" Subject: Re: SB Live References: <3A93DCD8.2020302@bellsouth.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Drew Sanford wrote: > > I've been trying to get this to work on my SBLive's for several months > now. Unfortunately I haven't had any luck. I suspect its a defeciency in > the driver - and owing to the frequent updates to the driver, I suspect > it's probly being worked on. Can anyone confirm this for us? > > Matthew Koivisto wrote: > > > When I installed freebsd 4.2 RELEASE at home, I added the kernel option > > to include my SB Live card Everythign worked great, and it works fine. > > Except it's only outputing on he 2 front speaker outputs, not on the > > rear speaker jack (which of course has my nice big stereo hooked up to > > it) Does anyone know how I can get freeBSD to output to the rear speaker > > jacks on my SB live card? > > > > Matt > > -- > Cotharyus > lauasanf@bellsouth.net > ICQ: 8690555 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message I had the same problem with SBLive on Linux. I believe that I solved it by finding a mixer application that could turn on the rear speaker. I can't say for certain, as unfortunately, that box now has OpenBSD which has no SBLive support. Rob. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 18:23:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from level3.dynacom.net (level3.dynacom.net [206.107.213.213]) by hub.freebsd.org (Postfix) with SMTP id 2CDF037B491 for ; Wed, 21 Feb 2001 18:23:25 -0800 (PST) (envelope-from kstewart@urx.com) Received: (qmail 23611 invoked by uid 0); 22 Feb 2001 03:23:22 -0000 Received: from dsl1-160.dynacom.net (HELO urx.com) (206.159.132.160) by mail.urx.com with SMTP; 22 Feb 2001 03:23:22 -0000 Message-ID: <3A947819.ABE0D31@urx.com> Date: Wed, 21 Feb 2001 18:23:21 -0800 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: kutny@centrum.cz Cc: freebsd-questions@FreeBSD.org Subject: Re: build kernel problem References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Michal Kutnohorsky wrote: > > Hi i wanted to build me own kernel > > cd /usr/src > make buildkernel KERNEL=KUTNY > make installkernel KERNEL=KUTNY > > and i got error message during building, error message is at the bottom of > this message. > > i have Freebsd 4.2 > > I would be really glad if you help with it, thank you very much You error typically occurs when you do a buildkernel and don't follow one of the rules. The rule is that buildkernels currently require a /usr/obj that has been populated by a buildworld. No buildworld, you use the config, make depend, and ... method. Kent > > Kernel config: > ---------------------------------------------------------------------------- > ----------------------------------------------------------- > # > # GENERIC -- Generic kernel configuration file for FreeBSD/i386 > # > # For more information on this file, please read the handbook section on > # Kernel Configuration Files: > # > # http://www.FreeBSD.org/handbook/kernelconfig-config.html > # > # The handbook is also available locally in /usr/share/doc/handbook > # if you've installed the doc distribution, otherwise always see the > # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the > # latest information. > # > # An exhaustive list of options and more detailed explanations of the > # device lines is also present in the ./LINT configuration file. If you are > # in doubt as to the purpose or necessity of a line, check first in LINT. > # > # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.20 2000/10/31 23:16:07 > n_hibma Exp $ > > machine i386 > #cpu I386_CPU > #cpu I486_CPU > cpu I586_CPU > #cpu I686_CPU > ident KUTNY > maxusers 32 > > #makeoptions DEBUG=-g #Build kernel with gdb(1) debug > symbols > > options MATH_EMULATE #Support for x87 emulation > options INET #InterNETworking > options INET6 #IPv6 communications protocols > options FFS #Berkeley Fast Filesystem > options FFS_ROOT #FFS usable as root device [keep > this!] > options SOFTUPDATES #Enable FFS soft updates support > options MFS #Memory Filesystem > options MD_ROOT #MD is a potential root device > #options NFS #Network Filesystem > #options NFS_ROOT #NFS usable as root device, NFS > required > #options MSDOSFS #MSDOS Filesystem > options CD9660 #ISO 9660 Filesystem > options CD9660_ROOT #CD-ROM usable as root, CD9660 > required > options PROCFS #Process filesystem > options COMPAT_43 #Compatible with BSD 4.3 [KEEP > THIS!] > #options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI > options UCONSOLE #Allow users to grab the console > options USERCONFIG #boot -c editor > options VISUAL_USERCONFIG #visual boot -c editor > options KTRACE #ktrace(1) support > #options SYSVSHM #SYSV-style shared memory > #options SYSVMSG #SYSV-style message queues > #options SYSVSEM #SYSV-style semaphores > options P1003_1B #Posix P1003_1B real-time extensions > options _KPOSIX_PRIORITY_SCHEDULING > options ICMP_BANDLIM #Rate limit bad replies > options KBD_INSTALL_CDEV # install a CDEV entry in /dev > > # To make an SMP kernel, the next two are needed > #options SMP # Symmetric MultiProcessor Kernel > #options APIC_IO # Symmetric (APIC) I/O > > device isa > #device eisa > device pci > > # Floppy drives > device fdc0 at isa? port IO_FD1 irq 6 drq 2 > device fd0 at fdc0 drive 0 > #device fd1 at fdc0 drive 1 > > # ATA and ATAPI devices > device ata0 at isa? port IO_WD1 irq 14 > device ata1 at isa? port IO_WD2 irq 15 > device ata > device atadisk # ATA disk drives > device atapicd # ATAPI CDROM drives > device atapifd # ATAPI floppy drives > #device atapist # ATAPI tape drives > options ATA_STATIC_ID #Static device numbering > #options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices > > # SCSI Controllers > #device ahb # EISA AHA1742 family > #device ahc # AHA2940 and onboard AIC7xxx devices > #device amd # AMD 53C974 (Teckram DC-390(T)) > #device isp # Qlogic family > #device ncr # NCR/Symbios Logic > #device sym # NCR/Symbios Logic (newer chipsets) > #options SYM_SETUP_LP_PROBE_MAP=0x40 > # Allow ncr to attach legacy NCR devices > when > # both sym and ncr are configured > > #device adv0 at isa? > #device adw > #device bt0 at isa? > #device aha0 at isa? > #device aic0 at isa? > > #device ncv # NCR 53C500 > #device nsp # Workbit Ninja SCSI-3 > #device stg # TMC 18C30/18C50 > > # SCSI peripherals > #device scbus # SCSI bus (required) > #device da # Direct Access (disks) > #device sa # Sequential Access (tape etc) > #device cd # CD > #device pass # Passthrough device (direct SCSI access) > > # RAID controllers interfaced to the SCSI subsystem > #device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID > #device dpt # DPT Smartcache - See LINT for options! > #device mly # Mylex AcceleRAID/eXtremeRAID > > # RAID controllers > #device ida # Compaq Smart RAID > #device amr # AMI MegaRAID > #device mlx # Mylex DAC960 family > #device twe # 3ware Escalade > > # atkbdc0 controls both the keyboard and the PS/2 mouse > device atkbdc0 at isa? port IO_KBD > device atkbd0 at atkbdc? irq 1 flags 0x1 > #device psm0 at atkbdc? irq 12 > > device vga0 at isa? > > # splash screen/screen saver > pseudo-device splash > > # syscons is the default console driver, resembling an SCO console > device sc0 at isa? flags 0x100 > > # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver > #device vt0 at isa? > #options XSERVER # support for X server on a vt > console > #options FAT_CURSOR # start with block cursor > # If you have a ThinkPAD, uncomment this along with the rest of the PCVT > lines > #options PCVT_SCANSET=2 # IBM keyboards are non-std > > # Floating point support - do not disable. > device npx0 at nexus? port IO_NPX irq 13 > > # Power management support (see LINT for more options) > #device apm0 at nexus? disable flags 0x20 # Advanced Power > Management > > # PCCARD (PCMCIA) support > #device card > #device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000 > #device pcic1 at isa? irq 0 port 0x3e2 iomem 0xd4000 disable > > # Serial (COM) ports > #device sio0 at isa? port IO_COM1 flags 0x10 irq 4 > #device sio1 at isa? port IO_COM2 irq 3 > #device sio2 at isa? disable port IO_COM3 irq 5 > #device sio3 at isa? disable port IO_COM4 irq 9 > > # Parallel port > #device ppc0 at isa? irq 7 > #device ppbus # Parallel port bus (required) > #device lpt # Printer > #device plip # TCP/IP over parallel > #device ppi # Parallel port interface device > #device vpo # Requires scbus and da > > # PCI Ethernet NICs. > #device de # DEC/Intel DC21x4x (``Tulip'') > #device fxp # Intel EtherExpress PRO/100B (82557, 82558) > #device tx # SMC 9432TX (83c170 ``EPIC'') > device vx # 3Com 3c590, 3c595 (``Vortex'') > #device wx # Intel Gigabit Ethernet Card (``Wiseman'') > > # PCI Ethernet NICs that use the common MII bus controller code. > # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! > device miibus # MII bus support > #device dc # DEC/Intel 21143 and various workalikes > #device pcn # AMD Am79C79x PCI 10/100 NICs > #device rl # RealTek 8129/8139 > #device sf # Adaptec AIC-6915 (``Starfire'') > #device sis # Silicon Integrated Systems SiS 900/SiS > 7016 > #device ste # Sundance ST201 (D-Link DFE-550TX) > #device tl # Texas Instruments ThunderLAN > #device vr # VIA Rhine, Rhine II > #device wb # Winbond W89C840F > device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') > > # ISA Ethernet NICs. > #device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 > #device ex > device ep > #device fe0 at isa? port 0x300 > # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really > # exists only as a PCMCIA device, so there is no ISA attatement needed > # and resources will always be dynamically assigned by the pccard code. > device wi > # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will > # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP > # mode (the factory default). If you set the switches on your ISA > # card for a manually chosen I/O address and IRQ, you must specify > # those paremeters here. > #device an > # Xircom Ethernet > #device xe > # The probe order of these is presently determined by i386/isa/isa_compat.c. > #device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 > #device le0 at isa? port 0x300 irq 5 iomem 0xd0000 > #device lnc0 at isa? port 0x280 irq 10 drq 0 > #device cs0 at isa? port 0x300 > #device sn0 at isa? port 0x300 irq 10 > > # Pseudo devices - the number indicates how many units to allocated. > pseudo-device loop # Network loopback > pseudo-device ether # Ethernet support > #pseudo-device sl 1 # Kernel SLIP > #pseudo-device ppp 1 # Kernel PPP > #pseudo-device tun # Packet tunnel. > pseudo-device pty # Pseudo-ttys (telnet etc) > pseudo-device md # Memory "disks" > pseudo-device gif 4 # IPv6 and IPv4 tunneling > pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) > > # The `bpf' pseudo-device enables the Berkeley Packet Filter. > # Be aware of the administrative consequences of enabling this! > pseudo-device bpf #Berkeley packet filter > > # USB support > #device uhci # UHCI PCI->USB interface > #device ohci # OHCI PCI->USB interface > #device usb # USB Bus (required) > #device ugen # Generic > #device uhid # "Human Interface Devices" > #device ukbd # Keyboard > #device ulpt # Printer > #device umass # Disks/Mass storage - Requires scbus and da > #device ums # Mouse > #device uscanner # Scanners > # USB Ethernet, requires mii > #device aue # ADMtek USB ethernet > #device cue # CATC USB ethernet > #device kue # Kawasaki LSI USB ethernet > ---------------------------------------------------------------------------- > ----------------------------------------------------------- > > Error message: > ---------------------------------------------------------------------------- > ----------------------------------------------------------- > modules/vesa/ > ../../i386/isa/vesa.c > /usr/src/sys/modules/vesa/../../dev/syscons/scvesactl.c > ===> wi > @ -> /usr/src/sys > machine -> /usr/src/sys/i386/include > perl @/kern/makedevops.pl -h @/kern/device_if.m > perl @/kern/makedevops.pl -h @/kern/bus_if.m > rm -f .depend > mkdep -f > .dep > nd - > - > ostd > nc - > _KER > EL - > KLD_MODULE -I- -I. -I@ -I@/../include -I/usr/obj/usr/src/i386/usr/include > /usr/src/sys/modules/wi/../../i386/isa/if_wi.c > cd /usr/obj/usr/src/sys/KUTNY; MAKEOBJDIRPREFIX=/usr/obj > COMP > ILER_PATH=/usr/obj/usr/src/i386/usr/libexec:/usr/obj/usr/src/i386/usr/bin > LIBRARY_PATH=/usr/obj/usr/src/i386/usr/lib:/usr/obj/usr/src/i386/usr/lib > OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec > PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503 > DESTDIR=/usr/obj/usr/src/i386 INSTALL="sh /usr/src/tools/install.sh" > PATH > =/us > r/ob > j/us > r/sr > c/i3 > 86/u > sr/s > bin: > /usr > /obj > /usr > /src > /i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin > MACHINE=i386 make KERNEL=kernel all > cc -c -x > asse > ble > -wit > -cp > -DL > OR > -O - > ll - > edun > ant- > ecl > -Wn > ste > -ext > rn > -Ws > ric > prot > ype > -Wm > sin > -pro > type > -Wpo > nte > -ari > h -W > nlin > -Wc > st-q > a > -f > orma > -ext > nsio > -an > -n > stdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../include -D_KERNEL -include > opt_global.h -elf -mpreferred-stack-boundary=2 > /usr/src/sys/i386/i386/locore.s > /tmp/ccW13784.s: Assembler messages: > /tmp/ccW13784.s:1744: Error: .space specifies non-absolute value > /tmp/ccW13784.s:2455: Error: undefined symbol L0 in operation setting PTmap > /tmp/ccW13784.s:2455: Error: undefined symbol PDRSHIFT in operation setting > PTmap > /tmp/ccW13784.s:1712: Error: undefined symbol L0 in operation > /tmp/ccW13784.s:1712: Error: undefined symbol PAGE_SIZE in operation > /tmp/ccW13784.s:1713: Error: undefined symbol L0 in operation > /tmp/ccW13784.s:1713: Error: undefined symbol PDESIZE in operation > /tmp/ccW13784.s:2455: Error: undefined symbol L0 in operation setting APTmap > /tmp/ccW13784.s:2455: Error: undefined symbol PDRSHIFT in operation setting > APTmap > /tmp/ccW13784.s:1721: Error: undefined symbol L0 in operation > /tmp/ccW13784.s:1721: Error: undefined symbol PAGE_SIZE in operation > /tmp/ccW13784.s:1722: Error: undefined symbol L0 in operation > /tmp/ccW13784.s:1722: Error: undefined symbol PDESIZE in operation > /tmp/ccW13784.s:1928: Error: undefined symbol UPAGES in operation > /tmp/ccW13784.s:1928: Error: undefined symbol PAGE_SIZE in operation > /tmp/ccW13784.s:2316: Error: undefined symbol BI_ESYMTAB in operation > /tmp/ccW13784.s:2321: Error: undefined symbol BI_SYMTAB in operation > /tmp/ccW13784.s:2322: Error: undefined symbol BI_ESYMTAB in operation > /tmp/ccW13784.s:2326: Error: undefined symbol BI_KERNEND in operation > /tmp/ccW13784.s:2338: Error: undefined symbol PAGE_SIZE in operation > /tmp/ccW13784.s:2338: Error: undefined symbol PAGE_SIZE in operation > /tmp/ccW13784.s:2342: Error: undefined symbol PAGE_SIZE in operation > /tmp/ccW13784.s:2342: Error: undefined symbol PAGE_SIZE in operation > /tmp/ccW13784.s:2346: Error: undefined symbol UPAGES in operation > /tmp/ccW13784.s:2346: Error: undefined symbol PAGE_SIZE in operation > /tmp/ccW13784.s:2346: Error: undefined symbol UPAGES in operation > /tmp/ccW13784.s:2346: Error: undefined symbol PAGE_SIZE in operation > /tmp/ccW13784.s:2351: Error: undefined symbol PAGE_SIZE in operation > /tmp/ccW13784.s:2351: Error: undefined symbol PAGE_SIZE in operation > /tmp/ccW13784.s:2354: Error: undefined symbol PAGE_SIZE in operation > /tmp/ccW13784.s:2354: Error: undefined symbol PAGE_SIZE in operation > /tmp/ccW13784.s:2411: Error: undefined symbol PAGE_SHIFT in operation > /tmp/ccW13784.s:2427: Error: undefined symbol PAGE_SHIFT in operation > /tmp/ccW13784.s:2428: Error: undefined symbol PAGE_SHIFT in operation > /tmp/ccW13784.s:1854: Error: Subtraction of two symbols in different > sections ".tmpstk" {.data section} - "KERNBASE" {*UND* section} at file > address 28. > /tmp/ccW13784.s:1877: Error: Subtraction of two symbols in different > sections "end" {*UND* section} - "KERNBASE" {*UND* section} at file address > 38. > /tmp/ccW13784.s:1878: Error: Subtraction of two symbols in different > sections "edata" {*UND* section} - "KERNBASE" {*UND* section} at file > address 43. > /tmp/ccW13784.s:1890: Error: Subtraction of two symbols in different > sections "cpu_feature" {.data section} - "KERNBASE" {*UND* section} at file > address 61. > /tmp/ccW13784.s:1906: Error: Subtraction of two symbols in different > sections "IdlePTD" {.data section} - "KERNBASE" {*UND* section} at file > address 81. > /tmp/ccW13784.s:2115: Error: Subtraction of two symbols in different > sections "kernelname" {*UND* section} - "KERNBASE" {*UND* section} at file > address 371. > /tmp/ccW13784.s:2143: Error: Subtraction of two symbols in different > sections "bootinfo" {.data section} - "KERNBASE" {*UND* section} at file > address 411. > /tmp/ccW13784.s:2163: Error: Subtraction of two symbols in different > sections "boothowto" {*UND* section} - "KERNBASE" {*UND* section} at file > address 435. > /tmp/ccW13784.s:2165: Error: Subtraction of two symbols in different > sections "bootdev" {*UND* section} - "KERNBASE" {*UND* section} at file > address 443. > /tmp/ccW13784.s:2203: Error: Subtraction of two symbols in different > sections "cpu" {.data section} - "KERNBASE" {*UND* section} at file address > 495. > /tmp/ccW13784.s:2208: Error: Subtraction of two symbols in different > sections "cpu" {.data section} - "KERNBASE" {*UND* section} at file address > 511. > /tmp/ccW13784.s:2209: Error: Subtraction of two symbols in different > sections "cpu_vendor" {.data section} - "KERNBASE" {*UND* section} at file > address 521. > /tmp/ccW13784.s:2210: Error: Subtraction of two symbols in different > sections "cpu_vendor" {.data section} - "KERNBASE" {*UND* section} at file > address 531. > /tmp/ccW13784.s:2211: Error: Subtraction of two symbols in different > sections "cpu_vendor" {.data section} - "KERNBASE" {*UND* section} at file > address 541. > /tmp/ccW13784.s:2212: Error: Subtraction of two symbols in different > sections "cpu_vendor" {.data section} - "KERNBASE" {*UND* section} at file > address 551. > /tmp/ccW13784.s:2231: Error: Subtraction of two symbols in different > sections "cpu" {.data section} - "KERNBASE" {*UND* section} at file address > 592. > /tmp/ccW13784.s:2258: Error: Subtraction of two symbols in different > sections "cpu_vendor" {.data section} - "KERNBASE" {*UND* section} at file > address 627. > /tmp/ccW13784.s:2259: Error: Subtraction of two symbols in different > sections "cpu_vendor" {.data section} - "KERNBASE" {*UND* section} at file > address 637. > /tmp/ccW13784.s:2260: Error: Subtraction of two symbols in different > sections "cpu_vendor" {.data section} - "KERNBASE" {*UND* section} at file > address 647. > /tmp/ccW13784.s:2266: Error: Subtraction of two symbols in different > sections "cpu_high" {.data section} - "KERNBASE" {*UND* section} at file > address 662. > /tmp/ccW13784.s:2267: Error: Subtraction of two symbols in different > sections "cpu_vendor" {.data section} - "KERNBASE" {*UND* section} at file > address 668. > /tmp/ccW13784.s:2268: Error: Subtraction of two symbols in different > sections "cpu_vendor" {.data section} - "KERNBASE" {*UND* section} at file > address 674. > /tmp/ccW13784.s:2269: Error: Subtraction of two symbols in different > sections "cpu_vendor" {.data section} - "KERNBASE" {*UND* section} at file > address 680. > /tmp/ccW13784.s:2270: Error: Subtraction of two symbols in different > sections "cpu_vendor" {.data section} - "KERNBASE" {*UND* section} at file > address 686. > /tmp/ccW13784.s:2274: Error: Subtraction of two symbols in different > sections "cpu_id" {.data section} - "KERNBASE" {*UND* section} at file > address 699. > /tmp/ccW13784.s:2275: Error: Subtraction of two symbols in different > sections "cpu_feature" {.data section} - "KERNBASE" {*UND* section} at file > address 705. > /tmp/ccW13784.s:2282: Error: Subtraction of two symbols in different > sections "cpu" {.data section} - "KERNBASE" {*UND* section} at file address > 722. > /tmp/ccW13784.s:2288: Error: Subtraction of two symbols in different > sections "cpu" {.data section} - "KERNBASE" {*UND* section} at file address > 739. > /tmp/ccW13784.s:2292: Error: Subtraction of two symbols in different > sections "cpu" {.data section} - "KERNBASE" {*UND* section} at file address > 751. > /tmp/ccW13784.s:2305: Error: Subtraction of two symbols in different > sections "cpu_feature" {.data section} - "KERNBASE" {*UND* section} at file > address 762. > /tmp/ccW13784.s:2313: Error: Subtraction of two symbols in different > sections "end" {*UND* section} - "KERNBASE" {*UND* section} at file address > 784. > /tmp/ccW13784.s:2316: Error: Negative of non-absolute symbol KERNBASE > /tmp/ccW13784.s:2321: Error: Negative of non-absolute symbol KERNBASE > /tmp/ccW13784.s:2322: Error: Negative of non-absolute symbol KERNBASE > /tmp/ccW13784.s:2326: Error: Negative of non-absolute symbol KERNBASE > /tmp/ccW13784.s:2334: Error: Subtraction of two symbols in different > sections ".data" {.data section} - "KERNBASE" {*UND* section} at file > address 843. > /tmp/ccW13784.s:2335: Error: Subtraction of two symbols in different > sections ".data" {.data section} - "KERNBASE" {*UND* section} at file > address 849. > /tmp/ccW13784.s:2338: Error: Subtraction of two symbols in different > sections ".data" {.data section} - "KERNBASE" {*UND* section} at file > address 855. > /tmp/ccW13784.s:2338: Error: Subtraction of two symbols in different > sections ".data" {.data section} - "KERNBASE" {*UND* section} at file > address 867. > /tmp/ccW13784.s:2339: Error: Subtraction of two symbols in different > sections ".data" {.data section} - "KERNBASE" {*UND* section} at file > address 885. > /tmp/ccW13784.s:2342: Error: Subtraction of two symbols in different > sections ".data" {.data section} - "KERNBASE" {*UND* section} at file > address 891. > /tmp/ccW13784.s:2342: Error: Subtraction of two symbols in different > sections ".data" {.data section} - "KERNBASE" {*UND* section} at file > address 903. > /tmp/ccW13784.s:2343: Error: Subtraction of two symbols in different > sections "IdlePTD" {.data section} - "KERNBASE" {*UND* section} at file > address 921. > /tmp/ccW13784.s:2346: Error: Subtraction of two symbols in different > sections ".data" {.data section} - "KERNBASE" {*UND* section} at file > address 927. > /tmp/ccW13784.s:2346: Error: Subtraction of two symbols in different > sections ".data" {.data section} - "KERNBASE" {*UND* section} at file > address 939. > /tmp/ccW13784.s:2347: Error: Subtraction of two symbols in different > sections ".data" {.data section} - "KERNBASE" {*UND* section} at file > address 957. > /tmp/ccW13784.s:2349: Error: Subtraction of two symbols in different > sections "proc0paddr" {.data section} - "KERNBASE" {*UND* section} at file > address 969. > /tmp/ccW13784.s:2351: Error: Subtraction of two symbols in different > sections ".data" {.data section} - "KERNBASE" {*UND* section} at file > address 975. > /tmp/ccW13784.s:2351: Error: Subtraction of two symbols in different > sections ".data" {.data section} - "KERNBASE" {*UND* section} at file > address 987. > /tmp/ccW13784.s:2352: Error: Subtraction of two symbols in different > sections ".data" {.data section} - "KERNBASE" {*UND* section} at file > address 1005. > /tmp/ccW13784.s:2354: Error: Subtraction of two symbols in different > sections ".data" {.data section} - "KERNBASE" {*UND* section} at file > address 1011. > /tmp/ccW13784.s:2354: Error: Subtraction of two symbols in different > sections ".data" {.data section} - "KERNBASE" {*UND* section} at file > address 1023. > /tmp/ccW13784.s:2355: Error: Subtraction of two symbols in different > sections "vm86pa" {.data section} - "KERNBASE" {*UND* section} at file > address 1041. > /tmp/ccW13784.s:2357: Error: Subtraction of two symbols in different > sections "vm86paddr" {.data section} - "KERNBASE" {*UND* section} at file > address 1053. > /tmp/ccW13784.s:2372: Error: Subtraction of two symbols in different > sections "cpu_feature" {.data section} - "KERNBASE" {*UND* section} at file > address 1063. > /tmp/ccW13784.s:2377: Error: Subtraction of two symbols in different > sections "etext" {*UND* section} - "KERNBASE" {*UND* section} at file > address 1080. > /tmp/ccW13784.s:2380: Error: Subtraction of two symbols in different > sections ".data" {.data section} - "KERNBASE" {*UND* section} at file > address 1103. > /tmp/ccW13784.s:2383: Error: Subtraction of two symbols in different > sections "etext" {*UND* section} - "KERNBASE" {*UND* section} at file > address 1125. > /tmp/ccW13784.s:2389: Error: Subtraction of two symbols in different > sections "cpu_feature" {.data section} - "KERNBASE" {*UND* section} at file > address 1146. > /tmp/ccW13784.s:2394: Error: Subtraction of two symbols in different > sections ".data" {.data section} - "KERNBASE" {*UND* section} at file > address 1164. > /tmp/ccW13784.s:2397: Error: Subtraction of two symbols in different > sections ".data" {.data section} - "KERNBASE" {*UND* section} at file > address 1183. > /tmp/ccW13784.s:2400: Error: Subtraction of two symbols in different > sections "IdlePTD" {.data section} - "KERNBASE" {*UND* section} at file > address 1205. > /tmp/ccW13784.s:2402: Error: Subtraction of two symbols in different > sections ".data" {.data section} - "KERNBASE" {*UND* section} at file > address 1224. > /tmp/ccW13784.s:2405: Error: Subtraction of two symbols in different > sections ".data" {.data section} - "KERNBASE" {*UND* section} at file > address 1247. > /tmp/ccW13784.s:2407: Error: Subtraction of two symbols in different > sections ".data" {.data section} - "KERNBASE" {*UND* section} at file > address 1266. > /tmp/ccW13784.s:2412: Error: Subtraction of two symbols in different > sections ".data" {.data section} - "KERNBASE" {*UND* section} at file > address 1308. > /tmp/ccW13784.s:2415: Error: Subtraction of two symbols in different > sections ".data" {.data section} - "KERNBASE" {*UND* section} at file > address 1331. > /tmp/ccW13784.s:2417: Error: Subtraction of two symbols in different > sections ".data" {.data section} - "KERNBASE" {*UND* section} at file > address 1350. > /tmp/ccW13784.s:2423: Error: Subtraction of two symbols in different > sections "vm86pa" {.data section} - "KERNBASE" {*UND* section} at file > address 1392. > /tmp/ccW13784.s:2429: Error: Subtraction of two symbols in different > sections "vm86pa" {.data section} - "KERNBASE" {*UND* section} at file > address 1434. > /tmp/ccW13784.s:2435: Error: Subtraction of two symbols in different > sections ".data" {.data section} - "KERNBASE" {*UND* section} at file > address 1457. > /tmp/ccW13784.s:2438: Error: Subtraction of two symbols in different > sections "IdlePTD" {.data section} - "KERNBASE" {*UND* section} at file > address 1473. > /tmp/ccW13784.s:2441: Error: Subtraction of two symbols in different > sections ".data" {.data section} - "KERNBASE" {*UND* section} at file > address 1496. > /tmp/ccW13784.s:2444: Error: Subtraction of two symbols in different > sections "IdlePTD" {.data section} - "KERNBASE" {*UND* section} at file > address 1515. > /tmp/ccW13784.s:2447: Error: Subtraction of two symbols in different > sections "IdlePTD" {.data section} - "KERNBASE" {*UND* section} at file > address 1538. > /tmp/ccW13784.s:2450: Error: Subtraction of two symbols in different > sections "IdlePTD" {.data section} - "KERNBASE" {*UND* section} at file > address 1557. > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/KUTNY. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > ---------------------------------------------------------------------------- > ----------------------------------------------------------- > > regards, > > michal > > Michal Kutnohorsky > +420 608 88 18 47 > e-mail: kutny@centrum.cz, > michal.kutnohorsky@asp1000.com > ICQ UIN 24864416 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 18:27:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail6.sdc1.sfba.home.com (femail6.sdc1.sfba.home.com [24.0.95.86]) by hub.freebsd.org (Postfix) with ESMTP id 4C2C537B503 for ; Wed, 21 Feb 2001 18:27:25 -0800 (PST) (envelope-from europax@home.com) Received: from home.com ([24.12.186.185]) by femail6.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010222022720.RAIE21905.femail6.sdc1.sfba.home.com@home.com>; Wed, 21 Feb 2001 18:27:20 -0800 Message-ID: <3A947909.3F379D7E@home.com> Date: Wed, 21 Feb 2001 18:27:21 -0800 From: Rob X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Hal Weaver Cc: questions@FreeBSD.ORG Subject: Re: Python: tkinter module? References: <14996.20146.782140.173263@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 Mike Meyer wrote: > > Hal Weaver types: > > How do I enable the tkinter module for the Python 2.0 installation on > > FreeBSD 4.2-RELEASE? I have done this under Linux, but the fbsd Python port > > provides no adquate documentation that I have found. > > Did you install the tk port you want to use before you install the > Python port? That causes it to build the tkinter module for me. > > -- > Mike Meyer http://www.mired.org/home/mwm/ > Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message I first installed Python 2.0 from the ports, and then installed py-tkinter from the ports. That worked for me. py-tkinter in in the x11-toolkits section. Rob. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 18:53:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from xena.gsicomp.on.ca (cr677933-a.ktchnr1.on.wave.home.com [24.43.230.149]) by hub.freebsd.org (Postfix) with ESMTP id 67BB037B401 for ; Wed, 21 Feb 2001 18:53:32 -0800 (PST) (envelope-from matt@gsicomp.on.ca) Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.1/8.9.3) with SMTP id f1M2pii95420; Wed, 21 Feb 2001 21:51:44 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <005f01c09c7a$7e42bce0$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "Ralph Dratman" Cc: References: <000d01c09899$c045ec00$1401a8c0@tedm.placo.com> <009501c09c48$55d31890$1200a8c0@gsicomp.on.ca> Subject: Re: ata1-master: CDROM device - NO DRIVER! Date: Wed, 21 Feb 2001 21:52:21 -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 > >Are you sure that you installed your custom kernel? > > Yes, the new kernel is announcing its name ("FREEBIE" as in Lehey's > book) at boot time. > > >The standard ATA framework will detect any ATA device, but the 'NO DRIVER' > >message is telling you that your kernel doesn't have support for that > >device - which is why I'm wondering if you haven't installed your custom > >kernel. > > Unless there's something I don't understand, it is installed. I do > know I'm now booting much faster because there's less scanning for > nonexistent devices that I removed from the configuration file. I just scanned through some CR-58x specs on a Panasonic web site, and they claim that the 581 is a standard ATAPI device. If this is the case, then you don't need 'device matcd', but rather, 'device atapicd'. (The matcd driver is for the older 50x through 56x drives which used a proprietary interface, commonly found on sound blaster cards.) -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 19: 0:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lobodirect.com (ns1.lobodirect.com [208.136.89.10]) by hub.freebsd.org (Postfix) with SMTP id 628E937B491 for ; Wed, 21 Feb 2001 19:00:23 -0800 (PST) (envelope-from cpa@lobodirect.com) Received: (qmail 1509 invoked from network); 22 Feb 2001 03:03:36 -0000 Received: from unknown (HELO SPEEDY) (204.134.42.140) by ns1.lobodirect.com with SMTP; 22 Feb 2001 03:03:36 -0000 Message-ID: <000801c09c7b$e5ed0480$3a01a8c0@LOBODIRECT.COM> From: "Mark Biernacki" To: Subject: Which Term Server for FreeBSD Date: Wed, 21 Feb 2001 20:02:00 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C09C41.26EDCD60" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C09C41.26EDCD60 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Howdy, I just put up a FreeBSD Server (Stable 4.2) on an 600Mhz 64Meg I want to hook up 3 Wyse Terms up to it. =20 Anybody have any suggestions as to a good compatiable Terminal server. =20 Mark ------=_NextPart_000_0005_01C09C41.26EDCD60 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Howdy,
I just put up a FreeBSD Server (Stable 4.2) on = an 600Mhz=20 64Meg
 
I want to hook up 3 Wyse Terms up to it. =20
 
Anybody have any suggestions as to a good = compatiable=20 Terminal server. 
 
Mark
------=_NextPart_000_0005_01C09C41.26EDCD60-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 19:48:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail10.sdc1.sfba.home.com (femail10.sdc1.sfba.home.com [24.0.95.106]) by hub.freebsd.org (Postfix) with ESMTP id BEB6937B4EC for ; Wed, 21 Feb 2001 19:48:46 -0800 (PST) (envelope-from ralph@maxsoft.com) Received: from [192.168.0.27] ([24.7.223.67]) by femail10.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010222034846.QYYC6244.femail10.sdc1.sfba.home.com@[192.168.0.27]>; Wed, 21 Feb 2001 19:48:46 -0800 Mime-Version: 1.0 X-Sender: ralph99@mail.voicenet.com Message-Id: In-Reply-To: <005f01c09c7a$7e42bce0$1200a8c0@gsicomp.on.ca> References: <000d01c09899$c045ec00$1401a8c0@tedm.placo.com> <009501c09c48$55d31890$1200a8c0@gsicomp.on.ca> <005f01c09c7a$7e42bce0$1200a8c0@gsicomp.on.ca> Date: Wed, 21 Feb 2001 22:48:45 -0500 To: "Matthew Emmerton" From: Ralph Dratman Subject: Re: ata1-master: CDROM device - NO DRIVER! Cc: freebsd-questions@FreeBSD.ORG Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 9:52 PM -0500 2/21/01, Matthew Emmerton wrote: >I just scanned through some CR-58x specs on a Panasonic web site, and they >claim that the 581 is a standard ATAPI device. If this is the case, then >you don't need 'device matcd', but rather, 'device atapicd'... Unfortunately that didn't work either. Here's the new output of dmesg. It's very similar to what I was getting from GENERIC: -------------------------------------------- Rebooting... Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.2-RELEASE #1: Wed Feb 21 22:19:10 EST 2001 root@www.dratman.com:/usr/src/sys/compile/FREEBIE Timecounter "i8254" frequency 1193182 Hz CPU: Pentium/P54C (99.72-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x525 Stepping = 5 Features=0x1bf real memory = 109051904 (106496K bytes) config> di sn0 config> di lnc0 config> di ie0 config> di fe0 config> di cs0 config> di bt0 No such device: bt0 Invalid command or syntax. Type `?' for help. config> di aic0 No such device: aic0 Invalid command or syntax. Type `?' for help. config> di aha0 No such device: aha0 Invalid command or syntax. Type `?' for help. config> di adv0 No such device: adv0 Invalid command or syntax. Type `?' for help. config> q avail memory = 102858752 (100448K bytes) bios32: Bad BIOS32 Service Directory Preloaded elf kernel "kernel" at 0xc033c000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc033c09c. Intel Pentium detected, installing workaround for F00F bug md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 isab0: at device 1.0 on pci0 isa0: on isab0 pci0: at 2.0 irq 11 ed0: port 0x1000-0x101f irq 11 at device 5.0 on pci0 ed0: address 00:40:33:93:ce:1c, type NE2000 (16 bit) atapci0: port 0x1020-0x102f at device 20.0 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 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> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 ad0: 4126MB [8944/15/63] at ata0-master WDMA2 (null): MODE_SENSE_BIG command timeout - resetting ata1: resetting devices .. done (null): MODE_SENSE_BIG DONEDRQ (null): MODE_SENSE_BIG - ABORTED COMMAND asc=4e ascq=00 error=00 (null): MODE_SENSE_BIG command timeout - resetting ata1: resetting devices .. done (null): MODE_SENSE_BIG DONEDRQ (null): MODE_SENSE_BIG - ABORTED COMMAND asc=4e ascq=00 error=00 (null): MODE_SENSE_BIG command timeout - resetting ata1: resetting devices .. done (null): MODE_SENSE_BIG DONEDRQ (null): MODE_SENSE_BIG - ABORTED COMMAND asc=4e ascq=00 error=00 (null): MODE_SENSE_BIG command timeout - resetting ata1: resetting devices .. done (null): MODE_SENSE_BIG DONEDRQ (null): read data overrun 65514/1 (null): MODE_SENSE_BIG - ABORTED COMMAND asc=4e ascq=00 error=00 ata1-master: CDROM device - NO DRIVER! Mounting root from ufs:/dev/ad0s1a -------------------------------------------- Note that all this MODE_SENSE_BIG stuff was not there without the device atapicd line in the config file, nor did I see it in FreeBSD 3.3, which always accessed the CD-ROM without any problems. So I'm wondering if something changed in the ATAPI driver between 3.3 and 4.2. Also, do you (or does someone) know what all that config> di sn0 and so forth means at the beginning of the boot message? Could it have anything to do with this problem (doubtful)? Regards, Ralph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 19:54: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from syncopation-01.iinet.net.au (syncopation-01.iinet.net.au [203.59.24.37]) by hub.freebsd.org (Postfix) with SMTP id 4315637B65D for ; Wed, 21 Feb 2001 19:53:56 -0800 (PST) (envelope-from katinka@magestower.com) Received: (qmail 21537 invoked by uid 666); 22 Feb 2001 04:05:34 -0000 Received: from opera.iinet.net.au (HELO wskatinka) (203.59.24.144) by mail.m.iinet.net.au with SMTP; 22 Feb 2001 04:05:34 -0000 Message-ID: <001001c09c82$9980a3c0$fe00a8c0@kat.lan> From: "Kathy Quinlan" To: References: <00f901c09c73$7e036e20$fe00a8c0@kat.lan> <007001c09c81$9de33000$0d01a8c0@casystems.net> Subject: Re: Natd errors Date: Thu, 22 Feb 2001 11:50:27 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have the following option in my kernel : options IPFIREWALL_VERBOSE but I still do not see which rule is causing it any ideas ? or is their a log file somewhere that logs these errors ? or can I redirect these errors to a file, as all I get in /va/log/messages and on the console is the natd104 error and not a rule # responsible. also is their a list of error messages anywhere ? like if I get an error how do I find what it is as like the natd104 was not very helpful. Regards, Kathy. ----- Original Message ----- From: "Ben O." To: "Kathy Quinlan" ; Sent: Thursday, February 22, 2001 11:43 AM Subject: Re: Natd errors > Check your firewall rules. It's not allowing the packets to reply back. > I'm pretty sure that's where your problem is. Some of the more > knowledgeable people will reply if I'm wrong. > > > ----- Original Message ----- > From: "Kathy Quinlan" > To: > Sent: Wednesday, February 21, 2001 8:59 PM > Subject: Natd errors > > > > Hi all, > > > > I have an error coming up on my server, it has only started occurring > since > > I put natd up (funny that) > > > > > > The error is as follows: > > Feb 22 10:00:05 serverbsd natd[104]: failed to write packet back > (Permission > > denied) > > Feb 22 10:00:36 serverbsd last message repeated 3 times > > > > and at random intervials, I get up to 40 of these at once. > > > > Any ideas if any further info is needed I can supply :o) > > > > > > Regards, > > > > Kathy. > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 19:54:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f157.law6.hotmail.com [216.32.241.157]) by hub.freebsd.org (Postfix) with ESMTP id 6807737B4EC for ; Wed, 21 Feb 2001 19:54:41 -0800 (PST) (envelope-from hillaa@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 21 Feb 2001 19:54:41 -0800 Received: from 165.228.129.11 by lw6fd.law6.hotmail.msn.com with HTTP; Thu, 22 Feb 2001 03:54:41 GMT X-Originating-IP: [165.228.129.11] From: "Aaron Hill" To: ralph@maxsoft.com, matt@gsicomp.on.ca Cc: freebsd-questions@FreeBSD.ORG, izotov@gol.ru, tait@wego.com, ivanfetch@technologist.com, timcm@umich.edu Subject: Re: ata1-master: CDROM device - NO DRIVER! Date: Thu, 22 Feb 2001 03:54:41 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 22 Feb 2001 03:54:41.0413 (UTC) FILETIME=[2F45DB50:01C09C83] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Here's the output from dmesg, which now also contains several strange >"config" lines which I don't understand and which might possibly be >relevant: >config> di sn0 >config> di lnc0 >config> di ie0 >config> di fe0 >config> di cs0 >config> di bt0 >No such device: bt0 >Invalid command or syntax. Type `?' for help. >config> di aic0 >No such device: aic0 >Invalid command or syntax. Type `?' for help. >config> di aha0 >No such device: aha0 >Invalid command or syntax. Type `?' for help. >config> di adv0 >No such device: adv0 >Invalid command or syntax. Type `?' for help. >config> q What those config lines are is the output of a script being run at boot time. The letters di means disable and the other letters are the drivers for some network and scsi cards. I can tell you that but I cannot remember where these commands come from, I know they are in one of the files in the /boot directory. If you'd like to find out which file it is log into the system and type these commands... cd /boot grep sn0 * ... and note the name of the file that gets returned. The use of these lines, as I understand it, is to disable some hardware before the kernel initialises everything. You might do this if you had hardware conflicts or if you purposely wanted to stop some hardware from being used in FreeBSD. Obviously the commands that produce the errors "No such device" are not needed on your system as it does not contain the hardware you are trying to disable. I hope that helps you understand that little bit of the boot up process. As for your CD I cannot help much. I can say that those devices you see being disabled (without generating an error) are all network cards so this shouldn't affect the operation of your CD-ROM drive. Good luck Aaron Hill _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 20:12:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hawk.prod.itd.earthlink.net (hawk.prod.itd.earthlink.net [207.217.120.22]) by hub.freebsd.org (Postfix) with ESMTP id 80D0C37B491 for ; Wed, 21 Feb 2001 20:12:17 -0800 (PST) (envelope-from weygold@earthlink.net) Received: from gunnar.weygold.edu (pool0748.cvx14-bradley.dialup.earthlink.net [209.179.40.238]) by hawk.prod.itd.earthlink.net (EL-8_9_3_3/8.9.3) with SMTP id UAA10520; Wed, 21 Feb 2001 20:12:10 -0800 (PST) From: Gunnar H Reichert-Weygold Organization: The Pagan Library To: "Jamie Beekhuis" , questions@FreeBSD.ORG, webmaster@wmptl.com Subject: Re: Unix tar for Windows Date: Wed, 21 Feb 2001 20:06:52 -0800 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain; charset="iso-8859-1" References: <200102201548.KAA84736@mail2.wmptl.com> In-Reply-To: <200102201548.KAA84736@mail2.wmptl.com> MIME-Version: 1.0 Message-Id: <01022120120600.00871@gunnar.weygold.edu> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Try WinTar from Spiralcomm at http://www.spiralcomm.com/. At work I have an old Seagate/Archive DAT. I write to it from Win98 with WinTar and read it back at home under FreeBSD. There is a thirty-day eval available. BTW, it only works with SCSI drives. On Tue, 20 Feb 2001, Jamie Beekhuis wrote: > We require a utility to untar unix tape archives from a windows box > using an external seagate tape dat drive. Does anyone know of any such > utility or method to read these tapes? > > Jamie Beekhuis > Computer Systems Engineer > Windsor Match Plate and Tool Ltd. > JBeekhuis@wmptl.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- If it looks like a duck, acts like a duck, and quacks like a duck it is probably just a tool of the conspiracy. Above address is an autoresponder! Correct email address: gunnar at paganlibrary dot com Gunnar H Reichert-Weygold http://www.paganlibrary.com Spam Filter Your Mail! Go to http://www.Brightmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 20:14:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from xena.gsicomp.on.ca (cr677933-a.ktchnr1.on.wave.home.com [24.43.230.149]) by hub.freebsd.org (Postfix) with ESMTP id 7F2C637B4EC for ; Wed, 21 Feb 2001 20:14:46 -0800 (PST) (envelope-from matt@gsicomp.on.ca) Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.1/8.9.3) with SMTP id f1M4Cwi95542; Wed, 21 Feb 2001 23:12:58 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <009a01c09c85$d8a4db40$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "Ralph Dratman" Cc: References: <000d01c09899$c045ec00$1401a8c0@tedm.placo.com> <009501c09c48$55d31890$1200a8c0@gsicomp.on.ca> <005f01c09c7a$7e42bce0$1200a8c0@gsicomp.on.ca> Subject: Re: ata1-master: CDROM device - NO DRIVER! Date: Wed, 21 Feb 2001 23:13:42 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.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 > At 9:52 PM -0500 2/21/01, Matthew Emmerton wrote: > >I just scanned through some CR-58x specs on a Panasonic web site, and they > >claim that the 581 is a standard ATAPI device. If this is the case, then > >you don't need 'device matcd', but rather, 'device atapicd'... > > Unfortunately that didn't work either. Here's the new output of > dmesg. It's very similar to what I was getting from GENERIC: > > Note that all this MODE_SENSE_BIG stuff was not there without the > > device atapicd > > line in the config file, nor did I see it in FreeBSD 3.3, which > always accessed the CD-ROM without any problems. So I'm wondering if > something changed in the ATAPI driver between 3.3 and 4.2. All of the MODE_SENSE_BIG stuff is caused by the ATAPI probes to the CD-ROM (notice the "ata1: resetting devices ... done" lines), and the CD-ROM isn't acknowledging them. This causes the ATAPI cd driver to fail the init, and the "NO DRIVER" message is displayed. Since I happen to have a machine that's running 3.4 happily (and does the *exact* same thing when I install 4.x on it, due to the 4X Creative (aka Panasonic) ATAPI CD-ROM that it has), I'm going to do a quick backup-and-upgrade and start hacking through the ATAPI CD-ROM code. [ There are 15 possible "sense" results that a CD-ROM can return. The 4.x code checks for 5 of them. These older CD-ROMs are most likely returning a result that isn't being checked, which triggers the error output and causes the driver to fail during init. ] > Also, do you (or does someone) know what all that > > config> di sn0 > > and so forth means at the beginning of the boot message? Could it > have anything to do with this problem (doubtful)? I doubt it's got anything to do with this problem, but those lines are part of a kernel-configuration script in /boot/kernel.conf. Since you're not running GENERIC any more, you can edit out most of that file - especially the 'di' lines - to reduce the chatter. -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 21:13: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc2.tx.home.com (ha2.rdc2.tx.home.com [24.14.77.21]) by hub.freebsd.org (Postfix) with ESMTP id 24C3A37B65D for ; Wed, 21 Feb 2001 21:13:05 -0800 (PST) (envelope-from sound-byte1@home.com) Received: from home.com ([24.179.82.202]) by mail.rdc2.tx.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010222051304.QDXD17546.mail.rdc2.tx.home.com@home.com> for ; Wed, 21 Feb 2001 21:13:04 -0800 Message-ID: <3A949FC1.E02CA5A8@home.com> Date: Wed, 21 Feb 2001 23:12:33 -0600 From: sound byte X-Mailer: Mozilla 4.72 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: my x (server) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i have read the complete freebsd and have tried to find some sort of answer for my problem. before i state it here; here is some background. i have freebsd (4.1) running on an IBM Aptiva (pentium iii 450), freebsd currently co-exists with windows 98 on two seperate hard disks. i have a 17 inch IBM monitor. According to the monitor manual, it can handle a max of 1280 x 1024 @ 60 Hz. the sync range is as follows: Horiz: 30kHz - 69kHz Vert: 50Hz - 120Hz according to superprobe my video card is the S3 Savage 4 with 8MB Ram. now in windows i have my screen resolution set at 1152 x 864 and the depth is at 16bits. i have configured my display in x at 1024 x 768 at 8bpp i have two problems: for some reason i cannot go above 8bpp. if i try to go to 16 (or 24) the monitor shuts down and just sits there. i have to kill the x-server and go back to 8bpp. whats the deal here? also, if i try to go above the 1024x768 resolution that then the screen starts to shimmer. i know thats a bad word to use but i can't describe it any other way - and i mean shiver in a bad way. what (again) is the deal here? at 1024 x 768 (8bpp); the colours just dont seem to come out naturally hence my dis-satisfaction. anything forthcoming would be welcome! thanks in advance imran To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 21:27:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc2.pa.home.com (ha2.rdc2.pa.home.com [24.12.106.195]) by hub.freebsd.org (Postfix) with ESMTP id BC8E437B491 for ; Wed, 21 Feb 2001 21:27:35 -0800 (PST) (envelope-from unixwarrior@home.com) Received: from Ghost ([65.2.79.76]) by mail.rdc2.pa.home.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20010222052735.CKIE16097.mail.rdc2.pa.home.com@Ghost>; Wed, 21 Feb 2001 21:27:35 -0800 From: Moses Backman III To: brian_clarkson@yahoo.com, Brain , questions@FreeBSD.ORG Subject: Re: errors in make buildkernel Date: Thu, 22 Feb 2001 00:37:01 -0500 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="us-ascii" References: <3A92F574.55A97E76@tsoft.com> In-Reply-To: <3A92F574.55A97E76@tsoft.com> MIME-Version: 1.0 Message-Id: <01022200370100.04931@Ghost> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tuesday 20 February 2001 17:53, Brain wrote: > I've been attempting to upgrade my FBSD 4.0 system to 4.2 with CVSup and > the required 'make' steps. > > i've done the following ( after cvsup completed ): > > make world clean > make buildworld > make installworld > make buildkernel > > and got the following error: > > In file included from > /usr/src/sys/modules/ipfilter/../../netinet/mlfk_ipl.c:50: > @/netinet/ip_compat.h:268: osreldate.h: No such file or directory > *** Error code 1 > > Stop in /usr/src/sys/modules/ipfilter. > *** Error code 1 > > Stop in /usr/src/sys/modules. > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/GENERIC. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > i'd usually search through USENET archives to find a solution, but Deja > sold its archive to Google . . . . > > any help is appreciated. > > brian > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message i had similar problems upgrading from 4.1R to 4.2STABLE until, on a whim, i decided not to shutdown to single-user mode. ( actually i was doing something). then i made clean, then i ran make buildworld then make installworld and it worked ? i don't know that that is right, but my system is for home-study use only, so nothing earth shattering is on this machine. your situation may be different, so you may want to look deeper. but, it worked for me To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 21:30: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc2.pa.home.com (ha2.rdc2.pa.home.com [24.12.106.195]) by hub.freebsd.org (Postfix) with ESMTP id 4759C37B491 for ; Wed, 21 Feb 2001 21:29:59 -0800 (PST) (envelope-from unixwarrior@home.com) Received: from Ghost ([65.2.79.76]) by mail.rdc2.pa.home.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20010222052958.CKKM16097.mail.rdc2.pa.home.com@Ghost>; Wed, 21 Feb 2001 21:29:58 -0800 From: Moses Backman III To: brian_clarkson@yahoo.com, Brain , questions@FreeBSD.ORG Subject: Re: errors in make buildkernel Date: Thu, 22 Feb 2001 00:39:25 -0500 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="us-ascii" References: <3A92F574.55A97E76@tsoft.com> In-Reply-To: <3A92F574.55A97E76@tsoft.com> MIME-Version: 1.0 Message-Id: <01022200392501.04931@Ghost> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tuesday 20 February 2001 17:53, Brain wrote: > I've been attempting to upgrade my FBSD 4.0 system to 4.2 with CVSup and > the required 'make' steps. > > i've done the following ( after cvsup completed ): > > make world clean > make buildworld > make installworld > make buildkernel > > and got the following error: > > In file included from > /usr/src/sys/modules/ipfilter/../../netinet/mlfk_ipl.c:50: > @/netinet/ip_compat.h:268: osreldate.h: No such file or directory > *** Error code 1 > > Stop in /usr/src/sys/modules/ipfilter. > *** Error code 1 > > Stop in /usr/src/sys/modules. > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/GENERIC. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > i'd usually search through USENET archives to find a solution, but Deja > sold its archive to Google . . . . > > any help is appreciated. > > brian > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message also, i forgot to mention, i had another problem like this that required me to run my supfile again, then it built (in multiuser mode) [ same upgrade] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 21:35:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc2.pa.home.com (ha2.rdc2.pa.home.com [24.12.106.195]) by hub.freebsd.org (Postfix) with ESMTP id C845137B491 for ; Wed, 21 Feb 2001 21:35:19 -0800 (PST) (envelope-from unixwarrior@home.com) Received: from Ghost ([65.2.79.76]) by mail.rdc2.pa.home.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20010222053519.CKPU16097.mail.rdc2.pa.home.com@Ghost>; Wed, 21 Feb 2001 21:35:19 -0800 From: Moses Backman III To: Edwin Groothuis , Carles =?iso-8859-1?q?G=F3mez?= Subject: Re: tcpdump Date: Thu, 22 Feb 2001 00:44:46 -0500 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="iso-8859-1" Cc: "questions@freebsd.org" References: <3A9235C6.2FF560DC@mat.upc.es> <20010220101955.F4233@cgmd76206.chello.nl> In-Reply-To: <20010220101955.F4233@cgmd76206.chello.nl> MIME-Version: 1.0 Message-Id: <01022200444602.04931@Ghost> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tuesday 20 February 2001 04:19, Edwin Groothuis wrote: > On Tue, Feb 20, 2001 at 10:15:50AM +0100, Carles Gómez wrote: > > I have the following problem: I would like to use tcpdump on my FreeBSD > > 3.2 release. When I type the shell command "tcpdump", the following > > message appears: > > > > tcpdump: /dev/bpf0: Device not configured > > > > I have looked at the tcpdump man page, and it talks about the fact that > > I must have read access on /dev/bpf0 in order to work properly with > > tcpdump. > > > > How can I do this? > > Recompile your kernel with bpf-support (grep in LINT for it and > copy that line into your normal kernel-config-file). See the handbook > on how to recompile kernels if you're not familair with it. After > that, go to /dev and do ./MAKEDEV bpf (or something similair) and > you're in! > > Edwin i use an smc 1211tx card which is rl0 for me for my outside interface.. try tcpdump -i rl0 (sub your device for rl0) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 21:37:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pioneernet.net (pop3.pioneernet.net [208.240.196.25]) by hub.freebsd.org (Postfix) with ESMTP id D007637B401 for ; Wed, 21 Feb 2001 21:37:50 -0800 (PST) (envelope-from chip@wiegand.org) Received: from chip.wiegand.org [208.194.173.26] by pioneernet.net (SMTPD32-6.05) id A6A24AE9028E; Wed, 21 Feb 2001 21:41:54 -0800 Date: Wed, 21 Feb 2001 21:40:56 -0800 From: Chip Wiegand To: FreeBSD Questions Subject: NIC problem - no status:active in ifconfig -a Message-Id: <20010221214056.6c48d2d6.chip@wiegand.org> X-Mailer: Sylpheed version 0.4.61 (GTK+ 1.2.8; FreeBSD 4.2-RELEASE; i386) Organization: wiegand.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 I have a firewall machine with two nics that seems to be having a problem - when accessing my web site on a public isp it redirects to my home web server where natd then redirects the incoming http request to my web server. This had been working just fine for most of a year, now it no longer works. I can connect to the web server from inside my home network and the web server does return the web pages, so apache does work just fine. I can ping both nics in the firewall and get a response from both, from the machine itself and from any machine in the network. So it appears both nics are working properly. I run ifconfig -a and both nics show their proper ip addresses etc, but - one nic shows status: active and the other does not show status anything. The nic with the inside address of 192.168.1.10 (xl0) shows status: active, the outside nic with address 208.194.173.26 (ep1) does not show status: active. Is this a problem? Could it have something to do with natd not redirecting the incoming http requests? All machines on my network are able to access the net just fine. I don't know what to check next. -- Chip Wiegand Alternative Operating Systems www.wiegand.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 23: 6:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id D040F37B491 for ; Wed, 21 Feb 2001 23:05:59 -0800 (PST) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f1M75p722084; Wed, 21 Feb 2001 23:05:51 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Scott Macy" , Cc: "milt" , "Cayford Burrell" , "John Lynch" , "Josh Howard" , "Julian Elischer" Subject: RE: Help with panic: page fault in FBSD 4.1.1 Date: Wed, 21 Feb 2001 23:05:51 -0800 Message-ID: <000001c09c9d$e3bd33c0$1401a8c0@tedm.placo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 In-Reply-To: <20010221004855.83D4729A@muir.vicor-nb.com> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Try exchanging ram in one of the old systems with another system and see if the problem follows the ram. Also compare BIOS settings from a crashing system with a good system - there may be some setting that's different. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Scott Macy > Sent: Tuesday, February 20, 2001 4:49 PM > To: freebsd-questions@FreeBSD.ORG > Cc: milt; Cayford Burrell; John Lynch; Josh Howard; Scott Macy; Julian > Elischer > Subject: Help with panic: page fault in FBSD 4.1.1 > > > We have been upgrading about 300 PCs at our clients production sites > from FreeBSD 2.2.6 to FreeBSD 4.1.1. On two of the oldest machines we > have had frequent (daily or so) Kernel crashes with "panic: page fault". > We have two kernel core dumps which show the exact same stack trace. > > We are not seeing these crashes on the newer machines with 4.1.1 running > the same application, and the machines that are crashing were stable > under 2.2.6. > > I've looked though the mail archives, and the GNATS database and not > found a match to our problem. > > What's going on?? What can we do to elminate the crashes?? Is there > some Kernel config setting that might be causing the problem? Is there > another option than "buy new hw?" > > > > Some Details: > > The machines that are crashing are "server" machines, with 6x60GB > RAIDs, mostly running our own "QFT" (Quick File Transfer) > daemons that do *lots* of network and disk IO. The crashing machines > are Pentuim (Pro?) 200's (see dmesg below). We are not seeing the same > crash problem on user workstations that are of the same vintage, > same OS, but not as heavily loaded. > > We swapped hardware on one of these older machines with a newer one, and > the problem went away when the same disk was used with Pentium II 350 > CPU. > > We now have trapped two kernel core dumps and both give exactly the > same information. Below is Kernel Debug Stack Trace info, then Dmesg > info. > > The process that is running at the time of the panic is qftListener, > which is the QFT daemon mentioned above. We have two core > dumps, both time's it's in a qftListener "open()" call. > > Thanks, > -Scott Macy > > > > Gory Details: > =================================================================== > bigwoop Feb 20 10:54am ~cayford/oos0b_crash 107: gdb -k kern* vm* > GNU gdb 4.18 > Copyright 1998 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, > and you are > welcome to change it and/or distribute copies of it under certain > conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" > for details. > This GDB was configured as "i386-unknown-freebsd"... > (no debugging symbols found)... > IdlePTD 4358144 > initial pcb at 387100 > panicstr: page fault > panic messages: > --- > Fatal trap 12: page fault while in kernel mode > fault virtual address = 0x14 > fault code = supervisor read, page not present > instruction pointer = 0x8:0xc015129b > stack pointer = 0x10:0xc8f58a08 > frame pointer = 0x10:0xc8f58a70 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, def32 1, gran 1 > processor eflags = interrupt enabled, resume, IOPL = 0 > current process = 22304 (qftListener) > interrupt mask = > trap number = 12 > panic: page fault > > syncing disks... 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 > 30 30 30 30 > giving up on 26 buffers > Uptime: 1d9h32m48s > (da1:ahc1:0:0:0): Synchronize cache failed, status == 0x34, scsi > status == 0x0 > (da2:ahc1:0:1:0): Synchronize cache failed, status == 0xb, scsi > status == 0x0 > (da3:ahc1:0:2:0): Synchronize cache failed, status == 0xb, scsi > status == 0x0 > > dumping to dev #da/0x20001, offset 1310720 > dump 128 127 126 125 124 123 122 121 120 119 118 117 116 115 114 > 113 112 111 110 > 109 108 107 106 105 104 103 102 101 100 99 98 97 96 95 94 93 92 > 91 90 89 88 87 > 86 85 84 83 82 81 80 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 > 64 63 62 61 60 > 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 > 38 37 36 35 34 3 > 3 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 > 11 10 9 8 7 6 5 > 4 3 2 1 > --- > #0 0xc0193748 in boot () > (kgdb) bt > #0 0xc0193748 in boot () > #1 0xc0193acc in poweroff_wait () > #2 0xc02ede85 in trap_fatal () > #3 0xc02edb5d in trap_pfault () > #4 0xc02ed717 in trap () > #5 0xc015129b in ahc_action () > #6 0xc012650f in xpt_run_dev_sendq () > #7 0xc01258ff in xpt_action () > #8 0xc012cd60 in dastart () > #9 0xc01262b8 in xpt_run_dev_allocq () > #10 0xc01261e7 in xpt_schedule () > #11 0xc012c2c8 in dastrategy () > #12 0xc019c9e9 in diskstrategy () > #13 0xc01c8ed0 in spec_strategy () > #14 0xc01c89a5 in spec_vnoperate () > #15 0xc0292ddd in ufs_vnoperatespec () > #16 0xc0292845 in ufs_strategy () > #17 0xc0292dad in ufs_vnoperate () > #18 0xc01b61e6 in bread () > #19 0xc0289653 in ffs_blkatoff () > #20 0xc028dfe9 in ufs_lookup () > #21 0xc0292dad in ufs_vnoperate () > #22 0xc01b9bf9 in vfs_cache_lookup () > ---Type to continue, or q to quit--- > #23 0xc0292dad in ufs_vnoperate () > #24 0xc01bc988 in lookup () > #25 0xc01bc484 in namei () > #26 0xc01c490a in vn_open () > #27 0xc01c0c85 in open () > #28 0xc02ee131 in syscall2 () > #29 0xc02dfca5 in Xint0x80_syscall () > #30 0x8050a69 in ?? () > #31 0x8051a98 in ?? () > #32 0x804a46d in ?? () > (kgdb) h > > =================================================================== > Dmesg: > > Copyright (c) 1992-2000 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. > FreeBSD 4.1.1-RELEASE #0: Tue Sep 26 00:46:59 GMT 2000 > jkh@narf.osd.bsdi.com:/usr/src/sys/compile/GENERIC > Timecounter "i8254" frequency 1193182 Hz > CPU: Pentium/P55C (200.46-MHz 586-class CPU) > Origin = "GenuineIntel" Id = 0x544 Stepping = 4 > Features=0x8001bf > real memory = 134217728 (131072K bytes) > avail memory = 126521344 (123556K bytes) > Preloaded elf kernel "kernel" at 0xc0416000. > Intel Pentium detected, installing workaround for F00F bug > md0: Malloc disk > npx0: on motherboard > npx0: INT 16 interface > pcib0: on motherboard > pci0: on pcib0 > isab0: at device 7.0 on pci0 > isa0: on isab0 > atapci0: port 0xf000-0xf00f at > device 7.1 on pci0 > ata0: at 0x1f0 irq 14 on atapci0 > ata1: at 0x170 irq 15 on atapci0 > uhci0: port > 0x6400-0x641f irq 11 at device 7.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 > chip1: port > 0x5f00-0x5f0f at device 7.3 on pci0 > ahc0: port 0x6800-0x68ff mem > 0xe4100000-0xe4100fff irq 10 at device 9.0 on pci0 > aic7880: Wide Channel A, SCSI Id=7, 16/255 SCBs > ahc1: port 0x6c00-0x6cff mem > 0xe4102000-0xe4102fff irq 5 at device 10.0 on pci0 > aic7880: Wide Channel A, SCSI Id=7, 16/255 SCBs > pci0: at 11.0 irq 9 > fxp0: port 0x7000-0x701f mem > 0xe4000000-0xe40fffff,0xe4101000-0xe4101fff irq 11 at device 12.0 on pci0 > fxp0: Ethernet address 00:a0:c9:5b:f7:78 > eisa0: on motherboard > eisa0: unknown card ADP7881 (0x04907881) at slot 6 > 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> > sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 > sio0: type 16550A > sio1 at port 0x2f8-0x2ff irq 3 on isa0 > sio1: type 16550A > ppc0: at port 0x378-0x37f irq 7 on isa0 > ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode > plip0: on ppbus0 > lpt0: on ppbus0 > lpt0: Interrupt-driven port > ppi0: on ppbus0 > Waiting 15 seconds for SCSI devices to settle > da0 at ahc0 bus 0 target 0 lun 0 > da0: Fixed Direct Access SCSI-2 device > da0: 10.000MB/s transfers (10.000MHz, offset 15) > da0: 8683MB (17783112 512 byte sectors: 255H 63S/T 1106C) > da1 at ahc1 bus 0 target 0 lun 0 > da1: Fixed Direct Access SCSI-2 device > da1: 20.000MB/s transfers (10.000MHz, offset 8, 16bit) > da1: 61220MB (125380096 512 byte sectors: 255H 63S/T 7804C) > da2 at ahc1 bus 0 target 1 lun 0 > da2: Fixed Direct Access SCSI-2 device > da2: 20.000MB/s transfers (10.000MHz, offset 8, 16bit) > da2: 61220MB (125380096 512 byte sectors: 255H 63S/T 7804C) > da3 at ahc1 bus 0 target 2 lun 0 > da3: Fixed Direct Access SCSI-2 device > da3: 20.000MB/s transfers (10.000MHz, offset 8, 16bit) > da3: 61220MB (125380096 512 byte sectors: 255H 63S/T 7804C) > Mounting root from ufs:/dev/da0s1a > WARNING: / was not properly dismounted > =================================================================== > > > And /var/log/messages give no hit to the problem: > =================================================================== > Feb 15 20:12:26 oos0b inetd[149]: ntalk/udp: no such user 'tty', > service ignored > Feb 15 20:19:49 oos0b ntpd[105]: time reset -6.935659 s > Feb 15 20:19:49 oos0b ntpd[105]: kernel pll status change 2041 > Feb 16 22:46:37 oos0b mountd[112]: umountall request from > 192.168.40.39 from unprivileged port > Feb 16 22:46:40 oos0b mountd[112]: umountall request from > 192.168.40.39 from unprivileged port > Feb 16 22:50:30 oos0b mountd[112]: umountall request from > 192.168.40.39 from unprivileged port > Feb 16 22:50:34 oos0b mountd[112]: umountall request from > 192.168.40.39 from unprivileged port > Feb 16 23:41:17 oos0b mountd[112]: umountall request from > 192.168.40.39 from unprivileged port > Feb 16 23:50:57 oos0b last message repeated 3 times > Feb 16 23:54:51 oos0b mountd[112]: umountall request from > 192.168.40.39 from unprivileged port > Feb 17 07:29:58 oos0b /kernel: Copyright (c) 1992-2000 The > FreeBSD Project. > Feb 17 07:29:58 oos0b /kernel: Copyright (c) 1979, 1980, 1983, > 1986, 1988, 1989, 1991, 1992, 1993, 1994 > Feb 17 07:29:58 oos0b /kernel: The Regents of the University of > California. All rights reserved. > Feb 17 07:29:58 oos0b /kernel: FreeBSD 4.1.1-RELEASE #0: Tue Sep > 26 00:46:59 GMT 2000 > Feb 17 07:29:58 oos0b /kernel: > jkh@narf.osd.bsdi.com:/usr/src/sys/compile/GENERIC > Feb 17 07:29:58 oos0b /kernel: Timecounter "i8254" frequency 1193182 Hz > Feb 17 07:29:58 oos0b /kernel: CPU: Pentium/P55C (200.46-MHz > 586-class CPU) > Feb 17 07:29:58 oos0b /kernel: Origin = "GenuineIntel" Id = > 0x544 Stepping = 4 > Feb 17 07:29:58 oos0b /kernel: > Features=0x8001bf > Feb 17 07:29:58 oos0b /kernel: real memory = 134217728 (131072K bytes) > Feb 17 07:29:58 oos0b /kernel: avail memory = 126521344 (123556K bytes) > Feb 17 07:29:58 oos0b /kernel: Preloaded elf kernel "kernel" at > 0xc0416000. > Feb 17 07:29:58 oos0b /kernel: Intel Pentium detected, installing > workaround for F00F bug > Feb 17 07:29:58 oos0b /kernel: md0: Malloc disk > .... etc with reboot. > Feb 17 07:29:59 oos0b /kernel: Mounting root from ufs:/dev/da0s1a > Feb 17 07:29:59 oos0b savecore: reboot after panic: page fault > Feb 17 07:29:59 oos0b savecore: /var/crash/bounds: No such file > or directory > Feb 17 07:29:59 oos0b savecore: writing core to /var/crash/vmcore.0 > Feb 17 07:30:48 oos0b savecore: writing kernel to /var/crash/kernel.0 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 23:27:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 6E2EB37B491 for ; Wed, 21 Feb 2001 23:27:55 -0800 (PST) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f1M7Rb722127; Wed, 21 Feb 2001 23:27:37 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Ralph Dratman" Cc: , "Valery Izotov" , "Tait Larson" , "Ivan Fetch" , "Tim McMillen" Subject: RE: ata1-master: CDROM device - NO DRIVER! Date: Wed, 21 Feb 2001 23:27:37 -0800 Message-ID: <002801c09ca0$ee60de00$1401a8c0@tedm.placo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 In-Reply-To: Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Oh, gee - I feel dumb! I didn't read the line carefully the first time - this cdrom drive is plugged into the IDE controller, isn't it? If so it doesen't use the matcd controller. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Ralph Dratman > Sent: Wednesday, February 21, 2001 8:34 AM > To: Ted Mittelstaedt > Cc: freebsd-questions@FreeBSD.ORG; Valery Izotov; Tait Larson; Ivan > Fetch; Tim McMillen > Subject: RE: ata1-master: CDROM device - NO > DRIVER! > > > Ted, > > Thanks very much for your reply. In fact I did build a custom kernel > with the following line in the configuration file: > > device matcd0 at isa? port 0x230 > > but the device still isn't coming up. I found this configuration > line in the LINT file, but I must admit that I don't understand > the syntax of it. Given the bootup error message > > ata1-master: CDROM device - NO DRIVER! > > should I change the port address to 1c05? I feel pretty dumb. Also, > in the Lehey book, p. 361, the matcd0 configuration line is shown > as follows: > > controller matcd0 at isa? port 0x230 bio > > and I don't know what to think of "controller" versus "device" or the > "bio" at the end. > > Regards, > > Ralph Dratman > > ================================== > > >The matcd driver has been removed from the 4.2 boot floppy > >because of lack of space. It is still in the system and once > >you have installed FreeBSD you may compile a kernel with > >this device and use it. If you need to install from this > >CD you may create a installation floppy with a custom kernel > >with this device defined in it. > > > >Ted Mittelstaedt tedm@toybox.placo.com > >Author of: The FreeBSD Corporate Networker's Guide > >Book website: http://www.freebsd-corp-net-guide.com > > > >> -----Original Message----- > >> From: owner-freebsd-questions@FreeBSD.ORG > >> [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Ralph Dratman > >> Sent: Friday, February 16, 2001 3:06 PM > >> To: freebsd-questions@FreeBSD.ORG > >> Subject: ata1-master: CDROM device - NO DRIVER! > >> > >> The following comes up during boot of 4.2: > >> > >> ata1-master: CDROM device - NO DRIVER! > >> > >> But the same CD-ROM drive worked fine when I was running 3.3. > >> > >> Others have also experienced this problem. I'm copying this message > >> to four people who discussed it in mailing list archives. So far I > >> haven't found any explanation of why this drive worked before but not > >> now. Has anyone found a resolution? > >> > >> Regards, > >> > >> Ralph Dratman > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 23:33:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from srcso.globis.ru (globis.ru [212.248.80.7]) by hub.freebsd.org (Postfix) with ESMTP id 8ECFC37B4EC for ; Wed, 21 Feb 2001 23:33:46 -0800 (PST) (envelope-from igor@raduga.dyndns.org) Received: from raduga.dyndns.org (raduga.sochi.net [212.248.82.76]) by srcso.globis.ru (8.9.3/8.9.3) with ESMTP id LAA74303 for ; Thu, 22 Feb 2001 11:15:24 +0300 (MSK) (envelope-from igor@raduga.dyndns.org) Received: (from igor@localhost) by raduga.dyndns.org (8.10.1/8.10.1) id f1M7XXt12215 for freebsd-questions@freebsd.org; Thu, 22 Feb 2001 10:33:33 +0300 Date: Thu, 22 Feb 2001 10:33:33 +0300 From: Igor Robul To: freebsd-questions@freebsd.org Subject: How to add MFS image into kernel? Message-ID: <20010222103333.A12184@linux.rainbow> Reply-To: igorr@crosswinds.net Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, How I can incorporate MFS root filesystem into kernel image? -- Igor Robul, Unix System Administrator & Programmer @ sanatorium "Raduga", Sochi, Russia http://www.brainbench.com/transcript.jsp?pid=304744 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 23:34:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 88FEB37B491 for ; Wed, 21 Feb 2001 23:34:17 -0800 (PST) (envelope-from cjc@rfx-216-196-73-168.users.reflexcom.com) Received: from rfx-216-196-73-168.users.reflexcom.com ([216.196.73.168]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Wed, 21 Feb 2001 23:32:14 -0800 Received: (from cjc@localhost) by rfx-216-196-73-168.users.reflexcom.com (8.11.1/8.11.1) id f1M7Y4p90099; Wed, 21 Feb 2001 23:34:04 -0800 (PST) (envelope-from cjc) Date: Wed, 21 Feb 2001 23:34:03 -0800 From: "Crist J. Clark" To: Nick Popoff Cc: questions@FreeBSD.ORG Subject: Re: Building Libnet with the bpf-lkm etherspoof module Message-ID: <20010221233403.C89396@rfx-216-196-73-168.users.reflex> Reply-To: cjclark@alum.mit.edu References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from mouse@bloodletting.com on Wed, Feb 21, 2001 at 01:18:14PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Feb 21, 2001 at 01:18:14PM -0800, Nick Popoff wrote: > > Greetings. I just tried installing libnet via a recently cvsup'd port and > I'm having trouble getting the optional LKM working which enables spoofing > of ethernet source addresses. Has anyone else had luck doing this? The > module was included by the Libnet authors to allow users to get around BSD's > BPF implementation which does not allow this. Is this still true? > > The README makes reference to FreeBSD 3.x so I wonder if the code is > oudated. The compile of Libnet-1.0.1b/support/FreeBSD failes with: > > ether_mod_load.c 107: 'lkm_nullcmd' undeclared > > Any help would be much appreciated. Is this a 4.x system? LKMs have been depricated for KLDs. Anyway, I am not sure if a kernel module is needed, # ifconfig lladdr As for how libnet can do it in code... Haven't looked at this lately. -- 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 Wed Feb 21 23:54: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f126.law10.hotmail.com [64.4.15.126]) by hub.freebsd.org (Postfix) with ESMTP id 3633737B401 for ; Wed, 21 Feb 2001 23:54:04 -0800 (PST) (envelope-from oskarparmhed@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 21 Feb 2001 23:54:03 -0800 Received: from 130.237.189.109 by lw10fd.law10.hotmail.msn.com with HTTP; Thu, 22 Feb 2001 07:54:03 GMT X-Originating-IP: [130.237.189.109] From: "Oskar Parmhed" To: freebsd-questions@freebsd.org Subject: KDE with no icons and no widgets Date: Thu, 22 Feb 2001 08:54:03 +0100 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 22 Feb 2001 07:54:03.0996 (UTC) FILETIME=[A00A19C0:01C09CA4] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just installed freeBSD 4.2 last weekend. Everything works fine until I start the window-system. I've choosen KDE as desktop and it comes up nicely. The desktop shows the familiar blue background and the grey bars at the top and bottom. The icons on the desktop appears in black-only and no icons show in the panel or taskbar. The buttons do work. Windows also can come up but there are no visible widgets in the top-corners, again the buttons do work. Basically all text works but no icons or images show. I have found the icons under /usr/local/share/icons/ and it is ok for world to read and execute there. When logging out of X, there are several error written below the "SVGA"-stuff saying: "PID could not be found". is $KDEDIR on FreeBSD supposed to be /usr/local/? (That's where pkg_add put it) I've been working on this for a week but haven't succeeded, nor have I found any postings explaining this here or at KDE. Can anyone help ???? Oskar _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 23:58:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-53.dsl.lsan03.pacbell.net [64.165.226.53]) by hub.freebsd.org (Postfix) with ESMTP id D2DCC37B491 for ; Wed, 21 Feb 2001 23:58:38 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 28E8866F34; Wed, 21 Feb 2001 23:58:38 -0800 (PST) Date: Wed, 21 Feb 2001 23:58:37 -0800 From: Kris Kennaway To: Moses Backman III Cc: brian_clarkson@yahoo.com, Brain , questions@FreeBSD.ORG Subject: Re: errors in make buildkernel Message-ID: <20010221235837.A73197@mollari.cthul.hu> References: <3A92F574.55A97E76@tsoft.com> <01022200370100.04931@Ghost> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="1yeeQ81UyVL57Vl7" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <01022200370100.04931@Ghost>; from unixwarrior@home.com on Thu, Feb 22, 2001 at 12:37:01AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --1yeeQ81UyVL57Vl7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Feb 22, 2001 at 12:37:01AM -0500, Moses Backman III wrote: > > In file included from > > /usr/src/sys/modules/ipfilter/../../netinet/mlfk_ipl.c:50: > > @/netinet/ip_compat.h:268: osreldate.h: No such file or directory > > *** Error code 1 Fixed several days ago - please re-cvsup. You should consider subscribing to freebsd-stable@freebsd.org - you would have already discovered from other build reports that this was the case. Kris --1yeeQ81UyVL57Vl7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6lMatWry0BWjoQKURAufnAJ0Xc5Ftw6ijseebsAItFf9wBQDGugCcCQIU XLBctlU5a7HnhAY8yDj5JkY= =UAzM -----END PGP SIGNATURE----- --1yeeQ81UyVL57Vl7-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 21 23:59:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-53.dsl.lsan03.pacbell.net [64.165.226.53]) by hub.freebsd.org (Postfix) with ESMTP id CAD1537B491 for ; Wed, 21 Feb 2001 23:59:49 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 864C766F34; Wed, 21 Feb 2001 23:59:49 -0800 (PST) Date: Wed, 21 Feb 2001 23:59:49 -0800 From: Kris Kennaway To: Moses Backman III Cc: Edwin Groothuis , =?iso-8859-1?Q?Carles_G=F3mez?= , "questions@freebsd.org" Subject: Re: tcpdump Message-ID: <20010221235949.B73197@mollari.cthul.hu> References: <3A9235C6.2FF560DC@mat.upc.es> <20010220101955.F4233@cgmd76206.chello.nl> <01022200444602.04931@Ghost> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="rS8CxjVDS/+yyDmU" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <01022200444602.04931@Ghost>; from unixwarrior@home.com on Thu, Feb 22, 2001 at 12:44:46AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --rS8CxjVDS/+yyDmU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Feb 22, 2001 at 12:44:46AM -0500, Moses Backman III wrote: > > Recompile your kernel with bpf-support (grep in LINT for it and > > copy that line into your normal kernel-config-file). See the handbook > > on how to recompile kernels if you're not familair with it. After > > that, go to /dev and do ./MAKEDEV bpf (or something similair) and > > you're in! > > > > Edwin > i use an smc 1211tx card which is rl0 for me for my outside interface.. > try tcpdump -i rl0 (sub your device for rl0) Nope, Edwin's diagnosis of missing kernel support for bpf was correct. Kris --rS8CxjVDS/+yyDmU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6lMb0Wry0BWjoQKURAud6AJwLeNJHU3r/k+blEo2EPTs430f0LQCeL7Fy LGJDqXBCbdet8Jmas36OecY= =RYl/ -----END PGP SIGNATURE----- --rS8CxjVDS/+yyDmU-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 0: 9:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from user.xtdl.com (user.xtdl.com [206.25.228.20]) by hub.freebsd.org (Postfix) with ESMTP id 92D9D37B4EC for ; Thu, 22 Feb 2001 00:09:22 -0800 (PST) (envelope-from seanw@gosmalltalk.com) Received: from section1 (section1.xtdl.com [208.146.158.4]) by user.xtdl.com (8.8.8//Seans Special death to Spam Config) with SMTP id DAA02713 for ; Thu, 22 Feb 2001 03:09:21 -0500 (EST) Reply-To: From: "Sean Glazier" To: Subject: freebsd 4.2 freezes on my box Date: Thu, 22 Feb 2001 03:03:15 -0500 Message-ID: <000201c09ca5$e990ed20$049e92d0@xtdl.com> MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a PII 266 with 256 ram that I have installed freebsd on. I installed Xfree86 and am running kde. if I run kvt the box freezes entirely. you can't so much as telnet to the box. it is completely hung. there is nothing in the messages file either about a panic or problem. anyone have any idea about what causes this. I can also be running other applications and it will hang such as vi or the compiler or anything. I think it is a kernel problem but it could be related to the X server as well. Since I saw no report of it I submitted a problem report. uname -a reveals FreeBSD passion.xtdl.com 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Mon Nov 20 13:02:55 GMT 2000 jkh@bento.FreeBSD.org:/usr/src/sys/compile/GENERIC i386 so I have the default generic kernel. Is there something I have to play with to get it working. thanks Sean To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 0:19:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id AB1A037B401 for ; Thu, 22 Feb 2001 00:19:08 -0800 (PST) (envelope-from cjc@rfx-216-196-73-168.users.reflexcom.com) Received: from rfx-216-196-73-168.users.reflexcom.com ([216.196.73.168]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Thu, 22 Feb 2001 00:16:59 -0800 Received: (from cjc@localhost) by rfx-216-196-73-168.users.reflexcom.com (8.11.1/8.11.1) id f1M8If190446; Thu, 22 Feb 2001 00:18:41 -0800 (PST) (envelope-from cjc) Date: Thu, 22 Feb 2001 00:18:34 -0800 From: "Crist J. Clark" To: greg@nova.fqdn.com Cc: freebsd-questions@FreeBSD.ORG, greg@fqdn.com Subject: Re: NAT and keep-state issue. Message-ID: <20010222001834.D89396@rfx-216-196-73-168.users.reflex> Reply-To: cjclark@alum.mit.edu References: <200102212004.PAA42475@nova.fqdn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200102212004.PAA42475@nova.fqdn.com>; from greg@nova.fqdn.com on Wed, Feb 21, 2001 at 03:04:44PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [Could we get some line wraps in your text at about 72 columns or so?] On Wed, Feb 21, 2001 at 03:04:44PM -0500, greg@nova.fqdn.com wrote: > Hi, > > I'm trying to resolve an issue with my ipfw rules using NAT and the keep-state options. > > When I do not use keep-state and use 'allow established' all works well. > When I remove 'allow established" and add keep state to out bound connections > that are NAT'd, it stops working. I think this is because packets returning > from the internet are translated, so the internal dest IP is swapped in. This fails as there isn't a dynamic rule to match. The rule created with the outbound connection would create a rule with the alias'd IP and dest IP. Returning packets would be checked by the rules after the IP swap has happened. > > > Am I missing something here or is there a trick? Any help would be great. [snip] > ## Dynamic rules: > 02060 12 606 (T 7, # 50) ty 0 tcp, 222.222.222.222 2083 <-> 333.333.333.333 21 > 02060 12 606 (T 11, # 52) ty 0 tcp, 222.222.222.222 2085 <-> 333.333.333.333 21 > 02060 1 40 (T 17, # 54) ty 0 tcp, 222.222.222.222 2087 <-> 333.333.333.333 21 [snip] > 02060 38 5690 (T 291, # 152) ty 0 tcp, 192.168.50.50 2085 <-> 333.333.333.333 21 > 02060 5 364 (T 300, # 154) ty 0 tcp, 192.168.50.50 2087 <-> 333.333.333.333 21 > 02060 38 5690 (T 287, # 158) ty 0 tcp, 192.168.50.50 2083 <-> 333.333.333.333 21 I see both the untranslated and translated address having dynamic rules. Now what exactly is not working? You can't connect at all? Are any packets relevant to this being logged by your deny rules? -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 0:37:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id 8465A37B491 for ; Thu, 22 Feb 2001 00:37:12 -0800 (PST) (envelope-from DougB@gorean.org) Received: from gorean.org (Studded@master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id AAA07517; Thu, 22 Feb 2001 00:36:49 -0800 (PST) (envelope-from DougB@gorean.org) Message-ID: <3A94CFA1.30EE1681@gorean.org> Date: Thu, 22 Feb 2001 00:36:49 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Operador del sistema Cc: FreeBSD-questions@FreeBSD.org Subject: Re: Named update References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Operador del sistema wrote: > > Hi, I would like to know when will the follwing problem be fixed on > 3-stable series: > > README file in named-9.1.0 distro: ".....On FreeBSD systems, the server > logs error messages like "fcntl(8, F_SETFL, 4): Inappropriate ioctl for > device". This is due to a bug in the FreeBSD /dev/random device. The bug > has been reported to the FreeBSD maintainers. Versions of OpenBSD prior > to 2.8 have a similar problem..." It's entirely probable that it will never be fixed in releng_3. For many reasons you should be using 4-Stable instead. Also, make sure to upgrade to bind 9.1.1rc2 in any case, as 9.1.0 has some rather nasty bugs. Doug -- "Pain heals. Chicks dig scars. Glory . . . lasts forever." -- Keanu Reeves as Shane Falco in "The Replacements" Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 0:38:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 8A67937B491 for ; Thu, 22 Feb 2001 00:38:39 -0800 (PST) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f1M8cZ722283; Thu, 22 Feb 2001 00:38:36 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "The Hermit Hacker" , Subject: RE: ntpd ... default ntp.conf file? Date: Thu, 22 Feb 2001 00:38:35 -0800 Message-ID: <004501c09caa$d89216c0$1401a8c0@tedm.placo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 In-Reply-To: Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What you want to do is go to your ISP and ask them to give you the IP number of the nearest NTP server that they provide for their customers. Don't screw around with ntp servers that are advertised on the Internet. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of The Hermit > Hacker > Sent: Wednesday, February 21, 2001 11:38 AM > To: freebsd-questions@FreeBSD.ORG > Subject: ntpd ... default ntp.conf file? > > > > does anyone have one that works for them? > > I went to www.ntp.org, added a few 'server' lines for stratum-2 servers > that were listed as 'open access', started up ntpd ... started no probs. > > try and connect with ntpdate from another FreeBSD box, and it tells me no > suitable servers ... > > use ntpq and the 'rv' command, and it lists my server as a Stratum-16 > server? > > Help? > > Thanks ... > > Marc G. Fournier ICQ#7615664 IRC > Nick: Scrappy > Systems Administrator @ hub.org > primary: scrappy@hub.org secondary: > scrappy@{freebsd|postgresql}.org > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 0:58:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from entropy.inserted.net (async2-win-isp-1.nas.one.net.au [61.12.142.3]) by hub.freebsd.org (Postfix) with SMTP id 8029237B6C1 for ; Thu, 22 Feb 2001 00:58:03 -0800 (PST) (envelope-from steve@inserted.net) Received: (qmail 47019 invoked from network); 22 Feb 2001 08:38:19 -0000 Received: from fortune.inserted.net (192.168.0.2) by entropy.inserted.net with SMTP; 22 Feb 2001 08:38:19 -0000 Message-Id: <5.0.2.1.2.20010222192155.028bfe70@entropy.inserted.net> X-Sender: steve@inserted.net@entropy.inserted.net X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Thu, 22 Feb 2001 19:34:52 +1100 To: sound byte , questions@FreeBSD.ORG From: Stephen Ware Subject: Re: my x (server) In-Reply-To: <3A949FC1.E02CA5A8@home.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Howdy, I had the same problem with that card using X3.3.6 under linux a few months back. There is (or was) a binary only X server put out by S3, however it was a linux binary. I hear the linux emulation is for freebsd is pretty damned good, perhaps it will work. It worked a dream for colour depth, but seemed to get narky at resolution over 1024x768, although there's a good chance that this was due to my monitor. Give it a try, anyway. https://archive:archive@ranger.s3.com/395drv/s3savage-1.0-13.tar.gz Good luck, Stephen steve@inserted.net At 11:12 PM 2/21/2001 -0600, sound byte wrote: >i have read the complete freebsd and have tried to find some sort of >answer for my problem. before i state it here; here is some background. > >i have freebsd (4.1) running on an IBM Aptiva (pentium iii 450), freebsd >currently co-exists with windows 98 on two seperate hard disks. i have >a 17 inch IBM monitor. According to the monitor manual, it can handle a >max of 1280 x 1024 @ 60 Hz. the sync range is as follows: >Horiz: 30kHz - 69kHz >Vert: 50Hz - 120Hz > >according to superprobe my video card is the S3 Savage 4 with 8MB Ram. > >now in windows i have my screen resolution set at 1152 x 864 and the >depth is at 16bits. > >i have configured my display in x at 1024 x 768 at 8bpp > >i have two problems: > >for some reason i cannot go above 8bpp. if i try to go to 16 (or 24) >the monitor shuts down and just sits there. i have to kill the x-server >and go back to 8bpp. whats the deal here? > >also, if i try to go above the 1024x768 resolution that then the screen >starts to shimmer. i know thats a bad word to use but i can't describe >it any other way - and i mean shiver in a bad way. what (again) is the >deal here? > >at 1024 x 768 (8bpp); the colours just dont seem to come out naturally >hence my dis-satisfaction. > >anything forthcoming would be welcome! > >thanks in advance > >imran > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 1: 0:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 3EAEE37B4EC for ; Thu, 22 Feb 2001 01:00:04 -0800 (PST) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f1M8xB722326; Thu, 22 Feb 2001 00:59:15 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Doug Young" , "Macrolosa" Cc: Subject: RE: login-MODEM Date: Thu, 22 Feb 2001 00:59:10 -0800 Message-ID: <004701c09cad$b8c88c40$1401a8c0@tedm.placo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 In-Reply-To: <00dd01c09c49$494b6f40$847e03cb@apana.org.au> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Doug Young > Sent: Wednesday, February 21, 2001 1:00 PM > To: Macrolosa > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: login-MODEM > > > If you are asking "how do I do a shell login to my ISPs computer" the > answer is simple. > You DON'T. Few if any ISPs will allow that for security > reasons.The "shell" Well, we do so you need to change that to "Few" There's nothing to running a shell server as long as you take a few simple precautions. For starters it has to be on an isolated net behind a firewall, and secondly you need to make your users sign an agreement that they accept responsibility for securing their own files, and lastly you need to set it up so that the system disk is on a separate hard drive, and you need to image the system disk off to a backup server on the network, dd works real well for this. Your way overstating the security risks here. What risks?! There's nothing that a user can do on a shell server that they can't do already by setting up a UNIX system and dialing into us, except for screwing other users on that server, and if all the users understand that the shell server is basically the kids playroom and you need to protect yourself, and that files placed on it are not backed up, why then who cares what they do to the server? If one day I find that some kiddie has trashed it, so what, I can see when it happened, check the radius logs to see who was on it, very likely find out that way who did it, suspend their account, and in an hour I can reimage the system disk and we are back up and running. > you get with > a regular internet account is not a real shell in the sense of getting > access to system files, Rubbish - your making things way hard for yourself. UNIX already has excellent security for this - you just need to understand it. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 1: 8:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clientmail.realtime.co.uk (simian.realtime.co.uk [194.205.134.131]) by hub.freebsd.org (Postfix) with ESMTP id 05DA237B401 for ; Thu, 22 Feb 2001 01:08:16 -0800 (PST) (envelope-from waynep@zaphod.realtime.co.uk) Received: from zaphod.realtime.co.uk ([194.205.134.208]) by clientmail.realtime.co.uk with esmtp (Exim 3.20 #1) id 14VrjG-00036i-01; Thu, 22 Feb 2001 09:08:02 +0000 Received: from waynep by zaphod.realtime.co.uk with local (Exim 3.16 #1) id 14Vrig-0003xe-00; Thu, 22 Feb 2001 09:07:26 +0000 From: Wayne Pascoe To: "Ted Mittelstaedt" Cc: Subject: Re: login-MODEM References: <004701c09cad$b8c88c40$1401a8c0@tedm.placo.com> Reply-To: wayne.pascoe@realtime.co.uk Date: 22 Feb 2001 09:07:26 +0000 In-Reply-To: <004701c09cad$b8c88c40$1401a8c0@tedm.placo.com> Message-ID: Lines: 41 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Channel Islands) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Ted Mittelstaedt" writes: > Your way overstating the security risks here. What risks?! There's nothing > that a user can do on a shell server that they can't do already by setting > up a > UNIX system and dialing into us, except for screwing other users on that > server, I disagree. I was looking at providing shell access for my users, to the server that their web pages lived on. I decided against it for a couple of reasons. The main one was that if a local root exploit comes out at 2am and I only see the announcement at 8am when I wake up, there is a good chance that one of my users will have rooted my server. This means complete reload. Not fun! > and if all the users understand that the shell server is basically the kids > playroom and you need to protect yourself, and that files placed on it are > not backed up, why then who cares what they do to the server? If one day > I find that some kiddie has trashed it, so what, I can see when it happened, > check the radius logs to see who was on it, very likely find out that way > who did it, suspend their account, and in an hour I can reimage the system > disk and we are back up and running. > Ok, I was looking at shell access not for playground but for managing users own website. I still haven't found a good way of doing this. > Ted Mittelstaedt tedm@toybox.placo.com > Author of: The FreeBSD Corporate Networker's Guide > Book website: http://www.freebsd-corp-net-guide.com I had a look at your book at the local bookstore yesterday (Foyles) Nice work! -- - Wayne Pascoe E-mail: wayne.pascoe@realtime.co.uk Phone : +44 (0) 20 7544 4668 Mobile: +44 (0) 788 431 1675 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 1:13:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id C427037B401 for ; Thu, 22 Feb 2001 01:13:54 -0800 (PST) (envelope-from cjc@rfx-216-196-73-168.users.reflexcom.com) Received: from rfx-216-196-73-168.users.reflexcom.com ([216.196.73.168]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Thu, 22 Feb 2001 01:08:22 -0800 Received: (from cjc@localhost) by rfx-216-196-73-168.users.reflexcom.com (8.11.1/8.11.1) id f1M99jc90716; Thu, 22 Feb 2001 01:09:45 -0800 (PST) (envelope-from cjc) Date: Thu, 22 Feb 2001 01:09:43 -0800 From: "Crist J. Clark" To: Kathy Quinlan Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Natd errors Message-ID: <20010222010943.E89396@rfx-216-196-73-168.users.reflex> Reply-To: cjclark@alum.mit.edu References: <00f901c09c73$7e036e20$fe00a8c0@kat.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <00f901c09c73$7e036e20$fe00a8c0@kat.lan>; from katinka@magestower.com on Thu, Feb 22, 2001 at 09:59:02AM +0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Feb 22, 2001 at 09:59:02AM +0800, Kathy Quinlan wrote: > Hi all, > > I have an error coming up on my server, it has only started occurring since > I put natd up (funny that) Well, it would really have been something if you had been getting errors from natd(8) when you were not running it. > The error is as follows: > Feb 22 10:00:05 serverbsd natd[104]: failed to write packet back (Permission > denied) > Feb 22 10:00:36 serverbsd last message repeated 3 times > > and at random intervials, I get up to 40 of these at once. > > Any ideas if any further info is needed I can supply :o) These messages are produced when a translated packet is dropped later in the firewall rules after being processed by natd(8). It is, generally speaking, Not A Good Thing (but not a terribly Bad Thing either). It most often implies that you are either denying replies that were added to the NAT table on the way out or that you are doing some type of redirect and doing the filter after natd. In the first case, you are allowing traffic out, but not letting in the replies back. You probably should be blocking the outgoing traffic in the first place. In the second case, you are better off filtering all you can before natd for both security and performance 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 Thu Feb 22 1:16:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 8C0E937B491 for ; Thu, 22 Feb 2001 01:15:57 -0800 (PST) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.0/8.11.0) id f1M9Fi246058; Thu, 22 Feb 2001 11:15:44 +0200 (EET) (envelope-from ru) Date: Thu, 22 Feb 2001 11:15:44 +0200 From: Ruslan Ermilov To: Kathy Quinlan Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Natd errors Message-ID: <20010222111544.C36846@sunbay.com> Mail-Followup-To: Kathy Quinlan , freebsd-questions@FreeBSD.ORG References: <00f901c09c73$7e036e20$fe00a8c0@kat.lan> <007001c09c81$9de33000$0d01a8c0@casystems.net> <001001c09c82$9980a3c0$fe00a8c0@kat.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <001001c09c82$9980a3c0$fe00a8c0@kat.lan>; from katinka@magestower.com on Thu, Feb 22, 2001 at 11:50:27AM +0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Feb 22, 2001 at 11:50:27AM +0800, Kathy Quinlan wrote: > I have the following option in my kernel : > > options IPFIREWALL_VERBOSE > > but I still do not see which rule is causing it > > any ideas ? > Make sure that all ``deny'' rules have the ``log'' keyword. Without this, IPFIREWALL_VERBOSE makes no effect. > or is their a log file somewhere that logs these errors ? > or can I redirect these errors to a file, as all I get in /va/log/messages > and on the console is the natd104 error and not a rule # responsible. > ipfirewall ``log'' messages are logged by syslogd(8) to /var/log/security by default, see /etc/syslog.conf. > also is their a list of error messages anywhere ? > like if I get an error how do I find what it is as like the natd104 was not > very helpful. > Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 1:24:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id F41C437B401 for ; Thu, 22 Feb 2001 01:24:12 -0800 (PST) (envelope-from cjc@rfx-216-196-73-168.users.reflexcom.com) Received: from rfx-216-196-73-168.users.reflexcom.com ([216.196.73.168]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Thu, 22 Feb 2001 01:19:07 -0800 Received: (from cjc@localhost) by rfx-216-196-73-168.users.reflexcom.com (8.11.1/8.11.1) id f1M9KdJ90767; Thu, 22 Feb 2001 01:20:39 -0800 (PST) (envelope-from cjc) Date: Thu, 22 Feb 2001 01:20:37 -0800 From: "Crist J. Clark" To: Kathy Quinlan Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Natd errors Message-ID: <20010222012037.F89396@rfx-216-196-73-168.users.reflex> Reply-To: cjclark@alum.mit.edu References: <00f901c09c73$7e036e20$fe00a8c0@kat.lan> <007001c09c81$9de33000$0d01a8c0@casystems.net> <001001c09c82$9980a3c0$fe00a8c0@kat.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <001001c09c82$9980a3c0$fe00a8c0@kat.lan>; from katinka@magestower.com on Thu, Feb 22, 2001 at 11:50:27AM +0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Feb 22, 2001 at 11:50:27AM +0800, Kathy Quinlan wrote: > I have the following option in my kernel : > > options IPFIREWALL_VERBOSE > > but I still do not see which rule is causing it > > any ideas ? You did put the 'log' key word in the suspect 'deny' rules? > or is their a log file somewhere that logs these errors ? > or can I redirect these errors to a file, as all I get in /va/log/messages > and on the console is the natd104 error and not a rule # responsible. The log information generated by ipfw is sent to syslog as security.info. > also is their a list of error messages anywhere ? You can often find out what an error message for a specific program means on it manpage or other documentation. Frankly, there are wa-ay too many to put all errors that any program could produce in one place. > like if I get an error how do I find what it is as like the natd104 was not > very helpful. Here was the log entry you gave (format recovered), > > > Feb 22 10:00:05 serverbsd natd[104]: failed to write packet back (Permission denied) \_____________/ \_______/ \__/ \_/ \_____... date and time host | | message program | PID 'natd' is the program that sent the message and '104' its process ID number. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 1:38:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id C882937B401 for ; Thu, 22 Feb 2001 01:38:09 -0800 (PST) (envelope-from cjc@rfx-216-196-73-168.users.reflexcom.com) Received: from rfx-216-196-73-168.users.reflexcom.com ([216.196.73.168]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Thu, 22 Feb 2001 01:35:41 -0800 Received: (from cjc@localhost) by rfx-216-196-73-168.users.reflexcom.com (8.11.1/8.11.1) id f1M9bQT90867; Thu, 22 Feb 2001 01:37:26 -0800 (PST) (envelope-from cjc) Date: Thu, 22 Feb 2001 01:37:18 -0800 From: "Crist J. Clark" To: Ted Mittelstaedt Cc: Doug Young , Macrolosa , freebsd-questions@FreeBSD.ORG Subject: Re: login-MODEM Message-ID: <20010222013718.G89396@rfx-216-196-73-168.users.reflex> Reply-To: cjclark@alum.mit.edu References: <00dd01c09c49$494b6f40$847e03cb@apana.org.au> <004701c09cad$b8c88c40$1401a8c0@tedm.placo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <004701c09cad$b8c88c40$1401a8c0@tedm.placo.com>; from tedm@toybox.placo.com on Thu, Feb 22, 2001 at 12:59:10AM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Feb 22, 2001 at 12:59:10AM -0800, Ted Mittelstaedt wrote: [snip] > There's nothing to running a shell server as long as you take a few simple > precautions. *boggle* It is pretty much assumed that if a user can get local, he can get root. For recent FreeBSD examples, take the /proc holes (and there are probably more) used to get the webserver. OpenBSD had some chpass and others publicized back in October. And this is my favorite, pretty much EVERY SINGLE Solaris BOX IN THE WORLD has a particular local root exploit that has no reasonable work around or vendor patch. > Your way overstating the security risks here. What risks?! There's nothing > that a user can do on a shell server that they can't do already by setting > up a > UNIX system and dialing into us, except for screwing other users on that > server, And everytime some kiddie nukes the server and uses your bandwidth to scan half the Internet for portmap, you have to fix it and get all of the hate mail. > Rubbish - your making things way hard for yourself. UNIX already has > excellent security for this - you just need to understand it. UNIX does not have strong security. It was not originally designed for security. That's not to say it is not as strong or stronger than the other extremely popular operating systems of today, but those are very weak too. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 1:59:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kdmail.netcologne.de (kdmail.netcologne.de [194.8.194.80]) by hub.freebsd.org (Postfix) with ESMTP id 706B637B65D for ; Thu, 22 Feb 2001 01:59:26 -0800 (PST) (envelope-from PHorobiec@ptecs.de) Received: from l005.ptecs.de ([194.8.198.168]) by kdmail.netcologne.de (Post.Office MTA v3.5.3 release 223 ID# 127-61375U6500L550S0V35) with ESMTP id de for ; Thu, 22 Feb 2001 10:59:19 +0100 To: freebsd-questions@FreeBSD.org From: "Paul Horobiec" Subject: ppp-connection Date: Thu, 22 Feb 2001 11:08:49 +0100 Message-ID: X-MIMETrack: Serialize by Router on L005/PTecS(Release 5.0.5 |September 22, 2000) at 22.02.2001 11:08:50 MIME-Version: 1.0 MIME-Version: 1.0 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG

hi,

i have a "little" problem with my ppp-connection :(<= BR>i don´t know where to find the mistake :(
i have freeBSD 4.2 (s= orry i´m a newbie) and have this problem.
my modem try to connect = to my provider. it dial an have a connect.
it seams if it try to make a= "handshake" but after ca.44sec i have a disconnection.
i know= that the provider supports chap, because i made it with linux.
please h= elp me :) i can´t find any help in man´s or handbook :(

b= est regards
paul

thx a lot !!!

here the files:

 <= /P>

------------------- ppp.log -----------------------------------------=

 

Feb 21 23:07:14 cue ppp[1699]: Phase: Using interface: = tun0
Feb 21 23:07:14 cue ppp[1699]: Phase: deflink: Created in closed s= tate
Feb 21 23:07:14 cue ppp[1699]: tun0: Command: default: set device = /dev/cuaa0
Feb 21 23:07:14 cue ppp[1699]: tun0: Command: default: set s= peed 115200
Feb 21 23:07:14 cue ppp[1699]: tun0: Command: default: deny= lqr
Feb 21 23:07:14 cue ppp[1699]: tun0: Command: default: set dial AB= ORT BUSY ABORT NO\sCARRIER TIMEOUT 5           "" AT  OK-AT-OK  ATE1Q0 OK \dATDT\T TIMEOUT 40 CONNEC= T
Feb 21 23:07:14 cue ppp[1699]: tun0: Phase: PPP Started (interactive = mode).
Feb 21 23:07:16 cue ppp[1699]: tun0: Command: /dev/tty: dial pro= vider
Feb 21 23:07:16 cue ppp[1699]: tun0: Command: provider: set phone= 12345
Feb 21 23:07:16 cue ppp[1699]: tun0: Command: provider: set logi= n
Feb 21 23:07:16 cue ppp[1699]: tun0: Command: provider: set timeout 1= 20
Feb 21 23:07:16 cue ppp[1699]: tun0: Command: provider: set ifaddr 1= 0.0.0.1/0 10.0.0.2/0 255.255.255.0
Feb 21 23:07:16 cue ppp[1699]: tun0:= Command: provider: add default HISADDR
Feb 21 23:07:16 cue ppp[1699]: = tun0: Command: provider: enable dns
Feb 21 23:07:16 cue ppp[1699]: tun0= : Command: provider: accept chap
Feb 21 23:07:16 cue ppp[1699]: tun0: C= ommand: provider: set authname myaccount
Feb 21 23:07:16 cue ppp[1699]:= tun0: Command: provider: set authkey mypasswd
Feb 21 23:07:16 cue ppp[1= 699]: tun0: Phase: bundle: Establish
Feb 21 23:07:16 cue ppp[1699]: tun= 0: Phase: deflink: closed -> opening
Feb 21 23:07:16 cue ppp[1699]: = tun0: Phase: deflink: Connected!
Feb 21 23:07:16 cue ppp[1699]: tun0: P= hase: deflink: opening -> dial
Feb 21 23:07:16 cue ppp[1699]: tun0: = Chat: Phone: 12345
Feb 21 23:07:16 cue ppp[1699]: tun0: Chat: deflink: = Dial attempt 1 of 1
Feb 21 23:07:16 cue ppp[1699]: tun0: Chat: Send: AT= ^M
Feb 21 23:07:16 cue ppp[1699]: tun0: Chat: Expect(5): OK
Feb 21 = 23:07:17 cue ppp[1699]: tun0: Chat: Received: AT^M^M
Feb 21 23:07:17 cu= e ppp[1699]: tun0: Chat: Received: OK^M
Feb 21 23:07:17 cue ppp[1699]: = tun0: Chat: Send: ATE1Q0^M
Feb 21 23:07:17 cue ppp[1699]: tun0: Chat: E= xpect(5): OK
Feb 21 23:07:17 cue ppp[1699]: tun0: Chat: Received: ATE1Q= 0^M^M
Feb 21 23:07:17 cue ppp[1699]: tun0: Chat: Received: OK^M
Feb= 21 23:07:17 cue ppp[1699]: tun0: Chat: Send: ATDT12345^M
Feb 21 23:07:= 19 cue ppp[1699]: tun0: Chat: Expect(40): CONNECT
Feb 21 23:07:43 cue p= pp[1699]: tun0: Chat: Received: ATDT12345^M^M
Feb 21 23:07:43 cue ppp[1= 699]: tun0: Chat: Received: CONNECT 45333/ARQ^M
Feb 21 23:07:43 cue ppp= [1699]: tun0: Phase: deflink: dial -> carrier
Feb 21 23:07:44 cue pp= p[1699]: tun0: Phase: deflink: /dev/cuaa0: CD detected
Feb 21 23:07:44 = cue ppp[1699]: tun0: Phase: deflink: carrier -> login
Feb 21 23:07:4= 4 cue ppp[1699]: tun0: Phase: deflink: login -> lcp
Feb 21 23:07:44 = cue ppp[1699]: tun0: LCP: FSM: Using "deflink" as a transport Feb 21 23:07:44 cue ppp[1699]: tun0: LCP: deflink: State change Initial --= > Closed
Feb 21 23:07:44 cue ppp[1699]: tun0: LCP: deflink: State ch= ange Closed --> Stopped
Feb 21 23:07:45 cue ppp[1699]: tun0: LCP: de= flink: LayerStart
Feb 21 23:07:45 cue ppp[1699]: tun0: LCP: deflink: Se= ndConfigReq(1) state =3D Stopped
Feb 21 23:07:45 cue ppp[1699]: tun0: L= CP:  ACFCOMP[2]
Feb 21 23:07:45 cue ppp[1699]: tun0: LCP:  PR= OTOCOMP[2]
Feb 21 23:07:45 cue ppp[1699]: tun0: LCP:  ACCMAP[6] 0x= 00000000
Feb 21 23:07:45 cue ppp[1699]: tun0: LCP:  MRU[4] 1500 Feb 21 23:07:45 cue ppp[1699]: tun0: LCP:  MAGICNUM[6] 0xe6762769 Feb 21 23:07:45 cue ppp[1699]: tun0: LCP: deflink: State change Stopped -= -> Req-Sent
Feb 21 23:07:48 cue ppp[1699]: tun0: LCP: deflink: SendC= onfigReq(1) state =3D Req-Sent
Feb 21 23:07:48 cue ppp[1699]: tun0: LCP= :  ACFCOMP[2]
Feb 21 23:07:48 cue ppp[1699]: tun0: LCP:  PROT= OCOMP[2]
Feb 21 23:07:48 cue ppp[1699]: tun0: LCP:  ACCMAP[6] 0x00= 000000
Feb 21 23:07:48 cue ppp[1699]: tun0: LCP:  MRU[4] 1500
= Feb 21 23:07:48 cue ppp[1699]: tun0: LCP:  MAGICNUM[6] 0xe6762769
= Feb 21 23:07:51 cue ppp[1699]: tun0: LCP: deflink: SendConfigReq(1) state = =3D Req-Sent
Feb 21 23:07:51 cue ppp[1699]: tun0: LCP:  ACFCOMP[2]=
Feb 21 23:07:51 cue ppp[1699]: tun0: LCP:  PROTOCOMP[2]
Feb 2= 1 23:07:51 cue ppp[1699]: tun0: LCP:  ACCMAP[6] 0x00000000
Feb 21 = 23:07:51 cue ppp[1699]: tun0: LCP:  MRU[4] 1500
Feb 21 23:07:51 cu= e ppp[1699]: tun0: LCP:  MAGICNUM[6] 0xe6762769
Feb 21 23:07:54 cu= e ppp[1699]: tun0: LCP: deflink: SendConfigReq(1) state =3D Req-Sent
Fe= b 21 23:07:54 cue ppp[1699]: tun0: LCP:  ACFCOMP[2]
Feb 21 23:07:5= 4 cue ppp[1699]: tun0: LCP:  PROTOCOMP[2]
Feb 21 23:07:54 cue ppp[= 1699]: tun0: LCP:  ACCMAP[6] 0x00000000
Feb 21 23:07:54 cue ppp[16= 99]: tun0: LCP:  MRU[4] 1500
Feb 21 23:07:54 cue ppp[1699]: tun0: = LCP:  MAGICNUM[6] 0xe6762769
Feb 21 23:07:57 cue ppp[1699]: tun0: = LCP: deflink: SendConfigReq(1) state =3D Req-Sent
Feb 21 23:07:57 cue p= pp[1699]: tun0: LCP:  ACFCOMP[2]
Feb 21 23:07:57 cue ppp[1699]: tu= n0: LCP:  PROTOCOMP[2]
Feb 21 23:07:57 cue ppp[1699]: tun0: LCP: &= nbsp;ACCMAP[6] 0x00000000
Feb 21 23:07:57 cue ppp[1699]: tun0: LCP: &nb= sp;MRU[4] 1500
Feb 21 23:07:57 cue ppp[1699]: tun0: LCP:  MAGICNUM= [6] 0xe6762769
Feb 21 23:08:00 cue ppp[1699]: tun0: LCP: deflink: Layer= Finish
Feb 21 23:08:00 cue ppp[1699]: tun0: LCP: deflink: State change = Req-Sent --> Stopped
Feb 21 23:08:00 cue ppp[1699]: tun0: LCP: defli= nk: State change Stopped --> Closed
Feb 21 23:08:00 cue ppp[1699]: t= un0: LCP: deflink: State change Closed --> Initial
Feb 21 23:08:00 c= ue ppp[1699]: tun0: Phase: deflink: Disconnected!
Feb 21 23:08:00 cue p= pp[1699]: tun0: Phase: deflink: lcp -> logout
Feb 21 23:08:00 cue pp= p[1699]: tun0: Phase: deflink: logout -> hangup
Feb 21 23:08:00 cue = ppp[1699]: tun0: Phase: deflink: Disconnected!
Feb 21 23:08:00 cue ppp[= 1699]: tun0: Phase: deflink: Connect time: 44 secs: 0 octets in, 265 octets= out
Feb 21 23:08:00 cue ppp[1699]: tun0: Phase: deflink: : 0 packets i= n, 5 packets out
Feb 21 23:08:00 cue ppp[1699]: tun0: Phase:  tota= l 6 bytes/sec, peak 21 bytes/sec on Wed Feb 21 23:08:00 2001
Feb 21 23:= 08:00 cue ppp[1699]: tun0: Phase: deflink: hangup -> closed
Feb 21 2= 3:08:00 cue ppp[1699]: tun0: Phase: bundle: Dead
Feb 21 23:08:02 cue pp= p[1699]: tun0: Phase: Caught signal 2, abort connection(s)
Feb 21 23:08= :03 cue ppp[1699]: tun0: Phase: /dev/tty: Client connection closed.
Feb= 21 23:08:03 cue ppp[1699]: tun0: Phase: PPP Terminated (normal).

--= ------------- ppp.conf --------
########################################= #########################
# PPP  Sample Configuration File
# Ori= ginally written by Toshiharu OHNO
# Simplified 5/14/1999 by wself@cdrom.= com
#
# See /usr/share/examples/ppp/ for some examples
#
# $Fre= eBSD: src/etc/ppp/ppp.conf,v 1.2.2.1 2000/08/18 08:33:02 jhb Exp $
#####= ############################################################

default:=
# Ensure that "device" references the correct serial port # for your modem. (cuaa0 =3D COM1, cuaa1 =3D COM2)
#
set log Phas= e Chat Connect LCP tun command
set device /dev/cuaa0

 set sp= eed 115200
set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
=           \"\" AT \ OK-AT-OK  ATE1= Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT"
#
# edit the next three l= ines and replace the items in caps with
# the values which have been as= signed by your ISP.
#
provider:
set phone "12345"
= set login
set timeout 120
set ifaddr 10.0.0.1/0 10.0.0.2/0 255.25= 5.255.0
add default HISADDR
enable dns
accept chap
set auth= name myaccount
set authkey mypasswd

-------------- ppp.linkup --= --------
provider:
delete ALL
add 0 0 HISADDR

= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 2:25:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 0C16837B491 for ; Thu, 22 Feb 2001 02:25:29 -0800 (PST) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id MAA28782; Thu, 22 Feb 2001 12:31:03 +0100 Message-ID: <3A94E955.87A261FA@i-clue.de> Date: Thu, 22 Feb 2001 11:26:29 +0100 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: seanw@gosmalltalk.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: freebsd 4.2 freezes on my box References: <000201c09ca5$e990ed20$049e92d0@xtdl.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sean Glazier schrieb: > > I have a PII 266 with 256 ram that I have installed freebsd on. > > I installed Xfree86 and am running kde. if I run kvt the box freezes > entirely. you can't so much as telnet to the box. it is completely hung. > there is nothing in the messages file either about a panic or problem. > > anyone have any idea about what causes this. I can also be running other > applications and it will hang such as vi or the compiler or anything. I > think it is a kernel problem but it could be related to the X server as > well. > > Since I saw no report of it I submitted a problem report. > uname -a reveals > > FreeBSD passion.xtdl.com 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Mon Nov 20 > 13:02:55 > GMT 2000 jkh@bento.FreeBSD.org:/usr/src/sys/compile/GENERIC i386 > > so I have the default generic kernel. Is there something I have to play with > to get it working. Since it is xvt which makes problems, I suggest, 1) xterm as workaround 2) cvsup to 4.2-Stable 3) compile KDE 1.1 from the ports. IMHO KDE 2 is still unstable. HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 2:26: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 577AA37B491 for ; Thu, 22 Feb 2001 02:26:02 -0800 (PST) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f1MAPV722923; Thu, 22 Feb 2001 02:25:31 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: Cc: "Doug Young" , "Macrolosa" , Subject: RE: login-MODEM Date: Thu, 22 Feb 2001 02:25:30 -0800 Message-ID: <005e01c09cb9$c8493e60$1401a8c0@tedm.placo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 In-Reply-To: <20010222013718.G89396@rfx-216-196-73-168.users.reflex> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Crist J. Clark > Sent: Thursday, February 22, 2001 1:37 AM > To: Ted Mittelstaedt > Cc: Doug Young; Macrolosa; freebsd-questions@FreeBSD.ORG > Subject: Re: login-MODEM > > > On Thu, Feb 22, 2001 at 12:59:10AM -0800, Ted Mittelstaedt wrote: > > [snip] > > > There's nothing to running a shell server as long as you take a > few simple > > precautions. > > *boggle* > > It is pretty much assumed that if a user can get local, he can get > root. For recent FreeBSD examples, take the /proc holes (and there are > probably more) used to get the webserver. OpenBSD had some chpass and We don't run a webserver on the shell server. > others publicized back in October. And this is my favorite, pretty > much EVERY SINGLE Solaris BOX IN THE WORLD has a particular local root > exploit that has no reasonable work around or vendor patch. > > > Your way overstating the security risks here. What risks?! > There's nothing > > that a user can do on a shell server that they can't do already > by setting > > up a > > UNIX system and dialing into us, except for screwing other users on that > > server, > > And everytime some kiddie nukes the server and uses your bandwidth to > scan half the Internet for portmap, you have to fix it and get all of > the hate mail. > Ah - how are they going to do that when the server is behind a firewall, as I stated before was one of the requirements. The firewall isn't there to protect the shell server from the bad outside - it's there to protect the outside (and our net) from the shell server. It's also simple enough to limit bandwidth use off the shell server through the same firewall. In our case we use a router port off a Cisco and do it in there, but you could easily put in a FreeBSD system and use dummynet. Besides that, not a lot of kiddies have credit cards which is another requirement before getting an account on the shell server. As I mentioned there's no webserver on it nor ftp server - if they want to get files on it they can use an FTP clinet. All this gets into what is the point of a shell server. Well, many people feel the shell is a more pleasant environment to read news with rn, or mail with Pine, and play Rogue if they so choose to do. You supply those applications and if someone wants something added it's easy enough for them to e-mail root and ask that it be added to the system. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 3:30:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from it.sivma.ru (it.sivma.ru [195.151.58.131]) by hub.freebsd.org (Postfix) with ESMTP id 0B62F37B491 for ; Thu, 22 Feb 2001 03:30:25 -0800 (PST) (envelope-from valery@sivma.ru) Received: from valertpc (c128.intranet.sivma.ru [10.10.10.128]) by it.sivma.ru (8.11.2/8.11.1) with SMTP id f1MBdKm46151 for ; Thu, 22 Feb 2001 14:39:24 +0300 (MSK) (envelope-from valery@sivma.ru) Message-ID: <017f01c09cc2$8a22f870$800a0a0a@sivma.ru> From: "Valery Lobachev" To: Subject: Mail problem Date: Thu, 22 Feb 2001 14:28:07 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.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 After I have upgraded my FreeBSD box from 3.3 to 4.2. Now I see in /var/log/maillog lines like these: Feb 22 11:32:09 it /usr/local/libexec/mlock[45961]: (64) not setgid mail Feb 22 14:32:15 it ipop3d[45962]: _secure_path: cannot stat /etc/login.conf: Permission denied Feb 22 14:32:15 it ipop3d[45962]: login_getclass: unknown class 'default' Feb 22 14:32:15 it ipop3d[45962]: login_getclass: no default/fallback class 'default' Feb 22 14:32:15 it ipop3d[45962]: /etc/pwd.db: Permission denied Can anybody explain this? Valery Lobachev. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 3:58:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 0156137B401 for ; Thu, 22 Feb 2001 03:58:23 -0800 (PST) (envelope-from mike@inethouston.net) Received: from charter (24-240-235-143.hsacorp.net [24.240.235.143]) by leviathan.inethouston.net (Postfix) with ESMTP id 7C69611131B; Thu, 22 Feb 2001 05:58:22 -0600 (CST) Message-ID: <005701c09cc6$8c057740$0204a8c0@daimon> From: "Michael J. Turner" To: , Cc: , References: <200102212004.PAA42475@nova.fqdn.com> <20010222001834.D89396@rfx-216-196-73-168.users.reflex> Subject: Re: NAT and keep-state issue. Date: Thu, 22 Feb 2001 05:56:51 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am having the same problem with natd and ipfw, the fact that you have to "allow all from any to any" for nat to work is ridiculous, also the dynamic rules factory. Anyhow the only way I think I can solve the problem is to move ipnat and ipf. Later, Mike Turner ----- Original Message ----- From: "Crist J. Clark" To: Cc: ; Sent: Thursday, February 22, 2001 2:18 AM Subject: Re: NAT and keep-state issue. > [Could we get some line wraps in your text at about 72 columns or so?] > > On Wed, Feb 21, 2001 at 03:04:44PM -0500, greg@nova.fqdn.com wrote: > > Hi, > > > > I'm trying to resolve an issue with my ipfw rules using NAT and the keep-state options. > > > > When I do not use keep-state and use 'allow established' all works well. > > When I remove 'allow established" and add keep state to out bound connections > > that are NAT'd, it stops working. I think this is because packets returning > > from the internet are translated, so the internal dest IP is swapped in. This fails as there isn't a dynamic rule to match. The rule created with the outbound connection would create a rule with the alias'd IP and dest IP. Returning packets would be checked by the rules after the IP swap has happened. > > > > > > Am I missing something here or is there a trick? Any help would be great. > > [snip] > > > ## Dynamic rules: > > 02060 12 606 (T 7, # 50) ty 0 tcp, 222.222.222.222 2083 <-> 333.333.333.333 21 > > 02060 12 606 (T 11, # 52) ty 0 tcp, 222.222.222.222 2085 <-> 333.333.333.333 21 > > 02060 1 40 (T 17, # 54) ty 0 tcp, 222.222.222.222 2087 <-> 333.333.333.333 21 > > [snip] > > > 02060 38 5690 (T 291, # 152) ty 0 tcp, 192.168.50.50 2085 <-> 333.333.333.333 21 > > 02060 5 364 (T 300, # 154) ty 0 tcp, 192.168.50.50 2087 <-> 333.333.333.333 21 > > 02060 38 5690 (T 287, # 158) ty 0 tcp, 192.168.50.50 2083 <-> 333.333.333.333 21 > > I see both the untranslated and translated address having dynamic > rules. > > Now what exactly is not working? You can't connect at all? Are any > packets relevant to this being logged by your deny rules? > -- > Crist J. Clark cjclark@alum.mit.edu > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 4:49:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ignera.balt.net (www.ignera.balt.net [195.14.162.233]) by hub.freebsd.org (Postfix) with ESMTP id 8122537B503 for ; Thu, 22 Feb 2001 04:49:40 -0800 (PST) (envelope-from modestas@ignera.lt) Received: (from root@localhost) by ignera.balt.net (8.11.1/8.11.0) id f1MCnZo40662 for ; Thu, 22 Feb 2001 14:49:35 +0200 (EET) (envelope-from modestas@ignera.lt) Received: from mmm (mmm [192.168.1.2]) by ignera.balt.net (8.11.1/8.11.0) with SMTP id f1MCmsa40429; Thu, 22 Feb 2001 14:48:57 +0200 (EET) (envelope-from modestas@ignera.lt) Message-ID: <020801c09cce$1da7dbf0$0201a8c0@ignera.lt> From: "Modestas" To: "Greg Lehey" Cc: References: <00fd01c096b1$4cead4d0$0201a8c0@ignera.lt> <20010215084222.U60977@wantadilla.lemis.com> Subject: Re: Vinum problem - help urgently needed Date: Thu, 22 Feb 2001 14:50:59 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by ignera.balt.net id f1MCmsa40429 X-AntiVirus: scanned for viruses by AMaViS 0.2.1 (http://amavis.org/) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks for suggestions. I have successfully mounted vinum volume without fsck (and even without setting down any of plexes) and have copied all the data. After that I ha= ve recreated vinum volume, and the logs are clear now, and system works fine= , so the reason for the problems is still unknown. Modestas ----- Original Message ----- From: "Greg Lehey" To: "Modestas" Sent: Thursday, February 15, 2001 12:12 AM Subject: Re: Vinum problem - help urgently needed > [Format recovered--see http://www.lemis.com/email/email-format.html] > > On Wednesday, 14 February 2001 at 20:09:39 +0200, Modestas wrote: > > X-MSMail-Priority: Normal > > X-Mailer: Microsoft Outlook Express 5.00.3018.1300 > > Please don't writ one line per paragraph. Please don't wrap log > output. > > > After replacing the motherboard I have started the server and sytem > > stopped saying that vinum volume is crashed. I have noticed that one > > of my IDE connectors wan't connected. After conecting the drive and > > starting vinum said that one of plexes is faulty another is > > crashed. I have started both plexes manually. 1st plex has started > > succesfully, another revived and started also. Now I'm not able to > > run fsck on vinum volume - it says : > > > > ** /dev/vinum/ignera > > BAD SUPER BLOCK: VALUES IN SUPER BLOCK DISAGREE WITH THOSE IN FIRST ALTERNATE > > /dev/vinum/vinum0: INCOMPLETE LABEL: type 4.2BSD fsize 1024, frag 8, = cpg 0, size 39034880 > > > > Previously whole system was working succesfully appr. 10 months. > > > > System FreeBSD 4.2 stable, compiled from sources. > > > > 14 Feb 2001 21:26:22.942699 *** vinum started *** > > 14 Feb 2001 21:26:24.721319 list > > 14 Feb 2001 21:26:40.748143 stop ignera.p1 > > 14 Feb 2001 21:26:44.526115 list > > 14 Feb 2001 21:26:49.959260 quit > > 14 Feb 2001 21:27:06.941978 *** vinum started *** > > 14 Feb 2001 21:27:08.939598 list > > 14 Feb 2001 21:27:20.642377 start ignera.p1 > > 14 Feb 2001 21:27:30.557362 stop ignera.p0 > > I'm not sure what you're doing here, and the output in > /var/log/messages is missing. I'm guessing, though, that this isn't > your problem. > > > Feb 14 17:28:06 server01 syslogd: exiting on signal 15 > > Feb 14 19:01:58 server01 /kernel: ts of the Univer=F3ity of Californi= a. All riwhts re{ervel. > > Feb 14 19:01:58 server01 /kernel: Fvee=C2SD 4=AE=B2-STABLE #5: Wu=E4$= Nov 22 08:5y:54 EET 2800 > > Feb 14 19:01:58 server01 /kernel: ` root@server01.igner=E1.ba|t=AEnet:/usr/src/sys/co=EDpil=E5/I=07NERQ > > Feb 14 19:01:58 server01 /kernel: =D4imecounter "i9254" fruqw=E5ncy = 1193182 Hz > > Feb 14 19:01:58 server01 /kernel: Timecounter &TSC" =A6reyuency 349269014$Hz > > Feb 14 19:01:58 server01 /kernel: CP]: Penti=F5m II/Pentiu=ED II0Xeon/Auleron (34y.07-MHz 686-cla=F3s CPU) > > Feb 14 19:01:58 server01 /kernel: _rigi=EE =3D "Ge=EEuioeIntel# Id =3D= 0=F8652" Stepping =3D 2 > > Feb 14 19:01:58 server01 /kernel: Features?4x183f9ff=3DFPU,V]E,DE,PSE=ACTSC,MSR > > Feb 14 19:01:58 server01 /kernel: real me}ory =3D 933=3D=B555x4 h134= x16K bytes) > > Feb 14 19:01:58 server01 /kernel: a~ail mem=EFry =3D 127369216 (12478= 4K bytes) > > Well, it doesn't take a genius to recognize that something is > seriously wrong here. I'd guess that either disk or controller has > died and not realised it. I'm afraid you're in for some serious > recovery. > > > Any help will be appreciated. All the data and backups of data are > > in the vinum volume. > > Well, if you're very lucky, you might be able to get plex 1 up and > running. Use "setstate" to set the states of plex 0 and subdisks to > 'down', and the states of plex 0 and subdisks to 'up'. Don't try > fsck, just mount read-only and copy to tape. You're probably better > off if you don't do this until you repair the hardware damage. > > Vinum is good for many things, but I think you've found a problem > where it can't help. > > Greg > -- > When replying to this message, please take care not to mutilate the > original text. > For more information, see http://www.lemis.com/email.html > Finger grog@lemis.com for PGP public key > See complete headers for address and phone numbers > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 5:23: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bryden.apana.org.au (bryden.apana.org.au [203.3.126.129]) by hub.freebsd.org (Postfix) with ESMTP id B000337B491 for ; Thu, 22 Feb 2001 05:22:51 -0800 (PST) (envelope-from dougy@bryden.apana.org.au) Received: from roadrunner (roadrunner.apana.org.au [203.3.126.132]) by bryden.apana.org.au (8.11.1/8.11.1) with SMTP id f1MDLkE57749; Thu, 22 Feb 2001 23:21:52 +1000 (EST) (envelope-from dougy@bryden.apana.org.au) Message-ID: <00cb01c09cd2$84442ea0$847e03cb@apana.org.au> From: "Doug Young" To: , "Ted Mittelstaedt" Cc: "Macrolosa" , References: <00dd01c09c49$494b6f40$847e03cb@apana.org.au> <004701c09cad$b8c88c40$1401a8c0@tedm.placo.com> <20010222013718.G89396@rfx-216-196-73-168.users.reflex> Subject: Re: login-MODEM Date: Thu, 22 Feb 2001 23:22:24 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I don't profess to be any kind of guru, so the easiest workable solution I could implement was to remove all non-essential services from mission critical machines, lock those boxes down as much as possible given my ability (or lack thereof) & then allow regular users shell access to what Ted described as "kiddy playpens" or somesuch. Thats worked far better than the previous system where all & sundry had access of some kind to the more mission critical machines. At least we haven't been hacked since then whereas it used to be a regular occurrence, albeit only once or twice a year. I've been considering building some OpenBSD systems for the gateways ... some seem to believe they are a better solution than FreeBSD for that purpose. ----- Original Message ----- From: "Crist J. Clark" To: "Ted Mittelstaedt" Cc: "Doug Young" ; "Macrolosa" ; Sent: Thursday, February 22, 2001 7:37 PM Subject: Re: login-MODEM > On Thu, Feb 22, 2001 at 12:59:10AM -0800, Ted Mittelstaedt wrote: > > [snip] > > > There's nothing to running a shell server as long as you take a few simple > > precautions. > > *boggle* > > It is pretty much assumed that if a user can get local, he can get > root. For recent FreeBSD examples, take the /proc holes (and there are > probably more) used to get the webserver. OpenBSD had some chpass and > others publicized back in October. And this is my favorite, pretty > much EVERY SINGLE Solaris BOX IN THE WORLD has a particular local root > exploit that has no reasonable work around or vendor patch. > > > Your way overstating the security risks here. What risks?! There's nothing > > that a user can do on a shell server that they can't do already by setting > > up a > > UNIX system and dialing into us, except for screwing other users on that > > server, > > And everytime some kiddie nukes the server and uses your bandwidth to > scan half the Internet for portmap, you have to fix it and get all of > the hate mail. > > > Rubbish - your making things way hard for yourself. UNIX already has > > excellent security for this - you just need to understand it. > > UNIX does not have strong security. It was not originally designed for > security. That's not to say it is not as strong or stronger than the > other extremely popular operating systems of today, but those are very > weak too. > -- > Crist J. Clark cjclark@alum.mit.edu > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 5:23:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wop21.wop.wtb.tue.nl (wop21.wop.wtb.tue.nl [131.155.56.216]) by hub.freebsd.org (Postfix) with ESMTP id 9445B37B6A1 for ; Thu, 22 Feb 2001 05:23:23 -0800 (PST) (envelope-from karelj@wop21.wop.wtb.tue.nl) Received: (from karelj@localhost) by wop21.wop.wtb.tue.nl (8.11.1/8.11.1) id f1MDM8192667; Thu, 22 Feb 2001 14:22:08 +0100 (CET) (envelope-from karelj) Date: Thu, 22 Feb 2001 14:22:03 +0100 From: "Karel J. Bosschaart" To: "Hudson, Henrik H." Cc: "'questions@freebsd.org'" Subject: Re: Windowmaker Question Message-ID: <20010222142203.A92583@wop21.wop.wtb.tue.nl> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from hhudson@eschelon.com on Wed, Feb 21, 2001 at 05:34:47PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Feb 21, 2001 at 05:34:47PM -0600, Hudson, Henrik H. wrote: > Hello List- > > I thought I would ask here, just in case someone knew this :) > > Does anyone know how to maximize a window from the Application menu in > Windowmaker? ie: When I select "Netscape" (to start netscape) that it will > start maximized? > Never tried it myself, but if you click with the right mouse button on the title bar of Netscape and then choose 'Attributes...' you get a menu where 'Start Maximized' is an option. Karel. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 5:58:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law2-f138.hotmail.com [216.32.181.138]) by hub.freebsd.org (Postfix) with ESMTP id 7CE5037B4EC for ; Thu, 22 Feb 2001 05:58:04 -0800 (PST) (envelope-from ros87@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 22 Feb 2001 05:58:04 -0800 Received: from 193.217.86.203 by lw2fd.hotmail.msn.com with HTTP; Thu, 22 Feb 2001 13:58:04 GMT X-Originating-IP: [193.217.86.203] From: "Roger Rabbit" To: jon@rupture.net Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 4.2 on a Dell 4400, Fatal trap 12 Date: Thu, 22 Feb 2001 14:58:04 +0100 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 22 Feb 2001 13:58:04.0452 (UTC) FILETIME=[79F73640:01C09CD7] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanx, but it did not help. It seems the brand new aac driver is the problem because if I boot with a GENERIC kernel without the aac the machine boots without problems, but obviously I can't access any disks. Will try to send the author of aac a mail about this. Sorry for using this lame hotmail account, there's something wrong with the company dns at the moment wich makes me unable to send mail to freebsd.org. Roger O. Svenning >From: Jon Nathan >To: Roger Rabbit >Subject: Re: FreeBSD 4.2 on a Dell 4400, Fatal trap 12 >Date: Wed, 21 Feb 2001 13:03:43 -0500 (EST) > >i had similar problems on a 6450. check the bios for an "install os >mode" which will limit the memory the installer sees. > > > >From jon@rupture.net Wed Feb 21 13:02:54 2001 >Date: Mon, 19 Feb 2001 10:06:46 -0500 (EST) >From: Jon Nathan >To: freebsd-questions@freebsd.org >Subject: Solved - FWD: panic installing on dell poweredge 6450, 4cpu, 4gb > >hi, > >i hate to follow up my own posts, but i solved my problem and thought >i'd share with the list. i only got one response, but someone might >find it useful at some point. > >the problem was that the installer kernel didn't like seeing 4gb of >memory. in the bios for the 6450 is a setting: "OS Install Mode". it >says that some os' have a tough time installing with > x mb of memory. >it limits the available memory to 256mb. as this was the symptom i >had, i enabled this bios setting and it installed cleanly. > >once the system was up, i cvsup'd and rebuilt and installed the world >and the kernel. after a few reboots, i disabled the "OS Install >Mode" and reenabled all 4gb of memory. the new kernel saw all 4gb of >memory with no problems. the machine has been up now for a full day >with no signs of crashing. > >so, my question - why does the install kernel panic? > >-jon > >-- >Jon Nathan >jon@rupture.net >http://www.rupture.net/~jon/ > > >---------- Forwarded message ---------- >Date: Tue, 13 Feb 2001 20:07:01 -0500 (EST) >From: Jon Nathan >To: freebsd-questions@freebsd.org >Subject: panic installing on dell poweredge 6450, 4cpu, 4gb > >hi, > >i'm trying to install freebsd 4.2-release on a dell poweredge 6450. >it has 4 xeon cpus at 700mhz and 4gb of memory. my process is: > >boot off kern.flp >insert mfsroot.flp >wait 10 seconds >and i get: > >Fatal trap 12: pagefault in kernel mode >fault virtual address = 0xbff11000 >fault code = supervisor write, page not present >instruction pointer = 0x8:0xc02d3798 >stack pointer = 0x10:0xc0671f34 >frame pointer = 0x10:0xc0671f3c >code segment = base 0x0, limit 0xfffff,type 0x1b > = DPL 0, pres 1, def32 1, gran 1 >processor eflags = interrupt enabled, resume, IOPL=0 >current process = Idle >interrupt mask = net tty bio cam >trap number = 12 >panic: page fault >Uptime: 0s > >if i stop the autoboot of the kernel and do boot -v i get the same >fault. prior to that, i get: > >SMAP type=01 base=00000000 00000220 len = 00000000 00330000 >SMAP type=01 base=00000000 00000220 len = 00000000 00330000 >SMAP type=01 base=00000000 00000220 len = 00000000 00330000 >SMAP type=01 base=00000000 00000220 len = 00000000 00330000 >SMAP type=02 base=00000000 00000220 len = 00000000 00330000 >SMAP type=02 base=00000000 00000220 len = 00000000 00330000 >SMAP type=02 base=00000000 00000220 len = 00000000 00330000 >SMAP type=02 base=00000000 00000220 len = 00000000 00330000 > >i didn't copy all the actual addresses - too tedious. i'm also >assuming that there were 4 of the SMAP type=01 because they scrolled >off the screen and i couldn't retreive them. > >i know that 4.2 will run on a 6450 - i have it running on another one. >the other one though only has 2 x 550mhz xeons and 1gb of memory. > >they both have ami megaraid 1600 (dell calls them PERC/2 or soemthing) >cards with some disks off them. > >is it the fact that there are 4 cpus or 4gb of memory? i thought fbsd >could handle that. > >i also made brand new floppies - same result. > >any ideas? i don't want to have to run linux on this puppy 8-( > >thanks, > >-jon > >-- >Jon Nathan >jon@rupture.net >http://www.rupture.net/~jon/ > > > > >-jon > >-- >Jon Nathan >jon@rupture.net >http://www.rupture.net/~jon/ > > >On Wed, 21 Feb 2001, Roger Rabbit wrote: > > > Hi > > > > I'm trying to install FreeBSD 4.2 on a Dell PowerEdge 4400 with the > > following setup: > > > > Dual PIII933 Xeon > > 1GB of memory > > Perc 3/di array controller set up with raid level 5 > > Dell Remote Assistant Card v2 > > > > After doing "Waiting 15 seconds for scsi disks to settle" it spits out a >lot > > of text and ends up with a Fatal trap 12, page fault ... > > > > Any1 have any idea of how to solve this ? > > > > Roger O. Svenning > > > > >_________________________________________________________________________ > > Get Your Private, Free E-mail from MSN Hotmail at >http://www.hotmail.com. > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 6: 9:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from relay.perceval.net (relay.perceval.net [194.183.224.20]) by hub.freebsd.org (Postfix) with ESMTP id 1A4F437B4EC for ; Thu, 22 Feb 2001 06:09:25 -0800 (PST) (envelope-from greg@perceval.be) Received: from hercule.perceval.be (hercule.perceval.be [194.183.229.151]) by relay.perceval.net (8.11.0/8.11.0) with ESMTP id f1ME9Hi06109 for ; Thu, 22 Feb 2001 15:09:18 +0100 (MET) Date: Thu, 22 Feb 2001 15:09:20 +0100 (CET) From: Gregoire Welraeds X-Sender: gwelr@localhost To: freebsd-questions@FreeBSD.ORG Subject: Kernel pseudo-device log (REPOST) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG (this is a repost because I had no answer to my first post) Hello again, My System information: FreeBSD *****.perceval.net 4.1.1-RELEASE FreeBSD 4.1.1-RELEASE #3: Thu Feb 15 16:14:02 CET 2001 me@*****.perceval.be:/usr/src/sys/compile/CONFIG i386 While playing around with the configuration of my kernel, i found something strange. I'm using "The Complete FreeBSD" by Greg Lehey, third edition (FreeBSD Version 3), which help me to understand some obscure option. In the pseudo-devices section, I red the following: pseudo-device log log is used for logging of kernel error messages. Mandatory. But this pseudo device is not listed nor in the GENERIC neither in the LINT file (/usr/src/sys/i386/conf). This looked strange to me because if it is mandatory, it should be at least listed in the LINT configuration file. So I thougth: 1. This field was mandatory in FreeBSD 3.0 2. my system is a 4.1.1 possible conclusion: this is not an option anymore, the code related to this option have been added to the kernel for FreeBSD 4. BUT I've looked in both LINT and GENERIC kernel configuration file for a FreeBSD 3.2 and I saw that this option was missing in thos file too. So, Is there something missing in the config files ? Is there an error in the book ? something else ? Do I have to include it in my kernel configuration file for a FreeBSD 4.1.1 ? and last but not least: What can occured in a system if the option is missing ? Thank for help. Gregoire Welraeds Perceval Development team ------------------------------------------------------------------------------- Perceval Technologies sa/nv Tel: +32-2-6409194 Rue Tenbosch, 9 Fax: +32-2-6403154 B-1000 Brussels general information: info@perceval.net BELGIUM technical information: helpdesk@perceval.net URL: http://www.perceval.be/ ------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 6:26:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web3106.mail.yahoo.com (web3106.mail.yahoo.com [204.71.202.191]) by hub.freebsd.org (Postfix) with SMTP id 5458537B4EC for ; Thu, 22 Feb 2001 06:26:31 -0800 (PST) (envelope-from gavinkenny@yahoo.co.uk) Message-ID: <20010222142631.10337.qmail@web3106.mail.yahoo.com> Received: from [193.123.204.66] by web3106.mail.yahoo.com; Thu, 22 Feb 2001 14:26:31 GMT Date: Thu, 22 Feb 2001 14:26:31 +0000 (GMT) From: =?iso-8859-1?q?Gavin=20Kenny?= Subject: Accessing another machines printer To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have a small network of 5 machines. I have looked up my printer to the parrallel port of one of them (called webby - yes it's a web server) and can print from that machine only using lpr. The printcap file is: lp|scps|lj|ps|local printer:\ :sh:\ :lp=/dev/lpt0:\ :sd=/var/spool/output/lpd:\ :lf=/var/log/lpd-errs:\ :if=/usr/local/libexec/hpif: I want to be able to print from any machine in the network, so I have written the following printcap for the other machines: scps|lp|rlp|remote|remote printer :sh:\ :lp=:\ :rm=webby:\ :rp=scps:\ :sd=/var/spool/output/printing:\ :lf=/var/log/lpd-errs: I start up the deamon using lpd and then try to print using lpr. No error is reported but nothing happens. Looking at the queue on the remote machine I get: "waiting for queue to be enabled on webby" and then I see the job sitting in the queue. The print job doesan't get transferred to webby. I've tried lpc enable and lpc start but these don't solve the problem. HELP I'm running out of ideas!! Gavin ____________________________________________________________ Do You Yahoo!? Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk or your free @yahoo.ie address at http://mail.yahoo.ie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 6:32:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from thehousleys.net (frenchknot.ne.mediaone.net [24.147.224.201]) by hub.freebsd.org (Postfix) with ESMTP id 0B46037B491 for ; Thu, 22 Feb 2001 06:32:16 -0800 (PST) (envelope-from jim@thehousleys.net) Received: (from root@localhost) by thehousleys.net (8.11.2/8.11.2) id f1MEWEB52190; Thu, 22 Feb 2001 09:32:14 -0500 (EST) (envelope-from jim@thehousleys.net) Received: from thehousleys.net (baby.int.thehousleys.net [192.168.0.24]) by thehousleys.net (8.11.2/8.11.2) with ESMTP id f1MEWD052182; Thu, 22 Feb 2001 09:32:13 -0500 (EST) (envelope-from jim@thehousleys.net) Message-ID: <3A9522EC.520CFA58@thehousleys.net> Date: Thu, 22 Feb 2001 09:32:12 -0500 From: James Housley X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Gavin Kenny Cc: freebsd-questions@freebsd.org Subject: Re: Accessing another machines printer References: <20010222142631.10337.qmail@web3106.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Gavin Kenny wrote: > > Hi, > > I have a small network of 5 machines. I have looked up > my printer to the parrallel port of one of them > (called webby - yes it's a web server) and can print > from that machine only using lpr. > > The printcap file is: > > lp|scps|lj|ps|local printer:\ > :sh:\ > :lp=/dev/lpt0:\ > :sd=/var/spool/output/lpd:\ > :lf=/var/log/lpd-errs:\ > :if=/usr/local/libexec/hpif: > > I want to be able to print from any machine in the > network, so I have written the following printcap for > the other machines: > > scps|lp|rlp|remote|remote printer > :sh:\ > :lp=:\ > :rm=webby:\ > :rp=scps:\ > :sd=/var/spool/output/printing:\ > :lf=/var/log/lpd-errs: > > I start up the deamon using lpd and then try to print > using lpr. No error is reported but nothing happens. > > Looking at the queue on the remote machine I get: > > "waiting for queue to be enabled on webby" > and then I see the job sitting in the queue. The print > job doesan't get transferred to webby. > > I've tried lpc enable and lpc start but these don't > solve the problem. > > HELP I'm running out of ideas!! > Have you added you other machines to /etc/hosts.lpd on webby???? This controls who may print on webby. Jim -- /"\ ASCII Ribbon Campaign . \ / - NO HTML/RTF in e-mail . X - NO Word docs in e-mail . / \ ----------------------------------------------------------------- jeh@FreeBSD.org http://www.FreeBSD.org The Power to Serve jim@TheHousleys.Net http://www.TheHousleys.net --------------------------------------------------------------------- Nothing is fool proof, because fools are too ingenious. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 6:40:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web3103.mail.yahoo.com (web3103.mail.yahoo.com [204.71.202.188]) by hub.freebsd.org (Postfix) with SMTP id 7A8DB37B401 for ; Thu, 22 Feb 2001 06:40:29 -0800 (PST) (envelope-from gavinkenny@yahoo.co.uk) Message-ID: <20010222144029.29593.qmail@web3103.mail.yahoo.com> Received: from [193.123.204.66] by web3103.mail.yahoo.com; Thu, 22 Feb 2001 14:40:29 GMT Date: Thu, 22 Feb 2001 14:40:29 +0000 (GMT) From: =?iso-8859-1?q?Gavin=20Kenny?= Subject: Re: Accessing another machines printer To: James Housley Cc: freebsd-questions@freebsd.org In-Reply-To: <3A9522EC.520CFA58@thehousleys.net> 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 Ah Ha! A small but vital omission! Thanks - it all suddenly works. p.s. There are quite a few "hosts.xxx" files. What do they all do? I can't find a reference in the Complete FreeBsd book. --- James Housley wrote: > Gavin Kenny wrote: > > > > Hi, > > > > I have a small network of 5 machines. I have > looked up > > my printer to the parrallel port of one of them > > (called webby - yes it's a web server) and can > print > > from that machine only using lpr. > > > > The printcap file is: > > > > lp|scps|lj|ps|local printer:\ > > :sh:\ > > :lp=/dev/lpt0:\ > > :sd=/var/spool/output/lpd:\ > > :lf=/var/log/lpd-errs:\ > > :if=/usr/local/libexec/hpif: > > > > I want to be able to print from any machine in the > > network, so I have written the following printcap > for > > the other machines: > > > > scps|lp|rlp|remote|remote printer > > :sh:\ > > :lp=:\ > > :rm=webby:\ > > :rp=scps:\ > > :sd=/var/spool/output/printing:\ > > :lf=/var/log/lpd-errs: > > > > I start up the deamon using lpd and then try to > print > > using lpr. No error is reported but nothing > happens. > > > > Looking at the queue on the remote machine I get: > > > > "waiting for queue to be enabled on webby" > > and then I see the job sitting in the queue. The > print > > job doesan't get transferred to webby. > > > > I've tried lpc enable and lpc start but these > don't > > solve the problem. > > > > HELP I'm running out of ideas!! > > > > Have you added you other machines to /etc/hosts.lpd > on webby???? This > controls who may print on webby. > > Jim > -- > /"\ ASCII Ribbon Campaign . > \ / - NO HTML/RTF in e-mail . > X - NO Word docs in e-mail . > / \ > ----------------------------------------------------------------- > jeh@FreeBSD.org http://www.FreeBSD.org The > Power to Serve > jim@TheHousleys.Net http://www.TheHousleys.net > --------------------------------------------------------------------- > Nothing is fool proof, because fools are too ingenious. ____________________________________________________________ Do You Yahoo!? Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk or your free @yahoo.ie address at http://mail.yahoo.ie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 6:52: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tomts8-srv.bellnexxia.net (tomts8.bellnexxia.net [209.226.175.52]) by hub.freebsd.org (Postfix) with ESMTP id 628F337B491 for ; Thu, 22 Feb 2001 06:52:01 -0800 (PST) (envelope-from mike@rockatronic.com) Received: from gto.localdomain ([64.229.128.77]) by tomts8-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010222145200.PKA741.tomts8-srv.bellnexxia.net@gto.localdomain> for ; Thu, 22 Feb 2001 09:52:00 -0500 Received: (from mike@localhost) by gto.localdomain (8.11.1/8.9.3) id f1MEnPf02066 for questions@freebsd.org; Thu, 22 Feb 2001 09:49:25 -0500 (EST) (envelope-from mike@rockatronic.com) Date: Thu, 22 Feb 2001 09:49:25 -0500 From: Mike To: questions@freebsd.org Subject: Re: Windowmaker Question Message-ID: <20010222094923.A2039@rockatronic.com> References: <20010222142203.A92583@wop21.wop.wtb.tue.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010222142203.A92583@wop21.wop.wtb.tue.nl>; from karelj@wop21.wop.wtb.tue.nl on Thu, Feb 22, 2001 at 02:22:03PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I believe the question was starting maximized... I haven't found a Windowmaker way to do it but of course you can specify the X geometry when you start netscape e.g."netscape -geometry 800x720+70+0", depending or your screen size... Search for "unix netscape command line" and you will see all the options. HTH, Mike On Thu, Feb 22, 2001 at 02:22:03PM +0100, Karel J. Bosschaart wrote: > On Wed, Feb 21, 2001 at 05:34:47PM -0600, Hudson, Henrik H. wrote: > > Hello List- > > > > I thought I would ask here, just in case someone knew this :) > > > > Does anyone know how to maximize a window from the Application menu in > > Windowmaker? ie: When I select "Netscape" (to start netscape) that it will > > start maximized? > > > Never tried it myself, but if you click with the right mouse button on the > title bar of Netscape and then choose 'Attributes...' you get a menu > where 'Start Maximized' is an option. > > Karel. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 6:56:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wdc.callgtn.com (wdc.callgtn.com [209.47.57.75]) by hub.freebsd.org (Postfix) with ESMTP id 3FDC837B65D for ; Thu, 22 Feb 2001 06:56:34 -0800 (PST) (envelope-from erothwell@callgtn.com) Received: from callgtn.com [24.114.251.145] by wdc.callgtn.com with ESMTP (SMTPD32-6.04) id A832810106; Thu, 22 Feb 2001 09:54:42 -0500 Message-ID: <3A95289F.FD63F605@callgtn.com> Date: Thu, 22 Feb 2001 09:56:31 -0500 From: Erik Rothwell Reply-To: erothwell@callgtn.com Organization: xxxxx xxxxxxxxxxxxx xxxx X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: Regarding Nautilus... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi folks, I am considering installing Eazel's Nautilus filemanager/graphical shell ... if not the current Preview Release then the release that accompanies the "full release" of Gnome 1.4... now, I've heard it is a very Linux-centric project and I'm wondering, in that case, just how useful/functional/worthwhile is this piece of software going to be to me on my 4.2-RELEASE box? I like the overall look of the filemanager aspects of Nautilus... freehand icon placement, icon-style, skinnability, the all-around intuitiveness the product promises... and I like the ex-Apple names involved... but... I dunno... any experiences to share? Thanks, Erik. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 7:43:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gdmckee.local (pc-62-30-209-11-so.blueyonder.co.uk [62.30.209.11]) by hub.freebsd.org (Postfix) with ESMTP id 4865E37B67D for ; Thu, 22 Feb 2001 07:43:33 -0800 (PST) (envelope-from freebsd@gdmckee.com) Received: from [192.168.0.5] (helo=p300) by gdmckee.local with smtp (Exim 3.20 #1) id 14Vxtu-0000MC-00 for freebsd-questions@FreeBSD.ORG; Thu, 22 Feb 2001 15:43:26 +0000 Message-ID: <000901c09ce6$372a3ce0$0500a8c0@gdmckee.local> From: "G D McKee" To: "freebsd-questions" Subject: NATD Date: Thu, 22 Feb 2001 15:43:34 -0000 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.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I keep getting the error "failed to write packet back (Permission denied)". How can I see what packets are being denied. Is there a way to log what NATD is up to? Gordon PS Please can you reply directly as I am not currently subscribed to this mailing list. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 8: 3: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.rdc2.ab.home.com (mail2.rdc2.ab.home.com [24.64.2.49]) by hub.freebsd.org (Postfix) with ESMTP id B3A4137B401 for ; Thu, 22 Feb 2001 08:03:07 -0800 (PST) (envelope-from freebsder@home.com) Received: from home.com ([24.70.243.142]) by mail2.rdc2.ab.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010222160305.JHQK825.mail2.rdc2.ab.home.com@home.com> for ; Thu, 22 Feb 2001 08:03:05 -0800 Message-ID: <3A953708.1000902@home.com> Date: Thu, 22 Feb 2001 08:58:00 -0700 From: chris User-Agent: Mozilla/5.0 (X11; U; FreeBSD 4.2-STABLE i386; en-US; m18) Gecko/20010112 X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Add an ext2 partition to my sys? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi. Ive downloaded the beos personal edition to play with it. But I need an ext2 partion 512MB in size and have no idea how to go about creating one on freebsd. Furthermore can I do this without reinstalling Freebsd?? Pointers to docs will be fine I just don't know where to start. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 8: 5:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtppop2pub.verizon.net (smtppop2pub.gte.net [206.46.170.21]) by hub.freebsd.org (Postfix) with ESMTP id DFD1837B401 for ; Thu, 22 Feb 2001 08:05:25 -0800 (PST) (envelope-from douglasv@gte.net) Received: from sqlserver (1Cust228.tnt2.lakeland.fl.da.uu.net [63.27.89.228]) by smtppop2pub.verizon.net with SMTP for ; id KAA103735496 Thu, 22 Feb 2001 10:05:28 -0600 (CST) From: douglasv@gte.net To: Subject: Host Name Look Up Failure Date: Thu, 22 Feb 2001 11:09:29 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I an new to BSD and have just installed ver 4.0 I did a: make search key=(portname) to get the path of the port. Then I cd to the ports path Then I enterd make Then the OS gave me: an error 1, Stop, Host Name Look up failure I did not create any folders. All folders existing are from the install program. Thank You, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 8:12: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bay.ein.cz (bay.ein.cz [212.24.139.122]) by hub.freebsd.org (Postfix) with ESMTP id 98F6737B491 for ; Thu, 22 Feb 2001 08:12:00 -0800 (PST) (envelope-from mediasearch-bounce@briefs.ein.cz) Received: from oak.ein.cz (oak.ein.cz [212.24.139.123]) by bay.ein.cz (Postfix) with ESMTP id 9C493135BF for ; Thu, 22 Feb 2001 17:11:58 +0100 (CET) Received: by oak.ein.cz (Postfix, from userid 1001) id 81F451C6A4; Thu, 22 Feb 2001 17:11:58 +0100 (CET) From: "EIN Media" Subject: EIN's Advertising Search Directory now officialy launched MIME-Version: 1.0 Content-Type: text/plain; Content-Transfer-Encoding: 7bit X-Author: busdev@einmedia.com Message-Id: <20010222160859.CEF961C675@oak.ein.cz> Date: Thu, 22 Feb 2001 17:08:59 +0100 (CET) To: questions@FreeBSD.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Sir / Madam, Your website has been included in EIN's Advertising & Media Internet Search Directory located at (www.europeaninternet.com/advertising/search) This service is now officially launched. This is a completely FREE service. We thank you for previewing the site before the launch and checking the accuracy of your listing. Please inform your marketing department that we have included many FREE features that are intended to drive traffic to your website. This Internet directory is part of EIN's Advertising & Media Report and is designed to be your one stop destination for information related to the rapidly changing European advertising and media industry. Content sections include industry news, discussion boards, FREE classified advertising, Internet search directory, and many other interactive features. Visit www.europeaninternet.com/advertising to take advantage of these new features. Best regards, Advertising & Media Report Staff busdev@europeaninternet.com European Internet Network www.europeaninternet.com To be removed please reply to: remove@europeaninternet.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 8:14:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 3E96537B401 for ; Thu, 22 Feb 2001 08:14:25 -0800 (PST) (envelope-from cjc@rfx-216-196-73-168.users.reflexcom.com) Received: from rfx-216-196-73-168.users.reflexcom.com ([216.196.73.168]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Thu, 22 Feb 2001 08:12:15 -0800 Received: (from cjc@localhost) by rfx-216-196-73-168.users.reflexcom.com (8.11.1/8.11.1) id f1MGDHp93364; Thu, 22 Feb 2001 08:13:17 -0800 (PST) (envelope-from cjc) Date: Thu, 22 Feb 2001 08:12:56 -0800 From: "Crist J. Clark" To: "Michael J. Turner" Cc: greg@nova.fqdn.com, freebsd-questions@FreeBSD.ORG, greg@fqdn.com Subject: Re: NAT and keep-state issue. Message-ID: <20010222081256.I89396@rfx-216-196-73-168.users.reflex> Reply-To: cjclark@alum.mit.edu References: <200102212004.PAA42475@nova.fqdn.com> <20010222001834.D89396@rfx-216-196-73-168.users.reflex> <005701c09cc6$8c057740$0204a8c0@daimon> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <005701c09cc6$8c057740$0204a8c0@daimon>; from mike@inethouston.net on Thu, Feb 22, 2001 at 05:56:51AM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Feb 22, 2001 at 05:56:51AM -0600, Michael J. Turner wrote: > I am having the same problem with natd and ipfw, the fact that you have > to "allow all from any to any" for nat to work is ridiculous, Yes, it would. Fortunately, it is not the case. > also the > dynamic > rules factory. Anyhow the only way I think I can solve the problem is to > move > ipnat and ipf. My natd(8) and dynamic rules work fine. Excerpts from the firewall rules, 10000 divert 8668 ip from any to any via ${oif} 10100 check-state 10200 allow tcp from ${oip} to any keep-state out xmit ${oif} 20000 deny udp from any 137-138 to ${obc} 137-138 in recv ${oif} 20100 allow udp from ${oip} to any keep-state out xmit ${oif} 20200 allow icmp from ${oip} to any keep-state out xmit ${oif} 20300 allow ip from ${oip} to any keep-state out xmit ${oif} 20400 allow icmp from any to any icmptype 0,3,11 20500 allow ip from ${inet} to ${iip} in recv ${iif} 20600 allow ip from ${iip} to ${inet} out xmit ${iif} 20700 allow ip from ${inet} to any keep-state in recv ${iif} For example, I just pinged freebsd.org from a machine on the internal net, ## Dynamic rules: 20700 9 756 (T 56, # 12) ty 0 icmp, 192.168.AAA.30 0 <-> 216.136.204.18 0 20200 3 252 (T 56, # 186) ty 0 icmp, BBB.CCC.DDD.EEE 0 <-> 216.136.204.18 0 -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 8:19:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hindenburg.eboai.org (hindenburg.eboai.org [206.183.134.245]) by hub.freebsd.org (Postfix) with ESMTP id 22B3637B503 for ; Thu, 22 Feb 2001 08:19:34 -0800 (PST) (envelope-from chip@chocobo.cx) Received: by hindenburg.eboai.org (Postfix, from userid 1000) id E61DA5E2D8; Thu, 22 Feb 2001 11:19:32 -0500 (EST) Date: Thu, 22 Feb 2001 11:19:32 -0500 From: Chip Marshall To: Ian Morriati Cc: questions@FreeBSD.org Subject: Re: 3com Homeconnect USB Camera Message-ID: <20010222111932.A5252@setzer.chocobo.cx> Reply-To: chip@chocobo.cx References: <20010221204344.A4570@darq.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.9i In-Reply-To: <20010221204344.A4570@darq.net>; from ian@bosh.org on Wed, Feb 21, 2001 at 08:43:44PM +0000 X-URL: http://www.chocobo.cx/chip/ X-OS: FreeBSD 4.2-RELEASE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On February 21, 2001, Ian Morriati sent me the following: > i'm running 4.1-RELEASE on my main workstation here, and would like to > use the 3com Homeconnect USB camera. i think it's detected on bootup; > here's the usb section: > > ugen0: 3Com 3Com HomeConnect USB Camera , rev 1.00/1.06, addr 2 > > 1. is it working and configured? or is it just reading the label? my > usb mouse is working fine, which is why i suspect it works. but i > don't know. so here i ask you; how can i tell, and do you think it > does? Yes and no. Yes it's working, but there isn't a specific driver for it, so it fell through to ugen. Basically, this means that if there is some userland utility for talking to the camera via ugen, then it should work. You may want to take a look at http://members.home.net/housel/projects.htm which has some kernel patches to make OV511 based USB cameras work under FreeBSD, and a utility for grabbing images from them. It doesn't work on OHCI controllers unfortunatly, but you have a UHCI controller, so your okay there. (Note however that your camera isn't listed, so it may not be OV511 based.) -- Chip Marshall http://www.chocobo.cx/chip/ Finger for PGP GCM/CS d+(-) s+:++ a19>? C++ UB++++$ P+++$ L- E--- W++ N+@ o K- w O M+ V-- PS PE Y? PGP++ t+@ 5 X R>+ tv+() b++>+++ DI++++ D(-) G++ e>++ h!>++ r-- y- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 8:23:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id 880D737B491 for ; Thu, 22 Feb 2001 08:23:31 -0800 (PST) (envelope-from wash@iconnect.co.ke) Received: from [212.22.163.2] (helo=poeza.iconnect.co.ke) by siafu.iconnect.co.ke with esmtp (Exim 2.12 #1) id 14VyUs-0008YM-00 for freebsd-questions@freebsd.org; Thu, 22 Feb 2001 19:21:38 +0300 Received: from wash by poeza.iconnect.co.ke with local (Exim 3.20 #1) id 14VyY5-000Exo-00 for freebsd-questions@FreeBSD.ORG; Thu, 22 Feb 2001 19:24:57 +0300 Date: Thu, 22 Feb 2001 19:24:57 +0300 From: Odhiambo Washington To: freebsd-questions Subject: Re: NATD Message-ID: <20010222192457.B57317@poeza.iconnect.co.ke> Mail-Followup-To: Odhiambo Washington , freebsd-questions References: <000901c09ce6$372a3ce0$0500a8c0@gdmckee.local> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="KFztAG8eRSV9hGtP" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000901c09ce6$372a3ce0$0500a8c0@gdmckee.local>; from "G D McKee" on Thu, Feb 22, 2001 at 03:43:34PM -0000 X-Operating-System: FreeBSD poeza.iconnect.co.ke 4.2-STABLE FreeBSD 4.2-STABLE X-Location: Mombasa, KE, East Africa Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --KFztAG8eRSV9hGtP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * G D McKee [20010222 18:46]: writing on the subject = 'NATD' G> Hi G>=20 G> I keep getting the error "failed to write packet back (Permission denied= )". G> How can I see what packets are being denied. Is there a way to log what G> NATD is up to? I do not run NATD but i read this week, maybe today, that YOU SHOULD accompany all deny rules with the keyword 'log' -Wash -- Odhiambo Washington Inter-Connect Ltd., wash@iconnect.co.ke 5th Flr Furaha Plaza Tel: 254 11 222604 Nkrumah Rd., Fax: 254 11 222636 PO Box 83613 MOMBASA, KE. It is never any good dwelling on good-byes. It is not the being together th= at=20 it prolongs, it is the parting. -Elizabeth Asquith Bibesco=20 --KFztAG8eRSV9hGtP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6lT1ZA2k+MNyI/bERAn7+AJ0XHq6Cp889Gng0XDjEKGjpKOr3SQCeMGE9 0+lOldp0kLsy3qmsQQ5DpEI= =mNPe -----END PGP SIGNATURE----- --KFztAG8eRSV9hGtP-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 8:24: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from [209.239.36.156] (host2.hostmatters.com [209.239.36.156]) by hub.freebsd.org (Postfix) with ESMTP id 243CF37B401 for ; Thu, 22 Feb 2001 08:23:53 -0800 (PST) (envelope-from ben@cahostnet.com) Received: from nhqadmin17 (224host88.redcross.org [162.6.224.88]) by [209.239.36.156] (8.10.2/8.10.2) with SMTP id f1MGNmj07631; Thu, 22 Feb 2001 11:23:48 -0500 Message-ID: <009c01c09ceb$fd51d4a0$6102a00a@nhqadmin17> From: "Ben" To: "G D McKee" , "freebsd-questions" References: <000901c09ce6$372a3ce0$0500a8c0@gdmckee.local> Subject: Re: NATD Date: Thu, 22 Feb 2001 11:24:54 -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 Keep your eyes open. This topic has been discussed several times. Check the archive and there was one recently also. Good luck. ----- Original Message ----- From: "G D McKee" To: "freebsd-questions" Sent: Thursday, February 22, 2001 10:43 AM Subject: NATD > Hi > > I keep getting the error "failed to write packet back (Permission denied)". > How can I see what packets are being denied. Is there a way to log what > NATD is up to? > > Gordon > PS Please can you reply directly as I am not currently subscribed to this > mailing list. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 8:24:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from shell16.ba.best.com (shell16.ba.best.com [206.184.139.148]) by hub.freebsd.org (Postfix) with ESMTP id 0DDC137B503 for ; Thu, 22 Feb 2001 08:24:38 -0800 (PST) (envelope-from childers@shell16.ba.best.com) Received: (from childers@localhost) by shell16.ba.best.com (8.9.3/8.9.2/best.sh) id IAA26878; Thu, 22 Feb 2001 08:23:52 -0800 (PST) Date: Thu, 22 Feb 2001 08:23:52 -0800 (PST) From: Richard Childers Message-Id: <200102221623.IAA26878@shell16.ba.best.com> To: freebsd-questions@freebsd.org Subject: foo Cc: childers@best.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just heard that 4.2 was out and went to find a copy; ended up driving to South San Francisco and finding it at CompUSA. It wasn't shrinkwrapped; I note this in the hopes that those reading these words whom are involved in the distribution can confirm whether FreeBSD is normally distributed taped shut, or shrinkwrapped as more conventional 'wares tend to be ... even if they are assembled in a box. Moving right along, I took it home. It gathered dust for a day or two while I played with a DSL router; then I backed up my laptop (running 4.0) and started trying to install 4.2. That was 24 hours ago. It didn'[t boot off CDROM. OK, maybe my laptop doesn't support El Torito; I may have installed it using floppies last time, too. So I made some boot floppies. I'm not new at this; I've been using FreeBSD since 2.2 and I've been using (and administering) UNIX since BSD 4.2; hence my interest. I used fdformat to triply-format my two floppies and then triply-copied the images 'kern.flp' and 'mfsroot.flp' to the target diskettes, then I booted them in the appropriate order. No errors were encountered in this process. When it says Please insert MFS root floppy and press enter: I insert the second diskette, and it says can't find '/mfsroot' It then goes into the kernel configuration menu. Regardless of whether I trim the kernel, or not, the sequence is the same: it proceeds to probe the bus, then we see panic: no init syncing disks ... # here comes that syncing feeling (-: done Uptime: 2s Automatic reboot in 15 seconds - press any keep to abort Any suggestions? Obviously the next step is to see if my diskettes boot on other laptops and servers in the lab, as well as try other media, and see if the problem follows the media or the platform ... but I thought I'd solicit feedback from any fellow travellers (-: with similar problems. I've perused the GNATS database and archives and do see some references to problems with laptops, and, yes, I'll check the freebsd-nomads archives, to see what laptop-specific gotchas exist ... and, yes, I'll pull the PCMCIA cards out, now that I dust off the long-term memories I seem to recall this was a problem with 4.0, also ... say, when is FreeBSd 4.3 due out ... and is it code-named Tahoe ? (-; -- richard richard childers senor unix administrator & chief bottle washer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 8:25: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id C217437B401 for ; Thu, 22 Feb 2001 08:24:53 -0800 (PST) (envelope-from wash@iconnect.co.ke) Received: from [212.22.163.2] (helo=poeza.iconnect.co.ke) by siafu.iconnect.co.ke with esmtp (Exim 2.12 #1) id 14VyWB-0008bD-00 for freebsd-questions@freebsd.org; Thu, 22 Feb 2001 19:22:59 +0300 Received: from wash by poeza.iconnect.co.ke with local (Exim 3.20 #1) id 14VyZP-000EyQ-00 for freebsd-questions@freebsd.org; Thu, 22 Feb 2001 19:26:19 +0300 Date: Thu, 22 Feb 2001 19:26:19 +0300 From: Odhiambo Washington To: FBSD-Q Subject: Man Pages Message-ID: <20010222192619.C57317@poeza.iconnect.co.ke> Mail-Followup-To: Odhiambo Washington , FBSD-Q Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="iFRdW5/EC4oqxDHL" Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD poeza.iconnect.co.ke 4.2-STABLE FreeBSD 4.2-STABLE X-Mailer: Mutt http://www.mutt.org/ X-Location: Mombasa, KE, East Africa Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --iFRdW5/EC4oqxDHL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Is there a way to go into /usr/ports/some_group_of_apps/some_port and use make to extract on the man pages??? Thank you. -Wash -- Odhiambo Washington Inter-Connect Ltd., wash@iconnect.co.ke 5th Flr Furaha Plaza Tel: 254 11 222604 Nkrumah Rd., Fax: 254 11 222636 PO Box 83613 MOMBASA, KE. Everybody is given the same amount of hormones, at birth, and if you want t= o=20 use yours for growing hair, that's fine with me.=20 --iFRdW5/EC4oqxDHL Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6lT2rA2k+MNyI/bERAoEuAJsEGOnnpHNRYS7AMcAEAn0sMyBUfACgjYNx GzbdTbRJrNjwB+BTjdYGjII= =wWaQ -----END PGP SIGNATURE----- --iFRdW5/EC4oqxDHL-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 8:35:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sydney.worldwide.lemis.com (user-uinjtfk.biz.mindspring.com [165.121.245.244]) by hub.freebsd.org (Postfix) with ESMTP id 0C23537B491 for ; Thu, 22 Feb 2001 08:35:37 -0800 (PST) (envelope-from grog@sydney.worldwide.lemis.com) Received: (from grog@localhost) by sydney.worldwide.lemis.com (8.11.1/8.9.3) id f1M1Y2K01344; Wed, 21 Feb 2001 20:34:02 -0500 (EST) (envelope-from grog) Date: Wed, 21 Feb 2001 20:34:01 -0500 From: Greg Lehey To: Modestas Cc: freebsd-questions@freebsd.org Subject: Re: Vinum problem - help urgently needed Message-ID: <20010221203401.D1215@sydney.worldwide.lemis.com> References: <00fd01c096b1$4cead4d0$0201a8c0@ignera.lt> <20010215084222.U60977@wantadilla.lemis.com> <020801c09cce$1da7dbf0$0201a8c0@ignera.lt> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailer: Mutt 1.0i In-Reply-To: <020801c09cce$1da7dbf0$0201a8c0@ignera.lt>; from modestas@ignera.lt on Thu, Feb 22, 2001 at 02:50:59PM +0200 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 > X-Mailer: Microsoft Outlook Express 5.00.3018.1300 [Format recovered--see http://www.lemis.com/email/email-format.html] Your MUA mutilates quoted text. On Thursday, 22 February 2001 at 14:50:59 +0200, Modestas wrote: > > Thanks for suggestions. > > I have successfully mounted vinum volume without fsck (and even without > setting down any of plexes) and have copied all the data. After that I ha= ve > recreated vinum volume, and the logs are clear now, and system works fine, > so the reason for the problems is still unknown. Read what I said below. Your problem is almost certainly flaky hardware, and there's a good chance it will happen again. Greg > ----- Original Message ----- > From: "Greg Lehey" > To: "Modestas" > Sent: Thursday, February 15, 2001 12:12 AM > Subject: Re: Vinum problem - help urgently needed > > >> [Format recovered--see http://www.lemis.com/email/email-format.html] >> >> On Wednesday, 14 February 2001 at 20:09:39 +0200, Modestas wrote: >>> X-MSMail-Priority: Normal >>> X-Mailer: Microsoft Outlook Express 5.00.3018.1300 >> >> Please don't writ one line per paragraph. Please don't wrap log >> output. >> >>> After replacing the motherboard I have started the server and sytem >>> stopped saying that vinum volume is crashed. I have noticed that one >>> of my IDE connectors wan't connected. After conecting the drive and >>> starting vinum said that one of plexes is faulty another is >>> crashed. I have started both plexes manually. 1st plex has started >>> succesfully, another revived and started also. Now I'm not able to >>> run fsck on vinum volume - it says : >>> >>> ** /dev/vinum/ignera >>> BAD SUPER BLOCK: VALUES IN SUPER BLOCK DISAGREE WITH THOSE IN FIRST ALT= ERNATE >>> /dev/vinum/vinum0: INCOMPLETE LABEL: type 4.2BSD fsize 1024, frag 8, cp= g 0, size 39034880 >>> >>> Previously whole system was working succesfully appr. 10 months. >>> >>> System FreeBSD 4.2 stable, compiled from sources. >>> >>> 14 Feb 2001 21:26:22.942699 *** vinum started *** >>> 14 Feb 2001 21:26:24.721319 list >>> 14 Feb 2001 21:26:40.748143 stop ignera.p1 >>> 14 Feb 2001 21:26:44.526115 list >>> 14 Feb 2001 21:26:49.959260 quit >>> 14 Feb 2001 21:27:06.941978 *** vinum started *** >>> 14 Feb 2001 21:27:08.939598 list >>> 14 Feb 2001 21:27:20.642377 start ignera.p1 >>> 14 Feb 2001 21:27:30.557362 stop ignera.p0 >> >> I'm not sure what you're doing here, and the output in >> /var/log/messages is missing. I'm guessing, though, that this isn't >> your problem. >> >>> Feb 14 17:28:06 server01 syslogd: exiting on signal 15 >>> Feb 14 19:01:58 server01 /kernel: ts of the Univer=F3ity of California.= All riwhts re{ervel. >>> Feb 14 19:01:58 server01 /kernel: Fvee=C2SD 4=AE=B2-STABLE #5: Wu=E4$No= v 22 08:5y:54 EET 2800 >>> Feb 14 19:01:58 server01 /kernel: ` root@server01.igner=E1.ba|t=AEnet:/= usr/src/sys/co=EDpil=E5/I=07NERQ >>> Feb 14 19:01:58 server01 /kernel: =D4imecounter "i9254" fruqw=E5ncy 11= 93182 Hz >>> Feb 14 19:01:58 server01 /kernel: Timecounter &TSC" =A6reyuency 349269= 014$Hz >>> Feb 14 19:01:58 server01 /kernel: CP]: Penti=F5m II/Pentiu=ED II0Xeon/A= uleron (34y.07-MHz 686-cla=F3s CPU) >>> Feb 14 19:01:58 server01 /kernel: _rigi=EE =3D "Ge=EEuioeIntel# Id =3D= 0=F8652" Stepping =3D 2 >>> Feb 14 19:01:58 server01 /kernel: Features?4x183f9ff=3DFPU,V]E,DE,PSE= =ACTSC,MSR >>> Feb 14 19:01:58 server01 /kernel: real me}ory =3D 933=3D=B555x4 h134x1= 6K bytes) >>> Feb 14 19:01:58 server01 /kernel: a~ail mem=EFry =3D 127369216 (124784K= bytes) >> >> Well, it doesn't take a genius to recognize that something is >> seriously wrong here. I'd guess that either disk or controller has >> died and not realised it. I'm afraid you're in for some serious >> recovery. >> >>> Any help will be appreciated. All the data and backups of data are >>> in the vinum volume. >> >> Well, if you're very lucky, you might be able to get plex 1 up and >> running. Use "setstate" to set the states of plex 0 and subdisks to >> 'down', and the states of plex 0 and subdisks to 'up'. Don't try >> fsck, just mount read-only and copy to tape. You're probably better >> off if you don't do this until you repair the hardware damage. >> >> Vinum is good for many things, but I think you've found a problem >> where it can't help. >> >> Greg >> -- >> When replying to this message, please take care not to mutilate the >> original text. >> For more information, see http://www.lemis.com/email.html >> Finger grog@lemis.com for PGP public key >> See complete headers for address and phone numbers >> >> > -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 8:50:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from intersys.com (gateway.intersys.com [198.133.74.253]) by hub.freebsd.org (Postfix) with ESMTP id 5D6CA37B67D for ; Thu, 22 Feb 2001 08:50:10 -0800 (PST) (envelope-from bojar@intersys.com) Received: by gateway.intersys.com id <115218>; Thu, 22 Feb 2001 11:53:09 -0500 Message-Id: <01Feb22.115309est.115218@gateway.intersys.com> From: "E. Jordan Bojar" To: Subject: Startup Devices MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Date: Thu, 22 Feb 2001 11:53:08 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Folks, On start-up, my home machine lists a number of devices it says don't exist. My assumption was that because I'd customized my kernel, I'd need to remove these devices from rc.conf (or more likely add their absence). However, I can't find a section in the default file that looks for these in the first place. The errors apear to be irrelevant, but I'd like to tidy things up just in case. I've included the info below: <--snip--> CPU: Pentium III/Pentium III Xeon/Celeron (795.90-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x686 Stepping = 6 Features=0x383fbff real memory = 268427264 (262136K bytes) config> di sn0 No such device: sn0 Invalid command or syntax. Type `?' for help. config> di lnc0 No such device: lnc0 Invalid command or syntax. Type `?' for help. config> di ie0 No such device: ie0 Invalid command or syntax. Type `?' for help. config> di fe0 No such device: fe0 Invalid command or syntax. Type `?' for help. config> di ed0 No such device: ed0 Invalid command or syntax. Type `?' for help. config> di cs0 No such device: cs0 Invalid command or syntax. Type `?' for help. config> di bt0 No such device: bt0 Invalid command or syntax. Type `?' for help. config> di aic0 No such device: aic0 Invalid command or syntax. Type `?' for help. config> di aha0 No such device: aha0 Invalid command or syntax. Type `?' for help. config> di adv0 No such device: adv0 Invalid command or syntax. Type `?' for help. config> q avail memory = 258707456 (252644K bytes) <--snip--> I'd just like to get rid of these messages on reboot. Any help with this issue would be greatly appreciated. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 8:56: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web2301.mail.yahoo.com (web2301.mail.yahoo.com [128.11.68.52]) by hub.freebsd.org (Postfix) with SMTP id 5537437B4EC for ; Thu, 22 Feb 2001 08:56:03 -0800 (PST) (envelope-from kittenman_cm@yahoo.com) Message-ID: <20010222165602.1841.qmail@web2301.mail.yahoo.com> Received: from [206.15.224.61] by web2301.mail.yahoo.com; Thu, 22 Feb 2001 08:56:02 PST Date: Thu, 22 Feb 2001 08:56:02 -0800 (PST) From: Jacob Mahoney Subject: Colorful directory listing 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 have just installed FreeBSD on my computer, right next to Windows 98. When I had Linux, I could type the ls command and it would give me the directory listing in color. FreeBSD doesn't have colors for the directory listing, which makes it easier to read. How do I enable the colors for the directory listing? ===== -KittenMan 2001 http://kittenman.8m.com Jacob Mahoney __________________________________________________ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 8:59:49 2001 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 E68E337B699 for ; Thu, 22 Feb 2001 08:59:43 -0800 (PST) (envelope-from John.VanHouten@hurlburt.af.mil) Received: from shepherd.hurlburt.af.mil (root@localhost) by shepherd.hurlburt.af.mil with ESMTP id KAA11733; Thu, 22 Feb 2001 10:59:19 -0600 (CST) From: John.VanHouten@hurlburt.af.mil Received: from exwncc02.hurlburt.af.mil (exwncc02.hurlburt.af.mil [151.166.208.36]) by shepherd.hurlburt.af.mil with ESMTP id KAA11729; Thu, 22 Feb 2001 10:59:19 -0600 (CST) Received: by EXWNCC02 with Internet Mail Service (5.5.2650.21) id ; Thu, 22 Feb 2001 11:00:06 -0600 Message-ID: <856532CB07BED3118FE300204840E28A027CC564@vexwncc02.hurlburt.af.mil> To: kittenman_cm@yahoo.com, freebsd-questions@FreeBSD.ORG Subject: RE: Colorful directory listing Date: Thu, 22 Feb 2001 10:59:36 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG /usr/ports/misc/colorls --John "... one of the main causes of the fall of the Roman Empire was that, lacking zero, they had no way to indicate successful termination of their C programs." > -----Original Message----- > From: Jacob Mahoney [mailto:kittenman_cm@yahoo.com] > Sent: Thursday, February 22, 2001 10:56 AM > To: freebsd-questions@FreeBSD.ORG > Subject: Colorful directory listing > > > I have just installed FreeBSD on my computer, right > next to Windows 98. When I had Linux, I could type > the ls command and it would give me the directory > listing in color. FreeBSD doesn't have colors for the > directory listing, which makes it easier to read. > > How do I enable the colors for the directory listing? > > ===== > -KittenMan 2001 > http://kittenman.8m.com > Jacob Mahoney > > __________________________________________________ > Do You Yahoo!? > Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 9: 1:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bbaer.muenster.de (bbaer.muenster.de [195.202.32.20]) by hub.freebsd.org (Postfix) with ESMTP id E06D137B401 for ; Thu, 22 Feb 2001 09:01:16 -0800 (PST) (envelope-from bofh@muenster.de) Received: (from bofh@localhost) by bbaer.muenster.de (8.9.3/8.9.3) id SAA00749; Thu, 22 Feb 2001 18:00:41 +0100 From: Eckart Hofmann Message-Id: <200102221700.SAA00749@bbaer.muenster.de> Subject: Re: Colorful directory listing In-Reply-To: <20010222165602.1841.qmail@web2301.mail.yahoo.com> from Jacob Mahoney at "Feb 22, 2001 8:56: 2 am" To: kittenman_cm@yahoo.com (Jacob Mahoney) Date: Thu, 22 Feb 2001 18:00:41 +0100 (MET) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL48 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sie, Jacob Mahoney, haben geschrieben: > How do I enable the colors for the directory listing? > Have a look at the ls(1) man page. man ls | grep -A1 '\-G' Or: cd /usr/ports/misc/gnuls && make install clean Or: You can install the apropriate gnuls package. Hth, Eckart To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 9: 6:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wasp.eng.ufl.edu (wasp.eng.ufl.edu [128.227.116.1]) by hub.freebsd.org (Postfix) with ESMTP id 353FE37B401 for ; Thu, 22 Feb 2001 09:06:25 -0800 (PST) (envelope-from bob@eng.ufl.edu) Received: from eng.ufl.edu (scanner.engnet.ufl.edu [128.227.152.221]) by wasp.eng.ufl.edu (8.9.3/8.9.3) with ESMTP id MAA10304; Thu, 22 Feb 2001 12:06:18 -0500 (EST) Message-ID: <3A954709.1705078B@eng.ufl.edu> Date: Thu, 22 Feb 2001 12:06:17 -0500 From: Bob Johnson X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en, eo MIME-Version: 1.0 To: gavinkenny@yahoo.co.uk, questions@freebsd.org Subject: Re: Accessing another machines printer Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -- > > Date: Thu, 22 Feb 2001 14:40:29 +0000 (GMT) > From: =?iso-8859-1?q?Gavin=20Kenny?= > Subject: Re: Accessing another machines printer > > Ah Ha! > > A small but vital omission! > > Thanks - it all suddenly works. > > p.s. There are quite a few "hosts.xxx" files. What do > they all do? I can't find a reference in the Complete > FreeBsd book. > In most cases you can find documentation on a particular topic by typing, e.g., "apropos hosts", which will lead you to: hosts read "man hosts" - maps IP numbers and names hosts.allow read "man 5 hosts_access" - controls tcpwrappers hosts.lpd read "man hosts.lpd" - controls printer access hosts.equiv read "man hosts.equiv" - controls who is allowed to log in to your system without a password. It's very dangerous, and usually a bad idea, so don't use it until you have read up on it, then you should probably use SSH instead. The FreeBSD Handbook (on line at http://www.freebsd.org/handbook , or probably installed on your system ) is another reference you should take a look at. The on-line version is constantly updated. - Bob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 9:17:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from froody.rupture.net (froody.rupture.net [205.252.38.80]) by hub.freebsd.org (Postfix) with ESMTP id B646037B65D for ; Thu, 22 Feb 2001 09:17:21 -0800 (PST) (envelope-from jon@rupture.net) Received: from localhost (jon@localhost) by froody.rupture.net (8.9.3/8.9.3) with ESMTP id MAA90494; Thu, 22 Feb 2001 12:28:46 -0500 (EST) (envelope-from jon@rupture.net) Date: Thu, 22 Feb 2001 12:28:45 -0500 (EST) From: Jon Nathan To: Jacob Mahoney Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Colorful directory listing In-Reply-To: <20010222165602.1841.qmail@web2301.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 install gnuls from the ports (ports/misc/gnuls) and then type: gnuls --color or alias to ls somehow. -jon -- Jon Nathan jon@rupture.net http://www.rupture.net/~jon/ On Thu, 22 Feb 2001, Jacob Mahoney wrote: > I have just installed FreeBSD on my computer, right > next to Windows 98. When I had Linux, I could type > the ls command and it would give me the directory > listing in color. FreeBSD doesn't have colors for the > directory listing, which makes it easier to read. > > How do I enable the colors for the directory listing? > > ===== > -KittenMan 2001 > http://kittenman.8m.com > Jacob Mahoney > > __________________________________________________ > Do You Yahoo!? > Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 9:20:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id 70E9237B491 for ; Thu, 22 Feb 2001 09:20:12 -0800 (PST) (envelope-from wash@iconnect.co.ke) Received: from [212.22.163.2] (helo=poeza.iconnect.co.ke) by siafu.iconnect.co.ke with esmtp (Exim 2.12 #1) id 14VzNi-000BMv-00; Thu, 22 Feb 2001 20:18:18 +0300 Received: from wash by poeza.iconnect.co.ke with local (Exim 3.20 #1) id 14VzQv-000FCM-00; Thu, 22 Feb 2001 20:21:37 +0300 Date: Thu, 22 Feb 2001 20:21:37 +0300 From: Odhiambo Washington To: freebsd-questions@freebsd.org Cc: bojar@intersys.com Subject: Re: Startup Devices Message-ID: <20010222202137.B57906@poeza.iconnect.co.ke> Mail-Followup-To: Odhiambo Washington , freebsd-questions@freebsd.org, bojar@intersys.com References: <01Feb22.115309est.115218@gateway.intersys.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="UHN/qo2QbUvPLonB" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <01Feb22.115309est.115218@gateway.intersys.com>; from "E. Jordan Bojar" on Thu, Feb 22, 2001 at 11:53:08AM -0500 X-Operating-System: FreeBSD poeza.iconnect.co.ke 4.2-STABLE FreeBSD 4.2-STABLE X-Mailer: Mutt http://www.mutt.org/ X-Location: Mombasa, KE, East Africa Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --UHN/qo2QbUvPLonB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * E. Jordan Bojar [20010222 19:52]: writing on the sub= ject 'Startup Devices' E.> Folks, E.>=20 E.> On start-up, my home machine lists a number of devices it says don't ex= ist. E.> My assumption was that because I'd customized my kernel, I'd need to re= move E.> these devices from rc.conf (or more likely add their absence). However= , I E.> can't find a section in the default file that looks for these in the fi= rst E.> place. The errors apear to be irrelevant, but I'd like to tidy things = up E.> just in case. I've included the info below: E.>=20 Look for the file called kernel.conf - I guess in /boot You can move the file out of the way. -Wash -- Odhiambo Washington Inter-Connect Ltd., wash@iconnect.co.ke 5th Flr Furaha Plaza Tel: 254 11 222604 Nkrumah Rd., Fax: 254 11 222636 PO Box 83613 MOMBASA, KE. My father still reads the dictionary every day. He says your life depends o= n=20 your power to master words. -Arthur Scargill=20 --UHN/qo2QbUvPLonB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6lUqhA2k+MNyI/bERAgQvAKCUEmj1bWZj4/JHLElmukkMh5IizwCfSqXS A8ZF5NF6tD+DqeShDQvwG4M= =MbMa -----END PGP SIGNATURE----- --UHN/qo2QbUvPLonB-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 9:23:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cgmd76206.chello.nl (d9168.upc-d.chello.nl [213.46.9.168]) by hub.freebsd.org (Postfix) with ESMTP id 2C6F937B401 for ; Thu, 22 Feb 2001 09:23:24 -0800 (PST) (envelope-from edwin@cgmd76206.chello.nl) Received: by cgmd76206.chello.nl (Postfix, from userid 1001) id B61B052; Thu, 22 Feb 2001 18:23:22 +0100 (CET) Date: Thu, 22 Feb 2001 18:23:22 +0100 From: Edwin Groothuis To: "E. Jordan Bojar" Cc: freebsd-questions@freebsd.org Subject: Re: Startup Devices Message-ID: <20010222182322.A12704@cgmd76206.chello.nl> Mail-Followup-To: Edwin Groothuis , "E. Jordan Bojar" , freebsd-questions@freebsd.org References: <01Feb22.115309est.115218@gateway.intersys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <01Feb22.115309est.115218@gateway.intersys.com>; from bojar@intersys.com on Thu, Feb 22, 2001 at 11:53:08AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Feb 22, 2001 at 11:53:08AM -0500, E. Jordan Bojar wrote: > I'd just like to get rid of these messages on reboot. Any help with this > issue would be greatly appreciated. Thanks! Grep for a missing device in the files in /boot if I recall correctly... Edwin -- Edwin Groothuis | Interested in MUDs? Visit Fatal Dimensions: mavetju@chello.nl | http://fataldimensions.nl.eu.org/ ------------------+ telnet://fataldimensions.nl.eu.org:4000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 9:24: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lafontaine.cybercable.fr (lafontaine.cybercable.fr [212.198.0.202]) by hub.freebsd.org (Postfix) with SMTP id E3B7937B401 for ; Thu, 22 Feb 2001 09:23:54 -0800 (PST) (envelope-from joel.carnat@noos.fr) Received: (qmail 49857111 invoked from network); 22 Feb 2001 17:23:53 -0000 Received: from r203m52.cybercable.tm.fr (HELO atheria.cybercable.fr) ([195.132.203.52]) (envelope-sender ) by lafontaine.cybercable.fr (qmail-ldap-1.03) with SMTP for ; 22 Feb 2001 17:23:53 -0000 Date: Thu, 22 Feb 2001 18:23:52 +0100 From: Joel CARNAT To: freebsd-questions@FreeBSD.ORG Subject: Writing on FAT32 reboots my BSD :( Reply-To: joel.carnat@noos.fr X-Mailer: Sylpheed version 0.4.4 (GTK+ 1.2.8; FreeBSD 4.2-RELEASE; i386) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20010222172354.E3B7937B401@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 'lo all ! I get this strange behaviour... - touch someFileOnFFS # no prob - touch someFileOnFAT32 # no prob - [save as] with whatever X_app (nedit or sylpheed mail reader) on FAT32 FS that freezes my box and reboot... I have a FreeBSD 4.2, with XFree 3.3.6 and a recompiled kernel Any idea about what to do to fix that ? ThX -- Joel CARNAT =========== FreeBSD : The Power To Serve. NetBSD : Of course it runs NetBSD... OpenBSD : The proactively secure UNIX-like operating system. slackware : The Choice of a GNU Generation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 9:24: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lcmail2.lc.ca.gov (lcmail2.lc.ca.gov [165.107.12.11]) by hub.freebsd.org (Postfix) with ESMTP id 6365037B491 for ; Thu, 22 Feb 2001 09:23:59 -0800 (PST) (envelope-from drewt@writeme.com) Received: from CONVERSION-DAEMON by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) id <0G9600D015IFRC@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.org; Thu, 22 Feb 2001 09:21:39 -0800 (PST) Received: from tagalong ([165.107.42.167]) by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) with SMTP id <0G96002GN5I7UU@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.org; Thu, 22 Feb 2001 09:20:31 -0800 (PST) Date: Thu, 22 Feb 2001 09:20:27 -0800 From: Drew Tomlinson Subject: Newbie Help Diagnosing Startup Script To: "FreeBSD Questions (E-mail)" Message-id: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) Content-type: text/plain; charset="iso-8859-1" Content-transfer-encoding: 7bit Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to diagnose why a startup script doesn't seem to run automatically during startup but seems to run fine when invoked from the command line. My script lives in /usr/local/etc/rc.d. I have checked the man pages and verified that /etc/defaults/rc.conf contains this directory in the local_startup line and there are no overrides in /etc/rc.conf. My script is called dynip.sh and it has the following "permissions" (is this the right term?). -rwxr-x--x 1 root wheel 111 Sep 13 04:51 apache.sh -rwxr-xr-x 1 root wheel 233 Dec 20 11:36 dynip.sh I included the apache.sh line because this script appears to work as apache starts up automatically. This is the contents of my dynip.sh script: 104 Blacksheep# cat dynip.sh #!/bin/sh case "$1" in start) /usr/local/bin/dynipclient echo -n ' dynipclient' ;; stop) /usr/local/bin/dynipclient -k ;; *) echo "Usage: `basename $0` {start|stop}" >&2 ;; esac exit 0 This script was written with the help of others on FBSD-Questions. I don't have much of a clue about writing scripts but plan to learn soon. Anyway, the attempt here is to run a client program that registers my dynamic IP address with a DNS service I subscribe to. When I invoke the script manually, it appears to run fine. 125 Blacksheep# ./dynip.sh start dynipclientdynipclient[1483]: Using client configuration file '/etc/dynip.cfg' 126 Blacksheep# Feb 20 08:41:20 blacksheep dynipclient[1483]: Using client confi guration file '/etc/dynip.cfg' Feb 20 08:41:20 blacksheep dynipclient[1483]: Using client configuration file '/ etc/dynip.cfg' Feb 20 08:41:20 blacksheep dynipclient[1484]: active Feb 20 08:41:20 blacksheep dynipclient[1484]: active Any help diagnosing this problem would be greatly appreciated. If there is other information I can include to help figure this out, please let me know. I don't know if there are log files that would show this executing or not. If there are, please nudge me in the right direction. If there's not, how can I create them? Thanks for your help! Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 9:26:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from joule.excelsus.com (w227.z064000119.buf-ny.dsl.cnc.net [64.0.119.227]) by hub.freebsd.org (Postfix) with ESMTP id ADE7137B491 for ; Thu, 22 Feb 2001 09:26:52 -0800 (PST) (envelope-from weldon@excelsus.com) Received: from localhost (weldon@localhost) by joule.excelsus.com (8.9.3/8.9.3) with ESMTP id MAA02457 for ; Thu, 22 Feb 2001 12:26:52 -0500 (EST) Date: Thu, 22 Feb 2001 12:26:51 -0500 (EST) From: Weldon S Godfrey 3 To: freebsd-questions@freebsd.org Subject: 3c982-txm support? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I checked the "Release Notes" of 4.2-RELEASE and checked for supported Network Cards and I did not see the 3Com 3c982-TXM dual channel 10/100bT network card and I was wondering: A. Will it work/has anyone gotten it to work in 4.2-RELEASE? and B. If it works, does it come up as two separate adapters (xl0, xl1)? Thanks! Weldon Godfrey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 9:30:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from intersys.com (gateway.intersys.com [198.133.74.253]) by hub.freebsd.org (Postfix) with ESMTP id 51ABB37B6A4 for ; Thu, 22 Feb 2001 09:30:10 -0800 (PST) (envelope-from bojar@intersys.com) Received: by gateway.intersys.com id <115275>; Thu, 22 Feb 2001 12:33:18 -0500 Message-Id: <01Feb22.123318est.115275@gateway.intersys.com> From: "E. Jordan Bojar" To: "Edwin Groothuis" Cc: References: <01Feb22.115309est.115218@gateway.intersys.com> <01Feb22.122657est.115362@gateway.intersys.com> Subject: Re: Startup Devices MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Date: Thu, 22 Feb 2001 12:33:17 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Grep for a missing device in the files in /boot if I recall correctly... OK, thanks. I found these in kernel.conf. Can you tell me why are only devices I don't have listed there, but devices I do have are absent? I'm a bit confused as to what's actually being done here... ----- Original Message ----- From: "Edwin Groothuis" To: "E. Jordan Bojar" Cc: Sent: Thursday, February 22, 2001 12:26 PM Subject: Re: Startup Devices > On Thu, Feb 22, 2001 at 11:53:08AM -0500, E. Jordan Bojar wrote: > > I'd just like to get rid of these messages on reboot. Any help with this > > issue would be greatly appreciated. Thanks! > > Grep for a missing device in the files in /boot if I recall correctly... > > Edwin > > -- > Edwin Groothuis | Interested in MUDs? Visit Fatal Dimensions: > mavetju@chello.nl | http://fataldimensions.nl.eu.org/ > ------------------+ telnet://fataldimensions.nl.eu.org:4000 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 9:33:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from [209.239.36.156] (host2.hostmatters.com [209.239.36.156]) by hub.freebsd.org (Postfix) with ESMTP id E3F4037B491 for ; Thu, 22 Feb 2001 09:33:44 -0800 (PST) (envelope-from ben@cahostnet.com) Received: from nhqadmin17 (224host88.redcross.org [162.6.224.88]) by [209.239.36.156] (8.10.2/8.10.2) with SMTP id f1MHXIj22606; Thu, 22 Feb 2001 12:33:18 -0500 Message-ID: <00c101c09cf5$b2d332c0$6102a00a@nhqadmin17> From: "Ben" To: "Odhiambo Washington" , "freebsd-questions" References: <000901c09ce6$372a3ce0$0500a8c0@gdmckee.local> <20010222192457.B57317@poeza.iconnect.co.ke> Subject: Re: NATD Date: Thu, 22 Feb 2001 12:34:21 -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 This is not a must but its good practice to log all deny rules so you can monitor your network. Remember this can produce large amount of logs but it's good practice to do this at least form the beginning. ----- Original Message ----- From: "Odhiambo Washington" To: "freebsd-questions" Sent: Thursday, February 22, 2001 11:24 AM Subject: Re: NATD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 9:37: 5 2001 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 7817437B491 for ; Thu, 22 Feb 2001 09:37:02 -0800 (PST) (envelope-from brennan@offwhite.net) Received: from localhost (brennan@localhost) by home.offwhite.net (8.11.1/8.11.1) with ESMTP id f1MHauI54868; Thu, 22 Feb 2001 11:36:56 -0600 (CST) (envelope-from brennan@offwhite.net) Date: Thu, 22 Feb 2001 11:36:56 -0600 (CST) From: Brennan Stehling To: Ben Cc: G D McKee , freebsd-questions Subject: Re: NATD In-Reply-To: <009c01c09ceb$fd51d4a0$6102a00a@nhqadmin17> Message-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 finally got a NATD box set up and I have done this several times and it is always a challenge. This time it was sort of my fault. I had IPDIVERT in my kernel config file along with all of the other firewall options but I missed IPFIREWALL. My yank in vi was off by one line. And once I did get the proper kernel in place I could not ping anything. It turns out all I had to do was set my firewall type to open. You can also add this rule to your firewall. ipfw add 100 allow all from any to any But it is probably best to read /etc/defaults/rc.conf and find the firewall options. Copy those to /etc/rc.conf and change them as you see fit. As for ipnat, that does not seem to work without natd running. I am unsure why. It does not mention any of it in the man pages. I wish there was a simpler way of setting up NATD on FreeBSD. It has become a very common use and yet it is still very hard. I am considering writing an article for DaemonNews.org which will walk through it and offer a few shell scripts to make this setup process easier. Too bad FreeBSD does not have the NetInfo system that MacOS X does. It would be nice to access system settings as a database instead of having to open and edit text files. That tends to be sloppy. Brennan Stehling - software developer and system administrator my projects: home.offwhite.net (free personal hosting) www.greasydaemon.com (bsd search) On Thu, 22 Feb 2001, Ben wrote: > Keep your eyes open. This topic has been discussed several times. > Check the archive and there was one recently also. Good luck. > > ----- Original Message ----- > From: "G D McKee" > To: "freebsd-questions" > Sent: Thursday, February 22, 2001 10:43 AM > Subject: NATD > > > > Hi > > > > I keep getting the error "failed to write packet back (Permission > denied)". > > How can I see what packets are being denied. Is there a way to log > what > > NATD is up to? > > > > Gordon > > PS Please can you reply directly as I am not currently subscribed to > this > > mailing list. > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 9:40:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cgmd76206.chello.nl (d9168.upc-d.chello.nl [213.46.9.168]) by hub.freebsd.org (Postfix) with ESMTP id E324837B491 for ; Thu, 22 Feb 2001 09:40:04 -0800 (PST) (envelope-from edwin@cgmd76206.chello.nl) Received: by cgmd76206.chello.nl (Postfix, from userid 1001) id CD6DC52; Thu, 22 Feb 2001 18:40:03 +0100 (CET) Date: Thu, 22 Feb 2001 18:40:03 +0100 From: Edwin Groothuis To: "E. Jordan Bojar" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Startup Devices Message-ID: <20010222184003.B12704@cgmd76206.chello.nl> Mail-Followup-To: Edwin Groothuis , "E. Jordan Bojar" , freebsd-questions@FreeBSD.ORG References: <01Feb22.115309est.115218@gateway.intersys.com> <01Feb22.122657est.115362@gateway.intersys.com> <01Feb22.123318est.115275@gateway.intersys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <01Feb22.123318est.115275@gateway.intersys.com>; from bojar@intersys.com on Thu, Feb 22, 2001 at 12:33:17PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Feb 22, 2001 at 12:33:17PM -0500, E. Jordan Bojar wrote: > > Grep for a missing device in the files in /boot if I recall correctly... > > OK, thanks. I found these in kernel.conf. Can you tell me why are only > devices I don't have listed there, but devices I do have are absent? I'm a > bit confused as to what's actually being done here... Most probably: The first time you throw them all out of your kernel-config in the visual-config. Then you recompiled your kernel without the things you didn't have and rebooted. At that point the new kernel, with the old config, didn't know about the removed devices. Edwin -- Edwin Groothuis | Interested in MUDs? Visit Fatal Dimensions: mavetju@chello.nl | http://fataldimensions.nl.eu.org/ ------------------+ telnet://fataldimensions.nl.eu.org:4000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 9:40:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id 4435537B65D for ; Thu, 22 Feb 2001 09:39:58 -0800 (PST) (envelope-from wash@iconnect.co.ke) Received: from [212.22.163.2] (helo=poeza.iconnect.co.ke) by siafu.iconnect.co.ke with esmtp (Exim 2.12 #1) id 14Vzgk-000Cfx-00; Thu, 22 Feb 2001 20:37:58 +0300 Received: from wash by poeza.iconnect.co.ke with local (Exim 3.20 #1) id 14Vzjx-000FHc-00; Thu, 22 Feb 2001 20:41:17 +0300 Date: Thu, 22 Feb 2001 20:41:17 +0300 From: Odhiambo Washington To: Drew Tomlinson Cc: FBSD-Q Subject: Re: Newbie Help Diagnosing Startup Script Message-ID: <20010222204117.D57906@poeza.iconnect.co.ke> Mail-Followup-To: Odhiambo Washington , Drew Tomlinson , FBSD-Q References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="rqzD5py0kzyFAOWN" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from "Drew Tomlinson" on Thu, Feb 22, 2001 at 09:20:27AM -0800 X-Operating-System: FreeBSD poeza.iconnect.co.ke 4.2-STABLE FreeBSD 4.2-STABLE X-Mailer: Mutt http://www.mutt.org/ X-Location: Mombasa, KE, East Africa Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --rqzD5py0kzyFAOWN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Drew Tomlinson [20010222 20:26]: writing on the subje= ct 'Newbie Help Diagnosing Startup Script' Drew> I am trying to diagnose why a startup script doesn't seem to run Drew> automatically during startup but seems to run fine when invoked from = the Drew> command line. My script lives in /usr/local/etc/rc.d. I have checke= d the Drew> man pages and verified that /etc/defaults/rc.conf contains this direc= tory in Drew> the local_startup line and there are no overrides in /etc/rc.conf. My Drew> script is called dynip.sh and it has the following "permissions" (is = this Drew> the right term?). Drew>=20 Drew> -rwxr-x--x 1 root wheel 111 Sep 13 04:51 apache.sh Drew> -rwxr-xr-x 1 root wheel 233 Dec 20 11:36 dynip.sh Drew>=20 Drew> I included the apache.sh line because this script appears to work as = apache Drew> starts up automatically. This is the contents of my dynip.sh script: Drew>=20 Drew> 104 Blacksheep# cat dynip.sh Drew> #!/bin/sh Drew>=20 Drew> case "$1" in Drew> start) Drew> /usr/local/bin/dynipclient Drew> echo -n ' dynipclient' I think you're missing something small, that should make the thing be started in the background.=20 Where does it put its runtime pid??? try this one....below.. ################ #!/bin/sh case "$1" in start) if [ -f /usr/local/bin/dynipclient ]; then /usr/local/bin/dynipclient && echo -n ' DYNIPCLIENT' ps -ax | grep dynip | head -1 | awk ' { print $1 } ' > /var/run/dyn= ip.pid fi ;; stop) kill `cat /var/run/dynip.pid` ;; *) echo "unknown option: $1 - should be 'start' or 'stop'" >&2 ;; esac =09 ######### I hope it helps... -Wash -- Odhiambo Washington Inter-Connect Ltd., wash@iconnect.co.ke 5th Flr Furaha Plaza Tel: 254 11 222604 Nkrumah Rd., Fax: 254 11 222636 PO Box 83613 MOMBASA, KE. The child must teach the man. -John Greenleaf Whittier=20 --rqzD5py0kzyFAOWN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD4DBQE6lU89A2k+MNyI/bERArXGAKCY+FgKDg+GJdEsDrf8NDNRWMtMVACWMo1l Z1jbpdiVeDGvGmDnLqNB7g== =FjLn -----END PGP SIGNATURE----- --rqzD5py0kzyFAOWN-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 9:51:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from limerick.kortex.jyu.fi (limerick.kortex.jyu.fi [130.234.179.197]) by hub.freebsd.org (Postfix) with ESMTP id B321537B401 for ; Thu, 22 Feb 2001 09:51:54 -0800 (PST) (envelope-from tristan@limerick.kortex.jyu.fi) Received: from tristan by limerick.kortex.jyu.fi with local (Exim 3.20 #1) id 14Vzxp-000BTw-00 for freebsd-questions@freebsd.org; Thu, 22 Feb 2001 19:55:37 +0200 To: freebsd-questions@freebsd.org Subject: Re: ip_fw_ctl: invalind command Message-Id: From: Kim Helenius Date: Thu, 22 Feb 2001 19:55:37 +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I can answer to the ipfw: getsockopt(IP_FW_ADD): invalid argument part since I had this exact problem myself when I rebuilt my kernel a while ago. Ipfw has changed so you should recompile it. Or do a whole make world while you're at it ;) Kim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 9:52:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from intersys.com (gateway.intersys.com [198.133.74.253]) by hub.freebsd.org (Postfix) with ESMTP id 2381537B503 for ; Thu, 22 Feb 2001 09:52:46 -0800 (PST) (envelope-from bojar@intersys.com) Received: by gateway.intersys.com id <115235>; Thu, 22 Feb 2001 12:55:43 -0500 Message-Id: <01Feb22.125543est.115235@gateway.intersys.com> From: "E. Jordan Bojar" To: "Edwin Groothuis" Cc: References: <01Feb22.115309est.115218@gateway.intersys.com> <01Feb22.122657est.115362@gateway.intersys.com> <01Feb22.123318est.115275@gateway.intersys.com> <01Feb22.124403est.115368@gateway.intersys.com> Subject: Re: Startup Devices MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Date: Thu, 22 Feb 2001 12:55:43 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG So remove the kernel.conf file entirely, or just empty it and leave it put? ----- Original Message ----- From: "Edwin Groothuis" To: "E. Jordan Bojar" Cc: Sent: Thursday, February 22, 2001 12:44 PM Subject: Re: Startup Devices > On Thu, Feb 22, 2001 at 12:33:17PM -0500, E. Jordan Bojar wrote: > > > Grep for a missing device in the files in /boot if I recall correctly... > > > > OK, thanks. I found these in kernel.conf. Can you tell me why are only > > devices I don't have listed there, but devices I do have are absent? I'm a > > bit confused as to what's actually being done here... > > Most probably: The first time you throw them all out of your > kernel-config in the visual-config. Then you recompiled your kernel > without the things you didn't have and rebooted. At that point the > new kernel, with the old config, didn't know about the removed > devices. > > Edwin > > -- > Edwin Groothuis | Interested in MUDs? Visit Fatal Dimensions: > mavetju@chello.nl | http://fataldimensions.nl.eu.org/ > ------------------+ telnet://fataldimensions.nl.eu.org:4000 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 9:55:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mx0.gmx.net (mx0.gmx.net [213.165.64.100]) by hub.freebsd.org (Postfix) with SMTP id 142D737B401 for ; Thu, 22 Feb 2001 09:55:36 -0800 (PST) (envelope-from XxAlhazredxX@gmx.net) Received: (qmail 2670 invoked by uid 0); 22 Feb 2001 17:55:18 -0000 Date: Thu, 22 Feb 2001 18:55:18 +0100 (MET) From: Jaymes Xihler To: questions@freebsd.org MIME-Version: 1.0 Subject: 100 VGanylan X-Authenticated-Sender: #0005354112@gmx.net X-Authenticated-IP: [169.207.73.17] Message-ID: <2823.982864518@www19.gmx.net> X-Mailer: WWW-Mail 1.5 (Global Message Exchange) X-Flags: 0001 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG is it possible that there is a freebsd driver for hp vganylan nics out there, maybe an old driver thats no longer listed? if not, how difficult is it to port the linux driver to freebsd? thanx, James -- Sent through GMX FreeMail - http://www.gmx.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 9:57:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cgmd76206.chello.nl (d9168.upc-d.chello.nl [213.46.9.168]) by hub.freebsd.org (Postfix) with ESMTP id 20E0837B401 for ; Thu, 22 Feb 2001 09:57:07 -0800 (PST) (envelope-from edwin@cgmd76206.chello.nl) Received: by cgmd76206.chello.nl (Postfix, from userid 1001) id D48A43CC; Thu, 22 Feb 2001 18:57:05 +0100 (CET) Date: Thu, 22 Feb 2001 18:57:05 +0100 From: Edwin Groothuis To: "E. Jordan Bojar" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Startup Devices Message-ID: <20010222185705.C12704@cgmd76206.chello.nl> Mail-Followup-To: Edwin Groothuis , "E. Jordan Bojar" , freebsd-questions@FreeBSD.ORG References: <01Feb22.115309est.115218@gateway.intersys.com> <01Feb22.122657est.115362@gateway.intersys.com> <01Feb22.123318est.115275@gateway.intersys.com> <01Feb22.124403est.115368@gateway.intersys.com> <01Feb22.125543est.115235@gateway.intersys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <01Feb22.125543est.115235@gateway.intersys.com>; from bojar@intersys.com on Thu, Feb 22, 2001 at 12:55:43PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Feb 22, 2001 at 12:55:43PM -0500, E. Jordan Bojar wrote: > So remove the kernel.conf file entirely, or just empty it and leave it put? Remove everything which isn't in your kernel, or everything which gives an error-message. Edwin -- Edwin Groothuis | Interested in MUDs? Visit Fatal Dimensions: mavetju@chello.nl | http://fataldimensions.nl.eu.org/ ------------------+ telnet://fataldimensions.nl.eu.org:4000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 10: 2: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from xena.gsicomp.on.ca (cr677933-a.ktchnr1.on.wave.home.com [24.43.230.149]) by hub.freebsd.org (Postfix) with ESMTP id 36AA737B401 for ; Thu, 22 Feb 2001 10:02:05 -0800 (PST) (envelope-from matt@gsicomp.on.ca) Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.1/8.9.3) with SMTP id f1MI0Ai97904; Thu, 22 Feb 2001 13:00:12 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <003301c09cf9$6e4661f0$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "Jon Nathan" , "Jacob Mahoney" Cc: References: Subject: Re: Colorful directory listing Date: Thu, 22 Feb 2001 13:01:05 -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 Or if you're running 4.x, use 'ls -G'. Matt > install gnuls from the ports (ports/misc/gnuls) and then type: > > gnuls --color > > or alias to ls somehow. > > -jon > > -- > Jon Nathan > jon@rupture.net > http://www.rupture.net/~jon/ > > > On Thu, 22 Feb 2001, Jacob Mahoney wrote: > > > I have just installed FreeBSD on my computer, right > > next to Windows 98. When I had Linux, I could type > > the ls command and it would give me the directory > > listing in color. FreeBSD doesn't have colors for the > > directory listing, which makes it easier to read. > > > > How do I enable the colors for the directory listing? > > > > ===== > > -KittenMan 2001 > > http://kittenman.8m.com > > Jacob Mahoney > > > > __________________________________________________ > > Do You Yahoo!? > > Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/ > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 10:13:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from emc.com (emcmail.lss.emc.com [168.159.48.78]) by hub.freebsd.org (Postfix) with ESMTP id EE3DC37B4EC for ; Thu, 22 Feb 2001 10:13:21 -0800 (PST) (envelope-from marquardt_paul@emc.com) Received: from lol0190.lss.emc.com (lol0190 [168.159.26.190]) by emc.com (8.10.1/8.10.1) with ESMTP id f1MIDIF01188; Thu, 22 Feb 2001 13:13:18 -0500 (EST) Received: from emc.com (localhost [127.0.0.1]) by lol0190.lss.emc.com (8.9.3/8.9.3) with ESMTP id NAA22161; Thu, 22 Feb 2001 13:13:18 -0500 (EST) Message-ID: <3A9556BD.C2C982F3@emc.com> Date: Thu, 22 Feb 2001 13:13:17 -0500 From: Paul Marquardt Organization: EMC, Inc. X-Mailer: Mozilla 4.7 [en] (X11; U; SunOS 5.6 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Stale link on FreeBSD page Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi,
    I was reading the Security HOWTO on http://people.freebsd.org/~jkb/howto.html#ipfw
and found a non-existent link to the "FreeBSD ipfw Configuration Page:  http://www.metronet.com/~pgilley/freebsd/ipfw" at the bottom of the page. I'd be very interested in reading on this subject-- please update the link if it's been moved. Thanks for maintaining the Security page-- it's been a big help to me!

Paul

-- 
Paul Marquardt
EMC²  Corporation
Hopkinton, MA. 01748
Phone:(800) 445-2588 x.12217
Pager: 877-680-4676
  To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 10:17:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rmx441-mta.mail.com (rmx441-mta.mail.com [165.251.48.44]) by hub.freebsd.org (Postfix) with ESMTP id D395A37B491 for ; Thu, 22 Feb 2001 10:17:53 -0800 (PST) (envelope-from evilwolf@cyberdude.com) Received: from weba2.iname.net (weba2.iname.net [165.251.4.12]) by rmx441-mta.mail.com (8.9.3/8.9.3) with ESMTP id NAA13164 for ; Thu, 22 Feb 2001 13:17:52 -0500 (EST) From: evilwolf@cyberdude.com Received: (from root@localhost) by weba2.iname.net (8.9.1a/8.9.2.Alpha2) id NAA17363; Thu, 22 Feb 2001 13:17:52 -0500 (EST) MIME-Version: 1.0 Message-Id: <010222131752DZ.06490@weba2.iname.net> Date: Thu, 22 Feb 2001 13:17:52 -0500 (EST) Content-Type: Text/Plain Content-Transfer-Encoding: 7bit To: questions@freebsd.org Subject: Ipfw with dial-up Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear FreeBSD guys- I have FreeBSD 4.0 that I recently got. I wanted to set up the ipfw firewall included with it and so I went to your tutorials and followed that exactly. I added this to the kernel and recompiled it: ------------------------------------------- options IPFIREWALL options IPFIREWALL_VERBOSE options IPFIREWALL_VERBOSE_LIMIT=100 options IPDIVERT Then, to the rc.conf file I added: --------------------------------- firewall_enable="YES" firewall_script="/etc/firewall/fwrules" natd_enable="YES" natd_interface="tun0" natd_flags="-dynamic" I didn't have NAT running so I didn't have to disable it. Next, I set the firewall rules to what your tutorial said (I planned to change them later on): -------------------------------------- # Firewall rules # Written by Marc Silver (marcs@draenor.org) # http://draenor.org/ipfw # Freely distributable # Define the firewall command (as in /etc/rc.firewall) for easy # reference. Helps to make it easier to read. fwcmd="/sbin/ipfw" # Force a flushing of the current rules before we reload. $fwcmd -f flush # Divert all packets through the tunnel interface. $fwcmd add divert natd all from any to any via tun0 # Allow all data from my network card and localhost. Make sure you # change your network card (mine was fxp0) before you reboot. :) $fwcmd add allow ip from any to any via lo0 $fwcmd add allow ip from any to any via fxp0 # Allow all connections that I initiate. $fwcmd add allow tcp from any to any out xmit tun0 setup # Once connections are made, allow them to stay open. $fwcmd add allow tcp from any to any via tun0 established # Everyone on the internet is allowed to connect to the following # services on the machine. This example shows that people may connect # to ssh and apache. $fwcmd add allow tcp from any to any 80 setup $fwcmd add allow tcp from any to any 22 setup # This sends a RESET to all ident packets. $fwcmd add reset log tcp from any to any 113 in recv tun0 # Allow outgoing DNS queries ONLY to the specified servers. $fwcmd add allow udp from any to x.x.x.x 53 out xmit tun0 # Allow them back in with the answers... :) $fwcmd add allow udp from x.x.x.x 53 to any in recv tun0 # Allow ICMP (for ping and traceroute to work). You may wish to # disallow this, but I feel it suits my needs to keep them in. $fwcmd add 65435 allow icmp from any to any # Deny all the rest. $fwcmd add 65435 deny log ip from any to any ----------------------------------------- Now when I reboot, it the startup messages I see something like "interface tun0 doesn't exist". And when I try to connect to the net, I can connect but cant send any packets out or recieve any for that matter. Am I supposed to replace to reference to "tun0" in rc.conf and/or the fwrules with the device name of my modem....? Or what? Got any ideas I could try out? Thanks for your help. -Evilwolf --------------------------------------------------- Get free personalized email at http://www.iname.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 10:29: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ruraltel.net (mail1.ruraltel.net [24.225.0.33]) by hub.freebsd.org (Postfix) with ESMTP id C377537B503 for ; Thu, 22 Feb 2001 10:28:57 -0800 (PST) (envelope-from darryl@osborne-ind.com) Received: from darryl ([24.225.30.244]) by mail.ruraltel.net (Post.Office MTA v3.5.3 release 223 ID# 0-70800U16000L4200S0V35) with SMTP id net; Thu, 22 Feb 2001 12:28:53 -0600 Reply-To: From: "Darryl Hoar" To: "'Matthew Emmerton'" Cc: Subject: RE: Colorful directory listing Date: Thu, 22 Feb 2001 12:28:00 -0600 Message-ID: <000801c09cfd$300421d0$0701a8c0@darryl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Importance: Normal In-Reply-To: <003301c09cf9$6e4661f0$1200a8c0@gsicomp.on.ca> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, I've got 4.0 release, and -G is an invalid option. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Matthew Emmerton Sent: Thursday, February 22, 2001 12:01 PM To: Jon Nathan; Jacob Mahoney Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Colorful directory listing Or if you're running 4.x, use 'ls -G'. Matt > install gnuls from the ports (ports/misc/gnuls) and then type: > > gnuls --color > > or alias to ls somehow. > > -jon > > -- > Jon Nathan > jon@rupture.net > http://www.rupture.net/~jon/ > > > On Thu, 22 Feb 2001, Jacob Mahoney wrote: > > > I have just installed FreeBSD on my computer, right > > next to Windows 98. When I had Linux, I could type > > the ls command and it would give me the directory > > listing in color. FreeBSD doesn't have colors for the > > directory listing, which makes it easier to read. > > > > How do I enable the colors for the directory listing? > > > > ===== > > -KittenMan 2001 > > http://kittenman.8m.com > > Jacob Mahoney > > > > __________________________________________________ > > Do You Yahoo!? > > Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/ > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 10:30: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from doheny.beach.net (doheny.beach.net [206.16.184.191]) by hub.freebsd.org (Postfix) with ESMTP id C3F3837B67D for ; Thu, 22 Feb 2001 10:30:02 -0800 (PST) (envelope-from scott@doheny.beach.net) Received: from localhost (scott@localhost) by doheny.beach.net (8.10.0.Beta12/8.10.0.Beta12) with ESMTP id f1MINEe62538; Thu, 22 Feb 2001 10:23:15 -0800 (PST) Date: Thu, 22 Feb 2001 10:23:14 -0800 (PST) From: "Scott B. Gale" To: "Randy B. Lim" Cc: questions@FreeBSD.ORG Subject: Re: How to change the tape size in the dump command In-Reply-To: <3A93D5AD.5BA6AE19@aht.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It looks like a hardware problem -- either the tape or the drive is not behaving properly. It is a pretty big tape and hard to pull. The line below, "DUMP: estimated 4384518 tape blocks on 0.15 tape(s)" tells me that the dump program itself is behaving as it should, it recognizes that the backup will be about 4GB and that it will take up about 15% of the 30GB tape. If it is really a 30GB tape then the "End of tape detected" is probably generated because the tape had ceased to move, not because of an end-of-tape marker. The first thing I would try is another tape and/or cleaning the tape drive. Good luck! Scott B. Gale Dana Point Communications On Wed, 21 Feb 2001, Randy B. Lim wrote: > The following is what I got with the dump command, It seemed dump detect the end > of tape(But I just use > # mt -f /dev/ht0 rewind > to set the tape in the beginning position. > > > [root@fwdoc rblim]# /sbin/dump -0u -B 30000000 -f /dev/ht0 /dev/da0s1a1 > DUMP: Date of this level 0 dump: Wed Feb 21 15:07:45 2001 > DUMP: Date of last level 0 dump: the epoch > DUMP: Dumping /dev/hda1 (/) to /dev/ht0 > DUMP: mapping (Pass I) [regular files] > DUMP: mapping (Pass II) [directories] > DUMP: estimated 4384518 tape blocks on 0.15 tape(s). > DUMP: End of tape detected > DUMP: Closing /dev/ht0 > DUMP: Change Volumes: Mount volume #2 > DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") > > The information about the tape is > > [root@fwdoc rblim]# dmesg | grep ht0 > ide-tape: hdd <-> ht0: OnStream DI-30 rev 1.05 > ide-tape: hdd <-> ht0: 990KBps, 64*32kB buffer, 10208kB pipeline, 60ms tDSC > > > Any ideas? > > > > "Scott B. Gale" wrote: > > > On Tue, 20 Feb 2001, Randy B. Lim wrote: > > > > > Hi, > > > > > > I got a 30 GB IDE tape (/dev/nht0) and I want to dump 4GB /root partition to > > > the tape. How to use the dump command to let the 4GB dumped to one single > > > tape? > > > > If the -a "auto-size" option isn't working to get dump to size the tape > > properly you can use the -B option to specify how many 1k blocks the tape > > will hold. For instance, to do a level zero backup of my root partition > > (with device name /dev/da0s1a) onto a 30 GB tape in device /dev/nht0 I > > would use the following command: > > > > dump -0u -B 30000000 -f /dev/nht0 /dev/da0s1a > > > > I've been told it is generally better practice to use the device name to > > specify the root partition rather than "/". You can get the device name > > by using the df command. > > > > > > > > Best Regards, > > > > > > -Randy > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > Hope this helps! > > > > Scott B. Gale > > Dana Point Communications To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 10:35: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id DAC2A37B491 for ; Thu, 22 Feb 2001 10:35:00 -0800 (PST) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id UAA00831; Thu, 22 Feb 2001 20:40:49 +0100 Message-ID: <3A955C18.2180FFBE@i-clue.de> Date: Thu, 22 Feb 2001 19:36:08 +0100 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: evilwolf@cyberdude.com Cc: questions@FreeBSD.ORG Subject: Re: Ipfw with dial-up References: <010222131752DZ.06490@weba2.iname.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [You mailer is broken: please wrap long lines at about 70 columns.] evilwolf@cyberdude.com schrieb: > > Dear FreeBSD guys- > I have FreeBSD 4.0 that I recently got. I wanted to set up the ipfw firewall > included with it and so I went to your tutorials and followed that exactly. > [snip] > > Now when I reboot, it the startup messages I see something like "interface tun0 > doesn't exist". And when I try to connect to the net, I can connect but cant send > any packets out or recieve any for that matter. Am I supposed to replace to > reference to "tun0" in rc.conf and/or the fwrules with the device name of my > modem....? Or what? Got any ideas I could try out? Thanks for your help. Seems tunnel devices are missing. cd /dev; sh MAKEDEV tun3 should re-make the devices. If still no-go, you kernel is missing tunnel devices. Create a custom kernel including them. Read on at http://www.freebsd.org/handbook/. HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 10:38:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 5D78D37B491 for ; Thu, 22 Feb 2001 10:38:09 -0800 (PST) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id UAA00842; Thu, 22 Feb 2001 20:44:03 +0100 Message-ID: <3A955CDB.C12C4662@i-clue.de> Date: Thu, 22 Feb 2001 19:39:23 +0100 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: douglasv@gte.net Cc: questions@FreeBSD.ORG Subject: Re: Host Name Look Up Failure References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [Your mailer sends awfully formatted mails. Please break lines at 70 columns.] douglasv@gte.net schrieb: > > I an new to BSD and have just installed ver 4.0 > > I did a: make search key=(portname) > to get the path of the port. > > Then I cd to the ports path > > Then I enterd make > > Then the OS gave me: an error 1, Stop, Host Name Look up failure > > I did not create any folders. All folders existing are from the install > program. Either you are not connected to the internet, you did not setup your internet connection the right way, or you did not setup your hostname at all. Read again about installing FreeBSD at http://www.freebsd.org/handbook/install.html HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 10:59:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from atmpe.omnitel.net (atmpe.omnitel.net [194.176.32.131]) by hub.freebsd.org (Postfix) with ESMTP id BB33237B401 for ; Thu, 22 Feb 2001 10:59:07 -0800 (PST) (envelope-from edvard@post.omnitel.net) Received: from post.omnitel.net (salc0-s4.ot.lt [194.176.53.20]) by atmpe.omnitel.net (8.9.3/8.9.3) with ESMTP id UAA10853 for ; Thu, 22 Feb 2001 20:58:31 +0200 Message-ID: <3A956F51.73814884@post.omnitel.net> Date: Thu, 22 Feb 2001 20:58:10 +0100 From: Macrolosa X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: IRC Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG So, what is BOT ????????? Ed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 11: 6: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by hub.freebsd.org (Postfix) with ESMTP id 1758C37B503 for ; Thu, 22 Feb 2001 11:05:54 -0800 (PST) (envelope-from veeger@swbell.net) Received: from veeger ([208.190.106.1]) by mta4.rcsntx.swbell.net (Sun Internet Mail Server sims.3.5.2000.01.05.12.18.p9) with SMTP id <0G9600JGXA2FMV@mta4.rcsntx.swbell.net> for freebsd-questions@FreeBSD.org; Thu, 22 Feb 2001 12:59:04 -0600 (CST) Date: Thu, 22 Feb 2001 12:56:15 -0600 From: Veeger Subject: Rel 4.2 To: freebsd-questions@FreeBSD.org Message-id: <000601c09d01$221e19a0$0200a8c0@swbell.net> X-Mailer: Microsoft Outlook Express 5.00.3018.1300 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 X-Priority: 3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello. I run and maintain a FreeBSD server (rel.4.2) and need some advice. First of all my URL is: http://www.aragonsworld.net ... I have an AMD-500 with 384 Meg SDRAM. One hard drive (partition2@8GB=BSD---partition1@2GB=WIN98). I don't really need win98 anymore and I plan on changing my hard drive and replacing it with 2 IBM 7200RPM. 45GB drives for a total of 90GB.... I need advice on how best to set up and utilize that much space. Its a pain to have to re-install the system but I have no choice. Any and all help/suggestions/advice will be muchly appreciated. I can also be contacted on my BSD box at: aragon@mail.aragonsworld.net ... Thanks in advance. :) Terry J. Broullette Houston, Texas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 11: 7:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gdmckee.local (pc-62-30-209-11-so.blueyonder.co.uk [62.30.209.11]) by hub.freebsd.org (Postfix) with ESMTP id D578437B401 for ; Thu, 22 Feb 2001 11:07:38 -0800 (PST) (envelope-from freebsd@gdmckee.com) Received: from [192.168.0.5] (helo=p300) by gdmckee.local with smtp (Exim 3.20 #1) id 14W14z-00010h-00; Thu, 22 Feb 2001 19:07:05 +0000 Message-ID: <000701c09d02$aaaf8960$0500a8c0@gdmckee.local> From: "G D McKee" To: "Brennan Stehling" , "Ben" Cc: "freebsd-questions" References: Subject: Re: NATD Date: Thu, 22 Feb 2001 19:07:14 -0000 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.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Thanks for the info. I have searched through the archives, and people have the same problem, but no one seems to know who to get natd to log the denied packets. I tried firing it up with -log_denied, hupping syslogd, etc and still not log info. The system is up and running, just /var/log/,message is full of the same stuff, denied packet messages from natd. Have you managed to get portsentry to work with ipfw? Does anyone have a working config? Gordon ----- Original Message ----- From: "Brennan Stehling" To: "Ben" Cc: "G D McKee" ; "freebsd-questions" Sent: Thursday, February 22, 2001 5:36 PM Subject: Re: NATD > I finally got a NATD box set up and I have done this several times and it > is always a challenge. This time it was sort of my fault. I had IPDIVERT > in my kernel config file along with all of the other firewall options but > I missed IPFIREWALL. My yank in vi was off by one line. > > And once I did get the proper kernel in place I could not ping > anything. It turns out all I had to do was set my firewall type to > open. You can also add this rule to your firewall. > > ipfw add 100 allow all from any to any > > But it is probably best to read /etc/defaults/rc.conf and find the > firewall options. Copy those to /etc/rc.conf and change them as you see > fit. > > As for ipnat, that does not seem to work without natd running. I am > unsure why. It does not mention any of it in the man pages. > > I wish there was a simpler way of setting up NATD on FreeBSD. It has > become a very common use and yet it is still very hard. I am considering > writing an article for DaemonNews.org which will walk through it and offer > a few shell scripts to make this setup process easier. > > Too bad FreeBSD does not have the NetInfo system that MacOS X does. It > would be nice to access system settings as a database instead of having to > open and edit text files. That tends to be sloppy. > > Brennan Stehling - software developer and system administrator > my projects: > home.offwhite.net (free personal hosting) > www.greasydaemon.com (bsd search) > > > On Thu, 22 Feb 2001, Ben wrote: > > > Keep your eyes open. This topic has been discussed several times. > > Check the archive and there was one recently also. Good luck. > > > > ----- Original Message ----- > > From: "G D McKee" > > To: "freebsd-questions" > > Sent: Thursday, February 22, 2001 10:43 AM > > Subject: NATD > > > > > > > Hi > > > > > > I keep getting the error "failed to write packet back (Permission > > denied)". > > > How can I see what packets are being denied. Is there a way to log > > what > > > NATD is up to? > > > > > > Gordon > > > PS Please can you reply directly as I am not currently subscribed to > > this > > > mailing list. > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 11:15:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lcmail2.lc.ca.gov (lcmail2.lc.ca.gov [165.107.12.11]) by hub.freebsd.org (Postfix) with ESMTP id BC41D37B401 for ; Thu, 22 Feb 2001 11:15:15 -0800 (PST) (envelope-from drewt@writeme.com) Received: from CONVERSION-DAEMON by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) id <0G9600C01API03@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.org; Thu, 22 Feb 2001 11:13:35 -0800 (PST) Received: from tagalong ([165.107.42.167]) by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) with SMTP id <0G96005ARAPE7O@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.org; Thu, 22 Feb 2001 11:12:50 -0800 (PST) Date: Thu, 22 Feb 2001 11:12:46 -0800 From: Drew Tomlinson Subject: RE: Newbie Help Diagnosing Startup Script In-reply-to: <20010222204117.D57906@poeza.iconnect.co.ke> To: 'Odhiambo Washington' Cc: "FreeBSD Questions (E-mail)" Message-id: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) Content-type: text/plain; charset="us-ascii" Content-transfer-encoding: 7bit Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: Odhiambo Washington [mailto:wash@iconnect.co.ke] > Sent: Thursday, February 22, 2001 9:41 AM > To: Drew Tomlinson > Cc: FBSD-Q > Subject: Re: Newbie Help Diagnosing Startup Script > > > * Drew Tomlinson [20010222 20:26]: > writing on the subject 'Newbie Help Diagnosing Startup Script' > Drew> I am trying to diagnose why a startup script doesn't seem to run > Drew> automatically during startup but seems to run fine when > invoked from the > Drew> command line. My script lives in /usr/local/etc/rc.d. > I have checked the > Drew> man pages and verified that /etc/defaults/rc.conf > contains this directory in > Drew> the local_startup line and there are no overrides in > /etc/rc.conf. My > Drew> script is called dynip.sh and it has the following > "permissions" (is this > Drew> the right term?). > Drew> > Drew> -rwxr-x--x 1 root wheel 111 Sep 13 04:51 apache.sh > Drew> -rwxr-xr-x 1 root wheel 233 Dec 20 11:36 dynip.sh > Drew> > Drew> I included the apache.sh line because this script > appears to work as apache > Drew> starts up automatically. This is the contents of my > dynip.sh script: > Drew> > Drew> 104 Blacksheep# cat dynip.sh > Drew> #!/bin/sh > Drew> > Drew> case "$1" in > Drew> start) > Drew> /usr/local/bin/dynipclient > Drew> echo -n ' dynipclient' > > I think you're missing something small, that should make the thing be > started in the background. > Where does it put its runtime pid??? It actually puts it in its own .conf file. The script works when I start it from the command prompt. It just doesn't appear to run on startup but I don't know how to confirm this. Is there some log file that I can read to see what's happening when the system starts up? If not, can I create one? How? Thanks for your help! Drew [snip] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 11:16:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from xena.gsicomp.on.ca (cr677933-a.ktchnr1.on.wave.home.com [24.43.230.149]) by hub.freebsd.org (Postfix) with ESMTP id D6EF837B491 for ; Thu, 22 Feb 2001 11:16:24 -0800 (PST) (envelope-from matt@gsicomp.on.ca) Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.1/8.9.3) with SMTP id f1MJEGi98031; Thu, 22 Feb 2001 14:14:17 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <005a01c09d03$c8990c70$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "G D McKee" , "Brennan Stehling" , "Ben" Cc: "freebsd-questions" References: <000701c09d02$aaaf8960$0500a8c0@gdmckee.local> Subject: Re: NATD Date: Thu, 22 Feb 2001 14:15:12 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.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 > Have you managed to get portsentry to work with ipfw? Does anyone have a > working config? I use portsentry on my firewall machine, and it works beautifully. (I love seeing the denied messages triggered l33t h4x0rs doing port scans.) I used portsentry from the ports, and just modified the portsentry.conf file to suite my fancy (ports detected, ban on nth attempt, etc.) You will need to uncomment (or change or add, I forget) a KILL_ROUTE line (depending on your firewall options, you may need to change 10 to something else so that rule priorities are correct.) KILL_ROUTE="/sbin/ipfw add 10 deny all from $TARGET$:255.255.255.255 to any" And that's it! -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 11:17:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.xexen.com (cx762613-a.btnrug1.la.home.com [65.2.120.6]) by hub.freebsd.org (Postfix) with SMTP id F38EA37B401 for ; Thu, 22 Feb 2001 11:17:08 -0800 (PST) (envelope-from xexen@xexen.com) Received: (qmail 1252 invoked from network); 22 Feb 2001 19:30:12 -0000 Received: from ns2.xexen.com (HELO athlon) (65.2.120.36) by ns1.xexen.com with SMTP; 22 Feb 2001 19:30:12 -0000 From: "Shannon Alleman" To: Subject: telnetd, sshd and su segmentation fault Date: Thu, 22 Feb 2001 13:17:09 -0600 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.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm running FreeBSD 4.2. The other day i noticed DNS was down(bind 9.1.0) Since telnetd, sshd, and su keep segmentation fault'ing. I'm thinking the only possible explanation is that the box got root'ed and the lamer used a bad root kit on it. What are your thoughts? How can this be fixed. Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 11:30:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pine.pinetel.com (pine.pinetel.com [143.227.44.106]) by hub.freebsd.org (Postfix) with ESMTP id 37F1237B4EC for ; Thu, 22 Feb 2001 11:30:36 -0800 (PST) (envelope-from hweaver@pinetel.com) Received: from thinkpad (ip68-cu2.pinetel.com [143.227.42.68]) by pine.pinetel.com (8.9.3/8.9.3) with SMTP id LAA04853; Thu, 22 Feb 2001 11:30:31 -0800 (PST) Message-ID: <000c01c09d06$3f030120$442ae38f@thinkpad> From: "Hal Weaver" To: "Mike Meyer" Cc: References: <14996.20146.782140.173263@guru.mired.org> Subject: Re: Python: tkinter module? Date: Thu, 22 Feb 2001 09:03:35 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: Mike Meyer To: Hal Weaver Cc: Sent: Wednesday, February 21, 2001 3:26 PM Subject: Re: Python: tkinter module? > Hal Weaver types: > > How do I enable the tkinter module for the Python 2.0 installation on > > FreeBSD 4.2-RELEASE? I have done this under Linux, but the fbsd Python port > > provides no adquate documentation that I have found. > > Did you install the tk port you want to use before you install the > Python port? That causes it to build the tkinter module for me. Mike, I've already done as you said. My problem was lack of documentation comparable to what I relied on when installing the tkinter module in Linux. Thanks, Hal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 11:32:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from postmarq.mu.edu (maia.mu.edu [134.48.1.6]) by hub.freebsd.org (Postfix) with ESMTP id 4C54037B65D for ; Thu, 22 Feb 2001 11:32:45 -0800 (PST) (envelope-from jeremy.vandenhouten@marquette.edu) Received: from marquette.edu ([127.0.0.1]) by postmarq.mu.edu (Netscape Messaging Server 4.15) with ESMTP id G96BME00.AI8 for ; Thu, 22 Feb 2001 13:32:38 -0600 From: Jeremy Vandenhouten To: questions@freebsd.org Message-ID: Date: Thu, 22 Feb 2001 13:32:38 -0600 X-Mailer: Netscape Webmail MIME-Version: 1.0 Content-Language: en Subject: ppp.conf X-Accept-Language: en Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've changed ISP's and the new one requires a chat script to be setup to connect. (In Windows this would require a terminal window), but I know that in FreeBSD I should be able to automate this. What the remote end does is this: Text Text Text Username: Password: CCC More Text cicoras53c> (user puts in ppp here) More Text followed by an automatic connect. What I've tried for a script in ppp.conf is the following: set login "TIMEOUT 15 login:-\\r-name: foo word: bar cicoras53c> ppp \\r" However, everytime I try to connect it gives me "chat script failed". How do I need to refine the script to work properly? And yes I did remember to indent this line, so that's not the problem. Also, please respond to me personally, as this email address is not subscribed to the list. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 11:44: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from libero.sunshine.ale (ppp-170-114.33-151.iol.it [151.33.114.170]) by hub.freebsd.org (Postfix) with ESMTP id 8861737B401; Thu, 22 Feb 2001 11:44:02 -0800 (PST) (envelope-from aledema@iol.it) Received: by libero.sunshine.ale (Postfix, from userid 1001) id 122485E73; Thu, 22 Feb 2001 20:44:25 +0100 (CET) Date: Thu, 22 Feb 2001 20:44:24 +0100 From: Alessandro de Manzano To: questions@freebsd.org Cc: stable@freebsd.org Subject: Matrox G450 and X 4.0.2 = blank ? Message-ID: <20010222204424.C776@libero.sunshine.ale> Reply-To: Alessandro de Manzano Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.2-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! My system is 4.2-stable (built few days ago) on a Microstar MS 6321 dual celeron motherboard. The kernel has SMP support enabled. Till yesterday I was using successfully a Diamond Fire GL 1000 Pro AGP card with XFree 3.3.idontremember :) Now I've got a new Matrox Millenium G450 32Mb dual head AGP card, but I've got also some weird problems... Under XF 3, using XF86_SVGA as server, my monitor is totally blank (NEC FE750). I'm sure this is not a unsupported-resolution/frequency/scantimes problem, since I've configured X (with XF86Setup) also for 640x480x16 @ 60Hz and it's the same :( (things like chipset mga etc. seems to be ok) So I thought this could be a good moment to upgrade to XFree 4 :-) I've installed the ports under /usr/ports/x11/XFree-4 and x11/wrapper. unfortunately with "xf86cfg" I still have the same problem of blank screen... "xf86cfg -textmode" works. I guess the MGA card is not broken since I tried it also on another PC with Win 2K and it's ok. Someone else experienced this or similar problems ? I tried also some fantasy :) like kldload agp.ko kldload vesa.ko but I think it's not the right way... ;-) More... when I get such a blank screen, I can't use "ctrl-alt-backspace" to brute-force exit XFree ! It's like the keyboard is not working (yes, I configured it and mouse too :) ) Also killing -9 the XFree process from a telnet session does not restore the VGA/Monitor ! I had to power-cycle the whole machine! :-( Please, help! :-| Every hints is very well accepted! :-) Thanks a lot in advance!! -- bye! Ale Milano, Italy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 11:55: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dsl-64-193-218-89.telocity.com (dsl-64-193-218-89.telocity.com [64.193.218.89]) by hub.freebsd.org (Postfix) with SMTP id A075C37B491 for ; Thu, 22 Feb 2001 11:55:07 -0800 (PST) (envelope-from lucas@slb.to) Received: (qmail 28109 invoked by uid 1000); 22 Feb 2001 19:55:26 -0000 Date: Thu, 22 Feb 2001 13:55:26 -0600 From: Lucas Bergman To: Macrolosa Cc: freebsd-questions@freebsd.org Subject: Re: IRC Message-ID: <20010222135526.A20402@billygoat.slb.to> Reply-To: lucas@slb.to References: <3A956F51.73814884@post.omnitel.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A956F51.73814884@post.omnitel.net>; from edvard@post.omnitel.net on Thu, Feb 22, 2001 at 08:58:10PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > So, what is BOT ????????? http://www.tuxedo.org/~esr/jargon/html/entry/bot.html Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 11:59:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from winnie.fit.edu (fit.edu [163.118.5.1]) by hub.freebsd.org (Postfix) with ESMTP id 7E8C937B401 for ; Thu, 22 Feb 2001 11:59:24 -0800 (PST) (envelope-from kruptos@netzero.net) Received: from netzero.net (rm305w-b.campbell.fit.edu [163.118.216.112]) by winnie.fit.edu (8.9.1/8.9.1) with ESMTP id PAA23057; Thu, 22 Feb 2001 15:00:10 -0500 (EST) Message-ID: <3A956FC6.9643F97F@netzero.net> Date: Thu, 22 Feb 2001 15:00:06 -0500 From: Kevin Brunelle X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Richard Childers Cc: freebsd-questions@freebsd.org Subject: Re: foo References: <200102221623.IAA26878@shell16.ba.best.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Richard, Point number one: Great choice of subject! It caught my attention right away. ;-) > I just heard that 4.2 was out and went to find a copy; ended up driving to > South San Francisco and finding it at CompUSA. It wasn't shrinkwrapped; I > note this in the hopes that those reading these words whom are involved in > the distribution can confirm whether FreeBSD is normally distributed taped > shut, or shrinkwrapped as more conventional 'wares tend to be ... even if > they are assembled in a box. I have seen copies of what I think you are talking about in Best Buy and one other store. I can't recall off the top of my head but I believe they weren't shrink-wrapped. Just taped. > I insert the second diskette, and it says > > can't find '/mfsroot' > > It then goes into the kernel configuration menu. Regardless of whether I trim > the kernel, or not, the sequence is the same: it proceeds to probe the bus, > then we see > > panic: no init > syncing disks ... # here comes that syncing feeling (-: > done > Uptime: 2s > Automatic reboot in 15 seconds - press any keep to abort > > and FreeBSD 4.2 into low orbit ... unsuccessfully ... impatient, aren't we.> > > Any suggestions? I have no real idea about this, but something similar happened to me once. I got no error messages when formatting, or coping the data onto, the disks but they would fail on the install. I replaced the disks with others and tried again, and it worked. If you haven't tried a second pair of disks I would suggest trying that just to make sure. Note: I have never done a FreeBSD install on a laptop so all my experiences are null and void. Any relation to reality is purely coincidental. Kevin Brunelle -- "Do not meddle in the affairs of sysadmins, for they are subtle and quick to anger." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 12:10:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tethys.valhalla.net (tethys.valhalla.net [195.26.32.112]) by hub.freebsd.org (Postfix) with ESMTP id E042B37B401 for ; Thu, 22 Feb 2001 12:10:50 -0800 (PST) (envelope-from mark@tethys.valhalla.net) Received: by tethys.valhalla.net (Postfix, from userid 500) id E934133235; Thu, 22 Feb 2001 20:10:42 +0000 (GMT) Date: Thu, 22 Feb 2001 20:10:42 +0000 From: Mark Drayton To: Jacob Mahoney Cc: freebsd-questions@freebsd.org Subject: Re: Colorful directory listing Message-ID: <20010222201042.A10601@tethys.valhalla.net> Mail-Followup-To: Jacob Mahoney , freebsd-questions@freebsd.org References: <20010222165602.1841.qmail@web2301.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010222165602.1841.qmail@web2301.mail.yahoo.com>; from kittenman_cm@yahoo.com on Thu, Feb 22, 2001 at 08:56:02AM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I have just installed FreeBSD on my computer, right > next to Windows 98. When I had Linux, I could type > the ls command and it would give me the directory > listing in color. FreeBSD doesn't have colors for the > directory listing, which makes it easier to read. Assuming you've installed FreeBSD 4.2 (latest release), 'man ls' shows that ls -G will give a colour listing (if you're using a colour-capable terminal type). As I've also come from Linux I have become used to executables being green, not the FreeBSD default of red. Putting this line into your .bash_profile (assuming you're using bash of course) will remedy that: LSCOLORS=4x5x2x3x2x464301060203 All this and more from the man page. HTH -- Mark Drayton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 12:17:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from metrocon.com (metrocon.com [198.143.64.100]) by hub.freebsd.org (Postfix) with ESMTP id 6CE3837B4EC for ; Thu, 22 Feb 2001 12:17:31 -0800 (PST) (envelope-from tzink@metrocon.com) Received: from office2.metrocon.com (access.metrocon.com [198.143.64.40]) by metrocon.com (8.9.3/8.9.3) with ESMTP id PAA70888 for ; Thu, 22 Feb 2001 15:17:30 -0500 (EST) (envelope-from tzink@metrocon.com) Message-Id: <5.0.0.25.0.20010222151432.02bff9c0@mail.metrocon.com> X-Sender: tzink@mail.metrocon.com X-Mailer: QUALCOMM Windows Eudora Version 5.0 Date: Thu, 22 Feb 2001 15:20:10 -0500 To: freebsd-questions@freebsd.org From: Terry Zink Subject: Mouse issues in Xfree86 4.01 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 Im running a new 4.2-RELEASE system. Heres my problem in life After several hours getting the i810 vid card to work (praise the lord) I go to get my mouse working I have a USB Logitech marble trackman (the wired, not wireless).. Not sure if its the marble model, but its one of those (basically move the ball with thumb and click with index and etc). with both the ps2 adapter and the usb device... moused finds it fine and it works wonderfully in console In x, if i set it to sysmouse it does not want to work, yet XF86Setup before i upgraded and modded the config had it working.. Mayhaps someone can give me some help here My current setup for it is Section "pointer" Protocol "SysMouse" Device "/dev/mouse" which is just a symlink to /dev/sysmouse those are the only flags enabled on the mouse.. Any light would be great, considering it once worked without a hassle in XF86Setup etc,, xwindows detects it as a ps/2 for some reason when i load it I see this "Mouse 1: Protocol "PS/2" Mouse1: Core pointer Mouse1: buttons 3 Xinput adding extended input device Mouse1 type :MOUSE thats the last i see and then i have to kill the client because of the bloody problem with the mouse ... If i move the mouse around at all, it sporadically goes all over the place, clicks, opens windows, highlights, etc, all over the place as if the driver is wrong... Regards, Terry Zink Metrocon Communications Phone: (212) 661-6800 ext. 1554 Fax: (212) 661-1229 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 12:20:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from herbelot.dyndns.org (s014.dhcp212-24.cybercable.fr [212.198.24.14]) by hub.freebsd.org (Postfix) with ESMTP id 01CFD37B401 for ; Thu, 22 Feb 2001 12:20:11 -0800 (PST) (envelope-from thierry.herbelot@free.fr) Received: from free.fr (multi.herbelot.nom [192.168.1.2]) by herbelot.dyndns.org (8.9.3/8.9.3) with ESMTP id VAA18140 for ; Thu, 22 Feb 2001 21:20:08 +0100 (CET) (envelope-from thierry.herbelot@free.fr) Message-ID: <3A957478.5D111C9A@free.fr> Date: Thu, 22 Feb 2001 21:20:08 +0100 From: Thierry Herbelot X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: No SHAPE extension with a recent XFree-4 ? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I've just got a second monitor, so I decided to have a look at gnome. I've recompiled Xfree4 (under a recent 4.2-Stable) with the latest ports tree (it installs as XFree86-4.0.2_6), but I can't run enlightenment nor sawfish : they complain about the server not having the SHAPE extension, and indeed xdpyinfo only shows : ---------------- number of extensions: 10 DOUBLE-BUFFER LBX MIT-SHM RENDER SECURITY XC-APPGROUP XFree86-Bigfont XInputExtension XKEYBOARD XTEST ---------------- SHAPE **is** missing. As usual : is this a pilot's error ? (I've tried to recompile XFree in order to see if there was a question about SHAPE but there is not) TIA TfH -- Thierry Herbelot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 12:27:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id AF8B537B4EC for ; Thu, 22 Feb 2001 12:27:21 -0800 (PST) (envelope-from jonc@itouch.co.nz) Received: (from jonc@localhost) by itouch.co.nz (8.11.2/8.11.1) id f1MKQad66132; Fri, 23 Feb 2001 09:26:36 +1300 (NZDT) (envelope-from jonc) Date: Fri, 23 Feb 2001 09:26:36 +1300 From: Jonathan Chen To: Terry Zink Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Mouse issues in Xfree86 4.01 Message-ID: <20010223092636.B64985@itouchnz.itouch> References: <5.0.0.25.0.20010222151432.02bff9c0@mail.metrocon.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <5.0.0.25.0.20010222151432.02bff9c0@mail.metrocon.com>; from tzink@metrocon.com on Thu, Feb 22, 2001 at 03:20:10PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Feb 22, 2001 at 03:20:10PM -0500, Terry Zink wrote: [...] > If i move the mouse around at all, it sporadically goes all over the place, > clicks, opens windows, highlights, etc, all over the place as if the driver > is wrong... I had to disable moused and use: Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psm0" EndSection Hope that helps. -- 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 Thu Feb 22 12:37:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.nbrewer.com (sparge.nbrewer.com [208.42.68.70]) by hub.freebsd.org (Postfix) with ESMTP id A5ADF37B491 for ; Thu, 22 Feb 2001 12:37:34 -0800 (PST) (envelope-from chris@nbrewer.com) Received: by mail.nbrewer.com (Postfix, from userid 1009) id 875D2661; Wed, 21 Feb 2001 18:43:48 -0600 (CST) Date: Wed, 21 Feb 2001 18:43:48 -0600 From: Christopher Farley To: freebsd-questions@freebsd.org Subject: named question Message-ID: <20010221184347.A19558@northernbrewer.com> Mail-Followup-To: Christopher Farley , freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Organization: Northern Brewer, St. Paul, MN Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Exactly two weeks ago, named dumped core. I did not realize this until today. I can certainly add a cron job to email me if named is not running, but is there a more feature-laden monitoring program I should be running to avoid such mishaps? On a somewhat related note: My DNS records are set to expire after 7 days. Why was did it take 14 days before I began to have problems accessing my network by name? I've been working on a theory: My DNS zones are set to expire in 7 days. My nameserver does a zone transfer to my ISP's nameserver, which answers queries for the outside world. I am assuming that my ISP's nameserver answered queries for 7 days, then the records expired. I was still able to access my local network by name for another 7 days because 'fresh' records still existed at one of the outside backup DNS servers. Then, almost exactly 14 days after named dumped core, the records at the backup DNS expired, and I could no longer locate my network. Sound reasonable? -- Christopher Farley www.northernbrewer.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 12:38:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from engr.orst.edu (ENGR.ORST.EDU [128.193.54.1]) by hub.freebsd.org (Postfix) with ESMTP id 02A5F37B401; Thu, 22 Feb 2001 12:38:53 -0800 (PST) (envelope-from shepard@engr.orst.edu) Received: from eel.ENGR.ORST.EDU (eel.ENGR.ORST.EDU [128.193.55.69]) by engr.orst.edu (8.9.3/8.9.3) with ESMTP id MAA11440; Thu, 22 Feb 2001 12:38:51 -0800 (PST) Received: (from shepard@localhost) by eel.ENGR.ORST.EDU (8.9.3/8.9.3) id MAA15721; Thu, 22 Feb 2001 12:38:50 -0800 (PST) Date: Thu, 22 Feb 2001 12:38:50 -0800 From: Darren Shepard To: Alessandro de Manzano Cc: questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: Matrox G450 and X 4.0.2 = blank ? Message-ID: <20010222123850.A23035@eel.ENGR.ORST.EDU> Reply-To: Darren Shepard Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Now I've got a new Matrox Millenium G450 32Mb dual head AGP card, but > I've got also some weird problems... > > Under XF 3, using XF86_SVGA as server, my monitor is totally blank (NEC > FE750). I'm sure this is not a > unsupported-resolution/frequency/scantimes problem, since I've > configured X (with XF86Setup) also for 640x480x16 @ 60Hz and it's the > same :( > (things like chipset mga etc. seems to be ok) [...] > More... when I get such a blank screen, I can't use > "ctrl-alt-backspace" to brute-force exit XFree ! It's like the keyboard > is not working (yes, I configured it and mouse too :) ) > Also killing -9 the XFree process from a telnet session does not > restore the VGA/Monitor ! I had to power-cycle the whole machine! :-( [...] You need the latest beta linux drivers from Matrox: http://www.matrox.com/mga/support/drivers/files/linux_05.cfm They're available as source or binary. Since you've already built X4 you might want to try the binaries. Simply copy mga_drv.o and mga_hal_drv.o to /usr/X11R6/lib/modules/drivers. You may wish to backup the existing mga_drv.o before you do this. Then do 'XFree86 -configure' and that should generate a working config. -- Darren Shepard | dss@orst.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 12:50:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from titan.buyweed.net (dsl254-116-014-nyc1.dsl-isp.net [216.254.116.14]) by hub.freebsd.org (Postfix) with ESMTP id 5311037B4EC for ; Thu, 22 Feb 2001 12:50:50 -0800 (PST) (envelope-from aforgue@agitated.net) Received: from flash (dyn1-tnt16-54.detroit.mi.ameritech.net [199.179.191.54]) by titan.buyweed.net (Postfix) with SMTP id BF85D3E205C for ; Thu, 22 Feb 2001 15:50:07 -0500 (EST) From: "Andrew Forgue" To: Subject: Ipf, Ipfw, natd and ipnat Date: Thu, 22 Feb 2001 15:39:02 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Do I Need to have IPFIREWALL and IPFILTER in the kernel if I will only use ipf and ipnat? -syndicate ---------------------------------------------- Techcellent Internet Services [ http://www.techcellent.com ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 12:53:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from corp.cameo.com (ct01xch01.corp.cameo.com [129.253.194.152]) by hub.freebsd.org (Postfix) with ESMTP id 1F0EC37B4EC for ; Thu, 22 Feb 2001 12:53:13 -0800 (PST) (envelope-from Cary.Fu@cameo.com) Received: from CT02XCH01.ctsj.corp.cameo.com ([129.253.189.151]) by corp.cameo.com with Microsoft SMTPSVC(5.0.2195.1600); Thu, 22 Feb 2001 12:51:18 -0800 Subject: NTFS access Date: Thu, 22 Feb 2001 12:51:12 -0800 Message-ID: <7E0F655ABC193D4294202D53764B1D910107BE@CT02XCH01.ctsj.corp.cameo.com> X-MS-Has-Attach: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C09D11.30D1F8C4" X-MS-TNEF-Correlator: Thread-Topic: NTFS access Thread-Index: AcCdETC4lKZAXPMjTfa/MUg1qbjaMw== From: "Xuejian Fu" content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.0.4417.0 To: X-OriginalArrivalTime: 22 Feb 2001 20:51:18.0890 (UTC) FILETIME=[349A34A0:01C09D11] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------_=_NextPart_001_01C09D11.30D1F8C4 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi Sir / Ma'am: This is Cary Fu of Cameo Technologies. I purchased FreeBSD 4.1 from Fry's. How can't I write NTFS partitions?, In menu,=20 I saw it will support MSDOS & NTFS access. Thanks. Cary Fu ------_=_NextPart_001_01C09D11.30D1F8C4 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable NTFS access

Hi Sir / Ma'am:
    This is Cary Fu of = Cameo Technologies. I purchased FreeBSD 4.1 from Fry's. How can't I = write NTFS partitions?, In menu,

I saw it will support MSDOS & NTFS = access. Thanks.


Cary Fu

------_=_NextPart_001_01C09D11.30D1F8C4-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 13:11: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.nbrewer.com (sparge.nbrewer.com [208.42.68.70]) by hub.freebsd.org (Postfix) with ESMTP id CEF2C37B6D7 for ; Thu, 22 Feb 2001 13:10:54 -0800 (PST) (envelope-from chris@nbrewer.com) Received: by mail.nbrewer.com (Postfix, from userid 1009) id 3B517644; Mon, 19 Feb 2001 22:47:19 -0600 (CST) Date: Mon, 19 Feb 2001 22:47:19 -0600 From: Christopher Farley To: Greg Von Kuster Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Apache Xalan port to FreeBSD?? Message-ID: <20010219224718.A985@northernbrewer.com> Mail-Followup-To: Christopher Farley , Greg Von Kuster , freebsd-questions@FreeBSD.ORG References: <3A91C8C9.5F893415@pybiz.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A91C8C9.5F893415@pybiz.com>; from greg@pybiz.com on Mon, Feb 19, 2001 at 05:30:49PM -0800 Organization: Northern Brewer, St. Paul, MN Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greg Von Kuster (greg@pybiz.com) wrote: > Hello, > > I would appreciate it if someone could let me know if there are plans to > port apache's Xalan XSLT engine to the Free BSD platform. If someone > has already ported this, please let me know as well. Plese reply to > greg@pybiz.com. The Xalan-Java program, being Java, runs out-of-the-box on any of the JDKs in /usr/ports/java. It is very easy to install: download the binary build and put the xerces.jar, bsf.jar, and xalan.jar in your CLASSPATH. As far as I know, Apache's C++ version of Xerces and Xalan have not been ported. The version of Xerces in the ports collection is the Java version. You will probably get a much better response if you direct your question to freebsd-ports... -- Christopher Farley www.northernbrewer.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 13:11:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from metrocon.com (metrocon.com [198.143.64.100]) by hub.freebsd.org (Postfix) with ESMTP id 13E7937B4EC for ; Thu, 22 Feb 2001 13:11:49 -0800 (PST) (envelope-from tzink@metrocon.com) Received: from office2.metrocon.com (access.metrocon.com [198.143.64.40]) by metrocon.com (8.9.3/8.9.3) with ESMTP id QAA72948; Thu, 22 Feb 2001 16:11:45 -0500 (EST) (envelope-from tzink@metrocon.com) Message-Id: <5.0.0.25.0.20010222161359.02242d00@mail.metrocon.com> X-Sender: tzink@mail.metrocon.com X-Mailer: QUALCOMM Windows Eudora Version 5.0 Date: Thu, 22 Feb 2001 16:14:25 -0500 To: Jonathan Chen From: Terry Zink Subject: Re: Mouse issues in Xfree86 4.01 Cc: freebsd-questions@freebsd.org In-Reply-To: <20010223092636.B64985@itouchnz.itouch> References: <5.0.0.25.0.20010222151432.02bff9c0@mail.metrocon.com> <5.0.0.25.0.20010222151432.02bff9c0@mail.metrocon.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Didnt work, at all with what you listed.. plugged into the ps2 port.. At 09:26 AM 2/23/01 +1300, you wrote: >On Thu, Feb 22, 2001 at 03:20:10PM -0500, Terry Zink wrote: >[...] > > > If i move the mouse around at all, it sporadically goes all over the > place, > > clicks, opens windows, highlights, etc, all over the place as if the > driver > > is wrong... > >I had to disable moused and use: > > Section "InputDevice" > Identifier "Mouse1" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/psm0" > EndSection > >Hope that helps. >-- >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 Regards, Terry Zink Metrocon Communications Phone: (212) 661-6800 ext. 1554 Fax: (212) 661-1229 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 13:12: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from server1.axiomadvertising.com (server1.axiomadvertising.com [216.251.6.158]) by hub.freebsd.org (Postfix) with ESMTP id 8B9E537B4EC for ; Thu, 22 Feb 2001 13:11:55 -0800 (PST) (envelope-from joe@axiomadvertising.com) Received: from axiomadvertising.com ([216.251.6.139]) by server1.axiomadvertising.com (8.11.1/8.11.1) with ESMTP id f1MLBl995216; Thu, 22 Feb 2001 15:11:47 -0600 (CST) (envelope-from joe@axiomadvertising.com) Message-ID: <3A958092.AAE22DD@axiomadvertising.com> Date: Thu, 22 Feb 2001 15:11:46 -0600 From: Joe Guetler X-Mailer: Mozilla 4.76 (Macintosh; U; PPC) X-Accept-Language: en MIME-Version: 1.0 To: Christopher Farley Cc: freebsd-questions@freebsd.org Subject: Re: named question References: <20010221184347.A19558@northernbrewer.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I don't know about the DNS question, but as for the montoring program you might check out either monitord or daemontools in /ports/sysutils. Joe Guetler Christopher Farley wrote: > > Exactly two weeks ago, named dumped core. I did not realize this until > today. > > I can certainly add a cron job to email me if named is not running, but > is there a more feature-laden monitoring program I should be running to > avoid such mishaps? > > On a somewhat related note: My DNS records are set to expire after 7 > days. Why was did it take 14 days before I began to have problems > accessing my network by name? > > I've been working on a theory: > > My DNS zones are set to expire in 7 days. My nameserver does a > zone transfer to my ISP's nameserver, which answers queries for > the outside world. > > I am assuming that my ISP's nameserver answered queries for 7 days, then > the records expired. I was still able to access my local network by name > for another 7 days because 'fresh' records still existed at one of the > outside backup DNS servers. > > Then, almost exactly 14 days after named dumped core, the records > at the backup DNS expired, and I could no longer locate my network. > > Sound reasonable? > > -- > Christopher Farley > www.northernbrewer.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 13:14: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from www10.gmx.net (www10.gmx.net [194.221.183.50]) by hub.freebsd.org (Postfix) with SMTP id 69C5937B401 for ; Thu, 22 Feb 2001 13:14:00 -0800 (PST) (envelope-from XxAlhazredxX@gmx.net) Received: (qmail 12365 invoked by uid 0); 21 Feb 2001 20:13:57 -0000 Date: Wed, 21 Feb 2001 21:13:57 +0100 (MET) From: Jaymes Xihler To: freebsd-questions@freebsd.org MIME-Version: 1.0 Subject: 100baseVG X-Authenticated-Sender: #0005354112@gmx.net X-Authenticated-IP: [169.207.138.137] Message-ID: <12176.982786437@www10.gmx.net> X-Mailer: WWW-Mail 1.5 (Global Message Exchange) X-Flags: 0001 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ive read through the supported hardware documents and have found nothing about 100baseVG. I find it hard to believe that there isn't any freebsd drivers out there for any 100VG nics. is this true? thanx, James -- Sent through GMX FreeMail - http://www.gmx.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 13:29:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from heorot.1nova.com (sub24-23.member.dsl-only.net [63.105.24.23]) by hub.freebsd.org (Postfix) with ESMTP id 6F3BC37B401 for ; Thu, 22 Feb 2001 13:29:07 -0800 (PST) (envelope-from hamellr@1nova.com) Received: by heorot.1nova.com (Postfix, from userid 1000) id 17A4518C4; Wed, 21 Feb 2001 13:52:38 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by heorot.1nova.com (Postfix) with ESMTP id 0616B18C2; Wed, 21 Feb 2001 13:52:37 -0800 (PST) Date: Wed, 21 Feb 2001 13:52:37 -0800 (PST) From: Rick Hamell To: Jaymes Xihler Cc: freebsd-questions@freebsd.org Subject: Re: 100baseVG In-Reply-To: <12176.982786437@www10.gmx.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > ive read through the supported hardware documents and have found nothing > about 100baseVG. I find it hard to believe that there isn't any freebsd drivers > out there for any 100VG nics. is this true? The technology was one of those dead-end ones. As far as I could tell only HP ever really sold it. From what I've heard - VG technology was only on the market for about 5 months... most everything out there now is used stock people are dumping. Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 13:32:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-53.dsl.lsan03.pacbell.net [64.165.226.53]) by hub.freebsd.org (Postfix) with ESMTP id 9E30537B401 for ; Thu, 22 Feb 2001 13:32:24 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 5DEA166C34; Thu, 22 Feb 2001 13:32:24 -0800 (PST) Date: Thu, 22 Feb 2001 13:32:24 -0800 From: Kris Kennaway To: Darryl Hoar Cc: 'Matthew Emmerton' , freebsd-questions@freebsd.org Subject: Re: Colorful directory listing Message-ID: <20010222133224.B7415@mollari.cthul.hu> References: <003301c09cf9$6e4661f0$1200a8c0@gsicomp.on.ca> <000801c09cfd$300421d0$0701a8c0@darryl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="9zSXsLTf0vkW971A" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000801c09cfd$300421d0$0701a8c0@darryl>; from darryl@osborne-ind.com on Thu, Feb 22, 2001 at 12:28:00PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --9zSXsLTf0vkW971A Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Feb 22, 2001 at 12:28:00PM -0600, Darryl Hoar wrote: > Well, I've got 4.0 release, and -G is an invalid > option. Yes, it was added later. Kris --9zSXsLTf0vkW971A Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6lYVnWry0BWjoQKURAqpUAKCYG7T1RW17Z5KMtvePENIUced7jQCeIEjh g1ZwzY/f1NZMWchkbeCJA7A= =nl8r -----END PGP SIGNATURE----- --9zSXsLTf0vkW971A-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 13:33:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-53.dsl.lsan03.pacbell.net [64.165.226.53]) by hub.freebsd.org (Postfix) with ESMTP id 4B32537B401 for ; Thu, 22 Feb 2001 13:33:11 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 1ED1866C3B; Thu, 22 Feb 2001 13:33:11 -0800 (PST) Date: Thu, 22 Feb 2001 13:33:11 -0800 From: Kris Kennaway To: Xuejian Fu Cc: questions@FreeBSD.ORG Subject: Re: NTFS access Message-ID: <20010222133310.C7415@mollari.cthul.hu> References: <7E0F655ABC193D4294202D53764B1D910107BE@CT02XCH01.ctsj.corp.cameo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="1SQmhf2mF2YjsYvc" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <7E0F655ABC193D4294202D53764B1D910107BE@CT02XCH01.ctsj.corp.cameo.com>; from Cary.Fu@cameo.com on Thu, Feb 22, 2001 at 12:51:12PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --1SQmhf2mF2YjsYvc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 22, 2001 at 12:51:12PM -0800, Xuejian Fu wrote: > Hi Sir / Ma'am: > This is Cary Fu of Cameo Technologies. I purchased FreeBSD 4.1 from > Fry's. How can't I write NTFS partitions?, In menu,=20 > I saw it will support MSDOS & NTFS access. Thanks. NTFS access is read-only, I'm afraid. Kris --1SQmhf2mF2YjsYvc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6lYWWWry0BWjoQKURAmMIAJ4tjSPb3WPTzVRpX4grC/rI2mStOQCg27RB sQEPGIDvjlpAYYDQ/A/ZOoE= =exbA -----END PGP SIGNATURE----- --1SQmhf2mF2YjsYvc-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 13:34:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 4316D37B503 for ; Thu, 22 Feb 2001 13:34:46 -0800 (PST) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id XAA01476 for ; Thu, 22 Feb 2001 23:40:43 +0100 Message-ID: <3A958642.2028408A@i-clue.de> Date: Thu, 22 Feb 2001 22:36:02 +0100 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: questions@FreeBSD.org Subject: Which PCI SCSI adpater to use? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi folks, would anybody recommend a supported UW-SCSI LVD adapter for a 32-bit PCI slot? Running 4.2-Stable on a small box, I plan to build a backup server. The drive (Tandberg DLT1) needs an external Mini-68pin LVD-UW-SCSI connection. Tanks for your help -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 13:39: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from black.purplecat.net (ns1.purplecat.net [209.16.228.148]) by hub.freebsd.org (Postfix) with ESMTP id 0FB3D37B4EC for ; Thu, 22 Feb 2001 13:38:55 -0800 (PST) (envelope-from peter@black.purplecat.net) Received: from localhost (peter@localhost) by black.purplecat.net (8.8.8/8.8.8) with ESMTP id QAA08374 for ; Thu, 22 Feb 2001 16:41:15 -0500 (EST) (envelope-from peter@black.purplecat.net) Date: Thu, 22 Feb 2001 16:41:15 -0500 (EST) From: Peter Brezny To: freebsd-questions@freebsd.org Subject: problems sending mail to freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've been having problems sending mail to the freebsd.org domain. my messages are rejected. I sent a message to the postmaster@freebsd.org a while ago, but have yet to receive a reply. the details are copied below. any suggestions? could it be that i'm not sending messages to the mail lists from an account that is actually subscribed? currently my subscriptions go to an account that is forwarded to my current mail. any ideas are appreciated. this is getting frustrating. pb Date: Wed, 21 Feb 2001 11:46:21 -0500 (EST) From: Peter Brezny To: postmaster@freebsd.org Subject: reverselookup problem Dear Sir, Due to a problem on my end. The reverse dns for my mail server became unavailable and the freebsd mail list began rejecting mail from my domain with this error: Feb 21 11:33:27 virtual2 qmail: 982773207.044325 delivery 5663: deferral: 216.136.204.18_does_n ot_like_recipient./Remote_host_said:_450_Client_host_rejected:_cannot_find_your_hostname,_[209. 16.228.145]/Giving_up_on_216.136.204.18./ The DNS changes have finally propigated and nslookup with server= hub.freebsd.org on 209.16.228.145 returns ns1.sysadmin-inc.com telling me that the reverse lookup now works from that system, however my mail is still being rejected. Please let me know if i still have a configuration problem that i need to solve in order to convince freebsd.org to accept mail sent to its mail lists from sysadmin-inc.com. Thanks for your help. pb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 13:41:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kheops.demo.telefonica.com.pe (kheops.demo.telefonica.com.pe [200.37.84.130]) by hub.freebsd.org (Postfix) with ESMTP id 232FD37B4EC for ; Thu, 22 Feb 2001 13:41:20 -0800 (PST) (envelope-from rcc@demo.telefonica.com.pe) Received: from elcsa20008 (khephren.demo.telefonica.com.pe [200.37.84.131]) by kheops.demo.telefonica.com.pe (8.11.0/8.11.0) with SMTP id f1MLkpP19161 for ; Thu, 22 Feb 2001 16:46:51 -0500 (PET) Message-ID: <007601c09d17$875001b0$4d01190a@tp.com.pe> From: "Richard Cotrina" To: Subject: Lotus Domino for Linux Date: Thu, 22 Feb 2001 16:36:33 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MIMEOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all : I've installed Lotus Domino Server (r5) Linux version on a FreeBSD 4.2-Release box with linux compat enabled. All the installation steps were completed without any dificulty. The matter is that I can't run the ELF Linux binaries of the server. When I execute any binary I get the message : Lotus Notes: error 0x19E Doe anyone know if it's necesary to modify anything in the kernel or maybe there are any tip to install the Domino for Linux ? Thanks in advance for any suggestion. Richard Cotrina To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 13:52:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ruraltel.net (mail1.ruraltel.net [24.225.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 664A437B491 for ; Thu, 22 Feb 2001 13:52:47 -0800 (PST) (envelope-from darryl@osborne-ind.com) Received: from darryl ([24.225.30.244]) by mail.ruraltel.net (Post.Office MTA v3.5.3 release 223 ID# 0-70800U16000L4200S0V35) with SMTP id net for ; Thu, 22 Feb 2001 15:52:42 -0600 Reply-To: From: "Darryl Hoar" To: Subject: Mouse config in XFree86 on FreeBSD 4.0 Date: Thu, 22 Feb 2001 15:29:49 -0600 Message-ID: <001301c09d16$96c024f0$0701a8c0@darryl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, I have installed FreeBSD 4.0-release on my machine. As part of the install, I chose to have XFree86 installed. Don't know what version though. My problem is that when I launch X, if I move the mouse, I hear the hard drive go crazy. It doesn't recognize when I click, so I have to do it several times. I haven't found the solution to this problem. I have a Microsoft Intellimouse 1.1A mouse. It is a two button with a scroll wheel. When I configured X, I tried intellimouse, I've also tried just 2 button mouse. No joy. How should I configure X so that the mouse behaves as expected ? Thanks, Darryl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 14:12:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by hub.freebsd.org (Postfix) with ESMTP id A4E0337B69B for ; Thu, 22 Feb 2001 14:12:46 -0800 (PST) (envelope-from festus@ntplx.net) Received: from raven.net2.cheesetoe (p03-24.hartford.dialin.ntplx.com [204.213.188.124]) by mail.ntplx.net (8.9.1/NETPLEX) with ESMTP id RAA02589 for ; Thu, 22 Feb 2001 17:12:44 -0500 (EST) Message-ID: X-Mailer: XFMail 1.3 [p0] on Linux X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Thu, 22 Feb 2001 17:10:20 -0500 (EST) From: festus@ntplx.net To: questions@FreeBSD.org Subject: kernel reconfig; cs4232 module Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I purchased the FreeBsd Powerpack recently, version 4.0 I think, and it works well, except I've been trying to get the kernel to recompile with support for my crystal audio chip (IBM aptiva - cs4232.o module in linux), and I consistent get a stop error 1 citing undefined reference to midi_dev.o in a number of files including midi_synth.c, and I have tried to compile the chip as a sb compatible (I got away with that under linux as a makeshift way of getting sound when I was learning that) During bootup the system reads the sound card as unknown1, there is no dev file for audio, unknown1, css0 or cs4232, so at this point I am unsure how to proceed and would like some advice to better understand what I need to do for this. Thanks for any help. ---------------------------------- E-Mail: festus@ntplx.net Date: 22-Feb-01 Time: 17:05:31 This message was sent by XFMail ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 14:14: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from vallesnet.org (vallesnet.org [194.224.210.5]) by hub.freebsd.org (Postfix) with ESMTP id 47AE937B503 for ; Thu, 22 Feb 2001 14:14:00 -0800 (PST) (envelope-from undergra@vallesnet.org) Received: from daemon (174-BARC-X68.libre.retevision.es [62.82.34.174]) by vallesnet.org (8.10.2/8.10.2) with SMTP id f1MMDrL05161 for ; Thu, 22 Feb 2001 23:13:55 +0100 Message-ID: <005c01c09c53$a443cfa0$0164a8c0@daemon> From: "undergra" To: Subject: vpopmail error Date: Wed, 21 Feb 2001 23:14:15 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Anybody knows what's the meaning of this vchkpw error? Aug 24 16:47:13 daemon vpopmail[25073]: vchkpw: make user dir failed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 14:14: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ruraltel.net (mail1.ruraltel.net [24.225.0.33]) by hub.freebsd.org (Postfix) with ESMTP id DA21437B4EC for ; Thu, 22 Feb 2001 14:13:59 -0800 (PST) (envelope-from darryl@osborne-ind.com) Received: from darryl ([24.225.30.244]) by mail.ruraltel.net (Post.Office MTA v3.5.3 release 223 ID# 0-70800U16000L4200S0V35) with SMTP id net for ; Thu, 22 Feb 2001 16:13:56 -0600 Reply-To: From: "Darryl Hoar" To: Subject: ppp.conf and routing Date: Thu, 22 Feb 2001 16:13:01 -0600 Message-ID: <001f01c09d1c$9f43f510$0701a8c0@darryl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, I am running FreeBSD 4.0-release and this 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/cuaa0 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 ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT" set timeout 300 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 ruralnet: set phone 1234567 set authname XXXX set authkey XXXX My IP is dynamically assigned to me by my ISP. Question: When I do a netstat -rn, I see among other things: Destination Gateway 10.0.0.2 10.0.0.1 I thought after ppp negotiated the IP address, that the suggested 10.0.0.1/10.0.0.2 would be deleted by ppp automagically. Do I have something misconfigured ? thanks, Darryl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 14:19:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from anchor-post-34.mail.demon.net (anchor-post-34.mail.demon.net [194.217.242.92]) by hub.freebsd.org (Postfix) with ESMTP id 05F9D37B65D for ; Thu, 22 Feb 2001 14:19:22 -0800 (PST) (envelope-from darren@horseplay.demon.co.uk) Received: from horseplay.demonadsltrial.co.uk ([193.195.64.157] helo=horseplay.horseplay.demon.co.uk) by anchor-post-34.mail.demon.net with esmtp (Exim 2.12 #1) id 14W450-000IzQ-0Y for questions@freebsd.org; Thu, 22 Feb 2001 22:19:18 +0000 Message-Id: <5.0.2.1.1.20010222221822.02f4dd50@pop3.demon.co.uk> X-Sender: horseplay@pop3.demon.co.uk X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Thu, 22 Feb 2001 22:22:24 +0000 To: questions@freebsd.org From: Darren Evans Subject: Re: vmware 2 bridged networking 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 This was the solution that worked for me. It's possible some things can be ignored, it was either I needed netgraph code or my kernel was out of sync when I set it up. Hope that helps someone else searching. * Compile kernel with netgraph * Reboot - use this kernel * cd /usr/ports/emulator/vmware2 * make install * Say no to netgraph bridging * 192.168.200.1 vmware ip * 255.255.255.0 * Reboot Check settings, ping ip's etc, check ifconfig -a output. Now to get the network card (Xircom CreditCard) working inside vmware should be a doddle ;-) regards, Darren > FreeBSD box 192.168.254.205 xe0 > vmnet1 192.168.200.201 vmnet1 > Gateway 192.168.254.254 default > > After installing bridged networking within vmware2 I cannot > access my default gateway. > > I can ping vmnet1 but not "xe0" or the "default gateway". > > arp -a does nothing. > > sudo route add 192.168.254.254 default does nothing either. > > I have seen this. > http://www.vmware.com/support/reference/linux/networking_linux.html#changemac > I think the issue is to do with not finding a MAC address for xe0 because > vmware2 has "clashed?" somehow. > > To sum up, vmware no longer runs and has taken apart my networking. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 14:37: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web10702.mail.yahoo.com (web10702.mail.yahoo.com [216.136.130.210]) by hub.freebsd.org (Postfix) with SMTP id ADEB637B401 for ; Thu, 22 Feb 2001 14:37:05 -0800 (PST) (envelope-from l8tr2000@yahoo.com) Message-ID: <20010222223705.68336.qmail@web10702.mail.yahoo.com> Received: from [63.204.177.197] by web10702.mail.yahoo.com; Thu, 22 Feb 2001 14:37:05 PST Date: Thu, 22 Feb 2001 14:37:05 -0800 (PST) From: Steve Subject: HP7200i+ IDE CDRW To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I've decided to make this a once a week post till I get confirmation one way or the other. I know the HP7200 cdrw is in the supported device list, i'd like to confirm that THIS EXACT MODEL works in FreeBSD. Does anyone have this EXACT MODEL HP7200i+ IDE CDRW FUNCTIONING in FreeBSD? I know other models work, I just had trouble with mine and gave up after working on it for a few days. Before I make another run at it i'd like to determine if ANYONE running FreeBSD on the planet has it functioning. Steve (l8tr2000@yahoo.com PS. thanks all =) __________________________________________________ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 14:50:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from heorot.1nova.com (sub24-23.member.dsl-only.net [63.105.24.23]) by hub.freebsd.org (Postfix) with ESMTP id 52E8F37B4EC for ; Thu, 22 Feb 2001 14:50:56 -0800 (PST) (envelope-from hamellr@1nova.com) Received: by heorot.1nova.com (Postfix, from userid 1000) id D272B18C4; Wed, 21 Feb 2001 15:14:26 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by heorot.1nova.com (Postfix) with ESMTP id C0E3118C2; Wed, 21 Feb 2001 15:14:26 -0800 (PST) Date: Wed, 21 Feb 2001 15:14:26 -0800 (PST) From: Rick Hamell To: Steve Cc: freebsd-questions@freebsd.org Subject: Re: HP7200i+ IDE CDRW In-Reply-To: <20010222223705.68336.qmail@web10702.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 > I've decided to make this a once a week post till I > get confirmation one way or the other. I know the > HP7200 cdrw is in the supported device list, i'd like > to confirm that THIS EXACT MODEL works in FreeBSD. > Does anyone have this EXACT MODEL HP7200i+ IDE CDRW > FUNCTIONING in FreeBSD? I know other models work, I > just had trouble with mine and gave up after working > on it for a few days. Before I make another run at it > i'd like to determine if ANYONE running FreeBSD on the > planet has it functioning. Please don't send it once a week... :0 I've got an 8200i. When I got it, I was told that the driver was made ON a 7200i and had an offer to hack the drivers if it didn't work on my 8200i. I then followed the instructions at www.mostgraveconcern.com/freebsd to burn CD's. I have never had any problems and in fact have lost less cds under FreeBSD then I have on Windows. :) Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 15:12:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id EB54537B491 for ; Thu, 22 Feb 2001 15:12:04 -0800 (PST) (envelope-from mwm@mired.org) Received: (qmail 46411 invoked by uid 100); 22 Feb 2001 23:12:03 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14997.40131.841034.409696@guru.mired.org> Date: Thu, 22 Feb 2001 17:12:03 -0600 To: "Crist J. Clark" Cc: questions@freebsd.org Subject: Re: login-MODEM In-Reply-To: <100097486@toto.iv> X-Mailer: VM 6.89 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Crist J. Clark types: > On Thu, Feb 22, 2001 at 12:59:10AM -0800, Ted Mittelstaedt wrote: > *boggle* > It is pretty much assumed that if a user can get local, he can get > root. [...] > > Rubbish - your making things way hard for yourself. UNIX already has > > excellent security for this - you just need to understand it. > UNIX does not have strong security. It was not originally designed for > security. BSD Unix was developed in an environment where shell accounts were provided to undergrads as a matter of course. Some of the brightest lights in the Unix world went through the UCB CS department, and those systems were exposed to their attacks. Sure, the security model is a minimal one, but it was adequate for that environment. While the nature of the world has changed somewhat, providing shell accounts isn't radically different from any other service. Yes, it means you've added a new set of security risks, but there are ISPs willing to deal with that. About half the ones I've used, for instance. Some of them are run by people who were berkeley undergrads during that era. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 15:19:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 67DC937B401 for ; Thu, 22 Feb 2001 15:19:07 -0800 (PST) (envelope-from mwm@mired.org) Received: (qmail 46561 invoked by uid 100); 22 Feb 2001 23:19:06 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14997.40554.576732.239227@guru.mired.org> Date: Thu, 22 Feb 2001 17:19:06 -0600 To: Odhiambo Washington Cc: questions@freebsd.org Subject: Re: Man Pages In-Reply-To: <133018157@toto.iv> X-Mailer: VM 6.89 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Odhiambo Washington types: > > Is there a way to go into /usr/ports/some_group_of_apps/some_port and use > make to extract on the man pages??? No. Some ports don't even have any man pages. You can do "make extract" (or "make patch" to get the FreeBSD-specific patches applied), then look in the work subdirectory for whatever doc is available. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 15:24:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lcmail2.lc.ca.gov (lcmail2.lc.ca.gov [165.107.12.11]) by hub.freebsd.org (Postfix) with ESMTP id CCB7737B401 for ; Thu, 22 Feb 2001 15:24:29 -0800 (PST) (envelope-from drewt@writeme.com) Received: from CONVERSION-DAEMON by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) id <0G9600401MCDCY@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.org; Thu, 22 Feb 2001 15:24:20 -0800 (PST) Received: from tagalong ([165.107.42.167]) by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) with SMTP id <0G96000LUMBU3O@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.org; Thu, 22 Feb 2001 15:23:54 -0800 (PST) Date: Thu, 22 Feb 2001 15:23:49 -0800 From: Drew Tomlinson Subject: RE: vpopmail error In-reply-to: <005c01c09c53$a443cfa0$0164a8c0@daemon> To: 'undergra' Cc: "FreeBSD Questions (E-mail)" Message-id: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) Content-type: text/plain; charset="iso-8859-1" Content-transfer-encoding: 7bit Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I don't really know but it looks like a password error and therefore the make user dir failed because it didn't have authority to do so. > -----Original Message----- > From: undergra [mailto:undergra@vallesnet.org] > Sent: Wednesday, February 21, 2001 2:14 PM > To: freebsd-questions@freebsd.org > Subject: vpopmail error > > > Anybody knows what's the meaning of this vchkpw error? > > Aug 24 16:47:13 daemon vpopmail[25073]: vchkpw: make user dir failed > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 15:24:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web1405.mail.yahoo.com (web1405.mail.yahoo.com [128.11.23.169]) by hub.freebsd.org (Postfix) with SMTP id CEAA137B401 for ; Thu, 22 Feb 2001 15:24:37 -0800 (PST) (envelope-from fujiezhang@yahoo.com) Received: (qmail 8241 invoked by uid 60001); 22 Feb 2001 23:24:37 -0000 Message-ID: <20010222232437.8240.qmail@web1405.mail.yahoo.com> Received: from [216.95.74.20] by web1405.mail.yahoo.com; Thu, 22 Feb 2001 15:24:37 PST Date: Thu, 22 Feb 2001 15:24:37 -0800 (PST) From: fujie zhang Subject: netscape remote.c file corrupt To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, can somebody have a look at the remote.c file for netscape. it's corrupt and won't compile. i'm using a port that comes w/ the 20010115 current version of FreeBSD. pls reply directly to this address since i'm not subscribing to the list. many thx. fujie. __________________________________________________ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 15:43:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web4704.mail.yahoo.com (web4704.mail.yahoo.com [216.115.105.204]) by hub.freebsd.org (Postfix) with SMTP id 06F2E37B401 for ; Thu, 22 Feb 2001 15:43:51 -0800 (PST) (envelope-from techbot2@yahoo.com) Message-ID: <20010222234350.12636.qmail@web4704.mail.yahoo.com> Received: from [209.6.189.122] by web4704.mail.yahoo.com; Thu, 22 Feb 2001 15:43:50 PST Date: Thu, 22 Feb 2001 15:43:50 -0800 (PST) From: Jamie Pemantell Subject: Hard drive READ problems 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 My machine dreamer, which runs FreeBSD 4.2-RELEASE, has produced some nasty error messages lately. They occur mostly when I log in as a user I created with pdksh as his shell. Recently, when I attempted to log in, I received the following succession of error messages: Feb 21 19:32:13 dreamer /kernel: ad0: READ command timeout tag=0 serv=0 - resetting Feb 21 19:32:56 dreamer /kernel: ata0: resetting devices .. done (x3) Feb 21 19:33:07 dreamer /kernel: ad0: trying fallback to PIO mode Feb 21 19:33:07 dreamer /kernel: ata0: resetting devices .. done Feb 21 19:33:07 dreamer /kernel: ad0: READ command timeout tag=0 serv=0 - resetting Feb 21 19:33:07 dreamer /kernel: ata0: resetting devices .. done Feb 21 19:33:07 dreamer /kernel: ad0: read interrupt arrived earlyad0: read error detected (too) latead0: READ command timeout tag=0 serv=0 - resetting Feb 21 19:33:07 dreamer /kernel: ata0: resetting devices .. done Feb 21 19:33:07 dreamer /kernel: ad0: read interrupt arrived earlyad0: read error detected (too) latespec_getpages:(#ad/0x20005) I/O read failure: (error=5) bp 0xc1780f80 vp 0xc31f0c00 Feb 21 19:33:07 dreamer /kernel: size: 65536, resid: 42496, a_count: 65536, valid: 0x0 Feb 21 19:33:07 dreamer /kernel: nread: 23040, reqpage: 7, pindex: 33, pcount: 16 Feb 21 19:33:07 dreamer /kernel: vm_fault: pager read error, pid 258 (ksh) Feb 21 19:33:07 dreamer /kernel: pid 258 (ksh), uid 1003: exited on signal 11 (core dumped) Feb 21 19:33:55 dreamer su: jamiep to root on /dev/ttyv1 Feb 21 19:35:54 dreamer /kernel: ad0: READ command timeout tag=0 serv=0 - resetting Feb 21 19:35:55 dreamer /kernel: ata0: resetting devices .. done Feb 21 19:35:55 dreamer /kernel: ad0: read interrupt arrived earlyad0: read error detected (too) late ad0 is my harddrive: 957MB [1946/16/63] at ata0-master WDMA2 I was wondering if someone would explain the problems I'm having and the solution, if there is one [that doesn't involve buying new hardware.] I'm really interesting in learning, and would be grateful for a specific and detailed explanation. Thanks, Jamie __________________________________________________ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 15:44:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cepheus.azstarnet.com (cepheus.azstarnet.com [169.197.56.195]) by hub.freebsd.org (Postfix) with ESMTP id 45DD337B401; Thu, 22 Feb 2001 15:44:31 -0800 (PST) (envelope-from Castalia@azstarnet.com) Received: from azstarnet.com (dhcp676.mc01.dsl.azstarnet.com [169.197.10.164]) by cepheus.azstarnet.com (8.9.3/8.9.3) with ESMTP id QAA02572; Thu, 22 Feb 2001 16:44:24 -0700 (MST) X-Sent-via: StarNet http://www.azstarnet.com/ Message-ID: <3A95A591.608C937D@azstarnet.com> Date: Thu, 22 Feb 2001 16:49:37 -0700 From: Bradford Castalia Organization: idaeim X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 4.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Darren Shepard Cc: Alessandro de Manzano , questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: Matrox G450 and X 4.0.2 = blank ? References: <20010222123850.A23035@eel.ENGR.ORST.EDU> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yesterday I tried the 1_01_05_beta mga driver distribution from Matrox on FreeBSD 4.2-STABLE with XFree86-4.0.2 and a G400 32MB dual head AGP card. I was disappointed with the results. Reverting to the 1_00_04_beta distribution restored clean operation. Getting the XF86Config file right can be a bit daunting. I've been struggling to find the optimal configuration to wring the most display area out of the G400. By playing with xvidtune and tweaking a ModeLine for the Monitor section I've been able to realize 1152x860 at 24bpp. The Samsung 750p monitors I'm using can easily handle much higher resolution, and I'm sure the G400 can provide at least 1280x1024 for both screens (as demonstrated by the commercial Accelerated X multi-head server), but I haven't been able to discover the magic configuration to accomplish this. I'll provide a copy of my XF86Config, on request, if that might be of some help. -- Bradford Castalia Castalia@azstarnet.com Systems Analyst http://azstarnet.com/~castalia idaeim 520-624-6629 "Build an image in your mind, fit yourself into it." The Log of Cyradis, Seeress of Kell. Darren Shepard wrote: > > > Now I've got a new Matrox Millenium G450 32Mb dual head AGP card, but > > I've got also some weird problems... > > > > Under XF 3, using XF86_SVGA as server, my monitor is totally blank (NEC > > FE750). I'm sure this is not a > > unsupported-resolution/frequency/scantimes problem, since I've > > configured X (with XF86Setup) also for 640x480x16 @ 60Hz and it's the > > same :( > > (things like chipset mga etc. seems to be ok) > [...] > > > More... when I get such a blank screen, I can't use > > "ctrl-alt-backspace" to brute-force exit XFree ! It's like the keyboard > > is not working (yes, I configured it and mouse too :) ) > > Also killing -9 the XFree process from a telnet session does not > > restore the VGA/Monitor ! I had to power-cycle the whole machine! :-( > [...] > > You need the latest beta linux drivers from Matrox: > http://www.matrox.com/mga/support/drivers/files/linux_05.cfm > > They're available as source or binary. Since you've already built X4 > you might want to try the binaries. Simply copy mga_drv.o and > mga_hal_drv.o to /usr/X11R6/lib/modules/drivers. You may wish to > backup the existing mga_drv.o before you do this. > > Then do 'XFree86 -configure' and that should generate a working config. > > -- > Darren Shepard | dss@orst.edu > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 15:44:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from psismtp2.psi.airtel.es (back.airtel.net [212.73.32.158]) by hub.freebsd.org (Postfix) with ESMTP id 897C137B65D for ; Thu, 22 Feb 2001 15:44:36 -0800 (PST) (envelope-from flls@airtel.net) Received: from pc2 ([212.73.46.59]) by psismtp2.psi.airtel.es (ESMTP service) with SMTP id G96N9F01.TML for ; Fri, 23 Feb 2001 00:44:03 +0100 From: felix To: questions@FreeBSD.org Subject: Cuestiones desde España Date: Fri, 23 Feb 2001 00:17:05 +0100 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <01022300484600.01220@pc2> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Estimados Sres.: Me llamo Félix Llorens y soy profesor de informática en un instituto de secundaria en Benissa (Alicante). Hasta este momento habiamos utilizado en la enseñanza siempre distribuciones Linux (Slackware, Debian, RedHat, Mandrake, SuSe). En la revista PCWorld de este mes de febrero ha venido un CD con la versión 4.2 de FreeBSD. La hemos instalado sin complicaciones. Me parece que es un sistema más ligero y robusto que otras distribuciones Linux que, aparte, van más lentas. Parece que Linux utiliza más recursos de la máquina. En mi caso he utilizado un Pentium 166MMX con 64Mb de RAM y 2Gb de disco duro. Los problemas que me han surgido son los siguientes: - No he podido instalar el CD desde el lector CDROM Pioneer DR-A24X (tambien he tenido el mismo problema con alguna otra distribución de Linux), por lo que lo he hecho desde una grabadora de CDROM HP8200, sin problemas. No sé el porqué. Una vez instalado el sistema, no reconoce el lector Pioneer. - En un ordenador de iguales características a las indicadas, pero con una tarjeta gráfica S3 Trio, tambien me ha sido imposible arrancar el CD de instalación. He utilizado otro ordenador con una tarjeta S3 Virge sin problemas. No sé el porqué. - ¿Cómo puedo instalar aplicaciones como Lynx o Midnight Comander, que venía utilizando en Linux? - ¿Existen aplicaciones de configuración general del sistema? Me refiero a programas como Linuxconf de la RedHat o Yast en SuSe, que permiten configurar la red, los usuarios, etc. desde un entorno amigable. - Estoy utilizando el KDE como escritorio. Tanto la tarjeta de red (Realtek, compatible NE2000) como el modem (USRobotics) van perfectamente. El problema lo tengo en el idioma. Tanto en los menús del KDE como en los e-mails recibidos se cortan las palabras, sobre todo las que llevan acentos. He cambiado la página de códigos y el idioma, y sigue igual. No sé si lo he hecho bien. ¿Cómo puedo resolver este problemas? Para finalizar, ¿Existe algún distribuidor en España de FreeBSD? ¿Existe algún tipo de oferta especial para institutos de enseñanza? Sobre todo para conseguir la documentación. Espero sus noticias y les doy las gracias anticipadamente. Un cordial saludo. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 15:45:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.oasysglobal.net (mail.oasysglobal.net [209.151.238.186]) by hub.freebsd.org (Postfix) with ESMTP id D467A37B401 for ; Thu, 22 Feb 2001 15:45:36 -0800 (PST) (envelope-from hphinizy@oasysglobal.net) Received: from oasys5 [209.151.238.135] by mail.oasysglobal.net (SMTPD32-6.00) id A4FE2E4024E; Thu, 22 Feb 2001 15:47:10 -0800 Message-ID: <004201c09d29$3182f5a0$87ee97d1@oasysglobal.net> Reply-To: "Harison Phinizy" From: "Harison Phinizy" To: Subject: web server prob... Date: Thu, 22 Feb 2001 15:43:01 -0800 Organization: Oasysglobal Network MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_003F_01C09CE6.234D3F10" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_003F_01C09CE6.234D3F10 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I am getting an error on my web server (freebsd box--4.2-stable). I get = the following message scrolling on the screen. icmp-response bandwidth = limit 209/200 pps. That 209/200 changes between 250 to 210... I have a 10 mb connection so bandwidth can't be the issue. I installed = free bsd with the default labels... so the /var partition is only 20 = megs... However, I have copied the contents of /var into a new dir, = /usr/var and have symbolic links (ln -s) from the /var dir = (spool,log,run) to the /usr/var dir (spool,log,run). It has not = helped... Any thoughts? Thanks Harison Phinizy =20 ------=_NextPart_000_003F_01C09CE6.234D3F10 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
 
I am getting an error on my web = server=20 (freebsd box--4.2-stable).  I get the following message scrolling = on the=20 screen.  icmp-response bandwidth limit 209/200 = pps. =20 That 209/200 changes between 250 to 210...
 
I have a 10 mb connection so bandwidth = can't be the=20 issue.  I installed free bsd = with the=20 default labels... so the /var partition is only 20 megs... However, I = have=20 copied the contents of /var into a new dir, /usr/var and have symbolic = links (ln=20 -s) from the /var dir (spool,log,run) to the /usr/var dir=20 (spool,log,run).  It has not helped...
 
Any thoughts?
 
Thanks
 
Harison Phinizy 
 
------=_NextPart_000_003F_01C09CE6.234D3F10-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 16:30:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web12808.mail.yahoo.com (web12808.mail.yahoo.com [216.136.174.43]) by hub.freebsd.org (Postfix) with SMTP id 7E4B737B503 for ; Thu, 22 Feb 2001 16:30:19 -0800 (PST) (envelope-from swliucn@yahoo.com) Message-ID: <20010223003019.4152.qmail@web12808.mail.yahoo.com> Received: from [202.98.16.1] by web12808.mail.yahoo.com; Thu, 22 Feb 2001 16:30:19 PST Date: Thu, 22 Feb 2001 16:30:19 -0800 (PST) From: Liu Siwei Subject: How could I do with my sound card? 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 Hello, My question is: My sound card is CS423X, FreeBSD supports it. It says: pcm1: at port 0x534-0x537,0x388-0x38b,0x220-0x22f irq 5 drq 1,0 on isa0 . But my system is FreeBSD-current, the /dev file system I can't write, can't use sh MAKEDEV snd0, and all software to look for /dev/mixer0 .. So how could to now? my dmesg: Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.0-CURRENT #0: Wed Feb 21 19:57:08 GMT 2001 root@bigbear.com:/usr/home/src-cur/sys/compile/bigbear Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 300685261 Hz CPU: AMD-K6tm w/ multimedia extensions (300.69-MHz 586-class CPU) Origin = "AuthenticAMD" Id = 0x570 Stepping = 0 Features=0x8001bf AMD Features=0x400<> real memory = 67108864 (65536K bytes) avail memory = 61530112 (60088K bytes) Preloaded elf kernel "kernel" at 0xc03b5000. seq0-15: Midi sequencers. Using $PIR table, 4 entries at 0xc00fdc10 npx0: on motherboard npx0: INT 16 interface pcib0: at pcibus 0 on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xe000-0xe00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 7.2 (no driver attached) pci0: at 7.3 (no driver attached) ed0: port 0xe800-0xe81f irq 10 at device 10.0 on pci0 ed0: address 00:e0:4c:dd:a0:ec, type NE2000 (16 bit) pci0: at 12.0 (no driver attached) 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 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 ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/16 bytes threshold plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff 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 unknown: can't assign resources pcm1: at port 0x534-0x537,0x388-0x38b,0x220-0x22f irq 5 drq 1,0 on isa0 ad0: 4112MB [8912/15/63] at ata0-master UDMA33 ad1: 2014MB [4092/16/63] at ata0-slave UDMA33 acd0: CDROM at ata1-master using PIO4 Mounting root from ufs:/dev/ad0s1a cd9660: RockRidge Extension my dev: acd0a dsp1.0 ppi0 sequencer9 ttyv5 acd0c dsp1.1 psm0 sndstat ttyv6 ad0 dspW1.0 random stderr ttyv7 ad0s1a dspW1.1 sequencer0 stdin ttyv8 ad0s1b fd sequencer1 stdout ttyv9 ad0s1e fd0 sequencer10 sysmouse ttyva ad1 io sequencer11 tty ttyvb audio1.0 kbd0 sequencer12 ttyd0 ttyvc audio1.1 klog sequencer13 ttyd1 ttyvd bpsm0 kmem sequencer14 ttyid0 ttyve console log sequencer15 ttyid1 ttyvf consolectl lpt0 sequencer2 ttyld0 urandom cuaa0 lpt0.ctl sequencer3 ttyld1 vga cuaa1 mdctl sequencer4 ttyv0 zero cuaia0 mem sequencer5 ttyv1 cuaia1 mixer1 sequencer6 ttyv2 cuala0 null sequencer7 ttyv3 cuala1 pci sequencer8 ttyv4 my df: Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s1a 228207 98219 111732 47% / devfs 1 1 0 100% /dev/ /dev/ad0s1e 3460132 1892196 1291126 59% /usr procfs 4 4 0 100% /proc /dev/acd0a 659010 659010 0 100% /cdrom __________________________________________________ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 16:30:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web12806.mail.yahoo.com (web12806.mail.yahoo.com [216.136.174.41]) by hub.freebsd.org (Postfix) with SMTP id AB85237B65D for ; Thu, 22 Feb 2001 16:30:27 -0800 (PST) (envelope-from swliucn@yahoo.com) Message-ID: <20010223003027.96566.qmail@web12806.mail.yahoo.com> Received: from [202.98.16.1] by web12806.mail.yahoo.com; Thu, 22 Feb 2001 16:30:27 PST Date: Thu, 22 Feb 2001 16:30:27 -0800 (PST) From: Liu Siwei Subject: How could I do with my sound card? 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 Hello, My question is: My sound card is CS423X, FreeBSD supports it. It says: pcm1: at port 0x534-0x537,0x388-0x38b,0x220-0x22f irq 5 drq 1,0 on isa0 . But my system is FreeBSD-current, the /dev file system I can't write, can't use sh MAKEDEV snd0, and all software to look for /dev/mixer0 .. So how could to now? my dmesg: Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.0-CURRENT #0: Wed Feb 21 19:57:08 GMT 2001 root@bigbear.com:/usr/home/src-cur/sys/compile/bigbear Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 300685261 Hz CPU: AMD-K6tm w/ multimedia extensions (300.69-MHz 586-class CPU) Origin = "AuthenticAMD" Id = 0x570 Stepping = 0 Features=0x8001bf AMD Features=0x400<> real memory = 67108864 (65536K bytes) avail memory = 61530112 (60088K bytes) Preloaded elf kernel "kernel" at 0xc03b5000. seq0-15: Midi sequencers. Using $PIR table, 4 entries at 0xc00fdc10 npx0: on motherboard npx0: INT 16 interface pcib0: at pcibus 0 on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xe000-0xe00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 7.2 (no driver attached) pci0: at 7.3 (no driver attached) ed0: port 0xe800-0xe81f irq 10 at device 10.0 on pci0 ed0: address 00:e0:4c:dd:a0:ec, type NE2000 (16 bit) pci0: at 12.0 (no driver attached) 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 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 ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/16 bytes threshold plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff 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 unknown: can't assign resources pcm1: at port 0x534-0x537,0x388-0x38b,0x220-0x22f irq 5 drq 1,0 on isa0 ad0: 4112MB [8912/15/63] at ata0-master UDMA33 ad1: 2014MB [4092/16/63] at ata0-slave UDMA33 acd0: CDROM at ata1-master using PIO4 Mounting root from ufs:/dev/ad0s1a cd9660: RockRidge Extension my dev: acd0a dsp1.0 ppi0 sequencer9 ttyv5 acd0c dsp1.1 psm0 sndstat ttyv6 ad0 dspW1.0 random stderr ttyv7 ad0s1a dspW1.1 sequencer0 stdin ttyv8 ad0s1b fd sequencer1 stdout ttyv9 ad0s1e fd0 sequencer10 sysmouse ttyva ad1 io sequencer11 tty ttyvb audio1.0 kbd0 sequencer12 ttyd0 ttyvc audio1.1 klog sequencer13 ttyd1 ttyvd bpsm0 kmem sequencer14 ttyid0 ttyve console log sequencer15 ttyid1 ttyvf consolectl lpt0 sequencer2 ttyld0 urandom cuaa0 lpt0.ctl sequencer3 ttyld1 vga cuaa1 mdctl sequencer4 ttyv0 zero cuaia0 mem sequencer5 ttyv1 cuaia1 mixer1 sequencer6 ttyv2 cuala0 null sequencer7 ttyv3 cuala1 pci sequencer8 ttyv4 my df: Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s1a 228207 98219 111732 47% / devfs 1 1 0 100% /dev/ /dev/ad0s1e 3460132 1892196 1291126 59% /usr procfs 4 4 0 100% /proc /dev/acd0a 659010 659010 0 100% /cdrom __________________________________________________ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 16:32:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id B70C137B4EC for ; Thu, 22 Feb 2001 16:32:47 -0800 (PST) (envelope-from lowell@be-well.ilk.org) Received: (from lowell@localhost) by be-well.ilk.org (8.11.2/8.11.2) id f1N0WhM20324; Thu, 22 Feb 2001 19:32:43 -0500 (EST) (envelope-from lowell) To: freebsd-questions@freebsd.org, hphinizy@oasysglobal.net Subject: Re: web server prob... References: <004201c09d29$3182f5a0$87ee97d1@oasysglobal.net> From: Lowell Gilbert Date: 22 Feb 2001 19:32:42 -0500 In-Reply-To: hphinizy@oasysglobal.net's message of "23 Feb 2001 00:45:58 +0100" Message-ID: <44hf1mfdcl.fsf@lowellg.ne.mediaone.net> Lines: 6 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hphinizy@oasysglobal.net (Harison Phinizy) writes: > I am getting an error on my web server (freebsd box--4.2-stable). I get the following message scrolling on the screen. icmp-response bandwidth limit 209/200 pps. That 209/200 changes between 250 to 210... Please check the FAQ: http://www.freebsd.org/faq/networking.html#ICMP-RESPONSE-BW-LIMIT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 16:35: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sentinel.uaa.alaska.edu (Sentinel.uaa.alaska.edu [137.229.100.128]) by hub.freebsd.org (Postfix) with ESMTP id C86F937B401 for ; Thu, 22 Feb 2001 16:35:03 -0800 (PST) (envelope-from asjwm2@uaa.alaska.edu) Received: from uaa.alaska.edu ([137.229.98.73]) by sentinel.uaa.alaska.edu (Netscape Messaging Server 4.15) with ESMTP id G96PK900.J65 for ; Thu, 22 Feb 2001 15:33:45 -0900 Message-ID: <3A95A316.902@uaa.alaska.edu> Date: Thu, 22 Feb 2001 15:39:02 -0800 From: "JOHN MUELLER" User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; m18) Gecko/20001108 Netscape6/6.0 X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: debian potato Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear BSD, I just ran the printer cap man page for debian potato, and it says that freeBSD 4.2 has the rules for configuring my HP Laser Jet Series 2 printer. Can you send me a copy of the file to configure it and the directory location where I should put it ? Otherwise it only prints one line of a file and it looks like #include #include #include #include and like that. Any tips ?? Thx Johnny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 16:35:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kheops.demo.telefonica.com.pe (kheops.demo.telefonica.com.pe [200.37.84.130]) by hub.freebsd.org (Postfix) with ESMTP id 5378B37B503 for ; Thu, 22 Feb 2001 16:35:41 -0800 (PST) (envelope-from rcc@demo.telefonica.com.pe) Received: from elcsa20008 (khephren.demo.telefonica.com.pe [200.37.84.131]) by kheops.demo.telefonica.com.pe (8.11.0/8.11.0) with SMTP id f1N0fCP13171 for ; Thu, 22 Feb 2001 19:41:12 -0500 (PET) Message-ID: <000c01c09d2f$e190a270$4d01190a@tp.com.pe> From: "Richard Cotrina" To: References: <007601c09d17$875001b0$4d01190a@tp.com.pe> Subject: RE: Lotus Domino R5 on 4.2-Release Date: Thu, 22 Feb 2001 19:30:51 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MIMEOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all : After searching some mailing lists I found some information about Domino R5 and FreeBSD 3.2-Release : http://www.notes.net/r5linuxforum.nsf/7d6a87824e2f09768525655b0050f2f2/0F3A1 C7D48DC0B93852567DE00530495?OpenDocument I folloewd those steps. I´ve recompiled my Kernel adding these features : options COMPAT_LINUX options SHMALL=4097 options SHMMAXPGS=4097 options "SHMMAX=(SHMMAXPGS*PAGE_SIZE+1)" options SEMMAP=255 options SEMMNI=235 options SEMMNS=255 options SEMMNU=235 options SEMMSL=255 options SEMOPM=201 options SEMUME=201 options "P1003_1B" options "_KPOSIX_PRIORITY_SCHEDULING" options "_KPOSIX_VERSION=199309L" options USER_LDT I can run now the binaries, but when I started the server : http httpsetup , a message appears in the kernel messages : Feb 22 19:18:34 notes /kernel: kernel trap 9 with interrupts disabled Feb 22 19:18:34 notes last message repeated 838 times That causes that the server does not start completely. Any ideas ? Richard Cotrina ----- Original Message ----- From: Richard Cotrina To: Sent: Thursday, February 22, 2001 4:36 PM Subject: Lotus Domino for Linux > Hi all : > > I've installed Lotus Domino Server (r5) Linux version on a FreeBSD > 4.2-Release box with linux compat enabled. All the installation steps were > completed without any dificulty. The matter is that I can't run the ELF > Linux binaries of the server. When I execute any binary I get the message : > > Lotus Notes: error 0x19E > > Doe anyone know if it's necesary to modify anything in the kernel or maybe > there are any tip to install the Domino for Linux ? > > Thanks in advance for any suggestion. > > Richard Cotrina > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 17: 0:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from raffles-it.com (raffles.demon.co.uk [158.152.17.201]) by hub.freebsd.org (Postfix) with ESMTP id 6A51737B4EC for ; Thu, 22 Feb 2001 17:00:20 -0800 (PST) (envelope-from dpd@raffles-it.com) Received: from dribble.lan.raffles-it.com (dribble.lan.raffles-it.com [192.168.100.50]) by raffles-it.com (8.11.2/8.11.1) with ESMTP id f1N0WNx64826; Fri, 23 Feb 2001 00:32:23 GMT (envelope-from dpd@lan.raffles-it.com) Received: from dribble.lan.raffles-it.com (localhost [127.0.0.1]) by dribble.lan.raffles-it.com (8.11.2/8.11.1) with ESMTP id f1N0lgM06868; Fri, 23 Feb 2001 00:47:42 GMT (envelope-from dpd@lan.raffles-it.com) Message-Id: <200102230047.f1N0lgM06868@dribble.lan.raffles-it.com> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Jeremy Nelson , questions@FreeBSD.ORG Subject: Re: Printing via USB In-Reply-To: Your message of "Mon, 19 Feb 2001 13:29:18 CST." <200102191929.NAA03320@epicsol.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 23 Feb 2001 00:47:41 +0000 From: David Dooley Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jeremy, I tried to respond to your email, but apperently it got rejected by one of the isp's on route. I you have the details of the wake up program I would be most intrested. I would also be intrested in how you configured your printer just for comparision. Thanks for your time. David. > In article <200102191847.f1JIl8Z01499@dribble.lan.raffles-it.com> you posted: > >Hi, I have a Epsom printer with a USB port and have configured USB and ulpt > >suport in my kernel. When I print I via the parallel port I get output, but > >when I try via the ulpt0 port the printer cariage moves for a couple of > >seconds, but no output. Anyone any ideas? > > Yes. Unfortunately, epson printers are not "ready to go", but rather have > to be commanded to attention before you can print to them. There is a small > program floating around that tells the epson printer to exit its sleeping > mode and come to attention. I don't have where I am right now, but if you > email me back, I'll send it to you tonight after I get home. > > >I am trying to keep the "lpt" port free for a postscript printer, all though > >if anyone knows how to print to a "TCP/IP stream" type network printer that > >would me be most useful as well, as the printer has a network port that is > >connected and configured. > > You should look at the 'cups' port -- together with the 'gimp-print' package, > it has successfully got freebsd thinking that my epson 860 printer is a > postscript printer (through software, natch). Works great, so far. > > Jeremy > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 17: 9:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.nbrewer.com (sparge.nbrewer.com [208.42.68.70]) by hub.freebsd.org (Postfix) with ESMTP id 6489B37B4EC for ; Thu, 22 Feb 2001 17:09:30 -0800 (PST) (envelope-from chris@nbrewer.com) Received: by mail.nbrewer.com (Postfix, from userid 1009) id 84C3416A; Thu, 22 Feb 2001 19:09:29 -0600 (CST) Date: Thu, 22 Feb 2001 19:09:29 -0600 From: Christopher Farley To: Peter Brezny Cc: freebsd-questions@freebsd.org Subject: Re: problems sending mail to freebsd.org Message-ID: <20010222190928.A5606@northernbrewer.com> Mail-Followup-To: Christopher Farley , Peter Brezny , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from peter@black.purplecat.net on Thu, Feb 22, 2001 at 04:41:15PM -0500 Organization: Northern Brewer, St. Paul, MN Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Peter Brezny (peter@black.purplecat.net) wrote: > I've been having problems sending mail to the freebsd.org domain. my > messages are rejected. I sent a message to the postmaster@freebsd.org a > while ago, but have yet to receive a reply. > > the details are copied below. any suggestions? I just recently had a problem sending mail to freebsd.org because it seems their mailservers are now requiring valid reverse DNS lookups, probably as an anti-spam measure. This seems a little extreme, though; my subnet is not a full octet subnet, and my ISP won't let me administer the reverse DNS zones. I had to have my ISP manually add the entries to its zone file. I have never required reverse DNS lookups on my mail server because it would reject far too many valid addresses. -- Christopher Farley www.northernbrewer.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 17:21:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hormann.tzo.cc (cvg-65-27-148-213.cinci.rr.com [65.27.148.213]) by hub.freebsd.org (Postfix) with ESMTP id 3EF7637B491 for ; Thu, 22 Feb 2001 17:21:49 -0800 (PST) (envelope-from ghormann@ns.kconline.com) Received: from localhost (ghormann@localhost) by hormann.tzo.cc (8.11.1/8.11.1) with ESMTP id f1N1QYn18392 for ; Thu, 22 Feb 2001 20:26:35 -0500 (EST) (envelope-from ghormann@ns.kconline.com) X-Authentication-Warning: hormann.tzo.cc: ghormann owned process doing -bs Date: Thu, 22 Feb 2001 20:26:33 -0500 (EST) From: Greg Hormann X-Sender: ghormann@hormann.tzo.cc To: questions@freebsd.org Subject: Direct Access to Parallel Port Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I need to control some solid state relays (SSRs) from my old P75. In the past, I've used dos, Qbasic, and Parallel port to control up to 8 SSRs. (Just by sending 0-255 to the correct I/O address, I can turn on/off pins 2-9.) Anyway, I'd like to convert this DOS box over to FreeBSD so that I can make changes remotely. How difficult would it be to send a byte out to the I/O address of the parallel Port on a FreeBSD box? Secondly, Anybody ever worked on a driver for digital I/O boards? (Like the CYDIO192 board from http://www.cyberresearch.com). From what I can tell, it doesn't seem any more complicated then just sending bytes to the correct I/O port. (I could be very wrong as I'm not good with the hardware level.) Thanks! Greg. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 17:31:50 2001 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 E8FCC37B491 for ; Thu, 22 Feb 2001 17:31:47 -0800 (PST) (envelope-from hawk@fac13.ds.psu.edu) Received: from fac13.ds.psu.edu (localhost [127.0.0.1]) by fac13.ds.psu.edu (8.11.1/8.11.1) with ESMTP id f1N1TM651531 for ; Thu, 22 Feb 2001 20:29:22 -0500 (EST) (envelope-from hawk@fac13.ds.psu.edu) Message-Id: <200102230129.f1N1TM651531@fac13.ds.psu.edu> To: freebsd-questions@FreeBSD.ORG Subject: simultaneous load of 0 and 1? Date: Thu, 22 Feb 2001 20:29:22 -0500 From: hawk Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Bizaree . . . . xload shows a load of 1, though nothing is happening. Top shows a load of 1, and 70-90% idle: last pid: 51508; load averages: 1.00, 1.03, 0.84 up 10+07:49:53 20:26:15 44 processes: 3 running, 37 sleeping, 4 zombie CPU states: 6.4% user, 0.0% nice, 15.0% system, 0.4% interrupt, 78.1% idle Mem: 82M Active, 28M Inact, 21M Wired, 10M Cache, 25M Buf, 12M Free Swap: 160M Total, 2304K Used, 158M Free, 1% Inuse PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 46839 root 28 0 7544K 5964K RUN 6:32 3.47% 3.47% XF86_S3 51508 hawk 33 0 1884K 1092K RUN 0:00 15.89% 1.51% top 51505 hawk 28 0 3376K 2756K RUN 0:00 2.29% 0.83% xterm 147 root 2 0 884K 344K select 8:32 0.68% 0.68% moused 51506 hawk 18 0 1336K 872K pause 0:00 1.21% 0.44% tcsh 48785 hawk 2 0 2080K 1472K select 0:10 0.05% 0.05% fvwm2 16752 hawk 2 0 2236K 920K select 0:50 0.00% 0.00% fetchmail 114 root 2 0 2496K 1176K select 0:32 0.00% 0.00% sendmail 190 root 2 0 1848K 852K select 0:23 0.00% 0.00% rplayd 107 root 10 0 952K 516K nanslp 0:13 0.00% 0.00% cron 82 root 2 0 916K 472K select 0:12 0.00% 0.00% syslogd 48780 hawk 2 0 3380K 2748K select 0:11 0.00% 0.00% xterm 118 root 2 0 2404K 856K select 0:06 0.00% 0.00% sshd 120 root 2 0 888K 400K select 0:06 0.00% 0.00% usbd 51223 hawk 2 0 3388K 2780K select 0:04 0.00% 0.00% xterm 105 root 2 0 1032K 520K select 0:04 0.00% 0.00% inetd ps aux doesn't show anything eating cycles, either. What's going on To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 17:37:50 2001 Delivered-To: freebsd-questions@hub.freebsd.org Received: from mail.xnet.com (quake.xnet.com [198.147.221.67]) by hub.freebsd.org (Postfix) with ESMTP id BA91437B4EC for ; Thu, 22 Feb 2001 17:37:48 -0800 (PST) (envelope-from dcarmich@dcarmich.xnet.com) Received: from dcarmich.xnet.com (dcarmich.xnet.com [205.243.153.129]) by mail.xnet.com (8.9.3+Sun/XNet-3.0R) with ESMTP id TAA13286; Thu, 22 Feb 2001 19:37:40 -0600 (CST) Received: (from dcarmich@localhost) by dcarmich.xnet.com (8.10.2/8.10.2) id f1N1ZZT02821; Thu, 22 Feb 2001 19:35:35 -0600 From: Douglas Carmichael Message-Id: <200102230135.f1N1ZZT02821@dcarmich.xnet.com> Subject: Is anyone running KDE 2.1b2 on *BSD? To: freebsd-questions@hub.freebsd.org Date: Thu, 22 Feb 2001 19:35:31 -0600 (CST) Reply-To: dcarmich@xnet.com X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is anyone running KDE 2.1b2 on *BSD? If so, with what degree of success? (Any special tricks required to get it to compile?) Any and all comments welcome. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 17:53: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hobbiton.shire.net (frogmorton.shire.net [204.228.145.136]) by hub.freebsd.org (Postfix) with ESMTP id 0E70337B4EC for ; Thu, 22 Feb 2001 17:53:03 -0800 (PST) (envelope-from chad@pengar.com) Received: from [216.64.45.172] (helo=[192.168.99.66]) by hobbiton.shire.net with esmtp (Exim 2.04 #5) id 14W7P5-0007MH-00; Thu, 22 Feb 2001 18:52:15 -0700 Date: Thu, 22 Feb 2001 20:53:01 -0500 From: "Chad Leigh, Pengar Enterprises, Inc and Shire.Net LLC" Reply-To: chad@pengar.com To: Lowell Gilbert , freebsd-questions@freebsd.org Cc: hphinizy@oasysglobal.net Subject: Re: web server prob... Message-ID: <1754803.982875181@[192.168.99.66]> In-Reply-To: <44hf1mfdcl.fsf@lowellg.ne.mediaone.net> References: <004201c09d29$3182f5a0$87ee97d1@oasysglobal.net> <44hf1mfdcl.fsf@lowellg.ne.mediaone.net> X-Mailer: Mulberry/2.1.0a2 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --On Thursday, February 22, 2001 7:32 PM -0500 Lowell Gilbert wrote: > hphinizy@oasysglobal.net (Harison Phinizy) writes: >> I am getting an error on my web server (freebsd box--4.2-stable). I get >> the following message scrolling on the screen. icmp-response bandwidth >> limit 209/200 pps. That 209/200 changes between 250 to 210... > > Please check the FAQ: > http://www.freebsd.org/faq/networking.html#ICMP-RESPONSE-BW-LIMIT > That gives a page not found error. However http://www.freebsd.org/FAQ/networking.html#ICMP-RESPONSE-BW-LIMIT works. Chad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 17:58:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from spitfire.velocet.net (spitfire.velocet.net [209.167.225.66]) by hub.freebsd.org (Postfix) with ESMTP id C350E37B491 for ; Thu, 22 Feb 2001 17:58:37 -0800 (PST) (envelope-from ddavid@ican.net) Received: from david.thecafe.ca (H132.C192.tor.velocet.net [216.138.192.132]) by spitfire.velocet.net (Postfix) with SMTP id 403BA19A01E for ; Thu, 22 Feb 2001 20:58:36 -0500 (EST) From: David To: freebsd-questions@freebsd.org Subject: RE: Is anyone running KDE 2.1b2 on *BSD Date: Thu, 22 Feb 2001 21:01:19 -0500 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Message-Id: <01022221011900.00695@david.thecafe.ca> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG According to KDE's site, the source's and binaries for 2.1 will be out tomorrow (23) with the announcement on Monday (26) of the release. Just as well to wait for that, and I believe Will Andrews will be working on it this weekend or next ( as per a recent email on the ports list today, atleast I'm hopeing he meant 2.1 :-) David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 18: 2:56 2001 Delivered-To: freebsd-questions@hub.freebsd.org Received: from mobile.hub.org (SHW39-29.accesscable.net [24.138.39.29]) by hub.freebsd.org (Postfix) with ESMTP id DE6F637B491 for ; Thu, 22 Feb 2001 18:02:52 -0800 (PST) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by mobile.hub.org (8.11.1/8.11.1) with ESMTP id f1N22nG29389; Thu, 22 Feb 2001 22:02:49 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: mobile.hub.org: scrappy owned process doing -bs Date: Thu, 22 Feb 2001 22:02:49 -0400 (AST) From: The Hermit Hacker To: Douglas Carmichael Cc: Subject: Re: Is anyone running KDE 2.1b2 on *BSD? In-Reply-To: <200102230135.f1N1ZZT02821@dcarmich.xnet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm building out of KDE CVS on my 4.2-STABLE machine ... pretty much straight out of the box ... On Thu, 22 Feb 2001, Douglas Carmichael wrote: > Is anyone running KDE 2.1b2 on *BSD? > If so, with what degree of success? (Any special tricks required to > get it to compile?) > > Any and all comments welcome. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 18:25:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from karon.dynas.se (karon.dynas.se [192.71.43.4]) by hub.freebsd.org (Postfix) with SMTP id 1117037B401 for ; Thu, 22 Feb 2001 18:25:51 -0800 (PST) (envelope-from mikko@dynas.se) Received: (qmail 63798 invoked from network); 23 Feb 2001 02:25:48 -0000 Received: from spirit.sto.dynas.se (HELO spirit.dynas.se) (172.16.1.10) by 172.16.1.1 with SMTP; 23 Feb 2001 02:25:48 -0000 Received: (qmail 12569 invoked from network); 23 Feb 2001 02:25:47 -0000 Received: from explorer.rsa.com (10.81.217.59) by spirit.dynas.se with SMTP; 23 Feb 2001 02:25:47 -0000 Received: (from mikko@localhost) by explorer.rsa.com (8.11.1/8.11.1) id f1N2PhC76511; Thu, 22 Feb 2001 18:25:43 -0800 (PST) (envelope-from mikko) Date: Thu, 22 Feb 2001 18:25:43 -0800 (PST) From: Mikko Tyolajarvi Message-Id: <200102230225.f1N2PhC76511@explorer.rsa.com> To: evilwolf@cyberdude.com Cc: questions@freebsd.org Subject: Re: Ipfw with dial-up Newsgroups: local.freebsd.questions References: <010222131752DZ.06490@weba2.iname.net> X-Newsreader: NN version 6.5.6 (NOV) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In local.freebsd.questions you write: >Dear FreeBSD guys- >I have FreeBSD 4.0 that I recently got. I wanted to set up the ipfw firewall included with it and so I went to your tutorials and followed that exactly. Wrap your lines, please. [ Seemingly correct kernel & natd config removed ] [ Ditto lots of hopefully correct firewall rules ] >Now when I reboot, it the startup messages I see something like "interface tun0 doesn't exist". And when I try to connect to the net, I can connect but cant send any packets out or recieve any for that matter. Am I supposed to replace to reference to "tun0" in rc.conf and/or the fwrules with the device name of my modem....? Or what? Got any ideas I could try out? Thanks for your help. Hos do you start "ppp"? The "tun0" interface does not show up until ppp opens it, so in order for this to work you have to start ppp at boot time, for example in "auto" mode. The system should do this if you have "ppp_enable=YES" in /etc/rc.conf. However, does the tutorial really say that you should use natd and ipfw with a dial-up ppp connection? The "ppp" program can do NAT as well as packet filtering. The filtering is less advanced than that of ipfw, but adequate as a basic firewall. Check ppp(8) and /usr/share/examples/ppp/ppp.conf.sample. $.02, /Mikko -- Mikko Työläjärvi_______________________________________mikko@rsasecurity.com RSA Security To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 18:28:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ox.techasia.com.ph (AP-203.167.24.10.sysads.com [203.167.24.10]) by hub.freebsd.org (Postfix) with ESMTP id 7F35837B491 for ; Thu, 22 Feb 2001 18:28:35 -0800 (PST) (envelope-from jessie@power-jessie.net) Received: from tiger.techasia.com.ph (host-216-252-142-18.interpacket.net [216.252.142.18]) by ox.techasia.com.ph (Postfix) with ESMTP id 7C09CA2F21 for ; Fri, 23 Feb 2001 10:18:17 +0800 (PHT) Received: from jessie (unknown [216.252.213.11]) by tiger.techasia.com.ph (Postfix) with SMTP id D359A2E827 for ; Fri, 23 Feb 2001 10:19:31 +0000 (GMT) From: "Power JeSsIe!" To: Subject: authorized shutdown Date: Fri, 23 Feb 2001 10:41:13 -0800 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.50.4522.1200 In-Reply-To: <3A95A316.902@uaa.alaska.edu> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG this may sound a newbie question but i just wanna know How can i limit the 'shutdown' command (and the pressing of 'ctrl-alt-del' keys as well ) to authorized users only? is there a file to edit? (i.e. /etc/shutdown.allow) any help will be greatly appreciated. tia. jessie asia allied tech. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 18:52: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from grumpy.dyndns.org (user-24-214-56-129.knology.net [24.214.56.129]) by hub.freebsd.org (Postfix) with ESMTP id 9DDB737B401 for ; Thu, 22 Feb 2001 18:51:59 -0800 (PST) (envelope-from dkelly@grumpy.dyndns.org) Received: from localhost (localhost [127.0.0.1]) by grumpy.dyndns.org (8.11.2/8.11.2) with ESMTP id f1N2ptm44757; Thu, 22 Feb 2001 20:51:55 -0600 (CST) (envelope-from dkelly@grumpy.dyndns.org) Message-Id: <200102230251.f1N2ptm44757@grumpy.dyndns.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Steve Cc: freebsd-questions@FreeBSD.ORG Subject: Re: HP7200i+ IDE CDRW In-Reply-To: Message from Steve of "Thu, 22 Feb 2001 14:37:05 PST." <20010222223705.68336.qmail@web10702.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 22 Feb 2001 20:51:55 -0600 From: David Kelly Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Steve writes: > Hi all, > > > I've decided to make this a once a week post till I > get confirmation one way or the other. I know the > HP7200 cdrw is in the supported device list, i'd like > to confirm that THIS EXACT MODEL works in FreeBSD. > Does anyone have this EXACT MODEL HP7200i+ IDE CDRW > FUNCTIONING in FreeBSD? I know other models work, I > just had trouble with mine and gave up after working > on it for a few days. Before I make another run at it > i'd like to determine if ANYONE running FreeBSD on the > planet has it functioning. Go read this before posting again: ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/README.hp-7200 -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 18:57:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cody.jharris.com (cody.jharris.com [205.238.128.83]) by hub.freebsd.org (Postfix) with ESMTP id 159B237B401 for ; Thu, 22 Feb 2001 18:57:32 -0800 (PST) (envelope-from nick@rogness.net) Received: from localhost (nick@localhost) by cody.jharris.com (8.11.1/8.9.3) with ESMTP id f1N3EGb29323; Thu, 22 Feb 2001 21:14:16 -0600 (CST) (envelope-from nick@rogness.net) Date: Thu, 22 Feb 2001 21:14:16 -0600 (CST) From: Nick Rogness X-Sender: nick@cody.jharris.com To: G D McKee Cc: Brennan Stehling , Ben , freebsd-questions Subject: Re: NATD In-Reply-To: <000701c09d02$aaaf8960$0500a8c0@gdmckee.local> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 22 Feb 2001, G D McKee wrote: > Hi Hello. > > I have searched through the archives, and people have the same problem, but > no one seems to know who to get natd to log the denied packets. I tried > firing it up with -log_denied, hupping syslogd, etc and still not log info. This "failed to write packet" error has nothing to do with natd and everything to do with your firewall. Packets are being denied once they re-enter the firewall rules. Add a rule to allow these packets after the divert rule. Nick Rogness - Keep on routing in a Free World... "FreeBSD: The Power to Serve!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 19: 7:43 2001 Delivered-To: freebsd-questions@hub.freebsd.org Received: from po3.wam.umd.edu (po3.wam.umd.edu [128.8.10.165]) by hub.freebsd.org (Postfix) with ESMTP id ABC1E37B401 for ; Thu, 22 Feb 2001 19:07:39 -0800 (PST) (envelope-from culverk@wam.umd.edu) Received: from rac2.wam.umd.edu (IDENT:root@rac2.wam.umd.edu [128.8.10.142]) by po3.wam.umd.edu (8.9.3/8.9.3) with ESMTP id WAA27631; Thu, 22 Feb 2001 22:07:37 -0500 (EST) Received: from rac2.wam.umd.edu (IDENT:sendmail@localhost [127.0.0.1]) by rac2.wam.umd.edu (8.9.3/8.9.3) with SMTP id WAA07461; Thu, 22 Feb 2001 22:07:37 -0500 (EST) Received: from localhost (culverk@localhost) by rac2.wam.umd.edu (8.9.3/8.9.3) with ESMTP id WAA07457; Thu, 22 Feb 2001 22:07:37 -0500 (EST) X-Authentication-Warning: rac2.wam.umd.edu: culverk owned process doing -bs Date: Thu, 22 Feb 2001 22:07:37 -0500 (EST) From: Kenneth Wayne Culver To: Douglas Carmichael Cc: freebsd-questions@hub.freebsd.org Subject: Re: Is anyone running KDE 2.1b2 on *BSD? In-Reply-To: <200102230135.f1N1ZZT02821@dcarmich.xnet.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 ran it for a while, I had to adjust some stuff in /etc/hosts to make the logout buttons work right, and permissions aren't set right on ~/.kde/* so you have to set them yourself. It compiles pretty clean though. I'd suggest waiting until the end of the week when KDE 2.1 is supposed to come out (non-beta) ================================================================= | 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 Thu, 22 Feb 2001, Douglas Carmichael wrote: > Is anyone running KDE 2.1b2 on *BSD? > If so, with what degree of success? (Any special tricks required to > get it to compile?) > > Any and all comments welcome. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 19:12:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web11004.mail.yahoo.com (web11004.mail.yahoo.com [216.136.131.54]) by hub.freebsd.org (Postfix) with SMTP id D7ACE37B401 for ; Thu, 22 Feb 2001 19:12:27 -0800 (PST) (envelope-from fasi_74@yahoo.com) Message-ID: <20010223031227.99556.qmail@web11004.mail.yahoo.com> Received: from [202.5.151.11] by web11004.mail.yahoo.com; Thu, 22 Feb 2001 19:12:27 PST Date: Thu, 22 Feb 2001 19:12:27 -0800 (PST) From: faisal gillani Subject: BSD Loader 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 use freeBSD bootloader to load my freebsd & solaris but it doesnt display my solaris name instead it says ???? how can i write Solaris in it ? __________________________________________________ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 19:28:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lamborghini.indocyber.com (lamborghini.indocyber.com [202.180.0.86]) by hub.freebsd.org (Postfix) with SMTP id BDFFB37B491 for ; Thu, 22 Feb 2001 19:28:06 -0800 (PST) (envelope-from john@office.naver.co.id) Received: (qmail 17996 invoked from network); 23 Feb 2001 03:21:48 -0000 Received: from unknown (HELO dante.naver.co.id) (postfix@202.155.86.83) by lamborghini.indocyber.com with SMTP; 23 Feb 2001 03:21:48 -0000 Received: by dante.naver.co.id (Postfix, from userid 1000) id 2E7A2BDEAA; Fri, 23 Feb 2001 10:22:38 +0700 (JAVT) Date: Fri, 23 Feb 2001 10:22:38 +0700 From: John Indra To: freebsd-questions@freebsd.org Subject: Analyzing MRTG output Message-ID: <20010223102237.A30474@office.naver.co.id> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Mailer: Mutt 1.2.5i on FreeBSD 5.0-20010210-CURRENT i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear all... I am monitoring traffic on my network with MRTG. I setup SNMP in my SuperStack II 3300 3Com switch, then run MRTG on each port to gather a statistics. Ever since I installed those beautiful graphs, my boss start asking questions like: "Why is outgoing traffic from 5 to 7 o'clock is very high?" "What happens on 12 o'clock, there's a big spike in outgoing traffic?" Can anyone share tips to answer those kind of questions? Thanks... /john To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 19:32:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gw.nectar.com (gw.nectar.com [208.42.49.153]) by hub.freebsd.org (Postfix) with ESMTP id CBA8D37B401; Thu, 22 Feb 2001 19:32:49 -0800 (PST) (envelope-from nectar@nectar.com) Received: by gw.nectar.com (Postfix, from userid 1001) id 3E3B818C92; Thu, 22 Feb 2001 21:32:48 -0600 (CST) Date: Thu, 22 Feb 2001 21:32:48 -0600 From: "Jacques A. Vidrine" To: Bradford Castalia Cc: Darren Shepard , Alessandro de Manzano , questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: Matrox G450 and X 4.0.2 = blank ? Message-ID: <20010222213248.A15116@spawn.nectar.com> References: <20010222123850.A23035@eel.ENGR.ORST.EDU> <3A95A591.608C937D@azstarnet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A95A591.608C937D@azstarnet.com>; from Castalia@azstarnet.com on Thu, Feb 22, 2001 at 04:49:37PM -0700 X-Url: http://www.nectar.com/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Feb 22, 2001 at 04:49:37PM -0700, Bradford Castalia wrote: > Yesterday I tried the 1_01_05_beta mga driver distribution from Matrox > on FreeBSD 4.2-STABLE with XFree86-4.0.2 and a G400 32MB dual head AGP > card. I was disappointed with the results. Reverting to the 1_00_04_beta > distribution restored clean operation. > > Getting the XF86Config file right can be a bit daunting. I've been > struggling to find the optimal configuration to wring the most > display area out of the G400. By playing with xvidtune and tweaking > a ModeLine for the Monitor section I've been able to realize 1152x860 > at 24bpp. The Samsung 750p monitors I'm using can easily handle much > higher resolution, and I'm sure the G400 can provide at least 1280x1024 > for both screens The damn G400 is limited to 1280x1024 on the second output, though the first output can go much higher. > (as demonstrated by the commercial Accelerated X > multi-head server), but I haven't been able to discover the magic > configuration to accomplish this. I'll provide a copy of my XF86Config, > on request, if that might be of some help. Because of the above limitation I've thrown the G400 into a corner where I hope it will feel appropriately unloved, and went back to a Matrox Millenium II PCI and MM II AGP for my two screens (1600x1200 each). I mention this because I don't remember the details, but the syntax of XF86Config for configuring dual-head operation with the standard XF86 mga driver is different from the Matrox mga driver. Using the Matrox mga driver (as you must with the G400), there is a `Screen' attribute for the "device" section. I know this is vague, but I can't remember exactly. Just keep fiddling, I was able to get it working. Cheers, -- Jacques Vidrine / n@nectar.com / jvidrine@verio.net / nectar@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 19:42:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ox.techasia.com.ph (AP-203.167.24.10.sysads.com [203.167.24.10]) by hub.freebsd.org (Postfix) with ESMTP id B87A037B4EC for ; Thu, 22 Feb 2001 19:42:01 -0800 (PST) (envelope-from jessie@power-jessie.net) Received: from tiger.techasia.com.ph (host-216-252-142-18.interpacket.net [216.252.142.18]) by ox.techasia.com.ph (Postfix) with ESMTP id D1FB0A2F6E for ; Fri, 23 Feb 2001 11:31:44 +0800 (PHT) Received: from jessie (unknown [216.252.213.11]) by tiger.techasia.com.ph (Postfix) with SMTP id 1144A2E827 for ; Fri, 23 Feb 2001 11:33:00 +0000 (GMT) From: "Power JeSsIe!" To: Subject: RE: authorized shutdown Date: Fri, 23 Feb 2001 11:54:41 -0800 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.50.4522.1200 In-Reply-To: Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG this may sound a newbie question but i just wanna know How can i limit the 'shutdown' command (and the pressing of 'ctrl-alt-del' keys as well ) to authorized users only? is there a file to edit? (i.e. /etc/shutdown.allow) any help will be greatly appreciated. tia. jessie asia allied tech. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 19:51:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 23F4237B65D for ; Thu, 22 Feb 2001 19:51:35 -0800 (PST) (envelope-from mike@inethouston.net) Received: from charter (24-240-235-143.hsacorp.net [24.240.235.143]) by leviathan.inethouston.net (Postfix) with ESMTP id 627AA11131B; Thu, 22 Feb 2001 21:51:39 -0600 (CST) Message-ID: <02c801c09d4b$b381a520$0204a8c0@daimon> From: "Michael J. Turner" To: "Andrew Forgue" , References: Subject: Re: Ipf, Ipfw, natd and ipnat Date: Thu, 22 Feb 2001 21:50:00 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.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 no, all you need is... options IPFILTER options IPFILTER_LOG the log, if you want loging done ----- Original Message ----- From: "Andrew Forgue" To: Sent: Thursday, February 22, 2001 2:39 PM Subject: Ipf, Ipfw, natd and ipnat > > Hi, > > Do I Need to have IPFIREWALL and IPFILTER in the kernel if I will only use > ipf and ipnat? > > -syndicate > > ---------------------------------------------- > Techcellent Internet Services > [ http://www.techcellent.com ] > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 20:25:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tuxcom.net.mx (ns.tuxcom.net.mx [148.223.149.177]) by hub.freebsd.org (Postfix) with SMTP id 9758937B503 for ; Thu, 22 Feb 2001 20:25:08 -0800 (PST) (envelope-from michael@tuxcom.net.mx) Received: (qmail 27334 invoked from network); 22 Feb 2001 22:25:15 -0600 Received: from unknown (HELO tuxcom.net.mx) (10.0.0.214) by tux-33.tuxcom.net.mx with SMTP; 22 Feb 2001 22:25:15 -0600 Message-ID: <3A95E620.6133D29@tuxcom.net.mx> Date: Thu, 22 Feb 2001 22:25:04 -0600 From: schoensee X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Cc: John Indra Subject: Re: Analyzing MRTG output References: <20010223102237.A30474@office.naver.co.id> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Indra wrote: > > Dear all... > > I am monitoring traffic on my network with MRTG. I setup SNMP in my > SuperStack II 3300 3Com switch, then run MRTG on each port to gather a > statistics. > > Ever since I installed those beautiful graphs, my boss start asking > questions like: > "Why is outgoing traffic from 5 to 7 o'clock is very high?" > "What happens on 12 o'clock, there's a big spike in outgoing traffic?" First, if the mrtg gets the data from a "router" I don't know. Second, in my case, were BSD is the router, you can set up some ipfw rules like: count tcp from any to any 80 out xmit etha47 count tcp from any 80 to any in recv etha47 to see some http traffic or count ip from 10.0.0.107 to any in recv rl0 count ip from any to 10.0.0.107 out xmit rl0 to see traffic from specific ips then you can make a script to read the counters from mrtg like: Target[test]:`/usr/local/sbin/read_ipfw.sh` Other thing is: Play with tcpdump or ntop (from ports) and sripting. If your router (gateway) is the BSD box, I can give you a lot of sripts for ipfw and mrtg, see http://www.tuxcom.net.mx/stats/mrtg_bwm/ Saludos > > Can anyone share tips to answer those kind of questions? > > Thanks... > > /john > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 20:41:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from BB-62-5-7-230.bb.tninet.se (bb-62-5-7-230.bb.tninet.se [62.5.7.230]) by hub.freebsd.org (Postfix) with ESMTP id 64C8637B491 for ; Thu, 22 Feb 2001 20:41:15 -0800 (PST) (envelope-from mark.rowlands@minmail.net) Received: from BB-62-5-7-230.bb.tninet.se (localhost [127.0.0.1]) by BB-62-5-7-230.bb.tninet.se (8.11.2/8.11.2) with SMTP id f1N4f9309523; Fri, 23 Feb 2001 05:41:10 +0100 (CET) (envelope-from mark.rowlands@minmail.net) From: Mark Rowlands Organization: Qbranch AB To: freebsd-questions@FreeBSD.ORG Subject: Re: Analyzing MRTG output Date: Fri, 23 Feb 2001 05:41:09 +0100 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="us-ascii" Cc: John Indra References: <20010223102237.A30474@office.naver.co.id> <3A95E620.6133D29@tuxcom.net.mx> In-Reply-To: <3A95E620.6133D29@tuxcom.net.mx> MIME-Version: 1.0 Message-Id: <01022305410900.68489@BB-62-5-7-230.bb.tninet.se> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Friday 23 February 2001 05:25, schoensee wrote: > John Indra wrote: > > Dear all... > > > > I am monitoring traffic on my network with MRTG. I setup SNMP in my > > SuperStack II 3300 3Com switch, then run MRTG on each port to gather a > > statistics. > > > > Ever since I installed those beautiful graphs, my boss start asking > > questions like: > > "Why is outgoing traffic from 5 to 7 o'clock is very high?" > > "What happens on 12 o'clock, there's a big spike in outgoing traffic?" > > > > Can anyone share tips to answer those kind of questions? > > could try the mrtg mailing list ;-) but go take a peek at http://mrtg.xidus.net/info.shtml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 21:23:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web805.mail.yahoo.com (web805.mail.yahoo.com [128.11.23.65]) by hub.freebsd.org (Postfix) with SMTP id 860DA37B401 for ; Thu, 22 Feb 2001 21:23:29 -0800 (PST) (envelope-from parthax@yahoo.com) Received: (qmail 29139 invoked by uid 60001); 23 Feb 2001 05:23:28 -0000 Message-ID: <20010223052328.29138.qmail@web805.mail.yahoo.com> Received: from [202.52.239.130] by web805.mail.yahoo.com; Thu, 22 Feb 2001 21:23:28 PST Date: Thu, 22 Feb 2001 21:23:28 -0800 (PST) From: parthasarathi biswas Subject: Dummy ISP To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear ALL. Iam just learning Freebsd and want to setup a dummy isp in my office with my clients dialing in my system and getting coonected to the internet. For this I need to confgiure my system like wise: 1.Clients dialin. 2.get connected and then login/user varification and authorisation. 3.third and finaly getting connected to the net. How can I do this I checked the net and even free bsd site but I could not help my self setting up. Can anyone help me in this regard or any reference which explains this step by step. I have very little knowledge of freebsd,a newbiee Pls advise. Brgds/Partha __________________________________________________ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 22:33:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id 5838A37B4EC for ; Thu, 22 Feb 2001 22:33:12 -0800 (PST) (envelope-from wash@iconnect.co.ke) Received: from [212.22.163.2] (helo=poeza.iconnect.co.ke) by siafu.iconnect.co.ke with esmtp (Exim 2.12 #1) id 14WBl7-000A8x-00; Fri, 23 Feb 2001 09:31:17 +0300 Received: from wash by poeza.iconnect.co.ke with local (Exim 3.20 #1) id 14WBoL-000HBN-00; Fri, 23 Feb 2001 09:34:37 +0300 Date: Fri, 23 Feb 2001 09:34:37 +0300 From: Odhiambo Washington To: freebsd-questions@freebsd.org Cc: jessie@power-jessie.net Subject: Re: authorized shutdown Message-ID: <20010223093437.B64643@poeza.iconnect.co.ke> Mail-Followup-To: Odhiambo Washington , freebsd-questions@freebsd.org, jessie@power-jessie.net References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="2B/JsCI69OhZNC5r" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from "Power JeSsIe!" on Fri, Feb 23, 2001 at 11:54:41AM -0800 X-Operating-System: FreeBSD poeza.iconnect.co.ke 4.2-STABLE FreeBSD 4.2-STABLE X-Mailer: Mutt http://www.mutt.org/ X-Location: Mombasa, KE, East Africa Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --2B/JsCI69OhZNC5r Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Power JeSsIe! [20010223 06:44]: writing on the = subject 'RE: authorized shutdown' Power>=20 Power> this may sound a newbie question but i just wanna know Power> How can i limit the 'shutdown' command=20 Power> (and the pressing of 'ctrl-alt-del' keys as well ) Power> to authorized users only? If you add this option to the kernel config file and recompile, it will make CTRL+ALT+DEL a gone case, so noone, even you as root, will ever reset the system with those keys. options SC_DISABLE_REBOOT #Disable reboot by CTRL+ALT+DEL For the shutdown, it should not work for any user, unless you have given them that ability to do that in 'sudo' - please think about sudo, it is in the ports tree -- /usr/ports/security/sudo=20 /usr/local/etc/sudoers is the file to grant such privileges but you just don't edit it using any other text editor. You must use the command 'visudo' as root to edit. HTH -Wash -- Odhiambo Washington Inter-Connect Ltd., wash@iconnect.co.ke 5th Flr Furaha Plaza Tel: 254 11 222604 Nkrumah Rd., Fax: 254 11 222636 PO Box 83613 MOMBASA, KE. What a person believes is not as important as how a person believes. -Timot= hy=20 Virkkala=20 --2B/JsCI69OhZNC5r Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6lgR9A2k+MNyI/bERAjOlAKCDQR/wjY/PKuS4QDMvwQNZI3tDogCeL9J7 pHN6WH6drTBfUMhkyCDSlkI= =jyp3 -----END PGP SIGNATURE----- --2B/JsCI69OhZNC5r-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 22:37:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id EF66037B503 for ; Thu, 22 Feb 2001 22:37:30 -0800 (PST) (envelope-from wash@iconnect.co.ke) Received: from [212.22.163.2] (helo=poeza.iconnect.co.ke) by siafu.iconnect.co.ke with esmtp (Exim 2.12 #1) id 14WBp7-000AXA-00; Fri, 23 Feb 2001 09:35:25 +0300 Received: from wash by poeza.iconnect.co.ke with local (Exim 3.20 #1) id 14WBsL-000HCh-00; Fri, 23 Feb 2001 09:38:45 +0300 Date: Fri, 23 Feb 2001 09:38:45 +0300 From: Odhiambo Washington To: Liu Siwei Cc: FBSD-Q Subject: Re: How could I do with my sound card? Message-ID: <20010223093845.C64643@poeza.iconnect.co.ke> Mail-Followup-To: Odhiambo Washington , Liu Siwei , FBSD-Q References: <20010223003027.96566.qmail@web12806.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="OBd5C1Lgu00Gd/Tn" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010223003027.96566.qmail@web12806.mail.yahoo.com>; from "Liu Siwei" on Thu, Feb 22, 2001 at 04:30:27PM -0800 X-Operating-System: FreeBSD poeza.iconnect.co.ke 4.2-STABLE FreeBSD 4.2-STABLE X-Mailer: Mutt http://www.mutt.org/ X-Location: Mombasa, KE, East Africa Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --OBd5C1Lgu00Gd/Tn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Liu Siwei [20010223 03:32]: writing on the subject 'H= ow could I do with my sound card?' Liu> Hello, My question is: Liu> My sound card is CS423X, FreeBSD supports it. It Liu> says: pcm1: at port Liu> 0x534-0x537,0x388-0x38b,0x220-0x22f irq 5 drq 1,0 on Liu> isa0 Liu> . But my system is FreeBSD-current, the /dev file Liu> system I can't write, can't use sh MAKEDEV snd0, and Liu> all software to look for /dev/mixer0 .. Liu> So how could to now? You shouldn't be running -CURRENT if you're that newbie.!!! It is meant for the developers. For consolation, you need to login as superuser to be able to do that thing. su root# root# cd /dev root# ./MAKEDEV snd0 I'm sure it shouldn't fail if you do it that way. -Wash -- Odhiambo Washington Inter-Connect Ltd., wash@iconnect.co.ke 5th Flr Furaha Plaza Tel: 254 11 222604 Nkrumah Rd., Fax: 254 11 222636 PO Box 83613 MOMBASA, KE. You name it and I've done it. I'd like to say I did it my way. But that lin= e,=20 I'm afraid, belongs to someone else. -Sammy Davis Jr.=20 --OBd5C1Lgu00Gd/Tn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6lgV1A2k+MNyI/bERAmXhAKCq1NyMtC04iZDKpcWRTN6/Z8TC7wCbBR36 fEAJkRs/VEo5pe2pBiEiFCM= =c+9x -----END PGP SIGNATURE----- --OBd5C1Lgu00Gd/Tn-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 22:43:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id E258B37B4EC for ; Thu, 22 Feb 2001 22:43:41 -0800 (PST) (envelope-from wash@iconnect.co.ke) Received: from [212.22.163.2] (helo=poeza.iconnect.co.ke) by siafu.iconnect.co.ke with esmtp (Exim 2.12 #1) id 14WBvE-000B39-00; Fri, 23 Feb 2001 09:41:45 +0300 Received: from wash by poeza.iconnect.co.ke with local (Exim 3.20 #1) id 14WByS-000HFE-00; Fri, 23 Feb 2001 09:45:04 +0300 Date: Fri, 23 Feb 2001 09:45:04 +0300 From: Odhiambo Washington To: freebsd-questions@freebsd.org Cc: darryl@osborne-ind.com Subject: Re: ppp.conf and routing Message-ID: <20010223094504.D64643@poeza.iconnect.co.ke> Mail-Followup-To: Odhiambo Washington , freebsd-questions@freebsd.org, darryl@osborne-ind.com References: <001f01c09d1c$9f43f510$0701a8c0@darryl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="NklN7DEeGtkPCoo3" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <001f01c09d1c$9f43f510$0701a8c0@darryl>; from "Darryl Hoar" on Thu, Feb 22, 2001 at 04:13:01PM -0600 X-Operating-System: FreeBSD poeza.iconnect.co.ke 4.2-STABLE FreeBSD 4.2-STABLE X-Location: Mombasa, KE, East Africa Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --NklN7DEeGtkPCoo3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Darryl Hoar [20010223 01:16]: writing on the sub= ject 'ppp.conf and routing' Darryl> Greetings, Darryl> I am running FreeBSD 4.0-release and this is my ppp.conf file: Darryl>=20 Darryl> ################################################################# Darryl> # PPP Sample Configuration File Darryl> # Originally written by Toshiharu OHNO Darryl> # Simplified 5/14/1999 by wself@cdrom.com Darryl> # Darryl> # $FreeBSD: src/etc/ppp/ppp.conf,v 1.2 1999/08/27 23:24:08 peter Ex= p $ Darryl> ################################################################# Darryl>=20 Darryl> default: Darryl>=20 Darryl> # Darryl> # Make sure that "device" references the correct serial port Darryl> # for your modem. (cuaa0 =3D COM1, cuaa1 =3D COM2) Darryl> # Darryl>=20 Darryl> set device /dev/cuaa0 Darryl>=20 Darryl> set log Phase Chat LCP IPCP CCP tun command Darryl> set speed 115200 Darryl> set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK= ATE1Q0 Darryl> OK Darryl> \\dATDT\\T TIMEOUT 40 CONNECT" Darryl>=20 Darryl> set timeout 300 Darryl> set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 Darryl> add default HISADDR Darryl> enable dns Darryl> ruralnet: Darryl> set phone 1234567 Darryl> set authname XXXX Darryl> set authkey XXXX Darryl>=20 Darryl> My IP is dynamically assigned to me by my ISP. Darryl>=20 Darryl> Question: Darryl> When I do a netstat -rn, I see among other things: Darryl> Destination Gateway Darryl> 10.0.0.2 10.0.0.1 Darryl>=20 Darryl> I thought after ppp negotiated the IP address, that the suggested Darryl> 10.0.0.1/10.0.0.2 would Darryl> be deleted by ppp automagically. Do I have something misconfigured= ? Darryl>=20 Darryl> thanks, Darryl> Darryl Go back and read the ppp manuals. They are on the web and pretty much everything is well explained there. You cannot go ahead by skipping it. www.freebsd.org/tutorials/ppp/book.html -Wash -- Odhiambo Washington Inter-Connect Ltd., wash@iconnect.co.ke 5th Flr Furaha Plaza Tel: 254 11 222604 Nkrumah Rd., Fax: 254 11 222636 PO Box 83613 MOMBASA, KE. An expert is a person who avoid the small errors while sweeping on to the= =20 grand fallacy.=20 --NklN7DEeGtkPCoo3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6lgbwA2k+MNyI/bERAtczAJsH5JIFvS2fFG9jSvtXR23v8E/R6QCfWc9i ea6Bwb8NYn/lzEFTkqRu/zU= =CT96 -----END PGP SIGNATURE----- --NklN7DEeGtkPCoo3-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 23:24:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from attila.stevens-tech.edu (attila.stevens-tech.edu [155.246.14.11]) by hub.freebsd.org (Postfix) with ESMTP id 82A4037B401 for ; Thu, 22 Feb 2001 23:24:15 -0800 (PST) (envelope-from jmcknigh@stevens-tech.edu) Received: from glitch2 (jmcknigh-1.u04.stevens-tech.edu [155.246.203.37]) by attila.stevens-tech.edu (SGI-8.9.3/8.9.3/7) with SMTP id CAA02512 for ; Fri, 23 Feb 2001 02:24:14 -0500 (EST) From: "Justin McKnight" To: "FreeBSD-questions" Subject: Dual-Booting win2k and FreeBSD Date: Fri, 23 Feb 2001 02:21:10 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i need help dual booting win200 and freebsd4.2. Win200 is already installed casue i wanted to use its bootmanager for loading each OS. I know win2k and load openbsd so figure i wont have any trouble dual booting with freebsd. Now I cant find any documentation on dual booting win2k and freebsd. I need help! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 23:26:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from www3.pacific-pages.com (www3.pacific-pages.com [192.41.48.219]) by hub.freebsd.org (Postfix) with ESMTP id 9339E37B491 for ; Thu, 22 Feb 2001 23:26:36 -0800 (PST) (envelope-from david@www3.pacific-pages.com) Received: from d.tracker ([216.191.60.121]) by www3.pacific-pages.com (8.8.5) id AAA09264; Fri, 23 Feb 2001 00:26:19 -0700 (MST) Received: (from david@localhost) by d.tracker (8.11.2/8.11.2) id f1N7PgE23791 for questions@freebsd.org; Fri, 23 Feb 2001 02:25:42 -0500 (EST) (envelope-from david) Date: Fri, 23 Feb 2001 02:24:04 -0500 From: David Banning To: questions@freebsd.org Subject: XWin32 says login incorrect aft 4.0>4.2 upgrade Message-ID: <20010223022404.A23727@www3.pacific-pages.com> Reply-To: David Banning Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG After an upgrade from 4.0RELEASE to 4.2 STABLE I can't use XWin32. XWin32 Help says that when error message "incorrect login" pops up it's because there is some security feature enabled that will not accept normal login names from remote terminals I CAN connect OK with a text only emulator (Putty) and the network seems to be working fine as far as ppp use and samba. Any ideas? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 23:32:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from level3.dynacom.net (level3.dynacom.net [206.107.213.213]) by hub.freebsd.org (Postfix) with SMTP id 57F0A37B4EC for ; Thu, 22 Feb 2001 23:32:56 -0800 (PST) (envelope-from kstewart@urx.com) Received: (qmail 22397 invoked by uid 0); 23 Feb 2001 08:33:02 -0000 Received: from unknown (HELO urx.com) (206.159.132.160) by mail.urx.com with SMTP; 23 Feb 2001 08:33:02 -0000 Message-ID: <3A961226.5E56E7FF@urx.com> Date: Thu, 22 Feb 2001 23:32:54 -0800 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Justin McKnight Cc: FreeBSD-questions Subject: Re: Dual-Booting win2k and FreeBSD References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Justin McKnight wrote: > > i need help dual booting win200 and freebsd4.2. Win200 is already installed > casue i wanted to use its bootmanager for loading each OS. I know win2k and > load openbsd so figure i wont have any trouble dual booting with freebsd. > Now I cant find any documentation on dual booting win2k and freebsd. I need > help! I haven't booted to a different drive. That changes how you do things. I have a 2GB FAT16 and FreeBSD is next. What I did was copy /boot/boot1 to my boot drive as bootsect.bsd and added it to my boot.ini. It works like magic after that. The line I used in boot.ini is c:\bootsect.bsd="FreeBSD" You usually have to reset the active partition after you get through installing FreeBSD. You may tell it to leave everything alone but it still tinkers with your boot setup. It wouldn't run otherwise. I have a Win98se startdisk and use fdisk to reset the active partition. Kent > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 22 23:55:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web12802.mail.yahoo.com (web12802.mail.yahoo.com [216.136.174.37]) by hub.freebsd.org (Postfix) with SMTP id 92C2337B4EC for ; Thu, 22 Feb 2001 23:55:27 -0800 (PST) (envelope-from swliucn@yahoo.com) Message-ID: <20010223075527.15437.qmail@web12802.mail.yahoo.com> Received: from [202.98.16.1] by web12802.mail.yahoo.com; Thu, 22 Feb 2001 23:55:27 PST Date: Thu, 22 Feb 2001 23:55:27 -0800 (PST) From: Liu Siwei Subject: Re: How could I do with my sound card? To: Cameron Grant Cc: freebsd-questions@freebsd.org In-Reply-To: <003e01c09d3c$fd1c1ad0$0504020a@haveblue> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --- Cameron Grant wrote: > > says: pcm1: at port > > 0x534-0x537,0x388-0x38b,0x220-0x22f irq 5 drq 1,0 > on > > isa0 > > you have a bogus device pcm0. you probably have a > mistake in your hints > file. > > -cg > Thank you! My system is all right after I have modified my /boot/devices.hints file. > __________________________________________________ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 0: 8:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.nbrewer.com (sparge.nbrewer.com [208.42.68.70]) by hub.freebsd.org (Postfix) with ESMTP id C134E37B401 for ; Fri, 23 Feb 2001 00:08:44 -0800 (PST) (envelope-from chris@nbrewer.com) Received: by mail.nbrewer.com (Postfix, from userid 1009) id 2AA5C16A; Fri, 23 Feb 2001 02:08:44 -0600 (CST) Date: Fri, 23 Feb 2001 02:08:44 -0600 From: Christopher Farley To: freebsd-questions@freebsd.org Subject: UTF-8/Unicode on FreeBSD? Message-ID: <20010223020843.A6684@northernbrewer.com> Mail-Followup-To: Christopher Farley , freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Organization: Northern Brewer, St. Paul, MN Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How do I set up xterm, nvi/vim to display UTF-8 fonts? Does Emacs (gui-mode) work differently? How do I enter extended UTF characters into an xterm/editor with the keyboard? Are there any plans to convert, say, the FreeBSD filesystem to Unicode/UTF-8? -- Christopher Farley www.northernbrewer.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 1:24:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by hub.freebsd.org (Postfix) with ESMTP id 3B66D37B4EC for ; Fri, 23 Feb 2001 01:24:22 -0800 (PST) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.11.2/8.11.2) id f1N9OBo65185; Fri, 23 Feb 2001 10:24:11 +0100 (CET) (envelope-from stijn) Date: Fri, 23 Feb 2001 10:24:11 +0100 From: Stijn Hoop To: Thierry Herbelot Cc: questions@freebsd.org Subject: Re: No SHAPE extension with a recent XFree-4 ? Message-ID: <20010223102411.A64974@pcwin002.win.tue.nl> References: <3A957478.5D111C9A@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A957478.5D111C9A@free.fr>; from thierry.herbelot@free.fr on Thu, Feb 22, 2001 at 09:20:08PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, On Thu, Feb 22, 2001 at 09:20:08PM +0100, Thierry Herbelot wrote: > I've recompiled Xfree4 (under a recent 4.2-Stable) with the latest ports > tree (it installs as XFree86-4.0.2_6), but I can't run enlightenment nor > sawfish : they complain about the server not having the SHAPE extension, > and indeed xdpyinfo only shows : > ---------------- > number of extensions: 10 > DOUBLE-BUFFER > LBX > MIT-SHM > RENDER > SECURITY > XC-APPGROUP > XFree86-Bigfont > XInputExtension > XKEYBOARD > XTEST > ---------------- > > SHAPE **is** missing. > As usual : is this a pilot's error ? (I've tried to recompile XFree in > order to see if there was a question about SHAPE but there is not) That's strange - are you sure you load the correct modules in /etc/X11/XF86Config ? Mine has Section "Module" Load "extmod" Load "xie" Load "pex5" Load "glx" Load "GLcore" Load "dbe" Load "record" Load "freetype" Load "type1" EndSection That's about the only thing I can think of that could be pilot error. I have the same port installed, and SHAPE does show up in my xdpyinfo. HTH, --Stijn -- If today is the first day of the rest of your life, what the hell was yesterday? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 1:30:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from atmpe.omnitel.net (atmpe.omnitel.net [194.176.32.131]) by hub.freebsd.org (Postfix) with ESMTP id 8B7A137B67D for ; Fri, 23 Feb 2001 01:30:07 -0800 (PST) (envelope-from edvard@post.omnitel.net) Received: from post.omnitel.net (salc0-s4.ot.lt [194.176.53.20]) by atmpe.omnitel.net (8.9.3/8.9.3) with ESMTP id LAA21405 for ; Fri, 23 Feb 2001 11:29:56 +0200 Message-ID: <3A963B90.69BA5439@post.omnitel.net> Date: Fri, 23 Feb 2001 11:29:36 +0100 From: Macrolosa X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Network Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello all, I don't understand how works port mechanism in FreeBSD(or another OS) ? Is each inerface has his own set of port (65536 ports) ??? How works PROXY? For example if I'll connect to my ISP, how I am gettin an IP address????? Is ISP's computer is as PROXY for me??? If I'll try for example to send data to his port 21, it send that data for me, why? How in low level IP packets are tran- sfered to 21 port if computer has to interfaces, to each connected user with opened 21 port (this computer is a PROXY)??? Please give some link, where I can find documentation on those things. Many thanks - Ed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 1:44: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dire.bris.ac.uk (dire.bris.ac.uk [137.222.10.60]) by hub.freebsd.org (Postfix) with ESMTP id 1BF9637B401 for ; Fri, 23 Feb 2001 01:43:57 -0800 (PST) (envelope-from Jan.Grant@bristol.ac.uk) Received: from mail.ilrt.bris.ac.uk by dire.bris.ac.uk with SMTP-PRIV with ESMTP; Fri, 23 Feb 2001 09:43:48 +0000 Received: from cmjg (helo=localhost) by mail.ilrt.bris.ac.uk with local-esmtp (Exim 3.16 #1) id 14WEkk-00070s-00; Fri, 23 Feb 2001 09:43:06 +0000 Date: Fri, 23 Feb 2001 09:43:06 +0000 (GMT) From: Jan Grant To: Douglas Carmichael Cc: freebsd-questions Subject: Re: Is anyone running KDE 2.1b2 on *BSD? In-Reply-To: <200102230135.f1N1ZZT02821@dcarmich.xnet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 22 Feb 2001, Douglas Carmichael wrote: > Is anyone running KDE 2.1b2 on *BSD? > If so, with what degree of success? (Any special tricks required to > get it to compile?) Just lots and lots of spare time. I'm reasonably happy with it; although it seemed a bit flaky at first it seems to have settled down now*. The only compilation problem I had was with the multimedia/arts stuff. One particular class (I forget which) had a mixed in a couple of virtual base classes which gcc didn't like ("recompile all code with -fhuge-objects"). Since I had pretty much no intention of doing so (and spending another weekend waiting for it all to build) I just dropped that class. I'm surprised nobody else mentioned this though. jan * Software is not supposed to behave like this, I know :-) -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287163 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk Unfortunately, I have a very good idea how fast my keys are moving. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 1:46:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id EC26937B491 for ; Fri, 23 Feb 2001 01:46:22 -0800 (PST) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id LAA04097; Fri, 23 Feb 2001 11:52:14 +0100 Message-ID: <3A9631B6.B7B8EABF@i-clue.de> Date: Fri, 23 Feb 2001 10:47:34 +0100 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: "Power JeSsIe!" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: authorized shutdown References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Power JeSsIe!" schrieb: > > this may sound a newbie question but i just wanna know > How can i limit the 'shutdown' command > (and the pressing of 'ctrl-alt-del' keys as well ) > to authorized users only? amnesix# ls -l /sbin/shutdown -r-sr-x--- 1 root operator 164612 Feb 13 17:39 /sbin/shutdown Thus, only root and members of the operator group may use shutdown. Since members of the wheel group can su to root, those may do it, too. > is there a file to edit? (i.e. /etc/shutdown.allow) No. Make sure only people allowed to shut down the machine are members of the above mentioned groups. HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 2:10:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ox.techasia.com.ph (AP-203.167.24.10.sysads.com [203.167.24.10]) by hub.freebsd.org (Postfix) with ESMTP id DA48E37B4EC for ; Fri, 23 Feb 2001 02:10:10 -0800 (PST) (envelope-from jessie@power-jessie.net) Received: from tiger.techasia.com.ph (host-216-252-142-18.interpacket.net [216.252.142.18]) by ox.techasia.com.ph (Postfix) with ESMTP id 8E4B8A31E1 for ; Fri, 23 Feb 2001 17:59:53 +0800 (PHT) Received: from jessie (unknown [216.252.213.11]) by tiger.techasia.com.ph (Postfix) with SMTP id A2DC82E831 for ; Fri, 23 Feb 2001 18:01:07 +0000 (GMT) From: "Power JeSsIe!" To: Subject: login text Date: Fri, 23 Feb 2001 18:22:02 -0800 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.50.4522.1200 In-Reply-To: <3A9631B6.B7B8EABF@i-clue.de> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG thanks everyone for the quick response to my post (my first one actually :) you people are great! i have another question... is there a way to edit the text that comes out in the login screen: ---- FreeBSD/i386 (myhost.mydomain.com) (ttyv1) login: --- is that stored in a file or does the kernel need to be recompiled for it to be change? i'm just curious. thanks. jessie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 2:34:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 0260137B401 for ; Fri, 23 Feb 2001 02:34:24 -0800 (PST) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f1NAYC726082; Fri, 23 Feb 2001 02:34:12 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Rick Hamell" , "Jaymes Xihler" Cc: Subject: RE: 100baseVG Date: Fri, 23 Feb 2001 02:34:11 -0800 Message-ID: <001401c09d84$2927ec20$1401a8c0@tedm.placo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 In-Reply-To: Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Rick Hamell > Sent: Wednesday, February 21, 2001 1:53 PM > To: Jaymes Xihler > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: 100baseVG > > > > > ive read through the supported hardware documents and have found nothing > > about 100baseVG. I find it hard to believe that there isn't > any freebsd drivers > > out there for any 100VG nics. is this true? > > The technology was one of those dead-end ones. As far as I could > tell only HP ever really sold it. From what I've heard - VG technology was > only on the market for about 5 months... most everything out there now is > used stock people are dumping. > Oh, boy, you know how to stir up trouble, don't you! :-) AnyLan was developed by both HP and AT&T, AT&T did the ASIC. The truth is that AnyLan was technically superior to 100BaseT, but it required all 4 pairs to accomplish this. That is really what killed it - there were too many places that pair-split back then. Another big problem with it was that the NIC's that HP made that were AnyLan have a serious hardware bug - they would make the machine crash if they were configured into PIO mode. You had to configure them into shared memory mode. But, AnyLan lasted quite a bit longer than 5 months. HP was making hubs for it for several years, and a number of big organizations got into it. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 2:34:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cgmd76206.chello.nl (d9168.upc-d.chello.nl [213.46.9.168]) by hub.freebsd.org (Postfix) with ESMTP id CAC5437B401 for ; Fri, 23 Feb 2001 02:34:48 -0800 (PST) (envelope-from edwin@cgmd76206.chello.nl) Received: by cgmd76206.chello.nl (Postfix, from userid 1001) id 98732F0; Fri, 23 Feb 2001 11:34:47 +0100 (CET) Date: Fri, 23 Feb 2001 11:34:47 +0100 From: Edwin Groothuis To: Power JeSsIe! Cc: freebsd-questions@FreeBSD.ORG Subject: Re: login text Message-ID: <20010223113447.D12704@cgmd76206.chello.nl> Mail-Followup-To: Edwin Groothuis , Power JeSsIe! , freebsd-questions@FreeBSD.ORG References: <3A9631B6.B7B8EABF@i-clue.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jessie@power-jessie.net on Fri, Feb 23, 2001 at 06:22:02PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Feb 23, 2001 at 06:22:02PM -0800, Power JeSsIe! wrote: > is there a way to edit the text that comes out > in the login screen: > > ---- > FreeBSD/i386 (myhost.mydomain.com) (ttyv1) > > login: > --- See man gettytab and /etc/gettytab Edwin -- Edwin Groothuis | Interested in MUDs? Visit Fatal Dimensions: mavetju@chello.nl | http://fataldimensions.nl.eu.org/ ------------------+ telnet://fataldimensions.nl.eu.org:4000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 2:54: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.cbn.net.id (smtp2.cbn.net.id [202.158.2.52]) by hub.freebsd.org (Postfix) with ESMTP id 38F7D37B684 for ; Fri, 23 Feb 2001 02:53:50 -0800 (PST) (envelope-from psutomo@yahoo.com) Received: from benny (unknown [202.158.59.229]) by smtp2.cbn.net.id (Postfix) with SMTP id 94B395351C for ; Fri, 23 Feb 2001 17:53:45 +0700 (JAVT) Message-ID: <008c01c09d86$03774320$6600a8c0@benny> From: "Paijo" To: Subject: can not retrieve email using popper Date: Fri, 23 Feb 2001 17:47:26 +0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0089_01C09DC0.AF26A140" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0089_01C09DC0.AF26A140 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I have just created some new accounts. This new accounts were intended = as a backup email account for the other accounts. For example my existing accouts are bob and john. And my new accounts is = bob1 and john1. I want bob1 to receive the=20 same messages as bob and so john1.=20 I did this by manipulating the aliases file like this -> =20 bobg: bob, bob1 johnm: john, john1 And then I replaced newly created /var/mail/bob1 file with /var/mail/bob = file. But, what happened is, I got this error message from the popper daemon = when I tried to retrieve messages for account bob1: unable to process From lines (envelopes), change recognition modes =20 Here is my software specification OS: FreeBSD 3.4 RELEASE MTA: Sendmail Pro 8.9.3 POP3D: popper I really appreciate if someone could give some advise or assist me to = solve this problem. Thanks, Paijo ------=_NextPart_000_0089_01C09DC0.AF26A140 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
 
I have just created some new accounts. = This=20 new accounts were intended as a backup email account for the other=20 accounts.
For example my existing accouts are bob = and john.=20 And my new accounts is bob1 and john1. I want bob1 to receive the =
same messages as bob and so john1. =
I did this by manipulating the aliases = file like=20 this ->   
   bobg: bob, = bob1
   johnm: john, = john1
 
And then I replaced newly created=20 /var/mail/bob1 file with /var/mail/bob file.
 
But, what happened is, I got this = error=20 message from the popper daemon when I tried to retrieve messages for = account=20 bob1:
   unable to process From = lines =20 (envelopes), change recognition modes
   
Here is my software = specification
   OS: FreeBSD 3.4=20 RELEASE
   MTA: Sendmail Pro = 8.9.3
   POP3D: popper
 
I really appreciate if someone could = give some=20 advise or assist me to solve this problem.
 
 
Thanks,
 
 
Paijo
------=_NextPart_000_0089_01C09DC0.AF26A140-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 3: 0: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.cbn.net.id (smtp2.cbn.net.id [202.158.2.52]) by hub.freebsd.org (Postfix) with ESMTP id 09D3137B4EC for ; Fri, 23 Feb 2001 02:59:52 -0800 (PST) (envelope-from psutomo@yahoo.com) Received: from benny (unknown [202.158.59.229]) by smtp2.cbn.net.id (Postfix) with SMTP id 0ADBD535C0 for ; Fri, 23 Feb 2001 17:59:48 +0700 (JAVT) Message-ID: <00de01c09d86$da4afd60$6600a8c0@benny> From: "Paijo" To: Subject: can not retrieve email using popper Date: Fri, 23 Feb 2001 17:52:19 +0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00D5_01C09DC1.5E2B0320" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_00D5_01C09DC1.5E2B0320 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I have just created some new accounts. This new accounts were intended = as a backup email account for the other accounts. For example my existing accouts are bob and john. And my new accounts is = bob1 and john1. I want bob1 to receive the=20 same messages as bob and so john1.=20 I did this by manipulating the aliases file like this -> =20 bobg: bob, bob1 johnm: john, john1 And then I replaced newly created /var/mail/bob1 file with /var/mail/bob = file. But, what happened is, I got this error message from the popper daemon = when I tried to retrieve messages for account bob1: unable to process From lines (envelopes), change recognition modes =20 Here is my software specification OS: FreeBSD 3.4 RELEASE MTA: Sendmail Pro 8.9.3 POP3D: popper I really appreciate if someone could give some advise or assist me to = solve this problem. Thanks, Paijo ------=_NextPart_000_00D5_01C09DC1.5E2B0320 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
 
I have just created some new accounts. = This=20 new accounts were intended as a backup email account for the other=20 accounts.
For example my existing accouts are bob = and john.=20 And my new accounts is bob1 and john1. I want bob1 to receive the =
same messages as bob and so john1. =
I did this by manipulating the aliases = file like=20 this ->   
   bobg: bob, = bob1
   johnm: john, = john1
 
And then I replaced newly created=20 /var/mail/bob1 file with /var/mail/bob file.
 
But, what happened is, I got this = error=20 message from the popper daemon when I tried to retrieve messages for = account=20 bob1:
   unable to process From = lines =20 (envelopes), change recognition modes
   
Here is my software = specification
   OS: FreeBSD 3.4=20 RELEASE
   MTA: Sendmail Pro = 8.9.3
   POP3D: popper
 
I really appreciate if someone could = give some=20 advise or assist me to solve this problem.
 
 
Thanks,
 
 
Paijo
------=_NextPart_000_00D5_01C09DC1.5E2B0320-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 3: 0:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from plab.ku.dk (plab.ku.dk [130.225.105.65]) by hub.freebsd.org (Postfix) with ESMTP id F0C3C37B401 for ; Fri, 23 Feb 2001 03:00:52 -0800 (PST) (envelope-from postmaster@plab.ku.dk) Received: (from root@localhost) by plab.ku.dk (8.11.0/8.9.3) id f1NB0kG57274 for freebsd-questions@freebsd.org.AVP; Fri, 23 Feb 2001 12:00:46 +0100 (CET) (envelope-from postmaster@plab.ku.dk) Received: from raven.plab.ku.dk (raven.plab.ku.dk [130.225.105.67]) by plab.ku.dk (8.11.0/8.9.3) with ESMTP id f1NB0gs57262 for ; Fri, 23 Feb 2001 12:00:46 +0100 (CET) (envelope-from postmaster@plab.ku.dk) In-Reply-To: Bernd Luevelsmeyer's message of "Thu, 22 Feb 2001 01:49:26 +0100" Subject: Re: Mergemaster Content-Transfer-Encoding: 8bit References: <5.0.2.1.2.20010221145752.00a97030@216.67.14.69> <3A946216.1BD3E52D@heitec.net> To: freebsd-questions@freebsd.org From: Dmitry Karasik X-Comment-To: Bernd Luevelsmeyer Content-Type: text/plain; charset="koi8-r" Lines: 20 Mime-Version: 1.0 Date: 23 Feb 2001 12:00:38 +0100 X-Mailer: Mail::Mailer[v1.18] Net::SMTP[v2.13] Message-Id: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Bernd! On 22 Feb 01 at 01:49, "Bernd" (Bernd Luevelsmeyer) wrote: Bernd> mergemaster will use the program pointed to by your PAGER Bernd> envronment variable to display the diffs. You could write your own Bernd> program (perhaps a shell script around 'grep' and 'more') which Bernd> will leave out the offending characters, and set PAGER to that. Exactly - and PAGER looks at your TERM environment variable, and sends screen control signals according to it. If you have it set incorrectly, it's a small wonder that your modem locks. Try `export TERM=ansi` or whatever... -- Sincerely, Dmitry --- www.karasik.eu.org --- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 3: 3:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from plab.ku.dk (plab.ku.dk [130.225.105.65]) by hub.freebsd.org (Postfix) with ESMTP id F3A9F37B503 for ; Fri, 23 Feb 2001 03:03:43 -0800 (PST) (envelope-from postmaster@plab.ku.dk) Received: (from root@localhost) by plab.ku.dk (8.11.0/8.9.3) id f1NB3hP57438 for freebsd-questions@freebsd.org.AVP; Fri, 23 Feb 2001 12:03:43 +0100 (CET) (envelope-from postmaster@plab.ku.dk) Received: from raven.plab.ku.dk (raven.plab.ku.dk [130.225.105.67]) by plab.ku.dk (8.11.0/8.9.3) with ESMTP id f1NB3gs57430 for ; Fri, 23 Feb 2001 12:03:42 +0100 (CET) (envelope-from postmaster@plab.ku.dk) In-Reply-To: Tony Landells's message of "Thu, 22 Feb 2001 09:22:25 +1100" Subject: Re: stty -echo Content-Transfer-Encoding: 8bit References: <200102212222.JAA26582@tungsten.austclear.com.au> To: freebsd-questions@freebsd.org From: Dmitry Karasik X-Comment-To: Tony Landells Content-Type: text/plain; charset="koi8-r" Lines: 20 Mime-Version: 1.0 Date: 23 Feb 2001 12:03:39 +0100 X-Mailer: Mail::Mailer[v1.18] Net::SMTP[v2.13] Message-Id: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Tony! On 22 Feb 01 at 09:22, "Tony" (Tony Landells) wrote: Tony> I believe most of the newer shells (pretty much those that have Tony> inline editing) turn off driver echo (basically do their own "stty Tony> -echo") and then work out for themselves based on what you type what Tony> should appear on the screen. Tony> Try running /bin/sh and then see what happens when you type "stty Tony> -echo". So what? `stty sane` doesn't work anymore? -- Sincerely, Dmitry --- www.karasik.eu.org --- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 3: 7:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 0167737B491 for ; Fri, 23 Feb 2001 03:07:41 -0800 (PST) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f1NB7O726171; Fri, 23 Feb 2001 03:07:25 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "John Indra" , Subject: RE: Analyzing MRTG output Date: Fri, 23 Feb 2001 03:07:24 -0800 Message-ID: <002901c09d88$cc9984a0$1401a8c0@tedm.placo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 In-Reply-To: <20010223102237.A30474@office.naver.co.id> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You can't use just MRTG and SNMP on the Superstack for this. This is what the RMON mib was developed for. However, I believe that you CAN get stats on a per-port basis, that way you can see if one port over the others is responsible for the traffic change. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of John Indra > Sent: Thursday, February 22, 2001 7:23 PM > To: freebsd-questions@FreeBSD.ORG > Subject: Analyzing MRTG output > > > Dear all... > > I am monitoring traffic on my network with MRTG. I setup SNMP in my > SuperStack II 3300 3Com switch, then run MRTG on each port to gather a > statistics. > > Ever since I installed those beautiful graphs, my boss start asking > questions like: > "Why is outgoing traffic from 5 to 7 o'clock is very high?" > "What happens on 12 o'clock, there's a big spike in outgoing traffic?" > > Can anyone share tips to answer those kind of questions? > > Thanks... > > /john > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 3:12:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 24A1D37B4EC for ; Fri, 23 Feb 2001 03:12:43 -0800 (PST) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f1NBCg726188 for ; Fri, 23 Feb 2001 03:12:42 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: Subject: Need a KDE script Date: Fri, 23 Feb 2001 03:12:42 -0800 Message-ID: <004301c09d89$8a630740$1401a8c0@tedm.placo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi All, I got the following request from a friend, I don't run KDE but if someone does could you send me the script he is talking about? Thanks, Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com > -----Original Message----- > From: brucef > Sent: Thursday, February 22, 2001 3:40 PM > To: Ted Mittelstaedt > Subject: Help! > > > KDE 2.0.1 runs to 80 MB or so. But the build fails because > the script kdb2html cannot be found. Ideas? Like, if you > have it laying around, could you mail it to me? By default > it ought to live in /usr/local/kde/bin, and it seems to be > necessary for the doc. I but a bogus script there, with the > result that the installation fails, since the script does not > do anything... > > Thanks. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 3:28:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail5.kc.rr.com (fe5.rdc-kc.rr.com [24.94.163.52]) by hub.freebsd.org (Postfix) with ESMTP id 095AC37B491 for ; Fri, 23 Feb 2001 03:28:12 -0800 (PST) (envelope-from akadanak@kc.rr.com) Received: from dana ([65.26.104.10]) by mail5.kc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Fri, 23 Feb 2001 05:25:29 -0600 From: "Dana" To: Subject: CLICOLOR Date: Fri, 23 Feb 2001 05:29:02 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 In-Reply-To: <3A9631B6.B7B8EABF@i-clue.de> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Then man ls page says to set CLICOLOR as an environment variable in order to get color when using ls. But environment variables are key=value pairs. So is it CLICOLOR=true or "something=CLICOLOR or am I just confused. Dana To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 3:30:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nexus.plymovent.se (nexus.plymovent.se [212.247.77.253]) by hub.freebsd.org (Postfix) with ESMTP id C252A37B491 for ; Fri, 23 Feb 2001 03:30:36 -0800 (PST) (envelope-from thomas.uhrfelt@plymovent.se) Received: from tu ([192.168.1.200]) by nexus.plymovent.se (8.9.3/8.9.3) with SMTP id OAA75628; Fri, 23 Feb 2001 14:17:45 +0100 (CET) (envelope-from thomas.uhrfelt@plymovent.se) Received: by localhost with Microsoft MAPI; Fri, 23 Feb 2001 12:28:26 +0100 Message-ID: <01C09D94.1EC93F80.thomas.uhrfelt@plymovent.se> From: Thomas Uhrfelt Reply-To: "thomas.uhrfelt@plymovent.se" To: "'Paijo'" Cc: "'freebsd-questions@freebsd.org'" Subject: RE: can not retrieve email using popper Date: Fri, 23 Feb 2001 12:28:24 +0100 Organization: PlymoVent AB X-Mailer: Microsoft Internet-e-post/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You can't just remove the mail spoolfile for user bob1 - where would the mail then end up? What you basically specified in the alias file is that incoming mail for bobg should be placed in the spoolfiles for users bob and bob1. But since you removed bob1's spool, of course that will fail. What _might_ work is this (haven't tried this). Make a symlink called bob1 in the spooldirectory pointing to bob (the spoolfile) - of couse the target spoolfile and the symlink needs to have appropiate permission set. Thomas -----Original Message----- From: Paijo [SMTP:psutomo@yahoo.com] Sent: Friday, February 23, 2001 11:47 AM To: freebsd-questions@FreeBSD.ORG Subject: can not retrieve email using popper Hi, I have just created some new accounts. This new accounts were intended as a backup email account for the other accounts. For example my existing accouts are bob and john. And my new accounts is bob1 and john1. I want bob1 to receive the same messages as bob and so john1. I did this by manipulating the aliases file like this -> bobg: bob, bob1 johnm: john, john1 And then I replaced newly created /var/mail/bob1 file with /var/mail/bob file. But, what happened is, I got this error message from the popper daemon when I tried to retrieve messages for account bob1: unable to process From lines (envelopes), change recognition modes Here is my software specification OS: FreeBSD 3.4 RELEASE MTA: Sendmail Pro 8.9.3 POP3D: popper I really appreciate if someone could give some advise or assist me to solve this problem. Thanks, Paijo << File: ATT00033.htm >> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 3:33:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.cbn.net.id (smtp2.cbn.net.id [202.158.2.52]) by hub.freebsd.org (Postfix) with ESMTP id 1F36837B4EC for ; Fri, 23 Feb 2001 03:33:31 -0800 (PST) (envelope-from psutomo@yahoo.com) Received: from benny (unknown [202.158.59.229]) by smtp2.cbn.net.id (Postfix) with SMTP id ABAE95352C for ; Fri, 23 Feb 2001 18:33:26 +0700 (JAVT) Message-ID: <01f001c09d8b$80080c80$6600a8c0@benny> From: "Paijo" To: Subject: Fw: can not retrieve email using popper Date: Fri, 23 Feb 2001 18:26:42 +0700 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_01ED_01C09DC6.2BC6ACE0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_01ED_01C09DC6.2BC6ACE0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Wash, Thank you for your help. Sorry for not being more specific. I deliberately created those new accounts because I have another computer running that needs to retrieve this message using bob1 account through the POP3 protocol. Regards, Paijo ----- Original Message ----- From: Odhiambo Washington To: Paijo Sent: Friday, February 23, 2001 6:17 PM Subject: Re: can not retrieve email using popper ----- DELETED ----- The delivery has nothing to do with Popper. It is sendmail which does the delivery. If you only want to backup mail, why don't you simply make a copy to some_directory/some_file In bob's home directory, put a .forward file which saves a copy in his file and also saves a copy to some place.. Something like, wash:~$ cat .forward /var/mail/john /usr/backups/Mail/john Depending on whether you use Mutt or Elm or some other MUA, there will always be a means to access this file. With Elm, you can do elm -f /usr/backups/Mail/john (make sure the file is woned by user john) It is also possible to open the file with mutt. That is just one method. Don't mess up the /var/mail -Wash ------=_NextPart_000_01ED_01C09DC6.2BC6ACE0 Content-Type: text/plain; name="ATT00477.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="ATT00477.txt" * Paijo [20010223 13:56]: writing on the subject = 'can not retrieve email using popper' Paijo> Hi, Paijo>=20 Paijo> I have just created some new accounts. This new accounts were = intended as a backup email account for the other accounts. Paijo> For example my existing accouts are bob and john. And my new = accounts is bob1 and john1. I want bob1 to receive the=20 Paijo> same messages as bob and so john1.=20 Paijo> I did this by manipulating the aliases file like this -> =20 Paijo> bobg: bob, bob1 Paijo> johnm: john, john1 Paijo>=20 Paijo> And then I replaced newly created /var/mail/bob1 file with = /var/mail/bob file. Paijo>=20 Paijo> But, what happened is, I got this error message from the popper = daemon when I tried to retrieve messages for account bob1: Paijo> unable to process From lines (envelopes), change recognition = modes The delivery has nothing to do with Popper. It is sendmail which does = the delivery. If you only want to backup mail, why don't you simply make a copy to some_directory/some_file In bob's home directory, put a .forward file which saves a copy in his file and also saves a copy to some place.. Something like, wash:~$ cat .forward /var/mail/john /usr/backups/Mail/john Depending on whether you use Mutt or Elm or some other MUA, there will always be a means to access this file. With Elm, you can do=20 elm -f /usr/backups/Mail/john (make sure the file is woned by user john) It is also possible to open the file with mutt. That is just one method. Don't mess up the /var/mail -Wash -- Odhiambo Washington Inter-Connect Ltd., wash@iconnect.co.ke 5th Flr Furaha Plaza Tel: 254 11 222604 Nkrumah Rd., Fax: 254 11 222636 PO Box 83613 MOMBASA, KE. The hands that help are better far than the lips that pray. -Robert G.=20 Ingersoll=20 ------=_NextPart_000_01ED_01C09DC6.2BC6ACE0 Content-Type: application/octet-stream; name="ATT00479.dat" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="ATT00479.dat" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6lkayA2k+MNyI/bERAmjuAJ9fGW0xhj/+EFmCwL2aYUB48q4npACgi+93 g5GhyLxieMGOoo+gGN9o8zo= =0pti -----END PGP SIGNATURE----- ------=_NextPart_000_01ED_01C09DC6.2BC6ACE0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 3:36: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cgmd76206.chello.nl (d9168.upc-d.chello.nl [213.46.9.168]) by hub.freebsd.org (Postfix) with ESMTP id 77B6D37B4EC for ; Fri, 23 Feb 2001 03:36:06 -0800 (PST) (envelope-from edwin@cgmd76206.chello.nl) Received: by cgmd76206.chello.nl (Postfix, from userid 1001) id 60AAA409; Fri, 23 Feb 2001 12:36:05 +0100 (CET) Date: Fri, 23 Feb 2001 12:36:05 +0100 From: Edwin Groothuis To: Dana Cc: freebsd-questions@FreeBSD.ORG Subject: Re: CLICOLOR Message-ID: <20010223123605.E12704@cgmd76206.chello.nl> Mail-Followup-To: Edwin Groothuis , Dana , freebsd-questions@FreeBSD.ORG References: <3A9631B6.B7B8EABF@i-clue.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from akadanak@kc.rr.com on Fri, Feb 23, 2001 at 05:29:02AM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Feb 23, 2001 at 05:29:02AM -0600, Dana wrote: > Then man ls page says to set CLICOLOR as > an environment variable in order to get > color when using ls. But environment > variables are key=value pairs. So is it > CLICOLOR=true or "something=CLICOLOR or set the ... environment variable means: ... = value So you have to do: "export CLICOLOR=" Edwin -- Edwin Groothuis | Interested in MUDs? Visit Fatal Dimensions: mavetju@chello.nl | http://fataldimensions.nl.eu.org/ ------------------+ telnet://fataldimensions.nl.eu.org:4000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 3:47:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from t21mta01-app.talk21.com (mta01.talk21.com [62.172.192.171]) by hub.freebsd.org (Postfix) with ESMTP id 72DEB37B503 for ; Fri, 23 Feb 2001 03:47:46 -0800 (PST) (envelope-from bad-habit@talk21.com) Received: from z7n2l0 ([213.122.64.94]) by t21mta01-app.talk21.com (InterMail vM.4.01.02.27 201-229-119-110) with SMTP id <20010223114614.JPGH27767.t21mta01-app.talk21.com@z7n2l0> for ; Fri, 23 Feb 2001 11:46:14 +0000 Message-ID: <008901c09b33$42cde100$3820073e@z7n2l0> From: "gideon[zs]" To: Subject: can u help me please Date: Tue, 20 Feb 2001 11:50:02 -0000 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0086_01C09B33.42260840" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0086_01C09B33.42260840 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable im on the uk ftp site for freeBSD im a little stuck i logged in but what = do i download ? is it the stable version ?? i wanna download the whole = o/s please get vback to me i have a 10 gig h/d and i wanna run off a dos = partition please help ------=_NextPart_000_0086_01C09B33.42260840 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
im on the uk ftp site for freeBSD im = a little=20 stuck i logged in but what do i download ? is it the stable version ?? i = wanna=20 download the whole o/s please get vback to me i have a 10 gig h/d and i = wanna=20 run off a dos partition please help
------=_NextPart_000_0086_01C09B33.42260840-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 3:56:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.cbn.net.id (smtp2.cbn.net.id [202.158.2.52]) by hub.freebsd.org (Postfix) with ESMTP id 6AB1B37B401 for ; Fri, 23 Feb 2001 03:56:52 -0800 (PST) (envelope-from psutomo@yahoo.com) Received: from benny (unknown [202.158.59.229]) by smtp2.cbn.net.id (Postfix) with SMTP id 2854F53549; Fri, 23 Feb 2001 18:56:48 +0700 (JAVT) Message-ID: <021801c09d8e$bf94f0e0$6600a8c0@benny> From: "Paijo" To: Cc: References: <01C09D94.1EC93F80.thomas.uhrfelt@plymovent.se> Subject: Re: can not retrieve email using popper Date: Fri, 23 Feb 2001 18:49:57 +0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I had this work for some users and fail for the other users. Do you have any ideas? Regards Paijo ----- Original Message ----- From: Thomas Uhrfelt To: 'Paijo' Cc: Sent: Friday, February 23, 2001 6:28 PM Subject: RE: can not retrieve email using popper > You can't just remove the mail spoolfile for user bob1 - where would the > mail then end up? What you basically specified in the alias file is that > incoming mail for bobg should be placed in the spoolfiles for users bob and > bob1. But since you removed bob1's spool, of course that will fail. What > _might_ work is this (haven't tried this). > > Make a symlink called bob1 in the spooldirectory pointing to bob (the > spoolfile) - of couse the target spoolfile and the symlink needs to have > appropiate permission set. > > Thomas > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 4:21:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from groggy.anc.acsalaska.net (groggy.anc.acsalaska.net [208.151.119.232]) by hub.freebsd.org (Postfix) with ESMTP id 0B69437B4EC for ; Fri, 23 Feb 2001 04:21:43 -0800 (PST) (envelope-from abc@groggy.anc.acsalaska.net) Received: (from root@localhost) by groggy.anc.acsalaska.net (8.9.3/8.9.3) id EAA30854 for "freebsd-questions" ; Thu, 22 Feb 2001 04:21:36 -0900 (AKST) (envelope-from abc@groggy.anc.acsalaska.net) Date: Thu, 22 Feb 2001 04:21:36 -0900 (AKST) From: Abc Xyz Message-Id: <200102221321.EAA30854@groggy.anc.acsalaska.net> Subject: X 3.3.6_7 X-Mailer: Umail v1.7 (FreeBSD) To: "freebsd-questions" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG many packages are looking for XFree86-3.3.6_7 ... and they say that it is "required" ... and only the 4 series is available. what happened to 3.3.6_7? i don't really want to move to th 4 series yet. cuz i don't think it's matured enough yet, and i am too busy to deal with all the changes (fonts) in it right now. please ditto any responses off list, thanks ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 4:32:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailout03.sul.t-online.com (mailout03.sul.t-online.com [194.25.134.81]) by hub.freebsd.org (Postfix) with ESMTP id DB60937B4EC for ; Fri, 23 Feb 2001 04:32:37 -0800 (PST) (envelope-from Ulf.Kister@t-online.de) Received: from fwd01.sul.t-online.com by mailout03.sul.t-online.com with smtp id 14WHOm-000727-09; Fri, 23 Feb 2001 13:32:36 +0100 Received: from harry.my.net (320020256018-0001@[193.159.108.16]) by fwd01.sul.t-online.com with esmtp id 14WHOf-2ARoZsC; Fri, 23 Feb 2001 13:32:29 +0100 Received: (from kister@localhost) by harry.my.net (8.11.2/8.11.1) id f1NCWLx08962; Fri, 23 Feb 2001 13:32:21 +0100 (CET) (envelope-from kister) To: freebsd-questions@freebsd.org Subject: StarOffice 5.2 on STABLE 4.2 Organization: underground enterprise From: Ulf.Kister@t-online.de (Ulf Kister) Date: 23 Feb 2001 13:32:21 +0100 Message-ID: <87u25loa0a.fsf@harry.my.net> Lines: 28 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Sender: 320020256018-0001@t-dialin.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there, recently I installed Staroffice 5.2 on my FreeBSD 4.2 STABLE box and it does a fine job, except that any features using the network seem not to work. To be mor precise: The browser, the mail client and the news client fail to work in my local network. Funny thing is, that connecting against 127.0.0.1 causes no problems. It also makes no difference whether I use IP adresses or hostnames in URLs - running my local named in foreground mode reveals that in neither case lookups are perfomed. Has anyone here experienced the same problems and, maybe, solved them? I would be graceful for hints, Thanks in advance, Ulf BTW: ### snip ### linux_base-6.1 = up-to-date with index rpm-3.0.6_4 = up-to-date with index ### snap ### To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 4:34:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web804.mail.yahoo.com (web804.mail.yahoo.com [128.11.23.64]) by hub.freebsd.org (Postfix) with SMTP id 6FBBF37B491 for ; Fri, 23 Feb 2001 04:34:13 -0800 (PST) (envelope-from parthax@yahoo.com) Received: (qmail 15554 invoked by uid 60001); 23 Feb 2001 12:34:13 -0000 Message-ID: <20010223123413.15553.qmail@web804.mail.yahoo.com> Received: from [202.52.239.130] by web804.mail.yahoo.com; Fri, 23 Feb 2001 04:34:13 PST Date: Fri, 23 Feb 2001 04:34:13 -0800 (PST) From: parthasarathi biswas Subject: Dialin Server To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I have configured my dialin server I can see the AA led of my moden bliking when I dial from a client mchine but my modem does not answer.What could be the reason.Pls advise. Brgds/Partha __________________________________________________ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 5:12:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id 59DEA37B401 for ; Fri, 23 Feb 2001 05:12:50 -0800 (PST) (envelope-from wash@iconnect.co.ke) Received: from [212.22.163.2] (helo=poeza.iconnect.co.ke) by siafu.iconnect.co.ke with esmtp (Exim 2.12 #1) id 14WHzh-0000FE-00; Fri, 23 Feb 2001 16:10:45 +0300 Received: from wash by poeza.iconnect.co.ke with local (Exim 3.20 #1) id 14WI2v-000JGS-00; Fri, 23 Feb 2001 16:14:05 +0300 Date: Fri, 23 Feb 2001 16:14:05 +0300 From: Odhiambo Washington To: Paijo Cc: FBSD-Q Subject: Re: Fw: can not retrieve email using popper Message-ID: <20010223161405.B72253@poeza.iconnect.co.ke> Mail-Followup-To: Odhiambo Washington , Paijo , FBSD-Q References: <01f001c09d8b$80080c80$6600a8c0@benny> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="nVMJ2NtxeReIH9PS" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <01f001c09d8b$80080c80$6600a8c0@benny>; from "Paijo" on Fri, Feb 23, 2001 at 06:26:42PM +0700 X-Operating-System: FreeBSD poeza.iconnect.co.ke 4.2-STABLE FreeBSD 4.2-STABLE X-Mailer: Mutt http://www.mutt.org/ X-Location: Mombasa, KE, East Africa Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --nVMJ2NtxeReIH9PS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Paijo [20010223 14:35]: writing on the subject 'Fw: c= an not retrieve email using popper' Paijo> Wash, Paijo>=20 Paijo> Thank you for your help. Sorry for not being more specific. I delibe= rately Paijo> created those new accounts because I have Paijo> another computer running that needs to retrieve this message using b= ob1 Paijo> account through the POP3 protocol. Paijo>=20 Paijo>=20 Paijo> Regards, Paijo>=20 Paijo>=20 Paijo> Paijo That is still not clear enough. But still i am sure you can use a better wa= y, as I described,=20 like creating a new user john1, and still use a .forward file to let john g= et the mail and also=20 give a copy to john1. your .forward file in user john's home directory would have these two lines: /var/mail/john john1@domain_name I am still assuming that your system is using mbox format (placing mails in= /var/mail/some_username) Paijo> ----- Original Message ----- Paijo> From: Odhiambo Washington Paijo> To: Paijo Paijo> Sent: Friday, February 23, 2001 6:17 PM Paijo> Subject: Re: can not retrieve email using popper Paijo>=20 Paijo>=20 Paijo>=20 Paijo> ----- DELETED ----- Paijo>=20 Paijo> The delivery has nothing to do with Popper. It is sendmail which doe= s the Paijo> delivery. Paijo> If you only want to backup mail, why don't you simply make a copy to Paijo> some_directory/some_file Paijo>=20 Paijo> In bob's home directory, put a .forward file which saves a copy in h= is Paijo> file and also saves a copy to some place.. Paijo>=20 Paijo> Something like, Paijo>=20 Paijo> wash:~$ cat .forward Paijo> /var/mail/john Paijo> /usr/backups/Mail/john Paijo>=20 Paijo> Depending on whether you use Mutt or Elm or some other MUA, there wi= ll Paijo> always be a means to access this file. Paijo> With Elm, you can do Paijo>=20 Paijo> elm -f /usr/backups/Mail/john (make sure the file is woned by user j= ohn) Paijo> It is also possible to open the file with mutt. Paijo>=20 Paijo> That is just one method. Don't mess up the /var/mail Paijo>=20 Paijo>=20 Paijo> -Wash Paijo>=20 Paijo>=20 Paijo> * Paijo [20010223 13:56]: writing on the subject= 'can not retrieve email using popper' Paijo> Paijo> Hi, Paijo> Paijo>=20 Paijo> Paijo> I have just created some new accounts. This new accounts were= intended as a backup email account for the other accounts. Paijo> Paijo> For example my existing accouts are bob and john. And my new = accounts is bob1 and john1. I want bob1 to receive the=20 Paijo> Paijo> same messages as bob and so john1.=20 Paijo> Paijo> I did this by manipulating the aliases file like this -> = =20 Paijo> Paijo> bobg: bob, bob1 Paijo> Paijo> johnm: john, john1 Paijo> Paijo>=20 Paijo> Paijo> And then I replaced newly created /var/mail/bob1 file with /v= ar/mail/bob file. Paijo> Paijo>=20 Paijo> Paijo> But, what happened is, I got this error message from the popp= er daemon when I tried to retrieve messages for account bob1: Paijo> Paijo> unable to process From lines (envelopes), change recognit= ion modes Paijo>=20 Paijo> The delivery has nothing to do with Popper. It is sendmail which doe= s the Paijo> delivery. Paijo> If you only want to backup mail, why don't you simply make a copy to Paijo> some_directory/some_file Paijo>=20 Paijo> In bob's home directory, put a .forward file which saves a copy in h= is Paijo> file and also saves a copy to some place.. Paijo>=20 Paijo> Something like, Paijo>=20 Paijo> wash:~$ cat .forward Paijo> /var/mail/john Paijo> /usr/backups/Mail/john Paijo>=20 Paijo> Depending on whether you use Mutt or Elm or some other MUA, there wi= ll Paijo> always be a means to access this file. Paijo> With Elm, you can do=20 Paijo>=20 Paijo> elm -f /usr/backups/Mail/john (make sure the file is woned by user j= ohn) Paijo> It is also possible to open the file with mutt. Paijo>=20 Paijo> That is just one method. Don't mess up the /var/mail Paijo>=20 Paijo>=20 Paijo> -Wash Paijo>=20 Paijo> -- Paijo> Odhiambo Washington Inter-Connect Ltd., Paijo> wash@iconnect.co.ke 5th Flr Furaha Plaza Paijo> Tel: 254 11 222604 Nkrumah Rd., Paijo> Fax: 254 11 222636 PO Box 83613 MOMBASA, KE. Paijo>=20 Paijo> The hands that help are better far than the lips that pray. -Robert = G.=20 Paijo> Ingersoll=20 -Wash -- Odhiambo Washington Inter-Connect Ltd., wash@iconnect.co.ke 5th Flr Furaha Plaza Tel: 254 11 222604 Nkrumah Rd., Fax: 254 11 222636 PO Box 83613 MOMBASA, KE. He doesn't talk bollocks all the time: only when he's awake.=20 --nVMJ2NtxeReIH9PS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6lmIdA2k+MNyI/bERAtgUAJ966rsR8QaQclAoA8wCm5vGs4Rv0wCfcn9q b6E6M2LJ/6fCV9ecIf2mJHM= =8ZF4 -----END PGP SIGNATURE----- --nVMJ2NtxeReIH9PS-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 5:13:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id 7669D37B65D for ; Fri, 23 Feb 2001 05:13:44 -0800 (PST) (envelope-from wash@iconnect.co.ke) Received: from [212.22.163.2] (helo=poeza.iconnect.co.ke) by siafu.iconnect.co.ke with esmtp (Exim 2.12 #1) id 14WI0a-0000IE-00; Fri, 23 Feb 2001 16:11:41 +0300 Received: from wash by poeza.iconnect.co.ke with local (Exim 3.20 #1) id 14WI3k-000JGr-00; Fri, 23 Feb 2001 16:14:56 +0300 Date: Fri, 23 Feb 2001 16:14:56 +0300 From: Odhiambo Washington To: Paijo Cc: FBSD-Q Subject: Re: can not retrieve email using popper Message-ID: <20010223161456.C72253@poeza.iconnect.co.ke> Mail-Followup-To: Odhiambo Washington , Paijo , FBSD-Q References: <01C09D94.1EC93F80.thomas.uhrfelt@plymovent.se> <021801c09d8e$bf94f0e0$6600a8c0@benny> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="f0KYrhQ4vYSV2aJu" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <021801c09d8e$bf94f0e0$6600a8c0@benny>; from "Paijo" on Fri, Feb 23, 2001 at 06:49:57PM +0700 X-Operating-System: FreeBSD poeza.iconnect.co.ke 4.2-STABLE FreeBSD 4.2-STABLE X-Mailer: Mutt http://www.mutt.org/ X-Location: Mombasa, KE, East Africa Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --f0KYrhQ4vYSV2aJu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Paijo [20010223 14:58]: writing on the subject 'Re: c= an not retrieve email using popper' Paijo> I had this work for some users and fail for the other users. Paijo>=20 Paijo> Do you have any ideas? Paijo>=20 Paijo> Regards Paijo>=20 Paijo> Paijo You had messed up those others for which it failed. Paijo>=20 Paijo> ----- Original Message ----- Paijo> From: Thomas Uhrfelt Paijo> To: 'Paijo' Paijo> Cc: Paijo> Sent: Friday, February 23, 2001 6:28 PM Paijo> Subject: RE: can not retrieve email using popper Paijo>=20 Paijo>=20 Paijo> > You can't just remove the mail spoolfile for user bob1 - where wou= ld the Paijo> > mail then end up? What you basically specified in the alias file i= s that Paijo> > incoming mail for bobg should be placed in the spoolfiles for user= s bob Paijo> and Paijo> > bob1. But since you removed bob1's spool, of course that will fail= . What Paijo> > _might_ work is this (haven't tried this). Paijo> > Paijo> > Make a symlink called bob1 in the spooldirectory pointing to bob (= the Paijo> > spoolfile) - of couse the target spoolfile and the symlink needs t= o have Paijo> > appropiate permission set. Paijo> > Paijo> > Thomas Paijo> > Paijo>=20 Paijo>=20 Paijo>=20 Paijo> To Unsubscribe: send mail to majordomo@FreeBSD.org Paijo> with "unsubscribe freebsd-questions" in the body of the message Paijo>=20 -Wash -- Odhiambo Washington Inter-Connect Ltd., wash@iconnect.co.ke 5th Flr Furaha Plaza Tel: 254 11 222604 Nkrumah Rd., Fax: 254 11 222636 PO Box 83613 MOMBASA, KE. Things will get better despite our efforts to improve them. -Will Rogers=20 --f0KYrhQ4vYSV2aJu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6lmJQA2k+MNyI/bERAp3qAKCspyearSZ8yCDmvKswLyIaaNed2wCfaB1W x6X7QWRW8xehjyRzj5V2lYw= =IsRQ -----END PGP SIGNATURE----- --f0KYrhQ4vYSV2aJu-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 5:18:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.kc.rr.com (fe3.rdc-kc.rr.com [24.94.163.50]) by hub.freebsd.org (Postfix) with ESMTP id 853BF37B503 for ; Fri, 23 Feb 2001 05:18:13 -0800 (PST) (envelope-from akadanak@kc.rr.com) Received: from dana ([65.26.104.10]) by mail3.kc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Fri, 23 Feb 2001 07:15:31 -0600 From: "Dana" To: Subject: RE: CLICOLOR Date: Fri, 23 Feb 2001 07:19:04 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20010223123605.E12704@cgmd76206.chello.nl> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm using csh so I don't have export. I tried "set CLICOLOR=" and "set CLICOLOR" and neither one had any effect. Dana -----Original Message----- From: Edwin Groothuis [mailto:mavetju@chello.nl] Sent: Friday, February 23, 2001 5:36 AM To: Dana Cc: freebsd-questions@FreeBSD.ORG Subject: Re: CLICOLOR On Fri, Feb 23, 2001 at 05:29:02AM -0600, Dana wrote: > Then man ls page says to set CLICOLOR as > an environment variable in order to get > color when using ls. But environment > variables are key=value pairs. So is it > CLICOLOR=true or "something=CLICOLOR or set the ... environment variable means: ... = value So you have to do: "export CLICOLOR=" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 5:31:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 0690137B503 for ; Fri, 23 Feb 2001 05:31:18 -0800 (PST) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id PAA06018; Fri, 23 Feb 2001 15:37:14 +0100 Message-ID: <3A966672.D765AF00@i-clue.de> Date: Fri, 23 Feb 2001 14:32:34 +0100 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: "gideon[zs]" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: can u help me please References: <008901c09b33$42cde100$3820073e@z7n2l0> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > "gideon[zs]" schrieb: > > im on the uk ftp site for freeBSD im a little stuck i logged in but > what do i download ? is it the stable version ?? i wanna download the > whole o/s please get vback to me i have a 10 gig h/d and i wanna run > off a dos partition please help Please READ http://www.freebsd.org/handbook/install.html befor you download. It explains the various possiblities to install FreeBSD, as well as what to download. HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 5:33:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from zcars04e.nortelnetworks.com (zcars04e.nortelnetworks.com [47.129.242.56]) by hub.freebsd.org (Postfix) with ESMTP id E5A4437B491 for ; Fri, 23 Feb 2001 05:33:40 -0800 (PST) (envelope-from mkoivist@nortelnetworks.com) Received: from zcard015.ca.nortel.com (actually zcard015) by zcars04e.nortelnetworks.com; Fri, 23 Feb 2001 08:27:52 -0500 Received: by zcard015.ca.nortel.com with Internet Mail Service (5.5.2653.19) id ; Fri, 23 Feb 2001 08:27:54 -0500 Message-ID: From: "Matthew Koivisto" To: "'freebsd-questions@freebsd.org'" Subject: RE: can u help me please Date: Fri, 23 Feb 2001 08:27:52 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C09D9C.6C3A1A20" X-Orig: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C09D9C.6C3A1A20 Content-Type: text/plain; charset="iso-8859-1" The easiest way I've found is to download the CD ISO image and burn it to a cd, and install from there. Then setup your net, and ftp install all the rest of the goodies you need. You probibally want to download the 4.2 -RELEASE version, then upgrade to 4.3 when it's released. The CD ISO is at ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/ISO-IMAGES/4.2-install.iso . Or if you really want to d/l the whole os by ftp, you can just make the boot floppies ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/4.2-RELEASE/floppies/ and install the rest by ftp, your choice. Hope this helped. Matt P.S. the handbook answered many questions for me when I first started. http://www.FreeBSD.org/handbook/ -----Original Message----- From: gideon[zs] [mailto:bad-habit@talk21.com] Sent: Tuesday, February 20, 2001 6:50 AM To: freebsd-questions Subject: can u help me please im on the uk ftp site for freeBSD im a little stuck i logged in but what do i download ? is it the stable version ?? i wanna download the whole o/s please get vback to me i have a 10 gig h/d and i wanna run off a dos partition please help ------_=_NextPart_001_01C09D9C.6C3A1A20 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
The=20 easiest way I've found is to download the CD ISO image and burn it to a = cd, and=20 install from there. Then setup your net, and ftp install all the rest = of the=20 goodies you need. You probibally want to download the 4.2 -RELEASE = version, then=20 upgrade to 4.3 when it's released. The CD ISO is at ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/ISO-IMAGES/4= .2-install.iso .=20 Or if you really want to d/l the whole os by ftp, you can just make the = boot=20 floppies ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/4.2-RELEASE/flopp= ies/ and=20 install the rest by ftp, your choice. Hope this = helped.
 
Matt
 
P.S.=20 the handbook answered many questions for me when I first=20 started.
http://www.FreeBSD.org/handboo= k/
-----Original Message-----
From: gideon[zs]=20 [mailto:bad-habit@talk21.com]
Sent: Tuesday, February 20, = 2001 6:50=20 AM
To: freebsd-questions
Subject: can u help me=20 please

im on the uk ftp site for freeBSD = im a little=20 stuck i logged in but what do i download ? is it the stable version = ?? i wanna=20 download the whole o/s please get vback to me i have a 10 gig h/d and = i wanna=20 run off a dos partition please=20 help
------_=_NextPart_001_01C09D9C.6C3A1A20-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 5:34: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rapier.smartspace.co.za (rapier.smartspace.co.za [66.8.25.34]) by hub.freebsd.org (Postfix) with SMTP id 263DF37B4EC for ; Fri, 23 Feb 2001 05:33:55 -0800 (PST) (envelope-from nbm@rapier.smartspace.co.za) Received: (qmail 78928 invoked by uid 1001); 23 Feb 2001 13:33:49 -0000 Date: Fri, 23 Feb 2001 15:33:49 +0200 From: Neil Blakey-Milner To: Dana Cc: freebsd-questions@FreeBSD.ORG Subject: Re: CLICOLOR Message-ID: <20010223153349.A78710@rapier.smartspace.co.za> References: <20010223123605.E12704@cgmd76206.chello.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from akadanak@kc.rr.com on Fri, Feb 23, 2001 at 07:19:04AM -0600 Organization: Building Intelligence X-Operating-System: FreeBSD 4.2-RELEASE i386 X-URL: http://rucus.ru.ac.za/~nbm/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri 2001-02-23 (07:19), Dana wrote: > > I'm using csh so I don't have export. I tried > "set CLICOLOR=" and "set CLICOLOR" and neither > one had any effect. setenv CLICOLOR Or maybe setenv CLICOLOR 1 Neil -- Neil Blakey-Milner nbm@mithrandr.moria.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 5:34:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 1298D37B65D for ; Fri, 23 Feb 2001 05:34:34 -0800 (PST) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id PAA06046; Fri, 23 Feb 2001 15:40:30 +0100 Message-ID: <3A966735.9A68320B@i-clue.de> Date: Fri, 23 Feb 2001 14:35:49 +0100 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: parthasarathi biswas Cc: questions@FreeBSD.ORG Subject: Re: Dialin Server References: <20010223123413.15553.qmail@web804.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG parthasarathi biswas schrieb: > > Hi I have configured my dialin server I can see the AA > led of my moden bliking when I dial from a client > mchine but my modem does not answer.What could be the > reason.Pls advise. Read the manual for your modem. It has to be set up to answer incoming calls. IIRC, ATS0=2 does this for Hayes compatible modems. HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 5:36:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from timon-srv.inicia.es (timon-srv.inicia.es [212.14.96.156]) by hub.freebsd.org (Postfix) with ESMTP id CB42437B4EC for ; Fri, 23 Feb 2001 05:36:06 -0800 (PST) (envelope-from jvalerdi@inicia.es) Received: from pantoque.inicia.es ([212.14.96.131]) by timon-srv.inicia.es (Netscape Messaging Server 4.15) with SMTP id G97PS300.FM1 for ; Fri, 23 Feb 2001 14:36:03 +0100 Reply-To: From: =?iso-8859-1?Q?Jos=E9_Valerdi_Tormo?= To: Subject: Crontab Date: Fri, 23 Feb 2001 14:36:35 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, If it's posible I want to ask you a little question about the use of crontab BSD porgram. I'm trying to use the crontab program to execute a program one ace per day but I'm sure I'm wrong in the sintax becasue I can't execute the preogrm. Con you explain me (with a little example how I must modify the "contrab -e" to execute my program one ace per day?? Thanks a lot in advace Jose To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 5:36:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 3DB7737B401 for ; Fri, 23 Feb 2001 05:36:53 -0800 (PST) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id PAA06068; Fri, 23 Feb 2001 15:42:33 +0100 Message-ID: <3A9667B1.D0F9F56E@i-clue.de> Date: Fri, 23 Feb 2001 14:37:53 +0100 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: Abc Xyz Cc: freebsd-questions Subject: Re: X 3.3.6_7 References: <200102221321.EAA30854@groggy.anc.acsalaska.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Abc Xyz schrieb: > > many packages are looking for XFree86-3.3.6_7 ... > and they say that it is "required" ... > > and only the 4 series is available. > > what happened to 3.3.6_7? > > i don't really want to move to th 4 series yet. > cuz i don't think it's matured enough yet, > and i am too busy to deal with all the > changes (fonts) in it right now. > > please ditto any responses off list, thanks ... XFree3.3.6 is still the one installed with FreeBSD during installation. You may install it after installation using /stand/sysinstall. XFree4 exists as port for people wanting to replace the standard 3.3.6 X server with the modern one. HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 5:54:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from [209.239.36.156] (host2.hostmatters.com [209.239.36.156]) by hub.freebsd.org (Postfix) with ESMTP id E39A937B4EC for ; Fri, 23 Feb 2001 05:54:46 -0800 (PST) (envelope-from ben@cahostnet.com) Received: from nhqadmin17 (224host88.redcross.org [162.6.224.88]) by [209.239.36.156] (8.10.2/8.10.2) with SMTP id f1NDskj05974 for ; Fri, 23 Feb 2001 08:54:46 -0500 Message-ID: <002901c09da0$5473d760$6102a00a@nhqadmin17> From: "Ben" To: Subject: Webalizer help Date: Fri, 23 Feb 2001 08:55:49 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have configured my webalizer and modified the webalizer.conf and placed it in the appropriate place. I run webalizer from the current place. When I run it I get the following messages and I don't see anything in the log directory. Can someone explain what I'm doing wrong? It's pretty straight forward I thought and I went to the webalizer site and read their documentation. Any information will be helpful. What permissions that webalizer need? Root has access to the directory I'm writing to. See the message below. Thx, Ben Webalizer V2.01-06 (FreeBSD 4.2-RELEASE) English Using logfile /usr/home/hosts/nthacks/logs/nthacks.com-http-access.log (clf) Creating output in /usr/home/hosts/nthacks/logs Hostname for reports is 'nthacks.com' History file not found... Previous run data not found... 2760 records (2760 ignored) in 0.15 seconds To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 5:58:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from snarf.osdn.com (snarf.osdn.com [209.192.217.153]) by hub.freebsd.org (Postfix) with ESMTP id BB0C637B491 for ; Fri, 23 Feb 2001 05:58:16 -0800 (PST) (envelope-from jim@guinness.osdn.com) Received: from guinness.osdn.com (postfix@43.sun4.dialup.G4.NET [216.177.29.43]) by snarf.osdn.com (8.11.2/8.11.2) with ESMTP id f1NDwEs46044; Fri, 23 Feb 2001 08:58:15 -0500 (EST) (envelope-from jim@guinness.osdn.com) Received: by guinness.osdn.com (Postfix, from userid 1000) id 8DD681925; Fri, 23 Feb 2001 08:58:11 -0500 (EST) Date: Fri, 23 Feb 2001 08:58:11 -0500 From: Jim Mock To: Abc Xyz Cc: freebsd-questions Subject: Re: X 3.3.6_7 Message-ID: <20010223085811.B1983@guinness.osdn.com> Reply-To: mij@osdn.com References: <200102221321.EAA30854@groggy.anc.acsalaska.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <200102221321.EAA30854@groggy.anc.acsalaska.net>; from abc@groggy.anc.acsalaska.net on Thu, Feb 22, 2001 at 04:21:36AM -0900 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 22 Feb 2001 at 04:21:36 -0900, Abc Xyz wrote: > many packages are looking for XFree86-3.3.6_7 ... > and they say that it is "required" ... > > and only the 4 series is available. > > what happened to 3.3.6_7? Uh, nothing. Look in your ports tree, specifically at /usr/ports/x11/XFree86... PORTNAME= XFree86 PORTVERSION= 3.3.6 PORTREVISION= 7 - jim -- - jim mock - O|S|D|N - open source development network - - http://www.freebsdzine.org/ - jim@freebsdzine.org - jim@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 6: 1:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dsl-64-193-218-89.telocity.com (dsl-64-193-218-89.telocity.com [64.193.218.89]) by hub.freebsd.org (Postfix) with SMTP id DA9D637B491 for ; Fri, 23 Feb 2001 06:01:10 -0800 (PST) (envelope-from lucas@slb.to) Received: (qmail 16415 invoked by uid 1000); 23 Feb 2001 14:01:30 -0000 Date: Fri, 23 Feb 2001 08:01:29 -0600 From: Lucas Bergman To: faisal gillani Cc: freebsd-questions@freebsd.org Subject: Re: BSD Loader Message-ID: <20010223080129.A13822@billygoat.slb.to> Reply-To: lucas@slb.to References: <20010223031227.99556.qmail@web11004.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010223031227.99556.qmail@web11004.mail.yahoo.com>; from fasi_74@yahoo.com on Thu, Feb 22, 2001 at 07:12:27PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I use freeBSD bootloader to load my freebsd & solaris but it doesnt > display my solaris name instead it says > > ???? > > how can i write Solaris in it ? The names corresponding to different partition types are hard-coded in the booteasy source. You'd have to hack it and recompile booteasy. Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 6: 9:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hermes.niicommunications.com (hermes.niicommunications.com [38.196.126.26]) by hub.freebsd.org (Postfix) with ESMTP id A3CF637B684 for ; Fri, 23 Feb 2001 06:09:50 -0800 (PST) (envelope-from jason.hunt@niicommunications.com) Received: from niicommunications.com (xerxes.niicommunications.com [192.168.2.225]) by hermes.niicommunications.com (8.11.2/8.11.1) with ESMTP id f1NE9ms23596 for ; Fri, 23 Feb 2001 08:09:49 -0600 (CST) (envelope-from jason.hunt@niicommunications.com) Message-ID: <3A966F2B.6541B2A@niicommunications.com> Date: Fri, 23 Feb 2001 08:09:47 -0600 From: Jason Hunt X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: can someone explain this to me? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG /kernel: xl0: no memory for rx list -- packet dropped! /kernel: xl1: no memory for rx list -- packet dropped! I got a couple of these this morning, and not sure what they are about. thanks for any help. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 6:18:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id 3C31637B65D for ; Fri, 23 Feb 2001 06:18:07 -0800 (PST) (envelope-from wash@iconnect.co.ke) Received: from [212.22.163.2] (helo=poeza.iconnect.co.ke) by siafu.iconnect.co.ke with esmtp (Exim 2.12 #1) id 14WJ03-0005rs-00; Fri, 23 Feb 2001 17:15:11 +0300 Received: from wash by poeza.iconnect.co.ke with local (Exim 3.20 #1) id 14WJ3H-000Jel-00; Fri, 23 Feb 2001 17:18:31 +0300 Date: Fri, 23 Feb 2001 17:18:31 +0300 From: Odhiambo Washington To: =?iso-8859-1?Q?Jos=E9_Valerdi_Tormo?= Cc: FBSD-Q Subject: Re: Crontab Message-ID: <20010223171831.E72253@poeza.iconnect.co.ke> Mail-Followup-To: Odhiambo Washington , =?iso-8859-1?Q?Jos=E9_Valerdi_Tormo?= , FBSD-Q References: <20010223164537.D72253@poeza.iconnect.co.ke> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="uCPdOCrL+PnN2Vxy" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: =?iso-8859-1?Q?=3CNLEIIHNKKKFBHELENKNPGELACDAA=2Ejvalerdi=40inicia=2Ees?= =?iso-8859-1?Q?=3E=3B_ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG =09from_=22Jos=E9_Valerdi_Tormo=22_on_Fri=2C_Feb_?= =?iso-8859-1?Q?23=2C_2001_at_02:46:59PM_+0100?= X-Operating-System: FreeBSD poeza.iconnect.co.ke 4.2-STABLE FreeBSD 4.2-STABLE X-Mailer: Mutt http://www.mutt.org/ X-Location: Mombasa, KE, East Africa --uCPdOCrL+PnN2Vxy Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Jos=E9 Valerdi Tormo [20010223 16:48]: writing on th= e subject 'RE: Crontab' Jos=E9> Thank for the answer but ... I have no the manual page for the cron= tab in my Jos=E9> FreeBSD. I've use the Solaris sintax but this one not work fine, so= ... can Jos=E9> you give me an example please ? 0 14 * * * /script/mirror-tucows-on-ns2 =20 This will run the script every day at 14.00hrs Note that the characters are separated by Jos=E9>=20 Jos=E9> Thnaks again Jos=E9>=20 Jos=E9> Jose Jos=E9>=20 Jos=E9> -----Mensaje original----- Jos=E9> De: Odhiambo Washington [mailto:wash@iconnect.co.ke] Jos=E9> Enviado el: viernes, 23 de febrero de 2001 14:46 Jos=E9> Para: Jos=E9 Valerdi Tormo Jos=E9> Asunto: Re: Crontab Jos=E9>=20 Jos=E9>=20 Jos=E9> * Jos=E9 Valerdi Tormo [20010223 16:38]: writi= ng on the Jos=E9> subject 'Crontab' Jos=E9> Jos=E9> Hi, Jos=E9> Jos=E9> Jos=E9> Jos=E9> If it's posible I want to ask you a little question about t= he use of Jos=E9> crontab Jos=E9> Jos=E9> BSD porgram. I'm trying to use the crontab program to execu= te a Jos=E9> program one Jos=E9> Jos=E9> ace per day but I'm sure I'm wrong in the sintax becasue I = can't Jos=E9> execute the Jos=E9> Jos=E9> preogrm. Con you explain me (with a little example how I mu= st modify Jos=E9> the Jos=E9> Jos=E9> "contrab -e" to execute my program one ace per day?? Jos=E9>=20 Jos=E9> man crontab Jos=E9>=20 Jos=E9>=20 Jos=E9>=20 Jos=E9> -Wash Jos=E9>=20 Jos=E9> -- Jos=E9> Odhiambo Washington Inter-Connect Ltd., Jos=E9> wash@iconnect.co.ke 5th Flr Furaha Plaza Jos=E9> Tel: 254 11 222604 Nkrumah Rd., Jos=E9> Fax: 254 11 222636 PO Box 83613 MOMBASA, KE. Jos=E9>=20 Jos=E9> Accuracy, n.: The vice of being right Jos=E9>=20 Jos=E9>=20 -Wash -- Odhiambo Washington Inter-Connect Ltd., wash@iconnect.co.ke 5th Flr Furaha Plaza Tel: 254 11 222604 Nkrumah Rd., Fax: 254 11 222636 PO Box 83613 MOMBASA, KE. If you think the system is working, ask someone who's waiting for a prompt.= =20 --uCPdOCrL+PnN2Vxy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6lnE3A2k+MNyI/bERAtxSAKCQUzUxOWEjQgphqdfsFg3zvvOWNQCcDQ00 yw6ECK8esysHw/ha9offobA= =K8Zb -----END PGP SIGNATURE----- --uCPdOCrL+PnN2Vxy-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 6:24:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by hub.freebsd.org (Postfix) with ESMTP id 5408237B4EC for ; Fri, 23 Feb 2001 06:24:54 -0800 (PST) (envelope-from jcm@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97] ident=root) by serenity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 14WJ9R-0007cb-00 for freebsd-questions@freebsd.org; Fri, 23 Feb 2001 14:24:53 +0000 Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.11.1/8.11.1) id f1NEOq829974 for freebsd-questions@freebsd.org; Fri, 23 Feb 2001 14:24:52 GMT (envelope-from jcm) Date: Fri, 23 Feb 2001 14:24:52 +0000 From: j mckitrick To: freebsd-questions@freebsd.org Subject: annoying backspace problem in wterm Message-ID: <20010223142451.A29938@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I wish there were a simple solution to the backspace problem in general. But there isn't. Okay, I want my backspace key to delete the character to the left when pressed, and move the cursor back. Basic stuff. This works in con25 and xterm, but in Wterm I can't get it to work. I RTFM'd, and it said I can set Xterm*backspacekey and Xterm*deletekey in my .Xdefaults to either Delete or Backspace. I have tried all 4 combinations, and when using VIM, I cannot get the backspace key to work correctly. The delete key does what the backspace key is supposed to do. Yet, the unlike my other terminals, in Wterm (RXVT clone) backspace deletes characters when in VIM command mode, while in other terminals, it just moves the cursor back. Any ideas? I'd really appreciate it. Jonathon -- "One World, One Web, One Program." - Microsoft Promotional Ad. "Ein Volk, Ein Reich, Ein Fuhrer." - Adolf Hitler To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 6:29:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail6.kc.rr.com (fe6.rdc-kc.rr.com [24.94.163.53]) by hub.freebsd.org (Postfix) with ESMTP id 2393137B491 for ; Fri, 23 Feb 2001 06:29:02 -0800 (PST) (envelope-from akadanak@kc.rr.com) Received: from dana ([65.26.104.10]) by mail6.kc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Fri, 23 Feb 2001 08:26:20 -0600 From: "Dana" To: "Freebsd-Questions" Subject: RE: CLICOLOR Date: Fri, 23 Feb 2001 08:29:52 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 In-Reply-To: <3A9667F9.F68612CF@i-clue.de> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yeah, that did it. I man'd all over the place but didn't think of man csh. But that only works until the next reboot. So I put it in .cshrc and now it is permanent. But now I am thinking, what if I have 1,000 accounts. There must be a way to set this globally. Dana -----Original Message----- From: Christoph Sold [mailto:so@server.i-clue.de] Sent: Friday, February 23, 2001 7:39 AM To: Dana Subject: Re: CLICOLOR Dana schrieb: > > I'm using csh so I don't have export. I tried > "set CLICOLOR=" and "set CLICOLOR" and neither > one had any effect. man csh as well as man tcsh tell how to set environment variables in your shell: setenv CLICOLOR does the job. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 6:37: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id 37E7537B401 for ; Fri, 23 Feb 2001 06:36:58 -0800 (PST) (envelope-from wash@iconnect.co.ke) Received: from [212.22.163.2] (helo=poeza.iconnect.co.ke) by siafu.iconnect.co.ke with esmtp (Exim 2.12 #1) id 14WJI1-00074b-00; Fri, 23 Feb 2001 17:33:45 +0300 Received: from wash by poeza.iconnect.co.ke with local (Exim 3.20 #1) id 14WJLF-000Jka-00; Fri, 23 Feb 2001 17:37:05 +0300 Date: Fri, 23 Feb 2001 17:37:05 +0300 From: Odhiambo Washington To: Jason Hunt Cc: FBSD-Q Subject: Re: can someone explain this to me? Message-ID: <20010223173705.F72253@poeza.iconnect.co.ke> Mail-Followup-To: Odhiambo Washington , Jason Hunt , FBSD-Q References: <3A966F2B.6541B2A@niicommunications.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="xaMk4Io5JJdpkLEb" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A966F2B.6541B2A@niicommunications.com>; from "Jason Hunt" on Fri, Feb 23, 2001 at 08:09:47AM -0600 X-Operating-System: FreeBSD poeza.iconnect.co.ke 4.2-STABLE FreeBSD 4.2-STABLE X-Mailer: Mutt http://www.mutt.org/ X-Location: Mombasa, KE, East Africa Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --xaMk4Io5JJdpkLEb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Jason Hunt [20010223 17:11]: writing o= n the subject 'can someone explain this to me?' Jason> /kernel: xl0: no memory for rx list -- packet dropped! Jason> /kernel: xl1: no memory for rx list -- packet dropped! Jason>=20 Jason>=20 Jason> I got a couple of these this morning, and not sure what Jason> they are about. thanks for any help. I saw this on the list either yesterday or the day before but cannot=20 accurately remember what it was. Could you kindly search and see if you can get it? But i've also done a search for "packet dropped!" and found this ### * Simakin Alexandr [001228 02:18] wrote: > PLEASE HELP! >=20 > On my very remote server FreeBSD 4.0 I have system messages > /kernel: xl0: no memory for rx list -- packet dropped! > very many times, and also message > /kernel: looutput: mbuf allocation failed > After this messages server stop all network communications,=20 > and after 10-30 minutes rebootes by himself. >=20 > Manipulations with media type of network card had no effect! > HDD have enought free space. > PLEASE HELP! raise "maxusers" or nmbclusters in your kernel config. --=20 -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." #### HTH -Wash -- Odhiambo Washington Inter-Connect Ltd., wash@iconnect.co.ke 5th Flr Furaha Plaza Tel: 254 11 222604 Nkrumah Rd., Fax: 254 11 222636 PO Box 83613 MOMBASA, KE. Wisdom lies neither in fixity nor in change, but in the dialectic between t= he=20 two. -Octavio Paz=20 --xaMk4Io5JJdpkLEb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6lnWRA2k+MNyI/bERApRbAJ4urrK4wpfO3eGdJ1zQiwyR+MZCLwCgoMEf iQc9/m8KUvnVy8blziPpgW4= =g5oX -----END PGP SIGNATURE----- --xaMk4Io5JJdpkLEb-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 6:37:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pioneernet.net (pioneernet.net [208.240.196.25]) by hub.freebsd.org (Postfix) with ESMTP id 2DE2537B401 for ; Fri, 23 Feb 2001 06:37:29 -0800 (PST) (envelope-from chip@wiegand.org) Received: from chip.wiegand.org [208.194.173.26] by pioneernet.net (SMTPD32-6.05) id A6A6617100A2; Fri, 23 Feb 2001 06:41:42 -0800 Date: Fri, 23 Feb 2001 06:40:45 -0800 From: Chip Wiegand To: FreeBSD Questions Subject: Messages showing up in the list? Message-Id: <20010223064045.4e3fc57a.chip@wiegand.org> X-Mailer: Sylpheed version 0.4.61 (GTK+ 1.2.8; FreeBSD 4.2-RELEASE; i386) Organization: wiegand.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 Hi, I am just checking to see if my messages are showing up in the list. I have posted a question about a nic problem, twice, and have not recieved any response. Just making sure my mailer actually sends my mail to the list. Regards, -- Chip Wiegand Alternative Operating Systems www.wiegand.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 7: 2:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from netsrvr.ami.com.au (netsrvr.ami.com.au [203.55.31.38]) by hub.freebsd.org (Postfix) with ESMTP id 0ACA837B491 for ; Fri, 23 Feb 2001 07:02:52 -0800 (PST) (envelope-from summer@os2.ami.com.au) Received: from dugite.os2.ami.com.au (IDENT:root@c0s11.ami.com.au [203.55.31.76]) by netsrvr.ami.com.au (8.9.3/8.9.3) with ESMTP id XAA16178 for ; Fri, 23 Feb 2001 23:02:47 +0800 Received: from possum.os2.ami.com.au (IDENT:summer@possum.os2.ami.com.au [192.168.1.6]) by dugite.os2.ami.com.au (8.10.0/8.10.0) with ESMTP id f1MNZQ607527 for ; Fri, 23 Feb 2001 07:35:26 +0800 Message-Id: <200102222335.f1MNZQ607527@dugite.os2.ami.com.au> X-Mailer: exmh version 2.1.1 10/15/1999 To: freebsd-questions@freebsd.org Subject: Re: ping: sendto: No Buffer Sapce available In-Reply-To: Your message of "Wed, 21 Feb 2001 03:04:00 EST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 23 Feb 2001 07:37:13 +0800 From: John Summerfield Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gmiddl1@gl.umbc.edu said: > This is the error i get when i try to ping a host on my network. My > bsdbox drops right off the face of the earth when i am telneted into > it. I cannot make it happen it just happens at random times....it also > happens when i use WEBMIN which i am sure some of you are familiar > with....it is one of the ports. Anywa all i have to do to bring it > back up on the network is ifconfig down up and it works again. > Can i downsize the MTU and solve this problem? Someone mentioned > NMBclusters at one time...whatever shall i do? > Regards, Interesting... I got this self-same error on Linux the other day. It turned out the firewall rules on the target host were cactus and it wasn't responding. -- Cheers John Summerfield http://www2.ami.com.au/ for OS/2 & linux information. Configuration, networking, combined IBM ftpsites index. Microsoft's most solid OS: http://www.geocities.com/rcwoolley/ Note: mail delivered to me is deemed to be intended for me, for my disposition. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 7:13:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ruraltel.net (mail1.ruraltel.net [24.225.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 9002C37B503 for ; Fri, 23 Feb 2001 07:13:45 -0800 (PST) (envelope-from darryl@osborne-ind.com) Received: from darryl ([24.225.30.244]) by mail.ruraltel.net (Post.Office MTA v3.5.3 release 223 ID# 0-70800U16000L4200S0V35) with SMTP id net; Fri, 23 Feb 2001 09:13:41 -0600 Reply-To: From: "Darryl Hoar" To: "'Odhiambo Washington'" Cc: Subject: RE: ppp.conf and routing Date: Fri, 23 Feb 2001 09:12:40 -0600 Message-ID: <002001c09dab$10caaba0$0701a8c0@darryl> 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 CWS, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20010223094504.D64643@poeza.iconnect.co.ke> X-MIMEOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks for the RTFM, but I already have read the handbook ppp, as well as the Pedantic PPP Primer. There are significant differences between these two references. In addition, they muddle between ppp pre-version 2 settings, and version 2 and greater. After reading, it is not clear to me if I need a ppp.linkup to cause the temporary route (10.0.0.1 <-> 10.0.0.2 per my ppp.conf) to be deleted once ppp uses IPCP to set the real IPs & route. In addition, as per my ifconfig line in my ppp.conf, I use the 0.0.0.0 at the end. The handbook makes reference to this but is not clear if it is necessary since I use the 10.0.0.1/0 10.0.0.2/0 guesses in my config file, do I need the 0.0.0.0 or is it just useless overhead. Sorry if this is such a basic question, but I have not found the info I need in the handbook or primer. thanks, Darryl -----Original Message----- From: Odhiambo Washington [mailto:wash@iconnect.co.ke] Sent: Friday, February 23, 2001 12:45 AM To: freebsd-questions@freebsd.org Cc: darryl@osborne-ind.com Subject: Re: ppp.conf and routing * Darryl Hoar [20010223 01:16]: writing on the subject 'ppp.conf and routing' Darryl> Greetings, Darryl> I am running FreeBSD 4.0-release and this is my ppp.conf file: Darryl> Darryl> ################################################################# Darryl> # PPP Sample Configuration File Darryl> # Originally written by Toshiharu OHNO Darryl> # Simplified 5/14/1999 by wself@cdrom.com Darryl> # Darryl> # $FreeBSD: src/etc/ppp/ppp.conf,v 1.2 1999/08/27 23:24:08 peter Exp $ Darryl> ################################################################# Darryl> Darryl> default: Darryl> Darryl> # Darryl> # Make sure that "device" references the correct serial port Darryl> # for your modem. (cuaa0 = COM1, cuaa1 = COM2) Darryl> # Darryl> Darryl> set device /dev/cuaa0 Darryl> Darryl> set log Phase Chat LCP IPCP CCP tun command Darryl> set speed 115200 Darryl> set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0 Darryl> OK Darryl> \\dATDT\\T TIMEOUT 40 CONNECT" Darryl> Darryl> set timeout 300 Darryl> set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 Darryl> add default HISADDR Darryl> enable dns Darryl> ruralnet: Darryl> set phone 1234567 Darryl> set authname XXXX Darryl> set authkey XXXX Darryl> Darryl> My IP is dynamically assigned to me by my ISP. Darryl> Darryl> Question: Darryl> When I do a netstat -rn, I see among other things: Darryl> Destination Gateway Darryl> 10.0.0.2 10.0.0.1 Darryl> Darryl> I thought after ppp negotiated the IP address, that the suggested Darryl> 10.0.0.1/10.0.0.2 would Darryl> be deleted by ppp automagically. Do I have something misconfigured ? Darryl> Darryl> thanks, Darryl> Darryl Go back and read the ppp manuals. They are on the web and pretty much everything is well explained there. You cannot go ahead by skipping it. www.freebsd.org/tutorials/ppp/book.html -Wash -- Odhiambo Washington Inter-Connect Ltd., wash@iconnect.co.ke 5th Flr Furaha Plaza Tel: 254 11 222604 Nkrumah Rd., Fax: 254 11 222636 PO Box 83613 MOMBASA, KE. An expert is a person who avoid the small errors while sweeping on to the grand fallacy. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 7:22:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from freeze.org (www.bellnetworks.net [208.177.187.234]) by hub.freebsd.org (Postfix) with ESMTP id BC55137B4EC for ; Fri, 23 Feb 2001 07:22:16 -0800 (PST) (envelope-from jim@freeze.org) Received: (from jim@localhost) by freeze.org (8.11.2/8.11.2) id f1NFLBf05963; Fri, 23 Feb 2001 10:21:11 -0500 (EST) (envelope-from jim) X-Authentication-Warning: www.bellnetworks.net: Processed from queue /var/spool/alt_queue X-Authentication-Warning: www.bellnetworks.net: Processed by jim with -C /web/siteinfo/freeze/mail/sendmail.cf Date: Fri, 23 Feb 2001 10:21:11 -0500 (EST) From: Jim Freeze X-Sender: jim@www.bellnetworks.net To: questions@freebsd.org Subject: OT: Which programming shell, sh or csh? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am writing some small scripts for our users to help them interact with cvs. I have looked at using either sh or csh, but I cannot find any information as to why I would choose one over the other. Can some experienced person guide me in which is best to use? Does it really matter? Pros/Cons? Thanks ========================================================= Jim Freeze jim@freeze.org --------------------------------------------------------- "So, it should be relatively easy ... this is the phrase I use when someone else is the most obvious person to do something." Harry Ohlsen ========================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 7:29:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sudz.ns3g.com (cr618871-b.bloor1.on.wave.home.com [24.43.110.112]) by hub.freebsd.org (Postfix) with ESMTP id 37D4F37B4EC for ; Fri, 23 Feb 2001 07:29:41 -0800 (PST) (envelope-from sudz@ns3g.com) Received: from cooler (cr618871-a.bloor1.on.wave.home.com [24.43.110.110]) by sudz.ns3g.com (8.11.1/8.11.1) with SMTP id f1NFTt318369 for ; Fri, 23 Feb 2001 10:29:56 -0500 (EST) (envelope-from sudz@ns3g.com) Reply-To: From: "Colin Legendre" To: Subject: adduser Date: Fri, 23 Feb 2001 10:33:05 -0500 Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0025_01C09D84.015EFC60" 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.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0025_01C09D84.015EFC60 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit I have noticed that adduser crypts the password using DES and not MD5. Anyway to change this. Colin Legendre CCNA, MCP Infrastructure Management Specialist Q9 Networks Inc. sudz@ns3g.com ------=_NextPart_000_0025_01C09D84.015EFC60 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I have = noticed that=20 adduser crypts the password using DES and not MD5.  Anyway to = change=20 this.
 
Colin Legendre  CCNA, = MCP
Infrastructure Management = Specialist
Q9 Networks Inc.
sudz@ns3g.com
 
 
------=_NextPart_000_0025_01C09D84.015EFC60-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 7:31: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tethys.valhalla.net (tethys.valhalla.net [195.26.32.112]) by hub.freebsd.org (Postfix) with ESMTP id E55FD37B491 for ; Fri, 23 Feb 2001 07:31:05 -0800 (PST) (envelope-from mark@tethys.valhalla.net) Received: by tethys.valhalla.net (Postfix, from userid 500) id 3EAF133235; Fri, 23 Feb 2001 15:31:05 +0000 (GMT) Date: Fri, 23 Feb 2001 15:31:05 +0000 From: Mark Drayton To: Jim Freeze Cc: freebsd-questions@freebsd.org Subject: Re: OT: Which programming shell, sh or csh? Message-ID: <20010223153105.A17466@tethys.valhalla.net> Mail-Followup-To: Jim Freeze , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jim@freeze.org on Fri, Feb 23, 2001 at 10:21:11AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I am writing some small scripts for our users to help them interact > with cvs. I have looked at using either sh or csh, but I cannot find > any information as to why I would choose one over the other. I've never used csh myself, but I've read several documents saying it shouldn't be used. See Tom Christiansen's article for more info: http://www.softlab.ece.ntua.gr/~sivann/pub/funnypics/computers/csh-programming-considered-harmful.html Cheers. -- Mark Drayton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 7:54:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web122.yahoomail.com (web122.mail.yahoo.com [205.180.60.57]) by hub.freebsd.org (Postfix) with SMTP id 3826C37B503 for ; Fri, 23 Feb 2001 07:54:37 -0800 (PST) (envelope-from kalaiarasi@yahoo.com) Received: (qmail 14003 invoked by uid 60001); 23 Feb 2001 15:54:36 -0000 Message-ID: <20010223155436.14002.qmail@web122.yahoomail.com> Received: from [203.106.67.228] by web122.yahoomail.com; Fri, 23 Feb 2001 07:54:36 PST Date: Fri, 23 Feb 2001 07:54:36 -0800 (PST) From: Kalai Kalaiarasi Subject: crontab To: freebsd-questions@freebsd.org, questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have wrote a shell script and trying to run it automatically by using crontab... but the shell script doesnt seem to be executed by the crontab. Shell script works fine when being executed manually. Something wrong with the crontab.... I have edited the crontab file as below: 0 9 * * * /apps/sbldev/script/analysis But....there shell script is not being executed at the specified time (9am) Does anyone knows how to solve this problem??? Please mail to this add.. i'm not subscribed to the mailing list. Regards, Kalaiarasi __________________________________________________ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 7:54:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail10.speakeasy.net (mail10.speakeasy.net [216.254.0.210]) by hub.freebsd.org (Postfix) with SMTP id CB96137B699 for ; Fri, 23 Feb 2001 07:54:44 -0800 (PST) (envelope-from powers@b2pi.com) Received: (qmail 51117 invoked from network); 23 Feb 2001 15:54:10 -0000 Received: from unknown (HELO Sophie.B2Pi.com) ([216.254.64.186]) (envelope-sender ) by mail10.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 23 Feb 2001 15:54:10 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14998.34754.514622.639981@Sophie.B2Pi.com> Date: Fri, 23 Feb 2001 10:54:42 -0500 (EST) From: Brent B.Powers To: "Power JeSsIe!" Cc: Subject: Re:login text In-Reply-To: References: <3A9631B6.B7B8EABF@i-clue.de> X-Mailer: VM 6.72 under 21.2 (beta34) "Molpe" XEmacs Lucid Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> "Jessie" == Power JeSsIe! writes: Jessie> thanks everyone for the quick response to my post (my Jessie> first one actually :) you people are great! Jessie> i have another question... Jessie> is there a way to edit the text that comes out in the Jessie> login screen: Jessie> ---- FreeBSD/i386 (myhost.mydomain.com) (ttyv1) Jessie> login: --- Jessie> is that stored in a file or does the kernel need to be Jessie> recompiled for it to be change? Jessie> i'm just curious. Check out /etc/motd Jessie> thanks. Jessie> jessie Jessie> To Unsubscribe: send mail to majordomo@FreeBSD.org with Jessie> "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 7:54:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web122.yahoomail.com (web122.mail.yahoo.com [205.180.60.57]) by hub.freebsd.org (Postfix) with SMTP id 3D54F37B67D for ; Fri, 23 Feb 2001 07:54:37 -0800 (PST) (envelope-from kalaiarasi@yahoo.com) Received: (qmail 14003 invoked by uid 60001); 23 Feb 2001 15:54:36 -0000 Message-ID: <20010223155436.14002.qmail@web122.yahoomail.com> Received: from [203.106.67.228] by web122.yahoomail.com; Fri, 23 Feb 2001 07:54:36 PST Date: Fri, 23 Feb 2001 07:54:36 -0800 (PST) From: Kalai Kalaiarasi Subject: crontab To: freebsd-questions@freebsd.org, questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have wrote a shell script and trying to run it automatically by using crontab... but the shell script doesnt seem to be executed by the crontab. Shell script works fine when being executed manually. Something wrong with the crontab.... I have edited the crontab file as below: 0 9 * * * /apps/sbldev/script/analysis But....there shell script is not being executed at the specified time (9am) Does anyone knows how to solve this problem??? Please mail to this add.. i'm not subscribed to the mailing list. Regards, Kalaiarasi __________________________________________________ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 7:56:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id 8DBEF37B4EC for ; Fri, 23 Feb 2001 07:56:19 -0800 (PST) (envelope-from lowell@be-well.ilk.org) Received: (from lowell@localhost) by be-well.ilk.org (8.11.2/8.11.2) id f1NFuHN21760; Fri, 23 Feb 2001 10:56:17 -0500 (EST) (envelope-from lowell) To: freebsd-questions@freebsd.org, akadanak@kc.rr.com Subject: Re: CLICOLOR References: <3A9667F9.F68612CF@i-clue.de> From: Lowell Gilbert Date: 23 Feb 2001 10:56:17 -0500 In-Reply-To: akadanak@kc.rr.com's message of "23 Feb 2001 15:29:31 +0100" Message-ID: <44bsrt1jha.fsf@lowellg.ne.mediaone.net> Lines: 32 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG akadanak@kc.rr.com (Dana) writes: > Yeah, that did it. I man'd all over the place > but didn't think of man csh. But that only works > until the next reboot. So I put it in .cshrc > and now it is permanent. > > But now I am thinking, what if I have 1,000 accounts. > There must be a way to set this globally. Sure. Go back to 'man csh': A login shell begins by executing commands from the system files /etc/csh.cshrc and /etc/csh.login. It then executes commands from files in the user's home directory: first ~/.tcshrc (+) or, if ~/.tcshrc is not found, ~/.cshrc, then ~/.history (or the value of the histfile shell vari- able), then ~/.login, and finally ~/.cshdirs (or the value of the dirsfile shell variable) (+). The shell may read /etc/csh.login before instead of after /etc/csh.cshrc, and ~/.login before instead of after ~/.tcshrc or ~/.cshrc and ~/.history, if so compiled; see the version shell vari- able. (+) Non-login shells read only /etc/csh.cshrc and ~/.tcshrc or ~/.cshrc on startup. Of course, this only covers csh, and if you had 1000 users, sure some would want a saner programming shell. You'd need to do the equivalent for other shells as well. Alternatively, you can use login.conf to set environment variables. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 7:57:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from matrix.eurocontrol.fr (matrix.eurocontrol.fr [147.196.254.254]) by hub.freebsd.org (Postfix) with ESMTP id A256737B503 for ; Fri, 23 Feb 2001 07:57:19 -0800 (PST) (envelope-from wei@eurocontrol.fr) Received: from rigel.eurocontrol.fr (rigel.eurocontrol.fr [147.196.5.151]) by matrix.eurocontrol.fr (Postfix/TLS) with ESMTP id 0A9AD5C2B for ; Fri, 23 Feb 2001 16:57:19 +0100 (CET) Received: from eurocontrol.fr (localhost [127.0.0.1]) by rigel.eurocontrol.fr (Postfix) with ESMTP id D883C49C4 for ; Fri, 23 Feb 2001 16:57:18 +0100 (MET) Message-ID: <3A9688AC.7E9D12EE@eurocontrol.fr> Date: Fri, 23 Feb 2001 16:58:36 +0100 From: Harald Weis Organization: EEC X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: GramoFile1.6 on FreeBSD4.2 Content-Type: multipart/mixed; boundary="------------0603BC430BDB42CD392C6811" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------0603BC430BDB42CD392C6811 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit gramofile1.6 outputs the error message ''semget: No space left on device'' Increasing the default values of some or all SEM* options makes no difference. What is wrong in MYKERNEL? (the attached instance does not modify the default values) Thanks for help. Harald Weis --------------0603BC430BDB42CD392C6811 Content-Type: text/plain; charset=us-ascii; name="MYKERNEL" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="MYKERNEL" # # MYKERNEL -- My kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.20 2000/10/31 23:16:07 n_hibma Exp $ machine i386 cpu I686_CPU ident MYKERNEL maxusers 32 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options UCONSOLE #Allow users to grab the console options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies device isa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 # ATA and ATAPI devices device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives #device atapifd # ATAPI floppy drives options ATA_STATIC_ID #Static device numbering options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) #device apm0 at nexus? disable flags 0x20 # Advanced Power Management # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device pty # Pseudo-ttys (telnet etc) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard device ulpt # Printer device ums # Mouse # Audio driver # # For PnP/PCI sound cards device pcm options PNPBIOS --------------0603BC430BDB42CD392C6811 Content-Type: text/plain; charset=us-ascii; name="sem-option-defaults" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="sem-option-defaults" # Maximum number of entries in a semaphore map. options SEMMAP=31 # Maximum number of System V semaphores that can be used on the system at # one time. options SEMMNI=11 # Total number of semaphores system wide options SEMMNS=61 # Total number of undo structures in system options SEMMNU=31 # Maximum number of System V semaphores that can be used by a single process # at one time. options SEMMSL=61 # Maximum number of operations that can be outstanding on a single System V # semaphore at one time. options SEMOPM=101 # Maximum number of undo operations that can be outstanding on a single # System V semaphore at one time. options SEMUME=11 # Maximum number of shared memory pages system wide. options SHMALL=1025 # Maximum size, in bytes, of a single System V shared memory region. options SHMMAX="(SHMMAXPGS*PAGE_SIZE+1)" options SHMMAXPGS=1025 # Minimum size, in bytes, of a single System V shared memory region. options SHMMIN=2 # Maximum number of shared memory regions that can be used on the system # at one time. options SHMMNI=33 # Maximum number of System V shared memory regions that can be attached to # a single process at one time. options SHMSEG=9 --------------0603BC430BDB42CD392C6811 Content-Type: text/plain; charset=us-ascii; name="dmesg" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="dmesg" Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.2-RC1 #4: Mon Dec 18 14:56:30 CET 2000 wei@wei.eurocontrol.fr:/usr/src/sys/compile/MYKERNEL Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 551252342 Hz CPU: Pentium III/Pentium III Xeon/Celeron (551.25-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x673 Stepping = 3 Features=0x383f9ff real memory = 201261056 (196544K bytes) avail memory = 193040384 (188516K bytes) Preloaded elf kernel "kernel" at 0xc02cb000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc02cb09c. Pentium Pro MTRR support enabled npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 9 isab0: at device 4.0 on pci0 isa0: on isab0 atapci0: port 0x1020-0x102f at device 4.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0x1000-0x101f irq 11 at device 4.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 chip1: port 0x1040-0x104f at device 4.3 on pci0 csa0: mem 0xf4000000-0xf40fffff,0xf4100000-0xf4100fff irq 10 at device 6.0 on pci0 pcm0: on csa0 xl0: <3Com 3c905B-TX Fast Etherlink XL> port 0x1080-0x10ff mem 0xf4101000-0xf410107f irq 11 at device 11.0 on pci0 xl0: Ethernet address: 00:40:ca:1c:01:04 miibus0: on xl0 xlphy0: <3Com internal media interface> on miibus0 xlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto 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 psm0: irq 12 on atkbdc0 psm0: model IntelliMouse, device ID 3 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A sbc0: at port 0x220-0x22f,0x330-0x331,0x388-0x38b irq 5 drq 1,3 on isa0 pcm1: on sbc0 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 unknown: can't assign resources unknown: can't assign resources ata1-slave: ata_command: timeout waiting for intr ata1-slave: identify failed ad0: 8063MB [16383/16/63] at ata0-master UDMA33 acd0: CDROM at ata1-master using WDMA2 Mounting root from ufs:/dev/ad0s2a --------------0603BC430BDB42CD392C6811-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 8: 5: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tiger.ciberlynx.net (ns2.ciberlynx.net [216.242.0.3]) by hub.freebsd.org (Postfix) with ESMTP id 2734037B491 for ; Fri, 23 Feb 2001 08:04:59 -0800 (PST) (envelope-from wjm@tiger.ciberlynx.net) Received: from localhost (wjm@localhost) by tiger.ciberlynx.net (8.9.3/8.9.3) with ESMTP id KAA19721; Fri, 23 Feb 2001 10:49:16 -0500 Date: Fri, 23 Feb 2001 10:49:16 -0500 (EST) From: "wjm@ciberlynx.net" To: Liu Siwei Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Help me to back this lists! In-Reply-To: <20010222001852.14665.qmail@web12812.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 21 Feb 2001, Liu Siwei wrote: > My Email is swliu@ns.ciac.jl.cn. I can't send mail to > this lists recently, how can I send mail from > swliu@ns.ciac.jl.cn now, can you help me? > A broken or non-existant reverse record for your mail xchanger looks like the culprit here. Gotta have it fully registered. # nslookup -type=mx ns.ciac.jl.cn ns.ciac.jl.cn preference = 10, mail exchanger = ns.ciac.jl.cn ciac.jl.cn nameserver = ns.ciac.jl.cn ns.ciac.jl.cn internet address = 202.98.16.1 # nslookup 202.98.16.1 Server: [nameserver] Address: [nameserver's address] *** [nameserver] can't find 202.98.16.1: Non-existent host/domain -- -------------------------------------------------------- William Melanson - CiberLynx Technical Support Manager -------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 8:10: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ra.upan.org (ra.upan.org [204.107.76.19]) by hub.freebsd.org (Postfix) with ESMTP id F05DC37B4EC for ; Fri, 23 Feb 2001 08:09:59 -0800 (PST) (envelope-from mikel@ocsinternet.com) Received: from ocsinternet.com (localhost.upan.org [127.0.0.1]) by ra.upan.org (8.11.1/8.11.1) with ESMTP id f1NGA0k04512; Fri, 23 Feb 2001 11:10:01 -0500 (EST) (envelope-from mikel@ocsinternet.com) Message-ID: <3A968B58.FBF34F85@ocsinternet.com> Date: Fri, 23 Feb 2001 11:10:00 -0500 From: Mikel King Organization: OCS Internet X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: jvalerdi@inicia.es Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Crontab References: Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jose, Check this out. It should help you out... http://www.ocsny.com/main/index.ocs?url=cron Cheers, mikel José Valerdi Tormo wrote: > Hi, > > If it's posible I want to ask you a little question about the use of crontab > BSD porgram. I'm trying to use the crontab program to execute a program one > ace per day but I'm sure I'm wrong in the sintax becasue I can't execute the > preogrm. Con you explain me (with a little example how I must modify the > "contrab -e" to execute my program one ace per day?? > > Thanks a lot in advace > > Jose > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 8:16: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from heorot.1nova.com (sub24-23.member.dsl-only.net [63.105.24.23]) by hub.freebsd.org (Postfix) with ESMTP id 8C0A037B491 for ; Fri, 23 Feb 2001 08:16:00 -0800 (PST) (envelope-from hamellr@1nova.com) Received: by heorot.1nova.com (Postfix, from userid 1000) id 2CCC518C4; Thu, 22 Feb 2001 08:37:33 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by heorot.1nova.com (Postfix) with ESMTP id 19CAE18C2; Thu, 22 Feb 2001 08:37:33 -0800 (PST) Date: Thu, 22 Feb 2001 08:37:32 -0800 (PST) From: Rick Hamell To: Ted Mittelstaedt Cc: FreeBSD-questions Subject: RE: 100baseVG In-Reply-To: <001401c09d84$2927ec20$1401a8c0@tedm.placo.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 > > The technology was one of those dead-end ones. As far as I could > > tell only HP ever really sold it. From what I've heard - VG technology was > > only on the market for about 5 months... most everything out there now is > > used stock people are dumping. > > Oh, boy, you know how to stir up trouble, don't you! :-) It's my nature... :) > AnyLan was developed by both HP and AT&T, AT&T did the ASIC. The truth > is that AnyLan was technically superior to 100BaseT, but it required > all 4 pairs to accomplish this. That is really what killed it - there > were too many places that pair-split back then. > > Another big problem with it was that the NIC's that HP made that were > AnyLan have a serious hardware bug - they would make the machine > crash if they were configured into PIO mode. You had to configure them into > shared memory mode. > > But, AnyLan lasted quite a bit longer than 5 months. HP was making hubs for > it > for several years, and a number of big organizations got into it. That's all more information then I got... teach me to rely upon anything from a "technical" sales person... :) Even if they do seem to know what they're talking about... :) Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 8:20:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lcmail2.lc.ca.gov (lcmail2.lc.ca.gov [165.107.12.11]) by hub.freebsd.org (Postfix) with ESMTP id 2D7B837B401 for ; Fri, 23 Feb 2001 08:20:53 -0800 (PST) (envelope-from drewt@writeme.com) Received: from CONVERSION-DAEMON by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) id <0G9700101XERTQ@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.org; Fri, 23 Feb 2001 08:20:52 -0800 (PST) Received: from tagalong ([165.107.42.167]) by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) with SMTP id <0G9700191XELVZ@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.org; Fri, 23 Feb 2001 08:20:45 -0800 (PST) Date: Fri, 23 Feb 2001 08:20:42 -0800 From: Drew Tomlinson Subject: RE: Newbie Help Diagnosing Startup Script In-reply-to: To: 'Odhiambo Washington' Cc: "FreeBSD Questions (E-mail)" Message-id: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) Content-type: text/plain; charset="us-ascii" Content-transfer-encoding: 7bit Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: Odhiambo Washington [mailto:wash@iconnect.co.ke] > Sent: Thursday, February 22, 2001 9:14 PM > To: Drew Tomlinson > Subject: Re: Newbie Help Diagnosing Startup Script > > > * Drew Tomlinson [20010222 22:16]: > writing on the subject 'RE: Newbie Help Diagnosing Startup Script' > > Drew> > I think you're missing something small, that should > make the thing be > Drew> > started in the background. > Drew> > Where does it put its runtime pid??? > Drew> > Drew> It actually puts it in its own .conf file. The script > works when I start it > Drew> from the command prompt. It just doesn't appear to run > on startup but I > Drew> don't know how to confirm this. Is there some log file > that I can read to > Drew> see what's happening when the system starts up? If > not, can I create one? > Drew> How? > Drew> > Drew> Thanks for your help! > > So did the one I gave you work for you? > Something else, if you let me know about what you're doing > then I can give > you more info. But I know there are many people using dynamic > dns. I'll > take a look at dyndns.org?? and give you feedback. I didn't actually try it but I will. I don't think there is an actual problem with my script as it runs without error when invoked from the command line. What I don't understand is why a script will work fine when invoked from the command prompt but not be run automatically on startup? I don't know if the script actually fails or if it is just never run. Is there a way to tell? Is there a log file I can look at to see what is happening when the script runs? If there isn't a log file, how can I create one? Thanks for all your help. The particular service I use can be found at http://www.dynip.com. I have installed their client and it is quite easy to use. Just type "dynipclient" to start or "dynipclient -k" to stop. And my script does this just fine when my pwd is /usr/local/etc/rc.d and invoked from the command line as "./dynip.sh start" or "./dynip.sh stop". Drew > > > -Wash > > -- > Odhiambo Washington Inter-Connect Ltd., > wash@iconnect.co.ke 5th Flr Furaha Plaza > Tel: 254 11 222604 Nkrumah Rd., > Fax: 254 11 222636 PO Box 83613 MOMBASA, KE. > > BASIC is the Computer Science equivalent of `Scientific Creationism'. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 8:24:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from intersys.com (gateway.intersys.com [198.133.74.253]) by hub.freebsd.org (Postfix) with ESMTP id C8FDC37B4EC for ; Fri, 23 Feb 2001 08:24:22 -0800 (PST) (envelope-from bojar@intersys.com) Received: by gateway.intersys.com id <115310>; Fri, 23 Feb 2001 11:27:03 -0500 Message-Id: <01Feb23.112703est.115310@gateway.intersys.com> From: "E. Jordan Bojar" To: Subject: Tripwire MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Date: Fri, 23 Feb 2001 11:26:39 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Has anyone used "Tripwire for Linux" 2.2.1 via binary compatibility? I'm interested in setting it up, but can't find any discussion of the newer (non-source) version on FreeBSD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 8:30:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from [209.239.36.156] (host2.hostmatters.com [209.239.36.156]) by hub.freebsd.org (Postfix) with ESMTP id 72B2D37B491 for ; Fri, 23 Feb 2001 08:30:30 -0800 (PST) (envelope-from ben@cahostnet.com) Received: from nhqadmin17 (224host88.redcross.org [162.6.224.88]) by [209.239.36.156] (8.10.2/8.10.2) with SMTP id f1NGT2Q02436; Fri, 23 Feb 2001 11:29:02 -0500 Message-ID: <001001c09db6$3d026630$6102a00a@nhqadmin17> From: "Ben" To: "Rick Hamell" Cc: References: Subject: Re: Webalizer help Date: Fri, 23 Feb 2001 11:32:36 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.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 -----BEGIN PGP MESSAGE----- Version: PGPfreeware 7.0.3 for non-commercial use qANQR1DBwU4DPSuv3uIudSUQB/kBG9F2w0WFIAp5K4CKkHAOQ8AF1pUu1Z6bmIxd xWUJ1Oz5rdKt/++gUyxkQrMNmtNqSATFVfX3Fyk3tKBuSKqOTQrnBYHKdK2GoLC1 R8lJzgZoeHtqxQMly4JnQkIt84Q/2oTU2oHpfC52w2B79oH0+8Fy9KlU4uKmUf8s fpgwe+XRBAmm1Vt7RK1Zqi9wPF0jit9mB3Vnq4mncIKWT9fdY20iCzFG3INeSxmA T9T3FxLYLilRthX/G5xkCJqFhWQMOCLgJNR3VriPnqXH5DcEyKc74Aal6QGPJIl6 fr5MO+BWbwEv3mtt4ab6Z/WdSsM6YuD4ak9Oh32ePayzV7UCCACQDOA9QAtIQgvw MkcHYLjpOSBGwNIJgM0vpN2Mr5nKPVY9f/ErKOvDy3x9RDB4QtrLbjercAQ+aplu wAce0gStilFMIQ9I3fIWKrJzVgMmrvRzLr8LvPKEDDn/qMb6RZPS86jE5Wq9IlB0 vSH1W/XSUVcMHjijcarY2Tmvyw7ucXRipoosP/7BqcLlm8YgbjaYjznEyEklclC8 cziZ2EDc1tZhxO7rrxjrGyYbHTxb1nOJ9dS93PEWHBaA/DdXAGwSecO6zH/cBIwn jr8q6T6eqkw7PPBgvXsf9ovqXNsmJ88JuvaEpCUcYfzBHp8uwFjXYzdZQUZbdkwz 7Sjd2ET/ycHvpl2VD1o3jibmJQLQu4rQMBN2vC6p5Bf5Jq/8BWTI+cxm/XEWeLZz GC8TTTLYp1yXXeOnsN7m/nlKYrfVk4ZFRGXiZHmDyGLRUbTRPcUrqA+37rsk/Gj6 ozccKvuE5wHeBpsiSapf5GeGjJCqi3AyJbraHBnAw+xVod24VH2Pe6SO4P+o3XQO jVnmyaGQ4hKwONTDVvfQURL5VY9qnQ1CK/P3l8dZnsbhupz4Hss3WM0P2tyTTwcs FuXwyQkadFPwU7k8HIPAIDkDccMYVoDF02Bnj3Jj4zTj8lJj4uMx3GQ2srObDOyt WvE0ZzmrPS1k+gx7CUeis0xNHS/DtObTBM4Vf+t2wW9UH1ChczqGW9eXlEjqRfAZ 089RZ3ssOQR8XwGs2jk8IraKxSa8m7Jp6/9PYWk+dSzHq0XrGJipXuPMNAP4qLkn eonVEyxtc4oCI8+67iwuv2bwkwA29TMs+jLqfkV2+5sbU0gtMs6h9Pp8m0cd7Uiw v61Wp4F27KLJ+lPYsa9fixojBTYS4aP7SkpoBOeLXsVFZI4fnliHjwKldQSxmVsm UWOI0ZnX/9+nXUWElxgtv+SxTajLuBcP+SKfafaq0ZzEh0uUhWpel4gJ5pK/MNdT j//eHm4bl6c6TS626xp4BENCw4cnJUI0arm2oWomaYz37BE2dyI3G1SA0AzdmZcM tHli47EW5ygplD2Pdzj9QzKSDXce/A81oZcB3WL6iLiMsW++2aRhe3YpgXLsmrSP Z87nLlrQNJyoBpXV1fNfhdiTBo8Q1PzFQhL8iTCF+Z+rLa5o0J/0y5VOvjWXeDxe 1jO5Jeib+INEM6leQcJr/h+G69VROiHst+2v8UtQ8k+G6El0X6guKwYwR4WjLOL4 zXB+lhYkfMfC4KhE3D4ctCBVp9DRqMjN =1sIE -----END PGP MESSAGE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 8:35:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from [209.239.36.156] (host2.hostmatters.com [209.239.36.156]) by hub.freebsd.org (Postfix) with ESMTP id CA62637B401 for ; Fri, 23 Feb 2001 08:35:31 -0800 (PST) (envelope-from ben@cahostnet.com) Received: from nhqadmin17 (224host88.redcross.org [162.6.224.88]) by [209.239.36.156] (8.10.2/8.10.2) with SMTP id f1NGYuQ03700; Fri, 23 Feb 2001 11:34:56 -0500 Message-ID: <002101c09db7$0ff62720$6102a00a@nhqadmin17> From: "Ben" To: "Rick Hamell" Cc: References: Subject: Re: Webalizer help Date: Fri, 23 Feb 2001 11:38:32 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Sorry about that. Just got a new toy! I said thanks for the info. - ----- Original Message ----- From: "Rick Hamell" To: "Ben" Cc: Sent: Thursday, February 22, 2001 11:39 AM Subject: Re: Webalizer help > > > I have configured my webalizer and modified the webalizer.conf > > and placed it in the appropriate place. I run webalizer from the > > current place. When I run it I get the following messages and I > > don't see anything in the log directory. Can someone explain > > what I'm doing wrong? It's pretty straight forward I thought and > > I went to the webalizer site and read their documentation. Any > > information will be helpful. What permissions that webalizer > > need? Root has access to the directory I'm writing to. See the > > message below. > > I had to use the -o command to specify where to pull the logs from > (/var/log/httpd-access.log) :) > > Rick -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 7.0.3 for non-commercial use iQA/AwUBOpaR+Qht7rD8NlhDEQJWbQCgp9DkksUgrBghR7clbc5L/Qem2zMAnR4f BesWcjGrRxi1fRr30uKxf49r =MGK/ -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 8:36:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from heorot.1nova.com (sub24-23.member.dsl-only.net [63.105.24.23]) by hub.freebsd.org (Postfix) with ESMTP id 467A937B491 for ; Fri, 23 Feb 2001 08:36:22 -0800 (PST) (envelope-from hamellr@1nova.com) Received: by heorot.1nova.com (Postfix, from userid 1000) id 4419518C5; Thu, 22 Feb 2001 08:39:01 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by heorot.1nova.com (Postfix) with ESMTP id 3B54C18C2; Thu, 22 Feb 2001 08:39:01 -0800 (PST) Date: Thu, 22 Feb 2001 08:39:01 -0800 (PST) From: Rick Hamell To: Ben Cc: questions@freebsd.org Subject: Re: Webalizer help In-Reply-To: <002901c09da0$5473d760$6102a00a@nhqadmin17> Message-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 configured my webalizer and modified the webalizer.conf and > placed it in the appropriate place. I run webalizer from the current > place. When I run it I get the following messages and I don't see > anything in the log directory. Can someone explain what I'm doing > wrong? It's pretty straight forward I thought and I went to the > webalizer site and read their documentation. Any information will be > helpful. What permissions that webalizer need? Root has access to > the directory I'm writing to. See the message below. I had to use the -o command to specify where to pull the logs from (/var/log/httpd-access.log) :) Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 8:36:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from architectionale.com (216-250-228-7.iprev.atdns.net [216.250.228.7]) by hub.freebsd.org (Postfix) with ESMTP id 7803737B401 for ; Fri, 23 Feb 2001 08:36:53 -0800 (PST) (envelope-from adeeb.ziada@Architectionale.com) Received: from aziada [209.100.214.107] by architectionale.com with ESMTP (SMTPD32-5.05) id A07EA6A80698; Fri, 23 Feb 2001 11:31:58 -0500 From: "adeeb ziada" To: Subject: FreeBSD Setup Date: Fri, 23 Feb 2001 10:43:05 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have purchase free BSD and I am having a hard time setting up the server. I am trying to install a web server and a file server I need help if you can send any documents about his, please do so. I am new at this so if you can help that will be great. the file system needs to work with NT please send any info thanks This electronic message contains proprietary and confidential information from US Synergy Systems Inc.. The information is intended for use only by the individuals or entity named above. If you are not the intended recipient, please be aware that any disclosure, copying, distribution or use of the contents of this e-mail is prohibited. If you have received this message in error please notify the Security Director via telephone at (847) 706-6731 or via e-mail at security@ussynergy.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 8:38:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id 2F9AB37B401 for ; Fri, 23 Feb 2001 08:38:34 -0800 (PST) (envelope-from lowell@be-well.ilk.org) Received: (from lowell@localhost) by be-well.ilk.org (8.11.2/8.11.2) id f1NGcXM21809; Fri, 23 Feb 2001 11:38:33 -0500 (EST) (envelope-from lowell) To: freebsd-questions@freebsd.org Subject: Re: can someone explain this to me? References: <3A966F2B.6541B2A@niicommunications.com> From: Lowell Gilbert Date: 23 Feb 2001 11:38:33 -0500 In-Reply-To: jason.hunt@niicommunications.com's message of "23 Feb 2001 15:10:00 +0100" Message-ID: <447l2h1hiu.fsf@lowellg.ne.mediaone.net> Lines: 14 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jason.hunt@niicommunications.com (Jason Hunt) writes: > /kernel: xl0: no memory for rx list -- packet dropped! > /kernel: xl1: no memory for rx list -- packet dropped! > > > I got a couple of these this morning, and not sure what > they are about. thanks for any help. Almost certainly running out of mbufs. You'll need to do some tuning; see the handbook section "Tuning the FreeBSD VM system". For quick tests, you can try using sysctl(8) to kick up kern.ipc.nmbufs, but increasing MAXUSERS might be better than only increasing the number of mbuffs, depending on your application mix. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 8:38:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from trinity.lee.net (trinity.lee.net [208.229.121.1]) by hub.freebsd.org (Postfix) with ESMTP id 733CC37B401 for ; Fri, 23 Feb 2001 08:38:49 -0800 (PST) (envelope-from awells@journalstar.com) Received: from journalstar.com (leepcD-020.sub-d.lee.net [208.205.127.20]) by trinity.lee.net (8.9.3/8.9.3) with ESMTP id KAA26157 for ; Fri, 23 Feb 2001 10:38:44 -0600 Message-ID: <3A9691F5.67E5F83D@journalstar.com> Date: Fri, 23 Feb 2001 10:38:13 -0600 From: Tony Wells X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.0.36 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Remote server monitoring Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I have a couple of servers co-located about 50 miles away from where I administer them. I would like to monitor them remotely, and was wondering if anyone had any suggestions for a package for this. The only caveat is neither have X, so it has to be text-based. TIA, Tony Wells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 8:40:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from [209.239.36.156] (host2.hostmatters.com [209.239.36.156]) by hub.freebsd.org (Postfix) with ESMTP id 9377B37B69B for ; Fri, 23 Feb 2001 08:40:47 -0800 (PST) (envelope-from ben@cahostnet.com) Received: from nhqadmin17 (224host88.redcross.org [162.6.224.88]) by [209.239.36.156] (8.10.2/8.10.2) with SMTP id f1NGeLQ04368; Fri, 23 Feb 2001 11:40:21 -0500 Message-ID: <003001c09db7$d1838f90$6102a00a@nhqadmin17> From: "Ben" To: "Ben" , "Rick Hamell" Cc: References: <002101c09db7$0ff62720$6102a00a@nhqadmin17> Subject: Re: Webalizer help Date: Fri, 23 Feb 2001 11:43:55 -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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I get the same results. It seems that it reads the data and then ignores them all. - ----- Original Message ----- From: "Ben" To: "Rick Hamell" Cc: Sent: Friday, February 23, 2001 11:38 AM Subject: Re: Webalizer help > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Sorry about that. Just got a new toy! I said thanks for the info. > > - ----- Original Message ----- > From: "Rick Hamell" > To: "Ben" > Cc: > Sent: Thursday, February 22, 2001 11:39 AM > Subject: Re: Webalizer help > > > > > > > I have configured my webalizer and modified the webalizer.conf > > > and placed it in the appropriate place. I run webalizer from > > > the current place. When I run it I get the following messages > > > and I don't see anything in the log directory. Can someone > > > explain what I'm doing wrong? It's pretty straight forward I > > > thought and I went to the webalizer site and read their > > > documentation. Any information will be helpful. What > > > permissions that webalizer need? Root has access to the > > > directory I'm writing to. See the message below. > > > > I had to use the -o command to specify where to pull the logs > > from (/var/log/httpd-access.log) :) > > > > Rick > > -----BEGIN PGP SIGNATURE----- > Version: PGPfreeware 7.0.3 for non-commercial use > > > iQA/AwUBOpaR+Qht7rD8NlhDEQJWbQCgp9DkksUgrBghR7clbc5L/Qem2zMAnR4f > BesWcjGrRxi1fRr30uKxf49r > =MGK/ > -----END PGP SIGNATURE----- > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 7.0.3 for non-commercial use iQA/AwUBOpaTRght7rD8NlhDEQKhXQCg+LIKVrp8PgCl4SBQZFxXNSMKoLAAoNKt IbqCCsecredd8e2o5i2m2suh =+Euq -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 9: 2:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dsl-64-193-218-89.telocity.com (dsl-64-193-218-89.telocity.com [64.193.218.89]) by hub.freebsd.org (Postfix) with SMTP id D551337B491 for ; Fri, 23 Feb 2001 09:02:09 -0800 (PST) (envelope-from lucas@slb.to) Received: (qmail 6876 invoked by uid 1000); 23 Feb 2001 17:02:29 -0000 Date: Fri, 23 Feb 2001 11:02:29 -0600 From: Lucas Bergman To: Kalai Kalaiarasi Cc: freebsd-questions@freebsd.org Subject: Re: crontab Message-ID: <20010223110229.A28130@billygoat.slb.to> Reply-To: lucas@slb.to References: <20010223155436.14002.qmail@web122.yahoomail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010223155436.14002.qmail@web122.yahoomail.com>; from kalaiarasi@yahoo.com on Fri, Feb 23, 2001 at 07:54:36AM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > To: freebsd-questions@freebsd.org, questions@freebsd.org Both those addresses go to the same list. Please don't do that. > I have wrote a shell script and trying to run it automatically by > using crontab... but the shell script doesnt seem to be executed by > the crontab. Shell script works fine when being executed manually. > Something wrong with the crontab.... I have edited the crontab file > as below: > > 0 9 * * * /apps/sbldev/script/analysis > > But....there shell script is not being executed at the specified > time (9am) Did you edit the /var/cron/tabs/whoever file directly, or did you use the `crontab' command? If you edit the file directly, you need to touch /var/cron/tabs before the `cron' daemon will pick up the change. The `crontab' command takes care of this automatically; see crontab(1). BTW, /var/cron/tabs should probably be mode 700 and /var/cron/tabs/* should be mode 600, all owned by root.wheel, so regular users _have_ to use the `crontab' command to edit. Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 9: 6: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web118.yahoomail.com (web118.mail.yahoo.com [205.180.60.99]) by hub.freebsd.org (Postfix) with SMTP id 33EA537B491 for ; Fri, 23 Feb 2001 09:06:00 -0800 (PST) (envelope-from kalaiarasi@yahoo.com) Received: (qmail 13136 invoked by uid 60001); 23 Feb 2001 17:06:00 -0000 Message-ID: <20010223170600.13135.qmail@web118.yahoomail.com> Received: from [203.106.67.228] by web118.yahoomail.com; Fri, 23 Feb 2001 09:06:00 PST Date: Fri, 23 Feb 2001 09:06:00 -0800 (PST) From: Kalai Kalaiarasi Subject: Re: crontab To: lucas@slb.to Cc: freebsd-questions@freebsd.org In-Reply-To: <20010223110229.A28130@billygoat.slb.to> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I used the crontab command 'crontab -e' to edit. --- Lucas Bergman wrote: > > To: freebsd-questions@freebsd.org, > questions@freebsd.org > > Both those addresses go to the same list. Please > don't do that. > > > I have wrote a shell script and trying to run it > automatically by > > using crontab... but the shell script doesnt seem > to be executed by > > the crontab. Shell script works fine when being > executed manually. > > Something wrong with the crontab.... I have edited > the crontab file > > as below: > > > > 0 9 * * * /apps/sbldev/script/analysis > > > > But....there shell script is not being executed at > the specified > > time (9am) > > Did you edit the /var/cron/tabs/whoever file > directly, or did you use > the `crontab' command? If you edit the file > directly, you need to > touch /var/cron/tabs before the `cron' daemon will > pick up the change. > The `crontab' command takes care of this > automatically; see > crontab(1). > > BTW, /var/cron/tabs should probably be mode 700 and > /var/cron/tabs/* > should be mode 600, all owned by root.wheel, so > regular users _have_ > to use the `crontab' command to edit. > > Lucas __________________________________________________ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 9:25:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from eltanin.draconis.mw.lg.supercluster.net (eltanin.draconis.mw.lg.supercluster.net [212.68.64.165]) by hub.freebsd.org (Postfix) with ESMTP id 6BB2A37B491 for ; Fri, 23 Feb 2001 09:25:39 -0800 (PST) (envelope-from sven@crashme.org) Received: from localhost (sven@localhost) by eltanin.draconis.mw.lg.supercluster.net (8.11.2/8.9.3) with ESMTP id f1NHPXK04647 for ; Fri, 23 Feb 2001 17:25:34 GMT (envelope-from sven@crashme.org) X-Authentication-Warning: eltanin.draconis.mw.lg.supercluster.net: sven owned process doing -bs Date: Fri, 23 Feb 2001 17:25:33 +0000 (GMT) From: Sven Brandenburg X-Sender: sven@eltanin.draconis.mw.lg.supercluster.net To: questions@freebsd.org Subject: 4.2-STABLE weird behaviour without swap Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Good evening :-) Is it possible that FreeBSD has some very strange problems when the system is configured without any swap partitions? The Box I`m using ran smoothly for half a year, doing its regular cvsups and make worlds, basically a rock solid system. 3 weeks ago, i threw another DIMM into that box, having 1G of memory now. At the same time I decided that this amount of mem should be sufficient and disabled swap. The main service on this host eats huge ammount of memory during its operation but for this application its better to get an "out of memory" and a following application crash (and restart) than having the performance penalty of a swapping system. On two occasions, the system behaved rather odd, not a real crash but definately in unusable state. The first one was a completely halted userland, with the ip stack continuing to work. The system was pingable and would establish a TCP connection on port numbers used by daemons before (sshd,..) None of these daemons were working anymore, only a TCP session was established and after the regular timeouts, closed. The second was a completey dead network, with thousands of syslog messages like this: Feb 22 20:07:25 eltanin /kernel: xl0: no memory for rx list -- packet dropped! Feb 22 20:07:25 eltanin last message repeated 202 times Feb 22 20:07:55 eltanin last message repeated 295 times The userland was still working, i could log in and do a safe reboot. My questions are: Does anybody have similar experiencies? Is it generally a stupid idea to have no swap at all? It looks very strange that a network device driver has problems allocating memory, but userland processes (the starting shell after login) have enough memory to operate. Would this scenario have been different with configured swap? The system is a dual p3-750, 1G mem, aha29160,3c905, SMP kernel. I can provide more details if required. thanks for the time reading this message *g* regards, Sven Brandenburg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 9:42:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bigglesworth.mail.be.easynet.net (bigglesworth.mail.be.easynet.net [212.100.160.67]) by hub.freebsd.org (Postfix) with ESMTP id 2865437B401 for ; Fri, 23 Feb 2001 09:42:31 -0800 (PST) (envelope-from as_hombert@attglobal.net) Received: from 213-193-169-107.adsl.easynet.be ([213.193.169.107] helo=ash) by bigglesworth.mail.be.easynet.net with smtp (Exim 3.16 #1) id 14WMEd-00032B-00; Fri, 23 Feb 2001 18:42:28 +0100 From: Anne-Sophie Hombert To: , X-Mailer: Poco 2.11 (777) - Registered Version Date: Fri, 23 Feb 2001 18:42:26 +0100 X-URL: In-Reply-To: Subject: Re: Dual-Booting win2k and FreeBSD Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Justin, I use the following to dual boot Win2K/FreeBSD (FreeBSD being= installed on a 2d HDD): 1) when you setup FreeBSD make sure you do not install any boot= manager 2) make sure both your Win2K and FreeBSD partitions are set to= "bootable" 3) download Bootpart from www.winimage.com. It will scan your= disks for the FreeBSD boot sector and create a boot file that= you can for example name bootsect.bsd 4) edit your boot.ini file and add the following line: C:\bootsect.bsd=3D"FreeBSD" Next time you restart you will have the choice of the OS's you= want to use. However Win2K is not mentionned on Bootpart site it works fine= for me. Of course make sure you backup you boot.ini before changing= it... Anne To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 9:54:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mercury.sunyit.edu (mercury.sunyit.edu [150.156.16.8]) by hub.freebsd.org (Postfix) with ESMTP id F07A137B4EC for ; Fri, 23 Feb 2001 09:54:22 -0800 (PST) (envelope-from banksw@sunyit.edu) Received: from demeter.sunyit.edu (demeter4.sunyit.edu [150.156.250.9]) by mercury.sunyit.edu (8.9.3/8.9.3) with ESMTP id MAA27812 for ; Fri, 23 Feb 2001 12:54:20 -0500 (EST) Received: from localhost (banksw@localhost) by demeter.sunyit.edu (8.9.3+Sun/8.9.3) with ESMTP id MAA21879 for ; Fri, 23 Feb 2001 12:54:20 -0500 (EST) X-Authentication-Warning: demeter.sunyit.edu: banksw owned process doing -bs Date: Fri, 23 Feb 2001 12:54:19 -0500 (EST) From: Wyatt Banks X-Sender: banksw@demeter To: questions@freebsd.org Subject: AWE64 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 in the handbook, it says if I have a card that is in the list mentioned, I need to add: device pcm and if I have a PnP ISA card I also need: device sbc I have an AWE64 (which IS in the list mentioned on that page) which is ISA PnP. I added those lines to my kernel, and did a cat /dev/sndstat and it says "sound device not configured" Is the handbook correct? I followed it exactly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 9:55:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dsl-64-193-218-89.telocity.com (dsl-64-193-218-89.telocity.com [64.193.218.89]) by hub.freebsd.org (Postfix) with SMTP id 7527C37B401 for ; Fri, 23 Feb 2001 09:55:25 -0800 (PST) (envelope-from lucas@slb.to) Received: (qmail 12460 invoked by uid 1000); 23 Feb 2001 17:55:45 -0000 Date: Fri, 23 Feb 2001 11:55:44 -0600 From: Lucas Bergman To: Greg Hormann Cc: questions@freebsd.org Subject: Re: Direct Access to Parallel Port Message-ID: <20010223115544.B28130@billygoat.slb.to> Reply-To: lucas@slb.to References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from ghormann@ns.kconline.com on Thu, Feb 22, 2001 at 08:26:33PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I need to control some solid state relays (SSRs) from my old P75. > In the past, I've used dos, Qbasic, and Parallel port to control up > to 8 SSRs. (Just by sending 0-255 to the correct I/O address, I can > turn on/off pins 2-9.) > > Anyway, I'd like to convert this DOS box over to FreeBSD so that I > can make changes remotely. How difficult would it be to send a byte > out to the I/O address of the parallel Port on a FreeBSD box? Not difficult, if you know C. The "official" (and more Unixly correct) way to do this is through the existing ppi interface; see ppi(4). Be warned, though, that ioctl()'s are slow. If this is a problem, you can always do stuff like void port_out_byte(unsigned port, unsigned char byte) { asm volatile("outb %0,%1" : : "a"(byte), "id"((unsigned short)(port))); } from a C program. Then `port_out_byte(0x378,0xa5)' would send the byte 0xa5 to port 0x378. > Secondly, Anybody ever worked on a driver for digital I/O boards? Maybe, but I definitely haven't. :) Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 9:57:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from zcars04f.ca.nortel.com (zcars04f.nortelnetworks.com [47.129.242.57]) by hub.freebsd.org (Postfix) with ESMTP id A2D2A37B401 for ; Fri, 23 Feb 2001 09:57:14 -0800 (PST) (envelope-from mkoivist@nortelnetworks.com) Received: from zcard015.ca.nortel.com by zcars04f.ca.nortel.com; Fri, 23 Feb 2001 12:54:01 -0500 Received: by zcard015.ca.nortel.com with Internet Mail Service (5.5.2653.19) id ; Fri, 23 Feb 2001 12:54:02 -0500 Message-ID: From: "Matthew Koivisto" To: "'freebsd-questions@freebsd.org'" Subject: RE: FreeBSD Setup Date: Fri, 23 Feb 2001 12:53:58 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C09DC1.98D0E5D0" X-Orig: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C09DC1.98D0E5D0 Content-Type: text/plain; charset="iso-8859-1" Have you read through the handbook? It helped to answer alot of my questions when I was just learning. www.freeBSD.org/handbook/ Matt -----Original Message----- From: adeeb ziada [mailto:adeeb.ziada@Architectionale.com] Sent: Friday, February 23, 2001 11:43 AM To: freebsd-questions Subject: FreeBSD Setup Hi, I have purchase free BSD and I am having a hard time setting up the server. I am trying to install a web server and a file server I need help if you can send any documents about his, please do so. I am new at this so if you can help that will be great. the file system needs to work with NT please send any info thanks This electronic message contains proprietary and confidential information from US Synergy Systems Inc.. The information is intended for use only by the individuals or entity named above. If you are not the intended recipient, please be aware that any disclosure, copying, distribution or use of the contents of this e-mail is prohibited. If you have received this message in error please notify the Security Director via telephone at (847) 706-6731 or via e-mail at security@ussynergy.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message ------_=_NextPart_001_01C09DC1.98D0E5D0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable RE: FreeBSD Setup

Have you read through the handbook? It helped to = answer alot of my questions when I was just learning. = www.freeBSD.org/handbook/

Matt


-----Original Message-----
From: adeeb ziada [mailto:adeeb.ziada@Archi= tectionale.com]
Sent: Friday, February 23, 2001 11:43 AM
To: freebsd-questions
Subject: FreeBSD Setup



Hi,

I have purchase free BSD and I am having a hard time = setting up the server.
I am trying to install a web server and a file = server
I need help

if you can send any documents about his, please do = so.
I am new at this so if you can help that will be = great.

the file system needs to work with NT

please send any info

thanks

This electronic message contains proprietary and = confidential information
from US Synergy Systems Inc.. The information is = intended for use only by
the individuals or entity named
above.   If you are not the intended = recipient, please be aware that any
disclosure, copying, distribution or use of the = contents of this e-mail is
prohibited.  If you have received this message = in error please notify the
Security Director via telephone at (847) 706-6731 or = via e-mail at
security@ussynergy.com


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

------_=_NextPart_001_01C09DC1.98D0E5D0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 10: 1:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from trinity.magpage.com (trinity.magpage.com [216.155.0.8]) by hub.freebsd.org (Postfix) with ESMTP id 83C2237B503 for ; Fri, 23 Feb 2001 10:01:14 -0800 (PST) (envelope-from dfrazier@magpage.com) Received: from magpage.com (dfrazier@poomba.magpage.com [216.155.24.136]) by trinity.magpage.com (8.11.1/8.11.1) with ESMTP id f1NI1D632531 for ; Fri, 23 Feb 2001 13:01:13 -0500 Message-ID: <3A96A568.66EBF9FE@magpage.com> Date: Fri, 23 Feb 2001 13:01:12 -0500 From: Daniel Frazier Organization: Magpage Internet Services X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.org Subject: kernel optimizations for an smp mail server... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey all, After using FreeBSD for a few customers colo servers and hearing them comment on how much they liked it's stability, performance, etc. I've finally been able to convince the powers that be that FreeBSD will make a better platform for our mail server. We got a dual PIII box with a gig of RAM and a RAID 5 array from Penguin Computing and the first thing we did was install FreeBSD(yay!) Now, I've set up plenty of workstations, a few firewalls and web servers, but never an mail server. We have a fairly small user base, only about 10,000 users. Can anyone suggest some kernal and/or system optimizations I should make? I'm sure the main one would be maxusers, but other than kern.maxproc I'm not sure what else that affects. Would MAXUSERS = 256 be appropriate? Anything else I need to tweak? Thanks. -- ---------------------------------------------------------------------- Daniel Frazier Tel: 302-239-5900 Ext. 231 Systems Administrator Fax: 302-239-3909 MAGPAGE, We Power the Internet WWW: http://www.magpage.com/ "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin, Historical Review of Pennsylvania, 1759. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 10:19:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dsl-64-193-218-89.telocity.com (dsl-64-193-218-89.telocity.com [64.193.218.89]) by hub.freebsd.org (Postfix) with SMTP id 11EC537B401 for ; Fri, 23 Feb 2001 10:19:14 -0800 (PST) (envelope-from lucas@slb.to) Received: (qmail 24318 invoked by uid 1000); 23 Feb 2001 18:19:33 -0000 Date: Fri, 23 Feb 2001 12:19:32 -0600 From: Lucas Bergman To: Kalai Kalaiarasi Cc: freebsd-questions@freebsd.org Subject: Re: crontab Message-ID: <20010223121932.C28130@billygoat.slb.to> Reply-To: lucas@slb.to References: <20010223110229.A28130@billygoat.slb.to> <20010223170600.13135.qmail@web118.yahoomail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010223170600.13135.qmail@web118.yahoomail.com>; from kalaiarasi@yahoo.com on Fri, Feb 23, 2001 at 09:06:00AM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > I have wrote a shell script and trying to run it automatically > > > by using crontab... but the shell script doesnt seem to be > > > executed by the crontab. Shell script works fine when being > > > executed manually. Something wrong with the crontab.... I have > > > edited the crontab file as below: > > > > > > 0 9 * * * /apps/sbldev/script/analysis > > > > > > But....there shell script is not being executed at the specified > > > time (9am) > > > > Did you edit the /var/cron/tabs/whoever file directly, or did you > > use the `crontab' command? If you edit the file directly, you > > need to touch /var/cron/tabs before the `cron' daemon will pick up > > the change. > > I used the crontab command 'crontab -e' to edit. Good. You can check /var/log/cron to see if cron is running your script at all (I imagine it is, since your crontab looks fine). If your script shows up in the log, and you're still not getting the output you expect, see what happens if you put 0 9 * * * /apps/sbldev/script/analysis >$HOME/analysis.out 2>&1 in your crontab. This way, if cron is running your script at all, it will create a file ~/analysis.out, and it will (hopefully) contain some useful error messages. Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 10:26:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ra.upan.org (ra.upan.org [204.107.76.19]) by hub.freebsd.org (Postfix) with ESMTP id EDB7237B401 for ; Fri, 23 Feb 2001 10:26:14 -0800 (PST) (envelope-from mikel@ocsinternet.com) Received: from ocsinternet.com (localhost.upan.org [127.0.0.1]) by ra.upan.org (8.11.1/8.11.1) with ESMTP id f1NIPak04926; Fri, 23 Feb 2001 13:25:37 -0500 (EST) (envelope-from mikel@ocsinternet.com) Message-ID: <3A96AB20.8987D9D6@ocsinternet.com> Date: Fri, 23 Feb 2001 13:25:36 -0500 From: Mikel King Organization: OCS Internet X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Tony Wells Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Remote server monitoring References: <3A9691F5.67E5F83D@journalstar.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bigbrother's pretty good...you can setup a client on each server that reports back to a central webserver. It's fairly configurable too. Cheers, mikel Tony Wells wrote: > Hi all, > I have a couple of servers co-located about 50 miles away from where I > administer them. I would like to monitor them remotely, and was > wondering if anyone had any suggestions for a package for this. > > The only caveat is neither have X, so it has to be text-based. > > TIA, > Tony Wells > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 10:38:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web9303.mail.yahoo.com (web9303.mail.yahoo.com [216.136.129.52]) by hub.freebsd.org (Postfix) with SMTP id 5A4F137B4EC for ; Fri, 23 Feb 2001 10:38:25 -0800 (PST) (envelope-from ofsenfreebsd@yahoo.com) Message-ID: <20010223183825.55699.qmail@web9303.mail.yahoo.com> Received: from [212.253.3.41] by web9303.mail.yahoo.com; Fri, 23 Feb 2001 10:38:25 PST Date: Fri, 23 Feb 2001 10:38:25 -0800 (PST) From: Omer Faruk Sen Subject: picobsd To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi. I have tried to make a picobsd for just pleasure :) But I am having that error after choosing and compiling kernel(I have tried to set up both net and isp.They both given the same error) Error msg: 1322706 2576232 122196 4021134 3d5b8e kernel `/usr/src/sys/compile/PICOBSD-isp/kernel' is up to date. gzip: etc/ppp is a directory -- ignored disklabel: ioctl DIOCGDINFO: Inappropriate ioctl for device disklabel: auto: unknown disk type ---> fail: Error <1> error code Error while labeling fs.PICOBSD size 2400 ---> Aborting ./picobsd What may be the problem?I have edited my kernel conf file and added "device ata" but had same error. I am using the stable version of 4.2(using ctm and have applied latest ctm : src-4.0462.gz ) Any suggestions? __________________________________________________ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 10:42:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wsmail4.firstam.com (wsmail.firstam.com [208.246.101.243]) by hub.freebsd.org (Postfix) with SMTP id 0F58E37B401 for ; Fri, 23 Feb 2001 10:42:17 -0800 (PST) (envelope-from grjones@firstam.com) Received: from 208.209.223.2 by wsmail4.firstam.com with SMTP (Mail (MMS v4.7)); Fri, 23 Feb 2001 10:42:15 -0800 X-Server-Uuid: 645df872-acb9-4cc6-8334-84a82cbe044d Reply-To: grjones@firstam.com From: "Gregory Jones" To: "'Freebsd-Questions (E-mail)" Subject: MPE Date: Fri, 23 Feb 2001 10:53:26 -0800 Message-ID: <7D2FE4F86D98D311931C009027D3BACBD59C3C@FAHBP220> MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal Disposition-Notification-To: "Gregory Jones" X-WSS-ID: 1688708D1570013-01-01 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How can I use my BSDBOX to connect to my HP3000? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 10:48:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from imfiko.bishkek.su (ns1.mail.kg [212.42.96.1]) by hub.freebsd.org (Postfix) with ESMTP id 7F0A237B65D for ; Fri, 23 Feb 2001 10:48:47 -0800 (PST) (envelope-from denis_ch@imfiko.bishkek.su) Received: from denis.office.elcat.kg (denis.office.elcat.kg [212.42.96.52] (may be forged)) by imfiko.bishkek.su (8.8.8/Relcom-2A) with SMTP id XAA26762 for ; Fri, 23 Feb 2001 23:51:16 +0500 (KGT) from denis_ch@elcat.kg X-Sender: denis_ch@elcat.kg X-Recipient: Message-ID: <006901c09dc9$3c5589c0$34602ad4@office.elcat.kg> Reply-To: "Dennis V. Chetvergoff" From: "Dennis V. Chetvergoff" To: Subject: About shell account... Date: Fri, 23 Feb 2001 23:48:19 +0500 Organization: ElCat MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.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 Hello! How I can get shell account on your server? (or on which servers, if not you?) I'am a great fan and enthusiast of FreeBSD! Thanx, Sincerely, Dennis V. Chetvergoff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 10:59: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mx1out.umbc.edu (mx1out.umbc.edu [130.85.253.51]) by hub.freebsd.org (Postfix) with ESMTP id D419A37B684; Fri, 23 Feb 2001 10:58:53 -0800 (PST) (envelope-from gmiddl1@gl.umbc.edu) Received: from linux1.gl.umbc.edu (IDENT:gmiddl1@linux1.gl.umbc.edu [130.85.60.38]) by mx1out.umbc.edu (8.9.3/8.9.3) with ESMTP id NAA19404; Fri, 23 Feb 2001 13:58:52 -0500 (EST) Date: Fri, 23 Feb 2001 13:58:51 -0500 (EST) From: "G. Jason Middleton" To: Cc: Subject: dual homed host Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i am setting up a firewall and i have been battling with getting the damn things to work together.. i am using sysinstall to chagne the ip addys and the dns entries and the mask etc etc. I set de0 up for the live ip (internet ip from my ISP) and i set up dc0 with the dead ip (192.168.0.1 or 192.168.0.2) not sure which one i should use. SO when i am setting up dc0 what should i set the dns entry to? And what should i set the gateway to? Can they be on the same subnet? Info would be appreciated and yes i am already reading the handbook and lso Greg Lehey's book as well as Oreilly's tcp/ip for netork administrators. Have a good weekend to all. Regards, G. Jason Middleton _______________________________________________________________________________ Announcement: The revolution will not be televised. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 11: 1:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from heorot.1nova.com (sub24-23.member.dsl-only.net [63.105.24.23]) by hub.freebsd.org (Postfix) with ESMTP id 0B66337B65D for ; Fri, 23 Feb 2001 11:01:57 -0800 (PST) (envelope-from hamellr@1nova.com) Received: by heorot.1nova.com (Postfix, from userid 1000) id 5D51818C4; Thu, 22 Feb 2001 11:25:42 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by heorot.1nova.com (Postfix) with ESMTP id 4D3CC18C2; Thu, 22 Feb 2001 11:25:42 -0800 (PST) Date: Thu, 22 Feb 2001 11:25:42 -0800 (PST) From: Rick Hamell To: "Dennis V. Chetvergoff" Cc: questions@FreeBSD.org Subject: Re: About shell account... In-Reply-To: <006901c09dc9$3c5589c0$34602ad4@office.elcat.kg> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > How I can get shell account on your server? > (or on which servers, if not you?) > I'am a great fan and enthusiast of FreeBSD! Commit lots and lots of patches and additions to the system until they make you a core team member. :) Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 11:16:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from relay4.inwind.it (relay4.inwind.it [212.141.53.75]) by hub.freebsd.org (Postfix) with ESMTP id E06BE37B503 for ; Fri, 23 Feb 2001 11:16:19 -0800 (PST) (envelope-from fcasadei@inwind.it) Received: from [62.98.219.79] (62.98.219.79) by relay4.inwind.it (5.1.056) id 3A88018C001EF29F for freebsd-questions@freebsd.org; Fri, 23 Feb 2001 20:16:17 +0100 Received: (qmail 458 invoked by uid 1001); 23 Feb 2001 19:16:13 -0000 Date: Fri, 23 Feb 2001 20:16:13 +0100 From: Francesco Casadei To: Colin Legendre Cc: freebsd-questions@freebsd.org Subject: Re: adduser Message-ID: <20010223201613.A359@junior.kasby> Mail-Followup-To: Colin Legendre , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="WIyZ46R2i8wDzkSu" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from sudz@ns3g.com on Fri, Feb 23, 2001 at 10:33:05AM -0500 X-Operating-System: FreeBSD 3.5-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --WIyZ46R2i8wDzkSu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 23, 2001 at 10:33:05AM -0500, Colin Legendre wrote: > I have noticed that adduser crypts the password using DES and not MD5. > Anyway to change this. >=20 > Colin Legendre CCNA, MCP > Infrastructure Management Specialist > Q9 Networks Inc. > sudz@ns3g.com >=20 >=20 > end of the original message As explained in section 8.4 of the handbook: If you have installed the DES-capable crypt library libdescrypt (e.g. by installing the "crypto" distribution), then which password format will be used for new passwords is controlled by the ``passwd_format'' login capability in /etc/login.conf, which takes values of either ``des'' or ``md5''. See the login.conf(5) manpage for more information about login capabilities. This don't work in a 3.x-STABLE system. You can force MD5 passwords by putting $1$ in the second field of /etc/master.passwd (or something similar= ). Francesco Casadei --=20 You can download my public key from http://digilander.iol.it/fcasadei/ or retrieve it from a keyserver (pgpkeys.mit.edu, wwwkeys.pgp.net, ...) Key fingerprint is: 1671 9A23 ACB4 520A E7EE 00B0 7EC3 375F 164E B17B --WIyZ46R2i8wDzkSu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6lrb9fsM3XxZOsXsRAqAaAJ47emfbbGAi9U5d8iy+JCFSOMmUWwCghXBy MJrSLjLkRfdzFdj5lK4Y3o0= =PMWF -----END PGP SIGNATURE----- --WIyZ46R2i8wDzkSu-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 11:33:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.102.114]) by hub.freebsd.org (Postfix) with ESMTP id 82D3737B491 for ; Fri, 23 Feb 2001 11:33:33 -0800 (PST) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.11.1/8.11.0) id f1NJWbo16018; Fri, 23 Feb 2001 11:32:37 -0800 (PST) (envelope-from mph) Date: Fri, 23 Feb 2001 11:32:36 -0800 From: Matthew Hunt To: Rick Hamell Cc: "Dennis V. Chetvergoff" , questions@FreeBSD.ORG Subject: Re: About shell account... Message-ID: <20010223113236.A15994@wopr.caltech.edu> References: <006901c09dc9$3c5589c0$34602ad4@office.elcat.kg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from hamellr@heorot.1nova.com on Thu, Feb 22, 2001 at 11:25:42AM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Feb 22, 2001 at 11:25:42AM -0800, Rick Hamell wrote: > > How I can get shell account on your server? > > (or on which servers, if not you?) > > I'am a great fan and enthusiast of FreeBSD! > > Commit lots and lots of patches and additions to the system until > they make you a core team member. :) No, submit lots and lots of patches (using send-pr) until they make you a committer. -- Matthew Hunt * UNIX is a lever for the http://www.pobox.com/~mph/ * intellect. -J.R. Mashey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 12: 0: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes11-hme0.telusplanet.net (fepout3.telus.net [199.185.220.238]) by hub.freebsd.org (Postfix) with ESMTP id 34DC937B401 for ; Fri, 23 Feb 2001 12:00:03 -0800 (PST) (envelope-from trevin@mail.com) Received: from CRX.sfu.ca ([209.53.63.29]) by priv-edtnes11-hme0.telusplanet.net (InterMail vM.4.01.03.13 201-229-121-113) with ESMTP id <20010223195959.NBFH2621.priv-edtnes11-hme0.telusplanet.net@CRX.sfu.ca> for ; Fri, 23 Feb 2001 13:00:00 -0700 Message-Id: <5.0.2.1.2.20010223120111.02b32fe8@mail.brightmail.com> X-Sender: tmchow%sway.com@mail.brightmail.com (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Fri, 23 Feb 2001 12:02:55 -0800 To: questions@freebsd.org From: Trevin Chow Subject: Messed up bash configuration? 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 was reading a HowTo on bash and I'm getting a weird problem when I try to su to another user. I'm not sure if its related to my chanages or not. When i try to su to another user, it doesn't prompt me for a password and I get this: -=(root@benny)(504/ttyp0)(12:03P:02/23/01)=- @(/home/tmchow)--# su tonyt su-2.04$ ls ls: .: Permission denied Any ideas what's going on? I'm able to login as these users directly with no problems To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 12: 7:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp11.singnet.com.sg (smtp11.singnet.com.sg [165.21.6.31]) by hub.freebsd.org (Postfix) with ESMTP id 4F09137B4EC; Fri, 23 Feb 2001 12:07:48 -0800 (PST) (envelope-from spades@galaxynet.org) Received: from bryan (ad202.166.107.215.magix.com.sg [202.166.107.215]) by smtp11.singnet.com.sg (8.11.2/8.11.2) with SMTP id f1NK7e701634; Sat, 24 Feb 2001 04:07:40 +0800 (SGT) Message-Id: <3.0.32.20010224041623.01593650@smtp.magix.com.sg> X-Sender: spades@smtp.magix.com.sg X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Sat, 24 Feb 2001 04:16:23 +0800 To: freebsd-security@freebsd.org From: Spades Subject: Re: passwd problem Cc: 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 # passwd Warning: configuration file missing; please run 'tconf' Unable to update EPS password. Password changed. How do i reinstall passwd or fix this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 12:12: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dsl-64-193-218-89.telocity.com (dsl-64-193-218-89.telocity.com [64.193.218.89]) by hub.freebsd.org (Postfix) with SMTP id C67AF37B491 for ; Fri, 23 Feb 2001 12:12:01 -0800 (PST) (envelope-from lucas@slb.to) Received: (qmail 116 invoked by uid 1000); 23 Feb 2001 20:12:21 -0000 Date: Fri, 23 Feb 2001 14:12:21 -0600 From: Lucas Bergman To: "G. Jason Middleton" Cc: freebsd-questions@freebsd.org Subject: Re: setting up a firewall (Was: dual homed host) Message-ID: <20010223141221.D28130@billygoat.slb.to> Reply-To: lucas@slb.to References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from gmiddl1@gl.umbc.edu on Fri, Feb 23, 2001 at 01:58:51PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > i am setting up a firewall and i have been battling with getting the > damn things to work together.. i am using sysinstall to chagne the > ip addys and the dns entries and the mask etc etc. I set de0 up > for the live ip (internet ip from my ISP) and i set up dc0 with the > dead ip (192.168.0.1 or 192.168.0.2) not sure which one i should > use. It doesn't matter. Conventionally, though, the packet router (as this machine will be) on a class C net has its last octet set to 1. > SO when i am setting up dc0 what should i set the dns entry to? I'm not sure what you mean. Do you mean that you have your own DNS server and you want to give the address on dc0 an entry (an "A" record)? Do you mean to ask what address you should give as your DNS server? In fact, the answer to the second question depends on the answer to the second, so please try to clarify this. > And what should i set the gateway to? Can they be on the same > subnet? The "gateway" ("default route" might be a better way of putting it) on the firewall machine should be set to the address given to you by your ISP, which is certainly on the same subnet as the routable address you have (on de0). > Info would be appreciated and yes i am already reading the handbook > and lso Greg Lehey's book as well as Oreilly's tcp/ip for netork > administrators. Good man. Of course, if you have any other machines inside the firewall, you'll want to set up natd; the man page (natd(8)) is quite good. Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 12:13:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lerami.lerctr.org (lerami.lerctr.org [207.158.72.11]) by hub.freebsd.org (Postfix) with ESMTP id A326837B503 for ; Fri, 23 Feb 2001 12:13:27 -0800 (PST) (envelope-from ler@lerctr.org) Received: (from ler@localhost) by lerami.lerctr.org (8.11.2/8.11.2/20010112/$Revision: 1.13 $) id f1NK34S16448; Fri, 23 Feb 2001 14:03:04 -0600 (CST) (envelope-from ler) Date: Fri, 23 Feb 2001 14:03:03 -0600 From: Larry Rosenman To: Ulf Kister Cc: freebsd-questions@FreeBSD.ORG Subject: Re: StarOffice 5.2 on STABLE 4.2 Message-ID: <20010223140303.A15874@lerami.lerctr.org> References: <87u25loa0a.fsf@harry.my.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <87u25loa0a.fsf@harry.my.net>; from Ulf.Kister@t-online.de on Fri, Feb 23, 2001 at 01:32:21PM +0100 X-Mailer: Mutt http://www.mutt.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Ulf Kister [010223 06:32]: > Hi there, > > recently I installed Staroffice 5.2 on my FreeBSD 4.2 STABLE box and > it does a fine job, except that any features using the network seem > not to work. > > To be mor precise: The browser, the mail client and the news client > fail to work in my local network. Funny thing is, that connecting > against 127.0.0.1 causes no problems. > > It also makes no difference whether I use IP adresses or hostnames in > URLs - running my local named in foreground mode reveals that in > neither case lookups are perfomed. > > Has anyone here experienced the same problems and, maybe, solved them? > > I would be graceful for hints, > > Thanks in advance, Ulf > > BTW: > > ### snip ### > > linux_base-6.1 = up-to-date with index > rpm-3.0.6_4 = up-to-date with index > > ### snap ### ME TOO We've seen these problems for months now. Is there any hope of them being fixed? LER > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 12:19:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from scaup.prod.itd.earthlink.net (scaup.prod.itd.earthlink.net [207.217.121.49]) by hub.freebsd.org (Postfix) with ESMTP id BFC9F37B401 for ; Fri, 23 Feb 2001 12:19:40 -0800 (PST) (envelope-from banner@LeagueofDesign.com) Received: from jezebel (dialup-209.245.238.247.Dallas1.Level3.net [209.245.238.247]) by scaup.prod.itd.earthlink.net (EL-8_9_3_3/8.9.3) with SMTP id MAA15020; Fri, 23 Feb 2001 12:06:07 -0800 (PST) Message-ID: <001701c09dd4$226b7870$0201a8c0@jezebel> From: "LeagueofDesign.com" To: Subject: LeagueofDesign.com Date: Fri, 23 Feb 2001 14:05:20 -0600 MIME-Version: 1.0 Content-Type: multipart/related; type="multipart/alternative"; boundary="----=_NextPart_000_0013_01C09DA1.A88AAD50" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0013_01C09DA1.A88AAD50 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0014_01C09DA1.A88AAD50" ------=_NextPart_001_0014_01C09DA1.A88AAD50 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Untitled Document If you can read this- please go to = www.LeagueofDesign.com/banner/banner.htm =20 =20 =20 We could have sent you a cleverly worded letter or a = slick, pretty brochure... Instead we thought we'd let you experience = firsthand what we do best: memorable, high-impact, results-oriented = communications in exciting, creative formats that make the most of new = media and technology.=20 Click through from this banner ad to our Web site, = LeagueofDesign.com, and discover how we can help you create an = innovative, informative presence for your company through a broad range = of Design, Web and CD development and production services.=20 LeagueofDesign.com Advertising in a whole new league info@LeagueofDesign.com 214.841.0194 =20 This is a 1 time only mailing =20 =20 =20 ------=_NextPart_001_0014_01C09DA1.A88AAD50 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Untitled Document

 

= =20 = =20 = =20 = =20 = =20 = =20 <FONT=20 face=3D"Arial, Helvetica, sans-serif" color=3D#ffffff = size=3D2><B><A=20 = href=3D"http://www.leagueofdesign.com/banner/banner.htm">If you=20 can read this-&nbsp;please go to=20 = www.LeagueofDesign.com/banner/banner.htm</A></B></FONT>&nbsp;
 

=

We could have sent you a cleverly worded = letter or a=20 slick, pretty brochure... Instead we thought we'd let = you=20 experience firsthand what we do best: memorable, = high-impact,=20 results-oriented communications in exciting, creative = formats=20 that make the most of new media and technology. =

Click through from this banner ad to our Web = site, LeagueofDesign.com,= =20 and discover how we can help you create an innovative, = informative presence for your company through a broad = range of=20 Design, Web and CD development and production = services.=20

LeagueofDesign.com=20 Advertising in a whole new league

info@LeagueofDesign.com
<= /FONT>
214.841.0194

 

 

 

 

This is a 1 time only=20 = mailing

------=_NextPart_001_0014_01C09DA1.A88AAD50-- ------=_NextPart_000_0013_01C09DA1.A88AAD50 Content-Type: image/gif; name="logobar.gif" Content-Transfer-Encoding: base64 Content-Location: http://www.leagueofdesign.com/logobar.gif R0lGODlhfQAdAOb/AFgSE7yIiqxtcE0UHJ9rc0gUIUMVJlUzRaqZomdIXXdZbnVfcTMXNDwmRGtY cpiPoigZPYqBl15WdSMaQkE5Xh0aRtTU3fHx9MDAwFJUeGBig4yNpZqbsCYpVjU4YkNGbW9xj31/ mre4x8XG0qiqvOLj6eE3GONEJt5OM+VQNdhYQNFVP5A/MelpUuFnUNpkT8xfTK9VRplOQfjNxW0P AHYeEH8tINhOOJJLQLaHgHEfFc5ZSmIRCcNkW9eYkrZiX////wAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5 BAEAABgALAAAAAB9AB0AQAf/gBiCg4SFhoeIiYqLjI2Oj5CRkpOUihMFPDSaNCwqPx2VoYUZI4Ib JBmpGRYiIBwbJRmCJBu1giEjIyGquIMaIiOyGECDq7qqHx0aJCW1sbO1G4KkFTQxJyWgFh4YJCIa GSQYpaLl5ufo6err7O2JpO6E3hobQLklIx+KqY0FNDAt4gkc2CjBjh4UCCpcyLChw4cQI0qcOHAA DRkmFEyEhyFDCW4hLHDQ92qEtA4Wok0bQUJcBxEbLsjyYKHEBQsjOBAT1AHIBhEdOpCoGTRELZMY UNa6oE+EOAM0XvyY+CFXTg1WM4DItQFEhg9fYb7M5aoDh1wkOnwAhnSkIKuo/0zlEuGBRC4NILyC XdsVhKAPCHDMuOFhLYkQJF6B+PDBLweKkAuBBRW5suXLmDNr3sy5s2dJFRoseEBAwufMECYIqsAA AI0aKnpQVEuwQy1w/BjlXpTJxVSJHDGAKAHEwgcNFoozFgGkBIe8fjF84CD0woW0pJpLCyZoJwYO QDlYTyv+Qt+1zVu5Sm4cA1SAG8ltMFmLWAZY9QZFk9YRbS0SF5CDAVbcDUOIPbScYhMJINiWnym1 PDZgKQDYkEIAXI0gwnPA2CVOPBx5xE0GzHnQQTMgXDdCM7iohQ8HaWEQggYXhIABTVsJQ4wyF9AD lIwbhKCWeV2pSCR/pByQAzIKP9CFQXtOpbJdZBqUUNMIlClU5YpYEgKBDivckNBplnWQSgQ+COAA mWy26eabcBYSCAA7 ------=_NextPart_000_0013_01C09DA1.A88AAD50 Content-Type: image/gif; name="lodphone.gif" Content-Transfer-Encoding: base64 Content-Location: http://www.leagueofdesign.com/lodphone.gif R0lGODlhfAAUAMT/ANPT3OHh6PDw88DAwFZYe2Vnh5SVrKOkt7KzwyYpVjU4YkNGbU5RdXN1knV3 lIKEnsDBzv///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEA AAMALAAAAAB8ABQAQAX/4CCOZGmeaKqubOu+cCyrz0MAzXAAj6gEEMIoUAuIDgfIYAGJkB6AW2/X exwIkNwvOOt6v+CweEwum8/gRPbZa0YiyiVABHC838KBc/Qw6HoDNQMFCmoNbnBoiouMjY6PkJEk CQEJCYE9CkpcIgUBAQU6BFiXeiRcpJiBVxAQmgOckrKztLW2t7i5uru8vb6OCQ8QgAMGOSLCCyML CAjKA5p+S3F8wyPGA8HWyBDPvy15BlYNgjoFsQKWAtBR3RAJeyIIoQUIB+RtQg8I5rHfLAmi8Jki hNMPSwEYKMEyIt4ABEII8FM1gFwDewXz/Fvx4A6gciKC/CgGAIC0AQxFFuy5pwZOKUE3IpyEpXGj zZs4c+oMEwIAOw== ------=_NextPart_000_0013_01C09DA1.A88AAD50 Content-Type: image/gif; name="bar1.gif" Content-Transfer-Encoding: base64 Content-Location: http://www.leagueofdesign.com/bar1.gif R0lGODlhIQAUAPcAAAAAAHAGCFAFBjgFBjMFBkYICWcPEFoHChoCAz8GCDQFByEJCigCBFIFCT0E BycDBSoEBhICAxECAxYDBBcICSQDBh8DBR0DBR0GCBICBAkBAgsDBNvNzwkEBQYCAwwFBwgCBAUC AwkGBwcBBAUBAwMBAgoDBxEHDQkDBwUCBAYDBVhSVg8FDAUBBGVcYxYHEwwECwcDBwgFCAMCA2hc aKeVpycjJ/bz9nVtdgoECzkzOhEIFAMBBAgEChMLFwUDBhELFQoHDAkEDVNJXAoFDwMCBKahq+bk 6AUCCRkSI0tAWsbDygsFFJmUoVtRbQgDEgcEDcXBzRMMIxwZIyEcLxUPKmdgfgkFGAcEEggFEx8Z NxoYIrm2xAUDDggGFQ8OFZ6cqgUEDQMCDAgGGwkHHggHF5KSoY2NkvX1+RgbS3h5ib6/xgMGE87Q 2dHT2P3+/w0MCbazr2lBFmlCFzcjDeO4iDojDGtCF2pBFzUhDDkjDYRTIGpCGtijbdahbNGfatSg bNmmcNWhbuCvfcifdeGzhtWrf+G0hwUEA4iEgPz59nFDFz0lDjkjDzkkEaFoMryKWtGaZqF5U9am ed6tgOS2i9q0kX1rW3RCFjsjDzwkEDojEDkjEKxzRM+UYtiqg+OzjNmxj6ybjW5HKWtFKLJ5TkUk DoBGHX5VOK19XMCNa5BrUcadgNyzlnNsZ0UjDptaMW5IL5iFeZFQLKl0VnNPO6p2WZdvV2EvFFQp El8vFT0lGJplS2kwFmo0Gn8/IYpFJioZEYRpXbikm3xFL45WPl0kD4dKMwkDAV8jDyoVDolGMZNS PgcEA5JdTH5uaXMnEI1MOXclEA0FAzcZEggEA48nEAgDAlEhFnY1KJJ/e1YlHFgdFWssIk8XETwV EFxCPygFAg8CAQ8EA0gXEw8FBFwhGycGBCEGBBQEAyYFBCEFBB8FBB0GBSEKCSACAjsEBEQGBSoD AzAFBEoIB0gHBywFBRYDA3MQEBQDAw8DAwoDAwwEBD4sLP///////ywAAAAAIQAUAAAI/wDBPRpI sKDBg49QpVnIkGGtPZzo0LFjJ4/EXY36PRMmapg2WZIGUfLzqKHJWnJKqPRQgkSJEDliVFHz5gwY M0MufQo1qaRJh3NatCgSokiKFB5QCJGCQxEHJ26auAJ1SJDPn2lqkWKD5QmTMleQqOgRYwcNfzeW 1GjjwlIlQFd/1hr1BAUIE1mIgAgBIoUMHWiicLmxZkWrOoHinrxDgsQ1Dx6uhQgB2YMNI0m0WDkS h1WhPoob1ppTIkWIGSEQzZiB6PSXLUF8UFGS6JahP6GBtgxRbYYK0ylG8EUh4gSMF1NWEYqUe2Gt WGSgiOkyxgvkECl4hFBxjV8HFkCcqfPy1DzrHQ/7QiDzsNdDNQ/BKSzA0EEDCFupIJWvdWcy5f8k 7DOCBxvsA0dj13zADC2l7IfHZPBVkxqB1UxTXwiPeRBMNLx0sh8fYagg4g8xTIaMBhtcg446F6Cn zDHFwLIfJhLck0448zxQwTjNIANBPQkQoMA67FBDzDKz7LdIBBFIkI84EmSQTwjlHGAAPgXYc44F 23STDTD7yeEBhJNpMEAEDAhATzzyIBBBO9hwY84v+91RwoAaUEZAAPrA04AD70yQgQTufEOON77s B5EjdGSyiSbSWCONMdAkY4wprzCSCy669HJKeQIhJOpBCmGVRkAAOw== ------=_NextPart_000_0013_01C09DA1.A88AAD50 Content-Type: image/gif; name="bar2.gif" Content-Transfer-Encoding: base64 Content-Location: http://www.leagueofdesign.com/bar2.gif R0lGODlhIQAUAPcAAAAAABgbS/r0wPnxtPThmPDSgfTene/KeOW3XOS2W+W4XeO2XeW5XuW3Xua7 YfbmxuCuVOOyWOu8aeq+bdqhR96oTt+rUuKyY+i2Z+m5aeu+du/MkfLct+rYu9mbQtmeRuGqWOWu Xd+qXuW9f9OROtiZQdqZROSlUt+jUeazbOnQrsSALdeRP9yZSuGeTuChV9edV92lXee2d7duH7tz Isl/KjQhC2xFGKxuJ8WCOdqTQtiSRtuUSN6fWd6jYtijZuSyfOe8jN61h7FnGjkiCzchC8V+M7p6 NtWKP8+LQ6JtNdiTTd6cXOSoaeaudNureOa9lIlJEIdJEKdeGJpVF5dWGKdhH8d5L9KDPdeLQ6Fo Ms2DQdiMR9yTUNyZXOjEoti2l5VSF8dyKs15Ncd6OM+IS9SQVeSrfX07ChsOBKtaG7xlJbZkJsdt Ksl0M75sMMt6OdODQ8V5Qd6dadKrjSoUBWEuDJVKFJ5NFrNYGptOGaJUH4hIG8FoKrFiKXpIJXhO MdSNWtqTYdWfeOGrhG4uBppHEp9KE6xRFahNFkYjDLZdJ0soEbdmMoxNJ8t0O9SHVOGmf/Pj2U0f BJlAD1MlDIA8FLpbJcVrNVkxGc13RtCHX86HX3NPO8eXe1whA5k8DIEzDHszD4s8EmMtELBUJbxe LbdcLaZVLLtkOdB5TYtbQsmHZNqXdHQsCXouC3gvDHUuDYo2EIY2EGQpDZc/FaFLJL5gNKRYM5RP LqpdO8ZwR5VXObZsS9GIZZplTbaEbK9+aKB0X5c5EmsqD3AsEK9VMFMaBD4UBHUlCIEqC4cvDTgY DLRdPJpaQsl+Y1kaBUUUBIgqCpc0FFwgDRgGAUsVBScLA3siCnQcBjYSCQ4GBCMHAVkTBD0NA1wU BWIXBg0DATAIAVoQA0IOBS4KBFQTCDsQCF8PAyAFAU0MAxkEAREDAR8GAhUCAAoBADgJAxMDASAF AlxCP0QHAjYEASkDASwDASoCASACARQBAQgBAQcBAQIBAQAAAP///ywAAAAAIQAUAAAI/wDnaRlI sKDBg1rmBVjIkGEnGE+eBJLjZw8fS6JoKSJiZ8gHCBAsVKhAolPDk52EdFAhZBCrXr94OSIWTd6+ SSsWOHDQIIEHkycd/vgCho4nYMGE/VoFKBMjZtekkEjggAGCn0EdlnmpC1cuXs6c/aFG7py2csii rLCg4CrQrJ2WzBEESROmVKZO2ZKGzhy8e/nEFZpBIUKJt0E7+QAiKJCqXbeaoTI2DVs2dfXw6Vv3 yePhrAs7AflCqNUzX5s4pSp1Kc8waePo6XvH7hONkqADdIIi6cuZSE6aMOnyCFOfRKCygbOXD0A8 NDUQowzygAOUM62C+IjDJQucN4mSdfCztw8AgGgzpDfsNELAAwMyNBhI0WMJiBhkDoVS5848AG5T qOfQCAMIYAABBxCQAghIXJCEH3rEgkw//q1DhYChiUDABk1koIEXL7ixRSOo4BGLNeH4BwA7YWCo 2wUHFDBBBhiEwEMLa1xhxB2ucKPiilW42AkKB0jgAgo8xGHGGHmoYQgsx/DzYzVWCGnCCSe0oMMO WIiBCCV4vOJNOj8CUAcOQrKARRt9sLHGIrXIAk007ZT3Yz+MHCEkG8Mso4wyxXzjTTnhbENhmWn8 oWdunVgxyiwZkVKJIkXYYOmllxJxgxI5uCgQQqAepBBoAQEAOw== ------=_NextPart_000_0013_01C09DA1.A88AAD50 Content-Type: image/gif; name="bar3.gif" Content-Transfer-Encoding: base64 Content-Location: http://www.leagueofdesign.com/bar3.gif R0lGODlhGAAUAPcAAAAAAIhBQnJBQmcWGSMNDmc6PG1RUn5fYEEZGyYREmc+QHBKTFtHSMGcnw4E BR8LDSEOEBQLDGI5PTYjJUs4OjAnKI5bYpJgZl5GSZVwdYZobJV2erOrrEYhJyQRFF8xOEEnK5x5 f8WvsxAHCUw1OjUoK4lpcP309iMSF1A5QSIUGeHa3dHDytrG0aOeoe/q7bCvsNnZ23V2fQ0OESEi IwECAQICATAwLbq0pAUEAv79+w0KBmhCFVs6EzUiCzQiDGxCFWtCFTYiCzUhC2hCFt6sdufBlfPg yjgiCzchC29FGQQDAiYkIpqWkv769pGQj45SGnRCFTsiCzkhC6FoMqRzRndcQuK2jTwhCzshCzwi DK12R9Ofcj4hC+jKs0QiC4hKHWxEJ35VOHVPNee/oikmJP77+Xk6E41OJtigfa6ckXNPO1xJPu/T w/z18QcDAQQCAVktF7KEbLaPereRfcCbiP/9/FYiC1IiC8SMcWBTTVQhC1pGPmEiC9a5rvvz8LRo T2RUT+jOxvr39oc2H41iVb2sp8m7t4EiC3kiC4EjDXIhDBEFAuHKxL66uVBDQJWIhfHj4Pbs6rhJ NAoEA5BPQ/Hm5AkCAQoDAtO5tePW1AoCAZAwJTggHVxCP6d+eQwCAZcaEK9LQTEbGbhrZbqXlEQ5 OEE3NsOmo93Hxerg3yIDARMCARACASMFA1wjH1MpJn1YVqmEghwBAFMDAUsDAVoFAkYEAoANCioI B7pQS551dKJ8e0oBAHYCAXICAW0CAWQBAWMBAWABAWACAV0CAVoCAVoBAVgBAVUCAVUBAVEBAU4B AU0BAU0CAUcCAUcBAUQCAUABATsBATkCATYCATYBATQCAVYDAjMCATIBATEBAS8CAS0BAVEDAioB ASgBASUBARsBARkBARQBATcEAxMBAQ8BAQ0BATkFBQsBAZASDwkBAY0UExYDA0MKCgYBAQQBATIR EQIBAQMCAopdXXlTU+HKyunT06umpv38/PPy8sjHx////wEBAf///ywAAAAAGAAUAAAI/wDFUBlI sKDBg1Q8Uenhw8cQIUIWdUkyZYqVNmHqeMkzh04dP0XWUPFBz4Y/f+yknTz5RNOOU3xeMSlzA4YR kVqaBDoZbtbKGjEg0eCH7xAHDvlYXBFJaN+jk87mrZyxwpSMfvccwcjn4sVNKpMEUfIXr5nUlfNq LFExoEIJEi36cRGZRlevTdCQWbNW7Zq2bNy41aK1ypUJffjQiByDi1k8cvD8SZ1HGc4mbKvcfYg0 qF4QkUNq/dqmroZkG/NsqMbkLQcKEf0yQeAh0sc4YL6ooaZHb4nvHK7KjdgwSNICG0Rq23C2rtKo CHpSMKAwAcMnARpU2UH1gJ4SkVLU3dUSRapQBxyGDqkJoUpHKk39LNl746GKyC/ibIVqx+ldLAu7 XNCAHf2c8IcbpSTACCxb1AbPN8oIE8w08rBhwAGp9KOhE40oEM8luYAh0g+biDMOM8Mok04nIJhg iYb9RCLLA1LFQ9tI55gDTzfHGBNNKw5kIImGZmQiARwmzXMjFibGw8oyxSSTDQKomKFhJLwQYEMN NsQDhEh4WAMOO+g8QwwxyQTQyIZ+FPAGkjaAEoVIZ/SxRxZS3JEIIooAQsYRR3ghRxwQIYHEF1Cs IRBCjB7kSUAAOw== ------=_NextPart_000_0013_01C09DA1.A88AAD50-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 12:40:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mx2out.umbc.edu (mx2out.umbc.edu [130.85.253.52]) by hub.freebsd.org (Postfix) with ESMTP id 1AEF437B491 for ; Fri, 23 Feb 2001 12:40:22 -0800 (PST) (envelope-from gmiddl1@gl.umbc.edu) Received: from irix1.gl.umbc.edu (gmiddl1@irix1.gl.umbc.edu [130.85.60.8]) by mx2out.umbc.edu (8.9.3/8.9.3) with ESMTP id PAA11355; Fri, 23 Feb 2001 15:40:13 -0500 (EST) Date: Fri, 23 Feb 2001 15:40:12 -0500 From: "G. Jason Middleton" To: Lucas Bergman Cc: Subject: Re: setting up a firewall (Was: dual homed host) In-Reply-To: <20010223141221.D28130@billygoat.slb.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 to answer you question about the dns: de0 is set up with no problems (static from cable ISP) dc0 is set to 192.168.0.1 like you said and i wanted to know what DNS number to use for this interface. I do not have a DNS server set up yet that is my next goal after setting up the firewall. In addition to my question about DNS was what should i set the gateway too? Thanks for your help Jason On Fri, 23 Feb 2001, Lucas Bergman wrote: > > i am setting up a firewall and i have been battling with getting the > > damn things to work together.. i am using sysinstall to chagne the > > ip addys and the dns entries and the mask etc etc. I set de0 up > > for the live ip (internet ip from my ISP) and i set up dc0 with the > > dead ip (192.168.0.1 or 192.168.0.2) not sure which one i should > > use. > > It doesn't matter. Conventionally, though, the packet router (as this > machine will be) on a class C net has its last octet set to 1. > > > SO when i am setting up dc0 what should i set the dns entry to? > > I'm not sure what you mean. Do you mean that you have your own DNS > server and you want to give the address on dc0 an entry (an "A" > record)? Do you mean to ask what address you should give as your DNS > server? > > In fact, the answer to the second question depends on the answer to > the second, so please try to clarify this. > > > And what should i set the gateway to? Can they be on the same > > subnet? > > The "gateway" ("default route" might be a better way of putting it) on > the firewall machine should be set to the address given to you by your > ISP, which is certainly on the same subnet as the routable address you > have (on de0). > > > Info would be appreciated and yes i am already reading the handbook > > and lso Greg Lehey's book as well as Oreilly's tcp/ip for netork > > administrators. > > Good man. > > Of course, if you have any other machines inside the firewall, you'll > want to set up natd; the man page (natd(8)) is quite good. > > Lucas > G. Jason Middleton _______________________________________________________________________________ Announcement: The revolution will not be televised. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 13: 6:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from server1.cipher.com.br (server1.cipher.com.br [200.192.23.19]) by hub.freebsd.org (Postfix) with ESMTP id CC73037B503 for ; Fri, 23 Feb 2001 13:06:34 -0800 (PST) (envelope-from alexandre@cipher.com.br) Received: from is32.cipher.com.br (localhost.localdomain [127.0.0.1]) by server1.cipher.com.br (8.11.0/8.11.0) with SMTP id f1NK5Cj06701; Fri, 23 Feb 2001 18:05:12 -0200 Date: Fri, 23 Feb 2001 18:08:22 -0300 From: Alexandre Florio To: Trevin Chow Cc: freebsd-questions@freebsd.org Subject: Re: Messed up bash configuration? Message-Id: <20010223180822.2d29acb6.alexandre@cipher.com.br> In-Reply-To: <5.0.2.1.2.20010223120111.02b32fe8@mail.brightmail.com> References: <5.0.2.1.2.20010223120111.02b32fe8@mail.brightmail.com> X-Mailer: Sylpheed version 0.4.9 (GTK+ 1.2.8; FreeBSD 4.2-RELEASE; i386) Organization: Cipher Technology Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 23 Feb 2001 12:02:55 -0800 Trevin Chow wrote: > I was reading a HowTo on bash and I'm getting a weird problem when I try to > su to another user. I'm not sure if its related to my chanages or > not. When i try to su to another user, it doesn't prompt me for a password > and I get this: > > -=(root@benny)(504/ttyp0)(12:03P:02/23/01)=- > @(/home/tmchow)--# su tonyt > su-2.04$ ls > ls: .: Permission denied > > Any ideas what's going on? I'm able to login as these users directly with > no problems When you are root you don't need to supply a password to substitute your identity with another user (man su). The 'permission denied' that appears when you issue an 'ls' command, is because the path that you were before the 'su' command be executed is not readable by the 'tonyt' user. -- Alexandre Florio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 13:11:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web12907.mail.yahoo.com (web12907.mail.yahoo.com [216.136.174.74]) by hub.freebsd.org (Postfix) with SMTP id 0876137B491 for ; Fri, 23 Feb 2001 13:11:29 -0800 (PST) (envelope-from hiuho@yahoo.com) Message-ID: <20010223211125.27621.qmail@web12907.mail.yahoo.com> Received: from [216.33.112.208] by web12907.mail.yahoo.com; Fri, 23 Feb 2001 13:11:25 PST Date: Fri, 23 Feb 2001 13:11:25 -0800 (PST) From: "Hiu F. Ho" Subject: Differences between FreeBSD 3.x and 4.x To: questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, What are the major differences between FreeBSD 3.x and 4.x? Are there any web sites or articles that talk about them? Thank you. -Hiu __________________________________________________ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 13:14:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rm-rstar.sfu.ca (rm-rstar.sfu.ca [142.58.120.21]) by hub.freebsd.org (Postfix) with ESMTP id 0647B37B401 for ; Fri, 23 Feb 2001 13:14:23 -0800 (PST) (envelope-from tmchow@sfu.ca) Received: from fraser.sfu.ca (tmchow@fraser.sfu.ca [142.58.101.25]) by rm-rstar.sfu.ca (8.10.1/8.10.1/SFU-5.0H) with ESMTP id f1NLEIW13781 for ; Fri, 23 Feb 2001 13:14:22 -0800 (PST) Received: from localhost (tmchow@localhost) by fraser.sfu.ca (8.9.2/8.9.2/SFU-5.0C) with ESMTP id NAA04944 for ; Fri, 23 Feb 2001 13:14:18 -0800 (PST) X-Authentication-Warning: fraser.sfu.ca: tmchow owned process doing -bs Date: Fri, 23 Feb 2001 13:14:18 -0800 (PST) From: Trevin Chow To: Subject: Linksys TX Underruns? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a Linksys LNE100 Revision 4 in my box that uses the AMDTek chipset. I've noticed that i'm getting a lot of "TX underrun: increasing threshhold" messages. Around the same time, my connection will die forcing me to hard reset the machine. I'm not sure if these are related events. Is the "TX Underrun" something to worry about? What exactly is it and how can I remedy it? Regards, Trevin Chow To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 13:35:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fnu.iranger.com (49dsl180.dsl.micron.net [206.206.49.180]) by hub.freebsd.org (Postfix) with ESMTP id 7C6F037B65D for ; Fri, 23 Feb 2001 13:35:49 -0800 (PST) (envelope-from satz@iranger.com) Received: from [171.69.113.18] (karma.cisco.com [171.69.113.18]) by fnu.iranger.com (8.11.2/8.11.0) with ESMTP id f1NLZiw10257 for ; Fri, 23 Feb 2001 14:35:47 -0700 (MST) (envelope-from satz@iranger.com) User-Agent: Microsoft-Outlook-Express-Macintosh-Edition/5.02.2022 Date: Fri, 23 Feb 2001 14:35:47 -0700 Subject: vmware2 cannot "see" ATAPI cdrom under 4.x stable From: Greg Satz To: Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vmware2 port installs and starts properly but cannot see the ATAPI cdrom. System is running 4.X stable. No hard disk is configured and the guest os is either win95 or win98 from floppy. I get the following messages from the vmware log: Feb 21 09:36:37: Forking AIO IDE1:0 pid=4549 sharedArea=0x2b7b3000 size=0x2000 Feb 21 09:36:37: ATAPI_CDROM: cdrom.modeSenseInterval=8 Feb 21 09:37:20: VIDE: (0x170) OUTB Cmd of 0xA1 for non-existent drive 1 Feb 21 09:37:21: F(173):311 0x2fff 2 Feb 21 09:37:21: VIDE: (0x170) ATAPI Unexpected IN len 2 w/o active Cmd The last error repeats many times. The cdrom drive is reported by the kernel as follows: Feb 21 14:07:56 pooh /kernel: atapci0: port 0xd800-0xd80f at device 4.1 on pci0 Feb 21 14:07:56 pooh /kernel: ata1: at 0x170 irq 15 on atapci0 Feb 21 14:07:56 pooh /kernel: acd0: CDROM at ata1-master using PIO4 The cdrom is configured as follows for vmware: # CD-ROM ide1:0.present = TRUE ide1:0.fileName = "/dev/acd0c" ide1:0.deviceType = atapi-cdrom ide1:0.startConnected = TRUE I have tried using different numbers in place of ide1:0 but with no luck. The cdrom is a master. Does anyone else have any ideas on what I need to do to get vmware2 working with the cdrom? Thanks, Greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 13:42:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gscamnlh01.wr.usgs.gov (gscamnlh01.wr.usgs.gov [130.118.4.115]) by hub.freebsd.org (Postfix) with ESMTP id 458C237B4EC; Fri, 23 Feb 2001 13:42:22 -0800 (PST) (envelope-from rsowders@usgs.gov) To: Brent B.Powers Cc: freebsd-questions@FreeBSD.ORG, "Power JeSsIe!" , owner-freebsd-questions@FreeBSD.ORG Subject: Re:login text X-Mailer: Lotus Notes Release 5.0.3 March 21, 2000 Message-ID: From: rsowders@usgs.gov Date: Fri, 23 Feb 2001 13:42:20 -0800 X-MIMETrack: Serialize by Router on gscamnlh01/SERVER/USGS/DOI(Release 5.0.3 |March 21, 2000) at 02/23/2001 01:42:21 PM, Serialize complete at 02/23/2001 01:42:21 PM MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Check out man gettytab. Pay attention to, initial message or "im", login message or "lm", and initial file "if'. You can also change the colors, but that's an ansi escape squence story. What you're looking for is in /etc/gettytab. Before editing this file make a backup. To change the login prompt add the "lm" string to the end of the default. Mine looks like this: default:\ :cb:ce:ck:lc:fd#1000:im=\r\n%s/%m (%h) (%t)\r\n\r\n:sp#1200: Now add the "lm" string to the end after the colon. For instance, lm=Let's Rock\72 would chang your login prompt to Let's Rock: Change the word login to what ever you want. Length of string is limited. You can also change the initial message if you like. Look for the "im" string. Mine looks like this. default:\ :cb:ce:ck:lc:fd#1000:im=\r\n%s/%m (%h) (%t)\r\n\r\n:sp#1200: Change it to whatever you want. The special character %s and %m have special meaning to gettytab. For instance %s will be replaced with name of operating system. See man gettytab for others. To see your changes, run ps -ax and look for ttyv7 then kill -HUP pid of ttyv7 then press alt F8. This will show you the changes you just made. If it blows up you always have your backup copy. Have fun. Brent B.Powers Sent by: owner-freebsd-questions@FreeBSD.ORG 02/23/2001 07:54 AM To: "Power JeSsIe!" cc: Subject: Re:login text >>>>> "Jessie" == Power JeSsIe! writes: Jessie> thanks everyone for the quick response to my post (my Jessie> first one actually :) you people are great! Jessie> i have another question... Jessie> is there a way to edit the text that comes out in the Jessie> login screen: Jessie> ---- FreeBSD/i386 (myhost.mydomain.com) (ttyv1) Jessie> login: --- Jessie> is that stored in a file or does the kernel need to be Jessie> recompiled for it to be change? Jessie> i'm just curious. Check out /etc/motd Jessie> thanks. Jessie> jessie Jessie> To Unsubscribe: send mail to majordomo@FreeBSD.org with Jessie> "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 13:48:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web12508.mail.yahoo.com (web12508.mail.yahoo.com [216.136.173.200]) by hub.freebsd.org (Postfix) with SMTP id 9671F37B65D for ; Fri, 23 Feb 2001 13:48:35 -0800 (PST) (envelope-from millioncheese@yahoo.com) Message-ID: <20010223214835.45092.qmail@web12508.mail.yahoo.com> Received: from [129.237.35.38] by web12508.mail.yahoo.com; Fri, 23 Feb 2001 13:48:35 PST Date: Fri, 23 Feb 2001 13:48:35 -0800 (PST) From: Tyler McGeorge Reply-To: treznor@sunflower.com Subject: Re: annoying backspace problem in wterm To: j mckitrick , freebsd-questions@FreeBSD.ORG In-Reply-To: <20010223142451.A29938@dogma.freebsd-uk.eu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Use X instead. --- j mckitrick wrote: > > Hi all, > > I wish there were a simple solution to the backspace > problem in general. > But there isn't. Okay, I want my backspace key to > delete the character to > the left when pressed, and move the cursor back. > Basic stuff. This works > in con25 and xterm, but in Wterm I can't get it to > work. > > I RTFM'd, and it said I can set Xterm*backspacekey > and Xterm*deletekey in my > .Xdefaults to either Delete or Backspace. I have > tried all 4 combinations, > and when using VIM, I cannot get the backspace key > to work correctly. The > delete key does what the backspace key is supposed > to do. Yet, the > unlike my other terminals, in Wterm (RXVT clone) > backspace deletes > characters when in VIM command mode, while in other > terminals, it just moves > the cursor back. > > Any ideas? I'd really appreciate it. > > > Jonathon > -- > "One World, One Web, One Program." - Microsoft > Promotional Ad. > "Ein Volk, Ein Reich, Ein Fuhrer." - Adolf Hitler > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of > the message > > > __________________________________________________ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 13:50:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hvmta02-stg.us.psimail.psi.net (hvmta02-ext.us.psimail.psi.net [38.202.36.30]) by hub.freebsd.org (Postfix) with ESMTP id ABED737B503 for ; Fri, 23 Feb 2001 13:50:39 -0800 (PST) (envelope-from skent@cbmi.com) Received: from steve ([38.203.188.2]) by hvmta02-stg.us.psimail.psi.net (InterMail v4.01.01.00 201-229-111) with SMTP id <20010223215038.SKPT11307.hvmta02-stg@steve> for ; Fri, 23 Feb 2001 16:50:38 -0500 Reply-To: From: "Stephen Kent" To: Subject: FreeBSD download and installation Date: Fri, 23 Feb 2001 16:49:26 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am totally new to FreeBSD. I would like to know what I have to do once I am at the FTP site to download FreeBSD. What files are necessary? Help me, this is all new but I want to learn. Thanks, Stephen Kent Director of Information Services Coastal Business Machines, Inc. skent@cbmi.com 1-888-2FIX-UPS Check us out on the web at.... www.cbmi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 13:51:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dsl-64-193-218-89.telocity.com (dsl-64-193-218-89.telocity.com [64.193.218.89]) by hub.freebsd.org (Postfix) with SMTP id C85FC37B503 for ; Fri, 23 Feb 2001 13:51:11 -0800 (PST) (envelope-from lucas@slb.to) Received: (qmail 20510 invoked by uid 1000); 23 Feb 2001 21:51:31 -0000 Date: Fri, 23 Feb 2001 15:51:31 -0600 From: Lucas Bergman To: "G. Jason Middleton" Cc: freebsd-questions@freebsd.org Subject: Re: setting up a firewall (Was: dual homed host) Message-ID: <20010223155131.A28591@billygoat.slb.to> Reply-To: lucas@slb.to References: <20010223141221.D28130@billygoat.slb.to> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from gmiddl1@gl.umbc.edu on Fri, Feb 23, 2001 at 03:40:12PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > SO when i am setting up dc0 what should i set the dns entry to? > > > > I'm not sure what you mean. Do you mean that you have your own > > DNS server and you want to give the address on dc0 an entry (an > > "A" record)? Do you mean to ask what address you should give as > > your DNS server? > > de0 is set up with no problems (static from cable ISP) dc0 is set to > 192.168.0.1 like you said and i wanted to know what DNS number to > use for this interface. I do not have a DNS server set up yet that > is my next goal after setting up the firewall. I think I've got you now. The way DNS is resolved is per _machine_, not per _interface_. So, for now, just put nameserver line(s) in /etc/resolv.conf corresponding to some public DNS server, probably your ISP gave you one. The same DNS server information is used to resolve names and addresses regardless of the ingress/egress interface of a given set of packets. Make sense? For now, tell all your computers to look at your ISP's DNS server for name resolution. When you get your own set up, point them all at that. > In addition to my question about DNS was what should i set the > gateway too? Same deal: Only one default route (gateway) gets set per machine. That's the place a packet goes if it doesn't appear destined for the subnet attached to either interface. Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 13:55:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-57.dsl.lsan03.pacbell.net [63.207.60.57]) by hub.freebsd.org (Postfix) with ESMTP id 2D85437B503 for ; Fri, 23 Feb 2001 13:55:30 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 11D0266F1F; Fri, 23 Feb 2001 13:55:30 -0800 (PST) Date: Fri, 23 Feb 2001 13:55:29 -0800 From: Kris Kennaway To: "Hiu F. Ho" Cc: questions@FreeBSD.ORG Subject: Re: Differences between FreeBSD 3.x and 4.x Message-ID: <20010223135529.A90125@mollari.cthul.hu> References: <20010223211125.27621.qmail@web12907.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="mYCpIKhGyMATD0i+" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010223211125.27621.qmail@web12907.mail.yahoo.com>; from hiuho@yahoo.com on Fri, Feb 23, 2001 at 01:11:25PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --mYCpIKhGyMATD0i+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 23, 2001 at 01:11:25PM -0800, Hiu F. Ho wrote: > Hi, >=20 > What are the major differences between FreeBSD 3.x and 4.x? Are there any > web sites or articles that talk about them? Thank you. Check the release notes for coverage of some of the differences. Kris --mYCpIKhGyMATD0i+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6ltxRWry0BWjoQKURAjBFAKDRGIxTTL5UJvl/OSAtT5qHQOWrmACdEG8K FGuoEDHmgO8ey+6QVOvrvLw= =5Ylm -----END PGP SIGNATURE----- --mYCpIKhGyMATD0i+-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 13:58:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gloworm.Stanford.EDU (gloworm.Stanford.EDU [171.64.99.46]) by hub.freebsd.org (Postfix) with ESMTP id BC48B37B401 for ; Fri, 23 Feb 2001 13:58:19 -0800 (PST) (envelope-from yergeau@gloworm.Stanford.EDU) Received: from localhost (yergeau@localhost) by gloworm.Stanford.EDU (8.9.3/8.9.3) with ESMTP id NAA22036; Fri, 23 Feb 2001 13:58:18 -0800 (PST) Message-Id: <200102232158.NAA22036@gloworm.Stanford.EDU> To: freebsd-questions@freebsd.org Cc: yergeau@gloworm.Stanford.EDU Subject: NAT idle timeout Date: Fri, 23 Feb 2001 13:58:18 -0800 From: Dan Yergeau Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does the NAT implementation on 4.1 have a timeout that may forget translations for idle tcp connections? If so, what is the default for this timeout, and how can it be changed? Thanks, Dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 14: 8:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gscamnlh01.wr.usgs.gov (gscamnlh01.wr.usgs.gov [130.118.4.115]) by hub.freebsd.org (Postfix) with ESMTP id 0093737B6A0; Fri, 23 Feb 2001 14:08:01 -0800 (PST) (envelope-from rsowders@usgs.gov) To: Trevin Chow Cc: owner-freebsd-questions@FreeBSD.ORG, questions@freebsd.org Subject: Re: Messed up bash configuration? X-Mailer: Lotus Notes Release 5.0.3 March 21, 2000 Message-ID: From: rsowders@usgs.gov Date: Fri, 23 Feb 2001 14:07:50 -0800 X-MIMETrack: Serialize by Router on gscamnlh01/SERVER/USGS/DOI(Release 5.0.3 |March 21, 2000) at 02/23/2001 02:08:01 PM, Serialize complete at 02/23/2001 02:08:01 PM MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Try su - tonyt Trevin Chow Sent by: owner-freebsd-questions@FreeBSD.ORG 02/23/2001 12:02 PM To: questions@freebsd.org cc: Subject: Messed up bash configuration? I was reading a HowTo on bash and I'm getting a weird problem when I try to su to another user. I'm not sure if its related to my chanages or not. When i try to su to another user, it doesn't prompt me for a password and I get this: -=(root@benny)(504/ttyp0)(12:03P:02/23/01)=- @(/home/tmchow)--# su tonyt su-2.04$ ls ls: .: Permission denied Any ideas what's going on? I'm able to login as these users directly with no problems To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 14:15:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.infowest.com (ns1.infowest.com [204.17.177.10]) by hub.freebsd.org (Postfix) with ESMTP id B91A437B65D for ; Fri, 23 Feb 2001 14:15:26 -0800 (PST) (envelope-from fbsd@wbs-inc.com) Received: from Presario (102-ppp-15.netutah.com [207.179.15.102]) by ns1.infowest.com (Postfix) with SMTP id D1712210CA; Fri, 23 Feb 2001 15:15:24 -0700 (MST) Message-ID: <004301c09de6$0efa56a0$0200fea9@infowest.com> From: "fbsd" To: , References: Subject: Re: FreeBSD download and installation Date: Fri, 23 Feb 2001 15:14:57 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If you browse to www.freebsd.org you will see a link in the left column that says "Getting FreeBSD" Follow that link. On the page that the link takes you too the second section has some links to the FreeBSD Handbook for "obtaining' and 'installing' FreeBSD. It the computer you are installing on has access to the Internet by LAN or Modem then all you will need to download before starting the install process are 2 floppy images kern.flp and mfsroot.flp and the program fdimage.exe to write them to floppies. From there the install process can get everything it needs from the Internet. Or if you don't have Internet access but you do have a CDROM drive, you can buy a CD to install from (You can also download the CD image and burn it yourself.) The Handbook really covers everything you should need. Good Luck. ----- Original Message ----- From: Stephen Kent To: Sent: Friday, February 23, 2001 2:49 PM Subject: FreeBSD download and installation > > I am totally new to FreeBSD. I would like to know what I have to do once I > am at the FTP site to download FreeBSD. What files are necessary? Help me, > this is all new but I want to learn. > > Thanks, > > Stephen Kent > Director of Information Services > Coastal Business Machines, Inc. > skent@cbmi.com > 1-888-2FIX-UPS > Check us out on the web at.... www.cbmi.com > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 14:34:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from out3.mx.nwbl.wi.voyager.net (out3.mx.nwbl.wi.voyager.net [169.207.3.79]) by hub.freebsd.org (Postfix) with ESMTP id 87D8D37B491 for ; Fri, 23 Feb 2001 14:34:15 -0800 (PST) (envelope-from dpoland@execpc.com) Received: from earth.execpc.com (dpoland@earth.execpc.com [169.207.16.1]) by out3.mx.nwbl.wi.voyager.net (8.11.1/8.11.1) with ESMTP id f1NMYAr47778; Fri, 23 Feb 2001 16:34:11 -0600 (CST) Received: (from dpoland@localhost) by earth.execpc.com (8.9.0) id QAA09181; Fri, 23 Feb 2001 16:34:10 -0600 (CST) Date: Fri, 23 Feb 2001 16:34:10 -0600 From: Doug Poland To: Greg Satz Cc: freebsd-questions@freebsd.org Subject: Re: vmware2 cannot "see" ATAPI cdrom under 4.x stable Message-ID: <20010223163409.A8198@polands.org> Mail-Followup-To: Greg Satz , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3us In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Feb 23, 2001 at 02:35:47PM -0700, Greg Satz wrote: > vmware2 port installs and starts properly but cannot see the ATAPI cdrom. > System is running 4.X stable. No hard disk is configured and the guest os is > either win95 or win98 from floppy. > try ln -s /dev/acd0c /dev/cdrom -- Regards, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 14:40:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pinky.us.net (pinky.us.net [216.181.215.124]) by hub.freebsd.org (Postfix) with SMTP id 5B75537B491 for ; Fri, 23 Feb 2001 14:40:25 -0800 (PST) (envelope-from bgs@pinky.us.net) Received: (qmail 10557 invoked by uid 1001); 20 Feb 2001 22:43:32 -0000 Received: from localhost (sendmail-bs@[127.0.0.1]) (envelope-sender ) by localhost (qmail-ldap-1.03) with SMTP for ; 20 Feb 2001 22:43:32 -0000 Date: Tue, 20 Feb 2001 16:47:42 -0500 (EST) From: Brian Skrab To: Subject: Tekram DC395UW SCSI adapter supported ??? Message-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've read through the release notes for 4.2 and have found support for the Tekram DC390U/W/F, but cannot tell if the DC395UW SCSI controller is supported. Can anyone confirm that there is a driver to support this card? Thanks, ~brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 14:55: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from heorot.1nova.com (sub24-23.member.dsl-only.net [63.105.24.23]) by hub.freebsd.org (Postfix) with ESMTP id 48E1C37B491 for ; Fri, 23 Feb 2001 14:55:05 -0800 (PST) (envelope-from hamellr@1nova.com) Received: by heorot.1nova.com (Postfix, from userid 1000) id D3A0918C4; Thu, 22 Feb 2001 15:18:50 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by heorot.1nova.com (Postfix) with ESMTP id BDB6218C2 for ; Thu, 22 Feb 2001 15:18:50 -0800 (PST) Date: Thu, 22 Feb 2001 15:18:50 -0800 (PST) From: Rick Hamell To: FreeBSD-questions Subject: Cold Fusion Message-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 had luck getting Cold Fusion working on 4.2, either in a tenative port, or with the Linux version? :) Thanks much! Rick ******************************************************************* Rick's FreeBSD Web page http://heorot.1nova.com/freebsd Ace Logan's Hardware Guide http://www.shatteredcrystal.net/hardware ***FreeBSD - The Power to Serve! http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 15:10:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fnu.iranger.com (49dsl180.dsl.micron.net [206.206.49.180]) by hub.freebsd.org (Postfix) with ESMTP id 0240437B491 for ; Fri, 23 Feb 2001 15:10:39 -0800 (PST) (envelope-from satz@iranger.com) Received: from [171.69.113.18] (karma.cisco.com [171.69.113.18]) by fnu.iranger.com (8.11.2/8.11.0) with ESMTP id f1NNAYw10555; Fri, 23 Feb 2001 16:10:35 -0700 (MST) (envelope-from satz@iranger.com) User-Agent: Microsoft-Outlook-Express-Macintosh-Edition/5.02.2022 Date: Fri, 23 Feb 2001 16:10:38 -0700 Subject: Re: vmware2 cannot "see" ATAPI cdrom under 4.x stable From: Greg Satz To: Doug Poland Cc: Message-ID: In-Reply-To: <20010223163409.A8198@polands.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 Thanks for the response. I just tried it but unfortunately it didn't help. Same error message. As I stared at the error it became clear that Feb 23 16:00:43: VIDE: (0x170) OUTB Cmd of 0xA1 for non-existent drive 1 Feb 23 16:00:45: VIDE: (0x1F0) OUTB Cmd of 0xA1 for non-existent drive 1 Feb 23 16:00:46: F(173):311 0x2fff 2 Feb 23 16:00:46: VIDE: (0x170) ATAPI Unexpected IN len 2 w/o active Cmd the hex number in parenthesis is the IDE IO locations. My kernel thinks there is ata1 on apapci0 at 0x170. So why isn't vmware2 happy with it? Is it worth attempting to report this problem to vmware? Greg on 2/23/01 3:34 PM, Doug Poland at doug@polands.org wrote: > On Fri, Feb 23, 2001 at 02:35:47PM -0700, Greg Satz wrote: >> vmware2 port installs and starts properly but cannot see the ATAPI cdrom. >> System is running 4.X stable. No hard disk is configured and the guest os is >> either win95 or win98 from floppy. >> > try ln -s /dev/acd0c /dev/cdrom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 15:17: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pinky.us.net (pinky.us.net [216.181.215.124]) by hub.freebsd.org (Postfix) with SMTP id DDE2137B401 for ; Fri, 23 Feb 2001 15:17:01 -0800 (PST) (envelope-from bgs@pinky.us.net) Received: (qmail 10273 invoked by uid 1001); 20 Feb 2001 21:54:54 -0000 Received: from localhost (sendmail-bs@[127.0.0.1]) (envelope-sender ) by localhost (qmail-ldap-1.03) with SMTP for ; 20 Feb 2001 21:54:54 -0000 Date: Tue, 20 Feb 2001 16:47:42 -0500 (EST) From: Brian Skrab To: Subject: Tekram DC395UW SCSI adapter supported ??? Message-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've read through the release notes for 4.2 and have found support for the Tekram DC390U/W/F, but cannot tell if the DC395UW SCSI controller is supported. Can anyone confirm that there is a driver to support this card? Thanks, ~brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 15:59:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ann.skypoint.net (ann.skypoint.net [199.86.32.19]) by hub.freebsd.org (Postfix) with ESMTP id 0CA0B37B491 for ; Fri, 23 Feb 2001 15:59:07 -0800 (PST) (envelope-from rpj@fep.hirshfields.com) Received: (from uucp@localhost) by ann.skypoint.net (8.9.3/8.9.3) with UUCP id AAA33780 for freebsd-questions@freebsd.org; Sat, 24 Feb 2001 00:04:49 GMT Received: (from rpj@localhost) by fep.hirshfields.com (8.8.8/8.8.8) id RAA23913 for freebsd-questions@freebsd.org; Fri, 23 Feb 2001 17:43:47 -0600 (CST) (envelope-from rpj) From: "Roger P. Johnson" Message-Id: <200102232343.RAA23913@fep.hirshfields.com> Subject: Is anyone got XFree 3.3.6/4.1 and FreeBSD 4.1 chooser working??? To: freebsd-questions@freebsd.org Date: Fri, 23 Feb 2001 17:43:47 -0600 (CST) X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am trying to use the XFree chooser. I have the chooser working on a LAN segment with FreeBSD 2.2.6 and XFree 3.3.2. This works. 1. I cannot get any FBSD 4.1/XFree 3.3.6 host to show in a chooser list. 2. I cannot configure any FBSD 4.1 host to serve chooser clients. 3. I cannot get any "X -indirect " from a 2.2.6 to a 4.1 host. 4. Ditto for any FreeBSD 4.1/XFree 4.1. Are there any problems with FreeBSD 4.1 & XFree using a chooser?? Anyone got it working?? Thanks. -Roger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 16:11: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by hub.freebsd.org (Postfix) with ESMTP id B53A637B401 for ; Fri, 23 Feb 2001 16:10:58 -0800 (PST) (envelope-from jcm@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97] ident=root) by serenity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 14WSIY-0005vV-00; Sat, 24 Feb 2001 00:10:54 +0000 Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.11.1/8.11.1) id f1O0ArA35914; Sat, 24 Feb 2001 00:10:53 GMT (envelope-from jcm) Date: Sat, 24 Feb 2001 00:10:53 +0000 From: j mckitrick To: treznor@sunflower.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: annoying backspace problem in wterm Message-ID: <20010224001053.A35892@dogma.freebsd-uk.eu.org> References: <20010223142451.A29938@dogma.freebsd-uk.eu.org> <20010223214835.45092.qmail@web12508.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20010223214835.45092.qmail@web12508.mail.yahoo.com>; from millioncheese@yahoo.com on Fri, Feb 23, 2001 at 01:48:35PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Feb 23, 2001 at 01:48:35PM -0800, Tyler McGeorge wrote: | Use X instead. Sure, but I like the transparent setting for wterm. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 16:14:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ultra5.oklahoma.net (ultra5.oklahoma.net [208.2.112.8]) by hub.freebsd.org (Postfix) with ESMTP id E6DC337B401 for ; Fri, 23 Feb 2001 16:14:26 -0800 (PST) (envelope-from dej@oklahoma.net) Received: from dej (aux147.tulsa.oklahoma.net [208.2.126.147]) by ultra5.oklahoma.net (8.11.1/8.9.3) with SMTP id f1O0E3g10382 for ; Fri, 23 Feb 2001 18:14:07 -0600 (CST) Message-ID: <000a01c09e06$1c7b2a00$937e02d0@dej> From: "DEJ" To: Subject: how am i going to use it if i cant even download it Date: Fri, 23 Feb 2001 18:04:12 -0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C09DC3.06A60120" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C09DC3.06A60120 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable you need to figure somthing out ya think!!!!!!!!!!!!!!!!was not = impressed. ------=_NextPart_000_0007_01C09DC3.06A60120 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
you need to figure somthing out ya=20 think!!!!!!!!!!!!!!!!was not impressed.
------=_NextPart_000_0007_01C09DC3.06A60120-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 16:44:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mta02.mail.mel.aone.net.au (mta02.mail.au.uu.net [203.2.192.82]) by hub.freebsd.org (Postfix) with ESMTP id E941C37B401 for ; Fri, 23 Feb 2001 16:44:52 -0800 (PST) (envelope-from thyerm@camtech.net.au) Received: from camtech.net.au ([203.55.241.57]) by mta02.mail.mel.aone.net.au with ESMTP id <20010224004446.GQOR16576.mta02.mail.mel.aone.net.au@camtech.net.au> for ; Sat, 24 Feb 2001 11:44:46 +1100 Message-ID: <3A9704B8.8FAEE003@camtech.net.au> Date: Sat, 24 Feb 2001 11:17:52 +1030 From: Matthew Thyer X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Changing from cvsup to cvs for -CURRENT Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I used to update my src and ports using cvsup. Having seen the light I am trying to change to using cvsup for updating the repository and then cvs to update my src and ports trees. Eventually I would like to change to using CTM for the repo and then cvs for update my src and ports trees. My supfile that I use with cvsup to update the repo is: > cat my-supfile *default host=cvsup11.FreeBSD.org *default base=/usr *default prefix=/scratch/Repository *default release=cvs *default delete use-rel-suffix umask=002 *default compress src-all ports-all doc-all I then have CVSROOT set to "/scratch/Repository" and I was populating /usr/src as an unprived user like so: cd /usr cvs checkout src cd /usr/src make buildworld etc etc etc etc Sometime later after more fixes to -CURRENT I would > cvsup my-supfile to update the repo and then: cd /usr cvs checkout src <--- Am I meant to use cvs update src here ? Whether I use cvs update or cvs checkout, I'm finding that my /usr/src/UPDATING file is an old version compared to the file UPDATING,v in the repository. Reading the manual page of cvs just confused me. I think there is a need for a Handbook entry on this. When will the FAQ die cause its confusing to have the handbook and the FAQ. Please help! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 16:48:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from xena.gsicomp.on.ca (cr677933-a.ktchnr1.on.wave.home.com [24.43.230.149]) by hub.freebsd.org (Postfix) with ESMTP id 8B25D37B491 for ; Fri, 23 Feb 2001 16:48:31 -0800 (PST) (envelope-from matt@gsicomp.on.ca) Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.1/8.9.3) with SMTP id f1O0kRi01759; Fri, 23 Feb 2001 19:46:28 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <007301c09dfb$67a4ce60$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "DEJ" , References: <000a01c09e06$1c7b2a00$937e02d0@dej> Subject: Re: how am i going to use it if i cant even download it Date: Fri, 23 Feb 2001 19:47:45 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 Perhaps if you explained to us the troubles you encountered, we could help you out a bit more. -- Matt Emmerton ----- Original Message ----- From: "DEJ" To: Sent: Friday, February 23, 2001 9:04 PM Subject: how am i going to use it if i cant even download it you need to figure somthing out ya think!!!!!!!!!!!!!!!!was not impressed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 16:56:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from snarf.osdn.com (snarf.osdn.com [209.192.217.153]) by hub.freebsd.org (Postfix) with ESMTP id 9A47E37B4EC for ; Fri, 23 Feb 2001 16:56:09 -0800 (PST) (envelope-from jim@guinness.osdn.com) Received: from guinness.osdn.com (postfix@250.sun4.dialup.G4.NET [216.177.29.250]) by snarf.osdn.com (8.11.2/8.11.2) with ESMTP id f1O0u0s62546; Fri, 23 Feb 2001 19:56:05 -0500 (EST) (envelope-from jim@guinness.osdn.com) Received: by guinness.osdn.com (Postfix, from userid 1000) id 4AEBB1925; Fri, 23 Feb 2001 19:55:54 -0500 (EST) Date: Fri, 23 Feb 2001 19:55:54 -0500 From: Jim Mock To: DEJ Cc: questions@FreeBSD.ORG Subject: Re: how am i going to use it if i cant even download it Message-ID: <20010223195554.A671@guinness.osdn.com> Reply-To: mij@osdn.com References: <000a01c09e06$1c7b2a00$937e02d0@dej> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <000a01c09e06$1c7b2a00$937e02d0@dej>; from dej@oklahoma.net on Fri, Feb 23, 2001 at 06:04:12PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 23 Feb 2001 at 18:04:12 -0800, DEJ wrote: > you need to figure somthing out ya think!!!!!!!!!!!!!!!!was not impressed. Well, ignoring the HTML mail crud that Outhouse Express sent.. Maybe if you tried *READING* the installation instructions, you'd see it's really not that difficult. Now, be good, and do something Windows users don't normally do, READ. Go read http://www.FreeBSD.org/ and http://www.FreeBSD.org/handbook/install.html and then give us some *details* if you still have problems. Contrary to popular belief, we're not psychic. - jim -- - jim mock - O|S|D|N - open source development network - - http://www.freebsdzine.org/ - jim@freebsdzine.org - jim@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 17: 2:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id B973937B491; Fri, 23 Feb 2001 17:02:07 -0800 (PST) To: FreeBSD-questions@FreeBSD.org Subject: How to get best results from FreeBSD-questions Message-Id: <20010224010207.B973937B491@hub.freebsd.org> Date: Fri, 23 Feb 2001 17:02:07 -0800 (PST) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How to get the best results from FreeBSD questions. =================================================== Last update 3 September 1999 This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that at least one of the following things was wrong with your message: - You left out a subject line, or the subject line was not appropriate. - You formatted it in such a way that it was difficult to read. - You asked more than one unrelated question in one message. - You sent out a message with an incorrect date, time or time zone. - You sent out the same message more than once. - You sent an 'unsubscribe' message to FreeBSD-questions. If you have done any of these things, there is a good chance that you will get more than one copy of this message from different people. Read on, and your next message will be more successful. This document is also available on the web at http://www.lemis.com/questions.html. ===================================================================== Contents: I: Introduction II: How to unsubscribe from FreeBSD-questions III: Should I ask -questions or -hackers? IV: How to submit a question to FreeBSD-questions V: How to answer a question to FreeBSD-questions I: Introduction =============== This is a regular posting aimed to help both those seeking advice from FreeBSD-questions (the "newcomers"), and also those who answer the questions (the "hackers"). Note that the term "hacker" has nothing to do with breaking into other people's computers. The correct term for the latter activity is "cracker", but the popular press hasn't found out yet. The FreeBSD hackers disapprove strongly of cracking security, and have nothing to do with it. In the past, there has been some friction which stems from the different viewpoints of the two groups. The newcomers accused the hackers of being arrogant, stuck-up, and unhelpful, while the hackers accused the newcomers of being stupid, unable to read plain English, and expecting everything to be handed to them on a silver platter. Of course, there's an element of truth in both these claims, but for the most part these viewpoints come from a sense of frustration. In this document, I'd like to do something to relieve this frustration and help everybody get better results from FreeBSD-questions. In the following section, I recommend how to submit a question; after that, we'll look at how to answer one. II: How to unsubscribe from FreeBSD-questions ============================================== When you subscribed to FreeBSD-questions, you got a welcome message from Majordomo@FreeBSD.ORG. In this message, amongst other things, it told you how to unsubscribe. Here's a typical message: Welcome to the freebsd-questions mailing list! If you ever want to remove yourself from this mailing list, you can send mail to "Majordomo@FreeBSD.ORG" with the following command in the body of your email message: unsubscribe freebsd-questions Greg Lehey Here's the general information for the list you've subscribed to, in case you don't already have it: FREEBSD-QUESTIONS User questions This is the mailing list for questions about FreeBSD. You should not send "how to" questions to the technical lists unless you consider the question to be pretty technical. Normally, unsubscribing is even simpler than the message suggests: you don't need to specify your mail ID unless it is different from the one which you specified when you subscribed. If Majordomo replies and tells you (incorrectly) that you're not on the list, this may mean one of two things: 1. You have changed your mail ID since you subscribed. That's where keeping the original message from majordomo comes in handy. For example, the sample message above shows my mail ID as grog@lemis.de. Since then, I have changed it to grog@lemis.com. If I were to try to remove grog@lemis.com from the list, it would fail: I would have to specify the name with which I joined. 2. You're subscribed to a mailing list which is subscribed to FreeBSD-questions. If that's the case, you'll have to figure out which one it is and get your name taken off that one. If you're not sure which one it might be, check the headers of the messages you receive from freebsd-questions: maybe there's a clue there. If you've done all this, and you still can't figure out what's going on, send a message to Postmaster@FreeBSD.org, and he will sort things out for you. Don't send a message to FreeBSD-questions: they can't help you. III: Should I ask -questions, -newbies or -hackers? =================================================== Two mailing lists handle general questions about FreeBSD, FreeBSD-questions and FreeBSD-hackers. In addition, the FreeBSD-newbies list caters specifically for people who are new to FreeBSD and may be having trouble getting used to the environment. In some cases, it's not really clear which group you should ask. The following criteria should help for 99% of all questions, however: If the question is of a general nature, first check whether this isn't a Frequently Asked Question (FAQ). There's a list of these questions at http://www.freebsd.org/FAQ/FAQ.html, and also on your own system (once you've installed it) at /usr/share/doc/FAQ/FAQ.html. Check there, and if you don't find an answer, ask FreeBSD-questions. Examples might be questions about installing FreeBSD or the use of a particular UNIX utility. If you think the question relates to a bug, but you're not sure, or you don't know how to look for it, send the message to FreeBSD-questions. If the question relates to a bug, and you're almost sure that it's a bug (for example, you can pinpoint the place in the code where it happens, and you maybe have a fix), then send the message to FreeBSD-hackers. You should also enter a problem report with the send-pr utility. If the question relates to enhancements to FreeBSD, and you can make suggestions about how to implement them, then send the message to FreeBSD-hackers. If the question is of particularly technical nature, such as implementation details or suggestions for improvements, then send the message to FreeBSD-hackers. If you're new to FreeBSD, and the message is about your own relationship to FreeBSD, send the message to FreeBSD-newbies. There are also a number of other specialized mailing lists, for example FreeBSD-isp, which caters to the interests of ISPs (Internet Service Providers) who run FreeBSD. If you happen to be an ISP, this doesn't mean you should automatically send your questions to FreeBSD-isp. The criteria above still apply, and it's in your interest to stick to them, since you're more likely to get good results that way. IV: How to submit a question ============================= When submitting a question to FreeBSD-questions, consider the following points: 1. Remember that nobody gets paid for answering a FreeBSD question. They do it of their own free will. You can influence this free will positively by submitting a well-formulated question supplying as much relevant information as possible. You can influence this free will negatively by submitting an incomplete, illegible, or rude question. It's perfectly possible to send a message to FreeBSD-questions and not get an answer even if you follow these rules. It's much more possible to not get an answer if you don't. In the rest of this document, we'll look at how to get the most out of your question to FreeBSD-questions. 2. Not everybody who answers FreeBSD questions reads every message: they look at the subject line and decide whether it interests them. Clearly, it's in your interest to specify a subject. ``FreeBSD problem'' or ``Help'' aren't enough. If you provide no subject at all, many people won't bother reading it. If your subject isn't specific enough, the people who can answer it may not read it. 3. Format your message so that it is legible, and PLEASE DON'T SHOUT!!!!!. We appreciate that a lot of people don't speak English as their first language, and we try to make allowances for that, but it's really painful to try to read a message written full of typos or without any line breaks. A lot of badly formatted messages come from bad mailers or badly configured mailers. The following mailers are known to send out badly formatted messages without you finding out about them: Eudora exmh Microsoft Exchange Microsoft Internet Mail Microsoft Outlook Netscape As you can see, the mailers in the Microsoft world are frequent offenders. If at all possible, use a UNIX mailer. If you must use a mailer under Microsoft environments, make sure it is set up correctly. Try not to use MIME: a lot of people use mailers which don't get on very well with MIME. For further information on this subject, check out http://www.lemis.com/email.html. 4. Make sure your time and time zone are set correctly. This may seem a little silly, since your message still gets there, but many of the people you are trying to reach get several hundred messages a day. They frequently sort the incoming messages by subject and by date, and if your message doesn't come before the first answer, they may assume they missed it and not bother to look. 5. Don't include unrelated questions in the same message. Firstly, a long message tends to scare people off, and secondly, it's more difficult to get all the people who can answer all the questions to read the message. 6. Specify as much information as possible. This is a difficult area, and we need to expand on what information you need to submit, but here's a start: If you get error messages, don't say ``I get error messages'', say (for example) ``I get the error message 'No route to host'''. If your system panics, don't say ``My system panicked'', say (for example) ``my system panicked with the message 'free vnode isn't'''. If you have difficulty installing FreeBSD, please tell us what hardware you have. In particular, it's important to know the IRQs and I/O addresses of the boards installed in your machine. If you have difficulty getting PPP to run, describe the configuration. Which version of PPP do you use? What kind of authentication do you have? Do you have a static or dynamic IP address? What kind of messages do you get in the log file? 7. If you don't get an answer immediately, or if you don't even see your own message appear on the list immediately, don't resend the message. Wait at least 24 hours. The FreeBSD mailer offloads messages to a number of subordinate mailers around the world, and sometimes it can take several hours for the mail to get through. And once it gets through, the one person who might know the answer will probably just have gone to bed in his part of the world. 8. If you do all this, and you still don't get an answer, there could be other reasons. For example, the problem is so complicated that nobody knows the answer, or the person who does know the answer was offline. If you don't get an answer after, say, a week, it might help to re-send the message. If you don't get an answer to your second message, though, you're probably not going to get one from this forum. Resending the same message again and again will only make you unpopular. To summarize, let's assume you know the answer to the following question (yes, it's the same one in each case :-). You choose which of these two questions you would be more prepared to answer: Message 1: Subject: (none) I just can't get hits damn silly FereBSD system to workd, and Im really good at this tsuff, but I have never seen anythign sho difficult to install, it jst wont work whatever I try so why don't y9ou guys tell me what I doing wrong. ---------------------------------------------------------------------- Message 2: Subject: Problems installing FreeBSD I've just got the FreeBSD 2.1.5 CD-ROM from Walnut Creek, and I'm having a lot of difficulty installing it. I have a 66 MHz 486 with 16 MB of memory and an Adaptec 1540A SCSI board, a 1.2GB Quantum Fireball disk and a Toshiba 3501XA CD-ROM drive. The installation works just fine, but when I try to reboot the system, I get the message "Missing Operating System". ---------------------------------------------------------------------- V: How to follow up to a question ================================= Often you will want to send in additional information to a question you have already sent. The best way to do this is to reply to your original message. This has three advantages: 1. You include the original message text, so people will know what you're talking about. Don't forget to trim unnecessary text out, though. 2. The text in the subject line stays the same (you did remember to put one in, didn't you?). Many mailers will sort messages by subject. This helps group messages together. 3. The message reference numbers in the header will refer to the previous message. Some mailers, such as mutt, can thread messages, showing the exact relationships between the messages. VI: How to answer a question ============================ Before you answer a question to FreeBSD-questions, consider: 1. A lot of the points on submitting questions also apply to answering questions. Read them. 2. Has somebody already answered the question? The easiest way to check this is to sort your incoming mail by subject: then (hopefully) you'll see the question followed by any answers, all together. If somebody has already answered it, it doesn't automatically mean that you shouldn't send another answer. But it makes sense to read all the other answers first. 3. Do you have something to contribute beyond what has already been said? In general, "Yeah, me too" answers don't help much, although there are exceptions, like when somebody is describing a problem he's having, and he doesn't know whether it's his fault or whether there's something wrong with the hardware or software. If you do send a "me too" answer, you should also include any further relevant information. 4. Are you sure you understand the question? Very frequently, the person who asks the question is confused or doesn't express himself very well. Even with the best understanding of the system, it's easy to send a reply which doesn't answer the question. This doesn't help: you'll leave the person who submitted the question more frustrated or confused than ever. If nobody else answers, and you're not too sure either, you can always ask for more information. 5. Are you sure your answer is correct? If not, wait a day or so. If nobody else comes up with a better answer, you can still reply and say, for example, "I don't know if this is correct, but since nobody else has replied, why don't you try replacing your ATAPI CD-ROM with a frog?". 6. Unless there's a good reason to do otherwise, reply to the sender and to FreeBSD-questions. Many people on the FreeBSD-questions are "lurkers": they learn by reading messages sent and replied to by others. If you take a message which is of general interest off the list, you're depriving these people of their information. Be careful with group replies; lots of people send messages with hundreds of CCs. If this is the case, be sure to trim the Cc: lines appropriately. 7. Include relevant text from the original message. Trim it to the minimum, but don't overdo it. It should still be possible for somebody who didn't read the original message to understand what you're talking about. 8. Use some technique to identify which text came from the original message, and which text you add. I personally find that prepending ``> '' to the original message works best. Leaving white space after the ``> '' and leave empty lines between your text and the original text both make the result more readable. 9. Put your response in the correct place (after the text to which it replies). It's very difficult to read a thread of responses where each reply comes before the text to which it replies. 10. Most mailers change the subject line on a reply by prepending a text such as ``Re: ''. If your mailer doesn't do it automatically, you should do it manually. 11. If the submitter didn't abide by format conventions (lines too long, inappropriate subject line), please fix it. In the case of an incorrect subject line (such as ``HELP!!??''), change the subject line to (say) ``Re: Difficulties with sync PPP (was: HELP!!??)''. That way other people trying to follow the thread will have less difficulty following it. In such cases, it's appropriate to say what you did and why you did it, but try not to be rude. If you find you can't answer without being rude, don't answer. If you just want to reply to a message because of its bad format, just reply to the submitter, not to the list. You can just send him this message in reply, if you like. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 17: 2:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 1400737B67D; Fri, 23 Feb 2001 17:02:07 -0800 (PST) To: FreeBSD-questions@FreeBSD.org Subject: "The Complete FreeBSD", third edition: errata and addenda Message-Id: <20010224010207.1400737B67D@hub.freebsd.org> Date: Fri, 23 Feb 2001 17:02:07 -0800 (PST) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Errata and addenda for the Complete FreeBSD, third edition Last revision: 2 August 1999 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, ``The Complete FreeBSD'', published by Walnut Creek, is no exception. In- evitably, a number of bugs and changes have surfaced. The following is a list of modifications which go beyond simple typos. They relate to the third edition, formatted on 17 May 1999. You'll find this information on page iv (the page before the beginning of the Table of Contents). See the end of this document for instructions on how to find the errata for an older version. You can get the current document in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-3.ps. See page 302 of the third edition to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-3.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-3.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only take this version if you have real problems with PostScript: I can't be sure that the lack of different fonts won't confuse the meaning. o A web version at http://www.lemis.com/errata-3.html. All these modifications have been applied to the ongoing source text of the book, so if you buy a later edition, they will be in it as well. If you find a Page 1 The Complete FreeBSD bug or a suspected bug in the book, please contact me at Page ii _______ The instructions on page ii (opposite the title page) tell you to look at ftp://ftp.lemis.com/pub/cfbsd/errata-2 for the errata list. That's wrong. Look at this list. Pages 190 and 191 _________________ The description is not very clear about which text appears when booting from floppy for initial install, and which appears when booting normally. The procedure is very similar, but there are some differences. Add the following text after the heading Boot messages: You'll boot your system in at least two different ways: initially you'll boot from floppy or CD-ROM in order to install the system. Later, after the system is installed, you'll boot from hard disk. The procedure is almost identical, so we'll look at both versions in the following examples. Replace the text from the middle of page 191 with: If you're booting from 1.44 MB floppies, you will then see: Please insert MFS root floppy and press enter: When you insert the MFS root floppy and press Enter, you see more twirling batons, then the UserConfig screen appears. UserConfig: Modifying the boot configuration ____________________________________________ After the kernel has been loaded, the following screen will appear if you are installing the system, or if you have requested it with the -c option to the boot loader: Page 206 ________ The bottom two lines on this page should be in bold constant font, indicating that this is input for your /etc/rc.config file Page 2 Errata and addenda for the Complete FreeBSD, third edition nfs_client_enable="YES" # This host is an NFS client (or NO). nfs_server_enable="YES" # This host is an NFS server (or NO). Page 265 ________ The example on the second half of the page refers to the old SCSI driver. The scsi program is no longer available in FreeBSD 3.x. Instead, use the camcontrol program. Replace the text with:. Modern disks make provisions for recovering from such errors by allocating an alternate sector for the data. IDE drives do this automatically, but with SCSI drives you have the option of enabling or disabling reallocation. Usually it is turned on when you buy them, but occasionally it is not. When installing a new disk, you should check that the parameters ARRE (Auto Read Reallocation Enable) and AWRE (Auto Write Reallocation Enable) are turned on. For example, to check and set the values for disk da1, you would enter: # camcontrol modepage da1 -m 1 -e -P 3 # scsi -f /dev/rda1c -m 1 -e -P 3 This command will start up your favourite editor (either the one specified in the EDITOR environment variable, or vi by default) with the following data: AWRE (Auto Write Reallocation Enbld): 0 ARRE (Auto Read Reallocation Enbld): 1 TB (Transfer Block): 0 RC (Read Continuous): 0 EER (Enable Early Recovery): 0 PER (Post Error): 0 DTE (Disable Transfer on Error): 0 DCR (Disable Correction): 0 Read Retry Count: 16 Correction Span: 41 Head Offset Count: 0 Data Strobe Offset Count: 0 Write Retry Count: 16 Recovery Time Limit: 0 The values for AWRE and ARRE should both be 1. If they aren't, as in this case, where AWRE is 0, change the data with the editor, save it, and exit. The camcontrol program will write the data back to the disk and enable the option. Page 3 The Complete FreeBSD Page 331 ________ The description of the config refers to the SCSI drive sd0. This is the old name; in FreeBSD version 3, SCSI drives are called da, so this reference should be da0. Thanks to Francisco Reyes for pointing out this problem. Page 362 ________ Replace the text at the top of the page with: Next, change to the build directory and build the kernel: # cd ../../compile/FREEBIE # make depend # make The make depend is needed even if the directory has just been created: apart from creating dependency information, it also creates some files needed for the build. Thanks to Mark Ovens for drawing this to my attention, and to Francisco Reyes and Bill Fumerola for pointing out that it still wasn't fixed in the third edition. Page 409 ________ The information on setting the default routers specified the wrong end of the PPP links in some places. It should always be the ``far'' end of the link. Replace the second example on page 409, and the text following it, with this text: defaultrouter="139.130.136.129" # Set to default gateway (or NO). static_routes="" # Set to static route list (or leave empty). gateway_enable="YES" # Set to YES if this host will be a gateway. This is the normal way to set the default route on a point-to-point interface. In fact, for PPP you don't need to specify the default address: the PPP packages will set it for you when the link comes up. This makes it possible to Page 4 Errata and addenda for the Complete FreeBSD, third edition set default routes when you're forced to use dynamic IP addresses, where you don't know the address at this point. We'll see how PPP does this on page 446. In the first example on page 410, the sixth example on page 412 and the second example on page 413, replace the defaultrouter definition with: defaultrouter="139.130.237.65" # Set to default gateway (or NO). Thanks to Andreas Longwitz for pointing out this error. Getting errata for older editions of the book _____________________________________________ There have been a total of five different versions of ``The Complete FreeBSD''. The most accurate way to distinguish them is by the format date, which you'll find at the bottom of page iv (the page before the beginning of the Table of Contents) in all versions of the book. 1. The first was titled ``Installing and running FreeBSD'', and was formatted on 24 February 1996. No errata list exists for this book. 2. For the first edition (19 July 1996), get ftp://ftp.lemis.com/pub/cfbsd/er- rata-1. This same file is also available via the web link http://www.lemis.com/errata-1. I am no longer updating this errata list. 3. The list for the second edition (16 December 1997) is available in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ps. See page 222 of the second edition to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only Page 5 Getting errata for older editions of the book take this version if you have real problems with PostScript: I can't be sure that the lack of different fonts won't confuse the meaning. o A web version at http://www.lemis.com/errata-2.html. 4. The revised second edition was formatted on 11 February 1999. As the name suggests, it's not a complete new edition: in fact, only three chapters are different: o The chapter ``Setting up X11'' has been brought up to date. o Appendix D (``Contents of the Ports Collection'') has been replaced by two appendixes, ``Errata and Addenda'' (the errata list up to date at the time) and ``FreeBSD 3.0'', which describes the differences between FreeBSD 2.x and FreeBSD 3.x. There is no separate errata list for this book. Refer to the second edition errata list. 5. The current, third edition, formatted on 17 May 1999. This is the correct list for this edition. Page 6 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 17: 3: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id E685737B4EC; Fri, 23 Feb 2001 17:02:07 -0800 (PST) To: FreeBSD-questions@FreeBSD.org Subject: "The Complete FreeBSD", second edition: errata and addenda Message-Id: <20010224010207.E685737B4EC@hub.freebsd.org> Date: Fri, 23 Feb 2001 17:02:07 -0800 (PST) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Errata and addenda for the Complete FreeBSD, second edition Last revision: 21 June 1999 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, ``The Complete FreeBSD'', published by Walnut Creek, is no exception. In- evitably, a number of bugs and changes have surfaced. The following is a list of modifications which go beyond simple typos. They relate to the second edition, formatted on 16 December 1997. If you have this book, please check this list. If you have the first edition of 19 July 1996, please check ftp://ftp.lemis.com/pub/cfbsd/errata-1. This same file is also available via the web link http://www.lemis.com/. This list is available in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ps. See page 222 of the book to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only take this version if you have real problems with PostScript: I can't be sure that the lack of different fonts won't confuse the meaning. o A web version at http://www.lemis.com/errata-2.html. All these modifications have been applied to the ongoing source text of the book, so if you buy a later edition, they will be in it as well. If you find a Page 1 The Complete FreeBSD bug or a suspected bug in the book, please contact me at General changes _______________ o In a number of places, I suggest the use of the following command to find process information: $ ps aux | grep foo Unfortunately, ps is sensitive to the column width of the terminal emulator upon which it is working. This command usually works fine on a relatively wide xterm, but if you're running on an 80-column terminal, it may truncate exactly the information you're looking for, so you end up with no output. You can fix that with the w option: $ ps waux | grep foo Thanks to Sue Blake for this information Location of the sample files ____________________________ On the 2.2.5 CD-ROM only, the location of the sample files does not match the specifications in the book (/book on the first CD-ROM). The 2.2.5 CD-ROM came out before the book, and it contains the files on the third (repository) CD-ROM as a single gzipped tar file /xperimnt/cfbsd/cfbsd.tar.gz. It contains the following files: drwxr-xr-x jkh/jkh 0 Oct 17 13:01 1997 cfbsd/ drwxr-xr-x jkh/jkh 0 Oct 17 13:01 1997 cfbsd/mutt/ -rw-r--r-- jkh/jkh 352 Oct 15 15:21 1997 cfbsd/mutt/.mail_aliases -rw-r--r-- jkh/jkh 9394 Oct 15 15:22 1997 cfbsd/mutt/.muttrc drwxr-xr-x jkh/jkh 0 Oct 17 14:02 1997 cfbsd/scripts/ -rw-r--r-- jkh/jkh 18281 Oct 16 16:52 1997 cfbsd/scripts/.fvwm2rc -rwxr-xr-x jkh/jkh 1392 Oct 17 12:54 1997 cfbsd/scripts/install-desktop -rw-r--r-- jkh/jkh 296 Oct 17 12:35 1997 cfbsd/scripts/.xinitrc -rwxr-xr-x jkh/jkh 622 Oct 17 13:51 1997 cfbsd/scripts/install-rcfiles -rw-r--r-- jkh/jkh 1133 Oct 17 13:00 1997 cfbsd/scripts/Uutry -rw-r--r-- jkh/jkh 1028 Oct 17 14:02 1997 cfbsd/scripts/README drwxr-xr-x jkh/jkh 0 Oct 18 19:32 1997 cfbsd/docs/ -rw-r--r-- jkh/jkh 199111 Oct 16 14:29 1997 cfbsd/docs/packages.txt Page 2 Errata and addenda for the Complete FreeBSD, second edition -rw-r--r-- jkh/jkh 189333 Oct 16 14:28 1997 cfbsd/docs/packages-by-category.txt -rw-r--r-- jkh/jkh 188108 Oct 16 14:29 1997 cfbsd/docs/packages.ps -rw-r--r-- jkh/jkh 226439 Oct 16 14:27 1997 cfbsd/docs/packages-by-category.ps -rw-r--r-- jkh/jkh 788 Oct 16 15:01 1997 cfbsd/README -rw-r--r-- jkh/jkh 248 Oct 17 11:52 1997 cfbsd/errata To extract one of these files, say cfbsd/docs/packages.txt, and assuming you have the CD-ROM mounted as /cdrom, enter: # cd /usr/share/doc # tar xvzf /cdrom/xperimnt/cfbsd/cfbsd.tar.gz cfbsd/docs/packages.txt See page 209 for more information on using tar. These files are an early version of what is described in the book. I'll put up some updated versions on ftp://ftp.lemis.com/ in the near future. Thanks to Frank McCormick for drawing this to my attention. Chapter 8: Setting up X11 _________________________ For FreeBSD 2.2.7, this chapter has changed sufficiently to make it impractical to distribute errata. You can download the PostScript version from ftp://www.lemis.com/pub/cfbsd/xsetup.ps, or the ASCII version from ftp://www.lemis.com/pub/cfbsd/xsetup.txt. No HTML version is available. Page xxxiv __________ Before the discussion of the shell prompts in the middle of the page, add: In this book, I recommend the use of the Bourne shell or one of its descendents (sh, bash, pdksh, ksh or zsh). With the exception of sh, they are all in the Ports Collection. I personally use the bash shell. This is a personal preference, and a recommendation, but it's not the standard shell. The standard BSD shell is the C shell (csh), which has a fuller- featured descendent tcsh. In particular, the standard installation sets the root user up with a csh. See page 152 (in this errata) for details of how to change the shell. Page 3 General changes Page 11: Reading the handbook _____________________________ The CD-ROM now includes Netscape. Replace the last paragraph on the page and the example on the following page with: If you're running X, you can use a browser like netscape to read the handbook. If you don't have X running yet, use lynx. Both of these programs are included on the CD-ROM. To install them, enter: # pkg_add /cdrom/packages/All/netscape-communicator-4.5.tgz or # pkg_add /cdrom/packages/All/lynx-2.8.1.1.tgz The numbers after the name (4.5 and 2.8.1.1) may change after this book has been printed. Use ls to list the names if you can't find these particular versions. Note that lynx is not a complete substitute for netscape: since it is text- only, it is not capable of displaying the large majority of web pages correctly. It will suffice for reading most of the handbook, however. Thanks to Stuart Henderson and for drawing this to my attention. Page 12: Printing the handbook ______________________________ The instructions for formatting the handbook are obsolete. Replace the section starting Alternatively, you can print out the handbook with the following text: Alternatively, you can print out the handbook. You need to have the documentation sources (/usr/doc) installed on your system. You can find them on the second CD-ROM in the directory of the same name. To install them, first mount your CD-ROM (see page 175). Then enter: $ cd /cdrom/usr/doc/handbook $ mkdir -p /usr/doc/handbook you may need to be root for this operation $ cp -pr * /usr/doc/handbook You have a choice of formats for the output: o ascii will give you plain 7-bit ASCII output, suitable for reading on a character-mode terminal. Page 4 Errata and addenda for the Complete FreeBSD, second edition o html will give you HTML output, suitable for browsing with a web browser. o latex will give you LATEX format, suitable for further processing with TEX and LATEX. o ps will give you PostScript output, probably the best choice for printing. o roff will give you output in troff source. You can process this output with nroff or troff, but it's currently not very polished. LATEX output is a better choice if you want to process it further. Once you have decided your format, use make to create the document. For example, if you decide on PostScript format, you would enter: $ make FORMATS=ps This creates a file handbook.ps which you can then print to a PostScript printer or with the aid of ghostscript (see page 222). Thanks to Bob Beer for drawing this to my attention. Page 45: Preparing floppies for installation _____________________________________________ Replace the paragraph below the list of file names (in the middle of the page) with: The floppy set should contain the file bin.inf and the ones whose names start with bin. followed by two letters. These other files are all 240640 bytes long, except for the final one which is usually shorter. Use the MS-DOS COPY program to copy as many files as will fit onto each disk (5 or 6) until you've got all the distributions you want packed up in this fashion. Copy each distribution into subdirectory corresponding to the base name--for example, copy the bin distribution to the files A:\BIN\BIN.INF, A:\BIN\BIN.AA and so on. Page 80 and 81 ______________ In a couple of examples, the FreeBSD partition is shown as type 164. It should be 165. Thanks to an unknown contributer for this correction (sorry, I lost your name). Page 5 General changes Page 88: setting up for dumping _______________________________ The example mentions a variable savecore in /etc/rc.conf. This variable is no longer used--it's enough to set the variable dumpdev. Page 92 _______ At the end of the section How to install a package add the text: Alternatively, you can install packages from the /stand/sysinstall Final Configuration Menu. We saw this menu on page in figure 4-14 on page 71. When you start sysinstall from the command line, you get to this menu by selecting Index, and then selecting Configure. Page 93 _______ Before the heading Install ports from the first CD-ROM add: Install ports when installing the system ________________________________________ The file ports/ports.tgz on the first CD-ROM is a tar archive containing all the ports. You can install it with the base system if you select the Custom distribution and include the ports collection. If you didn't install them at the time, use the following method to install them all (about 40 MB). Make sure your CD-ROM is mounted (in this example on /cdrom), and enter: Page 96 _______ Replace the example at the top of the page with: Instead, do: # cd /cd4/ports/distfiles # mkdir -p /usr/ports/distfiles make sure you have a distfiles directory # for i in *; do > ln -s /cd4/ports/distfiles/$i /usr/ports/distfiles/$i > done Page 6 Errata and addenda for the Complete FreeBSD, second edition If you're using csh or tcsh, enter: # cd /cd4/ports/distfiles # mkdir -p /usr/ports/distfiles make sure you have a distfiles directory # foreach i (*) ? ln -s /cd4/ports/distfiles/$i /usr/ports/distfiles/$i ? end Thanks to Christopher Raven and Francois Jacques for drawing this to my attention. Page 104 ________ The examples at the bottom of the page and the top of the next page specify the wrong directory (/usr). It should be /usr/X11R6. Replace the examples with: For a full install, choose /cdrom/dists/XF86331/X331*.tgz. If you are using sh, enter: # cd /usr/X11R6 # for i in /cdrom/dists/XF86331/X331*.tgz; do # tar xzf $i # done If you are using csh, enter: % cd /usr/X11R6 % foreach i (/cdrom/dists/XF86331/X331*.tgz) % tar xzf $i % end For a minimal installation, first choose a server archive corresponding to your VGA board. If table 8-2 on page 103 doesn't give you enough information, check the server man pages, starting on page 1545, which list the VGA chip sets supported by each server. For example, if you have an ET4000 based board you will use the XF86_SVGA server. In this case you would enter: # cd /usr/X11R6 # tar xzf /cdrom/dists/XF86331/X331SVGA.tgz substitute your server name here # for i in bin fnts lib xicf; do # tar xzf /cdrom/dists/XF86331/X331$i.tgz # done Page 7 Install ports when installing the system If you are using csh, enter: % cd /usr/X11R6 % tar xzf /cdrom/dists/XF86331/X331SVGA.tgz substitute your server name here % foreach i (bin fnts lib xicf) % tar xzf /cdrom/dists/XF86331/$i % end Thanks to Manuel Enrique Garcia Cuesta for pointing out this one. Page 128 ________ Replace the complete text below the example with the following: These values are defaults, and many are either incorrect for FreeBSD (for example the device name /dev/com1) or do not apply at all (for example Xqueue). If you are configuring manually, select one Protocol and one Device entry from the following selection. If you must use a two-button mouse, uncomment the keyword Emulate3Buttons--in this mode, pressing both mouse buttons simultane- ously within Emulate3Timeout milliseconds causes the server to report a middle button press. Section "Pointer" Protocol "Microsoft" for Microsoft protocol mice Protocol "MouseMan" for Logitech mice Protocol "PS/2" for a PS/2 mouse Protocol "Busmouse" for a bus mouse Device "/dev/ttyd0" for a mouse on the first serial port Device "/dev/ttyd1" for a mouse on the second serial port Device "/dev/ttyd2" for a mouse on the third serial port Device "/dev/ttyd3" for a mouse on the fourth serial port Device "/dev/psm0" for a PS/2 mouse Device "/dev/mse0" for a bus mouse Emulate3Buttons only for a two-button mouse EndSection You'll notice that the protocol name does not always match the manufacturer's Page 8 Errata and addenda for the Complete FreeBSD, second edition name. In particular, the Logitech protocol only applies to older Logitech mice. The newer ones use either the MouseMan or Microsoft protocols. Nearly all modern serial mice run one of these two protocols, and most run both. If you are using a bus mouse or a PS/2 mouse, make sure that the device driver is included in the kernel. The GENERIC kernel contains drivers for both mice, but the PS/2 driver is disabled. Use UserConfig (see page 50) to enable it. Page 140 ________ Just before the paragraph The super user add the following paragraph: If you do manage to lose the root password, all may not be lost. Reboot the machine to single user mode (see page 157), and enter: # mount -u / mount root file system read/write # mount /usr mount /usr file system (if separate) # passwd root change the password for root Enter new password: Enter password again: # ^D enter ctrl-D to continue with startup If you have a separate /usr file system (the normal case), you need to mount it as well, since the passwd program is in the directory /usr/bin. Note that you should explicitly state the name root: in single user mode, the system doesn't have the concept of user IDs. Page 148 ________ Replace the text at the top of the page with: Modern shells supply command line editing which resembles the editors vi or Emacs. In bash, sh, ksh, and zsh you can make the choice by entering Page 152 ________ After figure 10-8, add the following text: It would be tedious for every user to put settings in their private initialization files, so the shells also read a system-wide default file. For the Bourne shell family, it is /etc/profile, while the C shell family has three Page 9 Install ports when installing the system files: /etc/csh.login to be executed on login, /etc/csh.cshrc to be executed when a new shell is started after you log in, and /etc/csh.logout to be executed when you stop a shell. The start files are executed before the corresponding individual files. In addition, login classes (page 141) offer another method of setting environment variables at a global level. Changing your shell ___________________ The FreeBSD installation gives root a C shell, csh. This is the traditional Berkeley shell, but it has a number of disadvantages: command line editing is very primitive, and the script language is significantly different from that of the Bourne shell, which is the de facto standard for shell scripts: if you stay with the C shell, you may still need to understand the Bourne shell. The latest version of the Bourne shell sh also includes some command line editing. See page 148 for details of how to enable it. You can get better command line editing with tcsh, in the Ports Collection. You can get both better command line editing and Bourne shell syntax with bash, also in the Ports Collection. If you have root access, you can use vipw to change your shell, but there's a more general way: use chsh (Change Shell). Simply run the program. It starts your favourite editor (as defined by the EDITOR environment variable). Here's an example before: #Changing user database information for velte. Shell: /bin/csh Full Name: Jack Velte Location: Office Phone: Home Phone: You can change anything after the colons. For example, you might change this to: #Changing user database information for velte. Shell: /usr/local/bin/bash Full Name: Jack Velte Location: On the road Office Phone: +1-408-555-1999 Home Phone: Page 10 Errata and addenda for the Complete FreeBSD, second edition chsh checks and updates the password files when you save the modifications and exit the editor. The next time you log in, you get the new shell. chsh tries to ensure you don't make any mistakes--for example, it won't let you enter the name of a shell which isn't mentioned in the file /etc/shells--but it's a very good idea to check the shell before logging out. You can try this with su, which you normally use to become super user: bumble# su velte Password: su-2.00$ note the new prompt There are a couple of problems in using tcsh or bash as a root shell: o The shell for root must be on the root file system, otherwise it will not work in single user mode. Unfortunately, most ports of shells put the shell in the directory /usr/local/bin, which is almost never on the root file system. o Most shells are dynamically linked: they rely on library routines in files such as /usr/lib/libc.a. These files are not available in single user mode, so the shells won't work. You can solve this problem by creating statically linked versions of the shell, but this requires programming experience beyond the scope of this book. If you can get hold of a statically linked version, perform the following steps to install it: o Copy the shell to /bin, for example: # cp /usr/local/bin/bash /bin o Add the name of the shell to /etc/shells, in this example the line in bold print: # List of acceptable shells for chpass(1). # Ftpd will not allow users to connect who are not using # one of these shells. /bin/sh /bin/csh /bin/bash You can then change the shell for root as described above. Page 11 Install ports when installing the system Thanks to Lars Koller for drawing this to my attention. Page 160 ________ Replace the text at the fourth bullet with the augmented text: The second-level boot locates the kernel, by default the file /kernel on the root file system, and loads it into memory. It prints the Boot: prompt at this point so that you can influence this choice--see the man page on page 579 for more details of what you can enter at this prompt. Page 169 ________ Replace the last paragraph on the page with: The standard solution for these problems is to relocate the /tmp file system to a different directory, say /usr/tmp, and create a symbolic link from /usr/tmp to /tmp--see Chapter 4, Installing FreeBSD, page 72, for more details. Thanks to Charlie Sorsby for drawing this to my attention. Page 176 ________ Add the following paragraph Unmounting file systems When you mount a file system, the system assumes it is going to stay there, and in the interests of efficiency it delays writing data back to the file system. This is the same effect we discussed on page 158. As a result, if you want to stop using a file system, you need to tell the system about it. You do this with the umount command. Note the spelling--there's no n in the command name. You need to do this even with read-only media such as CD-ROMs: the system assumes it can access the data from a mounted file system, and it gets quite unhappy if it can't. Where possible, it locks removable media so that you can't remove them from the device until you unmount them. Using umount is straightforward: just tell it what to unmount, either the device name or the directory name. For example, to unmount the CD-ROM we Page 12 Errata and addenda for the Complete FreeBSD, second edition mounted in the example above, you could enter one of these commands: # umount /dev/cd1a # umount /cd1 Before unmounting a file system, umount checks that nobody is using it. If somebody is using it, it will refuse to unmount it with a message like umount: /cd1: Device busy. This message often occurs because you have changed your directory to a directory on the file system you want to remove. For example (which also shows the usefulness of having directory names in the prompt): === root@freebie (/dev/ttyp2) /cd1 16 -> umount /cd1 umount: /cd1: Device busy === root@freebie (/dev/ttyp2) /cd1 17 -> cd === root@freebie (/dev/ttyp2) ~ 18 -> umount /cd1 === root@freebie (/dev/ttyp2) ~ 19 -> Thanks to Ken Deboy for pointing out this omission. Page 180 ________ The example in the middle of the page should read: For example, to generate a second set of 32 pseudo-terminals, enter: # cd /dev # ./MAKEDEV pty1 You can generate up to 256 pseudo-terminals. They are named ttyp0 through ttypv, ttyq0 through ttyqv, ttyr0 through ttyrv, ttys0 through ttysv, ttyP0 through ttyPv, ttyQ0 through ttyQv, ttyR0 through ttyRv and ttyS0 through ttySv. To create each set of 32 terminals, use the number of the set: the first set is pty0, and the eighth set is pty7. Note that some processes, such as xterm, only look at ttyp0 through ttysv. Thanks to Karl Wagner for pointing out this error. Page 197, first line ____________________ The text of the first full sentence reads: Page 13 Install ports when installing the system The first name, up the the symbol, is the label. In fact, it should read: The first name, up to the | symbol, is the label. Page 208, middle of page ________________________ The example shows the file name /dev/rst0 when using the Bourne shell, and /dev/nrst0 when using C shell and friends. This is inconsistent; use /dev/nrst0 with any shell if you want a non-rewinding tape, or /dev/rst0 if you want a rewinding tape. Thanks to Norman C Rice for pointing out this one. Page 219 ________ Before the section Testing the spooler add the following section: As we saw above, the line printer daemon lpd is responsible for printing spooled jobs. By default it isn't started at boot time. If you're root, you can start it by name: # lpd Normally, however, you will want it to be started automatically when the system starts up. You do this by setting the variable lpd_enable in /etc/rc.conf: lpd_enable="YES" # Run the line printer daemon See page for more details of /etc/rc.conf. Another line in /etc/rc.conf refers to the line printer daemon: lpd_flags="" # Flags to lpd (if enabled). You don't normally need to change this line. See the man page for lpd for details of the flags. Thanks to Tommy G. James for bringing this to my attention. Page 14 Errata and addenda for the Complete FreeBSD, second edition Page 231 ________ Replace the first line of the example with: xhost presto bumble gw The original version allowed anybody on the Internet to access your system. Thanks to Jerry Dunham for drawing this one to my attention. Page 237 ________ In the section Installing the sample desktop, replace the first paragraph with: You'll find all the files described in this chapter on the first CD-ROM (Installation CD-ROM) in the directory /book. Remember that you must mount the CD-ROM before you can access the files--see page 175 for further details. The individual scripts are in the directory /book/scripts, but you'll probably find it easier to install them with the script install-desktop: Thanks to Chris Kaiser for drawing this to my attention. Page 242 ________ The instructions for extracting the source files from CD-ROM in the middle of page 242 are incorrect. You'll find the kernel sources on the first CD-ROM in the directory /src. Replace the example with: # mkdir -p /usr/src/sys # ln -s /usr/src/sys /sys # cd / # cat /cdrom/src/ssys.[a-d]* | tar xzvf - Thanks to Raymond Noel , Suttipan Limanond and Satwant for finding this one in several small slices. Page 15 Install ports when installing the system Page 257 ________ Replace the paragraph Berkeley Packet Filter with: pseudo-device bpfilter ______________________ The Berkeley Packet Filter (bpf) allows you to capture packets crossing a network interface to disk or to examine them with the tcpdump program. Note that this capability represents a significant compromise of network security. The number after bpfilter is the number of concurrent processes that can use the facility. Not all network interfaces support bpf. In order to use the Berkeley Packet Filter, you must also create the device nodes /dev/bpf0 to /dev/bpf3 (if you're using the default number 4). Current- ly, MAKEDEV doesn't help much--you need to create each device separately: # cd /dev # ./MAKEDEV bpf0 # ./MAKEDEV bpf1 # ./MAKEDEV bpf2 # ./MAKEDEV bpf3 Thanks to Christopher Raven for drawing this to my attention. Page 264 ________ In the list of disk driver flags, add: o Bit 12 (0x1000) enables LBA (logical block addressing mode). If this bit is not set, the driver accesses the disk in CHS (cylinder/head/sector) mode. o In CHS mode, if bits 11 to 8 are not equal to 0, they specify the number of heads to assume (between 1 and 15). The driver recalculates the number of cylinders to make up the total size of the disk. Page 16 Errata and addenda for the Complete FreeBSD, second edition Page 273, ``Building the kernel'' _________________________________ Replace the example with: Next, change to the build directory and build the kernel: # cd ../../compile/FREEBIE # make depend # make The make depend is needed even if the directory has just been created: apart from creating dependency information, it also creates some files needed for the build. Thanks to Mark Ovens for drawing this to my attention. Page 283, ``Creating the source tree'' ______________________________________ Add a third point to what you need to know: 3. Possibly, the date of the last update that you want to be included in the checkout. If you specify this date, cvs ignores any more recent updates. This option is often useful when somebody discovers a recently introduced bug in -CURRENT: you check out the modules as they were before the bug was introduced. You specify the date with the -D option, for example -D "10 December 1997". Page 285, after the second example. ___________________________________ Add the text: If you need to check out an older version, for example if there are problems with the most recent version of -CURRENT, you could enter: # cvs co -D "10 December 1997" src/sys This command checks out the kernel sources as of 10 December 1997. Page 17 Install ports when installing the system Page 294 ________ Add the following section: Problems executing Linux binaries _________________________________ One of the problems with the ELF format used by more recent Linux binaries is that they usually contain no information to identify them as Linux binaries. They might equally well be BSD/OS or UnixWare binaries. That's not really a problem at this point, since the only ELF format that FreeBSD 3.2 understands is Linux, but FreeBSD-CURRENT recognizes a native FreeBSD ELF format as well, and of course that's the default. If you want to run a Linux ELF binary on such a system, you must brand the executable using the program brandelf. For example, to brand the StarOffice program swriter3, you would enter: # brandelf -t linux /usr/local/StarOffice-3.1/linux-x86/bin/swriter3 Thanks to Dan Busarow for bringing this to my attention. Page 364, middle of page ________________________ Change the text from: The names MYADDR and HISADDR are keywords which represent the addresses at each end of the link. They must be written as shown, though they may be in lower case. to The names MYADDR and HISADDR are keywords which represent the addresses at each end of the link. They must be written as shown, though newer versions of ppp allow you to write them in lower case. Thanks to Mark S. Reichman for this correction. Page 368 ________ Replace the paragraph after the second example with: In FreeBSD version 3.0 and later, specify the options PPP_BSDCOMP and Page 18 Errata and addenda for the Complete FreeBSD, second edition PPP_DEFLATE to enable two kinds of compression. You'll also need to specify the corresponding option in Kernel PPP's configuration file. These options are not available in FreeBSD version 2. Thanks to Brian Somers for this information. Page 397 ________ In the section ``Nicknames'', the example should read: www IN CNAME freebie ftp IN CNAME presto In other words, there should be a space between CNAME and the system name. Page 422 ________ Replace the text above the example with: tcpdump is a program which monitors a network interface and displays selected information which passes through it. It uses the Berkeley Packet Filter (bpf), an optional component of the kernel. It is not included in the GENERIC kernel: see page 257 for information on how to configure it. If you don't configure the Berkeley Packet Filter, you will get a message like tcpdump: /dev/bpf0: device not configured If you forget to create the devices for bpf, you will get a message like: tcpdump: /dev/bpf0: No such file or directory Since tcpdump poses a potential security problem, you must be root in order to run it. The simplest way to run it is without any parameters. This will cause tcpdump to monitor and display all traffic on the first active network interface, normally Ethernet: Thanks to Christopher Raven for drawing this to my attention. Page 19 Install ports when installing the system Page 423 ________ The description at the top of the page incorrectly uses the term IP address instead of Ethernet address. In addition, a page number reference is incorrect. Replace the paragraph with: o Line 1 shows an ARP request: system presto is looking for the Ethernet address of wait. It would appear that wait is currently not responding, since there is no reply. o Line 2 is not an IP message at all. tcpdump shows the Ethernet addresses and the beginning of the packet. We don't consider this kind of request in this book. o Line 3 is a broadcast ntp message. We looked at ntp on page 160. o Line 4 is another attempt by presto to find the IP address of wait. o Line 5 is a broadcast message from bumble on the rwho port, giving information about its current load averages and how long it has been up. See the man page for rwho on page 1167 for more information. o Line 6 is from a TCP connection between port 6000 on freebie and port 1089 on presto. It is sending 384 bytes (with the sequence numbers 536925467 to 536925851; see page 305), and is acknowledging that the last byte it received from presto had the sequence number 325114346. The window size is 17280. o Line 7 is another ARP request. presto is looking for the Ethernet address of freebie. How can that happen? We've just seen that they have a TCP connection. In fact, ARP information expires after 20 minutes. It's quite possible that all connections between presto and freebie have been dormant for this period, so presto needs to find freebie's IP address again. o Line 8 is the ARP reply from freebie to presto giving its Ethernet address. o Line 9 shows a reply from presto on the connection to freebie that we saw on line 6. It acknowledges the data up to sequence number 536925851, but doesn't send any itself. o Line 10 shows another 448 bytes of data from freebie to presto, and acknowledging the same sequence number from presto as in line 6. Thanks to Sergei S. Laskavy for drawing this to my Page 20 Errata and addenda for the Complete FreeBSD, second edition attention. Page 450: anonymous ftp _______________________ Replace the paragraph starting with Create a user ftp: Create a user ftp, with the anonymous ftp directory as the home directory and the shell /dev/null. Using /dev/null as the shell makes it impossible to log in as user ftp, but does not interfere with the use of anonymous ftp. ftp can be a member of group bin, or you can create a new group ftp by adding the group to /etc/group. See page 138 for more details of adding users, and the man page on page 805 for adding groups. Thanks to Mark S. Reichman for drawing this to my attention. Page 466, before the ps example _______________________________ Add another bullet: o Finally, you may find it convenient to let some other system handle all your mail delivery for you: you just send anything you can't deliver locally to this other host, which sendmail calls a smart host. This is particularly convenient if you send your mail with UUCP. To tell sendmail to use a smart host (in our case, mail.example.net), find the following line in sendmail.cf: # "Smart" relay host (may be null) DS Change it to: # "Smart" relay host (may be null) DSmail.example.net Page 478, ``Running Apache'' ____________________________ The text describes the location of the server as /usr/local/www/server/httpd. This appears to depend on where you get the port from. Some people report the file being at the more likely location /usr/local/sbin/httpd (though note the Page 21 Install ports when installing the system directory sbin, not bin). Check both locations if you run into trouble. Thanks to Sue Blake for this information. Page 492 ________ Replace references to nmdb with nmbd. Page 493 ________ Replace the last paragraph on the page with: socket options is hardly mentioned in the documentation, but it's very important: many Microsoft implementations of TCP/IP are inefficient and establish a new TCP more often than necessary. Select the socket options TCP_NODELAY and IPTOS_LOWDELAY, which can speed up the response time of such applications by over 95%. Page 22 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 17:14:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from www3.pacific-pages.com (www3.pacific-pages.com [192.41.48.219]) by hub.freebsd.org (Postfix) with ESMTP id 0DABA37B401 for ; Fri, 23 Feb 2001 17:14:27 -0800 (PST) (envelope-from david@www3.pacific-pages.com) Received: from d.tracker ([216.191.74.171]) by www3.pacific-pages.com (8.8.5) id SAA17787; Fri, 23 Feb 2001 18:13:45 -0700 (MST) Received: (from david@localhost) by d.tracker (8.11.2/8.11.2) id f1O1Cee38215 for questions@freebsd.org; Fri, 23 Feb 2001 20:12:40 -0500 (EST) (envelope-from david) Date: Fri, 23 Feb 2001 20:10:53 -0500 From: David Banning To: questions@freebsd.org Subject: Starting X 4.0 - problems Message-ID: <20010223201053.A36448@www3.pacific-pages.com> Reply-To: David Banning Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just installed XFree6-4 It compiled and installed without errors. I tried typing "startx" which worked fine with 3.3.6 This is what I got; ----------------------------------------------------------------------- XFree86 Version 3.3.6 / X Window System (protocol Version 11, revision 0, vendor release 6300) Release Date: January 8 1999 If the server is older than 6-12 months, or if your card is newer than the above date, look for a newer version before reporting problems. (see http://www.XFree86.Org/FAQ) Operating System: FreeBSD 3.3-RELEASE i386 [ELF] Configured drivers: Mach64: accelerated server for ATI Mach64 graphics adaptors (Patchlevel 0) Fatal server error: xf86OpenConsole: Server must be running with root permissions You should be using Xwrapper to start the server or xdm. We strongly advise against making the server SUID root! When reporting a problem related to a server crash, please send the full server output, not just the last messages X connection to :0.0 broken (explicit kill or server shutdown). ----------------------------------------------------------- Now this message is wrong on two counts - I'm using 4.2 Stable, and XFree86 is version 4 I know it's got to be something simple. X does work when fired up as root but dows not go into xfce, which is how my xinitrc file is set up; #!/bin/sh # # # Start-up stuff from ~/Desktop/Autostart (as it seems to be the new standard) # for i in `ls ${HOME}/Desktop/Autostart/`; do if test -x $HOME/Desktop/Autostart/$i; then $HOME/Desktop/Autostart/$i & fi done # # launch xscreensaver (if available) # xscreensaver -no-splash -lock-mode & # # And launch XFce window manager # exec xfwm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 17:34:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id D42AF37B4EC for ; Fri, 23 Feb 2001 17:34:31 -0800 (PST) (envelope-from dima@unixfreak.org) Received: from hornet.unixfreak.org (hornet [63.198.170.140]) by bazooka.unixfreak.org (Postfix) with ESMTP id 082D33E02; Fri, 23 Feb 2001 17:34:31 -0800 (PST) To: David Banning Cc: questions@freebsd.org Subject: Re: Starting X 4.0 - problems In-Reply-To: Message from David Banning of "Fri, 23 Feb 2001 20:10:53 EST." <20010223201053.A36448@www3.pacific-pages.com> Date: Fri, 23 Feb 2001 17:34:31 -0800 From: Dima Dorfman Message-Id: <20010224013431.082D33E02@bazooka.unixfreak.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Fatal server error: > xf86OpenConsole: Server must be running with root permissions > You should be using Xwrapper to start the server or xdm. > We strongly advise against making the server SUID root! RTFM: http://www.freebsd.org/FAQ/x.html#XFREE86-ROOT Dima Dorfman dima@unixfreak.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 17:42:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web12506.mail.yahoo.com (web12506.mail.yahoo.com [216.136.173.198]) by hub.freebsd.org (Postfix) with SMTP id EE87037B401 for ; Fri, 23 Feb 2001 17:42:34 -0800 (PST) (envelope-from millioncheese@yahoo.com) Message-ID: <20010224014234.61274.qmail@web12506.mail.yahoo.com> Received: from [129.237.35.38] by web12506.mail.yahoo.com; Fri, 23 Feb 2001 17:42:34 PST Date: Fri, 23 Feb 2001 17:42:34 -0800 (PST) From: Tyler McGeorge Reply-To: treznor@sunflower.com Subject: Re: annoying backspace problem in wterm To: j mckitrick , treznor@sunflower.com Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <20010224001053.A35892@dogma.freebsd-uk.eu.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 was actually referring to the key 'x.' --- j mckitrick wrote: > On Fri, Feb 23, 2001 at 01:48:35PM -0800, Tyler > McGeorge wrote: > | Use X instead. > > Sure, but I like the transparent setting for wterm. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of > the message > > > __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 18: 7:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mercury.quandary.org (mercury.quandary.org [63.84.240.89]) by hub.freebsd.org (Postfix) with ESMTP id A6DC237B401 for ; Fri, 23 Feb 2001 18:07:49 -0800 (PST) (envelope-from alb@mercury.quandary.org) Received: (from alb@localhost) by mercury.quandary.org (8.11.2/8.11.2) id f1O2Ifq01931 for freebsd-questions@freebsd.org; Fri, 23 Feb 2001 21:18:41 -0500 (EST) (envelope-from alb) Date: Fri, 23 Feb 2001 21:18:41 -0500 From: Amanda Babcock To: freebsd-questions@freebsd.org Subject: execve failed for /usr/X11R6/bin/X (errno 8)? Message-ID: <20010223211841.A685@quandary.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to set up X on a 4.2-STABLE (as of 2/13/2001 cvsup) machine. I used xf86config to generate /etc/XF86Config, and copied it to /usr/X11R6/lib/X11/. /usr/X11R6/bin/X is a link to /usr/X11R6/bin/XF86_SVGA, the permissions on which are set to 755. When I run xinit or startx, either as a user or as root, I get: execve failed for /usr/X11R6/bin/X (errno 8) I don't think this was the case last fall when the system was a 4.0 straight- out-of-the-box install. At the time, I got as far as trying out the modes and not having them sync up correctly. /usr/X11R6/bin/XF86_SVGA still has a timestamp from that initial 4.0 install. Any other info I can provide? Where should I go from here? Thanks! -- Amanda Babcock alb@quandary.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 18:12:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mta06-svc.ntlworld.com (mta06-svc.ntlworld.com [62.253.162.46]) by hub.freebsd.org (Postfix) with ESMTP id 1388237B401 for ; Fri, 23 Feb 2001 18:12:15 -0800 (PST) (envelope-from james-list@ntlworld.com) Received: from eclipse.bloodflowers.org ([62.253.132.115]) by mta06-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with SMTP id <20010224021213.GTGS285.mta06-svc.ntlworld.com@eclipse.bloodflowers.org> for ; Sat, 24 Feb 2001 02:12:13 +0000 Date: Sat, 24 Feb 2001 02:14:32 +0000 From: James Greenhalgh To: freebsd-questions@freebsd.org Subject: Sound card volume issues Message-Id: <20010224021432.23839727.james-list@ntlworld.com> X-Mailer: Sylpheed version 0.4.61 (GTK+ 1.2.8; FreeBSD 4.2-RELEASE; i386) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi - after a trawl through the mailing list archives I can't find a solution for this one. Basically, my machine has an AWE64 in it, which works perfectly well except for one slight issue - the input and output gain mixers don't work. I know the card is perfectly OK - it's still deafeningly loud in Windows (which cranks it up to 100% on boot..), and fine in Linux. Looking at dmesg and /dev/sndstat, the card has actually been set up correctly. Checking the mixer levels shows that setting them 'appears' to work - but the level never actually changes - 10 sounds idential to 100, or 0. Here's the dmesg/etc output: dmesg: sbc0: at port 0x220-0x22f,0x330-0x331,0x388-0x38b irq 5 drq 1,5 on isa0 pcm0: on sbc0 /dev/sndstat: FreeBSD Audio Driver (newpcm) Feb 13 2001 23:20:41 Installed devices: pcm0: at io 0x220 irq 5 drq 1:5 (1p/1r channels duplex) mixer output for the two offending functions: Mixer igain is currently set to 0:0 (meep.) Mixer ogain is currently set to 50:50 (100:100, and 0:0 sound the same...) relevant config options: # sound support - my awe 64 device pcm device sbc device pca0 at isa? port IO_TIMER1 device joy0 at isa? port IO_GAME (yeah i know, it just lives here physically) Master volume works, dsp level works, cd level works, the bass and treble work, the ONLY things that dont are the pesky gain controls - the sound is just about loud enough if everything is raised to max and the amp turned up to half volume - and this isn't a crappy little computer amp either ;-) The IRQs and DMA channels the driver has selected are correct, as are the IOports, and the board most certainly is an AWE64 as it the kernel suspects. Hand hacking mixer.c to set the initial value of ogain makes no difference (I didn't think it would to be honest, it was desperation), and the older voxware drivers just aren't interested - though thats probably just misconfiguration of the kernel options - and I'd rather be using the pcm drivers anyway. Looking through the list - a few people seem to suffer this, does anyone have a solution? Known bug to be fixed in 5.x? Is there a kernel patch? thanks, james To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 18:40:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from braznet.com.br (server.braznet.com.br [200.248.48.114]) by hub.freebsd.org (Postfix) with ESMTP id 6C4CA37B491 for ; Fri, 23 Feb 2001 18:40:30 -0800 (PST) (envelope-from surf@braznet.com.br) Received: from surf (dlri4-248-94-16.bnu.zaz.com.br [200.248.94.16]) by braznet.com.br (8.9.2/8.9.2a1) with SMTP id XAA58997 for ; Fri, 23 Feb 2001 23:53:38 -0300 (EST) Message-ID: <000a01c09e13$75a21e60$0200a8c0@surf> From: "sUrF" To: Subject: hii! Date: Sat, 24 Feb 2001 00:39:56 -0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C09DFA.4F1F2580" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C09DFA.4F1F2580 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable i have two questions.. can i take de freebsd-inst.iso? (whats the address?) what is the last version of freebsd? Tks :) junior surf@braznet.com.br ------=_NextPart_000_0007_01C09DFA.4F1F2580 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
i have two questions..
 
can i take de freebsd-inst.iso? (whats = the=20 address?)
 
what is the last version of = freebsd?
 
Tks :)
junior
 
surf@braznet.com.br
 
 
------=_NextPart_000_0007_01C09DFA.4F1F2580-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 18:48:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 55FF837B4EC for ; Fri, 23 Feb 2001 18:48:08 -0800 (PST) (envelope-from mwm@mired.org) Received: (qmail 79121 invoked by uid 100); 24 Feb 2001 02:48:07 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14999.8423.214547.612030@guru.mired.org> Date: Fri, 23 Feb 2001 20:48:07 -0600 To: "JOHN MUELLER" Cc: questions@freebsd.org Subject: Re: debian potato In-Reply-To: <76862259@toto.iv> X-Mailer: VM 6.89 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG First, this is a FreeBSD help list, not a Debian help list. The best way to get help from this list is to run FreeBSD. :-) JOHN MUELLER types: > Dear BSD, > I just ran the printer cap man page for debian potato, and it says that > freeBSD 4.2 has the rules for configuring my HP Laser Jet Series 2 > printer. Can you send me a copy of the file to configure it and the > directory location where I should put it ? Otherwise it only prints one > line of a file and it looks like > #include > #include > #include > > #include > and like that. Any tips ?? Yup. If you install FreeBSD, install the magicfilter port. That has filters for the ljet2 printers, and instructions on setting it up. If you don't want to install FreeBSD - well, it's your loss. But you might be able to find a magicfilter RPM (or whatever debian uses) that will do the trick. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 18:52:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web116.yahoomail.com (web116.mail.yahoo.com [205.180.60.89]) by hub.freebsd.org (Postfix) with SMTP id 446A037B491 for ; Fri, 23 Feb 2001 18:52:34 -0800 (PST) (envelope-from kalaiarasi@yahoo.com) Received: (qmail 330 invoked by uid 60001); 24 Feb 2001 02:52:34 -0000 Message-ID: <20010224025234.329.qmail@web116.yahoomail.com> Received: from [203.106.65.75] by web116.yahoomail.com; Fri, 23 Feb 2001 18:52:34 PST Date: Fri, 23 Feb 2001 18:52:34 -0800 (PST) From: Kalai Kalaiarasi Subject: crontab for root To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Does anyone knows how to set crontab for root? I am able to set the crontab for normal user and it's working fine. When i try set crontab for root, the shell script doesnt seem to run. Is there anything else i need to do?? Please do help me.... Please reply to this email add, i am not subscribed to the mailing list. Regards, Kalai __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 18:58:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 2FC2637B67D for ; Fri, 23 Feb 2001 18:58:51 -0800 (PST) (envelope-from mwm@mired.org) Received: (qmail 79353 invoked by uid 100); 24 Feb 2001 02:58:50 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14999.9066.251844.237839@guru.mired.org> Date: Fri, 23 Feb 2001 20:58:50 -0600 To: Odhiambo Washington Cc: questions@freebsd.org Subject: Re: How could I do with my sound card? In-Reply-To: <110963248@toto.iv> X-Mailer: VM 6.89 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Odhiambo Washington types: > --OBd5C1Lgu00Gd/Tn > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > * Liu Siwei [20010223 03:32]: writing on the subject 'H= > ow could I do with my sound card?' > Liu> Hello, My question is: > Liu> My sound card is CS423X, FreeBSD supports it. It > Liu> says: pcm1: at port > Liu> 0x534-0x537,0x388-0x38b,0x220-0x22f irq 5 drq 1,0 on > Liu> isa0 > Liu> . But my system is FreeBSD-current, the /dev file > Liu> system I can't write, can't use sh MAKEDEV snd0, and > Liu> all software to look for /dev/mixer0 .. > Liu> So how could to now? > You shouldn't be running -CURRENT if you're that newbie.!!! > It is meant for the developers. Most definitely. In fact: > For consolation, you need to login as superuser to be able to do that > thing. > su > root# > root# cd /dev > root# ./MAKEDEV snd0 > I'm sure it shouldn't fail if you do it that way. I'm sure it will. Looking through his original message, and note (after cleaning up his mailer crapping all over it): > my df: > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad0s1a 228207 98219 111732 47% / > devfs 1 1 0 100% /dev/ > /dev/ad0s1e 3460132 1892196 1291126 59% /usr > procfs 4 4 0 100% /proc > /dev/acd0a 659010 659010 0 100% /cdrom He's using devfs. There is no /dev/MAKEDEV (and it doesn't show up in his ls of /dev ). Devfsf won't allow you to make nodes on it, so there's no point in it being there. All of which is part of why you don't want to run -current without good reason. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 19: 3:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 6909637B491 for ; Fri, 23 Feb 2001 19:03:34 -0800 (PST) (envelope-from mwm@mired.org) Received: (qmail 79499 invoked by uid 100); 24 Feb 2001 03:03:33 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14999.9349.800345.298587@guru.mired.org> Date: Fri, 23 Feb 2001 21:03:33 -0600 To: Mikko Tyolajarvi Cc: questions@freebsd.org Subject: Re: Ipfw with dial-up In-Reply-To: <91616521@toto.iv> X-Mailer: VM 6.89 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mikko Tyolajarvi types: > In local.freebsd.questions you write: > However, does the tutorial really say that you should use natd and > ipfw with a dial-up ppp connection? The "ppp" program can do NAT > as well as packet filtering. The filtering is less advanced than > that of ipfw, but adequate as a basic firewall. > > Check ppp(8) and /usr/share/examples/ppp/ppp.conf.sample. Check the natd(8) man page, last sentence of the first paragraph: It is intended for use with NICs - if you want to do NAT on a PPP link, use the -nat switch to ppp(8). http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 19: 8:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.knology.net (user-24-214-63-11.knology.net [24.214.63.11]) by hub.freebsd.org (Postfix) with SMTP id ACD2E37B491 for ; Fri, 23 Feb 2001 19:08:07 -0800 (PST) (envelope-from n4cnw@knology.net) Received: (qmail 5328 invoked by uid 1003); 24 Feb 2001 03:03:04 -0000 Received: from user-24-214-88-73.knology.net (HELO n4cnw.dyndns.org) (24.214.88.73) by user-24-214-63-11.knology.net with SMTP; 24 Feb 2001 03:03:04 -0000 From: Mike Murphree To: freebsd-questions@freebsd.org Subject: Difficulty getting UDMA to work on new Abit KT7A-RAID Date: Fri, 23 Feb 2001 21:07:58 -0600 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Message-Id: <01022321075801.00458@n4cnw.dyndns.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Moved a working Maxtor UDMA33 hard drive and cable over to a new ABit KT7A-RAID motherboard and can't get it to work in UDMA mode anymore: Mounting root from ufs:/dev/ad0s3a ad0: WRITE command timeout tag=0 serv=0 - resetting ata0: resetting devices .. done ad0: WRITE command timeout tag=0 serv=0 - resetting ata0: resetting devices .. done ad0: WRITE command timeout tag=0 serv=0 - resetting ata0: resetting devices .. done ad0: WRITE command timeout tag=0 serv=0 - resetting ad0: trying fallback to PIO mode ata0: resetting devices .. done Drive seems to be detected okay: ad0: 8047MB [16351/16/63] at ata0-master UDMA33 ad1: 96MB [512/12/32] at ata1-master PIO0 acd0: CDROM at ata1-slave using PIO3 acd1: CD-RW at ata2-master using PIO4 Though, it doesn't seemed to know this is the 82C686B Southbridge that supports ATA 100: atapci0: port 0xc000-0xc00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 and it identifies the Highpoint controller correctly: atapci1: port 0xec00-0xecff,0xe800-0xe803,0xe400-0xe407,0xe000-0xe003,0xdc00-0xdc07 irq 10 at device 19.0 on pci0 ata2: at 0xdc00 on atapci1 ata3: at 0xe400 on atapci1 This is a recently updated 4.2-stable system: FreeBSD n4cnw.dyndns.org 4.2-STABLE FreeBSD 4.2-STABLE #6: Thu Feb 22 23:53:02 CST 2001 n4cnw@n4cnw.dyndns.org:/usr/obj/usr/src/sys/MERLIN i386 I've tried three different ATA66/100 cables and it doesn't work with any of them. It does seem to work just fine in Windows 98. Anyone else having these problems? Please reply directly, I'm not on this list... Thanks, Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 19:17:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mostgraveconcern.com (mostgraveconcern.com [216.82.145.240]) by hub.freebsd.org (Postfix) with ESMTP id 9964837B401 for ; Fri, 23 Feb 2001 19:17:26 -0800 (PST) (envelope-from dan@mostgraveconcern.com) Received: from danco (danco.mostgraveconcern.com [10.20.155.2]) by mostgraveconcern.com (8.11.1/8.11.1) with SMTP id f1O3HB200862; Fri, 23 Feb 2001 19:17:12 -0800 (PST) (envelope-from dan@mostgraveconcern.com) Message-ID: <006201c09e10$47b84d60$029b140a@danco> Reply-To: "Dan O'Connor" From: "Dan O'Connor" To: , Subject: Re: adduser Date: Fri, 23 Feb 2001 19:17:07 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3155.0 X-Mimeole: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I have noticed that adduser crypts the password using DES and not MD5. >Anyway to change this. Take a look at my cheat sheet "Changing Password Encryption Libraries" and see if this is what you're after. http://www.mostgraveconcern.com/freebsd/sheet.cgi?libcrypt --Dan -- Dan O'Connor On Matters of Most Grave Concern http://www.mostgraveconcern.com FreeBSD Cheat Sheets http://www.mostgraveconcern.com/freebsd/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 19:21:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mostgraveconcern.com (mostgraveconcern.com [216.82.145.240]) by hub.freebsd.org (Postfix) with ESMTP id 7D2A937B401 for ; Fri, 23 Feb 2001 19:21:56 -0800 (PST) (envelope-from dan@mostgraveconcern.com) Received: from danco (danco.mostgraveconcern.com [10.20.155.2]) by mostgraveconcern.com (8.11.1/8.11.1) with SMTP id f1O3Ls200882; Fri, 23 Feb 2001 19:21:55 -0800 (PST) (envelope-from dan@mostgraveconcern.com) Message-ID: <00b101c09e10$f00fb340$029b140a@danco> Reply-To: "Dan O'Connor" From: "Dan O'Connor" To: "Kalai Kalaiarasi" , Subject: Re: crontab for root Date: Fri, 23 Feb 2001 19:20:16 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3155.0 X-Mimeole: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Does anyone knows how to set crontab for root? I am >able to set the crontab for normal user and it's >working fine. When i try set crontab for root, the >shell script doesnt seem to run. Is there anything >else i need to do?? Please do help me.... Root's crontab file is /etc/crontab The format is slightly different than a user crontab file. --Dan -- Dan O'Connor On Matters of Most Grave Concern http://www.mostgraveconcern.com FreeBSD Cheat Sheets http://www.mostgraveconcern.com/freebsd/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 19:31:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 659F037B491 for ; Fri, 23 Feb 2001 19:31:18 -0800 (PST) (envelope-from mwm@mired.org) Received: (qmail 80160 invoked by uid 100); 24 Feb 2001 03:31:17 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14999.11013.348462.189477@guru.mired.org> Date: Fri, 23 Feb 2001 21:31:17 -0600 To: Sven Brandenburg Cc: questions@freebsd.org Subject: Re: 4.2-STABLE weird behaviour without swap In-Reply-To: <54384197@toto.iv> X-Mailer: VM 6.89 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sven Brandenburg types: > Is it possible that FreeBSD has some very strange problems > when the system is configured without any swap partitions? Yup. Running out of virtual is bad juju, and probably not very well tested. > 3 weeks ago, i threw another DIMM into that box, having 1G of > memory now. At the same time I decided that this amount of mem > should be sufficient and disabled swap. The main service on this > host eats huge ammount of memory during its operation but for > this application its better to get an "out of memory" and a > following application crash (and restart) than having the > performance penalty of a swapping system. Let's think about this. Until you've used all your real memory, there isn't going to be any difference between having swap and not having swap (unless you've turned on NO_SWAPPING in the kernel, in which case you'll have an extra bit of real because of the code you diked from the kernel). So you do something that runs you out of real memory. In the situation you've got now, your application crashes, and the system may do strange things as well do to being in an unusual state. If you left swapping turned on, some page the system figures it won't need for a long time would get swapped out to make room for the running application. This slows down the current application when it needs RAM - you have to swap something out - and the applications whose pages got swapped out if they ever want those pages again (and it may be the same application, and those pages may never be wanted again). In other words, you've turned a fail-soft situation (things slow down when you run out of real) into a fail-hard situtation (things die when you run out of real), possibly with no performance change before failure. Is that really what you want to do? > Is it generally a stupid idea to have no swap at all? It's like running -current - you *really* need to know what you're doing. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 19:42:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes10-hme0.telusplanet.net (mtaout.telus.net [199.185.220.235]) by hub.freebsd.org (Postfix) with ESMTP id E3A5337B401 for ; Fri, 23 Feb 2001 19:42:30 -0800 (PST) (envelope-from trevin@mail.com) Received: from CRX.sfu.ca ([209.53.63.29]) by priv-edtnes10-hme0.telusplanet.net (InterMail vM.4.01.03.10 201-229-121-110) with ESMTP id <20010224034226.FSZS1224.priv-edtnes10-hme0.telusplanet.net@CRX.sfu.ca> for ; Fri, 23 Feb 2001 20:42:26 -0700 Message-Id: <5.0.2.1.2.20010223194215.02b0d208@mail.brightmail.com> X-Sender: tmchow%sway.com@mail.brightmail.com X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Fri, 23 Feb 2001 19:45:26 -0800 To: questions@freebsd.org From: Trevin Chow Subject: Installed Qmail -- "mailbox vulnerable"? 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 installed QMail on my system to replace sendmail. For some reason, whenever I'm logged in as my user account and start up PINE, I get the message: [Mailbox vulnerable - directory /var/mail must have 1777 protection] I've setup qmail to use /home/$/mail/inbox instead of /var/mail/$. I'm not sure why pine is complaining about permissions on /var/mail when it should even be looking at that anymore. if do an `echo $MAIL`, i get the appropriate response (/home//mail/inbox). Any ideas? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 19:43:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from syncopation-01.iinet.net.au (syncopation-01.iinet.net.au [203.59.24.37]) by hub.freebsd.org (Postfix) with SMTP id A2C9737B401 for ; Fri, 23 Feb 2001 19:43:52 -0800 (PST) (envelope-from katinka@magestower.com) Received: (qmail 13239 invoked by uid 666); 24 Feb 2001 03:55:20 -0000 Received: from opera.iinet.net.au (HELO wskatinka) (203.59.24.144) by mail.m.iinet.net.au with SMTP; 24 Feb 2001 03:55:20 -0000 Message-ID: <015401c09e13$f0acd640$fe00a8c0@kat.lan> From: "Kathy Quinlan" To: Subject: Fw: Ipfw with dial-up Date: Sat, 24 Feb 2001 11:43:22 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sorry, just sent to mike and forgot the list ooopppssss. ----- Original Message ----- From: "Kathy Quinlan" To: "Mike Meyer" Sent: Saturday, February 24, 2001 11:28 AM Subject: Re: Ipfw with dial-up > > ----- Original Message ----- > From: "Mike Meyer" > To: "Mikko Tyolajarvi" > Cc: > Sent: Saturday, February 24, 2001 11:03 AM > Subject: Re: Ipfw with dial-up > > > > > > Check the natd(8) man page, last sentence of the first paragraph: > > > > It is intended for use with NICs - if you want to do NAT on a > > PPP link, use the -nat switch to ppp(8). > > > > > -- > Mike, I would disagree, as my system here is quiet happily running > ppp and natd /ipfw. I know the natd man page says NO, but their > are a few FAQ's on the web that show how it is done. IIRC the FAQ > I used is on www.freebsddiary.org > > Regards, > > Kat. > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 19:52:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mx3out.umbc.edu (mx3out.umbc.edu [130.85.253.53]) by hub.freebsd.org (Postfix) with ESMTP id 353E437B491 for ; Fri, 23 Feb 2001 19:52:39 -0800 (PST) (envelope-from gmiddl1@gl.umbc.edu) Received: from linux1.gl.umbc.edu (linux1.gl.umbc.edu [130.85.60.38]) by mx3out.umbc.edu (8.9.3/8.9.3) with ESMTP id WAA29641; Fri, 23 Feb 2001 22:52:36 -0500 (EST) Date: Fri, 23 Feb 2001 22:52:35 -0500 (EST) From: "G. Jason Middleton" To: Lucas Bergman Cc: Subject: Re: setting up a firewall (Was: dual homed host) In-Reply-To: <20010223141221.D28130@billygoat.slb.to> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG well did all the info you guys suggested and gotthe follwing error arp:24.18.90.1 is on de0 but got reply from 08:00:3e:11:f9:45 on dc0 de0 is live on the internet and dc0 ion the dead ip (192.168.0.1) they both are configured with the DNS and gateway for my ISP still reding but cannot find details about this stuff Jason On Fri, 23 Feb 2001, Lucas Bergman wrote: > > i am setting up a firewall and i have been battling with getting the > > damn things to work together.. i am using sysinstall to chagne the > > ip addys and the dns entries and the mask etc etc. I set de0 up > > for the live ip (internet ip from my ISP) and i set up dc0 with the > > dead ip (192.168.0.1 or 192.168.0.2) not sure which one i should > > use. > > It doesn't matter. Conventionally, though, the packet router (as this > machine will be) on a class C net has its last octet set to 1. > > > SO when i am setting up dc0 what should i set the dns entry to? > > I'm not sure what you mean. Do you mean that you have your own DNS > server and you want to give the address on dc0 an entry (an "A" > record)? Do you mean to ask what address you should give as your DNS > server? > > In fact, the answer to the second question depends on the answer to > the second, so please try to clarify this. > > > And what should i set the gateway to? Can they be on the same > > subnet? > > The "gateway" ("default route" might be a better way of putting it) on > the firewall machine should be set to the address given to you by your > ISP, which is certainly on the same subnet as the routable address you > have (on de0). > > > Info would be appreciated and yes i am already reading the handbook > > and lso Greg Lehey's book as well as Oreilly's tcp/ip for netork > > administrators. > > Good man. > > Of course, if you have any other machines inside the firewall, you'll > want to set up natd; the man page (natd(8)) is quite good. > > Lucas > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > G. Jason Middleton _______________________________________________________________________________ Announcement: The revolution will not be televised. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 20: 1:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web2101.mail.yahoo.com (web2101.mail.yahoo.com [128.11.68.245]) by hub.freebsd.org (Postfix) with SMTP id B9F7D37B491 for ; Fri, 23 Feb 2001 20:01:35 -0800 (PST) (envelope-from bhushan77@yahoo.com) Received: (qmail 8935 invoked by uid 60001); 24 Feb 2001 04:01:35 -0000 Message-ID: <20010224040135.8934.qmail@web2101.mail.yahoo.com> Received: from [202.54.93.162] by web2101.mail.yahoo.com; Fri, 23 Feb 2001 20:01:35 PST Date: Fri, 23 Feb 2001 20:01:35 -0800 (PST) From: =?iso-8859-1?q?Bhushan=20Tiwari?= Subject: Can't boot from CD ! To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am unable to BOOT from the CD, though my BIOS supports Booting from the CD as I have previously installed Debain Linux booting directly from the CD, the same CD (FreeBSD) boots on other machine. My floppy drive doesn't work properly so i cannot boot through a floppy even !! I am having FreeBSD 4.2. Please Help me !! Thanks, Bhushan (bhushan77@yahoo.com) __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 20: 3: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pioneernet.net (pop3.wearesmall.com [208.240.196.25]) by hub.freebsd.org (Postfix) with ESMTP id EA6BE37B491 for ; Fri, 23 Feb 2001 20:02:55 -0800 (PST) (envelope-from chip@wiegand.org) Received: from chip.wiegand.org [208.194.173.26] by pioneernet.net (SMTPD32-6.05) id AFAAF6A7007E; Fri, 23 Feb 2001 18:42:50 -0800 Date: Fri, 23 Feb 2001 18:41:55 -0800 From: Chip Wiegand To: FreeBSD Questions Cc: SeaFUG Subject: NIC problem - no status:active in ifconfig -a Message-Id: <20010223184155.33796caf.chip@wiegand.org> X-Mailer: Sylpheed version 0.4.61 (GTK+ 1.2.8; FreeBSD 4.2-RELEASE; i386) Organization: wiegand.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 I have a firewall machine with two nics that seems to be having a problem - when accessing my web site on a public isp it redirects to my home web server where natd then redirects the incoming http request to my web server. This had been working just fine for most of a year, now it no longer works. I can connect to the web server from inside my home network and the web server does return the web pages, so apache does work just fine. I can ping both nics in the firewall and get a response from both, from the machine itself and from any machine in the network. So it appears both nics are working properly. I run ifconfig -a and both nics show their proper ip addresses etc, but - one nic shows status: active and the other does not show status anything. The nic with the inside address of 192.168.1.10 (xl0) shows status: active, the outside nic with address 208.194.173.26 (ep1) does not show status: active. Is this a problem? Could it have something to do with natd not redirecting the incoming http requests? All machines on my network are able to access the net just fine. I don't know what to check next. -- Chip Wiegand Alternative Operating Systems www.wiegand.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message -- Chip Wiegand Alternative Operating Systems www.wiegand.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 20: 7:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tomts6-srv.bellnexxia.net (tomts6.bellnexxia.net [209.226.175.26]) by hub.freebsd.org (Postfix) with ESMTP id C671D37B65D for ; Fri, 23 Feb 2001 20:07:48 -0800 (PST) (envelope-from reel@sympatico.ca) Received: from HSE-QuebecCity-ppp80890.qc.sympatico.ca ([64.229.234.63]) by tomts6-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010224040747.WCSN25007.tomts6-srv.bellnexxia.net@HSE-QuebecCity-ppp80890.qc.sympatico.ca>; Fri, 23 Feb 2001 23:07:47 -0500 Date: Fri, 23 Feb 2001 23:07:46 -0500 (EST) From: Felix-Antoine Paradis X-X-Sender: To: =?iso-8859-1?q?Bhushan=20Tiwari?= Cc: Subject: Re: Can't boot from CD ! In-Reply-To: <20010224040135.8934.qmail@web2101.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 Fri, 23 Feb 2001, [iso-8859-1] Bhushan Tiwari wrote: > I am unable to BOOT from the CD, though my BIOS > supports Booting from the CD as I have previously > installed Debain Linux booting directly from the CD, > the same CD (FreeBSD) boots on other machine. > My floppy drive doesn't work properly so i cannot boot > through a floppy even !! > I am having FreeBSD 4.2. Well, in your BIOS, you changed your boot sequence? Normally, it's: A-C-D Try to make it: D-A-C Next question, you have the walnut creek CD or a CD you burned? ______________________ Felix-Antoine Paradis reel@sympatico.ca PGP Key ID: 0x7B3AD2C5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 20:38: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web119.yahoomail.com (web119.mail.yahoo.com [205.180.60.120]) by hub.freebsd.org (Postfix) with SMTP id A6D5937B401 for ; Fri, 23 Feb 2001 20:37:57 -0800 (PST) (envelope-from kalaiarasi@yahoo.com) Received: (qmail 14733 invoked by uid 60001); 24 Feb 2001 04:37:57 -0000 Message-ID: <20010224043757.14732.qmail@web119.yahoomail.com> Received: from [203.106.67.228] by web119.yahoomail.com; Fri, 23 Feb 2001 20:37:57 PST Date: Fri, 23 Feb 2001 20:37:57 -0800 (PST) From: Kalai Kalaiarasi Subject: Re: crontab for root To: Dan O'Connor Cc: freebsd-questions@freebsd.org In-Reply-To: <00b101c09e10$f00fb340$029b140a@danco> 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, I edit crontab using the command 'crontab -e'...just like how i set crontab as normal user. What else shall i look into when setting crontab as root??? You have any idea? Regards, Kalai --- Dan O'Connor wrote: > >Does anyone knows how to set crontab for root? I am > >able to set the crontab for normal user and it's > >working fine. When i try set crontab for root, the > >shell script doesnt seem to run. Is there anything > >else i need to do?? Please do help me.... > > > Root's crontab file is /etc/crontab > > The format is slightly different than a user crontab > file. > > --Dan > > -- > Dan O'Connor > On Matters of Most Grave Concern > http://www.mostgraveconcern.com > FreeBSD Cheat Sheets > http://www.mostgraveconcern.com/freebsd/ > > __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 20:49:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dell.dannyland.org (dell.dannyland.org [64.81.36.13]) by hub.freebsd.org (Postfix) with ESMTP id 5509837B401 for ; Fri, 23 Feb 2001 20:49:24 -0800 (PST) (envelope-from dannyman@toldme.com) Received: by dell.dannyland.org (Postfix, from userid 1001) id 337045C38; Fri, 23 Feb 2001 20:50:13 -0800 (PST) Date: Fri, 23 Feb 2001 20:50:13 -0800 From: dannyman To: Kalai Kalaiarasi Cc: freebsd-questions@freebsd.org Subject: Re: crontab for root Message-ID: <20010223205013.U87083@dell.dannyland.org> References: <20010224025234.329.qmail@web116.yahoomail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20010224025234.329.qmail@web116.yahoomail.com>; from kalaiarasi@yahoo.com on Fri, Feb 23, 2001 at 06:52:34PM -0800 X-Loop: djhoward@uiuc.edu X-URL: http://www.dannyland.org/~dannyman/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Feb 23, 2001 at 06:52:34PM -0800, Kalai Kalaiarasi wrote: > Hi, > > Does anyone knows how to set crontab for root? I am > able to set the crontab for normal user and it's > working fine. When i try set crontab for root, the > shell script doesnt seem to run. Is there anything > else i need to do?? Please do help me.... You can edit /etc/crontab. I usually put my root crons there as I rarely ever su, usually sudo (in ports) and having them in /etc/crontab makes them easier to find. :) -danny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 20:58:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from out5.mx.nwbl.wi.voyager.net (out5.mx.nwbl.wi.voyager.net [169.207.2.77]) by hub.freebsd.org (Postfix) with ESMTP id F367437B491 for ; Fri, 23 Feb 2001 20:58:10 -0800 (PST) (envelope-from dpoland@execpc.com) Received: from earth.execpc.com (dpoland@earth.execpc.com [169.207.16.1]) by out5.mx.nwbl.wi.voyager.net (8.11.1/8.11.1) with ESMTP id f1O4w9T28161; Fri, 23 Feb 2001 22:58:09 -0600 (CST) Received: (from dpoland@localhost) by earth.execpc.com (8.9.0) id WAA05277; Fri, 23 Feb 2001 22:58:09 -0600 (CST) Date: Fri, 23 Feb 2001 22:58:09 -0600 From: Doug Poland To: Greg Satz Cc: Doug Poland , freebsd-questions@freebsd.org Subject: Re: vmware2 cannot "see" ATAPI cdrom under 4.x stable Message-ID: <20010223225808.A4827@polands.org> Mail-Followup-To: Greg Satz , Doug Poland , freebsd-questions@freebsd.org References: <20010223163409.A8198@polands.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3us In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > >> vmware2 port installs and starts properly but cannot see the ATAPI cdrom. > >> System is running 4.X stable. No hard disk is configured and the guest os is > >> either win95 or win98 from floppy. > >> > > try ln -s /dev/acd0c /dev/cdrom > > > Thanks for the response. I just tried it but unfortunately it didn't help. > Same error message. > > As I stared at the error it became clear that > > Feb 23 16:00:43: VIDE: (0x170) OUTB Cmd of 0xA1 for non-existent drive 1 > Feb 23 16:00:45: VIDE: (0x1F0) OUTB Cmd of 0xA1 for non-existent drive 1 > Feb 23 16:00:46: F(173):311 0x2fff 2 > Feb 23 16:00:46: VIDE: (0x170) ATAPI Unexpected IN len 2 w/o active Cmd > > the hex number in parenthesis is the IDE IO locations. My kernel thinks > there is ata1 on apapci0 at 0x170. So why isn't vmware2 happy with it? Is it > worth attempting to report this problem to vmware? > Hmm, symbolic link worked for me. However, that was before I went to -stable and haven't re-installed the port yet. I'll try it tonight and see if I get anywhere with it. -- Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 20:59:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from zugzug.hq.newdream.net (zugzug.hq.newdream.net [216.246.35.10]) by hub.freebsd.org (Postfix) with SMTP id 4364137B491 for ; Fri, 23 Feb 2001 20:59:24 -0800 (PST) (envelope-from william@hq.newdream.net) Received: (qmail 12677 invoked from network); 24 Feb 2001 04:59:13 -0000 Received: from aura.infinitejazz.net (HELO hq.newdream.net) (206.111.89.244) by zugzug.hq.newdream.net with SMTP; 24 Feb 2001 04:59:13 -0000 Message-ID: <3A97409F.7703728@hq.newdream.net> Date: Fri, 23 Feb 2001 21:03:27 -0800 From: Will Yardley X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 4.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Trevin Chow Cc: questions@freebsd.org Subject: Re: Installed Qmail -- "mailbox vulnerable"? References: <5.0.2.1.2.20010223194215.02b0d208@mail.brightmail.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i don't think qmail works with pine locally if you're using the maildir format - at least we generally use pine via IMAP with our qmail box. if you're using qmail with standard mail files, you should just change your /etc/pine.conf or /usr/local/etc/pine.conf (or wherever it is in your system) to look in the correct location. in any event, pine is most likely still looking in /var/spool/mail or /var/mail changing the permissions to 1777 on /var/mail or /var/spool/mail will get rid of the error, but won't really solve your problem. -william yardley new dream network Trevin Chow wrote: > > I just installed QMail on my system to replace sendmail. For some reason, > whenever I'm logged in as my user account and start up PINE, I get the message: > > [Mailbox vulnerable - directory /var/mail must have 1777 protection] > > I've setup qmail to use /home/$/mail/inbox instead of /var/mail/$. I'm not > sure why pine is complaining about permissions on /var/mail when it should > even be looking at that anymore. if do an `echo $MAIL`, i get the > appropriate response (/home//mail/inbox). > > Any ideas? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 21: 6:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from xena.gsicomp.on.ca (cr677933-a.ktchnr1.on.wave.home.com [24.43.230.149]) by hub.freebsd.org (Postfix) with ESMTP id D57F837B491 for ; Fri, 23 Feb 2001 21:06:06 -0800 (PST) (envelope-from matt@xena.gsicomp.on.ca) Received: from localhost (matt@localhost) by xena.gsicomp.on.ca (8.11.1/8.9.3) with ESMTP id f1O54Fl02227 for ; Sat, 24 Feb 2001 00:04:16 -0500 (EST) (envelope-from matt@xena.gsicomp.on.ca) Date: Sat, 24 Feb 2001 00:04:15 -0500 (EST) From: Matthew Emmerton Cc: freebsd-questions@FreeBSD.ORG Subject: Re: crontab for root In-Reply-To: <20010223205013.U87083@dell.dannyland.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 23 Feb 2001, dannyman wrote: > On Fri, Feb 23, 2001 at 06:52:34PM -0800, Kalai Kalaiarasi wrote: > > Hi, > > > > Does anyone knows how to set crontab for root? I am > > able to set the crontab for normal user and it's > > working fine. When i try set crontab for root, the > > shell script doesnt seem to run. Is there anything > > else i need to do?? Please do help me.... I've seen a lot of posts on this lately, and I'm wondering if I'm missing something. To edit root's crontab, I usually just log in as root (from the console, or via ssh from my workstation) and just do a 'crontab -e'. Edit, save, and all is well. It's worked fine for me (runs over 15 scripts nightly for backups, log archival, web stats processing, cvsup, etc) on a bunch of my boxes for over a year and a half, along with the standard root cron stuff. This means that I have *two* root crontabs - the standard one in /etc/crontab, and my custom one in /var/cron/tabs/root. Is there anything wrong with this type of setup? More importantly, why would you add 'custom' mods to /etc/crontab when you can use 'crontab -e' to update the one in /var/cron/tabs/root? (The advantage I've seen is that when you upgrade, all of your custom mods to root's crontab won't be blown away if you accidentally install the /usr/src version of /etc/crontab.) -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 21:19: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web10309.mail.yahoo.com (web10309.mail.yahoo.com [216.136.173.151]) by hub.freebsd.org (Postfix) with SMTP id 9E97837B401 for ; Fri, 23 Feb 2001 21:19:01 -0800 (PST) (envelope-from graham_guttocks@yahoo.co.nz) Message-ID: <20010224051901.27762.qmail@web10309.mail.yahoo.com> Received: from [128.165.7.186] by web10309.mail.yahoo.com; Sat, 24 Feb 2001 18:19:01 NZDT Date: Sat, 24 Feb 2001 18:19:01 +1300 (NZDT) From: =?iso-8859-1?q?Graham=20Guttocks?= Subject: Compaq PA-1 MP3 player To: freebsd-questions@freebsd.org 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 Greetings, I have one of those Compaq PA-1 portable MP3 players. Are there any utilities that run under FreeBSD that I can use to interface (upload/delete files, etc) with the player? I wasn't able to find anything appropriate in the ports collection upon first glance. Regards, Graham To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 21:24:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gscamnlh01.wr.usgs.gov (gscamnlh01.wr.usgs.gov [130.118.4.115]) by hub.freebsd.org (Postfix) with ESMTP id A2AD137B401; Fri, 23 Feb 2001 21:24:26 -0800 (PST) (envelope-from rsowders@usgs.gov) To: Kalai Kalaiarasi Cc: freebsd-questions@freebsd.org, owner-freebsd-questions@FreeBSD.ORG Subject: Re: crontab for root X-Mailer: Lotus Notes Release 5.0.3 March 21, 2000 Message-ID: From: rsowders@usgs.gov Date: Fri, 23 Feb 2001 21:24:23 -0800 X-MIMETrack: Serialize by Router on gscamnlh01/SERVER/USGS/DOI(Release 5.0.3 |March 21, 2000) at 02/23/2001 09:24:25 PM, Serialize complete at 02/23/2001 09:24:25 PM MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The /etc/crontab is referred to as the system crontab. Root's crontab, edited with crontab -e is for the SysAdmin to use. All crontabs run in /bin/sh. Make sure your jobs execute from the command line by entering /bin/sh first then try your job. Use full pathnames or point to scripts with full pathnames. It is a good idea to leave the /etc/crontab alone and use crontab -e as root because subsequent upgrades to the /etc/crontab will not effect you. more /var/log/cron to see if your job kicked off. By default mail is sent to the owner of the crontab file if there is any output from your job unless you specify other wise in the crontab with a mail to statement or a /dev/null. If you are running cron jobs as root check mail for root to see errors from cron jobs. For more indepth study. man crontab man 5 crontab man cron Kalai Kalaiarasi Sent by: owner-freebsd-questions@FreeBSD.ORG 02/23/2001 06:52 PM To: freebsd-questions@freebsd.org cc: Subject: crontab for root Hi, Does anyone knows how to set crontab for root? I am able to set the crontab for normal user and it's working fine. When i try set crontab for root, the shell script doesnt seem to run. Is there anything else i need to do?? Please do help me.... Please reply to this email add, i am not subscribed to the mailing list. Regards, Kalai __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 21:42:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 083F037B4EC for ; Fri, 23 Feb 2001 21:42:56 -0800 (PST) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f1O5gq728463; Fri, 23 Feb 2001 21:42:52 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "adeeb ziada" , Subject: RE: FreeBSD Setup Date: Fri, 23 Feb 2001 21:42:52 -0800 Message-ID: <002b01c09e24$a0ea6120$1401a8c0@tedm.placo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 In-Reply-To: Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My book has a lot of information about how to accomplish this, check the URL in my sig. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG >[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of adeeb ziada >Sent: Friday, February 23, 2001 8:43 AM >To: freebsd-questions@FreeBSD.ORG >Subject: FreeBSD Setup > > > >Hi, > >I have purchase free BSD and I am having a hard time setting up the server. >I am trying to install a web server and a file server >I need help > >if you can send any documents about his, please do so. >I am new at this so if you can help that will be great. > >the file system needs to work with NT > >please send any info > >thanks > >This electronic message contains proprietary and confidential information >from US Synergy Systems Inc.. The information is intended for use only by >the individuals or entity named >above. If you are not the intended recipient, please be aware that any >disclosure, copying, distribution or use of the contents of this e-mail is >prohibited. If you have received this message in error please notify the >Security Director via telephone at (847) 706-6731 or via e-mail at >security@ussynergy.com > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 22:30:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id E3B7B37B503 for ; Fri, 23 Feb 2001 22:30:35 -0800 (PST) (envelope-from wash@iconnect.co.ke) Received: from [212.22.163.2] (helo=poeza.iconnect.co.ke) by siafu.iconnect.co.ke with esmtp (Exim 2.12 #1) id 14WYC6-000GUh-00; Sat, 24 Feb 2001 09:28:39 +0300 Received: from wash by poeza.iconnect.co.ke with local (Exim 3.20 #1) id 14WYFL-000Mcu-00; Sat, 24 Feb 2001 09:31:59 +0300 Date: Sat, 24 Feb 2001 09:31:59 +0300 From: Odhiambo Washington To: freebsd-questions@freebsd.org Cc: lucas@slb.to Subject: Re: setting up a firewall (Was: dual homed host) Message-ID: <20010224093159.I78008@poeza.iconnect.co.ke> Mail-Followup-To: Odhiambo Washington , freebsd-questions@freebsd.org, lucas@slb.to References: <20010223141221.D28130@billygoat.slb.to> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="8/pVXlBMPtxfSuJG" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010223141221.D28130@billygoat.slb.to>; from "Lucas Bergman" on Fri, Feb 23, 2001 at 02:12:21PM -0600 X-Operating-System: FreeBSD poeza.iconnect.co.ke 4.2-STABLE FreeBSD 4.2-STABLE X-Location: Mombasa, KE, East Africa Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --8/pVXlBMPtxfSuJG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Lucas Bergman [20010223 23:14]: writing on the subject 'Re= : setting up a firewall (Was: dual homed host)' Lucas> > i am setting up a firewall and i have been battling with getting t= he Lucas> > damn things to work together.. i am using sysinstall to chagne the Lucas> > ip addys and the dns entries and the mask etc etc. I set de0 up Lucas> > for the live ip (internet ip from my ISP) and i set up dc0 with the Lucas> > dead ip (192.168.0.1 or 192.168.0.2) not sure which one i should Lucas> > use. Lucas>=20 May I kindly request your assistance here on a different plane. Can you please tell me who the manufacturer of the card dc0 is? I have such a card but I also need to use it with Windows but I=20 cannot get it's drivers.=20 If you can lead me to their web site I'll very much appreciate. -Wash -- Odhiambo Washington Inter-Connect Ltd., wash@iconnect.co.ke 5th Flr Furaha Plaza Tel: 254 11 222604 Nkrumah Rd., Fax: 254 11 222636 PO Box 83613 MOMBASA, KE. Humorists always sit at the children's table. -Woody Allen=20 --8/pVXlBMPtxfSuJG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6l1VfA2k+MNyI/bERAuqOAKCufXkkWhPOhNsn+sQp8MCICvdsagCdFII5 FVQXlYGr9E3RLIaIkFYmSfs= =jpZg -----END PGP SIGNATURE----- --8/pVXlBMPtxfSuJG-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 22:37:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtpf.casema.net (smtpf.casema.net [195.96.96.173]) by hub.freebsd.org (Postfix) with SMTP id 621C637B6D8 for ; Fri, 23 Feb 2001 22:37:11 -0800 (PST) (envelope-from walter@binity.com) Received: (qmail 23089 invoked by uid 0); 24 Feb 2001 06:37:09 -0000 Received: from unknown (HELO slash.b118.binity.net) (195.96.105.185) by smtpf.casema.net with SMTP; 24 Feb 2001 06:37:09 -0000 Received: from tsunami.b118.binity.net (tsunami.b118.binity.net [172.18.3.10]) by slash.b118.binity.net (Postfix) with ESMTP id 3170712B; Sat, 24 Feb 2001 07:36:45 +0100 (CET) Date: Sat, 24 Feb 2001 07:38:17 +0100 From: "Walter W. Hop" X-Mailer: The Bat! (v1.49) Educational Organization: Binity X-Priority: 3 (Normal) Message-ID: <108101653790.20010224073817@binity.com> To: Rick Hamell Cc: FreeBSD-questions Subject: Re: Cold Fusion In-reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [in reply to hamellr@heorot.1nova.com, 23-02-2001] > Anyone had luck getting Cold Fusion working on 4.2, either in a > tenative port, or with the Linux version? :) Thanks much! This page http://entropy.tmok.com/~wonko/cf/ discusses running an old release of ColdFusion for Linux using FreeBSD's Linux binary compatibility. So there's a chance you'll get the new version to work too; if you're gonna try, keep us updated :) -- Walter W. Hop | +31 6 24290808 | PGP key: 0x84813998 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 22:49:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 2B87237B491 for ; Fri, 23 Feb 2001 22:49:17 -0800 (PST) (envelope-from tedm@toybox.placo.com) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f1O6nC728597; Fri, 23 Feb 2001 22:49:12 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Daniel Frazier" Cc: Subject: RE: kernel optimizations for an smp mail server... Date: Fri, 23 Feb 2001 22:49:11 -0800 Message-ID: <003601c09e2d$e50e2400$1401a8c0@tedm.placo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 In-Reply-To: <3A96A568.66EBF9FE@magpage.com> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is entirely dependent on how many _simultaneous_ accesses the box has. Since you haven't told us this, I'll attempt to calculate it here: If your a dialup house running 10-1 on modems, you have 1,000 modems deployed. Your average user gets 10 messages a day with an average message size of 20K, and checks mail an average of once every 2 days, thus pulling a half-meg at a time. On V.90 this takes about 3 minutes. With 30 days in the month and a complete mail download every other day your users will pull a total of 71 gigabytes every month from the mailserver. (15 days x 500K x 10,000 users) / 1024 / 1024 Your modems run at 100% utilization, and calls come in evenly spread, day and night. Every user uses exactly the same amount of time online. (I'll omit the calculations but suffice it to say each user can do 72 hours total per month which is more than enough to pull their 7.5MB of mail every month) As a result of the distribution your server will do 2.36 gigs a day in e-mail transfers, (7.5 X 10,000) or about 98MB an hour. A standard 10Mbt card is about 1.25 Megabytes per second, or about 4.5GB an hour, so even a 10Mbt card will be run at less than 1% wire utilization here. Consider that all that mail has to be copied to the server, so the ether is being used twice, and we will make an allowance of 2% That leaves the disk - well all that mail will take up a lot of storage, but the disk won't be accessed all that much, an 80GB IDE should have no trouble with this. CPU utilization is going to be low at that rate too - so a Pentium 166 with an 80GB disk ought to be adequate to cover e-mail for this installation. Considering the hardware you got I think that it's total overkill and a waste of money. Oh well, maybe you can suck up the extra horsepower running a Quake server or something. Anyway, I'll not continue with this because as you should be able to see by now, there is not a single recommendation that we can make that's going to have any meaning whatsover because you have failed to include the relevant information of how much data you really intend on passing from your server. I highly doubt that if you consider yourself small that your passing 2.3 gigs of data a day from your mailserver. If you ask us to speculate then we are going to end up with meaningless and humorous analysis like this one. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG >[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Daniel Frazier >Sent: Friday, February 23, 2001 10:01 AM >To: questions@FreeBSD.ORG >Subject: kernel optimizations for an smp mail server... > > >Hey all, > >After using FreeBSD for a few customers colo servers and hearing them >comment on how much they liked it's stability, performance, etc. I've >finally been able to convince the powers that be that FreeBSD >will make a better platform for our mail server. We got a dual PIII >box with a gig of RAM and a RAID 5 array from Penguin Computing and >the first thing we did was install FreeBSD(yay!) > >Now, I've set up plenty of workstations, a few firewalls and web >servers, but never an mail server. We have a fairly small user base, >only about 10,000 users. Can anyone suggest some kernal and/or system >optimizations I should make? I'm sure the main one would be maxusers, >but other than kern.maxproc I'm not sure what else that affects. >Would MAXUSERS = 256 be appropriate? Anything else I need to tweak? >Thanks. > >-- >---------------------------------------------------------------------- >Daniel Frazier Tel: 302-239-5900 Ext. 231 >Systems Administrator Fax: 302-239-3909 >MAGPAGE, We Power the Internet WWW: http://www.magpage.com/ > >"They that can give up essential liberty to obtain a little temporary >safety deserve neither liberty nor safety." > - Benjamin Franklin, Historical Review of Pennsylvania, 1759. > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 23 23:30:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.nbrewer.com (sparge.nbrewer.com [208.42.68.70]) by hub.freebsd.org (Postfix) with ESMTP id C796F37B4EC for ; Fri, 23 Feb 2001 23:30:17 -0800 (PST) (envelope-from chris@nbrewer.com) Received: by mail.nbrewer.com (Postfix, from userid 1009) id 276EF16E; Sat, 24 Feb 2001 01:30:11 -0600 (CST) Date: Sat, 24 Feb 2001 01:30:11 -0600 From: Christopher Farley To: Matthew Emmerton Cc: freebsd-questions@FreeBSD.ORG Subject: Re: crontab for root Message-ID: <20010224013010.B10279@northernbrewer.com> Mail-Followup-To: Christopher Farley , Matthew Emmerton , freebsd-questions@FreeBSD.ORG References: <20010223205013.U87083@dell.dannyland.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from matt@gsicomp.on.ca on Sat, Feb 24, 2001 at 12:04:15AM -0500 Organization: Northern Brewer, St. Paul, MN Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Matthew Emmerton (matt@gsicomp.on.ca) wrote: > This means that I have *two* root crontabs - the standard one in > /etc/crontab, and my custom one in /var/cron/tabs/root. > > Is there anything wrong with this type of setup? More importantly, why > would you add 'custom' mods to /etc/crontab when you can use 'crontab -e' > to update the one in /var/cron/tabs/root? (The advantage I've seen is that > when you upgrade, all of your custom mods to root's crontab won't be blown > away if you accidentally install the /usr/src version of /etc/crontab.) Two crontabs? I think you are being far too simplistic. You ought to keep jobs scattered about in root's personal crontab, /etc/crontab, *and* in /etc/periodic/*. Why would you want to make life easy for those who would inherit your job? -- Christopher Farley www.northernbrewer.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 0:23: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from athena.unlimitedweb.net (athena.unlimitedweb.net [63.126.245.161]) by hub.freebsd.org (Postfix) with ESMTP id 889B137B4EC for ; Sat, 24 Feb 2001 00:23:02 -0800 (PST) (envelope-from bierblb@netins.net) Received: from 9000a (bender-rcc.resnet.uni.edu [134.161.64.15]) by athena.unlimitedweb.net (8.11.2/8.9.3) with SMTP id f1O8NUi22196 for ; Sat, 24 Feb 2001 02:23:31 -0600 (CST) (envelope-from bierblb@netins.net) From: "Brent" To: "FreeBSD Questions" Subject: icmp-response bandwidth limit Date: Sat, 24 Feb 2001 02:22:44 -0600 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.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have looked up this error, and it says it could be a icmp attack, is there a way to see if this is true. Also what are some ways to protect myself from a icmp attack? This is some of what I am getting from ipfw: icmp-response bandwidth limit 213/200 pps icmp-response bandwidth limit 323/200 pps icmp-response bandwidth limit 300/200 pps icmp-response bandwidth limit 219/200 pps icmp-response bandwidth limit 201/200 pps icmp-response bandwidth limit 272/200 pps Thanks in advance! Brent Bierstedt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 0:46:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ox.techasia.com.ph (AP-203.167.24.10.sysads.com [203.167.24.10]) by hub.freebsd.org (Postfix) with ESMTP id 09FF337B491 for ; Sat, 24 Feb 2001 00:46:22 -0800 (PST) (envelope-from jessie@power-jessie.net) Received: from tiger.techasia.com.ph (host-216-252-142-18.interpacket.net [216.252.142.18]) by ox.techasia.com.ph (Postfix) with ESMTP id 3B3F7A2C8D for ; Sat, 24 Feb 2001 16:36:03 +0800 (PHT) Received: from jessie (unknown [216.252.213.11]) by tiger.techasia.com.ph (Postfix) with SMTP id 09D2F2E827 for ; Sat, 24 Feb 2001 16:37:14 +0000 (GMT) From: "Power JeSsIe!" To: Subject: help on limiting bandwidth Date: Sat, 24 Feb 2001 16:57:24 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i have 8 windoze workstations connected to my freebsd server. right now these units are pulling our bandwith. is there a way to limit the bandwith via ipfw to about let say 56kbps? server ip : 192.168.1.1 (gateway) workstations ips : 192.168.1.2 - 192.168.1.9 tia. jessie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 0:48:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from imo-d02.mx.aol.com (imo-d02.mx.aol.com [205.188.157.34]) by hub.freebsd.org (Postfix) with ESMTP id 567AC37B491 for ; Sat, 24 Feb 2001 00:48:30 -0800 (PST) (envelope-from ZzELITESzZ@aol.com) Received: from ZzELITESzZ@aol.com by imo-d02.mx.aol.com (mail_out_v29.5.) id n.10.9316049 (3960) for ; Sat, 24 Feb 2001 03:48:23 -0500 (EST) From: ZzELITESzZ@aol.com Message-ID: <10.9316049.27c8cf55@aol.com> Date: Sat, 24 Feb 2001 03:48:21 EST Subject: a question To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: AOL 5.0 for Windows sub 90 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I noticed you dont really go into detail on what is all needed for the freeBSD Operating System. I went to the links your page said to go to and there were so many files in the directory i dont even know where to start. i was wondering if you could send me a list off what all i need to download. thank you To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 0:50:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from shell.bchosting.com (shell.bchosting.com [64.69.68.35]) by hub.freebsd.org (Postfix) with ESMTP id DD9A537B4EC for ; Sat, 24 Feb 2001 00:50:16 -0800 (PST) (envelope-from chris@selkie.org) Received: from localhost (chris@localhost) by shell.bchosting.com (8.11.0/8.11.0) with ESMTP id f1O8oaK36009; Sat, 24 Feb 2001 00:50:36 -0800 (PST) (envelope-from chris@selkie.org) X-Authentication-Warning: shell.bchosting.com: chris owned process doing -bs Date: Sat, 24 Feb 2001 00:50:36 -0800 (PST) From: Chris Phillips X-Sender: chris@shell.bchosting.com To: Brent Cc: FreeBSD Questions Subject: Re: icmp-response bandwidth limit In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 24 Feb 2001, Brent wrote: > I have looked up this error, and it says it could be a icmp attack, is there > a way to see if this is true. Also what are some ways to protect myself > from a icmp attack? This is some of what I am getting from ipfw: Actually it is a kernel option that is generating those messages. > icmp-response bandwidth limit 213/200 pps > icmp-response bandwidth limit 323/200 pps > icmp-response bandwidth limit 300/200 pps > icmp-response bandwidth limit 219/200 pps > icmp-response bandwidth limit 201/200 pps > icmp-response bandwidth limit 272/200 pps This is typical of a port scan. If you nmap your own box it would likely replicate this behaviour. If you want to know what it is and where it is coming from start logging all the icmp traffic with ipfw and analyze the log. Another nifty tool is snort. Protecting yourself from an icmp attack is usually done with a firewall such as ipfw. -Chris Phillips To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 0:57:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kesuki.dyndns.org (kesuki.farcpe.cableone.net [24.116.40.25]) by hub.freebsd.org (Postfix) with ESMTP id 727BA37B503 for ; Sat, 24 Feb 2001 00:57:18 -0800 (PST) (envelope-from kesu@kesuki.dyndns.org) Received: from localhost (kesu@localhost) by kesuki.dyndns.org (8.9.3/8.9.3) with ESMTP id DAA85398 for ; Sat, 24 Feb 2001 03:05:16 -0600 (CST) (envelope-from kesu@kesuki.dyndns.org) Date: Sat, 24 Feb 2001 03:05:16 -0600 (CST) From: Ryan Ryttie To: questions@freebsd.org Subject: need help with dhcp relay Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My ISP's dhcp server allots me 3 real IP address and uses the NIC's MAC address for 'verification.' I've been trying to 'simplify' my network by using a DHCP relay. dhcp.org listed wide dhcp, so I've been trying to configure it, but keep getting errors when the designated PCs attempt to connect across the relay. Feb 24 02:42:14 kesuki /kernel: arp: 24.116.40.145 is on dc0 but got reply from 00:50:ba:d1:72:0a on rl0 was the first error I got, so I tried `arp -d 24.116.40.145` that didn't help, so i then tried `route change 24.116.40.145 -ifp rl0` which caused this error. Feb 24 02:44:42 kesuki routed[84802]: static route 24.116.40.145/32 --> 0.0.0.0 impossibly lacks ifp Feb 24 02:44:54 kesuki routed[84802]: 24.116.40.145/32 --> 0.0.0.0 disappeared from kernel On a side note, wide-dhcp has a very poor man page and the above applies to running `relay dc0` any other variation of ethernet interfaces causes relay to crash with the error Feb 24 02:32:11 kesuki relay[85233]: bind() error in forwarding() If anyone can help, it would be appreciated. --- 12:00PM up 63 days, 1:16, 6 users, load averages: 0.01, 0.01, 0.00 Fortune of the day: "He was so narrow minded he could see through a keyhole with both eyes ..." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 1:46:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id C663C37B491 for ; Sat, 24 Feb 2001 01:46:54 -0800 (PST) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.0/8.11.0) id f1O9ki326086; Sat, 24 Feb 2001 11:46:44 +0200 (EET) (envelope-from ru) Date: Sat, 24 Feb 2001 11:46:44 +0200 From: Ruslan Ermilov To: Dan Yergeau Cc: freebsd-questions@FreeBSD.ORG Subject: Re: NAT idle timeout Message-ID: <20010224114644.A25254@sunbay.com> Mail-Followup-To: Dan Yergeau , freebsd-questions@FreeBSD.ORG References: <200102232158.NAA22036@gloworm.Stanford.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200102232158.NAA22036@gloworm.Stanford.EDU>; from yergeau@gloworm.Stanford.EDU on Fri, Feb 23, 2001 at 01:58:18PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Feb 23, 2001 at 01:58:18PM -0800, Dan Yergeau wrote: > > Does the NAT implementation on 4.1 have a timeout that may forget > translations for idle tcp connections? > 300 seconds for connection attempts (SYN_SENT). 86400 seconds for established connections. 90 seconds for half-closed connections. 10 seconds for fully-closed (TIME_WAIT) connections. > If so, what is the default for this timeout, and how can it be > changed? > Only by modifying libalias(3) sources. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 2: 4:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cicero1.cybercity.dk (cicero1.cybercity.dk [212.242.40.4]) by hub.freebsd.org (Postfix) with ESMTP id 86BCD37B491 for ; Sat, 24 Feb 2001 02:04:09 -0800 (PST) (envelope-from mekanix@vip.cybercity.dk) Received: from usr00.cybercity.dk (usr00.cybercity.dk [212.242.40.34]) by cicero1.cybercity.dk (Postfix) with ESMTP id C016015FC0E for ; Sat, 24 Feb 2001 11:04:07 +0100 (CET) Received: from mekanix.home (port0.cvx1-ro.ppp.cybercity.dk [212.242.169.1]) by usr00.cybercity.dk (8.9.3/8.9.3) with SMTP id LAA94567 for ; Sat, 24 Feb 2001 11:04:15 +0100 (CET) (envelope-from mekanix@vip.cybercity.dk) Message-Id: <200102241004.LAA94567@usr00.cybercity.dk> Date: Sat, 24 Feb 2001 11:02:08 +0100 From: Bjarne Wichmann Petersen To: FreeBSD-questions Subject: OAF/GConf gone beserk!! X-Mailer: Sylpheed version 0.4.61 (GTK+ 1.2.8; FreeBSD 4.2-STABLE; i386) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've just managed to compile galeon-0.10 after much hassle, some failed dependencycheck i seems (had to install mozilla-headers 0.8 and gnomevfs 0.5 manually). But running galeon is a much harder hassle. Takes 20-50 tries before I'm able to get galeon up'n'running, it just hangs. So I have to cancel the process. Every time I try runing a new galeon-process a new oafd and gconfd-1, so I'm ending up with a zillion oafd/gconfd-processes runing. Shouldn't it just be one? Anyone got a clue to what's up? Bjarne To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 2:34:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f288.law8.hotmail.com [216.33.240.163]) by hub.freebsd.org (Postfix) with ESMTP id A92DC37B491 for ; Sat, 24 Feb 2001 02:34:18 -0800 (PST) (envelope-from dead_line@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 24 Feb 2001 02:34:18 -0800 Received: from 208.7.67.84 by lw8fd.law8.hotmail.msn.com with HTTP; Sat, 24 Feb 2001 10:34:18 GMT X-Originating-IP: [208.7.67.84] Reply-To: marwan@q8internet.net From: "Dead Line" To: freebsd-questions@FreeBSD.ORG Subject: login.conf class not working why:/ Date: Sat, 24 Feb 2001 10:34:18 -0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 24 Feb 2001 10:34:18.0599 (UTC) FILETIME=[579D9770:01C09E4D] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello all, I'm on FreeBSD 4.2 Release, I would like to limit the users to use no more than 2 procces. When i took a look at login.conf I have found a class called default:\ so i created a class called basic1:\ Its a copy of default adding to it the line :maxproc=4:\ Now when i add a user I do the class for the user basic1 But, the user still can use as many as process he want. Why ? how i can make the basic1 class active ? Take a note that i Did cap_mkdb /etc/login.conf after i have modified login.conf Any help would be appreciate it Thank you Marwan _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 2:45:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from deepblue.everad.com (deepblue.everad.com [212.117.137.66]) by hub.freebsd.org (Postfix) with ESMTP id 5669637B491 for ; Sat, 24 Feb 2001 02:45:07 -0800 (PST) (envelope-from DanielM@EverAd.com) Received: from ilexc01.everad.com ([10.72.6.6]) by deepblue.everad.com with Microsoft SMTPSVC(5.5.1877.197.19); Sat, 24 Feb 2001 12:47:07 +0200 Subject: 'fdisk' questions MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Sat, 24 Feb 2001 12:45:03 +0200 Message-ID: X-MimeOLE: Produced By Microsoft Exchange V6.0.4417.0 content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: 'fdisk' questions Thread-Index: AcCeTtdWS+dd7Cr7TESArioA3JtUIg== From: "Daniel Mester" To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey, i found pretty weird that if i go 'fdisk' as root (of course) - i get output as follows :=20 root@freenix#fdisk fdisk: can't get file status of /dev/od0 fdisk: cannot open any disk: No such file or directory I found in 'man fdisk' that actually fdisk is looking in /dev for disks `wd0', `da0', and `od0' in that order, until one is being found responding. Why it follows only those 3 devices? From 'dmesg' i found that my hd-device is called "ad4: 8223MB [16708/16/63] at ata2-master UDMA66" - why it has 4-th ID - why it is not ad0 or something? Later i run 'fdisk /dev/ad4' - and got this outprint: root@freenix#fdisk /dev/ad4 ******* Working on device /dev/ad4 ******* parameters extracted from in-core disklabel are: cylinders=3D4177 heads=3D64 sectors/track=3D63 (4032 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=3D4177 heads=3D64 sectors/track=3D63 (4032 blks/cyl) Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 165,(FreeBSD/NetBSD/386BSD) start 0, size 16841664 (8223 Meg), flag 80 (active) beg: cyl 0/ sector 1/ head 0; end: cyl 1023/ sector 63/ head 63 The data for partition 2 is: The data for partition 3 is: The data for partition 4 is: What mean tags here? Thanks a lot, --------------------------------------------------------------------- Daniel Mester Portal Technologies Manager To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 3:18:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.cbn.net.id (smtp2.cbn.net.id [202.158.2.52]) by hub.freebsd.org (Postfix) with ESMTP id 995AD37B491 for ; Sat, 24 Feb 2001 03:18:26 -0800 (PST) (envelope-from psutomo@yahoo.com) Received: from benny (unknown [202.158.59.183]) by smtp2.cbn.net.id (Postfix) with SMTP id 47DF053570; Sat, 24 Feb 2001 18:18:18 +0700 (JAVT) Message-ID: <012e01c09e52$d9e2cc00$6600a8c0@benny> From: "Paijo" To: "Odhiambo Washington" , Cc: References: <01C09D94.1EC93F80.thomas.uhrfelt@plymovent.se> Subject: Re: can not retrieve email using popper Date: Sat, 24 Feb 2001 18:13:43 +0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Thanks for your response. I've made a symbolic link called bob1 pointing to bob spool file, but I can not set change the file owner. When I set bob1 as the owner of the symlink bob1, I actually set bob1 as the owner of bob spoolfile. Another problem is, I've tried to create symlink file bob1 and set its owner to bob1. I can normally retrieve the message for bob1, but bob's spool file became empty (there will be no messages for bob). I was wondering also, because only 2 users of more than 200 users who got this problem. I've been doing this for the users and I've seen no problem at all. I still need your helps..... Best regards, Paijo ----- Original Message ----- From: Thomas Uhrfelt To: 'Paijo' Cc: Sent: Friday, February 23, 2001 6:28 PM Subject: RE: can not retrieve email using popper > You can't just remove the mail spoolfile for user bob1 - where would the > mail then end up? What you basically specified in the alias file is that > incoming mail for bobg should be placed in the spoolfiles for users bob and > bob1. But since you removed bob1's spool, of course that will fail. What > _might_ work is this (haven't tried this). > > Make a symlink called bob1 in the spooldirectory pointing to bob (the > spoolfile) - of couse the target spoolfile and the symlink needs to have > appropiate permission set. > > Thomas > > -----Original Message----- > From: Paijo [SMTP:psutomo@yahoo.com] > Sent: Friday, February 23, 2001 11:47 AM > To: freebsd-questions@FreeBSD.ORG > Subject: can not retrieve email using popper > > Hi, > > I have just created some new accounts. This new accounts were intended as a > backup email account for the other accounts. > For example my existing accouts are bob and john. And my new accounts is > bob1 and john1. I want bob1 to receive the > same messages as bob and so john1. > I did this by manipulating the aliases file like this -> > bobg: bob, bob1 > johnm: john, john1 > > And then I replaced newly created /var/mail/bob1 file with /var/mail/bob > file. > > But, what happened is, I got this error message from the popper daemon when > I tried to retrieve messages for account bob1: > unable to process From lines (envelopes), change recognition modes > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 3:26: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cicero0.cybercity.dk (cicero0.cybercity.dk [212.242.40.52]) by hub.freebsd.org (Postfix) with ESMTP id DC0B537B4EC for ; Sat, 24 Feb 2001 03:26:06 -0800 (PST) (envelope-from mekanix@vip.cybercity.dk) Received: from usr03.cybercity.dk (usr03.cybercity.dk [212.242.40.83]) by cicero0.cybercity.dk (Postfix) with ESMTP id 6818C102995 for ; Sat, 24 Feb 2001 12:26:05 +0100 (CET) Received: from mekanix.home (port0.cvx1-ro.ppp.cybercity.dk [212.242.169.1]) by usr03.cybercity.dk (8.11.2/8.11.0) with SMTP id f1OBQ4Q24328 for ; Sat, 24 Feb 2001 12:26:04 +0100 (CET) (envelope-from mekanix@vip.cybercity.dk) Message-Id: <200102241126.f1OBQ4Q24328@usr03.cybercity.dk> Date: Sat, 24 Feb 2001 12:24:06 +0100 From: Bjarne Wichmann Petersen To: FreeBSD-questions Subject: NOT-stripping ports-installation. X-Mailer: Sylpheed version 0.4.61 (GTK+ 1.2.8; FreeBSD 4.2-STABLE; i386) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How do I compile and install *without* getting the binaries stripped? Bjarne To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 3:40:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from front001.cluster1.charter.net (outbound.charter.net [24.216.159.200]) by hub.freebsd.org (Postfix) with ESMTP id 3A42B37B65D for ; Sat, 24 Feb 2001 03:40:08 -0800 (PST) (envelope-from tomas1@charter.net) Received: from [209.187.166.141] (HELO tomas.charter.net) by front001.cluster1.charter.net (CommuniGate Pro SMTP 3.4b8) with ESMTP id 23234456 for questions@freebsd.org; Sat, 24 Feb 2001 06:40:07 -0500 Message-Id: <4.3.1.2.20010224064451.00b4f008@mail.charter.net> X-Sender: tomas1@mail.charter.net X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Sat, 24 Feb 2001 06:46:49 -0800 To: questions@freebsd.org From: Thomas Subject: vinum and crashing freebsd 4.2-stable Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to run vinum on my freebsd, but everytime i get to the point where i do newfs -v /dev/vinum/scsiraid it crashes my box. I did a vinum resetconfig, and tried it, still doesnt work. I also made sure the type on the disks is vinum. Any ideas why this would crash my box? Thanks, Thomas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 3:59: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.cbn.net.id (smtp2.cbn.net.id [202.158.2.52]) by hub.freebsd.org (Postfix) with ESMTP id 2F40337B401 for ; Sat, 24 Feb 2001 03:59:05 -0800 (PST) (envelope-from psutomo@yahoo.com) Received: from benny (unknown [202.158.59.183]) by smtp2.cbn.net.id (Postfix) with SMTP id 9019D5356E; Sat, 24 Feb 2001 18:58:59 +0700 (JAVT) Message-ID: <013d01c09e58$89009000$6600a8c0@benny> From: "Paijo" To: Cc: "Thomas Uhrfelt" , "Odhiambo Washington" Subject: corrupted mailbox Date: Sat, 24 Feb 2001 18:54:24 +0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_013A_01C09E93.346CCAA0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_013A_01C09E93.346CCAA0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, Regarding my previous question, I've found out that the mailbox files = (/var/mail/bob and /var/mail/bob1) were corrupted. Do you guys know any tools to fix the mailbox corruption??? Thanks, Paijo ------=_NextPart_000_013A_01C09E93.346CCAA0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
 
Regarding my previous question, I've = found out that=20 the mailbox files (/var/mail/bob and /var/mail/bob1) were=20 corrupted.
Do you guys know any tools to fix the = mailbox=20 corruption???
 
Thanks,
 
 
Paijo
------=_NextPart_000_013A_01C09E93.346CCAA0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 4: 4:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wdc.callgtn.com (wdc.callgtn.com [209.47.57.75]) by hub.freebsd.org (Postfix) with ESMTP id 980D537B491 for ; Sat, 24 Feb 2001 04:04:11 -0800 (PST) (envelope-from erothwell@callgtn.com) Received: from callgtn.com [24.114.251.145] by wdc.callgtn.com with ESMTP (SMTPD32-6.04) id A2CA4740254; Sat, 24 Feb 2001 07:02:18 -0500 Message-ID: <3A97A339.61B5615B@callgtn.com> Date: Sat, 24 Feb 2001 07:04:09 -0500 From: Erik Rothwell Reply-To: erothwell@callgtn.com Organization: xxxxx xxxxxxxxxxxxx xxxx X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Andre Stenvall Cc: questions@FreeBSD.org Subject: Re: Hi! References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Andre Stenvall wrote: > > hello! > how do i open port 2121 in ipfw? ipfw add ### allow tcp from any to any 2121 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 4:36:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc27.worldnet.att.net (mtiwmhc27.worldnet.att.net [204.127.131.52]) by hub.freebsd.org (Postfix) with ESMTP id 8B04037B4EC for ; Sat, 24 Feb 2001 04:36:51 -0800 (PST) (envelope-from rjuliano@worldnet.att.net) Received: from worldnet.att.net ([12.90.16.26]) by mtiwmhc27.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010224123650.MKFO27260.mtiwmhc27.worldnet.att.net@worldnet.att.net> for ; Sat, 24 Feb 2001 12:36:50 +0000 Message-ID: <3A976EDA.50B171AD@worldnet.att.net> Date: Sat, 24 Feb 2001 08:20:42 +0000 From: "Ralph L.Juliano" X-Mailer: Mozilla 4.03 [en] (Win95; U) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: HELP Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How may I contact your - FREE Amateur Support - website ? Tried your search engine. Ralph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 6:14:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from xena.gsicomp.on.ca (cr677933-a.ktchnr1.on.wave.home.com [24.43.230.149]) by hub.freebsd.org (Postfix) with ESMTP id 721A937B4EC for ; Sat, 24 Feb 2001 06:14:19 -0800 (PST) (envelope-from matt@gsicomp.on.ca) Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.1/8.9.3) with SMTP id f1OECSi05527; Sat, 24 Feb 2001 09:12:28 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <003a01c09e6c$06b2eda0$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "Bjarne Wichmann Petersen" , "FreeBSD-questions" References: <200102241126.f1OBQ4Q24328@usr03.cybercity.dk> Subject: Re: NOT-stripping ports-installation. Date: Sat, 24 Feb 2001 09:13:56 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 > How do I compile and install *without* getting the binaries stripped? Add a STRIP="" line to your port's Makefile, or edit bsd.port.subdir.mk and change the "STRIP?=-s" line. -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 6:25:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.teledis.be (mail.teledis.be [195.95.6.26]) by hub.freebsd.org (Postfix) with ESMTP id 66D8737B503 for ; Sat, 24 Feb 2001 06:24:49 -0800 (PST) (envelope-from lorenzo@linuxbe.org) Received: from natalie ([194.119.245.128]) by mail.teledis.be (Netscape Messaging Server 4.15) with SMTP id G99MP500.5PI for ; Sat, 24 Feb 2001 15:24:41 +0100 Message-ID: <002a01c09e6e$081ec7c0$0201a8c0@teledisnet.be> From: "Sansonetti Laurent" To: Subject: Tr: XFree 4.0.2 crashed Date: Sat, 24 Feb 2001 15:28:18 +0100 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0027_01C09E76.69A7AD60" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0027_01C09E76.69A7AD60 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hope that someone can help me ;) -- ----- Original Message ----- From: Sansonetti Laurent To: Sent: Friday, February 23, 2001 11:55 PM Subject: XFree 4.0.2 crashed > Hello, > > I've compiled XFree 4.0.2 from sources, on my FreeBSD 4.0 - RELEASE system. > I'm using a ATI RAGE 128 (magnum) with 32mo, on a pII 266 mhz with 256 > sdram. > > The compilation succeed, and the server crashed when I tried to start > XFree86 -configure or startx with a customised XF86Config file by xf86config > program. > > Here are the 2 logs file from /var/log. > > Thanks in advance, you're doing great job ! ;) > > -- > > ------=_NextPart_000_0027_01C09E76.69A7AD60 Content-Type: application/octet-stream; name="XFree86.0.log" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="XFree86.0.log" =0A= XFree86 Version 4.0 / X Window System=0A= (protocol Version 11, revision 0, vendor release 6400)=0A= Release Date: 8 March 2000=0A= If the server is older than 6-12 months, or if your card is newer=0A= than the above date, look for a newer version before reporting=0A= problems. (see http://www.XFree86.Org/FAQ)=0A= Operating System: FreeBSD 4.0-CURRENT i386 [ELF] =0A= Module Loader present=0A= (=3D=3D) Log file: "/var/log/XFree86.0.log", Time: Fri Feb 23 23:32:41 = 2001=0A= (=3D=3D) Using config file: "/etc/X11/XF86Config"=0A= Markers: (--) probed, (**) from config file, (=3D=3D) default setting,=0A= (++) from command line, (!!) notice, (II) informational,=0A= (WW) warning, (EE) error, (??) unknown.=0A= (=3D=3D) ServerLayout "Simple Layout"=0A= (**) |-->Screen "Screen 1" (0)=0A= (**) | |-->Monitor "My Monitor"=0A= (**) | |-->Device "ATI Rage 128"=0A= (**) |-->Input Device "Mouse1"=0A= (**) |-->Input Device "Keyboard1"=0A= (**) Option "AutoRepeat" "500 30"=0A= (**) Option "XkbRules" "xfree86"=0A= (**) XKB: rules: "xfree86"=0A= (**) Option "XkbModel" "pc102"=0A= (**) XKB: model: "pc102"=0A= (**) Option "XkbLayout" "be"=0A= (**) XKB: layout: "be"=0A= (**) FontPath set to = "/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R= 6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled= ,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X1= 1R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"=0A= (**) RgbPath set to "/usr/X11R6/lib/X11/rgb"=0A= (=3D=3D) ModulePath set to "/usr/X11R6/lib/modules"=0A= (--) Using syscons driver with X support (version 2.0)=0A= (--) using VT number 9=0A= =0A= (II) Module ABI versions:=0A= XFree86 ANSI C Emulation: 0.1=0A= XFree86 Video Driver: 0.1=0A= XFree86 XInput driver : 0.1=0A= XFree86 Server Extension : 0.1=0A= XFree86 Font Renderer : 0.1=0A= (II) Loader running on freebsd=0A= (II) LoadModule: "bitmap"=0A= (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a=0A= (II) Module bitmap: vendor=3D"The XFree86 Project"=0A= compiled for 4.0.2, module version =3D 1.0.0=0A= Module class: XFree86 Font Renderer=0A= ABI class: XFree86 Font Renderer, version 0.2=0A= (WW) module ABI minor version (2) is newer than the server's version (1)=0A= (II) Loading font Bitmap=0A= (II) LoadModule: "pcidata"=0A= (II) Loading /usr/X11R6/lib/modules/libpcidata.a=0A= (II) Module pcidata: vendor=3D"The XFree86 Project"=0A= compiled for 4.0.2, module version =3D 0.1.0=0A= ABI class: XFree86 Video Driver, version 0.3=0A= (WW) module ABI minor version (3) is newer than the server's version (1)=0A= (II) PCI: Probing config type using method 1=0A= (II) PCI: Config type is 1=0A= (II) PCI: stages =3D 0x03, oldVal1 =3D 0x00000000, mode1Res1 =3D = 0x80000000=0A= (II) PCI: PCI scan (all values are in hex)=0A= (II) PCI: 00:00:0: chip 8086,7180 card 0000,0000 rev 03 class 06,00,00 = hdr 00=0A= (II) PCI: 00:01:0: chip 8086,7181 card 0000,0000 rev 03 class 06,04,00 = hdr 01=0A= (II) PCI: 00:04:0: chip 8086,7110 card 0000,0000 rev 02 class 06,01,00 = hdr 80=0A= (II) PCI: 00:04:1: chip 8086,7111 card 0000,0000 rev 01 class 01,01,80 = hdr 00=0A= (II) PCI: 00:04:2: chip 8086,7112 card 0000,0000 rev 01 class 0c,03,00 = hdr 00=0A= (II) PCI: 00:04:3: chip 8086,7113 card 0000,0000 rev 02 class 06,80,00 = hdr 00=0A= (II) PCI: 00:09:0: chip 10ec,8029 card 10ec,8029 rev 00 class 02,00,00 = hdr 00=0A= (II) PCI: 00:0a:0: chip 9004,6178 card 0000,0000 rev 01 class 01,00,00 = hdr 00=0A= (II) PCI: 01:00:0: chip 1002,5246 card 1002,0008 rev 00 class 03,00,00 = hdr 00=0A= (II) PCI: End of PCI scan=0A= (II) LoadModule: "scanpci"=0A= (II) Loading /usr/X11R6/lib/modules/libscanpci.a=0A= (II) Module scanpci: vendor=3D"The XFree86 Project"=0A= compiled for 4.0.2, module version =3D 0.1.0=0A= ABI class: XFree86 Video Driver, version 0.3=0A= (WW) module ABI minor version (3) is newer than the server's version (1)=0A= (II) UnloadModule: "scanpci"=0A= (II) Unloading /usr/X11R6/lib/modules/libscanpci.a=0A= (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x09 (VGA_EN is set)=0A= (II) Bus 1 I/O range:=0A= [0] -1 0x0000d000 - 0x0000dfff (0x1000) IXB=0A= (II) Bus 1 non-prefetchable memory range:=0A= [0] -1 0xdf000000 - 0xdfdfffff (0xe00000) MXB=0A= (II) Bus 1 prefetchable memory range:=0A= [0] -1 0xdff00000 - 0xe3ffffff (0x4100000) MXB=0A= (--) PCI:*(1:0:0) ATI Rage 128 RF rev 0, Mem @ 0xe0000000/26, = 0xdf000000/14, I/O @ 0xd800/8=0A= (II) Addressable bus resource ranges are=0A= [0] -1 0x00000000 - 0xffffffff (0x0) MXB=0A= [1] -1 0x00000000 - 0x0000ffff (0x10000) IXB=0A= (II) OS-reported resource ranges:=0A= [0] -1 0xffe00000 - 0xffffffff (0x200000) MXB(B)=0A= [1] -1 0xfee00000 - 0xfeefffff (0x100000) MXB(B)=0A= [2] -1 0xfec00000 - 0xfecfffff (0x100000) MXB(B)=0A= [3] -1 0x00100000 - 0x3fffffff (0x3ff00000) MXBE(B)=0A= [4] -1 0x000f0000 - 0x000fffff (0x10000) MXB=0A= [5] -1 0x000c0000 - 0x000effff (0x30000) MXB=0A= [6] -1 0x00000000 - 0x0009ffff (0xa0000) MXB=0A= [7] -1 0x00000000 - 0x000001ff (0x200) IXBE=0A= (II) Active PCI resource ranges:=0A= [0] -1 0xde800000 - 0xdeffffff (0x800000) MXBE=0A= [1] -1 0xe4000000 - 0xe7ffffff (0x4000000) MXBE=0A= [2] -1 0xdffe0000 - 0xdfffffff (0x20000) MXB(B)=0A= [3] -1 0xdf000000 - 0xdf003fff (0x4000) MXB(B)=0A= [4] -1 0xe0000000 - 0xe3ffffff (0x4000000) MXB(B)=0A= [5] -1 0x0000b800 - 0x0000b8ff (0x100) IXBE=0A= [6] -1 0x0000c000 - 0x0000c0ff (0x100) IXBE=0A= [7] -1 0x0000c400 - 0x0000c4ff (0x100) IXBE=0A= [8] -1 0x0000c800 - 0x0000c8ff (0x100) IXBE=0A= [9] -1 0x0000d800 - 0x0000d8ff (0x100) IXB(B)=0A= (II) Active PCI resource ranges after removing overlaps:=0A= [0] -1 0xde800000 - 0xdeffffff (0x800000) MXBE=0A= [1] -1 0xe4000000 - 0xe7ffffff (0x4000000) MXBE=0A= [2] -1 0xdffe0000 - 0xdfffffff (0x20000) MXB(B)=0A= [3] -1 0xdf000000 - 0xdf003fff (0x4000) MXB(B)=0A= [4] -1 0xe0000000 - 0xe3ffffff (0x4000000) MXB(B)=0A= [5] -1 0x0000b800 - 0x0000b8ff (0x100) IXBE=0A= [6] -1 0x0000c000 - 0x0000c0ff (0x100) IXBE=0A= [7] -1 0x0000c400 - 0x0000c4ff (0x100) IXBE=0A= [8] -1 0x0000c800 - 0x0000c8ff (0x100) IXBE=0A= [9] -1 0x0000d800 - 0x0000d8ff (0x100) IXB(B)=0A= (II) OS-reported resource ranges after removing overlaps with PCI:=0A= [0] -1 0xffe00000 - 0xffffffff (0x200000) MXB(B)=0A= [1] -1 0xfee00000 - 0xfeefffff (0x100000) MXB(B)=0A= [2] -1 0xfec00000 - 0xfecfffff (0x100000) MXB(B)=0A= [3] -1 0x00100000 - 0x3fffffff (0x3ff00000) MXBE(B)=0A= [4] -1 0x000f0000 - 0x000fffff (0x10000) MXB=0A= [5] -1 0x000c0000 - 0x000effff (0x30000) MXB=0A= [6] -1 0x00000000 - 0x0009ffff (0xa0000) MXB=0A= [7] -1 0x00000000 - 0x000001ff (0x200) IXBE=0A= (II) All system resource ranges:=0A= [0] -1 0xffe00000 - 0xffffffff (0x200000) MXB(B)=0A= [1] -1 0xfee00000 - 0xfeefffff (0x100000) MXB(B)=0A= [2] -1 0xfec00000 - 0xfecfffff (0x100000) MXB(B)=0A= [3] -1 0x00100000 - 0x3fffffff (0x3ff00000) MXBE(B)=0A= [4] -1 0x000f0000 - 0x000fffff (0x10000) MXB=0A= [5] -1 0x000c0000 - 0x000effff (0x30000) MXB=0A= [6] -1 0x00000000 - 0x0009ffff (0xa0000) MXB=0A= [7] -1 0xde800000 - 0xdeffffff (0x800000) MXBE=0A= [8] -1 0xe4000000 - 0xe7ffffff (0x4000000) MXBE=0A= [9] -1 0xdffe0000 - 0xdfffffff (0x20000) MXB(B)=0A= [10] -1 0xdf000000 - 0xdf003fff (0x4000) MXB(B)=0A= [11] -1 0xe0000000 - 0xe3ffffff (0x4000000) MXB(B)=0A= [12] -1 0x00000000 - 0x000001ff (0x200) IXBE=0A= [13] -1 0x0000b800 - 0x0000b8ff (0x100) IXBE=0A= [14] -1 0x0000c000 - 0x0000c0ff (0x100) IXBE=0A= [15] -1 0x0000c400 - 0x0000c4ff (0x100) IXBE=0A= [16] -1 0x0000c800 - 0x0000c8ff (0x100) IXBE=0A= [17] -1 0x0000d800 - 0x0000d8ff (0x100) IXB(B)=0A= (II) LoadModule: "dbe"=0A= (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a=0A= (II) Module dbe: vendor=3D"The XFree86 Project"=0A= compiled for 4.0.2, module version =3D 1.0.0=0A= Module class: XFree86 Server Extension=0A= ABI class: XFree86 Server Extension, version 0.1=0A= (II) Loading extension DOUBLE-BUFFER=0A= (II) LoadModule: "extmod"=0A= (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a=0A= (II) Module extmod: vendor=3D"The XFree86 Project"=0A= compiled for 4.0.2, module version =3D 1.0.0=0A= Module class: XFree86 Server Extension=0A= ABI class: XFree86 Server Extension, version 0.1=0A= (II) Loading extension SHAPE=0A= (II) Loading extension MIT-SUNDRY-NONSTANDARD=0A= (II) Loading extension BIG-REQUESTS=0A= (II) Loading extension SYNC=0A= (II) Loading extension MIT-SCREEN-SAVER=0A= (II) Loading extension XC-MISC=0A= (II) Loading extension XFree86-VidModeExtension=0A= (II) Loading extension XFree86-Misc=0A= (II) Loading extension DPMS=0A= (II) Loading extension FontCache=0A= (II) Loading extension TOG-CUP=0A= (II) Loading extension Extended-Visual-Information=0A= (II) Loading extension XVideo=0A= (II) LoadModule: "type1"=0A= (II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a=0A= (II) Module type1: vendor=3D"The XFree86 Project"=0A= compiled for 4.0.2, module version =3D 1.0.0=0A= Module class: XFree86 Font Renderer=0A= ABI class: XFree86 Font Renderer, version 0.2=0A= (WW) module ABI minor version (2) is newer than the server's version (1)=0A= (II) Loading font Type1=0A= (II) Loading font CID=0A= (II) LoadModule: "freetype"=0A= (II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a=0A= (II) Module freetype: vendor=3D"The XFree86 Project"=0A= compiled for 4.0.2, module version =3D 1.1.8=0A= Module class: XFree86 Font Renderer=0A= ABI class: XFree86 Font Renderer, version 0.2=0A= (WW) module ABI minor version (2) is newer than the server's version (1)=0A= (II) Loading font FreeType=0A= (II) LoadModule: "r128"=0A= (II) Loading /usr/X11R6/lib/modules/drivers/r128_drv.o=0A= (II) Module r128: vendor=3D"The XFree86 Project"=0A= compiled for 4.0.2, module version =3D 4.0.1=0A= Module class: XFree86 Video Driver=0A= ABI class: XFree86 Video Driver, version 0.3=0A= (WW) module ABI minor version (3) is newer than the server's version (1)=0A= =0A= Fatal server error:=0A= Caught signal 4. Server aborting=0A= =0A= =0A= When reporting a problem related to a server crash, please send=0A= the full server output, not just the last messages.=0A= This can be found in the log file "/var/log/XFree86.0.log".=0A= =0A= ------=_NextPart_000_0027_01C09E76.69A7AD60 Content-Type: application/octet-stream; name="XFree86.8.log" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="XFree86.8.log" =0A= XFree86 Version 4.0.2 / X Window System=0A= (protocol Version 11, revision 0, vendor release 6400)=0A= Release Date: 18 December 2000=0A= If the server is older than 6-12 months, or if your card is=0A= newer than the above date, look for a newer version before=0A= reporting problems. (See http://www.XFree86.Org/FAQ)=0A= Operating System: FreeBSD 4.2-RELEASE i386 [ELF] =0A= Module Loader present=0A= (=3D=3D) Log file: "/var/log/XFree86.8.log", Time: Fri Feb 23 23:29:56 = 2001=0A= (++) Using config file: "/root/XF86Config.new"=0A= Markers: (--) probed, (**) from config file, (=3D=3D) default setting,=0A= (++) from command line, (!!) notice, (II) informational,=0A= (WW) warning, (EE) error, (??) unknown.=0A= (=3D=3D) ServerLayout "XFree86 Configured"=0A= (**) |-->Screen "Screen0" (0)=0A= (**) | |-->Monitor "Monitor0"=0A= (**) | |-->Device "Card0"=0A= (**) |-->Input Device "Mouse0"=0A= (**) |-->Input Device "Keyboard0"=0A= (**) FontPath set to = "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11= R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/= fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"=0A= (**) RgbPath set to "/usr/X11R6/lib/X11/rgb"=0A= (**) ModulePath set to "/usr/X11R6/lib/modules"=0A= (--) Using syscons driver with X support (version 2.0)=0A= (--) using VT number 9=0A= =0A= (II) Module ABI versions:=0A= XFree86 ANSI C Emulation: 0.1=0A= XFree86 Video Driver: 0.3=0A= XFree86 XInput driver : 0.1=0A= XFree86 Server Extension : 0.1=0A= XFree86 Font Renderer : 0.2=0A= (II) Loader running on freebsd=0A= (II) LoadModule: "bitmap"=0A= (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a=0A= (II) Module bitmap: vendor=3D"The XFree86 Project"=0A= compiled for 4.0.2, module version =3D 1.0.0=0A= Module class: XFree86 Font Renderer=0A= ABI class: XFree86 Font Renderer, version 0.2=0A= (II) Loading font Bitmap=0A= (II) LoadModule: "pcidata"=0A= (II) Loading /usr/X11R6/lib/modules/libpcidata.a=0A= (II) Module pcidata: vendor=3D"The XFree86 Project"=0A= compiled for 4.0.2, module version =3D 0.1.0=0A= ABI class: XFree86 Video Driver, version 0.3=0A= (II) PCI: Probing config type using method 1=0A= (II) PCI: Config type is 1=0A= (II) PCI: stages =3D 0x03, oldVal1 =3D 0x00000000, mode1Res1 =3D = 0x80000000=0A= (II) PCI: PCI scan (all values are in hex)=0A= (II) PCI: 00:00:0: chip 8086,7180 card 0000,0000 rev 03 class 06,00,00 = hdr 00=0A= (II) PCI: 00:01:0: chip 8086,7181 card 0000,0000 rev 03 class 06,04,00 = hdr 01=0A= (II) PCI: 00:04:0: chip 8086,7110 card 0000,0000 rev 02 class 06,01,00 = hdr 80=0A= (II) PCI: 00:04:1: chip 8086,7111 card 0000,0000 rev 01 class 01,01,80 = hdr 00=0A= (II) PCI: 00:04:2: chip 8086,7112 card 0000,0000 rev 01 class 0c,03,00 = hdr 00=0A= (II) PCI: 00:04:3: chip 8086,7113 card 0000,0000 rev 02 class 06,80,00 = hdr 00=0A= (II) PCI: 00:09:0: chip 10ec,8029 card 10ec,8029 rev 00 class 02,00,00 = hdr 00=0A= (II) PCI: 00:0a:0: chip 9004,6178 card 0000,0000 rev 01 class 01,00,00 = hdr 00=0A= (II) PCI: 01:00:0: chip 1002,5246 card 1002,0008 rev 00 class 03,00,00 = hdr 00=0A= (II) PCI: End of PCI scan=0A= (II) LoadModule: "scanpci"=0A= (II) Loading /usr/X11R6/lib/modules/libscanpci.a=0A= (II) Module scanpci: vendor=3D"The XFree86 Project"=0A= compiled for 4.0.2, module version =3D 0.1.0=0A= ABI class: XFree86 Video Driver, version 0.3=0A= (II) UnloadModule: "scanpci"=0A= (II) Unloading /usr/X11R6/lib/modules/libscanpci.a=0A= (II) Host-to-PCI bridge:=0A= (II) PCI-to-ISA bridge:=0A= (II) PCI-to-PCI bridge:=0A= (II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x00 (VGA_EN is = cleared)=0A= (II) Bus 0 I/O range:=0A= [0] -1 0x00000000 - 0x0000ffff (0x10000) IX[B]=0A= (II) Bus 0 non-prefetchable memory range:=0A= [0] -1 0x00000000 - 0xffffffff (0x0) MX[B]=0A= (II) Bus 0 prefetchable memory range:=0A= [0] -1 0x00000000 - 0xffffffff (0x0) MX[B]=0A= (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x09 (VGA_EN is set)=0A= (II) Bus 1 I/O range:=0A= [0] -1 0x0000d000 - 0x0000dfff (0x1000) IX[B]=0A= (II) Bus 1 non-prefetchable memory range:=0A= [0] -1 0xdf000000 - 0xdfdfffff (0xe00000) MX[B]=0A= (II) Bus 1 prefetchable memory range:=0A= [0] -1 0xdff00000 - 0xe3ffffff (0x4100000) MX[B]=0A= (II) Bus -1: bridge is at (0:4:0), (0,-1,0), BCTRL: 0x00 (VGA_EN is = cleared)=0A= (II) Bus -1 I/O range:=0A= (II) Bus -1 non-prefetchable memory range:=0A= (II) Bus -1 prefetchable memory range:=0A= (--) PCI:*(1:0:0) ATI Rage 128 RF rev 0, Mem @ 0xe0000000/26, = 0xdf000000/14, I/O @ 0xd800/8=0A= (II) Addressable bus resource ranges are=0A= [0] -1 0x00000000 - 0xffffffff (0x0) MX[B]=0A= [1] -1 0x00000000 - 0x0000ffff (0x10000) IX[B]=0A= (II) OS-reported resource ranges:=0A= [0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)=0A= [1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)=0A= [2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]=0A= [3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]=0A= [4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]=0A= [5] -1 0x00000000 - 0x000001ff (0x200) IX[B]E=0A= (II) Active PCI resource ranges:=0A= [0] -1 0xde800000 - 0xdeffffff (0x800000) MX[B]E=0A= [1] -1 0xe4000000 - 0xe7ffffff (0x4000000) MX[B]E=0A= [2] -1 0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)=0A= [3] -1 0xdf000000 - 0xdf003fff (0x4000) MX[B](B)=0A= [4] -1 0xe0000000 - 0xe3ffffff (0x4000000) MX[B](B)=0A= [5] -1 0x0000b800 - 0x0000b8ff (0x100) IX[B]E=0A= [6] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B]E=0A= [7] -1 0x0000c400 - 0x0000c4ff (0x100) IX[B]E=0A= [8] -1 0x0000c800 - 0x0000c8ff (0x100) IX[B]E=0A= [9] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B](B)=0A= (II) Active PCI resource ranges after removing overlaps:=0A= [0] -1 0xde800000 - 0xdeffffff (0x800000) MX[B]E=0A= [1] -1 0xe4000000 - 0xe7ffffff (0x4000000) MX[B]E=0A= [2] -1 0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)=0A= [3] -1 0xdf000000 - 0xdf003fff (0x4000) MX[B](B)=0A= [4] -1 0xe0000000 - 0xe3ffffff (0x4000000) MX[B](B)=0A= [5] -1 0x0000b800 - 0x0000b8ff (0x100) IX[B]E=0A= [6] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B]E=0A= [7] -1 0x0000c400 - 0x0000c4ff (0x100) IX[B]E=0A= [8] -1 0x0000c800 - 0x0000c8ff (0x100) IX[B]E=0A= [9] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B](B)=0A= (II) OS-reported resource ranges after removing overlaps with PCI:=0A= [0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)=0A= [1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)=0A= [2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]=0A= [3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]=0A= [4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]=0A= [5] -1 0x00000000 - 0x000001ff (0x200) IX[B]E=0A= (II) All system resource ranges:=0A= [0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)=0A= [1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)=0A= [2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]=0A= [3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]=0A= [4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]=0A= [5] -1 0xde800000 - 0xdeffffff (0x800000) MX[B]E=0A= [6] -1 0xe4000000 - 0xe7ffffff (0x4000000) MX[B]E=0A= [7] -1 0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)=0A= [8] -1 0xdf000000 - 0xdf003fff (0x4000) MX[B](B)=0A= [9] -1 0xe0000000 - 0xe3ffffff (0x4000000) MX[B](B)=0A= [10] -1 0x00000000 - 0x000001ff (0x200) IX[B]E=0A= [11] -1 0x0000b800 - 0x0000b8ff (0x100) IX[B]E=0A= [12] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B]E=0A= [13] -1 0x0000c400 - 0x0000c4ff (0x100) IX[B]E=0A= [14] -1 0x0000c800 - 0x0000c8ff (0x100) IX[B]E=0A= [15] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B](B)=0A= (II) LoadModule: "extmod"=0A= (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a=0A= (II) Module extmod: vendor=3D"The XFree86 Project"=0A= compiled for 4.0.2, module version =3D 1.0.0=0A= Module class: XFree86 Server Extension=0A= ABI class: XFree86 Server Extension, version 0.1=0A= (II) Loading extension SHAPE=0A= (II) Loading extension MIT-SUNDRY-NONSTANDARD=0A= (II) Loading extension BIG-REQUESTS=0A= (II) Loading extension SYNC=0A= (II) Loading extension MIT-SCREEN-SAVER=0A= (II) Loading extension XC-MISC=0A= (II) Loading extension XFree86-VidModeExtension=0A= (II) Loading extension XFree86-Misc=0A= (II) Loading extension XFree86-DGA=0A= (II) Loading extension DPMS=0A= (II) Loading extension FontCache=0A= (II) Loading extension TOG-CUP=0A= (II) Loading extension Extended-Visual-Information=0A= (II) Loading extension XVideo=0A= (II) LoadModule: "xie"=0A= (II) Loading /usr/X11R6/lib/modules/extensions/libxie.a=0A= (II) Module xie: vendor=3D"The XFree86 Project"=0A= compiled for 4.0.2, module version =3D 1.0.0=0A= Module class: XFree86 Server Extension=0A= ABI class: XFree86 Server Extension, version 0.1=0A= (II) Loading extension XIE=0A= (II) LoadModule: "pex5"=0A= (II) Loading /usr/X11R6/lib/modules/extensions/libpex5.a=0A= (II) Module pex5: vendor=3D"The XFree86 Project"=0A= compiled for 4.0.2, module version =3D 1.0.0=0A= Module class: XFree86 Server Extension=0A= ABI class: XFree86 Server Extension, version 0.1=0A= (II) Loading extension X3D-PEX=0A= (II) LoadModule: "glx"=0A= (II) Loading /usr/X11R6/lib/modules/extensions/libglx.a=0A= (II) Module glx: vendor=3D"The XFree86 Project"=0A= compiled for 4.0.2, module version =3D 1.0.0=0A= ABI class: XFree86 Server Extension, version 0.1=0A= (II) Loading extension GLX=0A= (II) Loading sub module "GLcore"=0A= (II) LoadModule: "GLcore"=0A= (II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a=0A= (II) Module GLcore: vendor=3D"The XFree86 Project"=0A= compiled for 4.0.2, module version =3D 1.0.0=0A= ABI class: XFree86 Server Extension, version 0.1=0A= (II) LoadModule: "dri"=0A= (II) Loading /usr/X11R6/lib/modules/extensions/libdri.a=0A= (II) Module dri: vendor=3D"The XFree86 Project"=0A= compiled for 4.0.2, module version =3D 1.0.0=0A= ABI class: XFree86 Server Extension, version 0.1=0A= (II) Loading extension XFree86-DRI=0A= (II) Loading sub module "drm"=0A= (II) LoadModule: "drm"=0A= (II) Loading /usr/X11R6/lib/modules/freebsd/libdrm.a=0A= (II) Module drm: vendor=3D"The XFree86 Project"=0A= compiled for 4.0.2, module version =3D 1.0.0=0A= ABI class: XFree86 Server Extension, version 0.1=0A= (II) LoadModule: "GLcore"=0A= (II) Reloading /usr/X11R6/lib/modules/extensions/libGLcore.a=0A= (II) LoadModule: "dbe"=0A= (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a=0A= (II) Module dbe: vendor=3D"The XFree86 Project"=0A= compiled for 4.0.2, module version =3D 1.0.0=0A= Module class: XFree86 Server Extension=0A= ABI class: XFree86 Server Extension, version 0.1=0A= (II) Loading extension DOUBLE-BUFFER=0A= (II) LoadModule: "record"=0A= (II) Loading /usr/X11R6/lib/modules/extensions/librecord.a=0A= (II) Module record: vendor=3D"The XFree86 Project"=0A= compiled for 4.0.2, module version =3D 1.13.0=0A= Module class: XFree86 Server Extension=0A= ABI class: XFree86 Server Extension, version 0.1=0A= (II) Loading extension RECORD=0A= (II) LoadModule: "ati"=0A= (II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o=0A= (II) Module ati: vendor=3D"The XFree86 Project"=0A= compiled for 4.0.2, module version =3D 6.2.3=0A= Module class: XFree86 Video Driver=0A= ABI class: XFree86 Video Driver, version 0.3=0A= (II) LoadModule: "mouse"=0A= (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o=0A= (II) Module mouse: vendor=3D"The XFree86 Project"=0A= compiled for 4.0.2, module version =3D 1.0.0=0A= Module class: XFree86 XInput Driver=0A= ABI class: XFree86 XInput driver, version 0.1=0A= (II) ATI: ATI driver (version 6.2.3) for chipsets: ati, ativga=0A= (II) R128: Driver for ATI Rage 128 chipsets: ATI Rage 128 RE (PCI),=0A= ATI Rage 128 RF (AGP), ATI Rage 128 RG (AGP), ATI Rage 128 RK (PCI),=0A= ATI Rage 128 RL (AGP), ATI Rage 128 Pro PF (AGP),=0A= ATI Rage 128 Mobility LE (PCI), ATI Rage 128 Mobility LF (AGP),=0A= ATI Rage 128 Mobility MF (AGP), ATI Rage 128 Mobility ML (AGP)=0A= (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),=0A= ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP)=0A= (II) Primary Device is: PCI 01:00:0=0A= (II) ATI: Candidate "Device" section "Card0".=0A= (--) Chipset ATI Rage 128 RF (AGP) found=0A= (II) Loading sub module "r128"=0A= (II) LoadModule: "r128"=0A= (II) Loading /usr/X11R6/lib/modules/drivers/r128_drv.o=0A= (II) Module r128: vendor=3D"The XFree86 Project"=0A= compiled for 4.0.2, module version =3D 4.0.1=0A= Module class: XFree86 Video Driver=0A= ABI class: XFree86 Video Driver, version 0.3=0A= (II) resource ranges after xf86ClaimFixedResources() call:=0A= [0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)=0A= [1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)=0A= [2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]=0A= [3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]=0A= [4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]=0A= [5] -1 0xde800000 - 0xdeffffff (0x800000) MX[B]E=0A= [6] -1 0xe4000000 - 0xe7ffffff (0x4000000) MX[B]E=0A= [7] -1 0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)=0A= [8] -1 0xdf000000 - 0xdf003fff (0x4000) MX[B](B)=0A= [9] -1 0xe0000000 - 0xe3ffffff (0x4000000) MX[B](B)=0A= [10] -1 0x00000000 - 0x000001ff (0x200) IX[B]E=0A= [11] -1 0x0000b800 - 0x0000b8ff (0x100) IX[B]E=0A= [12] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B]E=0A= [13] -1 0x0000c400 - 0x0000c4ff (0x100) IX[B]E=0A= [14] -1 0x0000c800 - 0x0000c8ff (0x100) IX[B]E=0A= [15] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B](B)=0A= (II) resource ranges after probing:=0A= [0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)=0A= [1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)=0A= [2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]=0A= [3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]=0A= [4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]=0A= [5] -1 0xde800000 - 0xdeffffff (0x800000) MX[B]E=0A= [6] -1 0xe4000000 - 0xe7ffffff (0x4000000) MX[B]E=0A= [7] -1 0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)=0A= [8] -1 0xdf000000 - 0xdf003fff (0x4000) MX[B](B)=0A= [9] -1 0xe0000000 - 0xe3ffffff (0x4000000) MX[B](B)=0A= [10] 0 0x000a0000 - 0x000affff (0x10000) MS[B]=0A= [11] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]=0A= [12] 0 0x000b8000 - 0x000bffff (0x8000) MS[B]=0A= [13] -1 0x00000000 - 0x000001ff (0x200) IX[B]E=0A= [14] -1 0x0000b800 - 0x0000b8ff (0x100) IX[B]E=0A= [15] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B]E=0A= [16] -1 0x0000c400 - 0x0000c4ff (0x100) IX[B]E=0A= [17] -1 0x0000c800 - 0x0000c8ff (0x100) IX[B]E=0A= [18] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B](B)=0A= [19] 0 0x000003b0 - 0x000003bb (0xc) IS[B]=0A= [20] 0 0x000003c0 - 0x000003df (0x20) IS[B]=0A= (II) Setting vga for screen 0.=0A= (II) Loading sub module "vgahw"=0A= (II) LoadModule: "vgahw"=0A= (II) Loading /usr/X11R6/lib/modules/libvgahw.a=0A= (II) Module vgahw: vendor=3D"The XFree86 Project"=0A= compiled for 4.0.2, module version =3D 0.1.0=0A= ABI class: XFree86 Video Driver, version 0.3=0A= (II) R128(0): PCI bus 1 card 0 func 0=0A= (=3D=3D) R128(0): Depth 8, (=3D=3D) framebuffer bpp 8=0A= (II) R128(0): Pixel depth =3D 8 bits stored in 1 byte (8 bpp pixmaps)=0A= (=3D=3D) R128(0): Default visual is PseudoColor=0A= (II) R128(0): Using 8 bits per RGB (8 bit DAC)=0A= (II) Loading sub module "int10"=0A= (II) LoadModule: "int10"=0A= (II) Loading /usr/X11R6/lib/modules/libint10.a=0A= (II) Module int10: vendor=3D"The XFree86 Project"=0A= compiled for 4.0.2, module version =3D 1.0.0=0A= ABI class: XFree86 Video Driver, version 0.3=0A= (II) R128(0): initializing int10=0A= (=3D=3D) R128(0): Write-combining range (0xa0000,0x20000) was already = clear=0A= (=3D=3D) R128(0): Write-combining range (0xf0000,0x10000)=0A= (II) xf86ReadBIOS(0, 0, Buf, 600)-> 6f ef 00 f0...=0A= (II) xf86ReadBIOS(c0000, 0, Buf, 10000)-> 55 aa 40 e9...=0A= (II) xf86ReadBIOS(d0000, 0, Buf, 10000)-> ff ff ff ff...=0A= (II) xf86ReadBIOS(e0000, 0, Buf, 10000)-> ff ff ff ff...=0A= (II) R128(0): Primary V_BIOS segment is: 0xc000=0A= (--) R128(0): Chipset: "ATI Rage 128 RF (AGP)" (ChipID =3D 0x5246)=0A= (--) R128(0): Linear framebuffer at 0xe0000000=0A= (--) R128(0): MMIO registers at 0xdf000000=0A= (--) R128(0): BIOS at 0xdffe0000=0A= (=3D=3D) R128(0): Write-combining range (0xdf000000,0x80000) was already = clear=0A= (--) R128(0): VideoRAM: 32768 kByte (128-bit SDR SGRAM 1:1)=0A= (II) xf86ReadBIOS(dffe0000, 0, Buf, 10000)-> 55 aa 40 e9...=0A= (II) R128(0): PLL parameters: rf=3D2950 rd=3D65 min=3D12500 max=3D25000; = xclk=3D9000=0A= (II) Loading sub module "ddc"=0A= (II) LoadModule: "ddc"=0A= (II) Loading /usr/X11R6/lib/modules/libddc.a=0A= (II) Module ddc: vendor=3D"The XFree86 Project"=0A= compiled for 4.0.2, module version =3D 1.0.0=0A= ABI class: XFree86 Video Driver, version 0.3=0A= (II) Loading sub module "vbe"=0A= (II) LoadModule: "vbe"=0A= (II) Loading /usr/X11R6/lib/modules/libvbe.a=0A= (II) Module vbe: vendor=3D"The XFree86 Project"=0A= compiled for 4.0.2, module version =3D 1.0.0=0A= ABI class: XFree86 Video Driver, version 0.3=0A= (II) Loading sub module "int10"=0A= (II) LoadModule: "int10"=0A= (II) Reloading /usr/X11R6/lib/modules/libint10.a=0A= (II) R128(0): initializing int10=0A= (=3D=3D) R128(0): Write-combining range (0xa0000,0x20000) was already = clear=0A= (II) xf86ReadBIOS(0, 0, Buf, 600)-> 6f ef 00 f0...=0A= (II) xf86ReadBIOS(c0000, 0, Buf, 10000)-> 55 aa 40 e9...=0A= (II) xf86ReadBIOS(d0000, 0, Buf, 10000)-> ff ff ff ff...=0A= (II) xf86ReadBIOS(e0000, 0, Buf, 10000)-> ff ff ff ff...=0A= (II) R128(0): Primary V_BIOS segment is: 0xc000=0A= (II) R128(0): VESA BIOS detected=0A= (II) R128(0): VESA VBE Version 2.0=0A= (II) R128(0): VESA VBE Total Mem: 32768 kB=0A= (II) R128(0): VESA VBE OEM: ATI RAGE128=0A= (II) R128(0): VESA VBE OEM Software Rev: 1.0=0A= (II) R128(0): VESA VBE OEM Vendor: ATI Technologies Inc.=0A= (II) R128(0): VESA VBE OEM Product: R128=0A= (II) R128(0): VESA VBE OEM Product Rev: 01.00=0A= (II) Loading sub module "ddc"=0A= (II) LoadModule: "ddc"=0A= (II) Reloading /usr/X11R6/lib/modules/libddc.a=0A= (II) R128(0): VESA VBE DDC supported=0A= (II) R128(0): VESA VBE DDC Level 2=0A= (II) R128(0): VESA VBE DDC transfer in appr. 2 sec.=0A= (II) R128(0): VESA VBE DDC read successfully=0A= (II) R128(0): Manufacturer: CTX Model: 3680 Serial#: 0=0A= (II) R128(0): Year: 1998 Week: 0=0A= (II) R128(0): EDID Version: 1.1=0A= (II) R128(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V=0A= (II) R128(0): Signal levels configurable=0A= (II) R128(0): Sync: Separate CompositeSerration on. V.Sync Pulse req. = if CompSync or SyncOnGreen=0A= (II) R128(0): Max H-Image Size [cm]: horiz.: 33 vert.: 25=0A= (II) R128(0): Gamma: 2.10=0A= (II) R128(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display=0A= (II) R128(0): redX: 0.627 redY: 0.337 greenX: 0.277 greenY: 0.588=0A= (II) R128(0): blueX: 0.143 blueY: 0.062 whiteX: 0.277 whiteY: 0.312=0A= (II) R128(0): Supported VESA Video Modes:=0A= (II) R128(0): 720x400@70Hz=0A= (II) R128(0): 640x480@60Hz=0A= (II) R128(0): 640x480@67Hz=0A= (II) R128(0): 640x480@72Hz=0A= (II) R128(0): 640x480@75Hz=0A= (II) R128(0): 800x600@56Hz=0A= (II) R128(0): 800x600@60Hz=0A= (II) R128(0): 800x600@72Hz=0A= (II) R128(0): 800x600@75Hz=0A= (II) R128(0): 832x624@75Hz=0A= (II) R128(0): 1024x768@87Hz (interlaced)=0A= (II) R128(0): 1024x768@60Hz=0A= (II) R128(0): 1024x768@70Hz=0A= (II) R128(0): 1024x768@75Hz=0A= (II) R128(0): 1280x1024@75Hz=0A= (II) R128(0): 1152x870@75Hz=0A= (II) R128(0): Manufacturer's mask: 0=0A= (II) R128(0): Supported Future Video Modes:=0A= (II) R128(0): #0: hsize: 640 vsize 480 refresh: 120 vid: 31793=0A= (II) R128(0): #1: hsize: 800 vsize 600 refresh: 120 vid: 31813=0A= (II) R128(0): #2: hsize: 1024 vsize 768 refresh: 100 vid: 26721=0A= (II) R128(0): #3: hsize: 1152 vsize 864 refresh: 100 vid: 26737=0A= (II) R128(0): #4: hsize: 1280 vsize 1024 refresh: 85 vid: 39297=0A= (II) R128(0): #5: hsize: 1600 vsize 1200 refresh: 75 vid: 20393=0A= (II) R128(0): Supported additional Video Mode:=0A= (II) R128(0): clock: 25.2 MHz Image Size: 300 x 225 mm=0A= (II) R128(0): h_active: 640 h_sync: 656 h_sync_end 752 h_blank_end 800 = h_border: 0=0A= (II) R128(0): v_active: 350 v_sync: 387 v_sync_end 389 v_blanking: 449 = v_border: 0=0A= (II) R128(0): Supported additional Video Mode:=0A= (II) R128(0): clock: 36.0 MHz Image Size: 300 x 225 mm=0A= (II) R128(0): h_active: 640 h_sync: 672 h_sync_end 720 h_blank_end 832 = h_border: 0=0A= (II) R128(0): v_active: 480 v_sync: 481 v_sync_end 484 v_blanking: 509 = v_border: 0=0A= (II) R128(0): Supported additional Video Mode:=0A= (II) R128(0): clock: 56.2 MHz Image Size: 300 x 225 mm=0A= (II) R128(0): h_active: 800 h_sync: 832 h_sync_end 896 h_blank_end = 1048 h_border: 0=0A= (II) R128(0): v_active: 600 v_sync: 601 v_sync_end 604 v_blanking: 631 = v_border: 0=0A= (II) R128(0): Supported additional Video Mode:=0A= (II) R128(0): clock: 94.5 MHz Image Size: 300 x 225 mm=0A= (II) R128(0): h_active: 1024 h_sync: 1072 h_sync_end 1168 h_blank_end = 1376 h_border: 0=0A= (II) R128(0): v_active: 768 v_sync: 769 v_sync_end 772 v_blanking: 808 = v_border: 0=0A= (=3D=3D) R128(0): Using gamma correction (1.0, 1.0, 1.0)=0A= (WW) R128(0): Monitor0: Using default hsync range of 28-33kHz=0A= (WW) R128(0): Monitor0: using default vrefresh range of 43-72Hz=0A= (II) R128(0): Clock range: 12.50 to 250.00 MHz=0A= (WW) R128(0): Default mode "640x350" deleted (hsync out of range)=0A= (WW) R128(0): Default mode "640x400" deleted (hsync out of range)=0A= (WW) R128(0): Default mode "720x400" deleted (hsync out of range)=0A= (WW) R128(0): Default mode "640x480" deleted (hsync out of range)=0A= (WW) R128(0): Default mode "640x480" deleted (hsync out of range)=0A= (WW) R128(0): Default mode "640x480" deleted (hsync out of range)=0A= (WW) R128(0): Default mode "800x600" deleted (hsync out of range)=0A= (WW) R128(0): Default mode "800x600" deleted (hsync out of range)=0A= (WW) R128(0): Default mode "800x600" deleted (hsync out of range)=0A= (WW) R128(0): Default mode "800x600" deleted (hsync out of range)=0A= (WW) R128(0): Default mode "800x600" deleted (hsync out of range)=0A= (WW) R128(0): Default mode "1024x768" deleted (hsync out of range)=0A= (WW) R128(0): Default mode "1024x768" deleted (hsync out of range)=0A= (WW) R128(0): Default mode "1024x768" deleted (hsync out of range)=0A= (WW) R128(0): Default mode "1024x768" deleted (hsync out of range)=0A= (WW) R128(0): Default mode "1024x768" deleted (hsync out of range)=0A= (WW) R128(0): Default mode "1152x864" deleted (hsync out of range)=0A= (WW) R128(0): Default mode "1280x960" deleted (hsync out of range)=0A= (WW) R128(0): Default mode "1280x960" deleted (hsync out of range)=0A= (WW) R128(0): Default mode "1280x1024" deleted (hsync out of range)=0A= (WW) R128(0): Default mode "1280x1024" deleted (hsync out of range)=0A= (WW) R128(0): Default mode "1280x1024" deleted (hsync out of range)=0A= (WW) R128(0): Default mode "1600x1200" deleted (hsync out of range)=0A= (WW) R128(0): Default mode "1600x1200" deleted (hsync out of range)=0A= (WW) R128(0): Default mode "1600x1200" deleted (hsync out of range)=0A= (WW) R128(0): Default mode "1600x1200" deleted (hsync out of range)=0A= (WW) R128(0): Default mode "1600x1200" deleted (hsync out of range)=0A= (WW) R128(0): Default mode "1792x1344" deleted (hsync out of range)=0A= (WW) R128(0): Default mode "1792x1344" deleted (bad mode = clock/interlace/doublescan)=0A= (WW) R128(0): Default mode "1856x1392" deleted (hsync out of range)=0A= (WW) R128(0): Default mode "1856x1392" deleted (bad mode = clock/interlace/doublescan)=0A= (WW) R128(0): Default mode "1920x1440" deleted (hsync out of range)=0A= (WW) R128(0): Default mode "1920x1440" deleted (bad mode = clock/interlace/doublescan)=0A= (--) R128(0): Virtual size is 640x480 (pitch 640)=0A= (**) R128(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz=0A= (--) R128(0): Display dimensions: (33, 25) cm=0A= (--) R128(0): DPI set to (49, 48)=0A= (II) Loading sub module "fb"=0A= (II) LoadModule: "fb"=0A= (II) Loading /usr/X11R6/lib/modules/libfb.a=0A= (II) Module fb: vendor=3D"The XFree86 Project"=0A= compiled for 4.0.2, module version =3D 1.0.0=0A= ABI class: XFree86 ANSI C Emulation, version 0.1=0A= (II) Loading sub module "ramdac"=0A= (II) LoadModule: "ramdac"=0A= (II) Loading /usr/X11R6/lib/modules/libramdac.a=0A= (II) Module ramdac: vendor=3D"The XFree86 Project"=0A= compiled for 4.0.2, module version =3D 0.1.0=0A= ABI class: XFree86 Video Driver, version 0.3=0A= (II) Loading sub module "xaa"=0A= (II) LoadModule: "xaa"=0A= (II) Loading /usr/X11R6/lib/modules/libxaa.a=0A= (II) Module xaa: vendor=3D"The XFree86 Project"=0A= compiled for 4.0.2, module version =3D 1.0.0=0A= ABI class: XFree86 Video Driver, version 0.3=0A= (II) do I need RAC? No, I don't.=0A= (II) resource ranges after preInit:=0A= [0] 0 0xdf000000 - 0xdf003fff (0x4000) MS[B]=0A= [1] 0 0xe0000000 - 0xe3ffffff (0x4000000) MS[B]=0A= [2] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)=0A= [3] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)=0A= [4] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]=0A= [5] -1 0x000c0000 - 0x000effff (0x30000) MX[B]=0A= [6] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]=0A= [7] -1 0xde800000 - 0xdeffffff (0x800000) MX[B]E=0A= [8] -1 0xe4000000 - 0xe7ffffff (0x4000000) MX[B]E=0A= [9] -1 0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)=0A= [10] -1 0xdf000000 - 0xdf003fff (0x4000) MX[B](B)=0A= [11] -1 0xe0000000 - 0xe3ffffff (0x4000000) MX[B](B)=0A= [12] 0 0x000a0000 - 0x000affff (0x10000) MS[B]=0A= [13] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]=0A= [14] 0 0x000b8000 - 0x000bffff (0x8000) MS[B]=0A= [15] 0 0x0000d800 - 0x0000d8ff (0x100) IS[B]=0A= [16] -1 0x00000000 - 0x000001ff (0x200) IX[B]E=0A= [17] -1 0x0000b800 - 0x0000b8ff (0x100) IX[B]E=0A= [18] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B]E=0A= [19] -1 0x0000c400 - 0x0000c4ff (0x100) IX[B]E=0A= [20] -1 0x0000c800 - 0x0000c8ff (0x100) IX[B]E=0A= [21] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B](B)=0A= [22] 0 0x000003b0 - 0x000003bb (0xc) IS[B]=0A= [23] 0 0x000003c0 - 0x000003df (0x20) IS[B]=0A= (=3D=3D) R128(0): Write-combining range (0xdf000000,0x80000) was already = clear=0A= (=3D=3D) R128(0): Write-combining range (0xe0000000,0x2000000)=0A= (=3D=3D) R128(0): Write-combining range (0xa0000,0x10000) was already = clear=0A= (EE) R128(0): Memory manager initialization to (0,0) (640,-13108) failed=0A= =0A= Fatal server error:=0A= AddScreen/ScreenInit failed for driver 0=0A= =0A= =0A= When reporting a problem related to a server crash, please send=0A= the full server output, not just the last messages.=0A= This can be found in the log file "/var/log/XFree86.8.log".=0A= Please report problems to xfree86@xfree86.org.=0A= =0A= (=3D=3D) R128(0): Write-combining range (0xa0000,0x10000) was already = clear=0A= ------=_NextPart_000_0027_01C09E76.69A7AD60-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 6:36: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail2.rdc1.on.home.com (femail2.rdc1.on.home.com [24.2.9.89]) by hub.freebsd.org (Postfix) with ESMTP id 84CCD37B401 for ; Sat, 24 Feb 2001 06:36:06 -0800 (PST) (envelope-from latif2221@home.com) Received: from home.com ([24.114.36.13]) by femail2.rdc1.on.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010224143559.HHGO606.femail2.rdc1.on.home.com@home.com> for ; Sat, 24 Feb 2001 06:35:59 -0800 Message-ID: <3A977CB1.7EF85F24@home.com> Date: Sat, 24 Feb 2001 09:19:45 +0000 From: Duraid Organization: nonp X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.2 i586) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: netfilter in freebsd Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG moving from linux: what is the netfilter in freebsd... ie what's equivalent to iptables? Duraid To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 6:57:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail2.rdc1.on.home.com (femail2.rdc1.on.home.com [24.2.9.89]) by hub.freebsd.org (Postfix) with ESMTP id 6C1F137B491 for ; Sat, 24 Feb 2001 06:57:31 -0800 (PST) (envelope-from latif2221@home.com) Received: from home.com ([24.114.36.13]) by femail2.rdc1.on.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010224145724.HTGA606.femail2.rdc1.on.home.com@home.com> for ; Sat, 24 Feb 2001 06:57:24 -0800 Message-ID: <3A9781B6.E4C32FCA@home.com> Date: Sat, 24 Feb 2001 09:41:10 +0000 From: Duraid Organization: nonp X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.2 i586) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: linux Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG moving from linux: what difficulties do you think i might face if coming from linux? what will i dislike? Duraid To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 7:16:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.ieg.com.br (huxley.protocoloweb.com.br [200.185.63.26]) by hub.freebsd.org (Postfix) with ESMTP id 2AEBB37B4EC for ; Sat, 24 Feb 2001 07:16:46 -0800 (PST) (envelope-from klippel@ieg.com.br) Received: from mperes.ieg.com.br (londial28.vetorialnet.com.br [200.248.179.188]) by smtp.ieg.com.br (8.10.2/8.9.3) with ESMTP id f1OEDiH21588 for ; Sat, 24 Feb 2001 12:13:49 -0200 Message-Id: <5.0.2.1.0.20010222173601.009eade0@pop3.ieg.com.br> X-Sender: klippel@pop3.ieg.com.br X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Thu, 22 Feb 2001 17:36:01 -0300 To: questions@freebsd.org From: Sandro Klippel Subject: FreeBSD Toolkit problems Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Sir(s) I bought FreeBSD Toolkit (edition June 2000) and I have some problems with him: Whenever I run the program LDCONFIG of compatibility library Linux, the program core dumped. I believe that the problem refers to the new system 5.0-Current, because after installing the package Linux_base6.1 of my old system 4.0 the problem persists. The CD containing the packages and the distribution files is not complete. The CD of the distribution files, for instance, files begin with the letter A (capital letter) (CD 1) they pass for the small letters until the letter g (end of the disk 5), and in the disk 6 it jumps for the letter x. I believe that obviously is not a complete set. That is also consisted in the installation of some program, where it always lacks a requested package. Sincere yours Sandro Klippel. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 7:33:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bigglesworth.mail.be.easynet.net (bigglesworth.mail.be.easynet.net [212.100.160.67]) by hub.freebsd.org (Postfix) with ESMTP id DEB1F37B491 for ; Sat, 24 Feb 2001 07:33:12 -0800 (PST) (envelope-from as-hombert@easynet.be) Received: from 213-193-168-68.adsl.easynet.be ([213.193.168.68] helo=ash) by bigglesworth.mail.be.easynet.net with smtp (Exim 3.16 #1) id 14Wgh5-0002y8-00 for freebsd-questions@freebsd.org; Sat, 24 Feb 2001 16:33:11 +0100 From: Anne-Sophie Hombert To: X-Mailer: Poco 2.11 (777) - Registered Version Date: Sat, 24 Feb 2001 16:33:09 +0100 X-URL: Subject: DSL and Firewall on 4.2 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I managed to setup a connection to my ADSL provider via FreeBSD= 4.2 stable. I connect via PPPoE and get a dynamic IP address. The FreeBSD box= is a stand-alone machine (not acting as gateway, no LAN etc) Now I'd like to setup a firewall. Which options should I add to= the existing kernel and which rules should I use? I found instructions to setup a firewall with a dial up= connection in the handbook, but I'm not sure it would work with= ADSL. Thanks for your help, Anne To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 7:34:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.hutchtel.net (ns1.hutchtel.net [206.9.112.100]) by hub.freebsd.org (Postfix) with ESMTP id C775037B491 for ; Sat, 24 Feb 2001 07:34:13 -0800 (PST) (envelope-from jpaetzel@hutchtel.net) Received: from mark9 (hutch-460.hutchtel.net [209.105.45.188]) by ns1.hutchtel.net (8.9.1/8.9.0) with SMTP id JAA29568; Sat, 24 Feb 2001 09:34:03 -0600 (CST) Message-ID: <004d01c09f40$5fde4760$6100000a@vladsempire.net> From: "Josh Paetzel" To: "Trevin Chow" , References: Subject: Re: Linksys TX Underruns? Date: Sun, 25 Feb 2001 09:33:27 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.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 ----- Original Message ----- From: "Trevin Chow" To: Sent: Friday, February 23, 2001 3:14 PM Subject: Linksys TX Underruns? > I have a Linksys LNE100 Revision 4 in my box that uses the AMDTek chipset. > I've noticed that i'm getting a lot of "TX underrun: increasing > threshhold" messages. Around the same time, my connection will die forcing > me to hard reset the machine. I'm not sure if these are related events. > Is the "TX Underrun" something to worry about? What exactly is it and how > can I remedy it? > > > Regards, > Trevin Chow > > I get these all the times when I use LNE100TX cards in slower machines. I have been told that the driver for these cards isn't the best thing in the world. I never get connection resets or hung machines, though. I just get the messages anytime I hit a machine on the LAN hard. Josh > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 8: 3:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mr200.netcologne.de (mr200.netcologne.de [194.8.194.109]) by hub.freebsd.org (Postfix) with ESMTP id 017FC37B491 for ; Sat, 24 Feb 2001 08:03:28 -0800 (PST) (envelope-from pherman@frenchfries.net) Received: from husten.security.at12.de (dial-195-14-235-117.netcologne.de [195.14.235.117]) by mr200.netcologne.de (Mirapoint) with ESMTP id ABS87783; Sat, 24 Feb 2001 17:03:25 +0100 (CET) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by husten.security.at12.de (8.11.2/8.11.2) with ESMTP id f1OG39s63292; Sat, 24 Feb 2001 17:03:10 +0100 (CET) (envelope-from pherman@frenchfries.net) Date: Sat, 24 Feb 2001 17:03:09 +0100 (CET) From: Paul Herman To: "E. Jordan Bojar" Cc: Subject: Re: Tripwire In-Reply-To: <01Feb23.112703est.115310@gateway.intersys.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 23 Feb 2001, E. Jordan Bojar wrote: > Has anyone used "Tripwire for Linux" 2.2.1 via binary > compatibility? I'm interested in setting it up, but can't find > any discussion of the newer (non-source) version on FreeBSD. I've used the newer (source) version 2.3.0 via Linux-emu, and it seemed to work fine, so I can't imagine there should be any problems with 2.2.1. I've also used the newer version 2.3.0 natively compiled under FreeBSD, and it works just fine, too. :-) -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 8:54:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from deepblue.everad.com (deepblue.everad.com [212.117.137.66]) by hub.freebsd.org (Postfix) with ESMTP id 33DF837B4EC for ; Sat, 24 Feb 2001 08:54:46 -0800 (PST) (envelope-from DanielM@EverAd.com) Received: from ilexc01.everad.com ([10.72.6.6]) by deepblue.everad.com with Microsoft SMTPSVC(5.5.1877.197.19); Sat, 24 Feb 2001 18:56:45 +0200 Subject: RE: 'fdisk' questions MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Sat, 24 Feb 2001 18:54:41 +0200 Message-ID: X-MimeOLE: Produced By Microsoft Exchange V6.0.4417.0 content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: 'fdisk' questions Thread-Index: AcCeZTSgNxKtbfuASeqwsRw55smBbAAHFtFQ From: "Daniel Mester" To: "'Freebsd-Questions (E-mail)" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks. > (2) 'UNUSED' in this situation means that fdisk did not find > any other freebsd partition, i.e., you probably have some other > operating systems on those partitions, or else they really are > unused. But i haven't got any other partition than FreeBSD on this box. It takes whole disk. freenix# fdisk -s /dev/ad4 /dev/ad4: 4177 cyl 64 hd 63 sec Part Start Size Type Flags 1: 0 16841664 0xa5 0x80 So what the stands for? Thank you. > -----Original Message----- > From: Gary L. Dolan [mailto:fred1@inebraska.com] > Sent: Saturday, February 24, 2001 3:24 PM > To: Daniel Mester > Subject: 'fdisk' questions >=20 >=20 > On Sat, Feb 24, 2001 at 12:45:03PM +0200, Daniel Mester wrote: > >=20 > > I found in 'man fdisk' that actually fdisk is looking in=20 > /dev for disks > > `wd0', `da0', and `od0' in that order, until one is being found > > responding. > > Why it follows only those 3 devices? > >=20 > > >From 'dmesg' i found that my hd-device is called "ad4:=20 > 8223MB > > [16708/16/63] at ata2-master UDMA66" - why it has 4-th ID -=20 > why it is > > not ad0 or something? > >=20 > > Later i run 'fdisk /dev/ad4' - and got this outprint: > * * * * > > The data for partition 2 is: > > > > The data for partition 3 is: > > > > The data for partition 4 is: > > > >=20 > > What mean tags here? >=20 > (1) Fdisk only looks in 'wd0', etc., because that is its default > behavior, i.e., default behavior is what a program does if you do > not give it additional parameters. When you gave it the additional > parameter of ad4, it read that disk partition. > (2) 'UNUSED' in this situation means that fdisk did not find > any other freebsd partition, i.e., you probably have some other > operating systems on those partitions, or else they really are > unused. >=20 > --=20 > Gary Dolan > Debian GNU/Linux 2.2, Kernel 2.4.1=20 > FreeBSD 4.2 >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 8:58:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.toronto.istar.net (mail1.toronto.istar.net [209.89.75.17]) by hub.freebsd.org (Postfix) with ESMTP id 4749937B401 for ; Sat, 24 Feb 2001 08:58:16 -0800 (PST) (envelope-from genisis@istar.ca) Received: from d141-118-73.home.cgocable.net ([24.141.118.73]) by mail1.toronto.istar.net with esmtp (Exim 2.02 #1) id 14Wi0U-000434-00; Sat, 24 Feb 2001 11:57:18 -0500 Date: Sat, 24 Feb 2001 11:48:37 -0500 (EST) From: Dru X-Sender: genisis@x1-6-00-00-b4-94-9d-3f.kico1.on.home.com To: Daniel Mester Cc: "'Freebsd-Questions (E-mail)" Subject: RE: 'fdisk' questions In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 24 Feb 2001, Daniel Mester wrote: > Thanks. > > > (2) 'UNUSED' in this situation means that fdisk did not find > > any other freebsd partition, i.e., you probably have some other > > operating systems on those partitions, or else they really are > > unused. > > But i haven't got any other partition than FreeBSD on this box. It takes > whole disk. > freenix# fdisk -s /dev/ad4 > /dev/ad4: 4177 cyl 64 hd 63 sec > Part Start Size Type Flags > 1: 0 16841664 0xa5 0x80 > > So what the stands for? > Thank you. "fdisk" reads the BIOS partition table which has four 16 byte entries. Since you've only used one of these entries, the other three entries are "unused". Dru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 9:12:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from server2.digital-web.net (server2.digital-web.net [205.252.89.147]) by hub.freebsd.org (Postfix) with ESMTP id 6E70F37B4EC for ; Sat, 24 Feb 2001 09:12:49 -0800 (PST) (envelope-from demond@server2.digital-web.net) Received: from localhost (demond@localhost) by server2.digital-web.net (8.11.1/8.11.1) with ESMTP id f1OHCia72249 for ; Sat, 24 Feb 2001 12:12:44 -0500 (EST) Date: Sat, 24 Feb 2001 12:12:44 -0500 (EST) From: Lubomir Radev To: freebsd-questions@freebsd.org Subject: kernel panic in 4.2-RELEASE with NETGRAPH Message-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, After rebuilding the vanilla GENERIC adding just one option, NETGRAPH, I get kernel panic "page fault supervisor write" when trying to launch ppp (my provider uses PPPoE) Any thoughts on how to remedy this? My system is Athlon800 on Asus A7V (VIA KT133) with 40GB Maxtor disk on Promise Ultra ATA100 and 3c905B "Cyclone" 100BaseTX ethernet card I also tried adding NETGRAPH_SOCKET and NETGRAPH_PPPOE options, which didn't make any difference Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 9:16:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tomts6-srv.bellnexxia.net (tomts6.bellnexxia.net [209.226.175.26]) by hub.freebsd.org (Postfix) with ESMTP id B759237B4EC for ; Sat, 24 Feb 2001 09:16:42 -0800 (PST) (envelope-from reel@sympatico.ca) Received: from HSE-QuebecCity-ppp80890.qc.sympatico.ca ([64.229.234.63]) by tomts6-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010224171641.BZTO25007.tomts6-srv.bellnexxia.net@HSE-QuebecCity-ppp80890.qc.sympatico.ca>; Sat, 24 Feb 2001 12:16:41 -0500 Date: Sat, 24 Feb 2001 12:16:40 -0500 (EST) From: Felix-Antoine Paradis X-X-Sender: To: Lubomir Radev Cc: Subject: Re: kernel panic in 4.2-RELEASE with NETGRAPH 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 For PPPoE, you must have the three: options NETGRAPH options NETGRAPH_PPPOE options NETGRAPH_SOCKET On Sat, 24 Feb 2001, Lubomir Radev wrote: > > Hello, > > After rebuilding the vanilla GENERIC adding just one > option, NETGRAPH, I get kernel panic "page fault > supervisor write" when trying to launch ppp > (my provider uses PPPoE) > > Any thoughts on how to remedy this? My system is > Athlon800 on Asus A7V (VIA KT133) with 40GB Maxtor > disk on Promise Ultra ATA100 and 3c905B "Cyclone" > 100BaseTX ethernet card > > I also tried adding NETGRAPH_SOCKET and NETGRAPH_PPPOE > options, which didn't make any difference > > Thanks > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > ______________________ Felix-Antoine Paradis reel@sympatico.ca PGP Key ID: 0x7B3AD2C5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 9:23:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from server2.digital-web.net (server2.digital-web.net [205.252.89.147]) by hub.freebsd.org (Postfix) with ESMTP id B61BE37B491 for ; Sat, 24 Feb 2001 09:23:43 -0800 (PST) (envelope-from demond@server2.digital-web.net) Received: from localhost (demond@localhost) by server2.digital-web.net (8.11.1/8.11.1) with ESMTP id f1OHNfp72733; Sat, 24 Feb 2001 12:23:42 -0500 (EST) Date: Sat, 24 Feb 2001 12:23:41 -0500 (EST) From: Lubomir Radev To: Felix-Antoine Paradis Cc: freebsd-questions@FreeBSD.ORG Subject: Re: kernel panic in 4.2-RELEASE with NETGRAPH 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 thats what I have, all 3 of them; the kernel panic is still occuring though On Sat, 24 Feb 2001, Felix-Antoine Paradis wrote: > For PPPoE, you must have the three: > > options NETGRAPH > options NETGRAPH_PPPOE > options NETGRAPH_SOCKET > > > On Sat, 24 Feb 2001, Lubomir Radev wrote: > > > > > Hello, > > > > After rebuilding the vanilla GENERIC adding just one > > option, NETGRAPH, I get kernel panic "page fault > > supervisor write" when trying to launch ppp > > (my provider uses PPPoE) > > > > Any thoughts on how to remedy this? My system is > > Athlon800 on Asus A7V (VIA KT133) with 40GB Maxtor > > disk on Promise Ultra ATA100 and 3c905B "Cyclone" > > 100BaseTX ethernet card > > > > I also tried adding NETGRAPH_SOCKET and NETGRAPH_PPPOE > > options, which didn't make any difference > > > > Thanks > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > ______________________ > Felix-Antoine Paradis > reel@sympatico.ca > PGP Key ID: 0x7B3AD2C5 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 9:24:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bigglesworth.mail.be.easynet.net (bigglesworth.mail.be.easynet.net [212.100.160.67]) by hub.freebsd.org (Postfix) with ESMTP id DFD4B37B401 for ; Sat, 24 Feb 2001 09:24:56 -0800 (PST) (envelope-from as_hombert@attglobal.net) Received: from 213-193-168-37.adsl.easynet.be ([213.193.168.37] helo=ash) by bigglesworth.mail.be.easynet.net with smtp (Exim 3.16 #1) id 14WiRD-0003cG-00 for freebsd-questions@freebsd.org; Sat, 24 Feb 2001 18:24:55 +0100 From: Anne-Sophie Hombert To: X-Mailer: Poco 2.11 (777) - Registered Version Date: Sat, 24 Feb 2001 18:24:54 +0100 X-URL: Subject: Re: kernel panic in 4.2-RELEASE with NETGRAPH Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I just experienced a similar problem. I solved it by bringing up the network interface with: # ifconfig xl0 up (where xl0 should be replaced with your network interface) Then the connection to your provider should work. Anne To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 9:51:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nova.fqdn.com (fqdn.com [204.138.49.210]) by hub.freebsd.org (Postfix) with ESMTP id 53BA537B491 for ; Sat, 24 Feb 2001 09:51:32 -0800 (PST) (envelope-from greg@fqdn.com) Received: from tyan (greg [204.138.49.213]) by nova.fqdn.com (SGI-8.9.3/8.9.3) with SMTP id MAA49187 for ; Sat, 24 Feb 2001 12:39:07 -0500 (EST) From: "greg" To: "Freebsd-Questions" Subject: net.inet.ip.fw.dyn_max question. Date: Sat, 24 Feb 2001 12:50:01 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, something happened in my last letter.. sorry about that. This one has a subject and no ghost paste. I'm using IPFW's stateful features on our firewall. the only machine that will be making requests via it to the internet is the proxy server. There is about 500 users using the proxy server. is it ok to or necessary to increase the amount of dynamic rules that can exist at any one time from that of the default value? I have moved it up from 1000 to 2000 and was wondering if there will be any ramifications from doing so. The system has 196 megs of memory and a 400Mhz p2 cpu. take care, greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 9:56:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from p1.cs.ohiou.edu (p1.cs.ohiou.edu [132.235.1.11]) by hub.freebsd.org (Postfix) with ESMTP id 0954A37B491 for ; Sat, 24 Feb 2001 09:56:54 -0800 (PST) (envelope-from frussell@p1.cs.ohiou.edu) Received: from localhost (frussell@localhost) by p1.cs.ohiou.edu (8.9.3/8.9.3) with SMTP id MAA09286; Sat, 24 Feb 2001 12:56:49 -0500 (EST) Date: Sat, 24 Feb 2001 12:56:48 -0500 (EST) From: Russell Francis X-Sender: frussell@p1 To: ZzELITESzZ@aol.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: a question In-Reply-To: <10.9316049.27c8cf55@aol.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 noticed you dont really go into detail on what is all needed for the > freeBSD Operating System. I went to the links your page said to go to and > there were so many files in the directory i dont even know where to start. i > was wondering if you could send me a list off what all i need to download. > thank you It can be tricky at first but you don't have to go it alone. Luckily there is a handbook for you! http://www.freebsd.org/handbook/index.html If you are new to the OS I would recommend printing this out and having it attached at your hip. It can guide through just about anything. Good Luck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 10:20: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id D75AF37B65D for ; Sat, 24 Feb 2001 10:19:56 -0800 (PST) (envelope-from wash@iconnect.co.ke) Received: from [212.22.163.2] (helo=poeza.iconnect.co.ke) by siafu.iconnect.co.ke with esmtp (Exim 2.12 #1) id 14WjGa-000FY6-00; Sat, 24 Feb 2001 21:18:00 +0300 Received: from wash by poeza.iconnect.co.ke with local (Exim 3.20 #1) id 14WjJp-000OWI-00; Sat, 24 Feb 2001 21:21:21 +0300 Date: Sat, 24 Feb 2001 21:21:21 +0300 From: Odhiambo Washington To: freebsd-questions@freebsd.org Cc: as_hombert@attglobal.net Subject: Re: kernel panic in 4.2-RELEASE with NETGRAPH Message-ID: <20010224212121.A94234@poeza.iconnect.co.ke> Mail-Followup-To: Odhiambo Washington , freebsd-questions@freebsd.org, as_hombert@attglobal.net References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="AhhlLboLdkugWU4S" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from "Anne-Sophie Hombert" on Sat, Feb 24, 2001 at 06:24:54PM +0100 X-Operating-System: FreeBSD poeza.iconnect.co.ke 4.2-STABLE FreeBSD 4.2-STABLE X-Location: Mombasa, KE, East Africa Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --AhhlLboLdkugWU4S Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Anne-Sophie Hombert [20010224 20:26]: writing = on the subject 'Re: kernel panic in 4.2-RELEASE with NETGRAPH' Anne-Sophie> Hi, Anne-Sophie>=20 Anne-Sophie> I just experienced a similar problem. Anne-Sophie>=20 Anne-Sophie> I solved it by bringing up the network interface with: Anne-Sophie> # ifconfig xl0 up Anne-Sophie> (where xl0 should be replaced with your network interface) Anne-Sophie>=20 Anne-Sophie> Then the connection to your provider should work. Hi Anne, Why do I think you sorted out a different problem? Aren't network interfaces supposed to be brought up by the corresponding entry in rc.conf? network_interfaces=3D"auto" _OR_=20 network_interfaces=3D"xl0 tun0" -Wash -- Odhiambo Washington Inter-Connect Ltd., wash@iconnect.co.ke 5th Flr Furaha Plaza Tel: 254 11 222604 Nkrumah Rd., Fax: 254 11 222636 PO Box 83613 MOMBASA, KE. When one ceases from conflict, whether because he has won, because he has= =20 lost, or because he cares no more for the game, the virtue passes out of hi= m.=20 -Charles Horton Cooley, "Life and the Student"=20 --AhhlLboLdkugWU4S Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD4DBQE6l/uhA2k+MNyI/bERAgXKAJ9UkozbYT+VcWw5lNlsQpmfe7ZfvACVEcVo RwxVDvVLd411jcIHSdmO5w== =7inB -----END PGP SIGNATURE----- --AhhlLboLdkugWU4S-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 10:23:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id 4D62437B4EC for ; Sat, 24 Feb 2001 10:23:40 -0800 (PST) (envelope-from wash@iconnect.co.ke) Received: from [212.22.163.2] (helo=poeza.iconnect.co.ke) by siafu.iconnect.co.ke with esmtp (Exim 2.12 #1) id 14WjK5-000Fgj-00; Sat, 24 Feb 2001 21:21:37 +0300 Received: from wash by poeza.iconnect.co.ke with local (Exim 3.20 #1) id 14WjNK-000OWr-00; Sat, 24 Feb 2001 21:24:58 +0300 Date: Sat, 24 Feb 2001 21:24:58 +0300 From: Odhiambo Washington To: Paijo Cc: FBSD-Q Subject: Re: corrupted mailbox Message-ID: <20010224212458.B94234@poeza.iconnect.co.ke> Mail-Followup-To: Odhiambo Washington , Paijo , FBSD-Q References: <013d01c09e58$89009000$6600a8c0@benny> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="2B/JsCI69OhZNC5r" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <013d01c09e58$89009000$6600a8c0@benny>; from "Paijo" on Sat, Feb 24, 2001 at 06:54:24PM +0700 X-Operating-System: FreeBSD poeza.iconnect.co.ke 4.2-STABLE FreeBSD 4.2-STABLE X-Mailer: Mutt http://www.mutt.org/ X-Location: Mombasa, KE, East Africa Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --2B/JsCI69OhZNC5r Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Paijo [20010224 15:00]: writing on the subject 'corru= pted mailbox' Paijo> Hi, Paijo>=20 Paijo> Regarding my previous question, I've found out that the mailbox file= s (/var/mail/bob and /var/mail/bob1) were corrupted. Paijo> Do you guys know any tools to fix the mailbox corruption??? What do you mean corrupted? Fix? Delete the files and create now ones cd /var/mail rm -f bob1 touch bob1 chmod 600 bob1 -Wash -- Odhiambo Washington Inter-Connect Ltd., wash@iconnect.co.ke 5th Flr Furaha Plaza Tel: 254 11 222604 Nkrumah Rd., Fax: 254 11 222636 PO Box 83613 MOMBASA, KE. There will be a Moscow Exhibition of Aets by 15,000 Soviet Republic painter= s=20 and sculptors. These were executed over the past two years. -From the Sovie= t=20 Weekly=20 --2B/JsCI69OhZNC5r Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6l/x6A2k+MNyI/bERAieiAKCs73yHwIXGsp2n4IJsffTtD1R+UACgpP/3 +j/8N1thcwBSYLNSeqm6gWI= =kdZW -----END PGP SIGNATURE----- --2B/JsCI69OhZNC5r-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 10:25:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sydney.worldwide.lemis.com (bos-30-c-178.bos.dsl.cerfnet.com [209.187.126.178]) by hub.freebsd.org (Postfix) with ESMTP id 0E18437B491 for ; Sat, 24 Feb 2001 10:25:33 -0800 (PST) (envelope-from grog@sydney.worldwide.lemis.com) Received: (from grog@localhost) by sydney.worldwide.lemis.com (8.11.1/8.9.3) id f1OIUCb09111; Sat, 24 Feb 2001 13:30:12 -0500 (EST) (envelope-from grog) Date: Sat, 24 Feb 2001 13:30:11 -0500 From: Greg Lehey To: Thomas Cc: questions@freebsd.org Subject: Re: vinum and crashing freebsd 4.2-stable Message-ID: <20010224133011.E5320@sydney.worldwide.lemis.com> References: <4.3.1.2.20010224064451.00b4f008@mail.charter.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <4.3.1.2.20010224064451.00b4f008@mail.charter.net>; from tomas1@charter.net on Sat, Feb 24, 2001 at 06:46:49AM -0800 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 Saturday, 24 February 2001 at 6:46:49 -0800, Thomas wrote: > I am trying to run vinum on my freebsd, but everytime i get to the point > where i do newfs -v /dev/vinum/scsiraid it crashes my box. I did a vinum > resetconfig, and tried it, still doesnt work. I also made sure the type on > the disks is vinum. Any ideas why this would crash my box? No. As the man page says, I need information if you have problems. Take a look at http://www.vinumvm.org/how-to-debug.html and give me the information I ask for there. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. 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 Sat Feb 24 10:37: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wingerboy.sonic.net (wingerboy.sonic.net [209.204.177.11]) by hub.freebsd.org (Postfix) with ESMTP id A30B937B401 for ; Sat, 24 Feb 2001 10:36:58 -0800 (PST) (envelope-from kgc@wingerboy.sonic.net) Received: (from kgc@localhost) by wingerboy.sonic.net (8.11.2/8.11.2) id f1OIasp02567 for freebsd-questions@freebsd.org.AVP; Sat, 24 Feb 2001 10:36:54 -0800 (PST) X-Authentication-Warning: wingerboy.sonic.net: kgc set sender to kgc@wingerboy.sonic.net using -f Received: (from kgc@localhost) by wingerboy.sonic.net (8.11.2/8.11.2) id f1OIarw02551; Sat, 24 Feb 2001 10:36:53 -0800 (PST) Date: Sat, 24 Feb 2001 10:36:53 -0800 From: Kelsey Cummings To: Power JeSsIe! Cc: freebsd-questions@freebsd.org Subject: Re: help on limiting bandwidth Message-ID: <20010224103653.B2460@wingerboy.sonic.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jessie@power-jessie.net on Sat, Feb 24, 2001 at 04:57:24PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yes, use Dummynet and IPFW and you can limit the bandwidth to whatever you would like. On Sat, Feb 24, 2001 at 04:57:24PM -0800, Power JeSsIe! wrote: > > i have 8 windoze workstations connected to > my freebsd server. right now these units are > pulling our bandwith. is there a way to limit > the bandwith via ipfw to about let say 56kbps? > > server ip : 192.168.1.1 (gateway) > workstations ips : 192.168.1.2 - 192.168.1.9 > > > tia. > > jessie > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kelsey Cummings - kgc@sonic.net sonic.net System Administrator 300 B Street, Ste 101 707.522.1000 (Voice) Santa Rosa, CA 95404 707.547.2199 (Fax) http://www.sonic.net/ Fingerprint = 7F 59 43 1B 44 8A 0D 57 91 08 73 73 7A 48 90 C5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 10:52:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from studict.student.utwente.nl (studict.student.utwente.nl [130.89.220.2]) by hub.freebsd.org (Postfix) with ESMTP id 9A63A37B4EC for ; Sat, 24 Feb 2001 10:52:21 -0800 (PST) (envelope-from r.j.steehouder@student.utwente.nl) Received: from kabel203069.kabel.utwente.nl (kabel203069.kabel.utwente.nl [130.89.203.69]) by studict.student.utwente.nl (8.9.3/MQT) with ESMTP id TAA01356; Sat, 24 Feb 2001 19:52:17 +0100 (MET) Date: Sat, 24 Feb 2001 19:52:15 +0100 (CET) From: Rogier Steehouder Reply-To: Rogier Steehouder To: Duraid Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: linux In-Reply-To: <3A9781B6.E4C32FCA@home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG E-mail from freebsd-questions-admin@spitfire.velocet.net, sent 24-02-2001: >moving from linux: >what difficulties do you think i might face if coming from linux? >what will i dislike? Linux. ;-) with kind regards, Rogier Steehouder -- ___ _ -O_\ Rogier Steehouder // | / mailto:r.j.steehouder@student.utwente.nl //\ / \ http://home.student.utwente.nl/r.j.steehouder/ // \ <----------------------- 25m ----------------------> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 11:47:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from daemon.kingsqueak.org (cc737825-a.etntwn1.nj.home.com [65.8.90.95]) by hub.freebsd.org (Postfix) with ESMTP id 2884E37B491 for ; Sat, 24 Feb 2001 11:47:36 -0800 (PST) (envelope-from drmoreau@kingsqueak.org) Received: (from drmoreau@localhost) by daemon.kingsqueak.org (8.11.1/8.11.1) id f1OJlYa23769 for freebsd-questions@FreeBSD.ORG; Sat, 24 Feb 2001 14:47:34 -0500 (EST) (envelope-from drmoreau) Date: Sat, 24 Feb 2001 14:47:34 -0500 From: Chris To: "freebsd-questions@FreeBSD.ORG" Subject: Re: netfilter in freebsd Message-ID: <20010224144734.A23735@daemon.kingsqueak.org> References: <3A977CB1.7EF85F24@home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A977CB1.7EF85F24@home.com>; from latif2221@home.com on Sat, Feb 24, 2001 at 09:19:45AM +0000 X-Mailer: Mutt http://www.mutt.org/ X-Uptime: 1 day X-URL: http://www.kingsqueak.org/ X-Accept-Language: en X-Editor: Vim http://www.vim.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG http://www.freebsd.org/handbook There are two immediate options, ipfw and ipfilter, use whichever makes more sense to you as far as the configuration docs. * Duraid [010224 09:40]: > moving from linux: what is the netfilter in freebsd... ie what's > equivalent to iptables? > > Duraid > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 11:49:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail2.rdc1.on.home.com (femail2.rdc1.on.home.com [24.2.9.89]) by hub.freebsd.org (Postfix) with ESMTP id 2AD7437B491 for ; Sat, 24 Feb 2001 11:49:20 -0800 (PST) (envelope-from latif2221@home.com) Received: from home.com ([24.114.36.13]) by femail2.rdc1.on.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010224194913.OVZU606.femail2.rdc1.on.home.com@home.com> for ; Sat, 24 Feb 2001 11:49:13 -0800 Message-ID: <3A97C61D.2214D09F@home.com> Date: Sat, 24 Feb 2001 14:33:01 +0000 From: Duraid Organization: nonp X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.2 i586) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: jailing users Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG how can i restrict users from seeing and accessing anything but there home dir. and also give them limit amount of storage they can't exceede. duraid To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 12: 6:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail2.rdc1.on.home.com (femail2.rdc1.on.home.com [24.2.9.89]) by hub.freebsd.org (Postfix) with ESMTP id 7662E37B491 for ; Sat, 24 Feb 2001 12:06:48 -0800 (PST) (envelope-from latif2221@home.com) Received: from home.com ([24.114.36.13]) by femail2.rdc1.on.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010224200642.PGOR606.femail2.rdc1.on.home.com@home.com> for ; Sat, 24 Feb 2001 12:06:42 -0800 Message-ID: <3A97CA36.811C35A9@home.com> Date: Sat, 24 Feb 2001 14:50:30 +0000 From: Duraid Organization: nonp X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.2 i586) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: linux apps on freebsd Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG moving soon from linux: since most of the apps are written for linux and run on freebsd using an emulator (or that what i understood) how do they perform generally and how easy it is to install them and find the requirements for them. Duraid To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 12:13:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail2.rdc1.on.home.com (femail2.rdc1.on.home.com [24.2.9.89]) by hub.freebsd.org (Postfix) with ESMTP id CCB0337B4EC for ; Sat, 24 Feb 2001 12:13:13 -0800 (PST) (envelope-from latif2221@home.com) Received: from home.com ([24.114.36.13]) by femail2.rdc1.on.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010224201307.PKPK606.femail2.rdc1.on.home.com@home.com> for ; Sat, 24 Feb 2001 12:13:07 -0800 Message-ID: <3A97CBB7.97E71F43@home.com> Date: Sat, 24 Feb 2001 14:56:55 +0000 From: Duraid Organization: nonp X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.2 i586) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: freebsd and kde Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG does kde 2 run on freebsd? or it needs a linux emulator? Druaid To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 12:21:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cgmd76206.chello.nl (d9168.upc-d.chello.nl [213.46.9.168]) by hub.freebsd.org (Postfix) with ESMTP id 6AF4E37B491 for ; Sat, 24 Feb 2001 12:21:37 -0800 (PST) (envelope-from edwin@cgmd76206.chello.nl) Received: by cgmd76206.chello.nl (Postfix, from userid 1001) id BF599F0; Sat, 24 Feb 2001 21:21:35 +0100 (CET) Date: Sat, 24 Feb 2001 21:21:35 +0100 From: Edwin Groothuis To: Duraid Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: linux apps on freebsd Message-ID: <20010224212135.F12704@cgmd76206.chello.nl> Mail-Followup-To: Edwin Groothuis , Duraid , "freebsd-questions@FreeBSD.ORG" References: <3A97CA36.811C35A9@home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A97CA36.811C35A9@home.com>; from latif2221@home.com on Sat, Feb 24, 2001 at 02:50:30PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Feb 24, 2001 at 02:50:30PM +0000, Duraid wrote: > moving soon from linux: since most of the apps are written for linux and > run on freebsd using an emulator (or that what i understood) how do they > perform generally and how easy it is to install them and find the > requirements for them. I've done this once for one application and would be glad to share my experiences with it: First is to find out if it's a dynamic or static linked library, use ldd for it: [~] edwin@p6>ldd `which navigator-linux-4.76 ` ldd: /usr/local/bin/navigator-linux-4.76: not a dynamic executable This is a staticly linked executable, I don't know what to do with it, just run it and hope it goes right (maybe it *does* automaticly go right because it's staticly linked executable) vs [~] edwin@p6>ldd `which realplay` /usr/local/bin/realplay: /lib/libNoVersion.so.1 => /lib/libNoVersion.so.1 (0x28172000) libXp.so.6 => /usr/X11R6/lib/libXp.so.6 (0x28177000) libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x2817e000) libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x28191000) libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x2819d000) Here you have some work to do: find out if the libraries are available. Use locate for it: [~] edwin@p6>locate libNoVersion.so.1 /usr/compat/linux/lib/libNoVersion.so.1 and so for the rest. If you stumble in a file which you don't have, check the ports-collection: For example, libgdk-1.2.so, it's installed when you install the x11-toolkits/linux-gtk libraries. It might, or might not, be an complex task, depending on how lucky you are. But it sure is a good way to find your way in the ports-collection again :-) Edwin -- Edwin Groothuis | Interested in MUDs? Visit Fatal Dimensions: mavetju@chello.nl | http://fataldimensions.nl.eu.org/ ------------------+ telnet://fataldimensions.nl.eu.org:4000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 12:46:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from snarf.osdn.com (snarf.osdn.com [209.192.217.153]) by hub.freebsd.org (Postfix) with ESMTP id 4A7DC37B503 for ; Sat, 24 Feb 2001 12:46:46 -0800 (PST) (envelope-from jim@guinness.osdn.com) Received: from guinness.osdn.com (postfix@196.sun1.dialup.G4.NET [216.177.6.196]) by snarf.osdn.com (8.11.2/8.11.2) with ESMTP id f1OKkhs85727; Sat, 24 Feb 2001 15:46:44 -0500 (EST) (envelope-from jim@guinness.osdn.com) Received: by guinness.osdn.com (Postfix, from userid 1000) id 736851930; Sat, 24 Feb 2001 15:46:40 -0500 (EST) Date: Sat, 24 Feb 2001 15:46:40 -0500 From: Jim Mock To: Duraid Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: freebsd and kde Message-ID: <20010224154639.A73090@guinness.osdn.com> Reply-To: mij@osdn.com References: <3A97CBB7.97E71F43@home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <3A97CBB7.97E71F43@home.com>; from latif2221@home.com on Sat, Feb 24, 2001 at 02:56:55PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 24 Feb 2001 at 14:56:55 +0000, Duraid wrote: > does kde 2 run on freebsd? or it needs a linux emulator? Yes it runs on FreeBSD. You seem to be confused. KDE is not Linux specific, nor is probably 99% of the other stuff you're running on Linux. The only stuff the binary compatibility layer (note I didn't say emulation, because it's not emulation) is used for is things that are shipped in a Linux binary for only. Like Word Perfect. Or Star Office. Or Acrobat Reader. The rest you can compile from source, or even better, use the ports collection. - jim -- - jim mock - O|S|D|N - open source development network - - http://www.freebsdzine.org/ - jim@freebsdzine.org - jim@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 12:58:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rapier.smartspace.co.za (rapier.smartspace.co.za [66.8.25.34]) by hub.freebsd.org (Postfix) with SMTP id 16E2537B401 for ; Sat, 24 Feb 2001 12:58:21 -0800 (PST) (envelope-from nbm@rapier.smartspace.co.za) Received: (qmail 47395 invoked by uid 1001); 24 Feb 2001 20:58:14 -0000 Date: Sat, 24 Feb 2001 22:58:14 +0200 From: Neil Blakey-Milner To: Duraid Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: linux apps on freebsd Message-ID: <20010224225814.A47261@rapier.smartspace.co.za> References: <3A97CA36.811C35A9@home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A97CA36.811C35A9@home.com>; from latif2221@home.com on Sat, Feb 24, 2001 at 02:50:30PM +0000 Organization: Building Intelligence X-Operating-System: FreeBSD 4.2-RELEASE i386 X-URL: http://rucus.ru.ac.za/~nbm/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat 2001-02-24 (14:50), Duraid wrote: > moving soon from linux: since most of the apps are written for linux and > run on freebsd using an emulator (or that what i understood) how do they > perform generally and how easy it is to install them and find the > requirements for them. Which applications? Can you give a list? The only common things that need Linux ABI compatibility is Staroffice, acroread, and maybe the Linux Netscape binary if you plan to use Linux plugins. Anything else? Neil -- Neil Blakey-Milner nbm@mithrandr.moria.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 13:10:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from server2.digital-web.net (server2.digital-web.net [205.252.89.147]) by hub.freebsd.org (Postfix) with ESMTP id B64CB37B4EC for ; Sat, 24 Feb 2001 13:10:21 -0800 (PST) (envelope-from demond@server2.digital-web.net) Received: from localhost (demond@localhost) by server2.digital-web.net (8.11.1/8.11.1) with ESMTP id f1OKtvR87845; Sat, 24 Feb 2001 15:55:57 -0500 (EST) Date: Sat, 24 Feb 2001 15:55:57 -0500 (EST) From: Lubomir Radev To: Anne-Sophie Hombert Cc: freebsd-questions@FreeBSD.ORG Subject: Re: kernel panic in 4.2-RELEASE with NETGRAPH In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thank you very much Anne :) This worked for me too On Sat, 24 Feb 2001, Anne-Sophie Hombert wrote: > Hi, > > I just experienced a similar problem. > > I solved it by bringing up the network interface with: > # ifconfig xl0 up > (where xl0 should be replaced with your network interface) > > Then the connection to your provider should work. > > Anne > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 13:24:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nisser.com (c0039.upc-c.chello.nl [212.187.0.39]) by hub.freebsd.org (Postfix) with ESMTP id 82E9637B4EC for ; Sat, 24 Feb 2001 13:24:17 -0800 (PST) (envelope-from roelof@eboa.com) Received: from eboa.com (roelof [10.0.0.2]) by nisser.com (8.9.3/8.9.2) with ESMTP id WAA12258; Sat, 24 Feb 2001 22:24:09 +0100 (CET) (envelope-from roelof@eboa.com) Message-ID: <3A982679.78DC0E08@eboa.com> Date: Sat, 24 Feb 2001 22:24:09 +0100 From: Roelof Osinga Organization: eBOA - Programming the Web X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Veeger Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Rel 4.2 References: <000601c09d01$221e19a0$0200a8c0@swbell.net> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Veeger wrote: > > Hello. I run and maintain a FreeBSD server (rel.4.2) and need some advice. > First of all my URL is: http://www.aragonsworld.net ... I have an AMD-500 > with 384 Meg SDRAM. One hard drive > (partition2@8GB=BSD---partition1@2GB=WIN98). I don't really need win98 > anymore and I plan on changing my hard drive and replacing it with 2 IBM > 7200RPM. 45GB drives for a total of 90GB.... > ... It's about the size of the box I just set up. Here's some of the data: nl:/etc/namedb# df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/twed0s1a 99183 49745 41504 55% / /dev/twed0s1h 68504086 804 63022956 0% /home /dev/twed0s1f 148823 13 136905 0% /tmp /dev/twed0s1g 2183230 2005664 2908 100% /usr /dev/twed0s1e 297663 3396 270454 1% /var As you can see I've been a bit stingy with the /usr partition. Then again, it hasn't been 'cleaned' yet. Furthermore there is about 1.5 GB of swapspace. Mind you, this is a box with a mission! ;). I need it to do some webstuff but also to help some friends/clients/whatever get the hosting solution - for their clients - of their dreams. Or at least whishes. Hence the "gigantic" home 'drive'. And the mirrorring of course. In a more regular case I would create, well: nisser:/home/www/Slak/Flash/2001$ df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/wd0s1a 297663 53469 220381 20% / /dev/wd0s1d 3455406 2437120 741854 77% /home /dev/wd0s1e 297663 82853 190997 30% /tmp /dev/wd0s1g 2977230 2294765 444287 84% /usr /dev/wd0s1h 1984479 345328 1480393 19% /usr/local /dev/wd0s1f 297663 69010 204840 25% /var Some data, hope it helps. Roelof -- eboa® (ingenieursburo Office Automation) web. http://eboa.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 13:54:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nisser.com (c0039.upc-c.chello.nl [212.187.0.39]) by hub.freebsd.org (Postfix) with ESMTP id C76A037B401 for ; Sat, 24 Feb 2001 13:54:09 -0800 (PST) (envelope-from roelof@eboa.com) Received: from eboa.com (roelof [10.0.0.2]) by nisser.com (8.9.3/8.9.2) with ESMTP id WAA12361; Sat, 24 Feb 2001 22:54:06 +0100 (CET) (envelope-from roelof@eboa.com) Message-ID: <3A982D7E.93D4AB79@eboa.com> Date: Sat, 24 Feb 2001 22:54:06 +0100 From: Roelof Osinga Organization: eBOA - Programming the Web X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Daniel Frazier Cc: questions@FreeBSD.ORG Subject: Re: kernel optimizations for an smp mail server... References: <3A96A568.66EBF9FE@magpage.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 Daniel Frazier wrote: > > ... > Now, I've set up plenty of workstations, a few firewalls and web > servers, but never an mail server. We have a fairly small user base, > only about 10,000 users. Can anyone suggest some kernal and/or system > optimizations I should make? I'm sure the main one would be maxusers, > but other than kern.maxproc I'm not sure what else that affects. > Would MAXUSERS = 256 be appropriate? Anything else I need to tweak? > Thanks. It's what I've done. Not that that is much of a recommendation, mind ;). I mean, Ted knows *way* more than I; as you can see by the riddles he speaks in . With 256 defined your max. opened files will become something like 16K. Your mileage with that will vary. So you'll need to monitor a bit see how it goes. Whoopsy, just noticed I'd bumped it to 512. Ah well. Other things I've messed with are NMBCLUSTERS, set to 8192 for now. As well as the DFLDSIZ, set to 128*... If that was such a good idea I don't know yet. Time will tell. But like Ted pointed out, anything depends on everything. So the more you know the less you can say. Which is why I can give simple answers ;). Roelof -- eboa® (ingenieursburo Office Automation) web. http://eboa.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 13:54:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail1.rdc1.on.home.com (femail1.rdc1.on.home.com [24.2.9.88]) by hub.freebsd.org (Postfix) with ESMTP id CF52737B401 for ; Sat, 24 Feb 2001 13:54:53 -0800 (PST) (envelope-from latif2221@home.com) Received: from home.com ([24.114.36.13]) by femail1.rdc1.on.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010224215340.WORM24578.femail1.rdc1.on.home.com@home.com>; Sat, 24 Feb 2001 13:53:40 -0800 Message-ID: <3A97E38A.7D351B3C@home.com> Date: Sat, 24 Feb 2001 16:38:34 +0000 From: Duraid Organization: nonp X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.2 i586) X-Accept-Language: en MIME-Version: 1.0 To: mij@osdn.com, "freebsd-questions@FreeBSD.ORG" Subject: Re: freebsd and kde References: <3A97CBB7.97E71F43@home.com> <20010224154639.A73090@guinness.osdn.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG you mean everything that is compiled from source is 100% compatible with freebsd? then what does it mean writing application for linux? and does freebsd differs from linux only by the kernel, ie it uses the same libraries and compilers? then why do they call the applications ports.. doesn't porting an application mean modifying the source to suite the operating system? sorry, lot's of questions... but im tired looking and solving problems with library mismatch and differences between distributions... i need an already OPERATING system...and i like the idea that freebsd comes with these things taken care of.. am i wrong? Duraid Jim Mock wrote: > On Sat, 24 Feb 2001 at 14:56:55 +0000, Duraid wrote: > > does kde 2 run on freebsd? or it needs a linux emulator? > > Yes it runs on FreeBSD. > > You seem to be confused. KDE is not Linux specific, nor is probably 99% > of the other stuff you're running on Linux. The only stuff the binary > compatibility layer (note I didn't say emulation, because it's not > emulation) is used for is things that are shipped in a Linux binary for > only. Like Word Perfect. Or Star Office. Or Acrobat Reader. The rest > you can compile from source, or even better, use the ports collection. > > - jim > > -- > - jim mock - O|S|D|N - open source development network - > - http://www.freebsdzine.org/ - jim@freebsdzine.org - jim@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 13:57:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail1.rdc1.on.home.com (femail1.rdc1.on.home.com [24.2.9.88]) by hub.freebsd.org (Postfix) with ESMTP id 96FD037B4EC for ; Sat, 24 Feb 2001 13:57:17 -0800 (PST) (envelope-from latif2221@home.com) Received: from home.com ([24.114.36.13]) by femail1.rdc1.on.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010224215604.WQDP24578.femail1.rdc1.on.home.com@home.com>; Sat, 24 Feb 2001 13:56:04 -0800 Message-ID: <3A97E41A.309CE2B@home.com> Date: Sat, 24 Feb 2001 16:40:58 +0000 From: Duraid Organization: nonp X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.2 i586) X-Accept-Language: en MIME-Version: 1.0 To: Bob Greene , "freebsd-questions@FreeBSD.ORG" Subject: Re: jailing users References: <3A97C61D.2214D09F@home.com> <3A9824ED.5F487CB4@tclme.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i think quota is used to limit the storage space for users.... but what does chroot does.. can you elaborate? Duraid Bob Greene wrote: > chroot & quota > > Duraid wrote: > > > > how can i restrict users from seeing and accessing anything but there > > home dir. and also give them limit amount of storage they can't exceede. > > > > duraid > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > -- > Bob Greene > rgreene@TclMe.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 14: 0:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nisser.com (c0039.upc-c.chello.nl [212.187.0.39]) by hub.freebsd.org (Postfix) with ESMTP id BD86E37B67D for ; Sat, 24 Feb 2001 14:00:14 -0800 (PST) (envelope-from roelof@eboa.com) Received: from eboa.com (roelof [10.0.0.2]) by nisser.com (8.9.3/8.9.2) with ESMTP id XAA12406; Sat, 24 Feb 2001 23:00:09 +0100 (CET) (envelope-from roelof@eboa.com) Message-ID: <3A982EE9.6BB6F1BE@eboa.com> Date: Sat, 24 Feb 2001 23:00:09 +0100 From: Roelof Osinga Organization: eBOA - Programming the Web X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Chris Cc: "freebsd-questions@FreeBSD.ORG" , Duraid Subject: Re: netfilter in freebsd References: <3A977CB1.7EF85F24@home.com> <20010224144734.A23735@daemon.kingsqueak.org> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Chris wrote: > > http://www.freebsd.org/handbook > There are two immediate options, ipfw and ipfilter, use whichever makes > more sense to you as far as the configuration docs. And also look into Dan's http://www.freebsddiary.org/ for some howto like pages. -- eboa® (ingenieursburo Office Automation) web. http://eboa.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 14:16:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes03-hme0.telusplanet.net (fepout1.telus.net [199.185.220.236]) by hub.freebsd.org (Postfix) with ESMTP id 18D2137B4EC for ; Sat, 24 Feb 2001 14:16:44 -0800 (PST) (envelope-from trevin@mail.com) Received: from CRX.sfu.ca ([209.53.63.29]) by priv-edtnes03-hme0.telusplanet.net (InterMail vM.4.01.03.10 201-229-121-110) with ESMTP id <20010224221642.UAQB7365.priv-edtnes03-hme0.telusplanet.net@CRX.sfu.ca> for ; Sat, 24 Feb 2001 15:16:42 -0700 Message-Id: <5.0.2.1.2.20010224141816.025d1e60@mail.brightmail.com> X-Sender: tmchow%sway.com@mail.brightmail.com (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Sat, 24 Feb 2001 14:19:50 -0800 To: questions@freebsd.org From: Trevin Chow Subject: Imap-Uw port out of date? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to installing the University of Washington IMAP port (/usr/ports/mail/imap-uw) and it seems to be out of date.. I've done a cvsup and it's still pointing to an old version that's seemingly unavailable anymore.. It's trying to obtain version imap-2000c, and now imap-2001-Beta is the latest. I've emailed the port maintainer, but I"m wondering if maybe there's an easier way around this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 14:27: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail3.rdc1.on.home.com (femail3.rdc1.on.home.com [24.2.9.90]) by hub.freebsd.org (Postfix) with ESMTP id E4C6637B4EC for ; Sat, 24 Feb 2001 14:26:59 -0800 (PST) (envelope-from latif2221@home.com) Received: from home.com ([24.114.36.13]) by femail3.rdc1.on.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010224222631.SNRO12119.femail3.rdc1.on.home.com@home.com>; Sat, 24 Feb 2001 14:26:31 -0800 Message-ID: <3A97EB10.BA8E0293@home.com> Date: Sat, 24 Feb 2001 17:10:40 +0000 From: Duraid Organization: nonp X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.2 i586) X-Accept-Language: en MIME-Version: 1.0 To: Roelof Osinga , "freebsd-questions@FreeBSD.ORG" Subject: Re: netfilter in freebsd References: <3A977CB1.7EF85F24@home.com> <20010224144734.A23735@daemon.kingsqueak.org> <3A982EE9.6BB6F1BE@eboa.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 which on is newer ipfilter or ipfw? which one is statefull like iptables? i might also say which one is better? Duraid Roelof Osinga wrote: > Chris wrote: > > > > http://www.freebsd.org/handbook > > There are two immediate options, ipfw and ipfilter, use whichever makes > > more sense to you as far as the configuration docs. > > And also look into Dan's http://www.freebsddiary.org/ for some howto > like pages. > > -- > eboa® (ingenieursburo Office Automation) web. http://eboa.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 14:42:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc22.worldnet.att.net (mtiwmhc22.worldnet.att.net [204.127.131.47]) by hub.freebsd.org (Postfix) with ESMTP id 9F97937B491 for ; Sat, 24 Feb 2001 14:42:30 -0800 (PST) (envelope-from rjuliano@worldnet.att.net) Received: from worldnet.att.net ([12.90.30.31]) by mtiwmhc22.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010224224229.JRJT26039.mtiwmhc22.worldnet.att.net@worldnet.att.net>; Sat, 24 Feb 2001 22:42:29 +0000 Message-ID: <3A97FCCC.45126199@worldnet.att.net> Date: Sat, 24 Feb 2001 18:26:20 +0000 From: "Ralph L.Juliano" X-Mailer: Mozilla 4.03 [en] (Win95; U) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org, "rjuliano@worldnet.att.net." Subject: HELP WANTED Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG HELP WANTED - Online - Spare-time. Do you have a remote boot and file sharing capability ? Can you clone and configure computers online using this FREE software: VNC or another brand ? http://www.uk.research.att.com/VNC/ or http://www.remotebot.com/ http://www.pcanywhere.com/ Can you download and evaluate Free trial versions of GROUP MAIL Pro & Plus and other softwares to determine which is the most effective in providing a - " a message outsourcing service " ? http://www.infacta.com/gm http://diffondi.hypermart.net/ http://www.mailutilities.com/adr/ Advise me of your ability to learn & your spare-time Fee. You may forward and/or post this message. mailto:rjuliano@worldnet.att.net Ralph Juliano - USA @->->-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 14:42:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nisser.com (c0039.upc-c.chello.nl [212.187.0.39]) by hub.freebsd.org (Postfix) with ESMTP id 5F8EA37B503 for ; Sat, 24 Feb 2001 14:42:53 -0800 (PST) (envelope-from roelof@eboa.com) Received: from eboa.com (roelof [10.0.0.2]) by nisser.com (8.9.3/8.9.2) with ESMTP id XAA12598; Sat, 24 Feb 2001 23:42:49 +0100 (CET) (envelope-from roelof@eboa.com) Message-ID: <3A9838E9.D96506BF@eboa.com> Date: Sat, 24 Feb 2001 23:42:49 +0100 From: Roelof Osinga Organization: eBOA - Programming the Web X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Duraid Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: netfilter in freebsd References: <3A977CB1.7EF85F24@home.com> <20010224144734.A23735@daemon.kingsqueak.org> <3A982EE9.6BB6F1BE@eboa.com> <3A97EB10.BA8E0293@home.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Duraid wrote: > > which on is newer ipfilter or ipfw? which one is statefull like iptables? i > might also say which one is better? Whichever you like best. Some - like I still - swear by ipfw, others swear at ipfw. Seems that ipfilter has a nicer language. Try them both, they're free . Roelof -- The New Nisse's Nisser @ http://nl.nisser.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 14:54:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from server2.digital-web.net (server2.digital-web.net [205.252.89.147]) by hub.freebsd.org (Postfix) with ESMTP id C672137B491 for ; Sat, 24 Feb 2001 14:54:25 -0800 (PST) (envelope-from demond@server2.digital-web.net) Received: from localhost (demond@localhost) by server2.digital-web.net (8.11.1/8.11.1) with ESMTP id f1OMsPh93965 for ; Sat, 24 Feb 2001 17:54:25 -0500 (EST) Date: Sat, 24 Feb 2001 17:54:24 -0500 (EST) From: Lubomir Radev To: freebsd-questions@freebsd.org Subject: executing script on interface up Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I need a script to be executed when an interface goes up (it is meant to update my dynamic DNS info); I tried creating simple /etc/ppp/ip-up but that didn't do the job.. Any ideas how to implement this functionality? Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 14:55:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from castle.dreaming.org (castle.dreaming.org [216.221.214.170]) by hub.freebsd.org (Postfix) with ESMTP id 843D437B4EC for ; Sat, 24 Feb 2001 14:55:08 -0800 (PST) (envelope-from mit@mitayai.net) Received: from cr592943a (cr592943-a.bloor1.on.wave.home.com [24.156.38.199]) by castle.dreaming.org (8.11.2/8.11.2) with SMTP id f1OMt4K14258 for ; Sat, 24 Feb 2001 17:55:05 -0500 (EST) (envelope-from mit@mitayai.net) From: "Will Mitayai Keeso Rowe" To: Subject: NIS question Date: Sat, 24 Feb 2001 17:53:05 -0500 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_01F2_01C09E8A.A3A4DCE0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_01F2_01C09E8A.A3A4DCE0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi, folks! I'm running 4.2-STABLE and have a question. I have two machines, one (castle) is my mail server that has shell, ftp and mail, and another (arachne) that has the webserver. I want to run NIS to distribute the password files between the two. Castle would NIS master, and arachne would be NIS slave. I've done the setup as per the handbook. My first question is... do i have to enable castle and arachne to be both master and slave in rc.conf? ie.. #castle rc.conf nisdomainname="dreaming" nis_server_enable="YES" nis_yppasswdd_enable="YES" nis_client_flags="-Sdreaming,castle" nfs_client_enable="YES" #arachne rc.conf nisdomainname="dreaming" nis_server_enable="YES" nis_client_enable="YES" nis_yppasswdd_enable="YES" nis_client_flags="-Sdreaming,arachne" and, my second question is this the right format for castle's /var/yp/ypservers ? castle.dreaming.org castle.dreaming.org arachne.dreaming.org arachne.dreaming.org Any help or advice will be appreciated. Regards, Mit ------=_NextPart_000_01F2_01C09E8A.A3A4DCE0 Content-Type: text/x-vcard; name="Will Mitayai Keeso Rowe.vcf" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="Will Mitayai Keeso Rowe.vcf" BEGIN:VCARD VERSION:2.1 N:Rowe;Will;Mitayai Keeso FN:Will Mitayai Keeso Rowe NICKNAME:Mitayai ORG:Mitayai.Net TITLE:President NOTE:=20 TEL;WORK;VOICE:(416) 934-9404 TEL;HOME;VOICE:(416) 934-0349 TEL;CELL;VOICE:(416) 561-1616 TEL;WORK;FAX:(253) 541-9915 ADR;WORK:;;#9-552 Church Street;Toronto;ON;M4Y 2E4;Canada LABEL;WORK;ENCODING=3DQUOTED-PRINTABLE:#9-552 Church = Street=3D0D=3D0AToronto, ON M4Y 2E4=3D0D=3D0ACanada ADR;HOME:;;;;;;Canada LABEL;HOME:Canada URL:http://www.mitayai.net/ BDAY:19701012 EMAIL;PREF;INTERNET:mit@mitayai.net REV:20010224T192609Z END:VCARD ------=_NextPart_000_01F2_01C09E8A.A3A4DCE0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 15:18:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.nbrewer.com (sparge.nbrewer.com [208.42.68.70]) by hub.freebsd.org (Postfix) with ESMTP id 7D89A37B491 for ; Sat, 24 Feb 2001 15:18:11 -0800 (PST) (envelope-from chris@nbrewer.com) Received: by mail.nbrewer.com (Postfix, from userid 1009) id C7A6F171; Sat, 24 Feb 2001 17:18:10 -0600 (CST) Date: Sat, 24 Feb 2001 17:18:10 -0600 From: Christopher Farley To: Trevin Chow Cc: questions@freebsd.org Subject: Re: Imap-Uw port out of date? Message-ID: <20010224171810.A14759@northernbrewer.com> Mail-Followup-To: Christopher Farley , Trevin Chow , questions@freebsd.org References: <5.0.2.1.2.20010224141816.025d1e60@mail.brightmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <5.0.2.1.2.20010224141816.025d1e60@mail.brightmail.com>; from trevin@mail.com on Sat, Feb 24, 2001 at 02:19:50PM -0800 Organization: Northern Brewer, St. Paul, MN Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Trevin Chow (trevin@mail.com) wrote: > I'm trying to installing the University of Washington IMAP port > (/usr/ports/mail/imap-uw) and it seems to be out of date.. I've done a > cvsup and it's still pointing to an old version that's seemingly > unavailable anymore.. It's trying to obtain version imap-2000c, and now > imap-2001-Beta is the latest. I just built imap-uw a few days ago, and it fetched the tarball fine. Of course, that was a few days ago. You can manually fetch imap-2000c into /usr/ports/distfiles. Get it at ftp.cac.washington.edu/imap/old/imap2000c.tar.Z -- Christopher Farley www.northernbrewer.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 15:24:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from front002.cluster1.charter.net (outbound.charter.net [24.216.159.200]) by hub.freebsd.org (Postfix) with ESMTP id 1309337B491 for ; Sat, 24 Feb 2001 15:24:48 -0800 (PST) (envelope-from glennpj@charter.net) Received: from [24.240.126.32] (HELO gforce.homelan.net) by front002.cluster1.charter.net (CommuniGate Pro SMTP 3.4b8) with ESMTP id 43652793; Sat, 24 Feb 2001 18:24:46 -0500 Received: (from glenn@localhost) by gforce.homelan.net (8.11.2/8.11.2) id f1ONOV678853; Sat, 24 Feb 2001 17:24:31 -0600 (CST) (envelope-from glenn) From: Glenn Johnson Date: Sat, 24 Feb 2001 17:24:25 -0600 To: Duraid Cc: mij@osdn.com, "freebsd-questions@FreeBSD.ORG" Subject: Re: freebsd and kde Message-ID: <20010224172424.A62204@gforce.homelan.net> Mail-Followup-To: glenn@FreeBSD.ORG, Duraid , mij@osdn.com, "freebsd-questions@FreeBSD.ORG" References: <3A97CBB7.97E71F43@home.com> <20010224154639.A73090@guinness.osdn.com> <3A97E38A.7D351B3C@home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A97E38A.7D351B3C@home.com>; from latif2221@home.com on Sat, Feb 24, 2001 at 04:38:34PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Feb 24, 2001 at 04:38:34PM +0000, Duraid wrote: > you mean everything that is compiled from source is 100% compatible > with freebsd? If it is compiled on a FreeBSD system, yes. > then what does it mean writing application for linux? I am not sure what you mean here but it could mean that the main development is done on Linux systems. That does not however mean that the code will not compile and run on other systems. In the case of KDE for instance they try to make the code as portable as possible. There are cases however where software authors, usually companies, only make their Linux version available as a binary. This means they do not provide the source code so that it can not be compiled on other systems. This is the software that you run with the Linux compatibility layer with FreeBSD. > and does freebsd differs from linux only by the kernel, ie it uses the > same libraries and compilers? The kernel is of course different, the C library is different (glibc in Linux). Other libraries may be the same at the source level but of course are compiled for the appropriate system. Note that this is a broad oversimplification. The situation is somewhat similar with the compiler. The C compiler on my FreeBSD system is gcc version 2.95.2 19991024 (release). I guess most Linux distros are using some version of 2.9x but again they are each compiled for the appropriate environment. > then why do they call the applications ports.. doesn't porting an > application mean modifying the source to suite the operating system? Yes. If you look at a typical port in the FreeBSD ports collection you will find patches that are applied to the original source to make necessary changes to get the software to compile and/or run properly on FreeBSD. I believe that if you poke inside of a Linux SRPM file you will find the same situation, patches that are applied against the original source to get it to work properly with that particular distribution. Hope this helps. -- Glenn Johnson glennpj@charter.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 15:33:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-57.dsl.lsan03.pacbell.net [63.207.60.57]) by hub.freebsd.org (Postfix) with ESMTP id 9FC5237B503 for ; Sat, 24 Feb 2001 15:33:50 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 5DB4B66D2E; Sat, 24 Feb 2001 15:33:50 -0800 (PST) Date: Sat, 24 Feb 2001 15:33:50 -0800 From: Kris Kennaway To: Duraid Cc: mij@osdn.com, "freebsd-questions@FreeBSD.ORG" Subject: Re: freebsd and kde Message-ID: <20010224153350.A55683@mollari.cthul.hu> References: <3A97CBB7.97E71F43@home.com> <20010224154639.A73090@guinness.osdn.com> <3A97E38A.7D351B3C@home.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="6TrnltStXW4iwmi0" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A97E38A.7D351B3C@home.com>; from latif2221@home.com on Sat, Feb 24, 2001 at 04:38:34PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --6TrnltStXW4iwmi0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Feb 24, 2001 at 04:38:34PM +0000, Duraid wrote: > you mean everything that is compiled from source is 100% compatible > with freebsd? Properly written code will run on FreeBSD, Linux, Solaris, ... > then what does it mean writing application for linux? and does However, it is possible to make your code linux-specific. It's common for young software projects which start out on one OS to use features or misfeatures common to that OS, but that usually changes as the projects mature. > freebsd differs from linux only by the kernel, ie it uses the same > libraries and compilers? Well, there is a lot in common (e.g. a lot of the API is shared), but the libraries are not the same as those used by Linux. FreeBSD uses BSD-derived libraries, but Linux went and rewrote them all from scratch under a different license. > then why do they call the applications ports.. doesn't porting an > application mean modifying the source to suite the operating system? Yes, and sometimes this is needed to get it to compile. Often they compile out of the box, and the port just provides window dressing like the management of dependencies (software the port depends on to build/run), and the ability to uninstall the software transparently. > sorry, lot's of questions... but im tired looking and solving > problems with library mismatch and differences between > distributions... i need an already OPERATING system...and i like the > idea that freebsd comes with these things taken care of.. am i > wrong? Nope! Kris --6TrnltStXW4iwmi0 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6mETeWry0BWjoQKURAjPnAJ9PzkN/Nd9pF34beIWVluRT5lslmQCfUN0k hTGVzzM4MjULojUHlJEASlo= =Xac7 -----END PGP SIGNATURE----- --6TrnltStXW4iwmi0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 15:35:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-57.dsl.lsan03.pacbell.net [63.207.60.57]) by hub.freebsd.org (Postfix) with ESMTP id AA18337B491 for ; Sat, 24 Feb 2001 15:35:15 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id DD81E66D2E; Sat, 24 Feb 2001 15:35:14 -0800 (PST) Date: Sat, 24 Feb 2001 15:35:14 -0800 From: Kris Kennaway To: Lubomir Radev Cc: freebsd-questions@freebsd.org Subject: Re: executing script on interface up Message-ID: <20010224153514.B55683@mollari.cthul.hu> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="wzJLGUyc3ArbnUjN" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from demond@server2.digital-web.net on Sat, Feb 24, 2001 at 05:54:24PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --wzJLGUyc3ArbnUjN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 24, 2001 at 05:54:24PM -0500, Lubomir Radev wrote: > I need a script to be executed when an interface goes up > (it is meant to update my dynamic DNS info); I tried creating > simple /etc/ppp/ip-up but that didn't do the job.. >=20 > Any ideas how to implement this functionality?=20 If you want to run your script when ppp(8) establishes a connection, use /etc/ppp/ppp.linkup (see the manpage and example files) Kris --wzJLGUyc3ArbnUjN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6mEUyWry0BWjoQKURArCrAKCnMYE4Ef2ywFiGo6+YogwQZ3dImQCcCgpj PPkouIxjaNgPfRyFUrUF4DY= =T+xK -----END PGP SIGNATURE----- --wzJLGUyc3ArbnUjN-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 15:40:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from relay3.inwind.it (relay3.inwind.it [212.141.53.74]) by hub.freebsd.org (Postfix) with ESMTP id 356EC37B4EC for ; Sat, 24 Feb 2001 15:40:29 -0800 (PST) (envelope-from bartequi@inwind.it) Received: from bartequi.ottodomain.org (62.98.171.222) by relay3.inwind.it (5.1.056) id 3A88263C002056E2; Sun, 25 Feb 2001 00:40:24 +0100 From: Salvo Bartolotta Date: Sat, 24 Feb 2001 23:43:58 GMT Message-ID: <20010224.23435800@bartequi.ottodomain.org> Subject: Re: OAF/GConf gone beserk!! To: Bjarne Wichmann Petersen Cc: FreeBSD-questions In-Reply-To: <200102241004.LAA94567@usr00.cybercity.dk> References: <200102241004.LAA94567@usr00.cybercity.dk> 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 2/24/01, 11:02:08 AM, Bjarne Wichmann Petersen=20 wrote regarding OAF/GConf gone beserk!!: > I've just managed to compile galeon-0.10 after much hassle, some=20 failed > dependencycheck i seems (had to install mozilla-headers 0.8 and=20 gnomevfs > 0.5 manually). > But running galeon is a much harder hassle. Takes 20-50 tries before=20 I'm > able to get galeon up'n'running, it just hangs. So I have to cancel=20 the > process. Every time I try runing a new galeon-process a new oafd and > gconfd-1, so I'm ending up with a zillion oafd/gconfd-processes=20 runing. > Shouldn't it just be one? For the record, I have got(ten) the following. N.B. Mozilla and Galeon=20 use quite a lot of resources, Mozilla being a little more hungry than=20 Galeon. My workstation has 384MB RAM. Script started on Sat Feb 24 21:11:31 2001 You have mail. 201 9:11pm /usr/ports/www/galeon # >=3D=3D=3D=3D> make A4=3DYES =3D=3D=3D> Extracting for galeon-0.10 >> Checksum OK for galeon-0.10.tar.gz. =3D=3D=3D> galeon-0.10 depends on file:=20 /usr/X11R6/include/mozilla/gtkmozembed.h - not found =3D=3D=3D> Verifying install for /usr/X11R6/include/mozilla/gtkmozemb= ed.h=20 in /usr/ports/www/mozilla-headers =3D=3D=3D> Extracting for mozilla-headers-0.8_1,1 >> No MD5 checksum file. =3D=3D=3D> mozilla-headers-0.8_1,1 depends on file: /nonexistent - not= found =3D=3D=3D> Verifying configure for /nonexistent in /usr/ports/www/moz= illa =3D=3D=3D> Extracting for mozilla-0.8_1,1 >> Checksum OK for mozilla-source-0.8.tar.bz2. =3D=3D=3D> Installing for galeon-0.10 =3D=3D=3D> galeon-0.10 depends on file:=20 /usr/X11R6/lib/mozilla/libgtkembedmoz.so - found =3D=3D=3D> galeon-0.10 depends on shared library: glade.4 - found =3D=3D=3D> galeon-0.10 depends on shared library: gconf-1.1 - found =3D=3D=3D> galeon-0.10 depends on shared library: gnomevfs.0 - found =3D=3D=3D> galeon-0.10 depends on shared library: oaf.0 - found Script done on Sat Feb 24 21:27:45 2001 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 Sat Feb 24 16:53:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 2CE1637B401 for ; Sat, 24 Feb 2001 16:53:21 -0800 (PST) (envelope-from mwm@mired.org) Received: (qmail 43802 invoked by uid 100); 25 Feb 2001 00:53:19 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15000.22399.830335.325684@guru.mired.org> Date: Sat, 24 Feb 2001 18:53:19 -0600 To: Christopher Farley Cc: questions@freebsd.org Subject: Re: crontab for root In-Reply-To: <7863846@toto.iv> X-Mailer: VM 6.89 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Christopher Farley types: > Matthew Emmerton (matt@gsicomp.on.ca) wrote: > > This means that I have *two* root crontabs - the standard one in > > /etc/crontab, and my custom one in /var/cron/tabs/root. > > > > Is there anything wrong with this type of setup? More importantly, why > > would you add 'custom' mods to /etc/crontab when you can use 'crontab -e' > > to update the one in /var/cron/tabs/root? (The advantage I've seen is that > > when you upgrade, all of your custom mods to root's crontab won't be blown > > away if you accidentally install the /usr/src version of /etc/crontab.) > Two crontabs? I think you are being far too simplistic. You ought to > keep jobs scattered about in root's personal crontab, /etc/crontab, > *and* in /etc/periodic/*. Why would you want to make life easy for those > who would inherit your job? No, no, no - not *nearly* enough. You also want stuff in /etc/periodic/*, /usr/local/etc/periodic/*, ${PREFIX}/periodic/* and a few other periodic/* trees. Realisticly, I: 1) Never touch /etc/crontab (so I don't have to fool with it during upgrades). 2) Never touch /etc/periodic/* - /etc/periodic.conf is sufficient. If it isn't, patch things and PR the patch. 3) Put thing in /usr/local/periodic/* by default. That takes care of almost everything you normally want to do from crontab. 4) The rest goes in crontabs for the appropriate user via crontab -e, though some users have their own ~/periodic/* setup. 5) Log and document everything. Note that periodic is a huge step forward! Before it, /etc/crontab (or roots crontab, depending on your religious preferences) was filled with long lists of things to do each day/week/month, and you had to worry about system load and sequencing. By driving all the daily/weekly/monthly things from one script, you get absolute control of the sequencing and load. Which is why I encourage users to use periodic if they have to do more than one thing on a daily/weekly/monthly schedule. I'd like to see two changes that I think are improvements: running weekly & monthly from the daily script, to control when/how it's run; and providing a hook in the system periodics to run user scripts. However, others don't seem to agree that these are improvements. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 17:12:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hormann.tzo.cc (cvg-65-27-148-213.cinci.rr.com [65.27.148.213]) by hub.freebsd.org (Postfix) with ESMTP id DDFF237B401 for ; Sat, 24 Feb 2001 17:12:07 -0800 (PST) (envelope-from ghormann@ns.kconline.com) Received: from localhost (ghormann@localhost) by hormann.tzo.cc (8.11.1/8.11.1) with ESMTP id f1P1G5v26743; Sat, 24 Feb 2001 20:16:05 -0500 (EST) (envelope-from ghormann@ns.kconline.com) X-Authentication-Warning: hormann.tzo.cc: ghormann owned process doing -bs Date: Sat, 24 Feb 2001 20:14:42 -0500 (EST) From: Greg Hormann X-Sender: ghormann@hormann.tzo.cc To: Lucas Bergman Cc: questions@freebsd.org Subject: Re: Direct Access to Parallel Port In-Reply-To: <20010223115544.B28130@billygoat.slb.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, 23 Feb 2001, Lucas Bergman wrote: > > I need to control some solid state relays (SSRs) from my old P75. > > In the past, I've used dos, Qbasic, and Parallel port to control up > > to 8 SSRs. (Just by sending 0-255 to the correct I/O address, I can > > turn on/off pins 2-9.) > > > > Anyway, I'd like to convert this DOS box over to FreeBSD so that I > > can make changes remotely. How difficult would it be to send a byte > > out to the I/O address of the parallel Port on a FreeBSD box? > > Not difficult, if you know C. The "official" (and more Unixly > correct) way to do this is through the existing ppi interface; see > ppi(4). Be warned, though, that ioctl()'s are slow. If this is a > problem, you can always do stuff like Based on ppi(4), am I to assume the the fd passed to ioctl isn't used. If that is the case, how would multiple ports (lpt1, lpt2, lpt3) be controlled with this interface? > > void > port_out_byte(unsigned port, unsigned char byte) > { > asm volatile("outb %0,%1" : : "a"(byte), "id"((unsigned short)(port))); > } > > from a C program. Then `port_out_byte(0x378,0xa5)' would send the > byte 0xa5 to port 0x378. This seems like a simple solution except that my code resides in usermode (not kernel mode). Running this in user mode produces a Bus Error. Am I correct in assuming this would take a lot of work to build some type of kernel mode interface? Greg. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 17:16:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id B678037B4EC for ; Sat, 24 Feb 2001 17:16:13 -0800 (PST) (envelope-from mwm@mired.org) Received: (qmail 47198 invoked by uid 100); 25 Feb 2001 01:16:12 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15000.23772.888227.373546@guru.mired.org> Date: Sat, 24 Feb 2001 19:16:12 -0600 To: Duraid Cc: questions@freebsd.org Subject: Re: netfilter in freebsd In-Reply-To: <26642885@toto.iv> X-Mailer: VM 6.89 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Duraid types: > moving from linux: > what difficulties do you think i might face if coming from linux? > what will i dislike? Hard to say without knowing what you like/dislike about Linux. Look through the mail list archives for descriptions of the differences, and pointers to web pages describing them. > moving from linux: what is the netfilter in freebsd... ie what's > equivalent to iptables? Filters, either via the ipfw or ipf. See the man pages for more information, then use whichever looks like it'll be most comfortable for you. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 17:20:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 615E337B4EC for ; Sat, 24 Feb 2001 17:20:21 -0800 (PST) (envelope-from mwm@mired.org) Received: (qmail 47335 invoked by uid 100); 25 Feb 2001 01:20:21 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15000.24020.978804.928551@guru.mired.org> Date: Sat, 24 Feb 2001 19:20:20 -0600 To: Anne-Sophie Hombert Cc: questions@freebsd.org Subject: Re: DSL and Firewall on 4.2 In-Reply-To: <37965660@toto.iv> X-Mailer: VM 6.89 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Anne-Sophie Hombert types: > Now I'd like to setup a firewall. Which options should I add to= > the existing kernel and which rules should I use? Try reading the handbook at . http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 17:31:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from awww.jeah.net (awww.jeah.net [216.111.239.130]) by hub.freebsd.org (Postfix) with ESMTP id C1FED37B401 for ; Sat, 24 Feb 2001 17:31:31 -0800 (PST) (envelope-from chris@jeah.net) Received: from localhost (chris@localhost) by awww.jeah.net (8.11.1/8.11.0) with ESMTP id f1P1VKd77177 for ; Sat, 24 Feb 2001 19:31:21 -0600 (CST) (envelope-from chris@jeah.net) Date: Sat, 24 Feb 2001 19:31:20 -0600 (CST) From: Chris Byrnes To: Subject: /tmp files Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG awww# cd /tmp awww# ls Z33710 acin.Uqiz2niscj install.57077 screens uscreens vi.recover awww# ls -al install* total 2682 drwxr-xr-x 2 root wheel 512 Feb 12 05:02 . drwxrwxrwt 7 root wheel 512 Feb 24 19:30 .. -r-xr-xr-x 1 root wheel 50704 Feb 12 05:02 [ -r-xr-xr-x 1 root wheel 140572 Feb 12 05:02 awk -r-xr-xr-x 1 root wheel 62900 Feb 12 05:02 cat -rwx------ 1 root wheel 61692 Feb 12 05:02 chflags -r-xr-xr-x 1 root wheel 63196 Feb 12 05:02 chmod -r-xr-xr-x 1 root wheel 6452 Feb 12 05:02 chown -r-xr-xr-x 1 root wheel 188236 Feb 12 05:02 date -r-xr-xr-x 1 root wheel 44636 Feb 12 05:02 echo -r-xr-xr-x 1 root wheel 52068 Feb 12 05:02 egrep -r-xr-xr-x 1 root wheel 20300 Feb 12 05:02 find -r-xr-xr-x 1 root wheel 52068 Feb 12 05:02 grep -r-xr-xr-x 1 root wheel 10792 Feb 12 05:02 install -r-xr-xr-x 1 root wheel 48544 Feb 12 05:02 ln -r-xr-xr-x 1 root wheel 100480 Feb 12 05:02 make -r-xr-xr-x 1 root wheel 13697 Feb 12 05:02 makewhatis -r-xr-xr-x 1 root wheel 26068 Feb 12 05:02 mtree -r-xr-xr-x 1 root wheel 170792 Feb 12 05:02 mv -rwxr-xr-x 1 root wheel 743883 Feb 12 05:02 perl -r-xr-xr-x 1 root wheel 173020 Feb 12 05:02 rm -r-xr-xr-x 1 root wheel 21436 Feb 12 05:02 sed -r-xr-xr-x 1 root wheel 446044 Feb 12 05:02 sh -rwx------ 1 root wheel 63164 Feb 12 05:02 sysctl -r-xr-xr-x 1 root wheel 50704 Feb 12 05:02 test -r-xr-xr-x 1 root wheel 2932 Feb 12 05:02 true -r-xr-xr-x 1 root wheel 4464 Feb 12 05:02 uname -r-xr-xr-x 1 root wheel 5236 Feb 12 05:02 wc -r-xr-xr-x 1 root wheel 26388 Feb 12 05:02 zic awww# Out of curiosity, I was checking around in /tmp and found this stuff. Any idea why it's there? + Chris Byrnes, chris@JEAH.net + JEAH Communications + 1-866-AWW-JEAH (Toll-Free) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 18: 3:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from c007.snv.cp.net (c007-h000.c007.snv.cp.net [209.228.33.206]) by hub.freebsd.org (Postfix) with SMTP id 1C3E637B491 for ; Sat, 24 Feb 2001 18:03:33 -0800 (PST) (envelope-from otterr@telocity.com) Received: (cpmta 20898 invoked from network); 24 Feb 2001 18:03:31 -0800 Received: from dsl-216-227-91-85.telocity.com (HELO zoso) (216.227.91.85) by smtp.telocity.com (209.228.33.206) with SMTP; 24 Feb 2001 18:03:31 -0800 X-Sent: 25 Feb 2001 02:03:31 GMT From: "Otter" To: "'Odhiambo Washington'" Cc: , "Questions@Freebsd. Org (E-mail)" Subject: RE: setting up a firewall (Was: dual homed host) Date: Sat, 24 Feb 2001 21:10:40 -0500 Message-ID: <000101c09ed0$26e87a90$1401a8c0@zoso> 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 CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <20010224093159.I78008@poeza.iconnect.co.ke> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Odhiambo > Washington > Sent: Saturday, February 24, 2001 1:32 AM > To: freebsd-questions@freebsd.org > Cc: lucas@slb.to > Subject: Re: setting up a firewall (Was: dual homed host) > > > * Lucas Bergman [20010223 23:14]: writing on > the subject 'Re: setting up a firewall (Was: dual homed host)' > Lucas> > i am setting up a firewall and i have been battling > with getting the > Lucas> > damn things to work together.. i am using sysinstall > to chagne the > Lucas> > ip addys and the dns entries and the mask etc etc. > I set de0 up > Lucas> > for the live ip (internet ip from my ISP) and i set > up dc0 with the > Lucas> > dead ip (192.168.0.1 or 192.168.0.2) not sure which > one i should > Lucas> > use. > Lucas> > > > May I kindly request your assistance here on a different plane. > Can you please tell me who the manufacturer of the card dc0 is? > I have such a card but I also need to use it with Windows but I > cannot get it's drivers. > If you can lead me to their web site I'll very much appreciate. > > > -Wash > Odhiambo, dc0 covers a few cards. My dc card is a NetGear FA310TX. The 311/312's are covered by the sis driver, so you can rule those out, if in fact it is a NetGear. I'm not sure what else is included with the driver. Maybe a look around the docs... the man page for dc is a calculator. bleh. Lucas, If you're using NAT to do that, getting network functionality is very well documented in the natd man page. You can tighten it up from there in ipfw. Also, check out http://www.mostgraveconcern.com/freebsd/ipfw.html -Otter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 18:10: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from level3.dynacom.net (level3.dynacom.net [206.107.213.213]) by hub.freebsd.org (Postfix) with SMTP id B10E337B503 for ; Sat, 24 Feb 2001 18:10:05 -0800 (PST) (envelope-from kstewart@urx.com) Received: (qmail 10319 invoked by uid 0); 25 Feb 2001 03:10:11 -0000 Received: from unknown (HELO urx.com) (206.159.132.160) by mail.urx.com with SMTP; 25 Feb 2001 03:10:11 -0000 Message-ID: <3A98697B.E035F62E@urx.com> Date: Sat, 24 Feb 2001 18:10:03 -0800 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Otter Cc: 'Odhiambo Washington' , lucas@slb.to, "Questions@Freebsd. Org (E-mail)" Subject: Re: setting up a firewall (Was: dual homed host) References: <000101c09ed0$26e87a90$1401a8c0@zoso> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Otter wrote: > > > -----Original Message----- > > From: owner-freebsd-questions@FreeBSD.ORG > > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Odhiambo > > Washington > > Sent: Saturday, February 24, 2001 1:32 AM > > To: freebsd-questions@freebsd.org > > Cc: lucas@slb.to > > Subject: Re: setting up a firewall (Was: dual homed host) > > > > > > * Lucas Bergman [20010223 23:14]: writing on > > the subject 'Re: setting up a firewall (Was: dual homed host)' > > Lucas> > i am setting up a firewall and i have been battling > > with getting the > > Lucas> > damn things to work together.. i am using sysinstall > > to chagne the > > Lucas> > ip addys and the dns entries and the mask etc etc. > > I set de0 up > > Lucas> > for the live ip (internet ip from my ISP) and i set > > up dc0 with the > > Lucas> > dead ip (192.168.0.1 or 192.168.0.2) not sure which > > one i should > > Lucas> > use. > > Lucas> > > > > > > May I kindly request your assistance here on a different plane. > > Can you please tell me who the manufacturer of the card dc0 is? > > I have such a card but I also need to use it with Windows but I > > cannot get it's drivers. > > If you can lead me to their web site I'll very much appreciate. > > > > > > -Wash > > > Odhiambo, > dc0 covers a few cards. My dc card is a NetGear FA310TX. The 311/312's > are covered by the sis driver, so you can rule those out, if in fact > it is a NetGear. I'm not sure what else is included with the driver. > Maybe a look around the docs... the man page for dc is a calculator. > bleh. If you do a "man -k dc", you will find a dc(4) that, by doing a "man 4 dc" is a dc - DEC/Intel 21143 and clone 10/100 ethernet driver Kent > > Lucas, > If you're using NAT to do that, getting network functionality is very > well documented in the natd man page. You can tighten it up from there > in ipfw. Also, check out > http://www.mostgraveconcern.com/freebsd/ipfw.html > -Otter > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 18:24:47 2001 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 BD0FD37B491; Sat, 24 Feb 2001 18:24:41 -0800 (PST) (envelope-from stuyman@confusion.net) Received: (from mailnull@localhost) by hecky.it.northwestern.edu (8.8.7/8.8.7) id UAA22165; Sat, 24 Feb 2001 20:24:40 -0600 (CST) Received: from confusion.net (dhcp089069.res-hall.nwu.edu [199.74.89.69]) by hecky.acns.nwu.edu via smap (V2.0) id xma022113; Sat, 24 Feb 01 20:24:18 -0600 Message-ID: <3A986CF8.542845C9@confusion.net> Date: Sat, 24 Feb 2001 20:24:56 -0600 From: Laurence Berland X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "Brian T. Allen" Cc: CodeMan Joe , freebsd-advocacy@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: All your RMS References: <381982675.982804369107.JavaMail.root@web572-mc> <000901c09c71$68ecc9c0$2618b3cf@picard> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG http://isp.nwu.edu/~laurence click the animated gif at the top... "Brian T. Allen" wrote: > > That's funny, I didn't know RMS spoke in broken english... > > > Look what RMS said NOW! > > > > What a jerk he is! Everyone hate RMS now! He is a *LUDDIE*. > > > > http://www.angelfire.com/geek/rms/ > > > > > > ______________________________________________ > > FREE Personalized Email at Mail.com > > Sign up at http://www.mail.com/?sr=signup > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Laurence Berland Intern, Flooz.com Northwestern '04 stuyman@confusion.net http://www.isp.northwestern.edu/~laurence "The world has turned and left me here" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 18:27: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mta6-rme.xtra.co.nz (mta6-rme.xtra.co.nz [203.96.92.19]) by hub.freebsd.org (Postfix) with ESMTP id BE17D37B401 for ; Sat, 24 Feb 2001 18:26:57 -0800 (PST) (envelope-from DRCAnderson@xtra.co.nz) Received: from dynasite ([210.55.163.61]) by mta6-rme.xtra.co.nz with SMTP id <20010225022658.QTOA7107089.mta6-rme.xtra.co.nz@dynasite> for ; Sun, 25 Feb 2001 15:26:58 +1300 Message-ID: <00a501c09f84$26631120$047ba8c0@co.nz> From: "David Anderson" To: Subject: Failed bin install using CD *and* Floppies 4.2 Date: Sun, 25 Feb 2001 15:33:43 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Can anyone suggest anything helpful to the 2 following 4.2 bin install problems. (i) With CD (burnt by me) all bin's including bin.inf burnt onto Mitsubishi 650mb/74inch. Nothing else on this one time recordable disk. After choosing CDROM as install media. "Warning: The CD currently in the drive is either not a FreeBSD CD or it is older (pre 2.1.5) FreeBSD CD which does not have a version number on it. Do you want to use this anyway?" I click ok then get ......"Unable to transfer the bin distribution from acd0c." Has anybody else encountered this problem - Can anyone help? (ii) With 25 floppies carefully set up with bins and bin.inf as per install.txt I get 75% of the way and hit "Write failure on transfer! Wrote -1 bytes of 240640 bytes." Does this indicate a hard drive problem? I have been running Slackware Linux on this same box for some time with no problems. I replaced the bins and floppy in question but still the same result. What about this problem? - Can anyone help? Any suggestions would be much appreciated. Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 19: 1:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from apotheosis.org.za (apotheosis.org.za [137.158.128.27]) by hub.freebsd.org (Postfix) with ESMTP id 989A837B491 for ; Sat, 24 Feb 2001 19:01:15 -0800 (PST) (envelope-from mwest@uct.ac.za) Date: Sun, 25 Feb 2001 04:59:44 +0200 From: Matthew West To: j mckitrick Cc: freebsd-questions@freebsd.org Subject: Re: annoying backspace problem in wterm Message-ID: <20010225045944.A31562@apotheosis.org.za> Mail-Followup-To: Matthew West , j mckitrick , freebsd-questions@freebsd.org References: <20010223142451.A29938@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010223142451.A29938@dogma.freebsd-uk.eu.org>; from "j mckitrick" on Fri, Feb 23, 2001 at 02:24:52PM Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Feb 23, 2001 at 02:24:52PM +0000, j mckitrick wrote: > I wish there were a simple solution to the backspace problem in > general. Me too, it's incredibly irritating. > But there isn't. Okay, I want my backspace key to delete the > character to the left when pressed, and move the cursor back. Basic > stuff. This works in con25 and xterm, but in Wterm I can't get it > to work. I had the same problem with "aterm", which I also prefer over plain ol' xterm because of its transparency and tint options. (Makes for nice eyecandy.) I managed to get around it by removing the "--disable-backspace-key" option from CONFIGURE_ARGS directive in the port's Makefile. Perhaps recompile Wterm after making that change and see if that fixes it for you? -- mwest@uct.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 19:14:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web12505.mail.yahoo.com (web12505.mail.yahoo.com [216.136.173.197]) by hub.freebsd.org (Postfix) with SMTP id CF24037B491 for ; Sat, 24 Feb 2001 19:14:30 -0800 (PST) (envelope-from millioncheese@yahoo.com) Message-ID: <20010225031430.35312.qmail@web12505.mail.yahoo.com> Received: from [129.237.196.220] by web12505.mail.yahoo.com; Sat, 24 Feb 2001 19:14:30 PST Date: Sat, 24 Feb 2001 19:14:30 -0800 (PST) From: Tyler McGeorge Reply-To: treznor@sunflower.com Subject: Re: HELP WANTED To: "Ralph L.Juliano" , freebsd-questions@FreeBSD.ORG In-Reply-To: <3A97FCCC.45126199@worldnet.att.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This doesn't seem to be a question for this list. Sounds more like an advertisement, which seems rather annoying to receive on FreeBSD Questions mailing list. Let me know if I'm wrong, Ty --- "Ralph L.Juliano" wrote: > HELP WANTED - Online - Spare-time. > > Do you have a remote boot and file sharing > capability ? > Can you clone and configure computers online using > this > FREE software: VNC or another brand ? > > http://www.uk.research.att.com/VNC/ or > http://www.remotebot.com/ > http://www.pcanywhere.com/ > > Can you download and evaluate Free trial versions of > GROUP MAIL Pro & Plus and other softwares to > determine which is the most effective in providing a > - > " a message outsourcing service " ? > > http://www.infacta.com/gm > http://diffondi.hypermart.net/ > http://www.mailutilities.com/adr/ > > Advise me of your ability to learn & your spare-time > Fee. > You may forward and/or post this message. > > mailto:rjuliano@worldnet.att.net > Ralph Juliano - USA @->->-- > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of > the message > > > __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 21:12: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from esther.su.ualberta.ca (esther.su.ualberta.ca [129.128.133.135]) by hub.freebsd.org (Postfix) with ESMTP id 879C737B503 for ; Sat, 24 Feb 2001 21:11:53 -0800 (PST) (envelope-from dan.lazin@su.ualberta.ca) Received: from [129.128.133.70] (gateway-ent.su.ualberta.ca [129.128.133.70]) by esther.su.ualberta.ca (8.11.1/8.11.1) with ESMTP id f1P5G8k00341 for ; Sat, 24 Feb 2001 22:16:09 -0700 (MST) (envelope-from dan.lazin@su.ualberta.ca) User-Agent: Microsoft-Outlook-Express-Macintosh-Edition/5.02.2022 Date: Sat, 24 Feb 2001 22:11:38 -0700 Subject: sendmail is sad: setreuid error with mail.local From: Dan Lazin To: Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've just moved my server from one box to another, and I upgraded from 3.2-RELEASE to 4.2-RELEASE in the meantime, along with relevant packages. But sendmail is breaking on me. First I screwed up my virtusertable.db file, and I was getting this error: "SYSERR(root): Cannot open hash database /etc/mail/virtusertable.db: Inappropriate file type or format'". So I rehashed that file and fixed that problem. In the meantime, my queue had been filling up with messages that sendmail wasn't delivering because it couldn't read virtusertable. Then I started getting "sendmail[1391]: f1MFFjk01391: SYSERR(root): savemail: can not save rejected email anywhere," followed by "sendmail[1413]: f1MFjjk01413: Losing ./qff1MFjjk01413: savemail panic." But I wasn't out of diskspace, so I can't figure out why it was dropping messages. Any thoughts? Anyway, I moved the queue files to a different directory, and it stopped breaking in that way. The only error left, and the one I need to fix, is this: "mail.local: setreuid(0, 1001): Operation not permitted (r=1, e=1)." That's what sendmail returns to anyone who tries to send me mail. It was showing up in the messages file for awhile, but not anymore. Please do help. Dan Lazin Edmonton, Alberta, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 21:57:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc23.worldnet.att.net (mtiwmhc23.worldnet.att.net [204.127.131.48]) by hub.freebsd.org (Postfix) with ESMTP id BEAC037B503 for ; Sat, 24 Feb 2001 21:57:45 -0800 (PST) (envelope-from parv@worldnet.att.net) Received: from worldnet.att.net ([32.101.235.139]) by mtiwmhc23.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010225055743.OQON12661.mtiwmhc23.worldnet.att.net@worldnet.att.net>; Sun, 25 Feb 2001 05:57:43 +0000 Received: (from parv@localhost) by worldnet.att.net (8.11.2/8.11.2) id f1P5vtl50207; Sun, 25 Feb 2001 00:57:55 -0500 (EST) (envelope-from parv) Date: Sun, 25 Feb 2001 00:57:55 -0500 From: parv To: freebsd-questions@freebsd.org Cc: parv_@yahoo.com Subject: Re: can't mail to list Message-ID: <20010225005755.A50181@moo.holy.cow> Mail-Followup-To: freebsd-questions@freebsd.org, parv_@yahoo.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG checking if sendmail $j variable makes any difference... was: moo.holy.cow (hostname) now: worldnet.att.net (isp) - parv To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 22: 5:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from www3.pacific-pages.com (www3.pacific-pages.com [192.41.48.219]) by hub.freebsd.org (Postfix) with ESMTP id 91A2437B65D for ; Sat, 24 Feb 2001 22:05:09 -0800 (PST) (envelope-from david@www3.pacific-pages.com) Received: from d.tracker ([207.245.46.68]) by www3.pacific-pages.com (8.8.5) id XAA21349; Sat, 24 Feb 2001 23:04:09 -0700 (MST) Received: (from david@localhost) by d.tracker (8.11.2/8.11.2) id f1P5pAv01537 for questions@freebsd.org; Sun, 25 Feb 2001 00:51:10 -0500 (EST) (envelope-from david) Date: Sun, 25 Feb 2001 00:50:12 -0500 From: David Banning To: questions@freebsd.org Subject: help needed finding crash reason Message-ID: <20010225005012.A1311@www3.pacific-pages.com> Reply-To: David Banning Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've been crashing - it is related to the use of X. Or netscape. I've already upgraded to 4.2 Stable, re-installed X, (3.3.6), re-installed xfce (3.6.3) and I still have my crash problem. It often happens when using netscape. I see my mouse pointer gradually less and less responsive. Soon after, there is no response at all, and I have to completely reset the machine. Pouring over the mail archives I understand I can set a rc.conf variable dumpdev="/dev/wd1s1b" (my swap device), and that will give me something to work with. Having done this, where do I look for the result? When I get the result, which is ? - what do I do with it? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 22:10:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.unixathome.org (ns1.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id 53C9C37B4EC for ; Sat, 24 Feb 2001 22:10:12 -0800 (PST) (envelope-from dan@langille.org) Received: from wocker (wocker.int.nz.freebsd.org [192.168.0.99]) by ns1.unixathome.org (8.11.1/8.11.1) with ESMTP id f1P6AAr31762 for ; Sun, 25 Feb 2001 19:10:11 +1300 (NZDT) (envelope-from dan@langille.org) Message-Id: <200102250610.f1P6AAr31762@ns1.unixathome.org> From: "Dan Langille" Organization: novice in training To: freebsd-questions@freebsd.org Date: Sun, 25 Feb 2001 19:10:10 +1300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: proposal: weekly posting about FreeBSD Diary Reply-To: dan@langille.org X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It's been almost a year since I first proposed a weekly posting to the list about the Diary. I've not done anything about it until now. The scripts are ready to go. The first message is due to go out later on Sunday (PST time). Feedback is appreciated. Here's the original proposal: http://www.FreeBSD.org/cgi/getmsg.cgi?fetch=815640+817484+/usr/loc al/www/db/text/2000/freebsd-questions/20000305.freebsd-questions cheers -- Dan Langille pgpkey - finger dan@unixathome.org | http://unixathome.org/finger.php got any work? I'm looking for some. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 22:40:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from johnson.mail.mindspring.net (johnson.mail.mindspring.net [207.69.200.177]) by hub.freebsd.org (Postfix) with ESMTP id 3C1A837B717 for ; Sat, 24 Feb 2001 22:40:23 -0800 (PST) (envelope-from smt@subdimension.com) Received: from solidstate (nyf-ny4-41.ix.netcom.com [198.211.16.233]) by johnson.mail.mindspring.net (8.9.3/8.8.5) with SMTP id BAA04012 for ; Sun, 25 Feb 2001 01:40:13 -0500 (EST) Message-ID: <001801c09ef8$5da05300$0100000a@solidstate> From: "Scott Taylor" To: Subject: install from ntfs over network? Date: Sun, 25 Feb 2001 01:58:17 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0015_01C09ECE.6BBF3AC0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0015_01C09ECE.6BBF3AC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am a newbie @ networking. I have one comptuer which is running=20 windows 2000 and another which runs windows 95. =20 I want to replace the one that has 95 w/ freebsd. =20 They are networked, and I can share files. =20 I have tcp/ip installed. My question is this: =20 How can i install from a remote ntfs filesystem ?=20 Would I have to run an ftp server on the=20 computer w/ 2000? or is there NFS software for win2000=20 that I could use which would be better suited? Thanks, Scott Taylor ------=_NextPart_000_0015_01C09ECE.6BBF3AC0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I am a newbie @ networking.  I = have one=20 comptuer which is running
windows 2000 and another which runs = windows=20 95. 
I want to replace the one that has 95 = w/=20 freebsd. 
They are networked, and I can share = files. =20
I have tcp/ip installed.  = My question is this: 
How can i install from a remote ntfs = filesystem=20 ? 
 Would I have to run an ftp server = on the=20
computer w/ 2000?  or is there NFS = software=20 for win2000
that I could use which would be better=20 suited?
 
Thanks,
 
Scott Taylor
------=_NextPart_000_0015_01C09ECE.6BBF3AC0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 22:58:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from johnson.mail.mindspring.net (johnson.mail.mindspring.net [207.69.200.177]) by hub.freebsd.org (Postfix) with ESMTP id DEE8237B401 for ; Sat, 24 Feb 2001 22:58:38 -0800 (PST) (envelope-from smt@subdimension.com) Received: from solidstate (nyf-ny4-41.ix.netcom.com [198.211.16.233]) by johnson.mail.mindspring.net (8.9.3/8.8.5) with SMTP id BAA24405 for ; Sun, 25 Feb 2001 01:58:37 -0500 (EST) Message-ID: <00a901c09efa$eb508830$0100000a@solidstate> From: "Scott Taylor" To: Subject: install from ntfs over network? Date: Sun, 25 Feb 2001 02:16:48 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00A6_01C09ED1.01B24E30" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_00A6_01C09ED1.01B24E30 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am a newbie @ networking. I have one comptuer which is running=20 windows 2000 and another which runs windows 95. =20 I want to replace the one that has 95 w/ freebsd. =20 They are networked, and I can share files. =20 I have tcp/ip installed. My question is this: =20 How can i install from a remote ntfs filesystem ?=20 Would I have to run an ftp server on the=20 computer w/ 2000? or is there NFS software for win2000=20 that I could use which would be better suited? Thanks, Scott Taylor ------=_NextPart_000_00A6_01C09ED1.01B24E30 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I am a newbie @ networking.  I = have one=20 comptuer which is running
windows 2000 and another which runs = windows=20 95. 
I want to replace the one that has 95 = w/=20 freebsd. 
They are networked, and I can share = files. =20
I have tcp/ip installed.  = My question is this: 
How can i install from a remote ntfs = filesystem=20 ? 
 Would I have to run an ftp server = on the=20
computer w/ 2000?  or is there NFS = software=20 for win2000
that I could use which would be better=20 suited?
 
Thanks,
 
Scott=20 Taylor
------=_NextPart_000_00A6_01C09ED1.01B24E30-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 23: 7:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-199.dsl.lsan03.pacbell.net [63.207.60.199]) by hub.freebsd.org (Postfix) with ESMTP id 2CC0F37B4EC for ; Sat, 24 Feb 2001 23:07:53 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id E4E476714C; Sat, 24 Feb 2001 23:07:52 -0800 (PST) Date: Sat, 24 Feb 2001 23:07:52 -0800 From: Kris Kennaway To: Chris Byrnes Cc: questions@freebsd.org Subject: Re: /tmp files Message-ID: <20010224230752.A947@mollari.cthul.hu> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="Nq2Wo0NMKNjxTN9z" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from chris@jeah.net on Sat, Feb 24, 2001 at 07:31:20PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --Nq2Wo0NMKNjxTN9z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 24, 2001 at 07:31:20PM -0600, Chris Byrnes wrote: > Out of curiosity, I was checking around in /tmp and found this stuff. >=20 > Any idea why it's there? You interrupted a buildworld at the wrong phase. Kris --Nq2Wo0NMKNjxTN9z Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6mK9IWry0BWjoQKURAjV/AJ9lyyZ55ZL1C50uPBz6Zd56bn4RDQCfRpGW BqCr/bfwed26sMi7vGfoOvk= =Qg2J -----END PGP SIGNATURE----- --Nq2Wo0NMKNjxTN9z-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 23:10:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from baku.host4u.net (baku.host4u.net [216.71.64.26]) by hub.freebsd.org (Postfix) with ESMTP id A43A137B4EC for ; Sat, 24 Feb 2001 23:10:12 -0800 (PST) (envelope-from freebsddiary@baku.host4u.net) Received: (from freebsddiary@localhost) by baku.host4u.net (8.8.5/8.8.5) id BAA26313; Sun, 25 Feb 2001 01:07:01 -0600 Date: Sun, 25 Feb 2001 01:07:01 -0600 Message-Id: <200102250707.BAA26313@baku.host4u.net> From: Dan Langille To: freebsd-questions@freebsd.org Subject: The FreeBSD Diary: 2001-02-04 - 2001-02-24 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The FreeBSD Diary contains a large number of practical examples and how-to guides. This message is posted weekly to freebsd-questions@freebsd.org with the aim of letting people know what's available on the website. Before you post a question here it might be a good idea to first search the mailing list archives and/or The FreeBSD Diary . These are the articles posted during this period: 6-Feb : Build world on your fast box, install on your slow box Use the power of networking to speed your upgrades http://freebsddiary.org/makeworld-2boxes.html?2 10-Feb : NIC blows up The old 486 is taken offline; NIC destroyed http://freebsddiary.org/nic.html?2 16-Feb : Accessing a cvs repository using ssh tunnels for remote repositories http://freebsddiary.org/cvs-remote.html?2 19-Feb : Job search I'm looking for a job.... http://freebsddiary.org/jobsearch.html?2 22-Feb : FreeBSD 4.3-RELEASE schedule You heard it here first.... http://freebsddiary.org/freebsd43release.html?2 -- Dan Langille - DVL Software Limited The FreeBSD Diary - http://freebsddiary.org/ - practical examples FreshPorts - http://freshports.org/ - the place for ports To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 23:29:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by hub.freebsd.org (Postfix) with SMTP id 1A15A37B401 for ; Sat, 24 Feb 2001 23:29:33 -0800 (PST) (envelope-from powers@b2pi.com) Received: (qmail 11702 invoked from network); 25 Feb 2001 07:29:32 -0000 Received: from unknown (HELO Sophie.B2Pi.com) ([216.254.64.186]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 25 Feb 2001 07:29:32 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15000.46171.122193.363607@Sophie.B2Pi.com> Date: Sun, 25 Feb 2001 02:29:31 -0500 (EST) From: Brent B.Powers To: cjclark@alum.mit.edu Cc: "Brent B.Powers" , freebsd-questions@FreeBSD.ORG Subject: Re: With natd server, can't hit my own static IP's In-Reply-To: <20010221004746.Y62368@rfx-216-196-73-168.users.reflex> References: <20010221004746.Y62368@rfx-216-196-73-168.users.reflex> X-Mailer: VM 6.72 under 21.2 (beta34) "Molpe" XEmacs Lucid Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Warning: Long unwrapped lines follow below..... >>>>> "Crist" == Crist J Clark writes: Crist> On Tue, Feb 20, 2001 at 09:59:52PM -0800, Brent B.Powers wrote: [snip] > | | |-- 192.168.1.0 > | | | > | alias xxx.xxx.xxx.0 | |-- 192.168.1.1 > | alias xxx.xxx.xxx.1 | | > | alias xxx.xxx.xxx.2 | |-- 192.168.1.2 > | alias xxx.xxx.xxx.3 | | > | alias xxx.xxx.xxx.4 | |-- 192.168.1.3 > | alias xxx.xxx.xxx.5 | | > | alias xxx.xxx.xxx.6 | |-- 192.168.1.4 > [INET] --- | DE0 xxx.xxx.xxx.7 RL0 |----[]-| > | | |-- 192.168.1.5 > | | | > | | |-- 192.168.1.6 > | | | > | | |-- 192.168.1.7 > > Unfortunately, I've just noticed that I can't get to my own servers, > i.e. If I'm sitting at the console of, say, 192.168.1.4, and the whole > world knows that my webserver is at xxx.xxx.xxx.6. However, I can't > get there. If I try to touch anything other than .7, I get .7 (so my > webserver isn't found, for instance). Crist> *groan* Another natd(8) one I should write up for the Crist> FAQ... Too late to do it tonight. I am pretty sure this one Crist> is at one of the independent websites, graveconcern, Crist> bsddiary? I've actually searched at bsddiary, but didn't find anything that seems to apply, and although I'd not heard of mostgraveconcern, I also didn't find anything relevant there, or within defcon1. I know when I was last on this list, there was talk of setting up a basic networking and NAT faq, but I saw no reference to it at freebsd.org, nor does the main freebsd FAQ contain anything pertaining to this problem Crist> There are two main approaches, split-DNS or running another Crist> natd(8) (or similar program) on the internal Crist> interface. Split-DNS means your internal machines will see Crist> hostnames already mapped to the internal IPs. To run another Crist> natd(8), run another instance of natd on the internal interface Crist> diverting to a different port. e.g., SplitDNS seems like a maintenance nightmare. I had tried, btw, setting up an internal only natd before, but changing the port has been a head-slapping, 'doh' experience ...So: It turns out the redirect commands are the same for either side of the natd, so, with the exception of the interface and port (which were on the command line anyway, the natd config files are the same. Thus the commands (on the gateway box, with a debug firewall) (TBird)/etc[16]#/bin/sh /etc/rc.firewall Flushed all rules. 00100 allow ip from any to any via lo0 00200 deny ip from any to 127.0.0.0/8 00340 divert 8668 ip from any to any via de0 00350 divert 8669 ip from 192.168.1.0/24 to 216.254.64.0/24 via rl0 65000 allow ip from any to any (TBird)/etc[17]#/sbin/natd -config /etc/natd.conf -port 8669 -n rl0 -v natd[26563]: Aliasing to 192.168.1.1, mtu 1500 bytes In [ICMP] [ICMP] 192.168.1.188 -> 216.254.64.186 8(0) aliased to [ICMP] 192.168.1.188 -> 192.168.1.186 8(0) In [ICMP] [ICMP] 192.168.1.188 -> 216.254.64.186 8(0) aliased to [ICMP] 192.168.1.188 -> 192.168.1.186 8(0) In [ICMP] [ICMP] 192.168.1.188 -> 216.254.64.186 8(0) aliased to [ICMP] 192.168.1.188 -> 192.168.1.186 8(0) In [TCP] [TCP] 192.168.1.188:1049 -> 216.254.64.186:21 aliased to [TCP] 192.168.1.188:1049 -> 192.168.1.186:21 In [TCP] [TCP] 192.168.1.188:1049 -> 216.254.64.186:21 aliased to [TCP] 192.168.1.188:1049 -> 192.168.1.186:21 In [TCP] [TCP] 192.168.1.188:1049 -> 216.254.64.186:21 aliased to [TCP] 192.168.1.188:1049 -> 192.168.1.186:21 At the same time, as you can see, from a second machine (lists, 188), I pinged a third (sophie, 186). When that worked, I tried an ftp over to sophie, and got back nothing.... [root@lists /root]# ping -c 3 -n 216.254.64.186 PING 216.254.64.186 (216.254.64.186) from 192.168.1.188 : 56(84) bytes of data. From 192.168.1.1: Redirect Host(New nexthop: 192.168.1.186) 64 bytes from 192.168.1.186: icmp_seq=0 ttl=255 time=2.0 ms From 192.168.1.1: Redirect Host(New nexthop: 192.168.1.186) 64 bytes from 192.168.1.186: icmp_seq=1 ttl=255 time=1.2 ms From 192.168.1.1: Redirect Host(New nexthop: 192.168.1.186) 64 bytes from 192.168.1.186: icmp_seq=2 ttl=255 time=1.1 ms --- 216.254.64.186 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 1.1/1.4/2.0 ms [root@lists /root]# ftp 216.254.64.186 ^C http access gave me the same results. I tried, then to see what sophie (186) was getting via tcpdump: (Sophie)/var/log[34]#tcpdump -n '(src host 192.168.1.188 or src host 192.168.1.186 or src host 192.168.1.1) and (dst host 192.168.1.188 or dst host 192.168.1.186 or dst host 192.168.1.1) and not port ssh' Kernel filter, protocol ALL, datagram packet socket tcpdump: listening on all devices 02:27:36.771503 eth0 B arp who-has 192.168.1.186 tell 192.168.1.1 02:27:36.771736 eth0 > arp reply 192.168.1.186 (8:0:20:1d:f2:2b) is-at 8:0:20:1d:f2:2b (0:50:bf:1c:46:b0) 02:27:36.772060 eth0 < 192.168.1.188 > 192.168.1.186: icmp: echo request 02:27:36.772253 eth0 > 192.168.1.186 > 192.168.1.188: icmp: echo reply 02:27:37.761512 eth0 < 192.168.1.188 > 192.168.1.186: icmp: echo request 02:27:37.761746 eth0 > 192.168.1.186 > 192.168.1.188: icmp: echo reply 02:27:38.761383 eth0 < 192.168.1.188 > 192.168.1.186: icmp: echo request 02:27:38.761609 eth0 > 192.168.1.186 > 192.168.1.188: icmp: echo reply 02:27:41.810081 eth0 > arp who-has 192.168.1.1 tell 192.168.1.186 (8:0:20:1d:f2:2b) 02:27:41.810376 eth0 < arp reply 192.168.1.1 is-at 0:50:bf:1c:46:b0 (8:0:20:1d:f2:2b) 02:27:52.057370 eth0 < 192.168.1.188.1050 > 192.168.1.186.ftp: S 743268912:743268912(0) win 32120 (DF) 02:27:52.059220 eth0 > 192.168.1.186.ftp > 192.168.1.188.1050: S 696098068:696098068(0) ack 743268913 win 32120 (DF) 02:27:52.059482 eth0 < 192.168.1.188.1050 > 192.168.1.186.ftp: R 743268913:743268913(0) win 0 02:27:55.049682 eth0 < 192.168.1.188.1050 > 192.168.1.186.ftp: S 743268912:743268912(0) win 32120 (DF) 02:27:55.040021 eth0 > 192.168.1.186.ftp > 192.168.1.188.1050: S 699090422:699090422(0) ack 743268913 win 32120 (DF) 02:27:55.050276 eth0 < 192.168.1.188.1050 > 192.168.1.186.ftp: R 743268913:743268913(0) win 0 02:28:01.049229 eth0 < 192.168.1.188.1050 > 192.168.1.186.ftp: S 743268912:743268912(0) win 32120 (DF) 02:28:01.049533 eth0 > 192.168.1.186.ftp > 192.168.1.188.1050: S 705089966:705089966(0) ack 743268913 win 32120 (DF) 02:28:01.049800 eth0 < 192.168.1.188.1050 > 192.168.1.186.ftp: R 743268913:743268913(0) win 0 19 packets received by filter (Sophie)/var/log[35]# So, What does this come down to.... My current theories have something to do with climbing a taller tree to get to the moon, but, why is the target machine showing packets as coming from lists, when they've been translated, and should be coming thorugh as though they were coming via the nat machine (.1)... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 24 23:34:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc24.worldnet.att.net (mtiwmhc24.worldnet.att.net [204.127.131.49]) by hub.freebsd.org (Postfix) with ESMTP id E355B37B401; Sat, 24 Feb 2001 23:34:08 -0800 (PST) (envelope-from parv@worldnet.att.net) Received: from worldnet.att.net ([32.100.199.123]) by mtiwmhc24.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010225073404.MZBB26092.mtiwmhc24.worldnet.att.net@worldnet.att.net>; Sun, 25 Feb 2001 07:34:04 +0000 Received: (from parv@localhost) by worldnet.att.net (8.11.2/8.11.2) id f1P7YEJ50583; Sun, 25 Feb 2001 02:34:14 -0500 (EST) (envelope-from parv) Date: Sun, 25 Feb 2001 02:32:54 -0500 From: parv To: freebsd-questions@freebsd.org Cc: Dominic Marks , jmb@freebsd.org Subject: Re: can't mail to list Message-ID: <20010225023254.A50476@moo.holy.cow> Mail-Followup-To: freebsd-questions@freebsd.org, Dominic Marks , jmb@freebsd.org References: <20010217230238.21730.qmail@web117.yahoomail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG so, Dominic Marks shared this... > I can't mail to the list from my ISP due to security settings on > hub.freebsd.org (FreeBSD mail server) and also my ISPs poor configuration. I > can use a hotmail account though to post ok. > > I read my post through my ISP and post from hotmail, sometimes I cc: to the > group and other times not. > > Dominic Marks > >> one fine day, in my misery, i wrote... >> i have tried sending a message on feb 15, 16, and 17 -- and none of >> the 3 (one real, 2d copy, 3d test) messages seem to appear either in >> my mail, or in the list archives on yahoo, and google. >> >> otherwise i can send and receive mail to/from others okay; >> "traceroute mail.freebsd.org" succeeds. what could be the problem? well, after doing this, trying that, crying for help everywhere, it seems that the problem was w/ the canonical domain name, $j, (used to be 'moo.holy.cow') in sendmail.conf. after changing to resolvable name, mail seem to go through and send from freebsd-questiions@freebsd.org again. so, the reason that mail wasn't being received by hub.freebsd.org as the sender's domain name was not being resolved... which i found out after trying to send/receive from another mail account. question: could that be the reason that i did not receive any error messages, unlike others, about DNS problem from hub.freebsd.org since smtp server address/name was valid/resolveable? another question: but why would/should sendmail reject mail if the address in FROM: is vaild? anybody out there offers domains w/ tld as .cow? - parv To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message