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